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

@@ -1,7 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "regions_unexplored:block/alpha_log_top",
"side": "regions_unexplored:block/alpha_log"
"top": "regions_unexplored:block/alpha_oak_log_top",
"side": "regions_unexplored:block/alpha_oak_log"
}
}

View File

@@ -1,7 +0,0 @@
{
"parent": "block/log",
"textures": {
"top": "regions_unexplored:block/bamboo_log_top",
"side": "regions_unexplored:block/bamboo_log"
}
}

View File

@@ -1,7 +0,0 @@
{
"parent": "block/log",
"textures": {
"top": "regions_unexplored:block/bamboo_log_leaves_top",
"side": "regions_unexplored:block/bamboo_log_leaves"
}
}

View File

@@ -1,7 +0,0 @@
{
"parent": "block/log",
"textures": {
"top": "regions_unexplored:block/brimwood_log_magma_top",
"side": "regions_unexplored:block/brimwood_log_magma"
}
}

View File

@@ -1,7 +0,0 @@
{
"parent": "block/log",
"textures": {
"top": "regions_unexplored:block/pine_log_transition_top",
"side": "regions_unexplored:block/pine_log_transition"
}
}

View File

@@ -1,7 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "regions_unexplored:block/silver_birch_log_top",
"top": "minecraft:block/birch_log_top",
"side": "regions_unexplored:block/silver_birch_log"
}
}

View File

@@ -1,7 +0,0 @@
{
"parent": "block/log",
"textures": {
"top": "regions_unexplored:block/small_oak_log_top",
"side": "regions_unexplored:block/small_oak_log"
}
}

View File

@@ -1,7 +0,0 @@
{
"parent": "block/log",
"textures": {
"top": "regions_unexplored:block/stripped_bamboo_log_top",
"side": "regions_unexplored:block/stripped_bamboo_log"
}
}

View File

@@ -1,7 +0,0 @@
{
"parent": "block/log",
"textures": {
"top": "regions_unexplored:block/stripped_small_oak_log_top",
"side": "regions_unexplored:block/stripped_small_oak_log"
}
}