Started by
son_savasci
on
Topic category: Help with Minecraft modding (Java Edition)
Hi guys. Im new. Today i started use mcreator. Now i know the menus procedures and other things. But how i can make medical items like bandage ?
I dont know how to codding. Can someone help me ?
I have named "kumas" item. I create it and i want when i use, add 2hp (1heart)
But i cant find any procedures for this thing. Just have "Set health" but i need "Add Health"
“Add” isn’t really a procedure block. They make you have to do this if you want to do “add”:
“Set entity health to: (get entity health) + (2)”
This will figure out how much hp the player has, and apply 2 more hp to it.
You also might want to add “remove item” too ;)
I made item in tool have 1 durability for 2 use. :D
Now im trying. I hope this technique is work. pls god..
This is really worked!!! I want hug u <3 THANKS!!
:) Your welcome!
ps hope the durability thing works for you
This is first tier heal item like cloth. Now healing 1 hp. i want make more medical items like dress bandage medikit syrnges pills and etc.