resent-1.8/desktopRuntime/resources/assets/minecraft/models/block/pane_sew.json
ThisIsALegitUsername 98a62293f2 decompile eaglercraft
2022-12-27 18:59:46 +00:00

33 lines
1.4 KiB
JSON

{
"ambientocclusion": false,
"textures": {
"particle": "#pane"
},
"elements": [
{ "from": [ 7, 0, 9 ],
"to": [ 9, 16, 16 ],
"shade": false,
"faces": {
"down": { "uv": [ 7, 9, 9, 16 ], "texture": "#edge" },
"up": { "uv": [ 7, 9, 9, 16 ], "texture": "#edge" },
"north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" },
"south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" },
"west": { "uv": [ 7, 0, 0, 16 ], "texture": "#pane" },
"east": { "uv": [ 0, 0, 7, 16 ], "texture": "#pane" }
}
},
{ "from": [ 0, 0, 7 ],
"to": [ 16, 16, 9 ],
"shade": false,
"faces": {
"down": { "uv": [ 7, 0, 9, 16 ], "rotation": 90, "texture": "#edge" },
"up": { "uv": [ 7, 0, 9, 16 ], "rotation": 90, "texture": "#edge" },
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#pane" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#pane" },
"west": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "west" },
"east": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "east" }
}
}
]
}