• 0

    posted a message on Boss NBT
    Map makers often have their own "bosses". There could be an NBT tag called "Boss" or "IsBoss" for entities. Basically what this would do is display a Boss health bar for said entity with their name ( or customName) above it. Like the Wither boss or Ender Dragon. This could also be used in devices like timers (Although wither boss one have been made) that would display atop the screen



    EX:

    • /summon zombie ~ ~ ~ {IsBoss:1}
    • Would spawn a zombie with a Boss health bar

      /summon witherSkull ~ ~ ~ {IsBoss:1}
      Spawns a witherSkull with a health bar to show it'd work on all entities

    Posted in: Suggestions
  • 0

    posted a message on [1.6.4 Forge] Thaumic Integration! Get your ME Essentia and Thaumic TiCon Tool Modifiers!
    I also have a great idea. In modular powersuits you should add a module that acts like a wand to your powerfist. retains wand foci of course and your choice of how to handle the wand foci bag.
    Posted in: WIP Mods
  • 0

    posted a message on [1.6.4 Forge] Thaumic Integration! Get your ME Essentia and Thaumic TiCon Tool Modifiers!
    I m assuming storage buses from AE will work with essentia jars?On the list of mods to integrate, is Mekanism one of them? Like making mashed potatoes in the crusher and getting native clusters for osmium.

    I just had an even better idea! Make Salted Potatoes using Mekanism's end-game De/salination plant.
    Posted in: WIP Mods
  • 0

    posted a message on World backup and startup for servers
    I created a little batch(and shell for linux and mac) file that starts your server and creates backup worlds before doing so. There will be a folder called backup in the server folder with all the world backups with their names as timestamps.Limitations:
    1. The server must have a world previously generated or the server won't start
    2. Server jar must be named "minecraftServer.jar"
    3. World file must be named "world"
    Workarounds/Fixes:
    1. Pregen a world or start a server normally
    2. Rename the server jar or change the script
    3. Rename the file, then change it in server.properties or change in script
    Yes I recongise the simplicity in what I just said but I am unaware of my audience.

    Recovery:
    1. Find the backup in which you want to recover from
    2. Put it in the server folder
    3. Delete the corupt world
    4. Rename the recovery to "world"(or if you changed the script, name it the what you did in there.)
    5. Start world
    Files
    Batch(Windows):

    Download: http://www.mediafire...vea2n/start.bat

    Code:
    set str=%time%%date%
    set str=%str:/=-%
    set str=%str: =%\
    set str=%str::=-%
    Mkdir worldbackups\%str%
    xcopy server worldbackups\%str% /s
    java -Xms1M -Xmx1G -jar minecraftServer.jar
    Shell(Mac and Linux):

    Download: http://www.mediafire...c2ntmx/Start.sh

    Code:
    t=$(date +"%I-%M-%S%p") #time
    d=$(date +"%m-%d-%y") #date
    fn=$t"_"$d #filename
    mkdir Backup
    cp -R world Backup
    cd Backup
    mv world $fn
    java -Xms1G -Xmx1G -jar minecraftServer.jar nogui
    Posted in: Minecraft Tools
  • 0

    posted a message on Set command
    This is an idea very useful to map makers. A new set command that can change the NBT tags of existing entities(And Players!). You can make a entity do certain things or expand throughout a story. You could make a player mount his steed, ect.

    syntax: set <enitity> <NBT>

    EX:

    1. set @e[type=Zombie] {IsBaby: 1}
    "Sets all zombies to baby zombies"

    2. set @p {Riding:{id: "Zombie"}}
    "Spawns a Zombie in which a the closest player is forced to ride"

    3. set @p {Riding:{id: 97ef2f99-d4df-4dd4-9939-c59708fbd0d6}} (I don't think the nbt syntax is right)
    "Makes the closest Player ride a entity with that uuid"
    Posted in: Suggestions
  • 0

    posted a message on ICBM CRASHING!
    Try updating to 1.4.1.205+(if you haven't) Then they made icbm load after Caclatavia core. From my readings of my crash report this was my problem. And indeed it was! It works for me now so you try.
    Posted in: Java Edition Support
  • 0

    posted a message on ICBM CRASHING!
    Delete the config for ICBM, rerun it.
    (Edit: Doesn't work)
    Posted in: Java Edition Support
  • 0

    posted a message on [Solved]UnsatisfiedLinkError
    An update of Java sovled it.
    Posted in: Java Edition Support
  • 0

    posted a message on [Solved]UnsatisfiedLinkError
    I get a crash when I install the following mods(individually and together): COFHCore(Coremod for TE), CodeChickenCore, CalcaviaCore, and Immibiscore.Note: They are all coremods so I can't begin to test the mods that depend on these until they work. I might not be able to load coremods or something along those lines considering they all share that in common.I have tried all of their different versions for 1.6.X(I am running them on 1.6.4).
    Also I don't get a crash report and they all seem to have the same log.

    Log(from the CodeChickenCore Crash):
    [17:06:20 INFO]: Minecraft Launcher 1.3.9 (through bootstrap 5) started on windows...
    [17:06:20 INFO]: Refreshing local version list...
    [17:06:20 INFO]: Current time is Feb 11, 2014 5:06:20 PM
    [17:06:20 INFO]: System.getProperty('os.name') == 'Windows 7'
    [17:06:20 INFO]: System.getProperty('os.version') == '6.1'
    [17:06:20 INFO]: System.getProperty('os.arch') == 'x86'
    [17:06:20 INFO]: System.getProperty('java.version') == '1.6.0_33'
    [17:06:20 INFO]: System.getProperty('java.vendor') == 'Sun Microsystems Inc.'
    [17:06:20 INFO]: System.getProperty('sun.arch.data.model') == '32'
    [17:06:20 INFO]: Refreshing remote version list...
    [17:06:21 INFO]: Refresh complete.
    [17:06:21 INFO]: Loaded 2 profile(s); selected 'Forge'
    [17:06:21 INFO]: Refreshing auth...
    [17:06:21 INFO]: Logging in with access token
    [17:06:26 INFO]: Getting syncinfo for selected version
    [17:06:26 INFO]: Queueing library & version downloads
    [17:06:26 INFO]: Download job 'Version & Libraries' started (16 threads, 22 files)
    [17:06:26 INFO]: Attempting to download C:\Users\Robert\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar for job 'Version & Libraries'... (try 0)
    [17:06:26 INFO]: Attempting to download C:\Users\Robert\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\14.0\guava-14.0.jar for job 'Version & Libraries'... (try 0)
    [17:06:26 INFO]: Attempting to download C:\Users\Robert\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar for job 'Version & Libraries'... (try 0)
    [17:06:26 INFO]: Attempting to download C:\Users\Robert\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar for job 'Version & Libraries'... (try 0)
    [17:06:26 INFO]: Attempting to download C:\Users\Robert\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar for job 'Version & Libraries'... (try 0)
    [17:06:26 INFO]: Attempting to download C:\Users\Robert\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.0\lwjgl-2.9.0.jar for job 'Version & Libraries'... (try 0)
    [17:06:26 INFO]: Attempting to download C:\Users\Robert\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.2\gson-2.2.2.jar for job 'Version & Libraries'... (try 0)
    [17:06:26 INFO]: Attempting to download C:\Users\Robert\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.8\launchwrapper-1.8.jar for job 'Version & Libraries'... (try 0)
    [17:06:26 INFO]: Attempting to download C:\Users\Robert\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput-platform\2.0.5\jinput-platform-2.0.5-natives-windows.jar for job 'Version & Libraries'... (try 0)
    [17:06:26 INFO]: Attempting to download C:\Users\Robert\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.0\lwjgl_util-2.9.0.jar for job 'Version & Libraries'... (try 0)
    [17:06:26 INFO]: Attempting to download C:\Users\Robert\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\4.1\asm-all-4.1.jar for job 'Version & Libraries'... (try 0)
    [17:06:26 INFO]: Attempting to download C:\Users\Robert\AppData\Roaming\.minecraft\libraries\argo\argo\2.25_fixed\argo-2.25_fixed.jar for job 'Version & Libraries'... (try 0)
    [17:06:26 INFO]: Attempting to download C:\Users\Robert\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar for job 'Version & Libraries'... (try 0)
    [17:06:26 INFO]: Attempting to download C:\Users\Robert\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.0\lwjgl-platform-2.9.0-natives-windows.jar for job 'Version & Libraries'... (try 0)
    [17:06:26 INFO]: Attempting to download C:\Users\Robert\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar for job 'Version & Libraries'... (try 0)
    [17:06:26 INFO]: Attempting to download C:\Users\Robert\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar for job 'Version & Libraries'... (try 0)
    [17:06:26 INFO]: Download job 'Resources' skipped as there are no files to download
    [17:06:26 INFO]: Job 'Resources' finished successfully (took 0:00:00.000)
    [17:06:26 INFO]: Finished downloading C:\Users\Robert\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput-platform\2.0.5\jinput-platform-2.0.5-natives-windows.jar for job 'Version & Libraries': Local file matches local checksum, using that
    [17:06:26 INFO]: Attempting to download C:\Users\Robert\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar for job 'Version & Libraries'... (try 0)
    [17:06:26 INFO]: Finished downloading C:\Users\Robert\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.8\launchwrapper-1.8.jar for job 'Version & Libraries': Local file matches local checksum, using that
    [17:06:26 INFO]: Attempting to download C:\Users\Robert\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar for job 'Version & Libraries'... (try 0)
    [17:06:26 INFO]: Finished downloading C:\Users\Robert\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar for job 'Version & Libraries': Local file matches local checksum, using that
    [17:06:26 INFO]: Attempting to download C:\Users\Robert\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar for job 'Version & Libraries'... (try 0)
    [17:06:26 INFO]: Finished downloading C:\Users\Robert\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar for job 'Version & Libraries': Local file matches local checksum, using that
    [17:06:26 INFO]: Attempting to download C:\Users\Robert\AppData\Roaming\.minecraft\libraries\org\bouncycastle\bcprov-jdk15on\1.47\bcprov-jdk15on-1.47.jar for job 'Version & Libraries'... (try 0)
    [17:06:26 INFO]: Finished downloading C:\Users\Robert\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar for job 'Version & Libraries': Local file matches local checksum, using that
    [17:06:26 INFO]: Attempting to download C:\Users\Robert\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.1\commons-lang3-3.1.jar for job 'Version & Libraries'... (try 0)
    [17:06:26 INFO]: Finished downloading C:\Users\Robert\AppData\Roaming\.minecraft\libraries\argo\argo\2.25_fixed\argo-2.25_fixed.jar for job 'Version & Libraries': Local file matches local checksum, using that
    [17:06:26 INFO]: Attempting to download C:\Users\Robert\AppData\Roaming\.minecraft\versions\1.6.4-Forge9.11.1.965\1.6.4-Forge9.11.1.965.jar for job 'Version & Libraries'... (try 0)
    [17:06:26 INFO]: Finished downloading C:\Users\Robert\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.1\commons-lang3-3.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
    [17:06:26 INFO]: Finished downloading C:\Users\Robert\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar for job 'Version & Libraries': Local file matches local checksum, using that
    [17:06:26 INFO]: Finished downloading C:\Users\Robert\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.0\lwjgl-platform-2.9.0-natives-windows.jar for job 'Version & Libraries': Local file matches local checksum, using that
    [17:06:26 INFO]: Finished downloading C:\Users\Robert\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\14.0\guava-14.0.jar for job 'Version & Libraries': Local file matches local checksum, using that
    [17:06:26 INFO]: Finished downloading C:\Users\Robert\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\4.1\asm-all-4.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
    [17:06:26 INFO]: Finished downloading C:\Users\Robert\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar for job 'Version & Libraries': Local file matches local checksum, using that
    [17:06:26 INFO]: Finished downloading C:\Users\Robert\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar for job 'Version & Libraries': Local file matches local checksum, using that
    [17:06:26 INFO]: Finished downloading C:\Users\Robert\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.0\lwjgl_util-2.9.0.jar for job 'Version & Libraries': Local file matches local checksum, using that
    [17:06:26 INFO]: Finished downloading C:\Users\Robert\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
    [17:06:26 INFO]: Finished downloading C:\Users\Robert\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.2\gson-2.2.2.jar for job 'Version & Libraries': Local file matches local checksum, using that
    [17:06:26 INFO]: Finished downloading C:\Users\Robert\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.0\lwjgl-2.9.0.jar for job 'Version & Libraries': Local file matches local checksum, using that
    [17:06:26 INFO]: Finished downloading C:\Users\Robert\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar for job 'Version & Libraries': Local file matches local checksum, using that
    [17:06:26 INFO]: Finished downloading C:\Users\Robert\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar for job 'Version & Libraries': Local file matches local checksum, using that
    [17:06:26 INFO]: Finished downloading C:\Users\Robert\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar for job 'Version & Libraries': Local file matches local checksum, using that
    [17:06:26 INFO]: Finished downloading C:\Users\Robert\AppData\Roaming\.minecraft\libraries\org\bouncycastle\bcprov-jdk15on\1.47\bcprov-jdk15on-1.47.jar for job 'Version & Libraries': Local file matches local checksum, using that
    [17:06:26 INFO]: Finished downloading C:\Users\Robert\AppData\Roaming\.minecraft\versions\1.6.4-Forge9.11.1.965\1.6.4-Forge9.11.1.965.jar for job 'Version & Libraries': Couldn't connect to server (responded with 403) but have local file, assuming it's good
    [17:06:26 INFO]: Job 'Version & Libraries' finished successfully (took 0:00:00.723)
    [17:06:26 INFO]: Launching game
    [17:06:26 INFO]: Looking for old natives & assets to clean up...
    [17:06:26 INFO]: Unpacking natives to C:\Users\Robert\AppData\Roaming\.minecraft\versions\1.6.4-Forge9.11.1.965\1.6.4-Forge9.11.1.965-natives-4293522116637
    [17:06:27 INFO]: Reconstructing virtual assets folder at C:\Users\Robert\AppData\Roaming\.minecraft\assets\virtual\legacy
    [17:06:27 INFO]: Launching in C:\Users\Robert\AppData\Roaming\.minecraft
    [17:06:27 INFO]: Half command: C:\Program Files (x86)\Java\jre6\bin\javaw.exe -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -Djava.library.path=C:\Users\Robert\AppData\Roaming\.minecraft\versions\1.6.4-Forge9.11.1.965\1.6.4-Forge9.11.1.965-natives-4293522116637 -cp C:\Users\Robert\AppData\Roaming\.minecraft\libraries\net\minecraftforge\minecraftforge\9.11.1.965\minecraftforge-9.11.1.965.jar;C:\Users\Robert\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.8\launchwrapper-1.8.jar;C:\Users\Robert\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\4.1\asm-all-4.1.jar;C:\Users\Robert\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.10.2\scala-library-2.10.2.jar;C:\Users\Robert\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.10.2\scala-compiler-2.10.2.jar;C:\Users\Robert\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\Robert\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;C:\Users\Robert\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\Robert\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\Robert\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\Robert\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\Robert\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\Robert\AppData\Roaming\.minecraft\libraries\argo\argo\2.25_fixed\argo-2.25_fixed.jar;C:\Users\Robert\AppData\Roaming\.minecraft\libraries\org\bouncycastle\bcprov-jdk15on\1.47\bcprov-jdk15on-1.47.jar;C:\Users\Robert\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\14.0\guava-14.0.jar;C:\Users\Robert\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.1\commons-lang3-3.1.jar;C:\Users\Robert\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\Robert\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\Robert\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\Robert\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.2\gson-2.2.2.jar;C:\Users\Robert\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.0\lwjgl-2.9.0.jar;C:\Users\Robert\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.0\lwjgl_util-2.9.0.jar;C:\Users\Robert\AppData\Roaming\.minecraft\versions\1.6.4-Forge9.11.1.965\1.6.4-Forge9.11.1.965.jar net.minecraft.launchwrapper.Launch
    [17:06:27 INFO]: Client> Feb 11, 2014 5:06:27 PM net.minecraft.launchwrapper.LogWrapper log
    [17:06:27 INFO]: Client> INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
    [17:06:27 INFO]: Client> Feb 11, 2014 5:06:27 PM net.minecraft.launchwrapper.LogWrapper log
    [17:06:27 INFO]: Client> INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
    [17:06:27 INFO]: Client> Feb 11, 2014 5:06:27 PM net.minecraft.launchwrapper.LogWrapper log
    [17:06:27 INFO]: Client> INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [ForgeModLoader] Java is Java HotSpotâ„¢ Client VM, version 1.6.0_33, running on Windows 7:x86:6.1, installed at C:\Program Files (x86)\Java\jre6
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [WARNING] [ForgeModLoader] The coremod mods.battlegear2.coremod.BattlegearLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [WARNING] [ForgeModLoader] The coremod appeng.transformer.AppEngCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [ForgeModLoader] [AppEng] Core Init
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] java.lang.UnsatisfiedLinkError: no JavaAccessBridge in java.library.path
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at java.lang.ClassLoader.loadLibrary(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at java.lang.Runtime.loadLibrary0(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at java.lang.System.loadLibrary(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at com.sun.java.accessibility.AccessBridge$1.run(AccessBridge.java:45)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at java.security.AccessController.doPrivileged(Native Method)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at com.sun.java.accessibility.AccessBridge.(AccessBridge.java:42)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at java.lang.reflect.Constructor.newInstance(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at java.lang.Class.newInstance0(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at java.lang.Class.newInstance(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at java.awt.Toolkit.loadAssistiveTechnologies(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at java.awt.Toolkit.getDefaultToolkit(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at javax.swing.UIManager.(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at javax.swing.JOptionPane.updateUI(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at javax.swing.JOptionPane.(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at javax.swing.JOptionPane.(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at javax.swing.JOptionPane.(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at javax.swing.JOptionPane.(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at javax.swing.JOptionPane.(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at javax.swing.JOptionPane.(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at javax.swing.JOptionPane.(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at codechicken.core.launch.DepLoader$Downloader.(DepLoader.java:85)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at codechicken.core.launch.DepLoader$DepLoadInst.loadDeps(DepLoader.java:492)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at codechicken.core.launch.DepLoader$DepLoadInst.load(DepLoader.java:479)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at codechicken.core.launch.DepLoader.load(DepLoader.java:634)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at codechicken.core.launch.CodeChickenCorePlugin.(CodeChickenCorePlugin.java:50)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at java.lang.reflect.Constructor.newInstance(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at java.lang.Class.newInstance0(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at java.lang.Class.newInstance(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:427)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:310)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:212)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:124)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:111)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [SEVERE] [ForgeModLoader] An error occurred trying to configure the minecraft home at C:\Users\Robert\AppData\Roaming\.minecraft for Forge Mod Loader
    [17:06:27 INFO]: Client> java.lang.UnsatisfiedLinkError: no JavaAccessBridge in java.library.path
    [17:06:27 INFO]: Client> at java.lang.ClassLoader.loadLibrary(Unknown Source)
    [17:06:27 INFO]: Client> at java.lang.Runtime.loadLibrary0(Unknown Source)
    [17:06:27 INFO]: Client> at java.lang.System.loadLibrary(Unknown Source)
    [17:06:27 INFO]: Client> at com.sun.java.accessibility.AccessBridge$1.run(AccessBridge.java:45)
    [17:06:27 INFO]: Client> at java.security.AccessController.doPrivileged(Native Method)
    [17:06:27 INFO]: Client> at com.sun.java.accessibility.AccessBridge.(AccessBridge.java:42)
    [17:06:27 INFO]: Client> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [17:06:27 INFO]: Client> at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    [17:06:27 INFO]: Client> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    [17:06:27 INFO]: Client> at java.lang.reflect.Constructor.newInstance(Unknown Source)
    [17:06:27 INFO]: Client> at java.lang.Class.newInstance0(Unknown Source)
    [17:06:27 INFO]: Client> at java.lang.Class.newInstance(Unknown Source)
    [17:06:27 INFO]: Client> at java.awt.Toolkit.loadAssistiveTechnologies(Unknown Source)
    [17:06:27 INFO]: Client> at java.awt.Toolkit.getDefaultToolkit(Unknown Source)
    [17:06:27 INFO]: Client> at javax.swing.UIManager.(Unknown Source)
    [17:06:27 INFO]: Client> at javax.swing.JOptionPane.updateUI(Unknown Source)
    [17:06:27 INFO]: Client> at javax.swing.JOptionPane.(Unknown Source)
    [17:06:27 INFO]: Client> at javax.swing.JOptionPane.(Unknown Source)
    [17:06:27 INFO]: Client> at javax.swing.JOptionPane.(Unknown Source)
    [17:06:27 INFO]: Client> at javax.swing.JOptionPane.(Unknown Source)
    [17:06:27 INFO]: Client> at javax.swing.JOptionPane.(Unknown Source)
    [17:06:27 INFO]: Client> at javax.swing.JOptionPane.(Unknown Source)
    [17:06:27 INFO]: Client> at javax.swing.JOptionPane.(Unknown Source)
    [17:06:27 INFO]: Client> at codechicken.core.launch.DepLoader$Downloader.(DepLoader.java:85)
    [17:06:27 INFO]: Client> at codechicken.core.launch.DepLoader$DepLoadInst.loadDeps(DepLoader.java:492)
    [17:06:27 INFO]: Client> at codechicken.core.launch.DepLoader$DepLoadInst.load(DepLoader.java:479)
    [17:06:27 INFO]: Client> at codechicken.core.launch.DepLoader.load(DepLoader.java:634)
    [17:06:27 INFO]: Client> at codechicken.core.launch.CodeChickenCorePlugin.(CodeChickenCorePlugin.java:50)
    [17:06:27 INFO]: Client> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [17:06:27 INFO]: Client> at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    [17:06:27 INFO]: Client> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    [17:06:27 INFO]: Client> at java.lang.reflect.Constructor.newInstance(Unknown Source)
    [17:06:27 INFO]: Client> at java.lang.Class.newInstance0(Unknown Source)
    [17:06:27 INFO]: Client> at java.lang.Class.newInstance(Unknown Source)
    [17:06:27 INFO]: Client> at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:427)
    [17:06:27 INFO]: Client> at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:310)
    [17:06:27 INFO]: Client> at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:212)
    [17:06:27 INFO]: Client> at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
    [17:06:27 INFO]: Client> at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
    [17:06:27 INFO]: Client> at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
    [17:06:27 INFO]: Client> at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:124)
    [17:06:27 INFO]: Client> at net.minecraft.launchwrapper.Launch.launch(Launch.java:111)
    [17:06:27 INFO]: Client> at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] Exception in thread "main" java.lang.UnsatisfiedLinkError: no JavaAccessBridge in java.library.path
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at java.lang.ClassLoader.loadLibrary(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at java.lang.Runtime.loadLibrary0(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at java.lang.System.loadLibrary(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at com.sun.java.accessibility.AccessBridge$1.run(AccessBridge.java:45)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at java.security.AccessController.doPrivileged(Native Method)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at com.sun.java.accessibility.AccessBridge.(AccessBridge.java:42)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at java.lang.reflect.Constructor.newInstance(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at java.lang.Class.newInstance0(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at java.lang.Class.newInstance(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at java.awt.Toolkit.loadAssistiveTechnologies(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at java.awt.Toolkit.getDefaultToolkit(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at javax.swing.UIManager.(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at javax.swing.JOptionPane.updateUI(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at javax.swing.JOptionPane.(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at javax.swing.JOptionPane.(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at javax.swing.JOptionPane.(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at javax.swing.JOptionPane.(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at javax.swing.JOptionPane.(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at javax.swing.JOptionPane.(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at javax.swing.JOptionPane.(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at codechicken.core.launch.DepLoader$Downloader.(DepLoader.java:85)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at codechicken.core.launch.DepLoader$DepLoadInst.loadDeps(DepLoader.java:492)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at codechicken.core.launch.DepLoader$DepLoadInst.load(DepLoader.java:479)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at codechicken.core.launch.DepLoader.load(DepLoader.java:634)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at codechicken.core.launch.CodeChickenCorePlugin.(CodeChickenCorePlugin.java:50)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at java.lang.reflect.Constructor.newInstance(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at java.lang.Class.newInstance0(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at java.lang.Class.newInstance(Unknown Source)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:427)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:310)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:212)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:124)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:111)
    [17:06:27 INFO]: Client> 2014-02-11 17:06:27 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
    [17:06:29 ERROR]: Game ended with bad state (exit code 1)
    [17:06:29 INFO]: Ignoring visibility rule and showing launcher due to a game crash
    [17:06:29 INFO]: Deleting C:\Users\Robert\AppData\Roaming\.minecraft\versions\1.6.4-Forge9.11.1.965\1.6.4-Forge9.11.1.965-natives-4293522116637
    Posted in: Java Edition Support
  • 0

    posted a message on Taking mod requests
    Make my requested mod about computercraft API: http://www.minecraftforum.net/topic/2371980-computercraft-in-game-api/
    Posted in: Requests / Ideas For Mods
  • 0

    posted a message on I am making mods on request!
    How about my recently posted ComputerCraft in-game API mod: http://www.minecraftforum.net/topic/2371980-computercraft-in-game-api/
    Posted in: Requests / Ideas For Mods
  • 0

    posted a message on ComputerCraft in-game API
    I just thought of this. Mods like NEI are so useful becuase we don't have to tab out of the game to look for a recipe. So I thought of this.

    I would like a mod with an in game ComputerCraft API list and search. Yes I can easily have their wiki open in browser. But, What about all those other mods that add peripherials, turtles, ect. Having To look up all of those would indeed be difficult. Another reason NEI was so successful. Maybe a button in the menu bringing you to a list of the APIs and their uses with a search. Or maybe right in the same GUI as the Computer screen of a computer or a turtle. Even a key mapped to the menu would work. I just would find this so useful, as I am sure many others would too.

    If you are not familiar to ComputerCraft it is a mod that adds computers programmable in lua.
    Posted in: Requests / Ideas For Mods
  • 0

    posted a message on Extreme Lag
    Quote from cestislife

    Does this happen to a specific world? Create a new world to test it out.
    A worlds, local and server
    Posted in: Java Edition Support
  • 0

    posted a message on Extreme Lag
    I am stuck at a steady rate of 1 fps. I have tried everything I can:
    • Fastest video settings
    • Install optifine
    • Then again use all Fastest video settings
    • use optifine's multicore proccessor support
    • allocate 3 more Gigs of RAM
    • Make Java high priority(20 out of -20 to 20)
    • Uninstall optifine
    But all to no avail. When optifine was installed there was a solid bar of green(rendering issues) from the top to bottom on the "lagometer". Even the Animation at the menu screen lagged. I even have a beefy computer and nothing else is slow or "laggy".

    My Specs:
    • HP Z600 Workstation
    • Os: Redhat Linux Enterprise 6
    • RAM: 6 GiB
    • Cpu: Quadcore Intel Zeon X5550 2.57 GhZ
    Help is very Much appreciated
    Posted in: Java Edition Support
  • 0

    posted a message on slime trails
    Here's an idea! Introduce a new slime trail block. Similarly to snowmen, have slimes leave a trail of these new blocks(they'd be about the same height of snow layers). They'd have similar properties to the slime block(maybe fall-catching but not bouncy). Also is the mob really existed it'd definitely leave these trails.
    Posted in: Suggestions
  • To post a comment, please .