Tags: Crossroads-Development/Essentials
Tags
Updated to MC1.21 +Candles/torches can now be directly placed on lilypads by right-clicking +Fertile soil crop types can now be controlled by adding crops (including modded crops) to a new tag. *Fertile soil now works differently. There is only one fertile soil variant for all crops. Crops planted on fertile soil will 'spread' to adjacent soil (both fertile soil and regular soil). Closed #97, #93, #73, #30, #90. *New candle lilypad model that looks like a candle *New brazier model made of tuff instead of andesite *Changed brazier recipe to use tuff *Hopper filter can now be set to multiple items using bundles (setting the filter with shulker boxes is unchanged). Closed #96 *Fixed some blocks not having a correct tool type as items. Closed #98 -Removed autocrafter (made obsolete by vanilla)
Re-wrote Patchouli docs generation script The new script uses a new format for specifying entries; the new format is basically the builtin Patchouli JSON format, and is therefore much, much more flexible. Pages with too much text will be automatically split up as before. Backwards compatibility for the old script and format. The new script can also do generation for non-English languages. Only converted one book entry over to the new format as an example: circuits.json.
Ported to 1.19, refactor Straight port to 1.19 feature-wise Refactored the code; all classes which other mods should ever directly import are now in the 'api' package, rather than having them spread out everywhere.