change catapult bounding box to 3
This commit is contained in:
parent
0cb557d922
commit
4488b73e93
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user