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

154 lines
3.1 KiB
JSON
Executable File

{
"_fv": 47,
"_type": "biome",
"definition": {
"name": "Flipped Cherry",
"groundBlock": {
"value": "Blocks.AIR"
},
"undergroundBlock": {
"value": "Blocks.AIR"
},
"underwaterBlock": {
"value": "Blocks.AIR"
},
"airColor": {
"value": -16119286,
"falpha": 0.0
},
"ambientSound": {
"value": ""
},
"additionsSound": {
"value": ""
},
"music": {
"value": ""
},
"moodSound": {
"value": ""
},
"moodSoundDelay": 6000,
"spawnParticles": true,
"particleToSpawn": {
"value": "CHERRY_LEAVES"
},
"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": 0,
"vanillaTreeType": "Default",
"treeType": 0,
"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",
"Fossils",
"InfestedStone",
"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": "EntityPig"
},
"minGroup": 4,
"maxGroup": 4,
"weight": 20,
"spawnType": "creature"
},
{
"entity": {
"value": "EntityChicken"
},
"minGroup": 4,
"maxGroup": 4,
"weight": 20,
"spawnType": "creature"
},
{
"entity": {
"value": "EntityPhantom"
},
"minGroup": 4,
"maxGroup": 4,
"weight": 20,
"spawnType": "monster"
},
{
"entity": {
"value": "EntityMule"
},
"minGroup": 4,
"maxGroup": 4,
"weight": 20,
"spawnType": "creature"
},
{
"entity": {
"value": "EntitySheep"
},
"minGroup": 4,
"maxGroup": 4,
"weight": 20,
"spawnType": "creature"
}
]
}
}