Started by
nilek20
on
Topic category: Help with Minecraft modding (Java Edition)
i am trying to make a procedure that involves applying only when a specific armor is worn. ( to do this i need to use the get item in armor slot procedure block) Curreently i am on the latest snapshot and the last time i did this was on 2020.5. since then the armor slot id procedures have changed and in trying to use them i have found three different id lists for the player armor slots. i cant tell which armor slot ids ar correct anymore as such i am asking here. if anyone can tell me the armor slot ids for 1.16.5 i would appreciate i.
Armor slot ID's : Helmet 3 Chest 2 Leggins 1 Boots 0, these slot ID's are separate from the inventory slots, for the hot bar from left to right is 0-8, then the inventory from top left to bottom right is 9-35
3 - HELMET (HEAD)
2 - CHESTPLATE (BODY)
1 - LEGGINGS (LEGS)
0 - BOOTS (BOOT)
hm, this is so useful
real da we dont use inventory slots we use armour slots ok
and we use armour slots from 3-0 respectively
Although I don't think it's used much there is a set slot in inventory procedure block.