Clean slate
This commit is contained in:
75
config/biomesoplenty/biome_ids.json
Normal file
75
config/biomesoplenty/biome_ids.json
Normal file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"oasis": 100,
|
||||
"woodland": 93,
|
||||
"white_beach": 41,
|
||||
"shrubland": 84,
|
||||
"xeric_shrubland": 94,
|
||||
"tropical_rainforest": 89,
|
||||
"fen": 57,
|
||||
"steppe": 87,
|
||||
"alps_foothills": 95,
|
||||
"redwood_forest_edge": 97,
|
||||
"bayou": 45,
|
||||
"mountain": 71,
|
||||
"phantasmagoric_inferno": 110,
|
||||
"overgrown_cliffs": 76,
|
||||
"highland": 61,
|
||||
"volcanic_island": 106,
|
||||
"quagmire": 78,
|
||||
"marsh": 68,
|
||||
"chaparral": 49,
|
||||
"flower_island": 107,
|
||||
"flower_field": 58,
|
||||
"wetland": 92,
|
||||
"mystic_grove": 72,
|
||||
"cold_desert": 51,
|
||||
"mountain_foothills": 96,
|
||||
"maple_woods": 67,
|
||||
"coral_reef": 102,
|
||||
"orchard": 74,
|
||||
"moor": 70,
|
||||
"land_of_lakes": 62,
|
||||
"bog": 46,
|
||||
"coniferous_forest": 52,
|
||||
"eucalyptus_forest": 56,
|
||||
"outback": 75,
|
||||
"shield": 83,
|
||||
"snowy_tundra": 101,
|
||||
"alps": 43,
|
||||
"wasteland": 91,
|
||||
"lush_desert": 64,
|
||||
"mangrove": 66,
|
||||
"boreal_forest": 47,
|
||||
"redwood_forest": 80,
|
||||
"cherry_blossom_grove": 50,
|
||||
"visceral_heap": 112,
|
||||
"snowy_forest": 86,
|
||||
"seasonal_forest": 82,
|
||||
"temperate_rainforest": 88,
|
||||
"dead_forest": 54,
|
||||
"bamboo_forest": 44,
|
||||
"corrupted_sands": 108,
|
||||
"dead_swamp": 55,
|
||||
"kelp_forest": 103,
|
||||
"pasture": 98,
|
||||
"glacier": 99,
|
||||
"meadow": 69,
|
||||
"lush_swamp": 65,
|
||||
"fungi_forest": 109,
|
||||
"tropical_island": 105,
|
||||
"grassland": 59,
|
||||
"prairie": 77,
|
||||
"snowy_coniferous_forest": 85,
|
||||
"tundra": 90,
|
||||
"undergarden": 111,
|
||||
"origin_island": 104,
|
||||
"gravel_beach": 40,
|
||||
"grove": 60,
|
||||
"lavender_fields": 63,
|
||||
"origin_beach": 42,
|
||||
"rainforest": 79,
|
||||
"sacred_springs": 81,
|
||||
"crag": 53,
|
||||
"brushland": 48,
|
||||
"ominous_woods": 73
|
||||
}
|
||||
76
config/biomesoplenty/biomes/defaults/biomesoplenty/alps.json
Normal file
76
config/biomesoplenty/biomes/defaults/biomesoplenty/alps.json
Normal file
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 12.0,
|
||||
"variationAbove": 12.0,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:snow",
|
||||
"properties": {}
|
||||
},
|
||||
"averageHeight": 198.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:snow",
|
||||
"properties": {}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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
|
||||
},
|
||||
"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,99 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": false,
|
||||
"variationBelow": 48.0,
|
||||
"variationAbove": 64.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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"
|
||||
}
|
||||
}
|
||||
},
|
||||
"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,158 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 10.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "topaz"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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
|
||||
}
|
||||
}
|
||||
273
config/biomesoplenty/biomes/defaults/biomesoplenty/bayou.json
Normal file
273
config/biomesoplenty/biomes/defaults/biomesoplenty/bayou.json
Normal file
@@ -0,0 +1,273 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 6.0,
|
||||
"variationAbove": 3.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "malachite"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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
|
||||
}
|
||||
}
|
||||
294
config/biomesoplenty/biomes/defaults/biomesoplenty/bog.json
Normal file
294
config/biomesoplenty/biomes/defaults/biomesoplenty/bog.json
Normal file
@@ -0,0 +1,294 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 1.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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.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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "malachite"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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,151 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 15.0,
|
||||
"variationAbove": 30.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "amber"
|
||||
}
|
||||
},
|
||||
"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": 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,132 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 3.0,
|
||||
"variationAbove": 20.0,
|
||||
"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,
|
||||
"canGenerateVillages": true,
|
||||
"canSpawnInBiome": true,
|
||||
"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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "ruby"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"savanna": 10
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,176 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 10.0,
|
||||
"variationAbove": 20.0,
|
||||
"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,
|
||||
"canGenerateVillages": true,
|
||||
"canSpawnInBiome": 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": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "peridot"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
},
|
||||
"bushes": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "bush"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.75,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"mediteranean": 10
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,204 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 25.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "topaz"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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,111 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 10.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "tanzanite"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"ice_cap": 10
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,222 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 10.0,
|
||||
"variationAbove": 20.0,
|
||||
"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,
|
||||
"canGenerateVillages": true,
|
||||
"canSpawnInBiome": 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": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "amber"
|
||||
}
|
||||
},
|
||||
"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": 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,141 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "minecraft:ocean",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": false,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 10.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "sapphire"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {}
|
||||
}
|
||||
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"wallBlock": {
|
||||
"block": "minecraft:soul_sand",
|
||||
"properties": {}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:soul_sand",
|
||||
"properties": {}
|
||||
},
|
||||
"skyColor": -1,
|
||||
"topBlock": {
|
||||
"block": "minecraft:soul_sand",
|
||||
"properties": {}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"roofTopBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"hasBiomeEssence": false,
|
||||
"roofFillerBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"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
|
||||
}
|
||||
}
|
||||
114
config/biomesoplenty/biomes/defaults/biomesoplenty/crag.json
Normal file
114
config/biomesoplenty/biomes/defaults/biomesoplenty/crag.json
Normal file
@@ -0,0 +1,114 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 80.0,
|
||||
"variationAbove": 200.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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,136 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 8.0,
|
||||
"variationAbove": 25.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "tanzanite"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"boreal": 3
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,162 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 6.0,
|
||||
"variationAbove": 3.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "malachite"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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,182 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 10.0,
|
||||
"variationAbove": 20.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": true,
|
||||
"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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "topaz"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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
|
||||
}
|
||||
}
|
||||
231
config/biomesoplenty/biomes/defaults/biomesoplenty/fen.json
Normal file
231
config/biomesoplenty/biomes/defaults/biomesoplenty/fen.json
Normal file
@@ -0,0 +1,231 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 8.0,
|
||||
"variationAbove": 6.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "malachite"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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,98 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 5.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": true,
|
||||
"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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "peridot"
|
||||
}
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"warm_temperate": 2
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,130 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 10.0,
|
||||
"variationAbove": 15.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "topaz"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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,103 @@
|
||||
{
|
||||
"wallBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"skyColor": -1,
|
||||
"topBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"roofTopBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"hasBiomeEssence": false,
|
||||
"roofFillerBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"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,76 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": false,
|
||||
"variationBelow": 8.0,
|
||||
"variationAbove": 10.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "tanzanite"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {}
|
||||
}
|
||||
@@ -0,0 +1,198 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 6.0,
|
||||
"variationAbove": 25.0,
|
||||
"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,
|
||||
"canGenerateVillages": true,
|
||||
"canSpawnInBiome": 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
|
||||
},
|
||||
"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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "peridot"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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,64 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": false,
|
||||
"variationBelow": 3.0,
|
||||
"variationAbove": 4.0,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:gravel",
|
||||
"properties": {}
|
||||
},
|
||||
"averageHeight": 64.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:gravel",
|
||||
"properties": {}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": {}
|
||||
}
|
||||
153
config/biomesoplenty/biomes/defaults/biomesoplenty/grove.json
Normal file
153
config/biomesoplenty/biomes/defaults/biomesoplenty/grove.json
Normal file
@@ -0,0 +1,153 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 8.0,
|
||||
"variationAbove": 20.0,
|
||||
"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,
|
||||
"canGenerateVillages": true,
|
||||
"canSpawnInBiome": 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.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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "amber"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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,85 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 35.0,
|
||||
"variationAbove": 35.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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
|
||||
},
|
||||
"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,125 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "minecraft:ocean",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": false,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 5.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "sapphire"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {}
|
||||
}
|
||||
@@ -0,0 +1,232 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 10.0,
|
||||
"variationAbove": 10.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "malachite"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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,105 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 4.0,
|
||||
"variationAbove": 12.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "peridot"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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,247 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 8.0,
|
||||
"variationAbove": 40.0,
|
||||
"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,
|
||||
"canGenerateVillages": true,
|
||||
"canSpawnInBiome": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "ruby"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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,331 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 10.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": true,
|
||||
"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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "malachite"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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
|
||||
}
|
||||
}
|
||||
101
config/biomesoplenty/biomes/defaults/biomesoplenty/mangrove.json
Normal file
101
config/biomesoplenty/biomes/defaults/biomesoplenty/mangrove.json
Normal file
@@ -0,0 +1,101 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 8.0,
|
||||
"variationAbove": 2.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "sapphire"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"hot_swamp": 7
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,140 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 10.0,
|
||||
"variationAbove": 25.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "tanzanite"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"boreal": 10
|
||||
}
|
||||
}
|
||||
142
config/biomesoplenty/biomes/defaults/biomesoplenty/marsh.json
Normal file
142
config/biomesoplenty/biomes/defaults/biomesoplenty/marsh.json
Normal file
@@ -0,0 +1,142 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 3.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "malachite"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"wet_temperate": 7
|
||||
}
|
||||
}
|
||||
238
config/biomesoplenty/biomes/defaults/biomesoplenty/meadow.json
Normal file
238
config/biomesoplenty/biomes/defaults/biomesoplenty/meadow.json
Normal file
@@ -0,0 +1,238 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 5.0,
|
||||
"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,
|
||||
"canGenerateVillages": true,
|
||||
"canSpawnInBiome": true,
|
||||
"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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "peridot"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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
|
||||
}
|
||||
}
|
||||
185
config/biomesoplenty/biomes/defaults/biomesoplenty/moor.json
Normal file
185
config/biomesoplenty/biomes/defaults/biomesoplenty/moor.json
Normal file
@@ -0,0 +1,185 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 8.0,
|
||||
"variationAbove": 10.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "malachite"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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
|
||||
}
|
||||
}
|
||||
141
config/biomesoplenty/biomes/defaults/biomesoplenty/mountain.json
Normal file
141
config/biomesoplenty/biomes/defaults/biomesoplenty/mountain.json
Normal file
@@ -0,0 +1,141 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 30.0,
|
||||
"variationAbove": 60.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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,180 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": false,
|
||||
"variationBelow": 15.0,
|
||||
"variationAbove": 30.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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,263 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"skyColor": 8972496,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 20.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "topaz"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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
|
||||
}
|
||||
}
|
||||
154
config/biomesoplenty/biomes/defaults/biomesoplenty/oasis.json
Normal file
154
config/biomesoplenty/biomes/defaults/biomesoplenty/oasis.json
Normal file
@@ -0,0 +1,154 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": false,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 7.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "ruby"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {}
|
||||
}
|
||||
@@ -0,0 +1,184 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"skyColor": 3687520,
|
||||
"fogDensity": 0.175,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 10.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "malachite"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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
|
||||
}
|
||||
}
|
||||
150
config/biomesoplenty/biomes/defaults/biomesoplenty/orchard.json
Normal file
150
config/biomesoplenty/biomes/defaults/biomesoplenty/orchard.json
Normal file
@@ -0,0 +1,150 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 4.0,
|
||||
"variationAbove": 15.0,
|
||||
"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,
|
||||
"canGenerateVillages": true,
|
||||
"canSpawnInBiome": 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": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "peridot"
|
||||
}
|
||||
},
|
||||
"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.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,68 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"skyColor": 8441086,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": false,
|
||||
"variationBelow": 1.0,
|
||||
"variationAbove": 1.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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,98 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "biomesoplenty:origin_beach",
|
||||
"skyColor": 8441086,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 6.0,
|
||||
"variationAbove": 25.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": true,
|
||||
"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": {}
|
||||
}
|
||||
149
config/biomesoplenty/biomes/defaults/biomesoplenty/outback.json
Normal file
149
config/biomesoplenty/biomes/defaults/biomesoplenty/outback.json
Normal file
@@ -0,0 +1,149 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 8.0,
|
||||
"variationAbove": 10.0,
|
||||
"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,
|
||||
"canGenerateVillages": true,
|
||||
"canSpawnInBiome": true,
|
||||
"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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "ruby"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"hot_desert": 7
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,106 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 100.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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
|
||||
}
|
||||
}
|
||||
109
config/biomesoplenty/biomes/defaults/biomesoplenty/pasture.json
Normal file
109
config/biomesoplenty/biomes/defaults/biomesoplenty/pasture.json
Normal file
@@ -0,0 +1,109 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": false,
|
||||
"variationBelow": 4.0,
|
||||
"variationAbove": 6.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"peridot": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "peridot"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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,81 @@
|
||||
{
|
||||
"wallBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:ash_block",
|
||||
"properties": {}
|
||||
},
|
||||
"skyColor": -1,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:ash_block",
|
||||
"properties": {}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"roofTopBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"hasBiomeEssence": false,
|
||||
"roofFillerBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"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
|
||||
}
|
||||
}
|
||||
172
config/biomesoplenty/biomes/defaults/biomesoplenty/prairie.json
Normal file
172
config/biomesoplenty/biomes/defaults/biomesoplenty/prairie.json
Normal file
@@ -0,0 +1,172 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 4.0,
|
||||
"variationAbove": 6.0,
|
||||
"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,
|
||||
"canGenerateVillages": true,
|
||||
"canSpawnInBiome": true,
|
||||
"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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "peridot"
|
||||
}
|
||||
},
|
||||
"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.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
|
||||
}
|
||||
}
|
||||
184
config/biomesoplenty/biomes/defaults/biomesoplenty/quagmire.json
Normal file
184
config/biomesoplenty/biomes/defaults/biomesoplenty/quagmire.json
Normal file
@@ -0,0 +1,184 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 10.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "malachite"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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,203 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 50.0,
|
||||
"variationAbove": 50.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "topaz"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
},
|
||||
"tiny_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "tiny"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"tropical": 7
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,166 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 4.0,
|
||||
"variationAbove": 10.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "amber"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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,143 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": false,
|
||||
"variationBelow": 4.0,
|
||||
"variationAbove": 10.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "amber"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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,250 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 10.0,
|
||||
"variationAbove": 10.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "topaz"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
},
|
||||
"tiny_lily": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:waterlily",
|
||||
"properties": {
|
||||
"variant": "tiny"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"tropical": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,223 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 20.0,
|
||||
"variationAbove": 30.0,
|
||||
"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,
|
||||
"canGenerateVillages": true,
|
||||
"canSpawnInBiome": 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": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "amber"
|
||||
}
|
||||
},
|
||||
"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": 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
|
||||
}
|
||||
}
|
||||
192
config/biomesoplenty/biomes/defaults/biomesoplenty/shield.json
Normal file
192
config/biomesoplenty/biomes/defaults/biomesoplenty/shield.json
Normal file
@@ -0,0 +1,192 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 10.0,
|
||||
"variationAbove": 10.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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.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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "amber"
|
||||
}
|
||||
},
|
||||
"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": 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,191 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 8.0,
|
||||
"variationAbove": 15.0,
|
||||
"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,
|
||||
"canGenerateVillages": true,
|
||||
"canSpawnInBiome": true,
|
||||
"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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "peridot"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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,148 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 10.0,
|
||||
"variationAbove": 20.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "tanzanite"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"tundra": 7
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,121 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 6.0,
|
||||
"variationAbove": 21.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "tanzanite"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"tundra": 7
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,164 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 10.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "tanzanite"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {}
|
||||
}
|
||||
120
config/biomesoplenty/biomes/defaults/biomesoplenty/steppe.json
Normal file
120
config/biomesoplenty/biomes/defaults/biomesoplenty/steppe.json
Normal file
@@ -0,0 +1,120 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 8.0,
|
||||
"variationAbove": 8.0,
|
||||
"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,
|
||||
"canGenerateVillages": true,
|
||||
"canSpawnInBiome": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "ruby"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"dry_temperate": 5
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,337 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 25.0,
|
||||
"variationAbove": 55.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": true,
|
||||
"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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "amber"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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,150 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "biomesoplenty:white_beach",
|
||||
"skyColor": 507391,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 40.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": true,
|
||||
"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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "topaz"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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,282 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 10.0,
|
||||
"variationAbove": 25.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "topaz"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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
|
||||
}
|
||||
}
|
||||
166
config/biomesoplenty/biomes/defaults/biomesoplenty/tundra.json
Normal file
166
config/biomesoplenty/biomes/defaults/biomesoplenty/tundra.json
Normal file
@@ -0,0 +1,166 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 10.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "tanzanite"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"tundra": 10
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,124 @@
|
||||
{
|
||||
"wallBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"skyColor": -1,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:grass",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "overgrown_netherrack"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"roofTopBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"hasBiomeEssence": false,
|
||||
"roofFillerBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"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,89 @@
|
||||
{
|
||||
"wallBlock": {
|
||||
"block": "biomesoplenty:flesh",
|
||||
"properties": {}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:flesh",
|
||||
"properties": {}
|
||||
},
|
||||
"skyColor": -1,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:flesh",
|
||||
"properties": {}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"roofTopBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"hasBiomeEssence": false,
|
||||
"roofFillerBlock": {
|
||||
"block": "minecraft:netherrack",
|
||||
"properties": {}
|
||||
},
|
||||
"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,102 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 50.0,
|
||||
"variationAbove": 50.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "ruby"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {}
|
||||
}
|
||||
@@ -0,0 +1,140 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"skyColor": -1,
|
||||
"fogDensity": 0.5,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 1.0,
|
||||
"variationAbove": 5.0,
|
||||
"seaFloorBlock": {
|
||||
"block": "biomesoplenty:dried_sand",
|
||||
"properties": {}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "biomesoplenty:dried_sand",
|
||||
"properties": {}
|
||||
},
|
||||
"averageHeight": 66.0,
|
||||
"topBlock": {
|
||||
"block": "biomesoplenty:dried_sand",
|
||||
"properties": {}
|
||||
},
|
||||
"fogColor": 14409153,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "ruby"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"wasteland": 50
|
||||
}
|
||||
}
|
||||
326
config/biomesoplenty/biomes/defaults/biomesoplenty/wetland.json
Normal file
326
config/biomesoplenty/biomes/defaults/biomesoplenty/wetland.json
Normal file
@@ -0,0 +1,326 @@
|
||||
{
|
||||
"canGenerateRivers": false,
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 5.0,
|
||||
"variationAbove": 15.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": true,
|
||||
"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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "malachite"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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,64 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"skyColor": 507391,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": false,
|
||||
"variationBelow": 1.0,
|
||||
"variationAbove": 1.0,
|
||||
"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,
|
||||
"canGenerateVillages": false,
|
||||
"canSpawnInBiome": 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": {}
|
||||
}
|
||||
214
config/biomesoplenty/biomes/defaults/biomesoplenty/woodland.json
Normal file
214
config/biomesoplenty/biomes/defaults/biomesoplenty/woodland.json
Normal file
@@ -0,0 +1,214 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 6.0,
|
||||
"variationAbove": 25.0,
|
||||
"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,
|
||||
"canGenerateVillages": true,
|
||||
"canSpawnInBiome": 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": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "amber"
|
||||
}
|
||||
},
|
||||
"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": 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,145 @@
|
||||
{
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"skyColor": -1,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 1.0,
|
||||
"variationAbove": 5.0,
|
||||
"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,
|
||||
"canGenerateVillages": true,
|
||||
"canSpawnInBiome": 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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "ruby"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
134
config/biomesoplenty/biomes/defaults/vanilla/birch_forest.json
Normal file
134
config/biomesoplenty/biomes/defaults/vanilla/birch_forest.json
Normal file
@@ -0,0 +1,134 @@
|
||||
{
|
||||
"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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "amber"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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,134 @@
|
||||
{
|
||||
"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": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "amber"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
77
config/biomesoplenty/biomes/defaults/vanilla/desert.json
Normal file
77
config/biomesoplenty/biomes/defaults/vanilla/desert.json
Normal file
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"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": 16,
|
||||
"amountPerChunk": 0.25,
|
||||
"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
|
||||
},
|
||||
"ruby": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "ruby"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"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": 16,
|
||||
"amountPerChunk": 0.25,
|
||||
"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
|
||||
},
|
||||
"ruby": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "ruby"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"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.1,
|
||||
"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": 64,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"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.1,
|
||||
"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": 64,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
||||
156
config/biomesoplenty/biomes/defaults/vanilla/forest.json
Normal file
156
config/biomesoplenty/biomes/defaults/vanilla/forest.json
Normal file
@@ -0,0 +1,156 @@
|
||||
{
|
||||
"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
|
||||
},
|
||||
"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.1,
|
||||
"enable": true
|
||||
},
|
||||
"amber": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "amber"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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.2,
|
||||
"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.1,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "flax"
|
||||
}
|
||||
}
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"berry_bushes": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "berrybush"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"blue_milk_caps": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "blue_milk_cap"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"sprouts": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "sprout"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
||||
156
config/biomesoplenty/biomes/defaults/vanilla/forest_hills.json
Normal file
156
config/biomesoplenty/biomes/defaults/vanilla/forest_hills.json
Normal file
@@ -0,0 +1,156 @@
|
||||
{
|
||||
"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
|
||||
},
|
||||
"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": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"amber": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "amber"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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.2,
|
||||
"enable": true
|
||||
},
|
||||
"poison_ivy": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "poisonivy"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.25,
|
||||
"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": 0.2,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"berry_bushes": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "berrybush"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"blue_milk_caps": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "blue_milk_cap"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"sprouts": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "sprout"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
||||
47
config/biomesoplenty/biomes/defaults/vanilla/hell.json
Normal file
47
config/biomesoplenty/biomes/defaults/vanilla/hell.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"hive": {
|
||||
"maxRadius": 9,
|
||||
"bottomExtra": 4,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true,
|
||||
"halfHeight": 7,
|
||||
"emptyChance": 0.25,
|
||||
"layerSize": 3
|
||||
},
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
60
config/biomesoplenty/biomes/defaults/vanilla/ice_flats.json
Normal file
60
config/biomesoplenty/biomes/defaults/vanilla/ice_flats.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"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
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"tanzanite": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "tanzanite"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"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
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"tanzanite": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "tanzanite"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
||||
93
config/biomesoplenty/biomes/defaults/vanilla/jungle.json
Normal file
93
config/biomesoplenty/biomes/defaults/vanilla/jungle.json
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"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.8,
|
||||
"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
|
||||
},
|
||||
"rafflesia": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "rafflesia"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 5.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"topaz": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "topaz"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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": 1.5,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"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.8,
|
||||
"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
|
||||
},
|
||||
"rafflesia": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "rafflesia"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 5.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"topaz": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "topaz"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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": 1.5,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
||||
72
config/biomesoplenty/biomes/defaults/vanilla/mesa.json
Normal file
72
config/biomesoplenty/biomes/defaults/vanilla/mesa.json
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"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": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"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
|
||||
},
|
||||
"desertgrass": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "desertgrass"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 8,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"ruby": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "ruby"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"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": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"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
|
||||
},
|
||||
"desertgrass": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "desertgrass"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 8,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"ruby": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "ruby"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"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
|
||||
},
|
||||
"blue_milk_caps": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "blue_milk_cap"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"glowshrooms_surface": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"portobellos": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "portobello"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"flat_mushroom": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "flat_mushroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.4,
|
||||
"enable": true
|
||||
},
|
||||
"toadstools": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "toadstool"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"sapphire": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "sapphire"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
||||
139
config/biomesoplenty/biomes/defaults/vanilla/mutated_forest.json
Normal file
139
config/biomesoplenty/biomes/defaults/vanilla/mutated_forest.json
Normal file
@@ -0,0 +1,139 @@
|
||||
{
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"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.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"amber": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "amber"
|
||||
}
|
||||
},
|
||||
"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": 1.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"toadstools": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "toadstool"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"flax": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "flax"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.05,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "flax"
|
||||
}
|
||||
}
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"berry_bushes": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "berrybush"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"blue_milk_caps": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "blue_milk_cap"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.05,
|
||||
"enable": true
|
||||
},
|
||||
"sprouts": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "sprout"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
||||
50
config/biomesoplenty/biomes/defaults/vanilla/ocean.json
Normal file
50
config/biomesoplenty/biomes/defaults/vanilla/ocean.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"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
|
||||
},
|
||||
"sapphire": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "sapphire"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
||||
60
config/biomesoplenty/biomes/defaults/vanilla/plains.json
Normal file
60
config/biomesoplenty/biomes/defaults/vanilla/plains.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"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
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 5.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"peridot": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "peridot"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"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
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"tanzanite": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "tanzanite"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"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
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"tanzanite": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "tanzanite"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"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.3,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"amber": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "amber"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
76
config/biomesoplenty/biomes/defaults/vanilla/savanna.json
Normal file
76
config/biomesoplenty/biomes/defaults/vanilla/savanna.json
Normal file
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.8,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"quicksand": {
|
||||
"liquid": {
|
||||
"block": "biomesoplenty:sand",
|
||||
"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
|
||||
},
|
||||
"ruby": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "ruby"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.8,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"ruby": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:gem_ore",
|
||||
"properties": {
|
||||
"variant": "ruby"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 12.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user