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/snifferplus/blockstates/stone_pine_log.json
Normal file
18
assets/snifferplus/blockstates/stone_pine_log.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": {
|
||||
"model": "snifferplus:block/stone_pine_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "snifferplus:block/stone_pine_log",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"axis=x": {
|
||||
"model": "snifferplus:block/stone_pine_log",
|
||||
"x": 90,
|
||||
"y": 90,
|
||||
"z": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
18
assets/snifferplus/blockstates/stripped_stone_pine_log.json
Normal file
18
assets/snifferplus/blockstates/stripped_stone_pine_log.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": {
|
||||
"model": "snifferplus:block/stripped_stone_pine_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "snifferplus:block/stripped_stone_pine_log",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"axis=x": {
|
||||
"model": "snifferplus:block/stripped_stone_pine_log",
|
||||
"x": 90,
|
||||
"y": 90,
|
||||
"z": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
7
assets/snifferplus/models/block/stone_pine_log.json
Normal file
7
assets/snifferplus/models/block/stone_pine_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "snifferplus:block/stone_pine_log_top",
|
||||
"side": "snifferplus:block/stone_pine_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/log",
|
||||
"textures": {
|
||||
"top": "snifferplus:block/stripped_stone_pine_log_top",
|
||||
"side": "snifferplus:block/stripped_stone_pine_log"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user