All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning. Prior to version 5.0.0, this project used MCVERSION-MAJORMOD.MAJORAPI.MINOR.PATCH.
- Updated to Minecraft 1.20.2
- Updated to SpectreLib 0.13.14
- [Fabric] Requires Fabric Loader >=0.14.23
- Added in-game configuration GUI
- Updated to Minecraft 1.20.1
- Updated comments on configuration options
- Added Quilt support
- Updated to Minecraft 1.19.4
- Updated SpectreLib to 0.12.4+1.19.2
- Naming text box for the Culinary Station now only focuses when clicked on #63
- [Fabric] Added Fabric version using the MultiLoader template
- Configuration system is now provided by SpectreLib
- Configuration file is now located in the root folder's
configs
folder - Changed to Semantic Versioning
- Updated to Minecraft 1.19.2
- [Forge] Updated to Forge 43+
- Added AppleSkin integration #34
- Added
showNutritionInfo
configuration option for showing nutrition and saturation information in tooltips for sandwiches and food bowls
- Updated to and requires Forge 40.0.47+
- Mods can now retrieve the proper nutrition and saturation modifier amounts from sandwiches through
IForgeItem#getFoodProperties(ItemStack, LivingEntity)
- Updated to Minecraft 1.18.2
- Culinary Station added to the
minecraft:mineable/axe
block tag, allowing axe tools to mine it faster #59
- Fixed Culinary Station not retaining inventory on load
- Updated to Minecraft 1.18.1
- Updated to Forge 38.0+
- Updated to Minecraft 1.17.1
- Updated to Forge 37.0+
- Added
es_es.json
localization (thanks albertosaurio65!) #53
- Fixed Suspicious Stew not applying effects when used as an ingredient #51
- Fixed some bugs using container ingredient stacks #49
- Added Diet integration
- Fixed potion effects using global state #48
- Updated to Minecraft 1.16.5
- Fixed buckets and potions being consumed on crafting #47
- Updated to Minecraft 1.16.4
- Fixed contents being deleted when the Culinary Station is broken #43
- Updated to Minecraft 1.16.3
- Updated to Minecraft 1.16.2
- Updated to Forge 32.0.107 #40
- Fixed duplication issue when shift-clicking output #39
- Ported to 1.16.1 Forge
- Fixed contents being deleted when the Culinary Station is broken #43
- Fixed duplication issue when shift-clicking output #39
- Fixed eating bowls giving back the incorrect stack
- Ported to 1.15.2
- Disabled automatic extraction from the Culinary Station due to duplication bug
- Fixed any item being able to be piped into the Culinary Station
- Fixed creative Food Bowl item showing an empty texture
- Renamed "bowl" tag to "bowls"
- Bowls of food can now be crafted at the Culinary Station using bowls as a base.
- Buckets of fluid, Milk Buckets, and Potions can be added to bowls
- Bowls will always only output one item
- Added "bowl" forge tag that is used for identifying valid bowls
- Updated to Forge 1.14.4
- Sandwich Station renamed to Culinary Station now that bowls of food are also possible
- Advancement renamed to Culinarian now that bowls of food are possible
- Moved previous "bread" ore dictionary entry to "bread" forge tag for identifying valid breads
- Removed nesting of sandwiches
- Added Bread Blacklist config option #37
- Roots Wildewheet Bread support
- Gobber Glob Bread support
- Foods with container items will now get that container back when crafting sandwiches
- Sandwich nesting (thank you Alwinfy) #29
- Fixed Sandwich Station breaking instantly and silently #28
- Nutrition support #25
- Config option for additional bread items #24
- Updated Polish translation (thank you Pabilo8)
- Sandwich Advancement
- Config option for max sandwich food value per sandwich #22
- Compatibility for 10pal's Plant Mega Pack Cornbread
- Integration with AppleCore's IEdible #22
- [API] ICulinaryIngredient API interface #22
- Updated Russian translation (thank you kellixon)
- Server crashing #20
- Default name for sandwiches now lists ingredients used
- Syncing errors
- Item piping not respecting slot restrictions #7
- Reliquary breads support
- Ashenwheat breads support
- Config options to control blacklisting ingredients #10
- Updated Russian translation (thank you AlekseiVoronin and Prosta4okua)
- Actually Additions breads support
- Cake as a valid sandwich ingredient
- Russian translation (thank you DenisMasterHerobrine)
- Korean translation (thank you SeolWha)
- Polish translation (thank you Pabilo8)
- German translation (thank you Hendrik)
- OreDict entry for "bread"
- Added Chinese localization (thank you DYColdWind)
- Sandwiches can no longer be nested into other sandwiches to prevent potentially long NBT tags
- All bread checks now use the new "bread" oreDict entry
- Sandwich output not updating after crafting #4
- Sandwich names not being retained when using 2 or more ingredients #2
- Sandwich station inventory not persisting
- Bread item shift-clicking not prioritizing the bread slot in the Sandwich Station #5
- Initial release