Improve TNTDistributor

This commit is contained in:
2025-12-16 14:50:56 +01:00
parent c55494aeba
commit 9d32a331ca
@@ -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);
} }
} }