mirror of
https://github.com/TeamMidnightDust/RoundTreesPack.git
synced 2025-12-15 17:55: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:
18
assets/vinery/blockstates/apple_log.json
Normal file
18
assets/vinery/blockstates/apple_log.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": {
|
||||
"model": "vinery:block/apple_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "vinery:block/apple_log",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"axis=x": {
|
||||
"model": "vinery:block/apple_log",
|
||||
"x": 90,
|
||||
"y": 90,
|
||||
"z": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
18
assets/vinery/blockstates/dark_cherry_log.json
Normal file
18
assets/vinery/blockstates/dark_cherry_log.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": {
|
||||
"model": "vinery:block/dark_cherry_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "vinery:block/dark_cherry_log",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"axis=x": {
|
||||
"model": "vinery:block/dark_cherry_log",
|
||||
"x": 90,
|
||||
"y": 90,
|
||||
"z": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
18
assets/vinery/blockstates/stripped_dark_cherry_log.json
Normal file
18
assets/vinery/blockstates/stripped_dark_cherry_log.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": {
|
||||
"model": "vinery:block/stripped_dark_cherry_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "vinery:block/stripped_dark_cherry_log",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"axis=x": {
|
||||
"model": "vinery:block/stripped_dark_cherry_log",
|
||||
"x": 90,
|
||||
"y": 90,
|
||||
"z": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
7
assets/vinery/models/block/apple_log.json
Normal file
7
assets/vinery/models/block/apple_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "vinery:block/apple_log_top",
|
||||
"side": "vinery:block/apple_log_side"
|
||||
}
|
||||
}
|
||||
7
assets/vinery/models/block/dark_cherry_log.json
Normal file
7
assets/vinery/models/block/dark_cherry_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "vinery:block/dark_cherry_log_top",
|
||||
"side": "vinery:block/dark_cherry_log_side"
|
||||
}
|
||||
}
|
||||
7
assets/vinery/models/block/stripped_dark_cherry_log.json
Normal file
7
assets/vinery/models/block/stripped_dark_cherry_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "vinery:block/stripped_dark_cherry_log_top",
|
||||
"side": "vinery:block/stripped_dark_cherry_log_side"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user