Initial commit

This commit is contained in:
2026-01-24 05:19:02 -07:00
commit 2072f700ae
1900 changed files with 139264 additions and 0 deletions

View File

@@ -0,0 +1,80 @@
[
{
"select": { "name": "hybrid_beta:seasonal_forest" },
"apply": {
"species": {
"random": {
"hybrid_beta:seasonal_oak": 1,
"hybrid_beta:oak": 2
}
},
"density": [
0.2
],
"chance": 0.6
}
},
{
"select": { "name": "hybrid_beta:rainforest" },
"apply": {
"species": {
"random": {
"hybrid_beta:seasonal_oak": 3,
"jungle_undergrowth": 4,
"jungle": 10
}
},
"density": [
0.3
],
"chance": 0.8
}
},
{
"select": { "name": "hybrid_beta:temperate_rainforest" },
"apply": {
"species": {
"random": {
"oak": 2,
"spruce": 2,
"hybrid_beta:small_fir": 1
}
},
"density": [
0.8
],
"chance": 0.8
}
},
{
"select": { "name": "minecraft:(snowy_)?taiga" },
"apply": {
"species": {
"random": {
"spruce": 3,
"hybrid_beta:small_fir": 1
}
},
"density": [
1
],
"chance": 1,
"forestness": 1
}
},
{
"_comment": "Spawn spruce trees in snowy plains, and with slightly higher chance.",
"select": {
"name": "minecraft:snowy_plains"
},
"apply": {
"species": {
"random": {
"spruce": 1,
"hybrid_beta:small_fir": 1
}
},
"chance": 0.06
}
}
]