Emeraldore missing in biomes
EvilOlaf opened this issue ยท 0 comments
For unknown reasons no emerald ores being generated even though they are defined in the biome config.
All extreme hills biome files look like this:
Ore(DIRT,33,10,100.0,0,256,STONE)
Ore(GRAVEL,33,8,100.0,0,256,STONE)
Ore(STONE:1,33,10,100.0,0,80,STONE)
Ore(STONE:3,33,10,100.0,0,80,STONE)
Ore(STONE:5,33,10,100.0,0,80,STONE)
Ore(COAL_ORE,17,20,50.0,0,128,STONE)
Ore(IRON_ORE,9,20,33.0,0,64,STONE)
Ore(GOLD_ORE,9,2,30.0,0,32,STONE)
Ore(REDSTONE_ORE,8,8,20.0,0,16,STONE)
Ore(DIAMOND_ORE,8,1,25.0,0,16,STONE)
Ore(LAPIS_ORE,7,1,50.0,0,16,STONE)
Ore(EMERALD_ORE,1,1,50.0,4,32,STONE)
UnderGroundLake(25,60,2,5.0,0,50)
Liquid(WATER,20,100.0,8,128,STONE)
Liquid(LAVA,10,100.0,8,128,STONE)
SmallLake(WATER,4,7.0,8,120)
SmallLake(LAVA,2,1.0,8,120)
UnderWaterOre(SAND,7,3,100.0,DIRT,GRASS)
UnderWaterOre(CLAY,4,1,100.0,DIRT,CLAY)
UnderWaterOre(GRAVEL,6,1,100.0,DIRT,GRASS)
Dungeon(8,100.0,0,128)
Tree(1,Taiga2,10,BigTree,1,Tree,9)
Grass(Tallgrass,NotGrouped,10,100.0,GRASS,DIRT)
Plant(Dandelion,4,100.0,0,128,GRASS,DIRT)
Plant(PUMPKIN:0,1,3.0,0,128,GRASS)
CustomObject(UseWorld)
I marked an area 150 by 100 with WorldEdit and used //count
to measure the number of ores in this area. There were 85 diamond ores but 0 emerald ore.
What am I doing wrong to not get emerald ores generated?
TC2.7.2 @ Spigot 1.8.8
Newer versions of TC seem not to work with 1.8.
Would appreciate any help.