Files
RoundTreesPack/input/assets/natures_spirit/models/block/joshua_log.json
Martin Prokoph a889417caa Read textures from original model files
Improved mod support :)
2025-09-14 18:12:33 +02:00

25 lines
715 B
JSON

{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"end": "natures_spirit:block/joshua_log_top",
"particle": "natures_spirit:block/joshua_log",
"side": "natures_spirit:block/joshua_log"
},
"elements": [
{
"from": [4, 4, 4],
"to": [12, 12, 12],
"rotation": {"angle": 0, "axis": "z", "origin": [2, 2, 2]},
"faces": {
"north": {"uv": [4, 4, 12, 12], "texture": "#inside"},
"east": {"uv": [4, 4, 12, 12], "texture": "#inside"},
"south": {"uv": [4, 4, 12, 12], "texture": "#inside"},
"west": {"uv": [4, 4, 12, 12], "texture": "#inside"},
"up": {"uv": [4, 4, 12, 12], "texture": "#1"},
"down": {"uv": [12, 12, 4, 4], "texture": "#1"}
}
}
]
}