Added compatibility for Bewitchment.

This commit is contained in:
TheButterbrotMan
2022-03-30 21:59:03 +02:00
parent 4e3cfca3b9
commit 63b034b408
8 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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