Skip to content

Instantly share code, notes, and snippets.

@Josharias
Created October 10, 2014 19:29
Show Gist options
  • Save Josharias/2c9e751e1d78ed8dc002 to your computer and use it in GitHub Desktop.
Save Josharias/2c9e751e1d78ed8dc002 to your computer and use it in GitHub Desktop.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000717b53d3, pid=24532, tid=24560
#
# JRE version: Java(TM) SE Runtime Environment (7.0_67-b01) (build 1.7.0_67-b01)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.65-b04 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [atio6axx.dll+0x9453d3]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
--------------- T H R E A D ---------------
Current thread (0x0000000001fa3800): JavaThread "main" [_thread_in_native, id=24560, stack(0x0000000001cb0000,0x0000000001db0000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000030
Registers:
RAX=0x000000001a207950, RBX=0x0000000012be2b70, RCX=0x0000000000000006, RDX=0x0000000000000000
RSP=0x0000000001dad690, RBP=0x0000000001dad790, RSI=0x0000000012c179d0, RDI=0x0000000000000000
R8 =0x0000000070e70000, R9 =0x0000000000008000, R10=0x0000000000000006, R11=0x0000000000000000
R12=0x0000000001dadb30, R13=0x0000000000000001, R14=0x000000001ffde501, R15=0x000000001993a380
RIP=0x00000000717b53d3, EFLAGS=0x0000000000010297
Top of Stack: (sp=0x0000000001dad690)
0x0000000001dad690: 0000000012c179d0 000000001611c400
0x0000000001dad6a0: 0000000012be2b70 000000001ffde5c0
0x0000000001dad6b0: 0000000000000010 0000000000000010
0x0000000001dad6c0: 0000000000000001 000000001ffde5c0
0x0000000001dad6d0: 0000000000000000 0000000000000000
0x0000000001dad6e0: 00000010201e0100 0000001000000036
0x0000000001dad6f0: 0000000000000006 0000000000000001
0x0000000001dad700: 0000000012be2b70 000000001ffde5c0
0x0000000001dad710: 0000000000000040 0000000000000006
0x0000000001dad720: 0000001000000010 0000000000000001
0x0000000001dad730: 0000000000000000 0000000012c179d0
0x0000000001dad740: 0000000000000000 000000001fa05a68
0x0000000001dad750: 0000000000000000 0000000000000000
0x0000000001dad760: 00000000238de020 0000000000380000
0x0000000001dad770: 0000000000000000 00007ffda12c7ef9
0x0000000001dad780: 0000000000000000 00000000238ce010
Instructions: (pc=0x00000000717b53d3)
0x00000000717b53b3: 00 44 0f 28 ad d0 00 00 00 49 8b 84 c7 b0 02 00
0x00000000717b53c3: 00 4c 8d 05 35 ac 6b ff 48 8b 3c c8 48 89 7d b0
0x00000000717b53d3: 4c 63 4f 30 49 8b c1 44 89 4c 24 58 48 6b c0 64
0x00000000717b53e3: 42 0f b6 84 00 50 2e 73 01 c0 e8 03 24 01 88 44
Register to memory mapping:
RAX=0x000000001a207950 is an unknown value
RBX=0x0000000012be2b70 is an unknown value
RCX=0x0000000000000006 is an unknown value
RDX=0x0000000000000000 is an unknown value
RSP=0x0000000001dad690 is pointing into the stack for thread: 0x0000000001fa3800
RBP=0x0000000001dad790 is pointing into the stack for thread: 0x0000000001fa3800
RSI=0x0000000012c179d0 is an unknown value
RDI=0x0000000000000000 is an unknown value
R8 =0x0000000070e70000 is an unknown value
R9 =0x0000000000008000 is an unknown value
R10=0x0000000000000006 is an unknown value
R11=0x0000000000000000 is an unknown value
R12=0x0000000001dadb30 is pointing into the stack for thread: 0x0000000001fa3800
R13=0x0000000000000001 is an unknown value
R14=0x000000001ffde501 is an unknown value
R15=0x000000001993a380 is an unknown value
Stack: [0x0000000001cb0000,0x0000000001db0000], sp=0x0000000001dad690, free space=1013k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [atio6axx.dll+0x9453d3]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 822 org.lwjgl.opengl.GL11.nglDrawElementsBO(IIIJJ)V (0 bytes) @ 0x000000000248e7b6 [0x000000000248e760+0x56]
J 833 C2 org.terasology.rendering.opengl.OpenGLMesh.render()V (37 bytes) @ 0x00000000024b6bd4 [0x00000000024b6540+0x694]
j org.terasology.rendering.nui.internal.LwjglCanvasRenderer.drawMesh(Lorg/terasology/rendering/assets/mesh/Mesh;Lorg/terasology/rendering/assets/material/Material;Lorg/terasology/math/Rect2i;Lorg/terasology/math/Rect2i;Ljavax/vecmath/Quat4f;Ljavax/vecmath/Vector3f;FF)V+315
j org.terasology.rendering.nui.internal.CanvasImpl.drawMesh(Lorg/terasology/rendering/assets/mesh/Mesh;Lorg/terasology/rendering/assets/material/Material;Lorg/terasology/math/Rect2i;Ljavax/vecmath/Quat4f;Ljavax/vecmath/Vector3f;F)V+86
j org.terasology.rendering.nui.internal.CanvasImpl.drawMesh(Lorg/terasology/rendering/assets/mesh/Mesh;Lorg/terasology/rendering/assets/texture/Texture;Lorg/terasology/math/Rect2i;Ljavax/vecmath/Quat4f;Ljavax/vecmath/Vector3f;F)V+25
j org.terasology.rendering.nui.layers.ingame.inventory.ItemIcon.onDraw(Lorg/terasology/rendering/nui/Canvas;)V+79
J 1933 C2 org.terasology.rendering.nui.internal.CanvasImpl.drawWidget(Lorg/terasology/rendering/nui/UIWidget;Lorg/terasology/math/Rect2i;)V (490 bytes) @ 0x00000000027c80ac [0x00000000027c7300+0xdac]
j org.terasology.rendering.nui.internal.CanvasImpl.drawWidget(Lorg/terasology/rendering/nui/UIWidget;)V+6
j org.terasology.rendering.nui.layers.ingame.inventory.ItemCell.onDraw(Lorg/terasology/rendering/nui/Canvas;)V+54
j org.terasology.rendering.nui.layers.ingame.inventory.InventoryCell.onDraw(Lorg/terasology/rendering/nui/Canvas;)V+2
J 1933 C2 org.terasology.rendering.nui.internal.CanvasImpl.drawWidget(Lorg/terasology/rendering/nui/UIWidget;Lorg/terasology/math/Rect2i;)V (490 bytes) @ 0x00000000027c80ac [0x00000000027c7300+0xdac]
j org.terasology.rendering.nui.layouts.FlowLayout.onDraw(Lorg/terasology/rendering/nui/Canvas;)V+102
J 1933 C2 org.terasology.rendering.nui.internal.CanvasImpl.drawWidget(Lorg/terasology/rendering/nui/UIWidget;Lorg/terasology/math/Rect2i;)V (490 bytes) @ 0x00000000027c80ac [0x00000000027c7300+0xdac]
J 924 C2 org.terasology.rendering.nui.layouts.relative.RelativeLayout.onDraw(Lorg/terasology/rendering/nui/Canvas;)V (62 bytes) @ 0x00000000024e77b4 [0x00000000024e7600+0x1b4]
J 1933 C2 org.terasology.rendering.nui.internal.CanvasImpl.drawWidget(Lorg/terasology/rendering/nui/UIWidget;Lorg/terasology/math/Rect2i;)V (490 bytes) @ 0x00000000027c80ac [0x00000000027c7300+0xdac]
j org.terasology.rendering.nui.layers.hud.CoreHudWidget.onDraw(Lorg/terasology/rendering/nui/Canvas;)V+18
J 1933 C2 org.terasology.rendering.nui.internal.CanvasImpl.drawWidget(Lorg/terasology/rendering/nui/UIWidget;Lorg/terasology/math/Rect2i;)V (490 bytes) @ 0x00000000027c80ac [0x00000000027c7300+0xdac]
j org.terasology.rendering.nui.layers.hud.HUDScreenLayer.onDraw(Lorg/terasology/rendering/nui/Canvas;)V+146
J 1933 C2 org.terasology.rendering.nui.internal.CanvasImpl.drawWidget(Lorg/terasology/rendering/nui/UIWidget;Lorg/terasology/math/Rect2i;)V (490 bytes) @ 0x00000000027c80ac [0x00000000027c7300+0xdac]
j org.terasology.rendering.nui.internal.NUIManagerInternal.render()V+104
j org.terasology.engine.modes.StateLoading.render()V+4
j org.terasology.engine.subsystem.lwjgl.LwjglGraphics.postUpdate(Lorg/terasology/engine/modes/GameState;F)V+28
J 2118% C2 org.terasology.engine.TerasologyEngine.mainLoop()V (399 bytes) @ 0x000000000282cf50 [0x000000000282c080+0xed0]
j org.terasology.engine.TerasologyEngine.run(Lorg/terasology/engine/modes/GameState;)V+38
j org.terasology.engine.Terasology.main([Ljava/lang/String;)V+341
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x000000000ad39000 JavaThread "pool-9-thread-1" [_thread_blocked, id=25860, stack(0x00000000130f0000,0x00000000131f0000)]
0x000000000ad35000 JavaThread "Timer-5" [_thread_blocked, id=26572, stack(0x0000000027bd0000,0x0000000027cd0000)]
0x000000000ad31800 JavaThread "Timer-4" [_thread_blocked, id=21912, stack(0x0000000027ad0000,0x0000000027bd0000)]
0x000000000ad32000 JavaThread "Timer-3" [_thread_blocked, id=25044, stack(0x00000000279d0000,0x0000000027ad0000)]
0x000000000ad34800 JavaThread "Chunk-Unloader-3" [_thread_blocked, id=24900, stack(0x00000000278d0000,0x00000000279d0000)]
0x000000000ad33800 JavaThread "Chunk-Unloader-2" [_thread_blocked, id=27004, stack(0x00000000277d0000,0x00000000278d0000)]
0x000000000ad30800 JavaThread "Chunk-Unloader-1" [_thread_blocked, id=22580, stack(0x00000000276d0000,0x00000000277d0000)]
0x000000000ad33000 JavaThread "Chunk-Unloader-0" [_thread_blocked, id=23000, stack(0x00000000275d0000,0x00000000276d0000)]
0x000000000ee9f800 JavaThread "Chunk-Generator-7" [_thread_blocked, id=23068, stack(0x0000000022ba0000,0x0000000022ca0000)]
0x000000000eea2000 JavaThread "Chunk-Generator-6" [_thread_in_Java, id=23008, stack(0x0000000022aa0000,0x0000000022ba0000)]
0x000000000eea1800 JavaThread "Chunk-Generator-5" [_thread_in_Java, id=24732, stack(0x00000000229a0000,0x0000000022aa0000)]
0x000000000eea3000 JavaThread "Chunk-Generator-4" [_thread_in_Java, id=24112, stack(0x00000000228a0000,0x00000000229a0000)]
0x000000000eea0800 JavaThread "Chunk-Generator-3" [_thread_in_Java, id=23756, stack(0x0000000021a50000,0x0000000021b50000)]
0x000000000ee9c000 JavaThread "Chunk-Generator-2" [_thread_in_native, id=23864, stack(0x0000000021540000,0x0000000021640000)]
0x000000000ee9f000 JavaThread "Chunk-Generator-1" [_thread_in_Java, id=24836, stack(0x0000000020b40000,0x0000000020c40000)]
0x000000000ee9e000 JavaThread "Chunk-Generator-0" [_thread_in_Java, id=23516, stack(0x0000000020930000,0x0000000020a30000)]
0x000000000ee9d800 JavaThread "Storage-3" [_thread_blocked, id=22536, stack(0x0000000020830000,0x0000000020930000)]
0x000000000ee99800 JavaThread "Storage-2" [_thread_blocked, id=25508, stack(0x000000001e320000,0x000000001e420000)]
0x000000000ee9a800 JavaThread "Storage-1" [_thread_blocked, id=23580, stack(0x000000001e220000,0x000000001e320000)]
0x000000000ee9c800 JavaThread "Storage-0" [_thread_blocked, id=25312, stack(0x0000000018460000,0x0000000018560000)]
0x000000000ee9b000 JavaThread "common-15" [_thread_blocked, id=2180, stack(0x00000000120a0000,0x00000000121a0000)]
0x000000000ee99000 JavaThread "common-14" [_thread_blocked, id=8000, stack(0x0000000011fa0000,0x00000000120a0000)]
0x000000000ee95000 JavaThread "common-13" [_thread_blocked, id=7528, stack(0x0000000011ea0000,0x0000000011fa0000)]
0x000000000ee98000 JavaThread "common-12" [_thread_blocked, id=7872, stack(0x0000000011da0000,0x0000000011ea0000)]
0x000000000ee96000 JavaThread "common-11" [_thread_blocked, id=8948, stack(0x0000000011ca0000,0x0000000011da0000)]
0x000000000ee96800 JavaThread "common-10" [_thread_blocked, id=24764, stack(0x0000000011ba0000,0x0000000011ca0000)]
0x000000000ee97800 JavaThread "common-9" [_thread_blocked, id=20208, stack(0x0000000011aa0000,0x0000000011ba0000)]
0x000000000ee94800 JavaThread "common-8" [_thread_blocked, id=25280, stack(0x00000000119a0000,0x0000000011aa0000)]
0x000000000ee93800 JavaThread "common-7" [_thread_blocked, id=25036, stack(0x00000000118a0000,0x00000000119a0000)]
0x000000000e004800 JavaThread "common-6" [_thread_blocked, id=25216, stack(0x00000000117a0000,0x00000000118a0000)]
0x000000000e007800 JavaThread "common-5" [_thread_blocked, id=25172, stack(0x00000000116a0000,0x00000000117a0000)]
0x000000000e006800 JavaThread "common-4" [_thread_blocked, id=23328, stack(0x00000000115a0000,0x00000000116a0000)]
0x000000000e000800 JavaThread "common-3" [_thread_blocked, id=25352, stack(0x00000000113a0000,0x00000000114a0000)]
0x000000000e003800 JavaThread "common-2" [_thread_blocked, id=24988, stack(0x00000000114a0000,0x00000000115a0000)]
0x000000000e003000 JavaThread "common-1" [_thread_blocked, id=25424, stack(0x000000000dc70000,0x000000000dd70000)]
0x000000000e002000 JavaThread "common-0" [_thread_blocked, id=24776, stack(0x000000000db70000,0x000000000dc70000)]
0x000000000e006000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=23544, stack(0x0000000020a40000,0x0000000020b40000)]
0x000000000e005000 JavaThread "LWJGL Timer" daemon [_thread_blocked, id=21816, stack(0x0000000014050000,0x0000000014150000)]
0x000000000e001800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=23476, stack(0x000000000b6b0000,0x000000000b7b0000)]
0x0000000008f97800 JavaThread "Service Thread" daemon [_thread_blocked, id=22476, stack(0x00000000094a0000,0x00000000095a0000)]
0x0000000007cac000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=22456, stack(0x00000000093a0000,0x00000000094a0000)]
0x0000000007cc2800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=23272, stack(0x00000000092a0000,0x00000000093a0000)]
0x0000000007c4b000 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=21980, stack(0x0000000008da0000,0x0000000008ea0000)]
0x0000000007c46800 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=23740, stack(0x0000000008ca0000,0x0000000008da0000)]
0x0000000007c39000 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=23400, stack(0x0000000008ba0000,0x0000000008ca0000)]
0x0000000007c34000 JavaThread "Attach Listener" daemon [_thread_blocked, id=24160, stack(0x0000000008aa0000,0x0000000008ba0000)]
0x0000000007c30800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=23292, stack(0x00000000089a0000,0x0000000008aa0000)]
0x0000000007bfc000 JavaThread "Finalizer" daemon [_thread_blocked, id=21796, stack(0x00000000088a0000,0x00000000089a0000)]
0x0000000007bf3800 JavaThread "Reference Handler" daemon [_thread_blocked, id=23920, stack(0x00000000087a0000,0x00000000088a0000)]
=>0x0000000001fa3800 JavaThread "main" [_thread_in_native, id=24560, stack(0x0000000001cb0000,0x0000000001db0000)]
Other Threads:
0x0000000007bef000 VMThread [stack: 0x00000000086a0000,0x00000000087a0000] [id=18292]
0x0000000008fb8000 WatcherThread [stack: 0x00000000095a0000,0x00000000096a0000] [id=22440]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
PSYoungGen total 327168K, used 212489K [0x00000000eaa80000, 0x00000000ffe80000, 0x0000000100000000)
eden space 305664K, 65% used [0x00000000eaa80000,0x00000000f6cb41e8,0x00000000fd500000)
from space 21504K, 63% used [0x00000000fd500000,0x00000000fe24e5c0,0x00000000fea00000)
to space 20480K, 0% used [0x00000000fea80000,0x00000000fea80000,0x00000000ffe80000)
ParOldGen total 175104K, used 97555K [0x00000000c0000000, 0x00000000cab00000, 0x00000000eaa80000)
object space 175104K, 55% used [0x00000000c0000000,0x00000000c5f44ee0,0x00000000cab00000)
PSPermGen total 74240K, used 34772K [0x00000000bae00000, 0x00000000bf680000, 0x00000000c0000000)
object space 74240K, 46% used [0x00000000bae00000,0x00000000bcff5198,0x00000000bf680000)
Card table byte_map: [0x00000000050a0000,0x00000000052d0000] byte_map_base: 0x0000000004ac9000
Polling page: 0x0000000000340000
Code Cache [0x00000000020a0000, 0x0000000002920000, 0x00000000050a0000)
total_blobs=2918 nmethods=2057 adapters=821 free_code_cache=40572Kb largest_free_block=41439872
Compilation events (10 events):
Event: 176.589 Thread 0x0000000007cac000 2327 s java.util.Hashtable::get (70 bytes)
Event: 176.596 Thread 0x0000000007cac000 nmethod 2327 0x00000000028f7350 code [0x00000000028f74c0, 0x00000000028f7c38]
Event: 177.348 Thread 0x0000000007cc2800 2328 gnu.trove.impl.hash.TObjectHash::contains (14 bytes)
Event: 177.349 Thread 0x0000000007cc2800 nmethod 2328 0x00000000028f5550 code [0x00000000028f56a0, 0x00000000028f5728]
Event: 177.490 Thread 0x0000000007cc2800 2329 org.terasology.world.chunks.blockdata.TeraArray::getSizeXYZ (5 bytes)
Event: 177.491 Thread 0x0000000007cc2800 nmethod 2329 0x0000000002699c90 code [0x0000000002699dc0, 0x0000000002699e18]
Event: 177.641 Thread 0x0000000007cc2800 2331 org.terasology.world.chunks.localChunkProvider.LocalChunkProvider$ChunkTaskRelevanceComparator::compare (22 bytes)
Event: 177.641 Thread 0x0000000007cac000 2330 org.terasology.world.chunks.localChunkProvider.LocalChunkProvider$ChunkTaskRelevanceComparator::compare (13 bytes)
Event: 177.644 Thread 0x0000000007cc2800 nmethod 2331 0x0000000002867510 code [0x00000000028676a0, 0x00000000028678f8]
Event: 177.644 Thread 0x0000000007cac000 nmethod 2330 0x00000000024ca590 code [0x00000000024ca720, 0x00000000024caa78]
GC Heap History (10 events):
Event: 176.449 GC heap before
{Heap before GC invocations=82 (full 3):
PSYoungGen total 325120K, used 313078K [0x00000000eaa80000, 0x00000000fff80000, 0x0000000100000000)
eden space 302080K, 100% used [0x00000000eaa80000,0x00000000fd180000,0x00000000fd180000)
from space 23040K, 47% used [0x00000000fe800000,0x00000000ff2bdb20,0x00000000ffe80000)
to space 23040K, 0% used [0x00000000fd180000,0x00000000fd180000,0x00000000fe800000)
ParOldGen total 175104K, used 88889K [0x00000000c0000000, 0x00000000cab00000, 0x00000000eaa80000)
object space 175104K, 50% used [0x00000000c0000000,0x00000000c56ce740,0x00000000cab00000)
PSPermGen total 74240K, used 34764K [0x00000000bae00000, 0x00000000bf680000, 0x00000000c0000000)
object space 74240K, 46% used [0x00000000bae00000,0x00000000bcff3118,0x00000000bf680000)
Event: 176.461 GC heap after
Heap after GC invocations=82 (full 3):
PSYoungGen total 325120K, used 14623K [0x00000000eaa80000, 0x00000000ffe00000, 0x0000000100000000)
eden space 302080K, 0% used [0x00000000eaa80000,0x00000000eaa80000,0x00000000fd180000)
from space 23040K, 63% used [0x00000000fd180000,0x00000000fdfc7e10,0x00000000fe800000)
to space 22016K, 0% used [0x00000000fe880000,0x00000000fe880000,0x00000000ffe00000)
ParOldGen total 175104K, used 90762K [0x00000000c0000000, 0x00000000cab00000, 0x00000000eaa80000)
object space 175104K, 51% used [0x00000000c0000000,0x00000000c58a28e0,0x00000000cab00000)
PSPermGen total 74240K, used 34764K [0x00000000bae00000, 0x00000000bf680000, 0x00000000c0000000)
object space 74240K, 46% used [0x00000000bae00000,0x00000000bcff3118,0x00000000bf680000)
}
Event: 176.766 GC heap before
{Heap before GC invocations=83 (full 3):
PSYoungGen total 325120K, used 316703K [0x00000000eaa80000, 0x00000000ffe00000, 0x0000000100000000)
eden space 302080K, 100% used [0x00000000eaa80000,0x00000000fd180000,0x00000000fd180000)
from space 23040K, 63% used [0x00000000fd180000,0x00000000fdfc7e10,0x00000000fe800000)
to space 22016K, 0% used [0x00000000fe880000,0x00000000fe880000,0x00000000ffe00000)
ParOldGen total 175104K, used 90762K [0x00000000c0000000, 0x00000000cab00000, 0x00000000eaa80000)
object space 175104K, 51% used [0x00000000c0000000,0x00000000c58a28e0,0x00000000cab00000)
PSPermGen total 74240K, used 34764K [0x00000000bae00000, 0x00000000bf680000, 0x00000000c0000000)
object space 74240K, 46% used [0x00000000bae00000,0x00000000bcff3118,0x00000000bf680000)
Event: 176.780 GC heap after
Heap after GC invocations=83 (full 3):
PSYoungGen total 325632K, used 15071K [0x00000000eaa80000, 0x00000000fff00000, 0x0000000100000000)
eden space 303616K, 0% used [0x00000000eaa80000,0x00000000eaa80000,0x00000000fd300000)
from space 22016K, 68% used [0x00000000fe880000,0x00000000ff737e60,0x00000000ffe00000)
to space 22016K, 0% used [0x00000000fd300000,0x00000000fd300000,0x00000000fe880000)
ParOldGen total 175104K, used 92290K [0x00000000c0000000, 0x00000000cab00000, 0x00000000eaa80000)
object space 175104K, 52% used [0x00000000c0000000,0x00000000c5a20a40,0x00000000cab00000)
PSPermGen total 74240K, used 34764K [0x00000000bae00000, 0x00000000bf680000, 0x00000000c0000000)
object space 74240K, 46% used [0x00000000bae00000,0x00000000bcff3118,0x00000000bf680000)
}
Event: 177.087 GC heap before
{Heap before GC invocations=84 (full 3):
PSYoungGen total 325632K, used 318687K [0x00000000eaa80000, 0x00000000fff00000, 0x0000000100000000)
eden space 303616K, 100% used [0x00000000eaa80000,0x00000000fd300000,0x00000000fd300000)
from space 22016K, 68% used [0x00000000fe880000,0x00000000ff737e60,0x00000000ffe00000)
to space 22016K, 0% used [0x00000000fd300000,0x00000000fd300000,0x00000000fe880000)
ParOldGen total 175104K, used 92290K [0x00000000c0000000, 0x00000000cab00000, 0x00000000eaa80000)
object space 175104K, 52% used [0x00000000c0000000,0x00000000c5a20a40,0x00000000cab00000)
PSPermGen total 74240K, used 34764K [0x00000000bae00000, 0x00000000bf680000, 0x00000000c0000000)
object space 74240K, 46% used [0x00000000bae00000,0x00000000bcff3118,0x00000000bf680000)
Event: 177.098 GC heap after
Heap after GC invocations=84 (full 3):
PSYoungGen total 325632K, used 9697K [0x00000000eaa80000, 0x0000000100000000, 0x0000000100000000)
eden space 303616K, 0% used [0x00000000eaa80000,0x00000000eaa80000,0x00000000fd300000)
from space 22016K, 44% used [0x00000000fd300000,0x00000000fdc784b0,0x00000000fe880000)
to space 22016K, 0% used [0x00000000fea80000,0x00000000fea80000,0x0000000100000000)
ParOldGen total 175104K, used 94226K [0x00000000c0000000, 0x00000000cab00000, 0x00000000eaa80000)
object space 175104K, 53% used [0x00000000c0000000,0x00000000c5c04bf0,0x00000000cab00000)
PSPermGen total 74240K, used 34764K [0x00000000bae00000, 0x00000000bf680000, 0x00000000c0000000)
object space 74240K, 46% used [0x00000000bae00000,0x00000000bcff3118,0x00000000bf680000)
}
Event: 177.381 GC heap before
{Heap before GC invocations=85 (full 3):
PSYoungGen total 325632K, used 313267K [0x00000000eaa80000, 0x0000000100000000, 0x0000000100000000)
eden space 303616K, 99% used [0x00000000eaa80000,0x00000000fd2f48b0,0x00000000fd300000)
from space 22016K, 44% used [0x00000000fd300000,0x00000000fdc784b0,0x00000000fe880000)
to space 22016K, 0% used [0x00000000fea80000,0x00000000fea80000,0x0000000100000000)
ParOldGen total 175104K, used 94226K [0x00000000c0000000, 0x00000000cab00000, 0x00000000eaa80000)
object space 175104K, 53% used [0x00000000c0000000,0x00000000c5c04bf0,0x00000000cab00000)
PSPermGen total 74240K, used 34764K [0x00000000bae00000, 0x00000000bf680000, 0x00000000c0000000)
object space 74240K, 46% used [0x00000000bae00000,0x00000000bcff3338,0x00000000bf680000)
Event: 177.392 GC heap after
Heap after GC invocations=85 (full 3):
PSYoungGen total 326656K, used 14478K [0x00000000eaa80000, 0x00000000fff00000, 0x0000000100000000)
eden space 305664K, 0% used [0x00000000eaa80000,0x00000000eaa80000,0x00000000fd500000)
from space 20992K, 68% used [0x00000000fea80000,0x00000000ff8a3bb0,0x00000000fff00000)
to space 21504K, 0% used [0x00000000fd500000,0x00000000fd500000,0x00000000fea00000)
ParOldGen total 175104K, used 95643K [0x00000000c0000000, 0x00000000cab00000, 0x00000000eaa80000)
object space 175104K, 54% used [0x00000000c0000000,0x00000000c5d66d20,0x00000000cab00000)
PSPermGen total 74240K, used 34764K [0x00000000bae00000, 0x00000000bf680000, 0x00000000c0000000)
object space 74240K, 46% used [0x00000000bae00000,0x00000000bcff3338,0x00000000bf680000)
}
Event: 177.701 GC heap before
{Heap before GC invocations=86 (full 3):
PSYoungGen total 326656K, used 320142K [0x00000000eaa80000, 0x00000000fff00000, 0x0000000100000000)
eden space 305664K, 100% used [0x00000000eaa80000,0x00000000fd500000,0x00000000fd500000)
from space 20992K, 68% used [0x00000000fea80000,0x00000000ff8a3bb0,0x00000000fff00000)
to space 21504K, 0% used [0x00000000fd500000,0x00000000fd500000,0x00000000fea00000)
ParOldGen total 175104K, used 95643K [0x00000000c0000000, 0x00000000cab00000, 0x00000000eaa80000)
object space 175104K, 54% used [0x00000000c0000000,0x00000000c5d66d20,0x00000000cab00000)
PSPermGen total 74240K, used 34771K [0x00000000bae00000, 0x00000000bf680000, 0x00000000c0000000)
object space 74240K, 46% used [0x00000000bae00000,0x00000000bcff4f50,0x00000000bf680000)
Event: 177.713 GC heap after
Heap after GC invocations=86 (full 3):
PSYoungGen total 327168K, used 13625K [0x00000000eaa80000, 0x00000000ffe80000, 0x0000000100000000)
eden space 305664K, 0% used [0x00000000eaa80000,0x00000000eaa80000,0x00000000fd500000)
from space 21504K, 63% used [0x00000000fd500000,0x00000000fe24e5c0,0x00000000fea00000)
to space 20480K, 0% used [0x00000000fea80000,0x00000000fea80000,0x00000000ffe80000)
ParOldGen total 175104K, used 97555K [0x00000000c0000000, 0x00000000cab00000, 0x00000000eaa80000)
object space 175104K, 55% used [0x00000000c0000000,0x00000000c5f44ee0,0x00000000cab00000)
PSPermGen total 74240K, used 34771K [0x00000000bae00000, 0x00000000bf680000, 0x00000000c0000000)
object space 74240K, 46% used [0x00000000bae00000,0x00000000bcff4f50,0x00000000bf680000)
}
Deoptimization events (10 events):
Event: 170.185 Thread 0x0000000001fa3800 Uncommon trap: reason=unreached action=reinterpret pc=0x000000000272b96c method=java.util.concurrent.ConcurrentHashMap.keySet()Ljava/util/Set; @ 6
Event: 170.483 Thread 0x000000000ee9f800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000289886c method=org.terasology.core.world.generator.rasterizers.TreeRasterizer.generateChunk(Lorg/terasology/world/chunks/CoreChunk;Lorg/terasology/world/generation/Region;)V @ 176
Event: 170.524 Thread 0x000000000eea3000 Uncommon trap: reason=unreached action=reinterpret pc=0x00000000026c5254 method=com.google.common.collect.HashBiMap.inverse()Lcom/google/common/collect/BiMap; @ 4
Event: 170.530 Thread 0x000000000eea2000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000289886c method=org.terasology.core.world.generator.rasterizers.TreeRasterizer.generateChunk(Lorg/terasology/world/chunks/CoreChunk;Lorg/terasology/world/generation/Region;)V @ 176
Event: 170.531 Thread 0x000000000eea2000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000028b1554 method=org.terasology.core.world.generator.chunkGenerators.TreeGeneratorLSystem.recurse(Lorg/terasology/world/chunks/CoreChunk;Lorg/terasology/utilities/random/Random;IIIFLorg/tBhU
Event: 170.531 Thread 0x000000000eea2000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000028b1554 method=org.terasology.core.world.generator.chunkGenerators.TreeGeneratorLSystem.recurse(Lorg/terasology/world/chunks/CoreChunk;Lorg/terasology/utilities/random/Random;IIIFLorg/ty3i™
Event: 170.531 Thread 0x000000000eea2000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000028b1554 method=org.terasology.core.world.generator.chunkGenerators.TreeGeneratorLSystem.recurse(Lorg/terasology/world/chunks/CoreChunk;Lorg/terasology/utilities/random/Random;IIIFLorg/toovy\gro%×x.|
Event: 170.531 Thread 0x000000000eea2000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000028b1554 method=org.terasology.core.world.generator.chunkGenerators.TreeGeneratorLSystem.recurse(Lorg/terasology/world/chunks/CoreChunk;Lorg/terasology/utilities/random/Random;IIIFLorg/tJì—àYe@
Event: 170.809 Thread 0x000000000ee9f800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000289886c method=org.terasology.core.world.generator.rasterizers.TreeRasterizer.generateChunk(Lorg/terasology/world/chunks/CoreChunk;Lorg/terasology/world/generation/Region;)V @ 176
Event: 170.849 Thread 0x000000000eea2000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000289886c method=org.terasology.core.world.generator.rasterizers.TreeRasterizer.generateChunk(Lorg/terasology/world/chunks/CoreChunk;Lorg/terasology/world/generation/Region;)V @ 176
Internal exceptions (10 events):
Event: 177.640 Thread 0x000000000eea1800 Threw 0x00000000f984bb60 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jni.cpp:717
Event: 177.646 Thread 0x000000000eea2000 Threw 0x00000000ee68d470 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jni.cpp:717
Event: 177.669 Thread 0x000000000ee9f800 Threw 0x00000000fb1ebfb8 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jni.cpp:717
Event: 177.675 Thread 0x000000000eea2000 Threw 0x00000000fb5d6150 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jni.cpp:717
Event: 177.718 Thread 0x000000000ee9c000 Threw 0x00000000ead31008 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jni.cpp:717
Event: 177.758 Thread 0x000000000ee9e000 Threw 0x00000000edae1020 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jni.cpp:717
Event: 177.794 Thread 0x000000000ee9f000 Threw 0x00000000f00d53a0 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jni.cpp:717
Event: 177.809 Thread 0x000000000eea0800 Threw 0x00000000f1506e60 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jni.cpp:717
Event: 177.858 Thread 0x000000000eea3000 Threw 0x00000000f436e038 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jni.cpp:717
Event: 177.885 Thread 0x000000000eea1800 Threw 0x00000000f5bc1628 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jni.cpp:717
Events (10 events):
Event: 176.461 Executing VM operation: ParallelGCFailedAllocation done
Event: 176.596 Thread 0x0000000007cac000 flushing nmethod 0x0000000002699c90
Event: 176.750 Executing VM operation: ParallelGCFailedAllocation
Event: 176.780 Executing VM operation: ParallelGCFailedAllocation done
Event: 177.067 Executing VM operation: ParallelGCFailedAllocation
Event: 177.098 Executing VM operation: ParallelGCFailedAllocation done
Event: 177.376 Executing VM operation: ParallelGCFailedAllocation
Event: 177.392 Executing VM operation: ParallelGCFailedAllocation done
Event: 177.699 Executing VM operation: ParallelGCFailedAllocation
Event: 177.714 Executing VM operation: ParallelGCFailedAllocation done
Dynamic libraries:
0x00007ff7dc100000 - 0x00007ff7dc133000 C:\Program Files\Java\jdk1.7.0_67\bin\java.exe
0x00007ffda1290000 - 0x00007ffda143a000 C:\Windows\SYSTEM32\ntdll.dll
0x00007ffda0c10000 - 0x00007ffda0d4a000 C:\Windows\system32\KERNEL32.DLL
0x00007ffd9e820000 - 0x00007ffd9e92f000 C:\Windows\system32\KERNELBASE.dll
0x00007ffd9d230000 - 0x00007ffd9d2b8000 C:\Windows\system32\apphelp.dll
0x00007ffd98710000 - 0x00007ffd9875f000 C:\Windows\AppPatch\AppPatch64\AcGenral.DLL
0x00007ffda0920000 - 0x00007ffda09c7000 C:\Windows\system32\msvcrt.dll
0x00007ffd9e490000 - 0x00007ffd9e4bb000 C:\Windows\SYSTEM32\SspiCli.dll
0x00007ffd9f4a0000 - 0x00007ffd9f4f1000 C:\Windows\system32\SHLWAPI.dll
0x00007ffda0a90000 - 0x00007ffda0c01000 C:\Windows\system32\USER32.dll
0x00007ffd9edc0000 - 0x00007ffd9ef38000 C:\Windows\system32\ole32.dll
0x00007ffd9f500000 - 0x00007ffda091f000 C:\Windows\system32\SHELL32.dll
0x00007ffd9de50000 - 0x00007ffd9de6e000 C:\Windows\SYSTEM32\USERENV.dll
0x00007ffd9eb10000 - 0x00007ffd9ebb5000 C:\Windows\system32\ADVAPI32.dll
0x00007ffd92900000 - 0x00007ffd9291b000 C:\Windows\SYSTEM32\MPR.dll
0x00007ffd9ef40000 - 0x00007ffd9f077000 C:\Windows\system32\RPCRT4.dll
0x00007ffd9ed20000 - 0x00007ffd9ed77000 C:\Windows\SYSTEM32\sechost.dll
0x00007ffda1050000 - 0x00007ffda1226000 C:\Windows\SYSTEM32\combase.dll
0x00007ffd9ebc0000 - 0x00007ffd9ed04000 C:\Windows\system32\GDI32.dll
0x00007ffd9e5c0000 - 0x00007ffd9e5d4000 C:\Windows\SYSTEM32\profapi.dll
0x00007ffd9ccc0000 - 0x00007ffd9cd5f000 C:\Windows\SYSTEM32\SHCORE.dll
0x00007ffd9ed80000 - 0x00007ffd9edb4000 C:\Windows\system32\IMM32.DLL
0x00007ffd9f080000 - 0x00007ffd9f1b9000 C:\Windows\system32\MSCTF.dll
0x00007ffd9c2b0000 - 0x00007ffd9c50a000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9600.17031_none_6242a4b3ecbb55a1\COMCTL32.dll
0x00000000732d0000 - 0x00000000733a2000 C:\Program Files\Java\jdk1.7.0_67\jre\bin\msvcr100.dll
0x0000000072af0000 - 0x00000000732c2000 C:\Program Files\Java\jdk1.7.0_67\jre\bin\server\jvm.dll
0x00007ffd7e3f0000 - 0x00007ffd7e3f9000 C:\Windows\SYSTEM32\WSOCK32.dll
0x00007ffd92730000 - 0x00007ffd9274f000 C:\Windows\SYSTEM32\WINMM.dll
0x00007ffd9f2f0000 - 0x00007ffd9f2f7000 C:\Windows\system32\PSAPI.DLL
0x00007ffd9f270000 - 0x00007ffd9f2c8000 C:\Windows\system32\WS2_32.dll
0x00007ffd92700000 - 0x00007ffd9272a000 C:\Windows\SYSTEM32\WINMMBASE.dll
0x00007ffd9f1c0000 - 0x00007ffd9f1c9000 C:\Windows\system32\NSI.dll
0x00007ffd9e6d0000 - 0x00007ffd9e71a000 C:\Windows\SYSTEM32\cfgmgr32.dll
0x00007ffd9d490000 - 0x00007ffd9d4b6000 C:\Windows\SYSTEM32\DEVOBJ.dll
0x0000000072ae0000 - 0x0000000072aef000 C:\Program Files\Java\jdk1.7.0_67\jre\bin\verify.dll
0x0000000072ab0000 - 0x0000000072ad8000 C:\Program Files\Java\jdk1.7.0_67\jre\bin\java.dll
0x0000000072a70000 - 0x0000000072aa5000 C:\Program Files\Java\jdk1.7.0_67\jre\bin\jdwp.dll
0x0000000072a60000 - 0x0000000072a68000 C:\Program Files\Java\jdk1.7.0_67\jre\bin\npt.dll
0x0000000072a30000 - 0x0000000072a53000 C:\Program Files\Java\jdk1.7.0_67\jre\bin\instrument.dll
0x0000000072a10000 - 0x0000000072a25000 C:\Program Files\Java\jdk1.7.0_67\jre\bin\zip.dll
0x0000000072a00000 - 0x0000000072a09000 C:\Program Files\Java\jdk1.7.0_67\jre\bin\dt_socket.dll
0x00007ffd9dde0000 - 0x00007ffd9de38000 C:\Windows\system32\mswsock.dll
0x00000000729e0000 - 0x00000000729f9000 C:\Program Files\Java\jdk1.7.0_67\jre\bin\net.dll
0x00000000729c0000 - 0x00000000729d1000 C:\Program Files\Java\jdk1.7.0_67\jre\bin\nio.dll
0x00007ffd93e50000 - 0x00007ffd93e64000 C:\Windows\system32\napinsp.dll
0x00007ffd941c0000 - 0x00007ffd941d9000 C:\Windows\system32\pnrpnsp.dll
0x00007ffd9c090000 - 0x00007ffd9c0a9000 C:\Windows\system32\NLAapi.dll
0x00007ffd9dc60000 - 0x00007ffd9dd03000 C:\Windows\SYSTEM32\DNSAPI.dll
0x00007ffd94520000 - 0x00007ffd9452c000 C:\Windows\System32\winrnr.dll
0x0000000073d10000 - 0x0000000073d36000 C:\Program Files\Bonjour\mdnsNSP.dll
0x00007ffd9a540000 - 0x00007ffd9a569000 C:\Windows\SYSTEM32\Iphlpapi.DLL
0x00007ffd9a480000 - 0x00007ffd9a48a000 C:\Windows\SYSTEM32\WINNSI.DLL
0x00007ffd970d0000 - 0x00007ffd970d9000 C:\Windows\System32\rasadhlp.dll
0x00007ffd9a2c0000 - 0x00007ffd9a328000 C:\Windows\System32\fwpuclnt.dll
0x0000000180000000 - 0x0000000180051000 C:\Projects\Terasology\natives\windows\lwjgl64.dll
0x00007ffd8f8a0000 - 0x00007ffd8f9c1000 C:\Windows\SYSTEM32\OPENGL32.dll
0x00007ffd9c070000 - 0x00007ffd9c07a000 C:\Windows\SYSTEM32\VERSION.dll
0x00007ffd986e0000 - 0x00007ffd9870c000 C:\Windows\SYSTEM32\GLU32.dll
0x00007ffd8e910000 - 0x00007ffd8ea04000 C:\Windows\SYSTEM32\DDRAW.dll
0x00007ffd9c900000 - 0x00007ffd9c909000 C:\Windows\SYSTEM32\DCIMAN32.dll
0x0000000072820000 - 0x00000000729b5000 C:\Program Files\Java\jdk1.7.0_67\jre\bin\awt.dll
0x00007ffda09d0000 - 0x00007ffda0a87000 C:\Windows\system32\OLEAUT32.dll
0x00007ffd9df20000 - 0x00007ffd9df3e000 C:\Windows\SYSTEM32\CRYPTSP.dll
0x00007ffd9d9c0000 - 0x00007ffd9d9f5000 C:\Windows\system32\rsaenh.dll
0x00007ffd9e130000 - 0x00007ffd9e156000 C:\Windows\SYSTEM32\bcrypt.dll
0x00007ffd9e4c0000 - 0x00007ffd9e520000 C:\Windows\system32\bcryptprimitives.dll
0x00007ffd9e600000 - 0x00007ffd9e60a000 C:\Windows\SYSTEM32\CRYPTBASE.dll
0x00007ffd9a110000 - 0x00007ffd9a124000 C:\Windows\SYSTEM32\dhcpcsvc6.DLL
0x00007ffd9a050000 - 0x00007ffd9a069000 C:\Windows\SYSTEM32\dhcpcsvc.DLL
0x00007ffd9ca70000 - 0x00007ffd9ca90000 C:\Windows\system32\DWMAPI.DLL
0x00007ffd9d350000 - 0x00007ffd9d471000 C:\Windows\system32\uxtheme.dll
0x00007ffd99b20000 - 0x00007ffd99b38000 C:\Windows\SYSTEM32\atig6pxx.dll
0x0000000070e70000 - 0x0000000072811000 C:\Windows\SYSTEM32\atio6axx.dll
0x00007ffda0e70000 - 0x00007ffda1044000 C:\Windows\system32\SETUPAPI.dll
0x00007ffd9b570000 - 0x00007ffd9b698000 C:\Windows\SYSTEM32\atiadlxx.dll
0x00007ffd9a5c0000 - 0x00007ffd9a725000 C:\Windows\SYSTEM32\PROPSYS.dll
0x00007ffd9cca0000 - 0x00007ffd9ccb1000 C:\Windows\SYSTEM32\WTSAPI32.dll
0x00007ffd9e7d0000 - 0x00007ffd9e81c000 C:\Windows\system32\WINTRUST.dll
0x00007ffd9e930000 - 0x00007ffd9eb07000 C:\Windows\system32\CRYPT32.dll
0x00007ffd9e6b0000 - 0x00007ffd9e6c2000 C:\Windows\system32\MSASN1.dll
0x00007ffd9b280000 - 0x00007ffd9b3c4000 C:\Windows\SYSTEM32\aticfx64.dll
0x00007ffd98d90000 - 0x00007ffd98dae000 C:\Windows\SYSTEM32\atig6txx.dll
0x00007ffd9d480000 - 0x00007ffd9d48a000 C:\Windows\SYSTEM32\kernel.appcore.dll
0x00007ffd8fae0000 - 0x00007ffd8fb6d000 C:\Windows\SYSTEM32\mscms.dll
0x00007ffd92050000 - 0x00007ffd92091000 C:\Windows\SYSTEM32\icm32.dll
0x000000000b5c0000 - 0x000000000b624000 C:\Projects\Terasology\natives\windows\OpenAL64.dll
0x00007ffda0db0000 - 0x00007ffda0e54000 C:\Windows\SYSTEM32\clbcatq.dll
0x00007ffd9bc70000 - 0x00007ffd9bcd2000 C:\Windows\System32\MMDevApi.dll
0x00007ffd8e880000 - 0x00007ffd8e907000 C:\Windows\SYSTEM32\dsound.dll
0x00007ffd9e1a0000 - 0x00007ffd9e1e5000 C:\Windows\SYSTEM32\POWRPROF.dll
0x00007ffd8d520000 - 0x00007ffd8d596000 C:\Windows\SYSTEM32\AUDIOSES.DLL
0x00007ffd7bd40000 - 0x00007ffd7bec8000 C:\Windows\SYSTEM32\dbghelp.dll
VM Arguments:
jvm_args: -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:36129,suspend=y,server=n -Xms256m -Xmx1024m -javaagent:C:\Users\Josh\.IdeaIC13\system\groovyHotSwap\gragent.jar -Dfile.encoding=UTF-8
java_command: org.terasology.engine.Terasology -homedir -noCrashReport
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\;C:\Program Files\TortoiseGit\bin;C:\Program Files (x86)\Git\cmd
USERNAME=Josh
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 10, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 8.1 , 64 bit Build 9600
CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, tsc
Memory: 4k page, physical 6026356k(2284208k free), swap 7581536k(2700688k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (24.65-b04) for windows-amd64 JRE (1.7.0_67-b01), built on Jul 25 2014 08:55:00 by "java_re" with unknown MS VC++:1600
time: Fri Oct 10 11:08:22 2014
elapsed time: 177 seconds
"C:\Program Files\Java\jdk1.7.0_67\bin\java" -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:36129,suspend=y,server=n -Xms256m -Xmx1024m -javaagent:C:\Users\Josh\.IdeaIC13\system\groovyHotSwap\gragent.jar -Dfile.encoding=UTF-8 -classpath "C:\Program Files\Java\jdk1.7.0_67\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\jce.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\jfxrt.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\resources.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\rt.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\ext\zipfs.jar;C:\Projects\Terasology\facades\PC\build\classes;C:\Projects\Terasology\engine\build\classes;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\org.terasology\gestalt-module\1.2.3-SNAPSHOT\d954281e64dab666119f2638a5c2989abca697e8\gestalt-module-1.2.3-SNAPSHOT.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\org.eaxy\eaxy\0.1\ff4b117aead7271bdaba3a07e4aafeecd181a42e\eaxy-0.1.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\org.slf4j\slf4j-api\1.7.7\2b8019b6249bb05d81d3a3094e468753e2b21311\slf4j-api-1.7.7.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\com.google.guava\guava\17.0\9c6ef172e8de35fd8d4d8783e4821e57cdef7445\guava-17.0.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\com.google.code.gson\gson\2.2.4\a60a5e993c98c864010053cb901b7eab25306568\gson-2.2.4.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\com.google.protobuf\protobuf-java\2.5.0\a10732c76bfacdbd633a7eb0f7968b1059a65dfa\protobuf-java-2.5.0.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\net.sf.trove4j\trove4j\3.0.3\42ccaf4761f0dfdfa805c9e340d99a755907e2dd\trove4j-3.0.3.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\com.projectdarkstar.ext.jorbis\jorbis\0.0.17\b9e006d604d268a3e1cb1b4dd3e91c1434837fde\jorbis-0.0.17.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl\2.9.1\f58c5aabcef0e41718a564be9f8e412fff8db847\lwjgl-2.9.1.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl_util\2.9.1\290d7ba8a1bd9566f5ddf16ad06f09af5ec9b20e\lwjgl_util-2.9.1.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\io.netty\netty\3.6.5.Final\c3385a7138f5a3e91439e358547febc5028a4589\netty-3.6.5.Final.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\org.reflections\reflections\0.9.9-RC1\b78b545f452a6b7d4fab2641dd0b0147a0f4fd5e\reflections-0.9.9-RC1.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\java3d\vecmath\1.3.1\a0ae4f51da409fa0c20fa0ca59e6bbc9413ae71d\vecmath-1.3.1.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\net.java.dev.jna\jna\3.5.2\f1bf9fe267e17c1a8f7d1aa2c985e7fe81a06da6\jna-3.5.2.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\net.java.dev.jna\platform\3.5.2\beac07d13858ef3697ceeab43897d70aeb5113c9\platform-3.5.2.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\org.newdawn.slick\slick\237\d59834341d858e866ba52e11ac1d18db5be940d0\slick-237.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\org.terasology.bullet\tera-bullet\1.0.3\1ed5aef4de1217ccded5ff4b47d0b519b97a00c9\tera-bullet-1.0.3.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\com.esotericsoftware.reflectasm\reflectasm\1.09\6733a005d2fca661cb1bd6c4ffd48c778253ea6b\reflectasm-1.09.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\ec.util\MersenneTwister\20\9998e5d452a20402ee6161a5da01dc06b1b5e385\MersenneTwister-20.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\org.abego.treelayout\org.abego.treelayout.core\1.0.1\e31e79cba7a5414cf18fa69f3f0a2cf9ee997b61\org.abego.treelayout.core-1.0.1.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\com.miglayout\miglayout-core\4.2\70f2bfa2a077ee1632cc8229deffa1d942825c78\miglayout-core-4.2.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\org.terasology\CrashReporter\1.2.2\8e8a81ad4f7c9fedef8cff49faf916d0d88242fd\CrashReporter-1.2.2.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\net.java.jutils\jutils\1.0.0\e12fe1fda814bd348c1579329c86943d2cd3c6a6\jutils-1.0.0.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput\2.0.5\39c7796b469a600f72380316f6b1f11db6c2c7c4\jinput-2.0.5.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\org.javassist\javassist\3.16.1-GA\315891b371395271977af518d4db5cee1a0bc9bf\javassist-3.16.1-GA.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\xml-apis\xml-apis\1.0.b2\3136ca936f64c9d68529f048c2618bd356bf85c9\xml-apis-1.0.b2.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\dom4j\dom4j\1.6.1\5d3ccc056b6f056dbf0dddfdf43894b9065a8f94\dom4j-1.6.1.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\com.jcraft\jogg\0.0.7\8d79e2bf312278ed077054d620631755851b8a8\jogg-0.0.7.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm\4.0\659add6efc75a4715d738e73f07505246edf4d66\asm-4.0.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\brianbb\jpastebin\1.0.0\ac46e2e742229afd6691989d905d650fba71bb0\jpastebin-1.0.0.jar;C:\Projects\Terasology\engine\libs\tera-ovr.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\ch.qos.logback\logback-classic\1.1.2\b316e9737eea25e9ddd6d88eaeee76878045c6b2\logback-classic-1.1.2.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\org.slf4j\jul-to-slf4j\1.7.7\def21bc1a6e648ee40b41a84f1db443132913105\jul-to-slf4j-1.7.7.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\org.codehaus.groovy\groovy\2.3.6\58479615c4a53124169506b0275de5cf366b0f35\groovy-2.3.6.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\ch.qos.logback\logback-core\1.1.2\2d23694879c2c12f125dac5076bdfd5d771cc4cb\logback-core-1.1.2.jar;C:\Program Files (x86)\JetBrains\IntelliJ IDEA Community Edition 13.1.4\lib\idea_rt.jar" org.terasology.engine.Terasology -homedir -noCrashReport
Connected to the target VM, address: '127.0.0.1:36129', transport: 'socket'
codeLocation: C:\Projects\Terasology\engine\build\classes
installPath was null, running from IDE or headless server? Setting to: C:\Projects\Terasology
Found the natives dir: C:\Projects\Terasology\natives
11:05:27,639 |-INFO in ch.qos.logback.classic.gaffer.ConfigurationDelegate@3ea20bc2 - Added status listener of type [ch.qos.logback.core.status.OnConsoleStatusListener]
11:05:27,733 |-INFO in ch.qos.logback.classic.gaffer.ConfigurationDelegate@3ea20bc2 - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
11:05:27,734 |-INFO in ch.qos.logback.classic.gaffer.ConfigurationDelegate@3ea20bc2 - Naming appender as [FILE]
11:05:28,716 |-INFO in ch.qos.logback.core.FileAppender[FILE] - File property is set to [logs\Terasology.log]
11:05:28,731 |-INFO in ch.qos.logback.classic.gaffer.ConfigurationDelegate@3ea20bc2 - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
11:05:28,735 |-INFO in ch.qos.logback.classic.gaffer.ConfigurationDelegate@3ea20bc2 - Naming appender as [CONSOLE]
11:05:28,754 |-INFO in ch.qos.logback.classic.gaffer.ConfigurationDelegate@3ea20bc2 - Setting level of logger [ROOT] to DEBUG
11:05:28,776 |-INFO in ch.qos.logback.classic.gaffer.ConfigurationDelegate@3ea20bc2 - Attaching appender named [CONSOLE] to Logger[ROOT]
11:05:28,781 |-INFO in ch.qos.logback.classic.gaffer.ConfigurationDelegate@3ea20bc2 - Attaching appender named [FILE] to Logger[ROOT]
11:05:28,784 |-INFO in ch.qos.logback.classic.gaffer.ConfigurationDelegate@3ea20bc2 - Setting level of logger [org.terasology] to INFO
11:05:28,785 |-INFO in ch.qos.logback.classic.gaffer.ConfigurationDelegate@3ea20bc2 - Setting level of logger [org.reflections.Reflections] to WARN
11:05:28.883 [main] INFO o.terasology.engine.TerasologyEngine - Initializing Terasology...
11:05:28.892 [main] INFO o.terasology.engine.TerasologyEngine - [buildNumber=, buildId=, buildTag=, buildUrl=, gitBranch=, gitCommit=, dateTime=, displayVersion=, engineVersion=]
11:05:28.893 [main] INFO o.terasology.engine.TerasologyEngine - Home path:
11:05:28.896 [main] INFO o.terasology.engine.TerasologyEngine - Install path: C:\Projects\Terasology
11:05:28.896 [main] INFO o.terasology.engine.TerasologyEngine - Java: 1.7.0_67 in C:\Program Files\Java\jdk1.7.0_67\jre
11:05:28.896 [main] INFO o.terasology.engine.TerasologyEngine - Java VM: Java HotSpot(TM) 64-Bit Server VM, version: 24.65-b04
11:05:28.896 [main] INFO o.terasology.engine.TerasologyEngine - OS: Windows 8.1, arch: amd64, version: 6.3
11:05:28.896 [main] INFO o.terasology.engine.TerasologyEngine - Max. Memory: 910 MB
11:05:28.896 [main] INFO o.terasology.engine.TerasologyEngine - Processors: 2
11:05:28.900 [main] INFO org.terasology.config.Config - Reading config file config.cfg
11:05:29.417 [main] INFO o.terasology.engine.TerasologyEngine - Video Settings: {"pixelFormat":24,"windowPosX":265,"windowPosY":151,"windowWidth":1152,"windowHeight":720,"fullscreen":false,"viewDistance":"near","flickeringLight":false,"animateGrass":true,"animateWater":false,"fieldOfView":90.0,"cameraBobbing":true,"renderPlacingBox":true,"blurIntensity":2,"reflectiveWater":false,"vignette":false,"motionBlur":false,"ssao":false,"filmGrain":false,"outline":true,"lightShafts":false,"eyeAdaptation":false,"bloom":false,"dynamicShadows":true,"oculusVrSupport":false,"maxTextureAtlasResolution":4096,"maxChunksUsedForShadowMapping":1024,"shadowMapResolution":1024,"normalMapping":false,"parallaxMapping":false,"dynamicShadowsPcfFiltering":false,"cloudShadows":false,"renderNearest":true,"particleEffectLimit":10,"frameLimit":30,"meshLimit":400,"inscattering":true,"localReflections":false,"vSync":false,"clampLighting":false,"fboScale":100,"cameraSettings":{"cameraSetting":"normal"},"debug":{"enabled":false,"stage":"opaque_color","firstPersonElementsHidden":false,"hudHidden":false,"wireframe":false,"renderChunkBoundingBoxes":false,"renderSkeletons":false}}
11:05:29.443 [main] WARN org.terasology.utilities.LWJGLHelper - Could not load optional TeraOVR native libraries - Oculus support disabled
11:05:29.543 [main] INFO o.t.module.ModulePathScanner - Discovered module: AlterationEffects-0.1.0
11:05:29.546 [main] INFO o.t.module.ModulePathScanner - Discovered module: AnotherWorld-0.1.0
11:05:29.551 [main] INFO o.t.module.ModulePathScanner - Discovered module: BlockNetwork-0.1.0
11:05:29.587 [main] WARN o.t.module.ModulePathScanner - Not a module: modules\BlockPicker
11:05:29.588 [main] WARN o.t.module.ModulePathScanner - Not a module: modules\Caves
11:05:29.590 [main] INFO o.t.module.ModulePathScanner - Discovered module: Cities-0.4.0
11:05:29.592 [main] INFO o.t.module.ModulePathScanner - Discovered module: CommonWorld-0.1.1
11:05:29.594 [main] INFO o.t.module.ModulePathScanner - Discovered module: Core-0.1.0
11:05:29.595 [main] INFO o.t.module.ModulePathScanner - Discovered module: Crops-0.2.0
11:05:29.597 [main] INFO o.t.module.ModulePathScanner - Discovered module: CustomOreGen-0.1.0
11:05:29.599 [main] WARN o.t.module.ModulePathScanner - Not a module: modules\DriftingInSpace
11:05:29.601 [main] INFO o.t.module.ModulePathScanner - Discovered module: Fences-0.1.0
11:05:29.603 [main] INFO o.t.module.ModulePathScanner - Discovered module: Fluid-0.1.0
11:05:29.606 [main] INFO o.t.module.ModulePathScanner - Discovered module: Genome-0.1.0
11:05:29.608 [main] INFO o.t.module.ModulePathScanner - Discovered module: GrowingFlora-0.1.0
11:05:29.610 [main] INFO o.t.module.ModulePathScanner - Discovered module: Hunger-0.1.0
11:05:29.612 [main] INFO o.t.module.ModulePathScanner - Discovered module: Journal-0.1.0
11:05:29.616 [main] INFO o.t.module.ModulePathScanner - Discovered module: LightAndShadow-0.1.0
11:05:29.618 [main] INFO o.t.module.ModulePathScanner - Discovered module: LightAndShadowResources-0.1.0
11:05:29.621 [main] INFO o.t.module.ModulePathScanner - Discovered module: Machines-0.1.0
11:05:29.623 [main] INFO o.t.module.ModulePathScanner - Discovered module: MultiBlock-0.1.0
11:05:29.629 [main] INFO o.t.module.ModulePathScanner - Discovered module: NameGenerator-0.3.0
11:05:29.633 [main] INFO o.t.module.ModulePathScanner - Discovered module: OreGeneration-0.1.0
11:05:29.635 [main] INFO o.t.module.ModulePathScanner - Discovered module: Pathfinding-0.1.0
11:05:29.638 [main] INFO o.t.module.ModulePathScanner - Discovered module: PlantPack-0.1.0
11:05:29.639 [main] INFO o.t.module.ModulePathScanner - Discovered module: StructuralResources-0.2.0
11:05:29.643 [main] INFO o.t.module.ModulePathScanner - Discovered module: TerraTech-0.1.0
11:05:29.650 [main] INFO o.t.module.ModulePathScanner - Discovered module: WoodAndStone-0.1.0
11:05:29.652 [main] INFO o.t.module.ModulePathScanner - Discovered module: Workstation-0.1.0
11:05:31.203 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:32.098 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\CommonWorld\build\classes
11:05:32.132 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:32.137 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fences\build\classes
11:05:32.145 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:32.159 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:05:32.221 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\AnotherWorld\build\classes
11:05:32.293 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\GrowingFlora\build\classes
11:05:32.359 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\PlantPack\build\classes
11:05:32.426 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:32.486 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\BlockNetwork\build\classes
11:05:32.495 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:32.504 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Journal\build\classes
11:05:32.526 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:32.527 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fluid\build\classes
11:05:32.541 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:32.542 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:05:32.542 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\AnotherWorld\build\classes
11:05:32.542 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:32.551 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\CustomOreGen\build\classes
11:05:32.574 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\OreGeneration\build\classes
11:05:32.601 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:32.603 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\CustomOreGen\build\classes
11:05:32.604 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:32.605 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:32.615 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:05:32.615 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\AlterationEffects\build\classes
11:05:32.642 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\AnotherWorld\build\classes
11:05:32.643 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\GrowingFlora\build\classes
11:05:32.644 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\PlantPack\build\classes
11:05:32.644 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\MultiBlock\build\classes
11:05:32.677 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Journal\build\classes
11:05:32.677 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fences\build\classes
11:05:32.677 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fluid\build\classes
11:05:32.678 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Workstation\build\classes
11:05:32.721 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Hunger\build\classes
11:05:32.733 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Genome\build\classes
11:05:32.754 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\NameGenerator\build\classes
11:05:32.781 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\WoodAndStone\build\classes
11:05:33.001 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:33.064 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fluid\build\classes
11:05:33.064 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Workstation\build\classes
11:05:33.064 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\BlockNetwork\build\classes
11:05:33.064 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Machines\build\classes
11:05:33.161 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Journal\build\classes
11:05:33.162 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:05:33.162 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\CustomOreGen\build\classes
11:05:33.162 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\OreGeneration\build\classes
11:05:33.162 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\TerraTech\build\classes
11:05:33.234 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:33.266 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:05:33.267 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\AnotherWorld\build\classes
11:05:33.267 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Genome\build\classes
11:05:33.267 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:33.274 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:05:33.274 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\AlterationEffects\build\classes
11:05:33.275 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:33.284 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:05:33.285 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Pathfinding\build\classes
11:05:33.349 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\NameGenerator\build\classes
11:05:33.350 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fences\build\classes
11:05:33.350 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\CommonWorld\build\classes
11:05:33.350 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Cities\build\classes
11:05:33.405 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\LightAndShadow\build\classes
11:05:33.420 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:33.468 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fluid\build\classes
11:05:33.468 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Workstation\build\classes
11:05:33.469 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\BlockNetwork\build\classes
11:05:33.469 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Machines\build\classes
11:05:33.469 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:33.470 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fluid\build\classes
11:05:33.470 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Workstation\build\classes
11:05:33.470 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:33.472 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:05:33.473 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Pathfinding\build\classes
11:05:33.479 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:33.502 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Hunger\build\classes
11:05:33.503 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:33.504 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:05:33.505 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\NameGenerator\build\classes
11:05:33.505 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fences\build\classes
11:05:33.505 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\CommonWorld\build\classes
11:05:33.505 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Cities\build\classes
11:05:33.505 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:33.540 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\MultiBlock\build\classes
11:05:33.540 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:33.542 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:05:33.543 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:33.552 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:05:33.553 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\AnotherWorld\build\classes
11:05:33.553 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\GrowingFlora\build\classes
11:05:33.554 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:33.564 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\NameGenerator\build\classes
11:05:33.565 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:35.158 [main] INFO o.t.rendering.ShaderManagerLwjgl - Loading Terasology shader manager...
11:05:35.158 [main] INFO o.t.rendering.ShaderManagerLwjgl - LWJGL: 2.9.1 / windows
11:05:35.158 [main] INFO o.t.rendering.ShaderManagerLwjgl - GL_VENDOR: ATI Technologies Inc.
11:05:35.158 [main] INFO o.t.rendering.ShaderManagerLwjgl - GL_RENDERER: AMD Radeon HD 6670
11:05:35.158 [main] INFO o.t.rendering.ShaderManagerLwjgl - GL_VERSION: 4.3.12618 Compatibility Profile Context 13.251.9001.1001
11:05:35.158 [main] INFO o.t.rendering.ShaderManagerLwjgl - SHADING_LANGUAGE VERSION: 4.30
11:05:35.159 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_AMDX_debug_output GL_AMDX_vertex_shader_tessellator GL_AMD_conservative_depth GL_AMD_debug_output GL_AMD_depth_clamp_separate GL_AMD_draw_buffers_blend GL_AMD_multi_draw_indirect GL_AMD_name_gen_delete
11:05:35.159 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_AMD_performance_monitor GL_AMD_pinned_memory GL_AMD_query_buffer_object GL_AMD_sample_positions GL_AMD_seamless_cubemap_per_texture GL_AMD_shader_stencil_export GL_AMD_shader_trace GL_AMD_texture_cube_map_array
11:05:35.159 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_AMD_texture_texture4 GL_AMD_transform_feedback3_lines_triangles GL_AMD_vertex_shader_layer GL_AMD_vertex_shader_tessellator GL_AMD_vertex_shader_viewport_index GL_ARB_ES2_compatibility GL_ARB_ES3_compatibility GL_ARB_arrays_of_arrays
11:05:35.159 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_base_instance GL_ARB_blend_func_extended GL_ARB_clear_buffer_object GL_ARB_color_buffer_float GL_ARB_compatibility GL_ARB_compressed_texture_pixel_storage GL_ARB_compute_shader GL_ARB_conservative_depth
11:05:35.159 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_copy_buffer GL_ARB_copy_image GL_ARB_debug_output GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_draw_buffers GL_ARB_draw_buffers_blend
11:05:35.159 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_draw_elements_base_vertex GL_ARB_draw_indirect GL_ARB_draw_instanced GL_ARB_explicit_attrib_location GL_ARB_explicit_uniform_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_layer_viewport GL_ARB_fragment_program
11:05:35.159 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_framebuffer_no_attachments GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_geometry_shader4 GL_ARB_get_program_binary GL_ARB_gpu_shader5
11:05:35.159 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_gpu_shader_fp64 GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_internalformat_query2 GL_ARB_invalidate_subdata
11:05:35.159 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_map_buffer_alignment GL_ARB_map_buffer_range GL_ARB_multi_draw_indirect GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_occlusion_query2 GL_ARB_pixel_buffer_object
11:05:35.159 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_program_interface_query GL_ARB_provoking_vertex GL_ARB_query_buffer_object GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map
11:05:35.159 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_seamless_cubemap_per_texture GL_ARB_separate_shader_objects GL_ARB_shader_atomic_counters GL_ARB_shader_bit_encoding GL_ARB_shader_image_load_store GL_ARB_shader_image_size GL_ARB_shader_objects GL_ARB_shader_precision
11:05:35.159 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_shader_stencil_export GL_ARB_shader_storage_buffer_object GL_ARB_shader_subroutine GL_ARB_shader_texture_lod GL_ARB_shading_language_100 GL_ARB_shading_language_420pack GL_ARB_shading_language_packing GL_ARB_shadow
11:05:35.159 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_shadow_ambient GL_ARB_stencil_texturing GL_ARB_sync GL_ARB_tessellation_shader GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_buffer_range
11:05:35.164 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_texture_compression GL_ARB_texture_compression_bptc GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_cube_map_array GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar
11:05:35.164 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_texture_env_dot3 GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_mirrored_repeat GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_levels
11:05:35.164 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_snorm GL_ARB_texture_storage GL_ARB_texture_storage_multisample GL_ARB_texture_view
11:05:35.164 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_transform_feedback_instanced GL_ARB_transpose_matrix GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object
11:05:35.164 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_vertex_attrib_64bit GL_ARB_vertex_attrib_binding GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_vertex_type_10f_11f_11f_rev GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array
11:05:35.164 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_envmap_bumpmap GL_ATI_fragment_shader GL_ATI_separate_stencil GL_ATI_texture_compression_3dc GL_ATI_texture_env_combine3 GL_ATI_texture_float
11:05:35.164 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ATI_texture_mirror_once GL_EXT_abgr GL_EXT_bgra GL_EXT_bindable_uniform GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax
11:05:35.164 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_copy_buffer GL_EXT_copy_texture GL_EXT_direct_state_access GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_draw_range_elements
11:05:35.164 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4
11:05:35.164 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_EXT_histogram GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_provoking_vertex
11:05:35.165 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shader_image_load_store GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_EXT_subtexture GL_EXT_texgen_reflection
11:05:35.165 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_EXT_texture3D GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_bptc GL_EXT_texture_compression_latc GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map
11:05:35.165 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_EXT_texture_edge_clamp GL_EXT_texture_env_add GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_integer GL_EXT_texture_lod GL_EXT_texture_lod_bias
11:05:35.165 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_EXT_texture_sRGB_decode GL_EXT_texture_shared_exponent GL_EXT_texture_snorm GL_EXT_texture_storage
11:05:35.165 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_EXT_texture_swizzle GL_EXT_timer_query GL_EXT_transform_feedback GL_EXT_vertex_array GL_EXT_vertex_array_bgra GL_EXT_vertex_attrib_64bit GL_IBM_texture_mirrored_repeat GL_KHR_debug
11:05:35.165 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_KTX_buffer_region GL_NV_blend_square GL_NV_conditional_render GL_NV_copy_depth_to_color GL_NV_copy_image GL_NV_explicit_multisample GL_NV_float_buffer GL_NV_half_float
11:05:35.165 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_NV_primitive_restart GL_NV_texgen_reflection GL_NV_texture_barrier GL_SGIS_generate_mipmap GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_SUN_multi_draw_arrays GL_WIN_swap_hint
11:05:35.165 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: WGL_EXT_swap_control
11:05:39.003 [main] INFO o.t.audio.openAL.OpenALManager - Initializing OpenAL audio manager
11:05:39.071 [main] INFO o.t.audio.openAL.OpenALManager - OpenAL 1.1 ALSOFT 1.15.1 initialized!
11:05:39.071 [main] INFO o.t.audio.openAL.OpenALManager - Using OpenAL: OpenAL Soft by OpenAL Community
11:05:39.072 [main] INFO o.t.audio.openAL.OpenALManager - Using device: OpenAL Soft
11:05:39.072 [main] INFO o.t.audio.openAL.OpenALManager - Available AL extensions: AL_EXT_ALAW AL_EXT_DOUBLE AL_EXT_EXPONENT_DISTANCE AL_EXT_FLOAT32 AL_EXT_IMA4 AL_EXT_LINEAR_DISTANCE AL_EXT_MCFORMATS AL_EXT_MULAW AL_EXT_MULAW_MCFORMATS AL_EXT_OFFSET AL_EXT_source_distance_model AL_LOKI_quadriphonic AL_SOFT_buffer_samples AL_SOFT_buffer_sub_data AL_SOFTX_deferred_updates AL_SOFT_direct_channels AL_SOFT_loop_points AL_SOFT_source_latency
11:05:39.073 [main] INFO o.t.audio.openAL.OpenALManager - Available ALC extensions: ALC_ENUMERATE_ALL_EXT ALC_ENUMERATION_EXT ALC_EXT_CAPTURE ALC_EXT_DEDICATED ALC_EXT_disconnect ALC_EXT_EFX ALC_EXT_thread_local_context ALC_SOFT_loopback
11:05:39.073 [main] INFO o.t.audio.openAL.OpenALManager - Max mono sources: 255
11:05:39.073 [main] INFO o.t.audio.openAL.OpenALManager - Max stereo sources: 1
11:05:39.073 [main] INFO o.t.audio.openAL.OpenALManager - Mixer frequency: 44100
11:05:39.124 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\CommonWorld\build\classes
11:05:39.125 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:39.169 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fences\build\classes
11:05:39.169 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:39.171 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:05:39.172 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\AnotherWorld\build\classes
11:05:39.172 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\GrowingFlora\build\classes
11:05:39.172 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\PlantPack\build\classes
11:05:39.173 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:39.183 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\BlockNetwork\build\classes
11:05:39.184 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:39.186 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Journal\build\classes
11:05:39.186 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:39.199 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fluid\build\classes
11:05:39.199 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:39.202 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:05:39.202 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\AnotherWorld\build\classes
11:05:39.202 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:39.205 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\CustomOreGen\build\classes
11:05:39.205 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\OreGeneration\build\classes
11:05:39.205 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:39.212 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\CustomOreGen\build\classes
11:05:39.212 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:39.214 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:39.238 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:05:39.238 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\AlterationEffects\build\classes
11:05:39.239 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\AnotherWorld\build\classes
11:05:39.239 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\GrowingFlora\build\classes
11:05:39.239 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\PlantPack\build\classes
11:05:39.240 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\MultiBlock\build\classes
11:05:39.240 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Journal\build\classes
11:05:39.240 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fences\build\classes
11:05:39.241 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fluid\build\classes
11:05:39.241 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Workstation\build\classes
11:05:39.241 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Hunger\build\classes
11:05:39.241 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Genome\build\classes
11:05:39.241 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\NameGenerator\build\classes
11:05:39.241 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\WoodAndStone\build\classes
11:05:39.242 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:39.281 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fluid\build\classes
11:05:39.281 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Workstation\build\classes
11:05:39.281 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\BlockNetwork\build\classes
11:05:39.281 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Machines\build\classes
11:05:39.282 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Journal\build\classes
11:05:39.282 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:05:39.282 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\CustomOreGen\build\classes
11:05:39.283 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\OreGeneration\build\classes
11:05:39.283 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\TerraTech\build\classes
11:05:39.283 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:39.307 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:05:39.307 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\AnotherWorld\build\classes
11:05:39.307 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Genome\build\classes
11:05:39.307 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:39.310 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:05:39.311 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\AlterationEffects\build\classes
11:05:39.311 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:39.315 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:05:39.316 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Pathfinding\build\classes
11:05:39.316 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\NameGenerator\build\classes
11:05:39.316 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fences\build\classes
11:05:39.316 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\CommonWorld\build\classes
11:05:39.316 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Cities\build\classes
11:05:39.316 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\LightAndShadow\build\classes
11:05:39.317 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:39.323 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fluid\build\classes
11:05:39.324 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Workstation\build\classes
11:05:39.324 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\BlockNetwork\build\classes
11:05:39.324 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Machines\build\classes
11:05:39.324 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:39.327 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fluid\build\classes
11:05:39.327 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Workstation\build\classes
11:05:39.327 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:39.330 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:05:39.330 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Pathfinding\build\classes
11:05:39.330 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:39.334 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Hunger\build\classes
11:05:39.335 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:39.337 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:05:39.337 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\NameGenerator\build\classes
11:05:39.337 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fences\build\classes
11:05:39.337 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\CommonWorld\build\classes
11:05:39.338 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Cities\build\classes
11:05:39.338 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:39.340 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\MultiBlock\build\classes
11:05:39.340 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:39.342 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:05:39.342 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:39.345 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:05:39.345 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\AnotherWorld\build\classes
11:05:39.345 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\GrowingFlora\build\classes
11:05:39.345 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:39.348 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\NameGenerator\build\classes
11:05:39.348 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:05:39.431 [main] INFO o.terasology.engine.TerasologyEngine - Initialization completed in 10.56sec.
11:05:42.236 [main] WARN o.t.engine.internal.TimeBase - Delta too great (358389953), capping to 1000
11:07:10.853 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:07:10.854 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fluid\build\classes
11:07:10.854 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Workstation\build\classes
11:07:10.854 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\BlockNetwork\build\classes
11:07:10.854 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Machines\build\classes
11:07:10.854 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Journal\build\classes
11:07:10.855 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\CustomOreGen\build\classes
11:07:10.855 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\OreGeneration\build\classes
11:07:10.855 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\TerraTech\build\classes
11:07:10.855 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:07:12.738 [main] WARN o.t.engine.internal.TimeBase - Delta too great (1886), capping to 1000
11:07:14.838 [main] INFO o.t.w.block.loader.BlockSoundsLoader - Loading Block Sounds...
11:07:14.853 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds engine:default
11:07:14.853 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds Core:sand
11:07:14.853 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds Core:stone
11:07:14.853 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds Core:soil
11:07:14.853 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds Core:snow
11:07:14.853 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds Core:gravel
11:07:14.853 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds Core:wood
11:07:14.904 [main] INFO o.t.world.block.loader.BlockLoader - Loading Blocks...
11:07:15.139 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[engine:air]
11:07:15.140 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block engine:air with id 0
11:07:15.144 [main] WARN o.t.engine.internal.TimeBase - Delta too great (1712), capping to 1000
11:07:15.155 [main] INFO o.t.world.biomes.BiomeManager - Registering biome MOUNTAINS with short id 0.
11:07:15.155 [main] INFO o.t.world.biomes.BiomeManager - Registering biome SNOW with short id 1.
11:07:15.155 [main] INFO o.t.world.biomes.BiomeManager - Registering biome DESERT with short id 2.
11:07:15.156 [main] INFO o.t.world.biomes.BiomeManager - Registering biome FOREST with short id 3.
11:07:15.156 [main] INFO o.t.world.biomes.BiomeManager - Registering biome PLAINS with short id 4.
11:07:15.163 [main] INFO o.t.world.biomes.BiomeManager - Registering biome org.terasology.world.biomes.UnknownBiome@32220712 with short id 0.
11:07:15.168 [main] INFO o.t.world.biomes.BiomeManager - Registered new biome Core:mountains with id 1 that wasn't present in the save game.
11:07:15.168 [main] INFO o.t.world.biomes.BiomeManager - Registered new biome Core:desert with id 2 that wasn't present in the save game.
11:07:15.168 [main] INFO o.t.world.biomes.BiomeManager - Registered new biome Core:plains with id 3 that wasn't present in the save game.
11:07:15.168 [main] INFO o.t.world.biomes.BiomeManager - Registered new biome Core:snow with id 4 that wasn't present in the save game.
11:07:15.168 [main] INFO o.t.world.biomes.BiomeManager - Registered new biome Core:forest with id 5 that wasn't present in the save game.
11:07:17.213 [main] WARN o.t.engine.internal.TimeBase - Delta too great (2043), capping to 1000
11:07:18.430 [main] ERROR o.t.p.serializers.PrefabSerializer - Prefab contains unknown component 'Breather'
11:07:18.781 [main] ERROR o.t.p.serializers.PrefabSerializer - Prefab contains unknown component 'UnbreathableBlock'
11:07:18.819 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Plank:TerraTech:Axle]
11:07:18.819 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Plank:TerraTech:Axle.LEFT with id 1
11:07:18.819 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Plank:TerraTech:Axle.RIGHT with id 2
11:07:18.819 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Plank:TerraTech:Axle.FRONT with id 3
11:07:18.819 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Plank:TerraTech:Axle.BACK with id 4
11:07:18.928 [main] ERROR o.t.p.serializers.PrefabSerializer - Prefab contains unknown component 'UnbreathableBlock'
11:07:18.987 [main] ERROR o.t.p.serializers.PrefabSerializer - Prefab contains unknown component 'Miniaturizer'
11:07:18.994 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:DoorTop]
11:07:18.995 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorTop.LEFT with id 5
11:07:18.995 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorTop.RIGHT with id 6
11:07:18.995 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorTop.FRONT with id 7
11:07:18.995 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorTop.BACK with id 8
11:07:19.000 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:DoorBottom]
11:07:19.001 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorBottom.LEFT with id 9
11:07:19.001 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorBottom.RIGHT with id 10
11:07:19.001 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorBottom.FRONT with id 11
11:07:19.001 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorBottom.BACK with id 12
11:07:19.566 [main] INFO o.t.m.s.MechanicalPowerBlockNetworkImpl - Initialized Mechanical Power System
11:07:19.891 [main] INFO o.t.e.m.l.InitialiseWorld - World seed: "27mcIjsujHEONYyK0DLtEfegb6DAdTWx"
11:07:20.958 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:20.958 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:20.959 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:20.960 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:20.969 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:20.969 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.034 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.034 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.035 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.036 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.044 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.045 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.112 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:TallGrass1]
11:07:21.112 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:TallGrass1 with id 13
11:07:21.122 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Grass]
11:07:21.122 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Grass with id 14
11:07:21.123 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Snow]
11:07:21.124 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Snow with id 15
11:07:21.128 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:Sand]
11:07:21.129 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:Sand with id 16
11:07:21.131 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:GreenLeaf]
11:07:21.132 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:GreenLeaf with id 17
11:07:21.132 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:OakTrunk]
11:07:21.132 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:OakTrunk with id 18
11:07:21.134 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:DarkLeaf]
11:07:21.135 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:DarkLeaf with id 19
11:07:21.135 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:PineTrunk]
11:07:21.135 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:PineTrunk with id 20
11:07:21.136 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:BirkTrunk]
11:07:21.136 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:BirkTrunk with id 21
11:07:21.138 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:RedLeaf]
11:07:21.138 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:RedLeaf with id 22
11:07:21.141 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Cactus]
11:07:21.142 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Cactus with id 23
11:07:21.143 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:stone]
11:07:21.146 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:stone with id 24
11:07:21.147 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Water]
11:07:21.150 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Water with id 25
11:07:21.151 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:Ice]
11:07:21.152 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:Ice with id 26
11:07:21.154 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:Dirt]
11:07:21.155 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:Dirt with id 27
11:07:21.158 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.158 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.159 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.159 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.162 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.162 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.217 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 41, 0
11:07:21.217 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 42, 0
11:07:21.221 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.221 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.222 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.223 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.226 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.226 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.256 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.256 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.257 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.258 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.260 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.260 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.284 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.284 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.285 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.285 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.288 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.288 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.335 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.336 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.337 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.337 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.339 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.339 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.404 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.404 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.405 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.406 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.407 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.407 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.430 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.430 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.431 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.431 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.433 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.433 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.456 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.456 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.457 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.502 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.504 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.504 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.528 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.529 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.530 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.530 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.532 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.532 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.555 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.555 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.556 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.556 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.557 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.558 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.580 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.580 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.581 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.581 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.583 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.583 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.605 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.605 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.606 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.606 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.608 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.608 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.631 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.631 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.632 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.632 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.634 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.634 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.660 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.661 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.661 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.662 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.663 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.663 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.693 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.693 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.694 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.694 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.696 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.696 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.729 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.730 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.730 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.731 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.733 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.733 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.759 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.760 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.760 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.761 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.762 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.763 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.793 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.794 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.794 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.794 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.796 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.796 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.826 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.827 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.828 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.908 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.910 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.910 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.952 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.952 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.953 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.954 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.955 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.956 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.989 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.989 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.990 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.990 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.992 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:21.992 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.014 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.014 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.015 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.015 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.017 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.017 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.043 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.043 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.044 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.044 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.045 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.045 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.068 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.068 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.069 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.069 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.070 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.070 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.110 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.110 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.111 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.111 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.113 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.113 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.135 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.135 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.136 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.136 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.166 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.166 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.191 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.191 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.192 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.192 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.193 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.194 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.216 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.216 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.217 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.217 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.219 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.219 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.346 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.346 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.347 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.347 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.349 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.349 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.372 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.372 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.373 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.373 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.374 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.375 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.398 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.398 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.398 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.399 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.400 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.401 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.426 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.564 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.565 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.565 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.567 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.567 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.590 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.591 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.591 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.592 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.593 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.593 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.623 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.623 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.624 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.624 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.626 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.626 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.649 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.649 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.650 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.651 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.652 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.653 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.675 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.675 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.676 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.676 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.678 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.678 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.700 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.700 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.701 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.701 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.703 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.703 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.735 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.735 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.736 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.920 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.922 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.922 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.944 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.944 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.945 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.945 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.946 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.947 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.969 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.969 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.970 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.970 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.971 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:22.972 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.092 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.092 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.093 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.093 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.094 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.094 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.339 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.339 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.340 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.340 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.342 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.342 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.399 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.399 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.400 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.400 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.402 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.402 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.424 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.424 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.425 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.425 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.426 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.427 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.449 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.449 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.450 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.450 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.451 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.452 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.474 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.474 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.475 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.475 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.476 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.477 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.499 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.499 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.500 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.500 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.501 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.501 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.531 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.531 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.532 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.532 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.533 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.533 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.567 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.567 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.568 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.568 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.571 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.571 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.598 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.598 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.599 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.599 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.600 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.601 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.632 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.632 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.633 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.633 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.635 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.635 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.665 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.665 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.666 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.666 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.667 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.668 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.698 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.699 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.699 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.700 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.701 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.701 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.731 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.731 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.732 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.732 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.734 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.734 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.765 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.765 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.766 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.766 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.767 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.767 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.798 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.798 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.799 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.799 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.800 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.801 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.831 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.832 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.832 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.832 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.833 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.834 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.933 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.933 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.934 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.934 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.935 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.935 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.957 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.958 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.958 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.958 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.959 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.960 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.982 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.982 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.982 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.983 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.984 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:23.984 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.005 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.006 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.006 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.006 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.008 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.008 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.029 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.030 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.030 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.030 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.031 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.032 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.062 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.062 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.063 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.063 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.064 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.064 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.096 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.096 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.097 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.097 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.099 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.099 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.129 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.129 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.129 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.129 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.130 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.131 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.163 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.163 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.163 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.163 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.164 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.165 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.238 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.238 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.238 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.239 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.240 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.240 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.262 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.263 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.263 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.263 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.265 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.265 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.287 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.288 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.288 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.289 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.290 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.291 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.313 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.313 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.314 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.314 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.315 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.315 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.337 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.338 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.338 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.338 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.340 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.340 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.364 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.364 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.364 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.364 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.366 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.366 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.396 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.396 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.397 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.397 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.398 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.398 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.429 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.429 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.430 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.430 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.431 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.431 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.463 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.463 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.464 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.464 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.465 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.466 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.497 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.498 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.498 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.498 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.499 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.500 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.530 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.531 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.531 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.531 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.533 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.533 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.562 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.562 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.563 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.563 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.564 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.564 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.596 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.596 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.596 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.597 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.598 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.598 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.629 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.629 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.630 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.630 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.631 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.631 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.663 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.663 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.664 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.664 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.665 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.665 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.696 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.696 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.697 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.697 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.698 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.699 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.730 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.730 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.731 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.731 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.732 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.733 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.763 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.763 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.763 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.764 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.765 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.765 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.837 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.838 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.841 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.841 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.842 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.842 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.865 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.865 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.866 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.866 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.867 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.867 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.889 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.890 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.890 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.890 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.891 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.891 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.914 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.914 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.914 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.914 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.915 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.916 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.938 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.938 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.939 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.939 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.940 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.940 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.964 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.964 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.965 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.965 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.966 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.966 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:24.999 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.000 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.000 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.000 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.002 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.002 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.045 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.046 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.046 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.046 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.047 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.048 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.071 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.072 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.072 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.072 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.074 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.074 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.098 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.098 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.098 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.099 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.100 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.100 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.133 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.133 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.134 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.134 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.135 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.135 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.165 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.165 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.165 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.166 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.167 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.167 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.199 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.199 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.199 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.200 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.202 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.202 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.232 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.232 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.233 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.233 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.234 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.235 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.265 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.265 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.265 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.266 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.267 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.267 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.299 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.299 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.299 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.300 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.301 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.301 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.332 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.332 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.332 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.333 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.334 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.334 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.365 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.365 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.366 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.366 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.367 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.367 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.451 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.451 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.452 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.452 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.453 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.453 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.476 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.476 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.477 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.477 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.478 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.478 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.500 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.500 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.501 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.501 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.502 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.502 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.506 [Chunk-Generator-0] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:CopperOre]
11:07:25.507 [Chunk-Generator-0] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:CopperOre with id 28
11:07:25.523 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.524 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.524 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.524 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.525 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.525 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.547 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.547 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.548 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.548 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.549 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.549 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.580 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.580 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.580 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.581 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.582 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.582 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.613 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.613 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.613 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.613 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.614 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.615 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.648 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.648 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.649 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.649 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.652 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.652 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.679 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.679 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.680 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.680 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.681 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.681 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.713 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.714 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.714 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.714 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.716 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.716 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.753 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.754 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.754 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.754 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.755 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.755 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.779 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.779 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.779 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.779 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.780 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.781 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.813 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.814 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.814 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.909 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.910 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.910 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.932 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.932 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.933 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.933 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.934 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.934 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.956 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.957 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.957 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.957 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.958 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.958 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.980 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.981 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.981 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.981 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.982 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.982 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:25.988 [Chunk-Generator-0] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:IronOre]
11:07:25.988 [Chunk-Generator-0] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:IronOre with id 29
11:07:25.997 [Chunk-Generator-0] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:CoalOre]
11:07:25.998 [Chunk-Generator-0] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:CoalOre with id 30
11:07:26.002 [Chunk-Generator-6] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:IronOre]
11:07:26.003 [Chunk-Generator-6] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:IronOre with id 31
11:07:26.004 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.004 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.005 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.005 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.006 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.006 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.031 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.031 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.032 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.032 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.033 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.033 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.066 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.066 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.067 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.067 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.068 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.068 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.098 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.098 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.098 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.099 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.100 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.100 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.131 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.131 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.132 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.132 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.134 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.134 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.419 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.419 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.420 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.420 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.421 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.421 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.445 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.445 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.445 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.445 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.446 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.447 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.469 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.469 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.470 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.470 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.471 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.471 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.492 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.493 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.493 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.493 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.494 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.495 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.519 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.519 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.520 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.520 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.521 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.521 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.552 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.552 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.553 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.553 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.554 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.554 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.586 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.586 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.586 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.587 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.587 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.588 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.619 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.619 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.620 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.620 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.621 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.621 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.904 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.905 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.905 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.905 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.906 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.906 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.928 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.929 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.929 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.929 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.930 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.930 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.952 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.953 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.953 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.953 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.954 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.954 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.977 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.977 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.977 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.977 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.978 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:26.979 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.003 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.004 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.004 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.004 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.005 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.005 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.034 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.034 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.034 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.034 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.035 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.035 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.069 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.069 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.069 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.070 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.070 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.070 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.102 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.102 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.103 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.103 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.104 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.104 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.281 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.281 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.282 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.282 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.283 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.283 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.306 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.306 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.307 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.307 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.308 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.308 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.329 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.330 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.330 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.330 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.331 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.331 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.353 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.353 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.354 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.354 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.355 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.355 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.381 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.381 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.382 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.382 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.383 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.383 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.414 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.414 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.415 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.415 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.416 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.416 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.448 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.448 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.448 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.448 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.450 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.450 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.653 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.653 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.654 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.654 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.655 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.655 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.676 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.676 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.677 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.677 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.678 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.678 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.699 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.700 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.700 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.700 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.701 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.702 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.723 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.724 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.724 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.724 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.725 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.725 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.753 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.753 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.754 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.754 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.755 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.756 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.788 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.788 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.789 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.789 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.790 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.790 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.821 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.821 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.822 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.822 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.823 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:27.823 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.031 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.032 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.032 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.032 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.033 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.033 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.055 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.056 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.056 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.056 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.057 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.057 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.078 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.079 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.079 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.079 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.080 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.080 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.101 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.102 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.102 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.102 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.103 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.103 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.130 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.130 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.130 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.131 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.132 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.132 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.164 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.164 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.165 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.165 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.166 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.166 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.197 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.197 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.197 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.198 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.199 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.199 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.316 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.316 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.317 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.317 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.318 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.318 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:07:28.521 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Chest]
11:07:28.521 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Chest.LEFT with id 32
11:07:28.521 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Chest.RIGHT with id 33
11:07:28.522 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Chest.FRONT with id 34
11:07:28.522 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Chest.BACK with id 35
11:07:28.525 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:companion]
11:07:28.526 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:companion with id 36
11:07:28.535 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:brick:engine:stair]
11:07:28.535 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:brick:engine:stair.LEFT with id 37
11:07:28.535 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:brick:engine:stair.RIGHT with id 38
11:07:28.535 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:brick:engine:stair.FRONT with id 39
11:07:28.535 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:brick:engine:stair.BACK with id 40
11:07:28.536 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Tnt]
11:07:28.537 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Tnt with id 41
11:07:28.539 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:Brick]
11:07:28.540 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:Brick with id 42
11:07:28.542 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:Plank]
11:07:28.542 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:Plank with id 43
11:07:28.544 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Lava]
11:07:28.544 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Lava with id 44
11:07:28.545 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Iris]
11:07:28.545 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Iris with id 45
11:07:28.546 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Dandelion]
11:07:28.546 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Dandelion with id 46
11:07:28.547 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Tulip]
11:07:28.547 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Tulip with id 47
11:07:28.548 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:YellowFlower]
11:07:28.548 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:YellowFlower with id 48
11:07:28.550 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Torch]
11:07:28.551 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Torch.TOP with id 49
11:07:28.551 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Torch.LEFT with id 50
11:07:28.551 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Torch.RIGHT with id 51
11:07:28.551 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Torch.FRONT with id 52
11:07:28.551 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Torch.BACK with id 53
11:07:33.579 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:33.582 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:33.583 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:33.592 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:33.592 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:33.592 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:33.593 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:33.594 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:33.594 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:33.594 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.065 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:34.065 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:34.066 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.066 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:34.067 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:34.067 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:34.067 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.068 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.068 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.068 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.131 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:34.132 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:34.132 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.133 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:34.133 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:34.134 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:34.134 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.135 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.135 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.135 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.148 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:34.148 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:34.149 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.150 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:34.150 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:34.150 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:34.151 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.151 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.151 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.152 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.163 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:34.164 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:34.164 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.165 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:34.165 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:34.166 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:34.166 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.167 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.167 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.167 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.180 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:34.180 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:34.180 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.181 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:34.181 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:34.181 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:34.182 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.183 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.183 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.183 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.213 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:34.214 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:34.214 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.215 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:34.215 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:34.215 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:34.216 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.216 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.216 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.217 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.261 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:34.262 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:34.262 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.263 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:34.263 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:34.263 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:34.264 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.264 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.264 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.264 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.280 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:34.281 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:34.281 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.283 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:34.283 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:34.283 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:34.284 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.284 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.285 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.285 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.312 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:34.313 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:34.314 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.315 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:34.315 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:34.316 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:34.316 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.316 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.317 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.317 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.346 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:34.347 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:34.347 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.348 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:34.348 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:34.348 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:34.349 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.349 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.350 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.350 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.380 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:34.381 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:34.381 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.382 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:34.382 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:34.382 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:34.383 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.383 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.383 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.384 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.414 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:34.415 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:34.415 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.416 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:34.416 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:34.417 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:34.417 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.418 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.418 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.418 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.445 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:34.446 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:34.446 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.447 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:34.447 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:34.447 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:34.448 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.448 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.448 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.449 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.478 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:34.478 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:34.478 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.479 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:34.479 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:34.480 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:34.480 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.481 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.481 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.481 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.514 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:34.515 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:34.515 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.516 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:34.517 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:34.517 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:34.517 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.518 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.518 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.519 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.548 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:34.549 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:34.549 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.550 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:34.550 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:34.551 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:34.551 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.552 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.552 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.552 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.580 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:34.581 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:34.581 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.582 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:34.582 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:34.583 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:34.584 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.584 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.585 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.585 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.614 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:34.615 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:34.615 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.616 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:34.616 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:34.616 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:34.616 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.617 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.617 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.617 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.645 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:34.646 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:34.646 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.647 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:34.647 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:34.648 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:34.648 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.649 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.649 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.649 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.681 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:34.682 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:34.682 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.683 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:34.683 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:34.684 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:34.684 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.685 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.685 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.685 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.712 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:34.713 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:34.713 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.714 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:34.714 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:34.714 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:34.714 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.715 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.715 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.715 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.750 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:34.751 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:34.751 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.751 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:34.752 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:34.752 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:34.752 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.753 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.753 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.753 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.777 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:34.778 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:34.778 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.779 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:34.779 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:34.780 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:34.780 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.781 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.782 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.782 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.813 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:34.813 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:34.814 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.814 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:34.814 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:34.815 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:34.815 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.816 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.816 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.816 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.847 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:34.848 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:34.848 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.849 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:34.850 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:34.850 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:34.850 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.851 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.851 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.851 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.880 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:34.881 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:34.881 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.882 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:34.882 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:34.882 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:34.883 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.883 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.883 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.884 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.913 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:34.913 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:34.914 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.914 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:34.915 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:34.915 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:34.915 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.916 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.916 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.916 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.945 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:34.945 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:34.946 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.947 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:34.947 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:34.947 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:34.947 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.948 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.948 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.948 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.988 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:34.988 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:34.989 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.989 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:34.990 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:34.991 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:34.991 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:34.992 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.992 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:34.992 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.012 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:35.012 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:35.013 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.013 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:35.014 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:35.014 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:35.015 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.016 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.017 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.017 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.046 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:35.046 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:35.047 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.048 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:35.048 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:35.048 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:35.049 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.050 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.050 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.050 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.080 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:35.080 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:35.081 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.082 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:35.083 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:35.083 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:35.083 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.084 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.085 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.085 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.112 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:35.112 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:35.113 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.113 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:35.114 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:35.114 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:35.114 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.115 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.115 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.116 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.144 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:35.145 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:35.145 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.146 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:35.146 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:35.146 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:35.147 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.147 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.148 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.148 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.177 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:35.177 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:35.178 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.178 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:35.178 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:35.179 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:35.179 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.179 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.179 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.180 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.211 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:35.212 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:35.212 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.213 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:35.213 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:35.213 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:35.213 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.214 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.214 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.214 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.246 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:35.247 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:35.248 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.249 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:35.249 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:35.250 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:35.250 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.251 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.251 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.251 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.278 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:35.278 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:35.278 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.279 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:35.279 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:35.279 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:35.280 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.281 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.281 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.281 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.314 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:35.315 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:35.315 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.316 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:35.316 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:35.316 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:35.317 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.317 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.317 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.318 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.345 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:35.346 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:35.346 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.347 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:35.348 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:35.348 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:35.348 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.349 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.349 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.349 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.377 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:35.378 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:35.378 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.378 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:35.379 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:35.379 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:35.379 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.380 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.380 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.380 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.411 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:35.412 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:35.412 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.413 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:35.413 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:35.413 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:35.413 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.414 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.414 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.414 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.445 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:35.445 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:35.445 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.446 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:35.446 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:35.447 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:35.447 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.447 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.448 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.448 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.479 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:35.479 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:35.479 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.480 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:35.480 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:35.481 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:35.481 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.481 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.481 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.482 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.511 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:35.512 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:35.513 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.513 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:35.514 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:35.514 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:35.514 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.515 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.515 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.515 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.549 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:35.549 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:35.549 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.550 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:35.551 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:35.551 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:35.551 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.552 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.552 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.552 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.580 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:35.580 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:35.580 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.581 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:35.581 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:35.582 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:35.582 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.583 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.583 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.583 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.613 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:35.614 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:35.615 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.616 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:35.616 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:35.617 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:35.617 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.617 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.618 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.618 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.743 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:35.743 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:35.743 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.744 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:35.744 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:35.744 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:35.745 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.745 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.745 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.745 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.755 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:35.755 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:35.756 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.756 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:35.757 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:35.757 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:35.757 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.758 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.758 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.758 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.776 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:35.777 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:35.777 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.779 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:35.779 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:35.779 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:35.780 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.780 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.781 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.781 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.810 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:35.811 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:35.812 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.812 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:35.813 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:35.813 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:35.813 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.814 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.814 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.814 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.845 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:35.846 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:35.846 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.847 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:35.848 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:35.849 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:35.849 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.850 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.850 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.850 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.876 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:35.877 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:35.877 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.878 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:35.878 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:35.878 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:35.879 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.879 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.879 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.880 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.909 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:35.909 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:35.910 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.910 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:35.911 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:35.911 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:35.911 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.912 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.912 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.912 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.942 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:35.942 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:35.943 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.943 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:35.943 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:35.944 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:35.944 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.944 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.944 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.945 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.975 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:35.975 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:35.975 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.976 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:35.977 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:35.977 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:35.977 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:35.978 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.978 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:35.978 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.008 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:36.009 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:36.009 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.010 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:36.011 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:36.011 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:36.011 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.012 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.012 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.012 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.044 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:36.044 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:36.044 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.045 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:36.045 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:36.046 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:36.046 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.046 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.047 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.047 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.077 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:36.078 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:36.079 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.080 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:36.080 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:36.080 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:36.081 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.081 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.081 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.082 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.109 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:36.109 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:36.110 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.111 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:36.111 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:36.112 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:36.112 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.113 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.113 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.113 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.142 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:36.142 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:36.143 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.143 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:36.143 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:36.144 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:36.144 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.144 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.145 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.145 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.175 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:36.175 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:36.176 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.176 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:36.177 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:36.177 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:36.177 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.178 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.178 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.178 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.256 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:36.256 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:36.256 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.257 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:36.257 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:36.258 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:36.258 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.259 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.259 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.259 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.271 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:36.272 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:36.272 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.273 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:36.273 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:36.273 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:36.273 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.274 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.274 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.274 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.283 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:36.284 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:36.285 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.285 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:36.286 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:36.286 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:36.287 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.287 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.287 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.288 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.459 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:36.460 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:36.460 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.461 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:36.461 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:36.461 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:36.461 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.462 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.462 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.462 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.481 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:36.482 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:36.482 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.482 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:36.483 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:36.483 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:36.483 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.483 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.484 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.484 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.522 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:36.523 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:36.523 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.524 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:36.524 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:36.524 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:36.524 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.525 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.525 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.525 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.540 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:36.541 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:36.541 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.634 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:36.634 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:36.634 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:36.635 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.635 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.635 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.635 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.648 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:36.648 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:36.648 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.649 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:36.650 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:36.651 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:36.651 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.652 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.652 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.652 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.662 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:36.662 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:36.663 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.663 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:36.664 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:36.664 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:36.664 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.665 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.665 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.665 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.679 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:36.680 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:36.680 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.681 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:36.681 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:36.681 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:36.681 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.682 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.682 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.682 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.712 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:36.713 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:36.713 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.714 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:36.714 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:36.714 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:36.715 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.715 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.715 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.715 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.746 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:36.747 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:36.747 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.790 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:36.791 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:36.791 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:36.791 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.792 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.792 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.792 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.805 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:36.805 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:36.805 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.806 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:36.806 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:36.807 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:36.825 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.826 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.826 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.826 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.837 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:36.838 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:36.838 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.838 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:36.839 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:36.839 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:36.839 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.840 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.840 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.840 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.853 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:36.853 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:36.853 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.854 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:36.854 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:36.854 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:36.854 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.855 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.855 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.855 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.878 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:36.879 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:36.879 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.880 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:36.880 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:36.880 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:36.880 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:36.881 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:36.881 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:38.492 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:38.499 [main] WARN o.t.engine.internal.TimeBase - Delta too great (1641), capping to 1000
11:07:38.597 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:38.597 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:38.597 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:38.598 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:38.598 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:38.598 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:38.599 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:38.599 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:38.599 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:38.599 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:38.611 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:38.611 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:38.611 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:38.612 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:38.612 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:38.613 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:38.613 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:38.613 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:38.614 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:38.614 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:38.631 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:38.631 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:38.632 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:38.632 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:38.632 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:38.633 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:38.633 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:38.633 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:38.633 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:38.634 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:38.662 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:39.397 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:39.397 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:39.398 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:39.398 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:39.398 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:39.399 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:39.399 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:39.399 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:39.399 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:39.415 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:39.415 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:39.415 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:39.416 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:39.416 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:39.416 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:39.416 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:39.417 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:39.417 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:39.417 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:39.427 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:39.428 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:39.428 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:39.429 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:39.429 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:39.429 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:39.430 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:39.430 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:39.430 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:39.430 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:39.448 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:39.448 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:39.448 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:39.449 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:42.418 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:42.418 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:42.418 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:42.419 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:42.419 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:42.419 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:42.422 [main] WARN o.t.engine.internal.TimeBase - Delta too great (2989), capping to 1000
11:07:42.437 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:pickaxe'}
11:07:42.438 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:axe'}
11:07:42.438 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 92, netId = 0, prefab = 'engine:blockItemBase'}
11:07:42.439 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 93, netId = 0, prefab = 'Core:explodeTool'}
11:07:42.439 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 94, netId = 0, prefab = 'Core:railgunTool'}
11:07:42.439 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 95, netId = 0, prefab = 'Core:miniaturizer'}
11:07:42.439 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 55, netId = 0, prefab = 'engine:blockItemBase'}
11:07:42.440 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:42.440 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:42.440 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:07:42.446 [main] INFO o.t.n.internal.NetworkSystemImpl - Client disconnected: Player
11:07:42.458 [main] INFO o.t.l.console.internal.ConsoleImpl - [NOTIFICATION] Player "Player" has left the game
11:07:42.508 [main] INFO o.t.n.internal.NetworkSystemImpl - Network shutdown
11:07:43.720 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:07:46.071 [main] WARN o.t.engine.internal.TimeBase - Delta too great (3649), capping to 1000
11:08:09.911 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:08:09.911 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:08:12.167 [main] WARN o.t.engine.internal.TimeBase - Delta too great (2257), capping to 1000
11:08:12.781 [main] INFO o.t.w.block.loader.BlockSoundsLoader - Loading Block Sounds...
11:08:12.786 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds engine:default
11:08:12.786 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds Core:sand
11:08:12.786 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds Core:stone
11:08:12.786 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds Core:soil
11:08:12.786 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds Core:snow
11:08:12.786 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds Core:gravel
11:08:12.786 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds Core:wood
11:08:12.786 [main] INFO o.t.world.block.loader.BlockLoader - Loading Blocks...
11:08:12.844 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[engine:air]
11:08:12.844 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block engine:air with id 0
11:08:12.853 [main] INFO o.t.world.biomes.BiomeManager - Registering biome MOUNTAINS with short id 0.
11:08:12.853 [main] INFO o.t.world.biomes.BiomeManager - Registering biome SNOW with short id 1.
11:08:12.853 [main] INFO o.t.world.biomes.BiomeManager - Registering biome DESERT with short id 2.
11:08:12.853 [main] INFO o.t.world.biomes.BiomeManager - Registering biome FOREST with short id 3.
11:08:12.853 [main] INFO o.t.world.biomes.BiomeManager - Registering biome PLAINS with short id 4.
11:08:12.853 [main] INFO o.t.world.biomes.BiomeManager - Registering biome org.terasology.world.biomes.UnknownBiome@32220712 with short id 0.
11:08:12.853 [main] INFO o.t.world.biomes.BiomeManager - Registered new biome Core:mountains with id 1 that wasn't present in the save game.
11:08:12.854 [main] INFO o.t.world.biomes.BiomeManager - Registered new biome Core:desert with id 2 that wasn't present in the save game.
11:08:12.854 [main] INFO o.t.world.biomes.BiomeManager - Registered new biome Core:plains with id 3 that wasn't present in the save game.
11:08:12.854 [main] INFO o.t.world.biomes.BiomeManager - Registered new biome Core:snow with id 4 that wasn't present in the save game.
11:08:12.854 [main] INFO o.t.world.biomes.BiomeManager - Registered new biome Core:forest with id 5 that wasn't present in the save game.
11:08:14.627 [main] WARN o.t.engine.internal.TimeBase - Delta too great (1781), capping to 1000
11:08:14.748 [main] ERROR o.t.p.serializers.PrefabSerializer - Prefab contains unknown component 'Breather'
11:08:14.777 [main] ERROR o.t.p.serializers.PrefabSerializer - Prefab contains unknown component 'UnbreathableBlock'
11:08:14.836 [main] ERROR o.t.p.serializers.PrefabSerializer - Prefab contains unknown component 'Miniaturizer'
11:08:14.843 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:DoorTop]
11:08:14.843 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorTop.LEFT with id 1
11:08:14.843 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorTop.RIGHT with id 2
11:08:14.843 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorTop.FRONT with id 3
11:08:14.844 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorTop.BACK with id 4
11:08:14.848 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:DoorBottom]
11:08:14.848 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorBottom.LEFT with id 5
11:08:14.849 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorBottom.RIGHT with id 6
11:08:14.849 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorBottom.FRONT with id 7
11:08:14.849 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorBottom.BACK with id 8
11:08:14.923 [main] INFO o.t.e.m.l.InitialiseWorld - World seed: "w1lVWavzBBjbcSNkltUJzdiYzwtFrfUr"
11:08:15.061 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.061 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.062 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.062 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.063 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.064 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.088 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:TallGrass1]
11:08:15.088 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:TallGrass1 with id 9
11:08:15.097 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Grass]
11:08:15.097 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Grass with id 10
11:08:15.098 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Snow]
11:08:15.098 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Snow with id 11
11:08:15.100 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:Sand]
11:08:15.100 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:Sand with id 12
11:08:15.102 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:GreenLeaf]
11:08:15.103 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:GreenLeaf with id 13
11:08:15.103 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:OakTrunk]
11:08:15.103 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:OakTrunk with id 14
11:08:15.105 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:DarkLeaf]
11:08:15.106 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:DarkLeaf with id 15
11:08:15.106 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:PineTrunk]
11:08:15.106 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:PineTrunk with id 16
11:08:15.106 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:BirkTrunk]
11:08:15.106 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:BirkTrunk with id 17
11:08:15.108 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:RedLeaf]
11:08:15.111 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:RedLeaf with id 18
11:08:15.114 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Cactus]
11:08:15.115 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Cactus with id 19
11:08:15.116 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:stone]
11:08:15.116 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:stone with id 20
11:08:15.117 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Water]
11:08:15.117 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Water with id 21
11:08:15.118 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:Ice]
11:08:15.118 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:Ice with id 22
11:08:15.120 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:Dirt]
11:08:15.120 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:Dirt with id 23
11:08:15.122 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.123 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.123 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.123 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.124 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.124 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.129 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 41, 0
11:08:15.129 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 42, 0
11:08:15.145 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.145 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.146 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.146 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.147 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.147 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.888 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.888 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.889 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.889 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.889 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.890 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.912 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.912 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.913 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.913 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.914 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.914 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.936 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.937 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.937 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.937 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.938 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.938 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.960 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.960 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.961 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.961 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.962 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.962 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:15.999 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.000 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.000 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.000 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.001 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.001 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.022 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.022 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.023 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.072 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.073 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.073 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.094 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.095 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.095 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.095 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.096 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.096 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.117 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.117 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.118 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.118 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.118 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.124 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.146 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.147 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.147 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.147 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.148 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.148 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.169 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.170 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.170 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.170 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.171 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.171 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.192 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.193 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.193 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.193 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.206 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.206 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.593 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.593 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.594 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.594 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.594 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.595 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.616 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.616 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.617 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.617 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.617 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.618 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.656 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.656 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.657 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.657 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.657 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.658 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.679 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.679 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.680 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.680 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.680 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.681 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.709 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.709 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.710 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.710 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.711 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.711 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.732 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.732 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:16.733 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.069 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.070 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.070 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.091 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.091 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.092 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.092 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.092 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.093 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.114 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.116 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.116 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.116 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.116 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.116 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.138 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.138 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.139 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.139 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.139 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.139 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.161 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.161 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.163 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.163 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.163 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.164 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.191 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.191 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.192 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.192 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.192 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.193 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:08:17.790 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Chest]
11:08:17.791 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Chest.LEFT with id 24
11:08:17.791 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Chest.RIGHT with id 25
11:08:17.791 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Chest.FRONT with id 26
11:08:17.791 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Chest.BACK with id 27
11:08:17.793 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:companion]
11:08:17.793 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:companion with id 28
11:08:17.795 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:brick:engine:stair]
11:08:17.796 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:brick:engine:stair.LEFT with id 29
11:08:17.796 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:brick:engine:stair.RIGHT with id 30
11:08:17.796 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:brick:engine:stair.FRONT with id 31
11:08:17.796 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:brick:engine:stair.BACK with id 32
11:08:17.797 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Tnt]
11:08:17.797 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Tnt with id 33
11:08:17.799 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:Brick]
11:08:17.800 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:Brick with id 34
11:08:17.802 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:Plank]
11:08:17.802 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:Plank with id 35
11:08:17.803 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Lava]
11:08:17.803 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Lava with id 36
11:08:17.804 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Iris]
11:08:17.805 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Iris with id 37
11:08:17.805 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Dandelion]
11:08:17.805 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Dandelion with id 38
11:08:17.806 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Tulip]
11:08:17.806 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Tulip with id 39
11:08:17.807 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:YellowFlower]
11:08:17.807 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:YellowFlower with id 40
11:08:17.808 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Torch]
11:08:17.809 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Torch.TOP with id 41
11:08:17.809 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Torch.LEFT with id 42
11:08:17.809 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Torch.RIGHT with id 43
11:08:17.809 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Torch.FRONT with id 44
11:08:17.809 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Torch.BACK with id 45
AL lib: (EE) alc_cleanup: 1 device not closed
11:08:22.829 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 77, netId = 0, prefab = 'Core:pickaxe'}
11:08:22.829 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 78, netId = 0, prefab = 'Core:axe'}
11:08:22.830 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 84, netId = 0, prefab = 'engine:blockItemBase'}
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000717b53d3, pid=24532, tid=24560
#
# JRE version: Java(TM) SE Runtime Environment (7.0_67-b01) (build 1.7.0_67-b01)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.65-b04 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [atio6axx.dll+0x9453d3]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# C:\Projects\Terasology\hs_err_pid24532.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Disconnected from the target VM, address: '127.0.0.1:36129', transport: 'socket'
Process finished with exit code 1
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000717a53d3, pid=28296, tid=28576
#
# JRE version: Java(TM) SE Runtime Environment (7.0_67-b01) (build 1.7.0_67-b01)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.65-b04 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [atio6axx.dll+0x9453d3]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
--------------- T H R E A D ---------------
Current thread (0x0000000002a93800): JavaThread "main" [_thread_in_native, id=28576, stack(0x0000000002800000,0x0000000002900000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000030
Registers:
RAX=0x0000000017409930, RBX=0x0000000013880b60, RCX=0x0000000000000006, RDX=0x0000000000000000
RSP=0x00000000028fdb60, RBP=0x00000000028fdc60, RSI=0x00000000138b57f0, RDI=0x0000000000000000
R8 =0x0000000070e60000, R9 =0x0000000000000000, R10=0x0000000000000006, R11=0x0000000000000000
R12=0x00000000028fe000, R13=0x00000000138b5701, R14=0x0000000000000001, R15=0x0000000019f51890
RIP=0x00000000717a53d3, EFLAGS=0x0000000000010293
Top of Stack: (sp=0x00000000028fdb60)
0x00000000028fdb60: 0000000000006002 0000000000000000
0x00000000028fdb70: 0000000100155800 0000000000155800
0x00000000028fdb80: 0000000000155800 0000000024351030
0x00000000028fdb90: 0000000000000200 0000000000000029
0x00000000028fdba0: 0000000013880b60 0000000000000000
0x00000000028fdbb0: 00000000244c0130 0000000000000000
0x00000000028fdbc0: 0000000000000006 0000000071bd5a69
0x00000000028fdbd0: 0000000013880b60 0000000011c1e750
0x00000000028fdbe0: 0000000000000029 0000000000000006
0x00000000028fdbf0: 0000000000000200 0000000000000001
0x00000000028fdc00: 000000001add2730 0000000000000000
0x00000000028fdc10: 0000000000000000 00007ffda12d02c6
0x00000000028fdc20: 0000000000000000 0000000000000000
0x00000000028fdc30: 0000000024361040 0000000000e60000
0x00000000028fdc40: 0000000000000000 00007ffda12c7ef9
0x00000000028fdc50: 0000000000e60000 0000000024351030
Instructions: (pc=0x00000000717a53d3)
0x00000000717a53b3: 00 44 0f 28 ad d0 00 00 00 49 8b 84 c7 b0 02 00
0x00000000717a53c3: 00 4c 8d 05 35 ac 6b ff 48 8b 3c c8 48 89 7d b0
0x00000000717a53d3: 4c 63 4f 30 49 8b c1 44 89 4c 24 58 48 6b c0 64
0x00000000717a53e3: 42 0f b6 84 00 50 2e 73 01 c0 e8 03 24 01 88 44
Register to memory mapping:
RAX=0x0000000017409930 is an unknown value
RBX=0x0000000013880b60 is an unknown value
RCX=0x0000000000000006 is an unknown value
RDX=0x0000000000000000 is an unknown value
RSP=0x00000000028fdb60 is pointing into the stack for thread: 0x0000000002a93800
RBP=0x00000000028fdc60 is pointing into the stack for thread: 0x0000000002a93800
RSI=0x00000000138b57f0 is an unknown value
RDI=0x0000000000000000 is an unknown value
R8 =0x0000000070e60000 is an unknown value
R9 =0x0000000000000000 is an unknown value
R10=0x0000000000000006 is an unknown value
R11=0x0000000000000000 is an unknown value
R12=0x00000000028fe000 is pointing into the stack for thread: 0x0000000002a93800
R13=0x00000000138b5701 is an unknown value
R14=0x0000000000000001 is an unknown value
R15=0x0000000019f51890 is an unknown value
Stack: [0x0000000002800000,0x0000000002900000], sp=0x00000000028fdb60, free space=1014k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [atio6axx.dll+0x9453d3]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 2078 org.lwjgl.opengl.GL11.nglDrawElementsBO(IIIJJ)V (0 bytes) @ 0x000000000308ce36 [0x000000000308cde0+0x56]
J 2109 C2 org.lwjgl.opengl.GL11.glDrawElements(IIIJ)V (32 bytes) @ 0x0000000003382174 [0x0000000003382080+0xf4]
j org.terasology.rendering.primitives.ChunkMesh.renderVbo(I)V+154
j org.terasology.rendering.primitives.ChunkMesh.render(Lorg/terasology/rendering/primitives/ChunkMesh$RenderPhase;)V+38
j org.terasology.rendering.world.WorldRendererLwjgl.renderChunk(Lorg/terasology/world/chunks/RenderableChunk;Lorg/terasology/rendering/primitives/ChunkMesh$RenderPhase;Lorg/terasology/rendering/cameras/Camera;Lorg/terasology/rendering/world/WorldRendererLwjgl$ChunkRenderMode;)V+431
j org.terasology.rendering.world.WorldRendererLwjgl.renderWorld(Lorg/terasology/rendering/cameras/Camera;)V+160
j org.terasology.rendering.world.WorldRendererLwjgl.render(Lorg/terasology/rendering/opengl/DefaultRenderingProcess$StereoRenderState;)V+209
j org.terasology.engine.modes.StateIngame.render()V+48
j org.terasology.engine.subsystem.lwjgl.LwjglGraphics.postUpdate(Lorg/terasology/engine/modes/GameState;F)V+28
j org.terasology.engine.TerasologyEngine.mainLoop()V+368
j org.terasology.engine.TerasologyEngine.run(Lorg/terasology/engine/modes/GameState;)V+38
j org.terasology.engine.Terasology.main([Ljava/lang/String;)V+341
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x000000000cba3800 JavaThread "pool-15-thread-1" [_thread_blocked, id=29476, stack(0x0000000014f80000,0x0000000015080000)]
0x000000000cb9f000 JavaThread "Timer-8" [_thread_blocked, id=29576, stack(0x000000002e250000,0x000000002e350000)]
0x000000000cba2000 JavaThread "Timer-7" [_thread_blocked, id=29264, stack(0x000000002e150000,0x000000002e250000)]
0x000000000cba0800 JavaThread "Timer-6" [_thread_blocked, id=29204, stack(0x000000002e050000,0x000000002e150000)]
0x000000000cb9e800 JavaThread "Chunk-Unloader-3" [_thread_blocked, id=29340, stack(0x000000002df50000,0x000000002e050000)]
0x000000000cb9d000 JavaThread "Chunk-Unloader-2" [_thread_blocked, id=29356, stack(0x000000002de50000,0x000000002df50000)]
0x000000000cb9d800 JavaThread "Chunk-Unloader-1" [_thread_blocked, id=29308, stack(0x000000002dd50000,0x000000002de50000)]
0x000000000cba0000 JavaThread "Chunk-Unloader-0" [_thread_blocked, id=29380, stack(0x000000002dc50000,0x000000002dd50000)]
0x000000000cb9c000 JavaThread "Chunk-Generator-7" [_thread_in_Java, id=29368, stack(0x000000002db50000,0x000000002dc50000)]
0x000000000cb98800 JavaThread "Chunk-Generator-6" [_thread_in_Java, id=25976, stack(0x000000002da50000,0x000000002db50000)]
0x000000000cb9b800 JavaThread "Chunk-Generator-5" [_thread_blocked, id=25888, stack(0x000000002c080000,0x000000002c180000)]
0x000000000cb9a800 JavaThread "Chunk-Generator-4" [_thread_blocked, id=27796, stack(0x000000002bf80000,0x000000002c080000)]
0x000000000cb9a000 JavaThread "Chunk-Generator-3" [_thread_in_Java, id=27716, stack(0x000000002be80000,0x000000002bf80000)]
0x000000000cb99000 JavaThread "Chunk-Generator-2" [_thread_blocked, id=29512, stack(0x000000002bd80000,0x000000002be80000)]
0x000000000cb94800 JavaThread "Chunk-Generator-1" [_thread_blocked, id=29448, stack(0x000000002bc80000,0x000000002bd80000)]
0x000000000cb97000 JavaThread "Chunk-Generator-0" [_thread_blocked, id=29384, stack(0x000000002bb80000,0x000000002bc80000)]
0x000000000cb96000 JavaThread "Storage-3" [_thread_blocked, id=29424, stack(0x00000000225f0000,0x00000000226f0000)]
0x000000000cb97800 JavaThread "Storage-2" [_thread_blocked, id=29420, stack(0x00000000203c0000,0x00000000204c0000)]
0x000000000cb95800 JavaThread "Storage-1" [_thread_blocked, id=29396, stack(0x00000000201c0000,0x00000000202c0000)]
0x000000000a5c3000 JavaThread "Storage-0" [_thread_blocked, id=29344, stack(0x000000001b6d0000,0x000000001b7d0000)]
0x000000000a5bf000 JavaThread "common-15" [_thread_blocked, id=29232, stack(0x0000000012c20000,0x0000000012d20000)]
0x000000000a5c2000 JavaThread "common-14" [_thread_blocked, id=29244, stack(0x0000000012b20000,0x0000000012c20000)]
0x000000000a5be000 JavaThread "common-13" [_thread_blocked, id=29240, stack(0x0000000012a20000,0x0000000012b20000)]
0x000000000a5c1800 JavaThread "common-12" [_thread_blocked, id=29392, stack(0x0000000012920000,0x0000000012a20000)]
0x000000000a5bd800 JavaThread "common-11" [_thread_blocked, id=29256, stack(0x0000000012820000,0x0000000012920000)]
0x000000000a5bf800 JavaThread "common-10" [_thread_blocked, id=29172, stack(0x0000000012720000,0x0000000012820000)]
0x000000000a5c0800 JavaThread "common-9" [_thread_blocked, id=29196, stack(0x0000000012620000,0x0000000012720000)]
0x000000000a5bc800 JavaThread "common-8" [_thread_blocked, id=28376, stack(0x0000000012520000,0x0000000012620000)]
0x000000000a5bc000 JavaThread "common-7" [_thread_blocked, id=28396, stack(0x0000000012420000,0x0000000012520000)]
0x000000000f35a800 JavaThread "common-6" [_thread_blocked, id=28404, stack(0x0000000012320000,0x0000000012420000)]
0x000000000f35d800 JavaThread "common-5" [_thread_blocked, id=27680, stack(0x0000000012220000,0x0000000012320000)]
0x000000000f35c000 JavaThread "common-4" [_thread_blocked, id=28464, stack(0x0000000012120000,0x0000000012220000)]
0x000000000f35a000 JavaThread "common-3" [_thread_blocked, id=28484, stack(0x0000000012020000,0x0000000012120000)]
0x000000000f35b800 JavaThread "Engine-Task-Pool" [_thread_blocked, id=31824, stack(0x000000000e8f0000,0x000000000e9f0000)]
0x000000000f35d000 JavaThread "common-1" [_thread_blocked, id=27936, stack(0x000000000e7f0000,0x000000000e8f0000)]
0x000000000f358800 JavaThread "common-0" [_thread_blocked, id=28536, stack(0x000000000ae30000,0x000000000af30000)]
0x000000000f35f000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=28420, stack(0x00000000202c0000,0x00000000203c0000)]
0x000000000f35e800 JavaThread "LWJGL Timer" daemon [_thread_blocked, id=28656, stack(0x0000000014d80000,0x0000000014e80000)]
0x000000000f359000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=28248, stack(0x000000000c240000,0x000000000c340000)]
0x0000000009b21000 JavaThread "Service Thread" daemon [_thread_blocked, id=28320, stack(0x000000000a030000,0x000000000a130000)]
0x0000000009b1c000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=27628, stack(0x0000000009f30000,0x000000000a030000)]
0x0000000009b19800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=28100, stack(0x0000000009e30000,0x0000000009f30000)]
0x00000000087f9800 JavaThread "JDWP Command Reader" daemon [_thread_blocked, id=28324, stack(0x0000000009930000,0x0000000009a30000)]
0x00000000087f5000 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=28336, stack(0x0000000009830000,0x0000000009930000)]
0x00000000087e7000 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=27956, stack(0x0000000009730000,0x0000000009830000)]
0x00000000087e2800 JavaThread "Attach Listener" daemon [_thread_blocked, id=28236, stack(0x0000000009630000,0x0000000009730000)]
0x00000000087df000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=28128, stack(0x0000000009530000,0x0000000009630000)]
0x00000000087ad000 JavaThread "Finalizer" daemon [_thread_blocked, id=28292, stack(0x0000000009430000,0x0000000009530000)]
0x00000000087a3800 JavaThread "Reference Handler" daemon [_thread_blocked, id=28280, stack(0x0000000009330000,0x0000000009430000)]
=>0x0000000002a93800 JavaThread "main" [_thread_in_native, id=28576, stack(0x0000000002800000,0x0000000002900000)]
Other Threads:
0x000000000879f000 VMThread [stack: 0x0000000009230000,0x0000000009330000] [id=27604]
0x0000000009b45800 WatcherThread [stack: 0x000000000a130000,0x000000000a230000] [id=28352]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
PSYoungGen total 321536K, used 77540K [0x00000000eaa80000, 0x0000000100000000, 0x0000000100000000)
eden space 293376K, 16% used [0x00000000eaa80000,0x00000000edac0af0,0x00000000fc900000)
from space 28160K, 99% used [0x00000000fc900000,0x00000000fe4787d0,0x00000000fe480000)
to space 28160K, 0% used [0x00000000fe480000,0x00000000fe480000,0x0000000100000000)
ParOldGen total 221696K, used 77300K [0x00000000c0000000, 0x00000000cd880000, 0x00000000eaa80000)
object space 221696K, 34% used [0x00000000c0000000,0x00000000c4b7d2f0,0x00000000cd880000)
PSPermGen total 71680K, used 34894K [0x00000000bae00000, 0x00000000bf400000, 0x00000000c0000000)
object space 71680K, 48% used [0x00000000bae00000,0x00000000bd013be0,0x00000000bf400000)
Card table byte_map: [0x0000000005c50000,0x0000000005e80000] byte_map_base: 0x0000000005679000
Polling page: 0x0000000002740000
Code Cache [0x0000000002b90000, 0x0000000003490000, 0x0000000005b90000)
total_blobs=3009 nmethods=2148 adapters=821 free_code_cache=40129Kb largest_free_block=40934464
Compilation events (10 events):
Event: 95.119 Thread 0x0000000009b1c000 2384 com.bulletphysics.collision.shapes.CapsuleShape::getUpAxis (5 bytes)
Event: 95.120 Thread 0x0000000009b1c000 nmethod 2384 0x0000000003051150 code [0x0000000003051280, 0x00000000030512d8]
Event: 95.130 Thread 0x0000000009b1c000 2385 com.bulletphysics.util.ObjectArrayList::<init> (7 bytes)
Event: 95.131 Thread 0x0000000009b1c000 nmethod 2385 0x0000000003427950 code [0x0000000003427aa0, 0x0000000003427b98]
Event: 95.261 Thread 0x0000000009b19800 2386 org.terasology.world.block.BlockUri::<init> (229 bytes)
Event: 95.272 Thread 0x0000000009b19800 nmethod 2386 0x00000000033e53d0 code [0x00000000033e5620, 0x00000000033e6140]
Event: 95.559 Thread 0x0000000009b1c000 2387 java.util.Formatter::<init> (18 bytes)
Event: 95.562 Thread 0x0000000009b1c000 nmethod 2387 0x0000000003427290 code [0x0000000003427400, 0x0000000003427688]
Event: 96.140 Thread 0x0000000009b19800 2388 org.terasology.world.block.DefaultColorSource$1::calcColor (12 bytes)
Event: 96.141 Thread 0x0000000009b19800 nmethod 2388 0x0000000003426f90 code [0x00000000034270e0, 0x00000000034271b8]
GC Heap History (10 events):
Event: 95.156 GC heap before
{Heap before GC invocations=105 (full 3):
PSYoungGen total 309760K, used 309261K [0x00000000eaa80000, 0x00000000fff00000, 0x0000000100000000)
eden space 294400K, 100% used [0x00000000eaa80000,0x00000000fca00000,0x00000000fca00000)
from space 15360K, 96% used [0x00000000fca00000,0x00000000fd883710,0x00000000fd900000)
to space 27136K, 0% used [0x00000000fe480000,0x00000000fe480000,0x00000000fff00000)
ParOldGen total 197632K, used 164733K [0x00000000c0000000, 0x00000000cc100000, 0x00000000eaa80000)
object space 197632K, 83% used [0x00000000c0000000,0x00000000ca0df770,0x00000000cc100000)
PSPermGen total 74752K, used 34889K [0x00000000bae00000, 0x00000000bf700000, 0x00000000c0000000)
object space 74752K, 46% used [0x00000000bae00000,0x00000000bd0125c0,0x00000000bf700000)
Event: 95.179 GC heap after
Heap after GC invocations=105 (full 3):
PSYoungGen total 321536K, used 20496K [0x00000000eaa80000, 0x0000000100000000, 0x0000000100000000)
eden space 294400K, 0% used [0x00000000eaa80000,0x00000000eaa80000,0x00000000fca00000)
from space 27136K, 75% used [0x00000000fe480000,0x00000000ff8842c0,0x00000000fff00000)
to space 27136K, 0% used [0x00000000fca00000,0x00000000fca00000,0x00000000fe480000)
ParOldGen total 197632K, used 171855K [0x00000000c0000000, 0x00000000cc100000, 0x00000000eaa80000)
object space 197632K, 86% used [0x00000000c0000000,0x00000000ca7d3f80,0x00000000cc100000)
PSPermGen total 74752K, used 34889K [0x00000000bae00000, 0x00000000bf700000, 0x00000000c0000000)
object space 74752K, 46% used [0x00000000bae00000,0x00000000bd0125c0,0x00000000bf700000)
}
Event: 95.480 GC heap before
{Heap before GC invocations=106 (full 3):
PSYoungGen total 321536K, used 314589K [0x00000000eaa80000, 0x0000000100000000, 0x0000000100000000)
eden space 294400K, 99% used [0x00000000eaa80000,0x00000000fc9b3500,0x00000000fca00000)
from space 27136K, 75% used [0x00000000fe480000,0x00000000ff8842c0,0x00000000fff00000)
to space 27136K, 0% used [0x00000000fca00000,0x00000000fca00000,0x00000000fe480000)
ParOldGen total 197632K, used 171855K [0x00000000c0000000, 0x00000000cc100000, 0x00000000eaa80000)
object space 197632K, 86% used [0x00000000c0000000,0x00000000ca7d3f80,0x00000000cc100000)
PSPermGen total 74752K, used 34890K [0x00000000bae00000, 0x00000000bf700000, 0x00000000c0000000)
object space 74752K, 46% used [0x00000000bae00000,0x00000000bd0128d8,0x00000000bf700000)
Event: 95.503 GC heap after
Heap after GC invocations=106 (full 3):
PSYoungGen total 321536K, used 21282K [0x00000000eaa80000, 0x0000000100000000, 0x0000000100000000)
eden space 294400K, 0% used [0x00000000eaa80000,0x00000000eaa80000,0x00000000fca00000)
from space 27136K, 78% used [0x00000000fca00000,0x00000000fdec8a40,0x00000000fe480000)
to space 27136K, 0% used [0x00000000fe580000,0x00000000fe580000,0x0000000100000000)
ParOldGen total 197632K, used 179051K [0x00000000c0000000, 0x00000000cc100000, 0x00000000eaa80000)
object space 197632K, 90% used [0x00000000c0000000,0x00000000caedac20,0x00000000cc100000)
PSPermGen total 74752K, used 34890K [0x00000000bae00000, 0x00000000bf700000, 0x00000000c0000000)
object space 74752K, 46% used [0x00000000bae00000,0x00000000bd0128d8,0x00000000bf700000)
}
Event: 95.917 GC heap before
{Heap before GC invocations=107 (full 3):
PSYoungGen total 321536K, used 315682K [0x00000000eaa80000, 0x0000000100000000, 0x0000000100000000)
eden space 294400K, 100% used [0x00000000eaa80000,0x00000000fca00000,0x00000000fca00000)
from space 27136K, 78% used [0x00000000fca00000,0x00000000fdec8a40,0x00000000fe480000)
to space 27136K, 0% used [0x00000000fe580000,0x00000000fe580000,0x0000000100000000)
ParOldGen total 197632K, used 179051K [0x00000000c0000000, 0x00000000cc100000, 0x00000000eaa80000)
object space 197632K, 90% used [0x00000000c0000000,0x00000000caedac20,0x00000000cc100000)
PSPermGen total 74752K, used 34892K [0x00000000bae00000, 0x00000000bf700000, 0x00000000c0000000)
object space 74752K, 46% used [0x00000000bae00000,0x00000000bd0130f0,0x00000000bf700000)
Event: 95.936 GC heap after
Heap after GC invocations=107 (full 3):
PSYoungGen total 320512K, used 10003K [0x00000000eaa80000, 0x0000000100000000, 0x0000000100000000)
eden space 293376K, 0% used [0x00000000eaa80000,0x00000000eaa80000,0x00000000fc900000)
from space 27136K, 36% used [0x00000000fe580000,0x00000000fef44c70,0x0000000100000000)
to space 28160K, 0% used [0x00000000fc900000,0x00000000fc900000,0x00000000fe480000)
ParOldGen total 197632K, used 189302K [0x00000000c0000000, 0x00000000cc100000, 0x00000000eaa80000)
object space 197632K, 95% used [0x00000000c0000000,0x00000000cb8dda20,0x00000000cc100000)
PSPermGen total 74752K, used 34892K [0x00000000bae00000, 0x00000000bf700000, 0x00000000c0000000)
object space 74752K, 46% used [0x00000000bae00000,0x00000000bd0130f0,0x00000000bf700000)
}
Event: 95.936 GC heap before
{Heap before GC invocations=108 (full 4):
PSYoungGen total 320512K, used 10003K [0x00000000eaa80000, 0x0000000100000000, 0x0000000100000000)
eden space 293376K, 0% used [0x00000000eaa80000,0x00000000eaa80000,0x00000000fc900000)
from space 27136K, 36% used [0x00000000fe580000,0x00000000fef44c70,0x0000000100000000)
to space 28160K, 0% used [0x00000000fc900000,0x00000000fc900000,0x00000000fe480000)
ParOldGen total 197632K, used 189302K [0x00000000c0000000, 0x00000000cc100000, 0x00000000eaa80000)
object space 197632K, 95% used [0x00000000c0000000,0x00000000cb8dda20,0x00000000cc100000)
PSPermGen total 74752K, used 34892K [0x00000000bae00000, 0x00000000bf700000, 0x00000000c0000000)
object space 74752K, 46% used [0x00000000bae00000,0x00000000bd0130f0,0x00000000bf700000)
Event: 96.119 GC heap after
Heap after GC invocations=108 (full 4):
PSYoungGen total 320512K, used 0K [0x00000000eaa80000, 0x0000000100000000, 0x0000000100000000)
eden space 293376K, 0% used [0x00000000eaa80000,0x00000000eaa80000,0x00000000fc900000)
from space 27136K, 0% used [0x00000000fe580000,0x00000000fe580000,0x0000000100000000)
to space 28160K, 0% used [0x00000000fc900000,0x00000000fc900000,0x00000000fe480000)
ParOldGen total 221696K, used 77228K [0x00000000c0000000, 0x00000000cd880000, 0x00000000eaa80000)
object space 221696K, 34% used [0x00000000c0000000,0x00000000c4b6b2f0,0x00000000cd880000)
PSPermGen total 71680K, used 34892K [0x00000000bae00000, 0x00000000bf400000, 0x00000000c0000000)
object space 71680K, 48% used [0x00000000bae00000,0x00000000bd0130f0,0x00000000bf400000)
}
Event: 96.389 GC heap before
{Heap before GC invocations=109 (full 4):
PSYoungGen total 320512K, used 293376K [0x00000000eaa80000, 0x0000000100000000, 0x0000000100000000)
eden space 293376K, 100% used [0x00000000eaa80000,0x00000000fc900000,0x00000000fc900000)
from space 27136K, 0% used [0x00000000fe580000,0x00000000fe580000,0x0000000100000000)
to space 28160K, 0% used [0x00000000fc900000,0x00000000fc900000,0x00000000fe480000)
ParOldGen total 221696K, used 77228K [0x00000000c0000000, 0x00000000cd880000, 0x00000000eaa80000)
object space 221696K, 34% used [0x00000000c0000000,0x00000000c4b6b2f0,0x00000000cd880000)
PSPermGen total 71680K, used 34892K [0x00000000bae00000, 0x00000000bf400000, 0x00000000c0000000)
object space 71680K, 48% used [0x00000000bae00000,0x00000000bd0130f0,0x00000000bf400000)
Event: 96.414 GC heap after
Heap after GC invocations=109 (full 4):
PSYoungGen total 321536K, used 28129K [0x00000000eaa80000, 0x0000000100000000, 0x0000000100000000)
eden space 293376K, 0% used [0x00000000eaa80000,0x00000000eaa80000,0x00000000fc900000)
from space 28160K, 99% used [0x00000000fc900000,0x00000000fe4787d0,0x00000000fe480000)
to space 28160K, 0% used [0x00000000fe480000,0x00000000fe480000,0x0000000100000000)
ParOldGen total 221696K, used 77300K [0x00000000c0000000, 0x00000000cd880000, 0x00000000eaa80000)
object space 221696K, 34% used [0x00000000c0000000,0x00000000c4b7d2f0,0x00000000cd880000)
PSPermGen total 71680K, used 34892K [0x00000000bae00000, 0x00000000bf400000, 0x00000000c0000000)
object space 71680K, 48% used [0x00000000bae00000,0x00000000bd0130f0,0x00000000bf400000)
}
Deoptimization events (10 events):
Event: 93.668 Thread 0x0000000002a93800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000345b708 method=org.terasology.logic.players.LocalPlayer.getVelocity()Ljavax/vecmath/Vector3f; @ 7
Event: 93.675 Thread 0x0000000002a93800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000032af1d0 method=org.terasology.logic.players.LocalPlayer.isValid()Z @ 6
Event: 93.676 Thread 0x0000000002a93800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000033a4410 method=org.terasology.logic.players.LocalPlayer.getViewRotation()Ljavax/vecmath/Quat4f; @ 7
Event: 93.700 Thread 0x0000000002a93800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003077754 method=org.terasology.logic.players.LocalPlayer.isValid()Z @ 6
Event: 94.545 Thread 0x0000000002a93800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000031ca7d0 method=java.util.Collections$UnmodifiableCollection.size()I @ 4
Event: 95.561 Thread 0x0000000002a93800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000031ca7d0 method=java.util.Collections$UnmodifiableCollection.size()I @ 4
Event: 96.147 Thread 0x000000000f35b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003050848 method=org.terasology.world.block.DefaultColorSource$3.calcColor(Lorg/terasology/world/biomes/Biome;)Ljavax/vecmath/Vector4f; @ 1
Event: 96.147 Thread 0x000000000f35b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003050848 method=org.terasology.world.block.DefaultColorSource$3.calcColor(Lorg/terasology/world/biomes/Biome;)Ljavax/vecmath/Vector4f; @ 1
Event: 96.147 Thread 0x000000000f35b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003050848 method=org.terasology.world.block.DefaultColorSource$3.calcColor(Lorg/terasology/world/biomes/Biome;)Ljavax/vecmath/Vector4f; @ 1
Event: 96.147 Thread 0x000000000f35b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003050848 method=org.terasology.world.block.DefaultColorSource$3.calcColor(Lorg/terasology/world/biomes/Biome;)Ljavax/vecmath/Vector4f; @ 1
Internal exceptions (10 events):
Event: 96.218 Thread 0x000000000cb9b800 Threw 0x00000000f1a2a238 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jni.cpp:717
Event: 96.243 Thread 0x000000000cb99000 Threw 0x00000000f377ce68 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jni.cpp:717
Event: 96.257 Thread 0x000000000cb9b800 Threw 0x00000000f465db48 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jni.cpp:717
Event: 96.272 Thread 0x000000000cb97000 Threw 0x00000000f53a9e40 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jni.cpp:717
Event: 96.308 Thread 0x000000000cb94800 Threw 0x00000000f784a200 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jni.cpp:717
Event: 96.310 Thread 0x000000000cb97000 Threw 0x00000000f7a72e78 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jni.cpp:717
Event: 96.347 Thread 0x000000000cb94800 Threw 0x00000000fa2fc2b0 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jni.cpp:717
Event: 96.349 Thread 0x000000000cb97000 Threw 0x00000000fa5037c0 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jni.cpp:717
Event: 96.371 Thread 0x000000000cb9a000 Threw 0x00000000fbeff8f8 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jni.cpp:717
Event: 96.445 Thread 0x000000000cb98800 Threw 0x00000000ec393370 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jni.cpp:717
Events (10 events):
Event: 96.347 Thread 0x000000000cb94800 DEOPT PACKING pc=0x0000000003384234 sp=0x000000002bd7eb30
Event: 96.347 Thread 0x000000000cb94800 DEOPT UNPACKING pc=0x0000000002bc8eb9 sp=0x000000002bd7e850 mode 1
Event: 96.349 Thread 0x000000000cb97000 DEOPT PACKING pc=0x0000000003384234 sp=0x000000002bc7ee10
Event: 96.349 Thread 0x000000000cb97000 DEOPT UNPACKING pc=0x0000000002bc8eb9 sp=0x000000002bc7eb30 mode 1
Event: 96.372 Thread 0x000000000cb9a000 DEOPT PACKING pc=0x0000000003384234 sp=0x000000002bf7ec40
Event: 96.372 Thread 0x000000000cb9a000 DEOPT UNPACKING pc=0x0000000002bc8eb9 sp=0x000000002bf7e960 mode 1
Event: 96.377 Executing VM operation: ParallelGCFailedAllocation
Event: 96.415 Executing VM operation: ParallelGCFailedAllocation done
Event: 96.445 Thread 0x000000000cb98800 DEOPT PACKING pc=0x0000000003384234 sp=0x000000002db4f140
Event: 96.446 Thread 0x000000000cb98800 DEOPT UNPACKING pc=0x0000000002bc8eb9 sp=0x000000002db4ee60 mode 1
Dynamic libraries:
0x00007ff7dc100000 - 0x00007ff7dc133000 C:\Program Files\Java\jdk1.7.0_67\bin\java.exe
0x00007ffda1290000 - 0x00007ffda143a000 C:\Windows\SYSTEM32\ntdll.dll
0x00007ffda0c10000 - 0x00007ffda0d4a000 C:\Windows\system32\KERNEL32.DLL
0x00007ffd9e820000 - 0x00007ffd9e92f000 C:\Windows\system32\KERNELBASE.dll
0x00007ffd9d230000 - 0x00007ffd9d2b8000 C:\Windows\system32\apphelp.dll
0x00007ffd918f0000 - 0x00007ffd9193f000 C:\Windows\AppPatch\AppPatch64\AcGenral.DLL
0x00007ffda0920000 - 0x00007ffda09c7000 C:\Windows\system32\msvcrt.dll
0x00007ffd9e490000 - 0x00007ffd9e4bb000 C:\Windows\SYSTEM32\SspiCli.dll
0x00007ffd9f4a0000 - 0x00007ffd9f4f1000 C:\Windows\system32\SHLWAPI.dll
0x00007ffda0a90000 - 0x00007ffda0c01000 C:\Windows\system32\USER32.dll
0x00007ffd9edc0000 - 0x00007ffd9ef38000 C:\Windows\system32\ole32.dll
0x00007ffd9f500000 - 0x00007ffda091f000 C:\Windows\system32\SHELL32.dll
0x00007ffd9de50000 - 0x00007ffd9de6e000 C:\Windows\SYSTEM32\USERENV.dll
0x00007ffd9eb10000 - 0x00007ffd9ebb5000 C:\Windows\system32\ADVAPI32.dll
0x00007ffd92900000 - 0x00007ffd9291b000 C:\Windows\SYSTEM32\MPR.dll
0x00007ffd9ef40000 - 0x00007ffd9f077000 C:\Windows\system32\RPCRT4.dll
0x00007ffd9ed20000 - 0x00007ffd9ed77000 C:\Windows\SYSTEM32\sechost.dll
0x00007ffda1050000 - 0x00007ffda1226000 C:\Windows\SYSTEM32\combase.dll
0x00007ffd9ebc0000 - 0x00007ffd9ed04000 C:\Windows\system32\GDI32.dll
0x00007ffd9e5c0000 - 0x00007ffd9e5d4000 C:\Windows\SYSTEM32\profapi.dll
0x00007ffd9ccc0000 - 0x00007ffd9cd5f000 C:\Windows\SYSTEM32\SHCORE.dll
0x00007ffd9ed80000 - 0x00007ffd9edb4000 C:\Windows\system32\IMM32.DLL
0x00007ffd9f080000 - 0x00007ffd9f1b9000 C:\Windows\system32\MSCTF.dll
0x00007ffd9c2b0000 - 0x00007ffd9c50a000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9600.17031_none_6242a4b3ecbb55a1\COMCTL32.dll
0x00000000732d0000 - 0x00000000733a2000 C:\Program Files\Java\jdk1.7.0_67\jre\bin\msvcr100.dll
0x0000000072af0000 - 0x00000000732c2000 C:\Program Files\Java\jdk1.7.0_67\jre\bin\server\jvm.dll
0x00007ffd7e3f0000 - 0x00007ffd7e3f9000 C:\Windows\SYSTEM32\WSOCK32.dll
0x00007ffd92730000 - 0x00007ffd9274f000 C:\Windows\SYSTEM32\WINMM.dll
0x00007ffd9f2f0000 - 0x00007ffd9f2f7000 C:\Windows\system32\PSAPI.DLL
0x00007ffd9f270000 - 0x00007ffd9f2c8000 C:\Windows\system32\WS2_32.dll
0x00007ffd92700000 - 0x00007ffd9272a000 C:\Windows\SYSTEM32\WINMMBASE.dll
0x00007ffd9f1c0000 - 0x00007ffd9f1c9000 C:\Windows\system32\NSI.dll
0x00007ffd9e6d0000 - 0x00007ffd9e71a000 C:\Windows\SYSTEM32\cfgmgr32.dll
0x00007ffd9d490000 - 0x00007ffd9d4b6000 C:\Windows\SYSTEM32\DEVOBJ.dll
0x0000000072ae0000 - 0x0000000072aef000 C:\Program Files\Java\jdk1.7.0_67\jre\bin\verify.dll
0x0000000072ab0000 - 0x0000000072ad8000 C:\Program Files\Java\jdk1.7.0_67\jre\bin\java.dll
0x0000000072a00000 - 0x0000000072a35000 C:\Program Files\Java\jdk1.7.0_67\jre\bin\jdwp.dll
0x00000000729f0000 - 0x00000000729f8000 C:\Program Files\Java\jdk1.7.0_67\jre\bin\npt.dll
0x00000000729c0000 - 0x00000000729e3000 C:\Program Files\Java\jdk1.7.0_67\jre\bin\instrument.dll
0x0000000072a90000 - 0x0000000072aa5000 C:\Program Files\Java\jdk1.7.0_67\jre\bin\zip.dll
0x00000000729b0000 - 0x00000000729b9000 C:\Program Files\Java\jdk1.7.0_67\jre\bin\dt_socket.dll
0x00007ffd9dde0000 - 0x00007ffd9de38000 C:\Windows\system32\mswsock.dll
0x0000000072a70000 - 0x0000000072a89000 C:\Program Files\Java\jdk1.7.0_67\jre\bin\net.dll
0x0000000072a50000 - 0x0000000072a61000 C:\Program Files\Java\jdk1.7.0_67\jre\bin\nio.dll
0x00007ffd93e50000 - 0x00007ffd93e64000 C:\Windows\system32\napinsp.dll
0x00007ffd941c0000 - 0x00007ffd941d9000 C:\Windows\system32\pnrpnsp.dll
0x00007ffd9c090000 - 0x00007ffd9c0a9000 C:\Windows\system32\NLAapi.dll
0x00007ffd9dc60000 - 0x00007ffd9dd03000 C:\Windows\SYSTEM32\DNSAPI.dll
0x00007ffd94520000 - 0x00007ffd9452c000 C:\Windows\System32\winrnr.dll
0x0000000073d10000 - 0x0000000073d36000 C:\Program Files\Bonjour\mdnsNSP.dll
0x00007ffd9a540000 - 0x00007ffd9a569000 C:\Windows\SYSTEM32\Iphlpapi.DLL
0x00007ffd9a480000 - 0x00007ffd9a48a000 C:\Windows\SYSTEM32\WINNSI.DLL
0x00007ffd970d0000 - 0x00007ffd970d9000 C:\Windows\System32\rasadhlp.dll
0x00007ffd9a2c0000 - 0x00007ffd9a328000 C:\Windows\System32\fwpuclnt.dll
0x0000000180000000 - 0x0000000180051000 C:\Projects\Terasology\natives\windows\lwjgl64.dll
0x00007ffd882d0000 - 0x00007ffd883f1000 C:\Windows\SYSTEM32\OPENGL32.dll
0x00007ffd9c070000 - 0x00007ffd9c07a000 C:\Windows\SYSTEM32\VERSION.dll
0x00007ffd92170000 - 0x00007ffd9219c000 C:\Windows\SYSTEM32\GLU32.dll
0x00007ffd86ed0000 - 0x00007ffd86fc4000 C:\Windows\SYSTEM32\DDRAW.dll
0x00007ffd9a830000 - 0x00007ffd9a839000 C:\Windows\SYSTEM32\DCIMAN32.dll
0x0000000072810000 - 0x00000000729a5000 C:\Program Files\Java\jdk1.7.0_67\jre\bin\awt.dll
0x00007ffda09d0000 - 0x00007ffda0a87000 C:\Windows\system32\OLEAUT32.dll
0x00007ffd9df20000 - 0x00007ffd9df3e000 C:\Windows\SYSTEM32\CRYPTSP.dll
0x00007ffd9d9c0000 - 0x00007ffd9d9f5000 C:\Windows\system32\rsaenh.dll
0x00007ffd9e130000 - 0x00007ffd9e156000 C:\Windows\SYSTEM32\bcrypt.dll
0x00007ffd9e4c0000 - 0x00007ffd9e520000 C:\Windows\system32\bcryptprimitives.dll
0x00007ffd9e600000 - 0x00007ffd9e60a000 C:\Windows\SYSTEM32\CRYPTBASE.dll
0x00007ffd9a110000 - 0x00007ffd9a124000 C:\Windows\SYSTEM32\dhcpcsvc6.DLL
0x00007ffd9a050000 - 0x00007ffd9a069000 C:\Windows\SYSTEM32\dhcpcsvc.DLL
0x00007ffd9ca70000 - 0x00007ffd9ca90000 C:\Windows\system32\DWMAPI.DLL
0x00007ffd9d350000 - 0x00007ffd9d471000 C:\Windows\system32\uxtheme.dll
0x00007ffd94aa0000 - 0x00007ffd94ab8000 C:\Windows\SYSTEM32\atig6pxx.dll
0x0000000070e60000 - 0x0000000072801000 C:\Windows\SYSTEM32\atio6axx.dll
0x00007ffda0e70000 - 0x00007ffda1044000 C:\Windows\system32\SETUPAPI.dll
0x00007ffd9b570000 - 0x00007ffd9b698000 C:\Windows\SYSTEM32\atiadlxx.dll
0x00007ffd9a5c0000 - 0x00007ffd9a725000 C:\Windows\SYSTEM32\PROPSYS.dll
0x00007ffd9cca0000 - 0x00007ffd9ccb1000 C:\Windows\SYSTEM32\WTSAPI32.dll
0x00007ffd9e7d0000 - 0x00007ffd9e81c000 C:\Windows\system32\WINTRUST.dll
0x00007ffd9e930000 - 0x00007ffd9eb07000 C:\Windows\system32\CRYPT32.dll
0x00007ffd9e6b0000 - 0x00007ffd9e6c2000 C:\Windows\system32\MSASN1.dll
0x00007ffd9b280000 - 0x00007ffd9b3c4000 C:\Windows\SYSTEM32\aticfx64.dll
0x00007ffd94860000 - 0x00007ffd9487e000 C:\Windows\SYSTEM32\atig6txx.dll
0x00007ffd9d480000 - 0x00007ffd9d48a000 C:\Windows\SYSTEM32\kernel.appcore.dll
0x00007ffd8f890000 - 0x00007ffd8f91d000 C:\Windows\SYSTEM32\mscms.dll
0x00007ffd8f800000 - 0x00007ffd8f841000 C:\Windows\SYSTEM32\icm32.dll
0x000000000c4b0000 - 0x000000000c514000 C:\Projects\Terasology\natives\windows\OpenAL64.dll
0x00007ffda0db0000 - 0x00007ffda0e54000 C:\Windows\SYSTEM32\clbcatq.dll
0x00007ffd9bc70000 - 0x00007ffd9bcd2000 C:\Windows\System32\MMDevApi.dll
0x00007ffd8e370000 - 0x00007ffd8e3f7000 C:\Windows\SYSTEM32\dsound.dll
0x00007ffd9e1a0000 - 0x00007ffd9e1e5000 C:\Windows\SYSTEM32\POWRPROF.dll
0x00007ffd8d520000 - 0x00007ffd8d596000 C:\Windows\SYSTEM32\AUDIOSES.DLL
0x00007ffd7bd40000 - 0x00007ffd7bec8000 C:\Windows\SYSTEM32\dbghelp.dll
VM Arguments:
jvm_args: -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:36189,suspend=y,server=n -Xms256m -Xmx1024m -javaagent:C:\Users\Josh\.IdeaIC13\system\groovyHotSwap\gragent.jar -Dfile.encoding=UTF-8
java_command: org.terasology.engine.Terasology -homedir -noCrashReport
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\;C:\Program Files\TortoiseGit\bin;C:\Program Files (x86)\Git\cmd
USERNAME=Josh
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 10, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 8.1 , 64 bit Build 9600
CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, tsc
Memory: 4k page, physical 6026356k(2285256k free), swap 7581536k(2625784k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (24.65-b04) for windows-amd64 JRE (1.7.0_67-b01), built on Jul 25 2014 08:55:00 by "java_re" with unknown MS VC++:1600
time: Fri Oct 10 11:13:01 2014
elapsed time: 96 seconds
"C:\Program Files\Java\jdk1.7.0_67\bin\java" -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:36189,suspend=y,server=n -Xms256m -Xmx1024m -javaagent:C:\Users\Josh\.IdeaIC13\system\groovyHotSwap\gragent.jar -Dfile.encoding=UTF-8 -classpath "C:\Program Files\Java\jdk1.7.0_67\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\jce.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\jfxrt.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\resources.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\rt.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.7.0_67\jre\lib\ext\zipfs.jar;C:\Projects\Terasology\facades\PC\build\classes;C:\Projects\Terasology\engine\build\classes;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\org.terasology\gestalt-module\1.2.3-SNAPSHOT\d954281e64dab666119f2638a5c2989abca697e8\gestalt-module-1.2.3-SNAPSHOT.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\org.eaxy\eaxy\0.1\ff4b117aead7271bdaba3a07e4aafeecd181a42e\eaxy-0.1.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\org.slf4j\slf4j-api\1.7.7\2b8019b6249bb05d81d3a3094e468753e2b21311\slf4j-api-1.7.7.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\com.google.guava\guava\17.0\9c6ef172e8de35fd8d4d8783e4821e57cdef7445\guava-17.0.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\com.google.code.gson\gson\2.2.4\a60a5e993c98c864010053cb901b7eab25306568\gson-2.2.4.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\com.google.protobuf\protobuf-java\2.5.0\a10732c76bfacdbd633a7eb0f7968b1059a65dfa\protobuf-java-2.5.0.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\net.sf.trove4j\trove4j\3.0.3\42ccaf4761f0dfdfa805c9e340d99a755907e2dd\trove4j-3.0.3.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\com.projectdarkstar.ext.jorbis\jorbis\0.0.17\b9e006d604d268a3e1cb1b4dd3e91c1434837fde\jorbis-0.0.17.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl\2.9.1\f58c5aabcef0e41718a564be9f8e412fff8db847\lwjgl-2.9.1.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\org.lwjgl.lwjgl\lwjgl_util\2.9.1\290d7ba8a1bd9566f5ddf16ad06f09af5ec9b20e\lwjgl_util-2.9.1.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\io.netty\netty\3.6.5.Final\c3385a7138f5a3e91439e358547febc5028a4589\netty-3.6.5.Final.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\org.reflections\reflections\0.9.9-RC1\b78b545f452a6b7d4fab2641dd0b0147a0f4fd5e\reflections-0.9.9-RC1.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\java3d\vecmath\1.3.1\a0ae4f51da409fa0c20fa0ca59e6bbc9413ae71d\vecmath-1.3.1.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\net.java.dev.jna\jna\3.5.2\f1bf9fe267e17c1a8f7d1aa2c985e7fe81a06da6\jna-3.5.2.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\net.java.dev.jna\platform\3.5.2\beac07d13858ef3697ceeab43897d70aeb5113c9\platform-3.5.2.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\org.newdawn.slick\slick\237\d59834341d858e866ba52e11ac1d18db5be940d0\slick-237.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\org.terasology.bullet\tera-bullet\1.0.3\1ed5aef4de1217ccded5ff4b47d0b519b97a00c9\tera-bullet-1.0.3.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\com.esotericsoftware.reflectasm\reflectasm\1.09\6733a005d2fca661cb1bd6c4ffd48c778253ea6b\reflectasm-1.09.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\ec.util\MersenneTwister\20\9998e5d452a20402ee6161a5da01dc06b1b5e385\MersenneTwister-20.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\org.abego.treelayout\org.abego.treelayout.core\1.0.1\e31e79cba7a5414cf18fa69f3f0a2cf9ee997b61\org.abego.treelayout.core-1.0.1.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\com.miglayout\miglayout-core\4.2\70f2bfa2a077ee1632cc8229deffa1d942825c78\miglayout-core-4.2.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\org.terasology\CrashReporter\1.2.2\8e8a81ad4f7c9fedef8cff49faf916d0d88242fd\CrashReporter-1.2.2.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\net.java.jutils\jutils\1.0.0\e12fe1fda814bd348c1579329c86943d2cd3c6a6\jutils-1.0.0.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\net.java.jinput\jinput\2.0.5\39c7796b469a600f72380316f6b1f11db6c2c7c4\jinput-2.0.5.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\org.javassist\javassist\3.16.1-GA\315891b371395271977af518d4db5cee1a0bc9bf\javassist-3.16.1-GA.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\xml-apis\xml-apis\1.0.b2\3136ca936f64c9d68529f048c2618bd356bf85c9\xml-apis-1.0.b2.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\dom4j\dom4j\1.6.1\5d3ccc056b6f056dbf0dddfdf43894b9065a8f94\dom4j-1.6.1.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\com.jcraft\jogg\0.0.7\8d79e2bf312278ed077054d620631755851b8a8\jogg-0.0.7.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm\4.0\659add6efc75a4715d738e73f07505246edf4d66\asm-4.0.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\brianbb\jpastebin\1.0.0\ac46e2e742229afd6691989d905d650fba71bb0\jpastebin-1.0.0.jar;C:\Projects\Terasology\engine\libs\tera-ovr.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\ch.qos.logback\logback-classic\1.1.2\b316e9737eea25e9ddd6d88eaeee76878045c6b2\logback-classic-1.1.2.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\org.slf4j\jul-to-slf4j\1.7.7\def21bc1a6e648ee40b41a84f1db443132913105\jul-to-slf4j-1.7.7.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\org.codehaus.groovy\groovy\2.3.6\58479615c4a53124169506b0275de5cf366b0f35\groovy-2.3.6.jar;C:\Users\Josh\.gradle\caches\modules-2\files-2.1\ch.qos.logback\logback-core\1.1.2\2d23694879c2c12f125dac5076bdfd5d771cc4cb\logback-core-1.1.2.jar;C:\Program Files (x86)\JetBrains\IntelliJ IDEA Community Edition 13.1.4\lib\idea_rt.jar" org.terasology.engine.Terasology -homedir -noCrashReport
Connected to the target VM, address: '127.0.0.1:36189', transport: 'socket'
codeLocation: C:\Projects\Terasology\engine\build\classes
installPath was null, running from IDE or headless server? Setting to: C:\Projects\Terasology
Found the natives dir: C:\Projects\Terasology\natives
11:11:27,108 |-INFO in ch.qos.logback.classic.gaffer.ConfigurationDelegate@5cd62d1b - Added status listener of type [ch.qos.logback.core.status.OnConsoleStatusListener]
11:11:27,211 |-INFO in ch.qos.logback.classic.gaffer.ConfigurationDelegate@5cd62d1b - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
11:11:27,213 |-INFO in ch.qos.logback.classic.gaffer.ConfigurationDelegate@5cd62d1b - Naming appender as [FILE]
11:11:28,093 |-INFO in ch.qos.logback.core.FileAppender[FILE] - File property is set to [logs\Terasology.log]
11:11:28,112 |-INFO in ch.qos.logback.classic.gaffer.ConfigurationDelegate@5cd62d1b - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
11:11:28,116 |-INFO in ch.qos.logback.classic.gaffer.ConfigurationDelegate@5cd62d1b - Naming appender as [CONSOLE]
11:11:28,132 |-INFO in ch.qos.logback.classic.gaffer.ConfigurationDelegate@5cd62d1b - Setting level of logger [ROOT] to DEBUG
11:11:28,156 |-INFO in ch.qos.logback.classic.gaffer.ConfigurationDelegate@5cd62d1b - Attaching appender named [CONSOLE] to Logger[ROOT]
11:11:28,166 |-INFO in ch.qos.logback.classic.gaffer.ConfigurationDelegate@5cd62d1b - Attaching appender named [FILE] to Logger[ROOT]
11:11:28,170 |-INFO in ch.qos.logback.classic.gaffer.ConfigurationDelegate@5cd62d1b - Setting level of logger [org.terasology] to INFO
11:11:28,171 |-INFO in ch.qos.logback.classic.gaffer.ConfigurationDelegate@5cd62d1b - Setting level of logger [org.reflections.Reflections] to WARN
11:11:28.255 [main] INFO o.terasology.engine.TerasologyEngine - Initializing Terasology...
11:11:28.266 [main] INFO o.terasology.engine.TerasologyEngine - [buildNumber=, buildId=, buildTag=, buildUrl=, gitBranch=, gitCommit=, dateTime=, displayVersion=, engineVersion=]
11:11:28.267 [main] INFO o.terasology.engine.TerasologyEngine - Home path:
11:11:28.270 [main] INFO o.terasology.engine.TerasologyEngine - Install path: C:\Projects\Terasology
11:11:28.270 [main] INFO o.terasology.engine.TerasologyEngine - Java: 1.7.0_67 in C:\Program Files\Java\jdk1.7.0_67\jre
11:11:28.270 [main] INFO o.terasology.engine.TerasologyEngine - Java VM: Java HotSpot(TM) 64-Bit Server VM, version: 24.65-b04
11:11:28.270 [main] INFO o.terasology.engine.TerasologyEngine - OS: Windows 8.1, arch: amd64, version: 6.3
11:11:28.270 [main] INFO o.terasology.engine.TerasologyEngine - Max. Memory: 910 MB
11:11:28.270 [main] INFO o.terasology.engine.TerasologyEngine - Processors: 2
11:11:28.274 [main] INFO org.terasology.config.Config - Reading config file config.cfg
11:11:28.757 [main] INFO o.terasology.engine.TerasologyEngine - Video Settings: {"pixelFormat":24,"windowPosX":265,"windowPosY":151,"windowWidth":1152,"windowHeight":720,"fullscreen":false,"viewDistance":"near","flickeringLight":false,"animateGrass":true,"animateWater":false,"fieldOfView":90.0,"cameraBobbing":true,"renderPlacingBox":true,"blurIntensity":2,"reflectiveWater":false,"vignette":false,"motionBlur":false,"ssao":false,"filmGrain":false,"outline":true,"lightShafts":false,"eyeAdaptation":false,"bloom":false,"dynamicShadows":true,"oculusVrSupport":false,"maxTextureAtlasResolution":4096,"maxChunksUsedForShadowMapping":1024,"shadowMapResolution":1024,"normalMapping":false,"parallaxMapping":false,"dynamicShadowsPcfFiltering":false,"cloudShadows":false,"renderNearest":true,"particleEffectLimit":10,"frameLimit":30,"meshLimit":400,"inscattering":true,"localReflections":false,"vSync":false,"clampLighting":false,"fboScale":100,"cameraSettings":{"cameraSetting":"normal"},"debug":{"enabled":false,"stage":"opaque_color","firstPersonElementsHidden":false,"hudHidden":false,"wireframe":false,"renderChunkBoundingBoxes":false,"renderSkeletons":false}}
11:11:28.786 [main] WARN org.terasology.utilities.LWJGLHelper - Could not load optional TeraOVR native libraries - Oculus support disabled
11:11:28.882 [main] INFO o.t.module.ModulePathScanner - Discovered module: AlterationEffects-0.1.0
11:11:28.884 [main] INFO o.t.module.ModulePathScanner - Discovered module: AnotherWorld-0.1.0
11:11:28.886 [main] INFO o.t.module.ModulePathScanner - Discovered module: BlockNetwork-0.1.0
11:11:28.887 [main] WARN o.t.module.ModulePathScanner - Not a module: modules\BlockPicker
11:11:28.888 [main] WARN o.t.module.ModulePathScanner - Not a module: modules\Caves
11:11:28.890 [main] INFO o.t.module.ModulePathScanner - Discovered module: Cities-0.4.0
11:11:28.894 [main] INFO o.t.module.ModulePathScanner - Discovered module: CommonWorld-0.1.1
11:11:28.897 [main] INFO o.t.module.ModulePathScanner - Discovered module: Core-0.1.0
11:11:28.968 [main] INFO o.t.module.ModulePathScanner - Discovered module: Crops-0.2.0
11:11:28.970 [main] INFO o.t.module.ModulePathScanner - Discovered module: CustomOreGen-0.1.0
11:11:28.971 [main] WARN o.t.module.ModulePathScanner - Not a module: modules\DriftingInSpace
11:11:28.973 [main] INFO o.t.module.ModulePathScanner - Discovered module: Fences-0.1.0
11:11:28.975 [main] INFO o.t.module.ModulePathScanner - Discovered module: Fluid-0.1.0
11:11:28.977 [main] INFO o.t.module.ModulePathScanner - Discovered module: Genome-0.1.0
11:11:28.979 [main] INFO o.t.module.ModulePathScanner - Discovered module: GrowingFlora-0.1.0
11:11:28.981 [main] INFO o.t.module.ModulePathScanner - Discovered module: Hunger-0.1.0
11:11:28.982 [main] INFO o.t.module.ModulePathScanner - Discovered module: Journal-0.1.0
11:11:28.985 [main] INFO o.t.module.ModulePathScanner - Discovered module: LightAndShadow-0.1.0
11:11:28.987 [main] INFO o.t.module.ModulePathScanner - Discovered module: LightAndShadowResources-0.1.0
11:11:28.989 [main] INFO o.t.module.ModulePathScanner - Discovered module: Machines-0.1.0
11:11:28.990 [main] INFO o.t.module.ModulePathScanner - Discovered module: MultiBlock-0.1.0
11:11:28.992 [main] INFO o.t.module.ModulePathScanner - Discovered module: NameGenerator-0.3.0
11:11:28.995 [main] INFO o.t.module.ModulePathScanner - Discovered module: OreGeneration-0.1.0
11:11:28.997 [main] INFO o.t.module.ModulePathScanner - Discovered module: Pathfinding-0.1.0
11:11:28.999 [main] INFO o.t.module.ModulePathScanner - Discovered module: PlantPack-0.1.0
11:11:29.002 [main] INFO o.t.module.ModulePathScanner - Discovered module: StructuralResources-0.2.0
11:11:29.005 [main] INFO o.t.module.ModulePathScanner - Discovered module: TerraTech-0.1.0
11:11:29.008 [main] INFO o.t.module.ModulePathScanner - Discovered module: WoodAndStone-0.1.0
11:11:29.010 [main] INFO o.t.module.ModulePathScanner - Discovered module: Workstation-0.1.0
11:11:30.337 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:31.092 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\CommonWorld\build\classes
11:11:31.122 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:31.128 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fences\build\classes
11:11:31.134 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:31.145 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:11:31.189 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\AnotherWorld\build\classes
11:11:31.241 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\GrowingFlora\build\classes
11:11:31.276 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\PlantPack\build\classes
11:11:31.326 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:31.368 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\BlockNetwork\build\classes
11:11:31.379 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:31.388 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Journal\build\classes
11:11:31.413 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:31.414 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fluid\build\classes
11:11:31.428 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:31.429 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:11:31.430 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\AnotherWorld\build\classes
11:11:31.430 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:31.437 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\CustomOreGen\build\classes
11:11:31.455 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\OreGeneration\build\classes
11:11:31.471 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:31.472 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\CustomOreGen\build\classes
11:11:31.473 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:31.473 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:31.476 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:11:31.477 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\AlterationEffects\build\classes
11:11:31.491 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\AnotherWorld\build\classes
11:11:31.491 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\GrowingFlora\build\classes
11:11:31.491 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\PlantPack\build\classes
11:11:31.492 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\MultiBlock\build\classes
11:11:31.504 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Journal\build\classes
11:11:31.504 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fences\build\classes
11:11:31.504 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fluid\build\classes
11:11:31.504 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Workstation\build\classes
11:11:31.537 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Hunger\build\classes
11:11:31.556 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Genome\build\classes
11:11:31.579 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\NameGenerator\build\classes
11:11:31.617 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\WoodAndStone\build\classes
11:11:31.797 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:31.860 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fluid\build\classes
11:11:31.861 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Workstation\build\classes
11:11:31.861 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\BlockNetwork\build\classes
11:11:31.862 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Machines\build\classes
11:11:31.959 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Journal\build\classes
11:11:31.960 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:11:31.960 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\CustomOreGen\build\classes
11:11:31.960 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\OreGeneration\build\classes
11:11:31.960 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\TerraTech\build\classes
11:11:32.033 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:32.065 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:11:32.065 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\AnotherWorld\build\classes
11:11:32.066 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Genome\build\classes
11:11:32.066 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:32.075 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:11:32.076 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\AlterationEffects\build\classes
11:11:32.076 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:32.101 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:11:32.101 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Pathfinding\build\classes
11:11:32.173 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\NameGenerator\build\classes
11:11:32.174 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fences\build\classes
11:11:32.174 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\CommonWorld\build\classes
11:11:32.174 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Cities\build\classes
11:11:32.226 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\LightAndShadow\build\classes
11:11:32.242 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:32.280 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fluid\build\classes
11:11:32.280 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Workstation\build\classes
11:11:32.280 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\BlockNetwork\build\classes
11:11:32.280 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Machines\build\classes
11:11:32.281 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:32.282 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fluid\build\classes
11:11:32.283 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Workstation\build\classes
11:11:32.283 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:32.285 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:11:32.285 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Pathfinding\build\classes
11:11:32.298 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:32.325 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Hunger\build\classes
11:11:32.326 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:32.327 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:11:32.328 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\NameGenerator\build\classes
11:11:32.328 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fences\build\classes
11:11:32.329 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\CommonWorld\build\classes
11:11:32.329 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Cities\build\classes
11:11:32.329 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:32.357 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\MultiBlock\build\classes
11:11:32.358 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:32.359 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:11:32.360 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:32.370 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:11:32.370 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\AnotherWorld\build\classes
11:11:32.370 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\GrowingFlora\build\classes
11:11:32.370 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:32.377 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\NameGenerator\build\classes
11:11:32.377 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:33.884 [main] INFO o.t.rendering.ShaderManagerLwjgl - Loading Terasology shader manager...
11:11:33.884 [main] INFO o.t.rendering.ShaderManagerLwjgl - LWJGL: 2.9.1 / windows
11:11:33.884 [main] INFO o.t.rendering.ShaderManagerLwjgl - GL_VENDOR: ATI Technologies Inc.
11:11:33.885 [main] INFO o.t.rendering.ShaderManagerLwjgl - GL_RENDERER: AMD Radeon HD 6670
11:11:33.885 [main] INFO o.t.rendering.ShaderManagerLwjgl - GL_VERSION: 4.3.12618 Compatibility Profile Context 13.251.9001.1001
11:11:33.885 [main] INFO o.t.rendering.ShaderManagerLwjgl - SHADING_LANGUAGE VERSION: 4.30
11:11:33.885 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_AMDX_debug_output GL_AMDX_vertex_shader_tessellator GL_AMD_conservative_depth GL_AMD_debug_output GL_AMD_depth_clamp_separate GL_AMD_draw_buffers_blend GL_AMD_multi_draw_indirect GL_AMD_name_gen_delete
11:11:33.885 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_AMD_performance_monitor GL_AMD_pinned_memory GL_AMD_query_buffer_object GL_AMD_sample_positions GL_AMD_seamless_cubemap_per_texture GL_AMD_shader_stencil_export GL_AMD_shader_trace GL_AMD_texture_cube_map_array
11:11:33.885 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_AMD_texture_texture4 GL_AMD_transform_feedback3_lines_triangles GL_AMD_vertex_shader_layer GL_AMD_vertex_shader_tessellator GL_AMD_vertex_shader_viewport_index GL_ARB_ES2_compatibility GL_ARB_ES3_compatibility GL_ARB_arrays_of_arrays
11:11:33.885 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_base_instance GL_ARB_blend_func_extended GL_ARB_clear_buffer_object GL_ARB_color_buffer_float GL_ARB_compatibility GL_ARB_compressed_texture_pixel_storage GL_ARB_compute_shader GL_ARB_conservative_depth
11:11:33.885 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_copy_buffer GL_ARB_copy_image GL_ARB_debug_output GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_draw_buffers GL_ARB_draw_buffers_blend
11:11:33.885 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_draw_elements_base_vertex GL_ARB_draw_indirect GL_ARB_draw_instanced GL_ARB_explicit_attrib_location GL_ARB_explicit_uniform_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_layer_viewport GL_ARB_fragment_program
11:11:33.885 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_framebuffer_no_attachments GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_geometry_shader4 GL_ARB_get_program_binary GL_ARB_gpu_shader5
11:11:33.885 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_gpu_shader_fp64 GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_internalformat_query2 GL_ARB_invalidate_subdata
11:11:33.886 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_map_buffer_alignment GL_ARB_map_buffer_range GL_ARB_multi_draw_indirect GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_occlusion_query2 GL_ARB_pixel_buffer_object
11:11:33.886 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_program_interface_query GL_ARB_provoking_vertex GL_ARB_query_buffer_object GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map
11:11:33.886 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_seamless_cubemap_per_texture GL_ARB_separate_shader_objects GL_ARB_shader_atomic_counters GL_ARB_shader_bit_encoding GL_ARB_shader_image_load_store GL_ARB_shader_image_size GL_ARB_shader_objects GL_ARB_shader_precision
11:11:33.886 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_shader_stencil_export GL_ARB_shader_storage_buffer_object GL_ARB_shader_subroutine GL_ARB_shader_texture_lod GL_ARB_shading_language_100 GL_ARB_shading_language_420pack GL_ARB_shading_language_packing GL_ARB_shadow
11:11:33.886 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_shadow_ambient GL_ARB_stencil_texturing GL_ARB_sync GL_ARB_tessellation_shader GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_buffer_range
11:11:33.889 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_texture_compression GL_ARB_texture_compression_bptc GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_cube_map_array GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar
11:11:33.889 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_texture_env_dot3 GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_mirrored_repeat GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_levels
11:11:33.889 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_snorm GL_ARB_texture_storage GL_ARB_texture_storage_multisample GL_ARB_texture_view
11:11:33.889 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_transform_feedback_instanced GL_ARB_transpose_matrix GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object
11:11:33.889 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_vertex_attrib_64bit GL_ARB_vertex_attrib_binding GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_vertex_type_10f_11f_11f_rev GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array
11:11:33.889 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_envmap_bumpmap GL_ATI_fragment_shader GL_ATI_separate_stencil GL_ATI_texture_compression_3dc GL_ATI_texture_env_combine3 GL_ATI_texture_float
11:11:33.889 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_ATI_texture_mirror_once GL_EXT_abgr GL_EXT_bgra GL_EXT_bindable_uniform GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax
11:11:33.889 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_copy_buffer GL_EXT_copy_texture GL_EXT_direct_state_access GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_draw_range_elements
11:11:33.889 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4
11:11:33.889 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_EXT_histogram GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_provoking_vertex
11:11:33.889 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shader_image_load_store GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_EXT_subtexture GL_EXT_texgen_reflection
11:11:33.890 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_EXT_texture3D GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_bptc GL_EXT_texture_compression_latc GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map
11:11:33.890 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_EXT_texture_edge_clamp GL_EXT_texture_env_add GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_integer GL_EXT_texture_lod GL_EXT_texture_lod_bias
11:11:33.890 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_EXT_texture_sRGB_decode GL_EXT_texture_shared_exponent GL_EXT_texture_snorm GL_EXT_texture_storage
11:11:33.890 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_EXT_texture_swizzle GL_EXT_timer_query GL_EXT_transform_feedback GL_EXT_vertex_array GL_EXT_vertex_array_bgra GL_EXT_vertex_attrib_64bit GL_IBM_texture_mirrored_repeat GL_KHR_debug
11:11:33.890 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_KTX_buffer_region GL_NV_blend_square GL_NV_conditional_render GL_NV_copy_depth_to_color GL_NV_copy_image GL_NV_explicit_multisample GL_NV_float_buffer GL_NV_half_float
11:11:33.890 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: GL_NV_primitive_restart GL_NV_texgen_reflection GL_NV_texture_barrier GL_SGIS_generate_mipmap GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_SUN_multi_draw_arrays GL_WIN_swap_hint
11:11:33.890 [main] INFO o.t.rendering.ShaderManagerLwjgl - EXTENSIONS: WGL_EXT_swap_control
11:11:37.702 [main] INFO o.t.audio.openAL.OpenALManager - Initializing OpenAL audio manager
11:11:37.741 [main] INFO o.t.audio.openAL.OpenALManager - OpenAL 1.1 ALSOFT 1.15.1 initialized!
11:11:37.741 [main] INFO o.t.audio.openAL.OpenALManager - Using OpenAL: OpenAL Soft by OpenAL Community
11:11:37.742 [main] INFO o.t.audio.openAL.OpenALManager - Using device: OpenAL Soft
11:11:37.742 [main] INFO o.t.audio.openAL.OpenALManager - Available AL extensions: AL_EXT_ALAW AL_EXT_DOUBLE AL_EXT_EXPONENT_DISTANCE AL_EXT_FLOAT32 AL_EXT_IMA4 AL_EXT_LINEAR_DISTANCE AL_EXT_MCFORMATS AL_EXT_MULAW AL_EXT_MULAW_MCFORMATS AL_EXT_OFFSET AL_EXT_source_distance_model AL_LOKI_quadriphonic AL_SOFT_buffer_samples AL_SOFT_buffer_sub_data AL_SOFTX_deferred_updates AL_SOFT_direct_channels AL_SOFT_loop_points AL_SOFT_source_latency
11:11:37.742 [main] INFO o.t.audio.openAL.OpenALManager - Available ALC extensions: ALC_ENUMERATE_ALL_EXT ALC_ENUMERATION_EXT ALC_EXT_CAPTURE ALC_EXT_DEDICATED ALC_EXT_disconnect ALC_EXT_EFX ALC_EXT_thread_local_context ALC_SOFT_loopback
11:11:37.742 [main] INFO o.t.audio.openAL.OpenALManager - Max mono sources: 255
11:11:37.743 [main] INFO o.t.audio.openAL.OpenALManager - Max stereo sources: 1
11:11:37.743 [main] INFO o.t.audio.openAL.OpenALManager - Mixer frequency: 44100
11:11:37.793 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\CommonWorld\build\classes
11:11:37.794 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:37.838 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fences\build\classes
11:11:37.838 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:37.840 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:11:37.841 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\AnotherWorld\build\classes
11:11:37.841 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\GrowingFlora\build\classes
11:11:37.841 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\PlantPack\build\classes
11:11:37.841 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:37.844 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\BlockNetwork\build\classes
11:11:37.844 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:37.847 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Journal\build\classes
11:11:37.847 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:37.868 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fluid\build\classes
11:11:37.868 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:37.870 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:11:37.871 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\AnotherWorld\build\classes
11:11:37.871 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:37.873 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\CustomOreGen\build\classes
11:11:37.873 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\OreGeneration\build\classes
11:11:37.873 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:37.876 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\CustomOreGen\build\classes
11:11:37.876 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:37.878 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:37.892 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:11:37.892 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\AlterationEffects\build\classes
11:11:37.892 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\AnotherWorld\build\classes
11:11:37.893 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\GrowingFlora\build\classes
11:11:37.893 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\PlantPack\build\classes
11:11:37.893 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\MultiBlock\build\classes
11:11:37.893 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Journal\build\classes
11:11:37.893 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fences\build\classes
11:11:37.893 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fluid\build\classes
11:11:37.894 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Workstation\build\classes
11:11:37.894 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Hunger\build\classes
11:11:37.894 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Genome\build\classes
11:11:37.894 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\NameGenerator\build\classes
11:11:37.894 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\WoodAndStone\build\classes
11:11:37.894 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:37.931 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fluid\build\classes
11:11:37.931 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Workstation\build\classes
11:11:37.931 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\BlockNetwork\build\classes
11:11:37.932 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Machines\build\classes
11:11:37.932 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Journal\build\classes
11:11:37.932 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:11:37.933 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\CustomOreGen\build\classes
11:11:37.933 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\OreGeneration\build\classes
11:11:37.933 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\TerraTech\build\classes
11:11:37.934 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:37.961 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:11:37.961 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\AnotherWorld\build\classes
11:11:37.962 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Genome\build\classes
11:11:37.962 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:37.967 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:11:37.968 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\AlterationEffects\build\classes
11:11:37.968 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:37.971 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:11:37.971 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Pathfinding\build\classes
11:11:37.971 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\NameGenerator\build\classes
11:11:37.972 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fences\build\classes
11:11:37.972 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\CommonWorld\build\classes
11:11:37.972 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Cities\build\classes
11:11:37.973 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\LightAndShadow\build\classes
11:11:37.973 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:37.985 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fluid\build\classes
11:11:37.985 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Workstation\build\classes
11:11:37.985 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\BlockNetwork\build\classes
11:11:37.988 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Machines\build\classes
11:11:37.988 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:37.991 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fluid\build\classes
11:11:37.991 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Workstation\build\classes
11:11:37.991 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:37.994 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:11:37.994 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Pathfinding\build\classes
11:11:37.995 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:38.001 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Hunger\build\classes
11:11:38.002 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:38.005 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:11:38.005 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\NameGenerator\build\classes
11:11:38.005 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fences\build\classes
11:11:38.005 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\CommonWorld\build\classes
11:11:38.006 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Cities\build\classes
11:11:38.006 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:38.010 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\MultiBlock\build\classes
11:11:38.011 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:38.017 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:11:38.017 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:38.020 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:11:38.020 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\AnotherWorld\build\classes
11:11:38.020 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\GrowingFlora\build\classes
11:11:38.021 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:38.024 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\NameGenerator\build\classes
11:11:38.027 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:38.130 [main] INFO o.terasology.engine.TerasologyEngine - Initialization completed in 9.88sec.
11:11:40.490 [main] WARN o.t.engine.internal.TimeBase - Delta too great (358748203), capping to 1000
11:11:44.349 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:11:44.349 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:11:45.905 [main] WARN o.t.engine.internal.TimeBase - Delta too great (1556), capping to 1000
11:11:47.507 [main] INFO o.t.w.block.loader.BlockSoundsLoader - Loading Block Sounds...
11:11:47.538 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds engine:default
11:11:47.538 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds Core:snow
11:11:47.538 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds Core:wood
11:11:47.538 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds Core:sand
11:11:47.538 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds Core:stone
11:11:47.538 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds Core:soil
11:11:47.538 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds Core:gravel
11:11:47.587 [main] INFO o.t.world.block.loader.BlockLoader - Loading Blocks...
11:11:47.702 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[engine:air]
11:11:47.703 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block engine:air with id 0
11:11:47.709 [main] WARN o.t.engine.internal.TimeBase - Delta too great (1194), capping to 1000
11:11:47.722 [main] INFO o.t.world.biomes.BiomeManager - Registering biome MOUNTAINS with short id 0.
11:11:47.722 [main] INFO o.t.world.biomes.BiomeManager - Registering biome SNOW with short id 1.
11:11:47.722 [main] INFO o.t.world.biomes.BiomeManager - Registering biome DESERT with short id 2.
11:11:47.722 [main] INFO o.t.world.biomes.BiomeManager - Registering biome FOREST with short id 3.
11:11:47.722 [main] INFO o.t.world.biomes.BiomeManager - Registering biome PLAINS with short id 4.
11:11:47.731 [main] INFO o.t.world.biomes.BiomeManager - Registering biome org.terasology.world.biomes.UnknownBiome@6f38ea04 with short id 0.
11:11:47.736 [main] INFO o.t.world.biomes.BiomeManager - Registered new biome Core:mountains with id 1 that wasn't present in the save game.
11:11:47.737 [main] INFO o.t.world.biomes.BiomeManager - Registered new biome Core:desert with id 2 that wasn't present in the save game.
11:11:47.737 [main] INFO o.t.world.biomes.BiomeManager - Registered new biome Core:plains with id 3 that wasn't present in the save game.
11:11:47.737 [main] INFO o.t.world.biomes.BiomeManager - Registered new biome Core:snow with id 4 that wasn't present in the save game.
11:11:47.737 [main] INFO o.t.world.biomes.BiomeManager - Registered new biome Core:forest with id 5 that wasn't present in the save game.
11:11:49.641 [main] WARN o.t.engine.internal.TimeBase - Delta too great (1902), capping to 1000
11:11:50.415 [main] ERROR o.t.p.serializers.PrefabSerializer - Prefab contains unknown component 'Breather'
11:11:50.503 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:DoorTop]
11:11:50.503 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorTop.LEFT with id 1
11:11:50.503 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorTop.RIGHT with id 2
11:11:50.503 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorTop.FRONT with id 3
11:11:50.503 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorTop.BACK with id 4
11:11:50.508 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:DoorBottom]
11:11:50.508 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorBottom.LEFT with id 5
11:11:50.509 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorBottom.RIGHT with id 6
11:11:50.509 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorBottom.FRONT with id 7
11:11:50.509 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorBottom.BACK with id 8
11:11:50.518 [main] ERROR o.t.p.serializers.PrefabSerializer - Prefab contains unknown component 'UnbreathableBlock'
11:11:50.527 [main] ERROR o.t.p.serializers.PrefabSerializer - Prefab contains unknown component 'Miniaturizer'
11:11:50.860 [main] INFO o.t.e.m.l.InitialiseWorld - World seed: "mVWmq4JumFYLUeJXZVT6UANK7KDYB8mc"
11:11:51.628 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.628 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.629 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.630 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.634 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.634 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.660 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.660 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.661 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.662 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.665 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.666 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.726 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:TallGrass1]
11:11:51.726 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:TallGrass1 with id 9
11:11:51.736 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Grass]
11:11:51.737 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Grass with id 10
11:11:51.737 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Snow]
11:11:51.737 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Snow with id 11
11:11:51.740 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:Sand]
11:11:51.740 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:Sand with id 12
11:11:51.742 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:GreenLeaf]
11:11:51.743 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:GreenLeaf with id 13
11:11:51.743 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:OakTrunk]
11:11:51.743 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:OakTrunk with id 14
11:11:51.747 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:DarkLeaf]
11:11:51.747 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:DarkLeaf with id 15
11:11:51.747 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:PineTrunk]
11:11:51.748 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:PineTrunk with id 16
11:11:51.748 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:BirkTrunk]
11:11:51.748 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:BirkTrunk with id 17
11:11:51.750 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:RedLeaf]
11:11:51.751 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:RedLeaf with id 18
11:11:51.757 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Cactus]
11:11:51.757 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Cactus with id 19
11:11:51.759 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:stone]
11:11:51.760 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:stone with id 20
11:11:51.760 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Water]
11:11:51.760 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Water with id 21
11:11:51.762 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:Ice]
11:11:51.763 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:Ice with id 22
11:11:51.765 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:Dirt]
11:11:51.765 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:Dirt with id 23
11:11:51.770 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.770 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.771 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.777 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.780 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.781 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.829 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 41, 0
11:11:51.829 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 42, 0
11:11:51.839 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.839 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.840 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.840 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.843 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.843 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.866 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.867 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.868 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.868 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.870 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.871 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.894 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.895 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.896 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.896 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.898 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.898 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.939 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.939 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.940 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.940 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.943 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.943 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.994 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.995 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.996 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:51.996 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.635 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.636 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.637 [main] WARN o.t.engine.internal.TimeBase - Delta too great (1693), capping to 1000
11:11:53.659 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.660 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.661 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.661 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.663 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.664 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.686 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.686 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.687 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.688 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.689 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.690 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.712 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.713 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.714 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.714 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.716 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.716 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.739 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.739 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.740 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.741 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.742 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.743 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.771 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.772 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.773 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.773 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.775 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.775 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:53.799 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:54.873 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:54.874 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:54.874 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:54.876 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:54.876 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:11:54.877 [main] WARN o.t.engine.internal.TimeBase - Delta too great (1101), capping to 1000
11:11:55.444 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Chest]
11:11:55.445 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Chest.LEFT with id 24
11:11:55.445 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Chest.RIGHT with id 25
11:11:55.445 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Chest.FRONT with id 26
11:11:55.445 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Chest.BACK with id 27
11:11:55.450 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:companion]
11:11:55.453 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:companion with id 28
11:11:55.465 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:brick:engine:stair]
11:11:55.466 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:brick:engine:stair.LEFT with id 29
11:11:55.466 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:brick:engine:stair.RIGHT with id 30
11:11:55.466 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:brick:engine:stair.FRONT with id 31
11:11:55.466 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:brick:engine:stair.BACK with id 32
11:11:55.467 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Tnt]
11:11:55.468 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Tnt with id 33
11:11:55.471 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:Brick]
11:11:55.472 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:Brick with id 34
11:11:55.474 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:Plank]
11:11:55.474 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:Plank with id 35
11:11:55.476 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Lava]
11:11:55.477 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Lava with id 36
11:11:55.478 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Iris]
11:11:55.478 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Iris with id 37
11:11:55.479 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Dandelion]
11:11:55.480 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Dandelion with id 38
11:11:55.481 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Tulip]
11:11:55.481 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Tulip with id 39
11:11:55.482 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:YellowFlower]
11:11:55.483 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:YellowFlower with id 40
11:11:55.484 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Torch]
11:11:55.485 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Torch.TOP with id 41
11:11:55.485 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Torch.LEFT with id 42
11:11:55.485 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Torch.RIGHT with id 43
11:11:55.485 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Torch.FRONT with id 44
11:11:55.525 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Torch.BACK with id 45
11:12:00.664 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 77, netId = 0, prefab = 'Core:pickaxe'}
11:12:00.670 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 78, netId = 0, prefab = 'Core:axe'}
11:12:00.670 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 84, netId = 0, prefab = 'engine:blockItemBase'}
11:12:00.675 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:explodeTool'}
11:12:00.675 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:railgunTool'}
11:12:00.676 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 87, netId = 0, prefab = 'Core:miniaturizer'}
11:12:00.676 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 47, netId = 0, prefab = 'engine:blockItemBase'}
11:12:00.677 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:00.677 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:00.677 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:01.172 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 77, netId = 0, prefab = 'Core:pickaxe'}
11:12:01.173 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 78, netId = 0, prefab = 'Core:axe'}
11:12:01.173 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 84, netId = 0, prefab = 'engine:blockItemBase'}
11:12:01.174 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:explodeTool'}
11:12:01.175 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:railgunTool'}
11:12:01.175 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 87, netId = 0, prefab = 'Core:miniaturizer'}
11:12:01.176 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 47, netId = 0, prefab = 'engine:blockItemBase'}
11:12:01.177 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:01.177 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:01.177 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:01.247 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 77, netId = 0, prefab = 'Core:pickaxe'}
11:12:01.247 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 78, netId = 0, prefab = 'Core:axe'}
11:12:01.248 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 84, netId = 0, prefab = 'engine:blockItemBase'}
11:12:01.249 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:explodeTool'}
11:12:01.249 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:railgunTool'}
11:12:01.250 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 87, netId = 0, prefab = 'Core:miniaturizer'}
11:12:01.250 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 47, netId = 0, prefab = 'engine:blockItemBase'}
11:12:01.251 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:01.251 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:01.252 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:01.267 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 77, netId = 0, prefab = 'Core:pickaxe'}
11:12:01.268 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 78, netId = 0, prefab = 'Core:axe'}
11:12:01.268 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 84, netId = 0, prefab = 'engine:blockItemBase'}
11:12:01.642 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:explodeTool'}
11:12:01.642 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:railgunTool'}
11:12:01.642 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 87, netId = 0, prefab = 'Core:miniaturizer'}
11:12:01.643 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 47, netId = 0, prefab = 'engine:blockItemBase'}
11:12:01.643 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:01.644 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:01.644 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:01.660 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 77, netId = 0, prefab = 'Core:pickaxe'}
11:12:01.661 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 78, netId = 0, prefab = 'Core:axe'}
11:12:01.661 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 84, netId = 0, prefab = 'engine:blockItemBase'}
11:12:01.666 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:explodeTool'}
11:12:01.666 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:railgunTool'}
11:12:01.667 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 87, netId = 0, prefab = 'Core:miniaturizer'}
11:12:01.667 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 47, netId = 0, prefab = 'engine:blockItemBase'}
11:12:01.668 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:01.668 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:01.669 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:01.683 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 77, netId = 0, prefab = 'Core:pickaxe'}
11:12:01.684 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 78, netId = 0, prefab = 'Core:axe'}
11:12:01.684 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 84, netId = 0, prefab = 'engine:blockItemBase'}
11:12:01.685 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:explodeTool'}
11:12:01.686 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:railgunTool'}
11:12:01.686 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 87, netId = 0, prefab = 'Core:miniaturizer'}
11:12:01.687 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 47, netId = 0, prefab = 'engine:blockItemBase'}
11:12:01.687 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:01.688 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:01.688 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:01.702 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 77, netId = 0, prefab = 'Core:pickaxe'}
11:12:01.703 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 78, netId = 0, prefab = 'Core:axe'}
11:12:01.703 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 84, netId = 0, prefab = 'engine:blockItemBase'}
11:12:01.704 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:explodeTool'}
11:12:01.705 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:railgunTool'}
11:12:01.705 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 87, netId = 0, prefab = 'Core:miniaturizer'}
11:12:02.364 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 47, netId = 0, prefab = 'engine:blockItemBase'}
11:12:02.365 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:02.365 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:02.366 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:02.406 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 77, netId = 0, prefab = 'Core:pickaxe'}
11:12:02.407 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 78, netId = 0, prefab = 'Core:axe'}
11:12:02.407 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 84, netId = 0, prefab = 'engine:blockItemBase'}
11:12:02.408 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:explodeTool'}
11:12:02.409 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:railgunTool'}
11:12:02.409 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 87, netId = 0, prefab = 'Core:miniaturizer'}
11:12:02.409 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 47, netId = 0, prefab = 'engine:blockItemBase'}
11:12:02.410 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:02.410 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:02.410 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:02.451 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 77, netId = 0, prefab = 'Core:pickaxe'}
11:12:02.451 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 78, netId = 0, prefab = 'Core:axe'}
11:12:02.451 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 84, netId = 0, prefab = 'engine:blockItemBase'}
11:12:02.452 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:explodeTool'}
11:12:02.453 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:railgunTool'}
11:12:02.453 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 87, netId = 0, prefab = 'Core:miniaturizer'}
11:12:02.453 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 47, netId = 0, prefab = 'engine:blockItemBase'}
11:12:02.454 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:02.454 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:02.455 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:02.470 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 77, netId = 0, prefab = 'Core:pickaxe'}
11:12:02.470 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 78, netId = 0, prefab = 'Core:axe'}
11:12:02.471 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 84, netId = 0, prefab = 'engine:blockItemBase'}
11:12:02.472 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:explodeTool'}
11:12:02.472 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:railgunTool'}
11:12:02.473 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 87, netId = 0, prefab = 'Core:miniaturizer'}
11:12:02.473 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 47, netId = 0, prefab = 'engine:blockItemBase'}
11:12:02.474 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:02.474 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:02.746 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:02.765 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 77, netId = 0, prefab = 'Core:pickaxe'}
11:12:02.765 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 78, netId = 0, prefab = 'Core:axe'}
11:12:02.765 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 84, netId = 0, prefab = 'engine:blockItemBase'}
11:12:02.766 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:explodeTool'}
11:12:02.767 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:railgunTool'}
11:12:02.767 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 87, netId = 0, prefab = 'Core:miniaturizer'}
11:12:02.768 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 47, netId = 0, prefab = 'engine:blockItemBase'}
11:12:02.769 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:02.769 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:02.769 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:02.786 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 77, netId = 0, prefab = 'Core:pickaxe'}
11:12:02.786 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 78, netId = 0, prefab = 'Core:axe'}
11:12:02.787 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 84, netId = 0, prefab = 'engine:blockItemBase'}
11:12:02.788 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 85, netId = 0, prefab = 'Core:explodeTool'}
11:12:02.788 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 86, netId = 0, prefab = 'Core:railgunTool'}
11:12:02.788 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 87, netId = 0, prefab = 'Core:miniaturizer'}
11:12:02.789 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id = 47, netId = 0, prefab = 'engine:blockItemBase'}
11:12:02.790 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:02.790 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:02.790 [main] INFO o.t.r.n.l.ingame.inventory.ItemCell - ItemCell.onDraw:EntityRef{id=0}
11:12:05.553 [main] INFO o.t.n.internal.NetworkSystemImpl - Client disconnected: Player
11:12:05.564 [main] INFO o.t.l.console.internal.ConsoleImpl - [NOTIFICATION] Player "Player" has left the game
11:12:05.610 [main] INFO o.t.n.internal.NetworkSystemImpl - Network shutdown
11:12:06.717 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:12:09.116 [main] WARN o.t.engine.internal.TimeBase - Delta too great (3599), capping to 1000
11:12:11.792 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:12:11.793 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:12:14.230 [main] WARN o.t.engine.internal.TimeBase - Delta too great (2438), capping to 1000
11:12:14.834 [main] INFO o.t.w.block.loader.BlockSoundsLoader - Loading Block Sounds...
11:12:14.839 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds engine:default
11:12:14.839 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds Core:snow
11:12:14.839 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds Core:wood
11:12:14.839 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds Core:sand
11:12:14.839 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds Core:stone
11:12:14.839 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds Core:soil
11:12:14.839 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds Core:gravel
11:12:14.840 [main] INFO o.t.world.block.loader.BlockLoader - Loading Blocks...
11:12:14.908 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[engine:air]
11:12:14.909 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block engine:air with id 0
11:12:14.918 [main] INFO o.t.world.biomes.BiomeManager - Registering biome MOUNTAINS with short id 0.
11:12:14.919 [main] INFO o.t.world.biomes.BiomeManager - Registering biome SNOW with short id 1.
11:12:14.919 [main] INFO o.t.world.biomes.BiomeManager - Registering biome DESERT with short id 2.
11:12:14.919 [main] INFO o.t.world.biomes.BiomeManager - Registering biome FOREST with short id 3.
11:12:14.919 [main] INFO o.t.world.biomes.BiomeManager - Registering biome PLAINS with short id 4.
11:12:14.919 [main] INFO o.t.world.biomes.BiomeManager - Registering biome org.terasology.world.biomes.UnknownBiome@6f38ea04 with short id 0.
11:12:14.919 [main] INFO o.t.world.biomes.BiomeManager - Registered new biome Core:mountains with id 1 that wasn't present in the save game.
11:12:14.919 [main] INFO o.t.world.biomes.BiomeManager - Registered new biome Core:desert with id 2 that wasn't present in the save game.
11:12:14.919 [main] INFO o.t.world.biomes.BiomeManager - Registered new biome Core:plains with id 3 that wasn't present in the save game.
11:12:14.919 [main] INFO o.t.world.biomes.BiomeManager - Registered new biome Core:snow with id 4 that wasn't present in the save game.
11:12:14.919 [main] INFO o.t.world.biomes.BiomeManager - Registered new biome Core:forest with id 5 that wasn't present in the save game.
11:12:16.697 [main] WARN o.t.engine.internal.TimeBase - Delta too great (1787), capping to 1000
11:12:16.845 [main] ERROR o.t.p.serializers.PrefabSerializer - Prefab contains unknown component 'Breather'
11:12:16.931 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:DoorTop]
11:12:16.931 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorTop.LEFT with id 1
11:12:16.931 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorTop.RIGHT with id 2
11:12:16.931 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorTop.FRONT with id 3
11:12:16.931 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorTop.BACK with id 4
11:12:16.937 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:DoorBottom]
11:12:16.937 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorBottom.LEFT with id 5
11:12:16.937 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorBottom.RIGHT with id 6
11:12:16.937 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorBottom.FRONT with id 7
11:12:16.937 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorBottom.BACK with id 8
11:12:16.942 [main] ERROR o.t.p.serializers.PrefabSerializer - Prefab contains unknown component 'UnbreathableBlock'
11:12:16.952 [main] ERROR o.t.p.serializers.PrefabSerializer - Prefab contains unknown component 'Miniaturizer'
11:12:17.015 [main] INFO o.t.e.m.l.InitialiseWorld - World seed: "50EaqVGPcSbXgyb43vQa6JWYv4XDxDyc"
11:12:17.122 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.122 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.122 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.122 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.124 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.124 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.139 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:TallGrass1]
11:12:17.139 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:TallGrass1 with id 9
11:12:17.146 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Grass]
11:12:17.146 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Grass with id 10
11:12:17.146 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Snow]
11:12:17.147 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Snow with id 11
11:12:17.148 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:Sand]
11:12:17.149 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:Sand with id 12
11:12:17.150 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:GreenLeaf]
11:12:17.151 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:GreenLeaf with id 13
11:12:17.151 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:OakTrunk]
11:12:17.151 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:OakTrunk with id 14
11:12:17.153 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:DarkLeaf]
11:12:17.153 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:DarkLeaf with id 15
11:12:17.153 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:PineTrunk]
11:12:17.153 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:PineTrunk with id 16
11:12:17.154 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:BirkTrunk]
11:12:17.154 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:BirkTrunk with id 17
11:12:17.155 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:RedLeaf]
11:12:17.156 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:RedLeaf with id 18
11:12:17.158 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Cactus]
11:12:17.159 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Cactus with id 19
11:12:17.160 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:stone]
11:12:17.160 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:stone with id 20
11:12:17.161 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Water]
11:12:17.161 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Water with id 21
11:12:17.162 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:Ice]
11:12:17.163 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:Ice with id 22
11:12:17.164 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:Dirt]
11:12:17.165 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:Dirt with id 23
11:12:17.167 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.167 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.167 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.167 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.169 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.169 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.174 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 41, 0
11:12:17.174 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 42, 0
11:12:17.359 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.359 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.359 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.359 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.360 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.361 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.774 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.774 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.775 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.775 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.776 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.776 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.817 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.817 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.817 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.818 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.819 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.819 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.841 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.842 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.842 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.842 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.843 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.843 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.867 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.867 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.868 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.868 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.869 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.870 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:17.893 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:19.675 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:19.676 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:19.676 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:19.677 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:19.677 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:19.678 [main] WARN o.t.engine.internal.TimeBase - Delta too great (1807), capping to 1000
11:12:19.893 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Chest]
11:12:19.894 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Chest.LEFT with id 24
11:12:19.894 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Chest.RIGHT with id 25
11:12:19.894 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Chest.FRONT with id 26
11:12:19.894 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Chest.BACK with id 27
11:12:19.897 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:companion]
11:12:19.898 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:companion with id 28
11:12:19.900 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:brick:engine:stair]
11:12:19.901 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:brick:engine:stair.LEFT with id 29
11:12:19.901 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:brick:engine:stair.RIGHT with id 30
11:12:19.901 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:brick:engine:stair.FRONT with id 31
11:12:19.901 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:brick:engine:stair.BACK with id 32
11:12:19.902 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Tnt]
11:12:19.903 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Tnt with id 33
11:12:19.905 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:Brick]
11:12:19.905 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:Brick with id 34
11:12:19.907 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:Plank]
11:12:19.908 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:Plank with id 35
11:12:19.910 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Lava]
11:12:19.910 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Lava with id 36
11:12:19.911 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Iris]
11:12:19.912 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Iris with id 37
11:12:19.912 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Dandelion]
11:12:19.913 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Dandelion with id 38
11:12:19.913 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Tulip]
11:12:19.914 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Tulip with id 39
11:12:19.914 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:YellowFlower]
11:12:19.915 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:YellowFlower with id 40
11:12:19.916 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Torch]
11:12:19.916 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Torch.TOP with id 41
11:12:19.916 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Torch.LEFT with id 42
11:12:19.916 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Torch.RIGHT with id 43
11:12:19.916 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Torch.FRONT with id 44
11:12:19.935 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Torch.BACK with id 45
11:12:30.780 [main] INFO o.t.n.internal.NetworkSystemImpl - Client disconnected: Player
11:12:30.780 [main] INFO o.t.l.console.internal.ConsoleImpl - [NOTIFICATION] Player "Player" has left the game
11:12:30.789 [main] INFO o.t.n.internal.NetworkSystemImpl - Network shutdown
11:12:31.687 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:12:33.957 [main] WARN o.t.engine.internal.TimeBase - Delta too great (3211), capping to 1000
11:12:41.724 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Core\build\classes
11:12:41.724 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Fluid\build\classes
11:12:41.724 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Workstation\build\classes
11:12:41.724 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\BlockNetwork\build\classes
11:12:41.725 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Machines\build\classes
11:12:41.725 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\Journal\build\classes
11:12:41.725 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\CustomOreGen\build\classes
11:12:41.725 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\OreGeneration\build\classes
11:12:41.725 [main] INFO o.t.module.sandbox.ModuleClassLoader - Module path: C:\Projects\Terasology\modules\TerraTech\build\classes
11:12:41.726 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
11:12:44.199 [main] WARN o.t.engine.internal.TimeBase - Delta too great (2476), capping to 1000
11:12:45.287 [main] INFO o.t.w.block.loader.BlockSoundsLoader - Loading Block Sounds...
11:12:45.292 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds engine:default
11:12:45.292 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds Core:snow
11:12:45.292 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds Core:wood
11:12:45.292 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds Core:sand
11:12:45.292 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds Core:stone
11:12:45.293 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds Core:soil
11:12:45.293 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Sounds Core:gravel
11:12:45.293 [main] INFO o.t.world.block.loader.BlockLoader - Loading Blocks...
11:12:45.426 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[engine:air]
11:12:45.427 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block engine:air with id 0
11:12:45.429 [main] WARN o.t.engine.internal.TimeBase - Delta too great (1164), capping to 1000
11:12:45.437 [main] INFO o.t.world.biomes.BiomeManager - Registering biome MOUNTAINS with short id 0.
11:12:45.437 [main] INFO o.t.world.biomes.BiomeManager - Registering biome SNOW with short id 1.
11:12:45.437 [main] INFO o.t.world.biomes.BiomeManager - Registering biome DESERT with short id 2.
11:12:45.437 [main] INFO o.t.world.biomes.BiomeManager - Registering biome FOREST with short id 3.
11:12:45.437 [main] INFO o.t.world.biomes.BiomeManager - Registering biome PLAINS with short id 4.
11:12:45.437 [main] INFO o.t.world.biomes.BiomeManager - Registering biome org.terasology.world.biomes.UnknownBiome@6f38ea04 with short id 0.
11:12:45.437 [main] INFO o.t.world.biomes.BiomeManager - Registered new biome Core:mountains with id 1 that wasn't present in the save game.
11:12:45.437 [main] INFO o.t.world.biomes.BiomeManager - Registered new biome Core:desert with id 2 that wasn't present in the save game.
11:12:45.437 [main] INFO o.t.world.biomes.BiomeManager - Registered new biome Core:plains with id 3 that wasn't present in the save game.
11:12:45.438 [main] INFO o.t.world.biomes.BiomeManager - Registered new biome Core:snow with id 4 that wasn't present in the save game.
11:12:45.438 [main] INFO o.t.world.biomes.BiomeManager - Registered new biome Core:forest with id 5 that wasn't present in the save game.
11:12:47.397 [main] WARN o.t.engine.internal.TimeBase - Delta too great (1968), capping to 1000
11:12:48.116 [main] ERROR o.t.p.serializers.PrefabSerializer - Prefab contains unknown component 'Breather'
11:12:48.152 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Plank:TerraTech:Axle]
11:12:48.152 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Plank:TerraTech:Axle.LEFT with id 1
11:12:48.152 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Plank:TerraTech:Axle.RIGHT with id 2
11:12:48.152 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Plank:TerraTech:Axle.FRONT with id 3
11:12:48.152 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Plank:TerraTech:Axle.BACK with id 4
11:12:48.280 [main] ERROR o.t.p.serializers.PrefabSerializer - Prefab contains unknown component 'UnbreathableBlock'
11:12:48.405 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:DoorTop]
11:12:48.405 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorTop.LEFT with id 5
11:12:48.405 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorTop.RIGHT with id 6
11:12:48.405 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorTop.FRONT with id 7
11:12:48.405 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorTop.BACK with id 8
11:12:48.410 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:DoorBottom]
11:12:48.411 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorBottom.LEFT with id 9
11:12:48.411 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorBottom.RIGHT with id 10
11:12:48.411 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorBottom.FRONT with id 11
11:12:48.411 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:DoorBottom.BACK with id 12
11:12:48.413 [main] ERROR o.t.p.serializers.PrefabSerializer - Prefab contains unknown component 'UnbreathableBlock'
11:12:48.423 [main] ERROR o.t.p.serializers.PrefabSerializer - Prefab contains unknown component 'Miniaturizer'
11:12:48.841 [main] INFO o.t.m.s.MechanicalPowerBlockNetworkImpl - Initialized Mechanical Power System
11:12:49.045 [main] INFO o.t.e.m.l.InitialiseWorld - World seed: "iqAIqNEBLzlGYW3SrH5L79iBF0ac004v"
11:12:49.252 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:49.252 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:49.253 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:49.253 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:49.254 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:49.254 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:49.285 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:TallGrass1]
11:12:49.285 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:TallGrass1 with id 13
11:12:49.293 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Grass]
11:12:49.294 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Grass with id 14
11:12:49.294 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Snow]
11:12:49.294 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Snow with id 15
11:12:49.297 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:Sand]
11:12:49.297 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:Sand with id 16
11:12:49.299 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:GreenLeaf]
11:12:49.299 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:GreenLeaf with id 17
11:12:49.300 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:OakTrunk]
11:12:49.300 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:OakTrunk with id 18
11:12:49.302 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:DarkLeaf]
11:12:49.302 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:DarkLeaf with id 19
11:12:49.303 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:PineTrunk]
11:12:49.303 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:PineTrunk with id 20
11:12:49.303 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:BirkTrunk]
11:12:49.303 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:BirkTrunk with id 21
11:12:49.305 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:RedLeaf]
11:12:49.306 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:RedLeaf with id 22
11:12:49.309 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Cactus]
11:12:49.309 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Cactus with id 23
11:12:49.311 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:stone]
11:12:49.311 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:stone with id 24
11:12:49.312 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Water]
11:12:49.312 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Water with id 25
11:12:49.314 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:Ice]
11:12:49.314 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:Ice with id 26
11:12:49.316 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:Dirt]
11:12:49.316 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:Dirt with id 27
11:12:49.322 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:49.322 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:49.322 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:49.322 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:49.323 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:49.323 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:49.329 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 41, 0
11:12:49.329 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 42, 0
11:12:49.346 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:49.347 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:49.347 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.255 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.256 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.256 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.279 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.279 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.279 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.279 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.280 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.280 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.305 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.306 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.306 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.306 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.306 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.307 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.333 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.333 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.333 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.333 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.334 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.334 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.357 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.357 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.357 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.357 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.358 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.358 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.384 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.385 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.385 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.385 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.386 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.386 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.406 [Chunk-Generator-7] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:IronOre]
11:12:50.952 [Chunk-Generator-7] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:IronOre with id 28
11:12:50.970 [Chunk-Generator-7] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:CoalOre]
11:12:50.970 [Chunk-Generator-7] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:CoalOre with id 29
11:12:50.973 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.973 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.974 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.974 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.975 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.975 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.996 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.997 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.997 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.997 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.998 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:50.998 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.019 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.019 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.019 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.020 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.020 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.020 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.042 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.043 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.043 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.043 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.044 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.044 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.053 [Chunk-Generator-6] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:IronOre]
11:12:51.053 [Chunk-Generator-6] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:IronOre with id 30
11:12:51.069 [Chunk-Generator-4] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:IronOre]
11:12:51.069 [Chunk-Generator-4] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:IronOre with id 31
11:12:51.073 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.073 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.156 [Chunk-Generator-1] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:IronOre]
11:12:51.175 [Chunk-Generator-1] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:IronOre with id 32
11:12:51.175 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.175 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.176 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.176 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.188 [Chunk-Generator-1] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:CopperOre]
11:12:51.188 [Chunk-Generator-1] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:CopperOre with id 33
11:12:51.199 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.199 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.199 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.199 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.200 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.200 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.203 [Chunk-Generator-2] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:CopperOre]
11:12:51.203 [Chunk-Generator-2] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:CopperOre with id 34
11:12:51.222 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.223 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.223 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.223 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.224 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.224 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.246 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.247 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.247 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.247 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.248 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.248 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.269 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.269 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.270 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.270 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.270 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.271 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.277 [Chunk-Generator-5] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:IronOre]
11:12:51.302 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.303 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.303 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.303 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.304 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.304 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.305 [Chunk-Generator-5] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:IronOre with id 35
11:12:51.324 [Chunk-Generator-3] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:IronOre]
11:12:51.325 [Chunk-Generator-3] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:IronOre with id 36
11:12:51.334 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.334 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.335 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.335 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.335 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.335 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.367 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.367 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.368 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.368 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.368 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.368 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.400 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.400 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.401 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.401 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.401 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.402 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.791 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.792 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.792 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.792 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.793 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.793 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.829 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.829 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.829 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.829 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.830 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.830 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.883 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.883 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.883 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.884 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.884 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.884 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.907 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.907 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.907 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.907 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.908 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.908 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.934 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.934 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.935 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.935 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.935 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.936 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.957 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.958 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:51.958 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.039 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.040 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.040 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.090 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.090 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.090 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.091 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.091 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.091 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.113 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.114 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.114 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.114 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.115 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.115 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.136 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.137 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.137 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.137 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.138 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.138 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.160 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.160 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.160 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.160 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.161 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.161 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.182 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.183 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.183 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.183 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.184 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.184 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.216 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.216 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.216 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.270 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.270 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.270 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.293 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.293 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.293 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.293 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.294 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.294 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.315 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.316 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.316 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.316 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.317 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.317 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.338 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.338 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.339 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.339 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.339 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.340 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.361 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.362 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.362 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.362 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.363 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.363 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.392 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.392 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.392 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.392 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.393 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:52.393 [main] WARN o.t.w.internal.WorldProviderCoreImpl - Attempted to access unavailable chunk via block at 0, 0, 0
11:12:53.077 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Chest]
11:12:53.077 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Chest.LEFT with id 37
11:12:53.077 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Chest.RIGHT with id 38
11:12:53.077 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Chest.FRONT with id 39
11:12:53.077 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Chest.BACK with id 40
11:12:53.080 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:companion]
11:12:53.080 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:companion with id 41
11:12:53.082 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:brick:engine:stair]
11:12:53.083 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:brick:engine:stair.LEFT with id 42
11:12:53.083 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:brick:engine:stair.RIGHT with id 43
11:12:53.083 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:brick:engine:stair.FRONT with id 44
11:12:53.083 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:brick:engine:stair.BACK with id 45
11:12:53.084 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Tnt]
11:12:53.084 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Tnt with id 46
11:12:53.086 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:Brick]
11:12:53.087 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:Brick with id 47
11:12:53.089 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[core:Plank]
11:12:53.089 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block core:Plank with id 48
11:12:53.090 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Lava]
11:12:53.090 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Lava with id 49
11:12:53.091 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Iris]
11:12:53.091 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Iris with id 50
11:12:53.092 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Dandelion]
11:12:53.092 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Dandelion with id 51
11:12:53.093 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Tulip]
11:12:53.093 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Tulip with id 52
11:12:53.093 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:YellowFlower]
11:12:53.094 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:YellowFlower with id 53
11:12:53.095 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered BlockFamily[Core:Torch]
11:12:53.095 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Torch.TOP with id 54
11:12:53.096 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Torch.LEFT with id 55
11:12:53.096 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Torch.RIGHT with id 56
11:12:53.096 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Torch.FRONT with id 57
11:12:53.096 [main] INFO o.t.w.b.internal.BlockManagerImpl - Registered Block Core:Torch.BACK with id 58
AL lib: (EE) alc_cleanup: 1 device not closed
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000717a53d3, pid=28296, tid=28576
#
# JRE version: Java(TM) SE Runtime Environment (7.0_67-b01) (build 1.7.0_67-b01)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.65-b04 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [atio6axx.dll+0x9453d3]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# C:\Projects\Terasology\hs_err_pid28296.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Disconnected from the target VM, address: '127.0.0.1:36189', transport: 'socket'
Process finished with exit code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment