Started by
davidS
on
Topic category: Help with Minecraft modding (Java Edition)
how to make an enchantment that by right clicking on an entity causes a lightning bolt to fall on the entity
Topic category: Help with Minecraft modding (Java Edition)
how to make an enchantment that by right clicking on an entity causes a lightning bolt to fall on the entity
Maybe spawning a lightning in front of you, but be careful or the player will be damaged.
Hello davidS
> Here < is a screenshot that may help.
*Note* this will allow you to spam right click lightning, you'll have to make a variable timer system if you want to have a cooldown between uses.
you know how to make a timer system variable
you also can easily make an item cooldown, there is a procedure-block for this