SangeFault/assets/minecraft/models/block/coral_fan.json
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 a50683c84e Updated to 1.18.1 Vanilla Assets
basically starting over... this is gonna be fun!
2022-01-20 17:44:06 +01:00

44 lines
1.7 KiB
JSON

{
"ambientocclusion": false,
"textures": {
"particle": "#fan"
},
"elements": [
{ "from": [ 8, 0, 0 ],
"to": [ 24, 0, 16 ],
"rotation": { "origin": [ 8, 0, 0 ], "axis": "z", "angle": 22.5, "rescale": false },
"shade": false,
"faces": {
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan", "rotation": 90 },
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#fan", "rotation": 270 }
}
},
{ "from": [ -8, 0, 0 ],
"to": [ 8, 0, 16 ],
"rotation": { "origin": [ 8, 0, 0 ], "axis": "z", "angle": -22.5, "rescale": false },
"shade": false,
"faces": {
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan", "rotation": 270 },
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#fan", "rotation": 90 }
}
},
{ "from": [ 0, 0, 8 ],
"to": [ 16, 0, 24 ],
"rotation": { "origin": [ 0, 0, 8 ], "axis": "x", "angle": -22.5, "rescale": false },
"shade": false,
"faces": {
"up": { "uv": [ 16, 16, 0, 0 ], "texture": "#fan" },
"down": { "uv": [ 16, 0, 0, 16 ], "texture": "#fan" }
}
},
{ "from": [ 0, 0, -8 ],
"to": [ 16, 0, 8 ],
"rotation": { "origin": [ 0, 0, 8 ], "axis": "x", "angle": 22.5, "rescale": false },
"shade": false,
"faces": {
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#fan" },
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#fan" }
}
}
]
}