mirror of
https://github.com/JonasunderscoreJones/NotEnoughCursedness.git
synced 2025-10-23 12:39:19 +02:00
added campfire infinite burn time feature
This commit is contained in:
parent
cebd0fab29
commit
bca1eb45b9
1 changed files with 1 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue