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,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"side": "woods_and_mires:block/pine_log",
"end": "woods_and_mires:block/pine_log_top"
}
}

View File

@@ -0,0 +1,20 @@
{
"parent": "minecraft:block/block",
"textures": {
"side": "woods_and_mires:block/pine_log",
"end": "woods_and_mires:block/pine_log_top",
"particle": "woods_and_mires:block/pine_log"
},
"elements": [{
"from": [2, -0.01, 2],
"to": [14, 16.01, 14],
"faces": {
"north": { "texture": "#side" },
"east": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"up": { "texture": "#end", "cullface": "up" },
"down": { "texture": "#end", "cullface": "down" }
}
}]
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"side": "woods_and_mires:block/pine_snag_log",
"end": "woods_and_mires:block/pine_snag_log_top"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"side": "woods_and_mires:block/stripped_pine_log",
"end": "woods_and_mires:block/stripped_pine_log_top"
}
}