• 0

    posted a message on [1.4.7][FORGE]Experience Gem MOD v1.0 (STORE YOUR EXPERIENCE)
    Quote from Roxane

    Hi guys!
    I see this mod has not been updated recently. If you want to have a version for the new release have a look at my experience gem mod: Roxa's mods!
    If you don't want to lose your stored experience, see how many levels you have stored in your old Gens and simply take the appropriate amount of fully charged gems out of the creative inventory.

    :mellow:
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.7.10/1.7.2/1.6.4/1.5.2/1.4.7]Hunting Traps Mod (V. 0.4.0)
    yeah i think this page needs screenshots
    Posted in: WIP Mods
  • 0

    posted a message on [1.7.10/1.7.2/1.6.4/1.5.2/1.4.7]Hunting Traps Mod (V. 0.4.0)
    =D sweet dude

    also; un-credit me, you did most the work!
    Quote from DismalAmoeba

    Don't you need to show the permission?

    He got my permission
    Posted in: WIP Mods
  • 0

    posted a message on Will old forge mod tutorials work?
    to keep it sweet and concise: "sometimes"


    it really depends whats changed; like don't even try old dimension or crop code.
    Posted in: Modification Development
  • 0

    posted a message on [Forge] Storing certain data in a certain player on server? How?
    Hey, i was wondering how one would store data, say an integer that is changeable and retrievable in each player, sorta like how a wolf will only stand for a certain player. Anyone now how to?

    For help i'll give a 1+ and eternal gratitude.
    Posted in: Modification Development
  • 0

    posted a message on Need help with a mod error.
    Hello. So i have quite a few mods for forge and I'm trying to get through all the stuff­ I have to deal with from the new sprite locator engine in minecraft. I got this error when I changed around 5 lines. Never seen this before.

     Minecraft has crashed!
    ----------------------
    
    Minecraft has stopped running because it encountered a problem; Failed to start game
    
    A full error report has been saved to /Users/griffinprechter/Library/Application Support/minecraft/crash-reports/crash-2013-03-25_19.36.49-client.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash :(
    
    
    
    --- BEGIN ERROR REPORT f7441440 --------
    Full report at:
    /Users/griffinprechter/Library/Application Support/minecraft/crash-reports/crash-2013-03-25_19.36.49-client.txt
    Please show that file to Mojang, NOT just this screen!
    
    Generated 3/25/13 7:36 PM
    
    -- System Details --
    Details:
    Minecraft Version: 1.5.1
    Operating System: Mac OS X (x86_64) version 10.8.3
    Java Version: 1.6.0_43, Apple Inc.
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
    Memory: 479768632 bytes (457 MB) / 534708224 bytes (509 MB) up to 1065025536 bytes (1015 MB)
    JVM Flags: 3 total; -Xbootclasspath/a:/System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Resources/LauncherSupport.jar -Xms512M -Xmx1024M
    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 v7.44 FML v5.1.8.608 Minecraft Forge 7.7.0.608 4 mods loaded, 4 mods active
    mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
    FML [Forge Mod Loader] (coremods) Unloaded->Constructed
    Forge [Minecraft Forge] (coremods) Unloaded->Constructed
    QuinceScott_EXPGEM [Quince Scott's: Experience Gems MOD] (ExperienceGem.zip) Unloaded->Errored
    LWJGL: 2.4.2
    OpenGL: ATI Radeon HD 6750M OpenGL Engine GL version 2.1 ATI-1.6.37, ATI Technologies Inc.
    Is Modded: Definitely; Client brand changed to 'forge,fml'
    Type: Client (map_client.txt)
    Texture Pack: Default
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
    
    cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: quincescott.expgem.common.QM_ExpGemMain
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:142)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:512)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:407)
    at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
    at net.minecraft.client.Minecraft.run(Minecraft.java:729)
    at java.lang.Thread.run(Thread.java:680)
    Caused by: java.lang.ClassNotFoundException: quincescott.expgem.common.QM_ExpGemMain
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:211)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:56)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:249)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:446)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    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:314)
    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.propogateStateMessage(LoadController.java:165)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    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:314)
    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:98)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:502)
    ... 5 more
    Caused by: java.lang.NullPointerException
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:200)
    ... 32 more
    --- END ERROR REPORT eca64f35 ----------


    Any help would be appreciated, thanks. =)

    >_ Quince
    Posted in: Modification Development
  • 0

    posted a message on [1.4.7][FORGE]Experience Gem MOD v1.0 (STORE YOUR EXPERIENCE)
    you get your exp back from the gem, then you have to click it again to fill it.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.4.7][FORGE]Experience Gem MOD v1.0 (STORE YOUR EXPERIENCE)
    Quote from Wreckage

    Looking forward to the 1.5 update. Great mod.
    thanks =)
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.4.7][FORGE]Experience Gem MOD v1.0 (STORE YOUR EXPERIENCE)
    Quote from goldsword44

    an excellent mod, and i'll be digging through your other mods because i'm sure there's quite a few hidden gems :D also yay for a use for an emerald and the high amount of config options!
    thanks! =D
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.4.7][FORGE]Experience Gem MOD v1.0 (STORE YOUR EXPERIENCE)
    working on some new features =D
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.4.7][FORGE]Experience Gem MOD v1.0 (STORE YOUR EXPERIENCE)
    btw i don't release source code, stop messaging me.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.4.7][FORGE]Experience Gem MOD v1.0 (STORE YOUR EXPERIENCE)
    anything you guys want me to change?
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.4.7/1.4.6][Forge / ModLoader ]Trampoline MOD v1.0 (Put some spring in your step!)
    Quote from Nmaska

    Could I use this mod in my very first video on my YouTube channel? I love the mod by the way! And how do you add a link to the description in YouTube for a site?

    Q1: yes sure
    Q2: i don't know
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.4.7][FORGE]Experience Gem MOD v1.0 (STORE YOUR EXPERIENCE)
    Quote from Lt_Spyro

    Just noticed I did the wrong recipe, man I feel stupid, sorry!
    it's fine, no sweat. =)
    Posted in: Minecraft Mods
  • To post a comment, please .