Started by
Mugman
on
Topic category: Help with Minecraft modding (Java Edition)
I'm working on a magic item that shoots projectiles depleting a mana bar, however with ranged items there's the problem of normal projectiles and I cannot find any way to fix the power of the projectile in any way with normal weapons (exploding projectiles)
Thanks in advance
Edited by Mugman on Mon, 12/05/2022 - 20:28
What exactly do you mean?
I'd like to make a projectile attached to a "tool" which can explode, however I cannot use the ranged item because it shoots projectiles even if you're without mana. I want to make a magic staff just to simplify things
I am actually making a similar mod and i used a conditional procedure so that you can only use the staff when your mana is greater than a certain number
Like this :
You can make something that checks the mana number, something like this:
https://ibb.co/C9p0z2b