added campfire infinite burn time feature

This commit is contained in:
J-onasJones 2024-10-06 17:41:49 +02:00
parent cebd0fab29
commit bca1eb45b9

View file

@ -40,6 +40,7 @@ public class ModRegistries {
FuelRegistry.INSTANCE.add(ModBlocks.GREEN_BIRCH_LOG, 300);
FuelRegistry.INSTANCE.add(ModBlocks.FLETCHING_STAIRS_BLOCK, 300);
FuelRegistry.INSTANCE.add(ModBlocks.BLAZE_BLOCK, 1200);
FuelRegistry.INSTANCE.add(Items.CAMPFIRE, Integer.MAX_VALUE); // very broken thus cursed enough
}
public static void register_itemGroup() {