Terrain Control

Terrain Control

235k Downloads

Problem with generating custom-custom ores

Opened this issue ยท 1 comments

commented

Hello everyone. I use TC v.2.1.7. and CraftBukkit-1.2.4-R0.1-MCPC.jar (SNAPSHOT-61 - https://github.com/MinecraftPortCentral/CraftBukkit/downloads - CraftBukkit + ModLoaderMP + Forge), i also tested my configs with old versions of TerrainControl and latest MCPC Builds. My mod: http://www.mediafire.com/?49281559dng0id5 , it simply adds new blocks without their generation in the world. Their IDs: 230-236 and 237. I have identified block with ID 237, because it was normally added. After I added blocks with IDs 230-236, the server become returned this error: http://pastebin.com/9uf3Bm03 (Full server logs: http://pastebin.com/7Zq8LFWq ).

My resource queue configs example (Hills):

UnderGroundLake(25,60,2,5,0,80)
Dungeon(8,100,0,112)
Ore(DIRT,32,20,100,26,256,STONE)
Ore(GRAVEL,32,10,100,18,120,STONE)
Ore(COAL_ORE,16,20,100,24,240,STONE)
Ore(IRON_ORE,8,15,100,0,74,STONE)
Ore(GOLD_ORE,8,2,100,0,48,STONE)
Ore(REDSTONE_ORE,7,7,100,0,32,STONE)
Ore(LAPIS_ORE,7,1,100,0,48,STONE)
Ore(DIAMOND_ORE,6,1,100,0,24,STONE)
Ore(237,8,2,100,0,74,STONE)
Ore(235,8,20,100,74,174,STONE)
Ore(236,4,1,100,3,16,STONE)
UnderWaterOre(SAND,7,4,100,DIRT,GRASS)
CustomObject()
Tree(1,BigTree,1,Tree,9)
Plant(RED_ROSE,2,100,0,128,GRASS,DIRT,SOIL)
Plant(YELLOW_FLOWER,2,100,0,128,GRASS,DIRT,SOIL)
Grass(LONG_GRASS,1,10,100,GRASS,DIRT)
Plant(PUMPKIN,1,3,0,128,GRASS)
Liquid(WATER,20,100,8,128,STONE)

235,236 & 237 - My Block's IDs. Hope for your help. Thanks in advance.
Regards, CNoise.

commented

Fixed. Will be in release tonight.