Advertisement
grandogrando

Untitled

Aug 13th, 2020
96
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. javafml@31.2
  95. minecraft@1
  96. kotlinfml@1.5.2
  97. Mod List:
  98. WizardsAnimalsPlus2.2.jar Wizard Animals Plus {wizard_animals_plus@1.0.0 CREATE_REGISTRIES}
  99. dotHack-Weapons-1.15.2-1.4.1.jar dotHack Weapons {dothack@1.0.0 CREATE_REGISTRIES}
  100. ProjectE-1.15.2-PE1.0.4.jar ProjectE {projecte@1.0.4 CREATE_REGISTRIES}
  101. mcws-win-1.15.2-v1.0.2.jar Macaw's Windows {mcwwindows@1.0.2 CREATE_REGISTRIES}
  102. strawgolem-1.15.2-1.9-beta.jar Straw Golem {strawgolem@1.15.2-1.8 CREATE_REGISTRIES}
  103. Neat+1.6-22.jar Neat {neat@1.6-22 CREATE_REGISTRIES}
  104. IronJetpacks-1.15.2-3.0.3.jar Iron Jetpacks {ironjetpacks@3.0.3 CREATE_REGISTRIES}
  105. essentials-1.15.2-2.7.4.jar Essentials {essentials@1.15.2-2.7.4 CREATE_REGISTRIES}
  106. BetterCaves-1.15.2-1.0.jar YUNG's Better Caves {bettercaves@1.15.2-1.0 CREATE_REGISTRIES}
  107. ForgeEndertech-1.15.2-6.0.4.0-build.0044.jar Forge Endertech {forgeendertech@6.0.4.0 CREATE_REGISTRIES}
  108. [1.15.2]+Elementary+Staffs+1.9 (1).jar Elementary Staffs {element@1.9 CREATE_REGISTRIES}
  109. Powah-1.15.2-1.1.15.jar Powah {powah@1.1.15 CREATE_REGISTRIES}
  110. Reliquary-1.15.2-1.3.4.995.jar Reliquary {xreliquary@1.15.2-1.3.4.995 CREATE_REGISTRIES}
  111. DarkUtilities-1.15.2-3.1.8.jar Dark Utilities {darkutils@3.1.8 CREATE_REGISTRIES}
  112. Apotheosis-1.15.2-3.2.4.jar Apotheosis {apotheosis@3.2.4 CREATE_REGISTRIES}
  113. venture-1.0.0-1.15.2.jar Venture {venture@1.0.0 CREATE_REGISTRIES}
  114. Hwyla-forge-1.10.8-B72_1.15.2.jar Waila {waila@version CREATE_REGISTRIES}
  115. WaterStrainer-1.15.2-9.0.0.jar Water Strainer {waterstrainer@1.15.2-9.0.0 CREATE_REGISTRIES}
  116. JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {jeresources@0.10.1.77 CREATE_REGISTRIES}
  117. magicalforest-1.15.2-1.0.0.jar Magical Forest {magicalforest@1.0.0 CREATE_REGISTRIES}
  118. MysticalAgradditions-1.15.2-3.0.1.jar Mystical Agradditions {mysticalagradditions@3.0.1 CREATE_REGISTRIES}
  119. PattysMoreStuff-Stable-1.2.7.jar pattysmorestuff {pattysmorestuff@1.2.7 CREATE_REGISTRIES}
  120. refinedstorage-1.8.8.jar Refined Storage {refinedstorage@1.8.8 CREATE_REGISTRIES}
  121. structure-gel-api-1.15.2-1.1.0.jar Structure Gel API {structure_gel@1.1.0 CREATE_REGISTRIES}
  122. industrial-foregoing-1.15.2-2.3.3-e356e61 (1).jar Industrial Foregoing {industrialforegoing@2.3.3 CREATE_REGISTRIES}
  123. repurposedstructures-1.15.2-1.7.2.jar Repurposed Structures {repurposed_structures@1.15.2-1.7.2 CREATE_REGISTRIES}
  124. BiomesOPlenty-1.15.2-10.0.0.366-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.366 CREATE_REGISTRIES}
  125. phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {phosphor@0.5.2+build.4 CREATE_REGISTRIES}
  126. toughnessbar-5.0.jar Toughness Bar {toughnessbar@5.0 CREATE_REGISTRIES}
  127. dungeons-plus-1.15.2-1.0.2.jar Dungeons Plus {dungeons_plus@1.0.2 CREATE_REGISTRIES}
  128. masonry-1.15.2-0.3.4.jar Masonry {masonry@NONE CREATE_REGISTRIES}
  129. lycanitesmobs-1.15.2-2.2.3.2 (1).jar Lycanites Mobs {lycanitesmobs@1.15.2-2.2.3.2 CREATE_REGISTRIES}
  130. curios-FORGE-1.15.2-2.0.2.6.jar Curios API {curios@FORGE-1.15.2-2.0.2.6 CREATE_REGISTRIES}
  131. Botania-r1.15-388.jar Botania {botania@r1.15-388 CREATE_REGISTRIES}
  132. tombstone-4.5.6.jar Corail Tombstone {tombstone@4.5.6 CREATE_REGISTRIES}
  133. TheAbyss+3.0.0gm+1.15.2.jar TheAbyss {theabyss@3.0.0b1 CREATE_REGISTRIES}
  134. mcws-roofs-1.15.2-v2.0.0.jar Macaw's Roofs {mcwroofs@2.0.0 CREATE_REGISTRIES}
  135. MrCrayfishs-Furniture-Mod-1.15.2.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre16 CREATE_REGISTRIES}
  136. observerlib-1.15.2-1.2.0.v60.jar ObserverLib {observerlib@1.15.2-1.2.0 CREATE_REGISTRIES}
  137. mcw-furniture-1.0.1-mc1.15.1+1.15.2.jar Macaw's Furnitures {mcwfurnitures@1.0.1 CREATE_REGISTRIES}
  138. FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 CREATE_REGISTRIES}
  139. BetterMineshaftsForge-1.15.2-1.3.jar YUNG's Better Mineshafts {bettermineshafts@1.15.2-1.3 CREATE_REGISTRIES}
  140. NetherEx-1.15.2-4.0.0.jar NetherEx {netherex@4.0.0 CREATE_REGISTRIES}
  141. tinyprogressions-1.15.2-4.0.8.jar Tiny Progressions {tp@4.0.8 CREATE_REGISTRIES}
  142. ExtraWeaponsModv1.15.5.2.b237.jar Extra Weapons {extraweapons@1.15.5.0.b224 CREATE_REGISTRIES}
  143. AdFinders-1.15.2-4.0.5.0-build.0020.jar Advanced Finders {adfinders@4.0.5.0 CREATE_REGISTRIES}
  144. Craft_and_Hunt_V1.1.0_MC_1.15.2.jar Craft and Hunt {craftandhunt@0.9 CREATE_REGISTRIES}
  145. Bountiful+Baubles-1.15.2-0.0.1.jar Bountiful Baubles {bountifulbaubles@NONE CREATE_REGISTRIES}
  146. Mine+and+Slash-1.15.2-3.6.14.jar Mine and Slash {mmorpg@3.6.14 CREATE_REGISTRIES}
  147. jei-1.15.2-6.0.2.12.jar Just Enough Items {jei@6.0.2.12 CREATE_REGISTRIES}
  148. EverlastingAbilities-1.15.2-1.6.3.jar EverlastingAbilities {everlastingabilities@1.6.3 CREATE_REGISTRIES}
  149. goblintraders-1.2.0-1.15.2.jar Goblin Traders {goblintraders@1.2.0 CREATE_REGISTRIES}
  150. RingsOfAscension-1.15.2-1.5.5.jar Rings of Ascension {ringsofascension@1.5.5 CREATE_REGISTRIES}
  151. RingOfRepair-1.15.2-1.1.33.jar Ring of Repair {ring_of_repair@1.1.30 CREATE_REGISTRIES}
  152. TravelersBackpack-1.15.2-4.0.6.jar Traveler's Backpack {travelersbackpack@4.0.6 CREATE_REGISTRIES}
  153. NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {naturescompass@1.15.2-1.8.5 CREATE_REGISTRIES}
  154. curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {curioofundying@FORGE-1.15.2-3.0 CREATE_REGISTRIES}
  155. FarmingForBlockheads_1.15.2-6.1.5.jar Farming for Blockheads {farmingforblockheads@6.1.5 CREATE_REGISTRIES}
  156. RingOfTeleport-1.15.2-1.1.32.jar Ring of Teleport {ring_of_teleport@1.1.30 CREATE_REGISTRIES}
  157. EnhancedVanilla_Snapshot_20w27a-Forge-1.15.2.31.2.0.jar Enhanced Vanilla {enhancedvanilla@Snapshot 20w27a CREATE_REGISTRIES}
  158. travellersboots-1.15.2-1.3.2.jar Traveller's Boots {travellersboots@1.3.1 CREATE_REGISTRIES}
  159. potionbundles-1.2.1.jar PotionBundles {potionbundles@NONE CREATE_REGISTRIES}
  160. magicmirror-1.4.8.jar Magic Mirrors {magicmirror@1.4.8 CREATE_REGISTRIES}
  161. ruins-1.15.2.1.jar Ruins {ruins@1.15.2.1 CREATE_REGISTRIES}
  162. ironchest-1.15.2-10.0.3.jar Iron Chests {ironchest@1.15.2-10.0.1 CREATE_REGISTRIES}
  163. infernalmobs-1.15.2.1 (1).jar Infernal Mobs {infernalmobs@1.15.2.1 CREATE_REGISTRIES}
  164. RottenCreatures-1.15.2-0.9.7.jar Rotten Creatures {rotten_creatures@0.9.7 CREATE_REGISTRIES}
  165. forge-1.15.2-31.2.36-client.jar Minecraft {minecraft@1.15.2 CREATE_REGISTRIES}
  166. pandoras_creatures-1.15.2-1.0.0.jar Pandoras Creatures {pandoras_creatures@1.15.2-1.0.0 CREATE_REGISTRIES}
  167. MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {mousetweaks@2.13 CREATE_REGISTRIES}
  168. ImmersiveEngineering-1.15.2-3.1-111.jar Immersive Engineering {immersiveengineering@1.15.2-3.1-111 CREATE_REGISTRIES}
  169. pamhc2crops-1.15.2-1.0.5.jar Pam's HarvestCraft 2 Crops {pamhc2crops@version CREATE_REGISTRIES}
  170. RingOfGrowth-1.15.2-1.1.33.jar Ring of Growth {ring_of_growth@1.1.31 CREATE_REGISTRIES}
  171. dimdungeons-1.07-forge-1.15.2.jar Dimensional Dungeons {dimdungeons@1.15.2-1.07 CREATE_REGISTRIES}
  172. pamhc2foodcore-1.15.2-1.0.9.jar Pam's HarvestCraft 2 Food Core {pamhc2foodcore@version CREATE_REGISTRIES}
  173. AutoRegLib-1.5-40.jar AutoRegLib {autoreglib@1.5-40 CREATE_REGISTRIES}
  174. LibraryEx-1.15.2-3.0.0.jar LibraryEx {libraryex@3.0.0 CREATE_REGISTRIES}
  175. themidnight-0.5.9.jar The Midnight {midnight@0.5.9 CREATE_REGISTRIES}
  176. structurize-0.13.35-ALPHA.jar Structurize {structurize@0.13.35-ALPHA CREATE_REGISTRIES}
  177. AppleSkin-mc1.15.2-forge-1.0.14.jar AppleSkin {appleskin@1.0.14 CREATE_REGISTRIES}
  178. Vampirism-1.15.2-1.6.1.jar Vampirism {vampirism@1.6.1 CREATE_REGISTRIES, teamlapenlib@1.6.1 CREATE_REGISTRIES}
  179. byg-1.0.11 (1).jar Oh The Biomes You'll Go {byg@1.0.11 CREATE_REGISTRIES}
  180. Cavern-Miner_1.15.2-v3.0.6.jar Cavern: Miner {cavern@3.0.6 CREATE_REGISTRIES}
  181. lootbagmod-1.15.1-1.5.3.jar Loot Bag Mod {lootbagmod@1.15.1-1.5.3 CREATE_REGISTRIES}
  182. farlanders-1.15.2-1.3.1.jar The Farlanders {farlanders@1.3.1 CREATE_REGISTRIES}
  183. CyclopsCore-1.15.2-1.8.1.jar Cyclops Core {cyclopscore@1.8.1 CREATE_REGISTRIES}
  184. astralsorcery-1.15.2-1.12.5.jar Astral Sorcery {astralsorcery@1.15.2-1.12.5 CREATE_REGISTRIES}
  185. roughmobsrevamped-1.15.2-4.1.2.jar Rough Mobs Revamped {roughmobsrevamped@version CREATE_REGISTRIES}
  186. Wyrmroost-1.1.2.jar Wyrmroost {wyrmroost@1.1.1-DEV CREATE_REGISTRIES}
  187. ExtendedCrafting-1.15.2-2.0.6.jar Extended Crafting {extendedcrafting@2.0.6 CREATE_REGISTRIES}
  188. extrabows-v1.15.2+b2.jar Extra Bows {extrabows@v1.15.2 b2 CREATE_REGISTRIES}
  189. TerraForged-1.15.2-0.1.2.jar TerraForged {terraforged@0.1.2 CREATE_REGISTRIES}
  190. CookingForBlockheads_1.15.2-8.0.3.jar Cooking for Blockheads {cookingforblockheads@8.0.3 CREATE_REGISTRIES}
  191. Controlling-6.1.5.6.jar Controlling {controlling@6.1.5.6 CREATE_REGISTRIES}
  192. Placebo-1.15.2-3.1.0.jar Placebo {placebo@3.1.0 CREATE_REGISTRIES}
  193. citadel-1.1.11.jar Citadel {citadel@1.1.11 CREATE_REGISTRIES}
  194. rats-5.3.2-1.15.2.jar Rats {rats@5.3.2 CREATE_REGISTRIES}
  195. NomadicTents-1.15.2-11.0.0-beta.jar Nomadic Tents {nomadictents@11.0.0-beta CREATE_REGISTRIES}
  196. gemsnjewels-1.15.2-0.11.0.jar Gems & Jewels {gemsnjewels@0.5.1 CREATE_REGISTRIES}
  197. MutantBeasts-1.15.2-1.0.7.jar Mutant Beasts {mutantbeasts@1.15.2-1.0.7 CREATE_REGISTRIES}
  198. Bookshelf-1.15.2-5.6.40.jar Bookshelf {bookshelf@5.6.40 CREATE_REGISTRIES}
  199. BotanyPots-1.15.2-2.0.27.jar BotanyPots {botanypots@2.0.27 CREATE_REGISTRIES}
  200. u_team_core-1.15.2-3.0.1.164.jar U Team Core {uteamcore@3.0.1.164 CREATE_REGISTRIES}
  201. buildinggadgets-3.3.5.jar Building Gadgets {buildinggadgets@3.3.5 CREATE_REGISTRIES}
  202. forge-1.15.2-31.2.36-universal.jar Forge {forge@31.2.36 CREATE_REGISTRIES}
  203. Atum-1.15.2-2.1.4.jar Atum 2 {atum@1.15.2-2.1.4 CREATE_REGISTRIES}
  204. cofh_core-1.15.2-0.4.0b.jar CoFH Core {cofh_core@0.4.0b CREATE_REGISTRIES}
  205. Psi+r1.2-83.jar Psi {psi@r1.2-83 CREATE_REGISTRIES}
  206. Aquaculture-1.15.2-2.0.16.jar Aquaculture 2 {aquaculture@1.15.2-2.0.16 CREATE_REGISTRIES}
  207. mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {mcwdoors@1.0.0 CREATE_REGISTRIES}
  208. dynamic_world-1.15.2-0.3.2.0.jar Dynamic World {dynamic_world@0.3.0.0 CREATE_REGISTRIES}
  209. dragonmounts-1.0.3.jar Dragon Mounts Legacy {dragonmounts@1.0.3 CREATE_REGISTRIES}
  210. mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {mcwbridges@1.0.4 CREATE_REGISTRIES}
  211. useful_backpacks-1.15.2-1.10.1.70.jar Useful Backpacks {usefulbackpacks@1.10.1.70 CREATE_REGISTRIES}
  212. Compressium-1.0.18.jar Compressium {compressium@1.15-1.0.3 CREATE_REGISTRIES}
  213. projectvibrantjourneys-1.15.2-2.0.3.jar Project: Vibrant Journeys {projectvibrantjourneys@1.15.2-2.0.3 CREATE_REGISTRIES}
  214. valhelsia_structures-15.0.2a.jar Valhelsia Structures {valhelsia_structures@15.0.2a CREATE_REGISTRIES}
  215. Lollipop-1.15.2-1.0.16.jar Lollipop {lollipop@1.0.16 CREATE_REGISTRIES}
  216. rare-ice-0.1.6.jar Rare Ice {rare-ice@0.1.6 CREATE_REGISTRIES}
  217. Bountiful-1.15.2-3.1.2.jar Bountiful {bountiful@1.15.2-3.1.2 CREATE_REGISTRIES}
  218. Patchouli-1.15.2-1.2-35.jar Patchouli {patchouli@1.15.2-1.2-35 CREATE_REGISTRIES}
  219. collective-1.15.2-1.35.jar Collective {collective@1.35 CREATE_REGISTRIES}
  220. RingOfBlink-1.15.2-1.1.31.jar Ring of Blink {ring_of_blink@1.1.28 CREATE_REGISTRIES}
  221. RingOfMiner-1.15.2-1.1.31.jar Ring of Miner {ring_of_miner@1.1.28 CREATE_REGISTRIES}
  222. OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
  223. doublebladedaxemod-1.2.0-1.15.2.jar Double Bladed Axe Mod {doublebladedaxemod@1.1.0 CREATE_REGISTRIES}
  224. EndReborn+[0.6.0].jar End: Reborn {endreborn@0.6.0 CREATE_REGISTRIES}
  225. libnonymous-1.15.2-1.1.1.5.jar Libnonymous {libnonymous@1.1.1.5 CREATE_REGISTRIES}
  226. RingOfEnderchest-1.15.2-1.1.34.jar Ring of Enderchest {ring_of_enderchest@1.1.31 CREATE_REGISTRIES}
  227. EnigmaticLegacy-1.7.2.jar Enigmatic Legacy {enigmaticlegacy@1.7.2 CREATE_REGISTRIES}
  228. AttainedDrops-1.15.2-6.0.7.jar Attained Drops {attained_drops@6.0.7 CREATE_REGISTRIES}
  229. cc-tweaked-1.15.2-1.90.2.jar CC: Tweaked {computercraft@1.90.2 CREATE_REGISTRIES}
  230. AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {aiimprovements@0.3.0 CREATE_REGISTRIES}
  231. productivebees-1.15.2-0.2.3.jar Productive Bees {productivebees@1.15.2-0.2.3 CREATE_REGISTRIES}
  232. undergarden-0.1.5.jar The Undergarden {undergarden@0.1.5 CREATE_REGISTRIES}
  233. enchantwithmob-1.15.2-1.0.0.jar Enchant With Mob {enchantwithmob@1.15.2-1.0.0 CREATE_REGISTRIES}
  234. TrinityWeapons-1.15.2-1.4.1.jar TrinityWeapons {trinity@1.4.1 CREATE_REGISTRIES}
  235. Cyclic-1.15.2-0.6.1.jar Cyclic {cyclic@1.15.2-0.6.1 CREATE_REGISTRIES}
  236. Cucumber-1.15.2-3.0.9.jar Cucumber Library {cucumber@3.0.9 CREATE_REGISTRIES}
  237. pamhc2trees-1.15.2-1.0.5.jar Pam's HarvestCraft 2 Fruit Trees {pamhc2trees@version CREATE_REGISTRIES}
  238. TsgStructures1.0.1-MC1.15.2.jar TSG Structures {tsg_structures@1.0.0 CREATE_REGISTRIES}
  239. giantspawn_1.15-2.1.jar Giant Spawn {giantspawn@2.1 CREATE_REGISTRIES}
  240. worleycaves-1.15.2-1.6.0.jar Worley's Caves {worleycaves@1.15.2-1.6.0 CREATE_REGISTRIES}
  241. Druidcraft-1.15-0.4.3.jar Druidcraft {druidcraft@0.4.3 CREATE_REGISTRIES}
  242. FunMod+4.0.2.jar Fun Mod {funmod@4.0.2 CREATE_REGISTRIES}
  243. Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {abnormals_core@1.0.6 CREATE_REGISTRIES}
  244. The-Endergetic-Expansion-1.15.2-v1.3.2.jar The Endergetic Expansion {endergetic@1.3.2 CREATE_REGISTRIES}
  245. adventure-plus-structures-1-0-1-mc1-15-2.jar AdventurePlusStructures {adventureplusstructures@1.0.1 CREATE_REGISTRIES}
  246. WAWLA-1.15.2-3.0.4.jar WAWLA {wawla@3.0.4 CREATE_REGISTRIES}
  247. MS+Auto-Compat-1.15.2-1.2.0.jar M&S Auto-Compat 1.15.1 {azurecompat@1.2.0 CREATE_REGISTRIES}
  248. ensorcellation-1.15.2-0.4.1b.jar Ensorcellation {ensorcellation@0.4.1b CREATE_REGISTRIES}
  249. create-mc1.15.2_v0.2.4d.jar Create {create@mc1.15.2_v0.2.4d CREATE_REGISTRIES}
  250. Waystones_1.15.2-6.0.2 (1).jar Waystones {waystones@6.0.2 CREATE_REGISTRIES}
  251. WallpaperCraft-1.15.2-1.2.1.jar Wallpapercraft {wallpapercraft@1.2.1 CREATE_REGISTRIES}
  252. journeymap-1.15.2-5.7.0b3.jar Journeymap {journeymap@5.7.0b3 CREATE_REGISTRIES}
  253. Artifacts-1.15.2-2.5.1.jar Artifacts {artifacts@1.15.2-2.5.1 CREATE_REGISTRIES}
  254. SimpleStorageNetwork-1.15.2-1.0.1.jar Simple Storage Network {storagenetwork@1.15.2-1.0.1 CREATE_REGISTRIES}
  255. DungeonCrawl-1.15.2-2.0.2.jar Dungeon Crawl {dungeoncrawl@2.0.2 CREATE_REGISTRIES}
  256. 101+Dimensions+(1.0.6)+(1.15.2).jar 101 Dimensions {hundredone_dimensions@1.0.4 CREATE_REGISTRIES}
  257. BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {bonsaitrees2@2.1.2.6 CREATE_REGISTRIES}
  258. TinyMobFarm-1.15.2-1.0.8.jar Tiny Mob Farm {tinymobfarm@1.0.8 CREATE_REGISTRIES}
  259. mcjtylib-1.15-4.1.3-beta.jar McJtyLib {mcjtylib@1.15-4.1.3-beta CREATE_REGISTRIES}
  260. rftoolsbase-1.15-1.1.3-beta.jar RFToolsBase {rftoolsbase@1.15-1.1.3-beta CREATE_REGISTRIES}
  261. rftoolspower-1.15-2.2.0-beta.jar RFToolsPower {rftoolspower@1.15-2.2.0-beta CREATE_REGISTRIES}
  262. rftoolsbuilder-1.15-2.1.5-beta.jar RFToolsBuilder {rftoolsbuilder@1.15-2.1.5-beta CREATE_REGISTRIES}
  263. rftoolsstorage-1.15-1.1.6-beta.jar RFToolsStorage {rftoolsstorage@1.15-1.1.6-beta CREATE_REGISTRIES}
  264. rftoolscontrol-1.15-3.0.4-beta.jar RFToolsControl {rftoolscontrol@1.15-3.0.4-beta CREATE_REGISTRIES}
  265. voyage-1.15.2-1.0.2.jar Voyage {voyage@1.0.2 CREATE_REGISTRIES}
  266. iChunUtil-1.15.2-8.0.3.jar iChunUtil {ichunutil@8.0.3 CREATE_REGISTRIES}
  267. traverse-1.15.2-3.2.0.jar Traverse {traverse@1.15.2-3.2.0 ERROR}
  268. mininggadgets-1.3.5.jar Mining Gadgets {mininggadgets@1.3.5 CREATE_REGISTRIES}
  269. Bones-1.15.2-1.3.2.jar Bones {bones@1.15.2-1.3.2 CREATE_REGISTRIES}
  270. ColossalChests-1.15.2-1.7.12.jar ColossalChests {colossalchests@1.7.12 CREATE_REGISTRIES}
  271. MysticalAgriculture-1.15.2-3.0.10.jar Mystical Agriculture {mysticalagriculture@3.0.10 CREATE_REGISTRIES}
  272. UselessSword-1.15.2-V1.2.2.jar Useless Sword {useless_sword@1.2.2 CREATE_REGISTRIES}
  273. extraanvils-3.1a.jar Extra Anvils {extraanvils@3.1a CREATE_REGISTRIES}
  274. rftoolsutility-1.15-2.1.5-beta.jar RFToolsUtility {rftoolsutility@1.15-2.1.5-beta CREATE_REGISTRIES}
  275. titanium-1.15.2-2.4.2.jar Titanium {titanium@2.4.2 CREATE_REGISTRIES}
  276. forbidden_arcanus-1.15.2-1.5.jar Forbidden & Arcanus {forbidden_arcanus@1.15.2-1.5 CREATE_REGISTRIES}
  277. archers_paradox-1.15.2-0.4.0b.jar Archer's Paradox {archers_paradox@0.4.0b CREATE_REGISTRIES}
  278. towers_of_the_wild-1.15.2-1.2.0.jar Towers Of the Wild {towers_of_the_wild@1.15.2-1.2.0 CREATE_REGISTRIES}
  279. Quark-r2.1-245.jar Quark {quark@r2.1-245 CREATE_REGISTRIES}
  280. Charm-1.15.2-1.5.9.jar Charm {charm@1.15.2-1.5.9 CREATE_REGISTRIES}
  281. Strange-1.15.2-1.0.0-beta.5.hotfix1.jar Strange {strange@1.15.2-1.0.0-beta.5 CREATE_REGISTRIES}
  282. extragolems-10.2.1.jar Extra Golems {golems@10.2.1 CREATE_REGISTRIES}
  283. JAOPCA-1.15.2-3.2.0.14.jar JAOPCA {jaopca@3.2.0.14 CREATE_REGISTRIES}
  284. WorldOfWonder-1.15.2-1.0.6.jar World of Wonder {worldofwonder@1.15.2-1.0.6 CREATE_REGISTRIES}
  285. StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {storagedrawers@1.15.2-7.0.1 CREATE_REGISTRIES}
  286. Animalium-0.5.3.jar Animalium {animalium@0.5.3 CREATE_REGISTRIES}
  287. combustivefishing-FORGE-1.15.2-2.0.jar Combustive Fishing {combustivefishing@FORGE-1.15.2-2.0 CREATE_REGISTRIES}
  288. minecolonies-0.13.88-BETA-universal.jar Minecolonies {minecolonies@0.13.88-BETA CREATE_REGISTRIES}
  289. mobcatcher-2.2.jar Mob Catcher {mobcatcher@2.2 CREATE_REGISTRIES}
  290. BackTools-1.15.2-8.0.0.jar Back Tools {backtools@8.0.0 CREATE_REGISTRIES}
  291. RingOfAttraction-1.15.2-1.1.36.jar Ring of Attraction {ring_of_attraction@1.1.35 CREATE_REGISTRIES}
  292. overloadedarmorbar-4.0.0.jar Overloaded Armor Bar {overloadedarmorbar@4.0.0 CREATE_REGISTRIES}
  293. FutureVersions+v3.0.jar Future Versions {futureversions@v3.0 CREATE_REGISTRIES}
  294. Launched Version: 1.15.2
  295. Backend library: LWJGL version 3.2.2 build 10
  296. 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.
  297. GL Caps: Using framebuffer using OpenGL 3.0
  298. Using VBOs: Yes
  299. Is Modded: Definitely; Client brand changed to 'forge'
  300. Type: Client (map_client.txt)
  301. CPU: 16x AMD Ryzen 7 3700X 8-Core Processor
  302. OptiFine Version: OptiFine_1.15.2_HD_U_G1_pre30
  303. OptiFine Build: 20200622-083032
  304. Render Distance Chunks: 13
  305. Mipmaps: 4
  306. Anisotropic Filtering: 1
  307. Antialiasing: 0
  308. Multitexture: false
  309. Shaders: null
  310. OpenGlVersion: 4.6.13596 Compatibility Profile Context 20.5.1 27.20.1017.1011
  311. OpenGlRenderer: AMD Radeon RX 5600 XT
  312. OpenGlVendor: ATI Technologies Inc.
  313. CpuCount: 16
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement