Added compatibility for Bewitchment.

This commit is contained in:
TheButterbrotMan
2022-03-29 20:26:18 +02:00
parent 1da042fd1d
commit ea7d14034e
16 changed files with 112 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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