slowly tnt explosion by 0.5s

This commit is contained in:
Cheese 2015-03-20 20:46:11 +11:00
parent 446951d8af
commit 376824edfc

View File

@ -2051,7 +2051,7 @@ public class SurvivalGames extends SoloGame
TNTPrimed tnt = player.getWorld()
.spawn(player.getEyeLocation().add(player.getLocation().getDirection()), TNTPrimed.class);
tnt.setFuseTicks(30);
tnt.setFuseTicks(40);
UtilAction.velocity(tnt, player.getLocation().getDirection(), 0.5, false, 0, 0.1, 10, false);