Started by
Hollowplayz
on
Topic category: Help with Minecraft modding (Java Edition)
So I have a couple problems or irks about how my entities are shooting projectiles currently, and I have a couple questions.
1. Can I make entity projectiles do absolutely no knockback?
2. How do I increase or decrease the fire rate of entity projectiles?
3. Can I make entity projectiles go through entities tagged as "creature"?
4. How do I make an entity shoot multiple projectiles at once?
I would appreciate any help, even if not all questions are answered.
Edited by Hollowplayz on Wed, 12/28/2022 - 20:24
Some of these are available in the latest snapshot. Something like this should be coming soon; I personally don't know I usually just mess around with the Enitity.java code to learn things like this, but I don't know.
GOT IT! Use projectile procedures! On entity tick update, run this type of procedure:
omg thx im making a boss and this is gonna help
so much