configured ore veins, added no tree punching
minecraft: now more realistic
This commit is contained in:
parent
8c5f469cc3
commit
d04a87f5e4
225 changed files with 29710 additions and 374 deletions
57
config/biomesoplenty/biomes/defaults/vanilla/beaches.json
Normal file
57
config/biomesoplenty/biomes/defaults/vanilla/beaches.json
Normal file
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"sea_oats": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "sea_oats"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 96,
|
||||
"amountPerChunk": 6.0,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "sea_oats"
|
||||
}
|
||||
}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
125
config/biomesoplenty/biomes/defaults/vanilla/birch_forest.json
Normal file
125
config/biomesoplenty/biomes/defaults/vanilla/birch_forest.json
Normal file
|
@ -0,0 +1,125 @@
|
|||
{
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "leafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"flax": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "flax"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "flax"
|
||||
}
|
||||
}
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"clover_patches": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "cloverpatch"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 128,
|
||||
"amountPerChunk": 0.05,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"amber": {
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"toadstools": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "toadstool"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"poison_ivy": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "poisonivy"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,125 @@
|
|||
{
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "leafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"flax": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "flax"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "flax"
|
||||
}
|
||||
}
|
||||
},
|
||||
"flowers": {
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"dead_leaf_piles": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "deadleafpile"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"clover_patches": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "cloverpatch"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 128,
|
||||
"amountPerChunk": 0.05,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"amber": {
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"toadstools": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "toadstool"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"poison_ivy": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "poisonivy"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
68
config/biomesoplenty/biomes/defaults/vanilla/desert.json
Normal file
68
config/biomesoplenty/biomes/defaults/vanilla/desert.json
Normal file
|
@ -0,0 +1,68 @@
|
|||
{
|
||||
"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": {
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,52 @@
|
|||
{
|
||||
"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": {
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
147
config/biomesoplenty/biomes/defaults/vanilla/forest.json
Normal file
147
config/biomesoplenty/biomes/defaults/vanilla/forest.json
Normal file
|
@ -0,0 +1,147 @@
|
|||
{
|
||||
"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": {
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
147
config/biomesoplenty/biomes/defaults/vanilla/forest_hills.json
Normal file
147
config/biomesoplenty/biomes/defaults/vanilla/forest_hills.json
Normal file
|
@ -0,0 +1,147 @@
|
|||
{
|
||||
"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": {
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
51
config/biomesoplenty/biomes/defaults/vanilla/ice_flats.json
Normal file
51
config/biomesoplenty/biomes/defaults/vanilla/ice_flats.json
Normal file
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"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": {
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"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": {
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
84
config/biomesoplenty/biomes/defaults/vanilla/jungle.json
Normal file
84
config/biomesoplenty/biomes/defaults/vanilla/jungle.json
Normal file
|
@ -0,0 +1,84 @@
|
|||
{
|
||||
"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": {
|
||||
"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,84 @@
|
|||
{
|
||||
"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": {
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
63
config/biomesoplenty/biomes/defaults/vanilla/mesa.json
Normal file
63
config/biomesoplenty/biomes/defaults/vanilla/mesa.json
Normal file
|
@ -0,0 +1,63 @@
|
|||
{
|
||||
"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": {
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,63 @@
|
|||
{
|
||||
"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": {
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,96 @@
|
|||
{
|
||||
"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": {
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
130
config/biomesoplenty/biomes/defaults/vanilla/mutated_forest.json
Normal file
130
config/biomesoplenty/biomes/defaults/vanilla/mutated_forest.json
Normal file
|
@ -0,0 +1,130 @@
|
|||
{
|
||||
"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": {
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
41
config/biomesoplenty/biomes/defaults/vanilla/ocean.json
Normal file
41
config/biomesoplenty/biomes/defaults/vanilla/ocean.json
Normal file
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"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": {
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
51
config/biomesoplenty/biomes/defaults/vanilla/plains.json
Normal file
51
config/biomesoplenty/biomes/defaults/vanilla/plains.json
Normal file
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"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": {
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"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": {
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"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": {
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"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": {
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
67
config/biomesoplenty/biomes/defaults/vanilla/savanna.json
Normal file
67
config/biomesoplenty/biomes/defaults/vanilla/savanna.json
Normal file
|
@ -0,0 +1,67 @@
|
|||
{
|
||||
"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": {
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"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": {
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
62
config/biomesoplenty/biomes/defaults/vanilla/sky.json
Normal file
62
config/biomesoplenty/biomes/defaults/vanilla/sky.json
Normal file
|
@ -0,0 +1,62 @@
|
|||
{
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"crystals": {
|
||||
"maxDepth": 11,
|
||||
"with": {
|
||||
"block": "biomesoplenty:crystal",
|
||||
"properties": {}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"generationAttempts": 1500,
|
||||
"amountPerChunk": 12.0,
|
||||
"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
|
||||
},
|
||||
"amethyst": {
|
||||
"enable": true
|
||||
},
|
||||
"biome_essence": {
|
||||
"minHeight": 4,
|
||||
"with": {
|
||||
"block": "biomesoplenty:biome_block",
|
||||
"properties": {}
|
||||
},
|
||||
"amountPerChunk": 24.0,
|
||||
"maxHeight": 32,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
186
config/biomesoplenty/biomes/defaults/vanilla/swampland.json
Normal file
186
config/biomesoplenty/biomes/defaults/vanilla/swampland.json
Normal file
|
@ -0,0 +1,186 @@
|
|||
{
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"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
|
||||
},
|
||||
"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
|
||||
},
|
||||
"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": 10.0,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"malachite": {
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"toadstools": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "toadstool"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 16,
|
||||
"amountPerChunk": 0.4,
|
||||
"enable": true
|
||||
},
|
||||
"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
|
||||
},
|
||||
"koru": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "koru"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 1.2,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 0.2,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"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": 0.2,
|
||||
"enable": true
|
||||
},
|
||||
"mud": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mud",
|
||||
"properties": {
|
||||
"variant": "mud"
|
||||
}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
51
config/biomesoplenty/biomes/defaults/vanilla/taiga.json
Normal file
51
config/biomesoplenty/biomes/defaults/vanilla/taiga.json
Normal file
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"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": {
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
51
config/biomesoplenty/biomes/defaults/vanilla/taiga_cold.json
Normal file
51
config/biomesoplenty/biomes/defaults/vanilla/taiga_cold.json
Normal file
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"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": {
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"beachBiomeLocation": "minecraft:beaches",
|
||||
"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": {
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"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": {
|
||||
"enable": true
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue