cawezs_mantle_to_stratus/elements/Overgrowncaves.mod.json
2024-09-30 12:14:24 -04:00

172 lines
3.5 KiB
JSON

{
"_fv": 66,
"_type": "biome",
"definition": {
"name": "Overgrown",
"groundBlock": {
"value": "Blocks.DIRT#2"
},
"undergroundBlock": {
"value": "Blocks.GRAVEL"
},
"underwaterBlock": {
"value": "Blocks.COBBLED_DEEPSLATE"
},
"airColor": {
"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": 0.2,
"max": 1.0
},
"genHumidity": {
"min": -1.0,
"max": 1.0
},
"genContinentalness": {
"min": 0.3,
"max": 1.0
},
"genErosion": {
"min": -0.5,
"max": 0.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",
"ForestGrass",
"ForestFlowers",
"AmethystGeodes",
"Bamboo",
"DeadBushes",
"Dripstone",
"ExtraEmeraldOre",
"ExtraGoldOre",
"InfestedStone",
"JungleGrass",
"JungleTreeForest",
"MeadowVegetation",
"PlainsTallGrass",
"ReedsAndPumpkins",
"SavannaTrees",
"SwampVegetation",
"TaigaGrassAndMushrooms",
"TaigaLargeFerns",
"TaigaRocks",
"TallSeagrassLush",
"LushCavesDecoration"
],
"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": "JUNGLE",
"spawnEntries": [
{
"entity": {
"value": "EntityPanda"
},
"minGroup": 4,
"maxGroup": 4,
"weight": 20,
"spawnType": "creature"
},
{
"entity": {
"value": "EntityCreeper"
},
"minGroup": 4,
"maxGroup": 4,
"weight": 20,
"spawnType": "monster"
},
{
"entity": {
"value": "EntityBee"
},
"minGroup": 4,
"maxGroup": 4,
"weight": 20,
"spawnType": "creature"
},
{
"entity": {
"value": "EntitySniffer"
},
"minGroup": 4,
"maxGroup": 4,
"weight": 20,
"spawnType": "creature"
},
{
"entity": {
"value": "EntitySpider"
},
"minGroup": 4,
"maxGroup": 4,
"weight": 20,
"spawnType": "monster"
}
]
}
}