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
|
@ -215,7 +215,7 @@ features {
|
|||
|
||||
world {
|
||||
B:CertusOre=true
|
||||
B:CertusQuartzWorldGen=true
|
||||
B:CertusQuartzWorldGen=false
|
||||
B:ChargedCertusOre=true
|
||||
B:ChestLoot=true
|
||||
|
||||
|
|
|
@ -228,7 +228,7 @@ worldgen {
|
|||
B:"Enable Aluminum Ore Gen"=false
|
||||
|
||||
# If this is enabled, silicon ore will generate on the overworld.
|
||||
B:"Enable Silicon Ore Gen"=true
|
||||
B:"Enable Silicon Ore Gen"=false
|
||||
|
||||
# Disable Cheese Ore Gen on Moon.
|
||||
B:"Disable Cheese Ore Gen on Moon"=false
|
||||
|
|
|
@ -515,7 +515,7 @@ other {
|
|||
I:"Black Lotus: Amount"=14
|
||||
|
||||
# Shold Black Quartz generate in the world?
|
||||
B:"Black Quartz"=true
|
||||
B:"Black Quartz"=false
|
||||
|
||||
# Should Canola generate in the World?
|
||||
B:"Canola Gen"=true
|
||||
|
|
75
config/biomesoplenty/biome_ids.json
Normal file
75
config/biomesoplenty/biome_ids.json
Normal file
|
@ -0,0 +1,75 @@
|
|||
{
|
||||
"oasis": 97,
|
||||
"woodland": 92,
|
||||
"white_beach": 41,
|
||||
"shrubland": 83,
|
||||
"xeric_shrubland": 93,
|
||||
"tropical_rainforest": 88,
|
||||
"fen": 56,
|
||||
"steppe": 86,
|
||||
"alps_foothills": 94,
|
||||
"redwood_forest_edge": 107,
|
||||
"bayou": 44,
|
||||
"mountain": 70,
|
||||
"phantasmagoric_inferno": 106,
|
||||
"overgrown_cliffs": 75,
|
||||
"highland": 60,
|
||||
"volcanic_island": 102,
|
||||
"quagmire": 77,
|
||||
"marsh": 67,
|
||||
"chaparral": 48,
|
||||
"flower_island": 103,
|
||||
"flower_field": 57,
|
||||
"wetland": 91,
|
||||
"mystic_grove": 71,
|
||||
"cold_desert": 50,
|
||||
"mountain_foothills": 95,
|
||||
"maple_woods": 66,
|
||||
"coral_reef": 98,
|
||||
"orchard": 73,
|
||||
"moor": 69,
|
||||
"land_of_lakes": 61,
|
||||
"bog": 45,
|
||||
"coniferous_forest": 51,
|
||||
"eucalyptus_forest": 55,
|
||||
"outback": 74,
|
||||
"shield": 82,
|
||||
"snowy_tundra": 112,
|
||||
"alps": 42,
|
||||
"wasteland": 90,
|
||||
"lush_desert": 63,
|
||||
"mangrove": 65,
|
||||
"boreal_forest": 46,
|
||||
"redwood_forest": 79,
|
||||
"cherry_blossom_grove": 49,
|
||||
"visceral_heap": 109,
|
||||
"snowy_forest": 85,
|
||||
"seasonal_forest": 81,
|
||||
"temperate_rainforest": 87,
|
||||
"dead_forest": 53,
|
||||
"bamboo_forest": 43,
|
||||
"corrupted_sands": 104,
|
||||
"dead_swamp": 54,
|
||||
"kelp_forest": 99,
|
||||
"pasture": 111,
|
||||
"glacier": 96,
|
||||
"meadow": 68,
|
||||
"lush_swamp": 64,
|
||||
"fungi_forest": 105,
|
||||
"tropical_island": 101,
|
||||
"grassland": 58,
|
||||
"prairie": 76,
|
||||
"snowy_coniferous_forest": 84,
|
||||
"tundra": 89,
|
||||
"undergarden": 108,
|
||||
"origin_island": 100,
|
||||
"gravel_beach": 40,
|
||||
"grove": 59,
|
||||
"lavender_fields": 62,
|
||||
"origin_beach": 110,
|
||||
"rainforest": 78,
|
||||
"sacred_springs": 80,
|
||||
"crag": 52,
|
||||
"brushland": 47,
|
||||
"ominous_woods": 72
|
||||
}
|
0
config/biomesoplenty/biomes/Put biome config files here
Normal file
0
config/biomesoplenty/biomes/Put biome config files here
Normal file
75
config/biomesoplenty/biomes/alps.json
Normal file
75
config/biomesoplenty/biomes/alps.json
Normal file
|
@ -0,0 +1,75 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"rainfall": 0.3,
|
||||
"skyColor": -1,
|
||||
"guiColour": 13421772,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 12.0,
|
||||
"variationAbove": 12.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:snow",
|
||||
"properties": {}
|
||||
},
|
||||
"averageHeight": 198.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:snow",
|
||||
"properties": {}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": -0.25,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": true,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"emeralds": {
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"tundra": 3,
|
||||
"ice_cap": 5
|
||||
}
|
||||
}
|
98
config/biomesoplenty/biomes/alps_foothills.json
Normal file
98
config/biomesoplenty/biomes/alps_foothills.json
Normal file
|
@ -0,0 +1,98 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"rainfall": 0.3,
|
||||
"skyColor": -1,
|
||||
"guiColour": 13421772,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": false,
|
||||
"variationBelow": 48.0,
|
||||
"variationAbove": 64.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:stone",
|
||||
"properties": {
|
||||
"variant": "stone"
|
||||
}
|
||||
},
|
||||
"averageHeight": 120.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "overgrown_stone"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": -0.25,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": true,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"hot_springs": {
|
||||
"liquid": {
|
||||
"block": "biomesoplenty:hot_spring_water",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true,
|
||||
"grassBorderWith": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"emeralds": {
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
}
|
||||
},
|
||||
"weights": {}
|
||||
}
|
155
config/biomesoplenty/biomes/bamboo_forest.json
Normal file
155
config/biomesoplenty/biomes/bamboo_forest.json
Normal file
|
@ -0,0 +1,155 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"rainfall": 0.85,
|
||||
"skyColor": -1,
|
||||
"guiColour": 10739795,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 10.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 68.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "podzol"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.9,
|
||||
"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": 32,
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"ferns": {
|
||||
"with": {
|
||||
"block": "minecraft:tallgrass",
|
||||
"properties": {
|
||||
"type": "fern"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 2.6,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"bushes": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "bush"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"topaz": {
|
||||
"enable": false
|
||||
},
|
||||
"algae": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:coral",
|
||||
"properties": {
|
||||
"level": "15",
|
||||
"variant": "algae"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 30.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"river_cane": {
|
||||
"minHeight": 1,
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "rivercane"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 24,
|
||||
"amountPerChunk": 5.0,
|
||||
"maxHeight": 3,
|
||||
"enable": true,
|
||||
"randomDirection": false
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"tropical": 3
|
||||
}
|
||||
}
|
270
config/biomesoplenty/biomes/bayou.json
Normal file
270
config/biomesoplenty/biomes/bayou.json
Normal file
|
@ -0,0 +1,270 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"rainfall": 0.9,
|
||||
"skyColor": -1,
|
||||
"guiColour": 8236369,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 6.0,
|
||||
"variationAbove": 3.0,
|
||||
"waterColor": 16767282,
|
||||
"seaFloorBlock": {
|
||||
"block": "biomesoplenty:mud",
|
||||
"properties": {
|
||||
"variant": "mud"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 62.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.95,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"cattail": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "cattail"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 6.0,
|
||||
"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": 2.0,
|
||||
"enable": true
|
||||
},
|
||||
"brown_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:brown_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"algae": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:coral",
|
||||
"properties": {
|
||||
"level": "15",
|
||||
"variant": "algae"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"malachite": {
|
||||
"enable": false
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 8.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.8,
|
||||
"enable": true
|
||||
},
|
||||
"small_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "small"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"flower_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "flower"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"koru": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "koru"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"sugar_cane": {
|
||||
"minHeight": 1,
|
||||
"with": {
|
||||
"block": "minecraft:reeds",
|
||||
"properties": {
|
||||
"age": "0"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 24,
|
||||
"amountPerChunk": 3.0,
|
||||
"maxHeight": 3,
|
||||
"enable": true,
|
||||
"randomDirection": false
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 2.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"lily": {
|
||||
"with": {
|
||||
"block": "minecraft:waterlily",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 2.5,
|
||||
"enable": true
|
||||
},
|
||||
"mud_splatter": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mud",
|
||||
"properties": {
|
||||
"variant": "mud"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"double_cattail": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "tall_cattail"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 8.0,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "tall_cattail"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tiny_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "tiny"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"red_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:red_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"mud": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mud",
|
||||
"properties": {
|
||||
"variant": "mud"
|
||||
}
|
||||
},
|
||||
"maxRadius": 3,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
},
|
||||
"flat_mushroom": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "flat_mushroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"hot_swamp": 10
|
||||
}
|
||||
}
|
57
config/biomesoplenty/biomes/beaches.json
Normal file
57
config/biomesoplenty/biomes/beaches.json
Normal file
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"sea_oats": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "sea_oats"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 96,
|
||||
"amountPerChunk": 6.0,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "sea_oats"
|
||||
}
|
||||
}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
125
config/biomesoplenty/biomes/birch_forest.json
Normal file
125
config/biomesoplenty/biomes/birch_forest.json
Normal file
|
@ -0,0 +1,125 @@
|
|||
{
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"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.3,
|
||||
"enable": true
|
||||
},
|
||||
"flax": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "flax"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "flax"
|
||||
}
|
||||
}
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"clover_patches": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "cloverpatch"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 128,
|
||||
"amountPerChunk": 0.05,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"amber": {
|
||||
"enable": false
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"toadstools": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "toadstool"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"poison_ivy": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "poisonivy"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
125
config/biomesoplenty/biomes/birch_forest_hills.json
Normal file
125
config/biomesoplenty/biomes/birch_forest_hills.json
Normal file
|
@ -0,0 +1,125 @@
|
|||
{
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"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.3,
|
||||
"enable": true
|
||||
},
|
||||
"flax": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "flax"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "flax"
|
||||
}
|
||||
}
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"clover_patches": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "cloverpatch"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 128,
|
||||
"amountPerChunk": 0.05,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"amber": {
|
||||
"enable": false
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"toadstools": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "toadstool"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"poison_ivy": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "poisonivy"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
291
config/biomesoplenty/biomes/bog.json
Normal file
291
config/biomesoplenty/biomes/bog.json
Normal file
|
@ -0,0 +1,291 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"rainfall": 0.9,
|
||||
"skyColor": -1,
|
||||
"guiColour": 14193503,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 1.0,
|
||||
"waterColor": 12386198,
|
||||
"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": 32,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"cattail": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "cattail"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"brown_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:brown_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 2.0,
|
||||
"enable": true
|
||||
},
|
||||
"poison_lakes": {
|
||||
"liquid": {
|
||||
"block": "biomesoplenty:poison",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"grassBorderWith": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
}
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"malachite": {
|
||||
"enable": false
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 2.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"toadstools": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "toadstool"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"poison_ivy": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "poisonivy"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"big_brown_mushroom": {
|
||||
"minHeight": 4,
|
||||
"maxHeight": 5,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"koru": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "koru"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 0.75,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"bushes": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "bush"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true
|
||||
},
|
||||
"blue_milk_caps": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "blue_milk_cap"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"double_cattail": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "tall_cattail"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "tall_cattail"
|
||||
}
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
"red_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:red_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
},
|
||||
"mud": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mud",
|
||||
"properties": {
|
||||
"variant": "mud"
|
||||
}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"flat_mushroom": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "flat_mushroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 1.25,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"cold_swamp": 7
|
||||
}
|
||||
}
|
148
config/biomesoplenty/biomes/boreal_forest.json
Normal file
148
config/biomesoplenty/biomes/boreal_forest.json
Normal file
|
@ -0,0 +1,148 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"rainfall": 0.6,
|
||||
"skyColor": -1,
|
||||
"guiColour": 10467185,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 15.0,
|
||||
"variationAbove": 30.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 70.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.3,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": true,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"gravel": {
|
||||
"with": {
|
||||
"block": "minecraft:gravel",
|
||||
"properties": {}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 6.0,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 1.75,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"bushes": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "bush"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.75,
|
||||
"enable": true
|
||||
},
|
||||
"amber": {
|
||||
"enable": false
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 8.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"poison_ivy": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "poisonivy"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"boreal": 5
|
||||
}
|
||||
}
|
129
config/biomesoplenty/biomes/brushland.json
Normal file
129
config/biomesoplenty/biomes/brushland.json
Normal file
|
@ -0,0 +1,129 @@
|
|||
{
|
||||
"enableRain": false,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"rainfall": 0.1,
|
||||
"skyColor": -1,
|
||||
"guiColour": 13025691,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 3.0,
|
||||
"variationAbove": 20.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:dirt",
|
||||
"properties": {
|
||||
"coarse": "false",
|
||||
"variant": "sandy"
|
||||
}
|
||||
},
|
||||
"averageHeight": 66.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "sandy"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 1.5,
|
||||
"canGenerateVillages": true,
|
||||
"canSpawnInBiome": true,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"sand": {
|
||||
"with": {
|
||||
"block": "minecraft:sand",
|
||||
"properties": {
|
||||
"variant": "sand"
|
||||
}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"thorns": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "thorn"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 9.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"quicksand": {
|
||||
"liquid": {
|
||||
"block": "biomesoplenty:sand",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true,
|
||||
"grassBorderWith": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
}
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 6.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"ruby": {
|
||||
"enable": false
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"savanna": 10
|
||||
}
|
||||
}
|
173
config/biomesoplenty/biomes/chaparral.json
Normal file
173
config/biomesoplenty/biomes/chaparral.json
Normal file
|
@ -0,0 +1,173 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"rainfall": 0.4,
|
||||
"skyColor": -1,
|
||||
"guiColour": 12899957,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 10.0,
|
||||
"variationAbove": 20.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 80.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.8,
|
||||
"canGenerateVillages": true,
|
||||
"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": 32,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 7.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"stone_patches": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "overgrown_stone"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true,
|
||||
"splotchSize": 15
|
||||
},
|
||||
"sand": {
|
||||
"with": {
|
||||
"block": "minecraft:sand",
|
||||
"properties": {
|
||||
"variant": "sand"
|
||||
}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"berry_bushes": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "berrybush"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"peridot": {
|
||||
"enable": false
|
||||
},
|
||||
"bushes": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "bush"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.75,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"mediteranean": 10
|
||||
}
|
||||
}
|
201
config/biomesoplenty/biomes/cherry_blossom_grove.json
Normal file
201
config/biomesoplenty/biomes/cherry_blossom_grove.json
Normal file
|
@ -0,0 +1,201 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"rainfall": 0.8,
|
||||
"skyColor": -1,
|
||||
"guiColour": 16289679,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 25.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:dirt",
|
||||
"properties": {
|
||||
"coarse": "false",
|
||||
"variant": "silty"
|
||||
}
|
||||
},
|
||||
"averageHeight": 63.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "silty"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.55,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"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": 32,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 2.3,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"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.1,
|
||||
"enable": true
|
||||
},
|
||||
"clover_patches": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "cloverpatch"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 128,
|
||||
"amountPerChunk": 0.4,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"small_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "small"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"flower_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "flower"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"flax": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "flax"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 6,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "flax"
|
||||
}
|
||||
}
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 1.6,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"lily": {
|
||||
"with": {
|
||||
"block": "minecraft:waterlily",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"topaz": {
|
||||
"enable": false
|
||||
},
|
||||
"tiny_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "tiny"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"sprouts": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "sprout"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.4,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"cool_temperate": 2
|
||||
}
|
||||
}
|
108
config/biomesoplenty/biomes/cold_desert.json
Normal file
108
config/biomesoplenty/biomes/cold_desert.json
Normal file
|
@ -0,0 +1,108 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"rainfall": 0.0,
|
||||
"skyColor": -1,
|
||||
"guiColour": 11775899,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 10.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:stone",
|
||||
"properties": {
|
||||
"variant": "stone"
|
||||
}
|
||||
},
|
||||
"averageHeight": 64.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:gravel",
|
||||
"properties": {}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.2,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"hard_ice_splatter": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:hard_ice",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"boulders": {
|
||||
"with": {
|
||||
"block": "minecraft:cobblestone",
|
||||
"properties": {}
|
||||
},
|
||||
"numBalls": 4,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true,
|
||||
"radiusFalloff": 0.5,
|
||||
"innerRadius": 1.0
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"stone_patches": {
|
||||
"with": {
|
||||
"block": "minecraft:stone",
|
||||
"properties": {
|
||||
"variant": "stone"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 6.0,
|
||||
"enable": true,
|
||||
"splotchSize": 24
|
||||
},
|
||||
"tanzanite": {
|
||||
"enable": false
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"ice_cap": 10
|
||||
}
|
||||
}
|
219
config/biomesoplenty/biomes/coniferous_forest.json
Normal file
219
config/biomesoplenty/biomes/coniferous_forest.json
Normal file
|
@ -0,0 +1,219 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"rainfall": 0.5,
|
||||
"skyColor": -1,
|
||||
"guiColour": 5410656,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 10.0,
|
||||
"variationAbove": 20.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:dirt",
|
||||
"properties": {
|
||||
"coarse": "false",
|
||||
"variant": "loamy"
|
||||
}
|
||||
},
|
||||
"averageHeight": 68.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "loamy"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.45,
|
||||
"canGenerateVillages": true,
|
||||
"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.3,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.7,
|
||||
"enable": true
|
||||
},
|
||||
"brown_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:brown_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"amber": {
|
||||
"enable": false
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 8.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.8,
|
||||
"enable": true
|
||||
},
|
||||
"toadstools": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "toadstool"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"poison_ivy": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "poisonivy"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"gravel": {
|
||||
"with": {
|
||||
"block": "minecraft:gravel",
|
||||
"properties": {}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"flax": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "flax"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "flax"
|
||||
}
|
||||
}
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 1.7,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"blue_milk_caps": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "blue_milk_cap"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"red_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:red_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"flat_mushroom": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "flat_mushroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"boreal": 10
|
||||
}
|
||||
}
|
138
config/biomesoplenty/biomes/coral_reef.json
Normal file
138
config/biomesoplenty/biomes/coral_reef.json
Normal file
|
@ -0,0 +1,138 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "minecraft:ocean",
|
||||
"rainfall": 0.5,
|
||||
"skyColor": -1,
|
||||
"guiColour": 18285,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": false,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 10.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 45.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.5,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"blue_coral": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:coral",
|
||||
"properties": {
|
||||
"level": "15",
|
||||
"variant": "blue"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 15.0,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"glowing_coral": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:coral",
|
||||
"properties": {
|
||||
"level": "15",
|
||||
"variant": "glowing"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 15.0,
|
||||
"enable": true
|
||||
},
|
||||
"algae": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:coral",
|
||||
"properties": {
|
||||
"level": "15",
|
||||
"variant": "algae"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true
|
||||
},
|
||||
"pink_coral": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:coral",
|
||||
"properties": {
|
||||
"level": "15",
|
||||
"variant": "pink"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 15.0,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"orange_coral": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:coral",
|
||||
"properties": {
|
||||
"level": "15",
|
||||
"variant": "orange"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 15.0,
|
||||
"enable": true
|
||||
},
|
||||
"sapphire": {
|
||||
"enable": false
|
||||
}
|
||||
},
|
||||
"weights": {}
|
||||
}
|
87
config/biomesoplenty/biomes/corrupted_sands.json
Normal file
87
config/biomesoplenty/biomes/corrupted_sands.json
Normal file
|
@ -0,0 +1,87 @@
|
|||
{
|
||||
"enableRain": false,
|
||||
"wallBlock": {
|
||||
"block": "minecraft:soul_sand",
|
||||
"properties": {}
|
||||
},
|
||||
"rainfall": 0.0,
|
||||
"skyColor": -1,
|
||||
"guiColour": 11091006,
|
||||
"fogDensity": 1.0,
|
||||
"roofTopBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"hasBiomeEssence": false,
|
||||
"waterColor": 16777215,
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:soul_sand",
|
||||
"properties": {}
|
||||
},
|
||||
"topBlock": {
|
||||
"block": "minecraft:soul_sand",
|
||||
"properties": {}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 2.0,
|
||||
"roofFillerBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"hive": {
|
||||
"maxRadius": 9,
|
||||
"bottomExtra": 4,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true,
|
||||
"halfHeight": 7,
|
||||
"emptyChance": 0.25,
|
||||
"layerSize": 3
|
||||
},
|
||||
"thorns": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "thorn"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true
|
||||
},
|
||||
"dead_grass": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadgrass"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 5.0,
|
||||
"enable": true
|
||||
},
|
||||
"bramble": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:bramble_plant",
|
||||
"properties": {
|
||||
"down": "false",
|
||||
"east": "false",
|
||||
"north": "false",
|
||||
"south": "false",
|
||||
"up": "false",
|
||||
"west": "false"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 128,
|
||||
"amountPerChunk": 40.0,
|
||||
"maxHeight": 6,
|
||||
"enable": true,
|
||||
"minLength": 15,
|
||||
"maxLength": 30
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"hell": 5
|
||||
}
|
||||
}
|
113
config/biomesoplenty/biomes/crag.json
Normal file
113
config/biomesoplenty/biomes/crag.json
Normal file
|
@ -0,0 +1,113 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"rainfall": 0.5,
|
||||
"skyColor": -1,
|
||||
"guiColour": 5209457,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 80.0,
|
||||
"variationAbove": 200.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:stone",
|
||||
"properties": {
|
||||
"variant": "stone"
|
||||
}
|
||||
},
|
||||
"averageHeight": 100.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:gravel",
|
||||
"properties": {}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.5,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"emeralds": {
|
||||
"enable": true
|
||||
},
|
||||
"overgrown_stone_patches": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "overgrown_stone"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 24.0,
|
||||
"enable": true,
|
||||
"splotchSize": 16
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"cobblestone_splatter": {
|
||||
"with": {
|
||||
"block": "minecraft:cobblestone",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"stone_splatter": {
|
||||
"with": {
|
||||
"block": "minecraft:stone",
|
||||
"properties": {
|
||||
"variant": "stone"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"cold_swamp": 2
|
||||
}
|
||||
}
|
133
config/biomesoplenty/biomes/dead_forest.json
Normal file
133
config/biomesoplenty/biomes/dead_forest.json
Normal file
|
@ -0,0 +1,133 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"rainfall": 0.3,
|
||||
"skyColor": -1,
|
||||
"guiColour": 12362085,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 8.0,
|
||||
"variationAbove": 25.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:dirt",
|
||||
"properties": {
|
||||
"coarse": "false",
|
||||
"variant": "loamy"
|
||||
}
|
||||
},
|
||||
"averageHeight": 68.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "loamy"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.3,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"gravel": {
|
||||
"with": {
|
||||
"block": "minecraft:gravel",
|
||||
"properties": {}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"thorns": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "thorn"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 3.5,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 2.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.8,
|
||||
"enable": true
|
||||
},
|
||||
"tanzanite": {
|
||||
"enable": false
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"boreal": 3
|
||||
}
|
||||
}
|
159
config/biomesoplenty/biomes/dead_swamp.json
Normal file
159
config/biomesoplenty/biomes/dead_swamp.json
Normal file
|
@ -0,0 +1,159 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"rainfall": 0.9,
|
||||
"skyColor": -1,
|
||||
"guiColour": 9154376,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 6.0,
|
||||
"variationAbove": 3.0,
|
||||
"waterColor": 10661201,
|
||||
"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.6,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"koru": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "koru"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 1.4,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"algae": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:coral",
|
||||
"properties": {
|
||||
"level": "15",
|
||||
"variant": "algae"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"malachite": {
|
||||
"enable": false
|
||||
},
|
||||
"mud": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mud",
|
||||
"properties": {
|
||||
"variant": "mud"
|
||||
}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 8.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 0.6,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"mud_patches": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mud",
|
||||
"properties": {
|
||||
"variant": "mud"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true,
|
||||
"splotchSize": 12
|
||||
},
|
||||
"river_cane": {
|
||||
"minHeight": 1,
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "rivercane"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 24,
|
||||
"amountPerChunk": 0.3,
|
||||
"maxHeight": 3,
|
||||
"enable": true,
|
||||
"randomDirection": false
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"cold_swamp": 3
|
||||
}
|
||||
}
|
82
config/biomesoplenty/biomes/defaults/biomesoplenty/alps.json
Normal file
82
config/biomesoplenty/biomes/defaults/biomesoplenty/alps.json
Normal file
|
@ -0,0 +1,82 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"rainfall": 0.3,
|
||||
"skyColor": -1,
|
||||
"guiColour": 13421772,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 12.0,
|
||||
"variationAbove": 12.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:snow",
|
||||
"properties": {}
|
||||
},
|
||||
"averageHeight": 198.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:snow",
|
||||
"properties": {}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": -0.25,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": true,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"emeralds": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "minecraft:emerald_ore",
|
||||
"properties": {}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"tundra": 3,
|
||||
"ice_cap": 5
|
||||
}
|
||||
}
|
|
@ -0,0 +1,105 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"rainfall": 0.3,
|
||||
"skyColor": -1,
|
||||
"guiColour": 13421772,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": false,
|
||||
"variationBelow": 48.0,
|
||||
"variationAbove": 64.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:stone",
|
||||
"properties": {
|
||||
"variant": "stone"
|
||||
}
|
||||
},
|
||||
"averageHeight": 120.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "overgrown_stone"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": -0.25,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": true,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"hot_springs": {
|
||||
"liquid": {
|
||||
"block": "biomesoplenty:hot_spring_water",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true,
|
||||
"grassBorderWith": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"emeralds": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "minecraft:emerald_ore",
|
||||
"properties": {}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
}
|
||||
},
|
||||
"weights": {}
|
||||
}
|
|
@ -0,0 +1,155 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"rainfall": 0.85,
|
||||
"skyColor": -1,
|
||||
"guiColour": 10739795,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 10.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 68.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "podzol"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.9,
|
||||
"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": 32,
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"ferns": {
|
||||
"with": {
|
||||
"block": "minecraft:tallgrass",
|
||||
"properties": {
|
||||
"type": "fern"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 2.6,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"bushes": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "bush"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"topaz": {
|
||||
"enable": true
|
||||
},
|
||||
"algae": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:coral",
|
||||
"properties": {
|
||||
"level": "15",
|
||||
"variant": "algae"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 30.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"river_cane": {
|
||||
"minHeight": 1,
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "rivercane"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 24,
|
||||
"amountPerChunk": 5.0,
|
||||
"maxHeight": 3,
|
||||
"enable": true,
|
||||
"randomDirection": false
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"tropical": 3
|
||||
}
|
||||
}
|
270
config/biomesoplenty/biomes/defaults/biomesoplenty/bayou.json
Normal file
270
config/biomesoplenty/biomes/defaults/biomesoplenty/bayou.json
Normal file
|
@ -0,0 +1,270 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"rainfall": 0.9,
|
||||
"skyColor": -1,
|
||||
"guiColour": 8236369,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 6.0,
|
||||
"variationAbove": 3.0,
|
||||
"waterColor": 16767282,
|
||||
"seaFloorBlock": {
|
||||
"block": "biomesoplenty:mud",
|
||||
"properties": {
|
||||
"variant": "mud"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 62.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.95,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"cattail": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "cattail"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 6.0,
|
||||
"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": 2.0,
|
||||
"enable": true
|
||||
},
|
||||
"brown_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:brown_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"algae": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:coral",
|
||||
"properties": {
|
||||
"level": "15",
|
||||
"variant": "algae"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"malachite": {
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 8.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.8,
|
||||
"enable": true
|
||||
},
|
||||
"small_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "small"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"flower_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "flower"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"koru": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "koru"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"sugar_cane": {
|
||||
"minHeight": 1,
|
||||
"with": {
|
||||
"block": "minecraft:reeds",
|
||||
"properties": {
|
||||
"age": "0"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 24,
|
||||
"amountPerChunk": 3.0,
|
||||
"maxHeight": 3,
|
||||
"enable": true,
|
||||
"randomDirection": false
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 2.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"lily": {
|
||||
"with": {
|
||||
"block": "minecraft:waterlily",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 2.5,
|
||||
"enable": true
|
||||
},
|
||||
"mud_splatter": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mud",
|
||||
"properties": {
|
||||
"variant": "mud"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"double_cattail": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "tall_cattail"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 8.0,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "tall_cattail"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tiny_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "tiny"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"red_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:red_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"mud": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mud",
|
||||
"properties": {
|
||||
"variant": "mud"
|
||||
}
|
||||
},
|
||||
"maxRadius": 3,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
},
|
||||
"flat_mushroom": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "flat_mushroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"hot_swamp": 10
|
||||
}
|
||||
}
|
291
config/biomesoplenty/biomes/defaults/biomesoplenty/bog.json
Normal file
291
config/biomesoplenty/biomes/defaults/biomesoplenty/bog.json
Normal file
|
@ -0,0 +1,291 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"rainfall": 0.9,
|
||||
"skyColor": -1,
|
||||
"guiColour": 14193503,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 1.0,
|
||||
"waterColor": 12386198,
|
||||
"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": 32,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"cattail": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "cattail"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"brown_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:brown_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 2.0,
|
||||
"enable": true
|
||||
},
|
||||
"poison_lakes": {
|
||||
"liquid": {
|
||||
"block": "biomesoplenty:poison",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"grassBorderWith": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
}
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"malachite": {
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 2.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"toadstools": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "toadstool"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"poison_ivy": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "poisonivy"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"big_brown_mushroom": {
|
||||
"minHeight": 4,
|
||||
"maxHeight": 5,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"koru": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "koru"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 0.75,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"bushes": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "bush"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true
|
||||
},
|
||||
"blue_milk_caps": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "blue_milk_cap"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"double_cattail": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "tall_cattail"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "tall_cattail"
|
||||
}
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
},
|
||||
"red_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:red_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
},
|
||||
"mud": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mud",
|
||||
"properties": {
|
||||
"variant": "mud"
|
||||
}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"flat_mushroom": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "flat_mushroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 1.25,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"cold_swamp": 7
|
||||
}
|
||||
}
|
|
@ -0,0 +1,148 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"rainfall": 0.6,
|
||||
"skyColor": -1,
|
||||
"guiColour": 10467185,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 15.0,
|
||||
"variationAbove": 30.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 70.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.3,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": true,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"gravel": {
|
||||
"with": {
|
||||
"block": "minecraft:gravel",
|
||||
"properties": {}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 6.0,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 1.75,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"bushes": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "bush"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.75,
|
||||
"enable": true
|
||||
},
|
||||
"amber": {
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 8.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"poison_ivy": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "poisonivy"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"boreal": 5
|
||||
}
|
||||
}
|
|
@ -0,0 +1,129 @@
|
|||
{
|
||||
"enableRain": false,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"rainfall": 0.1,
|
||||
"skyColor": -1,
|
||||
"guiColour": 13025691,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 3.0,
|
||||
"variationAbove": 20.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:dirt",
|
||||
"properties": {
|
||||
"coarse": "false",
|
||||
"variant": "sandy"
|
||||
}
|
||||
},
|
||||
"averageHeight": 66.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "sandy"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 1.5,
|
||||
"canGenerateVillages": true,
|
||||
"canSpawnInBiome": true,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"sand": {
|
||||
"with": {
|
||||
"block": "minecraft:sand",
|
||||
"properties": {
|
||||
"variant": "sand"
|
||||
}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"thorns": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "thorn"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 9.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"quicksand": {
|
||||
"liquid": {
|
||||
"block": "biomesoplenty:sand",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true,
|
||||
"grassBorderWith": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
}
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 6.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"ruby": {
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"savanna": 10
|
||||
}
|
||||
}
|
|
@ -0,0 +1,173 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"rainfall": 0.4,
|
||||
"skyColor": -1,
|
||||
"guiColour": 12899957,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 10.0,
|
||||
"variationAbove": 20.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 80.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.8,
|
||||
"canGenerateVillages": true,
|
||||
"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": 32,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 7.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"stone_patches": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "overgrown_stone"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true,
|
||||
"splotchSize": 15
|
||||
},
|
||||
"sand": {
|
||||
"with": {
|
||||
"block": "minecraft:sand",
|
||||
"properties": {
|
||||
"variant": "sand"
|
||||
}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"berry_bushes": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "berrybush"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"peridot": {
|
||||
"enable": true
|
||||
},
|
||||
"bushes": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "bush"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.75,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"mediteranean": 10
|
||||
}
|
||||
}
|
|
@ -0,0 +1,201 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"rainfall": 0.8,
|
||||
"skyColor": -1,
|
||||
"guiColour": 16289679,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 25.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:dirt",
|
||||
"properties": {
|
||||
"coarse": "false",
|
||||
"variant": "silty"
|
||||
}
|
||||
},
|
||||
"averageHeight": 63.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "silty"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.55,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"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": 32,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 2.3,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"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.1,
|
||||
"enable": true
|
||||
},
|
||||
"clover_patches": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "cloverpatch"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 128,
|
||||
"amountPerChunk": 0.4,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"small_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "small"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"flower_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "flower"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"flax": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "flax"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 6,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "flax"
|
||||
}
|
||||
}
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 1.6,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"lily": {
|
||||
"with": {
|
||||
"block": "minecraft:waterlily",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"topaz": {
|
||||
"enable": true
|
||||
},
|
||||
"tiny_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "tiny"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"sprouts": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "sprout"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.4,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"cool_temperate": 2
|
||||
}
|
||||
}
|
|
@ -0,0 +1,108 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"rainfall": 0.0,
|
||||
"skyColor": -1,
|
||||
"guiColour": 11775899,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 10.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:stone",
|
||||
"properties": {
|
||||
"variant": "stone"
|
||||
}
|
||||
},
|
||||
"averageHeight": 64.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:gravel",
|
||||
"properties": {}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.2,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"hard_ice_splatter": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:hard_ice",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"boulders": {
|
||||
"with": {
|
||||
"block": "minecraft:cobblestone",
|
||||
"properties": {}
|
||||
},
|
||||
"numBalls": 4,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true,
|
||||
"radiusFalloff": 0.5,
|
||||
"innerRadius": 1.0
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"stone_patches": {
|
||||
"with": {
|
||||
"block": "minecraft:stone",
|
||||
"properties": {
|
||||
"variant": "stone"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 6.0,
|
||||
"enable": true,
|
||||
"splotchSize": 24
|
||||
},
|
||||
"tanzanite": {
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"ice_cap": 10
|
||||
}
|
||||
}
|
|
@ -0,0 +1,219 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"rainfall": 0.5,
|
||||
"skyColor": -1,
|
||||
"guiColour": 5410656,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 10.0,
|
||||
"variationAbove": 20.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:dirt",
|
||||
"properties": {
|
||||
"coarse": "false",
|
||||
"variant": "loamy"
|
||||
}
|
||||
},
|
||||
"averageHeight": 68.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "loamy"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.45,
|
||||
"canGenerateVillages": true,
|
||||
"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.3,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.7,
|
||||
"enable": true
|
||||
},
|
||||
"brown_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:brown_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"amber": {
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 8.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.8,
|
||||
"enable": true
|
||||
},
|
||||
"toadstools": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "toadstool"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"poison_ivy": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "poisonivy"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"gravel": {
|
||||
"with": {
|
||||
"block": "minecraft:gravel",
|
||||
"properties": {}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"flax": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "flax"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "flax"
|
||||
}
|
||||
}
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 1.7,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"blue_milk_caps": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "blue_milk_cap"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"red_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:red_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"flat_mushroom": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "flat_mushroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"boreal": 10
|
||||
}
|
||||
}
|
|
@ -0,0 +1,138 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "minecraft:ocean",
|
||||
"rainfall": 0.5,
|
||||
"skyColor": -1,
|
||||
"guiColour": 18285,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": false,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 10.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 45.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.5,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"blue_coral": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:coral",
|
||||
"properties": {
|
||||
"level": "15",
|
||||
"variant": "blue"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 15.0,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"glowing_coral": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:coral",
|
||||
"properties": {
|
||||
"level": "15",
|
||||
"variant": "glowing"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 15.0,
|
||||
"enable": true
|
||||
},
|
||||
"algae": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:coral",
|
||||
"properties": {
|
||||
"level": "15",
|
||||
"variant": "algae"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true
|
||||
},
|
||||
"pink_coral": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:coral",
|
||||
"properties": {
|
||||
"level": "15",
|
||||
"variant": "pink"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 15.0,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"orange_coral": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:coral",
|
||||
"properties": {
|
||||
"level": "15",
|
||||
"variant": "orange"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 15.0,
|
||||
"enable": true
|
||||
},
|
||||
"sapphire": {
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {}
|
||||
}
|
|
@ -0,0 +1,87 @@
|
|||
{
|
||||
"enableRain": false,
|
||||
"wallBlock": {
|
||||
"block": "minecraft:soul_sand",
|
||||
"properties": {}
|
||||
},
|
||||
"rainfall": 0.0,
|
||||
"skyColor": -1,
|
||||
"guiColour": 11091006,
|
||||
"fogDensity": 1.0,
|
||||
"roofTopBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"hasBiomeEssence": false,
|
||||
"waterColor": 16777215,
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:soul_sand",
|
||||
"properties": {}
|
||||
},
|
||||
"topBlock": {
|
||||
"block": "minecraft:soul_sand",
|
||||
"properties": {}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 2.0,
|
||||
"roofFillerBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"hive": {
|
||||
"maxRadius": 9,
|
||||
"bottomExtra": 4,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true,
|
||||
"halfHeight": 7,
|
||||
"emptyChance": 0.25,
|
||||
"layerSize": 3
|
||||
},
|
||||
"thorns": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "thorn"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true
|
||||
},
|
||||
"dead_grass": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadgrass"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 5.0,
|
||||
"enable": true
|
||||
},
|
||||
"bramble": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:bramble_plant",
|
||||
"properties": {
|
||||
"down": "false",
|
||||
"east": "false",
|
||||
"north": "false",
|
||||
"south": "false",
|
||||
"up": "false",
|
||||
"west": "false"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 128,
|
||||
"amountPerChunk": 40.0,
|
||||
"maxHeight": 6,
|
||||
"enable": true,
|
||||
"minLength": 15,
|
||||
"maxLength": 30
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"hell": 5
|
||||
}
|
||||
}
|
120
config/biomesoplenty/biomes/defaults/biomesoplenty/crag.json
Normal file
120
config/biomesoplenty/biomes/defaults/biomesoplenty/crag.json
Normal file
|
@ -0,0 +1,120 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"rainfall": 0.5,
|
||||
"skyColor": -1,
|
||||
"guiColour": 5209457,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 80.0,
|
||||
"variationAbove": 200.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:stone",
|
||||
"properties": {
|
||||
"variant": "stone"
|
||||
}
|
||||
},
|
||||
"averageHeight": 100.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:gravel",
|
||||
"properties": {}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.5,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"emeralds": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "minecraft:emerald_ore",
|
||||
"properties": {}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
},
|
||||
"overgrown_stone_patches": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "overgrown_stone"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 24.0,
|
||||
"enable": true,
|
||||
"splotchSize": 16
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"cobblestone_splatter": {
|
||||
"with": {
|
||||
"block": "minecraft:cobblestone",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"stone_splatter": {
|
||||
"with": {
|
||||
"block": "minecraft:stone",
|
||||
"properties": {
|
||||
"variant": "stone"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"cold_swamp": 2
|
||||
}
|
||||
}
|
|
@ -0,0 +1,133 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"rainfall": 0.3,
|
||||
"skyColor": -1,
|
||||
"guiColour": 12362085,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 8.0,
|
||||
"variationAbove": 25.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:dirt",
|
||||
"properties": {
|
||||
"coarse": "false",
|
||||
"variant": "loamy"
|
||||
}
|
||||
},
|
||||
"averageHeight": 68.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "loamy"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.3,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"gravel": {
|
||||
"with": {
|
||||
"block": "minecraft:gravel",
|
||||
"properties": {}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"thorns": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "thorn"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 3.5,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 2.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.8,
|
||||
"enable": true
|
||||
},
|
||||
"tanzanite": {
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"boreal": 3
|
||||
}
|
||||
}
|
|
@ -0,0 +1,159 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"rainfall": 0.9,
|
||||
"skyColor": -1,
|
||||
"guiColour": 9154376,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 6.0,
|
||||
"variationAbove": 3.0,
|
||||
"waterColor": 10661201,
|
||||
"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.6,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"koru": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "koru"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 1.4,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"algae": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:coral",
|
||||
"properties": {
|
||||
"level": "15",
|
||||
"variant": "algae"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"malachite": {
|
||||
"enable": true
|
||||
},
|
||||
"mud": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mud",
|
||||
"properties": {
|
||||
"variant": "mud"
|
||||
}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 8.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 0.6,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"mud_patches": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mud",
|
||||
"properties": {
|
||||
"variant": "mud"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true,
|
||||
"splotchSize": 12
|
||||
},
|
||||
"river_cane": {
|
||||
"minHeight": 1,
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "rivercane"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 24,
|
||||
"amountPerChunk": 0.3,
|
||||
"maxHeight": 3,
|
||||
"enable": true,
|
||||
"randomDirection": false
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"cold_swamp": 3
|
||||
}
|
||||
}
|
|
@ -0,0 +1,179 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"rainfall": 0.9,
|
||||
"skyColor": -1,
|
||||
"guiColour": 10341488,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 10.0,
|
||||
"variationAbove": 20.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 64.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.95,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": true,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"melons": {
|
||||
"with": {
|
||||
"block": "minecraft:melon_block",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.015625,
|
||||
"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.3,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 10.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"small_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "small"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"rafflesia": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "rafflesia"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 6.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"bushes": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "bush"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"lily": {
|
||||
"with": {
|
||||
"block": "minecraft:waterlily",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"topaz": {
|
||||
"enable": true
|
||||
},
|
||||
"tiny_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "tiny"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"sprouts": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "sprout"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"tropical": 5
|
||||
}
|
||||
}
|
228
config/biomesoplenty/biomes/defaults/biomesoplenty/fen.json
Normal file
228
config/biomesoplenty/biomes/defaults/biomesoplenty/fen.json
Normal file
|
@ -0,0 +1,228 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"rainfall": 0.4,
|
||||
"skyColor": -1,
|
||||
"guiColour": 12240001,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 8.0,
|
||||
"variationAbove": 6.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"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.4,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"cattail": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "cattail"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"brown_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:brown_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.4,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"malachite": {
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 6.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 15.0,
|
||||
"enable": true
|
||||
},
|
||||
"toadstools": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "toadstool"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"koru": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "koru"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 5.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"lily": {
|
||||
"with": {
|
||||
"block": "minecraft:waterlily",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"double_cattail": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "tall_cattail"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "tall_cattail"
|
||||
}
|
||||
}
|
||||
},
|
||||
"red_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:red_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.4,
|
||||
"enable": true
|
||||
},
|
||||
"mud": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mud",
|
||||
"properties": {
|
||||
"variant": "mud"
|
||||
}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
},
|
||||
"flat_mushroom": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "flat_mushroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"river_cane": {
|
||||
"minHeight": 1,
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "rivercane"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 24,
|
||||
"amountPerChunk": 0.1,
|
||||
"maxHeight": 3,
|
||||
"enable": true,
|
||||
"randomDirection": false
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"cold_swamp": 7
|
||||
}
|
||||
}
|
|
@ -0,0 +1,95 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"rainfall": 0.7,
|
||||
"skyColor": -1,
|
||||
"guiColour": 4044093,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 5.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 64.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.7,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": true,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 17.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 20.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"peridot": {
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"warm_temperate": 2
|
||||
}
|
||||
}
|
|
@ -0,0 +1,127 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"rainfall": 0.8,
|
||||
"skyColor": -1,
|
||||
"guiColour": 7656308,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 10.0,
|
||||
"variationAbove": 15.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 70.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "daisy"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.8,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"clover_patches": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "cloverpatch"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 128,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"grass_splatter": {
|
||||
"with": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 6.0,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 0.75,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"topaz": {
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"sprouts": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "sprout"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
}
|
||||
},
|
||||
"weights": {}
|
||||
}
|
|
@ -0,0 +1,109 @@
|
|||
{
|
||||
"enableRain": false,
|
||||
"wallBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"rainfall": 0.0,
|
||||
"skyColor": -1,
|
||||
"guiColour": 11091006,
|
||||
"fogDensity": 1.0,
|
||||
"roofTopBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"hasBiomeEssence": false,
|
||||
"waterColor": 16777215,
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"topBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 2.0,
|
||||
"roofFillerBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"hive": {
|
||||
"maxRadius": 9,
|
||||
"bottomExtra": 4,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true,
|
||||
"halfHeight": 7,
|
||||
"emptyChance": 0.25,
|
||||
"layerSize": 3
|
||||
},
|
||||
"big_brown_mushroom": {
|
||||
"minHeight": 5,
|
||||
"maxHeight": 8,
|
||||
"amountPerChunk": 2.0,
|
||||
"enable": true
|
||||
},
|
||||
"glowshroom": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"brown_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:brown_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 2.0,
|
||||
"enable": true
|
||||
},
|
||||
"big_red_mushroom": {
|
||||
"minHeight": 5,
|
||||
"maxHeight": 10,
|
||||
"amountPerChunk": 30.0,
|
||||
"enable": true
|
||||
},
|
||||
"red_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:red_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 5.0,
|
||||
"enable": true
|
||||
},
|
||||
"flat_mushroom": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "flat_mushroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
},
|
||||
"toadstools": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "toadstool"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"hell": 5
|
||||
}
|
||||
}
|
|
@ -0,0 +1,73 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"rainfall": 0.2,
|
||||
"skyColor": -1,
|
||||
"guiColour": 11582425,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": false,
|
||||
"variationBelow": 8.0,
|
||||
"variationAbove": 10.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:hard_ice",
|
||||
"properties": {}
|
||||
},
|
||||
"averageHeight": 88.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:ice",
|
||||
"properties": {}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": -0.5,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"tanzanite": {
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {}
|
||||
}
|
|
@ -0,0 +1,195 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"rainfall": 0.7,
|
||||
"skyColor": -1,
|
||||
"guiColour": 8379261,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 6.0,
|
||||
"variationAbove": 25.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 64.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.6,
|
||||
"canGenerateVillages": true,
|
||||
"canSpawnInBiome": true,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"portobellos": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "portobello"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"gravel": {
|
||||
"with": {
|
||||
"block": "minecraft:gravel",
|
||||
"properties": {}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"sand": {
|
||||
"with": {
|
||||
"block": "minecraft:sand",
|
||||
"properties": {
|
||||
"variant": "sand"
|
||||
}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true
|
||||
},
|
||||
"flax": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "flax"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 6,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "flax"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sugar_cane": {
|
||||
"minHeight": 1,
|
||||
"with": {
|
||||
"block": "minecraft:reeds",
|
||||
"properties": {
|
||||
"age": "0"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 24,
|
||||
"amountPerChunk": 4.0,
|
||||
"maxHeight": 3,
|
||||
"enable": true,
|
||||
"randomDirection": false
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 0.6,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"peridot": {
|
||||
"enable": true
|
||||
},
|
||||
"lakes": {
|
||||
"liquid": {
|
||||
"block": "minecraft:water",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true,
|
||||
"frozenLiquid": {
|
||||
"block": "minecraft:ice",
|
||||
"properties": {}
|
||||
},
|
||||
"grassBorderWith": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
}
|
||||
},
|
||||
"river_cane": {
|
||||
"minHeight": 1,
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "rivercane"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 24,
|
||||
"amountPerChunk": 1.0,
|
||||
"maxHeight": 3,
|
||||
"enable": true,
|
||||
"randomDirection": false
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"cool_temperate": 7,
|
||||
"wet_temperate": 3
|
||||
}
|
||||
}
|
|
@ -0,0 +1,70 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"rainfall": 0.5,
|
||||
"skyColor": -1,
|
||||
"guiColour": 9472132,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": false,
|
||||
"variationBelow": 3.0,
|
||||
"variationAbove": 4.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:gravel",
|
||||
"properties": {}
|
||||
},
|
||||
"averageHeight": 64.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:gravel",
|
||||
"properties": {}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.6,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {}
|
||||
}
|
150
config/biomesoplenty/biomes/defaults/biomesoplenty/grove.json
Normal file
150
config/biomesoplenty/biomes/defaults/biomesoplenty/grove.json
Normal file
|
@ -0,0 +1,150 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"rainfall": 0.8,
|
||||
"skyColor": -1,
|
||||
"guiColour": 5341009,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 8.0,
|
||||
"variationAbove": 20.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 66.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.6,
|
||||
"canGenerateVillages": true,
|
||||
"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": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 2.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"clover_patches": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "cloverpatch"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 128,
|
||||
"amountPerChunk": 0.6,
|
||||
"enable": true
|
||||
},
|
||||
"berry_bushes": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "berrybush"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 1.3,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"bushes": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "bush"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"amber": {
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"sprouts": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "sprout"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"cool_temperate": 7
|
||||
}
|
||||
}
|
|
@ -0,0 +1,91 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"rainfall": 0.8,
|
||||
"skyColor": -1,
|
||||
"guiColour": 8170854,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 35.0,
|
||||
"variationAbove": 35.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 100.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.6,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": true,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 10.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"emerald": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "minecraft:emerald_ore",
|
||||
"properties": {}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"cool_temperate": 7
|
||||
}
|
||||
}
|
|
@ -0,0 +1,122 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "minecraft:ocean",
|
||||
"rainfall": 0.5,
|
||||
"skyColor": -1,
|
||||
"guiColour": 27468,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": false,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 5.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 40.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.5,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"algae": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:coral",
|
||||
"properties": {
|
||||
"level": "15",
|
||||
"variant": "algae"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"kelp": {
|
||||
"minHeight": 2,
|
||||
"with": {
|
||||
"block": "biomesoplenty:seaweed",
|
||||
"properties": {
|
||||
"level": "15",
|
||||
"position": "single",
|
||||
"variant": "kelp"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 12,
|
||||
"amountPerChunk": 5.0,
|
||||
"maxHeight": 4,
|
||||
"enable": true,
|
||||
"randomDirection": false
|
||||
},
|
||||
"kelp_tall": {
|
||||
"minHeight": 6,
|
||||
"with": {
|
||||
"block": "biomesoplenty:seaweed",
|
||||
"properties": {
|
||||
"level": "15",
|
||||
"position": "single",
|
||||
"variant": "kelp"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 12,
|
||||
"amountPerChunk": 6.0,
|
||||
"maxHeight": 12,
|
||||
"enable": true,
|
||||
"randomDirection": false
|
||||
},
|
||||
"sapphire": {
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {}
|
||||
}
|
|
@ -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": true
|
||||
},
|
||||
"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
|
||||
}
|
||||
}
|
|
@ -0,0 +1,102 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"rainfall": 0.7,
|
||||
"skyColor": -1,
|
||||
"guiColour": 11035852,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 4.0,
|
||||
"variationAbove": 12.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:dirt",
|
||||
"properties": {
|
||||
"coarse": "false",
|
||||
"variant": "silty"
|
||||
}
|
||||
},
|
||||
"averageHeight": 64.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "silty"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.7,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 15.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"peridot": {
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"lavender": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "lavender"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 50.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"mediteranean": 3
|
||||
}
|
||||
}
|
|
@ -0,0 +1,244 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"rainfall": 0.4,
|
||||
"skyColor": -1,
|
||||
"guiColour": 9087277,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 8.0,
|
||||
"variationAbove": 40.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:hardened_clay",
|
||||
"properties": {}
|
||||
},
|
||||
"averageHeight": 63.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:hardened_clay",
|
||||
"properties": {}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 1.2,
|
||||
"canGenerateVillages": true,
|
||||
"canSpawnInBiome": false,
|
||||
"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": 32,
|
||||
"amountPerChunk": 0.75,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"oases": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "sandy"
|
||||
}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 10.0,
|
||||
"enable": true
|
||||
},
|
||||
"algae": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:coral",
|
||||
"properties": {
|
||||
"level": "15",
|
||||
"variant": "algae"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"ruby": {
|
||||
"enable": true
|
||||
},
|
||||
"sand": {
|
||||
"with": {
|
||||
"block": "minecraft:sand",
|
||||
"properties": {
|
||||
"variant": "sand"
|
||||
}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 5.0,
|
||||
"enable": true
|
||||
},
|
||||
"tiny_cacti": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "tinycactus"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"grass_splatter": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "sandy"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 128,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"dead_bushes": {
|
||||
"with": {
|
||||
"block": "minecraft:deadbush",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.4,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 12.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"bushes": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "bush"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.8,
|
||||
"enable": true
|
||||
},
|
||||
"bromeliad": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_0",
|
||||
"properties": {
|
||||
"variant": "bromeliad"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 8,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"cacti": {
|
||||
"minHeight": 1,
|
||||
"with": {
|
||||
"block": "minecraft:cactus",
|
||||
"properties": {
|
||||
"age": "0"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 3,
|
||||
"amountPerChunk": 0.2,
|
||||
"maxHeight": 2,
|
||||
"enable": true,
|
||||
"randomDirection": false
|
||||
},
|
||||
"lakes": {
|
||||
"liquid": {
|
||||
"block": "minecraft:water",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true,
|
||||
"frozenLiquid": {
|
||||
"block": "minecraft:ice",
|
||||
"properties": {}
|
||||
},
|
||||
"grassBorderWith": {
|
||||
"block": "minecraft:hardened_clay",
|
||||
"properties": {}
|
||||
}
|
||||
},
|
||||
"desertgrass": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "desertgrass"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 8,
|
||||
"amountPerChunk": 1.8,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"savanna": 2
|
||||
}
|
||||
}
|
|
@ -0,0 +1,328 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"rainfall": 1.0,
|
||||
"skyColor": -1,
|
||||
"guiColour": 5746228,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 10.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 63.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.7,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": true,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"cattail": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "cattail"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"medium_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "medium"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"brown_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:brown_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"poison_lakes": {
|
||||
"liquid": {
|
||||
"block": "biomesoplenty:poison",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"grassBorderWith": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
}
|
||||
},
|
||||
"algae": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:coral",
|
||||
"properties": {
|
||||
"level": "15",
|
||||
"variant": "algae"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 2.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 6.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"small_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "small"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"flower_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "flower"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"koru": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "koru"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 1.7,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"blue_milk_caps": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "blue_milk_cap"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"double_cattail": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "tall_cattail"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "tall_cattail"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tiny_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "tiny"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"red_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:red_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"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": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"malachite": {
|
||||
"enable": true
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.7,
|
||||
"enable": true
|
||||
},
|
||||
"toadstools": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "toadstool"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"sand": {
|
||||
"with": {
|
||||
"block": "minecraft:sand",
|
||||
"properties": {
|
||||
"variant": "sand"
|
||||
}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"sugar_cane": {
|
||||
"minHeight": 1,
|
||||
"with": {
|
||||
"block": "minecraft:reeds",
|
||||
"properties": {
|
||||
"age": "0"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 24,
|
||||
"amountPerChunk": 0.6,
|
||||
"maxHeight": 3,
|
||||
"enable": true,
|
||||
"randomDirection": false
|
||||
},
|
||||
"lily": {
|
||||
"with": {
|
||||
"block": "minecraft:waterlily",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"mud": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mud",
|
||||
"properties": {
|
||||
"variant": "mud"
|
||||
}
|
||||
},
|
||||
"maxRadius": 8,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"river_cane": {
|
||||
"minHeight": 1,
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "rivercane"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 24,
|
||||
"amountPerChunk": 0.3,
|
||||
"maxHeight": 3,
|
||||
"enable": true,
|
||||
"randomDirection": false
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"wet_temperate": 10
|
||||
}
|
||||
}
|
|
@ -0,0 +1,98 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"rainfall": 0.3,
|
||||
"skyColor": -1,
|
||||
"guiColour": 7251289,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 8.0,
|
||||
"variationAbove": 2.0,
|
||||
"waterColor": 13500241,
|
||||
"seaFloorBlock": {
|
||||
"block": "biomesoplenty:mud",
|
||||
"properties": {
|
||||
"variant": "mud"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:mud",
|
||||
"properties": {
|
||||
"variant": "mud"
|
||||
}
|
||||
},
|
||||
"averageHeight": 62.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:mud",
|
||||
"properties": {
|
||||
"variant": "mud"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.85,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"quicksand": {
|
||||
"liquid": {
|
||||
"block": "biomesoplenty:sand",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true,
|
||||
"grassBorderWith": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
}
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 5.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"sapphire": {
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"hot_swamp": 7
|
||||
}
|
||||
}
|
|
@ -0,0 +1,137 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"rainfall": 0.8,
|
||||
"skyColor": -1,
|
||||
"guiColour": 6988649,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 10.0,
|
||||
"variationAbove": 25.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 70.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.25,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": true,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"gravel": {
|
||||
"with": {
|
||||
"block": "minecraft:gravel",
|
||||
"properties": {}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 6.0,
|
||||
"enable": true
|
||||
},
|
||||
"sand": {
|
||||
"with": {
|
||||
"block": "minecraft:sand",
|
||||
"properties": {
|
||||
"variant": "sand"
|
||||
}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 8.0,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 1.2,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 15.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 2.0,
|
||||
"enable": true
|
||||
},
|
||||
"tanzanite": {
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"boreal": 10
|
||||
}
|
||||
}
|
139
config/biomesoplenty/biomes/defaults/biomesoplenty/marsh.json
Normal file
139
config/biomesoplenty/biomes/defaults/biomesoplenty/marsh.json
Normal file
|
@ -0,0 +1,139 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"rainfall": 0.8,
|
||||
"skyColor": -1,
|
||||
"guiColour": 6725742,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 3.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "biomesoplenty:mud",
|
||||
"properties": {
|
||||
"variant": "mud"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:dirt",
|
||||
"properties": {
|
||||
"coarse": "false",
|
||||
"variant": "loamy"
|
||||
}
|
||||
},
|
||||
"averageHeight": 62.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "loamy"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.6,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"koru": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "koru"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 20.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"algae": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:coral",
|
||||
"properties": {
|
||||
"level": "15",
|
||||
"variant": "algae"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 10.0,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"lakes": {
|
||||
"liquid": {
|
||||
"block": "minecraft:water",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true,
|
||||
"frozenLiquid": {
|
||||
"block": "minecraft:ice",
|
||||
"properties": {}
|
||||
},
|
||||
"grassBorderWith": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "loamy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"malachite": {
|
||||
"enable": true
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"wet_temperate": 7
|
||||
}
|
||||
}
|
235
config/biomesoplenty/biomes/defaults/biomesoplenty/meadow.json
Normal file
235
config/biomesoplenty/biomes/defaults/biomesoplenty/meadow.json
Normal file
|
@ -0,0 +1,235 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"rainfall": 0.7,
|
||||
"skyColor": -1,
|
||||
"guiColour": 6533741,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 5.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 64.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.4,
|
||||
"canGenerateVillages": true,
|
||||
"canSpawnInBiome": true,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"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.15,
|
||||
"enable": true
|
||||
},
|
||||
"clover_patches": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "cloverpatch"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 128,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"algae": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:coral",
|
||||
"properties": {
|
||||
"level": "15",
|
||||
"variant": "algae"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 2.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"small_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "small"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.15,
|
||||
"enable": true
|
||||
},
|
||||
"flower_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "flower"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.15,
|
||||
"enable": true
|
||||
},
|
||||
"sand": {
|
||||
"with": {
|
||||
"block": "minecraft:sand",
|
||||
"properties": {
|
||||
"variant": "sand"
|
||||
}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true
|
||||
},
|
||||
"flax": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "flax"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 6,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "flax"
|
||||
}
|
||||
}
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 1.8,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"peridot": {
|
||||
"enable": true
|
||||
},
|
||||
"bushes": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "bush"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"lily": {
|
||||
"with": {
|
||||
"block": "minecraft:waterlily",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.15,
|
||||
"enable": true
|
||||
},
|
||||
"tiny_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "tiny"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.15,
|
||||
"enable": true
|
||||
},
|
||||
"sprouts": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "sprout"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.4,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"cool_temperate": 3,
|
||||
"boreal": 7
|
||||
}
|
||||
}
|
182
config/biomesoplenty/biomes/defaults/biomesoplenty/moor.json
Normal file
182
config/biomesoplenty/biomes/defaults/biomesoplenty/moor.json
Normal file
|
@ -0,0 +1,182 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"rainfall": 1.0,
|
||||
"skyColor": -1,
|
||||
"guiColour": 6394725,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 8.0,
|
||||
"variationAbove": 10.0,
|
||||
"waterColor": 5800566,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:dirt",
|
||||
"properties": {
|
||||
"coarse": "false",
|
||||
"variant": "loamy"
|
||||
}
|
||||
},
|
||||
"averageHeight": 88.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "loamy"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.6,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.6,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"brown_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:brown_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"algae": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:coral",
|
||||
"properties": {
|
||||
"level": "15",
|
||||
"variant": "algae"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 5.0,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"malachite": {
|
||||
"enable": true
|
||||
},
|
||||
"flax": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "flax"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 6,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "flax"
|
||||
}
|
||||
}
|
||||
},
|
||||
"koru": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "koru"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.6,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 2.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"lakes": {
|
||||
"liquid": {
|
||||
"block": "minecraft:water",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true,
|
||||
"frozenLiquid": {
|
||||
"block": "minecraft:ice",
|
||||
"properties": {}
|
||||
},
|
||||
"grassBorderWith": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "loamy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"red_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:red_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"mud": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mud",
|
||||
"properties": {
|
||||
"variant": "mud"
|
||||
}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"cold_swamp": 5
|
||||
}
|
||||
}
|
147
config/biomesoplenty/biomes/defaults/biomesoplenty/mountain.json
Normal file
147
config/biomesoplenty/biomes/defaults/biomesoplenty/mountain.json
Normal file
|
@ -0,0 +1,147 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"rainfall": 0.1,
|
||||
"skyColor": -1,
|
||||
"guiColour": 8430421,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 30.0,
|
||||
"variationAbove": 60.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 140.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.5,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"gravel": {
|
||||
"with": {
|
||||
"block": "minecraft:gravel",
|
||||
"properties": {}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 6.0,
|
||||
"enable": true
|
||||
},
|
||||
"leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "leafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.8,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 1.2,
|
||||
"enable": true
|
||||
},
|
||||
"emeralds": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "minecraft:emerald_ore",
|
||||
"properties": {}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"lakes": {
|
||||
"liquid": {
|
||||
"block": "minecraft:water",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 1.8,
|
||||
"enable": true,
|
||||
"frozenLiquid": {
|
||||
"block": "minecraft:ice",
|
||||
"properties": {}
|
||||
},
|
||||
"grassBorderWith": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
}
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"dry_temperate": 3
|
||||
}
|
||||
}
|
|
@ -0,0 +1,186 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"rainfall": 0.1,
|
||||
"skyColor": -1,
|
||||
"guiColour": 8430421,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": false,
|
||||
"variationBelow": 15.0,
|
||||
"variationAbove": 30.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 100.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.5,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"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": 32,
|
||||
"amountPerChunk": 0.8,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 1.2,
|
||||
"enable": true
|
||||
},
|
||||
"emeralds": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "minecraft:emerald_ore",
|
||||
"properties": {}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.4,
|
||||
"enable": true
|
||||
},
|
||||
"gravel": {
|
||||
"with": {
|
||||
"block": "minecraft:gravel",
|
||||
"properties": {}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 6.0,
|
||||
"enable": true
|
||||
},
|
||||
"flax": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "flax"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "flax"
|
||||
}
|
||||
}
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"berry_bushes": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "berrybush"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"lakes": {
|
||||
"liquid": {
|
||||
"block": "minecraft:water",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 1.8,
|
||||
"enable": true,
|
||||
"frozenLiquid": {
|
||||
"block": "minecraft:ice",
|
||||
"properties": {}
|
||||
},
|
||||
"grassBorderWith": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"weights": {}
|
||||
}
|
|
@ -0,0 +1,260 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"rainfall": 0.8,
|
||||
"skyColor": 8972496,
|
||||
"guiColour": 6934491,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 20.0,
|
||||
"waterColor": 16715898,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:dirt",
|
||||
"properties": {
|
||||
"coarse": "false",
|
||||
"variant": "silty"
|
||||
}
|
||||
},
|
||||
"averageHeight": 63.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "silty"
|
||||
}
|
||||
},
|
||||
"fogColor": 16755401,
|
||||
"temperature": 0.7,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"hot_springs": {
|
||||
"liquid": {
|
||||
"block": "biomesoplenty:hot_spring_water",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true,
|
||||
"grassBorderWith": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
}
|
||||
},
|
||||
"leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "leafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"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.1,
|
||||
"enable": true
|
||||
},
|
||||
"clover_patches": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "cloverpatch"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 128,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"brown_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:brown_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"poison_lakes": {
|
||||
"liquid": {
|
||||
"block": "biomesoplenty:poison",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"grassBorderWith": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
}
|
||||
},
|
||||
"big_red_mushroom": {
|
||||
"minHeight": 5,
|
||||
"maxHeight": 8,
|
||||
"amountPerChunk": 0.4,
|
||||
"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
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 10.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"small_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "small"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"flower_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "flower"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"lily": {
|
||||
"with": {
|
||||
"block": "minecraft:waterlily",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"topaz": {
|
||||
"enable": true
|
||||
},
|
||||
"blue_milk_caps": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "blue_milk_cap"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"tiny_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "tiny"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"sprouts": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "sprout"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"red_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:red_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.4,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"wet_temperate": 1
|
||||
}
|
||||
}
|
151
config/biomesoplenty/biomes/defaults/biomesoplenty/oasis.json
Normal file
151
config/biomesoplenty/biomes/defaults/biomesoplenty/oasis.json
Normal file
|
@ -0,0 +1,151 @@
|
|||
{
|
||||
"enableRain": false,
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"rainfall": 0.5,
|
||||
"skyColor": -1,
|
||||
"guiColour": 7712283,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": false,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 7.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:sand",
|
||||
"properties": {
|
||||
"variant": "sand"
|
||||
}
|
||||
},
|
||||
"averageHeight": 62.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:sand",
|
||||
"properties": {
|
||||
"variant": "sand"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 2.0,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"dunegrass": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "dunegrass"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 8,
|
||||
"amountPerChunk": 10.0,
|
||||
"enable": true
|
||||
},
|
||||
"tiny_cacti": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "tinycactus"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 8,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"sugar_cane": {
|
||||
"minHeight": 1,
|
||||
"with": {
|
||||
"block": "minecraft:reeds",
|
||||
"properties": {
|
||||
"age": "0"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 24,
|
||||
"amountPerChunk": 2.0,
|
||||
"maxHeight": 3,
|
||||
"enable": true,
|
||||
"randomDirection": false
|
||||
},
|
||||
"desert_sprouts": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "desertsprouts"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 8,
|
||||
"amountPerChunk": 5.0,
|
||||
"enable": true
|
||||
},
|
||||
"bromeliad": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_0",
|
||||
"properties": {
|
||||
"variant": "bromeliad"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 8,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"desertgrass": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "desertgrass"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 8,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"ruby": {
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {}
|
||||
}
|
|
@ -0,0 +1,181 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"rainfall": 0.6,
|
||||
"skyColor": 3687520,
|
||||
"guiColour": 4145489,
|
||||
"fogDensity": 0.175,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 10.0,
|
||||
"waterColor": 1973030,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:dirt",
|
||||
"properties": {
|
||||
"coarse": "false",
|
||||
"variant": "loamy"
|
||||
}
|
||||
},
|
||||
"averageHeight": 66.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "loamy"
|
||||
}
|
||||
},
|
||||
"fogColor": 3882316,
|
||||
"temperature": 0.6,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.4,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"thorns": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "thorn"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"brown_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:brown_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"poison_lakes": {
|
||||
"liquid": {
|
||||
"block": "biomesoplenty:poison",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"grassBorderWith": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bramble": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:bramble_plant",
|
||||
"properties": {
|
||||
"down": "false",
|
||||
"east": "false",
|
||||
"north": "false",
|
||||
"south": "false",
|
||||
"up": "false",
|
||||
"west": "false"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 128,
|
||||
"amountPerChunk": 0.75,
|
||||
"maxHeight": 4,
|
||||
"enable": true,
|
||||
"minLength": 5,
|
||||
"maxLength": 15
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"malachite": {
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 11.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"poison_ivy": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "poisonivy"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"red_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:red_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"cold_swamp": 1
|
||||
}
|
||||
}
|
147
config/biomesoplenty/biomes/defaults/biomesoplenty/orchard.json
Normal file
147
config/biomesoplenty/biomes/defaults/biomesoplenty/orchard.json
Normal file
|
@ -0,0 +1,147 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"rainfall": 0.7,
|
||||
"skyColor": -1,
|
||||
"guiColour": 14024557,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 4.0,
|
||||
"variationAbove": 15.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 64.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.7,
|
||||
"canGenerateVillages": true,
|
||||
"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": 32,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"flax": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "flax"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 8,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "flax"
|
||||
}
|
||||
}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"berry_bushes": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "berrybush"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 8,
|
||||
"amountPerChunk": 0.4,
|
||||
"enable": true
|
||||
},
|
||||
"peridot": {
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 3.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"warm_temperate": 3
|
||||
}
|
||||
}
|
|
@ -0,0 +1,74 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"rainfall": 0.6,
|
||||
"skyColor": 8441086,
|
||||
"guiColour": 10341485,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": false,
|
||||
"variationBelow": 1.0,
|
||||
"variationAbove": 1.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:sand",
|
||||
"properties": {
|
||||
"variant": "sand"
|
||||
}
|
||||
},
|
||||
"averageHeight": 64.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:sand",
|
||||
"properties": {
|
||||
"variant": "sand"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.6,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {}
|
||||
}
|
|
@ -0,0 +1,104 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "biomesoplenty:origin_beach",
|
||||
"rainfall": 0.6,
|
||||
"skyColor": 8441086,
|
||||
"guiColour": 10341485,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 6.0,
|
||||
"variationAbove": 25.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 64.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "origin"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.6,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": true,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.4,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"minHeight": 5,
|
||||
"logState": {
|
||||
"block": "minecraft:log",
|
||||
"properties": {
|
||||
"axis": "y",
|
||||
"variant": "oak"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 5.0,
|
||||
"maxHeight": 8,
|
||||
"enable": true,
|
||||
"updateNeighbours": false,
|
||||
"hangingChance": 0.0,
|
||||
"leavesState": {
|
||||
"block": "biomesoplenty:leaves_2",
|
||||
"properties": {
|
||||
"check_decay": "false",
|
||||
"decayable": "true",
|
||||
"variant": "origin"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"weights": {}
|
||||
}
|
146
config/biomesoplenty/biomes/defaults/biomesoplenty/outback.json
Normal file
146
config/biomesoplenty/biomes/defaults/biomesoplenty/outback.json
Normal file
|
@ -0,0 +1,146 @@
|
|||
{
|
||||
"enableRain": false,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"rainfall": 0.05,
|
||||
"skyColor": -1,
|
||||
"guiColour": 10843716,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 8.0,
|
||||
"variationAbove": 10.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:sand",
|
||||
"properties": {
|
||||
"variant": "red_sand"
|
||||
}
|
||||
},
|
||||
"averageHeight": 72.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:sand",
|
||||
"properties": {
|
||||
"variant": "red_sand"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 2.0,
|
||||
"canGenerateVillages": true,
|
||||
"canSpawnInBiome": true,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"tiny_cacti": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "tinycactus"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"grass_splatter": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "sandy"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 128,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"dead_bushes": {
|
||||
"with": {
|
||||
"block": "minecraft:deadbush",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 16.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"cacti": {
|
||||
"minHeight": 1,
|
||||
"with": {
|
||||
"block": "minecraft:cactus",
|
||||
"properties": {
|
||||
"age": "0"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 24,
|
||||
"amountPerChunk": 0.2,
|
||||
"maxHeight": 2,
|
||||
"enable": true,
|
||||
"randomDirection": false
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"desertgrass": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "desertgrass"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 8,
|
||||
"amountPerChunk": 10.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"ruby": {
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"hot_desert": 7
|
||||
}
|
||||
}
|
|
@ -0,0 +1,112 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"rainfall": 0.75,
|
||||
"skyColor": -1,
|
||||
"guiColour": 8373350,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 100.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:stone",
|
||||
"properties": {
|
||||
"variant": "stone"
|
||||
}
|
||||
},
|
||||
"averageHeight": 70.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "overgrown_stone"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.95,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"emeralds": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "minecraft:emerald_ore",
|
||||
"properties": {}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 2.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"sprouts": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "sprout"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 40.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"tropical": 2
|
||||
}
|
||||
}
|
106
config/biomesoplenty/biomes/defaults/biomesoplenty/pasture.json
Normal file
106
config/biomesoplenty/biomes/defaults/biomesoplenty/pasture.json
Normal file
|
@ -0,0 +1,106 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"rainfall": 0.3,
|
||||
"skyColor": -1,
|
||||
"guiColour": 13165952,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": false,
|
||||
"variationBelow": 4.0,
|
||||
"variationAbove": 6.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:dirt",
|
||||
"properties": {
|
||||
"coarse": "false",
|
||||
"variant": "silty"
|
||||
}
|
||||
},
|
||||
"averageHeight": 64.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "silty"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.8,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": true,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"peridot": {
|
||||
"enable": true
|
||||
},
|
||||
"barley": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "barley"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 45.0,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {}
|
||||
}
|
|
@ -0,0 +1,87 @@
|
|||
{
|
||||
"enableRain": false,
|
||||
"wallBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"rainfall": 0.0,
|
||||
"skyColor": -1,
|
||||
"guiColour": 11091006,
|
||||
"fogDensity": 1.0,
|
||||
"roofTopBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"hasBiomeEssence": false,
|
||||
"waterColor": 16777215,
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:ash_block",
|
||||
"properties": {}
|
||||
},
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:ash_block",
|
||||
"properties": {}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 2.0,
|
||||
"roofFillerBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"hive": {
|
||||
"maxRadius": 9,
|
||||
"bottomExtra": 4,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true,
|
||||
"halfHeight": 7,
|
||||
"emptyChance": 0.25,
|
||||
"layerSize": 3
|
||||
},
|
||||
"blue_fire": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:blue_fire",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 2.5,
|
||||
"enable": true
|
||||
},
|
||||
"lava_lakes": {
|
||||
"liquid": {
|
||||
"block": "minecraft:lava",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true,
|
||||
"grassBorderWith": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
}
|
||||
},
|
||||
"fire": {
|
||||
"with": {
|
||||
"block": "minecraft:fire",
|
||||
"properties": {
|
||||
"age": "0",
|
||||
"east": "false",
|
||||
"north": "false",
|
||||
"south": "false",
|
||||
"up": "false",
|
||||
"west": "false"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 2.5,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"hell": 5
|
||||
}
|
||||
}
|
169
config/biomesoplenty/biomes/defaults/biomesoplenty/prairie.json
Normal file
169
config/biomesoplenty/biomes/defaults/biomesoplenty/prairie.json
Normal file
|
@ -0,0 +1,169 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"rainfall": 0.3,
|
||||
"skyColor": -1,
|
||||
"guiColour": 13165952,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 4.0,
|
||||
"variationAbove": 6.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:dirt",
|
||||
"properties": {
|
||||
"coarse": "false",
|
||||
"variant": "silty"
|
||||
}
|
||||
},
|
||||
"averageHeight": 64.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "silty"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.8,
|
||||
"canGenerateVillages": true,
|
||||
"canSpawnInBiome": true,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"sand": {
|
||||
"with": {
|
||||
"block": "minecraft:sand",
|
||||
"properties": {
|
||||
"variant": "sand"
|
||||
}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.4,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"flax": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "flax"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 8,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "flax"
|
||||
}
|
||||
}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 10.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"doublegrass": {
|
||||
"with": {
|
||||
"block": "minecraft:double_plant",
|
||||
"properties": {
|
||||
"facing": "north",
|
||||
"half": "lower",
|
||||
"variant": "double_grass"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 128,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "minecraft:double_plant",
|
||||
"properties": {
|
||||
"facing": "north",
|
||||
"half": "upper",
|
||||
"variant": "sunflower"
|
||||
}
|
||||
}
|
||||
},
|
||||
"goldenrods": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "goldenrod"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
},
|
||||
"peridot": {
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"warm_temperate": 7
|
||||
}
|
||||
}
|
181
config/biomesoplenty/biomes/defaults/biomesoplenty/quagmire.json
Normal file
181
config/biomesoplenty/biomes/defaults/biomesoplenty/quagmire.json
Normal file
|
@ -0,0 +1,181 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"rainfall": 0.9,
|
||||
"skyColor": -1,
|
||||
"guiColour": 5257771,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 10.0,
|
||||
"waterColor": 13390080,
|
||||
"seaFloorBlock": {
|
||||
"block": "biomesoplenty:mud",
|
||||
"properties": {
|
||||
"variant": "mud"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:mud",
|
||||
"properties": {
|
||||
"variant": "mud"
|
||||
}
|
||||
},
|
||||
"averageHeight": 63.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:mud",
|
||||
"properties": {
|
||||
"variant": "mud"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.6,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.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.1,
|
||||
"enable": true
|
||||
},
|
||||
"algae": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:coral",
|
||||
"properties": {
|
||||
"level": "15",
|
||||
"variant": "algae"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"malachite": {
|
||||
"enable": true
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"small_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "small"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"grass_splatter": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "loamy"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 128,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
},
|
||||
"koru": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "koru"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 1.4,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"lily": {
|
||||
"with": {
|
||||
"block": "minecraft:waterlily",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"tiny_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "tiny"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"mud": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mud",
|
||||
"properties": {
|
||||
"variant": "mud"
|
||||
}
|
||||
},
|
||||
"maxRadius": 8,
|
||||
"amountPerChunk": 10.0,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"cold_swamp": 2
|
||||
}
|
||||
}
|
|
@ -0,0 +1,200 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"rainfall": 1.2,
|
||||
"skyColor": -1,
|
||||
"guiColour": 1368687,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 50.0,
|
||||
"variationAbove": 50.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 80.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.95,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"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
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"melons": {
|
||||
"with": {
|
||||
"block": "minecraft:melon_block",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.015625,
|
||||
"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.3,
|
||||
"enable": true
|
||||
},
|
||||
"clover_patches": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "cloverpatch"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 128,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 15.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"small_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "small"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"flower_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "flower"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"sand": {
|
||||
"with": {
|
||||
"block": "minecraft:sand",
|
||||
"properties": {
|
||||
"variant": "sand"
|
||||
}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true
|
||||
},
|
||||
"rafflesia": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "rafflesia"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"lily": {
|
||||
"with": {
|
||||
"block": "minecraft:waterlily",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"topaz": {
|
||||
"enable": true
|
||||
},
|
||||
"tiny_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "tiny"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"tropical": 7
|
||||
}
|
||||
}
|
|
@ -0,0 +1,163 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"rainfall": 0.7,
|
||||
"skyColor": -1,
|
||||
"guiColour": 7187004,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 4.0,
|
||||
"variationAbove": 10.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 70.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "podzol"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.7,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"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.2,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"double_fern": {
|
||||
"with": {
|
||||
"block": "minecraft:double_plant",
|
||||
"properties": {
|
||||
"facing": "north",
|
||||
"half": "lower",
|
||||
"variant": "double_fern"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 5.0,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "minecraft:double_plant",
|
||||
"properties": {
|
||||
"facing": "north",
|
||||
"half": "upper",
|
||||
"variant": "sunflower"
|
||||
}
|
||||
}
|
||||
},
|
||||
"brown_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:brown_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"amber": {
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"sprouts": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "sprout"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"red_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:red_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 15.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"warm_temperate": 7
|
||||
}
|
||||
}
|
|
@ -0,0 +1,140 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"rainfall": 0.7,
|
||||
"skyColor": -1,
|
||||
"guiColour": 7187004,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": false,
|
||||
"variationBelow": 4.0,
|
||||
"variationAbove": 10.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 70.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "podzol"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.7,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"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.2,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"brown_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:brown_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"amber": {
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"sprouts": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "sprout"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"red_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:red_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 8.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
}
|
||||
},
|
||||
"weights": {}
|
||||
}
|
|
@ -0,0 +1,247 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"rainfall": 0.9,
|
||||
"skyColor": -1,
|
||||
"guiColour": 39259,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 10.0,
|
||||
"variationAbove": 10.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 64.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.85,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"hot_springs": {
|
||||
"liquid": {
|
||||
"block": "biomesoplenty:hot_spring_water",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true,
|
||||
"grassBorderWith": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
}
|
||||
},
|
||||
"leaves_clusters": {
|
||||
"logState": {
|
||||
"block": "minecraft:log",
|
||||
"properties": {
|
||||
"axis": "y",
|
||||
"variant": "oak"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.5,
|
||||
"enable": true,
|
||||
"leavesState": {
|
||||
"block": "minecraft:leaves",
|
||||
"properties": {
|
||||
"check_decay": "true",
|
||||
"decayable": "true",
|
||||
"variant": "oak"
|
||||
}
|
||||
}
|
||||
},
|
||||
"leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "leafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 2.5,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.15,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"large_oak": {
|
||||
"minHeight": 5,
|
||||
"logState": {
|
||||
"block": "minecraft:log",
|
||||
"properties": {
|
||||
"axis": "y",
|
||||
"variant": "oak"
|
||||
}
|
||||
},
|
||||
"foliageHeight": 4,
|
||||
"amountPerChunk": 3.0,
|
||||
"maxHeight": 17,
|
||||
"enable": true,
|
||||
"updateNeighbours": false,
|
||||
"foliageDensity": 1.0,
|
||||
"leavesState": {
|
||||
"block": "minecraft:leaves",
|
||||
"properties": {
|
||||
"check_decay": "false",
|
||||
"decayable": "true",
|
||||
"variant": "oak"
|
||||
}
|
||||
}
|
||||
},
|
||||
"medium_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "medium"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"sacred_oak_trees": {
|
||||
"minHeight": 35,
|
||||
"logState": {
|
||||
"block": "biomesoplenty:log_0",
|
||||
"properties": {
|
||||
"axis": "y",
|
||||
"variant": "sacred_oak"
|
||||
}
|
||||
},
|
||||
"foliageHeight": 4,
|
||||
"amountPerChunk": 0.4,
|
||||
"maxHeight": 40,
|
||||
"enable": true,
|
||||
"updateNeighbours": false,
|
||||
"foliageDensity": 2.0,
|
||||
"leavesState": {
|
||||
"block": "biomesoplenty:leaves_3",
|
||||
"properties": {
|
||||
"check_decay": "true",
|
||||
"decayable": "false",
|
||||
"variant": "sacred_oak"
|
||||
}
|
||||
}
|
||||
},
|
||||
"small_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "small"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"flower_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "flower"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.45,
|
||||
"enable": true
|
||||
},
|
||||
"rafflesia": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "rafflesia"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 2.75,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"lily": {
|
||||
"with": {
|
||||
"block": "minecraft:waterlily",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"topaz": {
|
||||
"enable": true
|
||||
},
|
||||
"tiny_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "tiny"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"tropical": 1
|
||||
}
|
||||
}
|
|
@ -0,0 +1,220 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"rainfall": 0.8,
|
||||
"skyColor": -1,
|
||||
"guiColour": 12502092,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 20.0,
|
||||
"variationAbove": 30.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 75.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.4,
|
||||
"canGenerateVillages": true,
|
||||
"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": 1.3,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.4,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 2.5,
|
||||
"enable": true
|
||||
},
|
||||
"brown_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:brown_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"amber": {
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 10.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 2.0,
|
||||
"enable": true
|
||||
},
|
||||
"toadstools": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "toadstool"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"poison_ivy": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "poisonivy"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"sand": {
|
||||
"with": {
|
||||
"block": "minecraft:sand",
|
||||
"properties": {
|
||||
"variant": "sand"
|
||||
}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true
|
||||
},
|
||||
"flax": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "flax"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "flax"
|
||||
}
|
||||
}
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 1.4,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"blue_milk_caps": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "blue_milk_cap"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"red_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:red_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"flat_mushroom": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "flat_mushroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"cool_temperate": 7
|
||||
}
|
||||
}
|
189
config/biomesoplenty/biomes/defaults/biomesoplenty/shield.json
Normal file
189
config/biomesoplenty/biomes/defaults/biomesoplenty/shield.json
Normal file
|
@ -0,0 +1,189 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"rainfall": 0.8,
|
||||
"skyColor": -1,
|
||||
"guiColour": 6586168,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 10.0,
|
||||
"variationAbove": 10.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 63.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.4,
|
||||
"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": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"brown_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:brown_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"algae": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:coral",
|
||||
"properties": {
|
||||
"level": "15",
|
||||
"variant": "algae"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"amber": {
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 9.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 1.4,
|
||||
"enable": true
|
||||
},
|
||||
"toadstools": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "toadstool"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"gravel": {
|
||||
"with": {
|
||||
"block": "minecraft:gravel",
|
||||
"properties": {}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 12.0,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 1.2,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"red_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:red_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"flat_mushroom": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "flat_mushroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"boreal": 5
|
||||
}
|
||||
}
|
|
@ -0,0 +1,188 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"rainfall": 0.05,
|
||||
"skyColor": -1,
|
||||
"guiColour": 8168286,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 8.0,
|
||||
"variationAbove": 15.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 66.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.6,
|
||||
"canGenerateVillages": true,
|
||||
"canSpawnInBiome": true,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"with": {
|
||||
"block": "minecraft:red_flower",
|
||||
"properties": {
|
||||
"type": "allium"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"logState": {
|
||||
"block": "minecraft:log",
|
||||
"properties": {
|
||||
"axis": "y",
|
||||
"variant": "oak"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true,
|
||||
"leavesState": {
|
||||
"block": "minecraft:leaves",
|
||||
"properties": {
|
||||
"check_decay": "true",
|
||||
"decayable": "true",
|
||||
"variant": "oak"
|
||||
}
|
||||
}
|
||||
},
|
||||
"gravel": {
|
||||
"with": {
|
||||
"block": "minecraft:gravel",
|
||||
"properties": {}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"sand": {
|
||||
"with": {
|
||||
"block": "minecraft:sand",
|
||||
"properties": {
|
||||
"variant": "sand"
|
||||
}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true
|
||||
},
|
||||
"flax": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "flax"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 6,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "flax"
|
||||
}
|
||||
}
|
||||
},
|
||||
"berry_bushes": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "berrybush"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"peridot": {
|
||||
"enable": true
|
||||
},
|
||||
"bushes": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "bush"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"mediteranean": 7,
|
||||
"dry_temperate": 10
|
||||
}
|
||||
}
|
|
@ -0,0 +1,145 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"rainfall": 0.5,
|
||||
"skyColor": -1,
|
||||
"guiColour": 16777215,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 10.0,
|
||||
"variationAbove": 20.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:dirt",
|
||||
"properties": {
|
||||
"coarse": "false",
|
||||
"variant": "loamy"
|
||||
}
|
||||
},
|
||||
"averageHeight": 68.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "loamy"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": -0.25,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": true,
|
||||
"enableSnow": true,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"gravel": {
|
||||
"with": {
|
||||
"block": "minecraft:gravel",
|
||||
"properties": {}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "leafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 2.0,
|
||||
"enable": true
|
||||
},
|
||||
"brown_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:brown_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"red_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:red_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 8.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"tanzanite": {
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"tundra": 7
|
||||
}
|
||||
}
|
|
@ -0,0 +1,118 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"rainfall": 0.5,
|
||||
"skyColor": -1,
|
||||
"guiColour": 11261628,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 6.0,
|
||||
"variationAbove": 21.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:dirt",
|
||||
"properties": {
|
||||
"coarse": "false",
|
||||
"variant": "silty"
|
||||
}
|
||||
},
|
||||
"averageHeight": 66.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "silty"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": -0.25,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": true,
|
||||
"enableSnow": true,
|
||||
"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": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.4,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"tanzanite": {
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"tundra": 7
|
||||
}
|
||||
}
|
|
@ -0,0 +1,161 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"rainfall": 0.5,
|
||||
"skyColor": -1,
|
||||
"guiColour": 10523734,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 10.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:dirt",
|
||||
"properties": {
|
||||
"coarse": "false",
|
||||
"variant": "silty"
|
||||
}
|
||||
},
|
||||
"averageHeight": 64.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "silty"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.0,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"gravel": {
|
||||
"with": {
|
||||
"block": "minecraft:gravel",
|
||||
"properties": {}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 12.0,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"small_boulders": {
|
||||
"with": {
|
||||
"block": "minecraft:cobblestone",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"large_boulders": {
|
||||
"with": {
|
||||
"block": "minecraft:cobblestone",
|
||||
"properties": {}
|
||||
},
|
||||
"numBalls": 3,
|
||||
"amountPerChunk": 0.15,
|
||||
"enable": true,
|
||||
"radiusFalloff": 0.5,
|
||||
"innerRadius": 1.0
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"lakes": {
|
||||
"liquid": {
|
||||
"block": "minecraft:water",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"frozenLiquid": {
|
||||
"block": "minecraft:ice",
|
||||
"properties": {}
|
||||
},
|
||||
"grassBorderWith": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "silty"
|
||||
}
|
||||
}
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"tanzanite": {
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {}
|
||||
}
|
117
config/biomesoplenty/biomes/defaults/biomesoplenty/steppe.json
Normal file
117
config/biomesoplenty/biomes/defaults/biomesoplenty/steppe.json
Normal file
|
@ -0,0 +1,117 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"rainfall": 0.1,
|
||||
"skyColor": -1,
|
||||
"guiColour": 13413215,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 8.0,
|
||||
"variationAbove": 8.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:dirt",
|
||||
"properties": {
|
||||
"coarse": "false",
|
||||
"variant": "sandy"
|
||||
}
|
||||
},
|
||||
"averageHeight": 90.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "sandy"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.75,
|
||||
"canGenerateVillages": true,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"sand": {
|
||||
"with": {
|
||||
"block": "minecraft:sand",
|
||||
"properties": {
|
||||
"variant": "sand"
|
||||
}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"dead_bushes": {
|
||||
"with": {
|
||||
"block": "minecraft:deadbush",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 4,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 1.9,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"desertgrass": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "desertgrass"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 8,
|
||||
"amountPerChunk": 12.0,
|
||||
"enable": true
|
||||
},
|
||||
"ruby": {
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"dry_temperate": 5
|
||||
}
|
||||
}
|
|
@ -0,0 +1,334 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"rainfall": 1.2,
|
||||
"skyColor": -1,
|
||||
"guiColour": 12311907,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 25.0,
|
||||
"variationAbove": 55.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 67.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.75,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": true,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"cattail": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "cattail"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
},
|
||||
"medium_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "medium"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"brown_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:brown_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"algae": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:coral",
|
||||
"properties": {
|
||||
"level": "15",
|
||||
"variant": "algae"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 30.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"small_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "small"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"poison_ivy": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "poisonivy"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"flax": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "flax"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "flax"
|
||||
}
|
||||
}
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 15.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"blue_milk_caps": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "blue_milk_cap"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"double_cattail": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "tall_cattail"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "tall_cattail"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tiny_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "tiny"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"red_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:red_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"flat_mushroom": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "flat_mushroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"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.2,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"double_fern": {
|
||||
"with": {
|
||||
"block": "minecraft:double_plant",
|
||||
"properties": {
|
||||
"facing": "north",
|
||||
"half": "lower",
|
||||
"variant": "double_fern"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 7.0,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "minecraft:double_plant",
|
||||
"properties": {
|
||||
"facing": "north",
|
||||
"half": "upper",
|
||||
"variant": "sunflower"
|
||||
}
|
||||
}
|
||||
},
|
||||
"amber": {
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"toadstools": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "toadstool"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.4,
|
||||
"enable": true
|
||||
},
|
||||
"gravel": {
|
||||
"with": {
|
||||
"block": "minecraft:gravel",
|
||||
"properties": {}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"sand": {
|
||||
"with": {
|
||||
"block": "minecraft:sand",
|
||||
"properties": {
|
||||
"variant": "sand"
|
||||
}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true
|
||||
},
|
||||
"lily": {
|
||||
"with": {
|
||||
"block": "minecraft:waterlily",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"wet_temperate": 7
|
||||
}
|
||||
}
|
|
@ -0,0 +1,147 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "biomesoplenty:white_beach",
|
||||
"rainfall": 1.0,
|
||||
"skyColor": 507391,
|
||||
"guiColour": 2211330,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 40.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 64.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
},
|
||||
"fogColor": 11925759,
|
||||
"temperature": 0.95,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": true,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"bamboo": {
|
||||
"minHeight": 1,
|
||||
"with": {
|
||||
"block": "biomesoplenty:bamboo",
|
||||
"properties": {
|
||||
"age": "0"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 24,
|
||||
"amountPerChunk": 0.2,
|
||||
"maxHeight": 3,
|
||||
"enable": true,
|
||||
"randomDirection": false
|
||||
},
|
||||
"sand": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:white_sand",
|
||||
"properties": {}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 10.0,
|
||||
"enable": true
|
||||
},
|
||||
"leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "leafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"melons": {
|
||||
"with": {
|
||||
"block": "minecraft:melon_block",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.015625,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 2.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 3.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"topaz": {
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"sprouts": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "sprout"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 25.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
}
|
||||
},
|
||||
"weights": {}
|
||||
}
|
|
@ -0,0 +1,279 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"rainfall": 1.0,
|
||||
"skyColor": -1,
|
||||
"guiColour": 8970560,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 10.0,
|
||||
"variationAbove": 25.0,
|
||||
"waterColor": 6160128,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 67.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 1.0,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"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.2,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"melons": {
|
||||
"with": {
|
||||
"block": "minecraft:melon_block",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.015625,
|
||||
"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.3,
|
||||
"enable": true
|
||||
},
|
||||
"double_fern": {
|
||||
"with": {
|
||||
"block": "minecraft:double_plant",
|
||||
"properties": {
|
||||
"facing": "north",
|
||||
"half": "lower",
|
||||
"variant": "double_fern"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "minecraft:double_plant",
|
||||
"properties": {
|
||||
"facing": "north",
|
||||
"half": "upper",
|
||||
"variant": "sunflower"
|
||||
}
|
||||
}
|
||||
},
|
||||
"brown_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:brown_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"quicksand": {
|
||||
"liquid": {
|
||||
"block": "biomesoplenty:sand",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true,
|
||||
"grassBorderWith": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
}
|
||||
},
|
||||
"algae": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:coral",
|
||||
"properties": {
|
||||
"level": "15",
|
||||
"variant": "algae"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 15.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"small_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "small"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"poison_ivy": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "poisonivy"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"flower_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "flower"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"sand": {
|
||||
"with": {
|
||||
"block": "minecraft:sand",
|
||||
"properties": {
|
||||
"variant": "sand"
|
||||
}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true
|
||||
},
|
||||
"rafflesia": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "rafflesia"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 3.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"lily": {
|
||||
"with": {
|
||||
"block": "minecraft:waterlily",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"topaz": {
|
||||
"enable": true
|
||||
},
|
||||
"tiny_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "tiny"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"sprouts": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "sprout"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"red_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:red_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"tropical": 5
|
||||
}
|
||||
}
|
163
config/biomesoplenty/biomes/defaults/biomesoplenty/tundra.json
Normal file
163
config/biomesoplenty/biomes/defaults/biomesoplenty/tundra.json
Normal file
|
@ -0,0 +1,163 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"rainfall": 0.5,
|
||||
"skyColor": -1,
|
||||
"guiColour": 10523734,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 10.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:dirt",
|
||||
"properties": {
|
||||
"coarse": "false",
|
||||
"variant": "silty"
|
||||
}
|
||||
},
|
||||
"averageHeight": 64.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "silty"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.2,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"gravel": {
|
||||
"with": {
|
||||
"block": "minecraft:gravel",
|
||||
"properties": {}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 12.0,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"small_boulders": {
|
||||
"with": {
|
||||
"block": "minecraft:cobblestone",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"large_boulders": {
|
||||
"with": {
|
||||
"block": "minecraft:cobblestone",
|
||||
"properties": {}
|
||||
},
|
||||
"numBalls": 3,
|
||||
"amountPerChunk": 0.15,
|
||||
"enable": true,
|
||||
"radiusFalloff": 0.5,
|
||||
"innerRadius": 1.0
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"lakes": {
|
||||
"liquid": {
|
||||
"block": "minecraft:water",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"frozenLiquid": {
|
||||
"block": "minecraft:ice",
|
||||
"properties": {}
|
||||
},
|
||||
"grassBorderWith": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "silty"
|
||||
}
|
||||
}
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"tanzanite": {
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"tundra": 10
|
||||
}
|
||||
}
|
|
@ -0,0 +1,130 @@
|
|||
{
|
||||
"enableRain": false,
|
||||
"wallBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"rainfall": 0.0,
|
||||
"skyColor": -1,
|
||||
"guiColour": 11091006,
|
||||
"fogDensity": 1.0,
|
||||
"roofTopBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"hasBiomeEssence": false,
|
||||
"waterColor": 16777215,
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "overgrown_netherrack"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 2.0,
|
||||
"roofFillerBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"hive": {
|
||||
"maxRadius": 9,
|
||||
"bottomExtra": 4,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true,
|
||||
"halfHeight": 7,
|
||||
"emptyChance": 0.25,
|
||||
"layerSize": 3
|
||||
},
|
||||
"netherrack_splatter": {
|
||||
"with": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 128,
|
||||
"amountPerChunk": 7.0,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"brown_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:brown_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 15.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"red_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:red_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 2.0,
|
||||
"enable": true
|
||||
},
|
||||
"ivy": {
|
||||
"minHeight": 8,
|
||||
"with": {
|
||||
"block": "biomesoplenty:ivy",
|
||||
"properties": {
|
||||
"east": "false",
|
||||
"north": "false",
|
||||
"south": "false",
|
||||
"up": "false",
|
||||
"west": "false"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 128,
|
||||
"amountPerChunk": 25.0,
|
||||
"maxHeight": 20,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 15.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"flat_mushroom": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "flat_mushroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"toadstools": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "toadstool"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"hell": 5
|
||||
}
|
||||
}
|
|
@ -0,0 +1,95 @@
|
|||
{
|
||||
"enableRain": false,
|
||||
"wallBlock": {
|
||||
"block": "biomesoplenty:flesh",
|
||||
"properties": {}
|
||||
},
|
||||
"rainfall": 0.0,
|
||||
"skyColor": -1,
|
||||
"guiColour": 11091006,
|
||||
"fogDensity": 1.0,
|
||||
"roofTopBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"hasBiomeEssence": false,
|
||||
"waterColor": 16777215,
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:flesh",
|
||||
"properties": {}
|
||||
},
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:flesh",
|
||||
"properties": {}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 2.0,
|
||||
"roofFillerBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"hive": {
|
||||
"maxRadius": 9,
|
||||
"bottomExtra": 4,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true,
|
||||
"halfHeight": 7,
|
||||
"emptyChance": 0.25,
|
||||
"layerSize": 3
|
||||
},
|
||||
"blood_pools": {
|
||||
"liquid": {
|
||||
"block": "biomesoplenty:blood",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 6.0,
|
||||
"enable": true,
|
||||
"grassBorderWith": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
}
|
||||
},
|
||||
"eyebulbs": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "eyebulb"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "eyebulb"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bones": {
|
||||
"minHeight": 1,
|
||||
"with": {
|
||||
"block": "minecraft:bone_block",
|
||||
"properties": {
|
||||
"axis": "y"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 12,
|
||||
"amountPerChunk": 1.5,
|
||||
"maxHeight": 4,
|
||||
"enable": true,
|
||||
"randomDirection": false
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"hell": 5
|
||||
}
|
||||
}
|
|
@ -0,0 +1,99 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"rainfall": 0.2,
|
||||
"skyColor": -1,
|
||||
"guiColour": 6645093,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 50.0,
|
||||
"variationAbove": 50.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:ash_block",
|
||||
"properties": {}
|
||||
},
|
||||
"averageHeight": 120.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:ash_block",
|
||||
"properties": {}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 1.2,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"lava_lakes": {
|
||||
"lineWith": {
|
||||
"block": "minecraft:stone",
|
||||
"properties": {
|
||||
"variant": "stone"
|
||||
}
|
||||
},
|
||||
"liquid": {
|
||||
"block": "minecraft:lava",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 2.5,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"lava_flows": {
|
||||
"with": {
|
||||
"block": "minecraft:flowing_lava",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"splotchSize": 12
|
||||
},
|
||||
"ruby": {
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {}
|
||||
}
|
|
@ -0,0 +1,137 @@
|
|||
{
|
||||
"enableRain": false,
|
||||
"canGenerateRivers": false,
|
||||
"rainfall": 0.0,
|
||||
"skyColor": -1,
|
||||
"guiColour": 5919808,
|
||||
"fogDensity": 0.5,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 1.0,
|
||||
"variationAbove": 5.0,
|
||||
"waterColor": 13390080,
|
||||
"seaFloorBlock": {
|
||||
"block": "biomesoplenty:dried_sand",
|
||||
"properties": {}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:dried_sand",
|
||||
"properties": {}
|
||||
},
|
||||
"averageHeight": 66.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:dried_sand",
|
||||
"properties": {}
|
||||
},
|
||||
"fogColor": 14409153,
|
||||
"temperature": 2.0,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.05,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"dead_grass": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadgrass"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
},
|
||||
"poison_lakes": {
|
||||
"liquid": {
|
||||
"block": "biomesoplenty:poison",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 0.05,
|
||||
"enable": true,
|
||||
"grassBorderWith": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
}
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"lakes": {
|
||||
"liquid": {
|
||||
"block": "minecraft:water",
|
||||
"properties": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 0.05,
|
||||
"enable": true,
|
||||
"frozenLiquid": {
|
||||
"block": "minecraft:ice",
|
||||
"properties": {}
|
||||
},
|
||||
"grassBorderWith": {
|
||||
"block": "biomesoplenty:dried_sand",
|
||||
"properties": {}
|
||||
}
|
||||
},
|
||||
"desertgrass": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "desertgrass"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"ruby": {
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"wasteland": 50
|
||||
}
|
||||
}
|
323
config/biomesoplenty/biomes/defaults/biomesoplenty/wetland.json
Normal file
323
config/biomesoplenty/biomes/defaults/biomesoplenty/wetland.json
Normal file
|
@ -0,0 +1,323 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": false,
|
||||
"rainfall": 0.7,
|
||||
"skyColor": -1,
|
||||
"guiColour": 5215831,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 15.0,
|
||||
"waterColor": 6512772,
|
||||
"seaFloorBlock": {
|
||||
"block": "biomesoplenty:mud",
|
||||
"properties": {
|
||||
"variant": "mud"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 63.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.6,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": true,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"cattail": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "cattail"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 8.0,
|
||||
"enable": true
|
||||
},
|
||||
"medium_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "medium"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"brown_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:brown_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"algae": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:coral",
|
||||
"properties": {
|
||||
"level": "15",
|
||||
"variant": "algae"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 10.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"small_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "small"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"flower_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "flower"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.35,
|
||||
"enable": true
|
||||
},
|
||||
"koru": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "koru"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"blue_milk_caps": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "blue_milk_cap"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"double_cattail": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "tall_cattail"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 10.0,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "tall_cattail"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tiny_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "tiny"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"red_mushrooms": {
|
||||
"with": {
|
||||
"block": "minecraft:red_mushroom",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"flat_mushroom": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "flat_mushroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"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": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.7,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"malachite": {
|
||||
"enable": true
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
},
|
||||
"toadstools": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "toadstool"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"sugar_cane": {
|
||||
"minHeight": 1,
|
||||
"with": {
|
||||
"block": "minecraft:reeds",
|
||||
"properties": {
|
||||
"age": "0"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 24,
|
||||
"amountPerChunk": 1.0,
|
||||
"maxHeight": 3,
|
||||
"enable": true,
|
||||
"randomDirection": false
|
||||
},
|
||||
"lily": {
|
||||
"with": {
|
||||
"block": "minecraft:waterlily",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"mud": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mud",
|
||||
"properties": {
|
||||
"variant": "mud"
|
||||
}
|
||||
},
|
||||
"maxRadius": 8,
|
||||
"amountPerChunk": 6.0,
|
||||
"enable": true
|
||||
},
|
||||
"river_cane": {
|
||||
"minHeight": 1,
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "rivercane"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 24,
|
||||
"amountPerChunk": 2.0,
|
||||
"maxHeight": 3,
|
||||
"enable": true,
|
||||
"randomDirection": false
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"wet_temperate": 7,
|
||||
"cold_swamp": 5
|
||||
}
|
||||
}
|
|
@ -0,0 +1,70 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"rainfall": 0.95,
|
||||
"skyColor": 507391,
|
||||
"guiColour": 15987172,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": false,
|
||||
"variationBelow": 1.0,
|
||||
"variationAbove": 1.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:white_sand",
|
||||
"properties": {}
|
||||
},
|
||||
"averageHeight": 64.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:white_sand",
|
||||
"properties": {}
|
||||
},
|
||||
"fogColor": 11925759,
|
||||
"temperature": 1.0,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {}
|
||||
}
|
211
config/biomesoplenty/biomes/defaults/biomesoplenty/woodland.json
Normal file
211
config/biomesoplenty/biomes/defaults/biomesoplenty/woodland.json
Normal file
|
@ -0,0 +1,211 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"rainfall": 0.5,
|
||||
"skyColor": -1,
|
||||
"guiColour": 8694061,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 6.0,
|
||||
"variationAbove": 25.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 64.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.7,
|
||||
"canGenerateVillages": true,
|
||||
"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": 1.0,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.4,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 2.0,
|
||||
"enable": true
|
||||
},
|
||||
"amber": {
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 10.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.8,
|
||||
"enable": true
|
||||
},
|
||||
"toadstools": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "toadstool"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"poison_ivy": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "poisonivy"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"gravel": {
|
||||
"with": {
|
||||
"block": "minecraft:gravel",
|
||||
"properties": {}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"sand": {
|
||||
"with": {
|
||||
"block": "minecraft:sand",
|
||||
"properties": {
|
||||
"variant": "sand"
|
||||
}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true
|
||||
},
|
||||
"flax": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "flax"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "flax"
|
||||
}
|
||||
}
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 1.4,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"berry_bushes": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "berrybush"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"flat_mushroom": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "flat_mushroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"warm_temperate": 10
|
||||
}
|
||||
}
|
|
@ -0,0 +1,142 @@
|
|||
{
|
||||
"enableRain": false,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"rainfall": 0.1,
|
||||
"skyColor": -1,
|
||||
"guiColour": 14863781,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 1.0,
|
||||
"variationAbove": 5.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:sand",
|
||||
"properties": {
|
||||
"variant": "sand"
|
||||
}
|
||||
},
|
||||
"averageHeight": 64.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:sand",
|
||||
"properties": {
|
||||
"variant": "sand"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 1.75,
|
||||
"canGenerateVillages": true,
|
||||
"canSpawnInBiome": false,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"dunegrass": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "dunegrass"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 8,
|
||||
"amountPerChunk": 10.0,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"dead_bushes": {
|
||||
"with": {
|
||||
"block": "minecraft:deadbush",
|
||||
"properties": {}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"desert_sprouts": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "desertsprouts"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 8,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"bromeliad": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_0",
|
||||
"properties": {
|
||||
"variant": "bromeliad"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 8,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"desertgrass": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "desertgrass"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 8,
|
||||
"amountPerChunk": 2.0,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"ruby": {
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"hot_desert": 3
|
||||
}
|
||||
}
|
57
config/biomesoplenty/biomes/defaults/vanilla/beaches.json
Normal file
57
config/biomesoplenty/biomes/defaults/vanilla/beaches.json
Normal file
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"sea_oats": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "sea_oats"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 96,
|
||||
"amountPerChunk": 6.0,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "sea_oats"
|
||||
}
|
||||
}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
125
config/biomesoplenty/biomes/defaults/vanilla/birch_forest.json
Normal file
125
config/biomesoplenty/biomes/defaults/vanilla/birch_forest.json
Normal file
|
@ -0,0 +1,125 @@
|
|||
{
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"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.3,
|
||||
"enable": true
|
||||
},
|
||||
"flax": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "flax"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "flax"
|
||||
}
|
||||
}
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"clover_patches": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "cloverpatch"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 128,
|
||||
"amountPerChunk": 0.05,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"amber": {
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"toadstools": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "toadstool"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"poison_ivy": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "poisonivy"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,125 @@
|
|||
{
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"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.3,
|
||||
"enable": true
|
||||
},
|
||||
"flax": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "flax"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "flax"
|
||||
}
|
||||
}
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"clover_patches": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "cloverpatch"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 128,
|
||||
"amountPerChunk": 0.05,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"amber": {
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"toadstools": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "toadstool"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"poison_ivy": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "poisonivy"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue