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

    • Hi, i'm getting this error when trying to start a modded minecraft server with a personal modpack. Also getting a simmilar error when trying to create a singleplayer world. Can someone help me find which mod is causing this error? Forge: 47.2.0 Minecraft: 1.20.1   This is the crash report: Also have this link to the log, if you prefer it: https://mclo.gs/3fRVwOj
    • I was trying to play minecraft modded with my friend it worked yesterday until today we added new mods and now i cant load the world here is the crash log: ---- Minecraft Crash Report ---- // This doesn't make any sense! Time: 2024-04-28 15:34:36 Description: Exception in server tick loop java.lang.VerifyError: Bad local variable type Exception Details:   Location:     net/minecraft/server/level/ChunkMap.wrapOperation$zfm000$pehkui$convertToFullChunk$lambda$loadEntities$mixinextras$bridge$136(Lnet/minecraft/world/level/chunk/LevelChunk;Lcom/llamalad7/mixinextras/injector/wrapoperation/Operation;)V @3: aload_3   Reason:     Type top (current frame, locals[3]) is not assignable to reference type   Current Frame:     bci: @3     flags: { }     locals: { 'net/minecraft/server/level/ChunkMap', 'net/minecraft/world/level/chunk/LevelChunk', 'com/llamalad7/mixinextras/injector/wrapoperation/Operation' }     stack: { 'net/minecraft/server/level/ChunkMap', 'net/minecraft/world/level/chunk/LevelChunk', 'com/llamalad7/mixinextras/injector/wrapoperation/Operation' }   Bytecode:     0000000: 2a2b 2c2d b90b eb01 00c0 001f b70b edb1     0000010:                                             at net.minecraft.server.level.ServerChunkCache.<init>(ServerChunkCache.java:77) ~[client-1.20.1-20230612.114412-srg.jar%23313!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:pehkui.mixins.json:compat117plus.compat1201minus.ServerChunkManagerMixin,pl:mixin:A}     at net.minecraft.server.level.ServerLevel.<init>(ServerLevel.java:209) ~[client-1.20.1-20230612.114412-srg.jar%23313!/:?] {re:computing_frames,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendisland.mixins.json:ServerLevelMixin,pl:mixin:APP:citadel.mixins.json:ServerLevelMixin,pl:mixin:APP:zombieawareness.mixins.json:MixinPlaySound,pl:mixin:APP:zombieawareness.mixins.json:MixinLevelEvent,pl:mixin:APP:betterdeserttemples.mixins.json:ServerLevelMixin,pl:mixin:APP:ars_elemental.mixins.json:ServerLevelMixin,pl:mixin:APP:betterendisland.mixins.json:EndergeticExpansionMixins,pl:mixin:A}     at net.minecraft.server.MinecraftServer.m_129815_(MinecraftServer.java:337) ~[client-1.20.1-20230612.114412-srg.jar%23313!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,re:classloading,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:APP:mixins.essential.json:feature.sps.Mixin_IntegratedServerResourcePack,pl:mixin:APP:mixins.essential.json:server.MinecraftServerMixin_PvPGameRule,pl:mixin:APP:mixins.essential.json:server.Mixin_PublishServerStatusResponse,pl:mixin:A}     at net.minecraft.server.MinecraftServer.m_130006_(MinecraftServer.java:308) ~[client-1.20.1-20230612.114412-srg.jar%23313!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,re:classloading,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:APP:mixins.essential.json:feature.sps.Mixin_IntegratedServerResourcePack,pl:mixin:APP:mixins.essential.json:server.MinecraftServerMixin_PvPGameRule,pl:mixin:APP:mixins.essential.json:server.Mixin_PublishServerStatusResponse,pl:mixin:A}     at net.minecraft.client.server.IntegratedServer.m_7038_(IntegratedServer.java:83) ~[client-1.20.1-20230612.114412-srg.jar%23313!/:?] {re:mixin,xf:OptiFine:default,re:classloading,xf:OptiFine:default,pl:mixin:APP:mixins.essential.json:server.integrated.Mixin_FixDefaultOpPermissionLevel,pl:mixin:APP:mixins.essential.json:server.integrated.MixinIntegratedServer,pl:mixin:A}     at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:634) ~[client-1.20.1-20230612.114412-srg.jar%23313!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,re:classloading,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:APP:mixins.essential.json:feature.sps.Mixin_IntegratedServerResourcePack,pl:mixin:APP:mixins.essential.json:server.MinecraftServerMixin_PvPGameRule,pl:mixin:APP:mixins.essential.json:server.Mixin_PublishServerStatusResponse,pl:mixin:A}     at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[client-1.20.1-20230612.114412-srg.jar%23313!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,re:classloading,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:APP:mixins.essential.json:feature.sps.Mixin_IntegratedServerResourcePack,pl:mixin:APP:mixins.essential.json:server.MinecraftServerMixin_PvPGameRule,pl:mixin:APP:mixins.essential.json:server.Mixin_PublishServerStatusResponse,pl:mixin:A}     at java.lang.Thread.run(Thread.java:833) ~[?:?] {re:mixin} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details:     Minecraft Version: 1.20.1     Minecraft Version ID: 1.20.1     Operating System: Windows 10 (amd64) version 10.0     Java Version: 17.0.8, Microsoft     Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft     Memory: 1154564648 bytes (1101 MiB) / 3254779904 bytes (3104 MiB) up to 17850957824 bytes (17024 MiB)     CPUs: 16     Processor Vendor: AuthenticAMD     Processor Name: AMD Ryzen 7 5700G with Radeon Graphics              Identifier: AuthenticAMD Family 25 Model 80 Stepping 0     Microarchitecture: Zen 3     Frequency (GHz): 3.79     Number of physical packages: 1     Number of physical CPUs: 8     Number of logical CPUs: 16     Graphics card #0 name: NVIDIA GeForce RTX 3060     Graphics card #0 vendor: NVIDIA (0x10de)     Graphics card #0 VRAM (MB): 4095.00     Graphics card #0 deviceId: 0x2504     Graphics card #0 versionInfo: DriverVersion=31.0.15.5222     Memory slot #0 capacity (MB): 16384.00     Memory slot #0 clockSpeed (GHz): 2.13     Memory slot #0 type: DDR4     Memory slot #1 capacity (MB): 16384.00     Memory slot #1 clockSpeed (GHz): 2.13     Memory slot #1 type: DDR4     Virtual memory max (MB): 46381.31     Virtual memory used (MB): 24323.54     Swap memory total (MB): 13824.00     Swap memory used (MB): 522.00     JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx17024m -Xms256m     Server Running: true     Player Count: 0 / 8; []     Data Packs: vanilla, mod:dynamiclightsreforged (incompatible), mod:additionalentityattributes (incompatible), mod:geckolib, mod:jei, mod:graveyard (incompatible), mod:pehkui (incompatible), mod:soulbound (incompatible), mod:caelus (incompatible), mod:obscure_api (incompatible), mod:apoli (incompatible), mod:neat, mod:enlightened_end, mod:citadel (incompatible), mod:travelersbackpack, mod:zombieawareness (incompatible), mod:mixinextras (incompatible), mod:cave_dweller (incompatible), mod:depthcrawler, mod:iceandfire, mod:inventorypets (incompatible), mod:jeresources, mod:spelunkers_charm, mod:twilightforest, mod:ironchest, mod:sons_of_sins, mod:lucky (incompatible), mod:terrablender, mod:ambientsounds, mod:biomesoplenty (incompatible), mod:creativecore, mod:watching, mod:calio, mod:cataclysm (incompatible), mod:curios (incompatible), mod:ars_nouveau (incompatible), mod:origins (incompatible), mod:xaerominimap (incompatible), mod:man, mod:rats, mod:forge, mod:ars_elemental (incompatible), mod:gh, mod:ftbultimine (incompatible), mod:tombstone, mod:coroutil (incompatible), mod:architectury (incompatible), mod:ftblibrary (incompatible), mod:ftbteams (incompatible), mod:ftbchunks (incompatible), mod:ftbquests (incompatible), mod:voidscape (incompatible), mod:infiniverse (incompatible), mod:phantasm (incompatible), mod:aquamirae (incompatible), mod:essential (incompatible), mod:betterdungeons, mod:betterwitchhuts, mod:betteroceanmonuments, mod:epicfight (incompatible), mod:wom (incompatible), mod:yungsapi, mod:betterdeserttemples, mod:dixtas_armory (incompatible), mod:betterfortresses, mod:nyfsspiders (incompatible), mod:yungsbridges, mod:born_in_chaos_v1, mod:arphex, mod:yungsextras, mod:betterstrongholds, mod:yungsmenutweaks, mod:deeperdarker, mod:betterendisland, mod:deep_dark_regrowth, mod:fight_or_die, mod:bettermineshafts, mod:betterjungletemples     Enabled Feature Flags: minecraft:vanilla     World Generation: Stable     Type: Integrated Server (map_client.txt)     Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'     Launched Version: forge-47.2.20     OptiFine Version: OptiFine_1.20.1_HD_U_I6     OptiFine Build: 20231221-120401     Render Distance Chunks: 6     Mipmaps: 4     Anisotropic Filtering: 1     Antialiasing: 0     Multitexture: false     Shaders: null     OpenGlVersion: 4.6.0 NVIDIA 552.22     OpenGlRenderer: NVIDIA GeForce RTX 3060/PCIe/SSE2     OpenGlVendor: NVIDIA Corporation     CpuCount: 16     ModLauncher: 10.0.9+10.0.9+main.dcd20f30     ModLauncher launch target: forgeclient     ModLauncher naming: srg     ModLauncher services:          mixin-0.8.5.jar mixin PLUGINSERVICE          eventbus-6.0.5.jar eventbus PLUGINSERVICE          fmlloader-1.20.1-47.2.20.jar slf4jfixer PLUGINSERVICE          fmlloader-1.20.1-47.2.20.jar object_holder_definalize PLUGINSERVICE          fmlloader-1.20.1-47.2.20.jar runtime_enum_extender PLUGINSERVICE          fmlloader-1.20.1-47.2.20.jar capability_token_subclass PLUGINSERVICE          accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE          fmlloader-1.20.1-47.2.20.jar runtimedistcleaner PLUGINSERVICE          modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE          modlauncher-10.0.9.jar OptiFine TRANSFORMATIONSERVICE          modlauncher-10.0.9.jar essential-loader TRANSFORMATIONSERVICE          modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE      FML Language Providers:          [email protected]         lowcodefml@null         javafml@null     Mod List:          dynamiclightsreforged-1.20.1_v1.6.0.jar           |Rubidium Dynamic Lights       |dynamiclightsreforged         |1.20.1_v1.6.0       |DONE      |Manifest: NOSIGNATURE         YungsBetterDungeons-1.20-Forge-4.0.4.jar          |YUNG's Better Dungeons        |betterdungeons                |1.20-Forge-4.0.4    |DONE      |Manifest: NOSIGNATURE         YungsBetterWitchHuts-1.20-Forge-3.0.3.jar         |YUNG's Better Witch Huts      |betterwitchhuts               |1.20-Forge-3.0.3    |DONE      |Manifest: NOSIGNATURE         additionalentityattributes-forge-1.4.0.5+1.20.1.ja|Additional Entity Attributes  |additionalentityattributes    |1.4.0.5+1.20.1      |DONE      |Manifest: NOSIGNATURE         geckolib-forge-1.20.1-4.4.4.jar                   |GeckoLib 4                    |geckolib                      |4.4.4               |DONE      |Manifest: NOSIGNATURE         jei-1.20.1-forge-15.3.0.4.jar                     |Just Enough Items             |jei                           |15.3.0.4            |DONE      |Manifest: NOSIGNATURE         The_Graveyard_3.1_(FORGE)_for_1.20.1.jar          |The Graveyard                 |graveyard                     |3.1                 |DONE      |Manifest: NOSIGNATURE         Pehkui-3.8.0+1.20.1-forge.jar                     |Pehkui                        |pehkui                        |3.8.0+1.20.1-forge  |DONE      |Manifest: NOSIGNATURE         YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar    |YUNG's Better Ocean Monuments |betteroceanmonuments          |1.20-Forge-3.0.4    |DONE      |Manifest: NOSIGNATURE         Soulbound-Forge-0.8+1.20.1.jar                    |Soulbound                     |soulbound                     |0.8                 |DONE      |Manifest: NOSIGNATURE         caelus-forge-3.2.0+1.20.1.jar                     |Caelus API                    |caelus                        |3.2.0+1.20.1        |DONE      |Manifest: NOSIGNATURE         obscure_api-15.jar                                |Obscure API                   |obscure_api                   |15                  |DONE      |Manifest: NOSIGNATURE         apoli-forge-1.20.1-2.9.0.6.jar                    |Apoli                         |apoli                         |1.20.1-2.9.0.6      |DONE      |Manifest: NOSIGNATURE         Neat-1.20-35-FORGE.jar                            |Neat                          |neat                          |1.20-35-FORGE       |DONE      |Manifest: NOSIGNATURE         enlightend-5.0.14-1.20.1.jar                      |Enlightend                    |enlightened_end               |5.0.14              |DONE      |Manifest: NOSIGNATURE         EpicFight-20.7.4.jar                              |Epic Fight                    |epicfight                     |20.7.4              |DONE      |Manifest: NOSIGNATURE         WeaponsOfMiracles-20.1.7.40.jar                   |Weapons of Minecraft          |wom                           |20.1.7.40           |DONE      |Manifest: NOSIGNATURE         citadel-2.5.4-1.20.1.jar                          |Citadel                       |citadel                       |2.5.4               |DONE      |Manifest: NOSIGNATURE         TravelersBackpack-1.20.1-9.1.12.jar               |Traveler's Backpack           |travelersbackpack             |9.1.12              |DONE      |Manifest: NOSIGNATURE         zombieawareness-1.20.1-1.13.1.jar                 |Zombie Awareness              |zombieawareness               |1.20.1-1.13.1       |DONE      |Manifest: NOSIGNATURE         YungsApi-1.20-Forge-4.0.4.jar                     |YUNG's API                    |yungsapi                      |1.20-Forge-4.0.4    |DONE      |Manifest: NOSIGNATURE         mixinextras-forge-0.2.0-beta.8.jar                |MixinExtras                   |mixinextras                   |0.2.0-beta.8        |DONE      |Manifest: NOSIGNATURE         YungsBetterDesertTemples-1.20-Forge-3.0.3.jar     |YUNG's Better Desert Temples  |betterdeserttemples           |1.20-Forge-3.0.3    |DONE      |Manifest: NOSIGNATURE         cave_dweller-1.20.1-1.6.4.jar                     |cave_dweller                  |cave_dweller                  |1.6.4               |DONE      |Manifest: NOSIGNATURE         deep-1.05b.jar                                    |depthcrawler                  |depthcrawler                  |1.0.0               |DONE      |Manifest: NOSIGNATURE         iceandfire-2.1.13-1.20.1-beta-4.jar               |Ice and Fire                  |iceandfire                    |2.1.13-1.20.1-beta-4|DONE      |Manifest: NOSIGNATURE         dixtas_armory-1.1.7-1.20.1-beta.jar               |dixta's Armory                |dixtas_armory                 |1.1.4-1.20.1-beta   |DONE      |Manifest: NOSIGNATURE         inventorypets-1.20.1-2.1.1.jar                    |Inventory Pets                |inventorypets                 |2.1.1               |DONE      |Manifest: NOSIGNATURE         JustEnoughResources-1.20.1-1.4.0.247.jar          |Just Enough Resources         |jeresources                   |1.4.0.247           |DONE      |Manifest: NOSIGNATURE         YungsBetterNetherFortresses-1.20-Forge-2.0.6.jar  |YUNG's Better Nether Fortresse|betterfortresses              |1.20-Forge-2.0.6    |DONE      |Manifest: NOSIGNATURE         SpelunkersCharm-3.5.9-1.20.1.jar                  |Spelunker's Charm             |spelunkers_charm              |3.5.9               |DONE      |Manifest: NOSIGNATURE         twilightforest-1.20.1-4.3.2145-universal.jar      |The Twilight Forest           |twilightforest                |4.3.2145            |DONE      |Manifest: NOSIGNATURE         ironchest-1.20.1-14.4.4.jar                       |Iron Chests                   |ironchest                     |1.20.1-14.4.4       |DONE      |Manifest: NOSIGNATURE         nyfsspiders-forge-1.20.1-2.1.1.jar                |Nyf's Spiders                 |nyfsspiders                   |2.1.1               |DONE      |Manifest: NOSIGNATURE         client-1.20.1-20230612.114412-srg.jar             |Minecraft                     |minecraft                     |1.20.1              |DONE      |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f         sons-of-sins-1.20.1-2.1.6.jar                     |Sons of Sins                  |sons_of_sins                  |2.1.6               |DONE      |Manifest: NOSIGNATURE         lucky-block-forge-1.20.1-13.0.jar                 |Lucky Block                   |lucky                         |1.20.1-13.0         |DONE      |Manifest: NOSIGNATURE         TerraBlender-forge-1.20.1-3.0.1.4.jar             |TerraBlender                  |terrablender                  |3.0.1.4             |DONE      |Manifest: NOSIGNATURE         AmbientSounds_FORGE_v5.3.9_mc1.20.1.jar           |AmbientSounds                 |ambientsounds                 |5.3.9               |DONE      |Manifest: NOSIGNATURE         BiomesOPlenty-1.20.1-18.0.0.592.jar               |Biomes O' Plenty              |biomesoplenty                 |18.0.0.592          |DONE      |Manifest: NOSIGNATURE         CreativeCore_FORGE_v2.11.27_mc1.20.1.jar          |CreativeCore                  |creativecore                  |2.11.27             |DONE      |Manifest: NOSIGNATURE         From-The-Fog-1.20-v1.9.2-Forge-Fabric.jar         |From The Fog                  |watching                      |1.9.2               |DONE      |Manifest: NOSIGNATURE         YungsBridges-1.20-Forge-4.0.3.jar                 |YUNG's Bridges                |yungsbridges                  |1.20-Forge-4.0.3    |DONE      |Manifest: NOSIGNATURE         born_in_chaos_[Forge]1.20.1_1.2.jar               |Born in Chaos                 |born_in_chaos_v1              |1.0.0               |DONE      |Manifest: NOSIGNATURE         calio-forge-1.20.1-1.11.0.3.jar                   |Calio                         |calio                         |1.20.1-1.11.0.3     |DONE      |Manifest: NOSIGNATURE         L_Enders_Cataclysm-1.90 -1.20.1.jar               |Cataclysm Mod                 |cataclysm                     |1.0                 |DONE      |Manifest: NOSIGNATURE         curios-forge-5.9.0+1.20.1.jar                     |Curios API                    |curios                        |5.9.0+1.20.1        |DONE      |Manifest: NOSIGNATURE         ars_nouveau-1.20.1-4.10.0-all.jar                 |Ars Nouveau                   |ars_nouveau                   |4.10.0              |DONE      |Manifest: NOSIGNATURE         origins-forge-1.20.1-1.10.0.7-all.jar             |Origins                       |origins                       |1.20.1-1.10.0.7     |DONE      |Manifest: NOSIGNATURE         Xaeros_Minimap_24.1.1_Forge_1.20.jar              |Xaero's Minimap               |xaerominimap                  |24.1.1              |DONE      |Manifest: NOSIGNATURE         The-Man-From-The-Fog-1.2.4a-1.20.1.jar            |The Man From The Fog          |man                           |1.2.4               |DONE      |Manifest: NOSIGNATURE         Rats-1.20.1-8.1.2.jar                             |Rats                          |rats                          |1.20.1-8.1.2        |DONE      |Manifest: NOSIGNATURE         forge-1.20.1-47.2.20-universal.jar                |Forge                         |forge                         |47.2.20             |DONE      |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90         ArPhEx_1.8.12_1.20.1.jar                          |Arthropod Phobia Expansions   |arphex                        |1.8.12              |DONE      |Manifest: NOSIGNATURE         ars_elemental-1.20.1-0.6.5.jar                    |Ars Elemental                 |ars_elemental                 |1.20.1-0.6.5        |DONE      |Manifest: NOSIGNATURE         YungsExtras-1.20-Forge-4.0.3.jar                  |YUNG's Extras                 |yungsextras                   |1.20-Forge-4.0.3    |DONE      |Manifest: NOSIGNATURE         Gods-and-Heroes-1.6.1.jar                         |Gods and Heroes               |gh                            |1.6.1_Forge&Fabric  |DONE      |Manifest: NOSIGNATURE         ftb-ultimine-forge-2001.1.4.jar                   |FTB Ultimine                  |ftbultimine                   |2001.1.4            |DONE      |Manifest: NOSIGNATURE         YungsBetterStrongholds-1.20-Forge-4.0.3.jar       |YUNG's Better Strongholds     |betterstrongholds             |1.20-Forge-4.0.3    |DONE      |Manifest: NOSIGNATURE         tombstone-1.20.1-8.6.5.jar                        |Corail Tombstone              |tombstone                     |8.6.5               |DONE      |Manifest: NOSIGNATURE         YungsMenuTweaks-1.20.1-Forge-1.0.2.jar            |YUNG's Menu Tweaks            |yungsmenutweaks               |1.20.1-Forge-1.0.2  |DONE      |Manifest: NOSIGNATURE         coroutil-forge-1.20.1-1.3.7.jar                   |CoroUtil                      |coroutil                      |1.20.1-1.3.7        |DONE      |Manifest: NOSIGNATURE         deeperdarker-forge-1.20.1-1.2.1.jar               |Deeper and Darker             |deeperdarker                  |1.2.1               |DONE      |Manifest: NOSIGNATURE         architectury-9.2.14-forge.jar                     |Architectury                  |architectury                  |9.2.14              |DONE      |Manifest: NOSIGNATURE         ftb-library-forge-2001.1.5.jar                    |FTB Library                   |ftblibrary                    |2001.1.5            |DONE      |Manifest: NOSIGNATURE         ftb-teams-forge-2001.1.4.jar                      |FTB Teams                     |ftbteams                      |2001.1.4            |DONE      |Manifest: NOSIGNATURE         ftb-chunks-forge-2001.2.7.jar                     |FTB Chunks                    |ftbchunks                     |2001.2.7            |DONE      |Manifest: NOSIGNATURE         ftb-quests-forge-2001.3.5.jar                     |FTB Quests                    |ftbquests                     |2001.3.5            |DONE      |Manifest: NOSIGNATURE         YungsBetterEndIsland-1.20-Forge-2.0.6.jar         |YUNG's Better End Island      |betterendisland               |1.20-Forge-2.0.6    |DONE      |Manifest: NOSIGNATURE         Deep Dark Regrowth 1.2.5.1 - 1.20.1.jar           |Deep Dark: Regrowth           |deep_dark_regrowth            |1.2.5.1             |DONE      |Manifest: NOSIGNATURE         Voidscape-1.20.1-1.5.389.jar                      |Voidscape                     |voidscape                     |1.20.1-1.5.389      |DONE      |Manifest: NOSIGNATURE         infiniverse-1.20.1-1.0.0.5.jar                    |Infiniverse                   |infiniverse                   |1.0.0.5             |DONE      |Manifest: NOSIGNATURE         fight_or_die-1.20.1-1.1.4.jar                     |Fight or Die Mutations        |fight_or_die                  |1.20.1-1.1.4        |DONE      |Manifest: NOSIGNATURE         YungsBetterMineshafts-1.20-Forge-4.0.4.jar        |YUNG's Better Mineshafts      |bettermineshafts              |1.20-Forge-4.0.4    |DONE      |Manifest: NOSIGNATURE         phantasm-forge-0.1.jar                            |End's Phantasm                |phantasm                      |0.1                 |DONE      |Manifest: NOSIGNATURE         aquamirae-6.API15.jar                             |Aquamirae                     |aquamirae                     |6.API15             |DONE      |Manifest: NOSIGNATURE         Essential (forge_1.20.1).jar                      |Essential                     |essential                     |1.3.1.3+g88238d7752 |DONE      |Manifest: NOSIGNATURE         YungsBetterJungleTemples-1.20-Forge-2.0.4.jar     |YUNG's Better Jungle Temples  |betterjungletemples           |1.20-Forge-2.0.4    |DONE      |Manifest: NOSIGNATURE     Crash Report UUID: 093f2885-caf5-4a87-965d-511fd2c9d9ae     FML: 47.2     Forge: net.minecraftforge:47.2.20
    • I get a death message in chat every time I take damage example: [16:29:13] [Render thread/INFO]: [System] [CHAT] fall,Syndrick hit the ground too hard. I didn't die from that fall. I remember the exact moment it started happening, and what mods I had added. I have since removed said mods trying to fix it, and nothing has worked. I have also disabled a bunch of other mods that could be the cause, but that hasn't worked either. I've gone through the logs with chatgpt, and that hasn't helped either. This is my last resort, so if anyone can help me, that'd be insanely appreciated. Thank You.
    • The error is due to being unable to setup the server on the IP address or port number you specified in the server settings. (Failed to bind to port)  I usually get this myself when i have a VPN turned on, or if the server is already open in the background. If you do not have a VPN turned on then try changing the port number in the server.config file to use something other than the default 25565 port. Also check your firewall settings to make sure Minecraft is not blocked in any way Hope this helps!   
    • Crash log and latest.txt https://paste.ee/p/7t93I
  • Topics

×
×
  • Create New...

Important Information

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