cawezs_expanded_world/elements/Cliffs.mod.json
2024-04-28 11:00:35 -04:00

193 lines
3.9 KiB
JSON
Executable File

{
"_fv": 47,
"_type": "biome",
"definition": {
"name": "Cliffs",
"groundBlock": {
"value": "CUSTOM:FakeAndesite"
},
"undergroundBlock": {
"value": "Blocks.STONE#3"
},
"underwaterBlock": {
"value": ""
},
"airColor": {
"value": -16119286,
"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.4,
"spawnBiome": false,
"spawnInCaves": false,
"spawnBiomeNether": false,
"genTemperature": {
"min": 0.3998,
"max": 0.4
},
"genHumidity": {
"min": -1.0E-4,
"max": 0.0
},
"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": 5,
"vanillaTreeType": "Big trees",
"treeType": 1,
"minHeight": 5,
"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",
"FrozenTopLayer",
"Fossils",
"InfestedStone",
"Dripstone",
"TaigaRocks",
"AmethystGeodes"
],
"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": "EntitySilverfish"
},
"minGroup": 4,
"maxGroup": 4,
"weight": 20,
"spawnType": "monster"
},
{
"entity": {
"value": "EntityEnderman"
},
"minGroup": 4,
"maxGroup": 4,
"weight": 20,
"spawnType": "monster"
},
{
"entity": {
"value": "EntityIronGolem"
},
"minGroup": 4,
"maxGroup": 4,
"weight": 20,
"spawnType": "creature"
},
{
"entity": {
"value": "EntitySnowman"
},
"minGroup": 4,
"maxGroup": 4,
"weight": 20,
"spawnType": "creature"
},
{
"entity": {
"value": "EntityZombie"
},
"minGroup": 4,
"maxGroup": 4,
"weight": 20,
"spawnType": "monster"
},
{
"entity": {
"value": "EntitySkeleton"
},
"minGroup": 4,
"maxGroup": 4,
"weight": 20,
"spawnType": "monster"
},
{
"entity": {
"value": "EntityGoat"
},
"minGroup": 4,
"maxGroup": 4,
"weight": 20,
"spawnType": "creature"
},
{
"entity": {
"value": "EntityLlama"
},
"minGroup": 4,
"maxGroup": 4,
"weight": 20,
"spawnType": "creature"
},
{
"entity": {
"value": "EntityIllusionIllager"
},
"minGroup": 4,
"maxGroup": 4,
"weight": 3,
"spawnType": "monster"
}
]
}
}