cawezs_mantle_to_stratus/elements/Buriedwetlandcaves.mod.json
2025-01-11 21:22:12 -05:00

152 lines
3.0 KiB
JSON

{
"_fv": 73,
"_type": "biome",
"definition": {
"name": "Buried Wetland",
"groundBlock": {
"value": "Blocks.MUD"
},
"undergroundBlock": {
"value": "Blocks.GRAVEL"
},
"underwaterBlock": {
"value": "Blocks.COBBLED_DEEPSLATE"
},
"airColor": {
"value": -16777216,
"falpha": 0.0
},
"fogColor": {
"value": -16777216,
"falpha": 0.0
},
"ambientSound": {
"value": ""
},
"additionsSound": {
"value": ""
},
"music": {
"value": ""
},
"moodSound": {
"value": ""
},
"moodSoundDelay": 6000,
"spawnParticles": false,
"particleToSpawn": {
"value": "EXPLOSION_NORMAL"
},
"particlesProbability": 0.5,
"rainingPossibility": 0.5,
"temperature": 0.5,
"spawnBiome": false,
"spawnInCaves": false,
"spawnBiomeNether": false,
"genTemperature": {
"min": -1.0,
"max": 1.0
},
"genHumidity": {
"min": 0.2,
"max": 1.0
},
"genContinentalness": {
"min": -1.0,
"max": 0.0
},
"genErosion": {
"min": -1.0,
"max": 1.0
},
"genWeirdness": {
"min": -1.0,
"max": 1.0
},
"treesPerChunk": 0,
"vanillaTreeType": "Default",
"treeType": 0,
"minHeight": 7,
"treeStem": {
"value": ""
},
"treeBranch": {
"value": ""
},
"treeVines": {
"value": ""
},
"treeFruits": {
"value": ""
},
"defaultFeatures": [
"Caves",
"Ores",
"MonsterRooms",
"AmethystGeodes",
"ExtraEmeraldOre",
"ExtraGoldOre",
"InfestedStone",
"SwampVegetation",
"TaigaRocks"
],
"spawnStronghold": false,
"spawnMineshaft": true,
"spawnMineshaftMesa": true,
"spawnPillagerOutpost": false,
"villageType": "none",
"spawnWoodlandMansion": false,
"spawnJungleTemple": true,
"spawnDesertPyramid": false,
"spawnSwampHut": true,
"spawnIgloo": false,
"spawnOceanMonument": false,
"spawnShipwreck": false,
"spawnShipwreckBeached": false,
"spawnBuriedTreasure": false,
"oceanRuinType": "NONE",
"spawnNetherBridge": false,
"spawnNetherFossil": false,
"spawnBastionRemnant": false,
"spawnEndCity": false,
"spawnRuinedPortal": "NETHER",
"spawnEntries": [
{
"entity": {
"value": "EntitySlime"
},
"minGroup": 4,
"maxGroup": 4,
"weight": 20,
"spawnType": "monster"
},
{
"entity": {
"value": "EntityFrog"
},
"minGroup": 4,
"maxGroup": 4,
"weight": 20,
"spawnType": "creature"
},
{
"entity": {
"value": "EntityPufferfish"
},
"minGroup": 4,
"maxGroup": 4,
"weight": 20,
"spawnType": "creature"
},
{
"entity": {
"value": "EntityZombieVillager"
},
"minGroup": 4,
"maxGroup": 4,
"weight": 20,
"spawnType": "monster"
}
]
}
}