Improve feature generation

This commit is contained in:
Martin Prokoph
2025-01-11 14:02:07 +01:00
parent f00ac39b79
commit 663e85e9a8
19 changed files with 316 additions and 164 deletions

View File

@@ -26,6 +26,7 @@ public class RocksConfig extends MidnightConfig {
@Entry(category = sticks, name = "block.rocks.acacia_stick") public static boolean acaciaStick = true;
@Entry(category = sticks, name = "block.rocks.jungle_stick") public static boolean jungleStick = true;
@Entry(category = sticks, name = "block.rocks.dark_oak_stick") public static boolean darkOakStick = true;
@Entry(category = sticks, name = "block.rocks.pale_oak_stick") public static boolean paleOakStick = true;
@Entry(category = sticks, name = "block.rocks.mangrove_stick") public static boolean mangroveStick = true;
@Entry(category = sticks, name = "block.rocks.cherry_stick") public static boolean cherryStick = true;
@Entry(category = sticks, name = "block.rocks.bamboo_stick") public static boolean bambooStick = true;