21 lines
599 B
JSON
21 lines
599 B
JSON
{
|
|
"textures": {
|
|
"texture": "block/oak_fence",
|
|
"log": "block/stripped_oak_log_top",
|
|
"particle": "block/oak_planks"
|
|
},
|
|
"elements": [
|
|
{
|
|
"from": [6, 0, 6],
|
|
"to": [10, 16, 10],
|
|
"faces": {
|
|
"north": {"uv": [6, 0, 10, 16], "texture": "#texture"},
|
|
"east": {"uv": [6, 0, 10, 16], "texture": "#texture"},
|
|
"south": {"uv": [6, 0, 10, 16], "texture": "#texture"},
|
|
"west": {"uv": [6, 0, 10, 16], "texture": "#texture"},
|
|
"up": {"uv": [6, 6, 10, 10], "texture": "#log", "cullface": "up"},
|
|
"down": {"uv": [6, 6, 10, 10], "texture": "#log", "cullface": "down"}
|
|
}
|
|
}
|
|
]
|
|
} |