First update so far. Got into a nice workflow now, so things are going fast
Changelog
Added carry animations and blockstates if applicable for the following:
- All boats
- All trapdoors and fence gates
- Structure blocks
- Enchanting table
- Armor stands
For the armor stands, you can get the variants with the following commands:
/give @p armor_stand[minecraft:block_state={ShowArms:"false", NoBasePlate: "false"}, minecraft:entity_data={ShowArms:false, NoBasePlate: false, id: "armor_stand"}]
/give @p armor_stand[minecraft:block_state={ShowArms:"false", NoBasePlate: "true"}, minecraft:entity_data={ShowArms:false, NoBasePlate: true, id: "armor_stand"}, lore=['{color: gray, text: "No base plate"}']]
/give @p armor_stand[minecraft:block_state={ShowArms:"true", NoBasePlate: "false"}, minecraft:entity_data={ShowArms:true, NoBasePlate: false, id: "armor_stand"}, lore=['{color: gray, text: "Shows arms"}']]
/give @p armor_stand[minecraft:block_state={ShowArms:"true", NoBasePlate: "true" }, minecraft:entity_data={ShowArms:true, NoBasePlate: true, id: "armor_stand"}, lore=['{"text": "No base plate", color: gray}', '{color: gray, text: "Shows arms"}']]
/give @p armor_stand[minecraft:block_state={ShowArms:"false", NoBasePlate: "false", Invisible:"true"}, minecraft:entity_data={ShowArms:false, NoBasePlate: false, Invisible:true, id: "armor_stand"}, lore=['{color: gray, text: "Invisible"}']]
/give @p armor_stand[minecraft:block_state={ShowArms:"false", NoBasePlate: "true", Invisible:"true"}, minecraft:entity_data={ShowArms:false, NoBasePlate: true, Invisible:true, id: "armor_stand"}, lore=['{color: gray, text: "Invisible"}', '{"text": "No base plate", color: gray}']]
/give @p armor_stand[minecraft:block_state={ShowArms:"true", NoBasePlate: "false", Invisible:"true"}, minecraft:entity_data={ShowArms:true, NoBasePlate: false, Invisible:true, id: "armor_stand"}, lore=['{color: gray, text: "Invisible"}', '{color: gray, text: "Shows arms"}']]
/give @p armor_stand[minecraft:block_state={ShowArms:"true", NoBasePlate: "true", Invisible:"true"}, minecraft:entity_data={ShowArms:true, NoBasePlate: true, Invisible:true, id: "armor_stand"}, lore=['{color: gray, text: "Invisible"}', '{"text": "No base plate", color: gray}', '{color: gray, text: "Shows arms"}']]
There were also some internal changes. You can now get most carry textures by giving the item with block_state={display: ui}
, mostly the ones that dont have a placed block model