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,7 @@
{
"parent": "block/log",
"textures": {
"top": "meadow:block/alpine_birch_log_top",
"side": "meadow:block/alpine_birch_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "minecraft:block/oak_log_top",
"side": "minecraft:block/oak_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "meadow:block/pine_log_top",
"side": "meadow:block/pine_log_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "meadow:block/stripped_pine_log_top",
"side": "meadow:block/stripped_pine_log_side"
}
}