change catapult bounding box to 3

This commit is contained in:
NewGarbo 2016-02-03 17:02:31 +00:00
parent 0cb557d922
commit 4488b73e93
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ public class Catapult extends SiegeWeapon
location.add(.5, 0, .5);
setBoundingBox(1);
setBoundingBox(3);
setStateInfo("Unloaded", new WeaponStateInfo(Material.PACKED_ICE, (byte) 0));
setStateInfo("Loaded", new WeaponStateInfo(Material.ENDER_PORTAL_FRAME, (byte) 0));