mirror of
https://github.com/TeamMidnightDust/RoundTreesPack.git
synced 2025-12-17 18:45:08 +01:00
More mod compat
- Botania - Cultural Delights - Fortuituous Feasts - Hibernal Herbs - Cluttered - Promenade - Hellion's Sniffer+ - Terraqueous - [Let's Do] Vinery - [Let's Do] Blooming Nature - [Let's Do] Meadow
This commit is contained in:
7
input/assets/promenade/models/block/maple_log.json
Normal file
7
input/assets/promenade/models/block/maple_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/cube_column",
|
||||
"textures": {
|
||||
"end": "promenade:block/maple_log_top",
|
||||
"side": "promenade:block/maple_log"
|
||||
}
|
||||
}
|
||||
7
input/assets/promenade/models/block/palm_log.json
Normal file
7
input/assets/promenade/models/block/palm_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/cube_column",
|
||||
"textures": {
|
||||
"end": "promenade:block/palm_log_top",
|
||||
"side": "promenade:block/palm_log"
|
||||
}
|
||||
}
|
||||
7
input/assets/promenade/models/block/sakura_log.json
Normal file
7
input/assets/promenade/models/block/sakura_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/cube_column",
|
||||
"textures": {
|
||||
"end": "promenade:block/sakura_log_top",
|
||||
"side": "promenade:block/sakura_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/cube_column",
|
||||
"textures": {
|
||||
"end": "promenade:block/stripped_maple_log_top",
|
||||
"side": "promenade:block/stripped_maple_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/cube_column",
|
||||
"textures": {
|
||||
"end": "promenade:block/stripped_palm_log_top",
|
||||
"side": "promenade:block/stripped_palm_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "minecraft:block/cube_column",
|
||||
"textures": {
|
||||
"end": "promenade:block/stripped_sakura_log_top",
|
||||
"side": "promenade:block/stripped_sakura_log"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user