• 0

    posted a message on Simple survival server
    No mods
    Not using bukket
    Just simply join and start Surviving

    64.121.139.29:25565

    I have built a spawn point for new players containing beginner equipment and boosting effects

    Posted in: PC Servers
  • 0

    posted a message on [1.5.1] [Forge] Gemstone Mod
    Quote from SpAcE_mOnKeY126

    yeah i saw you said something about "toolset" but then i couldnt find it again, but i see it now, still you do need to set it out better and should add that they're "stronger than diamond" to the op, also, does this mean all gem tools are the same strength? if so what's the point of having four toolsets? just the different colours?


    yea pretty much just for the different colors
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.5.1] [Forge] Gemstone Mod
    Quote from SpAcE_mOnKeY126

    you need to add more information, does it only add the gems and the blocks, or can you make tools from them as well? if so what is their durability and strength?


    I did note that had made a toolset for them and they are stronger slightly stronger than the diamond toolset but they have the same harvesting level. I will be eventually making armor set for the gemstones.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.5.1] [Forge] Gemstone Mod
    Gemstone Mod:
    - Contains new toolsets for Emerald, Ruby, Amethyst, Topaz, and Sapphire gemstones.
    - Fully working crafting recipes for the toolsets and gemstones.
    - New gemstones spawn within 30 meters from bedrock anywhere in the Minecraft world.
    - Gemstone toolset has same harvesting level as diamond toolset but they last quite a bit longer.

    This is a pretty straightforward mod and easy to install, it uses Item ID number 500-550 right now so if there are any errors it is most likely because of an ID conflict.

    Download HERE

    To install:
    1. download the .rar file
    2. place it in your minecraft > mods folder
    3. for windows right click the .rar and "extract here" / for mac computer I have no idea
    4. delete the .rar file
    5. play the game (the new gemstone ore will spawn if a new world is created, they are as frequent as emerald ore)

    For ID conflicts:
    1. open minecraft > config > partydemon_gemstoneMod.CFG
    2. change the ID's that are conflicting
    3. play the game

    Post feedback for the mod, post any bugs that are found, and post any suggestions for more gemstones.

    --------------------------------------------------------------------------------------------------------

    Created by partydemon

    Added: Gemstone Toolset
    Added: Ruby, Topaz, Sapphire, Amethyst

    Posted in: Minecraft Mods
  • 0

    posted a message on [Forge] Minecraft Error 1.5.1
    Quote from Kovu

    Your class MoreBlocksMod inside of the package mods.moreBlocksMod does not exist


    I can't figure out why its coming up with that. The files are there, and I don't have any errors in my code before recompiling. I'm trying to find out what to look for, and where I might find the error. I'm not asking for an exact answer just a push in the right direction. Like, would it be in the way I'm moving the files to the client, or its coming from my moreBlocksMod.class.
    Posted in: Modification Development
  • 0

    posted a message on [1.5+] Creating mods ~ Extradrops [Forge + Source]
    I can't figure out what I'm doing wrong with adding my mod to my client. I copied the text you had exactly and I just copied the proxies didn't add the blocks or textures. Went to my mcp744, recompiled, and reobfuscated. Went to the reobf > minecraft > mods folder copied the folders in there, and pasted them in my freshly installed Minecraft Forge 1.5.1 client. I get this error every time :

    	  Minecraft has crashed!	 
    	  ----------------------	 
    
    Minecraft has stopped running because it encountered a problem; Failed to start game
    A full error report has been saved to C:\Users\Tyler\AppData\Roaming\.minecraft\crash-reports\crash-2013-03-25_23.44.32-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 3a590c2e --------
    Full report at:
    C:\Users\Tyler\AppData\Roaming\.minecraft\crash-reports\crash-2013-03-25_23.44.32-client.txt
    Please show that file to Mojang, NOT just this screen!
    
    Generated 3/25/13 11:44 PM
    
    
    -- System Details --
    Details:
       Minecraft Version: 1.5.1
       Operating System: Windows 7 (amd64) version 6.1
       Java Version: 1.7.0_17, Oracle Corporation
       Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
       Memory: 434111728 bytes (414 MB) / 648740864 bytes (618 MB) up to 954466304 bytes (910 MB)
       JVM Flags: 2 total; -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
       TestMod [Test] (blocks) Unloaded->Errored
       LWJGL: 2.4.2
       OpenGL: GeForce GT 640/PCIe/SSE2 GL version 4.2.0, NVIDIA Corporation
       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: mods.blocks.Common.TestMain
       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(Unknown Source)
    Caused by: java.lang.ClassNotFoundException: mods.blocks.Common.TestMain
       at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:211)
       at java.lang.ClassLoader.loadClass(Unknown Source)
       at java.lang.ClassLoader.loadClass(Unknown Source)
       at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:56)
       at java.lang.Class.forName0(Native Method)
       at java.lang.Class.forName(Unknown Source)
       at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:446)
       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: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(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: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 76fcef2a ----------
    Posted in: Tutorials
  • 0

    posted a message on Modding Error
    Quote from thejester118

    So, do I also have to change the .addOverride("Name", "Name") or leave it? If I change it what do I change it to, I don't know the newest code formats for modload, well I don't know 90% of them.

    You want to drop that .addOverride for 1.5.1 it is no longer used
    Posted in: Modification Development
  • 0

    posted a message on [Forge] Minecraft Error 1.5.1
    I get an error when I try to use my mod without Eclipse and I can't figure out what is wrong. Can someone please help? It crashes while trying to load my mod and I cant figure out why I've tried messing with the mod folder hierarchy already and it still don't work.

    	  Minecraft has crashed!	 
    	  ----------------------	 
    Minecraft has stopped running because it encountered a problem; Failed to start game
    A full error report has been saved to C:\Users\Tyler\AppData\Roaming\.minecraft\crash-reports\crash-2013-03-25_18.39.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 f4263994 --------
    Full report at:
    C:\Users\Tyler\AppData\Roaming\.minecraft\crash-reports\crash-2013-03-25_18.39.49-client.txt
    Please show that file to Mojang, NOT just this screen!
    Generated 3/25/13 6:39 PM
    -- System Details --
    Details:
    Minecraft Version: 1.5.1
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.7.0_17, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 429952720 bytes (410 MB) / 648740864 bytes (618 MB) up to 954466304 bytes (910 MB)
    JVM Flags: 2 total; -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
    partydemon_moreBlocksMod [moreBlocksMod] (mods) Unloaded->Errored
    LWJGL: 2.4.2
    OpenGL: GeForce GT 640/PCIe/SSE2 GL version 4.2.0, NVIDIA Corporation
    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: mods.moreBlocksMod.MoreBlocksMod
    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(Unknown Source)
    Caused by: java.lang.ClassNotFoundException: mods.moreBlocksMod.MoreBlocksMod
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:211)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:56)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:446)
    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: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(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: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 7ac196ef ----------
    Posted in: Modification Development
  • 0

    posted a message on New servival
    #Remove
    Posted in: PC Servers
  • To post a comment, please .