Bridge: Prevent hoppers being crafted to prevent abuse
This commit is contained in:
parent
c36c800bb5
commit
e0b0975195
@ -1191,7 +1191,7 @@ public class Bridge extends TeamGame implements OreObsfucation
|
|||||||
|
|
||||||
if (type != Material.GOLDEN_APPLE &&
|
if (type != Material.GOLDEN_APPLE &&
|
||||||
type != Material.GOLDEN_CARROT &&
|
type != Material.GOLDEN_CARROT &&
|
||||||
type != Material.FLINT_AND_STEEL)
|
type != Material.FLINT_AND_STEEL && type != Material.HOPPER)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (!(event.getInventory() instanceof CraftingInventory))
|
if (!(event.getInventory() instanceof CraftingInventory))
|
||||||
|
Loading…
Reference in New Issue
Block a user