Added compatibility for Biome Makeover.

This commit is contained in:
TheButterbrotMan
2022-03-30 22:00:19 +02:00
parent 60171c5945
commit 53d97ae291
5 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
{ {
"parent": "minecraft:block/log", "parent": "minecraft:block/log",
"textures": { "textures": {
"end": "biomemakeover:block/ancient_oak_log_top", "top": "biomemakeover:block/ancient_oak_log_top",
"side": "biomemakeover:block/ancient_oak_log" "side": "biomemakeover:block/ancient_oak_log"
} }
} }

View File

@@ -1,7 +1,7 @@
{ {
"parent": "minecraft:block/log", "parent": "minecraft:block/log",
"textures": { "textures": {
"end": "biomemakeover:block/stripped_ancient_oak_log_top", "top": "biomemakeover:block/stripped_ancient_oak_log_top",
"side": "biomemakeover:block/stripped_ancient_oak_log" "side": "biomemakeover:block/stripped_ancient_oak_log"
} }
} }

View File

@@ -1,7 +1,7 @@
{ {
"parent": "minecraft:block/log", "parent": "minecraft:block/log",
"textures": { "textures": {
"end": "biomemakeover:block/stripped_swamp_cypress_log_top", "top": "biomemakeover:block/stripped_swamp_cypress_log_top",
"side": "biomemakeover:block/stripped_swamp_cypress_log" "side": "biomemakeover:block/stripped_swamp_cypress_log"
} }
} }

View File

@@ -1,7 +1,7 @@
{ {
"parent": "minecraft:block/log", "parent": "minecraft:block/log",
"textures": { "textures": {
"end": "biomemakeover:block/stripped_willow_log_top", "top": "biomemakeover:block/stripped_willow_log_top",
"side": "biomemakeover:block/stripped_willow_log" "side": "biomemakeover:block/stripped_willow_log"
} }
} }

View File

@@ -1,7 +1,7 @@
{ {
"parent": "minecraft:block/log", "parent": "minecraft:block/log",
"textures": { "textures": {
"end": "biomemakeover:block/swamp_cypress_log_top", "top": "biomemakeover:block/swamp_cypress_log_top",
"side": "biomemakeover:block/swamp_cypress_log" "side": "biomemakeover:block/swamp_cypress_log"
} }
} }