- Fixed a bug where crops would crash the game because of an issue with a fix I tried to implement in the previous version
- Updated the mod to BTWR: Shared Library 0.6.5
- Added a new mod block tag "DAILY_GROWTH_CROPS" which holds all crops which grow only once a day.
- Changed back melons and pumpkins to not be falling blocks anymore. It turns out making this work properly is more of a hassle than I originally thought, so it's getting pushed back.
- Changed the recipe for wheat seeds from wheat to use the new ExtendedShapelessRecipe from BTWR:SL 0.60–0.61
- Changed brown and red mushrooms to grow exactly like they do in BTW:
1. Brown mushrooms now will grow only in the overworld.
2. Brown mushrooms need to be either in total darkness or placed on mycelium to spread.
2. Red mushrooms have been changed to not be able to grow in The End.
3. When growing on Mycelium they have a chance to sprout into big mushrooms.
- Changed mod license in the source code to be CC-BY-4.0
- Fixed a bug with crops from other mods crashing the game because of them not having the HAS_GROWN_TODAY flag, which is fixed by the new "DAILY_GROWTH_CROPS" block tag
- Updated the mod to Fabric API 0.116.7, Fabric Loader 0.17.3 & BTWR: Shared Library 0.6.4
- Fixed the pumpkin to actually fall as a falling block
- Fixed missing recipe to acquire melon slices since last update's changes to melons
- Added a condition for daily growth crops to grow on block from the ALWAYS_FERTILE_SOIL block tag, essentially these being blocks that don't require moisture to grow plants.
- Added Better With Time's Soil Planter block into the ALWAYS_FERTILE_SOIL block tag from BTWR:SL
- Changed Gourd blocks (Melon and Pumpkin) to be falling blocks and to break when falling from high enough, like they work in retail BTW
- Fixed mushrooms not being placeable since last update.
- Made the following crops to grow daily instead of randomly: Wheat, Potatoes, Carrot, Flowering Carrot, Beetroots. Melons need a bit more fixes to be in parity with retail BTW, so that change will come at a later stage.
- Changed brown mushrooms to grow in a similar way as they do in BTW(without any world generation changes, which will only happen in the BTWR mod pack)
- Changed Cocoa beans to grow slower (in parity with BTW)
- Reworked and cleaned up code for pretty much all crop blocks
- Removed the Beetroots -> Beetroots Seeds recipe as it was clashing with the red dye one.
- Changed the Beetroots loot table to drop have only 33% chance to drop beetroot seeds on normal harvest.
- Fixed outline for potato blocks to be the same as other ones where it's not a full block shape
- Updated the mod to Fabric API 0.116.2, Fabric Loader 0.16.14 & BTWR: Shared Library 0.55
- Changed cookie dough recipe to result into 4 (8 in btw) cookie dough items as vanilla furnaces/smelters only cook 1 item at a time and can't return 8 for 1 dough as it's originally in BTW
- Fixed some recipes to generate under the mod namespace instead of the vanilla one
- Removed the baked potato recipe in the smoker in favor of it making the boiled potato one instead
- Updated the mod to Fabric API 0.115.1
- Fixed a bug where the chocolate milk recipe was returning an empty bucket causing a duplication (getting an extra bucket)
- Updated the mod to Fabric API 0.115.0, Fabric Loader 0.16.10 & BTWR Shared Library 0.47
Initial release


