Advertisement
Guest User

Untitled

a guest
Sep 8th, 2022
425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 123.01 KB | None | 0 0
  1. [19:48:15] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
  2. [19:48:15] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
  3. [19:48:15] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
  4. [19:48:15] [main/INFO]: Forge Mod Loader version 14.23.5.2860 for Minecraft 1.12.2 loading
  5. [19:48:15] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 10:amd64:10.0, installed at C:\Users\rainy\curseforge\minecraft\Install\runtime\jre-legacy\windows-x64\jre-legacy
  6. [19:48:15] [main/INFO]: Searching C:\Users\rainy\curseforge\minecraft\Instances\Roguelike Adventures and Dungeons (1)\mods for mods
  7. [19:48:15] [main/INFO]: Searching C:\Users\rainy\curseforge\minecraft\Instances\Roguelike Adventures and Dungeons (1)\mods\1.12.2 for mods
  8. [19:48:15] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in Apotheosis-1.12.2-1.12.5.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  9. [19:48:15] [main/WARN]: The coremod ApotheosisCore (shadows.ApotheosisCore) is not signed!
  10. [19:48:15] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in AppleCore-mc1.12.2-3.4.0.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  11. [19:48:15] [main/WARN]: The coremod AppleCore (squeek.applecore.AppleCore) is not signed!
  12. [19:48:15] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in Aroma1997Core-1.12.2-2.0.0.2.b167.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  13. [19:48:15] [main/WARN]: The coremod aroma1997.core.coremod.CoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  14. [19:48:15] [main/INFO]: Loading tweaker guichaguri.betterfps.tweaker.BetterFpsTweaker from BetterFps-1.4.8.jar
  15. [19:48:15] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in biggerpacketsplz-since1.8-1.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  16. [19:48:15] [main/WARN]: The coremod net.elnounch.mc.biggerpacketsplz.BiggerPacketsPlzCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  17. [19:48:15] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in Bloodmoon-MC1.12.2-1.5.3.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  18. [19:48:15] [main/WARN]: The coremod lumien.bloodmoon.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  19. [19:48:15] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in Charm-1.12.2-1.4.1.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  20. [19:48:15] [main/WARN]: The coremod svenhjol.charm.base.CharmLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  21. [19:48:15] [main/WARN]: The coremod CharmLoadingPlugin (svenhjol.charm.base.CharmLoadingPlugin) is not signed!
  22. [19:48:15] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in colytra-1.12.2-1.2.0.4.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  23. [19:48:15] [main/WARN]: The coremod c4.colytra.asm.ColytraLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  24. [19:48:15] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in CTM-MC1.12.2-1.0.2.31.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  25. [19:48:15] [main/WARN]: The coremod team.chisel.ctm.client.asm.CTMCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  26. [19:48:15] [main/WARN]: The coremod CTMCorePlugin (team.chisel.ctm.client.asm.CTMCorePlugin) is not signed!
  27. [19:48:15] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in DefaultSettings-1.8.x-1.12.x-2.2.4.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  28. [19:48:15] [main/WARN]: The coremod de.pt400c.defaultsettings.core.DefaultSettingsPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  29. [19:48:15] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in eyeofdragons-0.0.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  30. [19:48:15] [main/ERROR]: Coremod EyeOfDragonsPlugin: Unable to class load the plugin de.curlybracket.eyeofdragons.EyeOfDragonsPlugin
  31. java.lang.ClassNotFoundException: de.curlybracket.eyeofdragons.EyeOfDragonsPlugin
  32. at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_51]
  33. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117) ~[launchwrapper-1.12.jar:?]
  34. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_51]
  35. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51]
  36. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_51]
  37. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_51]
  38. at net.minecraftforge.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:527) [forge-1.12.2-14.23.5.2860.jar:?]
  39. at net.minecraftforge.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:451) [forge-1.12.2-14.23.5.2860.jar:?]
  40. at net.minecraftforge.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:265) [forge-1.12.2-14.23.5.2860.jar:?]
  41. at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:107) [forge-1.12.2-14.23.5.2860.jar:?]
  42. at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:81) [forge-1.12.2-14.23.5.2860.jar:?]
  43. at net.minecraftforge.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:42) [forge-1.12.2-14.23.5.2860.jar:?]
  44. at net.minecraftforge.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:141) [forge-1.12.2-14.23.5.2860.jar:?]
  45. at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
  46. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  47. [19:48:15] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in foamfix-0.10.15-1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  48. [19:48:15] [main/WARN]: The coremod pl.asie.foamfix.coremod.FoamFixCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  49. [19:48:15] [main/WARN]: The coremod Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (pl.asie.foamfix.coremod.FoamFixCore) is not signed!
  50. [19:48:15] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in ForgeEndertech-1.12.2-4.5.6.0-build.0619.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  51. [19:48:15] [main/WARN]: The coremod com.endertech.minecraft.forge.coremod.CorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  52. [19:48:15] [main/WARN]: The coremod CorePlugin (com.endertech.minecraft.forge.coremod.CorePlugin) is not signed!
  53. [19:48:15] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in Forgelin-1.8.4.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  54. [19:48:15] [main/WARN]: The coremod net.shadowfacts.forgelin.preloader.ForgelinPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  55. [19:48:15] [main/WARN]: The coremod ForgelinPlugin (net.shadowfacts.forgelin.preloader.ForgelinPlugin) is not signed!
  56. [19:48:15] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in iceandfire-1.9.1-1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  57. [19:48:15] [main/WARN]: The coremod iceandfire (com.github.alexthe666.iceandfire.asm.IceAndFirePlugin) is not signed!
  58. [19:48:15] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in InventoryTweaks-1.63.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  59. [19:48:15] [main/WARN]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  60. [19:48:15] [main/WARN]: The coremod com.creativemd.itemphysic.ItemPatchingLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  61. [19:48:15] [main/WARN]: The coremod ItemPatchingLoader (com.creativemd.itemphysic.ItemPatchingLoader) is not signed!
  62. [19:48:15] [main/WARN]: The coremod ivorius.ivtoolkit.IvToolkitLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  63. [19:48:15] [main/WARN]: The coremod IvToolkit (ivorius.ivtoolkit.IvToolkitLoadingPlugin) is not signed!
  64. [19:48:15] [main/INFO]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from JustEnoughIDs-1.0.4-SNAPSHOT-thin.jar
  65. [19:48:15] [main/INFO]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from levelup2-1.5.8.jar
  66. [19:48:15] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in librarianlib-1.12.2-4.22.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  67. [19:48:15] [main/WARN]: The coremod com.teamwizardry.librarianlib.asm.LibLibCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  68. [19:48:15] [main/WARN]: The coremod LibrarianLib Plugin (com.teamwizardry.librarianlib.asm.LibLibCorePlugin) is not signed!
  69. [19:48:15] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in mdxlib-3.0.0.26.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  70. [19:48:15] [main/WARN]: The coremod FMLModule (com.asx.mdx.FMLModule) is not signed!
  71. [19:48:15] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in OpenModsLib-1.12.2-0.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  72. [19:48:15] [main/WARN]: The coremod openmods.core.OpenModsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  73. [19:48:15] [main/INFO]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.12.2_HD_U_G5.jar
  74. [19:48:15] [main/WARN]: The coremod OTGCorePlugin (com.pg85.otg.forge.asm.excluded.launch.OTGCorePlugin) is not signed!
  75. [19:48:15] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in Quark-r1.6-179.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  76. [19:48:15] [main/WARN]: The coremod Quark Plugin (vazkii.quark.base.asm.LoadingPlugin) is not signed!
  77. [19:48:15] [main/WARN]: The coremod com.therandomlabs.randompatches.core.RPCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  78. [19:48:15] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in RandomThings-MC1.12.2-4.2.7.4.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  79. [19:48:15] [main/WARN]: The coremod lumien.randomthings.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  80. [19:48:16] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in ResourceLoader-MC1.12.1-1.5.3.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  81. [19:48:16] [main/WARN]: The coremod lumien.resourceloader.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  82. [19:48:16] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in SoManyEnchantments-0.5.5.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  83. [19:48:16] [main/WARN]: The coremod com.Shultrea.Rin.Transformer.CoreLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
  84. [19:48:16] [main/WARN]: The coremod SoManyEnchantments ASM (com.Shultrea.Rin.Transformer.CoreLoader) is not signed!
  85. [19:48:16] [main/INFO]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from SpartanWeaponry-1.12.2-1.4.1.jar
  86. [19:48:16] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in ThaumicAugmentation-1.12.2-2.1.7.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  87. [19:48:16] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in Xaeros_Minimap_22.14.0_Forge_1.12.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  88. [19:48:16] [main/WARN]: The coremod XaeroMinimapPlugin (xaero.common.core.XaeroMinimapPlugin) is not signed!
  89. [19:48:16] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in XaerosWorldMap_1.27.0_Forge_1.12.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
  90. [19:48:16] [main/WARN]: The coremod XaeroWorldMapPlugin (xaero.map.core.XaeroWorldMapPlugin) is not signed!
  91. [19:48:16] [main/INFO]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from phosphor-1.12.2-0.2.6+build50-universal.jar
  92. [19:48:16] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
  93. [19:48:16] [main/INFO]: Loading tweak class name guichaguri.betterfps.tweaker.BetterFpsTweaker
  94. [19:48:16] [main/INFO]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
  95. [19:48:16] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8 Source=file:/C:/Users/rainy/curseforge/minecraft/Instances/Roguelike%20Adventures%20and%20Dungeons%20(1)/mods/levelup2-1.5.8.jar Service=LaunchWrapper Env=CLIENT
  96. [19:48:16] [main/DEBUG]: Instantiating coremod class LevelUpCore
  97. [19:48:16] [main/DEBUG]: The coremod levelup2.core.LevelUpCore requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded.
  98. [19:48:16] [main/WARN]: The coremod LevelUpCore (levelup2.core.LevelUpCore) is not signed!
  99. [19:48:16] [main/INFO]: Compatibility level set to JAVA_8
  100. [19:48:16] [main/DEBUG]: Enqueued coremod LevelUpCore
  101. [19:48:16] [main/DEBUG]: Instantiating coremod class JEIDLoadingPlugin
  102. [19:48:16] [main/TRACE]: coremod named JustEnoughIDs Extension Plugin is loading
  103. [19:48:16] [main/DEBUG]: The coremod org.dimdev.jeid.JEIDLoadingPlugin requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded.
  104. [19:48:16] [main/WARN]: The coremod JustEnoughIDs Extension Plugin (org.dimdev.jeid.JEIDLoadingPlugin) is not signed!
  105. [19:48:16] [main/INFO]: Initializing JustEnoughIDs core mixins
  106. [19:48:16] [main/INFO]: Initializing JustEnoughIDs initialization mixins
  107. [19:48:16] [main/DEBUG]: Enqueued coremod JustEnoughIDs Extension Plugin
  108. [19:48:16] [main/DEBUG]: Instantiating coremod class MixinLoader
  109. [19:48:16] [main/TRACE]: coremod named SpartanWeaponry-MixinLoader is loading
  110. [19:48:16] [main/DEBUG]: The coremod com.oblivioussp.spartanweaponry.mixin.MixinLoader requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded.
  111. [19:48:16] [main/WARN]: The coremod SpartanWeaponry-MixinLoader (com.oblivioussp.spartanweaponry.mixin.MixinLoader) is not signed!
  112. [19:48:16] [main/DEBUG]: Enqueued coremod SpartanWeaponry-MixinLoader
  113. [19:48:16] [main/DEBUG]: Instantiating coremod class PhosphorFMLLoadingPlugin
  114. [19:48:16] [main/DEBUG]: The coremod me.jellysquid.mods.phosphor.core.PhosphorFMLLoadingPlugin requested minecraft version 1.12.2 and minecraft is 1.12.2. It will be loaded.
  115. [19:48:16] [main/DEBUG]: Found signing certificates for coremod PhosphorFMLLoadingPlugin (me.jellysquid.mods.phosphor.core.PhosphorFMLLoadingPlugin)
  116. [19:48:16] [main/DEBUG]: Found certificate f0387d288626cc2d937daa504e74af570c52a2f1
  117. [19:48:16] [main/DEBUG]: Enqueued coremod PhosphorFMLLoadingPlugin
  118. [19:48:16] [main/WARN]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
  119. [19:48:16] [main/INFO]: Loading tweak class name optifine.OptiFineForgeTweaker
  120. [19:48:16] [main/WARN]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
  121. [19:48:16] [main/WARN]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
  122. [19:48:16] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
  123. [19:48:16] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
  124. [19:48:16] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
  125. [19:48:16] [main/INFO]: Calling tweak class optifine.OptiFineForgeTweaker
  126. [19:48:16] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: acceptOptions
  127. [19:48:16] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: injectIntoClassLoader
  128. [19:48:16] [main/INFO]: [optifine.OptiFineClassTransformer:dbg:242]: OptiFine ClassTransformer
  129. [19:48:16] [main/INFO]: [optifine.OptiFineClassTransformer:dbg:242]: OptiFine ZIP file: C:\Users\rainy\curseforge\minecraft\Instances\Roguelike Adventures and Dungeons (1)\mods\OptiFine_1.12.2_HD_U_G5.jar
  130. [19:48:16] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  131. [19:48:16] [main/DEBUG]: Injecting coremod FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\} class transformers
  132. [19:48:16] [main/TRACE]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer
  133. [19:48:16] [main/TRACE]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
  134. [19:48:16] [main/TRACE]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
  135. [19:48:16] [main/TRACE]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SoundEngineFixTransformer
  136. [19:48:16] [main/DEBUG]: Injection complete
  137. [19:48:16] [main/DEBUG]: Running coremod plugin for FMLCorePlugin \{net.minecraftforge.fml.relauncher.FMLCorePlugin\}
  138. [19:48:16] [main/DEBUG]: Running coremod plugin FMLCorePlugin
  139. [19:48:17] [main/INFO]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
  140. [19:48:17] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
  141. [19:48:17] [main/DEBUG]: Coremod plugin class FMLCorePlugin run successfully
  142. [19:48:17] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  143. [19:48:17] [main/DEBUG]: Injecting coremod FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\} class transformers
  144. [19:48:17] [main/DEBUG]: Injection complete
  145. [19:48:17] [main/DEBUG]: Running coremod plugin for FMLForgePlugin \{net.minecraftforge.classloading.FMLForgePlugin\}
  146. [19:48:17] [main/DEBUG]: Running coremod plugin FMLForgePlugin
  147. [19:48:17] [main/DEBUG]: Coremod plugin class FMLForgePlugin run successfully
  148. [19:48:17] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  149. [19:48:17] [main/DEBUG]: Injecting coremod CoreMod \{aroma1997.core.coremod.CoreMod\} class transformers
  150. [19:48:17] [main/DEBUG]: Injection complete
  151. [19:48:17] [main/DEBUG]: Running coremod plugin for CoreMod \{aroma1997.core.coremod.CoreMod\}
  152. [19:48:17] [main/DEBUG]: Running coremod plugin CoreMod
  153. [19:48:17] [main/INFO]: Finished data injection.
  154. [19:48:17] [main/INFO]: Finished data injection.
  155. [19:48:17] [main/DEBUG]: Coremod plugin class CoreMod run successfully
  156. [19:48:17] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  157. [19:48:17] [main/DEBUG]: Injecting coremod BiggerPacketsPlzCoreMod \{net.elnounch.mc.biggerpacketsplz.BiggerPacketsPlzCoreMod\} class transformers
  158. [19:48:17] [main/TRACE]: Registering transformer net.elnounch.mc.biggerpacketsplz.BiggerPacketsPlzClassTransformer
  159. [19:48:18] [main/DEBUG]: Injection complete
  160. [19:48:18] [main/DEBUG]: Running coremod plugin for BiggerPacketsPlzCoreMod \{net.elnounch.mc.biggerpacketsplz.BiggerPacketsPlzCoreMod\}
  161. [19:48:18] [main/DEBUG]: Running coremod plugin BiggerPacketsPlzCoreMod
  162. [19:48:18] [main/DEBUG]: Coremod plugin class BiggerPacketsPlzCoreMod run successfully
  163. [19:48:18] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  164. [19:48:18] [main/DEBUG]: Injecting coremod CharmLoadingPlugin \{svenhjol.charm.base.CharmLoadingPlugin\} class transformers
  165. [19:48:18] [main/TRACE]: Registering transformer svenhjol.charm.base.CharmClassTransformer
  166. [19:48:18] [main/DEBUG]: Injection complete
  167. [19:48:18] [main/DEBUG]: Running coremod plugin for CharmLoadingPlugin \{svenhjol.charm.base.CharmLoadingPlugin\}
  168. [19:48:18] [main/DEBUG]: Running coremod plugin CharmLoadingPlugin
  169. [19:48:18] [main/DEBUG]: Coremod plugin class CharmLoadingPlugin run successfully
  170. [19:48:18] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  171. [19:48:18] [main/DEBUG]: Injecting coremod ColytraLoadingPlugin \{c4.colytra.asm.ColytraLoadingPlugin\} class transformers
  172. [19:48:18] [main/TRACE]: Registering transformer c4.colytra.asm.ElytraTransformer
  173. [19:48:18] [main/DEBUG]: Injection complete
  174. [19:48:18] [main/DEBUG]: Running coremod plugin for ColytraLoadingPlugin \{c4.colytra.asm.ColytraLoadingPlugin\}
  175. [19:48:18] [main/DEBUG]: Running coremod plugin ColytraLoadingPlugin
  176. [19:48:18] [main/DEBUG]: Coremod plugin class ColytraLoadingPlugin run successfully
  177. [19:48:18] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  178. [19:48:18] [main/DEBUG]: Injecting coremod CorePlugin \{com.endertech.minecraft.forge.coremod.CorePlugin\} class transformers
  179. [19:48:18] [main/DEBUG]: Injection complete
  180. [19:48:18] [main/DEBUG]: Running coremod plugin for CorePlugin \{com.endertech.minecraft.forge.coremod.CorePlugin\}
  181. [19:48:18] [main/DEBUG]: Running coremod plugin CorePlugin
  182. [19:48:18] [main/DEBUG]: Coremod plugin class CorePlugin run successfully
  183. [19:48:18] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  184. [19:48:18] [main/DEBUG]: Injecting coremod ForgelinPlugin \{net.shadowfacts.forgelin.preloader.ForgelinPlugin\} class transformers
  185. [19:48:18] [main/DEBUG]: Injection complete
  186. [19:48:18] [main/DEBUG]: Running coremod plugin for ForgelinPlugin \{net.shadowfacts.forgelin.preloader.ForgelinPlugin\}
  187. [19:48:18] [main/DEBUG]: Running coremod plugin ForgelinPlugin
  188. [19:48:18] [main/DEBUG]: Coremod plugin class ForgelinPlugin run successfully
  189. [19:48:18] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  190. [19:48:18] [main/DEBUG]: Injecting coremod ItemPatchingLoader \{com.creativemd.itemphysic.ItemPatchingLoader\} class transformers
  191. [19:48:18] [main/TRACE]: Registering transformer com.creativemd.itemphysic.ItemTransformer
  192. [19:48:18] [main/DEBUG]: Injection complete
  193. [19:48:18] [main/DEBUG]: Running coremod plugin for ItemPatchingLoader \{com.creativemd.itemphysic.ItemPatchingLoader\}
  194. [19:48:18] [main/DEBUG]: Running coremod plugin ItemPatchingLoader
  195. [19:48:18] [main/DEBUG]: Coremod plugin class ItemPatchingLoader run successfully
  196. [19:48:18] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  197. [19:48:18] [main/DEBUG]: Injecting coremod IvToolkit \{ivorius.ivtoolkit.IvToolkitLoadingPlugin\} class transformers
  198. [19:48:18] [main/DEBUG]: Injection complete
  199. [19:48:18] [main/DEBUG]: Running coremod plugin for IvToolkit \{ivorius.ivtoolkit.IvToolkitLoadingPlugin\}
  200. [19:48:18] [main/DEBUG]: Running coremod plugin IvToolkit
  201. [19:48:18] [main/DEBUG]: Coremod plugin class IvToolkitLoadingPlugin run successfully
  202. [19:48:18] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  203. [19:48:18] [main/DEBUG]: Injecting coremod FMLModule \{com.asx.mdx.FMLModule\} class transformers
  204. [19:48:18] [main/TRACE]: Registering transformer com.asx.mdx.AccessTransformer
  205. [19:48:18] [main/INFO]: Loading access transformer: %s
  206. [19:48:18] [main/DEBUG]: Injection complete
  207. [19:48:18] [main/DEBUG]: Running coremod plugin for FMLModule \{com.asx.mdx.FMLModule\}
  208. [19:48:18] [main/DEBUG]: Running coremod plugin FMLModule
  209. [19:48:18] [main/DEBUG]: Coremod plugin class FMLModule run successfully
  210. [19:48:18] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  211. [19:48:18] [main/DEBUG]: Injecting coremod OTGCorePlugin \{com.pg85.otg.forge.asm.excluded.launch.OTGCorePlugin\} class transformers
  212. [19:48:18] [main/TRACE]: Registering transformer com.pg85.otg.forge.asm.excluded.OTGClassTransformer
  213. [19:48:18] [main/DEBUG]: Injection complete
  214. [19:48:18] [main/DEBUG]: Running coremod plugin for OTGCorePlugin \{com.pg85.otg.forge.asm.excluded.launch.OTGCorePlugin\}
  215. [19:48:18] [main/DEBUG]: Running coremod plugin OTGCorePlugin
  216. [19:48:18] [main/DEBUG]: Coremod plugin class OTGCorePlugin run successfully
  217. [19:48:18] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  218. [19:48:18] [main/DEBUG]: Injecting coremod XaeroMinimapPlugin \{xaero.common.core.XaeroMinimapPlugin\} class transformers
  219. [19:48:18] [main/TRACE]: Registering transformer xaero.common.core.transformer.ChunkTransformer
  220. [19:48:18] [main/TRACE]: Registering transformer xaero.common.core.transformer.NetHandlerPlayClientTransformer
  221. [19:48:18] [main/TRACE]: Registering transformer xaero.common.core.transformer.EntityPlayerTransformer
  222. [19:48:18] [main/TRACE]: Registering transformer xaero.common.core.transformer.AbstractClientPlayerTransformer
  223. [19:48:18] [main/TRACE]: Registering transformer xaero.common.core.transformer.WorldClientTransformer
  224. [19:48:18] [main/TRACE]: Registering transformer xaero.common.core.transformer.EntityPlayerSPTransformer
  225. [19:48:18] [main/TRACE]: Registering transformer xaero.common.core.transformer.PlayerListTransformer
  226. [19:48:18] [main/TRACE]: Registering transformer xaero.common.core.transformer.SaveFormatTransformer
  227. [19:48:18] [main/TRACE]: Registering transformer xaero.common.core.transformer.GuiIngameForgeTransformer
  228. [19:48:18] [main/TRACE]: Registering transformer xaero.common.core.transformer.GuiBossOverlayTransformer
  229. [19:48:18] [main/TRACE]: Registering transformer xaero.common.core.transformer.ModelRendererTransformer
  230. [19:48:18] [main/DEBUG]: Injection complete
  231. [19:48:18] [main/DEBUG]: Running coremod plugin for XaeroMinimapPlugin \{xaero.common.core.XaeroMinimapPlugin\}
  232. [19:48:18] [main/DEBUG]: Running coremod plugin XaeroMinimapPlugin
  233. [19:48:18] [main/DEBUG]: Coremod plugin class XaeroMinimapPlugin run successfully
  234. [19:48:18] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  235. [19:48:18] [main/DEBUG]: Injecting coremod XaeroWorldMapPlugin \{xaero.map.core.XaeroWorldMapPlugin\} class transformers
  236. [19:48:18] [main/TRACE]: Registering transformer xaero.map.core.transformer.ChunkTransformer
  237. [19:48:18] [main/TRACE]: Registering transformer xaero.map.core.transformer.NetHandlerPlayClientTransformer
  238. [19:48:18] [main/TRACE]: Registering transformer xaero.map.core.transformer.EntityPlayerTransformer
  239. [19:48:18] [main/TRACE]: Registering transformer xaero.map.core.transformer.AbstractClientPlayerTransformer
  240. [19:48:18] [main/TRACE]: Registering transformer xaero.map.core.transformer.WorldClientTransformer
  241. [19:48:18] [main/TRACE]: Registering transformer xaero.map.core.transformer.PlayerListTransformer
  242. [19:48:18] [main/TRACE]: Registering transformer xaero.map.core.transformer.SaveFormatTransformer
  243. [19:48:18] [main/TRACE]: Registering transformer xaero.map.core.transformer.BiomeColorHelperTransformer
  244. [19:48:18] [main/DEBUG]: Injection complete
  245. [19:48:18] [main/DEBUG]: Running coremod plugin for XaeroWorldMapPlugin \{xaero.map.core.XaeroWorldMapPlugin\}
  246. [19:48:18] [main/DEBUG]: Running coremod plugin XaeroWorldMapPlugin
  247. [19:48:18] [main/DEBUG]: Coremod plugin class XaeroWorldMapPlugin run successfully
  248. [19:48:18] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  249. [19:48:18] [main/DEBUG]: Injecting coremod TheBetweenlandsLoadingPlugin \{thebetweenlands.core.TheBetweenlandsLoadingPlugin\} class transformers
  250. [19:48:18] [main/TRACE]: Registering transformer thebetweenlands.core.TheBetweenlandsClassTransformer
  251. [19:48:18] [main/DEBUG]: Injection complete
  252. [19:48:18] [main/DEBUG]: Running coremod plugin for TheBetweenlandsLoadingPlugin \{thebetweenlands.core.TheBetweenlandsLoadingPlugin\}
  253. [19:48:18] [main/DEBUG]: Running coremod plugin TheBetweenlandsLoadingPlugin
  254. [19:48:18] [main/DEBUG]: Coremod plugin class TheBetweenlandsLoadingPlugin run successfully
  255. [19:48:18] [main/INFO]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
  256. [19:48:18] [main/INFO]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@ae2db25
  257. [19:48:18] [main/DEBUG]: Injecting coremod LevelUpCore \{levelup2.core.LevelUpCore\} class transformers
  258. [19:48:18] [main/DEBUG]: Injection complete
  259. [19:48:18] [main/DEBUG]: Running coremod plugin for LevelUpCore \{levelup2.core.LevelUpCore\}
  260. [19:48:18] [main/DEBUG]: Running coremod plugin LevelUpCore
  261. [19:48:18] [main/DEBUG]: Coremod plugin class LevelUpCore run successfully
  262. [19:48:18] [main/DEBUG]: Injecting coremod JustEnoughIDs Extension Plugin \{org.dimdev.jeid.JEIDLoadingPlugin\} class transformers
  263. [19:48:18] [main/TRACE]: Registering transformer org.dimdev.jeid.JEIDTransformer
  264. [19:48:18] [main/DEBUG]: Injection complete
  265. [19:48:18] [main/DEBUG]: Running coremod plugin for JustEnoughIDs Extension Plugin \{org.dimdev.jeid.JEIDLoadingPlugin\}
  266. [19:48:18] [main/DEBUG]: Running coremod plugin JustEnoughIDs Extension Plugin
  267. [19:48:18] [main/DEBUG]: Coremod plugin class JEIDLoadingPlugin run successfully
  268. [19:48:18] [main/DEBUG]: Injecting coremod SpartanWeaponry-MixinLoader \{com.oblivioussp.spartanweaponry.mixin.MixinLoader\} class transformers
  269. [19:48:18] [main/DEBUG]: Injection complete
  270. [19:48:18] [main/DEBUG]: Running coremod plugin for SpartanWeaponry-MixinLoader \{com.oblivioussp.spartanweaponry.mixin.MixinLoader\}
  271. [19:48:18] [main/DEBUG]: Running coremod plugin SpartanWeaponry-MixinLoader
  272. [19:48:18] [main/DEBUG]: Coremod plugin class MixinLoader run successfully
  273. [19:48:18] [main/DEBUG]: Injecting coremod PhosphorFMLLoadingPlugin \{me.jellysquid.mods.phosphor.core.PhosphorFMLLoadingPlugin\} class transformers
  274. [19:48:18] [main/DEBUG]: Injection complete
  275. [19:48:18] [main/DEBUG]: Running coremod plugin for PhosphorFMLLoadingPlugin \{me.jellysquid.mods.phosphor.core.PhosphorFMLLoadingPlugin\}
  276. [19:48:18] [main/DEBUG]: Running coremod plugin PhosphorFMLLoadingPlugin
  277. [19:48:18] [main/DEBUG]: Coremod plugin class PhosphorFMLLoadingPlugin run successfully
  278. [19:48:18] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  279. [19:48:18] [main/DEBUG]: Injecting coremod OpenModsCorePlugin \{openmods.core.OpenModsCorePlugin\} class transformers
  280. [19:48:18] [main/TRACE]: Registering transformer openmods.core.OpenModsClassTransformer
  281. [19:48:18] [main/DEBUG]: Injection complete
  282. [19:48:18] [main/DEBUG]: Running coremod plugin for OpenModsCorePlugin \{openmods.core.OpenModsCorePlugin\}
  283. [19:48:18] [main/DEBUG]: Running coremod plugin OpenModsCorePlugin
  284. [19:48:18] [main/DEBUG]: Coremod plugin class OpenModsCorePlugin run successfully
  285. [19:48:18] [main/INFO]: Calling tweak class guichaguri.betterfps.tweaker.BetterFpsTweaker
  286. [19:48:18] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
  287. [19:48:18] [main/INFO]: Loading access transformer: %s
  288. [19:48:18] [main/DEBUG]: Validating minecraft
  289. [19:48:18] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  290. [19:48:18] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  291. [19:48:18] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  292. [19:48:18] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  293. [19:48:18] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  294. [19:48:18] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  295. [19:48:18] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  296. [19:48:18] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  297. [19:48:18] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  298. [19:48:18] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  299. [19:48:19] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  300. [19:48:19] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  301. [19:48:19] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  302. [19:48:19] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  303. [19:48:19] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  304. [19:48:19] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  305. [19:48:19] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
  306. [19:48:19] [main/INFO]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker
  307. [19:48:19] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
  308. [19:48:19] [main/INFO]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker
  309. [19:48:19] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: getLaunchArguments
  310. [19:48:19] [main/INFO]: Transforming TileEntityFurnace
  311. [19:48:19] [main/INFO]: Applying Transformation to method (Names [smeltItem, func_145949_j, o] Descriptor ()V / ()V)
  312. [19:48:19] [main/INFO]: Located method, patching...
  313. [19:48:19] [main/INFO]: Located target ASTORE 2
  314. [19:48:19] [main/INFO]: Patch result: true
  315. [19:48:19] [main/INFO]: Applying Transformation to method (Names [isItemValidForSlot, func_94041_b, b] Descriptor (ILnet/minecraft/item/ItemStack;)Z / (ILaip;)Z)
  316. [19:48:19] [main/INFO]: Located method, patching...
  317. [19:48:19] [main/INFO]: Located target ILOAD 1
  318. [19:48:19] [main/INFO]: Patch result: true
  319. [19:48:19] [main/INFO]: A re-entrant transformer '$wrapper.svenhjol.charm.base.CharmClassTransformer' was detected and will no longer process meta class data
  320. [19:48:19] [main/INFO]: [com.pg85.otg.forge.asm.excluded.OTGClassTransformer:transform:91]: OTG-Core transforming: net.minecraftforge.registries.GameData : net/minecraftforge/registries/GameData
  321. [19:48:19] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.world.chunk.BlockStateContainer.func_186018_a
  322. [19:48:19] [main/INFO]: Patching net.minecraft.block.Block... (aow)
  323. [19:48:19] [main/INFO]: A re-entrant transformer 'guichaguri.betterfps.transformers.PatcherTransformer' was detected and will no longer process meta class data
  324. [19:48:19] [main/INFO]: A re-entrant transformer '$wrapper.lumien.randomthings.asm.ClassTransformer' was detected and will no longer process meta class data
  325. [19:48:19] [main/INFO]: Successfully transformed class net.minecraft.block.Block
  326. [19:48:19] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.block.Block], Method [getExtendedState]
  327. [19:48:19] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.block.Block Finished.
  328. [19:48:19] [main/INFO]: [xaero.common.core.transformer.ClassNodeTransformer:transform:26]: Transforming class axw net.minecraft.world.chunk.Chunk
  329. [19:48:19] [main/INFO]: [xaero.map.core.transformer.ClassNodeTransformer:transform:26]: Transforming class net.minecraft.world.chunk.Chunk
  330. [19:48:19] [main/INFO]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
  331. [19:48:19] [main/INFO]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
  332. [19:48:19] [main/INFO]: A re-entrant transformer '$wrapper.pl.asie.foamfix.coremod.FoamFixTransformer' was detected and will no longer process meta class data
  333. [19:48:19] [main/INFO]: Transforming EnchantmentHelper...
  334. [19:48:19] [main/INFO]: Successfully transformed EnchantmentHelper.calcItemStackEnchantability
  335. [19:48:19] [main/INFO]: Successfully transformed EnchantmentHelper.getEnchantmentDatas
  336. [19:48:19] [main/INFO]: [Deadly] Transforming EnchantmentHelper...
  337. [19:48:19] [main/INFO]: [Deadly] Transforming EnchantmentHelper...
  338. [19:48:19] [main/INFO]: [Deadly] Successfully transformed EnchantmentHelper
  339. [19:48:19] [main/INFO]: Successfully transformed EnchantmentHelper
  340. [19:48:19] [main/INFO]: Transforming net.minecraft.enchantment.EnchantmentHelper
  341. [19:48:19] [main/INFO]: Applying Transformation to method (Names [getEnchantments, func_82781_a] Descriptor (Lnet/minecraft/item/ItemStack;)Ljava/util/Map;)
  342. [19:48:19] [main/INFO]: Located Method, patching...
  343. [19:48:19] [main/INFO]: Located patch target node INVOKEVIRTUAL net/minecraft/item/ItemStack.func_77986_q ()Lnet/minecraft/nbt/NBTTagList;
  344. [19:48:19] [main/INFO]: Patch result: true
  345. [19:48:19] [main/INFO]: [com.Shultrea.Rin.Transformer.SMEASM:transform:48]: Patching EnchantmentHelper
  346. [19:48:19] [main/INFO]: Successfully transformed class net.minecraft.client.renderer.RenderGlobal
  347. [19:48:19] [main/INFO]: Transforming net.minecraft.entity.Entity
  348. [19:48:19] [main/INFO]: Applying Transformation to method (Names [move, func_70091_d] Descriptor (Lnet/minecraft/entity/MoverType;DDD)V)
  349. [19:48:19] [main/INFO]: Located Method, patching...
  350. [19:48:19] [main/INFO]: Patch result: true
  351. [19:48:19] [main/INFO]: Located Method, patching...
  352. [19:48:19] [main/INFO]: Located patch target node INVOKEVIRTUAL net/minecraft/entity/Entity.func_145775_I ()V
  353. [19:48:19] [main/INFO]: Patch result: true
  354. [19:48:19] [main/INFO]: Applying Transformation to method (Names [onEntityUpdate, func_70030_z] Descriptor ()V)
  355. [19:48:19] [main/INFO]: Located Method, patching...
  356. [19:48:19] [main/INFO]: Patch result: true
  357. [19:48:19] [main/INFO]: [com.pg85.otg.forge.asm.excluded.OTGClassTransformer:transform:91]: OTG-Core transforming: net.minecraft.entity.projectile.EntityArrow : aeh
  358. [19:48:19] [main/INFO]: [Colytra ASM] Preparing to transform EntityLivingBase
  359. [19:48:19] [main/INFO]: [Colytra ASM] Initiating transformation to method (Names [onLivingUpdate, func_70636_d, n] Descriptor ()V / ()V)
  360. [19:48:19] [main/INFO]: [Colytra ASM] Found method, initiating patch...
  361. [19:48:19] [main/INFO]: [Colytra ASM] Found target node for patching: INVOKESPECIAL vp.r ()V
  362. [19:48:19] [main/INFO]: [Colytra ASM] Patch result: Success!
  363. [19:48:19] [main/INFO]: A re-entrant transformer '$wrapper.c4.colytra.asm.ElytraTransformer' was detected and will no longer process meta class data
  364. [19:48:19] [main/INFO]: [com.pg85.otg.forge.asm.excluded.OTGClassTransformer:transform:91]: OTG-Core transforming: net.minecraft.entity.EntityLivingBase : vp
  365. [19:48:19] [main/INFO]: Transforming EntityLivingBase...
  366. [19:48:19] [main/INFO]: Successfully transformed EntityLivingBase
  367. [19:48:19] [main/INFO]: Successfully transformed class net.minecraft.entity.EntityLivingBase
  368. [19:48:19] [main/INFO]: Transforming now: net.minecraft.client.Minecraft
  369. [19:48:19] [main/INFO]: ASM of frame rate method allowed!
  370. [19:48:19] [main/INFO]: Transformed framerate method!
  371. [19:48:19] [main/INFO]: A re-entrant transformer '$wrapper.de.pt400c.defaultsettings.core.DefaultSettingsClassTransformer' was detected and will no longer process meta class data
  372. [19:48:19] [main/INFO]: A re-entrant transformer '$wrapper.lumien.resourceloader.asm.ClassTransformer' was detected and will no longer process meta class data
  373. [19:48:19] [main/INFO]: A re-entrant transformer '$wrapper.com.therandomlabs.randompatches.core.RPTransformer' was detected and will no longer process meta class data
  374. [19:48:19] [main/INFO]: A re-entrant transformer '$wrapper.lumien.bloodmoon.asm.ClassTransformer' was detected and will no longer process meta class data
  375. [19:48:19] [main/INFO]: Transforming World
  376. [19:48:19] [main/INFO]: Applying Transformation to method (Names [updateEntities, func_72939_s] Descriptor ()V)
  377. [19:48:19] [main/INFO]: Attempting to insert: Update hook
  378. [19:48:19] [main/INFO]: Patch result: Success
  379. [19:48:19] [main/INFO]: Applying Transformation to method (Names [updateEntityWithOptionalForce, func_72866_a] Descriptor (Lnet/minecraft/entity/Entity;Z)V)
  380. [19:48:19] [main/INFO]: Attempting to insert: Update hook
  381. [19:48:19] [main/INFO]: Patch result: Success
  382. [19:48:19] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}
  383. [19:48:19] [main/INFO]: Patching net.minecraft.client.Minecraft... (bib)
  384. [19:48:19] [main/INFO]: Transforming now: net.minecraft.client.Minecraft
  385. [19:48:19] [main/INFO]: ASM of frame rate method allowed!
  386. [19:48:19] [main/INFO]: Transformed framerate method!
  387. [19:48:20] [main/INFO]: Transforming EntityPlayer
  388. [19:48:20] [main/INFO]: Applying Transformation to method (Names [getArmorVisibility, func_82243_bO, cW] Descriptor ()F / ()F)
  389. [19:48:20] [main/INFO]: Located method, patching...
  390. [19:48:20] [main/INFO]: Located target IINC 1 1
  391. [19:48:20] [main/INFO]: Patch result: true
  392. [19:48:20] [main/INFO]: [xaero.common.core.transformer.ClassNodeTransformer:transform:26]: Transforming class aed net.minecraft.entity.player.EntityPlayer
  393. [19:48:20] [main/INFO]: [xaero.map.core.transformer.ClassNodeTransformer:transform:26]: Transforming class net.minecraft.entity.player.EntityPlayer
  394. [19:48:20] [main/INFO]: Successfully transformed class net.minecraft.entity.player.EntityPlayer
  395. [19:48:20] [main/INFO]: [Colytra ASM] Preparing to transform EntityLivingBase
  396. [19:48:20] [main/INFO]: [Colytra ASM] Initiating transformation to method (Names [onLivingUpdate, func_70636_d, n] Descriptor ()V / ()V)
  397. [19:48:20] [main/INFO]: [Colytra ASM] Found method, initiating patch...
  398. [19:48:20] [main/INFO]: [Colytra ASM] Found target node for patching: INVOKESPECIAL vp.r ()V
  399. [19:48:20] [main/INFO]: [Colytra ASM] Patch result: Success!
  400. [19:48:20] [main/INFO]: [com.pg85.otg.forge.asm.excluded.OTGClassTransformer:transform:91]: OTG-Core transforming: net.minecraft.entity.EntityLivingBase : vp
  401. [19:48:20] [main/INFO]: Transforming EntityLivingBase...
  402. [19:48:20] [main/INFO]: Successfully transformed EntityLivingBase
  403. [19:48:20] [main/INFO]: Successfully transformed class net.minecraft.entity.EntityLivingBase
  404. [19:48:20] [main/INFO]: Transforming net.minecraft.item.ItemStack
  405. [19:48:20] [main/INFO]: Applying Transformation to method (Names [getTextComponent, func_151000_E] Descriptor ()Lnet/minecraft/util/text/ITextComponent;)
  406. [19:48:20] [main/INFO]: Located Method, patching...
  407. [19:48:20] [main/INFO]: Located patch target node ARETURN
  408. [19:48:20] [main/INFO]: Patch result: true
  409. [19:48:20] [main/INFO]: A re-entrant transformer '$wrapper.vazkii.quark.base.asm.ClassTransformer' was detected and will no longer process meta class data
  410. [19:48:20] [main/INFO]: Patching math utils with "RIVENS_HALF" algorithm
  411. [19:48:20] [main/INFO]: Transforming SharedMonsterAttributes...
  412. [19:48:20] [main/INFO]: Successfully transformed SharedMonsterAttributes
  413. [19:48:20] [main/INFO]: Transforming Item...
  414. [19:48:20] [main/INFO]: Successfully transformed Item
  415. [19:48:20] [main/INFO]: Transforming net.minecraft.entity.Entity
  416. [19:48:20] [main/INFO]: Applying Transformation to method (Names [move, func_70091_d] Descriptor (Lnet/minecraft/entity/MoverType;DDD)V)
  417. [19:48:20] [main/INFO]: Located Method, patching...
  418. [19:48:20] [main/INFO]: Patch result: true
  419. [19:48:20] [main/INFO]: Located Method, patching...
  420. [19:48:20] [main/INFO]: Located patch target node INVOKEVIRTUAL net/minecraft/entity/Entity.func_145775_I ()V
  421. [19:48:20] [main/INFO]: Patch result: true
  422. [19:48:20] [main/INFO]: Applying Transformation to method (Names [onEntityUpdate, func_70030_z] Descriptor ()V)
  423. [19:48:20] [main/INFO]: Located Method, patching...
  424. [19:48:20] [main/INFO]: Patch result: true
  425. [19:48:20] [main/INFO]: [Colytra ASM] Preparing to transform EntityPlayerSP
  426. [19:48:20] [main/INFO]: [Colytra ASM] Initiating transformation to method (Names [onLivingUpdate, func_70636_d, n] Descriptor ()V / ()V)
  427. [19:48:20] [main/INFO]: [Colytra ASM] Found method, initiating patch...
  428. [19:48:20] [main/INFO]: [Colytra ASM] Found target node for patching: INVOKEVIRTUAL bud.b (Lvl;)Laip;
  429. [19:48:20] [main/INFO]: [Colytra ASM] Patch result: Success!
  430. [19:48:20] [main/INFO]: [xaero.common.core.transformer.ClassNodeTransformer:transform:26]: Transforming class bud net.minecraft.client.entity.EntityPlayerSP
  431. [19:48:20] [main/INFO]: Patching net.minecraft.client.entity.EntityPlayerSP... (bud)
  432. [19:48:20] [main/INFO]: Successfully transformed class net.minecraft.client.entity.EntityPlayerSP
  433. [19:48:20] [main/INFO]: [xaero.common.core.transformer.ClassNodeTransformer:transform:26]: Transforming class bua net.minecraft.client.entity.AbstractClientPlayer
  434. [19:48:20] [main/INFO]: [xaero.map.core.transformer.ClassNodeTransformer:transform:26]: Transforming class net.minecraft.client.entity.AbstractClientPlayer
  435. [19:48:20] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:101]: Added INTERFACE: pl/asie/foamfix/coremod/patches/IFoamFixWorldRemovable
  436. [19:48:20] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:141]: Added METHOD: net.minecraft.world.World.foamfix_removeUnloadedEntities
  437. [19:48:20] [main/INFO]: Transforming World
  438. [19:48:20] [main/INFO]: Applying Transformation to method (Names [updateEntities, func_72939_s] Descriptor ()V)
  439. [19:48:20] [main/INFO]: Attempting to insert: Update hook
  440. [19:48:20] [main/INFO]: Patch result: Success
  441. [19:48:20] [main/INFO]: Applying Transformation to method (Names [updateEntityWithOptionalForce, func_72866_a] Descriptor (Lnet/minecraft/entity/Entity;Z)V)
  442. [19:48:20] [main/INFO]: Attempting to insert: Update hook
  443. [19:48:20] [main/INFO]: Patch result: Success
  444. [19:48:20] [main/INFO]: [xaero.common.core.transformer.ClassNodeTransformer:transform:26]: Transforming class bsb net.minecraft.client.multiplayer.WorldClient
  445. [19:48:20] [main/INFO]: [xaero.map.core.transformer.ClassNodeTransformer:transform:26]: Transforming class net.minecraft.client.multiplayer.WorldClient
  446. [19:48:20] [main/INFO]: Transforming net.minecraft.client.gui.inventory.GuiContainer
  447. [19:48:20] [main/INFO]: Applying Transformation to method (Names [drawScreen, func_73863_a] Descriptor (IIF)V)
  448. [19:48:20] [main/INFO]: Located Method, patching...
  449. [19:48:20] [main/INFO]: Located patch target node INVOKEVIRTUAL net/minecraft/client/gui/inventory/GuiContainer.func_146979_b (II)V
  450. [19:48:20] [main/INFO]: Patch result: true
  451. [19:48:20] [main/INFO]: [xaero.common.core.transformer.ClassNodeTransformer:transform:26]: Transforming class net.minecraftforge.client.GuiIngameForge net.minecraftforge.client.GuiIngameForge
  452. [19:48:20] [main/INFO]: [pl.asie.foamfix.coremod.patches.WorldServerRemovalPatch:apply:57]: Patched updateEntities in net/minecraft/world/WorldServer func_72939_s
  453. [19:48:20] [main/INFO]: Transforming net.minecraft.world.WorldServer
  454. [19:48:20] [main/INFO]: Applying Transformation to method (Names [areAllPlayersAsleep, func_73056_e] Descriptor ()Z)
  455. [19:48:20] [main/INFO]: Located Method, patching...
  456. [19:48:20] [main/INFO]: Patch result: true
  457. [19:48:20] [main/INFO]: Applying Transformation to method (Names [wakeAllPlayers, func_73053_d] Descriptor ()V)
  458. [19:48:20] [main/INFO]: Located Method, patching...
  459. [19:48:20] [main/INFO]: Patch result: true
  460. [19:48:20] [main/INFO]: Successfully transformed class net.minecraft.world.WorldServer
  461. [19:48:20] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.client.util.SearchTreeManager.func_110549_a
  462. [19:48:20] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraftforge.client.ForgeHooksClient], Method [getDamageModel]
  463. [19:48:20] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraftforge.client.ForgeHooksClient Finished.
  464. [19:48:20] [Client thread/INFO]: Setting user: jaredtheminer21
  465. [19:48:20] [Client thread/INFO]: [com.pg85.otg.forge.asm.excluded.OTGClassTransformer:transform:91]: OTG-Core transforming: net.minecraftforge.registries.GameData : net/minecraftforge/registries/GameData
  466. [19:48:20] [Client thread/INFO]: Patching net.minecraft.block.Block... (aow)
  467. [19:48:20] [Client thread/INFO]: Successfully transformed class net.minecraft.block.Block
  468. [19:48:20] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.block.Block], Method [getExtendedState]
  469. [19:48:20] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.block.Block Finished.
  470. [19:48:20] [Client thread/INFO]: Transforming Item...
  471. [19:48:20] [Client thread/INFO]: Successfully transformed Item
  472. [19:48:20] [Client thread/INFO]: [com.pg85.otg.forge.asm.excluded.OTGClassTransformer:transform:91]: OTG-Core transforming: net.minecraft.world.biome.Biome : anh
  473. [19:48:20] [Client thread/INFO]: Transforming net.minecraft.enchantment.Enchantment
  474. [19:48:20] [Client thread/INFO]: Applying Transformation to method (Names [canApply, func_92089_a] Descriptor (Lnet/minecraft/item/ItemStack;)Z)
  475. [19:48:20] [Client thread/INFO]: Located Method, patching...
  476. [19:48:20] [Client thread/INFO]: Located patch target node IRETURN
  477. [19:48:20] [Client thread/INFO]: Patch result: true
  478. [19:48:21] [Client thread/INFO]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:52]: [itemphysic] Patched net.minecraft.entity.item.EntityItem ...
  479. [19:48:21] [Client thread/INFO]: [com.pg85.otg.forge.asm.excluded.OTGClassTransformer:transform:91]: OTG-Core transforming: net.minecraft.entity.item.EntityItem : acl
  480. [19:48:21] [Client thread/INFO]: Transforming net.minecraft.entity.item.EntityItem
  481. [19:48:21] [Client thread/INFO]: Applying Transformation to method (Names [onUpdate, func_70071_h_] Descriptor ()V)
  482. [19:48:21] [Client thread/INFO]: Located Method, patching...
  483. [19:48:21] [Client thread/INFO]: Patch result: true
  484. [19:48:21] [Client thread/INFO]: [com.pg85.otg.forge.asm.excluded.OTGClassTransformer:transform:91]: OTG-Core transforming: net.minecraft.entity.item.EntityXPOrb : vm
  485. [19:48:21] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.block.state.BlockStateContainer.createState
  486. [19:48:21] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.block.state.BlockStateContainer.foamfix_mapper
  487. [19:48:21] [Client thread/INFO]: Successfully transformed class net.minecraft.block.state.BlockStateContainer$StateImplementation
  488. [19:48:21] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.equals
  489. [19:48:21] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.hashCode
  490. [19:48:21] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode
  491. [19:48:21] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode_calced
  492. [19:48:21] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.block.properties.PropertyInteger.hashCode
  493. [19:48:21] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode
  494. [19:48:21] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode_calced
  495. [19:48:21] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.equals
  496. [19:48:21] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.hashCode
  497. [19:48:21] [Client thread/INFO]: Patching math utils with "RIVENS_HALF" algorithm
  498. [19:48:21] [Client thread/INFO]: Transforming net.minecraft.item.ItemStack
  499. [19:48:21] [Client thread/INFO]: Applying Transformation to method (Names [getTextComponent, func_151000_E] Descriptor ()Lnet/minecraft/util/text/ITextComponent;)
  500. [19:48:21] [Client thread/INFO]: Located Method, patching...
  501. [19:48:21] [Client thread/INFO]: Located patch target node ARETURN
  502. [19:48:21] [Client thread/INFO]: Patch result: true
  503. [19:48:21] [Client thread/INFO]: Transforming net.minecraft.block.BlockDynamicLiquid
  504. [19:48:21] [Client thread/INFO]: Applying Transformation to method (Names [isBlocked, func_176372_g] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;)Z)
  505. [19:48:21] [Client thread/INFO]: Located Method, patching...
  506. [19:48:21] [Client thread/INFO]: Located patch target node IRETURN
  507. [19:48:21] [Client thread/INFO]: Located patch target node IRETURN
  508. [19:48:21] [Client thread/INFO]: Patch result: true
  509. [19:48:21] [Client thread/INFO]: [com.pg85.otg.forge.asm.excluded.OTGClassTransformer:transform:91]: OTG-Core transforming: net.minecraft.entity.item.EntityFallingBlock : ack
  510. [19:48:21] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.tileentity.TileEntity.func_190559_a
  511. [19:48:21] [Client thread/INFO]: Transforming BlockBed...
  512. [19:48:21] [Client thread/INFO]: Successfully transformed BlockBed
  513. [19:48:21] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.block.BlockBed.func_189540_a
  514. [19:48:21] [Client thread/INFO]: Transforming net.minecraft.block.BlockPistonBase
  515. [19:48:21] [Client thread/INFO]: Applying Transformation to method (Names [canPush, func_185646_a] Descriptor (Lnet/minecraft/block/state/IBlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;ZLnet/minecraft/util/EnumFacing;)Z)
  516. [19:48:21] [Client thread/INFO]: Located Method, patching...
  517. [19:48:21] [Client thread/INFO]: Located patch target node INVOKEVIRTUAL net/minecraft/block/Block.hasTileEntity (Lnet/minecraft/block/state/IBlockState;)Z
  518. [19:48:21] [Client thread/INFO]: Patch result: true
  519. [19:48:21] [Client thread/INFO]: Applying Transformation to method (Names [doMove, func_176319_a] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)Z)
  520. [19:48:21] [Client thread/INFO]: Located Method, patching...
  521. [19:48:21] [Client thread/INFO]: Located patch target node INVOKEVIRTUAL net/minecraft/block/state/BlockPistonStructureHelper.func_177254_c ()Ljava/util/List;
  522. [19:48:21] [Client thread/INFO]: Patch result: true
  523. [19:48:21] [Client thread/INFO]: Applying Transformation to method (Names [doMove, func_176319_a] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)Z)
  524. [19:48:21] [Client thread/INFO]: Located Method, patching...
  525. [19:48:21] [Client thread/INFO]: Located patch target node INVOKESPECIAL net/minecraft/block/state/BlockPistonStructureHelper.<init> (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)V
  526. [19:48:21] [Client thread/INFO]: Patch result: true
  527. [19:48:21] [Client thread/INFO]: Applying Transformation to method (Names [checkForMove, func_176316_e] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;)V)
  528. [19:48:21] [Client thread/INFO]: Located Method, patching...
  529. [19:48:21] [Client thread/INFO]: Located patch target node INVOKESPECIAL net/minecraft/block/state/BlockPistonStructureHelper.<init> (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)V
  530. [19:48:21] [Client thread/INFO]: Patch result: true
  531. [19:48:21] [Client thread/INFO]: Transforming net.minecraft.tileentity.TileEntityPiston
  532. [19:48:21] [Client thread/INFO]: Applying Transformation to method (Names [update, func_73660_a] Descriptor ()V)
  533. [19:48:21] [Client thread/INFO]: Located Method, patching...
  534. [19:48:21] [Client thread/INFO]: Patch result: true
  535. [19:48:21] [Client thread/INFO]: Applying Transformation to method (Names [clearPistonTileEntity, func_145866_f] Descriptor ()V)
  536. [19:48:21] [Client thread/INFO]: Located Method, patching...
  537. [19:48:21] [Client thread/INFO]: Located patch target node INVOKEVIRTUAL net/minecraft/world/World.func_180501_a (Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;I)Z
  538. [19:48:21] [Client thread/INFO]: Patch result: true
  539. [19:48:21] [Client thread/INFO]: Applying Transformation to method (Names [update, func_73660_a] Descriptor ()V)
  540. [19:48:21] [Client thread/INFO]: Located Method, patching...
  541. [19:48:21] [Client thread/INFO]: Located patch target node INVOKEVIRTUAL net/minecraft/world/World.func_180501_a (Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;I)Z
  542. [19:48:21] [Client thread/INFO]: Patch result: true
  543. [19:48:21] [Client thread/INFO]: [com.pg85.otg.forge.asm.excluded.OTGClassTransformer:transform:91]: OTG-Core transforming: net.minecraft.entity.item.EntityTNTPrimed : acm
  544. [19:48:21] [Client thread/INFO]: [pl.asie.foamfix.coremod.patches.GhostBusterBlockStateAccessPatch$FFMethodVisitor:visitMethodInsn:93]: Added ghost buster patch (getBlockState call wrapped) in net/minecraft/block/BlockFarmland func_176530_e (net/minecraft/world/World func_180495_p (Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/state/IBlockState;)
  545. [19:48:21] [Client thread/INFO]: Transforming TileEntityFurnace
  546. [19:48:21] [Client thread/INFO]: Applying Transformation to method (Names [smeltItem, func_145949_j, o] Descriptor ()V / ()V)
  547. [19:48:21] [Client thread/INFO]: Located method, patching...
  548. [19:48:21] [Client thread/INFO]: Located target ASTORE 2
  549. [19:48:21] [Client thread/INFO]: Patch result: true
  550. [19:48:21] [Client thread/INFO]: Applying Transformation to method (Names [isItemValidForSlot, func_94041_b, b] Descriptor (ILnet/minecraft/item/ItemStack;)Z / (ILaip;)Z)
  551. [19:48:21] [Client thread/INFO]: Located method, patching...
  552. [19:48:21] [Client thread/INFO]: Located target ILOAD 1
  553. [19:48:21] [Client thread/INFO]: Patch result: true
  554. [19:48:21] [Client thread/INFO]: [xaero.common.core.transformer.ClassNodeTransformer:transform:26]: Transforming class aed net.minecraft.entity.player.EntityPlayer
  555. [19:48:21] [Client thread/INFO]: [xaero.map.core.transformer.ClassNodeTransformer:transform:26]: Transforming class net.minecraft.entity.player.EntityPlayer
  556. [19:48:21] [Client thread/INFO]: Successfully transformed class net.minecraft.entity.player.EntityPlayer
  557. [19:48:21] [Client thread/INFO]: Transforming TileEntityBeacon
  558. [19:48:21] [Client thread/INFO]: Applying Transformation to method (Names [addEffectsToPlayers, func_146000_x, E] Descriptor ()V / ()V)
  559. [19:48:21] [Client thread/INFO]: Located method, patching...
  560. [19:48:21] [Client thread/INFO]: Located target ALOAD 9
  561. [19:48:21] [Client thread/INFO]: Patch result: true
  562. [19:48:21] [Client thread/INFO]: Patching net.minecraft.tileentity.TileEntityBeacon... (avh)
  563. [19:48:21] [Client thread/INFO]: Transforming EntityWither
  564. [19:48:21] [Client thread/INFO]: Applying Transformation to method (Names [canDestroyBlock, func_181033_a, a] Descriptor (Lnet/minecraft/block/Block;)Z / (Lnet/minecraft/block/Block;)Z)
  565. [19:48:21] [Client thread/INFO]: Failed to locate the method!
  566. [19:48:21] [Client thread/INFO]: Patching net.minecraft.block.BlockHopper... (arl)
  567. [19:48:21] [Client thread/INFO]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/tileentity/TileEntityHopper to pl/asie/foamfix/common/TileEntityFasterHopper
  568. [19:48:21] [Client thread/INFO]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/tileentity/TileEntityHopper to pl/asie/foamfix/common/TileEntityFasterHopper
  569. [19:48:21] [Client thread/INFO]: Patching net.minecraft.tileentity.TileEntityHopper... (avw)
  570. [19:48:21] [Client thread/INFO]: Transforming TileEntityShulkerBox
  571. [19:48:21] [Client thread/INFO]: Applying Transformation to method (Names [canInsertItem, func_180462_a, a] Descriptor (ILnet/minecraft/item/ItemStack;Lnet/minecraft/util/EnumFacing;)Z / (ILaip;Lnet/minecraft/util/EnumFacing;)Z)
  572. [19:48:21] [Client thread/INFO]: Failed to locate the method!
  573. [19:48:21] [Client thread/INFO]: Transforming SharedMonsterAttributes...
  574. [19:48:21] [Client thread/INFO]: Successfully transformed SharedMonsterAttributes
  575. [19:48:21] [Client thread/INFO]: [com.Shultrea.Rin.Transformer.SMEASM:transform:54]: Patching EnchantmentProtection
  576. [19:48:21] [Client thread/INFO]: Transforming net.minecraft.enchantment.EnchantmentDamage
  577. [19:48:21] [Client thread/INFO]: Applying Transformation to method (Names [canApply, func_92089_a] Descriptor (Lnet/minecraft/item/ItemStack;)Z)
  578. [19:48:21] [Client thread/INFO]: Located Method, patching...
  579. [19:48:21] [Client thread/INFO]: Located patch target node IRETURN
  580. [19:48:21] [Client thread/INFO]: Located patch target node IRETURN
  581. [19:48:21] [Client thread/INFO]: Patch result: true
  582. [19:48:21] [Client thread/INFO]: Successfully transformed class net.minecraft.item.ItemSlab
  583. [19:48:21] [Client thread/INFO]: Successfully transformed class net.minecraft.item.ItemSpade
  584. [19:48:21] [Client thread/INFO]: Transforming ItemToolMaterial
  585. [19:48:21] [Client thread/INFO]: Applying Transformation to method (Names [getMaxUses, func_77997_a, a] Descriptor ()I / ()I)
  586. [19:48:21] [Client thread/INFO]: Located method, patching...
  587. [19:48:21] [Client thread/INFO]: Located target GETFIELD ain$a.g : I
  588. [19:48:21] [Client thread/INFO]: Patch result: true
  589. [19:48:21] [Client thread/INFO]: Applying Transformation to method (Names [getEfficiency, func_77998_b, b] Descriptor ()F / ()F)
  590. [19:48:21] [Client thread/INFO]: Located method, patching...
  591. [19:48:21] [Client thread/INFO]: Located target GETFIELD ain$a.h : F
  592. [19:48:21] [Client thread/INFO]: Patch result: true
  593. [19:48:21] [Client thread/INFO]: Applying Transformation to method (Names [getAttackDamage, func_78000_c, c] Descriptor ()F / ()F)
  594. [19:48:21] [Client thread/INFO]: Located method, patching...
  595. [19:48:21] [Client thread/INFO]: Located target GETFIELD ain$a.i : F
  596. [19:48:21] [Client thread/INFO]: Patch result: true
  597. [19:48:21] [Client thread/INFO]: Applying Transformation to method (Names [getHarvestLevel, func_77996_d, d] Descriptor ()I / ()I)
  598. [19:48:21] [Client thread/INFO]: Located method, patching...
  599. [19:48:21] [Client thread/INFO]: Located target GETFIELD ain$a.f : I
  600. [19:48:21] [Client thread/INFO]: Patch result: true
  601. [19:48:21] [Client thread/INFO]: Applying Transformation to method (Names [getEnchantability, func_77995_e, e] Descriptor ()I / ()I)
  602. [19:48:21] [Client thread/INFO]: Located method, patching...
  603. [19:48:21] [Client thread/INFO]: Located target GETFIELD ain$a.j : I
  604. [19:48:21] [Client thread/INFO]: Patch result: true
  605. [19:48:21] [Client thread/INFO]: [com.pg85.otg.forge.asm.excluded.OTGClassTransformer:transform:91]: OTG-Core transforming: net.minecraft.entity.projectile.EntityArrow : aeh
  606. [19:48:22] [Client thread/INFO]: Transforming ItemArrow...
  607. [19:48:22] [Client thread/INFO]: Successfully transformed ItemArrow
  608. [19:48:22] [Client thread/INFO]: [com.pg85.otg.forge.asm.excluded.OTGClassTransformer:transform:91]: OTG-Core transforming: net.minecraft.entity.item.EntityMinecart : afe
  609. [19:48:22] [Client thread/INFO]: Transforming net.minecraft.entity.item.EntityMinecart
  610. [19:48:22] [Client thread/INFO]: Applying Transformation to method (Names [killMinecart, func_94095_a] Descriptor (Lnet/minecraft/util/DamageSource;)V)
  611. [19:48:22] [Client thread/INFO]: Located Method, patching...
  612. [19:48:22] [Client thread/INFO]: Located patch target node INVOKEVIRTUAL net/minecraft/entity/item/EntityMinecart.func_70099_a (Lnet/minecraft/item/ItemStack;F)Lnet/minecraft/entity/item/EntityItem;
  613. [19:48:22] [Client thread/INFO]: Patch result: true
  614. [19:48:22] [Client thread/INFO]: [com.pg85.otg.forge.asm.excluded.OTGClassTransformer:transform:91]: OTG-Core transforming: net.minecraft.entity.projectile.EntityThrowable : aev
  615. [19:48:22] [Client thread/INFO]: [com.pg85.otg.forge.asm.excluded.OTGClassTransformer:transform:91]: OTG-Core transforming: net.minecraft.entity.item.EntityBoat : afd
  616. [19:48:22] [Client thread/INFO]: Transforming net.minecraft.entity.item.EntityBoat
  617. [19:48:22] [Client thread/INFO]: Applying Transformation to method (Names [attackEntityFrom, func_70097_a] Descriptor (Lnet/minecraft/util/DamageSource;F)Z)
  618. [19:48:22] [Client thread/INFO]: Located Method, patching...
  619. [19:48:22] [Client thread/INFO]: Located patch target node INVOKEVIRTUAL net/minecraft/entity/item/EntityBoat.func_145778_a (Lnet/minecraft/item/Item;IF)Lnet/minecraft/entity/item/EntityItem;
  620. [19:48:22] [Client thread/INFO]: Patch result: true
  621. [19:48:22] [Client thread/INFO]: Transforming PotionEffect...
  622. [19:48:22] [Client thread/INFO]: Successfully transformed PotionEffect
  623. [19:48:22] [Client thread/INFO]: Transforming net.minecraft.item.ItemBanner
  624. [19:48:22] [Client thread/INFO]: Applying Transformation to method (Names [appendHoverTextFromTileEntityTag, func_185054_a] Descriptor (Lnet/minecraft/item/ItemStack;Ljava/util/List;)V)
  625. [19:48:22] [Client thread/INFO]: Located Method, patching...
  626. [19:48:22] [Client thread/INFO]: Located patch target node BIPUSH 6
  627. [19:48:22] [Client thread/INFO]: Patch result: true
  628. [19:48:22] [Client thread/INFO]: Transforming ItemChorusFruit
  629. [19:48:22] [Client thread/INFO]: Applying Transformation to method (Names [onItemUseFinish, func_77654_b, a] Descriptor (Lnet/minecraft/item/ItemStack;Lnet/minecraft/world/World;Lnet/minecraft/entity/EntityLivingBase;)Lnet/minecraft/item/ItemStack; / (Laip;Lamu;Lvp;)Laip;)
  630. [19:48:22] [Client thread/INFO]: Located method, patching...
  631. [19:48:22] [Client thread/INFO]: Located target IFNE L0
  632. [19:48:22] [Client thread/INFO]: Patch result: true
  633. [19:48:22] [Client thread/INFO]: Transforming net.minecraft.entity.ai.EntityAITarget
  634. [19:48:22] [Client thread/INFO]: Applying Transformation to method (Names [isSuitableTarget, func_179445_a] Descriptor (Lnet/minecraft/entity/EntityLiving;Lnet/minecraft/entity/EntityLivingBase;ZZ)Z)
  635. [19:48:22] [Client thread/INFO]: Located Method, patching...
  636. [19:48:22] [Client thread/INFO]: Patch result: true
  637. [19:48:22] [Client thread/INFO]: [com.pg85.otg.forge.asm.excluded.OTGClassTransformer:transform:91]: OTG-Core transforming: net.minecraft.entity.projectile.EntityShulkerBullet : aer
  638. [19:48:22] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:101]: Added INTERFACE: pl/asie/foamfix/api/IFoamFixMobSpawnerLogic
  639. [19:48:22] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.tileentity.MobSpawnerBaseLogic.func_98279_f
  640. [19:48:22] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCache
  641. [19:48:22] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCachePESize
  642. [19:48:22] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_activatedCacheTime
  643. [19:48:22] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_forcedCache
  644. [19:48:22] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraft.tileentity.MobSpawnerBaseLogic.foamfix_forcedCacheTime
  645. [19:48:22] [Client thread/INFO]: Successfully transformed class net.minecraft.entity.monster.EntityEnderman$AITakeBlock
  646. [19:48:22] [Client thread/INFO]: Transforming EntityAITempt...
  647. [19:48:22] [Client thread/INFO]: Successfully transformed EntityAITempt
  648. [19:48:22] [Client thread/INFO]: Successfully transformed class net.minecraft.entity.ai.EntityAIEatGrass
  649. [19:48:22] [Client thread/INFO]: Successfully transformed class net.minecraft.entity.passive.EntityRabbit$AIRaidFarm
  650. [19:48:22] [Client thread/INFO]: [com.pg85.otg.forge.asm.excluded.OTGClassTransformer:transform:91]: OTG-Core transforming: net.minecraft.entity.projectile.EntityLlamaSpit : aeo
  651. [19:48:22] [Client thread/INFO]: Successfully transformed class net.minecraft.entity.ai.EntityAIHarvestFarmland
  652. [19:48:23] [Client thread/INFO]: Transforming net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern
  653. [19:48:23] [Client thread/INFO]: Applying Transformation to method (Names [matches, func_77569_a] Descriptor (Lnet/minecraft/inventory/InventoryCrafting;Lnet/minecraft/world/World;)Z)
  654. [19:48:23] [Client thread/INFO]: Located Method, patching...
  655. [19:48:23] [Client thread/INFO]: Located patch target node INVOKESTATIC net/minecraft/tileentity/TileEntityBanner.func_175113_c (Lnet/minecraft/item/ItemStack;)I
  656. [19:48:23] [Client thread/INFO]: Patch result: true
  657. [19:48:23] [Client thread/INFO]: Transforming net.minecraft.inventory.ContainerMerchant
  658. [19:48:23] [Client thread/INFO]: Applying Transformation to method (Names [transferStackInSlot, func_82846_b] Descriptor (Lnet/minecraft/entity/player/EntityPlayer;I)Lnet/minecraft/item/ItemStack;)
  659. [19:48:23] [Client thread/INFO]: Located Method, patching...
  660. [19:48:23] [Client thread/INFO]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
  661. [19:48:23] [Client thread/INFO]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
  662. [19:48:23] [Client thread/INFO]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
  663. [19:48:23] [Client thread/INFO]: Located patch target node INVOKEVIRTUAL net/minecraft/inventory/ContainerMerchant.func_75135_a (Lnet/minecraft/item/ItemStack;IIZ)Z
  664. [19:48:23] [Client thread/INFO]: Patch result: true
  665. [19:48:23] [Client thread/INFO]: Transforming ContainerFurnace
  666. [19:48:23] [Client thread/INFO]: Applying Transformation to method (Names [<init>, <init>, ] Descriptor (Lnet/minecraft/entity/player/InventoryPlayer;Lnet/minecraft/inventory/IInventory;)V / (Laec;Ltv;)V)
  667. [19:48:23] [Client thread/INFO]: Located method, patching...
  668. [19:48:23] [Client thread/INFO]: Located target NEW agr
  669. [19:48:23] [Client thread/INFO]: Patch result: true
  670. [19:48:23] [Client thread/INFO]: Applying Transformation to method (Names [<init>, <init>, ] Descriptor (Lnet/minecraft/entity/player/InventoryPlayer;Lnet/minecraft/inventory/IInventory;)V / (Laec;Ltv;)V)
  671. [19:48:23] [Client thread/INFO]: Located method, patching...
  672. [19:48:23] [Client thread/INFO]: Located target INVOKESPECIAL agr.<init> (Ltv;III)V
  673. [19:48:23] [Client thread/INFO]: Patch result: true
  674. [19:48:23] [Client thread/INFO]: Transforming TileEntityMobSpawner$2...
  675. [19:48:23] [Client thread/INFO]: Successfully transformed TileEntityMobSpawner$2
  676. [19:48:23] [Client thread/INFO]: [OptiFine] *** Reflector Forge ***
  677. [19:48:23] [Client thread/INFO]: Patching net.minecraft.client.renderer.EntityRenderer... (buq)
  678. [19:48:23] [Client thread/INFO]: Transforming net.minecraft.client.renderer.EntityRenderer
  679. [19:48:23] [Client thread/INFO]: Applying Transformation to method (Names [renderWorldPass, func_175068_a] Descriptor (IFJ)V)
  680. [19:48:23] [Client thread/INFO]: Located Method, patching...
  681. [19:48:23] [Client thread/INFO]: Located patch target node INVOKEVIRTUAL net/minecraft/client/renderer/EntityRenderer.func_78479_a (FI)V
  682. [19:48:23] [Client thread/INFO]: Patch result: true
  683. [19:48:23] [Client thread/INFO]: [pl.asie.foamfix.coremod.patches.ModelLoaderCleanupPatch:apply:99]: Added ModelLoader cleanup patch (1 occurences).
  684. [19:48:23] [Client thread/INFO]: Transforming net.minecraft.client.renderer.entity.RenderManager
  685. [19:48:23] [Client thread/INFO]: Applying Transformation to method (Names [renderEntity, func_188391_a] Descriptor (Lnet/minecraft/entity/Entity;DDDFFZ)V)
  686. [19:48:23] [Client thread/INFO]: Located Method, patching...
  687. [19:48:23] [Client thread/INFO]: Located patch target node INVOKEVIRTUAL net/minecraft/client/renderer/entity/Render.func_76986_a (Lnet/minecraft/entity/Entity;DDDFF)V
  688. [19:48:23] [Client thread/INFO]: Patch result: true
  689. [19:48:23] [Client thread/INFO]: Transforming net.minecraft.client.renderer.entity.Render
  690. [19:48:23] [Client thread/INFO]: Applying Transformation to method (Names [renderEntityOnFire, func_76977_a] Descriptor (Lnet/minecraft/entity/Entity;DDDF)V)
  691. [19:48:23] [Client thread/INFO]: Located Method, patching...
  692. [19:48:23] [Client thread/INFO]: Patch result: true
  693. [19:48:23] [Client thread/INFO]: [OptiFine] *** Reflector Vanilla ***
  694. [19:48:23] [Client thread/INFO]: [xaero.common.core.transformer.ClassNodeTransformer:transform:26]: Transforming class brs net.minecraft.client.model.ModelRenderer
  695. [19:48:23] [Client thread/INFO]: Transforming net.minecraft.client.model.ModelBiped
  696. [19:48:23] [Client thread/INFO]: Applying Transformation to method (Names [setRotationAngles, func_78087_a] Descriptor (FFFFFFLnet/minecraft/entity/Entity;)V)
  697. [19:48:23] [Client thread/INFO]: Located Method, patching...
  698. [19:48:23] [Client thread/INFO]: Located patch target node RETURN
  699. [19:48:23] [Client thread/INFO]: Patch result: true
  700. [19:48:23] [Client thread/INFO]: Successfully transformed class net.minecraft.client.model.ModelBiped
  701. [19:48:23] [Client thread/INFO]: Transforming net.minecraft.client.renderer.entity.RenderBoat
  702. [19:48:23] [Client thread/INFO]: Applying Transformation to method (Names [doRender, func_188300_b] Descriptor (Lnet/minecraft/entity/item/EntityBoat;DDDFF)V)
  703. [19:48:23] [Client thread/INFO]: Located Method, patching...
  704. [19:48:23] [Client thread/INFO]: Located patch target node INVOKEINTERFACE net/minecraft/client/model/IMultipassModel.func_187054_b (Lnet/minecraft/entity/Entity;FFFFFF)V
  705. [19:48:23] [Client thread/INFO]: Patch result: true
  706. [19:48:23] [Client thread/WARN]: Skipping bad option: lastServer:
  707. [19:48:23] [Client thread/INFO]: LWJGL Version: 2.9.4
  708. [19:48:24] [Client thread/INFO]: [OptiFine]
  709. [19:48:24] [Client thread/INFO]: [OptiFine] OptiFine_1.12.2_HD_U_G5
  710. [19:48:24] [Client thread/INFO]: [OptiFine] Build: 20210124-142939
  711. [19:48:24] [Client thread/INFO]: [OptiFine] OS: Windows 10 (amd64) version 10.0
  712. [19:48:24] [Client thread/INFO]: [OptiFine] Java: 1.8.0_51, Oracle Corporation
  713. [19:48:24] [Client thread/INFO]: [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  714. [19:48:24] [Client thread/INFO]: [OptiFine] LWJGL: 2.9.4
  715. [19:48:24] [Client thread/INFO]: [OptiFine] OpenGL: Intel(R) UHD Graphics, version 4.6.0 - Build 31.0.101.2111, Intel
  716. [19:48:24] [Client thread/INFO]: [OptiFine] OpenGL Version: 4.6.0
  717. [19:48:24] [Client thread/INFO]: [OptiFine] OpenGL Fancy fog: Not available (GL_NV_fog_distance)
  718. [19:48:24] [Client thread/INFO]: [OptiFine] Maximum texture size: 16384x16384
  719. [19:48:24] [VersionCheck/INFO]: [OptiFine] Checking for new version
  720. [19:48:24] [Client thread/INFO]: [Shaders] OpenGL Version: 4.6.0 - Build 31.0.101.2111
  721. [19:48:24] [Client thread/INFO]: [Shaders] Vendor: Intel
  722. [19:48:24] [Client thread/INFO]: [Shaders] Renderer: Intel(R) UHD Graphics
  723. [19:48:24] [Client thread/INFO]: [Shaders] Capabilities: 2.0 2.1 3.0 3.2 4.0
  724. [19:48:24] [Client thread/INFO]: [Shaders] GL_MAX_DRAW_BUFFERS: 8
  725. [19:48:24] [Client thread/INFO]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8
  726. [19:48:24] [Client thread/INFO]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32
  727. [19:48:24] [Client thread/INFO]: [Shaders] Load shaders configuration.
  728. [19:48:24] [VersionCheck/INFO]: [OptiFine] Version found: G5
  729. [19:48:24] [Client thread/INFO]: [Shaders] No shaderpack loaded.
  730. [19:48:24] [Client thread/INFO]: [OptiFine] [Shaders] Delayed loading of block mappings after resources are loaded
  731. [19:48:24] [Client thread/INFO]: [OptiFine] [Shaders] Delayed loading of item mappings after resources are loaded
  732. [19:48:24] [Client thread/INFO]: [OptiFine] [Shaders] Delayed loading of entity mappings after resources are loaded
  733. [19:48:24] [Client thread/WARN]: Unable to call Core API! It has not been initialized yet!
  734. [19:48:24] [Client thread/INFO]: Forge Mod Loader has detected optifine OptiFine_1.12.2_HD_U_G5, enabling compatibility features
  735. [19:48:24] [Client thread/INFO]: -- System Details --
  736. Details:
  737. Minecraft Version: 1.12.2
  738. Operating System: Windows 10 (amd64) version 10.0
  739. Java Version: 1.8.0_51, Oracle Corporation
  740. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  741. Memory: 463628600 bytes (442 MB) / 978321408 bytes (933 MB) up to 11095506944 bytes (10581 MB)
  742. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx11904m -Xms256m
  743. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  744. FML:
  745. Loaded coremods (and transformers):
  746. XaeroWorldMapPlugin (XaerosWorldMap_1.27.0_Forge_1.12.jar)
  747. xaero.map.core.transformer.ChunkTransformer
  748. xaero.map.core.transformer.NetHandlerPlayClientTransformer
  749. xaero.map.core.transformer.EntityPlayerTransformer
  750. xaero.map.core.transformer.AbstractClientPlayerTransformer
  751. xaero.map.core.transformer.WorldClientTransformer
  752. xaero.map.core.transformer.PlayerListTransformer
  753. xaero.map.core.transformer.SaveFormatTransformer
  754. xaero.map.core.transformer.BiomeColorHelperTransformer
  755. LibrarianLib Plugin (librarianlib-1.12.2-4.22.jar)
  756. com.teamwizardry.librarianlib.asm.LibLibTransformer
  757. DefaultSettingsPlugin (DefaultSettings-1.8.x-1.12.x-2.2.4.jar)
  758. de.pt400c.defaultsettings.core.DefaultSettingsClassTransformer
  759. OTGCorePlugin (OTG-Core.jar)
  760. com.pg85.otg.forge.asm.excluded.OTGClassTransformer
  761. XaeroMinimapPlugin (Xaeros_Minimap_22.14.0_Forge_1.12.jar)
  762. xaero.common.core.transformer.ChunkTransformer
  763. xaero.common.core.transformer.NetHandlerPlayClientTransformer
  764. xaero.common.core.transformer.EntityPlayerTransformer
  765. xaero.common.core.transformer.AbstractClientPlayerTransformer
  766. xaero.common.core.transformer.WorldClientTransformer
  767. xaero.common.core.transformer.EntityPlayerSPTransformer
  768. xaero.common.core.transformer.PlayerListTransformer
  769. xaero.common.core.transformer.SaveFormatTransformer
  770. xaero.common.core.transformer.GuiIngameForgeTransformer
  771. xaero.common.core.transformer.GuiBossOverlayTransformer
  772. xaero.common.core.transformer.ModelRendererTransformer
  773. Quark Plugin (Quark-r1.6-179.jar)
  774. vazkii.quark.base.asm.ClassTransformer
  775. AppleCore (AppleCore-mc1.12.2-3.4.0.jar)
  776. squeek.applecore.asm.TransformerModuleHandler
  777. iceandfire (iceandfire-1.9.1-1.12.2.jar)
  778. com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
  779. ColytraLoadingPlugin (colytra-1.12.2-1.2.0.4.jar)
  780. c4.colytra.asm.ElytraTransformer
  781. LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
  782. lumien.bloodmoon.asm.ClassTransformer
  783. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  784. invtweaks.forge.asm.ContainerTransformer
  785. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
  786.  
  787. LevelUpCore (levelup2-1.5.8.jar)
  788.  
  789. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  790. lumien.resourceloader.asm.ClassTransformer
  791. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b167.jar)
  792.  
  793. IvToolkit (IvToolkit-1.3.3-1.12.jar)
  794.  
  795. FMLModule (mdxlib-3.0.0.26.jar)
  796. com.asx.mdx.AccessTransformer
  797. LoadingPlugin (RandomThings-MC1.12.2-4.2.7.4.jar)
  798. lumien.randomthings.asm.ClassTransformer
  799. RandomPatches (randompatches-1.12.2-1.22.1.10.jar)
  800. com.therandomlabs.randompatches.core.RPTransformer
  801. Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.15-1.12.2.jar)
  802. pl.asie.foamfix.coremod.FoamFixTransformer
  803. SoManyEnchantments ASM (SoManyEnchantments-0.5.5.jar)
  804. com.Shultrea.Rin.Transformer.SMEASM
  805. ForgelinPlugin (Forgelin-1.8.4.jar)
  806.  
  807. Thaumic Augmentation Core Plugin (ThaumicAugmentation-1.12.2-2.1.7.jar)
  808. thecodex6824.thaumicaugmentation.core.TATransformer
  809. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  810. openmods.core.OpenModsClassTransformer
  811. ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar)
  812. shadows.ApotheosisTransformer
  813. CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
  814. team.chisel.ctm.client.asm.CTMTransformer
  815. CharmLoadingPlugin (Charm-1.12.2-1.4.1.jar)
  816. svenhjol.charm.base.CharmClassTransformer
  817. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  818. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  819. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  820. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.8.1-core.jar)
  821. thebetweenlands.core.TheBetweenlandsClassTransformer
  822. CorePlugin (ForgeEndertech-1.12.2-4.5.6.0-build.0619.jar)
  823.  
  824. JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.4-SNAPSHOT-thin.jar)
  825. org.dimdev.jeid.JEIDTransformer
  826. SpartanWeaponry-MixinLoader (SpartanWeaponry-1.12.2-1.4.1.jar)
  827.  
  828. BiggerPacketsPlzCoreMod (biggerpacketsplz-since1.8-1.2.jar)
  829. net.elnounch.mc.biggerpacketsplz.BiggerPacketsPlzClassTransformer
  830. ItemPatchingLoader (ItemPhysic Lite 1.3.7 mc1.12.2.jar)
  831. com.creativemd.itemphysic.ItemTransformer
  832. GL info: ' Vendor: 'Intel' Version: '4.6.0 - Build 31.0.101.2111' Renderer: 'Intel(R) UHD Graphics'
  833. [19:48:24] [Client thread/INFO]: MinecraftForge v14.23.5.2860 Initialized
  834. [19:48:24] [Client thread/INFO]: Starts to replace vanilla recipe ingredients with ore ingredients.
  835. [19:48:24] [Client thread/INFO]: Invalid recipe found with multiple oredict ingredients in the same ingredient...
  836. [19:48:24] [Client thread/INFO]: Replaced 1227 ore ingredients
  837. [19:48:25] [Client thread/INFO]: Searching C:\Users\rainy\curseforge\minecraft\Instances\Roguelike Adventures and Dungeons (1)\mods for mods
  838. [19:48:25] [Client thread/INFO]: Searching C:\Users\rainy\curseforge\minecraft\Instances\Roguelike Adventures and Dungeons (1)\mods\1.12.2 for mods
  839. [19:48:25] [Client thread/WARN]: Mod avp is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 6.0.0.63
  840. [19:48:26] [Client thread/WARN]: Mod aroma1997core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0.0.2.b167
  841. [19:48:26] [Client thread/WARN]: Mod aroma1997sdimension is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0.0.2
  842. [19:48:26] [Client thread/WARN]: Mod bettermineshafts is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-2.2.1
  843. [19:48:26] [Thread-5/INFO]: Using sync timing. 200 frames of Display.update took 133929715 nanos
  844. [19:48:27] [Client thread/WARN]: Mod cavern is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.3.1
  845. [19:48:28] [Client thread/WARN]: Mod chickenchunks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.4.2.74
  846. [19:48:28] [Client thread/WARN]: Mod codechickenlib is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.3.358
  847. [19:48:28] [Client thread/WARN]: Mod cookingforblockheads is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 6.5.0
  848. [19:48:28] [Client thread/WARN]: Mod cosmeticarmorreworked is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-v5a
  849. [19:48:28] [Client thread/WARN]: Mod craftingtweaks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 8.1.9
  850. [19:48:28] [Client thread/WARN]: Mod cyclicmagic is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.20.12
  851. [19:48:29] [Client thread/WARN]: Mod doggytalents is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.15.1.6
  852. [19:48:29] [Client thread/ERROR]: Unable to read a class file correctly
  853. java.lang.IllegalArgumentException: null
  854. at org.objectweb.asm.ClassReader.<init>(ClassReader.java:185) ~[asm-debug-all-5.2.jar:5.2]
  855. at org.objectweb.asm.ClassReader.<init>(ClassReader.java:168) ~[asm-debug-all-5.2.jar:5.2]
  856. at org.objectweb.asm.ClassReader.<init>(ClassReader.java:439) ~[asm-debug-all-5.2.jar:5.2]
  857. at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:57) [ASMModParser.class:?]
  858. at net.minecraftforge.fml.common.discovery.JarDiscoverer.findClassesASM(JarDiscoverer.java:102) [JarDiscoverer.class:?]
  859. at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:77) [JarDiscoverer.class:?]
  860. at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?]
  861. at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?]
  862. at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?]
  863. at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:427) [Loader.class:?]
  864. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568) [Loader.class:?]
  865. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) [FMLClientHandler.class:?]
  866. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467) [bib.class:?]
  867. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?]
  868. at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
  869. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
  870. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
  871. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
  872. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
  873. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  874. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  875. [19:48:29] [Client thread/ERROR]: There was a problem reading the entry module-info.class in the jar C:\Users\rainy\curseforge\minecraft\Instances\Roguelike Adventures and Dungeons (1)\mods\dragonenchantments-1.0.0.jar - probably a corrupt zip
  876. net.minecraftforge.fml.common.LoaderException: java.lang.IllegalArgumentException
  877.  
  878. at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:63) ~[ASMModParser.class:?]
  879. at net.minecraftforge.fml.common.discovery.JarDiscoverer.findClassesASM(JarDiscoverer.java:102) [JarDiscoverer.class:?]
  880. at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:77) [JarDiscoverer.class:?]
  881. at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?]
  882. at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?]
  883. at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?]
  884. at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:427) [Loader.class:?]
  885. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568) [Loader.class:?]
  886. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) [FMLClientHandler.class:?]
  887. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467) [bib.class:?]
  888. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?]
  889. at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
  890. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
  891. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
  892. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
  893. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
  894. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  895. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  896. Caused by: java.lang.IllegalArgumentException
  897. at org.objectweb.asm.ClassReader.<init>(ClassReader.java:185) ~[asm-debug-all-5.2.jar:5.2]
  898. at org.objectweb.asm.ClassReader.<init>(ClassReader.java:168) ~[asm-debug-all-5.2.jar:5.2]
  899. at org.objectweb.asm.ClassReader.<init>(ClassReader.java:439) ~[asm-debug-all-5.2.jar:5.2]
  900. at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:57) ~[ASMModParser.class:?]
  901. ... 17 more
  902. [19:48:29] [Client thread/WARN]: Zip file dragonenchantments-1.0.0.jar failed to read properly, it will be ignored
  903. net.minecraftforge.fml.common.LoaderException: java.lang.IllegalArgumentException
  904.  
  905. at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:63) ~[ASMModParser.class:?]
  906. at net.minecraftforge.fml.common.discovery.JarDiscoverer.findClassesASM(JarDiscoverer.java:102) ~[JarDiscoverer.class:?]
  907. at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:77) [JarDiscoverer.class:?]
  908. at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?]
  909. at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?]
  910. at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?]
  911. at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:427) [Loader.class:?]
  912. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568) [Loader.class:?]
  913. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) [FMLClientHandler.class:?]
  914. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467) [bib.class:?]
  915. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?]
  916. at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
  917. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
  918. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
  919. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
  920. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
  921. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  922. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  923. Caused by: java.lang.IllegalArgumentException
  924. at org.objectweb.asm.ClassReader.<init>(ClassReader.java:185) ~[asm-debug-all-5.2.jar:5.2]
  925. at org.objectweb.asm.ClassReader.<init>(ClassReader.java:168) ~[asm-debug-all-5.2.jar:5.2]
  926. at org.objectweb.asm.ClassReader.<init>(ClassReader.java:439) ~[asm-debug-all-5.2.jar:5.2]
  927. at net.minecraftforge.fml.common.discovery.asm.ASMModParser.<init>(ASMModParser.java:57) ~[ASMModParser.class:?]
  928. ... 17 more
  929. [19:48:29] [Client thread/WARN]: Mod embers is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.19
  930. [19:48:29] [Client thread/WARN]: Mod engineersworkshop is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.9.40
  931. [19:48:31] [Client thread/WARN]: Mod improvedbackpacks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-1.5.0.0
  932. [19:48:31] [Client thread/WARN]: Mod jeid is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.4-SNAPSHOT
  933. [19:48:32] [Client thread/WARN]: Mod mainmenuscale is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
  934. [19:48:33] [Client thread/WARN]: Mod mysticalmechanics is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.18
  935. [19:48:33] [Client thread/WARN]: Mod patchouli is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0-23.6
  936. [19:48:34] [Client thread/WARN]: Mod reauth is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.0.3
  937. [19:48:35] [Client thread/WARN]: Mod soot is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.10-hotfix
  938. [19:48:35] [Client thread/WARN]: Mod strawgolem is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.3
  939. [19:48:35] [Client thread/WARN]: Mod tcinventoryscan is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0.10
  940. [19:48:36] [Client thread/WARN]: ****************************************
  941. [19:48:36] [Client thread/WARN]: * The mod more_enchements has been identified as a probable 1.13 or greater mod. Things will not work well.
  942. [19:48:36] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:144)
  943. [19:48:36] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.<init>(FMLModContainer.java:128)
  944. [19:48:36] [Client thread/WARN]: * at sun.reflect.GeneratedConstructorAccessor28.newInstance(Unknown Source)
  945. [19:48:36] [Client thread/WARN]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  946. [19:48:36] [Client thread/WARN]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
  947. [19:48:36] [Client thread/WARN]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:73)...
  948. [19:48:36] [Client thread/WARN]: ****************************************
  949. [19:48:36] [Client thread/INFO]: Mod more_enchements is missing the required element 'name'. Substituting more_enchements
  950. [19:48:36] [Client thread/WARN]: Mod more_enchements is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
  951. [19:48:36] [Client thread/WARN]: Mod waystones is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.1.0
  952. [19:48:36] [Client thread/WARN]: Mod xpbook is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version v2.0.1
  953. [19:48:37] [Client thread/WARN]: Mod vt is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-1.5.6
  954. [19:48:37] [Client thread/INFO]: Forge Mod Loader has identified 258 mods to load
  955. [19:48:37] [Client thread/INFO]: Found mod(s) [inventorypets] containing declared API package baubles.api (owned by Baubles) without associated API reference
  956. [19:48:37] [Client thread/INFO]: Found mod(s) [danknull] containing declared API package yalter.mousetweaks.api (owned by mousetweaks) without associated API reference
  957. [19:48:37] [Client thread/FATAL]: The mod more_enchements does not wish to run in Minecraft version Minecraft 1.12.2. You will have to remove it to play.
  958. [19:48:37] [Client thread/FATAL]: Wrong Minecraft version for more_enchements
  959. [19:48:37] [Client thread/ERROR]: An exception was thrown, the game will display an error screen and halt.
  960. net.minecraftforge.fml.common.WrongMinecraftVersionException: Wrong Minecraft version for more_enchements
  961. Wrong Minecraft Versions!
  962. Mod: more_enchements
  963. Location: C:\Users\rainy\curseforge\minecraft\Instances\Roguelike Adventures and Dungeons (1)\mods\vme-1.12.jar
  964. Expected: [1.13,)
  965. Current: Minecraft 1.12.2
  966.  
  967.  
  968. at net.minecraftforge.fml.common.Loader.sortModList(Loader.java:252) ~[Loader.class:?]
  969. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:572) ~[Loader.class:?]
  970. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) [FMLClientHandler.class:?]
  971. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467) [bib.class:?]
  972. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?]
  973. at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
  974. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
  975. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
  976. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
  977. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
  978. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  979. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  980. [19:48:37] [Client thread/WARN]: EventBus 0 shutting down - future events will not be posted.
  981. [19:48:37] [Client thread/INFO]: Reloading ResourceManager: BetterFps, Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:RandomPatches, FMLFileResourcePack:Aether Continuation, FMLFileResourcePack:The Aether, FMLFileResourcePack:AI Improvements, FMLFileResourcePack:Akashic Tome, FMLFileResourcePack:AliensVsPredator, FMLFileResourcePack:Apotheosis, FMLFileResourcePack:AppleCore, FMLFileResourcePack:AppleSkin, FMLFileResourcePack:Aquaculture, FMLFileResourcePack:Aroma1997Core, FMLFileResourcePack:Aroma1997's Dimensional World, FMLFileResourcePack:Atum 2, FMLFileResourcePack:AutoRegLib, FMLFileResourcePack:Battle Towers, FMLFileResourcePack:Baubles, FMLFileResourcePack:Better Advancements, FMLFileResourcePack:YUNG's Better Caves, FMLFileResourcePack:Better Diving, FMLFileResourcePack:YUNG's Better Mineshafts, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:Bigger Packets, please !, FMLFileResourcePack:Biome Bundle, FMLFileResourcePack:Bloodmoon, FMLFileResourcePack:Bonsai Trees, FMLFileResourcePack:Bookshelf, FMLFileResourcePack:Bountiful, FMLFileResourcePack:Building Gadgets, FMLFileResourcePack:Callable Horses, FMLFileResourcePack:Cavern II, FMLFileResourcePack:Chameleon, FMLFileResourcePack:Chance Cubes, FMLFileResourcePack:Charm, FMLFileResourcePack:Chest Transporter, FMLFileResourcePack:ChickenChunks, FMLFileResourcePack:Chisel, FMLFileResourcePack:Clumps, FMLFileResourcePack:CodeChicken Lib, FMLFileResourcePack:Colossal Chests, FMLFileResourcePack:Colytra, FMLFileResourcePack:Comforts, FMLFileResourcePack:Controlling, FMLFileResourcePack:Cooking for Blockheads, FMLFileResourcePack:CosmeticArmorReworked, FMLFileResourcePack:Crafting Tweaks, FMLFileResourcePack:CT-GUI, FMLFileResourcePack:CraftTweaker2, FMLFileResourcePack:CraftTweaker JEI Support, FMLFileResourcePack:Creeper Confetti, FMLFileResourcePack:Crimson Revelations, FMLFileResourcePack:CTM, FMLFileResourcePack:Cucumber Library, FMLFileResourcePack:Customized Dungeon Loot, FMLFileResourcePack:Custom Main Menu, FMLFileResourcePack:Cyclic, FMLFileResourcePack:Cyclops Core, FMLFileResourcePack:/dank/null, FMLFileResourcePack:DefaultSettings, FMLFileResourcePack:Dimensional Doors, FMLFileResourcePack:DiscordSuite, FMLFileResourcePack:Disenchanter, FMLFileResourcePack:Doggy Talents, FMLFileResourcePack:Doomlike Dungeons, FMLFileResourcePack:Dragon Enchantments, FMLFileResourcePack:DungeonTactics, FMLFileResourcePack:Easier Villager Trading, FMLFileResourcePack:Electroblob's Wizardry, FMLFileResourcePack:Elenai Dodge, FMLFileResourcePack:Embersified, FMLFileResourcePack:Embers Rekindled, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:Enchantment Descriptions, FMLFileResourcePack:Engineer's Workshop Reborn, FMLFileResourcePack:Erebus, FMLFileResourcePack:Extra Alchemy, FMLFileResourcePack:Extra Golems, FMLFileResourcePack:Meldexun's Extra Spells, FMLFileResourcePack:Extra Utilities 2, FMLFileResourcePack:Eye of Dragons, FMLFileResourcePack:FastWorkbench, FMLFileResourcePack:FlashFyre's Enchantments, FMLFileResourcePack:Flan's Mod, FMLFileResourcePack:FoamFix, FMLFileResourcePack:Forge Endertech, FMLFileResourcePack:Shadowfacts' Forgelin, FMLFileResourcePack:FTB Backups, FMLFileResourcePack:FTB Guides, FMLFileResourcePack:FTB Library, FMLFileResourcePack:FTB Money, FMLFileResourcePack:FTB Quests, FMLFileResourcePack:FTB Utilities, FMLFileResourcePack:HBM's Nuclear Tech Mod, FMLFileResourcePack:Heroic Armory, FMLFileResourcePack:Hooked, FMLFileResourcePack:Waila, FMLFileResourcePack:Ice and Fire, FMLFileResourcePack:Improved Backpacks, FMLFileResourcePack:Infernal Mobs, FMLFileResourcePack:Inventory Pets, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Item Filters, FMLFileResourcePack:Just Enough Items, FMLFileResourcePack:JEI Integration, FMLFileResourcePack:Just Enough HarvestCraft, FMLFileResourcePack:JustEnoughIDs, FMLFileResourcePack:Lockdown Additions, FMLFileResourcePack:Let's Encrypt Craft, FMLFileResourcePack:Level Up! Reloaded, FMLFileResourcePack:LibrarianLib Stage 2, FMLFileResourcePack:LibrarianLib, FMLFileResourcePack:LibraryEx, FMLFileResourcePack:LimeLib, FMLFileResourcePack:Limited Enchanting, FMLFileResourcePack:Liquid Enchanting, FMLFileResourcePack:Living Enchantment, FMLFileResourcePack:Login Shield, FMLFileResourcePack:Lost Aether Content, FMLFileResourcePack:LunatriusCore, FMLFileResourcePack:Main Menu Scale, FMLFileResourcePack:Mantle, FMLFileResourcePack:MDXLib, FMLFileResourcePack:Mega Loot, FMLFileResourcePack:Minor Integrations and Additions, FMLFileResourcePack:MineMenu, FMLFileResourcePack:Minerva Library, FMLFileResourcePack:Modern Weapons Pack, FMLFileResourcePack:MoreOverlays, FMLFileResourcePack:Mouse Tweaks, FMLFileResourcePack:Mowzie's Mobs, FMLFileResourcePack:Mystical Gears, FMLFileResourcePack:Mystical Mechanics, FMLFileResourcePack:Mystical Agriculture, FMLFileResourcePack:Mystical Lib, FMLFileResourcePack:Mystical World, FMLFileResourcePack:Nature's Compass, FMLFileResourcePack:Neat, FMLFileResourcePack:NetherEx, FMLFileResourcePack:NetherPortalFix, FMLFileResourcePack:Nomadic Tents, FMLFileResourcePack:NoMoreRecipeConflict, FMLFileResourcePack:No Recipe Book, FMLFileResourcePack:Not Enough Enchantments, FMLFileResourcePack:OpenBlocks, FMLFileResourcePack:OpenModsLib, FMLFileResourcePack:Open Terrain Generator, FMLFileResourcePack:Ordinary Coins, FMLFileResourcePack:OreExcavation, FMLFileResourcePack:p455w0rd's Library, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:Patchouli, FMLFileResourcePack:PiTweaks, FMLFileResourcePack:Placeable Items Mod, FMLFileResourcePack:Placebo, FMLFileResourcePack:Portable Crafting, FMLFileResourcePack:Potion Core, FMLFileResourcePack:Prefab, FMLFileResourcePack:Progressive Bosses, FMLFileResourcePack:Project: Vibrant Journeys, FMLFileResourcePack:Pyramid Plunder, FMLFileResourcePack:Quality Tools, FMLFileResourcePack:Quark, FMLFileResourcePack:Quark Oddities, FMLFileResourcePack:Rad Enchants, FMLFileResourcePack:Random Enchantments, FMLFileResourcePack:Random Loot Mod, FMLFileResourcePack:Random Things, FMLFileResourcePack:RandomTweaks, FMLFileResourcePack:ReAuth, FMLFileResourcePack:Reborn Core, FMLFileResourcePack:Recurrent Complex, FMLFileResourcePack:Reliquary, FMLFileResourcePack:Resource Loader, FMLFileResourcePack:Roguelike Dungeons, FMLFileResourcePack:Rough Tweaks, FMLFileResourcePack:Rustic, FMLFileResourcePack:Scaling Health, FMLFileResourcePack:SCP Heavy Containment Expansion, FMLFileResourcePack:SCP: Lockdown, FMLFileResourcePack:SCP Lockdown Extras, FMLFileResourcePack:Sharing Tome, FMLFileResourcePack:Signpost, FMLFileResourcePack:Silent Lib, FMLFileResourcePack:Simple Parts Pack, FMLFileResourcePack:Simple Storage Network, FMLFileResourcePack:Skewers, FMLFileResourcePack:Rin's So Many Enchantments?, FMLFileResourcePack:Soot, FMLFileResourcePack:Sound Filters, FMLFileResourcePack:Spartan Fire, FMLFileResourcePack:Spartan Shields, FMLFileResourcePack:Spartan Weaponry, FMLFileResourcePack:SpawnerControl, FMLFileResourcePack:Spawn Temple, FMLFileResourcePack:SnowStep's Enchantments, FMLFileResourcePack:Stackie, FMLFileResourcePack:SwingThroughGrass, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:Straw Golem, FMLFileResourcePack:Stuff A Sock In It, FMLFileResourcePack:Subterranean Switcheroo, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:TerraCart Reloaded, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:Thaumic Augmentation, FMLFileResourcePack:Thaumcrafft Inventory Scanning, FMLFileResourcePack:ThaumicJEI, FMLFileResourcePack:The Beneath, FMLFileResourcePack:Tinkers' Complement, FMLFileResourcePack:Tinker's JEI, FMLFileResourcePack:Tinkers Tool Leveling, FMLFileResourcePack:Tips, FMLFileResourcePack:Titles, FMLFileResourcePack:Corail Tombstone, FMLFileResourcePack:Tropicraft, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Unique Enchantments Base, FMLFileResourcePack:Unique Battle Enchantments, FMLFileResourcePack:Unique Util Enchantments, FMLFileResourcePack:Unique Enchantments, FMLFileResourcePack:Unique Crops, FMLFileResourcePack:uppers, FMLFileResourcePack:TeamLapen Library, FMLFileResourcePack:Vampirism, FMLFileResourcePack:VampirismIntegrations, FMLFileResourcePack:ViesCraft, FMLFileResourcePack:more_enchements, FMLFileResourcePack:V-Tweaks, FMLFileResourcePack:Waila Harvestability, FMLFileResourcePack:Wall-Jump!, FMLFileResourcePack:What Are We Looking At, FMLFileResourcePack:Waystones, FMLFileResourcePack:Wizardry Golems by Dan, FMLFileResourcePack:Wonderful Enchantments, FMLFileResourcePack:WW2 Pack, FMLFileResourcePack:Xaero's Minimap, FMLFileResourcePack:Xaero's World Map, FMLFileResourcePack:XP Tome, FMLFileResourcePack:Yoyos, FMLFileResourcePack:zerascp, FMLFileResourcePack:AncientSpellcraft, FMLFileResourcePack:LLibrary, FMLFileResourcePack:OreLib Support Mod, FMLFileResourcePack:Phosphor Lighting Engine, FMLFileResourcePack:Rope Bridge, FMLFileResourcePack:Spice of Life: Carrot Edition, FMLFileResourcePack:The Betweenlands, FMLFileResourcePack:Vanilla Tweaks, CustomResources, CustomOverridingResources
  982. [19:48:37] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: META-INF in C:\Users\rainy\curseforge\minecraft\Instances\Roguelike Adventures and Dungeons (1)\mods\iceandfire-1.9.1-1.12.2.jar
  983. [19:48:37] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: META-INF in C:\Users\rainy\curseforge\minecraft\Instances\Roguelike Adventures and Dungeons (1)\mods\iceandfire-1.9.1-1.12.2.jar
  984. [19:48:37] [Client thread/INFO]: Transforming RenderItem
  985. [19:48:37] [Client thread/INFO]: Applying Transformation to method (Names [renderItem, func_180454_a] Descriptor (Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/renderer/block/model/IBakedModel;)V)
  986. [19:48:37] [Client thread/INFO]: Attempting to insert: Item render hook
  987. [19:48:37] [Client thread/INFO]: Patch result: Success
  988. [19:48:37] [Client thread/INFO]: Applying Transformation to method (Names [renderEffect, func_191966_a] Descriptor (Lnet/minecraft/client/renderer/block/model/IBakedModel;)V)
  989. [19:48:37] [Client thread/INFO]: Attempting to insert: Enchantment glint glow activation
  990. [19:48:37] [Client thread/INFO]: Patch result: Success
  991. [19:48:37] [Client thread/INFO]: Applying Transformation to method (Names [renderEffect, func_191966_a] Descriptor (Lnet/minecraft/client/renderer/block/model/IBakedModel;)V)
  992. [19:48:37] [Client thread/INFO]: Attempting to insert: Enchantment glint glow return
  993. [19:48:37] [Client thread/INFO]: Patch result: Success
  994. [19:48:37] [Client thread/INFO]: Transforming net.minecraft.client.renderer.RenderItem
  995. [19:48:37] [Client thread/INFO]: Applying Transformation to method (Names [renderItem, func_180454_a] Descriptor (Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/renderer/block/model/IBakedModel;)V)
  996. [19:48:37] [Client thread/INFO]: Located Method, patching...
  997. [19:48:37] [Client thread/INFO]: Patch result: true
  998. [19:48:37] [Client thread/INFO]: Applying Transformation to method (Names [renderEffect, func_191966_a] Descriptor (Lnet/minecraft/client/renderer/block/model/IBakedModel;)V)
  999. [19:48:37] [Client thread/INFO]: Located Method, patching...
  1000. [19:48:37] [Client thread/INFO]: Located patch target node LDC -8372020
  1001. [19:48:37] [Client thread/INFO]: Located patch target node LDC -8372020
  1002. [19:48:37] [Client thread/INFO]: Patch result: true
  1003. [19:48:37] [Client thread/INFO]: Transforming BlockRendererDispatcher
  1004. [19:48:37] [Client thread/INFO]: Applying Transformation to method (Names [renderBlock, func_175018_a] Descriptor (Lnet/minecraft/block/state/IBlockState;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/IBlockAccess;Lnet/minecraft/client/renderer/BufferBuilder;)Z)
  1005. [19:48:37] [Client thread/INFO]: Attempting to insert: Block render hook
  1006. [19:48:37] [Client thread/INFO]: Patch result: Success
  1007. [19:48:37] [Client thread/INFO]: Applying Transformation to method (Names [renderBlock, func_175018_a] Descriptor (Lnet/minecraft/block/state/IBlockState;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/IBlockAccess;Lnet/minecraft/client/renderer/BufferBuilder;)Z)
  1008. [19:48:37] [Client thread/INFO]: Attempting to insert: Fluid render hook
  1009. [19:48:37] [Client thread/INFO]: Patch result: Success
  1010. [19:48:37] [Client thread/INFO]: Successfully transformed class net.minecraft.client.renderer.RenderGlobal
  1011. [19:48:37] [Client thread/INFO]: [xaero.common.core.transformer.ClassNodeTransformer:transform:26]: Transforming class bsb net.minecraft.client.multiplayer.WorldClient
  1012. [19:48:37] [Client thread/INFO]: [xaero.map.core.transformer.ClassNodeTransformer:transform:26]: Transforming class net.minecraft.client.multiplayer.WorldClient
  1013. [19:48:37] [Client thread/WARN]: Unable to call Core API! It has not been initialized yet!
  1014. [19:48:37] [Client thread/WARN]: There were errors previously. Not beginning mod initialization phase
  1015. [19:48:37] [Client thread/INFO]: [OptiFine] *** Reloading textures ***
  1016. [19:48:37] [Client thread/INFO]: [pl.asie.foamfix.coremod.patches.ReturnIfBooleanTruePatch:apply:89]: Added return if option true in net/minecraft/client/renderer/texture/TextureMap func_94248_c
  1017. [19:48:37] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.client.renderer.texture.TextureMap], Method [registerSprite]
  1018. [19:48:37] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.client.renderer.texture.TextureMap Finished.
  1019. [19:48:37] [Client thread/INFO]: [OptiFine] Resource packs: Default
  1020. [19:48:37] [Client thread/INFO]: [OptiFine] EmissiveTextures: Loading optifine/emissive.properties
  1021. [19:48:37] [Client thread/INFO]: [xaero.common.core.transformer.ClassNodeTransformer:transform:26]: Transforming class bfc net.minecraft.world.storage.SaveFormatOld
  1022. [19:48:37] [Client thread/INFO]: [xaero.map.core.transformer.ClassNodeTransformer:transform:26]: Transforming class net.minecraft.world.storage.SaveFormatOld
  1023. [19:48:38] [Client thread/WARN]: File avp:sounds/mobs/praetorian/hurt3.ogg does not exist, cannot add it to event avp:praetorian.hurt
  1024. [19:48:39] [Client thread/WARN]: File flansmod:sounds/honeybadgerreload.ogg does not exist, cannot add it to event flansmod:honeybadgerreload
  1025. [19:48:39] [Client thread/WARN]: File flansmod:sounds/hcarreload.ogg does not exist, cannot add it to event flansmod:hcarreload
  1026. [19:48:39] [Client thread/WARN]: File flansmod:sounds/automaticannihilation100shoot.ogg does not exist, cannot add it to event flansmod:automaticannihilation100shoot
  1027. [19:48:39] [Client thread/WARN]: File nee:sounds/wateraspect/hit.ogg does not exist, cannot add it to event notenoughenchantments:attack_wateraspect_hit
  1028. [19:48:39] [Client thread/WARN]: File nee:sounds/culling/failed.ogg does not exist, cannot add it to event notenoughenchantments:attack_culling_failed
  1029. [19:48:39] [Client thread/WARN]: File nee:sounds/culling/finished.ogg does not exist, cannot add it to event notenoughenchantments:attack_culling_finished
  1030. [19:48:39] [Client thread/WARN]: File nee:sounds/crit/hit.ogg does not exist, cannot add it to event notenoughenchantments:attack_crit_hit
  1031. [19:48:39] [Client thread/WARN]: File somanyenchantments:sounds/culling/failed.ogg does not exist, cannot add it to event somanyenchantments:attack_culling_failed
  1032. [19:48:39] [Client thread/WARN]: File somanyenchantments:sounds/culling/finished.ogg does not exist, cannot add it to event somanyenchantments:attack_culling_finished
  1033. [19:48:39] [Client thread/WARN]: File somanyenchantments:sounds/crit/hit.ogg does not exist, cannot add it to event somanyenchantments:attack_crit_hit
  1034. [19:48:39] [Client thread/WARN]: File minecraft:sounds/gravel.break.ogg does not exist, cannot add it to event ancientspellcraft:spell.burrow
  1035. [19:48:39] [Sound Library Loader/INFO]: Starting up SoundSystem...
  1036. [19:48:39] [Client thread/INFO]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/client/renderer/texture/TextureAtlasSprite to pl/asie/foamfix/client/FastTextureAtlasSprite
  1037. [19:48:39] [Client thread/INFO]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/client/renderer/texture/TextureAtlasSprite to pl/asie/foamfix/client/FastTextureAtlasSprite
  1038. [19:48:39] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.client.renderer.texture.TextureAtlasSprite], Method [updateAnimationInterpolated]
  1039. [19:48:39] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.client.renderer.texture.TextureAtlasSprite Finished.
  1040. [19:48:39] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraft.client.renderer.block.model.ModelResourceLocation.<init>
  1041. [19:48:39] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraftforge.client.model.ItemLayerModel.bake
  1042. [19:48:39] [Client thread/INFO]: Cleaning up ModelLoader...
  1043. [19:48:39] [Thread-7/INFO]: Initializing LWJGL OpenAL
  1044. [19:48:39] [Thread-7/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
  1045. [19:48:39] [Thread-7/INFO]: OpenAL initialized.
  1046. [19:48:39] [Client thread/INFO]: Transforming LayerArmorBase
  1047. [19:48:39] [Client thread/INFO]: Applying Transformation to method (Names [renderArmorLayer, func_188361_a, a] Descriptor (Lnet/minecraft/entity/EntityLivingBase;FFFFFFFLnet/minecraft/inventory/EntityEquipmentSlot;)V / (Lvp;FFFFFFFLvl;)V)
  1048. [19:48:39] [Client thread/INFO]: Located method, patching...
  1049. [19:48:39] [Client thread/INFO]: Located target ASTORE 10
  1050. [19:48:39] [Client thread/INFO]: Patch result: true
  1051. [19:48:39] [Client thread/INFO]: Transforming LayerArmorBase
  1052. [19:48:39] [Client thread/INFO]: Applying Transformation to method (Names [renderEnchantedGlint, func_188364_a] Descriptor (Lnet/minecraft/client/renderer/entity/RenderLivingBase;Lnet/minecraft/entity/EntityLivingBase;Lnet/minecraft/client/model/ModelBase;FFFFFFF)V)
  1053. [19:48:39] [Client thread/INFO]: Attempting to insert: Enchantment glint glow activation
  1054. [19:48:39] [Client thread/INFO]: Patch result: Success
  1055. [19:48:39] [Client thread/INFO]: Applying Transformation to method (Names [renderEnchantedGlint, func_188364_a] Descriptor (Lnet/minecraft/client/renderer/entity/RenderLivingBase;Lnet/minecraft/entity/EntityLivingBase;Lnet/minecraft/client/model/ModelBase;FFFFFFF)V)
  1056. [19:48:39] [Client thread/INFO]: Attempting to insert: Enchantment glint glow return
  1057. [19:48:39] [Client thread/INFO]: Patch result: Success
  1058. [19:48:39] [Client thread/INFO]: Transforming net.minecraft.client.renderer.entity.layers.LayerArmorBase
  1059. [19:48:39] [Client thread/INFO]: Applying Transformation to method (Names [renderArmorLayer, func_188361_a] Descriptor (Lnet/minecraft/entity/EntityLivingBase;FFFFFFFLnet/minecraft/inventory/EntityEquipmentSlot;)V)
  1060. [19:48:39] [Client thread/INFO]: Located Method, patching...
  1061. [19:48:39] [Client thread/INFO]: Patch result: true
  1062. [19:48:39] [Client thread/INFO]: Optifine Detected. Disabling Patch for Names [renderEnchantedGlint, func_188364_a] Descriptor (Lnet/minecraft/client/renderer/entity/RenderLivingBase;Lnet/minecraft/entity/EntityLivingBase;Lnet/minecraft/client/model/ModelBase;FFFFFFF)V
  1063. [19:48:39] [Client thread/INFO]: [com.creativemd.creativecore.transformer.CreativeTransformer:transform:52]: [itemphysic] Patched net.minecraft.client.renderer.entity.RenderEntityItem ...
  1064. [19:48:39] [Client thread/INFO]: Successfully transformed class net.minecraft.client.renderer.entity.layers.LayerCape
  1065. [19:48:39] [Client thread/INFO]: Transforming net.minecraft.client.renderer.entity.layers.LayerEntityOnShoulder
  1066. [19:48:39] [Client thread/INFO]: Applying Transformation to method (Names [renderEntityOnShoulder, func_192864_a] Descriptor (Lnet/minecraft/entity/player/EntityPlayer;Ljava/util/UUID;Lnet/minecraft/nbt/NBTTagCompound;Lnet/minecraft/client/renderer/entity/RenderLivingBase;Lnet/minecraft/client/model/ModelBase;Lnet/minecraft/util/ResourceLocation;Ljava/lang/Class;FFFFFFFZ)Lnet/minecraft/client/renderer/entity/layers/LayerEntityOnShoulder$DataHolder;)
  1067. [19:48:39] [Client thread/INFO]: Located Method, patching...
  1068. [19:48:39] [Client thread/INFO]: Located patch target node INVOKEVIRTUAL net/minecraft/client/renderer/entity/RenderLivingBase.func_110776_a (Lnet/minecraft/util/ResourceLocation;)V
  1069. [19:48:39] [Client thread/INFO]: Patch result: true
  1070. [19:48:39] [Client thread/INFO]: Transforming net.minecraft.client.renderer.BlockModelRenderer
  1071. [19:48:39] [Client thread/INFO]: Optifine Detected. Disabling Patch for Names [renderQuadsFlat, func_187496_a] Descriptor (Lnet/minecraft/world/IBlockAccess;Lnet/minecraft/block/state/IBlockState;Lnet/minecraft/util/math/BlockPos;IZLnet/minecraft/client/renderer/BufferBuilder;Ljava/util/List;Ljava/util/BitSet;)V
  1072. [19:48:39] [Sound Library Loader/INFO]: Sound engine started
  1073. [19:48:39] [Client thread/INFO]: Transforming Particle
  1074. [19:48:39] [Client thread/INFO]: Applying Transformation to method (Names [getBrightnessForRender, func_189214_a] Descriptor (F)I)
  1075. [19:48:39] [Client thread/INFO]: Attempting to insert: Potion particle glow
  1076. [19:48:39] [Client thread/INFO]: Patch result: Success
  1077. [19:48:40] [Client thread/INFO]: [xaero.common.core.transformer.ClassNodeTransformer:transform:26]: Transforming class biz net.minecraft.client.gui.GuiBossOverlay
  1078. [19:48:40] [Client thread/INFO]: Narrator library for x64 successfully loaded
  1079. [19:48:40] [Client thread/INFO]: Patching net.minecraft.client.gui.GuiOptions... (ble)
  1080. [19:48:40] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient
  1081. [19:48:40] [Client thread/INFO]: [xaero.common.core.transformer.ClassNodeTransformer:transform:26]: Transforming class axw net.minecraft.world.chunk.Chunk
  1082. [19:48:40] [Client thread/INFO]: [xaero.map.core.transformer.ClassNodeTransformer:transform:26]: Transforming class net.minecraft.world.chunk.Chunk
  1083. [19:48:40] [Client thread/INFO]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:73]: Replaced NEW for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
  1084. [19:48:40] [Client thread/INFO]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:85]: Replaced INVOKESPECIAL for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
  1085. [19:48:40] [Client thread/INFO]: [com.pg85.otg.forge.asm.excluded.OTGClassTransformer:transform:91]: OTG-Core transforming: net.minecraft.world.biome.Biome : anh
  1086. [19:48:40] [Client thread/INFO]: Transforming class 'gy', alias 'net.minecraft.network.PacketBuffer'
  1087. [19:48:40] [Client thread/INFO]: Scanning method 'j()Lfy;'
  1088. [19:48:40] [Client thread/INFO]: Patching constant (java.lang.Long) 2097152
  1089. [19:48:40] [Client thread/WARN]: Static binding violation: PRIVATE @Overwrite method func_76615_h in mixins.phosphor.json:common.MixinChunk cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded.
  1090. [19:48:40] [Client thread/INFO]: [com.pg85.otg.forge.asm.excluded.OTGClassTransformer:transform:91]: OTG-Core transforming: net.minecraftforge.common.DimensionManager : net/minecraftforge/common/DimensionManager
  1091. [19:48:40] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Spliced in METHOD: net.minecraftforge.common.property.ExtendedBlockState.createState
  1092. [19:48:40] [Client thread/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:165]: Added FIELD: net.minecraftforge.common.property.ExtendedBlockState.foamfix_mapper
  1093. [19:48:40] [Client thread/INFO]: [xaero.common.core.transformer.ClassNodeTransformer:transform:26]: Transforming class brz net.minecraft.client.network.NetHandlerPlayClient
  1094. [19:48:40] [Client thread/INFO]: [xaero.map.core.transformer.ClassNodeTransformer:transform:26]: Transforming class net.minecraft.client.network.NetHandlerPlayClient
  1095. [19:48:40] [Client thread/INFO]: Transforming net.minecraft.util.DamageSource
  1096. [19:48:40] [Client thread/INFO]: Applying Transformation to method (Names [causePlayerDamage, func_76365_a] Descriptor (Lnet/minecraft/entity/player/EntityPlayer;)Lnet/minecraft/util/DamageSource;)
  1097. [19:48:40] [Client thread/INFO]: Located Method, patching...
  1098. [19:48:40] [Client thread/INFO]: Patch result: true
  1099. [19:48:41] [Client thread/INFO]: Transforming NetHandlerPlayServer
  1100. [19:48:41] [Client thread/INFO]: Applying Transformation to method (Names [update, func_73660_a] Descriptor ()V)
  1101. [19:48:41] [Client thread/INFO]: Attempting to insert: Update hook
  1102. [19:48:41] [Client thread/INFO]: Patch result: Success
  1103. [19:48:41] [Client thread/INFO]: Successfully transformed class net.minecraft.network.NetHandlerPlayServer
  1104. [19:48:41] [Client thread/INFO]: Transforming ContainerRepair
  1105. [19:48:41] [Client thread/INFO]: Applying Transformation to method (Names [updateRepairOutput, func_82848_d, e] Descriptor ()V / ()V)
  1106. [19:48:41] [Client thread/INFO]: Located method, patching...
  1107. [19:48:41] [Client thread/INFO]: Located target ICONST_0
  1108. [19:48:41] [Client thread/INFO]: Patch result: true
  1109. [19:48:41] [Client thread/INFO]: Transforming ContainerRepair...
  1110. [19:48:41] [Client thread/INFO]: Successfully removed the anvil level cap.
  1111. [19:48:41] [Client thread/INFO]: Replaced ContainerRepair Enchantment#getMaxLevel #1.
  1112. [19:48:41] [Client thread/INFO]: Replaced ContainerRepair Enchantment#getMaxLevel #2.
  1113. [19:48:41] [Client thread/INFO]: Successfully transformed ContainerRepair
  1114. [19:48:41] [Client thread/INFO]: Transforming net.minecraftforge.client.model.pipeline.LightUtil
  1115. [19:48:41] [Client thread/INFO]: Applying Transformation to method (Names [renderQuadColor, ] Descriptor (Lnet/minecraft/client/renderer/BufferBuilder;Lnet/minecraft/client/renderer/block/model/BakedQuad;I)V)
  1116. [19:48:41] [Client thread/INFO]: Located Method, patching...
  1117. [19:48:41] [Client thread/INFO]: Patch result: true
  1118. [19:48:41] [Client thread/INFO]: [OptiFine] *** Reloading custom textures ***
  1119. [19:48:41] [Client thread/INFO]: Transforming net.minecraft.client.renderer.tileentity.TileEntityPistonRenderer
  1120. [19:48:41] [Client thread/INFO]: Applying Transformation to method (Names [render, func_192841_a] Descriptor (Lnet/minecraft/tileentity/TileEntityPiston;DDDFIF)V)
  1121. [19:48:41] [Client thread/INFO]: Located Method, patching...
  1122. [19:48:41] [Client thread/INFO]: Patch result: true
  1123.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement