Posted March 6, 20169 yr The arrow flies, falls into the unit, normally stuck, but bounces back and hanging in the air in a few seconds. How to Fix? Code vanilla, almost nothing has changed, what to do?
March 6, 20169 yr Check your entity registration code and make sure you are using the same tracking values as the vanilla arrow, i.e.: int index = 0; EntityRegistry.registerModEntity(EntityArrowCustom.class, "Custom Arrow", index++, YourMod.instance, 64, 20, true); http://i.imgur.com/NdrFdld.png[/img]
March 6, 20169 yr Author Check your entity registration code and make sure you are using the same tracking values as the vanilla arrow, i.e.: int index = 0; EntityRegistry.registerModEntity(EntityArrowCustom.class, "Custom Arrow", index++, YourMod.instance, 64, 20, true); Yes exactly.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.