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,16 +0,0 @@
{
"variants": {
"axis=x": {
"model": "bewitchment:block/cypress_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "bewitchment:block/cypress_log"
},
"axis=z": {
"model": "bewitchment:block/cypress_log_horizontal",
"x": 90
}
}
}

View File

@@ -1,28 +0,0 @@
{
"variants": {
"axis=y,cut=false": {
"model": "bewitchment:block/dragons_blood_log"
},
"axis=z,cut=false": {
"model": "bewitchment:block/dragons_blood_log",
"x": 90
},
"axis=x,cut=false": {
"model": "bewitchment:block/dragons_blood_log",
"x": 90,
"y": 90
},
"axis=y,cut=true": {
"model": "bewitchment:block/dragons_blood_log_cut"
},
"axis=z,cut=true": {
"model": "bewitchment:block/dragons_blood_log_cut",
"x": 90
},
"axis=x,cut=true": {
"model": "bewitchment:block/dragons_blood_log_cut",
"x": 90,
"y": 90
}
}
}

View File

@@ -1,16 +0,0 @@
{
"variants": {
"axis=x": {
"model": "bewitchment:block/elder_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "bewitchment:block/elder_log"
},
"axis=z": {
"model": "bewitchment:block/elder_log_horizontal",
"x": 90
}
}
}

View File

@@ -1,16 +0,0 @@
{
"variants": {
"axis=x": {
"model": "bewitchment:block/juniper_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "bewitchment:block/juniper_log"
},
"axis=z": {
"model": "bewitchment:block/juniper_log_horizontal",
"x": 90
}
}
}

View File

@@ -1,16 +0,0 @@
{
"variants": {
"axis=x": {
"model": "bewitchment:block/stripped_cypress_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "bewitchment:block/stripped_cypress_log"
},
"axis=z": {
"model": "bewitchment:block/stripped_cypress_log_horizontal",
"x": 90
}
}
}

View File

@@ -1,16 +0,0 @@
{
"variants": {
"axis=x": {
"model": "bewitchment:block/stripped_dragons_blood_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "bewitchment:block/stripped_dragons_blood_log"
},
"axis=z": {
"model": "bewitchment:block/stripped_dragons_blood_log_horizontal",
"x": 90
}
}
}

View File

@@ -1,16 +0,0 @@
{
"variants": {
"axis=x": {
"model": "bewitchment:block/stripped_elder_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "bewitchment:block/stripped_elder_log"
},
"axis=z": {
"model": "bewitchment:block/stripped_elder_log_horizontal",
"x": 90
}
}
}

View File

@@ -1,16 +0,0 @@
{
"variants": {
"axis=x": {
"model": "bewitchment:block/stripped_juniper_log_horizontal",
"x": 90,
"y": 90
},
"axis=y": {
"model": "bewitchment:block/stripped_juniper_log"
},
"axis=z": {
"model": "bewitchment:block/stripped_juniper_log_horizontal",
"x": 90
}
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"end": "bewitchment:block/cypress_log_top",
"side": "bewitchment:block/cypress_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"end": "bewitchment:block/dragons_blood_log_top",
"side": "bewitchment:block/dragons_blood_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"end": "bewitchment:block/elder_log_top",
"side": "bewitchment:block/elder_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"end": "bewitchment:block/juniper_log_top",
"side": "bewitchment:block/juniper_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"end": "bewitchment:block/stripped_cypress_log_top",
"side": "bewitchment:block/stripped_cypress_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"end": "bewitchment:block/stripped_dragons_blood_log_top",
"side": "bewitchment:block/stripped_dragons_blood_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"end": "bewitchment:block/stripped_elder_log_top",
"side": "bewitchment:block/stripped_elder_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"end": "bewitchment:block/stripped_juniper_log_top",
"side": "bewitchment:block/stripped_juniper_log"
}
}