Started by
jman200361
on
Topic category: Help with Minecraft modding (Java Edition)
Im creating a mod where i need to link a gui with an armor set but need it to only open after a keybind is used
Topic category: Help with Minecraft modding (Java Edition)
Im creating a mod where i need to link a gui with an armor set but need it to only open after a keybind is used
create the keybind element. create a procedure for "When key pressed". in the procedure use code blocks IF Get item from armor slot {3} of {target entity} EQUALS {your helmet item}