Added
- 1.21.2 support (this version is incompatible with 1.21.1 and below)
Changed
- Items use
item_model
instead ofcustom_model_data
component, some items now usingconsumable
- almost everything will have to be recrafted (again)
- Tea made to feel more like being drunk rather than eaten
- Tea and Rotten Stew now give teacups and bowls respectively through the
use_remainder
component instead of advancements
Removed
- Old uninstall function from before v4
This is more or less just a preparation for the 1.21.2 drop
Added
- 1.21.2-pre1 support
Changed
- Items use
item_model
instead ofcustom_model_data
component, some items now usingconsumable
- almost everything will have to be recrafted (again)
- Tea made to feel more like being drunk rather than eaten
- Tea and Rotten Stew now give teacups and bowls respectively through the
use_remainder
component instead of advancements
Removed
- Old uninstall function from before v4
Fixed issues from Nutrition book not having a proper json file (again) (#44)
Note: This is only a datapack change, no need to update the resource pack
- Fixed a bug where breaking Birch or Dark Oak leaves would drop the whole leaf block instead of the normal block drops (#39)
Note: no resourcepack change was made
- Removed a file from an older version that prevented some people from loading the data pack (#37)
Note: no resourcepack change was made
Fixed a bug where pressing Q while hovering over the water bar in the Cooking Station would drop it as an item and not destroy it (#35)
Note: This is only a datapack change, no need to update the resource pack
v4.1.7
Fixes
- Fish and chips not giving the actual nutrition values (#24)
- Leche Flan having the wrong nutrition values in the nutrition book
v5.0.0
Added
- 1.20.5/1.20.6 support (no longer works for 1.20.4 and below)
Cookbook/Nutrition Book Updating
You can now put the cookbook or nutrition book in the cooking station as an input to update it (works for any book made since v4.0.0) instead of having to recraft every time.
Food
More foods were added bring the total recipes to a bit over 60.
Pie
- Pork Pie
- Steak Pie
Tea
- Bamboo Tea
- Beetroot Tea
- Birch Tea
- Chamomile Tea
- Sunflower Tea
- Black Tea
- double the effect but half the duration
Soups
- Bone Broth
- to be used as a soup base for some recipes
- Egg Drop Soup
Other
- Red Rice
- alternative to Rice with the exact same use
- Red Rice Bowl
- Rice Bowl specifically needs regular Rice, using Red Rice instead makes this
- Black Tea Leaves
Changed
Items
- All items now use the data component system of 1.20.5
- All recipes can now be directly crafted instead of having to use the knowledge book method
- this should mean anything that makes you learn all recipes is safe now
Food
- Food now uses the food component instead of saturation effect (Appleskin can now also see the actual nutrition value).
- Some food items had their base items changed:
- fish and chips > rabbit stew
- ice cream > suspicious stew
- rice bowl, fried rice, champorado, salads > beetroup soup
- Anything in a bowl now has a max stack size of 16
- Sweet Berry Cookie texture now more cookie-shaped
Food will have to be recrafted to reflect these changes (some old food will have the wrong texture and/or nutrition value)
Cooking Station
Cooking Station now has two slots for water: an input slot (marked by a bucket silhouette), and an output slot
- Water buckets are placed in the input slot to fill water, Empty buckets to drain
- Either action above outputs a bucket in the output slot.
Cooking Stations already placed in the world can be used as normal. Cooking Stations as items will have to be recrafted for technical reasons.
Other
- Salad in the books is now plural "Salads"
- Updated translations for the new content:
Technical
- Previous smithed dict system for tags like rice changed to a tag under the joshmats namespace (effective for just my packs but gets what I need done)
- includes
rice
,rice_bowl
,cookie
,doughnut
,ice_cream
,soup_base
,tea
- includes
- Adapted smithed custom block library (before it was used as is)
Fixes
- All textures (except for regular items) now have a power of 2, and are at least 64px to better accomodate mipmapping
credits to notfoundname for the tip and initial fixes
Removed
- Gilded Tea (the bug it fixed no longer exists)
- Brazilian Portuguese (pt_br) language support (may return if the translations get updated for the new content)