Skip to content
bootswithdefer edited this page Jul 25, 2012 · 13 revisions

Terain Control can be used with Tekkit out of the box, however the extra blocks and ores in some of the mods will not be created during world generation. Each biome configuration must be editing to generate the Tekkit blocks. Trees can also be planted this way, or custom BO2 Objects can be created.

xxxBiomeConfig.ini

Example entries to spawn IndustrialCraft 2 and Redpower ores/blocks, add these into the Resource queue section.

Ore(140,4,5,100,0,64,STONE)
Ore(140.1,4,5,100,64,128,STONE)
Ore(140.2,4,5,100,128,256,STONE)
Ore(249,10,20,100,10,70,STONE)
Ore(248,10,20,100,0,40,STONE)
Ore(140.7,6,20,100,0,64,STONE)
Ore(140.3,8,5,100,0,32,STONE)
Ore(140.6,8,5,100,0,32,STONE)
Ore(247,7,8,100,0,64,STONE)

Block IDs

  • 243 - IC2 Rubber Tree Wood
  • 242 - IC2 Rubber Tree Leaves
  • 143 - Redpower Rubber Wood
  • 141 - Redpower Rubber Leaves

Caveats/ToDo

  • If you make custom BO2's with IC2 Rubber Wood it won't have rubber in it, but the leaves will drop the correct saplings which can be planted and will grow into normal rubber trees.