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

@@ -2,8 +2,8 @@
"credit": "made by Motschen",
"parent": "block/block",
"textures": {
"2": "block/stripped_oak_log",
"particle": "block/oak_log",
"inside": "block/stripped_oak_log",
"particle": "#side",
"side": "block/oak_log",
"top": "block/oak_log_top"
},
@@ -13,7 +13,7 @@
"from": [0, 0, 2],
"to": [1, 16, 14],
"faces": {
"east": {"uv": [4, 0, 16, 16], "texture": "#2"},
"east": {"uv": [4, 0, 16, 16], "texture": "#inside"},
"up": {"uv": [2, 2, 3, 14], "texture": "#top", "cullface": "up"},
"down": {"uv": [2, 2, 3, 14], "texture": "#top", "cullface": "down"}
}
@@ -123,7 +123,7 @@
"from": [15, 0, 2],
"to": [16, 16, 14],
"faces": {
"west": {"uv": [4, 0, 16, 16], "texture": "#2"},
"west": {"uv": [4, 0, 16, 16], "texture": "#inside"},
"up": {"uv": [13, 2, 14, 14], "texture": "#top", "cullface": "up"},
"down": {"uv": [13, 1, 14, 13], "texture": "#top", "cullface": "down"}
}
@@ -135,8 +135,8 @@
"faces": {
"north": {"uv": [7, 0, 9, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [2, 0, 4, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [2, 0, 4, 16], "texture": "#2"},
"west": {"uv": [0, 0, 2, 16], "texture": "#2"},
"south": {"uv": [2, 0, 4, 16], "texture": "#inside"},
"west": {"uv": [0, 0, 2, 16], "texture": "#inside"},
"up": {"uv": [0, 0, 2, 2], "rotation": 90, "texture": "#top", "cullface": "up"},
"down": {"uv": [14, 14, 16, 16], "texture": "#top", "cullface": "down"}
}
@@ -147,8 +147,8 @@
"to": [2, 16.0089, 2],
"faces": {
"north": {"uv": [7, 0, 9, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [2, 0, 4, 16], "texture": "#2"},
"south": {"uv": [0, 0, 2, 16], "texture": "#2"},
"east": {"uv": [2, 0, 4, 16], "texture": "#inside"},
"south": {"uv": [0, 0, 2, 16], "texture": "#inside"},
"west": {"uv": [0, 0, 2, 16], "texture": "#side", "cullface": "west"},
"up": {"uv": [0, 0, 2, 2], "texture": "#top", "cullface": "up"},
"down": {"uv": [0, 14, 2, 16], "texture": "#top", "cullface": "down"}
@@ -159,8 +159,8 @@
"from": [0, -0.1111, 14],
"to": [2, 16.0089, 16],
"faces": {
"north": {"uv": [2, 0, 4, 16], "texture": "#2"},
"east": {"uv": [0, 0, 2, 16], "texture": "#2"},
"north": {"uv": [2, 0, 4, 16], "texture": "#inside"},
"east": {"uv": [0, 0, 2, 16], "texture": "#inside"},
"south": {"uv": [7, 0, 9, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 2, 16], "texture": "#side", "cullface": "west"},
"up": {"uv": [0, 0, 2, 2], "rotation": 270, "texture": "#top", "cullface": "up"},
@@ -172,10 +172,10 @@
"from": [14, -0.1111, 14],
"to": [16, 16.0089, 16],
"faces": {
"north": {"uv": [0, 0, 2, 16], "texture": "#2"},
"north": {"uv": [0, 0, 2, 16], "texture": "#inside"},
"east": {"uv": [2, 0, 4, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [6, 0, 8, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [2, 0, 4, 16], "texture": "#2"},
"west": {"uv": [2, 0, 4, 16], "texture": "#inside"},
"up": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#top", "cullface": "up"},
"down": {"uv": [14, 0, 16, 2], "texture": "#top", "cullface": "down"}
}
@@ -197,7 +197,7 @@
"from": [2, 0, 0],
"to": [14, 16, 1],
"faces": {
"south": {"uv": [4, 0, 16, 16], "texture": "#2"},
"south": {"uv": [4, 0, 16, 16], "texture": "#inside"},
"up": {"uv": [2, 2, 14, 3], "texture": "#top", "cullface": "up"},
"down": {"uv": [2, 13, 14, 14], "texture": "#top", "cullface": "down"}
}
@@ -219,7 +219,7 @@
"from": [2, 0, 15],
"to": [14, 16, 16],
"faces": {
"north": {"uv": [4, 0, 16, 16], "texture": "#2"},
"north": {"uv": [4, 0, 16, 16], "texture": "#inside"},
"up": {"uv": [2, 13, 14, 14], "texture": "#top", "cullface": "up"},
"down": {"uv": [2, 2, 14, 3], "texture": "#top", "cullface": "down"}
}
@@ -237,4 +237,4 @@
}
}
]
}
}

View File

@@ -2,7 +2,7 @@
"credit": "made by Motschen",
"parent": "block/block",
"textures": {
"particle": "block/oak_log",
"particle": "#side",
"side": "block/oak_log",
"top": "block/oak_log_top"
},

View File

@@ -0,0 +1,7 @@
{
"parent": "block/hollow_log",
"textures": {
"top": "#end",
"particle": "#side"
}
}

View File

@@ -0,0 +1,9 @@
{
"parent": "block/hollow_log",
"textures": {
"particle": "#side",
"#side": "#side",
"#inside": "#inside",
"#top": "#end"
}
}