• 0

    posted a message on [1.4.4] Just Fly
    I don't know, alot of people are having problems with Modloader, I numbered among them. That said, is V.1 still Modloader-free?
    Posted in: Minecraft Mods
  • 0

    posted a message on Risugami's Mods - Updated.
    I tried again this morning with a fresh download... same problem as before.
    Posted in: Minecraft Mods
  • 0

    posted a message on Risugami's Mods - Updated.
    Wow, been forever since I posted here... anyway, I've been having a problem with Modloader since 1.3.1... fresh .jar, even. It stops at the "Done Loading" screen. Running through Terminal gives this error.

    Exception in thread "Thread-3" java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Class.java:2404)
    at java.lang.Class.getConstructor0(Class.java:2714)
    at java.lang.Class.newInstance0(Class.java:343)
    at java.lang.Class.newInstance(Class.java:325)
    at net.minecraft.GameUpdater.createApplet(GameUpdater.java:374)
    at net.minecraft.Launcher$1.run(Launcher.java:79)
    Caused by: java.lang.ClassNotFoundException: net.minecraft.client.Minecraft
    at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
    ... 7 more

    I use Ubuntu 12.04 and Oracle Java.
    Posted in: Minecraft Mods
  • 0

    posted a message on attention: all those who are having bed problems
    I'm having this very same problem. I've got 4 jack-o-lanterns lighting my house, too, each within 4 squares of eachother around the center of the room and 2 from the floor. My house is a 14x14 circle! The place is lit up like it's day yet skeletons and zombies keep spawning around my bed! Most aggravating.
    Posted in: Survival Mode
  • 0

    posted a message on iPixeli's Gender Mod
    Still sporting those Lou Ferrigno arms, I see. Also, interesting little glitch with the helmet and pants, there.
    Posted in: Minecraft Mods
  • 0

    posted a message on Note regarding posting links to downloads with adf.ly
    I can see the fallacy of permission and copyright still exists even in this 'enlightened' age. Consider yourselves educated.

    http://www.templetons.com/brad/copymyths.html
    Posted in: Minecraft Mods
  • 1

    posted a message on Note regarding posting links to downloads with adf.ly
    Personally, I don't know how adf.ly even became the 'go to' redirect in the first place. Any smart person (i.e. not running IE, see what I did there) won't even see these ads that people expect to be making money on, I know I don't (really, I don't, I just have a big white area with a bar across the top). It's obtrusive and cheapens the feel of the community.
    Posted in: Minecraft Mods
  • 0

    posted a message on iPixeli's Gender Mod
    I like what you're doing here. If I were to suggest anything it'd be to thin the arms a bit. I use a female skin but the Lou Ferrigno arms bother me more than the voice or even lack of other feminine features. Assuming this mod works with existing skins I'll definitely be giving it a whirl.
    Posted in: Minecraft Mods
  • 17

    posted a message on Note regarding posting links to downloads with adf.ly
    I think the problem is that the people hosting compilations on adf.ly are possibly making money off someone else's work. It's not a matter of inconvenience at all, but taking advantage of the community. This is why the rule was made, I believe, to protect the interests of the modders themselves.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.4_01]Animal Burn Mod (With CreepersBurn!)
    I'm sure people have been refraining from mentioning it out of respect, but I have to comment. Someone already made a mod that makes creepers violently light sensitive, I'm even using said mod.

    viewtopic.php?f=1032&t=160838

    While I'm sure it's just a coincidence, might want to compare notes all the same.
    Posted in: Minecraft Mods
  • 0

    posted a message on Changing spawn rate?
    I think the seed you use determines the spawn rate... at least, that's what I got out of my recent random seeds. I used the seed kyushigai and at night 6-7 mob assassination squads would wander around in my immediate vicinity. Made life very difficult having 4-5 creapers rush up on me when I stepped out of my home to gather wood...
    Posted in: Mods Discussion
  • 0

    posted a message on Risugami's Mods - Updated.
    ...edit.

    Nevermind... seems my attention was focused entirely on the wrong file. Sorry to have been such a bother.
    Posted in: Minecraft Mods
  • 0

    posted a message on Risugami's Mods - Updated.
    Quote from UniTrader »
    Quote from Byozuma »
    Quote from UniTrader »
    it works on Linux (using it here myself)

    which mods do you try to use? perhaps they have some depencies you didn't install? (eg the 303 Arrow Mod required Lahwran's GUI API, which i didn' install in the beginning and the game kept crashing until i added it)


    I'm not using any mods at the moment, this is just me installing ModLoader by itself. I have the official Sun Java installed and it recently updated so it's current as far as I can tell. Minecraft by itself works, ModLoaded it does not.


    hmm..
    which distri do you use?
    which tools do you use to edit the jar file?
    did you already try to extract the Jar in a new folder, make the changes there and pack it again in a fresh jar file?


    PS Mining Mob Spawner works now, no idea what happened the first time i tried it ^^''

    I'm running Ubuntu 10.04... and I see one problem, though that didn't fix a thing. I had just used the pack-in archiver to delete the Meta-INF folder. Decided to upack it and the Meta-INF folder was still there, so I deleted it then repacked it as a .jar. Same problems still. Ran directly it doesn't even launch, ran from Terminal using the low impact settings it blacks out after login with this error:

    Exception in thread "Thread-5" java.lang.NoClassDefFoundError: sv
    at net.minecraft.client.Minecraft.<init>(SourceFile:131)
    at k.<init>(SourceFile:34)
    at net.minecraft.client.MinecraftApplet.init(SourceFile:34)
    at net.minecraft.Launcher.replace(Launcher.java:143)
    at net.minecraft.Launcher$1.run(Launcher.java:87)
    Caused by: java.lang.ClassNotFoundException: sv
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    ... 5 more

    While not at wit's end, I am inclined to think that modding isn't going to work for me.
    Posted in: Minecraft Mods
  • 0

    posted a message on MCEdit: Minecraft World Editor (Now open source!)
    Been trying to setup a start menu link for this program but keep getting this error in the Terminal before it kills the process:

    python: can't open file 'MCEditData/mcedit.pyo': [Errno 2] No such file or directory

    If I open mcedit.sh directly it works fine... what am I missing?
    Posted in: Minecraft Tools
  • 0

    posted a message on Risugami's Mods - Updated.
    Quote from UniTrader »
    it works on Linux (using it here myself)

    which mods do you try to use? perhaps they have some depencies you didn't install? (eg the 303 Arrow Mod required Lahwran's GUI API, which i didn' install in the beginning and the game kept crashing until i added it)


    and i have a question myself: how can i Mine a Mob spawner when using the Mob Spawner GUI-Mod? i have tried it on the first one i encountered and it didn't drop anything.. (but the GUI works)


    I'm not using any mods at the moment, this is just me installing ModLoader by itself. I have the official Sun Java installed and it recently updated so it's current as far as I can tell. Minecraft by itself works, ModLoaded it does not.
    Posted in: Minecraft Mods
  • To post a comment, please .