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,8 +0,0 @@
{
"parent": "block/hollow_log",
"textures": {
"top": "quark:block/acacia_log_top",
"side": "quark:block/acacia_log",
"inner": "quark:block/stripped_acacia_log"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "block/hollow_log",
"textures": {
"top": "quark:block/ancient_log_top",
"side": "quark:block/ancient_log",
"inner": "quark:block/stripped_ancient_log"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "block/hollow_log",
"textures": {
"top": "quark:block/azalea_log_top",
"side": "quark:block/azalea_log",
"inner": "quark:block/stripped_azalea_log"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "block/hollow_log",
"textures": {
"top": "quark:block/birch_log_top",
"side": "quark:block/birch_log",
"inner": "quark:block/stripped_birch_log"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "block/hollow_log",
"textures": {
"top": "quark:block/blossom_log_top",
"side": "quark:block/blossom_log",
"inner": "quark:block/stripped_blossom_log"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "block/hollow_log",
"textures": {
"top": "quark:block/cherry_log_top",
"side": "quark:block/cherry_log",
"inner": "quark:block/stripped_cherry_log"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "block/hollow_log",
"textures": {
"top": "quark:block/dark_oak_log_top",
"side": "quark:block/dark_oak_log",
"inner": "quark:block/stripped_dark_oak_log"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "block/hollow_log",
"textures": {
"top": "quark:block/jungle_log_top",
"side": "quark:block/jungle_log",
"inner": "quark:block/stripped_jungle_log"
}
}

View File

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

View File

@@ -1,8 +0,0 @@
{
"parent": "block/hollow_log",
"textures": {
"top": "quark:block/mangrove_log_top",
"side": "quark:block/mangrove_log",
"inner": "quark:block/stripped_mangrove_log"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "block/hollow_log",
"textures": {
"top": "quark:block/oak_log_top",
"side": "quark:block/oak_log",
"inner": "quark:block/stripped_oak_log"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "block/hollow_log",
"textures": {
"top": "quark:block/spruce_log_top",
"side": "quark:block/spruce_log",
"inner": "quark:block/stripped_spruce_log"
}
}