20 lines
611 B
JSON
20 lines
611 B
JSON
{
|
|
"textures": {
|
|
"texture": "block/dark_oak_fence",
|
|
"particle": "block/dark_oak_planks"
|
|
},
|
|
"elements": [
|
|
{
|
|
"from": [7, 3, 0],
|
|
"to": [9, 15, 16],
|
|
"faces": {
|
|
"north": {"uv": [7, 2, 9, 13], "texture": "#texture", "cullface": "north"},
|
|
"east": {"uv": [0, 2, 16, 13], "texture": "#texture"},
|
|
"south": {"uv": [7, 2, 9, 13], "texture": "#texture", "cullface": "south"},
|
|
"west": {"uv": [0, 2, 16, 13], "texture": "#texture"},
|
|
"up": {"uv": [0, 2, 16, 4], "rotation": 90, "texture": "#texture"},
|
|
"down": {"uv": [0, 11, 16, 13], "rotation": 90, "texture": "#texture"}
|
|
}
|
|
}
|
|
]
|
|
} |