configured ore veins, added no tree punching
minecraft: now more realistic
This commit is contained in:
parent
8c5f469cc3
commit
d04a87f5e4
225 changed files with 29710 additions and 374 deletions
229
config/biomesoplenty/biomes/land_of_lakes.json
Normal file
229
config/biomesoplenty/biomes/land_of_lakes.json
Normal file
|
@ -0,0 +1,229 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"rainfall": 0.9,
|
||||
"skyColor": -1,
|
||||
"guiColour": 6725742,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 10.0,
|
||||
"variationAbove": 10.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "biomesoplenty:mud",
|
||||
"properties": {
|
||||
"variant": "mud"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:dirt",
|
||||
"properties": {
|
||||
"coarse": "false",
|
||||
"variant": "loamy"
|
||||
}
|
||||
},
|
||||
"averageHeight": 63.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "loamy"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.5,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": true,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "leafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"medium_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "medium"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
},
|
||||
"algae": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:coral",
|
||||
"properties": {
|
||||
"level": "15",
|
||||
"variant": "algae"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"malachite": {
|
||||
"enable": false
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 40.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
},
|
||||
"wild_rice": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "wildrice"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
},
|
||||
"small_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "small"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"gravel": {
|
||||
"with": {
|
||||
"block": "minecraft:gravel",
|
||||
"properties": {}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 10.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"lily": {
|
||||
"with": {
|
||||
"block": "minecraft:waterlily",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"lakes": {
|
||||
"liquid": {
|
||||
"block": "minecraft:water",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true,
|
||||
"frozenLiquid": {
|
||||
"block": "minecraft:ice",
|
||||
"properties": {}
|
||||
},
|
||||
"grassBorderWith": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "loamy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tiny_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "tiny"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"mud": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mud",
|
||||
"properties": {
|
||||
"variant": "mud"
|
||||
}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 8.0,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"cold_swamp": 3
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue