Started by
Robisocke
on
Topic category: Help with Minecraft modding (Java Edition)
im new to modding and im trying to do a right click procidure to get an item by a block with a specific item when you right click it with it,
and i dont know how to do it im using the 2020.2 version of Mcreator and i make a mod in 1.12.2
Edited by Robisocke on Fri, 04/09/2021 - 21:01
"your block 1"/Triggers: On block right-clicked
if [ [ get item in main-hand ] == [ "your item 1" ] ] do (
set item in main-hand [ "your item 2" ]
)
how do i visualize it im new to doing procedured can you include an image?