Advertisement
jadenquinn

02

Feb 23rd, 2019
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.15 KB | None | 0 0
  1. [21:07:13] [main/INFO]: ModLauncher starting: java version 1.8.0_51
  2. [21:07:13] [main/INFO]: ModLauncher running: args [--username, misterrredstone, --version, 1.13.2-forge-25.0.50, --gameDir, C:\Users\jaden_d4653jb\AppData\Roaming\.minecraft, --assetsDir, C:\Users\jaden_d4653jb\AppData\Roaming\.minecraft/assets, --assetIndex, 1.13.1, --uuid, 9366697dc7e5421d839d0cbec9a85076, --accessToken, ????????, --userType, mojang, --versionType, release, --launchTarget, fmlclient, --fml.forgeVersion, 25.0.50, --fml.mcVersion, 1.13.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20190213.203750]
  3. [21:07:13] [main/INFO]: Added Lets Encrypt root certificates as additional trust
  4. [21:07:14] [main/INFO]: Launching target 'fmlclient' with arguments [--username, misterrredstone, --version, 1.13.2-forge-25.0.50, --gameDir, C:\Users\jaden_d4653jb\AppData\Roaming\.minecraft, --assetsDir, C:\Users\jaden_d4653jb\AppData\Roaming\.minecraft/assets, --assetIndex, 1.13.1, --uuid, 9366697dc7e5421d839d0cbec9a85076, --accessToken, ????????, --userType, mojang, --versionType, release, --launchTarget, fmlclient, --fml.forgeVersion, 25.0.50, --fml.mcVersion, 1.13.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20190213.203750]
  5. [21:07:14] [Client thread/INFO]: Setting user: misterrredstone
  6. [21:07:17] [Client thread/ERROR]: Registry 'minecraft:block' was empty after loading
  7. [21:07:17] [Client thread/ERROR]: Registry 'minecraft:potion' was empty after loading
  8. [21:07:17] [Client thread/ERROR]: Registry 'minecraft:biome' was empty after loading
  9. [21:07:17] [Client thread/ERROR]: Registry 'minecraft:block_entity_type' was empty after loading
  10. [21:07:17] [Client thread/ERROR]: Registry 'minecraft:enchantment' was empty after loading
  11. [21:07:17] [Client thread/ERROR]: Registry 'minecraft:entity_type' was empty after loading
  12. [21:07:17] [Client thread/ERROR]: Registry 'minecraft:item' was empty after loading
  13. [21:07:17] [Client thread/ERROR]: Registry 'minecraft:mob_effect' was empty after loading
  14. [21:07:17] [Client thread/ERROR]: Registry 'minecraft:sound_event' was empty after loading
  15. [21:07:18] [Client thread/WARN]: Skipping bad option: lastServer:
  16. [21:07:18] [Client thread/INFO]: LWJGL Version: 3.1.6 build 14
  17. [21:07:19] [modloading-worker-5/INFO]: Gems SideProxy init
  18. [21:07:19] [modloading-worker-3/INFO]: Forge mod loading, version 25.0.50, for MC 1.13.2 with MCP 20190213.203750
  19. [21:07:19] [modloading-worker-3/INFO]: MinecraftForge v25.0.50 Initialized
  20. [21:07:19] [modloading-worker-7/INFO]: Loading config file C:\Users\jaden_d4653jb\AppData\Roaming\.minecraft\config\scaling-health\dimensions\default.toml
  21. [21:07:19] [modloading-worker-6/ERROR]: Failed to create mod instance. ModID: wit, class net.silentchaos512.wit.WIT
  22. java.lang.NoClassDefFoundError: net/minecraftforge/fml/javafmlmod/FMLModLoadingContext
  23. at net.silentchaos512.wit.SideProxy.<init>(SideProxy.java:13) ~[?:?]
  24. at net.silentchaos512.wit.SideProxy$Client.<init>(SideProxy.java:26) ~[?:?]
  25. at net.silentchaos512.wit.WIT.lambda$null$0(WIT.java:32) ~[?:?]
  26. at net.silentchaos512.wit.WIT$$Lambda$1312/720131317.get(Unknown Source) ~[?:?]
  27. at net.minecraftforge.fml.DistExecutor.runForDist(DistExecutor.java:63) ~[?:?]
  28. at net.silentchaos512.wit.WIT.<init>(WIT.java:32) ~[?:?]
  29. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_51]
  30. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_51]
  31. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_51]
  32. at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_51]
  33. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_51]
  34. at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:130) [?:25.0]
  35. at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$1254/1600249858.accept(Unknown Source) [?:25.0]
  36. at java.util.function.Consumer.lambda$andThen$14(Consumer.java:65) [?:1.8.0_51]
  37. at java.util.function.Consumer$$Lambda$1253/1877964230.accept(Unknown Source) [?:1.8.0_51]
  38. at java.util.function.Consumer.lambda$andThen$14(Consumer.java:65) [?:1.8.0_51]
  39. at java.util.function.Consumer$$Lambda$1253/1877964230.accept(Unknown Source) [?:1.8.0_51]
  40. at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:100) [?:?]
  41. at net.minecraftforge.fml.ModList.lambda$null$9(ModList.java:120) [?:?]
  42. at net.minecraftforge.fml.ModList$$Lambda$1298/545931839.accept(Unknown Source) [?:?]
  43. at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) [?:1.8.0_51]
  44. at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374) [?:1.8.0_51]
  45. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512) [?:1.8.0_51]
  46. at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291) [?:1.8.0_51]
  47. at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731) [?:1.8.0_51]
  48. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_51]
  49. at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_51]
  50. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) [?:1.8.0_51]
  51. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_51]
  52. Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.javafmlmod.FMLModLoadingContext
  53. at java.lang.ClassLoader.findClass(ClassLoader.java:530) ~[?:1.8.0_51]
  54. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_51]
  55. at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:81) ~[modlauncher-0.10.0.jar:?]
  56. at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.loadClass(TransformingClassLoader.java:169) ~[modlauncher-0.10.0.jar:?]
  57. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51]
  58. ... 29 more
  59. [21:07:19] [modloading-worker-7/INFO]: Loading config file C:\Users\jaden_d4653jb\AppData\Roaming\.minecraft\config\scaling-health\client.toml
  60. [21:07:19] [modloading-worker-7/INFO]: Loading config file C:\Users\jaden_d4653jb\AppData\Roaming\.minecraft\config\scaling-health\common.toml
  61. [21:07:19] [modloading-worker-7/WARN]: Correcting config file C:\Users\jaden_d4653jb\AppData\Roaming\.minecraft\config\scaling-health\client.toml
  62. [21:07:19] [modloading-worker-7/WARN]: [difficulty, warnWhenSleeping]: null -> true
  63. [21:07:19] [modloading-worker-7/WARN]: [difficulty, meter, show]: null -> SOMETIMES
  64. [21:07:19] [modloading-worker-7/WARN]: [difficulty, meter, position, offsetX]: null -> 5
  65. [21:07:19] [modloading-worker-7/WARN]: [difficulty, meter, position, offsetY]: null -> -30
  66. [21:07:19] [modloading-worker-7/WARN]: [difficulty, meter, position, anchor]: null -> BOTTOM_LEFT
  67. [21:07:19] [modloading-worker-7/WARN]: [difficulty, meter, text, scale]: null -> 0.6
  68. [21:07:19] [modloading-worker-7/WARN]: [difficulty, meter, showDuration]: null -> 8.0
  69. [21:07:19] [modloading-worker-7/WARN]: [debug, overlay, anchor]: null -> TOP_RIGHT
  70. [21:07:19] [modloading-worker-7/WARN]: [debug, overlay, textScale]: null -> 0.75
  71. [21:07:19] [modloading-worker-7/WARN]: [hearts, absorption, text, offsetX]: null -> 0
  72. [21:07:19] [modloading-worker-7/WARN]: [hearts, absorption, text, offsetY]: null -> 0
  73. [21:07:19] [modloading-worker-7/WARN]: [hearts, absorption, text, color]: null -> #FFFFFF
  74. [21:07:19] [modloading-worker-7/WARN]: [hearts, absorption, text, style]: null -> DISABLED
  75. [21:07:19] [modloading-worker-7/WARN]: [hearts, absorption, icons, style]: null -> SHIELD
  76. [21:07:19] [modloading-worker-7/WARN]: [hearts, absorption, icons, colors]: null -> [#BF0000, #E66000, #E69900, #E6D300, #99E600, #4CE600, #00E699, #00E6E6, #0099E6, #0000E6, #9900E6, #D580FF, #8C8C8C, #E6E6E6]
  77. [21:07:19] [modloading-worker-7/WARN]: [hearts, health, text, offsetX]: null -> 0
  78. [21:07:19] [modloading-worker-7/WARN]: [hearts, health, text, offsetY]: null -> 0
  79. [21:07:19] [modloading-worker-7/WARN]: [hearts, health, text, color, style]: null -> TRANSITION
  80. [21:07:19] [modloading-worker-7/WARN]: [hearts, health, text, color, full]: null -> #4CFF4C
  81. [21:07:19] [modloading-worker-7/WARN]: [hearts, health, text, color, empty]: null -> #FF4C4C
  82. [21:07:19] [modloading-worker-7/WARN]: [hearts, health, text, scale]: null -> 1.0
  83. [21:07:19] [modloading-worker-7/WARN]: [hearts, health, text, style]: null -> ROWS
  84. [21:07:19] [modloading-worker-7/WARN]: [hearts, health, icons, colorLooping]: null -> true
  85. [21:07:19] [modloading-worker-7/WARN]: [hearts, health, icons, style]: null -> REPLACE_ALL
  86. [21:07:19] [modloading-worker-7/WARN]: [hearts, health, icons, lastHeartOutlineColor]: null -> #FFFFFF
  87. [21:07:19] [modloading-worker-7/WARN]: [hearts, health, icons, colors]: null -> [#BF0000, #E66000, #E69900, #E6D300, #99E600, #4CE600, #00E699, #00E6E6, #0099E6, #0000E6, #9900E6, #D580FF, #8C8C8C, #E6E6E6]
  88. [21:07:19] [modloading-worker-7/WARN]: [hearts, health, icons, lastHeartOutline]: null -> true
  89. [21:07:19] [modloading-worker-7/INFO]: Saving config file C:\Users\jaden_d4653jb\AppData\Roaming\.minecraft\config\scaling-health\client.toml
  90. [21:07:19] [modloading-worker-7/WARN]: Correcting config file C:\Users\jaden_d4653jb\AppData\Roaming\.minecraft\config\scaling-health\common.toml
  91. [21:07:19] [modloading-worker-7/WARN]: [debug, showOverlay]: null -> true
  92. [21:07:19] [modloading-worker-7/WARN]: [debug, logEntitySpawns]: null -> false
  93. [21:07:19] [modloading-worker-7/WARN]: [debug, logDamageScaling]: null -> true
  94. [21:07:19] [modloading-worker-7/WARN]: [debug, masterSwitch]: null -> false
  95. [21:07:19] [modloading-worker-7/INFO]: Saving config file C:\Users\jaden_d4653jb\AppData\Roaming\.minecraft\config\scaling-health\common.toml
  96. [21:07:19] [modloading-worker-7/INFO]: Found possible dimension config: C:\Users\jaden_d4653jb\AppData\Roaming\.minecraft\config\scaling-health\dimensions\default.toml
  97. [21:07:19] [modloading-worker-7/INFO]: Loading config file C:\Users\jaden_d4653jb\AppData\Roaming\.minecraft\config\scaling-health\dimensions\default.toml
  98. [21:07:19] [modloading-worker-7/INFO]: Loaded config for dimension 0
  99. [21:07:19] [modloading-worker-7/WARN]: Correcting config file C:\Users\jaden_d4653jb\AppData\Roaming\.minecraft\config\scaling-health\dimensions\default.toml
  100. [21:07:19] [modloading-worker-7/WARN]: [pets, regenDelay]: null -> 30.0
  101. [21:07:19] [modloading-worker-7/WARN]: [difficulty, ignoreYAxis]: null -> true
  102. [21:07:19] [modloading-worker-7/WARN]: [difficulty, maxValue]: null -> 250.0
  103. [21:07:19] [modloading-worker-7/WARN]: [difficulty, distanceFactor]: null -> 0.0025
  104. [21:07:19] [modloading-worker-7/WARN]: [difficulty, groupAreaBonus]: null -> 1 + 0.05 * (areaPlayerCount - 1)
  105. [21:07:19] [modloading-worker-7/WARN]: [difficulty, mutators, onPlayerSleep]: null -> difficulty
  106. [21:07:19] [modloading-worker-7/WARN]: [difficulty, mutators, onPlayerDeath]: null -> difficulty
  107. [21:07:19] [modloading-worker-7/WARN]: [difficulty, mutators, onHostileKilled]: null -> difficulty
  108. [21:07:19] [modloading-worker-7/WARN]: [difficulty, mutators, onPlayerKilled]: null -> difficulty + 1.0
  109. [21:07:19] [modloading-worker-7/WARN]: [difficulty, mutators, onBossKilled]: null -> difficulty
  110. [21:07:19] [modloading-worker-7/WARN]: [difficulty, mutators, onBlightKilled]: null -> difficulty
  111. [21:07:19] [modloading-worker-7/WARN]: [difficulty, mutators, onPeacefulKilled]: null -> difficulty
  112. [21:07:19] [modloading-worker-7/WARN]: [difficulty, mutators, byEntity]: null -> [SimpleCommentedConfig:{types=[minecraft:villager], onKilled=difficulty + 0.01}]
  113. [21:07:19] [modloading-worker-7/WARN]: [difficulty, changePerSecond]: null -> 0.0011575
  114. [21:07:19] [modloading-worker-7/WARN]: [difficulty, exemptPlayers]: null -> []
  115. [21:07:19] [modloading-worker-7/WARN]: [difficulty, minValue]: null -> 0.0
  116. [21:07:19] [modloading-worker-7/WARN]: [difficulty, localDimensionDifficulty]: null -> false
  117. [21:07:19] [modloading-worker-7/WARN]: [difficulty, localPlayerDifficulty]: null -> false
  118. [21:07:19] [modloading-worker-7/WARN]: [difficulty, areaMode]: null -> WEIGHTED_AVERAGE
  119. [21:07:19] [modloading-worker-7/WARN]: [difficulty, searchRadius]: null -> 256
  120. [21:07:19] [modloading-worker-7/WARN]: [difficulty, idleMultiplier]: null -> 0.75
  121. [21:07:19] [modloading-worker-7/WARN]: [difficulty, startingValue]: null -> 0.0
  122. [21:07:19] [modloading-worker-7/WARN]: [mob, potionChance]: null -> SimpleCommentedConfig:{}
  123. [21:07:19] [modloading-worker-7/WARN]: [mob, damage, maxBoost]: null -> 10.0
  124. [21:07:19] [modloading-worker-7/WARN]: [mob, damage, boostScale]: null -> 0.1
  125. [21:07:19] [modloading-worker-7/WARN]: [mob, randomPotionEffects]: null -> [SimpleCommentedConfig:{potion=minecraft:speed, minDifficulty=15, level=1, durationInMinutes=10.0}, SimpleCommentedConfig:{potion=minecraft:speed, minDifficulty=50, level=2, durationInMinutes=10.0}, SimpleCommentedConfig:{potion=minecraft:strength, minDifficulty=30, level=1, durationInMinutes=10.0}, SimpleCommentedConfig:{potion=minecraft:fire_resistance, minDifficulty=10, level=1, durationInMinutes=10.0}, SimpleCommentedConfig:{potion=minecraft:invisibility, minDifficulty=35, level=1, durationInMinutes=10.0}, SimpleCommentedConfig:{potion=minecraft:resistance, minDifficulty=40, level=1, durationInMinutes=10.0}]
  126. [21:07:19] [modloading-worker-7/WARN]: [mob, health, modifierMode]: null -> MULTI_HALF
  127. [21:07:19] [modloading-worker-7/WARN]: [item, heart_crystal, levelCost]: null -> 3
  128. [21:07:19] [modloading-worker-7/WARN]: [item, heart_crystal, increaseHealth]: null -> true
  129. [21:07:19] [modloading-worker-5/INFO]: Gems SideProxy.Client init
  130. [21:07:19] [modloading-worker-7/WARN]: [item, heart_crystal, healthRestored]: null -> 4.0
  131. [21:07:19] [modloading-worker-7/WARN]: [item, enchanted_heart, change]: null -> -10.0
  132. [21:07:19] [modloading-worker-7/WARN]: [item, power_crystal, levelCost]: null -> 3
  133. [21:07:19] [modloading-worker-7/WARN]: [item, power_crystal, damageBoost]: null -> 0.5
  134. [21:07:19] [modloading-worker-7/WARN]: [item, cursed_heart, change]: null -> 10.0
  135. [21:07:19] [modloading-worker-7/WARN]: [setOnDeath]: null -> maxHealth
  136. [21:07:19] [modloading-worker-7/WARN]: [player, health, localHealth]: null -> false
  137. [21:07:19] [modloading-worker-7/WARN]: [player, health, startingHealth]: null -> 20
  138. [21:07:19] [modloading-worker-7/WARN]: [player, health, allowModification]: null -> true
  139. [21:07:19] [modloading-worker-7/WARN]: [player, health, minHealth]: null -> 2
  140. [21:07:19] [modloading-worker-7/WARN]: [player, health, maxHealth]: null -> 0
  141. [21:07:19] [modloading-worker-7/WARN]: [player, attackDamage, maxValue]: null -> 0
  142. [21:07:19] [modloading-worker-7/INFO]: Saving config file C:\Users\jaden_d4653jb\AppData\Roaming\.minecraft\config\scaling-health\dimensions\default.toml
  143. [21:07:19] [modloading-worker-7/WARN]: Correcting config file C:\Users\jaden_d4653jb\AppData\Roaming\.minecraft\config\scaling-health\dimensions\default.toml
  144. [21:07:19] [modloading-worker-7/WARN]: [mob, potionChance, hostile]: null -> 0.375
  145. [21:07:19] [modloading-worker-7/WARN]: [mob, potionChance, peaceful]: null -> 0.025
  146. [21:07:19] [modloading-worker-7/INFO]: Saving config file C:\Users\jaden_d4653jb\AppData\Roaming\.minecraft\config\scaling-health\dimensions\default.toml
  147. [21:07:19] [modloading-worker-7/INFO]: Register loot table scalinghealth:bonus_drops/peaceful
  148. [21:07:19] [modloading-worker-7/INFO]: Register loot table scalinghealth:bonus_drops/hostile
  149. [21:07:19] [modloading-worker-7/INFO]: Register loot table scalinghealth:bonus_drops/boss
  150. [21:07:19] [Client thread/FATAL]: Failed to complete lifecycle event CONSTRUCT, 1 errors found
  151. [21:07:19] [Client thread/INFO]: Reloading ResourceManager: wit-1.13-1.1.0+1.jar, SilentLib-1.13.2-4.0.0+2(1).jar, SilentGems-1.13.2-3.0.2+10.jar, ScalingHealth-1.13.2-2.0.0+2(1).jar, FunOres-1.13.2-2.0.0+1.jar, forge-1.13.2-25.0.50-universal.jar, cc-tweaked-1.13.2-1.81.0.jar, Default
  152. [21:07:20] [Sound Library Loader/INFO]: Starting up SoundSystem version 201809301515...
  153. [21:07:20] [Thread-15/INFO]: Initializing No Sound
  154. [21:07:20] [Thread-15/INFO]: (Silent Mode)
  155. [21:07:20] [Thread-15/INFO]: OpenAL initialized.
  156. [21:07:21] [Sound Library Loader/INFO]: Preloading sound minecraft:sounds/ambient/underwater/underwater_ambience.ogg
  157. [21:07:21] [Sound Library Loader/INFO]: Sound engine started
  158. [21:07:23] [Client thread/INFO]: Max texture size: 16384
  159. [21:07:24] [Client thread/INFO]: Created: 512x512 textures-atlas
  160. [21:07:25] [Client thread/INFO]: ColorHandlers#onBlockColors: net.minecraft.client.renderer.color.BlockColors@31f575aa
  161. [21:07:25] [Client thread/ERROR]: Exception caught during firing event: null
  162. Index: 1
  163. Listeners:
  164. 0: NORMAL
  165. 1: net.minecraftforge.eventbus.EventBus$$Lambda$1335/1443985877@73a91b68
  166. java.lang.NullPointerException
  167. at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:88)
  168. at net.silentchaos512.gems.lib.ColorHandlers.onBlockColors(ColorHandlers.java:19)
  169. at net.silentchaos512.gems.SideProxy$Client$$Lambda$1453/1261250016.accept(Unknown Source)
  170. at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
  171. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
  172. at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
  173. at java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:419)
  174. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
  175. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
  176. at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
  177. at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
  178. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  179. at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
  180. at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:201)
  181. at net.minecraftforge.eventbus.EventBus$$Lambda$1335/1443985877.invoke(Unknown Source)
  182. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:257)
  183. at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:178)
  184. at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:67)
  185. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:457)
  186. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:344)
  187. at net.minecraft.client.main.Main.main(SourceFile:144)
  188. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  189. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  190. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  191. at java.lang.reflect.Method.invoke(Method.java:497)
  192. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
  193. at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$267/795321555.call(Unknown Source)
  194. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:19)
  195. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:35)
  196. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53)
  197. at cpw.mods.modlauncher.Launcher.run(Launcher.java:58)
  198. at cpw.mods.modlauncher.Launcher.main(Launcher.java:44)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement