cawezs_expanded_world/elements/Clouds.mod.json
COW_ILLUMINATI ea3188c2f7 1.3.2
2024-06-01 07:40:53 -04:00

176 lines
3.5 KiB
JSON
Executable File

{
"_fv": 60,
"_type": "biome",
"definition": {
"name": "Clouds",
"groundBlock": {
"value": "Blocks.STAINED_GLASS#0"
},
"undergroundBlock": {
"value": "Blocks.CALCITE"
},
"underwaterBlock": {
"value": ""
},
"airColor": {
"value": -3342337,
"falpha": 0.0
},
"grassColor": {
"value": -1,
"falpha": 0.0
},
"foliageColor": {
"value": -1,
"falpha": 0.0
},
"waterColor": {
"value": -6684673,
"falpha": 0.0
},
"waterFogColor": {
"value": -10027009,
"falpha": 0.0
},
"ambientSound": {
"value": ""
},
"additionsSound": {
"value": ""
},
"music": {
"value": ""
},
"moodSound": {
"value": ""
},
"moodSoundDelay": 6000,
"spawnParticles": false,
"particleToSpawn": {
"value": "EXPLOSION_NORMAL"
},
"particlesProbability": 0.5,
"rainingPossibility": 0.0,
"temperature": 0.0,
"spawnBiome": false,
"spawnInCaves": false,
"spawnBiomeNether": false,
"genTemperature": {
"min": -1.0E-4,
"max": 0.0
},
"genHumidity": {
"min": 0.0,
"max": 1.0E-4
},
"genContinentalness": {
"min": -1.0E-4,
"max": 0.0
},
"genErosion": {
"min": -1.0E-4,
"max": 0.0
},
"genWeirdness": {
"min": -1.0E-4,
"max": 0.0
},
"treesPerChunk": 1,
"vanillaTreeType": "Big trees",
"treeType": 1,
"minHeight": 10,
"treeStem": {
"value": "Blocks.STONE#5"
},
"treeBranch": {
"value": "Blocks.STONE#3"
},
"treeVines": {
"value": "Blocks.COBBLESTONE_WALL#0"
},
"treeFruits": {
"value": "Blocks.STONE#1"
},
"defaultFeatures": [
"Caves",
"Ores",
"MonsterRooms"
],
"spawnStronghold": false,
"spawnMineshaft": false,
"spawnMineshaftMesa": false,
"spawnPillagerOutpost": false,
"villageType": "none",
"spawnWoodlandMansion": false,
"spawnJungleTemple": false,
"spawnDesertPyramid": false,
"spawnSwampHut": false,
"spawnIgloo": false,
"spawnOceanMonument": false,
"spawnShipwreck": false,
"spawnShipwreckBeached": false,
"spawnBuriedTreasure": false,
"oceanRuinType": "NONE",
"spawnNetherBridge": false,
"spawnNetherFossil": false,
"spawnBastionRemnant": false,
"spawnEndCity": false,
"spawnRuinedPortal": "NONE",
"spawnEntries": [
{
"entity": {
"value": "EntityAllay"
},
"minGroup": 4,
"maxGroup": 4,
"weight": 20,
"spawnType": "creature"
},
{
"entity": {
"value": "EntityChicken"
},
"minGroup": 4,
"maxGroup": 4,
"weight": 20,
"spawnType": "creature"
},
{
"entity": {
"value": "EntityCreeper"
},
"minGroup": 4,
"maxGroup": 4,
"weight": 20,
"spawnType": "monster"
},
{
"entity": {
"value": "EntitySkeleton"
},
"minGroup": 4,
"maxGroup": 4,
"weight": 20,
"spawnType": "monster"
},
{
"entity": {
"value": "EntityCaveSpider"
},
"minGroup": 4,
"maxGroup": 4,
"weight": 20,
"spawnType": "monster"
},
{
"entity": {
"value": "EntityVex"
},
"minGroup": 4,
"maxGroup": 4,
"weight": 20,
"spawnType": "monster"
}
]
}
}