Started by
mandaraino
on
Topic category: Help with Minecraft modding (Java Edition)
I am creating a mod that gives a utility to the fletching table, but creating the improved bows I have noticed that the arrows do not fit into the blocks as they would with a normal bow and once used the arrows can no longer be resumed in the inventory.
Can someone help me?
um whats with inventory and shooting a bow here???? I'm confused
Lock your bow element, press edit, then go into the third file. It's a java file. Ctrl + F(or just find it) the word "ground". And there is an if statement which removes arrows on ground(in the brackets it should say "this.remove" so look for that). Delete the if statement, make sure to get rid of the brackets properly. Save. And try it out. The projectiles do come out pretty wonky like they're not really stuck to the ground but slightly above it.
ok thank you, now all works.