mirror of
https://github.com/TeamMidnightDust/RoundTreesPack.git
synced 2025-12-16 18:15:09 +01:00
Round Trees 4.0.0
Made mushroom stems round! Fixed missing textures in BYG-Forge Added compat for Biome Makeover, Biomes You'll Go 1.1, Quek's End, and Wild Explorer. NOTE: Due to a file path change, this version is no longer compatible with Biomes You'll Go versions prior to 1.1
This commit is contained in:
8
assets/wild_explorer/models/block/cherry_oak_log.json
Normal file
8
assets/wild_explorer/models/block/cherry_oak_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "wild_explorer:block/cherry_oak_log/top",
|
||||
"side": "wild_explorer:block/cherry_oak_log/side",
|
||||
"particle": "wild_explorer:block/cherry_oak_log/side"
|
||||
}
|
||||
}
|
||||
8
assets/wild_explorer/models/block/palm_log.json
Normal file
8
assets/wild_explorer/models/block/palm_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "wild_explorer:block/palm_log/top",
|
||||
"side": "wild_explorer:block/palm_log/side",
|
||||
"particle": "wild_explorer:block/palm_log/side"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "wild_explorer:block/stripped_cherry_oak_log/top",
|
||||
"side": "wild_explorer:block/stripped_cherry_oak_log/side",
|
||||
"particle": "wild_explorer:block/stripped_cherry_oak_log/side"
|
||||
}
|
||||
}
|
||||
8
assets/wild_explorer/models/block/stripped_palm_log.json
Normal file
8
assets/wild_explorer/models/block/stripped_palm_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "wild_explorer:block/stripped_palm_log/top",
|
||||
"side": "wild_explorer:block/stripped_palm_log/side",
|
||||
"particle": "wild_explorer:block/stripped_palm_log/side"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user