Jump to content

Reggie88

Members
  • Posts

    56
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Reggie88

  1. I have two ways to stop it, if you want.

    First one is just remove the mod ChickenChunks, unless you are useing those chunk loaders

    Second one is to install BukkitForge(Useing build #253) and then you can keep the ChickenChunks mod.

    Useing one of those methods seem to stop the world leak messages.

    And remember always take backup before testing, and to use the BukkitForge you have to remove the lib folder so it can download new once:)

  2. Yes, Ocelot and Ozelot are the same:) Ocelot are the most used name in Minecraft, since they are also known as Dwarf Leopard in reality:P

    They can be tamed by holding a Raw FIsh in your hand and stand perfectly still and wait for them to come to you, they are afraid of you so any moment will scare them away. When they are close right click, if you were successfull hearts will surround them and they turn into a cat:)

    More info at http://www.minecraftwiki.net/wiki/Ocelot

  3. At the moment the bdcraft patch is only at tekkit lite 0.5.9, the froum thread http://bdcraft.net/forum/128x64x32x-tekkit-lite-smp-050-addon-pack is a good place to look out for new updates. It might take awhile, depends on the authors. You can check out the diffrent websites for the mods and see if they have there own texture patch/packs.

    For bukkit support check out MCPC-Plus or BukkitForge in Server Tools, http://www.technicpack.net/tekkit-lite.

  4. I compared the 0.5.7 version of the NetherOres.cfg and noticed that the "I:ore<Type>MinY=" string wasn't in it. So i checked what happend if i removed them and when loading the server, the .cfg file recreated it self but this time the the value of "I:ore<Type>MinY=" was set to 1.

    I then made a fresh world whit the new .cfg file and all the ores was back:)

    ####################
    
    # worldgen
    
    ####################
    
     
    
    worldgen {
    
        I:oreCoalBlocksPerGroup=16
    
        I:oreCoalGroupsPerChunk=8
    
        I:oreCoalMaxY=128
    
        I:oreCoalMinY=1
    
        I:oreCopperBlocksPerGroup=8
    
        I:oreCopperGroupsPerChunk=8
    
        I:oreCopperMaxY=128
    
        I:oreCopperMinY=1
    
        I:oreDiamondBlocksPerGroup=3
    
        I:oreDiamondGroupsPerChunk=4
    
        I:oreDiamondMaxY=128
    
        I:oreDiamondMinY=1
    
        I:oreEmeraldBlocksPerGroup=2
    
        I:oreEmeraldGroupsPerChunk=3
    
        I:oreEmeraldMaxY=128
    
        I:oreEmeraldMinY=1
    
        I:oreGoldBlocksPerGroup=6
    
        I:oreGoldGroupsPerChunk=8
    
        I:oreGoldMaxY=128
    
        I:oreGoldMinY=1
    
        I:oreGreenSapphireBlocksPerGroup=3
    
        I:oreGreenSapphireGroupsPerChunk=6
    
        I:oreGreenSapphireMaxY=128
    
        I:oreGreenSapphireMinY=1
    
        I:oreIronBlocksPerGroup=8
    
        I:oreIronGroupsPerChunk=8
    
        I:oreIronMaxY=128
    
        I:oreIronMinY=1
    
        I:oreLapisBlocksPerGroup=6
    
        I:oreLapisGroupsPerChunk=6
    
        I:oreLapisMaxY=128
    
        I:oreLapisMinY=1
    
        I:oreLeadBlocksPerGroup=6
    
        I:oreLeadGroupsPerChunk=6
    
        I:oreLeadMaxY=128
    
        I:oreLeadMinY=1
    
        I:oreNikoliteBlocksPerGroup=4
    
        I:oreNikoliteGroupsPerChunk=8
    
        I:oreNikoliteMaxY=128
    
        I:oreNikoliteMinY=1
    
        I:oreRedstoneBlocksPerGroup=8
    
        I:oreRedstoneGroupsPerChunk=6
    
        I:oreRedstoneMaxY=128
    
        I:oreRedstoneMinY=1
    
        I:oreRubyBlocksPerGroup=3
    
        I:oreRubyGroupsPerChunk=6
    
        I:oreRubyMaxY=128
    
        I:oreRubyMinY=1
    
        I:oreSapphireBlocksPerGroup=3
    
        I:oreSapphireGroupsPerChunk=6
    
        I:oreSapphireMaxY=128
    
        I:oreSapphireMinY=1
    
        I:oreSilverBlocksPerGroup=4
    
        I:oreSilverGroupsPerChunk=6
    
        I:oreSilverMaxY=128
    
        I:oreSilverMinY=1
    
        I:oreTinBlocksPerGroup=8
    
        I:oreTinGroupsPerChunk=8
    
        I:oreTinMaxY=128
    
        I:oreTinMinY=1
    
        I:oreUraniumBlocksPerGroup=2
    
        I:oreUraniumGroupsPerChunk=3
    
        I:oreUraniumMaxY=128
    
        I:oreUraniumMinY=1
    
    }
    
     
    
     
    
    

    Changed all the "I:ore<Type>MinY=" to 1

×
×
  • Create New...