diff --git a/build.gradle b/build.gradle index f2948a2..21fd17b 100644 --- a/build.gradle +++ b/build.gradle @@ -1,82 +1,3 @@ -<<<<<<< HEAD -buildscript { - repositories { - jcenter() - maven { url = "http://files.minecraftforge.net/maven" } - } - dependencies { - classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT' - } -} -apply plugin: 'net.minecraftforge.gradle.forge' -//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup. - - -version = "1.0" -group = "com.yourname.modid" // http://maven.apache.org/guides/mini/guide-naming-conventions.html -archivesBaseName = "modid" - -sourceCompatibility = targetCompatibility = '1.8' // Need this here so eclipse task generates correctly. -compileJava { - sourceCompatibility = targetCompatibility = '1.8' -} - -minecraft { - version = "1.12.2-14.23.3.2689" - runDir = "run" - - // the mappings can be changed at any time, and must be in the following format. - // snapshot_YYYYMMDD snapshot are built nightly. - // stable_# stables are built at the discretion of the MCP team. - // Use non-default mappings at your own risk. they may not always work. - // simply re-run your setup task after changing the mappings to update your workspace. - mappings = "snapshot_20171003" - // makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable. -} - -dependencies { - // you may put jars on which you depend on in ./libs - // or you may define them like so.. - //compile "some.group:artifact:version:classifier" - //compile "some.group:artifact:version" - - // real examples - //compile 'com.mod-buildcraft:buildcraft:6.0.8:dev' // adds buildcraft to the dev env - //compile 'com.googlecode.efficient-java-matrix-library:ejml:0.24' // adds ejml to the dev env - - // the 'provided' configuration is for optional dependencies that exist at compile-time but might not at runtime. - //provided 'com.mod-buildcraft:buildcraft:6.0.8:dev' - - // the deobf configurations: 'deobfCompile' and 'deobfProvided' are the same as the normal compile and provided, - // except that these dependencies get remapped to your current MCP mappings - //deobfCompile 'com.mod-buildcraft:buildcraft:6.0.8:dev' - //deobfProvided 'com.mod-buildcraft:buildcraft:6.0.8:dev' - - // for more info... - // http://www.gradle.org/docs/current/userguide/artifact_dependencies_tutorial.html - // http://www.gradle.org/docs/current/userguide/dependency_management.html - -} - -processResources { - // this will ensure that this task is redone when the versions change. - inputs.property "version", project.version - inputs.property "mcversion", project.minecraft.version - - // replace stuff in mcmod.info, nothing else - from(sourceSets.main.resources.srcDirs) { - include 'mcmod.info' - - // replace version and mcversion - expand 'version':project.version, 'mcversion':project.minecraft.version - } - - // copy everything else except the mcmod.info - from(sourceSets.main.resources.srcDirs) { - exclude 'mcmod.info' - } -} -======= buildscript { repositories { jcenter() @@ -90,33 +11,89 @@ apply plugin: 'net.minecraftforge.gradle.forge' //Only edit below this line, the above code adds and enables the necessary things for Forge to be setup. -<<<<<<< HEAD -version = "1.0 (Advancement Update)" -group = "com.NetherNoah.ParadiseMod" // http://maven.apache.org/guides/mini/guide-naming-conventions.html -archivesBaseName = "nnparadisemod" -======= -<<<<<<< HEAD -version = "1.0 (Advancement Update) Test 2" -group = "com.yourname.modid" // http://maven.apache.org/guides/mini/guide-naming-conventions.html -archivesBaseName = "nnparadisemod" -======= -<<<<<<< HEAD -version = "1.0 (Advancement Update) Test 2" -group = "com.yourname.modid" // http://maven.apache.org/guides/mini/guide-naming-conventions.html -archivesBaseName = "nnparadisemod" -======= version = "1.0" group = "com.yourname.modid" // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = "modid" ->>>>>>> b4f1ba2701a07a150105d9b8107884ea381af4e7 ->>>>>>> 2232dfc8ed202f64e08f79d5fc50cea9a6929969 ->>>>>>> ff63528162a376128514ecfa30cc4fc1154076ab sourceCompatibility = targetCompatibility = '1.8' // Need this here so eclipse task generates correctly. compileJava { sourceCompatibility = targetCompatibility = '1.8' } +minecraft { + version = "1.12.2-14.23.3.2689" + runDir = "run" + + // the mappings can be changed at any time, and must be in the following format. + // snapshot_YYYYMMDD snapshot are built nightly. + // stable_# stables are built at the discretion of the MCP team. + // Use non-default mappings at your own risk. they may not always work. + // simply re-run your setup task after changing the mappings to update your workspace. + mappings = "snapshot_20171003" + // makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable. +} + +dependencies { + // you may put jars on which you depend on in ./libs + // or you may define them like so.. + //compile "some.group:artifact:version:classifier" + //compile "some.group:artifact:version" + + // real examples + //compile 'com.mod-buildcraft:buildcraft:6.0.8:dev' // adds buildcraft to the dev env + //compile 'com.googlecode.efficient-java-matrix-library:ejml:0.24' // adds ejml to the dev env + + // the 'provided' configuration is for optional dependencies that exist at compile-time but might not at runtime. + //provided 'com.mod-buildcraft:buildcraft:6.0.8:dev' + + // the deobf configurations: 'deobfCompile' and 'deobfProvided' are the same as the normal compile and provided, + // except that these dependencies get remapped to your current MCP mappings + //deobfCompile 'com.mod-buildcraft:buildcraft:6.0.8:dev' + //deobfProvided 'com.mod-buildcraft:buildcraft:6.0.8:dev' + + // for more info... + // http://www.gradle.org/docs/current/userguide/artifact_dependencies_tutorial.html + // http://www.gradle.org/docs/current/userguide/dependency_management.html + +} + +processResources { + // this will ensure that this task is redone when the versions change. + inputs.property "version", project.version + inputs.property "mcversion", project.minecraft.version + + // replace stuff in mcmod.info, nothing else + from(sourceSets.main.resources.srcDirs) { + include 'mcmod.info' + + // replace version and mcversion + expand 'version':project.version, 'mcversion':project.minecraft.version + } + + // copy everything else except the mcmod.info + from(sourceSets.main.resources.srcDirs) { + exclude 'mcmod.info' + } +} +buildscript { + repositories { + jcenter() + maven { url = "http://files.minecraftforge.net/maven" } + } + dependencies { + classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT' + } +} +apply plugin: 'net.minecraftforge.gradle.forge' +//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup. + +version = "1.1 (Resurrection Update) Test 1" +group = "com.NetherNoah.ParadiseMod" // http://maven.apache.org/guides/mini/guide-naming-conventions.html +sourceCompatibility = targetCompatibility = '1.8' // Need this here so eclipse task generates correctly. +compileJava { + sourceCompatibility = targetCompatibility = '1.8' +} + minecraft { version = "1.12.2-14.23.1.2555" runDir = "run" @@ -172,4 +149,3 @@ processResources { exclude 'mcmod.info' } } ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d diff --git a/config/splash.properties b/config/splash.properties index 2ddda34..269ca3f 100644 --- a/config/splash.properties +++ b/config/splash.properties @@ -1,5 +1,5 @@ #Splash screen properties -#Sat May 19 13:39:53 MST 2018 +#Sat May 19 18:04:57 MST 2018 background=0xFFFFFF memoryGood=0x78CB34 font=0x0 @@ -9,8 +9,8 @@ memoryLow=0xE42F2F rotate=false memoryWarn=0xE6E84A showMemory=true -enabled=true bar=0xCB3D35 +enabled=true resourcePackPath=resources logoOffset=0 forgeTexture=fml\:textures/gui/forge.png diff --git a/crash-reports/crash-2018-05-19_17.49.48-client.txt b/crash-reports/crash-2018-05-19_17.49.48-client.txt new file mode 100644 index 0000000..ce3b13f --- /dev/null +++ b/crash-reports/crash-2018-05-19_17.49.48-client.txt @@ -0,0 +1,98 @@ +---- Minecraft Crash Report ---- +// Why is it breaking :( + +Time: 5/19/18 5:49 PM +Description: Initializing game + +java.lang.RuntimeException: One of more entry values did not copy to the correct id. Check log for details! + at net.minecraftforge.registries.ForgeRegistry.sync(ForgeRegistry.java:547) + at net.minecraftforge.registries.GameData.loadRegistry(GameData.java:490) + at net.minecraftforge.registries.GameData.freezeData(GameData.java:225) + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:753) + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) + at net.minecraft.client.Minecraft.init(Minecraft.java:581) + at net.minecraft.client.Minecraft.run(Minecraft.java:421) + at net.minecraft.client.main.Main.main(Main.java:118) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:498) + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:498) + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) + at GradleStart.main(GradleStart.java:25) + + +A detailed walkthrough of the error, its code path and all known details is as follows: +--------------------------------------------------------------------------------------- + +-- Head -- +Thread: Client thread +Stacktrace: + at net.minecraftforge.registries.ForgeRegistry.sync(ForgeRegistry.java:547) + at net.minecraftforge.registries.GameData.loadRegistry(GameData.java:490) + at net.minecraftforge.registries.GameData.freezeData(GameData.java:225) + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:753) + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) + at net.minecraft.client.Minecraft.init(Minecraft.java:581) + +-- Initialization -- +Details: +Stacktrace: + at net.minecraft.client.Minecraft.run(Minecraft.java:421) + at net.minecraft.client.main.Main.main(Main.java:118) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:498) + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:498) + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) + at GradleStart.main(GradleStart.java:25) + +-- System Details -- +Details: + Minecraft Version: 1.12.2 + Operating System: Linux (amd64) version 4.13.0-37-generic + Java Version: 1.8.0_171, Oracle Corporation + Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation + Memory: 8131959344 bytes (7755 MB) / 8555069440 bytes (8158 MB) up to 8555069440 bytes (8158 MB) + JVM Flags: 3 total; -Xincgc -Xmx8G -Xms8G + IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 + FML: MCP 9.42 Powered by Forge 14.23.3.2689 5 mods loaded, 5 mods active + States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored + + | State | ID | Version | Source | Signature | + |:------ |:------------- |:---------------------------- |:-------------------------------- |:--------- | + | UCHIJA | minecraft | 1.12.2 | minecraft.jar | None | + | UCHIJA | mcp | 9.42 | minecraft.jar | None | + | UCHIJA | FML | 8.0.99.99 | forgeSrc-1.12.2-14.23.3.2689.jar | None | + | UCHIJA | forge | 14.23.3.2689 | forgeSrc-1.12.2-14.23.3.2689.jar | None | + | UCHIJA | nnparadisemod | 1.0 (The Advancement Update) | bin | None | + + Loaded coremods (and transformers): + GL info: ' Vendor: 'Intel Open Source Technology Center' Version: '3.0 Mesa 17.2.8' Renderer: 'Mesa DRI Intel(R) HD Graphics 620 (Kaby Lake GT2) ' + Launched Version: 1.12.2 + LWJGL: 2.9.4 + OpenGL: Mesa DRI Intel(R) HD Graphics 620 (Kaby Lake GT2) GL version 3.0 Mesa 17.2.8, Intel Open Source Technology Center + GL Caps: Using GL 1.3 multitexturing. +Using GL 1.3 texture combiners. +Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. +Shaders are available because OpenGL 2.1 is supported. +VBOs are available because OpenGL 1.5 is supported. + + Using VBOs: Yes + Is Modded: Definitely; Client brand changed to 'fml,forge' + Type: Client (map_client.txt) + Resource Packs: + Current Language: English (US) + Profiler Position: N/A (disabled) + CPU: 4x Intel(R) Core(TM) i3-7100U CPU @ 2.40GHz \ No newline at end of file diff --git a/logs/2018-05-19-2.log.gz b/logs/2018-05-19-2.log.gz new file mode 100644 index 0000000..627db8c Binary files /dev/null and b/logs/2018-05-19-2.log.gz differ diff --git a/logs/2018-05-19-3.log.gz b/logs/2018-05-19-3.log.gz new file mode 100644 index 0000000..e3aa2f9 Binary files /dev/null and b/logs/2018-05-19-3.log.gz differ diff --git a/logs/2018-05-19-4.log.gz b/logs/2018-05-19-4.log.gz new file mode 100644 index 0000000..363580c Binary files /dev/null and b/logs/2018-05-19-4.log.gz differ diff --git a/logs/debug-1.log.gz b/logs/debug-1.log.gz index 7c87f2a..ec818bd 100644 Binary files a/logs/debug-1.log.gz and b/logs/debug-1.log.gz differ diff --git a/logs/debug-2.log.gz b/logs/debug-2.log.gz index ab422ef..15a84e6 100644 Binary files a/logs/debug-2.log.gz and b/logs/debug-2.log.gz differ diff --git a/logs/debug-3.log.gz b/logs/debug-3.log.gz index ef301fb..dc79721 100644 Binary files a/logs/debug-3.log.gz and b/logs/debug-3.log.gz differ diff --git a/logs/debug-4.log.gz b/logs/debug-4.log.gz index 2ef6e7e..7c87f2a 100644 Binary files a/logs/debug-4.log.gz and b/logs/debug-4.log.gz differ diff --git a/logs/debug-5.log.gz b/logs/debug-5.log.gz index 6488e7f..ab422ef 100644 Binary files a/logs/debug-5.log.gz and b/logs/debug-5.log.gz differ diff --git a/logs/debug.log b/logs/debug.log index ad3d512..a4946dd 100644 --- a/logs/debug.log +++ b/logs/debug.log @@ -1,574 +1,617 @@ -[13:39:39] [main/INFO] [GradleStart]: Extra: [] -[13:39:39] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, /home/nethernoah/.gradle/caches/minecraft/assets, --assetIndex, 1.12, --accessToken{REDACTED}, --version, 1.12.2, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker] -[13:39:39] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker -[13:39:39] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker -[13:39:39] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker -[13:39:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker -[13:39:39] [main/DEBUG] [FML]: Injecting tracing printstreams for STDOUT/STDERR. -[13:39:39] [main/INFO] [FML]: Forge Mod Loader version 14.23.3.2689 for Minecraft 1.12.2 loading -[13:39:39] [main/INFO] [FML]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_171, running on Linux:amd64:4.13.0-37-generic, installed at /usr/lib/jvm/java-8-openjdk-amd64/jre -[13:39:39] [main/DEBUG] [FML]: Java classpath at launch is: -[13:39:39] [main/DEBUG] [FML]: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/resources.jar -[13:39:39] [main/DEBUG] [FML]: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/rt.jar -[13:39:39] [main/DEBUG] [FML]: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jsse.jar -[13:39:39] [main/DEBUG] [FML]: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jce.jar -[13:39:39] [main/DEBUG] [FML]: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/charsets.jar -[13:39:39] [main/DEBUG] [FML]: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/sunec.jar -[13:39:39] [main/DEBUG] [FML]: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/localedata.jar -[13:39:39] [main/DEBUG] [FML]: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/zipfs.jar -[13:39:39] [main/DEBUG] [FML]: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/sunpkcs11.jar -[13:39:39] [main/DEBUG] [FML]: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/nashorn.jar -[13:39:39] [main/DEBUG] [FML]: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/sunjce_provider.jar -[13:39:39] [main/DEBUG] [FML]: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/cldrdata.jar -[13:39:39] [main/DEBUG] [FML]: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/dnsns.jar -[13:39:39] [main/DEBUG] [FML]: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/jaccess.jar -[13:39:39] [main/DEBUG] [FML]: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/icedtea-sound.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/Forge Mod Development/bin -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/minecraft/net/minecraftforge/forge/1.12.2-14.23.3.2689/snapshot/20171003/forgeSrc-1.12.2-14.23.3.2689.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.google.code.findbugs/jsr305/3.0.1/f7be08ec23c21485b9b5a1cf1654c2ec8c58168d/jsr305-3.0.1.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.mojang/patchy/1.1/aef610b34a1be37fa851825f12372b78424d8903/patchy-1.1.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/oshi-project/oshi-core/1.1/9ddf7b048a8d701be231c0f4f95fd986198fd2d8/oshi-core-1.1.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.java.dev.jna/jna/4.4.0/cb208278274bf12ebdb56c61bd7407e6f774d65a/jna-4.4.0.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.java.dev.jna/platform/3.4.0/e3f70017be8100d3d6923f50b3d2ee17714e9c13/platform-3.4.0.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.ibm.icu/icu4j-core-mojang/51.2/63d216a9311cca6be337c1e458e587f99d382b84/icu4j-core-mojang-51.2.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.sf.jopt-simple/jopt-simple/5.0.3/cdd846cfc4e0f7eefafc02c0f5dce32b9303aa2a/jopt-simple-5.0.3.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/io.netty/netty-all/4.1.9.Final/97860965d6a0a6b98e7f569f3f966727b8db75/netty-all-4.1.9.Final.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/21.0/3a3d111be1be1b745edfa7d91678a12d7ed38709/guava-21.0.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-lang3/3.5/6c6c702c89bfff3cd9e80b04d668c5e190d588c6/commons-lang3-3.5.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/commons-io/commons-io/2.5/2852e6e05fbb95076fc091f6d1780f1f8fe35e0f/commons-io-2.5.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/commons-codec/commons-codec/1.10/4b95f4897fa13f2cd904aee711aeafc0c5295cd8/commons-codec-1.10.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.java.jutils/jutils/1.0.0/e12fe1fda814bd348c1579329c86943d2cd3c6a6/jutils-1.0.0.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.google.code.gson/gson/2.8.0/c4ba5371a29ac9b2ad6129b1d39ea38750043eff/gson-2.8.0.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.mojang/authlib/1.5.25/9834cdf236c22e84b946bba989e2f94ef5897c3c/authlib-1.5.25.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.mojang/realms/1.10.19/c0e1cddb173faa8bf69a4236211cfd0af6c6150d/realms-1.10.19.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-compress/1.8.1/a698750c16740fd5b3871425f4cb3bbaa87f529d/commons-compress-1.8.1.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpclient/4.3.3/18f4247ff4572a074444572cee34647c43e7c9c7/httpclient-4.3.3.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/commons-logging/commons-logging/1.1.3/f6f66e966c70a83ffbdb6f17a0919eaf7c8aca7f/commons-logging-1.1.3.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpcore/4.3.2/31fbbff1ddbf98f3aa7377c94d33b0447c646b6e/httpcore-4.3.2.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/it.unimi.dsi/fastutil/7.1.0/9835253257524c1be7ab50c057aa2d418fb72082/fastutil-7.1.0.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-api/2.8.1/e801d13612e22cad62a3f4f3fe7fdbe6334a8e72/log4j-api-2.8.1.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-core/2.8.1/4ac28ff2f1ddf05dae3043a190451e8c46b73c31/log4j-core-2.8.1.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.mojang/text2speech/1.10.3/48fd510879dff266c3815947de66e3d4809f8668/text2speech-1.10.3.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.minecraft/launchwrapper/1.12/111e7bea9c968cdb3d06ef4632bf7ff0824d0f36/launchwrapper-1.12.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/jline/jline/2.13/2d9530d0a25daffaffda7c35037b046b627bb171/jline-2.13.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-debug-all/5.2/3354e11e2b34215f06dab629ab88e06aca477c19/asm-debug-all-5.2.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.typesafe.akka/akka-actor_2.11/2.3.3/ed62e9fc709ca0f2ff1a3220daa8b70a2870078e/akka-actor_2.11-2.3.3.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.typesafe/config/1.2.1/f771f71fdae3df231bcd54d5ca2d57f0bf93f467/config-1.2.1.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-actors-migration_2.11/1.1.0/dfa8bc42b181d5b9f1a5dd147f8ae308b893eb6f/scala-actors-migration_2.11-1.1.0.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-compiler/2.11.1/56ea2e6c025e0821f28d73ca271218b8dd04926a/scala-compiler-2.11.1.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang.plugins/scala-continuations-library_2.11/1.0.2/e517c53a7e9acd6b1668c5a35eccbaa3bab9aac/scala-continuations-library_2.11-1.0.2.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang.plugins/scala-continuations-plugin_2.11.1/1.0.2/f361a3283452c57fa30c1ee69448995de23c60f7/scala-continuations-plugin_2.11.1-1.0.2.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-library/2.11.1/e11da23da3eabab9f4777b9220e60d44c1aab6a/scala-library-2.11.1.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang.modules/scala-parser-combinators_2.11/1.0.1/f05d7345bf5a58924f2837c6c1f4d73a938e1ff0/scala-parser-combinators_2.11-1.0.1.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-reflect/2.11.1/6580347e61cc7f8e802941e7fde40fa83b8badeb/scala-reflect-2.11.1.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang.modules/scala-swing_2.11/1.0.1/b1cdd92bd47b1e1837139c1c53020e86bb9112ae/scala-swing_2.11-1.0.1.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang.modules/scala-xml_2.11/1.0.2/820fbca7e524b530fdadc594c39d49a21ea0337e/scala-xml_2.11-1.0.2.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/lzma/lzma/0.0.1/521616dc7487b42bef0e803bd2fa3faf668101d7/lzma-0.0.1.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.sf.trove4j/trove4j/3.0.3/42ccaf4761f0dfdfa805c9e340d99a755907e2dd/trove4j-3.0.3.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.5.3/7dc72b6d6d8a6dced3d294ed54c2cc3515ade9f4/maven-artifact-3.5.3.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.paulscode/codecjorbis/20101023/c73b5636faf089d9f00e8732a829577de25237ee/codecjorbis-20101023.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.paulscode/codecwav/20101023/12f031cfe88fef5c1dd36c563c0a3a69bd7261da/codecwav-20101023.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.paulscode/libraryjavasound/20101123/5c5e304366f75f9eaa2e8cca546a1fb6109348b3/libraryjavasound-20101123.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.paulscode/librarylwjglopenal/20100824/73e80d0794c39665aec3f62eee88ca91676674ef/librarylwjglopenal-20100824.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.paulscode/soundsystem/20120107/419c05fe9be71f792b2d76cfc9b67f1ed0fec7f6/soundsystem-20120107.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.java.jinput/jinput/2.0.5/39c7796b469a600f72380316f6b1f11db6c2c7c4/jinput-2.0.5.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl/2.9.4-nightly-20150209/697517568c68e78ae0b4544145af031c81082dfe/lwjgl-2.9.4-nightly-20150209.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl_util/2.9.4-nightly-20150209/d51a7c040a721d13efdfbd34f8b257b2df882ad0/lwjgl_util-2.9.4-nightly-20150209.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/java3d/vecmath/1.5.2/79846ba34cbd89e2422d74d53752f993dcc2ccaf/vecmath-1.5.2.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/ca.weblite/java-objc-bridge/1.0.0/6ef160c3133a78de015830860197602ca1c855d3/java-objc-bridge-1.0.0.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.fusesource.jansi/jansi/1.11/655c643309c2f45a56a747fda70e3fadf57e9f11/jansi-1.11.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-actors/2.11.0/8ccfb6541de179bb1c4d45cf414acee069b7f78b/scala-actors-2.11.0.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.codehaus.plexus/plexus-utils/3.1.0/60eecb6f15abdb1c653ad80abaac6fe188b3feaa/plexus-utils-3.1.0.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.java.jinput/jinput-platform/2.0.5/7ff832a6eb9ab6a767f1ade2b548092d0fa64795/jinput-platform-2.0.5-natives-linux.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.java.jinput/jinput-platform/2.0.5/385ee093e01f587f30ee1c8a2ee7d408fd732e16/jinput-platform-2.0.5-natives-windows.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.java.jinput/jinput-platform/2.0.5/53f9c919f34d2ca9de8c51fc4e1e8282029a9232/jinput-platform-2.0.5-natives-osx.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl-platform/2.9.4-nightly-20150209/b84d5102b9dbfabfeb5e43c7e2828d98a7fc80e0/lwjgl-platform-2.9.4-nightly-20150209-natives-windows.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl-platform/2.9.4-nightly-20150209/931074f46c795d2f7b30ed6395df5715cfd7675b/lwjgl-platform-2.9.4-nightly-20150209-natives-linux.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl-platform/2.9.4-nightly-20150209/bcab850f8f487c3f4c4dbabde778bb82bd1a40ed/lwjgl-platform-2.9.4-nightly-20150209-natives-osx.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/minecraft/deobfedDeps/compileDummy.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/minecraft/deobfedDeps/providedDummy.jar -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/minecraft/net/minecraftforge/forge/1.12.2-14.23.3.2689/start -[13:39:39] [main/DEBUG] [FML]: Java library path at launch is: -[13:39:39] [main/DEBUG] [FML]: /usr/java/packages/lib/amd64 -[13:39:39] [main/DEBUG] [FML]: /usr/lib/x86_64-linux-gnu/jni -[13:39:39] [main/DEBUG] [FML]: /lib/x86_64-linux-gnu -[13:39:39] [main/DEBUG] [FML]: /usr/lib/x86_64-linux-gnu -[13:39:39] [main/DEBUG] [FML]: /usr/lib/jni -[13:39:39] [main/DEBUG] [FML]: /lib -[13:39:39] [main/DEBUG] [FML]: /usr/lib -[13:39:39] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/minecraft/net/minecraft/natives/1.12.2 -[13:39:39] [main/ERROR] [FML]: Apache Maven library folder was not in the format expected: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.5.3/7dc72b6d6d8a6dced3d294ed54c2cc3515ade9f4/maven-artifact-3.5.3.jar. Using default libraries directory. -[13:39:39] [main/DEBUG] [FML]: Determined Minecraft Libraries Root: ./libraries -[13:39:39] [main/DEBUG] [FML]: Cleaning up mods folder: ./mods -[13:39:39] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation -[13:39:39] [main/DEBUG] [FML]: Instantiating coremod class FMLCorePlugin -[13:39:39] [main/INFO] [FML]: Ignoring missing certificate for coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin), we are in deobf and it's a forge core plugin -[13:39:39] [main/DEBUG] [FML]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers -[13:39:39] [main/DEBUG] [FML]: Enqueued coremod FMLCorePlugin -[13:39:39] [main/DEBUG] [FML]: Instantiating coremod class FMLForgePlugin -[13:39:39] [main/INFO] [FML]: Ignoring missing certificate for coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin), we are in deobf and it's a forge core plugin -[13:39:39] [main/DEBUG] [FML]: Enqueued coremod FMLForgePlugin -[13:39:39] [main/DEBUG] [FML]: All fundamental core mods are successfully located -[13:39:39] [main/DEBUG] [FML]: Discovering coremods -[13:39:39] [main/INFO] [FML]: Searching /home/nethernoah/Forge Mod Development/./mods for mods -[13:39:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker -[13:39:39] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin -[13:39:39] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin -[13:39:39] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker -[13:39:39] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker -[13:39:39] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker -[13:39:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker -[13:39:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker -[13:39:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper -[13:39:39] [main/DEBUG] [FML]: Injecting coremod FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\} class transformers -[13:39:39] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.BlamingTransformer -[13:39:39] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer -[13:39:39] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer -[13:39:39] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer -[13:39:39] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer -[13:39:39] [main/DEBUG] [FML]: Injection complete -[13:39:39] [main/DEBUG] [FML]: Running coremod plugin for FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\} -[13:39:39] [main/DEBUG] [FML]: Running coremod plugin FMLCorePlugin -[13:39:40] [main/DEBUG] [FML]: Loading deobfuscation resource /home/nethernoah/.gradle/caches/minecraft/de/oceanlabs/mcp/mcp_snapshot/20171003/1.12.2/srgs/srg-mcp.srg with 36076 records -[13:39:41] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing -[13:39:41] [main/DEBUG] [FML]: Coremod plugin class FMLCorePlugin run successfully -[13:39:41] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper -[13:39:41] [main/DEBUG] [FML]: Injecting coremod FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\} class transformers -[13:39:41] [main/DEBUG] [FML]: Injection complete -[13:39:41] [main/DEBUG] [FML]: Running coremod plugin for FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\} -[13:39:41] [main/DEBUG] [FML]: Running coremod plugin FMLForgePlugin -[13:39:41] [main/DEBUG] [FML]: Coremod plugin class FMLForgePlugin run successfully -[13:39:41] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker -[13:39:41] [main/DEBUG] [FML]: Loaded 209 rules from AccessTransformer config file forge_at.cfg -[13:39:41] [main/DEBUG] [FML]: Validating minecraft -[13:39:42] [main/DEBUG] [FML]: Minecraft validated, launching... -[13:39:42] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker -[13:39:42] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker -[13:39:42] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker -[13:39:42] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} -[13:39:44] [main/INFO] [net.minecraft.client.Minecraft]: Setting user: Player829 -[13:39:51] [main/DEBUG] [FML]: Creating vanilla freeze snapshot -[13:39:51] [main/DEBUG] [FML]: Vanilla freeze snapshot created -[13:39:52] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: lastServer: -[13:39:52] [main/INFO] [net.minecraft.client.Minecraft]: LWJGL Version: 2.9.4 -[13:39:53] [main/DEBUG] [FML]: Bar Finished: Loading Resource - LanguageManager took 0.002s -[13:39:53] [main/INFO] [FML]: -- System Details -- +[18:04:48] [main/INFO] [GradleStart]: Extra: [] +[18:04:48] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, /home/nethernoah/.gradle/caches/minecraft/assets, --assetIndex, 1.12, --accessToken{REDACTED}, --version, 1.12.2, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker] +[18:04:48] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker +[18:04:48] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker +[18:04:48] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker +[18:04:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker +[18:04:48] [main/DEBUG] [FML]: Injecting tracing printstreams for STDOUT/STDERR. +[18:04:48] [main/INFO] [FML]: Forge Mod Loader version 14.23.3.2689 for Minecraft 1.12.2 loading +[18:04:48] [main/INFO] [FML]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_171, running on Linux:amd64:4.13.0-37-generic, installed at /usr/lib/jvm/java-8-openjdk-amd64/jre +[18:04:48] [main/DEBUG] [FML]: Java classpath at launch is: +[18:04:48] [main/DEBUG] [FML]: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/resources.jar +[18:04:48] [main/DEBUG] [FML]: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/rt.jar +[18:04:48] [main/DEBUG] [FML]: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jsse.jar +[18:04:48] [main/DEBUG] [FML]: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jce.jar +[18:04:48] [main/DEBUG] [FML]: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/charsets.jar +[18:04:48] [main/DEBUG] [FML]: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/sunec.jar +[18:04:48] [main/DEBUG] [FML]: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/localedata.jar +[18:04:48] [main/DEBUG] [FML]: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/zipfs.jar +[18:04:48] [main/DEBUG] [FML]: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/sunpkcs11.jar +[18:04:48] [main/DEBUG] [FML]: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/nashorn.jar +[18:04:48] [main/DEBUG] [FML]: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/sunjce_provider.jar +[18:04:48] [main/DEBUG] [FML]: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/cldrdata.jar +[18:04:48] [main/DEBUG] [FML]: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/dnsns.jar +[18:04:48] [main/DEBUG] [FML]: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/jaccess.jar +[18:04:48] [main/DEBUG] [FML]: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/icedtea-sound.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/Forge Mod Development/bin +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/minecraft/net/minecraftforge/forge/1.12.2-14.23.3.2689/snapshot/20171003/forgeSrc-1.12.2-14.23.3.2689.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.google.code.findbugs/jsr305/3.0.1/f7be08ec23c21485b9b5a1cf1654c2ec8c58168d/jsr305-3.0.1.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.mojang/patchy/1.1/aef610b34a1be37fa851825f12372b78424d8903/patchy-1.1.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/oshi-project/oshi-core/1.1/9ddf7b048a8d701be231c0f4f95fd986198fd2d8/oshi-core-1.1.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.java.dev.jna/jna/4.4.0/cb208278274bf12ebdb56c61bd7407e6f774d65a/jna-4.4.0.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.java.dev.jna/platform/3.4.0/e3f70017be8100d3d6923f50b3d2ee17714e9c13/platform-3.4.0.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.ibm.icu/icu4j-core-mojang/51.2/63d216a9311cca6be337c1e458e587f99d382b84/icu4j-core-mojang-51.2.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.sf.jopt-simple/jopt-simple/5.0.3/cdd846cfc4e0f7eefafc02c0f5dce32b9303aa2a/jopt-simple-5.0.3.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/io.netty/netty-all/4.1.9.Final/97860965d6a0a6b98e7f569f3f966727b8db75/netty-all-4.1.9.Final.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/21.0/3a3d111be1be1b745edfa7d91678a12d7ed38709/guava-21.0.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-lang3/3.5/6c6c702c89bfff3cd9e80b04d668c5e190d588c6/commons-lang3-3.5.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/commons-io/commons-io/2.5/2852e6e05fbb95076fc091f6d1780f1f8fe35e0f/commons-io-2.5.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/commons-codec/commons-codec/1.10/4b95f4897fa13f2cd904aee711aeafc0c5295cd8/commons-codec-1.10.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.java.jutils/jutils/1.0.0/e12fe1fda814bd348c1579329c86943d2cd3c6a6/jutils-1.0.0.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.google.code.gson/gson/2.8.0/c4ba5371a29ac9b2ad6129b1d39ea38750043eff/gson-2.8.0.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.mojang/authlib/1.5.25/9834cdf236c22e84b946bba989e2f94ef5897c3c/authlib-1.5.25.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.mojang/realms/1.10.19/c0e1cddb173faa8bf69a4236211cfd0af6c6150d/realms-1.10.19.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-compress/1.8.1/a698750c16740fd5b3871425f4cb3bbaa87f529d/commons-compress-1.8.1.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpclient/4.3.3/18f4247ff4572a074444572cee34647c43e7c9c7/httpclient-4.3.3.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/commons-logging/commons-logging/1.1.3/f6f66e966c70a83ffbdb6f17a0919eaf7c8aca7f/commons-logging-1.1.3.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpcore/4.3.2/31fbbff1ddbf98f3aa7377c94d33b0447c646b6e/httpcore-4.3.2.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/it.unimi.dsi/fastutil/7.1.0/9835253257524c1be7ab50c057aa2d418fb72082/fastutil-7.1.0.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-api/2.8.1/e801d13612e22cad62a3f4f3fe7fdbe6334a8e72/log4j-api-2.8.1.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-core/2.8.1/4ac28ff2f1ddf05dae3043a190451e8c46b73c31/log4j-core-2.8.1.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.mojang/text2speech/1.10.3/48fd510879dff266c3815947de66e3d4809f8668/text2speech-1.10.3.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.minecraft/launchwrapper/1.12/111e7bea9c968cdb3d06ef4632bf7ff0824d0f36/launchwrapper-1.12.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/jline/jline/2.13/2d9530d0a25daffaffda7c35037b046b627bb171/jline-2.13.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-debug-all/5.2/3354e11e2b34215f06dab629ab88e06aca477c19/asm-debug-all-5.2.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.typesafe.akka/akka-actor_2.11/2.3.3/ed62e9fc709ca0f2ff1a3220daa8b70a2870078e/akka-actor_2.11-2.3.3.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.typesafe/config/1.2.1/f771f71fdae3df231bcd54d5ca2d57f0bf93f467/config-1.2.1.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-actors-migration_2.11/1.1.0/dfa8bc42b181d5b9f1a5dd147f8ae308b893eb6f/scala-actors-migration_2.11-1.1.0.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-compiler/2.11.1/56ea2e6c025e0821f28d73ca271218b8dd04926a/scala-compiler-2.11.1.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang.plugins/scala-continuations-library_2.11/1.0.2/e517c53a7e9acd6b1668c5a35eccbaa3bab9aac/scala-continuations-library_2.11-1.0.2.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang.plugins/scala-continuations-plugin_2.11.1/1.0.2/f361a3283452c57fa30c1ee69448995de23c60f7/scala-continuations-plugin_2.11.1-1.0.2.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-library/2.11.1/e11da23da3eabab9f4777b9220e60d44c1aab6a/scala-library-2.11.1.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang.modules/scala-parser-combinators_2.11/1.0.1/f05d7345bf5a58924f2837c6c1f4d73a938e1ff0/scala-parser-combinators_2.11-1.0.1.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-reflect/2.11.1/6580347e61cc7f8e802941e7fde40fa83b8badeb/scala-reflect-2.11.1.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang.modules/scala-swing_2.11/1.0.1/b1cdd92bd47b1e1837139c1c53020e86bb9112ae/scala-swing_2.11-1.0.1.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang.modules/scala-xml_2.11/1.0.2/820fbca7e524b530fdadc594c39d49a21ea0337e/scala-xml_2.11-1.0.2.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/lzma/lzma/0.0.1/521616dc7487b42bef0e803bd2fa3faf668101d7/lzma-0.0.1.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.sf.trove4j/trove4j/3.0.3/42ccaf4761f0dfdfa805c9e340d99a755907e2dd/trove4j-3.0.3.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.5.3/7dc72b6d6d8a6dced3d294ed54c2cc3515ade9f4/maven-artifact-3.5.3.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.paulscode/codecjorbis/20101023/c73b5636faf089d9f00e8732a829577de25237ee/codecjorbis-20101023.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.paulscode/codecwav/20101023/12f031cfe88fef5c1dd36c563c0a3a69bd7261da/codecwav-20101023.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.paulscode/libraryjavasound/20101123/5c5e304366f75f9eaa2e8cca546a1fb6109348b3/libraryjavasound-20101123.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.paulscode/librarylwjglopenal/20100824/73e80d0794c39665aec3f62eee88ca91676674ef/librarylwjglopenal-20100824.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.paulscode/soundsystem/20120107/419c05fe9be71f792b2d76cfc9b67f1ed0fec7f6/soundsystem-20120107.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.java.jinput/jinput/2.0.5/39c7796b469a600f72380316f6b1f11db6c2c7c4/jinput-2.0.5.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl/2.9.4-nightly-20150209/697517568c68e78ae0b4544145af031c81082dfe/lwjgl-2.9.4-nightly-20150209.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl_util/2.9.4-nightly-20150209/d51a7c040a721d13efdfbd34f8b257b2df882ad0/lwjgl_util-2.9.4-nightly-20150209.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/java3d/vecmath/1.5.2/79846ba34cbd89e2422d74d53752f993dcc2ccaf/vecmath-1.5.2.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/ca.weblite/java-objc-bridge/1.0.0/6ef160c3133a78de015830860197602ca1c855d3/java-objc-bridge-1.0.0.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.fusesource.jansi/jansi/1.11/655c643309c2f45a56a747fda70e3fadf57e9f11/jansi-1.11.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-actors/2.11.0/8ccfb6541de179bb1c4d45cf414acee069b7f78b/scala-actors-2.11.0.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.codehaus.plexus/plexus-utils/3.1.0/60eecb6f15abdb1c653ad80abaac6fe188b3feaa/plexus-utils-3.1.0.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.java.jinput/jinput-platform/2.0.5/7ff832a6eb9ab6a767f1ade2b548092d0fa64795/jinput-platform-2.0.5-natives-linux.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.java.jinput/jinput-platform/2.0.5/385ee093e01f587f30ee1c8a2ee7d408fd732e16/jinput-platform-2.0.5-natives-windows.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.java.jinput/jinput-platform/2.0.5/53f9c919f34d2ca9de8c51fc4e1e8282029a9232/jinput-platform-2.0.5-natives-osx.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl-platform/2.9.4-nightly-20150209/b84d5102b9dbfabfeb5e43c7e2828d98a7fc80e0/lwjgl-platform-2.9.4-nightly-20150209-natives-windows.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl-platform/2.9.4-nightly-20150209/931074f46c795d2f7b30ed6395df5715cfd7675b/lwjgl-platform-2.9.4-nightly-20150209-natives-linux.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl-platform/2.9.4-nightly-20150209/bcab850f8f487c3f4c4dbabde778bb82bd1a40ed/lwjgl-platform-2.9.4-nightly-20150209-natives-osx.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/minecraft/deobfedDeps/compileDummy.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/minecraft/deobfedDeps/providedDummy.jar +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/minecraft/net/minecraftforge/forge/1.12.2-14.23.3.2689/start +[18:04:48] [main/DEBUG] [FML]: Java library path at launch is: +[18:04:48] [main/DEBUG] [FML]: /usr/java/packages/lib/amd64 +[18:04:48] [main/DEBUG] [FML]: /usr/lib/x86_64-linux-gnu/jni +[18:04:48] [main/DEBUG] [FML]: /lib/x86_64-linux-gnu +[18:04:48] [main/DEBUG] [FML]: /usr/lib/x86_64-linux-gnu +[18:04:48] [main/DEBUG] [FML]: /usr/lib/jni +[18:04:48] [main/DEBUG] [FML]: /lib +[18:04:48] [main/DEBUG] [FML]: /usr/lib +[18:04:48] [main/DEBUG] [FML]: /home/nethernoah/.gradle/caches/minecraft/net/minecraft/natives/1.12.2 +[18:04:48] [main/ERROR] [FML]: Apache Maven library folder was not in the format expected: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.5.3/7dc72b6d6d8a6dced3d294ed54c2cc3515ade9f4/maven-artifact-3.5.3.jar. Using default libraries directory. +[18:04:48] [main/DEBUG] [FML]: Determined Minecraft Libraries Root: ./libraries +[18:04:48] [main/DEBUG] [FML]: Cleaning up mods folder: ./mods +[18:04:48] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation +[18:04:48] [main/DEBUG] [FML]: Instantiating coremod class FMLCorePlugin +[18:04:48] [main/INFO] [FML]: Ignoring missing certificate for coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin), we are in deobf and it's a forge core plugin +[18:04:48] [main/DEBUG] [FML]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers +[18:04:48] [main/DEBUG] [FML]: Enqueued coremod FMLCorePlugin +[18:04:48] [main/DEBUG] [FML]: Instantiating coremod class FMLForgePlugin +[18:04:48] [main/INFO] [FML]: Ignoring missing certificate for coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin), we are in deobf and it's a forge core plugin +[18:04:48] [main/DEBUG] [FML]: Enqueued coremod FMLForgePlugin +[18:04:48] [main/DEBUG] [FML]: All fundamental core mods are successfully located +[18:04:48] [main/DEBUG] [FML]: Discovering coremods +[18:04:48] [main/INFO] [FML]: Searching /home/nethernoah/Forge Mod Development/./mods for mods +[18:04:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker +[18:04:48] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin +[18:04:48] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin +[18:04:48] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker +[18:04:48] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker +[18:04:48] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker +[18:04:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker +[18:04:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker +[18:04:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[18:04:48] [main/DEBUG] [FML]: Injecting coremod FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\} class transformers +[18:04:48] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.BlamingTransformer +[18:04:48] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer +[18:04:48] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer +[18:04:48] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer +[18:04:48] [main/TRACE] [FML]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer +[18:04:48] [main/DEBUG] [FML]: Injection complete +[18:04:48] [main/DEBUG] [FML]: Running coremod plugin for FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\} +[18:04:48] [main/DEBUG] [FML]: Running coremod plugin FMLCorePlugin +[18:04:49] [main/DEBUG] [FML]: Loading deobfuscation resource /home/nethernoah/.gradle/caches/minecraft/de/oceanlabs/mcp/mcp_snapshot/20171003/1.12.2/srgs/srg-mcp.srg with 36076 records +[18:04:50] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing +[18:04:50] [main/DEBUG] [FML]: Coremod plugin class FMLCorePlugin run successfully +[18:04:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[18:04:50] [main/DEBUG] [FML]: Injecting coremod FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\} class transformers +[18:04:50] [main/DEBUG] [FML]: Injection complete +[18:04:50] [main/DEBUG] [FML]: Running coremod plugin for FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\} +[18:04:50] [main/DEBUG] [FML]: Running coremod plugin FMLForgePlugin +[18:04:50] [main/DEBUG] [FML]: Coremod plugin class FMLForgePlugin run successfully +[18:04:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker +[18:04:50] [main/DEBUG] [FML]: Loaded 209 rules from AccessTransformer config file forge_at.cfg +[18:04:50] [main/DEBUG] [FML]: Validating minecraft +[18:04:51] [main/DEBUG] [FML]: Minecraft validated, launching... +[18:04:51] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker +[18:04:51] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker +[18:04:51] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker +[18:04:51] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} +[18:04:52] [main/INFO] [net.minecraft.client.Minecraft]: Setting user: Player890 +[18:04:56] [main/DEBUG] [FML]: Creating vanilla freeze snapshot +[18:04:56] [main/DEBUG] [FML]: Vanilla freeze snapshot created +[18:04:56] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: lastServer: +[18:04:56] [main/INFO] [net.minecraft.client.Minecraft]: LWJGL Version: 2.9.4 +[18:04:57] [main/DEBUG] [FML]: Bar Finished: Loading Resource - LanguageManager took 0.002s +[18:04:57] [main/INFO] [FML]: -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Linux (amd64) version 4.13.0-37-generic Java Version: 1.8.0_171, Oracle Corporation Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation - Memory: 8306504648 bytes (7921 MB) / 8555069440 bytes (8158 MB) up to 8555069440 bytes (8158 MB) + Memory: 8308937896 bytes (7924 MB) / 8555069440 bytes (8158 MB) up to 8555069440 bytes (8158 MB) JVM Flags: 3 total; -Xincgc -Xmx8G -Xms8G IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Loaded coremods (and transformers): GL info: ' Vendor: 'Intel Open Source Technology Center' Version: '3.0 Mesa 17.2.8' Renderer: 'Mesa DRI Intel(R) HD Graphics 620 (Kaby Lake GT2) ' -[13:39:53] [main/INFO] [FML]: MinecraftForge v14.23.3.2689 Initialized -[13:39:53] [main/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients. -[13:39:53] [main/INFO] [FML]: Replaced 1036 ore ingredients -[13:39:53] [main/DEBUG] [FML]: File /home/nethernoah/Forge Mod Development/config/injectedDependencies.json not found. No dependencies injected -[13:39:53] [main/DEBUG] [FML]: Building injected Mod Containers [net.minecraftforge.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer] -[13:39:53] [main/DEBUG] [FML]: Attempting to load mods contained in the minecraft jar file and associated classes -[13:39:53] [main/TRACE] [FML]: Skipping known library file /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/resources.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/rt.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jsse.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jce.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/charsets.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/sunec.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/localedata.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/zipfs.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/sunpkcs11.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/nashorn.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/sunjce_provider.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/cldrdata.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/dnsns.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/jaccess.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/icedtea-sound.jar -[13:39:53] [main/DEBUG] [FML]: Found a minecraft related directory at /home/nethernoah/Forge Mod Development/bin, examining for mod candidates -[13:39:53] [main/DEBUG] [FML]: Found a minecraft related file at /home/nethernoah/.gradle/caches/minecraft/net/minecraftforge/forge/1.12.2-14.23.3.2689/snapshot/20171003/forgeSrc-1.12.2-14.23.3.2689.jar, examining for mod candidates -[13:39:53] [main/DEBUG] [FML]: Found a minecraft related file at /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.google.code.findbugs/jsr305/3.0.1/f7be08ec23c21485b9b5a1cf1654c2ec8c58168d/jsr305-3.0.1.jar, examining for mod candidates -[13:39:53] [main/DEBUG] [FML]: Found a minecraft related file at /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.mojang/patchy/1.1/aef610b34a1be37fa851825f12372b78424d8903/patchy-1.1.jar, examining for mod candidates -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/oshi-project/oshi-core/1.1/9ddf7b048a8d701be231c0f4f95fd986198fd2d8/oshi-core-1.1.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.java.dev.jna/jna/4.4.0/cb208278274bf12ebdb56c61bd7407e6f774d65a/jna-4.4.0.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.java.dev.jna/platform/3.4.0/e3f70017be8100d3d6923f50b3d2ee17714e9c13/platform-3.4.0.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.ibm.icu/icu4j-core-mojang/51.2/63d216a9311cca6be337c1e458e587f99d382b84/icu4j-core-mojang-51.2.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.sf.jopt-simple/jopt-simple/5.0.3/cdd846cfc4e0f7eefafc02c0f5dce32b9303aa2a/jopt-simple-5.0.3.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/io.netty/netty-all/4.1.9.Final/97860965d6a0a6b98e7f569f3f966727b8db75/netty-all-4.1.9.Final.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/21.0/3a3d111be1be1b745edfa7d91678a12d7ed38709/guava-21.0.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-lang3/3.5/6c6c702c89bfff3cd9e80b04d668c5e190d588c6/commons-lang3-3.5.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/commons-io/commons-io/2.5/2852e6e05fbb95076fc091f6d1780f1f8fe35e0f/commons-io-2.5.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/commons-codec/commons-codec/1.10/4b95f4897fa13f2cd904aee711aeafc0c5295cd8/commons-codec-1.10.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.java.jutils/jutils/1.0.0/e12fe1fda814bd348c1579329c86943d2cd3c6a6/jutils-1.0.0.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.google.code.gson/gson/2.8.0/c4ba5371a29ac9b2ad6129b1d39ea38750043eff/gson-2.8.0.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.mojang/authlib/1.5.25/9834cdf236c22e84b946bba989e2f94ef5897c3c/authlib-1.5.25.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.mojang/realms/1.10.19/c0e1cddb173faa8bf69a4236211cfd0af6c6150d/realms-1.10.19.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-compress/1.8.1/a698750c16740fd5b3871425f4cb3bbaa87f529d/commons-compress-1.8.1.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpclient/4.3.3/18f4247ff4572a074444572cee34647c43e7c9c7/httpclient-4.3.3.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/commons-logging/commons-logging/1.1.3/f6f66e966c70a83ffbdb6f17a0919eaf7c8aca7f/commons-logging-1.1.3.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpcore/4.3.2/31fbbff1ddbf98f3aa7377c94d33b0447c646b6e/httpcore-4.3.2.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/it.unimi.dsi/fastutil/7.1.0/9835253257524c1be7ab50c057aa2d418fb72082/fastutil-7.1.0.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-api/2.8.1/e801d13612e22cad62a3f4f3fe7fdbe6334a8e72/log4j-api-2.8.1.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-core/2.8.1/4ac28ff2f1ddf05dae3043a190451e8c46b73c31/log4j-core-2.8.1.jar -[13:39:53] [main/DEBUG] [FML]: Found a minecraft related file at /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.mojang/text2speech/1.10.3/48fd510879dff266c3815947de66e3d4809f8668/text2speech-1.10.3.jar, examining for mod candidates -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.minecraft/launchwrapper/1.12/111e7bea9c968cdb3d06ef4632bf7ff0824d0f36/launchwrapper-1.12.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/jline/jline/2.13/2d9530d0a25daffaffda7c35037b046b627bb171/jline-2.13.jar -[13:39:53] [main/DEBUG] [FML]: Found a minecraft related file at /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-debug-all/5.2/3354e11e2b34215f06dab629ab88e06aca477c19/asm-debug-all-5.2.jar, examining for mod candidates -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.typesafe.akka/akka-actor_2.11/2.3.3/ed62e9fc709ca0f2ff1a3220daa8b70a2870078e/akka-actor_2.11-2.3.3.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.typesafe/config/1.2.1/f771f71fdae3df231bcd54d5ca2d57f0bf93f467/config-1.2.1.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-actors-migration_2.11/1.1.0/dfa8bc42b181d5b9f1a5dd147f8ae308b893eb6f/scala-actors-migration_2.11-1.1.0.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-compiler/2.11.1/56ea2e6c025e0821f28d73ca271218b8dd04926a/scala-compiler-2.11.1.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang.plugins/scala-continuations-library_2.11/1.0.2/e517c53a7e9acd6b1668c5a35eccbaa3bab9aac/scala-continuations-library_2.11-1.0.2.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang.plugins/scala-continuations-plugin_2.11.1/1.0.2/f361a3283452c57fa30c1ee69448995de23c60f7/scala-continuations-plugin_2.11.1-1.0.2.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-library/2.11.1/e11da23da3eabab9f4777b9220e60d44c1aab6a/scala-library-2.11.1.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang.modules/scala-parser-combinators_2.11/1.0.1/f05d7345bf5a58924f2837c6c1f4d73a938e1ff0/scala-parser-combinators_2.11-1.0.1.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-reflect/2.11.1/6580347e61cc7f8e802941e7fde40fa83b8badeb/scala-reflect-2.11.1.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang.modules/scala-swing_2.11/1.0.1/b1cdd92bd47b1e1837139c1c53020e86bb9112ae/scala-swing_2.11-1.0.1.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang.modules/scala-xml_2.11/1.0.2/820fbca7e524b530fdadc594c39d49a21ea0337e/scala-xml_2.11-1.0.2.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/lzma/lzma/0.0.1/521616dc7487b42bef0e803bd2fa3faf668101d7/lzma-0.0.1.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.sf.trove4j/trove4j/3.0.3/42ccaf4761f0dfdfa805c9e340d99a755907e2dd/trove4j-3.0.3.jar -[13:39:53] [main/DEBUG] [FML]: Found a minecraft related file at /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.5.3/7dc72b6d6d8a6dced3d294ed54c2cc3515ade9f4/maven-artifact-3.5.3.jar, examining for mod candidates -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.paulscode/codecjorbis/20101023/c73b5636faf089d9f00e8732a829577de25237ee/codecjorbis-20101023.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.paulscode/codecwav/20101023/12f031cfe88fef5c1dd36c563c0a3a69bd7261da/codecwav-20101023.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.paulscode/libraryjavasound/20101123/5c5e304366f75f9eaa2e8cca546a1fb6109348b3/libraryjavasound-20101123.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.paulscode/librarylwjglopenal/20100824/73e80d0794c39665aec3f62eee88ca91676674ef/librarylwjglopenal-20100824.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.paulscode/soundsystem/20120107/419c05fe9be71f792b2d76cfc9b67f1ed0fec7f6/soundsystem-20120107.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.java.jinput/jinput/2.0.5/39c7796b469a600f72380316f6b1f11db6c2c7c4/jinput-2.0.5.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl/2.9.4-nightly-20150209/697517568c68e78ae0b4544145af031c81082dfe/lwjgl-2.9.4-nightly-20150209.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl_util/2.9.4-nightly-20150209/d51a7c040a721d13efdfbd34f8b257b2df882ad0/lwjgl_util-2.9.4-nightly-20150209.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/java3d/vecmath/1.5.2/79846ba34cbd89e2422d74d53752f993dcc2ccaf/vecmath-1.5.2.jar -[13:39:53] [main/DEBUG] [FML]: Found a minecraft related file at /home/nethernoah/.gradle/caches/modules-2/files-2.1/ca.weblite/java-objc-bridge/1.0.0/6ef160c3133a78de015830860197602ca1c855d3/java-objc-bridge-1.0.0.jar, examining for mod candidates -[13:39:53] [main/DEBUG] [FML]: Found a minecraft related file at /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.fusesource.jansi/jansi/1.11/655c643309c2f45a56a747fda70e3fadf57e9f11/jansi-1.11.jar, examining for mod candidates -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-actors/2.11.0/8ccfb6541de179bb1c4d45cf414acee069b7f78b/scala-actors-2.11.0.jar -[13:39:53] [main/DEBUG] [FML]: Found a minecraft related file at /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.codehaus.plexus/plexus-utils/3.1.0/60eecb6f15abdb1c653ad80abaac6fe188b3feaa/plexus-utils-3.1.0.jar, examining for mod candidates -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.java.jinput/jinput-platform/2.0.5/7ff832a6eb9ab6a767f1ade2b548092d0fa64795/jinput-platform-2.0.5-natives-linux.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.java.jinput/jinput-platform/2.0.5/385ee093e01f587f30ee1c8a2ee7d408fd732e16/jinput-platform-2.0.5-natives-windows.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.java.jinput/jinput-platform/2.0.5/53f9c919f34d2ca9de8c51fc4e1e8282029a9232/jinput-platform-2.0.5-natives-osx.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl-platform/2.9.4-nightly-20150209/b84d5102b9dbfabfeb5e43c7e2828d98a7fc80e0/lwjgl-platform-2.9.4-nightly-20150209-natives-windows.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl-platform/2.9.4-nightly-20150209/931074f46c795d2f7b30ed6395df5715cfd7675b/lwjgl-platform-2.9.4-nightly-20150209-natives-linux.jar -[13:39:53] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl-platform/2.9.4-nightly-20150209/bcab850f8f487c3f4c4dbabde778bb82bd1a40ed/lwjgl-platform-2.9.4-nightly-20150209-natives-osx.jar -[13:39:53] [main/DEBUG] [FML]: Found a minecraft related file at /home/nethernoah/.gradle/caches/minecraft/deobfedDeps/compileDummy.jar, examining for mod candidates -[13:39:53] [main/DEBUG] [FML]: Found a minecraft related file at /home/nethernoah/.gradle/caches/minecraft/deobfedDeps/providedDummy.jar, examining for mod candidates -[13:39:53] [main/DEBUG] [FML]: Found a minecraft related directory at /home/nethernoah/.gradle/caches/minecraft/net/minecraftforge/forge/1.12.2-14.23.3.2689/start, examining for mod candidates -[13:39:53] [main/DEBUG] [FML]: Minecraft jar mods loaded successfully -[13:39:53] [main/INFO] [FML]: Searching /home/nethernoah/Forge Mod Development/./mods for mods -[13:39:53] [main/DEBUG] [FML]: Examining directory bin for potential mods -[13:39:53] [main/DEBUG] [FML]: Found an mcmod.info file in directory bin -[13:39:53] [main/TRACE] [FML]: Recursing into package assets -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/minecraft -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/minecraft/textures -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/minecraft/textures/blocks -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/advancements -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/advancements/nnparadisemod -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/blockstates -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/blockstates/unfinished -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/lang -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/loot_tables -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/models -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/models/block -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/models/block/unfinished -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/models/item -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/models/item/unfinished -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/armor -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/armor/emerald -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/armor/obsidian -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/armor/redstone -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/armor/ruby -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/armor/rusty -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/armor/silver -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/armor/xmas -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/buttons -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/doors -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/fence gates -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/fences -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/lamps -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/plates -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/stairs -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/tables -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/tools -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/tools/ cactus -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/tools/emerald -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/tools/obsidian -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/tools/redstone -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/tools/ruby -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/tools/rusty -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/tools/silver -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/trapdoors -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/walls -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/structures -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/structures/attiecat -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/textures -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/textures/blocks -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/textures/entity -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/textures/entity/cactus_chest -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/textures/entity/compressed_cactus_chest -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/textures/items -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/textures/models -[13:39:53] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/textures/models/armor -[13:39:53] [main/TRACE] [FML]: Recursing into package com -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/CustomBlockCode -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/CustomBlockCode/buttonTicks -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/CustomBlockCode/pressurePlates -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/GUI -[13:39:53] [main/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.NetherNoah.ParadiseMod.ParadiseMod) - loading -[13:39:53] [main/TRACE] [FML]: Parsed dependency info for nnparadisemod: Requirements: [] After:[] Before:[] -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/buttons -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/buttons/stoneVariants -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/buttons/wood -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/chests -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/crystals -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/doors -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/fenceGates -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/fences -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/misc -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/ores -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/pressurePlates -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/pressurePlates/stoneVariants -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/pressurePlates/wood -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/redstone -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/redstone/lamps -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/redstone/lamps/lit -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/resourceBlocks -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/trapdoors -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/workbenches -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/xmas -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/creativeTabs -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/handlers -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/init -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/items -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/items/armor -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/items/doors -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/items/tools -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/items/tools/cactus -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/items/tools/emerald -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/items/tools/obsidian -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/items/tools/redstone -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/items/tools/ruby -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/items/tools/rusty -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/items/tools/silver -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/proxy -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/tileentity -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/tileentity/render -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/world -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/world/dimension -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/world/worldgen -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/world/worldgen/structures -[13:39:53] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/world/worldgen/structures/AttieCat -[13:39:53] [main/DEBUG] [FML]: Examining file forgeSrc-1.12.2-14.23.3.2689.jar for potential mods -[13:39:53] [main/DEBUG] [FML]: The mod container forgeSrc-1.12.2-14.23.3.2689.jar appears to be missing an mcmod.info file -[13:39:55] [main/DEBUG] [FML]: Examining file jsr305-3.0.1.jar for potential mods -[13:39:55] [main/DEBUG] [FML]: The mod container jsr305-3.0.1.jar appears to be missing an mcmod.info file -[13:39:55] [main/DEBUG] [FML]: Examining file patchy-1.1.jar for potential mods -[13:39:55] [main/DEBUG] [FML]: The mod container patchy-1.1.jar appears to be missing an mcmod.info file -[13:39:55] [main/DEBUG] [FML]: Examining file text2speech-1.10.3.jar for potential mods -[13:39:55] [main/DEBUG] [FML]: The mod container text2speech-1.10.3.jar appears to be missing an mcmod.info file -[13:39:55] [main/DEBUG] [FML]: Examining file asm-debug-all-5.2.jar for potential mods -[13:39:55] [main/DEBUG] [FML]: The mod container asm-debug-all-5.2.jar appears to be missing an mcmod.info file -[13:39:55] [main/DEBUG] [FML]: Examining file maven-artifact-3.5.3.jar for potential mods -[13:39:55] [main/DEBUG] [FML]: The mod container maven-artifact-3.5.3.jar appears to be missing an mcmod.info file -[13:39:55] [main/DEBUG] [FML]: Examining file java-objc-bridge-1.0.0.jar for potential mods -[13:39:55] [main/DEBUG] [FML]: The mod container java-objc-bridge-1.0.0.jar appears to be missing an mcmod.info file -[13:39:55] [main/DEBUG] [FML]: Examining file jansi-1.11.jar for potential mods -[13:39:55] [main/DEBUG] [FML]: The mod container jansi-1.11.jar appears to be missing an mcmod.info file -[13:39:55] [main/DEBUG] [FML]: Examining file plexus-utils-3.1.0.jar for potential mods -[13:39:55] [main/DEBUG] [FML]: The mod container plexus-utils-3.1.0.jar appears to be missing an mcmod.info file -[13:39:55] [main/DEBUG] [FML]: Examining file compileDummy.jar for potential mods -[13:39:55] [main/DEBUG] [FML]: The mod container compileDummy.jar appears to be missing an mcmod.info file -[13:39:55] [main/DEBUG] [FML]: Examining file providedDummy.jar for potential mods -[13:39:55] [main/DEBUG] [FML]: The mod container providedDummy.jar appears to be missing an mcmod.info file -[13:39:55] [main/DEBUG] [FML]: Examining directory start for potential mods -[13:39:55] [main/DEBUG] [FML]: No mcmod.info file found in directory start -[13:39:55] [main/TRACE] [FML]: Recursing into package net -[13:39:55] [main/TRACE] [FML]: Recursing into package net/minecraftforge -[13:39:55] [main/TRACE] [FML]: Recursing into package net/minecraftforge/gradle -[13:39:55] [main/TRACE] [FML]: Recursing into package net/minecraftforge/gradle/tweakers -[13:39:55] [main/INFO] [FML]: Forge Mod Loader has identified 5 mods to load -[13:39:55] [main/TRACE] [FML]: Received a system property request '' -[13:39:55] [main/TRACE] [FML]: System property request managing the state of 0 mods -[13:39:55] [main/DEBUG] [FML]: After merging, found state information for 0 mods -[13:39:55] [main/DEBUG] [FML]: Mod Forge Mod Loader is missing a pack.mcmeta file, substituting a dummy one -[13:39:55] [main/DEBUG] [FML]: Mod Minecraft Forge is missing a pack.mcmeta file, substituting a dummy one -[13:39:55] [main/DEBUG] [FML]: Enabling mod nnparadisemod -[13:39:55] [main/DEBUG] [FML]: Mod Nether Noah's Paradise Mod is missing a pack.mcmeta file, substituting a dummy one -[13:39:55] [main/TRACE] [FML]: Verifying mod requirements are satisfied -[13:39:55] [main/TRACE] [FML]: All mod requirements are satisfied -[13:39:55] [main/TRACE] [FML]: Sorting mods into an ordered list -[13:39:56] [main/TRACE] [FML]: Mod sorting completed successfully -[13:39:56] [main/DEBUG] [FML]: Mod sorting data -[13:39:56] [main/DEBUG] [FML]: nnparadisemod(Nether Noah's Paradise Mod:1.0 (The Advancement Update)): bin () -[13:39:56] [main/DEBUG] [FML]: Loading @Config anotation data -[13:39:56] [main/TRACE] [FML]: Sending event FMLConstructionEvent to mod minecraft -[13:39:56] [main/TRACE] [FML]: Sent event FMLConstructionEvent to mod minecraft -[13:39:56] [main/DEBUG] [FML]: Bar Step: Construction - Minecraft took 0.019s -[13:39:56] [main/TRACE] [FML]: Sending event FMLConstructionEvent to mod mcp -[13:39:56] [main/TRACE] [FML]: Sent event FMLConstructionEvent to mod mcp -[13:39:56] [main/DEBUG] [FML]: Bar Step: Construction - Minecraft Coder Pack took 0.001s -[13:39:56] [main/TRACE] [FML]: Sending event FMLConstructionEvent to mod FML -[13:39:56] [main/TRACE] [FML]: Mod FML is using network checker : Invoking method checkModLists -[13:39:56] [main/TRACE] [FML]: Testing mod FML to verify it accepts its own version in a remote connection -[13:39:56] [main/TRACE] [FML]: The mod FML accepts its own version (8.0.99.99) -[13:39:56] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, nnparadisemod] at CLIENT -[13:39:56] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, nnparadisemod] at SERVER -[13:39:57] [Thread-3/INFO] [FML]: Using sync timing. 200 frames of Display.update took 436811168 nanos -[13:39:57] [main/TRACE] [FML]: Sent event FMLConstructionEvent to mod FML -[13:39:57] [main/DEBUG] [FML]: Bar Step: Construction - Forge Mod Loader took 1.456s -[13:39:57] [main/TRACE] [FML]: Sending event FMLConstructionEvent to mod forge -[13:39:57] [main/DEBUG] [forge]: Loading Vanilla annotations: null -[13:39:57] [main/DEBUG] [forge]: Preloading CrashReport Classes -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/Minecraft$10 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/Minecraft$11 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/Minecraft$12 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/Minecraft$13 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/Minecraft$14 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/Minecraft$2 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/Minecraft$3 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/Minecraft$4 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/Minecraft$5 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/Minecraft$6 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/Minecraft$7 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/Minecraft$8 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/Minecraft$9 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/multiplayer/WorldClient$1 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/multiplayer/WorldClient$2 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/multiplayer/WorldClient$3 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/multiplayer/WorldClient$4 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/particle/ParticleManager$1 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/particle/ParticleManager$2 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/particle/ParticleManager$3 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/particle/ParticleManager$4 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/renderer/EntityRenderer$2 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/renderer/EntityRenderer$3 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/renderer/EntityRenderer$4 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/renderer/RenderGlobal$1 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/renderer/RenderItem$1 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/renderer/RenderItem$2 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/renderer/RenderItem$3 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/renderer/RenderItem$4 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/renderer/texture/TextureAtlasSprite$1 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/renderer/texture/TextureManager$1 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/renderer/texture/TextureMap$1 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/renderer/texture/TextureMap$2 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/client/renderer/texture/TextureMap$3 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/crash/CrashReport$1 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/crash/CrashReport$2 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/crash/CrashReport$3 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/crash/CrashReport$4 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/crash/CrashReport$5 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/crash/CrashReport$6 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/crash/CrashReport$7 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/crash/CrashReportCategory$1 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/crash/CrashReportCategory$2 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/crash/CrashReportCategory$3 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/crash/CrashReportCategory$4 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/crash/CrashReportCategory$5 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/entity/Entity$2 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/entity/Entity$3 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/entity/Entity$4 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/entity/Entity$5 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/entity/EntityTracker$1 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/entity/player/InventoryPlayer$1 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/nbt/NBTTagCompound$1 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/nbt/NBTTagCompound$2 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/network/NetHandlerPlayServer$3 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/network/NetworkSystem$6 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/server/MinecraftServer$2 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/server/MinecraftServer$3 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/server/dedicated/DedicatedServer$3 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/server/dedicated/DedicatedServer$4 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/server/integrated/IntegratedServer$1 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/server/integrated/IntegratedServer$2 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/tileentity/CommandBlockBaseLogic$1 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/tileentity/CommandBlockBaseLogic$2 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/tileentity/TileEntity$1 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/tileentity/TileEntity$2 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/tileentity/TileEntity$3 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/world/World$1 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/world/World$2 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/world/World$3 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/world/World$4 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/world/World$5 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/world/chunk/Chunk$1 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/world/gen/structure/MapGenStructure$1 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/world/gen/structure/MapGenStructure$2 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/world/gen/structure/MapGenStructure$3 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$10 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$2 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$3 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$4 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$5 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$6 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$7 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$8 -[13:39:57] [main/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$9 -[13:39:57] [main/DEBUG] [forge]: net/minecraftforge/common/util/TextTable -[13:39:57] [main/DEBUG] [forge]: net/minecraftforge/common/util/TextTable$Alignment -[13:39:57] [main/DEBUG] [forge]: net/minecraftforge/common/util/TextTable$Column -[13:39:57] [main/DEBUG] [forge]: net/minecraftforge/common/util/TextTable$Row -[13:39:57] [main/DEBUG] [forge]: net/minecraftforge/fml/client/SplashProgress$1 -[13:39:57] [main/DEBUG] [forge]: net/minecraftforge/fml/common/FMLCommonHandler$1 -[13:39:57] [main/DEBUG] [forge]: net/minecraftforge/fml/common/ICrashCallable -[13:39:57] [main/DEBUG] [forge]: net/minecraftforge/fml/common/Loader$1 -[13:39:57] [main/TRACE] [FML]: Mod forge is using network checker : No network checking performed -[13:39:57] [main/TRACE] [FML]: Testing mod forge to verify it accepts its own version in a remote connection -[13:39:57] [main/TRACE] [FML]: The mod forge accepts its own version (14.23.3.2689) -[13:39:57] [main/DEBUG] [FML]: Attempting to inject @Config classes into forge for type INSTANCE -[13:39:57] [main/TRACE] [FML]: Sent event FMLConstructionEvent to mod forge -[13:39:57] [main/DEBUG] [FML]: Bar Step: Construction - Minecraft Forge took 0.167s -[13:39:57] [main/TRACE] [FML]: Sending event FMLConstructionEvent to mod nnparadisemod -[13:39:57] [main/TRACE] [FML]: Mod nnparadisemod is using network checker : Accepting version 1.0 (The Advancement Update) -[13:39:57] [main/TRACE] [FML]: Testing mod nnparadisemod to verify it accepts its own version in a remote connection -[13:39:57] [main/TRACE] [FML]: The mod nnparadisemod accepts its own version (1.0 (The Advancement Update)) -[13:39:57] [main/DEBUG] [FML]: Attempting to inject @SidedProxy classes into nnparadisemod -[13:39:57] [main/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for nnparadisemod -[13:39:57] [main/DEBUG] [FML]: Attempting to inject @Config classes into nnparadisemod for type INSTANCE -[13:39:57] [main/TRACE] [FML]: Sent event FMLConstructionEvent to mod nnparadisemod -[13:39:57] [main/DEBUG] [FML]: Bar Step: Construction - Nether Noah's Paradise Mod took 0.092s -[13:39:57] [main/DEBUG] [FML]: Bar Finished: Construction took 1.736s -[13:39:57] [main/DEBUG] [FML]: Mod signature data -[13:39:57] [main/DEBUG] [FML]: Valid Signatures: -[13:39:57] [main/DEBUG] [FML]: Missing Signatures: -[13:39:57] [main/DEBUG] [FML]: minecraft (Minecraft 1.12.2) minecraft.jar -[13:39:57] [main/DEBUG] [FML]: mcp (Minecraft Coder Pack 9.42) minecraft.jar -[13:39:57] [main/DEBUG] [FML]: FML (Forge Mod Loader 8.0.99.99) forgeSrc-1.12.2-14.23.3.2689.jar -[13:39:57] [main/DEBUG] [FML]: forge (Minecraft Forge 14.23.3.2689) forgeSrc-1.12.2-14.23.3.2689.jar -[13:39:57] [main/DEBUG] [FML]: nnparadisemod (Nether Noah's Paradise Mod 1.0 (The Advancement Update)) bin -[13:39:57] [main/INFO] [net.minecraft.client.resources.SimpleReloadableResourceManager]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Nether Noah's Paradise Mod -[13:39:57] [main/DEBUG] [FML]: Bar Step: Loading Resources - Default took 0.007s -[13:39:57] [main/DEBUG] [FML]: Bar Step: Loading Resources - FMLFileResourcePack:Forge Mod Loader took 0.037s -[13:39:57] [main/DEBUG] [FML]: Bar Step: Loading Resources - FMLFileResourcePack:Minecraft Forge took 0.027s -[13:39:57] [main/DEBUG] [FML]: Bar Step: Loading Resources - FMLFileResourcePack:Nether Noah's Paradise Mod took 0.003s -[13:39:57] [main/DEBUG] [FML]: Bar Finished: Reloading - LanguageManager took 0.041s -[13:39:57] [main/DEBUG] [FML]: Bar Step: Loading Resources - Reloading listeners took 0.043s -[13:39:57] [main/DEBUG] [FML]: Bar Finished: Loading Resources took 0.117s -[13:39:57] [main/DEBUG] [FML]: Mod Forge Mod Loader is missing a pack.mcmeta file, substituting a dummy one -[13:39:57] [main/DEBUG] [FML]: Mod Minecraft Forge is missing a pack.mcmeta file, substituting a dummy one -[13:39:57] [main/DEBUG] [FML]: Mod Nether Noah's Paradise Mod is missing a pack.mcmeta file, substituting a dummy one -[13:39:57] [main/INFO] [FML]: Processing ObjectHolder annotations -[13:39:58] [main/INFO] [FML]: Found 1168 ObjectHolder annotations -[13:39:58] [main/INFO] [FML]: Identifying ItemStackHolder annotations -[13:39:58] [main/INFO] [FML]: Found 0 ItemStackHolder annotations -[13:39:58] [main/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod minecraft -[13:39:58] [main/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod minecraft -[13:39:58] [main/DEBUG] [FML]: Bar Step: PreInitialization - Minecraft took 0.000s -[13:39:58] [main/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod mcp -[13:39:58] [main/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod mcp -[13:39:58] [main/DEBUG] [FML]: Bar Step: PreInitialization - Minecraft Coder Pack took 0.000s -[13:39:58] [main/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod FML -[13:39:58] [main/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod FML -[13:39:58] [main/DEBUG] [FML]: Bar Step: PreInitialization - Forge Mod Loader took 0.000s -[13:39:58] [main/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod forge -[13:39:58] [main/INFO] [FML]: Configured a dormant chunk cache size of 0 -[13:39:58] [main/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod forge -[13:39:58] [main/DEBUG] [FML]: Bar Step: PreInitialization - Minecraft Forge took 0.140s -[13:39:58] [main/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod nnparadisemod -[13:39:58] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:preInit:72]: Nether Noah's Paradise Mod: Successfully registered biomes -[13:39:58] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json -[13:39:58] [Forge Version Check/DEBUG] [forge.VersionCheck]: [forge] Received version check data: +[18:04:57] [main/INFO] [FML]: MinecraftForge v14.23.3.2689 Initialized +[18:04:57] [main/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients. +[18:04:57] [main/INFO] [FML]: Replaced 1036 ore ingredients +[18:04:58] [main/DEBUG] [FML]: File /home/nethernoah/Forge Mod Development/config/injectedDependencies.json not found. No dependencies injected +[18:04:58] [main/DEBUG] [FML]: Building injected Mod Containers [net.minecraftforge.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer] +[18:04:58] [main/DEBUG] [FML]: Attempting to load mods contained in the minecraft jar file and associated classes +[18:04:58] [main/TRACE] [FML]: Skipping known library file /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/resources.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/rt.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jsse.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jce.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/charsets.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/sunec.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/localedata.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/zipfs.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/sunpkcs11.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/nashorn.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/sunjce_provider.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/cldrdata.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/dnsns.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/jaccess.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/icedtea-sound.jar +[18:04:58] [main/DEBUG] [FML]: Found a minecraft related directory at /home/nethernoah/Forge Mod Development/bin, examining for mod candidates +[18:04:58] [main/DEBUG] [FML]: Found a minecraft related file at /home/nethernoah/.gradle/caches/minecraft/net/minecraftforge/forge/1.12.2-14.23.3.2689/snapshot/20171003/forgeSrc-1.12.2-14.23.3.2689.jar, examining for mod candidates +[18:04:58] [main/DEBUG] [FML]: Found a minecraft related file at /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.google.code.findbugs/jsr305/3.0.1/f7be08ec23c21485b9b5a1cf1654c2ec8c58168d/jsr305-3.0.1.jar, examining for mod candidates +[18:04:58] [main/DEBUG] [FML]: Found a minecraft related file at /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.mojang/patchy/1.1/aef610b34a1be37fa851825f12372b78424d8903/patchy-1.1.jar, examining for mod candidates +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/oshi-project/oshi-core/1.1/9ddf7b048a8d701be231c0f4f95fd986198fd2d8/oshi-core-1.1.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.java.dev.jna/jna/4.4.0/cb208278274bf12ebdb56c61bd7407e6f774d65a/jna-4.4.0.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.java.dev.jna/platform/3.4.0/e3f70017be8100d3d6923f50b3d2ee17714e9c13/platform-3.4.0.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.ibm.icu/icu4j-core-mojang/51.2/63d216a9311cca6be337c1e458e587f99d382b84/icu4j-core-mojang-51.2.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.sf.jopt-simple/jopt-simple/5.0.3/cdd846cfc4e0f7eefafc02c0f5dce32b9303aa2a/jopt-simple-5.0.3.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/io.netty/netty-all/4.1.9.Final/97860965d6a0a6b98e7f569f3f966727b8db75/netty-all-4.1.9.Final.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/21.0/3a3d111be1be1b745edfa7d91678a12d7ed38709/guava-21.0.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-lang3/3.5/6c6c702c89bfff3cd9e80b04d668c5e190d588c6/commons-lang3-3.5.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/commons-io/commons-io/2.5/2852e6e05fbb95076fc091f6d1780f1f8fe35e0f/commons-io-2.5.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/commons-codec/commons-codec/1.10/4b95f4897fa13f2cd904aee711aeafc0c5295cd8/commons-codec-1.10.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.java.jutils/jutils/1.0.0/e12fe1fda814bd348c1579329c86943d2cd3c6a6/jutils-1.0.0.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.google.code.gson/gson/2.8.0/c4ba5371a29ac9b2ad6129b1d39ea38750043eff/gson-2.8.0.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.mojang/authlib/1.5.25/9834cdf236c22e84b946bba989e2f94ef5897c3c/authlib-1.5.25.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.mojang/realms/1.10.19/c0e1cddb173faa8bf69a4236211cfd0af6c6150d/realms-1.10.19.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-compress/1.8.1/a698750c16740fd5b3871425f4cb3bbaa87f529d/commons-compress-1.8.1.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpclient/4.3.3/18f4247ff4572a074444572cee34647c43e7c9c7/httpclient-4.3.3.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/commons-logging/commons-logging/1.1.3/f6f66e966c70a83ffbdb6f17a0919eaf7c8aca7f/commons-logging-1.1.3.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpcore/4.3.2/31fbbff1ddbf98f3aa7377c94d33b0447c646b6e/httpcore-4.3.2.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/it.unimi.dsi/fastutil/7.1.0/9835253257524c1be7ab50c057aa2d418fb72082/fastutil-7.1.0.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-api/2.8.1/e801d13612e22cad62a3f4f3fe7fdbe6334a8e72/log4j-api-2.8.1.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-core/2.8.1/4ac28ff2f1ddf05dae3043a190451e8c46b73c31/log4j-core-2.8.1.jar +[18:04:58] [main/DEBUG] [FML]: Found a minecraft related file at /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.mojang/text2speech/1.10.3/48fd510879dff266c3815947de66e3d4809f8668/text2speech-1.10.3.jar, examining for mod candidates +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.minecraft/launchwrapper/1.12/111e7bea9c968cdb3d06ef4632bf7ff0824d0f36/launchwrapper-1.12.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/jline/jline/2.13/2d9530d0a25daffaffda7c35037b046b627bb171/jline-2.13.jar +[18:04:58] [main/DEBUG] [FML]: Found a minecraft related file at /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-debug-all/5.2/3354e11e2b34215f06dab629ab88e06aca477c19/asm-debug-all-5.2.jar, examining for mod candidates +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.typesafe.akka/akka-actor_2.11/2.3.3/ed62e9fc709ca0f2ff1a3220daa8b70a2870078e/akka-actor_2.11-2.3.3.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.typesafe/config/1.2.1/f771f71fdae3df231bcd54d5ca2d57f0bf93f467/config-1.2.1.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-actors-migration_2.11/1.1.0/dfa8bc42b181d5b9f1a5dd147f8ae308b893eb6f/scala-actors-migration_2.11-1.1.0.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-compiler/2.11.1/56ea2e6c025e0821f28d73ca271218b8dd04926a/scala-compiler-2.11.1.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang.plugins/scala-continuations-library_2.11/1.0.2/e517c53a7e9acd6b1668c5a35eccbaa3bab9aac/scala-continuations-library_2.11-1.0.2.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang.plugins/scala-continuations-plugin_2.11.1/1.0.2/f361a3283452c57fa30c1ee69448995de23c60f7/scala-continuations-plugin_2.11.1-1.0.2.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-library/2.11.1/e11da23da3eabab9f4777b9220e60d44c1aab6a/scala-library-2.11.1.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang.modules/scala-parser-combinators_2.11/1.0.1/f05d7345bf5a58924f2837c6c1f4d73a938e1ff0/scala-parser-combinators_2.11-1.0.1.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-reflect/2.11.1/6580347e61cc7f8e802941e7fde40fa83b8badeb/scala-reflect-2.11.1.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang.modules/scala-swing_2.11/1.0.1/b1cdd92bd47b1e1837139c1c53020e86bb9112ae/scala-swing_2.11-1.0.1.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang.modules/scala-xml_2.11/1.0.2/820fbca7e524b530fdadc594c39d49a21ea0337e/scala-xml_2.11-1.0.2.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/lzma/lzma/0.0.1/521616dc7487b42bef0e803bd2fa3faf668101d7/lzma-0.0.1.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.sf.trove4j/trove4j/3.0.3/42ccaf4761f0dfdfa805c9e340d99a755907e2dd/trove4j-3.0.3.jar +[18:04:58] [main/DEBUG] [FML]: Found a minecraft related file at /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.5.3/7dc72b6d6d8a6dced3d294ed54c2cc3515ade9f4/maven-artifact-3.5.3.jar, examining for mod candidates +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.paulscode/codecjorbis/20101023/c73b5636faf089d9f00e8732a829577de25237ee/codecjorbis-20101023.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.paulscode/codecwav/20101023/12f031cfe88fef5c1dd36c563c0a3a69bd7261da/codecwav-20101023.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.paulscode/libraryjavasound/20101123/5c5e304366f75f9eaa2e8cca546a1fb6109348b3/libraryjavasound-20101123.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.paulscode/librarylwjglopenal/20100824/73e80d0794c39665aec3f62eee88ca91676674ef/librarylwjglopenal-20100824.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/com.paulscode/soundsystem/20120107/419c05fe9be71f792b2d76cfc9b67f1ed0fec7f6/soundsystem-20120107.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.java.jinput/jinput/2.0.5/39c7796b469a600f72380316f6b1f11db6c2c7c4/jinput-2.0.5.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl/2.9.4-nightly-20150209/697517568c68e78ae0b4544145af031c81082dfe/lwjgl-2.9.4-nightly-20150209.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl_util/2.9.4-nightly-20150209/d51a7c040a721d13efdfbd34f8b257b2df882ad0/lwjgl_util-2.9.4-nightly-20150209.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/java3d/vecmath/1.5.2/79846ba34cbd89e2422d74d53752f993dcc2ccaf/vecmath-1.5.2.jar +[18:04:58] [main/DEBUG] [FML]: Found a minecraft related file at /home/nethernoah/.gradle/caches/modules-2/files-2.1/ca.weblite/java-objc-bridge/1.0.0/6ef160c3133a78de015830860197602ca1c855d3/java-objc-bridge-1.0.0.jar, examining for mod candidates +[18:04:58] [main/DEBUG] [FML]: Found a minecraft related file at /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.fusesource.jansi/jansi/1.11/655c643309c2f45a56a747fda70e3fadf57e9f11/jansi-1.11.jar, examining for mod candidates +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-actors/2.11.0/8ccfb6541de179bb1c4d45cf414acee069b7f78b/scala-actors-2.11.0.jar +[18:04:58] [main/DEBUG] [FML]: Found a minecraft related file at /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.codehaus.plexus/plexus-utils/3.1.0/60eecb6f15abdb1c653ad80abaac6fe188b3feaa/plexus-utils-3.1.0.jar, examining for mod candidates +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.java.jinput/jinput-platform/2.0.5/7ff832a6eb9ab6a767f1ade2b548092d0fa64795/jinput-platform-2.0.5-natives-linux.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.java.jinput/jinput-platform/2.0.5/385ee093e01f587f30ee1c8a2ee7d408fd732e16/jinput-platform-2.0.5-natives-windows.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/net.java.jinput/jinput-platform/2.0.5/53f9c919f34d2ca9de8c51fc4e1e8282029a9232/jinput-platform-2.0.5-natives-osx.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl-platform/2.9.4-nightly-20150209/b84d5102b9dbfabfeb5e43c7e2828d98a7fc80e0/lwjgl-platform-2.9.4-nightly-20150209-natives-windows.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl-platform/2.9.4-nightly-20150209/931074f46c795d2f7b30ed6395df5715cfd7675b/lwjgl-platform-2.9.4-nightly-20150209-natives-linux.jar +[18:04:58] [main/TRACE] [FML]: Skipping known library file /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl-platform/2.9.4-nightly-20150209/bcab850f8f487c3f4c4dbabde778bb82bd1a40ed/lwjgl-platform-2.9.4-nightly-20150209-natives-osx.jar +[18:04:58] [main/DEBUG] [FML]: Found a minecraft related file at /home/nethernoah/.gradle/caches/minecraft/deobfedDeps/compileDummy.jar, examining for mod candidates +[18:04:58] [main/DEBUG] [FML]: Found a minecraft related file at /home/nethernoah/.gradle/caches/minecraft/deobfedDeps/providedDummy.jar, examining for mod candidates +[18:04:58] [main/DEBUG] [FML]: Found a minecraft related directory at /home/nethernoah/.gradle/caches/minecraft/net/minecraftforge/forge/1.12.2-14.23.3.2689/start, examining for mod candidates +[18:04:58] [main/DEBUG] [FML]: Minecraft jar mods loaded successfully +[18:04:58] [main/INFO] [FML]: Searching /home/nethernoah/Forge Mod Development/./mods for mods +[18:04:58] [main/DEBUG] [FML]: Examining directory bin for potential mods +[18:04:58] [main/ERROR] [FML]: The mcmod.info file in bin cannot be parsed as valid JSON. It will be ignored +com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Expected ':' at line 6 column 10 path $[0].<<<<<<< + at com.google.gson.internal.Streams.parse(Streams.java:60) ~[Streams.class:?] + at com.google.gson.JsonParser.parse(JsonParser.java:84) ~[JsonParser.class:?] + at com.google.gson.JsonParser.parse(JsonParser.java:59) ~[JsonParser.class:?] + at net.minecraftforge.fml.common.MetadataCollection.from(MetadataCollection.java:63) [MetadataCollection.class:?] + at net.minecraftforge.fml.common.discovery.DirectoryDiscoverer.exploreFileSystem(DirectoryDiscoverer.java:80) [DirectoryDiscoverer.class:?] + at net.minecraftforge.fml.common.discovery.DirectoryDiscoverer.discover(DirectoryDiscoverer.java:62) [DirectoryDiscoverer.class:?] + at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?] + at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?] + at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?] + at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:425) [Loader.class:?] + at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:225) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:513) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Expected ':' at line 6 column 10 path $[0].<<<<<<< + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:530) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.peek(JsonReader.java:425) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:716) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:731) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.Streams.parse(Streams.java:48) ~[Streams.class:?] + ... 26 more +[18:04:58] [main/DEBUG] [FML]: Found an mcmod.info file in directory bin +[18:04:58] [main/TRACE] [FML]: Recursing into package assets +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/minecraft +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/minecraft/textures +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/minecraft/textures/blocks +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/advancements +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/advancements/nnparadisemod +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/blockstates +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/blockstates/unfinished +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/lang +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/loot_tables +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/models +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/models/block +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/models/block/unfinished +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/models/item +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/models/item/unfinished +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/armor +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/armor/emerald +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/armor/obsidian +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/armor/redstone +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/armor/ruby +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/armor/rusty +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/armor/silver +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/armor/xmas +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/buttons +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/doors +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/fence gates +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/fences +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/lamps +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/plates +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/stairs +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/tables +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/tools +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/tools/ cactus +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/tools/emerald +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/tools/obsidian +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/tools/redstone +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/tools/ruby +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/tools/rusty +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/tools/silver +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/trapdoors +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/recipes/walls +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/structures +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/structures/attiecat +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/textures +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/textures/blocks +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/textures/entity +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/textures/entity/cactus_chest +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/textures/entity/compressed_cactus_chest +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/textures/items +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/textures/models +[18:04:58] [main/TRACE] [FML]: Recursing into package assets/nnparadisemod/textures/models/armor +[18:04:58] [main/TRACE] [FML]: Recursing into package com +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/CustomBlockCode +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/CustomBlockCode/buttonTicks +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/CustomBlockCode/pressurePlates +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/GUI +[18:04:58] [main/DEBUG] [FML]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.NetherNoah.ParadiseMod.ParadiseMod) - loading +[18:04:58] [main/TRACE] [FML]: Parsed dependency info for nnparadisemod: Requirements: [] After:[] Before:[] +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/buttons +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/buttons/stoneVariants +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/buttons/wood +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/chests +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/crystals +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/doors +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/fenceGates +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/fences +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/misc +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/ores +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/pressurePlates +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/pressurePlates/stoneVariants +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/pressurePlates/wood +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/redstone +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/redstone/lamps +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/redstone/lamps/lit +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/resourceBlocks +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/trapdoors +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/workbenches +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/blocks/xmas +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/creativeTabs +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/handlers +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/init +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/items +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/items/armor +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/items/doors +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/items/tools +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/items/tools/cactus +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/items/tools/emerald +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/items/tools/obsidian +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/items/tools/redstone +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/items/tools/ruby +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/items/tools/rusty +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/items/tools/silver +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/proxy +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/tileentity +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/tileentity/render +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/world +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/world/dimension +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/world/worldgen +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/world/worldgen/structures +[18:04:58] [main/TRACE] [FML]: Recursing into package com/NetherNoah/ParadiseMod/world/worldgen/structures/AttieCat +[18:04:58] [main/DEBUG] [FML]: Examining file forgeSrc-1.12.2-14.23.3.2689.jar for potential mods +[18:04:58] [main/DEBUG] [FML]: The mod container forgeSrc-1.12.2-14.23.3.2689.jar appears to be missing an mcmod.info file +[18:04:59] [main/DEBUG] [FML]: Examining file jsr305-3.0.1.jar for potential mods +[18:04:59] [main/DEBUG] [FML]: The mod container jsr305-3.0.1.jar appears to be missing an mcmod.info file +[18:04:59] [main/DEBUG] [FML]: Examining file patchy-1.1.jar for potential mods +[18:04:59] [main/DEBUG] [FML]: The mod container patchy-1.1.jar appears to be missing an mcmod.info file +[18:04:59] [main/DEBUG] [FML]: Examining file text2speech-1.10.3.jar for potential mods +[18:04:59] [main/DEBUG] [FML]: The mod container text2speech-1.10.3.jar appears to be missing an mcmod.info file +[18:04:59] [main/DEBUG] [FML]: Examining file asm-debug-all-5.2.jar for potential mods +[18:04:59] [main/DEBUG] [FML]: The mod container asm-debug-all-5.2.jar appears to be missing an mcmod.info file +[18:04:59] [main/DEBUG] [FML]: Examining file maven-artifact-3.5.3.jar for potential mods +[18:04:59] [main/DEBUG] [FML]: The mod container maven-artifact-3.5.3.jar appears to be missing an mcmod.info file +[18:04:59] [main/DEBUG] [FML]: Examining file java-objc-bridge-1.0.0.jar for potential mods +[18:04:59] [main/DEBUG] [FML]: The mod container java-objc-bridge-1.0.0.jar appears to be missing an mcmod.info file +[18:04:59] [main/DEBUG] [FML]: Examining file jansi-1.11.jar for potential mods +[18:04:59] [main/DEBUG] [FML]: The mod container jansi-1.11.jar appears to be missing an mcmod.info file +[18:04:59] [main/DEBUG] [FML]: Examining file plexus-utils-3.1.0.jar for potential mods +[18:04:59] [main/DEBUG] [FML]: The mod container plexus-utils-3.1.0.jar appears to be missing an mcmod.info file +[18:04:59] [main/DEBUG] [FML]: Examining file compileDummy.jar for potential mods +[18:04:59] [main/DEBUG] [FML]: The mod container compileDummy.jar appears to be missing an mcmod.info file +[18:04:59] [main/DEBUG] [FML]: Examining file providedDummy.jar for potential mods +[18:04:59] [main/DEBUG] [FML]: The mod container providedDummy.jar appears to be missing an mcmod.info file +[18:04:59] [main/DEBUG] [FML]: Examining directory start for potential mods +[18:04:59] [main/DEBUG] [FML]: No mcmod.info file found in directory start +[18:04:59] [main/TRACE] [FML]: Recursing into package net +[18:04:59] [main/TRACE] [FML]: Recursing into package net/minecraftforge +[18:04:59] [main/TRACE] [FML]: Recursing into package net/minecraftforge/gradle +[18:04:59] [main/TRACE] [FML]: Recursing into package net/minecraftforge/gradle/tweakers +[18:04:59] [main/INFO] [FML]: Forge Mod Loader has identified 5 mods to load +[18:04:59] [main/TRACE] [FML]: Received a system property request '' +[18:04:59] [main/TRACE] [FML]: System property request managing the state of 0 mods +[18:04:59] [main/DEBUG] [FML]: After merging, found state information for 0 mods +[18:04:59] [main/DEBUG] [FML]: Mod Forge Mod Loader is missing a pack.mcmeta file, substituting a dummy one +[18:04:59] [main/DEBUG] [FML]: Mod Minecraft Forge is missing a pack.mcmeta file, substituting a dummy one +[18:04:59] [main/DEBUG] [FML]: Enabling mod nnparadisemod +[18:04:59] [main/DEBUG] [FML]: Mod Nether Noah's Paradise Mod is missing a pack.mcmeta file, substituting a dummy one +[18:04:59] [main/TRACE] [FML]: Verifying mod requirements are satisfied +[18:04:59] [main/TRACE] [FML]: All mod requirements are satisfied +[18:04:59] [main/TRACE] [FML]: Sorting mods into an ordered list +[18:04:59] [main/TRACE] [FML]: Mod sorting completed successfully +[18:04:59] [main/DEBUG] [FML]: Mod sorting data +[18:04:59] [main/DEBUG] [FML]: nnparadisemod(Nether Noah's Paradise Mod:1.0 (The Advancement Update)): bin () +[18:04:59] [main/DEBUG] [FML]: Loading @Config anotation data +[18:04:59] [main/TRACE] [FML]: Sending event FMLConstructionEvent to mod minecraft +[18:04:59] [main/TRACE] [FML]: Sent event FMLConstructionEvent to mod minecraft +[18:04:59] [main/DEBUG] [FML]: Bar Step: Construction - Minecraft took 0.010s +[18:04:59] [main/TRACE] [FML]: Sending event FMLConstructionEvent to mod mcp +[18:04:59] [main/TRACE] [FML]: Sent event FMLConstructionEvent to mod mcp +[18:04:59] [main/DEBUG] [FML]: Bar Step: Construction - Minecraft Coder Pack took 0.001s +[18:04:59] [main/TRACE] [FML]: Sending event FMLConstructionEvent to mod FML +[18:05:00] [main/TRACE] [FML]: Mod FML is using network checker : Invoking method checkModLists +[18:05:00] [main/TRACE] [FML]: Testing mod FML to verify it accepts its own version in a remote connection +[18:05:00] [main/TRACE] [FML]: The mod FML accepts its own version (8.0.99.99) +[18:05:00] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, nnparadisemod] at CLIENT +[18:05:00] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, nnparadisemod] at SERVER +[18:05:00] [main/TRACE] [FML]: Sent event FMLConstructionEvent to mod FML +[18:05:00] [main/DEBUG] [FML]: Bar Step: Construction - Forge Mod Loader took 0.759s +[18:05:00] [main/TRACE] [FML]: Sending event FMLConstructionEvent to mod forge +[18:05:00] [main/DEBUG] [forge]: Loading Vanilla annotations: null +[18:05:00] [main/DEBUG] [forge]: Preloading CrashReport Classes +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/Minecraft$10 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/Minecraft$11 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/Minecraft$12 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/Minecraft$13 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/Minecraft$14 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/Minecraft$2 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/Minecraft$3 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/Minecraft$4 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/Minecraft$5 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/Minecraft$6 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/Minecraft$7 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/Minecraft$8 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/Minecraft$9 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/multiplayer/WorldClient$1 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/multiplayer/WorldClient$2 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/multiplayer/WorldClient$3 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/multiplayer/WorldClient$4 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/particle/ParticleManager$1 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/particle/ParticleManager$2 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/particle/ParticleManager$3 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/particle/ParticleManager$4 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/renderer/EntityRenderer$2 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/renderer/EntityRenderer$3 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/renderer/EntityRenderer$4 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/renderer/RenderGlobal$1 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/renderer/RenderItem$1 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/renderer/RenderItem$2 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/renderer/RenderItem$3 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/renderer/RenderItem$4 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/renderer/texture/TextureAtlasSprite$1 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/renderer/texture/TextureManager$1 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/renderer/texture/TextureMap$1 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/renderer/texture/TextureMap$2 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/client/renderer/texture/TextureMap$3 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/crash/CrashReport$1 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/crash/CrashReport$2 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/crash/CrashReport$3 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/crash/CrashReport$4 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/crash/CrashReport$5 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/crash/CrashReport$6 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/crash/CrashReport$7 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/crash/CrashReportCategory$1 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/crash/CrashReportCategory$2 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/crash/CrashReportCategory$3 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/crash/CrashReportCategory$4 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/crash/CrashReportCategory$5 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/entity/Entity$2 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/entity/Entity$3 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/entity/Entity$4 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/entity/Entity$5 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/entity/EntityTracker$1 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/entity/player/InventoryPlayer$1 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/nbt/NBTTagCompound$1 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/nbt/NBTTagCompound$2 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/network/NetHandlerPlayServer$3 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/network/NetworkSystem$6 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/server/MinecraftServer$2 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/server/MinecraftServer$3 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/server/dedicated/DedicatedServer$3 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/server/dedicated/DedicatedServer$4 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/server/integrated/IntegratedServer$1 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/server/integrated/IntegratedServer$2 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/tileentity/CommandBlockBaseLogic$1 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/tileentity/CommandBlockBaseLogic$2 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/tileentity/TileEntity$1 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/tileentity/TileEntity$2 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/tileentity/TileEntity$3 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/world/World$1 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/world/World$2 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/world/World$3 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/world/World$4 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/world/World$5 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/world/chunk/Chunk$1 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/world/gen/structure/MapGenStructure$1 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/world/gen/structure/MapGenStructure$2 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/world/gen/structure/MapGenStructure$3 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$10 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$2 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$3 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$4 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$5 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$6 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$7 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$8 +[18:05:00] [main/DEBUG] [forge]: net/minecraft/world/storage/WorldInfo$9 +[18:05:00] [main/DEBUG] [forge]: net/minecraftforge/common/util/TextTable +[18:05:00] [main/DEBUG] [forge]: net/minecraftforge/common/util/TextTable$Alignment +[18:05:00] [main/DEBUG] [forge]: net/minecraftforge/common/util/TextTable$Column +[18:05:00] [main/DEBUG] [forge]: net/minecraftforge/common/util/TextTable$Row +[18:05:00] [main/DEBUG] [forge]: net/minecraftforge/fml/client/SplashProgress$1 +[18:05:00] [main/DEBUG] [forge]: net/minecraftforge/fml/common/FMLCommonHandler$1 +[18:05:00] [main/DEBUG] [forge]: net/minecraftforge/fml/common/ICrashCallable +[18:05:00] [main/DEBUG] [forge]: net/minecraftforge/fml/common/Loader$1 +[18:05:00] [main/TRACE] [FML]: Mod forge is using network checker : No network checking performed +[18:05:00] [main/TRACE] [FML]: Testing mod forge to verify it accepts its own version in a remote connection +[18:05:00] [main/TRACE] [FML]: The mod forge accepts its own version (14.23.3.2689) +[18:05:00] [main/DEBUG] [FML]: Attempting to inject @Config classes into forge for type INSTANCE +[18:05:00] [main/TRACE] [FML]: Sent event FMLConstructionEvent to mod forge +[18:05:00] [main/DEBUG] [FML]: Bar Step: Construction - Minecraft Forge took 0.094s +[18:05:00] [main/TRACE] [FML]: Sending event FMLConstructionEvent to mod nnparadisemod +[18:05:00] [main/TRACE] [FML]: Mod nnparadisemod is using network checker : Accepting version 1.0 (The Advancement Update) +[18:05:00] [main/TRACE] [FML]: Testing mod nnparadisemod to verify it accepts its own version in a remote connection +[18:05:00] [main/TRACE] [FML]: The mod nnparadisemod accepts its own version (1.0 (The Advancement Update)) +[18:05:00] [main/DEBUG] [FML]: Attempting to inject @SidedProxy classes into nnparadisemod +[18:05:00] [main/DEBUG] [FML]: Attempting to inject @EventBusSubscriber classes into the eventbus for nnparadisemod +[18:05:00] [main/DEBUG] [FML]: Attempting to inject @Config classes into nnparadisemod for type INSTANCE +[18:05:00] [main/TRACE] [FML]: Sent event FMLConstructionEvent to mod nnparadisemod +[18:05:00] [main/DEBUG] [FML]: Bar Step: Construction - Nether Noah's Paradise Mod took 0.037s +[18:05:00] [main/DEBUG] [FML]: Bar Finished: Construction took 0.901s +[18:05:00] [main/DEBUG] [FML]: Mod signature data +[18:05:00] [main/DEBUG] [FML]: Valid Signatures: +[18:05:00] [main/DEBUG] [FML]: Missing Signatures: +[18:05:00] [main/DEBUG] [FML]: minecraft (Minecraft 1.12.2) minecraft.jar +[18:05:00] [main/DEBUG] [FML]: mcp (Minecraft Coder Pack 9.42) minecraft.jar +[18:05:00] [main/DEBUG] [FML]: FML (Forge Mod Loader 8.0.99.99) forgeSrc-1.12.2-14.23.3.2689.jar +[18:05:00] [main/DEBUG] [FML]: forge (Minecraft Forge 14.23.3.2689) forgeSrc-1.12.2-14.23.3.2689.jar +[18:05:00] [main/DEBUG] [FML]: nnparadisemod (Nether Noah's Paradise Mod 1.0 (The Advancement Update)) bin +[18:05:00] [main/INFO] [net.minecraft.client.resources.SimpleReloadableResourceManager]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Nether Noah's Paradise Mod +[18:05:00] [main/DEBUG] [FML]: Bar Step: Loading Resources - Default took 0.005s +[18:05:00] [main/DEBUG] [FML]: Bar Step: Loading Resources - FMLFileResourcePack:Forge Mod Loader took 0.015s +[18:05:00] [main/DEBUG] [FML]: Bar Step: Loading Resources - FMLFileResourcePack:Minecraft Forge took 0.009s +[18:05:00] [main/DEBUG] [FML]: Bar Step: Loading Resources - FMLFileResourcePack:Nether Noah's Paradise Mod took 0.002s +[18:05:00] [main/DEBUG] [FML]: Bar Finished: Reloading - LanguageManager took 0.025s +[18:05:00] [main/DEBUG] [FML]: Bar Step: Loading Resources - Reloading listeners took 0.026s +[18:05:00] [main/DEBUG] [FML]: Bar Finished: Loading Resources took 0.057s +[18:05:00] [main/DEBUG] [FML]: Mod Forge Mod Loader is missing a pack.mcmeta file, substituting a dummy one +[18:05:00] [main/DEBUG] [FML]: Mod Minecraft Forge is missing a pack.mcmeta file, substituting a dummy one +[18:05:00] [main/DEBUG] [FML]: Mod Nether Noah's Paradise Mod is missing a pack.mcmeta file, substituting a dummy one +[18:05:00] [main/INFO] [FML]: Processing ObjectHolder annotations +[18:05:00] [main/INFO] [FML]: Found 1168 ObjectHolder annotations +[18:05:00] [main/INFO] [FML]: Identifying ItemStackHolder annotations +[18:05:00] [main/INFO] [FML]: Found 0 ItemStackHolder annotations +[18:05:00] [main/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod minecraft +[18:05:00] [main/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod minecraft +[18:05:00] [main/DEBUG] [FML]: Bar Step: PreInitialization - Minecraft took 0.000s +[18:05:00] [main/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod mcp +[18:05:00] [main/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod mcp +[18:05:00] [main/DEBUG] [FML]: Bar Step: PreInitialization - Minecraft Coder Pack took 0.001s +[18:05:00] [main/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod FML +[18:05:00] [main/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod FML +[18:05:00] [main/DEBUG] [FML]: Bar Step: PreInitialization - Forge Mod Loader took 0.000s +[18:05:00] [main/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod forge +[18:05:01] [main/INFO] [FML]: Configured a dormant chunk cache size of 0 +[18:05:01] [main/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod forge +[18:05:01] [main/DEBUG] [FML]: Bar Step: PreInitialization - Minecraft Forge took 0.073s +[18:05:01] [main/TRACE] [FML]: Sending event FMLPreInitializationEvent to mod nnparadisemod +[18:05:01] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json +[18:05:01] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:preInit:76]: Nether Noah's Paradise Mod: Successfully registered biomes +[18:05:01] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:preInit:113]: NetherNoah777: Oh my God! Adding liquid redstone was a big pain the a**!!!!!!! +[18:05:01] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:preInit:122]: Nether Noah's Paradise Mod: Successfully registered tile entities +[18:05:01] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:preInit:160]: Nether Noah's Paradise Mod: Successfully registered world generators +[18:05:01] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:preInit:164]: Nether Noah's Paradise Mod: Successfully registered world generators +[18:05:01] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:preInit:192]: Nether Noah's Paradise Mod: Successfully world generators +[18:05:01] [Forge Version Check/DEBUG] [forge.VersionCheck]: [forge] Received version check data: { "homepage": "http://files.minecraftforge.net/maven/net/minecraftforge/forge/", "promos": { @@ -612,5411 +655,6152 @@ Details: "recommended": "14.23.3.2655" } } -[13:39:58] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: OUTDATED Target: 14.23.3.2698 -[13:39:58] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:preInit:100]: NetherNoah777: Oh my God! Adding liquid redstone was a big pain the a**!!!!!!! -[13:39:58] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:preInit:109]: Nether Noah's Paradise Mod: Successfully registered tile entities -[13:39:58] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:preInit:145]: Nether Noah's Paradise Mod: Successfully registered world generators -[13:39:59] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:preInit:148]: Nether Noah's Paradise Mod: Successfully registered blocks -[13:39:59] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:preInit:150]: Nether Noah's Paradise Mod: Successfully registered items -[13:39:59] [main/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod nnparadisemod -[13:39:59] [main/DEBUG] [FML]: Bar Step: PreInitialization - Nether Noah's Paradise Mod took 1.770s -[13:39:59] [main/DEBUG] [FML]: Bar Finished: PreInitialization took 1.911s -[13:39:59] [main/INFO] [FML]: Applying holder lookups -[13:39:59] [main/INFO] [FML]: Holder lookups applied -[13:40:00] [main/INFO] [FML]: Applying holder lookups -[13:40:00] [main/INFO] [FML]: Holder lookups applied -[13:40:00] [main/INFO] [FML]: Applying holder lookups -[13:40:00] [main/INFO] [FML]: Holder lookups applied -[13:40:00] [main/INFO] [FML]: Applying holder lookups -[13:40:00] [main/INFO] [FML]: Holder lookups applied -[13:40:00] [main/INFO] [FML]: Injecting itemstacks -[13:40:00] [main/INFO] [FML]: Itemstack injection complete -[13:40:00] [main/DEBUG] [FML]: Bar Finished: Loading Resource - TextureManager took 0.000s -[13:40:01] [main/DEBUG] [FML]: Bar Finished: Loading sounds took 1.598s -[13:40:01] [main/DEBUG] [FML]: Bar Finished: Loading Resource - SoundHandler took 1.633s -[13:40:01] [Sound Library Loader/INFO] [net.minecraft.client.audio.SoundManager]: Starting up SoundSystem... -[13:40:02] [main/DEBUG] [FML]: Bar Finished: Loading Resource - FontRenderer took 0.023s -[13:40:02] [main/DEBUG] [FML]: Bar Finished: Loading Resource - FontRenderer took 0.007s -[13:40:02] [main/DEBUG] [FML]: Bar Finished: Loading Resource - GrassColorReloadListener took 0.034s -[13:40:02] [main/DEBUG] [FML]: Bar Finished: Loading Resource - FoliageColorReloadListener took 0.026s -[13:40:02] [main/DEBUG] [FML]: Bar Step: Rendering Setup - GL Setup took 0.002s -[13:40:02] [main/DEBUG] [FML]: Bar Step: Rendering Setup - Loading Texture Map took 0.022s -[13:40:02] [main/DEBUG] [FML]: Bar Finished: Loading Resource - B3DLoader took 0.000s -[13:40:02] [main/DEBUG] [FML]: Bar Finished: Loading Resource - OBJLoader took 0.000s -[13:40:02] [Thread-4/INFO] [net.minecraft.client.audio.SoundManager]: Initializing LWJGL OpenAL -[13:40:02] [Thread-4/INFO] [net.minecraft.client.audio.SoundManager]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) -[13:40:02] [main/DEBUG] [FML]: Bar Finished: Loading Resource - ModelFluid$FluidLoader took 0.000s -[13:40:02] [main/DEBUG] [FML]: Bar Finished: Loading Resource - ItemLayerModel$Loader took 0.000s -[13:40:02] [main/DEBUG] [FML]: Bar Finished: Loading Resource - MultiLayerModel$Loader took 0.002s -[13:40:02] [main/DEBUG] [FML]: Bar Finished: Loading Resource - ModelDynBucket$LoaderDynBucket took 0.000s -[13:40:02] [Thread-4/INFO] [net.minecraft.client.audio.SoundManager]: OpenAL initialized. -[13:40:02] [Sound Library Loader/INFO] [net.minecraft.client.audio.SoundManager]: Sound engine started -[13:40:06] [main/DEBUG] [FML]: Bar Finished: ModelLoader: blocks took 4.312s -[13:40:06] [main/DEBUG] [FML]: Item json isn't found for 'forge:dynbucket#inventory', trying to load the variant from the blockstate json -[13:40:08] [main/DEBUG] [FML]: Bar Finished: ModelLoader: items took 1.328s -[13:40:08] [main/INFO] [FML]: Max texture size: 16384 -[13:40:09] [main/DEBUG] [FML]: Bar Finished: Texture stitching took 1.021s -[13:40:09] [main/DEBUG] [FML]: Bar Finished: Texture stitching took 0.094s -[13:40:09] [main/INFO] [net.minecraft.client.renderer.texture.TextureMap]: Created: 1024x512 textures-atlas -[13:40:09] [main/DEBUG] [FML]: Bar Finished: Texture creation took 0.102s -[13:40:09] [main/DEBUG] [FML]: Bar Finished: Texture mipmap and upload took 0.034s -[13:40:11] [main/DEBUG] [FML]: Bar Finished: ModelLoader: baking took 1.925s -[13:40:11] [main/DEBUG] [FML]: Bar Finished: Loading Resource - ModelManager took 9.457s -[13:40:11] [main/DEBUG] [FML]: Bar Step: Rendering Setup - Loading Model Manager took 9.518s -[13:40:12] [main/DEBUG] [FML]: Bar Finished: Loading Resource - RenderItem took 0.009s -[13:40:12] [main/DEBUG] [FML]: Bar Step: Rendering Setup - Loading Item Renderer took 0.532s -[13:40:12] [main/DEBUG] [FML]: Bar Finished: Loading Resource - EntityRenderer took 0.000s -[13:40:12] [main/DEBUG] [FML]: Bar Finished: Loading Resource - BlockRendererDispatcher took 0.000s -[13:40:12] [main/DEBUG] [FML]: Bar Finished: Loading Resource - RenderGlobal took 0.000s -[13:40:13] [main/DEBUG] [FML]: Bar Finished: Loading Resource - SearchTreeManager took 0.310s -[13:40:13] [main/DEBUG] [FML]: Bar Step: Rendering Setup - Loading Entity Renderer took 1.181s -[13:40:13] [main/DEBUG] [FML]: Bar Finished: Rendering Setup took 11.255s -[13:40:13] [main/INFO] [FML]: Applying holder lookups -[13:40:13] [main/INFO] [FML]: Holder lookups applied -[13:40:13] [main/TRACE] [FML]: Sending event FMLInitializationEvent to mod minecraft -[13:40:13] [main/TRACE] [FML]: Sent event FMLInitializationEvent to mod minecraft -[13:40:13] [main/DEBUG] [FML]: Bar Step: Initialization - Minecraft took 0.000s -[13:40:13] [main/TRACE] [FML]: Sending event FMLInitializationEvent to mod mcp -[13:40:13] [main/TRACE] [FML]: Sent event FMLInitializationEvent to mod mcp -[13:40:13] [main/DEBUG] [FML]: Bar Step: Initialization - Minecraft Coder Pack took 0.001s -[13:40:13] [main/TRACE] [FML]: Sending event FMLInitializationEvent to mod FML -[13:40:13] [main/TRACE] [FML]: Sent event FMLInitializationEvent to mod FML -[13:40:13] [main/DEBUG] [FML]: Bar Step: Initialization - Forge Mod Loader took 0.000s -[13:40:13] [main/TRACE] [FML]: Sending event FMLInitializationEvent to mod forge -[13:40:13] [main/TRACE] [FML]: Sent event FMLInitializationEvent to mod forge -[13:40:13] [main/DEBUG] [FML]: Bar Step: Initialization - Minecraft Forge took 0.001s -[13:40:13] [main/TRACE] [FML]: Sending event FMLInitializationEvent to mod nnparadisemod -[13:40:13] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:Init:155]: Nether Noah's Paradise Mod: added ores to ore dictionary -[13:40:13] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.proxy.ClientProxy:init:29]: NetherNoah777: Finally!!! I managed to register that freaking tile entity renderer!!!! -[13:40:13] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:Init:159]: Nether Noah's Paradise Mod: Successfully registered smelting recipes -[13:40:13] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:Init:161]: Nether Noah's Paradise Mod: Successfully added the Deep Underground to Minecraft -[13:40:13] [main/TRACE] [FML]: Sent event FMLInitializationEvent to mod nnparadisemod -[13:40:13] [main/DEBUG] [FML]: Bar Step: Initialization - Nether Noah's Paradise Mod took 0.120s -[13:40:13] [main/DEBUG] [FML]: Bar Finished: Initialization took 0.122s -[13:40:13] [main/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod minecraft -[13:40:13] [main/TRACE] [FML]: Sending event IMCEvent to mod minecraft -[13:40:13] [main/TRACE] [FML]: Sent event IMCEvent to mod minecraft -[13:40:13] [main/DEBUG] [FML]: Bar Step: InterModComms$IMC - Minecraft took 0.005s -[13:40:13] [main/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod mcp -[13:40:13] [main/TRACE] [FML]: Sending event IMCEvent to mod mcp -[13:40:13] [main/TRACE] [FML]: Sent event IMCEvent to mod mcp -[13:40:13] [main/DEBUG] [FML]: Bar Step: InterModComms$IMC - Minecraft Coder Pack took 0.000s -[13:40:13] [main/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod FML -[13:40:13] [main/TRACE] [FML]: Sending event IMCEvent to mod FML -[13:40:13] [main/TRACE] [FML]: Sent event IMCEvent to mod FML -[13:40:13] [main/DEBUG] [FML]: Bar Step: InterModComms$IMC - Forge Mod Loader took 0.000s -[13:40:13] [main/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod forge -[13:40:13] [main/TRACE] [FML]: Sending event IMCEvent to mod forge -[13:40:13] [main/TRACE] [FML]: Sent event IMCEvent to mod forge -[13:40:13] [main/DEBUG] [FML]: Bar Step: InterModComms$IMC - Minecraft Forge took 0.000s -[13:40:13] [main/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod nnparadisemod -[13:40:13] [main/TRACE] [FML]: Sending event IMCEvent to mod nnparadisemod -[13:40:13] [main/TRACE] [FML]: Sent event IMCEvent to mod nnparadisemod -[13:40:13] [main/DEBUG] [FML]: Bar Step: InterModComms$IMC - Nether Noah's Paradise Mod took 0.000s -[13:40:13] [main/DEBUG] [FML]: Bar Finished: InterModComms$IMC took 0.006s -[13:40:13] [main/INFO] [FML]: Injecting itemstacks -[13:40:13] [main/INFO] [FML]: Itemstack injection complete -[13:40:13] [main/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod minecraft -[13:40:13] [main/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod minecraft -[13:40:13] [main/DEBUG] [FML]: Bar Step: PostInitialization - Minecraft took 0.000s -[13:40:13] [main/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod mcp -[13:40:13] [main/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod mcp -[13:40:13] [main/DEBUG] [FML]: Bar Step: PostInitialization - Minecraft Coder Pack took 0.000s -[13:40:13] [main/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod FML -[13:40:13] [main/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod FML -[13:40:13] [main/DEBUG] [FML]: Bar Step: PostInitialization - Forge Mod Loader took 0.000s -[13:40:13] [main/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod forge -[13:40:13] [main/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod forge -[13:40:13] [main/DEBUG] [FML]: Bar Step: PostInitialization - Minecraft Forge took 0.026s -[13:40:13] [main/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod nnparadisemod -[13:40:13] [main/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod nnparadisemod -[13:40:13] [main/DEBUG] [FML]: Bar Step: PostInitialization - Nether Noah's Paradise Mod took 0.000s -[13:40:13] [main/DEBUG] [FML]: Bar Finished: PostInitialization took 0.027s -[13:40:13] [main/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod minecraft -[13:40:13] [main/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod minecraft -[13:40:13] [main/DEBUG] [FML]: Bar Step: LoadComplete - Minecraft took 0.000s -[13:40:13] [main/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod mcp -[13:40:13] [main/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod mcp -[13:40:13] [main/DEBUG] [FML]: Bar Step: LoadComplete - Minecraft Coder Pack took 0.000s -[13:40:13] [main/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod FML -[13:40:13] [main/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod FML -[13:40:13] [main/DEBUG] [FML]: Bar Step: LoadComplete - Forge Mod Loader took 0.000s -[13:40:13] [main/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod forge -[13:40:13] [main/DEBUG] [FML]: Forge RecipeSorter Baking: -[13:40:13] [main/DEBUG] [FML]: 16: RecipeEntry("Before", UNKNOWN, ) -[13:40:13] [main/DEBUG] [FML]: 15: RecipeEntry("minecraft:shaped", SHAPED, net.minecraft.item.crafting.ShapedRecipes) Before: minecraft:shapeless -[13:40:13] [main/DEBUG] [FML]: 14: RecipeEntry("forge:shapedore", SHAPED, net.minecraftforge.oredict.ShapedOreRecipe) Before: minecraft:shapeless After: minecraft:shaped -[13:40:13] [main/DEBUG] [FML]: 13: RecipeEntry("minecraft:mapextending", SHAPED, net.minecraft.item.crafting.RecipesMapExtending) Before: minecraft:shapeless After: minecraft:shaped -[13:40:13] [main/DEBUG] [FML]: 12: RecipeEntry("minecraft:shapeless", SHAPELESS, net.minecraft.item.crafting.ShapelessRecipes) After: minecraft:shaped -[13:40:13] [main/DEBUG] [FML]: 11: RecipeEntry("minecraft:repair", SHAPELESS, net.minecraft.item.crafting.RecipeRepairItem) After: minecraft:shapeless -[13:40:13] [main/DEBUG] [FML]: 10: RecipeEntry("minecraft:shield_deco", SHAPELESS, net.minecraft.item.crafting.ShieldRecipes$Decoration) After: minecraft:shapeless -[13:40:13] [main/DEBUG] [FML]: 9: RecipeEntry("minecraft:armordyes", SHAPELESS, net.minecraft.item.crafting.RecipesArmorDyes) After: minecraft:shapeless -[13:40:13] [main/DEBUG] [FML]: 8: RecipeEntry("minecraft:fireworks", SHAPELESS, net.minecraft.item.crafting.RecipeFireworks) After: minecraft:shapeless -[13:40:13] [main/DEBUG] [FML]: 7: RecipeEntry("minecraft:pattern_dupe", SHAPELESS, net.minecraft.item.crafting.RecipesBanners$RecipeDuplicatePattern) After: minecraft:shapeless -[13:40:13] [main/DEBUG] [FML]: 6: RecipeEntry("minecraft:tippedarrow", SHAPELESS, net.minecraft.item.crafting.RecipeTippedArrow) After: minecraft:shapeless -[13:40:13] [main/DEBUG] [FML]: 5: RecipeEntry("minecraft:mapcloning", SHAPELESS, net.minecraft.item.crafting.RecipesMapCloning) After: minecraft:shapeless -[13:40:13] [main/DEBUG] [FML]: 4: RecipeEntry("forge:shapelessore", SHAPELESS, net.minecraftforge.oredict.ShapelessOreRecipe) After: minecraft:shapeless -[13:40:13] [main/DEBUG] [FML]: 3: RecipeEntry("minecraft:pattern_add", SHAPELESS, net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern) After: minecraft:shapeless -[13:40:13] [main/DEBUG] [FML]: 2: RecipeEntry("minecraft:bookcloning", SHAPELESS, net.minecraft.item.crafting.RecipeBookCloning) After: minecraft:shapeless -[13:40:13] [main/DEBUG] [FML]: 1: RecipeEntry("After", UNKNOWN, ) -[13:40:13] [main/DEBUG] [FML]: Sorting recipes -[13:40:13] [main/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod forge -[13:40:13] [main/DEBUG] [FML]: Bar Step: LoadComplete - Minecraft Forge took 0.014s -[13:40:13] [main/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod nnparadisemod -[13:40:13] [main/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod nnparadisemod -[13:40:13] [main/DEBUG] [FML]: Bar Step: LoadComplete - Nether Noah's Paradise Mod took 0.000s -[13:40:13] [main/DEBUG] [FML]: Bar Finished: LoadComplete took 0.015s -[13:40:13] [main/DEBUG] [FML]: Freezing registries -[13:40:13] [main/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod minecraft -[13:40:13] [main/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod minecraft -[13:40:13] [main/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft took 0.000s -[13:40:13] [main/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mcp -[13:40:13] [main/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mcp -[13:40:13] [main/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Coder Pack took 0.000s -[13:40:13] [main/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod FML -[13:40:13] [main/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod FML -[13:40:13] [main/DEBUG] [FML]: Bar Step: ModIdMapping - Forge Mod Loader took 0.001s -[13:40:13] [main/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod forge -[13:40:14] [main/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod forge -[13:40:14] [main/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Forge took 0.327s -[13:40:14] [main/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod nnparadisemod -[13:40:14] [main/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod nnparadisemod -[13:40:14] [main/DEBUG] [FML]: Bar Step: ModIdMapping - Nether Noah's Paradise Mod took 0.000s -[13:40:14] [main/DEBUG] [FML]: Bar Finished: ModIdMapping took 0.328s -[13:40:14] [main/DEBUG] [FML]: All registries frozen -[13:40:14] [main/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods -[13:40:14] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: lastServer: -[13:40:14] [main/DEBUG] [FML]: Bar Finished: Loading took 20.783s -[13:40:14] [main/INFO] [com.mojang.text2speech.NarratorLinux]: Narrator library successfully loaded -[13:40:14] [main/DEBUG] [FML]: Bar Finished: Loading Resource - CloudRenderer took 0.009s -[13:40:15] [Realms Notification Availability checker #1/INFO] [com.mojang.realmsclient.client.RealmsClient]: Could not authorize you against Realms server: Invalid session id -[13:41:20] [main/INFO] [net.minecraft.world.storage.SaveFormatOld]: Deleting level Copy of mod test -[13:41:20] [main/INFO] [net.minecraft.world.storage.SaveFormatOld]: Attempt 1... -[13:41:22] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Starting integrated minecraft server version 1.12.2 -[13:41:22] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Generating keypair -[13:41:23] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod minecraft -[13:41:23] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod minecraft -[13:41:23] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Minecraft took 0.000s -[13:41:23] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod mcp -[13:41:23] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod mcp -[13:41:23] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Minecraft Coder Pack took 0.001s -[13:41:23] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod FML -[13:41:23] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod FML -[13:41:23] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Forge Mod Loader took 0.000s -[13:41:23] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod forge -[13:41:23] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod forge -[13:41:23] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Minecraft Forge took 0.000s -[13:41:23] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod nnparadisemod -[13:41:23] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod nnparadisemod -[13:41:23] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Nether Noah's Paradise Mod took 0.000s -[13:41:23] [Server thread/DEBUG] [FML]: Bar Finished: ServerAboutToStart took 0.002s -[13:41:23] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance -[13:41:23] [Server thread/TRACE] [FML]: Registry Name : minecraft:blocks -[13:41:23] [Server thread/TRACE] [FML]: Registry: 0 minecraft:air Block{minecraft:air} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 1 minecraft:stone Block{minecraft:stone} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2 minecraft:grass Block{minecraft:grass} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 3 minecraft:dirt Block{minecraft:dirt} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4 minecraft:cobblestone Block{minecraft:cobblestone} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 5 minecraft:planks Block{minecraft:planks} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 6 minecraft:sapling Block{minecraft:sapling} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 7 minecraft:bedrock Block{minecraft:bedrock} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 8 minecraft:flowing_water Block{minecraft:flowing_water} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 9 minecraft:water Block{minecraft:water} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 10 minecraft:flowing_lava Block{minecraft:flowing_lava} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 11 minecraft:lava Block{minecraft:lava} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 12 minecraft:sand Block{minecraft:sand} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 13 minecraft:gravel Block{minecraft:gravel} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 14 minecraft:gold_ore Block{minecraft:gold_ore} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 15 minecraft:iron_ore Block{minecraft:iron_ore} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 16 minecraft:coal_ore Block{minecraft:coal_ore} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 17 minecraft:log Block{minecraft:log} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 18 minecraft:leaves Block{minecraft:leaves} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 19 minecraft:sponge Block{minecraft:sponge} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 20 minecraft:glass Block{minecraft:glass} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 21 minecraft:lapis_ore Block{minecraft:lapis_ore} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 22 minecraft:lapis_block Block{minecraft:lapis_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 23 minecraft:dispenser Block{minecraft:dispenser} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 24 minecraft:sandstone Block{minecraft:sandstone} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 25 minecraft:noteblock Block{minecraft:noteblock} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 26 minecraft:bed Block{minecraft:bed} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 27 minecraft:golden_rail Block{minecraft:golden_rail} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 28 minecraft:detector_rail Block{minecraft:detector_rail} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 29 minecraft:sticky_piston Block{minecraft:sticky_piston} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 30 minecraft:web Block{minecraft:web} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 31 minecraft:tallgrass Block{minecraft:tallgrass} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 32 minecraft:deadbush Block{minecraft:deadbush} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 33 minecraft:piston Block{minecraft:piston} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 34 minecraft:piston_head Block{minecraft:piston_head} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 35 minecraft:wool Block{minecraft:wool} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 36 minecraft:piston_extension Block{minecraft:piston_extension} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 37 minecraft:yellow_flower Block{minecraft:yellow_flower} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 38 minecraft:red_flower Block{minecraft:red_flower} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 39 minecraft:brown_mushroom Block{minecraft:brown_mushroom} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 40 minecraft:red_mushroom Block{minecraft:red_mushroom} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 41 minecraft:gold_block Block{minecraft:gold_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 42 minecraft:iron_block Block{minecraft:iron_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 43 minecraft:double_stone_slab Block{minecraft:double_stone_slab} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 44 minecraft:stone_slab Block{minecraft:stone_slab} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 45 minecraft:brick_block Block{minecraft:brick_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 46 minecraft:tnt Block{minecraft:tnt} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 47 minecraft:bookshelf Block{minecraft:bookshelf} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 48 minecraft:mossy_cobblestone Block{minecraft:mossy_cobblestone} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 49 minecraft:obsidian Block{minecraft:obsidian} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 50 minecraft:torch Block{minecraft:torch} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 51 minecraft:fire Block{minecraft:fire} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 52 minecraft:mob_spawner Block{minecraft:mob_spawner} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 53 minecraft:oak_stairs Block{minecraft:oak_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 54 minecraft:chest Block{minecraft:chest} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 55 minecraft:redstone_wire Block{minecraft:redstone_wire} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 56 minecraft:diamond_ore Block{minecraft:diamond_ore} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 57 minecraft:diamond_block Block{minecraft:diamond_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 58 minecraft:crafting_table Block{minecraft:crafting_table} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 59 minecraft:wheat Block{minecraft:wheat} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 60 minecraft:farmland Block{minecraft:farmland} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 61 minecraft:furnace Block{minecraft:furnace} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 62 minecraft:lit_furnace Block{minecraft:lit_furnace} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 63 minecraft:standing_sign Block{minecraft:standing_sign} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 64 minecraft:wooden_door Block{minecraft:wooden_door} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 65 minecraft:ladder Block{minecraft:ladder} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 66 minecraft:rail Block{minecraft:rail} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 67 minecraft:stone_stairs Block{minecraft:stone_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 68 minecraft:wall_sign Block{minecraft:wall_sign} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 69 minecraft:lever Block{minecraft:lever} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 70 minecraft:stone_pressure_plate Block{minecraft:stone_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 71 minecraft:iron_door Block{minecraft:iron_door} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 72 minecraft:wooden_pressure_plate Block{minecraft:wooden_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 73 minecraft:redstone_ore Block{minecraft:redstone_ore} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 74 minecraft:lit_redstone_ore Block{minecraft:lit_redstone_ore} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 75 minecraft:unlit_redstone_torch Block{minecraft:unlit_redstone_torch} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 76 minecraft:redstone_torch Block{minecraft:redstone_torch} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 77 minecraft:stone_button Block{minecraft:stone_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 78 minecraft:snow_layer Block{minecraft:snow_layer} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 79 minecraft:ice Block{minecraft:ice} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 80 minecraft:snow Block{minecraft:snow} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 81 minecraft:cactus Block{minecraft:cactus} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 82 minecraft:clay Block{minecraft:clay} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 83 minecraft:reeds Block{minecraft:reeds} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 84 minecraft:jukebox Block{minecraft:jukebox} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 85 minecraft:fence Block{minecraft:fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 86 minecraft:pumpkin Block{minecraft:pumpkin} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 87 minecraft:netherrack Block{minecraft:netherrack} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 88 minecraft:soul_sand Block{minecraft:soul_sand} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 89 minecraft:glowstone Block{minecraft:glowstone} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 90 minecraft:portal Block{minecraft:portal} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 91 minecraft:lit_pumpkin Block{minecraft:lit_pumpkin} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 92 minecraft:cake Block{minecraft:cake} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 93 minecraft:unpowered_repeater Block{minecraft:unpowered_repeater} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 94 minecraft:powered_repeater Block{minecraft:powered_repeater} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 95 minecraft:stained_glass Block{minecraft:stained_glass} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 96 minecraft:trapdoor Block{minecraft:trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 97 minecraft:monster_egg Block{minecraft:monster_egg} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 98 minecraft:stonebrick Block{minecraft:stonebrick} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 99 minecraft:brown_mushroom_block Block{minecraft:brown_mushroom_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 100 minecraft:red_mushroom_block Block{minecraft:red_mushroom_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 101 minecraft:iron_bars Block{minecraft:iron_bars} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 102 minecraft:glass_pane Block{minecraft:glass_pane} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 103 minecraft:melon_block Block{minecraft:melon_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 104 minecraft:pumpkin_stem Block{minecraft:pumpkin_stem} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 105 minecraft:melon_stem Block{minecraft:melon_stem} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 106 minecraft:vine Block{minecraft:vine} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 107 minecraft:fence_gate Block{minecraft:fence_gate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 108 minecraft:brick_stairs Block{minecraft:brick_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 109 minecraft:stone_brick_stairs Block{minecraft:stone_brick_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 110 minecraft:mycelium Block{minecraft:mycelium} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 111 minecraft:waterlily Block{minecraft:waterlily} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 112 minecraft:nether_brick Block{minecraft:nether_brick} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 113 minecraft:nether_brick_fence Block{minecraft:nether_brick_fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 114 minecraft:nether_brick_stairs Block{minecraft:nether_brick_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 115 minecraft:nether_wart Block{minecraft:nether_wart} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 116 minecraft:enchanting_table Block{minecraft:enchanting_table} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 117 minecraft:brewing_stand Block{minecraft:brewing_stand} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 118 minecraft:cauldron Block{minecraft:cauldron} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 119 minecraft:end_portal Block{minecraft:end_portal} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 120 minecraft:end_portal_frame Block{minecraft:end_portal_frame} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 121 minecraft:end_stone Block{minecraft:end_stone} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 122 minecraft:dragon_egg Block{minecraft:dragon_egg} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 123 minecraft:redstone_lamp Block{minecraft:redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 124 minecraft:lit_redstone_lamp Block{minecraft:lit_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 125 minecraft:double_wooden_slab Block{minecraft:double_wooden_slab} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 126 minecraft:wooden_slab Block{minecraft:wooden_slab} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 127 minecraft:cocoa Block{minecraft:cocoa} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 128 minecraft:sandstone_stairs Block{minecraft:sandstone_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 129 minecraft:emerald_ore Block{minecraft:emerald_ore} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 130 minecraft:ender_chest Block{minecraft:ender_chest} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 131 minecraft:tripwire_hook Block{minecraft:tripwire_hook} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 132 minecraft:tripwire Block{minecraft:tripwire} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 133 minecraft:emerald_block Block{minecraft:emerald_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 134 minecraft:spruce_stairs Block{minecraft:spruce_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 135 minecraft:birch_stairs Block{minecraft:birch_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 136 minecraft:jungle_stairs Block{minecraft:jungle_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 137 minecraft:command_block Block{minecraft:command_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 138 minecraft:beacon Block{minecraft:beacon} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 139 minecraft:cobblestone_wall Block{minecraft:cobblestone_wall} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 140 minecraft:flower_pot Block{minecraft:flower_pot} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 141 minecraft:carrots Block{minecraft:carrots} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 142 minecraft:potatoes Block{minecraft:potatoes} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 143 minecraft:wooden_button Block{minecraft:wooden_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 144 minecraft:skull Block{minecraft:skull} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 145 minecraft:anvil Block{minecraft:anvil} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 146 minecraft:trapped_chest Block{minecraft:trapped_chest} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 147 minecraft:light_weighted_pressure_plate Block{minecraft:light_weighted_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 148 minecraft:heavy_weighted_pressure_plate Block{minecraft:heavy_weighted_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 149 minecraft:unpowered_comparator Block{minecraft:unpowered_comparator} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 150 minecraft:powered_comparator Block{minecraft:powered_comparator} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 151 minecraft:daylight_detector Block{minecraft:daylight_detector} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 152 minecraft:redstone_block Block{minecraft:redstone_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 153 minecraft:quartz_ore Block{minecraft:quartz_ore} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 154 minecraft:hopper Block{minecraft:hopper} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 155 minecraft:quartz_block Block{minecraft:quartz_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 156 minecraft:quartz_stairs Block{minecraft:quartz_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 157 minecraft:activator_rail Block{minecraft:activator_rail} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 158 minecraft:dropper Block{minecraft:dropper} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 159 minecraft:stained_hardened_clay Block{minecraft:stained_hardened_clay} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 160 minecraft:stained_glass_pane Block{minecraft:stained_glass_pane} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 161 minecraft:leaves2 Block{minecraft:leaves2} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 162 minecraft:log2 Block{minecraft:log2} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 163 minecraft:acacia_stairs Block{minecraft:acacia_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 164 minecraft:dark_oak_stairs Block{minecraft:dark_oak_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 165 minecraft:slime Block{minecraft:slime} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 166 minecraft:barrier Block{minecraft:barrier} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 167 minecraft:iron_trapdoor Block{minecraft:iron_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 168 minecraft:prismarine Block{minecraft:prismarine} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 169 minecraft:sea_lantern Block{minecraft:sea_lantern} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 170 minecraft:hay_block Block{minecraft:hay_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 171 minecraft:carpet Block{minecraft:carpet} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 172 minecraft:hardened_clay Block{minecraft:hardened_clay} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 173 minecraft:coal_block Block{minecraft:coal_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 174 minecraft:packed_ice Block{minecraft:packed_ice} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 175 minecraft:double_plant Block{minecraft:double_plant} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 176 minecraft:standing_banner Block{minecraft:standing_banner} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 177 minecraft:wall_banner Block{minecraft:wall_banner} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 178 minecraft:daylight_detector_inverted Block{minecraft:daylight_detector_inverted} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 179 minecraft:red_sandstone Block{minecraft:red_sandstone} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 180 minecraft:red_sandstone_stairs Block{minecraft:red_sandstone_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 181 minecraft:double_stone_slab2 Block{minecraft:double_stone_slab2} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 182 minecraft:stone_slab2 Block{minecraft:stone_slab2} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 183 minecraft:spruce_fence_gate Block{minecraft:spruce_fence_gate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 184 minecraft:birch_fence_gate Block{minecraft:birch_fence_gate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 185 minecraft:jungle_fence_gate Block{minecraft:jungle_fence_gate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 186 minecraft:dark_oak_fence_gate Block{minecraft:dark_oak_fence_gate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 187 minecraft:acacia_fence_gate Block{minecraft:acacia_fence_gate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 188 minecraft:spruce_fence Block{minecraft:spruce_fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 189 minecraft:birch_fence Block{minecraft:birch_fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 190 minecraft:jungle_fence Block{minecraft:jungle_fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 191 minecraft:dark_oak_fence Block{minecraft:dark_oak_fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 192 minecraft:acacia_fence Block{minecraft:acacia_fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 193 minecraft:spruce_door Block{minecraft:spruce_door} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 194 minecraft:birch_door Block{minecraft:birch_door} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 195 minecraft:jungle_door Block{minecraft:jungle_door} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 196 minecraft:acacia_door Block{minecraft:acacia_door} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 197 minecraft:dark_oak_door Block{minecraft:dark_oak_door} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 198 minecraft:end_rod Block{minecraft:end_rod} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 199 minecraft:chorus_plant Block{minecraft:chorus_plant} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 200 minecraft:chorus_flower Block{minecraft:chorus_flower} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 201 minecraft:purpur_block Block{minecraft:purpur_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 202 minecraft:purpur_pillar Block{minecraft:purpur_pillar} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 203 minecraft:purpur_stairs Block{minecraft:purpur_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 204 minecraft:purpur_double_slab Block{minecraft:purpur_double_slab} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 205 minecraft:purpur_slab Block{minecraft:purpur_slab} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 206 minecraft:end_bricks Block{minecraft:end_bricks} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 207 minecraft:beetroots Block{minecraft:beetroots} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 208 minecraft:grass_path Block{minecraft:grass_path} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 209 minecraft:end_gateway Block{minecraft:end_gateway} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 210 minecraft:repeating_command_block Block{minecraft:repeating_command_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 211 minecraft:chain_command_block Block{minecraft:chain_command_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 212 minecraft:frosted_ice Block{minecraft:frosted_ice} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 213 minecraft:magma Block{minecraft:magma} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 214 minecraft:nether_wart_block Block{minecraft:nether_wart_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 215 minecraft:red_nether_brick Block{minecraft:red_nether_brick} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 216 minecraft:bone_block Block{minecraft:bone_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 217 minecraft:structure_void Block{minecraft:structure_void} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 218 minecraft:observer Block{minecraft:observer} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 219 minecraft:white_shulker_box Block{minecraft:white_shulker_box} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 220 minecraft:orange_shulker_box Block{minecraft:orange_shulker_box} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 221 minecraft:magenta_shulker_box Block{minecraft:magenta_shulker_box} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 222 minecraft:light_blue_shulker_box Block{minecraft:light_blue_shulker_box} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 223 minecraft:yellow_shulker_box Block{minecraft:yellow_shulker_box} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 224 minecraft:lime_shulker_box Block{minecraft:lime_shulker_box} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 225 minecraft:pink_shulker_box Block{minecraft:pink_shulker_box} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 226 minecraft:gray_shulker_box Block{minecraft:gray_shulker_box} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 227 minecraft:silver_shulker_box Block{minecraft:silver_shulker_box} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 228 minecraft:cyan_shulker_box Block{minecraft:cyan_shulker_box} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 229 minecraft:purple_shulker_box Block{minecraft:purple_shulker_box} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 230 minecraft:blue_shulker_box Block{minecraft:blue_shulker_box} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 231 minecraft:brown_shulker_box Block{minecraft:brown_shulker_box} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 232 minecraft:green_shulker_box Block{minecraft:green_shulker_box} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 233 minecraft:red_shulker_box Block{minecraft:red_shulker_box} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 234 minecraft:black_shulker_box Block{minecraft:black_shulker_box} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 235 minecraft:white_glazed_terracotta Block{minecraft:white_glazed_terracotta} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 236 minecraft:orange_glazed_terracotta Block{minecraft:orange_glazed_terracotta} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 237 minecraft:magenta_glazed_terracotta Block{minecraft:magenta_glazed_terracotta} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 238 minecraft:light_blue_glazed_terracotta Block{minecraft:light_blue_glazed_terracotta} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 239 minecraft:yellow_glazed_terracotta Block{minecraft:yellow_glazed_terracotta} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 240 minecraft:lime_glazed_terracotta Block{minecraft:lime_glazed_terracotta} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 241 minecraft:pink_glazed_terracotta Block{minecraft:pink_glazed_terracotta} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 242 minecraft:gray_glazed_terracotta Block{minecraft:gray_glazed_terracotta} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 243 minecraft:silver_glazed_terracotta Block{minecraft:silver_glazed_terracotta} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 244 minecraft:cyan_glazed_terracotta Block{minecraft:cyan_glazed_terracotta} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 245 minecraft:purple_glazed_terracotta Block{minecraft:purple_glazed_terracotta} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 246 minecraft:blue_glazed_terracotta Block{minecraft:blue_glazed_terracotta} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 247 minecraft:brown_glazed_terracotta Block{minecraft:brown_glazed_terracotta} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 248 minecraft:green_glazed_terracotta Block{minecraft:green_glazed_terracotta} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 249 minecraft:red_glazed_terracotta Block{minecraft:red_glazed_terracotta} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 250 minecraft:black_glazed_terracotta Block{minecraft:black_glazed_terracotta} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 251 minecraft:concrete Block{minecraft:concrete} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 252 minecraft:concrete_powder Block{minecraft:concrete_powder} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 253 nnparadisemod:liquid_redstone Block{nnparadisemod:liquid_redstone} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 254 nnparadisemod:rusty_iron_bars Block{nnparadisemod:rusty_iron_bars} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 255 minecraft:structure_block Block{minecraft:structure_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 256 nnparadisemod:salt_lamp Block{nnparadisemod:salt_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 257 nnparadisemod:compressed_cactus Block{nnparadisemod:compressed_cactus} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 258 nnparadisemod:cactus_bookshelf Block{nnparadisemod:cactus_bookshelf} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 259 nnparadisemod:silver_hopper Block{nnparadisemod:silver_hopper} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 260 nnparadisemod:silver_bars Block{nnparadisemod:silver_bars} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 261 nnparadisemod:powered_emerald_rail Block{nnparadisemod:powered_emerald_rail} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 262 nnparadisemod:emerald_rail Block{nnparadisemod:emerald_rail} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 263 nnparadisemod:mossy_lever Block{nnparadisemod:mossy_lever} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 264 nnparadisemod:du_portal Block{nnparadisemod:du_portal} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 265 nnparadisemod:glowing_obsidian Block{nnparadisemod:glowing_obsidian} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 266 nnparadisemod:soul_glass_pane Block{nnparadisemod:soul_glass_pane} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 267 nnparadisemod:soul_glass Block{nnparadisemod:soul_glass} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 268 nnparadisemod:present Block{nnparadisemod:present} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 269 nnparadisemod:santa_hat Block{nnparadisemod:santa_hat} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 270 nnparadisemod:christmas_sapling Block{nnparadisemod:christmas_sapling} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 271 nnparadisemod:tree_topper Block{nnparadisemod:tree_topper} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 272 nnparadisemod:gold_bars Block{nnparadisemod:gold_bars} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 273 nnparadisemod:christmas_leaves Block{nnparadisemod:christmas_leaves} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 274 nnparadisemod:diamond_crystal Block{nnparadisemod:diamond_crystal} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 275 nnparadisemod:emerald_crystal Block{nnparadisemod:emerald_crystal} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 276 nnparadisemod:quartz_crystal Block{nnparadisemod:quartz_crystal} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 277 nnparadisemod:redstone_crystal Block{nnparadisemod:redstone_crystal} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 278 nnparadisemod:ruby_crystal Block{nnparadisemod:ruby_crystal} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 279 nnparadisemod:glowing_obsidian_wall Block{nnparadisemod:glowing_obsidian_wall} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 280 nnparadisemod:bedrock_wall Block{nnparadisemod:bedrock_wall} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 281 nnparadisemod:obsidian_wall Block{nnparadisemod:obsidian_wall} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 282 nnparadisemod:end_wall Block{nnparadisemod:end_wall} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 283 nnparadisemod:cactus_stairs Block{nnparadisemod:cactus_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 284 nnparadisemod:end_stairs Block{nnparadisemod:end_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 285 nnparadisemod:bedrock_stairs Block{nnparadisemod:bedrock_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 286 nnparadisemod:obsidian_stairs Block{nnparadisemod:obsidian_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 287 nnparadisemod:glowing_obsidian_stairs Block{nnparadisemod:glowing_obsidian_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 288 nnparadisemod:dirt_button Block{nnparadisemod:dirt_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 289 nnparadisemod:grass_button Block{nnparadisemod:grass_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 290 nnparadisemod:rusty_button Block{nnparadisemod:rusty_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 291 nnparadisemod:end_button Block{nnparadisemod:end_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 292 nnparadisemod:cactus_button Block{nnparadisemod:cactus_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 293 nnparadisemod:glowing_obsidian_button Block{nnparadisemod:glowing_obsidian_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 294 nnparadisemod:diamond_button Block{nnparadisemod:diamond_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 295 nnparadisemod:emerald_button Block{nnparadisemod:emerald_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 296 nnparadisemod:gold_button Block{nnparadisemod:gold_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 297 nnparadisemod:iron_button Block{nnparadisemod:iron_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 298 nnparadisemod:silver_button Block{nnparadisemod:silver_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 299 nnparadisemod:ruby_button Block{nnparadisemod:ruby_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 300 nnparadisemod:obsidian_button Block{nnparadisemod:obsidian_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 301 nnparadisemod:bedrock_button Block{nnparadisemod:bedrock_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 302 nnparadisemod:mossy_cobblestone_button Block{nnparadisemod:mossy_cobblestone_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 303 nnparadisemod:cobblestone_button Block{nnparadisemod:cobblestone_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 304 nnparadisemod:andesite_button Block{nnparadisemod:andesite_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 305 nnparadisemod:diorite_button Block{nnparadisemod:diorite_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 306 nnparadisemod:granite_button Block{nnparadisemod:granite_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 307 nnparadisemod:acacia_button Block{nnparadisemod:acacia_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 308 nnparadisemod:birch_button Block{nnparadisemod:birch_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 309 nnparadisemod:dark_oak_button Block{nnparadisemod:dark_oak_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 310 nnparadisemod:jungle_button Block{nnparadisemod:jungle_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 311 nnparadisemod:spruce_button Block{nnparadisemod:spruce_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 312 nnparadisemod:dirt_pressure_plate Block{nnparadisemod:dirt_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 313 nnparadisemod:grass_pressure_plate Block{nnparadisemod:grass_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 314 nnparadisemod:cactus_pressure_plate Block{nnparadisemod:cactus_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 315 nnparadisemod:end_pressure_plate Block{nnparadisemod:end_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 316 nnparadisemod:glowing_obsidian_pressure_plate Block{nnparadisemod:glowing_obsidian_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 317 nnparadisemod:diamond_pressure_plate Block{nnparadisemod:diamond_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 318 nnparadisemod:emerald_pressure_plate Block{nnparadisemod:emerald_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 319 nnparadisemod:silver_pressure_plate Block{nnparadisemod:silver_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 320 nnparadisemod:ruby_pressure_plate Block{nnparadisemod:ruby_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 321 nnparadisemod:bedrock_pressure_plate Block{nnparadisemod:bedrock_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 322 nnparadisemod:mossy_cobblestone_pressure_plate Block{nnparadisemod:mossy_cobblestone_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 323 nnparadisemod:cobblestone_pressure_plate Block{nnparadisemod:cobblestone_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 324 nnparadisemod:andesite_pressure_plate Block{nnparadisemod:andesite_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 325 nnparadisemod:diorite_pressure_plate Block{nnparadisemod:diorite_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 326 nnparadisemod:granite_pressure_plate Block{nnparadisemod:granite_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 327 nnparadisemod:acacia_pressure_plate Block{nnparadisemod:acacia_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 328 nnparadisemod:birch_pressure_plate Block{nnparadisemod:birch_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 329 nnparadisemod:dark_oak_pressure_plate Block{nnparadisemod:dark_oak_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 330 nnparadisemod:jungle_pressure_plate Block{nnparadisemod:jungle_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 331 nnparadisemod:spruce_pressure_plate Block{nnparadisemod:spruce_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 332 nnparadisemod:rusty_pressure_plate Block{nnparadisemod:rusty_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 333 nnparadisemod:cactus_crafting_table Block{nnparadisemod:cactus_crafting_table} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 334 nnparadisemod:acacia_crafting_table Block{nnparadisemod:acacia_crafting_table} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 335 nnparadisemod:birch_crafting_table Block{nnparadisemod:birch_crafting_table} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 336 nnparadisemod:dark_oak_crafting_table Block{nnparadisemod:dark_oak_crafting_table} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 337 nnparadisemod:jungle_crafting_table Block{nnparadisemod:jungle_crafting_table} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 338 nnparadisemod:spruce_crafting_table Block{nnparadisemod:spruce_crafting_table} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 339 nnparadisemod:mossy_furnace Block{nnparadisemod:mossy_furnace} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 340 nnparadisemod:ender_pearl_ore Block{nnparadisemod:ender_pearl_ore} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 341 nnparadisemod:ender_ruby_ore Block{nnparadisemod:ender_ruby_ore} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 342 nnparadisemod:nether_silver_ore Block{nnparadisemod:nether_silver_ore} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 343 nnparadisemod:nether_gold_ore Block{nnparadisemod:nether_gold_ore} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 344 nnparadisemod:blaze_block Block{nnparadisemod:blaze_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 345 nnparadisemod:sugar_block Block{nnparadisemod:sugar_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 346 nnparadisemod:ruby_ore Block{nnparadisemod:ruby_ore} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 347 nnparadisemod:silver_ore Block{nnparadisemod:silver_ore} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 348 nnparadisemod:ruby_block Block{nnparadisemod:ruby_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 349 nnparadisemod:silver_block Block{nnparadisemod:silver_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 350 nnparadisemod:salt_block Block{nnparadisemod:salt_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 351 nnparadisemod:salt_ore Block{nnparadisemod:salt_ore} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 352 nnparadisemod:ender_pearl_block Block{nnparadisemod:ender_pearl_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 353 nnparadisemod:rusty_iron_block Block{nnparadisemod:rusty_iron_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 354 nnparadisemod:gold_hopper Block{nnparadisemod:gold_hopper} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 355 nnparadisemod:compressed_cactus_chest Block{nnparadisemod:compressed_cactus_chest} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 356 nnparadisemod:compressed_cactus_chest_trapped Block{nnparadisemod:compressed_cactus_chest_trapped} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 357 nnparadisemod:cactus_chest Block{nnparadisemod:cactus_chest} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 358 nnparadisemod:cactus_chest_trapped Block{nnparadisemod:cactus_chest_trapped} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 359 nnparadisemod:cactus_trapdoor Block{nnparadisemod:cactus_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 360 nnparadisemod:glowing_obsidian_trapdoor Block{nnparadisemod:glowing_obsidian_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 361 nnparadisemod:end_trapdoor Block{nnparadisemod:end_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 362 nnparadisemod:silver_trapdoor Block{nnparadisemod:silver_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 363 nnparadisemod:glass_trapdoor Block{nnparadisemod:glass_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 364 nnparadisemod:gold_trapdoor Block{nnparadisemod:gold_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 365 nnparadisemod:diamond_trapdoor Block{nnparadisemod:diamond_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 366 nnparadisemod:emerald_trapdoor Block{nnparadisemod:emerald_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 367 nnparadisemod:andesite_trapdoor Block{nnparadisemod:andesite_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 368 nnparadisemod:diorite_trapdoor Block{nnparadisemod:diorite_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 369 nnparadisemod:granite_trapdoor Block{nnparadisemod:granite_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 370 nnparadisemod:stone_trapdoor Block{nnparadisemod:stone_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 371 nnparadisemod:cobblestone_trapdoor Block{nnparadisemod:cobblestone_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 372 nnparadisemod:moss_stone_trapdoor Block{nnparadisemod:moss_stone_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 373 nnparadisemod:obsidian_trapdoor Block{nnparadisemod:obsidian_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 374 nnparadisemod:bedrock_trapdoor Block{nnparadisemod:bedrock_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 375 nnparadisemod:ruby_trapdoor Block{nnparadisemod:ruby_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 376 nnparadisemod:redstone_trapdoor Block{nnparadisemod:redstone_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 377 nnparadisemod:rusty_trapdoor Block{nnparadisemod:rusty_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 378 nnparadisemod:rusty_fence Block{nnparadisemod:rusty_fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 379 nnparadisemod:cactus_fence Block{nnparadisemod:cactus_fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 380 nnparadisemod:silver_fence Block{nnparadisemod:silver_fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 381 nnparadisemod:brick_fence Block{nnparadisemod:brick_fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 382 nnparadisemod:diamond_fence Block{nnparadisemod:diamond_fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 383 nnparadisemod:emerald_fence Block{nnparadisemod:emerald_fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 384 nnparadisemod:gold_fence Block{nnparadisemod:gold_fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 385 nnparadisemod:iron_fence Block{nnparadisemod:iron_fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 386 nnparadisemod:ruby_fence Block{nnparadisemod:ruby_fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 387 nnparadisemod:redstone_fence Block{nnparadisemod:redstone_fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 388 nnparadisemod:rusty_fence_gate Block{nnparadisemod:rusty_fence_gate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 389 nnparadisemod:cactus_fence_gate Block{nnparadisemod:cactus_fence_gate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 390 nnparadisemod:silver_fence_gate Block{nnparadisemod:silver_fence_gate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 391 nnparadisemod:brick_fence_gate Block{nnparadisemod:brick_fence_gate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 392 nnparadisemod:diamond_fence_gate Block{nnparadisemod:diamond_fence_gate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 393 nnparadisemod:emerald_fence_gate Block{nnparadisemod:emerald_fence_gate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 394 nnparadisemod:gold_fence_gate Block{nnparadisemod:gold_fence_gate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 395 nnparadisemod:iron_fence_gate Block{nnparadisemod:iron_fence_gate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 396 nnparadisemod:ruby_fence_gate Block{nnparadisemod:ruby_fence_gate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 397 nnparadisemod:redstone_fence_gate Block{nnparadisemod:redstone_fence_gate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 398 nnparadisemod:black_redstone_lamp Block{nnparadisemod:black_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 399 nnparadisemod:blue_redstone_lamp Block{nnparadisemod:blue_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 400 nnparadisemod:brown_redstone_lamp Block{nnparadisemod:brown_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 401 nnparadisemod:cyan_redstone_lamp Block{nnparadisemod:cyan_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 402 nnparadisemod:gray_redstone_lamp Block{nnparadisemod:gray_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 403 nnparadisemod:green_redstone_lamp Block{nnparadisemod:green_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 404 nnparadisemod:light_blue_redstone_lamp Block{nnparadisemod:light_blue_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 405 nnparadisemod:lime_redstone_lamp Block{nnparadisemod:lime_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 406 nnparadisemod:magenta_redstone_lamp Block{nnparadisemod:magenta_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 407 nnparadisemod:orange_redstone_lamp Block{nnparadisemod:orange_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 408 nnparadisemod:pink_redstone_lamp Block{nnparadisemod:pink_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 409 nnparadisemod:purple_redstone_lamp Block{nnparadisemod:purple_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 410 nnparadisemod:red_redstone_lamp Block{nnparadisemod:red_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 411 nnparadisemod:silver_redstone_lamp Block{nnparadisemod:silver_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 412 nnparadisemod:white_redstone_lamp Block{nnparadisemod:white_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 413 nnparadisemod:yellow_redstone_lamp Block{nnparadisemod:yellow_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 414 nnparadisemod:rusty_door_block Block{nnparadisemod:rusty_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 415 nnparadisemod:cactus_door_block Block{nnparadisemod:cactus_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 416 nnparadisemod:glowing_obsidian_door_block Block{nnparadisemod:glowing_obsidian_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 417 nnparadisemod:end_door_block Block{nnparadisemod:end_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 418 nnparadisemod:silver_door_block Block{nnparadisemod:silver_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 419 nnparadisemod:glass_door_block Block{nnparadisemod:glass_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 420 nnparadisemod:gold_door_block Block{nnparadisemod:gold_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 421 nnparadisemod:diamond_door_block Block{nnparadisemod:diamond_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 422 nnparadisemod:emerald_door_block Block{nnparadisemod:emerald_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 423 nnparadisemod:andesite_door_block Block{nnparadisemod:andesite_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 424 nnparadisemod:diorite_door_block Block{nnparadisemod:diorite_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 425 nnparadisemod:granite_door_block Block{nnparadisemod:granite_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 426 nnparadisemod:stone_door_block Block{nnparadisemod:stone_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 427 nnparadisemod:cobblestone_door_block Block{nnparadisemod:cobblestone_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 428 nnparadisemod:moss_stone_door_block Block{nnparadisemod:moss_stone_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 429 nnparadisemod:obsidian_door_block Block{nnparadisemod:obsidian_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 430 nnparadisemod:bedrock_door_block Block{nnparadisemod:bedrock_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 431 nnparadisemod:ruby_door_block Block{nnparadisemod:ruby_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 432 nnparadisemod:redstone_door_block Block{nnparadisemod:redstone_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 433 nnparadisemod:lit_mossy_furnace Block{nnparadisemod:lit_mossy_furnace} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 434 nnparadisemod:lit_black_redstone_lamp Block{nnparadisemod:lit_black_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 435 nnparadisemod:lit_blue_redstone_lamp Block{nnparadisemod:lit_blue_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 436 nnparadisemod:lit_brown_redstone_lamp Block{nnparadisemod:lit_brown_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 437 nnparadisemod:lit_cyan_redstone_lamp Block{nnparadisemod:lit_cyan_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 438 nnparadisemod:lit_gray_redstone_lamp Block{nnparadisemod:lit_gray_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 439 nnparadisemod:lit_green_redstone_lamp Block{nnparadisemod:lit_green_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 440 nnparadisemod:lit_light_blue_redstone_lamp Block{nnparadisemod:lit_light_blue_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 441 nnparadisemod:lit_lime_redstone_lamp Block{nnparadisemod:lit_lime_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 442 nnparadisemod:lit_magenta_redstone_lamp Block{nnparadisemod:lit_magenta_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 443 nnparadisemod:lit_orange_redstone_lamp Block{nnparadisemod:lit_orange_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 444 nnparadisemod:lit_pink_redstone_lamp Block{nnparadisemod:lit_pink_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 445 nnparadisemod:lit_purple_redstone_lamp Block{nnparadisemod:lit_purple_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 446 nnparadisemod:lit_red_redstone_lamp Block{nnparadisemod:lit_red_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 447 nnparadisemod:lit_silver_redstone_lamp Block{nnparadisemod:lit_silver_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 448 nnparadisemod:lit_white_redstone_lamp Block{nnparadisemod:lit_white_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 449 nnparadisemod:lit_yellow_redstone_lamp Block{nnparadisemod:lit_yellow_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry Name : minecraft:items -[13:41:23] [Server thread/TRACE] [FML]: Registry: 0 minecraft:air net.minecraft.item.ItemAir@476a2819 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 1 minecraft:stone net.minecraft.item.ItemMultiTexture@7e63374b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2 minecraft:grass net.minecraft.item.ItemColored@1dce481b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 3 minecraft:dirt net.minecraft.item.ItemMultiTexture@626766fd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4 minecraft:cobblestone net.minecraft.item.ItemBlock@e1fd2bf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 5 minecraft:planks net.minecraft.item.ItemMultiTexture@1fec9d33 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 6 minecraft:sapling net.minecraft.item.ItemMultiTexture@49bc71b4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 7 minecraft:bedrock net.minecraft.item.ItemBlock@7efa366 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 12 minecraft:sand net.minecraft.item.ItemMultiTexture@4c614d8c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 13 minecraft:gravel net.minecraft.item.ItemBlock@2ae4c424 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 14 minecraft:gold_ore net.minecraft.item.ItemBlock@3980b44f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 15 minecraft:iron_ore net.minecraft.item.ItemBlock@237aba92 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 16 minecraft:coal_ore net.minecraft.item.ItemBlock@65b19e5c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 17 minecraft:log net.minecraft.item.ItemMultiTexture@66596c4c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 18 minecraft:leaves net.minecraft.item.ItemLeaves@f60c14e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 19 minecraft:sponge net.minecraft.item.ItemMultiTexture@43ca96a0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 20 minecraft:glass net.minecraft.item.ItemBlock@7c68a63c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 21 minecraft:lapis_ore net.minecraft.item.ItemBlock@5443086a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 22 minecraft:lapis_block net.minecraft.item.ItemBlock@5740ad76 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 23 minecraft:dispenser net.minecraft.item.ItemBlock@40a84ea8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 24 minecraft:sandstone net.minecraft.item.ItemMultiTexture@5e9f1a4c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 25 minecraft:noteblock net.minecraft.item.ItemBlock@4bf89d3d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 27 minecraft:golden_rail net.minecraft.item.ItemBlock@457b8fc3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 28 minecraft:detector_rail net.minecraft.item.ItemBlock@37a1beb3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 29 minecraft:sticky_piston net.minecraft.item.ItemPiston@1e54e900 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 30 minecraft:web net.minecraft.item.ItemBlock@7c8689e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 31 minecraft:tallgrass net.minecraft.item.ItemColored@3da61af2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 32 minecraft:deadbush net.minecraft.item.ItemBlock@7852ab30 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 33 minecraft:piston net.minecraft.item.ItemPiston@417751d3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 35 minecraft:wool net.minecraft.item.ItemCloth@6108fd23 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 37 minecraft:yellow_flower net.minecraft.item.ItemMultiTexture@306bf4c3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 38 minecraft:red_flower net.minecraft.item.ItemMultiTexture@3130ca39 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 39 minecraft:brown_mushroom net.minecraft.item.ItemBlock@17fb5184 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 40 minecraft:red_mushroom net.minecraft.item.ItemBlock@184bb873 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 41 minecraft:gold_block net.minecraft.item.ItemBlock@696ce057 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 42 minecraft:iron_block net.minecraft.item.ItemBlock@5eba9e41 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 44 minecraft:stone_slab net.minecraft.item.ItemSlab@45635ae1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 45 minecraft:brick_block net.minecraft.item.ItemBlock@7adbec34 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 46 minecraft:tnt net.minecraft.item.ItemBlock@4aea57dc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 47 minecraft:bookshelf net.minecraft.item.ItemBlock@66abc325 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 48 minecraft:mossy_cobblestone net.minecraft.item.ItemBlock@39403943 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 49 minecraft:obsidian net.minecraft.item.ItemBlock@1c5fd813 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 50 minecraft:torch net.minecraft.item.ItemBlock@49338f3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 52 minecraft:mob_spawner net.minecraft.item.ItemBlock@438a2d3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 53 minecraft:oak_stairs net.minecraft.item.ItemBlock@6fe9c048 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 54 minecraft:chest net.minecraft.item.ItemBlock@54d46c8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 56 minecraft:diamond_ore net.minecraft.item.ItemBlock@1ddba7a0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 57 minecraft:diamond_block net.minecraft.item.ItemBlock@5c34b0f2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 58 minecraft:crafting_table net.minecraft.item.ItemBlock@7dfec0bc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 60 minecraft:farmland net.minecraft.item.ItemBlock@12eaa2cd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 61 minecraft:furnace net.minecraft.item.ItemBlock@52ccf197 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 65 minecraft:ladder net.minecraft.item.ItemBlock@2b06681c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 66 minecraft:rail net.minecraft.item.ItemBlock@20f6b6e0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 67 minecraft:stone_stairs net.minecraft.item.ItemBlock@67cd84f9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 69 minecraft:lever net.minecraft.item.ItemBlock@52b891de -[13:41:23] [Server thread/TRACE] [FML]: Registry: 70 minecraft:stone_pressure_plate net.minecraft.item.ItemBlock@4ae6451d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 72 minecraft:wooden_pressure_plate net.minecraft.item.ItemBlock@5f32ab17 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 73 minecraft:redstone_ore net.minecraft.item.ItemBlock@54530644 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 76 minecraft:redstone_torch net.minecraft.item.ItemBlock@42734b71 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 77 minecraft:stone_button net.minecraft.item.ItemBlock@3a45308f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 78 minecraft:snow_layer net.minecraft.item.ItemSnow@3cc817bd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 79 minecraft:ice net.minecraft.item.ItemBlock@64b8eb96 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 80 minecraft:snow net.minecraft.item.ItemBlock@776a7ec6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 81 minecraft:cactus net.minecraft.item.ItemBlock@2d23a5be -[13:41:23] [Server thread/TRACE] [FML]: Registry: 82 minecraft:clay net.minecraft.item.ItemBlock@51aa2a58 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 84 minecraft:jukebox net.minecraft.item.ItemBlock@726d8fa0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 85 minecraft:fence net.minecraft.item.ItemBlock@56554365 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 86 minecraft:pumpkin net.minecraft.item.ItemBlock@44e4cf8a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 87 minecraft:netherrack net.minecraft.item.ItemBlock@50930bff -[13:41:23] [Server thread/TRACE] [FML]: Registry: 88 minecraft:soul_sand net.minecraft.item.ItemBlock@296bfddb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 89 minecraft:glowstone net.minecraft.item.ItemBlock@508b4f70 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 91 minecraft:lit_pumpkin net.minecraft.item.ItemBlock@32f14274 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 95 minecraft:stained_glass net.minecraft.item.ItemCloth@4fce3ed7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 96 minecraft:trapdoor net.minecraft.item.ItemBlock@7af56b26 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 97 minecraft:monster_egg net.minecraft.item.ItemMultiTexture@55c341d0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 98 minecraft:stonebrick net.minecraft.item.ItemMultiTexture@2f2dc407 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 99 minecraft:brown_mushroom_block net.minecraft.item.ItemBlock@c96c497 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 100 minecraft:red_mushroom_block net.minecraft.item.ItemBlock@6e337ba1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 101 minecraft:iron_bars net.minecraft.item.ItemBlock@53a16dd6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 102 minecraft:glass_pane net.minecraft.item.ItemBlock@126d8659 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 103 minecraft:melon_block net.minecraft.item.ItemBlock@28654aff -[13:41:23] [Server thread/TRACE] [FML]: Registry: 106 minecraft:vine net.minecraft.item.ItemColored@5dfec221 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 107 minecraft:fence_gate net.minecraft.item.ItemBlock@5e9cb95 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 108 minecraft:brick_stairs net.minecraft.item.ItemBlock@1f8d42d1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 109 minecraft:stone_brick_stairs net.minecraft.item.ItemBlock@2e7e84f8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 110 minecraft:mycelium net.minecraft.item.ItemBlock@22ab1b8a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 111 minecraft:waterlily net.minecraft.item.ItemLilyPad@4769378c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 112 minecraft:nether_brick net.minecraft.item.ItemBlock@1d6a22dd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 113 minecraft:nether_brick_fence net.minecraft.item.ItemBlock@67671db1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 114 minecraft:nether_brick_stairs net.minecraft.item.ItemBlock@6e6f5842 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 116 minecraft:enchanting_table net.minecraft.item.ItemBlock@60b4c754 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 120 minecraft:end_portal_frame net.minecraft.item.ItemBlock@2c846d55 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 121 minecraft:end_stone net.minecraft.item.ItemBlock@735167e1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 122 minecraft:dragon_egg net.minecraft.item.ItemBlock@21a0795f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 123 minecraft:redstone_lamp net.minecraft.item.ItemBlock@2ec156fb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 126 minecraft:wooden_slab net.minecraft.item.ItemSlab@56d742ad -[13:41:23] [Server thread/TRACE] [FML]: Registry: 128 minecraft:sandstone_stairs net.minecraft.item.ItemBlock@75784062 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 129 minecraft:emerald_ore net.minecraft.item.ItemBlock@5730b513 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 130 minecraft:ender_chest net.minecraft.item.ItemBlock@73e25780 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 131 minecraft:tripwire_hook net.minecraft.item.ItemBlock@1f4cb17b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 133 minecraft:emerald_block net.minecraft.item.ItemBlock@280099a0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 134 minecraft:spruce_stairs net.minecraft.item.ItemBlock@7aca299e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 135 minecraft:birch_stairs net.minecraft.item.ItemBlock@1bf52f10 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 136 minecraft:jungle_stairs net.minecraft.item.ItemBlock@6148827c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 137 minecraft:command_block net.minecraft.item.ItemBlock@4da9da6c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 138 minecraft:beacon net.minecraft.item.ItemBlock@66048c9e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 139 minecraft:cobblestone_wall net.minecraft.item.ItemMultiTexture@393bcd6b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 143 minecraft:wooden_button net.minecraft.item.ItemBlock@64a8d575 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 145 minecraft:anvil net.minecraft.item.ItemAnvilBlock@55a66bbf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 146 minecraft:trapped_chest net.minecraft.item.ItemBlock@7f02b2d4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 147 minecraft:light_weighted_pressure_plate net.minecraft.item.ItemBlock@780dbed7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 148 minecraft:heavy_weighted_pressure_plate net.minecraft.item.ItemBlock@31859960 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 151 minecraft:daylight_detector net.minecraft.item.ItemBlock@5718e77c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 152 minecraft:redstone_block net.minecraft.item.ItemBlock@3d667b59 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 153 minecraft:quartz_ore net.minecraft.item.ItemBlock@28888124 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 154 minecraft:hopper net.minecraft.item.ItemBlock@355b53cc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 155 minecraft:quartz_block net.minecraft.item.ItemMultiTexture@2568611c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 156 minecraft:quartz_stairs net.minecraft.item.ItemBlock@2bda7a5b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 157 minecraft:activator_rail net.minecraft.item.ItemBlock@47374fa5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 158 minecraft:dropper net.minecraft.item.ItemBlock@289da1bc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 159 minecraft:stained_hardened_clay net.minecraft.item.ItemCloth@4e1b5532 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 160 minecraft:stained_glass_pane net.minecraft.item.ItemCloth@54033a65 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 161 minecraft:leaves2 net.minecraft.item.ItemLeaves@1d1fd2aa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 162 minecraft:log2 net.minecraft.item.ItemMultiTexture@723b8eff -[13:41:23] [Server thread/TRACE] [FML]: Registry: 163 minecraft:acacia_stairs net.minecraft.item.ItemBlock@79349b61 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 164 minecraft:dark_oak_stairs net.minecraft.item.ItemBlock@62581ef6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 165 minecraft:slime net.minecraft.item.ItemBlock@1e36baca -[13:41:23] [Server thread/TRACE] [FML]: Registry: 166 minecraft:barrier net.minecraft.item.ItemBlock@366bf608 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 167 minecraft:iron_trapdoor net.minecraft.item.ItemBlock@4b5cdd07 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 168 minecraft:prismarine net.minecraft.item.ItemMultiTexture@5df54296 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 169 minecraft:sea_lantern net.minecraft.item.ItemBlock@1fb30e5d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 170 minecraft:hay_block net.minecraft.item.ItemBlock@e890591 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 171 minecraft:carpet net.minecraft.item.ItemCloth@1aaf73b7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 172 minecraft:hardened_clay net.minecraft.item.ItemBlock@731d0d5c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 173 minecraft:coal_block net.minecraft.item.ItemBlock@5e0442dd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 174 minecraft:packed_ice net.minecraft.item.ItemBlock@18e76101 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 175 minecraft:double_plant net.minecraft.item.ItemMultiTexture@2728add3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 179 minecraft:red_sandstone net.minecraft.item.ItemMultiTexture@23d12a3a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 180 minecraft:red_sandstone_stairs net.minecraft.item.ItemBlock@70df41f9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 182 minecraft:stone_slab2 net.minecraft.item.ItemSlab@64a7ad02 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 183 minecraft:spruce_fence_gate net.minecraft.item.ItemBlock@7bc8da3f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 184 minecraft:birch_fence_gate net.minecraft.item.ItemBlock@7978550b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 185 minecraft:jungle_fence_gate net.minecraft.item.ItemBlock@52bc6fcf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 186 minecraft:dark_oak_fence_gate net.minecraft.item.ItemBlock@1942a36e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 187 minecraft:acacia_fence_gate net.minecraft.item.ItemBlock@24668b5b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 188 minecraft:spruce_fence net.minecraft.item.ItemBlock@666b1244 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 189 minecraft:birch_fence net.minecraft.item.ItemBlock@66130c3b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 190 minecraft:jungle_fence net.minecraft.item.ItemBlock@789d8fd6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 191 minecraft:dark_oak_fence net.minecraft.item.ItemBlock@42fa5cb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 192 minecraft:acacia_fence net.minecraft.item.ItemBlock@3ae87e38 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 198 minecraft:end_rod net.minecraft.item.ItemBlock@3c9971af -[13:41:23] [Server thread/TRACE] [FML]: Registry: 199 minecraft:chorus_plant net.minecraft.item.ItemBlock@4abdd5e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 200 minecraft:chorus_flower net.minecraft.item.ItemBlock@66d61298 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 201 minecraft:purpur_block net.minecraft.item.ItemBlock@7b9fea11 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 202 minecraft:purpur_pillar net.minecraft.item.ItemBlock@c7cf8c4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 203 minecraft:purpur_stairs net.minecraft.item.ItemBlock@56e78538 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 205 minecraft:purpur_slab net.minecraft.item.ItemSlab@731fae -[13:41:23] [Server thread/TRACE] [FML]: Registry: 206 minecraft:end_bricks net.minecraft.item.ItemBlock@67689c81 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 208 minecraft:grass_path net.minecraft.item.ItemBlock@3dfa2f64 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 210 minecraft:repeating_command_block net.minecraft.item.ItemBlock@46590dd0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 211 minecraft:chain_command_block net.minecraft.item.ItemBlock@6c737fdb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 213 minecraft:magma net.minecraft.item.ItemBlock@66a93b25 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 214 minecraft:nether_wart_block net.minecraft.item.ItemBlock@3f3f554f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 215 minecraft:red_nether_brick net.minecraft.item.ItemBlock@3186f8f5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 216 minecraft:bone_block net.minecraft.item.ItemBlock@467cd4b9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 217 minecraft:structure_void net.minecraft.item.ItemBlock@69a3bf40 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 218 minecraft:observer net.minecraft.item.ItemBlock@2c731a16 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 219 minecraft:white_shulker_box net.minecraft.item.ItemShulkerBox@a4dcede -[13:41:23] [Server thread/TRACE] [FML]: Registry: 220 minecraft:orange_shulker_box net.minecraft.item.ItemShulkerBox@7ee02968 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 221 minecraft:magenta_shulker_box net.minecraft.item.ItemShulkerBox@4a773f08 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 222 minecraft:light_blue_shulker_box net.minecraft.item.ItemShulkerBox@40b8158d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 223 minecraft:yellow_shulker_box net.minecraft.item.ItemShulkerBox@24e7087a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 224 minecraft:lime_shulker_box net.minecraft.item.ItemShulkerBox@5bb3dee7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 225 minecraft:pink_shulker_box net.minecraft.item.ItemShulkerBox@284f25e6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 226 minecraft:gray_shulker_box net.minecraft.item.ItemShulkerBox@285b491f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 227 minecraft:silver_shulker_box net.minecraft.item.ItemShulkerBox@346330b6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 228 minecraft:cyan_shulker_box net.minecraft.item.ItemShulkerBox@71e2843b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 229 minecraft:purple_shulker_box net.minecraft.item.ItemShulkerBox@20d3fff4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 230 minecraft:blue_shulker_box net.minecraft.item.ItemShulkerBox@52325940 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 231 minecraft:brown_shulker_box net.minecraft.item.ItemShulkerBox@7f792530 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 232 minecraft:green_shulker_box net.minecraft.item.ItemShulkerBox@1adfb5b8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 233 minecraft:red_shulker_box net.minecraft.item.ItemShulkerBox@254cc548 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 234 minecraft:black_shulker_box net.minecraft.item.ItemShulkerBox@65f470f8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 235 minecraft:white_glazed_terracotta net.minecraft.item.ItemBlock@531299d3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 236 minecraft:orange_glazed_terracotta net.minecraft.item.ItemBlock@3487947c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 237 minecraft:magenta_glazed_terracotta net.minecraft.item.ItemBlock@77226121 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 238 minecraft:light_blue_glazed_terracotta net.minecraft.item.ItemBlock@3117ac8d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 239 minecraft:yellow_glazed_terracotta net.minecraft.item.ItemBlock@760c777d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 240 minecraft:lime_glazed_terracotta net.minecraft.item.ItemBlock@7ea039b4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 241 minecraft:pink_glazed_terracotta net.minecraft.item.ItemBlock@1aef7428 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 242 minecraft:gray_glazed_terracotta net.minecraft.item.ItemBlock@1610c03c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 243 minecraft:silver_glazed_terracotta net.minecraft.item.ItemBlock@332fa1c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 244 minecraft:cyan_glazed_terracotta net.minecraft.item.ItemBlock@7c200e57 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 245 minecraft:purple_glazed_terracotta net.minecraft.item.ItemBlock@1d0f7bcf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 246 minecraft:blue_glazed_terracotta net.minecraft.item.ItemBlock@d0e4972 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 247 minecraft:brown_glazed_terracotta net.minecraft.item.ItemBlock@1978b0d5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 248 minecraft:green_glazed_terracotta net.minecraft.item.ItemBlock@6556471b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 249 minecraft:red_glazed_terracotta net.minecraft.item.ItemBlock@3e1897d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 250 minecraft:black_glazed_terracotta net.minecraft.item.ItemBlock@7cdb05aa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 251 minecraft:concrete net.minecraft.item.ItemCloth@2079fcfc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 252 minecraft:concrete_powder net.minecraft.item.ItemCloth@77401977 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 255 minecraft:structure_block net.minecraft.item.ItemBlock@7865cc83 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 256 minecraft:iron_shovel net.minecraft.item.ItemSpade@3ba96967 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 257 minecraft:iron_pickaxe net.minecraft.item.ItemPickaxe@1237cade -[13:41:23] [Server thread/TRACE] [FML]: Registry: 258 minecraft:iron_axe net.minecraft.item.ItemAxe@4509b7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 259 minecraft:flint_and_steel net.minecraft.item.ItemFlintAndSteel@41289e88 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 260 minecraft:apple net.minecraft.item.ItemFood@14d36bb2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 261 minecraft:bow net.minecraft.item.ItemBow@3fa57aa8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 262 minecraft:arrow net.minecraft.item.ItemArrow@75345e47 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 263 minecraft:coal net.minecraft.item.ItemCoal@3d5f08d4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 264 minecraft:diamond net.minecraft.item.Item@3afaa39f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 265 minecraft:iron_ingot net.minecraft.item.Item@7b7b1448 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 266 minecraft:gold_ingot net.minecraft.item.Item@60cc20e1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 267 minecraft:iron_sword net.minecraft.item.ItemSword@49741274 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 268 minecraft:wooden_sword net.minecraft.item.ItemSword@4a49919c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 269 minecraft:wooden_shovel net.minecraft.item.ItemSpade@3e5b2630 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 270 minecraft:wooden_pickaxe net.minecraft.item.ItemPickaxe@1c22642d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 271 minecraft:wooden_axe net.minecraft.item.ItemAxe@75ac326f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 272 minecraft:stone_sword net.minecraft.item.ItemSword@736f8837 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 273 minecraft:stone_shovel net.minecraft.item.ItemSpade@14624acc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 274 minecraft:stone_pickaxe net.minecraft.item.ItemPickaxe@1b6e4761 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 275 minecraft:stone_axe net.minecraft.item.ItemAxe@f453129 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 276 minecraft:diamond_sword net.minecraft.item.ItemSword@642ec6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 277 minecraft:diamond_shovel net.minecraft.item.ItemSpade@656302c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 278 minecraft:diamond_pickaxe net.minecraft.item.ItemPickaxe@6f6a2ac8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 279 minecraft:diamond_axe net.minecraft.item.ItemAxe@49809275 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 280 minecraft:stick net.minecraft.item.Item@68b3979d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 281 minecraft:bowl net.minecraft.item.Item@5fd31df7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 282 minecraft:mushroom_stew net.minecraft.item.ItemSoup@7430ed93 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 283 minecraft:golden_sword net.minecraft.item.ItemSword@2346f77a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 284 minecraft:golden_shovel net.minecraft.item.ItemSpade@5bcfdaf3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 285 minecraft:golden_pickaxe net.minecraft.item.ItemPickaxe@38347345 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 286 minecraft:golden_axe net.minecraft.item.ItemAxe@4b9b5da5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 287 minecraft:string net.minecraft.item.ItemBlockSpecial@3b50f432 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 288 minecraft:feather net.minecraft.item.Item@3fe5ad73 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 289 minecraft:gunpowder net.minecraft.item.Item@f83d121 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 290 minecraft:wooden_hoe net.minecraft.item.ItemHoe@1dd9a3ae -[13:41:23] [Server thread/TRACE] [FML]: Registry: 291 minecraft:stone_hoe net.minecraft.item.ItemHoe@79bf39e5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 292 minecraft:iron_hoe net.minecraft.item.ItemHoe@6ac2c5a1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 293 minecraft:diamond_hoe net.minecraft.item.ItemHoe@364c93e6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 294 minecraft:golden_hoe net.minecraft.item.ItemHoe@66589252 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 295 minecraft:wheat_seeds net.minecraft.item.ItemSeeds@4b20aa21 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 296 minecraft:wheat net.minecraft.item.Item@f5167f0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 297 minecraft:bread net.minecraft.item.ItemFood@1260c85e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 298 minecraft:leather_helmet net.minecraft.item.ItemArmor@331ad6eb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 299 minecraft:leather_chestplate net.minecraft.item.ItemArmor@6cd6698b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 300 minecraft:leather_leggings net.minecraft.item.ItemArmor@5ac7550a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 301 minecraft:leather_boots net.minecraft.item.ItemArmor@44dcc0e4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 302 minecraft:chainmail_helmet net.minecraft.item.ItemArmor@2114eb1a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 303 minecraft:chainmail_chestplate net.minecraft.item.ItemArmor@7e514482 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 304 minecraft:chainmail_leggings net.minecraft.item.ItemArmor@1e5e3147 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 305 minecraft:chainmail_boots net.minecraft.item.ItemArmor@3c271988 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 306 minecraft:iron_helmet net.minecraft.item.ItemArmor@3aed692d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 307 minecraft:iron_chestplate net.minecraft.item.ItemArmor@4eec5fa6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 308 minecraft:iron_leggings net.minecraft.item.ItemArmor@21579b35 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 309 minecraft:iron_boots net.minecraft.item.ItemArmor@25b83dce -[13:41:23] [Server thread/TRACE] [FML]: Registry: 310 minecraft:diamond_helmet net.minecraft.item.ItemArmor@74cd8c55 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 311 minecraft:diamond_chestplate net.minecraft.item.ItemArmor@5870fc05 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 312 minecraft:diamond_leggings net.minecraft.item.ItemArmor@45e35a0d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 313 minecraft:diamond_boots net.minecraft.item.ItemArmor@21d15932 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 314 minecraft:golden_helmet net.minecraft.item.ItemArmor@3966c679 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 315 minecraft:golden_chestplate net.minecraft.item.ItemArmor@66a99584 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 316 minecraft:golden_leggings net.minecraft.item.ItemArmor@3945886e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 317 minecraft:golden_boots net.minecraft.item.ItemArmor@12765ebd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 318 minecraft:flint net.minecraft.item.Item@1dac0784 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 319 minecraft:porkchop net.minecraft.item.ItemFood@3703a400 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 320 minecraft:cooked_porkchop net.minecraft.item.ItemFood@22105c76 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 321 minecraft:painting net.minecraft.item.ItemHangingEntity@b1fa523 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 322 minecraft:golden_apple net.minecraft.item.ItemAppleGold@1cca2e9d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 323 minecraft:sign net.minecraft.item.ItemSign@21f479cd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 324 minecraft:wooden_door net.minecraft.item.ItemDoor@2a0ce342 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 325 minecraft:bucket net.minecraft.item.ItemBucket@5a654e05 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 326 minecraft:water_bucket net.minecraft.item.ItemBucket@121dac1a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 327 minecraft:lava_bucket net.minecraft.item.ItemBucket@6d946eee -[13:41:23] [Server thread/TRACE] [FML]: Registry: 328 minecraft:minecart net.minecraft.item.ItemMinecart@795131d6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 329 minecraft:saddle net.minecraft.item.ItemSaddle@f98cff -[13:41:23] [Server thread/TRACE] [FML]: Registry: 330 minecraft:iron_door net.minecraft.item.ItemDoor@59c38af5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 331 minecraft:redstone net.minecraft.item.ItemRedstone@1d33e72e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 332 minecraft:snowball net.minecraft.item.ItemSnowball@7204d98f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 333 minecraft:boat net.minecraft.item.ItemBoat@1322b542 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 334 minecraft:leather net.minecraft.item.Item@6a97517 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 335 minecraft:milk_bucket net.minecraft.item.ItemBucketMilk@5cba474f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 336 minecraft:brick net.minecraft.item.Item@291028d7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 337 minecraft:clay_ball net.minecraft.item.Item@2b4954a4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 338 minecraft:reeds net.minecraft.item.ItemBlockSpecial@2f2f92f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 339 minecraft:paper net.minecraft.item.Item@cfc4601 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 340 minecraft:book net.minecraft.item.ItemBook@ebff59d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 341 minecraft:slime_ball net.minecraft.item.Item@3361d286 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 342 minecraft:chest_minecart net.minecraft.item.ItemMinecart@6ee186f3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 343 minecraft:furnace_minecart net.minecraft.item.ItemMinecart@49fb693d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 344 minecraft:egg net.minecraft.item.ItemEgg@565c887e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 345 minecraft:compass net.minecraft.item.ItemCompass@4ac0d49 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 346 minecraft:fishing_rod net.minecraft.item.ItemFishingRod@318511f0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 347 minecraft:clock net.minecraft.item.ItemClock@5b1f0f26 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 348 minecraft:glowstone_dust net.minecraft.item.Item@7120daa6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 349 minecraft:fish net.minecraft.item.ItemFishFood@42e4431 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 350 minecraft:cooked_fish net.minecraft.item.ItemFishFood@5e198c40 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 351 minecraft:dye net.minecraft.item.ItemDye@640a6d4b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 352 minecraft:bone net.minecraft.item.Item@1238a074 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 353 minecraft:sugar net.minecraft.item.Item@35b58254 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 354 minecraft:cake net.minecraft.item.ItemBlockSpecial@73baf7f0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 355 minecraft:bed net.minecraft.item.ItemBed@7bd1098 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 356 minecraft:repeater net.minecraft.item.ItemBlockSpecial@185bf6e0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 357 minecraft:cookie net.minecraft.item.ItemFood@6a562255 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 358 minecraft:filled_map net.minecraft.item.ItemMap@d271d6c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 359 minecraft:shears net.minecraft.item.ItemShears@4af44f2a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 360 minecraft:melon net.minecraft.item.ItemFood@570127fa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 361 minecraft:pumpkin_seeds net.minecraft.item.ItemSeeds@5b324447 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 362 minecraft:melon_seeds net.minecraft.item.ItemSeeds@2ffcdc9b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 363 minecraft:beef net.minecraft.item.ItemFood@47994b51 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 364 minecraft:cooked_beef net.minecraft.item.ItemFood@19f99aaf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 365 minecraft:chicken net.minecraft.item.ItemFood@34d5eac -[13:41:23] [Server thread/TRACE] [FML]: Registry: 366 minecraft:cooked_chicken net.minecraft.item.ItemFood@2c1a95a2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 367 minecraft:rotten_flesh net.minecraft.item.ItemFood@1adf387e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 368 minecraft:ender_pearl net.minecraft.item.ItemEnderPearl@6d0bcf8c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 369 minecraft:blaze_rod net.minecraft.item.Item@a1a72d4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 370 minecraft:ghast_tear net.minecraft.item.Item@66d44581 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 371 minecraft:gold_nugget net.minecraft.item.Item@1afa048a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 372 minecraft:nether_wart net.minecraft.item.ItemSeeds@293ecff6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 373 minecraft:potion net.minecraft.item.ItemPotion@70eb94d7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 374 minecraft:glass_bottle net.minecraft.item.ItemGlassBottle@1e466d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 375 minecraft:spider_eye net.minecraft.item.ItemFood@63243c8f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 376 minecraft:fermented_spider_eye net.minecraft.item.Item@2ea4e762 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 377 minecraft:blaze_powder net.minecraft.item.Item@444c0f9a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 378 minecraft:magma_cream net.minecraft.item.Item@36931450 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 379 minecraft:brewing_stand net.minecraft.item.ItemBlockSpecial@74919649 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 380 minecraft:cauldron net.minecraft.item.ItemBlockSpecial@7d07e04e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 381 minecraft:ender_eye net.minecraft.item.ItemEnderEye@6033f36c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 382 minecraft:speckled_melon net.minecraft.item.Item@50b624da -[13:41:23] [Server thread/TRACE] [FML]: Registry: 383 minecraft:spawn_egg net.minecraft.item.ItemMonsterPlacer@1642968c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 384 minecraft:experience_bottle net.minecraft.item.ItemExpBottle@53551fef -[13:41:23] [Server thread/TRACE] [FML]: Registry: 385 minecraft:fire_charge net.minecraft.item.ItemFireball@38874eb5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 386 minecraft:writable_book net.minecraft.item.ItemWritableBook@77d58f3a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 387 minecraft:written_book net.minecraft.item.ItemWrittenBook@1d1deb11 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 388 minecraft:emerald net.minecraft.item.Item@18d1d137 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 389 minecraft:item_frame net.minecraft.item.ItemHangingEntity@5f4f6f89 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 390 minecraft:flower_pot net.minecraft.item.ItemBlockSpecial@7c45191e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 391 minecraft:carrot net.minecraft.item.ItemSeedFood@77988c45 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 392 minecraft:potato net.minecraft.item.ItemSeedFood@f5f8de2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 393 minecraft:baked_potato net.minecraft.item.ItemFood@6baee63b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 394 minecraft:poisonous_potato net.minecraft.item.ItemFood@1002b06d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 395 minecraft:map net.minecraft.item.ItemEmptyMap@35dc849b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 396 minecraft:golden_carrot net.minecraft.item.ItemFood@276aa33f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 397 minecraft:skull net.minecraft.item.ItemSkull@25d23478 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 398 minecraft:carrot_on_a_stick net.minecraft.item.ItemCarrotOnAStick@2eea4441 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 399 minecraft:nether_star net.minecraft.item.ItemSimpleFoiled@63551c66 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 400 minecraft:pumpkin_pie net.minecraft.item.ItemFood@2761156e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 401 minecraft:fireworks net.minecraft.item.ItemFirework@49f41c2e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 402 minecraft:firework_charge net.minecraft.item.ItemFireworkCharge@61b76a7d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 403 minecraft:enchanted_book net.minecraft.item.ItemEnchantedBook@14c18a6a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 404 minecraft:comparator net.minecraft.item.ItemBlockSpecial@6aa792 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 405 minecraft:netherbrick net.minecraft.item.Item@5c78f456 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 406 minecraft:quartz net.minecraft.item.Item@29174dfe -[13:41:23] [Server thread/TRACE] [FML]: Registry: 407 minecraft:tnt_minecart net.minecraft.item.ItemMinecart@319d106c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 408 minecraft:hopper_minecart net.minecraft.item.ItemMinecart@641e67fa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 409 minecraft:prismarine_shard net.minecraft.item.Item@7fdff56b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 410 minecraft:prismarine_crystals net.minecraft.item.Item@6cb43fd3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 411 minecraft:rabbit net.minecraft.item.ItemFood@35f35c59 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 412 minecraft:cooked_rabbit net.minecraft.item.ItemFood@2245ccaa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 413 minecraft:rabbit_stew net.minecraft.item.ItemSoup@22b10124 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 414 minecraft:rabbit_foot net.minecraft.item.Item@6f36e806 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 415 minecraft:rabbit_hide net.minecraft.item.Item@4088702d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 416 minecraft:armor_stand net.minecraft.item.ItemArmorStand@345540f9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 417 minecraft:iron_horse_armor net.minecraft.item.Item@37344d31 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 418 minecraft:golden_horse_armor net.minecraft.item.Item@44a98a23 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 419 minecraft:diamond_horse_armor net.minecraft.item.Item@107ebdad -[13:41:23] [Server thread/TRACE] [FML]: Registry: 420 minecraft:lead net.minecraft.item.ItemLead@70ad0854 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 421 minecraft:name_tag net.minecraft.item.ItemNameTag@7d8d671b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 422 minecraft:command_block_minecart net.minecraft.item.ItemMinecart@28b68067 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 423 minecraft:mutton net.minecraft.item.ItemFood@19540247 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 424 minecraft:cooked_mutton net.minecraft.item.ItemFood@acb1c9c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 425 minecraft:banner net.minecraft.item.ItemBanner@37cc6017 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 426 minecraft:end_crystal net.minecraft.item.ItemEndCrystal@b5d7233 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 427 minecraft:spruce_door net.minecraft.item.ItemDoor@6be2b567 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 428 minecraft:birch_door net.minecraft.item.ItemDoor@169d1f92 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 429 minecraft:jungle_door net.minecraft.item.ItemDoor@7fcbc336 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 430 minecraft:acacia_door net.minecraft.item.ItemDoor@1fe7fa16 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 431 minecraft:dark_oak_door net.minecraft.item.ItemDoor@61503d00 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 432 minecraft:chorus_fruit net.minecraft.item.ItemChorusFruit@1fa44f66 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 433 minecraft:chorus_fruit_popped net.minecraft.item.Item@4229b92c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 434 minecraft:beetroot net.minecraft.item.ItemFood@47c356e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 435 minecraft:beetroot_seeds net.minecraft.item.ItemSeeds@66e218d8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 436 minecraft:beetroot_soup net.minecraft.item.ItemSoup@5b80b41d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 437 minecraft:dragon_breath net.minecraft.item.Item@54ef9698 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 438 minecraft:splash_potion net.minecraft.item.ItemSplashPotion@673605ef -[13:41:23] [Server thread/TRACE] [FML]: Registry: 439 minecraft:spectral_arrow net.minecraft.item.ItemSpectralArrow@6f25ed2b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 440 minecraft:tipped_arrow net.minecraft.item.ItemTippedArrow@556a6320 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 441 minecraft:lingering_potion net.minecraft.item.ItemLingeringPotion@1b06dc57 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 442 minecraft:shield net.minecraft.item.ItemShield@14fe085b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 443 minecraft:elytra net.minecraft.item.ItemElytra@39159b14 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 444 minecraft:spruce_boat net.minecraft.item.ItemBoat@57ab4b33 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 445 minecraft:birch_boat net.minecraft.item.ItemBoat@43b2e7db -[13:41:23] [Server thread/TRACE] [FML]: Registry: 446 minecraft:jungle_boat net.minecraft.item.ItemBoat@46d51d5e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 447 minecraft:acacia_boat net.minecraft.item.ItemBoat@530df3ab -[13:41:23] [Server thread/TRACE] [FML]: Registry: 448 minecraft:dark_oak_boat net.minecraft.item.ItemBoat@5e72c82a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 449 minecraft:totem_of_undying net.minecraft.item.Item@aaa7000 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 450 minecraft:shulker_shell net.minecraft.item.Item@64fba3e6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 452 minecraft:iron_nugget net.minecraft.item.Item@58d79479 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 453 minecraft:knowledge_book net.minecraft.item.ItemKnowledgeBook@65698020 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2256 minecraft:record_13 net.minecraft.item.ItemRecord@470a446f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2257 minecraft:record_cat net.minecraft.item.ItemRecord@55315a00 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2258 minecraft:record_blocks net.minecraft.item.ItemRecord@4942e6af -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2259 minecraft:record_chirp net.minecraft.item.ItemRecord@73a1a1b4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2260 minecraft:record_far net.minecraft.item.ItemRecord@669daa93 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2261 minecraft:record_mall net.minecraft.item.ItemRecord@39a30d1a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2262 minecraft:record_mellohi net.minecraft.item.ItemRecord@670ae31f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2263 minecraft:record_stal net.minecraft.item.ItemRecord@1958524b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2264 minecraft:record_strad net.minecraft.item.ItemRecord@129aaac1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2265 minecraft:record_ward net.minecraft.item.ItemRecord@3370be55 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2266 minecraft:record_11 net.minecraft.item.ItemRecord@3d2b13f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2267 minecraft:record_wait net.minecraft.item.ItemRecord@58c36104 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4096 nnparadisemod:rusty_iron_bars net.minecraft.item.ItemBlock@e4bb03 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4097 nnparadisemod:salt_lamp net.minecraft.item.ItemBlock@5d63295e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4098 nnparadisemod:compressed_cactus net.minecraft.item.ItemBlock@721e04f1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4099 nnparadisemod:cactus_bookshelf net.minecraft.item.ItemBlock@4a645ebb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4100 nnparadisemod:silver_hopper net.minecraft.item.ItemBlock@3d233253 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4101 nnparadisemod:silver_bars net.minecraft.item.ItemBlock@36d476c2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4102 nnparadisemod:powered_emerald_rail net.minecraft.item.ItemBlock@464fecb1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4103 nnparadisemod:emerald_rail net.minecraft.item.ItemBlock@717646f1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4104 nnparadisemod:mossy_lever net.minecraft.item.ItemBlock@1b40c635 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4105 nnparadisemod:du_portal net.minecraft.item.ItemBlock@14cb5250 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4106 nnparadisemod:glowing_obsidian net.minecraft.item.ItemBlock@11cac750 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4107 nnparadisemod:soul_glass_pane net.minecraft.item.ItemBlock@5dbcaae7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4108 nnparadisemod:soul_glass net.minecraft.item.ItemBlock@f337f10 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4109 nnparadisemod:present net.minecraft.item.ItemBlock@6d0d557c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4110 nnparadisemod:santa_hat net.minecraft.item.ItemBlock@6ca96aef -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4111 nnparadisemod:christmas_sapling net.minecraft.item.ItemBlock@700e4826 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4112 nnparadisemod:tree_topper net.minecraft.item.ItemBlock@2b7e44af -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4113 nnparadisemod:gold_bars net.minecraft.item.ItemBlock@2006249d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4114 nnparadisemod:christmas_leaves net.minecraft.item.ItemBlock@386d0954 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4115 nnparadisemod:diamond_crystal net.minecraft.item.ItemBlock@2b6e270c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4116 nnparadisemod:emerald_crystal net.minecraft.item.ItemBlock@785b187e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4117 nnparadisemod:quartz_crystal net.minecraft.item.ItemBlock@36fd028d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4118 nnparadisemod:redstone_crystal net.minecraft.item.ItemBlock@7dc97564 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4119 nnparadisemod:ruby_crystal net.minecraft.item.ItemBlock@59e89013 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4120 nnparadisemod:glowing_obsidian_wall net.minecraft.item.ItemBlock@12326ccb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4121 nnparadisemod:bedrock_wall net.minecraft.item.ItemBlock@513ad29e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4122 nnparadisemod:obsidian_wall net.minecraft.item.ItemBlock@32dbf42 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4123 nnparadisemod:end_wall net.minecraft.item.ItemBlock@53a95744 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4124 nnparadisemod:cactus_stairs net.minecraft.item.ItemBlock@264129aa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4125 nnparadisemod:end_stairs net.minecraft.item.ItemBlock@4cd6143c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4126 nnparadisemod:bedrock_stairs net.minecraft.item.ItemBlock@1abd92c6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4127 nnparadisemod:obsidian_stairs net.minecraft.item.ItemBlock@7fac91fb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4128 nnparadisemod:glowing_obsidian_stairs net.minecraft.item.ItemBlock@4f401aac -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4129 nnparadisemod:dirt_button net.minecraft.item.ItemBlock@6771c4d8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4130 nnparadisemod:grass_button net.minecraft.item.ItemBlock@426e165f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4131 nnparadisemod:rusty_button net.minecraft.item.ItemBlock@23943a02 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4132 nnparadisemod:end_button net.minecraft.item.ItemBlock@60f66b9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4133 nnparadisemod:cactus_button net.minecraft.item.ItemBlock@42e52d94 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4134 nnparadisemod:glowing_obsidian_button net.minecraft.item.ItemBlock@5ab7ef8a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4135 nnparadisemod:diamond_button net.minecraft.item.ItemBlock@78519d63 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4136 nnparadisemod:emerald_button net.minecraft.item.ItemBlock@50091386 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4137 nnparadisemod:gold_button net.minecraft.item.ItemBlock@7cf6ea5b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4138 nnparadisemod:iron_button net.minecraft.item.ItemBlock@3cebe931 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4139 nnparadisemod:silver_button net.minecraft.item.ItemBlock@3982d73d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4140 nnparadisemod:ruby_button net.minecraft.item.ItemBlock@38ec1c34 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4141 nnparadisemod:obsidian_button net.minecraft.item.ItemBlock@2d9cde8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4142 nnparadisemod:bedrock_button net.minecraft.item.ItemBlock@2ff89271 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4143 nnparadisemod:mossy_cobblestone_button net.minecraft.item.ItemBlock@11ef3bee -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4144 nnparadisemod:cobblestone_button net.minecraft.item.ItemBlock@934375e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4145 nnparadisemod:andesite_button net.minecraft.item.ItemBlock@54ba8e11 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4146 nnparadisemod:diorite_button net.minecraft.item.ItemBlock@4887a689 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4147 nnparadisemod:granite_button net.minecraft.item.ItemBlock@281d7536 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4148 nnparadisemod:acacia_button net.minecraft.item.ItemBlock@6e9197d1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4149 nnparadisemod:birch_button net.minecraft.item.ItemBlock@4ead07c1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4150 nnparadisemod:dark_oak_button net.minecraft.item.ItemBlock@344ae64b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4151 nnparadisemod:jungle_button net.minecraft.item.ItemBlock@5e231326 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4152 nnparadisemod:spruce_button net.minecraft.item.ItemBlock@42d7be51 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4153 nnparadisemod:dirt_pressure_plate net.minecraft.item.ItemBlock@50bb6465 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4154 nnparadisemod:grass_pressure_plate net.minecraft.item.ItemBlock@1b67ea5f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4155 nnparadisemod:cactus_pressure_plate net.minecraft.item.ItemBlock@e0d5388 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4156 nnparadisemod:end_pressure_plate net.minecraft.item.ItemBlock@250cbcb9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4157 nnparadisemod:glowing_obsidian_pressure_plate net.minecraft.item.ItemBlock@33cd31cf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4158 nnparadisemod:diamond_pressure_plate net.minecraft.item.ItemBlock@771f4556 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4159 nnparadisemod:emerald_pressure_plate net.minecraft.item.ItemBlock@3df17e4b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4160 nnparadisemod:silver_pressure_plate net.minecraft.item.ItemBlock@79ae4822 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4161 nnparadisemod:ruby_pressure_plate net.minecraft.item.ItemBlock@3645b9d5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4162 nnparadisemod:bedrock_pressure_plate net.minecraft.item.ItemBlock@20e1361d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4163 nnparadisemod:mossy_cobblestone_pressure_plate net.minecraft.item.ItemBlock@12bc51f4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4164 nnparadisemod:cobblestone_pressure_plate net.minecraft.item.ItemBlock@6a1f63fd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4165 nnparadisemod:andesite_pressure_plate net.minecraft.item.ItemBlock@2ecc303c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4166 nnparadisemod:diorite_pressure_plate net.minecraft.item.ItemBlock@4a9e03b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4167 nnparadisemod:granite_pressure_plate net.minecraft.item.ItemBlock@2ac58d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4168 nnparadisemod:acacia_pressure_plate net.minecraft.item.ItemBlock@1d8d9807 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4169 nnparadisemod:birch_pressure_plate net.minecraft.item.ItemBlock@76928be0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4170 nnparadisemod:dark_oak_pressure_plate net.minecraft.item.ItemBlock@2771657a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4171 nnparadisemod:jungle_pressure_plate net.minecraft.item.ItemBlock@3edb0c1e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4172 nnparadisemod:spruce_pressure_plate net.minecraft.item.ItemBlock@5b0bfe86 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4173 nnparadisemod:rusty_pressure_plate net.minecraft.item.ItemBlock@2347ca7a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4174 nnparadisemod:cactus_crafting_table net.minecraft.item.ItemBlock@14c75caf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4175 nnparadisemod:acacia_crafting_table net.minecraft.item.ItemBlock@723c7f2f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4176 nnparadisemod:birch_crafting_table net.minecraft.item.ItemBlock@7d2c6085 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4177 nnparadisemod:dark_oak_crafting_table net.minecraft.item.ItemBlock@2e740f3c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4178 nnparadisemod:jungle_crafting_table net.minecraft.item.ItemBlock@6c26a27e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4179 nnparadisemod:spruce_crafting_table net.minecraft.item.ItemBlock@4a5bc21 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4180 nnparadisemod:mossy_furnace net.minecraft.item.ItemBlock@3d225fe9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4181 nnparadisemod:ender_pearl_ore net.minecraft.item.ItemBlock@4a402ba3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4182 nnparadisemod:ender_ruby_ore net.minecraft.item.ItemBlock@7c3019d6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4183 nnparadisemod:nether_silver_ore net.minecraft.item.ItemBlock@6fb68c4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4184 nnparadisemod:nether_gold_ore net.minecraft.item.ItemBlock@92fe6e5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4185 nnparadisemod:blaze_block net.minecraft.item.ItemBlock@66e6b022 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4186 nnparadisemod:sugar_block net.minecraft.item.ItemBlock@2b3d662e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4187 nnparadisemod:ruby_ore net.minecraft.item.ItemBlock@5930e350 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4188 nnparadisemod:silver_ore net.minecraft.item.ItemBlock@22d2d248 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4189 nnparadisemod:ruby_block net.minecraft.item.ItemBlock@1fdf1a6b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4190 nnparadisemod:silver_block net.minecraft.item.ItemBlock@56dc6b33 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4191 nnparadisemod:salt_block net.minecraft.item.ItemBlock@43bc1d67 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4192 nnparadisemod:salt_ore net.minecraft.item.ItemBlock@243dc57b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4193 nnparadisemod:ender_pearl_block net.minecraft.item.ItemBlock@8e2961 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4194 nnparadisemod:rusty_iron_block net.minecraft.item.ItemBlock@6071132e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4195 nnparadisemod:gold_hopper net.minecraft.item.ItemBlock@6371c6ee -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4196 nnparadisemod:compressed_cactus_chest net.minecraft.item.ItemBlock@209d4e32 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4197 nnparadisemod:compressed_cactus_chest_trapped net.minecraft.item.ItemBlock@27129ef5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4198 nnparadisemod:cactus_chest net.minecraft.item.ItemBlock@5e02753c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4199 nnparadisemod:cactus_chest_trapped net.minecraft.item.ItemBlock@88d92e5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4200 nnparadisemod:cactus_trapdoor net.minecraft.item.ItemBlock@57e9122f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4201 nnparadisemod:glowing_obsidian_trapdoor net.minecraft.item.ItemBlock@7e9e125f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4202 nnparadisemod:end_trapdoor net.minecraft.item.ItemBlock@69d2cffb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4203 nnparadisemod:silver_trapdoor net.minecraft.item.ItemBlock@7432a39e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4204 nnparadisemod:glass_trapdoor net.minecraft.item.ItemBlock@274b3fc6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4205 nnparadisemod:gold_trapdoor net.minecraft.item.ItemBlock@720907c9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4206 nnparadisemod:diamond_trapdoor net.minecraft.item.ItemBlock@41334af0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4207 nnparadisemod:emerald_trapdoor net.minecraft.item.ItemBlock@3249c81a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4208 nnparadisemod:andesite_trapdoor net.minecraft.item.ItemBlock@68344a08 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4209 nnparadisemod:diorite_trapdoor net.minecraft.item.ItemBlock@11275783 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4210 nnparadisemod:granite_trapdoor net.minecraft.item.ItemBlock@3887b71 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4211 nnparadisemod:stone_trapdoor net.minecraft.item.ItemBlock@3aba9252 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4212 nnparadisemod:cobblestone_trapdoor net.minecraft.item.ItemBlock@284d1c98 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4213 nnparadisemod:moss_stone_trapdoor net.minecraft.item.ItemBlock@630d7bce -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4214 nnparadisemod:obsidian_trapdoor net.minecraft.item.ItemBlock@541d5c48 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4215 nnparadisemod:bedrock_trapdoor net.minecraft.item.ItemBlock@35d472c1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4216 nnparadisemod:ruby_trapdoor net.minecraft.item.ItemBlock@778067f5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4217 nnparadisemod:redstone_trapdoor net.minecraft.item.ItemBlock@c18ee56 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4218 nnparadisemod:rusty_trapdoor net.minecraft.item.ItemBlock@6cee59d6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4219 nnparadisemod:rusty_fence net.minecraft.item.ItemBlock@2f397395 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4220 nnparadisemod:cactus_fence net.minecraft.item.ItemBlock@398072c6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4221 nnparadisemod:silver_fence net.minecraft.item.ItemBlock@2e2ff0c4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4222 nnparadisemod:brick_fence net.minecraft.item.ItemBlock@2a48f570 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4223 nnparadisemod:diamond_fence net.minecraft.item.ItemBlock@2d0d357b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4224 nnparadisemod:emerald_fence net.minecraft.item.ItemBlock@24406d54 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4225 nnparadisemod:gold_fence net.minecraft.item.ItemBlock@38a6002f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4226 nnparadisemod:iron_fence net.minecraft.item.ItemBlock@637d9281 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4227 nnparadisemod:ruby_fence net.minecraft.item.ItemBlock@3c89f754 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4228 nnparadisemod:redstone_fence net.minecraft.item.ItemBlock@3b4675d3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4229 nnparadisemod:rusty_fence_gate net.minecraft.item.ItemBlock@133a8a9f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4230 nnparadisemod:cactus_fence_gate net.minecraft.item.ItemBlock@3325afbc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4231 nnparadisemod:silver_fence_gate net.minecraft.item.ItemBlock@37ee58cf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4232 nnparadisemod:brick_fence_gate net.minecraft.item.ItemBlock@756fd0aa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4233 nnparadisemod:diamond_fence_gate net.minecraft.item.ItemBlock@30428572 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4234 nnparadisemod:emerald_fence_gate net.minecraft.item.ItemBlock@36db2ef8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4235 nnparadisemod:gold_fence_gate net.minecraft.item.ItemBlock@7acb4a51 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4236 nnparadisemod:iron_fence_gate net.minecraft.item.ItemBlock@672e3f24 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4237 nnparadisemod:ruby_fence_gate net.minecraft.item.ItemBlock@52ed0d8e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4238 nnparadisemod:redstone_fence_gate net.minecraft.item.ItemBlock@1640a06f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4239 nnparadisemod:black_redstone_lamp net.minecraft.item.ItemBlock@ebf11cd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4240 nnparadisemod:blue_redstone_lamp net.minecraft.item.ItemBlock@770f3c94 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4241 nnparadisemod:brown_redstone_lamp net.minecraft.item.ItemBlock@5621a9eb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4242 nnparadisemod:cyan_redstone_lamp net.minecraft.item.ItemBlock@27636d72 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4243 nnparadisemod:gray_redstone_lamp net.minecraft.item.ItemBlock@5d9627d3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4244 nnparadisemod:green_redstone_lamp net.minecraft.item.ItemBlock@43296744 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4245 nnparadisemod:light_blue_redstone_lamp net.minecraft.item.ItemBlock@2d0584c0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4246 nnparadisemod:lime_redstone_lamp net.minecraft.item.ItemBlock@4284bd5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4247 nnparadisemod:magenta_redstone_lamp net.minecraft.item.ItemBlock@18a3095d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4248 nnparadisemod:orange_redstone_lamp net.minecraft.item.ItemBlock@3ed5a327 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4249 nnparadisemod:pink_redstone_lamp net.minecraft.item.ItemBlock@2dfb8de3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4250 nnparadisemod:purple_redstone_lamp net.minecraft.item.ItemBlock@285e483f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4251 nnparadisemod:red_redstone_lamp net.minecraft.item.ItemBlock@2d23561e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4252 nnparadisemod:silver_redstone_lamp net.minecraft.item.ItemBlock@77dd1899 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4253 nnparadisemod:white_redstone_lamp net.minecraft.item.ItemBlock@17abb5bb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4254 nnparadisemod:yellow_redstone_lamp net.minecraft.item.ItemBlock@764fd8ff -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4255 nnparadisemod:rusty_nugget com.NetherNoah.ParadiseMod.items.RustyNugget@431f2a86 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4256 nnparadisemod:rusty_ingot com.NetherNoah.ParadiseMod.items.RustyIngot@1c03be27 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4257 nnparadisemod:salt com.NetherNoah.ParadiseMod.items.Salt@7fa7281f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4258 nnparadisemod:cactus_stick com.NetherNoah.ParadiseMod.items.CactusStick@4d40c056 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4259 nnparadisemod:silver_nugget com.NetherNoah.ParadiseMod.items.SilverNugget@7dc88f5c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4260 nnparadisemod:santa_jacket com.NetherNoah.ParadiseMod.items.armor.SantaSuit@67c8ca0f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4261 nnparadisemod:santa_pants com.NetherNoah.ParadiseMod.items.armor.SantaSuit@11281f47 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4262 nnparadisemod:santa_boots com.NetherNoah.ParadiseMod.items.armor.SantaSuit@28a3c051 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4263 nnparadisemod:emerald_pickaxe com.NetherNoah.ParadiseMod.items.tools.emerald.emeraldPickaxe@2a15b749 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4264 nnparadisemod:emerald_axe com.NetherNoah.ParadiseMod.items.tools.emerald.emeraldAxe@4d01a100 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4265 nnparadisemod:emerald_spade com.NetherNoah.ParadiseMod.items.tools.emerald.emeraldSpade@250e2047 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4266 nnparadisemod:emerald_hoe com.NetherNoah.ParadiseMod.items.tools.emerald.emeraldHoe@2c2323be -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4267 nnparadisemod:emerald_sword com.NetherNoah.ParadiseMod.items.tools.emerald.emeraldSword@69696aba -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4268 nnparadisemod:ruby_pickaxe com.NetherNoah.ParadiseMod.items.tools.ruby.rubyPickaxe@6404c85f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4269 nnparadisemod:ruby_axe com.NetherNoah.ParadiseMod.items.tools.ruby.rubyAxe@7057c234 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4270 nnparadisemod:ruby_spade com.NetherNoah.ParadiseMod.items.tools.ruby.rubySpade@1a8cf1e4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4271 nnparadisemod:ruby_hoe com.NetherNoah.ParadiseMod.items.tools.ruby.rubyHoe@4c264aed -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4272 nnparadisemod:ruby_sword com.NetherNoah.ParadiseMod.items.tools.ruby.rubySword@2da82b00 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4273 nnparadisemod:silver_pickaxe com.NetherNoah.ParadiseMod.items.tools.silver.silverPickaxe@220f319a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4274 nnparadisemod:silver_axe com.NetherNoah.ParadiseMod.items.tools.silver.silverAxe@29bbb270 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4275 nnparadisemod:silver_spade com.NetherNoah.ParadiseMod.items.tools.silver.silverSpade@2df2d46d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4276 nnparadisemod:silver_hoe com.NetherNoah.ParadiseMod.items.tools.silver.silverHoe@27787083 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4277 nnparadisemod:silver_sword com.NetherNoah.ParadiseMod.items.tools.silver.silverSword@3fddd5c8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4278 nnparadisemod:rusty_pickaxe com.NetherNoah.ParadiseMod.items.tools.rusty.rustyPickaxe@2b14a654 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4279 nnparadisemod:rusty_axe com.NetherNoah.ParadiseMod.items.tools.rusty.rustyAxe@47f8e46f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4280 nnparadisemod:rusty_spade com.NetherNoah.ParadiseMod.items.tools.rusty.rustySpade@6728dc77 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4281 nnparadisemod:rusty_hoe com.NetherNoah.ParadiseMod.items.tools.rusty.rustyHoe@21e896f6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4282 nnparadisemod:rusty_sword com.NetherNoah.ParadiseMod.items.tools.rusty.rustySword@6e64e5f5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4283 nnparadisemod:obsidian_pickaxe com.NetherNoah.ParadiseMod.items.tools.obsidian.obsidianPickaxe@34fb5c3f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4284 nnparadisemod:obsidian_axe com.NetherNoah.ParadiseMod.items.tools.obsidian.obsidianAxe@4052305e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4285 nnparadisemod:obsidian_spade com.NetherNoah.ParadiseMod.items.tools.obsidian.obsidianSpade@76c12d09 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4286 nnparadisemod:obsidian_hoe com.NetherNoah.ParadiseMod.items.tools.obsidian.obsidianHoe@2fa69580 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4287 nnparadisemod:obsidian_sword com.NetherNoah.ParadiseMod.items.tools.obsidian.obsidianSword@64f5cec8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4288 nnparadisemod:cactus_pickaxe com.NetherNoah.ParadiseMod.items.tools.redstone.redstonePickaxe@3dd7721b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4289 nnparadisemod:cactus_axe com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneAxe@7430d369 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4290 nnparadisemod:cactus_spade com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneSpade@6368ed64 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4291 nnparadisemod:cactus_hoe com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneHoe@61772cb7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4292 nnparadisemod:cactus_sword com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneSword@683721ce -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4293 nnparadisemod:redstone_pickaxe com.NetherNoah.ParadiseMod.items.tools.redstone.redstonePickaxe@b8b6de6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4294 nnparadisemod:redstone_axe com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneAxe@5341eab4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4295 nnparadisemod:redstone_spade com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneSpade@182d1967 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4296 nnparadisemod:redstone_hoe com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneHoe@494572fd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4297 nnparadisemod:redstone_sword com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneSword@19f1c26e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4298 nnparadisemod:emerald_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorEmerald@35af404f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4299 nnparadisemod:emerald_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorEmerald@571f1e9d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4300 nnparadisemod:emerald_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorEmerald@406a54a2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4301 nnparadisemod:emerald_boots com.NetherNoah.ParadiseMod.items.armor.ArmorEmerald@49a777ee -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4302 nnparadisemod:silver_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorSilver@2901e61e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4303 nnparadisemod:silver_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorSilver@3bdc78d8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4304 nnparadisemod:silver_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorSilver@49b6704a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4305 nnparadisemod:silver_boots com.NetherNoah.ParadiseMod.items.armor.ArmorSilver@60877252 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4306 nnparadisemod:rusty_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorRusty@1e52e3e8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4307 nnparadisemod:rusty_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorRusty@641ce448 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4308 nnparadisemod:rusty_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorRusty@3f520f7b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4309 nnparadisemod:rusty_boots com.NetherNoah.ParadiseMod.items.armor.ArmorRusty@7bcccbd2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4310 nnparadisemod:ruby_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorRuby@71b5be5d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4311 nnparadisemod:ruby_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorRuby@5eb35ec7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4312 nnparadisemod:ruby_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorRuby@43bc8c98 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4313 nnparadisemod:ruby_boots com.NetherNoah.ParadiseMod.items.armor.ArmorRuby@7050e135 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4314 nnparadisemod:redstone_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorRedstone@684ad81c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4315 nnparadisemod:redstone_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorRedstone@4f3551c1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4316 nnparadisemod:redstone_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorRedstone@381b485b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4317 nnparadisemod:redstone_boots com.NetherNoah.ParadiseMod.items.armor.ArmorRedstone@4bd23b22 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4318 nnparadisemod:obsidian_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorObsidian@10b87c58 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4319 nnparadisemod:obsidian_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorObsidian@7203a784 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4320 nnparadisemod:obsidian_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorObsidian@285289cd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4321 nnparadisemod:obsidian_boots com.NetherNoah.ParadiseMod.items.armor.ArmorObsidian@697699cb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4322 nnparadisemod:ruby com.NetherNoah.ParadiseMod.items.ItemRuby@552fcd4d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4323 nnparadisemod:silver_ingot com.NetherNoah.ParadiseMod.items.SilverIngot@34ea5eff -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4324 nnparadisemod:rusty_door com.NetherNoah.ParadiseMod.items.doors.ItemRustyDoor@5eaa3349 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4325 nnparadisemod:cactus_door com.NetherNoah.ParadiseMod.items.doors.ItemCactusDoor@2818d9d7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4326 nnparadisemod:glowing_obsidian_door com.NetherNoah.ParadiseMod.items.doors.ItemGlowingObsidianDoor@74d82196 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4327 nnparadisemod:end_door com.NetherNoah.ParadiseMod.items.doors.ItemEndDoor@4f8cdeb4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4328 nnparadisemod:silver_door com.NetherNoah.ParadiseMod.items.doors.ItemSilverDoor@3ae47f4f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4329 nnparadisemod:glass_door com.NetherNoah.ParadiseMod.items.doors.ItemGlassDoor@116b7837 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4330 nnparadisemod:gold_door com.NetherNoah.ParadiseMod.items.doors.ItemGoldDoor@2e92c6f3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4331 nnparadisemod:diamond_door com.NetherNoah.ParadiseMod.items.doors.ItemDiamondDoor@76de4b5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4332 nnparadisemod:emerald_door com.NetherNoah.ParadiseMod.items.doors.ItemEmeraldDoor@26364268 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4333 nnparadisemod:andesite_door com.NetherNoah.ParadiseMod.items.doors.ItemAndesiteDoor@6f056fdf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4334 nnparadisemod:diorite_door com.NetherNoah.ParadiseMod.items.doors.ItemDioriteDoor@388c0178 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4335 nnparadisemod:granite_door com.NetherNoah.ParadiseMod.items.doors.ItemGraniteDoor@50e4e803 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4336 nnparadisemod:stone_door com.NetherNoah.ParadiseMod.items.doors.ItemStoneDoor@4d5f1c98 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4337 nnparadisemod:cobblestone_door com.NetherNoah.ParadiseMod.items.doors.ItemCobblestoneDoor@76ad3ab9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4338 nnparadisemod:moss_stone_door com.NetherNoah.ParadiseMod.items.doors.ItemMossStoneDoor@54704b46 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4339 nnparadisemod:obsidian_door com.NetherNoah.ParadiseMod.items.doors.ItemObsidianDoor@39e89471 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4340 nnparadisemod:bedrock_door com.NetherNoah.ParadiseMod.items.doors.ItemBedrockDoor@7ffb60a4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4341 nnparadisemod:ruby_door com.NetherNoah.ParadiseMod.items.doors.ItemRubyDoor@5ccb26a0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4342 nnparadisemod:redstone_door com.NetherNoah.ParadiseMod.items.doors.ItemRedstoneDoor@68a3c497 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4343 forge:bucketfilled net.minecraftforge.fluids.UniversalBucket@d96fa9e -[13:41:23] [Server thread/TRACE] [FML]: Registry Name : minecraft:potions -[13:41:23] [Server thread/TRACE] [FML]: Registry: 1 minecraft:speed net.minecraft.potion.Potion@e3692ca -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2 minecraft:slowness net.minecraft.potion.Potion@75adb1c0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 3 minecraft:haste net.minecraft.potion.Potion@5cfe28e1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4 minecraft:mining_fatigue net.minecraft.potion.Potion@7ac90dab -[13:41:23] [Server thread/TRACE] [FML]: Registry: 5 minecraft:strength net.minecraft.potion.PotionAttackDamage@1ce57bbb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 6 minecraft:instant_health net.minecraft.potion.PotionHealth@362c48c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 7 minecraft:instant_damage net.minecraft.potion.PotionHealth@62aee901 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 8 minecraft:jump_boost net.minecraft.potion.Potion@1983a4e4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 9 minecraft:nausea net.minecraft.potion.Potion@29b4444a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 10 minecraft:regeneration net.minecraft.potion.Potion@3ce7a354 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 11 minecraft:resistance net.minecraft.potion.Potion@2914a328 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 12 minecraft:fire_resistance net.minecraft.potion.Potion@2d34866a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 13 minecraft:water_breathing net.minecraft.potion.Potion@26291192 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 14 minecraft:invisibility net.minecraft.potion.Potion@27d5eb00 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 15 minecraft:blindness net.minecraft.potion.Potion@2b540131 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 16 minecraft:night_vision net.minecraft.potion.Potion@225ac5e7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 17 minecraft:hunger net.minecraft.potion.Potion@4c91f5bf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 18 minecraft:weakness net.minecraft.potion.PotionAttackDamage@44948ac6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 19 minecraft:poison net.minecraft.potion.Potion@4fc256ec -[13:41:23] [Server thread/TRACE] [FML]: Registry: 20 minecraft:wither net.minecraft.potion.Potion@3bc3d70e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 21 minecraft:health_boost net.minecraft.potion.PotionHealthBoost@7fc56d61 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 22 minecraft:absorption net.minecraft.potion.PotionAbsorption@126ff1a1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 23 minecraft:saturation net.minecraft.potion.PotionHealth@546c30c2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 24 minecraft:glowing net.minecraft.potion.Potion@6ba08a09 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 25 minecraft:levitation net.minecraft.potion.Potion@568c9ee1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 26 minecraft:luck net.minecraft.potion.Potion@3b839f68 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 27 minecraft:unluck net.minecraft.potion.Potion@e5c52fa -[13:41:23] [Server thread/TRACE] [FML]: Registry Name : minecraft:biomes -[13:41:23] [Server thread/TRACE] [FML]: Registry: 0 minecraft:ocean net.minecraft.world.biome.BiomeOcean@48928b57 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 1 minecraft:plains net.minecraft.world.biome.BiomePlains@1c09bb7a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2 minecraft:desert net.minecraft.world.biome.BiomeDesert@493250cf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 3 minecraft:extreme_hills net.minecraft.world.biome.BiomeHills@726e29d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4 minecraft:forest net.minecraft.world.biome.BiomeForest@5ee95d42 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 5 minecraft:taiga net.minecraft.world.biome.BiomeTaiga@3e755d5f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 6 minecraft:swampland net.minecraft.world.biome.BiomeSwamp@4202276 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 7 minecraft:river net.minecraft.world.biome.BiomeRiver@34588991 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 8 minecraft:hell net.minecraft.world.biome.BiomeHell@45b2d17b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 9 minecraft:sky net.minecraft.world.biome.BiomeEnd@11fb1691 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 10 minecraft:frozen_ocean net.minecraft.world.biome.BiomeOcean@1f229c40 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 11 minecraft:frozen_river net.minecraft.world.biome.BiomeRiver@215404a1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 12 minecraft:ice_flats net.minecraft.world.biome.BiomeSnow@2e51ede1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 13 minecraft:ice_mountains net.minecraft.world.biome.BiomeSnow@12051d38 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 14 minecraft:mushroom_island net.minecraft.world.biome.BiomeMushroomIsland@67730dab -[13:41:23] [Server thread/TRACE] [FML]: Registry: 15 minecraft:mushroom_island_shore net.minecraft.world.biome.BiomeMushroomIsland@466cca41 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 16 minecraft:beaches net.minecraft.world.biome.BiomeBeach@496c6d94 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 17 minecraft:desert_hills net.minecraft.world.biome.BiomeDesert@360d3f47 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 18 minecraft:forest_hills net.minecraft.world.biome.BiomeForest@1693d505 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 19 minecraft:taiga_hills net.minecraft.world.biome.BiomeTaiga@3d195d15 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 20 minecraft:smaller_extreme_hills net.minecraft.world.biome.BiomeHills@17b387ef -[13:41:23] [Server thread/TRACE] [FML]: Registry: 21 minecraft:jungle net.minecraft.world.biome.BiomeJungle@2f8b48c3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 22 minecraft:jungle_hills net.minecraft.world.biome.BiomeJungle@2af31aba -[13:41:23] [Server thread/TRACE] [FML]: Registry: 23 minecraft:jungle_edge net.minecraft.world.biome.BiomeJungle@682d8dad -[13:41:23] [Server thread/TRACE] [FML]: Registry: 24 minecraft:deep_ocean net.minecraft.world.biome.BiomeOcean@1aebe759 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 25 minecraft:stone_beach net.minecraft.world.biome.BiomeStoneBeach@5dc7881d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 26 minecraft:cold_beach net.minecraft.world.biome.BiomeBeach@590336ed -[13:41:23] [Server thread/TRACE] [FML]: Registry: 27 minecraft:birch_forest net.minecraft.world.biome.BiomeForest@1c97c3bb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 28 minecraft:birch_forest_hills net.minecraft.world.biome.BiomeForest@68fc1e7f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 29 minecraft:roofed_forest net.minecraft.world.biome.BiomeForest@99af41d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 30 minecraft:taiga_cold net.minecraft.world.biome.BiomeTaiga@496e0f9d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 31 minecraft:taiga_cold_hills net.minecraft.world.biome.BiomeTaiga@6b468710 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 32 minecraft:redwood_taiga net.minecraft.world.biome.BiomeTaiga@63c163e1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 33 minecraft:redwood_taiga_hills net.minecraft.world.biome.BiomeTaiga@3da55998 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 34 minecraft:extreme_hills_with_trees net.minecraft.world.biome.BiomeHills@40ebb56 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 35 minecraft:savanna net.minecraft.world.biome.BiomeSavanna@33197c2f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 36 minecraft:savanna_rock net.minecraft.world.biome.BiomeSavanna@24e79a4d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 37 minecraft:mesa net.minecraft.world.biome.BiomeMesa@52a0bc48 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 38 minecraft:mesa_rock net.minecraft.world.biome.BiomeMesa@28941a68 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 39 minecraft:mesa_clear_rock net.minecraft.world.biome.BiomeMesa@24ce5d4c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 127 minecraft:void net.minecraft.world.biome.BiomeVoid@576a8b00 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 129 minecraft:mutated_plains net.minecraft.world.biome.BiomePlains@1d988297 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 130 minecraft:mutated_desert net.minecraft.world.biome.BiomeDesert@116efe65 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 131 minecraft:mutated_extreme_hills net.minecraft.world.biome.BiomeHills@118879d2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 132 minecraft:mutated_forest net.minecraft.world.biome.BiomeForest@1239c268 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 133 minecraft:mutated_taiga net.minecraft.world.biome.BiomeTaiga@4bec6682 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 134 minecraft:mutated_swampland net.minecraft.world.biome.BiomeSwamp@2d97344c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 140 minecraft:mutated_ice_flats net.minecraft.world.biome.BiomeSnow@7f839ec5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 149 minecraft:mutated_jungle net.minecraft.world.biome.BiomeJungle@23f539df -[13:41:23] [Server thread/TRACE] [FML]: Registry: 151 minecraft:mutated_jungle_edge net.minecraft.world.biome.BiomeJungle@b859355 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 155 minecraft:mutated_birch_forest net.minecraft.world.biome.BiomeForestMutated@7c3223aa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 156 minecraft:mutated_birch_forest_hills net.minecraft.world.biome.BiomeForestMutated@7683d632 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 157 minecraft:mutated_roofed_forest net.minecraft.world.biome.BiomeForest@513bec8c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 158 minecraft:mutated_taiga_cold net.minecraft.world.biome.BiomeTaiga@693ed09d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 160 minecraft:mutated_redwood_taiga net.minecraft.world.biome.BiomeTaiga@4fc8163 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 161 minecraft:mutated_redwood_taiga_hills net.minecraft.world.biome.BiomeTaiga@6c26e588 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 162 minecraft:mutated_extreme_hills_with_trees net.minecraft.world.biome.BiomeHills@62f73b0c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 163 minecraft:mutated_savanna net.minecraft.world.biome.BiomeSavannaMutated@1d45c4b7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 164 minecraft:mutated_savanna_rock net.minecraft.world.biome.BiomeSavannaMutated@46146832 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 165 minecraft:mutated_mesa net.minecraft.world.biome.BiomeMesa@1d6014a7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 166 minecraft:mutated_mesa_rock net.minecraft.world.biome.BiomeMesa@7575f7e1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 167 minecraft:mutated_mesa_clear_rock net.minecraft.world.biome.BiomeMesa@4626f584 -[13:41:23] [Server thread/TRACE] [FML]: Registry Name : minecraft:soundevents -[13:41:23] [Server thread/TRACE] [FML]: Registry: 0 minecraft:ambient.cave net.minecraft.util.SoundEvent@448462f0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 1 minecraft:block.anvil.break net.minecraft.util.SoundEvent@1c5d3a37 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2 minecraft:block.anvil.destroy net.minecraft.util.SoundEvent@7e3d2ebd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 3 minecraft:block.anvil.fall net.minecraft.util.SoundEvent@2b43f314 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4 minecraft:block.anvil.hit net.minecraft.util.SoundEvent@3a4a5f3c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 5 minecraft:block.anvil.land net.minecraft.util.SoundEvent@4f3356c0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 6 minecraft:block.anvil.place net.minecraft.util.SoundEvent@586cc15d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 7 minecraft:block.anvil.step net.minecraft.util.SoundEvent@6c835217 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 8 minecraft:block.anvil.use net.minecraft.util.SoundEvent@4584304 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 9 minecraft:block.brewing_stand.brew net.minecraft.util.SoundEvent@51888019 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 10 minecraft:block.chest.close net.minecraft.util.SoundEvent@6f50d55c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 11 minecraft:block.chest.locked net.minecraft.util.SoundEvent@19b5214b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 12 minecraft:block.chest.open net.minecraft.util.SoundEvent@5fb3111a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 13 minecraft:block.chorus_flower.death net.minecraft.util.SoundEvent@4aaecabd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 14 minecraft:block.chorus_flower.grow net.minecraft.util.SoundEvent@23bd0c81 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 15 minecraft:block.cloth.break net.minecraft.util.SoundEvent@1332dec4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 16 minecraft:block.cloth.fall net.minecraft.util.SoundEvent@544e3679 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 17 minecraft:block.cloth.hit net.minecraft.util.SoundEvent@6889f56f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 18 minecraft:block.cloth.place net.minecraft.util.SoundEvent@231b35fb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 19 minecraft:block.cloth.step net.minecraft.util.SoundEvent@26da1ba2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 20 minecraft:block.comparator.click net.minecraft.util.SoundEvent@3820cfe -[13:41:23] [Server thread/TRACE] [FML]: Registry: 21 minecraft:block.dispenser.dispense net.minecraft.util.SoundEvent@2407a36c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 22 minecraft:block.dispenser.fail net.minecraft.util.SoundEvent@5ec9eefa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 23 minecraft:block.dispenser.launch net.minecraft.util.SoundEvent@28b8f98a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 24 minecraft:block.enchantment_table.use net.minecraft.util.SoundEvent@3b4ef59f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 25 minecraft:block.end_gateway.spawn net.minecraft.util.SoundEvent@22cb3d59 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 26 minecraft:block.end_portal.spawn net.minecraft.util.SoundEvent@33e4b9c4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 27 minecraft:block.end_portal_frame.fill net.minecraft.util.SoundEvent@5cff729b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 28 minecraft:block.enderchest.close net.minecraft.util.SoundEvent@10d18696 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 29 minecraft:block.enderchest.open net.minecraft.util.SoundEvent@6b8b5020 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 30 minecraft:block.fence_gate.close net.minecraft.util.SoundEvent@7d37ee0c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 31 minecraft:block.fence_gate.open net.minecraft.util.SoundEvent@5a7b309b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 32 minecraft:block.fire.ambient net.minecraft.util.SoundEvent@4602f874 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 33 minecraft:block.fire.extinguish net.minecraft.util.SoundEvent@7739aac4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 34 minecraft:block.furnace.fire_crackle net.minecraft.util.SoundEvent@353c6da1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 35 minecraft:block.glass.break net.minecraft.util.SoundEvent@36c07c75 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 36 minecraft:block.glass.fall net.minecraft.util.SoundEvent@6750e381 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 37 minecraft:block.glass.hit net.minecraft.util.SoundEvent@5d850a25 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 38 minecraft:block.glass.place net.minecraft.util.SoundEvent@b022551 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 39 minecraft:block.glass.step net.minecraft.util.SoundEvent@3e14d390 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 40 minecraft:block.grass.break net.minecraft.util.SoundEvent@5eb87338 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 41 minecraft:block.grass.fall net.minecraft.util.SoundEvent@2b999ee8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 42 minecraft:block.grass.hit net.minecraft.util.SoundEvent@31ab1e67 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 43 minecraft:block.grass.place net.minecraft.util.SoundEvent@29bbc391 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 44 minecraft:block.grass.step net.minecraft.util.SoundEvent@3487442d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 45 minecraft:block.gravel.break net.minecraft.util.SoundEvent@530ee28b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 46 minecraft:block.gravel.fall net.minecraft.util.SoundEvent@3a3f96ab -[13:41:23] [Server thread/TRACE] [FML]: Registry: 47 minecraft:block.gravel.hit net.minecraft.util.SoundEvent@4def7d36 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 48 minecraft:block.gravel.place net.minecraft.util.SoundEvent@43c7fe8a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 49 minecraft:block.gravel.step net.minecraft.util.SoundEvent@67f946c3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 50 minecraft:block.iron_door.close net.minecraft.util.SoundEvent@21b51e59 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 51 minecraft:block.iron_door.open net.minecraft.util.SoundEvent@1785d194 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 52 minecraft:block.iron_trapdoor.close net.minecraft.util.SoundEvent@6b4a4e40 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 53 minecraft:block.iron_trapdoor.open net.minecraft.util.SoundEvent@46a8c2b4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 54 minecraft:block.ladder.break net.minecraft.util.SoundEvent@4f664bee -[13:41:23] [Server thread/TRACE] [FML]: Registry: 55 minecraft:block.ladder.fall net.minecraft.util.SoundEvent@76563ae7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 56 minecraft:block.ladder.hit net.minecraft.util.SoundEvent@4fd74223 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 57 minecraft:block.ladder.place net.minecraft.util.SoundEvent@4fea840f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 58 minecraft:block.ladder.step net.minecraft.util.SoundEvent@32ae8f27 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 59 minecraft:block.lava.ambient net.minecraft.util.SoundEvent@75e80a97 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 60 minecraft:block.lava.extinguish net.minecraft.util.SoundEvent@5b8853 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 61 minecraft:block.lava.pop net.minecraft.util.SoundEvent@1b8aaeab -[13:41:23] [Server thread/TRACE] [FML]: Registry: 62 minecraft:block.lever.click net.minecraft.util.SoundEvent@5d1bdd4a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 63 minecraft:block.metal.break net.minecraft.util.SoundEvent@6812c8cc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 64 minecraft:block.metal.fall net.minecraft.util.SoundEvent@3457cc8d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 65 minecraft:block.metal.hit net.minecraft.util.SoundEvent@7a66c35a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 66 minecraft:block.metal.place net.minecraft.util.SoundEvent@7994a0d1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 67 minecraft:block.metal.step net.minecraft.util.SoundEvent@73e4387 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 68 minecraft:block.metal_pressureplate.click_off net.minecraft.util.SoundEvent@d87d449 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 69 minecraft:block.metal_pressureplate.click_on net.minecraft.util.SoundEvent@4137aab0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 70 minecraft:block.note.basedrum net.minecraft.util.SoundEvent@1df9186f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 71 minecraft:block.note.bass net.minecraft.util.SoundEvent@682e422c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 72 minecraft:block.note.bell net.minecraft.util.SoundEvent@5bb8e6fc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 73 minecraft:block.note.chime net.minecraft.util.SoundEvent@2726a511 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 74 minecraft:block.note.flute net.minecraft.util.SoundEvent@72c9ebfa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 75 minecraft:block.note.guitar net.minecraft.util.SoundEvent@686cf8ad -[13:41:23] [Server thread/TRACE] [FML]: Registry: 76 minecraft:block.note.harp net.minecraft.util.SoundEvent@747f6c5a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 77 minecraft:block.note.hat net.minecraft.util.SoundEvent@66e341e9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 78 minecraft:block.note.pling net.minecraft.util.SoundEvent@5b48f0f4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 79 minecraft:block.note.snare net.minecraft.util.SoundEvent@546ed2a0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 80 minecraft:block.note.xylophone net.minecraft.util.SoundEvent@5bfc79cb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 81 minecraft:block.piston.contract net.minecraft.util.SoundEvent@27ec8754 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 82 minecraft:block.piston.extend net.minecraft.util.SoundEvent@3bbf1c0d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 83 minecraft:block.portal.ambient net.minecraft.util.SoundEvent@19662208 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 84 minecraft:block.portal.travel net.minecraft.util.SoundEvent@216c22ce -[13:41:23] [Server thread/TRACE] [FML]: Registry: 85 minecraft:block.portal.trigger net.minecraft.util.SoundEvent@62f9c790 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 86 minecraft:block.redstone_torch.burnout net.minecraft.util.SoundEvent@21e5f0b6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 87 minecraft:block.sand.break net.minecraft.util.SoundEvent@93bf0e0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 88 minecraft:block.sand.fall net.minecraft.util.SoundEvent@4981d95b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 89 minecraft:block.sand.hit net.minecraft.util.SoundEvent@656842bc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 90 minecraft:block.sand.place net.minecraft.util.SoundEvent@6b867ee7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 91 minecraft:block.sand.step net.minecraft.util.SoundEvent@3dec3f87 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 92 minecraft:block.shulker_box.close net.minecraft.util.SoundEvent@7a606260 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 93 minecraft:block.shulker_box.open net.minecraft.util.SoundEvent@5dbab232 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 94 minecraft:block.slime.break net.minecraft.util.SoundEvent@5939e24 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 95 minecraft:block.slime.fall net.minecraft.util.SoundEvent@595f9916 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 96 minecraft:block.slime.hit net.minecraft.util.SoundEvent@2055833f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 97 minecraft:block.slime.place net.minecraft.util.SoundEvent@28768e25 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 98 minecraft:block.slime.step net.minecraft.util.SoundEvent@310d57b1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 99 minecraft:block.snow.break net.minecraft.util.SoundEvent@143fefaf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 100 minecraft:block.snow.fall net.minecraft.util.SoundEvent@18ffca6c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 101 minecraft:block.snow.hit net.minecraft.util.SoundEvent@46468f0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 102 minecraft:block.snow.place net.minecraft.util.SoundEvent@5f8f1712 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 103 minecraft:block.snow.step net.minecraft.util.SoundEvent@34a6d9db -[13:41:23] [Server thread/TRACE] [FML]: Registry: 104 minecraft:block.stone.break net.minecraft.util.SoundEvent@52ecc989 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 105 minecraft:block.stone.fall net.minecraft.util.SoundEvent@756808cc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 106 minecraft:block.stone.hit net.minecraft.util.SoundEvent@52f8a6f4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 107 minecraft:block.stone.place net.minecraft.util.SoundEvent@5012c571 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 108 minecraft:block.stone.step net.minecraft.util.SoundEvent@6486fe7b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 109 minecraft:block.stone_button.click_off net.minecraft.util.SoundEvent@511da44f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 110 minecraft:block.stone_button.click_on net.minecraft.util.SoundEvent@4645679e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 111 minecraft:block.stone_pressureplate.click_off net.minecraft.util.SoundEvent@3a0b6a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 112 minecraft:block.stone_pressureplate.click_on net.minecraft.util.SoundEvent@539c4830 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 113 minecraft:block.tripwire.attach net.minecraft.util.SoundEvent@6f1fa1d0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 114 minecraft:block.tripwire.click_off net.minecraft.util.SoundEvent@28b523a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 115 minecraft:block.tripwire.click_on net.minecraft.util.SoundEvent@52ba685a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 116 minecraft:block.tripwire.detach net.minecraft.util.SoundEvent@63d677f5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 117 minecraft:block.water.ambient net.minecraft.util.SoundEvent@71d55b7e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 118 minecraft:block.waterlily.place net.minecraft.util.SoundEvent@2997ddfc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 119 minecraft:block.wood.break net.minecraft.util.SoundEvent@28ee882c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 120 minecraft:block.wood.fall net.minecraft.util.SoundEvent@78d73b1b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 121 minecraft:block.wood.hit net.minecraft.util.SoundEvent@238291d4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 122 minecraft:block.wood.place net.minecraft.util.SoundEvent@34edd065 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 123 minecraft:block.wood.step net.minecraft.util.SoundEvent@681e913c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 124 minecraft:block.wood_button.click_off net.minecraft.util.SoundEvent@29d070c7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 125 minecraft:block.wood_button.click_on net.minecraft.util.SoundEvent@1eeb5818 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 126 minecraft:block.wood_pressureplate.click_off net.minecraft.util.SoundEvent@44dfdd58 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 127 minecraft:block.wood_pressureplate.click_on net.minecraft.util.SoundEvent@58d4238e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 128 minecraft:block.wooden_door.close net.minecraft.util.SoundEvent@72a8361b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 129 minecraft:block.wooden_door.open net.minecraft.util.SoundEvent@36478bce -[13:41:23] [Server thread/TRACE] [FML]: Registry: 130 minecraft:block.wooden_trapdoor.close net.minecraft.util.SoundEvent@c48b543 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 131 minecraft:block.wooden_trapdoor.open net.minecraft.util.SoundEvent@75793f17 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 132 minecraft:enchant.thorns.hit net.minecraft.util.SoundEvent@4652c74d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 133 minecraft:entity.armorstand.break net.minecraft.util.SoundEvent@4cc12db2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 134 minecraft:entity.armorstand.fall net.minecraft.util.SoundEvent@5ea7bc4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 135 minecraft:entity.armorstand.hit net.minecraft.util.SoundEvent@39d77de9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 136 minecraft:entity.armorstand.place net.minecraft.util.SoundEvent@696fad31 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 137 minecraft:entity.arrow.hit net.minecraft.util.SoundEvent@2c06b113 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 138 minecraft:entity.arrow.hit_player net.minecraft.util.SoundEvent@7a64cb0c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 139 minecraft:entity.arrow.shoot net.minecraft.util.SoundEvent@785ed99c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 140 minecraft:entity.bat.ambient net.minecraft.util.SoundEvent@6c4ce583 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 141 minecraft:entity.bat.death net.minecraft.util.SoundEvent@755b5f30 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 142 minecraft:entity.bat.hurt net.minecraft.util.SoundEvent@29bbc63c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 143 minecraft:entity.bat.loop net.minecraft.util.SoundEvent@272778ae -[13:41:23] [Server thread/TRACE] [FML]: Registry: 144 minecraft:entity.bat.takeoff net.minecraft.util.SoundEvent@2cccf134 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 145 minecraft:entity.blaze.ambient net.minecraft.util.SoundEvent@3c18942 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 146 minecraft:entity.blaze.burn net.minecraft.util.SoundEvent@743c3520 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 147 minecraft:entity.blaze.death net.minecraft.util.SoundEvent@6842c101 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 148 minecraft:entity.blaze.hurt net.minecraft.util.SoundEvent@234cd86c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 149 minecraft:entity.blaze.shoot net.minecraft.util.SoundEvent@2c48cede -[13:41:23] [Server thread/TRACE] [FML]: Registry: 150 minecraft:entity.boat.paddle_land net.minecraft.util.SoundEvent@39c87b42 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 151 minecraft:entity.boat.paddle_water net.minecraft.util.SoundEvent@47fcefb3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 152 minecraft:entity.bobber.retrieve net.minecraft.util.SoundEvent@236c098 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 153 minecraft:entity.bobber.splash net.minecraft.util.SoundEvent@68e2d03e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 154 minecraft:entity.bobber.throw net.minecraft.util.SoundEvent@120aa40b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 155 minecraft:entity.cat.ambient net.minecraft.util.SoundEvent@32ab408e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 156 minecraft:entity.cat.death net.minecraft.util.SoundEvent@6ad6443 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 157 minecraft:entity.cat.hiss net.minecraft.util.SoundEvent@78b03788 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 158 minecraft:entity.cat.hurt net.minecraft.util.SoundEvent@3f5dfe69 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 159 minecraft:entity.cat.purr net.minecraft.util.SoundEvent@571a663c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 160 minecraft:entity.cat.purreow net.minecraft.util.SoundEvent@3a788fe0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 161 minecraft:entity.chicken.ambient net.minecraft.util.SoundEvent@430df350 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 162 minecraft:entity.chicken.death net.minecraft.util.SoundEvent@1373e3ee -[13:41:23] [Server thread/TRACE] [FML]: Registry: 163 minecraft:entity.chicken.egg net.minecraft.util.SoundEvent@175c5c3a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 164 minecraft:entity.chicken.hurt net.minecraft.util.SoundEvent@69a5c6be -[13:41:23] [Server thread/TRACE] [FML]: Registry: 165 minecraft:entity.chicken.step net.minecraft.util.SoundEvent@451e2fa9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 166 minecraft:entity.cow.ambient net.minecraft.util.SoundEvent@497ed877 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 167 minecraft:entity.cow.death net.minecraft.util.SoundEvent@3cb6e0ee -[13:41:23] [Server thread/TRACE] [FML]: Registry: 168 minecraft:entity.cow.hurt net.minecraft.util.SoundEvent@7b6141f0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 169 minecraft:entity.cow.milk net.minecraft.util.SoundEvent@4fb64a52 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 170 minecraft:entity.cow.step net.minecraft.util.SoundEvent@70b48eb3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 171 minecraft:entity.creeper.death net.minecraft.util.SoundEvent@7b8ea1db -[13:41:23] [Server thread/TRACE] [FML]: Registry: 172 minecraft:entity.creeper.hurt net.minecraft.util.SoundEvent@a91119b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 173 minecraft:entity.creeper.primed net.minecraft.util.SoundEvent@77083e41 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 174 minecraft:entity.donkey.ambient net.minecraft.util.SoundEvent@231df705 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 175 minecraft:entity.donkey.angry net.minecraft.util.SoundEvent@2d130ac4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 176 minecraft:entity.donkey.chest net.minecraft.util.SoundEvent@2f0ccb34 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 177 minecraft:entity.donkey.death net.minecraft.util.SoundEvent@194012a2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 178 minecraft:entity.donkey.hurt net.minecraft.util.SoundEvent@55296b50 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 179 minecraft:entity.egg.throw net.minecraft.util.SoundEvent@60591e1b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 180 minecraft:entity.elder_guardian.ambient net.minecraft.util.SoundEvent@29c53c4f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 181 minecraft:entity.elder_guardian.ambient_land net.minecraft.util.SoundEvent@3009eed7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 182 minecraft:entity.elder_guardian.curse net.minecraft.util.SoundEvent@2ee4706d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 183 minecraft:entity.elder_guardian.death net.minecraft.util.SoundEvent@6650a6c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 184 minecraft:entity.elder_guardian.death_land net.minecraft.util.SoundEvent@64279ab -[13:41:23] [Server thread/TRACE] [FML]: Registry: 185 minecraft:entity.elder_guardian.flop net.minecraft.util.SoundEvent@794240e2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 186 minecraft:entity.elder_guardian.hurt net.minecraft.util.SoundEvent@74a820bf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 187 minecraft:entity.elder_guardian.hurt_land net.minecraft.util.SoundEvent@5a30722c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 188 minecraft:entity.enderdragon.ambient net.minecraft.util.SoundEvent@4f2ac7e0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 189 minecraft:entity.enderdragon.death net.minecraft.util.SoundEvent@2484dbb7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 190 minecraft:entity.enderdragon.flap net.minecraft.util.SoundEvent@111cba40 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 191 minecraft:entity.enderdragon.growl net.minecraft.util.SoundEvent@48e41b5d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 192 minecraft:entity.enderdragon.hurt net.minecraft.util.SoundEvent@51e8d066 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 193 minecraft:entity.enderdragon.shoot net.minecraft.util.SoundEvent@5333f08f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 194 minecraft:entity.enderdragon_fireball.explode net.minecraft.util.SoundEvent@27898e13 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 195 minecraft:entity.endereye.death net.minecraft.util.SoundEvent@4f5f474c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 196 minecraft:entity.endereye.launch net.minecraft.util.SoundEvent@58a3d521 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 197 minecraft:entity.endermen.ambient net.minecraft.util.SoundEvent@14d8e132 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 198 minecraft:entity.endermen.death net.minecraft.util.SoundEvent@7f4a1cac -[13:41:23] [Server thread/TRACE] [FML]: Registry: 199 minecraft:entity.endermen.hurt net.minecraft.util.SoundEvent@4a1a412e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 200 minecraft:entity.endermen.scream net.minecraft.util.SoundEvent@c568f91 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 201 minecraft:entity.endermen.stare net.minecraft.util.SoundEvent@5fd43e58 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 202 minecraft:entity.endermen.teleport net.minecraft.util.SoundEvent@70d4f672 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 203 minecraft:entity.endermite.ambient net.minecraft.util.SoundEvent@68dfda77 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 204 minecraft:entity.endermite.death net.minecraft.util.SoundEvent@50cdfafa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 205 minecraft:entity.endermite.hurt net.minecraft.util.SoundEvent@2e952845 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 206 minecraft:entity.endermite.step net.minecraft.util.SoundEvent@79252c83 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 207 minecraft:entity.enderpearl.throw net.minecraft.util.SoundEvent@6fbf5db2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 208 minecraft:entity.evocation_fangs.attack net.minecraft.util.SoundEvent@509a6095 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 209 minecraft:entity.evocation_illager.ambient net.minecraft.util.SoundEvent@57cabdc3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 210 minecraft:entity.evocation_illager.cast_spell net.minecraft.util.SoundEvent@75bd28d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 211 minecraft:entity.evocation_illager.death net.minecraft.util.SoundEvent@129c4d19 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 212 minecraft:entity.evocation_illager.hurt net.minecraft.util.SoundEvent@11810917 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 213 minecraft:entity.evocation_illager.prepare_attack net.minecraft.util.SoundEvent@13278a41 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 214 minecraft:entity.evocation_illager.prepare_summon net.minecraft.util.SoundEvent@4a31ed12 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 215 minecraft:entity.evocation_illager.prepare_wololo net.minecraft.util.SoundEvent@3ab595c8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 216 minecraft:entity.experience_bottle.throw net.minecraft.util.SoundEvent@2365ea38 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 217 minecraft:entity.experience_orb.pickup net.minecraft.util.SoundEvent@cbf1997 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 218 minecraft:entity.firework.blast net.minecraft.util.SoundEvent@49232c6f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 219 minecraft:entity.firework.blast_far net.minecraft.util.SoundEvent@5faeeb56 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 220 minecraft:entity.firework.large_blast net.minecraft.util.SoundEvent@5396eeb1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 221 minecraft:entity.firework.large_blast_far net.minecraft.util.SoundEvent@279126f5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 222 minecraft:entity.firework.launch net.minecraft.util.SoundEvent@7781263c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 223 minecraft:entity.firework.shoot net.minecraft.util.SoundEvent@5fdd97c1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 224 minecraft:entity.firework.twinkle net.minecraft.util.SoundEvent@3b5a19ed -[13:41:23] [Server thread/TRACE] [FML]: Registry: 225 minecraft:entity.firework.twinkle_far net.minecraft.util.SoundEvent@15d236fd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 226 minecraft:entity.generic.big_fall net.minecraft.util.SoundEvent@6b9c42bd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 227 minecraft:entity.generic.burn net.minecraft.util.SoundEvent@584ca390 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 228 minecraft:entity.generic.death net.minecraft.util.SoundEvent@33324c05 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 229 minecraft:entity.generic.drink net.minecraft.util.SoundEvent@37d3e140 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 230 minecraft:entity.generic.eat net.minecraft.util.SoundEvent@3e53c4ad -[13:41:23] [Server thread/TRACE] [FML]: Registry: 231 minecraft:entity.generic.explode net.minecraft.util.SoundEvent@33eb0d4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 232 minecraft:entity.generic.extinguish_fire net.minecraft.util.SoundEvent@224d86d2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 233 minecraft:entity.generic.hurt net.minecraft.util.SoundEvent@a3cba3a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 234 minecraft:entity.generic.small_fall net.minecraft.util.SoundEvent@2aea717c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 235 minecraft:entity.generic.splash net.minecraft.util.SoundEvent@5ca4dce5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 236 minecraft:entity.generic.swim net.minecraft.util.SoundEvent@1291aab5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 237 minecraft:entity.ghast.ambient net.minecraft.util.SoundEvent@7d133fb7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 238 minecraft:entity.ghast.death net.minecraft.util.SoundEvent@40bd0f8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 239 minecraft:entity.ghast.hurt net.minecraft.util.SoundEvent@7eb27768 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 240 minecraft:entity.ghast.scream net.minecraft.util.SoundEvent@6169be09 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 241 minecraft:entity.ghast.shoot net.minecraft.util.SoundEvent@5e3db14 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 242 minecraft:entity.ghast.warn net.minecraft.util.SoundEvent@5fb54740 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 243 minecraft:entity.guardian.ambient net.minecraft.util.SoundEvent@325162e9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 244 minecraft:entity.guardian.ambient_land net.minecraft.util.SoundEvent@1ee40b5c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 245 minecraft:entity.guardian.attack net.minecraft.util.SoundEvent@5c448ef -[13:41:23] [Server thread/TRACE] [FML]: Registry: 246 minecraft:entity.guardian.death net.minecraft.util.SoundEvent@703e8050 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 247 minecraft:entity.guardian.death_land net.minecraft.util.SoundEvent@49c1e294 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 248 minecraft:entity.guardian.flop net.minecraft.util.SoundEvent@7741ae1b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 249 minecraft:entity.guardian.hurt net.minecraft.util.SoundEvent@50e5032c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 250 minecraft:entity.guardian.hurt_land net.minecraft.util.SoundEvent@545d2560 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 251 minecraft:entity.horse.ambient net.minecraft.util.SoundEvent@124eb83d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 252 minecraft:entity.horse.angry net.minecraft.util.SoundEvent@6885ed19 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 253 minecraft:entity.horse.armor net.minecraft.util.SoundEvent@10817f46 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 254 minecraft:entity.horse.breathe net.minecraft.util.SoundEvent@2d4a3e13 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 255 minecraft:entity.horse.death net.minecraft.util.SoundEvent@4a22e4d7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 256 minecraft:entity.horse.eat net.minecraft.util.SoundEvent@d8835af -[13:41:23] [Server thread/TRACE] [FML]: Registry: 257 minecraft:entity.horse.gallop net.minecraft.util.SoundEvent@16681017 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 258 minecraft:entity.horse.hurt net.minecraft.util.SoundEvent@6aae0e6f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 259 minecraft:entity.horse.jump net.minecraft.util.SoundEvent@37775bb1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 260 minecraft:entity.horse.land net.minecraft.util.SoundEvent@7b9e25bd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 261 minecraft:entity.horse.saddle net.minecraft.util.SoundEvent@2d206a71 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 262 minecraft:entity.horse.step net.minecraft.util.SoundEvent@37e7c4cc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 263 minecraft:entity.horse.step_wood net.minecraft.util.SoundEvent@3a40bb52 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 264 minecraft:entity.hostile.big_fall net.minecraft.util.SoundEvent@3079c26a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 265 minecraft:entity.hostile.death net.minecraft.util.SoundEvent@1e2445f6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 266 minecraft:entity.hostile.hurt net.minecraft.util.SoundEvent@17ec335a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 267 minecraft:entity.hostile.small_fall net.minecraft.util.SoundEvent@284990de -[13:41:23] [Server thread/TRACE] [FML]: Registry: 268 minecraft:entity.hostile.splash net.minecraft.util.SoundEvent@565d7d2f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 269 minecraft:entity.hostile.swim net.minecraft.util.SoundEvent@6aea99e7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 270 minecraft:entity.husk.ambient net.minecraft.util.SoundEvent@1c6a0103 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 271 minecraft:entity.husk.death net.minecraft.util.SoundEvent@7841bd30 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 272 minecraft:entity.husk.hurt net.minecraft.util.SoundEvent@45c80312 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 273 minecraft:entity.husk.step net.minecraft.util.SoundEvent@7bd38fed -[13:41:23] [Server thread/TRACE] [FML]: Registry: 274 minecraft:entity.illusion_illager.ambient net.minecraft.util.SoundEvent@377dfb8d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 275 minecraft:entity.illusion_illager.cast_spell net.minecraft.util.SoundEvent@42a0786f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 276 minecraft:entity.illusion_illager.death net.minecraft.util.SoundEvent@477523ba -[13:41:23] [Server thread/TRACE] [FML]: Registry: 277 minecraft:entity.illusion_illager.hurt net.minecraft.util.SoundEvent@203e705e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 278 minecraft:entity.illusion_illager.mirror_move net.minecraft.util.SoundEvent@78c74647 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 279 minecraft:entity.illusion_illager.prepare_blindness net.minecraft.util.SoundEvent@39652a30 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 280 minecraft:entity.illusion_illager.prepare_mirror net.minecraft.util.SoundEvent@5763a655 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 281 minecraft:entity.irongolem.attack net.minecraft.util.SoundEvent@40c8067 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 282 minecraft:entity.irongolem.death net.minecraft.util.SoundEvent@46bb0bdf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 283 minecraft:entity.irongolem.hurt net.minecraft.util.SoundEvent@561f9d92 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 284 minecraft:entity.irongolem.step net.minecraft.util.SoundEvent@1c84d80a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 285 minecraft:entity.item.break net.minecraft.util.SoundEvent@7ceb6c45 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 286 minecraft:entity.item.pickup net.minecraft.util.SoundEvent@629075f4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 287 minecraft:entity.itemframe.add_item net.minecraft.util.SoundEvent@48499739 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 288 minecraft:entity.itemframe.break net.minecraft.util.SoundEvent@723742b2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 289 minecraft:entity.itemframe.place net.minecraft.util.SoundEvent@559991f5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 290 minecraft:entity.itemframe.remove_item net.minecraft.util.SoundEvent@34c76167 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 291 minecraft:entity.itemframe.rotate_item net.minecraft.util.SoundEvent@30b3d899 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 292 minecraft:entity.leashknot.break net.minecraft.util.SoundEvent@78d92eef -[13:41:23] [Server thread/TRACE] [FML]: Registry: 293 minecraft:entity.leashknot.place net.minecraft.util.SoundEvent@61d60e38 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 294 minecraft:entity.lightning.impact net.minecraft.util.SoundEvent@6e95973c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 295 minecraft:entity.lightning.thunder net.minecraft.util.SoundEvent@404ced67 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 296 minecraft:entity.lingeringpotion.throw net.minecraft.util.SoundEvent@71531dd7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 297 minecraft:entity.llama.ambient net.minecraft.util.SoundEvent@20256a0b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 298 minecraft:entity.llama.angry net.minecraft.util.SoundEvent@624b3544 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 299 minecraft:entity.llama.chest net.minecraft.util.SoundEvent@454bcbbf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 300 minecraft:entity.llama.death net.minecraft.util.SoundEvent@2c9fdb64 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 301 minecraft:entity.llama.eat net.minecraft.util.SoundEvent@27e199ce -[13:41:23] [Server thread/TRACE] [FML]: Registry: 302 minecraft:entity.llama.hurt net.minecraft.util.SoundEvent@1c3b6963 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 303 minecraft:entity.llama.spit net.minecraft.util.SoundEvent@7364f68 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 304 minecraft:entity.llama.step net.minecraft.util.SoundEvent@55a0f011 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 305 minecraft:entity.llama.swag net.minecraft.util.SoundEvent@7ea42c82 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 306 minecraft:entity.magmacube.death net.minecraft.util.SoundEvent@39133244 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 307 minecraft:entity.magmacube.hurt net.minecraft.util.SoundEvent@ceb7701 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 308 minecraft:entity.magmacube.jump net.minecraft.util.SoundEvent@5e193ef5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 309 minecraft:entity.magmacube.squish net.minecraft.util.SoundEvent@106c988 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 310 minecraft:entity.minecart.inside net.minecraft.util.SoundEvent@21274afe -[13:41:23] [Server thread/TRACE] [FML]: Registry: 311 minecraft:entity.minecart.riding net.minecraft.util.SoundEvent@76a362a4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 312 minecraft:entity.mooshroom.shear net.minecraft.util.SoundEvent@61da0413 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 313 minecraft:entity.mule.ambient net.minecraft.util.SoundEvent@5627cb29 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 314 minecraft:entity.mule.chest net.minecraft.util.SoundEvent@4d4c1ba9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 315 minecraft:entity.mule.death net.minecraft.util.SoundEvent@2017f6e6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 316 minecraft:entity.mule.hurt net.minecraft.util.SoundEvent@115c946b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 317 minecraft:entity.painting.break net.minecraft.util.SoundEvent@79ca7bea -[13:41:23] [Server thread/TRACE] [FML]: Registry: 318 minecraft:entity.painting.place net.minecraft.util.SoundEvent@54f6b629 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 319 minecraft:entity.parrot.ambient net.minecraft.util.SoundEvent@4bc9ca97 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 320 minecraft:entity.parrot.death net.minecraft.util.SoundEvent@3e43f049 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 321 minecraft:entity.parrot.eat net.minecraft.util.SoundEvent@147cc940 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 322 minecraft:entity.parrot.fly net.minecraft.util.SoundEvent@755a7218 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 323 minecraft:entity.parrot.hurt net.minecraft.util.SoundEvent@70c29356 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 324 minecraft:entity.parrot.imitate.blaze net.minecraft.util.SoundEvent@5122e4bf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 325 minecraft:entity.parrot.imitate.creeper net.minecraft.util.SoundEvent@23e61112 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 326 minecraft:entity.parrot.imitate.elder_guardian net.minecraft.util.SoundEvent@58a7dc4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 327 minecraft:entity.parrot.imitate.enderdragon net.minecraft.util.SoundEvent@61b60600 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 328 minecraft:entity.parrot.imitate.enderman net.minecraft.util.SoundEvent@27f71195 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 329 minecraft:entity.parrot.imitate.endermite net.minecraft.util.SoundEvent@340afaf8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 330 minecraft:entity.parrot.imitate.evocation_illager net.minecraft.util.SoundEvent@6238d5e0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 331 minecraft:entity.parrot.imitate.ghast net.minecraft.util.SoundEvent@336f49a1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 332 minecraft:entity.parrot.imitate.husk net.minecraft.util.SoundEvent@2c8b8de0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 333 minecraft:entity.parrot.imitate.illusion_illager net.minecraft.util.SoundEvent@4fb57fb3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 334 minecraft:entity.parrot.imitate.magmacube net.minecraft.util.SoundEvent@6b063470 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 335 minecraft:entity.parrot.imitate.polar_bear net.minecraft.util.SoundEvent@226d5af0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 336 minecraft:entity.parrot.imitate.shulker net.minecraft.util.SoundEvent@527937d0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 337 minecraft:entity.parrot.imitate.silverfish net.minecraft.util.SoundEvent@36d582cb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 338 minecraft:entity.parrot.imitate.skeleton net.minecraft.util.SoundEvent@6c2a95d5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 339 minecraft:entity.parrot.imitate.slime net.minecraft.util.SoundEvent@24d8f87a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 340 minecraft:entity.parrot.imitate.spider net.minecraft.util.SoundEvent@3f048c86 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 341 minecraft:entity.parrot.imitate.stray net.minecraft.util.SoundEvent@255d9277 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 342 minecraft:entity.parrot.imitate.vex net.minecraft.util.SoundEvent@1de13f34 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 343 minecraft:entity.parrot.imitate.vindication_illager net.minecraft.util.SoundEvent@7e191fda -[13:41:23] [Server thread/TRACE] [FML]: Registry: 344 minecraft:entity.parrot.imitate.witch net.minecraft.util.SoundEvent@6562cc23 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 345 minecraft:entity.parrot.imitate.wither net.minecraft.util.SoundEvent@2ce524d2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 346 minecraft:entity.parrot.imitate.wither_skeleton net.minecraft.util.SoundEvent@3869a6e5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 347 minecraft:entity.parrot.imitate.wolf net.minecraft.util.SoundEvent@e3899fd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 348 minecraft:entity.parrot.imitate.zombie net.minecraft.util.SoundEvent@7d484fcd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 349 minecraft:entity.parrot.imitate.zombie_pigman net.minecraft.util.SoundEvent@788e3702 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 350 minecraft:entity.parrot.imitate.zombie_villager net.minecraft.util.SoundEvent@d25e878 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 351 minecraft:entity.parrot.step net.minecraft.util.SoundEvent@47187f50 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 352 minecraft:entity.pig.ambient net.minecraft.util.SoundEvent@78116659 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 353 minecraft:entity.pig.death net.minecraft.util.SoundEvent@712e787e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 354 minecraft:entity.pig.hurt net.minecraft.util.SoundEvent@53ea380b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 355 minecraft:entity.pig.saddle net.minecraft.util.SoundEvent@578c3fd9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 356 minecraft:entity.pig.step net.minecraft.util.SoundEvent@245cb8df -[13:41:23] [Server thread/TRACE] [FML]: Registry: 357 minecraft:entity.player.attack.crit net.minecraft.util.SoundEvent@26b3c9a2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 358 minecraft:entity.player.attack.knockback net.minecraft.util.SoundEvent@241b971f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 359 minecraft:entity.player.attack.nodamage net.minecraft.util.SoundEvent@125f16b2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 360 minecraft:entity.player.attack.strong net.minecraft.util.SoundEvent@5384ce66 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 361 minecraft:entity.player.attack.sweep net.minecraft.util.SoundEvent@6b42e36d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 362 minecraft:entity.player.attack.weak net.minecraft.util.SoundEvent@13192275 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 363 minecraft:entity.player.big_fall net.minecraft.util.SoundEvent@79195c22 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 364 minecraft:entity.player.breath net.minecraft.util.SoundEvent@c9b5a99 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 365 minecraft:entity.player.burp net.minecraft.util.SoundEvent@70be89ec -[13:41:23] [Server thread/TRACE] [FML]: Registry: 366 minecraft:entity.player.death net.minecraft.util.SoundEvent@2aee0704 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 367 minecraft:entity.player.hurt net.minecraft.util.SoundEvent@19a5b637 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 368 minecraft:entity.player.hurt_drown net.minecraft.util.SoundEvent@4f3c7808 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 369 minecraft:entity.player.hurt_on_fire net.minecraft.util.SoundEvent@4b4969ea -[13:41:23] [Server thread/TRACE] [FML]: Registry: 370 minecraft:entity.player.levelup net.minecraft.util.SoundEvent@11c581a0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 371 minecraft:entity.player.small_fall net.minecraft.util.SoundEvent@256589a1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 372 minecraft:entity.player.splash net.minecraft.util.SoundEvent@935493d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 373 minecraft:entity.player.swim net.minecraft.util.SoundEvent@9b367c8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 374 minecraft:entity.polar_bear.ambient net.minecraft.util.SoundEvent@34c62fdf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 375 minecraft:entity.polar_bear.baby_ambient net.minecraft.util.SoundEvent@3de79067 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 376 minecraft:entity.polar_bear.death net.minecraft.util.SoundEvent@1eb85a47 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 377 minecraft:entity.polar_bear.hurt net.minecraft.util.SoundEvent@ca7e37f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 378 minecraft:entity.polar_bear.step net.minecraft.util.SoundEvent@99a8de3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 379 minecraft:entity.polar_bear.warning net.minecraft.util.SoundEvent@87f501f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 380 minecraft:entity.rabbit.ambient net.minecraft.util.SoundEvent@54495935 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 381 minecraft:entity.rabbit.attack net.minecraft.util.SoundEvent@67c6f4d8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 382 minecraft:entity.rabbit.death net.minecraft.util.SoundEvent@3a6e9856 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 383 minecraft:entity.rabbit.hurt net.minecraft.util.SoundEvent@4863c8ac -[13:41:23] [Server thread/TRACE] [FML]: Registry: 384 minecraft:entity.rabbit.jump net.minecraft.util.SoundEvent@56fda064 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 385 minecraft:entity.sheep.ambient net.minecraft.util.SoundEvent@6cdee57 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 386 minecraft:entity.sheep.death net.minecraft.util.SoundEvent@482f7af0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 387 minecraft:entity.sheep.hurt net.minecraft.util.SoundEvent@1edfedf1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 388 minecraft:entity.sheep.shear net.minecraft.util.SoundEvent@251a90ce -[13:41:23] [Server thread/TRACE] [FML]: Registry: 389 minecraft:entity.sheep.step net.minecraft.util.SoundEvent@4c4c7d6c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 390 minecraft:entity.shulker.ambient net.minecraft.util.SoundEvent@7f0766ef -[13:41:23] [Server thread/TRACE] [FML]: Registry: 391 minecraft:entity.shulker.close net.minecraft.util.SoundEvent@1e56bc9b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 392 minecraft:entity.shulker.death net.minecraft.util.SoundEvent@6f3bd37f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 393 minecraft:entity.shulker.hurt net.minecraft.util.SoundEvent@403364e9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 394 minecraft:entity.shulker.hurt_closed net.minecraft.util.SoundEvent@447521e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 395 minecraft:entity.shulker.open net.minecraft.util.SoundEvent@2fde9469 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 396 minecraft:entity.shulker.shoot net.minecraft.util.SoundEvent@1ecf0ac6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 397 minecraft:entity.shulker.teleport net.minecraft.util.SoundEvent@458031da -[13:41:23] [Server thread/TRACE] [FML]: Registry: 398 minecraft:entity.shulker_bullet.hit net.minecraft.util.SoundEvent@7be94cd6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 399 minecraft:entity.shulker_bullet.hurt net.minecraft.util.SoundEvent@20cff21e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 400 minecraft:entity.silverfish.ambient net.minecraft.util.SoundEvent@463045fb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 401 minecraft:entity.silverfish.death net.minecraft.util.SoundEvent@27ab206 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 402 minecraft:entity.silverfish.hurt net.minecraft.util.SoundEvent@3344d163 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 403 minecraft:entity.silverfish.step net.minecraft.util.SoundEvent@6cc48a17 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 404 minecraft:entity.skeleton.ambient net.minecraft.util.SoundEvent@289f15e9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 405 minecraft:entity.skeleton.death net.minecraft.util.SoundEvent@7f22687e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 406 minecraft:entity.skeleton.hurt net.minecraft.util.SoundEvent@6af87130 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 407 minecraft:entity.skeleton.shoot net.minecraft.util.SoundEvent@22a4ca4a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 408 minecraft:entity.skeleton.step net.minecraft.util.SoundEvent@72c4a3aa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 409 minecraft:entity.skeleton_horse.ambient net.minecraft.util.SoundEvent@1e495414 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 410 minecraft:entity.skeleton_horse.death net.minecraft.util.SoundEvent@3711c71c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 411 minecraft:entity.skeleton_horse.hurt net.minecraft.util.SoundEvent@33e3bd2e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 412 minecraft:entity.slime.attack net.minecraft.util.SoundEvent@646d810b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 413 minecraft:entity.slime.death net.minecraft.util.SoundEvent@30508066 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 414 minecraft:entity.slime.hurt net.minecraft.util.SoundEvent@9408857 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 415 minecraft:entity.slime.jump net.minecraft.util.SoundEvent@27e44e9c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 416 minecraft:entity.slime.squish net.minecraft.util.SoundEvent@2f09e6b2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 417 minecraft:entity.small_magmacube.death net.minecraft.util.SoundEvent@1bee0085 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 418 minecraft:entity.small_magmacube.hurt net.minecraft.util.SoundEvent@16e1219f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 419 minecraft:entity.small_magmacube.squish net.minecraft.util.SoundEvent@13f40d71 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 420 minecraft:entity.small_slime.death net.minecraft.util.SoundEvent@73a845cb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 421 minecraft:entity.small_slime.hurt net.minecraft.util.SoundEvent@18a98913 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 422 minecraft:entity.small_slime.jump net.minecraft.util.SoundEvent@7dbae40 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 423 minecraft:entity.small_slime.squish net.minecraft.util.SoundEvent@34f7b44f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 424 minecraft:entity.snowball.throw net.minecraft.util.SoundEvent@5403907 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 425 minecraft:entity.snowman.ambient net.minecraft.util.SoundEvent@5175d9ad -[13:41:23] [Server thread/TRACE] [FML]: Registry: 426 minecraft:entity.snowman.death net.minecraft.util.SoundEvent@b06d46d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 427 minecraft:entity.snowman.hurt net.minecraft.util.SoundEvent@25a5c8e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 428 minecraft:entity.snowman.shoot net.minecraft.util.SoundEvent@656c5c3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 429 minecraft:entity.spider.ambient net.minecraft.util.SoundEvent@7911cc15 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 430 minecraft:entity.spider.death net.minecraft.util.SoundEvent@4409cae6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 431 minecraft:entity.spider.hurt net.minecraft.util.SoundEvent@14e750c5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 432 minecraft:entity.spider.step net.minecraft.util.SoundEvent@242ff747 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 433 minecraft:entity.splash_potion.break net.minecraft.util.SoundEvent@5329f6b3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 434 minecraft:entity.splash_potion.throw net.minecraft.util.SoundEvent@597d48ca -[13:41:23] [Server thread/TRACE] [FML]: Registry: 435 minecraft:entity.squid.ambient net.minecraft.util.SoundEvent@77324a58 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 436 minecraft:entity.squid.death net.minecraft.util.SoundEvent@2c7c0e36 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 437 minecraft:entity.squid.hurt net.minecraft.util.SoundEvent@307cf964 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 438 minecraft:entity.stray.ambient net.minecraft.util.SoundEvent@374ccb9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 439 minecraft:entity.stray.death net.minecraft.util.SoundEvent@66713605 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 440 minecraft:entity.stray.hurt net.minecraft.util.SoundEvent@2ab09943 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 441 minecraft:entity.stray.step net.minecraft.util.SoundEvent@7d50f2a8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 442 minecraft:entity.tnt.primed net.minecraft.util.SoundEvent@5864e8bf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 443 minecraft:entity.vex.ambient net.minecraft.util.SoundEvent@37ca3ca8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 444 minecraft:entity.vex.charge net.minecraft.util.SoundEvent@191ec193 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 445 minecraft:entity.vex.death net.minecraft.util.SoundEvent@6321a5aa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 446 minecraft:entity.vex.hurt net.minecraft.util.SoundEvent@1c7f9861 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 447 minecraft:entity.villager.ambient net.minecraft.util.SoundEvent@7a36c83a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 448 minecraft:entity.villager.death net.minecraft.util.SoundEvent@154b8cb6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 449 minecraft:entity.villager.hurt net.minecraft.util.SoundEvent@7b297740 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 450 minecraft:entity.villager.no net.minecraft.util.SoundEvent@1b7554d4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 451 minecraft:entity.villager.trading net.minecraft.util.SoundEvent@57ce2898 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 452 minecraft:entity.villager.yes net.minecraft.util.SoundEvent@1ea930eb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 453 minecraft:entity.vindication_illager.ambient net.minecraft.util.SoundEvent@2e0ad709 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 454 minecraft:entity.vindication_illager.death net.minecraft.util.SoundEvent@1fe8f5e8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 455 minecraft:entity.vindication_illager.hurt net.minecraft.util.SoundEvent@39449465 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 456 minecraft:entity.witch.ambient net.minecraft.util.SoundEvent@6e3dd5ce -[13:41:23] [Server thread/TRACE] [FML]: Registry: 457 minecraft:entity.witch.death net.minecraft.util.SoundEvent@16f7f59f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 458 minecraft:entity.witch.drink net.minecraft.util.SoundEvent@4ee8051c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 459 minecraft:entity.witch.hurt net.minecraft.util.SoundEvent@53125718 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 460 minecraft:entity.witch.throw net.minecraft.util.SoundEvent@53016b11 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 461 minecraft:entity.wither.ambient net.minecraft.util.SoundEvent@7af327e3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 462 minecraft:entity.wither.break_block net.minecraft.util.SoundEvent@743d0d44 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 463 minecraft:entity.wither.death net.minecraft.util.SoundEvent@35563e4c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 464 minecraft:entity.wither.hurt net.minecraft.util.SoundEvent@6dd79214 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 465 minecraft:entity.wither.shoot net.minecraft.util.SoundEvent@ef86c72 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 466 minecraft:entity.wither.spawn net.minecraft.util.SoundEvent@123307c4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 467 minecraft:entity.wither_skeleton.ambient net.minecraft.util.SoundEvent@1693ff90 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 468 minecraft:entity.wither_skeleton.death net.minecraft.util.SoundEvent@47058864 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 469 minecraft:entity.wither_skeleton.hurt net.minecraft.util.SoundEvent@ad3f70a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 470 minecraft:entity.wither_skeleton.step net.minecraft.util.SoundEvent@54ccb3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 471 minecraft:entity.wolf.ambient net.minecraft.util.SoundEvent@9b2dc56 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 472 minecraft:entity.wolf.death net.minecraft.util.SoundEvent@621f23ac -[13:41:23] [Server thread/TRACE] [FML]: Registry: 473 minecraft:entity.wolf.growl net.minecraft.util.SoundEvent@7761e342 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 474 minecraft:entity.wolf.howl net.minecraft.util.SoundEvent@51f68849 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 475 minecraft:entity.wolf.hurt net.minecraft.util.SoundEvent@4eb9ae4d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 476 minecraft:entity.wolf.pant net.minecraft.util.SoundEvent@5520f675 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 477 minecraft:entity.wolf.shake net.minecraft.util.SoundEvent@2d237460 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 478 minecraft:entity.wolf.step net.minecraft.util.SoundEvent@48f2054d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 479 minecraft:entity.wolf.whine net.minecraft.util.SoundEvent@4b3a01d8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 480 minecraft:entity.zombie.ambient net.minecraft.util.SoundEvent@19fbc594 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 481 minecraft:entity.zombie.attack_door_wood net.minecraft.util.SoundEvent@2f4d32bf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 482 minecraft:entity.zombie.attack_iron_door net.minecraft.util.SoundEvent@774d8276 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 483 minecraft:entity.zombie.break_door_wood net.minecraft.util.SoundEvent@6ce26986 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 484 minecraft:entity.zombie.death net.minecraft.util.SoundEvent@2bf2d6eb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 485 minecraft:entity.zombie.hurt net.minecraft.util.SoundEvent@6d6cd1e0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 486 minecraft:entity.zombie.infect net.minecraft.util.SoundEvent@76a9a009 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 487 minecraft:entity.zombie.step net.minecraft.util.SoundEvent@9785903 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 488 minecraft:entity.zombie_horse.ambient net.minecraft.util.SoundEvent@34009349 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 489 minecraft:entity.zombie_horse.death net.minecraft.util.SoundEvent@3f68a7f8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 490 minecraft:entity.zombie_horse.hurt net.minecraft.util.SoundEvent@4faf1f4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 491 minecraft:entity.zombie_pig.ambient net.minecraft.util.SoundEvent@4f811029 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 492 minecraft:entity.zombie_pig.angry net.minecraft.util.SoundEvent@7f2b584b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 493 minecraft:entity.zombie_pig.death net.minecraft.util.SoundEvent@5866731 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 494 minecraft:entity.zombie_pig.hurt net.minecraft.util.SoundEvent@56a05324 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 495 minecraft:entity.zombie_villager.ambient net.minecraft.util.SoundEvent@11e71181 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 496 minecraft:entity.zombie_villager.converted net.minecraft.util.SoundEvent@342beaf6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 497 minecraft:entity.zombie_villager.cure net.minecraft.util.SoundEvent@222acad -[13:41:23] [Server thread/TRACE] [FML]: Registry: 498 minecraft:entity.zombie_villager.death net.minecraft.util.SoundEvent@56cfe6be -[13:41:23] [Server thread/TRACE] [FML]: Registry: 499 minecraft:entity.zombie_villager.hurt net.minecraft.util.SoundEvent@7f0d8eff -[13:41:23] [Server thread/TRACE] [FML]: Registry: 500 minecraft:entity.zombie_villager.step net.minecraft.util.SoundEvent@149aa7b2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 501 minecraft:item.armor.equip_chain net.minecraft.util.SoundEvent@3ca3648 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 502 minecraft:item.armor.equip_diamond net.minecraft.util.SoundEvent@2a99ca99 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 503 minecraft:item.armor.equip_elytra net.minecraft.util.SoundEvent@39f0c343 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 504 minecraft:item.armor.equip_generic net.minecraft.util.SoundEvent@781654f8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 505 minecraft:item.armor.equip_gold net.minecraft.util.SoundEvent@2abc55c4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 506 minecraft:item.armor.equip_iron net.minecraft.util.SoundEvent@4e958f08 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 507 minecraft:item.armor.equip_leather net.minecraft.util.SoundEvent@71c0b742 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 508 minecraft:item.bottle.empty net.minecraft.util.SoundEvent@3bbb8c16 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 509 minecraft:item.bottle.fill net.minecraft.util.SoundEvent@73e1ecd0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 510 minecraft:item.bottle.fill_dragonbreath net.minecraft.util.SoundEvent@11eec06b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 511 minecraft:item.bucket.empty net.minecraft.util.SoundEvent@65600fb3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 512 minecraft:item.bucket.empty_lava net.minecraft.util.SoundEvent@25ce435 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 513 minecraft:item.bucket.fill net.minecraft.util.SoundEvent@7ea71fc2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 514 minecraft:item.bucket.fill_lava net.minecraft.util.SoundEvent@19ad75e5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 515 minecraft:item.chorus_fruit.teleport net.minecraft.util.SoundEvent@7cd5fcf4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 516 minecraft:item.elytra.flying net.minecraft.util.SoundEvent@19cdc217 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 517 minecraft:item.firecharge.use net.minecraft.util.SoundEvent@5f5297e3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 518 minecraft:item.flintandsteel.use net.minecraft.util.SoundEvent@2d22d3b1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 519 minecraft:item.hoe.till net.minecraft.util.SoundEvent@7ec3a8bd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 520 minecraft:item.shield.block net.minecraft.util.SoundEvent@9690008 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 521 minecraft:item.shield.break net.minecraft.util.SoundEvent@42cf6349 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 522 minecraft:item.shovel.flatten net.minecraft.util.SoundEvent@79cb8ffa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 523 minecraft:item.totem.use net.minecraft.util.SoundEvent@1a2e563e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 524 minecraft:music.creative net.minecraft.util.SoundEvent@5b066c33 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 525 minecraft:music.credits net.minecraft.util.SoundEvent@62ea8931 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 526 minecraft:music.dragon net.minecraft.util.SoundEvent@47fb7ec9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 527 minecraft:music.end net.minecraft.util.SoundEvent@2f8c4fae -[13:41:23] [Server thread/TRACE] [FML]: Registry: 528 minecraft:music.game net.minecraft.util.SoundEvent@4703c998 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 529 minecraft:music.menu net.minecraft.util.SoundEvent@71166348 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 530 minecraft:music.nether net.minecraft.util.SoundEvent@6d874695 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 531 minecraft:record.11 net.minecraft.util.SoundEvent@20bb85b4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 532 minecraft:record.13 net.minecraft.util.SoundEvent@79add732 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 533 minecraft:record.blocks net.minecraft.util.SoundEvent@3be3e76c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 534 minecraft:record.cat net.minecraft.util.SoundEvent@6c07ad6b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 535 minecraft:record.chirp net.minecraft.util.SoundEvent@10ed037a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 536 minecraft:record.far net.minecraft.util.SoundEvent@76e4212 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 537 minecraft:record.mall net.minecraft.util.SoundEvent@23121d14 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 538 minecraft:record.mellohi net.minecraft.util.SoundEvent@72af90e8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 539 minecraft:record.stal net.minecraft.util.SoundEvent@aa1bb14 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 540 minecraft:record.strad net.minecraft.util.SoundEvent@7faa0680 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 541 minecraft:record.wait net.minecraft.util.SoundEvent@4c635edc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 542 minecraft:record.ward net.minecraft.util.SoundEvent@4245bf68 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 543 minecraft:ui.button.click net.minecraft.util.SoundEvent@45bbc52f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 544 minecraft:ui.toast.in net.minecraft.util.SoundEvent@6a8a551e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 545 minecraft:ui.toast.out net.minecraft.util.SoundEvent@3cc9632d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 546 minecraft:ui.toast.challenge_complete net.minecraft.util.SoundEvent@53982523 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 547 minecraft:weather.rain net.minecraft.util.SoundEvent@489110c2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 548 minecraft:weather.rain.above net.minecraft.util.SoundEvent@700b9e6b -[13:41:23] [Server thread/TRACE] [FML]: Registry Name : minecraft:potiontypes -[13:41:23] [Server thread/TRACE] [FML]: Registry: 0 minecraft:empty net.minecraft.potion.PotionType@1fc8047f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 1 minecraft:water net.minecraft.potion.PotionType@29fc83c5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2 minecraft:mundane net.minecraft.potion.PotionType@3fb1948c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 3 minecraft:thick net.minecraft.potion.PotionType@7c39193f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4 minecraft:awkward net.minecraft.potion.PotionType@230d013b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 5 minecraft:night_vision net.minecraft.potion.PotionType@6e225c34 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 6 minecraft:long_night_vision net.minecraft.potion.PotionType@5d84b088 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 7 minecraft:invisibility net.minecraft.potion.PotionType@69c0bae6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 8 minecraft:long_invisibility net.minecraft.potion.PotionType@220f6a3c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 9 minecraft:leaping net.minecraft.potion.PotionType@5eb041b5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 10 minecraft:long_leaping net.minecraft.potion.PotionType@2648aa1b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 11 minecraft:strong_leaping net.minecraft.potion.PotionType@4a3333be -[13:41:23] [Server thread/TRACE] [FML]: Registry: 12 minecraft:fire_resistance net.minecraft.potion.PotionType@13b4ee4e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 13 minecraft:long_fire_resistance net.minecraft.potion.PotionType@4f55a864 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 14 minecraft:swiftness net.minecraft.potion.PotionType@2c2edbe7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 15 minecraft:long_swiftness net.minecraft.potion.PotionType@7f53a31f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 16 minecraft:strong_swiftness net.minecraft.potion.PotionType@4ba1f425 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 17 minecraft:slowness net.minecraft.potion.PotionType@29d563bd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 18 minecraft:long_slowness net.minecraft.potion.PotionType@73fe7483 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 19 minecraft:water_breathing net.minecraft.potion.PotionType@11577ab8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 20 minecraft:long_water_breathing net.minecraft.potion.PotionType@5513a46b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 21 minecraft:healing net.minecraft.potion.PotionType@5759edff -[13:41:23] [Server thread/TRACE] [FML]: Registry: 22 minecraft:strong_healing net.minecraft.potion.PotionType@5703c1fb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 23 minecraft:harming net.minecraft.potion.PotionType@7d2be319 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 24 minecraft:strong_harming net.minecraft.potion.PotionType@35d3202b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 25 minecraft:poison net.minecraft.potion.PotionType@2dfd157b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 26 minecraft:long_poison net.minecraft.potion.PotionType@64381526 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 27 minecraft:strong_poison net.minecraft.potion.PotionType@46290193 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 28 minecraft:regeneration net.minecraft.potion.PotionType@6ad7a305 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 29 minecraft:long_regeneration net.minecraft.potion.PotionType@2fc435e9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 30 minecraft:strong_regeneration net.minecraft.potion.PotionType@bf18412 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 31 minecraft:strength net.minecraft.potion.PotionType@5da2966 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 32 minecraft:long_strength net.minecraft.potion.PotionType@52c27d53 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 33 minecraft:strong_strength net.minecraft.potion.PotionType@5ca7619f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 34 minecraft:weakness net.minecraft.potion.PotionType@5b71af0d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 35 minecraft:long_weakness net.minecraft.potion.PotionType@fb42c1c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 36 minecraft:luck net.minecraft.potion.PotionType@4edde05c -[13:41:23] [Server thread/TRACE] [FML]: Registry Name : minecraft:enchantments -[13:41:23] [Server thread/TRACE] [FML]: Registry: 0 minecraft:protection net.minecraft.enchantment.EnchantmentProtection@24731caf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 1 minecraft:fire_protection net.minecraft.enchantment.EnchantmentProtection@6e1ad658 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2 minecraft:feather_falling net.minecraft.enchantment.EnchantmentProtection@486dd616 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 3 minecraft:blast_protection net.minecraft.enchantment.EnchantmentProtection@a1d926b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4 minecraft:projectile_protection net.minecraft.enchantment.EnchantmentProtection@36b761e3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 5 minecraft:respiration net.minecraft.enchantment.EnchantmentOxygen@73dd0f23 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 6 minecraft:aqua_affinity net.minecraft.enchantment.EnchantmentWaterWorker@1ab502f6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 7 minecraft:thorns net.minecraft.enchantment.EnchantmentThorns@5b32e0b1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 8 minecraft:depth_strider net.minecraft.enchantment.EnchantmentWaterWalker@e4348c0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 9 minecraft:frost_walker net.minecraft.enchantment.EnchantmentFrostWalker@4a18e0f1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 10 minecraft:binding_curse net.minecraft.enchantment.EnchantmentBindingCurse@682d9f21 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 16 minecraft:sharpness net.minecraft.enchantment.EnchantmentDamage@3f6d36eb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 17 minecraft:smite net.minecraft.enchantment.EnchantmentDamage@3f5ac587 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 18 minecraft:bane_of_arthropods net.minecraft.enchantment.EnchantmentDamage@1fa58a48 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 19 minecraft:knockback net.minecraft.enchantment.EnchantmentKnockback@3aa1c45 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 20 minecraft:fire_aspect net.minecraft.enchantment.EnchantmentFireAspect@63ed5dae -[13:41:23] [Server thread/TRACE] [FML]: Registry: 21 minecraft:looting net.minecraft.enchantment.EnchantmentLootBonus@d70dbeb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 22 minecraft:sweeping net.minecraft.enchantment.EnchantmentSweepingEdge@31b289da -[13:41:23] [Server thread/TRACE] [FML]: Registry: 32 minecraft:efficiency net.minecraft.enchantment.EnchantmentDigging@4c7f2fdb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 33 minecraft:silk_touch net.minecraft.enchantment.EnchantmentUntouching@3a17acd4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 34 minecraft:unbreaking net.minecraft.enchantment.EnchantmentDurability@39f8adc0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 35 minecraft:fortune net.minecraft.enchantment.EnchantmentLootBonus@c7269ad -[13:41:23] [Server thread/TRACE] [FML]: Registry: 48 minecraft:power net.minecraft.enchantment.EnchantmentArrowDamage@58b5d5fc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 49 minecraft:punch net.minecraft.enchantment.EnchantmentArrowKnockback@73d7d676 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 50 minecraft:flame net.minecraft.enchantment.EnchantmentArrowFire@40c6d1ef -[13:41:23] [Server thread/TRACE] [FML]: Registry: 51 minecraft:infinity net.minecraft.enchantment.EnchantmentArrowInfinite@72bdbfe9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 61 minecraft:luck_of_the_sea net.minecraft.enchantment.EnchantmentLootBonus@cda144a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 62 minecraft:lure net.minecraft.enchantment.EnchantmentFishingSpeed@102aa5fc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 70 minecraft:mending net.minecraft.enchantment.EnchantmentMending@7a0f43dc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 71 minecraft:vanishing_curse net.minecraft.enchantment.EnchantmentVanishingCurse@796cf2b5 -[13:41:23] [Server thread/TRACE] [FML]: Registry Name : minecraft:recipes -[13:41:23] [Server thread/TRACE] [FML]: Registry: 0 minecraft:armordye net.minecraft.item.crafting.RecipesArmorDyes@22f7bf36 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 1 minecraft:bookcloning net.minecraft.item.crafting.RecipeBookCloning@41a3c6f5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2 minecraft:mapcloning net.minecraft.item.crafting.RecipesMapCloning@da4c5cb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 3 minecraft:mapextending net.minecraft.item.crafting.RecipesMapExtending@15f229e8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4 minecraft:fireworks net.minecraft.item.crafting.RecipeFireworks@74844f8a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 5 minecraft:repairitem net.minecraft.item.crafting.RecipeRepairItem@3ed87b6e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 6 minecraft:tippedarrow net.minecraft.item.crafting.RecipeTippedArrow@7b9d602c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 7 minecraft:bannerduplicate net.minecraft.item.crafting.RecipesBanners$RecipeDuplicatePattern@30eee098 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 8 minecraft:banneraddpattern net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern@2e76d0d3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 9 minecraft:shielddecoration net.minecraft.item.crafting.ShieldRecipes$Decoration@75973f7a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 10 minecraft:shulkerboxcoloring net.minecraft.item.crafting.ShulkerBoxRecipes$ShulkerBoxColoring@145ef9e8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 11 minecraft:yellow_wool net.minecraft.item.crafting.ShapelessRecipes@41538150 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 12 minecraft:yellow_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@4a1c14a6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 13 minecraft:yellow_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@4e68aede -[13:41:23] [Server thread/TRACE] [FML]: Registry: 14 minecraft:yellow_stained_glass net.minecraft.item.crafting.ShapedRecipes@408b2ae2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 15 minecraft:yellow_dye_from_sunflower net.minecraft.item.crafting.ShapelessRecipes@4c5c0306 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 16 minecraft:yellow_dye_from_dandelion net.minecraft.item.crafting.ShapelessRecipes@7388486e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 17 minecraft:yellow_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@46c19350 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 18 minecraft:yellow_carpet net.minecraft.item.crafting.ShapedRecipes@7f08c343 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 19 minecraft:yellow_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@396519b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 20 minecraft:yellow_bed net.minecraft.item.crafting.ShapedRecipes@3e0e3048 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 21 minecraft:yellow_banner net.minecraft.item.crafting.ShapedRecipes@7ddcd3d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 22 minecraft:writable_book net.minecraft.item.crafting.ShapelessRecipes@4be5b9b1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 23 minecraft:wooden_sword net.minecraft.item.crafting.ShapedRecipes@ab2e887 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 24 minecraft:wooden_shovel net.minecraft.item.crafting.ShapedRecipes@7ead0b51 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 26 minecraft:wooden_pickaxe net.minecraft.item.crafting.ShapedRecipes@1390a415 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 27 minecraft:wooden_hoe net.minecraft.item.crafting.ShapedRecipes@24b4f4a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 28 minecraft:wooden_door net.minecraft.item.crafting.ShapedRecipes@26f07261 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 30 minecraft:wooden_axe net.minecraft.item.crafting.ShapedRecipes@49c37918 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 31 minecraft:white_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@28551755 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 32 minecraft:white_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@61375dff -[13:41:23] [Server thread/TRACE] [FML]: Registry: 33 minecraft:white_stained_glass net.minecraft.item.crafting.ShapedRecipes@58c80957 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 34 minecraft:white_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@38a61c81 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 35 minecraft:white_carpet net.minecraft.item.crafting.ShapedRecipes@1f5f4d48 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 36 minecraft:white_bed net.minecraft.item.crafting.ShapedRecipes@6530a1de -[13:41:23] [Server thread/TRACE] [FML]: Registry: 37 minecraft:white_banner net.minecraft.item.crafting.ShapedRecipes@4df13b7e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 38 minecraft:wheat net.minecraft.item.crafting.ShapedRecipes@10660795 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 39 minecraft:tripwire_hook net.minecraft.item.crafting.ShapedRecipes@10ffe32f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 40 minecraft:trapped_chest net.minecraft.item.crafting.ShapelessRecipes@3adb4cc8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 41 minecraft:trapdoor net.minecraft.item.crafting.ShapedRecipes@337e573b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 42 minecraft:torch net.minecraft.item.crafting.ShapedRecipes@71c74011 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 43 minecraft:tnt_minecart net.minecraft.item.crafting.ShapedRecipes@7a6b214c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 44 minecraft:tnt net.minecraft.item.crafting.ShapedRecipes@6e53bb4f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 45 minecraft:sugar net.minecraft.item.crafting.ShapedRecipes@188058fb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 46 minecraft:string_to_wool net.minecraft.item.crafting.ShapedRecipes@5837cb9e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 47 minecraft:stonebrick net.minecraft.item.crafting.ShapedRecipes@6705fb02 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 48 minecraft:stone_sword net.minecraft.item.crafting.ShapedRecipes@2f3d5cd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 49 minecraft:stone_stairs net.minecraft.item.crafting.ShapedRecipes@20a3321a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 50 minecraft:stone_slab net.minecraft.item.crafting.ShapedRecipes@6cb759d5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 51 minecraft:stone_shovel net.minecraft.item.crafting.ShapedRecipes@a36ff0b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 52 minecraft:stone_pressure_plate net.minecraft.item.crafting.ShapedRecipes@9c40f43 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 53 minecraft:stone_pickaxe net.minecraft.item.crafting.ShapedRecipes@49bc1f6c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 54 minecraft:stone_hoe net.minecraft.item.crafting.ShapedRecipes@e638553 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 55 minecraft:stone_button net.minecraft.item.crafting.ShapedRecipes@567baa55 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 56 minecraft:stone_brick_stairs net.minecraft.item.crafting.ShapedRecipes@58a9e64d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 57 minecraft:stone_brick_slab net.minecraft.item.crafting.ShapedRecipes@1ab717f3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 58 minecraft:stone_axe net.minecraft.item.crafting.ShapedRecipes@25511895 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 59 minecraft:sticky_piston net.minecraft.item.crafting.ShapedRecipes@21202507 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 60 minecraft:stick net.minecraft.item.crafting.ShapedRecipes@2e27325d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 61 minecraft:spruce_wooden_slab net.minecraft.item.crafting.ShapedRecipes@1c7fd2e0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 62 minecraft:spruce_stairs net.minecraft.item.crafting.ShapedRecipes@35c3d6e8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 63 minecraft:spruce_planks net.minecraft.item.crafting.ShapedRecipes@7e2f16bd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 64 minecraft:spruce_fence_gate net.minecraft.item.crafting.ShapedRecipes@60658389 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 65 minecraft:spruce_fence net.minecraft.item.crafting.ShapedRecipes@65dd2191 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 66 minecraft:spruce_door net.minecraft.item.crafting.ShapedRecipes@7d0312a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 67 minecraft:spruce_boat net.minecraft.item.crafting.ShapedRecipes@60739eca -[13:41:23] [Server thread/TRACE] [FML]: Registry: 68 minecraft:spectral_arrow net.minecraft.item.crafting.ShapedRecipes@315365ef -[13:41:23] [Server thread/TRACE] [FML]: Registry: 69 minecraft:speckled_melon net.minecraft.item.crafting.ShapedRecipes@5cff6d1d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 70 minecraft:snow_layer net.minecraft.item.crafting.ShapedRecipes@241abc2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 71 minecraft:snow net.minecraft.item.crafting.ShapedRecipes@36c1b6ff -[13:41:23] [Server thread/TRACE] [FML]: Registry: 72 minecraft:smooth_sandstone net.minecraft.item.crafting.ShapedRecipes@1c41931a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 73 minecraft:smooth_red_sandstone net.minecraft.item.crafting.ShapedRecipes@2fca9fae -[13:41:23] [Server thread/TRACE] [FML]: Registry: 74 minecraft:slime_ball net.minecraft.item.crafting.ShapedRecipes@8aafd70 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 75 minecraft:slime net.minecraft.item.crafting.ShapedRecipes@61c0fb12 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 76 minecraft:sign net.minecraft.item.crafting.ShapedRecipes@5b160208 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 77 minecraft:shield net.minecraft.item.crafting.ShapedRecipes@20d92f1e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 78 minecraft:shears net.minecraft.item.crafting.ShapedRecipes@544733a4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 79 minecraft:sea_lantern net.minecraft.item.crafting.ShapedRecipes@5afa0b1a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 80 minecraft:sandstone_stairs net.minecraft.item.crafting.ShapedRecipes@5a464be7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 81 minecraft:sandstone_slab net.minecraft.item.crafting.ShapedRecipes@1adec8d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 82 minecraft:sandstone net.minecraft.item.crafting.ShapedRecipes@577f81a0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 83 minecraft:repeater net.minecraft.item.crafting.ShapedRecipes@28521ed5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 84 minecraft:redstone_torch net.minecraft.item.crafting.ShapedRecipes@63b2418e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 85 minecraft:redstone_lamp net.minecraft.item.crafting.ShapedRecipes@2267b0bb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 86 minecraft:redstone_block net.minecraft.item.crafting.ShapedRecipes@32bae609 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 87 minecraft:redstone net.minecraft.item.crafting.ShapedRecipes@1e2bc241 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 88 minecraft:red_wool net.minecraft.item.crafting.ShapelessRecipes@90c01ab -[13:41:23] [Server thread/TRACE] [FML]: Registry: 89 minecraft:red_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@769a9b7a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 90 minecraft:red_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@2487b621 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 91 minecraft:red_stained_glass net.minecraft.item.crafting.ShapedRecipes@b307030 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 92 minecraft:red_sandstone_stairs net.minecraft.item.crafting.ShapedRecipes@414d466e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 93 minecraft:red_sandstone_slab net.minecraft.item.crafting.ShapedRecipes@2686a801 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 94 minecraft:red_sandstone net.minecraft.item.crafting.ShapedRecipes@4ef10d3b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 95 minecraft:red_nether_brick net.minecraft.item.crafting.ShapedRecipes@5af1b221 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 96 minecraft:red_dye_from_tulip net.minecraft.item.crafting.ShapelessRecipes@231c521e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 97 minecraft:red_dye_from_rose_bush net.minecraft.item.crafting.ShapelessRecipes@729d1428 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 98 minecraft:red_dye_from_poppy net.minecraft.item.crafting.ShapelessRecipes@3f0b5619 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 99 minecraft:red_dye_from_beetroot net.minecraft.item.crafting.ShapelessRecipes@1f27f354 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 100 minecraft:red_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@32eb38e5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 101 minecraft:red_carpet net.minecraft.item.crafting.ShapedRecipes@69d2c460 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 102 minecraft:red_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@3b3b2290 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 103 minecraft:red_bed net.minecraft.item.crafting.ShapedRecipes@532e00bd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 104 minecraft:red_banner net.minecraft.item.crafting.ShapedRecipes@744199bb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 105 minecraft:rail net.minecraft.item.crafting.ShapedRecipes@58189132 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 106 minecraft:rabbit_stew_from_red_mushroom net.minecraft.item.crafting.ShapedRecipes@2e096ac0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 107 minecraft:rabbit_stew_from_brown_mushroom net.minecraft.item.crafting.ShapedRecipes@54cce500 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 108 minecraft:quartz_stairs net.minecraft.item.crafting.ShapedRecipes@689eab53 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 109 minecraft:quartz_slab net.minecraft.item.crafting.ShapedRecipes@571903ff -[13:41:23] [Server thread/TRACE] [FML]: Registry: 110 minecraft:quartz_block net.minecraft.item.crafting.ShapedRecipes@6de4071b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 111 minecraft:purpur_stairs net.minecraft.item.crafting.ShapedRecipes@6f30d0eb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 112 minecraft:purpur_slab net.minecraft.item.crafting.ShapedRecipes@470866d1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 113 minecraft:purpur_pillar net.minecraft.item.crafting.ShapedRecipes@99f75e4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 114 minecraft:purpur_block net.minecraft.item.crafting.ShapedRecipes@80b6098 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 115 minecraft:purple_wool net.minecraft.item.crafting.ShapelessRecipes@43cf97a8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 116 minecraft:purple_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@64e247e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 117 minecraft:purple_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@43c20142 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 118 minecraft:purple_stained_glass net.minecraft.item.crafting.ShapedRecipes@74267ece -[13:41:23] [Server thread/TRACE] [FML]: Registry: 119 minecraft:purple_shulker_box net.minecraft.item.crafting.ShapedRecipes@78e59b04 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 120 minecraft:purple_dye net.minecraft.item.crafting.ShapelessRecipes@556e4588 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 121 minecraft:purple_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@1735e1c4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 122 minecraft:purple_carpet net.minecraft.item.crafting.ShapedRecipes@46df794e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 123 minecraft:purple_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@22a2e581 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 124 minecraft:purple_bed net.minecraft.item.crafting.ShapedRecipes@fef2768 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 125 minecraft:purple_banner net.minecraft.item.crafting.ShapedRecipes@22bca04e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 126 minecraft:pumpkin_seeds net.minecraft.item.crafting.ShapedRecipes@4144d4a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 127 minecraft:pumpkin_pie net.minecraft.item.crafting.ShapelessRecipes@6344004d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 128 minecraft:prismarine_bricks net.minecraft.item.crafting.ShapedRecipes@49faf815 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 129 minecraft:prismarine net.minecraft.item.crafting.ShapedRecipes@7c31e01f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 130 minecraft:polished_granite net.minecraft.item.crafting.ShapedRecipes@79080255 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 131 minecraft:polished_diorite net.minecraft.item.crafting.ShapedRecipes@d863bb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 132 minecraft:polished_andesite net.minecraft.item.crafting.ShapedRecipes@61d9dd15 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 133 minecraft:piston net.minecraft.item.crafting.ShapedRecipes@fd5c7f6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 134 minecraft:pink_wool net.minecraft.item.crafting.ShapelessRecipes@1a34f8e2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 135 minecraft:pink_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@13edc1bc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 136 minecraft:pink_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@4779df3d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 137 minecraft:pink_stained_glass net.minecraft.item.crafting.ShapedRecipes@5b4880b3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 138 minecraft:pink_dye_from_red_bonemeal net.minecraft.item.crafting.ShapelessRecipes@6892d403 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 139 minecraft:pink_dye_from_pink_tulip net.minecraft.item.crafting.ShapelessRecipes@4c941d19 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 140 minecraft:pink_dye_from_peony net.minecraft.item.crafting.ShapelessRecipes@c8ed958 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 141 minecraft:pink_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@543c887 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 142 minecraft:pink_carpet net.minecraft.item.crafting.ShapedRecipes@3cfab56d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 143 minecraft:pink_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@38213efa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 144 minecraft:pink_bed net.minecraft.item.crafting.ShapedRecipes@12c30824 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 145 minecraft:pink_banner net.minecraft.item.crafting.ShapedRecipes@70680f88 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 146 minecraft:pillar_quartz_block net.minecraft.item.crafting.ShapedRecipes@390978 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 147 minecraft:paper net.minecraft.item.crafting.ShapedRecipes@619b7436 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 148 minecraft:painting net.minecraft.item.crafting.ShapedRecipes@725490dd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 149 minecraft:orange_wool net.minecraft.item.crafting.ShapelessRecipes@38318d67 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 150 minecraft:orange_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@71db6703 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 151 minecraft:orange_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@2e590e36 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 152 minecraft:orange_stained_glass net.minecraft.item.crafting.ShapedRecipes@39007725 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 153 minecraft:orange_dye_from_red_yellow net.minecraft.item.crafting.ShapelessRecipes@684bfba9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 154 minecraft:orange_dye_from_orange_tulip net.minecraft.item.crafting.ShapelessRecipes@7d836c4a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 155 minecraft:orange_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@35975b05 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 156 minecraft:orange_carpet net.minecraft.item.crafting.ShapedRecipes@2148849f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 157 minecraft:orange_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@5ce0f50a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 158 minecraft:orange_bed net.minecraft.item.crafting.ShapedRecipes@260f05ee -[13:41:23] [Server thread/TRACE] [FML]: Registry: 159 minecraft:orange_banner net.minecraft.item.crafting.ShapedRecipes@6a8ab98f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 160 minecraft:observer net.minecraft.item.crafting.ShapedRecipes@2b625e82 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 161 minecraft:oak_wooden_slab net.minecraft.item.crafting.ShapedRecipes@6a0aa5e2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 162 minecraft:oak_stairs net.minecraft.item.crafting.ShapedRecipes@64745270 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 163 minecraft:oak_planks net.minecraft.item.crafting.ShapedRecipes@5e8a678a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 164 minecraft:noteblock net.minecraft.item.crafting.ShapedRecipes@2566247d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 165 minecraft:nether_wart_block net.minecraft.item.crafting.ShapedRecipes@73839f22 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 166 minecraft:nether_brick_stairs net.minecraft.item.crafting.ShapedRecipes@64245ca9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 167 minecraft:nether_brick_slab net.minecraft.item.crafting.ShapedRecipes@659e003e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 168 minecraft:nether_brick_fence net.minecraft.item.crafting.ShapedRecipes@6e111aeb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 169 minecraft:nether_brick net.minecraft.item.crafting.ShapedRecipes@e21d73 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 170 minecraft:mushroom_stew net.minecraft.item.crafting.ShapelessRecipes@4db45d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 171 minecraft:mossy_stonebrick net.minecraft.item.crafting.ShapelessRecipes@ad6448e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 172 minecraft:mossy_cobblestone_wall net.minecraft.item.crafting.ShapedRecipes@7d6a9d5e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 173 minecraft:mossy_cobblestone net.minecraft.item.crafting.ShapelessRecipes@5478597 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 174 minecraft:minecart net.minecraft.item.crafting.ShapedRecipes@66e62e19 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 175 minecraft:melon_seeds net.minecraft.item.crafting.ShapedRecipes@43c3354 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 176 minecraft:melon_block net.minecraft.item.crafting.ShapedRecipes@28f6a008 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 177 minecraft:map net.minecraft.item.crafting.ShapedRecipes@c770b57 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 178 minecraft:magma_cream net.minecraft.item.crafting.ShapelessRecipes@1b08d26f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 179 minecraft:magma net.minecraft.item.crafting.ShapedRecipes@73753326 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 180 minecraft:magenta_wool net.minecraft.item.crafting.ShapelessRecipes@5d56c2d2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 181 minecraft:magenta_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@22cf1808 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 182 minecraft:magenta_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@1828ab51 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 183 minecraft:magenta_stained_glass net.minecraft.item.crafting.ShapedRecipes@35217e0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 184 minecraft:magenta_dye_from_purple_and_pink net.minecraft.item.crafting.ShapelessRecipes@63218586 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 185 minecraft:magenta_dye_from_lilac net.minecraft.item.crafting.ShapelessRecipes@3f1d4ecf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 186 minecraft:magenta_dye_from_lapis_red_pink net.minecraft.item.crafting.ShapelessRecipes@59509393 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 187 minecraft:magenta_dye_from_lapis_ink_bonemeal net.minecraft.item.crafting.ShapelessRecipes@1016b44e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 188 minecraft:magenta_dye_from_allium net.minecraft.item.crafting.ShapelessRecipes@1fe37d27 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 189 minecraft:magenta_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@1a99744a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 190 minecraft:magenta_carpet net.minecraft.item.crafting.ShapedRecipes@75d9b73c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 191 minecraft:magenta_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@535b4dbf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 192 minecraft:magenta_bed net.minecraft.item.crafting.ShapedRecipes@48d14ea0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 193 minecraft:magenta_banner net.minecraft.item.crafting.ShapedRecipes@1f7949dc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 194 minecraft:lit_pumpkin net.minecraft.item.crafting.ShapedRecipes@66c32e15 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 195 minecraft:lime_wool net.minecraft.item.crafting.ShapelessRecipes@7dd847a2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 196 minecraft:lime_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@33997e07 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 197 minecraft:lime_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@71c69628 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 198 minecraft:lime_stained_glass net.minecraft.item.crafting.ShapedRecipes@27422187 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 199 minecraft:lime_dye net.minecraft.item.crafting.ShapelessRecipes@4babe06f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 200 minecraft:lime_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@49c555c3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 201 minecraft:lime_carpet net.minecraft.item.crafting.ShapedRecipes@15a591d9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 202 minecraft:lime_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@2932721e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 203 minecraft:lime_bed net.minecraft.item.crafting.ShapedRecipes@7af7c9aa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 204 minecraft:lime_banner net.minecraft.item.crafting.ShapedRecipes@6334c0d8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 205 minecraft:light_weighted_pressure_plate net.minecraft.item.crafting.ShapedRecipes@4131261 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 206 minecraft:light_gray_wool net.minecraft.item.crafting.ShapelessRecipes@4718d320 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 207 minecraft:light_gray_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@ce8b59e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 208 minecraft:light_gray_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@1002f859 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 209 minecraft:light_gray_stained_glass net.minecraft.item.crafting.ShapedRecipes@1a22325d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 210 minecraft:light_gray_dye_from_white_tulip net.minecraft.item.crafting.ShapelessRecipes@f09c282 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 211 minecraft:light_gray_dye_from_oxeye_daisy net.minecraft.item.crafting.ShapelessRecipes@13fad0c7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 212 minecraft:light_gray_dye_from_ink_bonemeal net.minecraft.item.crafting.ShapelessRecipes@2351255a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 213 minecraft:light_gray_dye_from_gray_bonemeal net.minecraft.item.crafting.ShapelessRecipes@4d145177 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 214 minecraft:light_gray_dye_from_azure_bluet net.minecraft.item.crafting.ShapelessRecipes@5687ade6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 215 minecraft:light_gray_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@77b01226 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 216 minecraft:light_gray_carpet net.minecraft.item.crafting.ShapedRecipes@7ec176da -[13:41:23] [Server thread/TRACE] [FML]: Registry: 217 minecraft:light_gray_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@445c693 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 218 minecraft:light_gray_bed net.minecraft.item.crafting.ShapedRecipes@5f7c1de0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 219 minecraft:light_gray_banner net.minecraft.item.crafting.ShapedRecipes@79a92277 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 220 minecraft:light_blue_wool net.minecraft.item.crafting.ShapelessRecipes@7d3faf1d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 221 minecraft:light_blue_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@6afb240d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 222 minecraft:light_blue_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@2c6d442d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 223 minecraft:light_blue_stained_glass net.minecraft.item.crafting.ShapedRecipes@5625ba2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 224 minecraft:light_blue_dye_from_lapis_bonemeal net.minecraft.item.crafting.ShapelessRecipes@5d1eb214 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 225 minecraft:light_blue_dye_from_blue_orchid net.minecraft.item.crafting.ShapelessRecipes@5fafd099 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 226 minecraft:light_blue_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@34c2e03d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 227 minecraft:light_blue_carpet net.minecraft.item.crafting.ShapedRecipes@61627c9d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 228 minecraft:light_blue_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@92775a3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 229 minecraft:light_blue_bed net.minecraft.item.crafting.ShapedRecipes@70a91d72 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 230 minecraft:light_blue_banner net.minecraft.item.crafting.ShapedRecipes@3b9c05f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 231 minecraft:lever net.minecraft.item.crafting.ShapedRecipes@6bf70600 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 232 minecraft:leather_leggings net.minecraft.item.crafting.ShapedRecipes@16e3d6d0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 233 minecraft:leather_helmet net.minecraft.item.crafting.ShapedRecipes@23adbd6b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 234 minecraft:leather_chestplate net.minecraft.item.crafting.ShapedRecipes@2c955487 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 235 minecraft:leather_boots net.minecraft.item.crafting.ShapedRecipes@949f0d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 236 minecraft:leather net.minecraft.item.crafting.ShapedRecipes@318a81a0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 237 minecraft:lead net.minecraft.item.crafting.ShapedRecipes@33a58fcb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 238 minecraft:lapis_lazuli net.minecraft.item.crafting.ShapedRecipes@5c8e7687 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 239 minecraft:lapis_block net.minecraft.item.crafting.ShapedRecipes@53dd29e0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 240 minecraft:ladder net.minecraft.item.crafting.ShapedRecipes@743b7025 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 241 minecraft:jungle_wooden_slab net.minecraft.item.crafting.ShapedRecipes@5776a9f8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 242 minecraft:jungle_stairs net.minecraft.item.crafting.ShapedRecipes@4411a0fe -[13:41:23] [Server thread/TRACE] [FML]: Registry: 243 minecraft:jungle_planks net.minecraft.item.crafting.ShapedRecipes@2ddb6c71 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 244 minecraft:jungle_fence_gate net.minecraft.item.crafting.ShapedRecipes@7e1ce99c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 245 minecraft:jungle_fence net.minecraft.item.crafting.ShapedRecipes@20ddc780 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 246 minecraft:jungle_door net.minecraft.item.crafting.ShapedRecipes@7552f05b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 247 minecraft:jungle_boat net.minecraft.item.crafting.ShapedRecipes@5b4ce00 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 248 minecraft:jukebox net.minecraft.item.crafting.ShapedRecipes@51b2b3e6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 249 minecraft:item_frame net.minecraft.item.crafting.ShapedRecipes@674d2b8b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 250 minecraft:iron_trapdoor net.minecraft.item.crafting.ShapedRecipes@3eadfbbb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 251 minecraft:iron_sword net.minecraft.item.crafting.ShapedRecipes@2f0e7008 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 252 minecraft:iron_shovel net.minecraft.item.crafting.ShapedRecipes@73483d4b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 253 minecraft:iron_pickaxe net.minecraft.item.crafting.ShapedRecipes@4bdbfbc6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 254 minecraft:iron_nugget net.minecraft.item.crafting.ShapedRecipes@593e594f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 255 minecraft:iron_leggings net.minecraft.item.crafting.ShapedRecipes@6250d33c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 256 minecraft:iron_ingot_from_nuggets net.minecraft.item.crafting.ShapedRecipes@30cb489a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 257 minecraft:iron_ingot_from_block net.minecraft.item.crafting.ShapedRecipes@30d944d8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 258 minecraft:iron_hoe net.minecraft.item.crafting.ShapedRecipes@14af57c3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 259 minecraft:iron_helmet net.minecraft.item.crafting.ShapedRecipes@46ef7340 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 260 minecraft:iron_door net.minecraft.item.crafting.ShapedRecipes@121c1a08 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 261 minecraft:iron_chestplate net.minecraft.item.crafting.ShapedRecipes@13f17b8f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 262 minecraft:iron_boots net.minecraft.item.crafting.ShapedRecipes@77185a2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 263 minecraft:iron_block net.minecraft.item.crafting.ShapedRecipes@4c57ca10 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 264 minecraft:iron_bars net.minecraft.item.crafting.ShapedRecipes@a0e35c3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 265 minecraft:iron_axe net.minecraft.item.crafting.ShapedRecipes@f9979cf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 266 minecraft:hopper_minecart net.minecraft.item.crafting.ShapedRecipes@703947bd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 267 minecraft:hopper net.minecraft.item.crafting.ShapedRecipes@69c263f8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 268 minecraft:heavy_weighted_pressure_plate net.minecraft.item.crafting.ShapedRecipes@65871cfd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 269 minecraft:hay_block net.minecraft.item.crafting.ShapedRecipes@7a57c5d9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 270 minecraft:green_wool net.minecraft.item.crafting.ShapelessRecipes@3b62c51e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 271 minecraft:green_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@6f53295e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 272 minecraft:green_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@3fc2e100 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 273 minecraft:green_stained_glass net.minecraft.item.crafting.ShapedRecipes@188532da -[13:41:23] [Server thread/TRACE] [FML]: Registry: 274 minecraft:green_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@39179470 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 275 minecraft:green_carpet net.minecraft.item.crafting.ShapedRecipes@1a82453 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 276 minecraft:green_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@40da1644 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 277 minecraft:green_bed net.minecraft.item.crafting.ShapedRecipes@6491006 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 278 minecraft:green_banner net.minecraft.item.crafting.ShapedRecipes@4552e288 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 279 minecraft:gray_wool net.minecraft.item.crafting.ShapelessRecipes@1e733bb5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 280 minecraft:gray_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@18f794e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 281 minecraft:gray_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@c3836b6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 282 minecraft:gray_stained_glass net.minecraft.item.crafting.ShapedRecipes@5d200dce -[13:41:23] [Server thread/TRACE] [FML]: Registry: 283 minecraft:gray_dye net.minecraft.item.crafting.ShapelessRecipes@5aec151b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 284 minecraft:gray_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@4cf1bd4a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 285 minecraft:gray_carpet net.minecraft.item.crafting.ShapedRecipes@2b98c310 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 286 minecraft:gray_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@33d08a24 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 287 minecraft:gray_bed net.minecraft.item.crafting.ShapedRecipes@68c3aa38 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 288 minecraft:gray_banner net.minecraft.item.crafting.ShapedRecipes@411576c7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 289 minecraft:granite net.minecraft.item.crafting.ShapelessRecipes@10b7b5f0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 290 minecraft:golden_sword net.minecraft.item.crafting.ShapedRecipes@5318731f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 291 minecraft:golden_shovel net.minecraft.item.crafting.ShapedRecipes@55849272 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 292 minecraft:golden_rail net.minecraft.item.crafting.ShapedRecipes@e280006 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 293 minecraft:golden_pickaxe net.minecraft.item.crafting.ShapedRecipes@17f7a1af -[13:41:23] [Server thread/TRACE] [FML]: Registry: 294 minecraft:golden_leggings net.minecraft.item.crafting.ShapedRecipes@5978ba12 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 295 minecraft:golden_hoe net.minecraft.item.crafting.ShapedRecipes@2ef63b6d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 296 minecraft:golden_helmet net.minecraft.item.crafting.ShapedRecipes@108fd5d5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 297 minecraft:golden_chestplate net.minecraft.item.crafting.ShapedRecipes@247415be -[13:41:23] [Server thread/TRACE] [FML]: Registry: 298 minecraft:golden_carrot net.minecraft.item.crafting.ShapedRecipes@7bbd944e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 299 minecraft:golden_boots net.minecraft.item.crafting.ShapedRecipes@58ebfbcb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 300 minecraft:golden_axe net.minecraft.item.crafting.ShapedRecipes@4ee1c29a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 301 minecraft:golden_apple net.minecraft.item.crafting.ShapedRecipes@3b8a8abc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 302 minecraft:gold_nugget net.minecraft.item.crafting.ShapedRecipes@72c29d87 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 303 minecraft:gold_ingot_from_nuggets net.minecraft.item.crafting.ShapedRecipes@4a00d591 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 304 minecraft:gold_ingot_from_block net.minecraft.item.crafting.ShapedRecipes@3d2b8e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 305 minecraft:gold_block net.minecraft.item.crafting.ShapedRecipes@42d96745 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 306 minecraft:glowstone net.minecraft.item.crafting.ShapedRecipes@21399e53 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 307 minecraft:glass_pane net.minecraft.item.crafting.ShapedRecipes@5e1e19af -[13:41:23] [Server thread/TRACE] [FML]: Registry: 308 minecraft:glass_bottle net.minecraft.item.crafting.ShapedRecipes@6e757f39 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 309 minecraft:furnace_minecart net.minecraft.item.crafting.ShapedRecipes@75aeec0a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 310 minecraft:furnace net.minecraft.item.crafting.ShapedRecipes@81a56b2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 311 minecraft:flower_pot net.minecraft.item.crafting.ShapedRecipes@4402ed61 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 312 minecraft:flint_and_steel net.minecraft.item.crafting.ShapelessRecipes@5cfa9e8a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 313 minecraft:fishing_rod net.minecraft.item.crafting.ShapedRecipes@714d7c7b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 314 minecraft:fire_charge net.minecraft.item.crafting.ShapelessRecipes@d164938 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 315 minecraft:fermented_spider_eye net.minecraft.item.crafting.ShapelessRecipes@769b1d1c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 316 minecraft:fence_gate net.minecraft.item.crafting.ShapedRecipes@16a14076 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 317 minecraft:fence net.minecraft.item.crafting.ShapedRecipes@17d83fe4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 318 minecraft:ender_eye net.minecraft.item.crafting.ShapelessRecipes@e60c466 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 319 minecraft:ender_chest net.minecraft.item.crafting.ShapedRecipes@27caa186 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 320 minecraft:end_rod net.minecraft.item.crafting.ShapedRecipes@5b58f639 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 321 minecraft:end_crystal net.minecraft.item.crafting.ShapedRecipes@e356940 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 322 minecraft:end_bricks net.minecraft.item.crafting.ShapedRecipes@729de0e1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 323 minecraft:enchanting_table net.minecraft.item.crafting.ShapedRecipes@2821da0a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 324 minecraft:emerald_block net.minecraft.item.crafting.ShapedRecipes@22a8e87b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 325 minecraft:emerald net.minecraft.item.crafting.ShapedRecipes@76ffd052 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 326 minecraft:dropper net.minecraft.item.crafting.ShapedRecipes@4bd39edc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 327 minecraft:dispenser net.minecraft.item.crafting.ShapedRecipes@6c399d4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 328 minecraft:diorite net.minecraft.item.crafting.ShapedRecipes@44a7661d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 329 minecraft:diamond_sword net.minecraft.item.crafting.ShapedRecipes@53cb9b1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 330 minecraft:diamond_shovel net.minecraft.item.crafting.ShapedRecipes@53b83897 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 331 minecraft:diamond_pickaxe net.minecraft.item.crafting.ShapedRecipes@15ae31b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 332 minecraft:diamond_leggings net.minecraft.item.crafting.ShapedRecipes@7137cd14 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 333 minecraft:diamond_hoe net.minecraft.item.crafting.ShapedRecipes@5fb05c07 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 334 minecraft:diamond_helmet net.minecraft.item.crafting.ShapedRecipes@309b8144 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 335 minecraft:diamond_chestplate net.minecraft.item.crafting.ShapedRecipes@662b199 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 336 minecraft:diamond_boots net.minecraft.item.crafting.ShapedRecipes@27b84c9a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 337 minecraft:diamond_block net.minecraft.item.crafting.ShapedRecipes@12d8e6b6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 338 minecraft:diamond_axe net.minecraft.item.crafting.ShapedRecipes@40ecead5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 339 minecraft:diamond net.minecraft.item.crafting.ShapedRecipes@53086bdc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 340 minecraft:detector_rail net.minecraft.item.crafting.ShapedRecipes@2db4a84a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 341 minecraft:daylight_detector net.minecraft.item.crafting.ShapedRecipes@6d5fea64 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 342 minecraft:dark_prismarine net.minecraft.item.crafting.ShapedRecipes@2d26c6a2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 343 minecraft:dark_oak_wooden_slab net.minecraft.item.crafting.ShapedRecipes@7cf166db -[13:41:23] [Server thread/TRACE] [FML]: Registry: 344 minecraft:dark_oak_stairs net.minecraft.item.crafting.ShapedRecipes@6abaa14b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 345 minecraft:dark_oak_planks net.minecraft.item.crafting.ShapedRecipes@5b27d03d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 346 minecraft:dark_oak_fence_gate net.minecraft.item.crafting.ShapedRecipes@28f081ad -[13:41:23] [Server thread/TRACE] [FML]: Registry: 347 minecraft:dark_oak_fence net.minecraft.item.crafting.ShapedRecipes@34074149 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 348 minecraft:dark_oak_door net.minecraft.item.crafting.ShapedRecipes@1500edf3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 349 minecraft:dark_oak_boat net.minecraft.item.crafting.ShapedRecipes@3e7fc07e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 350 minecraft:cyan_wool net.minecraft.item.crafting.ShapelessRecipes@147892be -[13:41:23] [Server thread/TRACE] [FML]: Registry: 351 minecraft:cyan_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@1a3a6216 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 352 minecraft:cyan_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@44a1ae4e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 353 minecraft:cyan_stained_glass net.minecraft.item.crafting.ShapedRecipes@6c0bf8f4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 354 minecraft:cyan_dye net.minecraft.item.crafting.ShapelessRecipes@11b74ecb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 355 minecraft:cyan_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@26a004ed -[13:41:23] [Server thread/TRACE] [FML]: Registry: 356 minecraft:cyan_carpet net.minecraft.item.crafting.ShapedRecipes@7e484bd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 357 minecraft:cyan_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@3ef4a8fb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 358 minecraft:cyan_bed net.minecraft.item.crafting.ShapedRecipes@613f48de -[13:41:23] [Server thread/TRACE] [FML]: Registry: 359 minecraft:cyan_banner net.minecraft.item.crafting.ShapedRecipes@360e4235 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 361 minecraft:cookie net.minecraft.item.crafting.ShapedRecipes@55b78dad -[13:41:23] [Server thread/TRACE] [FML]: Registry: 362 minecraft:compass net.minecraft.item.crafting.ShapedRecipes@7bc3c59f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 363 minecraft:comparator net.minecraft.item.crafting.ShapedRecipes@35d62807 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 364 minecraft:cobblestone_wall net.minecraft.item.crafting.ShapedRecipes@5b5d6f9c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 365 minecraft:cobblestone_slab net.minecraft.item.crafting.ShapedRecipes@1be3e952 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 366 minecraft:coarse_dirt net.minecraft.item.crafting.ShapedRecipes@eef6e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 367 minecraft:coal_block net.minecraft.item.crafting.ShapedRecipes@4b3b2a4f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 368 minecraft:coal net.minecraft.item.crafting.ShapedRecipes@1a3611b1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 369 minecraft:clock net.minecraft.item.crafting.ShapedRecipes@3ec6f3f1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 370 minecraft:clay net.minecraft.item.crafting.ShapedRecipes@37ad818e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 371 minecraft:chiseled_stonebrick net.minecraft.item.crafting.ShapedRecipes@32da6cef -[13:41:23] [Server thread/TRACE] [FML]: Registry: 372 minecraft:chiseled_sandstone net.minecraft.item.crafting.ShapedRecipes@3cdc5155 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 373 minecraft:chiseled_red_sandstone net.minecraft.item.crafting.ShapedRecipes@604e8a6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 374 minecraft:chiseled_quartz_block net.minecraft.item.crafting.ShapedRecipes@34766f4b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 375 minecraft:chest_minecart net.minecraft.item.crafting.ShapedRecipes@c2dab10 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 376 minecraft:chest net.minecraft.item.crafting.ShapedRecipes@5390862e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 377 minecraft:cauldron net.minecraft.item.crafting.ShapedRecipes@61d4155b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 378 minecraft:carrot_on_a_stick net.minecraft.item.crafting.ShapedRecipes@938e54a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 379 minecraft:cake net.minecraft.item.crafting.ShapedRecipes@3cf1b5fb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 380 minecraft:bucket net.minecraft.item.crafting.ShapedRecipes@790ea58f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 381 minecraft:brown_wool net.minecraft.item.crafting.ShapelessRecipes@4e7b89b6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 382 minecraft:brown_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@4246f904 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 383 minecraft:brown_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@1c149539 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 384 minecraft:brown_stained_glass net.minecraft.item.crafting.ShapedRecipes@4fce655d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 385 minecraft:brown_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@32eac39b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 386 minecraft:brown_carpet net.minecraft.item.crafting.ShapedRecipes@32029cd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 387 minecraft:brown_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@24d7c365 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 388 minecraft:brown_bed net.minecraft.item.crafting.ShapedRecipes@732bb49d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 389 minecraft:brown_banner net.minecraft.item.crafting.ShapedRecipes@701da311 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 390 minecraft:brick_stairs net.minecraft.item.crafting.ShapedRecipes@722d3ddb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 391 minecraft:brick_slab net.minecraft.item.crafting.ShapedRecipes@7962a364 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 392 minecraft:brick_block net.minecraft.item.crafting.ShapedRecipes@491f3fb0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 393 minecraft:brewing_stand net.minecraft.item.crafting.ShapedRecipes@41d8ac75 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 394 minecraft:bread net.minecraft.item.crafting.ShapedRecipes@3891db3a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 395 minecraft:bowl net.minecraft.item.crafting.ShapedRecipes@240e61 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 396 minecraft:bow net.minecraft.item.crafting.ShapedRecipes@6fc3f1a7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 397 minecraft:bookshelf net.minecraft.item.crafting.ShapedRecipes@648f48d3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 398 minecraft:book net.minecraft.item.crafting.ShapelessRecipes@189f3ccd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 399 minecraft:bone_meal_from_bone net.minecraft.item.crafting.ShapelessRecipes@d8a2b1b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 400 minecraft:bone_meal_from_block net.minecraft.item.crafting.ShapelessRecipes@1390a43a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 401 minecraft:bone_block net.minecraft.item.crafting.ShapedRecipes@23169374 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 402 minecraft:boat net.minecraft.item.crafting.ShapedRecipes@44ba9f25 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 403 minecraft:blue_wool net.minecraft.item.crafting.ShapelessRecipes@4767be27 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 404 minecraft:blue_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@77e261e3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 405 minecraft:blue_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@1a18e68a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 406 minecraft:blue_stained_glass net.minecraft.item.crafting.ShapedRecipes@5625e7e1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 407 minecraft:blue_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@7dbe858f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 408 minecraft:blue_carpet net.minecraft.item.crafting.ShapedRecipes@74130456 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 409 minecraft:blue_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@4fe8e318 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 410 minecraft:blue_bed net.minecraft.item.crafting.ShapedRecipes@285ac29 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 411 minecraft:blue_banner net.minecraft.item.crafting.ShapedRecipes@95958d9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 412 minecraft:blaze_powder net.minecraft.item.crafting.ShapelessRecipes@44cab872 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 413 minecraft:black_wool net.minecraft.item.crafting.ShapelessRecipes@1a1c308b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 414 minecraft:black_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@46878216 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 415 minecraft:black_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@35599228 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 416 minecraft:black_stained_glass net.minecraft.item.crafting.ShapedRecipes@30a79476 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 417 minecraft:black_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@59301546 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 418 minecraft:black_carpet net.minecraft.item.crafting.ShapedRecipes@40f77135 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 419 minecraft:black_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@7866ffa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 420 minecraft:black_bed net.minecraft.item.crafting.ShapedRecipes@213bd66a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 421 minecraft:black_banner net.minecraft.item.crafting.ShapedRecipes@68aa1164 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 422 minecraft:birch_wooden_slab net.minecraft.item.crafting.ShapedRecipes@6e0dec27 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 423 minecraft:birch_stairs net.minecraft.item.crafting.ShapedRecipes@5345552f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 424 minecraft:birch_planks net.minecraft.item.crafting.ShapedRecipes@5b11d0d8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 425 minecraft:birch_fence_gate net.minecraft.item.crafting.ShapedRecipes@511ad0dd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 426 minecraft:birch_fence net.minecraft.item.crafting.ShapedRecipes@2cdcedef -[13:41:23] [Server thread/TRACE] [FML]: Registry: 427 minecraft:birch_door net.minecraft.item.crafting.ShapedRecipes@524b1e41 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 428 minecraft:birch_boat net.minecraft.item.crafting.ShapedRecipes@7daf167 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 429 minecraft:beetroot_soup net.minecraft.item.crafting.ShapedRecipes@2f70d78c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 430 minecraft:beacon net.minecraft.item.crafting.ShapedRecipes@8bb5c2a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 431 minecraft:arrow net.minecraft.item.crafting.ShapedRecipes@202ba60a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 432 minecraft:armor_stand net.minecraft.item.crafting.ShapedRecipes@39a1c200 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 433 minecraft:anvil net.minecraft.item.crafting.ShapedRecipes@2c5b4b91 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 434 minecraft:andesite net.minecraft.item.crafting.ShapelessRecipes@793248d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 435 minecraft:activator_rail net.minecraft.item.crafting.ShapedRecipes@6414eb98 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 436 minecraft:acacia_wooden_slab net.minecraft.item.crafting.ShapedRecipes@5935eb9c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 437 minecraft:acacia_stairs net.minecraft.item.crafting.ShapedRecipes@4b99f2ed -[13:41:23] [Server thread/TRACE] [FML]: Registry: 438 minecraft:acacia_planks net.minecraft.item.crafting.ShapedRecipes@45a40353 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 439 minecraft:acacia_fence_gate net.minecraft.item.crafting.ShapedRecipes@1e284d90 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 440 minecraft:acacia_fence net.minecraft.item.crafting.ShapedRecipes@6894436e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 441 minecraft:acacia_door net.minecraft.item.crafting.ShapedRecipes@6d7d0946 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 442 minecraft:acacia_boat net.minecraft.item.crafting.ShapedRecipes@7a25f8ee -[13:41:23] [Server thread/TRACE] [FML]: Registry: 443 nnparadisemod:rusty_ingot_from_nugget net.minecraftforge.oredict.ShapedOreRecipe@44eadce1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 444 nnparadisemod:ruby net.minecraftforge.oredict.ShapedOreRecipe@231c1a6c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 445 nnparadisemod:silver_ingot_from_block net.minecraftforge.oredict.ShapedOreRecipe@183c737c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 446 nnparadisemod:tree_topper net.minecraft.item.crafting.ShapedRecipes@65ec70e3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 447 nnparadisemod:rusty_iron_block2 net.minecraftforge.oredict.ShapedOreRecipe@9dcfe2f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 448 nnparadisemod:salt_lamp net.minecraft.item.crafting.ShapedRecipes@5ba86ca6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 449 nnparadisemod:blaze_powder net.minecraft.item.crafting.ShapedRecipes@3486994c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 450 nnparadisemod:ender_pearl_block net.minecraft.item.crafting.ShapedRecipes@4388d0a1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 451 nnparadisemod:ruby_block net.minecraftforge.oredict.ShapedOreRecipe@2827ec1e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 452 nnparadisemod:compressed_cactus_chest net.minecraft.item.crafting.ShapedRecipes@1c12693a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 453 nnparadisemod:tables/jungle_crafting_table net.minecraft.item.crafting.ShapedRecipes@79bedead -[13:41:23] [Server thread/TRACE] [FML]: Registry: 454 nnparadisemod:tables/oak_crafting_table net.minecraft.item.crafting.ShapedRecipes@3a477b74 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 455 nnparadisemod:tables/spruce_crafting_table net.minecraft.item.crafting.ShapedRecipes@2f343053 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 456 nnparadisemod:tables/cactus_crafting_table net.minecraft.item.crafting.ShapedRecipes@7693c26 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 457 nnparadisemod:tables/birch_crafting_table net.minecraft.item.crafting.ShapedRecipes@2fcdf531 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 458 nnparadisemod:tables/dark_oak_crafting_table net.minecraft.item.crafting.ShapedRecipes@4400082e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 459 nnparadisemod:tables/acacia_crafting_table net.minecraft.item.crafting.ShapedRecipes@aa0c599 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 460 nnparadisemod:mossy_lever net.minecraftforge.oredict.ShapedOreRecipe@1c73f1d2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 461 nnparadisemod:fences/gold_fence net.minecraft.item.crafting.ShapedRecipes@7d6533b0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 462 nnparadisemod:fences/iron_fence net.minecraft.item.crafting.ShapedRecipes@359dba92 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 463 nnparadisemod:fences/diamond_fence net.minecraft.item.crafting.ShapedRecipes@5ce30d7c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 464 nnparadisemod:fences/redstone_fence net.minecraftforge.oredict.ShapedOreRecipe@4d54d507 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 465 nnparadisemod:fences/brick_fence net.minecraft.item.crafting.ShapedRecipes@54d910b9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 466 nnparadisemod:fences/ruby_fence net.minecraftforge.oredict.ShapedOreRecipe@570fb709 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 467 nnparadisemod:fences/rusty_fence net.minecraft.item.crafting.ShapedRecipes@6b0e2e81 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 468 nnparadisemod:fences/cactus_fence net.minecraftforge.oredict.ShapedOreRecipe@746ea728 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 469 nnparadisemod:fences/emerald_fence net.minecraft.item.crafting.ShapedRecipes@5750b3a0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 470 nnparadisemod:fences/silver_fence net.minecraftforge.oredict.ShapedOreRecipe@4ad1ed3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 471 nnparadisemod:sugar_block net.minecraft.item.crafting.ShapedRecipes@301e1127 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 472 nnparadisemod:gold_bars net.minecraft.item.crafting.ShapedRecipes@5d142027 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 473 nnparadisemod:silver_bars net.minecraft.item.crafting.ShapedRecipes@58b67e0a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 474 nnparadisemod:compressed_cactus_chest_trapped net.minecraft.item.crafting.ShapelessRecipes@1c67bfa8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 475 nnparadisemod:gold_hopper net.minecraft.item.crafting.ShapedRecipes@4388b66c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 476 nnparadisemod:emerald_rail net.minecraft.item.crafting.ShapedRecipes@16279f74 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 477 nnparadisemod:mossy_furnace net.minecraft.item.crafting.ShapedRecipes@6c0f10c8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 478 nnparadisemod:salt net.minecraft.item.crafting.ShapedRecipes@464fece4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 479 nnparadisemod:compressed_cactus net.minecraft.item.crafting.ShapedRecipes@110b973d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 480 nnparadisemod:cactus_chest net.minecraft.item.crafting.ShapedRecipes@c968d7e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 481 nnparadisemod:blaze_block net.minecraft.item.crafting.ShapedRecipes@763846b7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 482 nnparadisemod:sugar net.minecraft.item.crafting.ShapedRecipes@400be043 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 483 nnparadisemod:lamps/lime_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@78a9590b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 484 nnparadisemod:lamps/purple_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@1c20cf4f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 485 nnparadisemod:lamps/red_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@750debc8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 486 nnparadisemod:lamps/silver_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@31cc69b9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 487 nnparadisemod:lamps/yellow_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@2d418942 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 488 nnparadisemod:lamps/light_blue_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@c8cc5e0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 489 nnparadisemod:lamps/magenta_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@47a5782d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 490 nnparadisemod:lamps/cyan_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@3904657b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 491 nnparadisemod:lamps/black_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@2e7b0b4d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 492 nnparadisemod:lamps/white_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@48195e21 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 493 nnparadisemod:lamps/brown_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@5fdb3e1f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 494 nnparadisemod:lamps/blue_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@79c0d8e8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 495 nnparadisemod:lamps/pink_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@75892e01 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 496 nnparadisemod:lamps/gray_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@3cf083e1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 497 nnparadisemod:lamps/orange_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@48a7777a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 498 nnparadisemod:lamps/green_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@36bdeccd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 499 nnparadisemod:silver_block net.minecraftforge.oredict.ShapedOreRecipe@35824343 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 500 nnparadisemod:soul_glass_pane net.minecraft.item.crafting.ShapedRecipes@19461943 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 501 nnparadisemod:du_portal net.minecraft.item.crafting.ShapedRecipes@b2482f6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 502 nnparadisemod:cactus_chest_trapped net.minecraft.item.crafting.ShapelessRecipes@7bb131a1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 503 nnparadisemod:rusty_ingot_from_block net.minecraftforge.oredict.ShapedOreRecipe@7ef04cd8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 504 nnparadisemod:salt_block net.minecraft.item.crafting.ShapedRecipes@519531 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 505 nnparadisemod:silver_ingot_from_nugget net.minecraftforge.oredict.ShapedOreRecipe@41d3ea7c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 506 nnparadisemod:powered_emerald_rail net.minecraft.item.crafting.ShapedRecipes@6fe8a600 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 507 nnparadisemod:trapdoors/ruby_trapdoor net.minecraftforge.oredict.ShapedOreRecipe@445194c8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 508 nnparadisemod:trapdoors/moss_stone_trapdoor net.minecraft.item.crafting.ShapedRecipes@6e473488 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 509 nnparadisemod:trapdoors/glowing_obsidian_trapdoor net.minecraft.item.crafting.ShapedRecipes@537849ca -[13:41:23] [Server thread/TRACE] [FML]: Registry: 510 nnparadisemod:trapdoors/granite_trapdoor net.minecraft.item.crafting.ShapedRecipes@6a0261d5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 511 nnparadisemod:trapdoors/diamond_trapdoor net.minecraft.item.crafting.ShapedRecipes@5b0fd924 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 512 nnparadisemod:trapdoors/obsidian_trapdoor net.minecraft.item.crafting.ShapedRecipes@284abe68 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 513 nnparadisemod:trapdoors/end_trapdoor net.minecraft.item.crafting.ShapedRecipes@713ad3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 514 nnparadisemod:trapdoors/rusty_trapdoor net.minecraft.item.crafting.ShapedRecipes@57aa34bc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 515 nnparadisemod:trapdoors/cactus_trapdoor net.minecraft.item.crafting.ShapedRecipes@6bae5935 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 516 nnparadisemod:trapdoors/diorite_trapdoor net.minecraft.item.crafting.ShapedRecipes@34a39a54 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 517 nnparadisemod:trapdoors/silver_trapdoor net.minecraftforge.oredict.ShapedOreRecipe@4d3df078 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 518 nnparadisemod:trapdoors/gold_trapdoor net.minecraft.item.crafting.ShapedRecipes@59529ee -[13:41:23] [Server thread/TRACE] [FML]: Registry: 519 nnparadisemod:trapdoors/stone_trapdoor net.minecraft.item.crafting.ShapedRecipes@6864c023 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 520 nnparadisemod:trapdoors/cobblestone_trapdoor net.minecraft.item.crafting.ShapedRecipes@aa91055 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 521 nnparadisemod:trapdoors/emerald_trapdoor net.minecraft.item.crafting.ShapedRecipes@4ccb9af4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 522 nnparadisemod:trapdoors/redstone_trapdoor net.minecraft.item.crafting.ShapedRecipes@541eabb8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 523 nnparadisemod:trapdoors/andesite_trapdoor net.minecraft.item.crafting.ShapedRecipes@47cbe861 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 524 nnparadisemod:trapdoors/glass_trapdoor net.minecraft.item.crafting.ShapedRecipes@49a514ba -[13:41:23] [Server thread/TRACE] [FML]: Registry: 525 nnparadisemod:trapdoors/redstone_trapdoor_2 net.minecraft.item.crafting.ShapedRecipes@38b9e8a1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 526 nnparadisemod:rusty_bars net.minecraft.item.crafting.ShapedRecipes@84553a4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 527 nnparadisemod:rusty_nugget_from_ingot net.minecraftforge.oredict.ShapedOreRecipe@132ae660 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 528 nnparadisemod:cactus_bookshelf net.minecraft.item.crafting.ShapedRecipes@171198f2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 529 nnparadisemod:ender_pearl net.minecraft.item.crafting.ShapedRecipes@2ec9e29b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 530 nnparadisemod:rusty_iron_block net.minecraft.item.crafting.ShapedRecipes@f5c707b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 531 nnparadisemod:plates/rusty_pressure_plate net.minecraftforge.oredict.ShapedOreRecipe@42c8df06 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 532 nnparadisemod:plates/diamond_pressure_plate net.minecraft.item.crafting.ShapedRecipes@77b8b32e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 533 nnparadisemod:plates/acacia_pressure_plate net.minecraft.item.crafting.ShapedRecipes@19b7beaf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 534 nnparadisemod:plates/diorite_pressure_plate net.minecraft.item.crafting.ShapedRecipes@6e5644d7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 535 nnparadisemod:plates/granite_pressure_plate net.minecraft.item.crafting.ShapedRecipes@4c228648 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 536 nnparadisemod:plates/end_pressure_plate net.minecraft.item.crafting.ShapedRecipes@61d711c7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 537 nnparadisemod:plates/cactus_pressure_plate net.minecraft.item.crafting.ShapedRecipes@71eab4a9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 538 nnparadisemod:plates/glowing_obsidian_pressure_plate net.minecraft.item.crafting.ShapedRecipes@492273bf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 539 nnparadisemod:plates/mossy_pressure_plate net.minecraft.item.crafting.ShapedRecipes@57e9a2d2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 540 nnparadisemod:plates/ruby_pressure_plate net.minecraftforge.oredict.ShapedOreRecipe@da4978f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 541 nnparadisemod:plates/spruce_pressure_plate net.minecraft.item.crafting.ShapedRecipes@745f8cdc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 542 nnparadisemod:plates/jungle_pressure_plate net.minecraft.item.crafting.ShapedRecipes@73f4a94 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 543 nnparadisemod:plates/andesite_pressure_plate net.minecraft.item.crafting.ShapedRecipes@33efc1d7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 544 nnparadisemod:plates/emerald_pressure_plate net.minecraft.item.crafting.ShapedRecipes@156d14ee -[13:41:23] [Server thread/TRACE] [FML]: Registry: 545 nnparadisemod:plates/oak_pressure_plate net.minecraft.item.crafting.ShapedRecipes@2572728b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 546 nnparadisemod:plates/birch_pressure_plate net.minecraft.item.crafting.ShapedRecipes@4b7f66b3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 547 nnparadisemod:plates/cobblestone_pressure_plate net.minecraft.item.crafting.ShapedRecipes@19e7f39 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 548 nnparadisemod:plates/dark_oak_pressure_plate net.minecraft.item.crafting.ShapedRecipes@35cb507a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 549 nnparadisemod:plates/grass_pressure_plate net.minecraft.item.crafting.ShapedRecipes@579d0fc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 550 nnparadisemod:plates/silver_pressure_plate net.minecraftforge.oredict.ShapedOreRecipe@60417028 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 551 nnparadisemod:fence gates/emerald_fence_gate net.minecraft.item.crafting.ShapedRecipes@66e2394 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 552 nnparadisemod:fence gates/cactus_fence_gate net.minecraftforge.oredict.ShapedOreRecipe@8141f67 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 553 nnparadisemod:fence gates/redstone_fence_gate net.minecraftforge.oredict.ShapedOreRecipe@2448a6e9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 554 nnparadisemod:fence gates/diamond_fence_gate net.minecraft.item.crafting.ShapedRecipes@2f6bf880 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 555 nnparadisemod:fence gates/iron_fence_gate net.minecraft.item.crafting.ShapedRecipes@6a6fa8e7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 556 nnparadisemod:fence gates/gold_fence_gate net.minecraft.item.crafting.ShapedRecipes@20cf2675 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 557 nnparadisemod:fence gates/rusty_fence_gate net.minecraft.item.crafting.ShapedRecipes@4fb39b05 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 558 nnparadisemod:fence gates/silver_fence_gate net.minecraftforge.oredict.ShapedOreRecipe@51f87d06 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 559 nnparadisemod:fence gates/brick_fence_gate net.minecraft.item.crafting.ShapedRecipes@2aff048a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 560 nnparadisemod:fence gates/ruby_fence_gate net.minecraftforge.oredict.ShapedOreRecipe@20656abf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 561 nnparadisemod:armor/silver/silver_helmet net.minecraftforge.oredict.ShapedOreRecipe@2027ca12 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 562 nnparadisemod:armor/silver/silver_boots net.minecraftforge.oredict.ShapedOreRecipe@2156c157 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 563 nnparadisemod:armor/silver/silver_chestplate net.minecraftforge.oredict.ShapedOreRecipe@2acd8045 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 564 nnparadisemod:armor/silver/silver_leggings net.minecraftforge.oredict.ShapedOreRecipe@7c1b2fa1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 565 nnparadisemod:armor/ruby/ruby_chestplate net.minecraftforge.oredict.ShapedOreRecipe@2b7bd18b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 566 nnparadisemod:armor/ruby/ruby_helmet net.minecraftforge.oredict.ShapedOreRecipe@653ccd37 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 567 nnparadisemod:armor/ruby/ruby_leggings net.minecraftforge.oredict.ShapedOreRecipe@686a7b9c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 568 nnparadisemod:armor/ruby/ruby_boots net.minecraftforge.oredict.ShapedOreRecipe@575a6288 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 569 nnparadisemod:armor/emerald/emerald_chestplate net.minecraftforge.oredict.ShapedOreRecipe@31538302 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 570 nnparadisemod:armor/emerald/emerald_leggings net.minecraftforge.oredict.ShapedOreRecipe@36137ac -[13:41:23] [Server thread/TRACE] [FML]: Registry: 571 nnparadisemod:armor/emerald/emerald_helmet net.minecraftforge.oredict.ShapedOreRecipe@51dc0bd7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 572 nnparadisemod:armor/emerald/emerald_boots net.minecraftforge.oredict.ShapedOreRecipe@623bca9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 573 nnparadisemod:armor/rusty/rusty_chestplate net.minecraftforge.oredict.ShapedOreRecipe@1d661086 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 574 nnparadisemod:armor/rusty/rusty_leggings net.minecraftforge.oredict.ShapedOreRecipe@23dda3ed -[13:41:23] [Server thread/TRACE] [FML]: Registry: 575 nnparadisemod:armor/rusty/rusty_boots net.minecraftforge.oredict.ShapedOreRecipe@be1e3e9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 576 nnparadisemod:armor/rusty/rusty_helmet net.minecraftforge.oredict.ShapedOreRecipe@79644e78 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 577 nnparadisemod:armor/xmas/santa_jacket net.minecraft.item.crafting.ShapedRecipes@5fdbdf9c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 578 nnparadisemod:armor/xmas/santa_hat net.minecraft.item.crafting.ShapedRecipes@52bfd701 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 579 nnparadisemod:armor/xmas/santa_pants net.minecraft.item.crafting.ShapedRecipes@6d5c61c2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 580 nnparadisemod:armor/xmas/santa_boots net.minecraft.item.crafting.ShapedRecipes@7e7073fb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 581 nnparadisemod:armor/obsidian/obsidian_boots net.minecraftforge.oredict.ShapedOreRecipe@3cb93d9e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 582 nnparadisemod:armor/obsidian/obsidian_leggings net.minecraftforge.oredict.ShapedOreRecipe@7fee617a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 583 nnparadisemod:armor/obsidian/obsidian_helmet net.minecraftforge.oredict.ShapedOreRecipe@180cd498 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 584 nnparadisemod:armor/obsidian/obsidian_chestplate net.minecraftforge.oredict.ShapedOreRecipe@77d146dd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 585 nnparadisemod:armor/redstone/redstone_helmet net.minecraftforge.oredict.ShapedOreRecipe@6af6dfb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 586 nnparadisemod:armor/redstone/redstone_boots net.minecraftforge.oredict.ShapedOreRecipe@405df511 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 587 nnparadisemod:armor/redstone/redstone_leggings net.minecraftforge.oredict.ShapedOreRecipe@bdc027e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 588 nnparadisemod:armor/redstone/redstone_chestplate net.minecraftforge.oredict.ShapedOreRecipe@241f78b0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 589 nnparadisemod:quartz net.minecraft.item.crafting.ShapedRecipes@32e87d63 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 590 nnparadisemod:cactus_stick net.minecraft.item.crafting.ShapedRecipes@4981c2d3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 591 nnparadisemod:buttons/diamond_button net.minecraft.item.crafting.ShapedRecipes@3daca0d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 592 nnparadisemod:buttons/granite_button net.minecraft.item.crafting.ShapelessRecipes@752d2d41 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 593 nnparadisemod:buttons/rusty_button net.minecraft.item.crafting.ShapelessRecipes@4aeb7ea5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 594 nnparadisemod:buttons/acacia_button net.minecraft.item.crafting.ShapelessRecipes@160ffb29 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 595 nnparadisemod:buttons/gold_button net.minecraft.item.crafting.ShapelessRecipes@3d018e23 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 596 nnparadisemod:buttons/glowing_obsidian_button net.minecraft.item.crafting.ShapedRecipes@bc9a37b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 597 nnparadisemod:buttons/oak_button net.minecraft.item.crafting.ShapedRecipes@2d5b4073 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 598 nnparadisemod:buttons/mossy_button net.minecraft.item.crafting.ShapedRecipes@6a7f8220 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 599 nnparadisemod:buttons/ruby_button net.minecraftforge.oredict.ShapedOreRecipe@22150412 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 600 nnparadisemod:buttons/diorite_button net.minecraft.item.crafting.ShapelessRecipes@20507fc3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 601 nnparadisemod:buttons/cobblestone_button net.minecraft.item.crafting.ShapedRecipes@2ba47a0c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 602 nnparadisemod:buttons/obsidian_button net.minecraft.item.crafting.ShapedRecipes@7ade0d77 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 603 nnparadisemod:buttons/emerald_button net.minecraft.item.crafting.ShapedRecipes@d3b0d3c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 604 nnparadisemod:buttons/andesite_button net.minecraft.item.crafting.ShapelessRecipes@406fbe6d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 605 nnparadisemod:buttons/silver_button net.minecraftforge.oredict.ShapelessOreRecipe@642d5b9a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 606 nnparadisemod:buttons/birch_button net.minecraft.item.crafting.ShapelessRecipes@775c6e12 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 607 nnparadisemod:buttons/grass_button net.minecraft.item.crafting.ShapelessRecipes@3f9c5363 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 608 nnparadisemod:buttons/spruce_button net.minecraft.item.crafting.ShapelessRecipes@127c5a2d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 609 nnparadisemod:buttons/end_button net.minecraft.item.crafting.ShapedRecipes@67175512 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 610 nnparadisemod:buttons/dark_oak_button net.minecraft.item.crafting.ShapelessRecipes@35ec8a10 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 611 nnparadisemod:buttons/cactus_button net.minecraft.item.crafting.ShapedRecipes@3ae242ff -[13:41:23] [Server thread/TRACE] [FML]: Registry: 612 nnparadisemod:buttons/iron_button net.minecraft.item.crafting.ShapelessRecipes@40dea2c4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 613 nnparadisemod:buttons/jungle_button net.minecraft.item.crafting.ShapelessRecipes@57bd9e1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 614 nnparadisemod:buttons/glass_trapdoor net.minecraft.item.crafting.ShapedRecipes@61e88a1d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 615 nnparadisemod:enchanted_apple net.minecraft.item.crafting.ShapedRecipes@3766b309 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 616 nnparadisemod:doors/glowing_obsidian_door net.minecraft.item.crafting.ShapedRecipes@4b9cdae -[13:41:23] [Server thread/TRACE] [FML]: Registry: 617 nnparadisemod:doors/glass_door net.minecraft.item.crafting.ShapedRecipes@30f77950 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 618 nnparadisemod:doors/diorite_door net.minecraft.item.crafting.ShapedRecipes@3327215f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 619 nnparadisemod:doors/silver_door net.minecraftforge.oredict.ShapedOreRecipe@51a4d6d1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 620 nnparadisemod:doors/redstone_door_2 net.minecraft.item.crafting.ShapedRecipes@6832a9c5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 621 nnparadisemod:doors/end_door net.minecraft.item.crafting.ShapedRecipes@55c6eefb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 622 nnparadisemod:doors/ruby_door net.minecraftforge.oredict.ShapedOreRecipe@60924e7d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 623 nnparadisemod:doors/stone_door net.minecraft.item.crafting.ShapedRecipes@3d6c7a53 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 624 nnparadisemod:doors/diamond_door net.minecraft.item.crafting.ShapedRecipes@4fe8d279 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 625 nnparadisemod:doors/andesite_door net.minecraft.item.crafting.ShapedRecipes@31a4280a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 626 nnparadisemod:doors/cobblestone_door net.minecraft.item.crafting.ShapedRecipes@595cc4af -[13:41:23] [Server thread/TRACE] [FML]: Registry: 627 nnparadisemod:doors/granite_door net.minecraft.item.crafting.ShapedRecipes@56a3ef7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 628 nnparadisemod:doors/redstone_door net.minecraft.item.crafting.ShapedRecipes@1fd948e4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 629 nnparadisemod:doors/emerald_door net.minecraft.item.crafting.ShapedRecipes@2bef40ac -[13:41:23] [Server thread/TRACE] [FML]: Registry: 630 nnparadisemod:doors/rusty_door net.minecraft.item.crafting.ShapedRecipes@222854fc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 631 nnparadisemod:doors/obsidian_door net.minecraft.item.crafting.ShapedRecipes@3ed90cfc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 632 nnparadisemod:doors/gold_door net.minecraft.item.crafting.ShapedRecipes@34db71a9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 633 nnparadisemod:doors/cactus_door net.minecraft.item.crafting.ShapedRecipes@3b54b936 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 634 nnparadisemod:doors/moss_stone_door net.minecraft.item.crafting.ShapedRecipes@22ac0771 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 635 nnparadisemod:christmas_sapling net.minecraft.item.crafting.ShapelessRecipes@4c5ea8e8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 636 nnparadisemod:silver_hopper net.minecraftforge.oredict.ShapedOreRecipe@5a810888 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 637 nnparadisemod:walls/glowing_obsidian_wall net.minecraft.item.crafting.ShapedRecipes@1ce563d0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 638 nnparadisemod:walls/obsidian_wall net.minecraft.item.crafting.ShapedRecipes@65fd262d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 639 nnparadisemod:walls/end_wall net.minecraft.item.crafting.ShapedRecipes@3e6a266f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 640 nnparadisemod:silver_nugget_from_ingot net.minecraftforge.oredict.ShapedOreRecipe@504a076d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 641 nnparadisemod:nether_wart net.minecraft.item.crafting.ShapedRecipes@799a557 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 642 nnparadisemod:tools/silver/silver_hoe net.minecraftforge.oredict.ShapedOreRecipe@1adf4095 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 643 nnparadisemod:tools/silver/silver_axe net.minecraftforge.oredict.ShapedOreRecipe@58209a42 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 644 nnparadisemod:tools/silver/silver_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@70f4b378 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 645 nnparadisemod:tools/silver/silver_sword net.minecraftforge.oredict.ShapedOreRecipe@237ab619 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 646 nnparadisemod:tools/silver/silver_shovel net.minecraftforge.oredict.ShapedOreRecipe@681f45c3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 647 nnparadisemod:tools/ cactus/cactus_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@e58dd48 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 648 nnparadisemod:tools/ cactus/cactus_sword net.minecraftforge.oredict.ShapedOreRecipe@687849c4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 649 nnparadisemod:tools/ cactus/cactus_axe net.minecraftforge.oredict.ShapedOreRecipe@1df7dab4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 650 nnparadisemod:tools/ cactus/cactus_shovel net.minecraftforge.oredict.ShapedOreRecipe@23ff0f10 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 651 nnparadisemod:tools/ cactus/cactus_hoe net.minecraftforge.oredict.ShapedOreRecipe@79551ba8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 652 nnparadisemod:tools/ruby/ruby_sword net.minecraftforge.oredict.ShapedOreRecipe@62fcf799 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 653 nnparadisemod:tools/ruby/ruby_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@4cae25aa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 654 nnparadisemod:tools/ruby/ruby_shovel net.minecraftforge.oredict.ShapedOreRecipe@3f42ec38 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 655 nnparadisemod:tools/ruby/ruby_hoe net.minecraftforge.oredict.ShapedOreRecipe@6b073046 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 656 nnparadisemod:tools/ruby/ruby_axe net.minecraftforge.oredict.ShapedOreRecipe@773e2c35 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 657 nnparadisemod:tools/emerald/emerald_hoe net.minecraft.item.crafting.ShapedRecipes@68c2c180 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 658 nnparadisemod:tools/emerald/emerald_sword net.minecraft.item.crafting.ShapedRecipes@55cb3c5c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 659 nnparadisemod:tools/emerald/emerald_shovel net.minecraft.item.crafting.ShapedRecipes@b86f1e0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 660 nnparadisemod:tools/emerald/emerald_axe net.minecraft.item.crafting.ShapedRecipes@4ba14572 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 661 nnparadisemod:tools/emerald/emerald_pickaxe net.minecraft.item.crafting.ShapedRecipes@24f9fecb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 662 nnparadisemod:tools/rusty/rusty_shovel net.minecraftforge.oredict.ShapedOreRecipe@5e9e9070 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 663 nnparadisemod:tools/rusty/rusty_axe net.minecraftforge.oredict.ShapedOreRecipe@56dab3b2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 664 nnparadisemod:tools/rusty/rusty_sword net.minecraftforge.oredict.ShapedOreRecipe@65aad8c7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 665 nnparadisemod:tools/rusty/rusty_hoe net.minecraftforge.oredict.ShapedOreRecipe@474f1b70 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 666 nnparadisemod:tools/rusty/rusty_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@4554504 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 667 nnparadisemod:tools/obsidian/obsidian_pickaxe net.minecraft.item.crafting.ShapedRecipes@7abbc7b8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 668 nnparadisemod:tools/obsidian/obsidian_sword net.minecraft.item.crafting.ShapedRecipes@4cc01c69 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 669 nnparadisemod:tools/obsidian/obsidian_shovel net.minecraft.item.crafting.ShapedRecipes@7c5cb0e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 670 nnparadisemod:tools/obsidian/obsidian_axe net.minecraft.item.crafting.ShapedRecipes@2fb9853f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 671 nnparadisemod:tools/obsidian/obsidian_hoe net.minecraft.item.crafting.ShapedRecipes@1b4222ad -[13:41:23] [Server thread/TRACE] [FML]: Registry: 672 nnparadisemod:tools/redstone/redstone_sword net.minecraft.item.crafting.ShapedRecipes@73af8ccb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 673 nnparadisemod:tools/redstone/redstone_hoe net.minecraft.item.crafting.ShapedRecipes@391eea7f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 674 nnparadisemod:tools/redstone/redstone_shovel net.minecraft.item.crafting.ShapedRecipes@5de26a74 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 675 nnparadisemod:tools/redstone/redstone_pickaxe net.minecraft.item.crafting.ShapedRecipes@50097a34 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 676 nnparadisemod:tools/redstone/redstone_axe net.minecraft.item.crafting.ShapedRecipes@32f73d95 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 677 nnparadisemod:stairs/obsidian_stairs net.minecraft.item.crafting.ShapedRecipes@7b045db -[13:41:23] [Server thread/TRACE] [FML]: Registry: 678 nnparadisemod:stairs/cactus_stairs net.minecraft.item.crafting.ShapedRecipes@4c4fc68a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 679 nnparadisemod:stairs/glowing_obsidian_stairs net.minecraft.item.crafting.ShapedRecipes@41a1a8f6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 680 nnparadisemod:stairs/end_stairs net.minecraft.item.crafting.ShapedRecipes@4e0946ff -[13:41:23] [Server thread/TRACE] [FML]: Registry Name : minecraft:villagerprofessions -[13:41:23] [Server thread/TRACE] [FML]: Registry: 0 minecraft:farmer net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@7a2ffb0b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 1 minecraft:librarian net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@4d142b53 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2 minecraft:priest net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@3bac86a3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 3 minecraft:smith net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@128ca7af -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4 minecraft:butcher net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@3bf52f8f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 5 minecraft:nitwit net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@57d7c511 -[13:41:23] [Server thread/TRACE] [FML]: Registry Name : minecraft:entities -[13:41:23] [Server thread/TRACE] [FML]: Registry: 1 minecraft:item net.minecraftforge.fml.common.registry.EntityEntry@3efb863c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2 minecraft:xp_orb net.minecraftforge.fml.common.registry.EntityEntry@7263b0c4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 3 minecraft:area_effect_cloud net.minecraftforge.fml.common.registry.EntityEntry@6b2efcae -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4 minecraft:elder_guardian net.minecraftforge.fml.common.registry.EntityEntry@3b0c38f2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 5 minecraft:wither_skeleton net.minecraftforge.fml.common.registry.EntityEntry@4db4431b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 6 minecraft:stray net.minecraftforge.fml.common.registry.EntityEntry@69dc7b24 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 7 minecraft:egg net.minecraftforge.fml.common.registry.EntityEntry@44ec4a38 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 8 minecraft:leash_knot net.minecraftforge.fml.common.registry.EntityEntry@2190508d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 9 minecraft:painting net.minecraftforge.fml.common.registry.EntityEntry@72e1e587 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 10 minecraft:arrow net.minecraftforge.fml.common.registry.EntityEntry@2fce8243 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 11 minecraft:snowball net.minecraftforge.fml.common.registry.EntityEntry@37393dab -[13:41:23] [Server thread/TRACE] [FML]: Registry: 12 minecraft:fireball net.minecraftforge.fml.common.registry.EntityEntry@4d3a7f83 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 13 minecraft:small_fireball net.minecraftforge.fml.common.registry.EntityEntry@4946dfde -[13:41:23] [Server thread/TRACE] [FML]: Registry: 14 minecraft:ender_pearl net.minecraftforge.fml.common.registry.EntityEntry@3b29d36c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 15 minecraft:eye_of_ender_signal net.minecraftforge.fml.common.registry.EntityEntry@d641499 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 16 minecraft:potion net.minecraftforge.fml.common.registry.EntityEntry@634d3439 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 17 minecraft:xp_bottle net.minecraftforge.fml.common.registry.EntityEntry@44e0c3d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 18 minecraft:item_frame net.minecraftforge.fml.common.registry.EntityEntry@71891d6b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 19 minecraft:wither_skull net.minecraftforge.fml.common.registry.EntityEntry@67e21ea2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 20 minecraft:tnt net.minecraftforge.fml.common.registry.EntityEntry@2184962c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 21 minecraft:falling_block net.minecraftforge.fml.common.registry.EntityEntry@4d9bccfe -[13:41:23] [Server thread/TRACE] [FML]: Registry: 22 minecraft:fireworks_rocket net.minecraftforge.fml.common.registry.EntityEntry@412440c1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 23 minecraft:husk net.minecraftforge.fml.common.registry.EntityEntry@56b48163 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 24 minecraft:spectral_arrow net.minecraftforge.fml.common.registry.EntityEntry@eb6ccbc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 25 minecraft:shulker_bullet net.minecraftforge.fml.common.registry.EntityEntry@29bf90fc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 26 minecraft:dragon_fireball net.minecraftforge.fml.common.registry.EntityEntry@24ee6faa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 27 minecraft:zombie_villager net.minecraftforge.fml.common.registry.EntityEntry@6b756a62 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 28 minecraft:skeleton_horse net.minecraftforge.fml.common.registry.EntityEntry@37f627d0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 29 minecraft:zombie_horse net.minecraftforge.fml.common.registry.EntityEntry@7f9d40b3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 30 minecraft:armor_stand net.minecraftforge.fml.common.registry.EntityEntry@ca2a03f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 31 minecraft:donkey net.minecraftforge.fml.common.registry.EntityEntry@6a8bcb64 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 32 minecraft:mule net.minecraftforge.fml.common.registry.EntityEntry@288b8663 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 33 minecraft:evocation_fangs net.minecraftforge.fml.common.registry.EntityEntry@4b7c0f39 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 34 minecraft:evocation_illager net.minecraftforge.fml.common.registry.EntityEntry@1e033801 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 35 minecraft:vex net.minecraftforge.fml.common.registry.EntityEntry@34001c5d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 36 minecraft:vindication_illager net.minecraftforge.fml.common.registry.EntityEntry@10bcbbce -[13:41:23] [Server thread/TRACE] [FML]: Registry: 37 minecraft:illusion_illager net.minecraftforge.fml.common.registry.EntityEntry@62264d4f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 40 minecraft:commandblock_minecart net.minecraftforge.fml.common.registry.EntityEntry@61f08aa9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 41 minecraft:boat net.minecraftforge.fml.common.registry.EntityEntry@1a1f22f2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 42 minecraft:minecart net.minecraftforge.fml.common.registry.EntityEntry@4e782401 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 43 minecraft:chest_minecart net.minecraftforge.fml.common.registry.EntityEntry@5d449307 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 44 minecraft:furnace_minecart net.minecraftforge.fml.common.registry.EntityEntry@24a807a9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 45 minecraft:tnt_minecart net.minecraftforge.fml.common.registry.EntityEntry@736f2fb8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 46 minecraft:hopper_minecart net.minecraftforge.fml.common.registry.EntityEntry@3c5bb37d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 47 minecraft:spawner_minecart net.minecraftforge.fml.common.registry.EntityEntry@29ae2517 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 50 minecraft:creeper net.minecraftforge.fml.common.registry.EntityEntry@2fe2fcc2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 51 minecraft:skeleton net.minecraftforge.fml.common.registry.EntityEntry@180e33b0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 52 minecraft:spider net.minecraftforge.fml.common.registry.EntityEntry@13731ff4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 53 minecraft:giant net.minecraftforge.fml.common.registry.EntityEntry@630e5010 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 54 minecraft:zombie net.minecraftforge.fml.common.registry.EntityEntry@10b5ff4d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 55 minecraft:slime net.minecraftforge.fml.common.registry.EntityEntry@12478b4e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 56 minecraft:ghast net.minecraftforge.fml.common.registry.EntityEntry@b5bddfe -[13:41:23] [Server thread/TRACE] [FML]: Registry: 57 minecraft:zombie_pigman net.minecraftforge.fml.common.registry.EntityEntry@72c175f1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 58 minecraft:enderman net.minecraftforge.fml.common.registry.EntityEntry@5ec3689b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 59 minecraft:cave_spider net.minecraftforge.fml.common.registry.EntityEntry@32e7df65 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 60 minecraft:silverfish net.minecraftforge.fml.common.registry.EntityEntry@a72925 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 61 minecraft:blaze net.minecraftforge.fml.common.registry.EntityEntry@4f0cdd0f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 62 minecraft:magma_cube net.minecraftforge.fml.common.registry.EntityEntry@796613b7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 63 minecraft:ender_dragon net.minecraftforge.fml.common.registry.EntityEntry@7f53b345 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 64 minecraft:wither net.minecraftforge.fml.common.registry.EntityEntry@6b170692 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 65 minecraft:bat net.minecraftforge.fml.common.registry.EntityEntry@67372d20 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 66 minecraft:witch net.minecraftforge.fml.common.registry.EntityEntry@8ad6d29 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 67 minecraft:endermite net.minecraftforge.fml.common.registry.EntityEntry@4e35a219 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 68 minecraft:guardian net.minecraftforge.fml.common.registry.EntityEntry@7772ec28 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 69 minecraft:shulker net.minecraftforge.fml.common.registry.EntityEntry@64a4739 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 90 minecraft:pig net.minecraftforge.fml.common.registry.EntityEntry@6ba0dcba -[13:41:23] [Server thread/TRACE] [FML]: Registry: 91 minecraft:sheep net.minecraftforge.fml.common.registry.EntityEntry@1885905b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 92 minecraft:cow net.minecraftforge.fml.common.registry.EntityEntry@16024b49 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 93 minecraft:chicken net.minecraftforge.fml.common.registry.EntityEntry@53f94afe -[13:41:23] [Server thread/TRACE] [FML]: Registry: 94 minecraft:squid net.minecraftforge.fml.common.registry.EntityEntry@558ed473 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 95 minecraft:wolf net.minecraftforge.fml.common.registry.EntityEntry@7e36d508 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 96 minecraft:mooshroom net.minecraftforge.fml.common.registry.EntityEntry@40071890 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 97 minecraft:snowman net.minecraftforge.fml.common.registry.EntityEntry@748aa7dc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 98 minecraft:ocelot net.minecraftforge.fml.common.registry.EntityEntry@4f1f2f84 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 99 minecraft:villager_golem net.minecraftforge.fml.common.registry.EntityEntry@7298c2d9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 100 minecraft:horse net.minecraftforge.fml.common.registry.EntityEntry@122ea8dc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 101 minecraft:rabbit net.minecraftforge.fml.common.registry.EntityEntry@10e4ce98 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 102 minecraft:polar_bear net.minecraftforge.fml.common.registry.EntityEntry@5bddd141 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 103 minecraft:llama net.minecraftforge.fml.common.registry.EntityEntry@3f2ab6ec -[13:41:23] [Server thread/TRACE] [FML]: Registry: 104 minecraft:llama_spit net.minecraftforge.fml.common.registry.EntityEntry@2ea0161f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 105 minecraft:parrot net.minecraftforge.fml.common.registry.EntityEntry@7e366c6f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 120 minecraft:villager net.minecraftforge.fml.common.registry.EntityEntry@3d6745ed -[13:41:23] [Server thread/TRACE] [FML]: Registry: 200 minecraft:ender_crystal net.minecraftforge.fml.common.registry.EntityEntry@600e2000 -[13:41:23] [Server thread/TRACE] [FML]: Registry Name : minecraft:blocks -[13:41:23] [Server thread/TRACE] [FML]: Registry: 0 minecraft:air Block{minecraft:air} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 1 minecraft:stone Block{minecraft:stone} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2 minecraft:grass Block{minecraft:grass} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 3 minecraft:dirt Block{minecraft:dirt} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4 minecraft:cobblestone Block{minecraft:cobblestone} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 5 minecraft:planks Block{minecraft:planks} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 6 minecraft:sapling Block{minecraft:sapling} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 7 minecraft:bedrock Block{minecraft:bedrock} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 8 minecraft:flowing_water Block{minecraft:flowing_water} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 9 minecraft:water Block{minecraft:water} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 10 minecraft:flowing_lava Block{minecraft:flowing_lava} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 11 minecraft:lava Block{minecraft:lava} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 12 minecraft:sand Block{minecraft:sand} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 13 minecraft:gravel Block{minecraft:gravel} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 14 minecraft:gold_ore Block{minecraft:gold_ore} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 15 minecraft:iron_ore Block{minecraft:iron_ore} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 16 minecraft:coal_ore Block{minecraft:coal_ore} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 17 minecraft:log Block{minecraft:log} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 18 minecraft:leaves Block{minecraft:leaves} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 19 minecraft:sponge Block{minecraft:sponge} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 20 minecraft:glass Block{minecraft:glass} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 21 minecraft:lapis_ore Block{minecraft:lapis_ore} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 22 minecraft:lapis_block Block{minecraft:lapis_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 23 minecraft:dispenser Block{minecraft:dispenser} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 24 minecraft:sandstone Block{minecraft:sandstone} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 25 minecraft:noteblock Block{minecraft:noteblock} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 26 minecraft:bed Block{minecraft:bed} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 27 minecraft:golden_rail Block{minecraft:golden_rail} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 28 minecraft:detector_rail Block{minecraft:detector_rail} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 29 minecraft:sticky_piston Block{minecraft:sticky_piston} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 30 minecraft:web Block{minecraft:web} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 31 minecraft:tallgrass Block{minecraft:tallgrass} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 32 minecraft:deadbush Block{minecraft:deadbush} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 33 minecraft:piston Block{minecraft:piston} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 34 minecraft:piston_head Block{minecraft:piston_head} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 35 minecraft:wool Block{minecraft:wool} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 36 minecraft:piston_extension Block{minecraft:piston_extension} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 37 minecraft:yellow_flower Block{minecraft:yellow_flower} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 38 minecraft:red_flower Block{minecraft:red_flower} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 39 minecraft:brown_mushroom Block{minecraft:brown_mushroom} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 40 minecraft:red_mushroom Block{minecraft:red_mushroom} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 41 minecraft:gold_block Block{minecraft:gold_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 42 minecraft:iron_block Block{minecraft:iron_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 43 minecraft:double_stone_slab Block{minecraft:double_stone_slab} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 44 minecraft:stone_slab Block{minecraft:stone_slab} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 45 minecraft:brick_block Block{minecraft:brick_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 46 minecraft:tnt Block{minecraft:tnt} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 47 minecraft:bookshelf Block{minecraft:bookshelf} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 48 minecraft:mossy_cobblestone Block{minecraft:mossy_cobblestone} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 49 minecraft:obsidian Block{minecraft:obsidian} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 50 minecraft:torch Block{minecraft:torch} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 51 minecraft:fire Block{minecraft:fire} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 52 minecraft:mob_spawner Block{minecraft:mob_spawner} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 53 minecraft:oak_stairs Block{minecraft:oak_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 54 minecraft:chest Block{minecraft:chest} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 55 minecraft:redstone_wire Block{minecraft:redstone_wire} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 56 minecraft:diamond_ore Block{minecraft:diamond_ore} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 57 minecraft:diamond_block Block{minecraft:diamond_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 58 minecraft:crafting_table Block{minecraft:crafting_table} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 59 minecraft:wheat Block{minecraft:wheat} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 60 minecraft:farmland Block{minecraft:farmland} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 61 minecraft:furnace Block{minecraft:furnace} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 62 minecraft:lit_furnace Block{minecraft:lit_furnace} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 63 minecraft:standing_sign Block{minecraft:standing_sign} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 64 minecraft:wooden_door Block{minecraft:wooden_door} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 65 minecraft:ladder Block{minecraft:ladder} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 66 minecraft:rail Block{minecraft:rail} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 67 minecraft:stone_stairs Block{minecraft:stone_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 68 minecraft:wall_sign Block{minecraft:wall_sign} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 69 minecraft:lever Block{minecraft:lever} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 70 minecraft:stone_pressure_plate Block{minecraft:stone_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 71 minecraft:iron_door Block{minecraft:iron_door} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 72 minecraft:wooden_pressure_plate Block{minecraft:wooden_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 73 minecraft:redstone_ore Block{minecraft:redstone_ore} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 74 minecraft:lit_redstone_ore Block{minecraft:lit_redstone_ore} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 75 minecraft:unlit_redstone_torch Block{minecraft:unlit_redstone_torch} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 76 minecraft:redstone_torch Block{minecraft:redstone_torch} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 77 minecraft:stone_button Block{minecraft:stone_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 78 minecraft:snow_layer Block{minecraft:snow_layer} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 79 minecraft:ice Block{minecraft:ice} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 80 minecraft:snow Block{minecraft:snow} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 81 minecraft:cactus Block{minecraft:cactus} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 82 minecraft:clay Block{minecraft:clay} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 83 minecraft:reeds Block{minecraft:reeds} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 84 minecraft:jukebox Block{minecraft:jukebox} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 85 minecraft:fence Block{minecraft:fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 86 minecraft:pumpkin Block{minecraft:pumpkin} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 87 minecraft:netherrack Block{minecraft:netherrack} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 88 minecraft:soul_sand Block{minecraft:soul_sand} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 89 minecraft:glowstone Block{minecraft:glowstone} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 90 minecraft:portal Block{minecraft:portal} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 91 minecraft:lit_pumpkin Block{minecraft:lit_pumpkin} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 92 minecraft:cake Block{minecraft:cake} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 93 minecraft:unpowered_repeater Block{minecraft:unpowered_repeater} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 94 minecraft:powered_repeater Block{minecraft:powered_repeater} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 95 minecraft:stained_glass Block{minecraft:stained_glass} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 96 minecraft:trapdoor Block{minecraft:trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 97 minecraft:monster_egg Block{minecraft:monster_egg} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 98 minecraft:stonebrick Block{minecraft:stonebrick} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 99 minecraft:brown_mushroom_block Block{minecraft:brown_mushroom_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 100 minecraft:red_mushroom_block Block{minecraft:red_mushroom_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 101 minecraft:iron_bars Block{minecraft:iron_bars} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 102 minecraft:glass_pane Block{minecraft:glass_pane} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 103 minecraft:melon_block Block{minecraft:melon_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 104 minecraft:pumpkin_stem Block{minecraft:pumpkin_stem} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 105 minecraft:melon_stem Block{minecraft:melon_stem} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 106 minecraft:vine Block{minecraft:vine} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 107 minecraft:fence_gate Block{minecraft:fence_gate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 108 minecraft:brick_stairs Block{minecraft:brick_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 109 minecraft:stone_brick_stairs Block{minecraft:stone_brick_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 110 minecraft:mycelium Block{minecraft:mycelium} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 111 minecraft:waterlily Block{minecraft:waterlily} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 112 minecraft:nether_brick Block{minecraft:nether_brick} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 113 minecraft:nether_brick_fence Block{minecraft:nether_brick_fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 114 minecraft:nether_brick_stairs Block{minecraft:nether_brick_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 115 minecraft:nether_wart Block{minecraft:nether_wart} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 116 minecraft:enchanting_table Block{minecraft:enchanting_table} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 117 minecraft:brewing_stand Block{minecraft:brewing_stand} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 118 minecraft:cauldron Block{minecraft:cauldron} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 119 minecraft:end_portal Block{minecraft:end_portal} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 120 minecraft:end_portal_frame Block{minecraft:end_portal_frame} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 121 minecraft:end_stone Block{minecraft:end_stone} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 122 minecraft:dragon_egg Block{minecraft:dragon_egg} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 123 minecraft:redstone_lamp Block{minecraft:redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 124 minecraft:lit_redstone_lamp Block{minecraft:lit_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 125 minecraft:double_wooden_slab Block{minecraft:double_wooden_slab} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 126 minecraft:wooden_slab Block{minecraft:wooden_slab} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 127 minecraft:cocoa Block{minecraft:cocoa} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 128 minecraft:sandstone_stairs Block{minecraft:sandstone_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 129 minecraft:emerald_ore Block{minecraft:emerald_ore} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 130 minecraft:ender_chest Block{minecraft:ender_chest} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 131 minecraft:tripwire_hook Block{minecraft:tripwire_hook} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 132 minecraft:tripwire Block{minecraft:tripwire} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 133 minecraft:emerald_block Block{minecraft:emerald_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 134 minecraft:spruce_stairs Block{minecraft:spruce_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 135 minecraft:birch_stairs Block{minecraft:birch_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 136 minecraft:jungle_stairs Block{minecraft:jungle_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 137 minecraft:command_block Block{minecraft:command_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 138 minecraft:beacon Block{minecraft:beacon} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 139 minecraft:cobblestone_wall Block{minecraft:cobblestone_wall} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 140 minecraft:flower_pot Block{minecraft:flower_pot} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 141 minecraft:carrots Block{minecraft:carrots} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 142 minecraft:potatoes Block{minecraft:potatoes} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 143 minecraft:wooden_button Block{minecraft:wooden_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 144 minecraft:skull Block{minecraft:skull} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 145 minecraft:anvil Block{minecraft:anvil} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 146 minecraft:trapped_chest Block{minecraft:trapped_chest} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 147 minecraft:light_weighted_pressure_plate Block{minecraft:light_weighted_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 148 minecraft:heavy_weighted_pressure_plate Block{minecraft:heavy_weighted_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 149 minecraft:unpowered_comparator Block{minecraft:unpowered_comparator} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 150 minecraft:powered_comparator Block{minecraft:powered_comparator} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 151 minecraft:daylight_detector Block{minecraft:daylight_detector} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 152 minecraft:redstone_block Block{minecraft:redstone_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 153 minecraft:quartz_ore Block{minecraft:quartz_ore} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 154 minecraft:hopper Block{minecraft:hopper} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 155 minecraft:quartz_block Block{minecraft:quartz_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 156 minecraft:quartz_stairs Block{minecraft:quartz_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 157 minecraft:activator_rail Block{minecraft:activator_rail} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 158 minecraft:dropper Block{minecraft:dropper} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 159 minecraft:stained_hardened_clay Block{minecraft:stained_hardened_clay} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 160 minecraft:stained_glass_pane Block{minecraft:stained_glass_pane} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 161 minecraft:leaves2 Block{minecraft:leaves2} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 162 minecraft:log2 Block{minecraft:log2} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 163 minecraft:acacia_stairs Block{minecraft:acacia_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 164 minecraft:dark_oak_stairs Block{minecraft:dark_oak_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 165 minecraft:slime Block{minecraft:slime} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 166 minecraft:barrier Block{minecraft:barrier} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 167 minecraft:iron_trapdoor Block{minecraft:iron_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 168 minecraft:prismarine Block{minecraft:prismarine} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 169 minecraft:sea_lantern Block{minecraft:sea_lantern} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 170 minecraft:hay_block Block{minecraft:hay_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 171 minecraft:carpet Block{minecraft:carpet} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 172 minecraft:hardened_clay Block{minecraft:hardened_clay} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 173 minecraft:coal_block Block{minecraft:coal_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 174 minecraft:packed_ice Block{minecraft:packed_ice} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 175 minecraft:double_plant Block{minecraft:double_plant} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 176 minecraft:standing_banner Block{minecraft:standing_banner} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 177 minecraft:wall_banner Block{minecraft:wall_banner} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 178 minecraft:daylight_detector_inverted Block{minecraft:daylight_detector_inverted} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 179 minecraft:red_sandstone Block{minecraft:red_sandstone} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 180 minecraft:red_sandstone_stairs Block{minecraft:red_sandstone_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 181 minecraft:double_stone_slab2 Block{minecraft:double_stone_slab2} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 182 minecraft:stone_slab2 Block{minecraft:stone_slab2} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 183 minecraft:spruce_fence_gate Block{minecraft:spruce_fence_gate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 184 minecraft:birch_fence_gate Block{minecraft:birch_fence_gate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 185 minecraft:jungle_fence_gate Block{minecraft:jungle_fence_gate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 186 minecraft:dark_oak_fence_gate Block{minecraft:dark_oak_fence_gate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 187 minecraft:acacia_fence_gate Block{minecraft:acacia_fence_gate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 188 minecraft:spruce_fence Block{minecraft:spruce_fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 189 minecraft:birch_fence Block{minecraft:birch_fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 190 minecraft:jungle_fence Block{minecraft:jungle_fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 191 minecraft:dark_oak_fence Block{minecraft:dark_oak_fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 192 minecraft:acacia_fence Block{minecraft:acacia_fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 193 minecraft:spruce_door Block{minecraft:spruce_door} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 194 minecraft:birch_door Block{minecraft:birch_door} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 195 minecraft:jungle_door Block{minecraft:jungle_door} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 196 minecraft:acacia_door Block{minecraft:acacia_door} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 197 minecraft:dark_oak_door Block{minecraft:dark_oak_door} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 198 minecraft:end_rod Block{minecraft:end_rod} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 199 minecraft:chorus_plant Block{minecraft:chorus_plant} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 200 minecraft:chorus_flower Block{minecraft:chorus_flower} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 201 minecraft:purpur_block Block{minecraft:purpur_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 202 minecraft:purpur_pillar Block{minecraft:purpur_pillar} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 203 minecraft:purpur_stairs Block{minecraft:purpur_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 204 minecraft:purpur_double_slab Block{minecraft:purpur_double_slab} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 205 minecraft:purpur_slab Block{minecraft:purpur_slab} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 206 minecraft:end_bricks Block{minecraft:end_bricks} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 207 minecraft:beetroots Block{minecraft:beetroots} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 208 minecraft:grass_path Block{minecraft:grass_path} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 209 minecraft:end_gateway Block{minecraft:end_gateway} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 210 minecraft:repeating_command_block Block{minecraft:repeating_command_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 211 minecraft:chain_command_block Block{minecraft:chain_command_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 212 minecraft:frosted_ice Block{minecraft:frosted_ice} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 213 minecraft:magma Block{minecraft:magma} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 214 minecraft:nether_wart_block Block{minecraft:nether_wart_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 215 minecraft:red_nether_brick Block{minecraft:red_nether_brick} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 216 minecraft:bone_block Block{minecraft:bone_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 217 minecraft:structure_void Block{minecraft:structure_void} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 218 minecraft:observer Block{minecraft:observer} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 219 minecraft:white_shulker_box Block{minecraft:white_shulker_box} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 220 minecraft:orange_shulker_box Block{minecraft:orange_shulker_box} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 221 minecraft:magenta_shulker_box Block{minecraft:magenta_shulker_box} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 222 minecraft:light_blue_shulker_box Block{minecraft:light_blue_shulker_box} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 223 minecraft:yellow_shulker_box Block{minecraft:yellow_shulker_box} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 224 minecraft:lime_shulker_box Block{minecraft:lime_shulker_box} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 225 minecraft:pink_shulker_box Block{minecraft:pink_shulker_box} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 226 minecraft:gray_shulker_box Block{minecraft:gray_shulker_box} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 227 minecraft:silver_shulker_box Block{minecraft:silver_shulker_box} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 228 minecraft:cyan_shulker_box Block{minecraft:cyan_shulker_box} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 229 minecraft:purple_shulker_box Block{minecraft:purple_shulker_box} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 230 minecraft:blue_shulker_box Block{minecraft:blue_shulker_box} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 231 minecraft:brown_shulker_box Block{minecraft:brown_shulker_box} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 232 minecraft:green_shulker_box Block{minecraft:green_shulker_box} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 233 minecraft:red_shulker_box Block{minecraft:red_shulker_box} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 234 minecraft:black_shulker_box Block{minecraft:black_shulker_box} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 235 minecraft:white_glazed_terracotta Block{minecraft:white_glazed_terracotta} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 236 minecraft:orange_glazed_terracotta Block{minecraft:orange_glazed_terracotta} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 237 minecraft:magenta_glazed_terracotta Block{minecraft:magenta_glazed_terracotta} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 238 minecraft:light_blue_glazed_terracotta Block{minecraft:light_blue_glazed_terracotta} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 239 minecraft:yellow_glazed_terracotta Block{minecraft:yellow_glazed_terracotta} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 240 minecraft:lime_glazed_terracotta Block{minecraft:lime_glazed_terracotta} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 241 minecraft:pink_glazed_terracotta Block{minecraft:pink_glazed_terracotta} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 242 minecraft:gray_glazed_terracotta Block{minecraft:gray_glazed_terracotta} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 243 minecraft:silver_glazed_terracotta Block{minecraft:silver_glazed_terracotta} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 244 minecraft:cyan_glazed_terracotta Block{minecraft:cyan_glazed_terracotta} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 245 minecraft:purple_glazed_terracotta Block{minecraft:purple_glazed_terracotta} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 246 minecraft:blue_glazed_terracotta Block{minecraft:blue_glazed_terracotta} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 247 minecraft:brown_glazed_terracotta Block{minecraft:brown_glazed_terracotta} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 248 minecraft:green_glazed_terracotta Block{minecraft:green_glazed_terracotta} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 249 minecraft:red_glazed_terracotta Block{minecraft:red_glazed_terracotta} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 250 minecraft:black_glazed_terracotta Block{minecraft:black_glazed_terracotta} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 251 minecraft:concrete Block{minecraft:concrete} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 252 minecraft:concrete_powder Block{minecraft:concrete_powder} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 253 nnparadisemod:liquid_redstone Block{nnparadisemod:liquid_redstone} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 254 nnparadisemod:rusty_iron_bars Block{nnparadisemod:rusty_iron_bars} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 255 minecraft:structure_block Block{minecraft:structure_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 256 nnparadisemod:salt_lamp Block{nnparadisemod:salt_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 257 nnparadisemod:compressed_cactus Block{nnparadisemod:compressed_cactus} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 258 nnparadisemod:cactus_bookshelf Block{nnparadisemod:cactus_bookshelf} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 259 nnparadisemod:silver_hopper Block{nnparadisemod:silver_hopper} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 260 nnparadisemod:silver_bars Block{nnparadisemod:silver_bars} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 261 nnparadisemod:powered_emerald_rail Block{nnparadisemod:powered_emerald_rail} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 262 nnparadisemod:emerald_rail Block{nnparadisemod:emerald_rail} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 263 nnparadisemod:mossy_lever Block{nnparadisemod:mossy_lever} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 264 nnparadisemod:du_portal Block{nnparadisemod:du_portal} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 265 nnparadisemod:glowing_obsidian Block{nnparadisemod:glowing_obsidian} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 266 nnparadisemod:soul_glass_pane Block{nnparadisemod:soul_glass_pane} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 267 nnparadisemod:soul_glass Block{nnparadisemod:soul_glass} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 268 nnparadisemod:present Block{nnparadisemod:present} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 269 nnparadisemod:santa_hat Block{nnparadisemod:santa_hat} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 270 nnparadisemod:christmas_sapling Block{nnparadisemod:christmas_sapling} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 271 nnparadisemod:tree_topper Block{nnparadisemod:tree_topper} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 272 nnparadisemod:gold_bars Block{nnparadisemod:gold_bars} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 273 nnparadisemod:christmas_leaves Block{nnparadisemod:christmas_leaves} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 274 nnparadisemod:diamond_crystal Block{nnparadisemod:diamond_crystal} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 275 nnparadisemod:emerald_crystal Block{nnparadisemod:emerald_crystal} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 276 nnparadisemod:quartz_crystal Block{nnparadisemod:quartz_crystal} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 277 nnparadisemod:redstone_crystal Block{nnparadisemod:redstone_crystal} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 278 nnparadisemod:ruby_crystal Block{nnparadisemod:ruby_crystal} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 279 nnparadisemod:glowing_obsidian_wall Block{nnparadisemod:glowing_obsidian_wall} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 280 nnparadisemod:bedrock_wall Block{nnparadisemod:bedrock_wall} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 281 nnparadisemod:obsidian_wall Block{nnparadisemod:obsidian_wall} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 282 nnparadisemod:end_wall Block{nnparadisemod:end_wall} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 283 nnparadisemod:cactus_stairs Block{nnparadisemod:cactus_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 284 nnparadisemod:end_stairs Block{nnparadisemod:end_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 285 nnparadisemod:bedrock_stairs Block{nnparadisemod:bedrock_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 286 nnparadisemod:obsidian_stairs Block{nnparadisemod:obsidian_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 287 nnparadisemod:glowing_obsidian_stairs Block{nnparadisemod:glowing_obsidian_stairs} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 288 nnparadisemod:dirt_button Block{nnparadisemod:dirt_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 289 nnparadisemod:grass_button Block{nnparadisemod:grass_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 290 nnparadisemod:rusty_button Block{nnparadisemod:rusty_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 291 nnparadisemod:end_button Block{nnparadisemod:end_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 292 nnparadisemod:cactus_button Block{nnparadisemod:cactus_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 293 nnparadisemod:glowing_obsidian_button Block{nnparadisemod:glowing_obsidian_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 294 nnparadisemod:diamond_button Block{nnparadisemod:diamond_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 295 nnparadisemod:emerald_button Block{nnparadisemod:emerald_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 296 nnparadisemod:gold_button Block{nnparadisemod:gold_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 297 nnparadisemod:iron_button Block{nnparadisemod:iron_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 298 nnparadisemod:silver_button Block{nnparadisemod:silver_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 299 nnparadisemod:ruby_button Block{nnparadisemod:ruby_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 300 nnparadisemod:obsidian_button Block{nnparadisemod:obsidian_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 301 nnparadisemod:bedrock_button Block{nnparadisemod:bedrock_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 302 nnparadisemod:mossy_cobblestone_button Block{nnparadisemod:mossy_cobblestone_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 303 nnparadisemod:cobblestone_button Block{nnparadisemod:cobblestone_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 304 nnparadisemod:andesite_button Block{nnparadisemod:andesite_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 305 nnparadisemod:diorite_button Block{nnparadisemod:diorite_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 306 nnparadisemod:granite_button Block{nnparadisemod:granite_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 307 nnparadisemod:acacia_button Block{nnparadisemod:acacia_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 308 nnparadisemod:birch_button Block{nnparadisemod:birch_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 309 nnparadisemod:dark_oak_button Block{nnparadisemod:dark_oak_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 310 nnparadisemod:jungle_button Block{nnparadisemod:jungle_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 311 nnparadisemod:spruce_button Block{nnparadisemod:spruce_button} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 312 nnparadisemod:dirt_pressure_plate Block{nnparadisemod:dirt_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 313 nnparadisemod:grass_pressure_plate Block{nnparadisemod:grass_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 314 nnparadisemod:cactus_pressure_plate Block{nnparadisemod:cactus_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 315 nnparadisemod:end_pressure_plate Block{nnparadisemod:end_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 316 nnparadisemod:glowing_obsidian_pressure_plate Block{nnparadisemod:glowing_obsidian_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 317 nnparadisemod:diamond_pressure_plate Block{nnparadisemod:diamond_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 318 nnparadisemod:emerald_pressure_plate Block{nnparadisemod:emerald_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 319 nnparadisemod:silver_pressure_plate Block{nnparadisemod:silver_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 320 nnparadisemod:ruby_pressure_plate Block{nnparadisemod:ruby_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 321 nnparadisemod:bedrock_pressure_plate Block{nnparadisemod:bedrock_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 322 nnparadisemod:mossy_cobblestone_pressure_plate Block{nnparadisemod:mossy_cobblestone_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 323 nnparadisemod:cobblestone_pressure_plate Block{nnparadisemod:cobblestone_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 324 nnparadisemod:andesite_pressure_plate Block{nnparadisemod:andesite_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 325 nnparadisemod:diorite_pressure_plate Block{nnparadisemod:diorite_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 326 nnparadisemod:granite_pressure_plate Block{nnparadisemod:granite_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 327 nnparadisemod:acacia_pressure_plate Block{nnparadisemod:acacia_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 328 nnparadisemod:birch_pressure_plate Block{nnparadisemod:birch_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 329 nnparadisemod:dark_oak_pressure_plate Block{nnparadisemod:dark_oak_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 330 nnparadisemod:jungle_pressure_plate Block{nnparadisemod:jungle_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 331 nnparadisemod:spruce_pressure_plate Block{nnparadisemod:spruce_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 332 nnparadisemod:rusty_pressure_plate Block{nnparadisemod:rusty_pressure_plate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 333 nnparadisemod:cactus_crafting_table Block{nnparadisemod:cactus_crafting_table} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 334 nnparadisemod:acacia_crafting_table Block{nnparadisemod:acacia_crafting_table} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 335 nnparadisemod:birch_crafting_table Block{nnparadisemod:birch_crafting_table} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 336 nnparadisemod:dark_oak_crafting_table Block{nnparadisemod:dark_oak_crafting_table} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 337 nnparadisemod:jungle_crafting_table Block{nnparadisemod:jungle_crafting_table} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 338 nnparadisemod:spruce_crafting_table Block{nnparadisemod:spruce_crafting_table} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 339 nnparadisemod:mossy_furnace Block{nnparadisemod:mossy_furnace} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 340 nnparadisemod:ender_pearl_ore Block{nnparadisemod:ender_pearl_ore} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 341 nnparadisemod:ender_ruby_ore Block{nnparadisemod:ender_ruby_ore} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 342 nnparadisemod:nether_silver_ore Block{nnparadisemod:nether_silver_ore} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 343 nnparadisemod:nether_gold_ore Block{nnparadisemod:nether_gold_ore} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 344 nnparadisemod:blaze_block Block{nnparadisemod:blaze_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 345 nnparadisemod:sugar_block Block{nnparadisemod:sugar_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 346 nnparadisemod:ruby_ore Block{nnparadisemod:ruby_ore} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 347 nnparadisemod:silver_ore Block{nnparadisemod:silver_ore} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 348 nnparadisemod:ruby_block Block{nnparadisemod:ruby_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 349 nnparadisemod:silver_block Block{nnparadisemod:silver_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 350 nnparadisemod:salt_block Block{nnparadisemod:salt_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 351 nnparadisemod:salt_ore Block{nnparadisemod:salt_ore} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 352 nnparadisemod:ender_pearl_block Block{nnparadisemod:ender_pearl_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 353 nnparadisemod:rusty_iron_block Block{nnparadisemod:rusty_iron_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 354 nnparadisemod:gold_hopper Block{nnparadisemod:gold_hopper} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 355 nnparadisemod:compressed_cactus_chest Block{nnparadisemod:compressed_cactus_chest} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 356 nnparadisemod:compressed_cactus_chest_trapped Block{nnparadisemod:compressed_cactus_chest_trapped} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 357 nnparadisemod:cactus_chest Block{nnparadisemod:cactus_chest} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 358 nnparadisemod:cactus_chest_trapped Block{nnparadisemod:cactus_chest_trapped} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 359 nnparadisemod:cactus_trapdoor Block{nnparadisemod:cactus_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 360 nnparadisemod:glowing_obsidian_trapdoor Block{nnparadisemod:glowing_obsidian_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 361 nnparadisemod:end_trapdoor Block{nnparadisemod:end_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 362 nnparadisemod:silver_trapdoor Block{nnparadisemod:silver_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 363 nnparadisemod:glass_trapdoor Block{nnparadisemod:glass_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 364 nnparadisemod:gold_trapdoor Block{nnparadisemod:gold_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 365 nnparadisemod:diamond_trapdoor Block{nnparadisemod:diamond_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 366 nnparadisemod:emerald_trapdoor Block{nnparadisemod:emerald_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 367 nnparadisemod:andesite_trapdoor Block{nnparadisemod:andesite_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 368 nnparadisemod:diorite_trapdoor Block{nnparadisemod:diorite_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 369 nnparadisemod:granite_trapdoor Block{nnparadisemod:granite_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 370 nnparadisemod:stone_trapdoor Block{nnparadisemod:stone_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 371 nnparadisemod:cobblestone_trapdoor Block{nnparadisemod:cobblestone_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 372 nnparadisemod:moss_stone_trapdoor Block{nnparadisemod:moss_stone_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 373 nnparadisemod:obsidian_trapdoor Block{nnparadisemod:obsidian_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 374 nnparadisemod:bedrock_trapdoor Block{nnparadisemod:bedrock_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 375 nnparadisemod:ruby_trapdoor Block{nnparadisemod:ruby_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 376 nnparadisemod:redstone_trapdoor Block{nnparadisemod:redstone_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 377 nnparadisemod:rusty_trapdoor Block{nnparadisemod:rusty_trapdoor} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 378 nnparadisemod:rusty_fence Block{nnparadisemod:rusty_fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 379 nnparadisemod:cactus_fence Block{nnparadisemod:cactus_fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 380 nnparadisemod:silver_fence Block{nnparadisemod:silver_fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 381 nnparadisemod:brick_fence Block{nnparadisemod:brick_fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 382 nnparadisemod:diamond_fence Block{nnparadisemod:diamond_fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 383 nnparadisemod:emerald_fence Block{nnparadisemod:emerald_fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 384 nnparadisemod:gold_fence Block{nnparadisemod:gold_fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 385 nnparadisemod:iron_fence Block{nnparadisemod:iron_fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 386 nnparadisemod:ruby_fence Block{nnparadisemod:ruby_fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 387 nnparadisemod:redstone_fence Block{nnparadisemod:redstone_fence} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 388 nnparadisemod:rusty_fence_gate Block{nnparadisemod:rusty_fence_gate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 389 nnparadisemod:cactus_fence_gate Block{nnparadisemod:cactus_fence_gate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 390 nnparadisemod:silver_fence_gate Block{nnparadisemod:silver_fence_gate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 391 nnparadisemod:brick_fence_gate Block{nnparadisemod:brick_fence_gate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 392 nnparadisemod:diamond_fence_gate Block{nnparadisemod:diamond_fence_gate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 393 nnparadisemod:emerald_fence_gate Block{nnparadisemod:emerald_fence_gate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 394 nnparadisemod:gold_fence_gate Block{nnparadisemod:gold_fence_gate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 395 nnparadisemod:iron_fence_gate Block{nnparadisemod:iron_fence_gate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 396 nnparadisemod:ruby_fence_gate Block{nnparadisemod:ruby_fence_gate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 397 nnparadisemod:redstone_fence_gate Block{nnparadisemod:redstone_fence_gate} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 398 nnparadisemod:black_redstone_lamp Block{nnparadisemod:black_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 399 nnparadisemod:blue_redstone_lamp Block{nnparadisemod:blue_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 400 nnparadisemod:brown_redstone_lamp Block{nnparadisemod:brown_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 401 nnparadisemod:cyan_redstone_lamp Block{nnparadisemod:cyan_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 402 nnparadisemod:gray_redstone_lamp Block{nnparadisemod:gray_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 403 nnparadisemod:green_redstone_lamp Block{nnparadisemod:green_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 404 nnparadisemod:light_blue_redstone_lamp Block{nnparadisemod:light_blue_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 405 nnparadisemod:lime_redstone_lamp Block{nnparadisemod:lime_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 406 nnparadisemod:magenta_redstone_lamp Block{nnparadisemod:magenta_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 407 nnparadisemod:orange_redstone_lamp Block{nnparadisemod:orange_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 408 nnparadisemod:pink_redstone_lamp Block{nnparadisemod:pink_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 409 nnparadisemod:purple_redstone_lamp Block{nnparadisemod:purple_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 410 nnparadisemod:red_redstone_lamp Block{nnparadisemod:red_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 411 nnparadisemod:silver_redstone_lamp Block{nnparadisemod:silver_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 412 nnparadisemod:white_redstone_lamp Block{nnparadisemod:white_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 413 nnparadisemod:yellow_redstone_lamp Block{nnparadisemod:yellow_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 414 nnparadisemod:rusty_door_block Block{nnparadisemod:rusty_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 415 nnparadisemod:cactus_door_block Block{nnparadisemod:cactus_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 416 nnparadisemod:glowing_obsidian_door_block Block{nnparadisemod:glowing_obsidian_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 417 nnparadisemod:end_door_block Block{nnparadisemod:end_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 418 nnparadisemod:silver_door_block Block{nnparadisemod:silver_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 419 nnparadisemod:glass_door_block Block{nnparadisemod:glass_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 420 nnparadisemod:gold_door_block Block{nnparadisemod:gold_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 421 nnparadisemod:diamond_door_block Block{nnparadisemod:diamond_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 422 nnparadisemod:emerald_door_block Block{nnparadisemod:emerald_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 423 nnparadisemod:andesite_door_block Block{nnparadisemod:andesite_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 424 nnparadisemod:diorite_door_block Block{nnparadisemod:diorite_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 425 nnparadisemod:granite_door_block Block{nnparadisemod:granite_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 426 nnparadisemod:stone_door_block Block{nnparadisemod:stone_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 427 nnparadisemod:cobblestone_door_block Block{nnparadisemod:cobblestone_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 428 nnparadisemod:moss_stone_door_block Block{nnparadisemod:moss_stone_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 429 nnparadisemod:obsidian_door_block Block{nnparadisemod:obsidian_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 430 nnparadisemod:bedrock_door_block Block{nnparadisemod:bedrock_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 431 nnparadisemod:ruby_door_block Block{nnparadisemod:ruby_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 432 nnparadisemod:redstone_door_block Block{nnparadisemod:redstone_door_block} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 433 nnparadisemod:lit_mossy_furnace Block{nnparadisemod:lit_mossy_furnace} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 434 nnparadisemod:lit_black_redstone_lamp Block{nnparadisemod:lit_black_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 435 nnparadisemod:lit_blue_redstone_lamp Block{nnparadisemod:lit_blue_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 436 nnparadisemod:lit_brown_redstone_lamp Block{nnparadisemod:lit_brown_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 437 nnparadisemod:lit_cyan_redstone_lamp Block{nnparadisemod:lit_cyan_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 438 nnparadisemod:lit_gray_redstone_lamp Block{nnparadisemod:lit_gray_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 439 nnparadisemod:lit_green_redstone_lamp Block{nnparadisemod:lit_green_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 440 nnparadisemod:lit_light_blue_redstone_lamp Block{nnparadisemod:lit_light_blue_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 441 nnparadisemod:lit_lime_redstone_lamp Block{nnparadisemod:lit_lime_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 442 nnparadisemod:lit_magenta_redstone_lamp Block{nnparadisemod:lit_magenta_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 443 nnparadisemod:lit_orange_redstone_lamp Block{nnparadisemod:lit_orange_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 444 nnparadisemod:lit_pink_redstone_lamp Block{nnparadisemod:lit_pink_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 445 nnparadisemod:lit_purple_redstone_lamp Block{nnparadisemod:lit_purple_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 446 nnparadisemod:lit_red_redstone_lamp Block{nnparadisemod:lit_red_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 447 nnparadisemod:lit_silver_redstone_lamp Block{nnparadisemod:lit_silver_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 448 nnparadisemod:lit_white_redstone_lamp Block{nnparadisemod:lit_white_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry: 449 nnparadisemod:lit_yellow_redstone_lamp Block{nnparadisemod:lit_yellow_redstone_lamp} -[13:41:23] [Server thread/TRACE] [FML]: Registry Name : minecraft:items -[13:41:23] [Server thread/TRACE] [FML]: Registry: 0 minecraft:air net.minecraft.item.ItemAir@476a2819 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 1 minecraft:stone net.minecraft.item.ItemMultiTexture@7e63374b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2 minecraft:grass net.minecraft.item.ItemColored@1dce481b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 3 minecraft:dirt net.minecraft.item.ItemMultiTexture@626766fd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4 minecraft:cobblestone net.minecraft.item.ItemBlock@e1fd2bf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 5 minecraft:planks net.minecraft.item.ItemMultiTexture@1fec9d33 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 6 minecraft:sapling net.minecraft.item.ItemMultiTexture@49bc71b4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 7 minecraft:bedrock net.minecraft.item.ItemBlock@7efa366 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 12 minecraft:sand net.minecraft.item.ItemMultiTexture@4c614d8c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 13 minecraft:gravel net.minecraft.item.ItemBlock@2ae4c424 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 14 minecraft:gold_ore net.minecraft.item.ItemBlock@3980b44f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 15 minecraft:iron_ore net.minecraft.item.ItemBlock@237aba92 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 16 minecraft:coal_ore net.minecraft.item.ItemBlock@65b19e5c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 17 minecraft:log net.minecraft.item.ItemMultiTexture@66596c4c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 18 minecraft:leaves net.minecraft.item.ItemLeaves@f60c14e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 19 minecraft:sponge net.minecraft.item.ItemMultiTexture@43ca96a0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 20 minecraft:glass net.minecraft.item.ItemBlock@7c68a63c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 21 minecraft:lapis_ore net.minecraft.item.ItemBlock@5443086a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 22 minecraft:lapis_block net.minecraft.item.ItemBlock@5740ad76 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 23 minecraft:dispenser net.minecraft.item.ItemBlock@40a84ea8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 24 minecraft:sandstone net.minecraft.item.ItemMultiTexture@5e9f1a4c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 25 minecraft:noteblock net.minecraft.item.ItemBlock@4bf89d3d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 27 minecraft:golden_rail net.minecraft.item.ItemBlock@457b8fc3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 28 minecraft:detector_rail net.minecraft.item.ItemBlock@37a1beb3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 29 minecraft:sticky_piston net.minecraft.item.ItemPiston@1e54e900 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 30 minecraft:web net.minecraft.item.ItemBlock@7c8689e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 31 minecraft:tallgrass net.minecraft.item.ItemColored@3da61af2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 32 minecraft:deadbush net.minecraft.item.ItemBlock@7852ab30 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 33 minecraft:piston net.minecraft.item.ItemPiston@417751d3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 35 minecraft:wool net.minecraft.item.ItemCloth@6108fd23 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 37 minecraft:yellow_flower net.minecraft.item.ItemMultiTexture@306bf4c3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 38 minecraft:red_flower net.minecraft.item.ItemMultiTexture@3130ca39 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 39 minecraft:brown_mushroom net.minecraft.item.ItemBlock@17fb5184 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 40 minecraft:red_mushroom net.minecraft.item.ItemBlock@184bb873 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 41 minecraft:gold_block net.minecraft.item.ItemBlock@696ce057 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 42 minecraft:iron_block net.minecraft.item.ItemBlock@5eba9e41 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 44 minecraft:stone_slab net.minecraft.item.ItemSlab@45635ae1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 45 minecraft:brick_block net.minecraft.item.ItemBlock@7adbec34 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 46 minecraft:tnt net.minecraft.item.ItemBlock@4aea57dc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 47 minecraft:bookshelf net.minecraft.item.ItemBlock@66abc325 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 48 minecraft:mossy_cobblestone net.minecraft.item.ItemBlock@39403943 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 49 minecraft:obsidian net.minecraft.item.ItemBlock@1c5fd813 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 50 minecraft:torch net.minecraft.item.ItemBlock@49338f3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 52 minecraft:mob_spawner net.minecraft.item.ItemBlock@438a2d3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 53 minecraft:oak_stairs net.minecraft.item.ItemBlock@6fe9c048 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 54 minecraft:chest net.minecraft.item.ItemBlock@54d46c8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 56 minecraft:diamond_ore net.minecraft.item.ItemBlock@1ddba7a0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 57 minecraft:diamond_block net.minecraft.item.ItemBlock@5c34b0f2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 58 minecraft:crafting_table net.minecraft.item.ItemBlock@7dfec0bc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 60 minecraft:farmland net.minecraft.item.ItemBlock@12eaa2cd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 61 minecraft:furnace net.minecraft.item.ItemBlock@52ccf197 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 65 minecraft:ladder net.minecraft.item.ItemBlock@2b06681c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 66 minecraft:rail net.minecraft.item.ItemBlock@20f6b6e0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 67 minecraft:stone_stairs net.minecraft.item.ItemBlock@67cd84f9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 69 minecraft:lever net.minecraft.item.ItemBlock@52b891de -[13:41:23] [Server thread/TRACE] [FML]: Registry: 70 minecraft:stone_pressure_plate net.minecraft.item.ItemBlock@4ae6451d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 72 minecraft:wooden_pressure_plate net.minecraft.item.ItemBlock@5f32ab17 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 73 minecraft:redstone_ore net.minecraft.item.ItemBlock@54530644 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 76 minecraft:redstone_torch net.minecraft.item.ItemBlock@42734b71 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 77 minecraft:stone_button net.minecraft.item.ItemBlock@3a45308f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 78 minecraft:snow_layer net.minecraft.item.ItemSnow@3cc817bd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 79 minecraft:ice net.minecraft.item.ItemBlock@64b8eb96 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 80 minecraft:snow net.minecraft.item.ItemBlock@776a7ec6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 81 minecraft:cactus net.minecraft.item.ItemBlock@2d23a5be -[13:41:23] [Server thread/TRACE] [FML]: Registry: 82 minecraft:clay net.minecraft.item.ItemBlock@51aa2a58 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 84 minecraft:jukebox net.minecraft.item.ItemBlock@726d8fa0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 85 minecraft:fence net.minecraft.item.ItemBlock@56554365 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 86 minecraft:pumpkin net.minecraft.item.ItemBlock@44e4cf8a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 87 minecraft:netherrack net.minecraft.item.ItemBlock@50930bff -[13:41:23] [Server thread/TRACE] [FML]: Registry: 88 minecraft:soul_sand net.minecraft.item.ItemBlock@296bfddb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 89 minecraft:glowstone net.minecraft.item.ItemBlock@508b4f70 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 91 minecraft:lit_pumpkin net.minecraft.item.ItemBlock@32f14274 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 95 minecraft:stained_glass net.minecraft.item.ItemCloth@4fce3ed7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 96 minecraft:trapdoor net.minecraft.item.ItemBlock@7af56b26 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 97 minecraft:monster_egg net.minecraft.item.ItemMultiTexture@55c341d0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 98 minecraft:stonebrick net.minecraft.item.ItemMultiTexture@2f2dc407 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 99 minecraft:brown_mushroom_block net.minecraft.item.ItemBlock@c96c497 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 100 minecraft:red_mushroom_block net.minecraft.item.ItemBlock@6e337ba1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 101 minecraft:iron_bars net.minecraft.item.ItemBlock@53a16dd6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 102 minecraft:glass_pane net.minecraft.item.ItemBlock@126d8659 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 103 minecraft:melon_block net.minecraft.item.ItemBlock@28654aff -[13:41:23] [Server thread/TRACE] [FML]: Registry: 106 minecraft:vine net.minecraft.item.ItemColored@5dfec221 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 107 minecraft:fence_gate net.minecraft.item.ItemBlock@5e9cb95 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 108 minecraft:brick_stairs net.minecraft.item.ItemBlock@1f8d42d1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 109 minecraft:stone_brick_stairs net.minecraft.item.ItemBlock@2e7e84f8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 110 minecraft:mycelium net.minecraft.item.ItemBlock@22ab1b8a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 111 minecraft:waterlily net.minecraft.item.ItemLilyPad@4769378c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 112 minecraft:nether_brick net.minecraft.item.ItemBlock@1d6a22dd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 113 minecraft:nether_brick_fence net.minecraft.item.ItemBlock@67671db1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 114 minecraft:nether_brick_stairs net.minecraft.item.ItemBlock@6e6f5842 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 116 minecraft:enchanting_table net.minecraft.item.ItemBlock@60b4c754 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 120 minecraft:end_portal_frame net.minecraft.item.ItemBlock@2c846d55 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 121 minecraft:end_stone net.minecraft.item.ItemBlock@735167e1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 122 minecraft:dragon_egg net.minecraft.item.ItemBlock@21a0795f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 123 minecraft:redstone_lamp net.minecraft.item.ItemBlock@2ec156fb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 126 minecraft:wooden_slab net.minecraft.item.ItemSlab@56d742ad -[13:41:23] [Server thread/TRACE] [FML]: Registry: 128 minecraft:sandstone_stairs net.minecraft.item.ItemBlock@75784062 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 129 minecraft:emerald_ore net.minecraft.item.ItemBlock@5730b513 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 130 minecraft:ender_chest net.minecraft.item.ItemBlock@73e25780 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 131 minecraft:tripwire_hook net.minecraft.item.ItemBlock@1f4cb17b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 133 minecraft:emerald_block net.minecraft.item.ItemBlock@280099a0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 134 minecraft:spruce_stairs net.minecraft.item.ItemBlock@7aca299e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 135 minecraft:birch_stairs net.minecraft.item.ItemBlock@1bf52f10 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 136 minecraft:jungle_stairs net.minecraft.item.ItemBlock@6148827c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 137 minecraft:command_block net.minecraft.item.ItemBlock@4da9da6c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 138 minecraft:beacon net.minecraft.item.ItemBlock@66048c9e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 139 minecraft:cobblestone_wall net.minecraft.item.ItemMultiTexture@393bcd6b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 143 minecraft:wooden_button net.minecraft.item.ItemBlock@64a8d575 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 145 minecraft:anvil net.minecraft.item.ItemAnvilBlock@55a66bbf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 146 minecraft:trapped_chest net.minecraft.item.ItemBlock@7f02b2d4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 147 minecraft:light_weighted_pressure_plate net.minecraft.item.ItemBlock@780dbed7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 148 minecraft:heavy_weighted_pressure_plate net.minecraft.item.ItemBlock@31859960 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 151 minecraft:daylight_detector net.minecraft.item.ItemBlock@5718e77c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 152 minecraft:redstone_block net.minecraft.item.ItemBlock@3d667b59 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 153 minecraft:quartz_ore net.minecraft.item.ItemBlock@28888124 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 154 minecraft:hopper net.minecraft.item.ItemBlock@355b53cc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 155 minecraft:quartz_block net.minecraft.item.ItemMultiTexture@2568611c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 156 minecraft:quartz_stairs net.minecraft.item.ItemBlock@2bda7a5b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 157 minecraft:activator_rail net.minecraft.item.ItemBlock@47374fa5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 158 minecraft:dropper net.minecraft.item.ItemBlock@289da1bc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 159 minecraft:stained_hardened_clay net.minecraft.item.ItemCloth@4e1b5532 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 160 minecraft:stained_glass_pane net.minecraft.item.ItemCloth@54033a65 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 161 minecraft:leaves2 net.minecraft.item.ItemLeaves@1d1fd2aa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 162 minecraft:log2 net.minecraft.item.ItemMultiTexture@723b8eff -[13:41:23] [Server thread/TRACE] [FML]: Registry: 163 minecraft:acacia_stairs net.minecraft.item.ItemBlock@79349b61 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 164 minecraft:dark_oak_stairs net.minecraft.item.ItemBlock@62581ef6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 165 minecraft:slime net.minecraft.item.ItemBlock@1e36baca -[13:41:23] [Server thread/TRACE] [FML]: Registry: 166 minecraft:barrier net.minecraft.item.ItemBlock@366bf608 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 167 minecraft:iron_trapdoor net.minecraft.item.ItemBlock@4b5cdd07 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 168 minecraft:prismarine net.minecraft.item.ItemMultiTexture@5df54296 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 169 minecraft:sea_lantern net.minecraft.item.ItemBlock@1fb30e5d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 170 minecraft:hay_block net.minecraft.item.ItemBlock@e890591 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 171 minecraft:carpet net.minecraft.item.ItemCloth@1aaf73b7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 172 minecraft:hardened_clay net.minecraft.item.ItemBlock@731d0d5c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 173 minecraft:coal_block net.minecraft.item.ItemBlock@5e0442dd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 174 minecraft:packed_ice net.minecraft.item.ItemBlock@18e76101 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 175 minecraft:double_plant net.minecraft.item.ItemMultiTexture@2728add3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 179 minecraft:red_sandstone net.minecraft.item.ItemMultiTexture@23d12a3a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 180 minecraft:red_sandstone_stairs net.minecraft.item.ItemBlock@70df41f9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 182 minecraft:stone_slab2 net.minecraft.item.ItemSlab@64a7ad02 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 183 minecraft:spruce_fence_gate net.minecraft.item.ItemBlock@7bc8da3f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 184 minecraft:birch_fence_gate net.minecraft.item.ItemBlock@7978550b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 185 minecraft:jungle_fence_gate net.minecraft.item.ItemBlock@52bc6fcf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 186 minecraft:dark_oak_fence_gate net.minecraft.item.ItemBlock@1942a36e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 187 minecraft:acacia_fence_gate net.minecraft.item.ItemBlock@24668b5b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 188 minecraft:spruce_fence net.minecraft.item.ItemBlock@666b1244 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 189 minecraft:birch_fence net.minecraft.item.ItemBlock@66130c3b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 190 minecraft:jungle_fence net.minecraft.item.ItemBlock@789d8fd6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 191 minecraft:dark_oak_fence net.minecraft.item.ItemBlock@42fa5cb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 192 minecraft:acacia_fence net.minecraft.item.ItemBlock@3ae87e38 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 198 minecraft:end_rod net.minecraft.item.ItemBlock@3c9971af -[13:41:23] [Server thread/TRACE] [FML]: Registry: 199 minecraft:chorus_plant net.minecraft.item.ItemBlock@4abdd5e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 200 minecraft:chorus_flower net.minecraft.item.ItemBlock@66d61298 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 201 minecraft:purpur_block net.minecraft.item.ItemBlock@7b9fea11 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 202 minecraft:purpur_pillar net.minecraft.item.ItemBlock@c7cf8c4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 203 minecraft:purpur_stairs net.minecraft.item.ItemBlock@56e78538 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 205 minecraft:purpur_slab net.minecraft.item.ItemSlab@731fae -[13:41:23] [Server thread/TRACE] [FML]: Registry: 206 minecraft:end_bricks net.minecraft.item.ItemBlock@67689c81 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 208 minecraft:grass_path net.minecraft.item.ItemBlock@3dfa2f64 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 210 minecraft:repeating_command_block net.minecraft.item.ItemBlock@46590dd0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 211 minecraft:chain_command_block net.minecraft.item.ItemBlock@6c737fdb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 213 minecraft:magma net.minecraft.item.ItemBlock@66a93b25 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 214 minecraft:nether_wart_block net.minecraft.item.ItemBlock@3f3f554f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 215 minecraft:red_nether_brick net.minecraft.item.ItemBlock@3186f8f5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 216 minecraft:bone_block net.minecraft.item.ItemBlock@467cd4b9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 217 minecraft:structure_void net.minecraft.item.ItemBlock@69a3bf40 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 218 minecraft:observer net.minecraft.item.ItemBlock@2c731a16 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 219 minecraft:white_shulker_box net.minecraft.item.ItemShulkerBox@a4dcede -[13:41:23] [Server thread/TRACE] [FML]: Registry: 220 minecraft:orange_shulker_box net.minecraft.item.ItemShulkerBox@7ee02968 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 221 minecraft:magenta_shulker_box net.minecraft.item.ItemShulkerBox@4a773f08 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 222 minecraft:light_blue_shulker_box net.minecraft.item.ItemShulkerBox@40b8158d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 223 minecraft:yellow_shulker_box net.minecraft.item.ItemShulkerBox@24e7087a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 224 minecraft:lime_shulker_box net.minecraft.item.ItemShulkerBox@5bb3dee7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 225 minecraft:pink_shulker_box net.minecraft.item.ItemShulkerBox@284f25e6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 226 minecraft:gray_shulker_box net.minecraft.item.ItemShulkerBox@285b491f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 227 minecraft:silver_shulker_box net.minecraft.item.ItemShulkerBox@346330b6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 228 minecraft:cyan_shulker_box net.minecraft.item.ItemShulkerBox@71e2843b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 229 minecraft:purple_shulker_box net.minecraft.item.ItemShulkerBox@20d3fff4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 230 minecraft:blue_shulker_box net.minecraft.item.ItemShulkerBox@52325940 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 231 minecraft:brown_shulker_box net.minecraft.item.ItemShulkerBox@7f792530 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 232 minecraft:green_shulker_box net.minecraft.item.ItemShulkerBox@1adfb5b8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 233 minecraft:red_shulker_box net.minecraft.item.ItemShulkerBox@254cc548 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 234 minecraft:black_shulker_box net.minecraft.item.ItemShulkerBox@65f470f8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 235 minecraft:white_glazed_terracotta net.minecraft.item.ItemBlock@531299d3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 236 minecraft:orange_glazed_terracotta net.minecraft.item.ItemBlock@3487947c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 237 minecraft:magenta_glazed_terracotta net.minecraft.item.ItemBlock@77226121 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 238 minecraft:light_blue_glazed_terracotta net.minecraft.item.ItemBlock@3117ac8d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 239 minecraft:yellow_glazed_terracotta net.minecraft.item.ItemBlock@760c777d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 240 minecraft:lime_glazed_terracotta net.minecraft.item.ItemBlock@7ea039b4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 241 minecraft:pink_glazed_terracotta net.minecraft.item.ItemBlock@1aef7428 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 242 minecraft:gray_glazed_terracotta net.minecraft.item.ItemBlock@1610c03c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 243 minecraft:silver_glazed_terracotta net.minecraft.item.ItemBlock@332fa1c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 244 minecraft:cyan_glazed_terracotta net.minecraft.item.ItemBlock@7c200e57 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 245 minecraft:purple_glazed_terracotta net.minecraft.item.ItemBlock@1d0f7bcf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 246 minecraft:blue_glazed_terracotta net.minecraft.item.ItemBlock@d0e4972 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 247 minecraft:brown_glazed_terracotta net.minecraft.item.ItemBlock@1978b0d5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 248 minecraft:green_glazed_terracotta net.minecraft.item.ItemBlock@6556471b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 249 minecraft:red_glazed_terracotta net.minecraft.item.ItemBlock@3e1897d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 250 minecraft:black_glazed_terracotta net.minecraft.item.ItemBlock@7cdb05aa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 251 minecraft:concrete net.minecraft.item.ItemCloth@2079fcfc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 252 minecraft:concrete_powder net.minecraft.item.ItemCloth@77401977 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 255 minecraft:structure_block net.minecraft.item.ItemBlock@7865cc83 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 256 minecraft:iron_shovel net.minecraft.item.ItemSpade@3ba96967 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 257 minecraft:iron_pickaxe net.minecraft.item.ItemPickaxe@1237cade -[13:41:23] [Server thread/TRACE] [FML]: Registry: 258 minecraft:iron_axe net.minecraft.item.ItemAxe@4509b7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 259 minecraft:flint_and_steel net.minecraft.item.ItemFlintAndSteel@41289e88 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 260 minecraft:apple net.minecraft.item.ItemFood@14d36bb2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 261 minecraft:bow net.minecraft.item.ItemBow@3fa57aa8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 262 minecraft:arrow net.minecraft.item.ItemArrow@75345e47 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 263 minecraft:coal net.minecraft.item.ItemCoal@3d5f08d4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 264 minecraft:diamond net.minecraft.item.Item@3afaa39f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 265 minecraft:iron_ingot net.minecraft.item.Item@7b7b1448 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 266 minecraft:gold_ingot net.minecraft.item.Item@60cc20e1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 267 minecraft:iron_sword net.minecraft.item.ItemSword@49741274 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 268 minecraft:wooden_sword net.minecraft.item.ItemSword@4a49919c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 269 minecraft:wooden_shovel net.minecraft.item.ItemSpade@3e5b2630 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 270 minecraft:wooden_pickaxe net.minecraft.item.ItemPickaxe@1c22642d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 271 minecraft:wooden_axe net.minecraft.item.ItemAxe@75ac326f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 272 minecraft:stone_sword net.minecraft.item.ItemSword@736f8837 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 273 minecraft:stone_shovel net.minecraft.item.ItemSpade@14624acc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 274 minecraft:stone_pickaxe net.minecraft.item.ItemPickaxe@1b6e4761 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 275 minecraft:stone_axe net.minecraft.item.ItemAxe@f453129 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 276 minecraft:diamond_sword net.minecraft.item.ItemSword@642ec6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 277 minecraft:diamond_shovel net.minecraft.item.ItemSpade@656302c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 278 minecraft:diamond_pickaxe net.minecraft.item.ItemPickaxe@6f6a2ac8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 279 minecraft:diamond_axe net.minecraft.item.ItemAxe@49809275 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 280 minecraft:stick net.minecraft.item.Item@68b3979d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 281 minecraft:bowl net.minecraft.item.Item@5fd31df7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 282 minecraft:mushroom_stew net.minecraft.item.ItemSoup@7430ed93 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 283 minecraft:golden_sword net.minecraft.item.ItemSword@2346f77a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 284 minecraft:golden_shovel net.minecraft.item.ItemSpade@5bcfdaf3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 285 minecraft:golden_pickaxe net.minecraft.item.ItemPickaxe@38347345 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 286 minecraft:golden_axe net.minecraft.item.ItemAxe@4b9b5da5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 287 minecraft:string net.minecraft.item.ItemBlockSpecial@3b50f432 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 288 minecraft:feather net.minecraft.item.Item@3fe5ad73 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 289 minecraft:gunpowder net.minecraft.item.Item@f83d121 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 290 minecraft:wooden_hoe net.minecraft.item.ItemHoe@1dd9a3ae -[13:41:23] [Server thread/TRACE] [FML]: Registry: 291 minecraft:stone_hoe net.minecraft.item.ItemHoe@79bf39e5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 292 minecraft:iron_hoe net.minecraft.item.ItemHoe@6ac2c5a1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 293 minecraft:diamond_hoe net.minecraft.item.ItemHoe@364c93e6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 294 minecraft:golden_hoe net.minecraft.item.ItemHoe@66589252 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 295 minecraft:wheat_seeds net.minecraft.item.ItemSeeds@4b20aa21 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 296 minecraft:wheat net.minecraft.item.Item@f5167f0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 297 minecraft:bread net.minecraft.item.ItemFood@1260c85e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 298 minecraft:leather_helmet net.minecraft.item.ItemArmor@331ad6eb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 299 minecraft:leather_chestplate net.minecraft.item.ItemArmor@6cd6698b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 300 minecraft:leather_leggings net.minecraft.item.ItemArmor@5ac7550a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 301 minecraft:leather_boots net.minecraft.item.ItemArmor@44dcc0e4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 302 minecraft:chainmail_helmet net.minecraft.item.ItemArmor@2114eb1a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 303 minecraft:chainmail_chestplate net.minecraft.item.ItemArmor@7e514482 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 304 minecraft:chainmail_leggings net.minecraft.item.ItemArmor@1e5e3147 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 305 minecraft:chainmail_boots net.minecraft.item.ItemArmor@3c271988 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 306 minecraft:iron_helmet net.minecraft.item.ItemArmor@3aed692d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 307 minecraft:iron_chestplate net.minecraft.item.ItemArmor@4eec5fa6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 308 minecraft:iron_leggings net.minecraft.item.ItemArmor@21579b35 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 309 minecraft:iron_boots net.minecraft.item.ItemArmor@25b83dce -[13:41:23] [Server thread/TRACE] [FML]: Registry: 310 minecraft:diamond_helmet net.minecraft.item.ItemArmor@74cd8c55 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 311 minecraft:diamond_chestplate net.minecraft.item.ItemArmor@5870fc05 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 312 minecraft:diamond_leggings net.minecraft.item.ItemArmor@45e35a0d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 313 minecraft:diamond_boots net.minecraft.item.ItemArmor@21d15932 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 314 minecraft:golden_helmet net.minecraft.item.ItemArmor@3966c679 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 315 minecraft:golden_chestplate net.minecraft.item.ItemArmor@66a99584 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 316 minecraft:golden_leggings net.minecraft.item.ItemArmor@3945886e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 317 minecraft:golden_boots net.minecraft.item.ItemArmor@12765ebd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 318 minecraft:flint net.minecraft.item.Item@1dac0784 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 319 minecraft:porkchop net.minecraft.item.ItemFood@3703a400 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 320 minecraft:cooked_porkchop net.minecraft.item.ItemFood@22105c76 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 321 minecraft:painting net.minecraft.item.ItemHangingEntity@b1fa523 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 322 minecraft:golden_apple net.minecraft.item.ItemAppleGold@1cca2e9d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 323 minecraft:sign net.minecraft.item.ItemSign@21f479cd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 324 minecraft:wooden_door net.minecraft.item.ItemDoor@2a0ce342 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 325 minecraft:bucket net.minecraft.item.ItemBucket@5a654e05 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 326 minecraft:water_bucket net.minecraft.item.ItemBucket@121dac1a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 327 minecraft:lava_bucket net.minecraft.item.ItemBucket@6d946eee -[13:41:23] [Server thread/TRACE] [FML]: Registry: 328 minecraft:minecart net.minecraft.item.ItemMinecart@795131d6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 329 minecraft:saddle net.minecraft.item.ItemSaddle@f98cff -[13:41:23] [Server thread/TRACE] [FML]: Registry: 330 minecraft:iron_door net.minecraft.item.ItemDoor@59c38af5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 331 minecraft:redstone net.minecraft.item.ItemRedstone@1d33e72e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 332 minecraft:snowball net.minecraft.item.ItemSnowball@7204d98f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 333 minecraft:boat net.minecraft.item.ItemBoat@1322b542 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 334 minecraft:leather net.minecraft.item.Item@6a97517 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 335 minecraft:milk_bucket net.minecraft.item.ItemBucketMilk@5cba474f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 336 minecraft:brick net.minecraft.item.Item@291028d7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 337 minecraft:clay_ball net.minecraft.item.Item@2b4954a4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 338 minecraft:reeds net.minecraft.item.ItemBlockSpecial@2f2f92f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 339 minecraft:paper net.minecraft.item.Item@cfc4601 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 340 minecraft:book net.minecraft.item.ItemBook@ebff59d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 341 minecraft:slime_ball net.minecraft.item.Item@3361d286 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 342 minecraft:chest_minecart net.minecraft.item.ItemMinecart@6ee186f3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 343 minecraft:furnace_minecart net.minecraft.item.ItemMinecart@49fb693d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 344 minecraft:egg net.minecraft.item.ItemEgg@565c887e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 345 minecraft:compass net.minecraft.item.ItemCompass@4ac0d49 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 346 minecraft:fishing_rod net.minecraft.item.ItemFishingRod@318511f0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 347 minecraft:clock net.minecraft.item.ItemClock@5b1f0f26 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 348 minecraft:glowstone_dust net.minecraft.item.Item@7120daa6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 349 minecraft:fish net.minecraft.item.ItemFishFood@42e4431 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 350 minecraft:cooked_fish net.minecraft.item.ItemFishFood@5e198c40 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 351 minecraft:dye net.minecraft.item.ItemDye@640a6d4b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 352 minecraft:bone net.minecraft.item.Item@1238a074 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 353 minecraft:sugar net.minecraft.item.Item@35b58254 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 354 minecraft:cake net.minecraft.item.ItemBlockSpecial@73baf7f0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 355 minecraft:bed net.minecraft.item.ItemBed@7bd1098 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 356 minecraft:repeater net.minecraft.item.ItemBlockSpecial@185bf6e0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 357 minecraft:cookie net.minecraft.item.ItemFood@6a562255 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 358 minecraft:filled_map net.minecraft.item.ItemMap@d271d6c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 359 minecraft:shears net.minecraft.item.ItemShears@4af44f2a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 360 minecraft:melon net.minecraft.item.ItemFood@570127fa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 361 minecraft:pumpkin_seeds net.minecraft.item.ItemSeeds@5b324447 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 362 minecraft:melon_seeds net.minecraft.item.ItemSeeds@2ffcdc9b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 363 minecraft:beef net.minecraft.item.ItemFood@47994b51 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 364 minecraft:cooked_beef net.minecraft.item.ItemFood@19f99aaf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 365 minecraft:chicken net.minecraft.item.ItemFood@34d5eac -[13:41:23] [Server thread/TRACE] [FML]: Registry: 366 minecraft:cooked_chicken net.minecraft.item.ItemFood@2c1a95a2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 367 minecraft:rotten_flesh net.minecraft.item.ItemFood@1adf387e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 368 minecraft:ender_pearl net.minecraft.item.ItemEnderPearl@6d0bcf8c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 369 minecraft:blaze_rod net.minecraft.item.Item@a1a72d4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 370 minecraft:ghast_tear net.minecraft.item.Item@66d44581 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 371 minecraft:gold_nugget net.minecraft.item.Item@1afa048a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 372 minecraft:nether_wart net.minecraft.item.ItemSeeds@293ecff6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 373 minecraft:potion net.minecraft.item.ItemPotion@70eb94d7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 374 minecraft:glass_bottle net.minecraft.item.ItemGlassBottle@1e466d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 375 minecraft:spider_eye net.minecraft.item.ItemFood@63243c8f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 376 minecraft:fermented_spider_eye net.minecraft.item.Item@2ea4e762 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 377 minecraft:blaze_powder net.minecraft.item.Item@444c0f9a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 378 minecraft:magma_cream net.minecraft.item.Item@36931450 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 379 minecraft:brewing_stand net.minecraft.item.ItemBlockSpecial@74919649 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 380 minecraft:cauldron net.minecraft.item.ItemBlockSpecial@7d07e04e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 381 minecraft:ender_eye net.minecraft.item.ItemEnderEye@6033f36c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 382 minecraft:speckled_melon net.minecraft.item.Item@50b624da -[13:41:23] [Server thread/TRACE] [FML]: Registry: 383 minecraft:spawn_egg net.minecraft.item.ItemMonsterPlacer@1642968c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 384 minecraft:experience_bottle net.minecraft.item.ItemExpBottle@53551fef -[13:41:23] [Server thread/TRACE] [FML]: Registry: 385 minecraft:fire_charge net.minecraft.item.ItemFireball@38874eb5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 386 minecraft:writable_book net.minecraft.item.ItemWritableBook@77d58f3a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 387 minecraft:written_book net.minecraft.item.ItemWrittenBook@1d1deb11 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 388 minecraft:emerald net.minecraft.item.Item@18d1d137 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 389 minecraft:item_frame net.minecraft.item.ItemHangingEntity@5f4f6f89 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 390 minecraft:flower_pot net.minecraft.item.ItemBlockSpecial@7c45191e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 391 minecraft:carrot net.minecraft.item.ItemSeedFood@77988c45 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 392 minecraft:potato net.minecraft.item.ItemSeedFood@f5f8de2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 393 minecraft:baked_potato net.minecraft.item.ItemFood@6baee63b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 394 minecraft:poisonous_potato net.minecraft.item.ItemFood@1002b06d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 395 minecraft:map net.minecraft.item.ItemEmptyMap@35dc849b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 396 minecraft:golden_carrot net.minecraft.item.ItemFood@276aa33f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 397 minecraft:skull net.minecraft.item.ItemSkull@25d23478 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 398 minecraft:carrot_on_a_stick net.minecraft.item.ItemCarrotOnAStick@2eea4441 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 399 minecraft:nether_star net.minecraft.item.ItemSimpleFoiled@63551c66 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 400 minecraft:pumpkin_pie net.minecraft.item.ItemFood@2761156e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 401 minecraft:fireworks net.minecraft.item.ItemFirework@49f41c2e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 402 minecraft:firework_charge net.minecraft.item.ItemFireworkCharge@61b76a7d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 403 minecraft:enchanted_book net.minecraft.item.ItemEnchantedBook@14c18a6a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 404 minecraft:comparator net.minecraft.item.ItemBlockSpecial@6aa792 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 405 minecraft:netherbrick net.minecraft.item.Item@5c78f456 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 406 minecraft:quartz net.minecraft.item.Item@29174dfe -[13:41:23] [Server thread/TRACE] [FML]: Registry: 407 minecraft:tnt_minecart net.minecraft.item.ItemMinecart@319d106c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 408 minecraft:hopper_minecart net.minecraft.item.ItemMinecart@641e67fa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 409 minecraft:prismarine_shard net.minecraft.item.Item@7fdff56b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 410 minecraft:prismarine_crystals net.minecraft.item.Item@6cb43fd3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 411 minecraft:rabbit net.minecraft.item.ItemFood@35f35c59 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 412 minecraft:cooked_rabbit net.minecraft.item.ItemFood@2245ccaa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 413 minecraft:rabbit_stew net.minecraft.item.ItemSoup@22b10124 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 414 minecraft:rabbit_foot net.minecraft.item.Item@6f36e806 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 415 minecraft:rabbit_hide net.minecraft.item.Item@4088702d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 416 minecraft:armor_stand net.minecraft.item.ItemArmorStand@345540f9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 417 minecraft:iron_horse_armor net.minecraft.item.Item@37344d31 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 418 minecraft:golden_horse_armor net.minecraft.item.Item@44a98a23 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 419 minecraft:diamond_horse_armor net.minecraft.item.Item@107ebdad -[13:41:23] [Server thread/TRACE] [FML]: Registry: 420 minecraft:lead net.minecraft.item.ItemLead@70ad0854 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 421 minecraft:name_tag net.minecraft.item.ItemNameTag@7d8d671b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 422 minecraft:command_block_minecart net.minecraft.item.ItemMinecart@28b68067 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 423 minecraft:mutton net.minecraft.item.ItemFood@19540247 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 424 minecraft:cooked_mutton net.minecraft.item.ItemFood@acb1c9c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 425 minecraft:banner net.minecraft.item.ItemBanner@37cc6017 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 426 minecraft:end_crystal net.minecraft.item.ItemEndCrystal@b5d7233 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 427 minecraft:spruce_door net.minecraft.item.ItemDoor@6be2b567 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 428 minecraft:birch_door net.minecraft.item.ItemDoor@169d1f92 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 429 minecraft:jungle_door net.minecraft.item.ItemDoor@7fcbc336 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 430 minecraft:acacia_door net.minecraft.item.ItemDoor@1fe7fa16 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 431 minecraft:dark_oak_door net.minecraft.item.ItemDoor@61503d00 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 432 minecraft:chorus_fruit net.minecraft.item.ItemChorusFruit@1fa44f66 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 433 minecraft:chorus_fruit_popped net.minecraft.item.Item@4229b92c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 434 minecraft:beetroot net.minecraft.item.ItemFood@47c356e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 435 minecraft:beetroot_seeds net.minecraft.item.ItemSeeds@66e218d8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 436 minecraft:beetroot_soup net.minecraft.item.ItemSoup@5b80b41d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 437 minecraft:dragon_breath net.minecraft.item.Item@54ef9698 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 438 minecraft:splash_potion net.minecraft.item.ItemSplashPotion@673605ef -[13:41:23] [Server thread/TRACE] [FML]: Registry: 439 minecraft:spectral_arrow net.minecraft.item.ItemSpectralArrow@6f25ed2b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 440 minecraft:tipped_arrow net.minecraft.item.ItemTippedArrow@556a6320 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 441 minecraft:lingering_potion net.minecraft.item.ItemLingeringPotion@1b06dc57 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 442 minecraft:shield net.minecraft.item.ItemShield@14fe085b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 443 minecraft:elytra net.minecraft.item.ItemElytra@39159b14 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 444 minecraft:spruce_boat net.minecraft.item.ItemBoat@57ab4b33 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 445 minecraft:birch_boat net.minecraft.item.ItemBoat@43b2e7db -[13:41:23] [Server thread/TRACE] [FML]: Registry: 446 minecraft:jungle_boat net.minecraft.item.ItemBoat@46d51d5e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 447 minecraft:acacia_boat net.minecraft.item.ItemBoat@530df3ab -[13:41:23] [Server thread/TRACE] [FML]: Registry: 448 minecraft:dark_oak_boat net.minecraft.item.ItemBoat@5e72c82a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 449 minecraft:totem_of_undying net.minecraft.item.Item@aaa7000 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 450 minecraft:shulker_shell net.minecraft.item.Item@64fba3e6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 452 minecraft:iron_nugget net.minecraft.item.Item@58d79479 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 453 minecraft:knowledge_book net.minecraft.item.ItemKnowledgeBook@65698020 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2256 minecraft:record_13 net.minecraft.item.ItemRecord@470a446f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2257 minecraft:record_cat net.minecraft.item.ItemRecord@55315a00 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2258 minecraft:record_blocks net.minecraft.item.ItemRecord@4942e6af -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2259 minecraft:record_chirp net.minecraft.item.ItemRecord@73a1a1b4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2260 minecraft:record_far net.minecraft.item.ItemRecord@669daa93 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2261 minecraft:record_mall net.minecraft.item.ItemRecord@39a30d1a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2262 minecraft:record_mellohi net.minecraft.item.ItemRecord@670ae31f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2263 minecraft:record_stal net.minecraft.item.ItemRecord@1958524b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2264 minecraft:record_strad net.minecraft.item.ItemRecord@129aaac1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2265 minecraft:record_ward net.minecraft.item.ItemRecord@3370be55 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2266 minecraft:record_11 net.minecraft.item.ItemRecord@3d2b13f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2267 minecraft:record_wait net.minecraft.item.ItemRecord@58c36104 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4096 nnparadisemod:rusty_iron_bars net.minecraft.item.ItemBlock@e4bb03 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4097 nnparadisemod:salt_lamp net.minecraft.item.ItemBlock@5d63295e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4098 nnparadisemod:compressed_cactus net.minecraft.item.ItemBlock@721e04f1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4099 nnparadisemod:cactus_bookshelf net.minecraft.item.ItemBlock@4a645ebb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4100 nnparadisemod:silver_hopper net.minecraft.item.ItemBlock@3d233253 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4101 nnparadisemod:silver_bars net.minecraft.item.ItemBlock@36d476c2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4102 nnparadisemod:powered_emerald_rail net.minecraft.item.ItemBlock@464fecb1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4103 nnparadisemod:emerald_rail net.minecraft.item.ItemBlock@717646f1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4104 nnparadisemod:mossy_lever net.minecraft.item.ItemBlock@1b40c635 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4105 nnparadisemod:du_portal net.minecraft.item.ItemBlock@14cb5250 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4106 nnparadisemod:glowing_obsidian net.minecraft.item.ItemBlock@11cac750 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4107 nnparadisemod:soul_glass_pane net.minecraft.item.ItemBlock@5dbcaae7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4108 nnparadisemod:soul_glass net.minecraft.item.ItemBlock@f337f10 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4109 nnparadisemod:present net.minecraft.item.ItemBlock@6d0d557c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4110 nnparadisemod:santa_hat net.minecraft.item.ItemBlock@6ca96aef -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4111 nnparadisemod:christmas_sapling net.minecraft.item.ItemBlock@700e4826 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4112 nnparadisemod:tree_topper net.minecraft.item.ItemBlock@2b7e44af -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4113 nnparadisemod:gold_bars net.minecraft.item.ItemBlock@2006249d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4114 nnparadisemod:christmas_leaves net.minecraft.item.ItemBlock@386d0954 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4115 nnparadisemod:diamond_crystal net.minecraft.item.ItemBlock@2b6e270c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4116 nnparadisemod:emerald_crystal net.minecraft.item.ItemBlock@785b187e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4117 nnparadisemod:quartz_crystal net.minecraft.item.ItemBlock@36fd028d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4118 nnparadisemod:redstone_crystal net.minecraft.item.ItemBlock@7dc97564 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4119 nnparadisemod:ruby_crystal net.minecraft.item.ItemBlock@59e89013 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4120 nnparadisemod:glowing_obsidian_wall net.minecraft.item.ItemBlock@12326ccb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4121 nnparadisemod:bedrock_wall net.minecraft.item.ItemBlock@513ad29e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4122 nnparadisemod:obsidian_wall net.minecraft.item.ItemBlock@32dbf42 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4123 nnparadisemod:end_wall net.minecraft.item.ItemBlock@53a95744 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4124 nnparadisemod:cactus_stairs net.minecraft.item.ItemBlock@264129aa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4125 nnparadisemod:end_stairs net.minecraft.item.ItemBlock@4cd6143c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4126 nnparadisemod:bedrock_stairs net.minecraft.item.ItemBlock@1abd92c6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4127 nnparadisemod:obsidian_stairs net.minecraft.item.ItemBlock@7fac91fb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4128 nnparadisemod:glowing_obsidian_stairs net.minecraft.item.ItemBlock@4f401aac -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4129 nnparadisemod:dirt_button net.minecraft.item.ItemBlock@6771c4d8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4130 nnparadisemod:grass_button net.minecraft.item.ItemBlock@426e165f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4131 nnparadisemod:rusty_button net.minecraft.item.ItemBlock@23943a02 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4132 nnparadisemod:end_button net.minecraft.item.ItemBlock@60f66b9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4133 nnparadisemod:cactus_button net.minecraft.item.ItemBlock@42e52d94 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4134 nnparadisemod:glowing_obsidian_button net.minecraft.item.ItemBlock@5ab7ef8a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4135 nnparadisemod:diamond_button net.minecraft.item.ItemBlock@78519d63 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4136 nnparadisemod:emerald_button net.minecraft.item.ItemBlock@50091386 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4137 nnparadisemod:gold_button net.minecraft.item.ItemBlock@7cf6ea5b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4138 nnparadisemod:iron_button net.minecraft.item.ItemBlock@3cebe931 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4139 nnparadisemod:silver_button net.minecraft.item.ItemBlock@3982d73d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4140 nnparadisemod:ruby_button net.minecraft.item.ItemBlock@38ec1c34 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4141 nnparadisemod:obsidian_button net.minecraft.item.ItemBlock@2d9cde8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4142 nnparadisemod:bedrock_button net.minecraft.item.ItemBlock@2ff89271 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4143 nnparadisemod:mossy_cobblestone_button net.minecraft.item.ItemBlock@11ef3bee -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4144 nnparadisemod:cobblestone_button net.minecraft.item.ItemBlock@934375e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4145 nnparadisemod:andesite_button net.minecraft.item.ItemBlock@54ba8e11 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4146 nnparadisemod:diorite_button net.minecraft.item.ItemBlock@4887a689 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4147 nnparadisemod:granite_button net.minecraft.item.ItemBlock@281d7536 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4148 nnparadisemod:acacia_button net.minecraft.item.ItemBlock@6e9197d1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4149 nnparadisemod:birch_button net.minecraft.item.ItemBlock@4ead07c1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4150 nnparadisemod:dark_oak_button net.minecraft.item.ItemBlock@344ae64b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4151 nnparadisemod:jungle_button net.minecraft.item.ItemBlock@5e231326 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4152 nnparadisemod:spruce_button net.minecraft.item.ItemBlock@42d7be51 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4153 nnparadisemod:dirt_pressure_plate net.minecraft.item.ItemBlock@50bb6465 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4154 nnparadisemod:grass_pressure_plate net.minecraft.item.ItemBlock@1b67ea5f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4155 nnparadisemod:cactus_pressure_plate net.minecraft.item.ItemBlock@e0d5388 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4156 nnparadisemod:end_pressure_plate net.minecraft.item.ItemBlock@250cbcb9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4157 nnparadisemod:glowing_obsidian_pressure_plate net.minecraft.item.ItemBlock@33cd31cf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4158 nnparadisemod:diamond_pressure_plate net.minecraft.item.ItemBlock@771f4556 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4159 nnparadisemod:emerald_pressure_plate net.minecraft.item.ItemBlock@3df17e4b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4160 nnparadisemod:silver_pressure_plate net.minecraft.item.ItemBlock@79ae4822 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4161 nnparadisemod:ruby_pressure_plate net.minecraft.item.ItemBlock@3645b9d5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4162 nnparadisemod:bedrock_pressure_plate net.minecraft.item.ItemBlock@20e1361d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4163 nnparadisemod:mossy_cobblestone_pressure_plate net.minecraft.item.ItemBlock@12bc51f4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4164 nnparadisemod:cobblestone_pressure_plate net.minecraft.item.ItemBlock@6a1f63fd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4165 nnparadisemod:andesite_pressure_plate net.minecraft.item.ItemBlock@2ecc303c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4166 nnparadisemod:diorite_pressure_plate net.minecraft.item.ItemBlock@4a9e03b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4167 nnparadisemod:granite_pressure_plate net.minecraft.item.ItemBlock@2ac58d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4168 nnparadisemod:acacia_pressure_plate net.minecraft.item.ItemBlock@1d8d9807 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4169 nnparadisemod:birch_pressure_plate net.minecraft.item.ItemBlock@76928be0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4170 nnparadisemod:dark_oak_pressure_plate net.minecraft.item.ItemBlock@2771657a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4171 nnparadisemod:jungle_pressure_plate net.minecraft.item.ItemBlock@3edb0c1e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4172 nnparadisemod:spruce_pressure_plate net.minecraft.item.ItemBlock@5b0bfe86 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4173 nnparadisemod:rusty_pressure_plate net.minecraft.item.ItemBlock@2347ca7a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4174 nnparadisemod:cactus_crafting_table net.minecraft.item.ItemBlock@14c75caf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4175 nnparadisemod:acacia_crafting_table net.minecraft.item.ItemBlock@723c7f2f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4176 nnparadisemod:birch_crafting_table net.minecraft.item.ItemBlock@7d2c6085 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4177 nnparadisemod:dark_oak_crafting_table net.minecraft.item.ItemBlock@2e740f3c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4178 nnparadisemod:jungle_crafting_table net.minecraft.item.ItemBlock@6c26a27e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4179 nnparadisemod:spruce_crafting_table net.minecraft.item.ItemBlock@4a5bc21 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4180 nnparadisemod:mossy_furnace net.minecraft.item.ItemBlock@3d225fe9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4181 nnparadisemod:ender_pearl_ore net.minecraft.item.ItemBlock@4a402ba3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4182 nnparadisemod:ender_ruby_ore net.minecraft.item.ItemBlock@7c3019d6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4183 nnparadisemod:nether_silver_ore net.minecraft.item.ItemBlock@6fb68c4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4184 nnparadisemod:nether_gold_ore net.minecraft.item.ItemBlock@92fe6e5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4185 nnparadisemod:blaze_block net.minecraft.item.ItemBlock@66e6b022 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4186 nnparadisemod:sugar_block net.minecraft.item.ItemBlock@2b3d662e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4187 nnparadisemod:ruby_ore net.minecraft.item.ItemBlock@5930e350 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4188 nnparadisemod:silver_ore net.minecraft.item.ItemBlock@22d2d248 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4189 nnparadisemod:ruby_block net.minecraft.item.ItemBlock@1fdf1a6b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4190 nnparadisemod:silver_block net.minecraft.item.ItemBlock@56dc6b33 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4191 nnparadisemod:salt_block net.minecraft.item.ItemBlock@43bc1d67 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4192 nnparadisemod:salt_ore net.minecraft.item.ItemBlock@243dc57b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4193 nnparadisemod:ender_pearl_block net.minecraft.item.ItemBlock@8e2961 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4194 nnparadisemod:rusty_iron_block net.minecraft.item.ItemBlock@6071132e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4195 nnparadisemod:gold_hopper net.minecraft.item.ItemBlock@6371c6ee -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4196 nnparadisemod:compressed_cactus_chest net.minecraft.item.ItemBlock@209d4e32 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4197 nnparadisemod:compressed_cactus_chest_trapped net.minecraft.item.ItemBlock@27129ef5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4198 nnparadisemod:cactus_chest net.minecraft.item.ItemBlock@5e02753c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4199 nnparadisemod:cactus_chest_trapped net.minecraft.item.ItemBlock@88d92e5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4200 nnparadisemod:cactus_trapdoor net.minecraft.item.ItemBlock@57e9122f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4201 nnparadisemod:glowing_obsidian_trapdoor net.minecraft.item.ItemBlock@7e9e125f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4202 nnparadisemod:end_trapdoor net.minecraft.item.ItemBlock@69d2cffb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4203 nnparadisemod:silver_trapdoor net.minecraft.item.ItemBlock@7432a39e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4204 nnparadisemod:glass_trapdoor net.minecraft.item.ItemBlock@274b3fc6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4205 nnparadisemod:gold_trapdoor net.minecraft.item.ItemBlock@720907c9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4206 nnparadisemod:diamond_trapdoor net.minecraft.item.ItemBlock@41334af0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4207 nnparadisemod:emerald_trapdoor net.minecraft.item.ItemBlock@3249c81a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4208 nnparadisemod:andesite_trapdoor net.minecraft.item.ItemBlock@68344a08 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4209 nnparadisemod:diorite_trapdoor net.minecraft.item.ItemBlock@11275783 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4210 nnparadisemod:granite_trapdoor net.minecraft.item.ItemBlock@3887b71 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4211 nnparadisemod:stone_trapdoor net.minecraft.item.ItemBlock@3aba9252 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4212 nnparadisemod:cobblestone_trapdoor net.minecraft.item.ItemBlock@284d1c98 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4213 nnparadisemod:moss_stone_trapdoor net.minecraft.item.ItemBlock@630d7bce -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4214 nnparadisemod:obsidian_trapdoor net.minecraft.item.ItemBlock@541d5c48 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4215 nnparadisemod:bedrock_trapdoor net.minecraft.item.ItemBlock@35d472c1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4216 nnparadisemod:ruby_trapdoor net.minecraft.item.ItemBlock@778067f5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4217 nnparadisemod:redstone_trapdoor net.minecraft.item.ItemBlock@c18ee56 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4218 nnparadisemod:rusty_trapdoor net.minecraft.item.ItemBlock@6cee59d6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4219 nnparadisemod:rusty_fence net.minecraft.item.ItemBlock@2f397395 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4220 nnparadisemod:cactus_fence net.minecraft.item.ItemBlock@398072c6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4221 nnparadisemod:silver_fence net.minecraft.item.ItemBlock@2e2ff0c4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4222 nnparadisemod:brick_fence net.minecraft.item.ItemBlock@2a48f570 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4223 nnparadisemod:diamond_fence net.minecraft.item.ItemBlock@2d0d357b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4224 nnparadisemod:emerald_fence net.minecraft.item.ItemBlock@24406d54 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4225 nnparadisemod:gold_fence net.minecraft.item.ItemBlock@38a6002f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4226 nnparadisemod:iron_fence net.minecraft.item.ItemBlock@637d9281 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4227 nnparadisemod:ruby_fence net.minecraft.item.ItemBlock@3c89f754 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4228 nnparadisemod:redstone_fence net.minecraft.item.ItemBlock@3b4675d3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4229 nnparadisemod:rusty_fence_gate net.minecraft.item.ItemBlock@133a8a9f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4230 nnparadisemod:cactus_fence_gate net.minecraft.item.ItemBlock@3325afbc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4231 nnparadisemod:silver_fence_gate net.minecraft.item.ItemBlock@37ee58cf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4232 nnparadisemod:brick_fence_gate net.minecraft.item.ItemBlock@756fd0aa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4233 nnparadisemod:diamond_fence_gate net.minecraft.item.ItemBlock@30428572 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4234 nnparadisemod:emerald_fence_gate net.minecraft.item.ItemBlock@36db2ef8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4235 nnparadisemod:gold_fence_gate net.minecraft.item.ItemBlock@7acb4a51 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4236 nnparadisemod:iron_fence_gate net.minecraft.item.ItemBlock@672e3f24 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4237 nnparadisemod:ruby_fence_gate net.minecraft.item.ItemBlock@52ed0d8e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4238 nnparadisemod:redstone_fence_gate net.minecraft.item.ItemBlock@1640a06f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4239 nnparadisemod:black_redstone_lamp net.minecraft.item.ItemBlock@ebf11cd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4240 nnparadisemod:blue_redstone_lamp net.minecraft.item.ItemBlock@770f3c94 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4241 nnparadisemod:brown_redstone_lamp net.minecraft.item.ItemBlock@5621a9eb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4242 nnparadisemod:cyan_redstone_lamp net.minecraft.item.ItemBlock@27636d72 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4243 nnparadisemod:gray_redstone_lamp net.minecraft.item.ItemBlock@5d9627d3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4244 nnparadisemod:green_redstone_lamp net.minecraft.item.ItemBlock@43296744 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4245 nnparadisemod:light_blue_redstone_lamp net.minecraft.item.ItemBlock@2d0584c0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4246 nnparadisemod:lime_redstone_lamp net.minecraft.item.ItemBlock@4284bd5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4247 nnparadisemod:magenta_redstone_lamp net.minecraft.item.ItemBlock@18a3095d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4248 nnparadisemod:orange_redstone_lamp net.minecraft.item.ItemBlock@3ed5a327 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4249 nnparadisemod:pink_redstone_lamp net.minecraft.item.ItemBlock@2dfb8de3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4250 nnparadisemod:purple_redstone_lamp net.minecraft.item.ItemBlock@285e483f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4251 nnparadisemod:red_redstone_lamp net.minecraft.item.ItemBlock@2d23561e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4252 nnparadisemod:silver_redstone_lamp net.minecraft.item.ItemBlock@77dd1899 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4253 nnparadisemod:white_redstone_lamp net.minecraft.item.ItemBlock@17abb5bb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4254 nnparadisemod:yellow_redstone_lamp net.minecraft.item.ItemBlock@764fd8ff -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4255 nnparadisemod:rusty_nugget com.NetherNoah.ParadiseMod.items.RustyNugget@431f2a86 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4256 nnparadisemod:rusty_ingot com.NetherNoah.ParadiseMod.items.RustyIngot@1c03be27 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4257 nnparadisemod:salt com.NetherNoah.ParadiseMod.items.Salt@7fa7281f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4258 nnparadisemod:cactus_stick com.NetherNoah.ParadiseMod.items.CactusStick@4d40c056 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4259 nnparadisemod:silver_nugget com.NetherNoah.ParadiseMod.items.SilverNugget@7dc88f5c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4260 nnparadisemod:santa_jacket com.NetherNoah.ParadiseMod.items.armor.SantaSuit@67c8ca0f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4261 nnparadisemod:santa_pants com.NetherNoah.ParadiseMod.items.armor.SantaSuit@11281f47 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4262 nnparadisemod:santa_boots com.NetherNoah.ParadiseMod.items.armor.SantaSuit@28a3c051 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4263 nnparadisemod:emerald_pickaxe com.NetherNoah.ParadiseMod.items.tools.emerald.emeraldPickaxe@2a15b749 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4264 nnparadisemod:emerald_axe com.NetherNoah.ParadiseMod.items.tools.emerald.emeraldAxe@4d01a100 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4265 nnparadisemod:emerald_spade com.NetherNoah.ParadiseMod.items.tools.emerald.emeraldSpade@250e2047 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4266 nnparadisemod:emerald_hoe com.NetherNoah.ParadiseMod.items.tools.emerald.emeraldHoe@2c2323be -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4267 nnparadisemod:emerald_sword com.NetherNoah.ParadiseMod.items.tools.emerald.emeraldSword@69696aba -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4268 nnparadisemod:ruby_pickaxe com.NetherNoah.ParadiseMod.items.tools.ruby.rubyPickaxe@6404c85f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4269 nnparadisemod:ruby_axe com.NetherNoah.ParadiseMod.items.tools.ruby.rubyAxe@7057c234 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4270 nnparadisemod:ruby_spade com.NetherNoah.ParadiseMod.items.tools.ruby.rubySpade@1a8cf1e4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4271 nnparadisemod:ruby_hoe com.NetherNoah.ParadiseMod.items.tools.ruby.rubyHoe@4c264aed -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4272 nnparadisemod:ruby_sword com.NetherNoah.ParadiseMod.items.tools.ruby.rubySword@2da82b00 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4273 nnparadisemod:silver_pickaxe com.NetherNoah.ParadiseMod.items.tools.silver.silverPickaxe@220f319a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4274 nnparadisemod:silver_axe com.NetherNoah.ParadiseMod.items.tools.silver.silverAxe@29bbb270 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4275 nnparadisemod:silver_spade com.NetherNoah.ParadiseMod.items.tools.silver.silverSpade@2df2d46d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4276 nnparadisemod:silver_hoe com.NetherNoah.ParadiseMod.items.tools.silver.silverHoe@27787083 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4277 nnparadisemod:silver_sword com.NetherNoah.ParadiseMod.items.tools.silver.silverSword@3fddd5c8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4278 nnparadisemod:rusty_pickaxe com.NetherNoah.ParadiseMod.items.tools.rusty.rustyPickaxe@2b14a654 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4279 nnparadisemod:rusty_axe com.NetherNoah.ParadiseMod.items.tools.rusty.rustyAxe@47f8e46f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4280 nnparadisemod:rusty_spade com.NetherNoah.ParadiseMod.items.tools.rusty.rustySpade@6728dc77 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4281 nnparadisemod:rusty_hoe com.NetherNoah.ParadiseMod.items.tools.rusty.rustyHoe@21e896f6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4282 nnparadisemod:rusty_sword com.NetherNoah.ParadiseMod.items.tools.rusty.rustySword@6e64e5f5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4283 nnparadisemod:obsidian_pickaxe com.NetherNoah.ParadiseMod.items.tools.obsidian.obsidianPickaxe@34fb5c3f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4284 nnparadisemod:obsidian_axe com.NetherNoah.ParadiseMod.items.tools.obsidian.obsidianAxe@4052305e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4285 nnparadisemod:obsidian_spade com.NetherNoah.ParadiseMod.items.tools.obsidian.obsidianSpade@76c12d09 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4286 nnparadisemod:obsidian_hoe com.NetherNoah.ParadiseMod.items.tools.obsidian.obsidianHoe@2fa69580 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4287 nnparadisemod:obsidian_sword com.NetherNoah.ParadiseMod.items.tools.obsidian.obsidianSword@64f5cec8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4288 nnparadisemod:cactus_pickaxe com.NetherNoah.ParadiseMod.items.tools.redstone.redstonePickaxe@3dd7721b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4289 nnparadisemod:cactus_axe com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneAxe@7430d369 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4290 nnparadisemod:cactus_spade com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneSpade@6368ed64 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4291 nnparadisemod:cactus_hoe com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneHoe@61772cb7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4292 nnparadisemod:cactus_sword com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneSword@683721ce -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4293 nnparadisemod:redstone_pickaxe com.NetherNoah.ParadiseMod.items.tools.redstone.redstonePickaxe@b8b6de6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4294 nnparadisemod:redstone_axe com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneAxe@5341eab4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4295 nnparadisemod:redstone_spade com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneSpade@182d1967 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4296 nnparadisemod:redstone_hoe com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneHoe@494572fd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4297 nnparadisemod:redstone_sword com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneSword@19f1c26e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4298 nnparadisemod:emerald_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorEmerald@35af404f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4299 nnparadisemod:emerald_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorEmerald@571f1e9d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4300 nnparadisemod:emerald_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorEmerald@406a54a2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4301 nnparadisemod:emerald_boots com.NetherNoah.ParadiseMod.items.armor.ArmorEmerald@49a777ee -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4302 nnparadisemod:silver_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorSilver@2901e61e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4303 nnparadisemod:silver_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorSilver@3bdc78d8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4304 nnparadisemod:silver_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorSilver@49b6704a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4305 nnparadisemod:silver_boots com.NetherNoah.ParadiseMod.items.armor.ArmorSilver@60877252 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4306 nnparadisemod:rusty_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorRusty@1e52e3e8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4307 nnparadisemod:rusty_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorRusty@641ce448 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4308 nnparadisemod:rusty_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorRusty@3f520f7b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4309 nnparadisemod:rusty_boots com.NetherNoah.ParadiseMod.items.armor.ArmorRusty@7bcccbd2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4310 nnparadisemod:ruby_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorRuby@71b5be5d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4311 nnparadisemod:ruby_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorRuby@5eb35ec7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4312 nnparadisemod:ruby_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorRuby@43bc8c98 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4313 nnparadisemod:ruby_boots com.NetherNoah.ParadiseMod.items.armor.ArmorRuby@7050e135 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4314 nnparadisemod:redstone_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorRedstone@684ad81c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4315 nnparadisemod:redstone_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorRedstone@4f3551c1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4316 nnparadisemod:redstone_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorRedstone@381b485b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4317 nnparadisemod:redstone_boots com.NetherNoah.ParadiseMod.items.armor.ArmorRedstone@4bd23b22 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4318 nnparadisemod:obsidian_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorObsidian@10b87c58 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4319 nnparadisemod:obsidian_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorObsidian@7203a784 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4320 nnparadisemod:obsidian_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorObsidian@285289cd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4321 nnparadisemod:obsidian_boots com.NetherNoah.ParadiseMod.items.armor.ArmorObsidian@697699cb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4322 nnparadisemod:ruby com.NetherNoah.ParadiseMod.items.ItemRuby@552fcd4d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4323 nnparadisemod:silver_ingot com.NetherNoah.ParadiseMod.items.SilverIngot@34ea5eff -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4324 nnparadisemod:rusty_door com.NetherNoah.ParadiseMod.items.doors.ItemRustyDoor@5eaa3349 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4325 nnparadisemod:cactus_door com.NetherNoah.ParadiseMod.items.doors.ItemCactusDoor@2818d9d7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4326 nnparadisemod:glowing_obsidian_door com.NetherNoah.ParadiseMod.items.doors.ItemGlowingObsidianDoor@74d82196 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4327 nnparadisemod:end_door com.NetherNoah.ParadiseMod.items.doors.ItemEndDoor@4f8cdeb4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4328 nnparadisemod:silver_door com.NetherNoah.ParadiseMod.items.doors.ItemSilverDoor@3ae47f4f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4329 nnparadisemod:glass_door com.NetherNoah.ParadiseMod.items.doors.ItemGlassDoor@116b7837 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4330 nnparadisemod:gold_door com.NetherNoah.ParadiseMod.items.doors.ItemGoldDoor@2e92c6f3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4331 nnparadisemod:diamond_door com.NetherNoah.ParadiseMod.items.doors.ItemDiamondDoor@76de4b5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4332 nnparadisemod:emerald_door com.NetherNoah.ParadiseMod.items.doors.ItemEmeraldDoor@26364268 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4333 nnparadisemod:andesite_door com.NetherNoah.ParadiseMod.items.doors.ItemAndesiteDoor@6f056fdf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4334 nnparadisemod:diorite_door com.NetherNoah.ParadiseMod.items.doors.ItemDioriteDoor@388c0178 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4335 nnparadisemod:granite_door com.NetherNoah.ParadiseMod.items.doors.ItemGraniteDoor@50e4e803 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4336 nnparadisemod:stone_door com.NetherNoah.ParadiseMod.items.doors.ItemStoneDoor@4d5f1c98 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4337 nnparadisemod:cobblestone_door com.NetherNoah.ParadiseMod.items.doors.ItemCobblestoneDoor@76ad3ab9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4338 nnparadisemod:moss_stone_door com.NetherNoah.ParadiseMod.items.doors.ItemMossStoneDoor@54704b46 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4339 nnparadisemod:obsidian_door com.NetherNoah.ParadiseMod.items.doors.ItemObsidianDoor@39e89471 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4340 nnparadisemod:bedrock_door com.NetherNoah.ParadiseMod.items.doors.ItemBedrockDoor@7ffb60a4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4341 nnparadisemod:ruby_door com.NetherNoah.ParadiseMod.items.doors.ItemRubyDoor@5ccb26a0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4342 nnparadisemod:redstone_door com.NetherNoah.ParadiseMod.items.doors.ItemRedstoneDoor@68a3c497 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4343 forge:bucketfilled net.minecraftforge.fluids.UniversalBucket@d96fa9e -[13:41:23] [Server thread/TRACE] [FML]: Registry Name : minecraft:potions -[13:41:23] [Server thread/TRACE] [FML]: Registry: 1 minecraft:speed net.minecraft.potion.Potion@e3692ca -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2 minecraft:slowness net.minecraft.potion.Potion@75adb1c0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 3 minecraft:haste net.minecraft.potion.Potion@5cfe28e1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4 minecraft:mining_fatigue net.minecraft.potion.Potion@7ac90dab -[13:41:23] [Server thread/TRACE] [FML]: Registry: 5 minecraft:strength net.minecraft.potion.PotionAttackDamage@1ce57bbb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 6 minecraft:instant_health net.minecraft.potion.PotionHealth@362c48c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 7 minecraft:instant_damage net.minecraft.potion.PotionHealth@62aee901 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 8 minecraft:jump_boost net.minecraft.potion.Potion@1983a4e4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 9 minecraft:nausea net.minecraft.potion.Potion@29b4444a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 10 minecraft:regeneration net.minecraft.potion.Potion@3ce7a354 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 11 minecraft:resistance net.minecraft.potion.Potion@2914a328 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 12 minecraft:fire_resistance net.minecraft.potion.Potion@2d34866a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 13 minecraft:water_breathing net.minecraft.potion.Potion@26291192 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 14 minecraft:invisibility net.minecraft.potion.Potion@27d5eb00 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 15 minecraft:blindness net.minecraft.potion.Potion@2b540131 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 16 minecraft:night_vision net.minecraft.potion.Potion@225ac5e7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 17 minecraft:hunger net.minecraft.potion.Potion@4c91f5bf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 18 minecraft:weakness net.minecraft.potion.PotionAttackDamage@44948ac6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 19 minecraft:poison net.minecraft.potion.Potion@4fc256ec -[13:41:23] [Server thread/TRACE] [FML]: Registry: 20 minecraft:wither net.minecraft.potion.Potion@3bc3d70e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 21 minecraft:health_boost net.minecraft.potion.PotionHealthBoost@7fc56d61 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 22 minecraft:absorption net.minecraft.potion.PotionAbsorption@126ff1a1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 23 minecraft:saturation net.minecraft.potion.PotionHealth@546c30c2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 24 minecraft:glowing net.minecraft.potion.Potion@6ba08a09 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 25 minecraft:levitation net.minecraft.potion.Potion@568c9ee1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 26 minecraft:luck net.minecraft.potion.Potion@3b839f68 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 27 minecraft:unluck net.minecraft.potion.Potion@e5c52fa -[13:41:23] [Server thread/TRACE] [FML]: Registry Name : minecraft:biomes -[13:41:23] [Server thread/TRACE] [FML]: Registry: 0 minecraft:ocean net.minecraft.world.biome.BiomeOcean@48928b57 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 1 minecraft:plains net.minecraft.world.biome.BiomePlains@1c09bb7a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2 minecraft:desert net.minecraft.world.biome.BiomeDesert@493250cf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 3 minecraft:extreme_hills net.minecraft.world.biome.BiomeHills@726e29d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4 minecraft:forest net.minecraft.world.biome.BiomeForest@5ee95d42 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 5 minecraft:taiga net.minecraft.world.biome.BiomeTaiga@3e755d5f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 6 minecraft:swampland net.minecraft.world.biome.BiomeSwamp@4202276 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 7 minecraft:river net.minecraft.world.biome.BiomeRiver@34588991 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 8 minecraft:hell net.minecraft.world.biome.BiomeHell@45b2d17b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 9 minecraft:sky net.minecraft.world.biome.BiomeEnd@11fb1691 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 10 minecraft:frozen_ocean net.minecraft.world.biome.BiomeOcean@1f229c40 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 11 minecraft:frozen_river net.minecraft.world.biome.BiomeRiver@215404a1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 12 minecraft:ice_flats net.minecraft.world.biome.BiomeSnow@2e51ede1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 13 minecraft:ice_mountains net.minecraft.world.biome.BiomeSnow@12051d38 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 14 minecraft:mushroom_island net.minecraft.world.biome.BiomeMushroomIsland@67730dab -[13:41:23] [Server thread/TRACE] [FML]: Registry: 15 minecraft:mushroom_island_shore net.minecraft.world.biome.BiomeMushroomIsland@466cca41 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 16 minecraft:beaches net.minecraft.world.biome.BiomeBeach@496c6d94 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 17 minecraft:desert_hills net.minecraft.world.biome.BiomeDesert@360d3f47 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 18 minecraft:forest_hills net.minecraft.world.biome.BiomeForest@1693d505 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 19 minecraft:taiga_hills net.minecraft.world.biome.BiomeTaiga@3d195d15 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 20 minecraft:smaller_extreme_hills net.minecraft.world.biome.BiomeHills@17b387ef -[13:41:23] [Server thread/TRACE] [FML]: Registry: 21 minecraft:jungle net.minecraft.world.biome.BiomeJungle@2f8b48c3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 22 minecraft:jungle_hills net.minecraft.world.biome.BiomeJungle@2af31aba -[13:41:23] [Server thread/TRACE] [FML]: Registry: 23 minecraft:jungle_edge net.minecraft.world.biome.BiomeJungle@682d8dad -[13:41:23] [Server thread/TRACE] [FML]: Registry: 24 minecraft:deep_ocean net.minecraft.world.biome.BiomeOcean@1aebe759 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 25 minecraft:stone_beach net.minecraft.world.biome.BiomeStoneBeach@5dc7881d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 26 minecraft:cold_beach net.minecraft.world.biome.BiomeBeach@590336ed -[13:41:23] [Server thread/TRACE] [FML]: Registry: 27 minecraft:birch_forest net.minecraft.world.biome.BiomeForest@1c97c3bb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 28 minecraft:birch_forest_hills net.minecraft.world.biome.BiomeForest@68fc1e7f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 29 minecraft:roofed_forest net.minecraft.world.biome.BiomeForest@99af41d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 30 minecraft:taiga_cold net.minecraft.world.biome.BiomeTaiga@496e0f9d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 31 minecraft:taiga_cold_hills net.minecraft.world.biome.BiomeTaiga@6b468710 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 32 minecraft:redwood_taiga net.minecraft.world.biome.BiomeTaiga@63c163e1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 33 minecraft:redwood_taiga_hills net.minecraft.world.biome.BiomeTaiga@3da55998 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 34 minecraft:extreme_hills_with_trees net.minecraft.world.biome.BiomeHills@40ebb56 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 35 minecraft:savanna net.minecraft.world.biome.BiomeSavanna@33197c2f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 36 minecraft:savanna_rock net.minecraft.world.biome.BiomeSavanna@24e79a4d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 37 minecraft:mesa net.minecraft.world.biome.BiomeMesa@52a0bc48 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 38 minecraft:mesa_rock net.minecraft.world.biome.BiomeMesa@28941a68 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 39 minecraft:mesa_clear_rock net.minecraft.world.biome.BiomeMesa@24ce5d4c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 127 minecraft:void net.minecraft.world.biome.BiomeVoid@576a8b00 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 129 minecraft:mutated_plains net.minecraft.world.biome.BiomePlains@1d988297 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 130 minecraft:mutated_desert net.minecraft.world.biome.BiomeDesert@116efe65 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 131 minecraft:mutated_extreme_hills net.minecraft.world.biome.BiomeHills@118879d2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 132 minecraft:mutated_forest net.minecraft.world.biome.BiomeForest@1239c268 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 133 minecraft:mutated_taiga net.minecraft.world.biome.BiomeTaiga@4bec6682 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 134 minecraft:mutated_swampland net.minecraft.world.biome.BiomeSwamp@2d97344c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 140 minecraft:mutated_ice_flats net.minecraft.world.biome.BiomeSnow@7f839ec5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 149 minecraft:mutated_jungle net.minecraft.world.biome.BiomeJungle@23f539df -[13:41:23] [Server thread/TRACE] [FML]: Registry: 151 minecraft:mutated_jungle_edge net.minecraft.world.biome.BiomeJungle@b859355 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 155 minecraft:mutated_birch_forest net.minecraft.world.biome.BiomeForestMutated@7c3223aa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 156 minecraft:mutated_birch_forest_hills net.minecraft.world.biome.BiomeForestMutated@7683d632 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 157 minecraft:mutated_roofed_forest net.minecraft.world.biome.BiomeForest@513bec8c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 158 minecraft:mutated_taiga_cold net.minecraft.world.biome.BiomeTaiga@693ed09d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 160 minecraft:mutated_redwood_taiga net.minecraft.world.biome.BiomeTaiga@4fc8163 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 161 minecraft:mutated_redwood_taiga_hills net.minecraft.world.biome.BiomeTaiga@6c26e588 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 162 minecraft:mutated_extreme_hills_with_trees net.minecraft.world.biome.BiomeHills@62f73b0c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 163 minecraft:mutated_savanna net.minecraft.world.biome.BiomeSavannaMutated@1d45c4b7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 164 minecraft:mutated_savanna_rock net.minecraft.world.biome.BiomeSavannaMutated@46146832 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 165 minecraft:mutated_mesa net.minecraft.world.biome.BiomeMesa@1d6014a7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 166 minecraft:mutated_mesa_rock net.minecraft.world.biome.BiomeMesa@7575f7e1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 167 minecraft:mutated_mesa_clear_rock net.minecraft.world.biome.BiomeMesa@4626f584 -[13:41:23] [Server thread/TRACE] [FML]: Registry Name : minecraft:soundevents -[13:41:23] [Server thread/TRACE] [FML]: Registry: 0 minecraft:ambient.cave net.minecraft.util.SoundEvent@448462f0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 1 minecraft:block.anvil.break net.minecraft.util.SoundEvent@1c5d3a37 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2 minecraft:block.anvil.destroy net.minecraft.util.SoundEvent@7e3d2ebd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 3 minecraft:block.anvil.fall net.minecraft.util.SoundEvent@2b43f314 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4 minecraft:block.anvil.hit net.minecraft.util.SoundEvent@3a4a5f3c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 5 minecraft:block.anvil.land net.minecraft.util.SoundEvent@4f3356c0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 6 minecraft:block.anvil.place net.minecraft.util.SoundEvent@586cc15d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 7 minecraft:block.anvil.step net.minecraft.util.SoundEvent@6c835217 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 8 minecraft:block.anvil.use net.minecraft.util.SoundEvent@4584304 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 9 minecraft:block.brewing_stand.brew net.minecraft.util.SoundEvent@51888019 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 10 minecraft:block.chest.close net.minecraft.util.SoundEvent@6f50d55c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 11 minecraft:block.chest.locked net.minecraft.util.SoundEvent@19b5214b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 12 minecraft:block.chest.open net.minecraft.util.SoundEvent@5fb3111a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 13 minecraft:block.chorus_flower.death net.minecraft.util.SoundEvent@4aaecabd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 14 minecraft:block.chorus_flower.grow net.minecraft.util.SoundEvent@23bd0c81 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 15 minecraft:block.cloth.break net.minecraft.util.SoundEvent@1332dec4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 16 minecraft:block.cloth.fall net.minecraft.util.SoundEvent@544e3679 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 17 minecraft:block.cloth.hit net.minecraft.util.SoundEvent@6889f56f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 18 minecraft:block.cloth.place net.minecraft.util.SoundEvent@231b35fb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 19 minecraft:block.cloth.step net.minecraft.util.SoundEvent@26da1ba2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 20 minecraft:block.comparator.click net.minecraft.util.SoundEvent@3820cfe -[13:41:23] [Server thread/TRACE] [FML]: Registry: 21 minecraft:block.dispenser.dispense net.minecraft.util.SoundEvent@2407a36c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 22 minecraft:block.dispenser.fail net.minecraft.util.SoundEvent@5ec9eefa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 23 minecraft:block.dispenser.launch net.minecraft.util.SoundEvent@28b8f98a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 24 minecraft:block.enchantment_table.use net.minecraft.util.SoundEvent@3b4ef59f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 25 minecraft:block.end_gateway.spawn net.minecraft.util.SoundEvent@22cb3d59 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 26 minecraft:block.end_portal.spawn net.minecraft.util.SoundEvent@33e4b9c4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 27 minecraft:block.end_portal_frame.fill net.minecraft.util.SoundEvent@5cff729b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 28 minecraft:block.enderchest.close net.minecraft.util.SoundEvent@10d18696 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 29 minecraft:block.enderchest.open net.minecraft.util.SoundEvent@6b8b5020 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 30 minecraft:block.fence_gate.close net.minecraft.util.SoundEvent@7d37ee0c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 31 minecraft:block.fence_gate.open net.minecraft.util.SoundEvent@5a7b309b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 32 minecraft:block.fire.ambient net.minecraft.util.SoundEvent@4602f874 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 33 minecraft:block.fire.extinguish net.minecraft.util.SoundEvent@7739aac4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 34 minecraft:block.furnace.fire_crackle net.minecraft.util.SoundEvent@353c6da1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 35 minecraft:block.glass.break net.minecraft.util.SoundEvent@36c07c75 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 36 minecraft:block.glass.fall net.minecraft.util.SoundEvent@6750e381 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 37 minecraft:block.glass.hit net.minecraft.util.SoundEvent@5d850a25 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 38 minecraft:block.glass.place net.minecraft.util.SoundEvent@b022551 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 39 minecraft:block.glass.step net.minecraft.util.SoundEvent@3e14d390 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 40 minecraft:block.grass.break net.minecraft.util.SoundEvent@5eb87338 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 41 minecraft:block.grass.fall net.minecraft.util.SoundEvent@2b999ee8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 42 minecraft:block.grass.hit net.minecraft.util.SoundEvent@31ab1e67 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 43 minecraft:block.grass.place net.minecraft.util.SoundEvent@29bbc391 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 44 minecraft:block.grass.step net.minecraft.util.SoundEvent@3487442d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 45 minecraft:block.gravel.break net.minecraft.util.SoundEvent@530ee28b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 46 minecraft:block.gravel.fall net.minecraft.util.SoundEvent@3a3f96ab -[13:41:23] [Server thread/TRACE] [FML]: Registry: 47 minecraft:block.gravel.hit net.minecraft.util.SoundEvent@4def7d36 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 48 minecraft:block.gravel.place net.minecraft.util.SoundEvent@43c7fe8a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 49 minecraft:block.gravel.step net.minecraft.util.SoundEvent@67f946c3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 50 minecraft:block.iron_door.close net.minecraft.util.SoundEvent@21b51e59 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 51 minecraft:block.iron_door.open net.minecraft.util.SoundEvent@1785d194 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 52 minecraft:block.iron_trapdoor.close net.minecraft.util.SoundEvent@6b4a4e40 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 53 minecraft:block.iron_trapdoor.open net.minecraft.util.SoundEvent@46a8c2b4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 54 minecraft:block.ladder.break net.minecraft.util.SoundEvent@4f664bee -[13:41:23] [Server thread/TRACE] [FML]: Registry: 55 minecraft:block.ladder.fall net.minecraft.util.SoundEvent@76563ae7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 56 minecraft:block.ladder.hit net.minecraft.util.SoundEvent@4fd74223 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 57 minecraft:block.ladder.place net.minecraft.util.SoundEvent@4fea840f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 58 minecraft:block.ladder.step net.minecraft.util.SoundEvent@32ae8f27 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 59 minecraft:block.lava.ambient net.minecraft.util.SoundEvent@75e80a97 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 60 minecraft:block.lava.extinguish net.minecraft.util.SoundEvent@5b8853 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 61 minecraft:block.lava.pop net.minecraft.util.SoundEvent@1b8aaeab -[13:41:23] [Server thread/TRACE] [FML]: Registry: 62 minecraft:block.lever.click net.minecraft.util.SoundEvent@5d1bdd4a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 63 minecraft:block.metal.break net.minecraft.util.SoundEvent@6812c8cc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 64 minecraft:block.metal.fall net.minecraft.util.SoundEvent@3457cc8d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 65 minecraft:block.metal.hit net.minecraft.util.SoundEvent@7a66c35a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 66 minecraft:block.metal.place net.minecraft.util.SoundEvent@7994a0d1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 67 minecraft:block.metal.step net.minecraft.util.SoundEvent@73e4387 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 68 minecraft:block.metal_pressureplate.click_off net.minecraft.util.SoundEvent@d87d449 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 69 minecraft:block.metal_pressureplate.click_on net.minecraft.util.SoundEvent@4137aab0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 70 minecraft:block.note.basedrum net.minecraft.util.SoundEvent@1df9186f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 71 minecraft:block.note.bass net.minecraft.util.SoundEvent@682e422c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 72 minecraft:block.note.bell net.minecraft.util.SoundEvent@5bb8e6fc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 73 minecraft:block.note.chime net.minecraft.util.SoundEvent@2726a511 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 74 minecraft:block.note.flute net.minecraft.util.SoundEvent@72c9ebfa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 75 minecraft:block.note.guitar net.minecraft.util.SoundEvent@686cf8ad -[13:41:23] [Server thread/TRACE] [FML]: Registry: 76 minecraft:block.note.harp net.minecraft.util.SoundEvent@747f6c5a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 77 minecraft:block.note.hat net.minecraft.util.SoundEvent@66e341e9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 78 minecraft:block.note.pling net.minecraft.util.SoundEvent@5b48f0f4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 79 minecraft:block.note.snare net.minecraft.util.SoundEvent@546ed2a0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 80 minecraft:block.note.xylophone net.minecraft.util.SoundEvent@5bfc79cb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 81 minecraft:block.piston.contract net.minecraft.util.SoundEvent@27ec8754 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 82 minecraft:block.piston.extend net.minecraft.util.SoundEvent@3bbf1c0d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 83 minecraft:block.portal.ambient net.minecraft.util.SoundEvent@19662208 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 84 minecraft:block.portal.travel net.minecraft.util.SoundEvent@216c22ce -[13:41:23] [Server thread/TRACE] [FML]: Registry: 85 minecraft:block.portal.trigger net.minecraft.util.SoundEvent@62f9c790 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 86 minecraft:block.redstone_torch.burnout net.minecraft.util.SoundEvent@21e5f0b6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 87 minecraft:block.sand.break net.minecraft.util.SoundEvent@93bf0e0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 88 minecraft:block.sand.fall net.minecraft.util.SoundEvent@4981d95b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 89 minecraft:block.sand.hit net.minecraft.util.SoundEvent@656842bc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 90 minecraft:block.sand.place net.minecraft.util.SoundEvent@6b867ee7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 91 minecraft:block.sand.step net.minecraft.util.SoundEvent@3dec3f87 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 92 minecraft:block.shulker_box.close net.minecraft.util.SoundEvent@7a606260 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 93 minecraft:block.shulker_box.open net.minecraft.util.SoundEvent@5dbab232 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 94 minecraft:block.slime.break net.minecraft.util.SoundEvent@5939e24 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 95 minecraft:block.slime.fall net.minecraft.util.SoundEvent@595f9916 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 96 minecraft:block.slime.hit net.minecraft.util.SoundEvent@2055833f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 97 minecraft:block.slime.place net.minecraft.util.SoundEvent@28768e25 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 98 minecraft:block.slime.step net.minecraft.util.SoundEvent@310d57b1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 99 minecraft:block.snow.break net.minecraft.util.SoundEvent@143fefaf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 100 minecraft:block.snow.fall net.minecraft.util.SoundEvent@18ffca6c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 101 minecraft:block.snow.hit net.minecraft.util.SoundEvent@46468f0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 102 minecraft:block.snow.place net.minecraft.util.SoundEvent@5f8f1712 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 103 minecraft:block.snow.step net.minecraft.util.SoundEvent@34a6d9db -[13:41:23] [Server thread/TRACE] [FML]: Registry: 104 minecraft:block.stone.break net.minecraft.util.SoundEvent@52ecc989 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 105 minecraft:block.stone.fall net.minecraft.util.SoundEvent@756808cc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 106 minecraft:block.stone.hit net.minecraft.util.SoundEvent@52f8a6f4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 107 minecraft:block.stone.place net.minecraft.util.SoundEvent@5012c571 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 108 minecraft:block.stone.step net.minecraft.util.SoundEvent@6486fe7b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 109 minecraft:block.stone_button.click_off net.minecraft.util.SoundEvent@511da44f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 110 minecraft:block.stone_button.click_on net.minecraft.util.SoundEvent@4645679e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 111 minecraft:block.stone_pressureplate.click_off net.minecraft.util.SoundEvent@3a0b6a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 112 minecraft:block.stone_pressureplate.click_on net.minecraft.util.SoundEvent@539c4830 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 113 minecraft:block.tripwire.attach net.minecraft.util.SoundEvent@6f1fa1d0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 114 minecraft:block.tripwire.click_off net.minecraft.util.SoundEvent@28b523a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 115 minecraft:block.tripwire.click_on net.minecraft.util.SoundEvent@52ba685a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 116 minecraft:block.tripwire.detach net.minecraft.util.SoundEvent@63d677f5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 117 minecraft:block.water.ambient net.minecraft.util.SoundEvent@71d55b7e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 118 minecraft:block.waterlily.place net.minecraft.util.SoundEvent@2997ddfc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 119 minecraft:block.wood.break net.minecraft.util.SoundEvent@28ee882c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 120 minecraft:block.wood.fall net.minecraft.util.SoundEvent@78d73b1b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 121 minecraft:block.wood.hit net.minecraft.util.SoundEvent@238291d4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 122 minecraft:block.wood.place net.minecraft.util.SoundEvent@34edd065 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 123 minecraft:block.wood.step net.minecraft.util.SoundEvent@681e913c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 124 minecraft:block.wood_button.click_off net.minecraft.util.SoundEvent@29d070c7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 125 minecraft:block.wood_button.click_on net.minecraft.util.SoundEvent@1eeb5818 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 126 minecraft:block.wood_pressureplate.click_off net.minecraft.util.SoundEvent@44dfdd58 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 127 minecraft:block.wood_pressureplate.click_on net.minecraft.util.SoundEvent@58d4238e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 128 minecraft:block.wooden_door.close net.minecraft.util.SoundEvent@72a8361b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 129 minecraft:block.wooden_door.open net.minecraft.util.SoundEvent@36478bce -[13:41:23] [Server thread/TRACE] [FML]: Registry: 130 minecraft:block.wooden_trapdoor.close net.minecraft.util.SoundEvent@c48b543 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 131 minecraft:block.wooden_trapdoor.open net.minecraft.util.SoundEvent@75793f17 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 132 minecraft:enchant.thorns.hit net.minecraft.util.SoundEvent@4652c74d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 133 minecraft:entity.armorstand.break net.minecraft.util.SoundEvent@4cc12db2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 134 minecraft:entity.armorstand.fall net.minecraft.util.SoundEvent@5ea7bc4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 135 minecraft:entity.armorstand.hit net.minecraft.util.SoundEvent@39d77de9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 136 minecraft:entity.armorstand.place net.minecraft.util.SoundEvent@696fad31 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 137 minecraft:entity.arrow.hit net.minecraft.util.SoundEvent@2c06b113 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 138 minecraft:entity.arrow.hit_player net.minecraft.util.SoundEvent@7a64cb0c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 139 minecraft:entity.arrow.shoot net.minecraft.util.SoundEvent@785ed99c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 140 minecraft:entity.bat.ambient net.minecraft.util.SoundEvent@6c4ce583 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 141 minecraft:entity.bat.death net.minecraft.util.SoundEvent@755b5f30 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 142 minecraft:entity.bat.hurt net.minecraft.util.SoundEvent@29bbc63c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 143 minecraft:entity.bat.loop net.minecraft.util.SoundEvent@272778ae -[13:41:23] [Server thread/TRACE] [FML]: Registry: 144 minecraft:entity.bat.takeoff net.minecraft.util.SoundEvent@2cccf134 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 145 minecraft:entity.blaze.ambient net.minecraft.util.SoundEvent@3c18942 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 146 minecraft:entity.blaze.burn net.minecraft.util.SoundEvent@743c3520 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 147 minecraft:entity.blaze.death net.minecraft.util.SoundEvent@6842c101 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 148 minecraft:entity.blaze.hurt net.minecraft.util.SoundEvent@234cd86c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 149 minecraft:entity.blaze.shoot net.minecraft.util.SoundEvent@2c48cede -[13:41:23] [Server thread/TRACE] [FML]: Registry: 150 minecraft:entity.boat.paddle_land net.minecraft.util.SoundEvent@39c87b42 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 151 minecraft:entity.boat.paddle_water net.minecraft.util.SoundEvent@47fcefb3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 152 minecraft:entity.bobber.retrieve net.minecraft.util.SoundEvent@236c098 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 153 minecraft:entity.bobber.splash net.minecraft.util.SoundEvent@68e2d03e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 154 minecraft:entity.bobber.throw net.minecraft.util.SoundEvent@120aa40b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 155 minecraft:entity.cat.ambient net.minecraft.util.SoundEvent@32ab408e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 156 minecraft:entity.cat.death net.minecraft.util.SoundEvent@6ad6443 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 157 minecraft:entity.cat.hiss net.minecraft.util.SoundEvent@78b03788 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 158 minecraft:entity.cat.hurt net.minecraft.util.SoundEvent@3f5dfe69 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 159 minecraft:entity.cat.purr net.minecraft.util.SoundEvent@571a663c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 160 minecraft:entity.cat.purreow net.minecraft.util.SoundEvent@3a788fe0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 161 minecraft:entity.chicken.ambient net.minecraft.util.SoundEvent@430df350 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 162 minecraft:entity.chicken.death net.minecraft.util.SoundEvent@1373e3ee -[13:41:23] [Server thread/TRACE] [FML]: Registry: 163 minecraft:entity.chicken.egg net.minecraft.util.SoundEvent@175c5c3a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 164 minecraft:entity.chicken.hurt net.minecraft.util.SoundEvent@69a5c6be -[13:41:23] [Server thread/TRACE] [FML]: Registry: 165 minecraft:entity.chicken.step net.minecraft.util.SoundEvent@451e2fa9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 166 minecraft:entity.cow.ambient net.minecraft.util.SoundEvent@497ed877 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 167 minecraft:entity.cow.death net.minecraft.util.SoundEvent@3cb6e0ee -[13:41:23] [Server thread/TRACE] [FML]: Registry: 168 minecraft:entity.cow.hurt net.minecraft.util.SoundEvent@7b6141f0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 169 minecraft:entity.cow.milk net.minecraft.util.SoundEvent@4fb64a52 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 170 minecraft:entity.cow.step net.minecraft.util.SoundEvent@70b48eb3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 171 minecraft:entity.creeper.death net.minecraft.util.SoundEvent@7b8ea1db -[13:41:23] [Server thread/TRACE] [FML]: Registry: 172 minecraft:entity.creeper.hurt net.minecraft.util.SoundEvent@a91119b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 173 minecraft:entity.creeper.primed net.minecraft.util.SoundEvent@77083e41 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 174 minecraft:entity.donkey.ambient net.minecraft.util.SoundEvent@231df705 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 175 minecraft:entity.donkey.angry net.minecraft.util.SoundEvent@2d130ac4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 176 minecraft:entity.donkey.chest net.minecraft.util.SoundEvent@2f0ccb34 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 177 minecraft:entity.donkey.death net.minecraft.util.SoundEvent@194012a2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 178 minecraft:entity.donkey.hurt net.minecraft.util.SoundEvent@55296b50 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 179 minecraft:entity.egg.throw net.minecraft.util.SoundEvent@60591e1b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 180 minecraft:entity.elder_guardian.ambient net.minecraft.util.SoundEvent@29c53c4f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 181 minecraft:entity.elder_guardian.ambient_land net.minecraft.util.SoundEvent@3009eed7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 182 minecraft:entity.elder_guardian.curse net.minecraft.util.SoundEvent@2ee4706d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 183 minecraft:entity.elder_guardian.death net.minecraft.util.SoundEvent@6650a6c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 184 minecraft:entity.elder_guardian.death_land net.minecraft.util.SoundEvent@64279ab -[13:41:23] [Server thread/TRACE] [FML]: Registry: 185 minecraft:entity.elder_guardian.flop net.minecraft.util.SoundEvent@794240e2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 186 minecraft:entity.elder_guardian.hurt net.minecraft.util.SoundEvent@74a820bf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 187 minecraft:entity.elder_guardian.hurt_land net.minecraft.util.SoundEvent@5a30722c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 188 minecraft:entity.enderdragon.ambient net.minecraft.util.SoundEvent@4f2ac7e0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 189 minecraft:entity.enderdragon.death net.minecraft.util.SoundEvent@2484dbb7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 190 minecraft:entity.enderdragon.flap net.minecraft.util.SoundEvent@111cba40 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 191 minecraft:entity.enderdragon.growl net.minecraft.util.SoundEvent@48e41b5d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 192 minecraft:entity.enderdragon.hurt net.minecraft.util.SoundEvent@51e8d066 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 193 minecraft:entity.enderdragon.shoot net.minecraft.util.SoundEvent@5333f08f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 194 minecraft:entity.enderdragon_fireball.explode net.minecraft.util.SoundEvent@27898e13 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 195 minecraft:entity.endereye.death net.minecraft.util.SoundEvent@4f5f474c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 196 minecraft:entity.endereye.launch net.minecraft.util.SoundEvent@58a3d521 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 197 minecraft:entity.endermen.ambient net.minecraft.util.SoundEvent@14d8e132 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 198 minecraft:entity.endermen.death net.minecraft.util.SoundEvent@7f4a1cac -[13:41:23] [Server thread/TRACE] [FML]: Registry: 199 minecraft:entity.endermen.hurt net.minecraft.util.SoundEvent@4a1a412e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 200 minecraft:entity.endermen.scream net.minecraft.util.SoundEvent@c568f91 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 201 minecraft:entity.endermen.stare net.minecraft.util.SoundEvent@5fd43e58 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 202 minecraft:entity.endermen.teleport net.minecraft.util.SoundEvent@70d4f672 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 203 minecraft:entity.endermite.ambient net.minecraft.util.SoundEvent@68dfda77 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 204 minecraft:entity.endermite.death net.minecraft.util.SoundEvent@50cdfafa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 205 minecraft:entity.endermite.hurt net.minecraft.util.SoundEvent@2e952845 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 206 minecraft:entity.endermite.step net.minecraft.util.SoundEvent@79252c83 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 207 minecraft:entity.enderpearl.throw net.minecraft.util.SoundEvent@6fbf5db2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 208 minecraft:entity.evocation_fangs.attack net.minecraft.util.SoundEvent@509a6095 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 209 minecraft:entity.evocation_illager.ambient net.minecraft.util.SoundEvent@57cabdc3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 210 minecraft:entity.evocation_illager.cast_spell net.minecraft.util.SoundEvent@75bd28d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 211 minecraft:entity.evocation_illager.death net.minecraft.util.SoundEvent@129c4d19 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 212 minecraft:entity.evocation_illager.hurt net.minecraft.util.SoundEvent@11810917 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 213 minecraft:entity.evocation_illager.prepare_attack net.minecraft.util.SoundEvent@13278a41 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 214 minecraft:entity.evocation_illager.prepare_summon net.minecraft.util.SoundEvent@4a31ed12 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 215 minecraft:entity.evocation_illager.prepare_wololo net.minecraft.util.SoundEvent@3ab595c8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 216 minecraft:entity.experience_bottle.throw net.minecraft.util.SoundEvent@2365ea38 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 217 minecraft:entity.experience_orb.pickup net.minecraft.util.SoundEvent@cbf1997 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 218 minecraft:entity.firework.blast net.minecraft.util.SoundEvent@49232c6f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 219 minecraft:entity.firework.blast_far net.minecraft.util.SoundEvent@5faeeb56 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 220 minecraft:entity.firework.large_blast net.minecraft.util.SoundEvent@5396eeb1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 221 minecraft:entity.firework.large_blast_far net.minecraft.util.SoundEvent@279126f5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 222 minecraft:entity.firework.launch net.minecraft.util.SoundEvent@7781263c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 223 minecraft:entity.firework.shoot net.minecraft.util.SoundEvent@5fdd97c1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 224 minecraft:entity.firework.twinkle net.minecraft.util.SoundEvent@3b5a19ed -[13:41:23] [Server thread/TRACE] [FML]: Registry: 225 minecraft:entity.firework.twinkle_far net.minecraft.util.SoundEvent@15d236fd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 226 minecraft:entity.generic.big_fall net.minecraft.util.SoundEvent@6b9c42bd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 227 minecraft:entity.generic.burn net.minecraft.util.SoundEvent@584ca390 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 228 minecraft:entity.generic.death net.minecraft.util.SoundEvent@33324c05 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 229 minecraft:entity.generic.drink net.minecraft.util.SoundEvent@37d3e140 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 230 minecraft:entity.generic.eat net.minecraft.util.SoundEvent@3e53c4ad -[13:41:23] [Server thread/TRACE] [FML]: Registry: 231 minecraft:entity.generic.explode net.minecraft.util.SoundEvent@33eb0d4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 232 minecraft:entity.generic.extinguish_fire net.minecraft.util.SoundEvent@224d86d2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 233 minecraft:entity.generic.hurt net.minecraft.util.SoundEvent@a3cba3a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 234 minecraft:entity.generic.small_fall net.minecraft.util.SoundEvent@2aea717c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 235 minecraft:entity.generic.splash net.minecraft.util.SoundEvent@5ca4dce5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 236 minecraft:entity.generic.swim net.minecraft.util.SoundEvent@1291aab5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 237 minecraft:entity.ghast.ambient net.minecraft.util.SoundEvent@7d133fb7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 238 minecraft:entity.ghast.death net.minecraft.util.SoundEvent@40bd0f8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 239 minecraft:entity.ghast.hurt net.minecraft.util.SoundEvent@7eb27768 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 240 minecraft:entity.ghast.scream net.minecraft.util.SoundEvent@6169be09 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 241 minecraft:entity.ghast.shoot net.minecraft.util.SoundEvent@5e3db14 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 242 minecraft:entity.ghast.warn net.minecraft.util.SoundEvent@5fb54740 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 243 minecraft:entity.guardian.ambient net.minecraft.util.SoundEvent@325162e9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 244 minecraft:entity.guardian.ambient_land net.minecraft.util.SoundEvent@1ee40b5c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 245 minecraft:entity.guardian.attack net.minecraft.util.SoundEvent@5c448ef -[13:41:23] [Server thread/TRACE] [FML]: Registry: 246 minecraft:entity.guardian.death net.minecraft.util.SoundEvent@703e8050 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 247 minecraft:entity.guardian.death_land net.minecraft.util.SoundEvent@49c1e294 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 248 minecraft:entity.guardian.flop net.minecraft.util.SoundEvent@7741ae1b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 249 minecraft:entity.guardian.hurt net.minecraft.util.SoundEvent@50e5032c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 250 minecraft:entity.guardian.hurt_land net.minecraft.util.SoundEvent@545d2560 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 251 minecraft:entity.horse.ambient net.minecraft.util.SoundEvent@124eb83d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 252 minecraft:entity.horse.angry net.minecraft.util.SoundEvent@6885ed19 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 253 minecraft:entity.horse.armor net.minecraft.util.SoundEvent@10817f46 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 254 minecraft:entity.horse.breathe net.minecraft.util.SoundEvent@2d4a3e13 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 255 minecraft:entity.horse.death net.minecraft.util.SoundEvent@4a22e4d7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 256 minecraft:entity.horse.eat net.minecraft.util.SoundEvent@d8835af -[13:41:23] [Server thread/TRACE] [FML]: Registry: 257 minecraft:entity.horse.gallop net.minecraft.util.SoundEvent@16681017 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 258 minecraft:entity.horse.hurt net.minecraft.util.SoundEvent@6aae0e6f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 259 minecraft:entity.horse.jump net.minecraft.util.SoundEvent@37775bb1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 260 minecraft:entity.horse.land net.minecraft.util.SoundEvent@7b9e25bd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 261 minecraft:entity.horse.saddle net.minecraft.util.SoundEvent@2d206a71 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 262 minecraft:entity.horse.step net.minecraft.util.SoundEvent@37e7c4cc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 263 minecraft:entity.horse.step_wood net.minecraft.util.SoundEvent@3a40bb52 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 264 minecraft:entity.hostile.big_fall net.minecraft.util.SoundEvent@3079c26a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 265 minecraft:entity.hostile.death net.minecraft.util.SoundEvent@1e2445f6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 266 minecraft:entity.hostile.hurt net.minecraft.util.SoundEvent@17ec335a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 267 minecraft:entity.hostile.small_fall net.minecraft.util.SoundEvent@284990de -[13:41:23] [Server thread/TRACE] [FML]: Registry: 268 minecraft:entity.hostile.splash net.minecraft.util.SoundEvent@565d7d2f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 269 minecraft:entity.hostile.swim net.minecraft.util.SoundEvent@6aea99e7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 270 minecraft:entity.husk.ambient net.minecraft.util.SoundEvent@1c6a0103 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 271 minecraft:entity.husk.death net.minecraft.util.SoundEvent@7841bd30 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 272 minecraft:entity.husk.hurt net.minecraft.util.SoundEvent@45c80312 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 273 minecraft:entity.husk.step net.minecraft.util.SoundEvent@7bd38fed -[13:41:23] [Server thread/TRACE] [FML]: Registry: 274 minecraft:entity.illusion_illager.ambient net.minecraft.util.SoundEvent@377dfb8d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 275 minecraft:entity.illusion_illager.cast_spell net.minecraft.util.SoundEvent@42a0786f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 276 minecraft:entity.illusion_illager.death net.minecraft.util.SoundEvent@477523ba -[13:41:23] [Server thread/TRACE] [FML]: Registry: 277 minecraft:entity.illusion_illager.hurt net.minecraft.util.SoundEvent@203e705e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 278 minecraft:entity.illusion_illager.mirror_move net.minecraft.util.SoundEvent@78c74647 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 279 minecraft:entity.illusion_illager.prepare_blindness net.minecraft.util.SoundEvent@39652a30 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 280 minecraft:entity.illusion_illager.prepare_mirror net.minecraft.util.SoundEvent@5763a655 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 281 minecraft:entity.irongolem.attack net.minecraft.util.SoundEvent@40c8067 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 282 minecraft:entity.irongolem.death net.minecraft.util.SoundEvent@46bb0bdf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 283 minecraft:entity.irongolem.hurt net.minecraft.util.SoundEvent@561f9d92 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 284 minecraft:entity.irongolem.step net.minecraft.util.SoundEvent@1c84d80a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 285 minecraft:entity.item.break net.minecraft.util.SoundEvent@7ceb6c45 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 286 minecraft:entity.item.pickup net.minecraft.util.SoundEvent@629075f4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 287 minecraft:entity.itemframe.add_item net.minecraft.util.SoundEvent@48499739 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 288 minecraft:entity.itemframe.break net.minecraft.util.SoundEvent@723742b2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 289 minecraft:entity.itemframe.place net.minecraft.util.SoundEvent@559991f5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 290 minecraft:entity.itemframe.remove_item net.minecraft.util.SoundEvent@34c76167 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 291 minecraft:entity.itemframe.rotate_item net.minecraft.util.SoundEvent@30b3d899 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 292 minecraft:entity.leashknot.break net.minecraft.util.SoundEvent@78d92eef -[13:41:23] [Server thread/TRACE] [FML]: Registry: 293 minecraft:entity.leashknot.place net.minecraft.util.SoundEvent@61d60e38 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 294 minecraft:entity.lightning.impact net.minecraft.util.SoundEvent@6e95973c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 295 minecraft:entity.lightning.thunder net.minecraft.util.SoundEvent@404ced67 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 296 minecraft:entity.lingeringpotion.throw net.minecraft.util.SoundEvent@71531dd7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 297 minecraft:entity.llama.ambient net.minecraft.util.SoundEvent@20256a0b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 298 minecraft:entity.llama.angry net.minecraft.util.SoundEvent@624b3544 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 299 minecraft:entity.llama.chest net.minecraft.util.SoundEvent@454bcbbf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 300 minecraft:entity.llama.death net.minecraft.util.SoundEvent@2c9fdb64 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 301 minecraft:entity.llama.eat net.minecraft.util.SoundEvent@27e199ce -[13:41:23] [Server thread/TRACE] [FML]: Registry: 302 minecraft:entity.llama.hurt net.minecraft.util.SoundEvent@1c3b6963 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 303 minecraft:entity.llama.spit net.minecraft.util.SoundEvent@7364f68 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 304 minecraft:entity.llama.step net.minecraft.util.SoundEvent@55a0f011 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 305 minecraft:entity.llama.swag net.minecraft.util.SoundEvent@7ea42c82 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 306 minecraft:entity.magmacube.death net.minecraft.util.SoundEvent@39133244 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 307 minecraft:entity.magmacube.hurt net.minecraft.util.SoundEvent@ceb7701 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 308 minecraft:entity.magmacube.jump net.minecraft.util.SoundEvent@5e193ef5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 309 minecraft:entity.magmacube.squish net.minecraft.util.SoundEvent@106c988 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 310 minecraft:entity.minecart.inside net.minecraft.util.SoundEvent@21274afe -[13:41:23] [Server thread/TRACE] [FML]: Registry: 311 minecraft:entity.minecart.riding net.minecraft.util.SoundEvent@76a362a4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 312 minecraft:entity.mooshroom.shear net.minecraft.util.SoundEvent@61da0413 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 313 minecraft:entity.mule.ambient net.minecraft.util.SoundEvent@5627cb29 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 314 minecraft:entity.mule.chest net.minecraft.util.SoundEvent@4d4c1ba9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 315 minecraft:entity.mule.death net.minecraft.util.SoundEvent@2017f6e6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 316 minecraft:entity.mule.hurt net.minecraft.util.SoundEvent@115c946b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 317 minecraft:entity.painting.break net.minecraft.util.SoundEvent@79ca7bea -[13:41:23] [Server thread/TRACE] [FML]: Registry: 318 minecraft:entity.painting.place net.minecraft.util.SoundEvent@54f6b629 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 319 minecraft:entity.parrot.ambient net.minecraft.util.SoundEvent@4bc9ca97 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 320 minecraft:entity.parrot.death net.minecraft.util.SoundEvent@3e43f049 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 321 minecraft:entity.parrot.eat net.minecraft.util.SoundEvent@147cc940 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 322 minecraft:entity.parrot.fly net.minecraft.util.SoundEvent@755a7218 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 323 minecraft:entity.parrot.hurt net.minecraft.util.SoundEvent@70c29356 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 324 minecraft:entity.parrot.imitate.blaze net.minecraft.util.SoundEvent@5122e4bf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 325 minecraft:entity.parrot.imitate.creeper net.minecraft.util.SoundEvent@23e61112 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 326 minecraft:entity.parrot.imitate.elder_guardian net.minecraft.util.SoundEvent@58a7dc4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 327 minecraft:entity.parrot.imitate.enderdragon net.minecraft.util.SoundEvent@61b60600 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 328 minecraft:entity.parrot.imitate.enderman net.minecraft.util.SoundEvent@27f71195 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 329 minecraft:entity.parrot.imitate.endermite net.minecraft.util.SoundEvent@340afaf8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 330 minecraft:entity.parrot.imitate.evocation_illager net.minecraft.util.SoundEvent@6238d5e0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 331 minecraft:entity.parrot.imitate.ghast net.minecraft.util.SoundEvent@336f49a1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 332 minecraft:entity.parrot.imitate.husk net.minecraft.util.SoundEvent@2c8b8de0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 333 minecraft:entity.parrot.imitate.illusion_illager net.minecraft.util.SoundEvent@4fb57fb3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 334 minecraft:entity.parrot.imitate.magmacube net.minecraft.util.SoundEvent@6b063470 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 335 minecraft:entity.parrot.imitate.polar_bear net.minecraft.util.SoundEvent@226d5af0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 336 minecraft:entity.parrot.imitate.shulker net.minecraft.util.SoundEvent@527937d0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 337 minecraft:entity.parrot.imitate.silverfish net.minecraft.util.SoundEvent@36d582cb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 338 minecraft:entity.parrot.imitate.skeleton net.minecraft.util.SoundEvent@6c2a95d5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 339 minecraft:entity.parrot.imitate.slime net.minecraft.util.SoundEvent@24d8f87a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 340 minecraft:entity.parrot.imitate.spider net.minecraft.util.SoundEvent@3f048c86 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 341 minecraft:entity.parrot.imitate.stray net.minecraft.util.SoundEvent@255d9277 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 342 minecraft:entity.parrot.imitate.vex net.minecraft.util.SoundEvent@1de13f34 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 343 minecraft:entity.parrot.imitate.vindication_illager net.minecraft.util.SoundEvent@7e191fda -[13:41:23] [Server thread/TRACE] [FML]: Registry: 344 minecraft:entity.parrot.imitate.witch net.minecraft.util.SoundEvent@6562cc23 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 345 minecraft:entity.parrot.imitate.wither net.minecraft.util.SoundEvent@2ce524d2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 346 minecraft:entity.parrot.imitate.wither_skeleton net.minecraft.util.SoundEvent@3869a6e5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 347 minecraft:entity.parrot.imitate.wolf net.minecraft.util.SoundEvent@e3899fd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 348 minecraft:entity.parrot.imitate.zombie net.minecraft.util.SoundEvent@7d484fcd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 349 minecraft:entity.parrot.imitate.zombie_pigman net.minecraft.util.SoundEvent@788e3702 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 350 minecraft:entity.parrot.imitate.zombie_villager net.minecraft.util.SoundEvent@d25e878 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 351 minecraft:entity.parrot.step net.minecraft.util.SoundEvent@47187f50 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 352 minecraft:entity.pig.ambient net.minecraft.util.SoundEvent@78116659 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 353 minecraft:entity.pig.death net.minecraft.util.SoundEvent@712e787e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 354 minecraft:entity.pig.hurt net.minecraft.util.SoundEvent@53ea380b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 355 minecraft:entity.pig.saddle net.minecraft.util.SoundEvent@578c3fd9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 356 minecraft:entity.pig.step net.minecraft.util.SoundEvent@245cb8df -[13:41:23] [Server thread/TRACE] [FML]: Registry: 357 minecraft:entity.player.attack.crit net.minecraft.util.SoundEvent@26b3c9a2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 358 minecraft:entity.player.attack.knockback net.minecraft.util.SoundEvent@241b971f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 359 minecraft:entity.player.attack.nodamage net.minecraft.util.SoundEvent@125f16b2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 360 minecraft:entity.player.attack.strong net.minecraft.util.SoundEvent@5384ce66 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 361 minecraft:entity.player.attack.sweep net.minecraft.util.SoundEvent@6b42e36d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 362 minecraft:entity.player.attack.weak net.minecraft.util.SoundEvent@13192275 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 363 minecraft:entity.player.big_fall net.minecraft.util.SoundEvent@79195c22 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 364 minecraft:entity.player.breath net.minecraft.util.SoundEvent@c9b5a99 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 365 minecraft:entity.player.burp net.minecraft.util.SoundEvent@70be89ec -[13:41:23] [Server thread/TRACE] [FML]: Registry: 366 minecraft:entity.player.death net.minecraft.util.SoundEvent@2aee0704 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 367 minecraft:entity.player.hurt net.minecraft.util.SoundEvent@19a5b637 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 368 minecraft:entity.player.hurt_drown net.minecraft.util.SoundEvent@4f3c7808 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 369 minecraft:entity.player.hurt_on_fire net.minecraft.util.SoundEvent@4b4969ea -[13:41:23] [Server thread/TRACE] [FML]: Registry: 370 minecraft:entity.player.levelup net.minecraft.util.SoundEvent@11c581a0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 371 minecraft:entity.player.small_fall net.minecraft.util.SoundEvent@256589a1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 372 minecraft:entity.player.splash net.minecraft.util.SoundEvent@935493d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 373 minecraft:entity.player.swim net.minecraft.util.SoundEvent@9b367c8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 374 minecraft:entity.polar_bear.ambient net.minecraft.util.SoundEvent@34c62fdf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 375 minecraft:entity.polar_bear.baby_ambient net.minecraft.util.SoundEvent@3de79067 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 376 minecraft:entity.polar_bear.death net.minecraft.util.SoundEvent@1eb85a47 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 377 minecraft:entity.polar_bear.hurt net.minecraft.util.SoundEvent@ca7e37f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 378 minecraft:entity.polar_bear.step net.minecraft.util.SoundEvent@99a8de3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 379 minecraft:entity.polar_bear.warning net.minecraft.util.SoundEvent@87f501f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 380 minecraft:entity.rabbit.ambient net.minecraft.util.SoundEvent@54495935 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 381 minecraft:entity.rabbit.attack net.minecraft.util.SoundEvent@67c6f4d8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 382 minecraft:entity.rabbit.death net.minecraft.util.SoundEvent@3a6e9856 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 383 minecraft:entity.rabbit.hurt net.minecraft.util.SoundEvent@4863c8ac -[13:41:23] [Server thread/TRACE] [FML]: Registry: 384 minecraft:entity.rabbit.jump net.minecraft.util.SoundEvent@56fda064 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 385 minecraft:entity.sheep.ambient net.minecraft.util.SoundEvent@6cdee57 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 386 minecraft:entity.sheep.death net.minecraft.util.SoundEvent@482f7af0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 387 minecraft:entity.sheep.hurt net.minecraft.util.SoundEvent@1edfedf1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 388 minecraft:entity.sheep.shear net.minecraft.util.SoundEvent@251a90ce -[13:41:23] [Server thread/TRACE] [FML]: Registry: 389 minecraft:entity.sheep.step net.minecraft.util.SoundEvent@4c4c7d6c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 390 minecraft:entity.shulker.ambient net.minecraft.util.SoundEvent@7f0766ef -[13:41:23] [Server thread/TRACE] [FML]: Registry: 391 minecraft:entity.shulker.close net.minecraft.util.SoundEvent@1e56bc9b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 392 minecraft:entity.shulker.death net.minecraft.util.SoundEvent@6f3bd37f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 393 minecraft:entity.shulker.hurt net.minecraft.util.SoundEvent@403364e9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 394 minecraft:entity.shulker.hurt_closed net.minecraft.util.SoundEvent@447521e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 395 minecraft:entity.shulker.open net.minecraft.util.SoundEvent@2fde9469 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 396 minecraft:entity.shulker.shoot net.minecraft.util.SoundEvent@1ecf0ac6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 397 minecraft:entity.shulker.teleport net.minecraft.util.SoundEvent@458031da -[13:41:23] [Server thread/TRACE] [FML]: Registry: 398 minecraft:entity.shulker_bullet.hit net.minecraft.util.SoundEvent@7be94cd6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 399 minecraft:entity.shulker_bullet.hurt net.minecraft.util.SoundEvent@20cff21e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 400 minecraft:entity.silverfish.ambient net.minecraft.util.SoundEvent@463045fb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 401 minecraft:entity.silverfish.death net.minecraft.util.SoundEvent@27ab206 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 402 minecraft:entity.silverfish.hurt net.minecraft.util.SoundEvent@3344d163 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 403 minecraft:entity.silverfish.step net.minecraft.util.SoundEvent@6cc48a17 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 404 minecraft:entity.skeleton.ambient net.minecraft.util.SoundEvent@289f15e9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 405 minecraft:entity.skeleton.death net.minecraft.util.SoundEvent@7f22687e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 406 minecraft:entity.skeleton.hurt net.minecraft.util.SoundEvent@6af87130 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 407 minecraft:entity.skeleton.shoot net.minecraft.util.SoundEvent@22a4ca4a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 408 minecraft:entity.skeleton.step net.minecraft.util.SoundEvent@72c4a3aa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 409 minecraft:entity.skeleton_horse.ambient net.minecraft.util.SoundEvent@1e495414 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 410 minecraft:entity.skeleton_horse.death net.minecraft.util.SoundEvent@3711c71c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 411 minecraft:entity.skeleton_horse.hurt net.minecraft.util.SoundEvent@33e3bd2e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 412 minecraft:entity.slime.attack net.minecraft.util.SoundEvent@646d810b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 413 minecraft:entity.slime.death net.minecraft.util.SoundEvent@30508066 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 414 minecraft:entity.slime.hurt net.minecraft.util.SoundEvent@9408857 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 415 minecraft:entity.slime.jump net.minecraft.util.SoundEvent@27e44e9c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 416 minecraft:entity.slime.squish net.minecraft.util.SoundEvent@2f09e6b2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 417 minecraft:entity.small_magmacube.death net.minecraft.util.SoundEvent@1bee0085 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 418 minecraft:entity.small_magmacube.hurt net.minecraft.util.SoundEvent@16e1219f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 419 minecraft:entity.small_magmacube.squish net.minecraft.util.SoundEvent@13f40d71 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 420 minecraft:entity.small_slime.death net.minecraft.util.SoundEvent@73a845cb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 421 minecraft:entity.small_slime.hurt net.minecraft.util.SoundEvent@18a98913 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 422 minecraft:entity.small_slime.jump net.minecraft.util.SoundEvent@7dbae40 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 423 minecraft:entity.small_slime.squish net.minecraft.util.SoundEvent@34f7b44f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 424 minecraft:entity.snowball.throw net.minecraft.util.SoundEvent@5403907 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 425 minecraft:entity.snowman.ambient net.minecraft.util.SoundEvent@5175d9ad -[13:41:23] [Server thread/TRACE] [FML]: Registry: 426 minecraft:entity.snowman.death net.minecraft.util.SoundEvent@b06d46d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 427 minecraft:entity.snowman.hurt net.minecraft.util.SoundEvent@25a5c8e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 428 minecraft:entity.snowman.shoot net.minecraft.util.SoundEvent@656c5c3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 429 minecraft:entity.spider.ambient net.minecraft.util.SoundEvent@7911cc15 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 430 minecraft:entity.spider.death net.minecraft.util.SoundEvent@4409cae6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 431 minecraft:entity.spider.hurt net.minecraft.util.SoundEvent@14e750c5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 432 minecraft:entity.spider.step net.minecraft.util.SoundEvent@242ff747 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 433 minecraft:entity.splash_potion.break net.minecraft.util.SoundEvent@5329f6b3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 434 minecraft:entity.splash_potion.throw net.minecraft.util.SoundEvent@597d48ca -[13:41:23] [Server thread/TRACE] [FML]: Registry: 435 minecraft:entity.squid.ambient net.minecraft.util.SoundEvent@77324a58 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 436 minecraft:entity.squid.death net.minecraft.util.SoundEvent@2c7c0e36 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 437 minecraft:entity.squid.hurt net.minecraft.util.SoundEvent@307cf964 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 438 minecraft:entity.stray.ambient net.minecraft.util.SoundEvent@374ccb9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 439 minecraft:entity.stray.death net.minecraft.util.SoundEvent@66713605 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 440 minecraft:entity.stray.hurt net.minecraft.util.SoundEvent@2ab09943 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 441 minecraft:entity.stray.step net.minecraft.util.SoundEvent@7d50f2a8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 442 minecraft:entity.tnt.primed net.minecraft.util.SoundEvent@5864e8bf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 443 minecraft:entity.vex.ambient net.minecraft.util.SoundEvent@37ca3ca8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 444 minecraft:entity.vex.charge net.minecraft.util.SoundEvent@191ec193 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 445 minecraft:entity.vex.death net.minecraft.util.SoundEvent@6321a5aa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 446 minecraft:entity.vex.hurt net.minecraft.util.SoundEvent@1c7f9861 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 447 minecraft:entity.villager.ambient net.minecraft.util.SoundEvent@7a36c83a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 448 minecraft:entity.villager.death net.minecraft.util.SoundEvent@154b8cb6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 449 minecraft:entity.villager.hurt net.minecraft.util.SoundEvent@7b297740 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 450 minecraft:entity.villager.no net.minecraft.util.SoundEvent@1b7554d4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 451 minecraft:entity.villager.trading net.minecraft.util.SoundEvent@57ce2898 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 452 minecraft:entity.villager.yes net.minecraft.util.SoundEvent@1ea930eb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 453 minecraft:entity.vindication_illager.ambient net.minecraft.util.SoundEvent@2e0ad709 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 454 minecraft:entity.vindication_illager.death net.minecraft.util.SoundEvent@1fe8f5e8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 455 minecraft:entity.vindication_illager.hurt net.minecraft.util.SoundEvent@39449465 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 456 minecraft:entity.witch.ambient net.minecraft.util.SoundEvent@6e3dd5ce -[13:41:23] [Server thread/TRACE] [FML]: Registry: 457 minecraft:entity.witch.death net.minecraft.util.SoundEvent@16f7f59f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 458 minecraft:entity.witch.drink net.minecraft.util.SoundEvent@4ee8051c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 459 minecraft:entity.witch.hurt net.minecraft.util.SoundEvent@53125718 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 460 minecraft:entity.witch.throw net.minecraft.util.SoundEvent@53016b11 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 461 minecraft:entity.wither.ambient net.minecraft.util.SoundEvent@7af327e3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 462 minecraft:entity.wither.break_block net.minecraft.util.SoundEvent@743d0d44 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 463 minecraft:entity.wither.death net.minecraft.util.SoundEvent@35563e4c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 464 minecraft:entity.wither.hurt net.minecraft.util.SoundEvent@6dd79214 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 465 minecraft:entity.wither.shoot net.minecraft.util.SoundEvent@ef86c72 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 466 minecraft:entity.wither.spawn net.minecraft.util.SoundEvent@123307c4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 467 minecraft:entity.wither_skeleton.ambient net.minecraft.util.SoundEvent@1693ff90 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 468 minecraft:entity.wither_skeleton.death net.minecraft.util.SoundEvent@47058864 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 469 minecraft:entity.wither_skeleton.hurt net.minecraft.util.SoundEvent@ad3f70a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 470 minecraft:entity.wither_skeleton.step net.minecraft.util.SoundEvent@54ccb3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 471 minecraft:entity.wolf.ambient net.minecraft.util.SoundEvent@9b2dc56 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 472 minecraft:entity.wolf.death net.minecraft.util.SoundEvent@621f23ac -[13:41:23] [Server thread/TRACE] [FML]: Registry: 473 minecraft:entity.wolf.growl net.minecraft.util.SoundEvent@7761e342 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 474 minecraft:entity.wolf.howl net.minecraft.util.SoundEvent@51f68849 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 475 minecraft:entity.wolf.hurt net.minecraft.util.SoundEvent@4eb9ae4d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 476 minecraft:entity.wolf.pant net.minecraft.util.SoundEvent@5520f675 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 477 minecraft:entity.wolf.shake net.minecraft.util.SoundEvent@2d237460 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 478 minecraft:entity.wolf.step net.minecraft.util.SoundEvent@48f2054d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 479 minecraft:entity.wolf.whine net.minecraft.util.SoundEvent@4b3a01d8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 480 minecraft:entity.zombie.ambient net.minecraft.util.SoundEvent@19fbc594 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 481 minecraft:entity.zombie.attack_door_wood net.minecraft.util.SoundEvent@2f4d32bf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 482 minecraft:entity.zombie.attack_iron_door net.minecraft.util.SoundEvent@774d8276 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 483 minecraft:entity.zombie.break_door_wood net.minecraft.util.SoundEvent@6ce26986 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 484 minecraft:entity.zombie.death net.minecraft.util.SoundEvent@2bf2d6eb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 485 minecraft:entity.zombie.hurt net.minecraft.util.SoundEvent@6d6cd1e0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 486 minecraft:entity.zombie.infect net.minecraft.util.SoundEvent@76a9a009 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 487 minecraft:entity.zombie.step net.minecraft.util.SoundEvent@9785903 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 488 minecraft:entity.zombie_horse.ambient net.minecraft.util.SoundEvent@34009349 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 489 minecraft:entity.zombie_horse.death net.minecraft.util.SoundEvent@3f68a7f8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 490 minecraft:entity.zombie_horse.hurt net.minecraft.util.SoundEvent@4faf1f4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 491 minecraft:entity.zombie_pig.ambient net.minecraft.util.SoundEvent@4f811029 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 492 minecraft:entity.zombie_pig.angry net.minecraft.util.SoundEvent@7f2b584b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 493 minecraft:entity.zombie_pig.death net.minecraft.util.SoundEvent@5866731 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 494 minecraft:entity.zombie_pig.hurt net.minecraft.util.SoundEvent@56a05324 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 495 minecraft:entity.zombie_villager.ambient net.minecraft.util.SoundEvent@11e71181 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 496 minecraft:entity.zombie_villager.converted net.minecraft.util.SoundEvent@342beaf6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 497 minecraft:entity.zombie_villager.cure net.minecraft.util.SoundEvent@222acad -[13:41:23] [Server thread/TRACE] [FML]: Registry: 498 minecraft:entity.zombie_villager.death net.minecraft.util.SoundEvent@56cfe6be -[13:41:23] [Server thread/TRACE] [FML]: Registry: 499 minecraft:entity.zombie_villager.hurt net.minecraft.util.SoundEvent@7f0d8eff -[13:41:23] [Server thread/TRACE] [FML]: Registry: 500 minecraft:entity.zombie_villager.step net.minecraft.util.SoundEvent@149aa7b2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 501 minecraft:item.armor.equip_chain net.minecraft.util.SoundEvent@3ca3648 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 502 minecraft:item.armor.equip_diamond net.minecraft.util.SoundEvent@2a99ca99 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 503 minecraft:item.armor.equip_elytra net.minecraft.util.SoundEvent@39f0c343 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 504 minecraft:item.armor.equip_generic net.minecraft.util.SoundEvent@781654f8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 505 minecraft:item.armor.equip_gold net.minecraft.util.SoundEvent@2abc55c4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 506 minecraft:item.armor.equip_iron net.minecraft.util.SoundEvent@4e958f08 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 507 minecraft:item.armor.equip_leather net.minecraft.util.SoundEvent@71c0b742 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 508 minecraft:item.bottle.empty net.minecraft.util.SoundEvent@3bbb8c16 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 509 minecraft:item.bottle.fill net.minecraft.util.SoundEvent@73e1ecd0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 510 minecraft:item.bottle.fill_dragonbreath net.minecraft.util.SoundEvent@11eec06b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 511 minecraft:item.bucket.empty net.minecraft.util.SoundEvent@65600fb3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 512 minecraft:item.bucket.empty_lava net.minecraft.util.SoundEvent@25ce435 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 513 minecraft:item.bucket.fill net.minecraft.util.SoundEvent@7ea71fc2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 514 minecraft:item.bucket.fill_lava net.minecraft.util.SoundEvent@19ad75e5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 515 minecraft:item.chorus_fruit.teleport net.minecraft.util.SoundEvent@7cd5fcf4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 516 minecraft:item.elytra.flying net.minecraft.util.SoundEvent@19cdc217 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 517 minecraft:item.firecharge.use net.minecraft.util.SoundEvent@5f5297e3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 518 minecraft:item.flintandsteel.use net.minecraft.util.SoundEvent@2d22d3b1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 519 minecraft:item.hoe.till net.minecraft.util.SoundEvent@7ec3a8bd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 520 minecraft:item.shield.block net.minecraft.util.SoundEvent@9690008 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 521 minecraft:item.shield.break net.minecraft.util.SoundEvent@42cf6349 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 522 minecraft:item.shovel.flatten net.minecraft.util.SoundEvent@79cb8ffa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 523 minecraft:item.totem.use net.minecraft.util.SoundEvent@1a2e563e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 524 minecraft:music.creative net.minecraft.util.SoundEvent@5b066c33 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 525 minecraft:music.credits net.minecraft.util.SoundEvent@62ea8931 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 526 minecraft:music.dragon net.minecraft.util.SoundEvent@47fb7ec9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 527 minecraft:music.end net.minecraft.util.SoundEvent@2f8c4fae -[13:41:23] [Server thread/TRACE] [FML]: Registry: 528 minecraft:music.game net.minecraft.util.SoundEvent@4703c998 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 529 minecraft:music.menu net.minecraft.util.SoundEvent@71166348 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 530 minecraft:music.nether net.minecraft.util.SoundEvent@6d874695 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 531 minecraft:record.11 net.minecraft.util.SoundEvent@20bb85b4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 532 minecraft:record.13 net.minecraft.util.SoundEvent@79add732 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 533 minecraft:record.blocks net.minecraft.util.SoundEvent@3be3e76c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 534 minecraft:record.cat net.minecraft.util.SoundEvent@6c07ad6b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 535 minecraft:record.chirp net.minecraft.util.SoundEvent@10ed037a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 536 minecraft:record.far net.minecraft.util.SoundEvent@76e4212 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 537 minecraft:record.mall net.minecraft.util.SoundEvent@23121d14 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 538 minecraft:record.mellohi net.minecraft.util.SoundEvent@72af90e8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 539 minecraft:record.stal net.minecraft.util.SoundEvent@aa1bb14 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 540 minecraft:record.strad net.minecraft.util.SoundEvent@7faa0680 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 541 minecraft:record.wait net.minecraft.util.SoundEvent@4c635edc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 542 minecraft:record.ward net.minecraft.util.SoundEvent@4245bf68 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 543 minecraft:ui.button.click net.minecraft.util.SoundEvent@45bbc52f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 544 minecraft:ui.toast.in net.minecraft.util.SoundEvent@6a8a551e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 545 minecraft:ui.toast.out net.minecraft.util.SoundEvent@3cc9632d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 546 minecraft:ui.toast.challenge_complete net.minecraft.util.SoundEvent@53982523 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 547 minecraft:weather.rain net.minecraft.util.SoundEvent@489110c2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 548 minecraft:weather.rain.above net.minecraft.util.SoundEvent@700b9e6b -[13:41:23] [Server thread/TRACE] [FML]: Registry Name : minecraft:potiontypes -[13:41:23] [Server thread/TRACE] [FML]: Registry: 0 minecraft:empty net.minecraft.potion.PotionType@1fc8047f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 1 minecraft:water net.minecraft.potion.PotionType@29fc83c5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2 minecraft:mundane net.minecraft.potion.PotionType@3fb1948c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 3 minecraft:thick net.minecraft.potion.PotionType@7c39193f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4 minecraft:awkward net.minecraft.potion.PotionType@230d013b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 5 minecraft:night_vision net.minecraft.potion.PotionType@6e225c34 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 6 minecraft:long_night_vision net.minecraft.potion.PotionType@5d84b088 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 7 minecraft:invisibility net.minecraft.potion.PotionType@69c0bae6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 8 minecraft:long_invisibility net.minecraft.potion.PotionType@220f6a3c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 9 minecraft:leaping net.minecraft.potion.PotionType@5eb041b5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 10 minecraft:long_leaping net.minecraft.potion.PotionType@2648aa1b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 11 minecraft:strong_leaping net.minecraft.potion.PotionType@4a3333be -[13:41:23] [Server thread/TRACE] [FML]: Registry: 12 minecraft:fire_resistance net.minecraft.potion.PotionType@13b4ee4e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 13 minecraft:long_fire_resistance net.minecraft.potion.PotionType@4f55a864 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 14 minecraft:swiftness net.minecraft.potion.PotionType@2c2edbe7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 15 minecraft:long_swiftness net.minecraft.potion.PotionType@7f53a31f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 16 minecraft:strong_swiftness net.minecraft.potion.PotionType@4ba1f425 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 17 minecraft:slowness net.minecraft.potion.PotionType@29d563bd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 18 minecraft:long_slowness net.minecraft.potion.PotionType@73fe7483 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 19 minecraft:water_breathing net.minecraft.potion.PotionType@11577ab8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 20 minecraft:long_water_breathing net.minecraft.potion.PotionType@5513a46b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 21 minecraft:healing net.minecraft.potion.PotionType@5759edff -[13:41:23] [Server thread/TRACE] [FML]: Registry: 22 minecraft:strong_healing net.minecraft.potion.PotionType@5703c1fb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 23 minecraft:harming net.minecraft.potion.PotionType@7d2be319 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 24 minecraft:strong_harming net.minecraft.potion.PotionType@35d3202b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 25 minecraft:poison net.minecraft.potion.PotionType@2dfd157b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 26 minecraft:long_poison net.minecraft.potion.PotionType@64381526 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 27 minecraft:strong_poison net.minecraft.potion.PotionType@46290193 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 28 minecraft:regeneration net.minecraft.potion.PotionType@6ad7a305 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 29 minecraft:long_regeneration net.minecraft.potion.PotionType@2fc435e9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 30 minecraft:strong_regeneration net.minecraft.potion.PotionType@bf18412 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 31 minecraft:strength net.minecraft.potion.PotionType@5da2966 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 32 minecraft:long_strength net.minecraft.potion.PotionType@52c27d53 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 33 minecraft:strong_strength net.minecraft.potion.PotionType@5ca7619f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 34 minecraft:weakness net.minecraft.potion.PotionType@5b71af0d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 35 minecraft:long_weakness net.minecraft.potion.PotionType@fb42c1c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 36 minecraft:luck net.minecraft.potion.PotionType@4edde05c -[13:41:23] [Server thread/TRACE] [FML]: Registry Name : minecraft:enchantments -[13:41:23] [Server thread/TRACE] [FML]: Registry: 0 minecraft:protection net.minecraft.enchantment.EnchantmentProtection@24731caf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 1 minecraft:fire_protection net.minecraft.enchantment.EnchantmentProtection@6e1ad658 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2 minecraft:feather_falling net.minecraft.enchantment.EnchantmentProtection@486dd616 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 3 minecraft:blast_protection net.minecraft.enchantment.EnchantmentProtection@a1d926b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4 minecraft:projectile_protection net.minecraft.enchantment.EnchantmentProtection@36b761e3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 5 minecraft:respiration net.minecraft.enchantment.EnchantmentOxygen@73dd0f23 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 6 minecraft:aqua_affinity net.minecraft.enchantment.EnchantmentWaterWorker@1ab502f6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 7 minecraft:thorns net.minecraft.enchantment.EnchantmentThorns@5b32e0b1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 8 minecraft:depth_strider net.minecraft.enchantment.EnchantmentWaterWalker@e4348c0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 9 minecraft:frost_walker net.minecraft.enchantment.EnchantmentFrostWalker@4a18e0f1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 10 minecraft:binding_curse net.minecraft.enchantment.EnchantmentBindingCurse@682d9f21 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 16 minecraft:sharpness net.minecraft.enchantment.EnchantmentDamage@3f6d36eb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 17 minecraft:smite net.minecraft.enchantment.EnchantmentDamage@3f5ac587 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 18 minecraft:bane_of_arthropods net.minecraft.enchantment.EnchantmentDamage@1fa58a48 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 19 minecraft:knockback net.minecraft.enchantment.EnchantmentKnockback@3aa1c45 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 20 minecraft:fire_aspect net.minecraft.enchantment.EnchantmentFireAspect@63ed5dae -[13:41:23] [Server thread/TRACE] [FML]: Registry: 21 minecraft:looting net.minecraft.enchantment.EnchantmentLootBonus@d70dbeb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 22 minecraft:sweeping net.minecraft.enchantment.EnchantmentSweepingEdge@31b289da -[13:41:23] [Server thread/TRACE] [FML]: Registry: 32 minecraft:efficiency net.minecraft.enchantment.EnchantmentDigging@4c7f2fdb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 33 minecraft:silk_touch net.minecraft.enchantment.EnchantmentUntouching@3a17acd4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 34 minecraft:unbreaking net.minecraft.enchantment.EnchantmentDurability@39f8adc0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 35 minecraft:fortune net.minecraft.enchantment.EnchantmentLootBonus@c7269ad -[13:41:23] [Server thread/TRACE] [FML]: Registry: 48 minecraft:power net.minecraft.enchantment.EnchantmentArrowDamage@58b5d5fc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 49 minecraft:punch net.minecraft.enchantment.EnchantmentArrowKnockback@73d7d676 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 50 minecraft:flame net.minecraft.enchantment.EnchantmentArrowFire@40c6d1ef -[13:41:23] [Server thread/TRACE] [FML]: Registry: 51 minecraft:infinity net.minecraft.enchantment.EnchantmentArrowInfinite@72bdbfe9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 61 minecraft:luck_of_the_sea net.minecraft.enchantment.EnchantmentLootBonus@cda144a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 62 minecraft:lure net.minecraft.enchantment.EnchantmentFishingSpeed@102aa5fc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 70 minecraft:mending net.minecraft.enchantment.EnchantmentMending@7a0f43dc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 71 minecraft:vanishing_curse net.minecraft.enchantment.EnchantmentVanishingCurse@796cf2b5 -[13:41:23] [Server thread/TRACE] [FML]: Registry Name : minecraft:recipes -[13:41:23] [Server thread/TRACE] [FML]: Registry: 0 minecraft:armordye net.minecraft.item.crafting.RecipesArmorDyes@22f7bf36 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 1 minecraft:bookcloning net.minecraft.item.crafting.RecipeBookCloning@41a3c6f5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2 minecraft:mapcloning net.minecraft.item.crafting.RecipesMapCloning@da4c5cb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 3 minecraft:mapextending net.minecraft.item.crafting.RecipesMapExtending@15f229e8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4 minecraft:fireworks net.minecraft.item.crafting.RecipeFireworks@74844f8a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 5 minecraft:repairitem net.minecraft.item.crafting.RecipeRepairItem@3ed87b6e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 6 minecraft:tippedarrow net.minecraft.item.crafting.RecipeTippedArrow@7b9d602c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 7 minecraft:bannerduplicate net.minecraft.item.crafting.RecipesBanners$RecipeDuplicatePattern@30eee098 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 8 minecraft:banneraddpattern net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern@2e76d0d3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 9 minecraft:shielddecoration net.minecraft.item.crafting.ShieldRecipes$Decoration@75973f7a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 10 minecraft:shulkerboxcoloring net.minecraft.item.crafting.ShulkerBoxRecipes$ShulkerBoxColoring@145ef9e8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 11 minecraft:yellow_wool net.minecraft.item.crafting.ShapelessRecipes@41538150 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 12 minecraft:yellow_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@4a1c14a6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 13 minecraft:yellow_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@4e68aede -[13:41:23] [Server thread/TRACE] [FML]: Registry: 14 minecraft:yellow_stained_glass net.minecraft.item.crafting.ShapedRecipes@408b2ae2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 15 minecraft:yellow_dye_from_sunflower net.minecraft.item.crafting.ShapelessRecipes@4c5c0306 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 16 minecraft:yellow_dye_from_dandelion net.minecraft.item.crafting.ShapelessRecipes@7388486e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 17 minecraft:yellow_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@46c19350 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 18 minecraft:yellow_carpet net.minecraft.item.crafting.ShapedRecipes@7f08c343 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 19 minecraft:yellow_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@396519b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 20 minecraft:yellow_bed net.minecraft.item.crafting.ShapedRecipes@3e0e3048 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 21 minecraft:yellow_banner net.minecraft.item.crafting.ShapedRecipes@7ddcd3d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 22 minecraft:writable_book net.minecraft.item.crafting.ShapelessRecipes@4be5b9b1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 23 minecraft:wooden_sword net.minecraft.item.crafting.ShapedRecipes@ab2e887 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 24 minecraft:wooden_shovel net.minecraft.item.crafting.ShapedRecipes@7ead0b51 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 26 minecraft:wooden_pickaxe net.minecraft.item.crafting.ShapedRecipes@1390a415 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 27 minecraft:wooden_hoe net.minecraft.item.crafting.ShapedRecipes@24b4f4a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 28 minecraft:wooden_door net.minecraft.item.crafting.ShapedRecipes@26f07261 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 30 minecraft:wooden_axe net.minecraft.item.crafting.ShapedRecipes@49c37918 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 31 minecraft:white_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@28551755 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 32 minecraft:white_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@61375dff -[13:41:23] [Server thread/TRACE] [FML]: Registry: 33 minecraft:white_stained_glass net.minecraft.item.crafting.ShapedRecipes@58c80957 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 34 minecraft:white_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@38a61c81 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 35 minecraft:white_carpet net.minecraft.item.crafting.ShapedRecipes@1f5f4d48 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 36 minecraft:white_bed net.minecraft.item.crafting.ShapedRecipes@6530a1de -[13:41:23] [Server thread/TRACE] [FML]: Registry: 37 minecraft:white_banner net.minecraft.item.crafting.ShapedRecipes@4df13b7e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 38 minecraft:wheat net.minecraft.item.crafting.ShapedRecipes@10660795 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 39 minecraft:tripwire_hook net.minecraft.item.crafting.ShapedRecipes@10ffe32f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 40 minecraft:trapped_chest net.minecraft.item.crafting.ShapelessRecipes@3adb4cc8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 41 minecraft:trapdoor net.minecraft.item.crafting.ShapedRecipes@337e573b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 42 minecraft:torch net.minecraft.item.crafting.ShapedRecipes@71c74011 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 43 minecraft:tnt_minecart net.minecraft.item.crafting.ShapedRecipes@7a6b214c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 44 minecraft:tnt net.minecraft.item.crafting.ShapedRecipes@6e53bb4f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 45 minecraft:sugar net.minecraft.item.crafting.ShapedRecipes@188058fb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 46 minecraft:string_to_wool net.minecraft.item.crafting.ShapedRecipes@5837cb9e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 47 minecraft:stonebrick net.minecraft.item.crafting.ShapedRecipes@6705fb02 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 48 minecraft:stone_sword net.minecraft.item.crafting.ShapedRecipes@2f3d5cd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 49 minecraft:stone_stairs net.minecraft.item.crafting.ShapedRecipes@20a3321a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 50 minecraft:stone_slab net.minecraft.item.crafting.ShapedRecipes@6cb759d5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 51 minecraft:stone_shovel net.minecraft.item.crafting.ShapedRecipes@a36ff0b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 52 minecraft:stone_pressure_plate net.minecraft.item.crafting.ShapedRecipes@9c40f43 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 53 minecraft:stone_pickaxe net.minecraft.item.crafting.ShapedRecipes@49bc1f6c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 54 minecraft:stone_hoe net.minecraft.item.crafting.ShapedRecipes@e638553 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 55 minecraft:stone_button net.minecraft.item.crafting.ShapedRecipes@567baa55 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 56 minecraft:stone_brick_stairs net.minecraft.item.crafting.ShapedRecipes@58a9e64d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 57 minecraft:stone_brick_slab net.minecraft.item.crafting.ShapedRecipes@1ab717f3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 58 minecraft:stone_axe net.minecraft.item.crafting.ShapedRecipes@25511895 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 59 minecraft:sticky_piston net.minecraft.item.crafting.ShapedRecipes@21202507 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 60 minecraft:stick net.minecraft.item.crafting.ShapedRecipes@2e27325d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 61 minecraft:spruce_wooden_slab net.minecraft.item.crafting.ShapedRecipes@1c7fd2e0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 62 minecraft:spruce_stairs net.minecraft.item.crafting.ShapedRecipes@35c3d6e8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 63 minecraft:spruce_planks net.minecraft.item.crafting.ShapedRecipes@7e2f16bd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 64 minecraft:spruce_fence_gate net.minecraft.item.crafting.ShapedRecipes@60658389 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 65 minecraft:spruce_fence net.minecraft.item.crafting.ShapedRecipes@65dd2191 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 66 minecraft:spruce_door net.minecraft.item.crafting.ShapedRecipes@7d0312a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 67 minecraft:spruce_boat net.minecraft.item.crafting.ShapedRecipes@60739eca -[13:41:23] [Server thread/TRACE] [FML]: Registry: 68 minecraft:spectral_arrow net.minecraft.item.crafting.ShapedRecipes@315365ef -[13:41:23] [Server thread/TRACE] [FML]: Registry: 69 minecraft:speckled_melon net.minecraft.item.crafting.ShapedRecipes@5cff6d1d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 70 minecraft:snow_layer net.minecraft.item.crafting.ShapedRecipes@241abc2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 71 minecraft:snow net.minecraft.item.crafting.ShapedRecipes@36c1b6ff -[13:41:23] [Server thread/TRACE] [FML]: Registry: 72 minecraft:smooth_sandstone net.minecraft.item.crafting.ShapedRecipes@1c41931a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 73 minecraft:smooth_red_sandstone net.minecraft.item.crafting.ShapedRecipes@2fca9fae -[13:41:23] [Server thread/TRACE] [FML]: Registry: 74 minecraft:slime_ball net.minecraft.item.crafting.ShapedRecipes@8aafd70 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 75 minecraft:slime net.minecraft.item.crafting.ShapedRecipes@61c0fb12 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 76 minecraft:sign net.minecraft.item.crafting.ShapedRecipes@5b160208 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 77 minecraft:shield net.minecraft.item.crafting.ShapedRecipes@20d92f1e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 78 minecraft:shears net.minecraft.item.crafting.ShapedRecipes@544733a4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 79 minecraft:sea_lantern net.minecraft.item.crafting.ShapedRecipes@5afa0b1a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 80 minecraft:sandstone_stairs net.minecraft.item.crafting.ShapedRecipes@5a464be7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 81 minecraft:sandstone_slab net.minecraft.item.crafting.ShapedRecipes@1adec8d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 82 minecraft:sandstone net.minecraft.item.crafting.ShapedRecipes@577f81a0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 83 minecraft:repeater net.minecraft.item.crafting.ShapedRecipes@28521ed5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 84 minecraft:redstone_torch net.minecraft.item.crafting.ShapedRecipes@63b2418e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 85 minecraft:redstone_lamp net.minecraft.item.crafting.ShapedRecipes@2267b0bb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 86 minecraft:redstone_block net.minecraft.item.crafting.ShapedRecipes@32bae609 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 87 minecraft:redstone net.minecraft.item.crafting.ShapedRecipes@1e2bc241 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 88 minecraft:red_wool net.minecraft.item.crafting.ShapelessRecipes@90c01ab -[13:41:23] [Server thread/TRACE] [FML]: Registry: 89 minecraft:red_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@769a9b7a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 90 minecraft:red_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@2487b621 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 91 minecraft:red_stained_glass net.minecraft.item.crafting.ShapedRecipes@b307030 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 92 minecraft:red_sandstone_stairs net.minecraft.item.crafting.ShapedRecipes@414d466e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 93 minecraft:red_sandstone_slab net.minecraft.item.crafting.ShapedRecipes@2686a801 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 94 minecraft:red_sandstone net.minecraft.item.crafting.ShapedRecipes@4ef10d3b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 95 minecraft:red_nether_brick net.minecraft.item.crafting.ShapedRecipes@5af1b221 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 96 minecraft:red_dye_from_tulip net.minecraft.item.crafting.ShapelessRecipes@231c521e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 97 minecraft:red_dye_from_rose_bush net.minecraft.item.crafting.ShapelessRecipes@729d1428 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 98 minecraft:red_dye_from_poppy net.minecraft.item.crafting.ShapelessRecipes@3f0b5619 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 99 minecraft:red_dye_from_beetroot net.minecraft.item.crafting.ShapelessRecipes@1f27f354 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 100 minecraft:red_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@32eb38e5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 101 minecraft:red_carpet net.minecraft.item.crafting.ShapedRecipes@69d2c460 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 102 minecraft:red_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@3b3b2290 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 103 minecraft:red_bed net.minecraft.item.crafting.ShapedRecipes@532e00bd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 104 minecraft:red_banner net.minecraft.item.crafting.ShapedRecipes@744199bb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 105 minecraft:rail net.minecraft.item.crafting.ShapedRecipes@58189132 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 106 minecraft:rabbit_stew_from_red_mushroom net.minecraft.item.crafting.ShapedRecipes@2e096ac0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 107 minecraft:rabbit_stew_from_brown_mushroom net.minecraft.item.crafting.ShapedRecipes@54cce500 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 108 minecraft:quartz_stairs net.minecraft.item.crafting.ShapedRecipes@689eab53 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 109 minecraft:quartz_slab net.minecraft.item.crafting.ShapedRecipes@571903ff -[13:41:23] [Server thread/TRACE] [FML]: Registry: 110 minecraft:quartz_block net.minecraft.item.crafting.ShapedRecipes@6de4071b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 111 minecraft:purpur_stairs net.minecraft.item.crafting.ShapedRecipes@6f30d0eb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 112 minecraft:purpur_slab net.minecraft.item.crafting.ShapedRecipes@470866d1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 113 minecraft:purpur_pillar net.minecraft.item.crafting.ShapedRecipes@99f75e4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 114 minecraft:purpur_block net.minecraft.item.crafting.ShapedRecipes@80b6098 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 115 minecraft:purple_wool net.minecraft.item.crafting.ShapelessRecipes@43cf97a8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 116 minecraft:purple_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@64e247e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 117 minecraft:purple_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@43c20142 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 118 minecraft:purple_stained_glass net.minecraft.item.crafting.ShapedRecipes@74267ece -[13:41:23] [Server thread/TRACE] [FML]: Registry: 119 minecraft:purple_shulker_box net.minecraft.item.crafting.ShapedRecipes@78e59b04 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 120 minecraft:purple_dye net.minecraft.item.crafting.ShapelessRecipes@556e4588 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 121 minecraft:purple_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@1735e1c4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 122 minecraft:purple_carpet net.minecraft.item.crafting.ShapedRecipes@46df794e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 123 minecraft:purple_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@22a2e581 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 124 minecraft:purple_bed net.minecraft.item.crafting.ShapedRecipes@fef2768 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 125 minecraft:purple_banner net.minecraft.item.crafting.ShapedRecipes@22bca04e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 126 minecraft:pumpkin_seeds net.minecraft.item.crafting.ShapedRecipes@4144d4a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 127 minecraft:pumpkin_pie net.minecraft.item.crafting.ShapelessRecipes@6344004d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 128 minecraft:prismarine_bricks net.minecraft.item.crafting.ShapedRecipes@49faf815 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 129 minecraft:prismarine net.minecraft.item.crafting.ShapedRecipes@7c31e01f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 130 minecraft:polished_granite net.minecraft.item.crafting.ShapedRecipes@79080255 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 131 minecraft:polished_diorite net.minecraft.item.crafting.ShapedRecipes@d863bb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 132 minecraft:polished_andesite net.minecraft.item.crafting.ShapedRecipes@61d9dd15 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 133 minecraft:piston net.minecraft.item.crafting.ShapedRecipes@fd5c7f6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 134 minecraft:pink_wool net.minecraft.item.crafting.ShapelessRecipes@1a34f8e2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 135 minecraft:pink_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@13edc1bc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 136 minecraft:pink_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@4779df3d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 137 minecraft:pink_stained_glass net.minecraft.item.crafting.ShapedRecipes@5b4880b3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 138 minecraft:pink_dye_from_red_bonemeal net.minecraft.item.crafting.ShapelessRecipes@6892d403 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 139 minecraft:pink_dye_from_pink_tulip net.minecraft.item.crafting.ShapelessRecipes@4c941d19 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 140 minecraft:pink_dye_from_peony net.minecraft.item.crafting.ShapelessRecipes@c8ed958 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 141 minecraft:pink_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@543c887 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 142 minecraft:pink_carpet net.minecraft.item.crafting.ShapedRecipes@3cfab56d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 143 minecraft:pink_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@38213efa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 144 minecraft:pink_bed net.minecraft.item.crafting.ShapedRecipes@12c30824 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 145 minecraft:pink_banner net.minecraft.item.crafting.ShapedRecipes@70680f88 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 146 minecraft:pillar_quartz_block net.minecraft.item.crafting.ShapedRecipes@390978 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 147 minecraft:paper net.minecraft.item.crafting.ShapedRecipes@619b7436 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 148 minecraft:painting net.minecraft.item.crafting.ShapedRecipes@725490dd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 149 minecraft:orange_wool net.minecraft.item.crafting.ShapelessRecipes@38318d67 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 150 minecraft:orange_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@71db6703 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 151 minecraft:orange_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@2e590e36 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 152 minecraft:orange_stained_glass net.minecraft.item.crafting.ShapedRecipes@39007725 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 153 minecraft:orange_dye_from_red_yellow net.minecraft.item.crafting.ShapelessRecipes@684bfba9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 154 minecraft:orange_dye_from_orange_tulip net.minecraft.item.crafting.ShapelessRecipes@7d836c4a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 155 minecraft:orange_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@35975b05 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 156 minecraft:orange_carpet net.minecraft.item.crafting.ShapedRecipes@2148849f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 157 minecraft:orange_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@5ce0f50a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 158 minecraft:orange_bed net.minecraft.item.crafting.ShapedRecipes@260f05ee -[13:41:23] [Server thread/TRACE] [FML]: Registry: 159 minecraft:orange_banner net.minecraft.item.crafting.ShapedRecipes@6a8ab98f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 160 minecraft:observer net.minecraft.item.crafting.ShapedRecipes@2b625e82 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 161 minecraft:oak_wooden_slab net.minecraft.item.crafting.ShapedRecipes@6a0aa5e2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 162 minecraft:oak_stairs net.minecraft.item.crafting.ShapedRecipes@64745270 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 163 minecraft:oak_planks net.minecraft.item.crafting.ShapedRecipes@5e8a678a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 164 minecraft:noteblock net.minecraft.item.crafting.ShapedRecipes@2566247d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 165 minecraft:nether_wart_block net.minecraft.item.crafting.ShapedRecipes@73839f22 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 166 minecraft:nether_brick_stairs net.minecraft.item.crafting.ShapedRecipes@64245ca9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 167 minecraft:nether_brick_slab net.minecraft.item.crafting.ShapedRecipes@659e003e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 168 minecraft:nether_brick_fence net.minecraft.item.crafting.ShapedRecipes@6e111aeb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 169 minecraft:nether_brick net.minecraft.item.crafting.ShapedRecipes@e21d73 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 170 minecraft:mushroom_stew net.minecraft.item.crafting.ShapelessRecipes@4db45d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 171 minecraft:mossy_stonebrick net.minecraft.item.crafting.ShapelessRecipes@ad6448e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 172 minecraft:mossy_cobblestone_wall net.minecraft.item.crafting.ShapedRecipes@7d6a9d5e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 173 minecraft:mossy_cobblestone net.minecraft.item.crafting.ShapelessRecipes@5478597 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 174 minecraft:minecart net.minecraft.item.crafting.ShapedRecipes@66e62e19 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 175 minecraft:melon_seeds net.minecraft.item.crafting.ShapedRecipes@43c3354 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 176 minecraft:melon_block net.minecraft.item.crafting.ShapedRecipes@28f6a008 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 177 minecraft:map net.minecraft.item.crafting.ShapedRecipes@c770b57 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 178 minecraft:magma_cream net.minecraft.item.crafting.ShapelessRecipes@1b08d26f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 179 minecraft:magma net.minecraft.item.crafting.ShapedRecipes@73753326 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 180 minecraft:magenta_wool net.minecraft.item.crafting.ShapelessRecipes@5d56c2d2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 181 minecraft:magenta_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@22cf1808 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 182 minecraft:magenta_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@1828ab51 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 183 minecraft:magenta_stained_glass net.minecraft.item.crafting.ShapedRecipes@35217e0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 184 minecraft:magenta_dye_from_purple_and_pink net.minecraft.item.crafting.ShapelessRecipes@63218586 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 185 minecraft:magenta_dye_from_lilac net.minecraft.item.crafting.ShapelessRecipes@3f1d4ecf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 186 minecraft:magenta_dye_from_lapis_red_pink net.minecraft.item.crafting.ShapelessRecipes@59509393 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 187 minecraft:magenta_dye_from_lapis_ink_bonemeal net.minecraft.item.crafting.ShapelessRecipes@1016b44e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 188 minecraft:magenta_dye_from_allium net.minecraft.item.crafting.ShapelessRecipes@1fe37d27 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 189 minecraft:magenta_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@1a99744a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 190 minecraft:magenta_carpet net.minecraft.item.crafting.ShapedRecipes@75d9b73c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 191 minecraft:magenta_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@535b4dbf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 192 minecraft:magenta_bed net.minecraft.item.crafting.ShapedRecipes@48d14ea0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 193 minecraft:magenta_banner net.minecraft.item.crafting.ShapedRecipes@1f7949dc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 194 minecraft:lit_pumpkin net.minecraft.item.crafting.ShapedRecipes@66c32e15 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 195 minecraft:lime_wool net.minecraft.item.crafting.ShapelessRecipes@7dd847a2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 196 minecraft:lime_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@33997e07 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 197 minecraft:lime_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@71c69628 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 198 minecraft:lime_stained_glass net.minecraft.item.crafting.ShapedRecipes@27422187 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 199 minecraft:lime_dye net.minecraft.item.crafting.ShapelessRecipes@4babe06f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 200 minecraft:lime_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@49c555c3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 201 minecraft:lime_carpet net.minecraft.item.crafting.ShapedRecipes@15a591d9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 202 minecraft:lime_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@2932721e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 203 minecraft:lime_bed net.minecraft.item.crafting.ShapedRecipes@7af7c9aa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 204 minecraft:lime_banner net.minecraft.item.crafting.ShapedRecipes@6334c0d8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 205 minecraft:light_weighted_pressure_plate net.minecraft.item.crafting.ShapedRecipes@4131261 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 206 minecraft:light_gray_wool net.minecraft.item.crafting.ShapelessRecipes@4718d320 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 207 minecraft:light_gray_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@ce8b59e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 208 minecraft:light_gray_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@1002f859 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 209 minecraft:light_gray_stained_glass net.minecraft.item.crafting.ShapedRecipes@1a22325d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 210 minecraft:light_gray_dye_from_white_tulip net.minecraft.item.crafting.ShapelessRecipes@f09c282 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 211 minecraft:light_gray_dye_from_oxeye_daisy net.minecraft.item.crafting.ShapelessRecipes@13fad0c7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 212 minecraft:light_gray_dye_from_ink_bonemeal net.minecraft.item.crafting.ShapelessRecipes@2351255a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 213 minecraft:light_gray_dye_from_gray_bonemeal net.minecraft.item.crafting.ShapelessRecipes@4d145177 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 214 minecraft:light_gray_dye_from_azure_bluet net.minecraft.item.crafting.ShapelessRecipes@5687ade6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 215 minecraft:light_gray_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@77b01226 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 216 minecraft:light_gray_carpet net.minecraft.item.crafting.ShapedRecipes@7ec176da -[13:41:23] [Server thread/TRACE] [FML]: Registry: 217 minecraft:light_gray_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@445c693 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 218 minecraft:light_gray_bed net.minecraft.item.crafting.ShapedRecipes@5f7c1de0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 219 minecraft:light_gray_banner net.minecraft.item.crafting.ShapedRecipes@79a92277 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 220 minecraft:light_blue_wool net.minecraft.item.crafting.ShapelessRecipes@7d3faf1d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 221 minecraft:light_blue_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@6afb240d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 222 minecraft:light_blue_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@2c6d442d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 223 minecraft:light_blue_stained_glass net.minecraft.item.crafting.ShapedRecipes@5625ba2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 224 minecraft:light_blue_dye_from_lapis_bonemeal net.minecraft.item.crafting.ShapelessRecipes@5d1eb214 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 225 minecraft:light_blue_dye_from_blue_orchid net.minecraft.item.crafting.ShapelessRecipes@5fafd099 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 226 minecraft:light_blue_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@34c2e03d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 227 minecraft:light_blue_carpet net.minecraft.item.crafting.ShapedRecipes@61627c9d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 228 minecraft:light_blue_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@92775a3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 229 minecraft:light_blue_bed net.minecraft.item.crafting.ShapedRecipes@70a91d72 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 230 minecraft:light_blue_banner net.minecraft.item.crafting.ShapedRecipes@3b9c05f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 231 minecraft:lever net.minecraft.item.crafting.ShapedRecipes@6bf70600 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 232 minecraft:leather_leggings net.minecraft.item.crafting.ShapedRecipes@16e3d6d0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 233 minecraft:leather_helmet net.minecraft.item.crafting.ShapedRecipes@23adbd6b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 234 minecraft:leather_chestplate net.minecraft.item.crafting.ShapedRecipes@2c955487 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 235 minecraft:leather_boots net.minecraft.item.crafting.ShapedRecipes@949f0d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 236 minecraft:leather net.minecraft.item.crafting.ShapedRecipes@318a81a0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 237 minecraft:lead net.minecraft.item.crafting.ShapedRecipes@33a58fcb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 238 minecraft:lapis_lazuli net.minecraft.item.crafting.ShapedRecipes@5c8e7687 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 239 minecraft:lapis_block net.minecraft.item.crafting.ShapedRecipes@53dd29e0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 240 minecraft:ladder net.minecraft.item.crafting.ShapedRecipes@743b7025 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 241 minecraft:jungle_wooden_slab net.minecraft.item.crafting.ShapedRecipes@5776a9f8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 242 minecraft:jungle_stairs net.minecraft.item.crafting.ShapedRecipes@4411a0fe -[13:41:23] [Server thread/TRACE] [FML]: Registry: 243 minecraft:jungle_planks net.minecraft.item.crafting.ShapedRecipes@2ddb6c71 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 244 minecraft:jungle_fence_gate net.minecraft.item.crafting.ShapedRecipes@7e1ce99c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 245 minecraft:jungle_fence net.minecraft.item.crafting.ShapedRecipes@20ddc780 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 246 minecraft:jungle_door net.minecraft.item.crafting.ShapedRecipes@7552f05b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 247 minecraft:jungle_boat net.minecraft.item.crafting.ShapedRecipes@5b4ce00 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 248 minecraft:jukebox net.minecraft.item.crafting.ShapedRecipes@51b2b3e6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 249 minecraft:item_frame net.minecraft.item.crafting.ShapedRecipes@674d2b8b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 250 minecraft:iron_trapdoor net.minecraft.item.crafting.ShapedRecipes@3eadfbbb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 251 minecraft:iron_sword net.minecraft.item.crafting.ShapedRecipes@2f0e7008 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 252 minecraft:iron_shovel net.minecraft.item.crafting.ShapedRecipes@73483d4b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 253 minecraft:iron_pickaxe net.minecraft.item.crafting.ShapedRecipes@4bdbfbc6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 254 minecraft:iron_nugget net.minecraft.item.crafting.ShapedRecipes@593e594f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 255 minecraft:iron_leggings net.minecraft.item.crafting.ShapedRecipes@6250d33c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 256 minecraft:iron_ingot_from_nuggets net.minecraft.item.crafting.ShapedRecipes@30cb489a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 257 minecraft:iron_ingot_from_block net.minecraft.item.crafting.ShapedRecipes@30d944d8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 258 minecraft:iron_hoe net.minecraft.item.crafting.ShapedRecipes@14af57c3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 259 minecraft:iron_helmet net.minecraft.item.crafting.ShapedRecipes@46ef7340 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 260 minecraft:iron_door net.minecraft.item.crafting.ShapedRecipes@121c1a08 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 261 minecraft:iron_chestplate net.minecraft.item.crafting.ShapedRecipes@13f17b8f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 262 minecraft:iron_boots net.minecraft.item.crafting.ShapedRecipes@77185a2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 263 minecraft:iron_block net.minecraft.item.crafting.ShapedRecipes@4c57ca10 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 264 minecraft:iron_bars net.minecraft.item.crafting.ShapedRecipes@a0e35c3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 265 minecraft:iron_axe net.minecraft.item.crafting.ShapedRecipes@f9979cf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 266 minecraft:hopper_minecart net.minecraft.item.crafting.ShapedRecipes@703947bd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 267 minecraft:hopper net.minecraft.item.crafting.ShapedRecipes@69c263f8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 268 minecraft:heavy_weighted_pressure_plate net.minecraft.item.crafting.ShapedRecipes@65871cfd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 269 minecraft:hay_block net.minecraft.item.crafting.ShapedRecipes@7a57c5d9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 270 minecraft:green_wool net.minecraft.item.crafting.ShapelessRecipes@3b62c51e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 271 minecraft:green_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@6f53295e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 272 minecraft:green_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@3fc2e100 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 273 minecraft:green_stained_glass net.minecraft.item.crafting.ShapedRecipes@188532da -[13:41:23] [Server thread/TRACE] [FML]: Registry: 274 minecraft:green_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@39179470 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 275 minecraft:green_carpet net.minecraft.item.crafting.ShapedRecipes@1a82453 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 276 minecraft:green_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@40da1644 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 277 minecraft:green_bed net.minecraft.item.crafting.ShapedRecipes@6491006 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 278 minecraft:green_banner net.minecraft.item.crafting.ShapedRecipes@4552e288 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 279 minecraft:gray_wool net.minecraft.item.crafting.ShapelessRecipes@1e733bb5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 280 minecraft:gray_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@18f794e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 281 minecraft:gray_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@c3836b6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 282 minecraft:gray_stained_glass net.minecraft.item.crafting.ShapedRecipes@5d200dce -[13:41:23] [Server thread/TRACE] [FML]: Registry: 283 minecraft:gray_dye net.minecraft.item.crafting.ShapelessRecipes@5aec151b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 284 minecraft:gray_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@4cf1bd4a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 285 minecraft:gray_carpet net.minecraft.item.crafting.ShapedRecipes@2b98c310 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 286 minecraft:gray_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@33d08a24 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 287 minecraft:gray_bed net.minecraft.item.crafting.ShapedRecipes@68c3aa38 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 288 minecraft:gray_banner net.minecraft.item.crafting.ShapedRecipes@411576c7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 289 minecraft:granite net.minecraft.item.crafting.ShapelessRecipes@10b7b5f0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 290 minecraft:golden_sword net.minecraft.item.crafting.ShapedRecipes@5318731f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 291 minecraft:golden_shovel net.minecraft.item.crafting.ShapedRecipes@55849272 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 292 minecraft:golden_rail net.minecraft.item.crafting.ShapedRecipes@e280006 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 293 minecraft:golden_pickaxe net.minecraft.item.crafting.ShapedRecipes@17f7a1af -[13:41:23] [Server thread/TRACE] [FML]: Registry: 294 minecraft:golden_leggings net.minecraft.item.crafting.ShapedRecipes@5978ba12 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 295 minecraft:golden_hoe net.minecraft.item.crafting.ShapedRecipes@2ef63b6d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 296 minecraft:golden_helmet net.minecraft.item.crafting.ShapedRecipes@108fd5d5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 297 minecraft:golden_chestplate net.minecraft.item.crafting.ShapedRecipes@247415be -[13:41:23] [Server thread/TRACE] [FML]: Registry: 298 minecraft:golden_carrot net.minecraft.item.crafting.ShapedRecipes@7bbd944e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 299 minecraft:golden_boots net.minecraft.item.crafting.ShapedRecipes@58ebfbcb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 300 minecraft:golden_axe net.minecraft.item.crafting.ShapedRecipes@4ee1c29a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 301 minecraft:golden_apple net.minecraft.item.crafting.ShapedRecipes@3b8a8abc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 302 minecraft:gold_nugget net.minecraft.item.crafting.ShapedRecipes@72c29d87 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 303 minecraft:gold_ingot_from_nuggets net.minecraft.item.crafting.ShapedRecipes@4a00d591 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 304 minecraft:gold_ingot_from_block net.minecraft.item.crafting.ShapedRecipes@3d2b8e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 305 minecraft:gold_block net.minecraft.item.crafting.ShapedRecipes@42d96745 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 306 minecraft:glowstone net.minecraft.item.crafting.ShapedRecipes@21399e53 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 307 minecraft:glass_pane net.minecraft.item.crafting.ShapedRecipes@5e1e19af -[13:41:23] [Server thread/TRACE] [FML]: Registry: 308 minecraft:glass_bottle net.minecraft.item.crafting.ShapedRecipes@6e757f39 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 309 minecraft:furnace_minecart net.minecraft.item.crafting.ShapedRecipes@75aeec0a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 310 minecraft:furnace net.minecraft.item.crafting.ShapedRecipes@81a56b2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 311 minecraft:flower_pot net.minecraft.item.crafting.ShapedRecipes@4402ed61 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 312 minecraft:flint_and_steel net.minecraft.item.crafting.ShapelessRecipes@5cfa9e8a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 313 minecraft:fishing_rod net.minecraft.item.crafting.ShapedRecipes@714d7c7b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 314 minecraft:fire_charge net.minecraft.item.crafting.ShapelessRecipes@d164938 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 315 minecraft:fermented_spider_eye net.minecraft.item.crafting.ShapelessRecipes@769b1d1c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 316 minecraft:fence_gate net.minecraft.item.crafting.ShapedRecipes@16a14076 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 317 minecraft:fence net.minecraft.item.crafting.ShapedRecipes@17d83fe4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 318 minecraft:ender_eye net.minecraft.item.crafting.ShapelessRecipes@e60c466 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 319 minecraft:ender_chest net.minecraft.item.crafting.ShapedRecipes@27caa186 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 320 minecraft:end_rod net.minecraft.item.crafting.ShapedRecipes@5b58f639 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 321 minecraft:end_crystal net.minecraft.item.crafting.ShapedRecipes@e356940 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 322 minecraft:end_bricks net.minecraft.item.crafting.ShapedRecipes@729de0e1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 323 minecraft:enchanting_table net.minecraft.item.crafting.ShapedRecipes@2821da0a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 324 minecraft:emerald_block net.minecraft.item.crafting.ShapedRecipes@22a8e87b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 325 minecraft:emerald net.minecraft.item.crafting.ShapedRecipes@76ffd052 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 326 minecraft:dropper net.minecraft.item.crafting.ShapedRecipes@4bd39edc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 327 minecraft:dispenser net.minecraft.item.crafting.ShapedRecipes@6c399d4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 328 minecraft:diorite net.minecraft.item.crafting.ShapedRecipes@44a7661d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 329 minecraft:diamond_sword net.minecraft.item.crafting.ShapedRecipes@53cb9b1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 330 minecraft:diamond_shovel net.minecraft.item.crafting.ShapedRecipes@53b83897 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 331 minecraft:diamond_pickaxe net.minecraft.item.crafting.ShapedRecipes@15ae31b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 332 minecraft:diamond_leggings net.minecraft.item.crafting.ShapedRecipes@7137cd14 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 333 minecraft:diamond_hoe net.minecraft.item.crafting.ShapedRecipes@5fb05c07 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 334 minecraft:diamond_helmet net.minecraft.item.crafting.ShapedRecipes@309b8144 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 335 minecraft:diamond_chestplate net.minecraft.item.crafting.ShapedRecipes@662b199 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 336 minecraft:diamond_boots net.minecraft.item.crafting.ShapedRecipes@27b84c9a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 337 minecraft:diamond_block net.minecraft.item.crafting.ShapedRecipes@12d8e6b6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 338 minecraft:diamond_axe net.minecraft.item.crafting.ShapedRecipes@40ecead5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 339 minecraft:diamond net.minecraft.item.crafting.ShapedRecipes@53086bdc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 340 minecraft:detector_rail net.minecraft.item.crafting.ShapedRecipes@2db4a84a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 341 minecraft:daylight_detector net.minecraft.item.crafting.ShapedRecipes@6d5fea64 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 342 minecraft:dark_prismarine net.minecraft.item.crafting.ShapedRecipes@2d26c6a2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 343 minecraft:dark_oak_wooden_slab net.minecraft.item.crafting.ShapedRecipes@7cf166db -[13:41:23] [Server thread/TRACE] [FML]: Registry: 344 minecraft:dark_oak_stairs net.minecraft.item.crafting.ShapedRecipes@6abaa14b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 345 minecraft:dark_oak_planks net.minecraft.item.crafting.ShapedRecipes@5b27d03d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 346 minecraft:dark_oak_fence_gate net.minecraft.item.crafting.ShapedRecipes@28f081ad -[13:41:23] [Server thread/TRACE] [FML]: Registry: 347 minecraft:dark_oak_fence net.minecraft.item.crafting.ShapedRecipes@34074149 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 348 minecraft:dark_oak_door net.minecraft.item.crafting.ShapedRecipes@1500edf3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 349 minecraft:dark_oak_boat net.minecraft.item.crafting.ShapedRecipes@3e7fc07e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 350 minecraft:cyan_wool net.minecraft.item.crafting.ShapelessRecipes@147892be -[13:41:23] [Server thread/TRACE] [FML]: Registry: 351 minecraft:cyan_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@1a3a6216 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 352 minecraft:cyan_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@44a1ae4e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 353 minecraft:cyan_stained_glass net.minecraft.item.crafting.ShapedRecipes@6c0bf8f4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 354 minecraft:cyan_dye net.minecraft.item.crafting.ShapelessRecipes@11b74ecb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 355 minecraft:cyan_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@26a004ed -[13:41:23] [Server thread/TRACE] [FML]: Registry: 356 minecraft:cyan_carpet net.minecraft.item.crafting.ShapedRecipes@7e484bd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 357 minecraft:cyan_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@3ef4a8fb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 358 minecraft:cyan_bed net.minecraft.item.crafting.ShapedRecipes@613f48de -[13:41:23] [Server thread/TRACE] [FML]: Registry: 359 minecraft:cyan_banner net.minecraft.item.crafting.ShapedRecipes@360e4235 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 361 minecraft:cookie net.minecraft.item.crafting.ShapedRecipes@55b78dad -[13:41:23] [Server thread/TRACE] [FML]: Registry: 362 minecraft:compass net.minecraft.item.crafting.ShapedRecipes@7bc3c59f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 363 minecraft:comparator net.minecraft.item.crafting.ShapedRecipes@35d62807 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 364 minecraft:cobblestone_wall net.minecraft.item.crafting.ShapedRecipes@5b5d6f9c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 365 minecraft:cobblestone_slab net.minecraft.item.crafting.ShapedRecipes@1be3e952 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 366 minecraft:coarse_dirt net.minecraft.item.crafting.ShapedRecipes@eef6e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 367 minecraft:coal_block net.minecraft.item.crafting.ShapedRecipes@4b3b2a4f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 368 minecraft:coal net.minecraft.item.crafting.ShapedRecipes@1a3611b1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 369 minecraft:clock net.minecraft.item.crafting.ShapedRecipes@3ec6f3f1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 370 minecraft:clay net.minecraft.item.crafting.ShapedRecipes@37ad818e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 371 minecraft:chiseled_stonebrick net.minecraft.item.crafting.ShapedRecipes@32da6cef -[13:41:23] [Server thread/TRACE] [FML]: Registry: 372 minecraft:chiseled_sandstone net.minecraft.item.crafting.ShapedRecipes@3cdc5155 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 373 minecraft:chiseled_red_sandstone net.minecraft.item.crafting.ShapedRecipes@604e8a6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 374 minecraft:chiseled_quartz_block net.minecraft.item.crafting.ShapedRecipes@34766f4b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 375 minecraft:chest_minecart net.minecraft.item.crafting.ShapedRecipes@c2dab10 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 376 minecraft:chest net.minecraft.item.crafting.ShapedRecipes@5390862e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 377 minecraft:cauldron net.minecraft.item.crafting.ShapedRecipes@61d4155b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 378 minecraft:carrot_on_a_stick net.minecraft.item.crafting.ShapedRecipes@938e54a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 379 minecraft:cake net.minecraft.item.crafting.ShapedRecipes@3cf1b5fb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 380 minecraft:bucket net.minecraft.item.crafting.ShapedRecipes@790ea58f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 381 minecraft:brown_wool net.minecraft.item.crafting.ShapelessRecipes@4e7b89b6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 382 minecraft:brown_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@4246f904 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 383 minecraft:brown_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@1c149539 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 384 minecraft:brown_stained_glass net.minecraft.item.crafting.ShapedRecipes@4fce655d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 385 minecraft:brown_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@32eac39b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 386 minecraft:brown_carpet net.minecraft.item.crafting.ShapedRecipes@32029cd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 387 minecraft:brown_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@24d7c365 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 388 minecraft:brown_bed net.minecraft.item.crafting.ShapedRecipes@732bb49d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 389 minecraft:brown_banner net.minecraft.item.crafting.ShapedRecipes@701da311 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 390 minecraft:brick_stairs net.minecraft.item.crafting.ShapedRecipes@722d3ddb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 391 minecraft:brick_slab net.minecraft.item.crafting.ShapedRecipes@7962a364 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 392 minecraft:brick_block net.minecraft.item.crafting.ShapedRecipes@491f3fb0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 393 minecraft:brewing_stand net.minecraft.item.crafting.ShapedRecipes@41d8ac75 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 394 minecraft:bread net.minecraft.item.crafting.ShapedRecipes@3891db3a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 395 minecraft:bowl net.minecraft.item.crafting.ShapedRecipes@240e61 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 396 minecraft:bow net.minecraft.item.crafting.ShapedRecipes@6fc3f1a7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 397 minecraft:bookshelf net.minecraft.item.crafting.ShapedRecipes@648f48d3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 398 minecraft:book net.minecraft.item.crafting.ShapelessRecipes@189f3ccd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 399 minecraft:bone_meal_from_bone net.minecraft.item.crafting.ShapelessRecipes@d8a2b1b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 400 minecraft:bone_meal_from_block net.minecraft.item.crafting.ShapelessRecipes@1390a43a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 401 minecraft:bone_block net.minecraft.item.crafting.ShapedRecipes@23169374 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 402 minecraft:boat net.minecraft.item.crafting.ShapedRecipes@44ba9f25 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 403 minecraft:blue_wool net.minecraft.item.crafting.ShapelessRecipes@4767be27 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 404 minecraft:blue_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@77e261e3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 405 minecraft:blue_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@1a18e68a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 406 minecraft:blue_stained_glass net.minecraft.item.crafting.ShapedRecipes@5625e7e1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 407 minecraft:blue_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@7dbe858f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 408 minecraft:blue_carpet net.minecraft.item.crafting.ShapedRecipes@74130456 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 409 minecraft:blue_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@4fe8e318 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 410 minecraft:blue_bed net.minecraft.item.crafting.ShapedRecipes@285ac29 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 411 minecraft:blue_banner net.minecraft.item.crafting.ShapedRecipes@95958d9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 412 minecraft:blaze_powder net.minecraft.item.crafting.ShapelessRecipes@44cab872 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 413 minecraft:black_wool net.minecraft.item.crafting.ShapelessRecipes@1a1c308b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 414 minecraft:black_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@46878216 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 415 minecraft:black_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@35599228 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 416 minecraft:black_stained_glass net.minecraft.item.crafting.ShapedRecipes@30a79476 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 417 minecraft:black_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@59301546 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 418 minecraft:black_carpet net.minecraft.item.crafting.ShapedRecipes@40f77135 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 419 minecraft:black_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@7866ffa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 420 minecraft:black_bed net.minecraft.item.crafting.ShapedRecipes@213bd66a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 421 minecraft:black_banner net.minecraft.item.crafting.ShapedRecipes@68aa1164 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 422 minecraft:birch_wooden_slab net.minecraft.item.crafting.ShapedRecipes@6e0dec27 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 423 minecraft:birch_stairs net.minecraft.item.crafting.ShapedRecipes@5345552f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 424 minecraft:birch_planks net.minecraft.item.crafting.ShapedRecipes@5b11d0d8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 425 minecraft:birch_fence_gate net.minecraft.item.crafting.ShapedRecipes@511ad0dd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 426 minecraft:birch_fence net.minecraft.item.crafting.ShapedRecipes@2cdcedef -[13:41:23] [Server thread/TRACE] [FML]: Registry: 427 minecraft:birch_door net.minecraft.item.crafting.ShapedRecipes@524b1e41 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 428 minecraft:birch_boat net.minecraft.item.crafting.ShapedRecipes@7daf167 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 429 minecraft:beetroot_soup net.minecraft.item.crafting.ShapedRecipes@2f70d78c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 430 minecraft:beacon net.minecraft.item.crafting.ShapedRecipes@8bb5c2a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 431 minecraft:arrow net.minecraft.item.crafting.ShapedRecipes@202ba60a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 432 minecraft:armor_stand net.minecraft.item.crafting.ShapedRecipes@39a1c200 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 433 minecraft:anvil net.minecraft.item.crafting.ShapedRecipes@2c5b4b91 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 434 minecraft:andesite net.minecraft.item.crafting.ShapelessRecipes@793248d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 435 minecraft:activator_rail net.minecraft.item.crafting.ShapedRecipes@6414eb98 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 436 minecraft:acacia_wooden_slab net.minecraft.item.crafting.ShapedRecipes@5935eb9c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 437 minecraft:acacia_stairs net.minecraft.item.crafting.ShapedRecipes@4b99f2ed -[13:41:23] [Server thread/TRACE] [FML]: Registry: 438 minecraft:acacia_planks net.minecraft.item.crafting.ShapedRecipes@45a40353 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 439 minecraft:acacia_fence_gate net.minecraft.item.crafting.ShapedRecipes@1e284d90 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 440 minecraft:acacia_fence net.minecraft.item.crafting.ShapedRecipes@6894436e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 441 minecraft:acacia_door net.minecraft.item.crafting.ShapedRecipes@6d7d0946 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 442 minecraft:acacia_boat net.minecraft.item.crafting.ShapedRecipes@7a25f8ee -[13:41:23] [Server thread/TRACE] [FML]: Registry: 443 nnparadisemod:rusty_ingot_from_nugget net.minecraftforge.oredict.ShapedOreRecipe@44eadce1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 444 nnparadisemod:ruby net.minecraftforge.oredict.ShapedOreRecipe@231c1a6c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 445 nnparadisemod:silver_ingot_from_block net.minecraftforge.oredict.ShapedOreRecipe@183c737c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 446 nnparadisemod:tree_topper net.minecraft.item.crafting.ShapedRecipes@65ec70e3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 447 nnparadisemod:rusty_iron_block2 net.minecraftforge.oredict.ShapedOreRecipe@9dcfe2f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 448 nnparadisemod:salt_lamp net.minecraft.item.crafting.ShapedRecipes@5ba86ca6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 449 nnparadisemod:blaze_powder net.minecraft.item.crafting.ShapedRecipes@3486994c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 450 nnparadisemod:ender_pearl_block net.minecraft.item.crafting.ShapedRecipes@4388d0a1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 451 nnparadisemod:ruby_block net.minecraftforge.oredict.ShapedOreRecipe@2827ec1e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 452 nnparadisemod:compressed_cactus_chest net.minecraft.item.crafting.ShapedRecipes@1c12693a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 453 nnparadisemod:tables/jungle_crafting_table net.minecraft.item.crafting.ShapedRecipes@79bedead -[13:41:23] [Server thread/TRACE] [FML]: Registry: 454 nnparadisemod:tables/oak_crafting_table net.minecraft.item.crafting.ShapedRecipes@3a477b74 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 455 nnparadisemod:tables/spruce_crafting_table net.minecraft.item.crafting.ShapedRecipes@2f343053 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 456 nnparadisemod:tables/cactus_crafting_table net.minecraft.item.crafting.ShapedRecipes@7693c26 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 457 nnparadisemod:tables/birch_crafting_table net.minecraft.item.crafting.ShapedRecipes@2fcdf531 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 458 nnparadisemod:tables/dark_oak_crafting_table net.minecraft.item.crafting.ShapedRecipes@4400082e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 459 nnparadisemod:tables/acacia_crafting_table net.minecraft.item.crafting.ShapedRecipes@aa0c599 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 460 nnparadisemod:mossy_lever net.minecraftforge.oredict.ShapedOreRecipe@1c73f1d2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 461 nnparadisemod:fences/gold_fence net.minecraft.item.crafting.ShapedRecipes@7d6533b0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 462 nnparadisemod:fences/iron_fence net.minecraft.item.crafting.ShapedRecipes@359dba92 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 463 nnparadisemod:fences/diamond_fence net.minecraft.item.crafting.ShapedRecipes@5ce30d7c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 464 nnparadisemod:fences/redstone_fence net.minecraftforge.oredict.ShapedOreRecipe@4d54d507 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 465 nnparadisemod:fences/brick_fence net.minecraft.item.crafting.ShapedRecipes@54d910b9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 466 nnparadisemod:fences/ruby_fence net.minecraftforge.oredict.ShapedOreRecipe@570fb709 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 467 nnparadisemod:fences/rusty_fence net.minecraft.item.crafting.ShapedRecipes@6b0e2e81 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 468 nnparadisemod:fences/cactus_fence net.minecraftforge.oredict.ShapedOreRecipe@746ea728 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 469 nnparadisemod:fences/emerald_fence net.minecraft.item.crafting.ShapedRecipes@5750b3a0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 470 nnparadisemod:fences/silver_fence net.minecraftforge.oredict.ShapedOreRecipe@4ad1ed3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 471 nnparadisemod:sugar_block net.minecraft.item.crafting.ShapedRecipes@301e1127 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 472 nnparadisemod:gold_bars net.minecraft.item.crafting.ShapedRecipes@5d142027 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 473 nnparadisemod:silver_bars net.minecraft.item.crafting.ShapedRecipes@58b67e0a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 474 nnparadisemod:compressed_cactus_chest_trapped net.minecraft.item.crafting.ShapelessRecipes@1c67bfa8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 475 nnparadisemod:gold_hopper net.minecraft.item.crafting.ShapedRecipes@4388b66c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 476 nnparadisemod:emerald_rail net.minecraft.item.crafting.ShapedRecipes@16279f74 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 477 nnparadisemod:mossy_furnace net.minecraft.item.crafting.ShapedRecipes@6c0f10c8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 478 nnparadisemod:salt net.minecraft.item.crafting.ShapedRecipes@464fece4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 479 nnparadisemod:compressed_cactus net.minecraft.item.crafting.ShapedRecipes@110b973d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 480 nnparadisemod:cactus_chest net.minecraft.item.crafting.ShapedRecipes@c968d7e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 481 nnparadisemod:blaze_block net.minecraft.item.crafting.ShapedRecipes@763846b7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 482 nnparadisemod:sugar net.minecraft.item.crafting.ShapedRecipes@400be043 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 483 nnparadisemod:lamps/lime_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@78a9590b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 484 nnparadisemod:lamps/purple_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@1c20cf4f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 485 nnparadisemod:lamps/red_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@750debc8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 486 nnparadisemod:lamps/silver_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@31cc69b9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 487 nnparadisemod:lamps/yellow_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@2d418942 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 488 nnparadisemod:lamps/light_blue_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@c8cc5e0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 489 nnparadisemod:lamps/magenta_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@47a5782d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 490 nnparadisemod:lamps/cyan_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@3904657b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 491 nnparadisemod:lamps/black_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@2e7b0b4d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 492 nnparadisemod:lamps/white_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@48195e21 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 493 nnparadisemod:lamps/brown_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@5fdb3e1f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 494 nnparadisemod:lamps/blue_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@79c0d8e8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 495 nnparadisemod:lamps/pink_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@75892e01 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 496 nnparadisemod:lamps/gray_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@3cf083e1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 497 nnparadisemod:lamps/orange_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@48a7777a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 498 nnparadisemod:lamps/green_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@36bdeccd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 499 nnparadisemod:silver_block net.minecraftforge.oredict.ShapedOreRecipe@35824343 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 500 nnparadisemod:soul_glass_pane net.minecraft.item.crafting.ShapedRecipes@19461943 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 501 nnparadisemod:du_portal net.minecraft.item.crafting.ShapedRecipes@b2482f6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 502 nnparadisemod:cactus_chest_trapped net.minecraft.item.crafting.ShapelessRecipes@7bb131a1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 503 nnparadisemod:rusty_ingot_from_block net.minecraftforge.oredict.ShapedOreRecipe@7ef04cd8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 504 nnparadisemod:salt_block net.minecraft.item.crafting.ShapedRecipes@519531 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 505 nnparadisemod:silver_ingot_from_nugget net.minecraftforge.oredict.ShapedOreRecipe@41d3ea7c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 506 nnparadisemod:powered_emerald_rail net.minecraft.item.crafting.ShapedRecipes@6fe8a600 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 507 nnparadisemod:trapdoors/ruby_trapdoor net.minecraftforge.oredict.ShapedOreRecipe@445194c8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 508 nnparadisemod:trapdoors/moss_stone_trapdoor net.minecraft.item.crafting.ShapedRecipes@6e473488 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 509 nnparadisemod:trapdoors/glowing_obsidian_trapdoor net.minecraft.item.crafting.ShapedRecipes@537849ca -[13:41:23] [Server thread/TRACE] [FML]: Registry: 510 nnparadisemod:trapdoors/granite_trapdoor net.minecraft.item.crafting.ShapedRecipes@6a0261d5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 511 nnparadisemod:trapdoors/diamond_trapdoor net.minecraft.item.crafting.ShapedRecipes@5b0fd924 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 512 nnparadisemod:trapdoors/obsidian_trapdoor net.minecraft.item.crafting.ShapedRecipes@284abe68 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 513 nnparadisemod:trapdoors/end_trapdoor net.minecraft.item.crafting.ShapedRecipes@713ad3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 514 nnparadisemod:trapdoors/rusty_trapdoor net.minecraft.item.crafting.ShapedRecipes@57aa34bc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 515 nnparadisemod:trapdoors/cactus_trapdoor net.minecraft.item.crafting.ShapedRecipes@6bae5935 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 516 nnparadisemod:trapdoors/diorite_trapdoor net.minecraft.item.crafting.ShapedRecipes@34a39a54 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 517 nnparadisemod:trapdoors/silver_trapdoor net.minecraftforge.oredict.ShapedOreRecipe@4d3df078 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 518 nnparadisemod:trapdoors/gold_trapdoor net.minecraft.item.crafting.ShapedRecipes@59529ee -[13:41:23] [Server thread/TRACE] [FML]: Registry: 519 nnparadisemod:trapdoors/stone_trapdoor net.minecraft.item.crafting.ShapedRecipes@6864c023 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 520 nnparadisemod:trapdoors/cobblestone_trapdoor net.minecraft.item.crafting.ShapedRecipes@aa91055 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 521 nnparadisemod:trapdoors/emerald_trapdoor net.minecraft.item.crafting.ShapedRecipes@4ccb9af4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 522 nnparadisemod:trapdoors/redstone_trapdoor net.minecraft.item.crafting.ShapedRecipes@541eabb8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 523 nnparadisemod:trapdoors/andesite_trapdoor net.minecraft.item.crafting.ShapedRecipes@47cbe861 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 524 nnparadisemod:trapdoors/glass_trapdoor net.minecraft.item.crafting.ShapedRecipes@49a514ba -[13:41:23] [Server thread/TRACE] [FML]: Registry: 525 nnparadisemod:trapdoors/redstone_trapdoor_2 net.minecraft.item.crafting.ShapedRecipes@38b9e8a1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 526 nnparadisemod:rusty_bars net.minecraft.item.crafting.ShapedRecipes@84553a4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 527 nnparadisemod:rusty_nugget_from_ingot net.minecraftforge.oredict.ShapedOreRecipe@132ae660 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 528 nnparadisemod:cactus_bookshelf net.minecraft.item.crafting.ShapedRecipes@171198f2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 529 nnparadisemod:ender_pearl net.minecraft.item.crafting.ShapedRecipes@2ec9e29b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 530 nnparadisemod:rusty_iron_block net.minecraft.item.crafting.ShapedRecipes@f5c707b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 531 nnparadisemod:plates/rusty_pressure_plate net.minecraftforge.oredict.ShapedOreRecipe@42c8df06 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 532 nnparadisemod:plates/diamond_pressure_plate net.minecraft.item.crafting.ShapedRecipes@77b8b32e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 533 nnparadisemod:plates/acacia_pressure_plate net.minecraft.item.crafting.ShapedRecipes@19b7beaf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 534 nnparadisemod:plates/diorite_pressure_plate net.minecraft.item.crafting.ShapedRecipes@6e5644d7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 535 nnparadisemod:plates/granite_pressure_plate net.minecraft.item.crafting.ShapedRecipes@4c228648 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 536 nnparadisemod:plates/end_pressure_plate net.minecraft.item.crafting.ShapedRecipes@61d711c7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 537 nnparadisemod:plates/cactus_pressure_plate net.minecraft.item.crafting.ShapedRecipes@71eab4a9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 538 nnparadisemod:plates/glowing_obsidian_pressure_plate net.minecraft.item.crafting.ShapedRecipes@492273bf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 539 nnparadisemod:plates/mossy_pressure_plate net.minecraft.item.crafting.ShapedRecipes@57e9a2d2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 540 nnparadisemod:plates/ruby_pressure_plate net.minecraftforge.oredict.ShapedOreRecipe@da4978f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 541 nnparadisemod:plates/spruce_pressure_plate net.minecraft.item.crafting.ShapedRecipes@745f8cdc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 542 nnparadisemod:plates/jungle_pressure_plate net.minecraft.item.crafting.ShapedRecipes@73f4a94 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 543 nnparadisemod:plates/andesite_pressure_plate net.minecraft.item.crafting.ShapedRecipes@33efc1d7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 544 nnparadisemod:plates/emerald_pressure_plate net.minecraft.item.crafting.ShapedRecipes@156d14ee -[13:41:23] [Server thread/TRACE] [FML]: Registry: 545 nnparadisemod:plates/oak_pressure_plate net.minecraft.item.crafting.ShapedRecipes@2572728b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 546 nnparadisemod:plates/birch_pressure_plate net.minecraft.item.crafting.ShapedRecipes@4b7f66b3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 547 nnparadisemod:plates/cobblestone_pressure_plate net.minecraft.item.crafting.ShapedRecipes@19e7f39 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 548 nnparadisemod:plates/dark_oak_pressure_plate net.minecraft.item.crafting.ShapedRecipes@35cb507a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 549 nnparadisemod:plates/grass_pressure_plate net.minecraft.item.crafting.ShapedRecipes@579d0fc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 550 nnparadisemod:plates/silver_pressure_plate net.minecraftforge.oredict.ShapedOreRecipe@60417028 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 551 nnparadisemod:fence gates/emerald_fence_gate net.minecraft.item.crafting.ShapedRecipes@66e2394 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 552 nnparadisemod:fence gates/cactus_fence_gate net.minecraftforge.oredict.ShapedOreRecipe@8141f67 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 553 nnparadisemod:fence gates/redstone_fence_gate net.minecraftforge.oredict.ShapedOreRecipe@2448a6e9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 554 nnparadisemod:fence gates/diamond_fence_gate net.minecraft.item.crafting.ShapedRecipes@2f6bf880 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 555 nnparadisemod:fence gates/iron_fence_gate net.minecraft.item.crafting.ShapedRecipes@6a6fa8e7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 556 nnparadisemod:fence gates/gold_fence_gate net.minecraft.item.crafting.ShapedRecipes@20cf2675 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 557 nnparadisemod:fence gates/rusty_fence_gate net.minecraft.item.crafting.ShapedRecipes@4fb39b05 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 558 nnparadisemod:fence gates/silver_fence_gate net.minecraftforge.oredict.ShapedOreRecipe@51f87d06 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 559 nnparadisemod:fence gates/brick_fence_gate net.minecraft.item.crafting.ShapedRecipes@2aff048a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 560 nnparadisemod:fence gates/ruby_fence_gate net.minecraftforge.oredict.ShapedOreRecipe@20656abf -[13:41:23] [Server thread/TRACE] [FML]: Registry: 561 nnparadisemod:armor/silver/silver_helmet net.minecraftforge.oredict.ShapedOreRecipe@2027ca12 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 562 nnparadisemod:armor/silver/silver_boots net.minecraftforge.oredict.ShapedOreRecipe@2156c157 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 563 nnparadisemod:armor/silver/silver_chestplate net.minecraftforge.oredict.ShapedOreRecipe@2acd8045 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 564 nnparadisemod:armor/silver/silver_leggings net.minecraftforge.oredict.ShapedOreRecipe@7c1b2fa1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 565 nnparadisemod:armor/ruby/ruby_chestplate net.minecraftforge.oredict.ShapedOreRecipe@2b7bd18b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 566 nnparadisemod:armor/ruby/ruby_helmet net.minecraftforge.oredict.ShapedOreRecipe@653ccd37 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 567 nnparadisemod:armor/ruby/ruby_leggings net.minecraftforge.oredict.ShapedOreRecipe@686a7b9c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 568 nnparadisemod:armor/ruby/ruby_boots net.minecraftforge.oredict.ShapedOreRecipe@575a6288 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 569 nnparadisemod:armor/emerald/emerald_chestplate net.minecraftforge.oredict.ShapedOreRecipe@31538302 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 570 nnparadisemod:armor/emerald/emerald_leggings net.minecraftforge.oredict.ShapedOreRecipe@36137ac -[13:41:23] [Server thread/TRACE] [FML]: Registry: 571 nnparadisemod:armor/emerald/emerald_helmet net.minecraftforge.oredict.ShapedOreRecipe@51dc0bd7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 572 nnparadisemod:armor/emerald/emerald_boots net.minecraftforge.oredict.ShapedOreRecipe@623bca9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 573 nnparadisemod:armor/rusty/rusty_chestplate net.minecraftforge.oredict.ShapedOreRecipe@1d661086 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 574 nnparadisemod:armor/rusty/rusty_leggings net.minecraftforge.oredict.ShapedOreRecipe@23dda3ed -[13:41:23] [Server thread/TRACE] [FML]: Registry: 575 nnparadisemod:armor/rusty/rusty_boots net.minecraftforge.oredict.ShapedOreRecipe@be1e3e9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 576 nnparadisemod:armor/rusty/rusty_helmet net.minecraftforge.oredict.ShapedOreRecipe@79644e78 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 577 nnparadisemod:armor/xmas/santa_jacket net.minecraft.item.crafting.ShapedRecipes@5fdbdf9c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 578 nnparadisemod:armor/xmas/santa_hat net.minecraft.item.crafting.ShapedRecipes@52bfd701 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 579 nnparadisemod:armor/xmas/santa_pants net.minecraft.item.crafting.ShapedRecipes@6d5c61c2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 580 nnparadisemod:armor/xmas/santa_boots net.minecraft.item.crafting.ShapedRecipes@7e7073fb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 581 nnparadisemod:armor/obsidian/obsidian_boots net.minecraftforge.oredict.ShapedOreRecipe@3cb93d9e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 582 nnparadisemod:armor/obsidian/obsidian_leggings net.minecraftforge.oredict.ShapedOreRecipe@7fee617a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 583 nnparadisemod:armor/obsidian/obsidian_helmet net.minecraftforge.oredict.ShapedOreRecipe@180cd498 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 584 nnparadisemod:armor/obsidian/obsidian_chestplate net.minecraftforge.oredict.ShapedOreRecipe@77d146dd -[13:41:23] [Server thread/TRACE] [FML]: Registry: 585 nnparadisemod:armor/redstone/redstone_helmet net.minecraftforge.oredict.ShapedOreRecipe@6af6dfb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 586 nnparadisemod:armor/redstone/redstone_boots net.minecraftforge.oredict.ShapedOreRecipe@405df511 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 587 nnparadisemod:armor/redstone/redstone_leggings net.minecraftforge.oredict.ShapedOreRecipe@bdc027e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 588 nnparadisemod:armor/redstone/redstone_chestplate net.minecraftforge.oredict.ShapedOreRecipe@241f78b0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 589 nnparadisemod:quartz net.minecraft.item.crafting.ShapedRecipes@32e87d63 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 590 nnparadisemod:cactus_stick net.minecraft.item.crafting.ShapedRecipes@4981c2d3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 591 nnparadisemod:buttons/diamond_button net.minecraft.item.crafting.ShapedRecipes@3daca0d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 592 nnparadisemod:buttons/granite_button net.minecraft.item.crafting.ShapelessRecipes@752d2d41 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 593 nnparadisemod:buttons/rusty_button net.minecraft.item.crafting.ShapelessRecipes@4aeb7ea5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 594 nnparadisemod:buttons/acacia_button net.minecraft.item.crafting.ShapelessRecipes@160ffb29 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 595 nnparadisemod:buttons/gold_button net.minecraft.item.crafting.ShapelessRecipes@3d018e23 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 596 nnparadisemod:buttons/glowing_obsidian_button net.minecraft.item.crafting.ShapedRecipes@bc9a37b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 597 nnparadisemod:buttons/oak_button net.minecraft.item.crafting.ShapedRecipes@2d5b4073 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 598 nnparadisemod:buttons/mossy_button net.minecraft.item.crafting.ShapedRecipes@6a7f8220 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 599 nnparadisemod:buttons/ruby_button net.minecraftforge.oredict.ShapedOreRecipe@22150412 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 600 nnparadisemod:buttons/diorite_button net.minecraft.item.crafting.ShapelessRecipes@20507fc3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 601 nnparadisemod:buttons/cobblestone_button net.minecraft.item.crafting.ShapedRecipes@2ba47a0c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 602 nnparadisemod:buttons/obsidian_button net.minecraft.item.crafting.ShapedRecipes@7ade0d77 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 603 nnparadisemod:buttons/emerald_button net.minecraft.item.crafting.ShapedRecipes@d3b0d3c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 604 nnparadisemod:buttons/andesite_button net.minecraft.item.crafting.ShapelessRecipes@406fbe6d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 605 nnparadisemod:buttons/silver_button net.minecraftforge.oredict.ShapelessOreRecipe@642d5b9a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 606 nnparadisemod:buttons/birch_button net.minecraft.item.crafting.ShapelessRecipes@775c6e12 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 607 nnparadisemod:buttons/grass_button net.minecraft.item.crafting.ShapelessRecipes@3f9c5363 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 608 nnparadisemod:buttons/spruce_button net.minecraft.item.crafting.ShapelessRecipes@127c5a2d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 609 nnparadisemod:buttons/end_button net.minecraft.item.crafting.ShapedRecipes@67175512 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 610 nnparadisemod:buttons/dark_oak_button net.minecraft.item.crafting.ShapelessRecipes@35ec8a10 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 611 nnparadisemod:buttons/cactus_button net.minecraft.item.crafting.ShapedRecipes@3ae242ff -[13:41:23] [Server thread/TRACE] [FML]: Registry: 612 nnparadisemod:buttons/iron_button net.minecraft.item.crafting.ShapelessRecipes@40dea2c4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 613 nnparadisemod:buttons/jungle_button net.minecraft.item.crafting.ShapelessRecipes@57bd9e1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 614 nnparadisemod:buttons/glass_trapdoor net.minecraft.item.crafting.ShapedRecipes@61e88a1d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 615 nnparadisemod:enchanted_apple net.minecraft.item.crafting.ShapedRecipes@3766b309 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 616 nnparadisemod:doors/glowing_obsidian_door net.minecraft.item.crafting.ShapedRecipes@4b9cdae -[13:41:23] [Server thread/TRACE] [FML]: Registry: 617 nnparadisemod:doors/glass_door net.minecraft.item.crafting.ShapedRecipes@30f77950 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 618 nnparadisemod:doors/diorite_door net.minecraft.item.crafting.ShapedRecipes@3327215f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 619 nnparadisemod:doors/silver_door net.minecraftforge.oredict.ShapedOreRecipe@51a4d6d1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 620 nnparadisemod:doors/redstone_door_2 net.minecraft.item.crafting.ShapedRecipes@6832a9c5 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 621 nnparadisemod:doors/end_door net.minecraft.item.crafting.ShapedRecipes@55c6eefb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 622 nnparadisemod:doors/ruby_door net.minecraftforge.oredict.ShapedOreRecipe@60924e7d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 623 nnparadisemod:doors/stone_door net.minecraft.item.crafting.ShapedRecipes@3d6c7a53 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 624 nnparadisemod:doors/diamond_door net.minecraft.item.crafting.ShapedRecipes@4fe8d279 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 625 nnparadisemod:doors/andesite_door net.minecraft.item.crafting.ShapedRecipes@31a4280a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 626 nnparadisemod:doors/cobblestone_door net.minecraft.item.crafting.ShapedRecipes@595cc4af -[13:41:23] [Server thread/TRACE] [FML]: Registry: 627 nnparadisemod:doors/granite_door net.minecraft.item.crafting.ShapedRecipes@56a3ef7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 628 nnparadisemod:doors/redstone_door net.minecraft.item.crafting.ShapedRecipes@1fd948e4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 629 nnparadisemod:doors/emerald_door net.minecraft.item.crafting.ShapedRecipes@2bef40ac -[13:41:23] [Server thread/TRACE] [FML]: Registry: 630 nnparadisemod:doors/rusty_door net.minecraft.item.crafting.ShapedRecipes@222854fc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 631 nnparadisemod:doors/obsidian_door net.minecraft.item.crafting.ShapedRecipes@3ed90cfc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 632 nnparadisemod:doors/gold_door net.minecraft.item.crafting.ShapedRecipes@34db71a9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 633 nnparadisemod:doors/cactus_door net.minecraft.item.crafting.ShapedRecipes@3b54b936 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 634 nnparadisemod:doors/moss_stone_door net.minecraft.item.crafting.ShapedRecipes@22ac0771 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 635 nnparadisemod:christmas_sapling net.minecraft.item.crafting.ShapelessRecipes@4c5ea8e8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 636 nnparadisemod:silver_hopper net.minecraftforge.oredict.ShapedOreRecipe@5a810888 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 637 nnparadisemod:walls/glowing_obsidian_wall net.minecraft.item.crafting.ShapedRecipes@1ce563d0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 638 nnparadisemod:walls/obsidian_wall net.minecraft.item.crafting.ShapedRecipes@65fd262d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 639 nnparadisemod:walls/end_wall net.minecraft.item.crafting.ShapedRecipes@3e6a266f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 640 nnparadisemod:silver_nugget_from_ingot net.minecraftforge.oredict.ShapedOreRecipe@504a076d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 641 nnparadisemod:nether_wart net.minecraft.item.crafting.ShapedRecipes@799a557 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 642 nnparadisemod:tools/silver/silver_hoe net.minecraftforge.oredict.ShapedOreRecipe@1adf4095 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 643 nnparadisemod:tools/silver/silver_axe net.minecraftforge.oredict.ShapedOreRecipe@58209a42 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 644 nnparadisemod:tools/silver/silver_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@70f4b378 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 645 nnparadisemod:tools/silver/silver_sword net.minecraftforge.oredict.ShapedOreRecipe@237ab619 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 646 nnparadisemod:tools/silver/silver_shovel net.minecraftforge.oredict.ShapedOreRecipe@681f45c3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 647 nnparadisemod:tools/ cactus/cactus_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@e58dd48 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 648 nnparadisemod:tools/ cactus/cactus_sword net.minecraftforge.oredict.ShapedOreRecipe@687849c4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 649 nnparadisemod:tools/ cactus/cactus_axe net.minecraftforge.oredict.ShapedOreRecipe@1df7dab4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 650 nnparadisemod:tools/ cactus/cactus_shovel net.minecraftforge.oredict.ShapedOreRecipe@23ff0f10 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 651 nnparadisemod:tools/ cactus/cactus_hoe net.minecraftforge.oredict.ShapedOreRecipe@79551ba8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 652 nnparadisemod:tools/ruby/ruby_sword net.minecraftforge.oredict.ShapedOreRecipe@62fcf799 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 653 nnparadisemod:tools/ruby/ruby_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@4cae25aa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 654 nnparadisemod:tools/ruby/ruby_shovel net.minecraftforge.oredict.ShapedOreRecipe@3f42ec38 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 655 nnparadisemod:tools/ruby/ruby_hoe net.minecraftforge.oredict.ShapedOreRecipe@6b073046 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 656 nnparadisemod:tools/ruby/ruby_axe net.minecraftforge.oredict.ShapedOreRecipe@773e2c35 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 657 nnparadisemod:tools/emerald/emerald_hoe net.minecraft.item.crafting.ShapedRecipes@68c2c180 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 658 nnparadisemod:tools/emerald/emerald_sword net.minecraft.item.crafting.ShapedRecipes@55cb3c5c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 659 nnparadisemod:tools/emerald/emerald_shovel net.minecraft.item.crafting.ShapedRecipes@b86f1e0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 660 nnparadisemod:tools/emerald/emerald_axe net.minecraft.item.crafting.ShapedRecipes@4ba14572 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 661 nnparadisemod:tools/emerald/emerald_pickaxe net.minecraft.item.crafting.ShapedRecipes@24f9fecb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 662 nnparadisemod:tools/rusty/rusty_shovel net.minecraftforge.oredict.ShapedOreRecipe@5e9e9070 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 663 nnparadisemod:tools/rusty/rusty_axe net.minecraftforge.oredict.ShapedOreRecipe@56dab3b2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 664 nnparadisemod:tools/rusty/rusty_sword net.minecraftforge.oredict.ShapedOreRecipe@65aad8c7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 665 nnparadisemod:tools/rusty/rusty_hoe net.minecraftforge.oredict.ShapedOreRecipe@474f1b70 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 666 nnparadisemod:tools/rusty/rusty_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@4554504 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 667 nnparadisemod:tools/obsidian/obsidian_pickaxe net.minecraft.item.crafting.ShapedRecipes@7abbc7b8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 668 nnparadisemod:tools/obsidian/obsidian_sword net.minecraft.item.crafting.ShapedRecipes@4cc01c69 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 669 nnparadisemod:tools/obsidian/obsidian_shovel net.minecraft.item.crafting.ShapedRecipes@7c5cb0e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 670 nnparadisemod:tools/obsidian/obsidian_axe net.minecraft.item.crafting.ShapedRecipes@2fb9853f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 671 nnparadisemod:tools/obsidian/obsidian_hoe net.minecraft.item.crafting.ShapedRecipes@1b4222ad -[13:41:23] [Server thread/TRACE] [FML]: Registry: 672 nnparadisemod:tools/redstone/redstone_sword net.minecraft.item.crafting.ShapedRecipes@73af8ccb -[13:41:23] [Server thread/TRACE] [FML]: Registry: 673 nnparadisemod:tools/redstone/redstone_hoe net.minecraft.item.crafting.ShapedRecipes@391eea7f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 674 nnparadisemod:tools/redstone/redstone_shovel net.minecraft.item.crafting.ShapedRecipes@5de26a74 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 675 nnparadisemod:tools/redstone/redstone_pickaxe net.minecraft.item.crafting.ShapedRecipes@50097a34 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 676 nnparadisemod:tools/redstone/redstone_axe net.minecraft.item.crafting.ShapedRecipes@32f73d95 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 677 nnparadisemod:stairs/obsidian_stairs net.minecraft.item.crafting.ShapedRecipes@7b045db -[13:41:23] [Server thread/TRACE] [FML]: Registry: 678 nnparadisemod:stairs/cactus_stairs net.minecraft.item.crafting.ShapedRecipes@4c4fc68a -[13:41:23] [Server thread/TRACE] [FML]: Registry: 679 nnparadisemod:stairs/glowing_obsidian_stairs net.minecraft.item.crafting.ShapedRecipes@41a1a8f6 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 680 nnparadisemod:stairs/end_stairs net.minecraft.item.crafting.ShapedRecipes@4e0946ff -[13:41:23] [Server thread/TRACE] [FML]: Registry Name : minecraft:villagerprofessions -[13:41:23] [Server thread/TRACE] [FML]: Registry: 0 minecraft:farmer net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@7a2ffb0b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 1 minecraft:librarian net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@4d142b53 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2 minecraft:priest net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@3bac86a3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 3 minecraft:smith net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@128ca7af -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4 minecraft:butcher net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@3bf52f8f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 5 minecraft:nitwit net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@57d7c511 -[13:41:23] [Server thread/TRACE] [FML]: Registry Name : minecraft:entities -[13:41:23] [Server thread/TRACE] [FML]: Registry: 1 minecraft:item net.minecraftforge.fml.common.registry.EntityEntry@3efb863c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 2 minecraft:xp_orb net.minecraftforge.fml.common.registry.EntityEntry@7263b0c4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 3 minecraft:area_effect_cloud net.minecraftforge.fml.common.registry.EntityEntry@6b2efcae -[13:41:23] [Server thread/TRACE] [FML]: Registry: 4 minecraft:elder_guardian net.minecraftforge.fml.common.registry.EntityEntry@3b0c38f2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 5 minecraft:wither_skeleton net.minecraftforge.fml.common.registry.EntityEntry@4db4431b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 6 minecraft:stray net.minecraftforge.fml.common.registry.EntityEntry@69dc7b24 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 7 minecraft:egg net.minecraftforge.fml.common.registry.EntityEntry@44ec4a38 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 8 minecraft:leash_knot net.minecraftforge.fml.common.registry.EntityEntry@2190508d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 9 minecraft:painting net.minecraftforge.fml.common.registry.EntityEntry@72e1e587 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 10 minecraft:arrow net.minecraftforge.fml.common.registry.EntityEntry@2fce8243 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 11 minecraft:snowball net.minecraftforge.fml.common.registry.EntityEntry@37393dab -[13:41:23] [Server thread/TRACE] [FML]: Registry: 12 minecraft:fireball net.minecraftforge.fml.common.registry.EntityEntry@4d3a7f83 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 13 minecraft:small_fireball net.minecraftforge.fml.common.registry.EntityEntry@4946dfde -[13:41:23] [Server thread/TRACE] [FML]: Registry: 14 minecraft:ender_pearl net.minecraftforge.fml.common.registry.EntityEntry@3b29d36c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 15 minecraft:eye_of_ender_signal net.minecraftforge.fml.common.registry.EntityEntry@d641499 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 16 minecraft:potion net.minecraftforge.fml.common.registry.EntityEntry@634d3439 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 17 minecraft:xp_bottle net.minecraftforge.fml.common.registry.EntityEntry@44e0c3d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 18 minecraft:item_frame net.minecraftforge.fml.common.registry.EntityEntry@71891d6b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 19 minecraft:wither_skull net.minecraftforge.fml.common.registry.EntityEntry@67e21ea2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 20 minecraft:tnt net.minecraftforge.fml.common.registry.EntityEntry@2184962c -[13:41:23] [Server thread/TRACE] [FML]: Registry: 21 minecraft:falling_block net.minecraftforge.fml.common.registry.EntityEntry@4d9bccfe -[13:41:23] [Server thread/TRACE] [FML]: Registry: 22 minecraft:fireworks_rocket net.minecraftforge.fml.common.registry.EntityEntry@412440c1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 23 minecraft:husk net.minecraftforge.fml.common.registry.EntityEntry@56b48163 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 24 minecraft:spectral_arrow net.minecraftforge.fml.common.registry.EntityEntry@eb6ccbc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 25 minecraft:shulker_bullet net.minecraftforge.fml.common.registry.EntityEntry@29bf90fc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 26 minecraft:dragon_fireball net.minecraftforge.fml.common.registry.EntityEntry@24ee6faa -[13:41:23] [Server thread/TRACE] [FML]: Registry: 27 minecraft:zombie_villager net.minecraftforge.fml.common.registry.EntityEntry@6b756a62 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 28 minecraft:skeleton_horse net.minecraftforge.fml.common.registry.EntityEntry@37f627d0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 29 minecraft:zombie_horse net.minecraftforge.fml.common.registry.EntityEntry@7f9d40b3 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 30 minecraft:armor_stand net.minecraftforge.fml.common.registry.EntityEntry@ca2a03f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 31 minecraft:donkey net.minecraftforge.fml.common.registry.EntityEntry@6a8bcb64 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 32 minecraft:mule net.minecraftforge.fml.common.registry.EntityEntry@288b8663 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 33 minecraft:evocation_fangs net.minecraftforge.fml.common.registry.EntityEntry@4b7c0f39 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 34 minecraft:evocation_illager net.minecraftforge.fml.common.registry.EntityEntry@1e033801 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 35 minecraft:vex net.minecraftforge.fml.common.registry.EntityEntry@34001c5d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 36 minecraft:vindication_illager net.minecraftforge.fml.common.registry.EntityEntry@10bcbbce -[13:41:23] [Server thread/TRACE] [FML]: Registry: 37 minecraft:illusion_illager net.minecraftforge.fml.common.registry.EntityEntry@62264d4f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 40 minecraft:commandblock_minecart net.minecraftforge.fml.common.registry.EntityEntry@61f08aa9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 41 minecraft:boat net.minecraftforge.fml.common.registry.EntityEntry@1a1f22f2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 42 minecraft:minecart net.minecraftforge.fml.common.registry.EntityEntry@4e782401 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 43 minecraft:chest_minecart net.minecraftforge.fml.common.registry.EntityEntry@5d449307 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 44 minecraft:furnace_minecart net.minecraftforge.fml.common.registry.EntityEntry@24a807a9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 45 minecraft:tnt_minecart net.minecraftforge.fml.common.registry.EntityEntry@736f2fb8 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 46 minecraft:hopper_minecart net.minecraftforge.fml.common.registry.EntityEntry@3c5bb37d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 47 minecraft:spawner_minecart net.minecraftforge.fml.common.registry.EntityEntry@29ae2517 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 50 minecraft:creeper net.minecraftforge.fml.common.registry.EntityEntry@2fe2fcc2 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 51 minecraft:skeleton net.minecraftforge.fml.common.registry.EntityEntry@180e33b0 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 52 minecraft:spider net.minecraftforge.fml.common.registry.EntityEntry@13731ff4 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 53 minecraft:giant net.minecraftforge.fml.common.registry.EntityEntry@630e5010 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 54 minecraft:zombie net.minecraftforge.fml.common.registry.EntityEntry@10b5ff4d -[13:41:23] [Server thread/TRACE] [FML]: Registry: 55 minecraft:slime net.minecraftforge.fml.common.registry.EntityEntry@12478b4e -[13:41:23] [Server thread/TRACE] [FML]: Registry: 56 minecraft:ghast net.minecraftforge.fml.common.registry.EntityEntry@b5bddfe -[13:41:23] [Server thread/TRACE] [FML]: Registry: 57 minecraft:zombie_pigman net.minecraftforge.fml.common.registry.EntityEntry@72c175f1 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 58 minecraft:enderman net.minecraftforge.fml.common.registry.EntityEntry@5ec3689b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 59 minecraft:cave_spider net.minecraftforge.fml.common.registry.EntityEntry@32e7df65 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 60 minecraft:silverfish net.minecraftforge.fml.common.registry.EntityEntry@a72925 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 61 minecraft:blaze net.minecraftforge.fml.common.registry.EntityEntry@4f0cdd0f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 62 minecraft:magma_cube net.minecraftforge.fml.common.registry.EntityEntry@796613b7 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 63 minecraft:ender_dragon net.minecraftforge.fml.common.registry.EntityEntry@7f53b345 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 64 minecraft:wither net.minecraftforge.fml.common.registry.EntityEntry@6b170692 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 65 minecraft:bat net.minecraftforge.fml.common.registry.EntityEntry@67372d20 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 66 minecraft:witch net.minecraftforge.fml.common.registry.EntityEntry@8ad6d29 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 67 minecraft:endermite net.minecraftforge.fml.common.registry.EntityEntry@4e35a219 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 68 minecraft:guardian net.minecraftforge.fml.common.registry.EntityEntry@7772ec28 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 69 minecraft:shulker net.minecraftforge.fml.common.registry.EntityEntry@64a4739 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 90 minecraft:pig net.minecraftforge.fml.common.registry.EntityEntry@6ba0dcba -[13:41:23] [Server thread/TRACE] [FML]: Registry: 91 minecraft:sheep net.minecraftforge.fml.common.registry.EntityEntry@1885905b -[13:41:23] [Server thread/TRACE] [FML]: Registry: 92 minecraft:cow net.minecraftforge.fml.common.registry.EntityEntry@16024b49 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 93 minecraft:chicken net.minecraftforge.fml.common.registry.EntityEntry@53f94afe -[13:41:23] [Server thread/TRACE] [FML]: Registry: 94 minecraft:squid net.minecraftforge.fml.common.registry.EntityEntry@558ed473 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 95 minecraft:wolf net.minecraftforge.fml.common.registry.EntityEntry@7e36d508 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 96 minecraft:mooshroom net.minecraftforge.fml.common.registry.EntityEntry@40071890 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 97 minecraft:snowman net.minecraftforge.fml.common.registry.EntityEntry@748aa7dc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 98 minecraft:ocelot net.minecraftforge.fml.common.registry.EntityEntry@4f1f2f84 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 99 minecraft:villager_golem net.minecraftforge.fml.common.registry.EntityEntry@7298c2d9 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 100 minecraft:horse net.minecraftforge.fml.common.registry.EntityEntry@122ea8dc -[13:41:23] [Server thread/TRACE] [FML]: Registry: 101 minecraft:rabbit net.minecraftforge.fml.common.registry.EntityEntry@10e4ce98 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 102 minecraft:polar_bear net.minecraftforge.fml.common.registry.EntityEntry@5bddd141 -[13:41:23] [Server thread/TRACE] [FML]: Registry: 103 minecraft:llama net.minecraftforge.fml.common.registry.EntityEntry@3f2ab6ec -[13:41:23] [Server thread/TRACE] [FML]: Registry: 104 minecraft:llama_spit net.minecraftforge.fml.common.registry.EntityEntry@2ea0161f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 105 minecraft:parrot net.minecraftforge.fml.common.registry.EntityEntry@7e366c6f -[13:41:23] [Server thread/TRACE] [FML]: Registry: 120 minecraft:villager net.minecraftforge.fml.common.registry.EntityEntry@3d6745ed -[13:41:23] [Server thread/TRACE] [FML]: Registry: 200 minecraft:ender_crystal net.minecraftforge.fml.common.registry.EntityEntry@600e2000 -[13:41:23] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod minecraft -[13:41:23] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod minecraft -[13:41:23] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft took 0.000s -[13:41:23] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mcp -[13:41:23] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mcp -[13:41:23] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Coder Pack took 0.000s -[13:41:23] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod FML -[13:41:23] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod FML -[13:41:23] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Forge Mod Loader took 0.000s -[13:41:23] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod forge -[13:41:23] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod forge -[13:41:23] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Forge took 0.233s -[13:41:23] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod nnparadisemod -[13:41:23] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod nnparadisemod -[13:41:23] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Nether Noah's Paradise Mod took 0.000s -[13:41:23] [Server thread/DEBUG] [FML]: Bar Finished: ModIdMapping took 0.234s -[13:41:23] [Server thread/INFO] [FML]: Applying holder lookups -[13:41:23] [Server thread/INFO] [FML]: Holder lookups applied -[13:41:23] [Server thread/DEBUG] [FML]: Loading persistent fluid defaults from world -[13:41:23] [Server thread/DEBUG] [FML]: The fluid nnparadisemod:liquid_redstone has been selected as the default fluid for liquid_redstone -[13:41:23] [Server thread/DEBUG] [FML]: The fluid minecraft:lava has been selected as the default fluid for lava -[13:41:23] [Server thread/DEBUG] [FML]: The fluid minecraft:water has been selected as the default fluid for water -[13:41:24] [Server thread/INFO] [FML]: Loading dimension 0 (mod test) (net.minecraft.server.integrated.IntegratedServer@1ffefa6f) -[13:41:24] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/redstone/wooden_pressure_plate +[18:05:01] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: OUTDATED Target: 14.23.3.2698 +[18:05:01] [Thread-3/INFO] [FML]: Using sync timing. 200 frames of Display.update took 195956925 nanos +[18:05:01] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:preInit:194]: Nether Noah's Paradise Mod: Successfully registered blocks +[18:05:02] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:preInit:196]: Nether Noah's Paradise Mod: Successfully registered items +[18:05:02] [main/TRACE] [FML]: Sent event FMLPreInitializationEvent to mod nnparadisemod +[18:05:02] [main/DEBUG] [FML]: Bar Step: PreInitialization - Nether Noah's Paradise Mod took 0.971s +[18:05:02] [main/DEBUG] [FML]: Bar Finished: PreInitialization took 1.045s +[18:05:02] [main/INFO] [FML]: Applying holder lookups +[18:05:02] [main/INFO] [FML]: Holder lookups applied +[18:05:02] [main/INFO] [FML]: Applying holder lookups +[18:05:02] [main/INFO] [FML]: Holder lookups applied +[18:05:02] [main/INFO] [FML]: Applying holder lookups +[18:05:02] [main/INFO] [FML]: Holder lookups applied +[18:05:02] [main/INFO] [FML]: Applying holder lookups +[18:05:02] [main/INFO] [FML]: Holder lookups applied +[18:05:02] [main/INFO] [FML]: Injecting itemstacks +[18:05:02] [main/INFO] [FML]: Itemstack injection complete +[18:05:02] [main/DEBUG] [FML]: Bar Finished: Loading Resource - TextureManager took 0.000s +[18:05:03] [main/DEBUG] [FML]: Bar Finished: Loading sounds took 0.908s +[18:05:03] [main/DEBUG] [FML]: Bar Finished: Loading Resource - SoundHandler took 0.928s +[18:05:03] [Sound Library Loader/INFO] [net.minecraft.client.audio.SoundManager]: Starting up SoundSystem... +[18:05:03] [main/DEBUG] [FML]: Bar Finished: Loading Resource - FontRenderer took 0.004s +[18:05:03] [main/DEBUG] [FML]: Bar Finished: Loading Resource - FontRenderer took 0.003s +[18:05:03] [main/DEBUG] [FML]: Bar Finished: Loading Resource - GrassColorReloadListener took 0.013s +[18:05:03] [main/DEBUG] [FML]: Bar Finished: Loading Resource - FoliageColorReloadListener took 0.009s +[18:05:03] [main/DEBUG] [FML]: Bar Step: Rendering Setup - GL Setup took 0.001s +[18:05:03] [main/DEBUG] [FML]: Bar Step: Rendering Setup - Loading Texture Map took 0.010s +[18:05:03] [main/DEBUG] [FML]: Bar Finished: Loading Resource - B3DLoader took 0.000s +[18:05:03] [main/DEBUG] [FML]: Bar Finished: Loading Resource - OBJLoader took 0.000s +[18:05:03] [main/DEBUG] [FML]: Bar Finished: Loading Resource - ModelFluid$FluidLoader took 0.000s +[18:05:03] [main/DEBUG] [FML]: Bar Finished: Loading Resource - ItemLayerModel$Loader took 0.000s +[18:05:03] [main/DEBUG] [FML]: Bar Finished: Loading Resource - MultiLayerModel$Loader took 0.000s +[18:05:03] [main/DEBUG] [FML]: Bar Finished: Loading Resource - ModelDynBucket$LoaderDynBucket took 0.000s +[18:05:03] [Thread-4/INFO] [net.minecraft.client.audio.SoundManager]: Initializing LWJGL OpenAL +[18:05:03] [Thread-4/INFO] [net.minecraft.client.audio.SoundManager]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) +[18:05:03] [Thread-4/INFO] [net.minecraft.client.audio.SoundManager]: OpenAL initialized. +[18:05:03] [Sound Library Loader/INFO] [net.minecraft.client.audio.SoundManager]: Sound engine started +[18:05:05] [main/DEBUG] [FML]: Bar Finished: ModelLoader: blocks took 2.491s +[18:05:05] [main/DEBUG] [FML]: Item json isn't found for 'forge:dynbucket#inventory', trying to load the variant from the blockstate json +[18:05:06] [main/DEBUG] [FML]: Bar Finished: ModelLoader: items took 0.743s +[18:05:06] [main/INFO] [FML]: Max texture size: 16384 +[18:05:07] [main/DEBUG] [FML]: Bar Finished: Texture stitching took 0.658s +[18:05:07] [main/DEBUG] [FML]: Bar Finished: Texture stitching took 0.068s +[18:05:07] [main/INFO] [net.minecraft.client.renderer.texture.TextureMap]: Created: 1024x512 textures-atlas +[18:05:07] [main/DEBUG] [FML]: Bar Finished: Texture creation took 0.077s +[18:05:07] [main/DEBUG] [FML]: Bar Finished: Texture mipmap and upload took 0.035s +[18:05:08] [main/DEBUG] [FML]: Bar Finished: ModelLoader: baking took 1.504s +[18:05:09] [main/DEBUG] [FML]: Bar Finished: Loading Resource - ModelManager took 5.968s +[18:05:09] [main/DEBUG] [FML]: Bar Step: Rendering Setup - Loading Model Manager took 6.016s +[18:05:09] [main/DEBUG] [FML]: Bar Finished: Loading Resource - RenderItem took 0.003s +[18:05:09] [main/DEBUG] [FML]: Bar Step: Rendering Setup - Loading Item Renderer took 0.274s +[18:05:09] [main/DEBUG] [FML]: Bar Finished: Loading Resource - EntityRenderer took 0.000s +[18:05:09] [main/DEBUG] [FML]: Bar Finished: Loading Resource - BlockRendererDispatcher took 0.000s +[18:05:09] [main/DEBUG] [FML]: Bar Finished: Loading Resource - RenderGlobal took 0.000s +[18:05:10] [main/DEBUG] [FML]: Bar Finished: Loading Resource - SearchTreeManager took 0.256s +[18:05:10] [main/DEBUG] [FML]: Bar Step: Rendering Setup - Loading Entity Renderer took 0.781s +[18:05:10] [main/DEBUG] [FML]: Bar Finished: Rendering Setup took 7.082s +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:ruby +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 9 column 2 path $.key.#.type + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 9 column 2 path $.key.#.type + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:508) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:silver_ingot_from_block +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 9 column 2 path $.key.#.type + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 9 column 2 path $.key.#.type + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:508) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:trapdoors/glass_trapdoor +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 4 column 1 path $.pattern[0] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 4 column 1 path $.pattern[0] + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:593) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:730) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:cactus_bookshelf +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 19 column 2 path $.result. + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 19 column 2 path $.result. + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:508) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:buttons/granite_button +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 2 path $.ingredients[0].data + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 2 path $.ingredients[0].data + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:491) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:731) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:buttons/acacia_button +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 2 path $.ingredients[0].data + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 2 path $.ingredients[0].data + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:491) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:731) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:buttons/diorite_button +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 2 path $.ingredients[0].data + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 2 path $.ingredients[0].data + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:491) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:731) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:buttons/andesite_button +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 2 path $.ingredients[0].data + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 2 path $.ingredients[0].data + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:491) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:731) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:buttons/birch_button +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 2 path $.ingredients[0].data + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 2 path $.ingredients[0].data + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:491) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:731) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:buttons/spruce_button +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 2 path $.ingredients[0].data + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 2 path $.ingredients[0].data + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:491) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:731) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:buttons/dark_oak_button +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 2 path $.ingredients[0].data + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 2 path $.ingredients[0].data + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:491) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:731) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:buttons/jungle_button +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 2 path $.ingredients[0].data + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 2 path $.ingredients[0].data + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:491) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:731) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:christmas_sapling +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 20 column 2 path $.result. + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 20 column 2 path $.result. + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:508) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:tools/redstone_sword +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 18 column 2 path $.result.item + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 18 column 2 path $.result.item + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:508) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:tools/emerald_hoe +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 17 column 2 path $.result. + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 17 column 2 path $.result. + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:508) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:tools/emerald_sword +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 2 column 2 path $. + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 2 column 2 path $. + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:508) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:tools/emerald_axe +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 17 column 2 path $.result. + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 17 column 2 path $.result. + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:508) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:tools/emerald_pickaxe +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 17 column 2 path $.result. + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 17 column 2 path $.result. + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:508) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/INFO] [FML]: Applying holder lookups +[18:05:10] [main/INFO] [FML]: Holder lookups applied +[18:05:10] [main/TRACE] [FML]: Sending event FMLInitializationEvent to mod minecraft +[18:05:10] [main/TRACE] [FML]: Sent event FMLInitializationEvent to mod minecraft +[18:05:10] [main/DEBUG] [FML]: Bar Step: Initialization - Minecraft took 0.000s +[18:05:10] [main/TRACE] [FML]: Sending event FMLInitializationEvent to mod mcp +[18:05:10] [main/TRACE] [FML]: Sent event FMLInitializationEvent to mod mcp +[18:05:10] [main/DEBUG] [FML]: Bar Step: Initialization - Minecraft Coder Pack took 0.001s +[18:05:10] [main/TRACE] [FML]: Sending event FMLInitializationEvent to mod FML +[18:05:10] [main/TRACE] [FML]: Sent event FMLInitializationEvent to mod FML +[18:05:10] [main/DEBUG] [FML]: Bar Step: Initialization - Forge Mod Loader took 0.001s +[18:05:10] [main/TRACE] [FML]: Sending event FMLInitializationEvent to mod forge +[18:05:10] [main/TRACE] [FML]: Sent event FMLInitializationEvent to mod forge +[18:05:10] [main/DEBUG] [FML]: Bar Step: Initialization - Minecraft Forge took 0.000s +[18:05:10] [main/TRACE] [FML]: Sending event FMLInitializationEvent to mod nnparadisemod +[18:05:10] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:Init:201]: Nether Noah's Paradise Mod: added ores to ore dictionary +[18:05:10] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.proxy.ClientProxy:init:30]: NetherNoah777: Finally!!! I managed to register that freaking tile entity renderer!!!! +[18:05:10] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:Init:205]: Nether Noah's Paradise Mod: Successfully registered smelting recipes +[18:05:10] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:Init:206]: Nether Noah's Paradise Mod: Successfully registered smelting recipes +[18:05:10] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:Init:207]: Nether Noah's Paradise Mod: Successfully registered smelting recipes +[18:05:10] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:Init:208]: Nether Noah's Paradise Mod: Successfully registered smelting recipes +[18:05:10] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:Init:209]: Nether Noah's Paradise Mod: Successfully registered crafting recipes +[18:05:10] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:Init:211]: Nether Noah's Paradise Mod: Successfully added the Deep Underground to Minecraft +[18:05:10] [main/TRACE] [FML]: Sent event FMLInitializationEvent to mod nnparadisemod +[18:05:10] [main/DEBUG] [FML]: Bar Step: Initialization - Nether Noah's Paradise Mod took 0.098s +[18:05:10] [main/DEBUG] [FML]: Bar Finished: Initialization took 0.099s +[18:05:10] [main/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod minecraft +[18:05:10] [main/TRACE] [FML]: Sending event IMCEvent to mod minecraft +[18:05:10] [main/TRACE] [FML]: Sent event IMCEvent to mod minecraft +[18:05:10] [main/DEBUG] [FML]: Bar Step: InterModComms$IMC - Minecraft took 0.006s +[18:05:10] [main/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod mcp +[18:05:10] [main/TRACE] [FML]: Sending event IMCEvent to mod mcp +[18:05:10] [main/TRACE] [FML]: Sent event IMCEvent to mod mcp +[18:05:10] [main/DEBUG] [FML]: Bar Step: InterModComms$IMC - Minecraft Coder Pack took 0.000s +[18:05:10] [main/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod FML +[18:05:10] [main/TRACE] [FML]: Sending event IMCEvent to mod FML +[18:05:10] [main/TRACE] [FML]: Sent event IMCEvent to mod FML +[18:05:10] [main/DEBUG] [FML]: Bar Step: InterModComms$IMC - Forge Mod Loader took 0.000s +[18:05:10] [main/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod forge +[18:05:10] [main/TRACE] [FML]: Sending event IMCEvent to mod forge +[18:05:10] [main/TRACE] [FML]: Sent event IMCEvent to mod forge +[18:05:10] [main/DEBUG] [FML]: Bar Step: InterModComms$IMC - Minecraft Forge took 0.000s +[18:05:10] [main/TRACE] [FML]: Attempting to deliver 0 IMC messages to mod nnparadisemod +[18:05:10] [main/TRACE] [FML]: Sending event IMCEvent to mod nnparadisemod +[18:05:10] [main/TRACE] [FML]: Sent event IMCEvent to mod nnparadisemod +[18:05:10] [main/DEBUG] [FML]: Bar Step: InterModComms$IMC - Nether Noah's Paradise Mod took 0.000s +[18:05:10] [main/DEBUG] [FML]: Bar Finished: InterModComms$IMC took 0.008s +[18:05:10] [main/INFO] [FML]: Injecting itemstacks +[18:05:10] [main/INFO] [FML]: Itemstack injection complete +[18:05:10] [main/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod minecraft +[18:05:10] [main/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod minecraft +[18:05:10] [main/DEBUG] [FML]: Bar Step: PostInitialization - Minecraft took 0.000s +[18:05:10] [main/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod mcp +[18:05:10] [main/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod mcp +[18:05:10] [main/DEBUG] [FML]: Bar Step: PostInitialization - Minecraft Coder Pack took 0.000s +[18:05:10] [main/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod FML +[18:05:10] [main/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod FML +[18:05:10] [main/DEBUG] [FML]: Bar Step: PostInitialization - Forge Mod Loader took 0.000s +[18:05:10] [main/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod forge +[18:05:10] [main/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod forge +[18:05:10] [main/DEBUG] [FML]: Bar Step: PostInitialization - Minecraft Forge took 0.016s +[18:05:10] [main/TRACE] [FML]: Sending event FMLPostInitializationEvent to mod nnparadisemod +[18:05:10] [main/TRACE] [FML]: Sent event FMLPostInitializationEvent to mod nnparadisemod +[18:05:10] [main/DEBUG] [FML]: Bar Step: PostInitialization - Nether Noah's Paradise Mod took 0.000s +[18:05:10] [main/DEBUG] [FML]: Bar Finished: PostInitialization took 0.017s +[18:05:10] [main/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod minecraft +[18:05:10] [main/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod minecraft +[18:05:10] [main/DEBUG] [FML]: Bar Step: LoadComplete - Minecraft took 0.000s +[18:05:10] [main/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod mcp +[18:05:10] [main/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod mcp +[18:05:10] [main/DEBUG] [FML]: Bar Step: LoadComplete - Minecraft Coder Pack took 0.000s +[18:05:10] [main/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod FML +[18:05:10] [main/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod FML +[18:05:10] [main/DEBUG] [FML]: Bar Step: LoadComplete - Forge Mod Loader took 0.000s +[18:05:10] [main/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod forge +[18:05:10] [main/DEBUG] [FML]: Forge RecipeSorter Baking: +[18:05:10] [main/DEBUG] [FML]: 16: RecipeEntry("Before", UNKNOWN, ) +[18:05:10] [main/DEBUG] [FML]: 15: RecipeEntry("minecraft:shaped", SHAPED, net.minecraft.item.crafting.ShapedRecipes) Before: minecraft:shapeless +[18:05:10] [main/DEBUG] [FML]: 14: RecipeEntry("forge:shapedore", SHAPED, net.minecraftforge.oredict.ShapedOreRecipe) Before: minecraft:shapeless After: minecraft:shaped +[18:05:10] [main/DEBUG] [FML]: 13: RecipeEntry("minecraft:mapextending", SHAPED, net.minecraft.item.crafting.RecipesMapExtending) Before: minecraft:shapeless After: minecraft:shaped +[18:05:10] [main/DEBUG] [FML]: 12: RecipeEntry("minecraft:shapeless", SHAPELESS, net.minecraft.item.crafting.ShapelessRecipes) After: minecraft:shaped +[18:05:10] [main/DEBUG] [FML]: 11: RecipeEntry("minecraft:repair", SHAPELESS, net.minecraft.item.crafting.RecipeRepairItem) After: minecraft:shapeless +[18:05:10] [main/DEBUG] [FML]: 10: RecipeEntry("minecraft:shield_deco", SHAPELESS, net.minecraft.item.crafting.ShieldRecipes$Decoration) After: minecraft:shapeless +[18:05:10] [main/DEBUG] [FML]: 9: RecipeEntry("minecraft:armordyes", SHAPELESS, net.minecraft.item.crafting.RecipesArmorDyes) After: minecraft:shapeless +[18:05:10] [main/DEBUG] [FML]: 8: RecipeEntry("minecraft:fireworks", SHAPELESS, net.minecraft.item.crafting.RecipeFireworks) After: minecraft:shapeless +[18:05:10] [main/DEBUG] [FML]: 7: RecipeEntry("minecraft:pattern_dupe", SHAPELESS, net.minecraft.item.crafting.RecipesBanners$RecipeDuplicatePattern) After: minecraft:shapeless +[18:05:10] [main/DEBUG] [FML]: 6: RecipeEntry("minecraft:tippedarrow", SHAPELESS, net.minecraft.item.crafting.RecipeTippedArrow) After: minecraft:shapeless +[18:05:10] [main/DEBUG] [FML]: 5: RecipeEntry("minecraft:mapcloning", SHAPELESS, net.minecraft.item.crafting.RecipesMapCloning) After: minecraft:shapeless +[18:05:10] [main/DEBUG] [FML]: 4: RecipeEntry("forge:shapelessore", SHAPELESS, net.minecraftforge.oredict.ShapelessOreRecipe) After: minecraft:shapeless +[18:05:10] [main/DEBUG] [FML]: 3: RecipeEntry("minecraft:pattern_add", SHAPELESS, net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern) After: minecraft:shapeless +[18:05:10] [main/DEBUG] [FML]: 2: RecipeEntry("minecraft:bookcloning", SHAPELESS, net.minecraft.item.crafting.RecipeBookCloning) After: minecraft:shapeless +[18:05:10] [main/DEBUG] [FML]: 1: RecipeEntry("After", UNKNOWN, ) +[18:05:10] [main/DEBUG] [FML]: Sorting recipes +[18:05:10] [main/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod forge +[18:05:10] [main/DEBUG] [FML]: Bar Step: LoadComplete - Minecraft Forge took 0.008s +[18:05:10] [main/TRACE] [FML]: Sending event FMLLoadCompleteEvent to mod nnparadisemod +[18:05:10] [main/TRACE] [FML]: Sent event FMLLoadCompleteEvent to mod nnparadisemod +[18:05:10] [main/DEBUG] [FML]: Bar Step: LoadComplete - Nether Noah's Paradise Mod took 0.000s +[18:05:10] [main/DEBUG] [FML]: Bar Finished: LoadComplete took 0.009s +[18:05:10] [main/DEBUG] [FML]: Freezing registries +[18:05:10] [main/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod minecraft +[18:05:10] [main/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod minecraft +[18:05:10] [main/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft took 0.001s +[18:05:10] [main/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mcp +[18:05:10] [main/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mcp +[18:05:10] [main/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Coder Pack took 0.001s +[18:05:10] [main/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod FML +[18:05:10] [main/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod FML +[18:05:10] [main/DEBUG] [FML]: Bar Step: ModIdMapping - Forge Mod Loader took 0.001s +[18:05:10] [main/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod forge +[18:05:10] [main/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod forge +[18:05:10] [main/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Forge took 0.249s +[18:05:10] [main/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod nnparadisemod +[18:05:10] [main/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod nnparadisemod +[18:05:10] [main/DEBUG] [FML]: Bar Step: ModIdMapping - Nether Noah's Paradise Mod took 0.001s +[18:05:10] [main/DEBUG] [FML]: Bar Finished: ModIdMapping took 0.252s +[18:05:10] [main/DEBUG] [FML]: All registries frozen +[18:05:10] [main/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods +[18:05:10] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: lastServer: +[18:05:10] [main/DEBUG] [FML]: Bar Finished: Loading took 12.959s +[18:05:11] [main/INFO] [com.mojang.text2speech.NarratorLinux]: Narrator library successfully loaded +[18:05:11] [main/DEBUG] [FML]: Bar Finished: Loading Resource - CloudRenderer took 0.008s +[18:05:12] [Realms Notification Availability checker #1/INFO] [com.mojang.realmsclient.client.RealmsClient]: Could not authorize you against Realms server: Invalid session id +[18:05:25] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Starting integrated minecraft server version 1.12.2 +[18:05:25] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Generating keypair +[18:05:25] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod minecraft +[18:05:25] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod minecraft +[18:05:25] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Minecraft took 0.001s +[18:05:25] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod mcp +[18:05:25] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod mcp +[18:05:25] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Minecraft Coder Pack took 0.000s +[18:05:25] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod FML +[18:05:25] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod FML +[18:05:25] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Forge Mod Loader took 0.002s +[18:05:25] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod forge +[18:05:25] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod forge +[18:05:25] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Minecraft Forge took 0.000s +[18:05:25] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod nnparadisemod +[18:05:25] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod nnparadisemod +[18:05:25] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Nether Noah's Paradise Mod took 0.000s +[18:05:25] [Server thread/DEBUG] [FML]: Bar Finished: ServerAboutToStart took 0.003s +[18:05:25] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance +[18:05:25] [Server thread/TRACE] [FML]: Registry Name : minecraft:blocks +[18:05:25] [Server thread/TRACE] [FML]: Registry: 0 minecraft:air Block{minecraft:air} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 1 minecraft:stone Block{minecraft:stone} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2 minecraft:grass Block{minecraft:grass} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 3 minecraft:dirt Block{minecraft:dirt} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4 minecraft:cobblestone Block{minecraft:cobblestone} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 5 minecraft:planks Block{minecraft:planks} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 6 minecraft:sapling Block{minecraft:sapling} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 7 minecraft:bedrock Block{minecraft:bedrock} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 8 minecraft:flowing_water Block{minecraft:flowing_water} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 9 minecraft:water Block{minecraft:water} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 10 minecraft:flowing_lava Block{minecraft:flowing_lava} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 11 minecraft:lava Block{minecraft:lava} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 12 minecraft:sand Block{minecraft:sand} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 13 minecraft:gravel Block{minecraft:gravel} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 14 minecraft:gold_ore Block{minecraft:gold_ore} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 15 minecraft:iron_ore Block{minecraft:iron_ore} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 16 minecraft:coal_ore Block{minecraft:coal_ore} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 17 minecraft:log Block{minecraft:log} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 18 minecraft:leaves Block{minecraft:leaves} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 19 minecraft:sponge Block{minecraft:sponge} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 20 minecraft:glass Block{minecraft:glass} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 21 minecraft:lapis_ore Block{minecraft:lapis_ore} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 22 minecraft:lapis_block Block{minecraft:lapis_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 23 minecraft:dispenser Block{minecraft:dispenser} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 24 minecraft:sandstone Block{minecraft:sandstone} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 25 minecraft:noteblock Block{minecraft:noteblock} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 26 minecraft:bed Block{minecraft:bed} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 27 minecraft:golden_rail Block{minecraft:golden_rail} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 28 minecraft:detector_rail Block{minecraft:detector_rail} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 29 minecraft:sticky_piston Block{minecraft:sticky_piston} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 30 minecraft:web Block{minecraft:web} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 31 minecraft:tallgrass Block{minecraft:tallgrass} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 32 minecraft:deadbush Block{minecraft:deadbush} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 33 minecraft:piston Block{minecraft:piston} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 34 minecraft:piston_head Block{minecraft:piston_head} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 35 minecraft:wool Block{minecraft:wool} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 36 minecraft:piston_extension Block{minecraft:piston_extension} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 37 minecraft:yellow_flower Block{minecraft:yellow_flower} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 38 minecraft:red_flower Block{minecraft:red_flower} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 39 minecraft:brown_mushroom Block{minecraft:brown_mushroom} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 40 minecraft:red_mushroom Block{minecraft:red_mushroom} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 41 minecraft:gold_block Block{minecraft:gold_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 42 minecraft:iron_block Block{minecraft:iron_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 43 minecraft:double_stone_slab Block{minecraft:double_stone_slab} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 44 minecraft:stone_slab Block{minecraft:stone_slab} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 45 minecraft:brick_block Block{minecraft:brick_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 46 minecraft:tnt Block{minecraft:tnt} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 47 minecraft:bookshelf Block{minecraft:bookshelf} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 48 minecraft:mossy_cobblestone Block{minecraft:mossy_cobblestone} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 49 minecraft:obsidian Block{minecraft:obsidian} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 50 minecraft:torch Block{minecraft:torch} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 51 minecraft:fire Block{minecraft:fire} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 52 minecraft:mob_spawner Block{minecraft:mob_spawner} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 53 minecraft:oak_stairs Block{minecraft:oak_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 54 minecraft:chest Block{minecraft:chest} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 55 minecraft:redstone_wire Block{minecraft:redstone_wire} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 56 minecraft:diamond_ore Block{minecraft:diamond_ore} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 57 minecraft:diamond_block Block{minecraft:diamond_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 58 minecraft:crafting_table Block{minecraft:crafting_table} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 59 minecraft:wheat Block{minecraft:wheat} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 60 minecraft:farmland Block{minecraft:farmland} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 61 minecraft:furnace Block{minecraft:furnace} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 62 minecraft:lit_furnace Block{minecraft:lit_furnace} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 63 minecraft:standing_sign Block{minecraft:standing_sign} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 64 minecraft:wooden_door Block{minecraft:wooden_door} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 65 minecraft:ladder Block{minecraft:ladder} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 66 minecraft:rail Block{minecraft:rail} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 67 minecraft:stone_stairs Block{minecraft:stone_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 68 minecraft:wall_sign Block{minecraft:wall_sign} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 69 minecraft:lever Block{minecraft:lever} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 70 minecraft:stone_pressure_plate Block{minecraft:stone_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 71 minecraft:iron_door Block{minecraft:iron_door} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 72 minecraft:wooden_pressure_plate Block{minecraft:wooden_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 73 minecraft:redstone_ore Block{minecraft:redstone_ore} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 74 minecraft:lit_redstone_ore Block{minecraft:lit_redstone_ore} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 75 minecraft:unlit_redstone_torch Block{minecraft:unlit_redstone_torch} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 76 minecraft:redstone_torch Block{minecraft:redstone_torch} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 77 minecraft:stone_button Block{minecraft:stone_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 78 minecraft:snow_layer Block{minecraft:snow_layer} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 79 minecraft:ice Block{minecraft:ice} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 80 minecraft:snow Block{minecraft:snow} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 81 minecraft:cactus Block{minecraft:cactus} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 82 minecraft:clay Block{minecraft:clay} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 83 minecraft:reeds Block{minecraft:reeds} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 84 minecraft:jukebox Block{minecraft:jukebox} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 85 minecraft:fence Block{minecraft:fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 86 minecraft:pumpkin Block{minecraft:pumpkin} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 87 minecraft:netherrack Block{minecraft:netherrack} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 88 minecraft:soul_sand Block{minecraft:soul_sand} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 89 minecraft:glowstone Block{minecraft:glowstone} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 90 minecraft:portal Block{minecraft:portal} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 91 minecraft:lit_pumpkin Block{minecraft:lit_pumpkin} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 92 minecraft:cake Block{minecraft:cake} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 93 minecraft:unpowered_repeater Block{minecraft:unpowered_repeater} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 94 minecraft:powered_repeater Block{minecraft:powered_repeater} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 95 minecraft:stained_glass Block{minecraft:stained_glass} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 96 minecraft:trapdoor Block{minecraft:trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 97 minecraft:monster_egg Block{minecraft:monster_egg} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 98 minecraft:stonebrick Block{minecraft:stonebrick} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 99 minecraft:brown_mushroom_block Block{minecraft:brown_mushroom_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 100 minecraft:red_mushroom_block Block{minecraft:red_mushroom_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 101 minecraft:iron_bars Block{minecraft:iron_bars} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 102 minecraft:glass_pane Block{minecraft:glass_pane} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 103 minecraft:melon_block Block{minecraft:melon_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 104 minecraft:pumpkin_stem Block{minecraft:pumpkin_stem} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 105 minecraft:melon_stem Block{minecraft:melon_stem} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 106 minecraft:vine Block{minecraft:vine} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 107 minecraft:fence_gate Block{minecraft:fence_gate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 108 minecraft:brick_stairs Block{minecraft:brick_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 109 minecraft:stone_brick_stairs Block{minecraft:stone_brick_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 110 minecraft:mycelium Block{minecraft:mycelium} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 111 minecraft:waterlily Block{minecraft:waterlily} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 112 minecraft:nether_brick Block{minecraft:nether_brick} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 113 minecraft:nether_brick_fence Block{minecraft:nether_brick_fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 114 minecraft:nether_brick_stairs Block{minecraft:nether_brick_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 115 minecraft:nether_wart Block{minecraft:nether_wart} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 116 minecraft:enchanting_table Block{minecraft:enchanting_table} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 117 minecraft:brewing_stand Block{minecraft:brewing_stand} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 118 minecraft:cauldron Block{minecraft:cauldron} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 119 minecraft:end_portal Block{minecraft:end_portal} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 120 minecraft:end_portal_frame Block{minecraft:end_portal_frame} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 121 minecraft:end_stone Block{minecraft:end_stone} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 122 minecraft:dragon_egg Block{minecraft:dragon_egg} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 123 minecraft:redstone_lamp Block{minecraft:redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 124 minecraft:lit_redstone_lamp Block{minecraft:lit_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 125 minecraft:double_wooden_slab Block{minecraft:double_wooden_slab} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 126 minecraft:wooden_slab Block{minecraft:wooden_slab} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 127 minecraft:cocoa Block{minecraft:cocoa} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 128 minecraft:sandstone_stairs Block{minecraft:sandstone_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 129 minecraft:emerald_ore Block{minecraft:emerald_ore} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 130 minecraft:ender_chest Block{minecraft:ender_chest} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 131 minecraft:tripwire_hook Block{minecraft:tripwire_hook} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 132 minecraft:tripwire Block{minecraft:tripwire} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 133 minecraft:emerald_block Block{minecraft:emerald_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 134 minecraft:spruce_stairs Block{minecraft:spruce_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 135 minecraft:birch_stairs Block{minecraft:birch_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 136 minecraft:jungle_stairs Block{minecraft:jungle_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 137 minecraft:command_block Block{minecraft:command_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 138 minecraft:beacon Block{minecraft:beacon} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 139 minecraft:cobblestone_wall Block{minecraft:cobblestone_wall} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 140 minecraft:flower_pot Block{minecraft:flower_pot} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 141 minecraft:carrots Block{minecraft:carrots} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 142 minecraft:potatoes Block{minecraft:potatoes} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 143 minecraft:wooden_button Block{minecraft:wooden_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 144 minecraft:skull Block{minecraft:skull} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 145 minecraft:anvil Block{minecraft:anvil} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 146 minecraft:trapped_chest Block{minecraft:trapped_chest} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 147 minecraft:light_weighted_pressure_plate Block{minecraft:light_weighted_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 148 minecraft:heavy_weighted_pressure_plate Block{minecraft:heavy_weighted_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 149 minecraft:unpowered_comparator Block{minecraft:unpowered_comparator} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 150 minecraft:powered_comparator Block{minecraft:powered_comparator} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 151 minecraft:daylight_detector Block{minecraft:daylight_detector} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 152 minecraft:redstone_block Block{minecraft:redstone_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 153 minecraft:quartz_ore Block{minecraft:quartz_ore} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 154 minecraft:hopper Block{minecraft:hopper} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 155 minecraft:quartz_block Block{minecraft:quartz_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 156 minecraft:quartz_stairs Block{minecraft:quartz_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 157 minecraft:activator_rail Block{minecraft:activator_rail} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 158 minecraft:dropper Block{minecraft:dropper} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 159 minecraft:stained_hardened_clay Block{minecraft:stained_hardened_clay} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 160 minecraft:stained_glass_pane Block{minecraft:stained_glass_pane} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 161 minecraft:leaves2 Block{minecraft:leaves2} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 162 minecraft:log2 Block{minecraft:log2} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 163 minecraft:acacia_stairs Block{minecraft:acacia_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 164 minecraft:dark_oak_stairs Block{minecraft:dark_oak_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 165 minecraft:slime Block{minecraft:slime} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 166 minecraft:barrier Block{minecraft:barrier} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 167 minecraft:iron_trapdoor Block{minecraft:iron_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 168 minecraft:prismarine Block{minecraft:prismarine} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 169 minecraft:sea_lantern Block{minecraft:sea_lantern} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 170 minecraft:hay_block Block{minecraft:hay_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 171 minecraft:carpet Block{minecraft:carpet} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 172 minecraft:hardened_clay Block{minecraft:hardened_clay} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 173 minecraft:coal_block Block{minecraft:coal_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 174 minecraft:packed_ice Block{minecraft:packed_ice} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 175 minecraft:double_plant Block{minecraft:double_plant} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 176 minecraft:standing_banner Block{minecraft:standing_banner} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 177 minecraft:wall_banner Block{minecraft:wall_banner} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 178 minecraft:daylight_detector_inverted Block{minecraft:daylight_detector_inverted} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 179 minecraft:red_sandstone Block{minecraft:red_sandstone} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 180 minecraft:red_sandstone_stairs Block{minecraft:red_sandstone_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 181 minecraft:double_stone_slab2 Block{minecraft:double_stone_slab2} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 182 minecraft:stone_slab2 Block{minecraft:stone_slab2} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 183 minecraft:spruce_fence_gate Block{minecraft:spruce_fence_gate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 184 minecraft:birch_fence_gate Block{minecraft:birch_fence_gate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 185 minecraft:jungle_fence_gate Block{minecraft:jungle_fence_gate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 186 minecraft:dark_oak_fence_gate Block{minecraft:dark_oak_fence_gate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 187 minecraft:acacia_fence_gate Block{minecraft:acacia_fence_gate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 188 minecraft:spruce_fence Block{minecraft:spruce_fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 189 minecraft:birch_fence Block{minecraft:birch_fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 190 minecraft:jungle_fence Block{minecraft:jungle_fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 191 minecraft:dark_oak_fence Block{minecraft:dark_oak_fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 192 minecraft:acacia_fence Block{minecraft:acacia_fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 193 minecraft:spruce_door Block{minecraft:spruce_door} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 194 minecraft:birch_door Block{minecraft:birch_door} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 195 minecraft:jungle_door Block{minecraft:jungle_door} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 196 minecraft:acacia_door Block{minecraft:acacia_door} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 197 minecraft:dark_oak_door Block{minecraft:dark_oak_door} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 198 minecraft:end_rod Block{minecraft:end_rod} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 199 minecraft:chorus_plant Block{minecraft:chorus_plant} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 200 minecraft:chorus_flower Block{minecraft:chorus_flower} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 201 minecraft:purpur_block Block{minecraft:purpur_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 202 minecraft:purpur_pillar Block{minecraft:purpur_pillar} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 203 minecraft:purpur_stairs Block{minecraft:purpur_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 204 minecraft:purpur_double_slab Block{minecraft:purpur_double_slab} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 205 minecraft:purpur_slab Block{minecraft:purpur_slab} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 206 minecraft:end_bricks Block{minecraft:end_bricks} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 207 minecraft:beetroots Block{minecraft:beetroots} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 208 minecraft:grass_path Block{minecraft:grass_path} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 209 minecraft:end_gateway Block{minecraft:end_gateway} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 210 minecraft:repeating_command_block Block{minecraft:repeating_command_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 211 minecraft:chain_command_block Block{minecraft:chain_command_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 212 minecraft:frosted_ice Block{minecraft:frosted_ice} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 213 minecraft:magma Block{minecraft:magma} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 214 minecraft:nether_wart_block Block{minecraft:nether_wart_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 215 minecraft:red_nether_brick Block{minecraft:red_nether_brick} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 216 minecraft:bone_block Block{minecraft:bone_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 217 minecraft:structure_void Block{minecraft:structure_void} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 218 minecraft:observer Block{minecraft:observer} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 219 minecraft:white_shulker_box Block{minecraft:white_shulker_box} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 220 minecraft:orange_shulker_box Block{minecraft:orange_shulker_box} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 221 minecraft:magenta_shulker_box Block{minecraft:magenta_shulker_box} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 222 minecraft:light_blue_shulker_box Block{minecraft:light_blue_shulker_box} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 223 minecraft:yellow_shulker_box Block{minecraft:yellow_shulker_box} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 224 minecraft:lime_shulker_box Block{minecraft:lime_shulker_box} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 225 minecraft:pink_shulker_box Block{minecraft:pink_shulker_box} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 226 minecraft:gray_shulker_box Block{minecraft:gray_shulker_box} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 227 minecraft:silver_shulker_box Block{minecraft:silver_shulker_box} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 228 minecraft:cyan_shulker_box Block{minecraft:cyan_shulker_box} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 229 minecraft:purple_shulker_box Block{minecraft:purple_shulker_box} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 230 minecraft:blue_shulker_box Block{minecraft:blue_shulker_box} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 231 minecraft:brown_shulker_box Block{minecraft:brown_shulker_box} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 232 minecraft:green_shulker_box Block{minecraft:green_shulker_box} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 233 minecraft:red_shulker_box Block{minecraft:red_shulker_box} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 234 minecraft:black_shulker_box Block{minecraft:black_shulker_box} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 235 minecraft:white_glazed_terracotta Block{minecraft:white_glazed_terracotta} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 236 minecraft:orange_glazed_terracotta Block{minecraft:orange_glazed_terracotta} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 237 minecraft:magenta_glazed_terracotta Block{minecraft:magenta_glazed_terracotta} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 238 minecraft:light_blue_glazed_terracotta Block{minecraft:light_blue_glazed_terracotta} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 239 minecraft:yellow_glazed_terracotta Block{minecraft:yellow_glazed_terracotta} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 240 minecraft:lime_glazed_terracotta Block{minecraft:lime_glazed_terracotta} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 241 minecraft:pink_glazed_terracotta Block{minecraft:pink_glazed_terracotta} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 242 minecraft:gray_glazed_terracotta Block{minecraft:gray_glazed_terracotta} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 243 minecraft:silver_glazed_terracotta Block{minecraft:silver_glazed_terracotta} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 244 minecraft:cyan_glazed_terracotta Block{minecraft:cyan_glazed_terracotta} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 245 minecraft:purple_glazed_terracotta Block{minecraft:purple_glazed_terracotta} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 246 minecraft:blue_glazed_terracotta Block{minecraft:blue_glazed_terracotta} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 247 minecraft:brown_glazed_terracotta Block{minecraft:brown_glazed_terracotta} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 248 minecraft:green_glazed_terracotta Block{minecraft:green_glazed_terracotta} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 249 minecraft:red_glazed_terracotta Block{minecraft:red_glazed_terracotta} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 250 minecraft:black_glazed_terracotta Block{minecraft:black_glazed_terracotta} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 251 minecraft:concrete Block{minecraft:concrete} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 252 minecraft:concrete_powder Block{minecraft:concrete_powder} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 253 nnparadisemod:liquid_redstone Block{nnparadisemod:liquid_redstone} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 254 nnparadisemod:rusty_iron_bars Block{nnparadisemod:rusty_iron_bars} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 255 minecraft:structure_block Block{minecraft:structure_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 256 nnparadisemod:salt_lamp Block{nnparadisemod:salt_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 257 nnparadisemod:compressed_cactus Block{nnparadisemod:compressed_cactus} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 258 nnparadisemod:cactus_bookshelf Block{nnparadisemod:cactus_bookshelf} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 259 nnparadisemod:silver_hopper Block{nnparadisemod:silver_hopper} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 260 nnparadisemod:silver_bars Block{nnparadisemod:silver_bars} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 261 nnparadisemod:powered_emerald_rail Block{nnparadisemod:powered_emerald_rail} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 262 nnparadisemod:emerald_rail Block{nnparadisemod:emerald_rail} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 263 nnparadisemod:mossy_lever Block{nnparadisemod:mossy_lever} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 264 nnparadisemod:du_portal Block{nnparadisemod:du_portal} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 265 nnparadisemod:glowing_obsidian Block{nnparadisemod:glowing_obsidian} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 266 nnparadisemod:soul_glass_pane Block{nnparadisemod:soul_glass_pane} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 267 nnparadisemod:soul_glass Block{nnparadisemod:soul_glass} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 268 nnparadisemod:present Block{nnparadisemod:present} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 269 nnparadisemod:santa_hat Block{nnparadisemod:santa_hat} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 270 nnparadisemod:christmas_sapling Block{nnparadisemod:christmas_sapling} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 271 nnparadisemod:tree_topper Block{nnparadisemod:tree_topper} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 272 nnparadisemod:gold_bars Block{nnparadisemod:gold_bars} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 273 nnparadisemod:christmas_leaves Block{nnparadisemod:christmas_leaves} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 274 nnparadisemod:diamond_crystal Block{nnparadisemod:diamond_crystal} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 275 nnparadisemod:emerald_crystal Block{nnparadisemod:emerald_crystal} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 276 nnparadisemod:quartz_crystal Block{nnparadisemod:quartz_crystal} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 277 nnparadisemod:redstone_crystal Block{nnparadisemod:redstone_crystal} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 278 nnparadisemod:ruby_crystal Block{nnparadisemod:ruby_crystal} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 279 nnparadisemod:glowing_obsidian_wall Block{nnparadisemod:glowing_obsidian_wall} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 280 nnparadisemod:bedrock_wall Block{nnparadisemod:bedrock_wall} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 281 nnparadisemod:obsidian_wall Block{nnparadisemod:obsidian_wall} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 282 nnparadisemod:end_wall Block{nnparadisemod:end_wall} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 283 nnparadisemod:cactus_stairs Block{nnparadisemod:cactus_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 284 nnparadisemod:end_stairs Block{nnparadisemod:end_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 285 nnparadisemod:bedrock_stairs Block{nnparadisemod:bedrock_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 286 nnparadisemod:obsidian_stairs Block{nnparadisemod:obsidian_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 287 nnparadisemod:glowing_obsidian_stairs Block{nnparadisemod:glowing_obsidian_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 288 nnparadisemod:dirt_button Block{nnparadisemod:dirt_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 289 nnparadisemod:grass_button Block{nnparadisemod:grass_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 290 nnparadisemod:rusty_button Block{nnparadisemod:rusty_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 291 nnparadisemod:end_button Block{nnparadisemod:end_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 292 nnparadisemod:cactus_button Block{nnparadisemod:cactus_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 293 nnparadisemod:glowing_obsidian_button Block{nnparadisemod:glowing_obsidian_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 294 nnparadisemod:diamond_button Block{nnparadisemod:diamond_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 295 nnparadisemod:emerald_button Block{nnparadisemod:emerald_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 296 nnparadisemod:gold_button Block{nnparadisemod:gold_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 297 nnparadisemod:iron_button Block{nnparadisemod:iron_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 298 nnparadisemod:silver_button Block{nnparadisemod:silver_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 299 nnparadisemod:ruby_button Block{nnparadisemod:ruby_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 300 nnparadisemod:obsidian_button Block{nnparadisemod:obsidian_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 301 nnparadisemod:bedrock_button Block{nnparadisemod:bedrock_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 302 nnparadisemod:mossy_cobblestone_button Block{nnparadisemod:mossy_cobblestone_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 303 nnparadisemod:cobblestone_button Block{nnparadisemod:cobblestone_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 304 nnparadisemod:andesite_button Block{nnparadisemod:andesite_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 305 nnparadisemod:diorite_button Block{nnparadisemod:diorite_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 306 nnparadisemod:granite_button Block{nnparadisemod:granite_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 307 nnparadisemod:acacia_button Block{nnparadisemod:acacia_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 308 nnparadisemod:birch_button Block{nnparadisemod:birch_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 309 nnparadisemod:dark_oak_button Block{nnparadisemod:dark_oak_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 310 nnparadisemod:jungle_button Block{nnparadisemod:jungle_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 311 nnparadisemod:spruce_button Block{nnparadisemod:spruce_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 312 nnparadisemod:dirt_pressure_plate Block{nnparadisemod:dirt_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 313 nnparadisemod:grass_pressure_plate Block{nnparadisemod:grass_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 314 nnparadisemod:cactus_pressure_plate Block{nnparadisemod:cactus_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 315 nnparadisemod:end_pressure_plate Block{nnparadisemod:end_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 316 nnparadisemod:glowing_obsidian_pressure_plate Block{nnparadisemod:glowing_obsidian_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 317 nnparadisemod:diamond_pressure_plate Block{nnparadisemod:diamond_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 318 nnparadisemod:emerald_pressure_plate Block{nnparadisemod:emerald_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 319 nnparadisemod:silver_pressure_plate Block{nnparadisemod:silver_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 320 nnparadisemod:ruby_pressure_plate Block{nnparadisemod:ruby_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 321 nnparadisemod:bedrock_pressure_plate Block{nnparadisemod:bedrock_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 322 nnparadisemod:mossy_cobblestone_pressure_plate Block{nnparadisemod:mossy_cobblestone_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 323 nnparadisemod:cobblestone_pressure_plate Block{nnparadisemod:cobblestone_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 324 nnparadisemod:andesite_pressure_plate Block{nnparadisemod:andesite_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 325 nnparadisemod:diorite_pressure_plate Block{nnparadisemod:diorite_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 326 nnparadisemod:granite_pressure_plate Block{nnparadisemod:granite_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 327 nnparadisemod:acacia_pressure_plate Block{nnparadisemod:acacia_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 328 nnparadisemod:birch_pressure_plate Block{nnparadisemod:birch_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 329 nnparadisemod:dark_oak_pressure_plate Block{nnparadisemod:dark_oak_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 330 nnparadisemod:jungle_pressure_plate Block{nnparadisemod:jungle_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 331 nnparadisemod:spruce_pressure_plate Block{nnparadisemod:spruce_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 332 nnparadisemod:rusty_pressure_plate Block{nnparadisemod:rusty_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 333 nnparadisemod:cactus_crafting_table Block{nnparadisemod:cactus_crafting_table} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 334 nnparadisemod:acacia_crafting_table Block{nnparadisemod:acacia_crafting_table} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 335 nnparadisemod:birch_crafting_table Block{nnparadisemod:birch_crafting_table} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 336 nnparadisemod:dark_oak_crafting_table Block{nnparadisemod:dark_oak_crafting_table} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 337 nnparadisemod:jungle_crafting_table Block{nnparadisemod:jungle_crafting_table} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 338 nnparadisemod:spruce_crafting_table Block{nnparadisemod:spruce_crafting_table} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 339 nnparadisemod:mossy_furnace Block{nnparadisemod:mossy_furnace} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 340 nnparadisemod:ender_pearl_ore Block{nnparadisemod:ender_pearl_ore} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 341 nnparadisemod:ender_ruby_ore Block{nnparadisemod:ender_ruby_ore} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 342 nnparadisemod:nether_silver_ore Block{nnparadisemod:nether_silver_ore} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 343 nnparadisemod:nether_gold_ore Block{nnparadisemod:nether_gold_ore} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 344 nnparadisemod:blaze_block Block{nnparadisemod:blaze_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 345 nnparadisemod:sugar_block Block{nnparadisemod:sugar_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 346 nnparadisemod:ruby_ore Block{nnparadisemod:ruby_ore} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 347 nnparadisemod:silver_ore Block{nnparadisemod:silver_ore} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 348 nnparadisemod:ruby_block Block{nnparadisemod:ruby_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 349 nnparadisemod:silver_block Block{nnparadisemod:silver_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 350 nnparadisemod:salt_block Block{nnparadisemod:salt_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 351 nnparadisemod:salt_ore Block{nnparadisemod:salt_ore} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 352 nnparadisemod:ender_pearl_block Block{nnparadisemod:ender_pearl_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 353 nnparadisemod:rusty_iron_block Block{nnparadisemod:rusty_iron_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 354 nnparadisemod:gold_hopper Block{nnparadisemod:gold_hopper} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 355 nnparadisemod:compressed_cactus_chest Block{nnparadisemod:compressed_cactus_chest} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 356 nnparadisemod:compressed_cactus_chest_trapped Block{nnparadisemod:compressed_cactus_chest_trapped} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 357 nnparadisemod:cactus_chest Block{nnparadisemod:cactus_chest} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 358 nnparadisemod:cactus_chest_trapped Block{nnparadisemod:cactus_chest_trapped} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 359 nnparadisemod:cactus_trapdoor Block{nnparadisemod:cactus_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 360 nnparadisemod:glowing_obsidian_trapdoor Block{nnparadisemod:glowing_obsidian_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 361 nnparadisemod:end_trapdoor Block{nnparadisemod:end_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 362 nnparadisemod:silver_trapdoor Block{nnparadisemod:silver_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 363 nnparadisemod:glass_trapdoor Block{nnparadisemod:glass_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 364 nnparadisemod:gold_trapdoor Block{nnparadisemod:gold_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 365 nnparadisemod:diamond_trapdoor Block{nnparadisemod:diamond_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 366 nnparadisemod:emerald_trapdoor Block{nnparadisemod:emerald_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 367 nnparadisemod:andesite_trapdoor Block{nnparadisemod:andesite_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 368 nnparadisemod:diorite_trapdoor Block{nnparadisemod:diorite_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 369 nnparadisemod:granite_trapdoor Block{nnparadisemod:granite_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 370 nnparadisemod:stone_trapdoor Block{nnparadisemod:stone_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 371 nnparadisemod:cobblestone_trapdoor Block{nnparadisemod:cobblestone_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 372 nnparadisemod:moss_stone_trapdoor Block{nnparadisemod:moss_stone_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 373 nnparadisemod:obsidian_trapdoor Block{nnparadisemod:obsidian_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 374 nnparadisemod:bedrock_trapdoor Block{nnparadisemod:bedrock_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 375 nnparadisemod:ruby_trapdoor Block{nnparadisemod:ruby_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 376 nnparadisemod:redstone_trapdoor Block{nnparadisemod:redstone_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 377 nnparadisemod:rusty_trapdoor Block{nnparadisemod:rusty_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 378 nnparadisemod:rusty_fence Block{nnparadisemod:rusty_fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 379 nnparadisemod:cactus_fence Block{nnparadisemod:cactus_fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 380 nnparadisemod:silver_fence Block{nnparadisemod:silver_fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 381 nnparadisemod:brick_fence Block{nnparadisemod:brick_fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 382 nnparadisemod:diamond_fence Block{nnparadisemod:diamond_fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 383 nnparadisemod:emerald_fence Block{nnparadisemod:emerald_fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 384 nnparadisemod:gold_fence Block{nnparadisemod:gold_fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 385 nnparadisemod:iron_fence Block{nnparadisemod:iron_fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 386 nnparadisemod:ruby_fence Block{nnparadisemod:ruby_fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 387 nnparadisemod:redstone_fence Block{nnparadisemod:redstone_fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 388 nnparadisemod:rusty_fence_gate Block{nnparadisemod:rusty_fence_gate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 389 nnparadisemod:cactus_fence_gate Block{nnparadisemod:cactus_fence_gate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 390 nnparadisemod:silver_fence_gate Block{nnparadisemod:silver_fence_gate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 391 nnparadisemod:brick_fence_gate Block{nnparadisemod:brick_fence_gate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 392 nnparadisemod:diamond_fence_gate Block{nnparadisemod:diamond_fence_gate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 393 nnparadisemod:emerald_fence_gate Block{nnparadisemod:emerald_fence_gate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 394 nnparadisemod:gold_fence_gate Block{nnparadisemod:gold_fence_gate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 395 nnparadisemod:iron_fence_gate Block{nnparadisemod:iron_fence_gate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 396 nnparadisemod:ruby_fence_gate Block{nnparadisemod:ruby_fence_gate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 397 nnparadisemod:redstone_fence_gate Block{nnparadisemod:redstone_fence_gate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 398 nnparadisemod:black_redstone_lamp Block{nnparadisemod:black_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 399 nnparadisemod:blue_redstone_lamp Block{nnparadisemod:blue_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 400 nnparadisemod:brown_redstone_lamp Block{nnparadisemod:brown_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 401 nnparadisemod:cyan_redstone_lamp Block{nnparadisemod:cyan_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 402 nnparadisemod:gray_redstone_lamp Block{nnparadisemod:gray_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 403 nnparadisemod:green_redstone_lamp Block{nnparadisemod:green_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 404 nnparadisemod:light_blue_redstone_lamp Block{nnparadisemod:light_blue_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 405 nnparadisemod:lime_redstone_lamp Block{nnparadisemod:lime_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 406 nnparadisemod:magenta_redstone_lamp Block{nnparadisemod:magenta_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 407 nnparadisemod:orange_redstone_lamp Block{nnparadisemod:orange_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 408 nnparadisemod:pink_redstone_lamp Block{nnparadisemod:pink_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 409 nnparadisemod:purple_redstone_lamp Block{nnparadisemod:purple_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 410 nnparadisemod:red_redstone_lamp Block{nnparadisemod:red_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 411 nnparadisemod:silver_redstone_lamp Block{nnparadisemod:silver_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 412 nnparadisemod:white_redstone_lamp Block{nnparadisemod:white_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 413 nnparadisemod:yellow_redstone_lamp Block{nnparadisemod:yellow_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 414 nnparadisemod:rusty_door_block Block{nnparadisemod:rusty_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 415 nnparadisemod:cactus_door_block Block{nnparadisemod:cactus_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 416 nnparadisemod:glowing_obsidian_door_block Block{nnparadisemod:glowing_obsidian_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 417 nnparadisemod:end_door_block Block{nnparadisemod:end_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 418 nnparadisemod:silver_door_block Block{nnparadisemod:silver_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 419 nnparadisemod:glass_door_block Block{nnparadisemod:glass_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 420 nnparadisemod:gold_door_block Block{nnparadisemod:gold_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 421 nnparadisemod:diamond_door_block Block{nnparadisemod:diamond_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 422 nnparadisemod:emerald_door_block Block{nnparadisemod:emerald_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 423 nnparadisemod:andesite_door_block Block{nnparadisemod:andesite_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 424 nnparadisemod:diorite_door_block Block{nnparadisemod:diorite_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 425 nnparadisemod:granite_door_block Block{nnparadisemod:granite_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 426 nnparadisemod:stone_door_block Block{nnparadisemod:stone_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 427 nnparadisemod:cobblestone_door_block Block{nnparadisemod:cobblestone_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 428 nnparadisemod:moss_stone_door_block Block{nnparadisemod:moss_stone_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 429 nnparadisemod:obsidian_door_block Block{nnparadisemod:obsidian_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 430 nnparadisemod:bedrock_door_block Block{nnparadisemod:bedrock_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 431 nnparadisemod:ruby_door_block Block{nnparadisemod:ruby_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 432 nnparadisemod:redstone_door_block Block{nnparadisemod:redstone_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 433 nnparadisemod:lit_mossy_furnace Block{nnparadisemod:lit_mossy_furnace} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 434 nnparadisemod:lit_black_redstone_lamp Block{nnparadisemod:lit_black_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 435 nnparadisemod:lit_blue_redstone_lamp Block{nnparadisemod:lit_blue_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 436 nnparadisemod:lit_brown_redstone_lamp Block{nnparadisemod:lit_brown_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 437 nnparadisemod:lit_cyan_redstone_lamp Block{nnparadisemod:lit_cyan_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 438 nnparadisemod:lit_gray_redstone_lamp Block{nnparadisemod:lit_gray_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 439 nnparadisemod:lit_green_redstone_lamp Block{nnparadisemod:lit_green_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 440 nnparadisemod:lit_light_blue_redstone_lamp Block{nnparadisemod:lit_light_blue_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 441 nnparadisemod:lit_lime_redstone_lamp Block{nnparadisemod:lit_lime_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 442 nnparadisemod:lit_magenta_redstone_lamp Block{nnparadisemod:lit_magenta_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 443 nnparadisemod:lit_orange_redstone_lamp Block{nnparadisemod:lit_orange_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 444 nnparadisemod:lit_pink_redstone_lamp Block{nnparadisemod:lit_pink_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 445 nnparadisemod:lit_purple_redstone_lamp Block{nnparadisemod:lit_purple_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 446 nnparadisemod:lit_red_redstone_lamp Block{nnparadisemod:lit_red_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 447 nnparadisemod:lit_silver_redstone_lamp Block{nnparadisemod:lit_silver_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 448 nnparadisemod:lit_white_redstone_lamp Block{nnparadisemod:lit_white_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 449 nnparadisemod:lit_yellow_redstone_lamp Block{nnparadisemod:lit_yellow_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry Name : minecraft:items +[18:05:25] [Server thread/TRACE] [FML]: Registry: 0 minecraft:air net.minecraft.item.ItemAir@2a54c92e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 1 minecraft:stone net.minecraft.item.ItemMultiTexture@3ee258 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2 minecraft:grass net.minecraft.item.ItemColored@73a49597 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 3 minecraft:dirt net.minecraft.item.ItemMultiTexture@a6dffdb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4 minecraft:cobblestone net.minecraft.item.ItemBlock@40ac0a56 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 5 minecraft:planks net.minecraft.item.ItemMultiTexture@2b6b487c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 6 minecraft:sapling net.minecraft.item.ItemMultiTexture@c4551c6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 7 minecraft:bedrock net.minecraft.item.ItemBlock@3a3316b6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 12 minecraft:sand net.minecraft.item.ItemMultiTexture@528f5b7f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 13 minecraft:gravel net.minecraft.item.ItemBlock@3ccfac29 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 14 minecraft:gold_ore net.minecraft.item.ItemBlock@5c41b8d8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 15 minecraft:iron_ore net.minecraft.item.ItemBlock@77ea960f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 16 minecraft:coal_ore net.minecraft.item.ItemBlock@5f166f2e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 17 minecraft:log net.minecraft.item.ItemMultiTexture@d512c1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 18 minecraft:leaves net.minecraft.item.ItemLeaves@fd5689d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 19 minecraft:sponge net.minecraft.item.ItemMultiTexture@16f34376 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 20 minecraft:glass net.minecraft.item.ItemBlock@4ede035e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 21 minecraft:lapis_ore net.minecraft.item.ItemBlock@43756cb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 22 minecraft:lapis_block net.minecraft.item.ItemBlock@4272d8cf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 23 minecraft:dispenser net.minecraft.item.ItemBlock@4e96cb04 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 24 minecraft:sandstone net.minecraft.item.ItemMultiTexture@62054faf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 25 minecraft:noteblock net.minecraft.item.ItemBlock@75d539b9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 27 minecraft:golden_rail net.minecraft.item.ItemBlock@20f63ddc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 28 minecraft:detector_rail net.minecraft.item.ItemBlock@210c1b9d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 29 minecraft:sticky_piston net.minecraft.item.ItemPiston@3578a45b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 30 minecraft:web net.minecraft.item.ItemBlock@24f177f5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 31 minecraft:tallgrass net.minecraft.item.ItemColored@65e05005 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 32 minecraft:deadbush net.minecraft.item.ItemBlock@6ed691fd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 33 minecraft:piston net.minecraft.item.ItemPiston@1efcba00 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 35 minecraft:wool net.minecraft.item.ItemCloth@2fcc5f49 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 37 minecraft:yellow_flower net.minecraft.item.ItemMultiTexture@22361e23 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 38 minecraft:red_flower net.minecraft.item.ItemMultiTexture@26aee0a6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 39 minecraft:brown_mushroom net.minecraft.item.ItemBlock@20184ade +[18:05:25] [Server thread/TRACE] [FML]: Registry: 40 minecraft:red_mushroom net.minecraft.item.ItemBlock@35fb3209 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 41 minecraft:gold_block net.minecraft.item.ItemBlock@5855b0ed +[18:05:25] [Server thread/TRACE] [FML]: Registry: 42 minecraft:iron_block net.minecraft.item.ItemBlock@92fd091 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 44 minecraft:stone_slab net.minecraft.item.ItemSlab@77204651 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 45 minecraft:brick_block net.minecraft.item.ItemBlock@51cca357 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 46 minecraft:tnt net.minecraft.item.ItemBlock@3a9c11fb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 47 minecraft:bookshelf net.minecraft.item.ItemBlock@416c8bb5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 48 minecraft:mossy_cobblestone net.minecraft.item.ItemBlock@340b4f07 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 49 minecraft:obsidian net.minecraft.item.ItemBlock@e994ca +[18:05:25] [Server thread/TRACE] [FML]: Registry: 50 minecraft:torch net.minecraft.item.ItemBlock@5a205ee5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 52 minecraft:mob_spawner net.minecraft.item.ItemBlock@2619cb76 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 53 minecraft:oak_stairs net.minecraft.item.ItemBlock@56f2c9e8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 54 minecraft:chest net.minecraft.item.ItemBlock@457692cb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 56 minecraft:diamond_ore net.minecraft.item.ItemBlock@350342e0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 57 minecraft:diamond_block net.minecraft.item.ItemBlock@5d297d4d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 58 minecraft:crafting_table net.minecraft.item.ItemBlock@1dd44289 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 60 minecraft:farmland net.minecraft.item.ItemBlock@6cc56b32 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 61 minecraft:furnace net.minecraft.item.ItemBlock@43fe2008 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 65 minecraft:ladder net.minecraft.item.ItemBlock@552bee2f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 66 minecraft:rail net.minecraft.item.ItemBlock@6a543e09 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 67 minecraft:stone_stairs net.minecraft.item.ItemBlock@2d0f548a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 69 minecraft:lever net.minecraft.item.ItemBlock@1fc3df43 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 70 minecraft:stone_pressure_plate net.minecraft.item.ItemBlock@15130002 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 72 minecraft:wooden_pressure_plate net.minecraft.item.ItemBlock@5e7cd0df +[18:05:25] [Server thread/TRACE] [FML]: Registry: 73 minecraft:redstone_ore net.minecraft.item.ItemBlock@900649e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 76 minecraft:redstone_torch net.minecraft.item.ItemBlock@8b89b3a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 77 minecraft:stone_button net.minecraft.item.ItemBlock@526893f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 78 minecraft:snow_layer net.minecraft.item.ItemSnow@37caecda +[18:05:25] [Server thread/TRACE] [FML]: Registry: 79 minecraft:ice net.minecraft.item.ItemBlock@7be7c052 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 80 minecraft:snow net.minecraft.item.ItemBlock@4ab9d160 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 81 minecraft:cactus net.minecraft.item.ItemBlock@5599dc60 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 82 minecraft:clay net.minecraft.item.ItemBlock@35554635 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 84 minecraft:jukebox net.minecraft.item.ItemBlock@70f5f59d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 85 minecraft:fence net.minecraft.item.ItemBlock@74431832 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 86 minecraft:pumpkin net.minecraft.item.ItemBlock@304068 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 87 minecraft:netherrack net.minecraft.item.ItemBlock@54d60fa1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 88 minecraft:soul_sand net.minecraft.item.ItemBlock@1cb849b2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 89 minecraft:glowstone net.minecraft.item.ItemBlock@6fe2a366 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 91 minecraft:lit_pumpkin net.minecraft.item.ItemBlock@6dd38df2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 95 minecraft:stained_glass net.minecraft.item.ItemCloth@720c8f80 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 96 minecraft:trapdoor net.minecraft.item.ItemBlock@99c3cee +[18:05:25] [Server thread/TRACE] [FML]: Registry: 97 minecraft:monster_egg net.minecraft.item.ItemMultiTexture@34eaf9c1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 98 minecraft:stonebrick net.minecraft.item.ItemMultiTexture@248b2b61 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 99 minecraft:brown_mushroom_block net.minecraft.item.ItemBlock@4b61e97 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 100 minecraft:red_mushroom_block net.minecraft.item.ItemBlock@11d1735e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 101 minecraft:iron_bars net.minecraft.item.ItemBlock@31082efa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 102 minecraft:glass_pane net.minecraft.item.ItemBlock@4ca5cb99 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 103 minecraft:melon_block net.minecraft.item.ItemBlock@7853363c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 106 minecraft:vine net.minecraft.item.ItemColored@6282f1eb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 107 minecraft:fence_gate net.minecraft.item.ItemBlock@120d6cbf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 108 minecraft:brick_stairs net.minecraft.item.ItemBlock@6550ce46 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 109 minecraft:stone_brick_stairs net.minecraft.item.ItemBlock@69f69078 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 110 minecraft:mycelium net.minecraft.item.ItemBlock@13b29b34 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 111 minecraft:waterlily net.minecraft.item.ItemLilyPad@46994f26 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 112 minecraft:nether_brick net.minecraft.item.ItemBlock@1bb172dd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 113 minecraft:nether_brick_fence net.minecraft.item.ItemBlock@1cdd31a4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 114 minecraft:nether_brick_stairs net.minecraft.item.ItemBlock@7dddfc35 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 116 minecraft:enchanting_table net.minecraft.item.ItemBlock@71316cd7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 120 minecraft:end_portal_frame net.minecraft.item.ItemBlock@6106dfb6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 121 minecraft:end_stone net.minecraft.item.ItemBlock@14239223 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 122 minecraft:dragon_egg net.minecraft.item.ItemBlock@7c206b14 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 123 minecraft:redstone_lamp net.minecraft.item.ItemBlock@2b8cf049 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 126 minecraft:wooden_slab net.minecraft.item.ItemSlab@2336cd91 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 128 minecraft:sandstone_stairs net.minecraft.item.ItemBlock@4a944af9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 129 minecraft:emerald_ore net.minecraft.item.ItemBlock@3593e074 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 130 minecraft:ender_chest net.minecraft.item.ItemBlock@79d14037 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 131 minecraft:tripwire_hook net.minecraft.item.ItemBlock@6c1e40d9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 133 minecraft:emerald_block net.minecraft.item.ItemBlock@4b50c21 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 134 minecraft:spruce_stairs net.minecraft.item.ItemBlock@2e0fdc83 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 135 minecraft:birch_stairs net.minecraft.item.ItemBlock@5dacf18d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 136 minecraft:jungle_stairs net.minecraft.item.ItemBlock@432a6a69 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 137 minecraft:command_block net.minecraft.item.ItemBlock@6f52a229 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 138 minecraft:beacon net.minecraft.item.ItemBlock@3fe98084 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 139 minecraft:cobblestone_wall net.minecraft.item.ItemMultiTexture@1c3d9e28 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 143 minecraft:wooden_button net.minecraft.item.ItemBlock@a1cb94 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 145 minecraft:anvil net.minecraft.item.ItemAnvilBlock@c5a2d5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 146 minecraft:trapped_chest net.minecraft.item.ItemBlock@185339ed +[18:05:25] [Server thread/TRACE] [FML]: Registry: 147 minecraft:light_weighted_pressure_plate net.minecraft.item.ItemBlock@2e4d4d22 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 148 minecraft:heavy_weighted_pressure_plate net.minecraft.item.ItemBlock@4470106b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 151 minecraft:daylight_detector net.minecraft.item.ItemBlock@690ed13a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 152 minecraft:redstone_block net.minecraft.item.ItemBlock@681311a7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 153 minecraft:quartz_ore net.minecraft.item.ItemBlock@2c7375da +[18:05:25] [Server thread/TRACE] [FML]: Registry: 154 minecraft:hopper net.minecraft.item.ItemBlock@68c4db77 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 155 minecraft:quartz_block net.minecraft.item.ItemMultiTexture@775c4054 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 156 minecraft:quartz_stairs net.minecraft.item.ItemBlock@7b2e931 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 157 minecraft:activator_rail net.minecraft.item.ItemBlock@305881b8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 158 minecraft:dropper net.minecraft.item.ItemBlock@7e89eba7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 159 minecraft:stained_hardened_clay net.minecraft.item.ItemCloth@6bc25ac2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 160 minecraft:stained_glass_pane net.minecraft.item.ItemCloth@f591271 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 161 minecraft:leaves2 net.minecraft.item.ItemLeaves@36e3321e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 162 minecraft:log2 net.minecraft.item.ItemMultiTexture@111fe921 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 163 minecraft:acacia_stairs net.minecraft.item.ItemBlock@28b5d5dc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 164 minecraft:dark_oak_stairs net.minecraft.item.ItemBlock@407f2029 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 165 minecraft:slime net.minecraft.item.ItemBlock@77020328 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 166 minecraft:barrier net.minecraft.item.ItemBlock@7b29cdea +[18:05:25] [Server thread/TRACE] [FML]: Registry: 167 minecraft:iron_trapdoor net.minecraft.item.ItemBlock@f08d676 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 168 minecraft:prismarine net.minecraft.item.ItemMultiTexture@5a583720 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 169 minecraft:sea_lantern net.minecraft.item.ItemBlock@4ed19b69 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 170 minecraft:hay_block net.minecraft.item.ItemBlock@3eedd0e3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 171 minecraft:carpet net.minecraft.item.ItemCloth@478089b6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 172 minecraft:hardened_clay net.minecraft.item.ItemBlock@72f35a31 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 173 minecraft:coal_block net.minecraft.item.ItemBlock@3b01897f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 174 minecraft:packed_ice net.minecraft.item.ItemBlock@6b3b2c34 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 175 minecraft:double_plant net.minecraft.item.ItemMultiTexture@e6e5da4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 179 minecraft:red_sandstone net.minecraft.item.ItemMultiTexture@36d7a68a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 180 minecraft:red_sandstone_stairs net.minecraft.item.ItemBlock@42dd7d82 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 182 minecraft:stone_slab2 net.minecraft.item.ItemSlab@2838eb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 183 minecraft:spruce_fence_gate net.minecraft.item.ItemBlock@70169464 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 184 minecraft:birch_fence_gate net.minecraft.item.ItemBlock@1115be8c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 185 minecraft:jungle_fence_gate net.minecraft.item.ItemBlock@64ed18ec +[18:05:25] [Server thread/TRACE] [FML]: Registry: 186 minecraft:dark_oak_fence_gate net.minecraft.item.ItemBlock@1dfcf85a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 187 minecraft:acacia_fence_gate net.minecraft.item.ItemBlock@590dea35 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 188 minecraft:spruce_fence net.minecraft.item.ItemBlock@6fa2a006 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 189 minecraft:birch_fence net.minecraft.item.ItemBlock@70592729 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 190 minecraft:jungle_fence net.minecraft.item.ItemBlock@2fdf7da2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 191 minecraft:dark_oak_fence net.minecraft.item.ItemBlock@43b172e3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 192 minecraft:acacia_fence net.minecraft.item.ItemBlock@39695803 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 198 minecraft:end_rod net.minecraft.item.ItemBlock@7fb44737 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 199 minecraft:chorus_plant net.minecraft.item.ItemBlock@11295cb1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 200 minecraft:chorus_flower net.minecraft.item.ItemBlock@5daad59a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 201 minecraft:purpur_block net.minecraft.item.ItemBlock@5256fbc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 202 minecraft:purpur_pillar net.minecraft.item.ItemBlock@58f50dd0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 203 minecraft:purpur_stairs net.minecraft.item.ItemBlock@3620eab +[18:05:25] [Server thread/TRACE] [FML]: Registry: 205 minecraft:purpur_slab net.minecraft.item.ItemSlab@8ef1d58 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 206 minecraft:end_bricks net.minecraft.item.ItemBlock@68df8c6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 208 minecraft:grass_path net.minecraft.item.ItemBlock@45eacb70 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 210 minecraft:repeating_command_block net.minecraft.item.ItemBlock@fb5d334 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 211 minecraft:chain_command_block net.minecraft.item.ItemBlock@45dc7be +[18:05:25] [Server thread/TRACE] [FML]: Registry: 213 minecraft:magma net.minecraft.item.ItemBlock@2d459bda +[18:05:25] [Server thread/TRACE] [FML]: Registry: 214 minecraft:nether_wart_block net.minecraft.item.ItemBlock@6ceb11f9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 215 minecraft:red_nether_brick net.minecraft.item.ItemBlock@4d664323 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 216 minecraft:bone_block net.minecraft.item.ItemBlock@27ec0d06 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 217 minecraft:structure_void net.minecraft.item.ItemBlock@2676d96a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 218 minecraft:observer net.minecraft.item.ItemBlock@12266084 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 219 minecraft:white_shulker_box net.minecraft.item.ItemShulkerBox@2a65e237 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 220 minecraft:orange_shulker_box net.minecraft.item.ItemShulkerBox@3a48c398 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 221 minecraft:magenta_shulker_box net.minecraft.item.ItemShulkerBox@1b4ba615 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 222 minecraft:light_blue_shulker_box net.minecraft.item.ItemShulkerBox@4407b042 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 223 minecraft:yellow_shulker_box net.minecraft.item.ItemShulkerBox@41f686af +[18:05:25] [Server thread/TRACE] [FML]: Registry: 224 minecraft:lime_shulker_box net.minecraft.item.ItemShulkerBox@3dded90a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 225 minecraft:pink_shulker_box net.minecraft.item.ItemShulkerBox@7be3abaa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 226 minecraft:gray_shulker_box net.minecraft.item.ItemShulkerBox@29f8134 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 227 minecraft:silver_shulker_box net.minecraft.item.ItemShulkerBox@77a9ac36 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 228 minecraft:cyan_shulker_box net.minecraft.item.ItemShulkerBox@3c743d40 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 229 minecraft:purple_shulker_box net.minecraft.item.ItemShulkerBox@5aac6f9f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 230 minecraft:blue_shulker_box net.minecraft.item.ItemShulkerBox@2444c3df +[18:05:25] [Server thread/TRACE] [FML]: Registry: 231 minecraft:brown_shulker_box net.minecraft.item.ItemShulkerBox@1eb6037d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 232 minecraft:green_shulker_box net.minecraft.item.ItemShulkerBox@335b3d6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 233 minecraft:red_shulker_box net.minecraft.item.ItemShulkerBox@3a5ce4b8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 234 minecraft:black_shulker_box net.minecraft.item.ItemShulkerBox@38848217 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 235 minecraft:white_glazed_terracotta net.minecraft.item.ItemBlock@1607d391 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 236 minecraft:orange_glazed_terracotta net.minecraft.item.ItemBlock@38826984 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 237 minecraft:magenta_glazed_terracotta net.minecraft.item.ItemBlock@65262308 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 238 minecraft:light_blue_glazed_terracotta net.minecraft.item.ItemBlock@792e8181 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 239 minecraft:yellow_glazed_terracotta net.minecraft.item.ItemBlock@511d5e6e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 240 minecraft:lime_glazed_terracotta net.minecraft.item.ItemBlock@7a78d380 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 241 minecraft:pink_glazed_terracotta net.minecraft.item.ItemBlock@2e1291a4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 242 minecraft:gray_glazed_terracotta net.minecraft.item.ItemBlock@23bd2f6e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 243 minecraft:silver_glazed_terracotta net.minecraft.item.ItemBlock@18e8eb59 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 244 minecraft:cyan_glazed_terracotta net.minecraft.item.ItemBlock@2430cf17 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 245 minecraft:purple_glazed_terracotta net.minecraft.item.ItemBlock@1e95f584 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 246 minecraft:blue_glazed_terracotta net.minecraft.item.ItemBlock@54997f67 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 247 minecraft:brown_glazed_terracotta net.minecraft.item.ItemBlock@bf4e48e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 248 minecraft:green_glazed_terracotta net.minecraft.item.ItemBlock@299eca90 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 249 minecraft:red_glazed_terracotta net.minecraft.item.ItemBlock@189633f2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 250 minecraft:black_glazed_terracotta net.minecraft.item.ItemBlock@76b05c0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 251 minecraft:concrete net.minecraft.item.ItemCloth@2b974137 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 252 minecraft:concrete_powder net.minecraft.item.ItemCloth@7402c49f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 255 minecraft:structure_block net.minecraft.item.ItemBlock@5d22604e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 256 minecraft:iron_shovel net.minecraft.item.ItemSpade@430aae8e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 257 minecraft:iron_pickaxe net.minecraft.item.ItemPickaxe@4e52d2f2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 258 minecraft:iron_axe net.minecraft.item.ItemAxe@4882b9a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 259 minecraft:flint_and_steel net.minecraft.item.ItemFlintAndSteel@23a78c77 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 260 minecraft:apple net.minecraft.item.ItemFood@1a66be41 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 261 minecraft:bow net.minecraft.item.ItemBow@1bb4c431 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 262 minecraft:arrow net.minecraft.item.ItemArrow@6eaf030c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 263 minecraft:coal net.minecraft.item.ItemCoal@acd3460 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 264 minecraft:diamond net.minecraft.item.Item@3ea9a091 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 265 minecraft:iron_ingot net.minecraft.item.Item@16f4a3c0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 266 minecraft:gold_ingot net.minecraft.item.Item@26495639 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 267 minecraft:iron_sword net.minecraft.item.ItemSword@cb318ac +[18:05:25] [Server thread/TRACE] [FML]: Registry: 268 minecraft:wooden_sword net.minecraft.item.ItemSword@6e668322 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 269 minecraft:wooden_shovel net.minecraft.item.ItemSpade@75ee6f89 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 270 minecraft:wooden_pickaxe net.minecraft.item.ItemPickaxe@210d3a42 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 271 minecraft:wooden_axe net.minecraft.item.ItemAxe@356f20b7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 272 minecraft:stone_sword net.minecraft.item.ItemSword@6f4adaab +[18:05:25] [Server thread/TRACE] [FML]: Registry: 273 minecraft:stone_shovel net.minecraft.item.ItemSpade@69de72ec +[18:05:25] [Server thread/TRACE] [FML]: Registry: 274 minecraft:stone_pickaxe net.minecraft.item.ItemPickaxe@21c99abf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 275 minecraft:stone_axe net.minecraft.item.ItemAxe@6d6f6ca9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 276 minecraft:diamond_sword net.minecraft.item.ItemSword@54496c2d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 277 minecraft:diamond_shovel net.minecraft.item.ItemSpade@4e1a3d5a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 278 minecraft:diamond_pickaxe net.minecraft.item.ItemPickaxe@236b4a44 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 279 minecraft:diamond_axe net.minecraft.item.ItemAxe@35f760a4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 280 minecraft:stick net.minecraft.item.Item@2ac05a33 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 281 minecraft:bowl net.minecraft.item.Item@35af52dc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 282 minecraft:mushroom_stew net.minecraft.item.ItemSoup@113d0f75 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 283 minecraft:golden_sword net.minecraft.item.ItemSword@4e10a320 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 284 minecraft:golden_shovel net.minecraft.item.ItemSpade@773f3360 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 285 minecraft:golden_pickaxe net.minecraft.item.ItemPickaxe@352c3d70 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 286 minecraft:golden_axe net.minecraft.item.ItemAxe@4c13ca07 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 287 minecraft:string net.minecraft.item.ItemBlockSpecial@3ec7eb5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 288 minecraft:feather net.minecraft.item.Item@5534e6f1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 289 minecraft:gunpowder net.minecraft.item.Item@4c6fc3e7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 290 minecraft:wooden_hoe net.minecraft.item.ItemHoe@66e12c3b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 291 minecraft:stone_hoe net.minecraft.item.ItemHoe@44485db +[18:05:25] [Server thread/TRACE] [FML]: Registry: 292 minecraft:iron_hoe net.minecraft.item.ItemHoe@1f6f0fe2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 293 minecraft:diamond_hoe net.minecraft.item.ItemHoe@22604c7e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 294 minecraft:golden_hoe net.minecraft.item.ItemHoe@4d8f2cfd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 295 minecraft:wheat_seeds net.minecraft.item.ItemSeeds@5b5b9521 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 296 minecraft:wheat net.minecraft.item.Item@41f7c02d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 297 minecraft:bread net.minecraft.item.ItemFood@66314fee +[18:05:25] [Server thread/TRACE] [FML]: Registry: 298 minecraft:leather_helmet net.minecraft.item.ItemArmor@6adcf059 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 299 minecraft:leather_chestplate net.minecraft.item.ItemArmor@7962a746 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 300 minecraft:leather_leggings net.minecraft.item.ItemArmor@1c31de5d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 301 minecraft:leather_boots net.minecraft.item.ItemArmor@7a7f9d45 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 302 minecraft:chainmail_helmet net.minecraft.item.ItemArmor@772cf46b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 303 minecraft:chainmail_chestplate net.minecraft.item.ItemArmor@1b98355f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 304 minecraft:chainmail_leggings net.minecraft.item.ItemArmor@949d347 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 305 minecraft:chainmail_boots net.minecraft.item.ItemArmor@f5ae29e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 306 minecraft:iron_helmet net.minecraft.item.ItemArmor@1fc5c0b2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 307 minecraft:iron_chestplate net.minecraft.item.ItemArmor@45ad3cd8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 308 minecraft:iron_leggings net.minecraft.item.ItemArmor@2b90cc1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 309 minecraft:iron_boots net.minecraft.item.ItemArmor@5a2f401a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 310 minecraft:diamond_helmet net.minecraft.item.ItemArmor@6bdedbbd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 311 minecraft:diamond_chestplate net.minecraft.item.ItemArmor@47b961e2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 312 minecraft:diamond_leggings net.minecraft.item.ItemArmor@d2cb2d0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 313 minecraft:diamond_boots net.minecraft.item.ItemArmor@2d230cff +[18:05:25] [Server thread/TRACE] [FML]: Registry: 314 minecraft:golden_helmet net.minecraft.item.ItemArmor@30bd39d5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 315 minecraft:golden_chestplate net.minecraft.item.ItemArmor@3c87e851 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 316 minecraft:golden_leggings net.minecraft.item.ItemArmor@54556723 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 317 minecraft:golden_boots net.minecraft.item.ItemArmor@6124dda2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 318 minecraft:flint net.minecraft.item.Item@380e33c2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 319 minecraft:porkchop net.minecraft.item.ItemFood@3bc891f2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 320 minecraft:cooked_porkchop net.minecraft.item.ItemFood@445b85d7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 321 minecraft:painting net.minecraft.item.ItemHangingEntity@5876bed9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 322 minecraft:golden_apple net.minecraft.item.ItemAppleGold@670a4738 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 323 minecraft:sign net.minecraft.item.ItemSign@492c8137 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 324 minecraft:wooden_door net.minecraft.item.ItemDoor@77d95e5a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 325 minecraft:bucket net.minecraft.item.ItemBucket@5d404a3c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 326 minecraft:water_bucket net.minecraft.item.ItemBucket@af9dd34 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 327 minecraft:lava_bucket net.minecraft.item.ItemBucket@48692405 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 328 minecraft:minecart net.minecraft.item.ItemMinecart@28dacf31 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 329 minecraft:saddle net.minecraft.item.ItemSaddle@1eb9d69a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 330 minecraft:iron_door net.minecraft.item.ItemDoor@36511772 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 331 minecraft:redstone net.minecraft.item.ItemRedstone@2c15034f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 332 minecraft:snowball net.minecraft.item.ItemSnowball@5af40e45 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 333 minecraft:boat net.minecraft.item.ItemBoat@1926f962 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 334 minecraft:leather net.minecraft.item.Item@62794582 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 335 minecraft:milk_bucket net.minecraft.item.ItemBucketMilk@1cb44a2f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 336 minecraft:brick net.minecraft.item.Item@5fe3b058 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 337 minecraft:clay_ball net.minecraft.item.Item@2a661215 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 338 minecraft:reeds net.minecraft.item.ItemBlockSpecial@1f75fd1d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 339 minecraft:paper net.minecraft.item.Item@212e39ee +[18:05:25] [Server thread/TRACE] [FML]: Registry: 340 minecraft:book net.minecraft.item.ItemBook@131d977f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 341 minecraft:slime_ball net.minecraft.item.Item@616f81b5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 342 minecraft:chest_minecart net.minecraft.item.ItemMinecart@4f552aa2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 343 minecraft:furnace_minecart net.minecraft.item.ItemMinecart@3c8fe8ad +[18:05:25] [Server thread/TRACE] [FML]: Registry: 344 minecraft:egg net.minecraft.item.ItemEgg@15a484a9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 345 minecraft:compass net.minecraft.item.ItemCompass@294c44b7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 346 minecraft:fishing_rod net.minecraft.item.ItemFishingRod@35a9e665 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 347 minecraft:clock net.minecraft.item.ItemClock@57a982f9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 348 minecraft:glowstone_dust net.minecraft.item.Item@19d3f6ad +[18:05:25] [Server thread/TRACE] [FML]: Registry: 349 minecraft:fish net.minecraft.item.ItemFishFood@50f05307 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 350 minecraft:cooked_fish net.minecraft.item.ItemFishFood@9cc0505 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 351 minecraft:dye net.minecraft.item.ItemDye@2833c093 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 352 minecraft:bone net.minecraft.item.Item@7598d675 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 353 minecraft:sugar net.minecraft.item.Item@4946485c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 354 minecraft:cake net.minecraft.item.ItemBlockSpecial@4ae958b0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 355 minecraft:bed net.minecraft.item.ItemBed@98722ef +[18:05:25] [Server thread/TRACE] [FML]: Registry: 356 minecraft:repeater net.minecraft.item.ItemBlockSpecial@459e120b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 357 minecraft:cookie net.minecraft.item.ItemFood@fd69983 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 358 minecraft:filled_map net.minecraft.item.ItemMap@4f7ba0af +[18:05:25] [Server thread/TRACE] [FML]: Registry: 359 minecraft:shears net.minecraft.item.ItemShears@6c75e3bc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 360 minecraft:melon net.minecraft.item.ItemFood@186f7434 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 361 minecraft:pumpkin_seeds net.minecraft.item.ItemSeeds@2374452a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 362 minecraft:melon_seeds net.minecraft.item.ItemSeeds@6ffc6ea7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 363 minecraft:beef net.minecraft.item.ItemFood@2c5708e7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 364 minecraft:cooked_beef net.minecraft.item.ItemFood@4ffa078d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 365 minecraft:chicken net.minecraft.item.ItemFood@39a865c1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 366 minecraft:cooked_chicken net.minecraft.item.ItemFood@141dfcf9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 367 minecraft:rotten_flesh net.minecraft.item.ItemFood@a7bbdbc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 368 minecraft:ender_pearl net.minecraft.item.ItemEnderPearl@7286827b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 369 minecraft:blaze_rod net.minecraft.item.Item@1dd64243 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 370 minecraft:ghast_tear net.minecraft.item.Item@2ef913a4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 371 minecraft:gold_nugget net.minecraft.item.Item@520c3dcb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 372 minecraft:nether_wart net.minecraft.item.ItemSeeds@145fe8ab +[18:05:25] [Server thread/TRACE] [FML]: Registry: 373 minecraft:potion net.minecraft.item.ItemPotion@5d3634c8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 374 minecraft:glass_bottle net.minecraft.item.ItemGlassBottle@2295566b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 375 minecraft:spider_eye net.minecraft.item.ItemFood@174e1b99 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 376 minecraft:fermented_spider_eye net.minecraft.item.Item@53a09566 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 377 minecraft:blaze_powder net.minecraft.item.Item@1c815814 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 378 minecraft:magma_cream net.minecraft.item.Item@14af73e1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 379 minecraft:brewing_stand net.minecraft.item.ItemBlockSpecial@73da303e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 380 minecraft:cauldron net.minecraft.item.ItemBlockSpecial@24068086 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 381 minecraft:ender_eye net.minecraft.item.ItemEnderEye@7fb82f73 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 382 minecraft:speckled_melon net.minecraft.item.Item@2f166d61 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 383 minecraft:spawn_egg net.minecraft.item.ItemMonsterPlacer@570ed9c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 384 minecraft:experience_bottle net.minecraft.item.ItemExpBottle@237aa0c7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 385 minecraft:fire_charge net.minecraft.item.ItemFireball@1592e540 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 386 minecraft:writable_book net.minecraft.item.ItemWritableBook@18ac4af6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 387 minecraft:written_book net.minecraft.item.ItemWrittenBook@573870cb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 388 minecraft:emerald net.minecraft.item.Item@5b88af70 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 389 minecraft:item_frame net.minecraft.item.ItemHangingEntity@2739ecc0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 390 minecraft:flower_pot net.minecraft.item.ItemBlockSpecial@2932e15f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 391 minecraft:carrot net.minecraft.item.ItemSeedFood@bb6869a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 392 minecraft:potato net.minecraft.item.ItemSeedFood@506b083 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 393 minecraft:baked_potato net.minecraft.item.ItemFood@5eee3da9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 394 minecraft:poisonous_potato net.minecraft.item.ItemFood@ace2408 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 395 minecraft:map net.minecraft.item.ItemEmptyMap@7b2d58e6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 396 minecraft:golden_carrot net.minecraft.item.ItemFood@708f7386 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 397 minecraft:skull net.minecraft.item.ItemSkull@7eefaca0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 398 minecraft:carrot_on_a_stick net.minecraft.item.ItemCarrotOnAStick@3dec79f8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 399 minecraft:nether_star net.minecraft.item.ItemSimpleFoiled@2bd4780c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 400 minecraft:pumpkin_pie net.minecraft.item.ItemFood@2c154508 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 401 minecraft:fireworks net.minecraft.item.ItemFirework@57839834 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 402 minecraft:firework_charge net.minecraft.item.ItemFireworkCharge@3dfc59c5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 403 minecraft:enchanted_book net.minecraft.item.ItemEnchantedBook@25df2014 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 404 minecraft:comparator net.minecraft.item.ItemBlockSpecial@270b8c2a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 405 minecraft:netherbrick net.minecraft.item.Item@7b9c2387 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 406 minecraft:quartz net.minecraft.item.Item@12e2f5ab +[18:05:25] [Server thread/TRACE] [FML]: Registry: 407 minecraft:tnt_minecart net.minecraft.item.ItemMinecart@4e61a863 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 408 minecraft:hopper_minecart net.minecraft.item.ItemMinecart@35f01759 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 409 minecraft:prismarine_shard net.minecraft.item.Item@2fea9a7b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 410 minecraft:prismarine_crystals net.minecraft.item.Item@2aa07d80 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 411 minecraft:rabbit net.minecraft.item.ItemFood@69c1ea07 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 412 minecraft:cooked_rabbit net.minecraft.item.ItemFood@5cbe72b9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 413 minecraft:rabbit_stew net.minecraft.item.ItemSoup@27fc0217 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 414 minecraft:rabbit_foot net.minecraft.item.Item@e993715 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 415 minecraft:rabbit_hide net.minecraft.item.Item@686e7513 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 416 minecraft:armor_stand net.minecraft.item.ItemArmorStand@f2becb2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 417 minecraft:iron_horse_armor net.minecraft.item.Item@7482309c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 418 minecraft:golden_horse_armor net.minecraft.item.Item@f42336c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 419 minecraft:diamond_horse_armor net.minecraft.item.Item@6b3b4f37 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 420 minecraft:lead net.minecraft.item.ItemLead@26d24d7a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 421 minecraft:name_tag net.minecraft.item.ItemNameTag@69bca406 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 422 minecraft:command_block_minecart net.minecraft.item.ItemMinecart@79c1ccf7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 423 minecraft:mutton net.minecraft.item.ItemFood@4654e373 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 424 minecraft:cooked_mutton net.minecraft.item.ItemFood@2474df51 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 425 minecraft:banner net.minecraft.item.ItemBanner@32e7b78d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 426 minecraft:end_crystal net.minecraft.item.ItemEndCrystal@76220ef1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 427 minecraft:spruce_door net.minecraft.item.ItemDoor@65ad2b42 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 428 minecraft:birch_door net.minecraft.item.ItemDoor@294ebe11 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 429 minecraft:jungle_door net.minecraft.item.ItemDoor@4e51eda7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 430 minecraft:acacia_door net.minecraft.item.ItemDoor@2862271a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 431 minecraft:dark_oak_door net.minecraft.item.ItemDoor@2419fe6f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 432 minecraft:chorus_fruit net.minecraft.item.ItemChorusFruit@48aa0813 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 433 minecraft:chorus_fruit_popped net.minecraft.item.Item@45849604 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 434 minecraft:beetroot net.minecraft.item.ItemFood@6cbbfe29 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 435 minecraft:beetroot_seeds net.minecraft.item.ItemSeeds@25823192 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 436 minecraft:beetroot_soup net.minecraft.item.ItemSoup@3df04fa1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 437 minecraft:dragon_breath net.minecraft.item.Item@5c25daad +[18:05:25] [Server thread/TRACE] [FML]: Registry: 438 minecraft:splash_potion net.minecraft.item.ItemSplashPotion@6b0ba697 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 439 minecraft:spectral_arrow net.minecraft.item.ItemSpectralArrow@45e69324 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 440 minecraft:tipped_arrow net.minecraft.item.ItemTippedArrow@30133a11 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 441 minecraft:lingering_potion net.minecraft.item.ItemLingeringPotion@1aee6d14 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 442 minecraft:shield net.minecraft.item.ItemShield@2f61de04 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 443 minecraft:elytra net.minecraft.item.ItemElytra@4de158ca +[18:05:25] [Server thread/TRACE] [FML]: Registry: 444 minecraft:spruce_boat net.minecraft.item.ItemBoat@4f2fdf3d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 445 minecraft:birch_boat net.minecraft.item.ItemBoat@d180961 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 446 minecraft:jungle_boat net.minecraft.item.ItemBoat@4af7ac25 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 447 minecraft:acacia_boat net.minecraft.item.ItemBoat@d978ab9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 448 minecraft:dark_oak_boat net.minecraft.item.ItemBoat@3cf06a01 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 449 minecraft:totem_of_undying net.minecraft.item.Item@71ee2fff +[18:05:25] [Server thread/TRACE] [FML]: Registry: 450 minecraft:shulker_shell net.minecraft.item.Item@68f2363 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 452 minecraft:iron_nugget net.minecraft.item.Item@37fca349 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 453 minecraft:knowledge_book net.minecraft.item.ItemKnowledgeBook@36638b59 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2256 minecraft:record_13 net.minecraft.item.ItemRecord@229cb4d8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2257 minecraft:record_cat net.minecraft.item.ItemRecord@76e9eed8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2258 minecraft:record_blocks net.minecraft.item.ItemRecord@30ef32eb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2259 minecraft:record_chirp net.minecraft.item.ItemRecord@474619d9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2260 minecraft:record_far net.minecraft.item.ItemRecord@bb5f9d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2261 minecraft:record_mall net.minecraft.item.ItemRecord@391dfe7c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2262 minecraft:record_mellohi net.minecraft.item.ItemRecord@702cfbde +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2263 minecraft:record_stal net.minecraft.item.ItemRecord@7d3bcd3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2264 minecraft:record_strad net.minecraft.item.ItemRecord@5dce5c03 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2265 minecraft:record_ward net.minecraft.item.ItemRecord@b76b7d8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2266 minecraft:record_11 net.minecraft.item.ItemRecord@1c135f63 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2267 minecraft:record_wait net.minecraft.item.ItemRecord@63c4d16 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4096 nnparadisemod:rusty_iron_bars net.minecraft.item.ItemBlock@645650b1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4097 nnparadisemod:salt_lamp net.minecraft.item.ItemBlock@5593dd2b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4098 nnparadisemod:compressed_cactus net.minecraft.item.ItemBlock@13890ab8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4099 nnparadisemod:cactus_bookshelf net.minecraft.item.ItemBlock@1b0cfe11 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4100 nnparadisemod:silver_hopper net.minecraft.item.ItemBlock@269c07d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4101 nnparadisemod:silver_bars net.minecraft.item.ItemBlock@6a2d066d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4102 nnparadisemod:powered_emerald_rail net.minecraft.item.ItemBlock@2dcfa917 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4103 nnparadisemod:emerald_rail net.minecraft.item.ItemBlock@46c22d8e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4104 nnparadisemod:mossy_lever net.minecraft.item.ItemBlock@7b28ce3c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4105 nnparadisemod:du_portal net.minecraft.item.ItemBlock@2ce1d507 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4106 nnparadisemod:glowing_obsidian net.minecraft.item.ItemBlock@244cdad1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4107 nnparadisemod:soul_glass_pane net.minecraft.item.ItemBlock@eac35fd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4108 nnparadisemod:soul_glass net.minecraft.item.ItemBlock@b9271b6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4109 nnparadisemod:present net.minecraft.item.ItemBlock@559048b3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4110 nnparadisemod:santa_hat net.minecraft.item.ItemBlock@33c6625c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4111 nnparadisemod:christmas_sapling net.minecraft.item.ItemBlock@511d31a6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4112 nnparadisemod:tree_topper net.minecraft.item.ItemBlock@618dbfd4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4113 nnparadisemod:gold_bars net.minecraft.item.ItemBlock@11105fbe +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4114 nnparadisemod:christmas_leaves net.minecraft.item.ItemBlock@5c1a728 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4115 nnparadisemod:diamond_crystal net.minecraft.item.ItemBlock@47d9bdf4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4116 nnparadisemod:emerald_crystal net.minecraft.item.ItemBlock@781a51d0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4117 nnparadisemod:quartz_crystal net.minecraft.item.ItemBlock@5fddd0fc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4118 nnparadisemod:redstone_crystal net.minecraft.item.ItemBlock@38187be6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4119 nnparadisemod:ruby_crystal net.minecraft.item.ItemBlock@2f49d34d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4120 nnparadisemod:glowing_obsidian_wall net.minecraft.item.ItemBlock@6b7945e1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4121 nnparadisemod:bedrock_wall net.minecraft.item.ItemBlock@12ca50a5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4122 nnparadisemod:obsidian_wall net.minecraft.item.ItemBlock@1d95501b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4123 nnparadisemod:end_wall net.minecraft.item.ItemBlock@a59819f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4124 nnparadisemod:cactus_stairs net.minecraft.item.ItemBlock@1d2d3bc2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4125 nnparadisemod:end_stairs net.minecraft.item.ItemBlock@259c3ddf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4126 nnparadisemod:bedrock_stairs net.minecraft.item.ItemBlock@70141128 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4127 nnparadisemod:obsidian_stairs net.minecraft.item.ItemBlock@482bdb02 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4128 nnparadisemod:glowing_obsidian_stairs net.minecraft.item.ItemBlock@77b3c429 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4129 nnparadisemod:dirt_button net.minecraft.item.ItemBlock@6444bf53 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4130 nnparadisemod:grass_button net.minecraft.item.ItemBlock@40c0937f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4131 nnparadisemod:rusty_button net.minecraft.item.ItemBlock@5a22eec0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4132 nnparadisemod:end_button net.minecraft.item.ItemBlock@117e7b16 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4133 nnparadisemod:cactus_button net.minecraft.item.ItemBlock@3789bd95 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4134 nnparadisemod:glowing_obsidian_button net.minecraft.item.ItemBlock@13fd5aaa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4135 nnparadisemod:diamond_button net.minecraft.item.ItemBlock@6ceb953 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4136 nnparadisemod:emerald_button net.minecraft.item.ItemBlock@779af906 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4137 nnparadisemod:gold_button net.minecraft.item.ItemBlock@7ba4591 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4138 nnparadisemod:iron_button net.minecraft.item.ItemBlock@443ec909 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4139 nnparadisemod:silver_button net.minecraft.item.ItemBlock@553fdf58 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4140 nnparadisemod:ruby_button net.minecraft.item.ItemBlock@2d2690f6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4141 nnparadisemod:obsidian_button net.minecraft.item.ItemBlock@43f1a188 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4142 nnparadisemod:bedrock_button net.minecraft.item.ItemBlock@49da976 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4143 nnparadisemod:mossy_cobblestone_button net.minecraft.item.ItemBlock@7393a461 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4144 nnparadisemod:cobblestone_button net.minecraft.item.ItemBlock@3b51cbf7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4145 nnparadisemod:andesite_button net.minecraft.item.ItemBlock@38b06a79 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4146 nnparadisemod:diorite_button net.minecraft.item.ItemBlock@8d65037 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4147 nnparadisemod:granite_button net.minecraft.item.ItemBlock@5225e766 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4148 nnparadisemod:acacia_button net.minecraft.item.ItemBlock@2fa7a848 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4149 nnparadisemod:birch_button net.minecraft.item.ItemBlock@7aadb85 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4150 nnparadisemod:dark_oak_button net.minecraft.item.ItemBlock@6027f461 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4151 nnparadisemod:jungle_button net.minecraft.item.ItemBlock@2fc7698c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4152 nnparadisemod:spruce_button net.minecraft.item.ItemBlock@25370af5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4153 nnparadisemod:dirt_pressure_plate net.minecraft.item.ItemBlock@12bcedf8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4154 nnparadisemod:grass_pressure_plate net.minecraft.item.ItemBlock@1c9f274d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4155 nnparadisemod:cactus_pressure_plate net.minecraft.item.ItemBlock@486ab192 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4156 nnparadisemod:end_pressure_plate net.minecraft.item.ItemBlock@22cdc378 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4157 nnparadisemod:glowing_obsidian_pressure_plate net.minecraft.item.ItemBlock@4acdc330 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4158 nnparadisemod:diamond_pressure_plate net.minecraft.item.ItemBlock@27b5c8d0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4159 nnparadisemod:emerald_pressure_plate net.minecraft.item.ItemBlock@1613b471 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4160 nnparadisemod:silver_pressure_plate net.minecraft.item.ItemBlock@3c16f821 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4161 nnparadisemod:ruby_pressure_plate net.minecraft.item.ItemBlock@1145d71f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4162 nnparadisemod:bedrock_pressure_plate net.minecraft.item.ItemBlock@6324186b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4163 nnparadisemod:mossy_cobblestone_pressure_plate net.minecraft.item.ItemBlock@3949fcdc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4164 nnparadisemod:cobblestone_pressure_plate net.minecraft.item.ItemBlock@4bafe92f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4165 nnparadisemod:andesite_pressure_plate net.minecraft.item.ItemBlock@6cee8f5d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4166 nnparadisemod:diorite_pressure_plate net.minecraft.item.ItemBlock@1c0d92e5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4167 nnparadisemod:granite_pressure_plate net.minecraft.item.ItemBlock@438bcdde +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4168 nnparadisemod:acacia_pressure_plate net.minecraft.item.ItemBlock@72c3bc5e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4169 nnparadisemod:birch_pressure_plate net.minecraft.item.ItemBlock@3fc8a6c0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4170 nnparadisemod:dark_oak_pressure_plate net.minecraft.item.ItemBlock@5bbda7e2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4171 nnparadisemod:jungle_pressure_plate net.minecraft.item.ItemBlock@6ec05499 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4172 nnparadisemod:spruce_pressure_plate net.minecraft.item.ItemBlock@4bd06a2f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4173 nnparadisemod:rusty_pressure_plate net.minecraft.item.ItemBlock@34abfd7f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4174 nnparadisemod:cactus_crafting_table net.minecraft.item.ItemBlock@60291e59 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4175 nnparadisemod:acacia_crafting_table net.minecraft.item.ItemBlock@a638f45 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4176 nnparadisemod:birch_crafting_table net.minecraft.item.ItemBlock@c2e9e33 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4177 nnparadisemod:dark_oak_crafting_table net.minecraft.item.ItemBlock@1310324a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4178 nnparadisemod:jungle_crafting_table net.minecraft.item.ItemBlock@4e7e42c4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4179 nnparadisemod:spruce_crafting_table net.minecraft.item.ItemBlock@7116f350 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4180 nnparadisemod:mossy_furnace net.minecraft.item.ItemBlock@5ce3ae71 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4181 nnparadisemod:ender_pearl_ore net.minecraft.item.ItemBlock@20f4849c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4182 nnparadisemod:ender_ruby_ore net.minecraft.item.ItemBlock@34dcad0d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4183 nnparadisemod:nether_silver_ore net.minecraft.item.ItemBlock@138bd003 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4184 nnparadisemod:nether_gold_ore net.minecraft.item.ItemBlock@4395bc43 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4185 nnparadisemod:blaze_block net.minecraft.item.ItemBlock@47fa54d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4186 nnparadisemod:sugar_block net.minecraft.item.ItemBlock@7e1b750e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4187 nnparadisemod:ruby_ore net.minecraft.item.ItemBlock@24df8abf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4188 nnparadisemod:silver_ore net.minecraft.item.ItemBlock@7a9794bd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4189 nnparadisemod:ruby_block net.minecraft.item.ItemBlock@82134e4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4190 nnparadisemod:silver_block net.minecraft.item.ItemBlock@79b24f79 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4191 nnparadisemod:salt_block net.minecraft.item.ItemBlock@4d089ef7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4192 nnparadisemod:salt_ore net.minecraft.item.ItemBlock@536d655f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4193 nnparadisemod:ender_pearl_block net.minecraft.item.ItemBlock@168b28ef +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4194 nnparadisemod:rusty_iron_block net.minecraft.item.ItemBlock@5547476c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4195 nnparadisemod:gold_hopper net.minecraft.item.ItemBlock@4785f176 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4196 nnparadisemod:compressed_cactus_chest net.minecraft.item.ItemBlock@281edf6b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4197 nnparadisemod:compressed_cactus_chest_trapped net.minecraft.item.ItemBlock@1d4cf8ea +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4198 nnparadisemod:cactus_chest net.minecraft.item.ItemBlock@39a4bd89 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4199 nnparadisemod:cactus_chest_trapped net.minecraft.item.ItemBlock@5e4168dd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4200 nnparadisemod:cactus_trapdoor net.minecraft.item.ItemBlock@7f1bf2db +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4201 nnparadisemod:glowing_obsidian_trapdoor net.minecraft.item.ItemBlock@25ca56de +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4202 nnparadisemod:end_trapdoor net.minecraft.item.ItemBlock@6c53ce34 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4203 nnparadisemod:silver_trapdoor net.minecraft.item.ItemBlock@55623ed5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4204 nnparadisemod:glass_trapdoor net.minecraft.item.ItemBlock@3a182eaf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4205 nnparadisemod:gold_trapdoor net.minecraft.item.ItemBlock@42775280 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4206 nnparadisemod:diamond_trapdoor net.minecraft.item.ItemBlock@24c186cc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4207 nnparadisemod:emerald_trapdoor net.minecraft.item.ItemBlock@f9769ae +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4208 nnparadisemod:andesite_trapdoor net.minecraft.item.ItemBlock@1f607db6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4209 nnparadisemod:diorite_trapdoor net.minecraft.item.ItemBlock@2df92850 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4210 nnparadisemod:granite_trapdoor net.minecraft.item.ItemBlock@2ad51ba4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4211 nnparadisemod:stone_trapdoor net.minecraft.item.ItemBlock@5a414ed4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4212 nnparadisemod:cobblestone_trapdoor net.minecraft.item.ItemBlock@8749c08 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4213 nnparadisemod:moss_stone_trapdoor net.minecraft.item.ItemBlock@4fc23215 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4214 nnparadisemod:obsidian_trapdoor net.minecraft.item.ItemBlock@5cd549ae +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4215 nnparadisemod:bedrock_trapdoor net.minecraft.item.ItemBlock@6c173587 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4216 nnparadisemod:ruby_trapdoor net.minecraft.item.ItemBlock@675f9bc6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4217 nnparadisemod:redstone_trapdoor net.minecraft.item.ItemBlock@32561cd5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4218 nnparadisemod:rusty_trapdoor net.minecraft.item.ItemBlock@63ad2a0f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4219 nnparadisemod:rusty_fence net.minecraft.item.ItemBlock@592e1c4f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4220 nnparadisemod:cactus_fence net.minecraft.item.ItemBlock@11088420 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4221 nnparadisemod:silver_fence net.minecraft.item.ItemBlock@3217aada +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4222 nnparadisemod:brick_fence net.minecraft.item.ItemBlock@5c77cb42 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4223 nnparadisemod:diamond_fence net.minecraft.item.ItemBlock@34a5dc29 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4224 nnparadisemod:emerald_fence net.minecraft.item.ItemBlock@a10d314 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4225 nnparadisemod:gold_fence net.minecraft.item.ItemBlock@abadf5b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4226 nnparadisemod:iron_fence net.minecraft.item.ItemBlock@6f56e5c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4227 nnparadisemod:ruby_fence net.minecraft.item.ItemBlock@1626e651 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4228 nnparadisemod:redstone_fence net.minecraft.item.ItemBlock@1bf6c568 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4229 nnparadisemod:rusty_fence_gate net.minecraft.item.ItemBlock@695d804 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4230 nnparadisemod:cactus_fence_gate net.minecraft.item.ItemBlock@62068fa5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4231 nnparadisemod:silver_fence_gate net.minecraft.item.ItemBlock@2492f6fb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4232 nnparadisemod:brick_fence_gate net.minecraft.item.ItemBlock@6ce9a671 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4233 nnparadisemod:diamond_fence_gate net.minecraft.item.ItemBlock@5aa943c5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4234 nnparadisemod:emerald_fence_gate net.minecraft.item.ItemBlock@19d65f16 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4235 nnparadisemod:gold_fence_gate net.minecraft.item.ItemBlock@6e65fc8b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4236 nnparadisemod:iron_fence_gate net.minecraft.item.ItemBlock@1062f767 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4237 nnparadisemod:ruby_fence_gate net.minecraft.item.ItemBlock@3408de38 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4238 nnparadisemod:redstone_fence_gate net.minecraft.item.ItemBlock@3482b7e6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4239 nnparadisemod:black_redstone_lamp net.minecraft.item.ItemBlock@5ea794d2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4240 nnparadisemod:blue_redstone_lamp net.minecraft.item.ItemBlock@76774d3f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4241 nnparadisemod:brown_redstone_lamp net.minecraft.item.ItemBlock@60ce75d0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4242 nnparadisemod:cyan_redstone_lamp net.minecraft.item.ItemBlock@5bcafda3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4243 nnparadisemod:gray_redstone_lamp net.minecraft.item.ItemBlock@21be9ddc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4244 nnparadisemod:green_redstone_lamp net.minecraft.item.ItemBlock@2b515b5c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4245 nnparadisemod:light_blue_redstone_lamp net.minecraft.item.ItemBlock@946b9d9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4246 nnparadisemod:lime_redstone_lamp net.minecraft.item.ItemBlock@b772e2b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4247 nnparadisemod:magenta_redstone_lamp net.minecraft.item.ItemBlock@47fc346e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4248 nnparadisemod:orange_redstone_lamp net.minecraft.item.ItemBlock@fd42b93 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4249 nnparadisemod:pink_redstone_lamp net.minecraft.item.ItemBlock@2771025a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4250 nnparadisemod:purple_redstone_lamp net.minecraft.item.ItemBlock@6984d41a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4251 nnparadisemod:red_redstone_lamp net.minecraft.item.ItemBlock@51430893 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4252 nnparadisemod:silver_redstone_lamp net.minecraft.item.ItemBlock@4e2abbac +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4253 nnparadisemod:white_redstone_lamp net.minecraft.item.ItemBlock@2a84aed7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4254 nnparadisemod:yellow_redstone_lamp net.minecraft.item.ItemBlock@1fe2da60 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4255 nnparadisemod:rusty_nugget com.NetherNoah.ParadiseMod.items.RustyNugget@7c1ae95 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4256 nnparadisemod:rusty_ingot com.NetherNoah.ParadiseMod.items.RustyIngot@4e9c23b7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4257 nnparadisemod:salt com.NetherNoah.ParadiseMod.items.Salt@2f467bb9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4258 nnparadisemod:cactus_stick com.NetherNoah.ParadiseMod.items.CactusStick@688fa02f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4259 nnparadisemod:silver_nugget com.NetherNoah.ParadiseMod.items.SilverNugget@1f7e6c3a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4260 nnparadisemod:santa_jacket com.NetherNoah.ParadiseMod.items.armor.SantaSuit@40190f7f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4261 nnparadisemod:santa_pants com.NetherNoah.ParadiseMod.items.armor.SantaSuit@98be09f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4262 nnparadisemod:santa_boots com.NetherNoah.ParadiseMod.items.armor.SantaSuit@65f85228 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4263 nnparadisemod:emerald_pickaxe com.NetherNoah.ParadiseMod.items.tools.emerald.emeraldPickaxe@2acec770 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4264 nnparadisemod:emerald_axe com.NetherNoah.ParadiseMod.items.tools.emerald.emeraldAxe@5bd93106 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4265 nnparadisemod:emerald_spade com.NetherNoah.ParadiseMod.items.tools.emerald.emeraldSpade@761a429 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4266 nnparadisemod:emerald_hoe com.NetherNoah.ParadiseMod.items.tools.emerald.emeraldHoe@53de637a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4267 nnparadisemod:emerald_sword com.NetherNoah.ParadiseMod.items.tools.emerald.emeraldSword@42acca1a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4268 nnparadisemod:ruby_pickaxe com.NetherNoah.ParadiseMod.items.tools.ruby.rubyPickaxe@4a26a54b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4269 nnparadisemod:ruby_axe com.NetherNoah.ParadiseMod.items.tools.ruby.rubyAxe@159d2313 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4270 nnparadisemod:ruby_spade com.NetherNoah.ParadiseMod.items.tools.ruby.rubySpade@1e2f67e9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4271 nnparadisemod:ruby_hoe com.NetherNoah.ParadiseMod.items.tools.ruby.rubyHoe@7d151d89 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4272 nnparadisemod:ruby_sword com.NetherNoah.ParadiseMod.items.tools.ruby.rubySword@1dea0730 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4273 nnparadisemod:silver_pickaxe com.NetherNoah.ParadiseMod.items.tools.silver.silverPickaxe@285290a1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4274 nnparadisemod:silver_axe com.NetherNoah.ParadiseMod.items.tools.silver.silverAxe@64ed6bc8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4275 nnparadisemod:silver_spade com.NetherNoah.ParadiseMod.items.tools.silver.silverSpade@54eaf69d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4276 nnparadisemod:silver_hoe com.NetherNoah.ParadiseMod.items.tools.silver.silverHoe@6bc7eb0f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4277 nnparadisemod:silver_sword com.NetherNoah.ParadiseMod.items.tools.silver.silverSword@d5b9704 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4278 nnparadisemod:rusty_pickaxe com.NetherNoah.ParadiseMod.items.tools.rusty.rustyPickaxe@66af6b7b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4279 nnparadisemod:rusty_axe com.NetherNoah.ParadiseMod.items.tools.rusty.rustyAxe@f116270 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4280 nnparadisemod:rusty_spade com.NetherNoah.ParadiseMod.items.tools.rusty.rustySpade@300f715 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4281 nnparadisemod:rusty_hoe com.NetherNoah.ParadiseMod.items.tools.rusty.rustyHoe@400a5164 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4282 nnparadisemod:rusty_sword com.NetherNoah.ParadiseMod.items.tools.rusty.rustySword@1714fe69 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4283 nnparadisemod:obsidian_pickaxe com.NetherNoah.ParadiseMod.items.tools.obsidian.obsidianPickaxe@24e14ca6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4284 nnparadisemod:obsidian_axe com.NetherNoah.ParadiseMod.items.tools.obsidian.obsidianAxe@47174ef0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4285 nnparadisemod:obsidian_spade com.NetherNoah.ParadiseMod.items.tools.obsidian.obsidianSpade@4abf5165 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4286 nnparadisemod:obsidian_hoe com.NetherNoah.ParadiseMod.items.tools.obsidian.obsidianHoe@409b96d2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4287 nnparadisemod:obsidian_sword com.NetherNoah.ParadiseMod.items.tools.obsidian.obsidianSword@39eab380 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4288 nnparadisemod:cactus_pickaxe com.NetherNoah.ParadiseMod.items.tools.redstone.redstonePickaxe@29abba49 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4289 nnparadisemod:cactus_axe com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneAxe@3bdc9461 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4290 nnparadisemod:cactus_spade com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneSpade@2e13c72b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4291 nnparadisemod:cactus_hoe com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneHoe@14cd3858 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4292 nnparadisemod:cactus_sword com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneSword@cdf67f1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4293 nnparadisemod:redstone_pickaxe com.NetherNoah.ParadiseMod.items.tools.redstone.redstonePickaxe@29810fa0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4294 nnparadisemod:redstone_axe com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneAxe@54f3fd30 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4295 nnparadisemod:redstone_spade com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneSpade@460a31ce +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4296 nnparadisemod:redstone_hoe com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneHoe@311d2611 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4297 nnparadisemod:redstone_sword com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneSword@10c0d39d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4298 nnparadisemod:emerald_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorEmerald@4c026825 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4299 nnparadisemod:emerald_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorEmerald@14f7e21a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4300 nnparadisemod:emerald_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorEmerald@2bd9722 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4301 nnparadisemod:emerald_boots com.NetherNoah.ParadiseMod.items.armor.ArmorEmerald@544cd64b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4302 nnparadisemod:silver_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorSilver@209c0be5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4303 nnparadisemod:silver_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorSilver@4ef69c53 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4304 nnparadisemod:silver_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorSilver@7cbaf548 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4305 nnparadisemod:silver_boots com.NetherNoah.ParadiseMod.items.armor.ArmorSilver@719a208f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4306 nnparadisemod:rusty_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorRusty@4b77d80e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4307 nnparadisemod:rusty_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorRusty@60cc749d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4308 nnparadisemod:rusty_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorRusty@40f2ae53 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4309 nnparadisemod:rusty_boots com.NetherNoah.ParadiseMod.items.armor.ArmorRusty@3f67d229 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4310 nnparadisemod:ruby_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorRuby@49ce2726 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4311 nnparadisemod:ruby_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorRuby@1c9b887a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4312 nnparadisemod:ruby_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorRuby@1dece75a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4313 nnparadisemod:ruby_boots com.NetherNoah.ParadiseMod.items.armor.ArmorRuby@797ec046 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4314 nnparadisemod:redstone_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorRedstone@129b75c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4315 nnparadisemod:redstone_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorRedstone@7b054614 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4316 nnparadisemod:redstone_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorRedstone@7476c5c2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4317 nnparadisemod:redstone_boots com.NetherNoah.ParadiseMod.items.armor.ArmorRedstone@3c75ffeb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4318 nnparadisemod:obsidian_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorObsidian@214ef199 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4319 nnparadisemod:obsidian_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorObsidian@63d478a7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4320 nnparadisemod:obsidian_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorObsidian@704d4991 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4321 nnparadisemod:obsidian_boots com.NetherNoah.ParadiseMod.items.armor.ArmorObsidian@512542aa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4322 nnparadisemod:ruby com.NetherNoah.ParadiseMod.items.ItemRuby@47e0e23f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4323 nnparadisemod:silver_ingot com.NetherNoah.ParadiseMod.items.SilverIngot@26b01384 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4324 nnparadisemod:rusty_door com.NetherNoah.ParadiseMod.items.doors.ItemRustyDoor@6c238208 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4325 nnparadisemod:cactus_door com.NetherNoah.ParadiseMod.items.doors.ItemCactusDoor@4e02800b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4326 nnparadisemod:glowing_obsidian_door com.NetherNoah.ParadiseMod.items.doors.ItemGlowingObsidianDoor@1898593 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4327 nnparadisemod:end_door com.NetherNoah.ParadiseMod.items.doors.ItemEndDoor@77e03d01 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4328 nnparadisemod:silver_door com.NetherNoah.ParadiseMod.items.doors.ItemSilverDoor@18b362c2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4329 nnparadisemod:glass_door com.NetherNoah.ParadiseMod.items.doors.ItemGlassDoor@48c2391 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4330 nnparadisemod:gold_door com.NetherNoah.ParadiseMod.items.doors.ItemGoldDoor@cfdd1c4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4331 nnparadisemod:diamond_door com.NetherNoah.ParadiseMod.items.doors.ItemDiamondDoor@b9f4b1f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4332 nnparadisemod:emerald_door com.NetherNoah.ParadiseMod.items.doors.ItemEmeraldDoor@3ebe4bbc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4333 nnparadisemod:andesite_door com.NetherNoah.ParadiseMod.items.doors.ItemAndesiteDoor@72b000e2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4334 nnparadisemod:diorite_door com.NetherNoah.ParadiseMod.items.doors.ItemDioriteDoor@1c825108 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4335 nnparadisemod:granite_door com.NetherNoah.ParadiseMod.items.doors.ItemGraniteDoor@5ed0d352 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4336 nnparadisemod:stone_door com.NetherNoah.ParadiseMod.items.doors.ItemStoneDoor@68d93913 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4337 nnparadisemod:cobblestone_door com.NetherNoah.ParadiseMod.items.doors.ItemCobblestoneDoor@37d05d32 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4338 nnparadisemod:moss_stone_door com.NetherNoah.ParadiseMod.items.doors.ItemMossStoneDoor@19c47103 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4339 nnparadisemod:obsidian_door com.NetherNoah.ParadiseMod.items.doors.ItemObsidianDoor@51b98798 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4340 nnparadisemod:bedrock_door com.NetherNoah.ParadiseMod.items.doors.ItemBedrockDoor@7590ce28 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4341 nnparadisemod:ruby_door com.NetherNoah.ParadiseMod.items.doors.ItemRubyDoor@278d2891 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4342 nnparadisemod:redstone_door com.NetherNoah.ParadiseMod.items.doors.ItemRedstoneDoor@2c94299a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4343 forge:bucketfilled net.minecraftforge.fluids.UniversalBucket@62a939cd +[18:05:25] [Server thread/TRACE] [FML]: Registry Name : minecraft:potions +[18:05:25] [Server thread/TRACE] [FML]: Registry: 1 minecraft:speed net.minecraft.potion.Potion@1da5c19d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2 minecraft:slowness net.minecraft.potion.Potion@3e4f2300 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 3 minecraft:haste net.minecraft.potion.Potion@e706aa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4 minecraft:mining_fatigue net.minecraft.potion.Potion@25e6c22a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 5 minecraft:strength net.minecraft.potion.PotionAttackDamage@edbc2bf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 6 minecraft:instant_health net.minecraft.potion.PotionHealth@6bf0f70a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 7 minecraft:instant_damage net.minecraft.potion.PotionHealth@5310e451 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 8 minecraft:jump_boost net.minecraft.potion.Potion@52d63b7e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 9 minecraft:nausea net.minecraft.potion.Potion@74830d73 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 10 minecraft:regeneration net.minecraft.potion.Potion@1827fc4e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 11 minecraft:resistance net.minecraft.potion.Potion@4c41a177 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 12 minecraft:fire_resistance net.minecraft.potion.Potion@2faf6e4a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 13 minecraft:water_breathing net.minecraft.potion.Potion@43ab0659 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 14 minecraft:invisibility net.minecraft.potion.Potion@644947ee +[18:05:25] [Server thread/TRACE] [FML]: Registry: 15 minecraft:blindness net.minecraft.potion.Potion@25421809 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 16 minecraft:night_vision net.minecraft.potion.Potion@714bffd5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 17 minecraft:hunger net.minecraft.potion.Potion@6ac9b66b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 18 minecraft:weakness net.minecraft.potion.PotionAttackDamage@4491eaeb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 19 minecraft:poison net.minecraft.potion.Potion@71262020 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 20 minecraft:wither net.minecraft.potion.Potion@5f3ddc86 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 21 minecraft:health_boost net.minecraft.potion.PotionHealthBoost@38e7860c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 22 minecraft:absorption net.minecraft.potion.PotionAbsorption@5891b7c5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 23 minecraft:saturation net.minecraft.potion.PotionHealth@4fc3529 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 24 minecraft:glowing net.minecraft.potion.Potion@38e46765 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 25 minecraft:levitation net.minecraft.potion.Potion@192f5f39 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 26 minecraft:luck net.minecraft.potion.Potion@4cd5fc46 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 27 minecraft:unluck net.minecraft.potion.Potion@2965dd88 +[18:05:25] [Server thread/TRACE] [FML]: Registry Name : minecraft:biomes +[18:05:25] [Server thread/TRACE] [FML]: Registry: 0 minecraft:ocean net.minecraft.world.biome.BiomeOcean@2a21cbe7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 1 minecraft:plains net.minecraft.world.biome.BiomePlains@4fbc516f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2 minecraft:desert net.minecraft.world.biome.BiomeDesert@25765a49 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 3 minecraft:extreme_hills net.minecraft.world.biome.BiomeHills@361fa478 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4 minecraft:forest net.minecraft.world.biome.BiomeForest@6247c08c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 5 minecraft:taiga net.minecraft.world.biome.BiomeTaiga@48f4264e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 6 minecraft:swampland net.minecraft.world.biome.BiomeSwamp@533d7c61 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 7 minecraft:river net.minecraft.world.biome.BiomeRiver@3a6b94b6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 8 minecraft:hell net.minecraft.world.biome.BiomeHell@5ea0a7a9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 9 minecraft:sky net.minecraft.world.biome.BiomeEnd@6f2a3b37 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 10 minecraft:frozen_ocean net.minecraft.world.biome.BiomeOcean@323b0632 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 11 minecraft:frozen_river net.minecraft.world.biome.BiomeRiver@7cd8831c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 12 minecraft:ice_flats net.minecraft.world.biome.BiomeSnow@50ef2906 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 13 minecraft:ice_mountains net.minecraft.world.biome.BiomeSnow@1f70bce5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 14 minecraft:mushroom_island net.minecraft.world.biome.BiomeMushroomIsland@16cb6f51 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 15 minecraft:mushroom_island_shore net.minecraft.world.biome.BiomeMushroomIsland@3fc5d397 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 16 minecraft:beaches net.minecraft.world.biome.BiomeBeach@57867d96 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 17 minecraft:desert_hills net.minecraft.world.biome.BiomeDesert@1a7a21d0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 18 minecraft:forest_hills net.minecraft.world.biome.BiomeForest@bb21063 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 19 minecraft:taiga_hills net.minecraft.world.biome.BiomeTaiga@6821c63c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 20 minecraft:smaller_extreme_hills net.minecraft.world.biome.BiomeHills@c2f7c63 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 21 minecraft:jungle net.minecraft.world.biome.BiomeJungle@fe156f4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 22 minecraft:jungle_hills net.minecraft.world.biome.BiomeJungle@79b4cff +[18:05:25] [Server thread/TRACE] [FML]: Registry: 23 minecraft:jungle_edge net.minecraft.world.biome.BiomeJungle@58ac0823 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 24 minecraft:deep_ocean net.minecraft.world.biome.BiomeOcean@2d705998 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 25 minecraft:stone_beach net.minecraft.world.biome.BiomeStoneBeach@7582a16b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 26 minecraft:cold_beach net.minecraft.world.biome.BiomeBeach@4dd752e8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 27 minecraft:birch_forest net.minecraft.world.biome.BiomeForest@62c46e53 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 28 minecraft:birch_forest_hills net.minecraft.world.biome.BiomeForest@55317c63 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 29 minecraft:roofed_forest net.minecraft.world.biome.BiomeForest@35d81657 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 30 minecraft:taiga_cold net.minecraft.world.biome.BiomeTaiga@42ef5216 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 31 minecraft:taiga_cold_hills net.minecraft.world.biome.BiomeTaiga@3180aee +[18:05:25] [Server thread/TRACE] [FML]: Registry: 32 minecraft:redwood_taiga net.minecraft.world.biome.BiomeTaiga@5d94ac8a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 33 minecraft:redwood_taiga_hills net.minecraft.world.biome.BiomeTaiga@288b73c1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 34 minecraft:extreme_hills_with_trees net.minecraft.world.biome.BiomeHills@104cfb24 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 35 minecraft:savanna net.minecraft.world.biome.BiomeSavanna@2bc8caa7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 36 minecraft:savanna_rock net.minecraft.world.biome.BiomeSavanna@582ea164 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 37 minecraft:mesa net.minecraft.world.biome.BiomeMesa@72646d16 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 38 minecraft:mesa_rock net.minecraft.world.biome.BiomeMesa@6ec2d990 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 39 minecraft:mesa_clear_rock net.minecraft.world.biome.BiomeMesa@1cfa7ee0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 127 minecraft:void net.minecraft.world.biome.BiomeVoid@7736c41e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 129 minecraft:mutated_plains net.minecraft.world.biome.BiomePlains@5f911d24 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 130 minecraft:mutated_desert net.minecraft.world.biome.BiomeDesert@3de383f7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 131 minecraft:mutated_extreme_hills net.minecraft.world.biome.BiomeHills@33ccead +[18:05:25] [Server thread/TRACE] [FML]: Registry: 132 minecraft:mutated_forest net.minecraft.world.biome.BiomeForest@42ebece0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 133 minecraft:mutated_taiga net.minecraft.world.biome.BiomeTaiga@15c4b1a4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 134 minecraft:mutated_swampland net.minecraft.world.biome.BiomeSwamp@341964d0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 140 minecraft:mutated_ice_flats net.minecraft.world.biome.BiomeSnow@51b59d58 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 149 minecraft:mutated_jungle net.minecraft.world.biome.BiomeJungle@4ca4f762 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 151 minecraft:mutated_jungle_edge net.minecraft.world.biome.BiomeJungle@7c5d36c3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 155 minecraft:mutated_birch_forest net.minecraft.world.biome.BiomeForestMutated@7ebfe01a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 156 minecraft:mutated_birch_forest_hills net.minecraft.world.biome.BiomeForestMutated@154b0748 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 157 minecraft:mutated_roofed_forest net.minecraft.world.biome.BiomeForest@35c00c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 158 minecraft:mutated_taiga_cold net.minecraft.world.biome.BiomeTaiga@6cd7dc74 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 160 minecraft:mutated_redwood_taiga net.minecraft.world.biome.BiomeTaiga@6d695ec4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 161 minecraft:mutated_redwood_taiga_hills net.minecraft.world.biome.BiomeTaiga@20556566 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 162 minecraft:mutated_extreme_hills_with_trees net.minecraft.world.biome.BiomeHills@e4ef4c0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 163 minecraft:mutated_savanna net.minecraft.world.biome.BiomeSavannaMutated@7b10472e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 164 minecraft:mutated_savanna_rock net.minecraft.world.biome.BiomeSavannaMutated@70e5737f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 165 minecraft:mutated_mesa net.minecraft.world.biome.BiomeMesa@9746157 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 166 minecraft:mutated_mesa_rock net.minecraft.world.biome.BiomeMesa@10ad95cd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 167 minecraft:mutated_mesa_clear_rock net.minecraft.world.biome.BiomeMesa@69fd99c1 +[18:05:25] [Server thread/TRACE] [FML]: Registry Name : minecraft:soundevents +[18:05:25] [Server thread/TRACE] [FML]: Registry: 0 minecraft:ambient.cave net.minecraft.util.SoundEvent@1a3e8e24 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 1 minecraft:block.anvil.break net.minecraft.util.SoundEvent@3bc4ef12 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2 minecraft:block.anvil.destroy net.minecraft.util.SoundEvent@50448409 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 3 minecraft:block.anvil.fall net.minecraft.util.SoundEvent@5634a861 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4 minecraft:block.anvil.hit net.minecraft.util.SoundEvent@2b0dc227 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 5 minecraft:block.anvil.land net.minecraft.util.SoundEvent@37ad042b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 6 minecraft:block.anvil.place net.minecraft.util.SoundEvent@43bdaa1b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 7 minecraft:block.anvil.step net.minecraft.util.SoundEvent@30b975ad +[18:05:25] [Server thread/TRACE] [FML]: Registry: 8 minecraft:block.anvil.use net.minecraft.util.SoundEvent@75e09567 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 9 minecraft:block.brewing_stand.brew net.minecraft.util.SoundEvent@2a334bac +[18:05:25] [Server thread/TRACE] [FML]: Registry: 10 minecraft:block.chest.close net.minecraft.util.SoundEvent@470d183 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 11 minecraft:block.chest.locked net.minecraft.util.SoundEvent@7f9fc8bd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 12 minecraft:block.chest.open net.minecraft.util.SoundEvent@ea52184 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 13 minecraft:block.chorus_flower.death net.minecraft.util.SoundEvent@3e7b65d7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 14 minecraft:block.chorus_flower.grow net.minecraft.util.SoundEvent@3c854752 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 15 minecraft:block.cloth.break net.minecraft.util.SoundEvent@3ddeaa5f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 16 minecraft:block.cloth.fall net.minecraft.util.SoundEvent@1a500561 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 17 minecraft:block.cloth.hit net.minecraft.util.SoundEvent@7f608e21 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 18 minecraft:block.cloth.place net.minecraft.util.SoundEvent@6949e948 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 19 minecraft:block.cloth.step net.minecraft.util.SoundEvent@210d2a6c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 20 minecraft:block.comparator.click net.minecraft.util.SoundEvent@3bec5821 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 21 minecraft:block.dispenser.dispense net.minecraft.util.SoundEvent@4086d8fb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 22 minecraft:block.dispenser.fail net.minecraft.util.SoundEvent@66236a0a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 23 minecraft:block.dispenser.launch net.minecraft.util.SoundEvent@2e3572e8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 24 minecraft:block.enchantment_table.use net.minecraft.util.SoundEvent@77c10a5f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 25 minecraft:block.end_gateway.spawn net.minecraft.util.SoundEvent@176555c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 26 minecraft:block.end_portal.spawn net.minecraft.util.SoundEvent@7c781c42 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 27 minecraft:block.end_portal_frame.fill net.minecraft.util.SoundEvent@795f8317 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 28 minecraft:block.enderchest.close net.minecraft.util.SoundEvent@633fd91 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 29 minecraft:block.enderchest.open net.minecraft.util.SoundEvent@355c94be +[18:05:25] [Server thread/TRACE] [FML]: Registry: 30 minecraft:block.fence_gate.close net.minecraft.util.SoundEvent@97a145b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 31 minecraft:block.fence_gate.open net.minecraft.util.SoundEvent@c386958 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 32 minecraft:block.fire.ambient net.minecraft.util.SoundEvent@157ec23b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 33 minecraft:block.fire.extinguish net.minecraft.util.SoundEvent@44d64d4e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 34 minecraft:block.furnace.fire_crackle net.minecraft.util.SoundEvent@1dd74143 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 35 minecraft:block.glass.break net.minecraft.util.SoundEvent@526a9908 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 36 minecraft:block.glass.fall net.minecraft.util.SoundEvent@3166f664 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 37 minecraft:block.glass.hit net.minecraft.util.SoundEvent@47ac613b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 38 minecraft:block.glass.place net.minecraft.util.SoundEvent@60d6fdd4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 39 minecraft:block.glass.step net.minecraft.util.SoundEvent@66f28a1f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 40 minecraft:block.grass.break net.minecraft.util.SoundEvent@60a19573 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 41 minecraft:block.grass.fall net.minecraft.util.SoundEvent@44a085e5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 42 minecraft:block.grass.hit net.minecraft.util.SoundEvent@134ff8f8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 43 minecraft:block.grass.place net.minecraft.util.SoundEvent@619f2afc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 44 minecraft:block.grass.step net.minecraft.util.SoundEvent@df921b1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 45 minecraft:block.gravel.break net.minecraft.util.SoundEvent@4db60246 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 46 minecraft:block.gravel.fall net.minecraft.util.SoundEvent@2152ab30 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 47 minecraft:block.gravel.hit net.minecraft.util.SoundEvent@3902bd2c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 48 minecraft:block.gravel.place net.minecraft.util.SoundEvent@7d32e714 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 49 minecraft:block.gravel.step net.minecraft.util.SoundEvent@eb6ec6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 50 minecraft:block.iron_door.close net.minecraft.util.SoundEvent@34d45ec0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 51 minecraft:block.iron_door.open net.minecraft.util.SoundEvent@18137eab +[18:05:25] [Server thread/TRACE] [FML]: Registry: 52 minecraft:block.iron_trapdoor.close net.minecraft.util.SoundEvent@727320fa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 53 minecraft:block.iron_trapdoor.open net.minecraft.util.SoundEvent@2935fd2c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 54 minecraft:block.ladder.break net.minecraft.util.SoundEvent@3f018494 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 55 minecraft:block.ladder.fall net.minecraft.util.SoundEvent@3ce443f9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 56 minecraft:block.ladder.hit net.minecraft.util.SoundEvent@57fbc06f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 57 minecraft:block.ladder.place net.minecraft.util.SoundEvent@51a18b21 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 58 minecraft:block.ladder.step net.minecraft.util.SoundEvent@62b790a5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 59 minecraft:block.lava.ambient net.minecraft.util.SoundEvent@7c52fc81 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 60 minecraft:block.lava.extinguish net.minecraft.util.SoundEvent@7523a3dc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 61 minecraft:block.lava.pop net.minecraft.util.SoundEvent@2806d6da +[18:05:25] [Server thread/TRACE] [FML]: Registry: 62 minecraft:block.lever.click net.minecraft.util.SoundEvent@766a49c7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 63 minecraft:block.metal.break net.minecraft.util.SoundEvent@1db7157f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 64 minecraft:block.metal.fall net.minecraft.util.SoundEvent@75e27856 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 65 minecraft:block.metal.hit net.minecraft.util.SoundEvent@6bccd036 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 66 minecraft:block.metal.place net.minecraft.util.SoundEvent@4f4c88f9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 67 minecraft:block.metal.step net.minecraft.util.SoundEvent@6a756082 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 68 minecraft:block.metal_pressureplate.click_off net.minecraft.util.SoundEvent@cb39552 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 69 minecraft:block.metal_pressureplate.click_on net.minecraft.util.SoundEvent@1f3b992 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 70 minecraft:block.note.basedrum net.minecraft.util.SoundEvent@2a53f215 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 71 minecraft:block.note.bass net.minecraft.util.SoundEvent@6b63e6ad +[18:05:25] [Server thread/TRACE] [FML]: Registry: 72 minecraft:block.note.bell net.minecraft.util.SoundEvent@7beae796 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 73 minecraft:block.note.chime net.minecraft.util.SoundEvent@6749fe50 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 74 minecraft:block.note.flute net.minecraft.util.SoundEvent@52bf7bf6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 75 minecraft:block.note.guitar net.minecraft.util.SoundEvent@261db982 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 76 minecraft:block.note.harp net.minecraft.util.SoundEvent@ae73c80 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 77 minecraft:block.note.hat net.minecraft.util.SoundEvent@22f4f8f2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 78 minecraft:block.note.pling net.minecraft.util.SoundEvent@bbd4791 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 79 minecraft:block.note.snare net.minecraft.util.SoundEvent@40a72ecd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 80 minecraft:block.note.xylophone net.minecraft.util.SoundEvent@73971965 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 81 minecraft:block.piston.contract net.minecraft.util.SoundEvent@76a14c8d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 82 minecraft:block.piston.extend net.minecraft.util.SoundEvent@17410c07 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 83 minecraft:block.portal.ambient net.minecraft.util.SoundEvent@6ee99964 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 84 minecraft:block.portal.travel net.minecraft.util.SoundEvent@257ef9ed +[18:05:25] [Server thread/TRACE] [FML]: Registry: 85 minecraft:block.portal.trigger net.minecraft.util.SoundEvent@59c70ceb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 86 minecraft:block.redstone_torch.burnout net.minecraft.util.SoundEvent@46f902e0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 87 minecraft:block.sand.break net.minecraft.util.SoundEvent@64f981e2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 88 minecraft:block.sand.fall net.minecraft.util.SoundEvent@361abd01 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 89 minecraft:block.sand.hit net.minecraft.util.SoundEvent@575b5f7d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 90 minecraft:block.sand.place net.minecraft.util.SoundEvent@59bbb974 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 91 minecraft:block.sand.step net.minecraft.util.SoundEvent@7165d530 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 92 minecraft:block.shulker_box.close net.minecraft.util.SoundEvent@12f49ca8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 93 minecraft:block.shulker_box.open net.minecraft.util.SoundEvent@1fd9893c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 94 minecraft:block.slime.break net.minecraft.util.SoundEvent@1b2df3aa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 95 minecraft:block.slime.fall net.minecraft.util.SoundEvent@44be69aa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 96 minecraft:block.slime.hit net.minecraft.util.SoundEvent@7219ac49 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 97 minecraft:block.slime.place net.minecraft.util.SoundEvent@21da4b5f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 98 minecraft:block.slime.step net.minecraft.util.SoundEvent@551e4c6d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 99 minecraft:block.snow.break net.minecraft.util.SoundEvent@625a9c5d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 100 minecraft:block.snow.fall net.minecraft.util.SoundEvent@5d1e0fbb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 101 minecraft:block.snow.hit net.minecraft.util.SoundEvent@2eed37f4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 102 minecraft:block.snow.place net.minecraft.util.SoundEvent@9b76b60 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 103 minecraft:block.snow.step net.minecraft.util.SoundEvent@3fb9a67f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 104 minecraft:block.stone.break net.minecraft.util.SoundEvent@127705e4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 105 minecraft:block.stone.fall net.minecraft.util.SoundEvent@5562c2c9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 106 minecraft:block.stone.hit net.minecraft.util.SoundEvent@673c4f6e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 107 minecraft:block.stone.place net.minecraft.util.SoundEvent@15c487a8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 108 minecraft:block.stone.step net.minecraft.util.SoundEvent@3f36e8d1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 109 minecraft:block.stone_button.click_off net.minecraft.util.SoundEvent@7c011174 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 110 minecraft:block.stone_button.click_on net.minecraft.util.SoundEvent@794366a5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 111 minecraft:block.stone_pressureplate.click_off net.minecraft.util.SoundEvent@480b57e2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 112 minecraft:block.stone_pressureplate.click_on net.minecraft.util.SoundEvent@40f35e52 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 113 minecraft:block.tripwire.attach net.minecraft.util.SoundEvent@340d6d89 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 114 minecraft:block.tripwire.click_off net.minecraft.util.SoundEvent@561953e3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 115 minecraft:block.tripwire.click_on net.minecraft.util.SoundEvent@443faa85 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 116 minecraft:block.tripwire.detach net.minecraft.util.SoundEvent@1ee47d9e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 117 minecraft:block.water.ambient net.minecraft.util.SoundEvent@41da3aee +[18:05:25] [Server thread/TRACE] [FML]: Registry: 118 minecraft:block.waterlily.place net.minecraft.util.SoundEvent@5dc0ff7d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 119 minecraft:block.wood.break net.minecraft.util.SoundEvent@64920dc2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 120 minecraft:block.wood.fall net.minecraft.util.SoundEvent@59a79443 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 121 minecraft:block.wood.hit net.minecraft.util.SoundEvent@493ac8d3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 122 minecraft:block.wood.place net.minecraft.util.SoundEvent@13dbed9e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 123 minecraft:block.wood.step net.minecraft.util.SoundEvent@67531e3a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 124 minecraft:block.wood_button.click_off net.minecraft.util.SoundEvent@2b38b1f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 125 minecraft:block.wood_button.click_on net.minecraft.util.SoundEvent@1d50a7ca +[18:05:25] [Server thread/TRACE] [FML]: Registry: 126 minecraft:block.wood_pressureplate.click_off net.minecraft.util.SoundEvent@51ab1ee3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 127 minecraft:block.wood_pressureplate.click_on net.minecraft.util.SoundEvent@2e766822 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 128 minecraft:block.wooden_door.close net.minecraft.util.SoundEvent@3003e580 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 129 minecraft:block.wooden_door.open net.minecraft.util.SoundEvent@28757abd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 130 minecraft:block.wooden_trapdoor.close net.minecraft.util.SoundEvent@21a02556 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 131 minecraft:block.wooden_trapdoor.open net.minecraft.util.SoundEvent@3c8a7e38 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 132 minecraft:enchant.thorns.hit net.minecraft.util.SoundEvent@138aa3cc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 133 minecraft:entity.armorstand.break net.minecraft.util.SoundEvent@10a98392 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 134 minecraft:entity.armorstand.fall net.minecraft.util.SoundEvent@30839e44 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 135 minecraft:entity.armorstand.hit net.minecraft.util.SoundEvent@5f174dd2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 136 minecraft:entity.armorstand.place net.minecraft.util.SoundEvent@1945113f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 137 minecraft:entity.arrow.hit net.minecraft.util.SoundEvent@45aca496 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 138 minecraft:entity.arrow.hit_player net.minecraft.util.SoundEvent@697173d9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 139 minecraft:entity.arrow.shoot net.minecraft.util.SoundEvent@ceddaf8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 140 minecraft:entity.bat.ambient net.minecraft.util.SoundEvent@3d90eeb3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 141 minecraft:entity.bat.death net.minecraft.util.SoundEvent@1db87583 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 142 minecraft:entity.bat.hurt net.minecraft.util.SoundEvent@7fb53256 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 143 minecraft:entity.bat.loop net.minecraft.util.SoundEvent@1d6d1d42 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 144 minecraft:entity.bat.takeoff net.minecraft.util.SoundEvent@27329d2a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 145 minecraft:entity.blaze.ambient net.minecraft.util.SoundEvent@7978e022 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 146 minecraft:entity.blaze.burn net.minecraft.util.SoundEvent@2f894ad9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 147 minecraft:entity.blaze.death net.minecraft.util.SoundEvent@5afbd567 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 148 minecraft:entity.blaze.hurt net.minecraft.util.SoundEvent@6993c8df +[18:05:25] [Server thread/TRACE] [FML]: Registry: 149 minecraft:entity.blaze.shoot net.minecraft.util.SoundEvent@57545c3f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 150 minecraft:entity.boat.paddle_land net.minecraft.util.SoundEvent@326e0b8e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 151 minecraft:entity.boat.paddle_water net.minecraft.util.SoundEvent@36baa049 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 152 minecraft:entity.bobber.retrieve net.minecraft.util.SoundEvent@41184371 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 153 minecraft:entity.bobber.splash net.minecraft.util.SoundEvent@34585ac9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 154 minecraft:entity.bobber.throw net.minecraft.util.SoundEvent@76a805b7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 155 minecraft:entity.cat.ambient net.minecraft.util.SoundEvent@15f35bc3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 156 minecraft:entity.cat.death net.minecraft.util.SoundEvent@167381c7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 157 minecraft:entity.cat.hiss net.minecraft.util.SoundEvent@608b1fd2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 158 minecraft:entity.cat.hurt net.minecraft.util.SoundEvent@56382bc9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 159 minecraft:entity.cat.purr net.minecraft.util.SoundEvent@591a4f8e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 160 minecraft:entity.cat.purreow net.minecraft.util.SoundEvent@53ed80d3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 161 minecraft:entity.chicken.ambient net.minecraft.util.SoundEvent@6ba060f3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 162 minecraft:entity.chicken.death net.minecraft.util.SoundEvent@7c51782d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 163 minecraft:entity.chicken.egg net.minecraft.util.SoundEvent@77bc2e16 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 164 minecraft:entity.chicken.hurt net.minecraft.util.SoundEvent@48e8c32a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 165 minecraft:entity.chicken.step net.minecraft.util.SoundEvent@20a7953c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 166 minecraft:entity.cow.ambient net.minecraft.util.SoundEvent@57c00115 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 167 minecraft:entity.cow.death net.minecraft.util.SoundEvent@411a5965 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 168 minecraft:entity.cow.hurt net.minecraft.util.SoundEvent@4fe533ff +[18:05:25] [Server thread/TRACE] [FML]: Registry: 169 minecraft:entity.cow.milk net.minecraft.util.SoundEvent@5377414a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 170 minecraft:entity.cow.step net.minecraft.util.SoundEvent@4e83a98 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 171 minecraft:entity.creeper.death net.minecraft.util.SoundEvent@17aa8a11 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 172 minecraft:entity.creeper.hurt net.minecraft.util.SoundEvent@71b639d0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 173 minecraft:entity.creeper.primed net.minecraft.util.SoundEvent@18a25bbd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 174 minecraft:entity.donkey.ambient net.minecraft.util.SoundEvent@5d5b9ecb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 175 minecraft:entity.donkey.angry net.minecraft.util.SoundEvent@1ee27d73 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 176 minecraft:entity.donkey.chest net.minecraft.util.SoundEvent@5e5aafc6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 177 minecraft:entity.donkey.death net.minecraft.util.SoundEvent@542f6803 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 178 minecraft:entity.donkey.hurt net.minecraft.util.SoundEvent@5583098b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 179 minecraft:entity.egg.throw net.minecraft.util.SoundEvent@5807efad +[18:05:25] [Server thread/TRACE] [FML]: Registry: 180 minecraft:entity.elder_guardian.ambient net.minecraft.util.SoundEvent@53a84ff4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 181 minecraft:entity.elder_guardian.ambient_land net.minecraft.util.SoundEvent@7ce85af2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 182 minecraft:entity.elder_guardian.curse net.minecraft.util.SoundEvent@316acbb5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 183 minecraft:entity.elder_guardian.death net.minecraft.util.SoundEvent@56f730b2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 184 minecraft:entity.elder_guardian.death_land net.minecraft.util.SoundEvent@47311277 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 185 minecraft:entity.elder_guardian.flop net.minecraft.util.SoundEvent@7930ffa9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 186 minecraft:entity.elder_guardian.hurt net.minecraft.util.SoundEvent@1e60b459 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 187 minecraft:entity.elder_guardian.hurt_land net.minecraft.util.SoundEvent@717d7587 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 188 minecraft:entity.enderdragon.ambient net.minecraft.util.SoundEvent@3e906375 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 189 minecraft:entity.enderdragon.death net.minecraft.util.SoundEvent@40230eb9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 190 minecraft:entity.enderdragon.flap net.minecraft.util.SoundEvent@5b7aa898 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 191 minecraft:entity.enderdragon.growl net.minecraft.util.SoundEvent@41b13f3d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 192 minecraft:entity.enderdragon.hurt net.minecraft.util.SoundEvent@7c0777b5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 193 minecraft:entity.enderdragon.shoot net.minecraft.util.SoundEvent@2489e84a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 194 minecraft:entity.enderdragon_fireball.explode net.minecraft.util.SoundEvent@2a39aa2b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 195 minecraft:entity.endereye.death net.minecraft.util.SoundEvent@62b93086 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 196 minecraft:entity.endereye.launch net.minecraft.util.SoundEvent@254449bb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 197 minecraft:entity.endermen.ambient net.minecraft.util.SoundEvent@4e642ee1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 198 minecraft:entity.endermen.death net.minecraft.util.SoundEvent@29ebbdf4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 199 minecraft:entity.endermen.hurt net.minecraft.util.SoundEvent@2fd954f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 200 minecraft:entity.endermen.scream net.minecraft.util.SoundEvent@5731d3a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 201 minecraft:entity.endermen.stare net.minecraft.util.SoundEvent@6a0f2853 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 202 minecraft:entity.endermen.teleport net.minecraft.util.SoundEvent@1eff3cfb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 203 minecraft:entity.endermite.ambient net.minecraft.util.SoundEvent@70c69586 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 204 minecraft:entity.endermite.death net.minecraft.util.SoundEvent@6dc1dc69 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 205 minecraft:entity.endermite.hurt net.minecraft.util.SoundEvent@7e9f2c32 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 206 minecraft:entity.endermite.step net.minecraft.util.SoundEvent@19e0dffe +[18:05:25] [Server thread/TRACE] [FML]: Registry: 207 minecraft:entity.enderpearl.throw net.minecraft.util.SoundEvent@5d4e13e1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 208 minecraft:entity.evocation_fangs.attack net.minecraft.util.SoundEvent@3e0fbeb5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 209 minecraft:entity.evocation_illager.ambient net.minecraft.util.SoundEvent@3976ebfa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 210 minecraft:entity.evocation_illager.cast_spell net.minecraft.util.SoundEvent@2676dc05 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 211 minecraft:entity.evocation_illager.death net.minecraft.util.SoundEvent@b0a1231 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 212 minecraft:entity.evocation_illager.hurt net.minecraft.util.SoundEvent@4833eff3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 213 minecraft:entity.evocation_illager.prepare_attack net.minecraft.util.SoundEvent@4694f434 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 214 minecraft:entity.evocation_illager.prepare_summon net.minecraft.util.SoundEvent@56928e17 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 215 minecraft:entity.evocation_illager.prepare_wololo net.minecraft.util.SoundEvent@dd2856e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 216 minecraft:entity.experience_bottle.throw net.minecraft.util.SoundEvent@5a49af50 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 217 minecraft:entity.experience_orb.pickup net.minecraft.util.SoundEvent@3b1dc579 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 218 minecraft:entity.firework.blast net.minecraft.util.SoundEvent@793d163b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 219 minecraft:entity.firework.blast_far net.minecraft.util.SoundEvent@60dd0587 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 220 minecraft:entity.firework.large_blast net.minecraft.util.SoundEvent@77f905e3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 221 minecraft:entity.firework.large_blast_far net.minecraft.util.SoundEvent@221a2068 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 222 minecraft:entity.firework.launch net.minecraft.util.SoundEvent@338766de +[18:05:25] [Server thread/TRACE] [FML]: Registry: 223 minecraft:entity.firework.shoot net.minecraft.util.SoundEvent@3b7eac14 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 224 minecraft:entity.firework.twinkle net.minecraft.util.SoundEvent@4976085 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 225 minecraft:entity.firework.twinkle_far net.minecraft.util.SoundEvent@777d191f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 226 minecraft:entity.generic.big_fall net.minecraft.util.SoundEvent@7fc420b8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 227 minecraft:entity.generic.burn net.minecraft.util.SoundEvent@31142d58 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 228 minecraft:entity.generic.death net.minecraft.util.SoundEvent@e38f0b7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 229 minecraft:entity.generic.drink net.minecraft.util.SoundEvent@1192b58e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 230 minecraft:entity.generic.eat net.minecraft.util.SoundEvent@4f8d86e4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 231 minecraft:entity.generic.explode net.minecraft.util.SoundEvent@5f631ca0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 232 minecraft:entity.generic.extinguish_fire net.minecraft.util.SoundEvent@1697f2b3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 233 minecraft:entity.generic.hurt net.minecraft.util.SoundEvent@12ad1b2a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 234 minecraft:entity.generic.small_fall net.minecraft.util.SoundEvent@3134153d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 235 minecraft:entity.generic.splash net.minecraft.util.SoundEvent@767599a7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 236 minecraft:entity.generic.swim net.minecraft.util.SoundEvent@5f5effb0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 237 minecraft:entity.ghast.ambient net.minecraft.util.SoundEvent@25d0cb3a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 238 minecraft:entity.ghast.death net.minecraft.util.SoundEvent@345cbf40 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 239 minecraft:entity.ghast.hurt net.minecraft.util.SoundEvent@6e3eb0cd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 240 minecraft:entity.ghast.scream net.minecraft.util.SoundEvent@463561c5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 241 minecraft:entity.ghast.shoot net.minecraft.util.SoundEvent@659feb22 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 242 minecraft:entity.ghast.warn net.minecraft.util.SoundEvent@3468ee6e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 243 minecraft:entity.guardian.ambient net.minecraft.util.SoundEvent@2f4b98f6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 244 minecraft:entity.guardian.ambient_land net.minecraft.util.SoundEvent@421def93 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 245 minecraft:entity.guardian.attack net.minecraft.util.SoundEvent@58c1da09 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 246 minecraft:entity.guardian.death net.minecraft.util.SoundEvent@2b2954e1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 247 minecraft:entity.guardian.death_land net.minecraft.util.SoundEvent@58d6e55a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 248 minecraft:entity.guardian.flop net.minecraft.util.SoundEvent@751ae8a4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 249 minecraft:entity.guardian.hurt net.minecraft.util.SoundEvent@235d659c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 250 minecraft:entity.guardian.hurt_land net.minecraft.util.SoundEvent@4232b34a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 251 minecraft:entity.horse.ambient net.minecraft.util.SoundEvent@2da16263 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 252 minecraft:entity.horse.angry net.minecraft.util.SoundEvent@f5ce0bb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 253 minecraft:entity.horse.armor net.minecraft.util.SoundEvent@47e51549 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 254 minecraft:entity.horse.breathe net.minecraft.util.SoundEvent@101a461c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 255 minecraft:entity.horse.death net.minecraft.util.SoundEvent@360e9c06 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 256 minecraft:entity.horse.eat net.minecraft.util.SoundEvent@5ebffb44 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 257 minecraft:entity.horse.gallop net.minecraft.util.SoundEvent@311ff287 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 258 minecraft:entity.horse.hurt net.minecraft.util.SoundEvent@7377781e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 259 minecraft:entity.horse.jump net.minecraft.util.SoundEvent@31db34da +[18:05:25] [Server thread/TRACE] [FML]: Registry: 260 minecraft:entity.horse.land net.minecraft.util.SoundEvent@109f8c7e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 261 minecraft:entity.horse.saddle net.minecraft.util.SoundEvent@5edacf20 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 262 minecraft:entity.horse.step net.minecraft.util.SoundEvent@16a5eb6d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 263 minecraft:entity.horse.step_wood net.minecraft.util.SoundEvent@7e307087 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 264 minecraft:entity.hostile.big_fall net.minecraft.util.SoundEvent@1220ef43 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 265 minecraft:entity.hostile.death net.minecraft.util.SoundEvent@1a8b81e8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 266 minecraft:entity.hostile.hurt net.minecraft.util.SoundEvent@234cff57 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 267 minecraft:entity.hostile.small_fall net.minecraft.util.SoundEvent@5e8507f1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 268 minecraft:entity.hostile.splash net.minecraft.util.SoundEvent@4bcaa195 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 269 minecraft:entity.hostile.swim net.minecraft.util.SoundEvent@d08edc5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 270 minecraft:entity.husk.ambient net.minecraft.util.SoundEvent@49fa1d74 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 271 minecraft:entity.husk.death net.minecraft.util.SoundEvent@3f362135 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 272 minecraft:entity.husk.hurt net.minecraft.util.SoundEvent@21eee94f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 273 minecraft:entity.husk.step net.minecraft.util.SoundEvent@6bc24e72 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 274 minecraft:entity.illusion_illager.ambient net.minecraft.util.SoundEvent@724aefc3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 275 minecraft:entity.illusion_illager.cast_spell net.minecraft.util.SoundEvent@7cfb4736 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 276 minecraft:entity.illusion_illager.death net.minecraft.util.SoundEvent@2a097d77 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 277 minecraft:entity.illusion_illager.hurt net.minecraft.util.SoundEvent@53c1179a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 278 minecraft:entity.illusion_illager.mirror_move net.minecraft.util.SoundEvent@7650ded6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 279 minecraft:entity.illusion_illager.prepare_blindness net.minecraft.util.SoundEvent@5034f5dd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 280 minecraft:entity.illusion_illager.prepare_mirror net.minecraft.util.SoundEvent@31b7d869 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 281 minecraft:entity.irongolem.attack net.minecraft.util.SoundEvent@6a916402 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 282 minecraft:entity.irongolem.death net.minecraft.util.SoundEvent@1a47a1e8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 283 minecraft:entity.irongolem.hurt net.minecraft.util.SoundEvent@6d2a2560 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 284 minecraft:entity.irongolem.step net.minecraft.util.SoundEvent@62d1dc3c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 285 minecraft:entity.item.break net.minecraft.util.SoundEvent@3811510 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 286 minecraft:entity.item.pickup net.minecraft.util.SoundEvent@24eeac69 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 287 minecraft:entity.itemframe.add_item net.minecraft.util.SoundEvent@18539cb1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 288 minecraft:entity.itemframe.break net.minecraft.util.SoundEvent@748f93bb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 289 minecraft:entity.itemframe.place net.minecraft.util.SoundEvent@7f2d31af +[18:05:25] [Server thread/TRACE] [FML]: Registry: 290 minecraft:entity.itemframe.remove_item net.minecraft.util.SoundEvent@2e7157c7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 291 minecraft:entity.itemframe.rotate_item net.minecraft.util.SoundEvent@2a43e0ac +[18:05:25] [Server thread/TRACE] [FML]: Registry: 292 minecraft:entity.leashknot.break net.minecraft.util.SoundEvent@22d9bc14 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 293 minecraft:entity.leashknot.place net.minecraft.util.SoundEvent@346f41a9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 294 minecraft:entity.lightning.impact net.minecraft.util.SoundEvent@1084f78c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 295 minecraft:entity.lightning.thunder net.minecraft.util.SoundEvent@25f723b0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 296 minecraft:entity.lingeringpotion.throw net.minecraft.util.SoundEvent@4aa11206 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 297 minecraft:entity.llama.ambient net.minecraft.util.SoundEvent@40d60f2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 298 minecraft:entity.llama.angry net.minecraft.util.SoundEvent@3382cf68 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 299 minecraft:entity.llama.chest net.minecraft.util.SoundEvent@2f74900b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 300 minecraft:entity.llama.death net.minecraft.util.SoundEvent@6d8796c1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 301 minecraft:entity.llama.eat net.minecraft.util.SoundEvent@2e26173 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 302 minecraft:entity.llama.hurt net.minecraft.util.SoundEvent@27be17c8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 303 minecraft:entity.llama.spit net.minecraft.util.SoundEvent@2c413ffc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 304 minecraft:entity.llama.step net.minecraft.util.SoundEvent@7d21852b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 305 minecraft:entity.llama.swag net.minecraft.util.SoundEvent@6cd98a05 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 306 minecraft:entity.magmacube.death net.minecraft.util.SoundEvent@3b8ec001 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 307 minecraft:entity.magmacube.hurt net.minecraft.util.SoundEvent@1e95b653 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 308 minecraft:entity.magmacube.jump net.minecraft.util.SoundEvent@6f6c6077 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 309 minecraft:entity.magmacube.squish net.minecraft.util.SoundEvent@4fc5563d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 310 minecraft:entity.minecart.inside net.minecraft.util.SoundEvent@286090c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 311 minecraft:entity.minecart.riding net.minecraft.util.SoundEvent@31120021 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 312 minecraft:entity.mooshroom.shear net.minecraft.util.SoundEvent@3df1a1ac +[18:05:25] [Server thread/TRACE] [FML]: Registry: 313 minecraft:entity.mule.ambient net.minecraft.util.SoundEvent@58606c91 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 314 minecraft:entity.mule.chest net.minecraft.util.SoundEvent@6a9cd0f8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 315 minecraft:entity.mule.death net.minecraft.util.SoundEvent@4baed682 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 316 minecraft:entity.mule.hurt net.minecraft.util.SoundEvent@7be2f29a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 317 minecraft:entity.painting.break net.minecraft.util.SoundEvent@203d1d93 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 318 minecraft:entity.painting.place net.minecraft.util.SoundEvent@2c2a027c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 319 minecraft:entity.parrot.ambient net.minecraft.util.SoundEvent@118dcbbd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 320 minecraft:entity.parrot.death net.minecraft.util.SoundEvent@7d979d34 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 321 minecraft:entity.parrot.eat net.minecraft.util.SoundEvent@350ec690 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 322 minecraft:entity.parrot.fly net.minecraft.util.SoundEvent@49cb1baf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 323 minecraft:entity.parrot.hurt net.minecraft.util.SoundEvent@3664f108 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 324 minecraft:entity.parrot.imitate.blaze net.minecraft.util.SoundEvent@77dba4cd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 325 minecraft:entity.parrot.imitate.creeper net.minecraft.util.SoundEvent@34a2d6e0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 326 minecraft:entity.parrot.imitate.elder_guardian net.minecraft.util.SoundEvent@2525a5b8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 327 minecraft:entity.parrot.imitate.enderdragon net.minecraft.util.SoundEvent@3458eca5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 328 minecraft:entity.parrot.imitate.enderman net.minecraft.util.SoundEvent@1e0fdb2f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 329 minecraft:entity.parrot.imitate.endermite net.minecraft.util.SoundEvent@3c380bd8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 330 minecraft:entity.parrot.imitate.evocation_illager net.minecraft.util.SoundEvent@34b87182 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 331 minecraft:entity.parrot.imitate.ghast net.minecraft.util.SoundEvent@47768e74 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 332 minecraft:entity.parrot.imitate.husk net.minecraft.util.SoundEvent@2740e316 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 333 minecraft:entity.parrot.imitate.illusion_illager net.minecraft.util.SoundEvent@5b5a4aed +[18:05:25] [Server thread/TRACE] [FML]: Registry: 334 minecraft:entity.parrot.imitate.magmacube net.minecraft.util.SoundEvent@2c991465 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 335 minecraft:entity.parrot.imitate.polar_bear net.minecraft.util.SoundEvent@5fef2aac +[18:05:25] [Server thread/TRACE] [FML]: Registry: 336 minecraft:entity.parrot.imitate.shulker net.minecraft.util.SoundEvent@7f973a14 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 337 minecraft:entity.parrot.imitate.silverfish net.minecraft.util.SoundEvent@76130a29 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 338 minecraft:entity.parrot.imitate.skeleton net.minecraft.util.SoundEvent@124d02b2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 339 minecraft:entity.parrot.imitate.slime net.minecraft.util.SoundEvent@3451f01d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 340 minecraft:entity.parrot.imitate.spider net.minecraft.util.SoundEvent@72503b19 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 341 minecraft:entity.parrot.imitate.stray net.minecraft.util.SoundEvent@1cfc2538 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 342 minecraft:entity.parrot.imitate.vex net.minecraft.util.SoundEvent@66deec87 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 343 minecraft:entity.parrot.imitate.vindication_illager net.minecraft.util.SoundEvent@5d342959 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 344 minecraft:entity.parrot.imitate.witch net.minecraft.util.SoundEvent@2ecf5915 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 345 minecraft:entity.parrot.imitate.wither net.minecraft.util.SoundEvent@53e76c11 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 346 minecraft:entity.parrot.imitate.wither_skeleton net.minecraft.util.SoundEvent@42cc183e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 347 minecraft:entity.parrot.imitate.wolf net.minecraft.util.SoundEvent@3e4e8fdf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 348 minecraft:entity.parrot.imitate.zombie net.minecraft.util.SoundEvent@6a1d6ef2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 349 minecraft:entity.parrot.imitate.zombie_pigman net.minecraft.util.SoundEvent@2721044 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 350 minecraft:entity.parrot.imitate.zombie_villager net.minecraft.util.SoundEvent@205df5dc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 351 minecraft:entity.parrot.step net.minecraft.util.SoundEvent@6aa7b67f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 352 minecraft:entity.pig.ambient net.minecraft.util.SoundEvent@6bcc3f27 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 353 minecraft:entity.pig.death net.minecraft.util.SoundEvent@79aee22a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 354 minecraft:entity.pig.hurt net.minecraft.util.SoundEvent@36920bd6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 355 minecraft:entity.pig.saddle net.minecraft.util.SoundEvent@61514735 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 356 minecraft:entity.pig.step net.minecraft.util.SoundEvent@6bee793f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 357 minecraft:entity.player.attack.crit net.minecraft.util.SoundEvent@655f69da +[18:05:25] [Server thread/TRACE] [FML]: Registry: 358 minecraft:entity.player.attack.knockback net.minecraft.util.SoundEvent@43b5021c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 359 minecraft:entity.player.attack.nodamage net.minecraft.util.SoundEvent@28369db0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 360 minecraft:entity.player.attack.strong net.minecraft.util.SoundEvent@30893e08 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 361 minecraft:entity.player.attack.sweep net.minecraft.util.SoundEvent@2e86807a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 362 minecraft:entity.player.attack.weak net.minecraft.util.SoundEvent@4548d254 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 363 minecraft:entity.player.big_fall net.minecraft.util.SoundEvent@590f0c50 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 364 minecraft:entity.player.breath net.minecraft.util.SoundEvent@208f0007 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 365 minecraft:entity.player.burp net.minecraft.util.SoundEvent@3a90c13c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 366 minecraft:entity.player.death net.minecraft.util.SoundEvent@39c96e48 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 367 minecraft:entity.player.hurt net.minecraft.util.SoundEvent@188598ad +[18:05:25] [Server thread/TRACE] [FML]: Registry: 368 minecraft:entity.player.hurt_drown net.minecraft.util.SoundEvent@40d23c82 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 369 minecraft:entity.player.hurt_on_fire net.minecraft.util.SoundEvent@7cf78c85 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 370 minecraft:entity.player.levelup net.minecraft.util.SoundEvent@ebe067d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 371 minecraft:entity.player.small_fall net.minecraft.util.SoundEvent@3a4ab7f7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 372 minecraft:entity.player.splash net.minecraft.util.SoundEvent@6badba10 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 373 minecraft:entity.player.swim net.minecraft.util.SoundEvent@2b7e8044 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 374 minecraft:entity.polar_bear.ambient net.minecraft.util.SoundEvent@550de6b8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 375 minecraft:entity.polar_bear.baby_ambient net.minecraft.util.SoundEvent@3a1706e1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 376 minecraft:entity.polar_bear.death net.minecraft.util.SoundEvent@3c6c4689 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 377 minecraft:entity.polar_bear.hurt net.minecraft.util.SoundEvent@63cf9de0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 378 minecraft:entity.polar_bear.step net.minecraft.util.SoundEvent@594d9f07 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 379 minecraft:entity.polar_bear.warning net.minecraft.util.SoundEvent@5befbac1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 380 minecraft:entity.rabbit.ambient net.minecraft.util.SoundEvent@5e9f73b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 381 minecraft:entity.rabbit.attack net.minecraft.util.SoundEvent@1a565afb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 382 minecraft:entity.rabbit.death net.minecraft.util.SoundEvent@2fd64b11 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 383 minecraft:entity.rabbit.hurt net.minecraft.util.SoundEvent@949c598 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 384 minecraft:entity.rabbit.jump net.minecraft.util.SoundEvent@43d3aba5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 385 minecraft:entity.sheep.ambient net.minecraft.util.SoundEvent@6bfaa0a6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 386 minecraft:entity.sheep.death net.minecraft.util.SoundEvent@76e9f00b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 387 minecraft:entity.sheep.hurt net.minecraft.util.SoundEvent@314b9e4b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 388 minecraft:entity.sheep.shear net.minecraft.util.SoundEvent@6f1b8544 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 389 minecraft:entity.sheep.step net.minecraft.util.SoundEvent@51dae791 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 390 minecraft:entity.shulker.ambient net.minecraft.util.SoundEvent@688a2c09 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 391 minecraft:entity.shulker.close net.minecraft.util.SoundEvent@5de5e95 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 392 minecraft:entity.shulker.death net.minecraft.util.SoundEvent@365cdacf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 393 minecraft:entity.shulker.hurt net.minecraft.util.SoundEvent@303c55fa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 394 minecraft:entity.shulker.hurt_closed net.minecraft.util.SoundEvent@9efcd90 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 395 minecraft:entity.shulker.open net.minecraft.util.SoundEvent@7eb200ce +[18:05:25] [Server thread/TRACE] [FML]: Registry: 396 minecraft:entity.shulker.shoot net.minecraft.util.SoundEvent@2ee83775 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 397 minecraft:entity.shulker.teleport net.minecraft.util.SoundEvent@7c2924d7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 398 minecraft:entity.shulker_bullet.hit net.minecraft.util.SoundEvent@b5de58f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 399 minecraft:entity.shulker_bullet.hurt net.minecraft.util.SoundEvent@6587305a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 400 minecraft:entity.silverfish.ambient net.minecraft.util.SoundEvent@abbe000 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 401 minecraft:entity.silverfish.death net.minecraft.util.SoundEvent@3f81621c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 402 minecraft:entity.silverfish.hurt net.minecraft.util.SoundEvent@5b9499fe +[18:05:25] [Server thread/TRACE] [FML]: Registry: 403 minecraft:entity.silverfish.step net.minecraft.util.SoundEvent@74d6736 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 404 minecraft:entity.skeleton.ambient net.minecraft.util.SoundEvent@52a33c3f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 405 minecraft:entity.skeleton.death net.minecraft.util.SoundEvent@668625f5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 406 minecraft:entity.skeleton.hurt net.minecraft.util.SoundEvent@19a20bb2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 407 minecraft:entity.skeleton.shoot net.minecraft.util.SoundEvent@75babb67 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 408 minecraft:entity.skeleton.step net.minecraft.util.SoundEvent@3eb3232b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 409 minecraft:entity.skeleton_horse.ambient net.minecraft.util.SoundEvent@69cd1085 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 410 minecraft:entity.skeleton_horse.death net.minecraft.util.SoundEvent@60bb7995 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 411 minecraft:entity.skeleton_horse.hurt net.minecraft.util.SoundEvent@40fa8766 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 412 minecraft:entity.slime.attack net.minecraft.util.SoundEvent@67774e29 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 413 minecraft:entity.slime.death net.minecraft.util.SoundEvent@663f237a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 414 minecraft:entity.slime.hurt net.minecraft.util.SoundEvent@5d7399f9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 415 minecraft:entity.slime.jump net.minecraft.util.SoundEvent@49a6f486 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 416 minecraft:entity.slime.squish net.minecraft.util.SoundEvent@14fded9d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 417 minecraft:entity.small_magmacube.death net.minecraft.util.SoundEvent@bc6288b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 418 minecraft:entity.small_magmacube.hurt net.minecraft.util.SoundEvent@4a3bd45b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 419 minecraft:entity.small_magmacube.squish net.minecraft.util.SoundEvent@34c70b5e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 420 minecraft:entity.small_slime.death net.minecraft.util.SoundEvent@4f2d995e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 421 minecraft:entity.small_slime.hurt net.minecraft.util.SoundEvent@75156240 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 422 minecraft:entity.small_slime.jump net.minecraft.util.SoundEvent@6198e9b5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 423 minecraft:entity.small_slime.squish net.minecraft.util.SoundEvent@6d099323 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 424 minecraft:entity.snowball.throw net.minecraft.util.SoundEvent@4ecd00b5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 425 minecraft:entity.snowman.ambient net.minecraft.util.SoundEvent@10947c4e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 426 minecraft:entity.snowman.death net.minecraft.util.SoundEvent@3667faa8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 427 minecraft:entity.snowman.hurt net.minecraft.util.SoundEvent@1756f7cc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 428 minecraft:entity.snowman.shoot net.minecraft.util.SoundEvent@3138953b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 429 minecraft:entity.spider.ambient net.minecraft.util.SoundEvent@27df95e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 430 minecraft:entity.spider.death net.minecraft.util.SoundEvent@b46e103 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 431 minecraft:entity.spider.hurt net.minecraft.util.SoundEvent@2b0e9f30 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 432 minecraft:entity.spider.step net.minecraft.util.SoundEvent@5eea5627 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 433 minecraft:entity.splash_potion.break net.minecraft.util.SoundEvent@3330f3ad +[18:05:25] [Server thread/TRACE] [FML]: Registry: 434 minecraft:entity.splash_potion.throw net.minecraft.util.SoundEvent@f425231 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 435 minecraft:entity.squid.ambient net.minecraft.util.SoundEvent@506aabf6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 436 minecraft:entity.squid.death net.minecraft.util.SoundEvent@5cbd94b2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 437 minecraft:entity.squid.hurt net.minecraft.util.SoundEvent@6824b913 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 438 minecraft:entity.stray.ambient net.minecraft.util.SoundEvent@756aadfc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 439 minecraft:entity.stray.death net.minecraft.util.SoundEvent@705a8dbc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 440 minecraft:entity.stray.hurt net.minecraft.util.SoundEvent@40729f01 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 441 minecraft:entity.stray.step net.minecraft.util.SoundEvent@d535a3d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 442 minecraft:entity.tnt.primed net.minecraft.util.SoundEvent@2d760326 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 443 minecraft:entity.vex.ambient net.minecraft.util.SoundEvent@9e54c59 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 444 minecraft:entity.vex.charge net.minecraft.util.SoundEvent@5dbb50f3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 445 minecraft:entity.vex.death net.minecraft.util.SoundEvent@4a2e7bcb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 446 minecraft:entity.vex.hurt net.minecraft.util.SoundEvent@575c3e9b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 447 minecraft:entity.villager.ambient net.minecraft.util.SoundEvent@74f827ad +[18:05:25] [Server thread/TRACE] [FML]: Registry: 448 minecraft:entity.villager.death net.minecraft.util.SoundEvent@73c3cd09 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 449 minecraft:entity.villager.hurt net.minecraft.util.SoundEvent@4a8a0099 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 450 minecraft:entity.villager.no net.minecraft.util.SoundEvent@7c1447b5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 451 minecraft:entity.villager.trading net.minecraft.util.SoundEvent@49e4c2d5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 452 minecraft:entity.villager.yes net.minecraft.util.SoundEvent@24a2e565 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 453 minecraft:entity.vindication_illager.ambient net.minecraft.util.SoundEvent@3e36b7a0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 454 minecraft:entity.vindication_illager.death net.minecraft.util.SoundEvent@60c1663c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 455 minecraft:entity.vindication_illager.hurt net.minecraft.util.SoundEvent@f5cf29b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 456 minecraft:entity.witch.ambient net.minecraft.util.SoundEvent@3c66b7d8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 457 minecraft:entity.witch.death net.minecraft.util.SoundEvent@37e69c43 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 458 minecraft:entity.witch.drink net.minecraft.util.SoundEvent@5c7dfc05 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 459 minecraft:entity.witch.hurt net.minecraft.util.SoundEvent@345d053b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 460 minecraft:entity.witch.throw net.minecraft.util.SoundEvent@3d0cac1f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 461 minecraft:entity.wither.ambient net.minecraft.util.SoundEvent@3e8b3b79 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 462 minecraft:entity.wither.break_block net.minecraft.util.SoundEvent@d257579 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 463 minecraft:entity.wither.death net.minecraft.util.SoundEvent@518ddd3b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 464 minecraft:entity.wither.hurt net.minecraft.util.SoundEvent@939ff41 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 465 minecraft:entity.wither.shoot net.minecraft.util.SoundEvent@6e0e5dec +[18:05:25] [Server thread/TRACE] [FML]: Registry: 466 minecraft:entity.wither.spawn net.minecraft.util.SoundEvent@48a663e9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 467 minecraft:entity.wither_skeleton.ambient net.minecraft.util.SoundEvent@777d0bc3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 468 minecraft:entity.wither_skeleton.death net.minecraft.util.SoundEvent@3178219a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 469 minecraft:entity.wither_skeleton.hurt net.minecraft.util.SoundEvent@2d85fb64 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 470 minecraft:entity.wither_skeleton.step net.minecraft.util.SoundEvent@56476c16 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 471 minecraft:entity.wolf.ambient net.minecraft.util.SoundEvent@497b560e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 472 minecraft:entity.wolf.death net.minecraft.util.SoundEvent@39ffda4a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 473 minecraft:entity.wolf.growl net.minecraft.util.SoundEvent@3ba348ca +[18:05:25] [Server thread/TRACE] [FML]: Registry: 474 minecraft:entity.wolf.howl net.minecraft.util.SoundEvent@56e9a474 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 475 minecraft:entity.wolf.hurt net.minecraft.util.SoundEvent@45b15381 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 476 minecraft:entity.wolf.pant net.minecraft.util.SoundEvent@2dbfcf7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 477 minecraft:entity.wolf.shake net.minecraft.util.SoundEvent@239f017e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 478 minecraft:entity.wolf.step net.minecraft.util.SoundEvent@38cedb7d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 479 minecraft:entity.wolf.whine net.minecraft.util.SoundEvent@772caabe +[18:05:25] [Server thread/TRACE] [FML]: Registry: 480 minecraft:entity.zombie.ambient net.minecraft.util.SoundEvent@2acdcce8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 481 minecraft:entity.zombie.attack_door_wood net.minecraft.util.SoundEvent@7102ac3e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 482 minecraft:entity.zombie.attack_iron_door net.minecraft.util.SoundEvent@3f598450 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 483 minecraft:entity.zombie.break_door_wood net.minecraft.util.SoundEvent@2db2a05f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 484 minecraft:entity.zombie.death net.minecraft.util.SoundEvent@695c938d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 485 minecraft:entity.zombie.hurt net.minecraft.util.SoundEvent@d5bb1c4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 486 minecraft:entity.zombie.infect net.minecraft.util.SoundEvent@7ed3df3b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 487 minecraft:entity.zombie.step net.minecraft.util.SoundEvent@465b38e6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 488 minecraft:entity.zombie_horse.ambient net.minecraft.util.SoundEvent@4b960b5b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 489 minecraft:entity.zombie_horse.death net.minecraft.util.SoundEvent@1b13467c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 490 minecraft:entity.zombie_horse.hurt net.minecraft.util.SoundEvent@7bd96822 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 491 minecraft:entity.zombie_pig.ambient net.minecraft.util.SoundEvent@64dae3b7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 492 minecraft:entity.zombie_pig.angry net.minecraft.util.SoundEvent@1fedf0a4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 493 minecraft:entity.zombie_pig.death net.minecraft.util.SoundEvent@1e4c6583 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 494 minecraft:entity.zombie_pig.hurt net.minecraft.util.SoundEvent@2ee48610 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 495 minecraft:entity.zombie_villager.ambient net.minecraft.util.SoundEvent@1d901f20 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 496 minecraft:entity.zombie_villager.converted net.minecraft.util.SoundEvent@6d08b4e6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 497 minecraft:entity.zombie_villager.cure net.minecraft.util.SoundEvent@1015a4b9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 498 minecraft:entity.zombie_villager.death net.minecraft.util.SoundEvent@1acb74ad +[18:05:25] [Server thread/TRACE] [FML]: Registry: 499 minecraft:entity.zombie_villager.hurt net.minecraft.util.SoundEvent@7bf01cb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 500 minecraft:entity.zombie_villager.step net.minecraft.util.SoundEvent@2f382a5e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 501 minecraft:item.armor.equip_chain net.minecraft.util.SoundEvent@12b5736c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 502 minecraft:item.armor.equip_diamond net.minecraft.util.SoundEvent@539a138b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 503 minecraft:item.armor.equip_elytra net.minecraft.util.SoundEvent@2cd4e16a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 504 minecraft:item.armor.equip_generic net.minecraft.util.SoundEvent@42505474 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 505 minecraft:item.armor.equip_gold net.minecraft.util.SoundEvent@7b477141 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 506 minecraft:item.armor.equip_iron net.minecraft.util.SoundEvent@784223e9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 507 minecraft:item.armor.equip_leather net.minecraft.util.SoundEvent@7316523a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 508 minecraft:item.bottle.empty net.minecraft.util.SoundEvent@33a55bd8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 509 minecraft:item.bottle.fill net.minecraft.util.SoundEvent@73a8e994 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 510 minecraft:item.bottle.fill_dragonbreath net.minecraft.util.SoundEvent@1a1cc163 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 511 minecraft:item.bucket.empty net.minecraft.util.SoundEvent@5b5ac798 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 512 minecraft:item.bucket.empty_lava net.minecraft.util.SoundEvent@42383cb0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 513 minecraft:item.bucket.fill net.minecraft.util.SoundEvent@7668892a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 514 minecraft:item.bucket.fill_lava net.minecraft.util.SoundEvent@a83495d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 515 minecraft:item.chorus_fruit.teleport net.minecraft.util.SoundEvent@7e83992 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 516 minecraft:item.elytra.flying net.minecraft.util.SoundEvent@4364863 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 517 minecraft:item.firecharge.use net.minecraft.util.SoundEvent@3625a016 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 518 minecraft:item.flintandsteel.use net.minecraft.util.SoundEvent@267cde2e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 519 minecraft:item.hoe.till net.minecraft.util.SoundEvent@609e57da +[18:05:25] [Server thread/TRACE] [FML]: Registry: 520 minecraft:item.shield.block net.minecraft.util.SoundEvent@56dd6efa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 521 minecraft:item.shield.break net.minecraft.util.SoundEvent@4d634127 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 522 minecraft:item.shovel.flatten net.minecraft.util.SoundEvent@d2e6b0b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 523 minecraft:item.totem.use net.minecraft.util.SoundEvent@1f1cddf3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 524 minecraft:music.creative net.minecraft.util.SoundEvent@228bda54 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 525 minecraft:music.credits net.minecraft.util.SoundEvent@75b6dd5b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 526 minecraft:music.dragon net.minecraft.util.SoundEvent@b3e86d5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 527 minecraft:music.end net.minecraft.util.SoundEvent@72b43104 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 528 minecraft:music.game net.minecraft.util.SoundEvent@e111c7c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 529 minecraft:music.menu net.minecraft.util.SoundEvent@4d0e54e0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 530 minecraft:music.nether net.minecraft.util.SoundEvent@32f96bba +[18:05:25] [Server thread/TRACE] [FML]: Registry: 531 minecraft:record.11 net.minecraft.util.SoundEvent@611640f0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 532 minecraft:record.13 net.minecraft.util.SoundEvent@67e25252 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 533 minecraft:record.blocks net.minecraft.util.SoundEvent@58f4b31a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 534 minecraft:record.cat net.minecraft.util.SoundEvent@21a9a705 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 535 minecraft:record.chirp net.minecraft.util.SoundEvent@72eb6200 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 536 minecraft:record.far net.minecraft.util.SoundEvent@76ececd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 537 minecraft:record.mall net.minecraft.util.SoundEvent@7affc159 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 538 minecraft:record.mellohi net.minecraft.util.SoundEvent@1682c08c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 539 minecraft:record.stal net.minecraft.util.SoundEvent@3fd05b3e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 540 minecraft:record.strad net.minecraft.util.SoundEvent@4eb9f2af +[18:05:25] [Server thread/TRACE] [FML]: Registry: 541 minecraft:record.wait net.minecraft.util.SoundEvent@4a481728 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 542 minecraft:record.ward net.minecraft.util.SoundEvent@4ace284d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 543 minecraft:ui.button.click net.minecraft.util.SoundEvent@77fa9381 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 544 minecraft:ui.toast.in net.minecraft.util.SoundEvent@76d72b5b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 545 minecraft:ui.toast.out net.minecraft.util.SoundEvent@7cac93fe +[18:05:25] [Server thread/TRACE] [FML]: Registry: 546 minecraft:ui.toast.challenge_complete net.minecraft.util.SoundEvent@479b5066 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 547 minecraft:weather.rain net.minecraft.util.SoundEvent@64deb58f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 548 minecraft:weather.rain.above net.minecraft.util.SoundEvent@2b1cd7bc +[18:05:25] [Server thread/TRACE] [FML]: Registry Name : minecraft:potiontypes +[18:05:25] [Server thread/TRACE] [FML]: Registry: 0 minecraft:empty net.minecraft.potion.PotionType@29bd2796 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 1 minecraft:water net.minecraft.potion.PotionType@174b8d0e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2 minecraft:mundane net.minecraft.potion.PotionType@112530c3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 3 minecraft:thick net.minecraft.potion.PotionType@75959b0c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4 minecraft:awkward net.minecraft.potion.PotionType@355493bf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 5 minecraft:night_vision net.minecraft.potion.PotionType@7ebc5be6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 6 minecraft:long_night_vision net.minecraft.potion.PotionType@4627dfda +[18:05:25] [Server thread/TRACE] [FML]: Registry: 7 minecraft:invisibility net.minecraft.potion.PotionType@1f3361e9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 8 minecraft:long_invisibility net.minecraft.potion.PotionType@eebc0db +[18:05:25] [Server thread/TRACE] [FML]: Registry: 9 minecraft:leaping net.minecraft.potion.PotionType@1214c98b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 10 minecraft:long_leaping net.minecraft.potion.PotionType@6ab50d1c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 11 minecraft:strong_leaping net.minecraft.potion.PotionType@6e0d058a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 12 minecraft:fire_resistance net.minecraft.potion.PotionType@3eb0fd88 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 13 minecraft:long_fire_resistance net.minecraft.potion.PotionType@adc3344 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 14 minecraft:swiftness net.minecraft.potion.PotionType@484302ee +[18:05:25] [Server thread/TRACE] [FML]: Registry: 15 minecraft:long_swiftness net.minecraft.potion.PotionType@4e647f39 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 16 minecraft:strong_swiftness net.minecraft.potion.PotionType@778197c0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 17 minecraft:slowness net.minecraft.potion.PotionType@1c2cdc67 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 18 minecraft:long_slowness net.minecraft.potion.PotionType@4c28f97e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 19 minecraft:water_breathing net.minecraft.potion.PotionType@21d8da75 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 20 minecraft:long_water_breathing net.minecraft.potion.PotionType@5a1c7619 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 21 minecraft:healing net.minecraft.potion.PotionType@20a946d9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 22 minecraft:strong_healing net.minecraft.potion.PotionType@2b41b8bb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 23 minecraft:harming net.minecraft.potion.PotionType@4cadd4d4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 24 minecraft:strong_harming net.minecraft.potion.PotionType@7538cfe6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 25 minecraft:poison net.minecraft.potion.PotionType@1f4dd016 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 26 minecraft:long_poison net.minecraft.potion.PotionType@396f2724 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 27 minecraft:strong_poison net.minecraft.potion.PotionType@1b465fa9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 28 minecraft:regeneration net.minecraft.potion.PotionType@28b2e4d8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 29 minecraft:long_regeneration net.minecraft.potion.PotionType@598e5cb8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 30 minecraft:strong_regeneration net.minecraft.potion.PotionType@199806aa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 31 minecraft:strength net.minecraft.potion.PotionType@300aa927 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 32 minecraft:long_strength net.minecraft.potion.PotionType@fa11fda +[18:05:25] [Server thread/TRACE] [FML]: Registry: 33 minecraft:strong_strength net.minecraft.potion.PotionType@24e1e90a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 34 minecraft:weakness net.minecraft.potion.PotionType@7d95166a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 35 minecraft:long_weakness net.minecraft.potion.PotionType@18b3db6e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 36 minecraft:luck net.minecraft.potion.PotionType@1feb586d +[18:05:25] [Server thread/TRACE] [FML]: Registry Name : minecraft:enchantments +[18:05:25] [Server thread/TRACE] [FML]: Registry: 0 minecraft:protection net.minecraft.enchantment.EnchantmentProtection@4b9f7edc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 1 minecraft:fire_protection net.minecraft.enchantment.EnchantmentProtection@70ee1963 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2 minecraft:feather_falling net.minecraft.enchantment.EnchantmentProtection@2e0652ab +[18:05:25] [Server thread/TRACE] [FML]: Registry: 3 minecraft:blast_protection net.minecraft.enchantment.EnchantmentProtection@22c29aa8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4 minecraft:projectile_protection net.minecraft.enchantment.EnchantmentProtection@129b69b2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 5 minecraft:respiration net.minecraft.enchantment.EnchantmentOxygen@11adab6d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 6 minecraft:aqua_affinity net.minecraft.enchantment.EnchantmentWaterWorker@32328dc4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 7 minecraft:thorns net.minecraft.enchantment.EnchantmentThorns@681d704e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 8 minecraft:depth_strider net.minecraft.enchantment.EnchantmentWaterWalker@1e8bccfb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 9 minecraft:frost_walker net.minecraft.enchantment.EnchantmentFrostWalker@7c3c3d67 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 10 minecraft:binding_curse net.minecraft.enchantment.EnchantmentBindingCurse@164dea80 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 16 minecraft:sharpness net.minecraft.enchantment.EnchantmentDamage@2328ec73 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 17 minecraft:smite net.minecraft.enchantment.EnchantmentDamage@42a05533 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 18 minecraft:bane_of_arthropods net.minecraft.enchantment.EnchantmentDamage@17053b5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 19 minecraft:knockback net.minecraft.enchantment.EnchantmentKnockback@4ef8090b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 20 minecraft:fire_aspect net.minecraft.enchantment.EnchantmentFireAspect@65ef9a0a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 21 minecraft:looting net.minecraft.enchantment.EnchantmentLootBonus@6b7c4734 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 22 minecraft:sweeping net.minecraft.enchantment.EnchantmentSweepingEdge@537b3be1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 32 minecraft:efficiency net.minecraft.enchantment.EnchantmentDigging@4a890fdd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 33 minecraft:silk_touch net.minecraft.enchantment.EnchantmentUntouching@30a01dd8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 34 minecraft:unbreaking net.minecraft.enchantment.EnchantmentDurability@5df7a065 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 35 minecraft:fortune net.minecraft.enchantment.EnchantmentLootBonus@3f45dfec +[18:05:25] [Server thread/TRACE] [FML]: Registry: 48 minecraft:power net.minecraft.enchantment.EnchantmentArrowDamage@39b85a73 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 49 minecraft:punch net.minecraft.enchantment.EnchantmentArrowKnockback@71468613 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 50 minecraft:flame net.minecraft.enchantment.EnchantmentArrowFire@1b19712f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 51 minecraft:infinity net.minecraft.enchantment.EnchantmentArrowInfinite@6d35ff7b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 61 minecraft:luck_of_the_sea net.minecraft.enchantment.EnchantmentLootBonus@4ef31221 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 62 minecraft:lure net.minecraft.enchantment.EnchantmentFishingSpeed@459d2ee6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 70 minecraft:mending net.minecraft.enchantment.EnchantmentMending@4eac65db +[18:05:25] [Server thread/TRACE] [FML]: Registry: 71 minecraft:vanishing_curse net.minecraft.enchantment.EnchantmentVanishingCurse@45f1413c +[18:05:25] [Server thread/TRACE] [FML]: Registry Name : minecraft:recipes +[18:05:25] [Server thread/TRACE] [FML]: Registry: 0 minecraft:armordye net.minecraft.item.crafting.RecipesArmorDyes@3a239dac +[18:05:25] [Server thread/TRACE] [FML]: Registry: 1 minecraft:bookcloning net.minecraft.item.crafting.RecipeBookCloning@3d2eb7fa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2 minecraft:mapcloning net.minecraft.item.crafting.RecipesMapCloning@52a74328 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 3 minecraft:mapextending net.minecraft.item.crafting.RecipesMapExtending@7b8fcdf2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4 minecraft:fireworks net.minecraft.item.crafting.RecipeFireworks@44f23927 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 5 minecraft:repairitem net.minecraft.item.crafting.RecipeRepairItem@1bde9a22 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 6 minecraft:tippedarrow net.minecraft.item.crafting.RecipeTippedArrow@c335b9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 7 minecraft:bannerduplicate net.minecraft.item.crafting.RecipesBanners$RecipeDuplicatePattern@342dc040 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 8 minecraft:banneraddpattern net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern@3831f4c2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 9 minecraft:shielddecoration net.minecraft.item.crafting.ShieldRecipes$Decoration@55e4dd68 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 10 minecraft:shulkerboxcoloring net.minecraft.item.crafting.ShulkerBoxRecipes$ShulkerBoxColoring@788a0513 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 11 minecraft:yellow_wool net.minecraft.item.crafting.ShapelessRecipes@455d04d2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 12 minecraft:yellow_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@4e02f17d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 13 minecraft:yellow_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@2419a5db +[18:05:25] [Server thread/TRACE] [FML]: Registry: 14 minecraft:yellow_stained_glass net.minecraft.item.crafting.ShapedRecipes@336070ab +[18:05:25] [Server thread/TRACE] [FML]: Registry: 15 minecraft:yellow_dye_from_sunflower net.minecraft.item.crafting.ShapelessRecipes@10f10230 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 16 minecraft:yellow_dye_from_dandelion net.minecraft.item.crafting.ShapelessRecipes@362b384c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 17 minecraft:yellow_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@60ef30b1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 18 minecraft:yellow_carpet net.minecraft.item.crafting.ShapedRecipes@37b470df +[18:05:25] [Server thread/TRACE] [FML]: Registry: 19 minecraft:yellow_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@4fef4f96 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 20 minecraft:yellow_bed net.minecraft.item.crafting.ShapedRecipes@2c4be45f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 21 minecraft:yellow_banner net.minecraft.item.crafting.ShapedRecipes@48144f1a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 22 minecraft:writable_book net.minecraft.item.crafting.ShapelessRecipes@1669f4e5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 23 minecraft:wooden_sword net.minecraft.item.crafting.ShapedRecipes@73d8c8d7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 24 minecraft:wooden_shovel net.minecraft.item.crafting.ShapedRecipes@de63949 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 26 minecraft:wooden_pickaxe net.minecraft.item.crafting.ShapedRecipes@699bb304 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 27 minecraft:wooden_hoe net.minecraft.item.crafting.ShapedRecipes@13cc31df +[18:05:25] [Server thread/TRACE] [FML]: Registry: 28 minecraft:wooden_door net.minecraft.item.crafting.ShapedRecipes@5e2718b3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 30 minecraft:wooden_axe net.minecraft.item.crafting.ShapedRecipes@6b71e98f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 31 minecraft:white_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@2c465259 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 32 minecraft:white_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@65b680b4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 33 minecraft:white_stained_glass net.minecraft.item.crafting.ShapedRecipes@63636de0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 34 minecraft:white_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@76d0a290 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 35 minecraft:white_carpet net.minecraft.item.crafting.ShapedRecipes@6da9541c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 36 minecraft:white_bed net.minecraft.item.crafting.ShapedRecipes@343727b5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 37 minecraft:white_banner net.minecraft.item.crafting.ShapedRecipes@83e5898 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 38 minecraft:wheat net.minecraft.item.crafting.ShapedRecipes@4c91a008 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 39 minecraft:tripwire_hook net.minecraft.item.crafting.ShapedRecipes@38093ffe +[18:05:25] [Server thread/TRACE] [FML]: Registry: 40 minecraft:trapped_chest net.minecraft.item.crafting.ShapelessRecipes@46b2a11a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 41 minecraft:trapdoor net.minecraft.item.crafting.ShapedRecipes@4e4af370 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 42 minecraft:torch net.minecraft.item.crafting.ShapedRecipes@5617168c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 43 minecraft:tnt_minecart net.minecraft.item.crafting.ShapedRecipes@1826475 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 44 minecraft:tnt net.minecraft.item.crafting.ShapedRecipes@8dbf0f2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 45 minecraft:sugar net.minecraft.item.crafting.ShapedRecipes@767d9b9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 46 minecraft:string_to_wool net.minecraft.item.crafting.ShapedRecipes@603b9d4b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 47 minecraft:stonebrick net.minecraft.item.crafting.ShapedRecipes@5f9ccd0c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 48 minecraft:stone_sword net.minecraft.item.crafting.ShapedRecipes@14b96c1e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 49 minecraft:stone_stairs net.minecraft.item.crafting.ShapedRecipes@2e4d2232 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 50 minecraft:stone_slab net.minecraft.item.crafting.ShapedRecipes@3d50a3d9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 51 minecraft:stone_shovel net.minecraft.item.crafting.ShapedRecipes@727f36dd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 52 minecraft:stone_pressure_plate net.minecraft.item.crafting.ShapedRecipes@2e91cf69 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 53 minecraft:stone_pickaxe net.minecraft.item.crafting.ShapedRecipes@1cfd6f63 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 54 minecraft:stone_hoe net.minecraft.item.crafting.ShapedRecipes@33c9f1ac +[18:05:25] [Server thread/TRACE] [FML]: Registry: 55 minecraft:stone_button net.minecraft.item.crafting.ShapedRecipes@442310fd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 56 minecraft:stone_brick_stairs net.minecraft.item.crafting.ShapedRecipes@6b52a40 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 57 minecraft:stone_brick_slab net.minecraft.item.crafting.ShapedRecipes@903c13 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 58 minecraft:stone_axe net.minecraft.item.crafting.ShapedRecipes@3ba1f56e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 59 minecraft:sticky_piston net.minecraft.item.crafting.ShapedRecipes@76134251 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 60 minecraft:stick net.minecraft.item.crafting.ShapedRecipes@6dc2e473 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 61 minecraft:spruce_wooden_slab net.minecraft.item.crafting.ShapedRecipes@180d918a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 62 minecraft:spruce_stairs net.minecraft.item.crafting.ShapedRecipes@153409b8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 63 minecraft:spruce_planks net.minecraft.item.crafting.ShapedRecipes@27a6384b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 64 minecraft:spruce_fence_gate net.minecraft.item.crafting.ShapedRecipes@2e030cc1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 65 minecraft:spruce_fence net.minecraft.item.crafting.ShapedRecipes@470b5213 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 66 minecraft:spruce_door net.minecraft.item.crafting.ShapedRecipes@1f6d7e7c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 67 minecraft:spruce_boat net.minecraft.item.crafting.ShapedRecipes@28269c65 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 68 minecraft:spectral_arrow net.minecraft.item.crafting.ShapedRecipes@76e2a621 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 69 minecraft:speckled_melon net.minecraft.item.crafting.ShapedRecipes@3605ab16 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 70 minecraft:snow_layer net.minecraft.item.crafting.ShapedRecipes@4ba402b5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 71 minecraft:snow net.minecraft.item.crafting.ShapedRecipes@29dfc68f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 72 minecraft:smooth_sandstone net.minecraft.item.crafting.ShapedRecipes@8c18bde +[18:05:25] [Server thread/TRACE] [FML]: Registry: 73 minecraft:smooth_red_sandstone net.minecraft.item.crafting.ShapedRecipes@3051e476 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 74 minecraft:slime_ball net.minecraft.item.crafting.ShapedRecipes@36cf6377 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 75 minecraft:slime net.minecraft.item.crafting.ShapedRecipes@67f266bd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 76 minecraft:sign net.minecraft.item.crafting.ShapedRecipes@3b1137b0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 77 minecraft:shield net.minecraft.item.crafting.ShapedRecipes@cea67b1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 78 minecraft:shears net.minecraft.item.crafting.ShapedRecipes@40db6136 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 79 minecraft:sea_lantern net.minecraft.item.crafting.ShapedRecipes@44da745f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 80 minecraft:sandstone_stairs net.minecraft.item.crafting.ShapedRecipes@60b4d934 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 81 minecraft:sandstone_slab net.minecraft.item.crafting.ShapedRecipes@297dff3a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 82 minecraft:sandstone net.minecraft.item.crafting.ShapedRecipes@30ed2a26 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 83 minecraft:repeater net.minecraft.item.crafting.ShapedRecipes@438c0aaf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 84 minecraft:redstone_torch net.minecraft.item.crafting.ShapedRecipes@5308e79d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 85 minecraft:redstone_lamp net.minecraft.item.crafting.ShapedRecipes@6a3a56de +[18:05:25] [Server thread/TRACE] [FML]: Registry: 86 minecraft:redstone_block net.minecraft.item.crafting.ShapedRecipes@35744f8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 87 minecraft:redstone net.minecraft.item.crafting.ShapedRecipes@75c0cd39 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 88 minecraft:red_wool net.minecraft.item.crafting.ShapelessRecipes@1782896 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 89 minecraft:red_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@9a07409 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 90 minecraft:red_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@5b0835cb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 91 minecraft:red_stained_glass net.minecraft.item.crafting.ShapedRecipes@4a9ff419 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 92 minecraft:red_sandstone_stairs net.minecraft.item.crafting.ShapedRecipes@35f22eef +[18:05:25] [Server thread/TRACE] [FML]: Registry: 93 minecraft:red_sandstone_slab net.minecraft.item.crafting.ShapedRecipes@430212cb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 94 minecraft:red_sandstone net.minecraft.item.crafting.ShapedRecipes@34e4fb39 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 95 minecraft:red_nether_brick net.minecraft.item.crafting.ShapedRecipes@20e48e63 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 96 minecraft:red_dye_from_tulip net.minecraft.item.crafting.ShapelessRecipes@a97a895 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 97 minecraft:red_dye_from_rose_bush net.minecraft.item.crafting.ShapelessRecipes@27b7204 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 98 minecraft:red_dye_from_poppy net.minecraft.item.crafting.ShapelessRecipes@79631db0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 99 minecraft:red_dye_from_beetroot net.minecraft.item.crafting.ShapelessRecipes@565efd7d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 100 minecraft:red_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@2314cd97 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 101 minecraft:red_carpet net.minecraft.item.crafting.ShapedRecipes@10830d50 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 102 minecraft:red_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@239d9cb7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 103 minecraft:red_bed net.minecraft.item.crafting.ShapedRecipes@612bb755 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 104 minecraft:red_banner net.minecraft.item.crafting.ShapedRecipes@581e8969 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 105 minecraft:rail net.minecraft.item.crafting.ShapedRecipes@20a9fb01 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 106 minecraft:rabbit_stew_from_red_mushroom net.minecraft.item.crafting.ShapedRecipes@7682bf66 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 107 minecraft:rabbit_stew_from_brown_mushroom net.minecraft.item.crafting.ShapedRecipes@1405aa6a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 108 minecraft:quartz_stairs net.minecraft.item.crafting.ShapedRecipes@7b58d678 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 109 minecraft:quartz_slab net.minecraft.item.crafting.ShapedRecipes@20960b51 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 110 minecraft:quartz_block net.minecraft.item.crafting.ShapedRecipes@103e9972 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 111 minecraft:purpur_stairs net.minecraft.item.crafting.ShapedRecipes@3e0704e2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 112 minecraft:purpur_slab net.minecraft.item.crafting.ShapedRecipes@f6cde7e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 113 minecraft:purpur_pillar net.minecraft.item.crafting.ShapedRecipes@26d445e9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 114 minecraft:purpur_block net.minecraft.item.crafting.ShapedRecipes@7bebad0d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 115 minecraft:purple_wool net.minecraft.item.crafting.ShapelessRecipes@10b3ea72 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 116 minecraft:purple_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@40277077 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 117 minecraft:purple_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@446cc036 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 118 minecraft:purple_stained_glass net.minecraft.item.crafting.ShapedRecipes@4c114687 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 119 minecraft:purple_shulker_box net.minecraft.item.crafting.ShapedRecipes@183a508b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 120 minecraft:purple_dye net.minecraft.item.crafting.ShapelessRecipes@63ad5fe7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 121 minecraft:purple_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@576b385d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 122 minecraft:purple_carpet net.minecraft.item.crafting.ShapedRecipes@578d5d02 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 123 minecraft:purple_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@67823972 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 124 minecraft:purple_bed net.minecraft.item.crafting.ShapedRecipes@c79780 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 125 minecraft:purple_banner net.minecraft.item.crafting.ShapedRecipes@5606d537 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 126 minecraft:pumpkin_seeds net.minecraft.item.crafting.ShapedRecipes@63b0b3dd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 127 minecraft:pumpkin_pie net.minecraft.item.crafting.ShapelessRecipes@32cde414 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 128 minecraft:prismarine_bricks net.minecraft.item.crafting.ShapedRecipes@2555a986 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 129 minecraft:prismarine net.minecraft.item.crafting.ShapedRecipes@5af4328e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 130 minecraft:polished_granite net.minecraft.item.crafting.ShapedRecipes@75adb1c0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 131 minecraft:polished_diorite net.minecraft.item.crafting.ShapedRecipes@5868ea91 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 132 minecraft:polished_andesite net.minecraft.item.crafting.ShapedRecipes@34626d4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 133 minecraft:piston net.minecraft.item.crafting.ShapedRecipes@29b4444a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 134 minecraft:pink_wool net.minecraft.item.crafting.ShapelessRecipes@27d5eb00 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 135 minecraft:pink_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@4fc256ec +[18:05:25] [Server thread/TRACE] [FML]: Registry: 136 minecraft:pink_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@45b6c666 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 137 minecraft:pink_stained_glass net.minecraft.item.crafting.ShapedRecipes@402feb85 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 138 minecraft:pink_dye_from_red_bonemeal net.minecraft.item.crafting.ShapelessRecipes@568c9ee1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 139 minecraft:pink_dye_from_pink_tulip net.minecraft.item.crafting.ShapelessRecipes@538a90a5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 140 minecraft:pink_dye_from_peony net.minecraft.item.crafting.ShapelessRecipes@654c2f81 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 141 minecraft:pink_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@34cfdd84 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 142 minecraft:pink_carpet net.minecraft.item.crafting.ShapedRecipes@6e1ad658 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 143 minecraft:pink_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@285c63cf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 144 minecraft:pink_bed net.minecraft.item.crafting.ShapedRecipes@579ce2e9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 145 minecraft:pink_banner net.minecraft.item.crafting.ShapedRecipes@31c56721 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 146 minecraft:pillar_quartz_block net.minecraft.item.crafting.ShapedRecipes@3f71ae7f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 147 minecraft:paper net.minecraft.item.crafting.ShapedRecipes@23ea3853 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 148 minecraft:painting net.minecraft.item.crafting.ShapedRecipes@5a99543b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 149 minecraft:orange_wool net.minecraft.item.crafting.ShapelessRecipes@7646c9f5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 150 minecraft:orange_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@30a20fb3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 151 minecraft:orange_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@1fa58a48 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 152 minecraft:orange_stained_glass net.minecraft.item.crafting.ShapedRecipes@3aa1c45 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 153 minecraft:orange_dye_from_red_yellow net.minecraft.item.crafting.ShapelessRecipes@63ed5dae +[18:05:25] [Server thread/TRACE] [FML]: Registry: 154 minecraft:orange_dye_from_orange_tulip net.minecraft.item.crafting.ShapelessRecipes@566cc6af +[18:05:25] [Server thread/TRACE] [FML]: Registry: 155 minecraft:orange_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@1b5cf611 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 156 minecraft:orange_carpet net.minecraft.item.crafting.ShapedRecipes@3a17acd4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 157 minecraft:orange_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@39f8adc0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 158 minecraft:orange_bed net.minecraft.item.crafting.ShapedRecipes@5b0e5d5f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 159 minecraft:orange_banner net.minecraft.item.crafting.ShapedRecipes@2a30b0cb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 160 minecraft:observer net.minecraft.item.crafting.ShapedRecipes@40c6d1ef +[18:05:25] [Server thread/TRACE] [FML]: Registry: 161 minecraft:oak_wooden_slab net.minecraft.item.crafting.ShapedRecipes@1c5cd2ea +[18:05:25] [Server thread/TRACE] [FML]: Registry: 162 minecraft:oak_stairs net.minecraft.item.crafting.ShapedRecipes@5847010 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 163 minecraft:oak_planks net.minecraft.item.crafting.ShapedRecipes@36885319 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 164 minecraft:noteblock net.minecraft.item.crafting.ShapedRecipes@58a7ca42 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 165 minecraft:nether_wart_block net.minecraft.item.crafting.ShapedRecipes@796cf2b5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 166 minecraft:nether_brick_stairs net.minecraft.item.crafting.ShapedRecipes@690677de +[18:05:25] [Server thread/TRACE] [FML]: Registry: 167 minecraft:nether_brick_slab net.minecraft.item.crafting.ShapedRecipes@615e7fe7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 168 minecraft:nether_brick_fence net.minecraft.item.crafting.ShapedRecipes@b548f51 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 169 minecraft:nether_brick net.minecraft.item.crafting.ShapedRecipes@5b0575d0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 170 minecraft:mushroom_stew net.minecraft.item.crafting.ShapelessRecipes@1e592ef2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 171 minecraft:mossy_stonebrick net.minecraft.item.crafting.ShapelessRecipes@372841d2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 172 minecraft:mossy_cobblestone_wall net.minecraft.item.crafting.ShapedRecipes@2b82018 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 173 minecraft:mossy_cobblestone net.minecraft.item.crafting.ShapelessRecipes@cbdc0f4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 174 minecraft:minecart net.minecraft.item.crafting.ShapedRecipes@7a522157 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 175 minecraft:melon_seeds net.minecraft.item.crafting.ShapedRecipes@7bdf94f2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 176 minecraft:melon_block net.minecraft.item.crafting.ShapedRecipes@3ec62141 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 177 minecraft:map net.minecraft.item.crafting.ShapedRecipes@25c548d1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 178 minecraft:magma_cream net.minecraft.item.crafting.ShapelessRecipes@4eacb6d1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 179 minecraft:magma net.minecraft.item.crafting.ShapedRecipes@7a51dc38 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 180 minecraft:magenta_wool net.minecraft.item.crafting.ShapelessRecipes@1dce481b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 181 minecraft:magenta_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@626766fd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 182 minecraft:magenta_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@301770d9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 183 minecraft:magenta_stained_glass net.minecraft.item.crafting.ShapedRecipes@2699b656 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 184 minecraft:magenta_dye_from_purple_and_pink net.minecraft.item.crafting.ShapelessRecipes@c3d4bd7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 185 minecraft:magenta_dye_from_lilac net.minecraft.item.crafting.ShapelessRecipes@2ae4c424 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 186 minecraft:magenta_dye_from_lapis_red_pink net.minecraft.item.crafting.ShapelessRecipes@233ece92 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 187 minecraft:magenta_dye_from_lapis_ink_bonemeal net.minecraft.item.crafting.ShapelessRecipes@723b8eff +[18:05:25] [Server thread/TRACE] [FML]: Registry: 188 minecraft:magenta_dye_from_allium net.minecraft.item.crafting.ShapelessRecipes@becb93a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 189 minecraft:magenta_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@79c849c7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 190 minecraft:magenta_carpet net.minecraft.item.crafting.ShapedRecipes@5e9f1a4c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 191 minecraft:magenta_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@1e54e900 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 192 minecraft:magenta_bed net.minecraft.item.crafting.ShapedRecipes@5bf4dfb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 193 minecraft:magenta_banner net.minecraft.item.crafting.ShapedRecipes@746f8520 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 194 minecraft:lit_pumpkin net.minecraft.item.crafting.ShapedRecipes@5cf80dfb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 195 minecraft:lime_wool net.minecraft.item.crafting.ShapelessRecipes@17fb5184 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 196 minecraft:lime_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@564d3940 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 197 minecraft:lime_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@7adbec34 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 198 minecraft:lime_stained_glass net.minecraft.item.crafting.ShapedRecipes@49338f3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 199 minecraft:lime_dye net.minecraft.item.crafting.ShapelessRecipes@c7cf8c4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 200 minecraft:lime_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@20f6b6e0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 201 minecraft:lime_carpet net.minecraft.item.crafting.ShapedRecipes@5f32ab17 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 202 minecraft:lime_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@3cc817bd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 203 minecraft:lime_bed net.minecraft.item.crafting.ShapedRecipes@726d8fa0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 204 minecraft:lime_banner net.minecraft.item.crafting.ShapedRecipes@42fa5cb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 205 minecraft:light_weighted_pressure_plate net.minecraft.item.crafting.ShapedRecipes@296bfddb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 206 minecraft:light_gray_wool net.minecraft.item.crafting.ShapelessRecipes@67ceaa9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 207 minecraft:light_gray_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@3d73cd78 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 208 minecraft:light_gray_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@c96c497 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 209 minecraft:light_gray_stained_glass net.minecraft.item.crafting.ShapedRecipes@5dfec221 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 210 minecraft:light_gray_dye_from_white_tulip net.minecraft.item.crafting.ShapelessRecipes@52bc6fcf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 211 minecraft:light_gray_dye_from_oxeye_daisy net.minecraft.item.crafting.ShapelessRecipes@2e7e84f8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 212 minecraft:light_gray_dye_from_ink_bonemeal net.minecraft.item.crafting.ShapelessRecipes@6e6f5842 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 213 minecraft:light_gray_dye_from_gray_bonemeal net.minecraft.item.crafting.ShapelessRecipes@21a0795f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 214 minecraft:light_gray_dye_from_azure_bluet net.minecraft.item.crafting.ShapelessRecipes@5730b513 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 215 minecraft:light_gray_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@301e5d23 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 216 minecraft:light_gray_carpet net.minecraft.item.crafting.ShapedRecipes@36cdcae0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 217 minecraft:light_gray_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@1d535b78 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 218 minecraft:light_gray_bed net.minecraft.item.crafting.ShapedRecipes@31859960 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 219 minecraft:light_gray_banner net.minecraft.item.crafting.ShapedRecipes@2568611c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 220 minecraft:light_blue_wool net.minecraft.item.crafting.ShapelessRecipes@366bf608 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 221 minecraft:light_blue_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@5e0442dd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 222 minecraft:light_blue_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@1e36baca +[18:05:25] [Server thread/TRACE] [FML]: Registry: 223 minecraft:light_blue_stained_glass net.minecraft.item.crafting.ShapedRecipes@5e3d84a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 224 minecraft:light_blue_dye_from_lapis_bonemeal net.minecraft.item.crafting.ShapelessRecipes@2d9df336 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 225 minecraft:light_blue_dye_from_blue_orchid net.minecraft.item.crafting.ShapelessRecipes@1fb30e5d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 226 minecraft:light_blue_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@3186f8f5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 227 minecraft:light_blue_carpet net.minecraft.item.crafting.ShapedRecipes@2a341e3d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 228 minecraft:light_blue_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@24e7087a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 229 minecraft:light_blue_bed net.minecraft.item.crafting.ShapedRecipes@71e2843b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 230 minecraft:light_blue_banner net.minecraft.item.crafting.ShapedRecipes@254cc548 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 231 minecraft:lever net.minecraft.item.crafting.ShapedRecipes@3117ac8d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 232 minecraft:leather_leggings net.minecraft.item.crafting.ShapedRecipes@1610c03c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 233 minecraft:leather_helmet net.minecraft.item.crafting.ShapedRecipes@d0e4972 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 234 minecraft:leather_chestplate net.minecraft.item.crafting.ShapedRecipes@7cdb05aa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 235 minecraft:leather_boots net.minecraft.item.crafting.ShapedRecipes@5cb76070 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 236 minecraft:leather net.minecraft.item.crafting.ShapedRecipes@753e4eb5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 237 minecraft:lead net.minecraft.item.crafting.ShapedRecipes@4b762988 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 238 minecraft:lapis_lazuli net.minecraft.item.crafting.ShapedRecipes@3c6fc4cd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 239 minecraft:lapis_block net.minecraft.item.crafting.ShapedRecipes@2e785b28 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 240 minecraft:ladder net.minecraft.item.crafting.ShapedRecipes@5764d421 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 241 minecraft:jungle_wooden_slab net.minecraft.item.crafting.ShapedRecipes@71f10042 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 242 minecraft:jungle_stairs net.minecraft.item.crafting.ShapedRecipes@41289e88 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 243 minecraft:jungle_planks net.minecraft.item.crafting.ShapedRecipes@560be8c0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 244 minecraft:jungle_fence_gate net.minecraft.item.crafting.ShapedRecipes@42172065 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 245 minecraft:jungle_fence net.minecraft.item.crafting.ShapedRecipes@2e20c20b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 246 minecraft:jungle_door net.minecraft.item.crafting.ShapedRecipes@36762234 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 247 minecraft:jungle_boat net.minecraft.item.crafting.ShapedRecipes@42c9b1ee +[18:05:25] [Server thread/TRACE] [FML]: Registry: 248 minecraft:jukebox net.minecraft.item.crafting.ShapedRecipes@7d4bdbd8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 249 minecraft:item_frame net.minecraft.item.crafting.ShapedRecipes@434b2e0c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 250 minecraft:iron_trapdoor net.minecraft.item.crafting.ShapedRecipes@2c557eee +[18:05:25] [Server thread/TRACE] [FML]: Registry: 251 minecraft:iron_sword net.minecraft.item.crafting.ShapedRecipes@7b7b1448 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 252 minecraft:iron_shovel net.minecraft.item.crafting.ShapedRecipes@68a94e58 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 253 minecraft:iron_pickaxe net.minecraft.item.crafting.ShapedRecipes@75ac326f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 254 minecraft:iron_nugget net.minecraft.item.crafting.ShapedRecipes@f453129 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 255 minecraft:iron_leggings net.minecraft.item.crafting.ShapedRecipes@49809275 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 256 minecraft:iron_ingot_from_nuggets net.minecraft.item.crafting.ShapedRecipes@2c8f65da +[18:05:25] [Server thread/TRACE] [FML]: Registry: 257 minecraft:iron_ingot_from_block net.minecraft.item.crafting.ShapedRecipes@2346f77a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 258 minecraft:iron_hoe net.minecraft.item.crafting.ShapedRecipes@7acfcfc4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 259 minecraft:iron_helmet net.minecraft.item.crafting.ShapedRecipes@3fe5ad73 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 260 minecraft:iron_door net.minecraft.item.crafting.ShapedRecipes@38856d6e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 261 minecraft:iron_chestplate net.minecraft.item.crafting.ShapedRecipes@6ac2c5a1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 262 minecraft:iron_boots net.minecraft.item.crafting.ShapedRecipes@1abbc1d4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 263 minecraft:iron_block net.minecraft.item.crafting.ShapedRecipes@f5167f0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 264 minecraft:iron_bars net.minecraft.item.crafting.ShapedRecipes@21022cbb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 265 minecraft:iron_axe net.minecraft.item.crafting.ShapedRecipes@212c0aff +[18:05:25] [Server thread/TRACE] [FML]: Registry: 266 minecraft:hopper_minecart net.minecraft.item.crafting.ShapedRecipes@dd77e0d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 267 minecraft:hopper net.minecraft.item.crafting.ShapedRecipes@44dcc0e4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 268 minecraft:heavy_weighted_pressure_plate net.minecraft.item.crafting.ShapedRecipes@3c271988 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 269 minecraft:hay_block net.minecraft.item.crafting.ShapedRecipes@25b83dce +[18:05:25] [Server thread/TRACE] [FML]: Registry: 270 minecraft:green_wool net.minecraft.item.crafting.ShapelessRecipes@3966c679 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 271 minecraft:green_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@3703a400 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 272 minecraft:green_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@55574295 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 273 minecraft:green_stained_glass net.minecraft.item.crafting.ShapedRecipes@5d04fbb7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 274 minecraft:green_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@68543a35 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 275 minecraft:green_carpet net.minecraft.item.crafting.ShapedRecipes@5a3be84 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 276 minecraft:green_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@464d60fb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 277 minecraft:green_bed net.minecraft.item.crafting.ShapedRecipes@6167c42f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 278 minecraft:green_banner net.minecraft.item.crafting.ShapedRecipes@2c7c898a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 279 minecraft:gray_wool net.minecraft.item.crafting.ShapelessRecipes@6d946eee +[18:05:25] [Server thread/TRACE] [FML]: Registry: 280 minecraft:gray_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@220cda54 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 281 minecraft:gray_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@5c459194 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 282 minecraft:gray_stained_glass net.minecraft.item.crafting.ShapedRecipes@550f522b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 283 minecraft:gray_dye net.minecraft.item.crafting.ShapelessRecipes@69cb134 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 284 minecraft:gray_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@7d7a8d23 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 285 minecraft:gray_carpet net.minecraft.item.crafting.ShapedRecipes@f98cff +[18:05:25] [Server thread/TRACE] [FML]: Registry: 286 minecraft:gray_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@5a4e492c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 287 minecraft:gray_bed net.minecraft.item.crafting.ShapedRecipes@6c1a63f7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 288 minecraft:gray_banner net.minecraft.item.crafting.ShapedRecipes@33a8f553 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 289 minecraft:granite net.minecraft.item.crafting.ShapelessRecipes@4f65af91 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 290 minecraft:golden_sword net.minecraft.item.crafting.ShapedRecipes@6b94c200 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 291 minecraft:golden_shovel net.minecraft.item.crafting.ShapedRecipes@630c3af3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 292 minecraft:golden_rail net.minecraft.item.crafting.ShapedRecipes@cfc4601 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 293 minecraft:golden_pickaxe net.minecraft.item.crafting.ShapedRecipes@ebff59d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 294 minecraft:golden_leggings net.minecraft.item.crafting.ShapedRecipes@38197e82 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 295 minecraft:golden_hoe net.minecraft.item.crafting.ShapedRecipes@8f374de +[18:05:25] [Server thread/TRACE] [FML]: Registry: 296 minecraft:golden_helmet net.minecraft.item.crafting.ShapedRecipes@565c887e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 297 minecraft:golden_chestplate net.minecraft.item.crafting.ShapedRecipes@363ba634 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 298 minecraft:golden_carrot net.minecraft.item.crafting.ShapedRecipes@4ac0d49 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 299 minecraft:golden_boots net.minecraft.item.crafting.ShapedRecipes@7bd7d71c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 300 minecraft:golden_axe net.minecraft.item.crafting.ShapedRecipes@1f013047 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 301 minecraft:golden_apple net.minecraft.item.crafting.ShapedRecipes@318511f0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 302 minecraft:gold_nugget net.minecraft.item.crafting.ShapedRecipes@70b1028d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 303 minecraft:gold_ingot_from_nuggets net.minecraft.item.crafting.ShapedRecipes@6b6c0b7c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 304 minecraft:gold_ingot_from_block net.minecraft.item.crafting.ShapedRecipes@6787bd41 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 305 minecraft:gold_block net.minecraft.item.crafting.ShapedRecipes@5e198c40 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 306 minecraft:glowstone net.minecraft.item.crafting.ShapedRecipes@5dd227b7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 307 minecraft:glass_pane net.minecraft.item.crafting.ShapedRecipes@497fd334 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 308 minecraft:glass_bottle net.minecraft.item.crafting.ShapedRecipes@3879feec +[18:05:25] [Server thread/TRACE] [FML]: Registry: 309 minecraft:furnace_minecart net.minecraft.item.crafting.ShapedRecipes@8dcacf1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 310 minecraft:furnace net.minecraft.item.crafting.ShapedRecipes@27d6467 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 311 minecraft:flower_pot net.minecraft.item.crafting.ShapedRecipes@750c23a3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 312 minecraft:flint_and_steel net.minecraft.item.crafting.ShapelessRecipes@7ef7f414 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 313 minecraft:fishing_rod net.minecraft.item.crafting.ShapedRecipes@1238a074 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 314 minecraft:fire_charge net.minecraft.item.crafting.ShapelessRecipes@2e1e7bc6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 315 minecraft:fermented_spider_eye net.minecraft.item.crafting.ShapelessRecipes@1f365a26 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 316 minecraft:fence_gate net.minecraft.item.crafting.ShapedRecipes@3909308c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 317 minecraft:fence net.minecraft.item.crafting.ShapedRecipes@6958d5d0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 318 minecraft:ender_eye net.minecraft.item.crafting.ShapelessRecipes@50caeb4b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 319 minecraft:ender_chest net.minecraft.item.crafting.ShapedRecipes@1860b107 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 320 minecraft:end_rod net.minecraft.item.crafting.ShapedRecipes@5b324447 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 321 minecraft:end_crystal net.minecraft.item.crafting.ShapedRecipes@143fe09c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 322 minecraft:end_bricks net.minecraft.item.crafting.ShapedRecipes@6b32b678 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 323 minecraft:enchanting_table net.minecraft.item.crafting.ShapedRecipes@1adf387e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 324 minecraft:emerald_block net.minecraft.item.crafting.ShapedRecipes@544e6b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 325 minecraft:emerald net.minecraft.item.crafting.ShapedRecipes@78829412 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 326 minecraft:dropper net.minecraft.item.crafting.ShapedRecipes@1afa048a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 327 minecraft:dispenser net.minecraft.item.crafting.ShapedRecipes@dbcf7c3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 328 minecraft:diorite net.minecraft.item.crafting.ShapedRecipes@36931450 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 329 minecraft:diamond_sword net.minecraft.item.crafting.ShapedRecipes@f575d2b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 330 minecraft:diamond_shovel net.minecraft.item.crafting.ShapedRecipes@6033f36c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 331 minecraft:diamond_pickaxe net.minecraft.item.crafting.ShapedRecipes@2634d000 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 332 minecraft:diamond_leggings net.minecraft.item.crafting.ShapedRecipes@50008974 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 333 minecraft:diamond_hoe net.minecraft.item.crafting.ShapedRecipes@53dbe7b2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 334 minecraft:diamond_helmet net.minecraft.item.crafting.ShapedRecipes@71b7e9c8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 335 minecraft:diamond_chestplate net.minecraft.item.crafting.ShapedRecipes@76b019c4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 336 minecraft:diamond_boots net.minecraft.item.crafting.ShapedRecipes@77d58f3a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 337 minecraft:diamond_block net.minecraft.item.crafting.ShapedRecipes@478c84aa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 338 minecraft:diamond_axe net.minecraft.item.crafting.ShapedRecipes@ef220e4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 339 minecraft:diamond net.minecraft.item.crafting.ShapedRecipes@77988c45 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 340 minecraft:detector_rail net.minecraft.item.crafting.ShapedRecipes@4c0bfe9e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 341 minecraft:daylight_detector net.minecraft.item.crafting.ShapedRecipes@51e1e058 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 342 minecraft:dark_prismarine net.minecraft.item.crafting.ShapedRecipes@1c14d24d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 343 minecraft:dark_oak_wooden_slab net.minecraft.item.crafting.ShapedRecipes@221cdd87 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 344 minecraft:dark_oak_stairs net.minecraft.item.crafting.ShapedRecipes@2761156e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 345 minecraft:dark_oak_planks net.minecraft.item.crafting.ShapedRecipes@1bb51492 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 346 minecraft:dark_oak_fence_gate net.minecraft.item.crafting.ShapedRecipes@194eae3e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 347 minecraft:dark_oak_fence net.minecraft.item.crafting.ShapedRecipes@57f89680 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 348 minecraft:dark_oak_door net.minecraft.item.crafting.ShapedRecipes@14c18a6a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 349 minecraft:dark_oak_boat net.minecraft.item.crafting.ShapedRecipes@319d106c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 350 minecraft:cyan_wool net.minecraft.item.crafting.ShapelessRecipes@2245ccaa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 351 minecraft:cyan_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@6636448b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 352 minecraft:cyan_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@33a7331 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 353 minecraft:cyan_stained_glass net.minecraft.item.crafting.ShapedRecipes@37344d31 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 354 minecraft:cyan_dye net.minecraft.item.crafting.ShapelessRecipes@138a952f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 355 minecraft:cyan_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@19540247 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 356 minecraft:cyan_carpet net.minecraft.item.crafting.ShapedRecipes@393e7546 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 357 minecraft:cyan_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@32fd5bc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 358 minecraft:cyan_bed net.minecraft.item.crafting.ShapedRecipes@7fcbc336 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 359 minecraft:cyan_banner net.minecraft.item.crafting.ShapedRecipes@1eab0700 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 361 minecraft:cookie net.minecraft.item.crafting.ShapedRecipes@478fe415 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 362 minecraft:compass net.minecraft.item.crafting.ShapedRecipes@45017263 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 363 minecraft:comparator net.minecraft.item.crafting.ShapedRecipes@5dac6bc3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 364 minecraft:cobblestone_wall net.minecraft.item.crafting.ShapedRecipes@75fa9254 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 365 minecraft:cobblestone_slab net.minecraft.item.crafting.ShapedRecipes@3539cf45 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 366 minecraft:coarse_dirt net.minecraft.item.crafting.ShapedRecipes@62e586a6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 367 minecraft:coal_block net.minecraft.item.crafting.ShapedRecipes@14e83c9d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 368 minecraft:coal net.minecraft.item.crafting.ShapedRecipes@64cdc310 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 369 minecraft:clock net.minecraft.item.crafting.ShapedRecipes@525b9df4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 370 minecraft:clay net.minecraft.item.crafting.ShapedRecipes@2ae88712 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 371 minecraft:chiseled_stonebrick net.minecraft.item.crafting.ShapedRecipes@57ab4b33 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 372 minecraft:chiseled_sandstone net.minecraft.item.crafting.ShapedRecipes@5e72c82a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 373 minecraft:chiseled_red_sandstone net.minecraft.item.crafting.ShapedRecipes@102c24d1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 374 minecraft:chiseled_quartz_block net.minecraft.item.crafting.ShapedRecipes@65698020 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 375 minecraft:chest_minecart net.minecraft.item.crafting.ShapedRecipes@470a446f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 376 minecraft:chest net.minecraft.item.crafting.ShapedRecipes@669daa93 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 377 minecraft:cauldron net.minecraft.item.crafting.ShapedRecipes@129aaac1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 378 minecraft:carrot_on_a_stick net.minecraft.item.crafting.ShapedRecipes@29fc83c5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 379 minecraft:cake net.minecraft.item.crafting.ShapedRecipes@2911db81 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 380 minecraft:bucket net.minecraft.item.crafting.ShapedRecipes@57a0c261 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 381 minecraft:brown_wool net.minecraft.item.crafting.ShapelessRecipes@104392ba +[18:05:25] [Server thread/TRACE] [FML]: Registry: 382 minecraft:brown_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@7872e91f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 383 minecraft:brown_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@27575bcd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 384 minecraft:brown_stained_glass net.minecraft.item.crafting.ShapedRecipes@1e7113f8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 385 minecraft:brown_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@749c0669 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 386 minecraft:brown_carpet net.minecraft.item.crafting.ShapedRecipes@4769537a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 387 minecraft:brown_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@558aa1f1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 388 minecraft:brown_bed net.minecraft.item.crafting.ShapedRecipes@1a4ae53d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 389 minecraft:brown_banner net.minecraft.item.crafting.ShapedRecipes@27e3dc9a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 390 minecraft:brick_stairs net.minecraft.item.crafting.ShapedRecipes@4eace42b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 391 minecraft:brick_slab net.minecraft.item.crafting.ShapedRecipes@418bdde9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 392 minecraft:brick_block net.minecraft.item.crafting.ShapedRecipes@2c451c4a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 393 minecraft:brewing_stand net.minecraft.item.crafting.ShapedRecipes@67b09e34 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 394 minecraft:bread net.minecraft.item.crafting.ShapedRecipes@176054b7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 395 minecraft:bowl net.minecraft.item.crafting.ShapedRecipes@54087bdb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 396 minecraft:bow net.minecraft.item.crafting.ShapedRecipes@7ade62a6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 397 minecraft:bookshelf net.minecraft.item.crafting.ShapedRecipes@1fa29b9e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 398 minecraft:book net.minecraft.item.crafting.ShapelessRecipes@3ee200ae +[18:05:25] [Server thread/TRACE] [FML]: Registry: 399 minecraft:bone_meal_from_bone net.minecraft.item.crafting.ShapelessRecipes@28e8dee7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 400 minecraft:bone_meal_from_block net.minecraft.item.crafting.ShapelessRecipes@44117b0d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 401 minecraft:bone_block net.minecraft.item.crafting.ShapedRecipes@54a033b8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 402 minecraft:boat net.minecraft.item.crafting.ShapedRecipes@3f142e87 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 403 minecraft:blue_wool net.minecraft.item.crafting.ShapelessRecipes@36d5c2ce +[18:05:25] [Server thread/TRACE] [FML]: Registry: 404 minecraft:blue_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@3b3f62d7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 405 minecraft:blue_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@58ca6ba3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 406 minecraft:blue_stained_glass net.minecraft.item.crafting.ShapedRecipes@460aa24e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 407 minecraft:blue_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@52fec840 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 408 minecraft:blue_carpet net.minecraft.item.crafting.ShapedRecipes@1896299b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 409 minecraft:blue_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@61607ff0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 410 minecraft:blue_bed net.minecraft.item.crafting.ShapedRecipes@703e5614 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 411 minecraft:blue_banner net.minecraft.item.crafting.ShapedRecipes@61648dd2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 412 minecraft:blaze_powder net.minecraft.item.crafting.ShapelessRecipes@1e4d93f7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 413 minecraft:black_wool net.minecraft.item.crafting.ShapelessRecipes@5300694d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 414 minecraft:black_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@261f5a45 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 415 minecraft:black_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@593354fa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 416 minecraft:black_stained_glass net.minecraft.item.crafting.ShapedRecipes@406808eb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 417 minecraft:black_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@354e2bff +[18:05:25] [Server thread/TRACE] [FML]: Registry: 418 minecraft:black_carpet net.minecraft.item.crafting.ShapedRecipes@7dfca9e6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 419 minecraft:black_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@4407fea2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 420 minecraft:black_bed net.minecraft.item.crafting.ShapedRecipes@4b7a4c83 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 421 minecraft:black_banner net.minecraft.item.crafting.ShapedRecipes@5819ee0f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 422 minecraft:birch_wooden_slab net.minecraft.item.crafting.ShapedRecipes@3b780b5c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 423 minecraft:birch_stairs net.minecraft.item.crafting.ShapedRecipes@6885f3f7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 424 minecraft:birch_planks net.minecraft.item.crafting.ShapedRecipes@5b657342 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 425 minecraft:birch_fence_gate net.minecraft.item.crafting.ShapedRecipes@6a013bdd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 426 minecraft:birch_fence net.minecraft.item.crafting.ShapedRecipes@3294102e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 427 minecraft:birch_door net.minecraft.item.crafting.ShapedRecipes@4be3de36 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 428 minecraft:birch_boat net.minecraft.item.crafting.ShapedRecipes@4bc41565 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 429 minecraft:beetroot_soup net.minecraft.item.crafting.ShapedRecipes@326dbe25 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 430 minecraft:beacon net.minecraft.item.crafting.ShapedRecipes@6fb219dd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 431 minecraft:arrow net.minecraft.item.crafting.ShapedRecipes@7253c53 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 432 minecraft:armor_stand net.minecraft.item.crafting.ShapedRecipes@60d32006 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 433 minecraft:anvil net.minecraft.item.crafting.ShapedRecipes@c6d7256 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 434 minecraft:andesite net.minecraft.item.crafting.ShapelessRecipes@c157abf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 435 minecraft:activator_rail net.minecraft.item.crafting.ShapedRecipes@6ed87ccf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 436 minecraft:acacia_wooden_slab net.minecraft.item.crafting.ShapedRecipes@4d2950ed +[18:05:25] [Server thread/TRACE] [FML]: Registry: 437 minecraft:acacia_stairs net.minecraft.item.crafting.ShapedRecipes@65bb4cb9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 438 minecraft:acacia_planks net.minecraft.item.crafting.ShapedRecipes@3465edf9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 439 minecraft:acacia_fence_gate net.minecraft.item.crafting.ShapedRecipes@77e5c765 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 440 minecraft:acacia_fence net.minecraft.item.crafting.ShapedRecipes@187df588 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 441 minecraft:acacia_door net.minecraft.item.crafting.ShapedRecipes@1055d261 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 442 minecraft:acacia_boat net.minecraft.item.crafting.ShapedRecipes@32b1e906 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 443 nnparadisemod:rusty_ingot_from_nugget net.minecraftforge.oredict.ShapedOreRecipe@76041d20 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 444 nnparadisemod:tree_topper net.minecraft.item.crafting.ShapedRecipes@596e1c97 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 445 nnparadisemod:rusty_iron_block2 net.minecraftforge.oredict.ShapedOreRecipe@7b65b524 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 446 nnparadisemod:salt_lamp net.minecraft.item.crafting.ShapedRecipes@4d1c43b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 447 nnparadisemod:blaze_powder net.minecraft.item.crafting.ShapedRecipes@5afaeeec +[18:05:25] [Server thread/TRACE] [FML]: Registry: 448 nnparadisemod:ender_pearl_block net.minecraft.item.crafting.ShapedRecipes@680830e6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 449 nnparadisemod:ruby_block net.minecraftforge.oredict.ShapedOreRecipe@6ba51c5c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 450 nnparadisemod:compressed_cactus_chest net.minecraft.item.crafting.ShapedRecipes@3601530d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 451 nnparadisemod:tables/jungle_crafting_table net.minecraft.item.crafting.ShapedRecipes@3b7118da +[18:05:25] [Server thread/TRACE] [FML]: Registry: 452 nnparadisemod:tables/oak_crafting_table net.minecraft.item.crafting.ShapedRecipes@26aac6fb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 453 nnparadisemod:tables/spruce_crafting_table net.minecraft.item.crafting.ShapedRecipes@40ed3939 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 454 nnparadisemod:tables/cactus_crafting_table net.minecraft.item.crafting.ShapedRecipes@51d2026d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 455 nnparadisemod:tables/birch_crafting_table net.minecraft.item.crafting.ShapedRecipes@414d03a9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 456 nnparadisemod:tables/dark_oak_crafting_table net.minecraft.item.crafting.ShapedRecipes@5d825cc5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 457 nnparadisemod:tables/acacia_crafting_table net.minecraft.item.crafting.ShapedRecipes@1a0e4283 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 458 nnparadisemod:mossy_lever net.minecraftforge.oredict.ShapedOreRecipe@5708a488 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 459 nnparadisemod:fences/gold_fence net.minecraft.item.crafting.ShapedRecipes@28d2ec29 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 460 nnparadisemod:fences/iron_fence net.minecraft.item.crafting.ShapedRecipes@3a3eb2b1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 461 nnparadisemod:fences/diamond_fence net.minecraft.item.crafting.ShapedRecipes@52b61461 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 462 nnparadisemod:fences/redstone_fence net.minecraftforge.oredict.ShapedOreRecipe@2b206625 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 463 nnparadisemod:fences/brick_fence net.minecraft.item.crafting.ShapedRecipes@53390f33 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 464 nnparadisemod:fences/ruby_fence net.minecraftforge.oredict.ShapedOreRecipe@44563c09 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 465 nnparadisemod:fences/rusty_fence net.minecraft.item.crafting.ShapedRecipes@db5b577 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 466 nnparadisemod:fences/cactus_fence net.minecraftforge.oredict.ShapedOreRecipe@46a3934c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 467 nnparadisemod:fences/emerald_fence net.minecraft.item.crafting.ShapedRecipes@70a872b1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 468 nnparadisemod:fences/silver_fence net.minecraftforge.oredict.ShapedOreRecipe@27816139 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 469 nnparadisemod:sugar_block net.minecraft.item.crafting.ShapedRecipes@6383b566 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 470 nnparadisemod:gold_bars net.minecraft.item.crafting.ShapedRecipes@304ab812 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 471 nnparadisemod:silver_bars net.minecraft.item.crafting.ShapedRecipes@27ee31ff +[18:05:25] [Server thread/TRACE] [FML]: Registry: 472 nnparadisemod:compressed_cactus_chest_trapped net.minecraft.item.crafting.ShapelessRecipes@37cb091c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 473 nnparadisemod:gold_hopper net.minecraft.item.crafting.ShapedRecipes@7955d452 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 474 nnparadisemod:emerald_rail net.minecraft.item.crafting.ShapedRecipes@61c7de22 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 475 nnparadisemod:mossy_furnace net.minecraft.item.crafting.ShapedRecipes@6d899b84 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 476 nnparadisemod:salt net.minecraft.item.crafting.ShapedRecipes@5e060a3c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 477 nnparadisemod:compressed_cactus net.minecraft.item.crafting.ShapedRecipes@72908ba2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 478 nnparadisemod:emerald_shovel net.minecraft.item.crafting.ShapedRecipes@12443b10 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 479 nnparadisemod:cactus_chest net.minecraft.item.crafting.ShapedRecipes@5b6e0226 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 480 nnparadisemod:blaze_block net.minecraft.item.crafting.ShapedRecipes@74280080 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 481 nnparadisemod:sugar net.minecraft.item.crafting.ShapedRecipes@40e73d61 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 482 nnparadisemod:lamps/lime_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@7a53af34 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 483 nnparadisemod:lamps/purple_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@7691875d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 484 nnparadisemod:lamps/red_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@2606ea74 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 485 nnparadisemod:lamps/silver_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@2e5b2e23 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 486 nnparadisemod:lamps/yellow_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@223e3ae6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 487 nnparadisemod:lamps/light_blue_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@23d9f2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 488 nnparadisemod:lamps/magenta_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@6c662424 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 489 nnparadisemod:lamps/cyan_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@6947915a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 490 nnparadisemod:lamps/black_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@3760c619 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 491 nnparadisemod:lamps/white_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@27ab572b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 492 nnparadisemod:lamps/brown_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@272432f8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 493 nnparadisemod:lamps/blue_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@721fd16 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 494 nnparadisemod:lamps/pink_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@50715a8d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 495 nnparadisemod:lamps/gray_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@5066ffc2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 496 nnparadisemod:lamps/orange_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@16f61eae +[18:05:25] [Server thread/TRACE] [FML]: Registry: 497 nnparadisemod:lamps/green_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@6b475c00 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 498 nnparadisemod:silver_block net.minecraftforge.oredict.ShapedOreRecipe@778b75ca +[18:05:25] [Server thread/TRACE] [FML]: Registry: 499 nnparadisemod:soul_glass_pane net.minecraft.item.crafting.ShapedRecipes@6305a55 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 500 nnparadisemod:du_portal net.minecraft.item.crafting.ShapedRecipes@14198e7b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 501 nnparadisemod:cactus_chest_trapped net.minecraft.item.crafting.ShapelessRecipes@744fd39a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 502 nnparadisemod:rusty_ingot_from_block net.minecraftforge.oredict.ShapedOreRecipe@400c0d9a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 503 nnparadisemod:salt_block net.minecraft.item.crafting.ShapedRecipes@12a46995 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 504 nnparadisemod:silver_ingot_from_nugget net.minecraftforge.oredict.ShapedOreRecipe@71d3398b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 505 nnparadisemod:powered_emerald_rail net.minecraft.item.crafting.ShapedRecipes@108cfc9a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 506 nnparadisemod:trapdoors/ruby_trapdoor net.minecraftforge.oredict.ShapedOreRecipe@68e3e16c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 507 nnparadisemod:trapdoors/moss_stone_trapdoor net.minecraft.item.crafting.ShapedRecipes@3b485456 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 508 nnparadisemod:trapdoors/glowing_obsidian_trapdoor net.minecraft.item.crafting.ShapedRecipes@719d58b4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 509 nnparadisemod:trapdoors/granite_trapdoor net.minecraft.item.crafting.ShapedRecipes@7c669da8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 510 nnparadisemod:trapdoors/diamond_trapdoor net.minecraft.item.crafting.ShapedRecipes@70bcc867 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 511 nnparadisemod:trapdoors/obsidian_trapdoor net.minecraft.item.crafting.ShapedRecipes@11be503d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 512 nnparadisemod:trapdoors/end_trapdoor net.minecraft.item.crafting.ShapedRecipes@1712dd23 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 513 nnparadisemod:trapdoors/rusty_trapdoor net.minecraft.item.crafting.ShapedRecipes@45696fc0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 514 nnparadisemod:trapdoors/cactus_trapdoor net.minecraft.item.crafting.ShapedRecipes@1ba3afd1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 515 nnparadisemod:trapdoors/diorite_trapdoor net.minecraft.item.crafting.ShapedRecipes@1ce2e3a2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 516 nnparadisemod:trapdoors/silver_trapdoor net.minecraftforge.oredict.ShapedOreRecipe@4ca53b09 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 517 nnparadisemod:trapdoors/gold_trapdoor net.minecraft.item.crafting.ShapedRecipes@9ae16dc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 518 nnparadisemod:trapdoors/stone_trapdoor net.minecraft.item.crafting.ShapedRecipes@50317cce +[18:05:25] [Server thread/TRACE] [FML]: Registry: 519 nnparadisemod:trapdoors/cobblestone_trapdoor net.minecraft.item.crafting.ShapedRecipes@7b8eae53 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 520 nnparadisemod:trapdoors/emerald_trapdoor net.minecraft.item.crafting.ShapedRecipes@5e750fa2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 521 nnparadisemod:trapdoors/redstone_trapdoor net.minecraft.item.crafting.ShapedRecipes@28114411 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 522 nnparadisemod:trapdoors/andesite_trapdoor net.minecraft.item.crafting.ShapedRecipes@15fbb9bd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 523 nnparadisemod:trapdoors/redstone_trapdoor_2 net.minecraft.item.crafting.ShapedRecipes@43bc1abd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 524 nnparadisemod:rusty_bars net.minecraft.item.crafting.ShapedRecipes@1a1bebf9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 525 nnparadisemod:rusty_nugget_from_ingot net.minecraftforge.oredict.ShapedOreRecipe@1567c844 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 526 nnparadisemod:ender_pearl net.minecraft.item.crafting.ShapedRecipes@14cabd1a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 527 nnparadisemod:rusty_iron_block net.minecraft.item.crafting.ShapedRecipes@71b873a2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 528 nnparadisemod:plates/rusty_pressure_plate net.minecraftforge.oredict.ShapedOreRecipe@2c92ebdc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 529 nnparadisemod:plates/diamond_pressure_plate net.minecraft.item.crafting.ShapedRecipes@78f6ddda +[18:05:25] [Server thread/TRACE] [FML]: Registry: 530 nnparadisemod:plates/acacia_pressure_plate net.minecraft.item.crafting.ShapedRecipes@2a24e9e9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 531 nnparadisemod:plates/diorite_pressure_plate net.minecraft.item.crafting.ShapedRecipes@22c72d15 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 532 nnparadisemod:plates/granite_pressure_plate net.minecraft.item.crafting.ShapedRecipes@279a49d2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 533 nnparadisemod:plates/end_pressure_plate net.minecraft.item.crafting.ShapedRecipes@5970718c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 534 nnparadisemod:plates/cactus_pressure_plate net.minecraft.item.crafting.ShapedRecipes@62d581bc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 535 nnparadisemod:plates/glowing_obsidian_pressure_plate net.minecraft.item.crafting.ShapedRecipes@58cd4d11 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 536 nnparadisemod:plates/mossy_pressure_plate net.minecraft.item.crafting.ShapedRecipes@256ea225 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 537 nnparadisemod:plates/ruby_pressure_plate net.minecraftforge.oredict.ShapedOreRecipe@484b8cee +[18:05:25] [Server thread/TRACE] [FML]: Registry: 538 nnparadisemod:plates/spruce_pressure_plate net.minecraft.item.crafting.ShapedRecipes@33038e84 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 539 nnparadisemod:plates/jungle_pressure_plate net.minecraft.item.crafting.ShapedRecipes@3a6161b7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 540 nnparadisemod:plates/andesite_pressure_plate net.minecraft.item.crafting.ShapedRecipes@15af2946 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 541 nnparadisemod:plates/emerald_pressure_plate net.minecraft.item.crafting.ShapedRecipes@47ebbee1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 542 nnparadisemod:plates/oak_pressure_plate net.minecraft.item.crafting.ShapedRecipes@517f15be +[18:05:25] [Server thread/TRACE] [FML]: Registry: 543 nnparadisemod:plates/birch_pressure_plate net.minecraft.item.crafting.ShapedRecipes@7eec5837 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 544 nnparadisemod:plates/cobblestone_pressure_plate net.minecraft.item.crafting.ShapedRecipes@fdaaeb0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 545 nnparadisemod:plates/dark_oak_pressure_plate net.minecraft.item.crafting.ShapedRecipes@3a7e556f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 546 nnparadisemod:plates/grass_pressure_plate net.minecraft.item.crafting.ShapedRecipes@4ae9fce7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 547 nnparadisemod:plates/silver_pressure_plate net.minecraftforge.oredict.ShapedOreRecipe@5882378e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 548 nnparadisemod:fence gates/emerald_fence_gate net.minecraft.item.crafting.ShapedRecipes@4082fab3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 549 nnparadisemod:fence gates/cactus_fence_gate net.minecraftforge.oredict.ShapedOreRecipe@52df2ef9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 550 nnparadisemod:fence gates/redstone_fence_gate net.minecraftforge.oredict.ShapedOreRecipe@5d6536ca +[18:05:25] [Server thread/TRACE] [FML]: Registry: 551 nnparadisemod:fence gates/diamond_fence_gate net.minecraft.item.crafting.ShapedRecipes@83b6af3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 552 nnparadisemod:fence gates/iron_fence_gate net.minecraft.item.crafting.ShapedRecipes@4b1b853a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 553 nnparadisemod:fence gates/gold_fence_gate net.minecraft.item.crafting.ShapedRecipes@1b55a206 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 554 nnparadisemod:fence gates/rusty_fence_gate net.minecraft.item.crafting.ShapedRecipes@31a3dc23 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 555 nnparadisemod:fence gates/silver_fence_gate net.minecraftforge.oredict.ShapedOreRecipe@48b97f9b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 556 nnparadisemod:fence gates/brick_fence_gate net.minecraft.item.crafting.ShapedRecipes@39b1ed9d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 557 nnparadisemod:fence gates/ruby_fence_gate net.minecraftforge.oredict.ShapedOreRecipe@603d453c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 558 nnparadisemod:armor/silver_helmet net.minecraftforge.oredict.ShapedOreRecipe@54e7084e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 559 nnparadisemod:armor/obsidian_boots net.minecraftforge.oredict.ShapedOreRecipe@23e4e65e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 560 nnparadisemod:armor/silver_boots net.minecraftforge.oredict.ShapedOreRecipe@2d147505 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 561 nnparadisemod:armor/silver/silver_helmet net.minecraftforge.oredict.ShapedOreRecipe@52d0d545 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 562 nnparadisemod:armor/silver/silver_boots net.minecraftforge.oredict.ShapedOreRecipe@70139ceb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 563 nnparadisemod:armor/silver/silver_chestplate net.minecraftforge.oredict.ShapedOreRecipe@620798be +[18:05:25] [Server thread/TRACE] [FML]: Registry: 564 nnparadisemod:armor/silver/silver_leggings net.minecraftforge.oredict.ShapedOreRecipe@7bd85e84 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 565 nnparadisemod:armor/santa_jacket net.minecraft.item.crafting.ShapedRecipes@4f6bd08f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 566 nnparadisemod:armor/santa_hat net.minecraft.item.crafting.ShapedRecipes@4d8a0fa2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 567 nnparadisemod:armor/emerald_chestplate net.minecraftforge.oredict.ShapedOreRecipe@5e542369 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 568 nnparadisemod:armor/ruby_chestplate net.minecraftforge.oredict.ShapedOreRecipe@4cae4f19 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 569 nnparadisemod:armor/emerald_leggings net.minecraftforge.oredict.ShapedOreRecipe@4d1df80e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 570 nnparadisemod:armor/ruby_helmet net.minecraftforge.oredict.ShapedOreRecipe@729c2ca +[18:05:25] [Server thread/TRACE] [FML]: Registry: 571 nnparadisemod:armor/redstone_helmet net.minecraftforge.oredict.ShapedOreRecipe@79757113 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 572 nnparadisemod:armor/obsidian_leggings net.minecraftforge.oredict.ShapedOreRecipe@5544c79 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 573 nnparadisemod:armor/ruby/ruby_chestplate net.minecraftforge.oredict.ShapedOreRecipe@5d042327 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 574 nnparadisemod:armor/ruby/ruby_helmet net.minecraftforge.oredict.ShapedOreRecipe@2128bcc8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 575 nnparadisemod:armor/ruby/ruby_leggings net.minecraftforge.oredict.ShapedOreRecipe@b05dc63 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 576 nnparadisemod:armor/ruby/ruby_boots net.minecraftforge.oredict.ShapedOreRecipe@29aeaefa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 577 nnparadisemod:armor/redstone_boots net.minecraftforge.oredict.ShapedOreRecipe@5d7d8b80 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 578 nnparadisemod:armor/ruby_leggings net.minecraftforge.oredict.ShapedOreRecipe@68beeb27 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 579 nnparadisemod:armor/obsidian_helmet net.minecraftforge.oredict.ShapedOreRecipe@54ac790a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 580 nnparadisemod:armor/silver_chestplate net.minecraftforge.oredict.ShapedOreRecipe@25d0d070 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 581 nnparadisemod:armor/emerald/emerald_chestplate net.minecraftforge.oredict.ShapedOreRecipe@11c12362 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 582 nnparadisemod:armor/emerald/emerald_leggings net.minecraftforge.oredict.ShapedOreRecipe@4f7af2c1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 583 nnparadisemod:armor/emerald/emerald_helmet net.minecraftforge.oredict.ShapedOreRecipe@62cb395f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 584 nnparadisemod:armor/emerald/emerald_boots net.minecraftforge.oredict.ShapedOreRecipe@416d3d02 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 585 nnparadisemod:armor/obsidian_chestplate net.minecraftforge.oredict.ShapedOreRecipe@4e90afec +[18:05:25] [Server thread/TRACE] [FML]: Registry: 586 nnparadisemod:armor/redstone_leggings net.minecraftforge.oredict.ShapedOreRecipe@7634fcb8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 587 nnparadisemod:armor/redstone_chestplate net.minecraftforge.oredict.ShapedOreRecipe@1b9225d5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 588 nnparadisemod:armor/emerald_helmet net.minecraftforge.oredict.ShapedOreRecipe@5ee546e4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 589 nnparadisemod:armor/santa_pants net.minecraft.item.crafting.ShapedRecipes@34fa2d46 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 590 nnparadisemod:armor/ruby_boots net.minecraftforge.oredict.ShapedOreRecipe@624f66c0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 591 nnparadisemod:armor/rusty/rusty_chestplate net.minecraftforge.oredict.ShapedOreRecipe@59f6d1b6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 592 nnparadisemod:armor/rusty/rusty_leggings net.minecraftforge.oredict.ShapedOreRecipe@182300b1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 593 nnparadisemod:armor/rusty/rusty_boots net.minecraftforge.oredict.ShapedOreRecipe@51c975f7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 594 nnparadisemod:armor/rusty/rusty_helmet net.minecraftforge.oredict.ShapedOreRecipe@484c85a2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 595 nnparadisemod:armor/xmas/santa_jacket net.minecraft.item.crafting.ShapedRecipes@1e98f201 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 596 nnparadisemod:armor/xmas/santa_hat net.minecraft.item.crafting.ShapedRecipes@4d924511 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 597 nnparadisemod:armor/xmas/santa_pants net.minecraft.item.crafting.ShapedRecipes@e23fb18 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 598 nnparadisemod:armor/xmas/santa_boots net.minecraft.item.crafting.ShapedRecipes@62aafeea +[18:05:25] [Server thread/TRACE] [FML]: Registry: 599 nnparadisemod:armor/obsidian/obsidian_boots net.minecraftforge.oredict.ShapedOreRecipe@7d5689a5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 600 nnparadisemod:armor/obsidian/obsidian_leggings net.minecraftforge.oredict.ShapedOreRecipe@32b35ed2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 601 nnparadisemod:armor/obsidian/obsidian_helmet net.minecraftforge.oredict.ShapedOreRecipe@9c77ccc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 602 nnparadisemod:armor/obsidian/obsidian_chestplate net.minecraftforge.oredict.ShapedOreRecipe@7b409935 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 603 nnparadisemod:armor/silver_leggings net.minecraftforge.oredict.ShapedOreRecipe@27dec470 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 604 nnparadisemod:armor/emerald_boots net.minecraftforge.oredict.ShapedOreRecipe@637c6caa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 605 nnparadisemod:armor/santa_boots net.minecraft.item.crafting.ShapedRecipes@24679fe +[18:05:25] [Server thread/TRACE] [FML]: Registry: 606 nnparadisemod:armor/redstone/redstone_helmet net.minecraftforge.oredict.ShapedOreRecipe@1f8d6aa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 607 nnparadisemod:armor/redstone/redstone_boots net.minecraftforge.oredict.ShapedOreRecipe@7af2cfd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 608 nnparadisemod:armor/redstone/redstone_leggings net.minecraftforge.oredict.ShapedOreRecipe@38e39ab5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 609 nnparadisemod:armor/redstone/redstone_chestplate net.minecraftforge.oredict.ShapedOreRecipe@499fa8d7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 610 nnparadisemod:quartz net.minecraft.item.crafting.ShapedRecipes@58224eff +[18:05:25] [Server thread/TRACE] [FML]: Registry: 611 nnparadisemod:cactus_stick net.minecraft.item.crafting.ShapedRecipes@160c4b01 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 612 nnparadisemod:buttons/diamond_button net.minecraft.item.crafting.ShapedRecipes@22f21d5f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 613 nnparadisemod:buttons/rusty_button net.minecraft.item.crafting.ShapelessRecipes@4d712f6a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 614 nnparadisemod:buttons/gold_button net.minecraft.item.crafting.ShapelessRecipes@5cce692d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 615 nnparadisemod:buttons/glowing_obsidian_button net.minecraft.item.crafting.ShapedRecipes@25e8f113 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 616 nnparadisemod:buttons/oak_button net.minecraft.item.crafting.ShapedRecipes@73626e8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 617 nnparadisemod:buttons/mossy_button net.minecraft.item.crafting.ShapedRecipes@16502f10 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 618 nnparadisemod:buttons/ruby_button net.minecraftforge.oredict.ShapedOreRecipe@38cc8abd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 619 nnparadisemod:buttons/cobblestone_button net.minecraft.item.crafting.ShapedRecipes@3a35c867 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 620 nnparadisemod:buttons/obsidian_button net.minecraft.item.crafting.ShapedRecipes@249fb0ca +[18:05:25] [Server thread/TRACE] [FML]: Registry: 621 nnparadisemod:buttons/emerald_button net.minecraft.item.crafting.ShapedRecipes@1907758f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 622 nnparadisemod:buttons/silver_button net.minecraftforge.oredict.ShapelessOreRecipe@272c9357 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 623 nnparadisemod:buttons/grass_button net.minecraft.item.crafting.ShapelessRecipes@5527c67a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 624 nnparadisemod:buttons/end_button net.minecraft.item.crafting.ShapedRecipes@14782800 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 625 nnparadisemod:buttons/cactus_button net.minecraft.item.crafting.ShapedRecipes@646432bb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 626 nnparadisemod:buttons/iron_button net.minecraft.item.crafting.ShapelessRecipes@69026c45 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 627 nnparadisemod:buttons/glass_trapdoor net.minecraft.item.crafting.ShapedRecipes@59f222a0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 628 nnparadisemod:enchanted_apple net.minecraft.item.crafting.ShapedRecipes@56ce8f7d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 629 nnparadisemod:doors/glowing_obsidian_door net.minecraft.item.crafting.ShapedRecipes@7d862290 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 630 nnparadisemod:doors/glass_door net.minecraft.item.crafting.ShapedRecipes@629c8363 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 631 nnparadisemod:doors/diorite_door net.minecraft.item.crafting.ShapedRecipes@3a36a189 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 632 nnparadisemod:doors/silver_door net.minecraftforge.oredict.ShapedOreRecipe@266d67db +[18:05:25] [Server thread/TRACE] [FML]: Registry: 633 nnparadisemod:doors/redstone_door_2 net.minecraft.item.crafting.ShapedRecipes@1b798e26 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 634 nnparadisemod:doors/end_door net.minecraft.item.crafting.ShapedRecipes@1531f099 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 635 nnparadisemod:doors/ruby_door net.minecraftforge.oredict.ShapedOreRecipe@34aa5d21 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 636 nnparadisemod:doors/stone_door net.minecraft.item.crafting.ShapedRecipes@eb513a9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 637 nnparadisemod:doors/diamond_door net.minecraft.item.crafting.ShapedRecipes@24970845 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 638 nnparadisemod:doors/andesite_door net.minecraft.item.crafting.ShapedRecipes@42a7d9ef +[18:05:25] [Server thread/TRACE] [FML]: Registry: 639 nnparadisemod:doors/cobblestone_door net.minecraft.item.crafting.ShapedRecipes@c3d1999 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 640 nnparadisemod:doors/granite_door net.minecraft.item.crafting.ShapedRecipes@599dae8f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 641 nnparadisemod:doors/redstone_door net.minecraft.item.crafting.ShapedRecipes@a3c65ad +[18:05:25] [Server thread/TRACE] [FML]: Registry: 642 nnparadisemod:doors/emerald_door net.minecraft.item.crafting.ShapedRecipes@509d26b8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 643 nnparadisemod:doors/rusty_door net.minecraft.item.crafting.ShapedRecipes@1da91ef9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 644 nnparadisemod:doors/obsidian_door net.minecraft.item.crafting.ShapedRecipes@40b76a92 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 645 nnparadisemod:doors/gold_door net.minecraft.item.crafting.ShapedRecipes@69f75ee3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 646 nnparadisemod:doors/cactus_door net.minecraft.item.crafting.ShapedRecipes@5a5edc9e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 647 nnparadisemod:doors/moss_stone_door net.minecraft.item.crafting.ShapedRecipes@53a13e64 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 648 nnparadisemod:silver_hopper net.minecraftforge.oredict.ShapedOreRecipe@2147b993 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 649 nnparadisemod:walls/glowing_obsidian_wall net.minecraft.item.crafting.ShapedRecipes@3938be9c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 650 nnparadisemod:walls/obsidian_wall net.minecraft.item.crafting.ShapedRecipes@21b0f557 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 651 nnparadisemod:walls/end_wall net.minecraft.item.crafting.ShapedRecipes@4a384b92 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 652 nnparadisemod:silver_nugget_from_ingot net.minecraftforge.oredict.ShapedOreRecipe@6b66a965 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 653 nnparadisemod:nether_wart net.minecraft.item.crafting.ShapedRecipes@138ebb7a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 654 nnparadisemod:tools/silver_hoe net.minecraftforge.oredict.ShapedOreRecipe@3ae3af19 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 655 nnparadisemod:tools/redstone_hoe net.minecraft.item.crafting.ShapedRecipes@2161dfa4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 656 nnparadisemod:tools/silver_axe net.minecraftforge.oredict.ShapedOreRecipe@74bc5421 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 657 nnparadisemod:tools/silver/silver_hoe net.minecraftforge.oredict.ShapedOreRecipe@51826332 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 658 nnparadisemod:tools/silver/silver_axe net.minecraftforge.oredict.ShapedOreRecipe@5ba968cb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 659 nnparadisemod:tools/silver/silver_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@63f407b7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 660 nnparadisemod:tools/silver/silver_sword net.minecraftforge.oredict.ShapedOreRecipe@a538872 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 661 nnparadisemod:tools/silver/silver_shovel net.minecraftforge.oredict.ShapedOreRecipe@42d74143 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 662 nnparadisemod:tools/cactus_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@467ef3f5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 663 nnparadisemod:tools/ruby_sword net.minecraftforge.oredict.ShapedOreRecipe@ee301c8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 664 nnparadisemod:tools/silver_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@41ea1d7f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 665 nnparadisemod:tools/ cactus/cactus_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@cd83db8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 666 nnparadisemod:tools/ cactus/cactus_sword net.minecraftforge.oredict.ShapedOreRecipe@1b3b30cd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 667 nnparadisemod:tools/ cactus/cactus_axe net.minecraftforge.oredict.ShapedOreRecipe@25d9acb3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 668 nnparadisemod:tools/ cactus/cactus_shovel net.minecraftforge.oredict.ShapedOreRecipe@8a436d9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 669 nnparadisemod:tools/ cactus/cactus_hoe net.minecraftforge.oredict.ShapedOreRecipe@55c3f32 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 670 nnparadisemod:tools/cactus_sword net.minecraftforge.oredict.ShapedOreRecipe@2cf9a66 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 671 nnparadisemod:tools/obsidian_pickaxe net.minecraft.item.crafting.ShapedRecipes@787ed4fe +[18:05:25] [Server thread/TRACE] [FML]: Registry: 672 nnparadisemod:tools/obsidian_sword net.minecraft.item.crafting.ShapedRecipes@560e0817 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 673 nnparadisemod:tools/obsidian_shovel net.minecraft.item.crafting.ShapedRecipes@245a64c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 674 nnparadisemod:tools/obsidian_axe net.minecraft.item.crafting.ShapedRecipes@69dadddf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 675 nnparadisemod:tools/ruby/ruby_sword net.minecraftforge.oredict.ShapedOreRecipe@1ae95bad +[18:05:25] [Server thread/TRACE] [FML]: Registry: 676 nnparadisemod:tools/ruby/ruby_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@7bde63c5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 677 nnparadisemod:tools/ruby/ruby_shovel net.minecraftforge.oredict.ShapedOreRecipe@c22f218 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 678 nnparadisemod:tools/ruby/ruby_hoe net.minecraftforge.oredict.ShapedOreRecipe@5a1acf73 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 679 nnparadisemod:tools/ruby/ruby_axe net.minecraftforge.oredict.ShapedOreRecipe@654a3b9b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 680 nnparadisemod:tools/emerald_shovel net.minecraft.item.crafting.ShapedRecipes@7f91a938 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 681 nnparadisemod:tools/redstone_shovel net.minecraft.item.crafting.ShapedRecipes@224e4662 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 682 nnparadisemod:tools/redstone_pickaxe net.minecraft.item.crafting.ShapedRecipes@706deaf9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 683 nnparadisemod:tools/silver_sword net.minecraftforge.oredict.ShapedOreRecipe@22b4fb9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 684 nnparadisemod:tools/ruby_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@5813a30e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 685 nnparadisemod:tools/obsidian_hoe net.minecraft.item.crafting.ShapedRecipes@2c2e4e2a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 686 nnparadisemod:tools/emerald/emerald_hoe net.minecraft.item.crafting.ShapedRecipes@1ff92311 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 687 nnparadisemod:tools/emerald/emerald_sword net.minecraft.item.crafting.ShapedRecipes@5756dc17 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 688 nnparadisemod:tools/emerald/emerald_shovel net.minecraft.item.crafting.ShapedRecipes@5baf98d7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 689 nnparadisemod:tools/emerald/emerald_axe net.minecraft.item.crafting.ShapedRecipes@1e9271d8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 690 nnparadisemod:tools/emerald/emerald_pickaxe net.minecraft.item.crafting.ShapedRecipes@412f7f10 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 691 nnparadisemod:tools/silver_shovel net.minecraftforge.oredict.ShapedOreRecipe@417cbed4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 692 nnparadisemod:tools/cactus_axe net.minecraftforge.oredict.ShapedOreRecipe@7d010ee6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 693 nnparadisemod:tools/ruby_shovel net.minecraftforge.oredict.ShapedOreRecipe@55bdfc03 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 694 nnparadisemod:tools/rusty/rusty_shovel net.minecraftforge.oredict.ShapedOreRecipe@61c9206b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 695 nnparadisemod:tools/rusty/rusty_axe net.minecraftforge.oredict.ShapedOreRecipe@4d0db87a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 696 nnparadisemod:tools/rusty/rusty_sword net.minecraftforge.oredict.ShapedOreRecipe@742068da +[18:05:25] [Server thread/TRACE] [FML]: Registry: 697 nnparadisemod:tools/rusty/rusty_hoe net.minecraftforge.oredict.ShapedOreRecipe@1eb964de +[18:05:25] [Server thread/TRACE] [FML]: Registry: 698 nnparadisemod:tools/rusty/rusty_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@1578b99c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 699 nnparadisemod:tools/cactus_shovel net.minecraftforge.oredict.ShapedOreRecipe@15076c00 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 700 nnparadisemod:tools/obsidian/obsidian_pickaxe net.minecraft.item.crafting.ShapedRecipes@3f656166 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 701 nnparadisemod:tools/obsidian/obsidian_sword net.minecraft.item.crafting.ShapedRecipes@3e60def6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 702 nnparadisemod:tools/obsidian/obsidian_shovel net.minecraft.item.crafting.ShapedRecipes@582bb275 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 703 nnparadisemod:tools/obsidian/obsidian_axe net.minecraft.item.crafting.ShapedRecipes@4c7168ae +[18:05:25] [Server thread/TRACE] [FML]: Registry: 704 nnparadisemod:tools/obsidian/obsidian_hoe net.minecraft.item.crafting.ShapedRecipes@91f78b4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 705 nnparadisemod:tools/ruby_hoe net.minecraftforge.oredict.ShapedOreRecipe@35551d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 706 nnparadisemod:tools/redstone_axe net.minecraft.item.crafting.ShapedRecipes@1225266f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 707 nnparadisemod:tools/ruby_axe net.minecraftforge.oredict.ShapedOreRecipe@5c2ea14d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 708 nnparadisemod:tools/cactus_hoe net.minecraftforge.oredict.ShapedOreRecipe@da3b3fe +[18:05:25] [Server thread/TRACE] [FML]: Registry: 709 nnparadisemod:tools/redstone/redstone_sword net.minecraft.item.crafting.ShapedRecipes@7f5ab12a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 710 nnparadisemod:tools/redstone/redstone_hoe net.minecraft.item.crafting.ShapedRecipes@7255ef70 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 711 nnparadisemod:tools/redstone/redstone_shovel net.minecraft.item.crafting.ShapedRecipes@3ddfd4d0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 712 nnparadisemod:tools/redstone/redstone_pickaxe net.minecraft.item.crafting.ShapedRecipes@1fcd0cea +[18:05:25] [Server thread/TRACE] [FML]: Registry: 713 nnparadisemod:tools/redstone/redstone_axe net.minecraft.item.crafting.ShapedRecipes@98a86b3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 714 nnparadisemod:stairs/obsidian_stairs net.minecraft.item.crafting.ShapedRecipes@1bd107f3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 715 nnparadisemod:stairs/cactus_stairs net.minecraft.item.crafting.ShapedRecipes@7b6013e7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 716 nnparadisemod:stairs/glowing_obsidian_stairs net.minecraft.item.crafting.ShapedRecipes@2d06e5cd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 717 nnparadisemod:stairs/end_stairs net.minecraft.item.crafting.ShapedRecipes@6507e78d +[18:05:25] [Server thread/TRACE] [FML]: Registry Name : minecraft:villagerprofessions +[18:05:25] [Server thread/TRACE] [FML]: Registry: 0 minecraft:farmer net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@3d4b45b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 1 minecraft:librarian net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@1136122a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2 minecraft:priest net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@5a537a16 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 3 minecraft:smith net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@72288480 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4 minecraft:butcher net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@4ea43d4d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 5 minecraft:nitwit net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@6f22c1f1 +[18:05:25] [Server thread/TRACE] [FML]: Registry Name : minecraft:entities +[18:05:25] [Server thread/TRACE] [FML]: Registry: 1 minecraft:item net.minecraftforge.fml.common.registry.EntityEntry@4552f905 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2 minecraft:xp_orb net.minecraftforge.fml.common.registry.EntityEntry@6b64bf61 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 3 minecraft:area_effect_cloud net.minecraftforge.fml.common.registry.EntityEntry@60b553f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4 minecraft:elder_guardian net.minecraftforge.fml.common.registry.EntityEntry@4feec184 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 5 minecraft:wither_skeleton net.minecraftforge.fml.common.registry.EntityEntry@74a74070 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 6 minecraft:stray net.minecraftforge.fml.common.registry.EntityEntry@50e8ed74 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 7 minecraft:egg net.minecraftforge.fml.common.registry.EntityEntry@56b704ea +[18:05:25] [Server thread/TRACE] [FML]: Registry: 8 minecraft:leash_knot net.minecraftforge.fml.common.registry.EntityEntry@ab4d2ba +[18:05:25] [Server thread/TRACE] [FML]: Registry: 9 minecraft:painting net.minecraftforge.fml.common.registry.EntityEntry@39f68aec +[18:05:25] [Server thread/TRACE] [FML]: Registry: 10 minecraft:arrow net.minecraftforge.fml.common.registry.EntityEntry@65ff4b8c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 11 minecraft:snowball net.minecraftforge.fml.common.registry.EntityEntry@b81938d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 12 minecraft:fireball net.minecraftforge.fml.common.registry.EntityEntry@6d842877 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 13 minecraft:small_fireball net.minecraftforge.fml.common.registry.EntityEntry@4efed0e0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 14 minecraft:ender_pearl net.minecraftforge.fml.common.registry.EntityEntry@2125535d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 15 minecraft:eye_of_ender_signal net.minecraftforge.fml.common.registry.EntityEntry@d190639 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 16 minecraft:potion net.minecraftforge.fml.common.registry.EntityEntry@5f82209e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 17 minecraft:xp_bottle net.minecraftforge.fml.common.registry.EntityEntry@515c732d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 18 minecraft:item_frame net.minecraftforge.fml.common.registry.EntityEntry@5ae87de0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 19 minecraft:wither_skull net.minecraftforge.fml.common.registry.EntityEntry@7a247711 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 20 minecraft:tnt net.minecraftforge.fml.common.registry.EntityEntry@4910afdf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 21 minecraft:falling_block net.minecraftforge.fml.common.registry.EntityEntry@764db16c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 22 minecraft:fireworks_rocket net.minecraftforge.fml.common.registry.EntityEntry@45cb5307 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 23 minecraft:husk net.minecraftforge.fml.common.registry.EntityEntry@17332039 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 24 minecraft:spectral_arrow net.minecraftforge.fml.common.registry.EntityEntry@776e7dfb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 25 minecraft:shulker_bullet net.minecraftforge.fml.common.registry.EntityEntry@6d5508a5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 26 minecraft:dragon_fireball net.minecraftforge.fml.common.registry.EntityEntry@3d8bd881 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 27 minecraft:zombie_villager net.minecraftforge.fml.common.registry.EntityEntry@731ab49b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 28 minecraft:skeleton_horse net.minecraftforge.fml.common.registry.EntityEntry@41f23499 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 29 minecraft:zombie_horse net.minecraftforge.fml.common.registry.EntityEntry@1ce2029b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 30 minecraft:armor_stand net.minecraftforge.fml.common.registry.EntityEntry@43090195 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 31 minecraft:donkey net.minecraftforge.fml.common.registry.EntityEntry@7977f046 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 32 minecraft:mule net.minecraftforge.fml.common.registry.EntityEntry@6ec98ccc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 33 minecraft:evocation_fangs net.minecraftforge.fml.common.registry.EntityEntry@718ad3a6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 34 minecraft:evocation_illager net.minecraftforge.fml.common.registry.EntityEntry@625f5712 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 35 minecraft:vex net.minecraftforge.fml.common.registry.EntityEntry@4b5aa48b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 36 minecraft:vindication_illager net.minecraftforge.fml.common.registry.EntityEntry@4af84a76 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 37 minecraft:illusion_illager net.minecraftforge.fml.common.registry.EntityEntry@322ab6ce +[18:05:25] [Server thread/TRACE] [FML]: Registry: 40 minecraft:commandblock_minecart net.minecraftforge.fml.common.registry.EntityEntry@1425e531 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 41 minecraft:boat net.minecraftforge.fml.common.registry.EntityEntry@194e78af +[18:05:25] [Server thread/TRACE] [FML]: Registry: 42 minecraft:minecart net.minecraftforge.fml.common.registry.EntityEntry@4fe4503a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 43 minecraft:chest_minecart net.minecraftforge.fml.common.registry.EntityEntry@7614378d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 44 minecraft:furnace_minecart net.minecraftforge.fml.common.registry.EntityEntry@7028b5cc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 45 minecraft:tnt_minecart net.minecraftforge.fml.common.registry.EntityEntry@7c0ff7a0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 46 minecraft:hopper_minecart net.minecraftforge.fml.common.registry.EntityEntry@4535bdc6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 47 minecraft:spawner_minecart net.minecraftforge.fml.common.registry.EntityEntry@5e46a125 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 50 minecraft:creeper net.minecraftforge.fml.common.registry.EntityEntry@4a47bc9c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 51 minecraft:skeleton net.minecraftforge.fml.common.registry.EntityEntry@4c164f81 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 52 minecraft:spider net.minecraftforge.fml.common.registry.EntityEntry@2f262474 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 53 minecraft:giant net.minecraftforge.fml.common.registry.EntityEntry@983050b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 54 minecraft:zombie net.minecraftforge.fml.common.registry.EntityEntry@6aadb092 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 55 minecraft:slime net.minecraftforge.fml.common.registry.EntityEntry@6614ecca +[18:05:25] [Server thread/TRACE] [FML]: Registry: 56 minecraft:ghast net.minecraftforge.fml.common.registry.EntityEntry@1800c1e3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 57 minecraft:zombie_pigman net.minecraftforge.fml.common.registry.EntityEntry@11069eac +[18:05:25] [Server thread/TRACE] [FML]: Registry: 58 minecraft:enderman net.minecraftforge.fml.common.registry.EntityEntry@22368ddc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 59 minecraft:cave_spider net.minecraftforge.fml.common.registry.EntityEntry@2361365c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 60 minecraft:silverfish net.minecraftforge.fml.common.registry.EntityEntry@3dbbed3e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 61 minecraft:blaze net.minecraftforge.fml.common.registry.EntityEntry@12bcf7c6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 62 minecraft:magma_cube net.minecraftforge.fml.common.registry.EntityEntry@64540344 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 63 minecraft:ender_dragon net.minecraftforge.fml.common.registry.EntityEntry@24b8a393 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 64 minecraft:wither net.minecraftforge.fml.common.registry.EntityEntry@17e6b7e4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 65 minecraft:bat net.minecraftforge.fml.common.registry.EntityEntry@dd9de63 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 66 minecraft:witch net.minecraftforge.fml.common.registry.EntityEntry@98712fa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 67 minecraft:endermite net.minecraftforge.fml.common.registry.EntityEntry@61288814 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 68 minecraft:guardian net.minecraftforge.fml.common.registry.EntityEntry@3b8d2abe +[18:05:25] [Server thread/TRACE] [FML]: Registry: 69 minecraft:shulker net.minecraftforge.fml.common.registry.EntityEntry@751bb780 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 90 minecraft:pig net.minecraftforge.fml.common.registry.EntityEntry@9d2af36 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 91 minecraft:sheep net.minecraftforge.fml.common.registry.EntityEntry@32298473 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 92 minecraft:cow net.minecraftforge.fml.common.registry.EntityEntry@38394dc3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 93 minecraft:chicken net.minecraftforge.fml.common.registry.EntityEntry@2cacd55e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 94 minecraft:squid net.minecraftforge.fml.common.registry.EntityEntry@378c48c1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 95 minecraft:wolf net.minecraftforge.fml.common.registry.EntityEntry@57eed461 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 96 minecraft:mooshroom net.minecraftforge.fml.common.registry.EntityEntry@7fd3fd06 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 97 minecraft:snowman net.minecraftforge.fml.common.registry.EntityEntry@54ae1240 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 98 minecraft:ocelot net.minecraftforge.fml.common.registry.EntityEntry@27210a3b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 99 minecraft:villager_golem net.minecraftforge.fml.common.registry.EntityEntry@4895e8f6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 100 minecraft:horse net.minecraftforge.fml.common.registry.EntityEntry@3428420d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 101 minecraft:rabbit net.minecraftforge.fml.common.registry.EntityEntry@3c1908c8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 102 minecraft:polar_bear net.minecraftforge.fml.common.registry.EntityEntry@705d914f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 103 minecraft:llama net.minecraftforge.fml.common.registry.EntityEntry@71f8ce0e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 104 minecraft:llama_spit net.minecraftforge.fml.common.registry.EntityEntry@4fd92289 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 105 minecraft:parrot net.minecraftforge.fml.common.registry.EntityEntry@4e671ef +[18:05:25] [Server thread/TRACE] [FML]: Registry: 120 minecraft:villager net.minecraftforge.fml.common.registry.EntityEntry@146fa9c0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 200 minecraft:ender_crystal net.minecraftforge.fml.common.registry.EntityEntry@49f6c25e +[18:05:25] [Server thread/TRACE] [FML]: Registry Name : minecraft:blocks +[18:05:25] [Server thread/TRACE] [FML]: Registry: 0 minecraft:air Block{minecraft:air} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 1 minecraft:stone Block{minecraft:stone} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2 minecraft:grass Block{minecraft:grass} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 3 minecraft:dirt Block{minecraft:dirt} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4 minecraft:cobblestone Block{minecraft:cobblestone} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 5 minecraft:planks Block{minecraft:planks} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 6 minecraft:sapling Block{minecraft:sapling} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 7 minecraft:bedrock Block{minecraft:bedrock} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 8 minecraft:flowing_water Block{minecraft:flowing_water} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 9 minecraft:water Block{minecraft:water} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 10 minecraft:flowing_lava Block{minecraft:flowing_lava} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 11 minecraft:lava Block{minecraft:lava} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 12 minecraft:sand Block{minecraft:sand} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 13 minecraft:gravel Block{minecraft:gravel} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 14 minecraft:gold_ore Block{minecraft:gold_ore} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 15 minecraft:iron_ore Block{minecraft:iron_ore} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 16 minecraft:coal_ore Block{minecraft:coal_ore} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 17 minecraft:log Block{minecraft:log} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 18 minecraft:leaves Block{minecraft:leaves} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 19 minecraft:sponge Block{minecraft:sponge} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 20 minecraft:glass Block{minecraft:glass} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 21 minecraft:lapis_ore Block{minecraft:lapis_ore} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 22 minecraft:lapis_block Block{minecraft:lapis_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 23 minecraft:dispenser Block{minecraft:dispenser} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 24 minecraft:sandstone Block{minecraft:sandstone} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 25 minecraft:noteblock Block{minecraft:noteblock} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 26 minecraft:bed Block{minecraft:bed} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 27 minecraft:golden_rail Block{minecraft:golden_rail} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 28 minecraft:detector_rail Block{minecraft:detector_rail} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 29 minecraft:sticky_piston Block{minecraft:sticky_piston} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 30 minecraft:web Block{minecraft:web} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 31 minecraft:tallgrass Block{minecraft:tallgrass} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 32 minecraft:deadbush Block{minecraft:deadbush} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 33 minecraft:piston Block{minecraft:piston} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 34 minecraft:piston_head Block{minecraft:piston_head} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 35 minecraft:wool Block{minecraft:wool} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 36 minecraft:piston_extension Block{minecraft:piston_extension} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 37 minecraft:yellow_flower Block{minecraft:yellow_flower} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 38 minecraft:red_flower Block{minecraft:red_flower} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 39 minecraft:brown_mushroom Block{minecraft:brown_mushroom} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 40 minecraft:red_mushroom Block{minecraft:red_mushroom} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 41 minecraft:gold_block Block{minecraft:gold_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 42 minecraft:iron_block Block{minecraft:iron_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 43 minecraft:double_stone_slab Block{minecraft:double_stone_slab} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 44 minecraft:stone_slab Block{minecraft:stone_slab} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 45 minecraft:brick_block Block{minecraft:brick_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 46 minecraft:tnt Block{minecraft:tnt} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 47 minecraft:bookshelf Block{minecraft:bookshelf} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 48 minecraft:mossy_cobblestone Block{minecraft:mossy_cobblestone} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 49 minecraft:obsidian Block{minecraft:obsidian} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 50 minecraft:torch Block{minecraft:torch} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 51 minecraft:fire Block{minecraft:fire} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 52 minecraft:mob_spawner Block{minecraft:mob_spawner} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 53 minecraft:oak_stairs Block{minecraft:oak_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 54 minecraft:chest Block{minecraft:chest} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 55 minecraft:redstone_wire Block{minecraft:redstone_wire} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 56 minecraft:diamond_ore Block{minecraft:diamond_ore} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 57 minecraft:diamond_block Block{minecraft:diamond_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 58 minecraft:crafting_table Block{minecraft:crafting_table} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 59 minecraft:wheat Block{minecraft:wheat} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 60 minecraft:farmland Block{minecraft:farmland} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 61 minecraft:furnace Block{minecraft:furnace} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 62 minecraft:lit_furnace Block{minecraft:lit_furnace} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 63 minecraft:standing_sign Block{minecraft:standing_sign} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 64 minecraft:wooden_door Block{minecraft:wooden_door} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 65 minecraft:ladder Block{minecraft:ladder} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 66 minecraft:rail Block{minecraft:rail} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 67 minecraft:stone_stairs Block{minecraft:stone_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 68 minecraft:wall_sign Block{minecraft:wall_sign} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 69 minecraft:lever Block{minecraft:lever} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 70 minecraft:stone_pressure_plate Block{minecraft:stone_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 71 minecraft:iron_door Block{minecraft:iron_door} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 72 minecraft:wooden_pressure_plate Block{minecraft:wooden_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 73 minecraft:redstone_ore Block{minecraft:redstone_ore} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 74 minecraft:lit_redstone_ore Block{minecraft:lit_redstone_ore} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 75 minecraft:unlit_redstone_torch Block{minecraft:unlit_redstone_torch} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 76 minecraft:redstone_torch Block{minecraft:redstone_torch} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 77 minecraft:stone_button Block{minecraft:stone_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 78 minecraft:snow_layer Block{minecraft:snow_layer} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 79 minecraft:ice Block{minecraft:ice} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 80 minecraft:snow Block{minecraft:snow} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 81 minecraft:cactus Block{minecraft:cactus} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 82 minecraft:clay Block{minecraft:clay} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 83 minecraft:reeds Block{minecraft:reeds} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 84 minecraft:jukebox Block{minecraft:jukebox} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 85 minecraft:fence Block{minecraft:fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 86 minecraft:pumpkin Block{minecraft:pumpkin} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 87 minecraft:netherrack Block{minecraft:netherrack} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 88 minecraft:soul_sand Block{minecraft:soul_sand} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 89 minecraft:glowstone Block{minecraft:glowstone} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 90 minecraft:portal Block{minecraft:portal} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 91 minecraft:lit_pumpkin Block{minecraft:lit_pumpkin} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 92 minecraft:cake Block{minecraft:cake} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 93 minecraft:unpowered_repeater Block{minecraft:unpowered_repeater} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 94 minecraft:powered_repeater Block{minecraft:powered_repeater} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 95 minecraft:stained_glass Block{minecraft:stained_glass} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 96 minecraft:trapdoor Block{minecraft:trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 97 minecraft:monster_egg Block{minecraft:monster_egg} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 98 minecraft:stonebrick Block{minecraft:stonebrick} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 99 minecraft:brown_mushroom_block Block{minecraft:brown_mushroom_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 100 minecraft:red_mushroom_block Block{minecraft:red_mushroom_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 101 minecraft:iron_bars Block{minecraft:iron_bars} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 102 minecraft:glass_pane Block{minecraft:glass_pane} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 103 minecraft:melon_block Block{minecraft:melon_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 104 minecraft:pumpkin_stem Block{minecraft:pumpkin_stem} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 105 minecraft:melon_stem Block{minecraft:melon_stem} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 106 minecraft:vine Block{minecraft:vine} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 107 minecraft:fence_gate Block{minecraft:fence_gate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 108 minecraft:brick_stairs Block{minecraft:brick_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 109 minecraft:stone_brick_stairs Block{minecraft:stone_brick_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 110 minecraft:mycelium Block{minecraft:mycelium} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 111 minecraft:waterlily Block{minecraft:waterlily} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 112 minecraft:nether_brick Block{minecraft:nether_brick} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 113 minecraft:nether_brick_fence Block{minecraft:nether_brick_fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 114 minecraft:nether_brick_stairs Block{minecraft:nether_brick_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 115 minecraft:nether_wart Block{minecraft:nether_wart} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 116 minecraft:enchanting_table Block{minecraft:enchanting_table} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 117 minecraft:brewing_stand Block{minecraft:brewing_stand} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 118 minecraft:cauldron Block{minecraft:cauldron} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 119 minecraft:end_portal Block{minecraft:end_portal} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 120 minecraft:end_portal_frame Block{minecraft:end_portal_frame} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 121 minecraft:end_stone Block{minecraft:end_stone} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 122 minecraft:dragon_egg Block{minecraft:dragon_egg} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 123 minecraft:redstone_lamp Block{minecraft:redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 124 minecraft:lit_redstone_lamp Block{minecraft:lit_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 125 minecraft:double_wooden_slab Block{minecraft:double_wooden_slab} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 126 minecraft:wooden_slab Block{minecraft:wooden_slab} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 127 minecraft:cocoa Block{minecraft:cocoa} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 128 minecraft:sandstone_stairs Block{minecraft:sandstone_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 129 minecraft:emerald_ore Block{minecraft:emerald_ore} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 130 minecraft:ender_chest Block{minecraft:ender_chest} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 131 minecraft:tripwire_hook Block{minecraft:tripwire_hook} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 132 minecraft:tripwire Block{minecraft:tripwire} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 133 minecraft:emerald_block Block{minecraft:emerald_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 134 minecraft:spruce_stairs Block{minecraft:spruce_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 135 minecraft:birch_stairs Block{minecraft:birch_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 136 minecraft:jungle_stairs Block{minecraft:jungle_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 137 minecraft:command_block Block{minecraft:command_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 138 minecraft:beacon Block{minecraft:beacon} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 139 minecraft:cobblestone_wall Block{minecraft:cobblestone_wall} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 140 minecraft:flower_pot Block{minecraft:flower_pot} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 141 minecraft:carrots Block{minecraft:carrots} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 142 minecraft:potatoes Block{minecraft:potatoes} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 143 minecraft:wooden_button Block{minecraft:wooden_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 144 minecraft:skull Block{minecraft:skull} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 145 minecraft:anvil Block{minecraft:anvil} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 146 minecraft:trapped_chest Block{minecraft:trapped_chest} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 147 minecraft:light_weighted_pressure_plate Block{minecraft:light_weighted_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 148 minecraft:heavy_weighted_pressure_plate Block{minecraft:heavy_weighted_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 149 minecraft:unpowered_comparator Block{minecraft:unpowered_comparator} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 150 minecraft:powered_comparator Block{minecraft:powered_comparator} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 151 minecraft:daylight_detector Block{minecraft:daylight_detector} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 152 minecraft:redstone_block Block{minecraft:redstone_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 153 minecraft:quartz_ore Block{minecraft:quartz_ore} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 154 minecraft:hopper Block{minecraft:hopper} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 155 minecraft:quartz_block Block{minecraft:quartz_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 156 minecraft:quartz_stairs Block{minecraft:quartz_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 157 minecraft:activator_rail Block{minecraft:activator_rail} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 158 minecraft:dropper Block{minecraft:dropper} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 159 minecraft:stained_hardened_clay Block{minecraft:stained_hardened_clay} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 160 minecraft:stained_glass_pane Block{minecraft:stained_glass_pane} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 161 minecraft:leaves2 Block{minecraft:leaves2} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 162 minecraft:log2 Block{minecraft:log2} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 163 minecraft:acacia_stairs Block{minecraft:acacia_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 164 minecraft:dark_oak_stairs Block{minecraft:dark_oak_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 165 minecraft:slime Block{minecraft:slime} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 166 minecraft:barrier Block{minecraft:barrier} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 167 minecraft:iron_trapdoor Block{minecraft:iron_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 168 minecraft:prismarine Block{minecraft:prismarine} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 169 minecraft:sea_lantern Block{minecraft:sea_lantern} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 170 minecraft:hay_block Block{minecraft:hay_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 171 minecraft:carpet Block{minecraft:carpet} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 172 minecraft:hardened_clay Block{minecraft:hardened_clay} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 173 minecraft:coal_block Block{minecraft:coal_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 174 minecraft:packed_ice Block{minecraft:packed_ice} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 175 minecraft:double_plant Block{minecraft:double_plant} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 176 minecraft:standing_banner Block{minecraft:standing_banner} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 177 minecraft:wall_banner Block{minecraft:wall_banner} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 178 minecraft:daylight_detector_inverted Block{minecraft:daylight_detector_inverted} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 179 minecraft:red_sandstone Block{minecraft:red_sandstone} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 180 minecraft:red_sandstone_stairs Block{minecraft:red_sandstone_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 181 minecraft:double_stone_slab2 Block{minecraft:double_stone_slab2} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 182 minecraft:stone_slab2 Block{minecraft:stone_slab2} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 183 minecraft:spruce_fence_gate Block{minecraft:spruce_fence_gate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 184 minecraft:birch_fence_gate Block{minecraft:birch_fence_gate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 185 minecraft:jungle_fence_gate Block{minecraft:jungle_fence_gate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 186 minecraft:dark_oak_fence_gate Block{minecraft:dark_oak_fence_gate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 187 minecraft:acacia_fence_gate Block{minecraft:acacia_fence_gate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 188 minecraft:spruce_fence Block{minecraft:spruce_fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 189 minecraft:birch_fence Block{minecraft:birch_fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 190 minecraft:jungle_fence Block{minecraft:jungle_fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 191 minecraft:dark_oak_fence Block{minecraft:dark_oak_fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 192 minecraft:acacia_fence Block{minecraft:acacia_fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 193 minecraft:spruce_door Block{minecraft:spruce_door} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 194 minecraft:birch_door Block{minecraft:birch_door} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 195 minecraft:jungle_door Block{minecraft:jungle_door} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 196 minecraft:acacia_door Block{minecraft:acacia_door} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 197 minecraft:dark_oak_door Block{minecraft:dark_oak_door} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 198 minecraft:end_rod Block{minecraft:end_rod} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 199 minecraft:chorus_plant Block{minecraft:chorus_plant} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 200 minecraft:chorus_flower Block{minecraft:chorus_flower} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 201 minecraft:purpur_block Block{minecraft:purpur_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 202 minecraft:purpur_pillar Block{minecraft:purpur_pillar} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 203 minecraft:purpur_stairs Block{minecraft:purpur_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 204 minecraft:purpur_double_slab Block{minecraft:purpur_double_slab} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 205 minecraft:purpur_slab Block{minecraft:purpur_slab} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 206 minecraft:end_bricks Block{minecraft:end_bricks} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 207 minecraft:beetroots Block{minecraft:beetroots} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 208 minecraft:grass_path Block{minecraft:grass_path} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 209 minecraft:end_gateway Block{minecraft:end_gateway} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 210 minecraft:repeating_command_block Block{minecraft:repeating_command_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 211 minecraft:chain_command_block Block{minecraft:chain_command_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 212 minecraft:frosted_ice Block{minecraft:frosted_ice} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 213 minecraft:magma Block{minecraft:magma} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 214 minecraft:nether_wart_block Block{minecraft:nether_wart_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 215 minecraft:red_nether_brick Block{minecraft:red_nether_brick} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 216 minecraft:bone_block Block{minecraft:bone_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 217 minecraft:structure_void Block{minecraft:structure_void} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 218 minecraft:observer Block{minecraft:observer} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 219 minecraft:white_shulker_box Block{minecraft:white_shulker_box} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 220 minecraft:orange_shulker_box Block{minecraft:orange_shulker_box} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 221 minecraft:magenta_shulker_box Block{minecraft:magenta_shulker_box} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 222 minecraft:light_blue_shulker_box Block{minecraft:light_blue_shulker_box} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 223 minecraft:yellow_shulker_box Block{minecraft:yellow_shulker_box} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 224 minecraft:lime_shulker_box Block{minecraft:lime_shulker_box} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 225 minecraft:pink_shulker_box Block{minecraft:pink_shulker_box} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 226 minecraft:gray_shulker_box Block{minecraft:gray_shulker_box} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 227 minecraft:silver_shulker_box Block{minecraft:silver_shulker_box} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 228 minecraft:cyan_shulker_box Block{minecraft:cyan_shulker_box} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 229 minecraft:purple_shulker_box Block{minecraft:purple_shulker_box} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 230 minecraft:blue_shulker_box Block{minecraft:blue_shulker_box} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 231 minecraft:brown_shulker_box Block{minecraft:brown_shulker_box} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 232 minecraft:green_shulker_box Block{minecraft:green_shulker_box} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 233 minecraft:red_shulker_box Block{minecraft:red_shulker_box} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 234 minecraft:black_shulker_box Block{minecraft:black_shulker_box} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 235 minecraft:white_glazed_terracotta Block{minecraft:white_glazed_terracotta} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 236 minecraft:orange_glazed_terracotta Block{minecraft:orange_glazed_terracotta} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 237 minecraft:magenta_glazed_terracotta Block{minecraft:magenta_glazed_terracotta} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 238 minecraft:light_blue_glazed_terracotta Block{minecraft:light_blue_glazed_terracotta} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 239 minecraft:yellow_glazed_terracotta Block{minecraft:yellow_glazed_terracotta} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 240 minecraft:lime_glazed_terracotta Block{minecraft:lime_glazed_terracotta} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 241 minecraft:pink_glazed_terracotta Block{minecraft:pink_glazed_terracotta} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 242 minecraft:gray_glazed_terracotta Block{minecraft:gray_glazed_terracotta} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 243 minecraft:silver_glazed_terracotta Block{minecraft:silver_glazed_terracotta} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 244 minecraft:cyan_glazed_terracotta Block{minecraft:cyan_glazed_terracotta} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 245 minecraft:purple_glazed_terracotta Block{minecraft:purple_glazed_terracotta} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 246 minecraft:blue_glazed_terracotta Block{minecraft:blue_glazed_terracotta} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 247 minecraft:brown_glazed_terracotta Block{minecraft:brown_glazed_terracotta} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 248 minecraft:green_glazed_terracotta Block{minecraft:green_glazed_terracotta} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 249 minecraft:red_glazed_terracotta Block{minecraft:red_glazed_terracotta} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 250 minecraft:black_glazed_terracotta Block{minecraft:black_glazed_terracotta} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 251 minecraft:concrete Block{minecraft:concrete} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 252 minecraft:concrete_powder Block{minecraft:concrete_powder} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 253 nnparadisemod:liquid_redstone Block{nnparadisemod:liquid_redstone} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 254 nnparadisemod:rusty_iron_bars Block{nnparadisemod:rusty_iron_bars} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 255 minecraft:structure_block Block{minecraft:structure_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 256 nnparadisemod:salt_lamp Block{nnparadisemod:salt_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 257 nnparadisemod:compressed_cactus Block{nnparadisemod:compressed_cactus} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 258 nnparadisemod:cactus_bookshelf Block{nnparadisemod:cactus_bookshelf} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 259 nnparadisemod:silver_hopper Block{nnparadisemod:silver_hopper} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 260 nnparadisemod:silver_bars Block{nnparadisemod:silver_bars} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 261 nnparadisemod:powered_emerald_rail Block{nnparadisemod:powered_emerald_rail} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 262 nnparadisemod:emerald_rail Block{nnparadisemod:emerald_rail} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 263 nnparadisemod:mossy_lever Block{nnparadisemod:mossy_lever} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 264 nnparadisemod:du_portal Block{nnparadisemod:du_portal} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 265 nnparadisemod:glowing_obsidian Block{nnparadisemod:glowing_obsidian} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 266 nnparadisemod:soul_glass_pane Block{nnparadisemod:soul_glass_pane} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 267 nnparadisemod:soul_glass Block{nnparadisemod:soul_glass} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 268 nnparadisemod:present Block{nnparadisemod:present} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 269 nnparadisemod:santa_hat Block{nnparadisemod:santa_hat} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 270 nnparadisemod:christmas_sapling Block{nnparadisemod:christmas_sapling} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 271 nnparadisemod:tree_topper Block{nnparadisemod:tree_topper} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 272 nnparadisemod:gold_bars Block{nnparadisemod:gold_bars} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 273 nnparadisemod:christmas_leaves Block{nnparadisemod:christmas_leaves} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 274 nnparadisemod:diamond_crystal Block{nnparadisemod:diamond_crystal} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 275 nnparadisemod:emerald_crystal Block{nnparadisemod:emerald_crystal} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 276 nnparadisemod:quartz_crystal Block{nnparadisemod:quartz_crystal} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 277 nnparadisemod:redstone_crystal Block{nnparadisemod:redstone_crystal} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 278 nnparadisemod:ruby_crystal Block{nnparadisemod:ruby_crystal} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 279 nnparadisemod:glowing_obsidian_wall Block{nnparadisemod:glowing_obsidian_wall} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 280 nnparadisemod:bedrock_wall Block{nnparadisemod:bedrock_wall} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 281 nnparadisemod:obsidian_wall Block{nnparadisemod:obsidian_wall} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 282 nnparadisemod:end_wall Block{nnparadisemod:end_wall} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 283 nnparadisemod:cactus_stairs Block{nnparadisemod:cactus_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 284 nnparadisemod:end_stairs Block{nnparadisemod:end_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 285 nnparadisemod:bedrock_stairs Block{nnparadisemod:bedrock_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 286 nnparadisemod:obsidian_stairs Block{nnparadisemod:obsidian_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 287 nnparadisemod:glowing_obsidian_stairs Block{nnparadisemod:glowing_obsidian_stairs} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 288 nnparadisemod:dirt_button Block{nnparadisemod:dirt_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 289 nnparadisemod:grass_button Block{nnparadisemod:grass_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 290 nnparadisemod:rusty_button Block{nnparadisemod:rusty_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 291 nnparadisemod:end_button Block{nnparadisemod:end_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 292 nnparadisemod:cactus_button Block{nnparadisemod:cactus_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 293 nnparadisemod:glowing_obsidian_button Block{nnparadisemod:glowing_obsidian_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 294 nnparadisemod:diamond_button Block{nnparadisemod:diamond_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 295 nnparadisemod:emerald_button Block{nnparadisemod:emerald_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 296 nnparadisemod:gold_button Block{nnparadisemod:gold_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 297 nnparadisemod:iron_button Block{nnparadisemod:iron_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 298 nnparadisemod:silver_button Block{nnparadisemod:silver_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 299 nnparadisemod:ruby_button Block{nnparadisemod:ruby_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 300 nnparadisemod:obsidian_button Block{nnparadisemod:obsidian_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 301 nnparadisemod:bedrock_button Block{nnparadisemod:bedrock_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 302 nnparadisemod:mossy_cobblestone_button Block{nnparadisemod:mossy_cobblestone_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 303 nnparadisemod:cobblestone_button Block{nnparadisemod:cobblestone_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 304 nnparadisemod:andesite_button Block{nnparadisemod:andesite_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 305 nnparadisemod:diorite_button Block{nnparadisemod:diorite_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 306 nnparadisemod:granite_button Block{nnparadisemod:granite_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 307 nnparadisemod:acacia_button Block{nnparadisemod:acacia_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 308 nnparadisemod:birch_button Block{nnparadisemod:birch_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 309 nnparadisemod:dark_oak_button Block{nnparadisemod:dark_oak_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 310 nnparadisemod:jungle_button Block{nnparadisemod:jungle_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 311 nnparadisemod:spruce_button Block{nnparadisemod:spruce_button} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 312 nnparadisemod:dirt_pressure_plate Block{nnparadisemod:dirt_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 313 nnparadisemod:grass_pressure_plate Block{nnparadisemod:grass_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 314 nnparadisemod:cactus_pressure_plate Block{nnparadisemod:cactus_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 315 nnparadisemod:end_pressure_plate Block{nnparadisemod:end_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 316 nnparadisemod:glowing_obsidian_pressure_plate Block{nnparadisemod:glowing_obsidian_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 317 nnparadisemod:diamond_pressure_plate Block{nnparadisemod:diamond_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 318 nnparadisemod:emerald_pressure_plate Block{nnparadisemod:emerald_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 319 nnparadisemod:silver_pressure_plate Block{nnparadisemod:silver_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 320 nnparadisemod:ruby_pressure_plate Block{nnparadisemod:ruby_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 321 nnparadisemod:bedrock_pressure_plate Block{nnparadisemod:bedrock_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 322 nnparadisemod:mossy_cobblestone_pressure_plate Block{nnparadisemod:mossy_cobblestone_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 323 nnparadisemod:cobblestone_pressure_plate Block{nnparadisemod:cobblestone_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 324 nnparadisemod:andesite_pressure_plate Block{nnparadisemod:andesite_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 325 nnparadisemod:diorite_pressure_plate Block{nnparadisemod:diorite_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 326 nnparadisemod:granite_pressure_plate Block{nnparadisemod:granite_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 327 nnparadisemod:acacia_pressure_plate Block{nnparadisemod:acacia_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 328 nnparadisemod:birch_pressure_plate Block{nnparadisemod:birch_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 329 nnparadisemod:dark_oak_pressure_plate Block{nnparadisemod:dark_oak_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 330 nnparadisemod:jungle_pressure_plate Block{nnparadisemod:jungle_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 331 nnparadisemod:spruce_pressure_plate Block{nnparadisemod:spruce_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 332 nnparadisemod:rusty_pressure_plate Block{nnparadisemod:rusty_pressure_plate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 333 nnparadisemod:cactus_crafting_table Block{nnparadisemod:cactus_crafting_table} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 334 nnparadisemod:acacia_crafting_table Block{nnparadisemod:acacia_crafting_table} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 335 nnparadisemod:birch_crafting_table Block{nnparadisemod:birch_crafting_table} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 336 nnparadisemod:dark_oak_crafting_table Block{nnparadisemod:dark_oak_crafting_table} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 337 nnparadisemod:jungle_crafting_table Block{nnparadisemod:jungle_crafting_table} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 338 nnparadisemod:spruce_crafting_table Block{nnparadisemod:spruce_crafting_table} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 339 nnparadisemod:mossy_furnace Block{nnparadisemod:mossy_furnace} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 340 nnparadisemod:ender_pearl_ore Block{nnparadisemod:ender_pearl_ore} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 341 nnparadisemod:ender_ruby_ore Block{nnparadisemod:ender_ruby_ore} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 342 nnparadisemod:nether_silver_ore Block{nnparadisemod:nether_silver_ore} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 343 nnparadisemod:nether_gold_ore Block{nnparadisemod:nether_gold_ore} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 344 nnparadisemod:blaze_block Block{nnparadisemod:blaze_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 345 nnparadisemod:sugar_block Block{nnparadisemod:sugar_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 346 nnparadisemod:ruby_ore Block{nnparadisemod:ruby_ore} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 347 nnparadisemod:silver_ore Block{nnparadisemod:silver_ore} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 348 nnparadisemod:ruby_block Block{nnparadisemod:ruby_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 349 nnparadisemod:silver_block Block{nnparadisemod:silver_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 350 nnparadisemod:salt_block Block{nnparadisemod:salt_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 351 nnparadisemod:salt_ore Block{nnparadisemod:salt_ore} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 352 nnparadisemod:ender_pearl_block Block{nnparadisemod:ender_pearl_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 353 nnparadisemod:rusty_iron_block Block{nnparadisemod:rusty_iron_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 354 nnparadisemod:gold_hopper Block{nnparadisemod:gold_hopper} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 355 nnparadisemod:compressed_cactus_chest Block{nnparadisemod:compressed_cactus_chest} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 356 nnparadisemod:compressed_cactus_chest_trapped Block{nnparadisemod:compressed_cactus_chest_trapped} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 357 nnparadisemod:cactus_chest Block{nnparadisemod:cactus_chest} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 358 nnparadisemod:cactus_chest_trapped Block{nnparadisemod:cactus_chest_trapped} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 359 nnparadisemod:cactus_trapdoor Block{nnparadisemod:cactus_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 360 nnparadisemod:glowing_obsidian_trapdoor Block{nnparadisemod:glowing_obsidian_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 361 nnparadisemod:end_trapdoor Block{nnparadisemod:end_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 362 nnparadisemod:silver_trapdoor Block{nnparadisemod:silver_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 363 nnparadisemod:glass_trapdoor Block{nnparadisemod:glass_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 364 nnparadisemod:gold_trapdoor Block{nnparadisemod:gold_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 365 nnparadisemod:diamond_trapdoor Block{nnparadisemod:diamond_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 366 nnparadisemod:emerald_trapdoor Block{nnparadisemod:emerald_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 367 nnparadisemod:andesite_trapdoor Block{nnparadisemod:andesite_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 368 nnparadisemod:diorite_trapdoor Block{nnparadisemod:diorite_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 369 nnparadisemod:granite_trapdoor Block{nnparadisemod:granite_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 370 nnparadisemod:stone_trapdoor Block{nnparadisemod:stone_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 371 nnparadisemod:cobblestone_trapdoor Block{nnparadisemod:cobblestone_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 372 nnparadisemod:moss_stone_trapdoor Block{nnparadisemod:moss_stone_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 373 nnparadisemod:obsidian_trapdoor Block{nnparadisemod:obsidian_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 374 nnparadisemod:bedrock_trapdoor Block{nnparadisemod:bedrock_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 375 nnparadisemod:ruby_trapdoor Block{nnparadisemod:ruby_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 376 nnparadisemod:redstone_trapdoor Block{nnparadisemod:redstone_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 377 nnparadisemod:rusty_trapdoor Block{nnparadisemod:rusty_trapdoor} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 378 nnparadisemod:rusty_fence Block{nnparadisemod:rusty_fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 379 nnparadisemod:cactus_fence Block{nnparadisemod:cactus_fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 380 nnparadisemod:silver_fence Block{nnparadisemod:silver_fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 381 nnparadisemod:brick_fence Block{nnparadisemod:brick_fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 382 nnparadisemod:diamond_fence Block{nnparadisemod:diamond_fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 383 nnparadisemod:emerald_fence Block{nnparadisemod:emerald_fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 384 nnparadisemod:gold_fence Block{nnparadisemod:gold_fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 385 nnparadisemod:iron_fence Block{nnparadisemod:iron_fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 386 nnparadisemod:ruby_fence Block{nnparadisemod:ruby_fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 387 nnparadisemod:redstone_fence Block{nnparadisemod:redstone_fence} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 388 nnparadisemod:rusty_fence_gate Block{nnparadisemod:rusty_fence_gate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 389 nnparadisemod:cactus_fence_gate Block{nnparadisemod:cactus_fence_gate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 390 nnparadisemod:silver_fence_gate Block{nnparadisemod:silver_fence_gate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 391 nnparadisemod:brick_fence_gate Block{nnparadisemod:brick_fence_gate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 392 nnparadisemod:diamond_fence_gate Block{nnparadisemod:diamond_fence_gate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 393 nnparadisemod:emerald_fence_gate Block{nnparadisemod:emerald_fence_gate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 394 nnparadisemod:gold_fence_gate Block{nnparadisemod:gold_fence_gate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 395 nnparadisemod:iron_fence_gate Block{nnparadisemod:iron_fence_gate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 396 nnparadisemod:ruby_fence_gate Block{nnparadisemod:ruby_fence_gate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 397 nnparadisemod:redstone_fence_gate Block{nnparadisemod:redstone_fence_gate} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 398 nnparadisemod:black_redstone_lamp Block{nnparadisemod:black_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 399 nnparadisemod:blue_redstone_lamp Block{nnparadisemod:blue_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 400 nnparadisemod:brown_redstone_lamp Block{nnparadisemod:brown_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 401 nnparadisemod:cyan_redstone_lamp Block{nnparadisemod:cyan_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 402 nnparadisemod:gray_redstone_lamp Block{nnparadisemod:gray_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 403 nnparadisemod:green_redstone_lamp Block{nnparadisemod:green_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 404 nnparadisemod:light_blue_redstone_lamp Block{nnparadisemod:light_blue_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 405 nnparadisemod:lime_redstone_lamp Block{nnparadisemod:lime_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 406 nnparadisemod:magenta_redstone_lamp Block{nnparadisemod:magenta_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 407 nnparadisemod:orange_redstone_lamp Block{nnparadisemod:orange_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 408 nnparadisemod:pink_redstone_lamp Block{nnparadisemod:pink_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 409 nnparadisemod:purple_redstone_lamp Block{nnparadisemod:purple_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 410 nnparadisemod:red_redstone_lamp Block{nnparadisemod:red_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 411 nnparadisemod:silver_redstone_lamp Block{nnparadisemod:silver_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 412 nnparadisemod:white_redstone_lamp Block{nnparadisemod:white_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 413 nnparadisemod:yellow_redstone_lamp Block{nnparadisemod:yellow_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 414 nnparadisemod:rusty_door_block Block{nnparadisemod:rusty_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 415 nnparadisemod:cactus_door_block Block{nnparadisemod:cactus_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 416 nnparadisemod:glowing_obsidian_door_block Block{nnparadisemod:glowing_obsidian_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 417 nnparadisemod:end_door_block Block{nnparadisemod:end_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 418 nnparadisemod:silver_door_block Block{nnparadisemod:silver_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 419 nnparadisemod:glass_door_block Block{nnparadisemod:glass_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 420 nnparadisemod:gold_door_block Block{nnparadisemod:gold_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 421 nnparadisemod:diamond_door_block Block{nnparadisemod:diamond_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 422 nnparadisemod:emerald_door_block Block{nnparadisemod:emerald_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 423 nnparadisemod:andesite_door_block Block{nnparadisemod:andesite_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 424 nnparadisemod:diorite_door_block Block{nnparadisemod:diorite_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 425 nnparadisemod:granite_door_block Block{nnparadisemod:granite_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 426 nnparadisemod:stone_door_block Block{nnparadisemod:stone_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 427 nnparadisemod:cobblestone_door_block Block{nnparadisemod:cobblestone_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 428 nnparadisemod:moss_stone_door_block Block{nnparadisemod:moss_stone_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 429 nnparadisemod:obsidian_door_block Block{nnparadisemod:obsidian_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 430 nnparadisemod:bedrock_door_block Block{nnparadisemod:bedrock_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 431 nnparadisemod:ruby_door_block Block{nnparadisemod:ruby_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 432 nnparadisemod:redstone_door_block Block{nnparadisemod:redstone_door_block} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 433 nnparadisemod:lit_mossy_furnace Block{nnparadisemod:lit_mossy_furnace} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 434 nnparadisemod:lit_black_redstone_lamp Block{nnparadisemod:lit_black_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 435 nnparadisemod:lit_blue_redstone_lamp Block{nnparadisemod:lit_blue_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 436 nnparadisemod:lit_brown_redstone_lamp Block{nnparadisemod:lit_brown_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 437 nnparadisemod:lit_cyan_redstone_lamp Block{nnparadisemod:lit_cyan_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 438 nnparadisemod:lit_gray_redstone_lamp Block{nnparadisemod:lit_gray_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 439 nnparadisemod:lit_green_redstone_lamp Block{nnparadisemod:lit_green_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 440 nnparadisemod:lit_light_blue_redstone_lamp Block{nnparadisemod:lit_light_blue_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 441 nnparadisemod:lit_lime_redstone_lamp Block{nnparadisemod:lit_lime_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 442 nnparadisemod:lit_magenta_redstone_lamp Block{nnparadisemod:lit_magenta_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 443 nnparadisemod:lit_orange_redstone_lamp Block{nnparadisemod:lit_orange_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 444 nnparadisemod:lit_pink_redstone_lamp Block{nnparadisemod:lit_pink_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 445 nnparadisemod:lit_purple_redstone_lamp Block{nnparadisemod:lit_purple_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 446 nnparadisemod:lit_red_redstone_lamp Block{nnparadisemod:lit_red_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 447 nnparadisemod:lit_silver_redstone_lamp Block{nnparadisemod:lit_silver_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 448 nnparadisemod:lit_white_redstone_lamp Block{nnparadisemod:lit_white_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry: 449 nnparadisemod:lit_yellow_redstone_lamp Block{nnparadisemod:lit_yellow_redstone_lamp} +[18:05:25] [Server thread/TRACE] [FML]: Registry Name : minecraft:items +[18:05:25] [Server thread/TRACE] [FML]: Registry: 0 minecraft:air net.minecraft.item.ItemAir@2a54c92e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 1 minecraft:stone net.minecraft.item.ItemMultiTexture@3ee258 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2 minecraft:grass net.minecraft.item.ItemColored@73a49597 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 3 minecraft:dirt net.minecraft.item.ItemMultiTexture@a6dffdb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4 minecraft:cobblestone net.minecraft.item.ItemBlock@40ac0a56 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 5 minecraft:planks net.minecraft.item.ItemMultiTexture@2b6b487c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 6 minecraft:sapling net.minecraft.item.ItemMultiTexture@c4551c6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 7 minecraft:bedrock net.minecraft.item.ItemBlock@3a3316b6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 12 minecraft:sand net.minecraft.item.ItemMultiTexture@528f5b7f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 13 minecraft:gravel net.minecraft.item.ItemBlock@3ccfac29 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 14 minecraft:gold_ore net.minecraft.item.ItemBlock@5c41b8d8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 15 minecraft:iron_ore net.minecraft.item.ItemBlock@77ea960f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 16 minecraft:coal_ore net.minecraft.item.ItemBlock@5f166f2e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 17 minecraft:log net.minecraft.item.ItemMultiTexture@d512c1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 18 minecraft:leaves net.minecraft.item.ItemLeaves@fd5689d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 19 minecraft:sponge net.minecraft.item.ItemMultiTexture@16f34376 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 20 minecraft:glass net.minecraft.item.ItemBlock@4ede035e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 21 minecraft:lapis_ore net.minecraft.item.ItemBlock@43756cb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 22 minecraft:lapis_block net.minecraft.item.ItemBlock@4272d8cf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 23 minecraft:dispenser net.minecraft.item.ItemBlock@4e96cb04 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 24 minecraft:sandstone net.minecraft.item.ItemMultiTexture@62054faf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 25 minecraft:noteblock net.minecraft.item.ItemBlock@75d539b9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 27 minecraft:golden_rail net.minecraft.item.ItemBlock@20f63ddc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 28 minecraft:detector_rail net.minecraft.item.ItemBlock@210c1b9d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 29 minecraft:sticky_piston net.minecraft.item.ItemPiston@3578a45b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 30 minecraft:web net.minecraft.item.ItemBlock@24f177f5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 31 minecraft:tallgrass net.minecraft.item.ItemColored@65e05005 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 32 minecraft:deadbush net.minecraft.item.ItemBlock@6ed691fd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 33 minecraft:piston net.minecraft.item.ItemPiston@1efcba00 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 35 minecraft:wool net.minecraft.item.ItemCloth@2fcc5f49 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 37 minecraft:yellow_flower net.minecraft.item.ItemMultiTexture@22361e23 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 38 minecraft:red_flower net.minecraft.item.ItemMultiTexture@26aee0a6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 39 minecraft:brown_mushroom net.minecraft.item.ItemBlock@20184ade +[18:05:25] [Server thread/TRACE] [FML]: Registry: 40 minecraft:red_mushroom net.minecraft.item.ItemBlock@35fb3209 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 41 minecraft:gold_block net.minecraft.item.ItemBlock@5855b0ed +[18:05:25] [Server thread/TRACE] [FML]: Registry: 42 minecraft:iron_block net.minecraft.item.ItemBlock@92fd091 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 44 minecraft:stone_slab net.minecraft.item.ItemSlab@77204651 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 45 minecraft:brick_block net.minecraft.item.ItemBlock@51cca357 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 46 minecraft:tnt net.minecraft.item.ItemBlock@3a9c11fb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 47 minecraft:bookshelf net.minecraft.item.ItemBlock@416c8bb5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 48 minecraft:mossy_cobblestone net.minecraft.item.ItemBlock@340b4f07 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 49 minecraft:obsidian net.minecraft.item.ItemBlock@e994ca +[18:05:25] [Server thread/TRACE] [FML]: Registry: 50 minecraft:torch net.minecraft.item.ItemBlock@5a205ee5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 52 minecraft:mob_spawner net.minecraft.item.ItemBlock@2619cb76 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 53 minecraft:oak_stairs net.minecraft.item.ItemBlock@56f2c9e8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 54 minecraft:chest net.minecraft.item.ItemBlock@457692cb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 56 minecraft:diamond_ore net.minecraft.item.ItemBlock@350342e0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 57 minecraft:diamond_block net.minecraft.item.ItemBlock@5d297d4d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 58 minecraft:crafting_table net.minecraft.item.ItemBlock@1dd44289 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 60 minecraft:farmland net.minecraft.item.ItemBlock@6cc56b32 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 61 minecraft:furnace net.minecraft.item.ItemBlock@43fe2008 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 65 minecraft:ladder net.minecraft.item.ItemBlock@552bee2f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 66 minecraft:rail net.minecraft.item.ItemBlock@6a543e09 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 67 minecraft:stone_stairs net.minecraft.item.ItemBlock@2d0f548a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 69 minecraft:lever net.minecraft.item.ItemBlock@1fc3df43 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 70 minecraft:stone_pressure_plate net.minecraft.item.ItemBlock@15130002 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 72 minecraft:wooden_pressure_plate net.minecraft.item.ItemBlock@5e7cd0df +[18:05:25] [Server thread/TRACE] [FML]: Registry: 73 minecraft:redstone_ore net.minecraft.item.ItemBlock@900649e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 76 minecraft:redstone_torch net.minecraft.item.ItemBlock@8b89b3a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 77 minecraft:stone_button net.minecraft.item.ItemBlock@526893f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 78 minecraft:snow_layer net.minecraft.item.ItemSnow@37caecda +[18:05:25] [Server thread/TRACE] [FML]: Registry: 79 minecraft:ice net.minecraft.item.ItemBlock@7be7c052 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 80 minecraft:snow net.minecraft.item.ItemBlock@4ab9d160 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 81 minecraft:cactus net.minecraft.item.ItemBlock@5599dc60 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 82 minecraft:clay net.minecraft.item.ItemBlock@35554635 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 84 minecraft:jukebox net.minecraft.item.ItemBlock@70f5f59d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 85 minecraft:fence net.minecraft.item.ItemBlock@74431832 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 86 minecraft:pumpkin net.minecraft.item.ItemBlock@304068 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 87 minecraft:netherrack net.minecraft.item.ItemBlock@54d60fa1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 88 minecraft:soul_sand net.minecraft.item.ItemBlock@1cb849b2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 89 minecraft:glowstone net.minecraft.item.ItemBlock@6fe2a366 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 91 minecraft:lit_pumpkin net.minecraft.item.ItemBlock@6dd38df2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 95 minecraft:stained_glass net.minecraft.item.ItemCloth@720c8f80 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 96 minecraft:trapdoor net.minecraft.item.ItemBlock@99c3cee +[18:05:25] [Server thread/TRACE] [FML]: Registry: 97 minecraft:monster_egg net.minecraft.item.ItemMultiTexture@34eaf9c1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 98 minecraft:stonebrick net.minecraft.item.ItemMultiTexture@248b2b61 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 99 minecraft:brown_mushroom_block net.minecraft.item.ItemBlock@4b61e97 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 100 minecraft:red_mushroom_block net.minecraft.item.ItemBlock@11d1735e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 101 minecraft:iron_bars net.minecraft.item.ItemBlock@31082efa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 102 minecraft:glass_pane net.minecraft.item.ItemBlock@4ca5cb99 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 103 minecraft:melon_block net.minecraft.item.ItemBlock@7853363c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 106 minecraft:vine net.minecraft.item.ItemColored@6282f1eb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 107 minecraft:fence_gate net.minecraft.item.ItemBlock@120d6cbf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 108 minecraft:brick_stairs net.minecraft.item.ItemBlock@6550ce46 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 109 minecraft:stone_brick_stairs net.minecraft.item.ItemBlock@69f69078 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 110 minecraft:mycelium net.minecraft.item.ItemBlock@13b29b34 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 111 minecraft:waterlily net.minecraft.item.ItemLilyPad@46994f26 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 112 minecraft:nether_brick net.minecraft.item.ItemBlock@1bb172dd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 113 minecraft:nether_brick_fence net.minecraft.item.ItemBlock@1cdd31a4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 114 minecraft:nether_brick_stairs net.minecraft.item.ItemBlock@7dddfc35 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 116 minecraft:enchanting_table net.minecraft.item.ItemBlock@71316cd7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 120 minecraft:end_portal_frame net.minecraft.item.ItemBlock@6106dfb6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 121 minecraft:end_stone net.minecraft.item.ItemBlock@14239223 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 122 minecraft:dragon_egg net.minecraft.item.ItemBlock@7c206b14 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 123 minecraft:redstone_lamp net.minecraft.item.ItemBlock@2b8cf049 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 126 minecraft:wooden_slab net.minecraft.item.ItemSlab@2336cd91 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 128 minecraft:sandstone_stairs net.minecraft.item.ItemBlock@4a944af9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 129 minecraft:emerald_ore net.minecraft.item.ItemBlock@3593e074 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 130 minecraft:ender_chest net.minecraft.item.ItemBlock@79d14037 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 131 minecraft:tripwire_hook net.minecraft.item.ItemBlock@6c1e40d9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 133 minecraft:emerald_block net.minecraft.item.ItemBlock@4b50c21 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 134 minecraft:spruce_stairs net.minecraft.item.ItemBlock@2e0fdc83 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 135 minecraft:birch_stairs net.minecraft.item.ItemBlock@5dacf18d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 136 minecraft:jungle_stairs net.minecraft.item.ItemBlock@432a6a69 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 137 minecraft:command_block net.minecraft.item.ItemBlock@6f52a229 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 138 minecraft:beacon net.minecraft.item.ItemBlock@3fe98084 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 139 minecraft:cobblestone_wall net.minecraft.item.ItemMultiTexture@1c3d9e28 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 143 minecraft:wooden_button net.minecraft.item.ItemBlock@a1cb94 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 145 minecraft:anvil net.minecraft.item.ItemAnvilBlock@c5a2d5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 146 minecraft:trapped_chest net.minecraft.item.ItemBlock@185339ed +[18:05:25] [Server thread/TRACE] [FML]: Registry: 147 minecraft:light_weighted_pressure_plate net.minecraft.item.ItemBlock@2e4d4d22 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 148 minecraft:heavy_weighted_pressure_plate net.minecraft.item.ItemBlock@4470106b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 151 minecraft:daylight_detector net.minecraft.item.ItemBlock@690ed13a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 152 minecraft:redstone_block net.minecraft.item.ItemBlock@681311a7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 153 minecraft:quartz_ore net.minecraft.item.ItemBlock@2c7375da +[18:05:25] [Server thread/TRACE] [FML]: Registry: 154 minecraft:hopper net.minecraft.item.ItemBlock@68c4db77 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 155 minecraft:quartz_block net.minecraft.item.ItemMultiTexture@775c4054 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 156 minecraft:quartz_stairs net.minecraft.item.ItemBlock@7b2e931 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 157 minecraft:activator_rail net.minecraft.item.ItemBlock@305881b8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 158 minecraft:dropper net.minecraft.item.ItemBlock@7e89eba7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 159 minecraft:stained_hardened_clay net.minecraft.item.ItemCloth@6bc25ac2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 160 minecraft:stained_glass_pane net.minecraft.item.ItemCloth@f591271 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 161 minecraft:leaves2 net.minecraft.item.ItemLeaves@36e3321e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 162 minecraft:log2 net.minecraft.item.ItemMultiTexture@111fe921 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 163 minecraft:acacia_stairs net.minecraft.item.ItemBlock@28b5d5dc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 164 minecraft:dark_oak_stairs net.minecraft.item.ItemBlock@407f2029 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 165 minecraft:slime net.minecraft.item.ItemBlock@77020328 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 166 minecraft:barrier net.minecraft.item.ItemBlock@7b29cdea +[18:05:25] [Server thread/TRACE] [FML]: Registry: 167 minecraft:iron_trapdoor net.minecraft.item.ItemBlock@f08d676 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 168 minecraft:prismarine net.minecraft.item.ItemMultiTexture@5a583720 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 169 minecraft:sea_lantern net.minecraft.item.ItemBlock@4ed19b69 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 170 minecraft:hay_block net.minecraft.item.ItemBlock@3eedd0e3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 171 minecraft:carpet net.minecraft.item.ItemCloth@478089b6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 172 minecraft:hardened_clay net.minecraft.item.ItemBlock@72f35a31 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 173 minecraft:coal_block net.minecraft.item.ItemBlock@3b01897f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 174 minecraft:packed_ice net.minecraft.item.ItemBlock@6b3b2c34 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 175 minecraft:double_plant net.minecraft.item.ItemMultiTexture@e6e5da4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 179 minecraft:red_sandstone net.minecraft.item.ItemMultiTexture@36d7a68a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 180 minecraft:red_sandstone_stairs net.minecraft.item.ItemBlock@42dd7d82 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 182 minecraft:stone_slab2 net.minecraft.item.ItemSlab@2838eb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 183 minecraft:spruce_fence_gate net.minecraft.item.ItemBlock@70169464 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 184 minecraft:birch_fence_gate net.minecraft.item.ItemBlock@1115be8c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 185 minecraft:jungle_fence_gate net.minecraft.item.ItemBlock@64ed18ec +[18:05:25] [Server thread/TRACE] [FML]: Registry: 186 minecraft:dark_oak_fence_gate net.minecraft.item.ItemBlock@1dfcf85a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 187 minecraft:acacia_fence_gate net.minecraft.item.ItemBlock@590dea35 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 188 minecraft:spruce_fence net.minecraft.item.ItemBlock@6fa2a006 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 189 minecraft:birch_fence net.minecraft.item.ItemBlock@70592729 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 190 minecraft:jungle_fence net.minecraft.item.ItemBlock@2fdf7da2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 191 minecraft:dark_oak_fence net.minecraft.item.ItemBlock@43b172e3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 192 minecraft:acacia_fence net.minecraft.item.ItemBlock@39695803 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 198 minecraft:end_rod net.minecraft.item.ItemBlock@7fb44737 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 199 minecraft:chorus_plant net.minecraft.item.ItemBlock@11295cb1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 200 minecraft:chorus_flower net.minecraft.item.ItemBlock@5daad59a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 201 minecraft:purpur_block net.minecraft.item.ItemBlock@5256fbc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 202 minecraft:purpur_pillar net.minecraft.item.ItemBlock@58f50dd0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 203 minecraft:purpur_stairs net.minecraft.item.ItemBlock@3620eab +[18:05:25] [Server thread/TRACE] [FML]: Registry: 205 minecraft:purpur_slab net.minecraft.item.ItemSlab@8ef1d58 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 206 minecraft:end_bricks net.minecraft.item.ItemBlock@68df8c6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 208 minecraft:grass_path net.minecraft.item.ItemBlock@45eacb70 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 210 minecraft:repeating_command_block net.minecraft.item.ItemBlock@fb5d334 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 211 minecraft:chain_command_block net.minecraft.item.ItemBlock@45dc7be +[18:05:25] [Server thread/TRACE] [FML]: Registry: 213 minecraft:magma net.minecraft.item.ItemBlock@2d459bda +[18:05:25] [Server thread/TRACE] [FML]: Registry: 214 minecraft:nether_wart_block net.minecraft.item.ItemBlock@6ceb11f9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 215 minecraft:red_nether_brick net.minecraft.item.ItemBlock@4d664323 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 216 minecraft:bone_block net.minecraft.item.ItemBlock@27ec0d06 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 217 minecraft:structure_void net.minecraft.item.ItemBlock@2676d96a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 218 minecraft:observer net.minecraft.item.ItemBlock@12266084 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 219 minecraft:white_shulker_box net.minecraft.item.ItemShulkerBox@2a65e237 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 220 minecraft:orange_shulker_box net.minecraft.item.ItemShulkerBox@3a48c398 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 221 minecraft:magenta_shulker_box net.minecraft.item.ItemShulkerBox@1b4ba615 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 222 minecraft:light_blue_shulker_box net.minecraft.item.ItemShulkerBox@4407b042 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 223 minecraft:yellow_shulker_box net.minecraft.item.ItemShulkerBox@41f686af +[18:05:25] [Server thread/TRACE] [FML]: Registry: 224 minecraft:lime_shulker_box net.minecraft.item.ItemShulkerBox@3dded90a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 225 minecraft:pink_shulker_box net.minecraft.item.ItemShulkerBox@7be3abaa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 226 minecraft:gray_shulker_box net.minecraft.item.ItemShulkerBox@29f8134 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 227 minecraft:silver_shulker_box net.minecraft.item.ItemShulkerBox@77a9ac36 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 228 minecraft:cyan_shulker_box net.minecraft.item.ItemShulkerBox@3c743d40 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 229 minecraft:purple_shulker_box net.minecraft.item.ItemShulkerBox@5aac6f9f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 230 minecraft:blue_shulker_box net.minecraft.item.ItemShulkerBox@2444c3df +[18:05:25] [Server thread/TRACE] [FML]: Registry: 231 minecraft:brown_shulker_box net.minecraft.item.ItemShulkerBox@1eb6037d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 232 minecraft:green_shulker_box net.minecraft.item.ItemShulkerBox@335b3d6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 233 minecraft:red_shulker_box net.minecraft.item.ItemShulkerBox@3a5ce4b8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 234 minecraft:black_shulker_box net.minecraft.item.ItemShulkerBox@38848217 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 235 minecraft:white_glazed_terracotta net.minecraft.item.ItemBlock@1607d391 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 236 minecraft:orange_glazed_terracotta net.minecraft.item.ItemBlock@38826984 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 237 minecraft:magenta_glazed_terracotta net.minecraft.item.ItemBlock@65262308 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 238 minecraft:light_blue_glazed_terracotta net.minecraft.item.ItemBlock@792e8181 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 239 minecraft:yellow_glazed_terracotta net.minecraft.item.ItemBlock@511d5e6e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 240 minecraft:lime_glazed_terracotta net.minecraft.item.ItemBlock@7a78d380 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 241 minecraft:pink_glazed_terracotta net.minecraft.item.ItemBlock@2e1291a4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 242 minecraft:gray_glazed_terracotta net.minecraft.item.ItemBlock@23bd2f6e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 243 minecraft:silver_glazed_terracotta net.minecraft.item.ItemBlock@18e8eb59 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 244 minecraft:cyan_glazed_terracotta net.minecraft.item.ItemBlock@2430cf17 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 245 minecraft:purple_glazed_terracotta net.minecraft.item.ItemBlock@1e95f584 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 246 minecraft:blue_glazed_terracotta net.minecraft.item.ItemBlock@54997f67 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 247 minecraft:brown_glazed_terracotta net.minecraft.item.ItemBlock@bf4e48e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 248 minecraft:green_glazed_terracotta net.minecraft.item.ItemBlock@299eca90 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 249 minecraft:red_glazed_terracotta net.minecraft.item.ItemBlock@189633f2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 250 minecraft:black_glazed_terracotta net.minecraft.item.ItemBlock@76b05c0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 251 minecraft:concrete net.minecraft.item.ItemCloth@2b974137 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 252 minecraft:concrete_powder net.minecraft.item.ItemCloth@7402c49f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 255 minecraft:structure_block net.minecraft.item.ItemBlock@5d22604e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 256 minecraft:iron_shovel net.minecraft.item.ItemSpade@430aae8e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 257 minecraft:iron_pickaxe net.minecraft.item.ItemPickaxe@4e52d2f2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 258 minecraft:iron_axe net.minecraft.item.ItemAxe@4882b9a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 259 minecraft:flint_and_steel net.minecraft.item.ItemFlintAndSteel@23a78c77 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 260 minecraft:apple net.minecraft.item.ItemFood@1a66be41 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 261 minecraft:bow net.minecraft.item.ItemBow@1bb4c431 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 262 minecraft:arrow net.minecraft.item.ItemArrow@6eaf030c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 263 minecraft:coal net.minecraft.item.ItemCoal@acd3460 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 264 minecraft:diamond net.minecraft.item.Item@3ea9a091 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 265 minecraft:iron_ingot net.minecraft.item.Item@16f4a3c0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 266 minecraft:gold_ingot net.minecraft.item.Item@26495639 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 267 minecraft:iron_sword net.minecraft.item.ItemSword@cb318ac +[18:05:25] [Server thread/TRACE] [FML]: Registry: 268 minecraft:wooden_sword net.minecraft.item.ItemSword@6e668322 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 269 minecraft:wooden_shovel net.minecraft.item.ItemSpade@75ee6f89 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 270 minecraft:wooden_pickaxe net.minecraft.item.ItemPickaxe@210d3a42 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 271 minecraft:wooden_axe net.minecraft.item.ItemAxe@356f20b7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 272 minecraft:stone_sword net.minecraft.item.ItemSword@6f4adaab +[18:05:25] [Server thread/TRACE] [FML]: Registry: 273 minecraft:stone_shovel net.minecraft.item.ItemSpade@69de72ec +[18:05:25] [Server thread/TRACE] [FML]: Registry: 274 minecraft:stone_pickaxe net.minecraft.item.ItemPickaxe@21c99abf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 275 minecraft:stone_axe net.minecraft.item.ItemAxe@6d6f6ca9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 276 minecraft:diamond_sword net.minecraft.item.ItemSword@54496c2d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 277 minecraft:diamond_shovel net.minecraft.item.ItemSpade@4e1a3d5a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 278 minecraft:diamond_pickaxe net.minecraft.item.ItemPickaxe@236b4a44 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 279 minecraft:diamond_axe net.minecraft.item.ItemAxe@35f760a4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 280 minecraft:stick net.minecraft.item.Item@2ac05a33 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 281 minecraft:bowl net.minecraft.item.Item@35af52dc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 282 minecraft:mushroom_stew net.minecraft.item.ItemSoup@113d0f75 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 283 minecraft:golden_sword net.minecraft.item.ItemSword@4e10a320 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 284 minecraft:golden_shovel net.minecraft.item.ItemSpade@773f3360 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 285 minecraft:golden_pickaxe net.minecraft.item.ItemPickaxe@352c3d70 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 286 minecraft:golden_axe net.minecraft.item.ItemAxe@4c13ca07 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 287 minecraft:string net.minecraft.item.ItemBlockSpecial@3ec7eb5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 288 minecraft:feather net.minecraft.item.Item@5534e6f1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 289 minecraft:gunpowder net.minecraft.item.Item@4c6fc3e7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 290 minecraft:wooden_hoe net.minecraft.item.ItemHoe@66e12c3b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 291 minecraft:stone_hoe net.minecraft.item.ItemHoe@44485db +[18:05:25] [Server thread/TRACE] [FML]: Registry: 292 minecraft:iron_hoe net.minecraft.item.ItemHoe@1f6f0fe2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 293 minecraft:diamond_hoe net.minecraft.item.ItemHoe@22604c7e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 294 minecraft:golden_hoe net.minecraft.item.ItemHoe@4d8f2cfd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 295 minecraft:wheat_seeds net.minecraft.item.ItemSeeds@5b5b9521 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 296 minecraft:wheat net.minecraft.item.Item@41f7c02d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 297 minecraft:bread net.minecraft.item.ItemFood@66314fee +[18:05:25] [Server thread/TRACE] [FML]: Registry: 298 minecraft:leather_helmet net.minecraft.item.ItemArmor@6adcf059 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 299 minecraft:leather_chestplate net.minecraft.item.ItemArmor@7962a746 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 300 minecraft:leather_leggings net.minecraft.item.ItemArmor@1c31de5d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 301 minecraft:leather_boots net.minecraft.item.ItemArmor@7a7f9d45 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 302 minecraft:chainmail_helmet net.minecraft.item.ItemArmor@772cf46b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 303 minecraft:chainmail_chestplate net.minecraft.item.ItemArmor@1b98355f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 304 minecraft:chainmail_leggings net.minecraft.item.ItemArmor@949d347 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 305 minecraft:chainmail_boots net.minecraft.item.ItemArmor@f5ae29e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 306 minecraft:iron_helmet net.minecraft.item.ItemArmor@1fc5c0b2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 307 minecraft:iron_chestplate net.minecraft.item.ItemArmor@45ad3cd8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 308 minecraft:iron_leggings net.minecraft.item.ItemArmor@2b90cc1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 309 minecraft:iron_boots net.minecraft.item.ItemArmor@5a2f401a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 310 minecraft:diamond_helmet net.minecraft.item.ItemArmor@6bdedbbd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 311 minecraft:diamond_chestplate net.minecraft.item.ItemArmor@47b961e2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 312 minecraft:diamond_leggings net.minecraft.item.ItemArmor@d2cb2d0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 313 minecraft:diamond_boots net.minecraft.item.ItemArmor@2d230cff +[18:05:25] [Server thread/TRACE] [FML]: Registry: 314 minecraft:golden_helmet net.minecraft.item.ItemArmor@30bd39d5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 315 minecraft:golden_chestplate net.minecraft.item.ItemArmor@3c87e851 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 316 minecraft:golden_leggings net.minecraft.item.ItemArmor@54556723 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 317 minecraft:golden_boots net.minecraft.item.ItemArmor@6124dda2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 318 minecraft:flint net.minecraft.item.Item@380e33c2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 319 minecraft:porkchop net.minecraft.item.ItemFood@3bc891f2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 320 minecraft:cooked_porkchop net.minecraft.item.ItemFood@445b85d7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 321 minecraft:painting net.minecraft.item.ItemHangingEntity@5876bed9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 322 minecraft:golden_apple net.minecraft.item.ItemAppleGold@670a4738 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 323 minecraft:sign net.minecraft.item.ItemSign@492c8137 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 324 minecraft:wooden_door net.minecraft.item.ItemDoor@77d95e5a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 325 minecraft:bucket net.minecraft.item.ItemBucket@5d404a3c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 326 minecraft:water_bucket net.minecraft.item.ItemBucket@af9dd34 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 327 minecraft:lava_bucket net.minecraft.item.ItemBucket@48692405 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 328 minecraft:minecart net.minecraft.item.ItemMinecart@28dacf31 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 329 minecraft:saddle net.minecraft.item.ItemSaddle@1eb9d69a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 330 minecraft:iron_door net.minecraft.item.ItemDoor@36511772 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 331 minecraft:redstone net.minecraft.item.ItemRedstone@2c15034f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 332 minecraft:snowball net.minecraft.item.ItemSnowball@5af40e45 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 333 minecraft:boat net.minecraft.item.ItemBoat@1926f962 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 334 minecraft:leather net.minecraft.item.Item@62794582 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 335 minecraft:milk_bucket net.minecraft.item.ItemBucketMilk@1cb44a2f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 336 minecraft:brick net.minecraft.item.Item@5fe3b058 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 337 minecraft:clay_ball net.minecraft.item.Item@2a661215 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 338 minecraft:reeds net.minecraft.item.ItemBlockSpecial@1f75fd1d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 339 minecraft:paper net.minecraft.item.Item@212e39ee +[18:05:25] [Server thread/TRACE] [FML]: Registry: 340 minecraft:book net.minecraft.item.ItemBook@131d977f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 341 minecraft:slime_ball net.minecraft.item.Item@616f81b5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 342 minecraft:chest_minecart net.minecraft.item.ItemMinecart@4f552aa2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 343 minecraft:furnace_minecart net.minecraft.item.ItemMinecart@3c8fe8ad +[18:05:25] [Server thread/TRACE] [FML]: Registry: 344 minecraft:egg net.minecraft.item.ItemEgg@15a484a9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 345 minecraft:compass net.minecraft.item.ItemCompass@294c44b7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 346 minecraft:fishing_rod net.minecraft.item.ItemFishingRod@35a9e665 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 347 minecraft:clock net.minecraft.item.ItemClock@57a982f9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 348 minecraft:glowstone_dust net.minecraft.item.Item@19d3f6ad +[18:05:25] [Server thread/TRACE] [FML]: Registry: 349 minecraft:fish net.minecraft.item.ItemFishFood@50f05307 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 350 minecraft:cooked_fish net.minecraft.item.ItemFishFood@9cc0505 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 351 minecraft:dye net.minecraft.item.ItemDye@2833c093 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 352 minecraft:bone net.minecraft.item.Item@7598d675 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 353 minecraft:sugar net.minecraft.item.Item@4946485c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 354 minecraft:cake net.minecraft.item.ItemBlockSpecial@4ae958b0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 355 minecraft:bed net.minecraft.item.ItemBed@98722ef +[18:05:25] [Server thread/TRACE] [FML]: Registry: 356 minecraft:repeater net.minecraft.item.ItemBlockSpecial@459e120b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 357 minecraft:cookie net.minecraft.item.ItemFood@fd69983 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 358 minecraft:filled_map net.minecraft.item.ItemMap@4f7ba0af +[18:05:25] [Server thread/TRACE] [FML]: Registry: 359 minecraft:shears net.minecraft.item.ItemShears@6c75e3bc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 360 minecraft:melon net.minecraft.item.ItemFood@186f7434 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 361 minecraft:pumpkin_seeds net.minecraft.item.ItemSeeds@2374452a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 362 minecraft:melon_seeds net.minecraft.item.ItemSeeds@6ffc6ea7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 363 minecraft:beef net.minecraft.item.ItemFood@2c5708e7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 364 minecraft:cooked_beef net.minecraft.item.ItemFood@4ffa078d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 365 minecraft:chicken net.minecraft.item.ItemFood@39a865c1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 366 minecraft:cooked_chicken net.minecraft.item.ItemFood@141dfcf9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 367 minecraft:rotten_flesh net.minecraft.item.ItemFood@a7bbdbc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 368 minecraft:ender_pearl net.minecraft.item.ItemEnderPearl@7286827b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 369 minecraft:blaze_rod net.minecraft.item.Item@1dd64243 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 370 minecraft:ghast_tear net.minecraft.item.Item@2ef913a4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 371 minecraft:gold_nugget net.minecraft.item.Item@520c3dcb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 372 minecraft:nether_wart net.minecraft.item.ItemSeeds@145fe8ab +[18:05:25] [Server thread/TRACE] [FML]: Registry: 373 minecraft:potion net.minecraft.item.ItemPotion@5d3634c8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 374 minecraft:glass_bottle net.minecraft.item.ItemGlassBottle@2295566b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 375 minecraft:spider_eye net.minecraft.item.ItemFood@174e1b99 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 376 minecraft:fermented_spider_eye net.minecraft.item.Item@53a09566 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 377 minecraft:blaze_powder net.minecraft.item.Item@1c815814 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 378 minecraft:magma_cream net.minecraft.item.Item@14af73e1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 379 minecraft:brewing_stand net.minecraft.item.ItemBlockSpecial@73da303e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 380 minecraft:cauldron net.minecraft.item.ItemBlockSpecial@24068086 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 381 minecraft:ender_eye net.minecraft.item.ItemEnderEye@7fb82f73 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 382 minecraft:speckled_melon net.minecraft.item.Item@2f166d61 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 383 minecraft:spawn_egg net.minecraft.item.ItemMonsterPlacer@570ed9c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 384 minecraft:experience_bottle net.minecraft.item.ItemExpBottle@237aa0c7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 385 minecraft:fire_charge net.minecraft.item.ItemFireball@1592e540 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 386 minecraft:writable_book net.minecraft.item.ItemWritableBook@18ac4af6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 387 minecraft:written_book net.minecraft.item.ItemWrittenBook@573870cb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 388 minecraft:emerald net.minecraft.item.Item@5b88af70 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 389 minecraft:item_frame net.minecraft.item.ItemHangingEntity@2739ecc0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 390 minecraft:flower_pot net.minecraft.item.ItemBlockSpecial@2932e15f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 391 minecraft:carrot net.minecraft.item.ItemSeedFood@bb6869a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 392 minecraft:potato net.minecraft.item.ItemSeedFood@506b083 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 393 minecraft:baked_potato net.minecraft.item.ItemFood@5eee3da9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 394 minecraft:poisonous_potato net.minecraft.item.ItemFood@ace2408 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 395 minecraft:map net.minecraft.item.ItemEmptyMap@7b2d58e6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 396 minecraft:golden_carrot net.minecraft.item.ItemFood@708f7386 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 397 minecraft:skull net.minecraft.item.ItemSkull@7eefaca0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 398 minecraft:carrot_on_a_stick net.minecraft.item.ItemCarrotOnAStick@3dec79f8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 399 minecraft:nether_star net.minecraft.item.ItemSimpleFoiled@2bd4780c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 400 minecraft:pumpkin_pie net.minecraft.item.ItemFood@2c154508 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 401 minecraft:fireworks net.minecraft.item.ItemFirework@57839834 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 402 minecraft:firework_charge net.minecraft.item.ItemFireworkCharge@3dfc59c5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 403 minecraft:enchanted_book net.minecraft.item.ItemEnchantedBook@25df2014 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 404 minecraft:comparator net.minecraft.item.ItemBlockSpecial@270b8c2a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 405 minecraft:netherbrick net.minecraft.item.Item@7b9c2387 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 406 minecraft:quartz net.minecraft.item.Item@12e2f5ab +[18:05:25] [Server thread/TRACE] [FML]: Registry: 407 minecraft:tnt_minecart net.minecraft.item.ItemMinecart@4e61a863 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 408 minecraft:hopper_minecart net.minecraft.item.ItemMinecart@35f01759 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 409 minecraft:prismarine_shard net.minecraft.item.Item@2fea9a7b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 410 minecraft:prismarine_crystals net.minecraft.item.Item@2aa07d80 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 411 minecraft:rabbit net.minecraft.item.ItemFood@69c1ea07 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 412 minecraft:cooked_rabbit net.minecraft.item.ItemFood@5cbe72b9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 413 minecraft:rabbit_stew net.minecraft.item.ItemSoup@27fc0217 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 414 minecraft:rabbit_foot net.minecraft.item.Item@e993715 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 415 minecraft:rabbit_hide net.minecraft.item.Item@686e7513 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 416 minecraft:armor_stand net.minecraft.item.ItemArmorStand@f2becb2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 417 minecraft:iron_horse_armor net.minecraft.item.Item@7482309c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 418 minecraft:golden_horse_armor net.minecraft.item.Item@f42336c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 419 minecraft:diamond_horse_armor net.minecraft.item.Item@6b3b4f37 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 420 minecraft:lead net.minecraft.item.ItemLead@26d24d7a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 421 minecraft:name_tag net.minecraft.item.ItemNameTag@69bca406 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 422 minecraft:command_block_minecart net.minecraft.item.ItemMinecart@79c1ccf7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 423 minecraft:mutton net.minecraft.item.ItemFood@4654e373 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 424 minecraft:cooked_mutton net.minecraft.item.ItemFood@2474df51 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 425 minecraft:banner net.minecraft.item.ItemBanner@32e7b78d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 426 minecraft:end_crystal net.minecraft.item.ItemEndCrystal@76220ef1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 427 minecraft:spruce_door net.minecraft.item.ItemDoor@65ad2b42 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 428 minecraft:birch_door net.minecraft.item.ItemDoor@294ebe11 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 429 minecraft:jungle_door net.minecraft.item.ItemDoor@4e51eda7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 430 minecraft:acacia_door net.minecraft.item.ItemDoor@2862271a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 431 minecraft:dark_oak_door net.minecraft.item.ItemDoor@2419fe6f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 432 minecraft:chorus_fruit net.minecraft.item.ItemChorusFruit@48aa0813 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 433 minecraft:chorus_fruit_popped net.minecraft.item.Item@45849604 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 434 minecraft:beetroot net.minecraft.item.ItemFood@6cbbfe29 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 435 minecraft:beetroot_seeds net.minecraft.item.ItemSeeds@25823192 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 436 minecraft:beetroot_soup net.minecraft.item.ItemSoup@3df04fa1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 437 minecraft:dragon_breath net.minecraft.item.Item@5c25daad +[18:05:25] [Server thread/TRACE] [FML]: Registry: 438 minecraft:splash_potion net.minecraft.item.ItemSplashPotion@6b0ba697 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 439 minecraft:spectral_arrow net.minecraft.item.ItemSpectralArrow@45e69324 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 440 minecraft:tipped_arrow net.minecraft.item.ItemTippedArrow@30133a11 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 441 minecraft:lingering_potion net.minecraft.item.ItemLingeringPotion@1aee6d14 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 442 minecraft:shield net.minecraft.item.ItemShield@2f61de04 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 443 minecraft:elytra net.minecraft.item.ItemElytra@4de158ca +[18:05:25] [Server thread/TRACE] [FML]: Registry: 444 minecraft:spruce_boat net.minecraft.item.ItemBoat@4f2fdf3d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 445 minecraft:birch_boat net.minecraft.item.ItemBoat@d180961 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 446 minecraft:jungle_boat net.minecraft.item.ItemBoat@4af7ac25 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 447 minecraft:acacia_boat net.minecraft.item.ItemBoat@d978ab9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 448 minecraft:dark_oak_boat net.minecraft.item.ItemBoat@3cf06a01 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 449 minecraft:totem_of_undying net.minecraft.item.Item@71ee2fff +[18:05:25] [Server thread/TRACE] [FML]: Registry: 450 minecraft:shulker_shell net.minecraft.item.Item@68f2363 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 452 minecraft:iron_nugget net.minecraft.item.Item@37fca349 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 453 minecraft:knowledge_book net.minecraft.item.ItemKnowledgeBook@36638b59 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2256 minecraft:record_13 net.minecraft.item.ItemRecord@229cb4d8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2257 minecraft:record_cat net.minecraft.item.ItemRecord@76e9eed8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2258 minecraft:record_blocks net.minecraft.item.ItemRecord@30ef32eb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2259 minecraft:record_chirp net.minecraft.item.ItemRecord@474619d9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2260 minecraft:record_far net.minecraft.item.ItemRecord@bb5f9d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2261 minecraft:record_mall net.minecraft.item.ItemRecord@391dfe7c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2262 minecraft:record_mellohi net.minecraft.item.ItemRecord@702cfbde +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2263 minecraft:record_stal net.minecraft.item.ItemRecord@7d3bcd3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2264 minecraft:record_strad net.minecraft.item.ItemRecord@5dce5c03 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2265 minecraft:record_ward net.minecraft.item.ItemRecord@b76b7d8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2266 minecraft:record_11 net.minecraft.item.ItemRecord@1c135f63 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2267 minecraft:record_wait net.minecraft.item.ItemRecord@63c4d16 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4096 nnparadisemod:rusty_iron_bars net.minecraft.item.ItemBlock@645650b1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4097 nnparadisemod:salt_lamp net.minecraft.item.ItemBlock@5593dd2b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4098 nnparadisemod:compressed_cactus net.minecraft.item.ItemBlock@13890ab8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4099 nnparadisemod:cactus_bookshelf net.minecraft.item.ItemBlock@1b0cfe11 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4100 nnparadisemod:silver_hopper net.minecraft.item.ItemBlock@269c07d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4101 nnparadisemod:silver_bars net.minecraft.item.ItemBlock@6a2d066d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4102 nnparadisemod:powered_emerald_rail net.minecraft.item.ItemBlock@2dcfa917 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4103 nnparadisemod:emerald_rail net.minecraft.item.ItemBlock@46c22d8e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4104 nnparadisemod:mossy_lever net.minecraft.item.ItemBlock@7b28ce3c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4105 nnparadisemod:du_portal net.minecraft.item.ItemBlock@2ce1d507 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4106 nnparadisemod:glowing_obsidian net.minecraft.item.ItemBlock@244cdad1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4107 nnparadisemod:soul_glass_pane net.minecraft.item.ItemBlock@eac35fd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4108 nnparadisemod:soul_glass net.minecraft.item.ItemBlock@b9271b6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4109 nnparadisemod:present net.minecraft.item.ItemBlock@559048b3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4110 nnparadisemod:santa_hat net.minecraft.item.ItemBlock@33c6625c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4111 nnparadisemod:christmas_sapling net.minecraft.item.ItemBlock@511d31a6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4112 nnparadisemod:tree_topper net.minecraft.item.ItemBlock@618dbfd4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4113 nnparadisemod:gold_bars net.minecraft.item.ItemBlock@11105fbe +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4114 nnparadisemod:christmas_leaves net.minecraft.item.ItemBlock@5c1a728 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4115 nnparadisemod:diamond_crystal net.minecraft.item.ItemBlock@47d9bdf4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4116 nnparadisemod:emerald_crystal net.minecraft.item.ItemBlock@781a51d0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4117 nnparadisemod:quartz_crystal net.minecraft.item.ItemBlock@5fddd0fc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4118 nnparadisemod:redstone_crystal net.minecraft.item.ItemBlock@38187be6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4119 nnparadisemod:ruby_crystal net.minecraft.item.ItemBlock@2f49d34d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4120 nnparadisemod:glowing_obsidian_wall net.minecraft.item.ItemBlock@6b7945e1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4121 nnparadisemod:bedrock_wall net.minecraft.item.ItemBlock@12ca50a5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4122 nnparadisemod:obsidian_wall net.minecraft.item.ItemBlock@1d95501b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4123 nnparadisemod:end_wall net.minecraft.item.ItemBlock@a59819f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4124 nnparadisemod:cactus_stairs net.minecraft.item.ItemBlock@1d2d3bc2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4125 nnparadisemod:end_stairs net.minecraft.item.ItemBlock@259c3ddf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4126 nnparadisemod:bedrock_stairs net.minecraft.item.ItemBlock@70141128 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4127 nnparadisemod:obsidian_stairs net.minecraft.item.ItemBlock@482bdb02 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4128 nnparadisemod:glowing_obsidian_stairs net.minecraft.item.ItemBlock@77b3c429 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4129 nnparadisemod:dirt_button net.minecraft.item.ItemBlock@6444bf53 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4130 nnparadisemod:grass_button net.minecraft.item.ItemBlock@40c0937f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4131 nnparadisemod:rusty_button net.minecraft.item.ItemBlock@5a22eec0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4132 nnparadisemod:end_button net.minecraft.item.ItemBlock@117e7b16 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4133 nnparadisemod:cactus_button net.minecraft.item.ItemBlock@3789bd95 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4134 nnparadisemod:glowing_obsidian_button net.minecraft.item.ItemBlock@13fd5aaa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4135 nnparadisemod:diamond_button net.minecraft.item.ItemBlock@6ceb953 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4136 nnparadisemod:emerald_button net.minecraft.item.ItemBlock@779af906 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4137 nnparadisemod:gold_button net.minecraft.item.ItemBlock@7ba4591 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4138 nnparadisemod:iron_button net.minecraft.item.ItemBlock@443ec909 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4139 nnparadisemod:silver_button net.minecraft.item.ItemBlock@553fdf58 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4140 nnparadisemod:ruby_button net.minecraft.item.ItemBlock@2d2690f6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4141 nnparadisemod:obsidian_button net.minecraft.item.ItemBlock@43f1a188 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4142 nnparadisemod:bedrock_button net.minecraft.item.ItemBlock@49da976 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4143 nnparadisemod:mossy_cobblestone_button net.minecraft.item.ItemBlock@7393a461 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4144 nnparadisemod:cobblestone_button net.minecraft.item.ItemBlock@3b51cbf7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4145 nnparadisemod:andesite_button net.minecraft.item.ItemBlock@38b06a79 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4146 nnparadisemod:diorite_button net.minecraft.item.ItemBlock@8d65037 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4147 nnparadisemod:granite_button net.minecraft.item.ItemBlock@5225e766 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4148 nnparadisemod:acacia_button net.minecraft.item.ItemBlock@2fa7a848 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4149 nnparadisemod:birch_button net.minecraft.item.ItemBlock@7aadb85 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4150 nnparadisemod:dark_oak_button net.minecraft.item.ItemBlock@6027f461 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4151 nnparadisemod:jungle_button net.minecraft.item.ItemBlock@2fc7698c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4152 nnparadisemod:spruce_button net.minecraft.item.ItemBlock@25370af5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4153 nnparadisemod:dirt_pressure_plate net.minecraft.item.ItemBlock@12bcedf8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4154 nnparadisemod:grass_pressure_plate net.minecraft.item.ItemBlock@1c9f274d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4155 nnparadisemod:cactus_pressure_plate net.minecraft.item.ItemBlock@486ab192 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4156 nnparadisemod:end_pressure_plate net.minecraft.item.ItemBlock@22cdc378 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4157 nnparadisemod:glowing_obsidian_pressure_plate net.minecraft.item.ItemBlock@4acdc330 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4158 nnparadisemod:diamond_pressure_plate net.minecraft.item.ItemBlock@27b5c8d0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4159 nnparadisemod:emerald_pressure_plate net.minecraft.item.ItemBlock@1613b471 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4160 nnparadisemod:silver_pressure_plate net.minecraft.item.ItemBlock@3c16f821 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4161 nnparadisemod:ruby_pressure_plate net.minecraft.item.ItemBlock@1145d71f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4162 nnparadisemod:bedrock_pressure_plate net.minecraft.item.ItemBlock@6324186b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4163 nnparadisemod:mossy_cobblestone_pressure_plate net.minecraft.item.ItemBlock@3949fcdc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4164 nnparadisemod:cobblestone_pressure_plate net.minecraft.item.ItemBlock@4bafe92f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4165 nnparadisemod:andesite_pressure_plate net.minecraft.item.ItemBlock@6cee8f5d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4166 nnparadisemod:diorite_pressure_plate net.minecraft.item.ItemBlock@1c0d92e5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4167 nnparadisemod:granite_pressure_plate net.minecraft.item.ItemBlock@438bcdde +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4168 nnparadisemod:acacia_pressure_plate net.minecraft.item.ItemBlock@72c3bc5e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4169 nnparadisemod:birch_pressure_plate net.minecraft.item.ItemBlock@3fc8a6c0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4170 nnparadisemod:dark_oak_pressure_plate net.minecraft.item.ItemBlock@5bbda7e2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4171 nnparadisemod:jungle_pressure_plate net.minecraft.item.ItemBlock@6ec05499 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4172 nnparadisemod:spruce_pressure_plate net.minecraft.item.ItemBlock@4bd06a2f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4173 nnparadisemod:rusty_pressure_plate net.minecraft.item.ItemBlock@34abfd7f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4174 nnparadisemod:cactus_crafting_table net.minecraft.item.ItemBlock@60291e59 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4175 nnparadisemod:acacia_crafting_table net.minecraft.item.ItemBlock@a638f45 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4176 nnparadisemod:birch_crafting_table net.minecraft.item.ItemBlock@c2e9e33 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4177 nnparadisemod:dark_oak_crafting_table net.minecraft.item.ItemBlock@1310324a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4178 nnparadisemod:jungle_crafting_table net.minecraft.item.ItemBlock@4e7e42c4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4179 nnparadisemod:spruce_crafting_table net.minecraft.item.ItemBlock@7116f350 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4180 nnparadisemod:mossy_furnace net.minecraft.item.ItemBlock@5ce3ae71 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4181 nnparadisemod:ender_pearl_ore net.minecraft.item.ItemBlock@20f4849c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4182 nnparadisemod:ender_ruby_ore net.minecraft.item.ItemBlock@34dcad0d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4183 nnparadisemod:nether_silver_ore net.minecraft.item.ItemBlock@138bd003 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4184 nnparadisemod:nether_gold_ore net.minecraft.item.ItemBlock@4395bc43 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4185 nnparadisemod:blaze_block net.minecraft.item.ItemBlock@47fa54d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4186 nnparadisemod:sugar_block net.minecraft.item.ItemBlock@7e1b750e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4187 nnparadisemod:ruby_ore net.minecraft.item.ItemBlock@24df8abf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4188 nnparadisemod:silver_ore net.minecraft.item.ItemBlock@7a9794bd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4189 nnparadisemod:ruby_block net.minecraft.item.ItemBlock@82134e4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4190 nnparadisemod:silver_block net.minecraft.item.ItemBlock@79b24f79 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4191 nnparadisemod:salt_block net.minecraft.item.ItemBlock@4d089ef7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4192 nnparadisemod:salt_ore net.minecraft.item.ItemBlock@536d655f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4193 nnparadisemod:ender_pearl_block net.minecraft.item.ItemBlock@168b28ef +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4194 nnparadisemod:rusty_iron_block net.minecraft.item.ItemBlock@5547476c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4195 nnparadisemod:gold_hopper net.minecraft.item.ItemBlock@4785f176 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4196 nnparadisemod:compressed_cactus_chest net.minecraft.item.ItemBlock@281edf6b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4197 nnparadisemod:compressed_cactus_chest_trapped net.minecraft.item.ItemBlock@1d4cf8ea +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4198 nnparadisemod:cactus_chest net.minecraft.item.ItemBlock@39a4bd89 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4199 nnparadisemod:cactus_chest_trapped net.minecraft.item.ItemBlock@5e4168dd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4200 nnparadisemod:cactus_trapdoor net.minecraft.item.ItemBlock@7f1bf2db +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4201 nnparadisemod:glowing_obsidian_trapdoor net.minecraft.item.ItemBlock@25ca56de +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4202 nnparadisemod:end_trapdoor net.minecraft.item.ItemBlock@6c53ce34 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4203 nnparadisemod:silver_trapdoor net.minecraft.item.ItemBlock@55623ed5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4204 nnparadisemod:glass_trapdoor net.minecraft.item.ItemBlock@3a182eaf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4205 nnparadisemod:gold_trapdoor net.minecraft.item.ItemBlock@42775280 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4206 nnparadisemod:diamond_trapdoor net.minecraft.item.ItemBlock@24c186cc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4207 nnparadisemod:emerald_trapdoor net.minecraft.item.ItemBlock@f9769ae +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4208 nnparadisemod:andesite_trapdoor net.minecraft.item.ItemBlock@1f607db6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4209 nnparadisemod:diorite_trapdoor net.minecraft.item.ItemBlock@2df92850 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4210 nnparadisemod:granite_trapdoor net.minecraft.item.ItemBlock@2ad51ba4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4211 nnparadisemod:stone_trapdoor net.minecraft.item.ItemBlock@5a414ed4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4212 nnparadisemod:cobblestone_trapdoor net.minecraft.item.ItemBlock@8749c08 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4213 nnparadisemod:moss_stone_trapdoor net.minecraft.item.ItemBlock@4fc23215 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4214 nnparadisemod:obsidian_trapdoor net.minecraft.item.ItemBlock@5cd549ae +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4215 nnparadisemod:bedrock_trapdoor net.minecraft.item.ItemBlock@6c173587 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4216 nnparadisemod:ruby_trapdoor net.minecraft.item.ItemBlock@675f9bc6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4217 nnparadisemod:redstone_trapdoor net.minecraft.item.ItemBlock@32561cd5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4218 nnparadisemod:rusty_trapdoor net.minecraft.item.ItemBlock@63ad2a0f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4219 nnparadisemod:rusty_fence net.minecraft.item.ItemBlock@592e1c4f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4220 nnparadisemod:cactus_fence net.minecraft.item.ItemBlock@11088420 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4221 nnparadisemod:silver_fence net.minecraft.item.ItemBlock@3217aada +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4222 nnparadisemod:brick_fence net.minecraft.item.ItemBlock@5c77cb42 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4223 nnparadisemod:diamond_fence net.minecraft.item.ItemBlock@34a5dc29 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4224 nnparadisemod:emerald_fence net.minecraft.item.ItemBlock@a10d314 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4225 nnparadisemod:gold_fence net.minecraft.item.ItemBlock@abadf5b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4226 nnparadisemod:iron_fence net.minecraft.item.ItemBlock@6f56e5c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4227 nnparadisemod:ruby_fence net.minecraft.item.ItemBlock@1626e651 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4228 nnparadisemod:redstone_fence net.minecraft.item.ItemBlock@1bf6c568 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4229 nnparadisemod:rusty_fence_gate net.minecraft.item.ItemBlock@695d804 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4230 nnparadisemod:cactus_fence_gate net.minecraft.item.ItemBlock@62068fa5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4231 nnparadisemod:silver_fence_gate net.minecraft.item.ItemBlock@2492f6fb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4232 nnparadisemod:brick_fence_gate net.minecraft.item.ItemBlock@6ce9a671 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4233 nnparadisemod:diamond_fence_gate net.minecraft.item.ItemBlock@5aa943c5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4234 nnparadisemod:emerald_fence_gate net.minecraft.item.ItemBlock@19d65f16 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4235 nnparadisemod:gold_fence_gate net.minecraft.item.ItemBlock@6e65fc8b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4236 nnparadisemod:iron_fence_gate net.minecraft.item.ItemBlock@1062f767 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4237 nnparadisemod:ruby_fence_gate net.minecraft.item.ItemBlock@3408de38 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4238 nnparadisemod:redstone_fence_gate net.minecraft.item.ItemBlock@3482b7e6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4239 nnparadisemod:black_redstone_lamp net.minecraft.item.ItemBlock@5ea794d2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4240 nnparadisemod:blue_redstone_lamp net.minecraft.item.ItemBlock@76774d3f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4241 nnparadisemod:brown_redstone_lamp net.minecraft.item.ItemBlock@60ce75d0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4242 nnparadisemod:cyan_redstone_lamp net.minecraft.item.ItemBlock@5bcafda3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4243 nnparadisemod:gray_redstone_lamp net.minecraft.item.ItemBlock@21be9ddc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4244 nnparadisemod:green_redstone_lamp net.minecraft.item.ItemBlock@2b515b5c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4245 nnparadisemod:light_blue_redstone_lamp net.minecraft.item.ItemBlock@946b9d9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4246 nnparadisemod:lime_redstone_lamp net.minecraft.item.ItemBlock@b772e2b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4247 nnparadisemod:magenta_redstone_lamp net.minecraft.item.ItemBlock@47fc346e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4248 nnparadisemod:orange_redstone_lamp net.minecraft.item.ItemBlock@fd42b93 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4249 nnparadisemod:pink_redstone_lamp net.minecraft.item.ItemBlock@2771025a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4250 nnparadisemod:purple_redstone_lamp net.minecraft.item.ItemBlock@6984d41a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4251 nnparadisemod:red_redstone_lamp net.minecraft.item.ItemBlock@51430893 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4252 nnparadisemod:silver_redstone_lamp net.minecraft.item.ItemBlock@4e2abbac +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4253 nnparadisemod:white_redstone_lamp net.minecraft.item.ItemBlock@2a84aed7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4254 nnparadisemod:yellow_redstone_lamp net.minecraft.item.ItemBlock@1fe2da60 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4255 nnparadisemod:rusty_nugget com.NetherNoah.ParadiseMod.items.RustyNugget@7c1ae95 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4256 nnparadisemod:rusty_ingot com.NetherNoah.ParadiseMod.items.RustyIngot@4e9c23b7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4257 nnparadisemod:salt com.NetherNoah.ParadiseMod.items.Salt@2f467bb9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4258 nnparadisemod:cactus_stick com.NetherNoah.ParadiseMod.items.CactusStick@688fa02f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4259 nnparadisemod:silver_nugget com.NetherNoah.ParadiseMod.items.SilverNugget@1f7e6c3a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4260 nnparadisemod:santa_jacket com.NetherNoah.ParadiseMod.items.armor.SantaSuit@40190f7f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4261 nnparadisemod:santa_pants com.NetherNoah.ParadiseMod.items.armor.SantaSuit@98be09f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4262 nnparadisemod:santa_boots com.NetherNoah.ParadiseMod.items.armor.SantaSuit@65f85228 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4263 nnparadisemod:emerald_pickaxe com.NetherNoah.ParadiseMod.items.tools.emerald.emeraldPickaxe@2acec770 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4264 nnparadisemod:emerald_axe com.NetherNoah.ParadiseMod.items.tools.emerald.emeraldAxe@5bd93106 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4265 nnparadisemod:emerald_spade com.NetherNoah.ParadiseMod.items.tools.emerald.emeraldSpade@761a429 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4266 nnparadisemod:emerald_hoe com.NetherNoah.ParadiseMod.items.tools.emerald.emeraldHoe@53de637a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4267 nnparadisemod:emerald_sword com.NetherNoah.ParadiseMod.items.tools.emerald.emeraldSword@42acca1a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4268 nnparadisemod:ruby_pickaxe com.NetherNoah.ParadiseMod.items.tools.ruby.rubyPickaxe@4a26a54b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4269 nnparadisemod:ruby_axe com.NetherNoah.ParadiseMod.items.tools.ruby.rubyAxe@159d2313 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4270 nnparadisemod:ruby_spade com.NetherNoah.ParadiseMod.items.tools.ruby.rubySpade@1e2f67e9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4271 nnparadisemod:ruby_hoe com.NetherNoah.ParadiseMod.items.tools.ruby.rubyHoe@7d151d89 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4272 nnparadisemod:ruby_sword com.NetherNoah.ParadiseMod.items.tools.ruby.rubySword@1dea0730 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4273 nnparadisemod:silver_pickaxe com.NetherNoah.ParadiseMod.items.tools.silver.silverPickaxe@285290a1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4274 nnparadisemod:silver_axe com.NetherNoah.ParadiseMod.items.tools.silver.silverAxe@64ed6bc8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4275 nnparadisemod:silver_spade com.NetherNoah.ParadiseMod.items.tools.silver.silverSpade@54eaf69d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4276 nnparadisemod:silver_hoe com.NetherNoah.ParadiseMod.items.tools.silver.silverHoe@6bc7eb0f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4277 nnparadisemod:silver_sword com.NetherNoah.ParadiseMod.items.tools.silver.silverSword@d5b9704 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4278 nnparadisemod:rusty_pickaxe com.NetherNoah.ParadiseMod.items.tools.rusty.rustyPickaxe@66af6b7b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4279 nnparadisemod:rusty_axe com.NetherNoah.ParadiseMod.items.tools.rusty.rustyAxe@f116270 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4280 nnparadisemod:rusty_spade com.NetherNoah.ParadiseMod.items.tools.rusty.rustySpade@300f715 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4281 nnparadisemod:rusty_hoe com.NetherNoah.ParadiseMod.items.tools.rusty.rustyHoe@400a5164 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4282 nnparadisemod:rusty_sword com.NetherNoah.ParadiseMod.items.tools.rusty.rustySword@1714fe69 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4283 nnparadisemod:obsidian_pickaxe com.NetherNoah.ParadiseMod.items.tools.obsidian.obsidianPickaxe@24e14ca6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4284 nnparadisemod:obsidian_axe com.NetherNoah.ParadiseMod.items.tools.obsidian.obsidianAxe@47174ef0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4285 nnparadisemod:obsidian_spade com.NetherNoah.ParadiseMod.items.tools.obsidian.obsidianSpade@4abf5165 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4286 nnparadisemod:obsidian_hoe com.NetherNoah.ParadiseMod.items.tools.obsidian.obsidianHoe@409b96d2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4287 nnparadisemod:obsidian_sword com.NetherNoah.ParadiseMod.items.tools.obsidian.obsidianSword@39eab380 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4288 nnparadisemod:cactus_pickaxe com.NetherNoah.ParadiseMod.items.tools.redstone.redstonePickaxe@29abba49 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4289 nnparadisemod:cactus_axe com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneAxe@3bdc9461 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4290 nnparadisemod:cactus_spade com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneSpade@2e13c72b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4291 nnparadisemod:cactus_hoe com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneHoe@14cd3858 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4292 nnparadisemod:cactus_sword com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneSword@cdf67f1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4293 nnparadisemod:redstone_pickaxe com.NetherNoah.ParadiseMod.items.tools.redstone.redstonePickaxe@29810fa0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4294 nnparadisemod:redstone_axe com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneAxe@54f3fd30 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4295 nnparadisemod:redstone_spade com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneSpade@460a31ce +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4296 nnparadisemod:redstone_hoe com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneHoe@311d2611 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4297 nnparadisemod:redstone_sword com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneSword@10c0d39d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4298 nnparadisemod:emerald_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorEmerald@4c026825 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4299 nnparadisemod:emerald_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorEmerald@14f7e21a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4300 nnparadisemod:emerald_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorEmerald@2bd9722 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4301 nnparadisemod:emerald_boots com.NetherNoah.ParadiseMod.items.armor.ArmorEmerald@544cd64b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4302 nnparadisemod:silver_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorSilver@209c0be5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4303 nnparadisemod:silver_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorSilver@4ef69c53 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4304 nnparadisemod:silver_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorSilver@7cbaf548 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4305 nnparadisemod:silver_boots com.NetherNoah.ParadiseMod.items.armor.ArmorSilver@719a208f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4306 nnparadisemod:rusty_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorRusty@4b77d80e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4307 nnparadisemod:rusty_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorRusty@60cc749d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4308 nnparadisemod:rusty_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorRusty@40f2ae53 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4309 nnparadisemod:rusty_boots com.NetherNoah.ParadiseMod.items.armor.ArmorRusty@3f67d229 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4310 nnparadisemod:ruby_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorRuby@49ce2726 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4311 nnparadisemod:ruby_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorRuby@1c9b887a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4312 nnparadisemod:ruby_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorRuby@1dece75a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4313 nnparadisemod:ruby_boots com.NetherNoah.ParadiseMod.items.armor.ArmorRuby@797ec046 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4314 nnparadisemod:redstone_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorRedstone@129b75c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4315 nnparadisemod:redstone_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorRedstone@7b054614 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4316 nnparadisemod:redstone_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorRedstone@7476c5c2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4317 nnparadisemod:redstone_boots com.NetherNoah.ParadiseMod.items.armor.ArmorRedstone@3c75ffeb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4318 nnparadisemod:obsidian_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorObsidian@214ef199 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4319 nnparadisemod:obsidian_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorObsidian@63d478a7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4320 nnparadisemod:obsidian_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorObsidian@704d4991 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4321 nnparadisemod:obsidian_boots com.NetherNoah.ParadiseMod.items.armor.ArmorObsidian@512542aa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4322 nnparadisemod:ruby com.NetherNoah.ParadiseMod.items.ItemRuby@47e0e23f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4323 nnparadisemod:silver_ingot com.NetherNoah.ParadiseMod.items.SilverIngot@26b01384 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4324 nnparadisemod:rusty_door com.NetherNoah.ParadiseMod.items.doors.ItemRustyDoor@6c238208 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4325 nnparadisemod:cactus_door com.NetherNoah.ParadiseMod.items.doors.ItemCactusDoor@4e02800b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4326 nnparadisemod:glowing_obsidian_door com.NetherNoah.ParadiseMod.items.doors.ItemGlowingObsidianDoor@1898593 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4327 nnparadisemod:end_door com.NetherNoah.ParadiseMod.items.doors.ItemEndDoor@77e03d01 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4328 nnparadisemod:silver_door com.NetherNoah.ParadiseMod.items.doors.ItemSilverDoor@18b362c2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4329 nnparadisemod:glass_door com.NetherNoah.ParadiseMod.items.doors.ItemGlassDoor@48c2391 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4330 nnparadisemod:gold_door com.NetherNoah.ParadiseMod.items.doors.ItemGoldDoor@cfdd1c4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4331 nnparadisemod:diamond_door com.NetherNoah.ParadiseMod.items.doors.ItemDiamondDoor@b9f4b1f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4332 nnparadisemod:emerald_door com.NetherNoah.ParadiseMod.items.doors.ItemEmeraldDoor@3ebe4bbc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4333 nnparadisemod:andesite_door com.NetherNoah.ParadiseMod.items.doors.ItemAndesiteDoor@72b000e2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4334 nnparadisemod:diorite_door com.NetherNoah.ParadiseMod.items.doors.ItemDioriteDoor@1c825108 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4335 nnparadisemod:granite_door com.NetherNoah.ParadiseMod.items.doors.ItemGraniteDoor@5ed0d352 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4336 nnparadisemod:stone_door com.NetherNoah.ParadiseMod.items.doors.ItemStoneDoor@68d93913 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4337 nnparadisemod:cobblestone_door com.NetherNoah.ParadiseMod.items.doors.ItemCobblestoneDoor@37d05d32 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4338 nnparadisemod:moss_stone_door com.NetherNoah.ParadiseMod.items.doors.ItemMossStoneDoor@19c47103 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4339 nnparadisemod:obsidian_door com.NetherNoah.ParadiseMod.items.doors.ItemObsidianDoor@51b98798 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4340 nnparadisemod:bedrock_door com.NetherNoah.ParadiseMod.items.doors.ItemBedrockDoor@7590ce28 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4341 nnparadisemod:ruby_door com.NetherNoah.ParadiseMod.items.doors.ItemRubyDoor@278d2891 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4342 nnparadisemod:redstone_door com.NetherNoah.ParadiseMod.items.doors.ItemRedstoneDoor@2c94299a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4343 forge:bucketfilled net.minecraftforge.fluids.UniversalBucket@62a939cd +[18:05:25] [Server thread/TRACE] [FML]: Registry Name : minecraft:potions +[18:05:25] [Server thread/TRACE] [FML]: Registry: 1 minecraft:speed net.minecraft.potion.Potion@1da5c19d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2 minecraft:slowness net.minecraft.potion.Potion@3e4f2300 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 3 minecraft:haste net.minecraft.potion.Potion@e706aa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4 minecraft:mining_fatigue net.minecraft.potion.Potion@25e6c22a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 5 minecraft:strength net.minecraft.potion.PotionAttackDamage@edbc2bf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 6 minecraft:instant_health net.minecraft.potion.PotionHealth@6bf0f70a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 7 minecraft:instant_damage net.minecraft.potion.PotionHealth@5310e451 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 8 minecraft:jump_boost net.minecraft.potion.Potion@52d63b7e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 9 minecraft:nausea net.minecraft.potion.Potion@74830d73 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 10 minecraft:regeneration net.minecraft.potion.Potion@1827fc4e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 11 minecraft:resistance net.minecraft.potion.Potion@4c41a177 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 12 minecraft:fire_resistance net.minecraft.potion.Potion@2faf6e4a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 13 minecraft:water_breathing net.minecraft.potion.Potion@43ab0659 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 14 minecraft:invisibility net.minecraft.potion.Potion@644947ee +[18:05:25] [Server thread/TRACE] [FML]: Registry: 15 minecraft:blindness net.minecraft.potion.Potion@25421809 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 16 minecraft:night_vision net.minecraft.potion.Potion@714bffd5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 17 minecraft:hunger net.minecraft.potion.Potion@6ac9b66b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 18 minecraft:weakness net.minecraft.potion.PotionAttackDamage@4491eaeb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 19 minecraft:poison net.minecraft.potion.Potion@71262020 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 20 minecraft:wither net.minecraft.potion.Potion@5f3ddc86 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 21 minecraft:health_boost net.minecraft.potion.PotionHealthBoost@38e7860c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 22 minecraft:absorption net.minecraft.potion.PotionAbsorption@5891b7c5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 23 minecraft:saturation net.minecraft.potion.PotionHealth@4fc3529 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 24 minecraft:glowing net.minecraft.potion.Potion@38e46765 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 25 minecraft:levitation net.minecraft.potion.Potion@192f5f39 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 26 minecraft:luck net.minecraft.potion.Potion@4cd5fc46 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 27 minecraft:unluck net.minecraft.potion.Potion@2965dd88 +[18:05:25] [Server thread/TRACE] [FML]: Registry Name : minecraft:biomes +[18:05:25] [Server thread/TRACE] [FML]: Registry: 0 minecraft:ocean net.minecraft.world.biome.BiomeOcean@2a21cbe7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 1 minecraft:plains net.minecraft.world.biome.BiomePlains@4fbc516f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2 minecraft:desert net.minecraft.world.biome.BiomeDesert@25765a49 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 3 minecraft:extreme_hills net.minecraft.world.biome.BiomeHills@361fa478 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4 minecraft:forest net.minecraft.world.biome.BiomeForest@6247c08c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 5 minecraft:taiga net.minecraft.world.biome.BiomeTaiga@48f4264e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 6 minecraft:swampland net.minecraft.world.biome.BiomeSwamp@533d7c61 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 7 minecraft:river net.minecraft.world.biome.BiomeRiver@3a6b94b6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 8 minecraft:hell net.minecraft.world.biome.BiomeHell@5ea0a7a9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 9 minecraft:sky net.minecraft.world.biome.BiomeEnd@6f2a3b37 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 10 minecraft:frozen_ocean net.minecraft.world.biome.BiomeOcean@323b0632 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 11 minecraft:frozen_river net.minecraft.world.biome.BiomeRiver@7cd8831c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 12 minecraft:ice_flats net.minecraft.world.biome.BiomeSnow@50ef2906 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 13 minecraft:ice_mountains net.minecraft.world.biome.BiomeSnow@1f70bce5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 14 minecraft:mushroom_island net.minecraft.world.biome.BiomeMushroomIsland@16cb6f51 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 15 minecraft:mushroom_island_shore net.minecraft.world.biome.BiomeMushroomIsland@3fc5d397 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 16 minecraft:beaches net.minecraft.world.biome.BiomeBeach@57867d96 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 17 minecraft:desert_hills net.minecraft.world.biome.BiomeDesert@1a7a21d0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 18 minecraft:forest_hills net.minecraft.world.biome.BiomeForest@bb21063 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 19 minecraft:taiga_hills net.minecraft.world.biome.BiomeTaiga@6821c63c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 20 minecraft:smaller_extreme_hills net.minecraft.world.biome.BiomeHills@c2f7c63 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 21 minecraft:jungle net.minecraft.world.biome.BiomeJungle@fe156f4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 22 minecraft:jungle_hills net.minecraft.world.biome.BiomeJungle@79b4cff +[18:05:25] [Server thread/TRACE] [FML]: Registry: 23 minecraft:jungle_edge net.minecraft.world.biome.BiomeJungle@58ac0823 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 24 minecraft:deep_ocean net.minecraft.world.biome.BiomeOcean@2d705998 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 25 minecraft:stone_beach net.minecraft.world.biome.BiomeStoneBeach@7582a16b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 26 minecraft:cold_beach net.minecraft.world.biome.BiomeBeach@4dd752e8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 27 minecraft:birch_forest net.minecraft.world.biome.BiomeForest@62c46e53 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 28 minecraft:birch_forest_hills net.minecraft.world.biome.BiomeForest@55317c63 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 29 minecraft:roofed_forest net.minecraft.world.biome.BiomeForest@35d81657 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 30 minecraft:taiga_cold net.minecraft.world.biome.BiomeTaiga@42ef5216 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 31 minecraft:taiga_cold_hills net.minecraft.world.biome.BiomeTaiga@3180aee +[18:05:25] [Server thread/TRACE] [FML]: Registry: 32 minecraft:redwood_taiga net.minecraft.world.biome.BiomeTaiga@5d94ac8a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 33 minecraft:redwood_taiga_hills net.minecraft.world.biome.BiomeTaiga@288b73c1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 34 minecraft:extreme_hills_with_trees net.minecraft.world.biome.BiomeHills@104cfb24 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 35 minecraft:savanna net.minecraft.world.biome.BiomeSavanna@2bc8caa7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 36 minecraft:savanna_rock net.minecraft.world.biome.BiomeSavanna@582ea164 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 37 minecraft:mesa net.minecraft.world.biome.BiomeMesa@72646d16 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 38 minecraft:mesa_rock net.minecraft.world.biome.BiomeMesa@6ec2d990 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 39 minecraft:mesa_clear_rock net.minecraft.world.biome.BiomeMesa@1cfa7ee0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 127 minecraft:void net.minecraft.world.biome.BiomeVoid@7736c41e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 129 minecraft:mutated_plains net.minecraft.world.biome.BiomePlains@5f911d24 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 130 minecraft:mutated_desert net.minecraft.world.biome.BiomeDesert@3de383f7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 131 minecraft:mutated_extreme_hills net.minecraft.world.biome.BiomeHills@33ccead +[18:05:25] [Server thread/TRACE] [FML]: Registry: 132 minecraft:mutated_forest net.minecraft.world.biome.BiomeForest@42ebece0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 133 minecraft:mutated_taiga net.minecraft.world.biome.BiomeTaiga@15c4b1a4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 134 minecraft:mutated_swampland net.minecraft.world.biome.BiomeSwamp@341964d0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 140 minecraft:mutated_ice_flats net.minecraft.world.biome.BiomeSnow@51b59d58 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 149 minecraft:mutated_jungle net.minecraft.world.biome.BiomeJungle@4ca4f762 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 151 minecraft:mutated_jungle_edge net.minecraft.world.biome.BiomeJungle@7c5d36c3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 155 minecraft:mutated_birch_forest net.minecraft.world.biome.BiomeForestMutated@7ebfe01a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 156 minecraft:mutated_birch_forest_hills net.minecraft.world.biome.BiomeForestMutated@154b0748 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 157 minecraft:mutated_roofed_forest net.minecraft.world.biome.BiomeForest@35c00c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 158 minecraft:mutated_taiga_cold net.minecraft.world.biome.BiomeTaiga@6cd7dc74 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 160 minecraft:mutated_redwood_taiga net.minecraft.world.biome.BiomeTaiga@6d695ec4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 161 minecraft:mutated_redwood_taiga_hills net.minecraft.world.biome.BiomeTaiga@20556566 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 162 minecraft:mutated_extreme_hills_with_trees net.minecraft.world.biome.BiomeHills@e4ef4c0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 163 minecraft:mutated_savanna net.minecraft.world.biome.BiomeSavannaMutated@7b10472e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 164 minecraft:mutated_savanna_rock net.minecraft.world.biome.BiomeSavannaMutated@70e5737f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 165 minecraft:mutated_mesa net.minecraft.world.biome.BiomeMesa@9746157 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 166 minecraft:mutated_mesa_rock net.minecraft.world.biome.BiomeMesa@10ad95cd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 167 minecraft:mutated_mesa_clear_rock net.minecraft.world.biome.BiomeMesa@69fd99c1 +[18:05:25] [Server thread/TRACE] [FML]: Registry Name : minecraft:soundevents +[18:05:25] [Server thread/TRACE] [FML]: Registry: 0 minecraft:ambient.cave net.minecraft.util.SoundEvent@1a3e8e24 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 1 minecraft:block.anvil.break net.minecraft.util.SoundEvent@3bc4ef12 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2 minecraft:block.anvil.destroy net.minecraft.util.SoundEvent@50448409 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 3 minecraft:block.anvil.fall net.minecraft.util.SoundEvent@5634a861 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4 minecraft:block.anvil.hit net.minecraft.util.SoundEvent@2b0dc227 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 5 minecraft:block.anvil.land net.minecraft.util.SoundEvent@37ad042b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 6 minecraft:block.anvil.place net.minecraft.util.SoundEvent@43bdaa1b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 7 minecraft:block.anvil.step net.minecraft.util.SoundEvent@30b975ad +[18:05:25] [Server thread/TRACE] [FML]: Registry: 8 minecraft:block.anvil.use net.minecraft.util.SoundEvent@75e09567 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 9 minecraft:block.brewing_stand.brew net.minecraft.util.SoundEvent@2a334bac +[18:05:25] [Server thread/TRACE] [FML]: Registry: 10 minecraft:block.chest.close net.minecraft.util.SoundEvent@470d183 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 11 minecraft:block.chest.locked net.minecraft.util.SoundEvent@7f9fc8bd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 12 minecraft:block.chest.open net.minecraft.util.SoundEvent@ea52184 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 13 minecraft:block.chorus_flower.death net.minecraft.util.SoundEvent@3e7b65d7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 14 minecraft:block.chorus_flower.grow net.minecraft.util.SoundEvent@3c854752 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 15 minecraft:block.cloth.break net.minecraft.util.SoundEvent@3ddeaa5f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 16 minecraft:block.cloth.fall net.minecraft.util.SoundEvent@1a500561 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 17 minecraft:block.cloth.hit net.minecraft.util.SoundEvent@7f608e21 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 18 minecraft:block.cloth.place net.minecraft.util.SoundEvent@6949e948 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 19 minecraft:block.cloth.step net.minecraft.util.SoundEvent@210d2a6c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 20 minecraft:block.comparator.click net.minecraft.util.SoundEvent@3bec5821 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 21 minecraft:block.dispenser.dispense net.minecraft.util.SoundEvent@4086d8fb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 22 minecraft:block.dispenser.fail net.minecraft.util.SoundEvent@66236a0a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 23 minecraft:block.dispenser.launch net.minecraft.util.SoundEvent@2e3572e8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 24 minecraft:block.enchantment_table.use net.minecraft.util.SoundEvent@77c10a5f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 25 minecraft:block.end_gateway.spawn net.minecraft.util.SoundEvent@176555c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 26 minecraft:block.end_portal.spawn net.minecraft.util.SoundEvent@7c781c42 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 27 minecraft:block.end_portal_frame.fill net.minecraft.util.SoundEvent@795f8317 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 28 minecraft:block.enderchest.close net.minecraft.util.SoundEvent@633fd91 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 29 minecraft:block.enderchest.open net.minecraft.util.SoundEvent@355c94be +[18:05:25] [Server thread/TRACE] [FML]: Registry: 30 minecraft:block.fence_gate.close net.minecraft.util.SoundEvent@97a145b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 31 minecraft:block.fence_gate.open net.minecraft.util.SoundEvent@c386958 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 32 minecraft:block.fire.ambient net.minecraft.util.SoundEvent@157ec23b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 33 minecraft:block.fire.extinguish net.minecraft.util.SoundEvent@44d64d4e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 34 minecraft:block.furnace.fire_crackle net.minecraft.util.SoundEvent@1dd74143 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 35 minecraft:block.glass.break net.minecraft.util.SoundEvent@526a9908 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 36 minecraft:block.glass.fall net.minecraft.util.SoundEvent@3166f664 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 37 minecraft:block.glass.hit net.minecraft.util.SoundEvent@47ac613b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 38 minecraft:block.glass.place net.minecraft.util.SoundEvent@60d6fdd4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 39 minecraft:block.glass.step net.minecraft.util.SoundEvent@66f28a1f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 40 minecraft:block.grass.break net.minecraft.util.SoundEvent@60a19573 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 41 minecraft:block.grass.fall net.minecraft.util.SoundEvent@44a085e5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 42 minecraft:block.grass.hit net.minecraft.util.SoundEvent@134ff8f8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 43 minecraft:block.grass.place net.minecraft.util.SoundEvent@619f2afc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 44 minecraft:block.grass.step net.minecraft.util.SoundEvent@df921b1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 45 minecraft:block.gravel.break net.minecraft.util.SoundEvent@4db60246 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 46 minecraft:block.gravel.fall net.minecraft.util.SoundEvent@2152ab30 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 47 minecraft:block.gravel.hit net.minecraft.util.SoundEvent@3902bd2c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 48 minecraft:block.gravel.place net.minecraft.util.SoundEvent@7d32e714 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 49 minecraft:block.gravel.step net.minecraft.util.SoundEvent@eb6ec6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 50 minecraft:block.iron_door.close net.minecraft.util.SoundEvent@34d45ec0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 51 minecraft:block.iron_door.open net.minecraft.util.SoundEvent@18137eab +[18:05:25] [Server thread/TRACE] [FML]: Registry: 52 minecraft:block.iron_trapdoor.close net.minecraft.util.SoundEvent@727320fa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 53 minecraft:block.iron_trapdoor.open net.minecraft.util.SoundEvent@2935fd2c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 54 minecraft:block.ladder.break net.minecraft.util.SoundEvent@3f018494 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 55 minecraft:block.ladder.fall net.minecraft.util.SoundEvent@3ce443f9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 56 minecraft:block.ladder.hit net.minecraft.util.SoundEvent@57fbc06f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 57 minecraft:block.ladder.place net.minecraft.util.SoundEvent@51a18b21 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 58 minecraft:block.ladder.step net.minecraft.util.SoundEvent@62b790a5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 59 minecraft:block.lava.ambient net.minecraft.util.SoundEvent@7c52fc81 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 60 minecraft:block.lava.extinguish net.minecraft.util.SoundEvent@7523a3dc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 61 minecraft:block.lava.pop net.minecraft.util.SoundEvent@2806d6da +[18:05:25] [Server thread/TRACE] [FML]: Registry: 62 minecraft:block.lever.click net.minecraft.util.SoundEvent@766a49c7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 63 minecraft:block.metal.break net.minecraft.util.SoundEvent@1db7157f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 64 minecraft:block.metal.fall net.minecraft.util.SoundEvent@75e27856 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 65 minecraft:block.metal.hit net.minecraft.util.SoundEvent@6bccd036 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 66 minecraft:block.metal.place net.minecraft.util.SoundEvent@4f4c88f9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 67 minecraft:block.metal.step net.minecraft.util.SoundEvent@6a756082 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 68 minecraft:block.metal_pressureplate.click_off net.minecraft.util.SoundEvent@cb39552 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 69 minecraft:block.metal_pressureplate.click_on net.minecraft.util.SoundEvent@1f3b992 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 70 minecraft:block.note.basedrum net.minecraft.util.SoundEvent@2a53f215 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 71 minecraft:block.note.bass net.minecraft.util.SoundEvent@6b63e6ad +[18:05:25] [Server thread/TRACE] [FML]: Registry: 72 minecraft:block.note.bell net.minecraft.util.SoundEvent@7beae796 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 73 minecraft:block.note.chime net.minecraft.util.SoundEvent@6749fe50 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 74 minecraft:block.note.flute net.minecraft.util.SoundEvent@52bf7bf6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 75 minecraft:block.note.guitar net.minecraft.util.SoundEvent@261db982 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 76 minecraft:block.note.harp net.minecraft.util.SoundEvent@ae73c80 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 77 minecraft:block.note.hat net.minecraft.util.SoundEvent@22f4f8f2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 78 minecraft:block.note.pling net.minecraft.util.SoundEvent@bbd4791 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 79 minecraft:block.note.snare net.minecraft.util.SoundEvent@40a72ecd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 80 minecraft:block.note.xylophone net.minecraft.util.SoundEvent@73971965 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 81 minecraft:block.piston.contract net.minecraft.util.SoundEvent@76a14c8d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 82 minecraft:block.piston.extend net.minecraft.util.SoundEvent@17410c07 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 83 minecraft:block.portal.ambient net.minecraft.util.SoundEvent@6ee99964 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 84 minecraft:block.portal.travel net.minecraft.util.SoundEvent@257ef9ed +[18:05:25] [Server thread/TRACE] [FML]: Registry: 85 minecraft:block.portal.trigger net.minecraft.util.SoundEvent@59c70ceb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 86 minecraft:block.redstone_torch.burnout net.minecraft.util.SoundEvent@46f902e0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 87 minecraft:block.sand.break net.minecraft.util.SoundEvent@64f981e2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 88 minecraft:block.sand.fall net.minecraft.util.SoundEvent@361abd01 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 89 minecraft:block.sand.hit net.minecraft.util.SoundEvent@575b5f7d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 90 minecraft:block.sand.place net.minecraft.util.SoundEvent@59bbb974 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 91 minecraft:block.sand.step net.minecraft.util.SoundEvent@7165d530 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 92 minecraft:block.shulker_box.close net.minecraft.util.SoundEvent@12f49ca8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 93 minecraft:block.shulker_box.open net.minecraft.util.SoundEvent@1fd9893c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 94 minecraft:block.slime.break net.minecraft.util.SoundEvent@1b2df3aa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 95 minecraft:block.slime.fall net.minecraft.util.SoundEvent@44be69aa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 96 minecraft:block.slime.hit net.minecraft.util.SoundEvent@7219ac49 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 97 minecraft:block.slime.place net.minecraft.util.SoundEvent@21da4b5f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 98 minecraft:block.slime.step net.minecraft.util.SoundEvent@551e4c6d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 99 minecraft:block.snow.break net.minecraft.util.SoundEvent@625a9c5d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 100 minecraft:block.snow.fall net.minecraft.util.SoundEvent@5d1e0fbb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 101 minecraft:block.snow.hit net.minecraft.util.SoundEvent@2eed37f4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 102 minecraft:block.snow.place net.minecraft.util.SoundEvent@9b76b60 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 103 minecraft:block.snow.step net.minecraft.util.SoundEvent@3fb9a67f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 104 minecraft:block.stone.break net.minecraft.util.SoundEvent@127705e4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 105 minecraft:block.stone.fall net.minecraft.util.SoundEvent@5562c2c9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 106 minecraft:block.stone.hit net.minecraft.util.SoundEvent@673c4f6e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 107 minecraft:block.stone.place net.minecraft.util.SoundEvent@15c487a8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 108 minecraft:block.stone.step net.minecraft.util.SoundEvent@3f36e8d1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 109 minecraft:block.stone_button.click_off net.minecraft.util.SoundEvent@7c011174 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 110 minecraft:block.stone_button.click_on net.minecraft.util.SoundEvent@794366a5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 111 minecraft:block.stone_pressureplate.click_off net.minecraft.util.SoundEvent@480b57e2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 112 minecraft:block.stone_pressureplate.click_on net.minecraft.util.SoundEvent@40f35e52 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 113 minecraft:block.tripwire.attach net.minecraft.util.SoundEvent@340d6d89 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 114 minecraft:block.tripwire.click_off net.minecraft.util.SoundEvent@561953e3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 115 minecraft:block.tripwire.click_on net.minecraft.util.SoundEvent@443faa85 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 116 minecraft:block.tripwire.detach net.minecraft.util.SoundEvent@1ee47d9e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 117 minecraft:block.water.ambient net.minecraft.util.SoundEvent@41da3aee +[18:05:25] [Server thread/TRACE] [FML]: Registry: 118 minecraft:block.waterlily.place net.minecraft.util.SoundEvent@5dc0ff7d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 119 minecraft:block.wood.break net.minecraft.util.SoundEvent@64920dc2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 120 minecraft:block.wood.fall net.minecraft.util.SoundEvent@59a79443 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 121 minecraft:block.wood.hit net.minecraft.util.SoundEvent@493ac8d3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 122 minecraft:block.wood.place net.minecraft.util.SoundEvent@13dbed9e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 123 minecraft:block.wood.step net.minecraft.util.SoundEvent@67531e3a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 124 minecraft:block.wood_button.click_off net.minecraft.util.SoundEvent@2b38b1f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 125 minecraft:block.wood_button.click_on net.minecraft.util.SoundEvent@1d50a7ca +[18:05:25] [Server thread/TRACE] [FML]: Registry: 126 minecraft:block.wood_pressureplate.click_off net.minecraft.util.SoundEvent@51ab1ee3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 127 minecraft:block.wood_pressureplate.click_on net.minecraft.util.SoundEvent@2e766822 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 128 minecraft:block.wooden_door.close net.minecraft.util.SoundEvent@3003e580 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 129 minecraft:block.wooden_door.open net.minecraft.util.SoundEvent@28757abd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 130 minecraft:block.wooden_trapdoor.close net.minecraft.util.SoundEvent@21a02556 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 131 minecraft:block.wooden_trapdoor.open net.minecraft.util.SoundEvent@3c8a7e38 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 132 minecraft:enchant.thorns.hit net.minecraft.util.SoundEvent@138aa3cc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 133 minecraft:entity.armorstand.break net.minecraft.util.SoundEvent@10a98392 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 134 minecraft:entity.armorstand.fall net.minecraft.util.SoundEvent@30839e44 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 135 minecraft:entity.armorstand.hit net.minecraft.util.SoundEvent@5f174dd2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 136 minecraft:entity.armorstand.place net.minecraft.util.SoundEvent@1945113f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 137 minecraft:entity.arrow.hit net.minecraft.util.SoundEvent@45aca496 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 138 minecraft:entity.arrow.hit_player net.minecraft.util.SoundEvent@697173d9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 139 minecraft:entity.arrow.shoot net.minecraft.util.SoundEvent@ceddaf8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 140 minecraft:entity.bat.ambient net.minecraft.util.SoundEvent@3d90eeb3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 141 minecraft:entity.bat.death net.minecraft.util.SoundEvent@1db87583 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 142 minecraft:entity.bat.hurt net.minecraft.util.SoundEvent@7fb53256 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 143 minecraft:entity.bat.loop net.minecraft.util.SoundEvent@1d6d1d42 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 144 minecraft:entity.bat.takeoff net.minecraft.util.SoundEvent@27329d2a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 145 minecraft:entity.blaze.ambient net.minecraft.util.SoundEvent@7978e022 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 146 minecraft:entity.blaze.burn net.minecraft.util.SoundEvent@2f894ad9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 147 minecraft:entity.blaze.death net.minecraft.util.SoundEvent@5afbd567 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 148 minecraft:entity.blaze.hurt net.minecraft.util.SoundEvent@6993c8df +[18:05:25] [Server thread/TRACE] [FML]: Registry: 149 minecraft:entity.blaze.shoot net.minecraft.util.SoundEvent@57545c3f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 150 minecraft:entity.boat.paddle_land net.minecraft.util.SoundEvent@326e0b8e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 151 minecraft:entity.boat.paddle_water net.minecraft.util.SoundEvent@36baa049 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 152 minecraft:entity.bobber.retrieve net.minecraft.util.SoundEvent@41184371 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 153 minecraft:entity.bobber.splash net.minecraft.util.SoundEvent@34585ac9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 154 minecraft:entity.bobber.throw net.minecraft.util.SoundEvent@76a805b7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 155 minecraft:entity.cat.ambient net.minecraft.util.SoundEvent@15f35bc3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 156 minecraft:entity.cat.death net.minecraft.util.SoundEvent@167381c7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 157 minecraft:entity.cat.hiss net.minecraft.util.SoundEvent@608b1fd2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 158 minecraft:entity.cat.hurt net.minecraft.util.SoundEvent@56382bc9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 159 minecraft:entity.cat.purr net.minecraft.util.SoundEvent@591a4f8e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 160 minecraft:entity.cat.purreow net.minecraft.util.SoundEvent@53ed80d3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 161 minecraft:entity.chicken.ambient net.minecraft.util.SoundEvent@6ba060f3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 162 minecraft:entity.chicken.death net.minecraft.util.SoundEvent@7c51782d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 163 minecraft:entity.chicken.egg net.minecraft.util.SoundEvent@77bc2e16 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 164 minecraft:entity.chicken.hurt net.minecraft.util.SoundEvent@48e8c32a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 165 minecraft:entity.chicken.step net.minecraft.util.SoundEvent@20a7953c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 166 minecraft:entity.cow.ambient net.minecraft.util.SoundEvent@57c00115 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 167 minecraft:entity.cow.death net.minecraft.util.SoundEvent@411a5965 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 168 minecraft:entity.cow.hurt net.minecraft.util.SoundEvent@4fe533ff +[18:05:25] [Server thread/TRACE] [FML]: Registry: 169 minecraft:entity.cow.milk net.minecraft.util.SoundEvent@5377414a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 170 minecraft:entity.cow.step net.minecraft.util.SoundEvent@4e83a98 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 171 minecraft:entity.creeper.death net.minecraft.util.SoundEvent@17aa8a11 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 172 minecraft:entity.creeper.hurt net.minecraft.util.SoundEvent@71b639d0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 173 minecraft:entity.creeper.primed net.minecraft.util.SoundEvent@18a25bbd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 174 minecraft:entity.donkey.ambient net.minecraft.util.SoundEvent@5d5b9ecb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 175 minecraft:entity.donkey.angry net.minecraft.util.SoundEvent@1ee27d73 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 176 minecraft:entity.donkey.chest net.minecraft.util.SoundEvent@5e5aafc6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 177 minecraft:entity.donkey.death net.minecraft.util.SoundEvent@542f6803 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 178 minecraft:entity.donkey.hurt net.minecraft.util.SoundEvent@5583098b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 179 minecraft:entity.egg.throw net.minecraft.util.SoundEvent@5807efad +[18:05:25] [Server thread/TRACE] [FML]: Registry: 180 minecraft:entity.elder_guardian.ambient net.minecraft.util.SoundEvent@53a84ff4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 181 minecraft:entity.elder_guardian.ambient_land net.minecraft.util.SoundEvent@7ce85af2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 182 minecraft:entity.elder_guardian.curse net.minecraft.util.SoundEvent@316acbb5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 183 minecraft:entity.elder_guardian.death net.minecraft.util.SoundEvent@56f730b2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 184 minecraft:entity.elder_guardian.death_land net.minecraft.util.SoundEvent@47311277 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 185 minecraft:entity.elder_guardian.flop net.minecraft.util.SoundEvent@7930ffa9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 186 minecraft:entity.elder_guardian.hurt net.minecraft.util.SoundEvent@1e60b459 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 187 minecraft:entity.elder_guardian.hurt_land net.minecraft.util.SoundEvent@717d7587 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 188 minecraft:entity.enderdragon.ambient net.minecraft.util.SoundEvent@3e906375 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 189 minecraft:entity.enderdragon.death net.minecraft.util.SoundEvent@40230eb9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 190 minecraft:entity.enderdragon.flap net.minecraft.util.SoundEvent@5b7aa898 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 191 minecraft:entity.enderdragon.growl net.minecraft.util.SoundEvent@41b13f3d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 192 minecraft:entity.enderdragon.hurt net.minecraft.util.SoundEvent@7c0777b5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 193 minecraft:entity.enderdragon.shoot net.minecraft.util.SoundEvent@2489e84a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 194 minecraft:entity.enderdragon_fireball.explode net.minecraft.util.SoundEvent@2a39aa2b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 195 minecraft:entity.endereye.death net.minecraft.util.SoundEvent@62b93086 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 196 minecraft:entity.endereye.launch net.minecraft.util.SoundEvent@254449bb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 197 minecraft:entity.endermen.ambient net.minecraft.util.SoundEvent@4e642ee1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 198 minecraft:entity.endermen.death net.minecraft.util.SoundEvent@29ebbdf4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 199 minecraft:entity.endermen.hurt net.minecraft.util.SoundEvent@2fd954f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 200 minecraft:entity.endermen.scream net.minecraft.util.SoundEvent@5731d3a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 201 minecraft:entity.endermen.stare net.minecraft.util.SoundEvent@6a0f2853 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 202 minecraft:entity.endermen.teleport net.minecraft.util.SoundEvent@1eff3cfb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 203 minecraft:entity.endermite.ambient net.minecraft.util.SoundEvent@70c69586 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 204 minecraft:entity.endermite.death net.minecraft.util.SoundEvent@6dc1dc69 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 205 minecraft:entity.endermite.hurt net.minecraft.util.SoundEvent@7e9f2c32 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 206 minecraft:entity.endermite.step net.minecraft.util.SoundEvent@19e0dffe +[18:05:25] [Server thread/TRACE] [FML]: Registry: 207 minecraft:entity.enderpearl.throw net.minecraft.util.SoundEvent@5d4e13e1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 208 minecraft:entity.evocation_fangs.attack net.minecraft.util.SoundEvent@3e0fbeb5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 209 minecraft:entity.evocation_illager.ambient net.minecraft.util.SoundEvent@3976ebfa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 210 minecraft:entity.evocation_illager.cast_spell net.minecraft.util.SoundEvent@2676dc05 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 211 minecraft:entity.evocation_illager.death net.minecraft.util.SoundEvent@b0a1231 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 212 minecraft:entity.evocation_illager.hurt net.minecraft.util.SoundEvent@4833eff3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 213 minecraft:entity.evocation_illager.prepare_attack net.minecraft.util.SoundEvent@4694f434 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 214 minecraft:entity.evocation_illager.prepare_summon net.minecraft.util.SoundEvent@56928e17 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 215 minecraft:entity.evocation_illager.prepare_wololo net.minecraft.util.SoundEvent@dd2856e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 216 minecraft:entity.experience_bottle.throw net.minecraft.util.SoundEvent@5a49af50 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 217 minecraft:entity.experience_orb.pickup net.minecraft.util.SoundEvent@3b1dc579 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 218 minecraft:entity.firework.blast net.minecraft.util.SoundEvent@793d163b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 219 minecraft:entity.firework.blast_far net.minecraft.util.SoundEvent@60dd0587 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 220 minecraft:entity.firework.large_blast net.minecraft.util.SoundEvent@77f905e3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 221 minecraft:entity.firework.large_blast_far net.minecraft.util.SoundEvent@221a2068 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 222 minecraft:entity.firework.launch net.minecraft.util.SoundEvent@338766de +[18:05:25] [Server thread/TRACE] [FML]: Registry: 223 minecraft:entity.firework.shoot net.minecraft.util.SoundEvent@3b7eac14 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 224 minecraft:entity.firework.twinkle net.minecraft.util.SoundEvent@4976085 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 225 minecraft:entity.firework.twinkle_far net.minecraft.util.SoundEvent@777d191f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 226 minecraft:entity.generic.big_fall net.minecraft.util.SoundEvent@7fc420b8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 227 minecraft:entity.generic.burn net.minecraft.util.SoundEvent@31142d58 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 228 minecraft:entity.generic.death net.minecraft.util.SoundEvent@e38f0b7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 229 minecraft:entity.generic.drink net.minecraft.util.SoundEvent@1192b58e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 230 minecraft:entity.generic.eat net.minecraft.util.SoundEvent@4f8d86e4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 231 minecraft:entity.generic.explode net.minecraft.util.SoundEvent@5f631ca0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 232 minecraft:entity.generic.extinguish_fire net.minecraft.util.SoundEvent@1697f2b3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 233 minecraft:entity.generic.hurt net.minecraft.util.SoundEvent@12ad1b2a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 234 minecraft:entity.generic.small_fall net.minecraft.util.SoundEvent@3134153d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 235 minecraft:entity.generic.splash net.minecraft.util.SoundEvent@767599a7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 236 minecraft:entity.generic.swim net.minecraft.util.SoundEvent@5f5effb0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 237 minecraft:entity.ghast.ambient net.minecraft.util.SoundEvent@25d0cb3a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 238 minecraft:entity.ghast.death net.minecraft.util.SoundEvent@345cbf40 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 239 minecraft:entity.ghast.hurt net.minecraft.util.SoundEvent@6e3eb0cd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 240 minecraft:entity.ghast.scream net.minecraft.util.SoundEvent@463561c5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 241 minecraft:entity.ghast.shoot net.minecraft.util.SoundEvent@659feb22 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 242 minecraft:entity.ghast.warn net.minecraft.util.SoundEvent@3468ee6e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 243 minecraft:entity.guardian.ambient net.minecraft.util.SoundEvent@2f4b98f6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 244 minecraft:entity.guardian.ambient_land net.minecraft.util.SoundEvent@421def93 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 245 minecraft:entity.guardian.attack net.minecraft.util.SoundEvent@58c1da09 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 246 minecraft:entity.guardian.death net.minecraft.util.SoundEvent@2b2954e1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 247 minecraft:entity.guardian.death_land net.minecraft.util.SoundEvent@58d6e55a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 248 minecraft:entity.guardian.flop net.minecraft.util.SoundEvent@751ae8a4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 249 minecraft:entity.guardian.hurt net.minecraft.util.SoundEvent@235d659c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 250 minecraft:entity.guardian.hurt_land net.minecraft.util.SoundEvent@4232b34a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 251 minecraft:entity.horse.ambient net.minecraft.util.SoundEvent@2da16263 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 252 minecraft:entity.horse.angry net.minecraft.util.SoundEvent@f5ce0bb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 253 minecraft:entity.horse.armor net.minecraft.util.SoundEvent@47e51549 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 254 minecraft:entity.horse.breathe net.minecraft.util.SoundEvent@101a461c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 255 minecraft:entity.horse.death net.minecraft.util.SoundEvent@360e9c06 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 256 minecraft:entity.horse.eat net.minecraft.util.SoundEvent@5ebffb44 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 257 minecraft:entity.horse.gallop net.minecraft.util.SoundEvent@311ff287 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 258 minecraft:entity.horse.hurt net.minecraft.util.SoundEvent@7377781e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 259 minecraft:entity.horse.jump net.minecraft.util.SoundEvent@31db34da +[18:05:25] [Server thread/TRACE] [FML]: Registry: 260 minecraft:entity.horse.land net.minecraft.util.SoundEvent@109f8c7e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 261 minecraft:entity.horse.saddle net.minecraft.util.SoundEvent@5edacf20 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 262 minecraft:entity.horse.step net.minecraft.util.SoundEvent@16a5eb6d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 263 minecraft:entity.horse.step_wood net.minecraft.util.SoundEvent@7e307087 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 264 minecraft:entity.hostile.big_fall net.minecraft.util.SoundEvent@1220ef43 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 265 minecraft:entity.hostile.death net.minecraft.util.SoundEvent@1a8b81e8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 266 minecraft:entity.hostile.hurt net.minecraft.util.SoundEvent@234cff57 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 267 minecraft:entity.hostile.small_fall net.minecraft.util.SoundEvent@5e8507f1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 268 minecraft:entity.hostile.splash net.minecraft.util.SoundEvent@4bcaa195 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 269 minecraft:entity.hostile.swim net.minecraft.util.SoundEvent@d08edc5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 270 minecraft:entity.husk.ambient net.minecraft.util.SoundEvent@49fa1d74 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 271 minecraft:entity.husk.death net.minecraft.util.SoundEvent@3f362135 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 272 minecraft:entity.husk.hurt net.minecraft.util.SoundEvent@21eee94f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 273 minecraft:entity.husk.step net.minecraft.util.SoundEvent@6bc24e72 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 274 minecraft:entity.illusion_illager.ambient net.minecraft.util.SoundEvent@724aefc3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 275 minecraft:entity.illusion_illager.cast_spell net.minecraft.util.SoundEvent@7cfb4736 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 276 minecraft:entity.illusion_illager.death net.minecraft.util.SoundEvent@2a097d77 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 277 minecraft:entity.illusion_illager.hurt net.minecraft.util.SoundEvent@53c1179a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 278 minecraft:entity.illusion_illager.mirror_move net.minecraft.util.SoundEvent@7650ded6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 279 minecraft:entity.illusion_illager.prepare_blindness net.minecraft.util.SoundEvent@5034f5dd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 280 minecraft:entity.illusion_illager.prepare_mirror net.minecraft.util.SoundEvent@31b7d869 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 281 minecraft:entity.irongolem.attack net.minecraft.util.SoundEvent@6a916402 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 282 minecraft:entity.irongolem.death net.minecraft.util.SoundEvent@1a47a1e8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 283 minecraft:entity.irongolem.hurt net.minecraft.util.SoundEvent@6d2a2560 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 284 minecraft:entity.irongolem.step net.minecraft.util.SoundEvent@62d1dc3c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 285 minecraft:entity.item.break net.minecraft.util.SoundEvent@3811510 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 286 minecraft:entity.item.pickup net.minecraft.util.SoundEvent@24eeac69 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 287 minecraft:entity.itemframe.add_item net.minecraft.util.SoundEvent@18539cb1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 288 minecraft:entity.itemframe.break net.minecraft.util.SoundEvent@748f93bb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 289 minecraft:entity.itemframe.place net.minecraft.util.SoundEvent@7f2d31af +[18:05:25] [Server thread/TRACE] [FML]: Registry: 290 minecraft:entity.itemframe.remove_item net.minecraft.util.SoundEvent@2e7157c7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 291 minecraft:entity.itemframe.rotate_item net.minecraft.util.SoundEvent@2a43e0ac +[18:05:25] [Server thread/TRACE] [FML]: Registry: 292 minecraft:entity.leashknot.break net.minecraft.util.SoundEvent@22d9bc14 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 293 minecraft:entity.leashknot.place net.minecraft.util.SoundEvent@346f41a9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 294 minecraft:entity.lightning.impact net.minecraft.util.SoundEvent@1084f78c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 295 minecraft:entity.lightning.thunder net.minecraft.util.SoundEvent@25f723b0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 296 minecraft:entity.lingeringpotion.throw net.minecraft.util.SoundEvent@4aa11206 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 297 minecraft:entity.llama.ambient net.minecraft.util.SoundEvent@40d60f2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 298 minecraft:entity.llama.angry net.minecraft.util.SoundEvent@3382cf68 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 299 minecraft:entity.llama.chest net.minecraft.util.SoundEvent@2f74900b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 300 minecraft:entity.llama.death net.minecraft.util.SoundEvent@6d8796c1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 301 minecraft:entity.llama.eat net.minecraft.util.SoundEvent@2e26173 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 302 minecraft:entity.llama.hurt net.minecraft.util.SoundEvent@27be17c8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 303 minecraft:entity.llama.spit net.minecraft.util.SoundEvent@2c413ffc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 304 minecraft:entity.llama.step net.minecraft.util.SoundEvent@7d21852b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 305 minecraft:entity.llama.swag net.minecraft.util.SoundEvent@6cd98a05 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 306 minecraft:entity.magmacube.death net.minecraft.util.SoundEvent@3b8ec001 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 307 minecraft:entity.magmacube.hurt net.minecraft.util.SoundEvent@1e95b653 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 308 minecraft:entity.magmacube.jump net.minecraft.util.SoundEvent@6f6c6077 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 309 minecraft:entity.magmacube.squish net.minecraft.util.SoundEvent@4fc5563d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 310 minecraft:entity.minecart.inside net.minecraft.util.SoundEvent@286090c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 311 minecraft:entity.minecart.riding net.minecraft.util.SoundEvent@31120021 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 312 minecraft:entity.mooshroom.shear net.minecraft.util.SoundEvent@3df1a1ac +[18:05:25] [Server thread/TRACE] [FML]: Registry: 313 minecraft:entity.mule.ambient net.minecraft.util.SoundEvent@58606c91 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 314 minecraft:entity.mule.chest net.minecraft.util.SoundEvent@6a9cd0f8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 315 minecraft:entity.mule.death net.minecraft.util.SoundEvent@4baed682 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 316 minecraft:entity.mule.hurt net.minecraft.util.SoundEvent@7be2f29a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 317 minecraft:entity.painting.break net.minecraft.util.SoundEvent@203d1d93 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 318 minecraft:entity.painting.place net.minecraft.util.SoundEvent@2c2a027c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 319 minecraft:entity.parrot.ambient net.minecraft.util.SoundEvent@118dcbbd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 320 minecraft:entity.parrot.death net.minecraft.util.SoundEvent@7d979d34 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 321 minecraft:entity.parrot.eat net.minecraft.util.SoundEvent@350ec690 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 322 minecraft:entity.parrot.fly net.minecraft.util.SoundEvent@49cb1baf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 323 minecraft:entity.parrot.hurt net.minecraft.util.SoundEvent@3664f108 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 324 minecraft:entity.parrot.imitate.blaze net.minecraft.util.SoundEvent@77dba4cd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 325 minecraft:entity.parrot.imitate.creeper net.minecraft.util.SoundEvent@34a2d6e0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 326 minecraft:entity.parrot.imitate.elder_guardian net.minecraft.util.SoundEvent@2525a5b8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 327 minecraft:entity.parrot.imitate.enderdragon net.minecraft.util.SoundEvent@3458eca5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 328 minecraft:entity.parrot.imitate.enderman net.minecraft.util.SoundEvent@1e0fdb2f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 329 minecraft:entity.parrot.imitate.endermite net.minecraft.util.SoundEvent@3c380bd8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 330 minecraft:entity.parrot.imitate.evocation_illager net.minecraft.util.SoundEvent@34b87182 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 331 minecraft:entity.parrot.imitate.ghast net.minecraft.util.SoundEvent@47768e74 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 332 minecraft:entity.parrot.imitate.husk net.minecraft.util.SoundEvent@2740e316 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 333 minecraft:entity.parrot.imitate.illusion_illager net.minecraft.util.SoundEvent@5b5a4aed +[18:05:25] [Server thread/TRACE] [FML]: Registry: 334 minecraft:entity.parrot.imitate.magmacube net.minecraft.util.SoundEvent@2c991465 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 335 minecraft:entity.parrot.imitate.polar_bear net.minecraft.util.SoundEvent@5fef2aac +[18:05:25] [Server thread/TRACE] [FML]: Registry: 336 minecraft:entity.parrot.imitate.shulker net.minecraft.util.SoundEvent@7f973a14 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 337 minecraft:entity.parrot.imitate.silverfish net.minecraft.util.SoundEvent@76130a29 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 338 minecraft:entity.parrot.imitate.skeleton net.minecraft.util.SoundEvent@124d02b2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 339 minecraft:entity.parrot.imitate.slime net.minecraft.util.SoundEvent@3451f01d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 340 minecraft:entity.parrot.imitate.spider net.minecraft.util.SoundEvent@72503b19 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 341 minecraft:entity.parrot.imitate.stray net.minecraft.util.SoundEvent@1cfc2538 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 342 minecraft:entity.parrot.imitate.vex net.minecraft.util.SoundEvent@66deec87 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 343 minecraft:entity.parrot.imitate.vindication_illager net.minecraft.util.SoundEvent@5d342959 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 344 minecraft:entity.parrot.imitate.witch net.minecraft.util.SoundEvent@2ecf5915 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 345 minecraft:entity.parrot.imitate.wither net.minecraft.util.SoundEvent@53e76c11 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 346 minecraft:entity.parrot.imitate.wither_skeleton net.minecraft.util.SoundEvent@42cc183e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 347 minecraft:entity.parrot.imitate.wolf net.minecraft.util.SoundEvent@3e4e8fdf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 348 minecraft:entity.parrot.imitate.zombie net.minecraft.util.SoundEvent@6a1d6ef2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 349 minecraft:entity.parrot.imitate.zombie_pigman net.minecraft.util.SoundEvent@2721044 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 350 minecraft:entity.parrot.imitate.zombie_villager net.minecraft.util.SoundEvent@205df5dc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 351 minecraft:entity.parrot.step net.minecraft.util.SoundEvent@6aa7b67f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 352 minecraft:entity.pig.ambient net.minecraft.util.SoundEvent@6bcc3f27 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 353 minecraft:entity.pig.death net.minecraft.util.SoundEvent@79aee22a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 354 minecraft:entity.pig.hurt net.minecraft.util.SoundEvent@36920bd6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 355 minecraft:entity.pig.saddle net.minecraft.util.SoundEvent@61514735 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 356 minecraft:entity.pig.step net.minecraft.util.SoundEvent@6bee793f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 357 minecraft:entity.player.attack.crit net.minecraft.util.SoundEvent@655f69da +[18:05:25] [Server thread/TRACE] [FML]: Registry: 358 minecraft:entity.player.attack.knockback net.minecraft.util.SoundEvent@43b5021c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 359 minecraft:entity.player.attack.nodamage net.minecraft.util.SoundEvent@28369db0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 360 minecraft:entity.player.attack.strong net.minecraft.util.SoundEvent@30893e08 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 361 minecraft:entity.player.attack.sweep net.minecraft.util.SoundEvent@2e86807a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 362 minecraft:entity.player.attack.weak net.minecraft.util.SoundEvent@4548d254 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 363 minecraft:entity.player.big_fall net.minecraft.util.SoundEvent@590f0c50 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 364 minecraft:entity.player.breath net.minecraft.util.SoundEvent@208f0007 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 365 minecraft:entity.player.burp net.minecraft.util.SoundEvent@3a90c13c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 366 minecraft:entity.player.death net.minecraft.util.SoundEvent@39c96e48 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 367 minecraft:entity.player.hurt net.minecraft.util.SoundEvent@188598ad +[18:05:25] [Server thread/TRACE] [FML]: Registry: 368 minecraft:entity.player.hurt_drown net.minecraft.util.SoundEvent@40d23c82 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 369 minecraft:entity.player.hurt_on_fire net.minecraft.util.SoundEvent@7cf78c85 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 370 minecraft:entity.player.levelup net.minecraft.util.SoundEvent@ebe067d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 371 minecraft:entity.player.small_fall net.minecraft.util.SoundEvent@3a4ab7f7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 372 minecraft:entity.player.splash net.minecraft.util.SoundEvent@6badba10 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 373 minecraft:entity.player.swim net.minecraft.util.SoundEvent@2b7e8044 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 374 minecraft:entity.polar_bear.ambient net.minecraft.util.SoundEvent@550de6b8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 375 minecraft:entity.polar_bear.baby_ambient net.minecraft.util.SoundEvent@3a1706e1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 376 minecraft:entity.polar_bear.death net.minecraft.util.SoundEvent@3c6c4689 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 377 minecraft:entity.polar_bear.hurt net.minecraft.util.SoundEvent@63cf9de0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 378 minecraft:entity.polar_bear.step net.minecraft.util.SoundEvent@594d9f07 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 379 minecraft:entity.polar_bear.warning net.minecraft.util.SoundEvent@5befbac1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 380 minecraft:entity.rabbit.ambient net.minecraft.util.SoundEvent@5e9f73b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 381 minecraft:entity.rabbit.attack net.minecraft.util.SoundEvent@1a565afb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 382 minecraft:entity.rabbit.death net.minecraft.util.SoundEvent@2fd64b11 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 383 minecraft:entity.rabbit.hurt net.minecraft.util.SoundEvent@949c598 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 384 minecraft:entity.rabbit.jump net.minecraft.util.SoundEvent@43d3aba5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 385 minecraft:entity.sheep.ambient net.minecraft.util.SoundEvent@6bfaa0a6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 386 minecraft:entity.sheep.death net.minecraft.util.SoundEvent@76e9f00b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 387 minecraft:entity.sheep.hurt net.minecraft.util.SoundEvent@314b9e4b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 388 minecraft:entity.sheep.shear net.minecraft.util.SoundEvent@6f1b8544 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 389 minecraft:entity.sheep.step net.minecraft.util.SoundEvent@51dae791 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 390 minecraft:entity.shulker.ambient net.minecraft.util.SoundEvent@688a2c09 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 391 minecraft:entity.shulker.close net.minecraft.util.SoundEvent@5de5e95 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 392 minecraft:entity.shulker.death net.minecraft.util.SoundEvent@365cdacf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 393 minecraft:entity.shulker.hurt net.minecraft.util.SoundEvent@303c55fa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 394 minecraft:entity.shulker.hurt_closed net.minecraft.util.SoundEvent@9efcd90 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 395 minecraft:entity.shulker.open net.minecraft.util.SoundEvent@7eb200ce +[18:05:25] [Server thread/TRACE] [FML]: Registry: 396 minecraft:entity.shulker.shoot net.minecraft.util.SoundEvent@2ee83775 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 397 minecraft:entity.shulker.teleport net.minecraft.util.SoundEvent@7c2924d7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 398 minecraft:entity.shulker_bullet.hit net.minecraft.util.SoundEvent@b5de58f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 399 minecraft:entity.shulker_bullet.hurt net.minecraft.util.SoundEvent@6587305a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 400 minecraft:entity.silverfish.ambient net.minecraft.util.SoundEvent@abbe000 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 401 minecraft:entity.silverfish.death net.minecraft.util.SoundEvent@3f81621c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 402 minecraft:entity.silverfish.hurt net.minecraft.util.SoundEvent@5b9499fe +[18:05:25] [Server thread/TRACE] [FML]: Registry: 403 minecraft:entity.silverfish.step net.minecraft.util.SoundEvent@74d6736 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 404 minecraft:entity.skeleton.ambient net.minecraft.util.SoundEvent@52a33c3f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 405 minecraft:entity.skeleton.death net.minecraft.util.SoundEvent@668625f5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 406 minecraft:entity.skeleton.hurt net.minecraft.util.SoundEvent@19a20bb2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 407 minecraft:entity.skeleton.shoot net.minecraft.util.SoundEvent@75babb67 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 408 minecraft:entity.skeleton.step net.minecraft.util.SoundEvent@3eb3232b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 409 minecraft:entity.skeleton_horse.ambient net.minecraft.util.SoundEvent@69cd1085 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 410 minecraft:entity.skeleton_horse.death net.minecraft.util.SoundEvent@60bb7995 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 411 minecraft:entity.skeleton_horse.hurt net.minecraft.util.SoundEvent@40fa8766 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 412 minecraft:entity.slime.attack net.minecraft.util.SoundEvent@67774e29 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 413 minecraft:entity.slime.death net.minecraft.util.SoundEvent@663f237a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 414 minecraft:entity.slime.hurt net.minecraft.util.SoundEvent@5d7399f9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 415 minecraft:entity.slime.jump net.minecraft.util.SoundEvent@49a6f486 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 416 minecraft:entity.slime.squish net.minecraft.util.SoundEvent@14fded9d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 417 minecraft:entity.small_magmacube.death net.minecraft.util.SoundEvent@bc6288b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 418 minecraft:entity.small_magmacube.hurt net.minecraft.util.SoundEvent@4a3bd45b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 419 minecraft:entity.small_magmacube.squish net.minecraft.util.SoundEvent@34c70b5e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 420 minecraft:entity.small_slime.death net.minecraft.util.SoundEvent@4f2d995e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 421 minecraft:entity.small_slime.hurt net.minecraft.util.SoundEvent@75156240 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 422 minecraft:entity.small_slime.jump net.minecraft.util.SoundEvent@6198e9b5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 423 minecraft:entity.small_slime.squish net.minecraft.util.SoundEvent@6d099323 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 424 minecraft:entity.snowball.throw net.minecraft.util.SoundEvent@4ecd00b5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 425 minecraft:entity.snowman.ambient net.minecraft.util.SoundEvent@10947c4e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 426 minecraft:entity.snowman.death net.minecraft.util.SoundEvent@3667faa8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 427 minecraft:entity.snowman.hurt net.minecraft.util.SoundEvent@1756f7cc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 428 minecraft:entity.snowman.shoot net.minecraft.util.SoundEvent@3138953b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 429 minecraft:entity.spider.ambient net.minecraft.util.SoundEvent@27df95e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 430 minecraft:entity.spider.death net.minecraft.util.SoundEvent@b46e103 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 431 minecraft:entity.spider.hurt net.minecraft.util.SoundEvent@2b0e9f30 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 432 minecraft:entity.spider.step net.minecraft.util.SoundEvent@5eea5627 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 433 minecraft:entity.splash_potion.break net.minecraft.util.SoundEvent@3330f3ad +[18:05:25] [Server thread/TRACE] [FML]: Registry: 434 minecraft:entity.splash_potion.throw net.minecraft.util.SoundEvent@f425231 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 435 minecraft:entity.squid.ambient net.minecraft.util.SoundEvent@506aabf6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 436 minecraft:entity.squid.death net.minecraft.util.SoundEvent@5cbd94b2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 437 minecraft:entity.squid.hurt net.minecraft.util.SoundEvent@6824b913 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 438 minecraft:entity.stray.ambient net.minecraft.util.SoundEvent@756aadfc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 439 minecraft:entity.stray.death net.minecraft.util.SoundEvent@705a8dbc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 440 minecraft:entity.stray.hurt net.minecraft.util.SoundEvent@40729f01 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 441 minecraft:entity.stray.step net.minecraft.util.SoundEvent@d535a3d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 442 minecraft:entity.tnt.primed net.minecraft.util.SoundEvent@2d760326 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 443 minecraft:entity.vex.ambient net.minecraft.util.SoundEvent@9e54c59 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 444 minecraft:entity.vex.charge net.minecraft.util.SoundEvent@5dbb50f3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 445 minecraft:entity.vex.death net.minecraft.util.SoundEvent@4a2e7bcb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 446 minecraft:entity.vex.hurt net.minecraft.util.SoundEvent@575c3e9b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 447 minecraft:entity.villager.ambient net.minecraft.util.SoundEvent@74f827ad +[18:05:25] [Server thread/TRACE] [FML]: Registry: 448 minecraft:entity.villager.death net.minecraft.util.SoundEvent@73c3cd09 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 449 minecraft:entity.villager.hurt net.minecraft.util.SoundEvent@4a8a0099 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 450 minecraft:entity.villager.no net.minecraft.util.SoundEvent@7c1447b5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 451 minecraft:entity.villager.trading net.minecraft.util.SoundEvent@49e4c2d5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 452 minecraft:entity.villager.yes net.minecraft.util.SoundEvent@24a2e565 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 453 minecraft:entity.vindication_illager.ambient net.minecraft.util.SoundEvent@3e36b7a0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 454 minecraft:entity.vindication_illager.death net.minecraft.util.SoundEvent@60c1663c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 455 minecraft:entity.vindication_illager.hurt net.minecraft.util.SoundEvent@f5cf29b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 456 minecraft:entity.witch.ambient net.minecraft.util.SoundEvent@3c66b7d8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 457 minecraft:entity.witch.death net.minecraft.util.SoundEvent@37e69c43 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 458 minecraft:entity.witch.drink net.minecraft.util.SoundEvent@5c7dfc05 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 459 minecraft:entity.witch.hurt net.minecraft.util.SoundEvent@345d053b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 460 minecraft:entity.witch.throw net.minecraft.util.SoundEvent@3d0cac1f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 461 minecraft:entity.wither.ambient net.minecraft.util.SoundEvent@3e8b3b79 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 462 minecraft:entity.wither.break_block net.minecraft.util.SoundEvent@d257579 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 463 minecraft:entity.wither.death net.minecraft.util.SoundEvent@518ddd3b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 464 minecraft:entity.wither.hurt net.minecraft.util.SoundEvent@939ff41 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 465 minecraft:entity.wither.shoot net.minecraft.util.SoundEvent@6e0e5dec +[18:05:25] [Server thread/TRACE] [FML]: Registry: 466 minecraft:entity.wither.spawn net.minecraft.util.SoundEvent@48a663e9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 467 minecraft:entity.wither_skeleton.ambient net.minecraft.util.SoundEvent@777d0bc3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 468 minecraft:entity.wither_skeleton.death net.minecraft.util.SoundEvent@3178219a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 469 minecraft:entity.wither_skeleton.hurt net.minecraft.util.SoundEvent@2d85fb64 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 470 minecraft:entity.wither_skeleton.step net.minecraft.util.SoundEvent@56476c16 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 471 minecraft:entity.wolf.ambient net.minecraft.util.SoundEvent@497b560e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 472 minecraft:entity.wolf.death net.minecraft.util.SoundEvent@39ffda4a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 473 minecraft:entity.wolf.growl net.minecraft.util.SoundEvent@3ba348ca +[18:05:25] [Server thread/TRACE] [FML]: Registry: 474 minecraft:entity.wolf.howl net.minecraft.util.SoundEvent@56e9a474 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 475 minecraft:entity.wolf.hurt net.minecraft.util.SoundEvent@45b15381 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 476 minecraft:entity.wolf.pant net.minecraft.util.SoundEvent@2dbfcf7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 477 minecraft:entity.wolf.shake net.minecraft.util.SoundEvent@239f017e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 478 minecraft:entity.wolf.step net.minecraft.util.SoundEvent@38cedb7d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 479 minecraft:entity.wolf.whine net.minecraft.util.SoundEvent@772caabe +[18:05:25] [Server thread/TRACE] [FML]: Registry: 480 minecraft:entity.zombie.ambient net.minecraft.util.SoundEvent@2acdcce8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 481 minecraft:entity.zombie.attack_door_wood net.minecraft.util.SoundEvent@7102ac3e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 482 minecraft:entity.zombie.attack_iron_door net.minecraft.util.SoundEvent@3f598450 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 483 minecraft:entity.zombie.break_door_wood net.minecraft.util.SoundEvent@2db2a05f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 484 minecraft:entity.zombie.death net.minecraft.util.SoundEvent@695c938d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 485 minecraft:entity.zombie.hurt net.minecraft.util.SoundEvent@d5bb1c4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 486 minecraft:entity.zombie.infect net.minecraft.util.SoundEvent@7ed3df3b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 487 minecraft:entity.zombie.step net.minecraft.util.SoundEvent@465b38e6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 488 minecraft:entity.zombie_horse.ambient net.minecraft.util.SoundEvent@4b960b5b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 489 minecraft:entity.zombie_horse.death net.minecraft.util.SoundEvent@1b13467c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 490 minecraft:entity.zombie_horse.hurt net.minecraft.util.SoundEvent@7bd96822 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 491 minecraft:entity.zombie_pig.ambient net.minecraft.util.SoundEvent@64dae3b7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 492 minecraft:entity.zombie_pig.angry net.minecraft.util.SoundEvent@1fedf0a4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 493 minecraft:entity.zombie_pig.death net.minecraft.util.SoundEvent@1e4c6583 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 494 minecraft:entity.zombie_pig.hurt net.minecraft.util.SoundEvent@2ee48610 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 495 minecraft:entity.zombie_villager.ambient net.minecraft.util.SoundEvent@1d901f20 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 496 minecraft:entity.zombie_villager.converted net.minecraft.util.SoundEvent@6d08b4e6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 497 minecraft:entity.zombie_villager.cure net.minecraft.util.SoundEvent@1015a4b9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 498 minecraft:entity.zombie_villager.death net.minecraft.util.SoundEvent@1acb74ad +[18:05:25] [Server thread/TRACE] [FML]: Registry: 499 minecraft:entity.zombie_villager.hurt net.minecraft.util.SoundEvent@7bf01cb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 500 minecraft:entity.zombie_villager.step net.minecraft.util.SoundEvent@2f382a5e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 501 minecraft:item.armor.equip_chain net.minecraft.util.SoundEvent@12b5736c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 502 minecraft:item.armor.equip_diamond net.minecraft.util.SoundEvent@539a138b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 503 minecraft:item.armor.equip_elytra net.minecraft.util.SoundEvent@2cd4e16a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 504 minecraft:item.armor.equip_generic net.minecraft.util.SoundEvent@42505474 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 505 minecraft:item.armor.equip_gold net.minecraft.util.SoundEvent@7b477141 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 506 minecraft:item.armor.equip_iron net.minecraft.util.SoundEvent@784223e9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 507 minecraft:item.armor.equip_leather net.minecraft.util.SoundEvent@7316523a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 508 minecraft:item.bottle.empty net.minecraft.util.SoundEvent@33a55bd8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 509 minecraft:item.bottle.fill net.minecraft.util.SoundEvent@73a8e994 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 510 minecraft:item.bottle.fill_dragonbreath net.minecraft.util.SoundEvent@1a1cc163 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 511 minecraft:item.bucket.empty net.minecraft.util.SoundEvent@5b5ac798 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 512 minecraft:item.bucket.empty_lava net.minecraft.util.SoundEvent@42383cb0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 513 minecraft:item.bucket.fill net.minecraft.util.SoundEvent@7668892a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 514 minecraft:item.bucket.fill_lava net.minecraft.util.SoundEvent@a83495d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 515 minecraft:item.chorus_fruit.teleport net.minecraft.util.SoundEvent@7e83992 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 516 minecraft:item.elytra.flying net.minecraft.util.SoundEvent@4364863 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 517 minecraft:item.firecharge.use net.minecraft.util.SoundEvent@3625a016 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 518 minecraft:item.flintandsteel.use net.minecraft.util.SoundEvent@267cde2e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 519 minecraft:item.hoe.till net.minecraft.util.SoundEvent@609e57da +[18:05:25] [Server thread/TRACE] [FML]: Registry: 520 minecraft:item.shield.block net.minecraft.util.SoundEvent@56dd6efa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 521 minecraft:item.shield.break net.minecraft.util.SoundEvent@4d634127 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 522 minecraft:item.shovel.flatten net.minecraft.util.SoundEvent@d2e6b0b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 523 minecraft:item.totem.use net.minecraft.util.SoundEvent@1f1cddf3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 524 minecraft:music.creative net.minecraft.util.SoundEvent@228bda54 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 525 minecraft:music.credits net.minecraft.util.SoundEvent@75b6dd5b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 526 minecraft:music.dragon net.minecraft.util.SoundEvent@b3e86d5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 527 minecraft:music.end net.minecraft.util.SoundEvent@72b43104 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 528 minecraft:music.game net.minecraft.util.SoundEvent@e111c7c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 529 minecraft:music.menu net.minecraft.util.SoundEvent@4d0e54e0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 530 minecraft:music.nether net.minecraft.util.SoundEvent@32f96bba +[18:05:25] [Server thread/TRACE] [FML]: Registry: 531 minecraft:record.11 net.minecraft.util.SoundEvent@611640f0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 532 minecraft:record.13 net.minecraft.util.SoundEvent@67e25252 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 533 minecraft:record.blocks net.minecraft.util.SoundEvent@58f4b31a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 534 minecraft:record.cat net.minecraft.util.SoundEvent@21a9a705 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 535 minecraft:record.chirp net.minecraft.util.SoundEvent@72eb6200 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 536 minecraft:record.far net.minecraft.util.SoundEvent@76ececd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 537 minecraft:record.mall net.minecraft.util.SoundEvent@7affc159 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 538 minecraft:record.mellohi net.minecraft.util.SoundEvent@1682c08c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 539 minecraft:record.stal net.minecraft.util.SoundEvent@3fd05b3e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 540 minecraft:record.strad net.minecraft.util.SoundEvent@4eb9f2af +[18:05:25] [Server thread/TRACE] [FML]: Registry: 541 minecraft:record.wait net.minecraft.util.SoundEvent@4a481728 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 542 minecraft:record.ward net.minecraft.util.SoundEvent@4ace284d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 543 minecraft:ui.button.click net.minecraft.util.SoundEvent@77fa9381 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 544 minecraft:ui.toast.in net.minecraft.util.SoundEvent@76d72b5b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 545 minecraft:ui.toast.out net.minecraft.util.SoundEvent@7cac93fe +[18:05:25] [Server thread/TRACE] [FML]: Registry: 546 minecraft:ui.toast.challenge_complete net.minecraft.util.SoundEvent@479b5066 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 547 minecraft:weather.rain net.minecraft.util.SoundEvent@64deb58f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 548 minecraft:weather.rain.above net.minecraft.util.SoundEvent@2b1cd7bc +[18:05:25] [Server thread/TRACE] [FML]: Registry Name : minecraft:potiontypes +[18:05:25] [Server thread/TRACE] [FML]: Registry: 0 minecraft:empty net.minecraft.potion.PotionType@29bd2796 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 1 minecraft:water net.minecraft.potion.PotionType@174b8d0e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2 minecraft:mundane net.minecraft.potion.PotionType@112530c3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 3 minecraft:thick net.minecraft.potion.PotionType@75959b0c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4 minecraft:awkward net.minecraft.potion.PotionType@355493bf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 5 minecraft:night_vision net.minecraft.potion.PotionType@7ebc5be6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 6 minecraft:long_night_vision net.minecraft.potion.PotionType@4627dfda +[18:05:25] [Server thread/TRACE] [FML]: Registry: 7 minecraft:invisibility net.minecraft.potion.PotionType@1f3361e9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 8 minecraft:long_invisibility net.minecraft.potion.PotionType@eebc0db +[18:05:25] [Server thread/TRACE] [FML]: Registry: 9 minecraft:leaping net.minecraft.potion.PotionType@1214c98b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 10 minecraft:long_leaping net.minecraft.potion.PotionType@6ab50d1c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 11 minecraft:strong_leaping net.minecraft.potion.PotionType@6e0d058a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 12 minecraft:fire_resistance net.minecraft.potion.PotionType@3eb0fd88 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 13 minecraft:long_fire_resistance net.minecraft.potion.PotionType@adc3344 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 14 minecraft:swiftness net.minecraft.potion.PotionType@484302ee +[18:05:25] [Server thread/TRACE] [FML]: Registry: 15 minecraft:long_swiftness net.minecraft.potion.PotionType@4e647f39 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 16 minecraft:strong_swiftness net.minecraft.potion.PotionType@778197c0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 17 minecraft:slowness net.minecraft.potion.PotionType@1c2cdc67 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 18 minecraft:long_slowness net.minecraft.potion.PotionType@4c28f97e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 19 minecraft:water_breathing net.minecraft.potion.PotionType@21d8da75 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 20 minecraft:long_water_breathing net.minecraft.potion.PotionType@5a1c7619 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 21 minecraft:healing net.minecraft.potion.PotionType@20a946d9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 22 minecraft:strong_healing net.minecraft.potion.PotionType@2b41b8bb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 23 minecraft:harming net.minecraft.potion.PotionType@4cadd4d4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 24 minecraft:strong_harming net.minecraft.potion.PotionType@7538cfe6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 25 minecraft:poison net.minecraft.potion.PotionType@1f4dd016 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 26 minecraft:long_poison net.minecraft.potion.PotionType@396f2724 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 27 minecraft:strong_poison net.minecraft.potion.PotionType@1b465fa9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 28 minecraft:regeneration net.minecraft.potion.PotionType@28b2e4d8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 29 minecraft:long_regeneration net.minecraft.potion.PotionType@598e5cb8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 30 minecraft:strong_regeneration net.minecraft.potion.PotionType@199806aa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 31 minecraft:strength net.minecraft.potion.PotionType@300aa927 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 32 minecraft:long_strength net.minecraft.potion.PotionType@fa11fda +[18:05:25] [Server thread/TRACE] [FML]: Registry: 33 minecraft:strong_strength net.minecraft.potion.PotionType@24e1e90a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 34 minecraft:weakness net.minecraft.potion.PotionType@7d95166a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 35 minecraft:long_weakness net.minecraft.potion.PotionType@18b3db6e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 36 minecraft:luck net.minecraft.potion.PotionType@1feb586d +[18:05:25] [Server thread/TRACE] [FML]: Registry Name : minecraft:enchantments +[18:05:25] [Server thread/TRACE] [FML]: Registry: 0 minecraft:protection net.minecraft.enchantment.EnchantmentProtection@4b9f7edc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 1 minecraft:fire_protection net.minecraft.enchantment.EnchantmentProtection@70ee1963 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2 minecraft:feather_falling net.minecraft.enchantment.EnchantmentProtection@2e0652ab +[18:05:25] [Server thread/TRACE] [FML]: Registry: 3 minecraft:blast_protection net.minecraft.enchantment.EnchantmentProtection@22c29aa8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4 minecraft:projectile_protection net.minecraft.enchantment.EnchantmentProtection@129b69b2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 5 minecraft:respiration net.minecraft.enchantment.EnchantmentOxygen@11adab6d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 6 minecraft:aqua_affinity net.minecraft.enchantment.EnchantmentWaterWorker@32328dc4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 7 minecraft:thorns net.minecraft.enchantment.EnchantmentThorns@681d704e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 8 minecraft:depth_strider net.minecraft.enchantment.EnchantmentWaterWalker@1e8bccfb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 9 minecraft:frost_walker net.minecraft.enchantment.EnchantmentFrostWalker@7c3c3d67 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 10 minecraft:binding_curse net.minecraft.enchantment.EnchantmentBindingCurse@164dea80 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 16 minecraft:sharpness net.minecraft.enchantment.EnchantmentDamage@2328ec73 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 17 minecraft:smite net.minecraft.enchantment.EnchantmentDamage@42a05533 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 18 minecraft:bane_of_arthropods net.minecraft.enchantment.EnchantmentDamage@17053b5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 19 minecraft:knockback net.minecraft.enchantment.EnchantmentKnockback@4ef8090b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 20 minecraft:fire_aspect net.minecraft.enchantment.EnchantmentFireAspect@65ef9a0a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 21 minecraft:looting net.minecraft.enchantment.EnchantmentLootBonus@6b7c4734 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 22 minecraft:sweeping net.minecraft.enchantment.EnchantmentSweepingEdge@537b3be1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 32 minecraft:efficiency net.minecraft.enchantment.EnchantmentDigging@4a890fdd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 33 minecraft:silk_touch net.minecraft.enchantment.EnchantmentUntouching@30a01dd8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 34 minecraft:unbreaking net.minecraft.enchantment.EnchantmentDurability@5df7a065 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 35 minecraft:fortune net.minecraft.enchantment.EnchantmentLootBonus@3f45dfec +[18:05:25] [Server thread/TRACE] [FML]: Registry: 48 minecraft:power net.minecraft.enchantment.EnchantmentArrowDamage@39b85a73 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 49 minecraft:punch net.minecraft.enchantment.EnchantmentArrowKnockback@71468613 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 50 minecraft:flame net.minecraft.enchantment.EnchantmentArrowFire@1b19712f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 51 minecraft:infinity net.minecraft.enchantment.EnchantmentArrowInfinite@6d35ff7b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 61 minecraft:luck_of_the_sea net.minecraft.enchantment.EnchantmentLootBonus@4ef31221 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 62 minecraft:lure net.minecraft.enchantment.EnchantmentFishingSpeed@459d2ee6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 70 minecraft:mending net.minecraft.enchantment.EnchantmentMending@4eac65db +[18:05:25] [Server thread/TRACE] [FML]: Registry: 71 minecraft:vanishing_curse net.minecraft.enchantment.EnchantmentVanishingCurse@45f1413c +[18:05:25] [Server thread/TRACE] [FML]: Registry Name : minecraft:recipes +[18:05:25] [Server thread/TRACE] [FML]: Registry: 0 minecraft:armordye net.minecraft.item.crafting.RecipesArmorDyes@3a239dac +[18:05:25] [Server thread/TRACE] [FML]: Registry: 1 minecraft:bookcloning net.minecraft.item.crafting.RecipeBookCloning@3d2eb7fa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2 minecraft:mapcloning net.minecraft.item.crafting.RecipesMapCloning@52a74328 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 3 minecraft:mapextending net.minecraft.item.crafting.RecipesMapExtending@7b8fcdf2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4 minecraft:fireworks net.minecraft.item.crafting.RecipeFireworks@44f23927 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 5 minecraft:repairitem net.minecraft.item.crafting.RecipeRepairItem@1bde9a22 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 6 minecraft:tippedarrow net.minecraft.item.crafting.RecipeTippedArrow@c335b9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 7 minecraft:bannerduplicate net.minecraft.item.crafting.RecipesBanners$RecipeDuplicatePattern@342dc040 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 8 minecraft:banneraddpattern net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern@3831f4c2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 9 minecraft:shielddecoration net.minecraft.item.crafting.ShieldRecipes$Decoration@55e4dd68 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 10 minecraft:shulkerboxcoloring net.minecraft.item.crafting.ShulkerBoxRecipes$ShulkerBoxColoring@788a0513 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 11 minecraft:yellow_wool net.minecraft.item.crafting.ShapelessRecipes@455d04d2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 12 minecraft:yellow_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@4e02f17d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 13 minecraft:yellow_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@2419a5db +[18:05:25] [Server thread/TRACE] [FML]: Registry: 14 minecraft:yellow_stained_glass net.minecraft.item.crafting.ShapedRecipes@336070ab +[18:05:25] [Server thread/TRACE] [FML]: Registry: 15 minecraft:yellow_dye_from_sunflower net.minecraft.item.crafting.ShapelessRecipes@10f10230 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 16 minecraft:yellow_dye_from_dandelion net.minecraft.item.crafting.ShapelessRecipes@362b384c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 17 minecraft:yellow_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@60ef30b1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 18 minecraft:yellow_carpet net.minecraft.item.crafting.ShapedRecipes@37b470df +[18:05:25] [Server thread/TRACE] [FML]: Registry: 19 minecraft:yellow_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@4fef4f96 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 20 minecraft:yellow_bed net.minecraft.item.crafting.ShapedRecipes@2c4be45f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 21 minecraft:yellow_banner net.minecraft.item.crafting.ShapedRecipes@48144f1a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 22 minecraft:writable_book net.minecraft.item.crafting.ShapelessRecipes@1669f4e5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 23 minecraft:wooden_sword net.minecraft.item.crafting.ShapedRecipes@73d8c8d7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 24 minecraft:wooden_shovel net.minecraft.item.crafting.ShapedRecipes@de63949 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 26 minecraft:wooden_pickaxe net.minecraft.item.crafting.ShapedRecipes@699bb304 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 27 minecraft:wooden_hoe net.minecraft.item.crafting.ShapedRecipes@13cc31df +[18:05:25] [Server thread/TRACE] [FML]: Registry: 28 minecraft:wooden_door net.minecraft.item.crafting.ShapedRecipes@5e2718b3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 30 minecraft:wooden_axe net.minecraft.item.crafting.ShapedRecipes@6b71e98f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 31 minecraft:white_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@2c465259 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 32 minecraft:white_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@65b680b4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 33 minecraft:white_stained_glass net.minecraft.item.crafting.ShapedRecipes@63636de0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 34 minecraft:white_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@76d0a290 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 35 minecraft:white_carpet net.minecraft.item.crafting.ShapedRecipes@6da9541c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 36 minecraft:white_bed net.minecraft.item.crafting.ShapedRecipes@343727b5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 37 minecraft:white_banner net.minecraft.item.crafting.ShapedRecipes@83e5898 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 38 minecraft:wheat net.minecraft.item.crafting.ShapedRecipes@4c91a008 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 39 minecraft:tripwire_hook net.minecraft.item.crafting.ShapedRecipes@38093ffe +[18:05:25] [Server thread/TRACE] [FML]: Registry: 40 minecraft:trapped_chest net.minecraft.item.crafting.ShapelessRecipes@46b2a11a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 41 minecraft:trapdoor net.minecraft.item.crafting.ShapedRecipes@4e4af370 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 42 minecraft:torch net.minecraft.item.crafting.ShapedRecipes@5617168c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 43 minecraft:tnt_minecart net.minecraft.item.crafting.ShapedRecipes@1826475 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 44 minecraft:tnt net.minecraft.item.crafting.ShapedRecipes@8dbf0f2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 45 minecraft:sugar net.minecraft.item.crafting.ShapedRecipes@767d9b9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 46 minecraft:string_to_wool net.minecraft.item.crafting.ShapedRecipes@603b9d4b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 47 minecraft:stonebrick net.minecraft.item.crafting.ShapedRecipes@5f9ccd0c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 48 minecraft:stone_sword net.minecraft.item.crafting.ShapedRecipes@14b96c1e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 49 minecraft:stone_stairs net.minecraft.item.crafting.ShapedRecipes@2e4d2232 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 50 minecraft:stone_slab net.minecraft.item.crafting.ShapedRecipes@3d50a3d9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 51 minecraft:stone_shovel net.minecraft.item.crafting.ShapedRecipes@727f36dd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 52 minecraft:stone_pressure_plate net.minecraft.item.crafting.ShapedRecipes@2e91cf69 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 53 minecraft:stone_pickaxe net.minecraft.item.crafting.ShapedRecipes@1cfd6f63 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 54 minecraft:stone_hoe net.minecraft.item.crafting.ShapedRecipes@33c9f1ac +[18:05:25] [Server thread/TRACE] [FML]: Registry: 55 minecraft:stone_button net.minecraft.item.crafting.ShapedRecipes@442310fd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 56 minecraft:stone_brick_stairs net.minecraft.item.crafting.ShapedRecipes@6b52a40 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 57 minecraft:stone_brick_slab net.minecraft.item.crafting.ShapedRecipes@903c13 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 58 minecraft:stone_axe net.minecraft.item.crafting.ShapedRecipes@3ba1f56e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 59 minecraft:sticky_piston net.minecraft.item.crafting.ShapedRecipes@76134251 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 60 minecraft:stick net.minecraft.item.crafting.ShapedRecipes@6dc2e473 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 61 minecraft:spruce_wooden_slab net.minecraft.item.crafting.ShapedRecipes@180d918a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 62 minecraft:spruce_stairs net.minecraft.item.crafting.ShapedRecipes@153409b8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 63 minecraft:spruce_planks net.minecraft.item.crafting.ShapedRecipes@27a6384b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 64 minecraft:spruce_fence_gate net.minecraft.item.crafting.ShapedRecipes@2e030cc1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 65 minecraft:spruce_fence net.minecraft.item.crafting.ShapedRecipes@470b5213 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 66 minecraft:spruce_door net.minecraft.item.crafting.ShapedRecipes@1f6d7e7c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 67 minecraft:spruce_boat net.minecraft.item.crafting.ShapedRecipes@28269c65 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 68 minecraft:spectral_arrow net.minecraft.item.crafting.ShapedRecipes@76e2a621 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 69 minecraft:speckled_melon net.minecraft.item.crafting.ShapedRecipes@3605ab16 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 70 minecraft:snow_layer net.minecraft.item.crafting.ShapedRecipes@4ba402b5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 71 minecraft:snow net.minecraft.item.crafting.ShapedRecipes@29dfc68f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 72 minecraft:smooth_sandstone net.minecraft.item.crafting.ShapedRecipes@8c18bde +[18:05:25] [Server thread/TRACE] [FML]: Registry: 73 minecraft:smooth_red_sandstone net.minecraft.item.crafting.ShapedRecipes@3051e476 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 74 minecraft:slime_ball net.minecraft.item.crafting.ShapedRecipes@36cf6377 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 75 minecraft:slime net.minecraft.item.crafting.ShapedRecipes@67f266bd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 76 minecraft:sign net.minecraft.item.crafting.ShapedRecipes@3b1137b0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 77 minecraft:shield net.minecraft.item.crafting.ShapedRecipes@cea67b1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 78 minecraft:shears net.minecraft.item.crafting.ShapedRecipes@40db6136 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 79 minecraft:sea_lantern net.minecraft.item.crafting.ShapedRecipes@44da745f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 80 minecraft:sandstone_stairs net.minecraft.item.crafting.ShapedRecipes@60b4d934 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 81 minecraft:sandstone_slab net.minecraft.item.crafting.ShapedRecipes@297dff3a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 82 minecraft:sandstone net.minecraft.item.crafting.ShapedRecipes@30ed2a26 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 83 minecraft:repeater net.minecraft.item.crafting.ShapedRecipes@438c0aaf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 84 minecraft:redstone_torch net.minecraft.item.crafting.ShapedRecipes@5308e79d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 85 minecraft:redstone_lamp net.minecraft.item.crafting.ShapedRecipes@6a3a56de +[18:05:25] [Server thread/TRACE] [FML]: Registry: 86 minecraft:redstone_block net.minecraft.item.crafting.ShapedRecipes@35744f8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 87 minecraft:redstone net.minecraft.item.crafting.ShapedRecipes@75c0cd39 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 88 minecraft:red_wool net.minecraft.item.crafting.ShapelessRecipes@1782896 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 89 minecraft:red_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@9a07409 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 90 minecraft:red_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@5b0835cb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 91 minecraft:red_stained_glass net.minecraft.item.crafting.ShapedRecipes@4a9ff419 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 92 minecraft:red_sandstone_stairs net.minecraft.item.crafting.ShapedRecipes@35f22eef +[18:05:25] [Server thread/TRACE] [FML]: Registry: 93 minecraft:red_sandstone_slab net.minecraft.item.crafting.ShapedRecipes@430212cb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 94 minecraft:red_sandstone net.minecraft.item.crafting.ShapedRecipes@34e4fb39 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 95 minecraft:red_nether_brick net.minecraft.item.crafting.ShapedRecipes@20e48e63 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 96 minecraft:red_dye_from_tulip net.minecraft.item.crafting.ShapelessRecipes@a97a895 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 97 minecraft:red_dye_from_rose_bush net.minecraft.item.crafting.ShapelessRecipes@27b7204 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 98 minecraft:red_dye_from_poppy net.minecraft.item.crafting.ShapelessRecipes@79631db0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 99 minecraft:red_dye_from_beetroot net.minecraft.item.crafting.ShapelessRecipes@565efd7d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 100 minecraft:red_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@2314cd97 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 101 minecraft:red_carpet net.minecraft.item.crafting.ShapedRecipes@10830d50 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 102 minecraft:red_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@239d9cb7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 103 minecraft:red_bed net.minecraft.item.crafting.ShapedRecipes@612bb755 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 104 minecraft:red_banner net.minecraft.item.crafting.ShapedRecipes@581e8969 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 105 minecraft:rail net.minecraft.item.crafting.ShapedRecipes@20a9fb01 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 106 minecraft:rabbit_stew_from_red_mushroom net.minecraft.item.crafting.ShapedRecipes@7682bf66 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 107 minecraft:rabbit_stew_from_brown_mushroom net.minecraft.item.crafting.ShapedRecipes@1405aa6a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 108 minecraft:quartz_stairs net.minecraft.item.crafting.ShapedRecipes@7b58d678 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 109 minecraft:quartz_slab net.minecraft.item.crafting.ShapedRecipes@20960b51 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 110 minecraft:quartz_block net.minecraft.item.crafting.ShapedRecipes@103e9972 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 111 minecraft:purpur_stairs net.minecraft.item.crafting.ShapedRecipes@3e0704e2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 112 minecraft:purpur_slab net.minecraft.item.crafting.ShapedRecipes@f6cde7e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 113 minecraft:purpur_pillar net.minecraft.item.crafting.ShapedRecipes@26d445e9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 114 minecraft:purpur_block net.minecraft.item.crafting.ShapedRecipes@7bebad0d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 115 minecraft:purple_wool net.minecraft.item.crafting.ShapelessRecipes@10b3ea72 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 116 minecraft:purple_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@40277077 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 117 minecraft:purple_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@446cc036 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 118 minecraft:purple_stained_glass net.minecraft.item.crafting.ShapedRecipes@4c114687 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 119 minecraft:purple_shulker_box net.minecraft.item.crafting.ShapedRecipes@183a508b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 120 minecraft:purple_dye net.minecraft.item.crafting.ShapelessRecipes@63ad5fe7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 121 minecraft:purple_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@576b385d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 122 minecraft:purple_carpet net.minecraft.item.crafting.ShapedRecipes@578d5d02 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 123 minecraft:purple_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@67823972 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 124 minecraft:purple_bed net.minecraft.item.crafting.ShapedRecipes@c79780 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 125 minecraft:purple_banner net.minecraft.item.crafting.ShapedRecipes@5606d537 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 126 minecraft:pumpkin_seeds net.minecraft.item.crafting.ShapedRecipes@63b0b3dd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 127 minecraft:pumpkin_pie net.minecraft.item.crafting.ShapelessRecipes@32cde414 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 128 minecraft:prismarine_bricks net.minecraft.item.crafting.ShapedRecipes@2555a986 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 129 minecraft:prismarine net.minecraft.item.crafting.ShapedRecipes@5af4328e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 130 minecraft:polished_granite net.minecraft.item.crafting.ShapedRecipes@75adb1c0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 131 minecraft:polished_diorite net.minecraft.item.crafting.ShapedRecipes@5868ea91 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 132 minecraft:polished_andesite net.minecraft.item.crafting.ShapedRecipes@34626d4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 133 minecraft:piston net.minecraft.item.crafting.ShapedRecipes@29b4444a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 134 minecraft:pink_wool net.minecraft.item.crafting.ShapelessRecipes@27d5eb00 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 135 minecraft:pink_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@4fc256ec +[18:05:25] [Server thread/TRACE] [FML]: Registry: 136 minecraft:pink_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@45b6c666 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 137 minecraft:pink_stained_glass net.minecraft.item.crafting.ShapedRecipes@402feb85 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 138 minecraft:pink_dye_from_red_bonemeal net.minecraft.item.crafting.ShapelessRecipes@568c9ee1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 139 minecraft:pink_dye_from_pink_tulip net.minecraft.item.crafting.ShapelessRecipes@538a90a5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 140 minecraft:pink_dye_from_peony net.minecraft.item.crafting.ShapelessRecipes@654c2f81 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 141 minecraft:pink_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@34cfdd84 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 142 minecraft:pink_carpet net.minecraft.item.crafting.ShapedRecipes@6e1ad658 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 143 minecraft:pink_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@285c63cf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 144 minecraft:pink_bed net.minecraft.item.crafting.ShapedRecipes@579ce2e9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 145 minecraft:pink_banner net.minecraft.item.crafting.ShapedRecipes@31c56721 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 146 minecraft:pillar_quartz_block net.minecraft.item.crafting.ShapedRecipes@3f71ae7f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 147 minecraft:paper net.minecraft.item.crafting.ShapedRecipes@23ea3853 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 148 minecraft:painting net.minecraft.item.crafting.ShapedRecipes@5a99543b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 149 minecraft:orange_wool net.minecraft.item.crafting.ShapelessRecipes@7646c9f5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 150 minecraft:orange_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@30a20fb3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 151 minecraft:orange_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@1fa58a48 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 152 minecraft:orange_stained_glass net.minecraft.item.crafting.ShapedRecipes@3aa1c45 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 153 minecraft:orange_dye_from_red_yellow net.minecraft.item.crafting.ShapelessRecipes@63ed5dae +[18:05:25] [Server thread/TRACE] [FML]: Registry: 154 minecraft:orange_dye_from_orange_tulip net.minecraft.item.crafting.ShapelessRecipes@566cc6af +[18:05:25] [Server thread/TRACE] [FML]: Registry: 155 minecraft:orange_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@1b5cf611 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 156 minecraft:orange_carpet net.minecraft.item.crafting.ShapedRecipes@3a17acd4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 157 minecraft:orange_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@39f8adc0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 158 minecraft:orange_bed net.minecraft.item.crafting.ShapedRecipes@5b0e5d5f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 159 minecraft:orange_banner net.minecraft.item.crafting.ShapedRecipes@2a30b0cb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 160 minecraft:observer net.minecraft.item.crafting.ShapedRecipes@40c6d1ef +[18:05:25] [Server thread/TRACE] [FML]: Registry: 161 minecraft:oak_wooden_slab net.minecraft.item.crafting.ShapedRecipes@1c5cd2ea +[18:05:25] [Server thread/TRACE] [FML]: Registry: 162 minecraft:oak_stairs net.minecraft.item.crafting.ShapedRecipes@5847010 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 163 minecraft:oak_planks net.minecraft.item.crafting.ShapedRecipes@36885319 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 164 minecraft:noteblock net.minecraft.item.crafting.ShapedRecipes@58a7ca42 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 165 minecraft:nether_wart_block net.minecraft.item.crafting.ShapedRecipes@796cf2b5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 166 minecraft:nether_brick_stairs net.minecraft.item.crafting.ShapedRecipes@690677de +[18:05:25] [Server thread/TRACE] [FML]: Registry: 167 minecraft:nether_brick_slab net.minecraft.item.crafting.ShapedRecipes@615e7fe7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 168 minecraft:nether_brick_fence net.minecraft.item.crafting.ShapedRecipes@b548f51 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 169 minecraft:nether_brick net.minecraft.item.crafting.ShapedRecipes@5b0575d0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 170 minecraft:mushroom_stew net.minecraft.item.crafting.ShapelessRecipes@1e592ef2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 171 minecraft:mossy_stonebrick net.minecraft.item.crafting.ShapelessRecipes@372841d2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 172 minecraft:mossy_cobblestone_wall net.minecraft.item.crafting.ShapedRecipes@2b82018 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 173 minecraft:mossy_cobblestone net.minecraft.item.crafting.ShapelessRecipes@cbdc0f4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 174 minecraft:minecart net.minecraft.item.crafting.ShapedRecipes@7a522157 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 175 minecraft:melon_seeds net.minecraft.item.crafting.ShapedRecipes@7bdf94f2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 176 minecraft:melon_block net.minecraft.item.crafting.ShapedRecipes@3ec62141 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 177 minecraft:map net.minecraft.item.crafting.ShapedRecipes@25c548d1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 178 minecraft:magma_cream net.minecraft.item.crafting.ShapelessRecipes@4eacb6d1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 179 minecraft:magma net.minecraft.item.crafting.ShapedRecipes@7a51dc38 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 180 minecraft:magenta_wool net.minecraft.item.crafting.ShapelessRecipes@1dce481b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 181 minecraft:magenta_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@626766fd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 182 minecraft:magenta_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@301770d9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 183 minecraft:magenta_stained_glass net.minecraft.item.crafting.ShapedRecipes@2699b656 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 184 minecraft:magenta_dye_from_purple_and_pink net.minecraft.item.crafting.ShapelessRecipes@c3d4bd7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 185 minecraft:magenta_dye_from_lilac net.minecraft.item.crafting.ShapelessRecipes@2ae4c424 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 186 minecraft:magenta_dye_from_lapis_red_pink net.minecraft.item.crafting.ShapelessRecipes@233ece92 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 187 minecraft:magenta_dye_from_lapis_ink_bonemeal net.minecraft.item.crafting.ShapelessRecipes@723b8eff +[18:05:25] [Server thread/TRACE] [FML]: Registry: 188 minecraft:magenta_dye_from_allium net.minecraft.item.crafting.ShapelessRecipes@becb93a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 189 minecraft:magenta_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@79c849c7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 190 minecraft:magenta_carpet net.minecraft.item.crafting.ShapedRecipes@5e9f1a4c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 191 minecraft:magenta_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@1e54e900 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 192 minecraft:magenta_bed net.minecraft.item.crafting.ShapedRecipes@5bf4dfb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 193 minecraft:magenta_banner net.minecraft.item.crafting.ShapedRecipes@746f8520 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 194 minecraft:lit_pumpkin net.minecraft.item.crafting.ShapedRecipes@5cf80dfb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 195 minecraft:lime_wool net.minecraft.item.crafting.ShapelessRecipes@17fb5184 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 196 minecraft:lime_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@564d3940 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 197 minecraft:lime_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@7adbec34 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 198 minecraft:lime_stained_glass net.minecraft.item.crafting.ShapedRecipes@49338f3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 199 minecraft:lime_dye net.minecraft.item.crafting.ShapelessRecipes@c7cf8c4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 200 minecraft:lime_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@20f6b6e0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 201 minecraft:lime_carpet net.minecraft.item.crafting.ShapedRecipes@5f32ab17 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 202 minecraft:lime_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@3cc817bd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 203 minecraft:lime_bed net.minecraft.item.crafting.ShapedRecipes@726d8fa0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 204 minecraft:lime_banner net.minecraft.item.crafting.ShapedRecipes@42fa5cb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 205 minecraft:light_weighted_pressure_plate net.minecraft.item.crafting.ShapedRecipes@296bfddb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 206 minecraft:light_gray_wool net.minecraft.item.crafting.ShapelessRecipes@67ceaa9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 207 minecraft:light_gray_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@3d73cd78 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 208 minecraft:light_gray_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@c96c497 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 209 minecraft:light_gray_stained_glass net.minecraft.item.crafting.ShapedRecipes@5dfec221 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 210 minecraft:light_gray_dye_from_white_tulip net.minecraft.item.crafting.ShapelessRecipes@52bc6fcf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 211 minecraft:light_gray_dye_from_oxeye_daisy net.minecraft.item.crafting.ShapelessRecipes@2e7e84f8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 212 minecraft:light_gray_dye_from_ink_bonemeal net.minecraft.item.crafting.ShapelessRecipes@6e6f5842 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 213 minecraft:light_gray_dye_from_gray_bonemeal net.minecraft.item.crafting.ShapelessRecipes@21a0795f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 214 minecraft:light_gray_dye_from_azure_bluet net.minecraft.item.crafting.ShapelessRecipes@5730b513 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 215 minecraft:light_gray_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@301e5d23 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 216 minecraft:light_gray_carpet net.minecraft.item.crafting.ShapedRecipes@36cdcae0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 217 minecraft:light_gray_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@1d535b78 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 218 minecraft:light_gray_bed net.minecraft.item.crafting.ShapedRecipes@31859960 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 219 minecraft:light_gray_banner net.minecraft.item.crafting.ShapedRecipes@2568611c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 220 minecraft:light_blue_wool net.minecraft.item.crafting.ShapelessRecipes@366bf608 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 221 minecraft:light_blue_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@5e0442dd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 222 minecraft:light_blue_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@1e36baca +[18:05:25] [Server thread/TRACE] [FML]: Registry: 223 minecraft:light_blue_stained_glass net.minecraft.item.crafting.ShapedRecipes@5e3d84a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 224 minecraft:light_blue_dye_from_lapis_bonemeal net.minecraft.item.crafting.ShapelessRecipes@2d9df336 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 225 minecraft:light_blue_dye_from_blue_orchid net.minecraft.item.crafting.ShapelessRecipes@1fb30e5d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 226 minecraft:light_blue_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@3186f8f5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 227 minecraft:light_blue_carpet net.minecraft.item.crafting.ShapedRecipes@2a341e3d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 228 minecraft:light_blue_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@24e7087a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 229 minecraft:light_blue_bed net.minecraft.item.crafting.ShapedRecipes@71e2843b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 230 minecraft:light_blue_banner net.minecraft.item.crafting.ShapedRecipes@254cc548 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 231 minecraft:lever net.minecraft.item.crafting.ShapedRecipes@3117ac8d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 232 minecraft:leather_leggings net.minecraft.item.crafting.ShapedRecipes@1610c03c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 233 minecraft:leather_helmet net.minecraft.item.crafting.ShapedRecipes@d0e4972 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 234 minecraft:leather_chestplate net.minecraft.item.crafting.ShapedRecipes@7cdb05aa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 235 minecraft:leather_boots net.minecraft.item.crafting.ShapedRecipes@5cb76070 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 236 minecraft:leather net.minecraft.item.crafting.ShapedRecipes@753e4eb5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 237 minecraft:lead net.minecraft.item.crafting.ShapedRecipes@4b762988 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 238 minecraft:lapis_lazuli net.minecraft.item.crafting.ShapedRecipes@3c6fc4cd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 239 minecraft:lapis_block net.minecraft.item.crafting.ShapedRecipes@2e785b28 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 240 minecraft:ladder net.minecraft.item.crafting.ShapedRecipes@5764d421 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 241 minecraft:jungle_wooden_slab net.minecraft.item.crafting.ShapedRecipes@71f10042 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 242 minecraft:jungle_stairs net.minecraft.item.crafting.ShapedRecipes@41289e88 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 243 minecraft:jungle_planks net.minecraft.item.crafting.ShapedRecipes@560be8c0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 244 minecraft:jungle_fence_gate net.minecraft.item.crafting.ShapedRecipes@42172065 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 245 minecraft:jungle_fence net.minecraft.item.crafting.ShapedRecipes@2e20c20b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 246 minecraft:jungle_door net.minecraft.item.crafting.ShapedRecipes@36762234 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 247 minecraft:jungle_boat net.minecraft.item.crafting.ShapedRecipes@42c9b1ee +[18:05:25] [Server thread/TRACE] [FML]: Registry: 248 minecraft:jukebox net.minecraft.item.crafting.ShapedRecipes@7d4bdbd8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 249 minecraft:item_frame net.minecraft.item.crafting.ShapedRecipes@434b2e0c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 250 minecraft:iron_trapdoor net.minecraft.item.crafting.ShapedRecipes@2c557eee +[18:05:25] [Server thread/TRACE] [FML]: Registry: 251 minecraft:iron_sword net.minecraft.item.crafting.ShapedRecipes@7b7b1448 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 252 minecraft:iron_shovel net.minecraft.item.crafting.ShapedRecipes@68a94e58 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 253 minecraft:iron_pickaxe net.minecraft.item.crafting.ShapedRecipes@75ac326f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 254 minecraft:iron_nugget net.minecraft.item.crafting.ShapedRecipes@f453129 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 255 minecraft:iron_leggings net.minecraft.item.crafting.ShapedRecipes@49809275 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 256 minecraft:iron_ingot_from_nuggets net.minecraft.item.crafting.ShapedRecipes@2c8f65da +[18:05:25] [Server thread/TRACE] [FML]: Registry: 257 minecraft:iron_ingot_from_block net.minecraft.item.crafting.ShapedRecipes@2346f77a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 258 minecraft:iron_hoe net.minecraft.item.crafting.ShapedRecipes@7acfcfc4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 259 minecraft:iron_helmet net.minecraft.item.crafting.ShapedRecipes@3fe5ad73 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 260 minecraft:iron_door net.minecraft.item.crafting.ShapedRecipes@38856d6e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 261 minecraft:iron_chestplate net.minecraft.item.crafting.ShapedRecipes@6ac2c5a1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 262 minecraft:iron_boots net.minecraft.item.crafting.ShapedRecipes@1abbc1d4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 263 minecraft:iron_block net.minecraft.item.crafting.ShapedRecipes@f5167f0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 264 minecraft:iron_bars net.minecraft.item.crafting.ShapedRecipes@21022cbb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 265 minecraft:iron_axe net.minecraft.item.crafting.ShapedRecipes@212c0aff +[18:05:25] [Server thread/TRACE] [FML]: Registry: 266 minecraft:hopper_minecart net.minecraft.item.crafting.ShapedRecipes@dd77e0d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 267 minecraft:hopper net.minecraft.item.crafting.ShapedRecipes@44dcc0e4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 268 minecraft:heavy_weighted_pressure_plate net.minecraft.item.crafting.ShapedRecipes@3c271988 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 269 minecraft:hay_block net.minecraft.item.crafting.ShapedRecipes@25b83dce +[18:05:25] [Server thread/TRACE] [FML]: Registry: 270 minecraft:green_wool net.minecraft.item.crafting.ShapelessRecipes@3966c679 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 271 minecraft:green_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@3703a400 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 272 minecraft:green_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@55574295 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 273 minecraft:green_stained_glass net.minecraft.item.crafting.ShapedRecipes@5d04fbb7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 274 minecraft:green_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@68543a35 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 275 minecraft:green_carpet net.minecraft.item.crafting.ShapedRecipes@5a3be84 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 276 minecraft:green_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@464d60fb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 277 minecraft:green_bed net.minecraft.item.crafting.ShapedRecipes@6167c42f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 278 minecraft:green_banner net.minecraft.item.crafting.ShapedRecipes@2c7c898a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 279 minecraft:gray_wool net.minecraft.item.crafting.ShapelessRecipes@6d946eee +[18:05:25] [Server thread/TRACE] [FML]: Registry: 280 minecraft:gray_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@220cda54 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 281 minecraft:gray_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@5c459194 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 282 minecraft:gray_stained_glass net.minecraft.item.crafting.ShapedRecipes@550f522b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 283 minecraft:gray_dye net.minecraft.item.crafting.ShapelessRecipes@69cb134 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 284 minecraft:gray_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@7d7a8d23 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 285 minecraft:gray_carpet net.minecraft.item.crafting.ShapedRecipes@f98cff +[18:05:25] [Server thread/TRACE] [FML]: Registry: 286 minecraft:gray_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@5a4e492c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 287 minecraft:gray_bed net.minecraft.item.crafting.ShapedRecipes@6c1a63f7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 288 minecraft:gray_banner net.minecraft.item.crafting.ShapedRecipes@33a8f553 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 289 minecraft:granite net.minecraft.item.crafting.ShapelessRecipes@4f65af91 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 290 minecraft:golden_sword net.minecraft.item.crafting.ShapedRecipes@6b94c200 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 291 minecraft:golden_shovel net.minecraft.item.crafting.ShapedRecipes@630c3af3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 292 minecraft:golden_rail net.minecraft.item.crafting.ShapedRecipes@cfc4601 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 293 minecraft:golden_pickaxe net.minecraft.item.crafting.ShapedRecipes@ebff59d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 294 minecraft:golden_leggings net.minecraft.item.crafting.ShapedRecipes@38197e82 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 295 minecraft:golden_hoe net.minecraft.item.crafting.ShapedRecipes@8f374de +[18:05:25] [Server thread/TRACE] [FML]: Registry: 296 minecraft:golden_helmet net.minecraft.item.crafting.ShapedRecipes@565c887e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 297 minecraft:golden_chestplate net.minecraft.item.crafting.ShapedRecipes@363ba634 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 298 minecraft:golden_carrot net.minecraft.item.crafting.ShapedRecipes@4ac0d49 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 299 minecraft:golden_boots net.minecraft.item.crafting.ShapedRecipes@7bd7d71c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 300 minecraft:golden_axe net.minecraft.item.crafting.ShapedRecipes@1f013047 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 301 minecraft:golden_apple net.minecraft.item.crafting.ShapedRecipes@318511f0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 302 minecraft:gold_nugget net.minecraft.item.crafting.ShapedRecipes@70b1028d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 303 minecraft:gold_ingot_from_nuggets net.minecraft.item.crafting.ShapedRecipes@6b6c0b7c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 304 minecraft:gold_ingot_from_block net.minecraft.item.crafting.ShapedRecipes@6787bd41 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 305 minecraft:gold_block net.minecraft.item.crafting.ShapedRecipes@5e198c40 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 306 minecraft:glowstone net.minecraft.item.crafting.ShapedRecipes@5dd227b7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 307 minecraft:glass_pane net.minecraft.item.crafting.ShapedRecipes@497fd334 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 308 minecraft:glass_bottle net.minecraft.item.crafting.ShapedRecipes@3879feec +[18:05:25] [Server thread/TRACE] [FML]: Registry: 309 minecraft:furnace_minecart net.minecraft.item.crafting.ShapedRecipes@8dcacf1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 310 minecraft:furnace net.minecraft.item.crafting.ShapedRecipes@27d6467 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 311 minecraft:flower_pot net.minecraft.item.crafting.ShapedRecipes@750c23a3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 312 minecraft:flint_and_steel net.minecraft.item.crafting.ShapelessRecipes@7ef7f414 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 313 minecraft:fishing_rod net.minecraft.item.crafting.ShapedRecipes@1238a074 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 314 minecraft:fire_charge net.minecraft.item.crafting.ShapelessRecipes@2e1e7bc6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 315 minecraft:fermented_spider_eye net.minecraft.item.crafting.ShapelessRecipes@1f365a26 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 316 minecraft:fence_gate net.minecraft.item.crafting.ShapedRecipes@3909308c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 317 minecraft:fence net.minecraft.item.crafting.ShapedRecipes@6958d5d0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 318 minecraft:ender_eye net.minecraft.item.crafting.ShapelessRecipes@50caeb4b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 319 minecraft:ender_chest net.minecraft.item.crafting.ShapedRecipes@1860b107 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 320 minecraft:end_rod net.minecraft.item.crafting.ShapedRecipes@5b324447 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 321 minecraft:end_crystal net.minecraft.item.crafting.ShapedRecipes@143fe09c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 322 minecraft:end_bricks net.minecraft.item.crafting.ShapedRecipes@6b32b678 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 323 minecraft:enchanting_table net.minecraft.item.crafting.ShapedRecipes@1adf387e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 324 minecraft:emerald_block net.minecraft.item.crafting.ShapedRecipes@544e6b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 325 minecraft:emerald net.minecraft.item.crafting.ShapedRecipes@78829412 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 326 minecraft:dropper net.minecraft.item.crafting.ShapedRecipes@1afa048a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 327 minecraft:dispenser net.minecraft.item.crafting.ShapedRecipes@dbcf7c3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 328 minecraft:diorite net.minecraft.item.crafting.ShapedRecipes@36931450 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 329 minecraft:diamond_sword net.minecraft.item.crafting.ShapedRecipes@f575d2b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 330 minecraft:diamond_shovel net.minecraft.item.crafting.ShapedRecipes@6033f36c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 331 minecraft:diamond_pickaxe net.minecraft.item.crafting.ShapedRecipes@2634d000 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 332 minecraft:diamond_leggings net.minecraft.item.crafting.ShapedRecipes@50008974 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 333 minecraft:diamond_hoe net.minecraft.item.crafting.ShapedRecipes@53dbe7b2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 334 minecraft:diamond_helmet net.minecraft.item.crafting.ShapedRecipes@71b7e9c8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 335 minecraft:diamond_chestplate net.minecraft.item.crafting.ShapedRecipes@76b019c4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 336 minecraft:diamond_boots net.minecraft.item.crafting.ShapedRecipes@77d58f3a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 337 minecraft:diamond_block net.minecraft.item.crafting.ShapedRecipes@478c84aa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 338 minecraft:diamond_axe net.minecraft.item.crafting.ShapedRecipes@ef220e4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 339 minecraft:diamond net.minecraft.item.crafting.ShapedRecipes@77988c45 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 340 minecraft:detector_rail net.minecraft.item.crafting.ShapedRecipes@4c0bfe9e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 341 minecraft:daylight_detector net.minecraft.item.crafting.ShapedRecipes@51e1e058 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 342 minecraft:dark_prismarine net.minecraft.item.crafting.ShapedRecipes@1c14d24d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 343 minecraft:dark_oak_wooden_slab net.minecraft.item.crafting.ShapedRecipes@221cdd87 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 344 minecraft:dark_oak_stairs net.minecraft.item.crafting.ShapedRecipes@2761156e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 345 minecraft:dark_oak_planks net.minecraft.item.crafting.ShapedRecipes@1bb51492 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 346 minecraft:dark_oak_fence_gate net.minecraft.item.crafting.ShapedRecipes@194eae3e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 347 minecraft:dark_oak_fence net.minecraft.item.crafting.ShapedRecipes@57f89680 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 348 minecraft:dark_oak_door net.minecraft.item.crafting.ShapedRecipes@14c18a6a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 349 minecraft:dark_oak_boat net.minecraft.item.crafting.ShapedRecipes@319d106c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 350 minecraft:cyan_wool net.minecraft.item.crafting.ShapelessRecipes@2245ccaa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 351 minecraft:cyan_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@6636448b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 352 minecraft:cyan_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@33a7331 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 353 minecraft:cyan_stained_glass net.minecraft.item.crafting.ShapedRecipes@37344d31 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 354 minecraft:cyan_dye net.minecraft.item.crafting.ShapelessRecipes@138a952f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 355 minecraft:cyan_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@19540247 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 356 minecraft:cyan_carpet net.minecraft.item.crafting.ShapedRecipes@393e7546 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 357 minecraft:cyan_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@32fd5bc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 358 minecraft:cyan_bed net.minecraft.item.crafting.ShapedRecipes@7fcbc336 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 359 minecraft:cyan_banner net.minecraft.item.crafting.ShapedRecipes@1eab0700 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 361 minecraft:cookie net.minecraft.item.crafting.ShapedRecipes@478fe415 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 362 minecraft:compass net.minecraft.item.crafting.ShapedRecipes@45017263 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 363 minecraft:comparator net.minecraft.item.crafting.ShapedRecipes@5dac6bc3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 364 minecraft:cobblestone_wall net.minecraft.item.crafting.ShapedRecipes@75fa9254 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 365 minecraft:cobblestone_slab net.minecraft.item.crafting.ShapedRecipes@3539cf45 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 366 minecraft:coarse_dirt net.minecraft.item.crafting.ShapedRecipes@62e586a6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 367 minecraft:coal_block net.minecraft.item.crafting.ShapedRecipes@14e83c9d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 368 minecraft:coal net.minecraft.item.crafting.ShapedRecipes@64cdc310 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 369 minecraft:clock net.minecraft.item.crafting.ShapedRecipes@525b9df4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 370 minecraft:clay net.minecraft.item.crafting.ShapedRecipes@2ae88712 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 371 minecraft:chiseled_stonebrick net.minecraft.item.crafting.ShapedRecipes@57ab4b33 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 372 minecraft:chiseled_sandstone net.minecraft.item.crafting.ShapedRecipes@5e72c82a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 373 minecraft:chiseled_red_sandstone net.minecraft.item.crafting.ShapedRecipes@102c24d1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 374 minecraft:chiseled_quartz_block net.minecraft.item.crafting.ShapedRecipes@65698020 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 375 minecraft:chest_minecart net.minecraft.item.crafting.ShapedRecipes@470a446f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 376 minecraft:chest net.minecraft.item.crafting.ShapedRecipes@669daa93 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 377 minecraft:cauldron net.minecraft.item.crafting.ShapedRecipes@129aaac1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 378 minecraft:carrot_on_a_stick net.minecraft.item.crafting.ShapedRecipes@29fc83c5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 379 minecraft:cake net.minecraft.item.crafting.ShapedRecipes@2911db81 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 380 minecraft:bucket net.minecraft.item.crafting.ShapedRecipes@57a0c261 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 381 minecraft:brown_wool net.minecraft.item.crafting.ShapelessRecipes@104392ba +[18:05:25] [Server thread/TRACE] [FML]: Registry: 382 minecraft:brown_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@7872e91f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 383 minecraft:brown_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@27575bcd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 384 minecraft:brown_stained_glass net.minecraft.item.crafting.ShapedRecipes@1e7113f8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 385 minecraft:brown_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@749c0669 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 386 minecraft:brown_carpet net.minecraft.item.crafting.ShapedRecipes@4769537a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 387 minecraft:brown_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@558aa1f1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 388 minecraft:brown_bed net.minecraft.item.crafting.ShapedRecipes@1a4ae53d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 389 minecraft:brown_banner net.minecraft.item.crafting.ShapedRecipes@27e3dc9a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 390 minecraft:brick_stairs net.minecraft.item.crafting.ShapedRecipes@4eace42b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 391 minecraft:brick_slab net.minecraft.item.crafting.ShapedRecipes@418bdde9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 392 minecraft:brick_block net.minecraft.item.crafting.ShapedRecipes@2c451c4a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 393 minecraft:brewing_stand net.minecraft.item.crafting.ShapedRecipes@67b09e34 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 394 minecraft:bread net.minecraft.item.crafting.ShapedRecipes@176054b7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 395 minecraft:bowl net.minecraft.item.crafting.ShapedRecipes@54087bdb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 396 minecraft:bow net.minecraft.item.crafting.ShapedRecipes@7ade62a6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 397 minecraft:bookshelf net.minecraft.item.crafting.ShapedRecipes@1fa29b9e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 398 minecraft:book net.minecraft.item.crafting.ShapelessRecipes@3ee200ae +[18:05:25] [Server thread/TRACE] [FML]: Registry: 399 minecraft:bone_meal_from_bone net.minecraft.item.crafting.ShapelessRecipes@28e8dee7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 400 minecraft:bone_meal_from_block net.minecraft.item.crafting.ShapelessRecipes@44117b0d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 401 minecraft:bone_block net.minecraft.item.crafting.ShapedRecipes@54a033b8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 402 minecraft:boat net.minecraft.item.crafting.ShapedRecipes@3f142e87 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 403 minecraft:blue_wool net.minecraft.item.crafting.ShapelessRecipes@36d5c2ce +[18:05:25] [Server thread/TRACE] [FML]: Registry: 404 minecraft:blue_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@3b3f62d7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 405 minecraft:blue_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@58ca6ba3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 406 minecraft:blue_stained_glass net.minecraft.item.crafting.ShapedRecipes@460aa24e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 407 minecraft:blue_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@52fec840 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 408 minecraft:blue_carpet net.minecraft.item.crafting.ShapedRecipes@1896299b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 409 minecraft:blue_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@61607ff0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 410 minecraft:blue_bed net.minecraft.item.crafting.ShapedRecipes@703e5614 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 411 minecraft:blue_banner net.minecraft.item.crafting.ShapedRecipes@61648dd2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 412 minecraft:blaze_powder net.minecraft.item.crafting.ShapelessRecipes@1e4d93f7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 413 minecraft:black_wool net.minecraft.item.crafting.ShapelessRecipes@5300694d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 414 minecraft:black_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@261f5a45 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 415 minecraft:black_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@593354fa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 416 minecraft:black_stained_glass net.minecraft.item.crafting.ShapedRecipes@406808eb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 417 minecraft:black_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@354e2bff +[18:05:25] [Server thread/TRACE] [FML]: Registry: 418 minecraft:black_carpet net.minecraft.item.crafting.ShapedRecipes@7dfca9e6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 419 minecraft:black_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@4407fea2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 420 minecraft:black_bed net.minecraft.item.crafting.ShapedRecipes@4b7a4c83 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 421 minecraft:black_banner net.minecraft.item.crafting.ShapedRecipes@5819ee0f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 422 minecraft:birch_wooden_slab net.minecraft.item.crafting.ShapedRecipes@3b780b5c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 423 minecraft:birch_stairs net.minecraft.item.crafting.ShapedRecipes@6885f3f7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 424 minecraft:birch_planks net.minecraft.item.crafting.ShapedRecipes@5b657342 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 425 minecraft:birch_fence_gate net.minecraft.item.crafting.ShapedRecipes@6a013bdd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 426 minecraft:birch_fence net.minecraft.item.crafting.ShapedRecipes@3294102e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 427 minecraft:birch_door net.minecraft.item.crafting.ShapedRecipes@4be3de36 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 428 minecraft:birch_boat net.minecraft.item.crafting.ShapedRecipes@4bc41565 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 429 minecraft:beetroot_soup net.minecraft.item.crafting.ShapedRecipes@326dbe25 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 430 minecraft:beacon net.minecraft.item.crafting.ShapedRecipes@6fb219dd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 431 minecraft:arrow net.minecraft.item.crafting.ShapedRecipes@7253c53 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 432 minecraft:armor_stand net.minecraft.item.crafting.ShapedRecipes@60d32006 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 433 minecraft:anvil net.minecraft.item.crafting.ShapedRecipes@c6d7256 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 434 minecraft:andesite net.minecraft.item.crafting.ShapelessRecipes@c157abf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 435 minecraft:activator_rail net.minecraft.item.crafting.ShapedRecipes@6ed87ccf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 436 minecraft:acacia_wooden_slab net.minecraft.item.crafting.ShapedRecipes@4d2950ed +[18:05:25] [Server thread/TRACE] [FML]: Registry: 437 minecraft:acacia_stairs net.minecraft.item.crafting.ShapedRecipes@65bb4cb9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 438 minecraft:acacia_planks net.minecraft.item.crafting.ShapedRecipes@3465edf9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 439 minecraft:acacia_fence_gate net.minecraft.item.crafting.ShapedRecipes@77e5c765 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 440 minecraft:acacia_fence net.minecraft.item.crafting.ShapedRecipes@187df588 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 441 minecraft:acacia_door net.minecraft.item.crafting.ShapedRecipes@1055d261 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 442 minecraft:acacia_boat net.minecraft.item.crafting.ShapedRecipes@32b1e906 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 443 nnparadisemod:rusty_ingot_from_nugget net.minecraftforge.oredict.ShapedOreRecipe@76041d20 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 444 nnparadisemod:tree_topper net.minecraft.item.crafting.ShapedRecipes@596e1c97 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 445 nnparadisemod:rusty_iron_block2 net.minecraftforge.oredict.ShapedOreRecipe@7b65b524 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 446 nnparadisemod:salt_lamp net.minecraft.item.crafting.ShapedRecipes@4d1c43b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 447 nnparadisemod:blaze_powder net.minecraft.item.crafting.ShapedRecipes@5afaeeec +[18:05:25] [Server thread/TRACE] [FML]: Registry: 448 nnparadisemod:ender_pearl_block net.minecraft.item.crafting.ShapedRecipes@680830e6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 449 nnparadisemod:ruby_block net.minecraftforge.oredict.ShapedOreRecipe@6ba51c5c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 450 nnparadisemod:compressed_cactus_chest net.minecraft.item.crafting.ShapedRecipes@3601530d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 451 nnparadisemod:tables/jungle_crafting_table net.minecraft.item.crafting.ShapedRecipes@3b7118da +[18:05:25] [Server thread/TRACE] [FML]: Registry: 452 nnparadisemod:tables/oak_crafting_table net.minecraft.item.crafting.ShapedRecipes@26aac6fb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 453 nnparadisemod:tables/spruce_crafting_table net.minecraft.item.crafting.ShapedRecipes@40ed3939 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 454 nnparadisemod:tables/cactus_crafting_table net.minecraft.item.crafting.ShapedRecipes@51d2026d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 455 nnparadisemod:tables/birch_crafting_table net.minecraft.item.crafting.ShapedRecipes@414d03a9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 456 nnparadisemod:tables/dark_oak_crafting_table net.minecraft.item.crafting.ShapedRecipes@5d825cc5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 457 nnparadisemod:tables/acacia_crafting_table net.minecraft.item.crafting.ShapedRecipes@1a0e4283 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 458 nnparadisemod:mossy_lever net.minecraftforge.oredict.ShapedOreRecipe@5708a488 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 459 nnparadisemod:fences/gold_fence net.minecraft.item.crafting.ShapedRecipes@28d2ec29 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 460 nnparadisemod:fences/iron_fence net.minecraft.item.crafting.ShapedRecipes@3a3eb2b1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 461 nnparadisemod:fences/diamond_fence net.minecraft.item.crafting.ShapedRecipes@52b61461 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 462 nnparadisemod:fences/redstone_fence net.minecraftforge.oredict.ShapedOreRecipe@2b206625 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 463 nnparadisemod:fences/brick_fence net.minecraft.item.crafting.ShapedRecipes@53390f33 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 464 nnparadisemod:fences/ruby_fence net.minecraftforge.oredict.ShapedOreRecipe@44563c09 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 465 nnparadisemod:fences/rusty_fence net.minecraft.item.crafting.ShapedRecipes@db5b577 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 466 nnparadisemod:fences/cactus_fence net.minecraftforge.oredict.ShapedOreRecipe@46a3934c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 467 nnparadisemod:fences/emerald_fence net.minecraft.item.crafting.ShapedRecipes@70a872b1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 468 nnparadisemod:fences/silver_fence net.minecraftforge.oredict.ShapedOreRecipe@27816139 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 469 nnparadisemod:sugar_block net.minecraft.item.crafting.ShapedRecipes@6383b566 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 470 nnparadisemod:gold_bars net.minecraft.item.crafting.ShapedRecipes@304ab812 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 471 nnparadisemod:silver_bars net.minecraft.item.crafting.ShapedRecipes@27ee31ff +[18:05:25] [Server thread/TRACE] [FML]: Registry: 472 nnparadisemod:compressed_cactus_chest_trapped net.minecraft.item.crafting.ShapelessRecipes@37cb091c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 473 nnparadisemod:gold_hopper net.minecraft.item.crafting.ShapedRecipes@7955d452 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 474 nnparadisemod:emerald_rail net.minecraft.item.crafting.ShapedRecipes@61c7de22 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 475 nnparadisemod:mossy_furnace net.minecraft.item.crafting.ShapedRecipes@6d899b84 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 476 nnparadisemod:salt net.minecraft.item.crafting.ShapedRecipes@5e060a3c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 477 nnparadisemod:compressed_cactus net.minecraft.item.crafting.ShapedRecipes@72908ba2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 478 nnparadisemod:emerald_shovel net.minecraft.item.crafting.ShapedRecipes@12443b10 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 479 nnparadisemod:cactus_chest net.minecraft.item.crafting.ShapedRecipes@5b6e0226 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 480 nnparadisemod:blaze_block net.minecraft.item.crafting.ShapedRecipes@74280080 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 481 nnparadisemod:sugar net.minecraft.item.crafting.ShapedRecipes@40e73d61 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 482 nnparadisemod:lamps/lime_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@7a53af34 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 483 nnparadisemod:lamps/purple_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@7691875d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 484 nnparadisemod:lamps/red_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@2606ea74 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 485 nnparadisemod:lamps/silver_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@2e5b2e23 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 486 nnparadisemod:lamps/yellow_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@223e3ae6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 487 nnparadisemod:lamps/light_blue_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@23d9f2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 488 nnparadisemod:lamps/magenta_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@6c662424 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 489 nnparadisemod:lamps/cyan_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@6947915a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 490 nnparadisemod:lamps/black_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@3760c619 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 491 nnparadisemod:lamps/white_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@27ab572b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 492 nnparadisemod:lamps/brown_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@272432f8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 493 nnparadisemod:lamps/blue_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@721fd16 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 494 nnparadisemod:lamps/pink_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@50715a8d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 495 nnparadisemod:lamps/gray_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@5066ffc2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 496 nnparadisemod:lamps/orange_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@16f61eae +[18:05:25] [Server thread/TRACE] [FML]: Registry: 497 nnparadisemod:lamps/green_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@6b475c00 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 498 nnparadisemod:silver_block net.minecraftforge.oredict.ShapedOreRecipe@778b75ca +[18:05:25] [Server thread/TRACE] [FML]: Registry: 499 nnparadisemod:soul_glass_pane net.minecraft.item.crafting.ShapedRecipes@6305a55 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 500 nnparadisemod:du_portal net.minecraft.item.crafting.ShapedRecipes@14198e7b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 501 nnparadisemod:cactus_chest_trapped net.minecraft.item.crafting.ShapelessRecipes@744fd39a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 502 nnparadisemod:rusty_ingot_from_block net.minecraftforge.oredict.ShapedOreRecipe@400c0d9a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 503 nnparadisemod:salt_block net.minecraft.item.crafting.ShapedRecipes@12a46995 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 504 nnparadisemod:silver_ingot_from_nugget net.minecraftforge.oredict.ShapedOreRecipe@71d3398b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 505 nnparadisemod:powered_emerald_rail net.minecraft.item.crafting.ShapedRecipes@108cfc9a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 506 nnparadisemod:trapdoors/ruby_trapdoor net.minecraftforge.oredict.ShapedOreRecipe@68e3e16c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 507 nnparadisemod:trapdoors/moss_stone_trapdoor net.minecraft.item.crafting.ShapedRecipes@3b485456 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 508 nnparadisemod:trapdoors/glowing_obsidian_trapdoor net.minecraft.item.crafting.ShapedRecipes@719d58b4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 509 nnparadisemod:trapdoors/granite_trapdoor net.minecraft.item.crafting.ShapedRecipes@7c669da8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 510 nnparadisemod:trapdoors/diamond_trapdoor net.minecraft.item.crafting.ShapedRecipes@70bcc867 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 511 nnparadisemod:trapdoors/obsidian_trapdoor net.minecraft.item.crafting.ShapedRecipes@11be503d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 512 nnparadisemod:trapdoors/end_trapdoor net.minecraft.item.crafting.ShapedRecipes@1712dd23 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 513 nnparadisemod:trapdoors/rusty_trapdoor net.minecraft.item.crafting.ShapedRecipes@45696fc0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 514 nnparadisemod:trapdoors/cactus_trapdoor net.minecraft.item.crafting.ShapedRecipes@1ba3afd1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 515 nnparadisemod:trapdoors/diorite_trapdoor net.minecraft.item.crafting.ShapedRecipes@1ce2e3a2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 516 nnparadisemod:trapdoors/silver_trapdoor net.minecraftforge.oredict.ShapedOreRecipe@4ca53b09 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 517 nnparadisemod:trapdoors/gold_trapdoor net.minecraft.item.crafting.ShapedRecipes@9ae16dc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 518 nnparadisemod:trapdoors/stone_trapdoor net.minecraft.item.crafting.ShapedRecipes@50317cce +[18:05:25] [Server thread/TRACE] [FML]: Registry: 519 nnparadisemod:trapdoors/cobblestone_trapdoor net.minecraft.item.crafting.ShapedRecipes@7b8eae53 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 520 nnparadisemod:trapdoors/emerald_trapdoor net.minecraft.item.crafting.ShapedRecipes@5e750fa2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 521 nnparadisemod:trapdoors/redstone_trapdoor net.minecraft.item.crafting.ShapedRecipes@28114411 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 522 nnparadisemod:trapdoors/andesite_trapdoor net.minecraft.item.crafting.ShapedRecipes@15fbb9bd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 523 nnparadisemod:trapdoors/redstone_trapdoor_2 net.minecraft.item.crafting.ShapedRecipes@43bc1abd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 524 nnparadisemod:rusty_bars net.minecraft.item.crafting.ShapedRecipes@1a1bebf9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 525 nnparadisemod:rusty_nugget_from_ingot net.minecraftforge.oredict.ShapedOreRecipe@1567c844 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 526 nnparadisemod:ender_pearl net.minecraft.item.crafting.ShapedRecipes@14cabd1a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 527 nnparadisemod:rusty_iron_block net.minecraft.item.crafting.ShapedRecipes@71b873a2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 528 nnparadisemod:plates/rusty_pressure_plate net.minecraftforge.oredict.ShapedOreRecipe@2c92ebdc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 529 nnparadisemod:plates/diamond_pressure_plate net.minecraft.item.crafting.ShapedRecipes@78f6ddda +[18:05:25] [Server thread/TRACE] [FML]: Registry: 530 nnparadisemod:plates/acacia_pressure_plate net.minecraft.item.crafting.ShapedRecipes@2a24e9e9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 531 nnparadisemod:plates/diorite_pressure_plate net.minecraft.item.crafting.ShapedRecipes@22c72d15 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 532 nnparadisemod:plates/granite_pressure_plate net.minecraft.item.crafting.ShapedRecipes@279a49d2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 533 nnparadisemod:plates/end_pressure_plate net.minecraft.item.crafting.ShapedRecipes@5970718c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 534 nnparadisemod:plates/cactus_pressure_plate net.minecraft.item.crafting.ShapedRecipes@62d581bc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 535 nnparadisemod:plates/glowing_obsidian_pressure_plate net.minecraft.item.crafting.ShapedRecipes@58cd4d11 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 536 nnparadisemod:plates/mossy_pressure_plate net.minecraft.item.crafting.ShapedRecipes@256ea225 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 537 nnparadisemod:plates/ruby_pressure_plate net.minecraftforge.oredict.ShapedOreRecipe@484b8cee +[18:05:25] [Server thread/TRACE] [FML]: Registry: 538 nnparadisemod:plates/spruce_pressure_plate net.minecraft.item.crafting.ShapedRecipes@33038e84 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 539 nnparadisemod:plates/jungle_pressure_plate net.minecraft.item.crafting.ShapedRecipes@3a6161b7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 540 nnparadisemod:plates/andesite_pressure_plate net.minecraft.item.crafting.ShapedRecipes@15af2946 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 541 nnparadisemod:plates/emerald_pressure_plate net.minecraft.item.crafting.ShapedRecipes@47ebbee1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 542 nnparadisemod:plates/oak_pressure_plate net.minecraft.item.crafting.ShapedRecipes@517f15be +[18:05:25] [Server thread/TRACE] [FML]: Registry: 543 nnparadisemod:plates/birch_pressure_plate net.minecraft.item.crafting.ShapedRecipes@7eec5837 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 544 nnparadisemod:plates/cobblestone_pressure_plate net.minecraft.item.crafting.ShapedRecipes@fdaaeb0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 545 nnparadisemod:plates/dark_oak_pressure_plate net.minecraft.item.crafting.ShapedRecipes@3a7e556f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 546 nnparadisemod:plates/grass_pressure_plate net.minecraft.item.crafting.ShapedRecipes@4ae9fce7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 547 nnparadisemod:plates/silver_pressure_plate net.minecraftforge.oredict.ShapedOreRecipe@5882378e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 548 nnparadisemod:fence gates/emerald_fence_gate net.minecraft.item.crafting.ShapedRecipes@4082fab3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 549 nnparadisemod:fence gates/cactus_fence_gate net.minecraftforge.oredict.ShapedOreRecipe@52df2ef9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 550 nnparadisemod:fence gates/redstone_fence_gate net.minecraftforge.oredict.ShapedOreRecipe@5d6536ca +[18:05:25] [Server thread/TRACE] [FML]: Registry: 551 nnparadisemod:fence gates/diamond_fence_gate net.minecraft.item.crafting.ShapedRecipes@83b6af3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 552 nnparadisemod:fence gates/iron_fence_gate net.minecraft.item.crafting.ShapedRecipes@4b1b853a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 553 nnparadisemod:fence gates/gold_fence_gate net.minecraft.item.crafting.ShapedRecipes@1b55a206 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 554 nnparadisemod:fence gates/rusty_fence_gate net.minecraft.item.crafting.ShapedRecipes@31a3dc23 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 555 nnparadisemod:fence gates/silver_fence_gate net.minecraftforge.oredict.ShapedOreRecipe@48b97f9b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 556 nnparadisemod:fence gates/brick_fence_gate net.minecraft.item.crafting.ShapedRecipes@39b1ed9d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 557 nnparadisemod:fence gates/ruby_fence_gate net.minecraftforge.oredict.ShapedOreRecipe@603d453c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 558 nnparadisemod:armor/silver_helmet net.minecraftforge.oredict.ShapedOreRecipe@54e7084e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 559 nnparadisemod:armor/obsidian_boots net.minecraftforge.oredict.ShapedOreRecipe@23e4e65e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 560 nnparadisemod:armor/silver_boots net.minecraftforge.oredict.ShapedOreRecipe@2d147505 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 561 nnparadisemod:armor/silver/silver_helmet net.minecraftforge.oredict.ShapedOreRecipe@52d0d545 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 562 nnparadisemod:armor/silver/silver_boots net.minecraftforge.oredict.ShapedOreRecipe@70139ceb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 563 nnparadisemod:armor/silver/silver_chestplate net.minecraftforge.oredict.ShapedOreRecipe@620798be +[18:05:25] [Server thread/TRACE] [FML]: Registry: 564 nnparadisemod:armor/silver/silver_leggings net.minecraftforge.oredict.ShapedOreRecipe@7bd85e84 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 565 nnparadisemod:armor/santa_jacket net.minecraft.item.crafting.ShapedRecipes@4f6bd08f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 566 nnparadisemod:armor/santa_hat net.minecraft.item.crafting.ShapedRecipes@4d8a0fa2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 567 nnparadisemod:armor/emerald_chestplate net.minecraftforge.oredict.ShapedOreRecipe@5e542369 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 568 nnparadisemod:armor/ruby_chestplate net.minecraftforge.oredict.ShapedOreRecipe@4cae4f19 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 569 nnparadisemod:armor/emerald_leggings net.minecraftforge.oredict.ShapedOreRecipe@4d1df80e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 570 nnparadisemod:armor/ruby_helmet net.minecraftforge.oredict.ShapedOreRecipe@729c2ca +[18:05:25] [Server thread/TRACE] [FML]: Registry: 571 nnparadisemod:armor/redstone_helmet net.minecraftforge.oredict.ShapedOreRecipe@79757113 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 572 nnparadisemod:armor/obsidian_leggings net.minecraftforge.oredict.ShapedOreRecipe@5544c79 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 573 nnparadisemod:armor/ruby/ruby_chestplate net.minecraftforge.oredict.ShapedOreRecipe@5d042327 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 574 nnparadisemod:armor/ruby/ruby_helmet net.minecraftforge.oredict.ShapedOreRecipe@2128bcc8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 575 nnparadisemod:armor/ruby/ruby_leggings net.minecraftforge.oredict.ShapedOreRecipe@b05dc63 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 576 nnparadisemod:armor/ruby/ruby_boots net.minecraftforge.oredict.ShapedOreRecipe@29aeaefa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 577 nnparadisemod:armor/redstone_boots net.minecraftforge.oredict.ShapedOreRecipe@5d7d8b80 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 578 nnparadisemod:armor/ruby_leggings net.minecraftforge.oredict.ShapedOreRecipe@68beeb27 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 579 nnparadisemod:armor/obsidian_helmet net.minecraftforge.oredict.ShapedOreRecipe@54ac790a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 580 nnparadisemod:armor/silver_chestplate net.minecraftforge.oredict.ShapedOreRecipe@25d0d070 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 581 nnparadisemod:armor/emerald/emerald_chestplate net.minecraftforge.oredict.ShapedOreRecipe@11c12362 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 582 nnparadisemod:armor/emerald/emerald_leggings net.minecraftforge.oredict.ShapedOreRecipe@4f7af2c1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 583 nnparadisemod:armor/emerald/emerald_helmet net.minecraftforge.oredict.ShapedOreRecipe@62cb395f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 584 nnparadisemod:armor/emerald/emerald_boots net.minecraftforge.oredict.ShapedOreRecipe@416d3d02 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 585 nnparadisemod:armor/obsidian_chestplate net.minecraftforge.oredict.ShapedOreRecipe@4e90afec +[18:05:25] [Server thread/TRACE] [FML]: Registry: 586 nnparadisemod:armor/redstone_leggings net.minecraftforge.oredict.ShapedOreRecipe@7634fcb8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 587 nnparadisemod:armor/redstone_chestplate net.minecraftforge.oredict.ShapedOreRecipe@1b9225d5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 588 nnparadisemod:armor/emerald_helmet net.minecraftforge.oredict.ShapedOreRecipe@5ee546e4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 589 nnparadisemod:armor/santa_pants net.minecraft.item.crafting.ShapedRecipes@34fa2d46 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 590 nnparadisemod:armor/ruby_boots net.minecraftforge.oredict.ShapedOreRecipe@624f66c0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 591 nnparadisemod:armor/rusty/rusty_chestplate net.minecraftforge.oredict.ShapedOreRecipe@59f6d1b6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 592 nnparadisemod:armor/rusty/rusty_leggings net.minecraftforge.oredict.ShapedOreRecipe@182300b1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 593 nnparadisemod:armor/rusty/rusty_boots net.minecraftforge.oredict.ShapedOreRecipe@51c975f7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 594 nnparadisemod:armor/rusty/rusty_helmet net.minecraftforge.oredict.ShapedOreRecipe@484c85a2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 595 nnparadisemod:armor/xmas/santa_jacket net.minecraft.item.crafting.ShapedRecipes@1e98f201 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 596 nnparadisemod:armor/xmas/santa_hat net.minecraft.item.crafting.ShapedRecipes@4d924511 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 597 nnparadisemod:armor/xmas/santa_pants net.minecraft.item.crafting.ShapedRecipes@e23fb18 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 598 nnparadisemod:armor/xmas/santa_boots net.minecraft.item.crafting.ShapedRecipes@62aafeea +[18:05:25] [Server thread/TRACE] [FML]: Registry: 599 nnparadisemod:armor/obsidian/obsidian_boots net.minecraftforge.oredict.ShapedOreRecipe@7d5689a5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 600 nnparadisemod:armor/obsidian/obsidian_leggings net.minecraftforge.oredict.ShapedOreRecipe@32b35ed2 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 601 nnparadisemod:armor/obsidian/obsidian_helmet net.minecraftforge.oredict.ShapedOreRecipe@9c77ccc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 602 nnparadisemod:armor/obsidian/obsidian_chestplate net.minecraftforge.oredict.ShapedOreRecipe@7b409935 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 603 nnparadisemod:armor/silver_leggings net.minecraftforge.oredict.ShapedOreRecipe@27dec470 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 604 nnparadisemod:armor/emerald_boots net.minecraftforge.oredict.ShapedOreRecipe@637c6caa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 605 nnparadisemod:armor/santa_boots net.minecraft.item.crafting.ShapedRecipes@24679fe +[18:05:25] [Server thread/TRACE] [FML]: Registry: 606 nnparadisemod:armor/redstone/redstone_helmet net.minecraftforge.oredict.ShapedOreRecipe@1f8d6aa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 607 nnparadisemod:armor/redstone/redstone_boots net.minecraftforge.oredict.ShapedOreRecipe@7af2cfd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 608 nnparadisemod:armor/redstone/redstone_leggings net.minecraftforge.oredict.ShapedOreRecipe@38e39ab5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 609 nnparadisemod:armor/redstone/redstone_chestplate net.minecraftforge.oredict.ShapedOreRecipe@499fa8d7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 610 nnparadisemod:quartz net.minecraft.item.crafting.ShapedRecipes@58224eff +[18:05:25] [Server thread/TRACE] [FML]: Registry: 611 nnparadisemod:cactus_stick net.minecraft.item.crafting.ShapedRecipes@160c4b01 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 612 nnparadisemod:buttons/diamond_button net.minecraft.item.crafting.ShapedRecipes@22f21d5f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 613 nnparadisemod:buttons/rusty_button net.minecraft.item.crafting.ShapelessRecipes@4d712f6a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 614 nnparadisemod:buttons/gold_button net.minecraft.item.crafting.ShapelessRecipes@5cce692d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 615 nnparadisemod:buttons/glowing_obsidian_button net.minecraft.item.crafting.ShapedRecipes@25e8f113 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 616 nnparadisemod:buttons/oak_button net.minecraft.item.crafting.ShapedRecipes@73626e8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 617 nnparadisemod:buttons/mossy_button net.minecraft.item.crafting.ShapedRecipes@16502f10 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 618 nnparadisemod:buttons/ruby_button net.minecraftforge.oredict.ShapedOreRecipe@38cc8abd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 619 nnparadisemod:buttons/cobblestone_button net.minecraft.item.crafting.ShapedRecipes@3a35c867 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 620 nnparadisemod:buttons/obsidian_button net.minecraft.item.crafting.ShapedRecipes@249fb0ca +[18:05:25] [Server thread/TRACE] [FML]: Registry: 621 nnparadisemod:buttons/emerald_button net.minecraft.item.crafting.ShapedRecipes@1907758f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 622 nnparadisemod:buttons/silver_button net.minecraftforge.oredict.ShapelessOreRecipe@272c9357 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 623 nnparadisemod:buttons/grass_button net.minecraft.item.crafting.ShapelessRecipes@5527c67a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 624 nnparadisemod:buttons/end_button net.minecraft.item.crafting.ShapedRecipes@14782800 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 625 nnparadisemod:buttons/cactus_button net.minecraft.item.crafting.ShapedRecipes@646432bb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 626 nnparadisemod:buttons/iron_button net.minecraft.item.crafting.ShapelessRecipes@69026c45 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 627 nnparadisemod:buttons/glass_trapdoor net.minecraft.item.crafting.ShapedRecipes@59f222a0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 628 nnparadisemod:enchanted_apple net.minecraft.item.crafting.ShapedRecipes@56ce8f7d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 629 nnparadisemod:doors/glowing_obsidian_door net.minecraft.item.crafting.ShapedRecipes@7d862290 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 630 nnparadisemod:doors/glass_door net.minecraft.item.crafting.ShapedRecipes@629c8363 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 631 nnparadisemod:doors/diorite_door net.minecraft.item.crafting.ShapedRecipes@3a36a189 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 632 nnparadisemod:doors/silver_door net.minecraftforge.oredict.ShapedOreRecipe@266d67db +[18:05:25] [Server thread/TRACE] [FML]: Registry: 633 nnparadisemod:doors/redstone_door_2 net.minecraft.item.crafting.ShapedRecipes@1b798e26 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 634 nnparadisemod:doors/end_door net.minecraft.item.crafting.ShapedRecipes@1531f099 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 635 nnparadisemod:doors/ruby_door net.minecraftforge.oredict.ShapedOreRecipe@34aa5d21 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 636 nnparadisemod:doors/stone_door net.minecraft.item.crafting.ShapedRecipes@eb513a9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 637 nnparadisemod:doors/diamond_door net.minecraft.item.crafting.ShapedRecipes@24970845 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 638 nnparadisemod:doors/andesite_door net.minecraft.item.crafting.ShapedRecipes@42a7d9ef +[18:05:25] [Server thread/TRACE] [FML]: Registry: 639 nnparadisemod:doors/cobblestone_door net.minecraft.item.crafting.ShapedRecipes@c3d1999 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 640 nnparadisemod:doors/granite_door net.minecraft.item.crafting.ShapedRecipes@599dae8f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 641 nnparadisemod:doors/redstone_door net.minecraft.item.crafting.ShapedRecipes@a3c65ad +[18:05:25] [Server thread/TRACE] [FML]: Registry: 642 nnparadisemod:doors/emerald_door net.minecraft.item.crafting.ShapedRecipes@509d26b8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 643 nnparadisemod:doors/rusty_door net.minecraft.item.crafting.ShapedRecipes@1da91ef9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 644 nnparadisemod:doors/obsidian_door net.minecraft.item.crafting.ShapedRecipes@40b76a92 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 645 nnparadisemod:doors/gold_door net.minecraft.item.crafting.ShapedRecipes@69f75ee3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 646 nnparadisemod:doors/cactus_door net.minecraft.item.crafting.ShapedRecipes@5a5edc9e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 647 nnparadisemod:doors/moss_stone_door net.minecraft.item.crafting.ShapedRecipes@53a13e64 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 648 nnparadisemod:silver_hopper net.minecraftforge.oredict.ShapedOreRecipe@2147b993 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 649 nnparadisemod:walls/glowing_obsidian_wall net.minecraft.item.crafting.ShapedRecipes@3938be9c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 650 nnparadisemod:walls/obsidian_wall net.minecraft.item.crafting.ShapedRecipes@21b0f557 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 651 nnparadisemod:walls/end_wall net.minecraft.item.crafting.ShapedRecipes@4a384b92 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 652 nnparadisemod:silver_nugget_from_ingot net.minecraftforge.oredict.ShapedOreRecipe@6b66a965 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 653 nnparadisemod:nether_wart net.minecraft.item.crafting.ShapedRecipes@138ebb7a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 654 nnparadisemod:tools/silver_hoe net.minecraftforge.oredict.ShapedOreRecipe@3ae3af19 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 655 nnparadisemod:tools/redstone_hoe net.minecraft.item.crafting.ShapedRecipes@2161dfa4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 656 nnparadisemod:tools/silver_axe net.minecraftforge.oredict.ShapedOreRecipe@74bc5421 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 657 nnparadisemod:tools/silver/silver_hoe net.minecraftforge.oredict.ShapedOreRecipe@51826332 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 658 nnparadisemod:tools/silver/silver_axe net.minecraftforge.oredict.ShapedOreRecipe@5ba968cb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 659 nnparadisemod:tools/silver/silver_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@63f407b7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 660 nnparadisemod:tools/silver/silver_sword net.minecraftforge.oredict.ShapedOreRecipe@a538872 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 661 nnparadisemod:tools/silver/silver_shovel net.minecraftforge.oredict.ShapedOreRecipe@42d74143 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 662 nnparadisemod:tools/cactus_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@467ef3f5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 663 nnparadisemod:tools/ruby_sword net.minecraftforge.oredict.ShapedOreRecipe@ee301c8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 664 nnparadisemod:tools/silver_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@41ea1d7f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 665 nnparadisemod:tools/ cactus/cactus_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@cd83db8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 666 nnparadisemod:tools/ cactus/cactus_sword net.minecraftforge.oredict.ShapedOreRecipe@1b3b30cd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 667 nnparadisemod:tools/ cactus/cactus_axe net.minecraftforge.oredict.ShapedOreRecipe@25d9acb3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 668 nnparadisemod:tools/ cactus/cactus_shovel net.minecraftforge.oredict.ShapedOreRecipe@8a436d9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 669 nnparadisemod:tools/ cactus/cactus_hoe net.minecraftforge.oredict.ShapedOreRecipe@55c3f32 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 670 nnparadisemod:tools/cactus_sword net.minecraftforge.oredict.ShapedOreRecipe@2cf9a66 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 671 nnparadisemod:tools/obsidian_pickaxe net.minecraft.item.crafting.ShapedRecipes@787ed4fe +[18:05:25] [Server thread/TRACE] [FML]: Registry: 672 nnparadisemod:tools/obsidian_sword net.minecraft.item.crafting.ShapedRecipes@560e0817 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 673 nnparadisemod:tools/obsidian_shovel net.minecraft.item.crafting.ShapedRecipes@245a64c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 674 nnparadisemod:tools/obsidian_axe net.minecraft.item.crafting.ShapedRecipes@69dadddf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 675 nnparadisemod:tools/ruby/ruby_sword net.minecraftforge.oredict.ShapedOreRecipe@1ae95bad +[18:05:25] [Server thread/TRACE] [FML]: Registry: 676 nnparadisemod:tools/ruby/ruby_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@7bde63c5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 677 nnparadisemod:tools/ruby/ruby_shovel net.minecraftforge.oredict.ShapedOreRecipe@c22f218 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 678 nnparadisemod:tools/ruby/ruby_hoe net.minecraftforge.oredict.ShapedOreRecipe@5a1acf73 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 679 nnparadisemod:tools/ruby/ruby_axe net.minecraftforge.oredict.ShapedOreRecipe@654a3b9b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 680 nnparadisemod:tools/emerald_shovel net.minecraft.item.crafting.ShapedRecipes@7f91a938 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 681 nnparadisemod:tools/redstone_shovel net.minecraft.item.crafting.ShapedRecipes@224e4662 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 682 nnparadisemod:tools/redstone_pickaxe net.minecraft.item.crafting.ShapedRecipes@706deaf9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 683 nnparadisemod:tools/silver_sword net.minecraftforge.oredict.ShapedOreRecipe@22b4fb9 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 684 nnparadisemod:tools/ruby_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@5813a30e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 685 nnparadisemod:tools/obsidian_hoe net.minecraft.item.crafting.ShapedRecipes@2c2e4e2a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 686 nnparadisemod:tools/emerald/emerald_hoe net.minecraft.item.crafting.ShapedRecipes@1ff92311 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 687 nnparadisemod:tools/emerald/emerald_sword net.minecraft.item.crafting.ShapedRecipes@5756dc17 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 688 nnparadisemod:tools/emerald/emerald_shovel net.minecraft.item.crafting.ShapedRecipes@5baf98d7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 689 nnparadisemod:tools/emerald/emerald_axe net.minecraft.item.crafting.ShapedRecipes@1e9271d8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 690 nnparadisemod:tools/emerald/emerald_pickaxe net.minecraft.item.crafting.ShapedRecipes@412f7f10 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 691 nnparadisemod:tools/silver_shovel net.minecraftforge.oredict.ShapedOreRecipe@417cbed4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 692 nnparadisemod:tools/cactus_axe net.minecraftforge.oredict.ShapedOreRecipe@7d010ee6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 693 nnparadisemod:tools/ruby_shovel net.minecraftforge.oredict.ShapedOreRecipe@55bdfc03 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 694 nnparadisemod:tools/rusty/rusty_shovel net.minecraftforge.oredict.ShapedOreRecipe@61c9206b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 695 nnparadisemod:tools/rusty/rusty_axe net.minecraftforge.oredict.ShapedOreRecipe@4d0db87a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 696 nnparadisemod:tools/rusty/rusty_sword net.minecraftforge.oredict.ShapedOreRecipe@742068da +[18:05:25] [Server thread/TRACE] [FML]: Registry: 697 nnparadisemod:tools/rusty/rusty_hoe net.minecraftforge.oredict.ShapedOreRecipe@1eb964de +[18:05:25] [Server thread/TRACE] [FML]: Registry: 698 nnparadisemod:tools/rusty/rusty_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@1578b99c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 699 nnparadisemod:tools/cactus_shovel net.minecraftforge.oredict.ShapedOreRecipe@15076c00 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 700 nnparadisemod:tools/obsidian/obsidian_pickaxe net.minecraft.item.crafting.ShapedRecipes@3f656166 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 701 nnparadisemod:tools/obsidian/obsidian_sword net.minecraft.item.crafting.ShapedRecipes@3e60def6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 702 nnparadisemod:tools/obsidian/obsidian_shovel net.minecraft.item.crafting.ShapedRecipes@582bb275 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 703 nnparadisemod:tools/obsidian/obsidian_axe net.minecraft.item.crafting.ShapedRecipes@4c7168ae +[18:05:25] [Server thread/TRACE] [FML]: Registry: 704 nnparadisemod:tools/obsidian/obsidian_hoe net.minecraft.item.crafting.ShapedRecipes@91f78b4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 705 nnparadisemod:tools/ruby_hoe net.minecraftforge.oredict.ShapedOreRecipe@35551d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 706 nnparadisemod:tools/redstone_axe net.minecraft.item.crafting.ShapedRecipes@1225266f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 707 nnparadisemod:tools/ruby_axe net.minecraftforge.oredict.ShapedOreRecipe@5c2ea14d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 708 nnparadisemod:tools/cactus_hoe net.minecraftforge.oredict.ShapedOreRecipe@da3b3fe +[18:05:25] [Server thread/TRACE] [FML]: Registry: 709 nnparadisemod:tools/redstone/redstone_sword net.minecraft.item.crafting.ShapedRecipes@7f5ab12a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 710 nnparadisemod:tools/redstone/redstone_hoe net.minecraft.item.crafting.ShapedRecipes@7255ef70 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 711 nnparadisemod:tools/redstone/redstone_shovel net.minecraft.item.crafting.ShapedRecipes@3ddfd4d0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 712 nnparadisemod:tools/redstone/redstone_pickaxe net.minecraft.item.crafting.ShapedRecipes@1fcd0cea +[18:05:25] [Server thread/TRACE] [FML]: Registry: 713 nnparadisemod:tools/redstone/redstone_axe net.minecraft.item.crafting.ShapedRecipes@98a86b3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 714 nnparadisemod:stairs/obsidian_stairs net.minecraft.item.crafting.ShapedRecipes@1bd107f3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 715 nnparadisemod:stairs/cactus_stairs net.minecraft.item.crafting.ShapedRecipes@7b6013e7 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 716 nnparadisemod:stairs/glowing_obsidian_stairs net.minecraft.item.crafting.ShapedRecipes@2d06e5cd +[18:05:25] [Server thread/TRACE] [FML]: Registry: 717 nnparadisemod:stairs/end_stairs net.minecraft.item.crafting.ShapedRecipes@6507e78d +[18:05:25] [Server thread/TRACE] [FML]: Registry Name : minecraft:villagerprofessions +[18:05:25] [Server thread/TRACE] [FML]: Registry: 0 minecraft:farmer net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@3d4b45b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 1 minecraft:librarian net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@1136122a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2 minecraft:priest net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@5a537a16 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 3 minecraft:smith net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@72288480 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4 minecraft:butcher net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@4ea43d4d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 5 minecraft:nitwit net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@6f22c1f1 +[18:05:25] [Server thread/TRACE] [FML]: Registry Name : minecraft:entities +[18:05:25] [Server thread/TRACE] [FML]: Registry: 1 minecraft:item net.minecraftforge.fml.common.registry.EntityEntry@4552f905 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 2 minecraft:xp_orb net.minecraftforge.fml.common.registry.EntityEntry@6b64bf61 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 3 minecraft:area_effect_cloud net.minecraftforge.fml.common.registry.EntityEntry@60b553f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 4 minecraft:elder_guardian net.minecraftforge.fml.common.registry.EntityEntry@4feec184 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 5 minecraft:wither_skeleton net.minecraftforge.fml.common.registry.EntityEntry@74a74070 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 6 minecraft:stray net.minecraftforge.fml.common.registry.EntityEntry@50e8ed74 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 7 minecraft:egg net.minecraftforge.fml.common.registry.EntityEntry@56b704ea +[18:05:25] [Server thread/TRACE] [FML]: Registry: 8 minecraft:leash_knot net.minecraftforge.fml.common.registry.EntityEntry@ab4d2ba +[18:05:25] [Server thread/TRACE] [FML]: Registry: 9 minecraft:painting net.minecraftforge.fml.common.registry.EntityEntry@39f68aec +[18:05:25] [Server thread/TRACE] [FML]: Registry: 10 minecraft:arrow net.minecraftforge.fml.common.registry.EntityEntry@65ff4b8c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 11 minecraft:snowball net.minecraftforge.fml.common.registry.EntityEntry@b81938d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 12 minecraft:fireball net.minecraftforge.fml.common.registry.EntityEntry@6d842877 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 13 minecraft:small_fireball net.minecraftforge.fml.common.registry.EntityEntry@4efed0e0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 14 minecraft:ender_pearl net.minecraftforge.fml.common.registry.EntityEntry@2125535d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 15 minecraft:eye_of_ender_signal net.minecraftforge.fml.common.registry.EntityEntry@d190639 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 16 minecraft:potion net.minecraftforge.fml.common.registry.EntityEntry@5f82209e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 17 minecraft:xp_bottle net.minecraftforge.fml.common.registry.EntityEntry@515c732d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 18 minecraft:item_frame net.minecraftforge.fml.common.registry.EntityEntry@5ae87de0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 19 minecraft:wither_skull net.minecraftforge.fml.common.registry.EntityEntry@7a247711 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 20 minecraft:tnt net.minecraftforge.fml.common.registry.EntityEntry@4910afdf +[18:05:25] [Server thread/TRACE] [FML]: Registry: 21 minecraft:falling_block net.minecraftforge.fml.common.registry.EntityEntry@764db16c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 22 minecraft:fireworks_rocket net.minecraftforge.fml.common.registry.EntityEntry@45cb5307 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 23 minecraft:husk net.minecraftforge.fml.common.registry.EntityEntry@17332039 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 24 minecraft:spectral_arrow net.minecraftforge.fml.common.registry.EntityEntry@776e7dfb +[18:05:25] [Server thread/TRACE] [FML]: Registry: 25 minecraft:shulker_bullet net.minecraftforge.fml.common.registry.EntityEntry@6d5508a5 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 26 minecraft:dragon_fireball net.minecraftforge.fml.common.registry.EntityEntry@3d8bd881 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 27 minecraft:zombie_villager net.minecraftforge.fml.common.registry.EntityEntry@731ab49b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 28 minecraft:skeleton_horse net.minecraftforge.fml.common.registry.EntityEntry@41f23499 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 29 minecraft:zombie_horse net.minecraftforge.fml.common.registry.EntityEntry@1ce2029b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 30 minecraft:armor_stand net.minecraftforge.fml.common.registry.EntityEntry@43090195 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 31 minecraft:donkey net.minecraftforge.fml.common.registry.EntityEntry@7977f046 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 32 minecraft:mule net.minecraftforge.fml.common.registry.EntityEntry@6ec98ccc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 33 minecraft:evocation_fangs net.minecraftforge.fml.common.registry.EntityEntry@718ad3a6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 34 minecraft:evocation_illager net.minecraftforge.fml.common.registry.EntityEntry@625f5712 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 35 minecraft:vex net.minecraftforge.fml.common.registry.EntityEntry@4b5aa48b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 36 minecraft:vindication_illager net.minecraftforge.fml.common.registry.EntityEntry@4af84a76 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 37 minecraft:illusion_illager net.minecraftforge.fml.common.registry.EntityEntry@322ab6ce +[18:05:25] [Server thread/TRACE] [FML]: Registry: 40 minecraft:commandblock_minecart net.minecraftforge.fml.common.registry.EntityEntry@1425e531 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 41 minecraft:boat net.minecraftforge.fml.common.registry.EntityEntry@194e78af +[18:05:25] [Server thread/TRACE] [FML]: Registry: 42 minecraft:minecart net.minecraftforge.fml.common.registry.EntityEntry@4fe4503a +[18:05:25] [Server thread/TRACE] [FML]: Registry: 43 minecraft:chest_minecart net.minecraftforge.fml.common.registry.EntityEntry@7614378d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 44 minecraft:furnace_minecart net.minecraftforge.fml.common.registry.EntityEntry@7028b5cc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 45 minecraft:tnt_minecart net.minecraftforge.fml.common.registry.EntityEntry@7c0ff7a0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 46 minecraft:hopper_minecart net.minecraftforge.fml.common.registry.EntityEntry@4535bdc6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 47 minecraft:spawner_minecart net.minecraftforge.fml.common.registry.EntityEntry@5e46a125 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 50 minecraft:creeper net.minecraftforge.fml.common.registry.EntityEntry@4a47bc9c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 51 minecraft:skeleton net.minecraftforge.fml.common.registry.EntityEntry@4c164f81 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 52 minecraft:spider net.minecraftforge.fml.common.registry.EntityEntry@2f262474 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 53 minecraft:giant net.minecraftforge.fml.common.registry.EntityEntry@983050b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 54 minecraft:zombie net.minecraftforge.fml.common.registry.EntityEntry@6aadb092 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 55 minecraft:slime net.minecraftforge.fml.common.registry.EntityEntry@6614ecca +[18:05:25] [Server thread/TRACE] [FML]: Registry: 56 minecraft:ghast net.minecraftforge.fml.common.registry.EntityEntry@1800c1e3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 57 minecraft:zombie_pigman net.minecraftforge.fml.common.registry.EntityEntry@11069eac +[18:05:25] [Server thread/TRACE] [FML]: Registry: 58 minecraft:enderman net.minecraftforge.fml.common.registry.EntityEntry@22368ddc +[18:05:25] [Server thread/TRACE] [FML]: Registry: 59 minecraft:cave_spider net.minecraftforge.fml.common.registry.EntityEntry@2361365c +[18:05:25] [Server thread/TRACE] [FML]: Registry: 60 minecraft:silverfish net.minecraftforge.fml.common.registry.EntityEntry@3dbbed3e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 61 minecraft:blaze net.minecraftforge.fml.common.registry.EntityEntry@12bcf7c6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 62 minecraft:magma_cube net.minecraftforge.fml.common.registry.EntityEntry@64540344 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 63 minecraft:ender_dragon net.minecraftforge.fml.common.registry.EntityEntry@24b8a393 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 64 minecraft:wither net.minecraftforge.fml.common.registry.EntityEntry@17e6b7e4 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 65 minecraft:bat net.minecraftforge.fml.common.registry.EntityEntry@dd9de63 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 66 minecraft:witch net.minecraftforge.fml.common.registry.EntityEntry@98712fa +[18:05:25] [Server thread/TRACE] [FML]: Registry: 67 minecraft:endermite net.minecraftforge.fml.common.registry.EntityEntry@61288814 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 68 minecraft:guardian net.minecraftforge.fml.common.registry.EntityEntry@3b8d2abe +[18:05:25] [Server thread/TRACE] [FML]: Registry: 69 minecraft:shulker net.minecraftforge.fml.common.registry.EntityEntry@751bb780 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 90 minecraft:pig net.minecraftforge.fml.common.registry.EntityEntry@9d2af36 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 91 minecraft:sheep net.minecraftforge.fml.common.registry.EntityEntry@32298473 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 92 minecraft:cow net.minecraftforge.fml.common.registry.EntityEntry@38394dc3 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 93 minecraft:chicken net.minecraftforge.fml.common.registry.EntityEntry@2cacd55e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 94 minecraft:squid net.minecraftforge.fml.common.registry.EntityEntry@378c48c1 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 95 minecraft:wolf net.minecraftforge.fml.common.registry.EntityEntry@57eed461 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 96 minecraft:mooshroom net.minecraftforge.fml.common.registry.EntityEntry@7fd3fd06 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 97 minecraft:snowman net.minecraftforge.fml.common.registry.EntityEntry@54ae1240 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 98 minecraft:ocelot net.minecraftforge.fml.common.registry.EntityEntry@27210a3b +[18:05:25] [Server thread/TRACE] [FML]: Registry: 99 minecraft:villager_golem net.minecraftforge.fml.common.registry.EntityEntry@4895e8f6 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 100 minecraft:horse net.minecraftforge.fml.common.registry.EntityEntry@3428420d +[18:05:25] [Server thread/TRACE] [FML]: Registry: 101 minecraft:rabbit net.minecraftforge.fml.common.registry.EntityEntry@3c1908c8 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 102 minecraft:polar_bear net.minecraftforge.fml.common.registry.EntityEntry@705d914f +[18:05:25] [Server thread/TRACE] [FML]: Registry: 103 minecraft:llama net.minecraftforge.fml.common.registry.EntityEntry@71f8ce0e +[18:05:25] [Server thread/TRACE] [FML]: Registry: 104 minecraft:llama_spit net.minecraftforge.fml.common.registry.EntityEntry@4fd92289 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 105 minecraft:parrot net.minecraftforge.fml.common.registry.EntityEntry@4e671ef +[18:05:25] [Server thread/TRACE] [FML]: Registry: 120 minecraft:villager net.minecraftforge.fml.common.registry.EntityEntry@146fa9c0 +[18:05:25] [Server thread/TRACE] [FML]: Registry: 200 minecraft:ender_crystal net.minecraftforge.fml.common.registry.EntityEntry@49f6c25e +[18:05:25] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod minecraft +[18:05:25] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod minecraft +[18:05:25] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft took 0.000s +[18:05:25] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mcp +[18:05:25] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mcp +[18:05:25] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Coder Pack took 0.000s +[18:05:25] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod FML +[18:05:25] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod FML +[18:05:25] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Forge Mod Loader took 0.000s +[18:05:25] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod forge +[18:05:25] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod forge +[18:05:25] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Forge took 0.243s +[18:05:25] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod nnparadisemod +[18:05:25] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod nnparadisemod +[18:05:25] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Nether Noah's Paradise Mod took 0.000s +[18:05:25] [Server thread/DEBUG] [FML]: Bar Finished: ModIdMapping took 0.244s +[18:05:25] [Server thread/INFO] [FML]: Applying holder lookups +[18:05:25] [Server thread/INFO] [FML]: Holder lookups applied +[18:05:25] [Server thread/DEBUG] [FML]: Loading persistent fluid defaults from world +[18:05:25] [Server thread/DEBUG] [FML]: The fluid nnparadisemod:liquid_redstone has been selected as the default fluid for liquid_redstone +[18:05:25] [Server thread/DEBUG] [FML]: The fluid minecraft:lava has been selected as the default fluid for lava +[18:05:25] [Server thread/DEBUG] [FML]: The fluid minecraft:water has been selected as the default fluid for water +[18:05:26] [Server thread/INFO] [FML]: Loading dimension 0 (mod test) (net.minecraft.server.integrated.IntegratedServer@54a7ec2a) +[18:05:26] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/redstone/wooden_pressure_plate com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:wooden_pressure_plate' at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:204) ~[AdvancementRewards$Deserializer.class:?] at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:180) ~[AdvancementRewards$Deserializer.class:?] @@ -6040,7 +6824,7 @@ com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:wooden_pressure_p at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:160) [IntegratedServer.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:550) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171] -[13:41:24] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/redstone/wooden_button +[18:05:26] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/redstone/wooden_button com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:wooden_button' at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:204) ~[AdvancementRewards$Deserializer.class:?] at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:180) ~[AdvancementRewards$Deserializer.class:?] @@ -6064,7 +6848,7 @@ com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:wooden_button' at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:160) [IntegratedServer.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:550) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171] -[13:41:24] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/decorations/crafting_table +[18:05:26] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/decorations/crafting_table com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:crafting_table' at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:204) ~[AdvancementRewards$Deserializer.class:?] at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:180) ~[AdvancementRewards$Deserializer.class:?] @@ -6088,92 +6872,90 @@ com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:crafting_table' at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:160) [IntegratedServer.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:550) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171] -[13:41:24] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 491 advancements -[13:41:25] [Server thread/INFO] [FML]: Loading dimension 1 (mod test) (net.minecraft.server.integrated.IntegratedServer@1ffefa6f) -[13:41:25] [Server thread/INFO] [FML]: Loading dimension -1 (mod test) (net.minecraft.server.integrated.IntegratedServer@1ffefa6f) -[13:41:25] [Server thread/INFO] [FML]: Loading dimension -2 (mod test) (net.minecraft.server.integrated.IntegratedServer@1ffefa6f) -[13:41:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0 -[13:41:26] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 0% -[13:41:27] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 43% -[13:41:28] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 89% -[13:41:28] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod minecraft -[13:41:28] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod minecraft -[13:41:28] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Minecraft took 0.000s -[13:41:28] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod mcp -[13:41:28] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod mcp -[13:41:28] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Minecraft Coder Pack took 0.000s -[13:41:28] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod FML -[13:41:28] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod FML -[13:41:28] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Forge Mod Loader took 0.000s -[13:41:28] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod forge -[13:41:28] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod forge -[13:41:28] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Minecraft Forge took 0.026s -[13:41:28] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod nnparadisemod -[13:41:28] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod nnparadisemod -[13:41:28] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Nether Noah's Paradise Mod took 0.000s -[13:41:28] [Server thread/DEBUG] [FML]: Bar Finished: ServerStarting took 0.027s -[13:41:28] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod minecraft -[13:41:28] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod minecraft -[13:41:28] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Minecraft took 0.000s -[13:41:28] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod mcp -[13:41:28] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod mcp -[13:41:28] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Minecraft Coder Pack took 0.000s -[13:41:28] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod FML -[13:41:28] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod FML -[13:41:28] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Forge Mod Loader took 0.000s -[13:41:28] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod forge -[13:41:28] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod forge -[13:41:28] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Minecraft Forge took 0.000s -[13:41:28] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod nnparadisemod -[13:41:28] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod nnparadisemod -[13:41:28] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Nether Noah's Paradise Mod took 0.000s -[13:41:28] [Server thread/DEBUG] [FML]: Bar Finished: ServerStarted took 0.001s -[13:41:28] [Server thread/DEBUG] [FML]: Queueing dimension -1 to unload -[13:41:28] [Server thread/DEBUG] [FML]: Queueing dimension 1 to unload -[13:41:28] [Server thread/DEBUG] [FML]: Queueing dimension -2 to unload -[13:41:28] [Server thread/INFO] [FML]: Unloading dimension -1 -[13:41:28] [Server thread/INFO] [FML]: Unloading dimension 1 -[13:41:28] [Server thread/INFO] [FML]: Unloading dimension -2 -[13:41:28] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Changing view distance to 8, from 10 -[13:41:30] [Netty Local Client IO #0/TRACE] [FML]: Handshake channel activating -[13:41:30] [Netty Local Client IO #0/DEBUG] [FML]: FMLHandshakeClientState: null->FMLHandshakeClientState$1:START -[13:41:30] [Netty Local Client IO #0/DEBUG] [FML]: Next: HELLO -[13:41:30] [Server thread/TRACE] [FML]: Handshake channel activating -[13:41:30] [Server thread/DEBUG] [FML]: FMLHandshakeServerState: null->FMLHandshakeServerState$1:START -[13:41:30] [Server thread/DEBUG] [FML]: Next: HELLO -[13:41:30] [Netty Local Client IO #0/DEBUG] [FML]: Server FML protocol version 2, 4 byte dimension received 0 -[13:41:30] [Netty Local Client IO #0/DEBUG] [FML]: FMLHandshakeClientState: $ServerHello->FMLHandshakeClientState$2:HELLO -[13:41:30] [Netty Local Client IO #0/DEBUG] [FML]: Next: WAITINGSERVERDATA -[13:41:30] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2 -[13:41:30] [Netty Local Client IO #0/DEBUG] [FML]: Received override dimension 0 -[13:41:30] [Netty Server IO #1/DEBUG] [FML]: FMLHandshakeServerState: $ClientHello->FMLHandshakeServerState$2:HELLO -[13:41:30] [Netty Server IO #1/INFO] [FML]: Client protocol version 2 -[13:41:30] [Netty Server IO #1/DEBUG] [FML]: FMLHandshakeServerState: $ModList:5 mods->FMLHandshakeServerState$2:HELLO -[13:41:30] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 5 mods : minecraft@1.12.2,FML@8.0.99.99,nnparadisemod@1.0 (The Advancement Update),forge@14.23.3.2689,mcp@9.42 -[13:41:30] [Netty Server IO #1/DEBUG] [FML]: Next: WAITINGCACK -[13:41:30] [Netty Local Client IO #0/DEBUG] [FML]: FMLHandshakeClientState: $ModList:5 mods->FMLHandshakeClientState$3:WAITINGSERVERDATA -[13:41:30] [Netty Local Client IO #0/DEBUG] [FML]: Next: PENDINGCOMPLETE -[13:41:30] [Netty Server IO #1/DEBUG] [FML]: FMLHandshakeServerState: $HandshakeAck:{2}->FMLHandshakeServerState$3:WAITINGCACK -[13:41:30] [Netty Server IO #1/DEBUG] [FML]: Next: COMPLETE -[13:41:30] [Netty Local Client IO #0/DEBUG] [FML]: FMLHandshakeClientState: $HandshakeAck:{2}->FMLHandshakeClientState$5:PENDINGCOMPLETE -[13:41:30] [Netty Local Client IO #0/DEBUG] [FML]: Next: COMPLETE -[13:41:30] [Netty Server IO #1/DEBUG] [FML]: FMLHandshakeServerState: $HandshakeAck:{4}->FMLHandshakeServerState$4:COMPLETE -[13:41:30] [Netty Local Client IO #0/DEBUG] [FML]: The fluid nnparadisemod:liquid_redstone has been selected as the default fluid for liquid_redstone -[13:41:30] [Netty Server IO #1/DEBUG] [FML]: Next: DONE -[13:41:30] [Netty Local Client IO #0/DEBUG] [FML]: The fluid minecraft:lava has been selected as the default fluid for lava -[13:41:30] [Netty Local Client IO #0/DEBUG] [FML]: The fluid minecraft:water has been selected as the default fluid for water -[13:41:30] [Netty Local Client IO #0/DEBUG] [FML]: FMLHandshakeClientState: $HandshakeAck:{3}->FMLHandshakeClientState$6:COMPLETE -[13:41:30] [Netty Local Client IO #0/DEBUG] [FML]: Next: DONE -[13:41:30] [Netty Server IO #1/DEBUG] [FML]: FMLHandshakeServerState: $HandshakeAck:{5}->FMLHandshakeServerState$5:DONE -[13:41:30] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established -[13:41:30] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established -[13:41:30] [Server thread/INFO] [net.minecraft.server.management.PlayerList]: Player829[local:E:ff85bc1c] logged in with entity id 12 at (-272.6823507381591, 74.41405521310354, -3657.8947238965998) -[13:41:30] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Player829 joined the game -[13:41:30] [main/DEBUG] [FML]: Overriding dimension: using 0 -[13:41:31] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:41:31] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:41:31] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:41:32] [pool-2-thread-1/WARN] [com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@21902b69[id=4e1f5e28-f05f-3acf-ac65-db01d9d51f95,name=Player829,properties={},legacy=false] +[18:05:26] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 491 advancements +[18:05:26] [Server thread/INFO] [FML]: Loading dimension 1 (mod test) (net.minecraft.server.integrated.IntegratedServer@54a7ec2a) +[18:05:26] [Server thread/INFO] [FML]: Loading dimension -1 (mod test) (net.minecraft.server.integrated.IntegratedServer@54a7ec2a) +[18:05:26] [Server thread/INFO] [FML]: Loading dimension -2 (mod test) (net.minecraft.server.integrated.IntegratedServer@54a7ec2a) +[18:05:26] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0 +[18:05:27] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 23% +[18:05:28] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod minecraft +[18:05:28] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod minecraft +[18:05:28] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Minecraft took 0.000s +[18:05:28] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod mcp +[18:05:28] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod mcp +[18:05:28] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Minecraft Coder Pack took 0.000s +[18:05:28] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod FML +[18:05:28] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod FML +[18:05:28] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Forge Mod Loader took 0.000s +[18:05:28] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod forge +[18:05:28] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod forge +[18:05:28] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Minecraft Forge took 0.098s +[18:05:28] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod nnparadisemod +[18:05:28] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod nnparadisemod +[18:05:28] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Nether Noah's Paradise Mod took 0.000s +[18:05:28] [Server thread/DEBUG] [FML]: Bar Finished: ServerStarting took 0.099s +[18:05:28] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod minecraft +[18:05:28] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod minecraft +[18:05:28] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Minecraft took 0.000s +[18:05:28] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod mcp +[18:05:28] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod mcp +[18:05:28] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Minecraft Coder Pack took 0.000s +[18:05:28] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod FML +[18:05:28] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod FML +[18:05:28] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Forge Mod Loader took 0.000s +[18:05:28] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod forge +[18:05:28] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod forge +[18:05:28] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Minecraft Forge took 0.000s +[18:05:28] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod nnparadisemod +[18:05:28] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod nnparadisemod +[18:05:28] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Nether Noah's Paradise Mod took 0.000s +[18:05:28] [Server thread/DEBUG] [FML]: Bar Finished: ServerStarted took 0.001s +[18:05:28] [Server thread/DEBUG] [FML]: Queueing dimension -1 to unload +[18:05:28] [Server thread/DEBUG] [FML]: Queueing dimension 1 to unload +[18:05:28] [Server thread/DEBUG] [FML]: Queueing dimension -2 to unload +[18:05:28] [Server thread/INFO] [FML]: Unloading dimension -1 +[18:05:28] [Server thread/INFO] [FML]: Unloading dimension 1 +[18:05:28] [Server thread/INFO] [FML]: Unloading dimension -2 +[18:05:28] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Changing view distance to 8, from 10 +[18:05:30] [Netty Local Client IO #0/TRACE] [FML]: Handshake channel activating +[18:05:30] [Netty Local Client IO #0/DEBUG] [FML]: FMLHandshakeClientState: null->FMLHandshakeClientState$1:START +[18:05:30] [Netty Local Client IO #0/DEBUG] [FML]: Next: HELLO +[18:05:30] [Server thread/TRACE] [FML]: Handshake channel activating +[18:05:30] [Server thread/DEBUG] [FML]: FMLHandshakeServerState: null->FMLHandshakeServerState$1:START +[18:05:30] [Server thread/DEBUG] [FML]: Next: HELLO +[18:05:30] [Netty Local Client IO #0/DEBUG] [FML]: Server FML protocol version 2, 4 byte dimension received 0 +[18:05:30] [Netty Local Client IO #0/DEBUG] [FML]: FMLHandshakeClientState: $ServerHello->FMLHandshakeClientState$2:HELLO +[18:05:30] [Netty Local Client IO #0/DEBUG] [FML]: Next: WAITINGSERVERDATA +[18:05:30] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2 +[18:05:30] [Netty Local Client IO #0/DEBUG] [FML]: Received override dimension 0 +[18:05:30] [Netty Server IO #1/DEBUG] [FML]: FMLHandshakeServerState: $ClientHello->FMLHandshakeServerState$2:HELLO +[18:05:30] [Netty Server IO #1/INFO] [FML]: Client protocol version 2 +[18:05:30] [Netty Server IO #1/DEBUG] [FML]: FMLHandshakeServerState: $ModList:5 mods->FMLHandshakeServerState$2:HELLO +[18:05:30] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 5 mods : minecraft@1.12.2,FML@8.0.99.99,nnparadisemod@1.0 (The Advancement Update),forge@14.23.3.2689,mcp@9.42 +[18:05:30] [Netty Server IO #1/DEBUG] [FML]: Next: WAITINGCACK +[18:05:30] [Netty Local Client IO #0/DEBUG] [FML]: FMLHandshakeClientState: $ModList:5 mods->FMLHandshakeClientState$3:WAITINGSERVERDATA +[18:05:30] [Netty Local Client IO #0/DEBUG] [FML]: Next: PENDINGCOMPLETE +[18:05:30] [Netty Server IO #1/DEBUG] [FML]: FMLHandshakeServerState: $HandshakeAck:{2}->FMLHandshakeServerState$3:WAITINGCACK +[18:05:30] [Netty Server IO #1/DEBUG] [FML]: Next: COMPLETE +[18:05:30] [Netty Local Client IO #0/DEBUG] [FML]: FMLHandshakeClientState: $HandshakeAck:{2}->FMLHandshakeClientState$5:PENDINGCOMPLETE +[18:05:30] [Netty Local Client IO #0/DEBUG] [FML]: Next: COMPLETE +[18:05:30] [Netty Server IO #1/DEBUG] [FML]: FMLHandshakeServerState: $HandshakeAck:{4}->FMLHandshakeServerState$4:COMPLETE +[18:05:30] [Netty Server IO #1/DEBUG] [FML]: Next: DONE +[18:05:30] [Netty Local Client IO #0/DEBUG] [FML]: The fluid nnparadisemod:liquid_redstone has been selected as the default fluid for liquid_redstone +[18:05:30] [Netty Local Client IO #0/DEBUG] [FML]: The fluid minecraft:lava has been selected as the default fluid for lava +[18:05:30] [Netty Local Client IO #0/DEBUG] [FML]: The fluid minecraft:water has been selected as the default fluid for water +[18:05:30] [Netty Local Client IO #0/DEBUG] [FML]: FMLHandshakeClientState: $HandshakeAck:{3}->FMLHandshakeClientState$6:COMPLETE +[18:05:30] [Netty Local Client IO #0/DEBUG] [FML]: Next: DONE +[18:05:30] [Netty Server IO #1/DEBUG] [FML]: FMLHandshakeServerState: $HandshakeAck:{5}->FMLHandshakeServerState$5:DONE +[18:05:30] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established +[18:05:30] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established +[18:05:30] [Server thread/INFO] [net.minecraft.server.management.PlayerList]: Player890[local:E:9239ae49] logged in with entity id 63 at (1823.3910900298272, 64.38541840730122, -4572.308158266524) +[18:05:30] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Player890 joined the game +[18:05:30] [main/DEBUG] [FML]: Overriding dimension: using 0 +[18:05:31] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... +[18:05:31] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld +[18:05:31] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test +[18:05:31] [pool-2-thread-1/WARN] [com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@5a48cf75[id=2210beb6-4dc2-38a8-8f45-f0cb49bb6846,name=Player890,properties={},legacy=false] com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:79) ~[YggdrasilAuthenticationService.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:180) [YggdrasilMinecraftSessionService.class:?] @@ -6195,382 +6977,5734 @@ com.mojang.authlib.exceptions.AuthenticationException: The client has sent too m at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_171] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_171] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171] -[13:41:32] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2696ms behind, skipping 53 tick(s) -[13:41:54] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-14, -251] in dimension 0 (overworld) while populating chunk [-15, -251], causing cascading worldgen lag. -[13:41:54] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:41:57] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-8, -242] in dimension 0 (overworld) while populating chunk [-9, -242], causing cascading worldgen lag. -[13:41:57] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:41:58] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-9, -241] in dimension 0 (overworld) while populating chunk [-9, -242], causing cascading worldgen lag. -[13:41:58] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:41:58] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-8, -241] in dimension 0 (overworld) while populating chunk [-9, -242], causing cascading worldgen lag. -[13:41:58] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:41:59] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-10, -251] in dimension 0 (overworld) while populating chunk [-11, -251], causing cascading worldgen lag. -[13:41:59] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:42:26] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:42:26] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:42:26] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:42:26] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 21399ms behind, skipping 427 tick(s) -[13:42:33] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 7 advancements -[13:42:53] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:43:07] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 13 advancements -[13:43:18] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Spectator Mode] -[13:43:18] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Spectator Mode -[13:43:33] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:43:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:43:33] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:43:48] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:43:49] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2629ms behind, skipping 52 tick(s) -[13:44:05] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2753ms behind, skipping 55 tick(s) -[13:44:07] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:44:07] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:44:07] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:46:51] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 3096ms behind, skipping 61 tick(s) -[13:46:52] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, -293] in dimension 0 (overworld) while populating chunk [-27, -293], causing cascading worldgen lag. -[13:46:52] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:46:59] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-12, -298] in dimension 0 (overworld) while populating chunk [-13, -298], causing cascading worldgen lag. -[13:46:59] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:46:59] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-12, -297] in dimension 0 (overworld) while populating chunk [-13, -298], causing cascading worldgen lag. -[13:46:59] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:47:08] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2666ms behind, skipping 53 tick(s) -[13:47:08] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:47:43] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Creative Mode] -[13:47:43] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Creative Mode -[13:47:52] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:48:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-8, -314] in dimension 0 (overworld) while populating chunk [-9, -314], causing cascading worldgen lag. -[13:48:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:48:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-9, -313] in dimension 0 (overworld) while populating chunk [-9, -314], causing cascading worldgen lag. -[13:48:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:48:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-8, -313] in dimension 0 (overworld) while populating chunk [-9, -314], causing cascading worldgen lag. -[13:48:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:48:16] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-7, -314] in dimension 0 (overworld) while populating chunk [-9, -314], causing cascading worldgen lag. -[13:48:16] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:48:16] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-7, -313] in dimension 0 (overworld) while populating chunk [-9, -314], causing cascading worldgen lag. -[13:48:16] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:48:16] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-9, -312] in dimension 0 (overworld) while populating chunk [-9, -314], causing cascading worldgen lag. -[13:48:16] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:48:16] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-8, -312] in dimension 0 (overworld) while populating chunk [-9, -314], causing cascading worldgen lag. -[13:48:16] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:48:16] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-7, -312] in dimension 0 (overworld) while populating chunk [-9, -314], causing cascading worldgen lag. -[13:48:16] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:48:33] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 15 advancements -[13:48:37] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:49:08] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 32 advancements -[13:49:22] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:49:40] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 33 advancements -[13:50:00] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Given Water Breathing (ID 13) * 0 to Player829 for 32768 seconds] -[13:50:00] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Given Water Breathing (ID 13) * 0 to Player829 for 32768 seconds -[13:50:07] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2565ms behind, skipping 51 tick(s) -[13:50:08] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-2, -315] in dimension 0 (overworld) while populating chunk [-3, -315], causing cascading worldgen lag. -[13:50:08] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:50:08] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-3, -314] in dimension 0 (overworld) while populating chunk [-3, -315], causing cascading worldgen lag. -[13:50:08] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:50:08] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-2, -314] in dimension 0 (overworld) while populating chunk [-3, -315], causing cascading worldgen lag. -[13:50:08] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:50:11] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:50:12] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:50:12] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:50:12] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:50:43] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:50:43] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:50:43] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:50:52] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:50:52] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:50:52] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:51:21] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:51:26] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:51:26] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:51:26] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:51:55] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:51:55] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:51:55] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:52:23] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:52:44] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:52:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:52:44] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:53:20] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:53:20] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:53:20] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:53:23] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:53:41] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 41 advancements -[13:54:08] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:54:26] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container -[13:54:26] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container -[13:54:53] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:54:56] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:54:56] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:54:56] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:55:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Guardian] -[13:55:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Guardian] -[13:55:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Guardian] -[13:55:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Guardian] -[13:55:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Guardian] -[13:55:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Guardian] -[13:55:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Guardian] -[13:55:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Guardian] -[13:55:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Guardian] -[13:55:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Guardian] -[13:55:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Guardian] -[13:55:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Guardian] -[13:55:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Guardian] -[13:55:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian -[13:55:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian -[13:55:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian -[13:55:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian -[13:55:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian -[13:55:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian -[13:55:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian -[13:55:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian -[13:55:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian -[13:55:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian -[13:55:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian -[13:55:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian -[13:55:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian -[13:55:20] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:55:20] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:55:20] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:55:45] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container -[13:55:45] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container -[13:55:46] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container -[13:55:46] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container -[13:55:48] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:55:48] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:55:48] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:55:55] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:55:57] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Guardian] -[13:55:57] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Guardian] -[13:55:57] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian -[13:55:57] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian -[13:56:09] [main/WARN] [net.minecraft.client.audio.SoundManager]: Unable to play empty soundEvent: minecraft:entity.small_slime.jump -[13:56:09] [main/WARN] [net.minecraft.client.audio.SoundManager]: Unable to play empty soundEvent: minecraft:entity.small_slime.squish -[13:56:14] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:56:14] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:56:14] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:56:34] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 43 advancements -[13:56:43] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:56:59] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:56:59] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:56:59] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:57:09] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 44 advancements -[13:57:26] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:57:26] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:57:26] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:57:32] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:57:44] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 47 advancements -[13:57:49] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:57:49] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:57:49] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:58:02] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [1, -299] in dimension 0 (overworld) while populating chunk [1, -300], causing cascading worldgen lag. -[13:58:02] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:58:02] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [3, -304] in dimension 0 (overworld) while populating chunk [2, -304], causing cascading worldgen lag. -[13:58:02] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:58:03] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [2, -303] in dimension 0 (overworld) while populating chunk [2, -304], causing cascading worldgen lag. -[13:58:03] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:58:03] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [3, -303] in dimension 0 (overworld) while populating chunk [2, -304], causing cascading worldgen lag. -[13:58:03] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:58:04] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [5, -306] in dimension 0 (overworld) while populating chunk [4, -306], causing cascading worldgen lag. -[13:58:04] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:58:04] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [4, -305] in dimension 0 (overworld) while populating chunk [4, -306], causing cascading worldgen lag. -[13:58:04] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:58:04] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [5, -305] in dimension 0 (overworld) while populating chunk [4, -306], causing cascading worldgen lag. -[13:58:04] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:58:04] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [6, -306] in dimension 0 (overworld) while populating chunk [4, -306], causing cascading worldgen lag. -[13:58:04] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:58:04] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [6, -305] in dimension 0 (overworld) while populating chunk [4, -306], causing cascading worldgen lag. -[13:58:04] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:58:04] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [4, -304] in dimension 0 (overworld) while populating chunk [4, -306], causing cascading worldgen lag. -[13:58:04] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:58:04] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [5, -304] in dimension 0 (overworld) while populating chunk [4, -306], causing cascading worldgen lag. -[13:58:04] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:58:04] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [6, -304] in dimension 0 (overworld) while populating chunk [4, -306], causing cascading worldgen lag. -[13:58:04] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:58:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [7, -299] in dimension 0 (overworld) while populating chunk [7, -300], causing cascading worldgen lag. -[13:58:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:58:08] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2342ms behind, skipping 46 tick(s) -[13:58:23] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /fill, /forge, /function -[13:58:24] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:58:47] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /fill, /forge, /function -[13:59:02] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: 910 blocks filled] -[13:59:02] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] 910 blocks filled -[13:59:11] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2536ms behind, skipping 50 tick(s) -[13:59:11] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[13:59:55] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:00:25] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 51 advancements -[14:00:40] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:01:25] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:02:10] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:02:37] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Spectator Mode] -[14:02:37] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Spectator Mode -[14:02:43] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [17, -290] in dimension 0 (overworld) while populating chunk [17, -291], causing cascading worldgen lag. -[14:02:43] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:02:46] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [8, -289] in dimension 0 (overworld) while populating chunk [7, -289], causing cascading worldgen lag. -[14:02:46] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:02:46] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [7, -288] in dimension 0 (overworld) while populating chunk [7, -289], causing cascading worldgen lag. -[14:02:46] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:02:46] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [8, -288] in dimension 0 (overworld) while populating chunk [7, -289], causing cascading worldgen lag. -[14:02:46] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:02:55] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:03:01] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [37, -289] in dimension 0 (overworld) while populating chunk [36, -289], causing cascading worldgen lag. -[14:03:01] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:01] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [36, -288] in dimension 0 (overworld) while populating chunk [36, -289], causing cascading worldgen lag. -[14:03:01] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:01] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [37, -288] in dimension 0 (overworld) while populating chunk [36, -289], causing cascading worldgen lag. -[14:03:01] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:01] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [38, -289] in dimension 0 (overworld) while populating chunk [36, -289], causing cascading worldgen lag. -[14:03:01] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:01] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [38, -288] in dimension 0 (overworld) while populating chunk [36, -289], causing cascading worldgen lag. -[14:03:01] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:01] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [36, -287] in dimension 0 (overworld) while populating chunk [36, -289], causing cascading worldgen lag. -[14:03:01] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:01] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [37, -287] in dimension 0 (overworld) while populating chunk [36, -289], causing cascading worldgen lag. -[14:03:01] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:01] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [38, -287] in dimension 0 (overworld) while populating chunk [36, -289], causing cascading worldgen lag. -[14:03:01] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:05] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [42, -299] in dimension 0 (overworld) while populating chunk [41, -299], causing cascading worldgen lag. -[14:03:05] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:05] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [42, -298] in dimension 0 (overworld) while populating chunk [41, -299], causing cascading worldgen lag. -[14:03:05] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:05] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [43, -299] in dimension 0 (overworld) while populating chunk [41, -299], causing cascading worldgen lag. -[14:03:05] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:05] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [43, -298] in dimension 0 (overworld) while populating chunk [41, -299], causing cascading worldgen lag. -[14:03:05] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:05] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [42, -297] in dimension 0 (overworld) while populating chunk [41, -299], causing cascading worldgen lag. -[14:03:05] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:05] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [43, -297] in dimension 0 (overworld) while populating chunk [41, -299], causing cascading worldgen lag. -[14:03:05] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [46, -295] in dimension 0 (overworld) while populating chunk [45, -295], causing cascading worldgen lag. -[14:03:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [45, -294] in dimension 0 (overworld) while populating chunk [45, -295], causing cascading worldgen lag. -[14:03:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [46, -294] in dimension 0 (overworld) while populating chunk [45, -295], causing cascading worldgen lag. -[14:03:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:08] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2931ms behind, skipping 58 tick(s) -[14:03:10] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [48, -301] in dimension 0 (overworld) while populating chunk [47, -302], causing cascading worldgen lag. -[14:03:10] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:10] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [48, -302] in dimension 0 (overworld) while populating chunk [47, -302], causing cascading worldgen lag. -[14:03:10] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:10] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [49, -302] in dimension 0 (overworld) while populating chunk [47, -302], causing cascading worldgen lag. -[14:03:10] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:10] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [49, -301] in dimension 0 (overworld) while populating chunk [47, -302], causing cascading worldgen lag. -[14:03:10] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:10] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [49, -300] in dimension 0 (overworld) while populating chunk [47, -302], causing cascading worldgen lag. -[14:03:10] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:14] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [54, -291] in dimension 0 (overworld) while populating chunk [53, -290], causing cascading worldgen lag. -[14:03:14] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:14] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [54, -290] in dimension 0 (overworld) while populating chunk [53, -290], causing cascading worldgen lag. -[14:03:14] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:14] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [53, -289] in dimension 0 (overworld) while populating chunk [53, -290], causing cascading worldgen lag. -[14:03:14] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:14] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [54, -289] in dimension 0 (overworld) while populating chunk [53, -290], causing cascading worldgen lag. -[14:03:14] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [39, -286] in dimension 0 (overworld) while populating chunk [39, -287], causing cascading worldgen lag. -[14:03:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [40, -286] in dimension 0 (overworld) while populating chunk [39, -287], causing cascading worldgen lag. -[14:03:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [43, -286] in dimension 0 (overworld) while populating chunk [42, -286], causing cascading worldgen lag. -[14:03:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [42, -285] in dimension 0 (overworld) while populating chunk [42, -286], causing cascading worldgen lag. -[14:03:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [43, -285] in dimension 0 (overworld) while populating chunk [42, -286], causing cascading worldgen lag. -[14:03:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:24] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Creative Mode] -[14:03:24] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Creative Mode -[14:03:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /fill, /forge, /function -[14:03:41] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:04:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] minecraft:acacia_door, minecraft:acacia_fence, minecraft:acacia_fence_gate, minecraft:acacia_stairs, minecraft:activator_rail, minecraft:air, minecraft:anvil, minecraft:barrier, minecraft:beacon, minecraft:bed, minecraft:bedrock, minecraft:beetroots, minecraft:birch_door, minecraft:birch_fence, minecraft:birch_fence_gate, minecraft:birch_stairs, minecraft:black_glazed_terracotta, minecraft:black_shulker_box, minecraft:blue_glazed_terracotta, minecraft:blue_shulker_box, minecraft:bone_block, minecraft:bookshelf, minecraft:brewing_stand, minecraft:brick_block, minecraft:brick_stairs, minecraft:brown_glazed_terracotta, minecraft:brown_mushroom, minecraft:brown_mushroom_block, minecraft:brown_shulker_box, minecraft:cactus, minecraft:cake, minecraft:carpet, minecraft:carrots, minecraft:cauldron, minecraft:chain_command_block, minecraft:chest, minecraft:chorus_flower, minecraft:chorus_plant, minecraft:clay, minecraft:coal_block, minecraft:coal_ore, minecraft:cobblestone, minecraft:cobblestone_wall, minecraft:cocoa, minecraft:command_block, minecraft:concrete, minecraft:concrete_powder, minecraft:crafting_table, minecraft:cyan_glazed_terracotta, minecraft:cyan_shulker_box, minecraft:dark_oak_door, minecraft:dark_oak_fence, minecraft:dark_oak_fence_gate, minecraft:dark_oak_stairs, minecraft:daylight_detector, minecraft:daylight_detector_inverted, minecraft:deadbush, minecraft:detector_rail, minecraft:diamond_block, minecraft:diamond_ore, minecraft:dirt, minecraft:dispenser, minecraft:double_plant, minecraft:double_stone_slab, minecraft:double_stone_slab2, minecraft:double_wooden_slab, minecraft:dragon_egg, minecraft:dropper, minecraft:emerald_block, minecraft:emerald_ore, minecraft:enchanting_table, minecraft:end_bricks, minecraft:end_gateway, minecraft:end_portal, minecraft:end_portal_frame, minecraft:end_rod, minecraft:end_stone, minecraft:ender_chest, minecraft:farmland, minecraft:fence, minecraft:fence_gate, minecraft:fire, minecraft:flower_pot, minecraft:flowing_lava, minecraft:flowing_water, minecraft:frosted_ice, minecraft:furnace, minecraft:glass, minecraft:glass_pane, minecraft:glowstone, minecraft:gold_block, minecraft:gold_ore, minecraft:golden_rail, minecraft:grass, minecraft:grass_path, minecraft:gravel, minecraft:gray_glazed_terracotta, minecraft:gray_shulker_box, minecraft:green_glazed_terracotta, minecraft:green_shulker_box, minecraft:hardened_clay, minecraft:hay_block, minecraft:heavy_weighted_pressure_plate, minecraft:hopper, minecraft:ice, minecraft:iron_bars, minecraft:iron_block, minecraft:iron_door, minecraft:iron_ore, minecraft:iron_trapdoor, minecraft:jukebox, minecraft:jungle_door, minecraft:jungle_fence, minecraft:jungle_fence_gate, minecraft:jungle_stairs, minecraft:ladder, minecraft:lapis_block, minecraft:lapis_ore, minecraft:lava, minecraft:leaves, minecraft:leaves2, minecraft:lever, minecraft:light_blue_glazed_terracotta, minecraft:light_blue_shulker_box, minecraft:light_weighted_pressure_plate, minecraft:lime_glazed_terracotta, minecraft:lime_shulker_box, minecraft:lit_furnace, minecraft:lit_pumpkin, minecraft:lit_redstone_lamp, minecraft:lit_redstone_ore, minecraft:log, minecraft:log2, minecraft:magenta_glazed_terracotta, minecraft:magenta_shulker_box, minecraft:magma, minecraft:melon_block, minecraft:melon_stem, minecraft:mob_spawner, minecraft:monster_egg, minecraft:mossy_cobblestone, minecraft:mycelium, minecraft:nether_brick, minecraft:nether_brick_fence, minecraft:nether_brick_stairs, minecraft:nether_wart, minecraft:nether_wart_block, minecraft:netherrack, minecraft:noteblock, minecraft:oak_stairs, minecraft:observer, minecraft:obsidian, minecraft:orange_glazed_terracotta, minecraft:orange_shulker_box, minecraft:packed_ice, minecraft:pink_glazed_terracotta, minecraft:pink_shulker_box, minecraft:piston, minecraft:piston_extension, minecraft:piston_head, minecraft:planks, minecraft:portal, minecraft:potatoes, minecraft:powered_comparator, minecraft:powered_repeater, minecraft:prismarine, minecraft:pumpkin, minecraft:pumpkin_stem, minecraft:purple_glazed_terracotta, minecraft:purple_shulker_box, minecraft:purpur_block, minecraft:purpur_double_slab, minecraft:purpur_pillar, minecraft:purpur_slab, minecraft:purpur_stairs, minecraft:quartz_block, minecraft:quartz_ore, minecraft:quartz_stairs, minecraft:rail, minecraft:red_flower, minecraft:red_glazed_terracotta, minecraft:red_mushroom, minecraft:red_mushroom_block, minecraft:red_nether_brick, minecraft:red_sandstone, minecraft:red_sandstone_stairs, minecraft:red_shulker_box, minecraft:redstone_block, minecraft:redstone_lamp, minecraft:redstone_ore, minecraft:redstone_torch, minecraft:redstone_wire, minecraft:reeds, minecraft:repeating_command_block, minecraft:sand, minecraft:sandstone, minecraft:sandstone_stairs, minecraft:sapling, minecraft:sea_lantern, minecraft:silver_glazed_terracotta, minecraft:silver_shulker_box, minecraft:skull, minecraft:slime, minecraft:snow, minecraft:snow_layer, minecraft:soul_sand, minecraft:sponge, minecraft:spruce_door, minecraft:spruce_fence, minecraft:spruce_fence_gate, minecraft:spruce_stairs, minecraft:stained_glass, minecraft:stained_glass_pane, minecraft:stained_hardened_clay, minecraft:standing_banner, minecraft:standing_sign, minecraft:sticky_piston, minecraft:stone, minecraft:stone_brick_stairs, minecraft:stone_button, minecraft:stone_pressure_plate, minecraft:stone_slab, minecraft:stone_slab2, minecraft:stone_stairs, minecraft:stonebrick, minecraft:structure_block, minecraft:structure_void, minecraft:tallgrass, minecraft:tnt, minecraft:torch, minecraft:trapdoor, minecraft:trapped_chest, minecraft:tripwire, minecraft:tripwire_hook, minecraft:unlit_redstone_torch, minecraft:unpowered_comparator, minecraft:unpowered_repeater, minecraft:vine, minecraft:wall_banner, minecraft:wall_sign, minecraft:water, minecraft:waterlily, minecraft:web, minecraft:wheat, minecraft:white_glazed_terracotta, minecraft:white_shulker_box, minecraft:wooden_button, minecraft:wooden_door, minecraft:wooden_pressure_plate, minecraft:wooden_slab, minecraft:wool, minecraft:yellow_flower, minecraft:yellow_glazed_terracotta, minecraft:yellow_shulker_box, nnparadisemod:acacia_button, nnparadisemod:acacia_crafting_table, nnparadisemod:acacia_pressure_plate, nnparadisemod:andesite_button, nnparadisemod:andesite_door_block, nnparadisemod:andesite_pressure_plate, nnparadisemod:andesite_trapdoor, nnparadisemod:bedrock_button, nnparadisemod:bedrock_door_block, nnparadisemod:bedrock_pressure_plate, nnparadisemod:bedrock_stairs, nnparadisemod:bedrock_trapdoor, nnparadisemod:bedrock_wall, nnparadisemod:birch_button, nnparadisemod:birch_crafting_table, nnparadisemod:birch_pressure_plate, nnparadisemod:black_redstone_lamp, nnparadisemod:blaze_block, nnparadisemod:blue_redstone_lamp, nnparadisemod:brick_fence, nnparadisemod:brick_fence_gate, nnparadisemod:brown_redstone_lamp, nnparadisemod:cactus_bookshelf, nnparadisemod:cactus_button, nnparadisemod:cactus_chest, nnparadisemod:cactus_chest_trapped, nnparadisemod:cactus_crafting_table, nnparadisemod:cactus_door_block, nnparadisemod:cactus_fence, nnparadisemod:cactus_fence_gate, nnparadisemod:cactus_pressure_plate, nnparadisemod:cactus_stairs, nnparadisemod:cactus_trapdoor, nnparadisemod:christmas_leaves, nnparadisemod:christmas_sapling, nnparadisemod:cobblestone_button, nnparadisemod:cobblestone_door_block, nnparadisemod:cobblestone_pressure_plate, nnparadisemod:cobblestone_trapdoor, nnparadisemod:compressed_cactus, nnparadisemod:compressed_cactus_chest, nnparadisemod:compressed_cactus_chest_trapped, nnparadisemod:cyan_redstone_lamp, nnparadisemod:dark_oak_button, nnparadisemod:dark_oak_crafting_table, nnparadisemod:dark_oak_pressure_plate, nnparadisemod:diamond_button, nnparadisemod:diamond_crystal, nnparadisemod:diamond_door_block, nnparadisemod:diamond_fence, nnparadisemod:diamond_fence_gate, nnparadisemod:diamond_pressure_plate, nnparadisemod:diamond_trapdoor, nnparadisemod:diorite_button, nnparadisemod:diorite_door_block, nnparadisemod:diorite_pressure_plate, nnparadisemod:diorite_trapdoor, nnparadisemod:dirt_button, nnparadisemod:dirt_pressure_plate, nnparadisemod:du_portal, nnparadisemod:emerald_button, nnparadisemod:emerald_crystal, nnparadisemod:emerald_door_block, nnparadisemod:emerald_fence, nnparadisemod:emerald_fence_gate, nnparadisemod:emerald_pressure_plate, nnparadisemod:emerald_rail, nnparadisemod:emerald_trapdoor, nnparadisemod:end_button, nnparadisemod:end_door_block, nnparadisemod:end_pressure_plate, nnparadisemod:end_stairs, nnparadisemod:end_trapdoor, nnparadisemod:end_wall, nnparadisemod:ender_pearl_block, nnparadisemod:ender_pearl_ore, nnparadisemod:ender_ruby_ore, nnparadisemod:glass_door_block, nnparadisemod:glass_trapdoor, nnparadisemod:glowing_obsidian, nnparadisemod:glowing_obsidian_button, nnparadisemod:glowing_obsidian_door_block, nnparadisemod:glowing_obsidian_pressure_plate, nnparadisemod:glowing_obsidian_stairs, nnparadisemod:glowing_obsidian_trapdoor, nnparadisemod:glowing_obsidian_wall, nnparadisemod:gold_bars, nnparadisemod:gold_button, nnparadisemod:gold_door_block, nnparadisemod:gold_fence, nnparadisemod:gold_fence_gate, nnparadisemod:gold_hopper, nnparadisemod:gold_trapdoor, nnparadisemod:granite_button, nnparadisemod:granite_door_block, nnparadisemod:granite_pressure_plate, nnparadisemod:granite_trapdoor, nnparadisemod:grass_button, nnparadisemod:grass_pressure_plate, nnparadisemod:gray_redstone_lamp, nnparadisemod:green_redstone_lamp, nnparadisemod:iron_button, nnparadisemod:iron_fence, nnparadisemod:iron_fence_gate, nnparadisemod:jungle_button, nnparadisemod:jungle_crafting_table, nnparadisemod:jungle_pressure_plate, nnparadisemod:light_blue_redstone_lamp, nnparadisemod:lime_redstone_lamp, nnparadisemod:liquid_redstone, nnparadisemod:lit_black_redstone_lamp, nnparadisemod:lit_blue_redstone_lamp, nnparadisemod:lit_brown_redstone_lamp, nnparadisemod:lit_cyan_redstone_lamp, nnparadisemod:lit_gray_redstone_lamp, nnparadisemod:lit_green_redstone_lamp, nnparadisemod:lit_light_blue_redstone_lamp, nnparadisemod:lit_lime_redstone_lamp, nnparadisemod:lit_magenta_redstone_lamp, nnparadisemod:lit_mossy_furnace, nnparadisemod:lit_orange_redstone_lamp, nnparadisemod:lit_pink_redstone_lamp, nnparadisemod:lit_purple_redstone_lamp, nnparadisemod:lit_red_redstone_lamp, nnparadisemod:lit_silver_redstone_lamp, nnparadisemod:lit_white_redstone_lamp, nnparadisemod:lit_yellow_redstone_lamp, nnparadisemod:magenta_redstone_lamp, nnparadisemod:moss_stone_door_block, nnparadisemod:moss_stone_trapdoor, nnparadisemod:mossy_cobblestone_button, nnparadisemod:mossy_cobblestone_pressure_plate, nnparadisemod:mossy_furnace, nnparadisemod:mossy_lever, nnparadisemod:nether_gold_ore, nnparadisemod:nether_silver_ore, nnparadisemod:obsidian_button, nnparadisemod:obsidian_door_block, nnparadisemod:obsidian_stairs, nnparadisemod:obsidian_trapdoor, nnparadisemod:obsidian_wall, nnparadisemod:orange_redstone_lamp, nnparadisemod:pink_redstone_lamp, nnparadisemod:powered_emerald_rail, nnparadisemod:present, nnparadisemod:purple_redstone_lamp, nnparadisemod:quartz_crystal, nnparadisemod:red_redstone_lamp, nnparadisemod:redstone_crystal, nnparadisemod:redstone_door_block, nnparadisemod:redstone_fence, nnparadisemod:redstone_fence_gate, nnparadisemod:redstone_trapdoor, nnparadisemod:ruby_block, nnparadisemod:ruby_button, nnparadisemod:ruby_crystal, nnparadisemod:ruby_door_block, nnparadisemod:ruby_fence, nnparadisemod:ruby_fence_gate, nnparadisemod:ruby_ore, nnparadisemod:ruby_pressure_plate, nnparadisemod:ruby_trapdoor, nnparadisemod:rusty_button, nnparadisemod:rusty_door_block, nnparadisemod:rusty_fence, nnparadisemod:rusty_fence_gate, nnparadisemod:rusty_iron_bars, nnparadisemod:rusty_iron_block, nnparadisemod:rusty_pressure_plate, nnparadisemod:rusty_trapdoor, nnparadisemod:salt_block, nnparadisemod:salt_lamp, nnparadisemod:salt_ore, nnparadisemod:santa_hat, nnparadisemod:silver_bars, nnparadisemod:silver_block, nnparadisemod:silver_button, nnparadisemod:silver_door_block, nnparadisemod:silver_fence, nnparadisemod:silver_fence_gate, nnparadisemod:silver_hopper, nnparadisemod:silver_ore, nnparadisemod:silver_pressure_plate, nnparadisemod:silver_redstone_lamp, nnparadisemod:silver_trapdoor, nnparadisemod:soul_glass, nnparadisemod:soul_glass_pane, nnparadisemod:spruce_button, nnparadisemod:spruce_crafting_table, nnparadisemod:spruce_pressure_plate, nnparadisemod:stone_door_block, nnparadisemod:stone_trapdoor, nnparadisemod:sugar_block, nnparadisemod:tree_topper, nnparadisemod:white_redstone_lamp, nnparadisemod:yellow_redstone_lamp -[14:04:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: 1202 blocks filled] -[14:04:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] 1202 blocks filled -[14:04:26] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:04:36] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 5048ms behind, skipping 100 tick(s) -[14:05:14] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:05:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [50, -284] in dimension 0 (overworld) while populating chunk [49, -284], causing cascading worldgen lag. -[14:05:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:05:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [49, -283] in dimension 0 (overworld) while populating chunk [49, -284], causing cascading worldgen lag. -[14:05:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:05:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [50, -283] in dimension 0 (overworld) while populating chunk [49, -284], causing cascading worldgen lag. -[14:05:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:05:40] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [35, -282] in dimension 0 (overworld) while populating chunk [34, -282], causing cascading worldgen lag. -[14:05:40] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:05:40] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [34, -281] in dimension 0 (overworld) while populating chunk [34, -282], causing cascading worldgen lag. -[14:05:40] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:05:40] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [35, -281] in dimension 0 (overworld) while populating chunk [34, -282], causing cascading worldgen lag. -[14:05:40] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:05:51] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:05:51] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:05:51] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:05:59] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:06:10] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [30, -278] in dimension 0 (overworld) while populating chunk [29, -278], causing cascading worldgen lag. -[14:06:10] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:06:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [29, -277] in dimension 0 (overworld) while populating chunk [29, -278], causing cascading worldgen lag. -[14:06:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:06:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [30, -277] in dimension 0 (overworld) while populating chunk [29, -278], causing cascading worldgen lag. -[14:06:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:06:44] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:06:51] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:06:51] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:06:51] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:06:52] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Spectator Mode] -[14:06:52] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Spectator Mode -[14:07:24] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [45, -279] in dimension 0 (overworld) while populating chunk [44, -279], causing cascading worldgen lag. -[14:07:24] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:07:24] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [45, -278] in dimension 0 (overworld) while populating chunk [44, -279], causing cascading worldgen lag. -[14:07:24] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:07:30] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:07:31] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:07:31] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:07:31] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:08:03] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Creative Mode] -[14:08:03] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Creative Mode -[14:08:16] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /fill, /forge, /function -[14:08:22] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:09:07] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:09:10] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Spectator Mode] -[14:09:10] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Spectator Mode -[14:09:15] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: 910 blocks filled] -[14:09:15] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] 910 blocks filled -[14:09:19] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [12, -277] in dimension 0 (overworld) while populating chunk [12, -278], causing cascading worldgen lag. -[14:09:19] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:09:19] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [13, -277] in dimension 0 (overworld) while populating chunk [12, -278], causing cascading worldgen lag. -[14:09:19] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:09:22] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2123ms behind, skipping 42 tick(s) -[14:09:41] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] [Debug]: Reloaded resource packs -[14:09:41] [main/INFO] [net.minecraft.client.resources.SimpleReloadableResourceManager]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Nether Noah's Paradise Mod -[14:09:41] [main/DEBUG] [FML]: Bar Step: Loading Resources - Default took 0.000s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Loading Resources - FMLFileResourcePack:Forge Mod Loader took 0.101s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Loading Resources - FMLFileResourcePack:Minecraft Forge took 0.017s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Loading Resources - FMLFileResourcePack:Nether Noah's Paradise Mod took 0.001s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/gui/container/furnace.png took 0.006s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/gui/container/generic_54.png took 0.006s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/gui/title/background/panorama_0.png took 0.007s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/gui/container/creative_inventory/tab_inventory.png took 0.006s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/chest/trapped_double.png took 0.003s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/models/armor/gold_layer_1.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - forge:textures/gui/version_check_icons.png took 0.001s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/zombie_villager/zombie_butcher.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/gui/title/background/panorama_1.png took 0.008s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/guardian.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/gui/container/inventory.png took 0.007s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/zombie_villager/zombie_smith.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/creeper/creeper.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/armorstand/wood.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/zombie_villager/zombie_librarian.png took 0.076s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/gui/options_background.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/gui/title/edition.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/spider_eyes.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/gui/icons.png took 0.008s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:worlds/mod test/icon took 0.000s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/gui/toasts.png took 0.008s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/cow/cow.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/spider/spider.png took 0.004s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/skeleton/skeleton.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/villager/librarian.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/villager/priest.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/sheep/sheep.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/chest/trapped.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/misc/enchanted_item_glint.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/explosion.png took 0.003s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/alex.png took 0.058s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/models/armor/gold_layer_2.png took 0.002s -[14:09:41] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/redstone/wooden_pressure_plate +[18:05:31] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 42 advancements +[18:05:35] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... +[18:05:35] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld +[18:05:35] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test +[18:05:44] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 48 advancements +[18:05:45] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... +[18:05:45] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld +[18:05:45] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test +[18:05:54] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 49 advancements +[18:06:28] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test +[18:06:33] [Server thread/DEBUG] [FML]: The world 23bf8e1a (mod test) may have leaked: first encounter (5 occurrences). + +[18:06:33] [Server thread/DEBUG] [FML]: The world 613df43 (mod test) may have leaked: first encounter (5 occurrences). + +[18:06:33] [Server thread/DEBUG] [FML]: The world 2d9e8fbb (mod test) may have leaked: first encounter (5 occurrences). + +[18:07:13] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test +[18:07:23] [Server thread/DEBUG] [FML]: The world 23bf8e1a (mod test) may have leaked: seen 10 times. + +[18:07:23] [Server thread/DEBUG] [FML]: The world 613df43 (mod test) may have leaked: seen 10 times. + +[18:07:23] [Server thread/DEBUG] [FML]: The world 2d9e8fbb (mod test) may have leaked: seen 10 times. + +[18:07:58] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test +[18:08:13] [Server thread/DEBUG] [FML]: The world 23bf8e1a (mod test) may have leaked: seen 15 times. + +[18:08:13] [Server thread/DEBUG] [FML]: The world 613df43 (mod test) may have leaked: seen 15 times. + +[18:08:13] [Server thread/DEBUG] [FML]: The world 2d9e8fbb (mod test) may have leaked: seen 15 times. + +[18:08:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /fill, /forge, /function +[18:08:43] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test +[18:08:48] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] No blocks filled +[18:09:03] [Server thread/DEBUG] [FML]: The world 23bf8e1a (mod test) may have leaked: seen 20 times. + +[18:09:03] [Server thread/DEBUG] [FML]: The world 613df43 (mod test) may have leaked: seen 20 times. + +[18:09:03] [Server thread/DEBUG] [FML]: The world 2d9e8fbb (mod test) may have leaked: seen 20 times. + +[18:09:14] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... +[18:09:14] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld +[18:09:14] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test +[18:09:24] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [103, -294] in dimension 0 (overworld) while populating chunk [103, -293], causing cascading worldgen lag. +[18:09:24] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:24] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [103, -295] in dimension 0 (overworld) while populating chunk [103, -293], causing cascading worldgen lag. +[18:09:24] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:25] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [102, -293] in dimension 0 (overworld) while populating chunk [103, -293], causing cascading worldgen lag. +[18:09:25] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:25] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [102, -294] in dimension 0 (overworld) while populating chunk [102, -293], causing cascading worldgen lag. +[18:09:25] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:25] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [101, -294] in dimension 0 (overworld) while populating chunk [102, -294], causing cascading worldgen lag. +[18:09:25] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:25] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [101, -295] in dimension 0 (overworld) while populating chunk [101, -294], causing cascading worldgen lag. +[18:09:25] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:25] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [102, -295] in dimension 0 (overworld) while populating chunk [102, -293], causing cascading worldgen lag. +[18:09:25] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:25] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [101, -293] in dimension 0 (overworld) while populating chunk [102, -293], causing cascading worldgen lag. +[18:09:25] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:29] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [103, -297] in dimension 0 (overworld) while populating chunk [104, -296], causing cascading worldgen lag. +[18:09:30] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:30] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [102, -297] in dimension 0 (overworld) while populating chunk [102, -296], causing cascading worldgen lag. +[18:09:30] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:30] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [101, -297] in dimension 0 (overworld) while populating chunk [101, -296], causing cascading worldgen lag. +[18:09:30] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:31] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [108, -297] in dimension 0 (overworld) while populating chunk [109, -297], causing cascading worldgen lag. +[18:09:31] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:31] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [108, -298] in dimension 0 (overworld) while populating chunk [108, -297], causing cascading worldgen lag. +[18:09:31] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:31] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [107, -297] in dimension 0 (overworld) while populating chunk [108, -297], causing cascading worldgen lag. +[18:09:31] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:31] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [106, -297] in dimension 0 (overworld) while populating chunk [108, -297], causing cascading worldgen lag. +[18:09:31] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:31] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [105, -297] in dimension 0 (overworld) while populating chunk [106, -297], causing cascading worldgen lag. +[18:09:31] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:31] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [104, -297] in dimension 0 (overworld) while populating chunk [106, -297], causing cascading worldgen lag. +[18:09:31] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:31] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [117, -298] in dimension 0 (overworld) while populating chunk [117, -297], causing cascading worldgen lag. +[18:09:31] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:31] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test +[18:09:32] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [101, -299] in dimension 0 (overworld) while populating chunk [101, -298], causing cascading worldgen lag. +[18:09:32] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:32] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [100, -299] in dimension 0 (overworld) while populating chunk [101, -299], causing cascading worldgen lag. +[18:09:32] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:32] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [99, -299] in dimension 0 (overworld) while populating chunk [100, -299], causing cascading worldgen lag. +[18:09:32] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:32] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [99, -300] in dimension 0 (overworld) while populating chunk [99, -299], causing cascading worldgen lag. +[18:09:32] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:32] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [110, -299] in dimension 0 (overworld) while populating chunk [110, -298], causing cascading worldgen lag. +[18:09:32] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:32] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [103, -298] in dimension 0 (overworld) while populating chunk [104, -298], causing cascading worldgen lag. +[18:09:32] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:32] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [102, -299] in dimension 0 (overworld) while populating chunk [103, -298], causing cascading worldgen lag. +[18:09:32] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:32] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [104, -299] in dimension 0 (overworld) while populating chunk [103, -298], causing cascading worldgen lag. +[18:09:32] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:32] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [103, -299] in dimension 0 (overworld) while populating chunk [103, -298], causing cascading worldgen lag. +[18:09:32] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:32] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [102, -298] in dimension 0 (overworld) while populating chunk [104, -298], causing cascading worldgen lag. +[18:09:32] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:34] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [100, -294] in dimension 0 (overworld) while populating chunk [100, -293], causing cascading worldgen lag. +[18:09:34] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:34] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [100, -295] in dimension 0 (overworld) while populating chunk [100, -294], causing cascading worldgen lag. +[18:09:34] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:34] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [100, -296] in dimension 0 (overworld) while populating chunk [100, -295], causing cascading worldgen lag. +[18:09:34] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [105, -300] in dimension 0 (overworld) while populating chunk [105, -299], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [104, -300] in dimension 0 (overworld) while populating chunk [105, -299], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [104, -301] in dimension 0 (overworld) while populating chunk [104, -300], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [103, -300] in dimension 0 (overworld) while populating chunk [104, -301], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [102, -300] in dimension 0 (overworld) while populating chunk [104, -301], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [102, -301] in dimension 0 (overworld) while populating chunk [102, -300], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [101, -300] in dimension 0 (overworld) while populating chunk [102, -300], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [101, -301] in dimension 0 (overworld) while populating chunk [101, -300], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [101, -302] in dimension 0 (overworld) while populating chunk [101, -301], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [100, -300] in dimension 0 (overworld) while populating chunk [102, -300], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [100, -301] in dimension 0 (overworld) while populating chunk [100, -300], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [99, -301] in dimension 0 (overworld) while populating chunk [100, -301], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [100, -302] in dimension 0 (overworld) while populating chunk [100, -301], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [99, -302] in dimension 0 (overworld) while populating chunk [100, -301], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [103, -301] in dimension 0 (overworld) while populating chunk [104, -301], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [102, -302] in dimension 0 (overworld) while populating chunk [103, -301], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [102, -301] in dimension 0 (overworld) while populating chunk [104, -301], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [108, -300] in dimension 0 (overworld) while populating chunk [108, -299], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [107, -300] in dimension 0 (overworld) while populating chunk [108, -300], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [106, -300] in dimension 0 (overworld) while populating chunk [108, -300], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [107, -301] in dimension 0 (overworld) while populating chunk [108, -300], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [106, -301] in dimension 0 (overworld) while populating chunk [107, -301], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [105, -301] in dimension 0 (overworld) while populating chunk [107, -301], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [105, -302] in dimension 0 (overworld) while populating chunk [105, -301], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [99, -293] in dimension 0 (overworld) while populating chunk [99, -292], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [99, -294] in dimension 0 (overworld) while populating chunk [99, -293], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [98, -294] in dimension 0 (overworld) while populating chunk [99, -294], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [98, -292] in dimension 0 (overworld) while populating chunk [99, -292], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [98, -293] in dimension 0 (overworld) while populating chunk [99, -292], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:36] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [98, -297] in dimension 0 (overworld) while populating chunk [99, -297], causing cascading worldgen lag. +[18:09:36] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:36] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [98, -298] in dimension 0 (overworld) while populating chunk [99, -297], causing cascading worldgen lag. +[18:09:36] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:36] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [108, -301] in dimension 0 (overworld) while populating chunk [109, -300], causing cascading worldgen lag. +[18:09:36] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:36] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [109, -301] in dimension 0 (overworld) while populating chunk [110, -300], causing cascading worldgen lag. +[18:09:36] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:36] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [112, -301] in dimension 0 (overworld) while populating chunk [112, -300], causing cascading worldgen lag. +[18:09:36] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:36] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [98, -302] in dimension 0 (overworld) while populating chunk [98, -301], causing cascading worldgen lag. +[18:09:36] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:37] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [97, -301] in dimension 0 (overworld) while populating chunk [98, -300], causing cascading worldgen lag. +[18:09:37] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:37] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [97, -300] in dimension 0 (overworld) while populating chunk [98, -300], causing cascading worldgen lag. +[18:09:37] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:46] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [96, -300] in dimension 0 (overworld) while populating chunk [97, -299], causing cascading worldgen lag. +[18:09:46] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:46] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [97, -295] in dimension 0 (overworld) while populating chunk [97, -294], causing cascading worldgen lag. +[18:09:46] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:46] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [97, -296] in dimension 0 (overworld) while populating chunk [97, -295], causing cascading worldgen lag. +[18:09:46] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:46] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [97, -297] in dimension 0 (overworld) while populating chunk [97, -296], causing cascading worldgen lag. +[18:09:46] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:46] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [97, -298] in dimension 0 (overworld) while populating chunk [97, -296], causing cascading worldgen lag. +[18:09:46] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:47] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [110, -302] in dimension 0 (overworld) while populating chunk [111, -301], causing cascading worldgen lag. +[18:09:47] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:47] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [109, -302] in dimension 0 (overworld) while populating chunk [110, -302], causing cascading worldgen lag. +[18:09:47] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:47] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [95, -300] in dimension 0 (overworld) while populating chunk [96, -299], causing cascading worldgen lag. +[18:09:47] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:47] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [96, -295] in dimension 0 (overworld) while populating chunk [96, -294], causing cascading worldgen lag. +[18:09:47] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:47] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [96, -296] in dimension 0 (overworld) while populating chunk [96, -295], causing cascading worldgen lag. +[18:09:47] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:47] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [96, -297] in dimension 0 (overworld) while populating chunk [96, -295], causing cascading worldgen lag. +[18:09:47] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:48] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [95, -296] in dimension 0 (overworld) while populating chunk [96, -295], causing cascading worldgen lag. +[18:09:48] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:48] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [95, -295] in dimension 0 (overworld) while populating chunk [96, -294], causing cascading worldgen lag. +[18:09:48] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:48] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [95, -298] in dimension 0 (overworld) while populating chunk [95, -297], causing cascading worldgen lag. +[18:09:48] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:48] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [95, -299] in dimension 0 (overworld) while populating chunk [95, -297], causing cascading worldgen lag. +[18:09:48] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [94, -302] in dimension 0 (overworld) while populating chunk [95, -302], causing cascading worldgen lag. +[18:09:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [95, -303] in dimension 0 (overworld) while populating chunk [96, -302], causing cascading worldgen lag. +[18:09:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [103, -303] in dimension 0 (overworld) while populating chunk [103, -302], causing cascading worldgen lag. +[18:09:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [102, -303] in dimension 0 (overworld) while populating chunk [103, -303], causing cascading worldgen lag. +[18:09:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [102, -304] in dimension 0 (overworld) while populating chunk [102, -303], causing cascading worldgen lag. +[18:09:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [101, -304] in dimension 0 (overworld) while populating chunk [102, -304], causing cascading worldgen lag. +[18:09:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [101, -303] in dimension 0 (overworld) while populating chunk [103, -303], causing cascading worldgen lag. +[18:09:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [103, -304] in dimension 0 (overworld) while populating chunk [103, -303], causing cascading worldgen lag. +[18:09:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [106, -303] in dimension 0 (overworld) while populating chunk [107, -302], causing cascading worldgen lag. +[18:09:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [105, -303] in dimension 0 (overworld) while populating chunk [106, -303], causing cascading worldgen lag. +[18:09:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [104, -304] in dimension 0 (overworld) while populating chunk [105, -303], causing cascading worldgen lag. +[18:09:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [104, -303] in dimension 0 (overworld) while populating chunk [106, -303], causing cascading worldgen lag. +[18:09:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:50] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [93, -300] in dimension 0 (overworld) while populating chunk [94, -300], causing cascading worldgen lag. +[18:09:50] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:50] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [93, -301] in dimension 0 (overworld) while populating chunk [93, -300], causing cascading worldgen lag. +[18:09:50] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:50] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [93, -293] in dimension 0 (overworld) while populating chunk [94, -293], causing cascading worldgen lag. +[18:09:50] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:56] [Server thread/DEBUG] [FML]: The world 23bf8e1a (mod test) may have leaked: seen 25 times. + +[18:09:56] [Server thread/DEBUG] [FML]: The world 613df43 (mod test) may have leaked: seen 25 times. + +[18:09:56] [Server thread/DEBUG] [FML]: The world 2d9e8fbb (mod test) may have leaked: seen 25 times. + +[18:10:04] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [92, -299] in dimension 0 (overworld) while populating chunk [93, -299], causing cascading worldgen lag. +[18:10:04] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:16] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test +[18:10:46] [Server thread/DEBUG] [FML]: The world 23bf8e1a (mod test) may have leaked: seen 30 times. + +[18:10:46] [Server thread/DEBUG] [FML]: The world 613df43 (mod test) may have leaked: seen 30 times. + +[18:10:46] [Server thread/DEBUG] [FML]: The world 2d9e8fbb (mod test) may have leaked: seen 30 times. + +[18:10:54] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [96, -303] in dimension 0 (overworld) while populating chunk [97, -303], causing cascading worldgen lag. +[18:10:54] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:54] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [108, -304] in dimension 0 (overworld) while populating chunk [108, -303], causing cascading worldgen lag. +[18:10:54] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:54] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [107, -304] in dimension 0 (overworld) while populating chunk [108, -304], causing cascading worldgen lag. +[18:10:54] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:54] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [109, -304] in dimension 0 (overworld) while populating chunk [109, -303], causing cascading worldgen lag. +[18:10:54] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:54] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [109, -305] in dimension 0 (overworld) while populating chunk [109, -304], causing cascading worldgen lag. +[18:10:54] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:55] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [108, -305] in dimension 0 (overworld) while populating chunk [109, -305], causing cascading worldgen lag. +[18:10:55] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:55] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [107, -305] in dimension 0 (overworld) while populating chunk [109, -305], causing cascading worldgen lag. +[18:10:55] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:55] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [106, -304] in dimension 0 (overworld) while populating chunk [107, -305], causing cascading worldgen lag. +[18:10:55] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:55] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [106, -305] in dimension 0 (overworld) while populating chunk [107, -305], causing cascading worldgen lag. +[18:10:55] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:55] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [105, -304] in dimension 0 (overworld) while populating chunk [106, -305], causing cascading worldgen lag. +[18:10:55] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:55] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [106, -306] in dimension 0 (overworld) while populating chunk [107, -305], causing cascading worldgen lag. +[18:10:55] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:55] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [107, -306] in dimension 0 (overworld) while populating chunk [107, -305], causing cascading worldgen lag. +[18:10:55] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:55] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [96, -305] in dimension 0 (overworld) while populating chunk [97, -304], causing cascading worldgen lag. +[18:10:55] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:55] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [95, -305] in dimension 0 (overworld) while populating chunk [96, -305], causing cascading worldgen lag. +[18:10:55] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:55] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [97, -305] in dimension 0 (overworld) while populating chunk [97, -304], causing cascading worldgen lag. +[18:10:55] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:55] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [98, -305] in dimension 0 (overworld) while populating chunk [99, -304], causing cascading worldgen lag. +[18:10:55] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:56] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [102, -306] in dimension 0 (overworld) while populating chunk [103, -305], causing cascading worldgen lag. +[18:10:56] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:56] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [101, -306] in dimension 0 (overworld) while populating chunk [102, -306], causing cascading worldgen lag. +[18:10:56] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:56] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [100, -306] in dimension 0 (overworld) while populating chunk [102, -306], causing cascading worldgen lag. +[18:10:56] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:56] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [103, -306] in dimension 0 (overworld) while populating chunk [103, -305], causing cascading worldgen lag. +[18:10:56] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:56] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [105, -306] in dimension 0 (overworld) while populating chunk [104, -305], causing cascading worldgen lag. +[18:10:56] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:56] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [104, -306] in dimension 0 (overworld) while populating chunk [104, -305], causing cascading worldgen lag. +[18:10:56] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:59] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [93, -307] in dimension 0 (overworld) while populating chunk [93, -306], causing cascading worldgen lag. +[18:10:59] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:59] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [92, -307] in dimension 0 (overworld) while populating chunk [93, -306], causing cascading worldgen lag. +[18:10:59] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:59] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [94, -307] in dimension 0 (overworld) while populating chunk [95, -306], causing cascading worldgen lag. +[18:10:59] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:11:01] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [108, -307] in dimension 0 (overworld) while populating chunk [108, -306], causing cascading worldgen lag. +[18:11:01] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:11:01] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [107, -307] in dimension 0 (overworld) while populating chunk [108, -307], causing cascading worldgen lag. +[18:11:01] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:11:01] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [106, -307] in dimension 0 (overworld) while populating chunk [108, -307], causing cascading worldgen lag. +[18:11:01] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:11:01] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [109, -307] in dimension 0 (overworld) while populating chunk [110, -306], causing cascading worldgen lag. +[18:11:01] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:11:01] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [110, -307] in dimension 0 (overworld) while populating chunk [110, -306], causing cascading worldgen lag. +[18:11:01] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:11:01] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test +[18:11:01] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [97, -308] in dimension 0 (overworld) while populating chunk [97, -307], causing cascading worldgen lag. +[18:11:01] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:11:01] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [103, -307] in dimension 0 (overworld) while populating chunk [104, -307], causing cascading worldgen lag. +[18:11:01] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:11:02] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [102, -307] in dimension 0 (overworld) while populating chunk [104, -307], causing cascading worldgen lag. +[18:11:02] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:11:02] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [100, -307] in dimension 0 (overworld) while populating chunk [101, -307], causing cascading worldgen lag. +[18:11:02] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:11:02] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [99, -307] in dimension 0 (overworld) while populating chunk [101, -307], causing cascading worldgen lag. +[18:11:02] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:11:02] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [98, -308] in dimension 0 (overworld) while populating chunk [99, -307], causing cascading worldgen lag. +[18:11:02] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:11:02] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [101, -308] in dimension 0 (overworld) while populating chunk [101, -307], causing cascading worldgen lag. +[18:11:02] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:11:25] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... +[18:11:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld +[18:11:25] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test +[18:12:53] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [104, -310] in dimension 0 (overworld) while populating chunk [104, -309], causing cascading worldgen lag. +[18:12:53] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:12:53] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [105, -310] in dimension 0 (overworld) while populating chunk [105, -309], causing cascading worldgen lag. +[18:12:53] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:12:53] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [102, -310] in dimension 0 (overworld) while populating chunk [102, -309], causing cascading worldgen lag. +[18:12:53] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:12:53] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [99, -310] in dimension 0 (overworld) while populating chunk [99, -309], causing cascading worldgen lag. +[18:12:53] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:12:53] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [109, -310] in dimension 0 (overworld) while populating chunk [109, -309], causing cascading worldgen lag. +[18:12:53] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:12:53] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [108, -310] in dimension 0 (overworld) while populating chunk [109, -309], causing cascading worldgen lag. +[18:12:53] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:12:53] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [97, -309] in dimension 0 (overworld) while populating chunk [98, -309], causing cascading worldgen lag. +[18:12:53] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:12:56] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [110, -311] in dimension 0 (overworld) while populating chunk [111, -310], causing cascading worldgen lag. +[18:12:56] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:12:56] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [109, -311] in dimension 0 (overworld) while populating chunk [110, -311], causing cascading worldgen lag. +[18:12:56] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:12:56] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [108, -311] in dimension 0 (overworld) while populating chunk [109, -311], causing cascading worldgen lag. +[18:12:56] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:12:57] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [113, -307] in dimension 0 (overworld) while populating chunk [113, -306], causing cascading worldgen lag. +[18:12:57] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:12:57] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [113, -309] in dimension 0 (overworld) while populating chunk [113, -308], causing cascading worldgen lag. +[18:12:57] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:12:57] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [113, -310] in dimension 0 (overworld) while populating chunk [113, -308], causing cascading worldgen lag. +[18:12:57] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:13:02] [Server thread/DEBUG] [FML]: The world 23bf8e1a (mod test) may have leaked: seen 35 times. + +[18:13:02] [Server thread/DEBUG] [FML]: The world 613df43 (mod test) may have leaked: seen 35 times. + +[18:13:02] [Server thread/DEBUG] [FML]: The world 2d9e8fbb (mod test) may have leaked: seen 35 times. + +[18:13:02] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... +[18:13:02] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld +[18:13:02] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test +[18:17:15] [Server thread/TRACE] [FML]: Sending event FMLServerStoppingEvent to mod minecraft +[18:17:15] [Server thread/TRACE] [FML]: Sent event FMLServerStoppingEvent to mod minecraft +[18:17:15] [Server thread/DEBUG] [FML]: Bar Step: ServerStopping - Minecraft took 0.001s +[18:17:15] [Server thread/TRACE] [FML]: Sending event FMLServerStoppingEvent to mod mcp +[18:17:15] [Server thread/TRACE] [FML]: Sent event FMLServerStoppingEvent to mod mcp +[18:17:15] [Server thread/DEBUG] [FML]: Bar Step: ServerStopping - Minecraft Coder Pack took 0.001s +[18:17:15] [Server thread/TRACE] [FML]: Sending event FMLServerStoppingEvent to mod FML +[18:17:15] [Server thread/TRACE] [FML]: Sent event FMLServerStoppingEvent to mod FML +[18:17:15] [Server thread/DEBUG] [FML]: Bar Step: ServerStopping - Forge Mod Loader took 0.000s +[18:17:15] [Server thread/TRACE] [FML]: Sending event FMLServerStoppingEvent to mod forge +[18:17:15] [Server thread/TRACE] [FML]: Sent event FMLServerStoppingEvent to mod forge +[18:17:15] [Server thread/DEBUG] [FML]: Bar Step: ServerStopping - Minecraft Forge took 0.000s +[18:17:15] [Server thread/TRACE] [FML]: Sending event FMLServerStoppingEvent to mod nnparadisemod +[18:17:15] [Server thread/TRACE] [FML]: Sent event FMLServerStoppingEvent to mod nnparadisemod +[18:17:15] [Server thread/DEBUG] [FML]: Bar Step: ServerStopping - Nether Noah's Paradise Mod took 0.000s +[18:17:15] [Server thread/DEBUG] [FML]: Bar Finished: ServerStopping took 0.003s +[18:17:15] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server +[18:17:15] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving players +[18:17:15] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: Player890 lost connection: Disconnected +[18:17:15] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Player890 left the game +[18:17:15] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: Stopping singleplayer server as player logged out +[18:17:15] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds +[18:17:15] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld +[18:17:15] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test +[18:17:15] [Server thread/INFO] [FML]: Unloading dimension 0 +[18:17:15] [Server thread/DEBUG] [FML]: Reverting to frozen data state. +[18:17:15] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod minecraft +[18:17:15] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod minecraft +[18:17:15] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft took 0.000s +[18:17:15] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mcp +[18:17:15] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mcp +[18:17:15] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Coder Pack took 0.000s +[18:17:15] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod FML +[18:17:15] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod FML +[18:17:15] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Forge Mod Loader took 0.000s +[18:17:15] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod forge +[18:17:15] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod forge +[18:17:15] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Forge took 0.214s +[18:17:15] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod nnparadisemod +[18:17:15] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod nnparadisemod +[18:17:15] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Nether Noah's Paradise Mod took 0.000s +[18:17:15] [Server thread/DEBUG] [FML]: Bar Finished: ModIdMapping took 0.215s +[18:17:15] [Server thread/INFO] [FML]: Applying holder lookups +[18:17:15] [Server thread/INFO] [FML]: Holder lookups applied +[18:17:15] [Server thread/DEBUG] [FML]: Frozen state restored. +[18:17:15] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod minecraft +[18:17:15] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod minecraft +[18:17:15] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Minecraft took 0.000s +[18:17:15] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod mcp +[18:17:15] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod mcp +[18:17:15] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Minecraft Coder Pack took 0.004s +[18:17:15] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod FML +[18:17:15] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod FML +[18:17:15] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Forge Mod Loader took 0.000s +[18:17:15] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod forge +[18:17:15] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod forge +[18:17:15] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Minecraft Forge took 0.001s +[18:17:15] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod nnparadisemod +[18:17:15] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod nnparadisemod +[18:17:15] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Nether Noah's Paradise Mod took 0.000s +[18:17:15] [Server thread/DEBUG] [FML]: Bar Finished: ServerStopped took 0.006s +[18:27:06] [main/DEBUG] [FML]: Gathering id map for writing to world save Copy of mod test +[18:27:06] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Starting integrated minecraft server version 1.12.2 +[18:27:06] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Generating keypair +[18:27:06] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod minecraft +[18:27:06] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod minecraft +[18:27:06] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Minecraft took 0.000s +[18:27:06] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod mcp +[18:27:06] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod mcp +[18:27:06] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Minecraft Coder Pack took 0.000s +[18:27:06] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod FML +[18:27:06] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod FML +[18:27:06] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Forge Mod Loader took 0.000s +[18:27:06] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod forge +[18:27:06] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod forge +[18:27:06] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Minecraft Forge took 0.000s +[18:27:06] [Server thread/TRACE] [FML]: Sending event FMLServerAboutToStartEvent to mod nnparadisemod +[18:27:06] [Server thread/TRACE] [FML]: Sent event FMLServerAboutToStartEvent to mod nnparadisemod +[18:27:06] [Server thread/DEBUG] [FML]: Bar Step: ServerAboutToStart - Nether Noah's Paradise Mod took 0.001s +[18:27:06] [Server thread/DEBUG] [FML]: Bar Finished: ServerAboutToStart took 0.002s +[18:27:06] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance +[18:27:06] [Server thread/TRACE] [FML]: Registry Name : minecraft:blocks +[18:27:06] [Server thread/TRACE] [FML]: Registry: 0 minecraft:air Block{minecraft:air} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 1 minecraft:stone Block{minecraft:stone} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2 minecraft:grass Block{minecraft:grass} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 3 minecraft:dirt Block{minecraft:dirt} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4 minecraft:cobblestone Block{minecraft:cobblestone} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 5 minecraft:planks Block{minecraft:planks} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 6 minecraft:sapling Block{minecraft:sapling} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 7 minecraft:bedrock Block{minecraft:bedrock} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 8 minecraft:flowing_water Block{minecraft:flowing_water} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 9 minecraft:water Block{minecraft:water} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 10 minecraft:flowing_lava Block{minecraft:flowing_lava} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 11 minecraft:lava Block{minecraft:lava} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 12 minecraft:sand Block{minecraft:sand} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 13 minecraft:gravel Block{minecraft:gravel} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 14 minecraft:gold_ore Block{minecraft:gold_ore} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 15 minecraft:iron_ore Block{minecraft:iron_ore} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 16 minecraft:coal_ore Block{minecraft:coal_ore} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 17 minecraft:log Block{minecraft:log} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 18 minecraft:leaves Block{minecraft:leaves} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 19 minecraft:sponge Block{minecraft:sponge} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 20 minecraft:glass Block{minecraft:glass} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 21 minecraft:lapis_ore Block{minecraft:lapis_ore} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 22 minecraft:lapis_block Block{minecraft:lapis_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 23 minecraft:dispenser Block{minecraft:dispenser} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 24 minecraft:sandstone Block{minecraft:sandstone} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 25 minecraft:noteblock Block{minecraft:noteblock} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 26 minecraft:bed Block{minecraft:bed} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 27 minecraft:golden_rail Block{minecraft:golden_rail} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 28 minecraft:detector_rail Block{minecraft:detector_rail} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 29 minecraft:sticky_piston Block{minecraft:sticky_piston} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 30 minecraft:web Block{minecraft:web} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 31 minecraft:tallgrass Block{minecraft:tallgrass} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 32 minecraft:deadbush Block{minecraft:deadbush} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 33 minecraft:piston Block{minecraft:piston} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 34 minecraft:piston_head Block{minecraft:piston_head} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 35 minecraft:wool Block{minecraft:wool} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 36 minecraft:piston_extension Block{minecraft:piston_extension} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 37 minecraft:yellow_flower Block{minecraft:yellow_flower} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 38 minecraft:red_flower Block{minecraft:red_flower} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 39 minecraft:brown_mushroom Block{minecraft:brown_mushroom} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 40 minecraft:red_mushroom Block{minecraft:red_mushroom} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 41 minecraft:gold_block Block{minecraft:gold_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 42 minecraft:iron_block Block{minecraft:iron_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 43 minecraft:double_stone_slab Block{minecraft:double_stone_slab} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 44 minecraft:stone_slab Block{minecraft:stone_slab} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 45 minecraft:brick_block Block{minecraft:brick_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 46 minecraft:tnt Block{minecraft:tnt} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 47 minecraft:bookshelf Block{minecraft:bookshelf} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 48 minecraft:mossy_cobblestone Block{minecraft:mossy_cobblestone} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 49 minecraft:obsidian Block{minecraft:obsidian} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 50 minecraft:torch Block{minecraft:torch} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 51 minecraft:fire Block{minecraft:fire} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 52 minecraft:mob_spawner Block{minecraft:mob_spawner} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 53 minecraft:oak_stairs Block{minecraft:oak_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 54 minecraft:chest Block{minecraft:chest} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 55 minecraft:redstone_wire Block{minecraft:redstone_wire} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 56 minecraft:diamond_ore Block{minecraft:diamond_ore} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 57 minecraft:diamond_block Block{minecraft:diamond_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 58 minecraft:crafting_table Block{minecraft:crafting_table} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 59 minecraft:wheat Block{minecraft:wheat} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 60 minecraft:farmland Block{minecraft:farmland} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 61 minecraft:furnace Block{minecraft:furnace} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 62 minecraft:lit_furnace Block{minecraft:lit_furnace} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 63 minecraft:standing_sign Block{minecraft:standing_sign} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 64 minecraft:wooden_door Block{minecraft:wooden_door} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 65 minecraft:ladder Block{minecraft:ladder} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 66 minecraft:rail Block{minecraft:rail} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 67 minecraft:stone_stairs Block{minecraft:stone_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 68 minecraft:wall_sign Block{minecraft:wall_sign} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 69 minecraft:lever Block{minecraft:lever} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 70 minecraft:stone_pressure_plate Block{minecraft:stone_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 71 minecraft:iron_door Block{minecraft:iron_door} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 72 minecraft:wooden_pressure_plate Block{minecraft:wooden_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 73 minecraft:redstone_ore Block{minecraft:redstone_ore} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 74 minecraft:lit_redstone_ore Block{minecraft:lit_redstone_ore} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 75 minecraft:unlit_redstone_torch Block{minecraft:unlit_redstone_torch} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 76 minecraft:redstone_torch Block{minecraft:redstone_torch} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 77 minecraft:stone_button Block{minecraft:stone_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 78 minecraft:snow_layer Block{minecraft:snow_layer} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 79 minecraft:ice Block{minecraft:ice} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 80 minecraft:snow Block{minecraft:snow} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 81 minecraft:cactus Block{minecraft:cactus} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 82 minecraft:clay Block{minecraft:clay} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 83 minecraft:reeds Block{minecraft:reeds} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 84 minecraft:jukebox Block{minecraft:jukebox} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 85 minecraft:fence Block{minecraft:fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 86 minecraft:pumpkin Block{minecraft:pumpkin} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 87 minecraft:netherrack Block{minecraft:netherrack} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 88 minecraft:soul_sand Block{minecraft:soul_sand} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 89 minecraft:glowstone Block{minecraft:glowstone} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 90 minecraft:portal Block{minecraft:portal} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 91 minecraft:lit_pumpkin Block{minecraft:lit_pumpkin} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 92 minecraft:cake Block{minecraft:cake} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 93 minecraft:unpowered_repeater Block{minecraft:unpowered_repeater} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 94 minecraft:powered_repeater Block{minecraft:powered_repeater} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 95 minecraft:stained_glass Block{minecraft:stained_glass} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 96 minecraft:trapdoor Block{minecraft:trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 97 minecraft:monster_egg Block{minecraft:monster_egg} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 98 minecraft:stonebrick Block{minecraft:stonebrick} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 99 minecraft:brown_mushroom_block Block{minecraft:brown_mushroom_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 100 minecraft:red_mushroom_block Block{minecraft:red_mushroom_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 101 minecraft:iron_bars Block{minecraft:iron_bars} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 102 minecraft:glass_pane Block{minecraft:glass_pane} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 103 minecraft:melon_block Block{minecraft:melon_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 104 minecraft:pumpkin_stem Block{minecraft:pumpkin_stem} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 105 minecraft:melon_stem Block{minecraft:melon_stem} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 106 minecraft:vine Block{minecraft:vine} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 107 minecraft:fence_gate Block{minecraft:fence_gate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 108 minecraft:brick_stairs Block{minecraft:brick_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 109 minecraft:stone_brick_stairs Block{minecraft:stone_brick_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 110 minecraft:mycelium Block{minecraft:mycelium} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 111 minecraft:waterlily Block{minecraft:waterlily} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 112 minecraft:nether_brick Block{minecraft:nether_brick} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 113 minecraft:nether_brick_fence Block{minecraft:nether_brick_fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 114 minecraft:nether_brick_stairs Block{minecraft:nether_brick_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 115 minecraft:nether_wart Block{minecraft:nether_wart} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 116 minecraft:enchanting_table Block{minecraft:enchanting_table} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 117 minecraft:brewing_stand Block{minecraft:brewing_stand} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 118 minecraft:cauldron Block{minecraft:cauldron} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 119 minecraft:end_portal Block{minecraft:end_portal} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 120 minecraft:end_portal_frame Block{minecraft:end_portal_frame} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 121 minecraft:end_stone Block{minecraft:end_stone} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 122 minecraft:dragon_egg Block{minecraft:dragon_egg} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 123 minecraft:redstone_lamp Block{minecraft:redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 124 minecraft:lit_redstone_lamp Block{minecraft:lit_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 125 minecraft:double_wooden_slab Block{minecraft:double_wooden_slab} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 126 minecraft:wooden_slab Block{minecraft:wooden_slab} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 127 minecraft:cocoa Block{minecraft:cocoa} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 128 minecraft:sandstone_stairs Block{minecraft:sandstone_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 129 minecraft:emerald_ore Block{minecraft:emerald_ore} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 130 minecraft:ender_chest Block{minecraft:ender_chest} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 131 minecraft:tripwire_hook Block{minecraft:tripwire_hook} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 132 minecraft:tripwire Block{minecraft:tripwire} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 133 minecraft:emerald_block Block{minecraft:emerald_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 134 minecraft:spruce_stairs Block{minecraft:spruce_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 135 minecraft:birch_stairs Block{minecraft:birch_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 136 minecraft:jungle_stairs Block{minecraft:jungle_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 137 minecraft:command_block Block{minecraft:command_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 138 minecraft:beacon Block{minecraft:beacon} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 139 minecraft:cobblestone_wall Block{minecraft:cobblestone_wall} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 140 minecraft:flower_pot Block{minecraft:flower_pot} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 141 minecraft:carrots Block{minecraft:carrots} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 142 minecraft:potatoes Block{minecraft:potatoes} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 143 minecraft:wooden_button Block{minecraft:wooden_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 144 minecraft:skull Block{minecraft:skull} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 145 minecraft:anvil Block{minecraft:anvil} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 146 minecraft:trapped_chest Block{minecraft:trapped_chest} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 147 minecraft:light_weighted_pressure_plate Block{minecraft:light_weighted_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 148 minecraft:heavy_weighted_pressure_plate Block{minecraft:heavy_weighted_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 149 minecraft:unpowered_comparator Block{minecraft:unpowered_comparator} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 150 minecraft:powered_comparator Block{minecraft:powered_comparator} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 151 minecraft:daylight_detector Block{minecraft:daylight_detector} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 152 minecraft:redstone_block Block{minecraft:redstone_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 153 minecraft:quartz_ore Block{minecraft:quartz_ore} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 154 minecraft:hopper Block{minecraft:hopper} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 155 minecraft:quartz_block Block{minecraft:quartz_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 156 minecraft:quartz_stairs Block{minecraft:quartz_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 157 minecraft:activator_rail Block{minecraft:activator_rail} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 158 minecraft:dropper Block{minecraft:dropper} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 159 minecraft:stained_hardened_clay Block{minecraft:stained_hardened_clay} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 160 minecraft:stained_glass_pane Block{minecraft:stained_glass_pane} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 161 minecraft:leaves2 Block{minecraft:leaves2} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 162 minecraft:log2 Block{minecraft:log2} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 163 minecraft:acacia_stairs Block{minecraft:acacia_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 164 minecraft:dark_oak_stairs Block{minecraft:dark_oak_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 165 minecraft:slime Block{minecraft:slime} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 166 minecraft:barrier Block{minecraft:barrier} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 167 minecraft:iron_trapdoor Block{minecraft:iron_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 168 minecraft:prismarine Block{minecraft:prismarine} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 169 minecraft:sea_lantern Block{minecraft:sea_lantern} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 170 minecraft:hay_block Block{minecraft:hay_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 171 minecraft:carpet Block{minecraft:carpet} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 172 minecraft:hardened_clay Block{minecraft:hardened_clay} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 173 minecraft:coal_block Block{minecraft:coal_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 174 minecraft:packed_ice Block{minecraft:packed_ice} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 175 minecraft:double_plant Block{minecraft:double_plant} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 176 minecraft:standing_banner Block{minecraft:standing_banner} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 177 minecraft:wall_banner Block{minecraft:wall_banner} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 178 minecraft:daylight_detector_inverted Block{minecraft:daylight_detector_inverted} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 179 minecraft:red_sandstone Block{minecraft:red_sandstone} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 180 minecraft:red_sandstone_stairs Block{minecraft:red_sandstone_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 181 minecraft:double_stone_slab2 Block{minecraft:double_stone_slab2} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 182 minecraft:stone_slab2 Block{minecraft:stone_slab2} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 183 minecraft:spruce_fence_gate Block{minecraft:spruce_fence_gate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 184 minecraft:birch_fence_gate Block{minecraft:birch_fence_gate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 185 minecraft:jungle_fence_gate Block{minecraft:jungle_fence_gate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 186 minecraft:dark_oak_fence_gate Block{minecraft:dark_oak_fence_gate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 187 minecraft:acacia_fence_gate Block{minecraft:acacia_fence_gate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 188 minecraft:spruce_fence Block{minecraft:spruce_fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 189 minecraft:birch_fence Block{minecraft:birch_fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 190 minecraft:jungle_fence Block{minecraft:jungle_fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 191 minecraft:dark_oak_fence Block{minecraft:dark_oak_fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 192 minecraft:acacia_fence Block{minecraft:acacia_fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 193 minecraft:spruce_door Block{minecraft:spruce_door} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 194 minecraft:birch_door Block{minecraft:birch_door} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 195 minecraft:jungle_door Block{minecraft:jungle_door} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 196 minecraft:acacia_door Block{minecraft:acacia_door} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 197 minecraft:dark_oak_door Block{minecraft:dark_oak_door} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 198 minecraft:end_rod Block{minecraft:end_rod} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 199 minecraft:chorus_plant Block{minecraft:chorus_plant} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 200 minecraft:chorus_flower Block{minecraft:chorus_flower} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 201 minecraft:purpur_block Block{minecraft:purpur_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 202 minecraft:purpur_pillar Block{minecraft:purpur_pillar} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 203 minecraft:purpur_stairs Block{minecraft:purpur_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 204 minecraft:purpur_double_slab Block{minecraft:purpur_double_slab} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 205 minecraft:purpur_slab Block{minecraft:purpur_slab} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 206 minecraft:end_bricks Block{minecraft:end_bricks} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 207 minecraft:beetroots Block{minecraft:beetroots} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 208 minecraft:grass_path Block{minecraft:grass_path} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 209 minecraft:end_gateway Block{minecraft:end_gateway} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 210 minecraft:repeating_command_block Block{minecraft:repeating_command_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 211 minecraft:chain_command_block Block{minecraft:chain_command_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 212 minecraft:frosted_ice Block{minecraft:frosted_ice} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 213 minecraft:magma Block{minecraft:magma} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 214 minecraft:nether_wart_block Block{minecraft:nether_wart_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 215 minecraft:red_nether_brick Block{minecraft:red_nether_brick} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 216 minecraft:bone_block Block{minecraft:bone_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 217 minecraft:structure_void Block{minecraft:structure_void} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 218 minecraft:observer Block{minecraft:observer} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 219 minecraft:white_shulker_box Block{minecraft:white_shulker_box} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 220 minecraft:orange_shulker_box Block{minecraft:orange_shulker_box} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 221 minecraft:magenta_shulker_box Block{minecraft:magenta_shulker_box} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 222 minecraft:light_blue_shulker_box Block{minecraft:light_blue_shulker_box} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 223 minecraft:yellow_shulker_box Block{minecraft:yellow_shulker_box} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 224 minecraft:lime_shulker_box Block{minecraft:lime_shulker_box} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 225 minecraft:pink_shulker_box Block{minecraft:pink_shulker_box} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 226 minecraft:gray_shulker_box Block{minecraft:gray_shulker_box} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 227 minecraft:silver_shulker_box Block{minecraft:silver_shulker_box} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 228 minecraft:cyan_shulker_box Block{minecraft:cyan_shulker_box} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 229 minecraft:purple_shulker_box Block{minecraft:purple_shulker_box} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 230 minecraft:blue_shulker_box Block{minecraft:blue_shulker_box} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 231 minecraft:brown_shulker_box Block{minecraft:brown_shulker_box} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 232 minecraft:green_shulker_box Block{minecraft:green_shulker_box} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 233 minecraft:red_shulker_box Block{minecraft:red_shulker_box} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 234 minecraft:black_shulker_box Block{minecraft:black_shulker_box} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 235 minecraft:white_glazed_terracotta Block{minecraft:white_glazed_terracotta} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 236 minecraft:orange_glazed_terracotta Block{minecraft:orange_glazed_terracotta} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 237 minecraft:magenta_glazed_terracotta Block{minecraft:magenta_glazed_terracotta} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 238 minecraft:light_blue_glazed_terracotta Block{minecraft:light_blue_glazed_terracotta} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 239 minecraft:yellow_glazed_terracotta Block{minecraft:yellow_glazed_terracotta} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 240 minecraft:lime_glazed_terracotta Block{minecraft:lime_glazed_terracotta} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 241 minecraft:pink_glazed_terracotta Block{minecraft:pink_glazed_terracotta} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 242 minecraft:gray_glazed_terracotta Block{minecraft:gray_glazed_terracotta} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 243 minecraft:silver_glazed_terracotta Block{minecraft:silver_glazed_terracotta} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 244 minecraft:cyan_glazed_terracotta Block{minecraft:cyan_glazed_terracotta} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 245 minecraft:purple_glazed_terracotta Block{minecraft:purple_glazed_terracotta} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 246 minecraft:blue_glazed_terracotta Block{minecraft:blue_glazed_terracotta} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 247 minecraft:brown_glazed_terracotta Block{minecraft:brown_glazed_terracotta} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 248 minecraft:green_glazed_terracotta Block{minecraft:green_glazed_terracotta} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 249 minecraft:red_glazed_terracotta Block{minecraft:red_glazed_terracotta} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 250 minecraft:black_glazed_terracotta Block{minecraft:black_glazed_terracotta} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 251 minecraft:concrete Block{minecraft:concrete} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 252 minecraft:concrete_powder Block{minecraft:concrete_powder} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 253 nnparadisemod:liquid_redstone Block{nnparadisemod:liquid_redstone} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 254 nnparadisemod:rusty_iron_bars Block{nnparadisemod:rusty_iron_bars} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 255 minecraft:structure_block Block{minecraft:structure_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 256 nnparadisemod:salt_lamp Block{nnparadisemod:salt_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 257 nnparadisemod:compressed_cactus Block{nnparadisemod:compressed_cactus} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 258 nnparadisemod:cactus_bookshelf Block{nnparadisemod:cactus_bookshelf} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 259 nnparadisemod:silver_hopper Block{nnparadisemod:silver_hopper} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 260 nnparadisemod:silver_bars Block{nnparadisemod:silver_bars} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 261 nnparadisemod:powered_emerald_rail Block{nnparadisemod:powered_emerald_rail} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 262 nnparadisemod:emerald_rail Block{nnparadisemod:emerald_rail} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 263 nnparadisemod:mossy_lever Block{nnparadisemod:mossy_lever} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 264 nnparadisemod:du_portal Block{nnparadisemod:du_portal} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 265 nnparadisemod:glowing_obsidian Block{nnparadisemod:glowing_obsidian} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 266 nnparadisemod:soul_glass_pane Block{nnparadisemod:soul_glass_pane} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 267 nnparadisemod:soul_glass Block{nnparadisemod:soul_glass} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 268 nnparadisemod:present Block{nnparadisemod:present} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 269 nnparadisemod:santa_hat Block{nnparadisemod:santa_hat} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 270 nnparadisemod:christmas_sapling Block{nnparadisemod:christmas_sapling} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 271 nnparadisemod:tree_topper Block{nnparadisemod:tree_topper} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 272 nnparadisemod:gold_bars Block{nnparadisemod:gold_bars} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 273 nnparadisemod:christmas_leaves Block{nnparadisemod:christmas_leaves} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 274 nnparadisemod:diamond_crystal Block{nnparadisemod:diamond_crystal} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 275 nnparadisemod:emerald_crystal Block{nnparadisemod:emerald_crystal} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 276 nnparadisemod:quartz_crystal Block{nnparadisemod:quartz_crystal} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 277 nnparadisemod:redstone_crystal Block{nnparadisemod:redstone_crystal} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 278 nnparadisemod:ruby_crystal Block{nnparadisemod:ruby_crystal} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 279 nnparadisemod:glowing_obsidian_wall Block{nnparadisemod:glowing_obsidian_wall} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 280 nnparadisemod:bedrock_wall Block{nnparadisemod:bedrock_wall} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 281 nnparadisemod:obsidian_wall Block{nnparadisemod:obsidian_wall} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 282 nnparadisemod:end_wall Block{nnparadisemod:end_wall} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 283 nnparadisemod:cactus_stairs Block{nnparadisemod:cactus_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 284 nnparadisemod:end_stairs Block{nnparadisemod:end_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 285 nnparadisemod:bedrock_stairs Block{nnparadisemod:bedrock_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 286 nnparadisemod:obsidian_stairs Block{nnparadisemod:obsidian_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 287 nnparadisemod:glowing_obsidian_stairs Block{nnparadisemod:glowing_obsidian_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 288 nnparadisemod:dirt_button Block{nnparadisemod:dirt_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 289 nnparadisemod:grass_button Block{nnparadisemod:grass_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 290 nnparadisemod:rusty_button Block{nnparadisemod:rusty_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 291 nnparadisemod:end_button Block{nnparadisemod:end_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 292 nnparadisemod:cactus_button Block{nnparadisemod:cactus_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 293 nnparadisemod:glowing_obsidian_button Block{nnparadisemod:glowing_obsidian_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 294 nnparadisemod:diamond_button Block{nnparadisemod:diamond_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 295 nnparadisemod:emerald_button Block{nnparadisemod:emerald_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 296 nnparadisemod:gold_button Block{nnparadisemod:gold_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 297 nnparadisemod:iron_button Block{nnparadisemod:iron_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 298 nnparadisemod:silver_button Block{nnparadisemod:silver_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 299 nnparadisemod:ruby_button Block{nnparadisemod:ruby_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 300 nnparadisemod:obsidian_button Block{nnparadisemod:obsidian_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 301 nnparadisemod:bedrock_button Block{nnparadisemod:bedrock_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 302 nnparadisemod:mossy_cobblestone_button Block{nnparadisemod:mossy_cobblestone_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 303 nnparadisemod:cobblestone_button Block{nnparadisemod:cobblestone_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 304 nnparadisemod:andesite_button Block{nnparadisemod:andesite_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 305 nnparadisemod:diorite_button Block{nnparadisemod:diorite_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 306 nnparadisemod:granite_button Block{nnparadisemod:granite_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 307 nnparadisemod:acacia_button Block{nnparadisemod:acacia_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 308 nnparadisemod:birch_button Block{nnparadisemod:birch_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 309 nnparadisemod:dark_oak_button Block{nnparadisemod:dark_oak_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 310 nnparadisemod:jungle_button Block{nnparadisemod:jungle_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 311 nnparadisemod:spruce_button Block{nnparadisemod:spruce_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 312 nnparadisemod:dirt_pressure_plate Block{nnparadisemod:dirt_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 313 nnparadisemod:grass_pressure_plate Block{nnparadisemod:grass_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 314 nnparadisemod:cactus_pressure_plate Block{nnparadisemod:cactus_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 315 nnparadisemod:end_pressure_plate Block{nnparadisemod:end_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 316 nnparadisemod:glowing_obsidian_pressure_plate Block{nnparadisemod:glowing_obsidian_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 317 nnparadisemod:diamond_pressure_plate Block{nnparadisemod:diamond_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 318 nnparadisemod:emerald_pressure_plate Block{nnparadisemod:emerald_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 319 nnparadisemod:silver_pressure_plate Block{nnparadisemod:silver_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 320 nnparadisemod:ruby_pressure_plate Block{nnparadisemod:ruby_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 321 nnparadisemod:bedrock_pressure_plate Block{nnparadisemod:bedrock_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 322 nnparadisemod:mossy_cobblestone_pressure_plate Block{nnparadisemod:mossy_cobblestone_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 323 nnparadisemod:cobblestone_pressure_plate Block{nnparadisemod:cobblestone_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 324 nnparadisemod:andesite_pressure_plate Block{nnparadisemod:andesite_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 325 nnparadisemod:diorite_pressure_plate Block{nnparadisemod:diorite_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 326 nnparadisemod:granite_pressure_plate Block{nnparadisemod:granite_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 327 nnparadisemod:acacia_pressure_plate Block{nnparadisemod:acacia_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 328 nnparadisemod:birch_pressure_plate Block{nnparadisemod:birch_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 329 nnparadisemod:dark_oak_pressure_plate Block{nnparadisemod:dark_oak_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 330 nnparadisemod:jungle_pressure_plate Block{nnparadisemod:jungle_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 331 nnparadisemod:spruce_pressure_plate Block{nnparadisemod:spruce_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 332 nnparadisemod:rusty_pressure_plate Block{nnparadisemod:rusty_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 333 nnparadisemod:cactus_crafting_table Block{nnparadisemod:cactus_crafting_table} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 334 nnparadisemod:acacia_crafting_table Block{nnparadisemod:acacia_crafting_table} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 335 nnparadisemod:birch_crafting_table Block{nnparadisemod:birch_crafting_table} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 336 nnparadisemod:dark_oak_crafting_table Block{nnparadisemod:dark_oak_crafting_table} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 337 nnparadisemod:jungle_crafting_table Block{nnparadisemod:jungle_crafting_table} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 338 nnparadisemod:spruce_crafting_table Block{nnparadisemod:spruce_crafting_table} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 339 nnparadisemod:mossy_furnace Block{nnparadisemod:mossy_furnace} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 340 nnparadisemod:ender_pearl_ore Block{nnparadisemod:ender_pearl_ore} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 341 nnparadisemod:ender_ruby_ore Block{nnparadisemod:ender_ruby_ore} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 342 nnparadisemod:nether_silver_ore Block{nnparadisemod:nether_silver_ore} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 343 nnparadisemod:nether_gold_ore Block{nnparadisemod:nether_gold_ore} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 344 nnparadisemod:blaze_block Block{nnparadisemod:blaze_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 345 nnparadisemod:sugar_block Block{nnparadisemod:sugar_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 346 nnparadisemod:ruby_ore Block{nnparadisemod:ruby_ore} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 347 nnparadisemod:silver_ore Block{nnparadisemod:silver_ore} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 348 nnparadisemod:ruby_block Block{nnparadisemod:ruby_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 349 nnparadisemod:silver_block Block{nnparadisemod:silver_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 350 nnparadisemod:salt_block Block{nnparadisemod:salt_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 351 nnparadisemod:salt_ore Block{nnparadisemod:salt_ore} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 352 nnparadisemod:ender_pearl_block Block{nnparadisemod:ender_pearl_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 353 nnparadisemod:rusty_iron_block Block{nnparadisemod:rusty_iron_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 354 nnparadisemod:gold_hopper Block{nnparadisemod:gold_hopper} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 355 nnparadisemod:compressed_cactus_chest Block{nnparadisemod:compressed_cactus_chest} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 356 nnparadisemod:compressed_cactus_chest_trapped Block{nnparadisemod:compressed_cactus_chest_trapped} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 357 nnparadisemod:cactus_chest Block{nnparadisemod:cactus_chest} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 358 nnparadisemod:cactus_chest_trapped Block{nnparadisemod:cactus_chest_trapped} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 359 nnparadisemod:cactus_trapdoor Block{nnparadisemod:cactus_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 360 nnparadisemod:glowing_obsidian_trapdoor Block{nnparadisemod:glowing_obsidian_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 361 nnparadisemod:end_trapdoor Block{nnparadisemod:end_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 362 nnparadisemod:silver_trapdoor Block{nnparadisemod:silver_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 363 nnparadisemod:glass_trapdoor Block{nnparadisemod:glass_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 364 nnparadisemod:gold_trapdoor Block{nnparadisemod:gold_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 365 nnparadisemod:diamond_trapdoor Block{nnparadisemod:diamond_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 366 nnparadisemod:emerald_trapdoor Block{nnparadisemod:emerald_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 367 nnparadisemod:andesite_trapdoor Block{nnparadisemod:andesite_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 368 nnparadisemod:diorite_trapdoor Block{nnparadisemod:diorite_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 369 nnparadisemod:granite_trapdoor Block{nnparadisemod:granite_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 370 nnparadisemod:stone_trapdoor Block{nnparadisemod:stone_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 371 nnparadisemod:cobblestone_trapdoor Block{nnparadisemod:cobblestone_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 372 nnparadisemod:moss_stone_trapdoor Block{nnparadisemod:moss_stone_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 373 nnparadisemod:obsidian_trapdoor Block{nnparadisemod:obsidian_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 374 nnparadisemod:bedrock_trapdoor Block{nnparadisemod:bedrock_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 375 nnparadisemod:ruby_trapdoor Block{nnparadisemod:ruby_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 376 nnparadisemod:redstone_trapdoor Block{nnparadisemod:redstone_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 377 nnparadisemod:rusty_trapdoor Block{nnparadisemod:rusty_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 378 nnparadisemod:rusty_fence Block{nnparadisemod:rusty_fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 379 nnparadisemod:cactus_fence Block{nnparadisemod:cactus_fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 380 nnparadisemod:silver_fence Block{nnparadisemod:silver_fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 381 nnparadisemod:brick_fence Block{nnparadisemod:brick_fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 382 nnparadisemod:diamond_fence Block{nnparadisemod:diamond_fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 383 nnparadisemod:emerald_fence Block{nnparadisemod:emerald_fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 384 nnparadisemod:gold_fence Block{nnparadisemod:gold_fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 385 nnparadisemod:iron_fence Block{nnparadisemod:iron_fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 386 nnparadisemod:ruby_fence Block{nnparadisemod:ruby_fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 387 nnparadisemod:redstone_fence Block{nnparadisemod:redstone_fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 388 nnparadisemod:rusty_fence_gate Block{nnparadisemod:rusty_fence_gate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 389 nnparadisemod:cactus_fence_gate Block{nnparadisemod:cactus_fence_gate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 390 nnparadisemod:silver_fence_gate Block{nnparadisemod:silver_fence_gate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 391 nnparadisemod:brick_fence_gate Block{nnparadisemod:brick_fence_gate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 392 nnparadisemod:diamond_fence_gate Block{nnparadisemod:diamond_fence_gate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 393 nnparadisemod:emerald_fence_gate Block{nnparadisemod:emerald_fence_gate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 394 nnparadisemod:gold_fence_gate Block{nnparadisemod:gold_fence_gate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 395 nnparadisemod:iron_fence_gate Block{nnparadisemod:iron_fence_gate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 396 nnparadisemod:ruby_fence_gate Block{nnparadisemod:ruby_fence_gate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 397 nnparadisemod:redstone_fence_gate Block{nnparadisemod:redstone_fence_gate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 398 nnparadisemod:black_redstone_lamp Block{nnparadisemod:black_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 399 nnparadisemod:blue_redstone_lamp Block{nnparadisemod:blue_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 400 nnparadisemod:brown_redstone_lamp Block{nnparadisemod:brown_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 401 nnparadisemod:cyan_redstone_lamp Block{nnparadisemod:cyan_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 402 nnparadisemod:gray_redstone_lamp Block{nnparadisemod:gray_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 403 nnparadisemod:green_redstone_lamp Block{nnparadisemod:green_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 404 nnparadisemod:light_blue_redstone_lamp Block{nnparadisemod:light_blue_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 405 nnparadisemod:lime_redstone_lamp Block{nnparadisemod:lime_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 406 nnparadisemod:magenta_redstone_lamp Block{nnparadisemod:magenta_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 407 nnparadisemod:orange_redstone_lamp Block{nnparadisemod:orange_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 408 nnparadisemod:pink_redstone_lamp Block{nnparadisemod:pink_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 409 nnparadisemod:purple_redstone_lamp Block{nnparadisemod:purple_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 410 nnparadisemod:red_redstone_lamp Block{nnparadisemod:red_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 411 nnparadisemod:silver_redstone_lamp Block{nnparadisemod:silver_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 412 nnparadisemod:white_redstone_lamp Block{nnparadisemod:white_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 413 nnparadisemod:yellow_redstone_lamp Block{nnparadisemod:yellow_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 414 nnparadisemod:rusty_door_block Block{nnparadisemod:rusty_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 415 nnparadisemod:cactus_door_block Block{nnparadisemod:cactus_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 416 nnparadisemod:glowing_obsidian_door_block Block{nnparadisemod:glowing_obsidian_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 417 nnparadisemod:end_door_block Block{nnparadisemod:end_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 418 nnparadisemod:silver_door_block Block{nnparadisemod:silver_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 419 nnparadisemod:glass_door_block Block{nnparadisemod:glass_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 420 nnparadisemod:gold_door_block Block{nnparadisemod:gold_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 421 nnparadisemod:diamond_door_block Block{nnparadisemod:diamond_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 422 nnparadisemod:emerald_door_block Block{nnparadisemod:emerald_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 423 nnparadisemod:andesite_door_block Block{nnparadisemod:andesite_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 424 nnparadisemod:diorite_door_block Block{nnparadisemod:diorite_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 425 nnparadisemod:granite_door_block Block{nnparadisemod:granite_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 426 nnparadisemod:stone_door_block Block{nnparadisemod:stone_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 427 nnparadisemod:cobblestone_door_block Block{nnparadisemod:cobblestone_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 428 nnparadisemod:moss_stone_door_block Block{nnparadisemod:moss_stone_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 429 nnparadisemod:obsidian_door_block Block{nnparadisemod:obsidian_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 430 nnparadisemod:bedrock_door_block Block{nnparadisemod:bedrock_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 431 nnparadisemod:ruby_door_block Block{nnparadisemod:ruby_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 432 nnparadisemod:redstone_door_block Block{nnparadisemod:redstone_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 433 nnparadisemod:lit_mossy_furnace Block{nnparadisemod:lit_mossy_furnace} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 434 nnparadisemod:lit_black_redstone_lamp Block{nnparadisemod:lit_black_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 435 nnparadisemod:lit_blue_redstone_lamp Block{nnparadisemod:lit_blue_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 436 nnparadisemod:lit_brown_redstone_lamp Block{nnparadisemod:lit_brown_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 437 nnparadisemod:lit_cyan_redstone_lamp Block{nnparadisemod:lit_cyan_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 438 nnparadisemod:lit_gray_redstone_lamp Block{nnparadisemod:lit_gray_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 439 nnparadisemod:lit_green_redstone_lamp Block{nnparadisemod:lit_green_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 440 nnparadisemod:lit_light_blue_redstone_lamp Block{nnparadisemod:lit_light_blue_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 441 nnparadisemod:lit_lime_redstone_lamp Block{nnparadisemod:lit_lime_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 442 nnparadisemod:lit_magenta_redstone_lamp Block{nnparadisemod:lit_magenta_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 443 nnparadisemod:lit_orange_redstone_lamp Block{nnparadisemod:lit_orange_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 444 nnparadisemod:lit_pink_redstone_lamp Block{nnparadisemod:lit_pink_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 445 nnparadisemod:lit_purple_redstone_lamp Block{nnparadisemod:lit_purple_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 446 nnparadisemod:lit_red_redstone_lamp Block{nnparadisemod:lit_red_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 447 nnparadisemod:lit_silver_redstone_lamp Block{nnparadisemod:lit_silver_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 448 nnparadisemod:lit_white_redstone_lamp Block{nnparadisemod:lit_white_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 449 nnparadisemod:lit_yellow_redstone_lamp Block{nnparadisemod:lit_yellow_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry Name : minecraft:items +[18:27:06] [Server thread/TRACE] [FML]: Registry: 0 minecraft:air net.minecraft.item.ItemAir@2a54c92e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 1 minecraft:stone net.minecraft.item.ItemMultiTexture@3ee258 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2 minecraft:grass net.minecraft.item.ItemColored@73a49597 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 3 minecraft:dirt net.minecraft.item.ItemMultiTexture@a6dffdb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4 minecraft:cobblestone net.minecraft.item.ItemBlock@40ac0a56 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 5 minecraft:planks net.minecraft.item.ItemMultiTexture@2b6b487c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 6 minecraft:sapling net.minecraft.item.ItemMultiTexture@c4551c6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 7 minecraft:bedrock net.minecraft.item.ItemBlock@3a3316b6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 12 minecraft:sand net.minecraft.item.ItemMultiTexture@528f5b7f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 13 minecraft:gravel net.minecraft.item.ItemBlock@3ccfac29 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 14 minecraft:gold_ore net.minecraft.item.ItemBlock@5c41b8d8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 15 minecraft:iron_ore net.minecraft.item.ItemBlock@77ea960f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 16 minecraft:coal_ore net.minecraft.item.ItemBlock@5f166f2e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 17 minecraft:log net.minecraft.item.ItemMultiTexture@d512c1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 18 minecraft:leaves net.minecraft.item.ItemLeaves@fd5689d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 19 minecraft:sponge net.minecraft.item.ItemMultiTexture@16f34376 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 20 minecraft:glass net.minecraft.item.ItemBlock@4ede035e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 21 minecraft:lapis_ore net.minecraft.item.ItemBlock@43756cb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 22 minecraft:lapis_block net.minecraft.item.ItemBlock@4272d8cf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 23 minecraft:dispenser net.minecraft.item.ItemBlock@4e96cb04 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 24 minecraft:sandstone net.minecraft.item.ItemMultiTexture@62054faf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 25 minecraft:noteblock net.minecraft.item.ItemBlock@75d539b9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 27 minecraft:golden_rail net.minecraft.item.ItemBlock@20f63ddc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 28 minecraft:detector_rail net.minecraft.item.ItemBlock@210c1b9d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 29 minecraft:sticky_piston net.minecraft.item.ItemPiston@3578a45b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 30 minecraft:web net.minecraft.item.ItemBlock@24f177f5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 31 minecraft:tallgrass net.minecraft.item.ItemColored@65e05005 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 32 minecraft:deadbush net.minecraft.item.ItemBlock@6ed691fd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 33 minecraft:piston net.minecraft.item.ItemPiston@1efcba00 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 35 minecraft:wool net.minecraft.item.ItemCloth@2fcc5f49 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 37 minecraft:yellow_flower net.minecraft.item.ItemMultiTexture@22361e23 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 38 minecraft:red_flower net.minecraft.item.ItemMultiTexture@26aee0a6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 39 minecraft:brown_mushroom net.minecraft.item.ItemBlock@20184ade +[18:27:06] [Server thread/TRACE] [FML]: Registry: 40 minecraft:red_mushroom net.minecraft.item.ItemBlock@35fb3209 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 41 minecraft:gold_block net.minecraft.item.ItemBlock@5855b0ed +[18:27:06] [Server thread/TRACE] [FML]: Registry: 42 minecraft:iron_block net.minecraft.item.ItemBlock@92fd091 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 44 minecraft:stone_slab net.minecraft.item.ItemSlab@77204651 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 45 minecraft:brick_block net.minecraft.item.ItemBlock@51cca357 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 46 minecraft:tnt net.minecraft.item.ItemBlock@3a9c11fb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 47 minecraft:bookshelf net.minecraft.item.ItemBlock@416c8bb5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 48 minecraft:mossy_cobblestone net.minecraft.item.ItemBlock@340b4f07 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 49 minecraft:obsidian net.minecraft.item.ItemBlock@e994ca +[18:27:06] [Server thread/TRACE] [FML]: Registry: 50 minecraft:torch net.minecraft.item.ItemBlock@5a205ee5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 52 minecraft:mob_spawner net.minecraft.item.ItemBlock@2619cb76 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 53 minecraft:oak_stairs net.minecraft.item.ItemBlock@56f2c9e8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 54 minecraft:chest net.minecraft.item.ItemBlock@457692cb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 56 minecraft:diamond_ore net.minecraft.item.ItemBlock@350342e0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 57 minecraft:diamond_block net.minecraft.item.ItemBlock@5d297d4d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 58 minecraft:crafting_table net.minecraft.item.ItemBlock@1dd44289 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 60 minecraft:farmland net.minecraft.item.ItemBlock@6cc56b32 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 61 minecraft:furnace net.minecraft.item.ItemBlock@43fe2008 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 65 minecraft:ladder net.minecraft.item.ItemBlock@552bee2f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 66 minecraft:rail net.minecraft.item.ItemBlock@6a543e09 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 67 minecraft:stone_stairs net.minecraft.item.ItemBlock@2d0f548a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 69 minecraft:lever net.minecraft.item.ItemBlock@1fc3df43 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 70 minecraft:stone_pressure_plate net.minecraft.item.ItemBlock@15130002 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 72 minecraft:wooden_pressure_plate net.minecraft.item.ItemBlock@5e7cd0df +[18:27:06] [Server thread/TRACE] [FML]: Registry: 73 minecraft:redstone_ore net.minecraft.item.ItemBlock@900649e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 76 minecraft:redstone_torch net.minecraft.item.ItemBlock@8b89b3a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 77 minecraft:stone_button net.minecraft.item.ItemBlock@526893f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 78 minecraft:snow_layer net.minecraft.item.ItemSnow@37caecda +[18:27:06] [Server thread/TRACE] [FML]: Registry: 79 minecraft:ice net.minecraft.item.ItemBlock@7be7c052 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 80 minecraft:snow net.minecraft.item.ItemBlock@4ab9d160 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 81 minecraft:cactus net.minecraft.item.ItemBlock@5599dc60 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 82 minecraft:clay net.minecraft.item.ItemBlock@35554635 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 84 minecraft:jukebox net.minecraft.item.ItemBlock@70f5f59d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 85 minecraft:fence net.minecraft.item.ItemBlock@74431832 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 86 minecraft:pumpkin net.minecraft.item.ItemBlock@304068 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 87 minecraft:netherrack net.minecraft.item.ItemBlock@54d60fa1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 88 minecraft:soul_sand net.minecraft.item.ItemBlock@1cb849b2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 89 minecraft:glowstone net.minecraft.item.ItemBlock@6fe2a366 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 91 minecraft:lit_pumpkin net.minecraft.item.ItemBlock@6dd38df2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 95 minecraft:stained_glass net.minecraft.item.ItemCloth@720c8f80 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 96 minecraft:trapdoor net.minecraft.item.ItemBlock@99c3cee +[18:27:06] [Server thread/TRACE] [FML]: Registry: 97 minecraft:monster_egg net.minecraft.item.ItemMultiTexture@34eaf9c1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 98 minecraft:stonebrick net.minecraft.item.ItemMultiTexture@248b2b61 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 99 minecraft:brown_mushroom_block net.minecraft.item.ItemBlock@4b61e97 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 100 minecraft:red_mushroom_block net.minecraft.item.ItemBlock@11d1735e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 101 minecraft:iron_bars net.minecraft.item.ItemBlock@31082efa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 102 minecraft:glass_pane net.minecraft.item.ItemBlock@4ca5cb99 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 103 minecraft:melon_block net.minecraft.item.ItemBlock@7853363c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 106 minecraft:vine net.minecraft.item.ItemColored@6282f1eb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 107 minecraft:fence_gate net.minecraft.item.ItemBlock@120d6cbf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 108 minecraft:brick_stairs net.minecraft.item.ItemBlock@6550ce46 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 109 minecraft:stone_brick_stairs net.minecraft.item.ItemBlock@69f69078 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 110 minecraft:mycelium net.minecraft.item.ItemBlock@13b29b34 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 111 minecraft:waterlily net.minecraft.item.ItemLilyPad@46994f26 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 112 minecraft:nether_brick net.minecraft.item.ItemBlock@1bb172dd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 113 minecraft:nether_brick_fence net.minecraft.item.ItemBlock@1cdd31a4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 114 minecraft:nether_brick_stairs net.minecraft.item.ItemBlock@7dddfc35 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 116 minecraft:enchanting_table net.minecraft.item.ItemBlock@71316cd7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 120 minecraft:end_portal_frame net.minecraft.item.ItemBlock@6106dfb6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 121 minecraft:end_stone net.minecraft.item.ItemBlock@14239223 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 122 minecraft:dragon_egg net.minecraft.item.ItemBlock@7c206b14 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 123 minecraft:redstone_lamp net.minecraft.item.ItemBlock@2b8cf049 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 126 minecraft:wooden_slab net.minecraft.item.ItemSlab@2336cd91 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 128 minecraft:sandstone_stairs net.minecraft.item.ItemBlock@4a944af9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 129 minecraft:emerald_ore net.minecraft.item.ItemBlock@3593e074 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 130 minecraft:ender_chest net.minecraft.item.ItemBlock@79d14037 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 131 minecraft:tripwire_hook net.minecraft.item.ItemBlock@6c1e40d9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 133 minecraft:emerald_block net.minecraft.item.ItemBlock@4b50c21 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 134 minecraft:spruce_stairs net.minecraft.item.ItemBlock@2e0fdc83 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 135 minecraft:birch_stairs net.minecraft.item.ItemBlock@5dacf18d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 136 minecraft:jungle_stairs net.minecraft.item.ItemBlock@432a6a69 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 137 minecraft:command_block net.minecraft.item.ItemBlock@6f52a229 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 138 minecraft:beacon net.minecraft.item.ItemBlock@3fe98084 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 139 minecraft:cobblestone_wall net.minecraft.item.ItemMultiTexture@1c3d9e28 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 143 minecraft:wooden_button net.minecraft.item.ItemBlock@a1cb94 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 145 minecraft:anvil net.minecraft.item.ItemAnvilBlock@c5a2d5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 146 minecraft:trapped_chest net.minecraft.item.ItemBlock@185339ed +[18:27:06] [Server thread/TRACE] [FML]: Registry: 147 minecraft:light_weighted_pressure_plate net.minecraft.item.ItemBlock@2e4d4d22 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 148 minecraft:heavy_weighted_pressure_plate net.minecraft.item.ItemBlock@4470106b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 151 minecraft:daylight_detector net.minecraft.item.ItemBlock@690ed13a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 152 minecraft:redstone_block net.minecraft.item.ItemBlock@681311a7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 153 minecraft:quartz_ore net.minecraft.item.ItemBlock@2c7375da +[18:27:06] [Server thread/TRACE] [FML]: Registry: 154 minecraft:hopper net.minecraft.item.ItemBlock@68c4db77 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 155 minecraft:quartz_block net.minecraft.item.ItemMultiTexture@775c4054 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 156 minecraft:quartz_stairs net.minecraft.item.ItemBlock@7b2e931 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 157 minecraft:activator_rail net.minecraft.item.ItemBlock@305881b8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 158 minecraft:dropper net.minecraft.item.ItemBlock@7e89eba7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 159 minecraft:stained_hardened_clay net.minecraft.item.ItemCloth@6bc25ac2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 160 minecraft:stained_glass_pane net.minecraft.item.ItemCloth@f591271 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 161 minecraft:leaves2 net.minecraft.item.ItemLeaves@36e3321e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 162 minecraft:log2 net.minecraft.item.ItemMultiTexture@111fe921 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 163 minecraft:acacia_stairs net.minecraft.item.ItemBlock@28b5d5dc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 164 minecraft:dark_oak_stairs net.minecraft.item.ItemBlock@407f2029 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 165 minecraft:slime net.minecraft.item.ItemBlock@77020328 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 166 minecraft:barrier net.minecraft.item.ItemBlock@7b29cdea +[18:27:06] [Server thread/TRACE] [FML]: Registry: 167 minecraft:iron_trapdoor net.minecraft.item.ItemBlock@f08d676 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 168 minecraft:prismarine net.minecraft.item.ItemMultiTexture@5a583720 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 169 minecraft:sea_lantern net.minecraft.item.ItemBlock@4ed19b69 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 170 minecraft:hay_block net.minecraft.item.ItemBlock@3eedd0e3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 171 minecraft:carpet net.minecraft.item.ItemCloth@478089b6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 172 minecraft:hardened_clay net.minecraft.item.ItemBlock@72f35a31 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 173 minecraft:coal_block net.minecraft.item.ItemBlock@3b01897f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 174 minecraft:packed_ice net.minecraft.item.ItemBlock@6b3b2c34 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 175 minecraft:double_plant net.minecraft.item.ItemMultiTexture@e6e5da4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 179 minecraft:red_sandstone net.minecraft.item.ItemMultiTexture@36d7a68a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 180 minecraft:red_sandstone_stairs net.minecraft.item.ItemBlock@42dd7d82 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 182 minecraft:stone_slab2 net.minecraft.item.ItemSlab@2838eb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 183 minecraft:spruce_fence_gate net.minecraft.item.ItemBlock@70169464 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 184 minecraft:birch_fence_gate net.minecraft.item.ItemBlock@1115be8c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 185 minecraft:jungle_fence_gate net.minecraft.item.ItemBlock@64ed18ec +[18:27:06] [Server thread/TRACE] [FML]: Registry: 186 minecraft:dark_oak_fence_gate net.minecraft.item.ItemBlock@1dfcf85a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 187 minecraft:acacia_fence_gate net.minecraft.item.ItemBlock@590dea35 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 188 minecraft:spruce_fence net.minecraft.item.ItemBlock@6fa2a006 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 189 minecraft:birch_fence net.minecraft.item.ItemBlock@70592729 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 190 minecraft:jungle_fence net.minecraft.item.ItemBlock@2fdf7da2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 191 minecraft:dark_oak_fence net.minecraft.item.ItemBlock@43b172e3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 192 minecraft:acacia_fence net.minecraft.item.ItemBlock@39695803 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 198 minecraft:end_rod net.minecraft.item.ItemBlock@7fb44737 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 199 minecraft:chorus_plant net.minecraft.item.ItemBlock@11295cb1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 200 minecraft:chorus_flower net.minecraft.item.ItemBlock@5daad59a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 201 minecraft:purpur_block net.minecraft.item.ItemBlock@5256fbc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 202 minecraft:purpur_pillar net.minecraft.item.ItemBlock@58f50dd0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 203 minecraft:purpur_stairs net.minecraft.item.ItemBlock@3620eab +[18:27:06] [Server thread/TRACE] [FML]: Registry: 205 minecraft:purpur_slab net.minecraft.item.ItemSlab@8ef1d58 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 206 minecraft:end_bricks net.minecraft.item.ItemBlock@68df8c6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 208 minecraft:grass_path net.minecraft.item.ItemBlock@45eacb70 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 210 minecraft:repeating_command_block net.minecraft.item.ItemBlock@fb5d334 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 211 minecraft:chain_command_block net.minecraft.item.ItemBlock@45dc7be +[18:27:06] [Server thread/TRACE] [FML]: Registry: 213 minecraft:magma net.minecraft.item.ItemBlock@2d459bda +[18:27:06] [Server thread/TRACE] [FML]: Registry: 214 minecraft:nether_wart_block net.minecraft.item.ItemBlock@6ceb11f9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 215 minecraft:red_nether_brick net.minecraft.item.ItemBlock@4d664323 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 216 minecraft:bone_block net.minecraft.item.ItemBlock@27ec0d06 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 217 minecraft:structure_void net.minecraft.item.ItemBlock@2676d96a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 218 minecraft:observer net.minecraft.item.ItemBlock@12266084 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 219 minecraft:white_shulker_box net.minecraft.item.ItemShulkerBox@2a65e237 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 220 minecraft:orange_shulker_box net.minecraft.item.ItemShulkerBox@3a48c398 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 221 minecraft:magenta_shulker_box net.minecraft.item.ItemShulkerBox@1b4ba615 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 222 minecraft:light_blue_shulker_box net.minecraft.item.ItemShulkerBox@4407b042 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 223 minecraft:yellow_shulker_box net.minecraft.item.ItemShulkerBox@41f686af +[18:27:06] [Server thread/TRACE] [FML]: Registry: 224 minecraft:lime_shulker_box net.minecraft.item.ItemShulkerBox@3dded90a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 225 minecraft:pink_shulker_box net.minecraft.item.ItemShulkerBox@7be3abaa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 226 minecraft:gray_shulker_box net.minecraft.item.ItemShulkerBox@29f8134 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 227 minecraft:silver_shulker_box net.minecraft.item.ItemShulkerBox@77a9ac36 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 228 minecraft:cyan_shulker_box net.minecraft.item.ItemShulkerBox@3c743d40 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 229 minecraft:purple_shulker_box net.minecraft.item.ItemShulkerBox@5aac6f9f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 230 minecraft:blue_shulker_box net.minecraft.item.ItemShulkerBox@2444c3df +[18:27:06] [Server thread/TRACE] [FML]: Registry: 231 minecraft:brown_shulker_box net.minecraft.item.ItemShulkerBox@1eb6037d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 232 minecraft:green_shulker_box net.minecraft.item.ItemShulkerBox@335b3d6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 233 minecraft:red_shulker_box net.minecraft.item.ItemShulkerBox@3a5ce4b8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 234 minecraft:black_shulker_box net.minecraft.item.ItemShulkerBox@38848217 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 235 minecraft:white_glazed_terracotta net.minecraft.item.ItemBlock@1607d391 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 236 minecraft:orange_glazed_terracotta net.minecraft.item.ItemBlock@38826984 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 237 minecraft:magenta_glazed_terracotta net.minecraft.item.ItemBlock@65262308 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 238 minecraft:light_blue_glazed_terracotta net.minecraft.item.ItemBlock@792e8181 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 239 minecraft:yellow_glazed_terracotta net.minecraft.item.ItemBlock@511d5e6e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 240 minecraft:lime_glazed_terracotta net.minecraft.item.ItemBlock@7a78d380 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 241 minecraft:pink_glazed_terracotta net.minecraft.item.ItemBlock@2e1291a4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 242 minecraft:gray_glazed_terracotta net.minecraft.item.ItemBlock@23bd2f6e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 243 minecraft:silver_glazed_terracotta net.minecraft.item.ItemBlock@18e8eb59 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 244 minecraft:cyan_glazed_terracotta net.minecraft.item.ItemBlock@2430cf17 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 245 minecraft:purple_glazed_terracotta net.minecraft.item.ItemBlock@1e95f584 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 246 minecraft:blue_glazed_terracotta net.minecraft.item.ItemBlock@54997f67 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 247 minecraft:brown_glazed_terracotta net.minecraft.item.ItemBlock@bf4e48e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 248 minecraft:green_glazed_terracotta net.minecraft.item.ItemBlock@299eca90 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 249 minecraft:red_glazed_terracotta net.minecraft.item.ItemBlock@189633f2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 250 minecraft:black_glazed_terracotta net.minecraft.item.ItemBlock@76b05c0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 251 minecraft:concrete net.minecraft.item.ItemCloth@2b974137 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 252 minecraft:concrete_powder net.minecraft.item.ItemCloth@7402c49f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 255 minecraft:structure_block net.minecraft.item.ItemBlock@5d22604e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 256 minecraft:iron_shovel net.minecraft.item.ItemSpade@430aae8e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 257 minecraft:iron_pickaxe net.minecraft.item.ItemPickaxe@4e52d2f2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 258 minecraft:iron_axe net.minecraft.item.ItemAxe@4882b9a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 259 minecraft:flint_and_steel net.minecraft.item.ItemFlintAndSteel@23a78c77 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 260 minecraft:apple net.minecraft.item.ItemFood@1a66be41 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 261 minecraft:bow net.minecraft.item.ItemBow@1bb4c431 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 262 minecraft:arrow net.minecraft.item.ItemArrow@6eaf030c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 263 minecraft:coal net.minecraft.item.ItemCoal@acd3460 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 264 minecraft:diamond net.minecraft.item.Item@3ea9a091 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 265 minecraft:iron_ingot net.minecraft.item.Item@16f4a3c0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 266 minecraft:gold_ingot net.minecraft.item.Item@26495639 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 267 minecraft:iron_sword net.minecraft.item.ItemSword@cb318ac +[18:27:06] [Server thread/TRACE] [FML]: Registry: 268 minecraft:wooden_sword net.minecraft.item.ItemSword@6e668322 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 269 minecraft:wooden_shovel net.minecraft.item.ItemSpade@75ee6f89 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 270 minecraft:wooden_pickaxe net.minecraft.item.ItemPickaxe@210d3a42 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 271 minecraft:wooden_axe net.minecraft.item.ItemAxe@356f20b7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 272 minecraft:stone_sword net.minecraft.item.ItemSword@6f4adaab +[18:27:06] [Server thread/TRACE] [FML]: Registry: 273 minecraft:stone_shovel net.minecraft.item.ItemSpade@69de72ec +[18:27:06] [Server thread/TRACE] [FML]: Registry: 274 minecraft:stone_pickaxe net.minecraft.item.ItemPickaxe@21c99abf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 275 minecraft:stone_axe net.minecraft.item.ItemAxe@6d6f6ca9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 276 minecraft:diamond_sword net.minecraft.item.ItemSword@54496c2d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 277 minecraft:diamond_shovel net.minecraft.item.ItemSpade@4e1a3d5a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 278 minecraft:diamond_pickaxe net.minecraft.item.ItemPickaxe@236b4a44 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 279 minecraft:diamond_axe net.minecraft.item.ItemAxe@35f760a4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 280 minecraft:stick net.minecraft.item.Item@2ac05a33 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 281 minecraft:bowl net.minecraft.item.Item@35af52dc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 282 minecraft:mushroom_stew net.minecraft.item.ItemSoup@113d0f75 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 283 minecraft:golden_sword net.minecraft.item.ItemSword@4e10a320 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 284 minecraft:golden_shovel net.minecraft.item.ItemSpade@773f3360 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 285 minecraft:golden_pickaxe net.minecraft.item.ItemPickaxe@352c3d70 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 286 minecraft:golden_axe net.minecraft.item.ItemAxe@4c13ca07 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 287 minecraft:string net.minecraft.item.ItemBlockSpecial@3ec7eb5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 288 minecraft:feather net.minecraft.item.Item@5534e6f1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 289 minecraft:gunpowder net.minecraft.item.Item@4c6fc3e7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 290 minecraft:wooden_hoe net.minecraft.item.ItemHoe@66e12c3b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 291 minecraft:stone_hoe net.minecraft.item.ItemHoe@44485db +[18:27:06] [Server thread/TRACE] [FML]: Registry: 292 minecraft:iron_hoe net.minecraft.item.ItemHoe@1f6f0fe2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 293 minecraft:diamond_hoe net.minecraft.item.ItemHoe@22604c7e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 294 minecraft:golden_hoe net.minecraft.item.ItemHoe@4d8f2cfd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 295 minecraft:wheat_seeds net.minecraft.item.ItemSeeds@5b5b9521 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 296 minecraft:wheat net.minecraft.item.Item@41f7c02d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 297 minecraft:bread net.minecraft.item.ItemFood@66314fee +[18:27:06] [Server thread/TRACE] [FML]: Registry: 298 minecraft:leather_helmet net.minecraft.item.ItemArmor@6adcf059 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 299 minecraft:leather_chestplate net.minecraft.item.ItemArmor@7962a746 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 300 minecraft:leather_leggings net.minecraft.item.ItemArmor@1c31de5d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 301 minecraft:leather_boots net.minecraft.item.ItemArmor@7a7f9d45 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 302 minecraft:chainmail_helmet net.minecraft.item.ItemArmor@772cf46b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 303 minecraft:chainmail_chestplate net.minecraft.item.ItemArmor@1b98355f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 304 minecraft:chainmail_leggings net.minecraft.item.ItemArmor@949d347 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 305 minecraft:chainmail_boots net.minecraft.item.ItemArmor@f5ae29e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 306 minecraft:iron_helmet net.minecraft.item.ItemArmor@1fc5c0b2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 307 minecraft:iron_chestplate net.minecraft.item.ItemArmor@45ad3cd8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 308 minecraft:iron_leggings net.minecraft.item.ItemArmor@2b90cc1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 309 minecraft:iron_boots net.minecraft.item.ItemArmor@5a2f401a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 310 minecraft:diamond_helmet net.minecraft.item.ItemArmor@6bdedbbd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 311 minecraft:diamond_chestplate net.minecraft.item.ItemArmor@47b961e2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 312 minecraft:diamond_leggings net.minecraft.item.ItemArmor@d2cb2d0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 313 minecraft:diamond_boots net.minecraft.item.ItemArmor@2d230cff +[18:27:06] [Server thread/TRACE] [FML]: Registry: 314 minecraft:golden_helmet net.minecraft.item.ItemArmor@30bd39d5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 315 minecraft:golden_chestplate net.minecraft.item.ItemArmor@3c87e851 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 316 minecraft:golden_leggings net.minecraft.item.ItemArmor@54556723 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 317 minecraft:golden_boots net.minecraft.item.ItemArmor@6124dda2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 318 minecraft:flint net.minecraft.item.Item@380e33c2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 319 minecraft:porkchop net.minecraft.item.ItemFood@3bc891f2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 320 minecraft:cooked_porkchop net.minecraft.item.ItemFood@445b85d7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 321 minecraft:painting net.minecraft.item.ItemHangingEntity@5876bed9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 322 minecraft:golden_apple net.minecraft.item.ItemAppleGold@670a4738 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 323 minecraft:sign net.minecraft.item.ItemSign@492c8137 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 324 minecraft:wooden_door net.minecraft.item.ItemDoor@77d95e5a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 325 minecraft:bucket net.minecraft.item.ItemBucket@5d404a3c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 326 minecraft:water_bucket net.minecraft.item.ItemBucket@af9dd34 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 327 minecraft:lava_bucket net.minecraft.item.ItemBucket@48692405 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 328 minecraft:minecart net.minecraft.item.ItemMinecart@28dacf31 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 329 minecraft:saddle net.minecraft.item.ItemSaddle@1eb9d69a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 330 minecraft:iron_door net.minecraft.item.ItemDoor@36511772 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 331 minecraft:redstone net.minecraft.item.ItemRedstone@2c15034f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 332 minecraft:snowball net.minecraft.item.ItemSnowball@5af40e45 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 333 minecraft:boat net.minecraft.item.ItemBoat@1926f962 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 334 minecraft:leather net.minecraft.item.Item@62794582 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 335 minecraft:milk_bucket net.minecraft.item.ItemBucketMilk@1cb44a2f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 336 minecraft:brick net.minecraft.item.Item@5fe3b058 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 337 minecraft:clay_ball net.minecraft.item.Item@2a661215 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 338 minecraft:reeds net.minecraft.item.ItemBlockSpecial@1f75fd1d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 339 minecraft:paper net.minecraft.item.Item@212e39ee +[18:27:06] [Server thread/TRACE] [FML]: Registry: 340 minecraft:book net.minecraft.item.ItemBook@131d977f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 341 minecraft:slime_ball net.minecraft.item.Item@616f81b5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 342 minecraft:chest_minecart net.minecraft.item.ItemMinecart@4f552aa2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 343 minecraft:furnace_minecart net.minecraft.item.ItemMinecart@3c8fe8ad +[18:27:06] [Server thread/TRACE] [FML]: Registry: 344 minecraft:egg net.minecraft.item.ItemEgg@15a484a9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 345 minecraft:compass net.minecraft.item.ItemCompass@294c44b7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 346 minecraft:fishing_rod net.minecraft.item.ItemFishingRod@35a9e665 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 347 minecraft:clock net.minecraft.item.ItemClock@57a982f9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 348 minecraft:glowstone_dust net.minecraft.item.Item@19d3f6ad +[18:27:06] [Server thread/TRACE] [FML]: Registry: 349 minecraft:fish net.minecraft.item.ItemFishFood@50f05307 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 350 minecraft:cooked_fish net.minecraft.item.ItemFishFood@9cc0505 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 351 minecraft:dye net.minecraft.item.ItemDye@2833c093 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 352 minecraft:bone net.minecraft.item.Item@7598d675 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 353 minecraft:sugar net.minecraft.item.Item@4946485c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 354 minecraft:cake net.minecraft.item.ItemBlockSpecial@4ae958b0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 355 minecraft:bed net.minecraft.item.ItemBed@98722ef +[18:27:06] [Server thread/TRACE] [FML]: Registry: 356 minecraft:repeater net.minecraft.item.ItemBlockSpecial@459e120b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 357 minecraft:cookie net.minecraft.item.ItemFood@fd69983 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 358 minecraft:filled_map net.minecraft.item.ItemMap@4f7ba0af +[18:27:06] [Server thread/TRACE] [FML]: Registry: 359 minecraft:shears net.minecraft.item.ItemShears@6c75e3bc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 360 minecraft:melon net.minecraft.item.ItemFood@186f7434 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 361 minecraft:pumpkin_seeds net.minecraft.item.ItemSeeds@2374452a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 362 minecraft:melon_seeds net.minecraft.item.ItemSeeds@6ffc6ea7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 363 minecraft:beef net.minecraft.item.ItemFood@2c5708e7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 364 minecraft:cooked_beef net.minecraft.item.ItemFood@4ffa078d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 365 minecraft:chicken net.minecraft.item.ItemFood@39a865c1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 366 minecraft:cooked_chicken net.minecraft.item.ItemFood@141dfcf9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 367 minecraft:rotten_flesh net.minecraft.item.ItemFood@a7bbdbc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 368 minecraft:ender_pearl net.minecraft.item.ItemEnderPearl@7286827b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 369 minecraft:blaze_rod net.minecraft.item.Item@1dd64243 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 370 minecraft:ghast_tear net.minecraft.item.Item@2ef913a4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 371 minecraft:gold_nugget net.minecraft.item.Item@520c3dcb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 372 minecraft:nether_wart net.minecraft.item.ItemSeeds@145fe8ab +[18:27:06] [Server thread/TRACE] [FML]: Registry: 373 minecraft:potion net.minecraft.item.ItemPotion@5d3634c8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 374 minecraft:glass_bottle net.minecraft.item.ItemGlassBottle@2295566b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 375 minecraft:spider_eye net.minecraft.item.ItemFood@174e1b99 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 376 minecraft:fermented_spider_eye net.minecraft.item.Item@53a09566 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 377 minecraft:blaze_powder net.minecraft.item.Item@1c815814 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 378 minecraft:magma_cream net.minecraft.item.Item@14af73e1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 379 minecraft:brewing_stand net.minecraft.item.ItemBlockSpecial@73da303e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 380 minecraft:cauldron net.minecraft.item.ItemBlockSpecial@24068086 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 381 minecraft:ender_eye net.minecraft.item.ItemEnderEye@7fb82f73 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 382 minecraft:speckled_melon net.minecraft.item.Item@2f166d61 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 383 minecraft:spawn_egg net.minecraft.item.ItemMonsterPlacer@570ed9c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 384 minecraft:experience_bottle net.minecraft.item.ItemExpBottle@237aa0c7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 385 minecraft:fire_charge net.minecraft.item.ItemFireball@1592e540 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 386 minecraft:writable_book net.minecraft.item.ItemWritableBook@18ac4af6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 387 minecraft:written_book net.minecraft.item.ItemWrittenBook@573870cb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 388 minecraft:emerald net.minecraft.item.Item@5b88af70 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 389 minecraft:item_frame net.minecraft.item.ItemHangingEntity@2739ecc0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 390 minecraft:flower_pot net.minecraft.item.ItemBlockSpecial@2932e15f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 391 minecraft:carrot net.minecraft.item.ItemSeedFood@bb6869a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 392 minecraft:potato net.minecraft.item.ItemSeedFood@506b083 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 393 minecraft:baked_potato net.minecraft.item.ItemFood@5eee3da9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 394 minecraft:poisonous_potato net.minecraft.item.ItemFood@ace2408 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 395 minecraft:map net.minecraft.item.ItemEmptyMap@7b2d58e6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 396 minecraft:golden_carrot net.minecraft.item.ItemFood@708f7386 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 397 minecraft:skull net.minecraft.item.ItemSkull@7eefaca0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 398 minecraft:carrot_on_a_stick net.minecraft.item.ItemCarrotOnAStick@3dec79f8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 399 minecraft:nether_star net.minecraft.item.ItemSimpleFoiled@2bd4780c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 400 minecraft:pumpkin_pie net.minecraft.item.ItemFood@2c154508 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 401 minecraft:fireworks net.minecraft.item.ItemFirework@57839834 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 402 minecraft:firework_charge net.minecraft.item.ItemFireworkCharge@3dfc59c5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 403 minecraft:enchanted_book net.minecraft.item.ItemEnchantedBook@25df2014 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 404 minecraft:comparator net.minecraft.item.ItemBlockSpecial@270b8c2a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 405 minecraft:netherbrick net.minecraft.item.Item@7b9c2387 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 406 minecraft:quartz net.minecraft.item.Item@12e2f5ab +[18:27:06] [Server thread/TRACE] [FML]: Registry: 407 minecraft:tnt_minecart net.minecraft.item.ItemMinecart@4e61a863 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 408 minecraft:hopper_minecart net.minecraft.item.ItemMinecart@35f01759 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 409 minecraft:prismarine_shard net.minecraft.item.Item@2fea9a7b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 410 minecraft:prismarine_crystals net.minecraft.item.Item@2aa07d80 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 411 minecraft:rabbit net.minecraft.item.ItemFood@69c1ea07 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 412 minecraft:cooked_rabbit net.minecraft.item.ItemFood@5cbe72b9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 413 minecraft:rabbit_stew net.minecraft.item.ItemSoup@27fc0217 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 414 minecraft:rabbit_foot net.minecraft.item.Item@e993715 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 415 minecraft:rabbit_hide net.minecraft.item.Item@686e7513 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 416 minecraft:armor_stand net.minecraft.item.ItemArmorStand@f2becb2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 417 minecraft:iron_horse_armor net.minecraft.item.Item@7482309c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 418 minecraft:golden_horse_armor net.minecraft.item.Item@f42336c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 419 minecraft:diamond_horse_armor net.minecraft.item.Item@6b3b4f37 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 420 minecraft:lead net.minecraft.item.ItemLead@26d24d7a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 421 minecraft:name_tag net.minecraft.item.ItemNameTag@69bca406 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 422 minecraft:command_block_minecart net.minecraft.item.ItemMinecart@79c1ccf7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 423 minecraft:mutton net.minecraft.item.ItemFood@4654e373 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 424 minecraft:cooked_mutton net.minecraft.item.ItemFood@2474df51 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 425 minecraft:banner net.minecraft.item.ItemBanner@32e7b78d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 426 minecraft:end_crystal net.minecraft.item.ItemEndCrystal@76220ef1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 427 minecraft:spruce_door net.minecraft.item.ItemDoor@65ad2b42 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 428 minecraft:birch_door net.minecraft.item.ItemDoor@294ebe11 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 429 minecraft:jungle_door net.minecraft.item.ItemDoor@4e51eda7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 430 minecraft:acacia_door net.minecraft.item.ItemDoor@2862271a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 431 minecraft:dark_oak_door net.minecraft.item.ItemDoor@2419fe6f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 432 minecraft:chorus_fruit net.minecraft.item.ItemChorusFruit@48aa0813 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 433 minecraft:chorus_fruit_popped net.minecraft.item.Item@45849604 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 434 minecraft:beetroot net.minecraft.item.ItemFood@6cbbfe29 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 435 minecraft:beetroot_seeds net.minecraft.item.ItemSeeds@25823192 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 436 minecraft:beetroot_soup net.minecraft.item.ItemSoup@3df04fa1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 437 minecraft:dragon_breath net.minecraft.item.Item@5c25daad +[18:27:06] [Server thread/TRACE] [FML]: Registry: 438 minecraft:splash_potion net.minecraft.item.ItemSplashPotion@6b0ba697 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 439 minecraft:spectral_arrow net.minecraft.item.ItemSpectralArrow@45e69324 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 440 minecraft:tipped_arrow net.minecraft.item.ItemTippedArrow@30133a11 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 441 minecraft:lingering_potion net.minecraft.item.ItemLingeringPotion@1aee6d14 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 442 minecraft:shield net.minecraft.item.ItemShield@2f61de04 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 443 minecraft:elytra net.minecraft.item.ItemElytra@4de158ca +[18:27:06] [Server thread/TRACE] [FML]: Registry: 444 minecraft:spruce_boat net.minecraft.item.ItemBoat@4f2fdf3d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 445 minecraft:birch_boat net.minecraft.item.ItemBoat@d180961 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 446 minecraft:jungle_boat net.minecraft.item.ItemBoat@4af7ac25 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 447 minecraft:acacia_boat net.minecraft.item.ItemBoat@d978ab9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 448 minecraft:dark_oak_boat net.minecraft.item.ItemBoat@3cf06a01 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 449 minecraft:totem_of_undying net.minecraft.item.Item@71ee2fff +[18:27:06] [Server thread/TRACE] [FML]: Registry: 450 minecraft:shulker_shell net.minecraft.item.Item@68f2363 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 452 minecraft:iron_nugget net.minecraft.item.Item@37fca349 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 453 minecraft:knowledge_book net.minecraft.item.ItemKnowledgeBook@36638b59 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2256 minecraft:record_13 net.minecraft.item.ItemRecord@229cb4d8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2257 minecraft:record_cat net.minecraft.item.ItemRecord@76e9eed8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2258 minecraft:record_blocks net.minecraft.item.ItemRecord@30ef32eb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2259 minecraft:record_chirp net.minecraft.item.ItemRecord@474619d9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2260 minecraft:record_far net.minecraft.item.ItemRecord@bb5f9d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2261 minecraft:record_mall net.minecraft.item.ItemRecord@391dfe7c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2262 minecraft:record_mellohi net.minecraft.item.ItemRecord@702cfbde +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2263 minecraft:record_stal net.minecraft.item.ItemRecord@7d3bcd3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2264 minecraft:record_strad net.minecraft.item.ItemRecord@5dce5c03 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2265 minecraft:record_ward net.minecraft.item.ItemRecord@b76b7d8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2266 minecraft:record_11 net.minecraft.item.ItemRecord@1c135f63 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2267 minecraft:record_wait net.minecraft.item.ItemRecord@63c4d16 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4096 nnparadisemod:rusty_iron_bars net.minecraft.item.ItemBlock@645650b1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4097 nnparadisemod:salt_lamp net.minecraft.item.ItemBlock@5593dd2b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4098 nnparadisemod:compressed_cactus net.minecraft.item.ItemBlock@13890ab8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4099 nnparadisemod:cactus_bookshelf net.minecraft.item.ItemBlock@1b0cfe11 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4100 nnparadisemod:silver_hopper net.minecraft.item.ItemBlock@269c07d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4101 nnparadisemod:silver_bars net.minecraft.item.ItemBlock@6a2d066d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4102 nnparadisemod:powered_emerald_rail net.minecraft.item.ItemBlock@2dcfa917 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4103 nnparadisemod:emerald_rail net.minecraft.item.ItemBlock@46c22d8e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4104 nnparadisemod:mossy_lever net.minecraft.item.ItemBlock@7b28ce3c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4105 nnparadisemod:du_portal net.minecraft.item.ItemBlock@2ce1d507 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4106 nnparadisemod:glowing_obsidian net.minecraft.item.ItemBlock@244cdad1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4107 nnparadisemod:soul_glass_pane net.minecraft.item.ItemBlock@eac35fd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4108 nnparadisemod:soul_glass net.minecraft.item.ItemBlock@b9271b6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4109 nnparadisemod:present net.minecraft.item.ItemBlock@559048b3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4110 nnparadisemod:santa_hat net.minecraft.item.ItemBlock@33c6625c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4111 nnparadisemod:christmas_sapling net.minecraft.item.ItemBlock@511d31a6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4112 nnparadisemod:tree_topper net.minecraft.item.ItemBlock@618dbfd4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4113 nnparadisemod:gold_bars net.minecraft.item.ItemBlock@11105fbe +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4114 nnparadisemod:christmas_leaves net.minecraft.item.ItemBlock@5c1a728 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4115 nnparadisemod:diamond_crystal net.minecraft.item.ItemBlock@47d9bdf4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4116 nnparadisemod:emerald_crystal net.minecraft.item.ItemBlock@781a51d0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4117 nnparadisemod:quartz_crystal net.minecraft.item.ItemBlock@5fddd0fc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4118 nnparadisemod:redstone_crystal net.minecraft.item.ItemBlock@38187be6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4119 nnparadisemod:ruby_crystal net.minecraft.item.ItemBlock@2f49d34d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4120 nnparadisemod:glowing_obsidian_wall net.minecraft.item.ItemBlock@6b7945e1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4121 nnparadisemod:bedrock_wall net.minecraft.item.ItemBlock@12ca50a5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4122 nnparadisemod:obsidian_wall net.minecraft.item.ItemBlock@1d95501b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4123 nnparadisemod:end_wall net.minecraft.item.ItemBlock@a59819f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4124 nnparadisemod:cactus_stairs net.minecraft.item.ItemBlock@1d2d3bc2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4125 nnparadisemod:end_stairs net.minecraft.item.ItemBlock@259c3ddf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4126 nnparadisemod:bedrock_stairs net.minecraft.item.ItemBlock@70141128 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4127 nnparadisemod:obsidian_stairs net.minecraft.item.ItemBlock@482bdb02 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4128 nnparadisemod:glowing_obsidian_stairs net.minecraft.item.ItemBlock@77b3c429 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4129 nnparadisemod:dirt_button net.minecraft.item.ItemBlock@6444bf53 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4130 nnparadisemod:grass_button net.minecraft.item.ItemBlock@40c0937f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4131 nnparadisemod:rusty_button net.minecraft.item.ItemBlock@5a22eec0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4132 nnparadisemod:end_button net.minecraft.item.ItemBlock@117e7b16 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4133 nnparadisemod:cactus_button net.minecraft.item.ItemBlock@3789bd95 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4134 nnparadisemod:glowing_obsidian_button net.minecraft.item.ItemBlock@13fd5aaa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4135 nnparadisemod:diamond_button net.minecraft.item.ItemBlock@6ceb953 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4136 nnparadisemod:emerald_button net.minecraft.item.ItemBlock@779af906 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4137 nnparadisemod:gold_button net.minecraft.item.ItemBlock@7ba4591 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4138 nnparadisemod:iron_button net.minecraft.item.ItemBlock@443ec909 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4139 nnparadisemod:silver_button net.minecraft.item.ItemBlock@553fdf58 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4140 nnparadisemod:ruby_button net.minecraft.item.ItemBlock@2d2690f6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4141 nnparadisemod:obsidian_button net.minecraft.item.ItemBlock@43f1a188 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4142 nnparadisemod:bedrock_button net.minecraft.item.ItemBlock@49da976 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4143 nnparadisemod:mossy_cobblestone_button net.minecraft.item.ItemBlock@7393a461 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4144 nnparadisemod:cobblestone_button net.minecraft.item.ItemBlock@3b51cbf7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4145 nnparadisemod:andesite_button net.minecraft.item.ItemBlock@38b06a79 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4146 nnparadisemod:diorite_button net.minecraft.item.ItemBlock@8d65037 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4147 nnparadisemod:granite_button net.minecraft.item.ItemBlock@5225e766 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4148 nnparadisemod:acacia_button net.minecraft.item.ItemBlock@2fa7a848 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4149 nnparadisemod:birch_button net.minecraft.item.ItemBlock@7aadb85 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4150 nnparadisemod:dark_oak_button net.minecraft.item.ItemBlock@6027f461 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4151 nnparadisemod:jungle_button net.minecraft.item.ItemBlock@2fc7698c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4152 nnparadisemod:spruce_button net.minecraft.item.ItemBlock@25370af5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4153 nnparadisemod:dirt_pressure_plate net.minecraft.item.ItemBlock@12bcedf8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4154 nnparadisemod:grass_pressure_plate net.minecraft.item.ItemBlock@1c9f274d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4155 nnparadisemod:cactus_pressure_plate net.minecraft.item.ItemBlock@486ab192 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4156 nnparadisemod:end_pressure_plate net.minecraft.item.ItemBlock@22cdc378 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4157 nnparadisemod:glowing_obsidian_pressure_plate net.minecraft.item.ItemBlock@4acdc330 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4158 nnparadisemod:diamond_pressure_plate net.minecraft.item.ItemBlock@27b5c8d0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4159 nnparadisemod:emerald_pressure_plate net.minecraft.item.ItemBlock@1613b471 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4160 nnparadisemod:silver_pressure_plate net.minecraft.item.ItemBlock@3c16f821 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4161 nnparadisemod:ruby_pressure_plate net.minecraft.item.ItemBlock@1145d71f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4162 nnparadisemod:bedrock_pressure_plate net.minecraft.item.ItemBlock@6324186b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4163 nnparadisemod:mossy_cobblestone_pressure_plate net.minecraft.item.ItemBlock@3949fcdc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4164 nnparadisemod:cobblestone_pressure_plate net.minecraft.item.ItemBlock@4bafe92f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4165 nnparadisemod:andesite_pressure_plate net.minecraft.item.ItemBlock@6cee8f5d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4166 nnparadisemod:diorite_pressure_plate net.minecraft.item.ItemBlock@1c0d92e5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4167 nnparadisemod:granite_pressure_plate net.minecraft.item.ItemBlock@438bcdde +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4168 nnparadisemod:acacia_pressure_plate net.minecraft.item.ItemBlock@72c3bc5e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4169 nnparadisemod:birch_pressure_plate net.minecraft.item.ItemBlock@3fc8a6c0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4170 nnparadisemod:dark_oak_pressure_plate net.minecraft.item.ItemBlock@5bbda7e2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4171 nnparadisemod:jungle_pressure_plate net.minecraft.item.ItemBlock@6ec05499 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4172 nnparadisemod:spruce_pressure_plate net.minecraft.item.ItemBlock@4bd06a2f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4173 nnparadisemod:rusty_pressure_plate net.minecraft.item.ItemBlock@34abfd7f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4174 nnparadisemod:cactus_crafting_table net.minecraft.item.ItemBlock@60291e59 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4175 nnparadisemod:acacia_crafting_table net.minecraft.item.ItemBlock@a638f45 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4176 nnparadisemod:birch_crafting_table net.minecraft.item.ItemBlock@c2e9e33 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4177 nnparadisemod:dark_oak_crafting_table net.minecraft.item.ItemBlock@1310324a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4178 nnparadisemod:jungle_crafting_table net.minecraft.item.ItemBlock@4e7e42c4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4179 nnparadisemod:spruce_crafting_table net.minecraft.item.ItemBlock@7116f350 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4180 nnparadisemod:mossy_furnace net.minecraft.item.ItemBlock@5ce3ae71 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4181 nnparadisemod:ender_pearl_ore net.minecraft.item.ItemBlock@20f4849c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4182 nnparadisemod:ender_ruby_ore net.minecraft.item.ItemBlock@34dcad0d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4183 nnparadisemod:nether_silver_ore net.minecraft.item.ItemBlock@138bd003 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4184 nnparadisemod:nether_gold_ore net.minecraft.item.ItemBlock@4395bc43 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4185 nnparadisemod:blaze_block net.minecraft.item.ItemBlock@47fa54d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4186 nnparadisemod:sugar_block net.minecraft.item.ItemBlock@7e1b750e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4187 nnparadisemod:ruby_ore net.minecraft.item.ItemBlock@24df8abf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4188 nnparadisemod:silver_ore net.minecraft.item.ItemBlock@7a9794bd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4189 nnparadisemod:ruby_block net.minecraft.item.ItemBlock@82134e4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4190 nnparadisemod:silver_block net.minecraft.item.ItemBlock@79b24f79 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4191 nnparadisemod:salt_block net.minecraft.item.ItemBlock@4d089ef7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4192 nnparadisemod:salt_ore net.minecraft.item.ItemBlock@536d655f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4193 nnparadisemod:ender_pearl_block net.minecraft.item.ItemBlock@168b28ef +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4194 nnparadisemod:rusty_iron_block net.minecraft.item.ItemBlock@5547476c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4195 nnparadisemod:gold_hopper net.minecraft.item.ItemBlock@4785f176 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4196 nnparadisemod:compressed_cactus_chest net.minecraft.item.ItemBlock@281edf6b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4197 nnparadisemod:compressed_cactus_chest_trapped net.minecraft.item.ItemBlock@1d4cf8ea +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4198 nnparadisemod:cactus_chest net.minecraft.item.ItemBlock@39a4bd89 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4199 nnparadisemod:cactus_chest_trapped net.minecraft.item.ItemBlock@5e4168dd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4200 nnparadisemod:cactus_trapdoor net.minecraft.item.ItemBlock@7f1bf2db +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4201 nnparadisemod:glowing_obsidian_trapdoor net.minecraft.item.ItemBlock@25ca56de +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4202 nnparadisemod:end_trapdoor net.minecraft.item.ItemBlock@6c53ce34 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4203 nnparadisemod:silver_trapdoor net.minecraft.item.ItemBlock@55623ed5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4204 nnparadisemod:glass_trapdoor net.minecraft.item.ItemBlock@3a182eaf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4205 nnparadisemod:gold_trapdoor net.minecraft.item.ItemBlock@42775280 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4206 nnparadisemod:diamond_trapdoor net.minecraft.item.ItemBlock@24c186cc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4207 nnparadisemod:emerald_trapdoor net.minecraft.item.ItemBlock@f9769ae +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4208 nnparadisemod:andesite_trapdoor net.minecraft.item.ItemBlock@1f607db6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4209 nnparadisemod:diorite_trapdoor net.minecraft.item.ItemBlock@2df92850 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4210 nnparadisemod:granite_trapdoor net.minecraft.item.ItemBlock@2ad51ba4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4211 nnparadisemod:stone_trapdoor net.minecraft.item.ItemBlock@5a414ed4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4212 nnparadisemod:cobblestone_trapdoor net.minecraft.item.ItemBlock@8749c08 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4213 nnparadisemod:moss_stone_trapdoor net.minecraft.item.ItemBlock@4fc23215 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4214 nnparadisemod:obsidian_trapdoor net.minecraft.item.ItemBlock@5cd549ae +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4215 nnparadisemod:bedrock_trapdoor net.minecraft.item.ItemBlock@6c173587 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4216 nnparadisemod:ruby_trapdoor net.minecraft.item.ItemBlock@675f9bc6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4217 nnparadisemod:redstone_trapdoor net.minecraft.item.ItemBlock@32561cd5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4218 nnparadisemod:rusty_trapdoor net.minecraft.item.ItemBlock@63ad2a0f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4219 nnparadisemod:rusty_fence net.minecraft.item.ItemBlock@592e1c4f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4220 nnparadisemod:cactus_fence net.minecraft.item.ItemBlock@11088420 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4221 nnparadisemod:silver_fence net.minecraft.item.ItemBlock@3217aada +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4222 nnparadisemod:brick_fence net.minecraft.item.ItemBlock@5c77cb42 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4223 nnparadisemod:diamond_fence net.minecraft.item.ItemBlock@34a5dc29 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4224 nnparadisemod:emerald_fence net.minecraft.item.ItemBlock@a10d314 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4225 nnparadisemod:gold_fence net.minecraft.item.ItemBlock@abadf5b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4226 nnparadisemod:iron_fence net.minecraft.item.ItemBlock@6f56e5c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4227 nnparadisemod:ruby_fence net.minecraft.item.ItemBlock@1626e651 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4228 nnparadisemod:redstone_fence net.minecraft.item.ItemBlock@1bf6c568 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4229 nnparadisemod:rusty_fence_gate net.minecraft.item.ItemBlock@695d804 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4230 nnparadisemod:cactus_fence_gate net.minecraft.item.ItemBlock@62068fa5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4231 nnparadisemod:silver_fence_gate net.minecraft.item.ItemBlock@2492f6fb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4232 nnparadisemod:brick_fence_gate net.minecraft.item.ItemBlock@6ce9a671 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4233 nnparadisemod:diamond_fence_gate net.minecraft.item.ItemBlock@5aa943c5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4234 nnparadisemod:emerald_fence_gate net.minecraft.item.ItemBlock@19d65f16 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4235 nnparadisemod:gold_fence_gate net.minecraft.item.ItemBlock@6e65fc8b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4236 nnparadisemod:iron_fence_gate net.minecraft.item.ItemBlock@1062f767 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4237 nnparadisemod:ruby_fence_gate net.minecraft.item.ItemBlock@3408de38 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4238 nnparadisemod:redstone_fence_gate net.minecraft.item.ItemBlock@3482b7e6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4239 nnparadisemod:black_redstone_lamp net.minecraft.item.ItemBlock@5ea794d2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4240 nnparadisemod:blue_redstone_lamp net.minecraft.item.ItemBlock@76774d3f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4241 nnparadisemod:brown_redstone_lamp net.minecraft.item.ItemBlock@60ce75d0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4242 nnparadisemod:cyan_redstone_lamp net.minecraft.item.ItemBlock@5bcafda3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4243 nnparadisemod:gray_redstone_lamp net.minecraft.item.ItemBlock@21be9ddc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4244 nnparadisemod:green_redstone_lamp net.minecraft.item.ItemBlock@2b515b5c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4245 nnparadisemod:light_blue_redstone_lamp net.minecraft.item.ItemBlock@946b9d9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4246 nnparadisemod:lime_redstone_lamp net.minecraft.item.ItemBlock@b772e2b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4247 nnparadisemod:magenta_redstone_lamp net.minecraft.item.ItemBlock@47fc346e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4248 nnparadisemod:orange_redstone_lamp net.minecraft.item.ItemBlock@fd42b93 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4249 nnparadisemod:pink_redstone_lamp net.minecraft.item.ItemBlock@2771025a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4250 nnparadisemod:purple_redstone_lamp net.minecraft.item.ItemBlock@6984d41a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4251 nnparadisemod:red_redstone_lamp net.minecraft.item.ItemBlock@51430893 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4252 nnparadisemod:silver_redstone_lamp net.minecraft.item.ItemBlock@4e2abbac +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4253 nnparadisemod:white_redstone_lamp net.minecraft.item.ItemBlock@2a84aed7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4254 nnparadisemod:yellow_redstone_lamp net.minecraft.item.ItemBlock@1fe2da60 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4255 nnparadisemod:rusty_nugget com.NetherNoah.ParadiseMod.items.RustyNugget@7c1ae95 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4256 nnparadisemod:rusty_ingot com.NetherNoah.ParadiseMod.items.RustyIngot@4e9c23b7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4257 nnparadisemod:salt com.NetherNoah.ParadiseMod.items.Salt@2f467bb9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4258 nnparadisemod:cactus_stick com.NetherNoah.ParadiseMod.items.CactusStick@688fa02f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4259 nnparadisemod:silver_nugget com.NetherNoah.ParadiseMod.items.SilverNugget@1f7e6c3a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4260 nnparadisemod:santa_jacket com.NetherNoah.ParadiseMod.items.armor.SantaSuit@40190f7f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4261 nnparadisemod:santa_pants com.NetherNoah.ParadiseMod.items.armor.SantaSuit@98be09f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4262 nnparadisemod:santa_boots com.NetherNoah.ParadiseMod.items.armor.SantaSuit@65f85228 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4263 nnparadisemod:emerald_pickaxe com.NetherNoah.ParadiseMod.items.tools.emerald.emeraldPickaxe@2acec770 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4264 nnparadisemod:emerald_axe com.NetherNoah.ParadiseMod.items.tools.emerald.emeraldAxe@5bd93106 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4265 nnparadisemod:emerald_spade com.NetherNoah.ParadiseMod.items.tools.emerald.emeraldSpade@761a429 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4266 nnparadisemod:emerald_hoe com.NetherNoah.ParadiseMod.items.tools.emerald.emeraldHoe@53de637a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4267 nnparadisemod:emerald_sword com.NetherNoah.ParadiseMod.items.tools.emerald.emeraldSword@42acca1a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4268 nnparadisemod:ruby_pickaxe com.NetherNoah.ParadiseMod.items.tools.ruby.rubyPickaxe@4a26a54b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4269 nnparadisemod:ruby_axe com.NetherNoah.ParadiseMod.items.tools.ruby.rubyAxe@159d2313 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4270 nnparadisemod:ruby_spade com.NetherNoah.ParadiseMod.items.tools.ruby.rubySpade@1e2f67e9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4271 nnparadisemod:ruby_hoe com.NetherNoah.ParadiseMod.items.tools.ruby.rubyHoe@7d151d89 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4272 nnparadisemod:ruby_sword com.NetherNoah.ParadiseMod.items.tools.ruby.rubySword@1dea0730 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4273 nnparadisemod:silver_pickaxe com.NetherNoah.ParadiseMod.items.tools.silver.silverPickaxe@285290a1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4274 nnparadisemod:silver_axe com.NetherNoah.ParadiseMod.items.tools.silver.silverAxe@64ed6bc8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4275 nnparadisemod:silver_spade com.NetherNoah.ParadiseMod.items.tools.silver.silverSpade@54eaf69d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4276 nnparadisemod:silver_hoe com.NetherNoah.ParadiseMod.items.tools.silver.silverHoe@6bc7eb0f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4277 nnparadisemod:silver_sword com.NetherNoah.ParadiseMod.items.tools.silver.silverSword@d5b9704 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4278 nnparadisemod:rusty_pickaxe com.NetherNoah.ParadiseMod.items.tools.rusty.rustyPickaxe@66af6b7b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4279 nnparadisemod:rusty_axe com.NetherNoah.ParadiseMod.items.tools.rusty.rustyAxe@f116270 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4280 nnparadisemod:rusty_spade com.NetherNoah.ParadiseMod.items.tools.rusty.rustySpade@300f715 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4281 nnparadisemod:rusty_hoe com.NetherNoah.ParadiseMod.items.tools.rusty.rustyHoe@400a5164 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4282 nnparadisemod:rusty_sword com.NetherNoah.ParadiseMod.items.tools.rusty.rustySword@1714fe69 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4283 nnparadisemod:obsidian_pickaxe com.NetherNoah.ParadiseMod.items.tools.obsidian.obsidianPickaxe@24e14ca6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4284 nnparadisemod:obsidian_axe com.NetherNoah.ParadiseMod.items.tools.obsidian.obsidianAxe@47174ef0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4285 nnparadisemod:obsidian_spade com.NetherNoah.ParadiseMod.items.tools.obsidian.obsidianSpade@4abf5165 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4286 nnparadisemod:obsidian_hoe com.NetherNoah.ParadiseMod.items.tools.obsidian.obsidianHoe@409b96d2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4287 nnparadisemod:obsidian_sword com.NetherNoah.ParadiseMod.items.tools.obsidian.obsidianSword@39eab380 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4288 nnparadisemod:cactus_pickaxe com.NetherNoah.ParadiseMod.items.tools.redstone.redstonePickaxe@29abba49 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4289 nnparadisemod:cactus_axe com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneAxe@3bdc9461 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4290 nnparadisemod:cactus_spade com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneSpade@2e13c72b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4291 nnparadisemod:cactus_hoe com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneHoe@14cd3858 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4292 nnparadisemod:cactus_sword com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneSword@cdf67f1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4293 nnparadisemod:redstone_pickaxe com.NetherNoah.ParadiseMod.items.tools.redstone.redstonePickaxe@29810fa0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4294 nnparadisemod:redstone_axe com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneAxe@54f3fd30 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4295 nnparadisemod:redstone_spade com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneSpade@460a31ce +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4296 nnparadisemod:redstone_hoe com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneHoe@311d2611 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4297 nnparadisemod:redstone_sword com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneSword@10c0d39d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4298 nnparadisemod:emerald_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorEmerald@4c026825 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4299 nnparadisemod:emerald_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorEmerald@14f7e21a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4300 nnparadisemod:emerald_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorEmerald@2bd9722 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4301 nnparadisemod:emerald_boots com.NetherNoah.ParadiseMod.items.armor.ArmorEmerald@544cd64b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4302 nnparadisemod:silver_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorSilver@209c0be5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4303 nnparadisemod:silver_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorSilver@4ef69c53 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4304 nnparadisemod:silver_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorSilver@7cbaf548 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4305 nnparadisemod:silver_boots com.NetherNoah.ParadiseMod.items.armor.ArmorSilver@719a208f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4306 nnparadisemod:rusty_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorRusty@4b77d80e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4307 nnparadisemod:rusty_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorRusty@60cc749d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4308 nnparadisemod:rusty_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorRusty@40f2ae53 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4309 nnparadisemod:rusty_boots com.NetherNoah.ParadiseMod.items.armor.ArmorRusty@3f67d229 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4310 nnparadisemod:ruby_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorRuby@49ce2726 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4311 nnparadisemod:ruby_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorRuby@1c9b887a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4312 nnparadisemod:ruby_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorRuby@1dece75a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4313 nnparadisemod:ruby_boots com.NetherNoah.ParadiseMod.items.armor.ArmorRuby@797ec046 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4314 nnparadisemod:redstone_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorRedstone@129b75c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4315 nnparadisemod:redstone_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorRedstone@7b054614 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4316 nnparadisemod:redstone_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorRedstone@7476c5c2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4317 nnparadisemod:redstone_boots com.NetherNoah.ParadiseMod.items.armor.ArmorRedstone@3c75ffeb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4318 nnparadisemod:obsidian_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorObsidian@214ef199 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4319 nnparadisemod:obsidian_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorObsidian@63d478a7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4320 nnparadisemod:obsidian_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorObsidian@704d4991 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4321 nnparadisemod:obsidian_boots com.NetherNoah.ParadiseMod.items.armor.ArmorObsidian@512542aa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4322 nnparadisemod:ruby com.NetherNoah.ParadiseMod.items.ItemRuby@47e0e23f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4323 nnparadisemod:silver_ingot com.NetherNoah.ParadiseMod.items.SilverIngot@26b01384 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4324 nnparadisemod:rusty_door com.NetherNoah.ParadiseMod.items.doors.ItemRustyDoor@6c238208 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4325 nnparadisemod:cactus_door com.NetherNoah.ParadiseMod.items.doors.ItemCactusDoor@4e02800b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4326 nnparadisemod:glowing_obsidian_door com.NetherNoah.ParadiseMod.items.doors.ItemGlowingObsidianDoor@1898593 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4327 nnparadisemod:end_door com.NetherNoah.ParadiseMod.items.doors.ItemEndDoor@77e03d01 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4328 nnparadisemod:silver_door com.NetherNoah.ParadiseMod.items.doors.ItemSilverDoor@18b362c2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4329 nnparadisemod:glass_door com.NetherNoah.ParadiseMod.items.doors.ItemGlassDoor@48c2391 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4330 nnparadisemod:gold_door com.NetherNoah.ParadiseMod.items.doors.ItemGoldDoor@cfdd1c4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4331 nnparadisemod:diamond_door com.NetherNoah.ParadiseMod.items.doors.ItemDiamondDoor@b9f4b1f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4332 nnparadisemod:emerald_door com.NetherNoah.ParadiseMod.items.doors.ItemEmeraldDoor@3ebe4bbc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4333 nnparadisemod:andesite_door com.NetherNoah.ParadiseMod.items.doors.ItemAndesiteDoor@72b000e2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4334 nnparadisemod:diorite_door com.NetherNoah.ParadiseMod.items.doors.ItemDioriteDoor@1c825108 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4335 nnparadisemod:granite_door com.NetherNoah.ParadiseMod.items.doors.ItemGraniteDoor@5ed0d352 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4336 nnparadisemod:stone_door com.NetherNoah.ParadiseMod.items.doors.ItemStoneDoor@68d93913 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4337 nnparadisemod:cobblestone_door com.NetherNoah.ParadiseMod.items.doors.ItemCobblestoneDoor@37d05d32 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4338 nnparadisemod:moss_stone_door com.NetherNoah.ParadiseMod.items.doors.ItemMossStoneDoor@19c47103 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4339 nnparadisemod:obsidian_door com.NetherNoah.ParadiseMod.items.doors.ItemObsidianDoor@51b98798 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4340 nnparadisemod:bedrock_door com.NetherNoah.ParadiseMod.items.doors.ItemBedrockDoor@7590ce28 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4341 nnparadisemod:ruby_door com.NetherNoah.ParadiseMod.items.doors.ItemRubyDoor@278d2891 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4342 nnparadisemod:redstone_door com.NetherNoah.ParadiseMod.items.doors.ItemRedstoneDoor@2c94299a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4343 forge:bucketfilled net.minecraftforge.fluids.UniversalBucket@62a939cd +[18:27:06] [Server thread/TRACE] [FML]: Registry Name : minecraft:potions +[18:27:06] [Server thread/TRACE] [FML]: Registry: 1 minecraft:speed net.minecraft.potion.Potion@1da5c19d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2 minecraft:slowness net.minecraft.potion.Potion@3e4f2300 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 3 minecraft:haste net.minecraft.potion.Potion@e706aa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4 minecraft:mining_fatigue net.minecraft.potion.Potion@25e6c22a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 5 minecraft:strength net.minecraft.potion.PotionAttackDamage@edbc2bf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 6 minecraft:instant_health net.minecraft.potion.PotionHealth@6bf0f70a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 7 minecraft:instant_damage net.minecraft.potion.PotionHealth@5310e451 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 8 minecraft:jump_boost net.minecraft.potion.Potion@52d63b7e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 9 minecraft:nausea net.minecraft.potion.Potion@74830d73 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 10 minecraft:regeneration net.minecraft.potion.Potion@1827fc4e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 11 minecraft:resistance net.minecraft.potion.Potion@4c41a177 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 12 minecraft:fire_resistance net.minecraft.potion.Potion@2faf6e4a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 13 minecraft:water_breathing net.minecraft.potion.Potion@43ab0659 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 14 minecraft:invisibility net.minecraft.potion.Potion@644947ee +[18:27:06] [Server thread/TRACE] [FML]: Registry: 15 minecraft:blindness net.minecraft.potion.Potion@25421809 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 16 minecraft:night_vision net.minecraft.potion.Potion@714bffd5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 17 minecraft:hunger net.minecraft.potion.Potion@6ac9b66b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 18 minecraft:weakness net.minecraft.potion.PotionAttackDamage@4491eaeb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 19 minecraft:poison net.minecraft.potion.Potion@71262020 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 20 minecraft:wither net.minecraft.potion.Potion@5f3ddc86 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 21 minecraft:health_boost net.minecraft.potion.PotionHealthBoost@38e7860c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 22 minecraft:absorption net.minecraft.potion.PotionAbsorption@5891b7c5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 23 minecraft:saturation net.minecraft.potion.PotionHealth@4fc3529 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 24 minecraft:glowing net.minecraft.potion.Potion@38e46765 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 25 minecraft:levitation net.minecraft.potion.Potion@192f5f39 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 26 minecraft:luck net.minecraft.potion.Potion@4cd5fc46 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 27 minecraft:unluck net.minecraft.potion.Potion@2965dd88 +[18:27:06] [Server thread/TRACE] [FML]: Registry Name : minecraft:biomes +[18:27:06] [Server thread/TRACE] [FML]: Registry: 0 minecraft:ocean net.minecraft.world.biome.BiomeOcean@2a21cbe7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 1 minecraft:plains net.minecraft.world.biome.BiomePlains@4fbc516f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2 minecraft:desert net.minecraft.world.biome.BiomeDesert@25765a49 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 3 minecraft:extreme_hills net.minecraft.world.biome.BiomeHills@361fa478 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4 minecraft:forest net.minecraft.world.biome.BiomeForest@6247c08c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 5 minecraft:taiga net.minecraft.world.biome.BiomeTaiga@48f4264e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 6 minecraft:swampland net.minecraft.world.biome.BiomeSwamp@533d7c61 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 7 minecraft:river net.minecraft.world.biome.BiomeRiver@3a6b94b6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 8 minecraft:hell net.minecraft.world.biome.BiomeHell@5ea0a7a9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 9 minecraft:sky net.minecraft.world.biome.BiomeEnd@6f2a3b37 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 10 minecraft:frozen_ocean net.minecraft.world.biome.BiomeOcean@323b0632 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 11 minecraft:frozen_river net.minecraft.world.biome.BiomeRiver@7cd8831c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 12 minecraft:ice_flats net.minecraft.world.biome.BiomeSnow@50ef2906 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 13 minecraft:ice_mountains net.minecraft.world.biome.BiomeSnow@1f70bce5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 14 minecraft:mushroom_island net.minecraft.world.biome.BiomeMushroomIsland@16cb6f51 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 15 minecraft:mushroom_island_shore net.minecraft.world.biome.BiomeMushroomIsland@3fc5d397 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 16 minecraft:beaches net.minecraft.world.biome.BiomeBeach@57867d96 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 17 minecraft:desert_hills net.minecraft.world.biome.BiomeDesert@1a7a21d0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 18 minecraft:forest_hills net.minecraft.world.biome.BiomeForest@bb21063 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 19 minecraft:taiga_hills net.minecraft.world.biome.BiomeTaiga@6821c63c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 20 minecraft:smaller_extreme_hills net.minecraft.world.biome.BiomeHills@c2f7c63 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 21 minecraft:jungle net.minecraft.world.biome.BiomeJungle@fe156f4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 22 minecraft:jungle_hills net.minecraft.world.biome.BiomeJungle@79b4cff +[18:27:06] [Server thread/TRACE] [FML]: Registry: 23 minecraft:jungle_edge net.minecraft.world.biome.BiomeJungle@58ac0823 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 24 minecraft:deep_ocean net.minecraft.world.biome.BiomeOcean@2d705998 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 25 minecraft:stone_beach net.minecraft.world.biome.BiomeStoneBeach@7582a16b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 26 minecraft:cold_beach net.minecraft.world.biome.BiomeBeach@4dd752e8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 27 minecraft:birch_forest net.minecraft.world.biome.BiomeForest@62c46e53 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 28 minecraft:birch_forest_hills net.minecraft.world.biome.BiomeForest@55317c63 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 29 minecraft:roofed_forest net.minecraft.world.biome.BiomeForest@35d81657 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 30 minecraft:taiga_cold net.minecraft.world.biome.BiomeTaiga@42ef5216 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 31 minecraft:taiga_cold_hills net.minecraft.world.biome.BiomeTaiga@3180aee +[18:27:06] [Server thread/TRACE] [FML]: Registry: 32 minecraft:redwood_taiga net.minecraft.world.biome.BiomeTaiga@5d94ac8a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 33 minecraft:redwood_taiga_hills net.minecraft.world.biome.BiomeTaiga@288b73c1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 34 minecraft:extreme_hills_with_trees net.minecraft.world.biome.BiomeHills@104cfb24 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 35 minecraft:savanna net.minecraft.world.biome.BiomeSavanna@2bc8caa7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 36 minecraft:savanna_rock net.minecraft.world.biome.BiomeSavanna@582ea164 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 37 minecraft:mesa net.minecraft.world.biome.BiomeMesa@72646d16 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 38 minecraft:mesa_rock net.minecraft.world.biome.BiomeMesa@6ec2d990 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 39 minecraft:mesa_clear_rock net.minecraft.world.biome.BiomeMesa@1cfa7ee0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 127 minecraft:void net.minecraft.world.biome.BiomeVoid@7736c41e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 129 minecraft:mutated_plains net.minecraft.world.biome.BiomePlains@5f911d24 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 130 minecraft:mutated_desert net.minecraft.world.biome.BiomeDesert@3de383f7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 131 minecraft:mutated_extreme_hills net.minecraft.world.biome.BiomeHills@33ccead +[18:27:06] [Server thread/TRACE] [FML]: Registry: 132 minecraft:mutated_forest net.minecraft.world.biome.BiomeForest@42ebece0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 133 minecraft:mutated_taiga net.minecraft.world.biome.BiomeTaiga@15c4b1a4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 134 minecraft:mutated_swampland net.minecraft.world.biome.BiomeSwamp@341964d0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 140 minecraft:mutated_ice_flats net.minecraft.world.biome.BiomeSnow@51b59d58 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 149 minecraft:mutated_jungle net.minecraft.world.biome.BiomeJungle@4ca4f762 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 151 minecraft:mutated_jungle_edge net.minecraft.world.biome.BiomeJungle@7c5d36c3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 155 minecraft:mutated_birch_forest net.minecraft.world.biome.BiomeForestMutated@7ebfe01a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 156 minecraft:mutated_birch_forest_hills net.minecraft.world.biome.BiomeForestMutated@154b0748 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 157 minecraft:mutated_roofed_forest net.minecraft.world.biome.BiomeForest@35c00c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 158 minecraft:mutated_taiga_cold net.minecraft.world.biome.BiomeTaiga@6cd7dc74 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 160 minecraft:mutated_redwood_taiga net.minecraft.world.biome.BiomeTaiga@6d695ec4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 161 minecraft:mutated_redwood_taiga_hills net.minecraft.world.biome.BiomeTaiga@20556566 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 162 minecraft:mutated_extreme_hills_with_trees net.minecraft.world.biome.BiomeHills@e4ef4c0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 163 minecraft:mutated_savanna net.minecraft.world.biome.BiomeSavannaMutated@7b10472e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 164 minecraft:mutated_savanna_rock net.minecraft.world.biome.BiomeSavannaMutated@70e5737f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 165 minecraft:mutated_mesa net.minecraft.world.biome.BiomeMesa@9746157 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 166 minecraft:mutated_mesa_rock net.minecraft.world.biome.BiomeMesa@10ad95cd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 167 minecraft:mutated_mesa_clear_rock net.minecraft.world.biome.BiomeMesa@69fd99c1 +[18:27:06] [Server thread/TRACE] [FML]: Registry Name : minecraft:soundevents +[18:27:06] [Server thread/TRACE] [FML]: Registry: 0 minecraft:ambient.cave net.minecraft.util.SoundEvent@1a3e8e24 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 1 minecraft:block.anvil.break net.minecraft.util.SoundEvent@3bc4ef12 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2 minecraft:block.anvil.destroy net.minecraft.util.SoundEvent@50448409 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 3 minecraft:block.anvil.fall net.minecraft.util.SoundEvent@5634a861 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4 minecraft:block.anvil.hit net.minecraft.util.SoundEvent@2b0dc227 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 5 minecraft:block.anvil.land net.minecraft.util.SoundEvent@37ad042b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 6 minecraft:block.anvil.place net.minecraft.util.SoundEvent@43bdaa1b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 7 minecraft:block.anvil.step net.minecraft.util.SoundEvent@30b975ad +[18:27:06] [Server thread/TRACE] [FML]: Registry: 8 minecraft:block.anvil.use net.minecraft.util.SoundEvent@75e09567 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 9 minecraft:block.brewing_stand.brew net.minecraft.util.SoundEvent@2a334bac +[18:27:06] [Server thread/TRACE] [FML]: Registry: 10 minecraft:block.chest.close net.minecraft.util.SoundEvent@470d183 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 11 minecraft:block.chest.locked net.minecraft.util.SoundEvent@7f9fc8bd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 12 minecraft:block.chest.open net.minecraft.util.SoundEvent@ea52184 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 13 minecraft:block.chorus_flower.death net.minecraft.util.SoundEvent@3e7b65d7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 14 minecraft:block.chorus_flower.grow net.minecraft.util.SoundEvent@3c854752 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 15 minecraft:block.cloth.break net.minecraft.util.SoundEvent@3ddeaa5f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 16 minecraft:block.cloth.fall net.minecraft.util.SoundEvent@1a500561 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 17 minecraft:block.cloth.hit net.minecraft.util.SoundEvent@7f608e21 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 18 minecraft:block.cloth.place net.minecraft.util.SoundEvent@6949e948 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 19 minecraft:block.cloth.step net.minecraft.util.SoundEvent@210d2a6c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 20 minecraft:block.comparator.click net.minecraft.util.SoundEvent@3bec5821 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 21 minecraft:block.dispenser.dispense net.minecraft.util.SoundEvent@4086d8fb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 22 minecraft:block.dispenser.fail net.minecraft.util.SoundEvent@66236a0a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 23 minecraft:block.dispenser.launch net.minecraft.util.SoundEvent@2e3572e8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 24 minecraft:block.enchantment_table.use net.minecraft.util.SoundEvent@77c10a5f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 25 minecraft:block.end_gateway.spawn net.minecraft.util.SoundEvent@176555c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 26 minecraft:block.end_portal.spawn net.minecraft.util.SoundEvent@7c781c42 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 27 minecraft:block.end_portal_frame.fill net.minecraft.util.SoundEvent@795f8317 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 28 minecraft:block.enderchest.close net.minecraft.util.SoundEvent@633fd91 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 29 minecraft:block.enderchest.open net.minecraft.util.SoundEvent@355c94be +[18:27:06] [Server thread/TRACE] [FML]: Registry: 30 minecraft:block.fence_gate.close net.minecraft.util.SoundEvent@97a145b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 31 minecraft:block.fence_gate.open net.minecraft.util.SoundEvent@c386958 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 32 minecraft:block.fire.ambient net.minecraft.util.SoundEvent@157ec23b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 33 minecraft:block.fire.extinguish net.minecraft.util.SoundEvent@44d64d4e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 34 minecraft:block.furnace.fire_crackle net.minecraft.util.SoundEvent@1dd74143 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 35 minecraft:block.glass.break net.minecraft.util.SoundEvent@526a9908 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 36 minecraft:block.glass.fall net.minecraft.util.SoundEvent@3166f664 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 37 minecraft:block.glass.hit net.minecraft.util.SoundEvent@47ac613b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 38 minecraft:block.glass.place net.minecraft.util.SoundEvent@60d6fdd4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 39 minecraft:block.glass.step net.minecraft.util.SoundEvent@66f28a1f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 40 minecraft:block.grass.break net.minecraft.util.SoundEvent@60a19573 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 41 minecraft:block.grass.fall net.minecraft.util.SoundEvent@44a085e5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 42 minecraft:block.grass.hit net.minecraft.util.SoundEvent@134ff8f8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 43 minecraft:block.grass.place net.minecraft.util.SoundEvent@619f2afc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 44 minecraft:block.grass.step net.minecraft.util.SoundEvent@df921b1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 45 minecraft:block.gravel.break net.minecraft.util.SoundEvent@4db60246 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 46 minecraft:block.gravel.fall net.minecraft.util.SoundEvent@2152ab30 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 47 minecraft:block.gravel.hit net.minecraft.util.SoundEvent@3902bd2c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 48 minecraft:block.gravel.place net.minecraft.util.SoundEvent@7d32e714 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 49 minecraft:block.gravel.step net.minecraft.util.SoundEvent@eb6ec6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 50 minecraft:block.iron_door.close net.minecraft.util.SoundEvent@34d45ec0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 51 minecraft:block.iron_door.open net.minecraft.util.SoundEvent@18137eab +[18:27:06] [Server thread/TRACE] [FML]: Registry: 52 minecraft:block.iron_trapdoor.close net.minecraft.util.SoundEvent@727320fa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 53 minecraft:block.iron_trapdoor.open net.minecraft.util.SoundEvent@2935fd2c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 54 minecraft:block.ladder.break net.minecraft.util.SoundEvent@3f018494 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 55 minecraft:block.ladder.fall net.minecraft.util.SoundEvent@3ce443f9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 56 minecraft:block.ladder.hit net.minecraft.util.SoundEvent@57fbc06f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 57 minecraft:block.ladder.place net.minecraft.util.SoundEvent@51a18b21 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 58 minecraft:block.ladder.step net.minecraft.util.SoundEvent@62b790a5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 59 minecraft:block.lava.ambient net.minecraft.util.SoundEvent@7c52fc81 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 60 minecraft:block.lava.extinguish net.minecraft.util.SoundEvent@7523a3dc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 61 minecraft:block.lava.pop net.minecraft.util.SoundEvent@2806d6da +[18:27:06] [Server thread/TRACE] [FML]: Registry: 62 minecraft:block.lever.click net.minecraft.util.SoundEvent@766a49c7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 63 minecraft:block.metal.break net.minecraft.util.SoundEvent@1db7157f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 64 minecraft:block.metal.fall net.minecraft.util.SoundEvent@75e27856 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 65 minecraft:block.metal.hit net.minecraft.util.SoundEvent@6bccd036 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 66 minecraft:block.metal.place net.minecraft.util.SoundEvent@4f4c88f9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 67 minecraft:block.metal.step net.minecraft.util.SoundEvent@6a756082 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 68 minecraft:block.metal_pressureplate.click_off net.minecraft.util.SoundEvent@cb39552 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 69 minecraft:block.metal_pressureplate.click_on net.minecraft.util.SoundEvent@1f3b992 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 70 minecraft:block.note.basedrum net.minecraft.util.SoundEvent@2a53f215 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 71 minecraft:block.note.bass net.minecraft.util.SoundEvent@6b63e6ad +[18:27:06] [Server thread/TRACE] [FML]: Registry: 72 minecraft:block.note.bell net.minecraft.util.SoundEvent@7beae796 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 73 minecraft:block.note.chime net.minecraft.util.SoundEvent@6749fe50 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 74 minecraft:block.note.flute net.minecraft.util.SoundEvent@52bf7bf6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 75 minecraft:block.note.guitar net.minecraft.util.SoundEvent@261db982 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 76 minecraft:block.note.harp net.minecraft.util.SoundEvent@ae73c80 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 77 minecraft:block.note.hat net.minecraft.util.SoundEvent@22f4f8f2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 78 minecraft:block.note.pling net.minecraft.util.SoundEvent@bbd4791 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 79 minecraft:block.note.snare net.minecraft.util.SoundEvent@40a72ecd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 80 minecraft:block.note.xylophone net.minecraft.util.SoundEvent@73971965 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 81 minecraft:block.piston.contract net.minecraft.util.SoundEvent@76a14c8d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 82 minecraft:block.piston.extend net.minecraft.util.SoundEvent@17410c07 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 83 minecraft:block.portal.ambient net.minecraft.util.SoundEvent@6ee99964 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 84 minecraft:block.portal.travel net.minecraft.util.SoundEvent@257ef9ed +[18:27:06] [Server thread/TRACE] [FML]: Registry: 85 minecraft:block.portal.trigger net.minecraft.util.SoundEvent@59c70ceb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 86 minecraft:block.redstone_torch.burnout net.minecraft.util.SoundEvent@46f902e0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 87 minecraft:block.sand.break net.minecraft.util.SoundEvent@64f981e2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 88 minecraft:block.sand.fall net.minecraft.util.SoundEvent@361abd01 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 89 minecraft:block.sand.hit net.minecraft.util.SoundEvent@575b5f7d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 90 minecraft:block.sand.place net.minecraft.util.SoundEvent@59bbb974 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 91 minecraft:block.sand.step net.minecraft.util.SoundEvent@7165d530 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 92 minecraft:block.shulker_box.close net.minecraft.util.SoundEvent@12f49ca8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 93 minecraft:block.shulker_box.open net.minecraft.util.SoundEvent@1fd9893c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 94 minecraft:block.slime.break net.minecraft.util.SoundEvent@1b2df3aa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 95 minecraft:block.slime.fall net.minecraft.util.SoundEvent@44be69aa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 96 minecraft:block.slime.hit net.minecraft.util.SoundEvent@7219ac49 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 97 minecraft:block.slime.place net.minecraft.util.SoundEvent@21da4b5f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 98 minecraft:block.slime.step net.minecraft.util.SoundEvent@551e4c6d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 99 minecraft:block.snow.break net.minecraft.util.SoundEvent@625a9c5d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 100 minecraft:block.snow.fall net.minecraft.util.SoundEvent@5d1e0fbb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 101 minecraft:block.snow.hit net.minecraft.util.SoundEvent@2eed37f4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 102 minecraft:block.snow.place net.minecraft.util.SoundEvent@9b76b60 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 103 minecraft:block.snow.step net.minecraft.util.SoundEvent@3fb9a67f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 104 minecraft:block.stone.break net.minecraft.util.SoundEvent@127705e4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 105 minecraft:block.stone.fall net.minecraft.util.SoundEvent@5562c2c9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 106 minecraft:block.stone.hit net.minecraft.util.SoundEvent@673c4f6e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 107 minecraft:block.stone.place net.minecraft.util.SoundEvent@15c487a8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 108 minecraft:block.stone.step net.minecraft.util.SoundEvent@3f36e8d1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 109 minecraft:block.stone_button.click_off net.minecraft.util.SoundEvent@7c011174 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 110 minecraft:block.stone_button.click_on net.minecraft.util.SoundEvent@794366a5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 111 minecraft:block.stone_pressureplate.click_off net.minecraft.util.SoundEvent@480b57e2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 112 minecraft:block.stone_pressureplate.click_on net.minecraft.util.SoundEvent@40f35e52 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 113 minecraft:block.tripwire.attach net.minecraft.util.SoundEvent@340d6d89 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 114 minecraft:block.tripwire.click_off net.minecraft.util.SoundEvent@561953e3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 115 minecraft:block.tripwire.click_on net.minecraft.util.SoundEvent@443faa85 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 116 minecraft:block.tripwire.detach net.minecraft.util.SoundEvent@1ee47d9e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 117 minecraft:block.water.ambient net.minecraft.util.SoundEvent@41da3aee +[18:27:06] [Server thread/TRACE] [FML]: Registry: 118 minecraft:block.waterlily.place net.minecraft.util.SoundEvent@5dc0ff7d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 119 minecraft:block.wood.break net.minecraft.util.SoundEvent@64920dc2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 120 minecraft:block.wood.fall net.minecraft.util.SoundEvent@59a79443 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 121 minecraft:block.wood.hit net.minecraft.util.SoundEvent@493ac8d3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 122 minecraft:block.wood.place net.minecraft.util.SoundEvent@13dbed9e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 123 minecraft:block.wood.step net.minecraft.util.SoundEvent@67531e3a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 124 minecraft:block.wood_button.click_off net.minecraft.util.SoundEvent@2b38b1f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 125 minecraft:block.wood_button.click_on net.minecraft.util.SoundEvent@1d50a7ca +[18:27:06] [Server thread/TRACE] [FML]: Registry: 126 minecraft:block.wood_pressureplate.click_off net.minecraft.util.SoundEvent@51ab1ee3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 127 minecraft:block.wood_pressureplate.click_on net.minecraft.util.SoundEvent@2e766822 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 128 minecraft:block.wooden_door.close net.minecraft.util.SoundEvent@3003e580 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 129 minecraft:block.wooden_door.open net.minecraft.util.SoundEvent@28757abd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 130 minecraft:block.wooden_trapdoor.close net.minecraft.util.SoundEvent@21a02556 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 131 minecraft:block.wooden_trapdoor.open net.minecraft.util.SoundEvent@3c8a7e38 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 132 minecraft:enchant.thorns.hit net.minecraft.util.SoundEvent@138aa3cc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 133 minecraft:entity.armorstand.break net.minecraft.util.SoundEvent@10a98392 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 134 minecraft:entity.armorstand.fall net.minecraft.util.SoundEvent@30839e44 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 135 minecraft:entity.armorstand.hit net.minecraft.util.SoundEvent@5f174dd2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 136 minecraft:entity.armorstand.place net.minecraft.util.SoundEvent@1945113f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 137 minecraft:entity.arrow.hit net.minecraft.util.SoundEvent@45aca496 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 138 minecraft:entity.arrow.hit_player net.minecraft.util.SoundEvent@697173d9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 139 minecraft:entity.arrow.shoot net.minecraft.util.SoundEvent@ceddaf8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 140 minecraft:entity.bat.ambient net.minecraft.util.SoundEvent@3d90eeb3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 141 minecraft:entity.bat.death net.minecraft.util.SoundEvent@1db87583 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 142 minecraft:entity.bat.hurt net.minecraft.util.SoundEvent@7fb53256 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 143 minecraft:entity.bat.loop net.minecraft.util.SoundEvent@1d6d1d42 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 144 minecraft:entity.bat.takeoff net.minecraft.util.SoundEvent@27329d2a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 145 minecraft:entity.blaze.ambient net.minecraft.util.SoundEvent@7978e022 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 146 minecraft:entity.blaze.burn net.minecraft.util.SoundEvent@2f894ad9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 147 minecraft:entity.blaze.death net.minecraft.util.SoundEvent@5afbd567 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 148 minecraft:entity.blaze.hurt net.minecraft.util.SoundEvent@6993c8df +[18:27:06] [Server thread/TRACE] [FML]: Registry: 149 minecraft:entity.blaze.shoot net.minecraft.util.SoundEvent@57545c3f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 150 minecraft:entity.boat.paddle_land net.minecraft.util.SoundEvent@326e0b8e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 151 minecraft:entity.boat.paddle_water net.minecraft.util.SoundEvent@36baa049 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 152 minecraft:entity.bobber.retrieve net.minecraft.util.SoundEvent@41184371 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 153 minecraft:entity.bobber.splash net.minecraft.util.SoundEvent@34585ac9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 154 minecraft:entity.bobber.throw net.minecraft.util.SoundEvent@76a805b7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 155 minecraft:entity.cat.ambient net.minecraft.util.SoundEvent@15f35bc3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 156 minecraft:entity.cat.death net.minecraft.util.SoundEvent@167381c7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 157 minecraft:entity.cat.hiss net.minecraft.util.SoundEvent@608b1fd2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 158 minecraft:entity.cat.hurt net.minecraft.util.SoundEvent@56382bc9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 159 minecraft:entity.cat.purr net.minecraft.util.SoundEvent@591a4f8e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 160 minecraft:entity.cat.purreow net.minecraft.util.SoundEvent@53ed80d3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 161 minecraft:entity.chicken.ambient net.minecraft.util.SoundEvent@6ba060f3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 162 minecraft:entity.chicken.death net.minecraft.util.SoundEvent@7c51782d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 163 minecraft:entity.chicken.egg net.minecraft.util.SoundEvent@77bc2e16 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 164 minecraft:entity.chicken.hurt net.minecraft.util.SoundEvent@48e8c32a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 165 minecraft:entity.chicken.step net.minecraft.util.SoundEvent@20a7953c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 166 minecraft:entity.cow.ambient net.minecraft.util.SoundEvent@57c00115 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 167 minecraft:entity.cow.death net.minecraft.util.SoundEvent@411a5965 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 168 minecraft:entity.cow.hurt net.minecraft.util.SoundEvent@4fe533ff +[18:27:06] [Server thread/TRACE] [FML]: Registry: 169 minecraft:entity.cow.milk net.minecraft.util.SoundEvent@5377414a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 170 minecraft:entity.cow.step net.minecraft.util.SoundEvent@4e83a98 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 171 minecraft:entity.creeper.death net.minecraft.util.SoundEvent@17aa8a11 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 172 minecraft:entity.creeper.hurt net.minecraft.util.SoundEvent@71b639d0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 173 minecraft:entity.creeper.primed net.minecraft.util.SoundEvent@18a25bbd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 174 minecraft:entity.donkey.ambient net.minecraft.util.SoundEvent@5d5b9ecb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 175 minecraft:entity.donkey.angry net.minecraft.util.SoundEvent@1ee27d73 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 176 minecraft:entity.donkey.chest net.minecraft.util.SoundEvent@5e5aafc6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 177 minecraft:entity.donkey.death net.minecraft.util.SoundEvent@542f6803 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 178 minecraft:entity.donkey.hurt net.minecraft.util.SoundEvent@5583098b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 179 minecraft:entity.egg.throw net.minecraft.util.SoundEvent@5807efad +[18:27:06] [Server thread/TRACE] [FML]: Registry: 180 minecraft:entity.elder_guardian.ambient net.minecraft.util.SoundEvent@53a84ff4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 181 minecraft:entity.elder_guardian.ambient_land net.minecraft.util.SoundEvent@7ce85af2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 182 minecraft:entity.elder_guardian.curse net.minecraft.util.SoundEvent@316acbb5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 183 minecraft:entity.elder_guardian.death net.minecraft.util.SoundEvent@56f730b2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 184 minecraft:entity.elder_guardian.death_land net.minecraft.util.SoundEvent@47311277 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 185 minecraft:entity.elder_guardian.flop net.minecraft.util.SoundEvent@7930ffa9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 186 minecraft:entity.elder_guardian.hurt net.minecraft.util.SoundEvent@1e60b459 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 187 minecraft:entity.elder_guardian.hurt_land net.minecraft.util.SoundEvent@717d7587 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 188 minecraft:entity.enderdragon.ambient net.minecraft.util.SoundEvent@3e906375 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 189 minecraft:entity.enderdragon.death net.minecraft.util.SoundEvent@40230eb9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 190 minecraft:entity.enderdragon.flap net.minecraft.util.SoundEvent@5b7aa898 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 191 minecraft:entity.enderdragon.growl net.minecraft.util.SoundEvent@41b13f3d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 192 minecraft:entity.enderdragon.hurt net.minecraft.util.SoundEvent@7c0777b5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 193 minecraft:entity.enderdragon.shoot net.minecraft.util.SoundEvent@2489e84a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 194 minecraft:entity.enderdragon_fireball.explode net.minecraft.util.SoundEvent@2a39aa2b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 195 minecraft:entity.endereye.death net.minecraft.util.SoundEvent@62b93086 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 196 minecraft:entity.endereye.launch net.minecraft.util.SoundEvent@254449bb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 197 minecraft:entity.endermen.ambient net.minecraft.util.SoundEvent@4e642ee1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 198 minecraft:entity.endermen.death net.minecraft.util.SoundEvent@29ebbdf4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 199 minecraft:entity.endermen.hurt net.minecraft.util.SoundEvent@2fd954f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 200 minecraft:entity.endermen.scream net.minecraft.util.SoundEvent@5731d3a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 201 minecraft:entity.endermen.stare net.minecraft.util.SoundEvent@6a0f2853 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 202 minecraft:entity.endermen.teleport net.minecraft.util.SoundEvent@1eff3cfb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 203 minecraft:entity.endermite.ambient net.minecraft.util.SoundEvent@70c69586 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 204 minecraft:entity.endermite.death net.minecraft.util.SoundEvent@6dc1dc69 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 205 minecraft:entity.endermite.hurt net.minecraft.util.SoundEvent@7e9f2c32 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 206 minecraft:entity.endermite.step net.minecraft.util.SoundEvent@19e0dffe +[18:27:06] [Server thread/TRACE] [FML]: Registry: 207 minecraft:entity.enderpearl.throw net.minecraft.util.SoundEvent@5d4e13e1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 208 minecraft:entity.evocation_fangs.attack net.minecraft.util.SoundEvent@3e0fbeb5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 209 minecraft:entity.evocation_illager.ambient net.minecraft.util.SoundEvent@3976ebfa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 210 minecraft:entity.evocation_illager.cast_spell net.minecraft.util.SoundEvent@2676dc05 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 211 minecraft:entity.evocation_illager.death net.minecraft.util.SoundEvent@b0a1231 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 212 minecraft:entity.evocation_illager.hurt net.minecraft.util.SoundEvent@4833eff3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 213 minecraft:entity.evocation_illager.prepare_attack net.minecraft.util.SoundEvent@4694f434 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 214 minecraft:entity.evocation_illager.prepare_summon net.minecraft.util.SoundEvent@56928e17 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 215 minecraft:entity.evocation_illager.prepare_wololo net.minecraft.util.SoundEvent@dd2856e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 216 minecraft:entity.experience_bottle.throw net.minecraft.util.SoundEvent@5a49af50 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 217 minecraft:entity.experience_orb.pickup net.minecraft.util.SoundEvent@3b1dc579 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 218 minecraft:entity.firework.blast net.minecraft.util.SoundEvent@793d163b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 219 minecraft:entity.firework.blast_far net.minecraft.util.SoundEvent@60dd0587 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 220 minecraft:entity.firework.large_blast net.minecraft.util.SoundEvent@77f905e3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 221 minecraft:entity.firework.large_blast_far net.minecraft.util.SoundEvent@221a2068 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 222 minecraft:entity.firework.launch net.minecraft.util.SoundEvent@338766de +[18:27:06] [Server thread/TRACE] [FML]: Registry: 223 minecraft:entity.firework.shoot net.minecraft.util.SoundEvent@3b7eac14 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 224 minecraft:entity.firework.twinkle net.minecraft.util.SoundEvent@4976085 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 225 minecraft:entity.firework.twinkle_far net.minecraft.util.SoundEvent@777d191f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 226 minecraft:entity.generic.big_fall net.minecraft.util.SoundEvent@7fc420b8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 227 minecraft:entity.generic.burn net.minecraft.util.SoundEvent@31142d58 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 228 minecraft:entity.generic.death net.minecraft.util.SoundEvent@e38f0b7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 229 minecraft:entity.generic.drink net.minecraft.util.SoundEvent@1192b58e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 230 minecraft:entity.generic.eat net.minecraft.util.SoundEvent@4f8d86e4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 231 minecraft:entity.generic.explode net.minecraft.util.SoundEvent@5f631ca0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 232 minecraft:entity.generic.extinguish_fire net.minecraft.util.SoundEvent@1697f2b3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 233 minecraft:entity.generic.hurt net.minecraft.util.SoundEvent@12ad1b2a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 234 minecraft:entity.generic.small_fall net.minecraft.util.SoundEvent@3134153d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 235 minecraft:entity.generic.splash net.minecraft.util.SoundEvent@767599a7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 236 minecraft:entity.generic.swim net.minecraft.util.SoundEvent@5f5effb0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 237 minecraft:entity.ghast.ambient net.minecraft.util.SoundEvent@25d0cb3a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 238 minecraft:entity.ghast.death net.minecraft.util.SoundEvent@345cbf40 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 239 minecraft:entity.ghast.hurt net.minecraft.util.SoundEvent@6e3eb0cd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 240 minecraft:entity.ghast.scream net.minecraft.util.SoundEvent@463561c5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 241 minecraft:entity.ghast.shoot net.minecraft.util.SoundEvent@659feb22 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 242 minecraft:entity.ghast.warn net.minecraft.util.SoundEvent@3468ee6e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 243 minecraft:entity.guardian.ambient net.minecraft.util.SoundEvent@2f4b98f6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 244 minecraft:entity.guardian.ambient_land net.minecraft.util.SoundEvent@421def93 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 245 minecraft:entity.guardian.attack net.minecraft.util.SoundEvent@58c1da09 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 246 minecraft:entity.guardian.death net.minecraft.util.SoundEvent@2b2954e1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 247 minecraft:entity.guardian.death_land net.minecraft.util.SoundEvent@58d6e55a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 248 minecraft:entity.guardian.flop net.minecraft.util.SoundEvent@751ae8a4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 249 minecraft:entity.guardian.hurt net.minecraft.util.SoundEvent@235d659c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 250 minecraft:entity.guardian.hurt_land net.minecraft.util.SoundEvent@4232b34a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 251 minecraft:entity.horse.ambient net.minecraft.util.SoundEvent@2da16263 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 252 minecraft:entity.horse.angry net.minecraft.util.SoundEvent@f5ce0bb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 253 minecraft:entity.horse.armor net.minecraft.util.SoundEvent@47e51549 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 254 minecraft:entity.horse.breathe net.minecraft.util.SoundEvent@101a461c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 255 minecraft:entity.horse.death net.minecraft.util.SoundEvent@360e9c06 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 256 minecraft:entity.horse.eat net.minecraft.util.SoundEvent@5ebffb44 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 257 minecraft:entity.horse.gallop net.minecraft.util.SoundEvent@311ff287 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 258 minecraft:entity.horse.hurt net.minecraft.util.SoundEvent@7377781e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 259 minecraft:entity.horse.jump net.minecraft.util.SoundEvent@31db34da +[18:27:06] [Server thread/TRACE] [FML]: Registry: 260 minecraft:entity.horse.land net.minecraft.util.SoundEvent@109f8c7e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 261 minecraft:entity.horse.saddle net.minecraft.util.SoundEvent@5edacf20 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 262 minecraft:entity.horse.step net.minecraft.util.SoundEvent@16a5eb6d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 263 minecraft:entity.horse.step_wood net.minecraft.util.SoundEvent@7e307087 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 264 minecraft:entity.hostile.big_fall net.minecraft.util.SoundEvent@1220ef43 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 265 minecraft:entity.hostile.death net.minecraft.util.SoundEvent@1a8b81e8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 266 minecraft:entity.hostile.hurt net.minecraft.util.SoundEvent@234cff57 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 267 minecraft:entity.hostile.small_fall net.minecraft.util.SoundEvent@5e8507f1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 268 minecraft:entity.hostile.splash net.minecraft.util.SoundEvent@4bcaa195 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 269 minecraft:entity.hostile.swim net.minecraft.util.SoundEvent@d08edc5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 270 minecraft:entity.husk.ambient net.minecraft.util.SoundEvent@49fa1d74 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 271 minecraft:entity.husk.death net.minecraft.util.SoundEvent@3f362135 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 272 minecraft:entity.husk.hurt net.minecraft.util.SoundEvent@21eee94f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 273 minecraft:entity.husk.step net.minecraft.util.SoundEvent@6bc24e72 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 274 minecraft:entity.illusion_illager.ambient net.minecraft.util.SoundEvent@724aefc3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 275 minecraft:entity.illusion_illager.cast_spell net.minecraft.util.SoundEvent@7cfb4736 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 276 minecraft:entity.illusion_illager.death net.minecraft.util.SoundEvent@2a097d77 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 277 minecraft:entity.illusion_illager.hurt net.minecraft.util.SoundEvent@53c1179a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 278 minecraft:entity.illusion_illager.mirror_move net.minecraft.util.SoundEvent@7650ded6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 279 minecraft:entity.illusion_illager.prepare_blindness net.minecraft.util.SoundEvent@5034f5dd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 280 minecraft:entity.illusion_illager.prepare_mirror net.minecraft.util.SoundEvent@31b7d869 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 281 minecraft:entity.irongolem.attack net.minecraft.util.SoundEvent@6a916402 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 282 minecraft:entity.irongolem.death net.minecraft.util.SoundEvent@1a47a1e8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 283 minecraft:entity.irongolem.hurt net.minecraft.util.SoundEvent@6d2a2560 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 284 minecraft:entity.irongolem.step net.minecraft.util.SoundEvent@62d1dc3c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 285 minecraft:entity.item.break net.minecraft.util.SoundEvent@3811510 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 286 minecraft:entity.item.pickup net.minecraft.util.SoundEvent@24eeac69 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 287 minecraft:entity.itemframe.add_item net.minecraft.util.SoundEvent@18539cb1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 288 minecraft:entity.itemframe.break net.minecraft.util.SoundEvent@748f93bb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 289 minecraft:entity.itemframe.place net.minecraft.util.SoundEvent@7f2d31af +[18:27:06] [Server thread/TRACE] [FML]: Registry: 290 minecraft:entity.itemframe.remove_item net.minecraft.util.SoundEvent@2e7157c7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 291 minecraft:entity.itemframe.rotate_item net.minecraft.util.SoundEvent@2a43e0ac +[18:27:06] [Server thread/TRACE] [FML]: Registry: 292 minecraft:entity.leashknot.break net.minecraft.util.SoundEvent@22d9bc14 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 293 minecraft:entity.leashknot.place net.minecraft.util.SoundEvent@346f41a9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 294 minecraft:entity.lightning.impact net.minecraft.util.SoundEvent@1084f78c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 295 minecraft:entity.lightning.thunder net.minecraft.util.SoundEvent@25f723b0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 296 minecraft:entity.lingeringpotion.throw net.minecraft.util.SoundEvent@4aa11206 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 297 minecraft:entity.llama.ambient net.minecraft.util.SoundEvent@40d60f2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 298 minecraft:entity.llama.angry net.minecraft.util.SoundEvent@3382cf68 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 299 minecraft:entity.llama.chest net.minecraft.util.SoundEvent@2f74900b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 300 minecraft:entity.llama.death net.minecraft.util.SoundEvent@6d8796c1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 301 minecraft:entity.llama.eat net.minecraft.util.SoundEvent@2e26173 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 302 minecraft:entity.llama.hurt net.minecraft.util.SoundEvent@27be17c8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 303 minecraft:entity.llama.spit net.minecraft.util.SoundEvent@2c413ffc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 304 minecraft:entity.llama.step net.minecraft.util.SoundEvent@7d21852b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 305 minecraft:entity.llama.swag net.minecraft.util.SoundEvent@6cd98a05 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 306 minecraft:entity.magmacube.death net.minecraft.util.SoundEvent@3b8ec001 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 307 minecraft:entity.magmacube.hurt net.minecraft.util.SoundEvent@1e95b653 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 308 minecraft:entity.magmacube.jump net.minecraft.util.SoundEvent@6f6c6077 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 309 minecraft:entity.magmacube.squish net.minecraft.util.SoundEvent@4fc5563d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 310 minecraft:entity.minecart.inside net.minecraft.util.SoundEvent@286090c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 311 minecraft:entity.minecart.riding net.minecraft.util.SoundEvent@31120021 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 312 minecraft:entity.mooshroom.shear net.minecraft.util.SoundEvent@3df1a1ac +[18:27:06] [Server thread/TRACE] [FML]: Registry: 313 minecraft:entity.mule.ambient net.minecraft.util.SoundEvent@58606c91 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 314 minecraft:entity.mule.chest net.minecraft.util.SoundEvent@6a9cd0f8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 315 minecraft:entity.mule.death net.minecraft.util.SoundEvent@4baed682 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 316 minecraft:entity.mule.hurt net.minecraft.util.SoundEvent@7be2f29a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 317 minecraft:entity.painting.break net.minecraft.util.SoundEvent@203d1d93 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 318 minecraft:entity.painting.place net.minecraft.util.SoundEvent@2c2a027c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 319 minecraft:entity.parrot.ambient net.minecraft.util.SoundEvent@118dcbbd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 320 minecraft:entity.parrot.death net.minecraft.util.SoundEvent@7d979d34 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 321 minecraft:entity.parrot.eat net.minecraft.util.SoundEvent@350ec690 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 322 minecraft:entity.parrot.fly net.minecraft.util.SoundEvent@49cb1baf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 323 minecraft:entity.parrot.hurt net.minecraft.util.SoundEvent@3664f108 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 324 minecraft:entity.parrot.imitate.blaze net.minecraft.util.SoundEvent@77dba4cd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 325 minecraft:entity.parrot.imitate.creeper net.minecraft.util.SoundEvent@34a2d6e0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 326 minecraft:entity.parrot.imitate.elder_guardian net.minecraft.util.SoundEvent@2525a5b8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 327 minecraft:entity.parrot.imitate.enderdragon net.minecraft.util.SoundEvent@3458eca5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 328 minecraft:entity.parrot.imitate.enderman net.minecraft.util.SoundEvent@1e0fdb2f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 329 minecraft:entity.parrot.imitate.endermite net.minecraft.util.SoundEvent@3c380bd8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 330 minecraft:entity.parrot.imitate.evocation_illager net.minecraft.util.SoundEvent@34b87182 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 331 minecraft:entity.parrot.imitate.ghast net.minecraft.util.SoundEvent@47768e74 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 332 minecraft:entity.parrot.imitate.husk net.minecraft.util.SoundEvent@2740e316 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 333 minecraft:entity.parrot.imitate.illusion_illager net.minecraft.util.SoundEvent@5b5a4aed +[18:27:06] [Server thread/TRACE] [FML]: Registry: 334 minecraft:entity.parrot.imitate.magmacube net.minecraft.util.SoundEvent@2c991465 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 335 minecraft:entity.parrot.imitate.polar_bear net.minecraft.util.SoundEvent@5fef2aac +[18:27:06] [Server thread/TRACE] [FML]: Registry: 336 minecraft:entity.parrot.imitate.shulker net.minecraft.util.SoundEvent@7f973a14 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 337 minecraft:entity.parrot.imitate.silverfish net.minecraft.util.SoundEvent@76130a29 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 338 minecraft:entity.parrot.imitate.skeleton net.minecraft.util.SoundEvent@124d02b2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 339 minecraft:entity.parrot.imitate.slime net.minecraft.util.SoundEvent@3451f01d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 340 minecraft:entity.parrot.imitate.spider net.minecraft.util.SoundEvent@72503b19 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 341 minecraft:entity.parrot.imitate.stray net.minecraft.util.SoundEvent@1cfc2538 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 342 minecraft:entity.parrot.imitate.vex net.minecraft.util.SoundEvent@66deec87 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 343 minecraft:entity.parrot.imitate.vindication_illager net.minecraft.util.SoundEvent@5d342959 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 344 minecraft:entity.parrot.imitate.witch net.minecraft.util.SoundEvent@2ecf5915 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 345 minecraft:entity.parrot.imitate.wither net.minecraft.util.SoundEvent@53e76c11 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 346 minecraft:entity.parrot.imitate.wither_skeleton net.minecraft.util.SoundEvent@42cc183e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 347 minecraft:entity.parrot.imitate.wolf net.minecraft.util.SoundEvent@3e4e8fdf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 348 minecraft:entity.parrot.imitate.zombie net.minecraft.util.SoundEvent@6a1d6ef2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 349 minecraft:entity.parrot.imitate.zombie_pigman net.minecraft.util.SoundEvent@2721044 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 350 minecraft:entity.parrot.imitate.zombie_villager net.minecraft.util.SoundEvent@205df5dc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 351 minecraft:entity.parrot.step net.minecraft.util.SoundEvent@6aa7b67f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 352 minecraft:entity.pig.ambient net.minecraft.util.SoundEvent@6bcc3f27 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 353 minecraft:entity.pig.death net.minecraft.util.SoundEvent@79aee22a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 354 minecraft:entity.pig.hurt net.minecraft.util.SoundEvent@36920bd6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 355 minecraft:entity.pig.saddle net.minecraft.util.SoundEvent@61514735 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 356 minecraft:entity.pig.step net.minecraft.util.SoundEvent@6bee793f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 357 minecraft:entity.player.attack.crit net.minecraft.util.SoundEvent@655f69da +[18:27:06] [Server thread/TRACE] [FML]: Registry: 358 minecraft:entity.player.attack.knockback net.minecraft.util.SoundEvent@43b5021c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 359 minecraft:entity.player.attack.nodamage net.minecraft.util.SoundEvent@28369db0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 360 minecraft:entity.player.attack.strong net.minecraft.util.SoundEvent@30893e08 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 361 minecraft:entity.player.attack.sweep net.minecraft.util.SoundEvent@2e86807a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 362 minecraft:entity.player.attack.weak net.minecraft.util.SoundEvent@4548d254 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 363 minecraft:entity.player.big_fall net.minecraft.util.SoundEvent@590f0c50 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 364 minecraft:entity.player.breath net.minecraft.util.SoundEvent@208f0007 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 365 minecraft:entity.player.burp net.minecraft.util.SoundEvent@3a90c13c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 366 minecraft:entity.player.death net.minecraft.util.SoundEvent@39c96e48 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 367 minecraft:entity.player.hurt net.minecraft.util.SoundEvent@188598ad +[18:27:06] [Server thread/TRACE] [FML]: Registry: 368 minecraft:entity.player.hurt_drown net.minecraft.util.SoundEvent@40d23c82 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 369 minecraft:entity.player.hurt_on_fire net.minecraft.util.SoundEvent@7cf78c85 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 370 minecraft:entity.player.levelup net.minecraft.util.SoundEvent@ebe067d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 371 minecraft:entity.player.small_fall net.minecraft.util.SoundEvent@3a4ab7f7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 372 minecraft:entity.player.splash net.minecraft.util.SoundEvent@6badba10 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 373 minecraft:entity.player.swim net.minecraft.util.SoundEvent@2b7e8044 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 374 minecraft:entity.polar_bear.ambient net.minecraft.util.SoundEvent@550de6b8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 375 minecraft:entity.polar_bear.baby_ambient net.minecraft.util.SoundEvent@3a1706e1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 376 minecraft:entity.polar_bear.death net.minecraft.util.SoundEvent@3c6c4689 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 377 minecraft:entity.polar_bear.hurt net.minecraft.util.SoundEvent@63cf9de0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 378 minecraft:entity.polar_bear.step net.minecraft.util.SoundEvent@594d9f07 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 379 minecraft:entity.polar_bear.warning net.minecraft.util.SoundEvent@5befbac1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 380 minecraft:entity.rabbit.ambient net.minecraft.util.SoundEvent@5e9f73b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 381 minecraft:entity.rabbit.attack net.minecraft.util.SoundEvent@1a565afb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 382 minecraft:entity.rabbit.death net.minecraft.util.SoundEvent@2fd64b11 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 383 minecraft:entity.rabbit.hurt net.minecraft.util.SoundEvent@949c598 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 384 minecraft:entity.rabbit.jump net.minecraft.util.SoundEvent@43d3aba5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 385 minecraft:entity.sheep.ambient net.minecraft.util.SoundEvent@6bfaa0a6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 386 minecraft:entity.sheep.death net.minecraft.util.SoundEvent@76e9f00b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 387 minecraft:entity.sheep.hurt net.minecraft.util.SoundEvent@314b9e4b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 388 minecraft:entity.sheep.shear net.minecraft.util.SoundEvent@6f1b8544 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 389 minecraft:entity.sheep.step net.minecraft.util.SoundEvent@51dae791 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 390 minecraft:entity.shulker.ambient net.minecraft.util.SoundEvent@688a2c09 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 391 minecraft:entity.shulker.close net.minecraft.util.SoundEvent@5de5e95 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 392 minecraft:entity.shulker.death net.minecraft.util.SoundEvent@365cdacf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 393 minecraft:entity.shulker.hurt net.minecraft.util.SoundEvent@303c55fa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 394 minecraft:entity.shulker.hurt_closed net.minecraft.util.SoundEvent@9efcd90 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 395 minecraft:entity.shulker.open net.minecraft.util.SoundEvent@7eb200ce +[18:27:06] [Server thread/TRACE] [FML]: Registry: 396 minecraft:entity.shulker.shoot net.minecraft.util.SoundEvent@2ee83775 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 397 minecraft:entity.shulker.teleport net.minecraft.util.SoundEvent@7c2924d7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 398 minecraft:entity.shulker_bullet.hit net.minecraft.util.SoundEvent@b5de58f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 399 minecraft:entity.shulker_bullet.hurt net.minecraft.util.SoundEvent@6587305a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 400 minecraft:entity.silverfish.ambient net.minecraft.util.SoundEvent@abbe000 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 401 minecraft:entity.silverfish.death net.minecraft.util.SoundEvent@3f81621c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 402 minecraft:entity.silverfish.hurt net.minecraft.util.SoundEvent@5b9499fe +[18:27:06] [Server thread/TRACE] [FML]: Registry: 403 minecraft:entity.silverfish.step net.minecraft.util.SoundEvent@74d6736 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 404 minecraft:entity.skeleton.ambient net.minecraft.util.SoundEvent@52a33c3f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 405 minecraft:entity.skeleton.death net.minecraft.util.SoundEvent@668625f5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 406 minecraft:entity.skeleton.hurt net.minecraft.util.SoundEvent@19a20bb2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 407 minecraft:entity.skeleton.shoot net.minecraft.util.SoundEvent@75babb67 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 408 minecraft:entity.skeleton.step net.minecraft.util.SoundEvent@3eb3232b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 409 minecraft:entity.skeleton_horse.ambient net.minecraft.util.SoundEvent@69cd1085 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 410 minecraft:entity.skeleton_horse.death net.minecraft.util.SoundEvent@60bb7995 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 411 minecraft:entity.skeleton_horse.hurt net.minecraft.util.SoundEvent@40fa8766 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 412 minecraft:entity.slime.attack net.minecraft.util.SoundEvent@67774e29 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 413 minecraft:entity.slime.death net.minecraft.util.SoundEvent@663f237a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 414 minecraft:entity.slime.hurt net.minecraft.util.SoundEvent@5d7399f9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 415 minecraft:entity.slime.jump net.minecraft.util.SoundEvent@49a6f486 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 416 minecraft:entity.slime.squish net.minecraft.util.SoundEvent@14fded9d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 417 minecraft:entity.small_magmacube.death net.minecraft.util.SoundEvent@bc6288b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 418 minecraft:entity.small_magmacube.hurt net.minecraft.util.SoundEvent@4a3bd45b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 419 minecraft:entity.small_magmacube.squish net.minecraft.util.SoundEvent@34c70b5e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 420 minecraft:entity.small_slime.death net.minecraft.util.SoundEvent@4f2d995e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 421 minecraft:entity.small_slime.hurt net.minecraft.util.SoundEvent@75156240 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 422 minecraft:entity.small_slime.jump net.minecraft.util.SoundEvent@6198e9b5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 423 minecraft:entity.small_slime.squish net.minecraft.util.SoundEvent@6d099323 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 424 minecraft:entity.snowball.throw net.minecraft.util.SoundEvent@4ecd00b5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 425 minecraft:entity.snowman.ambient net.minecraft.util.SoundEvent@10947c4e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 426 minecraft:entity.snowman.death net.minecraft.util.SoundEvent@3667faa8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 427 minecraft:entity.snowman.hurt net.minecraft.util.SoundEvent@1756f7cc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 428 minecraft:entity.snowman.shoot net.minecraft.util.SoundEvent@3138953b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 429 minecraft:entity.spider.ambient net.minecraft.util.SoundEvent@27df95e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 430 minecraft:entity.spider.death net.minecraft.util.SoundEvent@b46e103 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 431 minecraft:entity.spider.hurt net.minecraft.util.SoundEvent@2b0e9f30 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 432 minecraft:entity.spider.step net.minecraft.util.SoundEvent@5eea5627 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 433 minecraft:entity.splash_potion.break net.minecraft.util.SoundEvent@3330f3ad +[18:27:06] [Server thread/TRACE] [FML]: Registry: 434 minecraft:entity.splash_potion.throw net.minecraft.util.SoundEvent@f425231 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 435 minecraft:entity.squid.ambient net.minecraft.util.SoundEvent@506aabf6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 436 minecraft:entity.squid.death net.minecraft.util.SoundEvent@5cbd94b2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 437 minecraft:entity.squid.hurt net.minecraft.util.SoundEvent@6824b913 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 438 minecraft:entity.stray.ambient net.minecraft.util.SoundEvent@756aadfc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 439 minecraft:entity.stray.death net.minecraft.util.SoundEvent@705a8dbc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 440 minecraft:entity.stray.hurt net.minecraft.util.SoundEvent@40729f01 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 441 minecraft:entity.stray.step net.minecraft.util.SoundEvent@d535a3d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 442 minecraft:entity.tnt.primed net.minecraft.util.SoundEvent@2d760326 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 443 minecraft:entity.vex.ambient net.minecraft.util.SoundEvent@9e54c59 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 444 minecraft:entity.vex.charge net.minecraft.util.SoundEvent@5dbb50f3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 445 minecraft:entity.vex.death net.minecraft.util.SoundEvent@4a2e7bcb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 446 minecraft:entity.vex.hurt net.minecraft.util.SoundEvent@575c3e9b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 447 minecraft:entity.villager.ambient net.minecraft.util.SoundEvent@74f827ad +[18:27:06] [Server thread/TRACE] [FML]: Registry: 448 minecraft:entity.villager.death net.minecraft.util.SoundEvent@73c3cd09 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 449 minecraft:entity.villager.hurt net.minecraft.util.SoundEvent@4a8a0099 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 450 minecraft:entity.villager.no net.minecraft.util.SoundEvent@7c1447b5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 451 minecraft:entity.villager.trading net.minecraft.util.SoundEvent@49e4c2d5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 452 minecraft:entity.villager.yes net.minecraft.util.SoundEvent@24a2e565 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 453 minecraft:entity.vindication_illager.ambient net.minecraft.util.SoundEvent@3e36b7a0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 454 minecraft:entity.vindication_illager.death net.minecraft.util.SoundEvent@60c1663c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 455 minecraft:entity.vindication_illager.hurt net.minecraft.util.SoundEvent@f5cf29b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 456 minecraft:entity.witch.ambient net.minecraft.util.SoundEvent@3c66b7d8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 457 minecraft:entity.witch.death net.minecraft.util.SoundEvent@37e69c43 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 458 minecraft:entity.witch.drink net.minecraft.util.SoundEvent@5c7dfc05 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 459 minecraft:entity.witch.hurt net.minecraft.util.SoundEvent@345d053b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 460 minecraft:entity.witch.throw net.minecraft.util.SoundEvent@3d0cac1f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 461 minecraft:entity.wither.ambient net.minecraft.util.SoundEvent@3e8b3b79 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 462 minecraft:entity.wither.break_block net.minecraft.util.SoundEvent@d257579 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 463 minecraft:entity.wither.death net.minecraft.util.SoundEvent@518ddd3b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 464 minecraft:entity.wither.hurt net.minecraft.util.SoundEvent@939ff41 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 465 minecraft:entity.wither.shoot net.minecraft.util.SoundEvent@6e0e5dec +[18:27:06] [Server thread/TRACE] [FML]: Registry: 466 minecraft:entity.wither.spawn net.minecraft.util.SoundEvent@48a663e9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 467 minecraft:entity.wither_skeleton.ambient net.minecraft.util.SoundEvent@777d0bc3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 468 minecraft:entity.wither_skeleton.death net.minecraft.util.SoundEvent@3178219a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 469 minecraft:entity.wither_skeleton.hurt net.minecraft.util.SoundEvent@2d85fb64 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 470 minecraft:entity.wither_skeleton.step net.minecraft.util.SoundEvent@56476c16 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 471 minecraft:entity.wolf.ambient net.minecraft.util.SoundEvent@497b560e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 472 minecraft:entity.wolf.death net.minecraft.util.SoundEvent@39ffda4a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 473 minecraft:entity.wolf.growl net.minecraft.util.SoundEvent@3ba348ca +[18:27:06] [Server thread/TRACE] [FML]: Registry: 474 minecraft:entity.wolf.howl net.minecraft.util.SoundEvent@56e9a474 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 475 minecraft:entity.wolf.hurt net.minecraft.util.SoundEvent@45b15381 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 476 minecraft:entity.wolf.pant net.minecraft.util.SoundEvent@2dbfcf7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 477 minecraft:entity.wolf.shake net.minecraft.util.SoundEvent@239f017e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 478 minecraft:entity.wolf.step net.minecraft.util.SoundEvent@38cedb7d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 479 minecraft:entity.wolf.whine net.minecraft.util.SoundEvent@772caabe +[18:27:06] [Server thread/TRACE] [FML]: Registry: 480 minecraft:entity.zombie.ambient net.minecraft.util.SoundEvent@2acdcce8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 481 minecraft:entity.zombie.attack_door_wood net.minecraft.util.SoundEvent@7102ac3e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 482 minecraft:entity.zombie.attack_iron_door net.minecraft.util.SoundEvent@3f598450 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 483 minecraft:entity.zombie.break_door_wood net.minecraft.util.SoundEvent@2db2a05f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 484 minecraft:entity.zombie.death net.minecraft.util.SoundEvent@695c938d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 485 minecraft:entity.zombie.hurt net.minecraft.util.SoundEvent@d5bb1c4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 486 minecraft:entity.zombie.infect net.minecraft.util.SoundEvent@7ed3df3b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 487 minecraft:entity.zombie.step net.minecraft.util.SoundEvent@465b38e6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 488 minecraft:entity.zombie_horse.ambient net.minecraft.util.SoundEvent@4b960b5b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 489 minecraft:entity.zombie_horse.death net.minecraft.util.SoundEvent@1b13467c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 490 minecraft:entity.zombie_horse.hurt net.minecraft.util.SoundEvent@7bd96822 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 491 minecraft:entity.zombie_pig.ambient net.minecraft.util.SoundEvent@64dae3b7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 492 minecraft:entity.zombie_pig.angry net.minecraft.util.SoundEvent@1fedf0a4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 493 minecraft:entity.zombie_pig.death net.minecraft.util.SoundEvent@1e4c6583 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 494 minecraft:entity.zombie_pig.hurt net.minecraft.util.SoundEvent@2ee48610 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 495 minecraft:entity.zombie_villager.ambient net.minecraft.util.SoundEvent@1d901f20 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 496 minecraft:entity.zombie_villager.converted net.minecraft.util.SoundEvent@6d08b4e6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 497 minecraft:entity.zombie_villager.cure net.minecraft.util.SoundEvent@1015a4b9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 498 minecraft:entity.zombie_villager.death net.minecraft.util.SoundEvent@1acb74ad +[18:27:06] [Server thread/TRACE] [FML]: Registry: 499 minecraft:entity.zombie_villager.hurt net.minecraft.util.SoundEvent@7bf01cb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 500 minecraft:entity.zombie_villager.step net.minecraft.util.SoundEvent@2f382a5e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 501 minecraft:item.armor.equip_chain net.minecraft.util.SoundEvent@12b5736c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 502 minecraft:item.armor.equip_diamond net.minecraft.util.SoundEvent@539a138b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 503 minecraft:item.armor.equip_elytra net.minecraft.util.SoundEvent@2cd4e16a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 504 minecraft:item.armor.equip_generic net.minecraft.util.SoundEvent@42505474 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 505 minecraft:item.armor.equip_gold net.minecraft.util.SoundEvent@7b477141 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 506 minecraft:item.armor.equip_iron net.minecraft.util.SoundEvent@784223e9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 507 minecraft:item.armor.equip_leather net.minecraft.util.SoundEvent@7316523a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 508 minecraft:item.bottle.empty net.minecraft.util.SoundEvent@33a55bd8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 509 minecraft:item.bottle.fill net.minecraft.util.SoundEvent@73a8e994 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 510 minecraft:item.bottle.fill_dragonbreath net.minecraft.util.SoundEvent@1a1cc163 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 511 minecraft:item.bucket.empty net.minecraft.util.SoundEvent@5b5ac798 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 512 minecraft:item.bucket.empty_lava net.minecraft.util.SoundEvent@42383cb0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 513 minecraft:item.bucket.fill net.minecraft.util.SoundEvent@7668892a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 514 minecraft:item.bucket.fill_lava net.minecraft.util.SoundEvent@a83495d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 515 minecraft:item.chorus_fruit.teleport net.minecraft.util.SoundEvent@7e83992 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 516 minecraft:item.elytra.flying net.minecraft.util.SoundEvent@4364863 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 517 minecraft:item.firecharge.use net.minecraft.util.SoundEvent@3625a016 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 518 minecraft:item.flintandsteel.use net.minecraft.util.SoundEvent@267cde2e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 519 minecraft:item.hoe.till net.minecraft.util.SoundEvent@609e57da +[18:27:06] [Server thread/TRACE] [FML]: Registry: 520 minecraft:item.shield.block net.minecraft.util.SoundEvent@56dd6efa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 521 minecraft:item.shield.break net.minecraft.util.SoundEvent@4d634127 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 522 minecraft:item.shovel.flatten net.minecraft.util.SoundEvent@d2e6b0b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 523 minecraft:item.totem.use net.minecraft.util.SoundEvent@1f1cddf3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 524 minecraft:music.creative net.minecraft.util.SoundEvent@228bda54 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 525 minecraft:music.credits net.minecraft.util.SoundEvent@75b6dd5b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 526 minecraft:music.dragon net.minecraft.util.SoundEvent@b3e86d5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 527 minecraft:music.end net.minecraft.util.SoundEvent@72b43104 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 528 minecraft:music.game net.minecraft.util.SoundEvent@e111c7c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 529 minecraft:music.menu net.minecraft.util.SoundEvent@4d0e54e0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 530 minecraft:music.nether net.minecraft.util.SoundEvent@32f96bba +[18:27:06] [Server thread/TRACE] [FML]: Registry: 531 minecraft:record.11 net.minecraft.util.SoundEvent@611640f0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 532 minecraft:record.13 net.minecraft.util.SoundEvent@67e25252 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 533 minecraft:record.blocks net.minecraft.util.SoundEvent@58f4b31a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 534 minecraft:record.cat net.minecraft.util.SoundEvent@21a9a705 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 535 minecraft:record.chirp net.minecraft.util.SoundEvent@72eb6200 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 536 minecraft:record.far net.minecraft.util.SoundEvent@76ececd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 537 minecraft:record.mall net.minecraft.util.SoundEvent@7affc159 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 538 minecraft:record.mellohi net.minecraft.util.SoundEvent@1682c08c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 539 minecraft:record.stal net.minecraft.util.SoundEvent@3fd05b3e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 540 minecraft:record.strad net.minecraft.util.SoundEvent@4eb9f2af +[18:27:06] [Server thread/TRACE] [FML]: Registry: 541 minecraft:record.wait net.minecraft.util.SoundEvent@4a481728 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 542 minecraft:record.ward net.minecraft.util.SoundEvent@4ace284d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 543 minecraft:ui.button.click net.minecraft.util.SoundEvent@77fa9381 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 544 minecraft:ui.toast.in net.minecraft.util.SoundEvent@76d72b5b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 545 minecraft:ui.toast.out net.minecraft.util.SoundEvent@7cac93fe +[18:27:06] [Server thread/TRACE] [FML]: Registry: 546 minecraft:ui.toast.challenge_complete net.minecraft.util.SoundEvent@479b5066 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 547 minecraft:weather.rain net.minecraft.util.SoundEvent@64deb58f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 548 minecraft:weather.rain.above net.minecraft.util.SoundEvent@2b1cd7bc +[18:27:06] [Server thread/TRACE] [FML]: Registry Name : minecraft:potiontypes +[18:27:06] [Server thread/TRACE] [FML]: Registry: 0 minecraft:empty net.minecraft.potion.PotionType@29bd2796 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 1 minecraft:water net.minecraft.potion.PotionType@174b8d0e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2 minecraft:mundane net.minecraft.potion.PotionType@112530c3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 3 minecraft:thick net.minecraft.potion.PotionType@75959b0c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4 minecraft:awkward net.minecraft.potion.PotionType@355493bf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 5 minecraft:night_vision net.minecraft.potion.PotionType@7ebc5be6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 6 minecraft:long_night_vision net.minecraft.potion.PotionType@4627dfda +[18:27:06] [Server thread/TRACE] [FML]: Registry: 7 minecraft:invisibility net.minecraft.potion.PotionType@1f3361e9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 8 minecraft:long_invisibility net.minecraft.potion.PotionType@eebc0db +[18:27:06] [Server thread/TRACE] [FML]: Registry: 9 minecraft:leaping net.minecraft.potion.PotionType@1214c98b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 10 minecraft:long_leaping net.minecraft.potion.PotionType@6ab50d1c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 11 minecraft:strong_leaping net.minecraft.potion.PotionType@6e0d058a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 12 minecraft:fire_resistance net.minecraft.potion.PotionType@3eb0fd88 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 13 minecraft:long_fire_resistance net.minecraft.potion.PotionType@adc3344 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 14 minecraft:swiftness net.minecraft.potion.PotionType@484302ee +[18:27:06] [Server thread/TRACE] [FML]: Registry: 15 minecraft:long_swiftness net.minecraft.potion.PotionType@4e647f39 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 16 minecraft:strong_swiftness net.minecraft.potion.PotionType@778197c0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 17 minecraft:slowness net.minecraft.potion.PotionType@1c2cdc67 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 18 minecraft:long_slowness net.minecraft.potion.PotionType@4c28f97e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 19 minecraft:water_breathing net.minecraft.potion.PotionType@21d8da75 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 20 minecraft:long_water_breathing net.minecraft.potion.PotionType@5a1c7619 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 21 minecraft:healing net.minecraft.potion.PotionType@20a946d9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 22 minecraft:strong_healing net.minecraft.potion.PotionType@2b41b8bb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 23 minecraft:harming net.minecraft.potion.PotionType@4cadd4d4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 24 minecraft:strong_harming net.minecraft.potion.PotionType@7538cfe6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 25 minecraft:poison net.minecraft.potion.PotionType@1f4dd016 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 26 minecraft:long_poison net.minecraft.potion.PotionType@396f2724 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 27 minecraft:strong_poison net.minecraft.potion.PotionType@1b465fa9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 28 minecraft:regeneration net.minecraft.potion.PotionType@28b2e4d8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 29 minecraft:long_regeneration net.minecraft.potion.PotionType@598e5cb8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 30 minecraft:strong_regeneration net.minecraft.potion.PotionType@199806aa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 31 minecraft:strength net.minecraft.potion.PotionType@300aa927 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 32 minecraft:long_strength net.minecraft.potion.PotionType@fa11fda +[18:27:06] [Server thread/TRACE] [FML]: Registry: 33 minecraft:strong_strength net.minecraft.potion.PotionType@24e1e90a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 34 minecraft:weakness net.minecraft.potion.PotionType@7d95166a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 35 minecraft:long_weakness net.minecraft.potion.PotionType@18b3db6e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 36 minecraft:luck net.minecraft.potion.PotionType@1feb586d +[18:27:06] [Server thread/TRACE] [FML]: Registry Name : minecraft:enchantments +[18:27:06] [Server thread/TRACE] [FML]: Registry: 0 minecraft:protection net.minecraft.enchantment.EnchantmentProtection@4b9f7edc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 1 minecraft:fire_protection net.minecraft.enchantment.EnchantmentProtection@70ee1963 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2 minecraft:feather_falling net.minecraft.enchantment.EnchantmentProtection@2e0652ab +[18:27:06] [Server thread/TRACE] [FML]: Registry: 3 minecraft:blast_protection net.minecraft.enchantment.EnchantmentProtection@22c29aa8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4 minecraft:projectile_protection net.minecraft.enchantment.EnchantmentProtection@129b69b2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 5 minecraft:respiration net.minecraft.enchantment.EnchantmentOxygen@11adab6d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 6 minecraft:aqua_affinity net.minecraft.enchantment.EnchantmentWaterWorker@32328dc4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 7 minecraft:thorns net.minecraft.enchantment.EnchantmentThorns@681d704e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 8 minecraft:depth_strider net.minecraft.enchantment.EnchantmentWaterWalker@1e8bccfb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 9 minecraft:frost_walker net.minecraft.enchantment.EnchantmentFrostWalker@7c3c3d67 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 10 minecraft:binding_curse net.minecraft.enchantment.EnchantmentBindingCurse@164dea80 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 16 minecraft:sharpness net.minecraft.enchantment.EnchantmentDamage@2328ec73 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 17 minecraft:smite net.minecraft.enchantment.EnchantmentDamage@42a05533 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 18 minecraft:bane_of_arthropods net.minecraft.enchantment.EnchantmentDamage@17053b5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 19 minecraft:knockback net.minecraft.enchantment.EnchantmentKnockback@4ef8090b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 20 minecraft:fire_aspect net.minecraft.enchantment.EnchantmentFireAspect@65ef9a0a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 21 minecraft:looting net.minecraft.enchantment.EnchantmentLootBonus@6b7c4734 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 22 minecraft:sweeping net.minecraft.enchantment.EnchantmentSweepingEdge@537b3be1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 32 minecraft:efficiency net.minecraft.enchantment.EnchantmentDigging@4a890fdd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 33 minecraft:silk_touch net.minecraft.enchantment.EnchantmentUntouching@30a01dd8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 34 minecraft:unbreaking net.minecraft.enchantment.EnchantmentDurability@5df7a065 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 35 minecraft:fortune net.minecraft.enchantment.EnchantmentLootBonus@3f45dfec +[18:27:06] [Server thread/TRACE] [FML]: Registry: 48 minecraft:power net.minecraft.enchantment.EnchantmentArrowDamage@39b85a73 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 49 minecraft:punch net.minecraft.enchantment.EnchantmentArrowKnockback@71468613 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 50 minecraft:flame net.minecraft.enchantment.EnchantmentArrowFire@1b19712f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 51 minecraft:infinity net.minecraft.enchantment.EnchantmentArrowInfinite@6d35ff7b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 61 minecraft:luck_of_the_sea net.minecraft.enchantment.EnchantmentLootBonus@4ef31221 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 62 minecraft:lure net.minecraft.enchantment.EnchantmentFishingSpeed@459d2ee6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 70 minecraft:mending net.minecraft.enchantment.EnchantmentMending@4eac65db +[18:27:06] [Server thread/TRACE] [FML]: Registry: 71 minecraft:vanishing_curse net.minecraft.enchantment.EnchantmentVanishingCurse@45f1413c +[18:27:06] [Server thread/TRACE] [FML]: Registry Name : minecraft:recipes +[18:27:06] [Server thread/TRACE] [FML]: Registry: 0 minecraft:armordye net.minecraft.item.crafting.RecipesArmorDyes@3a239dac +[18:27:06] [Server thread/TRACE] [FML]: Registry: 1 minecraft:bookcloning net.minecraft.item.crafting.RecipeBookCloning@3d2eb7fa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2 minecraft:mapcloning net.minecraft.item.crafting.RecipesMapCloning@52a74328 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 3 minecraft:mapextending net.minecraft.item.crafting.RecipesMapExtending@7b8fcdf2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4 minecraft:fireworks net.minecraft.item.crafting.RecipeFireworks@44f23927 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 5 minecraft:repairitem net.minecraft.item.crafting.RecipeRepairItem@1bde9a22 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 6 minecraft:tippedarrow net.minecraft.item.crafting.RecipeTippedArrow@c335b9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 7 minecraft:bannerduplicate net.minecraft.item.crafting.RecipesBanners$RecipeDuplicatePattern@342dc040 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 8 minecraft:banneraddpattern net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern@3831f4c2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 9 minecraft:shielddecoration net.minecraft.item.crafting.ShieldRecipes$Decoration@55e4dd68 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 10 minecraft:shulkerboxcoloring net.minecraft.item.crafting.ShulkerBoxRecipes$ShulkerBoxColoring@788a0513 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 11 minecraft:yellow_wool net.minecraft.item.crafting.ShapelessRecipes@455d04d2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 12 minecraft:yellow_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@4e02f17d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 13 minecraft:yellow_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@2419a5db +[18:27:06] [Server thread/TRACE] [FML]: Registry: 14 minecraft:yellow_stained_glass net.minecraft.item.crafting.ShapedRecipes@336070ab +[18:27:06] [Server thread/TRACE] [FML]: Registry: 15 minecraft:yellow_dye_from_sunflower net.minecraft.item.crafting.ShapelessRecipes@10f10230 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 16 minecraft:yellow_dye_from_dandelion net.minecraft.item.crafting.ShapelessRecipes@362b384c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 17 minecraft:yellow_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@60ef30b1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 18 minecraft:yellow_carpet net.minecraft.item.crafting.ShapedRecipes@37b470df +[18:27:06] [Server thread/TRACE] [FML]: Registry: 19 minecraft:yellow_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@4fef4f96 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 20 minecraft:yellow_bed net.minecraft.item.crafting.ShapedRecipes@2c4be45f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 21 minecraft:yellow_banner net.minecraft.item.crafting.ShapedRecipes@48144f1a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 22 minecraft:writable_book net.minecraft.item.crafting.ShapelessRecipes@1669f4e5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 23 minecraft:wooden_sword net.minecraft.item.crafting.ShapedRecipes@73d8c8d7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 24 minecraft:wooden_shovel net.minecraft.item.crafting.ShapedRecipes@de63949 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 26 minecraft:wooden_pickaxe net.minecraft.item.crafting.ShapedRecipes@699bb304 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 27 minecraft:wooden_hoe net.minecraft.item.crafting.ShapedRecipes@13cc31df +[18:27:06] [Server thread/TRACE] [FML]: Registry: 28 minecraft:wooden_door net.minecraft.item.crafting.ShapedRecipes@5e2718b3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 30 minecraft:wooden_axe net.minecraft.item.crafting.ShapedRecipes@6b71e98f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 31 minecraft:white_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@2c465259 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 32 minecraft:white_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@65b680b4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 33 minecraft:white_stained_glass net.minecraft.item.crafting.ShapedRecipes@63636de0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 34 minecraft:white_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@76d0a290 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 35 minecraft:white_carpet net.minecraft.item.crafting.ShapedRecipes@6da9541c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 36 minecraft:white_bed net.minecraft.item.crafting.ShapedRecipes@343727b5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 37 minecraft:white_banner net.minecraft.item.crafting.ShapedRecipes@83e5898 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 38 minecraft:wheat net.minecraft.item.crafting.ShapedRecipes@4c91a008 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 39 minecraft:tripwire_hook net.minecraft.item.crafting.ShapedRecipes@38093ffe +[18:27:06] [Server thread/TRACE] [FML]: Registry: 40 minecraft:trapped_chest net.minecraft.item.crafting.ShapelessRecipes@46b2a11a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 41 minecraft:trapdoor net.minecraft.item.crafting.ShapedRecipes@4e4af370 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 42 minecraft:torch net.minecraft.item.crafting.ShapedRecipes@5617168c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 43 minecraft:tnt_minecart net.minecraft.item.crafting.ShapedRecipes@1826475 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 44 minecraft:tnt net.minecraft.item.crafting.ShapedRecipes@8dbf0f2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 45 minecraft:sugar net.minecraft.item.crafting.ShapedRecipes@767d9b9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 46 minecraft:string_to_wool net.minecraft.item.crafting.ShapedRecipes@603b9d4b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 47 minecraft:stonebrick net.minecraft.item.crafting.ShapedRecipes@5f9ccd0c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 48 minecraft:stone_sword net.minecraft.item.crafting.ShapedRecipes@14b96c1e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 49 minecraft:stone_stairs net.minecraft.item.crafting.ShapedRecipes@2e4d2232 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 50 minecraft:stone_slab net.minecraft.item.crafting.ShapedRecipes@3d50a3d9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 51 minecraft:stone_shovel net.minecraft.item.crafting.ShapedRecipes@727f36dd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 52 minecraft:stone_pressure_plate net.minecraft.item.crafting.ShapedRecipes@2e91cf69 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 53 minecraft:stone_pickaxe net.minecraft.item.crafting.ShapedRecipes@1cfd6f63 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 54 minecraft:stone_hoe net.minecraft.item.crafting.ShapedRecipes@33c9f1ac +[18:27:06] [Server thread/TRACE] [FML]: Registry: 55 minecraft:stone_button net.minecraft.item.crafting.ShapedRecipes@442310fd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 56 minecraft:stone_brick_stairs net.minecraft.item.crafting.ShapedRecipes@6b52a40 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 57 minecraft:stone_brick_slab net.minecraft.item.crafting.ShapedRecipes@903c13 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 58 minecraft:stone_axe net.minecraft.item.crafting.ShapedRecipes@3ba1f56e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 59 minecraft:sticky_piston net.minecraft.item.crafting.ShapedRecipes@76134251 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 60 minecraft:stick net.minecraft.item.crafting.ShapedRecipes@6dc2e473 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 61 minecraft:spruce_wooden_slab net.minecraft.item.crafting.ShapedRecipes@180d918a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 62 minecraft:spruce_stairs net.minecraft.item.crafting.ShapedRecipes@153409b8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 63 minecraft:spruce_planks net.minecraft.item.crafting.ShapedRecipes@27a6384b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 64 minecraft:spruce_fence_gate net.minecraft.item.crafting.ShapedRecipes@2e030cc1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 65 minecraft:spruce_fence net.minecraft.item.crafting.ShapedRecipes@470b5213 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 66 minecraft:spruce_door net.minecraft.item.crafting.ShapedRecipes@1f6d7e7c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 67 minecraft:spruce_boat net.minecraft.item.crafting.ShapedRecipes@28269c65 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 68 minecraft:spectral_arrow net.minecraft.item.crafting.ShapedRecipes@76e2a621 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 69 minecraft:speckled_melon net.minecraft.item.crafting.ShapedRecipes@3605ab16 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 70 minecraft:snow_layer net.minecraft.item.crafting.ShapedRecipes@4ba402b5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 71 minecraft:snow net.minecraft.item.crafting.ShapedRecipes@29dfc68f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 72 minecraft:smooth_sandstone net.minecraft.item.crafting.ShapedRecipes@8c18bde +[18:27:06] [Server thread/TRACE] [FML]: Registry: 73 minecraft:smooth_red_sandstone net.minecraft.item.crafting.ShapedRecipes@3051e476 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 74 minecraft:slime_ball net.minecraft.item.crafting.ShapedRecipes@36cf6377 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 75 minecraft:slime net.minecraft.item.crafting.ShapedRecipes@67f266bd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 76 minecraft:sign net.minecraft.item.crafting.ShapedRecipes@3b1137b0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 77 minecraft:shield net.minecraft.item.crafting.ShapedRecipes@cea67b1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 78 minecraft:shears net.minecraft.item.crafting.ShapedRecipes@40db6136 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 79 minecraft:sea_lantern net.minecraft.item.crafting.ShapedRecipes@44da745f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 80 minecraft:sandstone_stairs net.minecraft.item.crafting.ShapedRecipes@60b4d934 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 81 minecraft:sandstone_slab net.minecraft.item.crafting.ShapedRecipes@297dff3a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 82 minecraft:sandstone net.minecraft.item.crafting.ShapedRecipes@30ed2a26 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 83 minecraft:repeater net.minecraft.item.crafting.ShapedRecipes@438c0aaf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 84 minecraft:redstone_torch net.minecraft.item.crafting.ShapedRecipes@5308e79d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 85 minecraft:redstone_lamp net.minecraft.item.crafting.ShapedRecipes@6a3a56de +[18:27:06] [Server thread/TRACE] [FML]: Registry: 86 minecraft:redstone_block net.minecraft.item.crafting.ShapedRecipes@35744f8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 87 minecraft:redstone net.minecraft.item.crafting.ShapedRecipes@75c0cd39 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 88 minecraft:red_wool net.minecraft.item.crafting.ShapelessRecipes@1782896 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 89 minecraft:red_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@9a07409 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 90 minecraft:red_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@5b0835cb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 91 minecraft:red_stained_glass net.minecraft.item.crafting.ShapedRecipes@4a9ff419 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 92 minecraft:red_sandstone_stairs net.minecraft.item.crafting.ShapedRecipes@35f22eef +[18:27:06] [Server thread/TRACE] [FML]: Registry: 93 minecraft:red_sandstone_slab net.minecraft.item.crafting.ShapedRecipes@430212cb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 94 minecraft:red_sandstone net.minecraft.item.crafting.ShapedRecipes@34e4fb39 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 95 minecraft:red_nether_brick net.minecraft.item.crafting.ShapedRecipes@20e48e63 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 96 minecraft:red_dye_from_tulip net.minecraft.item.crafting.ShapelessRecipes@a97a895 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 97 minecraft:red_dye_from_rose_bush net.minecraft.item.crafting.ShapelessRecipes@27b7204 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 98 minecraft:red_dye_from_poppy net.minecraft.item.crafting.ShapelessRecipes@79631db0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 99 minecraft:red_dye_from_beetroot net.minecraft.item.crafting.ShapelessRecipes@565efd7d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 100 minecraft:red_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@2314cd97 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 101 minecraft:red_carpet net.minecraft.item.crafting.ShapedRecipes@10830d50 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 102 minecraft:red_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@239d9cb7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 103 minecraft:red_bed net.minecraft.item.crafting.ShapedRecipes@612bb755 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 104 minecraft:red_banner net.minecraft.item.crafting.ShapedRecipes@581e8969 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 105 minecraft:rail net.minecraft.item.crafting.ShapedRecipes@20a9fb01 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 106 minecraft:rabbit_stew_from_red_mushroom net.minecraft.item.crafting.ShapedRecipes@7682bf66 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 107 minecraft:rabbit_stew_from_brown_mushroom net.minecraft.item.crafting.ShapedRecipes@1405aa6a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 108 minecraft:quartz_stairs net.minecraft.item.crafting.ShapedRecipes@7b58d678 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 109 minecraft:quartz_slab net.minecraft.item.crafting.ShapedRecipes@20960b51 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 110 minecraft:quartz_block net.minecraft.item.crafting.ShapedRecipes@103e9972 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 111 minecraft:purpur_stairs net.minecraft.item.crafting.ShapedRecipes@3e0704e2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 112 minecraft:purpur_slab net.minecraft.item.crafting.ShapedRecipes@f6cde7e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 113 minecraft:purpur_pillar net.minecraft.item.crafting.ShapedRecipes@26d445e9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 114 minecraft:purpur_block net.minecraft.item.crafting.ShapedRecipes@7bebad0d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 115 minecraft:purple_wool net.minecraft.item.crafting.ShapelessRecipes@10b3ea72 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 116 minecraft:purple_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@40277077 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 117 minecraft:purple_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@446cc036 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 118 minecraft:purple_stained_glass net.minecraft.item.crafting.ShapedRecipes@4c114687 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 119 minecraft:purple_shulker_box net.minecraft.item.crafting.ShapedRecipes@183a508b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 120 minecraft:purple_dye net.minecraft.item.crafting.ShapelessRecipes@63ad5fe7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 121 minecraft:purple_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@576b385d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 122 minecraft:purple_carpet net.minecraft.item.crafting.ShapedRecipes@578d5d02 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 123 minecraft:purple_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@67823972 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 124 minecraft:purple_bed net.minecraft.item.crafting.ShapedRecipes@c79780 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 125 minecraft:purple_banner net.minecraft.item.crafting.ShapedRecipes@5606d537 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 126 minecraft:pumpkin_seeds net.minecraft.item.crafting.ShapedRecipes@63b0b3dd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 127 minecraft:pumpkin_pie net.minecraft.item.crafting.ShapelessRecipes@32cde414 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 128 minecraft:prismarine_bricks net.minecraft.item.crafting.ShapedRecipes@2555a986 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 129 minecraft:prismarine net.minecraft.item.crafting.ShapedRecipes@5af4328e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 130 minecraft:polished_granite net.minecraft.item.crafting.ShapedRecipes@75adb1c0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 131 minecraft:polished_diorite net.minecraft.item.crafting.ShapedRecipes@5868ea91 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 132 minecraft:polished_andesite net.minecraft.item.crafting.ShapedRecipes@34626d4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 133 minecraft:piston net.minecraft.item.crafting.ShapedRecipes@29b4444a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 134 minecraft:pink_wool net.minecraft.item.crafting.ShapelessRecipes@27d5eb00 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 135 minecraft:pink_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@4fc256ec +[18:27:06] [Server thread/TRACE] [FML]: Registry: 136 minecraft:pink_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@45b6c666 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 137 minecraft:pink_stained_glass net.minecraft.item.crafting.ShapedRecipes@402feb85 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 138 minecraft:pink_dye_from_red_bonemeal net.minecraft.item.crafting.ShapelessRecipes@568c9ee1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 139 minecraft:pink_dye_from_pink_tulip net.minecraft.item.crafting.ShapelessRecipes@538a90a5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 140 minecraft:pink_dye_from_peony net.minecraft.item.crafting.ShapelessRecipes@654c2f81 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 141 minecraft:pink_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@34cfdd84 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 142 minecraft:pink_carpet net.minecraft.item.crafting.ShapedRecipes@6e1ad658 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 143 minecraft:pink_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@285c63cf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 144 minecraft:pink_bed net.minecraft.item.crafting.ShapedRecipes@579ce2e9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 145 minecraft:pink_banner net.minecraft.item.crafting.ShapedRecipes@31c56721 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 146 minecraft:pillar_quartz_block net.minecraft.item.crafting.ShapedRecipes@3f71ae7f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 147 minecraft:paper net.minecraft.item.crafting.ShapedRecipes@23ea3853 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 148 minecraft:painting net.minecraft.item.crafting.ShapedRecipes@5a99543b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 149 minecraft:orange_wool net.minecraft.item.crafting.ShapelessRecipes@7646c9f5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 150 minecraft:orange_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@30a20fb3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 151 minecraft:orange_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@1fa58a48 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 152 minecraft:orange_stained_glass net.minecraft.item.crafting.ShapedRecipes@3aa1c45 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 153 minecraft:orange_dye_from_red_yellow net.minecraft.item.crafting.ShapelessRecipes@63ed5dae +[18:27:06] [Server thread/TRACE] [FML]: Registry: 154 minecraft:orange_dye_from_orange_tulip net.minecraft.item.crafting.ShapelessRecipes@566cc6af +[18:27:06] [Server thread/TRACE] [FML]: Registry: 155 minecraft:orange_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@1b5cf611 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 156 minecraft:orange_carpet net.minecraft.item.crafting.ShapedRecipes@3a17acd4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 157 minecraft:orange_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@39f8adc0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 158 minecraft:orange_bed net.minecraft.item.crafting.ShapedRecipes@5b0e5d5f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 159 minecraft:orange_banner net.minecraft.item.crafting.ShapedRecipes@2a30b0cb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 160 minecraft:observer net.minecraft.item.crafting.ShapedRecipes@40c6d1ef +[18:27:06] [Server thread/TRACE] [FML]: Registry: 161 minecraft:oak_wooden_slab net.minecraft.item.crafting.ShapedRecipes@1c5cd2ea +[18:27:06] [Server thread/TRACE] [FML]: Registry: 162 minecraft:oak_stairs net.minecraft.item.crafting.ShapedRecipes@5847010 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 163 minecraft:oak_planks net.minecraft.item.crafting.ShapedRecipes@36885319 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 164 minecraft:noteblock net.minecraft.item.crafting.ShapedRecipes@58a7ca42 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 165 minecraft:nether_wart_block net.minecraft.item.crafting.ShapedRecipes@796cf2b5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 166 minecraft:nether_brick_stairs net.minecraft.item.crafting.ShapedRecipes@690677de +[18:27:06] [Server thread/TRACE] [FML]: Registry: 167 minecraft:nether_brick_slab net.minecraft.item.crafting.ShapedRecipes@615e7fe7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 168 minecraft:nether_brick_fence net.minecraft.item.crafting.ShapedRecipes@b548f51 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 169 minecraft:nether_brick net.minecraft.item.crafting.ShapedRecipes@5b0575d0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 170 minecraft:mushroom_stew net.minecraft.item.crafting.ShapelessRecipes@1e592ef2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 171 minecraft:mossy_stonebrick net.minecraft.item.crafting.ShapelessRecipes@372841d2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 172 minecraft:mossy_cobblestone_wall net.minecraft.item.crafting.ShapedRecipes@2b82018 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 173 minecraft:mossy_cobblestone net.minecraft.item.crafting.ShapelessRecipes@cbdc0f4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 174 minecraft:minecart net.minecraft.item.crafting.ShapedRecipes@7a522157 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 175 minecraft:melon_seeds net.minecraft.item.crafting.ShapedRecipes@7bdf94f2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 176 minecraft:melon_block net.minecraft.item.crafting.ShapedRecipes@3ec62141 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 177 minecraft:map net.minecraft.item.crafting.ShapedRecipes@25c548d1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 178 minecraft:magma_cream net.minecraft.item.crafting.ShapelessRecipes@4eacb6d1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 179 minecraft:magma net.minecraft.item.crafting.ShapedRecipes@7a51dc38 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 180 minecraft:magenta_wool net.minecraft.item.crafting.ShapelessRecipes@1dce481b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 181 minecraft:magenta_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@626766fd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 182 minecraft:magenta_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@301770d9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 183 minecraft:magenta_stained_glass net.minecraft.item.crafting.ShapedRecipes@2699b656 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 184 minecraft:magenta_dye_from_purple_and_pink net.minecraft.item.crafting.ShapelessRecipes@c3d4bd7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 185 minecraft:magenta_dye_from_lilac net.minecraft.item.crafting.ShapelessRecipes@2ae4c424 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 186 minecraft:magenta_dye_from_lapis_red_pink net.minecraft.item.crafting.ShapelessRecipes@233ece92 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 187 minecraft:magenta_dye_from_lapis_ink_bonemeal net.minecraft.item.crafting.ShapelessRecipes@723b8eff +[18:27:06] [Server thread/TRACE] [FML]: Registry: 188 minecraft:magenta_dye_from_allium net.minecraft.item.crafting.ShapelessRecipes@becb93a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 189 minecraft:magenta_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@79c849c7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 190 minecraft:magenta_carpet net.minecraft.item.crafting.ShapedRecipes@5e9f1a4c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 191 minecraft:magenta_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@1e54e900 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 192 minecraft:magenta_bed net.minecraft.item.crafting.ShapedRecipes@5bf4dfb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 193 minecraft:magenta_banner net.minecraft.item.crafting.ShapedRecipes@746f8520 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 194 minecraft:lit_pumpkin net.minecraft.item.crafting.ShapedRecipes@5cf80dfb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 195 minecraft:lime_wool net.minecraft.item.crafting.ShapelessRecipes@17fb5184 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 196 minecraft:lime_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@564d3940 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 197 minecraft:lime_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@7adbec34 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 198 minecraft:lime_stained_glass net.minecraft.item.crafting.ShapedRecipes@49338f3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 199 minecraft:lime_dye net.minecraft.item.crafting.ShapelessRecipes@c7cf8c4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 200 minecraft:lime_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@20f6b6e0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 201 minecraft:lime_carpet net.minecraft.item.crafting.ShapedRecipes@5f32ab17 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 202 minecraft:lime_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@3cc817bd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 203 minecraft:lime_bed net.minecraft.item.crafting.ShapedRecipes@726d8fa0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 204 minecraft:lime_banner net.minecraft.item.crafting.ShapedRecipes@42fa5cb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 205 minecraft:light_weighted_pressure_plate net.minecraft.item.crafting.ShapedRecipes@296bfddb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 206 minecraft:light_gray_wool net.minecraft.item.crafting.ShapelessRecipes@67ceaa9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 207 minecraft:light_gray_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@3d73cd78 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 208 minecraft:light_gray_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@c96c497 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 209 minecraft:light_gray_stained_glass net.minecraft.item.crafting.ShapedRecipes@5dfec221 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 210 minecraft:light_gray_dye_from_white_tulip net.minecraft.item.crafting.ShapelessRecipes@52bc6fcf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 211 minecraft:light_gray_dye_from_oxeye_daisy net.minecraft.item.crafting.ShapelessRecipes@2e7e84f8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 212 minecraft:light_gray_dye_from_ink_bonemeal net.minecraft.item.crafting.ShapelessRecipes@6e6f5842 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 213 minecraft:light_gray_dye_from_gray_bonemeal net.minecraft.item.crafting.ShapelessRecipes@21a0795f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 214 minecraft:light_gray_dye_from_azure_bluet net.minecraft.item.crafting.ShapelessRecipes@5730b513 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 215 minecraft:light_gray_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@301e5d23 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 216 minecraft:light_gray_carpet net.minecraft.item.crafting.ShapedRecipes@36cdcae0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 217 minecraft:light_gray_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@1d535b78 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 218 minecraft:light_gray_bed net.minecraft.item.crafting.ShapedRecipes@31859960 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 219 minecraft:light_gray_banner net.minecraft.item.crafting.ShapedRecipes@2568611c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 220 minecraft:light_blue_wool net.minecraft.item.crafting.ShapelessRecipes@366bf608 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 221 minecraft:light_blue_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@5e0442dd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 222 minecraft:light_blue_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@1e36baca +[18:27:06] [Server thread/TRACE] [FML]: Registry: 223 minecraft:light_blue_stained_glass net.minecraft.item.crafting.ShapedRecipes@5e3d84a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 224 minecraft:light_blue_dye_from_lapis_bonemeal net.minecraft.item.crafting.ShapelessRecipes@2d9df336 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 225 minecraft:light_blue_dye_from_blue_orchid net.minecraft.item.crafting.ShapelessRecipes@1fb30e5d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 226 minecraft:light_blue_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@3186f8f5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 227 minecraft:light_blue_carpet net.minecraft.item.crafting.ShapedRecipes@2a341e3d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 228 minecraft:light_blue_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@24e7087a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 229 minecraft:light_blue_bed net.minecraft.item.crafting.ShapedRecipes@71e2843b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 230 minecraft:light_blue_banner net.minecraft.item.crafting.ShapedRecipes@254cc548 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 231 minecraft:lever net.minecraft.item.crafting.ShapedRecipes@3117ac8d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 232 minecraft:leather_leggings net.minecraft.item.crafting.ShapedRecipes@1610c03c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 233 minecraft:leather_helmet net.minecraft.item.crafting.ShapedRecipes@d0e4972 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 234 minecraft:leather_chestplate net.minecraft.item.crafting.ShapedRecipes@7cdb05aa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 235 minecraft:leather_boots net.minecraft.item.crafting.ShapedRecipes@5cb76070 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 236 minecraft:leather net.minecraft.item.crafting.ShapedRecipes@753e4eb5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 237 minecraft:lead net.minecraft.item.crafting.ShapedRecipes@4b762988 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 238 minecraft:lapis_lazuli net.minecraft.item.crafting.ShapedRecipes@3c6fc4cd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 239 minecraft:lapis_block net.minecraft.item.crafting.ShapedRecipes@2e785b28 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 240 minecraft:ladder net.minecraft.item.crafting.ShapedRecipes@5764d421 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 241 minecraft:jungle_wooden_slab net.minecraft.item.crafting.ShapedRecipes@71f10042 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 242 minecraft:jungle_stairs net.minecraft.item.crafting.ShapedRecipes@41289e88 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 243 minecraft:jungle_planks net.minecraft.item.crafting.ShapedRecipes@560be8c0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 244 minecraft:jungle_fence_gate net.minecraft.item.crafting.ShapedRecipes@42172065 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 245 minecraft:jungle_fence net.minecraft.item.crafting.ShapedRecipes@2e20c20b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 246 minecraft:jungle_door net.minecraft.item.crafting.ShapedRecipes@36762234 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 247 minecraft:jungle_boat net.minecraft.item.crafting.ShapedRecipes@42c9b1ee +[18:27:06] [Server thread/TRACE] [FML]: Registry: 248 minecraft:jukebox net.minecraft.item.crafting.ShapedRecipes@7d4bdbd8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 249 minecraft:item_frame net.minecraft.item.crafting.ShapedRecipes@434b2e0c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 250 minecraft:iron_trapdoor net.minecraft.item.crafting.ShapedRecipes@2c557eee +[18:27:06] [Server thread/TRACE] [FML]: Registry: 251 minecraft:iron_sword net.minecraft.item.crafting.ShapedRecipes@7b7b1448 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 252 minecraft:iron_shovel net.minecraft.item.crafting.ShapedRecipes@68a94e58 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 253 minecraft:iron_pickaxe net.minecraft.item.crafting.ShapedRecipes@75ac326f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 254 minecraft:iron_nugget net.minecraft.item.crafting.ShapedRecipes@f453129 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 255 minecraft:iron_leggings net.minecraft.item.crafting.ShapedRecipes@49809275 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 256 minecraft:iron_ingot_from_nuggets net.minecraft.item.crafting.ShapedRecipes@2c8f65da +[18:27:06] [Server thread/TRACE] [FML]: Registry: 257 minecraft:iron_ingot_from_block net.minecraft.item.crafting.ShapedRecipes@2346f77a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 258 minecraft:iron_hoe net.minecraft.item.crafting.ShapedRecipes@7acfcfc4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 259 minecraft:iron_helmet net.minecraft.item.crafting.ShapedRecipes@3fe5ad73 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 260 minecraft:iron_door net.minecraft.item.crafting.ShapedRecipes@38856d6e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 261 minecraft:iron_chestplate net.minecraft.item.crafting.ShapedRecipes@6ac2c5a1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 262 minecraft:iron_boots net.minecraft.item.crafting.ShapedRecipes@1abbc1d4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 263 minecraft:iron_block net.minecraft.item.crafting.ShapedRecipes@f5167f0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 264 minecraft:iron_bars net.minecraft.item.crafting.ShapedRecipes@21022cbb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 265 minecraft:iron_axe net.minecraft.item.crafting.ShapedRecipes@212c0aff +[18:27:06] [Server thread/TRACE] [FML]: Registry: 266 minecraft:hopper_minecart net.minecraft.item.crafting.ShapedRecipes@dd77e0d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 267 minecraft:hopper net.minecraft.item.crafting.ShapedRecipes@44dcc0e4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 268 minecraft:heavy_weighted_pressure_plate net.minecraft.item.crafting.ShapedRecipes@3c271988 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 269 minecraft:hay_block net.minecraft.item.crafting.ShapedRecipes@25b83dce +[18:27:06] [Server thread/TRACE] [FML]: Registry: 270 minecraft:green_wool net.minecraft.item.crafting.ShapelessRecipes@3966c679 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 271 minecraft:green_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@3703a400 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 272 minecraft:green_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@55574295 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 273 minecraft:green_stained_glass net.minecraft.item.crafting.ShapedRecipes@5d04fbb7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 274 minecraft:green_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@68543a35 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 275 minecraft:green_carpet net.minecraft.item.crafting.ShapedRecipes@5a3be84 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 276 minecraft:green_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@464d60fb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 277 minecraft:green_bed net.minecraft.item.crafting.ShapedRecipes@6167c42f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 278 minecraft:green_banner net.minecraft.item.crafting.ShapedRecipes@2c7c898a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 279 minecraft:gray_wool net.minecraft.item.crafting.ShapelessRecipes@6d946eee +[18:27:06] [Server thread/TRACE] [FML]: Registry: 280 minecraft:gray_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@220cda54 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 281 minecraft:gray_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@5c459194 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 282 minecraft:gray_stained_glass net.minecraft.item.crafting.ShapedRecipes@550f522b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 283 minecraft:gray_dye net.minecraft.item.crafting.ShapelessRecipes@69cb134 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 284 minecraft:gray_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@7d7a8d23 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 285 minecraft:gray_carpet net.minecraft.item.crafting.ShapedRecipes@f98cff +[18:27:06] [Server thread/TRACE] [FML]: Registry: 286 minecraft:gray_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@5a4e492c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 287 minecraft:gray_bed net.minecraft.item.crafting.ShapedRecipes@6c1a63f7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 288 minecraft:gray_banner net.minecraft.item.crafting.ShapedRecipes@33a8f553 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 289 minecraft:granite net.minecraft.item.crafting.ShapelessRecipes@4f65af91 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 290 minecraft:golden_sword net.minecraft.item.crafting.ShapedRecipes@6b94c200 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 291 minecraft:golden_shovel net.minecraft.item.crafting.ShapedRecipes@630c3af3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 292 minecraft:golden_rail net.minecraft.item.crafting.ShapedRecipes@cfc4601 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 293 minecraft:golden_pickaxe net.minecraft.item.crafting.ShapedRecipes@ebff59d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 294 minecraft:golden_leggings net.minecraft.item.crafting.ShapedRecipes@38197e82 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 295 minecraft:golden_hoe net.minecraft.item.crafting.ShapedRecipes@8f374de +[18:27:06] [Server thread/TRACE] [FML]: Registry: 296 minecraft:golden_helmet net.minecraft.item.crafting.ShapedRecipes@565c887e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 297 minecraft:golden_chestplate net.minecraft.item.crafting.ShapedRecipes@363ba634 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 298 minecraft:golden_carrot net.minecraft.item.crafting.ShapedRecipes@4ac0d49 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 299 minecraft:golden_boots net.minecraft.item.crafting.ShapedRecipes@7bd7d71c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 300 minecraft:golden_axe net.minecraft.item.crafting.ShapedRecipes@1f013047 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 301 minecraft:golden_apple net.minecraft.item.crafting.ShapedRecipes@318511f0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 302 minecraft:gold_nugget net.minecraft.item.crafting.ShapedRecipes@70b1028d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 303 minecraft:gold_ingot_from_nuggets net.minecraft.item.crafting.ShapedRecipes@6b6c0b7c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 304 minecraft:gold_ingot_from_block net.minecraft.item.crafting.ShapedRecipes@6787bd41 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 305 minecraft:gold_block net.minecraft.item.crafting.ShapedRecipes@5e198c40 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 306 minecraft:glowstone net.minecraft.item.crafting.ShapedRecipes@5dd227b7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 307 minecraft:glass_pane net.minecraft.item.crafting.ShapedRecipes@497fd334 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 308 minecraft:glass_bottle net.minecraft.item.crafting.ShapedRecipes@3879feec +[18:27:06] [Server thread/TRACE] [FML]: Registry: 309 minecraft:furnace_minecart net.minecraft.item.crafting.ShapedRecipes@8dcacf1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 310 minecraft:furnace net.minecraft.item.crafting.ShapedRecipes@27d6467 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 311 minecraft:flower_pot net.minecraft.item.crafting.ShapedRecipes@750c23a3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 312 minecraft:flint_and_steel net.minecraft.item.crafting.ShapelessRecipes@7ef7f414 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 313 minecraft:fishing_rod net.minecraft.item.crafting.ShapedRecipes@1238a074 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 314 minecraft:fire_charge net.minecraft.item.crafting.ShapelessRecipes@2e1e7bc6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 315 minecraft:fermented_spider_eye net.minecraft.item.crafting.ShapelessRecipes@1f365a26 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 316 minecraft:fence_gate net.minecraft.item.crafting.ShapedRecipes@3909308c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 317 minecraft:fence net.minecraft.item.crafting.ShapedRecipes@6958d5d0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 318 minecraft:ender_eye net.minecraft.item.crafting.ShapelessRecipes@50caeb4b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 319 minecraft:ender_chest net.minecraft.item.crafting.ShapedRecipes@1860b107 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 320 minecraft:end_rod net.minecraft.item.crafting.ShapedRecipes@5b324447 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 321 minecraft:end_crystal net.minecraft.item.crafting.ShapedRecipes@143fe09c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 322 minecraft:end_bricks net.minecraft.item.crafting.ShapedRecipes@6b32b678 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 323 minecraft:enchanting_table net.minecraft.item.crafting.ShapedRecipes@1adf387e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 324 minecraft:emerald_block net.minecraft.item.crafting.ShapedRecipes@544e6b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 325 minecraft:emerald net.minecraft.item.crafting.ShapedRecipes@78829412 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 326 minecraft:dropper net.minecraft.item.crafting.ShapedRecipes@1afa048a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 327 minecraft:dispenser net.minecraft.item.crafting.ShapedRecipes@dbcf7c3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 328 minecraft:diorite net.minecraft.item.crafting.ShapedRecipes@36931450 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 329 minecraft:diamond_sword net.minecraft.item.crafting.ShapedRecipes@f575d2b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 330 minecraft:diamond_shovel net.minecraft.item.crafting.ShapedRecipes@6033f36c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 331 minecraft:diamond_pickaxe net.minecraft.item.crafting.ShapedRecipes@2634d000 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 332 minecraft:diamond_leggings net.minecraft.item.crafting.ShapedRecipes@50008974 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 333 minecraft:diamond_hoe net.minecraft.item.crafting.ShapedRecipes@53dbe7b2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 334 minecraft:diamond_helmet net.minecraft.item.crafting.ShapedRecipes@71b7e9c8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 335 minecraft:diamond_chestplate net.minecraft.item.crafting.ShapedRecipes@76b019c4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 336 minecraft:diamond_boots net.minecraft.item.crafting.ShapedRecipes@77d58f3a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 337 minecraft:diamond_block net.minecraft.item.crafting.ShapedRecipes@478c84aa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 338 minecraft:diamond_axe net.minecraft.item.crafting.ShapedRecipes@ef220e4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 339 minecraft:diamond net.minecraft.item.crafting.ShapedRecipes@77988c45 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 340 minecraft:detector_rail net.minecraft.item.crafting.ShapedRecipes@4c0bfe9e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 341 minecraft:daylight_detector net.minecraft.item.crafting.ShapedRecipes@51e1e058 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 342 minecraft:dark_prismarine net.minecraft.item.crafting.ShapedRecipes@1c14d24d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 343 minecraft:dark_oak_wooden_slab net.minecraft.item.crafting.ShapedRecipes@221cdd87 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 344 minecraft:dark_oak_stairs net.minecraft.item.crafting.ShapedRecipes@2761156e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 345 minecraft:dark_oak_planks net.minecraft.item.crafting.ShapedRecipes@1bb51492 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 346 minecraft:dark_oak_fence_gate net.minecraft.item.crafting.ShapedRecipes@194eae3e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 347 minecraft:dark_oak_fence net.minecraft.item.crafting.ShapedRecipes@57f89680 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 348 minecraft:dark_oak_door net.minecraft.item.crafting.ShapedRecipes@14c18a6a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 349 minecraft:dark_oak_boat net.minecraft.item.crafting.ShapedRecipes@319d106c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 350 minecraft:cyan_wool net.minecraft.item.crafting.ShapelessRecipes@2245ccaa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 351 minecraft:cyan_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@6636448b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 352 minecraft:cyan_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@33a7331 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 353 minecraft:cyan_stained_glass net.minecraft.item.crafting.ShapedRecipes@37344d31 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 354 minecraft:cyan_dye net.minecraft.item.crafting.ShapelessRecipes@138a952f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 355 minecraft:cyan_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@19540247 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 356 minecraft:cyan_carpet net.minecraft.item.crafting.ShapedRecipes@393e7546 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 357 minecraft:cyan_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@32fd5bc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 358 minecraft:cyan_bed net.minecraft.item.crafting.ShapedRecipes@7fcbc336 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 359 minecraft:cyan_banner net.minecraft.item.crafting.ShapedRecipes@1eab0700 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 361 minecraft:cookie net.minecraft.item.crafting.ShapedRecipes@478fe415 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 362 minecraft:compass net.minecraft.item.crafting.ShapedRecipes@45017263 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 363 minecraft:comparator net.minecraft.item.crafting.ShapedRecipes@5dac6bc3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 364 minecraft:cobblestone_wall net.minecraft.item.crafting.ShapedRecipes@75fa9254 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 365 minecraft:cobblestone_slab net.minecraft.item.crafting.ShapedRecipes@3539cf45 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 366 minecraft:coarse_dirt net.minecraft.item.crafting.ShapedRecipes@62e586a6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 367 minecraft:coal_block net.minecraft.item.crafting.ShapedRecipes@14e83c9d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 368 minecraft:coal net.minecraft.item.crafting.ShapedRecipes@64cdc310 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 369 minecraft:clock net.minecraft.item.crafting.ShapedRecipes@525b9df4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 370 minecraft:clay net.minecraft.item.crafting.ShapedRecipes@2ae88712 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 371 minecraft:chiseled_stonebrick net.minecraft.item.crafting.ShapedRecipes@57ab4b33 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 372 minecraft:chiseled_sandstone net.minecraft.item.crafting.ShapedRecipes@5e72c82a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 373 minecraft:chiseled_red_sandstone net.minecraft.item.crafting.ShapedRecipes@102c24d1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 374 minecraft:chiseled_quartz_block net.minecraft.item.crafting.ShapedRecipes@65698020 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 375 minecraft:chest_minecart net.minecraft.item.crafting.ShapedRecipes@470a446f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 376 minecraft:chest net.minecraft.item.crafting.ShapedRecipes@669daa93 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 377 minecraft:cauldron net.minecraft.item.crafting.ShapedRecipes@129aaac1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 378 minecraft:carrot_on_a_stick net.minecraft.item.crafting.ShapedRecipes@29fc83c5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 379 minecraft:cake net.minecraft.item.crafting.ShapedRecipes@2911db81 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 380 minecraft:bucket net.minecraft.item.crafting.ShapedRecipes@57a0c261 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 381 minecraft:brown_wool net.minecraft.item.crafting.ShapelessRecipes@104392ba +[18:27:06] [Server thread/TRACE] [FML]: Registry: 382 minecraft:brown_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@7872e91f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 383 minecraft:brown_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@27575bcd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 384 minecraft:brown_stained_glass net.minecraft.item.crafting.ShapedRecipes@1e7113f8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 385 minecraft:brown_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@749c0669 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 386 minecraft:brown_carpet net.minecraft.item.crafting.ShapedRecipes@4769537a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 387 minecraft:brown_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@558aa1f1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 388 minecraft:brown_bed net.minecraft.item.crafting.ShapedRecipes@1a4ae53d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 389 minecraft:brown_banner net.minecraft.item.crafting.ShapedRecipes@27e3dc9a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 390 minecraft:brick_stairs net.minecraft.item.crafting.ShapedRecipes@4eace42b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 391 minecraft:brick_slab net.minecraft.item.crafting.ShapedRecipes@418bdde9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 392 minecraft:brick_block net.minecraft.item.crafting.ShapedRecipes@2c451c4a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 393 minecraft:brewing_stand net.minecraft.item.crafting.ShapedRecipes@67b09e34 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 394 minecraft:bread net.minecraft.item.crafting.ShapedRecipes@176054b7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 395 minecraft:bowl net.minecraft.item.crafting.ShapedRecipes@54087bdb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 396 minecraft:bow net.minecraft.item.crafting.ShapedRecipes@7ade62a6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 397 minecraft:bookshelf net.minecraft.item.crafting.ShapedRecipes@1fa29b9e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 398 minecraft:book net.minecraft.item.crafting.ShapelessRecipes@3ee200ae +[18:27:06] [Server thread/TRACE] [FML]: Registry: 399 minecraft:bone_meal_from_bone net.minecraft.item.crafting.ShapelessRecipes@28e8dee7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 400 minecraft:bone_meal_from_block net.minecraft.item.crafting.ShapelessRecipes@44117b0d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 401 minecraft:bone_block net.minecraft.item.crafting.ShapedRecipes@54a033b8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 402 minecraft:boat net.minecraft.item.crafting.ShapedRecipes@3f142e87 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 403 minecraft:blue_wool net.minecraft.item.crafting.ShapelessRecipes@36d5c2ce +[18:27:06] [Server thread/TRACE] [FML]: Registry: 404 minecraft:blue_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@3b3f62d7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 405 minecraft:blue_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@58ca6ba3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 406 minecraft:blue_stained_glass net.minecraft.item.crafting.ShapedRecipes@460aa24e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 407 minecraft:blue_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@52fec840 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 408 minecraft:blue_carpet net.minecraft.item.crafting.ShapedRecipes@1896299b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 409 minecraft:blue_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@61607ff0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 410 minecraft:blue_bed net.minecraft.item.crafting.ShapedRecipes@703e5614 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 411 minecraft:blue_banner net.minecraft.item.crafting.ShapedRecipes@61648dd2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 412 minecraft:blaze_powder net.minecraft.item.crafting.ShapelessRecipes@1e4d93f7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 413 minecraft:black_wool net.minecraft.item.crafting.ShapelessRecipes@5300694d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 414 minecraft:black_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@261f5a45 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 415 minecraft:black_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@593354fa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 416 minecraft:black_stained_glass net.minecraft.item.crafting.ShapedRecipes@406808eb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 417 minecraft:black_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@354e2bff +[18:27:06] [Server thread/TRACE] [FML]: Registry: 418 minecraft:black_carpet net.minecraft.item.crafting.ShapedRecipes@7dfca9e6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 419 minecraft:black_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@4407fea2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 420 minecraft:black_bed net.minecraft.item.crafting.ShapedRecipes@4b7a4c83 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 421 minecraft:black_banner net.minecraft.item.crafting.ShapedRecipes@5819ee0f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 422 minecraft:birch_wooden_slab net.minecraft.item.crafting.ShapedRecipes@3b780b5c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 423 minecraft:birch_stairs net.minecraft.item.crafting.ShapedRecipes@6885f3f7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 424 minecraft:birch_planks net.minecraft.item.crafting.ShapedRecipes@5b657342 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 425 minecraft:birch_fence_gate net.minecraft.item.crafting.ShapedRecipes@6a013bdd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 426 minecraft:birch_fence net.minecraft.item.crafting.ShapedRecipes@3294102e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 427 minecraft:birch_door net.minecraft.item.crafting.ShapedRecipes@4be3de36 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 428 minecraft:birch_boat net.minecraft.item.crafting.ShapedRecipes@4bc41565 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 429 minecraft:beetroot_soup net.minecraft.item.crafting.ShapedRecipes@326dbe25 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 430 minecraft:beacon net.minecraft.item.crafting.ShapedRecipes@6fb219dd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 431 minecraft:arrow net.minecraft.item.crafting.ShapedRecipes@7253c53 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 432 minecraft:armor_stand net.minecraft.item.crafting.ShapedRecipes@60d32006 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 433 minecraft:anvil net.minecraft.item.crafting.ShapedRecipes@c6d7256 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 434 minecraft:andesite net.minecraft.item.crafting.ShapelessRecipes@c157abf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 435 minecraft:activator_rail net.minecraft.item.crafting.ShapedRecipes@6ed87ccf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 436 minecraft:acacia_wooden_slab net.minecraft.item.crafting.ShapedRecipes@4d2950ed +[18:27:06] [Server thread/TRACE] [FML]: Registry: 437 minecraft:acacia_stairs net.minecraft.item.crafting.ShapedRecipes@65bb4cb9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 438 minecraft:acacia_planks net.minecraft.item.crafting.ShapedRecipes@3465edf9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 439 minecraft:acacia_fence_gate net.minecraft.item.crafting.ShapedRecipes@77e5c765 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 440 minecraft:acacia_fence net.minecraft.item.crafting.ShapedRecipes@187df588 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 441 minecraft:acacia_door net.minecraft.item.crafting.ShapedRecipes@1055d261 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 442 minecraft:acacia_boat net.minecraft.item.crafting.ShapedRecipes@32b1e906 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 443 nnparadisemod:rusty_ingot_from_nugget net.minecraftforge.oredict.ShapedOreRecipe@76041d20 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 444 nnparadisemod:tree_topper net.minecraft.item.crafting.ShapedRecipes@596e1c97 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 445 nnparadisemod:rusty_iron_block2 net.minecraftforge.oredict.ShapedOreRecipe@7b65b524 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 446 nnparadisemod:salt_lamp net.minecraft.item.crafting.ShapedRecipes@4d1c43b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 447 nnparadisemod:blaze_powder net.minecraft.item.crafting.ShapedRecipes@5afaeeec +[18:27:06] [Server thread/TRACE] [FML]: Registry: 448 nnparadisemod:ender_pearl_block net.minecraft.item.crafting.ShapedRecipes@680830e6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 449 nnparadisemod:ruby_block net.minecraftforge.oredict.ShapedOreRecipe@6ba51c5c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 450 nnparadisemod:compressed_cactus_chest net.minecraft.item.crafting.ShapedRecipes@3601530d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 451 nnparadisemod:tables/jungle_crafting_table net.minecraft.item.crafting.ShapedRecipes@3b7118da +[18:27:06] [Server thread/TRACE] [FML]: Registry: 452 nnparadisemod:tables/oak_crafting_table net.minecraft.item.crafting.ShapedRecipes@26aac6fb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 453 nnparadisemod:tables/spruce_crafting_table net.minecraft.item.crafting.ShapedRecipes@40ed3939 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 454 nnparadisemod:tables/cactus_crafting_table net.minecraft.item.crafting.ShapedRecipes@51d2026d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 455 nnparadisemod:tables/birch_crafting_table net.minecraft.item.crafting.ShapedRecipes@414d03a9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 456 nnparadisemod:tables/dark_oak_crafting_table net.minecraft.item.crafting.ShapedRecipes@5d825cc5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 457 nnparadisemod:tables/acacia_crafting_table net.minecraft.item.crafting.ShapedRecipes@1a0e4283 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 458 nnparadisemod:mossy_lever net.minecraftforge.oredict.ShapedOreRecipe@5708a488 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 459 nnparadisemod:fences/gold_fence net.minecraft.item.crafting.ShapedRecipes@28d2ec29 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 460 nnparadisemod:fences/iron_fence net.minecraft.item.crafting.ShapedRecipes@3a3eb2b1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 461 nnparadisemod:fences/diamond_fence net.minecraft.item.crafting.ShapedRecipes@52b61461 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 462 nnparadisemod:fences/redstone_fence net.minecraftforge.oredict.ShapedOreRecipe@2b206625 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 463 nnparadisemod:fences/brick_fence net.minecraft.item.crafting.ShapedRecipes@53390f33 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 464 nnparadisemod:fences/ruby_fence net.minecraftforge.oredict.ShapedOreRecipe@44563c09 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 465 nnparadisemod:fences/rusty_fence net.minecraft.item.crafting.ShapedRecipes@db5b577 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 466 nnparadisemod:fences/cactus_fence net.minecraftforge.oredict.ShapedOreRecipe@46a3934c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 467 nnparadisemod:fences/emerald_fence net.minecraft.item.crafting.ShapedRecipes@70a872b1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 468 nnparadisemod:fences/silver_fence net.minecraftforge.oredict.ShapedOreRecipe@27816139 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 469 nnparadisemod:sugar_block net.minecraft.item.crafting.ShapedRecipes@6383b566 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 470 nnparadisemod:gold_bars net.minecraft.item.crafting.ShapedRecipes@304ab812 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 471 nnparadisemod:silver_bars net.minecraft.item.crafting.ShapedRecipes@27ee31ff +[18:27:06] [Server thread/TRACE] [FML]: Registry: 472 nnparadisemod:compressed_cactus_chest_trapped net.minecraft.item.crafting.ShapelessRecipes@37cb091c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 473 nnparadisemod:gold_hopper net.minecraft.item.crafting.ShapedRecipes@7955d452 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 474 nnparadisemod:emerald_rail net.minecraft.item.crafting.ShapedRecipes@61c7de22 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 475 nnparadisemod:mossy_furnace net.minecraft.item.crafting.ShapedRecipes@6d899b84 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 476 nnparadisemod:salt net.minecraft.item.crafting.ShapedRecipes@5e060a3c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 477 nnparadisemod:compressed_cactus net.minecraft.item.crafting.ShapedRecipes@72908ba2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 478 nnparadisemod:emerald_shovel net.minecraft.item.crafting.ShapedRecipes@12443b10 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 479 nnparadisemod:cactus_chest net.minecraft.item.crafting.ShapedRecipes@5b6e0226 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 480 nnparadisemod:blaze_block net.minecraft.item.crafting.ShapedRecipes@74280080 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 481 nnparadisemod:sugar net.minecraft.item.crafting.ShapedRecipes@40e73d61 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 482 nnparadisemod:lamps/lime_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@7a53af34 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 483 nnparadisemod:lamps/purple_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@7691875d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 484 nnparadisemod:lamps/red_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@2606ea74 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 485 nnparadisemod:lamps/silver_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@2e5b2e23 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 486 nnparadisemod:lamps/yellow_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@223e3ae6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 487 nnparadisemod:lamps/light_blue_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@23d9f2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 488 nnparadisemod:lamps/magenta_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@6c662424 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 489 nnparadisemod:lamps/cyan_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@6947915a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 490 nnparadisemod:lamps/black_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@3760c619 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 491 nnparadisemod:lamps/white_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@27ab572b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 492 nnparadisemod:lamps/brown_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@272432f8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 493 nnparadisemod:lamps/blue_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@721fd16 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 494 nnparadisemod:lamps/pink_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@50715a8d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 495 nnparadisemod:lamps/gray_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@5066ffc2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 496 nnparadisemod:lamps/orange_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@16f61eae +[18:27:06] [Server thread/TRACE] [FML]: Registry: 497 nnparadisemod:lamps/green_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@6b475c00 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 498 nnparadisemod:silver_block net.minecraftforge.oredict.ShapedOreRecipe@778b75ca +[18:27:06] [Server thread/TRACE] [FML]: Registry: 499 nnparadisemod:soul_glass_pane net.minecraft.item.crafting.ShapedRecipes@6305a55 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 500 nnparadisemod:du_portal net.minecraft.item.crafting.ShapedRecipes@14198e7b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 501 nnparadisemod:cactus_chest_trapped net.minecraft.item.crafting.ShapelessRecipes@744fd39a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 502 nnparadisemod:rusty_ingot_from_block net.minecraftforge.oredict.ShapedOreRecipe@400c0d9a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 503 nnparadisemod:salt_block net.minecraft.item.crafting.ShapedRecipes@12a46995 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 504 nnparadisemod:silver_ingot_from_nugget net.minecraftforge.oredict.ShapedOreRecipe@71d3398b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 505 nnparadisemod:powered_emerald_rail net.minecraft.item.crafting.ShapedRecipes@108cfc9a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 506 nnparadisemod:trapdoors/ruby_trapdoor net.minecraftforge.oredict.ShapedOreRecipe@68e3e16c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 507 nnparadisemod:trapdoors/moss_stone_trapdoor net.minecraft.item.crafting.ShapedRecipes@3b485456 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 508 nnparadisemod:trapdoors/glowing_obsidian_trapdoor net.minecraft.item.crafting.ShapedRecipes@719d58b4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 509 nnparadisemod:trapdoors/granite_trapdoor net.minecraft.item.crafting.ShapedRecipes@7c669da8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 510 nnparadisemod:trapdoors/diamond_trapdoor net.minecraft.item.crafting.ShapedRecipes@70bcc867 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 511 nnparadisemod:trapdoors/obsidian_trapdoor net.minecraft.item.crafting.ShapedRecipes@11be503d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 512 nnparadisemod:trapdoors/end_trapdoor net.minecraft.item.crafting.ShapedRecipes@1712dd23 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 513 nnparadisemod:trapdoors/rusty_trapdoor net.minecraft.item.crafting.ShapedRecipes@45696fc0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 514 nnparadisemod:trapdoors/cactus_trapdoor net.minecraft.item.crafting.ShapedRecipes@1ba3afd1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 515 nnparadisemod:trapdoors/diorite_trapdoor net.minecraft.item.crafting.ShapedRecipes@1ce2e3a2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 516 nnparadisemod:trapdoors/silver_trapdoor net.minecraftforge.oredict.ShapedOreRecipe@4ca53b09 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 517 nnparadisemod:trapdoors/gold_trapdoor net.minecraft.item.crafting.ShapedRecipes@9ae16dc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 518 nnparadisemod:trapdoors/stone_trapdoor net.minecraft.item.crafting.ShapedRecipes@50317cce +[18:27:06] [Server thread/TRACE] [FML]: Registry: 519 nnparadisemod:trapdoors/cobblestone_trapdoor net.minecraft.item.crafting.ShapedRecipes@7b8eae53 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 520 nnparadisemod:trapdoors/emerald_trapdoor net.minecraft.item.crafting.ShapedRecipes@5e750fa2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 521 nnparadisemod:trapdoors/redstone_trapdoor net.minecraft.item.crafting.ShapedRecipes@28114411 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 522 nnparadisemod:trapdoors/andesite_trapdoor net.minecraft.item.crafting.ShapedRecipes@15fbb9bd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 523 nnparadisemod:trapdoors/redstone_trapdoor_2 net.minecraft.item.crafting.ShapedRecipes@43bc1abd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 524 nnparadisemod:rusty_bars net.minecraft.item.crafting.ShapedRecipes@1a1bebf9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 525 nnparadisemod:rusty_nugget_from_ingot net.minecraftforge.oredict.ShapedOreRecipe@1567c844 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 526 nnparadisemod:ender_pearl net.minecraft.item.crafting.ShapedRecipes@14cabd1a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 527 nnparadisemod:rusty_iron_block net.minecraft.item.crafting.ShapedRecipes@71b873a2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 528 nnparadisemod:plates/rusty_pressure_plate net.minecraftforge.oredict.ShapedOreRecipe@2c92ebdc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 529 nnparadisemod:plates/diamond_pressure_plate net.minecraft.item.crafting.ShapedRecipes@78f6ddda +[18:27:06] [Server thread/TRACE] [FML]: Registry: 530 nnparadisemod:plates/acacia_pressure_plate net.minecraft.item.crafting.ShapedRecipes@2a24e9e9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 531 nnparadisemod:plates/diorite_pressure_plate net.minecraft.item.crafting.ShapedRecipes@22c72d15 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 532 nnparadisemod:plates/granite_pressure_plate net.minecraft.item.crafting.ShapedRecipes@279a49d2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 533 nnparadisemod:plates/end_pressure_plate net.minecraft.item.crafting.ShapedRecipes@5970718c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 534 nnparadisemod:plates/cactus_pressure_plate net.minecraft.item.crafting.ShapedRecipes@62d581bc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 535 nnparadisemod:plates/glowing_obsidian_pressure_plate net.minecraft.item.crafting.ShapedRecipes@58cd4d11 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 536 nnparadisemod:plates/mossy_pressure_plate net.minecraft.item.crafting.ShapedRecipes@256ea225 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 537 nnparadisemod:plates/ruby_pressure_plate net.minecraftforge.oredict.ShapedOreRecipe@484b8cee +[18:27:06] [Server thread/TRACE] [FML]: Registry: 538 nnparadisemod:plates/spruce_pressure_plate net.minecraft.item.crafting.ShapedRecipes@33038e84 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 539 nnparadisemod:plates/jungle_pressure_plate net.minecraft.item.crafting.ShapedRecipes@3a6161b7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 540 nnparadisemod:plates/andesite_pressure_plate net.minecraft.item.crafting.ShapedRecipes@15af2946 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 541 nnparadisemod:plates/emerald_pressure_plate net.minecraft.item.crafting.ShapedRecipes@47ebbee1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 542 nnparadisemod:plates/oak_pressure_plate net.minecraft.item.crafting.ShapedRecipes@517f15be +[18:27:06] [Server thread/TRACE] [FML]: Registry: 543 nnparadisemod:plates/birch_pressure_plate net.minecraft.item.crafting.ShapedRecipes@7eec5837 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 544 nnparadisemod:plates/cobblestone_pressure_plate net.minecraft.item.crafting.ShapedRecipes@fdaaeb0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 545 nnparadisemod:plates/dark_oak_pressure_plate net.minecraft.item.crafting.ShapedRecipes@3a7e556f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 546 nnparadisemod:plates/grass_pressure_plate net.minecraft.item.crafting.ShapedRecipes@4ae9fce7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 547 nnparadisemod:plates/silver_pressure_plate net.minecraftforge.oredict.ShapedOreRecipe@5882378e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 548 nnparadisemod:fence gates/emerald_fence_gate net.minecraft.item.crafting.ShapedRecipes@4082fab3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 549 nnparadisemod:fence gates/cactus_fence_gate net.minecraftforge.oredict.ShapedOreRecipe@52df2ef9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 550 nnparadisemod:fence gates/redstone_fence_gate net.minecraftforge.oredict.ShapedOreRecipe@5d6536ca +[18:27:06] [Server thread/TRACE] [FML]: Registry: 551 nnparadisemod:fence gates/diamond_fence_gate net.minecraft.item.crafting.ShapedRecipes@83b6af3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 552 nnparadisemod:fence gates/iron_fence_gate net.minecraft.item.crafting.ShapedRecipes@4b1b853a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 553 nnparadisemod:fence gates/gold_fence_gate net.minecraft.item.crafting.ShapedRecipes@1b55a206 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 554 nnparadisemod:fence gates/rusty_fence_gate net.minecraft.item.crafting.ShapedRecipes@31a3dc23 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 555 nnparadisemod:fence gates/silver_fence_gate net.minecraftforge.oredict.ShapedOreRecipe@48b97f9b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 556 nnparadisemod:fence gates/brick_fence_gate net.minecraft.item.crafting.ShapedRecipes@39b1ed9d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 557 nnparadisemod:fence gates/ruby_fence_gate net.minecraftforge.oredict.ShapedOreRecipe@603d453c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 558 nnparadisemod:armor/silver_helmet net.minecraftforge.oredict.ShapedOreRecipe@54e7084e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 559 nnparadisemod:armor/obsidian_boots net.minecraftforge.oredict.ShapedOreRecipe@23e4e65e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 560 nnparadisemod:armor/silver_boots net.minecraftforge.oredict.ShapedOreRecipe@2d147505 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 561 nnparadisemod:armor/silver/silver_helmet net.minecraftforge.oredict.ShapedOreRecipe@52d0d545 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 562 nnparadisemod:armor/silver/silver_boots net.minecraftforge.oredict.ShapedOreRecipe@70139ceb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 563 nnparadisemod:armor/silver/silver_chestplate net.minecraftforge.oredict.ShapedOreRecipe@620798be +[18:27:06] [Server thread/TRACE] [FML]: Registry: 564 nnparadisemod:armor/silver/silver_leggings net.minecraftforge.oredict.ShapedOreRecipe@7bd85e84 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 565 nnparadisemod:armor/santa_jacket net.minecraft.item.crafting.ShapedRecipes@4f6bd08f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 566 nnparadisemod:armor/santa_hat net.minecraft.item.crafting.ShapedRecipes@4d8a0fa2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 567 nnparadisemod:armor/emerald_chestplate net.minecraftforge.oredict.ShapedOreRecipe@5e542369 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 568 nnparadisemod:armor/ruby_chestplate net.minecraftforge.oredict.ShapedOreRecipe@4cae4f19 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 569 nnparadisemod:armor/emerald_leggings net.minecraftforge.oredict.ShapedOreRecipe@4d1df80e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 570 nnparadisemod:armor/ruby_helmet net.minecraftforge.oredict.ShapedOreRecipe@729c2ca +[18:27:06] [Server thread/TRACE] [FML]: Registry: 571 nnparadisemod:armor/redstone_helmet net.minecraftforge.oredict.ShapedOreRecipe@79757113 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 572 nnparadisemod:armor/obsidian_leggings net.minecraftforge.oredict.ShapedOreRecipe@5544c79 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 573 nnparadisemod:armor/ruby/ruby_chestplate net.minecraftforge.oredict.ShapedOreRecipe@5d042327 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 574 nnparadisemod:armor/ruby/ruby_helmet net.minecraftforge.oredict.ShapedOreRecipe@2128bcc8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 575 nnparadisemod:armor/ruby/ruby_leggings net.minecraftforge.oredict.ShapedOreRecipe@b05dc63 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 576 nnparadisemod:armor/ruby/ruby_boots net.minecraftforge.oredict.ShapedOreRecipe@29aeaefa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 577 nnparadisemod:armor/redstone_boots net.minecraftforge.oredict.ShapedOreRecipe@5d7d8b80 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 578 nnparadisemod:armor/ruby_leggings net.minecraftforge.oredict.ShapedOreRecipe@68beeb27 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 579 nnparadisemod:armor/obsidian_helmet net.minecraftforge.oredict.ShapedOreRecipe@54ac790a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 580 nnparadisemod:armor/silver_chestplate net.minecraftforge.oredict.ShapedOreRecipe@25d0d070 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 581 nnparadisemod:armor/emerald/emerald_chestplate net.minecraftforge.oredict.ShapedOreRecipe@11c12362 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 582 nnparadisemod:armor/emerald/emerald_leggings net.minecraftforge.oredict.ShapedOreRecipe@4f7af2c1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 583 nnparadisemod:armor/emerald/emerald_helmet net.minecraftforge.oredict.ShapedOreRecipe@62cb395f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 584 nnparadisemod:armor/emerald/emerald_boots net.minecraftforge.oredict.ShapedOreRecipe@416d3d02 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 585 nnparadisemod:armor/obsidian_chestplate net.minecraftforge.oredict.ShapedOreRecipe@4e90afec +[18:27:06] [Server thread/TRACE] [FML]: Registry: 586 nnparadisemod:armor/redstone_leggings net.minecraftforge.oredict.ShapedOreRecipe@7634fcb8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 587 nnparadisemod:armor/redstone_chestplate net.minecraftforge.oredict.ShapedOreRecipe@1b9225d5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 588 nnparadisemod:armor/emerald_helmet net.minecraftforge.oredict.ShapedOreRecipe@5ee546e4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 589 nnparadisemod:armor/santa_pants net.minecraft.item.crafting.ShapedRecipes@34fa2d46 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 590 nnparadisemod:armor/ruby_boots net.minecraftforge.oredict.ShapedOreRecipe@624f66c0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 591 nnparadisemod:armor/rusty/rusty_chestplate net.minecraftforge.oredict.ShapedOreRecipe@59f6d1b6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 592 nnparadisemod:armor/rusty/rusty_leggings net.minecraftforge.oredict.ShapedOreRecipe@182300b1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 593 nnparadisemod:armor/rusty/rusty_boots net.minecraftforge.oredict.ShapedOreRecipe@51c975f7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 594 nnparadisemod:armor/rusty/rusty_helmet net.minecraftforge.oredict.ShapedOreRecipe@484c85a2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 595 nnparadisemod:armor/xmas/santa_jacket net.minecraft.item.crafting.ShapedRecipes@1e98f201 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 596 nnparadisemod:armor/xmas/santa_hat net.minecraft.item.crafting.ShapedRecipes@4d924511 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 597 nnparadisemod:armor/xmas/santa_pants net.minecraft.item.crafting.ShapedRecipes@e23fb18 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 598 nnparadisemod:armor/xmas/santa_boots net.minecraft.item.crafting.ShapedRecipes@62aafeea +[18:27:06] [Server thread/TRACE] [FML]: Registry: 599 nnparadisemod:armor/obsidian/obsidian_boots net.minecraftforge.oredict.ShapedOreRecipe@7d5689a5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 600 nnparadisemod:armor/obsidian/obsidian_leggings net.minecraftforge.oredict.ShapedOreRecipe@32b35ed2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 601 nnparadisemod:armor/obsidian/obsidian_helmet net.minecraftforge.oredict.ShapedOreRecipe@9c77ccc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 602 nnparadisemod:armor/obsidian/obsidian_chestplate net.minecraftforge.oredict.ShapedOreRecipe@7b409935 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 603 nnparadisemod:armor/silver_leggings net.minecraftforge.oredict.ShapedOreRecipe@27dec470 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 604 nnparadisemod:armor/emerald_boots net.minecraftforge.oredict.ShapedOreRecipe@637c6caa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 605 nnparadisemod:armor/santa_boots net.minecraft.item.crafting.ShapedRecipes@24679fe +[18:27:06] [Server thread/TRACE] [FML]: Registry: 606 nnparadisemod:armor/redstone/redstone_helmet net.minecraftforge.oredict.ShapedOreRecipe@1f8d6aa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 607 nnparadisemod:armor/redstone/redstone_boots net.minecraftforge.oredict.ShapedOreRecipe@7af2cfd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 608 nnparadisemod:armor/redstone/redstone_leggings net.minecraftforge.oredict.ShapedOreRecipe@38e39ab5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 609 nnparadisemod:armor/redstone/redstone_chestplate net.minecraftforge.oredict.ShapedOreRecipe@499fa8d7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 610 nnparadisemod:quartz net.minecraft.item.crafting.ShapedRecipes@58224eff +[18:27:06] [Server thread/TRACE] [FML]: Registry: 611 nnparadisemod:cactus_stick net.minecraft.item.crafting.ShapedRecipes@160c4b01 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 612 nnparadisemod:buttons/diamond_button net.minecraft.item.crafting.ShapedRecipes@22f21d5f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 613 nnparadisemod:buttons/rusty_button net.minecraft.item.crafting.ShapelessRecipes@4d712f6a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 614 nnparadisemod:buttons/gold_button net.minecraft.item.crafting.ShapelessRecipes@5cce692d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 615 nnparadisemod:buttons/glowing_obsidian_button net.minecraft.item.crafting.ShapedRecipes@25e8f113 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 616 nnparadisemod:buttons/oak_button net.minecraft.item.crafting.ShapedRecipes@73626e8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 617 nnparadisemod:buttons/mossy_button net.minecraft.item.crafting.ShapedRecipes@16502f10 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 618 nnparadisemod:buttons/ruby_button net.minecraftforge.oredict.ShapedOreRecipe@38cc8abd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 619 nnparadisemod:buttons/cobblestone_button net.minecraft.item.crafting.ShapedRecipes@3a35c867 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 620 nnparadisemod:buttons/obsidian_button net.minecraft.item.crafting.ShapedRecipes@249fb0ca +[18:27:06] [Server thread/TRACE] [FML]: Registry: 621 nnparadisemod:buttons/emerald_button net.minecraft.item.crafting.ShapedRecipes@1907758f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 622 nnparadisemod:buttons/silver_button net.minecraftforge.oredict.ShapelessOreRecipe@272c9357 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 623 nnparadisemod:buttons/grass_button net.minecraft.item.crafting.ShapelessRecipes@5527c67a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 624 nnparadisemod:buttons/end_button net.minecraft.item.crafting.ShapedRecipes@14782800 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 625 nnparadisemod:buttons/cactus_button net.minecraft.item.crafting.ShapedRecipes@646432bb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 626 nnparadisemod:buttons/iron_button net.minecraft.item.crafting.ShapelessRecipes@69026c45 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 627 nnparadisemod:buttons/glass_trapdoor net.minecraft.item.crafting.ShapedRecipes@59f222a0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 628 nnparadisemod:enchanted_apple net.minecraft.item.crafting.ShapedRecipes@56ce8f7d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 629 nnparadisemod:doors/glowing_obsidian_door net.minecraft.item.crafting.ShapedRecipes@7d862290 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 630 nnparadisemod:doors/glass_door net.minecraft.item.crafting.ShapedRecipes@629c8363 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 631 nnparadisemod:doors/diorite_door net.minecraft.item.crafting.ShapedRecipes@3a36a189 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 632 nnparadisemod:doors/silver_door net.minecraftforge.oredict.ShapedOreRecipe@266d67db +[18:27:06] [Server thread/TRACE] [FML]: Registry: 633 nnparadisemod:doors/redstone_door_2 net.minecraft.item.crafting.ShapedRecipes@1b798e26 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 634 nnparadisemod:doors/end_door net.minecraft.item.crafting.ShapedRecipes@1531f099 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 635 nnparadisemod:doors/ruby_door net.minecraftforge.oredict.ShapedOreRecipe@34aa5d21 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 636 nnparadisemod:doors/stone_door net.minecraft.item.crafting.ShapedRecipes@eb513a9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 637 nnparadisemod:doors/diamond_door net.minecraft.item.crafting.ShapedRecipes@24970845 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 638 nnparadisemod:doors/andesite_door net.minecraft.item.crafting.ShapedRecipes@42a7d9ef +[18:27:06] [Server thread/TRACE] [FML]: Registry: 639 nnparadisemod:doors/cobblestone_door net.minecraft.item.crafting.ShapedRecipes@c3d1999 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 640 nnparadisemod:doors/granite_door net.minecraft.item.crafting.ShapedRecipes@599dae8f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 641 nnparadisemod:doors/redstone_door net.minecraft.item.crafting.ShapedRecipes@a3c65ad +[18:27:06] [Server thread/TRACE] [FML]: Registry: 642 nnparadisemod:doors/emerald_door net.minecraft.item.crafting.ShapedRecipes@509d26b8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 643 nnparadisemod:doors/rusty_door net.minecraft.item.crafting.ShapedRecipes@1da91ef9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 644 nnparadisemod:doors/obsidian_door net.minecraft.item.crafting.ShapedRecipes@40b76a92 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 645 nnparadisemod:doors/gold_door net.minecraft.item.crafting.ShapedRecipes@69f75ee3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 646 nnparadisemod:doors/cactus_door net.minecraft.item.crafting.ShapedRecipes@5a5edc9e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 647 nnparadisemod:doors/moss_stone_door net.minecraft.item.crafting.ShapedRecipes@53a13e64 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 648 nnparadisemod:silver_hopper net.minecraftforge.oredict.ShapedOreRecipe@2147b993 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 649 nnparadisemod:walls/glowing_obsidian_wall net.minecraft.item.crafting.ShapedRecipes@3938be9c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 650 nnparadisemod:walls/obsidian_wall net.minecraft.item.crafting.ShapedRecipes@21b0f557 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 651 nnparadisemod:walls/end_wall net.minecraft.item.crafting.ShapedRecipes@4a384b92 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 652 nnparadisemod:silver_nugget_from_ingot net.minecraftforge.oredict.ShapedOreRecipe@6b66a965 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 653 nnparadisemod:nether_wart net.minecraft.item.crafting.ShapedRecipes@138ebb7a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 654 nnparadisemod:tools/silver_hoe net.minecraftforge.oredict.ShapedOreRecipe@3ae3af19 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 655 nnparadisemod:tools/redstone_hoe net.minecraft.item.crafting.ShapedRecipes@2161dfa4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 656 nnparadisemod:tools/silver_axe net.minecraftforge.oredict.ShapedOreRecipe@74bc5421 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 657 nnparadisemod:tools/silver/silver_hoe net.minecraftforge.oredict.ShapedOreRecipe@51826332 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 658 nnparadisemod:tools/silver/silver_axe net.minecraftforge.oredict.ShapedOreRecipe@5ba968cb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 659 nnparadisemod:tools/silver/silver_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@63f407b7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 660 nnparadisemod:tools/silver/silver_sword net.minecraftforge.oredict.ShapedOreRecipe@a538872 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 661 nnparadisemod:tools/silver/silver_shovel net.minecraftforge.oredict.ShapedOreRecipe@42d74143 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 662 nnparadisemod:tools/cactus_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@467ef3f5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 663 nnparadisemod:tools/ruby_sword net.minecraftforge.oredict.ShapedOreRecipe@ee301c8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 664 nnparadisemod:tools/silver_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@41ea1d7f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 665 nnparadisemod:tools/ cactus/cactus_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@cd83db8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 666 nnparadisemod:tools/ cactus/cactus_sword net.minecraftforge.oredict.ShapedOreRecipe@1b3b30cd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 667 nnparadisemod:tools/ cactus/cactus_axe net.minecraftforge.oredict.ShapedOreRecipe@25d9acb3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 668 nnparadisemod:tools/ cactus/cactus_shovel net.minecraftforge.oredict.ShapedOreRecipe@8a436d9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 669 nnparadisemod:tools/ cactus/cactus_hoe net.minecraftforge.oredict.ShapedOreRecipe@55c3f32 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 670 nnparadisemod:tools/cactus_sword net.minecraftforge.oredict.ShapedOreRecipe@2cf9a66 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 671 nnparadisemod:tools/obsidian_pickaxe net.minecraft.item.crafting.ShapedRecipes@787ed4fe +[18:27:06] [Server thread/TRACE] [FML]: Registry: 672 nnparadisemod:tools/obsidian_sword net.minecraft.item.crafting.ShapedRecipes@560e0817 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 673 nnparadisemod:tools/obsidian_shovel net.minecraft.item.crafting.ShapedRecipes@245a64c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 674 nnparadisemod:tools/obsidian_axe net.minecraft.item.crafting.ShapedRecipes@69dadddf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 675 nnparadisemod:tools/ruby/ruby_sword net.minecraftforge.oredict.ShapedOreRecipe@1ae95bad +[18:27:06] [Server thread/TRACE] [FML]: Registry: 676 nnparadisemod:tools/ruby/ruby_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@7bde63c5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 677 nnparadisemod:tools/ruby/ruby_shovel net.minecraftforge.oredict.ShapedOreRecipe@c22f218 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 678 nnparadisemod:tools/ruby/ruby_hoe net.minecraftforge.oredict.ShapedOreRecipe@5a1acf73 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 679 nnparadisemod:tools/ruby/ruby_axe net.minecraftforge.oredict.ShapedOreRecipe@654a3b9b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 680 nnparadisemod:tools/emerald_shovel net.minecraft.item.crafting.ShapedRecipes@7f91a938 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 681 nnparadisemod:tools/redstone_shovel net.minecraft.item.crafting.ShapedRecipes@224e4662 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 682 nnparadisemod:tools/redstone_pickaxe net.minecraft.item.crafting.ShapedRecipes@706deaf9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 683 nnparadisemod:tools/silver_sword net.minecraftforge.oredict.ShapedOreRecipe@22b4fb9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 684 nnparadisemod:tools/ruby_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@5813a30e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 685 nnparadisemod:tools/obsidian_hoe net.minecraft.item.crafting.ShapedRecipes@2c2e4e2a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 686 nnparadisemod:tools/emerald/emerald_hoe net.minecraft.item.crafting.ShapedRecipes@1ff92311 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 687 nnparadisemod:tools/emerald/emerald_sword net.minecraft.item.crafting.ShapedRecipes@5756dc17 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 688 nnparadisemod:tools/emerald/emerald_shovel net.minecraft.item.crafting.ShapedRecipes@5baf98d7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 689 nnparadisemod:tools/emerald/emerald_axe net.minecraft.item.crafting.ShapedRecipes@1e9271d8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 690 nnparadisemod:tools/emerald/emerald_pickaxe net.minecraft.item.crafting.ShapedRecipes@412f7f10 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 691 nnparadisemod:tools/silver_shovel net.minecraftforge.oredict.ShapedOreRecipe@417cbed4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 692 nnparadisemod:tools/cactus_axe net.minecraftforge.oredict.ShapedOreRecipe@7d010ee6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 693 nnparadisemod:tools/ruby_shovel net.minecraftforge.oredict.ShapedOreRecipe@55bdfc03 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 694 nnparadisemod:tools/rusty/rusty_shovel net.minecraftforge.oredict.ShapedOreRecipe@61c9206b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 695 nnparadisemod:tools/rusty/rusty_axe net.minecraftforge.oredict.ShapedOreRecipe@4d0db87a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 696 nnparadisemod:tools/rusty/rusty_sword net.minecraftforge.oredict.ShapedOreRecipe@742068da +[18:27:06] [Server thread/TRACE] [FML]: Registry: 697 nnparadisemod:tools/rusty/rusty_hoe net.minecraftforge.oredict.ShapedOreRecipe@1eb964de +[18:27:06] [Server thread/TRACE] [FML]: Registry: 698 nnparadisemod:tools/rusty/rusty_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@1578b99c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 699 nnparadisemod:tools/cactus_shovel net.minecraftforge.oredict.ShapedOreRecipe@15076c00 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 700 nnparadisemod:tools/obsidian/obsidian_pickaxe net.minecraft.item.crafting.ShapedRecipes@3f656166 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 701 nnparadisemod:tools/obsidian/obsidian_sword net.minecraft.item.crafting.ShapedRecipes@3e60def6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 702 nnparadisemod:tools/obsidian/obsidian_shovel net.minecraft.item.crafting.ShapedRecipes@582bb275 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 703 nnparadisemod:tools/obsidian/obsidian_axe net.minecraft.item.crafting.ShapedRecipes@4c7168ae +[18:27:06] [Server thread/TRACE] [FML]: Registry: 704 nnparadisemod:tools/obsidian/obsidian_hoe net.minecraft.item.crafting.ShapedRecipes@91f78b4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 705 nnparadisemod:tools/ruby_hoe net.minecraftforge.oredict.ShapedOreRecipe@35551d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 706 nnparadisemod:tools/redstone_axe net.minecraft.item.crafting.ShapedRecipes@1225266f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 707 nnparadisemod:tools/ruby_axe net.minecraftforge.oredict.ShapedOreRecipe@5c2ea14d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 708 nnparadisemod:tools/cactus_hoe net.minecraftforge.oredict.ShapedOreRecipe@da3b3fe +[18:27:06] [Server thread/TRACE] [FML]: Registry: 709 nnparadisemod:tools/redstone/redstone_sword net.minecraft.item.crafting.ShapedRecipes@7f5ab12a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 710 nnparadisemod:tools/redstone/redstone_hoe net.minecraft.item.crafting.ShapedRecipes@7255ef70 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 711 nnparadisemod:tools/redstone/redstone_shovel net.minecraft.item.crafting.ShapedRecipes@3ddfd4d0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 712 nnparadisemod:tools/redstone/redstone_pickaxe net.minecraft.item.crafting.ShapedRecipes@1fcd0cea +[18:27:06] [Server thread/TRACE] [FML]: Registry: 713 nnparadisemod:tools/redstone/redstone_axe net.minecraft.item.crafting.ShapedRecipes@98a86b3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 714 nnparadisemod:stairs/obsidian_stairs net.minecraft.item.crafting.ShapedRecipes@1bd107f3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 715 nnparadisemod:stairs/cactus_stairs net.minecraft.item.crafting.ShapedRecipes@7b6013e7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 716 nnparadisemod:stairs/glowing_obsidian_stairs net.minecraft.item.crafting.ShapedRecipes@2d06e5cd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 717 nnparadisemod:stairs/end_stairs net.minecraft.item.crafting.ShapedRecipes@6507e78d +[18:27:06] [Server thread/TRACE] [FML]: Registry Name : minecraft:villagerprofessions +[18:27:06] [Server thread/TRACE] [FML]: Registry: 0 minecraft:farmer net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@3d4b45b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 1 minecraft:librarian net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@1136122a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2 minecraft:priest net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@5a537a16 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 3 minecraft:smith net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@72288480 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4 minecraft:butcher net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@4ea43d4d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 5 minecraft:nitwit net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@6f22c1f1 +[18:27:06] [Server thread/TRACE] [FML]: Registry Name : minecraft:entities +[18:27:06] [Server thread/TRACE] [FML]: Registry: 1 minecraft:item net.minecraftforge.fml.common.registry.EntityEntry@4552f905 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2 minecraft:xp_orb net.minecraftforge.fml.common.registry.EntityEntry@6b64bf61 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 3 minecraft:area_effect_cloud net.minecraftforge.fml.common.registry.EntityEntry@60b553f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4 minecraft:elder_guardian net.minecraftforge.fml.common.registry.EntityEntry@4feec184 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 5 minecraft:wither_skeleton net.minecraftforge.fml.common.registry.EntityEntry@74a74070 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 6 minecraft:stray net.minecraftforge.fml.common.registry.EntityEntry@50e8ed74 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 7 minecraft:egg net.minecraftforge.fml.common.registry.EntityEntry@56b704ea +[18:27:06] [Server thread/TRACE] [FML]: Registry: 8 minecraft:leash_knot net.minecraftforge.fml.common.registry.EntityEntry@ab4d2ba +[18:27:06] [Server thread/TRACE] [FML]: Registry: 9 minecraft:painting net.minecraftforge.fml.common.registry.EntityEntry@39f68aec +[18:27:06] [Server thread/TRACE] [FML]: Registry: 10 minecraft:arrow net.minecraftforge.fml.common.registry.EntityEntry@65ff4b8c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 11 minecraft:snowball net.minecraftforge.fml.common.registry.EntityEntry@b81938d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 12 minecraft:fireball net.minecraftforge.fml.common.registry.EntityEntry@6d842877 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 13 minecraft:small_fireball net.minecraftforge.fml.common.registry.EntityEntry@4efed0e0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 14 minecraft:ender_pearl net.minecraftforge.fml.common.registry.EntityEntry@2125535d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 15 minecraft:eye_of_ender_signal net.minecraftforge.fml.common.registry.EntityEntry@d190639 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 16 minecraft:potion net.minecraftforge.fml.common.registry.EntityEntry@5f82209e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 17 minecraft:xp_bottle net.minecraftforge.fml.common.registry.EntityEntry@515c732d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 18 minecraft:item_frame net.minecraftforge.fml.common.registry.EntityEntry@5ae87de0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 19 minecraft:wither_skull net.minecraftforge.fml.common.registry.EntityEntry@7a247711 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 20 minecraft:tnt net.minecraftforge.fml.common.registry.EntityEntry@4910afdf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 21 minecraft:falling_block net.minecraftforge.fml.common.registry.EntityEntry@764db16c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 22 minecraft:fireworks_rocket net.minecraftforge.fml.common.registry.EntityEntry@45cb5307 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 23 minecraft:husk net.minecraftforge.fml.common.registry.EntityEntry@17332039 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 24 minecraft:spectral_arrow net.minecraftforge.fml.common.registry.EntityEntry@776e7dfb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 25 minecraft:shulker_bullet net.minecraftforge.fml.common.registry.EntityEntry@6d5508a5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 26 minecraft:dragon_fireball net.minecraftforge.fml.common.registry.EntityEntry@3d8bd881 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 27 minecraft:zombie_villager net.minecraftforge.fml.common.registry.EntityEntry@731ab49b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 28 minecraft:skeleton_horse net.minecraftforge.fml.common.registry.EntityEntry@41f23499 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 29 minecraft:zombie_horse net.minecraftforge.fml.common.registry.EntityEntry@1ce2029b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 30 minecraft:armor_stand net.minecraftforge.fml.common.registry.EntityEntry@43090195 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 31 minecraft:donkey net.minecraftforge.fml.common.registry.EntityEntry@7977f046 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 32 minecraft:mule net.minecraftforge.fml.common.registry.EntityEntry@6ec98ccc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 33 minecraft:evocation_fangs net.minecraftforge.fml.common.registry.EntityEntry@718ad3a6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 34 minecraft:evocation_illager net.minecraftforge.fml.common.registry.EntityEntry@625f5712 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 35 minecraft:vex net.minecraftforge.fml.common.registry.EntityEntry@4b5aa48b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 36 minecraft:vindication_illager net.minecraftforge.fml.common.registry.EntityEntry@4af84a76 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 37 minecraft:illusion_illager net.minecraftforge.fml.common.registry.EntityEntry@322ab6ce +[18:27:06] [Server thread/TRACE] [FML]: Registry: 40 minecraft:commandblock_minecart net.minecraftforge.fml.common.registry.EntityEntry@1425e531 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 41 minecraft:boat net.minecraftforge.fml.common.registry.EntityEntry@194e78af +[18:27:06] [Server thread/TRACE] [FML]: Registry: 42 minecraft:minecart net.minecraftforge.fml.common.registry.EntityEntry@4fe4503a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 43 minecraft:chest_minecart net.minecraftforge.fml.common.registry.EntityEntry@7614378d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 44 minecraft:furnace_minecart net.minecraftforge.fml.common.registry.EntityEntry@7028b5cc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 45 minecraft:tnt_minecart net.minecraftforge.fml.common.registry.EntityEntry@7c0ff7a0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 46 minecraft:hopper_minecart net.minecraftforge.fml.common.registry.EntityEntry@4535bdc6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 47 minecraft:spawner_minecart net.minecraftforge.fml.common.registry.EntityEntry@5e46a125 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 50 minecraft:creeper net.minecraftforge.fml.common.registry.EntityEntry@4a47bc9c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 51 minecraft:skeleton net.minecraftforge.fml.common.registry.EntityEntry@4c164f81 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 52 minecraft:spider net.minecraftforge.fml.common.registry.EntityEntry@2f262474 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 53 minecraft:giant net.minecraftforge.fml.common.registry.EntityEntry@983050b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 54 minecraft:zombie net.minecraftforge.fml.common.registry.EntityEntry@6aadb092 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 55 minecraft:slime net.minecraftforge.fml.common.registry.EntityEntry@6614ecca +[18:27:06] [Server thread/TRACE] [FML]: Registry: 56 minecraft:ghast net.minecraftforge.fml.common.registry.EntityEntry@1800c1e3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 57 minecraft:zombie_pigman net.minecraftforge.fml.common.registry.EntityEntry@11069eac +[18:27:06] [Server thread/TRACE] [FML]: Registry: 58 minecraft:enderman net.minecraftforge.fml.common.registry.EntityEntry@22368ddc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 59 minecraft:cave_spider net.minecraftforge.fml.common.registry.EntityEntry@2361365c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 60 minecraft:silverfish net.minecraftforge.fml.common.registry.EntityEntry@3dbbed3e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 61 minecraft:blaze net.minecraftforge.fml.common.registry.EntityEntry@12bcf7c6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 62 minecraft:magma_cube net.minecraftforge.fml.common.registry.EntityEntry@64540344 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 63 minecraft:ender_dragon net.minecraftforge.fml.common.registry.EntityEntry@24b8a393 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 64 minecraft:wither net.minecraftforge.fml.common.registry.EntityEntry@17e6b7e4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 65 minecraft:bat net.minecraftforge.fml.common.registry.EntityEntry@dd9de63 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 66 minecraft:witch net.minecraftforge.fml.common.registry.EntityEntry@98712fa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 67 minecraft:endermite net.minecraftforge.fml.common.registry.EntityEntry@61288814 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 68 minecraft:guardian net.minecraftforge.fml.common.registry.EntityEntry@3b8d2abe +[18:27:06] [Server thread/TRACE] [FML]: Registry: 69 minecraft:shulker net.minecraftforge.fml.common.registry.EntityEntry@751bb780 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 90 minecraft:pig net.minecraftforge.fml.common.registry.EntityEntry@9d2af36 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 91 minecraft:sheep net.minecraftforge.fml.common.registry.EntityEntry@32298473 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 92 minecraft:cow net.minecraftforge.fml.common.registry.EntityEntry@38394dc3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 93 minecraft:chicken net.minecraftforge.fml.common.registry.EntityEntry@2cacd55e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 94 minecraft:squid net.minecraftforge.fml.common.registry.EntityEntry@378c48c1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 95 minecraft:wolf net.minecraftforge.fml.common.registry.EntityEntry@57eed461 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 96 minecraft:mooshroom net.minecraftforge.fml.common.registry.EntityEntry@7fd3fd06 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 97 minecraft:snowman net.minecraftforge.fml.common.registry.EntityEntry@54ae1240 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 98 minecraft:ocelot net.minecraftforge.fml.common.registry.EntityEntry@27210a3b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 99 minecraft:villager_golem net.minecraftforge.fml.common.registry.EntityEntry@4895e8f6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 100 minecraft:horse net.minecraftforge.fml.common.registry.EntityEntry@3428420d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 101 minecraft:rabbit net.minecraftforge.fml.common.registry.EntityEntry@3c1908c8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 102 minecraft:polar_bear net.minecraftforge.fml.common.registry.EntityEntry@705d914f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 103 minecraft:llama net.minecraftforge.fml.common.registry.EntityEntry@71f8ce0e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 104 minecraft:llama_spit net.minecraftforge.fml.common.registry.EntityEntry@4fd92289 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 105 minecraft:parrot net.minecraftforge.fml.common.registry.EntityEntry@4e671ef +[18:27:06] [Server thread/TRACE] [FML]: Registry: 120 minecraft:villager net.minecraftforge.fml.common.registry.EntityEntry@146fa9c0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 200 minecraft:ender_crystal net.minecraftforge.fml.common.registry.EntityEntry@49f6c25e +[18:27:06] [Server thread/TRACE] [FML]: Registry Name : minecraft:blocks +[18:27:06] [Server thread/TRACE] [FML]: Registry: 0 minecraft:air Block{minecraft:air} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 1 minecraft:stone Block{minecraft:stone} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2 minecraft:grass Block{minecraft:grass} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 3 minecraft:dirt Block{minecraft:dirt} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4 minecraft:cobblestone Block{minecraft:cobblestone} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 5 minecraft:planks Block{minecraft:planks} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 6 minecraft:sapling Block{minecraft:sapling} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 7 minecraft:bedrock Block{minecraft:bedrock} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 8 minecraft:flowing_water Block{minecraft:flowing_water} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 9 minecraft:water Block{minecraft:water} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 10 minecraft:flowing_lava Block{minecraft:flowing_lava} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 11 minecraft:lava Block{minecraft:lava} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 12 minecraft:sand Block{minecraft:sand} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 13 minecraft:gravel Block{minecraft:gravel} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 14 minecraft:gold_ore Block{minecraft:gold_ore} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 15 minecraft:iron_ore Block{minecraft:iron_ore} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 16 minecraft:coal_ore Block{minecraft:coal_ore} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 17 minecraft:log Block{minecraft:log} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 18 minecraft:leaves Block{minecraft:leaves} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 19 minecraft:sponge Block{minecraft:sponge} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 20 minecraft:glass Block{minecraft:glass} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 21 minecraft:lapis_ore Block{minecraft:lapis_ore} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 22 minecraft:lapis_block Block{minecraft:lapis_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 23 minecraft:dispenser Block{minecraft:dispenser} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 24 minecraft:sandstone Block{minecraft:sandstone} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 25 minecraft:noteblock Block{minecraft:noteblock} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 26 minecraft:bed Block{minecraft:bed} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 27 minecraft:golden_rail Block{minecraft:golden_rail} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 28 minecraft:detector_rail Block{minecraft:detector_rail} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 29 minecraft:sticky_piston Block{minecraft:sticky_piston} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 30 minecraft:web Block{minecraft:web} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 31 minecraft:tallgrass Block{minecraft:tallgrass} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 32 minecraft:deadbush Block{minecraft:deadbush} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 33 minecraft:piston Block{minecraft:piston} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 34 minecraft:piston_head Block{minecraft:piston_head} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 35 minecraft:wool Block{minecraft:wool} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 36 minecraft:piston_extension Block{minecraft:piston_extension} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 37 minecraft:yellow_flower Block{minecraft:yellow_flower} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 38 minecraft:red_flower Block{minecraft:red_flower} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 39 minecraft:brown_mushroom Block{minecraft:brown_mushroom} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 40 minecraft:red_mushroom Block{minecraft:red_mushroom} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 41 minecraft:gold_block Block{minecraft:gold_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 42 minecraft:iron_block Block{minecraft:iron_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 43 minecraft:double_stone_slab Block{minecraft:double_stone_slab} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 44 minecraft:stone_slab Block{minecraft:stone_slab} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 45 minecraft:brick_block Block{minecraft:brick_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 46 minecraft:tnt Block{minecraft:tnt} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 47 minecraft:bookshelf Block{minecraft:bookshelf} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 48 minecraft:mossy_cobblestone Block{minecraft:mossy_cobblestone} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 49 minecraft:obsidian Block{minecraft:obsidian} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 50 minecraft:torch Block{minecraft:torch} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 51 minecraft:fire Block{minecraft:fire} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 52 minecraft:mob_spawner Block{minecraft:mob_spawner} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 53 minecraft:oak_stairs Block{minecraft:oak_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 54 minecraft:chest Block{minecraft:chest} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 55 minecraft:redstone_wire Block{minecraft:redstone_wire} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 56 minecraft:diamond_ore Block{minecraft:diamond_ore} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 57 minecraft:diamond_block Block{minecraft:diamond_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 58 minecraft:crafting_table Block{minecraft:crafting_table} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 59 minecraft:wheat Block{minecraft:wheat} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 60 minecraft:farmland Block{minecraft:farmland} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 61 minecraft:furnace Block{minecraft:furnace} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 62 minecraft:lit_furnace Block{minecraft:lit_furnace} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 63 minecraft:standing_sign Block{minecraft:standing_sign} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 64 minecraft:wooden_door Block{minecraft:wooden_door} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 65 minecraft:ladder Block{minecraft:ladder} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 66 minecraft:rail Block{minecraft:rail} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 67 minecraft:stone_stairs Block{minecraft:stone_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 68 minecraft:wall_sign Block{minecraft:wall_sign} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 69 minecraft:lever Block{minecraft:lever} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 70 minecraft:stone_pressure_plate Block{minecraft:stone_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 71 minecraft:iron_door Block{minecraft:iron_door} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 72 minecraft:wooden_pressure_plate Block{minecraft:wooden_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 73 minecraft:redstone_ore Block{minecraft:redstone_ore} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 74 minecraft:lit_redstone_ore Block{minecraft:lit_redstone_ore} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 75 minecraft:unlit_redstone_torch Block{minecraft:unlit_redstone_torch} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 76 minecraft:redstone_torch Block{minecraft:redstone_torch} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 77 minecraft:stone_button Block{minecraft:stone_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 78 minecraft:snow_layer Block{minecraft:snow_layer} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 79 minecraft:ice Block{minecraft:ice} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 80 minecraft:snow Block{minecraft:snow} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 81 minecraft:cactus Block{minecraft:cactus} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 82 minecraft:clay Block{minecraft:clay} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 83 minecraft:reeds Block{minecraft:reeds} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 84 minecraft:jukebox Block{minecraft:jukebox} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 85 minecraft:fence Block{minecraft:fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 86 minecraft:pumpkin Block{minecraft:pumpkin} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 87 minecraft:netherrack Block{minecraft:netherrack} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 88 minecraft:soul_sand Block{minecraft:soul_sand} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 89 minecraft:glowstone Block{minecraft:glowstone} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 90 minecraft:portal Block{minecraft:portal} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 91 minecraft:lit_pumpkin Block{minecraft:lit_pumpkin} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 92 minecraft:cake Block{minecraft:cake} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 93 minecraft:unpowered_repeater Block{minecraft:unpowered_repeater} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 94 minecraft:powered_repeater Block{minecraft:powered_repeater} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 95 minecraft:stained_glass Block{minecraft:stained_glass} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 96 minecraft:trapdoor Block{minecraft:trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 97 minecraft:monster_egg Block{minecraft:monster_egg} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 98 minecraft:stonebrick Block{minecraft:stonebrick} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 99 minecraft:brown_mushroom_block Block{minecraft:brown_mushroom_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 100 minecraft:red_mushroom_block Block{minecraft:red_mushroom_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 101 minecraft:iron_bars Block{minecraft:iron_bars} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 102 minecraft:glass_pane Block{minecraft:glass_pane} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 103 minecraft:melon_block Block{minecraft:melon_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 104 minecraft:pumpkin_stem Block{minecraft:pumpkin_stem} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 105 minecraft:melon_stem Block{minecraft:melon_stem} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 106 minecraft:vine Block{minecraft:vine} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 107 minecraft:fence_gate Block{minecraft:fence_gate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 108 minecraft:brick_stairs Block{minecraft:brick_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 109 minecraft:stone_brick_stairs Block{minecraft:stone_brick_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 110 minecraft:mycelium Block{minecraft:mycelium} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 111 minecraft:waterlily Block{minecraft:waterlily} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 112 minecraft:nether_brick Block{minecraft:nether_brick} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 113 minecraft:nether_brick_fence Block{minecraft:nether_brick_fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 114 minecraft:nether_brick_stairs Block{minecraft:nether_brick_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 115 minecraft:nether_wart Block{minecraft:nether_wart} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 116 minecraft:enchanting_table Block{minecraft:enchanting_table} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 117 minecraft:brewing_stand Block{minecraft:brewing_stand} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 118 minecraft:cauldron Block{minecraft:cauldron} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 119 minecraft:end_portal Block{minecraft:end_portal} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 120 minecraft:end_portal_frame Block{minecraft:end_portal_frame} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 121 minecraft:end_stone Block{minecraft:end_stone} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 122 minecraft:dragon_egg Block{minecraft:dragon_egg} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 123 minecraft:redstone_lamp Block{minecraft:redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 124 minecraft:lit_redstone_lamp Block{minecraft:lit_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 125 minecraft:double_wooden_slab Block{minecraft:double_wooden_slab} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 126 minecraft:wooden_slab Block{minecraft:wooden_slab} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 127 minecraft:cocoa Block{minecraft:cocoa} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 128 minecraft:sandstone_stairs Block{minecraft:sandstone_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 129 minecraft:emerald_ore Block{minecraft:emerald_ore} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 130 minecraft:ender_chest Block{minecraft:ender_chest} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 131 minecraft:tripwire_hook Block{minecraft:tripwire_hook} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 132 minecraft:tripwire Block{minecraft:tripwire} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 133 minecraft:emerald_block Block{minecraft:emerald_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 134 minecraft:spruce_stairs Block{minecraft:spruce_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 135 minecraft:birch_stairs Block{minecraft:birch_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 136 minecraft:jungle_stairs Block{minecraft:jungle_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 137 minecraft:command_block Block{minecraft:command_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 138 minecraft:beacon Block{minecraft:beacon} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 139 minecraft:cobblestone_wall Block{minecraft:cobblestone_wall} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 140 minecraft:flower_pot Block{minecraft:flower_pot} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 141 minecraft:carrots Block{minecraft:carrots} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 142 minecraft:potatoes Block{minecraft:potatoes} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 143 minecraft:wooden_button Block{minecraft:wooden_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 144 minecraft:skull Block{minecraft:skull} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 145 minecraft:anvil Block{minecraft:anvil} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 146 minecraft:trapped_chest Block{minecraft:trapped_chest} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 147 minecraft:light_weighted_pressure_plate Block{minecraft:light_weighted_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 148 minecraft:heavy_weighted_pressure_plate Block{minecraft:heavy_weighted_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 149 minecraft:unpowered_comparator Block{minecraft:unpowered_comparator} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 150 minecraft:powered_comparator Block{minecraft:powered_comparator} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 151 minecraft:daylight_detector Block{minecraft:daylight_detector} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 152 minecraft:redstone_block Block{minecraft:redstone_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 153 minecraft:quartz_ore Block{minecraft:quartz_ore} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 154 minecraft:hopper Block{minecraft:hopper} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 155 minecraft:quartz_block Block{minecraft:quartz_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 156 minecraft:quartz_stairs Block{minecraft:quartz_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 157 minecraft:activator_rail Block{minecraft:activator_rail} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 158 minecraft:dropper Block{minecraft:dropper} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 159 minecraft:stained_hardened_clay Block{minecraft:stained_hardened_clay} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 160 minecraft:stained_glass_pane Block{minecraft:stained_glass_pane} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 161 minecraft:leaves2 Block{minecraft:leaves2} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 162 minecraft:log2 Block{minecraft:log2} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 163 minecraft:acacia_stairs Block{minecraft:acacia_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 164 minecraft:dark_oak_stairs Block{minecraft:dark_oak_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 165 minecraft:slime Block{minecraft:slime} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 166 minecraft:barrier Block{minecraft:barrier} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 167 minecraft:iron_trapdoor Block{minecraft:iron_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 168 minecraft:prismarine Block{minecraft:prismarine} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 169 minecraft:sea_lantern Block{minecraft:sea_lantern} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 170 minecraft:hay_block Block{minecraft:hay_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 171 minecraft:carpet Block{minecraft:carpet} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 172 minecraft:hardened_clay Block{minecraft:hardened_clay} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 173 minecraft:coal_block Block{minecraft:coal_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 174 minecraft:packed_ice Block{minecraft:packed_ice} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 175 minecraft:double_plant Block{minecraft:double_plant} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 176 minecraft:standing_banner Block{minecraft:standing_banner} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 177 minecraft:wall_banner Block{minecraft:wall_banner} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 178 minecraft:daylight_detector_inverted Block{minecraft:daylight_detector_inverted} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 179 minecraft:red_sandstone Block{minecraft:red_sandstone} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 180 minecraft:red_sandstone_stairs Block{minecraft:red_sandstone_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 181 minecraft:double_stone_slab2 Block{minecraft:double_stone_slab2} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 182 minecraft:stone_slab2 Block{minecraft:stone_slab2} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 183 minecraft:spruce_fence_gate Block{minecraft:spruce_fence_gate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 184 minecraft:birch_fence_gate Block{minecraft:birch_fence_gate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 185 minecraft:jungle_fence_gate Block{minecraft:jungle_fence_gate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 186 minecraft:dark_oak_fence_gate Block{minecraft:dark_oak_fence_gate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 187 minecraft:acacia_fence_gate Block{minecraft:acacia_fence_gate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 188 minecraft:spruce_fence Block{minecraft:spruce_fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 189 minecraft:birch_fence Block{minecraft:birch_fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 190 minecraft:jungle_fence Block{minecraft:jungle_fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 191 minecraft:dark_oak_fence Block{minecraft:dark_oak_fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 192 minecraft:acacia_fence Block{minecraft:acacia_fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 193 minecraft:spruce_door Block{minecraft:spruce_door} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 194 minecraft:birch_door Block{minecraft:birch_door} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 195 minecraft:jungle_door Block{minecraft:jungle_door} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 196 minecraft:acacia_door Block{minecraft:acacia_door} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 197 minecraft:dark_oak_door Block{minecraft:dark_oak_door} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 198 minecraft:end_rod Block{minecraft:end_rod} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 199 minecraft:chorus_plant Block{minecraft:chorus_plant} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 200 minecraft:chorus_flower Block{minecraft:chorus_flower} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 201 minecraft:purpur_block Block{minecraft:purpur_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 202 minecraft:purpur_pillar Block{minecraft:purpur_pillar} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 203 minecraft:purpur_stairs Block{minecraft:purpur_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 204 minecraft:purpur_double_slab Block{minecraft:purpur_double_slab} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 205 minecraft:purpur_slab Block{minecraft:purpur_slab} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 206 minecraft:end_bricks Block{minecraft:end_bricks} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 207 minecraft:beetroots Block{minecraft:beetroots} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 208 minecraft:grass_path Block{minecraft:grass_path} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 209 minecraft:end_gateway Block{minecraft:end_gateway} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 210 minecraft:repeating_command_block Block{minecraft:repeating_command_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 211 minecraft:chain_command_block Block{minecraft:chain_command_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 212 minecraft:frosted_ice Block{minecraft:frosted_ice} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 213 minecraft:magma Block{minecraft:magma} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 214 minecraft:nether_wart_block Block{minecraft:nether_wart_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 215 minecraft:red_nether_brick Block{minecraft:red_nether_brick} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 216 minecraft:bone_block Block{minecraft:bone_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 217 minecraft:structure_void Block{minecraft:structure_void} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 218 minecraft:observer Block{minecraft:observer} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 219 minecraft:white_shulker_box Block{minecraft:white_shulker_box} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 220 minecraft:orange_shulker_box Block{minecraft:orange_shulker_box} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 221 minecraft:magenta_shulker_box Block{minecraft:magenta_shulker_box} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 222 minecraft:light_blue_shulker_box Block{minecraft:light_blue_shulker_box} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 223 minecraft:yellow_shulker_box Block{minecraft:yellow_shulker_box} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 224 minecraft:lime_shulker_box Block{minecraft:lime_shulker_box} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 225 minecraft:pink_shulker_box Block{minecraft:pink_shulker_box} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 226 minecraft:gray_shulker_box Block{minecraft:gray_shulker_box} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 227 minecraft:silver_shulker_box Block{minecraft:silver_shulker_box} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 228 minecraft:cyan_shulker_box Block{minecraft:cyan_shulker_box} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 229 minecraft:purple_shulker_box Block{minecraft:purple_shulker_box} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 230 minecraft:blue_shulker_box Block{minecraft:blue_shulker_box} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 231 minecraft:brown_shulker_box Block{minecraft:brown_shulker_box} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 232 minecraft:green_shulker_box Block{minecraft:green_shulker_box} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 233 minecraft:red_shulker_box Block{minecraft:red_shulker_box} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 234 minecraft:black_shulker_box Block{minecraft:black_shulker_box} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 235 minecraft:white_glazed_terracotta Block{minecraft:white_glazed_terracotta} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 236 minecraft:orange_glazed_terracotta Block{minecraft:orange_glazed_terracotta} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 237 minecraft:magenta_glazed_terracotta Block{minecraft:magenta_glazed_terracotta} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 238 minecraft:light_blue_glazed_terracotta Block{minecraft:light_blue_glazed_terracotta} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 239 minecraft:yellow_glazed_terracotta Block{minecraft:yellow_glazed_terracotta} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 240 minecraft:lime_glazed_terracotta Block{minecraft:lime_glazed_terracotta} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 241 minecraft:pink_glazed_terracotta Block{minecraft:pink_glazed_terracotta} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 242 minecraft:gray_glazed_terracotta Block{minecraft:gray_glazed_terracotta} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 243 minecraft:silver_glazed_terracotta Block{minecraft:silver_glazed_terracotta} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 244 minecraft:cyan_glazed_terracotta Block{minecraft:cyan_glazed_terracotta} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 245 minecraft:purple_glazed_terracotta Block{minecraft:purple_glazed_terracotta} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 246 minecraft:blue_glazed_terracotta Block{minecraft:blue_glazed_terracotta} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 247 minecraft:brown_glazed_terracotta Block{minecraft:brown_glazed_terracotta} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 248 minecraft:green_glazed_terracotta Block{minecraft:green_glazed_terracotta} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 249 minecraft:red_glazed_terracotta Block{minecraft:red_glazed_terracotta} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 250 minecraft:black_glazed_terracotta Block{minecraft:black_glazed_terracotta} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 251 minecraft:concrete Block{minecraft:concrete} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 252 minecraft:concrete_powder Block{minecraft:concrete_powder} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 253 nnparadisemod:liquid_redstone Block{nnparadisemod:liquid_redstone} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 254 nnparadisemod:rusty_iron_bars Block{nnparadisemod:rusty_iron_bars} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 255 minecraft:structure_block Block{minecraft:structure_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 256 nnparadisemod:salt_lamp Block{nnparadisemod:salt_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 257 nnparadisemod:compressed_cactus Block{nnparadisemod:compressed_cactus} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 258 nnparadisemod:cactus_bookshelf Block{nnparadisemod:cactus_bookshelf} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 259 nnparadisemod:silver_hopper Block{nnparadisemod:silver_hopper} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 260 nnparadisemod:silver_bars Block{nnparadisemod:silver_bars} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 261 nnparadisemod:powered_emerald_rail Block{nnparadisemod:powered_emerald_rail} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 262 nnparadisemod:emerald_rail Block{nnparadisemod:emerald_rail} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 263 nnparadisemod:mossy_lever Block{nnparadisemod:mossy_lever} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 264 nnparadisemod:du_portal Block{nnparadisemod:du_portal} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 265 nnparadisemod:glowing_obsidian Block{nnparadisemod:glowing_obsidian} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 266 nnparadisemod:soul_glass_pane Block{nnparadisemod:soul_glass_pane} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 267 nnparadisemod:soul_glass Block{nnparadisemod:soul_glass} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 268 nnparadisemod:present Block{nnparadisemod:present} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 269 nnparadisemod:santa_hat Block{nnparadisemod:santa_hat} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 270 nnparadisemod:christmas_sapling Block{nnparadisemod:christmas_sapling} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 271 nnparadisemod:tree_topper Block{nnparadisemod:tree_topper} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 272 nnparadisemod:gold_bars Block{nnparadisemod:gold_bars} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 273 nnparadisemod:christmas_leaves Block{nnparadisemod:christmas_leaves} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 274 nnparadisemod:diamond_crystal Block{nnparadisemod:diamond_crystal} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 275 nnparadisemod:emerald_crystal Block{nnparadisemod:emerald_crystal} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 276 nnparadisemod:quartz_crystal Block{nnparadisemod:quartz_crystal} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 277 nnparadisemod:redstone_crystal Block{nnparadisemod:redstone_crystal} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 278 nnparadisemod:ruby_crystal Block{nnparadisemod:ruby_crystal} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 279 nnparadisemod:glowing_obsidian_wall Block{nnparadisemod:glowing_obsidian_wall} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 280 nnparadisemod:bedrock_wall Block{nnparadisemod:bedrock_wall} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 281 nnparadisemod:obsidian_wall Block{nnparadisemod:obsidian_wall} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 282 nnparadisemod:end_wall Block{nnparadisemod:end_wall} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 283 nnparadisemod:cactus_stairs Block{nnparadisemod:cactus_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 284 nnparadisemod:end_stairs Block{nnparadisemod:end_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 285 nnparadisemod:bedrock_stairs Block{nnparadisemod:bedrock_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 286 nnparadisemod:obsidian_stairs Block{nnparadisemod:obsidian_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 287 nnparadisemod:glowing_obsidian_stairs Block{nnparadisemod:glowing_obsidian_stairs} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 288 nnparadisemod:dirt_button Block{nnparadisemod:dirt_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 289 nnparadisemod:grass_button Block{nnparadisemod:grass_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 290 nnparadisemod:rusty_button Block{nnparadisemod:rusty_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 291 nnparadisemod:end_button Block{nnparadisemod:end_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 292 nnparadisemod:cactus_button Block{nnparadisemod:cactus_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 293 nnparadisemod:glowing_obsidian_button Block{nnparadisemod:glowing_obsidian_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 294 nnparadisemod:diamond_button Block{nnparadisemod:diamond_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 295 nnparadisemod:emerald_button Block{nnparadisemod:emerald_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 296 nnparadisemod:gold_button Block{nnparadisemod:gold_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 297 nnparadisemod:iron_button Block{nnparadisemod:iron_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 298 nnparadisemod:silver_button Block{nnparadisemod:silver_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 299 nnparadisemod:ruby_button Block{nnparadisemod:ruby_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 300 nnparadisemod:obsidian_button Block{nnparadisemod:obsidian_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 301 nnparadisemod:bedrock_button Block{nnparadisemod:bedrock_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 302 nnparadisemod:mossy_cobblestone_button Block{nnparadisemod:mossy_cobblestone_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 303 nnparadisemod:cobblestone_button Block{nnparadisemod:cobblestone_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 304 nnparadisemod:andesite_button Block{nnparadisemod:andesite_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 305 nnparadisemod:diorite_button Block{nnparadisemod:diorite_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 306 nnparadisemod:granite_button Block{nnparadisemod:granite_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 307 nnparadisemod:acacia_button Block{nnparadisemod:acacia_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 308 nnparadisemod:birch_button Block{nnparadisemod:birch_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 309 nnparadisemod:dark_oak_button Block{nnparadisemod:dark_oak_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 310 nnparadisemod:jungle_button Block{nnparadisemod:jungle_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 311 nnparadisemod:spruce_button Block{nnparadisemod:spruce_button} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 312 nnparadisemod:dirt_pressure_plate Block{nnparadisemod:dirt_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 313 nnparadisemod:grass_pressure_plate Block{nnparadisemod:grass_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 314 nnparadisemod:cactus_pressure_plate Block{nnparadisemod:cactus_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 315 nnparadisemod:end_pressure_plate Block{nnparadisemod:end_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 316 nnparadisemod:glowing_obsidian_pressure_plate Block{nnparadisemod:glowing_obsidian_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 317 nnparadisemod:diamond_pressure_plate Block{nnparadisemod:diamond_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 318 nnparadisemod:emerald_pressure_plate Block{nnparadisemod:emerald_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 319 nnparadisemod:silver_pressure_plate Block{nnparadisemod:silver_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 320 nnparadisemod:ruby_pressure_plate Block{nnparadisemod:ruby_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 321 nnparadisemod:bedrock_pressure_plate Block{nnparadisemod:bedrock_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 322 nnparadisemod:mossy_cobblestone_pressure_plate Block{nnparadisemod:mossy_cobblestone_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 323 nnparadisemod:cobblestone_pressure_plate Block{nnparadisemod:cobblestone_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 324 nnparadisemod:andesite_pressure_plate Block{nnparadisemod:andesite_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 325 nnparadisemod:diorite_pressure_plate Block{nnparadisemod:diorite_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 326 nnparadisemod:granite_pressure_plate Block{nnparadisemod:granite_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 327 nnparadisemod:acacia_pressure_plate Block{nnparadisemod:acacia_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 328 nnparadisemod:birch_pressure_plate Block{nnparadisemod:birch_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 329 nnparadisemod:dark_oak_pressure_plate Block{nnparadisemod:dark_oak_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 330 nnparadisemod:jungle_pressure_plate Block{nnparadisemod:jungle_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 331 nnparadisemod:spruce_pressure_plate Block{nnparadisemod:spruce_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 332 nnparadisemod:rusty_pressure_plate Block{nnparadisemod:rusty_pressure_plate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 333 nnparadisemod:cactus_crafting_table Block{nnparadisemod:cactus_crafting_table} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 334 nnparadisemod:acacia_crafting_table Block{nnparadisemod:acacia_crafting_table} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 335 nnparadisemod:birch_crafting_table Block{nnparadisemod:birch_crafting_table} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 336 nnparadisemod:dark_oak_crafting_table Block{nnparadisemod:dark_oak_crafting_table} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 337 nnparadisemod:jungle_crafting_table Block{nnparadisemod:jungle_crafting_table} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 338 nnparadisemod:spruce_crafting_table Block{nnparadisemod:spruce_crafting_table} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 339 nnparadisemod:mossy_furnace Block{nnparadisemod:mossy_furnace} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 340 nnparadisemod:ender_pearl_ore Block{nnparadisemod:ender_pearl_ore} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 341 nnparadisemod:ender_ruby_ore Block{nnparadisemod:ender_ruby_ore} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 342 nnparadisemod:nether_silver_ore Block{nnparadisemod:nether_silver_ore} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 343 nnparadisemod:nether_gold_ore Block{nnparadisemod:nether_gold_ore} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 344 nnparadisemod:blaze_block Block{nnparadisemod:blaze_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 345 nnparadisemod:sugar_block Block{nnparadisemod:sugar_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 346 nnparadisemod:ruby_ore Block{nnparadisemod:ruby_ore} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 347 nnparadisemod:silver_ore Block{nnparadisemod:silver_ore} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 348 nnparadisemod:ruby_block Block{nnparadisemod:ruby_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 349 nnparadisemod:silver_block Block{nnparadisemod:silver_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 350 nnparadisemod:salt_block Block{nnparadisemod:salt_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 351 nnparadisemod:salt_ore Block{nnparadisemod:salt_ore} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 352 nnparadisemod:ender_pearl_block Block{nnparadisemod:ender_pearl_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 353 nnparadisemod:rusty_iron_block Block{nnparadisemod:rusty_iron_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 354 nnparadisemod:gold_hopper Block{nnparadisemod:gold_hopper} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 355 nnparadisemod:compressed_cactus_chest Block{nnparadisemod:compressed_cactus_chest} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 356 nnparadisemod:compressed_cactus_chest_trapped Block{nnparadisemod:compressed_cactus_chest_trapped} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 357 nnparadisemod:cactus_chest Block{nnparadisemod:cactus_chest} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 358 nnparadisemod:cactus_chest_trapped Block{nnparadisemod:cactus_chest_trapped} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 359 nnparadisemod:cactus_trapdoor Block{nnparadisemod:cactus_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 360 nnparadisemod:glowing_obsidian_trapdoor Block{nnparadisemod:glowing_obsidian_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 361 nnparadisemod:end_trapdoor Block{nnparadisemod:end_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 362 nnparadisemod:silver_trapdoor Block{nnparadisemod:silver_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 363 nnparadisemod:glass_trapdoor Block{nnparadisemod:glass_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 364 nnparadisemod:gold_trapdoor Block{nnparadisemod:gold_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 365 nnparadisemod:diamond_trapdoor Block{nnparadisemod:diamond_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 366 nnparadisemod:emerald_trapdoor Block{nnparadisemod:emerald_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 367 nnparadisemod:andesite_trapdoor Block{nnparadisemod:andesite_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 368 nnparadisemod:diorite_trapdoor Block{nnparadisemod:diorite_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 369 nnparadisemod:granite_trapdoor Block{nnparadisemod:granite_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 370 nnparadisemod:stone_trapdoor Block{nnparadisemod:stone_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 371 nnparadisemod:cobblestone_trapdoor Block{nnparadisemod:cobblestone_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 372 nnparadisemod:moss_stone_trapdoor Block{nnparadisemod:moss_stone_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 373 nnparadisemod:obsidian_trapdoor Block{nnparadisemod:obsidian_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 374 nnparadisemod:bedrock_trapdoor Block{nnparadisemod:bedrock_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 375 nnparadisemod:ruby_trapdoor Block{nnparadisemod:ruby_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 376 nnparadisemod:redstone_trapdoor Block{nnparadisemod:redstone_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 377 nnparadisemod:rusty_trapdoor Block{nnparadisemod:rusty_trapdoor} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 378 nnparadisemod:rusty_fence Block{nnparadisemod:rusty_fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 379 nnparadisemod:cactus_fence Block{nnparadisemod:cactus_fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 380 nnparadisemod:silver_fence Block{nnparadisemod:silver_fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 381 nnparadisemod:brick_fence Block{nnparadisemod:brick_fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 382 nnparadisemod:diamond_fence Block{nnparadisemod:diamond_fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 383 nnparadisemod:emerald_fence Block{nnparadisemod:emerald_fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 384 nnparadisemod:gold_fence Block{nnparadisemod:gold_fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 385 nnparadisemod:iron_fence Block{nnparadisemod:iron_fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 386 nnparadisemod:ruby_fence Block{nnparadisemod:ruby_fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 387 nnparadisemod:redstone_fence Block{nnparadisemod:redstone_fence} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 388 nnparadisemod:rusty_fence_gate Block{nnparadisemod:rusty_fence_gate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 389 nnparadisemod:cactus_fence_gate Block{nnparadisemod:cactus_fence_gate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 390 nnparadisemod:silver_fence_gate Block{nnparadisemod:silver_fence_gate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 391 nnparadisemod:brick_fence_gate Block{nnparadisemod:brick_fence_gate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 392 nnparadisemod:diamond_fence_gate Block{nnparadisemod:diamond_fence_gate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 393 nnparadisemod:emerald_fence_gate Block{nnparadisemod:emerald_fence_gate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 394 nnparadisemod:gold_fence_gate Block{nnparadisemod:gold_fence_gate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 395 nnparadisemod:iron_fence_gate Block{nnparadisemod:iron_fence_gate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 396 nnparadisemod:ruby_fence_gate Block{nnparadisemod:ruby_fence_gate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 397 nnparadisemod:redstone_fence_gate Block{nnparadisemod:redstone_fence_gate} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 398 nnparadisemod:black_redstone_lamp Block{nnparadisemod:black_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 399 nnparadisemod:blue_redstone_lamp Block{nnparadisemod:blue_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 400 nnparadisemod:brown_redstone_lamp Block{nnparadisemod:brown_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 401 nnparadisemod:cyan_redstone_lamp Block{nnparadisemod:cyan_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 402 nnparadisemod:gray_redstone_lamp Block{nnparadisemod:gray_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 403 nnparadisemod:green_redstone_lamp Block{nnparadisemod:green_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 404 nnparadisemod:light_blue_redstone_lamp Block{nnparadisemod:light_blue_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 405 nnparadisemod:lime_redstone_lamp Block{nnparadisemod:lime_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 406 nnparadisemod:magenta_redstone_lamp Block{nnparadisemod:magenta_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 407 nnparadisemod:orange_redstone_lamp Block{nnparadisemod:orange_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 408 nnparadisemod:pink_redstone_lamp Block{nnparadisemod:pink_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 409 nnparadisemod:purple_redstone_lamp Block{nnparadisemod:purple_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 410 nnparadisemod:red_redstone_lamp Block{nnparadisemod:red_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 411 nnparadisemod:silver_redstone_lamp Block{nnparadisemod:silver_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 412 nnparadisemod:white_redstone_lamp Block{nnparadisemod:white_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 413 nnparadisemod:yellow_redstone_lamp Block{nnparadisemod:yellow_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 414 nnparadisemod:rusty_door_block Block{nnparadisemod:rusty_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 415 nnparadisemod:cactus_door_block Block{nnparadisemod:cactus_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 416 nnparadisemod:glowing_obsidian_door_block Block{nnparadisemod:glowing_obsidian_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 417 nnparadisemod:end_door_block Block{nnparadisemod:end_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 418 nnparadisemod:silver_door_block Block{nnparadisemod:silver_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 419 nnparadisemod:glass_door_block Block{nnparadisemod:glass_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 420 nnparadisemod:gold_door_block Block{nnparadisemod:gold_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 421 nnparadisemod:diamond_door_block Block{nnparadisemod:diamond_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 422 nnparadisemod:emerald_door_block Block{nnparadisemod:emerald_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 423 nnparadisemod:andesite_door_block Block{nnparadisemod:andesite_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 424 nnparadisemod:diorite_door_block Block{nnparadisemod:diorite_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 425 nnparadisemod:granite_door_block Block{nnparadisemod:granite_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 426 nnparadisemod:stone_door_block Block{nnparadisemod:stone_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 427 nnparadisemod:cobblestone_door_block Block{nnparadisemod:cobblestone_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 428 nnparadisemod:moss_stone_door_block Block{nnparadisemod:moss_stone_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 429 nnparadisemod:obsidian_door_block Block{nnparadisemod:obsidian_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 430 nnparadisemod:bedrock_door_block Block{nnparadisemod:bedrock_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 431 nnparadisemod:ruby_door_block Block{nnparadisemod:ruby_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 432 nnparadisemod:redstone_door_block Block{nnparadisemod:redstone_door_block} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 433 nnparadisemod:lit_mossy_furnace Block{nnparadisemod:lit_mossy_furnace} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 434 nnparadisemod:lit_black_redstone_lamp Block{nnparadisemod:lit_black_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 435 nnparadisemod:lit_blue_redstone_lamp Block{nnparadisemod:lit_blue_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 436 nnparadisemod:lit_brown_redstone_lamp Block{nnparadisemod:lit_brown_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 437 nnparadisemod:lit_cyan_redstone_lamp Block{nnparadisemod:lit_cyan_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 438 nnparadisemod:lit_gray_redstone_lamp Block{nnparadisemod:lit_gray_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 439 nnparadisemod:lit_green_redstone_lamp Block{nnparadisemod:lit_green_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 440 nnparadisemod:lit_light_blue_redstone_lamp Block{nnparadisemod:lit_light_blue_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 441 nnparadisemod:lit_lime_redstone_lamp Block{nnparadisemod:lit_lime_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 442 nnparadisemod:lit_magenta_redstone_lamp Block{nnparadisemod:lit_magenta_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 443 nnparadisemod:lit_orange_redstone_lamp Block{nnparadisemod:lit_orange_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 444 nnparadisemod:lit_pink_redstone_lamp Block{nnparadisemod:lit_pink_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 445 nnparadisemod:lit_purple_redstone_lamp Block{nnparadisemod:lit_purple_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 446 nnparadisemod:lit_red_redstone_lamp Block{nnparadisemod:lit_red_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 447 nnparadisemod:lit_silver_redstone_lamp Block{nnparadisemod:lit_silver_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 448 nnparadisemod:lit_white_redstone_lamp Block{nnparadisemod:lit_white_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry: 449 nnparadisemod:lit_yellow_redstone_lamp Block{nnparadisemod:lit_yellow_redstone_lamp} +[18:27:06] [Server thread/TRACE] [FML]: Registry Name : minecraft:items +[18:27:06] [Server thread/TRACE] [FML]: Registry: 0 minecraft:air net.minecraft.item.ItemAir@2a54c92e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 1 minecraft:stone net.minecraft.item.ItemMultiTexture@3ee258 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2 minecraft:grass net.minecraft.item.ItemColored@73a49597 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 3 minecraft:dirt net.minecraft.item.ItemMultiTexture@a6dffdb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4 minecraft:cobblestone net.minecraft.item.ItemBlock@40ac0a56 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 5 minecraft:planks net.minecraft.item.ItemMultiTexture@2b6b487c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 6 minecraft:sapling net.minecraft.item.ItemMultiTexture@c4551c6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 7 minecraft:bedrock net.minecraft.item.ItemBlock@3a3316b6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 12 minecraft:sand net.minecraft.item.ItemMultiTexture@528f5b7f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 13 minecraft:gravel net.minecraft.item.ItemBlock@3ccfac29 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 14 minecraft:gold_ore net.minecraft.item.ItemBlock@5c41b8d8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 15 minecraft:iron_ore net.minecraft.item.ItemBlock@77ea960f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 16 minecraft:coal_ore net.minecraft.item.ItemBlock@5f166f2e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 17 minecraft:log net.minecraft.item.ItemMultiTexture@d512c1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 18 minecraft:leaves net.minecraft.item.ItemLeaves@fd5689d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 19 minecraft:sponge net.minecraft.item.ItemMultiTexture@16f34376 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 20 minecraft:glass net.minecraft.item.ItemBlock@4ede035e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 21 minecraft:lapis_ore net.minecraft.item.ItemBlock@43756cb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 22 minecraft:lapis_block net.minecraft.item.ItemBlock@4272d8cf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 23 minecraft:dispenser net.minecraft.item.ItemBlock@4e96cb04 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 24 minecraft:sandstone net.minecraft.item.ItemMultiTexture@62054faf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 25 minecraft:noteblock net.minecraft.item.ItemBlock@75d539b9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 27 minecraft:golden_rail net.minecraft.item.ItemBlock@20f63ddc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 28 minecraft:detector_rail net.minecraft.item.ItemBlock@210c1b9d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 29 minecraft:sticky_piston net.minecraft.item.ItemPiston@3578a45b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 30 minecraft:web net.minecraft.item.ItemBlock@24f177f5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 31 minecraft:tallgrass net.minecraft.item.ItemColored@65e05005 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 32 minecraft:deadbush net.minecraft.item.ItemBlock@6ed691fd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 33 minecraft:piston net.minecraft.item.ItemPiston@1efcba00 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 35 minecraft:wool net.minecraft.item.ItemCloth@2fcc5f49 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 37 minecraft:yellow_flower net.minecraft.item.ItemMultiTexture@22361e23 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 38 minecraft:red_flower net.minecraft.item.ItemMultiTexture@26aee0a6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 39 minecraft:brown_mushroom net.minecraft.item.ItemBlock@20184ade +[18:27:06] [Server thread/TRACE] [FML]: Registry: 40 minecraft:red_mushroom net.minecraft.item.ItemBlock@35fb3209 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 41 minecraft:gold_block net.minecraft.item.ItemBlock@5855b0ed +[18:27:06] [Server thread/TRACE] [FML]: Registry: 42 minecraft:iron_block net.minecraft.item.ItemBlock@92fd091 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 44 minecraft:stone_slab net.minecraft.item.ItemSlab@77204651 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 45 minecraft:brick_block net.minecraft.item.ItemBlock@51cca357 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 46 minecraft:tnt net.minecraft.item.ItemBlock@3a9c11fb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 47 minecraft:bookshelf net.minecraft.item.ItemBlock@416c8bb5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 48 minecraft:mossy_cobblestone net.minecraft.item.ItemBlock@340b4f07 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 49 minecraft:obsidian net.minecraft.item.ItemBlock@e994ca +[18:27:06] [Server thread/TRACE] [FML]: Registry: 50 minecraft:torch net.minecraft.item.ItemBlock@5a205ee5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 52 minecraft:mob_spawner net.minecraft.item.ItemBlock@2619cb76 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 53 minecraft:oak_stairs net.minecraft.item.ItemBlock@56f2c9e8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 54 minecraft:chest net.minecraft.item.ItemBlock@457692cb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 56 minecraft:diamond_ore net.minecraft.item.ItemBlock@350342e0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 57 minecraft:diamond_block net.minecraft.item.ItemBlock@5d297d4d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 58 minecraft:crafting_table net.minecraft.item.ItemBlock@1dd44289 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 60 minecraft:farmland net.minecraft.item.ItemBlock@6cc56b32 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 61 minecraft:furnace net.minecraft.item.ItemBlock@43fe2008 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 65 minecraft:ladder net.minecraft.item.ItemBlock@552bee2f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 66 minecraft:rail net.minecraft.item.ItemBlock@6a543e09 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 67 minecraft:stone_stairs net.minecraft.item.ItemBlock@2d0f548a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 69 minecraft:lever net.minecraft.item.ItemBlock@1fc3df43 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 70 minecraft:stone_pressure_plate net.minecraft.item.ItemBlock@15130002 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 72 minecraft:wooden_pressure_plate net.minecraft.item.ItemBlock@5e7cd0df +[18:27:06] [Server thread/TRACE] [FML]: Registry: 73 minecraft:redstone_ore net.minecraft.item.ItemBlock@900649e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 76 minecraft:redstone_torch net.minecraft.item.ItemBlock@8b89b3a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 77 minecraft:stone_button net.minecraft.item.ItemBlock@526893f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 78 minecraft:snow_layer net.minecraft.item.ItemSnow@37caecda +[18:27:06] [Server thread/TRACE] [FML]: Registry: 79 minecraft:ice net.minecraft.item.ItemBlock@7be7c052 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 80 minecraft:snow net.minecraft.item.ItemBlock@4ab9d160 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 81 minecraft:cactus net.minecraft.item.ItemBlock@5599dc60 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 82 minecraft:clay net.minecraft.item.ItemBlock@35554635 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 84 minecraft:jukebox net.minecraft.item.ItemBlock@70f5f59d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 85 minecraft:fence net.minecraft.item.ItemBlock@74431832 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 86 minecraft:pumpkin net.minecraft.item.ItemBlock@304068 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 87 minecraft:netherrack net.minecraft.item.ItemBlock@54d60fa1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 88 minecraft:soul_sand net.minecraft.item.ItemBlock@1cb849b2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 89 minecraft:glowstone net.minecraft.item.ItemBlock@6fe2a366 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 91 minecraft:lit_pumpkin net.minecraft.item.ItemBlock@6dd38df2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 95 minecraft:stained_glass net.minecraft.item.ItemCloth@720c8f80 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 96 minecraft:trapdoor net.minecraft.item.ItemBlock@99c3cee +[18:27:06] [Server thread/TRACE] [FML]: Registry: 97 minecraft:monster_egg net.minecraft.item.ItemMultiTexture@34eaf9c1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 98 minecraft:stonebrick net.minecraft.item.ItemMultiTexture@248b2b61 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 99 minecraft:brown_mushroom_block net.minecraft.item.ItemBlock@4b61e97 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 100 minecraft:red_mushroom_block net.minecraft.item.ItemBlock@11d1735e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 101 minecraft:iron_bars net.minecraft.item.ItemBlock@31082efa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 102 minecraft:glass_pane net.minecraft.item.ItemBlock@4ca5cb99 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 103 minecraft:melon_block net.minecraft.item.ItemBlock@7853363c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 106 minecraft:vine net.minecraft.item.ItemColored@6282f1eb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 107 minecraft:fence_gate net.minecraft.item.ItemBlock@120d6cbf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 108 minecraft:brick_stairs net.minecraft.item.ItemBlock@6550ce46 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 109 minecraft:stone_brick_stairs net.minecraft.item.ItemBlock@69f69078 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 110 minecraft:mycelium net.minecraft.item.ItemBlock@13b29b34 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 111 minecraft:waterlily net.minecraft.item.ItemLilyPad@46994f26 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 112 minecraft:nether_brick net.minecraft.item.ItemBlock@1bb172dd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 113 minecraft:nether_brick_fence net.minecraft.item.ItemBlock@1cdd31a4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 114 minecraft:nether_brick_stairs net.minecraft.item.ItemBlock@7dddfc35 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 116 minecraft:enchanting_table net.minecraft.item.ItemBlock@71316cd7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 120 minecraft:end_portal_frame net.minecraft.item.ItemBlock@6106dfb6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 121 minecraft:end_stone net.minecraft.item.ItemBlock@14239223 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 122 minecraft:dragon_egg net.minecraft.item.ItemBlock@7c206b14 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 123 minecraft:redstone_lamp net.minecraft.item.ItemBlock@2b8cf049 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 126 minecraft:wooden_slab net.minecraft.item.ItemSlab@2336cd91 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 128 minecraft:sandstone_stairs net.minecraft.item.ItemBlock@4a944af9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 129 minecraft:emerald_ore net.minecraft.item.ItemBlock@3593e074 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 130 minecraft:ender_chest net.minecraft.item.ItemBlock@79d14037 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 131 minecraft:tripwire_hook net.minecraft.item.ItemBlock@6c1e40d9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 133 minecraft:emerald_block net.minecraft.item.ItemBlock@4b50c21 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 134 minecraft:spruce_stairs net.minecraft.item.ItemBlock@2e0fdc83 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 135 minecraft:birch_stairs net.minecraft.item.ItemBlock@5dacf18d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 136 minecraft:jungle_stairs net.minecraft.item.ItemBlock@432a6a69 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 137 minecraft:command_block net.minecraft.item.ItemBlock@6f52a229 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 138 minecraft:beacon net.minecraft.item.ItemBlock@3fe98084 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 139 minecraft:cobblestone_wall net.minecraft.item.ItemMultiTexture@1c3d9e28 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 143 minecraft:wooden_button net.minecraft.item.ItemBlock@a1cb94 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 145 minecraft:anvil net.minecraft.item.ItemAnvilBlock@c5a2d5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 146 minecraft:trapped_chest net.minecraft.item.ItemBlock@185339ed +[18:27:06] [Server thread/TRACE] [FML]: Registry: 147 minecraft:light_weighted_pressure_plate net.minecraft.item.ItemBlock@2e4d4d22 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 148 minecraft:heavy_weighted_pressure_plate net.minecraft.item.ItemBlock@4470106b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 151 minecraft:daylight_detector net.minecraft.item.ItemBlock@690ed13a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 152 minecraft:redstone_block net.minecraft.item.ItemBlock@681311a7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 153 minecraft:quartz_ore net.minecraft.item.ItemBlock@2c7375da +[18:27:06] [Server thread/TRACE] [FML]: Registry: 154 minecraft:hopper net.minecraft.item.ItemBlock@68c4db77 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 155 minecraft:quartz_block net.minecraft.item.ItemMultiTexture@775c4054 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 156 minecraft:quartz_stairs net.minecraft.item.ItemBlock@7b2e931 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 157 minecraft:activator_rail net.minecraft.item.ItemBlock@305881b8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 158 minecraft:dropper net.minecraft.item.ItemBlock@7e89eba7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 159 minecraft:stained_hardened_clay net.minecraft.item.ItemCloth@6bc25ac2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 160 minecraft:stained_glass_pane net.minecraft.item.ItemCloth@f591271 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 161 minecraft:leaves2 net.minecraft.item.ItemLeaves@36e3321e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 162 minecraft:log2 net.minecraft.item.ItemMultiTexture@111fe921 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 163 minecraft:acacia_stairs net.minecraft.item.ItemBlock@28b5d5dc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 164 minecraft:dark_oak_stairs net.minecraft.item.ItemBlock@407f2029 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 165 minecraft:slime net.minecraft.item.ItemBlock@77020328 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 166 minecraft:barrier net.minecraft.item.ItemBlock@7b29cdea +[18:27:06] [Server thread/TRACE] [FML]: Registry: 167 minecraft:iron_trapdoor net.minecraft.item.ItemBlock@f08d676 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 168 minecraft:prismarine net.minecraft.item.ItemMultiTexture@5a583720 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 169 minecraft:sea_lantern net.minecraft.item.ItemBlock@4ed19b69 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 170 minecraft:hay_block net.minecraft.item.ItemBlock@3eedd0e3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 171 minecraft:carpet net.minecraft.item.ItemCloth@478089b6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 172 minecraft:hardened_clay net.minecraft.item.ItemBlock@72f35a31 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 173 minecraft:coal_block net.minecraft.item.ItemBlock@3b01897f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 174 minecraft:packed_ice net.minecraft.item.ItemBlock@6b3b2c34 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 175 minecraft:double_plant net.minecraft.item.ItemMultiTexture@e6e5da4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 179 minecraft:red_sandstone net.minecraft.item.ItemMultiTexture@36d7a68a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 180 minecraft:red_sandstone_stairs net.minecraft.item.ItemBlock@42dd7d82 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 182 minecraft:stone_slab2 net.minecraft.item.ItemSlab@2838eb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 183 minecraft:spruce_fence_gate net.minecraft.item.ItemBlock@70169464 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 184 minecraft:birch_fence_gate net.minecraft.item.ItemBlock@1115be8c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 185 minecraft:jungle_fence_gate net.minecraft.item.ItemBlock@64ed18ec +[18:27:06] [Server thread/TRACE] [FML]: Registry: 186 minecraft:dark_oak_fence_gate net.minecraft.item.ItemBlock@1dfcf85a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 187 minecraft:acacia_fence_gate net.minecraft.item.ItemBlock@590dea35 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 188 minecraft:spruce_fence net.minecraft.item.ItemBlock@6fa2a006 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 189 minecraft:birch_fence net.minecraft.item.ItemBlock@70592729 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 190 minecraft:jungle_fence net.minecraft.item.ItemBlock@2fdf7da2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 191 minecraft:dark_oak_fence net.minecraft.item.ItemBlock@43b172e3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 192 minecraft:acacia_fence net.minecraft.item.ItemBlock@39695803 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 198 minecraft:end_rod net.minecraft.item.ItemBlock@7fb44737 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 199 minecraft:chorus_plant net.minecraft.item.ItemBlock@11295cb1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 200 minecraft:chorus_flower net.minecraft.item.ItemBlock@5daad59a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 201 minecraft:purpur_block net.minecraft.item.ItemBlock@5256fbc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 202 minecraft:purpur_pillar net.minecraft.item.ItemBlock@58f50dd0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 203 minecraft:purpur_stairs net.minecraft.item.ItemBlock@3620eab +[18:27:06] [Server thread/TRACE] [FML]: Registry: 205 minecraft:purpur_slab net.minecraft.item.ItemSlab@8ef1d58 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 206 minecraft:end_bricks net.minecraft.item.ItemBlock@68df8c6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 208 minecraft:grass_path net.minecraft.item.ItemBlock@45eacb70 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 210 minecraft:repeating_command_block net.minecraft.item.ItemBlock@fb5d334 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 211 minecraft:chain_command_block net.minecraft.item.ItemBlock@45dc7be +[18:27:06] [Server thread/TRACE] [FML]: Registry: 213 minecraft:magma net.minecraft.item.ItemBlock@2d459bda +[18:27:06] [Server thread/TRACE] [FML]: Registry: 214 minecraft:nether_wart_block net.minecraft.item.ItemBlock@6ceb11f9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 215 minecraft:red_nether_brick net.minecraft.item.ItemBlock@4d664323 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 216 minecraft:bone_block net.minecraft.item.ItemBlock@27ec0d06 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 217 minecraft:structure_void net.minecraft.item.ItemBlock@2676d96a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 218 minecraft:observer net.minecraft.item.ItemBlock@12266084 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 219 minecraft:white_shulker_box net.minecraft.item.ItemShulkerBox@2a65e237 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 220 minecraft:orange_shulker_box net.minecraft.item.ItemShulkerBox@3a48c398 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 221 minecraft:magenta_shulker_box net.minecraft.item.ItemShulkerBox@1b4ba615 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 222 minecraft:light_blue_shulker_box net.minecraft.item.ItemShulkerBox@4407b042 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 223 minecraft:yellow_shulker_box net.minecraft.item.ItemShulkerBox@41f686af +[18:27:06] [Server thread/TRACE] [FML]: Registry: 224 minecraft:lime_shulker_box net.minecraft.item.ItemShulkerBox@3dded90a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 225 minecraft:pink_shulker_box net.minecraft.item.ItemShulkerBox@7be3abaa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 226 minecraft:gray_shulker_box net.minecraft.item.ItemShulkerBox@29f8134 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 227 minecraft:silver_shulker_box net.minecraft.item.ItemShulkerBox@77a9ac36 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 228 minecraft:cyan_shulker_box net.minecraft.item.ItemShulkerBox@3c743d40 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 229 minecraft:purple_shulker_box net.minecraft.item.ItemShulkerBox@5aac6f9f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 230 minecraft:blue_shulker_box net.minecraft.item.ItemShulkerBox@2444c3df +[18:27:06] [Server thread/TRACE] [FML]: Registry: 231 minecraft:brown_shulker_box net.minecraft.item.ItemShulkerBox@1eb6037d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 232 minecraft:green_shulker_box net.minecraft.item.ItemShulkerBox@335b3d6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 233 minecraft:red_shulker_box net.minecraft.item.ItemShulkerBox@3a5ce4b8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 234 minecraft:black_shulker_box net.minecraft.item.ItemShulkerBox@38848217 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 235 minecraft:white_glazed_terracotta net.minecraft.item.ItemBlock@1607d391 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 236 minecraft:orange_glazed_terracotta net.minecraft.item.ItemBlock@38826984 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 237 minecraft:magenta_glazed_terracotta net.minecraft.item.ItemBlock@65262308 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 238 minecraft:light_blue_glazed_terracotta net.minecraft.item.ItemBlock@792e8181 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 239 minecraft:yellow_glazed_terracotta net.minecraft.item.ItemBlock@511d5e6e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 240 minecraft:lime_glazed_terracotta net.minecraft.item.ItemBlock@7a78d380 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 241 minecraft:pink_glazed_terracotta net.minecraft.item.ItemBlock@2e1291a4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 242 minecraft:gray_glazed_terracotta net.minecraft.item.ItemBlock@23bd2f6e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 243 minecraft:silver_glazed_terracotta net.minecraft.item.ItemBlock@18e8eb59 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 244 minecraft:cyan_glazed_terracotta net.minecraft.item.ItemBlock@2430cf17 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 245 minecraft:purple_glazed_terracotta net.minecraft.item.ItemBlock@1e95f584 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 246 minecraft:blue_glazed_terracotta net.minecraft.item.ItemBlock@54997f67 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 247 minecraft:brown_glazed_terracotta net.minecraft.item.ItemBlock@bf4e48e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 248 minecraft:green_glazed_terracotta net.minecraft.item.ItemBlock@299eca90 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 249 minecraft:red_glazed_terracotta net.minecraft.item.ItemBlock@189633f2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 250 minecraft:black_glazed_terracotta net.minecraft.item.ItemBlock@76b05c0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 251 minecraft:concrete net.minecraft.item.ItemCloth@2b974137 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 252 minecraft:concrete_powder net.minecraft.item.ItemCloth@7402c49f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 255 minecraft:structure_block net.minecraft.item.ItemBlock@5d22604e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 256 minecraft:iron_shovel net.minecraft.item.ItemSpade@430aae8e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 257 minecraft:iron_pickaxe net.minecraft.item.ItemPickaxe@4e52d2f2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 258 minecraft:iron_axe net.minecraft.item.ItemAxe@4882b9a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 259 minecraft:flint_and_steel net.minecraft.item.ItemFlintAndSteel@23a78c77 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 260 minecraft:apple net.minecraft.item.ItemFood@1a66be41 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 261 minecraft:bow net.minecraft.item.ItemBow@1bb4c431 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 262 minecraft:arrow net.minecraft.item.ItemArrow@6eaf030c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 263 minecraft:coal net.minecraft.item.ItemCoal@acd3460 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 264 minecraft:diamond net.minecraft.item.Item@3ea9a091 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 265 minecraft:iron_ingot net.minecraft.item.Item@16f4a3c0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 266 minecraft:gold_ingot net.minecraft.item.Item@26495639 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 267 minecraft:iron_sword net.minecraft.item.ItemSword@cb318ac +[18:27:06] [Server thread/TRACE] [FML]: Registry: 268 minecraft:wooden_sword net.minecraft.item.ItemSword@6e668322 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 269 minecraft:wooden_shovel net.minecraft.item.ItemSpade@75ee6f89 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 270 minecraft:wooden_pickaxe net.minecraft.item.ItemPickaxe@210d3a42 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 271 minecraft:wooden_axe net.minecraft.item.ItemAxe@356f20b7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 272 minecraft:stone_sword net.minecraft.item.ItemSword@6f4adaab +[18:27:06] [Server thread/TRACE] [FML]: Registry: 273 minecraft:stone_shovel net.minecraft.item.ItemSpade@69de72ec +[18:27:06] [Server thread/TRACE] [FML]: Registry: 274 minecraft:stone_pickaxe net.minecraft.item.ItemPickaxe@21c99abf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 275 minecraft:stone_axe net.minecraft.item.ItemAxe@6d6f6ca9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 276 minecraft:diamond_sword net.minecraft.item.ItemSword@54496c2d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 277 minecraft:diamond_shovel net.minecraft.item.ItemSpade@4e1a3d5a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 278 minecraft:diamond_pickaxe net.minecraft.item.ItemPickaxe@236b4a44 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 279 minecraft:diamond_axe net.minecraft.item.ItemAxe@35f760a4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 280 minecraft:stick net.minecraft.item.Item@2ac05a33 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 281 minecraft:bowl net.minecraft.item.Item@35af52dc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 282 minecraft:mushroom_stew net.minecraft.item.ItemSoup@113d0f75 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 283 minecraft:golden_sword net.minecraft.item.ItemSword@4e10a320 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 284 minecraft:golden_shovel net.minecraft.item.ItemSpade@773f3360 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 285 minecraft:golden_pickaxe net.minecraft.item.ItemPickaxe@352c3d70 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 286 minecraft:golden_axe net.minecraft.item.ItemAxe@4c13ca07 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 287 minecraft:string net.minecraft.item.ItemBlockSpecial@3ec7eb5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 288 minecraft:feather net.minecraft.item.Item@5534e6f1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 289 minecraft:gunpowder net.minecraft.item.Item@4c6fc3e7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 290 minecraft:wooden_hoe net.minecraft.item.ItemHoe@66e12c3b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 291 minecraft:stone_hoe net.minecraft.item.ItemHoe@44485db +[18:27:06] [Server thread/TRACE] [FML]: Registry: 292 minecraft:iron_hoe net.minecraft.item.ItemHoe@1f6f0fe2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 293 minecraft:diamond_hoe net.minecraft.item.ItemHoe@22604c7e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 294 minecraft:golden_hoe net.minecraft.item.ItemHoe@4d8f2cfd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 295 minecraft:wheat_seeds net.minecraft.item.ItemSeeds@5b5b9521 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 296 minecraft:wheat net.minecraft.item.Item@41f7c02d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 297 minecraft:bread net.minecraft.item.ItemFood@66314fee +[18:27:06] [Server thread/TRACE] [FML]: Registry: 298 minecraft:leather_helmet net.minecraft.item.ItemArmor@6adcf059 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 299 minecraft:leather_chestplate net.minecraft.item.ItemArmor@7962a746 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 300 minecraft:leather_leggings net.minecraft.item.ItemArmor@1c31de5d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 301 minecraft:leather_boots net.minecraft.item.ItemArmor@7a7f9d45 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 302 minecraft:chainmail_helmet net.minecraft.item.ItemArmor@772cf46b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 303 minecraft:chainmail_chestplate net.minecraft.item.ItemArmor@1b98355f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 304 minecraft:chainmail_leggings net.minecraft.item.ItemArmor@949d347 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 305 minecraft:chainmail_boots net.minecraft.item.ItemArmor@f5ae29e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 306 minecraft:iron_helmet net.minecraft.item.ItemArmor@1fc5c0b2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 307 minecraft:iron_chestplate net.minecraft.item.ItemArmor@45ad3cd8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 308 minecraft:iron_leggings net.minecraft.item.ItemArmor@2b90cc1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 309 minecraft:iron_boots net.minecraft.item.ItemArmor@5a2f401a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 310 minecraft:diamond_helmet net.minecraft.item.ItemArmor@6bdedbbd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 311 minecraft:diamond_chestplate net.minecraft.item.ItemArmor@47b961e2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 312 minecraft:diamond_leggings net.minecraft.item.ItemArmor@d2cb2d0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 313 minecraft:diamond_boots net.minecraft.item.ItemArmor@2d230cff +[18:27:06] [Server thread/TRACE] [FML]: Registry: 314 minecraft:golden_helmet net.minecraft.item.ItemArmor@30bd39d5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 315 minecraft:golden_chestplate net.minecraft.item.ItemArmor@3c87e851 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 316 minecraft:golden_leggings net.minecraft.item.ItemArmor@54556723 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 317 minecraft:golden_boots net.minecraft.item.ItemArmor@6124dda2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 318 minecraft:flint net.minecraft.item.Item@380e33c2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 319 minecraft:porkchop net.minecraft.item.ItemFood@3bc891f2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 320 minecraft:cooked_porkchop net.minecraft.item.ItemFood@445b85d7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 321 minecraft:painting net.minecraft.item.ItemHangingEntity@5876bed9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 322 minecraft:golden_apple net.minecraft.item.ItemAppleGold@670a4738 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 323 minecraft:sign net.minecraft.item.ItemSign@492c8137 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 324 minecraft:wooden_door net.minecraft.item.ItemDoor@77d95e5a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 325 minecraft:bucket net.minecraft.item.ItemBucket@5d404a3c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 326 minecraft:water_bucket net.minecraft.item.ItemBucket@af9dd34 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 327 minecraft:lava_bucket net.minecraft.item.ItemBucket@48692405 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 328 minecraft:minecart net.minecraft.item.ItemMinecart@28dacf31 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 329 minecraft:saddle net.minecraft.item.ItemSaddle@1eb9d69a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 330 minecraft:iron_door net.minecraft.item.ItemDoor@36511772 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 331 minecraft:redstone net.minecraft.item.ItemRedstone@2c15034f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 332 minecraft:snowball net.minecraft.item.ItemSnowball@5af40e45 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 333 minecraft:boat net.minecraft.item.ItemBoat@1926f962 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 334 minecraft:leather net.minecraft.item.Item@62794582 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 335 minecraft:milk_bucket net.minecraft.item.ItemBucketMilk@1cb44a2f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 336 minecraft:brick net.minecraft.item.Item@5fe3b058 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 337 minecraft:clay_ball net.minecraft.item.Item@2a661215 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 338 minecraft:reeds net.minecraft.item.ItemBlockSpecial@1f75fd1d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 339 minecraft:paper net.minecraft.item.Item@212e39ee +[18:27:06] [Server thread/TRACE] [FML]: Registry: 340 minecraft:book net.minecraft.item.ItemBook@131d977f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 341 minecraft:slime_ball net.minecraft.item.Item@616f81b5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 342 minecraft:chest_minecart net.minecraft.item.ItemMinecart@4f552aa2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 343 minecraft:furnace_minecart net.minecraft.item.ItemMinecart@3c8fe8ad +[18:27:06] [Server thread/TRACE] [FML]: Registry: 344 minecraft:egg net.minecraft.item.ItemEgg@15a484a9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 345 minecraft:compass net.minecraft.item.ItemCompass@294c44b7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 346 minecraft:fishing_rod net.minecraft.item.ItemFishingRod@35a9e665 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 347 minecraft:clock net.minecraft.item.ItemClock@57a982f9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 348 minecraft:glowstone_dust net.minecraft.item.Item@19d3f6ad +[18:27:06] [Server thread/TRACE] [FML]: Registry: 349 minecraft:fish net.minecraft.item.ItemFishFood@50f05307 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 350 minecraft:cooked_fish net.minecraft.item.ItemFishFood@9cc0505 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 351 minecraft:dye net.minecraft.item.ItemDye@2833c093 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 352 minecraft:bone net.minecraft.item.Item@7598d675 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 353 minecraft:sugar net.minecraft.item.Item@4946485c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 354 minecraft:cake net.minecraft.item.ItemBlockSpecial@4ae958b0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 355 minecraft:bed net.minecraft.item.ItemBed@98722ef +[18:27:06] [Server thread/TRACE] [FML]: Registry: 356 minecraft:repeater net.minecraft.item.ItemBlockSpecial@459e120b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 357 minecraft:cookie net.minecraft.item.ItemFood@fd69983 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 358 minecraft:filled_map net.minecraft.item.ItemMap@4f7ba0af +[18:27:06] [Server thread/TRACE] [FML]: Registry: 359 minecraft:shears net.minecraft.item.ItemShears@6c75e3bc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 360 minecraft:melon net.minecraft.item.ItemFood@186f7434 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 361 minecraft:pumpkin_seeds net.minecraft.item.ItemSeeds@2374452a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 362 minecraft:melon_seeds net.minecraft.item.ItemSeeds@6ffc6ea7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 363 minecraft:beef net.minecraft.item.ItemFood@2c5708e7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 364 minecraft:cooked_beef net.minecraft.item.ItemFood@4ffa078d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 365 minecraft:chicken net.minecraft.item.ItemFood@39a865c1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 366 minecraft:cooked_chicken net.minecraft.item.ItemFood@141dfcf9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 367 minecraft:rotten_flesh net.minecraft.item.ItemFood@a7bbdbc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 368 minecraft:ender_pearl net.minecraft.item.ItemEnderPearl@7286827b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 369 minecraft:blaze_rod net.minecraft.item.Item@1dd64243 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 370 minecraft:ghast_tear net.minecraft.item.Item@2ef913a4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 371 minecraft:gold_nugget net.minecraft.item.Item@520c3dcb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 372 minecraft:nether_wart net.minecraft.item.ItemSeeds@145fe8ab +[18:27:06] [Server thread/TRACE] [FML]: Registry: 373 minecraft:potion net.minecraft.item.ItemPotion@5d3634c8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 374 minecraft:glass_bottle net.minecraft.item.ItemGlassBottle@2295566b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 375 minecraft:spider_eye net.minecraft.item.ItemFood@174e1b99 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 376 minecraft:fermented_spider_eye net.minecraft.item.Item@53a09566 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 377 minecraft:blaze_powder net.minecraft.item.Item@1c815814 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 378 minecraft:magma_cream net.minecraft.item.Item@14af73e1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 379 minecraft:brewing_stand net.minecraft.item.ItemBlockSpecial@73da303e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 380 minecraft:cauldron net.minecraft.item.ItemBlockSpecial@24068086 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 381 minecraft:ender_eye net.minecraft.item.ItemEnderEye@7fb82f73 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 382 minecraft:speckled_melon net.minecraft.item.Item@2f166d61 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 383 minecraft:spawn_egg net.minecraft.item.ItemMonsterPlacer@570ed9c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 384 minecraft:experience_bottle net.minecraft.item.ItemExpBottle@237aa0c7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 385 minecraft:fire_charge net.minecraft.item.ItemFireball@1592e540 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 386 minecraft:writable_book net.minecraft.item.ItemWritableBook@18ac4af6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 387 minecraft:written_book net.minecraft.item.ItemWrittenBook@573870cb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 388 minecraft:emerald net.minecraft.item.Item@5b88af70 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 389 minecraft:item_frame net.minecraft.item.ItemHangingEntity@2739ecc0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 390 minecraft:flower_pot net.minecraft.item.ItemBlockSpecial@2932e15f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 391 minecraft:carrot net.minecraft.item.ItemSeedFood@bb6869a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 392 minecraft:potato net.minecraft.item.ItemSeedFood@506b083 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 393 minecraft:baked_potato net.minecraft.item.ItemFood@5eee3da9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 394 minecraft:poisonous_potato net.minecraft.item.ItemFood@ace2408 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 395 minecraft:map net.minecraft.item.ItemEmptyMap@7b2d58e6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 396 minecraft:golden_carrot net.minecraft.item.ItemFood@708f7386 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 397 minecraft:skull net.minecraft.item.ItemSkull@7eefaca0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 398 minecraft:carrot_on_a_stick net.minecraft.item.ItemCarrotOnAStick@3dec79f8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 399 minecraft:nether_star net.minecraft.item.ItemSimpleFoiled@2bd4780c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 400 minecraft:pumpkin_pie net.minecraft.item.ItemFood@2c154508 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 401 minecraft:fireworks net.minecraft.item.ItemFirework@57839834 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 402 minecraft:firework_charge net.minecraft.item.ItemFireworkCharge@3dfc59c5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 403 minecraft:enchanted_book net.minecraft.item.ItemEnchantedBook@25df2014 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 404 minecraft:comparator net.minecraft.item.ItemBlockSpecial@270b8c2a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 405 minecraft:netherbrick net.minecraft.item.Item@7b9c2387 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 406 minecraft:quartz net.minecraft.item.Item@12e2f5ab +[18:27:06] [Server thread/TRACE] [FML]: Registry: 407 minecraft:tnt_minecart net.minecraft.item.ItemMinecart@4e61a863 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 408 minecraft:hopper_minecart net.minecraft.item.ItemMinecart@35f01759 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 409 minecraft:prismarine_shard net.minecraft.item.Item@2fea9a7b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 410 minecraft:prismarine_crystals net.minecraft.item.Item@2aa07d80 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 411 minecraft:rabbit net.minecraft.item.ItemFood@69c1ea07 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 412 minecraft:cooked_rabbit net.minecraft.item.ItemFood@5cbe72b9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 413 minecraft:rabbit_stew net.minecraft.item.ItemSoup@27fc0217 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 414 minecraft:rabbit_foot net.minecraft.item.Item@e993715 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 415 minecraft:rabbit_hide net.minecraft.item.Item@686e7513 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 416 minecraft:armor_stand net.minecraft.item.ItemArmorStand@f2becb2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 417 minecraft:iron_horse_armor net.minecraft.item.Item@7482309c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 418 minecraft:golden_horse_armor net.minecraft.item.Item@f42336c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 419 minecraft:diamond_horse_armor net.minecraft.item.Item@6b3b4f37 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 420 minecraft:lead net.minecraft.item.ItemLead@26d24d7a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 421 minecraft:name_tag net.minecraft.item.ItemNameTag@69bca406 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 422 minecraft:command_block_minecart net.minecraft.item.ItemMinecart@79c1ccf7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 423 minecraft:mutton net.minecraft.item.ItemFood@4654e373 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 424 minecraft:cooked_mutton net.minecraft.item.ItemFood@2474df51 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 425 minecraft:banner net.minecraft.item.ItemBanner@32e7b78d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 426 minecraft:end_crystal net.minecraft.item.ItemEndCrystal@76220ef1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 427 minecraft:spruce_door net.minecraft.item.ItemDoor@65ad2b42 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 428 minecraft:birch_door net.minecraft.item.ItemDoor@294ebe11 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 429 minecraft:jungle_door net.minecraft.item.ItemDoor@4e51eda7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 430 minecraft:acacia_door net.minecraft.item.ItemDoor@2862271a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 431 minecraft:dark_oak_door net.minecraft.item.ItemDoor@2419fe6f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 432 minecraft:chorus_fruit net.minecraft.item.ItemChorusFruit@48aa0813 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 433 minecraft:chorus_fruit_popped net.minecraft.item.Item@45849604 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 434 minecraft:beetroot net.minecraft.item.ItemFood@6cbbfe29 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 435 minecraft:beetroot_seeds net.minecraft.item.ItemSeeds@25823192 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 436 minecraft:beetroot_soup net.minecraft.item.ItemSoup@3df04fa1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 437 minecraft:dragon_breath net.minecraft.item.Item@5c25daad +[18:27:06] [Server thread/TRACE] [FML]: Registry: 438 minecraft:splash_potion net.minecraft.item.ItemSplashPotion@6b0ba697 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 439 minecraft:spectral_arrow net.minecraft.item.ItemSpectralArrow@45e69324 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 440 minecraft:tipped_arrow net.minecraft.item.ItemTippedArrow@30133a11 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 441 minecraft:lingering_potion net.minecraft.item.ItemLingeringPotion@1aee6d14 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 442 minecraft:shield net.minecraft.item.ItemShield@2f61de04 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 443 minecraft:elytra net.minecraft.item.ItemElytra@4de158ca +[18:27:06] [Server thread/TRACE] [FML]: Registry: 444 minecraft:spruce_boat net.minecraft.item.ItemBoat@4f2fdf3d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 445 minecraft:birch_boat net.minecraft.item.ItemBoat@d180961 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 446 minecraft:jungle_boat net.minecraft.item.ItemBoat@4af7ac25 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 447 minecraft:acacia_boat net.minecraft.item.ItemBoat@d978ab9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 448 minecraft:dark_oak_boat net.minecraft.item.ItemBoat@3cf06a01 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 449 minecraft:totem_of_undying net.minecraft.item.Item@71ee2fff +[18:27:06] [Server thread/TRACE] [FML]: Registry: 450 minecraft:shulker_shell net.minecraft.item.Item@68f2363 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 452 minecraft:iron_nugget net.minecraft.item.Item@37fca349 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 453 minecraft:knowledge_book net.minecraft.item.ItemKnowledgeBook@36638b59 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2256 minecraft:record_13 net.minecraft.item.ItemRecord@229cb4d8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2257 minecraft:record_cat net.minecraft.item.ItemRecord@76e9eed8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2258 minecraft:record_blocks net.minecraft.item.ItemRecord@30ef32eb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2259 minecraft:record_chirp net.minecraft.item.ItemRecord@474619d9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2260 minecraft:record_far net.minecraft.item.ItemRecord@bb5f9d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2261 minecraft:record_mall net.minecraft.item.ItemRecord@391dfe7c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2262 minecraft:record_mellohi net.minecraft.item.ItemRecord@702cfbde +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2263 minecraft:record_stal net.minecraft.item.ItemRecord@7d3bcd3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2264 minecraft:record_strad net.minecraft.item.ItemRecord@5dce5c03 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2265 minecraft:record_ward net.minecraft.item.ItemRecord@b76b7d8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2266 minecraft:record_11 net.minecraft.item.ItemRecord@1c135f63 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2267 minecraft:record_wait net.minecraft.item.ItemRecord@63c4d16 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4096 nnparadisemod:rusty_iron_bars net.minecraft.item.ItemBlock@645650b1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4097 nnparadisemod:salt_lamp net.minecraft.item.ItemBlock@5593dd2b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4098 nnparadisemod:compressed_cactus net.minecraft.item.ItemBlock@13890ab8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4099 nnparadisemod:cactus_bookshelf net.minecraft.item.ItemBlock@1b0cfe11 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4100 nnparadisemod:silver_hopper net.minecraft.item.ItemBlock@269c07d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4101 nnparadisemod:silver_bars net.minecraft.item.ItemBlock@6a2d066d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4102 nnparadisemod:powered_emerald_rail net.minecraft.item.ItemBlock@2dcfa917 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4103 nnparadisemod:emerald_rail net.minecraft.item.ItemBlock@46c22d8e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4104 nnparadisemod:mossy_lever net.minecraft.item.ItemBlock@7b28ce3c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4105 nnparadisemod:du_portal net.minecraft.item.ItemBlock@2ce1d507 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4106 nnparadisemod:glowing_obsidian net.minecraft.item.ItemBlock@244cdad1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4107 nnparadisemod:soul_glass_pane net.minecraft.item.ItemBlock@eac35fd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4108 nnparadisemod:soul_glass net.minecraft.item.ItemBlock@b9271b6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4109 nnparadisemod:present net.minecraft.item.ItemBlock@559048b3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4110 nnparadisemod:santa_hat net.minecraft.item.ItemBlock@33c6625c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4111 nnparadisemod:christmas_sapling net.minecraft.item.ItemBlock@511d31a6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4112 nnparadisemod:tree_topper net.minecraft.item.ItemBlock@618dbfd4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4113 nnparadisemod:gold_bars net.minecraft.item.ItemBlock@11105fbe +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4114 nnparadisemod:christmas_leaves net.minecraft.item.ItemBlock@5c1a728 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4115 nnparadisemod:diamond_crystal net.minecraft.item.ItemBlock@47d9bdf4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4116 nnparadisemod:emerald_crystal net.minecraft.item.ItemBlock@781a51d0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4117 nnparadisemod:quartz_crystal net.minecraft.item.ItemBlock@5fddd0fc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4118 nnparadisemod:redstone_crystal net.minecraft.item.ItemBlock@38187be6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4119 nnparadisemod:ruby_crystal net.minecraft.item.ItemBlock@2f49d34d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4120 nnparadisemod:glowing_obsidian_wall net.minecraft.item.ItemBlock@6b7945e1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4121 nnparadisemod:bedrock_wall net.minecraft.item.ItemBlock@12ca50a5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4122 nnparadisemod:obsidian_wall net.minecraft.item.ItemBlock@1d95501b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4123 nnparadisemod:end_wall net.minecraft.item.ItemBlock@a59819f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4124 nnparadisemod:cactus_stairs net.minecraft.item.ItemBlock@1d2d3bc2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4125 nnparadisemod:end_stairs net.minecraft.item.ItemBlock@259c3ddf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4126 nnparadisemod:bedrock_stairs net.minecraft.item.ItemBlock@70141128 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4127 nnparadisemod:obsidian_stairs net.minecraft.item.ItemBlock@482bdb02 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4128 nnparadisemod:glowing_obsidian_stairs net.minecraft.item.ItemBlock@77b3c429 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4129 nnparadisemod:dirt_button net.minecraft.item.ItemBlock@6444bf53 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4130 nnparadisemod:grass_button net.minecraft.item.ItemBlock@40c0937f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4131 nnparadisemod:rusty_button net.minecraft.item.ItemBlock@5a22eec0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4132 nnparadisemod:end_button net.minecraft.item.ItemBlock@117e7b16 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4133 nnparadisemod:cactus_button net.minecraft.item.ItemBlock@3789bd95 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4134 nnparadisemod:glowing_obsidian_button net.minecraft.item.ItemBlock@13fd5aaa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4135 nnparadisemod:diamond_button net.minecraft.item.ItemBlock@6ceb953 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4136 nnparadisemod:emerald_button net.minecraft.item.ItemBlock@779af906 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4137 nnparadisemod:gold_button net.minecraft.item.ItemBlock@7ba4591 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4138 nnparadisemod:iron_button net.minecraft.item.ItemBlock@443ec909 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4139 nnparadisemod:silver_button net.minecraft.item.ItemBlock@553fdf58 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4140 nnparadisemod:ruby_button net.minecraft.item.ItemBlock@2d2690f6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4141 nnparadisemod:obsidian_button net.minecraft.item.ItemBlock@43f1a188 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4142 nnparadisemod:bedrock_button net.minecraft.item.ItemBlock@49da976 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4143 nnparadisemod:mossy_cobblestone_button net.minecraft.item.ItemBlock@7393a461 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4144 nnparadisemod:cobblestone_button net.minecraft.item.ItemBlock@3b51cbf7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4145 nnparadisemod:andesite_button net.minecraft.item.ItemBlock@38b06a79 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4146 nnparadisemod:diorite_button net.minecraft.item.ItemBlock@8d65037 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4147 nnparadisemod:granite_button net.minecraft.item.ItemBlock@5225e766 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4148 nnparadisemod:acacia_button net.minecraft.item.ItemBlock@2fa7a848 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4149 nnparadisemod:birch_button net.minecraft.item.ItemBlock@7aadb85 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4150 nnparadisemod:dark_oak_button net.minecraft.item.ItemBlock@6027f461 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4151 nnparadisemod:jungle_button net.minecraft.item.ItemBlock@2fc7698c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4152 nnparadisemod:spruce_button net.minecraft.item.ItemBlock@25370af5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4153 nnparadisemod:dirt_pressure_plate net.minecraft.item.ItemBlock@12bcedf8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4154 nnparadisemod:grass_pressure_plate net.minecraft.item.ItemBlock@1c9f274d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4155 nnparadisemod:cactus_pressure_plate net.minecraft.item.ItemBlock@486ab192 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4156 nnparadisemod:end_pressure_plate net.minecraft.item.ItemBlock@22cdc378 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4157 nnparadisemod:glowing_obsidian_pressure_plate net.minecraft.item.ItemBlock@4acdc330 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4158 nnparadisemod:diamond_pressure_plate net.minecraft.item.ItemBlock@27b5c8d0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4159 nnparadisemod:emerald_pressure_plate net.minecraft.item.ItemBlock@1613b471 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4160 nnparadisemod:silver_pressure_plate net.minecraft.item.ItemBlock@3c16f821 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4161 nnparadisemod:ruby_pressure_plate net.minecraft.item.ItemBlock@1145d71f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4162 nnparadisemod:bedrock_pressure_plate net.minecraft.item.ItemBlock@6324186b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4163 nnparadisemod:mossy_cobblestone_pressure_plate net.minecraft.item.ItemBlock@3949fcdc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4164 nnparadisemod:cobblestone_pressure_plate net.minecraft.item.ItemBlock@4bafe92f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4165 nnparadisemod:andesite_pressure_plate net.minecraft.item.ItemBlock@6cee8f5d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4166 nnparadisemod:diorite_pressure_plate net.minecraft.item.ItemBlock@1c0d92e5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4167 nnparadisemod:granite_pressure_plate net.minecraft.item.ItemBlock@438bcdde +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4168 nnparadisemod:acacia_pressure_plate net.minecraft.item.ItemBlock@72c3bc5e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4169 nnparadisemod:birch_pressure_plate net.minecraft.item.ItemBlock@3fc8a6c0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4170 nnparadisemod:dark_oak_pressure_plate net.minecraft.item.ItemBlock@5bbda7e2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4171 nnparadisemod:jungle_pressure_plate net.minecraft.item.ItemBlock@6ec05499 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4172 nnparadisemod:spruce_pressure_plate net.minecraft.item.ItemBlock@4bd06a2f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4173 nnparadisemod:rusty_pressure_plate net.minecraft.item.ItemBlock@34abfd7f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4174 nnparadisemod:cactus_crafting_table net.minecraft.item.ItemBlock@60291e59 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4175 nnparadisemod:acacia_crafting_table net.minecraft.item.ItemBlock@a638f45 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4176 nnparadisemod:birch_crafting_table net.minecraft.item.ItemBlock@c2e9e33 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4177 nnparadisemod:dark_oak_crafting_table net.minecraft.item.ItemBlock@1310324a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4178 nnparadisemod:jungle_crafting_table net.minecraft.item.ItemBlock@4e7e42c4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4179 nnparadisemod:spruce_crafting_table net.minecraft.item.ItemBlock@7116f350 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4180 nnparadisemod:mossy_furnace net.minecraft.item.ItemBlock@5ce3ae71 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4181 nnparadisemod:ender_pearl_ore net.minecraft.item.ItemBlock@20f4849c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4182 nnparadisemod:ender_ruby_ore net.minecraft.item.ItemBlock@34dcad0d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4183 nnparadisemod:nether_silver_ore net.minecraft.item.ItemBlock@138bd003 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4184 nnparadisemod:nether_gold_ore net.minecraft.item.ItemBlock@4395bc43 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4185 nnparadisemod:blaze_block net.minecraft.item.ItemBlock@47fa54d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4186 nnparadisemod:sugar_block net.minecraft.item.ItemBlock@7e1b750e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4187 nnparadisemod:ruby_ore net.minecraft.item.ItemBlock@24df8abf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4188 nnparadisemod:silver_ore net.minecraft.item.ItemBlock@7a9794bd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4189 nnparadisemod:ruby_block net.minecraft.item.ItemBlock@82134e4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4190 nnparadisemod:silver_block net.minecraft.item.ItemBlock@79b24f79 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4191 nnparadisemod:salt_block net.minecraft.item.ItemBlock@4d089ef7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4192 nnparadisemod:salt_ore net.minecraft.item.ItemBlock@536d655f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4193 nnparadisemod:ender_pearl_block net.minecraft.item.ItemBlock@168b28ef +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4194 nnparadisemod:rusty_iron_block net.minecraft.item.ItemBlock@5547476c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4195 nnparadisemod:gold_hopper net.minecraft.item.ItemBlock@4785f176 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4196 nnparadisemod:compressed_cactus_chest net.minecraft.item.ItemBlock@281edf6b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4197 nnparadisemod:compressed_cactus_chest_trapped net.minecraft.item.ItemBlock@1d4cf8ea +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4198 nnparadisemod:cactus_chest net.minecraft.item.ItemBlock@39a4bd89 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4199 nnparadisemod:cactus_chest_trapped net.minecraft.item.ItemBlock@5e4168dd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4200 nnparadisemod:cactus_trapdoor net.minecraft.item.ItemBlock@7f1bf2db +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4201 nnparadisemod:glowing_obsidian_trapdoor net.minecraft.item.ItemBlock@25ca56de +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4202 nnparadisemod:end_trapdoor net.minecraft.item.ItemBlock@6c53ce34 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4203 nnparadisemod:silver_trapdoor net.minecraft.item.ItemBlock@55623ed5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4204 nnparadisemod:glass_trapdoor net.minecraft.item.ItemBlock@3a182eaf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4205 nnparadisemod:gold_trapdoor net.minecraft.item.ItemBlock@42775280 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4206 nnparadisemod:diamond_trapdoor net.minecraft.item.ItemBlock@24c186cc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4207 nnparadisemod:emerald_trapdoor net.minecraft.item.ItemBlock@f9769ae +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4208 nnparadisemod:andesite_trapdoor net.minecraft.item.ItemBlock@1f607db6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4209 nnparadisemod:diorite_trapdoor net.minecraft.item.ItemBlock@2df92850 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4210 nnparadisemod:granite_trapdoor net.minecraft.item.ItemBlock@2ad51ba4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4211 nnparadisemod:stone_trapdoor net.minecraft.item.ItemBlock@5a414ed4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4212 nnparadisemod:cobblestone_trapdoor net.minecraft.item.ItemBlock@8749c08 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4213 nnparadisemod:moss_stone_trapdoor net.minecraft.item.ItemBlock@4fc23215 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4214 nnparadisemod:obsidian_trapdoor net.minecraft.item.ItemBlock@5cd549ae +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4215 nnparadisemod:bedrock_trapdoor net.minecraft.item.ItemBlock@6c173587 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4216 nnparadisemod:ruby_trapdoor net.minecraft.item.ItemBlock@675f9bc6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4217 nnparadisemod:redstone_trapdoor net.minecraft.item.ItemBlock@32561cd5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4218 nnparadisemod:rusty_trapdoor net.minecraft.item.ItemBlock@63ad2a0f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4219 nnparadisemod:rusty_fence net.minecraft.item.ItemBlock@592e1c4f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4220 nnparadisemod:cactus_fence net.minecraft.item.ItemBlock@11088420 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4221 nnparadisemod:silver_fence net.minecraft.item.ItemBlock@3217aada +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4222 nnparadisemod:brick_fence net.minecraft.item.ItemBlock@5c77cb42 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4223 nnparadisemod:diamond_fence net.minecraft.item.ItemBlock@34a5dc29 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4224 nnparadisemod:emerald_fence net.minecraft.item.ItemBlock@a10d314 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4225 nnparadisemod:gold_fence net.minecraft.item.ItemBlock@abadf5b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4226 nnparadisemod:iron_fence net.minecraft.item.ItemBlock@6f56e5c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4227 nnparadisemod:ruby_fence net.minecraft.item.ItemBlock@1626e651 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4228 nnparadisemod:redstone_fence net.minecraft.item.ItemBlock@1bf6c568 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4229 nnparadisemod:rusty_fence_gate net.minecraft.item.ItemBlock@695d804 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4230 nnparadisemod:cactus_fence_gate net.minecraft.item.ItemBlock@62068fa5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4231 nnparadisemod:silver_fence_gate net.minecraft.item.ItemBlock@2492f6fb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4232 nnparadisemod:brick_fence_gate net.minecraft.item.ItemBlock@6ce9a671 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4233 nnparadisemod:diamond_fence_gate net.minecraft.item.ItemBlock@5aa943c5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4234 nnparadisemod:emerald_fence_gate net.minecraft.item.ItemBlock@19d65f16 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4235 nnparadisemod:gold_fence_gate net.minecraft.item.ItemBlock@6e65fc8b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4236 nnparadisemod:iron_fence_gate net.minecraft.item.ItemBlock@1062f767 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4237 nnparadisemod:ruby_fence_gate net.minecraft.item.ItemBlock@3408de38 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4238 nnparadisemod:redstone_fence_gate net.minecraft.item.ItemBlock@3482b7e6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4239 nnparadisemod:black_redstone_lamp net.minecraft.item.ItemBlock@5ea794d2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4240 nnparadisemod:blue_redstone_lamp net.minecraft.item.ItemBlock@76774d3f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4241 nnparadisemod:brown_redstone_lamp net.minecraft.item.ItemBlock@60ce75d0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4242 nnparadisemod:cyan_redstone_lamp net.minecraft.item.ItemBlock@5bcafda3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4243 nnparadisemod:gray_redstone_lamp net.minecraft.item.ItemBlock@21be9ddc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4244 nnparadisemod:green_redstone_lamp net.minecraft.item.ItemBlock@2b515b5c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4245 nnparadisemod:light_blue_redstone_lamp net.minecraft.item.ItemBlock@946b9d9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4246 nnparadisemod:lime_redstone_lamp net.minecraft.item.ItemBlock@b772e2b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4247 nnparadisemod:magenta_redstone_lamp net.minecraft.item.ItemBlock@47fc346e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4248 nnparadisemod:orange_redstone_lamp net.minecraft.item.ItemBlock@fd42b93 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4249 nnparadisemod:pink_redstone_lamp net.minecraft.item.ItemBlock@2771025a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4250 nnparadisemod:purple_redstone_lamp net.minecraft.item.ItemBlock@6984d41a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4251 nnparadisemod:red_redstone_lamp net.minecraft.item.ItemBlock@51430893 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4252 nnparadisemod:silver_redstone_lamp net.minecraft.item.ItemBlock@4e2abbac +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4253 nnparadisemod:white_redstone_lamp net.minecraft.item.ItemBlock@2a84aed7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4254 nnparadisemod:yellow_redstone_lamp net.minecraft.item.ItemBlock@1fe2da60 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4255 nnparadisemod:rusty_nugget com.NetherNoah.ParadiseMod.items.RustyNugget@7c1ae95 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4256 nnparadisemod:rusty_ingot com.NetherNoah.ParadiseMod.items.RustyIngot@4e9c23b7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4257 nnparadisemod:salt com.NetherNoah.ParadiseMod.items.Salt@2f467bb9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4258 nnparadisemod:cactus_stick com.NetherNoah.ParadiseMod.items.CactusStick@688fa02f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4259 nnparadisemod:silver_nugget com.NetherNoah.ParadiseMod.items.SilverNugget@1f7e6c3a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4260 nnparadisemod:santa_jacket com.NetherNoah.ParadiseMod.items.armor.SantaSuit@40190f7f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4261 nnparadisemod:santa_pants com.NetherNoah.ParadiseMod.items.armor.SantaSuit@98be09f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4262 nnparadisemod:santa_boots com.NetherNoah.ParadiseMod.items.armor.SantaSuit@65f85228 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4263 nnparadisemod:emerald_pickaxe com.NetherNoah.ParadiseMod.items.tools.emerald.emeraldPickaxe@2acec770 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4264 nnparadisemod:emerald_axe com.NetherNoah.ParadiseMod.items.tools.emerald.emeraldAxe@5bd93106 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4265 nnparadisemod:emerald_spade com.NetherNoah.ParadiseMod.items.tools.emerald.emeraldSpade@761a429 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4266 nnparadisemod:emerald_hoe com.NetherNoah.ParadiseMod.items.tools.emerald.emeraldHoe@53de637a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4267 nnparadisemod:emerald_sword com.NetherNoah.ParadiseMod.items.tools.emerald.emeraldSword@42acca1a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4268 nnparadisemod:ruby_pickaxe com.NetherNoah.ParadiseMod.items.tools.ruby.rubyPickaxe@4a26a54b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4269 nnparadisemod:ruby_axe com.NetherNoah.ParadiseMod.items.tools.ruby.rubyAxe@159d2313 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4270 nnparadisemod:ruby_spade com.NetherNoah.ParadiseMod.items.tools.ruby.rubySpade@1e2f67e9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4271 nnparadisemod:ruby_hoe com.NetherNoah.ParadiseMod.items.tools.ruby.rubyHoe@7d151d89 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4272 nnparadisemod:ruby_sword com.NetherNoah.ParadiseMod.items.tools.ruby.rubySword@1dea0730 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4273 nnparadisemod:silver_pickaxe com.NetherNoah.ParadiseMod.items.tools.silver.silverPickaxe@285290a1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4274 nnparadisemod:silver_axe com.NetherNoah.ParadiseMod.items.tools.silver.silverAxe@64ed6bc8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4275 nnparadisemod:silver_spade com.NetherNoah.ParadiseMod.items.tools.silver.silverSpade@54eaf69d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4276 nnparadisemod:silver_hoe com.NetherNoah.ParadiseMod.items.tools.silver.silverHoe@6bc7eb0f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4277 nnparadisemod:silver_sword com.NetherNoah.ParadiseMod.items.tools.silver.silverSword@d5b9704 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4278 nnparadisemod:rusty_pickaxe com.NetherNoah.ParadiseMod.items.tools.rusty.rustyPickaxe@66af6b7b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4279 nnparadisemod:rusty_axe com.NetherNoah.ParadiseMod.items.tools.rusty.rustyAxe@f116270 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4280 nnparadisemod:rusty_spade com.NetherNoah.ParadiseMod.items.tools.rusty.rustySpade@300f715 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4281 nnparadisemod:rusty_hoe com.NetherNoah.ParadiseMod.items.tools.rusty.rustyHoe@400a5164 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4282 nnparadisemod:rusty_sword com.NetherNoah.ParadiseMod.items.tools.rusty.rustySword@1714fe69 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4283 nnparadisemod:obsidian_pickaxe com.NetherNoah.ParadiseMod.items.tools.obsidian.obsidianPickaxe@24e14ca6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4284 nnparadisemod:obsidian_axe com.NetherNoah.ParadiseMod.items.tools.obsidian.obsidianAxe@47174ef0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4285 nnparadisemod:obsidian_spade com.NetherNoah.ParadiseMod.items.tools.obsidian.obsidianSpade@4abf5165 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4286 nnparadisemod:obsidian_hoe com.NetherNoah.ParadiseMod.items.tools.obsidian.obsidianHoe@409b96d2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4287 nnparadisemod:obsidian_sword com.NetherNoah.ParadiseMod.items.tools.obsidian.obsidianSword@39eab380 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4288 nnparadisemod:cactus_pickaxe com.NetherNoah.ParadiseMod.items.tools.redstone.redstonePickaxe@29abba49 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4289 nnparadisemod:cactus_axe com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneAxe@3bdc9461 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4290 nnparadisemod:cactus_spade com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneSpade@2e13c72b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4291 nnparadisemod:cactus_hoe com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneHoe@14cd3858 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4292 nnparadisemod:cactus_sword com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneSword@cdf67f1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4293 nnparadisemod:redstone_pickaxe com.NetherNoah.ParadiseMod.items.tools.redstone.redstonePickaxe@29810fa0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4294 nnparadisemod:redstone_axe com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneAxe@54f3fd30 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4295 nnparadisemod:redstone_spade com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneSpade@460a31ce +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4296 nnparadisemod:redstone_hoe com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneHoe@311d2611 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4297 nnparadisemod:redstone_sword com.NetherNoah.ParadiseMod.items.tools.redstone.redstoneSword@10c0d39d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4298 nnparadisemod:emerald_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorEmerald@4c026825 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4299 nnparadisemod:emerald_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorEmerald@14f7e21a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4300 nnparadisemod:emerald_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorEmerald@2bd9722 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4301 nnparadisemod:emerald_boots com.NetherNoah.ParadiseMod.items.armor.ArmorEmerald@544cd64b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4302 nnparadisemod:silver_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorSilver@209c0be5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4303 nnparadisemod:silver_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorSilver@4ef69c53 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4304 nnparadisemod:silver_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorSilver@7cbaf548 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4305 nnparadisemod:silver_boots com.NetherNoah.ParadiseMod.items.armor.ArmorSilver@719a208f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4306 nnparadisemod:rusty_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorRusty@4b77d80e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4307 nnparadisemod:rusty_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorRusty@60cc749d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4308 nnparadisemod:rusty_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorRusty@40f2ae53 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4309 nnparadisemod:rusty_boots com.NetherNoah.ParadiseMod.items.armor.ArmorRusty@3f67d229 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4310 nnparadisemod:ruby_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorRuby@49ce2726 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4311 nnparadisemod:ruby_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorRuby@1c9b887a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4312 nnparadisemod:ruby_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorRuby@1dece75a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4313 nnparadisemod:ruby_boots com.NetherNoah.ParadiseMod.items.armor.ArmorRuby@797ec046 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4314 nnparadisemod:redstone_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorRedstone@129b75c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4315 nnparadisemod:redstone_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorRedstone@7b054614 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4316 nnparadisemod:redstone_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorRedstone@7476c5c2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4317 nnparadisemod:redstone_boots com.NetherNoah.ParadiseMod.items.armor.ArmorRedstone@3c75ffeb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4318 nnparadisemod:obsidian_helmet com.NetherNoah.ParadiseMod.items.armor.ArmorObsidian@214ef199 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4319 nnparadisemod:obsidian_chestplate com.NetherNoah.ParadiseMod.items.armor.ArmorObsidian@63d478a7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4320 nnparadisemod:obsidian_leggings com.NetherNoah.ParadiseMod.items.armor.ArmorObsidian@704d4991 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4321 nnparadisemod:obsidian_boots com.NetherNoah.ParadiseMod.items.armor.ArmorObsidian@512542aa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4322 nnparadisemod:ruby com.NetherNoah.ParadiseMod.items.ItemRuby@47e0e23f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4323 nnparadisemod:silver_ingot com.NetherNoah.ParadiseMod.items.SilverIngot@26b01384 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4324 nnparadisemod:rusty_door com.NetherNoah.ParadiseMod.items.doors.ItemRustyDoor@6c238208 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4325 nnparadisemod:cactus_door com.NetherNoah.ParadiseMod.items.doors.ItemCactusDoor@4e02800b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4326 nnparadisemod:glowing_obsidian_door com.NetherNoah.ParadiseMod.items.doors.ItemGlowingObsidianDoor@1898593 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4327 nnparadisemod:end_door com.NetherNoah.ParadiseMod.items.doors.ItemEndDoor@77e03d01 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4328 nnparadisemod:silver_door com.NetherNoah.ParadiseMod.items.doors.ItemSilverDoor@18b362c2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4329 nnparadisemod:glass_door com.NetherNoah.ParadiseMod.items.doors.ItemGlassDoor@48c2391 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4330 nnparadisemod:gold_door com.NetherNoah.ParadiseMod.items.doors.ItemGoldDoor@cfdd1c4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4331 nnparadisemod:diamond_door com.NetherNoah.ParadiseMod.items.doors.ItemDiamondDoor@b9f4b1f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4332 nnparadisemod:emerald_door com.NetherNoah.ParadiseMod.items.doors.ItemEmeraldDoor@3ebe4bbc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4333 nnparadisemod:andesite_door com.NetherNoah.ParadiseMod.items.doors.ItemAndesiteDoor@72b000e2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4334 nnparadisemod:diorite_door com.NetherNoah.ParadiseMod.items.doors.ItemDioriteDoor@1c825108 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4335 nnparadisemod:granite_door com.NetherNoah.ParadiseMod.items.doors.ItemGraniteDoor@5ed0d352 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4336 nnparadisemod:stone_door com.NetherNoah.ParadiseMod.items.doors.ItemStoneDoor@68d93913 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4337 nnparadisemod:cobblestone_door com.NetherNoah.ParadiseMod.items.doors.ItemCobblestoneDoor@37d05d32 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4338 nnparadisemod:moss_stone_door com.NetherNoah.ParadiseMod.items.doors.ItemMossStoneDoor@19c47103 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4339 nnparadisemod:obsidian_door com.NetherNoah.ParadiseMod.items.doors.ItemObsidianDoor@51b98798 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4340 nnparadisemod:bedrock_door com.NetherNoah.ParadiseMod.items.doors.ItemBedrockDoor@7590ce28 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4341 nnparadisemod:ruby_door com.NetherNoah.ParadiseMod.items.doors.ItemRubyDoor@278d2891 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4342 nnparadisemod:redstone_door com.NetherNoah.ParadiseMod.items.doors.ItemRedstoneDoor@2c94299a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4343 forge:bucketfilled net.minecraftforge.fluids.UniversalBucket@62a939cd +[18:27:06] [Server thread/TRACE] [FML]: Registry Name : minecraft:potions +[18:27:06] [Server thread/TRACE] [FML]: Registry: 1 minecraft:speed net.minecraft.potion.Potion@1da5c19d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2 minecraft:slowness net.minecraft.potion.Potion@3e4f2300 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 3 minecraft:haste net.minecraft.potion.Potion@e706aa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4 minecraft:mining_fatigue net.minecraft.potion.Potion@25e6c22a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 5 minecraft:strength net.minecraft.potion.PotionAttackDamage@edbc2bf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 6 minecraft:instant_health net.minecraft.potion.PotionHealth@6bf0f70a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 7 minecraft:instant_damage net.minecraft.potion.PotionHealth@5310e451 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 8 minecraft:jump_boost net.minecraft.potion.Potion@52d63b7e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 9 minecraft:nausea net.minecraft.potion.Potion@74830d73 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 10 minecraft:regeneration net.minecraft.potion.Potion@1827fc4e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 11 minecraft:resistance net.minecraft.potion.Potion@4c41a177 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 12 minecraft:fire_resistance net.minecraft.potion.Potion@2faf6e4a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 13 minecraft:water_breathing net.minecraft.potion.Potion@43ab0659 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 14 minecraft:invisibility net.minecraft.potion.Potion@644947ee +[18:27:06] [Server thread/TRACE] [FML]: Registry: 15 minecraft:blindness net.minecraft.potion.Potion@25421809 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 16 minecraft:night_vision net.minecraft.potion.Potion@714bffd5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 17 minecraft:hunger net.minecraft.potion.Potion@6ac9b66b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 18 minecraft:weakness net.minecraft.potion.PotionAttackDamage@4491eaeb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 19 minecraft:poison net.minecraft.potion.Potion@71262020 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 20 minecraft:wither net.minecraft.potion.Potion@5f3ddc86 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 21 minecraft:health_boost net.minecraft.potion.PotionHealthBoost@38e7860c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 22 minecraft:absorption net.minecraft.potion.PotionAbsorption@5891b7c5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 23 minecraft:saturation net.minecraft.potion.PotionHealth@4fc3529 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 24 minecraft:glowing net.minecraft.potion.Potion@38e46765 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 25 minecraft:levitation net.minecraft.potion.Potion@192f5f39 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 26 minecraft:luck net.minecraft.potion.Potion@4cd5fc46 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 27 minecraft:unluck net.minecraft.potion.Potion@2965dd88 +[18:27:06] [Server thread/TRACE] [FML]: Registry Name : minecraft:biomes +[18:27:06] [Server thread/TRACE] [FML]: Registry: 0 minecraft:ocean net.minecraft.world.biome.BiomeOcean@2a21cbe7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 1 minecraft:plains net.minecraft.world.biome.BiomePlains@4fbc516f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2 minecraft:desert net.minecraft.world.biome.BiomeDesert@25765a49 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 3 minecraft:extreme_hills net.minecraft.world.biome.BiomeHills@361fa478 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4 minecraft:forest net.minecraft.world.biome.BiomeForest@6247c08c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 5 minecraft:taiga net.minecraft.world.biome.BiomeTaiga@48f4264e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 6 minecraft:swampland net.minecraft.world.biome.BiomeSwamp@533d7c61 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 7 minecraft:river net.minecraft.world.biome.BiomeRiver@3a6b94b6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 8 minecraft:hell net.minecraft.world.biome.BiomeHell@5ea0a7a9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 9 minecraft:sky net.minecraft.world.biome.BiomeEnd@6f2a3b37 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 10 minecraft:frozen_ocean net.minecraft.world.biome.BiomeOcean@323b0632 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 11 minecraft:frozen_river net.minecraft.world.biome.BiomeRiver@7cd8831c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 12 minecraft:ice_flats net.minecraft.world.biome.BiomeSnow@50ef2906 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 13 minecraft:ice_mountains net.minecraft.world.biome.BiomeSnow@1f70bce5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 14 minecraft:mushroom_island net.minecraft.world.biome.BiomeMushroomIsland@16cb6f51 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 15 minecraft:mushroom_island_shore net.minecraft.world.biome.BiomeMushroomIsland@3fc5d397 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 16 minecraft:beaches net.minecraft.world.biome.BiomeBeach@57867d96 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 17 minecraft:desert_hills net.minecraft.world.biome.BiomeDesert@1a7a21d0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 18 minecraft:forest_hills net.minecraft.world.biome.BiomeForest@bb21063 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 19 minecraft:taiga_hills net.minecraft.world.biome.BiomeTaiga@6821c63c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 20 minecraft:smaller_extreme_hills net.minecraft.world.biome.BiomeHills@c2f7c63 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 21 minecraft:jungle net.minecraft.world.biome.BiomeJungle@fe156f4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 22 minecraft:jungle_hills net.minecraft.world.biome.BiomeJungle@79b4cff +[18:27:06] [Server thread/TRACE] [FML]: Registry: 23 minecraft:jungle_edge net.minecraft.world.biome.BiomeJungle@58ac0823 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 24 minecraft:deep_ocean net.minecraft.world.biome.BiomeOcean@2d705998 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 25 minecraft:stone_beach net.minecraft.world.biome.BiomeStoneBeach@7582a16b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 26 minecraft:cold_beach net.minecraft.world.biome.BiomeBeach@4dd752e8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 27 minecraft:birch_forest net.minecraft.world.biome.BiomeForest@62c46e53 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 28 minecraft:birch_forest_hills net.minecraft.world.biome.BiomeForest@55317c63 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 29 minecraft:roofed_forest net.minecraft.world.biome.BiomeForest@35d81657 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 30 minecraft:taiga_cold net.minecraft.world.biome.BiomeTaiga@42ef5216 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 31 minecraft:taiga_cold_hills net.minecraft.world.biome.BiomeTaiga@3180aee +[18:27:06] [Server thread/TRACE] [FML]: Registry: 32 minecraft:redwood_taiga net.minecraft.world.biome.BiomeTaiga@5d94ac8a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 33 minecraft:redwood_taiga_hills net.minecraft.world.biome.BiomeTaiga@288b73c1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 34 minecraft:extreme_hills_with_trees net.minecraft.world.biome.BiomeHills@104cfb24 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 35 minecraft:savanna net.minecraft.world.biome.BiomeSavanna@2bc8caa7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 36 minecraft:savanna_rock net.minecraft.world.biome.BiomeSavanna@582ea164 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 37 minecraft:mesa net.minecraft.world.biome.BiomeMesa@72646d16 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 38 minecraft:mesa_rock net.minecraft.world.biome.BiomeMesa@6ec2d990 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 39 minecraft:mesa_clear_rock net.minecraft.world.biome.BiomeMesa@1cfa7ee0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 127 minecraft:void net.minecraft.world.biome.BiomeVoid@7736c41e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 129 minecraft:mutated_plains net.minecraft.world.biome.BiomePlains@5f911d24 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 130 minecraft:mutated_desert net.minecraft.world.biome.BiomeDesert@3de383f7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 131 minecraft:mutated_extreme_hills net.minecraft.world.biome.BiomeHills@33ccead +[18:27:06] [Server thread/TRACE] [FML]: Registry: 132 minecraft:mutated_forest net.minecraft.world.biome.BiomeForest@42ebece0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 133 minecraft:mutated_taiga net.minecraft.world.biome.BiomeTaiga@15c4b1a4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 134 minecraft:mutated_swampland net.minecraft.world.biome.BiomeSwamp@341964d0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 140 minecraft:mutated_ice_flats net.minecraft.world.biome.BiomeSnow@51b59d58 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 149 minecraft:mutated_jungle net.minecraft.world.biome.BiomeJungle@4ca4f762 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 151 minecraft:mutated_jungle_edge net.minecraft.world.biome.BiomeJungle@7c5d36c3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 155 minecraft:mutated_birch_forest net.minecraft.world.biome.BiomeForestMutated@7ebfe01a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 156 minecraft:mutated_birch_forest_hills net.minecraft.world.biome.BiomeForestMutated@154b0748 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 157 minecraft:mutated_roofed_forest net.minecraft.world.biome.BiomeForest@35c00c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 158 minecraft:mutated_taiga_cold net.minecraft.world.biome.BiomeTaiga@6cd7dc74 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 160 minecraft:mutated_redwood_taiga net.minecraft.world.biome.BiomeTaiga@6d695ec4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 161 minecraft:mutated_redwood_taiga_hills net.minecraft.world.biome.BiomeTaiga@20556566 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 162 minecraft:mutated_extreme_hills_with_trees net.minecraft.world.biome.BiomeHills@e4ef4c0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 163 minecraft:mutated_savanna net.minecraft.world.biome.BiomeSavannaMutated@7b10472e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 164 minecraft:mutated_savanna_rock net.minecraft.world.biome.BiomeSavannaMutated@70e5737f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 165 minecraft:mutated_mesa net.minecraft.world.biome.BiomeMesa@9746157 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 166 minecraft:mutated_mesa_rock net.minecraft.world.biome.BiomeMesa@10ad95cd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 167 minecraft:mutated_mesa_clear_rock net.minecraft.world.biome.BiomeMesa@69fd99c1 +[18:27:06] [Server thread/TRACE] [FML]: Registry Name : minecraft:soundevents +[18:27:06] [Server thread/TRACE] [FML]: Registry: 0 minecraft:ambient.cave net.minecraft.util.SoundEvent@1a3e8e24 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 1 minecraft:block.anvil.break net.minecraft.util.SoundEvent@3bc4ef12 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2 minecraft:block.anvil.destroy net.minecraft.util.SoundEvent@50448409 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 3 minecraft:block.anvil.fall net.minecraft.util.SoundEvent@5634a861 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4 minecraft:block.anvil.hit net.minecraft.util.SoundEvent@2b0dc227 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 5 minecraft:block.anvil.land net.minecraft.util.SoundEvent@37ad042b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 6 minecraft:block.anvil.place net.minecraft.util.SoundEvent@43bdaa1b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 7 minecraft:block.anvil.step net.minecraft.util.SoundEvent@30b975ad +[18:27:06] [Server thread/TRACE] [FML]: Registry: 8 minecraft:block.anvil.use net.minecraft.util.SoundEvent@75e09567 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 9 minecraft:block.brewing_stand.brew net.minecraft.util.SoundEvent@2a334bac +[18:27:06] [Server thread/TRACE] [FML]: Registry: 10 minecraft:block.chest.close net.minecraft.util.SoundEvent@470d183 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 11 minecraft:block.chest.locked net.minecraft.util.SoundEvent@7f9fc8bd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 12 minecraft:block.chest.open net.minecraft.util.SoundEvent@ea52184 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 13 minecraft:block.chorus_flower.death net.minecraft.util.SoundEvent@3e7b65d7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 14 minecraft:block.chorus_flower.grow net.minecraft.util.SoundEvent@3c854752 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 15 minecraft:block.cloth.break net.minecraft.util.SoundEvent@3ddeaa5f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 16 minecraft:block.cloth.fall net.minecraft.util.SoundEvent@1a500561 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 17 minecraft:block.cloth.hit net.minecraft.util.SoundEvent@7f608e21 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 18 minecraft:block.cloth.place net.minecraft.util.SoundEvent@6949e948 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 19 minecraft:block.cloth.step net.minecraft.util.SoundEvent@210d2a6c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 20 minecraft:block.comparator.click net.minecraft.util.SoundEvent@3bec5821 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 21 minecraft:block.dispenser.dispense net.minecraft.util.SoundEvent@4086d8fb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 22 minecraft:block.dispenser.fail net.minecraft.util.SoundEvent@66236a0a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 23 minecraft:block.dispenser.launch net.minecraft.util.SoundEvent@2e3572e8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 24 minecraft:block.enchantment_table.use net.minecraft.util.SoundEvent@77c10a5f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 25 minecraft:block.end_gateway.spawn net.minecraft.util.SoundEvent@176555c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 26 minecraft:block.end_portal.spawn net.minecraft.util.SoundEvent@7c781c42 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 27 minecraft:block.end_portal_frame.fill net.minecraft.util.SoundEvent@795f8317 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 28 minecraft:block.enderchest.close net.minecraft.util.SoundEvent@633fd91 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 29 minecraft:block.enderchest.open net.minecraft.util.SoundEvent@355c94be +[18:27:06] [Server thread/TRACE] [FML]: Registry: 30 minecraft:block.fence_gate.close net.minecraft.util.SoundEvent@97a145b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 31 minecraft:block.fence_gate.open net.minecraft.util.SoundEvent@c386958 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 32 minecraft:block.fire.ambient net.minecraft.util.SoundEvent@157ec23b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 33 minecraft:block.fire.extinguish net.minecraft.util.SoundEvent@44d64d4e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 34 minecraft:block.furnace.fire_crackle net.minecraft.util.SoundEvent@1dd74143 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 35 minecraft:block.glass.break net.minecraft.util.SoundEvent@526a9908 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 36 minecraft:block.glass.fall net.minecraft.util.SoundEvent@3166f664 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 37 minecraft:block.glass.hit net.minecraft.util.SoundEvent@47ac613b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 38 minecraft:block.glass.place net.minecraft.util.SoundEvent@60d6fdd4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 39 minecraft:block.glass.step net.minecraft.util.SoundEvent@66f28a1f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 40 minecraft:block.grass.break net.minecraft.util.SoundEvent@60a19573 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 41 minecraft:block.grass.fall net.minecraft.util.SoundEvent@44a085e5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 42 minecraft:block.grass.hit net.minecraft.util.SoundEvent@134ff8f8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 43 minecraft:block.grass.place net.minecraft.util.SoundEvent@619f2afc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 44 minecraft:block.grass.step net.minecraft.util.SoundEvent@df921b1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 45 minecraft:block.gravel.break net.minecraft.util.SoundEvent@4db60246 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 46 minecraft:block.gravel.fall net.minecraft.util.SoundEvent@2152ab30 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 47 minecraft:block.gravel.hit net.minecraft.util.SoundEvent@3902bd2c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 48 minecraft:block.gravel.place net.minecraft.util.SoundEvent@7d32e714 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 49 minecraft:block.gravel.step net.minecraft.util.SoundEvent@eb6ec6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 50 minecraft:block.iron_door.close net.minecraft.util.SoundEvent@34d45ec0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 51 minecraft:block.iron_door.open net.minecraft.util.SoundEvent@18137eab +[18:27:06] [Server thread/TRACE] [FML]: Registry: 52 minecraft:block.iron_trapdoor.close net.minecraft.util.SoundEvent@727320fa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 53 minecraft:block.iron_trapdoor.open net.minecraft.util.SoundEvent@2935fd2c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 54 minecraft:block.ladder.break net.minecraft.util.SoundEvent@3f018494 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 55 minecraft:block.ladder.fall net.minecraft.util.SoundEvent@3ce443f9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 56 minecraft:block.ladder.hit net.minecraft.util.SoundEvent@57fbc06f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 57 minecraft:block.ladder.place net.minecraft.util.SoundEvent@51a18b21 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 58 minecraft:block.ladder.step net.minecraft.util.SoundEvent@62b790a5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 59 minecraft:block.lava.ambient net.minecraft.util.SoundEvent@7c52fc81 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 60 minecraft:block.lava.extinguish net.minecraft.util.SoundEvent@7523a3dc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 61 minecraft:block.lava.pop net.minecraft.util.SoundEvent@2806d6da +[18:27:06] [Server thread/TRACE] [FML]: Registry: 62 minecraft:block.lever.click net.minecraft.util.SoundEvent@766a49c7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 63 minecraft:block.metal.break net.minecraft.util.SoundEvent@1db7157f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 64 minecraft:block.metal.fall net.minecraft.util.SoundEvent@75e27856 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 65 minecraft:block.metal.hit net.minecraft.util.SoundEvent@6bccd036 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 66 minecraft:block.metal.place net.minecraft.util.SoundEvent@4f4c88f9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 67 minecraft:block.metal.step net.minecraft.util.SoundEvent@6a756082 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 68 minecraft:block.metal_pressureplate.click_off net.minecraft.util.SoundEvent@cb39552 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 69 minecraft:block.metal_pressureplate.click_on net.minecraft.util.SoundEvent@1f3b992 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 70 minecraft:block.note.basedrum net.minecraft.util.SoundEvent@2a53f215 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 71 minecraft:block.note.bass net.minecraft.util.SoundEvent@6b63e6ad +[18:27:06] [Server thread/TRACE] [FML]: Registry: 72 minecraft:block.note.bell net.minecraft.util.SoundEvent@7beae796 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 73 minecraft:block.note.chime net.minecraft.util.SoundEvent@6749fe50 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 74 minecraft:block.note.flute net.minecraft.util.SoundEvent@52bf7bf6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 75 minecraft:block.note.guitar net.minecraft.util.SoundEvent@261db982 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 76 minecraft:block.note.harp net.minecraft.util.SoundEvent@ae73c80 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 77 minecraft:block.note.hat net.minecraft.util.SoundEvent@22f4f8f2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 78 minecraft:block.note.pling net.minecraft.util.SoundEvent@bbd4791 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 79 minecraft:block.note.snare net.minecraft.util.SoundEvent@40a72ecd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 80 minecraft:block.note.xylophone net.minecraft.util.SoundEvent@73971965 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 81 minecraft:block.piston.contract net.minecraft.util.SoundEvent@76a14c8d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 82 minecraft:block.piston.extend net.minecraft.util.SoundEvent@17410c07 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 83 minecraft:block.portal.ambient net.minecraft.util.SoundEvent@6ee99964 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 84 minecraft:block.portal.travel net.minecraft.util.SoundEvent@257ef9ed +[18:27:06] [Server thread/TRACE] [FML]: Registry: 85 minecraft:block.portal.trigger net.minecraft.util.SoundEvent@59c70ceb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 86 minecraft:block.redstone_torch.burnout net.minecraft.util.SoundEvent@46f902e0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 87 minecraft:block.sand.break net.minecraft.util.SoundEvent@64f981e2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 88 minecraft:block.sand.fall net.minecraft.util.SoundEvent@361abd01 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 89 minecraft:block.sand.hit net.minecraft.util.SoundEvent@575b5f7d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 90 minecraft:block.sand.place net.minecraft.util.SoundEvent@59bbb974 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 91 minecraft:block.sand.step net.minecraft.util.SoundEvent@7165d530 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 92 minecraft:block.shulker_box.close net.minecraft.util.SoundEvent@12f49ca8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 93 minecraft:block.shulker_box.open net.minecraft.util.SoundEvent@1fd9893c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 94 minecraft:block.slime.break net.minecraft.util.SoundEvent@1b2df3aa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 95 minecraft:block.slime.fall net.minecraft.util.SoundEvent@44be69aa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 96 minecraft:block.slime.hit net.minecraft.util.SoundEvent@7219ac49 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 97 minecraft:block.slime.place net.minecraft.util.SoundEvent@21da4b5f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 98 minecraft:block.slime.step net.minecraft.util.SoundEvent@551e4c6d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 99 minecraft:block.snow.break net.minecraft.util.SoundEvent@625a9c5d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 100 minecraft:block.snow.fall net.minecraft.util.SoundEvent@5d1e0fbb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 101 minecraft:block.snow.hit net.minecraft.util.SoundEvent@2eed37f4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 102 minecraft:block.snow.place net.minecraft.util.SoundEvent@9b76b60 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 103 minecraft:block.snow.step net.minecraft.util.SoundEvent@3fb9a67f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 104 minecraft:block.stone.break net.minecraft.util.SoundEvent@127705e4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 105 minecraft:block.stone.fall net.minecraft.util.SoundEvent@5562c2c9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 106 minecraft:block.stone.hit net.minecraft.util.SoundEvent@673c4f6e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 107 minecraft:block.stone.place net.minecraft.util.SoundEvent@15c487a8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 108 minecraft:block.stone.step net.minecraft.util.SoundEvent@3f36e8d1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 109 minecraft:block.stone_button.click_off net.minecraft.util.SoundEvent@7c011174 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 110 minecraft:block.stone_button.click_on net.minecraft.util.SoundEvent@794366a5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 111 minecraft:block.stone_pressureplate.click_off net.minecraft.util.SoundEvent@480b57e2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 112 minecraft:block.stone_pressureplate.click_on net.minecraft.util.SoundEvent@40f35e52 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 113 minecraft:block.tripwire.attach net.minecraft.util.SoundEvent@340d6d89 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 114 minecraft:block.tripwire.click_off net.minecraft.util.SoundEvent@561953e3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 115 minecraft:block.tripwire.click_on net.minecraft.util.SoundEvent@443faa85 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 116 minecraft:block.tripwire.detach net.minecraft.util.SoundEvent@1ee47d9e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 117 minecraft:block.water.ambient net.minecraft.util.SoundEvent@41da3aee +[18:27:06] [Server thread/TRACE] [FML]: Registry: 118 minecraft:block.waterlily.place net.minecraft.util.SoundEvent@5dc0ff7d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 119 minecraft:block.wood.break net.minecraft.util.SoundEvent@64920dc2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 120 minecraft:block.wood.fall net.minecraft.util.SoundEvent@59a79443 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 121 minecraft:block.wood.hit net.minecraft.util.SoundEvent@493ac8d3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 122 minecraft:block.wood.place net.minecraft.util.SoundEvent@13dbed9e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 123 minecraft:block.wood.step net.minecraft.util.SoundEvent@67531e3a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 124 minecraft:block.wood_button.click_off net.minecraft.util.SoundEvent@2b38b1f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 125 minecraft:block.wood_button.click_on net.minecraft.util.SoundEvent@1d50a7ca +[18:27:06] [Server thread/TRACE] [FML]: Registry: 126 minecraft:block.wood_pressureplate.click_off net.minecraft.util.SoundEvent@51ab1ee3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 127 minecraft:block.wood_pressureplate.click_on net.minecraft.util.SoundEvent@2e766822 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 128 minecraft:block.wooden_door.close net.minecraft.util.SoundEvent@3003e580 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 129 minecraft:block.wooden_door.open net.minecraft.util.SoundEvent@28757abd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 130 minecraft:block.wooden_trapdoor.close net.minecraft.util.SoundEvent@21a02556 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 131 minecraft:block.wooden_trapdoor.open net.minecraft.util.SoundEvent@3c8a7e38 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 132 minecraft:enchant.thorns.hit net.minecraft.util.SoundEvent@138aa3cc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 133 minecraft:entity.armorstand.break net.minecraft.util.SoundEvent@10a98392 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 134 minecraft:entity.armorstand.fall net.minecraft.util.SoundEvent@30839e44 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 135 minecraft:entity.armorstand.hit net.minecraft.util.SoundEvent@5f174dd2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 136 minecraft:entity.armorstand.place net.minecraft.util.SoundEvent@1945113f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 137 minecraft:entity.arrow.hit net.minecraft.util.SoundEvent@45aca496 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 138 minecraft:entity.arrow.hit_player net.minecraft.util.SoundEvent@697173d9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 139 minecraft:entity.arrow.shoot net.minecraft.util.SoundEvent@ceddaf8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 140 minecraft:entity.bat.ambient net.minecraft.util.SoundEvent@3d90eeb3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 141 minecraft:entity.bat.death net.minecraft.util.SoundEvent@1db87583 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 142 minecraft:entity.bat.hurt net.minecraft.util.SoundEvent@7fb53256 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 143 minecraft:entity.bat.loop net.minecraft.util.SoundEvent@1d6d1d42 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 144 minecraft:entity.bat.takeoff net.minecraft.util.SoundEvent@27329d2a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 145 minecraft:entity.blaze.ambient net.minecraft.util.SoundEvent@7978e022 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 146 minecraft:entity.blaze.burn net.minecraft.util.SoundEvent@2f894ad9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 147 minecraft:entity.blaze.death net.minecraft.util.SoundEvent@5afbd567 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 148 minecraft:entity.blaze.hurt net.minecraft.util.SoundEvent@6993c8df +[18:27:06] [Server thread/TRACE] [FML]: Registry: 149 minecraft:entity.blaze.shoot net.minecraft.util.SoundEvent@57545c3f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 150 minecraft:entity.boat.paddle_land net.minecraft.util.SoundEvent@326e0b8e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 151 minecraft:entity.boat.paddle_water net.minecraft.util.SoundEvent@36baa049 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 152 minecraft:entity.bobber.retrieve net.minecraft.util.SoundEvent@41184371 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 153 minecraft:entity.bobber.splash net.minecraft.util.SoundEvent@34585ac9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 154 minecraft:entity.bobber.throw net.minecraft.util.SoundEvent@76a805b7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 155 minecraft:entity.cat.ambient net.minecraft.util.SoundEvent@15f35bc3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 156 minecraft:entity.cat.death net.minecraft.util.SoundEvent@167381c7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 157 minecraft:entity.cat.hiss net.minecraft.util.SoundEvent@608b1fd2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 158 minecraft:entity.cat.hurt net.minecraft.util.SoundEvent@56382bc9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 159 minecraft:entity.cat.purr net.minecraft.util.SoundEvent@591a4f8e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 160 minecraft:entity.cat.purreow net.minecraft.util.SoundEvent@53ed80d3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 161 minecraft:entity.chicken.ambient net.minecraft.util.SoundEvent@6ba060f3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 162 minecraft:entity.chicken.death net.minecraft.util.SoundEvent@7c51782d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 163 minecraft:entity.chicken.egg net.minecraft.util.SoundEvent@77bc2e16 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 164 minecraft:entity.chicken.hurt net.minecraft.util.SoundEvent@48e8c32a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 165 minecraft:entity.chicken.step net.minecraft.util.SoundEvent@20a7953c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 166 minecraft:entity.cow.ambient net.minecraft.util.SoundEvent@57c00115 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 167 minecraft:entity.cow.death net.minecraft.util.SoundEvent@411a5965 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 168 minecraft:entity.cow.hurt net.minecraft.util.SoundEvent@4fe533ff +[18:27:06] [Server thread/TRACE] [FML]: Registry: 169 minecraft:entity.cow.milk net.minecraft.util.SoundEvent@5377414a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 170 minecraft:entity.cow.step net.minecraft.util.SoundEvent@4e83a98 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 171 minecraft:entity.creeper.death net.minecraft.util.SoundEvent@17aa8a11 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 172 minecraft:entity.creeper.hurt net.minecraft.util.SoundEvent@71b639d0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 173 minecraft:entity.creeper.primed net.minecraft.util.SoundEvent@18a25bbd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 174 minecraft:entity.donkey.ambient net.minecraft.util.SoundEvent@5d5b9ecb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 175 minecraft:entity.donkey.angry net.minecraft.util.SoundEvent@1ee27d73 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 176 minecraft:entity.donkey.chest net.minecraft.util.SoundEvent@5e5aafc6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 177 minecraft:entity.donkey.death net.minecraft.util.SoundEvent@542f6803 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 178 minecraft:entity.donkey.hurt net.minecraft.util.SoundEvent@5583098b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 179 minecraft:entity.egg.throw net.minecraft.util.SoundEvent@5807efad +[18:27:06] [Server thread/TRACE] [FML]: Registry: 180 minecraft:entity.elder_guardian.ambient net.minecraft.util.SoundEvent@53a84ff4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 181 minecraft:entity.elder_guardian.ambient_land net.minecraft.util.SoundEvent@7ce85af2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 182 minecraft:entity.elder_guardian.curse net.minecraft.util.SoundEvent@316acbb5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 183 minecraft:entity.elder_guardian.death net.minecraft.util.SoundEvent@56f730b2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 184 minecraft:entity.elder_guardian.death_land net.minecraft.util.SoundEvent@47311277 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 185 minecraft:entity.elder_guardian.flop net.minecraft.util.SoundEvent@7930ffa9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 186 minecraft:entity.elder_guardian.hurt net.minecraft.util.SoundEvent@1e60b459 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 187 minecraft:entity.elder_guardian.hurt_land net.minecraft.util.SoundEvent@717d7587 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 188 minecraft:entity.enderdragon.ambient net.minecraft.util.SoundEvent@3e906375 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 189 minecraft:entity.enderdragon.death net.minecraft.util.SoundEvent@40230eb9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 190 minecraft:entity.enderdragon.flap net.minecraft.util.SoundEvent@5b7aa898 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 191 minecraft:entity.enderdragon.growl net.minecraft.util.SoundEvent@41b13f3d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 192 minecraft:entity.enderdragon.hurt net.minecraft.util.SoundEvent@7c0777b5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 193 minecraft:entity.enderdragon.shoot net.minecraft.util.SoundEvent@2489e84a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 194 minecraft:entity.enderdragon_fireball.explode net.minecraft.util.SoundEvent@2a39aa2b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 195 minecraft:entity.endereye.death net.minecraft.util.SoundEvent@62b93086 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 196 minecraft:entity.endereye.launch net.minecraft.util.SoundEvent@254449bb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 197 minecraft:entity.endermen.ambient net.minecraft.util.SoundEvent@4e642ee1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 198 minecraft:entity.endermen.death net.minecraft.util.SoundEvent@29ebbdf4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 199 minecraft:entity.endermen.hurt net.minecraft.util.SoundEvent@2fd954f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 200 minecraft:entity.endermen.scream net.minecraft.util.SoundEvent@5731d3a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 201 minecraft:entity.endermen.stare net.minecraft.util.SoundEvent@6a0f2853 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 202 minecraft:entity.endermen.teleport net.minecraft.util.SoundEvent@1eff3cfb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 203 minecraft:entity.endermite.ambient net.minecraft.util.SoundEvent@70c69586 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 204 minecraft:entity.endermite.death net.minecraft.util.SoundEvent@6dc1dc69 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 205 minecraft:entity.endermite.hurt net.minecraft.util.SoundEvent@7e9f2c32 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 206 minecraft:entity.endermite.step net.minecraft.util.SoundEvent@19e0dffe +[18:27:06] [Server thread/TRACE] [FML]: Registry: 207 minecraft:entity.enderpearl.throw net.minecraft.util.SoundEvent@5d4e13e1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 208 minecraft:entity.evocation_fangs.attack net.minecraft.util.SoundEvent@3e0fbeb5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 209 minecraft:entity.evocation_illager.ambient net.minecraft.util.SoundEvent@3976ebfa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 210 minecraft:entity.evocation_illager.cast_spell net.minecraft.util.SoundEvent@2676dc05 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 211 minecraft:entity.evocation_illager.death net.minecraft.util.SoundEvent@b0a1231 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 212 minecraft:entity.evocation_illager.hurt net.minecraft.util.SoundEvent@4833eff3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 213 minecraft:entity.evocation_illager.prepare_attack net.minecraft.util.SoundEvent@4694f434 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 214 minecraft:entity.evocation_illager.prepare_summon net.minecraft.util.SoundEvent@56928e17 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 215 minecraft:entity.evocation_illager.prepare_wololo net.minecraft.util.SoundEvent@dd2856e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 216 minecraft:entity.experience_bottle.throw net.minecraft.util.SoundEvent@5a49af50 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 217 minecraft:entity.experience_orb.pickup net.minecraft.util.SoundEvent@3b1dc579 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 218 minecraft:entity.firework.blast net.minecraft.util.SoundEvent@793d163b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 219 minecraft:entity.firework.blast_far net.minecraft.util.SoundEvent@60dd0587 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 220 minecraft:entity.firework.large_blast net.minecraft.util.SoundEvent@77f905e3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 221 minecraft:entity.firework.large_blast_far net.minecraft.util.SoundEvent@221a2068 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 222 minecraft:entity.firework.launch net.minecraft.util.SoundEvent@338766de +[18:27:06] [Server thread/TRACE] [FML]: Registry: 223 minecraft:entity.firework.shoot net.minecraft.util.SoundEvent@3b7eac14 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 224 minecraft:entity.firework.twinkle net.minecraft.util.SoundEvent@4976085 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 225 minecraft:entity.firework.twinkle_far net.minecraft.util.SoundEvent@777d191f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 226 minecraft:entity.generic.big_fall net.minecraft.util.SoundEvent@7fc420b8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 227 minecraft:entity.generic.burn net.minecraft.util.SoundEvent@31142d58 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 228 minecraft:entity.generic.death net.minecraft.util.SoundEvent@e38f0b7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 229 minecraft:entity.generic.drink net.minecraft.util.SoundEvent@1192b58e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 230 minecraft:entity.generic.eat net.minecraft.util.SoundEvent@4f8d86e4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 231 minecraft:entity.generic.explode net.minecraft.util.SoundEvent@5f631ca0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 232 minecraft:entity.generic.extinguish_fire net.minecraft.util.SoundEvent@1697f2b3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 233 minecraft:entity.generic.hurt net.minecraft.util.SoundEvent@12ad1b2a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 234 minecraft:entity.generic.small_fall net.minecraft.util.SoundEvent@3134153d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 235 minecraft:entity.generic.splash net.minecraft.util.SoundEvent@767599a7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 236 minecraft:entity.generic.swim net.minecraft.util.SoundEvent@5f5effb0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 237 minecraft:entity.ghast.ambient net.minecraft.util.SoundEvent@25d0cb3a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 238 minecraft:entity.ghast.death net.minecraft.util.SoundEvent@345cbf40 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 239 minecraft:entity.ghast.hurt net.minecraft.util.SoundEvent@6e3eb0cd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 240 minecraft:entity.ghast.scream net.minecraft.util.SoundEvent@463561c5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 241 minecraft:entity.ghast.shoot net.minecraft.util.SoundEvent@659feb22 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 242 minecraft:entity.ghast.warn net.minecraft.util.SoundEvent@3468ee6e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 243 minecraft:entity.guardian.ambient net.minecraft.util.SoundEvent@2f4b98f6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 244 minecraft:entity.guardian.ambient_land net.minecraft.util.SoundEvent@421def93 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 245 minecraft:entity.guardian.attack net.minecraft.util.SoundEvent@58c1da09 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 246 minecraft:entity.guardian.death net.minecraft.util.SoundEvent@2b2954e1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 247 minecraft:entity.guardian.death_land net.minecraft.util.SoundEvent@58d6e55a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 248 minecraft:entity.guardian.flop net.minecraft.util.SoundEvent@751ae8a4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 249 minecraft:entity.guardian.hurt net.minecraft.util.SoundEvent@235d659c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 250 minecraft:entity.guardian.hurt_land net.minecraft.util.SoundEvent@4232b34a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 251 minecraft:entity.horse.ambient net.minecraft.util.SoundEvent@2da16263 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 252 minecraft:entity.horse.angry net.minecraft.util.SoundEvent@f5ce0bb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 253 minecraft:entity.horse.armor net.minecraft.util.SoundEvent@47e51549 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 254 minecraft:entity.horse.breathe net.minecraft.util.SoundEvent@101a461c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 255 minecraft:entity.horse.death net.minecraft.util.SoundEvent@360e9c06 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 256 minecraft:entity.horse.eat net.minecraft.util.SoundEvent@5ebffb44 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 257 minecraft:entity.horse.gallop net.minecraft.util.SoundEvent@311ff287 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 258 minecraft:entity.horse.hurt net.minecraft.util.SoundEvent@7377781e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 259 minecraft:entity.horse.jump net.minecraft.util.SoundEvent@31db34da +[18:27:06] [Server thread/TRACE] [FML]: Registry: 260 minecraft:entity.horse.land net.minecraft.util.SoundEvent@109f8c7e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 261 minecraft:entity.horse.saddle net.minecraft.util.SoundEvent@5edacf20 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 262 minecraft:entity.horse.step net.minecraft.util.SoundEvent@16a5eb6d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 263 minecraft:entity.horse.step_wood net.minecraft.util.SoundEvent@7e307087 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 264 minecraft:entity.hostile.big_fall net.minecraft.util.SoundEvent@1220ef43 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 265 minecraft:entity.hostile.death net.minecraft.util.SoundEvent@1a8b81e8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 266 minecraft:entity.hostile.hurt net.minecraft.util.SoundEvent@234cff57 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 267 minecraft:entity.hostile.small_fall net.minecraft.util.SoundEvent@5e8507f1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 268 minecraft:entity.hostile.splash net.minecraft.util.SoundEvent@4bcaa195 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 269 minecraft:entity.hostile.swim net.minecraft.util.SoundEvent@d08edc5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 270 minecraft:entity.husk.ambient net.minecraft.util.SoundEvent@49fa1d74 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 271 minecraft:entity.husk.death net.minecraft.util.SoundEvent@3f362135 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 272 minecraft:entity.husk.hurt net.minecraft.util.SoundEvent@21eee94f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 273 minecraft:entity.husk.step net.minecraft.util.SoundEvent@6bc24e72 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 274 minecraft:entity.illusion_illager.ambient net.minecraft.util.SoundEvent@724aefc3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 275 minecraft:entity.illusion_illager.cast_spell net.minecraft.util.SoundEvent@7cfb4736 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 276 minecraft:entity.illusion_illager.death net.minecraft.util.SoundEvent@2a097d77 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 277 minecraft:entity.illusion_illager.hurt net.minecraft.util.SoundEvent@53c1179a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 278 minecraft:entity.illusion_illager.mirror_move net.minecraft.util.SoundEvent@7650ded6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 279 minecraft:entity.illusion_illager.prepare_blindness net.minecraft.util.SoundEvent@5034f5dd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 280 minecraft:entity.illusion_illager.prepare_mirror net.minecraft.util.SoundEvent@31b7d869 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 281 minecraft:entity.irongolem.attack net.minecraft.util.SoundEvent@6a916402 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 282 minecraft:entity.irongolem.death net.minecraft.util.SoundEvent@1a47a1e8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 283 minecraft:entity.irongolem.hurt net.minecraft.util.SoundEvent@6d2a2560 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 284 minecraft:entity.irongolem.step net.minecraft.util.SoundEvent@62d1dc3c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 285 minecraft:entity.item.break net.minecraft.util.SoundEvent@3811510 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 286 minecraft:entity.item.pickup net.minecraft.util.SoundEvent@24eeac69 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 287 minecraft:entity.itemframe.add_item net.minecraft.util.SoundEvent@18539cb1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 288 minecraft:entity.itemframe.break net.minecraft.util.SoundEvent@748f93bb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 289 minecraft:entity.itemframe.place net.minecraft.util.SoundEvent@7f2d31af +[18:27:06] [Server thread/TRACE] [FML]: Registry: 290 minecraft:entity.itemframe.remove_item net.minecraft.util.SoundEvent@2e7157c7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 291 minecraft:entity.itemframe.rotate_item net.minecraft.util.SoundEvent@2a43e0ac +[18:27:06] [Server thread/TRACE] [FML]: Registry: 292 minecraft:entity.leashknot.break net.minecraft.util.SoundEvent@22d9bc14 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 293 minecraft:entity.leashknot.place net.minecraft.util.SoundEvent@346f41a9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 294 minecraft:entity.lightning.impact net.minecraft.util.SoundEvent@1084f78c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 295 minecraft:entity.lightning.thunder net.minecraft.util.SoundEvent@25f723b0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 296 minecraft:entity.lingeringpotion.throw net.minecraft.util.SoundEvent@4aa11206 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 297 minecraft:entity.llama.ambient net.minecraft.util.SoundEvent@40d60f2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 298 minecraft:entity.llama.angry net.minecraft.util.SoundEvent@3382cf68 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 299 minecraft:entity.llama.chest net.minecraft.util.SoundEvent@2f74900b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 300 minecraft:entity.llama.death net.minecraft.util.SoundEvent@6d8796c1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 301 minecraft:entity.llama.eat net.minecraft.util.SoundEvent@2e26173 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 302 minecraft:entity.llama.hurt net.minecraft.util.SoundEvent@27be17c8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 303 minecraft:entity.llama.spit net.minecraft.util.SoundEvent@2c413ffc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 304 minecraft:entity.llama.step net.minecraft.util.SoundEvent@7d21852b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 305 minecraft:entity.llama.swag net.minecraft.util.SoundEvent@6cd98a05 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 306 minecraft:entity.magmacube.death net.minecraft.util.SoundEvent@3b8ec001 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 307 minecraft:entity.magmacube.hurt net.minecraft.util.SoundEvent@1e95b653 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 308 minecraft:entity.magmacube.jump net.minecraft.util.SoundEvent@6f6c6077 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 309 minecraft:entity.magmacube.squish net.minecraft.util.SoundEvent@4fc5563d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 310 minecraft:entity.minecart.inside net.minecraft.util.SoundEvent@286090c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 311 minecraft:entity.minecart.riding net.minecraft.util.SoundEvent@31120021 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 312 minecraft:entity.mooshroom.shear net.minecraft.util.SoundEvent@3df1a1ac +[18:27:06] [Server thread/TRACE] [FML]: Registry: 313 minecraft:entity.mule.ambient net.minecraft.util.SoundEvent@58606c91 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 314 minecraft:entity.mule.chest net.minecraft.util.SoundEvent@6a9cd0f8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 315 minecraft:entity.mule.death net.minecraft.util.SoundEvent@4baed682 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 316 minecraft:entity.mule.hurt net.minecraft.util.SoundEvent@7be2f29a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 317 minecraft:entity.painting.break net.minecraft.util.SoundEvent@203d1d93 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 318 minecraft:entity.painting.place net.minecraft.util.SoundEvent@2c2a027c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 319 minecraft:entity.parrot.ambient net.minecraft.util.SoundEvent@118dcbbd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 320 minecraft:entity.parrot.death net.minecraft.util.SoundEvent@7d979d34 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 321 minecraft:entity.parrot.eat net.minecraft.util.SoundEvent@350ec690 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 322 minecraft:entity.parrot.fly net.minecraft.util.SoundEvent@49cb1baf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 323 minecraft:entity.parrot.hurt net.minecraft.util.SoundEvent@3664f108 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 324 minecraft:entity.parrot.imitate.blaze net.minecraft.util.SoundEvent@77dba4cd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 325 minecraft:entity.parrot.imitate.creeper net.minecraft.util.SoundEvent@34a2d6e0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 326 minecraft:entity.parrot.imitate.elder_guardian net.minecraft.util.SoundEvent@2525a5b8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 327 minecraft:entity.parrot.imitate.enderdragon net.minecraft.util.SoundEvent@3458eca5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 328 minecraft:entity.parrot.imitate.enderman net.minecraft.util.SoundEvent@1e0fdb2f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 329 minecraft:entity.parrot.imitate.endermite net.minecraft.util.SoundEvent@3c380bd8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 330 minecraft:entity.parrot.imitate.evocation_illager net.minecraft.util.SoundEvent@34b87182 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 331 minecraft:entity.parrot.imitate.ghast net.minecraft.util.SoundEvent@47768e74 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 332 minecraft:entity.parrot.imitate.husk net.minecraft.util.SoundEvent@2740e316 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 333 minecraft:entity.parrot.imitate.illusion_illager net.minecraft.util.SoundEvent@5b5a4aed +[18:27:06] [Server thread/TRACE] [FML]: Registry: 334 minecraft:entity.parrot.imitate.magmacube net.minecraft.util.SoundEvent@2c991465 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 335 minecraft:entity.parrot.imitate.polar_bear net.minecraft.util.SoundEvent@5fef2aac +[18:27:06] [Server thread/TRACE] [FML]: Registry: 336 minecraft:entity.parrot.imitate.shulker net.minecraft.util.SoundEvent@7f973a14 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 337 minecraft:entity.parrot.imitate.silverfish net.minecraft.util.SoundEvent@76130a29 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 338 minecraft:entity.parrot.imitate.skeleton net.minecraft.util.SoundEvent@124d02b2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 339 minecraft:entity.parrot.imitate.slime net.minecraft.util.SoundEvent@3451f01d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 340 minecraft:entity.parrot.imitate.spider net.minecraft.util.SoundEvent@72503b19 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 341 minecraft:entity.parrot.imitate.stray net.minecraft.util.SoundEvent@1cfc2538 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 342 minecraft:entity.parrot.imitate.vex net.minecraft.util.SoundEvent@66deec87 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 343 minecraft:entity.parrot.imitate.vindication_illager net.minecraft.util.SoundEvent@5d342959 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 344 minecraft:entity.parrot.imitate.witch net.minecraft.util.SoundEvent@2ecf5915 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 345 minecraft:entity.parrot.imitate.wither net.minecraft.util.SoundEvent@53e76c11 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 346 minecraft:entity.parrot.imitate.wither_skeleton net.minecraft.util.SoundEvent@42cc183e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 347 minecraft:entity.parrot.imitate.wolf net.minecraft.util.SoundEvent@3e4e8fdf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 348 minecraft:entity.parrot.imitate.zombie net.minecraft.util.SoundEvent@6a1d6ef2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 349 minecraft:entity.parrot.imitate.zombie_pigman net.minecraft.util.SoundEvent@2721044 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 350 minecraft:entity.parrot.imitate.zombie_villager net.minecraft.util.SoundEvent@205df5dc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 351 minecraft:entity.parrot.step net.minecraft.util.SoundEvent@6aa7b67f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 352 minecraft:entity.pig.ambient net.minecraft.util.SoundEvent@6bcc3f27 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 353 minecraft:entity.pig.death net.minecraft.util.SoundEvent@79aee22a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 354 minecraft:entity.pig.hurt net.minecraft.util.SoundEvent@36920bd6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 355 minecraft:entity.pig.saddle net.minecraft.util.SoundEvent@61514735 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 356 minecraft:entity.pig.step net.minecraft.util.SoundEvent@6bee793f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 357 minecraft:entity.player.attack.crit net.minecraft.util.SoundEvent@655f69da +[18:27:06] [Server thread/TRACE] [FML]: Registry: 358 minecraft:entity.player.attack.knockback net.minecraft.util.SoundEvent@43b5021c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 359 minecraft:entity.player.attack.nodamage net.minecraft.util.SoundEvent@28369db0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 360 minecraft:entity.player.attack.strong net.minecraft.util.SoundEvent@30893e08 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 361 minecraft:entity.player.attack.sweep net.minecraft.util.SoundEvent@2e86807a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 362 minecraft:entity.player.attack.weak net.minecraft.util.SoundEvent@4548d254 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 363 minecraft:entity.player.big_fall net.minecraft.util.SoundEvent@590f0c50 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 364 minecraft:entity.player.breath net.minecraft.util.SoundEvent@208f0007 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 365 minecraft:entity.player.burp net.minecraft.util.SoundEvent@3a90c13c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 366 minecraft:entity.player.death net.minecraft.util.SoundEvent@39c96e48 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 367 minecraft:entity.player.hurt net.minecraft.util.SoundEvent@188598ad +[18:27:06] [Server thread/TRACE] [FML]: Registry: 368 minecraft:entity.player.hurt_drown net.minecraft.util.SoundEvent@40d23c82 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 369 minecraft:entity.player.hurt_on_fire net.minecraft.util.SoundEvent@7cf78c85 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 370 minecraft:entity.player.levelup net.minecraft.util.SoundEvent@ebe067d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 371 minecraft:entity.player.small_fall net.minecraft.util.SoundEvent@3a4ab7f7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 372 minecraft:entity.player.splash net.minecraft.util.SoundEvent@6badba10 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 373 minecraft:entity.player.swim net.minecraft.util.SoundEvent@2b7e8044 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 374 minecraft:entity.polar_bear.ambient net.minecraft.util.SoundEvent@550de6b8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 375 minecraft:entity.polar_bear.baby_ambient net.minecraft.util.SoundEvent@3a1706e1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 376 minecraft:entity.polar_bear.death net.minecraft.util.SoundEvent@3c6c4689 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 377 minecraft:entity.polar_bear.hurt net.minecraft.util.SoundEvent@63cf9de0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 378 minecraft:entity.polar_bear.step net.minecraft.util.SoundEvent@594d9f07 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 379 minecraft:entity.polar_bear.warning net.minecraft.util.SoundEvent@5befbac1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 380 minecraft:entity.rabbit.ambient net.minecraft.util.SoundEvent@5e9f73b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 381 minecraft:entity.rabbit.attack net.minecraft.util.SoundEvent@1a565afb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 382 minecraft:entity.rabbit.death net.minecraft.util.SoundEvent@2fd64b11 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 383 minecraft:entity.rabbit.hurt net.minecraft.util.SoundEvent@949c598 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 384 minecraft:entity.rabbit.jump net.minecraft.util.SoundEvent@43d3aba5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 385 minecraft:entity.sheep.ambient net.minecraft.util.SoundEvent@6bfaa0a6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 386 minecraft:entity.sheep.death net.minecraft.util.SoundEvent@76e9f00b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 387 minecraft:entity.sheep.hurt net.minecraft.util.SoundEvent@314b9e4b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 388 minecraft:entity.sheep.shear net.minecraft.util.SoundEvent@6f1b8544 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 389 minecraft:entity.sheep.step net.minecraft.util.SoundEvent@51dae791 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 390 minecraft:entity.shulker.ambient net.minecraft.util.SoundEvent@688a2c09 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 391 minecraft:entity.shulker.close net.minecraft.util.SoundEvent@5de5e95 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 392 minecraft:entity.shulker.death net.minecraft.util.SoundEvent@365cdacf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 393 minecraft:entity.shulker.hurt net.minecraft.util.SoundEvent@303c55fa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 394 minecraft:entity.shulker.hurt_closed net.minecraft.util.SoundEvent@9efcd90 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 395 minecraft:entity.shulker.open net.minecraft.util.SoundEvent@7eb200ce +[18:27:06] [Server thread/TRACE] [FML]: Registry: 396 minecraft:entity.shulker.shoot net.minecraft.util.SoundEvent@2ee83775 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 397 minecraft:entity.shulker.teleport net.minecraft.util.SoundEvent@7c2924d7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 398 minecraft:entity.shulker_bullet.hit net.minecraft.util.SoundEvent@b5de58f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 399 minecraft:entity.shulker_bullet.hurt net.minecraft.util.SoundEvent@6587305a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 400 minecraft:entity.silverfish.ambient net.minecraft.util.SoundEvent@abbe000 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 401 minecraft:entity.silverfish.death net.minecraft.util.SoundEvent@3f81621c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 402 minecraft:entity.silverfish.hurt net.minecraft.util.SoundEvent@5b9499fe +[18:27:06] [Server thread/TRACE] [FML]: Registry: 403 minecraft:entity.silverfish.step net.minecraft.util.SoundEvent@74d6736 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 404 minecraft:entity.skeleton.ambient net.minecraft.util.SoundEvent@52a33c3f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 405 minecraft:entity.skeleton.death net.minecraft.util.SoundEvent@668625f5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 406 minecraft:entity.skeleton.hurt net.minecraft.util.SoundEvent@19a20bb2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 407 minecraft:entity.skeleton.shoot net.minecraft.util.SoundEvent@75babb67 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 408 minecraft:entity.skeleton.step net.minecraft.util.SoundEvent@3eb3232b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 409 minecraft:entity.skeleton_horse.ambient net.minecraft.util.SoundEvent@69cd1085 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 410 minecraft:entity.skeleton_horse.death net.minecraft.util.SoundEvent@60bb7995 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 411 minecraft:entity.skeleton_horse.hurt net.minecraft.util.SoundEvent@40fa8766 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 412 minecraft:entity.slime.attack net.minecraft.util.SoundEvent@67774e29 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 413 minecraft:entity.slime.death net.minecraft.util.SoundEvent@663f237a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 414 minecraft:entity.slime.hurt net.minecraft.util.SoundEvent@5d7399f9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 415 minecraft:entity.slime.jump net.minecraft.util.SoundEvent@49a6f486 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 416 minecraft:entity.slime.squish net.minecraft.util.SoundEvent@14fded9d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 417 minecraft:entity.small_magmacube.death net.minecraft.util.SoundEvent@bc6288b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 418 minecraft:entity.small_magmacube.hurt net.minecraft.util.SoundEvent@4a3bd45b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 419 minecraft:entity.small_magmacube.squish net.minecraft.util.SoundEvent@34c70b5e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 420 minecraft:entity.small_slime.death net.minecraft.util.SoundEvent@4f2d995e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 421 minecraft:entity.small_slime.hurt net.minecraft.util.SoundEvent@75156240 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 422 minecraft:entity.small_slime.jump net.minecraft.util.SoundEvent@6198e9b5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 423 minecraft:entity.small_slime.squish net.minecraft.util.SoundEvent@6d099323 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 424 minecraft:entity.snowball.throw net.minecraft.util.SoundEvent@4ecd00b5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 425 minecraft:entity.snowman.ambient net.minecraft.util.SoundEvent@10947c4e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 426 minecraft:entity.snowman.death net.minecraft.util.SoundEvent@3667faa8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 427 minecraft:entity.snowman.hurt net.minecraft.util.SoundEvent@1756f7cc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 428 minecraft:entity.snowman.shoot net.minecraft.util.SoundEvent@3138953b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 429 minecraft:entity.spider.ambient net.minecraft.util.SoundEvent@27df95e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 430 minecraft:entity.spider.death net.minecraft.util.SoundEvent@b46e103 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 431 minecraft:entity.spider.hurt net.minecraft.util.SoundEvent@2b0e9f30 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 432 minecraft:entity.spider.step net.minecraft.util.SoundEvent@5eea5627 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 433 minecraft:entity.splash_potion.break net.minecraft.util.SoundEvent@3330f3ad +[18:27:06] [Server thread/TRACE] [FML]: Registry: 434 minecraft:entity.splash_potion.throw net.minecraft.util.SoundEvent@f425231 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 435 minecraft:entity.squid.ambient net.minecraft.util.SoundEvent@506aabf6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 436 minecraft:entity.squid.death net.minecraft.util.SoundEvent@5cbd94b2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 437 minecraft:entity.squid.hurt net.minecraft.util.SoundEvent@6824b913 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 438 minecraft:entity.stray.ambient net.minecraft.util.SoundEvent@756aadfc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 439 minecraft:entity.stray.death net.minecraft.util.SoundEvent@705a8dbc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 440 minecraft:entity.stray.hurt net.minecraft.util.SoundEvent@40729f01 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 441 minecraft:entity.stray.step net.minecraft.util.SoundEvent@d535a3d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 442 minecraft:entity.tnt.primed net.minecraft.util.SoundEvent@2d760326 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 443 minecraft:entity.vex.ambient net.minecraft.util.SoundEvent@9e54c59 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 444 minecraft:entity.vex.charge net.minecraft.util.SoundEvent@5dbb50f3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 445 minecraft:entity.vex.death net.minecraft.util.SoundEvent@4a2e7bcb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 446 minecraft:entity.vex.hurt net.minecraft.util.SoundEvent@575c3e9b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 447 minecraft:entity.villager.ambient net.minecraft.util.SoundEvent@74f827ad +[18:27:06] [Server thread/TRACE] [FML]: Registry: 448 minecraft:entity.villager.death net.minecraft.util.SoundEvent@73c3cd09 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 449 minecraft:entity.villager.hurt net.minecraft.util.SoundEvent@4a8a0099 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 450 minecraft:entity.villager.no net.minecraft.util.SoundEvent@7c1447b5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 451 minecraft:entity.villager.trading net.minecraft.util.SoundEvent@49e4c2d5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 452 minecraft:entity.villager.yes net.minecraft.util.SoundEvent@24a2e565 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 453 minecraft:entity.vindication_illager.ambient net.minecraft.util.SoundEvent@3e36b7a0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 454 minecraft:entity.vindication_illager.death net.minecraft.util.SoundEvent@60c1663c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 455 minecraft:entity.vindication_illager.hurt net.minecraft.util.SoundEvent@f5cf29b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 456 minecraft:entity.witch.ambient net.minecraft.util.SoundEvent@3c66b7d8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 457 minecraft:entity.witch.death net.minecraft.util.SoundEvent@37e69c43 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 458 minecraft:entity.witch.drink net.minecraft.util.SoundEvent@5c7dfc05 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 459 minecraft:entity.witch.hurt net.minecraft.util.SoundEvent@345d053b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 460 minecraft:entity.witch.throw net.minecraft.util.SoundEvent@3d0cac1f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 461 minecraft:entity.wither.ambient net.minecraft.util.SoundEvent@3e8b3b79 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 462 minecraft:entity.wither.break_block net.minecraft.util.SoundEvent@d257579 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 463 minecraft:entity.wither.death net.minecraft.util.SoundEvent@518ddd3b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 464 minecraft:entity.wither.hurt net.minecraft.util.SoundEvent@939ff41 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 465 minecraft:entity.wither.shoot net.minecraft.util.SoundEvent@6e0e5dec +[18:27:06] [Server thread/TRACE] [FML]: Registry: 466 minecraft:entity.wither.spawn net.minecraft.util.SoundEvent@48a663e9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 467 minecraft:entity.wither_skeleton.ambient net.minecraft.util.SoundEvent@777d0bc3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 468 minecraft:entity.wither_skeleton.death net.minecraft.util.SoundEvent@3178219a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 469 minecraft:entity.wither_skeleton.hurt net.minecraft.util.SoundEvent@2d85fb64 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 470 minecraft:entity.wither_skeleton.step net.minecraft.util.SoundEvent@56476c16 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 471 minecraft:entity.wolf.ambient net.minecraft.util.SoundEvent@497b560e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 472 minecraft:entity.wolf.death net.minecraft.util.SoundEvent@39ffda4a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 473 minecraft:entity.wolf.growl net.minecraft.util.SoundEvent@3ba348ca +[18:27:06] [Server thread/TRACE] [FML]: Registry: 474 minecraft:entity.wolf.howl net.minecraft.util.SoundEvent@56e9a474 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 475 minecraft:entity.wolf.hurt net.minecraft.util.SoundEvent@45b15381 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 476 minecraft:entity.wolf.pant net.minecraft.util.SoundEvent@2dbfcf7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 477 minecraft:entity.wolf.shake net.minecraft.util.SoundEvent@239f017e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 478 minecraft:entity.wolf.step net.minecraft.util.SoundEvent@38cedb7d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 479 minecraft:entity.wolf.whine net.minecraft.util.SoundEvent@772caabe +[18:27:06] [Server thread/TRACE] [FML]: Registry: 480 minecraft:entity.zombie.ambient net.minecraft.util.SoundEvent@2acdcce8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 481 minecraft:entity.zombie.attack_door_wood net.minecraft.util.SoundEvent@7102ac3e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 482 minecraft:entity.zombie.attack_iron_door net.minecraft.util.SoundEvent@3f598450 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 483 minecraft:entity.zombie.break_door_wood net.minecraft.util.SoundEvent@2db2a05f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 484 minecraft:entity.zombie.death net.minecraft.util.SoundEvent@695c938d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 485 minecraft:entity.zombie.hurt net.minecraft.util.SoundEvent@d5bb1c4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 486 minecraft:entity.zombie.infect net.minecraft.util.SoundEvent@7ed3df3b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 487 minecraft:entity.zombie.step net.minecraft.util.SoundEvent@465b38e6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 488 minecraft:entity.zombie_horse.ambient net.minecraft.util.SoundEvent@4b960b5b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 489 minecraft:entity.zombie_horse.death net.minecraft.util.SoundEvent@1b13467c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 490 minecraft:entity.zombie_horse.hurt net.minecraft.util.SoundEvent@7bd96822 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 491 minecraft:entity.zombie_pig.ambient net.minecraft.util.SoundEvent@64dae3b7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 492 minecraft:entity.zombie_pig.angry net.minecraft.util.SoundEvent@1fedf0a4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 493 minecraft:entity.zombie_pig.death net.minecraft.util.SoundEvent@1e4c6583 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 494 minecraft:entity.zombie_pig.hurt net.minecraft.util.SoundEvent@2ee48610 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 495 minecraft:entity.zombie_villager.ambient net.minecraft.util.SoundEvent@1d901f20 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 496 minecraft:entity.zombie_villager.converted net.minecraft.util.SoundEvent@6d08b4e6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 497 minecraft:entity.zombie_villager.cure net.minecraft.util.SoundEvent@1015a4b9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 498 minecraft:entity.zombie_villager.death net.minecraft.util.SoundEvent@1acb74ad +[18:27:06] [Server thread/TRACE] [FML]: Registry: 499 minecraft:entity.zombie_villager.hurt net.minecraft.util.SoundEvent@7bf01cb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 500 minecraft:entity.zombie_villager.step net.minecraft.util.SoundEvent@2f382a5e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 501 minecraft:item.armor.equip_chain net.minecraft.util.SoundEvent@12b5736c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 502 minecraft:item.armor.equip_diamond net.minecraft.util.SoundEvent@539a138b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 503 minecraft:item.armor.equip_elytra net.minecraft.util.SoundEvent@2cd4e16a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 504 minecraft:item.armor.equip_generic net.minecraft.util.SoundEvent@42505474 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 505 minecraft:item.armor.equip_gold net.minecraft.util.SoundEvent@7b477141 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 506 minecraft:item.armor.equip_iron net.minecraft.util.SoundEvent@784223e9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 507 minecraft:item.armor.equip_leather net.minecraft.util.SoundEvent@7316523a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 508 minecraft:item.bottle.empty net.minecraft.util.SoundEvent@33a55bd8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 509 minecraft:item.bottle.fill net.minecraft.util.SoundEvent@73a8e994 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 510 minecraft:item.bottle.fill_dragonbreath net.minecraft.util.SoundEvent@1a1cc163 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 511 minecraft:item.bucket.empty net.minecraft.util.SoundEvent@5b5ac798 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 512 minecraft:item.bucket.empty_lava net.minecraft.util.SoundEvent@42383cb0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 513 minecraft:item.bucket.fill net.minecraft.util.SoundEvent@7668892a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 514 minecraft:item.bucket.fill_lava net.minecraft.util.SoundEvent@a83495d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 515 minecraft:item.chorus_fruit.teleport net.minecraft.util.SoundEvent@7e83992 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 516 minecraft:item.elytra.flying net.minecraft.util.SoundEvent@4364863 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 517 minecraft:item.firecharge.use net.minecraft.util.SoundEvent@3625a016 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 518 minecraft:item.flintandsteel.use net.minecraft.util.SoundEvent@267cde2e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 519 minecraft:item.hoe.till net.minecraft.util.SoundEvent@609e57da +[18:27:06] [Server thread/TRACE] [FML]: Registry: 520 minecraft:item.shield.block net.minecraft.util.SoundEvent@56dd6efa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 521 minecraft:item.shield.break net.minecraft.util.SoundEvent@4d634127 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 522 minecraft:item.shovel.flatten net.minecraft.util.SoundEvent@d2e6b0b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 523 minecraft:item.totem.use net.minecraft.util.SoundEvent@1f1cddf3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 524 minecraft:music.creative net.minecraft.util.SoundEvent@228bda54 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 525 minecraft:music.credits net.minecraft.util.SoundEvent@75b6dd5b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 526 minecraft:music.dragon net.minecraft.util.SoundEvent@b3e86d5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 527 minecraft:music.end net.minecraft.util.SoundEvent@72b43104 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 528 minecraft:music.game net.minecraft.util.SoundEvent@e111c7c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 529 minecraft:music.menu net.minecraft.util.SoundEvent@4d0e54e0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 530 minecraft:music.nether net.minecraft.util.SoundEvent@32f96bba +[18:27:06] [Server thread/TRACE] [FML]: Registry: 531 minecraft:record.11 net.minecraft.util.SoundEvent@611640f0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 532 minecraft:record.13 net.minecraft.util.SoundEvent@67e25252 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 533 minecraft:record.blocks net.minecraft.util.SoundEvent@58f4b31a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 534 minecraft:record.cat net.minecraft.util.SoundEvent@21a9a705 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 535 minecraft:record.chirp net.minecraft.util.SoundEvent@72eb6200 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 536 minecraft:record.far net.minecraft.util.SoundEvent@76ececd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 537 minecraft:record.mall net.minecraft.util.SoundEvent@7affc159 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 538 minecraft:record.mellohi net.minecraft.util.SoundEvent@1682c08c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 539 minecraft:record.stal net.minecraft.util.SoundEvent@3fd05b3e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 540 minecraft:record.strad net.minecraft.util.SoundEvent@4eb9f2af +[18:27:06] [Server thread/TRACE] [FML]: Registry: 541 minecraft:record.wait net.minecraft.util.SoundEvent@4a481728 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 542 minecraft:record.ward net.minecraft.util.SoundEvent@4ace284d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 543 minecraft:ui.button.click net.minecraft.util.SoundEvent@77fa9381 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 544 minecraft:ui.toast.in net.minecraft.util.SoundEvent@76d72b5b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 545 minecraft:ui.toast.out net.minecraft.util.SoundEvent@7cac93fe +[18:27:06] [Server thread/TRACE] [FML]: Registry: 546 minecraft:ui.toast.challenge_complete net.minecraft.util.SoundEvent@479b5066 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 547 minecraft:weather.rain net.minecraft.util.SoundEvent@64deb58f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 548 minecraft:weather.rain.above net.minecraft.util.SoundEvent@2b1cd7bc +[18:27:06] [Server thread/TRACE] [FML]: Registry Name : minecraft:potiontypes +[18:27:06] [Server thread/TRACE] [FML]: Registry: 0 minecraft:empty net.minecraft.potion.PotionType@29bd2796 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 1 minecraft:water net.minecraft.potion.PotionType@174b8d0e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2 minecraft:mundane net.minecraft.potion.PotionType@112530c3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 3 minecraft:thick net.minecraft.potion.PotionType@75959b0c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4 minecraft:awkward net.minecraft.potion.PotionType@355493bf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 5 minecraft:night_vision net.minecraft.potion.PotionType@7ebc5be6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 6 minecraft:long_night_vision net.minecraft.potion.PotionType@4627dfda +[18:27:06] [Server thread/TRACE] [FML]: Registry: 7 minecraft:invisibility net.minecraft.potion.PotionType@1f3361e9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 8 minecraft:long_invisibility net.minecraft.potion.PotionType@eebc0db +[18:27:06] [Server thread/TRACE] [FML]: Registry: 9 minecraft:leaping net.minecraft.potion.PotionType@1214c98b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 10 minecraft:long_leaping net.minecraft.potion.PotionType@6ab50d1c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 11 minecraft:strong_leaping net.minecraft.potion.PotionType@6e0d058a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 12 minecraft:fire_resistance net.minecraft.potion.PotionType@3eb0fd88 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 13 minecraft:long_fire_resistance net.minecraft.potion.PotionType@adc3344 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 14 minecraft:swiftness net.minecraft.potion.PotionType@484302ee +[18:27:06] [Server thread/TRACE] [FML]: Registry: 15 minecraft:long_swiftness net.minecraft.potion.PotionType@4e647f39 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 16 minecraft:strong_swiftness net.minecraft.potion.PotionType@778197c0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 17 minecraft:slowness net.minecraft.potion.PotionType@1c2cdc67 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 18 minecraft:long_slowness net.minecraft.potion.PotionType@4c28f97e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 19 minecraft:water_breathing net.minecraft.potion.PotionType@21d8da75 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 20 minecraft:long_water_breathing net.minecraft.potion.PotionType@5a1c7619 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 21 minecraft:healing net.minecraft.potion.PotionType@20a946d9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 22 minecraft:strong_healing net.minecraft.potion.PotionType@2b41b8bb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 23 minecraft:harming net.minecraft.potion.PotionType@4cadd4d4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 24 minecraft:strong_harming net.minecraft.potion.PotionType@7538cfe6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 25 minecraft:poison net.minecraft.potion.PotionType@1f4dd016 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 26 minecraft:long_poison net.minecraft.potion.PotionType@396f2724 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 27 minecraft:strong_poison net.minecraft.potion.PotionType@1b465fa9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 28 minecraft:regeneration net.minecraft.potion.PotionType@28b2e4d8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 29 minecraft:long_regeneration net.minecraft.potion.PotionType@598e5cb8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 30 minecraft:strong_regeneration net.minecraft.potion.PotionType@199806aa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 31 minecraft:strength net.minecraft.potion.PotionType@300aa927 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 32 minecraft:long_strength net.minecraft.potion.PotionType@fa11fda +[18:27:06] [Server thread/TRACE] [FML]: Registry: 33 minecraft:strong_strength net.minecraft.potion.PotionType@24e1e90a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 34 minecraft:weakness net.minecraft.potion.PotionType@7d95166a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 35 minecraft:long_weakness net.minecraft.potion.PotionType@18b3db6e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 36 minecraft:luck net.minecraft.potion.PotionType@1feb586d +[18:27:06] [Server thread/TRACE] [FML]: Registry Name : minecraft:enchantments +[18:27:06] [Server thread/TRACE] [FML]: Registry: 0 minecraft:protection net.minecraft.enchantment.EnchantmentProtection@4b9f7edc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 1 minecraft:fire_protection net.minecraft.enchantment.EnchantmentProtection@70ee1963 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2 minecraft:feather_falling net.minecraft.enchantment.EnchantmentProtection@2e0652ab +[18:27:06] [Server thread/TRACE] [FML]: Registry: 3 minecraft:blast_protection net.minecraft.enchantment.EnchantmentProtection@22c29aa8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4 minecraft:projectile_protection net.minecraft.enchantment.EnchantmentProtection@129b69b2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 5 minecraft:respiration net.minecraft.enchantment.EnchantmentOxygen@11adab6d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 6 minecraft:aqua_affinity net.minecraft.enchantment.EnchantmentWaterWorker@32328dc4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 7 minecraft:thorns net.minecraft.enchantment.EnchantmentThorns@681d704e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 8 minecraft:depth_strider net.minecraft.enchantment.EnchantmentWaterWalker@1e8bccfb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 9 minecraft:frost_walker net.minecraft.enchantment.EnchantmentFrostWalker@7c3c3d67 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 10 minecraft:binding_curse net.minecraft.enchantment.EnchantmentBindingCurse@164dea80 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 16 minecraft:sharpness net.minecraft.enchantment.EnchantmentDamage@2328ec73 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 17 minecraft:smite net.minecraft.enchantment.EnchantmentDamage@42a05533 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 18 minecraft:bane_of_arthropods net.minecraft.enchantment.EnchantmentDamage@17053b5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 19 minecraft:knockback net.minecraft.enchantment.EnchantmentKnockback@4ef8090b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 20 minecraft:fire_aspect net.minecraft.enchantment.EnchantmentFireAspect@65ef9a0a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 21 minecraft:looting net.minecraft.enchantment.EnchantmentLootBonus@6b7c4734 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 22 minecraft:sweeping net.minecraft.enchantment.EnchantmentSweepingEdge@537b3be1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 32 minecraft:efficiency net.minecraft.enchantment.EnchantmentDigging@4a890fdd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 33 minecraft:silk_touch net.minecraft.enchantment.EnchantmentUntouching@30a01dd8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 34 minecraft:unbreaking net.minecraft.enchantment.EnchantmentDurability@5df7a065 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 35 minecraft:fortune net.minecraft.enchantment.EnchantmentLootBonus@3f45dfec +[18:27:06] [Server thread/TRACE] [FML]: Registry: 48 minecraft:power net.minecraft.enchantment.EnchantmentArrowDamage@39b85a73 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 49 minecraft:punch net.minecraft.enchantment.EnchantmentArrowKnockback@71468613 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 50 minecraft:flame net.minecraft.enchantment.EnchantmentArrowFire@1b19712f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 51 minecraft:infinity net.minecraft.enchantment.EnchantmentArrowInfinite@6d35ff7b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 61 minecraft:luck_of_the_sea net.minecraft.enchantment.EnchantmentLootBonus@4ef31221 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 62 minecraft:lure net.minecraft.enchantment.EnchantmentFishingSpeed@459d2ee6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 70 minecraft:mending net.minecraft.enchantment.EnchantmentMending@4eac65db +[18:27:06] [Server thread/TRACE] [FML]: Registry: 71 minecraft:vanishing_curse net.minecraft.enchantment.EnchantmentVanishingCurse@45f1413c +[18:27:06] [Server thread/TRACE] [FML]: Registry Name : minecraft:recipes +[18:27:06] [Server thread/TRACE] [FML]: Registry: 0 minecraft:armordye net.minecraft.item.crafting.RecipesArmorDyes@3a239dac +[18:27:06] [Server thread/TRACE] [FML]: Registry: 1 minecraft:bookcloning net.minecraft.item.crafting.RecipeBookCloning@3d2eb7fa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2 minecraft:mapcloning net.minecraft.item.crafting.RecipesMapCloning@52a74328 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 3 minecraft:mapextending net.minecraft.item.crafting.RecipesMapExtending@7b8fcdf2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4 minecraft:fireworks net.minecraft.item.crafting.RecipeFireworks@44f23927 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 5 minecraft:repairitem net.minecraft.item.crafting.RecipeRepairItem@1bde9a22 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 6 minecraft:tippedarrow net.minecraft.item.crafting.RecipeTippedArrow@c335b9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 7 minecraft:bannerduplicate net.minecraft.item.crafting.RecipesBanners$RecipeDuplicatePattern@342dc040 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 8 minecraft:banneraddpattern net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern@3831f4c2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 9 minecraft:shielddecoration net.minecraft.item.crafting.ShieldRecipes$Decoration@55e4dd68 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 10 minecraft:shulkerboxcoloring net.minecraft.item.crafting.ShulkerBoxRecipes$ShulkerBoxColoring@788a0513 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 11 minecraft:yellow_wool net.minecraft.item.crafting.ShapelessRecipes@455d04d2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 12 minecraft:yellow_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@4e02f17d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 13 minecraft:yellow_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@2419a5db +[18:27:06] [Server thread/TRACE] [FML]: Registry: 14 minecraft:yellow_stained_glass net.minecraft.item.crafting.ShapedRecipes@336070ab +[18:27:06] [Server thread/TRACE] [FML]: Registry: 15 minecraft:yellow_dye_from_sunflower net.minecraft.item.crafting.ShapelessRecipes@10f10230 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 16 minecraft:yellow_dye_from_dandelion net.minecraft.item.crafting.ShapelessRecipes@362b384c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 17 minecraft:yellow_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@60ef30b1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 18 minecraft:yellow_carpet net.minecraft.item.crafting.ShapedRecipes@37b470df +[18:27:06] [Server thread/TRACE] [FML]: Registry: 19 minecraft:yellow_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@4fef4f96 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 20 minecraft:yellow_bed net.minecraft.item.crafting.ShapedRecipes@2c4be45f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 21 minecraft:yellow_banner net.minecraft.item.crafting.ShapedRecipes@48144f1a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 22 minecraft:writable_book net.minecraft.item.crafting.ShapelessRecipes@1669f4e5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 23 minecraft:wooden_sword net.minecraft.item.crafting.ShapedRecipes@73d8c8d7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 24 minecraft:wooden_shovel net.minecraft.item.crafting.ShapedRecipes@de63949 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 26 minecraft:wooden_pickaxe net.minecraft.item.crafting.ShapedRecipes@699bb304 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 27 minecraft:wooden_hoe net.minecraft.item.crafting.ShapedRecipes@13cc31df +[18:27:06] [Server thread/TRACE] [FML]: Registry: 28 minecraft:wooden_door net.minecraft.item.crafting.ShapedRecipes@5e2718b3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 30 minecraft:wooden_axe net.minecraft.item.crafting.ShapedRecipes@6b71e98f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 31 minecraft:white_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@2c465259 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 32 minecraft:white_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@65b680b4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 33 minecraft:white_stained_glass net.minecraft.item.crafting.ShapedRecipes@63636de0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 34 minecraft:white_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@76d0a290 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 35 minecraft:white_carpet net.minecraft.item.crafting.ShapedRecipes@6da9541c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 36 minecraft:white_bed net.minecraft.item.crafting.ShapedRecipes@343727b5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 37 minecraft:white_banner net.minecraft.item.crafting.ShapedRecipes@83e5898 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 38 minecraft:wheat net.minecraft.item.crafting.ShapedRecipes@4c91a008 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 39 minecraft:tripwire_hook net.minecraft.item.crafting.ShapedRecipes@38093ffe +[18:27:06] [Server thread/TRACE] [FML]: Registry: 40 minecraft:trapped_chest net.minecraft.item.crafting.ShapelessRecipes@46b2a11a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 41 minecraft:trapdoor net.minecraft.item.crafting.ShapedRecipes@4e4af370 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 42 minecraft:torch net.minecraft.item.crafting.ShapedRecipes@5617168c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 43 minecraft:tnt_minecart net.minecraft.item.crafting.ShapedRecipes@1826475 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 44 minecraft:tnt net.minecraft.item.crafting.ShapedRecipes@8dbf0f2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 45 minecraft:sugar net.minecraft.item.crafting.ShapedRecipes@767d9b9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 46 minecraft:string_to_wool net.minecraft.item.crafting.ShapedRecipes@603b9d4b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 47 minecraft:stonebrick net.minecraft.item.crafting.ShapedRecipes@5f9ccd0c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 48 minecraft:stone_sword net.minecraft.item.crafting.ShapedRecipes@14b96c1e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 49 minecraft:stone_stairs net.minecraft.item.crafting.ShapedRecipes@2e4d2232 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 50 minecraft:stone_slab net.minecraft.item.crafting.ShapedRecipes@3d50a3d9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 51 minecraft:stone_shovel net.minecraft.item.crafting.ShapedRecipes@727f36dd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 52 minecraft:stone_pressure_plate net.minecraft.item.crafting.ShapedRecipes@2e91cf69 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 53 minecraft:stone_pickaxe net.minecraft.item.crafting.ShapedRecipes@1cfd6f63 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 54 minecraft:stone_hoe net.minecraft.item.crafting.ShapedRecipes@33c9f1ac +[18:27:06] [Server thread/TRACE] [FML]: Registry: 55 minecraft:stone_button net.minecraft.item.crafting.ShapedRecipes@442310fd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 56 minecraft:stone_brick_stairs net.minecraft.item.crafting.ShapedRecipes@6b52a40 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 57 minecraft:stone_brick_slab net.minecraft.item.crafting.ShapedRecipes@903c13 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 58 minecraft:stone_axe net.minecraft.item.crafting.ShapedRecipes@3ba1f56e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 59 minecraft:sticky_piston net.minecraft.item.crafting.ShapedRecipes@76134251 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 60 minecraft:stick net.minecraft.item.crafting.ShapedRecipes@6dc2e473 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 61 minecraft:spruce_wooden_slab net.minecraft.item.crafting.ShapedRecipes@180d918a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 62 minecraft:spruce_stairs net.minecraft.item.crafting.ShapedRecipes@153409b8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 63 minecraft:spruce_planks net.minecraft.item.crafting.ShapedRecipes@27a6384b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 64 minecraft:spruce_fence_gate net.minecraft.item.crafting.ShapedRecipes@2e030cc1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 65 minecraft:spruce_fence net.minecraft.item.crafting.ShapedRecipes@470b5213 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 66 minecraft:spruce_door net.minecraft.item.crafting.ShapedRecipes@1f6d7e7c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 67 minecraft:spruce_boat net.minecraft.item.crafting.ShapedRecipes@28269c65 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 68 minecraft:spectral_arrow net.minecraft.item.crafting.ShapedRecipes@76e2a621 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 69 minecraft:speckled_melon net.minecraft.item.crafting.ShapedRecipes@3605ab16 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 70 minecraft:snow_layer net.minecraft.item.crafting.ShapedRecipes@4ba402b5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 71 minecraft:snow net.minecraft.item.crafting.ShapedRecipes@29dfc68f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 72 minecraft:smooth_sandstone net.minecraft.item.crafting.ShapedRecipes@8c18bde +[18:27:06] [Server thread/TRACE] [FML]: Registry: 73 minecraft:smooth_red_sandstone net.minecraft.item.crafting.ShapedRecipes@3051e476 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 74 minecraft:slime_ball net.minecraft.item.crafting.ShapedRecipes@36cf6377 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 75 minecraft:slime net.minecraft.item.crafting.ShapedRecipes@67f266bd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 76 minecraft:sign net.minecraft.item.crafting.ShapedRecipes@3b1137b0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 77 minecraft:shield net.minecraft.item.crafting.ShapedRecipes@cea67b1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 78 minecraft:shears net.minecraft.item.crafting.ShapedRecipes@40db6136 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 79 minecraft:sea_lantern net.minecraft.item.crafting.ShapedRecipes@44da745f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 80 minecraft:sandstone_stairs net.minecraft.item.crafting.ShapedRecipes@60b4d934 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 81 minecraft:sandstone_slab net.minecraft.item.crafting.ShapedRecipes@297dff3a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 82 minecraft:sandstone net.minecraft.item.crafting.ShapedRecipes@30ed2a26 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 83 minecraft:repeater net.minecraft.item.crafting.ShapedRecipes@438c0aaf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 84 minecraft:redstone_torch net.minecraft.item.crafting.ShapedRecipes@5308e79d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 85 minecraft:redstone_lamp net.minecraft.item.crafting.ShapedRecipes@6a3a56de +[18:27:06] [Server thread/TRACE] [FML]: Registry: 86 minecraft:redstone_block net.minecraft.item.crafting.ShapedRecipes@35744f8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 87 minecraft:redstone net.minecraft.item.crafting.ShapedRecipes@75c0cd39 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 88 minecraft:red_wool net.minecraft.item.crafting.ShapelessRecipes@1782896 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 89 minecraft:red_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@9a07409 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 90 minecraft:red_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@5b0835cb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 91 minecraft:red_stained_glass net.minecraft.item.crafting.ShapedRecipes@4a9ff419 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 92 minecraft:red_sandstone_stairs net.minecraft.item.crafting.ShapedRecipes@35f22eef +[18:27:06] [Server thread/TRACE] [FML]: Registry: 93 minecraft:red_sandstone_slab net.minecraft.item.crafting.ShapedRecipes@430212cb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 94 minecraft:red_sandstone net.minecraft.item.crafting.ShapedRecipes@34e4fb39 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 95 minecraft:red_nether_brick net.minecraft.item.crafting.ShapedRecipes@20e48e63 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 96 minecraft:red_dye_from_tulip net.minecraft.item.crafting.ShapelessRecipes@a97a895 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 97 minecraft:red_dye_from_rose_bush net.minecraft.item.crafting.ShapelessRecipes@27b7204 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 98 minecraft:red_dye_from_poppy net.minecraft.item.crafting.ShapelessRecipes@79631db0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 99 minecraft:red_dye_from_beetroot net.minecraft.item.crafting.ShapelessRecipes@565efd7d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 100 minecraft:red_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@2314cd97 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 101 minecraft:red_carpet net.minecraft.item.crafting.ShapedRecipes@10830d50 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 102 minecraft:red_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@239d9cb7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 103 minecraft:red_bed net.minecraft.item.crafting.ShapedRecipes@612bb755 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 104 minecraft:red_banner net.minecraft.item.crafting.ShapedRecipes@581e8969 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 105 minecraft:rail net.minecraft.item.crafting.ShapedRecipes@20a9fb01 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 106 minecraft:rabbit_stew_from_red_mushroom net.minecraft.item.crafting.ShapedRecipes@7682bf66 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 107 minecraft:rabbit_stew_from_brown_mushroom net.minecraft.item.crafting.ShapedRecipes@1405aa6a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 108 minecraft:quartz_stairs net.minecraft.item.crafting.ShapedRecipes@7b58d678 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 109 minecraft:quartz_slab net.minecraft.item.crafting.ShapedRecipes@20960b51 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 110 minecraft:quartz_block net.minecraft.item.crafting.ShapedRecipes@103e9972 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 111 minecraft:purpur_stairs net.minecraft.item.crafting.ShapedRecipes@3e0704e2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 112 minecraft:purpur_slab net.minecraft.item.crafting.ShapedRecipes@f6cde7e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 113 minecraft:purpur_pillar net.minecraft.item.crafting.ShapedRecipes@26d445e9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 114 minecraft:purpur_block net.minecraft.item.crafting.ShapedRecipes@7bebad0d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 115 minecraft:purple_wool net.minecraft.item.crafting.ShapelessRecipes@10b3ea72 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 116 minecraft:purple_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@40277077 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 117 minecraft:purple_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@446cc036 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 118 minecraft:purple_stained_glass net.minecraft.item.crafting.ShapedRecipes@4c114687 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 119 minecraft:purple_shulker_box net.minecraft.item.crafting.ShapedRecipes@183a508b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 120 minecraft:purple_dye net.minecraft.item.crafting.ShapelessRecipes@63ad5fe7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 121 minecraft:purple_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@576b385d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 122 minecraft:purple_carpet net.minecraft.item.crafting.ShapedRecipes@578d5d02 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 123 minecraft:purple_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@67823972 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 124 minecraft:purple_bed net.minecraft.item.crafting.ShapedRecipes@c79780 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 125 minecraft:purple_banner net.minecraft.item.crafting.ShapedRecipes@5606d537 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 126 minecraft:pumpkin_seeds net.minecraft.item.crafting.ShapedRecipes@63b0b3dd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 127 minecraft:pumpkin_pie net.minecraft.item.crafting.ShapelessRecipes@32cde414 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 128 minecraft:prismarine_bricks net.minecraft.item.crafting.ShapedRecipes@2555a986 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 129 minecraft:prismarine net.minecraft.item.crafting.ShapedRecipes@5af4328e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 130 minecraft:polished_granite net.minecraft.item.crafting.ShapedRecipes@75adb1c0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 131 minecraft:polished_diorite net.minecraft.item.crafting.ShapedRecipes@5868ea91 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 132 minecraft:polished_andesite net.minecraft.item.crafting.ShapedRecipes@34626d4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 133 minecraft:piston net.minecraft.item.crafting.ShapedRecipes@29b4444a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 134 minecraft:pink_wool net.minecraft.item.crafting.ShapelessRecipes@27d5eb00 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 135 minecraft:pink_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@4fc256ec +[18:27:06] [Server thread/TRACE] [FML]: Registry: 136 minecraft:pink_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@45b6c666 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 137 minecraft:pink_stained_glass net.minecraft.item.crafting.ShapedRecipes@402feb85 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 138 minecraft:pink_dye_from_red_bonemeal net.minecraft.item.crafting.ShapelessRecipes@568c9ee1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 139 minecraft:pink_dye_from_pink_tulip net.minecraft.item.crafting.ShapelessRecipes@538a90a5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 140 minecraft:pink_dye_from_peony net.minecraft.item.crafting.ShapelessRecipes@654c2f81 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 141 minecraft:pink_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@34cfdd84 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 142 minecraft:pink_carpet net.minecraft.item.crafting.ShapedRecipes@6e1ad658 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 143 minecraft:pink_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@285c63cf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 144 minecraft:pink_bed net.minecraft.item.crafting.ShapedRecipes@579ce2e9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 145 minecraft:pink_banner net.minecraft.item.crafting.ShapedRecipes@31c56721 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 146 minecraft:pillar_quartz_block net.minecraft.item.crafting.ShapedRecipes@3f71ae7f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 147 minecraft:paper net.minecraft.item.crafting.ShapedRecipes@23ea3853 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 148 minecraft:painting net.minecraft.item.crafting.ShapedRecipes@5a99543b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 149 minecraft:orange_wool net.minecraft.item.crafting.ShapelessRecipes@7646c9f5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 150 minecraft:orange_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@30a20fb3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 151 minecraft:orange_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@1fa58a48 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 152 minecraft:orange_stained_glass net.minecraft.item.crafting.ShapedRecipes@3aa1c45 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 153 minecraft:orange_dye_from_red_yellow net.minecraft.item.crafting.ShapelessRecipes@63ed5dae +[18:27:06] [Server thread/TRACE] [FML]: Registry: 154 minecraft:orange_dye_from_orange_tulip net.minecraft.item.crafting.ShapelessRecipes@566cc6af +[18:27:06] [Server thread/TRACE] [FML]: Registry: 155 minecraft:orange_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@1b5cf611 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 156 minecraft:orange_carpet net.minecraft.item.crafting.ShapedRecipes@3a17acd4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 157 minecraft:orange_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@39f8adc0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 158 minecraft:orange_bed net.minecraft.item.crafting.ShapedRecipes@5b0e5d5f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 159 minecraft:orange_banner net.minecraft.item.crafting.ShapedRecipes@2a30b0cb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 160 minecraft:observer net.minecraft.item.crafting.ShapedRecipes@40c6d1ef +[18:27:06] [Server thread/TRACE] [FML]: Registry: 161 minecraft:oak_wooden_slab net.minecraft.item.crafting.ShapedRecipes@1c5cd2ea +[18:27:06] [Server thread/TRACE] [FML]: Registry: 162 minecraft:oak_stairs net.minecraft.item.crafting.ShapedRecipes@5847010 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 163 minecraft:oak_planks net.minecraft.item.crafting.ShapedRecipes@36885319 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 164 minecraft:noteblock net.minecraft.item.crafting.ShapedRecipes@58a7ca42 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 165 minecraft:nether_wart_block net.minecraft.item.crafting.ShapedRecipes@796cf2b5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 166 minecraft:nether_brick_stairs net.minecraft.item.crafting.ShapedRecipes@690677de +[18:27:06] [Server thread/TRACE] [FML]: Registry: 167 minecraft:nether_brick_slab net.minecraft.item.crafting.ShapedRecipes@615e7fe7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 168 minecraft:nether_brick_fence net.minecraft.item.crafting.ShapedRecipes@b548f51 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 169 minecraft:nether_brick net.minecraft.item.crafting.ShapedRecipes@5b0575d0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 170 minecraft:mushroom_stew net.minecraft.item.crafting.ShapelessRecipes@1e592ef2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 171 minecraft:mossy_stonebrick net.minecraft.item.crafting.ShapelessRecipes@372841d2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 172 minecraft:mossy_cobblestone_wall net.minecraft.item.crafting.ShapedRecipes@2b82018 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 173 minecraft:mossy_cobblestone net.minecraft.item.crafting.ShapelessRecipes@cbdc0f4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 174 minecraft:minecart net.minecraft.item.crafting.ShapedRecipes@7a522157 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 175 minecraft:melon_seeds net.minecraft.item.crafting.ShapedRecipes@7bdf94f2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 176 minecraft:melon_block net.minecraft.item.crafting.ShapedRecipes@3ec62141 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 177 minecraft:map net.minecraft.item.crafting.ShapedRecipes@25c548d1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 178 minecraft:magma_cream net.minecraft.item.crafting.ShapelessRecipes@4eacb6d1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 179 minecraft:magma net.minecraft.item.crafting.ShapedRecipes@7a51dc38 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 180 minecraft:magenta_wool net.minecraft.item.crafting.ShapelessRecipes@1dce481b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 181 minecraft:magenta_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@626766fd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 182 minecraft:magenta_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@301770d9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 183 minecraft:magenta_stained_glass net.minecraft.item.crafting.ShapedRecipes@2699b656 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 184 minecraft:magenta_dye_from_purple_and_pink net.minecraft.item.crafting.ShapelessRecipes@c3d4bd7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 185 minecraft:magenta_dye_from_lilac net.minecraft.item.crafting.ShapelessRecipes@2ae4c424 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 186 minecraft:magenta_dye_from_lapis_red_pink net.minecraft.item.crafting.ShapelessRecipes@233ece92 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 187 minecraft:magenta_dye_from_lapis_ink_bonemeal net.minecraft.item.crafting.ShapelessRecipes@723b8eff +[18:27:06] [Server thread/TRACE] [FML]: Registry: 188 minecraft:magenta_dye_from_allium net.minecraft.item.crafting.ShapelessRecipes@becb93a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 189 minecraft:magenta_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@79c849c7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 190 minecraft:magenta_carpet net.minecraft.item.crafting.ShapedRecipes@5e9f1a4c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 191 minecraft:magenta_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@1e54e900 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 192 minecraft:magenta_bed net.minecraft.item.crafting.ShapedRecipes@5bf4dfb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 193 minecraft:magenta_banner net.minecraft.item.crafting.ShapedRecipes@746f8520 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 194 minecraft:lit_pumpkin net.minecraft.item.crafting.ShapedRecipes@5cf80dfb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 195 minecraft:lime_wool net.minecraft.item.crafting.ShapelessRecipes@17fb5184 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 196 minecraft:lime_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@564d3940 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 197 minecraft:lime_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@7adbec34 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 198 minecraft:lime_stained_glass net.minecraft.item.crafting.ShapedRecipes@49338f3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 199 minecraft:lime_dye net.minecraft.item.crafting.ShapelessRecipes@c7cf8c4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 200 minecraft:lime_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@20f6b6e0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 201 minecraft:lime_carpet net.minecraft.item.crafting.ShapedRecipes@5f32ab17 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 202 minecraft:lime_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@3cc817bd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 203 minecraft:lime_bed net.minecraft.item.crafting.ShapedRecipes@726d8fa0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 204 minecraft:lime_banner net.minecraft.item.crafting.ShapedRecipes@42fa5cb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 205 minecraft:light_weighted_pressure_plate net.minecraft.item.crafting.ShapedRecipes@296bfddb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 206 minecraft:light_gray_wool net.minecraft.item.crafting.ShapelessRecipes@67ceaa9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 207 minecraft:light_gray_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@3d73cd78 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 208 minecraft:light_gray_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@c96c497 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 209 minecraft:light_gray_stained_glass net.minecraft.item.crafting.ShapedRecipes@5dfec221 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 210 minecraft:light_gray_dye_from_white_tulip net.minecraft.item.crafting.ShapelessRecipes@52bc6fcf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 211 minecraft:light_gray_dye_from_oxeye_daisy net.minecraft.item.crafting.ShapelessRecipes@2e7e84f8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 212 minecraft:light_gray_dye_from_ink_bonemeal net.minecraft.item.crafting.ShapelessRecipes@6e6f5842 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 213 minecraft:light_gray_dye_from_gray_bonemeal net.minecraft.item.crafting.ShapelessRecipes@21a0795f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 214 minecraft:light_gray_dye_from_azure_bluet net.minecraft.item.crafting.ShapelessRecipes@5730b513 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 215 minecraft:light_gray_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@301e5d23 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 216 minecraft:light_gray_carpet net.minecraft.item.crafting.ShapedRecipes@36cdcae0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 217 minecraft:light_gray_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@1d535b78 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 218 minecraft:light_gray_bed net.minecraft.item.crafting.ShapedRecipes@31859960 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 219 minecraft:light_gray_banner net.minecraft.item.crafting.ShapedRecipes@2568611c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 220 minecraft:light_blue_wool net.minecraft.item.crafting.ShapelessRecipes@366bf608 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 221 minecraft:light_blue_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@5e0442dd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 222 minecraft:light_blue_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@1e36baca +[18:27:06] [Server thread/TRACE] [FML]: Registry: 223 minecraft:light_blue_stained_glass net.minecraft.item.crafting.ShapedRecipes@5e3d84a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 224 minecraft:light_blue_dye_from_lapis_bonemeal net.minecraft.item.crafting.ShapelessRecipes@2d9df336 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 225 minecraft:light_blue_dye_from_blue_orchid net.minecraft.item.crafting.ShapelessRecipes@1fb30e5d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 226 minecraft:light_blue_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@3186f8f5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 227 minecraft:light_blue_carpet net.minecraft.item.crafting.ShapedRecipes@2a341e3d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 228 minecraft:light_blue_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@24e7087a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 229 minecraft:light_blue_bed net.minecraft.item.crafting.ShapedRecipes@71e2843b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 230 minecraft:light_blue_banner net.minecraft.item.crafting.ShapedRecipes@254cc548 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 231 minecraft:lever net.minecraft.item.crafting.ShapedRecipes@3117ac8d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 232 minecraft:leather_leggings net.minecraft.item.crafting.ShapedRecipes@1610c03c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 233 minecraft:leather_helmet net.minecraft.item.crafting.ShapedRecipes@d0e4972 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 234 minecraft:leather_chestplate net.minecraft.item.crafting.ShapedRecipes@7cdb05aa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 235 minecraft:leather_boots net.minecraft.item.crafting.ShapedRecipes@5cb76070 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 236 minecraft:leather net.minecraft.item.crafting.ShapedRecipes@753e4eb5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 237 minecraft:lead net.minecraft.item.crafting.ShapedRecipes@4b762988 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 238 minecraft:lapis_lazuli net.minecraft.item.crafting.ShapedRecipes@3c6fc4cd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 239 minecraft:lapis_block net.minecraft.item.crafting.ShapedRecipes@2e785b28 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 240 minecraft:ladder net.minecraft.item.crafting.ShapedRecipes@5764d421 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 241 minecraft:jungle_wooden_slab net.minecraft.item.crafting.ShapedRecipes@71f10042 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 242 minecraft:jungle_stairs net.minecraft.item.crafting.ShapedRecipes@41289e88 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 243 minecraft:jungle_planks net.minecraft.item.crafting.ShapedRecipes@560be8c0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 244 minecraft:jungle_fence_gate net.minecraft.item.crafting.ShapedRecipes@42172065 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 245 minecraft:jungle_fence net.minecraft.item.crafting.ShapedRecipes@2e20c20b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 246 minecraft:jungle_door net.minecraft.item.crafting.ShapedRecipes@36762234 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 247 minecraft:jungle_boat net.minecraft.item.crafting.ShapedRecipes@42c9b1ee +[18:27:06] [Server thread/TRACE] [FML]: Registry: 248 minecraft:jukebox net.minecraft.item.crafting.ShapedRecipes@7d4bdbd8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 249 minecraft:item_frame net.minecraft.item.crafting.ShapedRecipes@434b2e0c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 250 minecraft:iron_trapdoor net.minecraft.item.crafting.ShapedRecipes@2c557eee +[18:27:06] [Server thread/TRACE] [FML]: Registry: 251 minecraft:iron_sword net.minecraft.item.crafting.ShapedRecipes@7b7b1448 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 252 minecraft:iron_shovel net.minecraft.item.crafting.ShapedRecipes@68a94e58 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 253 minecraft:iron_pickaxe net.minecraft.item.crafting.ShapedRecipes@75ac326f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 254 minecraft:iron_nugget net.minecraft.item.crafting.ShapedRecipes@f453129 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 255 minecraft:iron_leggings net.minecraft.item.crafting.ShapedRecipes@49809275 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 256 minecraft:iron_ingot_from_nuggets net.minecraft.item.crafting.ShapedRecipes@2c8f65da +[18:27:06] [Server thread/TRACE] [FML]: Registry: 257 minecraft:iron_ingot_from_block net.minecraft.item.crafting.ShapedRecipes@2346f77a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 258 minecraft:iron_hoe net.minecraft.item.crafting.ShapedRecipes@7acfcfc4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 259 minecraft:iron_helmet net.minecraft.item.crafting.ShapedRecipes@3fe5ad73 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 260 minecraft:iron_door net.minecraft.item.crafting.ShapedRecipes@38856d6e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 261 minecraft:iron_chestplate net.minecraft.item.crafting.ShapedRecipes@6ac2c5a1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 262 minecraft:iron_boots net.minecraft.item.crafting.ShapedRecipes@1abbc1d4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 263 minecraft:iron_block net.minecraft.item.crafting.ShapedRecipes@f5167f0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 264 minecraft:iron_bars net.minecraft.item.crafting.ShapedRecipes@21022cbb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 265 minecraft:iron_axe net.minecraft.item.crafting.ShapedRecipes@212c0aff +[18:27:06] [Server thread/TRACE] [FML]: Registry: 266 minecraft:hopper_minecart net.minecraft.item.crafting.ShapedRecipes@dd77e0d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 267 minecraft:hopper net.minecraft.item.crafting.ShapedRecipes@44dcc0e4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 268 minecraft:heavy_weighted_pressure_plate net.minecraft.item.crafting.ShapedRecipes@3c271988 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 269 minecraft:hay_block net.minecraft.item.crafting.ShapedRecipes@25b83dce +[18:27:06] [Server thread/TRACE] [FML]: Registry: 270 minecraft:green_wool net.minecraft.item.crafting.ShapelessRecipes@3966c679 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 271 minecraft:green_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@3703a400 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 272 minecraft:green_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@55574295 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 273 minecraft:green_stained_glass net.minecraft.item.crafting.ShapedRecipes@5d04fbb7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 274 minecraft:green_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@68543a35 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 275 minecraft:green_carpet net.minecraft.item.crafting.ShapedRecipes@5a3be84 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 276 minecraft:green_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@464d60fb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 277 minecraft:green_bed net.minecraft.item.crafting.ShapedRecipes@6167c42f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 278 minecraft:green_banner net.minecraft.item.crafting.ShapedRecipes@2c7c898a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 279 minecraft:gray_wool net.minecraft.item.crafting.ShapelessRecipes@6d946eee +[18:27:06] [Server thread/TRACE] [FML]: Registry: 280 minecraft:gray_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@220cda54 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 281 minecraft:gray_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@5c459194 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 282 minecraft:gray_stained_glass net.minecraft.item.crafting.ShapedRecipes@550f522b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 283 minecraft:gray_dye net.minecraft.item.crafting.ShapelessRecipes@69cb134 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 284 minecraft:gray_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@7d7a8d23 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 285 minecraft:gray_carpet net.minecraft.item.crafting.ShapedRecipes@f98cff +[18:27:06] [Server thread/TRACE] [FML]: Registry: 286 minecraft:gray_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@5a4e492c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 287 minecraft:gray_bed net.minecraft.item.crafting.ShapedRecipes@6c1a63f7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 288 minecraft:gray_banner net.minecraft.item.crafting.ShapedRecipes@33a8f553 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 289 minecraft:granite net.minecraft.item.crafting.ShapelessRecipes@4f65af91 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 290 minecraft:golden_sword net.minecraft.item.crafting.ShapedRecipes@6b94c200 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 291 minecraft:golden_shovel net.minecraft.item.crafting.ShapedRecipes@630c3af3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 292 minecraft:golden_rail net.minecraft.item.crafting.ShapedRecipes@cfc4601 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 293 minecraft:golden_pickaxe net.minecraft.item.crafting.ShapedRecipes@ebff59d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 294 minecraft:golden_leggings net.minecraft.item.crafting.ShapedRecipes@38197e82 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 295 minecraft:golden_hoe net.minecraft.item.crafting.ShapedRecipes@8f374de +[18:27:06] [Server thread/TRACE] [FML]: Registry: 296 minecraft:golden_helmet net.minecraft.item.crafting.ShapedRecipes@565c887e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 297 minecraft:golden_chestplate net.minecraft.item.crafting.ShapedRecipes@363ba634 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 298 minecraft:golden_carrot net.minecraft.item.crafting.ShapedRecipes@4ac0d49 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 299 minecraft:golden_boots net.minecraft.item.crafting.ShapedRecipes@7bd7d71c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 300 minecraft:golden_axe net.minecraft.item.crafting.ShapedRecipes@1f013047 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 301 minecraft:golden_apple net.minecraft.item.crafting.ShapedRecipes@318511f0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 302 minecraft:gold_nugget net.minecraft.item.crafting.ShapedRecipes@70b1028d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 303 minecraft:gold_ingot_from_nuggets net.minecraft.item.crafting.ShapedRecipes@6b6c0b7c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 304 minecraft:gold_ingot_from_block net.minecraft.item.crafting.ShapedRecipes@6787bd41 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 305 minecraft:gold_block net.minecraft.item.crafting.ShapedRecipes@5e198c40 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 306 minecraft:glowstone net.minecraft.item.crafting.ShapedRecipes@5dd227b7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 307 minecraft:glass_pane net.minecraft.item.crafting.ShapedRecipes@497fd334 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 308 minecraft:glass_bottle net.minecraft.item.crafting.ShapedRecipes@3879feec +[18:27:06] [Server thread/TRACE] [FML]: Registry: 309 minecraft:furnace_minecart net.minecraft.item.crafting.ShapedRecipes@8dcacf1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 310 minecraft:furnace net.minecraft.item.crafting.ShapedRecipes@27d6467 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 311 minecraft:flower_pot net.minecraft.item.crafting.ShapedRecipes@750c23a3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 312 minecraft:flint_and_steel net.minecraft.item.crafting.ShapelessRecipes@7ef7f414 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 313 minecraft:fishing_rod net.minecraft.item.crafting.ShapedRecipes@1238a074 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 314 minecraft:fire_charge net.minecraft.item.crafting.ShapelessRecipes@2e1e7bc6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 315 minecraft:fermented_spider_eye net.minecraft.item.crafting.ShapelessRecipes@1f365a26 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 316 minecraft:fence_gate net.minecraft.item.crafting.ShapedRecipes@3909308c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 317 minecraft:fence net.minecraft.item.crafting.ShapedRecipes@6958d5d0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 318 minecraft:ender_eye net.minecraft.item.crafting.ShapelessRecipes@50caeb4b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 319 minecraft:ender_chest net.minecraft.item.crafting.ShapedRecipes@1860b107 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 320 minecraft:end_rod net.minecraft.item.crafting.ShapedRecipes@5b324447 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 321 minecraft:end_crystal net.minecraft.item.crafting.ShapedRecipes@143fe09c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 322 minecraft:end_bricks net.minecraft.item.crafting.ShapedRecipes@6b32b678 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 323 minecraft:enchanting_table net.minecraft.item.crafting.ShapedRecipes@1adf387e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 324 minecraft:emerald_block net.minecraft.item.crafting.ShapedRecipes@544e6b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 325 minecraft:emerald net.minecraft.item.crafting.ShapedRecipes@78829412 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 326 minecraft:dropper net.minecraft.item.crafting.ShapedRecipes@1afa048a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 327 minecraft:dispenser net.minecraft.item.crafting.ShapedRecipes@dbcf7c3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 328 minecraft:diorite net.minecraft.item.crafting.ShapedRecipes@36931450 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 329 minecraft:diamond_sword net.minecraft.item.crafting.ShapedRecipes@f575d2b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 330 minecraft:diamond_shovel net.minecraft.item.crafting.ShapedRecipes@6033f36c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 331 minecraft:diamond_pickaxe net.minecraft.item.crafting.ShapedRecipes@2634d000 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 332 minecraft:diamond_leggings net.minecraft.item.crafting.ShapedRecipes@50008974 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 333 minecraft:diamond_hoe net.minecraft.item.crafting.ShapedRecipes@53dbe7b2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 334 minecraft:diamond_helmet net.minecraft.item.crafting.ShapedRecipes@71b7e9c8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 335 minecraft:diamond_chestplate net.minecraft.item.crafting.ShapedRecipes@76b019c4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 336 minecraft:diamond_boots net.minecraft.item.crafting.ShapedRecipes@77d58f3a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 337 minecraft:diamond_block net.minecraft.item.crafting.ShapedRecipes@478c84aa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 338 minecraft:diamond_axe net.minecraft.item.crafting.ShapedRecipes@ef220e4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 339 minecraft:diamond net.minecraft.item.crafting.ShapedRecipes@77988c45 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 340 minecraft:detector_rail net.minecraft.item.crafting.ShapedRecipes@4c0bfe9e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 341 minecraft:daylight_detector net.minecraft.item.crafting.ShapedRecipes@51e1e058 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 342 minecraft:dark_prismarine net.minecraft.item.crafting.ShapedRecipes@1c14d24d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 343 minecraft:dark_oak_wooden_slab net.minecraft.item.crafting.ShapedRecipes@221cdd87 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 344 minecraft:dark_oak_stairs net.minecraft.item.crafting.ShapedRecipes@2761156e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 345 minecraft:dark_oak_planks net.minecraft.item.crafting.ShapedRecipes@1bb51492 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 346 minecraft:dark_oak_fence_gate net.minecraft.item.crafting.ShapedRecipes@194eae3e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 347 minecraft:dark_oak_fence net.minecraft.item.crafting.ShapedRecipes@57f89680 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 348 minecraft:dark_oak_door net.minecraft.item.crafting.ShapedRecipes@14c18a6a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 349 minecraft:dark_oak_boat net.minecraft.item.crafting.ShapedRecipes@319d106c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 350 minecraft:cyan_wool net.minecraft.item.crafting.ShapelessRecipes@2245ccaa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 351 minecraft:cyan_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@6636448b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 352 minecraft:cyan_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@33a7331 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 353 minecraft:cyan_stained_glass net.minecraft.item.crafting.ShapedRecipes@37344d31 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 354 minecraft:cyan_dye net.minecraft.item.crafting.ShapelessRecipes@138a952f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 355 minecraft:cyan_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@19540247 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 356 minecraft:cyan_carpet net.minecraft.item.crafting.ShapedRecipes@393e7546 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 357 minecraft:cyan_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@32fd5bc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 358 minecraft:cyan_bed net.minecraft.item.crafting.ShapedRecipes@7fcbc336 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 359 minecraft:cyan_banner net.minecraft.item.crafting.ShapedRecipes@1eab0700 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 361 minecraft:cookie net.minecraft.item.crafting.ShapedRecipes@478fe415 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 362 minecraft:compass net.minecraft.item.crafting.ShapedRecipes@45017263 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 363 minecraft:comparator net.minecraft.item.crafting.ShapedRecipes@5dac6bc3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 364 minecraft:cobblestone_wall net.minecraft.item.crafting.ShapedRecipes@75fa9254 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 365 minecraft:cobblestone_slab net.minecraft.item.crafting.ShapedRecipes@3539cf45 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 366 minecraft:coarse_dirt net.minecraft.item.crafting.ShapedRecipes@62e586a6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 367 minecraft:coal_block net.minecraft.item.crafting.ShapedRecipes@14e83c9d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 368 minecraft:coal net.minecraft.item.crafting.ShapedRecipes@64cdc310 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 369 minecraft:clock net.minecraft.item.crafting.ShapedRecipes@525b9df4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 370 minecraft:clay net.minecraft.item.crafting.ShapedRecipes@2ae88712 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 371 minecraft:chiseled_stonebrick net.minecraft.item.crafting.ShapedRecipes@57ab4b33 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 372 minecraft:chiseled_sandstone net.minecraft.item.crafting.ShapedRecipes@5e72c82a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 373 minecraft:chiseled_red_sandstone net.minecraft.item.crafting.ShapedRecipes@102c24d1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 374 minecraft:chiseled_quartz_block net.minecraft.item.crafting.ShapedRecipes@65698020 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 375 minecraft:chest_minecart net.minecraft.item.crafting.ShapedRecipes@470a446f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 376 minecraft:chest net.minecraft.item.crafting.ShapedRecipes@669daa93 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 377 minecraft:cauldron net.minecraft.item.crafting.ShapedRecipes@129aaac1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 378 minecraft:carrot_on_a_stick net.minecraft.item.crafting.ShapedRecipes@29fc83c5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 379 minecraft:cake net.minecraft.item.crafting.ShapedRecipes@2911db81 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 380 minecraft:bucket net.minecraft.item.crafting.ShapedRecipes@57a0c261 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 381 minecraft:brown_wool net.minecraft.item.crafting.ShapelessRecipes@104392ba +[18:27:06] [Server thread/TRACE] [FML]: Registry: 382 minecraft:brown_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@7872e91f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 383 minecraft:brown_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@27575bcd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 384 minecraft:brown_stained_glass net.minecraft.item.crafting.ShapedRecipes@1e7113f8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 385 minecraft:brown_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@749c0669 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 386 minecraft:brown_carpet net.minecraft.item.crafting.ShapedRecipes@4769537a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 387 minecraft:brown_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@558aa1f1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 388 minecraft:brown_bed net.minecraft.item.crafting.ShapedRecipes@1a4ae53d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 389 minecraft:brown_banner net.minecraft.item.crafting.ShapedRecipes@27e3dc9a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 390 minecraft:brick_stairs net.minecraft.item.crafting.ShapedRecipes@4eace42b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 391 minecraft:brick_slab net.minecraft.item.crafting.ShapedRecipes@418bdde9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 392 minecraft:brick_block net.minecraft.item.crafting.ShapedRecipes@2c451c4a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 393 minecraft:brewing_stand net.minecraft.item.crafting.ShapedRecipes@67b09e34 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 394 minecraft:bread net.minecraft.item.crafting.ShapedRecipes@176054b7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 395 minecraft:bowl net.minecraft.item.crafting.ShapedRecipes@54087bdb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 396 minecraft:bow net.minecraft.item.crafting.ShapedRecipes@7ade62a6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 397 minecraft:bookshelf net.minecraft.item.crafting.ShapedRecipes@1fa29b9e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 398 minecraft:book net.minecraft.item.crafting.ShapelessRecipes@3ee200ae +[18:27:06] [Server thread/TRACE] [FML]: Registry: 399 minecraft:bone_meal_from_bone net.minecraft.item.crafting.ShapelessRecipes@28e8dee7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 400 minecraft:bone_meal_from_block net.minecraft.item.crafting.ShapelessRecipes@44117b0d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 401 minecraft:bone_block net.minecraft.item.crafting.ShapedRecipes@54a033b8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 402 minecraft:boat net.minecraft.item.crafting.ShapedRecipes@3f142e87 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 403 minecraft:blue_wool net.minecraft.item.crafting.ShapelessRecipes@36d5c2ce +[18:27:06] [Server thread/TRACE] [FML]: Registry: 404 minecraft:blue_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@3b3f62d7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 405 minecraft:blue_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@58ca6ba3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 406 minecraft:blue_stained_glass net.minecraft.item.crafting.ShapedRecipes@460aa24e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 407 minecraft:blue_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@52fec840 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 408 minecraft:blue_carpet net.minecraft.item.crafting.ShapedRecipes@1896299b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 409 minecraft:blue_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@61607ff0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 410 minecraft:blue_bed net.minecraft.item.crafting.ShapedRecipes@703e5614 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 411 minecraft:blue_banner net.minecraft.item.crafting.ShapedRecipes@61648dd2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 412 minecraft:blaze_powder net.minecraft.item.crafting.ShapelessRecipes@1e4d93f7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 413 minecraft:black_wool net.minecraft.item.crafting.ShapelessRecipes@5300694d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 414 minecraft:black_stained_hardened_clay net.minecraft.item.crafting.ShapedRecipes@261f5a45 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 415 minecraft:black_stained_glass_pane net.minecraft.item.crafting.ShapedRecipes@593354fa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 416 minecraft:black_stained_glass net.minecraft.item.crafting.ShapedRecipes@406808eb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 417 minecraft:black_concrete_powder net.minecraft.item.crafting.ShapelessRecipes@354e2bff +[18:27:06] [Server thread/TRACE] [FML]: Registry: 418 minecraft:black_carpet net.minecraft.item.crafting.ShapedRecipes@7dfca9e6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 419 minecraft:black_bed_from_white_bed net.minecraft.item.crafting.ShapelessRecipes@4407fea2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 420 minecraft:black_bed net.minecraft.item.crafting.ShapedRecipes@4b7a4c83 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 421 minecraft:black_banner net.minecraft.item.crafting.ShapedRecipes@5819ee0f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 422 minecraft:birch_wooden_slab net.minecraft.item.crafting.ShapedRecipes@3b780b5c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 423 minecraft:birch_stairs net.minecraft.item.crafting.ShapedRecipes@6885f3f7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 424 minecraft:birch_planks net.minecraft.item.crafting.ShapedRecipes@5b657342 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 425 minecraft:birch_fence_gate net.minecraft.item.crafting.ShapedRecipes@6a013bdd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 426 minecraft:birch_fence net.minecraft.item.crafting.ShapedRecipes@3294102e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 427 minecraft:birch_door net.minecraft.item.crafting.ShapedRecipes@4be3de36 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 428 minecraft:birch_boat net.minecraft.item.crafting.ShapedRecipes@4bc41565 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 429 minecraft:beetroot_soup net.minecraft.item.crafting.ShapedRecipes@326dbe25 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 430 minecraft:beacon net.minecraft.item.crafting.ShapedRecipes@6fb219dd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 431 minecraft:arrow net.minecraft.item.crafting.ShapedRecipes@7253c53 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 432 minecraft:armor_stand net.minecraft.item.crafting.ShapedRecipes@60d32006 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 433 minecraft:anvil net.minecraft.item.crafting.ShapedRecipes@c6d7256 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 434 minecraft:andesite net.minecraft.item.crafting.ShapelessRecipes@c157abf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 435 minecraft:activator_rail net.minecraft.item.crafting.ShapedRecipes@6ed87ccf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 436 minecraft:acacia_wooden_slab net.minecraft.item.crafting.ShapedRecipes@4d2950ed +[18:27:06] [Server thread/TRACE] [FML]: Registry: 437 minecraft:acacia_stairs net.minecraft.item.crafting.ShapedRecipes@65bb4cb9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 438 minecraft:acacia_planks net.minecraft.item.crafting.ShapedRecipes@3465edf9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 439 minecraft:acacia_fence_gate net.minecraft.item.crafting.ShapedRecipes@77e5c765 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 440 minecraft:acacia_fence net.minecraft.item.crafting.ShapedRecipes@187df588 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 441 minecraft:acacia_door net.minecraft.item.crafting.ShapedRecipes@1055d261 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 442 minecraft:acacia_boat net.minecraft.item.crafting.ShapedRecipes@32b1e906 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 443 nnparadisemod:rusty_ingot_from_nugget net.minecraftforge.oredict.ShapedOreRecipe@76041d20 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 444 nnparadisemod:tree_topper net.minecraft.item.crafting.ShapedRecipes@596e1c97 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 445 nnparadisemod:rusty_iron_block2 net.minecraftforge.oredict.ShapedOreRecipe@7b65b524 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 446 nnparadisemod:salt_lamp net.minecraft.item.crafting.ShapedRecipes@4d1c43b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 447 nnparadisemod:blaze_powder net.minecraft.item.crafting.ShapedRecipes@5afaeeec +[18:27:06] [Server thread/TRACE] [FML]: Registry: 448 nnparadisemod:ender_pearl_block net.minecraft.item.crafting.ShapedRecipes@680830e6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 449 nnparadisemod:ruby_block net.minecraftforge.oredict.ShapedOreRecipe@6ba51c5c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 450 nnparadisemod:compressed_cactus_chest net.minecraft.item.crafting.ShapedRecipes@3601530d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 451 nnparadisemod:tables/jungle_crafting_table net.minecraft.item.crafting.ShapedRecipes@3b7118da +[18:27:06] [Server thread/TRACE] [FML]: Registry: 452 nnparadisemod:tables/oak_crafting_table net.minecraft.item.crafting.ShapedRecipes@26aac6fb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 453 nnparadisemod:tables/spruce_crafting_table net.minecraft.item.crafting.ShapedRecipes@40ed3939 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 454 nnparadisemod:tables/cactus_crafting_table net.minecraft.item.crafting.ShapedRecipes@51d2026d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 455 nnparadisemod:tables/birch_crafting_table net.minecraft.item.crafting.ShapedRecipes@414d03a9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 456 nnparadisemod:tables/dark_oak_crafting_table net.minecraft.item.crafting.ShapedRecipes@5d825cc5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 457 nnparadisemod:tables/acacia_crafting_table net.minecraft.item.crafting.ShapedRecipes@1a0e4283 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 458 nnparadisemod:mossy_lever net.minecraftforge.oredict.ShapedOreRecipe@5708a488 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 459 nnparadisemod:fences/gold_fence net.minecraft.item.crafting.ShapedRecipes@28d2ec29 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 460 nnparadisemod:fences/iron_fence net.minecraft.item.crafting.ShapedRecipes@3a3eb2b1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 461 nnparadisemod:fences/diamond_fence net.minecraft.item.crafting.ShapedRecipes@52b61461 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 462 nnparadisemod:fences/redstone_fence net.minecraftforge.oredict.ShapedOreRecipe@2b206625 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 463 nnparadisemod:fences/brick_fence net.minecraft.item.crafting.ShapedRecipes@53390f33 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 464 nnparadisemod:fences/ruby_fence net.minecraftforge.oredict.ShapedOreRecipe@44563c09 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 465 nnparadisemod:fences/rusty_fence net.minecraft.item.crafting.ShapedRecipes@db5b577 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 466 nnparadisemod:fences/cactus_fence net.minecraftforge.oredict.ShapedOreRecipe@46a3934c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 467 nnparadisemod:fences/emerald_fence net.minecraft.item.crafting.ShapedRecipes@70a872b1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 468 nnparadisemod:fences/silver_fence net.minecraftforge.oredict.ShapedOreRecipe@27816139 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 469 nnparadisemod:sugar_block net.minecraft.item.crafting.ShapedRecipes@6383b566 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 470 nnparadisemod:gold_bars net.minecraft.item.crafting.ShapedRecipes@304ab812 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 471 nnparadisemod:silver_bars net.minecraft.item.crafting.ShapedRecipes@27ee31ff +[18:27:06] [Server thread/TRACE] [FML]: Registry: 472 nnparadisemod:compressed_cactus_chest_trapped net.minecraft.item.crafting.ShapelessRecipes@37cb091c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 473 nnparadisemod:gold_hopper net.minecraft.item.crafting.ShapedRecipes@7955d452 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 474 nnparadisemod:emerald_rail net.minecraft.item.crafting.ShapedRecipes@61c7de22 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 475 nnparadisemod:mossy_furnace net.minecraft.item.crafting.ShapedRecipes@6d899b84 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 476 nnparadisemod:salt net.minecraft.item.crafting.ShapedRecipes@5e060a3c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 477 nnparadisemod:compressed_cactus net.minecraft.item.crafting.ShapedRecipes@72908ba2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 478 nnparadisemod:emerald_shovel net.minecraft.item.crafting.ShapedRecipes@12443b10 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 479 nnparadisemod:cactus_chest net.minecraft.item.crafting.ShapedRecipes@5b6e0226 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 480 nnparadisemod:blaze_block net.minecraft.item.crafting.ShapedRecipes@74280080 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 481 nnparadisemod:sugar net.minecraft.item.crafting.ShapedRecipes@40e73d61 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 482 nnparadisemod:lamps/lime_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@7a53af34 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 483 nnparadisemod:lamps/purple_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@7691875d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 484 nnparadisemod:lamps/red_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@2606ea74 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 485 nnparadisemod:lamps/silver_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@2e5b2e23 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 486 nnparadisemod:lamps/yellow_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@223e3ae6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 487 nnparadisemod:lamps/light_blue_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@23d9f2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 488 nnparadisemod:lamps/magenta_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@6c662424 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 489 nnparadisemod:lamps/cyan_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@6947915a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 490 nnparadisemod:lamps/black_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@3760c619 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 491 nnparadisemod:lamps/white_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@27ab572b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 492 nnparadisemod:lamps/brown_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@272432f8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 493 nnparadisemod:lamps/blue_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@721fd16 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 494 nnparadisemod:lamps/pink_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@50715a8d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 495 nnparadisemod:lamps/gray_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@5066ffc2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 496 nnparadisemod:lamps/orange_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@16f61eae +[18:27:06] [Server thread/TRACE] [FML]: Registry: 497 nnparadisemod:lamps/green_redstone_lamp net.minecraftforge.oredict.ShapedOreRecipe@6b475c00 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 498 nnparadisemod:silver_block net.minecraftforge.oredict.ShapedOreRecipe@778b75ca +[18:27:06] [Server thread/TRACE] [FML]: Registry: 499 nnparadisemod:soul_glass_pane net.minecraft.item.crafting.ShapedRecipes@6305a55 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 500 nnparadisemod:du_portal net.minecraft.item.crafting.ShapedRecipes@14198e7b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 501 nnparadisemod:cactus_chest_trapped net.minecraft.item.crafting.ShapelessRecipes@744fd39a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 502 nnparadisemod:rusty_ingot_from_block net.minecraftforge.oredict.ShapedOreRecipe@400c0d9a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 503 nnparadisemod:salt_block net.minecraft.item.crafting.ShapedRecipes@12a46995 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 504 nnparadisemod:silver_ingot_from_nugget net.minecraftforge.oredict.ShapedOreRecipe@71d3398b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 505 nnparadisemod:powered_emerald_rail net.minecraft.item.crafting.ShapedRecipes@108cfc9a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 506 nnparadisemod:trapdoors/ruby_trapdoor net.minecraftforge.oredict.ShapedOreRecipe@68e3e16c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 507 nnparadisemod:trapdoors/moss_stone_trapdoor net.minecraft.item.crafting.ShapedRecipes@3b485456 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 508 nnparadisemod:trapdoors/glowing_obsidian_trapdoor net.minecraft.item.crafting.ShapedRecipes@719d58b4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 509 nnparadisemod:trapdoors/granite_trapdoor net.minecraft.item.crafting.ShapedRecipes@7c669da8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 510 nnparadisemod:trapdoors/diamond_trapdoor net.minecraft.item.crafting.ShapedRecipes@70bcc867 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 511 nnparadisemod:trapdoors/obsidian_trapdoor net.minecraft.item.crafting.ShapedRecipes@11be503d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 512 nnparadisemod:trapdoors/end_trapdoor net.minecraft.item.crafting.ShapedRecipes@1712dd23 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 513 nnparadisemod:trapdoors/rusty_trapdoor net.minecraft.item.crafting.ShapedRecipes@45696fc0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 514 nnparadisemod:trapdoors/cactus_trapdoor net.minecraft.item.crafting.ShapedRecipes@1ba3afd1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 515 nnparadisemod:trapdoors/diorite_trapdoor net.minecraft.item.crafting.ShapedRecipes@1ce2e3a2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 516 nnparadisemod:trapdoors/silver_trapdoor net.minecraftforge.oredict.ShapedOreRecipe@4ca53b09 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 517 nnparadisemod:trapdoors/gold_trapdoor net.minecraft.item.crafting.ShapedRecipes@9ae16dc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 518 nnparadisemod:trapdoors/stone_trapdoor net.minecraft.item.crafting.ShapedRecipes@50317cce +[18:27:06] [Server thread/TRACE] [FML]: Registry: 519 nnparadisemod:trapdoors/cobblestone_trapdoor net.minecraft.item.crafting.ShapedRecipes@7b8eae53 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 520 nnparadisemod:trapdoors/emerald_trapdoor net.minecraft.item.crafting.ShapedRecipes@5e750fa2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 521 nnparadisemod:trapdoors/redstone_trapdoor net.minecraft.item.crafting.ShapedRecipes@28114411 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 522 nnparadisemod:trapdoors/andesite_trapdoor net.minecraft.item.crafting.ShapedRecipes@15fbb9bd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 523 nnparadisemod:trapdoors/redstone_trapdoor_2 net.minecraft.item.crafting.ShapedRecipes@43bc1abd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 524 nnparadisemod:rusty_bars net.minecraft.item.crafting.ShapedRecipes@1a1bebf9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 525 nnparadisemod:rusty_nugget_from_ingot net.minecraftforge.oredict.ShapedOreRecipe@1567c844 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 526 nnparadisemod:ender_pearl net.minecraft.item.crafting.ShapedRecipes@14cabd1a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 527 nnparadisemod:rusty_iron_block net.minecraft.item.crafting.ShapedRecipes@71b873a2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 528 nnparadisemod:plates/rusty_pressure_plate net.minecraftforge.oredict.ShapedOreRecipe@2c92ebdc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 529 nnparadisemod:plates/diamond_pressure_plate net.minecraft.item.crafting.ShapedRecipes@78f6ddda +[18:27:06] [Server thread/TRACE] [FML]: Registry: 530 nnparadisemod:plates/acacia_pressure_plate net.minecraft.item.crafting.ShapedRecipes@2a24e9e9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 531 nnparadisemod:plates/diorite_pressure_plate net.minecraft.item.crafting.ShapedRecipes@22c72d15 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 532 nnparadisemod:plates/granite_pressure_plate net.minecraft.item.crafting.ShapedRecipes@279a49d2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 533 nnparadisemod:plates/end_pressure_plate net.minecraft.item.crafting.ShapedRecipes@5970718c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 534 nnparadisemod:plates/cactus_pressure_plate net.minecraft.item.crafting.ShapedRecipes@62d581bc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 535 nnparadisemod:plates/glowing_obsidian_pressure_plate net.minecraft.item.crafting.ShapedRecipes@58cd4d11 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 536 nnparadisemod:plates/mossy_pressure_plate net.minecraft.item.crafting.ShapedRecipes@256ea225 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 537 nnparadisemod:plates/ruby_pressure_plate net.minecraftforge.oredict.ShapedOreRecipe@484b8cee +[18:27:06] [Server thread/TRACE] [FML]: Registry: 538 nnparadisemod:plates/spruce_pressure_plate net.minecraft.item.crafting.ShapedRecipes@33038e84 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 539 nnparadisemod:plates/jungle_pressure_plate net.minecraft.item.crafting.ShapedRecipes@3a6161b7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 540 nnparadisemod:plates/andesite_pressure_plate net.minecraft.item.crafting.ShapedRecipes@15af2946 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 541 nnparadisemod:plates/emerald_pressure_plate net.minecraft.item.crafting.ShapedRecipes@47ebbee1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 542 nnparadisemod:plates/oak_pressure_plate net.minecraft.item.crafting.ShapedRecipes@517f15be +[18:27:06] [Server thread/TRACE] [FML]: Registry: 543 nnparadisemod:plates/birch_pressure_plate net.minecraft.item.crafting.ShapedRecipes@7eec5837 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 544 nnparadisemod:plates/cobblestone_pressure_plate net.minecraft.item.crafting.ShapedRecipes@fdaaeb0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 545 nnparadisemod:plates/dark_oak_pressure_plate net.minecraft.item.crafting.ShapedRecipes@3a7e556f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 546 nnparadisemod:plates/grass_pressure_plate net.minecraft.item.crafting.ShapedRecipes@4ae9fce7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 547 nnparadisemod:plates/silver_pressure_plate net.minecraftforge.oredict.ShapedOreRecipe@5882378e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 548 nnparadisemod:fence gates/emerald_fence_gate net.minecraft.item.crafting.ShapedRecipes@4082fab3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 549 nnparadisemod:fence gates/cactus_fence_gate net.minecraftforge.oredict.ShapedOreRecipe@52df2ef9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 550 nnparadisemod:fence gates/redstone_fence_gate net.minecraftforge.oredict.ShapedOreRecipe@5d6536ca +[18:27:06] [Server thread/TRACE] [FML]: Registry: 551 nnparadisemod:fence gates/diamond_fence_gate net.minecraft.item.crafting.ShapedRecipes@83b6af3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 552 nnparadisemod:fence gates/iron_fence_gate net.minecraft.item.crafting.ShapedRecipes@4b1b853a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 553 nnparadisemod:fence gates/gold_fence_gate net.minecraft.item.crafting.ShapedRecipes@1b55a206 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 554 nnparadisemod:fence gates/rusty_fence_gate net.minecraft.item.crafting.ShapedRecipes@31a3dc23 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 555 nnparadisemod:fence gates/silver_fence_gate net.minecraftforge.oredict.ShapedOreRecipe@48b97f9b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 556 nnparadisemod:fence gates/brick_fence_gate net.minecraft.item.crafting.ShapedRecipes@39b1ed9d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 557 nnparadisemod:fence gates/ruby_fence_gate net.minecraftforge.oredict.ShapedOreRecipe@603d453c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 558 nnparadisemod:armor/silver_helmet net.minecraftforge.oredict.ShapedOreRecipe@54e7084e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 559 nnparadisemod:armor/obsidian_boots net.minecraftforge.oredict.ShapedOreRecipe@23e4e65e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 560 nnparadisemod:armor/silver_boots net.minecraftforge.oredict.ShapedOreRecipe@2d147505 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 561 nnparadisemod:armor/silver/silver_helmet net.minecraftforge.oredict.ShapedOreRecipe@52d0d545 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 562 nnparadisemod:armor/silver/silver_boots net.minecraftforge.oredict.ShapedOreRecipe@70139ceb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 563 nnparadisemod:armor/silver/silver_chestplate net.minecraftforge.oredict.ShapedOreRecipe@620798be +[18:27:06] [Server thread/TRACE] [FML]: Registry: 564 nnparadisemod:armor/silver/silver_leggings net.minecraftforge.oredict.ShapedOreRecipe@7bd85e84 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 565 nnparadisemod:armor/santa_jacket net.minecraft.item.crafting.ShapedRecipes@4f6bd08f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 566 nnparadisemod:armor/santa_hat net.minecraft.item.crafting.ShapedRecipes@4d8a0fa2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 567 nnparadisemod:armor/emerald_chestplate net.minecraftforge.oredict.ShapedOreRecipe@5e542369 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 568 nnparadisemod:armor/ruby_chestplate net.minecraftforge.oredict.ShapedOreRecipe@4cae4f19 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 569 nnparadisemod:armor/emerald_leggings net.minecraftforge.oredict.ShapedOreRecipe@4d1df80e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 570 nnparadisemod:armor/ruby_helmet net.minecraftforge.oredict.ShapedOreRecipe@729c2ca +[18:27:06] [Server thread/TRACE] [FML]: Registry: 571 nnparadisemod:armor/redstone_helmet net.minecraftforge.oredict.ShapedOreRecipe@79757113 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 572 nnparadisemod:armor/obsidian_leggings net.minecraftforge.oredict.ShapedOreRecipe@5544c79 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 573 nnparadisemod:armor/ruby/ruby_chestplate net.minecraftforge.oredict.ShapedOreRecipe@5d042327 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 574 nnparadisemod:armor/ruby/ruby_helmet net.minecraftforge.oredict.ShapedOreRecipe@2128bcc8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 575 nnparadisemod:armor/ruby/ruby_leggings net.minecraftforge.oredict.ShapedOreRecipe@b05dc63 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 576 nnparadisemod:armor/ruby/ruby_boots net.minecraftforge.oredict.ShapedOreRecipe@29aeaefa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 577 nnparadisemod:armor/redstone_boots net.minecraftforge.oredict.ShapedOreRecipe@5d7d8b80 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 578 nnparadisemod:armor/ruby_leggings net.minecraftforge.oredict.ShapedOreRecipe@68beeb27 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 579 nnparadisemod:armor/obsidian_helmet net.minecraftforge.oredict.ShapedOreRecipe@54ac790a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 580 nnparadisemod:armor/silver_chestplate net.minecraftforge.oredict.ShapedOreRecipe@25d0d070 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 581 nnparadisemod:armor/emerald/emerald_chestplate net.minecraftforge.oredict.ShapedOreRecipe@11c12362 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 582 nnparadisemod:armor/emerald/emerald_leggings net.minecraftforge.oredict.ShapedOreRecipe@4f7af2c1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 583 nnparadisemod:armor/emerald/emerald_helmet net.minecraftforge.oredict.ShapedOreRecipe@62cb395f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 584 nnparadisemod:armor/emerald/emerald_boots net.minecraftforge.oredict.ShapedOreRecipe@416d3d02 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 585 nnparadisemod:armor/obsidian_chestplate net.minecraftforge.oredict.ShapedOreRecipe@4e90afec +[18:27:06] [Server thread/TRACE] [FML]: Registry: 586 nnparadisemod:armor/redstone_leggings net.minecraftforge.oredict.ShapedOreRecipe@7634fcb8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 587 nnparadisemod:armor/redstone_chestplate net.minecraftforge.oredict.ShapedOreRecipe@1b9225d5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 588 nnparadisemod:armor/emerald_helmet net.minecraftforge.oredict.ShapedOreRecipe@5ee546e4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 589 nnparadisemod:armor/santa_pants net.minecraft.item.crafting.ShapedRecipes@34fa2d46 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 590 nnparadisemod:armor/ruby_boots net.minecraftforge.oredict.ShapedOreRecipe@624f66c0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 591 nnparadisemod:armor/rusty/rusty_chestplate net.minecraftforge.oredict.ShapedOreRecipe@59f6d1b6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 592 nnparadisemod:armor/rusty/rusty_leggings net.minecraftforge.oredict.ShapedOreRecipe@182300b1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 593 nnparadisemod:armor/rusty/rusty_boots net.minecraftforge.oredict.ShapedOreRecipe@51c975f7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 594 nnparadisemod:armor/rusty/rusty_helmet net.minecraftforge.oredict.ShapedOreRecipe@484c85a2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 595 nnparadisemod:armor/xmas/santa_jacket net.minecraft.item.crafting.ShapedRecipes@1e98f201 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 596 nnparadisemod:armor/xmas/santa_hat net.minecraft.item.crafting.ShapedRecipes@4d924511 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 597 nnparadisemod:armor/xmas/santa_pants net.minecraft.item.crafting.ShapedRecipes@e23fb18 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 598 nnparadisemod:armor/xmas/santa_boots net.minecraft.item.crafting.ShapedRecipes@62aafeea +[18:27:06] [Server thread/TRACE] [FML]: Registry: 599 nnparadisemod:armor/obsidian/obsidian_boots net.minecraftforge.oredict.ShapedOreRecipe@7d5689a5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 600 nnparadisemod:armor/obsidian/obsidian_leggings net.minecraftforge.oredict.ShapedOreRecipe@32b35ed2 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 601 nnparadisemod:armor/obsidian/obsidian_helmet net.minecraftforge.oredict.ShapedOreRecipe@9c77ccc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 602 nnparadisemod:armor/obsidian/obsidian_chestplate net.minecraftforge.oredict.ShapedOreRecipe@7b409935 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 603 nnparadisemod:armor/silver_leggings net.minecraftforge.oredict.ShapedOreRecipe@27dec470 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 604 nnparadisemod:armor/emerald_boots net.minecraftforge.oredict.ShapedOreRecipe@637c6caa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 605 nnparadisemod:armor/santa_boots net.minecraft.item.crafting.ShapedRecipes@24679fe +[18:27:06] [Server thread/TRACE] [FML]: Registry: 606 nnparadisemod:armor/redstone/redstone_helmet net.minecraftforge.oredict.ShapedOreRecipe@1f8d6aa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 607 nnparadisemod:armor/redstone/redstone_boots net.minecraftforge.oredict.ShapedOreRecipe@7af2cfd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 608 nnparadisemod:armor/redstone/redstone_leggings net.minecraftforge.oredict.ShapedOreRecipe@38e39ab5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 609 nnparadisemod:armor/redstone/redstone_chestplate net.minecraftforge.oredict.ShapedOreRecipe@499fa8d7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 610 nnparadisemod:quartz net.minecraft.item.crafting.ShapedRecipes@58224eff +[18:27:06] [Server thread/TRACE] [FML]: Registry: 611 nnparadisemod:cactus_stick net.minecraft.item.crafting.ShapedRecipes@160c4b01 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 612 nnparadisemod:buttons/diamond_button net.minecraft.item.crafting.ShapedRecipes@22f21d5f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 613 nnparadisemod:buttons/rusty_button net.minecraft.item.crafting.ShapelessRecipes@4d712f6a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 614 nnparadisemod:buttons/gold_button net.minecraft.item.crafting.ShapelessRecipes@5cce692d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 615 nnparadisemod:buttons/glowing_obsidian_button net.minecraft.item.crafting.ShapedRecipes@25e8f113 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 616 nnparadisemod:buttons/oak_button net.minecraft.item.crafting.ShapedRecipes@73626e8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 617 nnparadisemod:buttons/mossy_button net.minecraft.item.crafting.ShapedRecipes@16502f10 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 618 nnparadisemod:buttons/ruby_button net.minecraftforge.oredict.ShapedOreRecipe@38cc8abd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 619 nnparadisemod:buttons/cobblestone_button net.minecraft.item.crafting.ShapedRecipes@3a35c867 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 620 nnparadisemod:buttons/obsidian_button net.minecraft.item.crafting.ShapedRecipes@249fb0ca +[18:27:06] [Server thread/TRACE] [FML]: Registry: 621 nnparadisemod:buttons/emerald_button net.minecraft.item.crafting.ShapedRecipes@1907758f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 622 nnparadisemod:buttons/silver_button net.minecraftforge.oredict.ShapelessOreRecipe@272c9357 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 623 nnparadisemod:buttons/grass_button net.minecraft.item.crafting.ShapelessRecipes@5527c67a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 624 nnparadisemod:buttons/end_button net.minecraft.item.crafting.ShapedRecipes@14782800 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 625 nnparadisemod:buttons/cactus_button net.minecraft.item.crafting.ShapedRecipes@646432bb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 626 nnparadisemod:buttons/iron_button net.minecraft.item.crafting.ShapelessRecipes@69026c45 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 627 nnparadisemod:buttons/glass_trapdoor net.minecraft.item.crafting.ShapedRecipes@59f222a0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 628 nnparadisemod:enchanted_apple net.minecraft.item.crafting.ShapedRecipes@56ce8f7d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 629 nnparadisemod:doors/glowing_obsidian_door net.minecraft.item.crafting.ShapedRecipes@7d862290 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 630 nnparadisemod:doors/glass_door net.minecraft.item.crafting.ShapedRecipes@629c8363 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 631 nnparadisemod:doors/diorite_door net.minecraft.item.crafting.ShapedRecipes@3a36a189 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 632 nnparadisemod:doors/silver_door net.minecraftforge.oredict.ShapedOreRecipe@266d67db +[18:27:06] [Server thread/TRACE] [FML]: Registry: 633 nnparadisemod:doors/redstone_door_2 net.minecraft.item.crafting.ShapedRecipes@1b798e26 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 634 nnparadisemod:doors/end_door net.minecraft.item.crafting.ShapedRecipes@1531f099 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 635 nnparadisemod:doors/ruby_door net.minecraftforge.oredict.ShapedOreRecipe@34aa5d21 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 636 nnparadisemod:doors/stone_door net.minecraft.item.crafting.ShapedRecipes@eb513a9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 637 nnparadisemod:doors/diamond_door net.minecraft.item.crafting.ShapedRecipes@24970845 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 638 nnparadisemod:doors/andesite_door net.minecraft.item.crafting.ShapedRecipes@42a7d9ef +[18:27:06] [Server thread/TRACE] [FML]: Registry: 639 nnparadisemod:doors/cobblestone_door net.minecraft.item.crafting.ShapedRecipes@c3d1999 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 640 nnparadisemod:doors/granite_door net.minecraft.item.crafting.ShapedRecipes@599dae8f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 641 nnparadisemod:doors/redstone_door net.minecraft.item.crafting.ShapedRecipes@a3c65ad +[18:27:06] [Server thread/TRACE] [FML]: Registry: 642 nnparadisemod:doors/emerald_door net.minecraft.item.crafting.ShapedRecipes@509d26b8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 643 nnparadisemod:doors/rusty_door net.minecraft.item.crafting.ShapedRecipes@1da91ef9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 644 nnparadisemod:doors/obsidian_door net.minecraft.item.crafting.ShapedRecipes@40b76a92 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 645 nnparadisemod:doors/gold_door net.minecraft.item.crafting.ShapedRecipes@69f75ee3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 646 nnparadisemod:doors/cactus_door net.minecraft.item.crafting.ShapedRecipes@5a5edc9e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 647 nnparadisemod:doors/moss_stone_door net.minecraft.item.crafting.ShapedRecipes@53a13e64 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 648 nnparadisemod:silver_hopper net.minecraftforge.oredict.ShapedOreRecipe@2147b993 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 649 nnparadisemod:walls/glowing_obsidian_wall net.minecraft.item.crafting.ShapedRecipes@3938be9c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 650 nnparadisemod:walls/obsidian_wall net.minecraft.item.crafting.ShapedRecipes@21b0f557 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 651 nnparadisemod:walls/end_wall net.minecraft.item.crafting.ShapedRecipes@4a384b92 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 652 nnparadisemod:silver_nugget_from_ingot net.minecraftforge.oredict.ShapedOreRecipe@6b66a965 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 653 nnparadisemod:nether_wart net.minecraft.item.crafting.ShapedRecipes@138ebb7a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 654 nnparadisemod:tools/silver_hoe net.minecraftforge.oredict.ShapedOreRecipe@3ae3af19 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 655 nnparadisemod:tools/redstone_hoe net.minecraft.item.crafting.ShapedRecipes@2161dfa4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 656 nnparadisemod:tools/silver_axe net.minecraftforge.oredict.ShapedOreRecipe@74bc5421 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 657 nnparadisemod:tools/silver/silver_hoe net.minecraftforge.oredict.ShapedOreRecipe@51826332 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 658 nnparadisemod:tools/silver/silver_axe net.minecraftforge.oredict.ShapedOreRecipe@5ba968cb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 659 nnparadisemod:tools/silver/silver_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@63f407b7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 660 nnparadisemod:tools/silver/silver_sword net.minecraftforge.oredict.ShapedOreRecipe@a538872 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 661 nnparadisemod:tools/silver/silver_shovel net.minecraftforge.oredict.ShapedOreRecipe@42d74143 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 662 nnparadisemod:tools/cactus_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@467ef3f5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 663 nnparadisemod:tools/ruby_sword net.minecraftforge.oredict.ShapedOreRecipe@ee301c8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 664 nnparadisemod:tools/silver_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@41ea1d7f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 665 nnparadisemod:tools/ cactus/cactus_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@cd83db8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 666 nnparadisemod:tools/ cactus/cactus_sword net.minecraftforge.oredict.ShapedOreRecipe@1b3b30cd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 667 nnparadisemod:tools/ cactus/cactus_axe net.minecraftforge.oredict.ShapedOreRecipe@25d9acb3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 668 nnparadisemod:tools/ cactus/cactus_shovel net.minecraftforge.oredict.ShapedOreRecipe@8a436d9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 669 nnparadisemod:tools/ cactus/cactus_hoe net.minecraftforge.oredict.ShapedOreRecipe@55c3f32 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 670 nnparadisemod:tools/cactus_sword net.minecraftforge.oredict.ShapedOreRecipe@2cf9a66 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 671 nnparadisemod:tools/obsidian_pickaxe net.minecraft.item.crafting.ShapedRecipes@787ed4fe +[18:27:06] [Server thread/TRACE] [FML]: Registry: 672 nnparadisemod:tools/obsidian_sword net.minecraft.item.crafting.ShapedRecipes@560e0817 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 673 nnparadisemod:tools/obsidian_shovel net.minecraft.item.crafting.ShapedRecipes@245a64c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 674 nnparadisemod:tools/obsidian_axe net.minecraft.item.crafting.ShapedRecipes@69dadddf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 675 nnparadisemod:tools/ruby/ruby_sword net.minecraftforge.oredict.ShapedOreRecipe@1ae95bad +[18:27:06] [Server thread/TRACE] [FML]: Registry: 676 nnparadisemod:tools/ruby/ruby_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@7bde63c5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 677 nnparadisemod:tools/ruby/ruby_shovel net.minecraftforge.oredict.ShapedOreRecipe@c22f218 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 678 nnparadisemod:tools/ruby/ruby_hoe net.minecraftforge.oredict.ShapedOreRecipe@5a1acf73 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 679 nnparadisemod:tools/ruby/ruby_axe net.minecraftforge.oredict.ShapedOreRecipe@654a3b9b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 680 nnparadisemod:tools/emerald_shovel net.minecraft.item.crafting.ShapedRecipes@7f91a938 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 681 nnparadisemod:tools/redstone_shovel net.minecraft.item.crafting.ShapedRecipes@224e4662 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 682 nnparadisemod:tools/redstone_pickaxe net.minecraft.item.crafting.ShapedRecipes@706deaf9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 683 nnparadisemod:tools/silver_sword net.minecraftforge.oredict.ShapedOreRecipe@22b4fb9 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 684 nnparadisemod:tools/ruby_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@5813a30e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 685 nnparadisemod:tools/obsidian_hoe net.minecraft.item.crafting.ShapedRecipes@2c2e4e2a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 686 nnparadisemod:tools/emerald/emerald_hoe net.minecraft.item.crafting.ShapedRecipes@1ff92311 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 687 nnparadisemod:tools/emerald/emerald_sword net.minecraft.item.crafting.ShapedRecipes@5756dc17 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 688 nnparadisemod:tools/emerald/emerald_shovel net.minecraft.item.crafting.ShapedRecipes@5baf98d7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 689 nnparadisemod:tools/emerald/emerald_axe net.minecraft.item.crafting.ShapedRecipes@1e9271d8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 690 nnparadisemod:tools/emerald/emerald_pickaxe net.minecraft.item.crafting.ShapedRecipes@412f7f10 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 691 nnparadisemod:tools/silver_shovel net.minecraftforge.oredict.ShapedOreRecipe@417cbed4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 692 nnparadisemod:tools/cactus_axe net.minecraftforge.oredict.ShapedOreRecipe@7d010ee6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 693 nnparadisemod:tools/ruby_shovel net.minecraftforge.oredict.ShapedOreRecipe@55bdfc03 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 694 nnparadisemod:tools/rusty/rusty_shovel net.minecraftforge.oredict.ShapedOreRecipe@61c9206b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 695 nnparadisemod:tools/rusty/rusty_axe net.minecraftforge.oredict.ShapedOreRecipe@4d0db87a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 696 nnparadisemod:tools/rusty/rusty_sword net.minecraftforge.oredict.ShapedOreRecipe@742068da +[18:27:06] [Server thread/TRACE] [FML]: Registry: 697 nnparadisemod:tools/rusty/rusty_hoe net.minecraftforge.oredict.ShapedOreRecipe@1eb964de +[18:27:06] [Server thread/TRACE] [FML]: Registry: 698 nnparadisemod:tools/rusty/rusty_pickaxe net.minecraftforge.oredict.ShapedOreRecipe@1578b99c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 699 nnparadisemod:tools/cactus_shovel net.minecraftforge.oredict.ShapedOreRecipe@15076c00 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 700 nnparadisemod:tools/obsidian/obsidian_pickaxe net.minecraft.item.crafting.ShapedRecipes@3f656166 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 701 nnparadisemod:tools/obsidian/obsidian_sword net.minecraft.item.crafting.ShapedRecipes@3e60def6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 702 nnparadisemod:tools/obsidian/obsidian_shovel net.minecraft.item.crafting.ShapedRecipes@582bb275 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 703 nnparadisemod:tools/obsidian/obsidian_axe net.minecraft.item.crafting.ShapedRecipes@4c7168ae +[18:27:06] [Server thread/TRACE] [FML]: Registry: 704 nnparadisemod:tools/obsidian/obsidian_hoe net.minecraft.item.crafting.ShapedRecipes@91f78b4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 705 nnparadisemod:tools/ruby_hoe net.minecraftforge.oredict.ShapedOreRecipe@35551d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 706 nnparadisemod:tools/redstone_axe net.minecraft.item.crafting.ShapedRecipes@1225266f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 707 nnparadisemod:tools/ruby_axe net.minecraftforge.oredict.ShapedOreRecipe@5c2ea14d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 708 nnparadisemod:tools/cactus_hoe net.minecraftforge.oredict.ShapedOreRecipe@da3b3fe +[18:27:06] [Server thread/TRACE] [FML]: Registry: 709 nnparadisemod:tools/redstone/redstone_sword net.minecraft.item.crafting.ShapedRecipes@7f5ab12a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 710 nnparadisemod:tools/redstone/redstone_hoe net.minecraft.item.crafting.ShapedRecipes@7255ef70 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 711 nnparadisemod:tools/redstone/redstone_shovel net.minecraft.item.crafting.ShapedRecipes@3ddfd4d0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 712 nnparadisemod:tools/redstone/redstone_pickaxe net.minecraft.item.crafting.ShapedRecipes@1fcd0cea +[18:27:06] [Server thread/TRACE] [FML]: Registry: 713 nnparadisemod:tools/redstone/redstone_axe net.minecraft.item.crafting.ShapedRecipes@98a86b3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 714 nnparadisemod:stairs/obsidian_stairs net.minecraft.item.crafting.ShapedRecipes@1bd107f3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 715 nnparadisemod:stairs/cactus_stairs net.minecraft.item.crafting.ShapedRecipes@7b6013e7 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 716 nnparadisemod:stairs/glowing_obsidian_stairs net.minecraft.item.crafting.ShapedRecipes@2d06e5cd +[18:27:06] [Server thread/TRACE] [FML]: Registry: 717 nnparadisemod:stairs/end_stairs net.minecraft.item.crafting.ShapedRecipes@6507e78d +[18:27:06] [Server thread/TRACE] [FML]: Registry Name : minecraft:villagerprofessions +[18:27:06] [Server thread/TRACE] [FML]: Registry: 0 minecraft:farmer net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@3d4b45b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 1 minecraft:librarian net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@1136122a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2 minecraft:priest net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@5a537a16 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 3 minecraft:smith net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@72288480 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4 minecraft:butcher net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@4ea43d4d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 5 minecraft:nitwit net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@6f22c1f1 +[18:27:06] [Server thread/TRACE] [FML]: Registry Name : minecraft:entities +[18:27:06] [Server thread/TRACE] [FML]: Registry: 1 minecraft:item net.minecraftforge.fml.common.registry.EntityEntry@4552f905 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 2 minecraft:xp_orb net.minecraftforge.fml.common.registry.EntityEntry@6b64bf61 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 3 minecraft:area_effect_cloud net.minecraftforge.fml.common.registry.EntityEntry@60b553f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 4 minecraft:elder_guardian net.minecraftforge.fml.common.registry.EntityEntry@4feec184 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 5 minecraft:wither_skeleton net.minecraftforge.fml.common.registry.EntityEntry@74a74070 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 6 minecraft:stray net.minecraftforge.fml.common.registry.EntityEntry@50e8ed74 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 7 minecraft:egg net.minecraftforge.fml.common.registry.EntityEntry@56b704ea +[18:27:06] [Server thread/TRACE] [FML]: Registry: 8 minecraft:leash_knot net.minecraftforge.fml.common.registry.EntityEntry@ab4d2ba +[18:27:06] [Server thread/TRACE] [FML]: Registry: 9 minecraft:painting net.minecraftforge.fml.common.registry.EntityEntry@39f68aec +[18:27:06] [Server thread/TRACE] [FML]: Registry: 10 minecraft:arrow net.minecraftforge.fml.common.registry.EntityEntry@65ff4b8c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 11 minecraft:snowball net.minecraftforge.fml.common.registry.EntityEntry@b81938d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 12 minecraft:fireball net.minecraftforge.fml.common.registry.EntityEntry@6d842877 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 13 minecraft:small_fireball net.minecraftforge.fml.common.registry.EntityEntry@4efed0e0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 14 minecraft:ender_pearl net.minecraftforge.fml.common.registry.EntityEntry@2125535d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 15 minecraft:eye_of_ender_signal net.minecraftforge.fml.common.registry.EntityEntry@d190639 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 16 minecraft:potion net.minecraftforge.fml.common.registry.EntityEntry@5f82209e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 17 minecraft:xp_bottle net.minecraftforge.fml.common.registry.EntityEntry@515c732d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 18 minecraft:item_frame net.minecraftforge.fml.common.registry.EntityEntry@5ae87de0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 19 minecraft:wither_skull net.minecraftforge.fml.common.registry.EntityEntry@7a247711 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 20 minecraft:tnt net.minecraftforge.fml.common.registry.EntityEntry@4910afdf +[18:27:06] [Server thread/TRACE] [FML]: Registry: 21 minecraft:falling_block net.minecraftforge.fml.common.registry.EntityEntry@764db16c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 22 minecraft:fireworks_rocket net.minecraftforge.fml.common.registry.EntityEntry@45cb5307 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 23 minecraft:husk net.minecraftforge.fml.common.registry.EntityEntry@17332039 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 24 minecraft:spectral_arrow net.minecraftforge.fml.common.registry.EntityEntry@776e7dfb +[18:27:06] [Server thread/TRACE] [FML]: Registry: 25 minecraft:shulker_bullet net.minecraftforge.fml.common.registry.EntityEntry@6d5508a5 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 26 minecraft:dragon_fireball net.minecraftforge.fml.common.registry.EntityEntry@3d8bd881 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 27 minecraft:zombie_villager net.minecraftforge.fml.common.registry.EntityEntry@731ab49b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 28 minecraft:skeleton_horse net.minecraftforge.fml.common.registry.EntityEntry@41f23499 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 29 minecraft:zombie_horse net.minecraftforge.fml.common.registry.EntityEntry@1ce2029b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 30 minecraft:armor_stand net.minecraftforge.fml.common.registry.EntityEntry@43090195 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 31 minecraft:donkey net.minecraftforge.fml.common.registry.EntityEntry@7977f046 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 32 minecraft:mule net.minecraftforge.fml.common.registry.EntityEntry@6ec98ccc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 33 minecraft:evocation_fangs net.minecraftforge.fml.common.registry.EntityEntry@718ad3a6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 34 minecraft:evocation_illager net.minecraftforge.fml.common.registry.EntityEntry@625f5712 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 35 minecraft:vex net.minecraftforge.fml.common.registry.EntityEntry@4b5aa48b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 36 minecraft:vindication_illager net.minecraftforge.fml.common.registry.EntityEntry@4af84a76 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 37 minecraft:illusion_illager net.minecraftforge.fml.common.registry.EntityEntry@322ab6ce +[18:27:06] [Server thread/TRACE] [FML]: Registry: 40 minecraft:commandblock_minecart net.minecraftforge.fml.common.registry.EntityEntry@1425e531 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 41 minecraft:boat net.minecraftforge.fml.common.registry.EntityEntry@194e78af +[18:27:06] [Server thread/TRACE] [FML]: Registry: 42 minecraft:minecart net.minecraftforge.fml.common.registry.EntityEntry@4fe4503a +[18:27:06] [Server thread/TRACE] [FML]: Registry: 43 minecraft:chest_minecart net.minecraftforge.fml.common.registry.EntityEntry@7614378d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 44 minecraft:furnace_minecart net.minecraftforge.fml.common.registry.EntityEntry@7028b5cc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 45 minecraft:tnt_minecart net.minecraftforge.fml.common.registry.EntityEntry@7c0ff7a0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 46 minecraft:hopper_minecart net.minecraftforge.fml.common.registry.EntityEntry@4535bdc6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 47 minecraft:spawner_minecart net.minecraftforge.fml.common.registry.EntityEntry@5e46a125 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 50 minecraft:creeper net.minecraftforge.fml.common.registry.EntityEntry@4a47bc9c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 51 minecraft:skeleton net.minecraftforge.fml.common.registry.EntityEntry@4c164f81 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 52 minecraft:spider net.minecraftforge.fml.common.registry.EntityEntry@2f262474 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 53 minecraft:giant net.minecraftforge.fml.common.registry.EntityEntry@983050b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 54 minecraft:zombie net.minecraftforge.fml.common.registry.EntityEntry@6aadb092 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 55 minecraft:slime net.minecraftforge.fml.common.registry.EntityEntry@6614ecca +[18:27:06] [Server thread/TRACE] [FML]: Registry: 56 minecraft:ghast net.minecraftforge.fml.common.registry.EntityEntry@1800c1e3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 57 minecraft:zombie_pigman net.minecraftforge.fml.common.registry.EntityEntry@11069eac +[18:27:06] [Server thread/TRACE] [FML]: Registry: 58 minecraft:enderman net.minecraftforge.fml.common.registry.EntityEntry@22368ddc +[18:27:06] [Server thread/TRACE] [FML]: Registry: 59 minecraft:cave_spider net.minecraftforge.fml.common.registry.EntityEntry@2361365c +[18:27:06] [Server thread/TRACE] [FML]: Registry: 60 minecraft:silverfish net.minecraftforge.fml.common.registry.EntityEntry@3dbbed3e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 61 minecraft:blaze net.minecraftforge.fml.common.registry.EntityEntry@12bcf7c6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 62 minecraft:magma_cube net.minecraftforge.fml.common.registry.EntityEntry@64540344 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 63 minecraft:ender_dragon net.minecraftforge.fml.common.registry.EntityEntry@24b8a393 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 64 minecraft:wither net.minecraftforge.fml.common.registry.EntityEntry@17e6b7e4 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 65 minecraft:bat net.minecraftforge.fml.common.registry.EntityEntry@dd9de63 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 66 minecraft:witch net.minecraftforge.fml.common.registry.EntityEntry@98712fa +[18:27:06] [Server thread/TRACE] [FML]: Registry: 67 minecraft:endermite net.minecraftforge.fml.common.registry.EntityEntry@61288814 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 68 minecraft:guardian net.minecraftforge.fml.common.registry.EntityEntry@3b8d2abe +[18:27:06] [Server thread/TRACE] [FML]: Registry: 69 minecraft:shulker net.minecraftforge.fml.common.registry.EntityEntry@751bb780 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 90 minecraft:pig net.minecraftforge.fml.common.registry.EntityEntry@9d2af36 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 91 minecraft:sheep net.minecraftforge.fml.common.registry.EntityEntry@32298473 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 92 minecraft:cow net.minecraftforge.fml.common.registry.EntityEntry@38394dc3 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 93 minecraft:chicken net.minecraftforge.fml.common.registry.EntityEntry@2cacd55e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 94 minecraft:squid net.minecraftforge.fml.common.registry.EntityEntry@378c48c1 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 95 minecraft:wolf net.minecraftforge.fml.common.registry.EntityEntry@57eed461 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 96 minecraft:mooshroom net.minecraftforge.fml.common.registry.EntityEntry@7fd3fd06 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 97 minecraft:snowman net.minecraftforge.fml.common.registry.EntityEntry@54ae1240 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 98 minecraft:ocelot net.minecraftforge.fml.common.registry.EntityEntry@27210a3b +[18:27:06] [Server thread/TRACE] [FML]: Registry: 99 minecraft:villager_golem net.minecraftforge.fml.common.registry.EntityEntry@4895e8f6 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 100 minecraft:horse net.minecraftforge.fml.common.registry.EntityEntry@3428420d +[18:27:06] [Server thread/TRACE] [FML]: Registry: 101 minecraft:rabbit net.minecraftforge.fml.common.registry.EntityEntry@3c1908c8 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 102 minecraft:polar_bear net.minecraftforge.fml.common.registry.EntityEntry@705d914f +[18:27:06] [Server thread/TRACE] [FML]: Registry: 103 minecraft:llama net.minecraftforge.fml.common.registry.EntityEntry@71f8ce0e +[18:27:06] [Server thread/TRACE] [FML]: Registry: 104 minecraft:llama_spit net.minecraftforge.fml.common.registry.EntityEntry@4fd92289 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 105 minecraft:parrot net.minecraftforge.fml.common.registry.EntityEntry@4e671ef +[18:27:06] [Server thread/TRACE] [FML]: Registry: 120 minecraft:villager net.minecraftforge.fml.common.registry.EntityEntry@146fa9c0 +[18:27:06] [Server thread/TRACE] [FML]: Registry: 200 minecraft:ender_crystal net.minecraftforge.fml.common.registry.EntityEntry@49f6c25e +[18:27:06] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod minecraft +[18:27:06] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod minecraft +[18:27:06] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft took 0.000s +[18:27:06] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mcp +[18:27:06] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mcp +[18:27:06] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Coder Pack took 0.000s +[18:27:06] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod FML +[18:27:06] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod FML +[18:27:06] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Forge Mod Loader took 0.000s +[18:27:06] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod forge +[18:27:06] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod forge +[18:27:06] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Forge took 0.189s +[18:27:06] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod nnparadisemod +[18:27:06] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod nnparadisemod +[18:27:06] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Nether Noah's Paradise Mod took 0.000s +[18:27:06] [Server thread/DEBUG] [FML]: Bar Finished: ModIdMapping took 0.190s +[18:27:06] [Server thread/INFO] [FML]: Applying holder lookups +[18:27:06] [Server thread/INFO] [FML]: Holder lookups applied +[18:27:06] [Server thread/DEBUG] [FML]: Loading persistent fluid defaults from world +[18:27:06] [Server thread/DEBUG] [FML]: The fluid nnparadisemod:liquid_redstone has been selected as the default fluid for liquid_redstone +[18:27:06] [Server thread/DEBUG] [FML]: The fluid minecraft:lava has been selected as the default fluid for lava +[18:27:06] [Server thread/DEBUG] [FML]: The fluid minecraft:water has been selected as the default fluid for water +[18:27:06] [Server thread/INFO] [FML]: Loading dimension 0 (Copy of mod test) (net.minecraft.server.integrated.IntegratedServer@32b18b6e) +[18:27:06] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/redstone/wooden_pressure_plate com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:wooden_pressure_plate' at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:204) ~[AdvancementRewards$Deserializer.class:?] at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:180) ~[AdvancementRewards$Deserializer.class:?] @@ -6586,18 +12720,15 @@ com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:wooden_pressure_p at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] - at net.minecraft.advancements.AdvancementManager.loadBuiltInAdvancements(AdvancementManager.java:185) ~[AdvancementManager.class:?] - at net.minecraft.advancements.AdvancementManager.reload(AdvancementManager.java:69) ~[AdvancementManager.class:?] - at net.minecraft.server.MinecraftServer.reload(MinecraftServer.java:1585) ~[MinecraftServer.class:?] - at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_171] - at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_171] - at net.minecraft.util.Util.runTask(Util.java:53) [Util.class:?] - at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:796) [MinecraftServer.class:?] - at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:741) [MinecraftServer.class:?] - at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:192) [IntegratedServer.class:?] - at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:590) [MinecraftServer.class:?] + at net.minecraft.advancements.AdvancementManager.loadBuiltInAdvancements(AdvancementManager.java:185) [AdvancementManager.class:?] + at net.minecraft.advancements.AdvancementManager.reload(AdvancementManager.java:69) [AdvancementManager.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:61) [AdvancementManager.class:?] + at net.minecraft.world.WorldServer.init(WorldServer.java:162) [WorldServer.class:?] + at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:123) [IntegratedServer.class:?] + at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:160) [IntegratedServer.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:550) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171] -[14:09:41] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/redstone/wooden_button +[18:27:06] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/redstone/wooden_button com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:wooden_button' at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:204) ~[AdvancementRewards$Deserializer.class:?] at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:180) ~[AdvancementRewards$Deserializer.class:?] @@ -6613,19 +12744,15 @@ com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:wooden_button' at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] - at net.minecraft.advancements.AdvancementManager.loadBuiltInAdvancements(AdvancementManager.java:185) ~[AdvancementManager.class:?] - at net.minecraft.advancements.AdvancementManager.reload(AdvancementManager.java:69) ~[AdvancementManager.class:?] - at net.minecraft.server.MinecraftServer.reload(MinecraftServer.java:1585) ~[MinecraftServer.class:?] - at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_171] - at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_171] - at net.minecraft.util.Util.runTask(Util.java:53) [Util.class:?] - at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:796) [MinecraftServer.class:?] - at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:741) [MinecraftServer.class:?] - at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:192) [IntegratedServer.class:?] - at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:590) [MinecraftServer.class:?] + at net.minecraft.advancements.AdvancementManager.loadBuiltInAdvancements(AdvancementManager.java:185) [AdvancementManager.class:?] + at net.minecraft.advancements.AdvancementManager.reload(AdvancementManager.java:69) [AdvancementManager.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:61) [AdvancementManager.class:?] + at net.minecraft.world.WorldServer.init(WorldServer.java:162) [WorldServer.class:?] + at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:123) [IntegratedServer.class:?] + at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:160) [IntegratedServer.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:550) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171] -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/gui/widgets.png took 0.016s -[14:09:41] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/decorations/crafting_table +[18:27:06] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/decorations/crafting_table com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:crafting_table' at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:204) ~[AdvancementRewards$Deserializer.class:?] at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:180) ~[AdvancementRewards$Deserializer.class:?] @@ -6641,1196 +12768,895 @@ com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:crafting_table' at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] - at net.minecraft.advancements.AdvancementManager.loadBuiltInAdvancements(AdvancementManager.java:185) ~[AdvancementManager.class:?] - at net.minecraft.advancements.AdvancementManager.reload(AdvancementManager.java:69) ~[AdvancementManager.class:?] - at net.minecraft.server.MinecraftServer.reload(MinecraftServer.java:1585) ~[MinecraftServer.class:?] - at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_171] - at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_171] - at net.minecraft.util.Util.runTask(Util.java:53) [Util.class:?] - at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:796) [MinecraftServer.class:?] - at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:741) [MinecraftServer.class:?] - at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:192) [IntegratedServer.class:?] - at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:590) [MinecraftServer.class:?] + at net.minecraft.advancements.AdvancementManager.loadBuiltInAdvancements(AdvancementManager.java:185) [AdvancementManager.class:?] + at net.minecraft.advancements.AdvancementManager.reload(AdvancementManager.java:69) [AdvancementManager.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:61) [AdvancementManager.class:?] + at net.minecraft.world.WorldServer.init(WorldServer.java:162) [WorldServer.class:?] + at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:123) [IntegratedServer.class:?] + at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:160) [IntegratedServer.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:550) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171] -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/gui/world_selection.png took 0.025s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/witch.png took 0.003s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/chest/normal.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/villager/farmer.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/silverfish.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/bat.png took 0.003s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/atlas/blocks.png took 0.000s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/gui/title/background/panorama_5.png took 0.011s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:dynamic/background_1 took 0.000s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - nnparadisemod:textures/models/armor/ruby_layer_2.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/spider/cave_spider.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/slime/slime.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - nnparadisemod:textures/models/armor/ruby_layer_1.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/font/ascii_sga.png took 0.004s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/models/armor/diamond_layer_1.png took 0.073s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/zombie_villager/zombie_priest.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/environment/clouds.png took 0.007s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/bed/red.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/misc/underwater.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/environment/sun.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/environment/moon_phases.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/pig/pig.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/gui/container/creative_inventory/tab_items.png took 0.008s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/gui/title/background/panorama_4.png took 0.008s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/models/armor/diamond_layer_2.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/misc/shadow.png took 0.003s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/minecart.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/particle/particles.png took 0.005s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - nnparadisemod:textures/models/armor/redstone_layer_1.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - nnparadisemod:textures/models/armor/obsidian_layer_2.png took 0.068s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - nnparadisemod:textures/models/armor/emerald_layer_2.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/zombie/zombie.png took 0.003s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/misc/forcefield.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/enderman/enderman.png took 0.005s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/enchanting_table_book.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:dynamic/lightmap_1 took 0.000s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/gui/title/background/panorama_3.png took 0.008s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/gui/container/creative_inventory/tabs.png took 0.007s -[14:09:41] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 491 advancements -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/zombie_villager/zombie_villager.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - nnparadisemod:textures/models/armor/obsidian_layer_1.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/enderman/enderman_eyes.png took 0.002s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/chicken.png took 0.006s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/villager/smith.png took 0.004s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/font/ascii.png took 0.003s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/misc/vignette.png took 0.011s -[14:09:41] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/squid.png took 0.002s -[14:09:42] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - nnparadisemod:textures/models/armor/redstone_layer_2.png took 0.073s -[14:09:42] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/chest/normal_double.png took 0.003s -[14:09:42] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - nnparadisemod:textures/models/armor/emerald_layer_1.png took 0.012s -[14:09:42] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/gui/title/background/panorama_2.png took 0.022s -[14:09:42] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/gui/title/minecraft.png took 0.010s -[14:09:42] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:textures/entity/sheep/sheep_fur.png took 0.002s -[14:09:42] [main/DEBUG] [FML]: Bar Step: Reloading Texture Manager - minecraft:worlds/copy of mod test/icon took 0.000s -[14:09:42] [main/DEBUG] [FML]: Bar Finished: Reloading Texture Manager took 0.685s -[14:09:43] [main/DEBUG] [FML]: Bar Finished: Loading sounds took 0.919s -[14:09:43] [main/INFO] [net.minecraft.client.audio.SoundManager]: SoundSystem shutting down... -[14:09:43] [main/WARN] [net.minecraft.client.audio.SoundManager]: Author: Paul Lamb, www.paulscode.com -[14:09:43] [Sound Library Loader/INFO] [net.minecraft.client.audio.SoundManager]: Starting up SoundSystem... -[14:09:43] [Thread-11/INFO] [net.minecraft.client.audio.SoundManager]: Initializing LWJGL OpenAL -[14:09:43] [Thread-11/INFO] [net.minecraft.client.audio.SoundManager]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) -[14:09:43] [Thread-11/INFO] [net.minecraft.client.audio.SoundManager]: OpenAL initialized. -[14:09:43] [Sound Library Loader/INFO] [net.minecraft.client.audio.SoundManager]: Sound engine started -[14:09:45] [main/DEBUG] [FML]: Bar Finished: ModelLoader: blocks took 1.956s -[14:09:45] [main/DEBUG] [FML]: Item json isn't found for 'forge:dynbucket#inventory', trying to load the variant from the blockstate json -[14:09:45] [main/DEBUG] [FML]: Bar Finished: ModelLoader: items took 0.638s -[14:09:45] [main/INFO] [FML]: Max texture size: 16384 -[14:09:46] [main/DEBUG] [FML]: Bar Finished: Texture stitching took 0.436s -[14:09:46] [main/DEBUG] [FML]: Bar Finished: Texture stitching took 0.062s -[14:09:46] [main/INFO] [net.minecraft.client.renderer.texture.TextureMap]: Created: 1024x512 textures-atlas -[14:09:46] [main/DEBUG] [FML]: Bar Finished: Texture creation took 0.066s -[14:09:46] [main/DEBUG] [FML]: Bar Finished: Texture mipmap and upload took 0.015s -[14:09:47] [main/DEBUG] [FML]: Bar Finished: ModelLoader: baking took 0.847s -[14:09:47] [main/DEBUG] [FML]: Bar Finished: Reloading took 6.043s -[14:09:47] [main/DEBUG] [FML]: Bar Step: Loading Resources - Reloading listeners took 6.044s -[14:09:47] [main/DEBUG] [FML]: Bar Finished: Loading Resources took 6.163s -[14:09:47] [main/DEBUG] [FML]: Mod Forge Mod Loader is missing a pack.mcmeta file, substituting a dummy one -[14:09:47] [main/DEBUG] [FML]: Mod Minecraft Forge is missing a pack.mcmeta file, substituting a dummy one -[14:09:47] [main/DEBUG] [FML]: Mod Nether Noah's Paradise Mod is missing a pack.mcmeta file, substituting a dummy one -[14:09:47] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 51 advancements -[14:09:52] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Creative Mode] -[14:09:52] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Creative Mode -[14:09:52] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:10:17] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-3, -284] in dimension 0 (overworld) while populating chunk [-3, -285], causing cascading worldgen lag. -[14:10:17] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:10:37] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:11:02] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /fill, /forge, /function -[14:11:22] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:11:59] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Spectator Mode] -[14:11:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Spectator Mode -[14:12:04] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: 910 blocks filled] -[14:12:04] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] 910 blocks filled -[14:12:07] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:12:12] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2447ms behind, skipping 48 tick(s) -[14:12:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Creative Mode] -[14:12:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Creative Mode -[14:12:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Player829 has made the advancement [Stone Age] -[14:12:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Player829 has made the advancement [Stone Age] -[14:12:42] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 65 advancements -[14:12:52] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:13:37] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:13:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /fill, /forge, /function -[14:14:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Spectator Mode] -[14:14:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Spectator Mode -[14:14:22] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:14:30] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: 891 blocks filled] -[14:14:30] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] 891 blocks filled -[14:14:38] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2649ms behind, skipping 52 tick(s) -[14:14:52] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Creative Mode] -[14:14:52] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Creative Mode -[14:15:08] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:15:53] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:16:26] [main/WARN] [net.minecraft.client.network.NetHandlerPlayClient]: Received passengers for unknown entity -[14:16:38] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:16:44] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:16:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:16:44] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:16:59] [main/WARN] [net.minecraft.client.network.NetHandlerPlayClient]: Received passengers for unknown entity -[14:17:31] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:17:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [52, -283] in dimension 0 (overworld) while populating chunk [52, -284], causing cascading worldgen lag. -[14:17:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:17:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [53, -283] in dimension 0 (overworld) while populating chunk [52, -284], causing cascading worldgen lag. -[14:17:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:17:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [54, -284] in dimension 0 (overworld) while populating chunk [52, -284], causing cascading worldgen lag. -[14:17:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:17:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [54, -283] in dimension 0 (overworld) while populating chunk [52, -284], causing cascading worldgen lag. -[14:17:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:17:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [52, -282] in dimension 0 (overworld) while populating chunk [52, -284], causing cascading worldgen lag. -[14:17:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:17:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [53, -282] in dimension 0 (overworld) while populating chunk [52, -284], causing cascading worldgen lag. -[14:17:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:17:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [54, -282] in dimension 0 (overworld) while populating chunk [52, -284], causing cascading worldgen lag. -[14:17:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:17:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [51, -283] in dimension 0 (overworld) while populating chunk [51, -284], causing cascading worldgen lag. -[14:17:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:17:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [57, -284] in dimension 0 (overworld) while populating chunk [56, -284], causing cascading worldgen lag. -[14:17:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:17:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [55, -283] in dimension 0 (overworld) while populating chunk [56, -284], causing cascading worldgen lag. -[14:17:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:17:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [56, -283] in dimension 0 (overworld) while populating chunk [56, -284], causing cascading worldgen lag. -[14:17:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:17:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [57, -283] in dimension 0 (overworld) while populating chunk [56, -284], causing cascading worldgen lag. -[14:17:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:17:44] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 3382ms behind, skipping 67 tick(s) -[14:17:46] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Spectator Mode] -[14:17:46] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Spectator Mode -[14:18:03] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [65, -291] in dimension 0 (overworld) while populating chunk [64, -291], causing cascading worldgen lag. -[14:18:03] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:18:03] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [64, -290] in dimension 0 (overworld) while populating chunk [64, -291], causing cascading worldgen lag. -[14:18:03] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:18:03] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [65, -290] in dimension 0 (overworld) while populating chunk [64, -291], causing cascading worldgen lag. -[14:18:03] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:18:09] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Creative Mode] -[14:18:09] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Creative Mode -[14:18:17] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:18:24] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Given [Farmland] * 1 to Player829] -[14:18:24] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Given [Farmland] * 1 to Player829 -[14:19:02] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:19:47] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:20:12] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [51, -275] in dimension 0 (overworld) while populating chunk [50, -275], causing cascading worldgen lag. -[14:20:12] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:20:12] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [50, -274] in dimension 0 (overworld) while populating chunk [50, -275], causing cascading worldgen lag. -[14:20:12] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:20:12] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [51, -274] in dimension 0 (overworld) while populating chunk [50, -275], causing cascading worldgen lag. -[14:20:12] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:20:32] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:20:39] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Player829 has made the advancement [A Seedy Place] -[14:20:39] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Player829 has made the advancement [A Seedy Place] -[14:20:39] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 69 advancements -[14:21:17] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:22:02] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:22:24] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 71 advancements -[14:22:29] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Spectator Mode] -[14:22:29] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Spectator Mode -[14:22:47] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:23:01] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Creative Mode] -[14:23:01] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Creative Mode -[14:23:32] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:23:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:23:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:23:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:23:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:23:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:23:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:23:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:23:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:23:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:23:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:23:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:23:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:23:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:23:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:23:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:23:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:23:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:23:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:23:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:23:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:23:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:23:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:23:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:23:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:23:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:23:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:23:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:23:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:23:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:23:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:23:51] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:23:51] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:23:51] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:24:00] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:24:00] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:24:00] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:24:29] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:24:29] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:24:29] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:24:29] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:24:35] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:24:35] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:24:35] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:24:35] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:24:35] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:24:35] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:24:35] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:24:35] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:24:35] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:24:35] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:43] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 72 advancements -[14:24:45] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:24:45] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:24:45] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:24:45] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:24:49] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:52] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 73 advancements -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:25:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:25:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:25:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:25:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:25:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:25:34] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:25:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:25:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Player829 has made the advancement [Monster Hunter] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Player829 has made the advancement [Monster Hunter] -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 83 advancements -[14:25:59] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:59] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:59] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:59] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:59] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:59] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:59] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:59] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:59] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:26:00] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Spectator Mode] -[14:26:00] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Spectator Mode -[14:26:13] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Creative Mode] -[14:26:13] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Creative Mode -[14:26:15] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 117 advancements -[14:26:19] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:26:46] [main/INFO] [net.minecraft.client.multiplayer.ChunkProviderClient]: Warning: Clientside chunk ticking took 104 ms -[14:27:04] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:13] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 121 advancements -[14:27:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:27:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:27:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:27:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:27:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:27:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:27:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:27:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:27:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:27:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:27:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:27:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:27:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:27:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:27:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:27:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:27:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:27:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:27:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:27:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:27:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:27:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:27:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:27:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:27:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:27:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:27:49] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:01] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:28:01] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:28:01] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:39] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:28:39] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:28:43] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:28:54] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:28:54] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:28:54] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:29:40] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:30:10] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Spectator Mode] -[14:30:10] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Spectator Mode -[14:30:13] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Creative Mode] -[14:30:13] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Creative Mode -[14:30:25] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:30:48] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:30:48] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:30:48] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:31:12] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:31:12] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:31:12] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:07] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:36:52] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:37:37] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:38:22] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:39:05] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:39:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:39:05] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:39:08] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:39:53] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:40:03] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /fill, /forge, /function -[14:40:38] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:41:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: 2110 blocks filled] -[14:41:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] 2110 blocks filled -[14:41:21] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 7282ms behind, skipping 145 tick(s) -[14:41:28] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:42:13] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:42:58] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:43:43] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:44:26] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:44:26] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:44:26] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:44:34] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:45:19] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:46:04] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:46:16] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:46:16] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:46:16] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:46:30] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:46:30] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:46:30] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:51:10] [main/WARN] [net.minecraft.client.network.NetHandlerPlayClient]: Received passengers for unknown entity -[14:51:17] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:52:02] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:52:47] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:53:32] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:53:34] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:53:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:53:34] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:54:27] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:55:06] [main/WARN] [net.minecraft.client.network.NetHandlerPlayClient]: Received passengers for unknown entity -[14:55:12] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:55:57] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:56:33] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:56:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:56:33] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:56:34] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Changing difficulty to HARD, from NORMAL -[14:56:43] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:57:01] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:57:01] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:57:01] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:57:29] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:58:14] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:58:16] [main/WARN] [net.minecraft.client.network.NetHandlerPlayClient]: Received passengers for unknown entity -[14:58:56] [main/WARN] [net.minecraft.client.network.NetHandlerPlayClient]: Received passengers for unknown entity -[14:58:59] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[14:59:44] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:00:29] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:01:14] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:01:36] [main/WARN] [net.minecraft.client.network.NetHandlerPlayClient]: Received passengers for unknown entity -[15:01:59] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:02:01] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /fill, /forge, /function -[15:02:44] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:02:45] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: 910 blocks filled] -[15:02:45] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] 910 blocks filled -[15:03:27] [main/WARN] [net.minecraft.client.network.NetHandlerPlayClient]: Received passengers for unknown entity -[15:03:29] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:03:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Spectator Mode] -[15:03:37] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Spectator Mode -[15:03:43] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Creative Mode] -[15:03:43] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Creative Mode -[15:04:13] [main/WARN] [net.minecraft.client.network.NetHandlerPlayClient]: Received passengers for unknown entity -[15:04:14] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:04:40] [main/WARN] [net.minecraft.client.network.NetHandlerPlayClient]: Received passengers for unknown entity -[15:04:58] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2029ms behind, skipping 40 tick(s) -[15:05:00] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:05:08] [main/WARN] [net.minecraft.client.network.NetHandlerPlayClient]: Received passengers for unknown entity -[15:05:12] [main/WARN] [net.minecraft.client.network.NetHandlerPlayClient]: Received passengers for unknown entity -[15:05:44] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:06:08] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [59, -273] in dimension 0 (overworld) while populating chunk [59, -274], causing cascading worldgen lag. -[15:06:08] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:06:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /fill, /forge, /function -[15:06:24] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[15:06:24] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[15:06:24] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:06:32] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:06:55] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: 1162 blocks filled] -[15:06:55] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] 1162 blocks filled -[15:07:03] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2644ms behind, skipping 52 tick(s) -[15:07:17] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:07:24] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[15:07:24] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[15:07:24] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:07:39] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [73, -279] in dimension 0 (overworld) while populating chunk [73, -280], causing cascading worldgen lag. -[15:07:39] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:07:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [75, -281] in dimension 0 (overworld) while populating chunk [74, -281], causing cascading worldgen lag. -[15:07:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:07:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [74, -280] in dimension 0 (overworld) while populating chunk [74, -281], causing cascading worldgen lag. -[15:07:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:07:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [75, -280] in dimension 0 (overworld) while populating chunk [74, -281], causing cascading worldgen lag. -[15:07:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:07:48] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [79, -290] in dimension 0 (overworld) while populating chunk [78, -290], causing cascading worldgen lag. -[15:07:48] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:07:48] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [78, -289] in dimension 0 (overworld) while populating chunk [78, -290], causing cascading worldgen lag. -[15:07:48] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:07:48] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [79, -289] in dimension 0 (overworld) while populating chunk [78, -290], causing cascading worldgen lag. -[15:07:48] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:08:00] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [85, -283] in dimension 0 (overworld) while populating chunk [84, -283], causing cascading worldgen lag. -[15:08:00] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:08:00] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [84, -282] in dimension 0 (overworld) while populating chunk [84, -283], causing cascading worldgen lag. -[15:08:00] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:08:00] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [85, -282] in dimension 0 (overworld) while populating chunk [84, -283], causing cascading worldgen lag. -[15:08:00] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:08:02] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [86, -285] in dimension 0 (overworld) while populating chunk [85, -285], causing cascading worldgen lag. -[15:08:02] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:08:02] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [86, -284] in dimension 0 (overworld) while populating chunk [85, -285], causing cascading worldgen lag. -[15:08:02] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:08:02] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [87, -285] in dimension 0 (overworld) while populating chunk [85, -285], causing cascading worldgen lag. -[15:08:02] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:08:02] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [87, -284] in dimension 0 (overworld) while populating chunk [85, -285], causing cascading worldgen lag. -[15:08:02] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:08:02] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [88, -284] in dimension 0 (overworld) while populating chunk [87, -284], causing cascading worldgen lag. -[15:08:02] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:08:02] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [86, -283] in dimension 0 (overworld) while populating chunk [87, -284], causing cascading worldgen lag. -[15:08:02] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:08:02] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [87, -283] in dimension 0 (overworld) while populating chunk [87, -284], causing cascading worldgen lag. -[15:08:02] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:08:02] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [88, -283] in dimension 0 (overworld) while populating chunk [87, -284], causing cascading worldgen lag. -[15:08:02] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:08:10] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:08:55] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:09:40] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:10:25] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:10:37] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[15:10:37] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[15:10:37] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:11:12] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:11:25] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[15:11:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[15:11:25] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:11:59] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:12:37] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /fill, /forge, /function -[15:12:44] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:13:29] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:13:55] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[15:13:55] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[15:13:55] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:13:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /gamemode, /gamerule, /give -[15:13:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /gamemode, /gamerule, /give -[15:13:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] randomTickSpeed, reducedDebugInfo -[15:14:02] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] maxCommandChainLength, maxEntityCramming, mobGriefing -[15:14:03] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] maxCommandChainLength, maxEntityCramming, mobGriefing -[15:14:03] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] maxCommandChainLength, maxEntityCramming, mobGriefing -[15:14:07] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Game rule mobGriefing has been updated to false] -[15:14:07] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Game rule mobGriefing has been updated to false -[15:14:15] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:14:22] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /gamemode, /gamerule, /give -[15:14:23] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Survival Mode] -[15:14:23] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Survival Mode -[15:14:30] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: 1202 blocks filled] -[15:14:30] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] 1202 blocks filled -[15:14:43] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[15:14:43] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[15:14:43] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:14:48] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /gamemode, /gamerule, /give -[15:14:48] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Player829 was slain by Zombie Villager -[15:14:48] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Player829 was slain by Zombie Villager -[15:14:57] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /?, /advancement, /blockdata, /clear, /clone, /debug, /defaultgamemode, /difficulty, /effect, /enchant, /entitydata, /execute, /fill, /forge, /function, /gamemode, /gamerule, /give, /help, /kill, /locate, /me, /msg, /particle, /playsound, /publish, /recipe, /reload, /replaceitem, /say, /scoreboard, /seed, /setblock, /setworldspawn, /spawnpoint, /spreadplayers, /stats, /stopsound, /summon, /teleport, /tell, /tellraw, /testfor, /testforblock, /testforblocks, /time, /title, /toggledownfall, /tp, /trigger, /w, /weather, /worldborder, /xp -[15:14:57] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /?, /advancement, /blockdata, /clear, /clone, /debug, /defaultgamemode, /difficulty, /effect, /enchant, /entitydata, /execute, /fill, /forge, /function, /gamemode, /gamerule, /give, /help, /kill, /locate, /me, /msg, /particle, /playsound, /publish, /recipe, /reload, /replaceitem, /say, /scoreboard, /seed, /setblock, /setworldspawn, /spawnpoint, /spreadplayers, /stats, /stopsound, /summon, /teleport, /tell, /tellraw, /testfor, /testforblock, /testforblocks, /time, /title, /toggledownfall, /tp, /trigger, /w, /weather, /worldborder, /xp -[15:14:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /?, /advancement, /blockdata, /clear, /clone, /debug, /defaultgamemode, /difficulty, /effect, /enchant, /entitydata, /execute, /fill, /forge, /function, /gamemode, /gamerule, /give, /help, /kill, /locate, /me, /msg, /particle, /playsound, /publish, /recipe, /reload, /replaceitem, /say, /scoreboard, /seed, /setblock, /setworldspawn, /spawnpoint, /spreadplayers, /stats, /stopsound, /summon, /teleport, /tell, /tellraw, /testfor, /testforblock, /testforblocks, /time, /title, /toggledownfall, /tp, /trigger, /w, /weather, /worldborder, /xp -[15:14:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /?, /advancement, /blockdata, /clear, /clone, /debug, /defaultgamemode, /difficulty, /effect, /enchant, /entitydata, /execute, /fill, /forge, /function, /gamemode, /gamerule, /give, /help, /kill, /locate, /me, /msg, /particle, /playsound, /publish, /recipe, /reload, /replaceitem, /say, /scoreboard, /seed, /setblock, /setworldspawn, /spawnpoint, /spreadplayers, /stats, /stopsound, /summon, /teleport, /tell, /tellraw, /testfor, /testforblock, /testforblocks, /time, /title, /toggledownfall, /tp, /trigger, /w, /weather, /worldborder, /xp -[15:14:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /?, /advancement, /blockdata, /clear, /clone, /debug, /defaultgamemode, /difficulty, /effect, /enchant, /entitydata, /execute, /fill, /forge, /function, /gamemode, /gamerule, /give, /help, /kill, /locate, /me, /msg, /particle, /playsound, /publish, /recipe, /reload, /replaceitem, /say, /scoreboard, /seed, /setblock, /setworldspawn, /spawnpoint, /spreadplayers, /stats, /stopsound, /summon, /teleport, /tell, /tellraw, /testfor, /testforblock, /testforblocks, /time, /title, /toggledownfall, /tp, /trigger, /w, /weather, /worldborder, /xp -[15:15:03] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:15:04] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /gamemode, /gamerule -[15:15:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Creative Mode] -[15:15:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Creative Mode -[15:15:13] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Cannot place blocks outside of the world -[15:15:27] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Unknown command. Try /help for a list of commands -[15:15:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Entity '1287' cannot be found -[15:15:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Teleported Player829 to 1287.5, 35.0, -4600.5] -[15:15:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Teleported Player829 to 1287.5, 35.0, -4600.5 -[15:15:44] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[15:15:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[15:15:44] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:15:50] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:16:35] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:17:17] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /gamemode, /gamerule, /give -[15:17:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Survival Mode] -[15:17:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Survival Mode -[15:17:20] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:17:24] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Player829 blew up -[15:17:24] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Player829 blew up -[15:17:30] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 3445ms behind, skipping 68 tick(s) -[15:17:46] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Teleported Player829 to 1287.5, 35.0, -4600.5] -[15:17:46] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Teleported Player829 to 1287.5, 35.0, -4600.5 -[15:17:54] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Creative Mode] -[15:17:54] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Creative Mode -[15:18:06] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:18:20] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [88, -294] in dimension 0 (overworld) while populating chunk [88, -295], causing cascading worldgen lag. -[15:18:20] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:18:21] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [82, -279] in dimension 0 (overworld) while populating chunk [82, -280], causing cascading worldgen lag. -[15:18:21] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:18:25] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [79, -275] in dimension 0 (overworld) while populating chunk [79, -276], causing cascading worldgen lag. -[15:18:25] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:18:25] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [80, -275] in dimension 0 (overworld) while populating chunk [79, -276], causing cascading worldgen lag. -[15:18:25] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:18:26] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[15:18:26] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[15:18:26] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:33:58] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [86, -274] in dimension 0 (overworld) while populating chunk [86, -275], causing cascading worldgen lag. -[15:33:58] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:34:04] [main/WARN] [net.minecraft.client.network.NetHandlerPlayClient]: Received passengers for unknown entity -[15:34:10] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Spectator Mode] -[15:34:10] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Spectator Mode -[15:34:17] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[15:34:17] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[15:34:17] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:34:19] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[15:34:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[15:34:19] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:34:22] [main/INFO] [net.minecraft.client.Minecraft]: Stopping! -[15:34:22] [Server thread/TRACE] [FML]: Sending event FMLServerStoppingEvent to mod minecraft -[15:34:22] [Server thread/TRACE] [FML]: Sent event FMLServerStoppingEvent to mod minecraft -[15:34:22] [Server thread/DEBUG] [FML]: Bar Step: ServerStopping - Minecraft took 0.001s -[15:34:22] [Server thread/TRACE] [FML]: Sending event FMLServerStoppingEvent to mod mcp -[15:34:22] [Server thread/TRACE] [FML]: Sent event FMLServerStoppingEvent to mod mcp -[15:34:22] [Server thread/DEBUG] [FML]: Bar Step: ServerStopping - Minecraft Coder Pack took 0.001s -[15:34:22] [Server thread/TRACE] [FML]: Sending event FMLServerStoppingEvent to mod FML -[15:34:22] [Server thread/TRACE] [FML]: Sent event FMLServerStoppingEvent to mod FML -[15:34:22] [Server thread/DEBUG] [FML]: Bar Step: ServerStopping - Forge Mod Loader took 0.000s -[15:34:22] [Server thread/TRACE] [FML]: Sending event FMLServerStoppingEvent to mod forge -[15:34:22] [Server thread/TRACE] [FML]: Sent event FMLServerStoppingEvent to mod forge -[15:34:22] [Server thread/DEBUG] [FML]: Bar Step: ServerStopping - Minecraft Forge took 0.001s -[15:34:22] [Server thread/TRACE] [FML]: Sending event FMLServerStoppingEvent to mod nnparadisemod -[15:34:22] [Server thread/TRACE] [FML]: Sent event FMLServerStoppingEvent to mod nnparadisemod -[15:34:22] [Server thread/DEBUG] [FML]: Bar Step: ServerStopping - Nether Noah's Paradise Mod took 0.001s -[15:34:22] [Server thread/DEBUG] [FML]: Bar Finished: ServerStopping took 0.003s -[15:34:22] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server -[15:34:22] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving players -[15:34:22] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds -[15:34:22] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[15:34:22] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save mod test -[15:34:22] [Server thread/INFO] [FML]: Unloading dimension 0 -[15:34:22] [Server thread/DEBUG] [FML]: Reverting to frozen data state. -[15:34:22] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod minecraft -[15:34:22] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod minecraft -[15:34:22] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft took 0.000s -[15:34:22] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mcp -[15:34:22] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mcp -[15:34:22] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Coder Pack took 0.000s -[15:34:22] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod FML -[15:34:22] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod FML -[15:34:22] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Forge Mod Loader took 0.000s -[15:34:22] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod forge -[15:34:23] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod forge -[15:34:23] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Forge took 0.178s -[15:34:23] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod nnparadisemod -[15:34:23] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod nnparadisemod -[15:34:23] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Nether Noah's Paradise Mod took 0.001s -[15:34:23] [Server thread/DEBUG] [FML]: Bar Finished: ModIdMapping took 0.179s -[15:34:23] [Server thread/INFO] [FML]: Applying holder lookups -[15:34:23] [Server thread/INFO] [FML]: Holder lookups applied -[15:34:23] [Server thread/DEBUG] [FML]: Frozen state restored. -[15:34:23] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod minecraft -[15:34:23] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod minecraft -[15:34:23] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Minecraft took 0.000s -[15:34:23] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod mcp -[15:34:23] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod mcp -[15:34:23] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Minecraft Coder Pack took 0.000s -[15:34:23] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod FML -[15:34:23] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod FML -[15:34:23] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Forge Mod Loader took 0.000s -[15:34:23] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod forge -[15:34:23] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod forge -[15:34:23] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Minecraft Forge took 0.000s -[15:34:23] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod nnparadisemod -[15:34:23] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod nnparadisemod -[15:34:23] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Nether Noah's Paradise Mod took 0.000s -[15:34:23] [Server thread/DEBUG] [FML]: Bar Finished: ServerStopped took 0.001s -[15:34:23] [main/INFO] [net.minecraft.client.audio.SoundManager]: SoundSystem shutting down... -[15:34:23] [main/WARN] [net.minecraft.client.audio.SoundManager]: Author: Paul Lamb, www.paulscode.com +[18:27:06] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 491 advancements +[18:27:06] [Server thread/INFO] [FML]: Loading dimension 1 (Copy of mod test) (net.minecraft.server.integrated.IntegratedServer@32b18b6e) +[18:27:06] [Server thread/INFO] [FML]: Loading dimension -1 (Copy of mod test) (net.minecraft.server.integrated.IntegratedServer@32b18b6e) +[18:27:06] [Server thread/INFO] [FML]: Loading dimension -2 (Copy of mod test) (net.minecraft.server.integrated.IntegratedServer@32b18b6e) +[18:27:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0 +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 4] in dimension 0 (overworld) while populating chunk [-28, 4], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 4] in dimension 0 (overworld) while populating chunk [-29, 4], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-31, 4] in dimension 0 (overworld) while populating chunk [-30, 4], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-31, 3] in dimension 0 (overworld) while populating chunk [-31, 4], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-32, 3] in dimension 0 (overworld) while populating chunk [-31, 3], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 5] in dimension 0 (overworld) while populating chunk [-28, 6], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 5] in dimension 0 (overworld) while populating chunk [-29, 5], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 6] in dimension 0 (overworld) while populating chunk [-28, 7], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 7] in dimension 0 (overworld) while populating chunk [-28, 8], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 6] in dimension 0 (overworld) while populating chunk [-29, 7], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 8] in dimension 0 (overworld) while populating chunk [-28, 9], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 7] in dimension 0 (overworld) while populating chunk [-29, 8], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 12] in dimension 0 (overworld) while populating chunk [-28, 13], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 11] in dimension 0 (overworld) while populating chunk [-29, 12], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 10] in dimension 0 (overworld) while populating chunk [-29, 11], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 9] in dimension 0 (overworld) while populating chunk [-29, 11], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 8] in dimension 0 (overworld) while populating chunk [-29, 9], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 13] in dimension 0 (overworld) while populating chunk [-28, 14], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 14] in dimension 0 (overworld) while populating chunk [-28, 15], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 14] in dimension 0 (overworld) while populating chunk [-29, 14], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 13] in dimension 0 (overworld) while populating chunk [-30, 14], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-31, 13] in dimension 0 (overworld) while populating chunk [-30, 13], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-32, 13] in dimension 0 (overworld) while populating chunk [-31, 13], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 6% +[18:27:08] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 17] in dimension 0 (overworld) while populating chunk [-28, 18], causing cascading worldgen lag. +[18:27:08] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:08] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 18] in dimension 0 (overworld) while populating chunk [-28, 19], causing cascading worldgen lag. +[18:27:08] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:08] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 21] in dimension 0 (overworld) while populating chunk [-28, 22], causing cascading worldgen lag. +[18:27:08] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:08] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 23] in dimension 0 (overworld) while populating chunk [-28, 23], causing cascading worldgen lag. +[18:27:08] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:08] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 22] in dimension 0 (overworld) while populating chunk [-28, 23], causing cascading worldgen lag. +[18:27:08] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:08] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 3] in dimension 0 (overworld) while populating chunk [-26, 4], causing cascading worldgen lag. +[18:27:08] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:08] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-28, 3] in dimension 0 (overworld) while populating chunk [-27, 3], causing cascading worldgen lag. +[18:27:08] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:08] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 9] in dimension 0 (overworld) while populating chunk [-26, 8], causing cascading worldgen lag. +[18:27:08] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 13% +[18:27:09] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 3] in dimension 0 (overworld) while populating chunk [-25, 4], causing cascading worldgen lag. +[18:27:09] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:09] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 21% +[18:27:10] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-22, 3] in dimension 0 (overworld) while populating chunk [-22, 4], causing cascading worldgen lag. +[18:27:10] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:10] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 32% +[18:27:11] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 38% +[18:27:13] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 47% +[18:27:14] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 55% +[18:27:14] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-14, 3] in dimension 0 (overworld) while populating chunk [-13, 4], causing cascading worldgen lag. +[18:27:14] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:14] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-13, 3] in dimension 0 (overworld) while populating chunk [-13, 4], causing cascading worldgen lag. +[18:27:14] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:14] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-14, 2] in dimension 0 (overworld) while populating chunk [-13, 3], causing cascading worldgen lag. +[18:27:14] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:15] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 65% +[18:27:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-12, 3] in dimension 0 (overworld) while populating chunk [-11, 4], causing cascading worldgen lag. +[18:27:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-11, 3] in dimension 0 (overworld) while populating chunk [-11, 4], causing cascading worldgen lag. +[18:27:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-11, 2] in dimension 0 (overworld) while populating chunk [-11, 3], causing cascading worldgen lag. +[18:27:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:16] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 75% +[18:27:16] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-10, 3] in dimension 0 (overworld) while populating chunk [-9, 4], causing cascading worldgen lag. +[18:27:16] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:17] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 85% +[18:27:18] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 94% +[18:27:18] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-5, 3] in dimension 0 (overworld) while populating chunk [-5, 4], causing cascading worldgen lag. +[18:27:18] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:18] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod minecraft +[18:27:18] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod minecraft +[18:27:18] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Minecraft took 0.000s +[18:27:18] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod mcp +[18:27:18] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod mcp +[18:27:18] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Minecraft Coder Pack took 0.000s +[18:27:18] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod FML +[18:27:18] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod FML +[18:27:18] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Forge Mod Loader took 0.000s +[18:27:18] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod forge +[18:27:18] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod forge +[18:27:18] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Minecraft Forge took 0.000s +[18:27:18] [Server thread/TRACE] [FML]: Sending event FMLServerStartingEvent to mod nnparadisemod +[18:27:18] [Server thread/TRACE] [FML]: Sent event FMLServerStartingEvent to mod nnparadisemod +[18:27:18] [Server thread/DEBUG] [FML]: Bar Step: ServerStarting - Nether Noah's Paradise Mod took 0.000s +[18:27:18] [Server thread/DEBUG] [FML]: Bar Finished: ServerStarting took 0.001s +[18:27:18] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod minecraft +[18:27:18] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod minecraft +[18:27:18] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Minecraft took 0.000s +[18:27:18] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod mcp +[18:27:18] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod mcp +[18:27:18] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Minecraft Coder Pack took 0.000s +[18:27:18] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod FML +[18:27:18] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod FML +[18:27:18] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Forge Mod Loader took 0.000s +[18:27:18] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod forge +[18:27:18] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod forge +[18:27:18] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Minecraft Forge took 0.000s +[18:27:18] [Server thread/TRACE] [FML]: Sending event FMLServerStartedEvent to mod nnparadisemod +[18:27:18] [Server thread/TRACE] [FML]: Sent event FMLServerStartedEvent to mod nnparadisemod +[18:27:18] [Server thread/DEBUG] [FML]: Bar Step: ServerStarted - Nether Noah's Paradise Mod took 0.000s +[18:27:18] [Server thread/DEBUG] [FML]: Bar Finished: ServerStarted took 0.000s +[18:27:18] [Server thread/DEBUG] [FML]: Queueing dimension -1 to unload +[18:27:18] [Server thread/DEBUG] [FML]: Queueing dimension 1 to unload +[18:27:18] [Server thread/DEBUG] [FML]: Queueing dimension -2 to unload +[18:27:18] [Server thread/INFO] [FML]: Unloading dimension -1 +[18:27:18] [Server thread/INFO] [FML]: Unloading dimension 1 +[18:27:18] [Server thread/INFO] [FML]: Unloading dimension -2 +[18:27:18] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Changing view distance to 8, from 10 +[18:27:19] [Netty Local Client IO #1/TRACE] [FML]: Handshake channel activating +[18:27:19] [Netty Local Client IO #1/DEBUG] [FML]: FMLHandshakeClientState: null->FMLHandshakeClientState$1:START +[18:27:19] [Netty Local Client IO #1/DEBUG] [FML]: Next: HELLO +[18:27:19] [Server thread/TRACE] [FML]: Handshake channel activating +[18:27:19] [Server thread/DEBUG] [FML]: FMLHandshakeServerState: null->FMLHandshakeServerState$1:START +[18:27:19] [Server thread/DEBUG] [FML]: Next: HELLO +[18:27:19] [Netty Local Client IO #1/DEBUG] [FML]: Server FML protocol version 2, 4 byte dimension received 0 +[18:27:19] [Netty Local Client IO #1/DEBUG] [FML]: FMLHandshakeClientState: $ServerHello->FMLHandshakeClientState$2:HELLO +[18:27:19] [Netty Local Client IO #1/DEBUG] [FML]: Next: WAITINGSERVERDATA +[18:27:19] [Netty Local Client IO #1/INFO] [FML]: Server protocol version 2 +[18:27:19] [Netty Local Client IO #1/DEBUG] [FML]: Received override dimension 0 +[18:27:19] [Netty Server IO #3/DEBUG] [FML]: FMLHandshakeServerState: $ClientHello->FMLHandshakeServerState$2:HELLO +[18:27:19] [Netty Server IO #3/INFO] [FML]: Client protocol version 2 +[18:27:19] [Netty Server IO #3/DEBUG] [FML]: FMLHandshakeServerState: $ModList:5 mods->FMLHandshakeServerState$2:HELLO +[18:27:19] [Netty Server IO #3/INFO] [FML]: Client attempting to join with 5 mods : minecraft@1.12.2,FML@8.0.99.99,nnparadisemod@1.0 (The Advancement Update),forge@14.23.3.2689,mcp@9.42 +[18:27:19] [Netty Server IO #3/DEBUG] [FML]: Next: WAITINGCACK +[18:27:19] [Netty Local Client IO #1/DEBUG] [FML]: FMLHandshakeClientState: $ModList:5 mods->FMLHandshakeClientState$3:WAITINGSERVERDATA +[18:27:19] [Netty Local Client IO #1/DEBUG] [FML]: Next: PENDINGCOMPLETE +[18:27:19] [Netty Server IO #3/DEBUG] [FML]: FMLHandshakeServerState: $HandshakeAck:{2}->FMLHandshakeServerState$3:WAITINGCACK +[18:27:19] [Netty Server IO #3/DEBUG] [FML]: Next: COMPLETE +[18:27:19] [Netty Local Client IO #1/DEBUG] [FML]: FMLHandshakeClientState: $HandshakeAck:{2}->FMLHandshakeClientState$5:PENDINGCOMPLETE +[18:27:19] [Netty Local Client IO #1/DEBUG] [FML]: Next: COMPLETE +[18:27:19] [Netty Local Client IO #1/DEBUG] [FML]: The fluid nnparadisemod:liquid_redstone has been selected as the default fluid for liquid_redstone +[18:27:19] [Netty Local Client IO #1/DEBUG] [FML]: The fluid minecraft:lava has been selected as the default fluid for lava +[18:27:19] [Netty Local Client IO #1/DEBUG] [FML]: The fluid minecraft:water has been selected as the default fluid for water +[18:27:19] [Netty Server IO #3/DEBUG] [FML]: FMLHandshakeServerState: $HandshakeAck:{4}->FMLHandshakeServerState$4:COMPLETE +[18:27:19] [Netty Server IO #3/DEBUG] [FML]: Next: DONE +[18:27:19] [Netty Local Client IO #1/DEBUG] [FML]: FMLHandshakeClientState: $HandshakeAck:{3}->FMLHandshakeClientState$6:COMPLETE +[18:27:19] [Netty Local Client IO #1/DEBUG] [FML]: Next: DONE +[18:27:19] [Netty Server IO #3/DEBUG] [FML]: FMLHandshakeServerState: $HandshakeAck:{5}->FMLHandshakeServerState$5:DONE +[18:27:19] [Netty Local Client IO #1/INFO] [FML]: [Netty Local Client IO #1] Client side modded connection established +[18:27:19] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established +[18:27:19] [Server thread/INFO] [net.minecraft.server.management.PlayerList]: Player890[local:E:28910b23] logged in with entity id 3746 at (-245.5, 65.0, 259.5) +[18:27:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Player890 joined the game +[18:27:19] [main/DEBUG] [FML]: Overriding dimension: using 0 +[18:27:20] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... +[18:27:20] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Copy of mod test'/overworld +[18:27:20] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save Copy of mod test +[18:27:37] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-17, 28] in dimension 0 (overworld) while populating chunk [-16, 28], causing cascading worldgen lag. +[18:27:37] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:37] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-19, 28] in dimension 0 (overworld) while populating chunk [-18, 28], causing cascading worldgen lag. +[18:27:37] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:37] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 28] in dimension 0 (overworld) while populating chunk [-23, 29], causing cascading worldgen lag. +[18:27:37] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:37] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-17, 29] in dimension 0 (overworld) while populating chunk [-16, 29], causing cascading worldgen lag. +[18:27:37] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:41] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-17, 33] in dimension 0 (overworld) while populating chunk [-16, 33], causing cascading worldgen lag. +[18:27:41] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:41] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-18, 33] in dimension 0 (overworld) while populating chunk [-16, 33], causing cascading worldgen lag. +[18:27:41] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-19, 34] in dimension 0 (overworld) while populating chunk [-18, 34], causing cascading worldgen lag. +[18:27:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-20, 34] in dimension 0 (overworld) while populating chunk [-18, 34], causing cascading worldgen lag. +[18:27:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 34] in dimension 0 (overworld) while populating chunk [-23, 35], causing cascading worldgen lag. +[18:27:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 34] in dimension 0 (overworld) while populating chunk [-24, 34], causing cascading worldgen lag. +[18:27:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 34] in dimension 0 (overworld) while populating chunk [-25, 34], causing cascading worldgen lag. +[18:27:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 33] in dimension 0 (overworld) while populating chunk [-24, 34], causing cascading worldgen lag. +[18:27:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 33] in dimension 0 (overworld) while populating chunk [-24, 33], causing cascading worldgen lag. +[18:27:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 32] in dimension 0 (overworld) while populating chunk [-25, 33], causing cascading worldgen lag. +[18:27:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 32] in dimension 0 (overworld) while populating chunk [-24, 34], causing cascading worldgen lag. +[18:27:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 31] in dimension 0 (overworld) while populating chunk [-24, 32], causing cascading worldgen lag. +[18:27:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 31] in dimension 0 (overworld) while populating chunk [-24, 31], causing cascading worldgen lag. +[18:27:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:44] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 37] in dimension 0 (overworld) while populating chunk [-23, 38], causing cascading worldgen lag. +[18:27:44] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:44] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 37] in dimension 0 (overworld) while populating chunk [-24, 37], causing cascading worldgen lag. +[18:27:44] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:44] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 36] in dimension 0 (overworld) while populating chunk [-25, 37], causing cascading worldgen lag. +[18:27:44] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:44] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 36] in dimension 0 (overworld) while populating chunk [-25, 37], causing cascading worldgen lag. +[18:27:44] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:44] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 35] in dimension 0 (overworld) while populating chunk [-25, 37], causing cascading worldgen lag. +[18:27:44] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:44] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 35] in dimension 0 (overworld) while populating chunk [-25, 37], causing cascading worldgen lag. +[18:27:44] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:45] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-19, 38] in dimension 0 (overworld) while populating chunk [-18, 38], causing cascading worldgen lag. +[18:27:45] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:46] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... +[18:27:46] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Copy of mod test'/overworld +[18:27:46] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save Copy of mod test +[18:28:17] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 42] in dimension 0 (overworld) while populating chunk [-23, 42], causing cascading worldgen lag. +[18:28:17] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:18] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 7 advancements +[18:28:18] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-19, 43] in dimension 0 (overworld) while populating chunk [-18, 43], causing cascading worldgen lag. +[18:28:18] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:18] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-20, 43] in dimension 0 (overworld) while populating chunk [-18, 43], causing cascading worldgen lag. +[18:28:18] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:20] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 43] in dimension 0 (overworld) while populating chunk [-23, 44], causing cascading worldgen lag. +[18:28:20] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:34] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-21, 53] in dimension 0 (overworld) while populating chunk [-20, 53], causing cascading worldgen lag. +[18:28:34] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-20, 54] in dimension 0 (overworld) while populating chunk [-19, 54], causing cascading worldgen lag. +[18:28:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-21, 54] in dimension 0 (overworld) while populating chunk [-19, 54], causing cascading worldgen lag. +[18:28:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:36] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 54] in dimension 0 (overworld) while populating chunk [-23, 55], causing cascading worldgen lag. +[18:28:36] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:36] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 54] in dimension 0 (overworld) while populating chunk [-24, 54], causing cascading worldgen lag. +[18:28:36] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:36] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 53] in dimension 0 (overworld) while populating chunk [-25, 54], causing cascading worldgen lag. +[18:28:36] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:36] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 53] in dimension 0 (overworld) while populating chunk [-24, 53], causing cascading worldgen lag. +[18:28:36] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:36] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-21, 55] in dimension 0 (overworld) while populating chunk [-20, 55], causing cascading worldgen lag. +[18:28:36] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:36] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-22, 55] in dimension 0 (overworld) while populating chunk [-20, 55], causing cascading worldgen lag. +[18:28:36] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:37] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 55] in dimension 0 (overworld) while populating chunk [-23, 56], causing cascading worldgen lag. +[18:28:37] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:37] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 55] in dimension 0 (overworld) while populating chunk [-24, 55], causing cascading worldgen lag. +[18:28:37] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-20, 57] in dimension 0 (overworld) while populating chunk [-19, 57], causing cascading worldgen lag. +[18:28:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-23, 57] in dimension 0 (overworld) while populating chunk [-22, 57], causing cascading worldgen lag. +[18:28:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 56] in dimension 0 (overworld) while populating chunk [-23, 57], causing cascading worldgen lag. +[18:28:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-17, 59] in dimension 0 (overworld) while populating chunk [-17, 58], causing cascading worldgen lag. +[18:28:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-19, 58] in dimension 0 (overworld) while populating chunk [-18, 58], causing cascading worldgen lag. +[18:28:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-20, 58] in dimension 0 (overworld) while populating chunk [-18, 58], causing cascading worldgen lag. +[18:28:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:40] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-19, 61] in dimension 0 (overworld) while populating chunk [-18, 61], causing cascading worldgen lag. +[18:28:40] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:41] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 52] in dimension 0 (overworld) while populating chunk [-24, 52], causing cascading worldgen lag. +[18:28:41] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:41] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 49] in dimension 0 (overworld) while populating chunk [-24, 50], causing cascading worldgen lag. +[18:28:41] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:41] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 48] in dimension 0 (overworld) while populating chunk [-24, 50], causing cascading worldgen lag. +[18:28:41] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:41] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 47] in dimension 0 (overworld) while populating chunk [-24, 48], causing cascading worldgen lag. +[18:28:41] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:41] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 46] in dimension 0 (overworld) while populating chunk [-24, 47], causing cascading worldgen lag. +[18:28:41] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:41] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 46] in dimension 0 (overworld) while populating chunk [-24, 46], causing cascading worldgen lag. +[18:28:41] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:41] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 48] in dimension 0 (overworld) while populating chunk [-24, 48], causing cascading worldgen lag. +[18:28:41] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:41] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 47] in dimension 0 (overworld) while populating chunk [-24, 48], causing cascading worldgen lag. +[18:28:41] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 48] in dimension 0 (overworld) while populating chunk [-25, 49], causing cascading worldgen lag. +[18:28:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 49] in dimension 0 (overworld) while populating chunk [-25, 50], causing cascading worldgen lag. +[18:28:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 58] in dimension 0 (overworld) while populating chunk [-25, 59], causing cascading worldgen lag. +[18:28:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 57] in dimension 0 (overworld) while populating chunk [-26, 58], causing cascading worldgen lag. +[18:28:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 56] in dimension 0 (overworld) while populating chunk [-26, 57], causing cascading worldgen lag. +[18:28:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 61] in dimension 0 (overworld) while populating chunk [-25, 61], causing cascading worldgen lag. +[18:28:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 60] in dimension 0 (overworld) while populating chunk [-25, 60], causing cascading worldgen lag. +[18:28:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 59] in dimension 0 (overworld) while populating chunk [-25, 60], causing cascading worldgen lag. +[18:28:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:42] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save Copy of mod test +[18:28:43] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 54] in dimension 0 (overworld) while populating chunk [-26, 54], causing cascading worldgen lag. +[18:28:43] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:43] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 53] in dimension 0 (overworld) while populating chunk [-26, 52], causing cascading worldgen lag. +[18:28:43] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:43] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 52] in dimension 0 (overworld) while populating chunk [-26, 52], causing cascading worldgen lag. +[18:28:43] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:43] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 50] in dimension 0 (overworld) while populating chunk [-27, 51], causing cascading worldgen lag. +[18:28:43] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:43] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 49] in dimension 0 (overworld) while populating chunk [-27, 50], causing cascading worldgen lag. +[18:28:43] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:44] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-28, 50] in dimension 0 (overworld) while populating chunk [-27, 50], causing cascading worldgen lag. +[18:28:44] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:45] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 57] in dimension 0 (overworld) while populating chunk [-27, 58], causing cascading worldgen lag. +[18:28:45] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:45] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 56] in dimension 0 (overworld) while populating chunk [-27, 58], causing cascading worldgen lag. +[18:28:45] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:29:16] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... +[18:29:16] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Copy of mod test'/overworld +[18:29:16] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save Copy of mod test +[18:29:31] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save Copy of mod test +[18:30:10] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 24 advancements +[18:30:16] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save Copy of mod test +[18:31:01] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save Copy of mod test +[18:31:01] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 25 advancements +[18:31:14] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 45] in dimension 0 (overworld) while populating chunk [-27, 46], causing cascading worldgen lag. +[18:31:14] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 44] in dimension 0 (overworld) while populating chunk [-26, 45], causing cascading worldgen lag. +[18:31:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 44] in dimension 0 (overworld) while populating chunk [-26, 45], causing cascading worldgen lag. +[18:31:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 44] in dimension 0 (overworld) while populating chunk [-24, 45], causing cascading worldgen lag. +[18:31:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 44] in dimension 0 (overworld) while populating chunk [-24, 45], causing cascading worldgen lag. +[18:31:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 43] in dimension 0 (overworld) while populating chunk [-25, 44], causing cascading worldgen lag. +[18:31:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 43] in dimension 0 (overworld) while populating chunk [-25, 43], causing cascading worldgen lag. +[18:31:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 43] in dimension 0 (overworld) while populating chunk [-25, 43], causing cascading worldgen lag. +[18:31:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:17] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 41] in dimension 0 (overworld) while populating chunk [-26, 42], causing cascading worldgen lag. +[18:31:17] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:18] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 41] in dimension 0 (overworld) while populating chunk [-25, 42], causing cascading worldgen lag. +[18:31:18] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:18] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 40] in dimension 0 (overworld) while populating chunk [-25, 41], causing cascading worldgen lag. +[18:31:18] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:18] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 39] in dimension 0 (overworld) while populating chunk [-26, 40], causing cascading worldgen lag. +[18:31:18] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:20] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-28, 39] in dimension 0 (overworld) while populating chunk [-27, 39], causing cascading worldgen lag. +[18:31:20] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:21] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-28, 38] in dimension 0 (overworld) while populating chunk [-27, 39], causing cascading worldgen lag. +[18:31:21] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:21] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 37] in dimension 0 (overworld) while populating chunk [-25, 38], causing cascading worldgen lag. +[18:31:21] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-28, 46] in dimension 0 (overworld) while populating chunk [-28, 47], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 46] in dimension 0 (overworld) while populating chunk [-28, 46], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 44] in dimension 0 (overworld) while populating chunk [-29, 45], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 43] in dimension 0 (overworld) while populating chunk [-29, 44], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 43] in dimension 0 (overworld) while populating chunk [-29, 43], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 42] in dimension 0 (overworld) while populating chunk [-29, 43], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 42] in dimension 0 (overworld) while populating chunk [-29, 43], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 41] in dimension 0 (overworld) while populating chunk [-29, 43], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 40] in dimension 0 (overworld) while populating chunk [-29, 41], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 41] in dimension 0 (overworld) while populating chunk [-29, 41], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 40] in dimension 0 (overworld) while populating chunk [-29, 41], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 41] in dimension 0 (overworld) while populating chunk [-29, 43], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 44] in dimension 0 (overworld) while populating chunk [-29, 45], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 48] in dimension 0 (overworld) while populating chunk [-28, 48], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 47] in dimension 0 (overworld) while populating chunk [-28, 48], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 36] in dimension 0 (overworld) while populating chunk [-26, 37], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 37] in dimension 0 (overworld) while populating chunk [-26, 37], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-28, 37] in dimension 0 (overworld) while populating chunk [-27, 37], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 37] in dimension 0 (overworld) while populating chunk [-28, 37], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 36] in dimension 0 (overworld) while populating chunk [-29, 37], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 36] in dimension 0 (overworld) while populating chunk [-27, 37], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 35] in dimension 0 (overworld) while populating chunk [-27, 36], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-28, 35] in dimension 0 (overworld) while populating chunk [-27, 35], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-28, 36] in dimension 0 (overworld) while populating chunk [-27, 37], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:23] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 51] in dimension 0 (overworld) while populating chunk [-29, 52], causing cascading worldgen lag. +[18:31:23] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:23] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 50] in dimension 0 (overworld) while populating chunk [-30, 51], causing cascading worldgen lag. +[18:31:23] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:23] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 49] in dimension 0 (overworld) while populating chunk [-30, 50], causing cascading worldgen lag. +[18:31:23] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:23] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 48] in dimension 0 (overworld) while populating chunk [-30, 49], causing cascading worldgen lag. +[18:31:23] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:27] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 34] in dimension 0 (overworld) while populating chunk [-26, 35], causing cascading worldgen lag. +[18:31:27] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:27] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 33] in dimension 0 (overworld) while populating chunk [-27, 34], causing cascading worldgen lag. +[18:31:27] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:27] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 32] in dimension 0 (overworld) while populating chunk [-27, 33], causing cascading worldgen lag. +[18:31:27] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:46] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save Copy of mod test +[18:31:46] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... +[18:31:46] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Copy of mod test'/overworld +[18:31:46] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save Copy of mod test +[18:32:10] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 35] in dimension 0 (overworld) while populating chunk [-30, 36], causing cascading worldgen lag. +[18:32:10] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:10] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-31, 35] in dimension 0 (overworld) while populating chunk [-30, 35], causing cascading worldgen lag. +[18:32:10] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:10] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-31, 34] in dimension 0 (overworld) while populating chunk [-31, 35], causing cascading worldgen lag. +[18:32:10] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:10] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-31, 33] in dimension 0 (overworld) while populating chunk [-31, 34], causing cascading worldgen lag. +[18:32:10] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:10] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-31, 45] in dimension 0 (overworld) while populating chunk [-30, 45], causing cascading worldgen lag. +[18:32:10] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-28, 33] in dimension 0 (overworld) while populating chunk [-28, 34], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-28, 32] in dimension 0 (overworld) while populating chunk [-28, 33], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 33] in dimension 0 (overworld) while populating chunk [-28, 33], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 33] in dimension 0 (overworld) while populating chunk [-28, 33], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 32] in dimension 0 (overworld) while populating chunk [-28, 33], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 32] in dimension 0 (overworld) while populating chunk [-29, 32], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-31, 32] in dimension 0 (overworld) while populating chunk [-29, 32], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-31, 31] in dimension 0 (overworld) while populating chunk [-31, 32], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-31, 30] in dimension 0 (overworld) while populating chunk [-31, 31], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-32, 30] in dimension 0 (overworld) while populating chunk [-31, 30], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-33, 30] in dimension 0 (overworld) while populating chunk [-32, 30], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-33, 29] in dimension 0 (overworld) while populating chunk [-32, 30], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-32, 29] in dimension 0 (overworld) while populating chunk [-31, 30], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-32, 28] in dimension 0 (overworld) while populating chunk [-32, 29], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-33, 28] in dimension 0 (overworld) while populating chunk [-32, 28], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-33, 27] in dimension 0 (overworld) while populating chunk [-32, 28], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-31, 29] in dimension 0 (overworld) while populating chunk [-31, 30], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 31] in dimension 0 (overworld) while populating chunk [-29, 32], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 32] in dimension 0 (overworld) while populating chunk [-28, 33], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:18] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-7, 38] in dimension 0 (overworld) while populating chunk [-7, 37], causing cascading worldgen lag. +[18:32:18] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-6, 35] in dimension 0 (overworld) while populating chunk [-6, 36], causing cascading worldgen lag. +[18:32:18] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:18] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-6, 32] in dimension 0 (overworld) while populating chunk [-6, 33], causing cascading worldgen lag. +[18:32:18] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:18] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-6, 31] in dimension 0 (overworld) while populating chunk [-6, 33], causing cascading worldgen lag. +[18:32:18] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:19] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-7, 30] in dimension 0 (overworld) while populating chunk [-6, 31], causing cascading worldgen lag. +[18:32:19] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:19] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-6, 30] in dimension 0 (overworld) while populating chunk [-5, 31], causing cascading worldgen lag. +[18:32:19] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:19] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-5, 34] in dimension 0 (overworld) while populating chunk [-5, 35], causing cascading worldgen lag. +[18:32:19] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:19] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-5, 33] in dimension 0 (overworld) while populating chunk [-5, 35], causing cascading worldgen lag. +[18:32:19] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:21] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-3, 30] in dimension 0 (overworld) while populating chunk [-3, 31], causing cascading worldgen lag. +[18:32:21] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:21] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-4, 30] in dimension 0 (overworld) while populating chunk [-3, 30], causing cascading worldgen lag. +[18:32:21] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:21] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-5, 30] in dimension 0 (overworld) while populating chunk [-3, 30], causing cascading worldgen lag. +[18:32:21] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:21] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-6, 29] in dimension 0 (overworld) while populating chunk [-5, 30], causing cascading worldgen lag. +[18:32:21] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:21] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-2, 35] in dimension 0 (overworld) while populating chunk [-2, 36], causing cascading worldgen lag. +[18:32:21] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:21] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-2, 33] in dimension 0 (overworld) while populating chunk [-2, 34], causing cascading worldgen lag. +[18:32:21] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:21] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-2, 31] in dimension 0 (overworld) while populating chunk [-2, 32], causing cascading worldgen lag. +[18:32:21] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-2, 30] in dimension 0 (overworld) while populating chunk [-1, 31], causing cascading worldgen lag. +[18:32:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:23] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-2, 29] in dimension 0 (overworld) while populating chunk [-1, 30], causing cascading worldgen lag. +[18:32:23] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:23] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-3, 29] in dimension 0 (overworld) while populating chunk [-2, 29], causing cascading worldgen lag. +[18:32:23] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:23] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-4, 29] in dimension 0 (overworld) while populating chunk [-3, 29], causing cascading worldgen lag. +[18:32:23] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:23] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-3, 28] in dimension 0 (overworld) while populating chunk [-4, 29], causing cascading worldgen lag. +[18:32:23] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:23] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-4, 28] in dimension 0 (overworld) while populating chunk [-3, 28], causing cascading worldgen lag. +[18:32:23] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:23] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-5, 28] in dimension 0 (overworld) while populating chunk [-4, 28], causing cascading worldgen lag. +[18:32:23] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:23] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-5, 29] in dimension 0 (overworld) while populating chunk [-3, 29], causing cascading worldgen lag. +[18:32:23] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:28] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... +[18:32:28] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Copy of mod test'/overworld +[18:32:28] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save Copy of mod test +[18:32:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-1, 29] in dimension 0 (overworld) while populating chunk [0, 29], causing cascading worldgen lag. +[18:32:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-1, 28] in dimension 0 (overworld) while populating chunk [-1, 29], causing cascading worldgen lag. +[18:32:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-1, 27] in dimension 0 (overworld) while populating chunk [-1, 28], causing cascading worldgen lag. +[18:32:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-2, 29] in dimension 0 (overworld) while populating chunk [-1, 29], causing cascading worldgen lag. +[18:32:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-8, 29] in dimension 0 (overworld) while populating chunk [-7, 29], causing cascading worldgen lag. +[18:32:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:33:04] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save Copy of mod test +[18:33:26] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 33 advancements +[18:33:49] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:33:49] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:33:49] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save Copy of mod test +[18:34:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:30] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 34 advancements +[18:34:34] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save Copy of mod test +[18:34:39] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:39] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:39] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:39] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:39] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:39] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:39] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:39] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:39] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:39] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:56] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:56] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:56] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:56] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:35:06] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:35:19] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save Copy of mod test +[18:35:26] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... +[18:35:26] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Copy of mod test'/overworld +[18:35:26] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save Copy of mod test +[18:35:45] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:35:45] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:35:45] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:35:45] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:35:51] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... +[18:35:51] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Copy of mod test'/overworld +[18:35:51] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save Copy of mod test +[18:36:11] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:36:11] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:36:11] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:36:11] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:36:22] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save Copy of mod test +[18:36:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:36:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:36:33] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 38 advancements +[18:36:48] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:36:48] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:36:48] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:36:48] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:36:56] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:36:56] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:37:07] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save Copy of mod test +[18:37:17] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... +[18:37:17] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Copy of mod test'/overworld +[18:37:17] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save Copy of mod test +[18:37:27] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:37:27] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:37:27] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:37:27] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:37:45] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:37:45] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:37:57] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save Copy of mod test +[18:38:11] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:38:11] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:38:11] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:38:11] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:38:11] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:38:11] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:42] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save Copy of mod test +[18:39:27] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save Copy of mod test +[18:39:32] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:39:32] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:39:32] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:39:32] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:39:32] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:39:32] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:39:32] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:39:32] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:39:32] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:39:32] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:39:35] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:39:35] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:39:35] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:39:35] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:39:35] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:39:35] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:39:35] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:39:35] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:39:35] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:39:35] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:39:47] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:40:12] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save Copy of mod test +[18:40:55] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [2, 30] in dimension 0 (overworld) while populating chunk [2, 31], causing cascading worldgen lag. +[18:40:55] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:40:55] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [1, 30] in dimension 0 (overworld) while populating chunk [2, 30], causing cascading worldgen lag. +[18:40:55] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:40:57] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save Copy of mod test +[18:40:57] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:40:57] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:40:57] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:40:57] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:40:57] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:40:57] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:40:57] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:40:57] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:40:57] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:40:57] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:40:57] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:40:57] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:40:57] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:40:57] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:40:57] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:41:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Given Water Breathing (ID 13) * 0 to Player890 for 32768 seconds] +[18:41:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Given Water Breathing (ID 13) * 0 to Player890 for 32768 seconds +[18:41:42] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save Copy of mod test +[18:42:27] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save Copy of mod test +[18:42:36] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... +[18:42:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Copy of mod test'/overworld +[18:42:36] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save Copy of mod test +[18:42:44] [main/INFO] [net.minecraft.client.Minecraft]: Stopping! +[18:42:44] [Server thread/TRACE] [FML]: Sending event FMLServerStoppingEvent to mod minecraft +[18:42:44] [Server thread/TRACE] [FML]: Sent event FMLServerStoppingEvent to mod minecraft +[18:42:44] [Server thread/DEBUG] [FML]: Bar Step: ServerStopping - Minecraft took 0.000s +[18:42:44] [Server thread/TRACE] [FML]: Sending event FMLServerStoppingEvent to mod mcp +[18:42:44] [Server thread/TRACE] [FML]: Sent event FMLServerStoppingEvent to mod mcp +[18:42:44] [Server thread/DEBUG] [FML]: Bar Step: ServerStopping - Minecraft Coder Pack took 0.000s +[18:42:44] [Server thread/TRACE] [FML]: Sending event FMLServerStoppingEvent to mod FML +[18:42:44] [Server thread/TRACE] [FML]: Sent event FMLServerStoppingEvent to mod FML +[18:42:44] [Server thread/DEBUG] [FML]: Bar Step: ServerStopping - Forge Mod Loader took 0.000s +[18:42:44] [Server thread/TRACE] [FML]: Sending event FMLServerStoppingEvent to mod forge +[18:42:44] [Server thread/TRACE] [FML]: Sent event FMLServerStoppingEvent to mod forge +[18:42:44] [Server thread/DEBUG] [FML]: Bar Step: ServerStopping - Minecraft Forge took 0.000s +[18:42:44] [Server thread/TRACE] [FML]: Sending event FMLServerStoppingEvent to mod nnparadisemod +[18:42:44] [Server thread/TRACE] [FML]: Sent event FMLServerStoppingEvent to mod nnparadisemod +[18:42:44] [Server thread/DEBUG] [FML]: Bar Step: ServerStopping - Nether Noah's Paradise Mod took 0.000s +[18:42:44] [Server thread/DEBUG] [FML]: Bar Finished: ServerStopping took 0.002s +[18:42:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server +[18:42:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving players +[18:42:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds +[18:42:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Copy of mod test'/overworld +[18:42:44] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save Copy of mod test +[18:42:44] [Server thread/INFO] [FML]: Unloading dimension 0 +[18:42:44] [Server thread/DEBUG] [FML]: Reverting to frozen data state. +[18:42:44] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod minecraft +[18:42:44] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod minecraft +[18:42:44] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft took 0.000s +[18:42:44] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mcp +[18:42:44] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mcp +[18:42:44] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Coder Pack took 0.001s +[18:42:44] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod FML +[18:42:44] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod FML +[18:42:44] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Forge Mod Loader took 0.001s +[18:42:44] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod forge +[18:42:44] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod forge +[18:42:44] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Forge took 0.183s +[18:42:44] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod nnparadisemod +[18:42:44] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod nnparadisemod +[18:42:44] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Nether Noah's Paradise Mod took 0.000s +[18:42:44] [Server thread/DEBUG] [FML]: Bar Finished: ModIdMapping took 0.184s +[18:42:44] [Server thread/INFO] [FML]: Applying holder lookups +[18:42:44] [Server thread/INFO] [FML]: Holder lookups applied +[18:42:44] [Server thread/DEBUG] [FML]: Frozen state restored. +[18:42:44] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod minecraft +[18:42:44] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod minecraft +[18:42:44] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Minecraft took 0.000s +[18:42:44] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod mcp +[18:42:44] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod mcp +[18:42:44] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Minecraft Coder Pack took 0.000s +[18:42:44] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod FML +[18:42:44] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod FML +[18:42:44] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Forge Mod Loader took 0.001s +[18:42:44] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod forge +[18:42:44] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod forge +[18:42:44] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Minecraft Forge took 0.000s +[18:42:44] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod nnparadisemod +[18:42:44] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod nnparadisemod +[18:42:44] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Nether Noah's Paradise Mod took 0.000s +[18:42:44] [Server thread/DEBUG] [FML]: Bar Finished: ServerStopped took 0.003s +[18:42:44] [main/INFO] [net.minecraft.client.audio.SoundManager]: SoundSystem shutting down... +[18:42:44] [main/WARN] [net.minecraft.client.audio.SoundManager]: Author: Paul Lamb, www.paulscode.com diff --git a/logs/latest.log b/logs/latest.log index 07468a7..9e6215c 100644 --- a/logs/latest.log +++ b/logs/latest.log @@ -1,107 +1,817 @@ -[13:39:39] [main/INFO] [GradleStart]: Extra: [] -[13:39:39] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, /home/nethernoah/.gradle/caches/minecraft/assets, --assetIndex, 1.12, --accessToken{REDACTED}, --version, 1.12.2, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker] -[13:39:39] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker -[13:39:39] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker -[13:39:39] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker -[13:39:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker -[13:39:39] [main/INFO] [FML]: Forge Mod Loader version 14.23.3.2689 for Minecraft 1.12.2 loading -[13:39:39] [main/INFO] [FML]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_171, running on Linux:amd64:4.13.0-37-generic, installed at /usr/lib/jvm/java-8-openjdk-amd64/jre -[13:39:39] [main/ERROR] [FML]: Apache Maven library folder was not in the format expected: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.5.3/7dc72b6d6d8a6dced3d294ed54c2cc3515ade9f4/maven-artifact-3.5.3.jar. Using default libraries directory. -[13:39:39] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation -[13:39:39] [main/INFO] [FML]: Ignoring missing certificate for coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin), we are in deobf and it's a forge core plugin -[13:39:39] [main/INFO] [FML]: Ignoring missing certificate for coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin), we are in deobf and it's a forge core plugin -[13:39:39] [main/INFO] [FML]: Searching /home/nethernoah/Forge Mod Development/./mods for mods -[13:39:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker -[13:39:39] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin -[13:39:39] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin -[13:39:39] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker -[13:39:39] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker -[13:39:39] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker -[13:39:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker -[13:39:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker -[13:39:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper -[13:39:41] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing -[13:39:41] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper -[13:39:41] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker -[13:39:42] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker -[13:39:42] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker -[13:39:42] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker -[13:39:42] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} -[13:39:44] [main/INFO] [net.minecraft.client.Minecraft]: Setting user: Player829 -[13:39:52] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: lastServer: -[13:39:52] [main/INFO] [net.minecraft.client.Minecraft]: LWJGL Version: 2.9.4 -[13:39:53] [main/INFO] [FML]: -- System Details -- +[18:04:48] [main/INFO] [GradleStart]: Extra: [] +[18:04:48] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, /home/nethernoah/.gradle/caches/minecraft/assets, --assetIndex, 1.12, --accessToken{REDACTED}, --version, 1.12.2, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker] +[18:04:48] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker +[18:04:48] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker +[18:04:48] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker +[18:04:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker +[18:04:48] [main/INFO] [FML]: Forge Mod Loader version 14.23.3.2689 for Minecraft 1.12.2 loading +[18:04:48] [main/INFO] [FML]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_171, running on Linux:amd64:4.13.0-37-generic, installed at /usr/lib/jvm/java-8-openjdk-amd64/jre +[18:04:48] [main/ERROR] [FML]: Apache Maven library folder was not in the format expected: /home/nethernoah/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.5.3/7dc72b6d6d8a6dced3d294ed54c2cc3515ade9f4/maven-artifact-3.5.3.jar. Using default libraries directory. +[18:04:48] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation +[18:04:48] [main/INFO] [FML]: Ignoring missing certificate for coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin), we are in deobf and it's a forge core plugin +[18:04:48] [main/INFO] [FML]: Ignoring missing certificate for coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin), we are in deobf and it's a forge core plugin +[18:04:48] [main/INFO] [FML]: Searching /home/nethernoah/Forge Mod Development/./mods for mods +[18:04:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker +[18:04:48] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin +[18:04:48] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin +[18:04:48] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker +[18:04:48] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker +[18:04:48] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker +[18:04:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker +[18:04:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker +[18:04:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[18:04:50] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing +[18:04:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[18:04:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker +[18:04:51] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker +[18:04:51] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker +[18:04:51] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker +[18:04:51] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} +[18:04:52] [main/INFO] [net.minecraft.client.Minecraft]: Setting user: Player890 +[18:04:56] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: lastServer: +[18:04:56] [main/INFO] [net.minecraft.client.Minecraft]: LWJGL Version: 2.9.4 +[18:04:57] [main/INFO] [FML]: -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Linux (amd64) version 4.13.0-37-generic Java Version: 1.8.0_171, Oracle Corporation Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation - Memory: 8306504648 bytes (7921 MB) / 8555069440 bytes (8158 MB) up to 8555069440 bytes (8158 MB) + Memory: 8308937896 bytes (7924 MB) / 8555069440 bytes (8158 MB) up to 8555069440 bytes (8158 MB) JVM Flags: 3 total; -Xincgc -Xmx8G -Xms8G IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Loaded coremods (and transformers): GL info: ' Vendor: 'Intel Open Source Technology Center' Version: '3.0 Mesa 17.2.8' Renderer: 'Mesa DRI Intel(R) HD Graphics 620 (Kaby Lake GT2) ' -[13:39:53] [main/INFO] [FML]: MinecraftForge v14.23.3.2689 Initialized -[13:39:53] [main/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients. -[13:39:53] [main/INFO] [FML]: Replaced 1036 ore ingredients -[13:39:53] [main/INFO] [FML]: Searching /home/nethernoah/Forge Mod Development/./mods for mods -[13:39:55] [main/INFO] [FML]: Forge Mod Loader has identified 5 mods to load -[13:39:56] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, nnparadisemod] at CLIENT -[13:39:56] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, nnparadisemod] at SERVER -[13:39:57] [Thread-3/INFO] [FML]: Using sync timing. 200 frames of Display.update took 436811168 nanos -[13:39:57] [main/INFO] [net.minecraft.client.resources.SimpleReloadableResourceManager]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Nether Noah's Paradise Mod -[13:39:57] [main/INFO] [FML]: Processing ObjectHolder annotations -[13:39:58] [main/INFO] [FML]: Found 1168 ObjectHolder annotations -[13:39:58] [main/INFO] [FML]: Identifying ItemStackHolder annotations -[13:39:58] [main/INFO] [FML]: Found 0 ItemStackHolder annotations -[13:39:58] [main/INFO] [FML]: Configured a dormant chunk cache size of 0 -[13:39:58] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:preInit:72]: Nether Noah's Paradise Mod: Successfully registered biomes -[13:39:58] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json -[13:39:58] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: OUTDATED Target: 14.23.3.2698 -[13:39:58] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:preInit:100]: NetherNoah777: Oh my God! Adding liquid redstone was a big pain the a**!!!!!!! -[13:39:58] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:preInit:109]: Nether Noah's Paradise Mod: Successfully registered tile entities -[13:39:58] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:preInit:145]: Nether Noah's Paradise Mod: Successfully registered world generators -[13:39:59] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:preInit:148]: Nether Noah's Paradise Mod: Successfully registered blocks -[13:39:59] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:preInit:150]: Nether Noah's Paradise Mod: Successfully registered items -[13:39:59] [main/INFO] [FML]: Applying holder lookups -[13:39:59] [main/INFO] [FML]: Holder lookups applied -[13:40:00] [main/INFO] [FML]: Applying holder lookups -[13:40:00] [main/INFO] [FML]: Holder lookups applied -[13:40:00] [main/INFO] [FML]: Applying holder lookups -[13:40:00] [main/INFO] [FML]: Holder lookups applied -[13:40:00] [main/INFO] [FML]: Applying holder lookups -[13:40:00] [main/INFO] [FML]: Holder lookups applied -[13:40:00] [main/INFO] [FML]: Injecting itemstacks -[13:40:00] [main/INFO] [FML]: Itemstack injection complete -[13:40:01] [Sound Library Loader/INFO] [net.minecraft.client.audio.SoundManager]: Starting up SoundSystem... -[13:40:02] [Thread-4/INFO] [net.minecraft.client.audio.SoundManager]: Initializing LWJGL OpenAL -[13:40:02] [Thread-4/INFO] [net.minecraft.client.audio.SoundManager]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) -[13:40:02] [Thread-4/INFO] [net.minecraft.client.audio.SoundManager]: OpenAL initialized. -[13:40:02] [Sound Library Loader/INFO] [net.minecraft.client.audio.SoundManager]: Sound engine started -[13:40:08] [main/INFO] [FML]: Max texture size: 16384 -[13:40:09] [main/INFO] [net.minecraft.client.renderer.texture.TextureMap]: Created: 1024x512 textures-atlas -[13:40:13] [main/INFO] [FML]: Applying holder lookups -[13:40:13] [main/INFO] [FML]: Holder lookups applied -[13:40:13] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:Init:155]: Nether Noah's Paradise Mod: added ores to ore dictionary -[13:40:13] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.proxy.ClientProxy:init:29]: NetherNoah777: Finally!!! I managed to register that freaking tile entity renderer!!!! -[13:40:13] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:Init:159]: Nether Noah's Paradise Mod: Successfully registered smelting recipes -[13:40:13] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:Init:161]: Nether Noah's Paradise Mod: Successfully added the Deep Underground to Minecraft -[13:40:13] [main/INFO] [FML]: Injecting itemstacks -[13:40:13] [main/INFO] [FML]: Itemstack injection complete -[13:40:14] [main/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods -[13:40:14] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: lastServer: -[13:40:14] [main/INFO] [com.mojang.text2speech.NarratorLinux]: Narrator library successfully loaded -[13:40:15] [Realms Notification Availability checker #1/INFO] [com.mojang.realmsclient.client.RealmsClient]: Could not authorize you against Realms server: Invalid session id -[13:41:20] [main/INFO] [net.minecraft.world.storage.SaveFormatOld]: Deleting level Copy of mod test -[13:41:20] [main/INFO] [net.minecraft.world.storage.SaveFormatOld]: Attempt 1... -[13:41:22] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Starting integrated minecraft server version 1.12.2 -[13:41:22] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Generating keypair -[13:41:23] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance -[13:41:23] [Server thread/INFO] [FML]: Applying holder lookups -[13:41:23] [Server thread/INFO] [FML]: Holder lookups applied -[13:41:24] [Server thread/INFO] [FML]: Loading dimension 0 (mod test) (net.minecraft.server.integrated.IntegratedServer@1ffefa6f) -[13:41:24] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/redstone/wooden_pressure_plate +[18:04:57] [main/INFO] [FML]: MinecraftForge v14.23.3.2689 Initialized +[18:04:57] [main/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients. +[18:04:57] [main/INFO] [FML]: Replaced 1036 ore ingredients +[18:04:58] [main/INFO] [FML]: Searching /home/nethernoah/Forge Mod Development/./mods for mods +[18:04:58] [main/ERROR] [FML]: The mcmod.info file in bin cannot be parsed as valid JSON. It will be ignored +com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Expected ':' at line 6 column 10 path $[0].<<<<<<< + at com.google.gson.internal.Streams.parse(Streams.java:60) ~[Streams.class:?] + at com.google.gson.JsonParser.parse(JsonParser.java:84) ~[JsonParser.class:?] + at com.google.gson.JsonParser.parse(JsonParser.java:59) ~[JsonParser.class:?] + at net.minecraftforge.fml.common.MetadataCollection.from(MetadataCollection.java:63) [MetadataCollection.class:?] + at net.minecraftforge.fml.common.discovery.DirectoryDiscoverer.exploreFileSystem(DirectoryDiscoverer.java:80) [DirectoryDiscoverer.class:?] + at net.minecraftforge.fml.common.discovery.DirectoryDiscoverer.discover(DirectoryDiscoverer.java:62) [DirectoryDiscoverer.class:?] + at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?] + at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?] + at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?] + at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:425) [Loader.class:?] + at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:225) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:513) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Expected ':' at line 6 column 10 path $[0].<<<<<<< + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:530) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.peek(JsonReader.java:425) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:716) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:731) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.Streams.parse(Streams.java:48) ~[Streams.class:?] + ... 26 more +[18:04:59] [main/INFO] [FML]: Forge Mod Loader has identified 5 mods to load +[18:05:00] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, nnparadisemod] at CLIENT +[18:05:00] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, nnparadisemod] at SERVER +[18:05:00] [main/INFO] [net.minecraft.client.resources.SimpleReloadableResourceManager]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Nether Noah's Paradise Mod +[18:05:00] [main/INFO] [FML]: Processing ObjectHolder annotations +[18:05:00] [main/INFO] [FML]: Found 1168 ObjectHolder annotations +[18:05:00] [main/INFO] [FML]: Identifying ItemStackHolder annotations +[18:05:00] [main/INFO] [FML]: Found 0 ItemStackHolder annotations +[18:05:01] [main/INFO] [FML]: Configured a dormant chunk cache size of 0 +[18:05:01] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json +[18:05:01] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:preInit:76]: Nether Noah's Paradise Mod: Successfully registered biomes +[18:05:01] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:preInit:113]: NetherNoah777: Oh my God! Adding liquid redstone was a big pain the a**!!!!!!! +[18:05:01] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:preInit:122]: Nether Noah's Paradise Mod: Successfully registered tile entities +[18:05:01] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:preInit:160]: Nether Noah's Paradise Mod: Successfully registered world generators +[18:05:01] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:preInit:164]: Nether Noah's Paradise Mod: Successfully registered world generators +[18:05:01] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:preInit:192]: Nether Noah's Paradise Mod: Successfully world generators +[18:05:01] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: OUTDATED Target: 14.23.3.2698 +[18:05:01] [Thread-3/INFO] [FML]: Using sync timing. 200 frames of Display.update took 195956925 nanos +[18:05:01] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:preInit:194]: Nether Noah's Paradise Mod: Successfully registered blocks +[18:05:02] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:preInit:196]: Nether Noah's Paradise Mod: Successfully registered items +[18:05:02] [main/INFO] [FML]: Applying holder lookups +[18:05:02] [main/INFO] [FML]: Holder lookups applied +[18:05:02] [main/INFO] [FML]: Applying holder lookups +[18:05:02] [main/INFO] [FML]: Holder lookups applied +[18:05:02] [main/INFO] [FML]: Applying holder lookups +[18:05:02] [main/INFO] [FML]: Holder lookups applied +[18:05:02] [main/INFO] [FML]: Applying holder lookups +[18:05:02] [main/INFO] [FML]: Holder lookups applied +[18:05:02] [main/INFO] [FML]: Injecting itemstacks +[18:05:02] [main/INFO] [FML]: Itemstack injection complete +[18:05:03] [Sound Library Loader/INFO] [net.minecraft.client.audio.SoundManager]: Starting up SoundSystem... +[18:05:03] [Thread-4/INFO] [net.minecraft.client.audio.SoundManager]: Initializing LWJGL OpenAL +[18:05:03] [Thread-4/INFO] [net.minecraft.client.audio.SoundManager]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) +[18:05:03] [Thread-4/INFO] [net.minecraft.client.audio.SoundManager]: OpenAL initialized. +[18:05:03] [Sound Library Loader/INFO] [net.minecraft.client.audio.SoundManager]: Sound engine started +[18:05:06] [main/INFO] [FML]: Max texture size: 16384 +[18:05:07] [main/INFO] [net.minecraft.client.renderer.texture.TextureMap]: Created: 1024x512 textures-atlas +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:ruby +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 9 column 2 path $.key.#.type + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 9 column 2 path $.key.#.type + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:508) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:silver_ingot_from_block +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 9 column 2 path $.key.#.type + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 9 column 2 path $.key.#.type + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:508) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:trapdoors/glass_trapdoor +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 4 column 1 path $.pattern[0] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 4 column 1 path $.pattern[0] + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:593) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:730) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:cactus_bookshelf +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 19 column 2 path $.result. + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 19 column 2 path $.result. + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:508) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:buttons/granite_button +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 2 path $.ingredients[0].data + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 2 path $.ingredients[0].data + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:491) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:731) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:buttons/acacia_button +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 2 path $.ingredients[0].data + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 2 path $.ingredients[0].data + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:491) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:731) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:buttons/diorite_button +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 2 path $.ingredients[0].data + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 2 path $.ingredients[0].data + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:491) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:731) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:buttons/andesite_button +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 2 path $.ingredients[0].data + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 2 path $.ingredients[0].data + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:491) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:731) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:buttons/birch_button +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 2 path $.ingredients[0].data + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 2 path $.ingredients[0].data + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:491) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:731) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:buttons/spruce_button +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 2 path $.ingredients[0].data + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 2 path $.ingredients[0].data + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:491) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:731) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:buttons/dark_oak_button +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 2 path $.ingredients[0].data + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 2 path $.ingredients[0].data + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:491) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:731) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:buttons/jungle_button +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 2 path $.ingredients[0].data + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 6 column 2 path $.ingredients[0].data + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:491) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:731) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:christmas_sapling +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 20 column 2 path $.result. + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 20 column 2 path $.result. + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:508) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:tools/redstone_sword +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 18 column 2 path $.result.item + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 18 column 2 path $.result.item + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:508) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:tools/emerald_hoe +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 17 column 2 path $.result. + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 17 column 2 path $.result. + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:508) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:tools/emerald_sword +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 2 column 2 path $. + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 2 column 2 path $. + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:508) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:tools/emerald_axe +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 17 column 2 path $.result. + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 17 column 2 path $.result. + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:508) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/ERROR] [FML]: Parsing error loading recipe nnparadisemod:tools/emerald_pickaxe +com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 17 column 2 path $.result. + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?] + at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:707) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) ~[CraftingHelper.class:?] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) ~[CraftingHelper.class:?] + at java.util.ArrayList.forEach(ArrayList.java:1257) [?:1.8.0_171] + at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] + at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] + at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:329) [FMLClientHandler.class:?] + at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?] + at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] + at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171] + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171] + at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171] + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] + at GradleStart.main(GradleStart.java:25) [start/:?] +Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 17 column 2 path $.result. + at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:508) ~[JsonReader.class:?] + at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?] + at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?] + at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] + ... 23 more +[18:05:10] [main/INFO] [FML]: Applying holder lookups +[18:05:10] [main/INFO] [FML]: Holder lookups applied +[18:05:10] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:Init:201]: Nether Noah's Paradise Mod: added ores to ore dictionary +[18:05:10] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.proxy.ClientProxy:init:30]: NetherNoah777: Finally!!! I managed to register that freaking tile entity renderer!!!! +[18:05:10] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:Init:205]: Nether Noah's Paradise Mod: Successfully registered smelting recipes +[18:05:10] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:Init:206]: Nether Noah's Paradise Mod: Successfully registered smelting recipes +[18:05:10] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:Init:207]: Nether Noah's Paradise Mod: Successfully registered smelting recipes +[18:05:10] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:Init:208]: Nether Noah's Paradise Mod: Successfully registered smelting recipes +[18:05:10] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:Init:209]: Nether Noah's Paradise Mod: Successfully registered crafting recipes +[18:05:10] [main/INFO] [STDOUT]: [com.NetherNoah.ParadiseMod.ParadiseMod:Init:211]: Nether Noah's Paradise Mod: Successfully added the Deep Underground to Minecraft +[18:05:10] [main/INFO] [FML]: Injecting itemstacks +[18:05:10] [main/INFO] [FML]: Itemstack injection complete +[18:05:10] [main/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods +[18:05:10] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: lastServer: +[18:05:11] [main/INFO] [com.mojang.text2speech.NarratorLinux]: Narrator library successfully loaded +[18:05:12] [Realms Notification Availability checker #1/INFO] [com.mojang.realmsclient.client.RealmsClient]: Could not authorize you against Realms server: Invalid session id +[18:05:25] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Starting integrated minecraft server version 1.12.2 +[18:05:25] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Generating keypair +[18:05:25] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance +[18:05:25] [Server thread/INFO] [FML]: Applying holder lookups +[18:05:25] [Server thread/INFO] [FML]: Holder lookups applied +[18:05:26] [Server thread/INFO] [FML]: Loading dimension 0 (mod test) (net.minecraft.server.integrated.IntegratedServer@54a7ec2a) +[18:05:26] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/redstone/wooden_pressure_plate com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:wooden_pressure_plate' at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:204) ~[AdvancementRewards$Deserializer.class:?] at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:180) ~[AdvancementRewards$Deserializer.class:?] @@ -125,7 +835,7 @@ com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:wooden_pressure_p at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:160) [IntegratedServer.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:550) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171] -[13:41:24] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/redstone/wooden_button +[18:05:26] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/redstone/wooden_button com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:wooden_button' at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:204) ~[AdvancementRewards$Deserializer.class:?] at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:180) ~[AdvancementRewards$Deserializer.class:?] @@ -149,7 +859,7 @@ com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:wooden_button' at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:160) [IntegratedServer.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:550) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171] -[13:41:24] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/decorations/crafting_table +[18:05:26] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/decorations/crafting_table com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:crafting_table' at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:204) ~[AdvancementRewards$Deserializer.class:?] at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:180) ~[AdvancementRewards$Deserializer.class:?] @@ -173,28 +883,26 @@ com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:crafting_table' at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:160) [IntegratedServer.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:550) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171] -[13:41:24] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 491 advancements -[13:41:25] [Server thread/INFO] [FML]: Loading dimension 1 (mod test) (net.minecraft.server.integrated.IntegratedServer@1ffefa6f) -[13:41:25] [Server thread/INFO] [FML]: Loading dimension -1 (mod test) (net.minecraft.server.integrated.IntegratedServer@1ffefa6f) -[13:41:25] [Server thread/INFO] [FML]: Loading dimension -2 (mod test) (net.minecraft.server.integrated.IntegratedServer@1ffefa6f) -[13:41:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0 -[13:41:26] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 0% -[13:41:27] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 43% -[13:41:28] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 89% -[13:41:28] [Server thread/INFO] [FML]: Unloading dimension -1 -[13:41:28] [Server thread/INFO] [FML]: Unloading dimension 1 -[13:41:28] [Server thread/INFO] [FML]: Unloading dimension -2 -[13:41:28] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Changing view distance to 8, from 10 -[13:41:30] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2 -[13:41:30] [Netty Server IO #1/INFO] [FML]: Client protocol version 2 -[13:41:30] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 5 mods : minecraft@1.12.2,FML@8.0.99.99,nnparadisemod@1.0 (The Advancement Update),forge@14.23.3.2689,mcp@9.42 -[13:41:30] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established -[13:41:30] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established -[13:41:30] [Server thread/INFO] [net.minecraft.server.management.PlayerList]: Player829[local:E:ff85bc1c] logged in with entity id 12 at (-272.6823507381591, 74.41405521310354, -3657.8947238965998) -[13:41:30] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Player829 joined the game -[13:41:31] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:41:31] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:41:32] [pool-2-thread-1/WARN] [com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@21902b69[id=4e1f5e28-f05f-3acf-ac65-db01d9d51f95,name=Player829,properties={},legacy=false] +[18:05:26] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 491 advancements +[18:05:26] [Server thread/INFO] [FML]: Loading dimension 1 (mod test) (net.minecraft.server.integrated.IntegratedServer@54a7ec2a) +[18:05:26] [Server thread/INFO] [FML]: Loading dimension -1 (mod test) (net.minecraft.server.integrated.IntegratedServer@54a7ec2a) +[18:05:26] [Server thread/INFO] [FML]: Loading dimension -2 (mod test) (net.minecraft.server.integrated.IntegratedServer@54a7ec2a) +[18:05:26] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0 +[18:05:27] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 23% +[18:05:28] [Server thread/INFO] [FML]: Unloading dimension -1 +[18:05:28] [Server thread/INFO] [FML]: Unloading dimension 1 +[18:05:28] [Server thread/INFO] [FML]: Unloading dimension -2 +[18:05:28] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Changing view distance to 8, from 10 +[18:05:30] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2 +[18:05:30] [Netty Server IO #1/INFO] [FML]: Client protocol version 2 +[18:05:30] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 5 mods : minecraft@1.12.2,FML@8.0.99.99,nnparadisemod@1.0 (The Advancement Update),forge@14.23.3.2689,mcp@9.42 +[18:05:30] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established +[18:05:30] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established +[18:05:30] [Server thread/INFO] [net.minecraft.server.management.PlayerList]: Player890[local:E:9239ae49] logged in with entity id 63 at (1823.3910900298272, 64.38541840730122, -4572.308158266524) +[18:05:30] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Player890 joined the game +[18:05:31] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... +[18:05:31] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld +[18:05:31] [pool-2-thread-1/WARN] [com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@5a48cf75[id=2210beb6-4dc2-38a8-8f45-f0cb49bb6846,name=Player890,properties={},legacy=false] com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:79) ~[YggdrasilAuthenticationService.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:180) [YggdrasilMinecraftSessionService.class:?] @@ -216,296 +924,336 @@ com.mojang.authlib.exceptions.AuthenticationException: The client has sent too m at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_171] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_171] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171] -[13:41:32] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2696ms behind, skipping 53 tick(s) -[13:41:54] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-14, -251] in dimension 0 (overworld) while populating chunk [-15, -251], causing cascading worldgen lag. -[13:41:54] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:41:57] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-8, -242] in dimension 0 (overworld) while populating chunk [-9, -242], causing cascading worldgen lag. -[13:41:57] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:41:58] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-9, -241] in dimension 0 (overworld) while populating chunk [-9, -242], causing cascading worldgen lag. -[13:41:58] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:41:58] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-8, -241] in dimension 0 (overworld) while populating chunk [-9, -242], causing cascading worldgen lag. -[13:41:58] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:41:59] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-10, -251] in dimension 0 (overworld) while populating chunk [-11, -251], causing cascading worldgen lag. -[13:41:59] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:42:26] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:42:26] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:42:26] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 21399ms behind, skipping 427 tick(s) -[13:42:33] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 7 advancements -[13:43:07] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 13 advancements -[13:43:18] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Spectator Mode] -[13:43:18] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Spectator Mode -[13:43:33] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:43:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:43:49] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2629ms behind, skipping 52 tick(s) -[13:44:05] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2753ms behind, skipping 55 tick(s) -[13:44:07] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:44:07] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:46:51] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 3096ms behind, skipping 61 tick(s) -[13:46:52] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, -293] in dimension 0 (overworld) while populating chunk [-27, -293], causing cascading worldgen lag. -[13:46:52] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:46:59] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-12, -298] in dimension 0 (overworld) while populating chunk [-13, -298], causing cascading worldgen lag. -[13:46:59] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:46:59] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-12, -297] in dimension 0 (overworld) while populating chunk [-13, -298], causing cascading worldgen lag. -[13:46:59] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:47:08] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2666ms behind, skipping 53 tick(s) -[13:47:43] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Creative Mode] -[13:47:43] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Creative Mode -[13:48:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-8, -314] in dimension 0 (overworld) while populating chunk [-9, -314], causing cascading worldgen lag. -[13:48:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:48:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-9, -313] in dimension 0 (overworld) while populating chunk [-9, -314], causing cascading worldgen lag. -[13:48:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:48:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-8, -313] in dimension 0 (overworld) while populating chunk [-9, -314], causing cascading worldgen lag. -[13:48:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:48:16] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-7, -314] in dimension 0 (overworld) while populating chunk [-9, -314], causing cascading worldgen lag. -[13:48:16] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:48:16] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-7, -313] in dimension 0 (overworld) while populating chunk [-9, -314], causing cascading worldgen lag. -[13:48:16] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:48:16] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-9, -312] in dimension 0 (overworld) while populating chunk [-9, -314], causing cascading worldgen lag. -[13:48:16] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:48:16] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-8, -312] in dimension 0 (overworld) while populating chunk [-9, -314], causing cascading worldgen lag. -[13:48:16] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:48:16] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-7, -312] in dimension 0 (overworld) while populating chunk [-9, -314], causing cascading worldgen lag. -[13:48:16] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:48:33] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 15 advancements -[13:49:08] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 32 advancements -[13:49:40] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 33 advancements -[13:50:00] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Given Water Breathing (ID 13) * 0 to Player829 for 32768 seconds] -[13:50:00] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Given Water Breathing (ID 13) * 0 to Player829 for 32768 seconds -[13:50:07] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2565ms behind, skipping 51 tick(s) -[13:50:08] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-2, -315] in dimension 0 (overworld) while populating chunk [-3, -315], causing cascading worldgen lag. -[13:50:08] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:50:08] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-3, -314] in dimension 0 (overworld) while populating chunk [-3, -315], causing cascading worldgen lag. -[13:50:08] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:50:08] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-2, -314] in dimension 0 (overworld) while populating chunk [-3, -315], causing cascading worldgen lag. -[13:50:08] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:50:12] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:50:12] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:50:43] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:50:43] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:50:52] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:50:52] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:51:26] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:51:26] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:51:55] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:51:55] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:52:44] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:52:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:53:20] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:53:20] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:53:41] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 41 advancements -[13:54:26] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container -[13:54:26] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container -[13:54:56] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:54:56] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:55:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Guardian] -[13:55:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Guardian] -[13:55:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Guardian] -[13:55:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Guardian] -[13:55:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Guardian] -[13:55:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Guardian] -[13:55:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Guardian] -[13:55:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Guardian] -[13:55:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Guardian] -[13:55:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Guardian] -[13:55:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Guardian] -[13:55:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Guardian] -[13:55:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Guardian] -[13:55:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian -[13:55:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian -[13:55:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian -[13:55:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian -[13:55:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian -[13:55:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian -[13:55:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian -[13:55:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian -[13:55:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian -[13:55:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian -[13:55:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian -[13:55:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian -[13:55:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian -[13:55:20] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:55:20] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:55:45] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container -[13:55:45] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container -[13:55:46] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container -[13:55:46] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container -[13:55:48] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:55:48] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:55:57] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Guardian] -[13:55:57] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Guardian] -[13:55:57] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian -[13:55:57] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian -[13:56:09] [main/WARN] [net.minecraft.client.audio.SoundManager]: Unable to play empty soundEvent: minecraft:entity.small_slime.jump -[13:56:09] [main/WARN] [net.minecraft.client.audio.SoundManager]: Unable to play empty soundEvent: minecraft:entity.small_slime.squish -[13:56:14] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:56:14] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:56:34] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 43 advancements -[13:56:59] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:56:59] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:57:09] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 44 advancements -[13:57:26] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:57:26] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:57:44] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 47 advancements -[13:57:49] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[13:57:49] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[13:58:02] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [1, -299] in dimension 0 (overworld) while populating chunk [1, -300], causing cascading worldgen lag. -[13:58:02] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:58:02] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [3, -304] in dimension 0 (overworld) while populating chunk [2, -304], causing cascading worldgen lag. -[13:58:02] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:58:03] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [2, -303] in dimension 0 (overworld) while populating chunk [2, -304], causing cascading worldgen lag. -[13:58:03] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:58:03] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [3, -303] in dimension 0 (overworld) while populating chunk [2, -304], causing cascading worldgen lag. -[13:58:03] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:58:04] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [5, -306] in dimension 0 (overworld) while populating chunk [4, -306], causing cascading worldgen lag. -[13:58:04] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:58:04] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [4, -305] in dimension 0 (overworld) while populating chunk [4, -306], causing cascading worldgen lag. -[13:58:04] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:58:04] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [5, -305] in dimension 0 (overworld) while populating chunk [4, -306], causing cascading worldgen lag. -[13:58:04] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:58:04] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [6, -306] in dimension 0 (overworld) while populating chunk [4, -306], causing cascading worldgen lag. -[13:58:04] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:58:04] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [6, -305] in dimension 0 (overworld) while populating chunk [4, -306], causing cascading worldgen lag. -[13:58:04] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:58:04] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [4, -304] in dimension 0 (overworld) while populating chunk [4, -306], causing cascading worldgen lag. -[13:58:04] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:58:04] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [5, -304] in dimension 0 (overworld) while populating chunk [4, -306], causing cascading worldgen lag. -[13:58:04] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:58:04] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [6, -304] in dimension 0 (overworld) while populating chunk [4, -306], causing cascading worldgen lag. -[13:58:04] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:58:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [7, -299] in dimension 0 (overworld) while populating chunk [7, -300], causing cascading worldgen lag. -[13:58:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[13:58:08] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2342ms behind, skipping 46 tick(s) -[13:58:23] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /fill, /forge, /function -[13:58:47] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /fill, /forge, /function -[13:59:02] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: 910 blocks filled] -[13:59:02] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] 910 blocks filled -[13:59:11] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2536ms behind, skipping 50 tick(s) -[14:00:25] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 51 advancements -[14:02:37] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Spectator Mode] -[14:02:37] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Spectator Mode -[14:02:43] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [17, -290] in dimension 0 (overworld) while populating chunk [17, -291], causing cascading worldgen lag. -[14:02:43] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:02:46] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [8, -289] in dimension 0 (overworld) while populating chunk [7, -289], causing cascading worldgen lag. -[14:02:46] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:02:46] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [7, -288] in dimension 0 (overworld) while populating chunk [7, -289], causing cascading worldgen lag. -[14:02:46] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:02:46] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [8, -288] in dimension 0 (overworld) while populating chunk [7, -289], causing cascading worldgen lag. -[14:02:46] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:01] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [37, -289] in dimension 0 (overworld) while populating chunk [36, -289], causing cascading worldgen lag. -[14:03:01] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:01] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [36, -288] in dimension 0 (overworld) while populating chunk [36, -289], causing cascading worldgen lag. -[14:03:01] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:01] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [37, -288] in dimension 0 (overworld) while populating chunk [36, -289], causing cascading worldgen lag. -[14:03:01] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:01] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [38, -289] in dimension 0 (overworld) while populating chunk [36, -289], causing cascading worldgen lag. -[14:03:01] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:01] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [38, -288] in dimension 0 (overworld) while populating chunk [36, -289], causing cascading worldgen lag. -[14:03:01] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:01] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [36, -287] in dimension 0 (overworld) while populating chunk [36, -289], causing cascading worldgen lag. -[14:03:01] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:01] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [37, -287] in dimension 0 (overworld) while populating chunk [36, -289], causing cascading worldgen lag. -[14:03:01] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:01] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [38, -287] in dimension 0 (overworld) while populating chunk [36, -289], causing cascading worldgen lag. -[14:03:01] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:05] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [42, -299] in dimension 0 (overworld) while populating chunk [41, -299], causing cascading worldgen lag. -[14:03:05] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:05] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [42, -298] in dimension 0 (overworld) while populating chunk [41, -299], causing cascading worldgen lag. -[14:03:05] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:05] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [43, -299] in dimension 0 (overworld) while populating chunk [41, -299], causing cascading worldgen lag. -[14:03:05] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:05] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [43, -298] in dimension 0 (overworld) while populating chunk [41, -299], causing cascading worldgen lag. -[14:03:05] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:05] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [42, -297] in dimension 0 (overworld) while populating chunk [41, -299], causing cascading worldgen lag. -[14:03:05] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:05] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [43, -297] in dimension 0 (overworld) while populating chunk [41, -299], causing cascading worldgen lag. -[14:03:05] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [46, -295] in dimension 0 (overworld) while populating chunk [45, -295], causing cascading worldgen lag. -[14:03:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [45, -294] in dimension 0 (overworld) while populating chunk [45, -295], causing cascading worldgen lag. -[14:03:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [46, -294] in dimension 0 (overworld) while populating chunk [45, -295], causing cascading worldgen lag. -[14:03:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:08] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2931ms behind, skipping 58 tick(s) -[14:03:10] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [48, -301] in dimension 0 (overworld) while populating chunk [47, -302], causing cascading worldgen lag. -[14:03:10] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:10] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [48, -302] in dimension 0 (overworld) while populating chunk [47, -302], causing cascading worldgen lag. -[14:03:10] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:10] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [49, -302] in dimension 0 (overworld) while populating chunk [47, -302], causing cascading worldgen lag. -[14:03:10] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:10] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [49, -301] in dimension 0 (overworld) while populating chunk [47, -302], causing cascading worldgen lag. -[14:03:10] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:10] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [49, -300] in dimension 0 (overworld) while populating chunk [47, -302], causing cascading worldgen lag. -[14:03:10] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:14] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [54, -291] in dimension 0 (overworld) while populating chunk [53, -290], causing cascading worldgen lag. -[14:03:14] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:14] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [54, -290] in dimension 0 (overworld) while populating chunk [53, -290], causing cascading worldgen lag. -[14:03:14] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:14] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [53, -289] in dimension 0 (overworld) while populating chunk [53, -290], causing cascading worldgen lag. -[14:03:14] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:14] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [54, -289] in dimension 0 (overworld) while populating chunk [53, -290], causing cascading worldgen lag. -[14:03:14] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [39, -286] in dimension 0 (overworld) while populating chunk [39, -287], causing cascading worldgen lag. -[14:03:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [40, -286] in dimension 0 (overworld) while populating chunk [39, -287], causing cascading worldgen lag. -[14:03:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [43, -286] in dimension 0 (overworld) while populating chunk [42, -286], causing cascading worldgen lag. -[14:03:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [42, -285] in dimension 0 (overworld) while populating chunk [42, -286], causing cascading worldgen lag. -[14:03:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [43, -285] in dimension 0 (overworld) while populating chunk [42, -286], causing cascading worldgen lag. -[14:03:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:03:24] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Creative Mode] -[14:03:24] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Creative Mode -[14:03:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /fill, /forge, /function -[14:04:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] minecraft:acacia_door, minecraft:acacia_fence, minecraft:acacia_fence_gate, minecraft:acacia_stairs, minecraft:activator_rail, minecraft:air, minecraft:anvil, minecraft:barrier, minecraft:beacon, minecraft:bed, minecraft:bedrock, minecraft:beetroots, minecraft:birch_door, minecraft:birch_fence, minecraft:birch_fence_gate, minecraft:birch_stairs, minecraft:black_glazed_terracotta, minecraft:black_shulker_box, minecraft:blue_glazed_terracotta, minecraft:blue_shulker_box, minecraft:bone_block, minecraft:bookshelf, minecraft:brewing_stand, minecraft:brick_block, minecraft:brick_stairs, minecraft:brown_glazed_terracotta, minecraft:brown_mushroom, minecraft:brown_mushroom_block, minecraft:brown_shulker_box, minecraft:cactus, minecraft:cake, minecraft:carpet, minecraft:carrots, minecraft:cauldron, minecraft:chain_command_block, minecraft:chest, minecraft:chorus_flower, minecraft:chorus_plant, minecraft:clay, minecraft:coal_block, minecraft:coal_ore, minecraft:cobblestone, minecraft:cobblestone_wall, minecraft:cocoa, minecraft:command_block, minecraft:concrete, minecraft:concrete_powder, minecraft:crafting_table, minecraft:cyan_glazed_terracotta, minecraft:cyan_shulker_box, minecraft:dark_oak_door, minecraft:dark_oak_fence, minecraft:dark_oak_fence_gate, minecraft:dark_oak_stairs, minecraft:daylight_detector, minecraft:daylight_detector_inverted, minecraft:deadbush, minecraft:detector_rail, minecraft:diamond_block, minecraft:diamond_ore, minecraft:dirt, minecraft:dispenser, minecraft:double_plant, minecraft:double_stone_slab, minecraft:double_stone_slab2, minecraft:double_wooden_slab, minecraft:dragon_egg, minecraft:dropper, minecraft:emerald_block, minecraft:emerald_ore, minecraft:enchanting_table, minecraft:end_bricks, minecraft:end_gateway, minecraft:end_portal, minecraft:end_portal_frame, minecraft:end_rod, minecraft:end_stone, minecraft:ender_chest, minecraft:farmland, minecraft:fence, minecraft:fence_gate, minecraft:fire, minecraft:flower_pot, minecraft:flowing_lava, minecraft:flowing_water, minecraft:frosted_ice, minecraft:furnace, minecraft:glass, minecraft:glass_pane, minecraft:glowstone, minecraft:gold_block, minecraft:gold_ore, minecraft:golden_rail, minecraft:grass, minecraft:grass_path, minecraft:gravel, minecraft:gray_glazed_terracotta, minecraft:gray_shulker_box, minecraft:green_glazed_terracotta, minecraft:green_shulker_box, minecraft:hardened_clay, minecraft:hay_block, minecraft:heavy_weighted_pressure_plate, minecraft:hopper, minecraft:ice, minecraft:iron_bars, minecraft:iron_block, minecraft:iron_door, minecraft:iron_ore, minecraft:iron_trapdoor, minecraft:jukebox, minecraft:jungle_door, minecraft:jungle_fence, minecraft:jungle_fence_gate, minecraft:jungle_stairs, minecraft:ladder, minecraft:lapis_block, minecraft:lapis_ore, minecraft:lava, minecraft:leaves, minecraft:leaves2, minecraft:lever, minecraft:light_blue_glazed_terracotta, minecraft:light_blue_shulker_box, minecraft:light_weighted_pressure_plate, minecraft:lime_glazed_terracotta, minecraft:lime_shulker_box, minecraft:lit_furnace, minecraft:lit_pumpkin, minecraft:lit_redstone_lamp, minecraft:lit_redstone_ore, minecraft:log, minecraft:log2, minecraft:magenta_glazed_terracotta, minecraft:magenta_shulker_box, minecraft:magma, minecraft:melon_block, minecraft:melon_stem, minecraft:mob_spawner, minecraft:monster_egg, minecraft:mossy_cobblestone, minecraft:mycelium, minecraft:nether_brick, minecraft:nether_brick_fence, minecraft:nether_brick_stairs, minecraft:nether_wart, minecraft:nether_wart_block, minecraft:netherrack, minecraft:noteblock, minecraft:oak_stairs, minecraft:observer, minecraft:obsidian, minecraft:orange_glazed_terracotta, minecraft:orange_shulker_box, minecraft:packed_ice, minecraft:pink_glazed_terracotta, minecraft:pink_shulker_box, minecraft:piston, minecraft:piston_extension, minecraft:piston_head, minecraft:planks, minecraft:portal, minecraft:potatoes, minecraft:powered_comparator, minecraft:powered_repeater, minecraft:prismarine, minecraft:pumpkin, minecraft:pumpkin_stem, minecraft:purple_glazed_terracotta, minecraft:purple_shulker_box, minecraft:purpur_block, minecraft:purpur_double_slab, minecraft:purpur_pillar, minecraft:purpur_slab, minecraft:purpur_stairs, minecraft:quartz_block, minecraft:quartz_ore, minecraft:quartz_stairs, minecraft:rail, minecraft:red_flower, minecraft:red_glazed_terracotta, minecraft:red_mushroom, minecraft:red_mushroom_block, minecraft:red_nether_brick, minecraft:red_sandstone, minecraft:red_sandstone_stairs, minecraft:red_shulker_box, minecraft:redstone_block, minecraft:redstone_lamp, minecraft:redstone_ore, minecraft:redstone_torch, minecraft:redstone_wire, minecraft:reeds, minecraft:repeating_command_block, minecraft:sand, minecraft:sandstone, minecraft:sandstone_stairs, minecraft:sapling, minecraft:sea_lantern, minecraft:silver_glazed_terracotta, minecraft:silver_shulker_box, minecraft:skull, minecraft:slime, minecraft:snow, minecraft:snow_layer, minecraft:soul_sand, minecraft:sponge, minecraft:spruce_door, minecraft:spruce_fence, minecraft:spruce_fence_gate, minecraft:spruce_stairs, minecraft:stained_glass, minecraft:stained_glass_pane, minecraft:stained_hardened_clay, minecraft:standing_banner, minecraft:standing_sign, minecraft:sticky_piston, minecraft:stone, minecraft:stone_brick_stairs, minecraft:stone_button, minecraft:stone_pressure_plate, minecraft:stone_slab, minecraft:stone_slab2, minecraft:stone_stairs, minecraft:stonebrick, minecraft:structure_block, minecraft:structure_void, minecraft:tallgrass, minecraft:tnt, minecraft:torch, minecraft:trapdoor, minecraft:trapped_chest, minecraft:tripwire, minecraft:tripwire_hook, minecraft:unlit_redstone_torch, minecraft:unpowered_comparator, minecraft:unpowered_repeater, minecraft:vine, minecraft:wall_banner, minecraft:wall_sign, minecraft:water, minecraft:waterlily, minecraft:web, minecraft:wheat, minecraft:white_glazed_terracotta, minecraft:white_shulker_box, minecraft:wooden_button, minecraft:wooden_door, minecraft:wooden_pressure_plate, minecraft:wooden_slab, minecraft:wool, minecraft:yellow_flower, minecraft:yellow_glazed_terracotta, minecraft:yellow_shulker_box, nnparadisemod:acacia_button, nnparadisemod:acacia_crafting_table, nnparadisemod:acacia_pressure_plate, nnparadisemod:andesite_button, nnparadisemod:andesite_door_block, nnparadisemod:andesite_pressure_plate, nnparadisemod:andesite_trapdoor, nnparadisemod:bedrock_button, nnparadisemod:bedrock_door_block, nnparadisemod:bedrock_pressure_plate, nnparadisemod:bedrock_stairs, nnparadisemod:bedrock_trapdoor, nnparadisemod:bedrock_wall, nnparadisemod:birch_button, nnparadisemod:birch_crafting_table, nnparadisemod:birch_pressure_plate, nnparadisemod:black_redstone_lamp, nnparadisemod:blaze_block, nnparadisemod:blue_redstone_lamp, nnparadisemod:brick_fence, nnparadisemod:brick_fence_gate, nnparadisemod:brown_redstone_lamp, nnparadisemod:cactus_bookshelf, nnparadisemod:cactus_button, nnparadisemod:cactus_chest, nnparadisemod:cactus_chest_trapped, nnparadisemod:cactus_crafting_table, nnparadisemod:cactus_door_block, nnparadisemod:cactus_fence, nnparadisemod:cactus_fence_gate, nnparadisemod:cactus_pressure_plate, nnparadisemod:cactus_stairs, nnparadisemod:cactus_trapdoor, nnparadisemod:christmas_leaves, nnparadisemod:christmas_sapling, nnparadisemod:cobblestone_button, nnparadisemod:cobblestone_door_block, nnparadisemod:cobblestone_pressure_plate, nnparadisemod:cobblestone_trapdoor, nnparadisemod:compressed_cactus, nnparadisemod:compressed_cactus_chest, nnparadisemod:compressed_cactus_chest_trapped, nnparadisemod:cyan_redstone_lamp, nnparadisemod:dark_oak_button, nnparadisemod:dark_oak_crafting_table, nnparadisemod:dark_oak_pressure_plate, nnparadisemod:diamond_button, nnparadisemod:diamond_crystal, nnparadisemod:diamond_door_block, nnparadisemod:diamond_fence, nnparadisemod:diamond_fence_gate, nnparadisemod:diamond_pressure_plate, nnparadisemod:diamond_trapdoor, nnparadisemod:diorite_button, nnparadisemod:diorite_door_block, nnparadisemod:diorite_pressure_plate, nnparadisemod:diorite_trapdoor, nnparadisemod:dirt_button, nnparadisemod:dirt_pressure_plate, nnparadisemod:du_portal, nnparadisemod:emerald_button, nnparadisemod:emerald_crystal, nnparadisemod:emerald_door_block, nnparadisemod:emerald_fence, nnparadisemod:emerald_fence_gate, nnparadisemod:emerald_pressure_plate, nnparadisemod:emerald_rail, nnparadisemod:emerald_trapdoor, nnparadisemod:end_button, nnparadisemod:end_door_block, nnparadisemod:end_pressure_plate, nnparadisemod:end_stairs, nnparadisemod:end_trapdoor, nnparadisemod:end_wall, nnparadisemod:ender_pearl_block, nnparadisemod:ender_pearl_ore, nnparadisemod:ender_ruby_ore, nnparadisemod:glass_door_block, nnparadisemod:glass_trapdoor, nnparadisemod:glowing_obsidian, nnparadisemod:glowing_obsidian_button, nnparadisemod:glowing_obsidian_door_block, nnparadisemod:glowing_obsidian_pressure_plate, nnparadisemod:glowing_obsidian_stairs, nnparadisemod:glowing_obsidian_trapdoor, nnparadisemod:glowing_obsidian_wall, nnparadisemod:gold_bars, nnparadisemod:gold_button, nnparadisemod:gold_door_block, nnparadisemod:gold_fence, nnparadisemod:gold_fence_gate, nnparadisemod:gold_hopper, nnparadisemod:gold_trapdoor, nnparadisemod:granite_button, nnparadisemod:granite_door_block, nnparadisemod:granite_pressure_plate, nnparadisemod:granite_trapdoor, nnparadisemod:grass_button, nnparadisemod:grass_pressure_plate, nnparadisemod:gray_redstone_lamp, nnparadisemod:green_redstone_lamp, nnparadisemod:iron_button, nnparadisemod:iron_fence, nnparadisemod:iron_fence_gate, nnparadisemod:jungle_button, nnparadisemod:jungle_crafting_table, nnparadisemod:jungle_pressure_plate, nnparadisemod:light_blue_redstone_lamp, nnparadisemod:lime_redstone_lamp, nnparadisemod:liquid_redstone, nnparadisemod:lit_black_redstone_lamp, nnparadisemod:lit_blue_redstone_lamp, nnparadisemod:lit_brown_redstone_lamp, nnparadisemod:lit_cyan_redstone_lamp, nnparadisemod:lit_gray_redstone_lamp, nnparadisemod:lit_green_redstone_lamp, nnparadisemod:lit_light_blue_redstone_lamp, nnparadisemod:lit_lime_redstone_lamp, nnparadisemod:lit_magenta_redstone_lamp, nnparadisemod:lit_mossy_furnace, nnparadisemod:lit_orange_redstone_lamp, nnparadisemod:lit_pink_redstone_lamp, nnparadisemod:lit_purple_redstone_lamp, nnparadisemod:lit_red_redstone_lamp, nnparadisemod:lit_silver_redstone_lamp, nnparadisemod:lit_white_redstone_lamp, nnparadisemod:lit_yellow_redstone_lamp, nnparadisemod:magenta_redstone_lamp, nnparadisemod:moss_stone_door_block, nnparadisemod:moss_stone_trapdoor, nnparadisemod:mossy_cobblestone_button, nnparadisemod:mossy_cobblestone_pressure_plate, nnparadisemod:mossy_furnace, nnparadisemod:mossy_lever, nnparadisemod:nether_gold_ore, nnparadisemod:nether_silver_ore, nnparadisemod:obsidian_button, nnparadisemod:obsidian_door_block, nnparadisemod:obsidian_stairs, nnparadisemod:obsidian_trapdoor, nnparadisemod:obsidian_wall, nnparadisemod:orange_redstone_lamp, nnparadisemod:pink_redstone_lamp, nnparadisemod:powered_emerald_rail, nnparadisemod:present, nnparadisemod:purple_redstone_lamp, nnparadisemod:quartz_crystal, nnparadisemod:red_redstone_lamp, nnparadisemod:redstone_crystal, nnparadisemod:redstone_door_block, nnparadisemod:redstone_fence, nnparadisemod:redstone_fence_gate, nnparadisemod:redstone_trapdoor, nnparadisemod:ruby_block, nnparadisemod:ruby_button, nnparadisemod:ruby_crystal, nnparadisemod:ruby_door_block, nnparadisemod:ruby_fence, nnparadisemod:ruby_fence_gate, nnparadisemod:ruby_ore, nnparadisemod:ruby_pressure_plate, nnparadisemod:ruby_trapdoor, nnparadisemod:rusty_button, nnparadisemod:rusty_door_block, nnparadisemod:rusty_fence, nnparadisemod:rusty_fence_gate, nnparadisemod:rusty_iron_bars, nnparadisemod:rusty_iron_block, nnparadisemod:rusty_pressure_plate, nnparadisemod:rusty_trapdoor, nnparadisemod:salt_block, nnparadisemod:salt_lamp, nnparadisemod:salt_ore, nnparadisemod:santa_hat, nnparadisemod:silver_bars, nnparadisemod:silver_block, nnparadisemod:silver_button, nnparadisemod:silver_door_block, nnparadisemod:silver_fence, nnparadisemod:silver_fence_gate, nnparadisemod:silver_hopper, nnparadisemod:silver_ore, nnparadisemod:silver_pressure_plate, nnparadisemod:silver_redstone_lamp, nnparadisemod:silver_trapdoor, nnparadisemod:soul_glass, nnparadisemod:soul_glass_pane, nnparadisemod:spruce_button, nnparadisemod:spruce_crafting_table, nnparadisemod:spruce_pressure_plate, nnparadisemod:stone_door_block, nnparadisemod:stone_trapdoor, nnparadisemod:sugar_block, nnparadisemod:tree_topper, nnparadisemod:white_redstone_lamp, nnparadisemod:yellow_redstone_lamp -[14:04:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: 1202 blocks filled] -[14:04:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] 1202 blocks filled -[14:04:36] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 5048ms behind, skipping 100 tick(s) -[14:05:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [50, -284] in dimension 0 (overworld) while populating chunk [49, -284], causing cascading worldgen lag. -[14:05:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:05:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [49, -283] in dimension 0 (overworld) while populating chunk [49, -284], causing cascading worldgen lag. -[14:05:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:05:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [50, -283] in dimension 0 (overworld) while populating chunk [49, -284], causing cascading worldgen lag. -[14:05:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:05:40] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [35, -282] in dimension 0 (overworld) while populating chunk [34, -282], causing cascading worldgen lag. -[14:05:40] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:05:40] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [34, -281] in dimension 0 (overworld) while populating chunk [34, -282], causing cascading worldgen lag. -[14:05:40] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:05:40] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [35, -281] in dimension 0 (overworld) while populating chunk [34, -282], causing cascading worldgen lag. -[14:05:40] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:05:51] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:05:51] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:06:10] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [30, -278] in dimension 0 (overworld) while populating chunk [29, -278], causing cascading worldgen lag. -[14:06:10] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:06:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [29, -277] in dimension 0 (overworld) while populating chunk [29, -278], causing cascading worldgen lag. -[14:06:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:06:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [30, -277] in dimension 0 (overworld) while populating chunk [29, -278], causing cascading worldgen lag. -[14:06:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:06:51] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:06:51] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:06:52] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Spectator Mode] -[14:06:52] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Spectator Mode -[14:07:24] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [45, -279] in dimension 0 (overworld) while populating chunk [44, -279], causing cascading worldgen lag. -[14:07:24] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:07:24] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [45, -278] in dimension 0 (overworld) while populating chunk [44, -279], causing cascading worldgen lag. -[14:07:24] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:07:31] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:07:31] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:08:03] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Creative Mode] -[14:08:03] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Creative Mode -[14:08:16] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /fill, /forge, /function -[14:09:10] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Spectator Mode] -[14:09:10] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Spectator Mode -[14:09:15] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: 910 blocks filled] -[14:09:15] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] 910 blocks filled -[14:09:19] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [12, -277] in dimension 0 (overworld) while populating chunk [12, -278], causing cascading worldgen lag. -[14:09:19] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:09:19] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [13, -277] in dimension 0 (overworld) while populating chunk [12, -278], causing cascading worldgen lag. -[14:09:19] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:09:22] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2123ms behind, skipping 42 tick(s) -[14:09:41] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] [Debug]: Reloaded resource packs -[14:09:41] [main/INFO] [net.minecraft.client.resources.SimpleReloadableResourceManager]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Nether Noah's Paradise Mod -[14:09:41] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/redstone/wooden_pressure_plate +[18:05:31] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 42 advancements +[18:05:35] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... +[18:05:35] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld +[18:05:44] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 48 advancements +[18:05:45] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... +[18:05:45] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld +[18:05:54] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 49 advancements +[18:08:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /fill, /forge, /function +[18:08:48] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] No blocks filled +[18:09:14] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... +[18:09:14] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld +[18:09:24] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [103, -294] in dimension 0 (overworld) while populating chunk [103, -293], causing cascading worldgen lag. +[18:09:24] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:24] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [103, -295] in dimension 0 (overworld) while populating chunk [103, -293], causing cascading worldgen lag. +[18:09:24] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:25] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [102, -293] in dimension 0 (overworld) while populating chunk [103, -293], causing cascading worldgen lag. +[18:09:25] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:25] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [102, -294] in dimension 0 (overworld) while populating chunk [102, -293], causing cascading worldgen lag. +[18:09:25] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:25] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [101, -294] in dimension 0 (overworld) while populating chunk [102, -294], causing cascading worldgen lag. +[18:09:25] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:25] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [101, -295] in dimension 0 (overworld) while populating chunk [101, -294], causing cascading worldgen lag. +[18:09:25] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:25] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [102, -295] in dimension 0 (overworld) while populating chunk [102, -293], causing cascading worldgen lag. +[18:09:25] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:25] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [101, -293] in dimension 0 (overworld) while populating chunk [102, -293], causing cascading worldgen lag. +[18:09:25] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:29] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [103, -297] in dimension 0 (overworld) while populating chunk [104, -296], causing cascading worldgen lag. +[18:09:30] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:30] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [102, -297] in dimension 0 (overworld) while populating chunk [102, -296], causing cascading worldgen lag. +[18:09:30] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:30] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [101, -297] in dimension 0 (overworld) while populating chunk [101, -296], causing cascading worldgen lag. +[18:09:30] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:31] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [108, -297] in dimension 0 (overworld) while populating chunk [109, -297], causing cascading worldgen lag. +[18:09:31] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:31] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [108, -298] in dimension 0 (overworld) while populating chunk [108, -297], causing cascading worldgen lag. +[18:09:31] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:31] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [107, -297] in dimension 0 (overworld) while populating chunk [108, -297], causing cascading worldgen lag. +[18:09:31] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:31] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [106, -297] in dimension 0 (overworld) while populating chunk [108, -297], causing cascading worldgen lag. +[18:09:31] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:31] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [105, -297] in dimension 0 (overworld) while populating chunk [106, -297], causing cascading worldgen lag. +[18:09:31] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:31] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [104, -297] in dimension 0 (overworld) while populating chunk [106, -297], causing cascading worldgen lag. +[18:09:31] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:31] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [117, -298] in dimension 0 (overworld) while populating chunk [117, -297], causing cascading worldgen lag. +[18:09:31] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:32] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [101, -299] in dimension 0 (overworld) while populating chunk [101, -298], causing cascading worldgen lag. +[18:09:32] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:32] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [100, -299] in dimension 0 (overworld) while populating chunk [101, -299], causing cascading worldgen lag. +[18:09:32] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:32] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [99, -299] in dimension 0 (overworld) while populating chunk [100, -299], causing cascading worldgen lag. +[18:09:32] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:32] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [99, -300] in dimension 0 (overworld) while populating chunk [99, -299], causing cascading worldgen lag. +[18:09:32] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:32] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [110, -299] in dimension 0 (overworld) while populating chunk [110, -298], causing cascading worldgen lag. +[18:09:32] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:32] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [103, -298] in dimension 0 (overworld) while populating chunk [104, -298], causing cascading worldgen lag. +[18:09:32] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:32] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [102, -299] in dimension 0 (overworld) while populating chunk [103, -298], causing cascading worldgen lag. +[18:09:32] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:32] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [104, -299] in dimension 0 (overworld) while populating chunk [103, -298], causing cascading worldgen lag. +[18:09:32] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:32] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [103, -299] in dimension 0 (overworld) while populating chunk [103, -298], causing cascading worldgen lag. +[18:09:32] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:32] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [102, -298] in dimension 0 (overworld) while populating chunk [104, -298], causing cascading worldgen lag. +[18:09:32] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:34] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [100, -294] in dimension 0 (overworld) while populating chunk [100, -293], causing cascading worldgen lag. +[18:09:34] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:34] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [100, -295] in dimension 0 (overworld) while populating chunk [100, -294], causing cascading worldgen lag. +[18:09:34] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:34] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [100, -296] in dimension 0 (overworld) while populating chunk [100, -295], causing cascading worldgen lag. +[18:09:34] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [105, -300] in dimension 0 (overworld) while populating chunk [105, -299], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [104, -300] in dimension 0 (overworld) while populating chunk [105, -299], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [104, -301] in dimension 0 (overworld) while populating chunk [104, -300], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [103, -300] in dimension 0 (overworld) while populating chunk [104, -301], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [102, -300] in dimension 0 (overworld) while populating chunk [104, -301], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [102, -301] in dimension 0 (overworld) while populating chunk [102, -300], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [101, -300] in dimension 0 (overworld) while populating chunk [102, -300], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [101, -301] in dimension 0 (overworld) while populating chunk [101, -300], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [101, -302] in dimension 0 (overworld) while populating chunk [101, -301], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [100, -300] in dimension 0 (overworld) while populating chunk [102, -300], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [100, -301] in dimension 0 (overworld) while populating chunk [100, -300], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [99, -301] in dimension 0 (overworld) while populating chunk [100, -301], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [100, -302] in dimension 0 (overworld) while populating chunk [100, -301], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [99, -302] in dimension 0 (overworld) while populating chunk [100, -301], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [103, -301] in dimension 0 (overworld) while populating chunk [104, -301], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [102, -302] in dimension 0 (overworld) while populating chunk [103, -301], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [102, -301] in dimension 0 (overworld) while populating chunk [104, -301], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [108, -300] in dimension 0 (overworld) while populating chunk [108, -299], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [107, -300] in dimension 0 (overworld) while populating chunk [108, -300], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [106, -300] in dimension 0 (overworld) while populating chunk [108, -300], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [107, -301] in dimension 0 (overworld) while populating chunk [108, -300], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [106, -301] in dimension 0 (overworld) while populating chunk [107, -301], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [105, -301] in dimension 0 (overworld) while populating chunk [107, -301], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [105, -302] in dimension 0 (overworld) while populating chunk [105, -301], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [99, -293] in dimension 0 (overworld) while populating chunk [99, -292], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [99, -294] in dimension 0 (overworld) while populating chunk [99, -293], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [98, -294] in dimension 0 (overworld) while populating chunk [99, -294], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [98, -292] in dimension 0 (overworld) while populating chunk [99, -292], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [98, -293] in dimension 0 (overworld) while populating chunk [99, -292], causing cascading worldgen lag. +[18:09:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:36] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [98, -297] in dimension 0 (overworld) while populating chunk [99, -297], causing cascading worldgen lag. +[18:09:36] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:36] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [98, -298] in dimension 0 (overworld) while populating chunk [99, -297], causing cascading worldgen lag. +[18:09:36] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:36] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [108, -301] in dimension 0 (overworld) while populating chunk [109, -300], causing cascading worldgen lag. +[18:09:36] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:36] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [109, -301] in dimension 0 (overworld) while populating chunk [110, -300], causing cascading worldgen lag. +[18:09:36] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:36] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [112, -301] in dimension 0 (overworld) while populating chunk [112, -300], causing cascading worldgen lag. +[18:09:36] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:36] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [98, -302] in dimension 0 (overworld) while populating chunk [98, -301], causing cascading worldgen lag. +[18:09:36] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:37] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [97, -301] in dimension 0 (overworld) while populating chunk [98, -300], causing cascading worldgen lag. +[18:09:37] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:37] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [97, -300] in dimension 0 (overworld) while populating chunk [98, -300], causing cascading worldgen lag. +[18:09:37] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:46] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [96, -300] in dimension 0 (overworld) while populating chunk [97, -299], causing cascading worldgen lag. +[18:09:46] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:46] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [97, -295] in dimension 0 (overworld) while populating chunk [97, -294], causing cascading worldgen lag. +[18:09:46] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:46] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [97, -296] in dimension 0 (overworld) while populating chunk [97, -295], causing cascading worldgen lag. +[18:09:46] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:46] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [97, -297] in dimension 0 (overworld) while populating chunk [97, -296], causing cascading worldgen lag. +[18:09:46] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:46] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [97, -298] in dimension 0 (overworld) while populating chunk [97, -296], causing cascading worldgen lag. +[18:09:46] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:47] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [110, -302] in dimension 0 (overworld) while populating chunk [111, -301], causing cascading worldgen lag. +[18:09:47] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:47] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [109, -302] in dimension 0 (overworld) while populating chunk [110, -302], causing cascading worldgen lag. +[18:09:47] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:47] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [95, -300] in dimension 0 (overworld) while populating chunk [96, -299], causing cascading worldgen lag. +[18:09:47] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:47] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [96, -295] in dimension 0 (overworld) while populating chunk [96, -294], causing cascading worldgen lag. +[18:09:47] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:47] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [96, -296] in dimension 0 (overworld) while populating chunk [96, -295], causing cascading worldgen lag. +[18:09:47] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:47] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [96, -297] in dimension 0 (overworld) while populating chunk [96, -295], causing cascading worldgen lag. +[18:09:47] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:48] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [95, -296] in dimension 0 (overworld) while populating chunk [96, -295], causing cascading worldgen lag. +[18:09:48] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:48] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [95, -295] in dimension 0 (overworld) while populating chunk [96, -294], causing cascading worldgen lag. +[18:09:48] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:48] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [95, -298] in dimension 0 (overworld) while populating chunk [95, -297], causing cascading worldgen lag. +[18:09:48] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:48] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [95, -299] in dimension 0 (overworld) while populating chunk [95, -297], causing cascading worldgen lag. +[18:09:48] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [94, -302] in dimension 0 (overworld) while populating chunk [95, -302], causing cascading worldgen lag. +[18:09:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [95, -303] in dimension 0 (overworld) while populating chunk [96, -302], causing cascading worldgen lag. +[18:09:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [103, -303] in dimension 0 (overworld) while populating chunk [103, -302], causing cascading worldgen lag. +[18:09:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [102, -303] in dimension 0 (overworld) while populating chunk [103, -303], causing cascading worldgen lag. +[18:09:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [102, -304] in dimension 0 (overworld) while populating chunk [102, -303], causing cascading worldgen lag. +[18:09:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [101, -304] in dimension 0 (overworld) while populating chunk [102, -304], causing cascading worldgen lag. +[18:09:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [101, -303] in dimension 0 (overworld) while populating chunk [103, -303], causing cascading worldgen lag. +[18:09:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [103, -304] in dimension 0 (overworld) while populating chunk [103, -303], causing cascading worldgen lag. +[18:09:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [106, -303] in dimension 0 (overworld) while populating chunk [107, -302], causing cascading worldgen lag. +[18:09:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [105, -303] in dimension 0 (overworld) while populating chunk [106, -303], causing cascading worldgen lag. +[18:09:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [104, -304] in dimension 0 (overworld) while populating chunk [105, -303], causing cascading worldgen lag. +[18:09:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [104, -303] in dimension 0 (overworld) while populating chunk [106, -303], causing cascading worldgen lag. +[18:09:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:50] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [93, -300] in dimension 0 (overworld) while populating chunk [94, -300], causing cascading worldgen lag. +[18:09:50] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:50] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [93, -301] in dimension 0 (overworld) while populating chunk [93, -300], causing cascading worldgen lag. +[18:09:50] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:09:50] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [93, -293] in dimension 0 (overworld) while populating chunk [94, -293], causing cascading worldgen lag. +[18:09:50] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:04] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [92, -299] in dimension 0 (overworld) while populating chunk [93, -299], causing cascading worldgen lag. +[18:10:04] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:54] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [96, -303] in dimension 0 (overworld) while populating chunk [97, -303], causing cascading worldgen lag. +[18:10:54] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:54] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [108, -304] in dimension 0 (overworld) while populating chunk [108, -303], causing cascading worldgen lag. +[18:10:54] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:54] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [107, -304] in dimension 0 (overworld) while populating chunk [108, -304], causing cascading worldgen lag. +[18:10:54] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:54] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [109, -304] in dimension 0 (overworld) while populating chunk [109, -303], causing cascading worldgen lag. +[18:10:54] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:54] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [109, -305] in dimension 0 (overworld) while populating chunk [109, -304], causing cascading worldgen lag. +[18:10:54] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:55] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [108, -305] in dimension 0 (overworld) while populating chunk [109, -305], causing cascading worldgen lag. +[18:10:55] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:55] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [107, -305] in dimension 0 (overworld) while populating chunk [109, -305], causing cascading worldgen lag. +[18:10:55] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:55] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [106, -304] in dimension 0 (overworld) while populating chunk [107, -305], causing cascading worldgen lag. +[18:10:55] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:55] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [106, -305] in dimension 0 (overworld) while populating chunk [107, -305], causing cascading worldgen lag. +[18:10:55] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:55] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [105, -304] in dimension 0 (overworld) while populating chunk [106, -305], causing cascading worldgen lag. +[18:10:55] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:55] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [106, -306] in dimension 0 (overworld) while populating chunk [107, -305], causing cascading worldgen lag. +[18:10:55] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:55] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [107, -306] in dimension 0 (overworld) while populating chunk [107, -305], causing cascading worldgen lag. +[18:10:55] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:55] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [96, -305] in dimension 0 (overworld) while populating chunk [97, -304], causing cascading worldgen lag. +[18:10:55] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:55] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [95, -305] in dimension 0 (overworld) while populating chunk [96, -305], causing cascading worldgen lag. +[18:10:55] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:55] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [97, -305] in dimension 0 (overworld) while populating chunk [97, -304], causing cascading worldgen lag. +[18:10:55] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:55] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [98, -305] in dimension 0 (overworld) while populating chunk [99, -304], causing cascading worldgen lag. +[18:10:55] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:56] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [102, -306] in dimension 0 (overworld) while populating chunk [103, -305], causing cascading worldgen lag. +[18:10:56] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:56] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [101, -306] in dimension 0 (overworld) while populating chunk [102, -306], causing cascading worldgen lag. +[18:10:56] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:56] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [100, -306] in dimension 0 (overworld) while populating chunk [102, -306], causing cascading worldgen lag. +[18:10:56] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:56] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [103, -306] in dimension 0 (overworld) while populating chunk [103, -305], causing cascading worldgen lag. +[18:10:56] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:56] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [105, -306] in dimension 0 (overworld) while populating chunk [104, -305], causing cascading worldgen lag. +[18:10:56] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:56] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [104, -306] in dimension 0 (overworld) while populating chunk [104, -305], causing cascading worldgen lag. +[18:10:56] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:59] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [93, -307] in dimension 0 (overworld) while populating chunk [93, -306], causing cascading worldgen lag. +[18:10:59] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:59] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [92, -307] in dimension 0 (overworld) while populating chunk [93, -306], causing cascading worldgen lag. +[18:10:59] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:10:59] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [94, -307] in dimension 0 (overworld) while populating chunk [95, -306], causing cascading worldgen lag. +[18:10:59] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:11:01] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [108, -307] in dimension 0 (overworld) while populating chunk [108, -306], causing cascading worldgen lag. +[18:11:01] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:11:01] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [107, -307] in dimension 0 (overworld) while populating chunk [108, -307], causing cascading worldgen lag. +[18:11:01] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:11:01] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [106, -307] in dimension 0 (overworld) while populating chunk [108, -307], causing cascading worldgen lag. +[18:11:01] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:11:01] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [109, -307] in dimension 0 (overworld) while populating chunk [110, -306], causing cascading worldgen lag. +[18:11:01] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:11:01] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [110, -307] in dimension 0 (overworld) while populating chunk [110, -306], causing cascading worldgen lag. +[18:11:01] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:11:01] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [97, -308] in dimension 0 (overworld) while populating chunk [97, -307], causing cascading worldgen lag. +[18:11:01] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:11:01] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [103, -307] in dimension 0 (overworld) while populating chunk [104, -307], causing cascading worldgen lag. +[18:11:01] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:11:02] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [102, -307] in dimension 0 (overworld) while populating chunk [104, -307], causing cascading worldgen lag. +[18:11:02] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:11:02] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [100, -307] in dimension 0 (overworld) while populating chunk [101, -307], causing cascading worldgen lag. +[18:11:02] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:11:02] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [99, -307] in dimension 0 (overworld) while populating chunk [101, -307], causing cascading worldgen lag. +[18:11:02] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:11:02] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [98, -308] in dimension 0 (overworld) while populating chunk [99, -307], causing cascading worldgen lag. +[18:11:02] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:11:02] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [101, -308] in dimension 0 (overworld) while populating chunk [101, -307], causing cascading worldgen lag. +[18:11:02] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:11:25] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... +[18:11:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld +[18:12:53] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [104, -310] in dimension 0 (overworld) while populating chunk [104, -309], causing cascading worldgen lag. +[18:12:53] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:12:53] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [105, -310] in dimension 0 (overworld) while populating chunk [105, -309], causing cascading worldgen lag. +[18:12:53] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:12:53] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [102, -310] in dimension 0 (overworld) while populating chunk [102, -309], causing cascading worldgen lag. +[18:12:53] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:12:53] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [99, -310] in dimension 0 (overworld) while populating chunk [99, -309], causing cascading worldgen lag. +[18:12:53] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:12:53] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [109, -310] in dimension 0 (overworld) while populating chunk [109, -309], causing cascading worldgen lag. +[18:12:53] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:12:53] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [108, -310] in dimension 0 (overworld) while populating chunk [109, -309], causing cascading worldgen lag. +[18:12:53] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:12:53] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [97, -309] in dimension 0 (overworld) while populating chunk [98, -309], causing cascading worldgen lag. +[18:12:53] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:12:56] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [110, -311] in dimension 0 (overworld) while populating chunk [111, -310], causing cascading worldgen lag. +[18:12:56] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:12:56] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [109, -311] in dimension 0 (overworld) while populating chunk [110, -311], causing cascading worldgen lag. +[18:12:56] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:12:56] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [108, -311] in dimension 0 (overworld) while populating chunk [109, -311], causing cascading worldgen lag. +[18:12:56] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:12:57] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [113, -307] in dimension 0 (overworld) while populating chunk [113, -306], causing cascading worldgen lag. +[18:12:57] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:12:57] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [113, -309] in dimension 0 (overworld) while populating chunk [113, -308], causing cascading worldgen lag. +[18:12:57] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:12:57] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [113, -310] in dimension 0 (overworld) while populating chunk [113, -308], causing cascading worldgen lag. +[18:12:57] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:13:02] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... +[18:13:02] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld +[18:17:15] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server +[18:17:15] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving players +[18:17:15] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: Player890 lost connection: Disconnected +[18:17:15] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Player890 left the game +[18:17:15] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: Stopping singleplayer server as player logged out +[18:17:15] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds +[18:17:15] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld +[18:17:15] [Server thread/INFO] [FML]: Unloading dimension 0 +[18:17:15] [Server thread/INFO] [FML]: Applying holder lookups +[18:17:15] [Server thread/INFO] [FML]: Holder lookups applied +[18:27:06] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Starting integrated minecraft server version 1.12.2 +[18:27:06] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Generating keypair +[18:27:06] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance +[18:27:06] [Server thread/INFO] [FML]: Applying holder lookups +[18:27:06] [Server thread/INFO] [FML]: Holder lookups applied +[18:27:06] [Server thread/INFO] [FML]: Loading dimension 0 (Copy of mod test) (net.minecraft.server.integrated.IntegratedServer@32b18b6e) +[18:27:06] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/redstone/wooden_pressure_plate com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:wooden_pressure_plate' at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:204) ~[AdvancementRewards$Deserializer.class:?] at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:180) ~[AdvancementRewards$Deserializer.class:?] @@ -521,18 +1269,15 @@ com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:wooden_pressure_p at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] - at net.minecraft.advancements.AdvancementManager.loadBuiltInAdvancements(AdvancementManager.java:185) ~[AdvancementManager.class:?] - at net.minecraft.advancements.AdvancementManager.reload(AdvancementManager.java:69) ~[AdvancementManager.class:?] - at net.minecraft.server.MinecraftServer.reload(MinecraftServer.java:1585) ~[MinecraftServer.class:?] - at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_171] - at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_171] - at net.minecraft.util.Util.runTask(Util.java:53) [Util.class:?] - at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:796) [MinecraftServer.class:?] - at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:741) [MinecraftServer.class:?] - at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:192) [IntegratedServer.class:?] - at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:590) [MinecraftServer.class:?] + at net.minecraft.advancements.AdvancementManager.loadBuiltInAdvancements(AdvancementManager.java:185) [AdvancementManager.class:?] + at net.minecraft.advancements.AdvancementManager.reload(AdvancementManager.java:69) [AdvancementManager.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:61) [AdvancementManager.class:?] + at net.minecraft.world.WorldServer.init(WorldServer.java:162) [WorldServer.class:?] + at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:123) [IntegratedServer.class:?] + at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:160) [IntegratedServer.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:550) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171] -[14:09:41] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/redstone/wooden_button +[18:27:06] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/redstone/wooden_button com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:wooden_button' at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:204) ~[AdvancementRewards$Deserializer.class:?] at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:180) ~[AdvancementRewards$Deserializer.class:?] @@ -548,18 +1293,15 @@ com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:wooden_button' at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] - at net.minecraft.advancements.AdvancementManager.loadBuiltInAdvancements(AdvancementManager.java:185) ~[AdvancementManager.class:?] - at net.minecraft.advancements.AdvancementManager.reload(AdvancementManager.java:69) ~[AdvancementManager.class:?] - at net.minecraft.server.MinecraftServer.reload(MinecraftServer.java:1585) ~[MinecraftServer.class:?] - at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_171] - at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_171] - at net.minecraft.util.Util.runTask(Util.java:53) [Util.class:?] - at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:796) [MinecraftServer.class:?] - at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:741) [MinecraftServer.class:?] - at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:192) [IntegratedServer.class:?] - at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:590) [MinecraftServer.class:?] + at net.minecraft.advancements.AdvancementManager.loadBuiltInAdvancements(AdvancementManager.java:185) [AdvancementManager.class:?] + at net.minecraft.advancements.AdvancementManager.reload(AdvancementManager.java:69) [AdvancementManager.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:61) [AdvancementManager.class:?] + at net.minecraft.world.WorldServer.init(WorldServer.java:162) [WorldServer.class:?] + at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:123) [IntegratedServer.class:?] + at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:160) [IntegratedServer.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:550) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171] -[14:09:41] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/decorations/crafting_table +[18:27:06] [Server thread/ERROR] [net.minecraft.advancements.AdvancementManager]: Parsing error loading built-in advancement minecraft:recipes/decorations/crafting_table com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:crafting_table' at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:204) ~[AdvancementRewards$Deserializer.class:?] at net.minecraft.advancements.AdvancementRewards$Deserializer.deserialize(AdvancementRewards.java:180) ~[AdvancementRewards$Deserializer.class:?] @@ -575,975 +1317,754 @@ com.google.gson.JsonSyntaxException: Unknown recipe 'minecraft:crafting_table' at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?] at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?] at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?] - at net.minecraft.advancements.AdvancementManager.loadBuiltInAdvancements(AdvancementManager.java:185) ~[AdvancementManager.class:?] - at net.minecraft.advancements.AdvancementManager.reload(AdvancementManager.java:69) ~[AdvancementManager.class:?] - at net.minecraft.server.MinecraftServer.reload(MinecraftServer.java:1585) ~[MinecraftServer.class:?] - at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_171] - at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_171] - at net.minecraft.util.Util.runTask(Util.java:53) [Util.class:?] - at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:796) [MinecraftServer.class:?] - at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:741) [MinecraftServer.class:?] - at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:192) [IntegratedServer.class:?] - at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:590) [MinecraftServer.class:?] + at net.minecraft.advancements.AdvancementManager.loadBuiltInAdvancements(AdvancementManager.java:185) [AdvancementManager.class:?] + at net.minecraft.advancements.AdvancementManager.reload(AdvancementManager.java:69) [AdvancementManager.class:?] + at net.minecraft.advancements.AdvancementManager.(AdvancementManager.java:61) [AdvancementManager.class:?] + at net.minecraft.world.WorldServer.init(WorldServer.java:162) [WorldServer.class:?] + at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:123) [IntegratedServer.class:?] + at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:160) [IntegratedServer.class:?] + at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:550) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171] -[14:09:41] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 491 advancements -[14:09:43] [main/INFO] [net.minecraft.client.audio.SoundManager]: SoundSystem shutting down... -[14:09:43] [main/WARN] [net.minecraft.client.audio.SoundManager]: Author: Paul Lamb, www.paulscode.com -[14:09:43] [Sound Library Loader/INFO] [net.minecraft.client.audio.SoundManager]: Starting up SoundSystem... -[14:09:43] [Thread-11/INFO] [net.minecraft.client.audio.SoundManager]: Initializing LWJGL OpenAL -[14:09:43] [Thread-11/INFO] [net.minecraft.client.audio.SoundManager]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) -[14:09:43] [Thread-11/INFO] [net.minecraft.client.audio.SoundManager]: OpenAL initialized. -[14:09:43] [Sound Library Loader/INFO] [net.minecraft.client.audio.SoundManager]: Sound engine started -[14:09:45] [main/INFO] [FML]: Max texture size: 16384 -[14:09:46] [main/INFO] [net.minecraft.client.renderer.texture.TextureMap]: Created: 1024x512 textures-atlas -[14:09:47] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 51 advancements -[14:09:52] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Creative Mode] -[14:09:52] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Creative Mode -[14:10:17] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-3, -284] in dimension 0 (overworld) while populating chunk [-3, -285], causing cascading worldgen lag. -[14:10:17] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:11:02] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /fill, /forge, /function -[14:11:59] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Spectator Mode] -[14:11:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Spectator Mode -[14:12:04] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: 910 blocks filled] -[14:12:04] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] 910 blocks filled -[14:12:12] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2447ms behind, skipping 48 tick(s) -[14:12:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Creative Mode] -[14:12:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Creative Mode -[14:12:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Player829 has made the advancement [Stone Age] -[14:12:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Player829 has made the advancement [Stone Age] -[14:12:42] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 65 advancements -[14:13:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /fill, /forge, /function -[14:14:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Spectator Mode] -[14:14:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Spectator Mode -[14:14:30] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: 891 blocks filled] -[14:14:30] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] 891 blocks filled -[14:14:38] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2649ms behind, skipping 52 tick(s) -[14:14:52] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Creative Mode] -[14:14:52] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Creative Mode -[14:16:26] [main/WARN] [net.minecraft.client.network.NetHandlerPlayClient]: Received passengers for unknown entity -[14:16:44] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:16:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:16:59] [main/WARN] [net.minecraft.client.network.NetHandlerPlayClient]: Received passengers for unknown entity -[14:17:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [52, -283] in dimension 0 (overworld) while populating chunk [52, -284], causing cascading worldgen lag. -[14:17:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:17:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [53, -283] in dimension 0 (overworld) while populating chunk [52, -284], causing cascading worldgen lag. -[14:17:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:17:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [54, -284] in dimension 0 (overworld) while populating chunk [52, -284], causing cascading worldgen lag. -[14:17:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:17:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [54, -283] in dimension 0 (overworld) while populating chunk [52, -284], causing cascading worldgen lag. -[14:17:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:17:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [52, -282] in dimension 0 (overworld) while populating chunk [52, -284], causing cascading worldgen lag. -[14:17:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:17:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [53, -282] in dimension 0 (overworld) while populating chunk [52, -284], causing cascading worldgen lag. -[14:17:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:17:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [54, -282] in dimension 0 (overworld) while populating chunk [52, -284], causing cascading worldgen lag. -[14:17:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:17:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [51, -283] in dimension 0 (overworld) while populating chunk [51, -284], causing cascading worldgen lag. -[14:17:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:17:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [57, -284] in dimension 0 (overworld) while populating chunk [56, -284], causing cascading worldgen lag. -[14:17:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:17:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [55, -283] in dimension 0 (overworld) while populating chunk [56, -284], causing cascading worldgen lag. -[14:17:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:17:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [56, -283] in dimension 0 (overworld) while populating chunk [56, -284], causing cascading worldgen lag. -[14:17:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:17:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [57, -283] in dimension 0 (overworld) while populating chunk [56, -284], causing cascading worldgen lag. -[14:17:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:17:44] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 3382ms behind, skipping 67 tick(s) -[14:17:46] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Spectator Mode] -[14:17:46] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Spectator Mode -[14:18:03] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [65, -291] in dimension 0 (overworld) while populating chunk [64, -291], causing cascading worldgen lag. -[14:18:03] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:18:03] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [64, -290] in dimension 0 (overworld) while populating chunk [64, -291], causing cascading worldgen lag. -[14:18:03] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:18:03] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [65, -290] in dimension 0 (overworld) while populating chunk [64, -291], causing cascading worldgen lag. -[14:18:03] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:18:09] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Creative Mode] -[14:18:09] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Creative Mode -[14:18:24] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Given [Farmland] * 1 to Player829] -[14:18:24] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Given [Farmland] * 1 to Player829 -[14:20:12] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [51, -275] in dimension 0 (overworld) while populating chunk [50, -275], causing cascading worldgen lag. -[14:20:12] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:20:12] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [50, -274] in dimension 0 (overworld) while populating chunk [50, -275], causing cascading worldgen lag. -[14:20:12] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:20:12] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [51, -274] in dimension 0 (overworld) while populating chunk [50, -275], causing cascading worldgen lag. -[14:20:12] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[14:20:39] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Player829 has made the advancement [A Seedy Place] -[14:20:39] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Player829 has made the advancement [A Seedy Place] -[14:20:39] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 69 advancements -[14:22:24] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 71 advancements -[14:22:29] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Spectator Mode] -[14:22:29] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Spectator Mode -[14:23:01] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Creative Mode] -[14:23:01] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Creative Mode -[14:23:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:23:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:23:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:23:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:23:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:23:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:23:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:23:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:23:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:23:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:23:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:23:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:23:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:23:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:23:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:23:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:23:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:23:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:23:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:23:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:23:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:23:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:23:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:23:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:23:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:23:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:23:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:23:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:23:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:23:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:23:51] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:23:51] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:24:00] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:24:00] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:24:29] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:24:29] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:24:29] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:24:29] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:24:35] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:24:35] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:24:35] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:24:35] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:24:35] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:24:35] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:24:35] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:24:35] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:24:35] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:24:35] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:24:43] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 72 advancements -[14:24:45] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:24:45] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:24:45] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:24:45] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Creeper] -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper -[14:24:52] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 73 advancements -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:25:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:25:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:25:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:25:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:25:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:25:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:25:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Player829 has made the advancement [Monster Hunter] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Player829 has made the advancement [Monster Hunter] -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:50] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 83 advancements -[14:25:59] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:59] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:59] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:59] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:59] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:59] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:59] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:59] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:59] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:25:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:25:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:26:00] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Spectator Mode] -[14:26:00] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Spectator Mode -[14:26:13] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Creative Mode] -[14:26:13] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Creative Mode -[14:26:15] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 117 advancements -[14:26:46] [main/INFO] [net.minecraft.client.multiplayer.ChunkProviderClient]: Warning: Clientside chunk ticking took 104 ms -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:08] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:13] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 121 advancements -[14:27:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:27:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:27:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:27:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:27:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:27:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:27:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:27:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:27:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:27:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:27:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:27:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:27:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:27:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:27:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:27:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:27:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:27:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:27:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:27:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:27:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:27:33] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:27:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:27:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:27:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:27:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:27:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:01] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:28:01] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Skeleton] -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:34] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Skeleton -[14:28:39] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Spider] -[14:28:39] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Spider -[14:28:54] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:28:54] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:29:44] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:30:10] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Spectator Mode] -[14:30:10] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Spectator Mode -[14:30:13] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Creative Mode] -[14:30:13] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Creative Mode -[14:30:48] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:30:48] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:31:12] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:31:12] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Killed Zombie] -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:36:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie -[14:39:05] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:39:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:40:03] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /fill, /forge, /function -[14:41:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: 2110 blocks filled] -[14:41:06] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] 2110 blocks filled -[14:41:21] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 7282ms behind, skipping 145 tick(s) -[14:44:26] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:44:26] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:46:16] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:46:16] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:46:30] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:46:30] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:51:10] [main/WARN] [net.minecraft.client.network.NetHandlerPlayClient]: Received passengers for unknown entity -[14:53:34] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:53:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:55:06] [main/WARN] [net.minecraft.client.network.NetHandlerPlayClient]: Received passengers for unknown entity -[14:56:33] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:56:33] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:56:34] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Changing difficulty to HARD, from NORMAL -[14:57:01] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[14:57:01] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[14:58:16] [main/WARN] [net.minecraft.client.network.NetHandlerPlayClient]: Received passengers for unknown entity -[14:58:56] [main/WARN] [net.minecraft.client.network.NetHandlerPlayClient]: Received passengers for unknown entity -[15:01:36] [main/WARN] [net.minecraft.client.network.NetHandlerPlayClient]: Received passengers for unknown entity -[15:02:01] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /fill, /forge, /function -[15:02:45] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: 910 blocks filled] -[15:02:45] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] 910 blocks filled -[15:03:27] [main/WARN] [net.minecraft.client.network.NetHandlerPlayClient]: Received passengers for unknown entity -[15:03:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Spectator Mode] -[15:03:37] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Spectator Mode -[15:03:43] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Creative Mode] -[15:03:43] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Creative Mode -[15:04:13] [main/WARN] [net.minecraft.client.network.NetHandlerPlayClient]: Received passengers for unknown entity -[15:04:40] [main/WARN] [net.minecraft.client.network.NetHandlerPlayClient]: Received passengers for unknown entity -[15:04:58] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2029ms behind, skipping 40 tick(s) -[15:05:08] [main/WARN] [net.minecraft.client.network.NetHandlerPlayClient]: Received passengers for unknown entity -[15:05:12] [main/WARN] [net.minecraft.client.network.NetHandlerPlayClient]: Received passengers for unknown entity -[15:06:08] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [59, -273] in dimension 0 (overworld) while populating chunk [59, -274], causing cascading worldgen lag. -[15:06:08] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:06:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /fill, /forge, /function -[15:06:24] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[15:06:24] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[15:06:55] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: 1162 blocks filled] -[15:06:55] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] 1162 blocks filled -[15:07:03] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2644ms behind, skipping 52 tick(s) -[15:07:24] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[15:07:24] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[15:07:39] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [73, -279] in dimension 0 (overworld) while populating chunk [73, -280], causing cascading worldgen lag. -[15:07:39] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:07:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [75, -281] in dimension 0 (overworld) while populating chunk [74, -281], causing cascading worldgen lag. -[15:07:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:07:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [74, -280] in dimension 0 (overworld) while populating chunk [74, -281], causing cascading worldgen lag. -[15:07:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:07:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [75, -280] in dimension 0 (overworld) while populating chunk [74, -281], causing cascading worldgen lag. -[15:07:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:07:48] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [79, -290] in dimension 0 (overworld) while populating chunk [78, -290], causing cascading worldgen lag. -[15:07:48] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:07:48] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [78, -289] in dimension 0 (overworld) while populating chunk [78, -290], causing cascading worldgen lag. -[15:07:48] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:07:48] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [79, -289] in dimension 0 (overworld) while populating chunk [78, -290], causing cascading worldgen lag. -[15:07:48] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:08:00] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [85, -283] in dimension 0 (overworld) while populating chunk [84, -283], causing cascading worldgen lag. -[15:08:00] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:08:00] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [84, -282] in dimension 0 (overworld) while populating chunk [84, -283], causing cascading worldgen lag. -[15:08:00] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:08:00] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [85, -282] in dimension 0 (overworld) while populating chunk [84, -283], causing cascading worldgen lag. -[15:08:00] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:08:02] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [86, -285] in dimension 0 (overworld) while populating chunk [85, -285], causing cascading worldgen lag. -[15:08:02] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:08:02] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [86, -284] in dimension 0 (overworld) while populating chunk [85, -285], causing cascading worldgen lag. -[15:08:02] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:08:02] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [87, -285] in dimension 0 (overworld) while populating chunk [85, -285], causing cascading worldgen lag. -[15:08:02] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:08:02] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [87, -284] in dimension 0 (overworld) while populating chunk [85, -285], causing cascading worldgen lag. -[15:08:02] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:08:02] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [88, -284] in dimension 0 (overworld) while populating chunk [87, -284], causing cascading worldgen lag. -[15:08:02] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:08:02] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [86, -283] in dimension 0 (overworld) while populating chunk [87, -284], causing cascading worldgen lag. -[15:08:02] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:08:02] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [87, -283] in dimension 0 (overworld) while populating chunk [87, -284], causing cascading worldgen lag. -[15:08:02] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:08:02] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [88, -283] in dimension 0 (overworld) while populating chunk [87, -284], causing cascading worldgen lag. -[15:08:02] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:10:37] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[15:10:37] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[15:11:25] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[15:11:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[15:12:37] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /fill, /forge, /function -[15:13:55] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[15:13:55] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[15:13:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /gamemode, /gamerule, /give -[15:13:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /gamemode, /gamerule, /give -[15:13:59] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] randomTickSpeed, reducedDebugInfo -[15:14:02] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] maxCommandChainLength, maxEntityCramming, mobGriefing -[15:14:03] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] maxCommandChainLength, maxEntityCramming, mobGriefing -[15:14:03] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] maxCommandChainLength, maxEntityCramming, mobGriefing -[15:14:07] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Game rule mobGriefing has been updated to false] -[15:14:07] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Game rule mobGriefing has been updated to false -[15:14:22] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /gamemode, /gamerule, /give -[15:14:23] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Survival Mode] -[15:14:23] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Survival Mode -[15:14:30] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: 1202 blocks filled] -[15:14:30] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] 1202 blocks filled -[15:14:43] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[15:14:43] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[15:14:48] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /gamemode, /gamerule, /give -[15:14:48] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Player829 was slain by Zombie Villager -[15:14:48] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Player829 was slain by Zombie Villager -[15:14:57] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /?, /advancement, /blockdata, /clear, /clone, /debug, /defaultgamemode, /difficulty, /effect, /enchant, /entitydata, /execute, /fill, /forge, /function, /gamemode, /gamerule, /give, /help, /kill, /locate, /me, /msg, /particle, /playsound, /publish, /recipe, /reload, /replaceitem, /say, /scoreboard, /seed, /setblock, /setworldspawn, /spawnpoint, /spreadplayers, /stats, /stopsound, /summon, /teleport, /tell, /tellraw, /testfor, /testforblock, /testforblocks, /time, /title, /toggledownfall, /tp, /trigger, /w, /weather, /worldborder, /xp -[15:14:57] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /?, /advancement, /blockdata, /clear, /clone, /debug, /defaultgamemode, /difficulty, /effect, /enchant, /entitydata, /execute, /fill, /forge, /function, /gamemode, /gamerule, /give, /help, /kill, /locate, /me, /msg, /particle, /playsound, /publish, /recipe, /reload, /replaceitem, /say, /scoreboard, /seed, /setblock, /setworldspawn, /spawnpoint, /spreadplayers, /stats, /stopsound, /summon, /teleport, /tell, /tellraw, /testfor, /testforblock, /testforblocks, /time, /title, /toggledownfall, /tp, /trigger, /w, /weather, /worldborder, /xp -[15:14:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /?, /advancement, /blockdata, /clear, /clone, /debug, /defaultgamemode, /difficulty, /effect, /enchant, /entitydata, /execute, /fill, /forge, /function, /gamemode, /gamerule, /give, /help, /kill, /locate, /me, /msg, /particle, /playsound, /publish, /recipe, /reload, /replaceitem, /say, /scoreboard, /seed, /setblock, /setworldspawn, /spawnpoint, /spreadplayers, /stats, /stopsound, /summon, /teleport, /tell, /tellraw, /testfor, /testforblock, /testforblocks, /time, /title, /toggledownfall, /tp, /trigger, /w, /weather, /worldborder, /xp -[15:14:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /?, /advancement, /blockdata, /clear, /clone, /debug, /defaultgamemode, /difficulty, /effect, /enchant, /entitydata, /execute, /fill, /forge, /function, /gamemode, /gamerule, /give, /help, /kill, /locate, /me, /msg, /particle, /playsound, /publish, /recipe, /reload, /replaceitem, /say, /scoreboard, /seed, /setblock, /setworldspawn, /spawnpoint, /spreadplayers, /stats, /stopsound, /summon, /teleport, /tell, /tellraw, /testfor, /testforblock, /testforblocks, /time, /title, /toggledownfall, /tp, /trigger, /w, /weather, /worldborder, /xp -[15:14:58] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /?, /advancement, /blockdata, /clear, /clone, /debug, /defaultgamemode, /difficulty, /effect, /enchant, /entitydata, /execute, /fill, /forge, /function, /gamemode, /gamerule, /give, /help, /kill, /locate, /me, /msg, /particle, /playsound, /publish, /recipe, /reload, /replaceitem, /say, /scoreboard, /seed, /setblock, /setworldspawn, /spawnpoint, /spreadplayers, /stats, /stopsound, /summon, /teleport, /tell, /tellraw, /testfor, /testforblock, /testforblocks, /time, /title, /toggledownfall, /tp, /trigger, /w, /weather, /worldborder, /xp -[15:15:04] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /gamemode, /gamerule -[15:15:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Creative Mode] -[15:15:05] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Creative Mode -[15:15:13] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Cannot place blocks outside of the world -[15:15:27] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Unknown command. Try /help for a list of commands -[15:15:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Entity '1287' cannot be found -[15:15:42] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Teleported Player829 to 1287.5, 35.0, -4600.5] -[15:15:42] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Teleported Player829 to 1287.5, 35.0, -4600.5 -[15:15:44] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[15:15:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[15:17:17] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] /gamemode, /gamerule, /give -[15:17:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Survival Mode] -[15:17:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Survival Mode -[15:17:24] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Player829 blew up -[15:17:24] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Player829 blew up -[15:17:30] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 3445ms behind, skipping 68 tick(s) -[15:17:46] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Teleported Player829 to 1287.5, 35.0, -4600.5] -[15:17:46] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Teleported Player829 to 1287.5, 35.0, -4600.5 -[15:17:54] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Creative Mode] -[15:17:54] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Creative Mode -[15:18:20] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [88, -294] in dimension 0 (overworld) while populating chunk [88, -295], causing cascading worldgen lag. -[15:18:20] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:18:21] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [82, -279] in dimension 0 (overworld) while populating chunk [82, -280], causing cascading worldgen lag. -[15:18:21] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:18:25] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [79, -275] in dimension 0 (overworld) while populating chunk [79, -276], causing cascading worldgen lag. -[15:18:25] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:18:25] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [80, -275] in dimension 0 (overworld) while populating chunk [79, -276], causing cascading worldgen lag. -[15:18:25] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:18:26] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[15:18:26] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[15:33:58] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [86, -274] in dimension 0 (overworld) while populating chunk [86, -275], causing cascading worldgen lag. -[15:33:58] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. -[15:34:04] [main/WARN] [net.minecraft.client.network.NetHandlerPlayClient]: Received passengers for unknown entity -[15:34:10] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player829: Set own game mode to Spectator Mode] -[15:34:10] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Your game mode has been updated to Spectator Mode -[15:34:17] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[15:34:17] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[15:34:19] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... -[15:34:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[15:34:22] [main/INFO] [net.minecraft.client.Minecraft]: Stopping! -[15:34:22] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server -[15:34:22] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving players -[15:34:22] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds -[15:34:22] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'mod test'/overworld -[15:34:22] [Server thread/INFO] [FML]: Unloading dimension 0 -[15:34:23] [Server thread/INFO] [FML]: Applying holder lookups -[15:34:23] [Server thread/INFO] [FML]: Holder lookups applied -[15:34:23] [main/INFO] [net.minecraft.client.audio.SoundManager]: SoundSystem shutting down... -[15:34:23] [main/WARN] [net.minecraft.client.audio.SoundManager]: Author: Paul Lamb, www.paulscode.com +[18:27:06] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 491 advancements +[18:27:06] [Server thread/INFO] [FML]: Loading dimension 1 (Copy of mod test) (net.minecraft.server.integrated.IntegratedServer@32b18b6e) +[18:27:06] [Server thread/INFO] [FML]: Loading dimension -1 (Copy of mod test) (net.minecraft.server.integrated.IntegratedServer@32b18b6e) +[18:27:06] [Server thread/INFO] [FML]: Loading dimension -2 (Copy of mod test) (net.minecraft.server.integrated.IntegratedServer@32b18b6e) +[18:27:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0 +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 4] in dimension 0 (overworld) while populating chunk [-28, 4], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 4] in dimension 0 (overworld) while populating chunk [-29, 4], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-31, 4] in dimension 0 (overworld) while populating chunk [-30, 4], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-31, 3] in dimension 0 (overworld) while populating chunk [-31, 4], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-32, 3] in dimension 0 (overworld) while populating chunk [-31, 3], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 5] in dimension 0 (overworld) while populating chunk [-28, 6], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 5] in dimension 0 (overworld) while populating chunk [-29, 5], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 6] in dimension 0 (overworld) while populating chunk [-28, 7], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 7] in dimension 0 (overworld) while populating chunk [-28, 8], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 6] in dimension 0 (overworld) while populating chunk [-29, 7], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 8] in dimension 0 (overworld) while populating chunk [-28, 9], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 7] in dimension 0 (overworld) while populating chunk [-29, 8], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 12] in dimension 0 (overworld) while populating chunk [-28, 13], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 11] in dimension 0 (overworld) while populating chunk [-29, 12], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 10] in dimension 0 (overworld) while populating chunk [-29, 11], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 9] in dimension 0 (overworld) while populating chunk [-29, 11], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 8] in dimension 0 (overworld) while populating chunk [-29, 9], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 13] in dimension 0 (overworld) while populating chunk [-28, 14], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 14] in dimension 0 (overworld) while populating chunk [-28, 15], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 14] in dimension 0 (overworld) while populating chunk [-29, 14], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 13] in dimension 0 (overworld) while populating chunk [-30, 14], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-31, 13] in dimension 0 (overworld) while populating chunk [-30, 13], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-32, 13] in dimension 0 (overworld) while populating chunk [-31, 13], causing cascading worldgen lag. +[18:27:07] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:07] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 6% +[18:27:08] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 17] in dimension 0 (overworld) while populating chunk [-28, 18], causing cascading worldgen lag. +[18:27:08] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:08] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 18] in dimension 0 (overworld) while populating chunk [-28, 19], causing cascading worldgen lag. +[18:27:08] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:08] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 21] in dimension 0 (overworld) while populating chunk [-28, 22], causing cascading worldgen lag. +[18:27:08] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:08] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 23] in dimension 0 (overworld) while populating chunk [-28, 23], causing cascading worldgen lag. +[18:27:08] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:08] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 22] in dimension 0 (overworld) while populating chunk [-28, 23], causing cascading worldgen lag. +[18:27:08] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:08] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 3] in dimension 0 (overworld) while populating chunk [-26, 4], causing cascading worldgen lag. +[18:27:08] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:08] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-28, 3] in dimension 0 (overworld) while populating chunk [-27, 3], causing cascading worldgen lag. +[18:27:08] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:08] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 9] in dimension 0 (overworld) while populating chunk [-26, 8], causing cascading worldgen lag. +[18:27:08] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:27:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 13% +[18:27:09] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 3] in dimension 0 (overworld) while populating chunk [-25, 4], causing cascading worldgen lag. +[18:27:09] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:09] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 21% +[18:27:10] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-22, 3] in dimension 0 (overworld) while populating chunk [-22, 4], causing cascading worldgen lag. +[18:27:10] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:10] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 32% +[18:27:11] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 38% +[18:27:13] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 47% +[18:27:14] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 55% +[18:27:14] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-14, 3] in dimension 0 (overworld) while populating chunk [-13, 4], causing cascading worldgen lag. +[18:27:14] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:14] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-13, 3] in dimension 0 (overworld) while populating chunk [-13, 4], causing cascading worldgen lag. +[18:27:14] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:14] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-14, 2] in dimension 0 (overworld) while populating chunk [-13, 3], causing cascading worldgen lag. +[18:27:14] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:15] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 65% +[18:27:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-12, 3] in dimension 0 (overworld) while populating chunk [-11, 4], causing cascading worldgen lag. +[18:27:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-11, 3] in dimension 0 (overworld) while populating chunk [-11, 4], causing cascading worldgen lag. +[18:27:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-11, 2] in dimension 0 (overworld) while populating chunk [-11, 3], causing cascading worldgen lag. +[18:27:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:16] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 75% +[18:27:16] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-10, 3] in dimension 0 (overworld) while populating chunk [-9, 4], causing cascading worldgen lag. +[18:27:16] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:17] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 85% +[18:27:18] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 94% +[18:27:18] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-5, 3] in dimension 0 (overworld) while populating chunk [-5, 4], causing cascading worldgen lag. +[18:27:18] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:18] [Server thread/INFO] [FML]: Unloading dimension -1 +[18:27:18] [Server thread/INFO] [FML]: Unloading dimension 1 +[18:27:18] [Server thread/INFO] [FML]: Unloading dimension -2 +[18:27:18] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Changing view distance to 8, from 10 +[18:27:19] [Netty Local Client IO #1/INFO] [FML]: Server protocol version 2 +[18:27:19] [Netty Server IO #3/INFO] [FML]: Client protocol version 2 +[18:27:19] [Netty Server IO #3/INFO] [FML]: Client attempting to join with 5 mods : minecraft@1.12.2,FML@8.0.99.99,nnparadisemod@1.0 (The Advancement Update),forge@14.23.3.2689,mcp@9.42 +[18:27:19] [Netty Local Client IO #1/INFO] [FML]: [Netty Local Client IO #1] Client side modded connection established +[18:27:19] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established +[18:27:19] [Server thread/INFO] [net.minecraft.server.management.PlayerList]: Player890[local:E:28910b23] logged in with entity id 3746 at (-245.5, 65.0, 259.5) +[18:27:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Player890 joined the game +[18:27:20] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... +[18:27:20] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Copy of mod test'/overworld +[18:27:37] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-17, 28] in dimension 0 (overworld) while populating chunk [-16, 28], causing cascading worldgen lag. +[18:27:37] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:37] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-19, 28] in dimension 0 (overworld) while populating chunk [-18, 28], causing cascading worldgen lag. +[18:27:37] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:37] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 28] in dimension 0 (overworld) while populating chunk [-23, 29], causing cascading worldgen lag. +[18:27:37] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:37] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-17, 29] in dimension 0 (overworld) while populating chunk [-16, 29], causing cascading worldgen lag. +[18:27:37] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:41] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-17, 33] in dimension 0 (overworld) while populating chunk [-16, 33], causing cascading worldgen lag. +[18:27:41] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:41] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-18, 33] in dimension 0 (overworld) while populating chunk [-16, 33], causing cascading worldgen lag. +[18:27:41] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-19, 34] in dimension 0 (overworld) while populating chunk [-18, 34], causing cascading worldgen lag. +[18:27:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-20, 34] in dimension 0 (overworld) while populating chunk [-18, 34], causing cascading worldgen lag. +[18:27:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 34] in dimension 0 (overworld) while populating chunk [-23, 35], causing cascading worldgen lag. +[18:27:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 34] in dimension 0 (overworld) while populating chunk [-24, 34], causing cascading worldgen lag. +[18:27:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 34] in dimension 0 (overworld) while populating chunk [-25, 34], causing cascading worldgen lag. +[18:27:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 33] in dimension 0 (overworld) while populating chunk [-24, 34], causing cascading worldgen lag. +[18:27:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 33] in dimension 0 (overworld) while populating chunk [-24, 33], causing cascading worldgen lag. +[18:27:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 32] in dimension 0 (overworld) while populating chunk [-25, 33], causing cascading worldgen lag. +[18:27:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 32] in dimension 0 (overworld) while populating chunk [-24, 34], causing cascading worldgen lag. +[18:27:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 31] in dimension 0 (overworld) while populating chunk [-24, 32], causing cascading worldgen lag. +[18:27:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 31] in dimension 0 (overworld) while populating chunk [-24, 31], causing cascading worldgen lag. +[18:27:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:44] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 37] in dimension 0 (overworld) while populating chunk [-23, 38], causing cascading worldgen lag. +[18:27:44] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:44] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 37] in dimension 0 (overworld) while populating chunk [-24, 37], causing cascading worldgen lag. +[18:27:44] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:44] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 36] in dimension 0 (overworld) while populating chunk [-25, 37], causing cascading worldgen lag. +[18:27:44] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:44] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 36] in dimension 0 (overworld) while populating chunk [-25, 37], causing cascading worldgen lag. +[18:27:44] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:44] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 35] in dimension 0 (overworld) while populating chunk [-25, 37], causing cascading worldgen lag. +[18:27:44] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:44] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 35] in dimension 0 (overworld) while populating chunk [-25, 37], causing cascading worldgen lag. +[18:27:44] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:45] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-19, 38] in dimension 0 (overworld) while populating chunk [-18, 38], causing cascading worldgen lag. +[18:27:45] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:27:46] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... +[18:27:46] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Copy of mod test'/overworld +[18:28:17] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 42] in dimension 0 (overworld) while populating chunk [-23, 42], causing cascading worldgen lag. +[18:28:17] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:18] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 7 advancements +[18:28:18] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-19, 43] in dimension 0 (overworld) while populating chunk [-18, 43], causing cascading worldgen lag. +[18:28:18] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:18] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-20, 43] in dimension 0 (overworld) while populating chunk [-18, 43], causing cascading worldgen lag. +[18:28:18] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:20] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 43] in dimension 0 (overworld) while populating chunk [-23, 44], causing cascading worldgen lag. +[18:28:20] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:34] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-21, 53] in dimension 0 (overworld) while populating chunk [-20, 53], causing cascading worldgen lag. +[18:28:34] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-20, 54] in dimension 0 (overworld) while populating chunk [-19, 54], causing cascading worldgen lag. +[18:28:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:35] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-21, 54] in dimension 0 (overworld) while populating chunk [-19, 54], causing cascading worldgen lag. +[18:28:35] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:36] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 54] in dimension 0 (overworld) while populating chunk [-23, 55], causing cascading worldgen lag. +[18:28:36] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:36] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 54] in dimension 0 (overworld) while populating chunk [-24, 54], causing cascading worldgen lag. +[18:28:36] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:36] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 53] in dimension 0 (overworld) while populating chunk [-25, 54], causing cascading worldgen lag. +[18:28:36] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:36] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 53] in dimension 0 (overworld) while populating chunk [-24, 53], causing cascading worldgen lag. +[18:28:36] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:36] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-21, 55] in dimension 0 (overworld) while populating chunk [-20, 55], causing cascading worldgen lag. +[18:28:36] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:36] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-22, 55] in dimension 0 (overworld) while populating chunk [-20, 55], causing cascading worldgen lag. +[18:28:36] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:37] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 55] in dimension 0 (overworld) while populating chunk [-23, 56], causing cascading worldgen lag. +[18:28:37] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:37] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 55] in dimension 0 (overworld) while populating chunk [-24, 55], causing cascading worldgen lag. +[18:28:37] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-20, 57] in dimension 0 (overworld) while populating chunk [-19, 57], causing cascading worldgen lag. +[18:28:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-23, 57] in dimension 0 (overworld) while populating chunk [-22, 57], causing cascading worldgen lag. +[18:28:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 56] in dimension 0 (overworld) while populating chunk [-23, 57], causing cascading worldgen lag. +[18:28:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-17, 59] in dimension 0 (overworld) while populating chunk [-17, 58], causing cascading worldgen lag. +[18:28:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:28:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-19, 58] in dimension 0 (overworld) while populating chunk [-18, 58], causing cascading worldgen lag. +[18:28:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:38] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-20, 58] in dimension 0 (overworld) while populating chunk [-18, 58], causing cascading worldgen lag. +[18:28:38] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:40] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-19, 61] in dimension 0 (overworld) while populating chunk [-18, 61], causing cascading worldgen lag. +[18:28:40] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:41] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 52] in dimension 0 (overworld) while populating chunk [-24, 52], causing cascading worldgen lag. +[18:28:41] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:41] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 49] in dimension 0 (overworld) while populating chunk [-24, 50], causing cascading worldgen lag. +[18:28:41] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:41] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 48] in dimension 0 (overworld) while populating chunk [-24, 50], causing cascading worldgen lag. +[18:28:41] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:41] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 47] in dimension 0 (overworld) while populating chunk [-24, 48], causing cascading worldgen lag. +[18:28:41] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:41] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 46] in dimension 0 (overworld) while populating chunk [-24, 47], causing cascading worldgen lag. +[18:28:41] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:41] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 46] in dimension 0 (overworld) while populating chunk [-24, 46], causing cascading worldgen lag. +[18:28:41] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:41] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 48] in dimension 0 (overworld) while populating chunk [-24, 48], causing cascading worldgen lag. +[18:28:41] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:41] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 47] in dimension 0 (overworld) while populating chunk [-24, 48], causing cascading worldgen lag. +[18:28:41] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 48] in dimension 0 (overworld) while populating chunk [-25, 49], causing cascading worldgen lag. +[18:28:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 49] in dimension 0 (overworld) while populating chunk [-25, 50], causing cascading worldgen lag. +[18:28:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 58] in dimension 0 (overworld) while populating chunk [-25, 59], causing cascading worldgen lag. +[18:28:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 57] in dimension 0 (overworld) while populating chunk [-26, 58], causing cascading worldgen lag. +[18:28:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 56] in dimension 0 (overworld) while populating chunk [-26, 57], causing cascading worldgen lag. +[18:28:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 61] in dimension 0 (overworld) while populating chunk [-25, 61], causing cascading worldgen lag. +[18:28:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 60] in dimension 0 (overworld) while populating chunk [-25, 60], causing cascading worldgen lag. +[18:28:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:42] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 59] in dimension 0 (overworld) while populating chunk [-25, 60], causing cascading worldgen lag. +[18:28:42] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:43] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 54] in dimension 0 (overworld) while populating chunk [-26, 54], causing cascading worldgen lag. +[18:28:43] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:43] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 53] in dimension 0 (overworld) while populating chunk [-26, 52], causing cascading worldgen lag. +[18:28:43] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:43] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 52] in dimension 0 (overworld) while populating chunk [-26, 52], causing cascading worldgen lag. +[18:28:43] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:43] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 50] in dimension 0 (overworld) while populating chunk [-27, 51], causing cascading worldgen lag. +[18:28:43] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:43] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 49] in dimension 0 (overworld) while populating chunk [-27, 50], causing cascading worldgen lag. +[18:28:43] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:44] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-28, 50] in dimension 0 (overworld) while populating chunk [-27, 50], causing cascading worldgen lag. +[18:28:44] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:45] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 57] in dimension 0 (overworld) while populating chunk [-27, 58], causing cascading worldgen lag. +[18:28:45] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:28:45] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 56] in dimension 0 (overworld) while populating chunk [-27, 58], causing cascading worldgen lag. +[18:28:45] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:29:16] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... +[18:29:16] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Copy of mod test'/overworld +[18:30:10] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 24 advancements +[18:31:01] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 25 advancements +[18:31:14] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 45] in dimension 0 (overworld) while populating chunk [-27, 46], causing cascading worldgen lag. +[18:31:14] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 44] in dimension 0 (overworld) while populating chunk [-26, 45], causing cascading worldgen lag. +[18:31:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 44] in dimension 0 (overworld) while populating chunk [-26, 45], causing cascading worldgen lag. +[18:31:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-24, 44] in dimension 0 (overworld) while populating chunk [-24, 45], causing cascading worldgen lag. +[18:31:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 44] in dimension 0 (overworld) while populating chunk [-24, 45], causing cascading worldgen lag. +[18:31:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 43] in dimension 0 (overworld) while populating chunk [-25, 44], causing cascading worldgen lag. +[18:31:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 43] in dimension 0 (overworld) while populating chunk [-25, 43], causing cascading worldgen lag. +[18:31:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:15] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 43] in dimension 0 (overworld) while populating chunk [-25, 43], causing cascading worldgen lag. +[18:31:15] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:17] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 41] in dimension 0 (overworld) while populating chunk [-26, 42], causing cascading worldgen lag. +[18:31:17] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:18] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 41] in dimension 0 (overworld) while populating chunk [-25, 42], causing cascading worldgen lag. +[18:31:18] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:18] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 40] in dimension 0 (overworld) while populating chunk [-25, 41], causing cascading worldgen lag. +[18:31:18] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:18] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 39] in dimension 0 (overworld) while populating chunk [-26, 40], causing cascading worldgen lag. +[18:31:18] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:20] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-28, 39] in dimension 0 (overworld) while populating chunk [-27, 39], causing cascading worldgen lag. +[18:31:20] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:21] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-28, 38] in dimension 0 (overworld) while populating chunk [-27, 39], causing cascading worldgen lag. +[18:31:21] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:21] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-25, 37] in dimension 0 (overworld) while populating chunk [-25, 38], causing cascading worldgen lag. +[18:31:21] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-28, 46] in dimension 0 (overworld) while populating chunk [-28, 47], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 46] in dimension 0 (overworld) while populating chunk [-28, 46], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 44] in dimension 0 (overworld) while populating chunk [-29, 45], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 43] in dimension 0 (overworld) while populating chunk [-29, 44], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 43] in dimension 0 (overworld) while populating chunk [-29, 43], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 42] in dimension 0 (overworld) while populating chunk [-29, 43], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 42] in dimension 0 (overworld) while populating chunk [-29, 43], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 41] in dimension 0 (overworld) while populating chunk [-29, 43], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 40] in dimension 0 (overworld) while populating chunk [-29, 41], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 41] in dimension 0 (overworld) while populating chunk [-29, 41], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 40] in dimension 0 (overworld) while populating chunk [-29, 41], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 41] in dimension 0 (overworld) while populating chunk [-29, 43], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 44] in dimension 0 (overworld) while populating chunk [-29, 45], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 48] in dimension 0 (overworld) while populating chunk [-28, 48], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 47] in dimension 0 (overworld) while populating chunk [-28, 48], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-26, 36] in dimension 0 (overworld) while populating chunk [-26, 37], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 37] in dimension 0 (overworld) while populating chunk [-26, 37], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-28, 37] in dimension 0 (overworld) while populating chunk [-27, 37], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 37] in dimension 0 (overworld) while populating chunk [-28, 37], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 36] in dimension 0 (overworld) while populating chunk [-29, 37], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 36] in dimension 0 (overworld) while populating chunk [-27, 37], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 35] in dimension 0 (overworld) while populating chunk [-27, 36], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-28, 35] in dimension 0 (overworld) while populating chunk [-27, 35], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-28, 36] in dimension 0 (overworld) while populating chunk [-27, 37], causing cascading worldgen lag. +[18:31:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:23] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 51] in dimension 0 (overworld) while populating chunk [-29, 52], causing cascading worldgen lag. +[18:31:23] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:23] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 50] in dimension 0 (overworld) while populating chunk [-30, 51], causing cascading worldgen lag. +[18:31:23] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:23] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 49] in dimension 0 (overworld) while populating chunk [-30, 50], causing cascading worldgen lag. +[18:31:23] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:23] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 48] in dimension 0 (overworld) while populating chunk [-30, 49], causing cascading worldgen lag. +[18:31:23] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:27] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 34] in dimension 0 (overworld) while populating chunk [-26, 35], causing cascading worldgen lag. +[18:31:27] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:27] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 33] in dimension 0 (overworld) while populating chunk [-27, 34], causing cascading worldgen lag. +[18:31:27] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:27] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-27, 32] in dimension 0 (overworld) while populating chunk [-27, 33], causing cascading worldgen lag. +[18:31:27] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:31:46] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... +[18:31:46] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Copy of mod test'/overworld +[18:32:10] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 35] in dimension 0 (overworld) while populating chunk [-30, 36], causing cascading worldgen lag. +[18:32:10] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:10] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-31, 35] in dimension 0 (overworld) while populating chunk [-30, 35], causing cascading worldgen lag. +[18:32:10] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:10] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-31, 34] in dimension 0 (overworld) while populating chunk [-31, 35], causing cascading worldgen lag. +[18:32:10] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:10] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-31, 33] in dimension 0 (overworld) while populating chunk [-31, 34], causing cascading worldgen lag. +[18:32:10] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:10] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-31, 45] in dimension 0 (overworld) while populating chunk [-30, 45], causing cascading worldgen lag. +[18:32:10] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-28, 33] in dimension 0 (overworld) while populating chunk [-28, 34], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-28, 32] in dimension 0 (overworld) while populating chunk [-28, 33], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 33] in dimension 0 (overworld) while populating chunk [-28, 33], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 33] in dimension 0 (overworld) while populating chunk [-28, 33], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-29, 32] in dimension 0 (overworld) while populating chunk [-28, 33], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 32] in dimension 0 (overworld) while populating chunk [-29, 32], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-31, 32] in dimension 0 (overworld) while populating chunk [-29, 32], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-31, 31] in dimension 0 (overworld) while populating chunk [-31, 32], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-31, 30] in dimension 0 (overworld) while populating chunk [-31, 31], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-32, 30] in dimension 0 (overworld) while populating chunk [-31, 30], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-33, 30] in dimension 0 (overworld) while populating chunk [-32, 30], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-33, 29] in dimension 0 (overworld) while populating chunk [-32, 30], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-32, 29] in dimension 0 (overworld) while populating chunk [-31, 30], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-32, 28] in dimension 0 (overworld) while populating chunk [-32, 29], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-33, 28] in dimension 0 (overworld) while populating chunk [-32, 28], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-33, 27] in dimension 0 (overworld) while populating chunk [-32, 28], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-31, 29] in dimension 0 (overworld) while populating chunk [-31, 30], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 31] in dimension 0 (overworld) while populating chunk [-29, 32], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:11] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-30, 32] in dimension 0 (overworld) while populating chunk [-28, 33], causing cascading worldgen lag. +[18:32:11] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:18] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-7, 38] in dimension 0 (overworld) while populating chunk [-7, 37], causing cascading worldgen lag. +[18:32:18] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:32:18] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-6, 35] in dimension 0 (overworld) while populating chunk [-6, 36], causing cascading worldgen lag. +[18:32:18] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:18] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-6, 32] in dimension 0 (overworld) while populating chunk [-6, 33], causing cascading worldgen lag. +[18:32:18] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:18] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-6, 31] in dimension 0 (overworld) while populating chunk [-6, 33], causing cascading worldgen lag. +[18:32:18] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:19] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-7, 30] in dimension 0 (overworld) while populating chunk [-6, 31], causing cascading worldgen lag. +[18:32:19] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:19] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-6, 30] in dimension 0 (overworld) while populating chunk [-5, 31], causing cascading worldgen lag. +[18:32:19] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:19] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-5, 34] in dimension 0 (overworld) while populating chunk [-5, 35], causing cascading worldgen lag. +[18:32:19] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:19] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-5, 33] in dimension 0 (overworld) while populating chunk [-5, 35], causing cascading worldgen lag. +[18:32:19] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:21] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-3, 30] in dimension 0 (overworld) while populating chunk [-3, 31], causing cascading worldgen lag. +[18:32:21] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:21] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-4, 30] in dimension 0 (overworld) while populating chunk [-3, 30], causing cascading worldgen lag. +[18:32:21] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:21] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-5, 30] in dimension 0 (overworld) while populating chunk [-3, 30], causing cascading worldgen lag. +[18:32:21] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:21] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-6, 29] in dimension 0 (overworld) while populating chunk [-5, 30], causing cascading worldgen lag. +[18:32:21] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:21] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-2, 35] in dimension 0 (overworld) while populating chunk [-2, 36], causing cascading worldgen lag. +[18:32:21] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:21] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-2, 33] in dimension 0 (overworld) while populating chunk [-2, 34], causing cascading worldgen lag. +[18:32:21] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:21] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-2, 31] in dimension 0 (overworld) while populating chunk [-2, 32], causing cascading worldgen lag. +[18:32:21] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:22] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-2, 30] in dimension 0 (overworld) while populating chunk [-1, 31], causing cascading worldgen lag. +[18:32:22] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:23] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-2, 29] in dimension 0 (overworld) while populating chunk [-1, 30], causing cascading worldgen lag. +[18:32:23] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:23] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-3, 29] in dimension 0 (overworld) while populating chunk [-2, 29], causing cascading worldgen lag. +[18:32:23] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:23] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-4, 29] in dimension 0 (overworld) while populating chunk [-3, 29], causing cascading worldgen lag. +[18:32:23] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:23] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-3, 28] in dimension 0 (overworld) while populating chunk [-4, 29], causing cascading worldgen lag. +[18:32:23] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:23] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-4, 28] in dimension 0 (overworld) while populating chunk [-3, 28], causing cascading worldgen lag. +[18:32:23] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:23] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-5, 28] in dimension 0 (overworld) while populating chunk [-4, 28], causing cascading worldgen lag. +[18:32:23] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:23] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-5, 29] in dimension 0 (overworld) while populating chunk [-3, 29], causing cascading worldgen lag. +[18:32:23] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:28] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... +[18:32:28] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Copy of mod test'/overworld +[18:32:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-1, 29] in dimension 0 (overworld) while populating chunk [0, 29], causing cascading worldgen lag. +[18:32:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-1, 28] in dimension 0 (overworld) while populating chunk [-1, 29], causing cascading worldgen lag. +[18:32:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-1, 27] in dimension 0 (overworld) while populating chunk [-1, 28], causing cascading worldgen lag. +[18:32:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-2, 29] in dimension 0 (overworld) while populating chunk [-1, 29], causing cascading worldgen lag. +[18:32:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:32:49] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [-8, 29] in dimension 0 (overworld) while populating chunk [-7, 29], causing cascading worldgen lag. +[18:32:49] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:33:26] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 33 advancements +[18:33:49] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:33:49] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:34:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:21] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:21] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:30] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 34 advancements +[18:34:39] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:39] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:39] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:39] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:39] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:39] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:39] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:39] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:39] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:39] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:56] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:56] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:34:56] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:34:56] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:35:06] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:35:26] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... +[18:35:26] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Copy of mod test'/overworld +[18:35:45] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:35:45] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:35:45] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:35:45] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:35:51] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... +[18:35:51] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Copy of mod test'/overworld +[18:36:11] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:36:11] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:36:11] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:36:11] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:36:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:36:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:36:33] [main/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 38 advancements +[18:36:48] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:36:48] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:36:48] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:36:48] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:36:56] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:36:56] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:37:17] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... +[18:37:17] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Copy of mod test'/overworld +[18:37:27] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:37:27] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:37:27] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:37:27] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:37:45] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:37:45] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:38:11] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:38:11] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:38:11] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:38:11] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:38:11] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:38:11] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Zombie] +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:25] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Zombie +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:38:36] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:39:32] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:39:32] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:39:32] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:39:32] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:39:32] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Creeper] +[18:39:32] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:39:32] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:39:32] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:39:32] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:39:32] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Creeper +[18:39:35] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:39:35] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:39:35] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:39:35] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:39:35] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Killed Guardian] +[18:39:35] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:39:35] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:39:35] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:39:35] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:39:35] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Killed Guardian +[18:39:47] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:40:55] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [2, 30] in dimension 0 (overworld) while populating chunk [2, 31], causing cascading worldgen lag. +[18:40:55] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:40:55] [Server thread/WARN] [FML]: Nether Noah's Paradise Mod loaded a new chunk [1, 30] in dimension 0 (overworld) while populating chunk [2, 30], causing cascading worldgen lag. +[18:40:55] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config. +[18:40:57] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:40:57] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:40:57] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:40:57] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:40:57] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:40:57] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:40:57] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:40:57] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:40:57] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:40:57] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:40:57] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:40:57] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:40:57] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:40:57] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:40:57] [Server thread/WARN] [net.minecraft.world.storage.loot.LootTable]: Tried to over-fill a container +[18:41:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [Player890: Given Water Breathing (ID 13) * 0 to Player890 for 32768 seconds] +[18:41:19] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] Given Water Breathing (ID 13) * 0 to Player890 for 32768 seconds +[18:42:36] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer]: Saving and pausing game... +[18:42:36] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Copy of mod test'/overworld +[18:42:44] [main/INFO] [net.minecraft.client.Minecraft]: Stopping! +[18:42:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server +[18:42:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving players +[18:42:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds +[18:42:44] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Copy of mod test'/overworld +[18:42:44] [Server thread/INFO] [FML]: Unloading dimension 0 +[18:42:44] [Server thread/INFO] [FML]: Applying holder lookups +[18:42:44] [Server thread/INFO] [FML]: Holder lookups applied +[18:42:44] [main/INFO] [net.minecraft.client.audio.SoundManager]: SoundSystem shutting down... +[18:42:44] [main/WARN] [net.minecraft.client.audio.SoundManager]: Author: Paul Lamb, www.paulscode.com diff --git a/saves/Copy of mod test/DIM-1/data/capabilities.dat b/saves/Copy of mod test/DIM-1/data/capabilities.dat new file mode 100644 index 0000000..e870d35 Binary files /dev/null and b/saves/Copy of mod test/DIM-1/data/capabilities.dat differ diff --git a/saves/Copy of mod test/DIM-1/data/villages_nether.dat b/saves/Copy of mod test/DIM-1/data/villages_nether.dat new file mode 100644 index 0000000..34aed1c Binary files /dev/null and b/saves/Copy of mod test/DIM-1/data/villages_nether.dat differ diff --git a/saves/Copy of mod test/DIM-1/forcedchunks.dat b/saves/Copy of mod test/DIM-1/forcedchunks.dat new file mode 100644 index 0000000..e434547 Binary files /dev/null and b/saves/Copy of mod test/DIM-1/forcedchunks.dat differ diff --git a/saves/Copy of mod test/DIM-2/data/capabilities.dat b/saves/Copy of mod test/DIM-2/data/capabilities.dat new file mode 100644 index 0000000..e870d35 Binary files /dev/null and b/saves/Copy of mod test/DIM-2/data/capabilities.dat differ diff --git a/saves/Copy of mod test/DIM-2/data/villages_du.dat b/saves/Copy of mod test/DIM-2/data/villages_du.dat new file mode 100644 index 0000000..34aed1c Binary files /dev/null and b/saves/Copy of mod test/DIM-2/data/villages_du.dat differ diff --git a/saves/Copy of mod test/DIM-2/forcedchunks.dat b/saves/Copy of mod test/DIM-2/forcedchunks.dat new file mode 100644 index 0000000..e434547 Binary files /dev/null and b/saves/Copy of mod test/DIM-2/forcedchunks.dat differ diff --git a/saves/Copy of mod test/DIM1/data/capabilities.dat b/saves/Copy of mod test/DIM1/data/capabilities.dat new file mode 100644 index 0000000..e870d35 Binary files /dev/null and b/saves/Copy of mod test/DIM1/data/capabilities.dat differ diff --git a/saves/Copy of mod test/DIM1/data/villages_end.dat b/saves/Copy of mod test/DIM1/data/villages_end.dat new file mode 100644 index 0000000..34aed1c Binary files /dev/null and b/saves/Copy of mod test/DIM1/data/villages_end.dat differ diff --git a/saves/Copy of mod test/DIM1/forcedchunks.dat b/saves/Copy of mod test/DIM1/forcedchunks.dat new file mode 100644 index 0000000..e434547 Binary files /dev/null and b/saves/Copy of mod test/DIM1/forcedchunks.dat differ diff --git a/saves/Copy of mod test/advancements/2210beb6-4dc2-38a8-8f45-f0cb49bb6846.json b/saves/Copy of mod test/advancements/2210beb6-4dc2-38a8-8f45-f0cb49bb6846.json new file mode 100644 index 0000000..5413014 --- /dev/null +++ b/saves/Copy of mod test/advancements/2210beb6-4dc2-38a8-8f45-f0cb49bb6846.json @@ -0,0 +1,233 @@ +{ + "minecraft:recipes/building_blocks/pink_concrete_powder": { + "criteria": { + "has_sand": "2018-05-19 18:30:10 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/white_concrete_powder": { + "criteria": { + "has_sand": "2018-05-19 18:30:10 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/red_concrete_powder": { + "criteria": { + "has_sand": "2018-05-19 18:30:10 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/blue_concrete_powder": { + "criteria": { + "has_sand": "2018-05-19 18:30:10 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/gray_concrete_powder": { + "criteria": { + "has_sand": "2018-05-19 18:30:10 -0700" + }, + "done": true + }, + "minecraft:recipes/transportation/dark_oak_boat": { + "criteria": { + "entered_water": "2018-05-19 18:28:18 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/purple_concrete_powder": { + "criteria": { + "has_sand": "2018-05-19 18:30:10 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/magenta_concrete_powder": { + "criteria": { + "has_sand": "2018-05-19 18:30:10 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/oak_wooden_slab": { + "criteria": { + "has_planks": "2018-05-19 18:33:26 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/fence": { + "criteria": { + "has_planks": "2018-05-19 18:33:26 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/lime_concrete_powder": { + "criteria": { + "has_sand": "2018-05-19 18:30:10 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/sea_lantern": { + "criteria": { + "has_prismarine_crystals": "2018-05-19 18:34:30 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/yellow_concrete_powder": { + "criteria": { + "has_sand": "2018-05-19 18:30:10 -0700" + }, + "done": true + }, + "minecraft:recipes/brewing/cauldron": { + "criteria": { + "has_water_bucket": "2018-05-19 18:31:01 -0700" + }, + "done": true + }, + "minecraft:adventure/adventuring_time": { + "criteria": { + "forest": "2018-05-19 18:27:19 -0700", + "deep_ocean": "2018-05-19 18:27:34 -0700", + "beaches": "2018-05-19 18:28:16 -0700", + "plains": "2018-05-19 18:31:20 -0700" + }, + "done": false + }, + "minecraft:recipes/building_blocks/dark_prismarine": { + "criteria": { + "has_prismarine_shard": "2018-05-19 18:36:33 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/sandstone": { + "criteria": { + "has_sand": "2018-05-19 18:30:10 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/black_concrete_powder": { + "criteria": { + "has_sand": "2018-05-19 18:30:10 -0700" + }, + "done": true + }, + "minecraft:recipes/redstone/trapdoor": { + "criteria": { + "has_planks": "2018-05-19 18:33:26 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/prismarine": { + "criteria": { + "has_prismarine_shard": "2018-05-19 18:36:33 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/chest": { + "criteria": { + "has_lots_of_items": "2018-05-19 18:36:33 -0700" + }, + "done": true + }, + "minecraft:recipes/transportation/birch_boat": { + "criteria": { + "entered_water": "2018-05-19 18:28:18 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/brown_concrete_powder": { + "criteria": { + "has_sand": "2018-05-19 18:30:10 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/oak_stairs": { + "criteria": { + "has_planks": "2018-05-19 18:33:26 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/green_concrete_powder": { + "criteria": { + "has_sand": "2018-05-19 18:30:10 -0700" + }, + "done": true + }, + "minecraft:recipes/redstone/fence_gate": { + "criteria": { + "has_planks": "2018-05-19 18:33:26 -0700" + }, + "done": true + }, + "minecraft:recipes/transportation/acacia_boat": { + "criteria": { + "entered_water": "2018-05-19 18:28:18 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/light_gray_concrete_powder": { + "criteria": { + "has_sand": "2018-05-19 18:30:10 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/light_blue_concrete_powder": { + "criteria": { + "has_sand": "2018-05-19 18:30:10 -0700" + }, + "done": true + }, + "minecraft:recipes/misc/stick": { + "criteria": { + "has_planks": "2018-05-19 18:33:26 -0700" + }, + "done": true + }, + "minecraft:recipes/redstone/wooden_door": { + "criteria": { + "has_planks": "2018-05-19 18:33:26 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/orange_concrete_powder": { + "criteria": { + "has_sand": "2018-05-19 18:30:10 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/prismarine_bricks": { + "criteria": { + "has_prismarine_shard": "2018-05-19 18:36:33 -0700" + }, + "done": true + }, + "minecraft:recipes/transportation/boat": { + "criteria": { + "entered_water": "2018-05-19 18:28:18 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/sign": { + "criteria": { + "has_planks": "2018-05-19 18:33:26 -0700" + }, + "done": true + }, + "minecraft:recipes/transportation/jungle_boat": { + "criteria": { + "entered_water": "2018-05-19 18:28:18 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cyan_concrete_powder": { + "criteria": { + "has_sand": "2018-05-19 18:30:10 -0700" + }, + "done": true + }, + "minecraft:recipes/transportation/spruce_boat": { + "criteria": { + "entered_water": "2018-05-19 18:28:18 -0700" + }, + "done": true + } +} \ No newline at end of file diff --git a/saves/Copy of mod test/data/Mineshaft.dat b/saves/Copy of mod test/data/Mineshaft.dat new file mode 100644 index 0000000..46994e3 Binary files /dev/null and b/saves/Copy of mod test/data/Mineshaft.dat differ diff --git a/saves/Copy of mod test/data/Monument.dat b/saves/Copy of mod test/data/Monument.dat new file mode 100644 index 0000000..53cce38 Binary files /dev/null and b/saves/Copy of mod test/data/Monument.dat differ diff --git a/saves/Copy of mod test/data/capabilities.dat b/saves/Copy of mod test/data/capabilities.dat new file mode 100644 index 0000000..e870d35 Binary files /dev/null and b/saves/Copy of mod test/data/capabilities.dat differ diff --git a/saves/Copy of mod test/data/villages.dat b/saves/Copy of mod test/data/villages.dat new file mode 100644 index 0000000..eb8e672 Binary files /dev/null and b/saves/Copy of mod test/data/villages.dat differ diff --git a/saves/Copy of mod test/forcedchunks.dat b/saves/Copy of mod test/forcedchunks.dat new file mode 100644 index 0000000..e434547 Binary files /dev/null and b/saves/Copy of mod test/forcedchunks.dat differ diff --git a/saves/Copy of mod test/icon.png b/saves/Copy of mod test/icon.png new file mode 100644 index 0000000..38bd176 Binary files /dev/null and b/saves/Copy of mod test/icon.png differ diff --git a/saves/Copy of mod test/level.dat b/saves/Copy of mod test/level.dat new file mode 100644 index 0000000..d9bd919 Binary files /dev/null and b/saves/Copy of mod test/level.dat differ diff --git a/saves/Copy of mod test/level.dat_old b/saves/Copy of mod test/level.dat_old new file mode 100644 index 0000000..37bb9bc Binary files /dev/null and b/saves/Copy of mod test/level.dat_old differ diff --git a/saves/Copy of mod test/playerdata/2210beb6-4dc2-38a8-8f45-f0cb49bb6846.dat b/saves/Copy of mod test/playerdata/2210beb6-4dc2-38a8-8f45-f0cb49bb6846.dat new file mode 100644 index 0000000..48a7305 Binary files /dev/null and b/saves/Copy of mod test/playerdata/2210beb6-4dc2-38a8-8f45-f0cb49bb6846.dat differ diff --git a/saves/Copy of mod test/region/r.-1.0.mca b/saves/Copy of mod test/region/r.-1.0.mca new file mode 100644 index 0000000..0663be1 Binary files /dev/null and b/saves/Copy of mod test/region/r.-1.0.mca differ diff --git a/saves/Copy of mod test/region/r.-1.1.mca b/saves/Copy of mod test/region/r.-1.1.mca new file mode 100644 index 0000000..a74c09e Binary files /dev/null and b/saves/Copy of mod test/region/r.-1.1.mca differ diff --git a/saves/Copy of mod test/region/r.-1.2.mca b/saves/Copy of mod test/region/r.-1.2.mca new file mode 100644 index 0000000..fb9c915 Binary files /dev/null and b/saves/Copy of mod test/region/r.-1.2.mca differ diff --git a/saves/Copy of mod test/region/r.-2.0.mca b/saves/Copy of mod test/region/r.-2.0.mca new file mode 100644 index 0000000..f527872 Binary files /dev/null and b/saves/Copy of mod test/region/r.-2.0.mca differ diff --git a/saves/Copy of mod test/region/r.0.0.mca b/saves/Copy of mod test/region/r.0.0.mca new file mode 100644 index 0000000..9b83aba Binary files /dev/null and b/saves/Copy of mod test/region/r.0.0.mca differ diff --git a/saves/Copy of mod test/region/r.0.1.mca b/saves/Copy of mod test/region/r.0.1.mca new file mode 100644 index 0000000..cb6e632 Binary files /dev/null and b/saves/Copy of mod test/region/r.0.1.mca differ diff --git a/saves/Copy of mod test/session.lock b/saves/Copy of mod test/session.lock new file mode 100644 index 0000000..02d4c00 Binary files /dev/null and b/saves/Copy of mod test/session.lock differ diff --git a/saves/Copy of mod test/stats/2210beb6-4dc2-38a8-8f45-f0cb49bb6846.json b/saves/Copy of mod test/stats/2210beb6-4dc2-38a8-8f45-f0cb49bb6846.json new file mode 100644 index 0000000..2aa233d --- /dev/null +++ b/saves/Copy of mod test/stats/2210beb6-4dc2-38a8-8f45-f0cb49bb6846.json @@ -0,0 +1 @@ +{"stat.chestOpened":4,"stat.walkOneCm":2707,"stat.pickup.minecraft.stone_pressure_plate":2,"stat.useItem.minecraft.tnt":248,"stat.pickup.minecraft.prismarine_shard":12,"stat.pickup.minecraft.prismarine_crystals":13,"stat.flyOneCm":115011,"stat.pickup.minecraft.lever":1,"stat.drop":1,"stat.jump":13,"stat.swimOneCm":4490,"stat.playOneMinute":16381,"stat.pickup.minecraft.fish":10,"stat.pickup.minecraft.stone_button":29,"stat.pickup.minecraft.tnt":1,"stat.sneakTime":769,"stat.drop.minecraft.tnt":1,"stat.timeSinceDeath":16381,"stat.useItem.minecraft.stone_button":66,"stat.sprintOneCm":186,"stat.useItem.minecraft.stone_slab2":445,"stat.diveOneCm":60399,"stat.useItem.minecraft.water_bucket":20,"stat.craftingTableInteraction":3} \ No newline at end of file diff --git a/saves/mod test/advancements/12477fb0-fd41-3fca-893f-e59684d982a8.json b/saves/mod test/advancements/12477fb0-fd41-3fca-893f-e59684d982a8.json new file mode 100644 index 0000000..ac63296 --- /dev/null +++ b/saves/mod test/advancements/12477fb0-fd41-3fca-893f-e59684d982a8.json @@ -0,0 +1,297 @@ +{ + "minecraft:recipes/redstone/noteblock": { + "criteria": { + "has_redstone": "2018-05-19 18:00:56 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/purple_stained_glass_pane": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/black_stained_glass": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/black_stained_glass_pane": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/yellow_stained_glass": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "minecraft:recipes/tools/compass": { + "criteria": { + "has_redstone": "2018-05-19 18:00:56 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/gray_stained_glass": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "minecraft:recipes/brewing/glass_bottle": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "minecraft:adventure/adventuring_time": { + "criteria": { + "deep_ocean": "2018-05-19 17:58:13 -0700", + "beaches": "2018-05-19 18:00:20 -0700" + }, + "done": false + }, + "minecraft:recipes/decorations/gray_stained_glass_pane": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/red_stained_glass": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/light_blue_stained_glass_pane": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/purple_stained_glass": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/green_stained_glass_pane": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/lime_stained_glass_pane": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "minecraft:recipes/redstone/redstone_torch": { + "criteria": { + "has_redstone": "2018-05-19 18:00:56 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/chest": { + "criteria": { + "has_lots_of_items": "2018-05-19 18:01:05 -0700" + }, + "done": true + }, + "minecraft:recipes/transportation/birch_boat": { + "criteria": { + "entered_water": "2018-05-19 17:58:26 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/magenta_stained_glass_pane": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/white_stained_glass": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "minecraft:recipes/transportation/acacia_boat": { + "criteria": { + "entered_water": "2018-05-19 17:58:26 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/cyan_stained_glass_pane": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/blue_stained_glass": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/orange_stained_glass": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/brown_stained_glass": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "minecraft:recipes/transportation/boat": { + "criteria": { + "entered_water": "2018-05-19 17:58:26 -0700" + }, + "done": true + }, + "minecraft:recipes/transportation/jungle_boat": { + "criteria": { + "entered_water": "2018-05-19 17:58:26 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/green_stained_glass": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "minecraft:recipes/transportation/spruce_boat": { + "criteria": { + "entered_water": "2018-05-19 17:58:26 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/light_gray_stained_glass": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/yellow_stained_glass_pane": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "minecraft:recipes/tools/clock": { + "criteria": { + "has_redstone": "2018-05-19 18:00:56 -0700" + }, + "done": true + }, + "minecraft:recipes/transportation/dark_oak_boat": { + "criteria": { + "entered_water": "2018-05-19 17:58:26 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cyan_stained_glass": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/red_stained_glass_pane": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/white_stained_glass_pane": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "minecraft:recipes/redstone/piston": { + "criteria": { + "has_redstone": "2018-05-19 18:00:56 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/lime_stained_glass": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "nnparadisemod:nnparadisemod/biting_the_dust": { + "criteria": { + "pick_up_redstone": "2018-05-19 18:00:56 -0700" + }, + "done": false + }, + "minecraft:recipes/decorations/pink_stained_glass_pane": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/glass_pane": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/brown_stained_glass_pane": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/magenta_stained_glass": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/orange_stained_glass_pane": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "minecraft:recipes/redstone/dropper": { + "criteria": { + "has_redstone": "2018-05-19 18:00:56 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/light_blue_stained_glass": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/pink_stained_glass": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/blue_stained_glass_pane": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/light_gray_stained_glass_pane": { + "criteria": { + "has_glass": "2018-05-19 17:58:29 -0700" + }, + "done": true + } +} \ No newline at end of file diff --git a/saves/mod test/advancements/2210beb6-4dc2-38a8-8f45-f0cb49bb6846.json b/saves/mod test/advancements/2210beb6-4dc2-38a8-8f45-f0cb49bb6846.json new file mode 100644 index 0000000..03b2996 --- /dev/null +++ b/saves/mod test/advancements/2210beb6-4dc2-38a8-8f45-f0cb49bb6846.json @@ -0,0 +1,302 @@ +{ + "minecraft:recipes/redstone/noteblock": { + "criteria": { + "has_redstone": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/purple_stained_glass_pane": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/black_stained_glass": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/black_stained_glass_pane": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/yellow_stained_glass": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/tools/compass": { + "criteria": { + "has_redstone": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/gray_stained_glass": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/brewing/glass_bottle": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:adventure/adventuring_time": { + "criteria": { + "deep_ocean": "2018-05-19 18:05:30 -0700" + }, + "done": false + }, + "minecraft:recipes/decorations/gray_stained_glass_pane": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/red_stained_glass": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/light_blue_stained_glass_pane": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/purple_stained_glass": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/green_stained_glass_pane": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/lime_stained_glass_pane": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/redstone/redstone_torch": { + "criteria": { + "has_redstone": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/chest": { + "criteria": { + "has_lots_of_items": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/transportation/birch_boat": { + "criteria": { + "entered_water": "2018-05-19 18:05:44 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/magenta_stained_glass_pane": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/white_stained_glass": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/transportation/acacia_boat": { + "criteria": { + "entered_water": "2018-05-19 18:05:44 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/cyan_stained_glass_pane": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/blue_stained_glass": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/orange_stained_glass": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/brown_stained_glass": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/transportation/boat": { + "criteria": { + "entered_water": "2018-05-19 18:05:44 -0700" + }, + "done": true + }, + "minecraft:recipes/transportation/jungle_boat": { + "criteria": { + "entered_water": "2018-05-19 18:05:44 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/green_stained_glass": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/transportation/spruce_boat": { + "criteria": { + "entered_water": "2018-05-19 18:05:44 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/light_gray_stained_glass": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/yellow_stained_glass_pane": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/tools/clock": { + "criteria": { + "has_redstone": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/transportation/dark_oak_boat": { + "criteria": { + "entered_water": "2018-05-19 18:05:44 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/cyan_stained_glass": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/red_stained_glass_pane": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/white_stained_glass_pane": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/redstone/redstone_block": { + "criteria": { + "has_at_least_9_redstone": "2018-05-19 18:05:54 -0700" + }, + "done": true + }, + "minecraft:recipes/redstone/piston": { + "criteria": { + "has_redstone": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/lime_stained_glass": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "nnparadisemod:nnparadisemod/biting_the_dust": { + "criteria": { + "pick_up_redstone": "2018-05-19 18:05:30 -0700" + }, + "done": false + }, + "minecraft:recipes/decorations/pink_stained_glass_pane": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/glass_pane": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/brown_stained_glass_pane": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/magenta_stained_glass": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/orange_stained_glass_pane": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/redstone/dropper": { + "criteria": { + "has_redstone": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/light_blue_stained_glass": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/building_blocks/pink_stained_glass": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/blue_stained_glass_pane": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + }, + "minecraft:recipes/decorations/light_gray_stained_glass_pane": { + "criteria": { + "has_glass": "2018-05-19 18:05:30 -0700" + }, + "done": true + } +} \ No newline at end of file diff --git a/saves/mod test/data/Mineshaft.dat b/saves/mod test/data/Mineshaft.dat index 12e250b..2a5e284 100644 Binary files a/saves/mod test/data/Mineshaft.dat and b/saves/mod test/data/Mineshaft.dat differ diff --git a/saves/mod test/data/Monument.dat b/saves/mod test/data/Monument.dat index 63ae13c..8c1c71e 100644 Binary files a/saves/mod test/data/Monument.dat and b/saves/mod test/data/Monument.dat differ diff --git a/saves/mod test/data/villages.dat b/saves/mod test/data/villages.dat index 8a09fce..9d7ae7e 100644 Binary files a/saves/mod test/data/villages.dat and b/saves/mod test/data/villages.dat differ diff --git a/saves/mod test/level.dat b/saves/mod test/level.dat index b4bb78e..23390b1 100644 Binary files a/saves/mod test/level.dat and b/saves/mod test/level.dat differ diff --git a/saves/mod test/level.dat_old b/saves/mod test/level.dat_old index 4248373..0d59d69 100644 Binary files a/saves/mod test/level.dat_old and b/saves/mod test/level.dat_old differ diff --git a/saves/mod test/playerdata/12477fb0-fd41-3fca-893f-e59684d982a8.dat b/saves/mod test/playerdata/12477fb0-fd41-3fca-893f-e59684d982a8.dat new file mode 100644 index 0000000..a952c1a Binary files /dev/null and b/saves/mod test/playerdata/12477fb0-fd41-3fca-893f-e59684d982a8.dat differ diff --git a/saves/mod test/playerdata/2210beb6-4dc2-38a8-8f45-f0cb49bb6846.dat b/saves/mod test/playerdata/2210beb6-4dc2-38a8-8f45-f0cb49bb6846.dat new file mode 100644 index 0000000..61f47a9 Binary files /dev/null and b/saves/mod test/playerdata/2210beb6-4dc2-38a8-8f45-f0cb49bb6846.dat differ diff --git a/saves/mod test/region/r.-1.0.mca b/saves/mod test/region/r.-1.0.mca index d125d49..b53e2af 100644 Binary files a/saves/mod test/region/r.-1.0.mca and b/saves/mod test/region/r.-1.0.mca differ diff --git a/saves/mod test/region/r.2.-10.mca b/saves/mod test/region/r.2.-10.mca index 84b4b31..6cf4f11 100644 Binary files a/saves/mod test/region/r.2.-10.mca and b/saves/mod test/region/r.2.-10.mca differ diff --git a/saves/mod test/region/r.2.-9.mca b/saves/mod test/region/r.2.-9.mca index 90cbac9..2ce6fb4 100644 Binary files a/saves/mod test/region/r.2.-9.mca and b/saves/mod test/region/r.2.-9.mca differ diff --git a/saves/mod test/region/r.3.-10.mca b/saves/mod test/region/r.3.-10.mca new file mode 100644 index 0000000..f7be6a0 Binary files /dev/null and b/saves/mod test/region/r.3.-10.mca differ diff --git a/saves/mod test/region/r.3.-9.mca b/saves/mod test/region/r.3.-9.mca new file mode 100644 index 0000000..b574e32 Binary files /dev/null and b/saves/mod test/region/r.3.-9.mca differ diff --git a/saves/mod test/session.lock b/saves/mod test/session.lock index 6a92182..8f79526 100644 Binary files a/saves/mod test/session.lock and b/saves/mod test/session.lock differ diff --git a/saves/mod test/stats/12477fb0-fd41-3fca-893f-e59684d982a8.json b/saves/mod test/stats/12477fb0-fd41-3fca-893f-e59684d982a8.json new file mode 100644 index 0000000..ca59d35 --- /dev/null +++ b/saves/mod test/stats/12477fb0-fd41-3fca-893f-e59684d982a8.json @@ -0,0 +1 @@ +{"stat.flyOneCm":103715,"stat.walkOneCm":480,"stat.swimOneCm":2876,"stat.jump":3,"stat.playOneMinute":4556,"stat.climbOneCm":16,"stat.pickup.minecraft.repeater":1,"stat.pickup.minecraft.fireworks":384,"stat.leaveGame":1,"stat.sneakTime":266,"stat.pickup.minecraft.redstone":1,"stat.timeSinceDeath":4556,"stat.pickup.nnparadisemod.silver_pressure_plate":2,"stat.sprintOneCm":143,"stat.useItem.minecraft.stone_slab2":98,"stat.diveOneCm":23831} \ No newline at end of file diff --git a/saves/mod test/stats/2210beb6-4dc2-38a8-8f45-f0cb49bb6846.json b/saves/mod test/stats/2210beb6-4dc2-38a8-8f45-f0cb49bb6846.json new file mode 100644 index 0000000..602fa44 --- /dev/null +++ b/saves/mod test/stats/2210beb6-4dc2-38a8-8f45-f0cb49bb6846.json @@ -0,0 +1 @@ +{"stat.flyOneCm":50443,"stat.pickup.minecraft.lever":2,"stat.walkOneCm":2976,"stat.swimOneCm":2315,"stat.jump":16,"stat.playOneMinute":6982,"stat.useItem.minecraft.lever":3,"stat.climbOneCm":780,"stat.pickup.minecraft.repeater":2,"stat.leaveGame":1,"stat.sneakTime":163,"stat.pickup.minecraft.redstone":58,"stat.crouchOneCm":101,"stat.timeSinceDeath":6982,"stat.pickup.nnparadisemod.silver_pressure_plate":1,"stat.sprintOneCm":1574,"stat.useItem.minecraft.stone_slab2":246,"stat.diveOneCm":1204,"stat.pickup.nnparadisemod.silver_fence":42} \ No newline at end of file diff --git a/src/main/java/com/NetherNoah/ParadiseMod/ParadiseMod.java b/src/main/java/com/NetherNoah/ParadiseMod/ParadiseMod.java index 3ffd625..45074cf 100644 --- a/src/main/java/com/NetherNoah/ParadiseMod/ParadiseMod.java +++ b/src/main/java/com/NetherNoah/ParadiseMod/ParadiseMod.java @@ -8,25 +8,7 @@ import com.NetherNoah.ParadiseMod.handlers.Events; import com.NetherNoah.ParadiseMod.init.LiquidRedstone; import com.NetherNoah.ParadiseMod.init.ModBlocks; -<<<<<<< HEAD -======= -<<<<<<< HEAD -======= -<<<<<<< HEAD -======= -<<<<<<< HEAD -======= -<<<<<<< HEAD -======= -<<<<<<< HEAD -======= import com.NetherNoah.ParadiseMod.init.ModSmelting; ->>>>>>> fe4e7c11df6ac2d36c62263cef3f6404ef024eec ->>>>>>> f3bb25d5ded4e2d0a84481ae1aae25c354a4f3ee ->>>>>>> b4f1ba2701a07a150105d9b8107884ea381af4e7 ->>>>>>> 2232dfc8ed202f64e08f79d5fc50cea9a6929969 ->>>>>>> ff63528162a376128514ecfa30cc4fc1154076ab ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d import com.NetherNoah.ParadiseMod.init.ModItems; import com.NetherNoah.ParadiseMod.init.ModSmelting; import com.NetherNoah.ParadiseMod.proxy.CommonProxy; @@ -51,16 +33,10 @@ import com.NetherNoah.ParadiseMod.world.worldgen.structures.Ocean; import com.NetherNoah.ParadiseMod.world.worldgen.structures.RoguePortal; import com.NetherNoah.ParadiseMod.world.worldgen.structures.Runway; -<<<<<<< HEAD import com.NetherNoah.ParadiseMod.world.worldgen.structures.SkyWheel; import com.NetherNoah.ParadiseMod.world.worldgen.structures.TreasureChest; -======= -<<<<<<< HEAD import com.NetherNoah.ParadiseMod.world.worldgen.structures.SkyWheel; import com.NetherNoah.ParadiseMod.world.worldgen.structures.TreasureChest; -======= ->>>>>>> ff63528162a376128514ecfa30cc4fc1154076ab ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d import com.NetherNoah.ParadiseMod.world.worldgen.structures.WickerMan; import com.NetherNoah.ParadiseMod.world.worldgen.structures.AttieCat.JeffTank; import com.NetherNoah.ParadiseMod.world.worldgen.structures.AttieCat.Shrine; @@ -119,57 +95,18 @@ public void preInit(FMLPreInitializationEvent event) { Blocks.REDSTONE_BLOCK.setResistance(2000F); Blocks.WOODEN_BUTTON.setUnlocalizedName("oak_button"); Blocks.STRUCTURE_BLOCK.setCreativeTab(CreativeTabs.REDSTONE); -<<<<<<< HEAD Blocks.STRUCTURE_VOID.setCreativeTab(CreativeTabs.REDSTONE); -======= -<<<<<<< HEAD Blocks.STRUCTURE_VOID.setCreativeTab(CreativeTabs.REDSTONE); -======= -<<<<<<< HEAD Blocks.STRUCTURE_VOID.setCreativeTab(CreativeTabs.REDSTONE); -======= -<<<<<<< HEAD Blocks.STRUCTURE_VOID.setCreativeTab(CreativeTabs.REDSTONE); -======= -<<<<<<< HEAD Blocks.STRUCTURE_VOID.setCreativeTab(CreativeTabs.REDSTONE); -======= -<<<<<<< HEAD Blocks.STRUCTURE_VOID.setCreativeTab(CreativeTabs.REDSTONE); -======= ->>>>>>> fe4e7c11df6ac2d36c62263cef3f6404ef024eec ->>>>>>> f3bb25d5ded4e2d0a84481ae1aae25c354a4f3ee ->>>>>>> b4f1ba2701a07a150105d9b8107884ea381af4e7 ->>>>>>> 2232dfc8ed202f64e08f79d5fc50cea9a6929969 ->>>>>>> ff63528162a376128514ecfa30cc4fc1154076ab ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d Blocks.COMMAND_BLOCK.setCreativeTab(CreativeTabs.REDSTONE); Blocks.REPEATING_COMMAND_BLOCK.setCreativeTab(CreativeTabs.REDSTONE); Blocks.CHAIN_COMMAND_BLOCK.setCreativeTab(CreativeTabs.REDSTONE); Blocks.BARRIER.setCreativeTab(CreativeTabs.BUILDING_BLOCKS); -<<<<<<< HEAD Blocks.MOB_SPAWNER.setCreativeTab(CreativeTabs.DECORATIONS); - -======= -<<<<<<< HEAD Blocks.MOB_SPAWNER.setCreativeTab(CreativeTabs.DECORATIONS); - -======= -<<<<<<< HEAD -======= -<<<<<<< HEAD -======= -<<<<<<< HEAD -======= -<<<<<<< HEAD ->>>>>>> f3bb25d5ded4e2d0a84481ae1aae25c354a4f3ee ->>>>>>> b4f1ba2701a07a150105d9b8107884ea381af4e7 ->>>>>>> 2232dfc8ed202f64e08f79d5fc50cea9a6929969 - -======= ->>>>>>> fe4e7c11df6ac2d36c62263cef3f6404ef024eec ->>>>>>> ff63528162a376128514ecfa30cc4fc1154076ab ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d //liquids LiquidRedstone.register(); FluidRegistry.addBucketForFluid(LiquidRedstone.FluidLiquidRedstone.instance); @@ -183,17 +120,6 @@ public void preInit(FMLPreInitializationEvent event) { GameRegistry.registerTileEntity(TileEntitySilverHopper.class,"silver_hopper"); GameRegistry.registerTileEntity(TEAntiMobLamp.class,"salt_lamp"); System.out.println("Nether Noah's Paradise Mod: Successfully registered tile entities"); - -<<<<<<< HEAD -======= -<<<<<<< HEAD -======= -<<<<<<< HEAD -======= -<<<<<<< HEAD ->>>>>>> 2232dfc8ed202f64e08f79d5fc50cea9a6929969 ->>>>>>> ff63528162a376128514ecfa30cc4fc1154076ab ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d //world generators IWorldGenerator[] generators = { //structures! @@ -205,20 +131,14 @@ public void preInit(FMLPreInitializationEvent event) { new RoguePortal(), new MesaTemple(), new Runway(), -<<<<<<< HEAD new TreasureChest(), new SkyWheel(), new MiniStronghold(), new LandMine(), new Buoy(), -======= -<<<<<<< HEAD new TreasureChest(), new SkyWheel(), new MiniStronghold(), -======= ->>>>>>> ff63528162a376128514ecfa30cc4fc1154076ab ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d //created by AttieCat new Shrine(), @@ -234,26 +154,14 @@ public void preInit(FMLPreInitializationEvent event) { //dirt, gravel, sand, and clay on the ocean floors new DirtGen()}; -<<<<<<< HEAD -======= -<<<<<<< HEAD ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d for(int i=0;i<17;i++) { GameRegistry.registerWorldGenerator(generators[i],1); } System.out.println("Nether Noah's Paradise Mod: Successfully registered world generators"); -<<<<<<< HEAD - -======= - -======= for(int i=0;i<14;i++) { GameRegistry.registerWorldGenerator(generators[i],1); } System.out.println("Nether Noah's Paradise Mod: Successfully registered world generators"); -<<<<<<< HEAD -======= -======= //structures! GameRegistry.registerWorldGenerator(new Home(),1); GameRegistry.registerWorldGenerator(new WickerMan(),1); @@ -282,10 +190,6 @@ public void preInit(FMLPreInitializationEvent event) { GameRegistry.registerWorldGenerator(new DirtGen(),1); System.out.println("Nether Noah's Paradise Mod: Successfully world generators"); ->>>>>>> b4f1ba2701a07a150105d9b8107884ea381af4e7 ->>>>>>> 2232dfc8ed202f64e08f79d5fc50cea9a6929969 ->>>>>>> ff63528162a376128514ecfa30cc4fc1154076ab ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d ModBlocks.initAndRegister(); System.out.println("Nether Noah's Paradise Mod: Successfully registered blocks"); ModItems.initAndRegister(); @@ -298,23 +202,11 @@ public void Init(FMLInitializationEvent event) { NetworkRegistry.INSTANCE.registerGuiHandler(instance, new CustomCraftBenchGuiHandler()); proxy.init(); ModSmelting.register(); -<<<<<<< HEAD System.out.println("Nether Noah's Paradise Mod: Successfully registered smelting recipes"); -======= -<<<<<<< HEAD System.out.println("Nether Noah's Paradise Mod: Successfully registered smelting recipes"); -======= -<<<<<<< HEAD System.out.println("Nether Noah's Paradise Mod: Successfully registered smelting recipes"); -======= -<<<<<<< HEAD System.out.println("Nether Noah's Paradise Mod: Successfully registered smelting recipes"); -======= System.out.println("Nether Noah's Paradise Mod: Successfully registered crafting recipes"); ->>>>>>> b4f1ba2701a07a150105d9b8107884ea381af4e7 ->>>>>>> 2232dfc8ed202f64e08f79d5fc50cea9a6929969 ->>>>>>> ff63528162a376128514ecfa30cc4fc1154076ab ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d DimensionRegistry.MainRegistry(); System.out.println("Nether Noah's Paradise Mod: Successfully added the Deep Underground to Minecraft"); } diff --git a/src/main/java/com/NetherNoah/ParadiseMod/Reference.java b/src/main/java/com/NetherNoah/ParadiseMod/Reference.java index 93e4378..0dc5e8c 100644 --- a/src/main/java/com/NetherNoah/ParadiseMod/Reference.java +++ b/src/main/java/com/NetherNoah/ParadiseMod/Reference.java @@ -4,23 +4,7 @@ public class Reference { // Basic Mod Info public static final String MOD_ID = "nnparadisemod"; public static final String NAME = "Nether Noah's Paradise Mod"; -<<<<<<< HEAD public static final String VERSION = "1.0 (The Advancement Update)"; -======= -<<<<<<< HEAD - public static final String VERSION = "1.0 (The Advancement Update)"; -======= -<<<<<<< HEAD - public static final String VERSION = "1.0 Test 2 (The Advancement Update)"; -======= -<<<<<<< HEAD - public static final String VERSION = "1.0 Test 2 (The Advancement Update)"; -======= - public static final String VERSION = "1.0 Test 1 (The Advancement Update)"; ->>>>>>> b4f1ba2701a07a150105d9b8107884ea381af4e7 ->>>>>>> 2232dfc8ed202f64e08f79d5fc50cea9a6929969 ->>>>>>> ff63528162a376128514ecfa30cc4fc1154076ab ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d public static final String ACCEPTED_VERSIONS = "1.12.2"; public static int GUI_CUSTOM_WORKBENCH = 0; diff --git a/src/main/java/com/NetherNoah/ParadiseMod/blocks/misc/DUPortal.java b/src/main/java/com/NetherNoah/ParadiseMod/blocks/misc/DUPortal.java index 53e45ea..073a45e 100644 --- a/src/main/java/com/NetherNoah/ParadiseMod/blocks/misc/DUPortal.java +++ b/src/main/java/com/NetherNoah/ParadiseMod/blocks/misc/DUPortal.java @@ -94,29 +94,17 @@ public void updateTick(World worldIn, BlockPos pos, IBlockState state, Random ra int i = pos.getY(); BlockPos blockpos; -<<<<<<< HEAD //for(blockpos = pos; !worldIn.getBlockState(blockpos).isFullCube() && blockpos.getY() > 0; blockpos = blockpos.down()) { //} -======= -<<<<<<< HEAD //for(blockpos = pos; !worldIn.getBlockState(blockpos).isFullCube() && blockpos.getY() > 0; blockpos = blockpos.down()) { //} -======= -<<<<<<< HEAD //for(blockpos = pos; !worldIn.getBlockState(blockpos).isFullCube() && blockpos.getY() > 0; blockpos = blockpos.down()) { //} -======= -<<<<<<< HEAD //for(blockpos = pos; !worldIn.getBlockState(blockpos).isFullCube() && blockpos.getY() > 0; blockpos = blockpos.down()) { //} -======= for(blockpos = pos; !worldIn.getBlockState(blockpos).isFullCube() && blockpos.getY() > 0; blockpos = blockpos.down()) { ; } ->>>>>>> b4f1ba2701a07a150105d9b8107884ea381af4e7 ->>>>>>> 2232dfc8ed202f64e08f79d5fc50cea9a6929969 ->>>>>>> ff63528162a376128514ecfa30cc4fc1154076ab ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d } } public static int getMetaForAxis(EnumFacing.Axis axis) { diff --git a/src/main/java/com/NetherNoah/ParadiseMod/handlers/CustomCraftBenchGuiHandler.java b/src/main/java/com/NetherNoah/ParadiseMod/handlers/CustomCraftBenchGuiHandler.java index 52f80b9..8d24e24 100644 --- a/src/main/java/com/NetherNoah/ParadiseMod/handlers/CustomCraftBenchGuiHandler.java +++ b/src/main/java/com/NetherNoah/ParadiseMod/handlers/CustomCraftBenchGuiHandler.java @@ -14,13 +14,7 @@ public class CustomCraftBenchGuiHandler implements IGuiHandler { public Object getClientGuiElement(int id, EntityPlayer player, World world, int x, int y, int z) { id=0; return new CustomCraftBenchGui(player.inventory, world); -<<<<<<< HEAD -======= -<<<<<<< HEAD -======= //, new BlockPos(x, y, z)); ->>>>>>> ff63528162a376128514ecfa30cc4fc1154076ab ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d } @Override public Object getServerGuiElement(int id, EntityPlayer player, World world, int x, int y, int z) { diff --git a/src/main/java/com/NetherNoah/ParadiseMod/handlers/Events.java b/src/main/java/com/NetherNoah/ParadiseMod/handlers/Events.java index 332cf07..8070846 100644 --- a/src/main/java/com/NetherNoah/ParadiseMod/handlers/Events.java +++ b/src/main/java/com/NetherNoah/ParadiseMod/handlers/Events.java @@ -19,18 +19,12 @@ public class Events { public static void deleteRecipes(RegistryEvent.Register event) { ResourceLocation woodenPressurePlate = new ResourceLocation("minecraft:wooden_pressure_plate"); -<<<<<<< HEAD ResourceLocation oakTable = new ResourceLocation("minecraft:crafting_table"); -======= ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d ResourceLocation woodenButton = new ResourceLocation("minecraft:wooden_button"); IForgeRegistryModifiable modRegistry = (IForgeRegistryModifiable) event.getRegistry(); modRegistry.remove(woodenPressurePlate); modRegistry.remove(woodenButton); -<<<<<<< HEAD modRegistry.remove(oakTable); -======= ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d } } \ No newline at end of file diff --git a/src/main/java/com/NetherNoah/ParadiseMod/init/ModBlocks.java b/src/main/java/com/NetherNoah/ParadiseMod/init/ModBlocks.java index ef1edf6..e80171c 100644 --- a/src/main/java/com/NetherNoah/ParadiseMod/init/ModBlocks.java +++ b/src/main/java/com/NetherNoah/ParadiseMod/init/ModBlocks.java @@ -236,25 +236,8 @@ import net.minecraft.item.Item; import net.minecraft.item.ItemBlock; import net.minecraftforge.fml.common.registry.ForgeRegistries; -<<<<<<< HEAD -======= -<<<<<<< HEAD -======= -<<<<<<< HEAD -======= -<<<<<<< HEAD -======= -<<<<<<< HEAD -======= -<<<<<<< HEAD -======= import net.minecraftforge.fml.common.registry.GameRegistry; ->>>>>>> fe4e7c11df6ac2d36c62263cef3f6404ef024eec ->>>>>>> f3bb25d5ded4e2d0a84481ae1aae25c354a4f3ee ->>>>>>> b4f1ba2701a07a150105d9b8107884ea381af4e7 ->>>>>>> 2232dfc8ed202f64e08f79d5fc50cea9a6929969 ->>>>>>> ff63528162a376128514ecfa30cc4fc1154076ab ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d + public class ModBlocks { public static SaltLamp getSaltLamp() @@ -367,11 +350,8 @@ public static SaltLamp getSaltLamp() public static IronButtonTicks RustyButton; // pressure plates -<<<<<<< HEAD public static BlockPressurePlate DirtPlate; public static BlockPressurePlate GrassPlate; -======= ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d public static BlockPressurePlate concretePlate; public static BedrockPlateCode GlowingObsidianPlate; public static DiamondPlateCode DiamondPlate; @@ -607,10 +587,7 @@ public static void initAndRegister() { regBlock(SaltBlock=new SaltBlock()); regBlock(SaltOre=new SaltOre()); regBlock(endPearlBlock=new endPearlBlock()); -<<<<<<< HEAD regBlock(RustyIronBlock=new BlockRustyIron()); -======= ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d // misc redstone components regBlock(GoldHopper = new GoldHopper()); @@ -685,11 +662,8 @@ public static void initAndRegister() { regBlock(YellowRSLamp = new YellowRSLamp()); // door blocks - // they don't need their own items -<<<<<<< HEAD + // they don't need their own items] ForgeRegistries.BLOCKS.register(RustyDoor=new RustyDoor()); -======= ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d ForgeRegistries.BLOCKS.register(BlockCactusDoor=new CactusDoor()); ForgeRegistries.BLOCKS.register(BlockGlowingObsidianDoor=new GlowingObsidianDoor()); ForgeRegistries.BLOCKS.register(BlockEndDoor=new EndDoor()); @@ -845,12 +819,8 @@ public static void registerRenders() { regRender(CustomWorkbenchSpruce); regRender(CustomWorkbenchAcacia); -<<<<<<< HEAD //ores and resource blocks regRender(RustyIronBlock); -======= - // ores and resource blocks ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d regRender(endPearlBlock); regRender(EnderPearlOre); regRender(EndRubyOre); diff --git a/src/main/java/com/NetherNoah/ParadiseMod/init/ModItems.java b/src/main/java/com/NetherNoah/ParadiseMod/init/ModItems.java index b79e540..4757e80 100644 --- a/src/main/java/com/NetherNoah/ParadiseMod/init/ModItems.java +++ b/src/main/java/com/NetherNoah/ParadiseMod/init/ModItems.java @@ -80,10 +80,7 @@ import net.minecraft.item.ItemTool; import net.minecraftforge.common.util.EnumHelper; import net.minecraftforge.fml.common.registry.ForgeRegistries; -<<<<<<< HEAD -======= import net.minecraftforge.fml.common.registry.GameRegistry; ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d //item list public class ModItems { @@ -191,16 +188,11 @@ public class ModItems { public static ItemDoor ItemBedrockDoor; public static ItemDoor ItemRubyDoor; public static ItemDoor ItemRedstoneDoor; -<<<<<<< HEAD public static ItemDoor ItemRustyDoor; public static Item RustyNugget; //tools public static final ToolMaterial rustyMaterialT = EnumHelper.addToolMaterial(Reference.MOD_ID + ":rusty", 2, 125, 12.0F, 2F, 22); -======= - - //tools ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d public static final ToolMaterial silverMaterialT = EnumHelper.addToolMaterial(Reference.MOD_ID + ":silver", 2, 64, 12.0F, 2F, 22); public static final ToolMaterial emeraldMaterialT = EnumHelper.addToolMaterial(Reference.MOD_ID + ":emerald", 4,1700, 9F, 4F, 30); public static final ToolMaterial rubyMaterialT = EnumHelper.addToolMaterial(Reference.MOD_ID + ":ruby", 4, 1700, 9F,4F, 30); @@ -218,7 +210,6 @@ public class ModItems { public static ArmorMaterial silverMaterial = EnumHelper.addArmorMaterial("silver",Reference.MOD_ID + ":silver", 7, new int[] {2,5,6,2},25,SoundEvents.ITEM_ARMOR_EQUIP_GOLD, 0.0F); public static void initAndRegister() { -<<<<<<< HEAD //item registry list regItem(RustyNugget=new RustyNugget()); regItem(RustyIngot=new RustyIngot()); @@ -323,7 +314,8 @@ public static void initAndRegister() { regItem(ItemBedrockDoor = new ItemBedrockDoor()); regItem(ItemRubyDoor = new ItemRubyDoor()); regItem(ItemRedstoneDoor = new ItemRedstoneDoor()); -======= + + /*/ // item registry list ForgeRegistries.ITEMS.register(salt=new Salt()); ForgeRegistries.ITEMS.register(CactusStick=new CactusStick()); @@ -414,7 +406,7 @@ public static void initAndRegister() { ForgeRegistries.ITEMS.register(ItemBedrockDoor = new ItemBedrockDoor()); ForgeRegistries.ITEMS.register(ItemRubyDoor = new ItemRubyDoor()); ForgeRegistries.ITEMS.register(ItemRedstoneDoor = new ItemRedstoneDoor()); ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d + /*/ } public static void registerRenders() { //item render registry list @@ -424,10 +416,7 @@ public static void registerRenders() { regRender(santaJacket); regRender(santaPants); regRender(santaBoots); -<<<<<<< HEAD regRender(RustyIngot); -======= ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d //tools //cactus @@ -464,7 +453,6 @@ public static void registerRenders() { regRender(silverSpade); regRender(silverHoe); regRender(silverSword); -<<<<<<< HEAD //rusty iron regRender(rustyPickaxe); @@ -473,9 +461,6 @@ public static void registerRenders() { regRender(rustyHoe); regRender(rustySword); -======= ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d - //redstone regRender(redstonePickaxe); regRender(redstoneAxe); @@ -514,7 +499,6 @@ public static void registerRenders() { regRender(silverLeggings); regRender(silverBoots); -<<<<<<< HEAD //rusty iron regRender(rustyHelmet); regRender(rustyChestplate); @@ -523,9 +507,6 @@ public static void registerRenders() { //Others regRender(ItemRustyDoor); -======= - //Others ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d regRender(ItemGlowingObsidianDoor); regRender(ItemEndDoor); regRender(ItemCactusDoor); diff --git a/src/main/java/com/NetherNoah/ParadiseMod/init/ModSmelting.java b/src/main/java/com/NetherNoah/ParadiseMod/init/ModSmelting.java index 2a38905..02ec8b5 100644 --- a/src/main/java/com/NetherNoah/ParadiseMod/init/ModSmelting.java +++ b/src/main/java/com/NetherNoah/ParadiseMod/init/ModSmelting.java @@ -19,43 +19,10 @@ public static void register() { GameRegistry.addSmelting(ModBlocks.RubyOre, new ItemStack(ModItems.Ruby), 5F); GameRegistry.addSmelting(ModBlocks.SilverOre, new ItemStack(ModItems.SilverIngot), 5F); -<<<<<<< HEAD -======= -<<<<<<< HEAD -======= -<<<<<<< HEAD -======= -<<<<<<< HEAD -======= -<<<<<<< HEAD -======= -<<<<<<< HEAD ->>>>>>> f3bb25d5ded4e2d0a84481ae1aae25c354a4f3ee ->>>>>>> b4f1ba2701a07a150105d9b8107884ea381af4e7 ->>>>>>> 2232dfc8ed202f64e08f79d5fc50cea9a6929969 ->>>>>>> ff63528162a376128514ecfa30cc4fc1154076ab ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d //smelting recipes for end ores GameRegistry.addSmelting(ModBlocks.EndRubyOre, new ItemStack(ModItems.Ruby), 5F); GameRegistry.addSmelting(ModBlocks.EnderPearlOre, new ItemStack(Items.ENDER_PEARL), 5F); -<<<<<<< HEAD -======= -<<<<<<< HEAD -======= -<<<<<<< HEAD -======= -<<<<<<< HEAD -======= -<<<<<<< HEAD -======= -======= ->>>>>>> fe4e7c11df6ac2d36c62263cef3f6404ef024eec ->>>>>>> f3bb25d5ded4e2d0a84481ae1aae25c354a4f3ee ->>>>>>> b4f1ba2701a07a150105d9b8107884ea381af4e7 ->>>>>>> 2232dfc8ed202f64e08f79d5fc50cea9a6929969 ->>>>>>> ff63528162a376128514ecfa30cc4fc1154076ab ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d //smelting recipes for nether ores GameRegistry.addSmelting(ModBlocks.SilverOreNether, new ItemStack(ModItems.SilverIngot), 5F); GameRegistry.addSmelting(ModBlocks.GoldOreNether, new ItemStack(Items.GOLD_INGOT), 5F); diff --git a/src/main/java/com/NetherNoah/ParadiseMod/items/tools/cactus/cactusAxe.java b/src/main/java/com/NetherNoah/ParadiseMod/items/tools/cactus/cactusAxe.java index d7037ed..0c6d145 100644 --- a/src/main/java/com/NetherNoah/ParadiseMod/items/tools/cactus/cactusAxe.java +++ b/src/main/java/com/NetherNoah/ParadiseMod/items/tools/cactus/cactusAxe.java @@ -26,14 +26,6 @@ public cactusAxe(ToolMaterial material, String unlocalizedName) { public float getDestroySpeed(ItemStack stack, IBlockState state) { Material material = state.getMaterial(); -<<<<<<< HEAD return material != Material.WOOD && material != Material.PLANTS && material != Material.VINE ? super.getDestroySpeed(stack, state) : efficiency; -======= -<<<<<<< HEAD - return material != Material.WOOD && material != Material.PLANTS && material != Material.VINE ? super.getDestroySpeed(stack, state) : efficiency; -======= - return material != Material.WOOD && material != Material.PLANTS && material != Material.VINE ? super.getDestroySpeed(stack, state) : this.efficiency; ->>>>>>> ff63528162a376128514ecfa30cc4fc1154076ab ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d } } \ No newline at end of file diff --git a/src/main/java/com/NetherNoah/ParadiseMod/items/tools/emerald/emeraldAxe.java b/src/main/java/com/NetherNoah/ParadiseMod/items/tools/emerald/emeraldAxe.java index 80d8ecc..7098cea 100644 --- a/src/main/java/com/NetherNoah/ParadiseMod/items/tools/emerald/emeraldAxe.java +++ b/src/main/java/com/NetherNoah/ParadiseMod/items/tools/emerald/emeraldAxe.java @@ -26,14 +26,6 @@ public emeraldAxe(ToolMaterial material, String unlocalizedName) { public float getDestroySpeed(ItemStack stack, IBlockState state) { Material material = state.getMaterial(); -<<<<<<< HEAD return material != Material.WOOD && material != Material.PLANTS && material != Material.VINE ? super.getDestroySpeed(stack, state) : efficiency; -======= -<<<<<<< HEAD - return material != Material.WOOD && material != Material.PLANTS && material != Material.VINE ? super.getDestroySpeed(stack, state) : efficiency; -======= - return material != Material.WOOD && material != Material.PLANTS && material != Material.VINE ? super.getDestroySpeed(stack, state) : this.efficiency; ->>>>>>> ff63528162a376128514ecfa30cc4fc1154076ab ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d } } \ No newline at end of file diff --git a/src/main/java/com/NetherNoah/ParadiseMod/items/tools/obsidian/obsidianAxe.java b/src/main/java/com/NetherNoah/ParadiseMod/items/tools/obsidian/obsidianAxe.java index 367ded7..1803577 100644 --- a/src/main/java/com/NetherNoah/ParadiseMod/items/tools/obsidian/obsidianAxe.java +++ b/src/main/java/com/NetherNoah/ParadiseMod/items/tools/obsidian/obsidianAxe.java @@ -26,14 +26,6 @@ public obsidianAxe(ToolMaterial material, String unlocalizedName) { public float getDestroySpeed(ItemStack stack, IBlockState state) { Material material = state.getMaterial(); -<<<<<<< HEAD return material != Material.WOOD && material != Material.PLANTS && material != Material.VINE ? super.getDestroySpeed(stack, state) : efficiency; -======= -<<<<<<< HEAD - return material != Material.WOOD && material != Material.PLANTS && material != Material.VINE ? super.getDestroySpeed(stack, state) : efficiency; -======= - return material != Material.WOOD && material != Material.PLANTS && material != Material.VINE ? super.getDestroySpeed(stack, state) : this.efficiency; ->>>>>>> ff63528162a376128514ecfa30cc4fc1154076ab ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d } } \ No newline at end of file diff --git a/src/main/java/com/NetherNoah/ParadiseMod/items/tools/redstone/redstoneAxe.java b/src/main/java/com/NetherNoah/ParadiseMod/items/tools/redstone/redstoneAxe.java index d1745a6..c985257 100644 --- a/src/main/java/com/NetherNoah/ParadiseMod/items/tools/redstone/redstoneAxe.java +++ b/src/main/java/com/NetherNoah/ParadiseMod/items/tools/redstone/redstoneAxe.java @@ -26,14 +26,6 @@ public redstoneAxe(ToolMaterial material, String unlocalizedName) { public float getDestroySpeed(ItemStack stack, IBlockState state) { Material material = state.getMaterial(); -<<<<<<< HEAD return material != Material.WOOD && material != Material.PLANTS && material != Material.VINE ? super.getDestroySpeed(stack, state) : efficiency; -======= -<<<<<<< HEAD - return material != Material.WOOD && material != Material.PLANTS && material != Material.VINE ? super.getDestroySpeed(stack, state) : efficiency; -======= - return material != Material.WOOD && material != Material.PLANTS && material != Material.VINE ? super.getDestroySpeed(stack, state) : this.efficiency; ->>>>>>> ff63528162a376128514ecfa30cc4fc1154076ab ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d } } \ No newline at end of file diff --git a/src/main/java/com/NetherNoah/ParadiseMod/items/tools/ruby/rubyAxe.java b/src/main/java/com/NetherNoah/ParadiseMod/items/tools/ruby/rubyAxe.java index 6c9f0a9..adaf3db 100644 --- a/src/main/java/com/NetherNoah/ParadiseMod/items/tools/ruby/rubyAxe.java +++ b/src/main/java/com/NetherNoah/ParadiseMod/items/tools/ruby/rubyAxe.java @@ -19,31 +19,14 @@ public class rubyAxe extends ItemTool { private static final float[] ATTACK_SPEEDS = new float[] { -3.2F, -3.2F, -3.1F, -3.0F, -3.0F}; public rubyAxe(ToolMaterial material, String unlocalizedName) { super(material, EFFECTIVE_ON); -<<<<<<< HEAD setUnlocalizedName(unlocalizedName); setRegistryName(new ResourceLocation(Reference.MOD_ID, unlocalizedName)); -======= -<<<<<<< HEAD - setUnlocalizedName(unlocalizedName); - setRegistryName(new ResourceLocation(Reference.MOD_ID, unlocalizedName)); -======= - this.setUnlocalizedName(unlocalizedName); - this.setRegistryName(new ResourceLocation(Reference.MOD_ID, unlocalizedName)); ->>>>>>> ff63528162a376128514ecfa30cc4fc1154076ab ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d } @Override public float getDestroySpeed(ItemStack stack, IBlockState state) { Material material = state.getMaterial(); -<<<<<<< HEAD return material != Material.WOOD && material != Material.PLANTS && material != Material.VINE ? super.getDestroySpeed(stack, state) : efficiency; -======= -<<<<<<< HEAD - return material != Material.WOOD && material != Material.PLANTS && material != Material.VINE ? super.getDestroySpeed(stack, state) : efficiency; -======= - return material != Material.WOOD && material != Material.PLANTS && material != Material.VINE ? super.getDestroySpeed(stack, state) : this.efficiency; ->>>>>>> ff63528162a376128514ecfa30cc4fc1154076ab ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d + } } \ No newline at end of file diff --git a/src/main/java/com/NetherNoah/ParadiseMod/items/tools/silver/silverAxe.java b/src/main/java/com/NetherNoah/ParadiseMod/items/tools/silver/silverAxe.java index 04b3811..25f9df1 100644 --- a/src/main/java/com/NetherNoah/ParadiseMod/items/tools/silver/silverAxe.java +++ b/src/main/java/com/NetherNoah/ParadiseMod/items/tools/silver/silverAxe.java @@ -19,31 +19,13 @@ public class silverAxe extends ItemTool { private static final float[] ATTACK_SPEEDS = new float[] { -3.2F, -3.2F, -3.1F, -3.0F, -3.0F}; public silverAxe(ToolMaterial material, String unlocalizedName) { super(material, EFFECTIVE_ON); -<<<<<<< HEAD setUnlocalizedName(unlocalizedName); setRegistryName(new ResourceLocation(Reference.MOD_ID, unlocalizedName)); -======= -<<<<<<< HEAD - setUnlocalizedName(unlocalizedName); - setRegistryName(new ResourceLocation(Reference.MOD_ID, unlocalizedName)); -======= - this.setUnlocalizedName(unlocalizedName); - this.setRegistryName(new ResourceLocation(Reference.MOD_ID, unlocalizedName)); ->>>>>>> ff63528162a376128514ecfa30cc4fc1154076ab ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d } @Override public float getDestroySpeed(ItemStack stack, IBlockState state) { Material material = state.getMaterial(); -<<<<<<< HEAD - return material != Material.WOOD && material != Material.PLANTS && material != Material.VINE ? super.getDestroySpeed(stack, state) : efficiency; -======= -<<<<<<< HEAD return material != Material.WOOD && material != Material.PLANTS && material != Material.VINE ? super.getDestroySpeed(stack, state) : efficiency; -======= - return material != Material.WOOD && material != Material.PLANTS && material != Material.VINE ? super.getDestroySpeed(stack, state) : this.efficiency; ->>>>>>> ff63528162a376128514ecfa30cc4fc1154076ab ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d } } \ No newline at end of file diff --git a/src/main/java/com/NetherNoah/ParadiseMod/world/worldgen/structures/OceanGen.java b/src/main/java/com/NetherNoah/ParadiseMod/world/worldgen/structures/OceanGen.java index 6a5c61f..02a681c 100644 --- a/src/main/java/com/NetherNoah/ParadiseMod/world/worldgen/structures/OceanGen.java +++ b/src/main/java/com/NetherNoah/ParadiseMod/world/worldgen/structures/OceanGen.java @@ -29,23 +29,19 @@ public boolean generate(World world, Random rand, BlockPos position) { MinecraftServer minecraftserver = world.getMinecraftServer(); TemplateManager templatemanager = worldserver.getStructureTemplateManager(); Template template = null; -<<<<<<< HEAD - int selectStructure=rand.nextInt(3); - int rarity=100; - if (selectStructure==0) { - rarity=50; -======= int selectStructure=rand.nextInt(2); int rarity=799; - if (selectStructure==1) { + if (selectStructure==0) { rarity=599; ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d template = templatemanager.getTemplate(minecraftserver, new ResourceLocation(Reference.MOD_ID+":ocean_village")); } + if (selectStructure==1) template = templatemanager.getTemplate(minecraftserver, new ResourceLocation(Reference.MOD_ID+":ship")); + if(template == null) return false; + Biome biome = world.getBiomeForCoordsBody(position); if(biome == Biomes.OCEAN||biome == Biomes.DEEP_OCEAN) { if(OceanGen.canSpawnHere(template, worldserver, position)) { diff --git a/src/main/java/com/NetherNoah/ParadiseMod/world/worldgen/structures/RoguePortalGen.java b/src/main/java/com/NetherNoah/ParadiseMod/world/worldgen/structures/RoguePortalGen.java index 440b11d..dcf25cf 100644 --- a/src/main/java/com/NetherNoah/ParadiseMod/world/worldgen/structures/RoguePortalGen.java +++ b/src/main/java/com/NetherNoah/ParadiseMod/world/worldgen/structures/RoguePortalGen.java @@ -35,11 +35,7 @@ public boolean generate(World world, Random rand, BlockPos position) { } Biome biome = world.getBiomeForCoordsBody(position); if(RoguePortalGen.canSpawnHere(template, worldserver, position)) { -<<<<<<< HEAD if(rand.nextInt(699) == 0){ -======= - if(rand.nextInt(599) == 0){ ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d IBlockState iblockstate = world.getBlockState(position); world.notifyBlockUpdate(position, iblockstate, iblockstate, 3); PlacementSettings placementsettings = (new PlacementSettings()).setMirror(Mirror.NONE) diff --git a/src/main/java/com/NetherNoah/ParadiseMod/world/worldgen/structures/RunwayGen.java b/src/main/java/com/NetherNoah/ParadiseMod/world/worldgen/structures/RunwayGen.java index bf0ff58..9b4b329 100644 --- a/src/main/java/com/NetherNoah/ParadiseMod/world/worldgen/structures/RunwayGen.java +++ b/src/main/java/com/NetherNoah/ParadiseMod/world/worldgen/structures/RunwayGen.java @@ -31,54 +31,20 @@ public boolean generate(World world, Random rand, BlockPos position) { Template template = templatemanager.getTemplate(minecraftserver, new ResourceLocation(Reference.MOD_ID+":runway")); if(template == null) { -<<<<<<< HEAD -======= System.out.println("Nether Noah's Paradise mod: Please don't screw with me!"); ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d return false; } Biome biome = world.getBiomeForCoordsBody(position); if(RunwayGen.canSpawnHere(template, worldserver, position)) { -<<<<<<< HEAD if(rand.nextInt(799) == 0){ -======= -<<<<<<< HEAD - if(rand.nextInt(599) == 0){ -======= -<<<<<<< HEAD - if(rand.nextInt(599) == 0){ -======= -<<<<<<< HEAD - if(rand.nextInt(599) == 0){ -======= - if(rand.nextInt(399) == 0){ ->>>>>>> b4f1ba2701a07a150105d9b8107884ea381af4e7 ->>>>>>> 2232dfc8ed202f64e08f79d5fc50cea9a6929969 ->>>>>>> ff63528162a376128514ecfa30cc4fc1154076ab ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d IBlockState iblockstate = world.getBlockState(position); world.notifyBlockUpdate(position, iblockstate, iblockstate, 3); PlacementSettings placementsettings = (new PlacementSettings()).setMirror(Mirror.NONE) .setRotation(Rotation.NONE).setIgnoreEntities(false).setChunk((ChunkPos) null) .setReplacedBlock((Block) null).setIgnoreStructureBlock(false); template.getDataBlocks(position, placementsettings); -<<<<<<< HEAD template.addBlocksToWorld(world, position.add(0, -5, 0), placementsettings); -======= -<<<<<<< HEAD - template.addBlocksToWorld(world, position.add(0, -5, 0), placementsettings); -======= -<<<<<<< HEAD - template.addBlocksToWorld(world, position.add(0, -5, 0), placementsettings); -======= -<<<<<<< HEAD - template.addBlocksToWorld(world, position.add(0, -5, 0), placementsettings); -======= - template.addBlocksToWorld(world, position.add(0, -6, 0), placementsettings); ->>>>>>> b4f1ba2701a07a150105d9b8107884ea381af4e7 ->>>>>>> 2232dfc8ed202f64e08f79d5fc50cea9a6929969 ->>>>>>> ff63528162a376128514ecfa30cc4fc1154076ab ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d + //template.addBlocksToWorld(world, position.add(0, -6, 0), placementsettings); return true; } } @@ -90,10 +56,6 @@ public static boolean canSpawnHere(Template template, World world, BlockPos posA int xwidth = template.getSize().getX(); return posAboveGround.getY() > 10; } -<<<<<<< HEAD -======= -<<<<<<< HEAD -======= public static int getGroundFromAbove(World world, int x, int z) { int y = 255; @@ -105,6 +67,4 @@ public static int getGroundFromAbove(World world, int x, int z) } return y; } ->>>>>>> ff63528162a376128514ecfa30cc4fc1154076ab ->>>>>>> e761e1797315884b007e3fa89750a8d6940a500d } \ No newline at end of file diff --git a/usercache.json b/usercache.json index 72d5e62..82ee5f3 100644 --- a/usercache.json +++ b/usercache.json @@ -1 +1 @@ -[{"name":"Player829","uuid":"4e1f5e28-f05f-3acf-ac65-db01d9d51f95","expiresOn":"2018-06-19 13:41:30 -0700"},{"name":"Player362","uuid":"b7b35306-5dd2-3898-a137-7b342b456059","expiresOn":"2018-06-13 14:10:17 -0700"},{"name":"Player354","uuid":"ab5af6cc-0975-34e7-baca-b908d8aa661c","expiresOn":"2018-06-14 08:47:02 -0700"},{"name":"Player663","uuid":"8c2b619e-5319-3b2d-81aa-a99343a6c408","expiresOn":"2018-06-18 12:25:34 -0700"},{"name":"Player271","uuid":"d0a046a3-d4b8-3312-bf51-44dcee5c19ba","expiresOn":"2018-06-14 10:53:52 -0700"},{"name":"Player260","uuid":"6b53dfcf-6b4c-38dc-935a-30b749f0d474","expiresOn":"2018-06-14 08:13:28 -0700"},{"name":"Player889","uuid":"a205b8da-efc6-37ad-8e1d-84c0239cdd21","expiresOn":"2018-06-18 18:15:26 -0700"},{"name":"Player849","uuid":"4dd6af1c-c8e5-371b-9918-b4c6bffd152f","expiresOn":"2018-06-18 14:39:11 -0700"},{"name":"Player687","uuid":"4292534d-f2c8-3960-ae02-8fc77d827539","expiresOn":"2018-06-17 13:14:16 -0700"},{"name":"Player563","uuid":"1e92cadb-e057-30f8-a789-5ce10551ba1e","expiresOn":"2018-06-13 14:20:49 -0700"},{"name":"Player866","uuid":"2fadf78c-df6e-3f69-9afe-653fe25a83d0","expiresOn":"2018-06-14 09:07:12 -0700"},{"name":"Player701","uuid":"64aef991-58f2-3dcc-9bb9-8df57ee15c84","expiresOn":"2018-06-17 22:39:14 -0700"},{"name":"Player249","uuid":"77058a27-9ed9-3577-ba3a-f426b243548e","expiresOn":"2018-06-18 13:44:25 -0700"},{"name":"Player361","uuid":"7d05f0c7-0fbd-313e-b15f-14e4684ddd72","expiresOn":"2018-06-15 10:08:20 -0700"},{"name":"Player713","uuid":"ee37bc44-eeb3-3a18-8bd0-93b5769d5697","expiresOn":"2018-06-18 18:32:32 -0700"},{"name":"Player56","uuid":"8ae78072-72e2-3cd6-8b52-ce78919d5a75","expiresOn":"2018-06-18 18:03:36 -0700"},{"name":"Player809","uuid":"e664a043-6e9c-3d0d-9b38-cc385e35aba9","expiresOn":"2018-06-13 15:40:13 -0700"},{"name":"Player386","uuid":"383d2669-dd1d-3bb6-9599-ddb9736fd75c","expiresOn":"2018-06-15 17:46:19 -0700"},{"name":"Player611","uuid":"99e80a89-582d-3fb3-8388-49270da696a6","expiresOn":"2018-06-14 11:28:54 -0700"},{"name":"Player132","uuid":"5cc48495-676c-3721-aed2-7336730ff405","expiresOn":"2018-06-17 21:59:47 -0700"},{"name":"Player413","uuid":"cd68c5ef-6a2a-334d-afe7-65c24468cb5c","expiresOn":"2018-06-18 16:13:29 -0700"},{"name":"Player85","uuid":"c843d906-43ab-3137-9682-b42949d12a2f","expiresOn":"2018-06-13 18:50:30 -0700"},{"name":"Player762","uuid":"6be062b2-d5f9-3e2d-be7e-7d0540b46d78","expiresOn":"2018-06-15 17:15:35 -0700"},{"name":"Player294","uuid":"132512aa-0146-35c4-8d7a-8445da21ff87","expiresOn":"2018-06-17 22:42:11 -0700"},{"name":"Player94","uuid":"9a0ac3e8-2a19-3175-bbea-119d15dbea78","expiresOn":"2018-06-18 18:41:46 -0700"},{"name":"Player256","uuid":"37196d8f-36df-357d-b90d-2af59c6852f6","expiresOn":"2018-06-13 18:24:19 -0700"},{"name":"Player860","uuid":"c03da6a3-8a6c-3375-a85a-97a8fae94902","expiresOn":"2018-06-15 17:08:11 -0700"},{"name":"Player771","uuid":"03825f5c-cf99-36d9-8f32-2c0adc70aba9","expiresOn":"2018-06-14 17:34:01 -0700"},{"name":"Player8","uuid":"fbf616a3-396f-3061-9319-5553e1ce264f","expiresOn":"2018-06-18 14:35:17 -0700"},{"name":"Player887","uuid":"df2d3e26-a8b7-3aae-9296-f3a891282132","expiresOn":"2018-06-15 17:19:55 -0700"},{"name":"Player453","uuid":"ac42e7c5-bf90-3ead-ba50-c551df161044","expiresOn":"2018-06-18 15:59:25 -0700"},{"name":"Player58","uuid":"4ade729a-2e2a-392f-ad93-d7e7b1d9c4ee","expiresOn":"2018-06-18 17:55:20 -0700"},{"name":"Player616","uuid":"09667321-9873-3aba-80be-1829d546aeb1","expiresOn":"2018-06-17 14:07:53 -0700"},{"name":"Player652","uuid":"6f525ab9-4df4-3875-8280-4904a48f9cd7","expiresOn":"2018-06-15 11:33:20 -0700"},{"name":"Player166","uuid":"a3e619b4-d03e-3df6-bc8e-533c5d67e6da","expiresOn":"2018-06-17 13:07:00 -0700"},{"name":"Player874","uuid":"545a2afa-533e-3fcd-9875-3ac2e8ca7acf","expiresOn":"2018-06-15 09:57:46 -0700"},{"name":"Player567","uuid":"c645540e-52c6-36d2-bbbe-373fe1591946","expiresOn":"2018-06-17 13:59:02 -0700"},{"name":"Player475","uuid":"eed40018-eacf-3358-87a4-2d80ad7eb0d1","expiresOn":"2018-06-14 10:36:11 -0700"},{"name":"Player217","uuid":"54b70f4a-db80-304b-b6ee-afcd086c6623","expiresOn":"2018-06-18 17:42:50 -0700"},{"name":"Player710","uuid":"28507737-102c-35fd-ac17-02009db33c0a","expiresOn":"2018-06-15 09:18:51 -0700"},{"name":"Player533","uuid":"b24e58a9-7e4c-3f19-91fc-3074c8cfe34b","expiresOn":"2018-06-17 21:40:46 -0700"},{"name":"Player832","uuid":"792573f3-7356-38b9-b291-6ba6c7176e80","expiresOn":"2018-06-18 14:09:18 -0700"},{"name":"Player144","uuid":"cab6b092-7bf9-3f8d-869f-9bdf8f98866f","expiresOn":"2018-06-14 10:04:09 -0700"},{"name":"Player428","uuid":"e456eb14-598b-334f-9a18-0f7f93a2858c","expiresOn":"2018-06-13 14:57:36 -0700"},{"name":"Player562","uuid":"37815b4b-a277-3e88-89c9-687629f7c447","expiresOn":"2018-06-13 18:17:30 -0700"},{"name":"Player818","uuid":"84e9e4f6-df8d-3fc9-b2c7-0eb3b9531d39","expiresOn":"2018-06-14 09:45:35 -0700"},{"name":"Player917","uuid":"99c5cfd7-706e-3304-b77d-748a9e6aeb44","expiresOn":"2018-06-17 12:10:35 -0700"},{"name":"Player62","uuid":"1b8221f7-5861-330e-bef0-ac96b785ff27","expiresOn":"2018-06-17 22:16:56 -0700"},{"name":"Player506","uuid":"0ef55c79-9bc5-371f-96a7-29e4485d0c04","expiresOn":"2018-06-14 11:18:31 -0700"},{"name":"Player954","uuid":"27f672db-5c9e-3ce8-93b4-33462c942256","expiresOn":"2018-06-19 12:33:28 -0700"}] \ No newline at end of file +[{"name":"Player890","uuid":"2210beb6-4dc2-38a8-8f45-f0cb49bb6846","expiresOn":"2018-06-19 18:27:19 -0700"},{"name":"Player362","uuid":"b7b35306-5dd2-3898-a137-7b342b456059","expiresOn":"2018-06-13 14:10:17 -0700"},{"name":"Player563","uuid":"1e92cadb-e057-30f8-a789-5ce10551ba1e","expiresOn":"2018-06-13 14:20:49 -0700"},{"name":"Player386","uuid":"383d2669-dd1d-3bb6-9599-ddb9736fd75c","expiresOn":"2018-06-15 17:46:19 -0700"},{"name":"Player256","uuid":"37196d8f-36df-357d-b90d-2af59c6852f6","expiresOn":"2018-06-13 18:24:19 -0700"},{"name":"Player652","uuid":"6f525ab9-4df4-3875-8280-4904a48f9cd7","expiresOn":"2018-06-15 11:33:20 -0700"},{"name":"Player832","uuid":"792573f3-7356-38b9-b291-6ba6c7176e80","expiresOn":"2018-06-18 14:09:18 -0700"},{"name":"Player954","uuid":"27f672db-5c9e-3ce8-93b4-33462c942256","expiresOn":"2018-06-19 12:33:28 -0700"},{"name":"Player144","uuid":"cab6b092-7bf9-3f8d-869f-9bdf8f98866f","expiresOn":"2018-06-14 10:04:09 -0700"},{"name":"Player166","uuid":"a3e619b4-d03e-3df6-bc8e-533c5d67e6da","expiresOn":"2018-06-17 13:07:00 -0700"},{"name":"Player860","uuid":"c03da6a3-8a6c-3375-a85a-97a8fae94902","expiresOn":"2018-06-15 17:08:11 -0700"},{"name":"Player611","uuid":"99e80a89-582d-3fb3-8388-49270da696a6","expiresOn":"2018-06-14 11:28:54 -0700"},{"name":"Player866","uuid":"2fadf78c-df6e-3f69-9afe-653fe25a83d0","expiresOn":"2018-06-14 09:07:12 -0700"},{"name":"Player354","uuid":"ab5af6cc-0975-34e7-baca-b908d8aa661c","expiresOn":"2018-06-14 08:47:02 -0700"},{"name":"Player271","uuid":"d0a046a3-d4b8-3312-bf51-44dcee5c19ba","expiresOn":"2018-06-14 10:53:52 -0700"},{"name":"Player249","uuid":"77058a27-9ed9-3577-ba3a-f426b243548e","expiresOn":"2018-06-18 13:44:25 -0700"},{"name":"Player413","uuid":"cd68c5ef-6a2a-334d-afe7-65c24468cb5c","expiresOn":"2018-06-18 16:13:29 -0700"},{"name":"Player8","uuid":"fbf616a3-396f-3061-9319-5553e1ce264f","expiresOn":"2018-06-18 14:35:17 -0700"},{"name":"Player567","uuid":"c645540e-52c6-36d2-bbbe-373fe1591946","expiresOn":"2018-06-17 13:59:02 -0700"},{"name":"Player562","uuid":"37815b4b-a277-3e88-89c9-687629f7c447","expiresOn":"2018-06-13 18:17:30 -0700"},{"name":"Player62","uuid":"1b8221f7-5861-330e-bef0-ac96b785ff27","expiresOn":"2018-06-17 22:16:56 -0700"},{"name":"Player710","uuid":"28507737-102c-35fd-ac17-02009db33c0a","expiresOn":"2018-06-15 09:18:51 -0700"},{"name":"Player58","uuid":"4ade729a-2e2a-392f-ad93-d7e7b1d9c4ee","expiresOn":"2018-06-18 17:55:20 -0700"},{"name":"Player294","uuid":"132512aa-0146-35c4-8d7a-8445da21ff87","expiresOn":"2018-06-17 22:42:11 -0700"},{"name":"Player56","uuid":"8ae78072-72e2-3cd6-8b52-ce78919d5a75","expiresOn":"2018-06-18 18:03:36 -0700"},{"name":"Player849","uuid":"4dd6af1c-c8e5-371b-9918-b4c6bffd152f","expiresOn":"2018-06-18 14:39:11 -0700"},{"name":"Player53","uuid":"12477fb0-fd41-3fca-893f-e59684d982a8","expiresOn":"2018-06-19 17:58:13 -0700"},{"name":"Player663","uuid":"8c2b619e-5319-3b2d-81aa-a99343a6c408","expiresOn":"2018-06-18 12:25:34 -0700"},{"name":"Player701","uuid":"64aef991-58f2-3dcc-9bb9-8df57ee15c84","expiresOn":"2018-06-17 22:39:14 -0700"},{"name":"Player132","uuid":"5cc48495-676c-3721-aed2-7336730ff405","expiresOn":"2018-06-17 21:59:47 -0700"},{"name":"Player771","uuid":"03825f5c-cf99-36d9-8f32-2c0adc70aba9","expiresOn":"2018-06-14 17:34:01 -0700"},{"name":"Player874","uuid":"545a2afa-533e-3fcd-9875-3ac2e8ca7acf","expiresOn":"2018-06-15 09:57:46 -0700"},{"name":"Player428","uuid":"e456eb14-598b-334f-9a18-0f7f93a2858c","expiresOn":"2018-06-13 14:57:36 -0700"},{"name":"Player506","uuid":"0ef55c79-9bc5-371f-96a7-29e4485d0c04","expiresOn":"2018-06-14 11:18:31 -0700"},{"name":"Player533","uuid":"b24e58a9-7e4c-3f19-91fc-3074c8cfe34b","expiresOn":"2018-06-17 21:40:46 -0700"},{"name":"Player616","uuid":"09667321-9873-3aba-80be-1829d546aeb1","expiresOn":"2018-06-17 14:07:53 -0700"},{"name":"Player94","uuid":"9a0ac3e8-2a19-3175-bbea-119d15dbea78","expiresOn":"2018-06-18 18:41:46 -0700"},{"name":"Player809","uuid":"e664a043-6e9c-3d0d-9b38-cc385e35aba9","expiresOn":"2018-06-13 15:40:13 -0700"},{"name":"Player687","uuid":"4292534d-f2c8-3960-ae02-8fc77d827539","expiresOn":"2018-06-17 13:14:16 -0700"},{"name":"Player829","uuid":"4e1f5e28-f05f-3acf-ac65-db01d9d51f95","expiresOn":"2018-06-19 13:41:30 -0700"},{"name":"Player889","uuid":"a205b8da-efc6-37ad-8e1d-84c0239cdd21","expiresOn":"2018-06-18 18:15:26 -0700"},{"name":"Player713","uuid":"ee37bc44-eeb3-3a18-8bd0-93b5769d5697","expiresOn":"2018-06-18 18:32:32 -0700"},{"name":"Player762","uuid":"6be062b2-d5f9-3e2d-be7e-7d0540b46d78","expiresOn":"2018-06-15 17:15:35 -0700"},{"name":"Player453","uuid":"ac42e7c5-bf90-3ead-ba50-c551df161044","expiresOn":"2018-06-18 15:59:25 -0700"},{"name":"Player217","uuid":"54b70f4a-db80-304b-b6ee-afcd086c6623","expiresOn":"2018-06-18 17:42:50 -0700"},{"name":"Player917","uuid":"99c5cfd7-706e-3304-b77d-748a9e6aeb44","expiresOn":"2018-06-17 12:10:35 -0700"},{"name":"Player818","uuid":"84e9e4f6-df8d-3fc9-b2c7-0eb3b9531d39","expiresOn":"2018-06-14 09:45:35 -0700"},{"name":"Player475","uuid":"eed40018-eacf-3358-87a4-2d80ad7eb0d1","expiresOn":"2018-06-14 10:36:11 -0700"},{"name":"Player887","uuid":"df2d3e26-a8b7-3aae-9296-f3a891282132","expiresOn":"2018-06-15 17:19:55 -0700"},{"name":"Player85","uuid":"c843d906-43ab-3137-9682-b42949d12a2f","expiresOn":"2018-06-13 18:50:30 -0700"},{"name":"Player361","uuid":"7d05f0c7-0fbd-313e-b15f-14e4684ddd72","expiresOn":"2018-06-15 10:08:20 -0700"},{"name":"Player260","uuid":"6b53dfcf-6b4c-38dc-935a-30b749f0d474","expiresOn":"2018-06-14 08:13:28 -0700"}] \ No newline at end of file diff --git a/usernamecache.json b/usernamecache.json index adaa560..0568da6 100644 --- a/usernamecache.json +++ b/usernamecache.json @@ -48,5 +48,7 @@ "ee37bc44-eeb3-3a18-8bd0-93b5769d5697": "Player713", "9a0ac3e8-2a19-3175-bbea-119d15dbea78": "Player94", "27f672db-5c9e-3ce8-93b4-33462c942256": "Player954", - "4e1f5e28-f05f-3acf-ac65-db01d9d51f95": "Player829" + "4e1f5e28-f05f-3acf-ac65-db01d9d51f95": "Player829", + "12477fb0-fd41-3fca-893f-e59684d982a8": "Player53", + "2210beb6-4dc2-38a8-8f45-f0cb49bb6846": "Player890" } \ No newline at end of file