• 0

    posted a message on New server!

    Hey guys just wanted to say join bluenose.ddns.net:25565


    bluenose.info is our website


    We are a survival server looking to let you guys have all the fun you guys can want! With a small community we want to help you guys connect to like minded people.


    We are a Spigot server with many plugins!

    Posted in: PC Servers
  • 0

    posted a message on New server, Bluenose 1.13.2 Java Edition

    The IP is bluenose.ddns.net:25565 and has enough space for 20 players at a time.

    Like us on Facebook! Bluenose MC Facebook

    We are a SpigotMC server with an expanding list of plugins.


    Warning: Might contain fun times with strangers so, be safe, have fun, and no cheating. We are also a PvP survival server.

    Posted in: PC Servers
  • 1

    posted a message on Thoughts on new snapshot released today(July 29th, 2015)

    Today Mojang rolled out a new snapshot, "haven't done that in a while" I personally like it. New features, reworked Minecraft core, and many new features/partially implemented features. Shields, beets, dragon head, new Chorus Plant(Grows on End Stone), and slow rewriting of the combat system. What is there not to like? Lately Mojang has changed(little jump in price for Minecraft[coincidence? No, not at all.], and Minecraft received many large updates as well in the last year, things are looking up for Minecraft, and it's many players(in the aspect of the game-wise, unless they are not well at surviving in-game).

    https://twitter.com/Dinnerbone/status/626377044721553408

    Posted in: Recent Updates and Snapshots
  • 0

    posted a message on Double Blacksmith village at start 15w31a

    Please note: ONLY on superflat world!

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

    This is a good seed, for a superflat world. But there is a double blacksmith village right at spawn. Tested on the 1.9 snapshot. So go and take that village!

    Posted in: Seeds
  • 0

    posted a message on Server lag how to reduce?

    There are Java Virtual Machine flags/arguments that reduce lag. This is the batch file I use(it can be cross-platform):
    "-Xmx1G -Xms512M -Xss256K -Xrs -Xincgc -d64 -server -jar $server_jar_name -o true noui [new line] pause"

    Let's break it down:

    -Xmx1G: this sets the Java Virtual Maching application to use a maximum of 1 gigabyte of Random Access Memory(A lot of memory, 1,000 mega bytes)

    -Xms512M: This sets the initial(beginning) amount of Random Access Memory to be 512 megabytes(5,000 kilobytes), and it can increase from there to any number as long as it is under the maximum amount of allocated Random Access Memory.

    -Xss256K: this sounds very tiny(it is) but it is enough to get the job done. This sets the maximum stack heap of memory to be 256 kilobytes(the amount of memory taken in a 1,080 pixel 6 second video) this is a step down from Java-set 512 kilobyte stack size. For whatever reason this actually reduces client side and server side lag.

    -Xincgc: This is a feature in Java called the incremental garbage collection. I do not understand this system very much, or the coding theory behind this, but I do know enough to say that this signifigantly reduces client-side, server-side, and on every level reduces lag and speeds up Java.

    -d64: This applies to 64-bit operating systems only. This will do absolutly nothing for 32-bit systems. If Java cannot find the 64-bit files it will give a warning and possibly close out. If this happens remove this flag.

    -server: If you use this flag please be paitent in the first few minutes of the server starting up. It runs the program as a server, it will need time to warm up; but when it does it will run a little more smoother and less ticks will be skipped.

    -jar: This is the archive that Java will run off of. Replace the %server_jar_name to the name of the .jar file(Do not change it in any way shape or form, those .class files, and images/any other file is there for a reason!)

    -o true: this sets the online mode to be true, do this if you do not want any uninvited cracked profiles to join. It also increases security and computer integrity of your server computer.


    Please note:

    -These JVM parameters can be used on client-side bases as well. Just replace the -server with -client.


    Tips:

    -If you really want a speed up:

    *Use IObit's Advanced SystemCare, you will not regret it. I use it daily, it speeds up your system, and to an extent makes it more secure and updated. It also cleans some memory as well. A great thing to help speed up your computer/internet.

    *Run spigot(requires: BitBash to run)

    *Try Bukkit(due to some person trying his best to upset Minecraft's biggest part of server-side community it is a little harder to get there with ease. He claimed to have made bukkit before Dinnerbone[Nathan Adams], but Dinnerbone has something up his sleeve I know it[perhaps an implication at combining Minecraft server, and Bukkit[read the window for the Minecraft server console: saving world/the end, saving world/the nether, saving world/overworld. It is beginning to show signs of implementing Bukkit isn't it?].)

    -If you choose Bukkit/Spigot:

    *Run anti-lag plugins.


    I hope this helps and hopefully you write back.

    Posted in: Server Support and Administration
  • 0

    posted a message on I.A.M Mod(Beta) for MC 1.7.10 [Inactive]
    Check now. Updated mod. Want to download it? I will be adding more things later on, but this is all I have planned for public release at the moment.
    Posted in: WIP Mods
  • 0

    posted a message on SMP world crashing
    Although yes it looks small but I ran it on other versions and even on FTB/Technic modpacks, 97 mods max, and it actually increased performance. I also checked into the ig46XX.dll is Intel HD 4000 Graphics and that means the version of Intel(latest) cannot handle MineCraft. Also allocated less RAM and MC is running at 60-70 FPS. The flags now are -Xmx512M -Xms256M -Xss128K -server -Xrs -XX:MaxPermSize=128M -Xincgc. Which boosted performance from 30 FPS to 60-70 FPS. I set the -Xms higher and reinstalled Intel HD Graphics 10.18.10.4061, ran a registry defrag, and disk defrag, updated an unused IE, bam! MC has been fixed. The crash also appears to happen when I go into certain chunks(a little FPS drop then it acutes itself to a block around 9 blocks from center of the chunk, then I get an error in the native code.) Something went wrong in the native code. Then just for safety's concern I updated from JRE 7, to JRE 1.8.0.
    Posted in: Java Edition Support
  • 0

    posted a message on SMP world crashing
    Can anyone help me with this please? This is happened randomly today. I was playing MineCraft fine(80-90 FPS using these JVM Flags: -Xmx512M -Xms128M -Xmn128M -Xss128K -Xincgc -server -Xfuture) then I get this today. The crash log is big(27 Kilo-Bytes). To those who it may concern: Half a Gigabyte is 512 MegaBytes in JRE Language, yes I DROPPED the amount of RAM used by setting the -Xss down low and doing something better than allocating more RAM using Incremental Garbage Collection, and -Xfuture(something not turn on by default, but really good at boosting performance/chunk loading). EDIT: It fixed itself, for about 2 minutes. EDIT: Set the -Xss to be 512KB, worked but dropped the FPS by 30.

    This is a server crash log not a client crash log(as I originally anticipated), meaning Single Player World is ran off a server. This is a feature dating back to 1.3.1.

    ---- Minecraft Crash Report ----
    // Everything's going to plan. No, really, that was supposed to happen.

    Time: 11/01/15 4:31 PM
    Description: Exception while updating neighbours

    java.lang.StackOverflowError
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$100(Unknown Source)
    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)
    at abw.g(SourceFile:471)
    at abw.f(SourceFile:447)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:107)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:446)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:107)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:446)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:107)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:446)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:96)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:96)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:96)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:96)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:96)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:96)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:96)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:96)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at afw.a(SourceFile:37)
    at acu.a(SourceFile:206)
    at acu.a(SourceFile:27)
    at acq.a(SourceFile:222)
    at acw.a(SourceFile:27)
    at aet.a(SourceFile:454)
    at jr.a(SourceFile:168)
    at adr.a(SourceFile:732)
    at jr.c(SourceFile:105)
    at net.minecraft.server.MinecraftServer.f(SourceFile:230)
    at bkz.a(SourceFile:90)
    at bkz.d(SourceFile:106)
    at net.minecraft.server.MinecraftServer.run(SourceFile:315)
    at hi.run(SourceFile:583)


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- Head --
    Stacktrace:
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$100(Unknown Source)
    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)
    at abw.g(SourceFile:471)
    at abw.f(SourceFile:447)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #10 (tile.lava // apd)
    Block type: ID #9 (tile.water // ape)
    Block data value: 5 / 0x5 / 0b0101
    Block location: World: (59,11,117), Chunk: (at 11,0,5 in 3,7; contains blocks 48,0,112 to 63,255,127), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)

    -- Block being updated --
    Details:
    Source block type: ID #0
    Block type: ID #10 (tile.lava // apd)
    Block data value: 0 / 0x0 / 0b0000
    Block location: World: (59,10,117), Chunk: (at 11,0,5 in 3,7; contains blocks 48,0,112 to 63,255,127), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:107)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #0
    Block type: ID #9 (tile.water // ape)
    Block data value: 4 / 0x4 / 0b0100
    Block location: World: (59,11,118), Chunk: (at 11,0,6 in 3,7; contains blocks 48,0,112 to 63,255,127), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:446)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #10 (tile.lava // apd)
    Block type: ID #9 (tile.water // ape)
    Block data value: 4 / 0x4 / 0b0100
    Block location: World: (59,11,118), Chunk: (at 11,0,6 in 3,7; contains blocks 48,0,112 to 63,255,127), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)

    -- Block being updated --
    Details:
    Source block type: ID #0
    Block type: ID #10 (tile.lava // apd)
    Block data value: 0 / 0x0 / 0b0000
    Block location: World: (59,10,118), Chunk: (at 11,0,6 in 3,7; contains blocks 48,0,112 to 63,255,127), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #10 (tile.lava // apd)
    Block type: ID #9 (tile.water // ape)
    Block data value: 3 / 0x3 / 0b0011
    Block location: World: (60,11,118), Chunk: (at 12,0,6 in 3,7; contains blocks 48,0,112 to 63,255,127), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)

    -- Block being updated --
    Details:
    Source block type: ID #0
    Block type: ID #10 (tile.lava // apd)
    Block data value: 0 / 0x0 / 0b0000
    Block location: World: (60,10,118), Chunk: (at 12,0,6 in 3,7; contains blocks 48,0,112 to 63,255,127), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:107)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #0
    Block type: ID #9 (tile.water // ape)
    Block data value: 2 / 0x2 / 0b0010
    Block location: World: (60,11,119), Chunk: (at 12,0,7 in 3,7; contains blocks 48,0,112 to 63,255,127), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:446)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #10 (tile.lava // apd)
    Block type: ID #9 (tile.water // ape)
    Block data value: 2 / 0x2 / 0b0010
    Block location: World: (60,11,119), Chunk: (at 12,0,7 in 3,7; contains blocks 48,0,112 to 63,255,127), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)

    -- Block being updated --
    Details:
    Source block type: ID #0
    Block type: ID #10 (tile.lava // apd)
    Block data value: 0 / 0x0 / 0b0000
    Block location: World: (60,10,119), Chunk: (at 12,0,7 in 3,7; contains blocks 48,0,112 to 63,255,127), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:107)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #0
    Block type: ID #9 (tile.water // ape)
    Block data value: 1 / 0x1 / 0b0001
    Block location: World: (60,11,120), Chunk: (at 12,0,8 in 3,7; contains blocks 48,0,112 to 63,255,127), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:446)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:96)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:96)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:96)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:96)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:96)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:96)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:96)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:96)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at afw.a(SourceFile:37)
    at acu.a(SourceFile:206)
    at acu.a(SourceFile:27)
    at acq.a(SourceFile:222)
    at acw.a(SourceFile:27)
    at aet.a(SourceFile:454)
    at jr.a(SourceFile:168)
    at adr.a(SourceFile:732)
    at jr.c(SourceFile:105)
    at net.minecraft.server.MinecraftServer.f(SourceFile:230)
    at bkz.a(SourceFile:90)
    at bkz.d(SourceFile:106)
    at net.minecraft.server.MinecraftServer.run(SourceFile:315)
    at hi.run(SourceFile:583)

    -- System Details --
    Details:
    Minecraft Version: 1.6.4
    Operating System: Windows 8.1 (amd64) version 6.3
    Java Version: 1.8.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 571073496 bytes (544 MB) / 649592832 bytes (619 MB) up to 954728448 bytes (910 MB)
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1024M -Xms512M -Xss128K
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: ~~ERROR~~ StackOverflowError: null
    IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Player Count: 0 / 8; []
    Type: Integrated Server (map_client.txt)
    Is Modded: Probably not. Jar signature remains and both client + server brands are untouched.


    -Second crash log. Spoiler alert!

    ---- Minecraft Crash Report ----
    // Uh... Did I do that?

    Time: 11/01/15 5:44 PM
    Description: Exception while updating neighbours

    java.lang.StackOverflowError
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$100(Unknown Source)
    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)
    at abw.g(SourceFile:471)
    at abw.f(SourceFile:447)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:446)
    at apd.a(SourceFile:78)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:77)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:450)
    at apd.a(SourceFile:78)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:446)
    at apd.a(SourceFile:78)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:446)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:446)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at apd.a(SourceFile:78)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at apd.a(SourceFile:78)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at apd.a(SourceFile:78)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:107)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:446)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:449)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:446)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at apd.a(SourceFile:78)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:445)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:106)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:77)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:446)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:77)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:446)
    at apd.a(SourceFile:78)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at apd.a(SourceFile:78)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:445)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:106)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:77)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:446)
    at apd.a(SourceFile:78)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:450)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:107)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:445)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:106)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:106)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:106)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:107)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:445)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:106)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:106)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:107)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:445)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:106)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:94)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:96)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:106)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:106)
    at afw.a(SourceFile:37)
    at acu.a(SourceFile:206)
    at acu.a(SourceFile:27)
    at acq.a(SourceFile:222)
    at acw.a(SourceFile:27)
    at aet.a(SourceFile:454)
    at jr.a(SourceFile:168)
    at adr.a(SourceFile:732)
    at jr.c(SourceFile:105)
    at jr.d(SourceFile:116)
    at abw.e(SourceFile:289)
    at acl.<init>(SourceFile:32)
    at abw.a(SourceFile:2241)
    at rf.a(SourceFile:78)
    at rf.a(SourceFile:82)
    at qm.c(SourceFile:41)
    at pt.a(SourceFile:91)
    at og.bi(SourceFile:410)
    at of.c(SourceFile:1289)
    at og.c(SourceFile:292)
    at tm.c(SourceFile:24)
    at tw.c(SourceFile:141)
    at of.l_(SourceFile:1176)
    at og.l_(SourceFile:169)
    at tm.l_(SourceFile:29)
    at tw.l_(SourceFile:197)
    at abw.a(SourceFile:1349)
    at js.a(SourceFile:479)
    at abw.g(SourceFile:1327)
    at abw.h(SourceFile:1234)
    at js.h(SourceFile:364)
    at net.minecraft.server.MinecraftServer.t(SourceFile:471)
    at net.minecraft.server.MinecraftServer.s(SourceFile:406)
    at bkz.s(SourceFile:124)
    at net.minecraft.server.MinecraftServer.run(SourceFile:340)
    at hi.run(SourceFile:583)


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- Head --
    Stacktrace:
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$100(Unknown Source)
    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)
    at abw.g(SourceFile:471)
    at abw.f(SourceFile:447)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #8 (tile.water // apd)
    Block type: ID #9 (tile.water // ape)
    Block data value: 5 / 0x5 / 0b0101
    Block location: World: (27,11,223), Chunk: (at 11,0,15 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:446)
    at apd.a(SourceFile:78)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:77)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #8 (tile.water // apd)
    Block type: ID #9 (tile.water // ape)
    Block data value: 5 / 0x5 / 0b0101
    Block location: World: (27,11,223), Chunk: (at 11,0,15 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:450)
    at apd.a(SourceFile:78)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #8 (tile.water // apd)
    Block type: ID #9 (tile.water // ape)
    Block data value: 4 / 0x4 / 0b0100
    Block location: World: (27,11,222), Chunk: (at 11,0,14 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:446)
    at apd.a(SourceFile:78)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #0
    Block type: ID #9 (tile.water // ape)
    Block data value: 3 / 0x3 / 0b0011
    Block location: World: (26,11,222), Chunk: (at 10,0,14 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:446)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #0
    Block type: ID #9 (tile.water // ape)
    Block data value: 1 / 0x1 / 0b0001
    Block location: World: (25,11,221), Chunk: (at 9,0,13 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:446)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #10 (tile.lava // apd)
    Block type: ID #9 (tile.water // ape)
    Block data value: 1 / 0x1 / 0b0001
    Block location: World: (25,11,221), Chunk: (at 9,0,13 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)

    -- Block being updated --
    Details:
    Source block type: ID #8 (tile.water // apd)
    Block type: ID #10 (tile.lava // apd)
    Block data value: 0 / 0x0 / 0b0000
    Block location: World: (25,10,221), Chunk: (at 9,0,13 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at apd.a(SourceFile:78)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #10 (tile.lava // apd)
    Block type: ID #9 (tile.water // ape)
    Block data value: 2 / 0x2 / 0b0010
    Block location: World: (26,11,221), Chunk: (at 10,0,13 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)

    -- Block being updated --
    Details:
    Source block type: ID #8 (tile.water // apd)
    Block type: ID #10 (tile.lava // apd)
    Block data value: 0 / 0x0 / 0b0000
    Block location: World: (26,10,221), Chunk: (at 10,0,13 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at apd.a(SourceFile:78)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #10 (tile.lava // apd)
    Block type: ID #9 (tile.water // ape)
    Block data value: 3 / 0x3 / 0b0011
    Block location: World: (27,11,221), Chunk: (at 11,0,13 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)

    -- Block being updated --
    Details:
    Source block type: ID #8 (tile.water // apd)
    Block type: ID #10 (tile.lava // apd)
    Block data value: 0 / 0x0 / 0b0000
    Block location: World: (27,10,221), Chunk: (at 11,0,13 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at apd.a(SourceFile:78)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:107)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #0
    Block type: ID #9 (tile.water // ape)
    Block data value: 4 / 0x4 / 0b0100
    Block location: World: (27,11,222), Chunk: (at 11,0,14 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:446)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #10 (tile.lava // apd)
    Block type: ID #9 (tile.water // ape)
    Block data value: 4 / 0x4 / 0b0100
    Block location: World: (27,11,222), Chunk: (at 11,0,14 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)

    -- Block being updated --
    Details:
    Source block type: ID #10 (tile.lava // apd)
    Block type: ID #10 (tile.lava // apd)
    Block data value: 0 / 0x0 / 0b0000
    Block location: World: (27,10,222), Chunk: (at 11,0,14 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:449)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)

    -- Block being updated --
    Details:
    Source block type: ID #0
    Block type: ID #10 (tile.lava // apd)
    Block data value: 0 / 0x0 / 0b0000
    Block location: World: (27,10,223), Chunk: (at 11,0,15 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #10 (tile.lava // apd)
    Block type: ID #9 (tile.water // ape)
    Block data value: 6 / 0x6 / 0b0110
    Block location: World: (28,11,223), Chunk: (at 12,0,15 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)

    -- Block being updated --
    Details:
    Source block type: ID #0
    Block type: ID #10 (tile.lava // apd)
    Block data value: 0 / 0x0 / 0b0000
    Block location: World: (28,10,223), Chunk: (at 12,0,15 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #0
    Block type: ID #9 (tile.water // ape)
    Block data value: 5 / 0x5 / 0b0101
    Block location: World: (28,11,222), Chunk: (at 12,0,14 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:446)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #10 (tile.lava // apd)
    Block type: ID #9 (tile.water // ape)
    Block data value: 5 / 0x5 / 0b0101
    Block location: World: (28,11,222), Chunk: (at 12,0,14 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)

    -- Block being updated --
    Details:
    Source block type: ID #8 (tile.water // apd)
    Block type: ID #10 (tile.lava // apd)
    Block data value: 0 / 0x0 / 0b0000
    Block location: World: (28,10,222), Chunk: (at 12,0,14 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at apd.a(SourceFile:78)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #10 (tile.lava // apd)
    Block type: ID #9 (tile.water // ape)
    Block data value: 6 / 0x6 / 0b0110
    Block location: World: (29,11,222), Chunk: (at 13,0,14 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)

    -- Block being updated --
    Details:
    Source block type: ID #0
    Block type: ID #10 (tile.lava // apd)
    Block data value: 0 / 0x0 / 0b0000
    Block location: World: (29,10,222), Chunk: (at 13,0,14 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #0
    Block type: ID #9 (tile.water // ape)
    Block data value: 5 / 0x5 / 0b0101
    Block location: World: (29,11,221), Chunk: (at 13,0,13 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:445)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:106)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:77)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #0
    Block type: ID #9 (tile.water // ape)
    Block data value: 5 / 0x5 / 0b0101
    Block location: World: (29,11,221), Chunk: (at 13,0,13 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:446)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:77)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #8 (tile.water // apd)
    Block type: ID #9 (tile.water // ape)
    Block data value: 3 / 0x3 / 0b0011
    Block location: World: (28,11,220), Chunk: (at 12,0,12 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:446)
    at apd.a(SourceFile:78)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #10 (tile.lava // apd)
    Block type: ID #9 (tile.water // ape)
    Block data value: 3 / 0x3 / 0b0011
    Block location: World: (28,11,220), Chunk: (at 12,0,12 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)

    -- Block being updated --
    Details:
    Source block type: ID #8 (tile.water // apd)
    Block type: ID #10 (tile.lava // apd)
    Block data value: 0 / 0x0 / 0b0000
    Block location: World: (28,10,220), Chunk: (at 12,0,12 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at apd.a(SourceFile:78)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:105)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #10 (tile.lava // apd)
    Block type: ID #9 (tile.water // ape)
    Block data value: 6 / 0x6 / 0b0110
    Block location: World: (29,11,220), Chunk: (at 13,0,12 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)

    -- Block being updated --
    Details:
    Source block type: ID #0
    Block type: ID #10 (tile.lava // apd)
    Block data value: 0 / 0x0 / 0b0000
    Block location: World: (29,10,220), Chunk: (at 13,0,12 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #0
    Block type: ID #9 (tile.water // ape)
    Block data value: 5 / 0x5 / 0b0101
    Block location: World: (29,11,219), Chunk: (at 13,0,11 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:445)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:106)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:77)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #8 (tile.water // apd)
    Block type: ID #9 (tile.water // ape)
    Block data value: 5 / 0x5 / 0b0101
    Block location: World: (29,11,219), Chunk: (at 13,0,11 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:446)
    at apd.a(SourceFile:78)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:108)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #0
    Block type: ID #9 (tile.water // ape)
    Block data value: 5 / 0x5 / 0b0101
    Block location: World: (28,11,218), Chunk: (at 12,0,10 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:450)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:107)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #0
    Block type: ID #9 (tile.water // ape)
    Block data value: 5 / 0x5 / 0b0101
    Block location: World: (28,11,218), Chunk: (at 12,0,10 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:445)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:106)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #10 (tile.lava // apd)
    Block type: ID #9 (tile.water // ape)
    Block data value: 5 / 0x5 / 0b0101
    Block location: World: (28,11,218), Chunk: (at 12,0,10 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)

    -- Block being updated --
    Details:
    Source block type: ID #0
    Block type: ID #10 (tile.lava // apd)
    Block data value: 0 / 0x0 / 0b0000
    Block location: World: (28,10,218), Chunk: (at 12,0,10 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:106)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #10 (tile.lava // apd)
    Block type: ID #9 (tile.water // ape)
    Block data value: 4 / 0x4 / 0b0100
    Block location: World: (27,11,218), Chunk: (at 11,0,10 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)

    -- Block being updated --
    Details:
    Source block type: ID #0
    Block type: ID #10 (tile.lava // apd)
    Block data value: 0 / 0x0 / 0b0000
    Block location: World: (27,10,218), Chunk: (at 11,0,10 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:106)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #10 (tile.lava // apd)
    Block type: ID #9 (tile.water // ape)
    Block data value: 3 / 0x3 / 0b0011
    Block location: World: (26,11,218), Chunk: (at 10,0,10 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)

    -- Block being updated --
    Details:
    Source block type: ID #0
    Block type: ID #10 (tile.lava // apd)
    Block data value: 0 / 0x0 / 0b0000
    Block location: World: (26,10,218), Chunk: (at 10,0,10 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:107)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #0
    Block type: ID #9 (tile.water // ape)
    Block data value: 2 / 0x2 / 0b0010
    Block location: World: (26,11,219), Chunk: (at 10,0,11 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:445)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:106)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #10 (tile.lava // apd)
    Block type: ID #9 (tile.water // ape)
    Block data value: 2 / 0x2 / 0b0010
    Block location: World: (26,11,219), Chunk: (at 10,0,11 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)

    -- Block being updated --
    Details:
    Source block type: ID #0
    Block type: ID #10 (tile.lava // apd)
    Block data value: 0 / 0x0 / 0b0000
    Block location: World: (26,10,219), Chunk: (at 10,0,11 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:106)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #10 (tile.lava // apd)
    Block type: ID #9 (tile.water // ape)
    Block data value: 1 / 0x1 / 0b0001
    Block location: World: (25,11,219), Chunk: (at 9,0,11 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)

    -- Block being updated --
    Details:
    Source block type: ID #0
    Block type: ID #10 (tile.lava // apd)
    Block data value: 0 / 0x0 / 0b0000
    Block location: World: (25,10,219), Chunk: (at 9,0,11 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:107)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #0
    Block type: ID #9 (tile.water // ape)
    Block data value: 10 / 0xA / 0b1010
    Block location: World: (25,11,220), Chunk: (at 9,0,12 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:445)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:106)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at ape.k(SourceFile:31)
    at ape.a(SourceFile:25)

    -- Block being updated --
    Details:
    Source block type: ID #10 (tile.lava // apd)
    Block type: ID #9 (tile.water // ape)
    Block data value: 10 / 0xA / 0b1010
    Block location: World: (25,11,220), Chunk: (at 9,0,12 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:448)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at abw.c(SourceFile:405)
    at apc.k(SourceFile:339)
    at apc.a(SourceFile:324)

    -- Block being updated --
    Details:
    Source block type: ID #0
    Block type: ID #10 (tile.lava // apd)
    Block data value: 0 / 0x0 / 0b0000
    Block location: World: (25,10,220), Chunk: (at 9,0,12 in 1,13; contains blocks 16,0,208 to 31,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Stacktrace:
    at abw.g(SourceFile:469)
    at abw.f(SourceFile:447)
    at abw.d(SourceFile:415)
    at abw.f(SourceFile:316)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:94)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:96)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:106)
    at js.a(SourceFile:319)
    at js.a(SourceFile:306)
    at apd.a(SourceFile:233)
    at adr.a(SourceFile:395)
    at abw.f(SourceFile:306)
    at apd.e(SourceFile:123)
    at apd.a(SourceFile:106)
    at afw.a(SourceFile:37)
    at acu.a(SourceFile:206)
    at acu.a(SourceFile:27)
    at acq.a(SourceFile:222)
    at acw.a(SourceFile:27)
    at aet.a(SourceFile:454)
    at jr.a(SourceFile:168)
    at adr.a(SourceFile:732)
    at jr.c(SourceFile:105)
    at jr.d(SourceFile:116)
    at abw.e(SourceFile:289)
    at acl.<init>(SourceFile:32)
    at abw.a(SourceFile:2241)
    at rf.a(SourceFile:78)
    at rf.a(SourceFile:82)
    at qm.c(SourceFile:41)
    at pt.a(SourceFile:91)
    at og.bi(SourceFile:410)
    at of.c(SourceFile:1289)
    at og.c(SourceFile:292)
    at tm.c(SourceFile:24)
    at tw.c(SourceFile:141)
    at of.l_(SourceFile:1176)
    at og.l_(SourceFile:169)
    at tm.l_(SourceFile:29)
    at tw.l_(SourceFile:197)
    at abw.a(SourceFile:1349)
    at js.a(SourceFile:479)
    at abw.g(SourceFile:1327)

    -- Entity being ticked --
    Details:
    Entity Type: Zombie (tw)
    Entity ID: 3908
    Entity Name: Zombie
    Entity's Exact location: 104.50, 59.00, 242.50
    Entity's Block location: World: (104,59,242), Chunk: (at 8,3,2 in 6,15; contains blocks 96,0,240 to 111,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Entity's Momentum: 0.00, -0.08, 0.00
    Stacktrace:
    at abw.h(SourceFile:1234)
    at js.h(SourceFile:364)

    -- Affected level --
    Details:
    Level name: Survival
    All players: 1 total; [jv['njt12'/479, l='Survival', x=218.01, y=67.50, z=245.77]]
    Chunk stats: ServerChunkCache: 679 Drop: 0
    Level seed: -1033641413
    Level generator: ID 00 - default, ver 1. Features enabled: true
    Level generator options:
    Level spawn location: World: (240,64,196), Chunk: (at 0,4,4 in 15,12; contains blocks 240,0,192 to 255,255,207), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 3085 game time, 3085 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 9479 (now: false), thunder time: 158593 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Stacktrace:
    at net.minecraft.server.MinecraftServer.t(SourceFile:471)
    at net.minecraft.server.MinecraftServer.s(SourceFile:406)
    at bkz.s(SourceFile:124)
    at net.minecraft.server.MinecraftServer.run(SourceFile:340)
    at hi.run(SourceFile:583)

    -- System Details --
    Details:
    Minecraft Version: 1.6.4
    Operating System: Windows 8.1 (amd64) version 6.3
    Java Version: 1.8.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 140044208 bytes (133 MB) / 305475584 bytes (291 MB) up to 523501568 bytes (499 MB)
    JVM Flags: 7 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -Xms128M -Xss128K -Xmn128M -Xincgc -Xverify:all
    AABB Pool Size: 4724 (264544 bytes; 0 MB) allocated, 4309 (241304 bytes; 0 MB) used
    Suspicious classes: ~~ERROR~~ StackOverflowError: null
    IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 1185 (66360 bytes; 0 MB) allocated, 1061 (59416 bytes; 0 MB) used
    Player Count: 1 / 8; [jv['njt12'/479, l='Survival', x=218.01, y=67.50, z=245.77]]
    Type: Integrated Server (map_client.txt)
    Is Modded: Probably not. Jar signature remains and both client + server brands are untouched.





    Laptop specs:

    Acer Aspire V5-571P-6631

    intel inside core i3-3227U @ 1.90GHz

    Allocated/Usable: 500 Mega Bytes/5.80 Gigabytes

    Windows 8.1

    Intel HD Graphics 4000 version 10.18.10.4061

    Realtek HD Audio version 6.0.1.7373.
    Posted in: Java Edition Support
  • 0

    posted a message on How Terrible is My (And Your) Computer?
    My Acer Aspire laptop is running Windows 8.1(Acer is build for OS X apparently). It overheats really quickly, and there is a black blob in the middle of the screen that will appear occasionally. It's nickname: Dr. Jekyll and Mr. Hyde.


    1.90 GHz

    Intel HD Graphics 10.18.3958(Which can barely run any game at all)

    3.8GB of usable RAM(10,018MB paging file[A file that Windows uses as RAM, on top of 2.8 GB of RAM to run])

    Intel Inside i3 core

    64-bit processor

    Posted in: Computer Science and Technology
  • 0

    posted a message on I.A.M Mod(Beta) for MC 1.7.10 [Inactive]

    ", sans-serif">So yeah. 3 years 4 months 4 days after this modification for Minecraft went public for the very first time, it is with regret that I inform you lucky person who saw that I edited this post just to find that this mod is inactive (big shocker I know, considering I run on Valve time) and I cannot update this mod because that will mean I have to rebuild the whole mod again as I appeared to have misplaced it. I am also officially a university student now and that means that time for programming has come to a brief halt. Perhaps in the near-distant future a more fleshed out and better looking mod that is probably original will be coming down the pipes.

    ", sans-serif">PS: In case you are wondering I am using Comic Sans, the best font there is to use and no one should use any other font not even Times New Roman.

    Posted in: WIP Mods
  • 0

    posted a message on MCP Recompile error
    My MCP is like this too! What is up with it?! My Minecraft Coder Pack is corrupt but I reinstalled everything and delete everything JDK, MCP, even my whole MC but everything is still the same...trying to make a mob for my mod... :steve_tearful:


    C:\Users\Owner\Desktop\EM2\forge\mcp\src\minecraft\net\minecraft\util\ChatMessageComponent.java:268: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    var7.append(StatCollector.translateToLocalFormatted(this.translationKey, var13));
    ^
    cast to Object for a varargs call
    cast to Object[] for a non-varargs call and to suppress this warning
    C:\Users\Owner\Desktop\EM2\forge\mcp\src\minecraft\net\minecraft\client\gui\LoadingScreenRenderer.java:52: error: running is not public in Minecraft; cannot be accessed from outside package
    if (!this.mc.running)
    ^
    C:\Users\Owner\Desktop\EM2\forge\mcp\src\minecraft\net\minecraft\client\gui\LoadingScreenRenderer.java:77: error: running is not public in Minecraft; cannot be accessed from outside package
    if (!this.mc.running)
    ^
    C:\Users\Owner\Desktop\EM2\forge\mcp\src\minecraft\net\minecraft\client\gui\LoadingScreenRenderer.java:98: error: running is not public in Minecraft; cannot be accessed from outside package
    if (!this.mc.running)
    ^
    C:\Users\Owner\Desktop\EM2\forge\mcp\src\minecraft\net\minecraft\entity\monster\EntityRecipian.java:30: error: constructor EntityMob in class EntityMob cannot be applied to given types;
    public class EntityRecipian extends EntityMob{
    ^
    required: World
    found: no arguments
    reason: actual and formal argument lists differ in length
    C:\Users\Owner\Desktop\EM2\forge\mcp\src\minecraft\net\minecraft\world\gen\feature\MapGenScatteredFeature.java:113: error: components has protected access in StructureStart
    if (var4 != null && var4 instanceof StructureScatteredFeatureStart && !var4.components.isEmpty())
    ^
    C:\Users\Owner\Desktop\EM2\forge\mcp\src\minecraft\net\minecraft\world\gen\feature\MapGenScatteredFeature.java:115: error: components has protected access in StructureStart
    StructureComponent var5 = (StructureComponent)var4.components.getFirst();
    ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    6 errors
    1 warning

    Posted in: Modification Development
  • 0

    posted a message on Can't reach server?
    I had this problem as well. When I restarted the server I was able to connect. But I am having this problem with a MC server with Nexus' Pixelmon server. Can't ping pixelmon1.thenexusmc.net: Internal Exception: java.io.IOException: An existing connection was forcibly closed by the remote host
    Posted in: Server Support and Administration
  • 0

    posted a message on MCP 8.11 problem
    What if I only know how to make a Mod for 1.6.4? What about the progress I made. everything had the green light then.


    C:\Users\Owner\Desktop\EM2\forge\mcp\src\minecraft\net\minecraft\util\ChatMessageComponent.java:268: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    var7.append(StatCollector.translateToLocalFormatted(this.translationKey, var13));
    ^
    cast to Object for a varargs call
    cast to Object[] for a non-varargs call and to suppress this warning
    C:\Users\Owner\Desktop\EM2\forge\mcp\src\minecraft\net\minecraft\client\gui\LoadingScreenRenderer.java:52: error: running is not public in Minecraft; cannot be accessed from outside package
    if (!this.mc.running)
    ^
    C:\Users\Owner\Desktop\EM2\forge\mcp\src\minecraft\net\minecraft\client\gui\LoadingScreenRenderer.java:77: error: running is not public in Minecraft; cannot be accessed from outside package
    if (!this.mc.running)
    ^
    C:\Users\Owner\Desktop\EM2\forge\mcp\src\minecraft\net\minecraft\client\gui\LoadingScreenRenderer.java:98: error: running is not public in Minecraft; cannot be accessed from outside package
    if (!this.mc.running)
    ^
    C:\Users\Owner\Desktop\EM2\forge\mcp\src\minecraft\net\minecraft\entity\monster\EntityRecipian.java:30: error: constructor EntityMob in class EntityMob cannot be applied to given types;
    public class EntityRecipian extends EntityMob{
    ^
    required: World
    found: no arguments
    reason: actual and formal argument lists differ in length
    C:\Users\Owner\Desktop\EM2\forge\mcp\src\minecraft\net\minecraft\world\gen\feature\MapGenScatteredFeature.java:113: error: components has protected access in StructureStart
    if (var4 != null && var4 instanceof StructureScatteredFeatureStart && !var4.components.isEmpty())
    ^
    C:\Users\Owner\Desktop\EM2\forge\mcp\src\minecraft\net\minecraft\world\gen\feature\MapGenScatteredFeature.java:115: error: components has protected access in StructureStart
    StructureComponent var5 = (StructureComponent)var4.components.getFirst();
    ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    6 errors
    1 warning

    Posted in: Modification Development
  • 0

    posted a message on Pixelmon 1.6.4 Crash.

    Description: Rendering screen

    java.lang.NullPointerException
    at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:123)
    at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(SourceFile:31)
    at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:49)
    at pixelmon.client.gui.inventoryExtended.GuiInventoryPixelmonExtended.func_73863_a(GuiInventoryPixelmonExtended.java:78)
    at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1153)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:946)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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 net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- Head --
    Stacktrace:
    at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:123)
    at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(SourceFile:31)
    at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:49)
    at pixelmon.client.gui.inventoryExtended.GuiInventoryPixelmonExtended.func_73863_a(GuiInventoryPixelmonExtended.java:78)

    -- Screen render details --
    Details:
    Screen name: pixelmon.client.gui.inventoryExtended.GuiInventoryPixelmonExtended
    Mouse location: Scaled: (342, 177). Absolute: (684, 350)
    Screen size: Scaled: (683, 353). Absolute: (1366, 705). Scale factor of 2

    -- Affected level --
    Details:
    Level name: MpServer
    All players: 1 total; [EntityClientPlayerMP['njt12'/451, l='MpServer', x=182.70, y=70.62, z=231.06]]
    Chunk stats: MultiplayerChunkCache: 441
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options:
    Level spawn location: World: (172,64,256), Chunk: (at 12,4,0 in 10,16; contains blocks 160,0,256 to 175,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 3591 game time, 3591 day time
    Level dimension: 0
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Forced entities: 156 total; [EntityPixelmon['Vulpix'/7186, l='MpServer', x=170.31, y=64.00, z=161.63], EntityPixelmon['Mankey'/276, l='MpServer', x=181.63, y=64.00, z=159.84], EntityPixelmon['Caterpie'/277, l='MpServer', x=188.94, y=63.15, z=189.42], EntitySheep['Sheep'/278, l='MpServer', x=180.03, y=65.00, z=174.06], EntitySheep['Sheep'/279, l='MpServer', x=189.38, y=65.00, z=181.25], EntityGib['unknown'/7959, l='MpServer', x=173.50, y=32.50, z=194.50], EntitySheep['Sheep'/280, l='MpServer', x=183.50, y=65.00, z=182.50], EntityGib['unknown'/7960, l='MpServer', x=173.83, y=32.28, z=194.40], EntitySheep['Sheep'/281, l='MpServer', x=180.22, y=65.00, z=176.66], EntityGib['unknown'/7961, l='MpServer', x=173.17, y=32.28, z=194.60], EntityItem['item.tile.sapling.oak'/282, l='MpServer', x=180.72, y=72.13, z=176.34], EntityGib['unknown'/7962, l='MpServer', x=168.50, y=34.50, z=205.50], EntityItem['item.tile.sapling.oak'/283, l='MpServer', x=178.88, y=72.13, z=180.13], EntityGib['unknown'/7963, l='MpServer', x=168.61, y=34.28, z=205.17], EntityCreeper['Creeper'/284, l='MpServer', x=188.06, y=47.00, z=196.44], EntityGib['unknown'/7964, l='MpServer', x=168.39, y=34.28, z=205.83], EntityItem['item.item.string'/285, l='MpServer', x=181.66, y=62.13, z=199.88], EntityGib['unknown'/7965, l='MpServer', x=135.84, y=28.50, z=243.31], EntityItem['item.item.seeds'/286, l='MpServer', x=182.25, y=77.13, z=294.78], EntityGib['unknown'/7966, l='MpServer', x=136.14, y=28.28, z=243.49], EntityPixelmon['Bellsprout'/287, l='MpServer', x=189.50, y=77.00, z=303.50], EntityGib['unknown'/7967, l='MpServer', x=135.55, y=28.28, z=243.13], EntityItem['item.tile.sapling.jungle'/288, l='MpServer', x=176.09, y=80.13, z=295.19], EntityGib['unknown'/7968, l='MpServer', x=140.06, y=28.50, z=233.63], EntityPixelmon['Bellsprout'/289, l='MpServer', x=188.50, y=77.00, z=305.50], EntityGib['unknown'/7969, l='MpServer', x=140.41, y=28.28, z=233.63], EntityGib['unknown'/7970, l='MpServer', x=139.71, y=28.28, z=233.63], EntityPixelmon['Mankey'/296, l='MpServer', x=191.50, y=64.00, z=149.75], EntityPixelmon['Growlithe'/297, l='MpServer', x=211.81, y=65.00, z=172.28], EntityPixelmon['Pikachu'/298, l='MpServer', x=192.34, y=63.00, z=213.75], EntityItem['item.item.leather'/299, l='MpServer', x=194.72, y=71.13, z=267.38], EntityPixelmon['Drifblim'/300, l='MpServer', x=201.03, y=64.00, z=276.88], EntitySheep['Sheep'/301, l='MpServer', x=223.97, y=67.00, z=166.06], EntitySheep['Sheep'/302, l='MpServer', x=222.03, y=66.00, z=157.13], EntitySheep['Sheep'/303, l='MpServer', x=210.81, y=64.00, z=155.13], EntitySheep['Sheep'/304, l='MpServer', x=219.53, y=66.00, z=162.59], EntityPixelmon['Butterfree'/305, l='MpServer', x=208.84, y=65.00, z=173.40], EntityPixelmon['Persian'/306, l='MpServer', x=219.50, y=66.00, z=160.25], EntitySheep['Sheep'/307, l='MpServer', x=219.47, y=67.00, z=189.53], EntitySheep['Sheep'/308, l='MpServer', x=210.38, y=66.00, z=183.19], EntitySheep['Sheep'/309, l='MpServer', x=224.47, y=68.00, z=195.66], EntityPixelmon['Voltorb'/310, l='MpServer', x=220.81, y=67.00, z=189.16], EntitySheep['Sheep'/311, l='MpServer', x=220.84, y=67.00, z=195.34], EntityPixelmon['Butterfree'/312, l='MpServer', x=219.59, y=64.00, z=206.72], EntityItem['item.item.sulphur'/313, l='MpServer', x=222.09, y=67.13, z=199.88], EntityItem['item.tile.sapling.oak'/314, l='MpServer', x=212.84, y=64.13, z=223.94], EntityItem['item.tile.flower'/315, l='MpServer', x=221.59, y=72.13, z=246.94], EntityChicken['Chicken'/316, l='MpServer', x=222.47, y=66.00, z=307.66], EntityPixelmon['Girafarig'/325, l='MpServer', x=238.50, y=64.00, z=144.41], EntityCreeper['Creeper'/326, l='MpServer', x=224.47, y=18.00, z=188.97], EntitySkeleton['Skeleton'/327, l='MpServer', x=231.50, y=19.00, z=217.91], EntityPixelmon['Magikarp'/71, l='MpServer', x=86.44, y=60.00, z=189.27], EntityPixelmon['Voltorb'/329, l='MpServer', x=235.91, y=63.00, z=232.69], EntityPixelmon['Seaking'/73, l='MpServer', x=81.56, y=59.00, z=199.56], EntityPixelmon['Persian'/330, l='MpServer', x=233.34, y=69.00, z=244.50], EntityPixelmon['Elekid'/332, l='MpServer', x=229.88, y=66.00, z=284.06], EntityPixelmon['Flaaffy'/333, l='MpServer', x=240.03, y=67.00, z=289.44], EntityChicken['Chicken'/334, l='MpServer', x=239.13, y=66.00, z=306.53], EntityPixelmon['Electabuzz'/337, l='MpServer', x=233.79, y=65.00, z=307.30], EntityPixelmon['Swinub'/338, l='MpServer', x=231.03, y=65.00, z=312.31], EntityPixelmon['Nidoranfemale'/352, l='MpServer', x=240.44, y=64.00, z=154.19], EntitySkeleton['Skeleton'/353, l='MpServer', x=250.88, y=38.00, z=189.70], EntitySheep['Sheep'/354, l='MpServer', x=255.34, y=64.00, z=178.16], EntitySheep['Sheep'/355, l='MpServer', x=255.81, y=69.00, z=207.19], EntitySheep['Sheep'/356, l='MpServer', x=252.50, y=69.00, z=205.50], EntitySheep['Sheep'/357, l='MpServer', x=245.03, y=67.00, z=193.03], EntityPixelmon['Voltorb'/358, l='MpServer', x=245.81, y=70.00, z=207.34], EntitySheep['Sheep'/359, l='MpServer', x=254.22, y=69.00, z=208.78], EntityMinecartChest['entity.MinecartChest.name'/363, l='MpServer', x=243.50, y=34.34, z=259.50], EntityItem['item.tile.rail'/364, l='MpServer', x=242.22, y=34.13, z=257.75], EntityItem['item.tile.rail'/365, l='MpServer', x=240.13, y=34.13, z=258.28], EntityMinecartChest['entity.MinecartChest.name'/367, l='MpServer', x=255.50, y=38.50, z=262.50], EntityPixelmon['Venomoth'/111, l='MpServer', x=90.31, y=73.89, z=220.78], EntityPixelmon['Jynx'/368, l='MpServer', x=252.06, y=74.00, z=275.72], EntityPixelmon['Swinub'/369, l='MpServer', x=232.47, y=65.00, z=312.13], EntityPixelmon['Swinub'/370, l='MpServer', x=244.78, y=67.00, z=311.47], EntityPixelmon['Dodrio'/371, l='MpServer', x=240.31, y=66.00, z=305.16], EntitySheep['Sheep'/384, l='MpServer', x=258.91, y=64.00, z=190.59], EntitySheep['Sheep'/386, l='MpServer', x=258.50, y=69.00, z=211.50], EntitySheep['Sheep'/130, l='MpServer', x=103.88, y=63.00, z=157.22], EntityBat['Bat'/391, l='MpServer', x=257.56, y=35.10, z=226.88], EntityPixelmon['Doduo'/392, l='MpServer', x=263.59, y=71.00, z=254.41], EntityPixelmon['Drifloon'/393, l='MpServer', x=265.66, y=71.00, z=252.53], EntityPixelmon['Electrode'/394, l='MpServer', x=271.34, y=72.00, z=253.97], EntityPixelmon['Pidgey'/396, l='MpServer', x=260.92, y=72.15, z=265.26], EntityMinecartChest['entity.MinecartChest.name'/142, l='MpServer', x=104.50, y=42.50, z=253.50], EntityPixelmon['Venomoth'/144, l='MpServer', x=110.51, y=70.22, z=261.33], EntityMinecartChest['entity.MinecartChest.name'/145, l='MpServer', x=106.50, y=47.50, z=275.50], EntityPixelmon['Ekans'/158, l='MpServer', x=133.16, y=63.00, z=151.21], EntityPixelmon['Kangaskhan'/414, l='MpServer', x=276.50, y=74.00, z=277.25], EntityItem['item.tile.torch'/160, l='MpServer', x=124.75, y=34.13, z=216.59], EntityItem['item.tile.sapling.oak'/161, l='MpServer', x=119.19, y=69.13, z=232.44], EntityMinecartChest['entity.MinecartChest.name'/162, l='MpServer', x=125.50, y=35.50, z=243.50], EntityItem['item.tile.torch'/163, l='MpServer', x=124.19, y=36.13, z=250.16], EntitySheep['Sheep'/164, l='MpServer', x=125.50, y=68.00, z=244.50], EntitySheep['Sheep'/165, l='MpServer', x=125.47, y=70.00, z=245.53], EntitySheep['Sheep'/166, l='MpServer', x=124.50, y=68.00, z=235.19], EntityItem['item.tile.sapling.oak'/168, l='MpServer', x=119.13, y=70.13, z=246.88], EntityItem['item.tile.sapling.oak'/170, l='MpServer', x=121.13, y=78.13, z=246.13], EntityPixelmon['Venonat'/171, l='MpServer', x=115.50, y=68.00, z=252.50], EntityPixelmon['Mareep'/10155, l='MpServer', x=89.50, y=63.00, z=154.50], EntitySheep['Sheep'/172, l='MpServer', x=126.34, y=71.00, z=244.31], EntityPixelmon['Mareep'/10156, l='MpServer', x=94.50, y=63.00, z=150.50], EntityItem['item.tile.sapling.oak'/173, l='MpServer', x=120.88, y=78.13, z=249.81], EntityPixelmon['Mareep'/10157, l='MpServer', x=95.50, y=63.00, z=155.50], EntityPixelmon['Mareep'/10158, l='MpServer', x=92.50, y=63.00, z=157.50], EntitySkeleton['Skeleton'/175, l='MpServer', x=120.75, y=25.00, z=282.09], EntityPixelmon['Rapidash'/10159, l='MpServer', x=87.50, y=63.00, z=153.50], EntitySkeleton['Skeleton'/176, l='MpServer', x=124.28, y=27.00, z=281.97], EntityItem['item.tile.torch'/177, l='MpServer', x=125.91, y=42.13, z=276.16], EntityCreeper['Creeper'/178, l='MpServer', x=127.50, y=32.00, z=280.50], EntitySheep['Sheep'/182, l='MpServer', x=126.13, y=64.00, z=302.16], EntityPixelmon['Goldeen'/186, l='MpServer', x=116.36, y=61.09, z=327.35], EntityPixelmon['Goldeen'/187, l='MpServer', x=115.56, y=59.00, z=328.56], EntitySheep['Sheep'/192, l='MpServer', x=139.75, y=63.00, z=159.63], EntityCreeper['Creeper'/195, l='MpServer', x=142.00, y=24.00, z=168.50], EntityClientPlayerMP['njt12'/451, l='MpServer', x=182.70, y=70.62, z=231.06], EntityPixelmon['Ponyta'/196, l='MpServer', x=138.84, y=64.00, z=187.78], EntityZombie['Zombie'/197, l='MpServer', x=129.50, y=15.00, z=197.97], EntityZombie['Zombie'/198, l='MpServer', x=136.50, y=14.00, z=211.03], EntitySkeleton['Skeleton'/199, l='MpServer', x=140.06, y=27.00, z=233.63], EntityItem['item.tile.rail'/200, l='MpServer', x=143.13, y=35.13, z=226.81], EntityItem['item.tile.rail'/201, l='MpServer', x=143.13, y=35.13, z=228.03], EntitySkeleton['Skeleton'/202, l='MpServer', x=135.84, y=27.00, z=243.31], EntityEnderman['Enderman'/203, l='MpServer', x=132.50, y=39.00, z=300.50], EntitySheep['Sheep'/204, l='MpServer', x=130.53, y=64.00, z=296.47], EntitySheep['Sheep'/205, l='MpServer', x=129.47, y=64.00, z=297.53], EntitySheep['Sheep'/206, l='MpServer', x=130.53, y=64.00, z=299.53], EntityPixelmon['Magikarp'/207, l='MpServer', x=143.21, y=62.12, z=321.48], EntityCreeper['Creeper'/215, l='MpServer', x=144.50, y=24.00, z=171.50], EntitySkeleton['Skeleton'/216, l='MpServer', x=144.50, y=38.00, z=187.50], EntitySheep['Sheep'/217, l='MpServer', x=165.56, y=63.00, z=187.09], EntitySheep['Sheep'/218, l='MpServer', x=156.44, y=65.00, z=204.41], EntityPig['Pig'/219, l='MpServer', x=149.94, y=64.00, z=194.03], EntityPig[
    'Pig'/220, l='MpServer', x=148.75, y=64.00, z=198.09], EntityPig['Pig'/221, l='MpServer', x=149.34, y=64.00, z=201.13], EntityCreeper['Creeper'/222, l='MpServer', x=146.50, y=15.00, z=233.50], EntityItem['item.tile.rail'/223, l='MpServer', x=144.31, y=35.13, z=232.19], EntityItem['item.tile.sapling.jungle'/224, l='MpServer', x=151.13, y=70.13, z=232.13], EntityItem['item.item.seeds'/225, l='MpServer', x=149.13, y=63.13, z=264.13], EntityItem['item.item.seeds'/226, l='MpServer', x=153.38, y=63.13, z=276.66], EntityPixelmon['Goldeen'/231, l='MpServer', x=144.26, y=62.14, z=325.34], EntityPixelmon['Pidgey'/240, l='MpServer', x=164.80, y=65.70, z=147.94], EntityPixelmon['Drifblim'/241, l='MpServer', x=162.82, y=62.29, z=149.25], EntityPixelmon['Mankey'/243, l='MpServer', x=171.56, y=63.00, z=147.41], EntityPixelmon['Mankey'/244, l='MpServer', x=172.56, y=64.00, z=162.47], EntityBat['Bat'/245, l='MpServer', x=174.53, y=36.10, z=176.56], EntitySkeleton['Skeleton'/246, l='MpServer', x=173.50, y=31.00, z=194.50], EntityZombie['Zombie'/247, l='MpServer', x=168.50, y=33.00, z=205.50], EntitySheep['Sheep'/248, l='MpServer', x=164.78, y=64.00, z=204.94], EntitySheep['Sheep'/249, l='MpServer', x=163.56, y=64.00, z=204.50], EntityPig['Pig'/250, l='MpServer', x=166.13, y=64.00, z=203.94], EntityPixelmon['Rattata'/251, l='MpServer', x=160.81, y=62.00, z=211.53], EntityPixelmon['Rattata'/252, l='MpServer', x=169.38, y=64.00, z=208.34], EntityPixelmon['Treecko'/253, l='MpServer', x=167.66, y=67.22, z=290.81], EntityPixelmon['Goldeen'/254, l='MpServer', x=160.19, y=62.00, z=333.81]]
    Retry entities: 0 total; []
    Server brand: fml,forge
    Server type: Integrated singleplayer server
    Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:440)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2312)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:856)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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 net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

    -- System Details --
    Details:
    Minecraft Version: 1.6.4
    Operating System: Windows 8.1 (amd64) version 6.3
    Java Version: 1.8.0_05, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 2873482288 bytes (2740 MB) / 3151495168 bytes (3005 MB) up to 3151495168 bytes (3005 MB)
    JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -Xms3G -Xmn512M -XX:NewRatio=2
    AABB Pool Size: 17999 (1007944 bytes; 0 MB) allocated, 2039 (114184 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
    FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 Optifine OptiFine_1.6.4_HD_U_D1 23 mods loaded, 23 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    CodeChickenCore{0.9.0.8} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems 1.6.1.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    DamageIndicatorsMod{2.9.2.3} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    bspkrsCore{v5.3(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    IngameInfo{Forge 1.6.4.r05} [IngameInfo] ([1.6.4]IngameInfo.Forge.1.6.4.r05.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    TreeCapitator{Forge 1.6.4.r09} [Treecapitator] ([1.6.4]TreeCapitator.Forge.1.6.4.r09.Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ArchimedesShipsMod{1.6.4 v1.4.5} [Archimedes' Ships] (ArchimedesShips.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    BiblioCraft{1.5.5} [BiblioCraft] (BiblioCraft[v1.5.5].zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ChickenChunks{1.3.3.4} [ChickenChunks] (ChickenChunks-1.6.4-1.3.3.4-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    EE3{0.1} [Equivalent Exchange 3] (EquivalentExchange3-1.6.4-0.1.142.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    LomLib{1.2.0} [LomLib] (LomLib-universal-1.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Equivalency{1.6.4} [Equivalency] (Equivalency-universal-1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    iChunUtil{2.4.0} [iChunUtil] (util^iChunUtil2.4.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MobAmputation{2.0.1} [MobAmputation] (files^MobAmputation2.0.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    lucky{4.2.1} [Lucky Block] (LuckyBlock_v4.2.1_1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ClaySpawn{1.5} [Pam's Clay Spawn] (Pams Clay Spawn 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    pamextendedglass{1.0} [Pam's Extended Glass] (Pams Extended Glass 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    SimpleRecipes{1.9} [Pam's Simple Recipes] (Pams Simple Recipes 1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    pixelmon{2.5.7} [Pixelmon] (Pixelmon 2.5.7.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Launched Version: 1.6.4-Forge9.11.1.965
    LWJGL: 2.9.0
    OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 10.18.10.3496, Intel
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Pack: Default
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 4173 (233688 bytes; 0 MB) allocated, 510 (28560 bytes; 0 MB) used

    Wow I have this problem. When I open with NEI my game crashes...inside the spoiler.
    Posted in: Mods Discussion
  • To post a comment, please .