• 1

    posted a message on BlockPhysics mod
    Quote from stranglelock

    This mod will not work in my minecraft. THe download comes with a META.INF file inside it, and if I delete that my minecraft doesn't even acknowledge the mod's presense. If I leave it then ForgeModLoader says there was an error and that it cannot start minecraft

    This is the error I get:

    2013-03-29 02:31:07 [INFO] [ForgeModLoader] Forge Mod Loader version 5.1.8.611 for Minecraft 1.5.1 loading
    2013-03-29 02:31:07 [INFO] [ForgeModLoader] Java is Java HotSpotâ„¢ 64-Bit Server VM, version 1.7.0_15, running on Windows 8:amd64:6.2, installed at C:\Program Files\Java\jre7
    2013-03-29 02:31:07 [FINE] [ForgeModLoader] Java classpath at launch is C:\Users\Jacob\Desktop\Minecraft.exe
    2013-03-29 02:31:07 [FINE] [ForgeModLoader] Java library path at launch is C:\Program Files\Java\jre7\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\Java\jre7\bin;.
    2013-03-29 02:31:07 [FINE] [ForgeModLoader] Enabling runtime deobfuscation
    2013-03-29 02:31:07 [FINEST] [ForgeModLoader] All core mods are successfully located
    2013-03-29 02:31:07 [FINEST] [ForgeModLoader] Discovering coremods
    2013-03-29 02:31:07 [FINEST] [ForgeModLoader] Found a candidate coremod BlockPhysics [1.4.7] 0.6.1.jar
    2013-03-29 02:31:07 [FINEST] [ForgeModLoader] Loading coremod BlockPhysics [1.4.7] 0.6.1.jar
    2013-03-29 02:31:07 [WARNING] [ForgeModLoader] The coremod blockphysics.asm.BlockPhysicsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
    2013-03-29 02:31:07 [FINEST] [ForgeModLoader] Loaded coremod BlockPhysics [1.4.7] 0.6.1.jar
    2013-03-29 02:31:07 [FINEST] [ForgeModLoader] Found library file argo-small-3.2.jar present and correct in lib dir
    2013-03-29 02:31:07 [FINEST] [ForgeModLoader] Found library file guava-14.0-rc3.jar present and correct in lib dir
    2013-03-29 02:31:07 [FINEST] [ForgeModLoader] Found library file asm-all-4.1.jar present and correct in lib dir
    2013-03-29 02:31:07 [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-148.jar present and correct in lib dir
    2013-03-29 02:31:07 [FINEST] [ForgeModLoader] Found library file deobfuscation_data_1.5.1.zip present and correct in lib dir
    2013-03-29 02:31:07 [FINEST] [ForgeModLoader] Found library file scala-library.jar present and correct in lib dir
    2013-03-29 02:31:07 [SEVERE] [ForgeModLoader] A critical problem occured registering the ASM transformer class cpw.mods.fml.common.asm.transformers.DeobfuscationTransformer
    java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.transformers.DeobfuscationTransformer
    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.relauncher.RelaunchClassLoader.registerTransformer(RelaunchClassLoader.java:96)
    at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:278)
    at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
    at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:259)
    at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229)
    at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
    at net.minecraft.Launcher.replace(Launcher.java:136)
    at net.minecraft.Launcher$1.run(Launcher.java:79)
    Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/event/Event
    at net.minecraftforge.transformers.EventTransformer.buildEvents(EventTransformer.java:59)
    at net.minecraftforge.transformers.EventTransformer.transform(EventTransformer.java:35)
    at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:292)
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:199)
    ... 10 more
    Caused by: java.lang.ClassNotFoundException: net.minecraftforge.event.Event
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:211)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 14 more
    Caused by: java.lang.AbstractMethodError
    at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:292)
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:199)
    ... 16 more
    2013-03-29 02:31:07 [FINEST] [ForgeModLoader] Running coremod plugins
    2013-03-29 02:31:07 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin
    2013-03-29 02:31:09 [INFO] [STDERR] Exception in thread "Thread-5" java.lang.RuntimeException: java.lang.RuntimeException: java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.FMLSanityChecker
    2013-03-29 02:31:09 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:192)
    2013-03-29 02:31:09 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:259)
    2013-03-29 02:31:09 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229)
    2013-03-29 02:31:09 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
    2013-03-29 02:31:09 [INFO] [STDERR] at net.minecraft.Launcher.replace(Launcher.java:136)
    2013-03-29 02:31:09 [INFO] [STDERR] at net.minecraft.Launcher$1.run(Launcher.java:79)
    2013-03-29 02:31:09 [INFO] [STDERR] Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.FMLSanityChecker
    2013-03-29 02:31:09 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:306)
    2013-03-29 02:31:09 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
    2013-03-29 02:31:09 [INFO] [STDERR] ... 5 more
    2013-03-29 02:31:09 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.asm.FMLSanityChecker
    2013-03-29 02:31:09 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:211)
    2013-03-29 02:31:09 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
    2013-03-29 02:31:09 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
    2013-03-29 02:31:09 [INFO] [STDERR] at java.lang.Class.forName0(Native Method)
    2013-03-29 02:31:09 [INFO] [STDERR] at java.lang.Class.forName(Unknown Source)
    2013-03-29 02:31:09 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:295)
    2013-03-29 02:31:09 [INFO] [STDERR] ... 6 more
    2013-03-29 02:31:09 [INFO] [STDERR] Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/event/Event
    2013-03-29 02:31:09 [INFO] [STDERR] at net.minecraftforge.transformers.EventTransformer.buildEvents(EventTransformer.java:59)
    2013-03-29 02:31:09 [INFO] [STDERR] at net.minecraftforge.transformers.EventTransformer.transform(EventTransformer.java:35)
    2013-03-29 02:31:09 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:292)
    2013-03-29 02:31:09 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:199)
    2013-03-29 02:31:09 [INFO] [STDERR] ... 11 more



    Can You Help?

    It doesnt work for 1.5
    Posted in: Minecraft Mods
  • 1

    posted a message on if you HAD to give up being human what creature would you be?
    Come On, Seriously? Obviously a Pony
    Posted in: General Off Topic
  • 1

    posted a message on [1.5.1+] MoreTools (Now with Armour!)
    Quote from SweatyPoo

    Nice mod, didn't have any problems running it. Seems well planned out. Could you post how many uses each tool has?

    Currently they Both have the same amount of uses as stone(132 uses), but in the next update I'm changing Lapis to have The durability of iron(251 uses)
    Posted in: Minecraft Mods
  • 1

    posted a message on Mine Little Pony v1.6.4.1
    Quote from SuperPie_999

    Can you please update the mod to 1.4.7?

    1.4.6 mods work with 1.4.7
    Posted in: Minecraft Mods
  • 1

    posted a message on Crashed upon joining/ creating any world
    Install Optifine AFTER minecraft forge
    Posted in: Java Edition Support
  • 1

    posted a message on [1.4.6] Better Third Person
    Quote from QuantumMonkey

    I read the first paragraph before realising you're pathetic for putting this much effort into a rebuttal on a forum about Minecraft.

    You're not unique. You "like" said T.V. show because it's popular on the internet, maybe even because it makes people mad. Your argument could be the same for a murderer. "If there weren't people like me in the world, it'd be boring!" Some things are just stupid and unnecessary.

    Then I saw you said I acted "immaturely." I acted as mature as I could towards, what I'm assuming, a teenager/adult who likes an "entertainment franchise [...] which is marketed primarily to girls." (From Wikipedia, they sound fancier than me)

    EDIT: Gosh, why do I keep reading your reply? I saw you assumed that I could be obsessed with another T.V. show based on my avatar. Sure, you could. It's different if you know what the avatar is. I drew my avatar because I wanted to make one for these forums. No inspiration from anywhere, just drew some circles and lines and uploaded. I, however, know what your avatar is from. It's all over the internet. I don't think someone would be searching for an avatar on the internet, find a weird-ass picture of cartoon ponies and use it without at least knowing what it's from.


    I don't even care what you think about bronies, but ever since awhile back you've really been a jerk insulting random people for no reason. I don't see whats so great about you either
    Posted in: Minecraft Mods
  • To post a comment, please .