error custom ores generating

Issue #497 new
julien raedts created an issue

Errors with custom ores. I try to generate custom ores (like terracotta or something else) but i see, it will stay the default generating.. Same when i change the default ore generating, i have no change.
For exemple, if i make only the coal_ore in my jungle biome at 400 of size, i will have every default ores without any changing..

{
"enabled": true,
"rarity": 1.0,
"biomeType": "GRASSLAND",
"useDungeons": true,
"dungeonChance": 40,
"useMineShafts": true,
"useStrongholds": true,
"useVillages": false,
"useTemples": false,
"useNetherFortress": false,
"useCaves": true,
"useMonuments": false,
"useWoodlandMansion": false,
"useRavines": true,
"useWitchHuts": false,
"usePyramids": false,
"useJungleTemples": false,
"useIgloos": false,
"useFossils": true,
"useWaterLakes": true,
"useLavaLakes": false,
"useRivers": true,
"useNativePainting": false,
"useNativeStructure": false,
"useNativeDecorations": false,
"biomeColors": [
"#FF0000"
],
"fossilChance": 64,
"lavaLakeChance": 70,
"waterLakeChance": 4,
"vanillaFeatures": [
"UNDERGROUND_DECORATION",
"UNDERGROUND_STRUCTURES",
"SURFACE_STRUCTURES",
"TOP_LAYER_MODIFICATION",
"RAW_GENERATION",
"VEGETAL_DECORATION"
],
"ores": [
{
"type": "DIRT",
"size": 33,
"count": 10,
"minHeight": 0,
"maxHeight": 256
},
{
"type": "GRAVEL",
"size": 33,
"count": 25,
"minHeight": 0,
"maxHeight": 256
},
{
"type": "ANDESITE",
"size": 33,
"count": 20,
"minHeight": 0,
"maxHeight": 80
},
{
"type": "GREEN_TERRACOTTA",
"size": 20,
"count": 150,
"minHeight": 0,
"maxHeight": 80
},
{
"type": "LIME_TERRACOTTA",
"size": 20,
"count": 150,
"minHeight": 0,
"maxHeight": 80
},
{
"type": "MOSSY_COBBLESTONE",
"size": 20,
"count": 200,
"minHeight": 0,
"maxHeight": 80
},
{
"type": "COAL_ORE",
"size": 17,
"count": 12,
"minHeight": 0,
"maxHeight": 128
},
{
"type": "IRON_ORE",
"size": 12,
"count": 10,
"minHeight": 0,
"maxHeight": 64
},
{
"type": "DIAMOND_ORE",
"size": 8,
"count": 5,
"minHeight": 0,
"maxHeight": 40
},
{
"type": "EMERALD_ORE",
"size": 8,
"count": 40,
"minHeight": 1,
"maxHeight": 64
}
],

Comments (1)

  1. Log in to comment