How can I make a Mace-like item

Started by LOLBroSave on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 week ago
Joined Oct 2024
Points:
52

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 9
How can I make a Mace-like item
Wed, 03/26/2025 - 20:19 (edited)

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
Active 1 week ago
Joined Mar 2025
Points:
23

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 25
If you're still on 2024.4…
Thu, 03/27/2025 - 16:59

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.)

Active 1 week ago
Joined Oct 2024
Points:
52

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 9
Sorry that I let you wait, I…
Mon, 03/31/2025 - 16:04

Sorry that I let you wait, I was busy. I tried your solution, but it didn‘t function, sadly, but still thanks

Active 1 week ago
Joined Oct 2024
Points:
52

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 9
Im actually still waiting…
Thu, 04/10/2025 - 10:46

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

Active 1 week ago
Joined Oct 2024
Points:
52

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 9
OMG, I tried using ChatGPT…
Thu, 04/10/2025 - 16:01

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

Active 1 week ago
Joined Apr 2025
Points:
3

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
How did you manage to do the…
Fri, 04/11/2025 - 15:05

How did you manage to do the mace in the GPT chat?

Active 1 week ago
Joined Oct 2024
Points:
52

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 9
I just asked if it can make…
Sat, 04/12/2025 - 00:29

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