Added compatibility for Croptopia.

This commit is contained in:
TheButterbrotMan
2022-03-29 20:32:27 +02:00
parent ea7d14034e
commit 1d3fa157d5
4 changed files with 28 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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