Remove Dynamic Trees

This commit is contained in:
2026-02-14 20:34:39 -07:00
parent 0fde0e7d54
commit 762975e021
17 changed files with 43 additions and 488 deletions

View File

@@ -73,6 +73,7 @@
],
[
"minecraft:glow_lichen",
"hybrid_beta:trees_rainforest",
"minecraft:flower_warm",
"hybrid_beta:patch_grass_temperate_rainforest",
"minecraft:brown_mushroom_normal",
@@ -202,4 +203,4 @@
"temperature": 0.95,
"downfall": 0.8,
"category": "jungle"
}
}

View File

@@ -73,6 +73,7 @@
],
[
"minecraft:glow_lichen",
"hybrid_beta:trees_seasonal_forest",
"minecraft:flower_warm",
"minecraft:patch_grass_forest",
"minecraft:brown_mushroom_normal",
@@ -194,4 +195,4 @@
"temperature": 1.9,
"downfall": 0.65,
"category": "forest"
}
}

View File

@@ -75,6 +75,7 @@
[
"minecraft:glow_lichen",
"minecraft:patch_large_fern",
"minecraft:trees_windswept_forest",
"minecraft:flower_default",
"hybrid_beta:patch_grass_temperate_rainforest",
"minecraft:brown_mushroom_normal",
@@ -197,4 +198,4 @@
"temperature": 0.5,
"downfall": 0.9,
"category": "forest"
}
}

View File

@@ -0,0 +1,11 @@
{
"biomes": {
"woodlands": false,
"desert_shrubland": true,
"autumnal_woods": false,
"lush_swamp": true,
"coniferous_forest": true,
"flatlands": true,
"snowy_coniferous_forest": true
}
}