Started by
bbbluess
on
Topic category: Help with Minecraft modding (Java Edition)
I'm making a mod where you can use a totem, but instead of it being gone, it turns into a "Dead totem", where when you forge it with a lapis block on a smithing table, its live again.
The problem is, how do I make the totem turn into a dead totem when said totem is used?
There is an "entity uses a totem" event trigger when creating a procedure. Use that and have it add 1 totem to the player's inventory.
One dead totem, that is.