Jump to content

Texture is fine in Inventory but not when placed


Erich

Recommended Posts

There has to be an error in the logs about a missing variant or model. Post the logs (logs/fml-client-latest.log) and any code related to your block.

  • Like 1

Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support.

 

1.12 -> 1.13 primer by williewillus.

 

1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support.

 

http://www.howoldisminecraft1710.today/

Link to comment
Share on other sites

Also please do not attach your files to your post.

Either:

Add them in a code block as part of your post

Use Pastebin

Or even better than both of those: upload your entire mod as a working GitHub repository.

 

It would, however, appear that you have not included the "normal" variant in your blockstate JSON file.

https://github.com/Draco18s/ReasonableRealism/blob/1.12.1/src/main/resources/assets/harderores/blockstates/dummy_ore_zinc.json#L11-L18

Edited by Draco18s
  • Like 1

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

Thanks for the feedback! I must admit as soon as I posted it I questioned myself for putting the file download instead of the actual content itself for ease of use and safety, I am glad you confirmed my thoughts! I created a github repository

https://github.com/LordBard42/ModTesting.git

I also include the latest.log file in the repository as well.

 

I tried adding variants to the file and it did not help. (Is that how I should post a reference to a github repository?)


{
   "parent": "block/cube_all",
   "textures": {
       "all": "lnm:blocks/ruby_block"
   },
       
    "variants": {
    "normal": [{

    }],
    "inventory": [{

    }]
}
}

}

Link to comment
Share on other sites

If you change files, you need to make a commit and then push to remote.

 

The blockstate file is still your original:

https://github.com/LordBard42/ModTesting/blob/master/main/resources/assets/lnm/blocktates/ruby_block.json

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

I went through pushed the changes through, I had created a seperate repository instead of syncing it with eclipse, I did that.

 https://github.com/LordBard42/ModTesting/blob/master/resources/assets/lnm/blockstates/ruby_block.json

 

it looks like this now,

 

{
    "variants": {
        "normal": { "model": "lnm:ruby_block" }
    },

    "variants": {
      "normal": [{

        }],
        "inventory": [{

        }]
    }
}

 

I think this will throw a JSON error becuase there are two variants. I am probably wrong though. I will post the full latest.log

[16:02:31] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[16:02:31] [main/INFO] [FML/]: Forge Mod Loader version 14.23.2.2618 for Minecraft 1.12.2 loading
[16:02:31] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_161, running on Mac OS X:x86_64:10.12, installed at /Library/Java/JavaVirtualMachines/jdk1.8.0_161.jdk/Contents/Home/jre
[16:02:31] [main/DEBUG] [FML/]: Java classpath at launch is:
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/Desktop/Minecraft Mod/ModTest/bin
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/minecraft/net/minecraftforge/forge/1.12.2-14.23.2.2618/snapshot/20171003/forgeSrc-1.12.2-14.23.2.2618.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/com.google.code.findbugs/jsr305/3.0.1/f7be08ec23c21485b9b5a1cf1654c2ec8c58168d/jsr305-3.0.1.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/com.mojang/patchy/1.1/aef610b34a1be37fa851825f12372b78424d8903/patchy-1.1.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/oshi-project/oshi-core/1.1/9ddf7b048a8d701be231c0f4f95fd986198fd2d8/oshi-core-1.1.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/net.java.dev.jna/jna/4.4.0/cb208278274bf12ebdb56c61bd7407e6f774d65a/jna-4.4.0.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/net.java.dev.jna/platform/3.4.0/e3f70017be8100d3d6923f50b3d2ee17714e9c13/platform-3.4.0.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/com.ibm.icu/icu4j-core-mojang/51.2/63d216a9311cca6be337c1e458e587f99d382b84/icu4j-core-mojang-51.2.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/net.sf.jopt-simple/jopt-simple/5.0.3/cdd846cfc4e0f7eefafc02c0f5dce32b9303aa2a/jopt-simple-5.0.3.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/io.netty/netty-all/4.1.9.Final/97860965d6a0a6b98e7f569f3f966727b8db75/netty-all-4.1.9.Final.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/21.0/3a3d111be1be1b745edfa7d91678a12d7ed38709/guava-21.0.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-lang3/3.5/6c6c702c89bfff3cd9e80b04d668c5e190d588c6/commons-lang3-3.5.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/commons-io/commons-io/2.5/2852e6e05fbb95076fc091f6d1780f1f8fe35e0f/commons-io-2.5.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/commons-codec/commons-codec/1.10/4b95f4897fa13f2cd904aee711aeafc0c5295cd8/commons-codec-1.10.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/net.java.jutils/jutils/1.0.0/e12fe1fda814bd348c1579329c86943d2cd3c6a6/jutils-1.0.0.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/com.google.code.gson/gson/2.8.0/c4ba5371a29ac9b2ad6129b1d39ea38750043eff/gson-2.8.0.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/com.mojang/authlib/1.5.25/9834cdf236c22e84b946bba989e2f94ef5897c3c/authlib-1.5.25.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/com.mojang/realms/1.10.19/c0e1cddb173faa8bf69a4236211cfd0af6c6150d/realms-1.10.19.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-compress/1.8.1/a698750c16740fd5b3871425f4cb3bbaa87f529d/commons-compress-1.8.1.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpclient/4.3.3/18f4247ff4572a074444572cee34647c43e7c9c7/httpclient-4.3.3.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/commons-logging/commons-logging/1.1.3/f6f66e966c70a83ffbdb6f17a0919eaf7c8aca7f/commons-logging-1.1.3.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpcore/4.3.2/31fbbff1ddbf98f3aa7377c94d33b0447c646b6e/httpcore-4.3.2.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/it.unimi.dsi/fastutil/7.1.0/9835253257524c1be7ab50c057aa2d418fb72082/fastutil-7.1.0.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-api/2.8.1/e801d13612e22cad62a3f4f3fe7fdbe6334a8e72/log4j-api-2.8.1.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-core/2.8.1/4ac28ff2f1ddf05dae3043a190451e8c46b73c31/log4j-core-2.8.1.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/com.mojang/text2speech/1.10.3/48fd510879dff266c3815947de66e3d4809f8668/text2speech-1.10.3.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/ca.weblite/java-objc-bridge/1.0.0/6ef160c3133a78de015830860197602ca1c855d3/java-objc-bridge-1.0.0.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/net.minecraft/launchwrapper/1.12/111e7bea9c968cdb3d06ef4632bf7ff0824d0f36/launchwrapper-1.12.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/jline/jline/2.13/2d9530d0a25daffaffda7c35037b046b627bb171/jline-2.13.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-debug-all/5.2/3354e11e2b34215f06dab629ab88e06aca477c19/asm-debug-all-5.2.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.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
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/com.typesafe/config/1.2.1/f771f71fdae3df231bcd54d5ca2d57f0bf93f467/config-1.2.1.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.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
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-compiler/2.11.1/56ea2e6c025e0821f28d73ca271218b8dd04926a/scala-compiler-2.11.1.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.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
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.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
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-library/2.11.1/e11da23da3eabab9f4777b9220e60d44c1aab6a/scala-library-2.11.1.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.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
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-reflect/2.11.1/6580347e61cc7f8e802941e7fde40fa83b8badeb/scala-reflect-2.11.1.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.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
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.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
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/lzma/lzma/0.0.1/521616dc7487b42bef0e803bd2fa3faf668101d7/lzma-0.0.1.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/net.sf.trove4j/trove4j/3.0.3/42ccaf4761f0dfdfa805c9e340d99a755907e2dd/trove4j-3.0.3.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/com.paulscode/codecjorbis/20101023/c73b5636faf089d9f00e8732a829577de25237ee/codecjorbis-20101023.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/com.paulscode/codecwav/20101023/12f031cfe88fef5c1dd36c563c0a3a69bd7261da/codecwav-20101023.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/com.paulscode/libraryjavasound/20101123/5c5e304366f75f9eaa2e8cca546a1fb6109348b3/libraryjavasound-20101123.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/com.paulscode/librarylwjglopenal/20100824/73e80d0794c39665aec3f62eee88ca91676674ef/librarylwjglopenal-20100824.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/com.paulscode/soundsystem/20120107/419c05fe9be71f792b2d76cfc9b67f1ed0fec7f6/soundsystem-20120107.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/net.java.jinput/jinput/2.0.5/39c7796b469a600f72380316f6b1f11db6c2c7c4/jinput-2.0.5.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl/2.9.2-nightly-20140822/7707204c9ffa5d91662de95f0a224e2f721b22af/lwjgl-2.9.2-nightly-20140822.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl_util/2.9.2-nightly-20140822/f0e612c840a7639c1f77f68d72a28dae2f0c8490/lwjgl_util-2.9.2-nightly-20140822.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/java3d/vecmath/1.5.2/79846ba34cbd89e2422d74d53752f993dcc2ccaf/vecmath-1.5.2.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/org.fusesource.jansi/jansi/1.11/655c643309c2f45a56a747fda70e3fadf57e9f11/jansi-1.11.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-actors/2.11.0/8ccfb6541de179bb1c4d45cf414acee069b7f78b/scala-actors-2.11.0.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/net.java.jinput/jinput-platform/2.0.5/7ff832a6eb9ab6a767f1ade2b548092d0fa64795/jinput-platform-2.0.5-natives-linux.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/net.java.jinput/jinput-platform/2.0.5/385ee093e01f587f30ee1c8a2ee7d408fd732e16/jinput-platform-2.0.5-natives-windows.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/net.java.jinput/jinput-platform/2.0.5/53f9c919f34d2ca9de8c51fc4e1e8282029a9232/jinput-platform-2.0.5-natives-osx.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl-platform/2.9.2-nightly-20140822/78b2a55ce4dc29c6b3ec4df8ca165eba05f9b341/lwjgl-platform-2.9.2-nightly-20140822-natives-windows.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl-platform/2.9.2-nightly-20140822/d898a33b5d0a6ef3fed3a4ead506566dce6720a5/lwjgl-platform-2.9.2-nightly-20140822-natives-linux.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl-platform/2.9.2-nightly-20140822/79f5ce2fea02e77fe47a3c745219167a542121d7/lwjgl-platform-2.9.2-nightly-20140822-natives-osx.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/minecraft/deobfedDeps/compileDummy.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/minecraft/deobfedDeps/providedDummy.jar
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/minecraft/net/minecraftforge/forge/1.12.2-14.23.2.2618/start
[16:02:31] [main/DEBUG] [FML/]: Java library path at launch is:
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/Library/Java/Extensions
[16:02:31] [main/DEBUG] [FML/]:     /Library/Java/Extensions
[16:02:31] [main/DEBUG] [FML/]:     /Network/Library/Java/Extensions
[16:02:31] [main/DEBUG] [FML/]:     /System/Library/Java/Extensions
[16:02:31] [main/DEBUG] [FML/]:     /usr/lib/java
[16:02:31] [main/DEBUG] [FML/]:     .
[16:02:31] [main/DEBUG] [FML/]:     /Users/Erich/.gradle/caches/minecraft/net/minecraft/natives/1.12.2
[16:02:31] [main/INFO] [FML/]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[16:02:31] [main/DEBUG] [FML/]: Instantiating coremod class FMLCorePlugin
[16:02:31] [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
[16:02:31] [main/DEBUG] [FML/]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers
[16:02:31] [main/DEBUG] [FML/]: Enqueued coremod FMLCorePlugin
[16:02:31] [main/DEBUG] [FML/]: Instantiating coremod class FMLForgePlugin
[16:02:31] [main/INFO] [FML/]: Ignoring missing certificate for coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin), we are in deobf and it's a forge core plugin
[16:02:31] [main/DEBUG] [FML/]: Enqueued coremod FMLForgePlugin
[16:02:31] [main/DEBUG] [FML/]: All fundamental core mods are successfully located
[16:02:32] [main/DEBUG] [FML/]: Attempting to load commandline specified mods, relative to /Users/Erich/Desktop/Minecraft Mod/ModTest/run/.
[16:02:32] [main/DEBUG] [FML/]: Discovering coremods
[16:02:32] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
[16:02:32] [main/INFO] [GradleStart/]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin
[16:02:32] [main/INFO] [GradleStart/]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
[16:02:32] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[16:02:32] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[16:02:32] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[16:02:32] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[16:02:32] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[16:02:32] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[16:02:32] [main/DEBUG] [FML/]: Injecting coremod FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\} class transformers
[16:02:32] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.BlamingTransformer
[16:02:32] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer
[16:02:32] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[16:02:32] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[16:02:32] [main/DEBUG] [FML/]: Injection complete
[16:02:32] [main/DEBUG] [FML/]: Running coremod plugin for FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\}
[16:02:32] [main/DEBUG] [FML/]: Running coremod plugin FMLCorePlugin
[16:02:38] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[16:02:38] [main/DEBUG] [FML/]: Loading deobfuscation resource /Users/Erich/.gradle/caches/minecraft/de/oceanlabs/mcp/mcp_snapshot/20171003/1.12.2/srgs/srg-mcp.srg with 36076 records
[16:02:39] [main/ERROR] [FML/]: FML appears to be missing any signature data. This is not a good thing
[16:02:39] [main/DEBUG] [FML/]: Coremod plugin class FMLCorePlugin run successfully
[16:02:39] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[16:02:39] [main/DEBUG] [FML/]: Injecting coremod FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\} class transformers
[16:02:39] [main/DEBUG] [FML/]: Injection complete
[16:02:39] [main/DEBUG] [FML/]: Running coremod plugin for FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\}
[16:02:39] [main/DEBUG] [FML/]: Running coremod plugin FMLForgePlugin
[16:02:39] [main/DEBUG] [FML/]: Coremod plugin class FMLForgePlugin run successfully
[16:02:39] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[16:02:40] [main/DEBUG] [FML/]: Loaded 209 rules from AccessTransformer config file forge_at.cfg
[16:02:40] [main/DEBUG] [FML/]: Validating minecraft
[16:02:40] [main/DEBUG] [FML/]: Minecraft validated, launching...
[16:02:40] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[16:02:40] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[16:02:40] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[16:02:40] [main/INFO] [LaunchWrapper/]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[16:02:50] [main/DEBUG] [FML/]: Creating vanilla freeze snapshot
[16:02:50] [main/DEBUG] [FML/]: Vanilla freeze snapshot created
[16:02:51] [main/DEBUG] [FML/]: Bar Finished: Loading Resource - LanguageManager took 0.002s
[16:02:51] [main/INFO] [FML/]: -- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Mac OS X (x86_64) version 10.12
    Java Version: 1.8.0_161, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 795951216 bytes (759 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
    JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: 
    Loaded coremods (and transformers): 
    GL info: ' Vendor: 'Intel Inc.' Version: '2.1 INTEL-10.18.65' Renderer: 'Intel(R) Iris(TM) Graphics 6100'
[16:02:51] [main/INFO] [FML/]: MinecraftForge v14.23.2.2618 Initialized
[16:02:51] [main/INFO] [FML/]: Starts to replace vanilla recipe ingredients with ore ingredients.
[16:02:52] [main/INFO] [FML/]: Replaced 1036 ore ingredients
[16:02:52] [main/DEBUG] [FML/]: File /Users/Erich/Desktop/Minecraft Mod/ModTest/run/config/injectedDependencies.json not found. No dependencies injected
[16:02:52] [main/DEBUG] [FML/]: Building injected Mod Containers [net.minecraftforge.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer]
[16:02:52] [main/DEBUG] [FML/]: Attempting to load mods contained in the minecraft jar file and associated classes
[16:02:52] [main/DEBUG] [FML/]: Found a minecraft related directory at /Users/Erich/Desktop/Minecraft Mod/ModTest/bin, examining for mod candidates
[16:02:52] [main/DEBUG] [FML/]: Found a minecraft related file at /Users/Erich/.gradle/caches/minecraft/net/minecraftforge/forge/1.12.2-14.23.2.2618/snapshot/20171003/forgeSrc-1.12.2-14.23.2.2618.jar, examining for mod candidates
[16:02:52] [main/DEBUG] [FML/]: Found a minecraft related file at /Users/Erich/.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
[16:02:52] [main/DEBUG] [FML/]: Found a minecraft related file at /Users/Erich/.gradle/caches/modules-2/files-2.1/com.mojang/patchy/1.1/aef610b34a1be37fa851825f12372b78424d8903/patchy-1.1.jar, examining for mod candidates
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/oshi-project/oshi-core/1.1/9ddf7b048a8d701be231c0f4f95fd986198fd2d8/oshi-core-1.1.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/net.java.dev.jna/jna/4.4.0/cb208278274bf12ebdb56c61bd7407e6f774d65a/jna-4.4.0.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/net.java.dev.jna/platform/3.4.0/e3f70017be8100d3d6923f50b3d2ee17714e9c13/platform-3.4.0.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/com.ibm.icu/icu4j-core-mojang/51.2/63d216a9311cca6be337c1e458e587f99d382b84/icu4j-core-mojang-51.2.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/net.sf.jopt-simple/jopt-simple/5.0.3/cdd846cfc4e0f7eefafc02c0f5dce32b9303aa2a/jopt-simple-5.0.3.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/io.netty/netty-all/4.1.9.Final/97860965d6a0a6b98e7f569f3f966727b8db75/netty-all-4.1.9.Final.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/21.0/3a3d111be1be1b745edfa7d91678a12d7ed38709/guava-21.0.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-lang3/3.5/6c6c702c89bfff3cd9e80b04d668c5e190d588c6/commons-lang3-3.5.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/commons-io/commons-io/2.5/2852e6e05fbb95076fc091f6d1780f1f8fe35e0f/commons-io-2.5.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/commons-codec/commons-codec/1.10/4b95f4897fa13f2cd904aee711aeafc0c5295cd8/commons-codec-1.10.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/net.java.jutils/jutils/1.0.0/e12fe1fda814bd348c1579329c86943d2cd3c6a6/jutils-1.0.0.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/com.google.code.gson/gson/2.8.0/c4ba5371a29ac9b2ad6129b1d39ea38750043eff/gson-2.8.0.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/com.mojang/authlib/1.5.25/9834cdf236c22e84b946bba989e2f94ef5897c3c/authlib-1.5.25.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/com.mojang/realms/1.10.19/c0e1cddb173faa8bf69a4236211cfd0af6c6150d/realms-1.10.19.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-compress/1.8.1/a698750c16740fd5b3871425f4cb3bbaa87f529d/commons-compress-1.8.1.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpclient/4.3.3/18f4247ff4572a074444572cee34647c43e7c9c7/httpclient-4.3.3.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/commons-logging/commons-logging/1.1.3/f6f66e966c70a83ffbdb6f17a0919eaf7c8aca7f/commons-logging-1.1.3.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpcore/4.3.2/31fbbff1ddbf98f3aa7377c94d33b0447c646b6e/httpcore-4.3.2.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/it.unimi.dsi/fastutil/7.1.0/9835253257524c1be7ab50c057aa2d418fb72082/fastutil-7.1.0.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-api/2.8.1/e801d13612e22cad62a3f4f3fe7fdbe6334a8e72/log4j-api-2.8.1.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-core/2.8.1/4ac28ff2f1ddf05dae3043a190451e8c46b73c31/log4j-core-2.8.1.jar
[16:02:52] [main/DEBUG] [FML/]: Found a minecraft related file at /Users/Erich/.gradle/caches/modules-2/files-2.1/com.mojang/text2speech/1.10.3/48fd510879dff266c3815947de66e3d4809f8668/text2speech-1.10.3.jar, examining for mod candidates
[16:02:52] [main/DEBUG] [FML/]: Found a minecraft related file at /Users/Erich/.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
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/net.minecraft/launchwrapper/1.12/111e7bea9c968cdb3d06ef4632bf7ff0824d0f36/launchwrapper-1.12.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/jline/jline/2.13/2d9530d0a25daffaffda7c35037b046b627bb171/jline-2.13.jar
[16:02:52] [main/DEBUG] [FML/]: Found a minecraft related file at /Users/Erich/.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
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.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
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/com.typesafe/config/1.2.1/f771f71fdae3df231bcd54d5ca2d57f0bf93f467/config-1.2.1.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.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
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-compiler/2.11.1/56ea2e6c025e0821f28d73ca271218b8dd04926a/scala-compiler-2.11.1.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.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
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.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
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-library/2.11.1/e11da23da3eabab9f4777b9220e60d44c1aab6a/scala-library-2.11.1.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.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
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-reflect/2.11.1/6580347e61cc7f8e802941e7fde40fa83b8badeb/scala-reflect-2.11.1.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.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
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.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
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/lzma/lzma/0.0.1/521616dc7487b42bef0e803bd2fa3faf668101d7/lzma-0.0.1.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/net.sf.trove4j/trove4j/3.0.3/42ccaf4761f0dfdfa805c9e340d99a755907e2dd/trove4j-3.0.3.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/com.paulscode/codecjorbis/20101023/c73b5636faf089d9f00e8732a829577de25237ee/codecjorbis-20101023.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/com.paulscode/codecwav/20101023/12f031cfe88fef5c1dd36c563c0a3a69bd7261da/codecwav-20101023.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/com.paulscode/libraryjavasound/20101123/5c5e304366f75f9eaa2e8cca546a1fb6109348b3/libraryjavasound-20101123.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/com.paulscode/librarylwjglopenal/20100824/73e80d0794c39665aec3f62eee88ca91676674ef/librarylwjglopenal-20100824.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/com.paulscode/soundsystem/20120107/419c05fe9be71f792b2d76cfc9b67f1ed0fec7f6/soundsystem-20120107.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/net.java.jinput/jinput/2.0.5/39c7796b469a600f72380316f6b1f11db6c2c7c4/jinput-2.0.5.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl/2.9.2-nightly-20140822/7707204c9ffa5d91662de95f0a224e2f721b22af/lwjgl-2.9.2-nightly-20140822.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl_util/2.9.2-nightly-20140822/f0e612c840a7639c1f77f68d72a28dae2f0c8490/lwjgl_util-2.9.2-nightly-20140822.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/java3d/vecmath/1.5.2/79846ba34cbd89e2422d74d53752f993dcc2ccaf/vecmath-1.5.2.jar
[16:02:52] [main/DEBUG] [FML/]: Found a minecraft related file at /Users/Erich/.gradle/caches/modules-2/files-2.1/org.fusesource.jansi/jansi/1.11/655c643309c2f45a56a747fda70e3fadf57e9f11/jansi-1.11.jar, examining for mod candidates
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-actors/2.11.0/8ccfb6541de179bb1c4d45cf414acee069b7f78b/scala-actors-2.11.0.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/net.java.jinput/jinput-platform/2.0.5/7ff832a6eb9ab6a767f1ade2b548092d0fa64795/jinput-platform-2.0.5-natives-linux.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/net.java.jinput/jinput-platform/2.0.5/385ee093e01f587f30ee1c8a2ee7d408fd732e16/jinput-platform-2.0.5-natives-windows.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/net.java.jinput/jinput-platform/2.0.5/53f9c919f34d2ca9de8c51fc4e1e8282029a9232/jinput-platform-2.0.5-natives-osx.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl-platform/2.9.2-nightly-20140822/78b2a55ce4dc29c6b3ec4df8ca165eba05f9b341/lwjgl-platform-2.9.2-nightly-20140822-natives-windows.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl-platform/2.9.2-nightly-20140822/d898a33b5d0a6ef3fed3a4ead506566dce6720a5/lwjgl-platform-2.9.2-nightly-20140822-natives-linux.jar
[16:02:52] [main/TRACE] [FML/]: Skipping known library file /Users/Erich/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl-platform/2.9.2-nightly-20140822/79f5ce2fea02e77fe47a3c745219167a542121d7/lwjgl-platform-2.9.2-nightly-20140822-natives-osx.jar
[16:02:52] [main/DEBUG] [FML/]: Found a minecraft related file at /Users/Erich/.gradle/caches/minecraft/deobfedDeps/compileDummy.jar, examining for mod candidates
[16:02:52] [main/DEBUG] [FML/]: Found a minecraft related file at /Users/Erich/.gradle/caches/minecraft/deobfedDeps/providedDummy.jar, examining for mod candidates
[16:02:52] [main/DEBUG] [FML/]: Found a minecraft related directory at /Users/Erich/.gradle/caches/minecraft/net/minecraftforge/forge/1.12.2-14.23.2.2618/start, examining for mod candidates
[16:02:52] [main/DEBUG] [FML/]: Minecraft jar mods loaded successfully
[16:02:52] [main/INFO] [FML/]: Found 0 mods from the command line. Injecting into mod discoverer
[16:02:52] [main/INFO] [FML/]: Searching /Users/Erich/Desktop/Minecraft Mod/ModTest/run/mods for mods
[16:02:52] [main/DEBUG] [FML/]: Examining directory bin for potential mods
[16:02:52] [main/DEBUG] [FML/]: Found an mcmod.info file in directory bin
[16:02:52] [main/TRACE] [FML/]: Recursing into package assets
[16:02:52] [main/TRACE] [FML/]: Recursing into package assets/lnm
[16:02:52] [main/TRACE] [FML/]: Recursing into package assets/lnm/blockstates
[16:02:52] [main/TRACE] [FML/]: Recursing into package assets/lnm/lang
[16:02:52] [main/TRACE] [FML/]: Recursing into package assets/lnm/models
[16:02:52] [main/TRACE] [FML/]: Recursing into package assets/lnm/models/block
[16:02:52] [main/TRACE] [FML/]: Recursing into package assets/lnm/models/item
[16:02:52] [main/TRACE] [FML/]: Recursing into package assets/lnm/textures
[16:02:52] [main/TRACE] [FML/]: Recursing into package assets/lnm/textures/blocks
[16:02:52] [main/TRACE] [FML/]: Recursing into package assets/lnm/textures/items
[16:02:52] [main/TRACE] [FML/]: Recursing into package com
[16:02:52] [main/TRACE] [FML/]: Recursing into package com/Lord_Bard42
[16:02:52] [main/TRACE] [FML/]: Recursing into package com/Lord_Bard42/Modenator
[16:02:52] [main/TRACE] [FML/]: Recursing into package com/Lord_Bard42/Modenator/Items
[16:02:52] [main/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.Lord_Bard42.Modenator.Main) - loading
[16:02:52] [main/TRACE] [lnm/]: Parsed dependency info : Requirements: [] After:[] Before:[]
[16:02:52] [main/TRACE] [FML/]: Recursing into package com/Lord_Bard42/Modenator/blocks
[16:02:52] [main/TRACE] [FML/]: Recursing into package com/Lord_Bard42/Modenator/init
[16:02:52] [main/TRACE] [FML/]: Recursing into package com/Lord_Bard42/Modenator/proxy
[16:02:52] [main/TRACE] [FML/]: Recursing into package com/Lord_Bard42/Modenator/util
[16:02:52] [main/TRACE] [FML/]: Recursing into package com/Lord_Bard42/Modenator/util/handlers
[16:02:52] [main/DEBUG] [FML/]: Examining file forgeSrc-1.12.2-14.23.2.2618.jar for potential mods
[16:02:52] [main/DEBUG] [FML/]: The mod container forgeSrc-1.12.2-14.23.2.2618.jar appears to be missing an mcmod.info file
[16:02:53] [main/DEBUG] [FML/]: Examining file jsr305-3.0.1.jar for potential mods
[16:02:53] [main/DEBUG] [FML/]: The mod container jsr305-3.0.1.jar appears to be missing an mcmod.info file
[16:02:53] [main/DEBUG] [FML/]: Examining file patchy-1.1.jar for potential mods
[16:02:53] [main/DEBUG] [FML/]: The mod container patchy-1.1.jar appears to be missing an mcmod.info file
[16:02:53] [main/DEBUG] [FML/]: Examining file text2speech-1.10.3.jar for potential mods
[16:02:53] [main/DEBUG] [FML/]: The mod container text2speech-1.10.3.jar appears to be missing an mcmod.info file
[16:02:53] [main/DEBUG] [FML/]: Examining file java-objc-bridge-1.0.0.jar for potential mods
[16:02:53] [main/DEBUG] [FML/]: The mod container java-objc-bridge-1.0.0.jar appears to be missing an mcmod.info file
[16:02:54] [main/DEBUG] [FML/]: Examining file asm-debug-all-5.2.jar for potential mods
[16:02:54] [main/DEBUG] [FML/]: The mod container asm-debug-all-5.2.jar appears to be missing an mcmod.info file
[16:02:54] [main/DEBUG] [FML/]: Examining file jansi-1.11.jar for potential mods
[16:02:54] [main/DEBUG] [FML/]: The mod container jansi-1.11.jar appears to be missing an mcmod.info file
[16:02:54] [main/DEBUG] [FML/]: Examining file compileDummy.jar for potential mods
[16:02:54] [main/DEBUG] [FML/]: The mod container compileDummy.jar appears to be missing an mcmod.info file
[16:02:54] [main/DEBUG] [FML/]: Examining file providedDummy.jar for potential mods
[16:02:54] [main/DEBUG] [FML/]: The mod container providedDummy.jar appears to be missing an mcmod.info file
[16:02:54] [main/DEBUG] [FML/]: Examining directory start for potential mods
[16:02:54] [main/DEBUG] [FML/]: No mcmod.info file found in directory start
[16:02:54] [main/TRACE] [FML/]: Recursing into package net
[16:02:54] [main/TRACE] [FML/]: Recursing into package net/minecraftforge
[16:02:54] [main/TRACE] [FML/]: Recursing into package net/minecraftforge/gradle
[16:02:54] [main/TRACE] [FML/]: Recursing into package net/minecraftforge/gradle/tweakers
[16:02:54] [main/INFO] [FML/]: Forge Mod Loader has identified 5 mods to load
[16:02:54] [main/TRACE] [FML/]: Received a system property request ''
[16:02:54] [main/TRACE] [FML/]: System property request managing the state of 0 mods
[16:02:54] [main/DEBUG] [FML/]: After merging, found state information for 0 mods
[16:02:54] [main/DEBUG] [Forge Mod Loader/]: Mod Forge Mod Loader is missing a pack.mcmeta file, substituting a dummy one
[16:02:54] [main/DEBUG] [Minecraft Forge/]: Mod Minecraft Forge is missing a pack.mcmeta file, substituting a dummy one
[16:02:54] [main/DEBUG] [lnm/]: Enabling mod lnm
[16:02:54] [main/TRACE] [FML/]: Verifying mod requirements are satisfied
[16:02:54] [main/TRACE] [FML/]: All mod requirements are satisfied
[16:02:54] [main/TRACE] [FML/]: Sorting mods into an ordered list
[16:02:54] [main/TRACE] [FML/]: Mod sorting completed successfully
[16:02:54] [main/DEBUG] [FML/]: Mod sorting data
[16:02:54] [main/DEBUG] [FML/]:     lnm(NewStuff:0.1): bin ()
[16:02:54] [main/DEBUG] [FML/]: Loading @Config anotation data
[16:02:54] [main/TRACE] [minecraft/minecraft]: Sending event FMLConstructionEvent to mod minecraft
[16:02:54] [main/TRACE] [minecraft/minecraft]: Sent event FMLConstructionEvent to mod minecraft
[16:02:54] [main/DEBUG] [FML/]: Bar Step: Construction - Minecraft took 0.055s
[16:02:54] [main/TRACE] [mcp/mcp]: Sending event FMLConstructionEvent to mod mcp
[16:02:54] [main/TRACE] [mcp/mcp]: Sent event FMLConstructionEvent to mod mcp
[16:02:54] [main/DEBUG] [FML/]: Bar Step: Construction - Minecraft Coder Pack took 0.005s
[16:02:54] [main/TRACE] [FML/FML]: Sending event FMLConstructionEvent to mod FML
[16:02:55] [main/TRACE] [FML/FML]: Mod FML is using network checker : Invoking method checkModLists
[16:02:55] [main/TRACE] [FML/FML]: Testing mod FML to verify it accepts its own version in a remote connection
[16:02:55] [main/TRACE] [FML/FML]: The mod FML accepts its own version (8.0.99.99)
[16:02:55] [main/INFO] [FML/FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, lnm] at CLIENT
[16:02:55] [main/INFO] [FML/FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, lnm] at SERVER
[16:02:57] [main/TRACE] [FML/FML]: Sent event FMLConstructionEvent to mod FML
[16:02:57] [main/DEBUG] [FML/]: Bar Step: Construction - Forge Mod Loader took 2.463s
[16:02:57] [main/TRACE] [forge/forge]: Sending event FMLConstructionEvent to mod forge
[16:02:57] [main/DEBUG] [forge/forge]: Preloading CrashReport Classes
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/Minecraft$10
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/Minecraft$11
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/Minecraft$12
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/Minecraft$13
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/Minecraft$14
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/Minecraft$2
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/Minecraft$3
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/Minecraft$4
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/Minecraft$5
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/Minecraft$6
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/Minecraft$7
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/Minecraft$8
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/Minecraft$9
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/multiplayer/WorldClient$1
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/multiplayer/WorldClient$2
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/multiplayer/WorldClient$3
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/multiplayer/WorldClient$4
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/particle/ParticleManager$1
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/particle/ParticleManager$2
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/particle/ParticleManager$3
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/particle/ParticleManager$4
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/renderer/EntityRenderer$2
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/renderer/EntityRenderer$3
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/renderer/EntityRenderer$4
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/renderer/RenderGlobal$1
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/renderer/RenderItem$1
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/renderer/RenderItem$2
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/renderer/RenderItem$3
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/renderer/RenderItem$4
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/renderer/texture/TextureAtlasSprite$1
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/renderer/texture/TextureManager$1
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/renderer/texture/TextureMap$1
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/renderer/texture/TextureMap$2
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/client/renderer/texture/TextureMap$3
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/crash/CrashReport$1
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/crash/CrashReport$2
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/crash/CrashReport$3
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/crash/CrashReport$4
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/crash/CrashReport$5
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/crash/CrashReport$6
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/crash/CrashReport$7
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/crash/CrashReportCategory$1
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/crash/CrashReportCategory$2
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/crash/CrashReportCategory$3
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/crash/CrashReportCategory$4
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/crash/CrashReportCategory$5
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/entity/Entity$2
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/entity/Entity$3
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/entity/Entity$4
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/entity/Entity$5
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/entity/EntityTracker$1
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/entity/player/InventoryPlayer$1
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/nbt/NBTTagCompound$1
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/nbt/NBTTagCompound$2
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/network/NetHandlerPlayServer$3
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/network/NetworkSystem$6
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/server/MinecraftServer$2
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/server/MinecraftServer$3
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/server/dedicated/DedicatedServer$3
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/server/dedicated/DedicatedServer$4
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/server/integrated/IntegratedServer$1
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/server/integrated/IntegratedServer$2
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/tileentity/CommandBlockBaseLogic$1
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/tileentity/CommandBlockBaseLogic$2
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/tileentity/TileEntity$1
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/tileentity/TileEntity$2
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/tileentity/TileEntity$3
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/world/World$1
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/world/World$2
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/world/World$3
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/world/World$4
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/world/World$5
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/world/chunk/Chunk$1
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/world/gen/structure/MapGenStructure$1
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/world/gen/structure/MapGenStructure$2
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/world/gen/structure/MapGenStructure$3
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/world/storage/WorldInfo$10
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/world/storage/WorldInfo$2
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/world/storage/WorldInfo$3
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/world/storage/WorldInfo$4
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/world/storage/WorldInfo$5
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/world/storage/WorldInfo$6
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/world/storage/WorldInfo$7
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/world/storage/WorldInfo$8
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraft/world/storage/WorldInfo$9
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraftforge/common/util/TextTable
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraftforge/common/util/TextTable$Alignment
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraftforge/common/util/TextTable$Column
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraftforge/common/util/TextTable$Row
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraftforge/fml/client/SplashProgress$1
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraftforge/fml/common/FMLCommonHandler$1
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraftforge/fml/common/ICrashCallable
[16:02:57] [main/DEBUG] [forge/forge]:     net/minecraftforge/fml/common/Loader$1
[16:02:57] [main/TRACE] [FML/forge]: Mod forge is using network checker : No network checking performed
[16:02:57] [main/TRACE] [FML/forge]: Testing mod forge to verify it accepts its own version in a remote connection
[16:02:57] [main/TRACE] [FML/forge]: The mod forge accepts its own version (14.23.2.2618)
[16:02:57] [main/DEBUG] [FML/forge]: Attempting to inject @Config classes into forge for type INSTANCE
[16:02:58] [main/TRACE] [forge/forge]: Sent event FMLConstructionEvent to mod forge
[16:02:58] [main/DEBUG] [FML/]: Bar Step: Construction - Minecraft Forge took 0.993s
[16:02:58] [main/TRACE] [lnm/lnm]: Sending event FMLConstructionEvent to mod lnm
[16:02:58] [main/TRACE] [FML/lnm]: Mod lnm is using network checker : Accepting version 0.1
[16:02:58] [main/TRACE] [FML/lnm]: Testing mod lnm to verify it accepts its own version in a remote connection
[16:02:58] [main/TRACE] [FML/lnm]: The mod lnm accepts its own version (0.1)
[16:02:58] [main/DEBUG] [FML/lnm]: Attempting to inject @SidedProxy classes into lnm
[16:02:58] [main/DEBUG] [FML/lnm]: Attempting to inject @EventBusSubscriber classes into the eventbus for lnm
[16:02:58] [main/DEBUG] [FML/lnm]: Registering @EventBusSubscriber for com.Lord_Bard42.Modenator.util.handlers.RegistryHandler for mod lnm
[16:02:58] [main/DEBUG] [FML/lnm]: Injected @EventBusSubscriber class com.Lord_Bard42.Modenator.util.handlers.RegistryHandler
[16:02:58] [main/DEBUG] [FML/lnm]: Attempting to inject @Config classes into lnm for type INSTANCE
[16:02:58] [main/TRACE] [lnm/lnm]: Sent event FMLConstructionEvent to mod lnm
[16:02:58] [main/DEBUG] [FML/]: Bar Step: Construction - NewStuff took 0.171s
[16:02:58] [main/DEBUG] [FML/]: Bar Finished: Construction took 3.686s
[16:02:58] [main/DEBUG] [FML/]: Mod signature data
[16:02:58] [main/DEBUG] [FML/]:      Valid Signatures:
[16:02:58] [main/DEBUG] [FML/]:      Missing Signatures:
[16:02:58] [main/DEBUG] [FML/]:         minecraft    (Minecraft    1.12.2)    minecraft.jar
[16:02:58] [main/DEBUG] [FML/]:         mcp    (Minecraft Coder Pack    9.42)    minecraft.jar
[16:02:58] [main/DEBUG] [FML/]:         FML    (Forge Mod Loader    8.0.99.99)    forgeSrc-1.12.2-14.23.2.2618.jar
[16:02:58] [main/DEBUG] [FML/]:         forge    (Minecraft Forge    14.23.2.2618)    forgeSrc-1.12.2-14.23.2.2618.jar
[16:02:58] [main/DEBUG] [FML/]:         lnm    (NewStuff    0.1)    bin
[16:02:58] [main/DEBUG] [FML/]: Bar Step: Loading Resources - Default took 0.007s
[16:02:58] [main/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Forge Mod Loader took 0.025s
[16:02:58] [main/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Minecraft Forge took 0.023s
[16:02:58] [main/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:NewStuff took 0.004s
[16:02:58] [main/DEBUG] [FML/]: Bar Finished: Reloading - LanguageManager took 0.039s
[16:02:58] [main/DEBUG] [FML/]: Bar Step: Loading Resources - Reloading listeners took 0.042s
[16:02:58] [main/DEBUG] [FML/]: Bar Finished: Loading Resources took 0.101s
[16:02:58] [main/DEBUG] [Forge Mod Loader/]: Mod Forge Mod Loader is missing a pack.mcmeta file, substituting a dummy one
[16:02:58] [main/DEBUG] [Minecraft Forge/]: Mod Minecraft Forge is missing a pack.mcmeta file, substituting a dummy one
[16:02:58] [main/INFO] [FML/]: Processing ObjectHolder annotations
[16:02:58] [main/INFO] [FML/]: Found 1168 ObjectHolder annotations
[16:02:58] [main/INFO] [FML/]: Identifying ItemStackHolder annotations
[16:02:58] [main/INFO] [FML/]: Found 0 ItemStackHolder annotations
[16:02:58] [main/TRACE] [minecraft/minecraft]: Sending event FMLPreInitializationEvent to mod minecraft
[16:02:58] [main/TRACE] [minecraft/minecraft]: Sent event FMLPreInitializationEvent to mod minecraft
[16:02:58] [main/DEBUG] [FML/]: Bar Step: PreInitialization - Minecraft took 0.001s
[16:02:58] [main/TRACE] [mcp/mcp]: Sending event FMLPreInitializationEvent to mod mcp
[16:02:58] [main/TRACE] [mcp/mcp]: Sent event FMLPreInitializationEvent to mod mcp
[16:02:58] [main/DEBUG] [FML/]: Bar Step: PreInitialization - Minecraft Coder Pack took 0.003s
[16:02:58] [main/TRACE] [FML/FML]: Sending event FMLPreInitializationEvent to mod FML
[16:02:58] [main/TRACE] [FML/FML]: Sent event FMLPreInitializationEvent to mod FML
[16:02:58] [main/DEBUG] [FML/]: Bar Step: PreInitialization - Forge Mod Loader took 0.001s
[16:02:58] [main/TRACE] [forge/forge]: Sending event FMLPreInitializationEvent to mod forge
[16:02:58] [main/INFO] [FML/forge]: Configured a dormant chunk cache size of 0
[16:02:58] [main/TRACE] [forge/forge]: Sent event FMLPreInitializationEvent to mod forge
[16:02:58] [main/DEBUG] [FML/]: Bar Step: PreInitialization - Minecraft Forge took 0.239s
[16:02:58] [main/TRACE] [lnm/lnm]: Sending event FMLPreInitializationEvent to mod lnm
[16:02:58] [main/TRACE] [lnm/lnm]: Sent event FMLPreInitializationEvent to mod lnm
[16:02:58] [main/DEBUG] [FML/]: Bar Step: PreInitialization - NewStuff took 0.001s
[16:02:58] [main/DEBUG] [FML/]: Bar Finished: PreInitialization took 0.245s
[16:02:59] [main/INFO] [FML/]: Applying holder lookups
[16:02:59] [main/INFO] [FML/]: Holder lookups applied
[16:02:59] [main/INFO] [FML/]: Applying holder lookups
[16:02:59] [main/INFO] [FML/]: Holder lookups applied
[16:02:59] [main/INFO] [FML/]: Applying holder lookups
[16:02:59] [main/INFO] [FML/]: Holder lookups applied
[16:02:59] [main/INFO] [FML/]: Applying holder lookups
[16:02:59] [main/INFO] [FML/]: Holder lookups applied
[16:02:59] [main/INFO] [FML/]: Injecting itemstacks
[16:02:59] [main/INFO] [FML/]: Itemstack injection complete
[16:02:59] [main/DEBUG] [FML/]: Bar Finished: Loading Resource - TextureManager took 0.000s
[16:03:01] [main/DEBUG] [FML/]: Bar Finished: Loading sounds took 2.046s
[16:03:01] [main/DEBUG] [FML/]: Bar Finished: Loading Resource - SoundHandler took 2.069s
[16:03:01] [main/DEBUG] [FML/]: Bar Finished: Loading Resource - FontRenderer took 0.013s
[16:03:01] [main/DEBUG] [FML/]: Bar Finished: Loading Resource - FontRenderer took 0.006s
[16:03:01] [main/DEBUG] [FML/]: Bar Finished: Loading Resource - GrassColorReloadListener took 0.013s
[16:03:01] [main/DEBUG] [FML/]: Bar Finished: Loading Resource - FoliageColorReloadListener took 0.021s
[16:03:01] [main/DEBUG] [FML/]: Bar Step: Rendering Setup - GL Setup took 0.002s
[16:03:01] [main/DEBUG] [FML/]: Bar Step: Rendering Setup - Loading Texture Map took 0.012s
[16:03:01] [main/DEBUG] [FML/]: Bar Finished: Loading Resource - B3DLoader took 0.000s
[16:03:01] [main/DEBUG] [FML/]: Bar Finished: Loading Resource - OBJLoader took 0.000s
[16:03:01] [main/DEBUG] [FML/]: Bar Finished: Loading Resource - ModelFluid$FluidLoader took 0.000s
[16:03:01] [main/DEBUG] [FML/]: Bar Finished: Loading Resource - ItemLayerModel$Loader took 0.000s
[16:03:01] [main/DEBUG] [FML/]: Bar Finished: Loading Resource - MultiLayerModel$Loader took 0.000s
[16:03:01] [main/DEBUG] [FML/]: Bar Finished: Loading Resource - ModelDynBucket$LoaderDynBucket took 0.000s
[16:03:07] [main/DEBUG] [FML/]: Bar Finished: ModelLoader: blocks took 5.449s
[16:03:09] [main/DEBUG] [FML/]: Bar Finished: ModelLoader: items took 1.555s
[16:03:09] [main/INFO] [FML/]: Max texture size: 16384
[16:03:10] [main/DEBUG] [FML/]: Bar Finished: Texture stitching took 1.243s
[16:03:10] [main/DEBUG] [FML/]: Bar Finished: Texture stitching took 0.094s
[16:03:10] [main/DEBUG] [FML/]: Bar Finished: Texture creation took 0.100s
[16:03:10] [main/DEBUG] [FML/]: Bar Finished: Texture mipmap and upload took 0.032s
[16:03:13] [main/DEBUG] [FML/]: Bar Finished: ModelLoader: baking took 2.537s
[16:03:13] [main/ERROR] [FML/]: Exception loading model for variant lnm:ruby_block#normal for blockstate "lnm:ruby_block"
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model lnm:ruby_block#normal with loader VariantLoader.INSTANCE, skipping
    at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
    at net.minecraftforge.client.model.ModelLoader.registerVariant(ModelLoader.java:248) ~[ModelLoader.class:?]
    at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[ModelBakery.class:?]
    at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:236) ~[ModelLoader.class:?]
    at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:163) ~[ModelLoader.class:?]
    at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
    at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:121) [SimpleReloadableResourceManager.class:?]
    at net.minecraft.client.Minecraft.init(Minecraft.java:559) [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_161]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_161]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_161]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_161]
    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_161]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_161]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_161]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_161]
    at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
    at GradleStart.main(GradleStart.java:26) [start/:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
    at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:83) ~[ModelBlockDefinition.class:?]
    at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
    at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
    ... 21 more
[16:03:13] [main/ERROR] [FML/]: Exception loading blockstate for the variant lnm:ruby_block#normal: 
java.lang.Exception: Could not load model definition for variant lnm:ruby_block
    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:281) ~[ModelLoader.class:?]
    at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[ModelBakery.class:?]
    at net.minecraftforge.client.model.ModelLoader.loadBlocks(ModelLoader.java:236) ~[ModelLoader.class:?]
    at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:163) ~[ModelLoader.class:?]
    at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
    at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:121) [SimpleReloadableResourceManager.class:?]
    at net.minecraft.client.Minecraft.init(Minecraft.java:559) [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_161]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_161]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_161]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_161]
    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_161]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_161]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_161]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_161]
    at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
    at GradleStart.main(GradleStart.java:26) [start/:?]
Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of 'lnm:ruby_block' from: 'lnm:blockstates/ruby_block.json' in resourcepack: 'FMLFileResourcePack:NewStuff'
    at net.minecraft.client.renderer.block.model.ModelBakery.loadModelBlockDefinition(ModelBakery.java:246) ~[ModelBakery.class:?]
    at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:223) ~[ModelBakery.class:?]
    at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:208) ~[ModelBakery.class:?]
    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:277) ~[ModelLoader.class:?]
    ... 20 more
Caused by: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 16 column 2 path $
    at com.google.gson.Gson.assertFullConsumption(Gson.java:863) ~[Gson.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:853) ~[Gson.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:801) ~[Gson.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:773) ~[Gson.class:?]
    at net.minecraftforge.client.model.BlockStateLoader.load(BlockStateLoader.java:79) ~[BlockStateLoader.class:?]
    at net.minecraft.client.renderer.block.model.ModelBlockDefinition.parseFromReader(ModelBlockDefinition.java:42) ~[ModelBlockDefinition.class:?]
    at net.minecraft.client.renderer.block.model.ModelBakery.loadModelBlockDefinition(ModelBakery.java:242) ~[ModelBakery.class:?]
    at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:223) ~[ModelBakery.class:?]
    at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:208) ~[ModelBakery.class:?]
    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:277) ~[ModelLoader.class:?]
    ... 20 more
Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 16 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:542) ~[JsonReader.class:?]
    at com.google.gson.stream.JsonReader.peek(JsonReader.java:425) ~[JsonReader.class:?]
    at com.google.gson.Gson.assertFullConsumption(Gson.java:859) ~[Gson.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:853) ~[Gson.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:801) ~[Gson.class:?]
    at com.google.gson.Gson.fromJson(Gson.java:773) ~[Gson.class:?]
    at net.minecraftforge.client.model.BlockStateLoader.load(BlockStateLoader.java:79) ~[BlockStateLoader.class:?]
    at net.minecraft.client.renderer.block.model.ModelBlockDefinition.parseFromReader(ModelBlockDefinition.java:42) ~[ModelBlockDefinition.class:?]
    at net.minecraft.client.renderer.block.model.ModelBakery.loadModelBlockDefinition(ModelBakery.java:242) ~[ModelBakery.class:?]
    at net.minecraft.client.renderer.block.model.ModelBakery.loadMultipartMBD(ModelBakery.java:223) ~[ModelBakery.class:?]
    at net.minecraft.client.renderer.block.model.ModelBakery.getModelBlockDefinition(ModelBakery.java:208) ~[ModelBakery.class:?]
    at net.minecraftforge.client.model.ModelLoader.getModelBlockDefinition(ModelLoader.java:277) ~[ModelLoader.class:?]
    ... 20 more
[16:03:13] [main/DEBUG] [FML/]: Bar Finished: Loading Resource - ModelManager took 11.678s
[16:03:13] [main/DEBUG] [FML/]: Bar Step: Rendering Setup - Loading Model Manager took 11.946s
[16:03:14] [main/DEBUG] [FML/]: Bar Finished: Loading Resource - RenderItem took 0.011s
[16:03:14] [main/DEBUG] [FML/]: Bar Step: Rendering Setup - Loading Item Renderer took 0.666s
[16:03:14] [main/DEBUG] [FML/]: Bar Finished: Loading Resource - EntityRenderer took 0.000s
[16:03:14] [main/DEBUG] [FML/]: Bar Finished: Loading Resource - BlockRendererDispatcher took 0.000s
[16:03:14] [main/DEBUG] [FML/]: Bar Finished: Loading Resource - RenderGlobal took 0.000s
[16:03:15] [main/DEBUG] [FML/]: Bar Finished: Loading Resource - SearchTreeManager took 0.148s
[16:03:15] [main/DEBUG] [FML/]: Bar Step: Rendering Setup - Loading Entity Renderer took 0.871s
[16:03:15] [main/DEBUG] [FML/]: Bar Finished: Rendering Setup took 13.497s
[16:03:15] [main/INFO] [FML/]: Applying holder lookups
[16:03:15] [main/INFO] [FML/]: Holder lookups applied
[16:03:15] [main/TRACE] [minecraft/minecraft]: Sending event FMLInitializationEvent to mod minecraft
[16:03:15] [main/TRACE] [minecraft/minecraft]: Sent event FMLInitializationEvent to mod minecraft
[16:03:15] [main/DEBUG] [FML/]: Bar Step: Initialization - Minecraft took 0.001s
[16:03:15] [main/TRACE] [mcp/mcp]: Sending event FMLInitializationEvent to mod mcp
[16:03:15] [main/TRACE] [mcp/mcp]: Sent event FMLInitializationEvent to mod mcp
[16:03:15] [main/DEBUG] [FML/]: Bar Step: Initialization - Minecraft Coder Pack took 0.000s
[16:03:15] [main/TRACE] [FML/FML]: Sending event FMLInitializationEvent to mod FML
[16:03:15] [main/TRACE] [FML/FML]: Sent event FMLInitializationEvent to mod FML
[16:03:15] [main/DEBUG] [FML/]: Bar Step: Initialization - Forge Mod Loader took 0.000s
[16:03:15] [main/TRACE] [forge/forge]: Sending event FMLInitializationEvent to mod forge
[16:03:15] [main/TRACE] [forge/forge]: Sent event FMLInitializationEvent to mod forge
[16:03:15] [main/DEBUG] [FML/]: Bar Step: Initialization - Minecraft Forge took 0.000s
[16:03:15] [main/TRACE] [lnm/lnm]: Sending event FMLInitializationEvent to mod lnm
[16:03:15] [main/TRACE] [lnm/lnm]: Sent event FMLInitializationEvent to mod lnm
[16:03:15] [main/DEBUG] [FML/]: Bar Step: Initialization - NewStuff took 0.000s
[16:03:15] [main/DEBUG] [FML/]: Bar Finished: Initialization took 0.002s
[16:03:15] [main/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod minecraft
[16:03:15] [main/TRACE] [minecraft/minecraft]: Sending event IMCEvent to mod minecraft
[16:03:15] [main/TRACE] [minecraft/minecraft]: Sent event IMCEvent to mod minecraft
[16:03:15] [main/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Minecraft took 0.037s
[16:03:15] [main/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod mcp
[16:03:15] [main/TRACE] [mcp/mcp]: Sending event IMCEvent to mod mcp
[16:03:15] [main/TRACE] [mcp/mcp]: Sent event IMCEvent to mod mcp
[16:03:15] [main/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Minecraft Coder Pack took 0.001s
[16:03:15] [main/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod FML
[16:03:15] [main/TRACE] [FML/FML]: Sending event IMCEvent to mod FML
[16:03:15] [main/TRACE] [FML/FML]: Sent event IMCEvent to mod FML
[16:03:15] [main/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Forge Mod Loader took 0.000s
[16:03:15] [main/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod forge
[16:03:15] [main/TRACE] [forge/forge]: Sending event IMCEvent to mod forge
[16:03:15] [main/TRACE] [forge/forge]: Sent event IMCEvent to mod forge
[16:03:15] [main/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Minecraft Forge took 0.000s
[16:03:15] [main/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod lnm
[16:03:15] [main/TRACE] [lnm/lnm]: Sending event IMCEvent to mod lnm
[16:03:15] [main/TRACE] [lnm/lnm]: Sent event IMCEvent to mod lnm
[16:03:15] [main/DEBUG] [FML/]: Bar Step: InterModComms$IMC - NewStuff took 0.000s
[16:03:15] [main/DEBUG] [FML/]: Bar Finished: InterModComms$IMC took 0.039s
[16:03:15] [main/INFO] [FML/]: Injecting itemstacks
[16:03:15] [main/INFO] [FML/]: Itemstack injection complete
[16:03:15] [main/TRACE] [minecraft/minecraft]: Sending event FMLPostInitializationEvent to mod minecraft
[16:03:15] [main/TRACE] [minecraft/minecraft]: Sent event FMLPostInitializationEvent to mod minecraft
[16:03:15] [main/DEBUG] [FML/]: Bar Step: PostInitialization - Minecraft took 0.001s
[16:03:15] [main/TRACE] [mcp/mcp]: Sending event FMLPostInitializationEvent to mod mcp
[16:03:15] [main/TRACE] [mcp/mcp]: Sent event FMLPostInitializationEvent to mod mcp
[16:03:15] [main/DEBUG] [FML/]: Bar Step: PostInitialization - Minecraft Coder Pack took 0.002s
[16:03:15] [main/TRACE] [FML/FML]: Sending event FMLPostInitializationEvent to mod FML
[16:03:15] [main/TRACE] [FML/FML]: Sent event FMLPostInitializationEvent to mod FML
[16:03:15] [main/DEBUG] [FML/]: Bar Step: PostInitialization - Forge Mod Loader took 0.000s
[16:03:15] [main/TRACE] [forge/forge]: Sending event FMLPostInitializationEvent to mod forge
[16:03:15] [main/TRACE] [forge/forge]: Sent event FMLPostInitializationEvent to mod forge
[16:03:15] [main/DEBUG] [FML/]: Bar Step: PostInitialization - Minecraft Forge took 0.028s
[16:03:15] [main/TRACE] [lnm/lnm]: Sending event FMLPostInitializationEvent to mod lnm
[16:03:15] [main/TRACE] [lnm/lnm]: Sent event FMLPostInitializationEvent to mod lnm
[16:03:15] [main/DEBUG] [FML/]: Bar Step: PostInitialization - NewStuff took 0.001s
[16:03:15] [main/DEBUG] [FML/]: Bar Finished: PostInitialization took 0.032s
[16:03:15] [main/TRACE] [minecraft/minecraft]: Sending event FMLLoadCompleteEvent to mod minecraft
[16:03:15] [main/TRACE] [minecraft/minecraft]: Sent event FMLLoadCompleteEvent to mod minecraft
[16:03:15] [main/DEBUG] [FML/]: Bar Step: LoadComplete - Minecraft took 0.000s
[16:03:15] [main/TRACE] [mcp/mcp]: Sending event FMLLoadCompleteEvent to mod mcp
[16:03:15] [main/TRACE] [mcp/mcp]: Sent event FMLLoadCompleteEvent to mod mcp
[16:03:15] [main/DEBUG] [FML/]: Bar Step: LoadComplete - Minecraft Coder Pack took 0.000s
[16:03:15] [main/TRACE] [FML/FML]: Sending event FMLLoadCompleteEvent to mod FML
[16:03:15] [main/TRACE] [FML/FML]: Sent event FMLLoadCompleteEvent to mod FML
[16:03:15] [main/DEBUG] [FML/]: Bar Step: LoadComplete - Forge Mod Loader took 0.000s
[16:03:15] [main/TRACE] [forge/forge]: Sending event FMLLoadCompleteEvent to mod forge
[16:03:15] [main/DEBUG] [FML/forge]: Forge RecipeSorter Baking:
[16:03:15] [main/DEBUG] [FML/forge]:   16: RecipeEntry("Before", UNKNOWN, )
[16:03:15] [main/DEBUG] [FML/forge]:   15: RecipeEntry("minecraft:shaped", SHAPED, net.minecraft.item.crafting.ShapedRecipes) Before: minecraft:shapeless
[16:03:15] [main/DEBUG] [FML/forge]:   14: RecipeEntry("forge:shapedore", SHAPED, net.minecraftforge.oredict.ShapedOreRecipe) Before: minecraft:shapeless After: minecraft:shaped
[16:03:15] [main/DEBUG] [FML/forge]:   13: RecipeEntry("minecraft:mapextending", SHAPED, net.minecraft.item.crafting.RecipesMapExtending) Before: minecraft:shapeless After: minecraft:shaped
[16:03:15] [main/DEBUG] [FML/forge]:   12: RecipeEntry("minecraft:shapeless", SHAPELESS, net.minecraft.item.crafting.ShapelessRecipes) After: minecraft:shaped
[16:03:15] [main/DEBUG] [FML/forge]:   11: RecipeEntry("minecraft:repair", SHAPELESS, net.minecraft.item.crafting.RecipeRepairItem) After: minecraft:shapeless
[16:03:15] [main/DEBUG] [FML/forge]:   10: RecipeEntry("minecraft:shield_deco", SHAPELESS, net.minecraft.item.crafting.ShieldRecipes$Decoration) After: minecraft:shapeless
[16:03:15] [main/DEBUG] [FML/forge]:   9: RecipeEntry("minecraft:armordyes", SHAPELESS, net.minecraft.item.crafting.RecipesArmorDyes) After: minecraft:shapeless
[16:03:15] [main/DEBUG] [FML/forge]:   8: RecipeEntry("minecraft:fireworks", SHAPELESS, net.minecraft.item.crafting.RecipeFireworks) After: minecraft:shapeless
[16:03:15] [main/DEBUG] [FML/forge]:   7: RecipeEntry("minecraft:pattern_dupe", SHAPELESS, net.minecraft.item.crafting.RecipesBanners$RecipeDuplicatePattern) After: minecraft:shapeless
[16:03:15] [main/DEBUG] [FML/forge]:   6: RecipeEntry("minecraft:tippedarrow", SHAPELESS, net.minecraft.item.crafting.RecipeTippedArrow) After: minecraft:shapeless
[16:03:15] [main/DEBUG] [FML/forge]:   5: RecipeEntry("minecraft:mapcloning", SHAPELESS, net.minecraft.item.crafting.RecipesMapCloning) After: minecraft:shapeless
[16:03:15] [main/DEBUG] [FML/forge]:   4: RecipeEntry("forge:shapelessore", SHAPELESS, net.minecraftforge.oredict.ShapelessOreRecipe) After: minecraft:shapeless
[16:03:15] [main/DEBUG] [FML/forge]:   3: RecipeEntry("minecraft:pattern_add", SHAPELESS, net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern) After: minecraft:shapeless
[16:03:15] [main/DEBUG] [FML/forge]:   2: RecipeEntry("minecraft:bookcloning", SHAPELESS, net.minecraft.item.crafting.RecipeBookCloning) After: minecraft:shapeless
[16:03:15] [main/DEBUG] [FML/forge]:   1: RecipeEntry("After", UNKNOWN, )
[16:03:15] [main/DEBUG] [FML/forge]: Sorting recipes
[16:03:15] [main/TRACE] [forge/forge]: Sent event FMLLoadCompleteEvent to mod forge
[16:03:15] [main/DEBUG] [FML/]: Bar Step: LoadComplete - Minecraft Forge took 0.012s
[16:03:15] [main/TRACE] [lnm/lnm]: Sending event FMLLoadCompleteEvent to mod lnm
[16:03:15] [main/TRACE] [lnm/lnm]: Sent event FMLLoadCompleteEvent to mod lnm
[16:03:15] [main/DEBUG] [FML/]: Bar Step: LoadComplete - NewStuff took 0.000s
[16:03:15] [main/DEBUG] [FML/]: Bar Finished: LoadComplete took 0.013s
[16:03:15] [main/DEBUG] [FML/]: Freezing registries
[16:03:15] [main/TRACE] [minecraft/minecraft]: Sending event FMLModIdMappingEvent to mod minecraft
[16:03:15] [main/TRACE] [minecraft/minecraft]: Sent event FMLModIdMappingEvent to mod minecraft
[16:03:15] [main/DEBUG] [FML/]: Bar Step: ModIdMapping - Minecraft took 0.000s
[16:03:15] [main/TRACE] [mcp/mcp]: Sending event FMLModIdMappingEvent to mod mcp
[16:03:15] [main/TRACE] [mcp/mcp]: Sent event FMLModIdMappingEvent to mod mcp
[16:03:15] [main/DEBUG] [FML/]: Bar Step: ModIdMapping - Minecraft Coder Pack took 0.000s
[16:03:15] [main/TRACE] [FML/FML]: Sending event FMLModIdMappingEvent to mod FML
[16:03:15] [main/TRACE] [FML/FML]: Sent event FMLModIdMappingEvent to mod FML
[16:03:15] [main/DEBUG] [FML/]: Bar Step: ModIdMapping - Forge Mod Loader took 0.000s
[16:03:15] [main/TRACE] [forge/forge]: Sending event FMLModIdMappingEvent to mod forge
[16:03:16] [main/TRACE] [forge/forge]: Sent event FMLModIdMappingEvent to mod forge
[16:03:16] [main/DEBUG] [FML/]: Bar Step: ModIdMapping - Minecraft Forge took 0.403s
[16:03:16] [main/TRACE] [lnm/lnm]: Sending event FMLModIdMappingEvent to mod lnm
[16:03:16] [main/TRACE] [lnm/lnm]: Sent event FMLModIdMappingEvent to mod lnm
[16:03:16] [main/DEBUG] [FML/]: Bar Step: ModIdMapping - NewStuff took 0.001s
[16:03:16] [main/DEBUG] [FML/]: Bar Finished: ModIdMapping took 0.404s
[16:03:16] [main/DEBUG] [FML/]: All registries frozen
[16:03:16] [main/INFO] [FML/]: Forge Mod Loader has successfully loaded 5 mods
[16:03:16] [main/DEBUG] [FML/]: Bar Finished: Loading took 23.871s
[16:03:17] [main/DEBUG] [FML/]: Bar Finished: Loading Resource - CloudRenderer took 0.125s
[16:03:55] [main/DEBUG] [FML/]: Overriding dimension: using 0


 

Link to comment
Share on other sites

I figured it out! It turns out I was missing brackets.

 

Old JSON

{
    "variants": {
        "normal": { "model": "lnm:ruby_block" }
    }

 

New JSON
 

{
    "variants": {
        "normal": [{ "model": "lnm:ruby_block" }]
    },

 

 

I was examining the example you sent and I saw that it had the brackets and I figured that I might need those... This is my first post, does this get resolved or what happens now?

2018-02-20_16.26.50.png

Link to comment
Share on other sites

Yep. Read your errors. The fifth or sixth one down is this:

59 minutes ago, Erich said:

Caused by: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 16 column 2 path $

This is why you should install a JSON editor plugin in Eclipse.

Edited by Draco18s

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Sakura38 Menghadirkan Situs Link Slot Deposit 1000 Gampang Menang Di Tahun 2024 Anda Memiliki Peluang Lebih Tinggi Untuk Meraih Kemenangan. Jadilah Bagian Dari Kesuksesan Kami Dan Bergabunglah Sekarang Untuk Memenangkan Hadiah-hadiah Fantastis   ▶️▶️ KLIK DISINI DAFTAR SEKARANG ◀️◀️ ▶️▶️ KLIK DISINI LINK ALTERNATIF DAFTAR AKUN 1 ◀️◀️ ▶️▶️ KLIK DISINI LINK ALTERNATIF DAFTAR AKUN 2 ◀️◀️ 💥Rahasia Mudah Dapat Perkalian Besar💥 💸Modal Receh Jamin AUTO JEPE 💸 ⚡Deposit Scan QRIS Proses Hanya 2 Detik !, WD Pasti LAND Kilat⚡ 🎰RTP & Pola GACOR Akurat🎰
    • Jagex held the Winter Summit towards the end of the year, where it revealed its content plans for 2023. Old School RuneScape recently got its Grandmaster Quest which serves as an expansion of Desert Treasure, a quest which is nearly twenty years old. If you were in the game the time Desert Treasure came out, you can imagine how thrilled a lot of players of OSRS gold were when the sequel was revealed. Desert Treasure II will make its way into Old School RuneScape during the summer of 2023. it's expected to introduce new bosses and content. There will be even more social elements that will be added to the Woodcutting game that has been a favorite with gamers. There's a new quest called the Secret of the North, which is a master-level quest is now available in the game and comes with some amazing boss fights that are only for solo players. Additionally, the Bounty Hunters miniature game returning to the game, which is sure to delight PvP players. I am sure there will be more games to come out by 2024 or later. RuneScape will not be going away and there's plenty of new content available to enjoy each year. The gameplay, the content, advancement systems, environments and even the music do not need introduction. I'd lie if I claimed that the game doesn't show its age. However, OSRS remains an enjoyable experience loved by the players and hasn't changed for over two decades. I've had plenty of unpleasant experiences in RuneScape and was cheated to death by "friends" earlier in the days, but we grow and learn. Even though it's a long-running MMORPG The game has a huge player base and there are many loyal players who have played for a long time. I had been away playing for a long time and yet it took me just a few minutes to locate helpful players who came together and assisted me. RuneScape is one of the most friendly communities I've seen across all gaming. my experience as a player was mostly positive, even in 2023. We're all aware of how much of the community devotes itself to skills, and it appears that we aren't seeing the final of the skills system yet. The new skill still to be announced and will be available in the coming months. Additionally, the minigames and side-activities are not left out by the game's developers, and they are constantly adding more features to the game. Over two decades of material is available, and, at the rate that it is going I'm not able to even guess how long the game will flourish. The community is active in its part in providing feedback and requests for more features for the old game. In the age of next-generation gaming, OSRS and RuneScape still retain the interest of a lot of players and keep them returning every day. I would highly suggest RuneScape in addition to Old School RuneScape to new players of 2023. but there's a caveat. The MMORPG genre has changed dramatically throughout the years, and it isn't easy to suggest RuneScape to those who are familiar with contemporary graphics and the extravagant environments that many of MMORPGs and live-services have to offer. However, if graphics aren't important to you and you are looking for a game that is fun, then consider giving it a shot and it's definitely worth the time. If you're a veteran who gave up RuneScape and cheap OSRS gold and is contemplating returning it, I highly recommend that you play the latest game's content. Like I said, RuneScape respects your time and, even if it's been more than a decade since the last time you played, you'll not have any issues jumping in to the action and starting it over and over. The process of preparing for new features took approximately a week. I had the chance to play the brand-new Secrets of the North content even after a lengthy hiatus.
    • Electronic Arts is making some much-needed changes to its soccer annual game EAFC 24 Coins. The addition of cross-play between PC, PS5. Stadia as well as Xbox Series X/S gamers and also players from PS4 as well as Xbox One players, is very thrilling. Cross-play has been demanded in FIFA by players for quite a long time. But as exciting as it may be, EA is actually holding off on providing full support for the technology. Particularly, FC 24 is not offering cross-play in its well-known Pro Clubs game mode. A confirmed statement from EA has stated that FC 24's cross-play feature will not be available for Pro Clubs in the foreseeable time. The reason according to EA is to ensure that "product innovativeness is of high top quality." Furthermore, Pro Clubs, according to EA is a degree of technical complexity that is higher than what developers can handle at the moment. "Technical complexity" is a subtle method of describing the scenario. The Pro Clubs of FIFA permit the use of up to 22 players in an online multiplayer game that includes between 2 and 11 real players in each team. Connecting 22 players on one platform isn't a simple task and adding interplay of the four platforms can make difficult. In the real world, the platforms pose less complicated than 22 players, however EA is just exploring cross-play, and therefore it's plausible when they say that additional time is required. It isn't stopping FIFA fans from feeling dissatisfied and angry about the situation However. Demands for cross-play being made available to FC 24 Pro Clubs are being circulated across the web and FIFA YouTuber JCC encouraging players to join support the cause. JCC along with other well-known players within the FIFA community are complaining that EA of placing the importance of FIFA Ultimate Team above the core experience like Pro Clubs. The company is very grateful that it has responded to the growing discontent within members of the FIFA community, saying it is aware of the criticism. Electronic Arts then points to its FIFA Twitter account to receive future updates on its plans for future games. This isn't a guarantee at all but it's about the closest a game's creator can get to say that something is being developed. FC 24 is all but certain to not have cross-play features for Pro Clubs at launch, or during the game's release. Maybe Pro Club cross-play will end being tested in FC 24 similar to how the basic cross-play was implemented in cheap EAFC 24 Coins. More likely, the feature will be a bit further away to be released by EA Sports FC's launch in 2023 or even later. It's also possible that FIFA fans are right and that EA's priority lies in FUT. It's the responsibility of EA to prove the criticism is not true.
    • SENSA69 💯 Daftar Link Slot Gacor Hari Ini Bisa Judi Slot Online KLIK DISINI >>> DAFTAR DAN LOGIN KLIK DISINI >>>   DAFTAR AKUN GACOR KLIK DISINI >>> DAFTAR AKUN VVIP KLIK DISINI >>>  LINK ALTERNATIF KLIK DISINI >>> AKUN GACOR SCATTER HITAM SENSA69 adalah slot gacor winrate 100% dengan server thailand dan akun pro. Dapatkan akses menuju kemenangan ke puluhan sampai ratusan juta rupiah hanya dalam hitungan menit. 3 web yang kami hadirkan ini adalah yang terbaik dengan histori kemenangan tertinggi di satu Asia Tenggara. Member-member dari web ini selalu kembali karena tim admin dan CS yang profesional serta kemenangan berapapun pasti akan dibayar. RTP slot gacor juga sudah disiapkan agar kalian tidak bingung lagi mau main apa dan di jam berapa. Semua fasilitas seperti deposit dana dan pulsa sudah disiapkan juga untuk kemudahan para slotters. Jadi tunggu apalagi? Raih kemenangan kalian disini sekarang juga!
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.