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
188
config/biomesoplenty/biomes/shrubland.json
Normal file
188
config/biomesoplenty/biomes/shrubland.json
Normal file
|
@ -0,0 +1,188 @@
|
|||
{
|
||||
"enableRain": true,
|
||||
"canGenerateRivers": true,
|
||||
"beachBiomeLocation": "biomesoplenty:gravel_beach",
|
||||
"rainfall": 0.05,
|
||||
"skyColor": -1,
|
||||
"guiColour": 8168286,
|
||||
"fogDensity": 1.0,
|
||||
"hasBiomeEssence": true,
|
||||
"variationBelow": 8.0,
|
||||
"variationAbove": 15.0,
|
||||
"waterColor": 16777215,
|
||||
"seaFloorBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"fillerBlock": {
|
||||
"block": "minecraft:dirt",
|
||||
"properties": {
|
||||
"snowy": "false",
|
||||
"variant": "dirt"
|
||||
}
|
||||
},
|
||||
"averageHeight": 66.0,
|
||||
"topBlock": {
|
||||
"block": "minecraft:grass",
|
||||
"properties": {
|
||||
"snowy": "false"
|
||||
}
|
||||
},
|
||||
"fogColor": -1,
|
||||
"temperature": 0.6,
|
||||
"canGenerateVillages": true,
|
||||
"canSpawnInBiome": true,
|
||||
"enableSnow": false,
|
||||
"generators": {
|
||||
"glowshrooms": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:mushroom",
|
||||
"properties": {
|
||||
"variant": "glowshroom"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true
|
||||
},
|
||||
"flowers": {
|
||||
"with": {
|
||||
"block": "minecraft:red_flower",
|
||||
"properties": {
|
||||
"type": "allium"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.5,
|
||||
"enable": true
|
||||
},
|
||||
"miners_delight": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:flower_1",
|
||||
"properties": {
|
||||
"variant": "miners_delight"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 64,
|
||||
"amountPerChunk": 0.25,
|
||||
"enable": true
|
||||
},
|
||||
"roots": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "root"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"water_reeds": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_1",
|
||||
"properties": {
|
||||
"variant": "reed"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
},
|
||||
"trees": {
|
||||
"logState": {
|
||||
"block": "minecraft:log",
|
||||
"properties": {
|
||||
"axis": "y",
|
||||
"variant": "oak"
|
||||
}
|
||||
},
|
||||
"amountPerChunk": 1.0,
|
||||
"enable": true,
|
||||
"leavesState": {
|
||||
"block": "minecraft:leaves",
|
||||
"properties": {
|
||||
"check_decay": "true",
|
||||
"decayable": "true",
|
||||
"variant": "oak"
|
||||
}
|
||||
}
|
||||
},
|
||||
"gravel": {
|
||||
"with": {
|
||||
"block": "minecraft:gravel",
|
||||
"properties": {}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 4.0,
|
||||
"enable": true
|
||||
},
|
||||
"sand": {
|
||||
"with": {
|
||||
"block": "minecraft:sand",
|
||||
"properties": {
|
||||
"variant": "sand"
|
||||
}
|
||||
},
|
||||
"maxRadius": 7,
|
||||
"amountPerChunk": 3.0,
|
||||
"enable": true
|
||||
},
|
||||
"flax": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "lower",
|
||||
"variant": "flax"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 6,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true,
|
||||
"withTop": {
|
||||
"block": "biomesoplenty:double_plant",
|
||||
"properties": {
|
||||
"half": "upper",
|
||||
"variant": "flax"
|
||||
}
|
||||
}
|
||||
},
|
||||
"berry_bushes": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "berrybush"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.1,
|
||||
"enable": true
|
||||
},
|
||||
"grass": {
|
||||
"amountPerChunk": 1.5,
|
||||
"enable": true,
|
||||
"generators": {}
|
||||
},
|
||||
"peridot": {
|
||||
"enable": false
|
||||
},
|
||||
"bushes": {
|
||||
"with": {
|
||||
"block": "biomesoplenty:plant_0",
|
||||
"properties": {
|
||||
"variant": "bush"
|
||||
}
|
||||
},
|
||||
"generationAttempts": 32,
|
||||
"amountPerChunk": 0.3,
|
||||
"enable": true
|
||||
}
|
||||
},
|
||||
"weights": {
|
||||
"mediteranean": 7,
|
||||
"dry_temperate": 10
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue