• 1

    posted a message on MinecraftLoader v0.1.3 - Improved Loading Screen - Fixed Memory Leaks - Now LiteLoader compatible
    Request:

    Could you add a small spinning thing to indicate if the screen is updating like what most games have?
    Posted in: Minecraft Mods
  • 0

    posted a message on Additional Nether Biomes
    Breaking nether ice without an iron or above pickaxe could result in a smaller than ghast sized explosion damaging the player slightly and creating fire.
    Posted in: Suggestions
  • 0

    posted a message on [1.7.2][1.6.4][1.5.2][SMP]Fihgu's Command Mods for Vanilla Server
    First, tell me what is on line 102 of LoadController.java and i will see what i can do. If you want, we can take this to PMs.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.7.2][1.6.4][1.5.2][SMP]Fihgu's Command Mods for Vanilla Server
    Quote from fihgu

    well, it seems like client doesn't like the way I init it: register commands at start up.
    and there's some other stuff I need to take care of before i can run it on client.

    so, sorry guys, it's not going to support lan server then.

    If you let me, i can help you with this problem. I know my way around the forge installation.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.7.2][1.6.4][1.5.2][SMP]Fihgu's Command Mods for Vanilla Server
    Im getting a startup crash with the client after installing this mod.

    cpw.mods.fml.common.LoaderException: java.lang.reflect.InvocationTargetException
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:102)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:640)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:183)
    at net.minecraft.client.Minecraft.a(Minecraft.java:461)
    at net.minecraft.client.Minecraft.run(Minecraft.java:748)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.reflect.InvocationTargetException
    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:437)
    at sun.reflect.GeneratedMethodAccessor4.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:69)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:124)
    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:69)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:81)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:639)
    ... 4 more
    Caused by: java.lang.NullPointerException
    at fihgu.core.tool.CommandBase.register(CommandBase.java:44)
    at fihgu.protection.CommonProxy.registerCommands(CommonProxy.java:36)
    at fihgu.protection.CommonProxy.init(CommonProxy.java:30)
    at fihgu.protection.ProtectionMod.load(ProtectionMod.java:35)
    ... 29 more
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.7.2][1.6.4][1.5.2][SMP]Fihgu's Command Mods for Vanilla Server
    Just a suggestion, Make the config files in the .minecraft folder for the client as my mom hates having random stuff on her desktop and has deleted it twice already
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.7.2][1.6.4][1.5.2][SMP]Fihgu's Command Mods for Vanilla Server
    Quote from SaltyMelons

    i caught a screen shot right before it closed. it says:

    at net.minecraft.server.MinecraftServer.<init>(sourceFile:97)
    at ft.<init>(SourceFile:32)
    at net.minecraft.server.MinecraftServer.main(SourceFile:514)
    Caused by: java.lang.ClassNotFoundException: net.minecraftforge.event.Event
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 3 more

    I don't know much of what this is saying, but i'm pretty sure it has something to do with Forge. I redownloaded it again, but same problem D: maybe I'll just mess around with it to see if i can get it to work.

    Oh and sorry, I don't know how to use spoilers :P


    Install forge properly next time.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.7.2][1.6.4][1.5.2][SMP]Fihgu's Command Mods for Vanilla Server
    Quote from fihgu

    so, im moving everything from ServerProxy to CommonProxy.

    i can't promise it would work, because I am using a lot "server side only" stuff
    like the tick im listening.

    on the other hand, i heard 1.3.2 is actually running a server even if you are playing single player.
    so i'm hopping everything can just wrok themselves out. :D


    The client's internal server and the dedicated server are almost exactly the same. There is almost no reason at all for it not to work.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.7.2][1.6.4][1.5.2][SMP]Fihgu's Command Mods for Vanilla Server
    Fihgu, could you put the serverproxy into the common proxy so it works for the lan server too please?
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.7.2][1.6.4][1.5.2][SMP]Fihgu's Command Mods for Vanilla Server
    Quote from fihgu

    did you install forge?
    oh wait, minecraft.jar?

    not minecraft_server.jar??

    I am trying to install this into the minecraft.jar because i need to use this in the lan server but i cant because you put the commands into the ServerProxy.java rather than what it should be: CommonProxy.java. Just turn the ServerProxy.java into the CommomProxy.java and it should work for lan servers too
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.7.2][1.6.4][1.5.2][SMP]Fihgu's Command Mods for Vanilla Server
    I cant get it to work. I know i have installed it correctly, i put the 3 base classes into the minecraft.jar and the fihgu folder into my mods folder but i still get no commands. Doing /help lists the commands of the mods i have installed but none of your. Typing one of your commands just says it doesnt exist. No error upon startup but i dont see your mod loading for me. BTW, im using it on a client hosted lan server.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.2] [Forge] BetterLAN v1.0.6
    Quote from ajwgeek

    I have been trying. I am starting to think its with Minecraft Coders Pack's decompiling/recompiling program making a slight mistake somewhere.


    You made the mistake in Minecraft.java
    You removed frame.removeAll();
    from the Minecraft.main(String[])
    class. i added it back in and the grey screen was gone.
    its around line 2180

    minecraftfakelauncher.validate();
    frame.removeAll();
    frame.setLayout(new BorderLayout());

    You should also make it so that it doesn't terminate on warnings, only severe exceptions
    Posted in: Minecraft Mods
  • 0

    posted a message on Eloraam's Mods (RedPower 2 Prerelease 6)
    What is the operating speed of the CPU(in MHz or operations/tick)?
    Posted in: Minecraft Mods
  • 0

    posted a message on Eloraam's Mods (RedPower 2 Prerelease 6)
    ok, i will
    Posted in: Minecraft Mods
  • 0

    posted a message on Eloraam's Mods (RedPower 2 Prerelease 6)
    Is there a reason i cant move CC Computers in single player but i can in multi player? This is in tekkit btw. My modloader.txt show no errors though and the tekkit people said to ask here for help...

    Please help
    Posted in: Minecraft Mods
  • To post a comment, please .