2022-01-30 23:19:37 +08:00

32 lines
1004 B
JSON

{
"textures": {
"particle": "thermalexpansion:blocks/dynamo/dynamo_coil_redstone_anim",
"tex": "thermalexpansion:blocks/dynamo/dynamo_coil_redstone_anim",
"base": "minecraft:blocks/concrete_white"
},
"elements": [
{
"from": [ 3, 0, 3 ],
"to": [ 13, 1, 13 ],
"faces": {
"down": { "texture": "#base", "cullface": "down" },
"up": { "texture": "#base" },
"north": { "texture": "#base" },
"east": { "texture": "#base" },
"south": { "texture": "#base" },
"west": { "texture": "#base" }
}
},
{
"from": [ 4, 1, 4 ],
"to": [ 12, 9, 12 ],
"faces": {
"up": { "uv": [ 4, 0, 8, 4 ], "texture": "#tex" },
"north": { "uv": [ 0, 4, 4, 8 ], "texture": "#tex" },
"east": { "uv": [ 4, 4, 8, 8 ], "texture": "#tex" },
"south": { "uv": [ 8, 4, 12, 8 ], "texture": "#tex" },
"west": { "uv": [ 12, 4, 16, 8 ], "texture": "#tex" }
}
}
]
}