Guest User

Untitled

a guest
May 4th, 2020
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.33 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // My bad.
  3.  
  4. Time: 5/4/20 10:30 AM
  5. Description: Initializing game
  6.  
  7. java.lang.RuntimeException: Forge played "STOP IT NOW MODS!" - it was "NOT VERY EFFECTIVE"
  8. at net.minecraftforge.fml.ModList.dispatchParallelEvent(ModList.java:149) ~[?:?] {re:classloading}
  9. at net.minecraftforge.fml.ModList.lambda$static$2(ModList.java:98) ~[?:?] {re:classloading}
  10. at net.minecraftforge.fml.ModList$$Lambda$1634/644195047.dispatchEvent(Unknown Source) ~[?:?] {}
  11. at net.minecraftforge.fml.LifecycleEventProvider.dispatch(LifecycleEventProvider.java:71) ~[?:?] {re:classloading}
  12. at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:214) ~[?:?] {re:classloading}
  13. at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:200) ~[?:?] {re:classloading}
  14. at net.minecraftforge.fml.client.ClientModLoader.lambda$begin$2(ClientModLoader.java:97) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
  15. at net.minecraftforge.fml.client.ClientModLoader$$Lambda$1502/902387817.run(Unknown Source) ~[?:?] {}
  16. at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
  17. at net.minecraftforge.fml.client.ClientModLoader$$Lambda$1503/1435148785.run(Unknown Source) ~[?:?] {}
  18. at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
  19. at net.minecraft.client.Minecraft.<init>(Minecraft.java:392) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  20. at net.minecraft.client.main.Main.main(SourceFile:166) [?:?] {re:classloading}
  21. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
  22. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
  24. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
  25. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.15.2-31.1.63.jar:31.1] {}
  26. at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$470/1263814450.call(Unknown Source) [forge-1.15.2-31.1.63.jar:31.1] {}
  27. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.0.jar:?] {}
  28. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.0.jar:?] {}
  29. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.0.jar:?] {}
  30. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.0.jar:?] {re:classloading}
  31. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?] {re:classloading}
  32.  
  33.  
  34. A detailed walkthrough of the error, its code path and all known details is as follows:
  35. ---------------------------------------------------------------------------------------
  36.  
  37. -- Head --
  38. Thread: Render thread
  39. Stacktrace:
  40. at net.minecraftforge.fml.ModList.dispatchParallelEvent(ModList.java:149)
  41. at net.minecraftforge.fml.ModList.lambda$static$2(ModList.java:98)
  42. at net.minecraftforge.fml.ModList$$Lambda$1634/644195047.dispatchEvent(Unknown Source)
  43. at net.minecraftforge.fml.LifecycleEventProvider.dispatch(LifecycleEventProvider.java:71)
  44. at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:214)
  45. at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:200)
  46. at net.minecraftforge.fml.client.ClientModLoader.lambda$begin$2(ClientModLoader.java:97)
  47. at net.minecraftforge.fml.client.ClientModLoader$$Lambda$1502/902387817.run(Unknown Source)
  48. at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113)
  49. at net.minecraftforge.fml.client.ClientModLoader$$Lambda$1503/1435148785.run(Unknown Source)
  50. at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97)
  51. at net.minecraft.client.Minecraft.<init>(Minecraft.java:392)
  52.  
  53. -- Initialization --
  54. Details:
  55. Stacktrace:
  56. at net.minecraft.client.main.Main.main(SourceFile:166)
  57. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  58. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  59. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  60. at java.lang.reflect.Method.invoke(Method.java:497)
  61. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
  62. at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$470/1263814450.call(Unknown Source)
  63. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
  64. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
  65. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
  66. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
  67. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
  68.  
  69. -- System Details --
  70. Details:
  71. Minecraft Version: 1.15.2
  72. Minecraft Version ID: 1.15.2
  73. Operating System: Windows 10 (amd64) version 10.0
  74. Java Version: 1.8.0_51, Oracle Corporation
  75. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  76. Memory: 3374204320 bytes (3217 MB) / 4592762880 bytes (4380 MB) up to 17135304704 bytes (16341 MB)
  77. CPUs: 24
  78. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx12288m -Xms256m -XX:PermSize=256m -Xmx18384m
  79. ModLauncher: 5.1.0+69+master.79f13f7
  80. ModLauncher launch target: fmlclient
  81. ModLauncher naming: srg
  82. ModLauncher services:
  83. /eventbus-2.1.0-service.jar eventbus PLUGINSERVICE
  84. /forge-1.15.2-31.1.63.jar object_holder_definalize PLUGINSERVICE
  85. /forge-1.15.2-31.1.63.jar runtime_enum_extender PLUGINSERVICE
  86. /accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE
  87. /forge-1.15.2-31.1.63.jar capability_inject_definalize PLUGINSERVICE
  88. /forge-1.15.2-31.1.63.jar runtimedistcleaner PLUGINSERVICE
  89. /forge-1.15.2-31.1.63.jar fml TRANSFORMATIONSERVICE
  90. /MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE
  91. /MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE
  92. /MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE
  93. FML: 31.1
  94. Forge: net.minecraftforge:31.1.63
  95. FML Language Providers:
  96. minecraft@1
  97. Mod List:
  98. colorfularmor-1.15.2-1.5.jar Colorful Armor {[email protected] CREATE_REGISTRIES}
  99. justenoughbeacons-2.0.jar Just Enough Beacons {[email protected] CREATE_REGISTRIES}
  100. AdditionalEnchantedMiner-1.15.2-15.2.6.jar QuarryPlus {[email protected] CONSTRUCT}
  101. clayconversion-1.15-1.0.jar Clay Conversion {[email protected] CREATE_REGISTRIES}
  102. extratrades-1.1.jar Extra Trades {[email protected] CREATE_REGISTRIES}
  103. vilnames_1.15-2.0.jar Villager Names {[email protected] CREATE_REGISTRIES}
  104. prefab-1.5.0.7.jar Prefab {[email protected] CREATE_REGISTRIES}
  105. ProjectE-1.15.2-PE1.0.3B.jar ProjectE {[email protected] ERROR}
  106. planttech2-0.02.05 - 1.15.2.jar PlantTech 2 {[email protected] CREATE_REGISTRIES}
  107. mcw-windows-1.0.1-mc1.15.2_1.15.1.jar Macaw's Windows {[email protected] CREATE_REGISTRIES}
  108. bambooeverything-1.15-1.0.0.jar Bamboo Everything {[email protected] CREATE_REGISTRIES}
  109. pitg-1.15.2-1.2.1.jar Pane In The Glass {[email protected] CREATE_REGISTRIES}
  110. Neat 1.6-20.jar Neat {[email protected] CREATE_REGISTRIES}
  111. IronJetpacks-1.15.2-3.0.1.jar Iron Jetpacks {[email protected] ERROR}
  112. essentials-1.15.2-2.7.0.jar Essentials {[email protected] CREATE_REGISTRIES}
  113. ForgeEndertech-1.15.2-6.0.2.2-build.0030.jar Forge Endertech {[email protected] CREATE_REGISTRIES}
  114. Powah-1.15.2-1.1.14.jar Powah {[email protected] ERROR}
  115. Reliquary-1.15.2-1.3.4.995.jar Reliquary {[email protected] CREATE_REGISTRIES}
  116. guardvillagers-1.15.2-1.0.6.jar Guard Villagers {[email protected] ERROR}
  117. DarkUtilities-1.15.2-3.0.5.jar Dark Utilities {[email protected] ERROR}
  118. Apotheosis-1.15.2-3.0.7.jar Apotheosis {[email protected] ERROR}
  119. WaterStrainer-1.15.2-9.0.0.jar Water Strainer {[email protected] CREATE_REGISTRIES}
  120. speedyhoppers-1.15.2-2.jar Speedy Hoppers {[email protected] CREATE_REGISTRIES}
  121. auxilium-equivalence-1.15.2-1.1.0.jar Auxilium Equivalence {[email protected] CREATE_REGISTRIES}
  122. TMechworks-1.15.2-2.1.0.jar Tinkers' Mechworks {[email protected] ERROR}
  123. JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {[email protected] CREATE_REGISTRIES}
  124. refinedstorage-1.8.3.jar Refined Storage {[email protected] CONSTRUCT}
  125. conduitsprdr_1.15.2-1.0.jar Conduits Prevent Drowned {[email protected] CREATE_REGISTRIES}
  126. corpse-1.15.2-1.0.4.jar Corpse {[email protected] CREATE_REGISTRIES}
  127. industrial-foregoing-1.15.2-2.3.0-6f57752.jar Industrial Foregoing {[email protected] ERROR}
  128. torchmaster-2.1.1-rc0.jar Torchmaster {[email protected] CREATE_REGISTRIES}
  129. BiomesOPlenty-1.15.2-10.0.0.357-universal.jar Biomes O' Plenty {[email protected] CREATE_REGISTRIES}
  130. ironfurnaces-1.15.2-2.0.3.jar Iron Furnaces {[email protected] CREATE_REGISTRIES}
  131. SilentGear-1.15.2-1.6.2+88.jar Silent Gear {[email protected]+88 ERROR}
  132. masonry-1.15.2-0.3.4.jar Masonry {masonry@NONE CREATE_REGISTRIES}
  133. RaysDongles-4.2.2b.jar Ray's Dongles {[email protected] CREATE_REGISTRIES}
  134. MysticalAdaptations-1.15.2-1.1.jar Mystical Adaptations {mysticaladaptations@NONE CREATE_REGISTRIES}
  135. MysticalAgradditions-1.15.2-3.0.0.jar Mystical Agradditions {[email protected] CREATE_REGISTRIES}
  136. curios-FORGE-1.15.2-2.0.2.2.jar Curios API {[email protected] CREATE_REGISTRIES}
  137. Botania-r1.15-383.jar Botania {[email protected] CONSTRUCT}
  138. angelring-1.15.2-1.2.0.jar Angel Ring {[email protected] CONSTRUCT}
  139. obfuscate-0.4.3-1.15.2.jar Obfuscate {[email protected] CREATE_REGISTRIES}
  140. antighost-1.15.2-forge31.1.0-1.1.1.jar AntiGhost {[email protected] CREATE_REGISTRIES}
  141. mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {[email protected] CREATE_REGISTRIES}
  142. furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {[email protected] ERROR}
  143. mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {[email protected] CREATE_REGISTRIES}
  144. Better Muffling-1.15.2-0.4.0-Beta.jar Better Muffling {[email protected] CREATE_REGISTRIES}
  145. betterwithminecolonies-1.15.2-1.15.16.jar Better With Minecolonies {[email protected] CREATE_REGISTRIES}
  146. Zmod 1.15.2-1.05.jar ZmodSkills {[email protected] CREATE_REGISTRIES}
  147. AdChimneys-1.15.2-5.0.4.0-build.0032.jar Advanced Chimneys {[email protected] CREATE_REGISTRIES}
  148. BetterBurning-1.15.2-1.3.4.jar BetterBurning {[email protected] CREATE_REGISTRIES}
  149. bettertridentreturn-1.15.2-1.0.1.jar Better Trident Return {[email protected] CREATE_REGISTRIES}
  150. FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 CREATE_REGISTRIES}
  151. PrettyBeaches_1.15.1-4.0.0.jar Pretty Beaches {[email protected] CREATE_REGISTRIES}
  152. QuarkOddities-1.15.2.jar Quark Oddities {[email protected] CREATE_REGISTRIES}
  153. ClientTweaks_1.15.2-4.1.2.jar Client Tweaks {[email protected] CREATE_REGISTRIES}
  154. doubledoors_1.15-2.0.jar Double Doors {[email protected] CREATE_REGISTRIES}
  155. animalnet-v1.15.2 Forge b1.jar AnimalNet {[email protected] Forge b1 CREATE_REGISTRIES}
  156. torchslabmod-1.15.2_v1.6.8.jar Torch Slab Mod {[email protected] CREATE_REGISTRIES}
  157. damage_indicator-0.1.0.jar Ama's Damage Indicator {[email protected] CREATE_REGISTRIES}
  158. mining-helmet-1.15.2-1.0.8.jar Mining Helmet {[email protected] ERROR}
  159. jei-1.15.2-6.0.0.4.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
  160. EnderEnhancement-1.15.2-1.0.4.2.jar Ender Enhancement {[email protected] ERROR}
  161. vanillathings-1.15.2-0.4.4.jar Vanilla Things {[email protected] CREATE_REGISTRIES}
  162. SuperMultiDrills-1.15.2-2.0.1+3.jar Super Multi-Drills {[email protected]+3 CREATE_REGISTRIES}
  163. FallingTree-1.15.2-2.1.3+28.jar Falling Tree {[email protected]+28 CREATE_REGISTRIES}
  164. AttributeFix-1.15.2-7.0.2.jar AttributeFix {[email protected] CREATE_REGISTRIES}
  165. tesseract-1.0.3-mc1.15.jar Tesseract {[email protected] CREATE_REGISTRIES}
  166. goblintraders-1.2.0-1.15.2.jar Goblin Traders {[email protected] ERROR}
  167. Mekanism-1.15.2-9.10.1.414.jar Mekanism {[email protected] ERROR}
  168. caelus-FORGE-1.15.2-2.0-beta2.jar Caelus API {[email protected] CREATE_REGISTRIES}
  169. Upgrade-Aquatic-1.15.2-v1.5.1.jar Upgrade Aquatic {[email protected] CREATE_REGISTRIES}
  170. colytra-FORGE-1.15.2-3.0.jar Colytra {[email protected] CREATE_REGISTRIES}
  171. LightOverlay-4.6.1.jar Light Overlay Forge {[email protected] ERROR}
  172. NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] CREATE_REGISTRIES}
  173. cursedearth-2.1.jar Cursed Earth {[email protected] CREATE_REGISTRIES}
  174. AdHooks-1.15.2-5.0.0.0-build.0004.jar Advanced Hook Launchers {[email protected] CREATE_REGISTRIES}
  175. The-Endergetic-Expansion-1.15.2-v1.2.8.jar The Endergetic Expansion {[email protected] ERROR}
  176. alib-1.15.2-1.jar A Lib {[email protected] CREATE_REGISTRIES}
  177. travellersboots-1.15.2-1.3.2.jar Traveller's Boots {[email protected] CREATE_REGISTRIES}
  178. PackingTape-1.15.2-0.9.6.jar Packing Tape {[email protected] CREATE_REGISTRIES}
  179. endercompass-2.0.jar Ender Compass {[email protected] CREATE_REGISTRIES}
  180. extradisks-1.15.1-1.2.jar Extra Disks {[email protected] CREATE_REGISTRIES}
  181. ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] CREATE_REGISTRIES}
  182. forge-1.15.2-31.1.63-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
  183. Flopper-1.15.2-1.0.6.jar Flopper {[email protected] CREATE_REGISTRIES}
  184. theoneprobe-1.15-2.0.2.jar The One Probe {[email protected] CREATE_REGISTRIES}
  185. MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {[email protected] CREATE_REGISTRIES}
  186. useful_railroads-1.15.2-1.3.2.21.jar Useful Railroads {[email protected] ERROR}
  187. morevanillalib-1.15.2-1.2.2.jar MoreVanillaLib {[email protected] CREATE_REGISTRIES}
  188. Durability101-1.15-0.0.3.jar Durability101 {[email protected] CREATE_REGISTRIES}
  189. pamhc2crops-1.15.2-1.0.3.jar Pam's HarvestCraft 2 Crops {pamhc2crops@version CREATE_REGISTRIES}
  190. GeneticAnimals-0_5_3.jar Genetic Animals {eanimod@0_5_3 ERROR}
  191. gates-1.5.2.jar Gates {[email protected] ERROR}
  192. ceilingtorch-1.15.2-v1.5.jar Ceiling Torch {[email protected] CREATE_REGISTRIES}
  193. paintings-1.15.2-7.0.0.0.jar Paintings ++ {[email protected] CREATE_REGISTRIES}
  194. dimdungeons-1.051-forge-1.15.2.jar Dimensional Dungeons {[email protected] CREATE_REGISTRIES}
  195. Mantle-1.15.2-1.5.15.jar Mantle {[email protected] CREATE_REGISTRIES}
  196. Xaeros_Minimap_20.9.0_Forge_1.15.2.jar Xaero's Minimap {[email protected] CREATE_REGISTRIES}
  197. wtbw_decoration-1.15.2-1.0.14.jar WTBW Decoration {[email protected] ERROR}
  198. pamhc2foodcore-1.15.2-1.0.3.jar Pam's HarvestCraft 2 Food Core {pamhc2foodcore@version CREATE_REGISTRIES}
  199. extratags-1.1.jar Extra Tags {[email protected] CREATE_REGISTRIES}
  200. cyclepaintings_1.15-1.2.jar Cycle Paintings {[email protected] CREATE_REGISTRIES}
  201. lava-monster-1.15.2-1.0.3.jar Lava Monster {[email protected] CREATE_REGISTRIES}
  202. AutoRegLib-1.5-40.jar AutoRegLib {[email protected] CREATE_REGISTRIES}
  203. [1.15.2] SecurityCraft v1.8.17.jar SecurityCraft {[email protected] CREATE_REGISTRIES}
  204. DoubleSlabs-1.15-2.2.6.jar Double Slabs {[email protected] ERROR}
  205. themidnight-0.5.7-3.jar The Midnight {[email protected] ERROR}
  206. Harvest-forge-1.15.1-1.2.11-24.jar Harvest {harvest@version CREATE_REGISTRIES}
  207. moarboats-1.15.2-7.0.0.0.jar Moar Boats {[email protected] CREATE_REGISTRIES}
  208. structurize-0.10.313-RELEASE.jar Structurize {[email protected] CREATE_REGISTRIES}
  209. PickleTweaks-1.15.2-4.0.2.jar Pickle Tweaks {[email protected] ERROR}
  210. Experience-Container-1.15-1.7.jar Experience Container Mod {[email protected] CREATE_REGISTRIES}
  211. FastFurnace-1.15.1-3.0.0.jar FastFurnace {[email protected] CREATE_REGISTRIES}
  212. AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {[email protected] CREATE_REGISTRIES}
  213. DurabilityViewer-1.15.2-forge31.1.30-1.7.1.jar Giselbaers Durability Viewer {[email protected] CREATE_REGISTRIES}
  214. CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {[email protected] CREATE_REGISTRIES}
  215. tetra-1.15.2-2.5.0.jar Tetra {[email protected] ERROR}
  216. followingvillagers-1.15.2-1.4.0.jar Following Villagers {[email protected] CREATE_REGISTRIES}
  217. CyclopsCore-1.15.2-1.6.2.jar Cyclops Core {[email protected] CREATE_REGISTRIES}
  218. roughmobsrevamped-1.15.2-4.1.1.jar Rough Mobs Revamped {roughmobsrevamped@version ERROR}
  219. NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {[email protected] CREATE_REGISTRIES}
  220. JustEnoughCalculation-1.15.2-3.6.1.jar Just Enough Calculation {[email protected] CREATE_REGISTRIES}
  221. extendedslabs-1.0.jar Extended Slabs {[email protected] CREATE_REGISTRIES}
  222. DoggyTalents-1.15.2-1.15.2.3.jar Doggy Talents {[email protected] CREATE_REGISTRIES}
  223. extrabows-v1.15.2 b2.jar Extra Bows {[email protected] b2 ERROR}
  224. Industrial Agriculture[Core]-1.15.2-1.7.0.jar Industrial Agriculture {[email protected] CREATE_REGISTRIES}
  225. rsgauges-1.15.2-1.2.3-b2.jar Gauges and Switches {[email protected] CREATE_REGISTRIES}
  226. glassential-forge-1.15.2-1.1.2.jar Glassential {[email protected] CREATE_REGISTRIES}
  227. TerraForged-1.15.2-0.0.13.jar TerraForged {[email protected] ERROR}
  228. softerhayb_1.15.2-1.0.jar Softer Hay Bales {[email protected] CREATE_REGISTRIES}
  229. XaerosWorldMap_1.5.7_Forge_1.15.2.jar Xaero's World Map {[email protected] CREATE_REGISTRIES}
  230. CookingForBlockheads_1.15.2-8.0.1.jar Cooking for Blockheads {[email protected] CREATE_REGISTRIES}
  231. Controlling-6.1.4.jar Controlling {[email protected] CREATE_REGISTRIES}
  232. Placebo-1.15.2-3.0.2.jar Placebo {[email protected] CREATE_REGISTRIES}
  233. potionsmaster-0.1.3-1.15.2-31.1.18.jar Potions Master {[email protected] ERROR}
  234. MutantBeasts-1.15.2-1.0.5.jar Mutant Beasts {[email protected] CREATE_REGISTRIES}
  235. Bookshelf-1.15.2-5.5.33.jar Bookshelf {[email protected] CREATE_REGISTRIES}
  236. BotanyPots-1.15.2-2.0.14.jar BotanyPots {[email protected] ERROR}
  237. u_team_core-1.15.2-2.11.0.156.jar U Team Core {[email protected] ERROR}
  238. MoreItems v1.4.3 (1.15.2).jar More Items {[email protected] CREATE_REGISTRIES}
  239. buildinggadgets-3.3.5.jar Building Gadgets {[email protected] ERROR}
  240. forge-1.15.2-31.1.63-universal.jar Forge {[email protected] ERROR}
  241. cofh_core-1.15.2-0.4.0b.jar CoFH Core {[email protected] CREATE_REGISTRIES}
  242. Aquaculture-1.15.2-2.0.13.jar Aquaculture 2 {[email protected] ERROR}
  243. Waddles-1.15.2-0.8.6.jar Waddles {[email protected] ERROR}
  244. ProgressiveBosses-2.1.5-mc1.15.2.jar Progressive Bosses {[email protected] CREATE_REGISTRIES}
  245. mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {[email protected] CREATE_REGISTRIES}
  246. MekanismGenerators-1.15.2-9.10.1.414.jar Mekanism: Generators {[email protected] CREATE_REGISTRIES}
  247. shulkerbox-1.9.2.jar Advanced Shulkerboxes {[email protected] CREATE_REGISTRIES}
  248. VTweaks-1.15.2-3.1.6.jar V-Tweaks {[email protected] CREATE_REGISTRIES}
  249. Netherite 1.15.2 - 0.1.6.jar Netherite 1.15.2 {[email protected] CREATE_REGISTRIES}
  250. FpsReducer-mc1.15.2-1.15.jar FPS Reducer {[email protected] CREATE_REGISTRIES}
  251. MoreMekanismOres-1.15.2-1.0.5.jar More Mekanism Ores {[email protected] CREATE_REGISTRIES}
  252. quartz-chests-1.1.0.5.jar Quartz Chests {[email protected] CREATE_REGISTRIES}
  253. AirHop-v1.2-1.15.2.jar Air Hop {[email protected] CREATE_REGISTRIES}
  254. anviltweaks-2.3.jar Anvil Tweaks {[email protected] CREATE_REGISTRIES}
  255. mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {[email protected] CREATE_REGISTRIES}
  256. lightestlampsmod-3.4.1.jar Lightest Lamps {[email protected] CREATE_REGISTRIES}
  257. useful_backpacks-1.15.2-1.9.4.63.jar Useful Backpacks {[email protected] ERROR}
  258. embellishcraft-1.15.2-2.2.0.0.jar EmbellishCraft {[email protected] ERROR}
  259. AmbientSounds_v3.0.19_mc1.15.2.jar Ambient Sounds {[email protected] CREATE_REGISTRIES}
  260. BetterCrates-1.15.2-1.0.0.jar Better Crates {[email protected] ERROR}
  261. MekanismAdditions-1.15.2-9.10.1.414.jar Mekanism: Additions {[email protected] CREATE_REGISTRIES}
  262. valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {[email protected] ERROR}
  263. simplechunkloaders-1.15.2-1.0.2.0.jar Simple Chunk Loaders {simplechunkloaders@NONE ERROR}
  264. valhelsia_structures-15.0.2a.jar Valhelsia Structures {[email protected] ERROR}
  265. Lollipop-1.15.2-1.0.15.jar Lollipop {[email protected] CREATE_REGISTRIES}
  266. wtbw_lib-1.15.2-1.0.18.jar WTBW Library {[email protected] CREATE_REGISTRIES}
  267. LagsLib-1.15.2-1.0.0.jar Lag's Lib {[email protected] CREATE_REGISTRIES}
  268. vehicle-mod-0.43.5-1.15.2.jar MrCrayfish's Vehicle Mod {[email protected] ERROR}
  269. simplefarming-1.15.2-1.2.7.jar Simple Farming {[email protected] CREATE_REGISTRIES}
  270. tgcropesmod-1.15.2-1.2.0.jar Ropes Mod {[email protected] CREATE_REGISTRIES}
  271. simplybackpacks-1.15.2-1.4.5.jar Simply Backpacks {[email protected] CREATE_REGISTRIES}
  272. Bountiful-1.15.2-3.1.0.jar Bountiful {[email protected] ERROR}
  273. Patchouli-1.15.2-1.2-33.jar Patchouli {[email protected] CREATE_REGISTRIES}
  274. config-2-3.0.jar Cloth Config v2 API {[email protected] CREATE_REGISTRIES}
  275. TorchBandolier-1.15.2-1.4.0+8.jar Torch Bandolier {[email protected]+8 ERROR}
  276. OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
  277. betbeacpl_1.15.2-1.0.jar Better Beacon Placement {[email protected] CREATE_REGISTRIES}
  278. libnonymous-1.15.2-1.1.1.5.jar Libnonymous {[email protected] CREATE_REGISTRIES}
  279. elevatorid-1.15.2-1.7.0.jar Elevator Mod {[email protected] ERROR}
  280. guncus-1.15.2-1.1.jar Gun Customization {[email protected] CONSTRUCT}
  281. MekanismTools-1.15.2-9.10.1.414.jar Mekanism: Tools {[email protected] CREATE_REGISTRIES}
  282. ChunkNoGoByeBye-1.15.2-1.2.0.jar ChunkNoGoByeBye {[email protected] CREATE_REGISTRIES}
  283. AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {[email protected] CREATE_REGISTRIES}
  284. tramplestopper-1.15.2-2.0.0.1-universal.jar Trample Stopper {[email protected] CREATE_REGISTRIES}
  285. speedyladders-1.15.2-1.jar Speedy Ladders {[email protected] CREATE_REGISTRIES}
  286. QuantumStorage-1.15.2-5.1.1.jar QuantumStorage {quantumstorage@NONE CREATE_REGISTRIES}
  287. shuffle-1.14.4-1.15.2-20w07a-1.1.1.jar Shuffle {[email protected] CREATE_REGISTRIES}
  288. TrinityWeapons-1.15.2-1.4.1.jar TrinityWeapons {[email protected] CREATE_REGISTRIES}
  289. Cyclic-1.15.2-0.4.1.jar Cyclic {[email protected] CREATE_REGISTRIES}
  290. attack_speed_enchantment-1.15.2-1.0.2.7.jar Attack Speed Enchantment {[email protected] CREATE_REGISTRIES}
  291. inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {[email protected] CREATE_REGISTRIES}
  292. Cucumber-1.15.2-3.0.5.jar Cucumber Library {[email protected] ERROR}
  293. pamhc2trees-1.15.2-1.0.3.jar Pam's HarvestCraft 2 Fruit Trees {pamhc2trees@version CREATE_REGISTRIES}
  294. craftingstation-3.1.0.jar Crafting Station {[email protected] CREATE_REGISTRIES}
  295. worleycaves-1.15.2-1.6.0.jar Worley's Caves {[email protected] ERROR}
  296. no-nitwits-1.15.2-1.0.0.jar No Nitwits {[email protected] CREATE_REGISTRIES}
  297. extraboats-1.3.4-1.15.2.jar Extra Boats {[email protected] ERROR}
  298. ensorcellation-1.15.2-0.4.1b.jar Ensorcellation {[email protected] CREATE_REGISTRIES}
  299. Waystones_1.15.2-6.0.1.jar Waystones {[email protected] CREATE_REGISTRIES}
  300. goldenhopper-1.1.1-1.15.2.jar Golden Hopper {[email protected] CREATE_REGISTRIES}
  301. mgui-1.15.2-2.1.1.jar mgui {[email protected] CREATE_REGISTRIES}
  302. comforts-FORGE-1.15.2-2.0.0.2.jar Comforts {[email protected] CREATE_REGISTRIES}
  303. SimpleStorageNetwork-1.15.2-0.3.2.jar Simple Storage Network {[email protected] CREATE_REGISTRIES}
  304. decorative_blocks-6d.jar Decorative Blocks {[email protected] CREATE_REGISTRIES}
  305. VanillaTweaks-1.15.2.1.5.22.jar VanillaTweaks {[email protected] CREATE_REGISTRIES}
  306. DungeonCrawl-1.15.2-1.6.3.jar Dungeon Crawl {[email protected] ERROR}
  307. BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {[email protected] CREATE_REGISTRIES}
  308. TinyMobFarm-1.15.2-1.0.7.jar Tiny Mob Farm {[email protected] CREATE_REGISTRIES}
  309. mcjtylib-1.15-4.0.3-alpha.jar McJtyLib {[email protected] CREATE_REGISTRIES}
  310. rftoolsbase-1.15-1.0.1-alpha.jar RFToolsBase {[email protected] CREATE_REGISTRIES}
  311. rftoolsbuilder-1.15-2.0.1-alpha.jar RFToolsBuilder {[email protected] CREATE_REGISTRIES}
  312. rftoolsstorage-1.15-1.0.3-alpha.jar RFToolsStorage {[email protected] CREATE_REGISTRIES}
  313. mapperbase-1.15.2-1.1.0.0.jar Mapper Base {[email protected] CREATE_REGISTRIES}
  314. bedspreads-FORGE-1.15.2-3.0.0.1.jar Bedspreads {[email protected] CREATE_REGISTRIES}
  315. trash-1.15.2-0.1.4.jar Trash {[email protected] CREATE_REGISTRIES}
  316. campfiretorches-1.15.2-1.0.2.jar Campfire Torches {[email protected] CREATE_REGISTRIES}
  317. wtbw_core-1.15.2-1.0.16.jar WTBW Core {[email protected] ERROR}
  318. wtbw_tools-1.15.2-1.0.19.jar WTBW Tools {[email protected] CREATE_REGISTRIES}
  319. MysticalAgriculture-1.15.2-3.0.3.jar Mystical Agriculture {[email protected] ERROR}
  320. SimpleDivingGear-4.0.1 mc 1.15.2.jar Simple Diving Gear {[email protected] mc 1.15.2 CREATE_REGISTRIES}
  321. rftoolsutility-1.15-2.0.1-alpha.jar RFToolsUtility {[email protected] CREATE_REGISTRIES}
  322. woolplates-1.15.1-v1.2.1.jar Wool Pressure Plates {[email protected] CREATE_REGISTRIES}
  323. PattysMoreTools-Stable-1.15.2-2.5.jar PattysMoreTools-2 {[email protected] CREATE_REGISTRIES}
  324. EnchantmentDescriptions-1.15.2-2.0.8.jar EnchantmentDescriptions {[email protected] CREATE_REGISTRIES}
  325. swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {[email protected] CREATE_REGISTRIES}
  326. playerplates-1.15-forge-1.0.0.jar Player Plates {[email protected] CREATE_REGISTRIES}
  327. titanium-1.15.2-2.4.0.jar Titanium {[email protected] ERROR}
  328. compactores-1.15.2-2.1.1.jar Compact Ores {[email protected] CREATE_REGISTRIES}
  329. SilentLib-1.15.2-4.6.1+49.jar Silent Lib {[email protected]+49 CREATE_REGISTRIES}
  330. wtbw_machines-1.15.2-1.0.21.jar WTBW Machines {[email protected] CREATE_REGISTRIES}
  331. ExtraButtons-1.15.2-3.0.0.jar ExtraButtons {[email protected] CREATE_REGISTRIES}
  332. movingelevators-1.2.14-mc1.15.jar Moving Elevators {[email protected] CREATE_REGISTRIES}
  333. archers_paradox-1.15.2-0.4.0b.jar Archer's Paradox {[email protected] CREATE_REGISTRIES}
  334. Quark-r2.1-235.jar Quark {[email protected] ERROR}
  335. chemlib-1.15.2-3.jar Chem Lib {[email protected] CREATE_REGISTRIES}
  336. FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {[email protected] CREATE_REGISTRIES}
  337. StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {[email protected] CREATE_REGISTRIES}
  338. FluxNetworks-1.15.2-5.0.1-2.jar Flux Networks {[email protected] CREATE_REGISTRIES}
  339. performant-1.15-2.09m.jar Performant {[email protected] CREATE_REGISTRIES}
  340. vanillahammers-1.15.2-2.1.jar Vanilla Hammers {[email protected] CREATE_REGISTRIES}
  341. minecolonies-0.11.918-BETA-universal.jar Minecolonies {[email protected] CREATE_REGISTRIES}
  342. hunterillager-1.15.2-0.6.0.jar HunterIllager {[email protected] CREATE_REGISTRIES}
  343. Transport-1.15.2-2.2.0.jar Transport {[email protected] ERROR}
  344. engineersdecor-1.15.2-1.0.20-b6.jar Engineer's Decor {[email protected] CREATE_REGISTRIES}
  345. RingOfAttraction-1.15.2-1.1.30.jar Ring of Attraction {[email protected] CREATE_REGISTRIES}
  346. SilentGems-1.15.2-3.5.3+86.jar Silent's Gems 3 {[email protected]+86 ERROR}
  347. betterbedrockgenerator-1.15.2-0.0.6.jar Better Bedrock Generator {[email protected] ERROR}
  348. refinedstorageaddons-0.6.1.jar Refined Storage Addons {[email protected] CREATE_REGISTRIES}
  349. Ma-Essentials-1.15.2-3.0.3.jar Ma Essentials {[email protected] CREATE_REGISTRIES}
  350. Omega Craft 4.1.1b.jar Omega Craft {[email protected] ERROR}
  351. Launched Version: forge-31.1.63
  352. Backend library: LWJGL version 3.2.2 build 10
  353. Backend API: GeForce RTX 2070 SUPER/PCIe/SSE2 GL version 4.6.0 NVIDIA 445.75, NVIDIA Corporation
  354. GL Caps: Using framebuffer using OpenGL 3.0
  355. Using VBOs: Yes
  356. Is Modded: Definitely; Client brand changed to 'forge'
  357. Type: Client (map_client.txt)
  358. CPU: 24x AMD Ryzen 9 3900X 12-Core Processor
Add Comment
Please, Sign In to add comment