mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-09 23:54:30 +00:00
ModelSupport - Add default ArmorStand model
This commit is contained in:
@@ -735,5 +735,30 @@
|
||||
"res/mob/panda/panda_sneezy",
|
||||
"res/mob/panda/panda_worried"
|
||||
]
|
||||
},
|
||||
|
||||
"wood": {
|
||||
"textureLocations": [ "res/item/armorstand/wood" ],
|
||||
"parts": [
|
||||
{ "name": "head" },
|
||||
{ "name": "body" },
|
||||
{
|
||||
"name": "rightArm",
|
||||
"children": [{ "name": "rightItem" }]
|
||||
},
|
||||
{
|
||||
"name": "leftArm",
|
||||
"children": [{ "name": "leftItem" }]
|
||||
},
|
||||
{
|
||||
"name": "rightLeg"
|
||||
},
|
||||
{
|
||||
"name": "leftLeg"
|
||||
},
|
||||
{
|
||||
"name": "base_plate"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user