Compatibility
Minecraft: Java Edition
24w45a
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed LGPL-3.0-or-later
Published 5 days ago
Updated yesterday
Changelog
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
Files
item interactions v1.1.zip(128.42 KiB) Primary
Metadata
Release channel
BetaVersion number
1.1Game versions
24w45aDownloads
14Publication date
November 10, 2024 at 11:57 PMPublisher
mineland
Member