fixed webs dropping webs
This commit is contained in:
parent
7d4e36651f
commit
5710831777
@ -780,7 +780,7 @@ public class SkyWars extends SoloGame
|
||||
if (e.getBlock().getType() == Material.WEB)
|
||||
{
|
||||
for (int i=0 ; i<1 + UtilMath.r(2) ; i++)
|
||||
e.getBlock().getWorld().dropItemNaturally(e.getBlock().getLocation().add(0.5, 0.5, 0.5), new ItemStack(Material.WEB));
|
||||
e.getBlock().getWorld().dropItemNaturally(e.getBlock().getLocation().add(0.5, 0.5, 0.5), new ItemStack(Material.STRING));
|
||||
}
|
||||
|
||||
if (e.getBlock().getType() == Material.GRAVEL)
|
||||
|
Loading…
Reference in New Issue
Block a user