Started by
notwywernhd
on
Topic category: Help with Minecraft modding (Java Edition)
Im using tags because i need it for modded item. Using netherite leggings as a temporary placement. Cant get the leggings to be detected
Topic category: Help with Minecraft modding (Java Edition)
Im using tags because i need it for modded item. Using netherite leggings as a temporary placement. Cant get the leggings to be detected
so basically netherite leggings is not a tag, you would have to check for the item using the "is item the same as" block like this. "is item in hand of event/target entity the same as [your item]", you can input an item by using the block in the minecraft components tab in the procedure editor.
could you maybe send a picture of how it should look and where i can find the block. I cant find it anywhere even thru the search command.
https://imgur.com/a/TCqzrEf
tried using that, but the problem is i cant use it with other mods as it uses different ids than create:****** or minecraft:******
You can't use items from other mods in block editor you need to go java and do it yourself. Look up java syntax tutorials if you have no idea what you are doing.
Alr, well thank you for your help