Read textures from original model files

Improved mod support :)
This commit is contained in:
Martin Prokoph
2025-09-14 18:12:33 +02:00
parent 9871a0c09f
commit a889417caa
1624 changed files with 9518 additions and 6750 deletions

View File

@@ -0,0 +1,24 @@
{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"end": "natures_spirit:block/stripped_joshua_log_top",
"particle": "natures_spirit:block/stripped_joshua_log",
"side": "natures_spirit:block/stripped_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"}
}
}
]
}