mirror of
https://github.com/TeamMidnightDust/RoundTreesPack.git
synced 2025-12-15 09:45:09 +01:00
Added more compatibility for Biome Makeover.
This commit is contained in:
7
assets/biomemakeover/blockstates/willow_log.json
Normal file
7
assets/biomemakeover/blockstates/willow_log.json
Normal 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 }
|
||||
}
|
||||
}
|
||||
7
assets/biomemakeover/models/block/willow_log.json
Normal file
7
assets/biomemakeover/models/block/willow_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/log",
|
||||
"textures": {
|
||||
"top": "biomemakeover:block/willow_log_top",
|
||||
"side": "biomemakeover:block/willow_log"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user