Added more compatibility for Biome Makeover.

This commit is contained in:
TheButterbrotMan
2022-03-30 22:40:05 +02:00
parent f656f2c89c
commit 38f78c76f6
2 changed files with 14 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/log",
"textures": {
"top": "biomemakeover:block/willow_log_top",
"side": "biomemakeover:block/willow_log"
}
}