Skip to content

Commit

Permalink
Remove unused stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Intybyte committed Sep 26, 2024
1 parent c163534 commit 9972fcb
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@

import me.mrCookieSlime.Slimefun.api.BlockStorage;

import java.util.concurrent.ThreadLocalRandom;

/**
* The {@link IgnitionChamber} is used to re-ignite a {@link Smeltery}.
*
Expand Down Expand Up @@ -94,7 +92,6 @@ public static boolean useFlintAndSteel(Player p, Block smelteryBlock) {
}

ItemStack item = inv.getItem(inv.first(Material.FLINT_AND_STEEL));
ItemMeta meta = item.getItemMeta();

// Only damage the Flint and Steel if it isn't unbreakable.
damageFlintAndSteel(item, smelteryBlock);
Expand Down

0 comments on commit 9972fcb

Please sign in to comment.