revert to vanilla assets
This commit is contained in:
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:select",
|
||||
"block_state_property": "copper_golem_pose",
|
||||
"cases": [
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:special",
|
||||
"base": "minecraft:item/template_copper_golem_statue",
|
||||
"model": {
|
||||
"type": "minecraft:copper_golem_statue",
|
||||
"pose": "sitting",
|
||||
"texture": "minecraft:textures/entity/copper_golem/copper_golem_oxidized.png"
|
||||
}
|
||||
},
|
||||
"when": "sitting"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:special",
|
||||
"base": "minecraft:item/template_copper_golem_statue",
|
||||
"model": {
|
||||
"type": "minecraft:copper_golem_statue",
|
||||
"pose": "running",
|
||||
"texture": "minecraft:textures/entity/copper_golem/copper_golem_oxidized.png"
|
||||
}
|
||||
},
|
||||
"when": "running"
|
||||
},
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:special",
|
||||
"base": "minecraft:item/template_copper_golem_statue",
|
||||
"model": {
|
||||
"type": "minecraft:copper_golem_statue",
|
||||
"pose": "star",
|
||||
"texture": "minecraft:textures/entity/copper_golem/copper_golem_oxidized.png"
|
||||
}
|
||||
},
|
||||
"when": "star"
|
||||
}
|
||||
],
|
||||
"fallback": {
|
||||
"type": "minecraft:special",
|
||||
"base": "minecraft:item/template_copper_golem_statue",
|
||||
"model": {
|
||||
"type": "minecraft:copper_golem_statue",
|
||||
"pose": "standing",
|
||||
"texture": "minecraft:textures/entity/copper_golem/copper_golem_oxidized.png"
|
||||
}
|
||||
},
|
||||
"property": "minecraft:block_state",
|
||||
"transformation": {
|
||||
"left_rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"right_rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
-1.0,
|
||||
-1.0
|
||||
],
|
||||
"translation": [
|
||||
0.5,
|
||||
1.5,
|
||||
0.5
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user