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:
Martin Prokoph
2025-09-14 21:57:24 +02:00
parent 76d80f6791
commit cd6c2ad11e
384 changed files with 2709 additions and 1159 deletions

View 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
}
}
}

View 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
}
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "snifferplus:block/stone_pine_log_top",
"side": "snifferplus:block/stone_pine_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "snifferplus:block/stripped_stone_pine_log_top",
"side": "snifferplus:block/stripped_stone_pine_log"
}
}