Skip to content

Tags: Crossroads-Development/Essentials

Tags

2.17.1

Toggle 2.17.1's commit message
Fixed being unable to launch unless your computer is in Cyrillic

2.17.0

Toggle 2.17.0's commit message
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)

2.16.0

Toggle 2.16.0's commit message
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.

2.15.6

Toggle 2.15.6's commit message
Release version - Port to MC1.19.4

*Sorted the Essentials creative tab
Closed #88

2.15.5

Toggle 2.15.5's commit message
Fixed a crash

2.15.4

Toggle 2.15.4's commit message
Water in the brazier is now properly transparent

2.15.3

Toggle 2.15.3's commit message
Release version

2.15.2

Toggle 2.15.2's commit message
Bugfixes

Fixed issues with improper registration causing startup crashes for some users

1.19-2.15.1

Toggle 1.19-2.15.1's commit message
Merge branch '1.19-forge-41.0.98' into 1.19

1.19-2.15.0

Toggle 1.19-2.15.0's commit message
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.