mirror of
https://github.com/TeamMidnightDust/RoundTreesPack.git
synced 2025-12-15 09:45:09 +01:00
Added compatibility for Biome Makeover.
This commit is contained in:
7
assets/biomemakeover/blockstates/ancient_oak_log.json
Normal file
7
assets/biomemakeover/blockstates/ancient_oak_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "biomemakeover:block/ancient_oak_log" },
|
||||
"axis=z": { "model": "biomemakeover:block/ancient_oak_log", "x": 90 },
|
||||
"axis=x": { "model": "biomemakeover:block/ancient_oak_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
7
assets/biomemakeover/blockstates/blighted_balsa_log.json
Normal file
7
assets/biomemakeover/blockstates/blighted_balsa_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "biomemakeover:block/blighted_balsa_log" },
|
||||
"axis=z": { "model": "biomemakeover:block/blighted_balsa_log", "x": 90 },
|
||||
"axis=x": { "model": "biomemakeover:block/blighted_balsa_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "biomemakeover:block/stripped_ancient_oak_log" },
|
||||
"axis=z": { "model": "biomemakeover:block/stripped_ancient_oak_log", "x": 90 },
|
||||
"axis=x": { "model": "biomemakeover:block/stripped_ancient_oak_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "biomemakeover:block/stripped_blighted_balsa_log" },
|
||||
"axis=z": { "model": "biomemakeover:block/stripped_blighted_balsa_log", "x": 90 },
|
||||
"axis=x": { "model": "biomemakeover:block/stripped_blighted_balsa_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "biomemakeover:block/stripped_swamp_cypress_log" },
|
||||
"axis=z": { "model": "biomemakeover:block/stripped_swamp_cypress_log", "x": 90 },
|
||||
"axis=x": { "model": "biomemakeover:block/stripped_swamp_cypress_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "biomemakeover:block/stripped_willow_log" },
|
||||
"axis=z": { "model": "biomemakeover:block/stripped_willow_log", "x": 90 },
|
||||
"axis=x": { "model": "biomemakeover:block/stripped_willow_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
7
assets/biomemakeover/blockstates/swamp_cypress_log.json
Normal file
7
assets/biomemakeover/blockstates/swamp_cypress_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "biomemakeover:block/swamp_cypress_log" },
|
||||
"axis=z": { "model": "biomemakeover:block/swamp_cypress_log", "x": 90 },
|
||||
"axis=x": { "model": "biomemakeover:block/swamp_cypress_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
7
assets/biomemakeover/models/block/ancient_oak_log.json
Normal file
7
assets/biomemakeover/models/block/ancient_oak_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/log",
|
||||
"textures": {
|
||||
"end": "biomemakeover:block/ancient_oak_log_top",
|
||||
"side": "biomemakeover:block/ancient_oak_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/log",
|
||||
"textures": {
|
||||
"end": "biomemakeover:block/stripped_ancient_oak_log_top",
|
||||
"side": "biomemakeover:block/stripped_ancient_oak_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/log",
|
||||
"textures": {
|
||||
"end": "biomemakeover:block/stripped_swamp_cypress_log_top",
|
||||
"side": "biomemakeover:block/stripped_swamp_cypress_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/log",
|
||||
"textures": {
|
||||
"end": "biomemakeover:block/stripped_willow_log_top",
|
||||
"side": "biomemakeover:block/stripped_willow_log"
|
||||
}
|
||||
}
|
||||
7
assets/biomemakeover/models/block/swamp_cypress_log.json
Normal file
7
assets/biomemakeover/models/block/swamp_cypress_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/log",
|
||||
"textures": {
|
||||
"end": "biomemakeover:block/swamp_cypress_log_top",
|
||||
"side": "biomemakeover:block/swamp_cypress_log"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user