Started by
Ultimate Immersion
on
Topic category: Help with Minecraft modding (Java Edition)
Hi, so I'm trying to create an item with procedure to change models of all blocks that I right-click with that item. I already have some blocks that are interactive with right-click as well so in that case the holding an item interaction should be dominant over default one - if that's even possible? How can I create a procedure like this?
Edited by Ultimate Immersion on Wed, 01/26/2022 - 19:07
I found partial solution to the above but:
I already have some blocks with procedure trigger on right click and now I want if player is holding that item and interacts with a block that has right click trigger already, that item has action procedure priority over default right click. Is that possible if so, how?
Right now interactive block triggers the action of a normal right click even if I have that item in hand, but on those without additional triggers the item works.