Add new stone, wood, and leaves types for Natures Spirit and Quark in everycomp-entries.toml; update Jade plugin and sort order for Dynamic Trees; expand allowed sounds for Sound Physics Remastered.

This commit is contained in:
Leonid Pershin
2026-05-08 02:34:40 +03:00
parent 6824e3e995
commit 45f96d5b62
146 changed files with 11030 additions and 1 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"biomes": [
[
{
"type": "BIOME_TAG",
"negate": true,
"value": "c:no_default_monsters"
},
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:nether_wastes"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "biomesoplenty:crystalline_chasm"
}
]
]
}