grandogrando

Untitled

Aug 13th, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.34 KB | None | 0 0
  1. Time: 8/13/20 5:22 PM
  2. Description: Initializing game
  3.  
  4. java.lang.NullPointerException: Initializing game
  5. at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  6. at voronoiaoc.byg.client.textures.BlockColorManager.onBlockColorsInit(BlockColorManager.java:29) ~[?:1.0.11] {re:classloading}
  7. at net.minecraftforge.eventbus.ASMEventHandler_763_BlockColorManager_onBlockColorsInit_Block.invoke(.dynamic) ~[?:?] {}
  8. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.2.0-service.jar:?] {}
  9. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?] {}
  10. at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.2] {re:classloading}
  11. at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260) ~[?:?] {re:classloading}
  12. at java.util.HashMap.forEach(Unknown Source) ~[?:1.8.0_251] {}
  13. at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218) ~[?:?] {re:classloading,xf:fml:vampirism:get_all_scan_data}
  14. at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260) ~[?:?] {re:classloading}
  15. at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207) ~[?:?] {re:classloading}
  16. at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  17. at net.minecraft.client.Minecraft.<init>(Minecraft.java:419) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  18. at net.minecraft.client.main.Main.main(SourceFile:166) ~[client-1.15.2.jar:?] {re:classloading}
  19. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_251] {}
  20. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_251] {}
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_251] {}
  22. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_251] {}
  23. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.15.2-31.2.36.jar:31.2] {}
  24. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.2.jar:?] {}
  25. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.2.jar:?] {}
  26. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.2.jar:?] {}
  27. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.2.jar:?] {re:classloading}
  28. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.2.jar:?] {re:classloading}
  29.  
  30.  
  31. A detailed walkthrough of the error, its code path and all known details is as follows:
  32. ---------------------------------------------------------------------------------------
  33.  
  34. -- Head --
  35. Thread: Render thread
  36. Stacktrace:
  37. at net.minecraft.client.renderer.color.BlockColors.func_186722_a(BlockColors.java:97)
  38. at voronoiaoc.byg.client.textures.BlockColorManager.onBlockColorsInit(BlockColorManager.java:29)
  39. at net.minecraftforge.eventbus.ASMEventHandler_763_BlockColorManager_onBlockColorsInit_Block.invoke(.dynamic)
  40. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
  41. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
  42. at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168)
  43. at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260)
  44. at java.util.HashMap.forEach(Unknown Source)
  45. at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218)
  46. at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260)
  47. at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207)
  48. at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
  49. at net.minecraft.client.Minecraft.<init>(Minecraft.java:419)
  50.  
  51. -- Initialization --
  52. Details:
  53. Stacktrace:
  54. at net.minecraft.client.main.Main.main(SourceFile:166)
  55. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  56. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  57. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  58. at java.lang.reflect.Method.invoke(Unknown Source)
  59. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
  60. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
  61. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
  62. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
  63. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
  64. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
  65.  
  66. -- System Details --
  67. Details:
  68. Minecraft Version: 1.15.2
  69. Minecraft Version ID: 1.15.2
  70. Operating System: Windows 10 (amd64) version 10.0
  71. Java Version: 1.8.0_251, Oracle Corporation
  72. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  73. Memory: 6401471400 bytes (6104 MB) / 8589934592 bytes (8192 MB) up to 8589934592 bytes (8192 MB)
  74. CPUs: 16
  75. JVM Flags: 12 total; -XX:-OmitStackTraceInFastThrow -Xms512M -Xmx8192M -XX:MetaspaceSize=256M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M
  76. ModLauncher: 5.1.2+70+master.2845bb9
  77. ModLauncher launch target: fmlclient
  78. ModLauncher naming: srg
  79. ModLauncher services:
  80. /eventbus-2.2.0-service.jar eventbus PLUGINSERVICE
  81. /forge-1.15.2-31.2.36.jar object_holder_definalize PLUGINSERVICE
  82. /forge-1.15.2-31.2.36.jar runtime_enum_extender PLUGINSERVICE
  83. /accesstransformers-2.1.3-shadowed.jar accesstransformer PLUGINSERVICE
  84. /forge-1.15.2-31.2.36.jar capability_inject_definalize PLUGINSERVICE
  85. /forge-1.15.2-31.2.36.jar runtimedistcleaner PLUGINSERVICE
  86. /preview_OptiFine_1.15.2_HD_U_G1_pre30.jar OptiFine TRANSFORMATIONSERVICE
  87. /forge-1.15.2-31.2.36.jar fml TRANSFORMATIONSERVICE
  88. /MixinBootstrap-1.0.2.jar mixinbootstrap TRANSFORMATIONSERVICE
  89. /MixinBootstrap-1.0.2.jar mixin PLUGINSERVICE
  90. /MixinBootstrap-1.0.2.jar mixinbootstrap PLUGINSERVICE
  91. FML: 31.2
  92. Forge: net.minecraftforge:31.2.36
  93. FML Language Providers:
  94. minecraft@1
  95. Mod List:
  96. WizardsAnimalsPlus2.2.jar Wizard Animals Plus {[email protected] CREATE_REGISTRIES}
  97. dotHack-Weapons-1.15.2-1.4.1.jar dotHack Weapons {[email protected] CREATE_REGISTRIES}
  98. ProjectE-1.15.2-PE1.0.4.jar ProjectE {[email protected] CREATE_REGISTRIES}
  99. mcws-win-1.15.2-v1.0.2.jar Macaw's Windows {[email protected] CREATE_REGISTRIES}
  100. strawgolem-1.15.2-1.9-beta.jar Straw Golem {[email protected] CREATE_REGISTRIES}
  101. Neat+1.6-22.jar Neat {[email protected] CREATE_REGISTRIES}
  102. IronJetpacks-1.15.2-3.0.3.jar Iron Jetpacks {[email protected] CREATE_REGISTRIES}
  103. essentials-1.15.2-2.7.4.jar Essentials {[email protected] CREATE_REGISTRIES}
  104. BetterCaves-1.15.2-1.0.jar YUNG's Better Caves {[email protected] CREATE_REGISTRIES}
  105. ForgeEndertech-1.15.2-6.0.4.0-build.0044.jar Forge Endertech {[email protected] CREATE_REGISTRIES}
  106. [1.15.2]+Elementary+Staffs+1.9 (1).jar Elementary Staffs {[email protected] CREATE_REGISTRIES}
  107. Powah-1.15.2-1.1.15.jar Powah {[email protected] CREATE_REGISTRIES}
  108. Reliquary-1.15.2-1.3.4.995.jar Reliquary {[email protected] CREATE_REGISTRIES}
  109. DarkUtilities-1.15.2-3.1.8.jar Dark Utilities {[email protected] CREATE_REGISTRIES}
  110. Apotheosis-1.15.2-3.2.4.jar Apotheosis {[email protected] CREATE_REGISTRIES}
  111. venture-1.0.0-1.15.2.jar Venture {[email protected] CREATE_REGISTRIES}
  112. Hwyla-forge-1.10.8-B72_1.15.2.jar Waila {waila@version CREATE_REGISTRIES}
  113. WaterStrainer-1.15.2-9.0.0.jar Water Strainer {[email protected] CREATE_REGISTRIES}
  114. JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {[email protected] CREATE_REGISTRIES}
  115. magicalforest-1.15.2-1.0.0.jar Magical Forest {[email protected] CREATE_REGISTRIES}
  116. MysticalAgradditions-1.15.2-3.0.1.jar Mystical Agradditions {[email protected] CREATE_REGISTRIES}
  117. PattysMoreStuff-Stable-1.2.7.jar pattysmorestuff {[email protected] CREATE_REGISTRIES}
  118. refinedstorage-1.8.8.jar Refined Storage {[email protected] CREATE_REGISTRIES}
  119. structure-gel-api-1.15.2-1.1.0.jar Structure Gel API {[email protected] CREATE_REGISTRIES}
  120. industrial-foregoing-1.15.2-2.3.3-e356e61 (1).jar Industrial Foregoing {[email protected] CREATE_REGISTRIES}
  121. repurposedstructures-1.15.2-1.7.2.jar Repurposed Structures {[email protected] CREATE_REGISTRIES}
  122. BiomesOPlenty-1.15.2-10.0.0.366-universal.jar Biomes O' Plenty {[email protected] CREATE_REGISTRIES}
  123. phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {[email protected]+build.4 CREATE_REGISTRIES}
  124. toughnessbar-5.0.jar Toughness Bar {[email protected] CREATE_REGISTRIES}
  125. dungeons-plus-1.15.2-1.0.2.jar Dungeons Plus {[email protected] CREATE_REGISTRIES}
  126. masonry-1.15.2-0.3.4.jar Masonry {masonry@NONE CREATE_REGISTRIES}
  127. lycanitesmobs-1.15.2-2.2.3.2 (1).jar Lycanites Mobs {[email protected] CREATE_REGISTRIES}
  128. curios-FORGE-1.15.2-2.0.2.6.jar Curios API {[email protected] CREATE_REGISTRIES}
  129. Botania-r1.15-388.jar Botania {[email protected] CREATE_REGISTRIES}
  130. tombstone-4.5.6.jar Corail Tombstone {[email protected] CREATE_REGISTRIES}
  131. TheAbyss+3.0.0gm+1.15.2.jar TheAbyss {[email protected] CREATE_REGISTRIES}
  132. mcws-roofs-1.15.2-v2.0.0.jar Macaw's Roofs {[email protected] CREATE_REGISTRIES}
  133. MrCrayfishs-Furniture-Mod-1.15.2.jar MrCrayfish's Furniture Mod {[email protected] CREATE_REGISTRIES}
  134. observerlib-1.15.2-1.2.0.v60.jar ObserverLib {[email protected] CREATE_REGISTRIES}
  135. mcw-furniture-1.0.1-mc1.15.1+1.15.2.jar Macaw's Furnitures {[email protected] CREATE_REGISTRIES}
  136. FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 CREATE_REGISTRIES}
  137. BetterMineshaftsForge-1.15.2-1.3.jar YUNG's Better Mineshafts {[email protected] CREATE_REGISTRIES}
  138. NetherEx-1.15.2-4.0.0.jar NetherEx {[email protected] CREATE_REGISTRIES}
  139. tinyprogressions-1.15.2-4.0.8.jar Tiny Progressions {[email protected] CREATE_REGISTRIES}
  140. ExtraWeaponsModv1.15.5.2.b237.jar Extra Weapons {[email protected] CREATE_REGISTRIES}
  141. AdFinders-1.15.2-4.0.5.0-build.0020.jar Advanced Finders {[email protected] CREATE_REGISTRIES}
  142. Craft_and_Hunt_V1.1.0_MC_1.15.2.jar Craft and Hunt {[email protected] CREATE_REGISTRIES}
  143. Bountiful+Baubles-1.15.2-0.0.1.jar Bountiful Baubles {bountifulbaubles@NONE CREATE_REGISTRIES}
  144. Mine+and+Slash-1.15.2-3.6.14.jar Mine and Slash {[email protected] CREATE_REGISTRIES}
  145. jei-1.15.2-6.0.2.12.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
  146. EverlastingAbilities-1.15.2-1.6.3.jar EverlastingAbilities {[email protected] CREATE_REGISTRIES}
  147. goblintraders-1.2.0-1.15.2.jar Goblin Traders {[email protected] CREATE_REGISTRIES}
  148. RingsOfAscension-1.15.2-1.5.5.jar Rings of Ascension {[email protected] CREATE_REGISTRIES}
  149. RingOfRepair-1.15.2-1.1.33.jar Ring of Repair {[email protected] CREATE_REGISTRIES}
  150. TravelersBackpack-1.15.2-4.0.6.jar Traveler's Backpack {[email protected] CREATE_REGISTRIES}
  151. NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] CREATE_REGISTRIES}
  152. curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {[email protected] CREATE_REGISTRIES}
  153. FarmingForBlockheads_1.15.2-6.1.5.jar Farming for Blockheads {[email protected] CREATE_REGISTRIES}
  154. RingOfTeleport-1.15.2-1.1.32.jar Ring of Teleport {[email protected] CREATE_REGISTRIES}
  155. EnhancedVanilla_Snapshot_20w27a-Forge-1.15.2.31.2.0.jar Enhanced Vanilla {enhancedvanilla@Snapshot 20w27a CREATE_REGISTRIES}
  156. travellersboots-1.15.2-1.3.2.jar Traveller's Boots {[email protected] CREATE_REGISTRIES}
  157. potionbundles-1.2.1.jar PotionBundles {potionbundles@NONE CREATE_REGISTRIES}
  158. magicmirror-1.4.8.jar Magic Mirrors {[email protected] CREATE_REGISTRIES}
  159. ruins-1.15.2.1.jar Ruins {[email protected] CREATE_REGISTRIES}
  160. ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] CREATE_REGISTRIES}
  161. infernalmobs-1.15.2.1 (1).jar Infernal Mobs {[email protected] CREATE_REGISTRIES}
  162. RottenCreatures-1.15.2-0.9.7.jar Rotten Creatures {[email protected] CREATE_REGISTRIES}
  163. forge-1.15.2-31.2.36-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
  164. pandoras_creatures-1.15.2-1.0.0.jar Pandoras Creatures {[email protected] CREATE_REGISTRIES}
  165. MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {[email protected] CREATE_REGISTRIES}
  166. ImmersiveEngineering-1.15.2-3.1-111.jar Immersive Engineering {[email protected] CREATE_REGISTRIES}
  167. pamhc2crops-1.15.2-1.0.5.jar Pam's HarvestCraft 2 Crops {pamhc2crops@version CREATE_REGISTRIES}
  168. RingOfGrowth-1.15.2-1.1.33.jar Ring of Growth {[email protected] CREATE_REGISTRIES}
  169. dimdungeons-1.07-forge-1.15.2.jar Dimensional Dungeons {[email protected] CREATE_REGISTRIES}
  170. pamhc2foodcore-1.15.2-1.0.9.jar Pam's HarvestCraft 2 Food Core {pamhc2foodcore@version CREATE_REGISTRIES}
  171. AutoRegLib-1.5-40.jar AutoRegLib {[email protected] CREATE_REGISTRIES}
  172. LibraryEx-1.15.2-3.0.0.jar LibraryEx {[email protected] CREATE_REGISTRIES}
  173. themidnight-0.5.9.jar The Midnight {[email protected] CREATE_REGISTRIES}
  174. structurize-0.13.35-ALPHA.jar Structurize {[email protected] CREATE_REGISTRIES}
  175. AppleSkin-mc1.15.2-forge-1.0.14.jar AppleSkin {[email protected] CREATE_REGISTRIES}
  176. Vampirism-1.15.2-1.6.1.jar Vampirism {[email protected] CREATE_REGISTRIES, [email protected] CREATE_REGISTRIES}
  177. byg-1.0.11 (1).jar Oh The Biomes You'll Go {[email protected] CREATE_REGISTRIES}
  178. Cavern-Miner_1.15.2-v3.0.6.jar Cavern: Miner {[email protected] CREATE_REGISTRIES}
  179. lootbagmod-1.15.1-1.5.3.jar Loot Bag Mod {[email protected] CREATE_REGISTRIES}
  180. farlanders-1.15.2-1.3.1.jar The Farlanders {[email protected] CREATE_REGISTRIES}
  181. CyclopsCore-1.15.2-1.8.1.jar Cyclops Core {[email protected] CREATE_REGISTRIES}
  182. astralsorcery-1.15.2-1.12.5.jar Astral Sorcery {[email protected] CREATE_REGISTRIES}
  183. roughmobsrevamped-1.15.2-4.1.2.jar Rough Mobs Revamped {roughmobsrevamped@version CREATE_REGISTRIES}
  184. Wyrmroost-1.1.2.jar Wyrmroost {[email protected] CREATE_REGISTRIES}
  185. ExtendedCrafting-1.15.2-2.0.6.jar Extended Crafting {[email protected] CREATE_REGISTRIES}
  186. extrabows-v1.15.2+b2.jar Extra Bows {[email protected] b2 CREATE_REGISTRIES}
  187. TerraForged-1.15.2-0.1.2.jar TerraForged {[email protected] CREATE_REGISTRIES}
  188. CookingForBlockheads_1.15.2-8.0.3.jar Cooking for Blockheads {[email protected] CREATE_REGISTRIES}
  189. Controlling-6.1.5.6.jar Controlling {[email protected] CREATE_REGISTRIES}
  190. Placebo-1.15.2-3.1.0.jar Placebo {[email protected] CREATE_REGISTRIES}
  191. citadel-1.1.11.jar Citadel {[email protected] CREATE_REGISTRIES}
  192. rats-5.3.2-1.15.2.jar Rats {[email protected] CREATE_REGISTRIES}
  193. NomadicTents-1.15.2-11.0.0-beta.jar Nomadic Tents {[email protected] CREATE_REGISTRIES}
  194. gemsnjewels-1.15.2-0.11.0.jar Gems & Jewels {[email protected] CREATE_REGISTRIES}
  195. MutantBeasts-1.15.2-1.0.7.jar Mutant Beasts {[email protected] CREATE_REGISTRIES}
  196. Bookshelf-1.15.2-5.6.40.jar Bookshelf {[email protected] CREATE_REGISTRIES}
  197. BotanyPots-1.15.2-2.0.27.jar BotanyPots {[email protected] CREATE_REGISTRIES}
  198. u_team_core-1.15.2-3.0.1.164.jar U Team Core {[email protected] CREATE_REGISTRIES}
  199. buildinggadgets-3.3.5.jar Building Gadgets {[email protected] CREATE_REGISTRIES}
  200. forge-1.15.2-31.2.36-universal.jar Forge {[email protected] CREATE_REGISTRIES}
  201. Atum-1.15.2-2.1.4.jar Atum 2 {[email protected] CREATE_REGISTRIES}
  202. cofh_core-1.15.2-0.4.0b.jar CoFH Core {[email protected] CREATE_REGISTRIES}
  203. Psi+r1.2-83.jar Psi {[email protected] CREATE_REGISTRIES}
  204. Aquaculture-1.15.2-2.0.16.jar Aquaculture 2 {[email protected] CREATE_REGISTRIES}
  205. mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {[email protected] CREATE_REGISTRIES}
  206. dynamic_world-1.15.2-0.3.2.0.jar Dynamic World {[email protected] CREATE_REGISTRIES}
  207. dragonmounts-1.0.3.jar Dragon Mounts Legacy {[email protected] CREATE_REGISTRIES}
  208. mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {[email protected] CREATE_REGISTRIES}
  209. useful_backpacks-1.15.2-1.10.1.70.jar Useful Backpacks {[email protected] CREATE_REGISTRIES}
  210. Compressium-1.0.18.jar Compressium {[email protected] CREATE_REGISTRIES}
  211. projectvibrantjourneys-1.15.2-2.0.3.jar Project: Vibrant Journeys {[email protected] CREATE_REGISTRIES}
  212. valhelsia_structures-15.0.2a.jar Valhelsia Structures {[email protected] CREATE_REGISTRIES}
  213. Lollipop-1.15.2-1.0.16.jar Lollipop {[email protected] CREATE_REGISTRIES}
  214. rare-ice-0.1.6.jar Rare Ice {[email protected] CREATE_REGISTRIES}
  215. Bountiful-1.15.2-3.1.2.jar Bountiful {[email protected] CREATE_REGISTRIES}
  216. Patchouli-1.15.2-1.2-35.jar Patchouli {[email protected] CREATE_REGISTRIES}
  217. collective-1.15.2-1.35.jar Collective {[email protected] CREATE_REGISTRIES}
  218. RingOfBlink-1.15.2-1.1.31.jar Ring of Blink {[email protected] CREATE_REGISTRIES}
  219. RingOfMiner-1.15.2-1.1.31.jar Ring of Miner {[email protected] CREATE_REGISTRIES}
  220. OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
  221. doublebladedaxemod-1.2.0-1.15.2.jar Double Bladed Axe Mod {[email protected] CREATE_REGISTRIES}
  222. EndReborn+[0.6.0].jar End: Reborn {[email protected] CREATE_REGISTRIES}
  223. libnonymous-1.15.2-1.1.1.5.jar Libnonymous {[email protected] CREATE_REGISTRIES}
  224. RingOfEnderchest-1.15.2-1.1.34.jar Ring of Enderchest {[email protected] CREATE_REGISTRIES}
  225. EnigmaticLegacy-1.7.2.jar Enigmatic Legacy {[email protected] CREATE_REGISTRIES}
  226. AttainedDrops-1.15.2-6.0.7.jar Attained Drops {[email protected] CREATE_REGISTRIES}
  227. cc-tweaked-1.15.2-1.90.2.jar CC: Tweaked {[email protected] CREATE_REGISTRIES}
  228. AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {[email protected] CREATE_REGISTRIES}
  229. productivebees-1.15.2-0.2.3.jar Productive Bees {[email protected] CREATE_REGISTRIES}
  230. undergarden-0.1.5.jar The Undergarden {[email protected] CREATE_REGISTRIES}
  231. enchantwithmob-1.15.2-1.0.0.jar Enchant With Mob {[email protected] CREATE_REGISTRIES}
  232. TrinityWeapons-1.15.2-1.4.1.jar TrinityWeapons {[email protected] CREATE_REGISTRIES}
  233. Cyclic-1.15.2-0.6.1.jar Cyclic {[email protected] CREATE_REGISTRIES}
  234. Cucumber-1.15.2-3.0.9.jar Cucumber Library {[email protected] CREATE_REGISTRIES}
  235. pamhc2trees-1.15.2-1.0.5.jar Pam's HarvestCraft 2 Fruit Trees {pamhc2trees@version CREATE_REGISTRIES}
  236. TsgStructures1.0.1-MC1.15.2.jar TSG Structures {[email protected] CREATE_REGISTRIES}
  237. giantspawn_1.15-2.1.jar Giant Spawn {[email protected] CREATE_REGISTRIES}
  238. worleycaves-1.15.2-1.6.0.jar Worley's Caves {[email protected] CREATE_REGISTRIES}
  239. Druidcraft-1.15-0.4.3.jar Druidcraft {[email protected] CREATE_REGISTRIES}
  240. FunMod+4.0.2.jar Fun Mod {[email protected] CREATE_REGISTRIES}
  241. Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {[email protected] CREATE_REGISTRIES}
  242. The-Endergetic-Expansion-1.15.2-v1.3.2.jar The Endergetic Expansion {[email protected] CREATE_REGISTRIES}
  243. adventure-plus-structures-1-0-1-mc1-15-2.jar AdventurePlusStructures {[email protected] CREATE_REGISTRIES}
  244. WAWLA-1.15.2-3.0.4.jar WAWLA {[email protected] CREATE_REGISTRIES}
  245. MS+Auto-Compat-1.15.2-1.2.0.jar M&S Auto-Compat 1.15.1 {[email protected] CREATE_REGISTRIES}
  246. ensorcellation-1.15.2-0.4.1b.jar Ensorcellation {[email protected] CREATE_REGISTRIES}
  247. create-mc1.15.2_v0.2.4d.jar Create {[email protected]_v0.2.4d CREATE_REGISTRIES}
  248. Waystones_1.15.2-6.0.2 (1).jar Waystones {[email protected] CREATE_REGISTRIES}
  249. WallpaperCraft-1.15.2-1.2.1.jar Wallpapercraft {[email protected] CREATE_REGISTRIES}
  250. journeymap-1.15.2-5.7.0b3.jar Journeymap {[email protected] CREATE_REGISTRIES}
  251. Artifacts-1.15.2-2.5.1.jar Artifacts {[email protected] CREATE_REGISTRIES}
  252. SimpleStorageNetwork-1.15.2-1.0.1.jar Simple Storage Network {[email protected] CREATE_REGISTRIES}
  253. DungeonCrawl-1.15.2-2.0.2.jar Dungeon Crawl {[email protected] CREATE_REGISTRIES}
  254. 101+Dimensions+(1.0.6)+(1.15.2).jar 101 Dimensions {[email protected] CREATE_REGISTRIES}
  255. BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {[email protected] CREATE_REGISTRIES}
  256. TinyMobFarm-1.15.2-1.0.8.jar Tiny Mob Farm {[email protected] CREATE_REGISTRIES}
  257. mcjtylib-1.15-4.1.3-beta.jar McJtyLib {[email protected] CREATE_REGISTRIES}
  258. rftoolsbase-1.15-1.1.3-beta.jar RFToolsBase {[email protected] CREATE_REGISTRIES}
  259. rftoolspower-1.15-2.2.0-beta.jar RFToolsPower {[email protected] CREATE_REGISTRIES}
  260. rftoolsbuilder-1.15-2.1.5-beta.jar RFToolsBuilder {[email protected] CREATE_REGISTRIES}
  261. rftoolsstorage-1.15-1.1.6-beta.jar RFToolsStorage {[email protected] CREATE_REGISTRIES}
  262. rftoolscontrol-1.15-3.0.4-beta.jar RFToolsControl {[email protected] CREATE_REGISTRIES}
  263. voyage-1.15.2-1.0.2.jar Voyage {[email protected] CREATE_REGISTRIES}
  264. iChunUtil-1.15.2-8.0.3.jar iChunUtil {[email protected] CREATE_REGISTRIES}
  265. traverse-1.15.2-3.2.0.jar Traverse {[email protected] ERROR}
  266. mininggadgets-1.3.5.jar Mining Gadgets {[email protected] CREATE_REGISTRIES}
  267. Bones-1.15.2-1.3.2.jar Bones {[email protected] CREATE_REGISTRIES}
  268. ColossalChests-1.15.2-1.7.12.jar ColossalChests {[email protected] CREATE_REGISTRIES}
  269. MysticalAgriculture-1.15.2-3.0.10.jar Mystical Agriculture {[email protected] CREATE_REGISTRIES}
  270. UselessSword-1.15.2-V1.2.2.jar Useless Sword {[email protected] CREATE_REGISTRIES}
  271. extraanvils-3.1a.jar Extra Anvils {[email protected] CREATE_REGISTRIES}
  272. rftoolsutility-1.15-2.1.5-beta.jar RFToolsUtility {[email protected] CREATE_REGISTRIES}
  273. titanium-1.15.2-2.4.2.jar Titanium {[email protected] CREATE_REGISTRIES}
  274. forbidden_arcanus-1.15.2-1.5.jar Forbidden & Arcanus {[email protected] CREATE_REGISTRIES}
  275. archers_paradox-1.15.2-0.4.0b.jar Archer's Paradox {[email protected] CREATE_REGISTRIES}
  276. towers_of_the_wild-1.15.2-1.2.0.jar Towers Of the Wild {[email protected] CREATE_REGISTRIES}
  277. Quark-r2.1-245.jar Quark {[email protected] CREATE_REGISTRIES}
  278. Charm-1.15.2-1.5.9.jar Charm {[email protected] CREATE_REGISTRIES}
  279. Strange-1.15.2-1.0.0-beta.5.hotfix1.jar Strange {[email protected] CREATE_REGISTRIES}
  280. extragolems-10.2.1.jar Extra Golems {[email protected] CREATE_REGISTRIES}
  281. JAOPCA-1.15.2-3.2.0.14.jar JAOPCA {[email protected] CREATE_REGISTRIES}
  282. WorldOfWonder-1.15.2-1.0.6.jar World of Wonder {[email protected] CREATE_REGISTRIES}
  283. StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {[email protected] CREATE_REGISTRIES}
  284. Animalium-0.5.3.jar Animalium {[email protected] CREATE_REGISTRIES}
  285. combustivefishing-FORGE-1.15.2-2.0.jar Combustive Fishing {[email protected] CREATE_REGISTRIES}
  286. minecolonies-0.13.88-BETA-universal.jar Minecolonies {[email protected] CREATE_REGISTRIES}
  287. mobcatcher-2.2.jar Mob Catcher {[email protected] CREATE_REGISTRIES}
  288. BackTools-1.15.2-8.0.0.jar Back Tools {[email protected] CREATE_REGISTRIES}
  289. RingOfAttraction-1.15.2-1.1.36.jar Ring of Attraction {[email protected] CREATE_REGISTRIES}
  290. overloadedarmorbar-4.0.0.jar Overloaded Armor Bar {[email protected] CREATE_REGISTRIES}
  291. FutureVersions+v3.0.jar Future Versions {[email protected] CREATE_REGISTRIES}
  292. Launched Version: 1.15.2
  293. Backend library: LWJGL version 3.2.2 build 10
  294. Backend API: AMD Radeon RX 5600 XT GL version 4.6.13596 Compatibility Profile Context 20.5.1 27.20.1017.1011, ATI Technologies Inc.
  295. GL Caps: Using framebuffer using OpenGL 3.0
  296. Using VBOs: Yes
  297. Is Modded: Definitely; Client brand changed to 'forge'
  298. Type: Client (map_client.txt)
  299. CPU: 16x AMD Ryzen 7 3700X 8-Core Processor
  300. OptiFine Version: OptiFine_1.15.2_HD_U_G1_pre30
  301. OptiFine Build: 20200622-083032
  302. Render Distance Chunks: 13
  303. Mipmaps: 4
  304. Anisotropic Filtering: 1
  305. Antialiasing: 0
  306. Multitexture: false
  307. Shaders: null
  308. OpenGlVersion: 4.6.13596 Compatibility Profile Context 20.5.1 27.20.1017.1011
  309. OpenGlRenderer: AMD Radeon RX 5600 XT
  310. OpenGlVendor: ATI Technologies Inc.
  311. CpuCount: 16
Advertisement
Add Comment
Please, Sign In to add comment