mirror of
https://github.com/songoda/EpicFurnaces.git
synced 2025-02-09 08:01:36 +01:00
Fixed duping cobblestone and deepslate
This commit is contained in:
parent
6301a44c3b
commit
4688e81da7
@ -121,7 +121,7 @@ public class Furnace {
|
||||
|
||||
FurnaceInventory inventory = (FurnaceInventory) ((InventoryHolder) block.getState()).getInventory();
|
||||
|
||||
if (event.getSource().getType().name().contains("SPONGE"))
|
||||
if (event.getSource().getType().name().contains("SPONGE") || event.getSource().getType().name().contains("COBBLESTONE") || event.getSource().getType().name().contains("DEEPSLATE"))
|
||||
return;
|
||||
|
||||
int num = Integer.parseInt(reward);
|
||||
|
Loading…
Reference in New Issue
Block a user