• 0

    posted a message on Ars Magica 2 - Ideas
    Out of curiosity, I remember that you, Mithion, had a contest were participants could write a story pertaining to Ars Magica (I wish I could have participated). The prize I believe was ... um, aura? A magical aura around your character? Since you're talking skill trees and stuff (which sounds awesome), maybe you could add that but only as something that is granted when a player reaches 100% of an affinity.

    For example, say I had a 100% Ender Affinity. I'd have those ender particles coming out my character. Or say 100% lightning affinity; then there would be little sparks, kinda like the Arcane Bolt spell animation) but acts more like that particle emitter you showed off in one of your preview vids.

    But, I haven't the slightest idea how that would be accomplished and I could be asking for too much. Just thoughts then. Either way, I can't wait to blow stuff up become a mage, heh.
    Posted in: Requests / Ideas For Mods
  • 0

    posted a message on Biomes O' Plenty - Over 50 new biomes, with new trees, plants, mobs, and more!
    Quote from painter73

    253 is BoP 'crag rock' Sometimes it's nice to open both files at the same time (side by side) and make sure nothing else matches :)


    Again, thank you soo much. I dunno how I missed that (might be that I've been busy all day and it's currently 2:38am, heh). Minecraft successfully opened and now I can play with Natura and BOP until the rest of the mods I want are updated and soundly working. And now I know a little more about ID conflicts and crash reports. :) I give you these diamonds :Diamond: :Diamond: and give you this "+1 point" thing at the bottom of the posts. :)
    Posted in: Minecraft Mods
  • 0

    posted a message on Biomes O' Plenty - Over 50 new biomes, with new trees, plants, mobs, and more!
    Quote from painter73

    To get to the config file just open your .minecraft folder and right under your 'assets' folder is a folder called 'config'. Just open that and look for the mod config you want to adjust/change. Open it with notepad,notepad++, or wordpad. Change what you want and then just save and close it. :)
    PS. If you are talking about changing 'hard sand' and 'long grass' remember they are terrain block IDs and must stay under 256 :)


    Thank you sooooo much. I had Notepad++ but I was looking in the wrong areas. Now I know better, but unfortunately, now I have a different crash invovling Tainted Soil (which is Natura, and I apologize for posting it here) but the thing that boggles me now is what Tainted Soil is having a conflict with...?

    What does this mean? ----v
    java.lang.IllegalArgumentException: Slot 253 is already occupied by mods.natura.blocks.TaintedSoil@20d1ac6f when adding biomesoplenty.blocks.BlockBOPGeneric@1306728

    I changed Long Grass Block's (BOP) ID to 251 and checked Natura's terrain IDs to make sure there were no matches but still got this weird crash. I even check vanilla minecraft IDs. Sorry if I seem bothersome now, but I really don't know where else to go figure this stuff out.

    I have also realized that MDyo (Natura's author) said that the lastest dev build for his mod may contain bugs. If this is one of them, I'll send my full crash report to his thread. In any case, you were a big help. Thank you in advance. :)
    Posted in: Minecraft Mods
  • 0

    posted a message on Biomes O' Plenty - Over 50 new biomes, with new trees, plants, mobs, and more!
    Okay, I really dont want to be a bother, and I've tried Googling for my answer (and searching the forums), but to no avail. I even read through Forge's "Item ID Conflict Issues for Dummies" guide, but it looks like it was written for someone who already has extensive knowledge in coding and such (I'm not one of them). I'm more or less getting the same ID conflict crash between BOP and Natura. This time, it involves Heat Sand and the Long Grass Block. I searched through BOP's configs and found the class file for the Long Grass Block, but that's where my search halted unfortunately. So rather than post a crash report, all I want to know is, how do I change either of their item IDs? I really want to have Natura and BOP in my worlds. They go so good together. =)
    Posted in: Minecraft Mods
  • 0

    posted a message on Thaumcraft 3.0.5i (Outdated)
    Well, I am downright speechless. Been playing Thaumcraft since Thaumcraft 2 and despite the resource sinkage, I loved the mod. Now that it appears that there is no more resource sinkage, I'm just mind blown. Seriously, this looks amazing! Even the Aura Node got a new design. Not sure if they'll work in the same way, but heh, I look forward to having this mod again. Bonus points to you sir! You're just that awesome to have put so much time into such a great thing. =D
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.X]Natura
    I have the latest download and while I am not very good at reading crash reports, it would seem that the latest dev Build for Natura and the latest build for BOP are having an issue together. I think it is an item ID conflict but I have no idea how to change said IDs (if it is indeed an item ID conflict). The top of the report mentioned Heat Sand (Natura) and Long Grass Block (BOP) having an issue. Here is the full report:

    *I posted this on the BOP thread as well, but got no answer, so I figured I'd post it here as well as I think, from seeing the crash report, that Natura was involved, too.


    ---- Minecraft Crash Report ----
    // Oh - I know what I did wrong!

    Time: 7/27/13 12:16 PM
    Description: Initializing game

    java.lang.IllegalArgumentException: Slot 252 is already occupied by mods.natura.blocks.HeatSand@49838b82 when adding biomesoplenty.blocks.BlockLongGrass@1d45313d
    at net.minecraft.block.Block.<init>(Block.java:348)
    at biomesoplenty.blocks.BlockLongGrass.<init>(BlockLongGrass.java:22)
    at biomesoplenty.configuration.BOPBlocks.initializeBlocks(BOPBlocks.java:143)
    at biomesoplenty.configuration.BOPBlocks.init(BOPBlocks.java:86)
    at biomesoplenty.BiomesOPlenty.preInit(BiomesOPlenty.java:66)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:193)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:104)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:172)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)


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

    -- Head --
    Stacktrace:
    at net.minecraft.block.Block.<init>(Block.java:348)
    at biomesoplenty.blocks.BlockLongGrass.<init>(BlockLongGrass.java:22)
    at biomesoplenty.configuration.BOPBlocks.initializeBlocks(BOPBlocks.java:143)
    at biomesoplenty.configuration.BOPBlocks.init(BOPBlocks.java:86)
    at biomesoplenty.BiomesOPlenty.preInit(BiomesOPlenty.java:66)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:193)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:104)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:172)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)

    -- System Details --
    Details:
    Minecraft Version: 1.6.2
    Operating System: Windows 8 (amd64) version 6.2
    Java Version: 1.7.0_15, Oracle Corporation
    Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 284280944 bytes (271 MB) / 543096832 bytes (517 MB) up to 1405616128 bytes (1340 MB)
    JVM Flags: 1 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
    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: 0, tallocated: 0
    FML: MCP v8.04 FML v6.2.19.789 Minecraft Forge 9.10.0.789 Optifine OptiFine_1.6.2_HD_U_B4 13 mods loaded, 13 mods active
    mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    FML{6.2.19.789} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized
    Forge{9.10.0.789} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized
    DamageIndicatorsMod{2.8.7.0} [Damage Indicators] (1.6.2 DamageIndicators v2.8.7.0.zip) Unloaded->Constructed->Pre-initialized
    Doggy Talents{v1.4.0} [Doggy Talents] ([1.6.2] Doggy Talents - v1.4.0.zip) Unloaded->Constructed->Pre-initialized
    mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.2]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized
    BiblioCraft{1.3.4} [BiblioCraft] (BiblioCraft[v1.3.4].zip) Unloaded->Constructed->Pre-initialized
    Natura{2.1.3} [Natura] (Natura_1.6.2_2.1.3.zip) Unloaded->Constructed->Pre-initialized
    BiomesOPlenty{0.5.9} [Biomes O' Plenty] (Biomes-O-Plenty-0.5.9R1-1.6.2.jar) Unloaded->Constructed->Errored
    CarpentersBlocks{v1.7} [Carpenter's Blocks] (Carpenter's Blocks v1.7 - MC 1.6+.zip) Unloaded->Constructed->Pre-initialized
    CraftHeraldry{1.0.3} [CraftHeraldry] (CraftHeraldry 1.0.3.zip) Unloaded->Constructed->Pre-initialized
    DragonMounts{1.0.0pre} [Dragon Mounts Forge (WIP)] (dragonmount_v1.0.0pre_mc1.6.x.zip) Unloaded->Constructed->Pre-initialized
    Natura|CompatMineFactoryReloaded{0.1} [Natura compat: MFR] (Natura_1.6.2_2.1.3.zip) Unloaded->Constructed->Pre-initialized
    Launched Version: 1.6.2-Forge9.10.0.789
    LWJGL: 2.9.0
    OpenGL: Intel® HD Graphics 4000 GL version 4.0.0 - Build 9.17.10.2857, Intel
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Pack: Wolfhound Summer.zip
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
    Posted in: Minecraft Mods
  • 0

    posted a message on Biomes O' Plenty - Over 50 new biomes, with new trees, plants, mobs, and more!
    Quote from TDWP_FTW

    You need to use them to craft the Ancient Staff, which is used to open the Promised Land portal. You also use them for the altar stuff so you can summon the enderdragon again.


    You can summon the enderdragon again with that stuff? How?! I've gone to Google and back and tried out stuff in game and cannot figure out how make it all work. Can't figure out how to make the mystery music disc either. Also, in reference to the crash report I posted higher on this page, does BOP work with Natura at all?
    Posted in: Minecraft Mods
  • 0

    posted a message on Biomes O' Plenty - Over 50 new biomes, with new trees, plants, mobs, and more!
    Quote from Disolia

    When consuming a berry it causes players to crash. Is that normal?


    Not normal lol. Hopefully, that will be fixed in the future. Also, if I may add to this, trying to place a BOP sapling into a vanilla flower pot causes a crash as well. If it was intentional that a BOP sapling cannot be placed in a vanilla flower pot, then I'm fine with that. But I would prefer to not crash for attempting lol.
    Posted in: Minecraft Mods
  • 0

    posted a message on Biomes O' Plenty - Over 50 new biomes, with new trees, plants, mobs, and more!
    I apologize in advance if this issue has already been noticed. (I already read and know about the berry bug - trying to eat them makes the game crash). I have the latest download and while I am not very good at reading crash reports, it would seem that the latest dev Build for Natura and the latest build for BOP are having an issue together. I think it is an item ID conflict but I have no idea how to change said IDs (if it is indeed an item ID conflict). The top of the report mentioned Heat Sand (Natura) and Long Grass Block (BOP) having an issue. Here is the full report. (And for being a new member to the Minecraft Forums at the time of making this post, I figured out how to use the spoilers =D)

    *If I was supposed to post this on Natura forum instead, I apologize.

    ---- Minecraft Crash Report ----
    // Oh - I know what I did wrong!

    Time: 7/27/13 12:16 PM
    Description: Initializing game

    java.lang.IllegalArgumentException: Slot 252 is already occupied by mods.natura.blocks.HeatSand@49838b82 when adding biomesoplenty.blocks.BlockLongGrass@1d45313d
    at net.minecraft.block.Block.<init>(Block.java:348)
    at biomesoplenty.blocks.BlockLongGrass.<init>(BlockLongGrass.java:22)
    at biomesoplenty.configuration.BOPBlocks.initializeBlocks(BOPBlocks.java:143)
    at biomesoplenty.configuration.BOPBlocks.init(BOPBlocks.java:86)
    at biomesoplenty.BiomesOPlenty.preInit(BiomesOPlenty.java:66)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:193)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:104)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:172)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)


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

    -- Head --
    Stacktrace:
    at net.minecraft.block.Block.<init>(Block.java:348)
    at biomesoplenty.blocks.BlockLongGrass.<init>(BlockLongGrass.java:22)
    at biomesoplenty.configuration.BOPBlocks.initializeBlocks(BOPBlocks.java:143)
    at biomesoplenty.configuration.BOPBlocks.init(BOPBlocks.java:86)
    at biomesoplenty.BiomesOPlenty.preInit(BiomesOPlenty.java:66)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:193)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:104)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:172)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)

    -- System Details --
    Details:
    Minecraft Version: 1.6.2
    Operating System: Windows 8 (amd64) version 6.2
    Java Version: 1.7.0_15, Oracle Corporation
    Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 284280944 bytes (271 MB) / 543096832 bytes (517 MB) up to 1405616128 bytes (1340 MB)
    JVM Flags: 1 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
    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: 0, tallocated: 0
    FML: MCP v8.04 FML v6.2.19.789 Minecraft Forge 9.10.0.789 Optifine OptiFine_1.6.2_HD_U_B4 13 mods loaded, 13 mods active
    mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    FML{6.2.19.789} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized
    Forge{9.10.0.789} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized
    DamageIndicatorsMod{2.8.7.0} [Damage Indicators] (1.6.2 DamageIndicators v2.8.7.0.zip) Unloaded->Constructed->Pre-initialized
    Doggy Talents{v1.4.0} [Doggy Talents] ([1.6.2] Doggy Talents - v1.4.0.zip) Unloaded->Constructed->Pre-initialized
    mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.2]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized
    BiblioCraft{1.3.4} [BiblioCraft] (BiblioCraft[v1.3.4].zip) Unloaded->Constructed->Pre-initialized
    Natura{2.1.3} [Natura] (Natura_1.6.2_2.1.3.zip) Unloaded->Constructed->Pre-initialized
    BiomesOPlenty{0.5.9} [Biomes O' Plenty] (Biomes-O-Plenty-0.5.9R1-1.6.2.jar) Unloaded->Constructed->Errored
    CarpentersBlocks{v1.7} [Carpenter's Blocks] (Carpenter's Blocks v1.7 - MC 1.6+.zip) Unloaded->Constructed->Pre-initialized
    CraftHeraldry{1.0.3} [CraftHeraldry] (CraftHeraldry 1.0.3.zip) Unloaded->Constructed->Pre-initialized
    DragonMounts{1.0.0pre} [Dragon Mounts Forge (WIP)] (dragonmount_v1.0.0pre_mc1.6.x.zip) Unloaded->Constructed->Pre-initialized
    Natura|CompatMineFactoryReloaded{0.1} [Natura compat: MFR] (Natura_1.6.2_2.1.3.zip) Unloaded->Constructed->Pre-initialized
    Launched Version: 1.6.2-Forge9.10.0.789
    LWJGL: 2.9.0
    OpenGL: Intel® HD Graphics 4000 GL version 4.0.0 - Build 9.17.10.2857, Intel
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Pack: Wolfhound Summer.zip
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
    Posted in: Minecraft Mods
  • 0

    posted a message on Dragon Mounts r46 [WIP]
    Hello there. Making my first post here on the Minecraft Forums. Just wanted to say that I was trying out your mod and I love it, love it, love it. I read the original post to learn that the controls are nerfed due to 1.6, but I was wondering something...

    I learned how get ender dragons, water dragons, and fire dragons. But how do I get a ghost dragon and an air dragon (if those types still exist). Also, was this the mod that allowed the dragons to breathe fire as well? If so, what's the key for it? If this was already answered in this thread somewhere, then I have missed it. 200+ pages is alot to go through, heh.
    Posted in: WIP Mods
  • To post a comment, please .