Guest User

Untitled

a guest
Dec 18th, 2018
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 64.52 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Surprise! Haha. Well, this is awkward.
  3.  
  4. Time: 10/6/12 9:08 PM
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.NullPointerException
  8. at net.minecraft.server.Pathfinder.a(SourceFile:197)
  9. at net.minecraft.server.Pathfinder.a(SourceFile:146)
  10. at net.minecraft.server.Pathfinder.b(SourceFile:119)
  11. at net.minecraft.server.Pathfinder.a(SourceFile:89)
  12. at net.minecraft.server.Pathfinder.a(SourceFile:60)
  13. at net.minecraft.server.Pathfinder.a(SourceFile:36)
  14. at net.minecraft.server.World.a(World.java:2377)
  15. at net.minecraft.server.Navigation.a(SourceFile:72)
  16. at net.minecraft.server.Navigation.a(SourceFile:76)
  17. at net.minecraft.server.PathfinderGoalRandomStroll.e(SourceFile:41)
  18. at net.minecraft.server.PathfinderGoalSelector.a(PathfinderGoalSelector.java:51)
  19. at net.minecraft.server.EntityLiving.bc(EntityLiving.java:1216)
  20. at net.minecraft.server.EntityLiving.d(EntityLiving.java:1091)
  21. at net.minecraft.server.EntityMonster.d(EntityMonster.java:21)
  22. at net.minecraft.server.EntityZombie.d(EntityZombie.java:55)
  23. at net.minecraft.server.EntityLiving.h_(EntityLiving.java:447)
  24. at net.minecraft.server.EntityMonster.h_(EntityMonster.java:25)
  25. at net.minecraft.server.World.entityJoinedWorld(World.java:1245)
  26. at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:511)
  27. at net.minecraft.server.World.playerJoinedWorld(World.java:1227)
  28. at net.minecraft.server.World.tickEntities(World.java:1125)
  29. at net.minecraft.server.WorldServer.tickEntities(WorldServer.java:428)
  30. at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:563)
  31. at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
  32. at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473)
  33. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405)
  34. at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
  35.  
  36. Relevant Details:
  37. - Minecraft Version: 1.3.2
  38. - Operating System: Linux (amd64) version 2.6.18-308.13.1.el5
  39. - Java Version: 1.7.0_03, Oracle Corporation
  40. - Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  41. - Memory: 110534336 bytes (105 MB) / 540385280 bytes (515 MB) up to 2077753344 bytes (1981 MB)
  42. - JVM Flags: 9 total; -Xincgc -Xmx2048M -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+DisableExplicitGC -XX:ErrorFile=/dev/null -XX:UseSSE=3
  43. - CraftBukkit Information:
  44. Running: CraftBukkit version git-Bukkit-1.3.2-R1.0-b2377jnks (MC: 1.3.2) (Implementing API version 1.3.2-R1.0) true
  45. Plugins: { WorldBorder v1.5.4 com.wimbli.WorldBorder.WorldBorder [Brettflan], jChat v1.6.2 name.richardson.james.bukkit.jchat.jChat [James Richardson (grandwazir)], NoSpawnChunks v0.3 de.bananaco.nospawnchunks.NoSpawnChunks [codename_B], WorldEdit v5.4.2 com.sk89q.worldedit.bukkit.WorldEditPlugin [], BarterSigns v1.2.5-fix com.dumptruckman.bartersigns.BarterSignsPlugin [dumptruckman], CommandBook v516-6b69837 com.sk89q.commandbook.CommandBook [], VanishNoPacket v3.12.1 org.kitteh.vanish.VanishPlugin [mbaxter], AntiXRay v1.5.1 me.ryanhamshire.AntiXRay.AntiXRay [], Runecraft v0.12 Runecraft [Zeerix, SuperLlama], PermissionsEx v1.19.4 ru.tehkode.permissions.bukkit.PermissionsEx [t3hk0d3], GriefPrevention v6.5 me.ryanhamshire.GriefPrevention.GriefPrevention [], FallingGeneratorFix v1.0 mccity.plugins.fallinggeneratorfix.FallingGeneratorFix [Galaran], QAnnouncer v1.0.0 me.quantum.qannouncer.QAnnouncer [QuantumDev], WorldGuard v637-684214f com.sk89q.worldguard.bukkit.WorldGuardPlugin [], CleanroomGenerator v1.0.0 io.nv.bukkit.CleanroomGenerator.CleanroomGenerator [NVX (Neo_Vortex)],}
  46. Warnings: DEFAULT
  47. Threads: { WAITING Thread-9: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(Unknown Source), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source), java.util.concurrent.LinkedBlockingQueue.take(Unknown Source), org.bukkit.craftbukkit.ChunkCompressionThread.run(ChunkCompressionThread.java:40), java.lang.Thread.run(Unknown Source)], WAITING Reference Handler: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:503), java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)], WAITING PermissionsEx-Cleaner: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:503), java.util.TimerThread.mainLoop(Unknown Source), java.util.TimerThread.run(Unknown Source)], RUNNABLE Connection #173 read thread: [java.net.SocketInputStream.socketRead0(Native Method), java.net.SocketInputStream.read(Unknown Source), java.net.SocketInputStream.read(Unknown Source), java.io.FilterInputStream.read(Unknown Source), net.minecraft.org.bouncycastle.crypto.io.CipherInputStream.a(Unknown Source), net.minecraft.org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source), java.io.FilterInputStream.read(Unknown Source), net.minecraft.server.Packet.a(Packet.java:91), net.minecraft.server.NetworkManager.i(NetworkManager.java:193), net.minecraft.server.NetworkManager.c(NetworkManager.java:332), net.minecraft.server.NetworkReaderThread.run(SourceFile:93)], TIMED_WAITING Connection #165 write thread: [java.lang.Thread.sleep(Native Method), net.minecraft.server.NetworkWriterThread.run(NetworkWriterThread.java:38)], TIMED_WAITING Connection #175 write thread: [java.lang.Thread.sleep(Native Method), net.minecraft.server.NetworkWriterThread.run(NetworkWriterThread.java:38)], TIMED_WAITING pool-1-thread-4: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(Unknown Source), java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source), java.util.concurrent.SynchronousQueue.poll(Unknown Source), java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.lang.Thread.run(Unknown Source)], WAITING Finalizer: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(Unknown Source), java.lang.ref.ReferenceQueue.remove(Unknown Source), java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)], RUNNABLE Connection #160 read thread: [java.net.SocketInputStream.socketRead0(Native Method), java.net.SocketInputStream.read(Unknown Source), java.net.SocketInputStream.read(Unknown Source), java.io.FilterInputStream.read(Unknown Source), net.minecraft.org.bouncycastle.crypto.io.CipherInputStream.a(Unknown Source), net.minecraft.org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source), java.io.FilterInputStream.read(Unknown Source), net.minecraft.server.Packet.a(Packet.java:91), net.minecraft.server.NetworkManager.i(NetworkManager.java:193), net.minecraft.server.NetworkManager.c(NetworkManager.java:332), net.minecraft.server.NetworkReaderThread.run(SourceFile:93)], RUNNABLE Server thread: [java.lang.Thread.dumpThreads(Native Method), java.lang.Thread.getAllStackTraces(Unknown Source), org.bukkit.craftbukkit.CraftCrashReport.call(CraftCrashReport.java:28), net.minecraft.server.CrashReport.a(CrashReport.java:43), net.minecraft.server.CrashReport.g(CrashReport.java:38), net.minecraft.server.CrashReport.<init>(CrashReport.java:28), net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422), net.minecraft.server.ThreadServerApplication.run(SourceFile:539)], TIMED_WAITING Thread-4: [java.lang.Thread.sleep(Native Method), net.minecraft.server.ThreadSleepForever.run(SourceFile:44)], RUNNABLE DestroyJavaVM: [], RUNNABLE Listen thread: [java.net.PlainSocketImpl.socketAccept(Native Method), java.net.AbstractPlainSocketImpl.accept(Unknown Source), java.net.ServerSocket.implAccept(Unknown Source), java.net.ServerSocket.accept(Unknown Source), net.minecraft.server.DedicatedServerConnectionThread.run(DedicatedServerConnectionThread.java:62)], TIMED_WAITING pool-2-thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source), java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.lang.Thread.run(Unknown Source)], TIMED_WAITING Connection #160 write thread: [java.lang.Thread.sleep(Native Method), net.minecraft.server.NetworkWriterThread.run(NetworkWriterThread.java:38)], TIMED_WAITING Connection #184 write thread: [java.lang.Thread.sleep(Native Method), net.minecraft.server.NetworkWriterThread.run(NetworkWriterThread.java:38)], TIMED_WAITING pool-1-thread-3: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(Unknown Source), java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source), java.util.concurrent.SynchronousQueue.poll(Unknown Source), java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.lang.Thread.run(Unknown Source)], RUNNABLE Thread-5: [java.io.FileInputStream.readBytes(Native Method), java.io.FileInputStream.read(Unknown Source), java.io.BufferedInputStream.fill(Unknown Source), java.io.BufferedInputStream.read(Unknown Source), java.io.FilterInputStream.read(Unknown Source), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader$1.read(ConsoleReader.java:167), org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:267), org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:204), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:995), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLineSimple(ConsoleReader.java:1506), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1153), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1117), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1105), net.minecraft.server.ThreadCommandReader.run(ThreadCommandReader.java:33)], TIMED_WAITING Timer-0: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Unknown Source), java.util.TimerThread.run(Unknown Source)], RUNNABLE Signal Dispatcher: [], TIMED_WAITING Snooper Timer: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Unknown Source), java.util.TimerThread.run(Unknown Source)], RUNNABLE Connection #175 read thread: [java.net.SocketInputStream.socketRead0(Native Method), java.net.SocketInputStream.read(Unknown Source), java.net.SocketInputStream.read(Unknown Source), java.io.FilterInputStream.read(Unknown Source), net.minecraft.org.bouncycastle.crypto.io.CipherInputStream.a(Unknown Source), net.minecraft.org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source), java.io.FilterInputStream.read(Unknown Source), net.minecraft.server.Packet.a(Packet.java:91), net.minecraft.server.NetworkManager.i(NetworkManager.java:193), net.minecraft.server.NetworkManager.c(NetworkManager.java:332), net.minecraft.server.NetworkReaderThread.run(SourceFile:93)], RUNNABLE Connection #165 read thread: [java.net.SocketInputStream.socketRead0(Native Method), java.net.SocketInputStream.read(Unknown Source), java.net.SocketInputStream.read(Unknown Source), java.io.FilterInputStream.read(Unknown Source), net.minecraft.org.bouncycastle.crypto.io.CipherInputStream.a(Unknown Source), net.minecraft.org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source), java.io.FilterInputStream.read(Unknown Source), net.minecraft.server.Packet.a(Packet.java:91), net.minecraft.server.NetworkManager.i(NetworkManager.java:193), net.minecraft.server.NetworkManager.c(NetworkManager.java:332), net.minecraft.server.NetworkReaderThread.run(SourceFile:93)], TIMED_WAITING Connection #173 write thread: [java.lang.Thread.sleep(Native Method), net.minecraft.server.NetworkWriterThread.run(NetworkWriterThread.java:38)], TIMED_WAITING File IO Thread: [java.lang.Thread.sleep(Native Method), net.minecraft.server.FileIOThread.b(SourceFile:43), net.minecraft.server.FileIOThread.run(SourceFile:22), java.lang.Thread.run(Unknown Source)], TIMED_WAITING Thread-8: [java.lang.Thread.sleep(Native Method), de.bananaco.nospawnchunks.MyThread.run(NoSpawnChunks.java:124)], RUNNABLE Connection #184 read thread: [java.net.SocketInputStream.socketRead0(Native Method), java.net.SocketInputStream.read(Unknown Source), java.net.SocketInputStream.read(Unknown Source), java.io.FilterInputStream.read(Unknown Source), net.minecraft.org.bouncycastle.crypto.io.CipherInputStream.a(Unknown Source), net.minecraft.org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source), java.io.FilterInputStream.read(Unknown Source), net.minecraft.server.Packet.a(Packet.java:91), net.minecraft.server.NetworkManager.i(NetworkManager.java:193), net.minecraft.server.NetworkManager.c(NetworkManager.java:332), net.minecraft.server.NetworkReaderThread.run(SourceFile:93)],}
  48. Recent tasks from 318971-319001{WorldGuard:com.sk89q.worldguard.bukkit.FlagStateManager@319009,WorldGuard:com.sk89q.worldguard.bukkit.FlagStateManager@319029,}
  49. - Is Modded: Definitely; 'craftbukkit'
  50. - Profiler Position: N/A (disabled)
  51. - Player Count: 5 / 50; [EntityPlayer['xxxMapLockxxx'/552246, l='wasteland', x=1301.70, y=77.00, z=-2992.90](xxxMapLockxxx at 1301.699999988079,77.0,-2992.8972220646174), EntityPlayer['AlexTheGr8r'/619322, l='wasteland', x=1283.46, y=59.00, z=-2994.10](AlexTheGr8r at 1283.4638804406031,59.0,-2994.0993935826978), EntityPlayer['NBurbine'/539582, l='wasteland', x=1281.83, y=63.00, z=-2972.12](NBurbine at 1281.8253488789674,63.0,-2972.1238342507127), EntityPlayer['andyhoi'/659112, l='wasteland', x=250.92, y=56.00, z=639.89](andyhoi at 250.91685923747445,56.0,639.8875328802758), EntityPlayer['Fruitydrew2'/668276, l='wasteland', x=442.64, y=21.00, z=-17.38](Fruitydrew2 at 442.6428719207435,21.0,-17.38195419205107)]
  52. - World wasteland Entities: 644 total; [EntitySkeleton['Skeleton'/539494, l='wasteland', x=-49.50, y=55.00, z=-31.14], EntityZombie['Zombie'/539495, l='wasteland', x=-54.50, y=19.00, z=-8.50], EntityZombie['Zombie'/539496, l='wasteland', x=-37.50, y=21.00, z=-0.50], EntityItem['item.item.pickaxeIron'/539497, l='wasteland', x=-32.88, y=80.13, z=8.88], EntityItem['item.item.hatchetStone'/539498, l='wasteland', x=-32.31, y=80.13, z=8.69], EntityItem['item.item.shovelStone'/539499, l='wasteland', x=-32.84, y=80.13, z=8.88], EntityItem['item.tile.wood.oak'/539500, l='wasteland', x=-32.88, y=80.13, z=8.13], EntityItem['item.item.beefCooked'/539501, l='wasteland', x=-32.88, y=80.13, z=8.88], EntityZombie['Zombie'/539502, l='wasteland', x=-48.50, y=25.00, z=-47.50], EntitySkeleton['Skeleton'/539503, l='wasteland', x=-47.50, y=57.00, z=-39.50], EntityItem['item.item.rottenFlesh'/539504, l='wasteland', x=-776.90, y=69.13, z=-162.21], EntityItem['item.item.rottenFlesh'/539505, l='wasteland', x=-757.45, y=69.13, z=-218.13], EntityItem['item.item.rottenFlesh'/539506, l='wasteland', x=-765.38, y=73.63, z=-211.08], EntityItem['item.item.bone'/539507, l='wasteland', x=-752.57, y=69.13, z=-170.56], EntityCreeper['Creeper'/539548, l='wasteland', x=1283.50, y=40.00, z=-3218.50], EntitySkeleton['Skeleton'/539549, l='wasteland', x=1281.50, y=35.00, z=-3213.50], EntitySkeleton['Skeleton'/539559, l='wasteland', x=1305.50, y=17.00, z=-3219.50], EntitySkeleton['Skeleton'/539560, l='wasteland', x=1306.50, y=17.00, z=-3218.50], EntitySkeleton['Skeleton'/539561, l='wasteland', x=1300.50, y=27.00, z=-3211.50], EntityZombie['Zombie'/539562, l='wasteland', x=1299.50, y=17.00, z=-3213.50], EntityCreeper['Creeper'/539563, l='wasteland', x=1303.50, y=43.00, z=-3207.50], EntityZombie['Zombie'/539564, l='wasteland', x=1300.50, y=43.00, z=-3210.50], EntityZombie['Zombie'/539565, l='wasteland', x=1300.48, y=42.54, z=-3208.45], EntityPlayer['xxxMapLockxxx'/552246, l='wasteland', x=1301.70, y=77.00, z=-2992.90](xxxMapLockxxx at 1301.699999988079,77.0,-2992.8972220646174), EntityChicken['Chicken'/613405, l='wasteland', x=1281.68, y=59.00, z=-3019.32], EntityChicken['Chicken'/613406, l='wasteland', x=1284.38, y=59.00, z=-3019.49], EntityChicken['Chicken'/613407, l='wasteland', x=1280.51, y=59.00, z=-3019.58], EntityPainting['Painting'/613408, l='wasteland', x=1294.06, y=56.00, z=-2878.00], EntityChicken['Chicken'/613409, l='wasteland', x=1298.75, y=78.00, z=-2961.62], EntityChicken['Chicken'/613410, l='wasteland', x=1298.20, y=78.00, z=-2961.72], EntityCow['Cow'/613411, l='wasteland', x=1321.09, y=72.00, z=-2960.55], EntityCow['Cow'/613412, l='wasteland', x=1308.06, y=72.00, z=-2960.99], EntityPig['Pig'/613414, l='wasteland', x=1315.53, y=72.00, z=-2963.77], EntityCow['Cow'/613417, l='wasteland', x=1311.02, y=72.00, z=-2960.45], EntityPig['Pig'/613418, l='wasteland', x=1314.57, y=72.00, z=-2953.45], EntityMushroomCow['Mooshroom'/613420, l='wasteland', x=1312.50, y=99.00, z=-2956.79], EntityMushroomCow['Mooshroom'/613421, l='wasteland', x=1312.50, y=99.00, z=-2954.45], EntityMushroomCow['Mooshroom'/613422, l='wasteland', x=1305.45, y=98.00, z=-2958.65], EntityMushroomCow['Mooshroom'/613423, l='wasteland', x=1309.29, y=98.00, z=-2956.76], EntityMushroomCow['Mooshroom'/613424, l='wasteland', x=1306.75, y=98.00, z=-2957.45], EntityMushroomCow['Mooshroom'/613425, l='wasteland', x=1312.52, y=98.00, z=-2955.67], EntityMushroomCow['Mooshroom'/613426, l='wasteland', x=1307.58, y=98.00, z=-2958.64], EntityMushroomCow['Mooshroom'/613427, l='wasteland', x=1305.50, y=99.00, z=-2954.45], EntityMushroomCow['Mooshroom'/613428, l='wasteland', x=1306.66, y=98.00, z=-2955.45], EntityMushroomCow['Mooshroom'/613429, l='wasteland', x=1309.01, y=98.00, z=-2959.55], EntityMushroomCow['Mooshroom'/613430, l='wasteland', x=1305.07, y=98.00, z=-2956.45], EntityMushroomCow['Mooshroom'/613431, l='wasteland', x=1310.32, y=98.00, z=-2959.55], EntityMushroomCow['Mooshroom'/613432, l='wasteland', x=1307.92, y=98.00, z=-2957.51], EntityMushroomCow['Mooshroom'/613433, l='wasteland', x=1306.45, y=98.00, z=-2959.93], EntityMushroomCow['Mooshroom'/613434, l='wasteland', x=1311.37, y=98.00, z=-2957.63], EntityVillager['Villager'/613435, l='wasteland', x=1304.39, y=72.00, z=-2915.30], EntityVillager['Villager'/613436, l='wasteland', x=1308.63, y=72.00, z=-2918.11], EntityVillager['Villager'/613437, l='wasteland', x=1305.30, y=64.00, z=-2918.43], EntityVillager['Villager'/613438, l='wasteland', x=1307.75, y=72.00, z=-2918.56], EntityVillager['Villager'/613439, l='wasteland', x=1306.00, y=72.00, z=-2918.19], EntityVillager['Villager'/613440, l='wasteland', x=1308.89, y=72.00, z=-2917.15], EntityVillager['Villager'/613441, l='wasteland', x=1306.99, y=72.00, z=-2917.22], EntityVillager['Villager'/613442, l='wasteland', x=1306.88, y=72.00, z=-2918.22], EntityVillager['Villager'/613443, l='wasteland', x=1308.59, y=72.00, z=-2916.28], EntityVillager['Villager'/613444, l='wasteland', x=1307.83, y=72.00, z=-2917.24], EntityPainting['Painting'/613445, l='wasteland', x=1304.50, y=62.00, z=-2881.06], EntityPainting['Painting'/613446, l='wasteland', x=1296.06, y=68.50, z=-2880.50], EntityPainting['Painting'/613447, l='wasteland', x=1303.50, y=68.50, z=-2885.94], EntityPainting['Painting'/613452, l='wasteland', x=1327.94, y=73.50, z=-2978.00], EntityChicken['Chicken'/613453, l='wasteland', x=1325.53, y=72.00, z=-2981.47], EntityPainting['Painting'/613454, l='wasteland', x=1327.94, y=68.00, z=-2972.50], EntityPainting['Painting'/613455, l='wasteland', x=1323.94, y=64.50, z=-2967.50], EntityPainting['Painting'/613456, l='wasteland', x=1323.94, y=64.50, z=-2973.50], EntityPainting['Painting'/613457, l='wasteland', x=1317.06, y=73.00, z=-2966.00], EntityPainting['Painting'/613458, l='wasteland', x=1327.94, y=73.50, z=-2964.00], EntityPainting['Painting'/613459, l='wasteland', x=1327.94, y=73.50, z=-2975.50], EntityPainting['Painting'/613460, l='wasteland', x=1317.06, y=73.00, z=-2976.00], EntityPainting['Painting'/613461, l='wasteland', x=1327.94, y=73.50, z=-2973.00], EntityPainting['Painting'/613462, l='wasteland', x=1327.94, y=68.00, z=-2968.50], EntityPainting['Painting'/613463, l='wasteland', x=1320.00, y=64.00, z=-2965.06], EntityPainting['Painting'/613464, l='wasteland', x=1326.00, y=68.00, z=-2962.06], EntityPig['Pig'/613465, l='wasteland', x=1308.40, y=80.00, z=-2956.24], EntityCow['Cow'/613466, l='wasteland', x=1309.73, y=72.00, z=-2962.82], EntityPig['Pig'/613467, l='wasteland', x=1322.41, y=72.00, z=-2960.54], EntityPig['Pig'/613468, l='wasteland', x=1301.65, y=80.00, z=-2955.10], EntityCow['Cow'/613469, l='wasteland', x=1308.80, y=72.00, z=-2963.92], EntityCow['Cow'/613470, l='wasteland', x=1325.80, y=72.00, z=-2960.26], EntityPig['Pig'/613471, l='wasteland', x=1313.31, y=71.08, z=-2953.55], EntityPig['Pig'/613472, l='wasteland', x=1320.78, y=72.00, z=-2954.48], EntityMushroomCow['Mooshroom'/613473, l='wasteland', x=1310.15, y=98.00, z=-2955.45], EntityMushroomCow['Mooshroom'/613474, l='wasteland', x=1308.91, y=99.00, z=-2954.93], EntityVillager['Villager'/613475, l='wasteland', x=1308.82, y=72.00, z=-2919.20], EntityVillager['Villager'/613476, l='wasteland', x=1304.30, y=72.00, z=-2917.36], EntityVillager['Villager'/613477, l='wasteland', x=1306.09, y=72.00, z=-2916.92], EntityVillager['Villager'/613478, l='wasteland', x=1305.16, y=72.00, z=-2917.48], EntityVillager['Villager'/613479, l='wasteland', x=1305.30, y=72.00, z=-2919.05], EntityPainting['Painting'/613480, l='wasteland', x=1314.94, y=62.00, z=-2885.00], EntityPainting['Painting'/613481, l='wasteland', x=1314.94, y=68.50, z=-2878.50], EntityChicken['Chicken'/613496, l='wasteland', x=1344.64, y=58.00, z=-3011.51], EntityChicken['Chicken'/613508, l='wasteland', x=1376.85, y=47.00, z=-2932.79], EntityChicken['Chicken'/613509, l='wasteland', x=1379.08, y=47.00, z=-2933.27], EntityChicken['Chicken'/613510, l='wasteland', x=1379.59, y=47.00, z=-2932.47], EntityChicken['Chicken'/613511, l='wasteland', x=1376.15, y=47.00, z=-2933.62], EntityChicken['Chicken'/613512, l='wasteland', x=1379.13, y=47.00, z=-2933.85], EntityChicken['Chicken'/613513, l='wasteland', x=1376.80, y=47.00, z=-2933.46], EntityPlayer['AlexTheGr8r'/619322, l='wasteland', x=1283.46, y=59.00, z=-2994.10](AlexTheGr8r at 1283.4638804406031,59.0,-2994.0993935826978), EntityPlayer['NBurbine'/539582, l='wasteland', x=1281.83, y=63.00, z=-2972.12](NBurbine at 1281.8253488789674,63.0,-2972.1238342507127), EntityZombie['Zombie'/654754, l='wasteland', x=1320.51, y=59.00, z=-2991.91], EntityPlayer['andyhoi'/659112, l='wasteland', x=250.92, y=56.00, z=639.89](andyhoi at 250.91685923747445,56.0,639.8875328802758), EntityChicken['Chicken'/659115, l='wasteland', x=110.61, y=68.00, z=572.60], EntityEnderman['Enderman'/659153, l='wasteland', x=237.52, y=77.00, z=623.27], EntitySkeleton['Skeleton'/660662, l='wasteland', x=237.58, y=64.00, z=628.90], EntitySkeleton['Skeleton'/660663, l='wasteland', x=219.73, y=64.00, z=634.78], EntityCreeper['Creeper'/660857, l='wasteland', x=233.70, y=81.42, z=636.78], EntitySheep['Sheep'/661025, l='wasteland', x=1153.01, y=55.00, z=-2838.97], EntitySpider['Spider'/661184, l='wasteland', x=258.70, y=68.10, z=641.70], EntitySkeleton['Skeleton'/661900, l='wasteland', x=264.72, y=64.00, z=646.17], EntityMushroomCow['Mooshroom'/662368, l='wasteland', x=1139.99, y=55.00, z=-2845.97], EntitySheep['Sheep'/662369, l='wasteland', x=1142.33, y=55.00, z=-2833.76], EntityMushroomCow['Mooshroom'/662370, l='wasteland', x=1145.23, y=55.00, z=-2843.76], EntityZombie['Zombie'/662404, l='wasteland', x=263.77, y=64.00, z=640.52], EntitySkeleton['Skeleton'/663505, l='wasteland', x=264.33, y=64.00, z=653.57], EntityCreeper['Creeper'/663761, l='wasteland', x=1274.50, y=38.00, z=-3192.50], EntityChicken['Chicken'/663762, l='wasteland', x=1278.23, y=58.00, z=-3186.85], EntityPig['Pig'/663763, l='wasteland', x=1276.76, y=58.00, z=-3186.52], EntityChicken['Chicken'/663764, l='wasteland', x=1277.62, y=58.00, z=-3186.85], EntityCow['Cow'/663765, l='wasteland', x=1274.55, y=58.00, z=-3184.22], EntityCow['Cow'/663766, l='wasteland', x=1276.95, y=62.00, z=-3186.03], EntityChicken['Chicken'/663767, l='wasteland', x=1275.52, y=58.00, z=-3186.65], EntityChicken['Chicken'/663768, l='wasteland', x=1275.08, y=62.00, z=-3186.64], EntityPig['Pig'/663769, l='wasteland', x=1275.92, y=58.00, z=-3184.07], EntityCow['Cow'/663770, l='wasteland', x=1274.08, y=58.00, z=-3186.48], EntityChicken['Chicken'/663771, l='wasteland', x=1275.68, y=62.00, z=-3186.68], EntityPig['Pig'/663772, l='wasteland', x=1277.12, y=58.00, z=-3184.28], EntityPig['Pig'/663773, l='wasteland', x=1274.68, y=58.00, z=-3185.38], EntityChicken['Chicken'/663774, l='wasteland', x=1273.15, y=58.00, z=-3186.85], EntityCow['Cow'/663775, l='wasteland', x=1273.45, y=58.00, z=-3185.37], EntityItem['item.item.egg'/663776, l='wasteland', x=1278.02, y=58.13, z=-3186.13], EntityCreeper['Creeper'/663777, l='wasteland', x=1286.50, y=23.00, z=-3189.50], EntityZombie['Zombie'/663778, l='wasteland', x=1280.50, y=26.00, z=-3196.50], EntityZombie['Zombie'/663779, l='wasteland', x=1283.50, y=37.00, z=-3192.50], EntityZombie['Zombie'/663780, l='wasteland', x=1282.50, y=37.00, z=-3196.50], EntityZombie['Zombie'/663781, l='wasteland', x=1282.50, y=37.00, z=-3194.50], EntityCow['Cow'/663782, l='wasteland', x=1280.55, y=58.00, z=-3185.69], EntityCow['Cow'/663783, l='wasteland', x=1280.55, y=58.00, z=-3184.24], EntityItem['item.item.egg'/664331, l='wasteland', x=1298.12, y=78.13, z=-2961.48], EntitySheep['Sheep'/664980, l='wasteland', x=1147.14, y=55.00, z=-2829.06], EntityMushroomCow['Mooshroom'/664981, l='wasteland', x=1145.01, y=55.00, z=-2829.11], EntityZombie['Zombie'/665335, l='wasteland', x=207.50, y=64.00, z=549.50], EntityCreeper['Creeper'/665961, l='wasteland', x=1321.47, y=59.00, z=-2995.88], EntityItem['item.item.egg'/666039, l='wasteland', x=1284.88, y=59.13, z=-3022.88], EntitySpider['Spider'/666184, l='wasteland', x=258.70, y=68.10, z=639.30], EntityCreeper['Creeper'/666188, l='wasteland', x=271.21, y=64.00, z=655.14], EntityItem['item.item.egg'/666227, l='wasteland', x=1318.85, y=72.13, z=-2982.54], EntitySkeleton['Skeleton'/666717, l='wasteland', x=225.14, y=70.00, z=627.23], EntityItem['item.item.egg'/666845, l='wasteland', x=1379.67, y=47.13, z=-2932.71], EntitySlime['Slime'/666898, l='wasteland', x=1294.60, y=29.00, z=-2888.40], EntityItem['item.item.egg'/667171, l='wasteland', x=1379.74, y=47.13, z=-2933.81], EntityZombie['Zombie'/667206, l='wasteland', x=312.50, y=64.00, z=582.50], EntityItem['item.item.egg'/667216, l='wasteland', x=1376.51, y=47.13, z=-2933.14], EntityCreeper['Creeper'/667545, l='wasteland', x=218.88, y=64.00, z=653.80], EntitySkeleton['Skeleton'/667678, l='wasteland', x=181.73, y=66.00, z=569.76], EntityExperienceOrb['Experience Orb'/667812, l='wasteland', x=1328.01, y=59.25, z=-3017.25], EntityEnderman['Enderman'/667885, l='wasteland', x=318.13, y=64.00, z=577.31], EntityItem['item.item.egg'/668010, l='wasteland', x=1283.71, y=59.13, z=-3019.13], EntitySkeleton['Skeleton'/668091, l='wasteland', x=1250.50, y=28.00, z=-3048.50], EntityItem['item.item.egg'/668121, l='wasteland', x=1344.13, y=58.13, z=-3011.40], EntityZombie['Zombie'/668183, l='wasteland', x=1263.50, y=20.00, z=-3080.50], EntityCreeper['Creeper'/668202, l='wasteland', x=349.50, y=17.00, z=609.50], EntityZombie['Zombie'/668272, l='wasteland', x=1207.50, y=25.00, z=-2889.50], EntityPlayer['Fruitydrew2'/668276, l='wasteland', x=442.64, y=21.00, z=-17.38](Fruitydrew2 at 442.6428719207435,21.0,-17.38195419205107), EntityChicken['Chicken'/668282, l='wasteland', x=361.61, y=58.00, z=29.50], EntitySkeleton['Skeleton'/668283, l='wasteland', x=351.93, y=28.00, z=59.42], EntityChicken['Chicken'/668285, l='wasteland', x=490.56, y=73.00, z=76.58], EntityChicken['Chicken'/668286, l='wasteland', x=490.90, y=73.00, z=77.85], EntityChicken['Chicken'/668287, l='wasteland', x=490.57, y=73.00, z=73.71], EntityChicken['Chicken'/668288, l='wasteland', x=489.39, y=73.00, z=74.43], EntityChicken['Chicken'/668289, l='wasteland', x=490.88, y=73.00, z=73.15], EntityChicken['Chicken'/668290, l='wasteland', x=490.02, y=73.00, z=73.40], EntityChicken['Chicken'/668291, l='wasteland', x=521.78, y=67.65, z=-38.56], EntityChicken['Chicken'/668292, l='wasteland', x=523.85, y=68.15, z=-37.15], EntityChicken['Chicken'/668293, l='wasteland', x=523.85, y=68.23, z=-38.54], EntityChicken['Chicken'/668294, l='wasteland', x=523.23, y=67.35, z=-37.18], EntityChicken['Chicken'/668295, l='wasteland', x=520.62, y=67.41, z=-37.51], EntityChicken['Chicken'/668296, l='wasteland', x=520.15, y=67.50, z=-39.84], EntityChicken['Chicken'/668297, l='wasteland', x=523.85, y=68.29, z=-39.08], EntityChicken['Chicken'/668298, l='wasteland', x=522.33, y=67.50, z=-39.06], EntityChicken['Chicken'/668299, l='wasteland', x=523.85, y=68.21, z=-39.94], EntityChicken['Chicken'/668300, l='wasteland', x=523.85, y=68.31, z=-39.14], EntityChicken['Chicken'/668301, l='wasteland', x=520.43, y=67.83, z=-37.15], EntityChicken['Chicken'/668302, l='wasteland', x=522.50, y=67.56, z=-38.71], EntityChicken['Chicken'/668303, l='wasteland', x=521.01, y=67.47, z=-40.84], EntityChicken['Chicken'/668304, l='wasteland', x=522.45, y=67.55, z=-38.03], EntityChicken['Chicken'/668305, l='wasteland', x=522.05, y=67.63, z=-38.04], EntityChicken['Chicken'/668306, l='wasteland', x=522.99, y=67.59, z=-40.13], EntityChicken['Chicken'/668307, l='wasteland', x=520.16, y=67.44, z=-38.59], EntityChicken['Chicken'/668308, l='wasteland', x=522.26, y=67.56, z=-38.45], EntityChicken['Chicken'/668309, l='wasteland', x=520.15, y=67.63, z=-40.85], EntityChicken['Chicken'/668310, l='wasteland', x=520.15, y=67.82, z=-37.15], EntityChicken['Chicken'/668311, l='wasteland', x=523.31, y=68.55, z=-40.85], EntityChicken['Chicken'/668312, l='wasteland', x=523.85, y=67.88, z=-38.32], EntityChicken['Chicken'/668313, l='wasteland', x=520.99, y=67.85, z=-37.15], EntityChicken['Chicken'/668314, l='wasteland', x=522.23, y=67.62, z=-39.89], EntityChicken['Chicken'/668315, l='wasteland', x=522.62, y=67.60, z=-38.03], EntityChicken['Chicken'/668316, l='wasteland', x=522.93, y=67.98, z=-37.15], EntityChicken['Chicken'/668317, l='wasteland', x=521.88, y=67.68, z=-40.27], EntityChicken['Chicken'/668318, l='wasteland', x=522.75, y=67.57, z=-40.36], EntityChicken['Chicken'/668319, l='wasteland', x=521.17, y=67.71, z=-39.14], EntityChicken['Chicken'/668320, l='wasteland', x=521.89, y=67.62, z=-37.15], EntityChicken['Chicken'/668321, l='wasteland', x=523.67, y=67.97, z=-40.56], EntityChicken['Chicken'/668322, l='wasteland', x=521.63, y=68.10, z=-40.85], EntityChicken['Chicken'/668323, l='wasteland', x=520.83, y=68.07, z=-37.99], EntityChicken['Chicken'/668324, l='wasteland', x=520.31, y=67.98, z=-38.14], EntityChicken['Chicken'/668325, l='wasteland', x=520.15, y=67.85, z=-38.64], EntityChicken['Chicken'/668326, l='wasteland', x=523.85, y=67.98, z=-40.85], EntityChicken['Chicken'/668327, l='wasteland', x=523.85, y=67.57, z=-37.87], EntityChicken['Chicken'/668328, l='wasteland', x=523.27, y=67.55, z=-40.47], EntityChicken['Chicken'/668329, l='wasteland', x=523.85, y=67.58, z=-40.27], EntityChicken['Chicken'/668330, l='wasteland', x=523.25, y=67.62, z=-38.20], EntityChicken['Chicken'/668331, l='wasteland', x=521.68, y=68.10, z=-37.15], EntityChicken['Chicken'/668332, l='wasteland', x=520.15, y=68.34, z=-39.86], EntityChicken['Chicken'/668333, l='wasteland', x=523.85, y=67.34, z=-38.90], EntityChicken['Chicken'/668334, l='wasteland', x=523.04, y=67.64, z=-40.85], EntityChicken['Chicken'/668335, l='wasteland', x=520.20, y=68.28, z=-40.42], EntityChicken['Chicken'/668336, l='wasteland', x=521.66, y=67.54, z=-39.03], EntityChicken['Chicken'/668337, l='wasteland', x=521.65, y=67.56, z=-39.17], EntityChicken['Chicken'/668338, l='wasteland', x=523.85, y=68.04, z=-40.16], EntityChicken['Chicken'/668339, l='wasteland', x=520.15, y=68.02, z=-37.15], EntityChicken['Chicken'/668340, l='wasteland', x=520.78, y=68.45, z=-40.85], EntityChicken['Chicken'/668341, l='wasteland', x=522.93, y=67.47, z=-39.76], EntityChicken['Chicken'/668342, l='wasteland', x=521.35, y=67.47, z=-38.57], EntityChicken['Chicken'/668343, l='wasteland', x=521.02, y=67.52, z=-38.07], EntityChicken['Chicken'/668344, l='wasteland', x=522.59, y=68.38, z=-37.15], EntityChicken['Chicken'/668345, l='wasteland', x=520.76, y=68.32, z=-37.15], EntityChicken['Chicken'/668346, l='wasteland', x=520.67, y=67.69, z=-40.42], EntityChicken['Chicken'/668347, l='wasteland', x=521.79, y=67.45, z=-40.78], EntityChicken['Chicken'/668348, l='wasteland', x=522.25, y=67.42, z=-40.18], EntityChicken['Chicken'/668349, l='wasteland', x=523.85, y=67.45, z=-37.44], EntityChicken['Chicken'/668350, l='wasteland', x=523.39, y=67.46, z=-39.16], EntityChicken['Chicken'/668351, l='wasteland', x=523.85, y=67.72, z=-39.51], EntityChicken['Chicken'/668352, l='wasteland', x=520.68, y=67.65, z=-39.10], EntityChicken['Chicken'/668353, l='wasteland', x=521.20, y=67.37, z=-40.33], EntityChicken['Chicken'/668354, l='wasteland', x=520.15, y=67.55, z=-37.94], EntityChicken['Chicken'/668355, l='wasteland', x=520.15, y=67.78, z=-39.25], EntityChicken['Chicken'/668356, l='wasteland', x=520.67, y=67.49, z=-38.58], EntityChicken['Chicken'/668357, l='wasteland', x=522.33, y=68.43, z=-40.85], EntityChicken['Chicken'/668358, l='wasteland', x=523.05, y=67.65, z=-37.91], EntityChicken['Chicken'/668359, l='wasteland', x=521.47, y=67.52, z=-37.85], EntityChicken['Chicken'/668360, l='wasteland', x=521.17, y=67.57, z=-39.69], EntityChicken['Chicken'/668361, l='wasteland', x=521.46, y=67.70, z=-40.85], EntityChicken['Chicken'/668362, l='wasteland', x=523.26, y=67.44, z=-38.66], EntityChicken['Chicken'/668363, l='wasteland', x=520.90, y=67.63, z=-39.96], EntityChicken['Chicken'/668364, l='wasteland', x=521.97, y=67.52, z=-37.40], EntityChicken['Chicken'/668365, l='wasteland', x=522.25, y=67.54, z=-39.64], EntityChicken['Chicken'/668366, l='wasteland', x=523.40, y=67.53, z=-39.65], EntityChicken['Chicken'/668367, l='wasteland', x=522.81, y=67.36, z=-39.21], EntityChicken['Chicken'/668368, l='wasteland', x=520.15, y=68.33, z=-40.82], EntityChicken['Chicken'/668369, l='wasteland', x=520.15, y=68.11, z=-37.49], EntityChicken['Chicken'/668370, l='wasteland', x=523.53, y=68.41, z=-37.15], EntityChicken['Chicken'/668371, l='wasteland', x=522.52, y=67.94, z=-40.85], EntityChicken['Chicken'/668372, l='wasteland', x=520.15, y=67.90, z=-40.85], EntityVillager['Villager'/668373, l='wasteland', x=517.70, y=82.00, z=-24.70], EntityVillager['Villager'/668374, l='wasteland', x=517.70, y=82.00, z=-24.70], EntityVillager['Villager'/668375, l='wasteland', x=517.70, y=82.00, z=-24.30], EntityVillager['Villager'/668376, l='wasteland', x=517.70, y=82.00, z=-24.30], EntityVillager['Villager'/668377, l='wasteland', x=517.30, y=82.00, z=-24.30], EntityVillager['Villager'/668378, l='wasteland', x=517.30, y=82.00, z=-24.30], EntityVillager['Villager'/668379, l='wasteland', x=517.30, y=82.00, z=-24.70], EntityVillager['Villager'/668380, l='wasteland', x=517.30, y=82.00, z=-24.70], EntityVillager['Villager'/668381, l='wasteland', x=517.30, y=82.00, z=-24.70], EntityVillager['Villager'/668382, l='wasteland', x=517.30, y=82.00, z=-24.70], EntityVillager['Villager'/668383, l='wasteland', x=517.30, y=82.00, z=-24.70], EntityVillager['Villager'/668384, l='wasteland', x=517.70, y=82.00, z=-24.70], EntityVillager['Villager'/668385, l='wasteland', x=517.70, y=82.00, z=-24.30], EntityVillager['Villager'/668386, l='wasteland', x=517.70, y=82.00, z=-24.30], EntityVillager['Villager'/668387, l='wasteland', x=517.70, y=82.00, z=-24.30], EntityVillager['Villager'/668388, l='wasteland', x=517.70, y=82.00, z=-24.30], EntityVillager['Villager'/668389, l='wasteland', x=517.30, y=82.00, z=-24.30], EntityVillager['Villager'/668390, l='wasteland', x=517.70, y=82.00, z=-24.30], EntityVillager['Villager'/668391, l='wasteland', x=517.30, y=82.00, z=-24.70], EntityVillager['Villager'/668392, l='wasteland', x=517.30, y=82.00, z=-24.30], EntityVillager['Villager'/668393, l='wasteland', x=517.70, y=82.00, z=-24.70], EntityVillager['Villager'/668394, l='wasteland', x=517.70, y=82.00, z=-24.30], EntityVillager['Villager'/668395, l='wasteland', x=517.30, y=82.00, z=-24.70], EntityVillager['Villager'/668396, l='wasteland', x=517.70, y=82.00, z=-24.70], EntityVillager['Villager'/668397, l='wasteland', x=517.30, y=82.00, z=-24.30], EntityVillager['Villager'/668398, l='wasteland', x=517.70, y=82.00, z=-24.30], EntityVillager['Villager'/668399, l='wasteland', x=517.30, y=82.00, z=-24.70], EntityVillager['Villager'/668400, l='wasteland', x=517.70, y=82.00, z=-24.70], EntityVillager['Villager'/668401, l='wasteland', x=517.30, y=82.00, z=-24.30], EntityVillager['Villager'/668402, l='wasteland', x=517.70, y=82.00, z=-24.30], EntityVillager['Villager'/668403, l='wasteland', x=517.30, y=82.00, z=-24.70], EntityVillager['Villager'/668404, l='wasteland', x=517.70, y=82.00, z=-24.30], EntityVillager['Villager'/668405, l='wasteland', x=517.70, y=82.00, z=-24.70], EntityIronGolem['Iron Golem'/668406, l='wasteland', x=517.48, y=82.00, z=-19.77], EntityIronGolem['Iron Golem'/668407, l='wasteland', x=513.97, y=82.00, z=-19.70], EntityMushroomCow['Mooshroom'/668408, l='wasteland', x=540.93, y=59.00, z=-53.50], EntityMushroomCow['Mooshroom'/668409, l='wasteland', x=537.17, y=59.00, z=-53.07], EntityMushroomCow['Mooshroom'/668410, l='wasteland', x=542.07, y=59.00, z=-53.55], EntityCow['Cow'/668411, l='wasteland', x=534.93, y=59.00, z=-52.45], EntityMushroomCow['Mooshroom'/668412, l='wasteland', x=536.07, y=59.00, z=-53.55], EntityCow['Cow'/668413, l='wasteland', x=534.45, y=59.00, z=-53.55], EntityMushroomCow['Mooshroom'/668414, l='wasteland', x=539.82, y=59.00, z=-53.55], EntityMushroomCow['Mooshroom'/668415, l='wasteland', x=537.55, y=59.00, z=-53.55], EntityMushroomCow['Mooshroom'/668416, l='wasteland', x=543.55, y=59.00, z=-53.55], EntityMushroomCow['Mooshroom'/668417, l='wasteland', x=542.45, y=59.00, z=-53.07], EntityMushroomCow['Mooshroom'/668418, l='wasteland', x=539.45, y=59.00, z=-53.07], EntityCow['Cow'/668419, l='wasteland', x=534.50, y=59.00, z=-41.93], EntityCow['Cow'/668420, l='wasteland', x=534.93, y=59.00, z=-38.55], EntityCow['Cow'/668421, l='wasteland', x=534.93, y=59.00, z=-43.45], EntityCow['Cow'/668422, l='wasteland', x=534.45, y=59.00, z=-46.45], EntityCow['Cow'/668423, l='wasteland', x=534.45, y=59.00, z=-44.55], EntityCow['Cow'/668424, l='wasteland', x=534.93, y=59.00, z=-47.50], EntityCow['Cow'/668425, l='wasteland', x=534.45, y=59.00, z=-37.45], EntityCow['Cow'/668426, l='wasteland', x=534.87, y=59.00, z=-40.56], EntityCow['Cow'/668427, l='wasteland', x=534.45, y=59.00, z=-47.93], EntitySheep['Sheep'/668428, l='wasteland', x=541.55, y=70.00, z=-39.55], EntitySheep['Sheep'/668429, l='wasteland', x=543.45, y=70.00, z=-41.54], EntitySheep['Sheep'/668430, l='wasteland', x=543.45, y=70.00, z=-37.45], EntitySheep['Sheep'/668431, l='wasteland', x=541.45, y=70.00, z=-41.55], EntitySheep['Sheep'/668432, l='wasteland', x=541.45, y=70.00, z=-37.45], EntitySheep['Sheep'/668433, l='wasteland', x=543.45, y=70.00, z=-39.55], EntityChicken['Chicken'/668434, l='wasteland', x=546.54, y=73.00, z=-88.47], EntityPig['Pig'/668435, l='wasteland', x=551.07, y=59.00, z=-52.45], EntityPig['Pig'/668436, l='wasteland', x=551.55, y=59.00, z=-53.55], EntityPig['Pig'/668437, l='wasteland', x=551.55, y=59.00, z=-50.81], EntityPig['Pig'/668438, l='wasteland', x=551.07, y=59.00, z=-49.45], EntityItem['item.tile.cactus'/668439, l='wasteland', x=551.75, y=39.13, z=-37.59], EntityItem['item.tile.cactus'/668440, l='wasteland', x=551.80, y=39.13, z=-37.59], EntityItem['item.tile.cactus'/668441, l='wasteland', x=549.84, y=44.13, z=-37.13], EntityItem['item.tile.cactus'/668442, l='wasteland', x=551.18, y=39.13, z=-37.72], EntityItem['item.tile.cactus'/668443, l='wasteland', x=552.13, y=39.13, z=-37.13], EntityPig['Pig'/668446, l='wasteland', x=551.46, y=59.00, z=-41.92], EntityPig['Pig'/668447, l='wasteland', x=551.55, y=59.00, z=-46.34], EntityPig['Pig'/668448, l='wasteland', x=551.48, y=59.00, z=-44.37], EntityPig['Pig'/668449, l='wasteland', x=551.07, y=59.00, z=-47.55], EntityPig['Pig'/668450, l='wasteland', x=551.50, y=59.00, z=-43.12], EntityPig['Pig'/668451, l='wasteland', x=551.50, y=59.00, z=-40.58], EntityVillager['Villager'/668452, l='wasteland', x=545.13, y=59.00, z=-40.23], EntityVillager['Villager'/668453, l='wasteland', x=544.50, y=59.00, z=-47.07], EntityVillager['Villager'/668454, l='wasteland', x=551.66, y=59.00, z=-37.87], EntitySheep['Sheep'/668455, l='wasteland', x=545.45, y=70.00, z=-39.45], EntitySheep['Sheep'/668456, l='wasteland', x=547.55, y=70.00, z=-39.45], EntitySheep['Sheep'/668457, l='wasteland', x=549.45, y=70.00, z=-37.45], EntitySheep['Sheep'/668458, l='wasteland', x=545.55, y=70.00, z=-41.55], EntitySheep['Sheep'/668459, l='wasteland', x=545.55, y=70.00, z=-37.45], EntitySheep['Sheep'/668460, l='wasteland', x=549.55, y=70.00, z=-39.45], EntitySheep['Sheep'/668461, l='wasteland', x=547.55, y=70.00, z=-37.45], EntitySheep['Sheep'/668462, l='wasteland', x=547.45, y=70.00, z=-41.55], EntityPainting['Painting'/668463, l='wasteland', x=546.00, y=66.00, z=-41.94], EntityChicken['Chicken'/668464, l='wasteland', x=565.42, y=69.00, z=-89.51], EntityIronGolem['Iron Golem'/668465, l='wasteland', x=580.06, y=65.00, z=-48.30], EntityVillager['Villager'/668466, l='wasteland', x=578.40, y=66.00, z=-41.70], EntityVillager['Villager'/668467, l='wasteland', x=577.30, y=66.00, z=-37.30], EntityVillager['Villager'/668468, l='wasteland', x=577.48, y=66.00, z=-40.67], EntityVillager['Villager'/668469, l='wasteland', x=583.37, y=66.00, z=-42.70], EntityVillager['Villager'/668470, l='wasteland', x=577.72, y=66.00, z=-38.77], EntityVillager['Villager'/668471, l='wasteland', x=579.63, y=66.00, z=-42.49], EntityVillager['Villager'/668472, l='wasteland', x=577.19, y=66.00, z=-42.70], EntityVillager['Villager'/668473, l='wasteland', x=576.30, y=66.00, z=-41.70], EntityVillager['Villager'/668474, l='wasteland', x=577.00, y=66.00, z=-41.70], EntityVillager['Villager'/668475, l='wasteland', x=576.30, y=66.00, z=-42.70], EntityVillager['Villager'/668476, l='wasteland', x=580.15, y=66.00, z=-37.82], EntityVillager['Villager'/668477, l='wasteland', x=578.92, y=66.00, z=-42.70], EntityVillager['Villager'/668478, l='wasteland', x=576.30, y=66.00, z=-41.70], EntityVillager['Villager'/668479, l='wasteland', x=576.43, y=66.00, z=-38.85], EntityVillager['Villager'/668480, l='wasteland', x=578.57, y=66.00, z=-40.84], EntityVillager['Villager'/668481, l='wasteland', x=576.51, y=66.00, z=-40.71], EntityVillager['Villager'/668482, l='wasteland', x=581.70, y=66.00, z=-40.49], EntityVillager['Villager'/668483, l='wasteland', x=578.32, y=66.00, z=-38.72], EntityVillager['Villager'/668484, l='wasteland', x=579.14, y=66.00, z=-39.48], EntityVillager['Villager'/668485, l='wasteland', x=576.30, y=66.00, z=-42.70], EntityVillager['Villager'/668486, l='wasteland', x=577.49, y=66.00, z=-42.70], EntityVillager['Villager'/668487, l='wasteland', x=580.60, y=66.00, z=-39.63], EntityVillager['Villager'/668488, l='wasteland', x=578.27, y=66.00, z=-42.70], EntityVillager['Villager'/668489, l='wasteland', x=576.51, y=66.00, z=-40.81], EntityVillager['Villager'/668490, l='wasteland', x=577.59, y=66.00, z=-39.65], EntityVillager['Villager'/668491, l='wasteland', x=579.27, y=66.00, z=-38.56], EntityVillager['Villager'/668492, l='wasteland', x=577.71, y=66.00, z=-41.49], EntityVillager['Villager'/668493, l='wasteland', x=579.45, y=66.00, z=-40.49], EntityVillager['Villager'/668494, l='wasteland', x=579.18, y=66.00, z=-41.62], EntityVillager['Villager'/668495, l='wasteland', x=576.51, y=66.00, z=-39.91], EntityVillager['Villager'/668496, l='wasteland', x=580.70, y=66.00, z=-38.81], EntityVillager['Villager'/668497, l='wasteland', x=576.30, y=66.00, z=-42.70], EntityVillager['Villager'/668498, l='wasteland', x=577.30, y=66.00, z=-38.03], EntityVillager['Villager'/668499, l='wasteland', x=578.49, y=66.00, z=-39.99], EntityVillager['Villager'/668500, l='wasteland', x=578.49, y=66.00, z=-40.59], EntityIronGolem['Iron Golem'/668501, l='wasteland', x=578.38, y=65.00, z=-47.70], EntityZombie['Zombie'/668579, l='wasteland', x=1410.40, y=70.00, z=-3035.05], EntityCreeper['Creeper'/668587, l='wasteland', x=493.50, y=82.00, z=-147.50], EntityCreeper['Creeper'/668588, l='wasteland', x=496.50, y=82.00, z=-147.50], EntitySkeleton['Skeleton'/668590, l='wasteland', x=492.50, y=82.00, z=-147.50], EntityZombie['Zombie'/668606, l='wasteland', x=463.50, y=68.00, z=14.50], EntityCreeper['Creeper'/668639, l='wasteland', x=279.12, y=65.00, z=640.67], EntitySpider['Spider'/668767, l='wasteland', x=362.55, y=64.00, z=-34.13], EntityCreeper['Creeper'/668787, l='wasteland', x=297.95, y=24.00, z=537.34], EntityZombie['Zombie'/668798, l='wasteland', x=242.86, y=77.00, z=620.69], EntityZombie['Zombie'/668802, l='wasteland', x=254.03, y=34.00, z=526.11], EntitySpider['Spider'/668884, l='wasteland', x=464.50, y=27.00, z=-65.50], EntitySkeleton['Skeleton'/668900, l='wasteland', x=1207.50, y=90.00, z=-3057.50], EntitySkeleton['Skeleton'/668933, l='wasteland', x=457.50, y=15.00, z=-141.12], EntityEnderman['Enderman'/668942, l='wasteland', x=352.75, y=38.00, z=589.30], EntitySkeleton['Skeleton'/668981, l='wasteland', x=524.50, y=77.00, z=-86.50], EntityCreeper['Creeper'/668994, l='wasteland', x=372.50, y=23.00, z=68.50], EntityZombie['Zombie'/669001, l='wasteland', x=428.94, y=63.00, z=23.46], EntityEnderman['Enderman'/669017, l='wasteland', x=454.61, y=73.00, z=-24.00], EntityCreeper['Creeper'/669024, l='wasteland', x=171.50, y=64.00, z=656.50], EntityZombie['Zombie'/669090, l='wasteland', x=437.50, y=36.00, z=-112.50], EntitySkeleton['Skeleton'/669112, l='wasteland', x=149.50, y=64.00, z=697.50], EntityCreeper['Creeper'/669126, l='wasteland', x=261.50, y=64.00, z=515.50], EntitySkeleton['Skeleton'/669147, l='wasteland', x=429.50, y=22.00, z=81.50], EntityZombie['Zombie'/669149, l='wasteland', x=482.50, y=72.00, z=45.50], EntityZombie['Zombie'/669163, l='wasteland', x=410.50, y=69.00, z=-104.50], EntitySkeleton['Skeleton'/669172, l='wasteland', x=1260.84, y=24.00, z=-3178.48], EntityCow['Cow'/669173, l='wasteland', x=1278.10, y=58.00, z=-3179.10], EntityChicken['Chicken'/669174, l='wasteland', x=1273.52, y=62.00, z=-3179.48], EntityPig['Pig'/669175, l='wasteland', x=1278.11, y=58.00, z=-3180.91], EntityCow['Cow'/669176, l='wasteland', x=1275.38, y=58.00, z=-3176.45], EntityCow['Cow'/669177, l='wasteland', x=1278.09, y=58.00, z=-3177.88], EntityPig['Pig'/669178, l='wasteland', x=1276.87, y=58.00, z=-3180.61], EntityPig['Pig'/669179, l='wasteland', x=1273.45, y=58.00, z=-3176.45], EntityPig['Pig'/669180, l='wasteland', x=1277.16, y=58.00, z=-3176.45], EntityCow['Cow'/669181, l='wasteland', x=1273.45, y=58.00, z=-3177.65], EntityPig['Pig'/669182, l='wasteland', x=1278.60, y=58.00, z=-3176.56], EntityCow['Cow'/669183, l='wasteland', x=1277.72, y=58.00, z=-3182.14], EntityChicken['Chicken'/669184, l='wasteland', x=1277.61, y=62.00, z=-3176.49], EntityCow['Cow'/669185, l='wasteland', x=1279.05, y=58.00, z=-3182.33], EntityChicken['Chicken'/669186, l='wasteland', x=1276.87, y=58.00, z=-3182.64], EntityChicken['Chicken'/669187, l='wasteland', x=1279.52, y=58.00, z=-3183.59], EntityCow['Cow'/669188, l='wasteland', x=1275.91, y=58.00, z=-3177.60], EntityPig['Pig'/669189, l='wasteland', x=1274.79, y=58.00, z=-3177.63], EntityPig['Pig'/669190, l='wasteland', x=1273.45, y=58.00, z=-3178.83], EntityCow['Cow'/669191, l='wasteland', x=1278.29, y=58.00, z=-3183.52], EntityPig['Pig'/669192, l='wasteland', x=1276.81, y=58.00, z=-3178.77], EntityCow['Cow'/669193, l='wasteland', x=1273.50, y=58.00, z=-3180.06], EntityPig['Pig'/669194, l='wasteland', x=1273.45, y=58.00, z=-3182.95], EntityCow['Cow'/669195, l='wasteland', x=1274.62, y=58.00, z=-3182.97], EntitySkeleton['Skeleton'/669196, l='wasteland', x=1286.50, y=28.00, z=-3181.50], EntityChicken['Chicken'/669197, l='wasteland', x=1280.42, y=58.00, z=-3183.24], EntitySpider['Spider'/669198, l='wasteland', x=1297.50, y=28.00, z=-3175.50], EntityCreeper['Creeper'/669283, l='wasteland', x=409.50, y=32.00, z=-128.50], EntityCreeper['Creeper'/669287, l='wasteland', x=159.50, y=35.00, z=706.50], EntitySkeleton['Skeleton'/669302, l='wasteland', x=155.50, y=64.00, z=649.50], EntitySpider['Spider'/669391, l='wasteland', x=440.90, y=34.00, z=-88.10], EntitySkeleton['Skeleton'/669436, l='wasteland', x=174.50, y=45.00, z=637.50], EntitySkeleton['Skeleton'/669437, l='wasteland', x=160.47, y=44.00, z=640.15], EntityCreeper['Creeper'/669452, l='wasteland', x=455.50, y=34.00, z=-134.50], EntitySkeleton['Skeleton'/669463, l='wasteland', x=319.50, y=26.00, z=559.88], EntityZombie['Zombie'/669482, l='wasteland', x=453.50, y=28.00, z=-112.50], EntityZombie['Zombie'/669483, l='wasteland', x=455.65, y=34.00, z=-130.95], EntityZombie['Zombie'/669484, l='wasteland', x=461.95, y=26.00, z=-123.46], EntityZombie['Zombie'/669514, l='wasteland', x=256.43, y=64.00, z=605.86], EntityZombie['Zombie'/669534, l='wasteland', x=374.41, y=23.00, z=79.85], EntityZombie['Zombie'/669555, l='wasteland', x=217.86, y=64.00, z=618.54], EntitySpider['Spider'/669559, l='wasteland', x=216.53, y=64.00, z=638.11], EntityCreeper['Creeper'/669633, l='wasteland', x=305.86, y=64.00, z=637.76], EntityZombie['Zombie'/669686, l='wasteland', x=159.50, y=40.00, z=632.50], EntityZombie['Zombie'/669687, l='wasteland', x=160.50, y=40.00, z=632.50], EntityZombie['Zombie'/669714, l='wasteland', x=355.50, y=64.00, z=52.50], EntityArrow['arrow'/669734, l='wasteland', x=1314.24, y=53.05, z=-3045.96], EntityCreeper['Creeper'/669745, l='wasteland', x=446.50, y=28.00, z=-121.50], EntityCreeper['Creeper'/669750, l='wasteland', x=478.50, y=53.00, z=-111.50], EntityCreeper['Creeper'/669763, l='wasteland', x=438.29, y=25.17, z=9.74], EntityCreeper['Creeper'/669764, l='wasteland', x=440.70, y=25.00, z=15.30], EntitySkeleton['Skeleton'/669766, l='wasteland', x=428.10, y=25.00, z=15.51], EntitySpider['Spider'/669772, l='wasteland', x=397.36, y=66.00, z=-7.12], EntitySkeleton['Skeleton'/669782, l='wasteland', x=250.10, y=64.00, z=617.47], EntityArrow['arrow'/669801, l='wasteland', x=1296.64, y=47.97, z=-3071.96], EntityZombie['Zombie'/669809, l='wasteland', x=1205.50, y=23.00, z=-2958.50], EntityCreeper['Creeper'/669818, l='wasteland', x=299.50, y=60.00, z=541.50], EntitySkeleton['Skeleton'/669829, l='wasteland', x=392.50, y=67.00, z=-94.50], EntityCreeper['Creeper'/669831, l='wasteland', x=395.50, y=67.00, z=-99.50], EntityEnderman['Enderman'/669833, l='wasteland', x=453.64, y=58.00, z=29.29], EntitySkeleton['Skeleton'/669843, l='wasteland', x=152.98, y=73.00, z=627.51], EntityCreeper['Creeper'/669875, l='wasteland', x=466.50, y=73.00, z=58.50], EntityArrow['arrow'/669884, l='wasteland', x=1298.90, y=48.03, z=-3073.23], EntityArrow['arrow'/669886, l='wasteland', x=1254.97, y=46.03, z=-2932.41], EntitySkeleton['Skeleton'/669889, l='wasteland', x=450.50, y=33.00, z=-125.50], EntityCreeper['Creeper'/669895, l='wasteland', x=492.50, y=64.00, z=-99.50], EntityCreeper['Creeper'/669898, l='wasteland', x=499.03, y=64.00, z=-98.41], EntityZombie['Zombie'/669911, l='wasteland', x=373.50, y=64.00, z=3.50], EntityZombie['Zombie'/669912, l='wasteland', x=370.50, y=64.00, z=1.50], EntityCreeper['Creeper'/669922, l='wasteland', x=484.50, y=17.00, z=2.50], EntityCreeper['Creeper'/669951, l='wasteland', x=385.50, y=66.00, z=-6.50], EntityZombie['Zombie'/669952, l='wasteland', x=491.50, y=72.00, z=-40.50], EntityArrow['arrow'/669958, l='wasteland', x=1272.02, y=63.02, z=-2969.12], EntityEnderman['Enderman'/669972, l='wasteland', x=299.79, y=64.00, z=637.03], EntitySkeleton['Skeleton'/669987, l='wasteland', x=406.50, y=70.00, z=-91.50], EntityCreeper['Creeper'/669997, l='wasteland', x=500.50, y=64.00, z=36.59], EntitySkeleton['Skeleton'/670001, l='wasteland', x=423.50, y=66.00, z=-61.50], EntityZombie['Zombie'/670002, l='wasteland', x=426.50, y=66.00, z=-61.50], EntitySkeleton['Skeleton'/670013, l='wasteland', x=399.52, y=64.00, z=3.86], EntityEnderman['Enderman'/670018, l='wasteland', x=401.95, y=64.00, z=6.18], EntityArrow['arrow'/670022, l='wasteland', x=1272.02, y=63.61, z=-2969.10], EntityArrow['arrow'/670023, l='wasteland', x=1308.98, y=49.22, z=-3056.96], EntitySkeleton['Skeleton'/670025, l='wasteland', x=420.50, y=58.00, z=-122.50], EntityCreeper['Creeper'/670047, l='wasteland', x=374.50, y=57.00, z=-106.50], EntitySkeleton['Skeleton'/670056, l='wasteland', x=408.18, y=17.00, z=-117.52], EntitySpider['Spider'/670069, l='wasteland', x=1405.33, y=71.00, z=-3062.32], EntitySkeleton['Skeleton'/670070, l='wasteland', x=157.13, y=29.00, z=614.49], EntitySkeleton['Skeleton'/670085, l='wasteland', x=306.50, y=65.00, z=550.50], EntityZombie['Zombie'/670090, l='wasteland', x=443.08, y=17.00, z=-38.51], EntityZombie['Zombie'/670095, l='wasteland', x=141.50, y=16.00, z=651.50], EntityZombie['Zombie'/670096, l='wasteland', x=142.50, y=16.00, z=653.50], EntityZombie['Zombie'/670097, l='wasteland', x=144.50, y=16.00, z=653.50], EntitySkeleton['Skeleton'/670104, l='wasteland', x=1305.50, y=117.00, z=-2881.50], EntityArrow['arrow'/670110, l='wasteland', x=1269.88, y=61.04, z=-2963.04], EntitySpider['Spider'/670114, l='wasteland', x=1422.23, y=65.00, z=-3007.68], EntitySkeleton['Skeleton'/670121, l='wasteland', x=301.57, y=67.00, z=525.91], EntitySkeleton['Skeleton'/670125, l='wasteland', x=411.50, y=26.00, z=-126.50], EntityCreeper['Creeper'/670130, l='wasteland', x=466.50, y=67.00, z=92.50], EntitySkeleton['Skeleton'/670132, l='wasteland', x=460.50, y=81.00, z=-71.50], EntityCreeper['Creeper'/670143, l='wasteland', x=389.50, y=66.00, z=-108.50], EntityZombie['Zombie'/670151, l='wasteland', x=427.50, y=67.00, z=-134.50], EntityCreeper['Creeper'/670154, l='wasteland', x=391.50, y=54.00, z=-76.50], EntityEnderman['Enderman'/670161, l='wasteland', x=286.67, y=63.00, z=540.77], EntityZombie['Zombie'/670166, l='wasteland', x=291.50, y=62.00, z=546.50], EntityZombie['Zombie'/670169, l='wasteland', x=301.97, y=55.00, z=546.57], EntityCreeper['Creeper'/670195, l='wasteland', x=481.50, y=80.00, z=-120.50], EntitySpider['Spider'/670211, l='wasteland', x=450.20, y=69.00, z=-11.15], EntityZombie['Zombie'/670248, l='wasteland', x=292.50, y=26.00, z=528.50], EntityCreeper['Creeper'/670249, l='wasteland', x=381.50, y=68.00, z=-64.50], EntityZombie['Zombie'/670258, l='wasteland', x=442.50, y=16.00, z=-100.50], EntityZombie['Zombie'/670266, l='wasteland', x=1397.50, y=71.00, z=-3032.50], EntityZombie['Zombie'/670267, l='wasteland', x=1409.83, y=70.00, z=-3037.57], EntityZombie['Zombie'/670268, l='wasteland', x=1395.81, y=71.00, z=-3037.28], EntityZombie['Zombie'/670269, l='wasteland', x=1401.54, y=71.00, z=-3036.77], EntityEnderman['Enderman'/670278, l='wasteland', x=153.50, y=65.00, z=680.50], EntityEnderman['Enderman'/670279, l='wasteland', x=158.36, y=65.00, z=676.01], EntityCreeper['Creeper'/670293, l='wasteland', x=399.50, y=66.00, z=-113.50], EntityCreeper['Creeper'/670301, l='wasteland', x=512.06, y=64.00, z=3.55], EntityCreeper['Creeper'/670302, l='wasteland', x=497.94, y=63.00, z=-0.36], EntitySpider['Spider'/670319, l='wasteland', x=404.30, y=64.00, z=12.26], EntitySpider['Spider'/670321, l='wasteland', x=401.86, y=64.00, z=11.72], EntitySkeleton['Skeleton'/670323, l='wasteland', x=424.50, y=65.00, z=15.50], EntityArrow['arrow'/670326, l='wasteland', x=1270.32, y=65.65, z=-2978.05], EntityCreeper['Creeper'/670330, l='wasteland', x=209.50, y=65.00, z=578.50], EntityCreeper['Creeper'/670331, l='wasteland', x=208.50, y=65.00, z=576.50], EntitySpider['Spider'/670332, l='wasteland', x=210.50, y=65.00, z=571.50], EntitySpider['Spider'/670333, l='wasteland', x=212.29, y=65.00, z=580.68], EntityZombie['Zombie'/670346, l='wasteland', x=218.71, y=64.00, z=621.82], EntitySpider['Spider'/670354, l='wasteland', x=220.22, y=64.00, z=628.96], EntityCreeper['Creeper'/670360, l='wasteland', x=282.50, y=39.00, z=533.50], EntitySkeleton['Skeleton'/670362, l='wasteland', x=275.50, y=64.00, z=644.50], EntitySkeleton['Skeleton'/670377, l='wasteland', x=341.50, y=70.00, z=-49.50], EntityArrow['arrow'/670389, l='wasteland', x=1299.95, y=68.21, z=-2995.99], EntitySkeleton['Skeleton'/670399, l='wasteland', x=190.84, y=64.00, z=602.61], EntitySkeleton['Skeleton'/670402, l='wasteland', x=196.42, y=64.00, z=611.17], EntityCreeper['Creeper'/670403, l='wasteland', x=510.50, y=67.00, z=26.50], EntityCreeper['Creeper'/670404, l='wasteland', x=514.50, y=67.00, z=28.50], EntityCreeper['Creeper'/670413, l='wasteland', x=422.50, y=48.00, z=-43.50], EntityZombie['Zombie'/670418, l='wasteland', x=1411.50, y=24.00, z=-2977.50], EntitySkeleton['Skeleton'/670419, l='wasteland', x=1370.50, y=16.00, z=-3052.50], EntityCreeper['Creeper'/670423, l='wasteland', x=453.50, y=41.00, z=90.50], EntityCreeper['Creeper'/670424, l='wasteland', x=454.50, y=41.00, z=92.50], EntityCreeper['Creeper'/670425, l='wasteland', x=451.50, y=41.00, z=91.50], EntitySpider['Spider'/670436, l='wasteland', x=1198.40, y=24.00, z=-2893.61], EntityCreeper['Creeper'/670438, l='wasteland', x=1195.50, y=24.00, z=-2894.70], EntityCreeper['Creeper'/670439, l='wasteland', x=1199.70, y=24.00, z=-2893.60], EntityCreeper['Creeper'/670440, l='wasteland', x=1194.02, y=24.00, z=-2893.50], EntitySkeleton['Skeleton'/670449, l='wasteland', x=523.50, y=69.00, z=34.50], EntityCreeper['Creeper'/670459, l='wasteland', x=315.50, y=66.00, z=551.50], EntitySkeleton['Skeleton'/670465, l='wasteland', x=266.30, y=15.00, z=657.02], EntitySkeleton['Skeleton'/670466, l='wasteland', x=267.50, y=16.00, z=653.50], EntityZombie['Zombie'/670471, l='wasteland', x=414.50, y=63.00, z=63.50], EntityExperienceOrb['Experience Orb'/670479, l='wasteland', x=233.87, y=56.25, z=635.08], EntityExperienceOrb['Experience Orb'/670480, l='wasteland', x=236.82, y=56.25, z=639.55], EntityExperienceOrb['Experience Orb'/670481, l='wasteland', x=236.98, y=56.25, z=637.79], EntitySkeleton['Skeleton'/670492, l='wasteland', x=200.50, y=64.00, z=575.95], EntitySkeleton['Skeleton'/670495, l='wasteland', x=205.42, y=66.00, z=567.88], EntityCreeper['Creeper'/670500, l='wasteland', x=390.50, y=55.00, z=-116.50], EntityCreeper['Creeper'/670501, l='wasteland', x=392.39, y=55.00, z=-118.02], EntitySpider['Spider'/670506, l='wasteland', x=326.50, y=20.00, z=561.50], EntityCreeper['Creeper'/670530, l='wasteland', x=150.50, y=43.00, z=644.50], EntityCreeper['Creeper'/670531, l='wasteland', x=151.50, y=43.00, z=642.50], EntitySkeleton['Skeleton'/670541, l='wasteland', x=496.50, y=52.00, z=-127.50], EntityZombie['Zombie'/670558, l='wasteland', x=1419.77, y=69.00, z=-3028.25], EntityZombie['Zombie'/670561, l='wasteland', x=1423.50, y=68.00, z=-3023.50], EntityZombie['Zombie'/670565, l='wasteland', x=1416.50, y=70.00, z=-3014.50], EntityZombie['Zombie'/670569, l='wasteland', x=207.54, y=12.00, z=682.80], EntityZombie['Zombie'/670570, l='wasteland', x=200.50, y=14.00, z=679.50], EntitySkeleton['Skeleton'/670572, l='wasteland', x=474.50, y=27.00, z=-73.50], EntityZombie['Zombie'/670574, l='wasteland', x=301.95, y=31.00, z=531.46], EntityZombie['Zombie'/670575, l='wasteland', x=302.50, y=30.00, z=528.50], EntityZombie['Zombie'/670576, l='wasteland', x=302.50, y=30.00, z=529.50], EntityZombie['Zombie'/670577, l='wasteland', x=302.93, y=30.00, z=530.31], EntityZombie['Zombie'/670582, l='wasteland', x=155.50, y=64.00, z=601.50], EntitySkeleton['Skeleton'/670587, l='wasteland', x=443.50, y=71.00, z=-101.50], EntityZombie['Zombie'/670588, l='wasteland', x=451.50, y=71.00, z=-101.50], EntityItem['item.item.clay'/670593, l='wasteland', x=442.84, y=18.13, z=-16.92], EntitySkeleton['Skeleton'/670608, l='wasteland', x=350.50, y=40.00, z=684.50], EntityZombie['Zombie'/670627, l='wasteland', x=341.50, y=60.00, z=26.50], EntityZombie['Zombie'/670628, l='wasteland', x=341.50, y=60.00, z=29.50], EntitySkeleton['Skeleton'/670647, l='wasteland', x=503.50, y=65.00, z=35.50], EntitySkeleton['Skeleton'/670669, l='wasteland', x=1231.50, y=83.00, z=-3095.50], EntitySpider['Spider'/670675, l='wasteland', x=1385.54, y=71.00, z=-3031.37], EntityCreeper['Creeper'/670677, l='wasteland', x=374.50, y=29.00, z=-84.50], EntitySkeleton['Skeleton'/670682, l='wasteland', x=305.50, y=65.00, z=552.50], EntityCreeper['Creeper'/670702, l='wasteland', x=381.50, y=27.00, z=90.50], EntityCreeper['Creeper'/670709, l='wasteland', x=455.60, y=63.00, z=31.52], EntitySpider['Spider'/670714, l='wasteland', x=239.50, y=66.00, z=515.50], EntitySpider['Spider'/670715, l='wasteland', x=239.50, y=66.00, z=517.50], EntityZombie['Zombie'/670730, l='wasteland', x=345.50, y=64.00, z=563.50], EntitySkeleton['Skeleton'/670738, l='wasteland', x=478.11, y=27.00, z=25.41], EntitySkeleton['Skeleton'/670739, l='wasteland', x=477.30, y=25.75, z=33.60], EntitySkeleton['Skeleton'/670740, l='wasteland', x=472.50, y=29.00, z=23.50], EntityZombie['Zombie'/670741, l='wasteland', x=473.50, y=14.00, z=-85.50], EntityZombie['Zombie'/670743, l='wasteland', x=473.50, y=14.00, z=-84.50], EntityCreeper['Creeper'/670762, l='wasteland', x=241.50, y=24.00, z=535.50], EntityEnderman['Enderman'/670763, l='wasteland', x=232.44, y=24.00, z=543.69], EntityArrow['arrow'/670764, l='wasteland', x=1285.99, y=64.97, z=-2996.43], EntityArrow['arrow'/670765, l='wasteland', x=1285.30, y=63.04, z=-2996.80], EntityArrow['arrow'/670771, l='wasteland', x=1301.97, y=80.10, z=-2994.24], EntityArrow['arrow'/670775, l='wasteland', x=1301.97, y=80.11, z=-2992.06], EntityZombie['Zombie'/670777, l='wasteland', x=189.50, y=66.00, z=574.50], EntityZombie['Zombie'/670780, l='wasteland', x=194.10, y=64.00, z=579.39], EntitySkeleton['Skeleton'/670782, l='wasteland', x=193.50, y=66.00, z=570.50], EntityZombie['Zombie'/670789, l='wasteland', x=406.58, y=16.00, z=-124.39], EntitySpider['Spider'/670800, l='wasteland', x=411.50, y=67.00, z=-148.50], EntitySkeleton['Skeleton'/670802, l='wasteland', x=1298.50, y=85.00, z=-2883.50], EntityZombie['Zombie'/670826, l='wasteland', x=233.49, y=17.00, z=651.10], EntityItem['item.tile.cactus'/670837, l='wasteland', x=549.13, y=42.13, z=-44.30], EntityZombie['Zombie'/670839, l='wasteland', x=458.50, y=35.00, z=-114.50], EntityZombie['Zombie'/670851, l='wasteland', x=414.50, y=66.00, z=-129.50], EntityCreeper['Creeper'/670859, l='wasteland', x=1260.50, y=14.00, z=-3075.50], EntitySpider['Spider'/670864, l='wasteland', x=1398.22, y=72.00, z=-3052.35], EntityCreeper['Creeper'/670866, l='wasteland', x=276.50, y=63.00, z=666.50], EntitySkeleton['Skeleton'/670877, l='wasteland', x=463.50, y=56.00, z=-108.50], EntityZombie['Zombie'/670882, l='wasteland', x=1397.14, y=70.00, z=-3027.76], EntityZombie['Zombie'/670887, l='wasteland', x=1194.50, y=28.00, z=-2957.50], EntityZombie['Zombie'/670891, l='wasteland', x=453.50, y=65.00, z=75.50], EntitySkeleton['Skeleton'/670894, l='wasteland', x=519.32, y=69.00, z=44.79], EntityZombie['Zombie'/670902, l='wasteland', x=356.50, y=15.00, z=585.50], EntityCreeper['Creeper'/670906, l='wasteland', x=303.39, y=64.00, z=637.91], EntityCreeper['Creeper'/670907, l='wasteland', x=303.50, y=64.00, z=641.50], EntityCreeper['Creeper'/670910, l='wasteland', x=297.50, y=64.00, z=637.50], EntitySpider['Spider'/670916, l='wasteland', x=449.10, y=56.00, z=-108.10], EntitySpider['Spider'/670917, l='wasteland', x=446.50, y=56.00, z=-107.50], EntityZombie['Zombie'/670918, l='wasteland', x=448.50, y=56.00, z=-114.50], EntityZombie['Zombie'/670919, l='wasteland', x=450.98, y=56.00, z=-109.70], EntitySkeleton['Skeleton'/670922, l='wasteland', x=480.50, y=49.00, z=-133.50], EntityZombie['Zombie'/670931, l='wasteland', x=386.50, y=66.00, z=-99.50], EntityCreeper['Creeper'/670935, l='wasteland', x=474.50, y=52.00, z=-111.50], EntityEnderman['Enderman'/670945, l='wasteland', x=540.50, y=22.00, z=-85.50], EntityEnderman['Enderman'/670947, l='wasteland', x=538.50, y=22.00, z=-84.50], EntityCreeper['Creeper'/670949, l='wasteland', x=394.07, y=69.00, z=-87.36], EntitySpider['Spider'/670963, l='wasteland', x=155.33, y=64.00, z=696.02], EntitySpider['Spider'/670964, l='wasteland', x=153.61, y=64.00, z=695.65], EntityCreeper['Creeper'/670966, l='wasteland', x=153.50, y=64.00, z=700.50]]
  53. - World wasteland Players: 5 total; [EntityPlayer['xxxMapLockxxx'/552246, l='wasteland', x=1301.70, y=77.00, z=-2992.90](xxxMapLockxxx at 1301.699999988079,77.0,-2992.8972220646174), EntityPlayer['AlexTheGr8r'/619322, l='wasteland', x=1283.46, y=59.00, z=-2994.10](AlexTheGr8r at 1283.4638804406031,59.0,-2994.0993935826978), EntityPlayer['NBurbine'/539582, l='wasteland', x=1281.83, y=63.00, z=-2972.12](NBurbine at 1281.8253488789674,63.0,-2972.1238342507127), EntityPlayer['andyhoi'/659112, l='wasteland', x=250.92, y=56.00, z=639.89](andyhoi at 250.91685923747445,56.0,639.8875328802758), EntityPlayer['Fruitydrew2'/668276, l='wasteland', x=442.64, y=21.00, z=-17.38](Fruitydrew2 at 442.6428719207435,21.0,-17.38195419205107)]
  54. - World wasteland Chunk Stats: ServerChunkCache: 1442 Drop: 0
  55. - World wasteland_nether Entities: 0 total; []
  56. - World wasteland_nether Players: 0 total; []
  57. - World wasteland_nether Chunk Stats: ServerChunkCache: 0 Drop: 0
  58. - World wasteland_the_end Entities: 0 total; []
  59. - World wasteland_the_end Players: 0 total; []
  60. - World wasteland_the_end Chunk Stats: ServerChunkCache: 0 Drop: 0
  61. - Type: Dedicated Server
Add Comment
Please, Sign In to add comment