Skip to content

Commit

Permalink
Add "suspicious substance" to the fuel registry
Browse files Browse the repository at this point in the history
Fixes #211
  • Loading branch information
its-miroma committed Oct 31, 2024
1 parent 4a7d3e3 commit d448569
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ public static void initialize() {
// :::_10

// :::_11
// Add the suspicious substance to the flammable block registry with a burn time of 30 seconds.
// Add the suspicious substance to the registry of fuels, with a burn time of 30 seconds.
// Remember, Minecraft deals with logical based-time using ticks.
// 20 ticks = 1 second.
FuelRegistry.INSTANCE.add(ModItems.GUIDITE_SWORD, 30 * 20);
FuelRegistry.INSTANCE.add(ModItems.SUSPICIOUS_SUBSTANCE, 30 * 20);
// :::_11
// :::3
}
Expand Down

0 comments on commit d448569

Please sign in to comment.