Started by
LOLBroSave
on
Topic category: Help with Minecraft modding (Java Edition)
So im not the best in mcreator. Im trying to create a Hammer item that Deals extra damage, depending on your falling hight, tried it by making two variables one changes depending on the y coordinate depending on when the Player last were on ground and the other when the entity gets hit and finally the First variable minus the second gives the extra damage, but it doesnt work like I want it, the player gets constant damage and I don’t get any extra damage can someone help me? Thank you in advance
Edited by LOLBroSave on Wed, 03/26/2025 - 20:19
If you're still on 2024.4 you can use Redwire's plugin, it has a fall distance variable. Sorry if this doesn't work!
(also tell me how you add to the damage please, I tried making a mace myself and got lost on that.)
Sorry that I let you wait, I was busy. I tried your solution, but it didn‘t function, sadly, but still thanks
Im actually still waiting for an answer, how I can make a Mace-like item, like in 1.21, if anyone had a procedure or could Tell me how I would be very grateful
OMG, I tried using ChatGPT for Code for the Mace after many tries it made me a Code for a Mace that even deletes Fall-damage for me when I hit an entity
How did you manage to do the mace in the GPT chat?
I just asked if it can make Mcreator Code and pasted the base item Code, so it could rewrite it and after many tries and many corrections I had the Mace code