forked from SteamWar/SteamWar
Improve TNTDistributor
This commit is contained in:
@@ -35,7 +35,7 @@ public class TNTDistributor {
|
|||||||
if(!fp.isLiving())
|
if(!fp.isLiving())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
fp.ifPlayer(player -> player.getInventory().addItem(new ItemStack(Material.TNT, 20)));
|
fp.ifPlayer(player -> player.getInventory().addItem(new ItemStack(Material.TNT, 1)));
|
||||||
})), 300, 300);
|
})), 20, 20);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user