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,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "mysticsbiomes:block/cherry_log_top",
"side": "mysticsbiomes:block/cherry_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "mysticsbiomes:block/jacaranda_log_top",
"side": "mysticsbiomes:block/jacaranda_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "mysticsbiomes:block/maple_log_top",
"side": "mysticsbiomes:block/maple_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "mysticsbiomes:block/peach_log_top",
"side": "mysticsbiomes:block/peach_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "mysticsbiomes:block/sea_foam_log_top",
"side": "mysticsbiomes:block/sea_foam_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "mysticsbiomes:block/strawberry_log_top",
"side": "mysticsbiomes:block/strawberry_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "mysticsbiomes:block/stripped_cherry_log_top",
"side": "mysticsbiomes:block/stripped_cherry_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "mysticsbiomes:block/stripped_jacaranda_log_top",
"side": "mysticsbiomes:block/stripped_jacaranda_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "mysticsbiomes:block/stripped_maple_log_top",
"side": "mysticsbiomes:block/stripped_maple_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "mysticsbiomes:block/stripped_peach_log_top",
"side": "mysticsbiomes:block/stripped_peach_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "mysticsbiomes:block/stripped_sea_foam_log_top",
"side": "mysticsbiomes:block/stripped_sea_foam_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "mysticsbiomes:block/stripped_strawberry_log_top",
"side": "mysticsbiomes:block/stripped_strawberry_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "mysticsbiomes:block/stripped_tropical_log_top",
"side": "mysticsbiomes:block/stripped_tropical_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "mysticsbiomes:block/tropical_log_top",
"side": "mysticsbiomes:block/tropical_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "mysticsbiomes:block/white_maple_log_top",
"side": "mysticsbiomes:block/white_maple_log"
}
}