• 0

    posted a message on [1.6.2][SP/SMP] Marcopolo's Mods: Better Ore Distribution(v2.7.1 beta), Trap Friendly Cactus, and Practical TNT
    Quote from thegirlminer5397

    I was sing this mod and I found no ores what so ever. It may be because I was using it with other mods and it was conflicting.
    Quote from exzhawk

    I installed this mod of version 2.7.1 in a fresh new client (1.6.4 with forge 965)without any other mod. I didn't modify the configure file. But after I create a new world, I can't find any ore blocks. None ores were generated. Can anyone help me? I just want that fantasy distribution.


    The default settings leave things rather spread out, there is a lot of empty stone around, and most ore is deeper underground. To check that the mod is working and that it is generating all the ores as it should, check that the config was generated (if it didn't the mod didn't run properly), and check that there are new blocks IDs added to the config for all your mod-added ores (otherwise those aren't being generated by BOD).
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.2][SP/SMP] Marcopolo's Mods: Better Ore Distribution(v2.7.1 beta), Trap Friendly Cactus, and Practical TNT
    Quote from stevohall

    Hey i know asking for updates is a big no no on, but i would really like to express my intrest in seeing Practical Tnt and Trap friendly cactus updated to 1.6.4 (i know 1.7.2/4 is out and all but i really miss these 2 mods and atm i am stuck on 1.6.4 like many others).

    If you did decide to update and you prefered to update to 1.7.2, thats cool, ill grab them when i get to upgrade to 1.7 (1.8 at this rate lol)

    The code for them is simple but I don't have the setup to make them. I also have just learned that I don't have the source for those two mods here in the OP. Here are the .java files, they can be opened with any text editor, but you will need someone to with the setup to compile them into mod files, or look into setting that up yourself. I have commented the lines I edited, it is just one line for the TNT and two for the cactus.
    PTNT - http://www.mediafire.com/view/49bszs9ebm3bed5/Explosion.java
    TFCactus - http://www.mediafire.com/view/zq8c9vt4tp28k5i/BlockCactus.java

    the lines of code are marked with " ////// <------- 'comments' "
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.2][SP/SMP] Marcopolo's Mods: Better Ore Distribution(v2.7.1 beta), Trap Friendly Cactus, and Practical TNT
    Quote from Hansebenger

    Did the "GenOreinBlockID" setting work in the BOD 2.5.5_fixed for MC 1.4.6/1.4.7 version ?
    Because I am looking for a non-Modloader mod for 1.4.6 which generates ores in air instead of stone.

    I'm pretty sure it did. make a new world with the rarity of diamond set to 1, the hieght set to 256, and GenOreinBlockID=0
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.2][SP/SMP] Marcopolo's Mods: Better Ore Distribution(v2.7.1 beta), Trap Friendly Cactus, and Practical TNT
    my guess LBH is that you are interupting some of the normal biomeDecorator code, I bet that flowers, mushrooms, and pumpkins are also missing.

    edit: just put a link to geocraft site and BOD 3.0 in the downloads section, and warned people about trees for the other downloads.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.2][SP/SMP] Marcopolo's Mods: Better Ore Distribution(v2.7.1 beta), Trap Friendly Cactus, and Practical TNT
    Quote from harpwner

    Im having alot of trouble right now with BOD
    Every time i start a new or load a world, minecraft gets stuck at the Building Terrain screen and never loads, it also gave me this crash every time, i tried 3 different forge versions .789, .804, .839

    Crash Report:

    ---- Minecraft Crash Report ----
    // Hi. I'm Minecraft, and I'm a crashaholic.

    Time: 8/18/13 1:17 AM
    Description: Exception getting block type in world

    java.lang.RuntimeException: Already decorating!!
    at net.minecraft.world.biome.BiomeDecorator.func_76796_a(BiomeDecorator.java:188)
    at net.minecraft.world.biome.BiomeGenBase.func_76728_a(BiomeGenBase.java:366)
    at net.minecraft.world.biome.BiomeGenJungle.func_76728_a(SourceFile:48)
    at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:573)
    at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:258)
    at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1244)
    at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
    at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
    at net.minecraft.world.World.func_72964_e(World.java:527)
    at net.minecraft.world.World.func_72798_a(World.java:412)
    at bod.BodWorldGenMinable.BODgenerate(BodWorldGenMinable.java:606)
    at bod.BodWorldGenMinable.createMine(BodWorldGenMinable.java:128)
    at bod.BodWorldGenMinable.generate(BodWorldGenMinable.java:235)
    at bod.asm.BetterOreDistribution.generateHook(BetterOreDistribution.java:53)
    at net.minecraft.world.gen.feature.WorldGenMinable.func_76484_a(WorldGenMinable.java)
    at net.minecraft.world.biome.BiomeDecorator.func_76795_a(BiomeDecorator.java:421)
    at net.minecraft.world.biome.BiomeDecorator.func_76797_b(BiomeDecorator.java:458)
    at net.minecraft.world.biome.BiomeDecorator.func_76794_a(BiomeDecorator.java:209)
    at net.minecraft.world.biome.BiomeDecorator.func_76796_a(BiomeDecorator.java:196)
    at net.minecraft.world.biome.BiomeGenBase.func_76728_a(BiomeGenBase.java:366)
    at net.minecraft.world.biome.BiomeGenJungle.func_76728_a(SourceFile:48)
    at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:573)
    at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:258)
    at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1239)
    at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
    at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
    at net.minecraft.world.World.func_72964_e(World.java:527)
    at net.minecraft.world.World.func_72798_a(World.java:412)
    at bod.BodWorldGenMinable.BODgenerate(BodWorldGenMinable.java:606)
    at bod.BodWorldGenMinable.createMine(BodWorldGenMinable.java:128)
    at bod.BodWorldGenMinable.generate(BodWorldGenMinable.java:235)
    at bod.asm.BetterOreDistribution.generateHook(BetterOreDistribution.java:53)
    at net.minecraft.world.gen.feature.WorldGenMinable.func_76484_a(WorldGenMinable.java)
    at net.minecraft.world.biome.BiomeDecorator.func_76795_a(BiomeDecorator.java:421)
    at net.minecraft.world.biome.BiomeDecorator.func_76797_b(BiomeDecorator.java:456)
    at net.minecraft.world.biome.BiomeDecorator.func_76794_a(BiomeDecorator.java:209)
    at net.minecraft.world.biome.BiomeDecorator.func_76796_a(BiomeDecorator.java:196)
    at net.minecraft.world.biome.BiomeGenBase.func_76728_a(BiomeGenBase.java:366)
    at net.minecraft.world.biome.BiomeGenHills.func_76728_a(SourceFile:21)
    at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:573)
    at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:258)
    at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1249)
    at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
    at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:292)
    at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:90)
    at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:107)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:443)
    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:582)


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- Head --
    Stacktrace:
    at net.minecraft.world.biome.BiomeDecorator.func_76796_a(BiomeDecorator.java:188)
    at net.minecraft.world.biome.BiomeGenBase.func_76728_a(BiomeGenBase.java:366)
    at net.minecraft.world.biome.BiomeGenJungle.func_76728_a(SourceFile:48)
    at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:573)
    at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:258)
    at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1244)
    at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
    at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
    at net.minecraft.world.World.func_72964_e(World.java:527)

    -- Requested block coordinates --
    Details:
    Found chunk: true
    Location: World: (-243,28,161), Chunk: (at 13,1,1 in -16,10; contains blocks -256,0,160 to -241,255,175), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Stacktrace:
    at net.minecraft.world.World.func_72798_a(World.java:412)
    at bod.BodWorldGenMinable.BODgenerate(BodWorldGenMinable.java:606)
    at bod.BodWorldGenMinable.createMine(BodWorldGenMinable.java:128)
    at bod.BodWorldGenMinable.generate(BodWorldGenMinable.java:235)
    at bod.asm.BetterOreDistribution.generateHook(BetterOreDistribution.java:53)
    at net.minecraft.world.gen.feature.WorldGenMinable.func_76484_a(WorldGenMinable.java)
    at net.minecraft.world.biome.BiomeDecorator.func_76795_a(BiomeDecorator.java:421)
    at net.minecraft.world.biome.BiomeDecorator.func_76797_b(BiomeDecorator.java:458)
    at net.minecraft.world.biome.BiomeDecorator.func_76794_a(BiomeDecorator.java:209)
    at net.minecraft.world.biome.BiomeDecorator.func_76796_a(BiomeDecorator.java:196)
    at net.minecraft.world.biome.BiomeGenBase.func_76728_a(BiomeGenBase.java:366)
    at net.minecraft.world.biome.BiomeGenJungle.func_76728_a(SourceFile:48)
    at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:573)
    at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:258)
    at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1239)
    at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
    at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
    at net.minecraft.world.World.func_72964_e(World.java:527)

    -- Requested block coordinates --
    Details:
    Found chunk: true
    Location: World: (-263,3,141), Chunk: (at 9,0,13 in -17,8; contains blocks -272,0,128 to -257,255,143), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Stacktrace:
    at net.minecraft.world.World.func_72798_a(World.java:412)
    at bod.BodWorldGenMinable.BODgenerate(BodWorldGenMinable.java:606)
    at bod.BodWorldGenMinable.createMine(BodWorldGenMinable.java:128)
    at bod.BodWorldGenMinable.generate(BodWorldGenMinable.java:235)
    at bod.asm.BetterOreDistribution.generateHook(BetterOreDistribution.java:53)
    at net.minecraft.world.gen.feature.WorldGenMinable.func_76484_a(WorldGenMinable.java)
    at net.minecraft.world.biome.BiomeDecorator.func_76795_a(BiomeDecorator.java:421)
    at net.minecraft.world.biome.BiomeDecorator.func_76797_b(BiomeDecorator.java:456)
    at net.minecraft.world.biome.BiomeDecorator.func_76794_a(BiomeDecorator.java:209)
    at net.minecraft.world.biome.BiomeDecorator.func_76796_a(BiomeDecorator.java:196)
    at net.minecraft.world.biome.BiomeGenBase.func_76728_a(BiomeGenBase.java:366)
    at net.minecraft.world.biome.BiomeGenHills.func_76728_a(SourceFile:21)
    at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:573)
    at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:258)
    at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1249)
    at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
    at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:292)
    at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:90)
    at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:107)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:443)
    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:582)

    -- System Details --
    Details:
    Minecraft Version: 1.6.2
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.7.0_10, Oracle Corporation
    Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 208322656 bytes (198 MB) / 441909248 bytes (421 MB) up to 954466304 bytes (910 MB)
    JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
    FML: MCP v8.04 FML v6.2.51.835 Minecraft Forge 9.10.0.835 5 mods loaded, 5 mods active
    mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
    FML{6.2.51.835} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
    Forge{9.10.0.835} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
    BetterOreDistribution{2.7} [Better Ore Distribution] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
    S3DGM{0.5.0} [Stefinus 3D Gun Mod] (S3DGMV0.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Player Count: 0 / 8; []
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fml,forge'

    Please help, I also tried with optifine.

    this is the "try to generate twice, and crash" thing I mentioned to lordblacklord a little ways back. I think the cause is a threading issue with terrain decoration (two threads for decoration or something), and when the two try to work on the same chunk it throws that error. before I was telling it to ingnore generation in the event of a double up, by simply removing the single line that throws that exception. lordblackhole must have changed the fix when he was trying to fix the tree problem yesterday.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.2][SP/SMP] Marcopolo's Mods: Better Ore Distribution(v2.7.1 beta), Trap Friendly Cactus, and Practical TNT
    Quote from LordBlackHole

    No, that's it. I have no idea, but no one else is saying anything .............. And ignore the instructions in the OP. That's out dated.
    wait, coremod = .jar right? or is there a different mods folder or something?
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.2][SP/SMP] Marcopolo's Mods: Better Ore Distribution(v2.7.1 beta), Trap Friendly Cactus, and Practical TNT
    I forgot to mention something about trace ores. I have been able to do that since I added layered generation. That text in the OP is really old, and I thought I had cleared out most of that old stuff. Traces were something I tried in like 1.6 beta...
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.2][SP/SMP] Marcopolo's Mods: Better Ore Distribution(v2.7.1 beta), Trap Friendly Cactus, and Practical TNT
    Quote from LordBlackHole

    Yea, level three will still have the full info for advanced users. I've never made a menu GUI before, and I'm not sure how appropriate it would be. You really shouldn't be able to edit these settings while in game.

    that is fine, and I was saying have to gui be in the world creation menu, so you dont change it ingame per se, like the large biomes setting for example.

    layered generation is the system I have set up where you can create new config files to add "layers" of ore generation, so that you can have different shapes, depths, etc. for ores intead of just one per, and you can diversify. in the code it is a series of functions that loops that count/read through the configs ([1.1], then [1.2], [1.3] doesn't exist, so move to [2.1], that doesn't exist so finish). the functions are a little tossed around I think, and it may be hard to follow.
    other things include nuances in the code, like some kind of threading issue in minecraft that attempts double spawns and throws errors if the daimeter is greater than 16 blocks.

    everything else you mentioned seems fine, most users don't touch the configs unfortunately. So a simpler design, while still having the deeper ability to edit the details, will allow more player to get what they want. we can debate the finer details later.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.2][SP/SMP] Marcopolo's Mods: Better Ore Distribution(v2.7.1 beta), Trap Friendly Cactus, and Practical TNT
    updated the OP with the legacy version, I can make a full reply tonight ~10PM (work, then driving out of town, ~4 hour drive).

    something you might consider, is keeping the full numbers in the config, but have a GUI in a world creation menu that uses super rich and such. depends on how much coding you are looking to do. that way most users can do general purpose editing, but advanced usesers still have the full power of it.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.2][SP/SMP] Marcopolo's Mods: Better Ore Distribution(v2.7.1 beta), Trap Friendly Cactus, and Practical TNT
    Quote from LordBlackHole

    Ok, so here it is, my version 2.7 of Better Ore Distribution for Minecraft 1.6.2.

    DOWNLOAD HERE

    Changelog:

    Implemented core mod code. Bod no longer overwrites base classes, you can now install by placing the .jar file into the mods folder.

    Fixed code to find minecraft directory. No longer are there different versions for singleplayer and multiplayer. There is one universal jar file.

    Moved configs into config folder inside .minercaft.

    Fixed dimension checking. Dimension names are now access directly from the world provider. Any dimension should work now.

    Changed the code that was resetting the variables from checking for dirt or nether quartz to use the DecorateBiomeEvent.Pre event, so again, it will work with any dimension.

    Any dimension that is not the nether or overworld will be given a copy of the overworld configs, so as long as they have regular stone they will get overworld ores. These can be changed individually after they are created.

    Removed about a dozen variables that were never used.

    Fixed Nether Quartz being called dirt.

    Fixed non-quartz Nether Ores spawning. All ores should now replace the correct block type by default. (Before the nether ores were being told to replace stone instead of netherrack, and therefore never showing up unless you manually went into the configs and changed them.)

    As for credit, just have a link for my curseforge page, which has links for all my other mods, and all of these have an option to donate to me.

    I'm going to rewrite all of this. Actually, I'm going to start over and use only the idea for one of my other mods. Sorry Marco, the mod has a great idea, but it has always been buggy and laggy and unpredictable.

    I can put the source up if you'd like. All my mods are open source too, (although I don't have any links to the source yet).


    WOW! nice job :)

    no I was not saving data, I was using a buffer read. I literally learned how to code by working on this mod, so there are many artifacts like that.

    The nether config had it say dirt because Icopied the print code from the dirt code and forgot to update it.
    Also if you replace "GenOreInBlockID" with field_94523_c, then you won't be able to set that value using the config. You could certainly pull the value from field_94523_c for making the new defaults though (new ores/dimensions), instead of stone. I'm assuming you are referring the GenOreInBlockID's use in the final "place the blocks here" code.

    I was able to generate nether quarts in a test when I made the update, but I may have mixed up some code before the final version, explains the dirt thing too.

    This is actually a good opportunity for me actually, I really don't have time to give the mod everything it needs (as is apparent from the scraggly code). I happily give you permission to recreate BOD and manage it as your own (that includes adlfy if you do that). I will try to help you through my logic for certain features, like layered generation. Some parts of the mod like that are very contrived in how they are set up (though not necessarily neatly).

    I have been much more interested in coding something new, rather than working minecraft, but I still have the same time constraints that prevents me from working with BOD. school and work devour a lot of time, and leave me with a couple of hours each day. If I don't find something to be ideally relaxing or enjoyable I have very little motivation for it, as I have a lot of things I want/need to do, and can only pick one or two things to work on. Right now I am working on making a glove that allows for full arm and finger control in a virtual space, and it's coming along nicely.

    P.S - it hasn't always been buggy and unpredictable *smiles and rolls eyes*, version one basically just added rarity, and had no configs, so it worked exactly as I intened it too :P

    also finding a decent way to make BOD accept ores on the fly without user intervetion before forge was something rather challenging, so it not working with everything is to be expected.

    edit: Updated the OP with the new version and what not
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.2][SP/SMP] Marcopolo's Mods: Better Ore Distribution(v2.7.1 beta), Trap Friendly Cactus, and Practical TNT
    Quote from LordBlackHole

    Hey, marco are you reading from the config files every time an ore generates?

    And gettting the values only from the configs?

    And giving all unknown ores the same default values?

    I'm trying to fix up a couple more bugs.


    It is handled on an ore by ore basis yes, so I read from the configs each time a new ore comes in. yes, the settings come only from the configs, I'm not sure where else they would come from. All new ores get the same defaults, it's more for adding text to the text file than making the ore right.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.2][SP/SMP] Marcopolo's Mods: Better Ore Distribution(v2.7.1 beta), Trap Friendly Cactus, and Practical TNT
    Quote from LordBlackHole

    Ok done.

    It's not pretty, but I ported it and fixed a few bugs along the way. Where do you want it?


    just post the link in a reply, I will stick it in the OP within a day most likely.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.2][SP/SMP] Marcopolo's Mods: Better Ore Distribution(v2.7.1 beta), Trap Friendly Cactus, and Practical TNT
    should be compatable with those other ore/gem mods

    rarity is a 1 in X chance of a deposit of veins spawning, so bigger number = more rare. 1 is always, 100 is once every 100 chunks (statistically)

    @anyone interested

    I'm not sure if I will have time to update BOD before school starts, and then who knows if I will be able to. So, I am giving the community permission to make a "fan update?" thing. I have done it once before. Basically, someone so inclined may make BOD 1.6.2 compatable, and I will post it up in the main download section with references for them.

    I am preoccupied with a microcontroller project, and that combined with full time work = no time for much else. I will continue to check up on the forums though. I just don't have time to mess with forge and adding new features and fixing bugs.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.2][SP/SMP] Marcopolo's Mods: Better Ore Distribution(v2.7.1 beta), Trap Friendly Cactus, and Practical TNT
    Quote from stringburka

    This mod seems really awesome. A few questions:

    1. How would you say mining efficiency is compared to before? I'd like mining efficiency to be roughly the same when exploring, and lower when strip mining. It seems to me that the default settings make it much much easier to find minerals.

    2. Is it compatible with Natura & Tinker's Constructs? As in, can I change the spawn frequency of cobalt in nether etc?

    Quote from stringburka

    3. Can I skip BoD altering spawn frequency of certain minerals if I don't want them to? Like, what happens if I delete those lines from the configs?

    4. Why is it in the nether configs showing coal ore spawning?

    1. - no, it is harder to find minerals, but once you do you know there is a concentration in the area.
    2. - you should be able to, if it does/doesn't tell me so that I know.
    3. - you can't skip an ore no, if you delete the line it will see that the ore is not added to the config, and will put add it as a new ore. if you don't want it to spawn differently you have to give it vanilla settings, check the past couple forum pages I posted them.
    4. - minecraft code is threaded poorly I believe, must be a bug, if you don't want it there set the rarity to 0.

    Quote from ConsetLife

    its not working for me whenever i create a world there will be no ores what so ever. the only ore that can be found is emerald plz give me a solution

    with the default settings ore is very spread out, you have to go exploring caves (fastest way I have found to find ore). check in you .minecraft folder for a BODprops folder, if it is there then BOD is installed and running.

    Quote from FatsackTony

    Hey Marco, having a little difficulty in understanding the "vertical shift" component of your config file for better ore distribution. So if i were to set and ore spawn box with height = 20, that would mean that it would be centered(vertically) at y=10 correct? And if i were then to set the vertical shift to 44, that would mean it would now be centered at y=54 right? With a range between y=64 and y=44 right?

    yes, vertical shift is normally 0 in vanilla, such that the height is the number of blocks from the bottom of the map. vertical shift allows you to move that bottom reference point up or down with +/- numbers. so a mine with a height of 20, will have a spawn range of 20, and with a vertical shift of 44 will move the bottom of that range from 0 to 44.
    Quote from FatsackTony

    Also getting a worldgen related crash on server with tinkers construct, is this something ot do with your mod?

    Crash log:
    ---- Minecraft Crash Report ----
    // My bad.

    Time: 8/1/13 3:04 PM
    Description: Exception ticking world

    java.lang.NullPointerException
    at net.minecraft.world.gen.feature.WorldGenMinable.func_76484_a(WorldGenMinable.java:216)
    at mods.tinker.tconstruct.worldgen.TBaseWorldGenerator.generateUndergroundOres(TBaseWorldGenerator.java:101)
    at mods.tinker.tconstruct.worldgen.TBaseWorldGenerator.generateSurface(TBaseWorldGenerator.java:73)
    at mods.tinker.tconstruct.worldgen.TBaseWorldGenerator.generate(TBaseWorldGenerator.java:47)
    at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:134)
    at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:383)
    at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1244)
    at net.minecraft.world.gen.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:229)
    at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:148)
    at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:251)
    at net.minecraft.world.World.isBlockSolidOnSide(World.java:4785)
    at net.minecraft.world.World.isBlockSolidOnSide(World.java:4764)
    at net.minecraft.world.World.func_72797_t(World.java:3146)
    at net.minecraft.world.SpawnerAnimals.func_77190_a(SpawnerAnimals.java:314)
    at net.minecraft.world.SpawnerAnimals.func_77192_a(SpawnerAnimals.java:218)
    at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:358)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:809)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:320)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:716)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:600)
    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- Head --
    Stacktrace:
    at net.minecraft.world.gen.feature.WorldGenMinable.func_76484_a(WorldGenMinable.java:216)
    at mods.tinker.tconstruct.worldgen.TBaseWorldGenerator.generateUndergroundOres(TBaseWorldGenerator.java:101)
    at mods.tinker.tconstruct.worldgen.TBaseWorldGenerator.generateSurface(TBaseWorldGenerator.java:73)
    at mods.tinker.tconstruct.worldgen.TBaseWorldGenerator.generate(TBaseWorldGenerator.java:47)
    at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:134)
    at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:383)
    at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1244)
    at net.minecraft.world.gen.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:229)
    at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:148)
    at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:251)
    at net.minecraft.world.World.isBlockSolidOnSide(World.java:4785)
    at net.minecraft.world.World.isBlockSolidOnSide(World.java:4764)
    at net.minecraft.world.World.func_72797_t(World.java:3146)
    at net.minecraft.world.SpawnerAnimals.func_77190_a(SpawnerAnimals.java:314)
    at net.minecraft.world.SpawnerAnimals.func_77192_a(SpawnerAnimals.java:218)
    at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:358)

    -- Affected level --
    Details:
    Level name: DimensionalDoors/pocketDimID64
    All players: 1 total; [EntityPlayerMP['h8fullbackpack'/681, l='DimensionalDoors/pocketDimID64', x=-227.60, y=82.00, z=101.79](h8fullbackpack at -227.60200348631483,82.0,101.79190323005241)]
    Chunk stats: ServerChunkCache: 16 Drop: 0
    Level seed: -6316133916795717909
    Level generator: ID 00 - default, ver 1. Features enabled: true
    Level generator options:
    Level spawn location: World: (0,64,0), Chunk: (at 0,4,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 0 game time, 0 day time
    Level dimension: 64
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 164408 (now: false), thunder time: 27302 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Stacktrace:
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:809)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:320)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:716)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:600)
    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)

    -- System Details --
    Details:
    Minecraft Version: 1.5.2
    Operating System: Linux (amd64) version 3.2.0-41-generic
    Java Version: 1.7.0_07, Oracle Corporation
    Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 508189504 bytes (484 MB) / 1002176512 bytes (955 MB) up to 1002176512 bytes (955 MB)
    JVM Flags: 2 total; -Xmx1024M -Xms1024M
    AABB Pool Size: 6 (336 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
    CraftBukkit Information:
    Running: CraftBukkit version git-MCPC-Plus-jenkins-MCPC-Plus-Legacy-608 (MC: 1.5.2) (Implementing API version 1.5.2-R1.1-SNAPSHOT) true
    Plugins: { BKCommonLib v1.52 com.bergerkiller.bukkit.common.internal.CommonPlugin [bergerkiller, lenis0012], mcore v6.4.1 com.massivecraft.mcore.MCore [Cayorion], mcMMO v1.4.06-b2121 com.gmail.nossr50.mcMMO [nossr50, GJ, NuclearW, bm01, Glitchfinder, TfT_02, t00thpick1], NoLagg v1.90.0 com.bergerkiller.bukkit.nolagg.NoLagg [bergerkiller, lenis0012], PermissionsBukkit v2.0 com.platymuus.bukkit.permissions.PermissionsPlugin [SpaceManiac], Factions v2.0.1 com.massivecraft.factions.Factions [Cayorion, Brettflan],}
    Warnings: DEFAULT
    Threads: { TIMED_WAITING Thread-17: [java.lang.Thread.sleep(Native Method), com.bergerkiller.bukkit.common.AsyncTask.sleep(AsyncTask.java:72), com.bergerkiller.bukkit.nolagg.chunks.ChunkCompressionThread.run(ChunkCompressionThread.java:310), com.bergerkiller.bukkit.common.AsyncTask$1.run(AsyncTask.java:46)], TIMED_WAITING Connection #3 write thread: [java.lang.Thread.sleep(Native Method), net.minecraft.network.TcpWriterThread.run(TcpWriterThread.java:49)], RUNNABLE DestroyJavaVM: [], TIMED_WAITING Thread-18: [java.lang.Thread.sleep(Native Method), com.bergerkiller.bukkit.common.AsyncTask.sleep(AsyncTask.java:72), com.bergerkiller.bukkit.nolagg.itemstacker.StackFormer.run(StackFormer.java:104), com.bergerkiller.bukkit.common.AsyncTask$1.run(AsyncTask.java:46)], WAITING Thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:186), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), cpw.mods.fml.relauncher.FMLRelaunchLog$ConsoleLogThread.run(FMLRelaunchLog.java:79), java.lang.Thread.run(Thread.java:722)], RUNNABLE Signal Dispatcher: [], WAITING TC Aura Deletion Thread: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:186), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), thaumcraft.common.aura.AuraDeleteThread.run(AuraDeleteThread.java:19), java.lang.Thread.run(Thread.java:722)], TIMED_WAITING File IO Thread: [java.lang.Thread.sleep(Native Method), net.minecraft.world.storage.ThreadedFileIOBase.func_75736_b(SourceFile:43), net.minecraft.world.storage.ThreadedFileIOBase.run(SourceFile:22), java.lang.Thread.run(Thread.java:722)], TIMED_WAITING pool-1-thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603), java.lang.Thread.run(Thread.java:722)], TIMED_WAITING Metrics updating thread of BKCommonLib: [java.lang.Thread.sleep(Native Method), com.bergerkiller.bukkit.common.metrics.Metrics$1.run(Metrics.java:281)], TIMED_WAITING MStore ExamineThread: [java.lang.Thread.sleep(Native Method), com.massivecraft.mcore.store.ExamineThread.run(ExamineThread.java:55)], TIMED_WAITING Snooper Timer: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], TIMED_WAITING Spigot Metrics Thread: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], TIMED_WAITING Metrics updating thread of NoLagg: [java.lang.Thread.sleep(Native Method), com.bergerkiller.bukkit.common.metrics.Metrics$1.run(Metrics.java:281)], WAITING Finalizer: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151), java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:177)], TIMED_WAITING Thread-16: [java.lang.Thread.sleep(Native Method), com.bergerkiller.bukkit.common.AsyncTask.sleep(AsyncTask.java:72), com.bergerkiller.bukkit.nolagg.chunks.ChunkCompressionThread.run(ChunkCompressionThread.java:310), com.bergerkiller.bukkit.common.AsyncTask$1.run(AsyncTask.java:46)], WAITING Reference Handler: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:503), java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)], WAITING Java2D Disposer: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151), sun.java2d.Disposer.run(Disposer.java:145), java.lang.Thread.run(Thread.java:722)], RUNNABLE Listen thread: [java.net.PlainSocketImpl.socketAccept(Native Method), java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:398), java.net.ServerSocket.implAccept(ServerSocket.java:522), java.net.ServerSocket.accept(ServerSocket.java:490), net.minecraft.server.ServerListenThread.run(ServerListenThread.java:82)], TIMED_WAITING Thread-70: [java.lang.Thread.sleep(Native Method), net.minecraft.network.TcpMonitorThread.run(SourceFile:375)], WAITING TC Aura Update Thread: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:186), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), thaumcraft.common.aura.AuraUpdateThread.run(AuraUpdateThread.java:21), java.lang.Thread.run(Thread.java:722)], TIMED_WAITING Thread-5: [java.lang.Thread.sleep(Native Method), net.minecraft.server.dedicated.DedicatedServerSleepThread.run(SourceFile:60)], TIMED_WAITING pool-1-thread-3: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603), java.lang.Thread.run(Thread.java:722)], WAITING TC Aura Calculation Thread: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:186), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), thaumcraft.common.aura.AuraCalculationThread.run(AuraCalculationThread.java:23), java.lang.Thread.run(Thread.java:722)], RUNNABLE Server thread: [java.lang.Thread.dumpThreads(Native Method), java.lang.Thread.getAllStackTraces(Thread.java:1618), org.bukkit.craftbukkit.v1_5_R3.CraftCrashReport.call(CraftCrashReport.java:27), net.minecraft.crash.CrashReportCategory.func_71500_a(CrashReportCategory.java:106), net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:59), net.minecraft.crash.CrashReport.<init>(CrashReport.java:41), net.minecraft.crash.CrashReport.func_85055_a(CrashReport.java:303), net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:813), net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:320), net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:716), net.minecraft.server.MinecraftServer.run(MinecraftServer.java:600), net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)], RUNNABLE Connection #3 read thread: [java.net.SocketInputStream.socketRead0(Native Method), java.net.SocketInputStream.read(SocketInputStream.java:150), java.net.SocketInputStream.read(SocketInputStream.java:121), java.io.FilterInputStream.read(FilterInputStream.java:133), org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source), org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source), java.io.FilterInputStream.read(FilterInputStream.java:83), net.minecraft.network.packet.Packet.func_73272_a(Packet.java:156), net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:300), net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:528), net.minecraft.network.TcpReaderThread.run(SourceFile:94)], RUNNABLE Thread-6: [java.io.FileInputStream.readBytes(Native Method), java.io.FileInputStream.read(FileInputStream.java:242), java.io.BufferedInputStream.fill(BufferedInputStream.java:235), java.io.BufferedInputStream.read(BufferedInputStream.java:254), java.io.FilterInputStream.read(FilterInputStream.java:83), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader$1.read(ConsoleReader.java:167), org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:267), org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:204), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:995), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1167), net.minecraft.server.dedicated.DedicatedServerCommandThread.run(DedicatedServerCommandThread.java:37)], TIMED_WAITING process reaper: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603), java.lang.Thread.run(Thread.java:722)], TIMED_WAITING pool-1-thread-2: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent
    .SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603), java.lang.Thread.run(Thread.java:722)], TIMED_WAITING Spigot Watchdog Thread: [java.lang.Thread.sleep(Native Method), org.spigotmc.WatchdogThread.run(WatchdogThread.java:87)], TIMED_WAITING Thread-68: [java.lang.Thread.sleep(Native Method), net.minecraft.network.TcpMasterThread.run(SourceFile:298)], TIMED_WAITING pool-1-thread-4: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603), java.lang.Thread.run(Thread.java:722)],}
    Recent tasks from 884-914{mcMMO:com.gmail.nossr50.runnables.UpdateCheckerTask@31,}
    FML: MCP v7.51 FML v5.2.23.738 Minecraft Forge 7.8.1.738 64 mods loaded, 64 mods active
    mcp{7.51} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    FML{5.2.23.738} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Forge{7.8.1.738} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    CodeChickenCore{0.8.7.1} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NotEnoughItems{1.5.2.28} [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    PowerCrystalsCore{1.1.6} [PowerCrystals Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    mod_bspkrsCore{v2.08(1.5.2)} [bspkrsCore] ([1.5.2]bspkrsCorev2.08.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    TreeCapitator{Forge 1.5.2.r01} [TreeCapitator] ([1.5.2]TreeCapitator.Forge.1.5.2.r01.Uni.CoreMod.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    DamageIndicatorsMod{2.7.0.1} [Damage Indicators] (1.5.2 DamageIndicators v2.7.0.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    AsgardShield_Core{2.0.4} [AsgardShield] (1.5.2AsgardShield_Core_2.0.4Forge.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ASAddon_ColorAPI{1.0.0} [ASAddon_ColorAPI] (1.5.2AsgardShield_Core_2.0.4Forge.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ArchimedesShipsMod{1.5.2 v1.2.0} [Archimedes' Ships] (ArchimedesShips.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ArsMagica{5.52.013} [Ars Magica] (ArsMagica_5.52.013.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BattleTowers{1.3.4} [Battle Towers] (BattleTowers_1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BetterDungeons{1.8} [Better dungeons] (BetterDungeons.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BetterTrade{1.2} [BetterTrade] (BetterTrade.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    QuiverMod{1.6} [Better Archery] (Better_Archery_1.6_for_1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Natura{1.5.1_2.1} [Natura] (Natura_2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BiomesOPlenty{0.5.5} [Biomes O' Plenty] (Biomes-O-Plenty-0.5.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    CatapultMod{0.8.9.137-beta-MC151} [Catapult Mod] (Catapult_Mod-0.8.9.137-beta-MC15X.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    CustomChestLoot{0.1} [Custom Chest Loot] (CustomChestLoot 1.0 for MC 1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    CustomSpawner{2.2.3.d1} [DrZhark's CustomSpawner] (CustomMobSpawner 2.2.3 DEV-R1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    DeadlyWorld{0.2} [Deadly World] (DeadlyWorld 0.2 for MC 1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    DimDoors{1.5.2R1.4.0RC1} [Dimensional Doors] (DimensionalDoors-1.5.2R1.4.0RC1-160.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MoCreatures{5.2.4.d1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v5.2.4 DEV-R1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    DungeonMobs{2.6.0} [Dungeon Mobs] (Dungeon Mobs v2.6.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    DungeonCrawler{0.2.4} [Dungeon Crawler] (DungeonCrawler 0.2.4v5 for MC 1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    DungeonPack{1.5.2 v3} [DungeonPack] (DungeonPack 1.5.2 v3 Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ExtrabiomesXL{3.13.4} [ExtrabiomesXL] (ExtrabiomesXL-universal-1.5.2-3.13.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    GraveStone{2.3.0} [GraveStone] (GraveStone 2.3.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    InfernalMobs{1.3.1} [Infernal Mobs] (InfernalMobs_1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    inventorytweaks{1.54b} [Inventory Tweaks] (InventoryTweaks-1.54b.jar.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    TConstruct{1.5.1_1.4.1.5} [Tinkers' Construct] (TConstruct_1.4.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    KBItinkersmelt{1.2.1} [KBI Tinker's Construct Smeltery Addon] (KBI Tinkers Construct Recovery Addon 1.2.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    minegicka{1.2.2} [Minegicka 2] (Minegicka II 1.2.2 for MC1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    AS_Minions{1.6.6} [Minions] (Minions_1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MoreSwordsMod{2.4.2} [More Swords Mod] (More Swords Mod 2.4.4 For 1.5.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    More Bows{1.5_v1} [More Bows mod] (More bows 1.5.2_2 Forge.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MutantCreatures{1.3.4} [Mutant Creatures] (Mutant Creatures v1.3.4 mc1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Natura|CompatMineFactoryReloaded{0.1} [Natura compat: MFR] (Natura_2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NetherOres{1.5.1R2.1.5} [Nether Ores] (NetherOres-2.1.5-75.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    PetBat{1.2.0} [Pet Bat] (PetBat_1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    PR{0.0.1.5} [Plunder Rummage] (Plunder Rummage 0.0.1.6 (MC 1.5.2).zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    PrimitiveMobs{1.4} [Primitive Mobs Mod] (PrimitiveMobsv1.4MC1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Railcraft{7.3.0.0} [Railcraft] (Railcraft_1.5.2-7.3.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    xreliquary{1.5.2} [Xeno's Reliquary] (Reliquary1.0.6d.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    SpecialMobs{2.5.2} [Special Mobs] (SpecialMobs 2.5.2 for MC 1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    TConstruct|CompatMineFactoryReloaded{0.1} [TConstruct Compat: MFR] (TConstruct_1.4.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Thaumcraft{3.0.5f} [Thaumcraft] (Thaumcraft3.0.5f.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ThaumicTinkerer{1.0.5} [Thaumic Tinkerer] (Thaumic Tinkerer [1.0.5].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    AS_UpdateCheck{1.0.8} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    UtilityMobs{2.0.1} [Utility Mobs] (UtilityMobs 2.0.1 for MC 1.5.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    weaponmod{1.5.2 v1.12.0} [Balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BetterFurnaces{3.2} [Better Furnaces] ([1.5.2]BetterFurnacesV3.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BetterStorage{0.6.2.23} [BetterStorage] ([1.5.2]BetterStorage_0.6.2.23.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    nohero_moreHealth{4.2} [More Health Forge] ([Forge]More Health Enhanced 4.2 Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    DustMod{1.3.2} [Runic Dust Mod] (dustmod-v1.3.2_CORE.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    DustModDefaults{1.6.2} [Runic Dust Mod: Default runes and inscriptions pack] (dustmod-v1.6.2_DEFAULT-RUNES.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ExtraUtilities{0.2.4b} [Extra Utilities] (extrautils-0.2.4b.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Magical-Crops{2.1.2a} [Magical Crops] (magical_crops_1.5.1.2.1.2a.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Millenaire{5.1.3} [Millénaire] (millenaire5.1.3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Mystcraft{0.10.4.00} [Mystcraft] (mystcraft-uni-1.5.2-0.10.4.00.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    TwilightForest{1.18.1} [The Twilight Forest] (twilightforest-1.18.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MSC2{0.9.0} [Mob Spawn Controls 2] (Forge_MSC2v0.9.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Player Count: 1 / 10; [EntityPlayerMP['h8fullbackpack'/681, l='DimensionalDoors/pocketDimID64', x=-227.60, y=82.00, z=101.79](h8fullbackpack at -227.60200348631483,82.0,101.79190323005241)]
    Is Modded: Definitely; Server brand changed to 'mcpc,craftbukkit,fml,forge'
    Type: Dedicated Server (map_server.txt)

    hmm, null pointer exception, I didn't see anything in the code there that should have done that. I will have to ask diyo how he is doing his ores.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.2][SP/SMP] Marcopolo's Mods: Better Ore Distribution(v2.7.1 beta), Trap Friendly Cactus, and Practical TNT
    Quote from PetSquirrel

    I am trying to set up a 1.5.2 server that uses Multiverse. In the setup, I want to have the "Overworld" be set up with 0 ores generating - None. I then want to use Multiverse to generate a second map, with BOD to cluster the ores and make more of them. The Mining world will then be regen'd once a month to bring ores back closer to the spawn point as stuff gets mined. This way whenever the server needs to add or remove a mod, or update the overall server, there will be no worldgen to worry about in the Overworld.

    It sounds like, based on your post, that this is not possible with BOD. I could have 0 ores, or I could have Mucho, but not both. Am I right?

    there is currently no way to do that in the settings, when I find time for BOD I will add a dimension setting. though that is if you have both worlds with the same biomes or stone type, if you had the other world use different biomes or stone from the overworld then you could seperate them. I'm not sure what mods you would need though.

    Quote from FatsackTony

    whenever I use your mod it generates the BODprops file on my desktop, not the .minecraft folder. I moved it to .minecraft and configured it, but I don't see any of the changes I made being implemented, and it still generates a new BODprops folder on my desktop after removing the first one. I plan to move this to a server I pay for using filezilla and I want to know that it will load the configs correctly for the server

    you are using the multiplayer version of BOD, which puts the configs in the same location as the executable, which means your minecraft.exe is on your desktop. The only difference between the SP and MP version of BOD is the location code for the configs. SP puts it in the .mincraft folder, the MP version puts them next to the server.jar (or in your case, minecraft.exe)
    Posted in: Minecraft Mods
  • To post a comment, please .