mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-10 20:41:14 +01:00
Add armor stand entity id to ENTITY_DATA in 1.20.3->.5 (#3930)
Closes https://github.com/ViaVersion/ViaVersion/issues/3929
This commit is contained in:
parent
ae3042074e
commit
01ea51e8ee
@ -452,6 +452,8 @@ public final class BlockItemPacketRewriter1_20_5 extends ItemRewriter<Clientboun
|
||||
entityTag = entityTag.copy();
|
||||
if (entityTag.contains("variant")) {
|
||||
entityTag.putString("id", "minecraft:painting");
|
||||
} else if (entityTag.contains("ShowArms")) {
|
||||
entityTag.putString("id", "minecraft:armor_stand");
|
||||
}
|
||||
data.set(StructuredDataKey.ENTITY_DATA, entityTag);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user