0.0.5-alpha

This commit is contained in:
2024-01-22 23:01:51 +08:00
parent 6b7c6ef52e
commit 21e05ac442
110 changed files with 1689 additions and 3612 deletions

View File

@@ -0,0 +1,26 @@
{
"biomes": [
[
{
"type": "BIOME_TAG",
"negate": false,
"value": "forge:is_dry/overworld"
},
{
"type": "BIOME_TAG",
"negate": false,
"value": "forge:is_hot/overworld"
},
{
"type": "BIOME_TAG",
"negate": false,
"value": "forge:is_sandy"
},
{
"type": "BIOME_TAG",
"negate": true,
"value": "minecraft:is_badlands"
}
]
]
}