Started by
WhyIsY
on
Topic category: Help with Minecraft modding (Java Edition)
ok so i made that when i hold a sword in my hand i get regen but i made then regen lvl 1 but it heals me WAY too fast and i don't know why
Topic category: Help with Minecraft modding (Java Edition)
ok so i made that when i hold a sword in my hand i get regen but i made then regen lvl 1 but it heals me WAY too fast and i don't know why
Can you post screen shots?
ok https://postimg.cc/JGq2NMkr
In the first image, if you use the "Cooldown" method, it will need to be on the trigger "When Right click on block" or some other trigger that is not on a Update Tick, because that will trigger the Cooldown constantly.
On the other hand If you want it to give you regen but only after a cooldown under "Flow Control" there's a block named "Wait # ticks on server-side" with this you can use a Logic NBT tag on the player and check if its true/false and use the wait block to set it back to false after the wait.
oh i didnt know thanks alot