|
1 | | -- Added Chicken Sink |
2 | | - - Provides eggs to recipes over time |
3 | | -- Added Coffee Machine |
4 | | - - No functionality yet; will be added once mods adding coffee are ported to 26.1 |
5 | | - - Model created by HeckinChloe |
6 | | -- Added Cookie Jar |
7 | | - - Put cookies or other sweets in it |
8 | | -- Added Chef Hat |
9 | | - - Wear it to look professional |
10 | | -- Added stacked cabinets |
11 | | - - Place a cabinet on another cabinet to transform it |
12 | | -- Added display of craftable count after selecting a recipe |
13 | | -- Added display of ingredient count when hovering an ingredient |
14 | | -- Changed cooking so ingredients from the inventory are prioritized over kitchen storage |
15 | | -- Added salt filter |
16 | | - - Provides salt to recipes |
17 | | -- Changed Ice Unit so it allows crafting of snowballs and ice cubes |
18 | | - - Ice Cubes can be crafted into Ice Blocks |
19 | | -- Added `c:foods/edible_when_placed` to `cookingforblockheads:foods`, ensuring items like cakes show up in the recipe book |
20 | | -- Fixed rendering of counter and fridge doors |
21 | | -- Fixed error when crafting items that have no remainder |
22 | | -- Some breaking changes in the API as well as some performance improvements |
| 1 | +- Added automatic saving of the selected sort order in the Cooking Table |
| 2 | +- Changed Chicken Sink to require either a chicken to be lead to it, or a egg to be hatched in it |
| 3 | + - The chicken sink will now respect and reflect the Chicken Variant, and produce its regional eggs |
| 4 | + - The first egg in an empty sink will hatch into a Baby Chicken |
| 5 | + - The Chicken Sink now has a slot for seeds, which is used both to feed baby chicken, as well as increase the egg laying speed |
| 6 | + - Baby Chicken in an empty sink will grow up to adults, as long as they are fed |
| 7 | + - The recipe no longer takes an egg upfront, instead it can be placed inside with right-click |
| 8 | + - Breaking a Chicken Sink will release the chicken |
| 9 | +- Fixed wrong craftable count being displayed for recipes with tool ingredients |
| 10 | +- Fixed wrong block language keys in translations |
| 11 | +- Fixed subtitles showing up untranslated |
| 12 | +- Fixed NoFilter Edition rendering in wrong position when placed on Cooking Table |
| 13 | +- Fixed dyed chicken sink menu immediately closing |
| 14 | +- Fixed oven door rendering in wrong dye |
| 15 | +- Fixed recipes with missing ingredients showing up as options when selecting a craftable |
| 16 | +- Fixed kitchen blocks overflowing their inventory slot visually |
| 17 | +- Fixed oven tool items rendering too low |
| 18 | +- Fixed 'no selection' text flicker when switching between selected craftable |
| 19 | +- Fixed counter custom name saving to a wrong name compared to loading |
| 20 | +- Fixed incorrect translation keys for item blocks |
0 commit comments