add soul+black fire

This commit is contained in:
Sen 2025-05-24 11:46:37 +02:00
parent 0055cbf806
commit 7126ca5a9f
15 changed files with 346 additions and 256 deletions

View file

@ -54,6 +54,8 @@ public abstract class ReorderRegistry {
PLACE_LAST.add(Blocks.red_mushroom_block);
PLACE_LAST.add(Blocks.torch);
PLACE_LAST.add(Blocks.fire);
PLACE_LAST.add(Blocks.soul_fire);
PLACE_LAST.add(Blocks.black_fire);
PLACE_LAST.add(Blocks.redstone);
PLACE_LAST.add(Blocks.wheat);
PLACE_LAST.add(Blocks.ladder);