Skip to content

Commit

Permalink
Update textures
Browse files Browse the repository at this point in the history
  • Loading branch information
jiink committed May 16, 2024
1 parent 497801b commit 161516d
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public void onInitialize() {
FuelRegistry.INSTANCE.add(DRIED_KELP_FURANCE_BLOCK_ITEM, 3200);
FuelRegistry.INSTANCE.add(COAL_FURANCE_BLOCK_ITEM, 1600 * 8);
FuelRegistry.INSTANCE.add(CHARCOAL_FURANCE_BLOCK_ITEM, 1600 * 8);
FuelRegistry.INSTANCE.add(LAVA_FURANCE_BLOCK_ITEM, 20000 * 8);
FuelRegistry.INSTANCE.add(LAVA_FURANCE_BLOCK_ITEM, 20000 * 8); // This gives a warning, "Tried to register an overly high cookTime: 160000 > 32767! (lava_furnace)". Maybe it doesn't work.
FuelRegistry.INSTANCE.add(BLAZE_FURANCE_BLOCK_ITEM, 2400 * 2);
}

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 161516d

Please sign in to comment.