Add passenger support to Armor Stand #575
syndicate25
started this conversation in
Improvements
Replies: 1 comment 5 replies
-
1.7.10 does not have the |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The title says it all. I'm not versed in code/modding so I can't elaborate much on what passenger support looks like so hopefully my request makes sense. I don't know if this is even an option in this beloved version, but as it appears this feature exists in later versions, and if it is possible, please consider this improvement request.
Testing I've done and what I "know" so far:
What I can say is that currently, it appears the armor stand does not support passengers, so you can't give it things to "hold." The following command works when using Future Commands mod (and maybe without).
/summon etfuturum.wooden_armorstand ~ ~.7 ~ {CustomName:"\"ASITM\"",NoGravity:1b,Small:1b,Marker:1b,Invisible:1b,Passengers:[{id:"item",Item:{id:262,Count:1b},Age:-32768,Health:999999,PickupDelay:32767}]}
Future Commands adds support for commands from future versions of Minecraft up to 1.12.2. I've tested the below command in 1.12.2, and 1.11.2 (without any mods) using the item ID as something like "id:minecraft:arrow" (instead of "id:262" since numeric IDs are not supported beyond 1.7.10 afaik) and I get the desired result. Which, by the way, I've tried using "id:minecraft:arrow" in 1.7.10, and it refuses to summon anything. The command says it completes, but it always shows the same item, which flickers for a second, then disappears. When using numeric IDs, the item successfully summons.
In 1.7.10, the above command executes, and says the armor stand is successfully summoned. You can see it on the ground with WAILA, even though it's invisible, but, it's holding nothing. That leads me to believe it's not a command support issue, but that the armor stand isn't able to hold the item due to a lack of passenger support.
What should happen is, there should be a floating item left behind, similar to when you drop something you don't want, except you can tweak what happens with said item. One thing it's useful for (and what I intend to use it for) is creating custom shops in villages where you want to display what is for sale in a more interesting fashion.
Here's a link to a video to show what I'm trying to explain, at the timestamp where said item/armor stand is created:
https://youtu.be/v2ApUDEvOCE?t=159
Beta Was this translation helpful? Give feedback.
All reactions