Re-add most mod compat of legacy version

- The Aether
- Atmospheric
- Autumnity
- Blockus
- Croptopia
- Endergetic
- Nature's Aura
- Silent Gear
- Terrestria
- Traverse
- Upgrade Aquatic
- Woods and Mires
This commit is contained in:
Martin Prokoph
2025-09-14 20:49:25 +02:00
parent a889417caa
commit 76d80f6791
493 changed files with 2314 additions and 3611 deletions

View File

@@ -0,0 +1,18 @@
{
"variants": {
"axis=y": {
"model": "naturesaura:block/ancient_log"
},
"axis=z": {
"model": "naturesaura:block/ancient_log",
"x": 90,
"y": 180
},
"axis=x": {
"model": "naturesaura:block/ancient_log",
"x": 90,
"y": 90,
"z": 90
}
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/log",
"textures": {
"top": "naturesaura:block/ancient_log_top",
"side": "naturesaura:block/ancient_log"
}
}