Added compatibility for Croptopia.

This commit is contained in:
TheButterbrotMan
2022-03-30 21:59:47 +02:00
parent 63b034b408
commit 60171c5945
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{ {
"parent": "minecraft:block/log", "parent": "minecraft:block/log",
"textures": { "textures": {
"end": "croptopia:block/cinnamon_log_top", "top": "croptopia:block/cinnamon_log_top",
"side": "croptopia:block/cinnamon_log" "side": "croptopia:block/cinnamon_log"
} }
} }

View File

@@ -1,7 +1,7 @@
{ {
"parent": "minecraft:block/log", "parent": "minecraft:block/log",
"textures": { "textures": {
"end": "croptopia:block/stripped_cinnamon_log_top", "top": "croptopia:block/stripped_cinnamon_log_top",
"side": "croptopia:block/stripped_cinnamon_log" "side": "croptopia:block/stripped_cinnamon_log"
} }
} }