Merge pull request from TheJulianJES/patch-1

Fix > 3D Bow Bug
This commit is contained in:
Aidan 2014-10-02 11:14:36 -04:00
commit 5adc2a80f7

View file

@ -20,6 +20,7 @@ public class ItemElectricBow extends ItemEnergized
public ItemElectricBow()
{
super(120000);
this.setFull3D;
}
@Override