From 63b034b408487e9b03d31bf908df971f74d66390 Mon Sep 17 00:00:00 2001 From: TheButterbrotMan <64548098+TheButterbrotMan@users.noreply.github.com> Date: Wed, 30 Mar 2022 21:59:03 +0200 Subject: [PATCH] Added compatibility for Bewitchment. --- assets/bewitchment/models/block/cypress_log.json | 2 +- assets/bewitchment/models/block/dragons_blood_log.json | 2 +- assets/bewitchment/models/block/elder_log.json | 2 +- assets/bewitchment/models/block/juniper_log.json | 2 +- assets/bewitchment/models/block/stripped_cypress_log.json | 2 +- assets/bewitchment/models/block/stripped_dragons_blood_log.json | 2 +- assets/bewitchment/models/block/stripped_elder_log.json | 2 +- assets/bewitchment/models/block/stripped_juniper_log.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/assets/bewitchment/models/block/cypress_log.json b/assets/bewitchment/models/block/cypress_log.json index 1ee83e0..3e55f7f 100644 --- a/assets/bewitchment/models/block/cypress_log.json +++ b/assets/bewitchment/models/block/cypress_log.json @@ -1,7 +1,7 @@ { "parent": "block/log", "textures": { - "end": "bewitchment:block/cypress_log_top", + "top": "bewitchment:block/cypress_log_top", "side": "bewitchment:block/cypress_log" } } \ No newline at end of file diff --git a/assets/bewitchment/models/block/dragons_blood_log.json b/assets/bewitchment/models/block/dragons_blood_log.json index a675117..cefc05c 100644 --- a/assets/bewitchment/models/block/dragons_blood_log.json +++ b/assets/bewitchment/models/block/dragons_blood_log.json @@ -1,7 +1,7 @@ { "parent": "block/log", "textures": { - "end": "bewitchment:block/dragons_blood_log_top", + "top": "bewitchment:block/dragons_blood_log_top", "side": "bewitchment:block/dragons_blood_log" } } \ No newline at end of file diff --git a/assets/bewitchment/models/block/elder_log.json b/assets/bewitchment/models/block/elder_log.json index 90e5561..5644f73 100644 --- a/assets/bewitchment/models/block/elder_log.json +++ b/assets/bewitchment/models/block/elder_log.json @@ -1,7 +1,7 @@ { "parent": "block/log", "textures": { - "end": "bewitchment:block/elder_log_top", + "top": "bewitchment:block/elder_log_top", "side": "bewitchment:block/elder_log" } } \ No newline at end of file diff --git a/assets/bewitchment/models/block/juniper_log.json b/assets/bewitchment/models/block/juniper_log.json index 9470ca9..95ab2da 100644 --- a/assets/bewitchment/models/block/juniper_log.json +++ b/assets/bewitchment/models/block/juniper_log.json @@ -1,7 +1,7 @@ { "parent": "block/log", "textures": { - "end": "bewitchment:block/juniper_log_top", + "top": "bewitchment:block/juniper_log_top", "side": "bewitchment:block/juniper_log" } } \ No newline at end of file diff --git a/assets/bewitchment/models/block/stripped_cypress_log.json b/assets/bewitchment/models/block/stripped_cypress_log.json index 8023681..cba22ed 100644 --- a/assets/bewitchment/models/block/stripped_cypress_log.json +++ b/assets/bewitchment/models/block/stripped_cypress_log.json @@ -1,7 +1,7 @@ { "parent": "block/log", "textures": { - "end": "bewitchment:block/stripped_cypress_log_top", + "top": "bewitchment:block/stripped_cypress_log_top", "side": "bewitchment:block/stripped_cypress_log" } } \ No newline at end of file diff --git a/assets/bewitchment/models/block/stripped_dragons_blood_log.json b/assets/bewitchment/models/block/stripped_dragons_blood_log.json index e54182f..cbfc710 100644 --- a/assets/bewitchment/models/block/stripped_dragons_blood_log.json +++ b/assets/bewitchment/models/block/stripped_dragons_blood_log.json @@ -1,7 +1,7 @@ { "parent": "block/log", "textures": { - "end": "bewitchment:block/stripped_dragons_blood_log_top", + "top": "bewitchment:block/stripped_dragons_blood_log_top", "side": "bewitchment:block/stripped_dragons_blood_log" } } \ No newline at end of file diff --git a/assets/bewitchment/models/block/stripped_elder_log.json b/assets/bewitchment/models/block/stripped_elder_log.json index 267f1e9..f0bee42 100644 --- a/assets/bewitchment/models/block/stripped_elder_log.json +++ b/assets/bewitchment/models/block/stripped_elder_log.json @@ -1,7 +1,7 @@ { "parent": "block/log", "textures": { - "end": "bewitchment:block/stripped_elder_log_top", + "top": "bewitchment:block/stripped_elder_log_top", "side": "bewitchment:block/stripped_elder_log" } } \ No newline at end of file diff --git a/assets/bewitchment/models/block/stripped_juniper_log.json b/assets/bewitchment/models/block/stripped_juniper_log.json index 4090b39..2cbc7e9 100644 --- a/assets/bewitchment/models/block/stripped_juniper_log.json +++ b/assets/bewitchment/models/block/stripped_juniper_log.json @@ -1,7 +1,7 @@ { "parent": "block/log", "textures": { - "end": "bewitchment:block/stripped_juniper_log_top", + "top": "bewitchment:block/stripped_juniper_log_top", "side": "bewitchment:block/stripped_juniper_log" } } \ No newline at end of file