Advertisement
Guest User

crash-2020-03-18-20.52.08-client.txt

a guest
Mar 22nd, 2020
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.63 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Hi. I'm Minecraft, and I'm a crashaholic.
  3.  
  4. Time: 3/18/20 8:52 PM
  5. Description: Initializing game
  6.  
  7. java.lang.NullPointerException: Initializing game
  8. at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
  9. at doggytalents.ModBlocks.registerBlockColours(ModBlocks.java:46) ~[?:1.15.2.3] {re:classloading,pl:object_holder_definalize:A}
  10. at doggytalents.DoggyTalentsMod$$Lambda$3807/1567407273.accept(Unknown Source) ~[?:?] {}
  11. at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
  12. at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
  13. at net.minecraftforge.eventbus.EventBus$$Lambda$2083/1691075214.invoke(Unknown Source) ~[?:?] {}
  14. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.0.0-milestone.1-service.jar:?] {}
  15. at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.1] {re:classloading}
  16. at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243) ~[?:?] {re:classloading}
  17. at net.minecraftforge.fml.ModLoader$$Lambda$4315/105458500.accept(Unknown Source) ~[?:?] {}
  18. at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
  19. at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217) ~[?:?] {re:classloading}
  20. at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243) ~[?:?] {re:classloading}
  21. at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:204) ~[?:?] {re:classloading}
  22. at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
  23. at net.minecraft.client.Minecraft.<init>(Minecraft.java:420) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/immersive_portals/immersive_portals.mixins_client.json:block_manipulation/MixinMinecraftClient_B,pl:mixin:APP:assets/immersive_portals/immersive_portals.mixins_client.json:MixinMinecraftClient,pl:mixin:A,pl:runtimedistcleaner:A}
  24. at net.minecraft.client.main.Main.main(SourceFile:166) [?:?] {re:classloading}
  25. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
  26. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
  27. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
  28. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
  29. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.15.2-31.1.25.jar:31.1] {}
  30. at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$460/1117802526.call(Unknown Source) [forge-1.15.2-31.1.25.jar:31.1] {}
  31. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.0.0-milestone.4.jar:?] {}
  32. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.0.0-milestone.4.jar:?] {}
  33. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.0.0-milestone.4.jar:?] {}
  34. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.0.0-milestone.4.jar:?] {re:classloading}
  35. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.0.0-milestone.4.jar:?] {re:classloading}
  36.  
  37.  
  38. A detailed walkthrough of the error, its code path and all known details is as follows:
  39. ---------------------------------------------------------------------------------------
  40.  
  41. -- Head --
  42. Thread: Render thread
  43. Stacktrace:
  44. at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97)
  45. at doggytalents.ModBlocks.registerBlockColours(ModBlocks.java:46)
  46. at doggytalents.DoggyTalentsMod$$Lambda$3807/1567407273.accept(Unknown Source)
  47. at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212)
  48. at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204)
  49. at net.minecraftforge.eventbus.EventBus$$Lambda$2083/1691075214.invoke(Unknown Source)
  50. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
  51. at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168)
  52. at net.minecraftforge.fml.ModLoader.lambda$postEvent$30(ModLoader.java:243)
  53. at net.minecraftforge.fml.ModLoader$$Lambda$4315/105458500.accept(Unknown Source)
  54. at java.util.HashMap.forEach(HashMap.java:1280)
  55. at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:217)
  56. at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:243)
  57. at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:204)
  58. at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
  59. at net.minecraft.client.Minecraft.<init>(Minecraft.java:420)
  60.  
  61. -- Initialization --
  62. Details:
  63. Stacktrace:
  64. at net.minecraft.client.main.Main.main(SourceFile:166)
  65. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  66. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  67. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  68. at java.lang.reflect.Method.invoke(Method.java:497)
  69. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
  70. at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$460/1117802526.call(Unknown Source)
  71. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
  72. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
  73. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
  74. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
  75. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
  76.  
  77. -- System Details --
  78. Details:
  79. Minecraft Version: 1.15.2
  80. Minecraft Version ID: 1.15.2
  81. Operating System: Windows 10 (amd64) version 10.0
  82. Java Version: 1.8.0_51, Oracle Corporation
  83. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  84. Memory: 356298696 bytes (339 MB) / 3218079744 bytes (3069 MB) up to 7635730432 bytes (7282 MB)
  85. CPUs: 4
  86. JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8192m -Xms256m -XX:PermSize=256m
  87. ModLauncher: 5.0.0-milestone.4+67+b1a340b
  88. ModLauncher launch target: fmlclient
  89. ModLauncher naming: srg
  90. ModLauncher services:
  91. /eventbus-2.0.0-milestone.1-service.jar eventbus PLUGINSERVICE
  92. /forge-1.15.2-31.1.25.jar object_holder_definalize PLUGINSERVICE
  93. /forge-1.15.2-31.1.25.jar runtime_enum_extender PLUGINSERVICE
  94. /accesstransformers-2.0.4-shadowed.jar accesstransformer PLUGINSERVICE
  95. /forge-1.15.2-31.1.25.jar capability_inject_definalize PLUGINSERVICE
  96. /forge-1.15.2-31.1.25.jar runtimedistcleaner PLUGINSERVICE
  97. /forge-1.15.2-31.1.25.jar fml TRANSFORMATIONSERVICE
  98. /MixinBootstrap-1.0.2.jar mixinbootstrap TRANSFORMATIONSERVICE
  99. /MixinBootstrap-1.0.2.jar mixin PLUGINSERVICE
  100. /MixinBootstrap-1.0.2.jar mixinbootstrap PLUGINSERVICE
  101. FML: 31.1
  102. Forge: net.minecraftforge:31.1.25
  103. FML Language Providers:
  104. javafml@31.1
  105. minecraft@1
  106. Mod List:
  107. NetherPortalFix_1.15.2-6.0.0.jar NetherPortalFix {netherportalfix@6.0.0 CREATE_REGISTRIES}
  108. clayconversion-1.15-1.0.jar Clay Conversion {clayconversion@1.0 CREATE_REGISTRIES}
  109. DoggyTalents-1.15.2-1.15.2.3.jar Doggy Talents {doggytalents@1.15.2.3 CREATE_REGISTRIES}
  110. SilentMechanisms-1.15.2-0.7.0+50.jar Silent's Mechanisms {silents_mechanisms@0.7.0+50 CREATE_REGISTRIES}
  111. Industrial Agriculture[Core]-1.15.2-1.6.6.jar Industrial Agriculture {industrialagriculture@1.15.2-1.6.6 CREATE_REGISTRIES}
  112. KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {kleeslabs@8.0.0 CREATE_REGISTRIES}
  113. rsgauges-1.15.2-1.2.1.jar Gauges and Switches {rsgauges@1.2.1 CREATE_REGISTRIES}
  114. ForgeEndertech-1.15.2-6.0.1.0-build.0011.jar Forge Endertech {forgeendertech@6.0.1.0 CREATE_REGISTRIES}
  115. TerraForged-1.15.2-0.0.4.jar TerraForged {terraforged@0.0.4 CREATE_REGISTRIES}
  116. CookingForBlockheads_1.15.2-8.0.0.jar Cooking for Blockheads {cookingforblockheads@8.0.0 CREATE_REGISTRIES}
  117. Controlling-6.1.1.jar Controlling {controlling@6.1.1 CREATE_REGISTRIES}
  118. Placebo-1.15.2-3.0.2.jar Placebo {placebo@3.0.2 CREATE_REGISTRIES}
  119. Beer 1.3.jar Beer {beer@1.3 CREATE_REGISTRIES}
  120. sneakthroughberries-1.15.2-20w06a-1.0.1.jar Sneak Through Berries {sneakthroughberries@1.15.2-20w06a-1.0.1 CREATE_REGISTRIES}
  121. rangedpumps-0.7.1.jar Ranged Pumps {rangedpumps@0.7.1 CREATE_REGISTRIES}
  122. Bookshelf-1.15.2-5.1.4.jar Bookshelf {bookshelf@5.1.4 CREATE_REGISTRIES}
  123. DarkUtilities-1.15.2-3.0.1.jar Dark Utilities {darkutils@3.0.1 CREATE_REGISTRIES}
  124. cryingghasts_1.15.2-1.0.jar Crying Ghasts {cryingghasts@1.0 CREATE_REGISTRIES}
  125. Apotheosis-1.15.2-3.0.6.jar Apotheosis {apotheosis@3.0.6 CREATE_REGISTRIES}
  126. Waddles-1.15.2-0.8.5.jar Waddles {waddles@1.15.2-0.8.5 CREATE_REGISTRIES}
  127. PickUpNotifier-v1.1.2-1.15.2.jar Pick Up Notifier {pickupnotifier@1.1.2 CREATE_REGISTRIES}
  128. MekanismGenerators-1.15.2-9.9.16.408.jar Mekanism: Generators {mekanismgenerators@9.9.16 CREATE_REGISTRIES}
  129. SnowRealMagic-1.15.2-1.7.2.jar Snow! Real Magic! {snowrealmagic@1.7.2 CREATE_REGISTRIES}
  130. respawnablepets-1.0.6.3.jar Respawnable Pets {respawnablepets@1.0.6.3 CREATE_REGISTRIES}
  131. MysticalAgradditions-1.15.2-3.0.0.jar Mystical Agradditions {mysticalagradditions@3.0.0 CREATE_REGISTRIES}
  132. refinedstorage-1.8.1.jar Refined Storage {refinedstorage@1.8.1 CREATE_REGISTRIES}
  133. corpse-1.15.2-1.0.2.jar Corpse {corpse@1.15.2-1.0.2 CREATE_REGISTRIES}
  134. improved-stations-1.1.jar Improved Stations {improved-stations@1.1 CREATE_REGISTRIES}
  135. AmbientSounds_v3.0.18_mc1.15.2.jar Ambient Sounds {ambientsounds@3.0.3 CREATE_REGISTRIES}
  136. Industrial Agriculture[Silent's Mechanisms]-1.15.2-1.6.0.jar Industrial Agriculture Plugin-Silent's Mechanisms {iapsm@1.15.2-1.6.0 CREATE_REGISTRIES}
  137. AdPoles-1.15.2-4.0.1.0-build.0009.jar To the Bat Poles! {adpoles@4.0.1.0 CREATE_REGISTRIES}
  138. Blur-1.1.0-1.jar Blur {blur@1.1.0-1 CREATE_REGISTRIES}
  139. wtbw_lib-1.15.2-1.0.13.jar WTBW Library {wtbw_lib@1.0.13 CREATE_REGISTRIES}
  140. invtotem_1.15.2-1.0.jar Inventory Totem {invtotem@1.0 CREATE_REGISTRIES}
  141. SilentGear-1.15.2-1.5.3+78.jar Silent Gear {silentgear@1.5.3+78 CREATE_REGISTRIES}
  142. simplylight-1.15.2-0.9.0.jar Simply Light {simplylight@1.15.2-0.9.0 CREATE_REGISTRIES}
  143. portality-1.15.2-2.1.2-aaa257f.jar Portality {portality@2.1.2 CREATE_REGISTRIES}
  144. Industrial Agriculture[Silent's Gems]-1.15.2-1.6.6.jar Industrial Agriculture Plugin-Silent's Gems {iapsg@1.15.2-1.6.6 CREATE_REGISTRIES}
  145. morecharcoal-1.15.2-1.jar More Charcoal {morecharcoal@1.15.2-1 CREATE_REGISTRIES}
  146. OverpoweredMending-1.15.2-2.0.0+11.jar Overpowered Mending {overpowered_mending@2.0.0+11 CREATE_REGISTRIES}
  147. ClothConfig2-2.0.jar Cloth Config Forge v2 API {cloth-config2@2.0 CREATE_REGISTRIES}
  148. horse_colors-1.15.2-1.1.3.jar Realistic Horse Genetics {horse_colors@1.15.2-1.1.2 CREATE_REGISTRIES}
  149. OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
  150. tanknull-1.8a.jar Tank Null {tanknull@1.8a CREATE_REGISTRIES}
  151. libnonymous-1.15.2-1.1.1.5.jar Libnonymous {libnonymous@1.1.1.5 CREATE_REGISTRIES}
  152. elevatorid-1.15.2-1.7.0.jar Elevator Mod {elevatorid@1.15.2-1.7.0 CREATE_REGISTRIES}
  153. tombstone-4.2.5-1.15.2.jar Corail Tombstone {tombstone@4.2.5 CREATE_REGISTRIES}
  154. MekanismTools-1.15.2-9.9.16.408.jar Mekanism: Tools {mekanismtools@9.9.16 CREATE_REGISTRIES}
  155. AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {aiimprovements@0.3.0 CREATE_REGISTRIES}
  156. AdChimneys-1.15.2-5.0.2.0-build.0007.jar Advanced Chimneys {adchimneys@5.0.2.0 CREATE_REGISTRIES}
  157. FastLeafDecay-v20.jar FastLeafDecay {fastleafdecay@v20 CREATE_REGISTRIES}
  158. Disenchanting_(forge)_1.15.2-1.2.0.jar Disenchanting {disenchanting@1.2.0 CREATE_REGISTRIES}
  159. PrettyBeaches_1.15.1-4.0.0.jar Pretty Beaches {prettybeaches@4.0.0 CREATE_REGISTRIES}
  160. BetterAdvancements-1.15.2-0.1.0.96.jar Better Advancements {betteradvancements@0.1.0.96 CREATE_REGISTRIES}
  161. CraftPresence-1.15.2-1.6.1.jar CraftPresence {craftpresence@property(class java.lang.String, provider(?)) CREATE_REGISTRIES}
  162. Kiwi-1.15.2-2.6.5.jar Kiwi {kiwi@2.6.5 CREATE_REGISTRIES}
  163. Cucumber-1.15.2-3.0.2.jar Cucumber Library {cucumber@3.0.2 CREATE_REGISTRIES}
  164. mining-helmet-1.15.2-1.0.7.jar Mining Helmet {mining_helmet@1.0.7 CREATE_REGISTRIES}
  165. craftingstation-3.0.5.jar Crafting Station {craftingstation@3.0.5 CREATE_REGISTRIES}
  166. snad-1.8.4.22a-1.15.2.jar Snad {snad@1.8.3.3a CREATE_REGISTRIES}
  167. jei-1.15.2-6.0.0.2.jar Just Enough Items {jei@6.0.0.2 CREATE_REGISTRIES}
  168. JustEnoughCalculation-1.15.2-3.6.1.jar Just Enough Calculation {jecalculation@3.6.1 CREATE_REGISTRIES}
  169. Realistic Ulities 4.1.1.jar Realistic Ulities {realistic@4.1.1 CREATE_REGISTRIES}
  170. Mekanism-1.15.2-9.9.16.408.jar Mekanism {mekanism@9.9.16 CREATE_REGISTRIES}
  171. Waystones_1.15.2-6.0.1.jar Waystones {waystones@6.0.1 CREATE_REGISTRIES}
  172. LightOverlay-4.3.jar Light Overlay Forge {lightoverlay-forge@4.3 CREATE_REGISTRIES}
  173. journeymap-1.15.2-5.7.0beta1.jar Journeymap {journeymap@1.15.2-5.7.0beta1 CREATE_REGISTRIES}
  174. comforts-FORGE-1.15.2-2.0.jar Comforts {comforts@FORGE-1.15.2-2.0 CREATE_REGISTRIES}
  175. BotanyPots-1.15.2-2.0.4.jar BotanyPots {botanypots@2.0.4 CREATE_REGISTRIES}
  176. AdHooks-1.15.2-5.0.0.0-build.0004.jar Advanced Hook Launchers {adhooks@5.0.0.0 CREATE_REGISTRIES}
  177. BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {bonsaitrees2@2.1.2.6 CREATE_REGISTRIES}
  178. alib-1.15.2-1.jar A Lib {alib@1.15.2-1 CREATE_REGISTRIES}
  179. nhacampfire_1.15.2-1.5.jar No Hostiles Around Campfire {nhacampfire@1.5 CREATE_REGISTRIES}
  180. mcjtylib-1.15-4.0.2-alpha.jar McJtyLib {mcjtylib@1.15-4.0.2-alpha CREATE_REGISTRIES}
  181. rftoolsbase-1.15-1.0.0-alpha.jar RFToolsBase {rftoolsbase@1.15-1.0.0-alpha CREATE_REGISTRIES}
  182. xnet-1.15-2.0.1-alpha.jar XNet {xnet@1.15-2.0.1-alpha CREATE_REGISTRIES}
  183. rftoolsstorage-1.15-1.0.2-alpha.jar RFToolsStorage {rftoolsstorage@1.15-1.0.2-alpha CREATE_REGISTRIES}
  184. permasomnia_v1.1.1_formc1.15.2.jar Permasomnia {permasomnia@1.1.1 CREATE_REGISTRIES}
  185. ToastControl-1.15.2-3.0.1.jar Toast Control {toastcontrol@3.0.1 CREATE_REGISTRIES}
  186. PackingTape-1.15.2-0.9.5.jar Packing Tape {packingtape@0.9.5 CREATE_REGISTRIES}
  187. immersive-portals-0.7(forMc1.15withForge).jar Immersive Portals {immersive_portals@0.7 CREATE_REGISTRIES}
  188. endercompass-2.0.jar Ender Compass {endercompass@2.0 CREATE_REGISTRIES}
  189. rftoolspower-1.15-2.0.1-alpha.jar RFToolsPower {rftoolspower@1.15-2.0.1-alpha CREATE_REGISTRIES}
  190. extradisks-1.15.1-1.2.jar Extra Disks {extradisks@1.15.1-1.2 CREATE_REGISTRIES}
  191. moveminecarts_1.15.2-1.2.jar Move Minecarts {moveminecarts@1.2 CREATE_REGISTRIES}
  192. firstaid-1.8.0.jar First Aid {firstaid@1.8.0 CREATE_REGISTRIES}
  193. forge-1.15.2-31.1.25-universal.jar Forge {forge@31.1.25 CREATE_REGISTRIES}
  194. wtbw_core-1.15.2-1.0.12.jar WTBW Core {wtbw_core@1.0.12 CREATE_REGISTRIES}
  195. wtbw_tools-1.15.2-1.0.12.jar WTBW Tools {wtbw_tools@1.0.12 CREATE_REGISTRIES}
  196. MysticalAgriculture-1.15.2-3.0.0.jar Mystical Agriculture {mysticalagriculture@3.0.0 CREATE_REGISTRIES}
  197. ironchest-1.15.2-10.0.3.jar Iron Chests {ironchest@1.15.2-10.0.1 CREATE_REGISTRIES}
  198. coffeebreak-1.5.jar Softcat's Coffee Break {coffeebreak@1.5 CREATE_REGISTRIES}
  199. SimpleDivingGear-4.0.1 mc 1.15.2.jar Simple Diving Gear {simpledivegear@4.0.1 mc 1.15.2 CREATE_REGISTRIES}
  200. CraftingTweaks_1.15.1-11.0.0.jar Crafting Tweaks {craftingtweaks@11.0.0 CREATE_REGISTRIES}
  201. alchemistry-1.15.2-5.jar Alchemistry {alchemistry@1.15.2-5 CREATE_REGISTRIES}
  202. forge-1.15.2-31.1.25-client.jar Minecraft {minecraft@1.15.2 CREATE_REGISTRIES}
  203. rftoolsutility-1.15-2.0.0-alpha.jar RFToolsUtility {rftoolsutility@1.15-2.0.0-alpha CREATE_REGISTRIES}
  204. EnchantmentDescriptions-1.15.2-2.0.3.jar EnchantmentDescriptions {enchdesc@2.0.3 CREATE_REGISTRIES}
  205. theoneprobe-1.15-2.0.1.jar The One Probe {theoneprobe@1.15-2.0.1 CREATE_REGISTRIES}
  206. swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {swingthroughgrass@1.15.2-1.4.0 CREATE_REGISTRIES}
  207. MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {mousetweaks@2.13 CREATE_REGISTRIES}
  208. titanium-1.15.2-2.3.7.jar Titanium {titanium@2.3.7 CREATE_REGISTRIES}
  209. simpleworldtimer-1.15.2-1.1.2-beta.jar Simple World Timer {simpleworldtimer@1.15.2-1.1.2-beta CREATE_REGISTRIES}
  210. SilentLib-1.15.2-4.6.0+48.jar Silent Lib {silentlib@4.6.0+48 CREATE_REGISTRIES}
  211. bluepower-1.15.2-0.4.184-alpha-universal.jar Blue Power {bluepower@0.4.184-alpha CREATE_REGISTRIES}
  212. ceramicbucket-1.1.0-1.14.4_1.15.X.jar Ceramic Bucket {ceramicbucket@1.1.0-1.14.4_1.15.X CREATE_REGISTRIES}
  213. packedup-1.0.4-mc1.15.2.jar PackedUp {packedup@1.0 CREATE_REGISTRIES}
  214. Ding-1.15.1-1.1.0.jar Ding {ding@1.1.0 CREATE_REGISTRIES}
  215. astikorcarts-1.0.2-1.15.2.jar AstikorCarts {astikorcarts@1.0.2 CREATE_REGISTRIES}
  216. rftoolsbuilder-1.15-2.0.0-alpha.jar RFToolsBuilder {rftoolsbuilder@1.15-2.0.0-alpha CREATE_REGISTRIES}
  217. ShulkerTooltip-1.9.2.jar Shulker Tooltip {shulkertooltip@1.9.2 CREATE_REGISTRIES}
  218. chemlib-1.15.2-2.jar Chem Lib {chemlib@1.15.2-2 CREATE_REGISTRIES}
  219. corail_recycler-4.0.2-1.15.2.jar Corail Recycler {corail_recycler@4.0.2 CREATE_REGISTRIES}
  220. StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {storagedrawers@1.15.2-7.0.1 CREATE_REGISTRIES}
  221. structurize-0.10.279-RELEASE.jar Structurize {structurize@0.10.279-RELEASE CREATE_REGISTRIES}
  222. RSLargePatterns-1.15.2-2.0.0.0.jar Refined Storage Large Patterns {rslargepatterns@2.0.0.0 CREATE_REGISTRIES}
  223. minecolonies-0.10.716-RELEASE-universal.jar Minecolonies {minecolonies@0.10.716-RELEASE ERROR}
  224. AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {appleskin@1.0.13 CREATE_REGISTRIES}
  225. Aquaculture-1.15.2-2.0.11.jar Aquaculture 2 {aquaculture@1.15.2-2.0.11 CREATE_REGISTRIES}
  226. SilentGems-1.15.2-3.5.1+84.jar Silent's Gems 3 {silentgems@3.5.1+84 CREATE_REGISTRIES}
  227. CHAS v1.3 for 1.15.jar Craftable Horse Armour {craftablehorsearmour@1.3 CREATE_REGISTRIES}
  228. refinedstorageaddons-0.6.1.jar Refined Storage Addons {refinedstorageaddons@0.6.1 CREATE_REGISTRIES}
  229. thuttech-1.15.2-8.0.2.jar Thut Elevators {thuttech@8.0.2 CREATE_REGISTRIES}
  230. thutcore-1.15.2-7.0.3.jar Thut Core {thutcore@7.0.3 CREATE_REGISTRIES, thutcrafts@7.0.3 CREATE_REGISTRIES}
  231. Launched Version: forge-31.1.25
  232. Backend library: LWJGL version 3.2.2 build 10
  233. Backend API: GeForce GTX 1070/PCIe/SSE2 GL version 4.6.0 NVIDIA 432.00, NVIDIA Corporation
  234. GL Caps: Using framebuffer using OpenGL 3.0
  235. Using VBOs: Yes
  236. Is Modded: Definitely; Client brand changed to 'forge'
  237. Type: Client (map_client.txt)
  238. CPU: 4x Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement