How to make minecraft clothing(JAVA)
Today i will show you how to make a dress in minecraft. You can use this to work out diffrent sorts of clothing. If you want other clothing you will have to make it yourself as i dont have time to make shirts and other things like that. I will also come out with a video on hats
COMMANDS:
summon minecraft:armor_stand ~ ~2 ~ {Rotation:[0f]}
summon minecraft:armor_stand ~ ~2 ~ {Rotation:[45f]}
summon minecraft:armor_stand ~ ~2 ~ {Rotation:[90f]}
summon minecraft:armor_stand ~ ~2 ~ {Rotation:[135f]}
summon minecraft:armor_stand ~ ~2 ~ {Rotation:[180f]}
summon minecraft:armor_stand ~ ~2 ~ {Rotation:[225f]}
summon minecraft:armor_stand ~ ~2 ~ {Rotation:[270f]}
summon minecraft:armor_stand ~ ~2 ~ {Rotation:[315f]}
/data merge entity @e[type=minecraft:armor_stand,distance=...1,limit=1] {ArmorItems:[{},{},{},{Count:1,id:pink_banner}],Invulnerable:1b,Invisible:1b,NoGravity:1b,Small:1b,DisabledSlots:4096,Pose:{Head:[210f,0f,0f]}}
(MAKE SURE YOU HOLD THE BANNER ON THIS ONE)
/execute at @s run data modify entity @e[type=minecraft:armor_stand,distance=...1,limit=1] ArmorItems[3] set from entity @s SelectedItem
/tag @e[type=minecraft:armor_stand,distance=...1,limit=1] add bestdress
/data merge entity @e[type=minecraft:armor_stand,distance=...1,limit=1] {Marker:1b}
Video was inspired by. I just made it easier to go through
https://www.youtube.com/watch?v=3V5PFWQwxRk