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())
return;
fp.ifPlayer(player -> player.getInventory().addItem(new ItemStack(Material.TNT, 20)));
})), 300, 300);
fp.ifPlayer(player -> player.getInventory().addItem(new ItemStack(Material.TNT, 1)));
})), 20, 20);
}
}