Advertisement
MrScautHD

Untitled

Nov 14th, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.71 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Don't be sad, have a hug! <3
  3.  
  4. Time: 11/14/20 9:50 PM
  5. Description: Initializing game
  6.  
  7. java.lang.NullPointerException: Registry Object not present: pneumaticcraft:pressure_tube
  8. at java.util.Objects.requireNonNull(Objects.java:290) ~[?:1.8.0_51] {}
  9. at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:120) ~[?:?] {re:classloading}
  10. at me.desht.pneumaticcraft.client.ColorHandlers.registerBlockColorHandlers(ColorHandlers.java:45) ~[?:1.15.2-1.4.5-69] {re:classloading}
  11. at net.minecraftforge.eventbus.ASMEventHandler_1164_ColorHandlers_registerBlockColorHandlers_Block.invoke(.dynamic) ~[?:?] {}
  12. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.2.0-service.jar:?] {}
  13. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?] {}
  14. at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.2] {re:classloading}
  15. at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260) ~[?:?] {re:classloading}
  16. at net.minecraftforge.fml.ModLoader$$Lambda$11933/409229380.accept(Unknown Source) ~[?:?] {}
  17. at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {}
  18. at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218) ~[?:?] {re:classloading}
  19. at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260) ~[?:?] {re:classloading}
  20. at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207) ~[?:?] {re:classloading}
  21. at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  22. at net.minecraft.client.Minecraft.<init>(Minecraft.java:419) [?:?] {re:classloading,pl:accesstransformer:B,xf:fml:codechickenlib:IItemRenderer,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  23. at net.minecraft.client.main.Main.main(SourceFile:166) [?:?] {re:classloading}
  24. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
  25. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
  26. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
  27. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
  28. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.15.2-31.2.36.jar:31.2] {}
  29. at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$478/597521407.call(Unknown Source) [forge-1.15.2-31.2.36.jar:31.2] {}
  30. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.2.jar:?] {}
  31. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.2.jar:?] {}
  32. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.2.jar:?] {}
  33. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.2.jar:?] {re:classloading}
  34. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.2.jar:?] {re:classloading}
  35.  
  36.  
  37. A detailed walkthrough of the error, its code path and all known details is as follows:
  38. ---------------------------------------------------------------------------------------
  39.  
  40. -- Head --
  41. Thread: Render thread
  42. Stacktrace:
  43. at java.util.Objects.requireNonNull(Objects.java:290)
  44. at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:120)
  45. at me.desht.pneumaticcraft.client.ColorHandlers.registerBlockColorHandlers(ColorHandlers.java:45)
  46. at net.minecraftforge.eventbus.ASMEventHandler_1164_ColorHandlers_registerBlockColorHandlers_Block.invoke(.dynamic)
  47. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
  48. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
  49. at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168)
  50. at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260)
  51. at net.minecraftforge.fml.ModLoader$$Lambda$11933/409229380.accept(Unknown Source)
  52. at java.util.HashMap.forEach(HashMap.java:1280)
  53. at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218)
  54. at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260)
  55. at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207)
  56. at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
  57. at net.minecraft.client.Minecraft.<init>(Minecraft.java:419)
  58.  
  59. -- Initialization --
  60. Details:
  61. Stacktrace:
  62. at net.minecraft.client.main.Main.main(SourceFile:166)
  63. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  64. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  65. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  66. at java.lang.reflect.Method.invoke(Method.java:497)
  67. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
  68. at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$478/597521407.call(Unknown Source)
  69. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
  70. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
  71. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
  72. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
  73. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
  74.  
  75. -- System Details --
  76. Details:
  77. Minecraft Version: 1.15.2
  78. Minecraft Version ID: 1.15.2
  79. Operating System: Windows 10 (amd64) version 10.0
  80. Java Version: 1.8.0_51, Oracle Corporation
  81. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  82. Memory: 1600270776 bytes (1526 MB) / 4780982272 bytes (4559 MB) up to 9544663040 bytes (9102 MB)
  83. CPUs: 8
  84. JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx10240m -Xms256m -XX:PermSize=256m
  85. ModLauncher: 5.1.2+70+master.2845bb9
  86. ModLauncher launch target: fmlclient
  87. ModLauncher naming: srg
  88. ModLauncher services:
  89. /eventbus-2.2.0-service.jar eventbus PLUGINSERVICE
  90. /forge-1.15.2-31.2.36.jar object_holder_definalize PLUGINSERVICE
  91. /forge-1.15.2-31.2.36.jar runtime_enum_extender PLUGINSERVICE
  92. /accesstransformers-2.1.3-shadowed.jar accesstransformer PLUGINSERVICE
  93. /forge-1.15.2-31.2.36.jar capability_inject_definalize PLUGINSERVICE
  94. /forge-1.15.2-31.2.36.jar runtimedistcleaner PLUGINSERVICE
  95. /forge-1.15.2-31.2.36.jar fml TRANSFORMATIONSERVICE
  96. /MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE
  97. /MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE
  98. /MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE
  99. FML: 31.2
  100. Forge: net.minecraftforge:31.2.36
  101. FML Language Providers:
  102. javafml@31.2
  103. minecraft@1
  104. kotori_scala@2.13.2-build-2
  105. Mod List:
  106. AdditionalEnchantedMiner-1.15.2-15.3.3.jar QuarryPlus {quarryplus@15.3.3 CREATE_REGISTRIES}
  107. refinedpipes-0.4.2.jar Refined Pipes {refinedpipes@0.4.2 CREATE_REGISTRIES}
  108. Uppers-0.2.12.jar Uppers {uppers@0.2.12 CREATE_REGISTRIES}
  109. rad-1.15-3.1.0.jar Reload Audio Driver {rad@3.1.0 CREATE_REGISTRIES}
  110. mcws-win-1.15.2-v1.0.2.jar Macaw's Windows {mcwwindows@1.0.2 CREATE_REGISTRIES}
  111. SilentMechanisms-1.15.2-0.8.0+59.jar Silent's Mechanisms {silents_mechanisms@0.8.0+59 CREATE_REGISTRIES}
  112. bambooeverything-1.15-1.0.0.jar Bamboo Everything {bambooeverything@1.15-1.0.0 CREATE_REGISTRIES}
  113. modnametooltip_1.15.2-1.13.0.jar Mod Name Tooltip {modnametooltip@1.13.0 CREATE_REGISTRIES}
  114. IronJetpacks-1.15.2-3.0.3.jar Iron Jetpacks {ironjetpacks@3.0.3 CREATE_REGISTRIES}
  115. BetterCaves-1.15.2-1.0.jar YUNG's Better Caves {bettercaves@1.15.2-1.0 CREATE_REGISTRIES}
  116. ForgeEndertech-1.15.2-6.0.4.0-build.0044.jar Forge Endertech {forgeendertech@6.0.4.0 CREATE_REGISTRIES}
  117. ReAuth-1.14-1.15-3.8.1.jar ReAuth {reauth@3.8.1 CREATE_REGISTRIES}
  118. Powah-1.15.2-1.1.15.jar Powah {powah@1.1.15 CREATE_REGISTRIES}
  119. rangedpumps-0.7.1.jar Ranged Pumps {rangedpumps@0.7.1 CREATE_REGISTRIES}
  120. jumbofurnace-1.15.2-1.0.0.2.jar Jumbo Furnace {jumbofurnace@1.15.2-1.0.0.2 CREATE_REGISTRIES}
  121. WitherSkeletonTweaks-1.15.2-4.0.2.jar Wither Skeleton Tweaks {wstweaks@4.0.2 CREATE_REGISTRIES}
  122. TheVeggieWay-1.15.2-2.1.48.jar The Veggie Way {veggie_way@2.1.45 CREATE_REGISTRIES}
  123. Reliquary-1.15.2-1.3.4.995.jar Reliquary {xreliquary@1.15.2-1.3.4.995 CREATE_REGISTRIES}
  124. randompatches-1.15.2-1.22.1.1.jar RandomPatches {randompatches@1.15.2-1.22.1.1 CREATE_REGISTRIES}
  125. DarkUtilities-1.15.2-3.1.8.jar Dark Utilities {darkutils@3.1.8 CREATE_REGISTRIES}
  126. Apotheosis-1.15.2-3.3.5.jar Apotheosis {apotheosis@3.3.5 CREATE_REGISTRIES}
  127. Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version CREATE_REGISTRIES}
  128. WaterStrainer-1.15.2-9.0.0.jar Water Strainer {waterstrainer@1.15.2-9.0.0 CREATE_REGISTRIES}
  129. dynviewdist-1.5.jar Dynamic view distance {dynview@1.5 CREATE_REGISTRIES}
  130. TMechworks-1.15.2-2.2.0.jar Tinkers' Mechworks {tmechworks@2.2.0 CREATE_REGISTRIES}
  131. JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {jeresources@0.10.1.77 CREATE_REGISTRIES}
  132. confdespawntimer_1.15-1.3.jar Configurable Despawn Timer {confdespawntimer@1.3 CREATE_REGISTRIES}
  133. MysticalAgradditions-1.15.2-3.0.1.jar Mystical Agradditions {mysticalagradditions@3.0.1 CREATE_REGISTRIES}
  134. refinedstorage-1.8.8.jar Refined Storage {refinedstorage@1.8.8 CREATE_REGISTRIES}
  135. PackMenu-1.15.2-1.2.8.jar Pack Menu {packmenu@1.2.8 CREATE_REGISTRIES}
  136. industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {industrialforegoing@2.3.3 CREATE_REGISTRIES}
  137. wetstone-1.2.0.jar Wetstone {wetstone@1.2.0 CREATE_REGISTRIES}
  138. torchmaster-2.2.2.jar Torchmaster {torchmaster@2.2.2 CREATE_REGISTRIES}
  139. BiomesOPlenty-1.15.2-10.0.0.366-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.366 CREATE_REGISTRIES}
  140. phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {phosphor@0.5.2+build.4 CREATE_REGISTRIES}
  141. SilentGear-1.15.2-1.11.3+160.jar Silent Gear {silentgear@1.11.3+160 CREATE_REGISTRIES}
  142. fishingreal-1.2.jar Fishing Real {fishingreal@1.2 CREATE_REGISTRIES}
  143. portality-1.15.2-2.1.2-aaa257f.jar Portality {portality@2.1.2 CREATE_REGISTRIES}
  144. curios-FORGE-1.15.2-2.0.2.6.jar Curios API {curios@FORGE-1.15.2-2.0.2.6 CREATE_REGISTRIES}
  145. Botania-r1.15-388.jar Botania {botania@r1.15-388 CREATE_REGISTRIES}
  146. NaturesAura-28.5.jar Nature's Aura {naturesaura@28.5 CREATE_REGISTRIES}
  147. mcws-roofs-1.15.2-v2.0.0.jar Macaw's Roofs {mcwroofs@2.0.0 CREATE_REGISTRIES}
  148. observerlib-1.15.2-1.2.0.v60.jar ObserverLib {observerlib@1.15.2-1.2.0 CREATE_REGISTRIES}
  149. mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {mcwfurnitures@1.0.1 CREATE_REGISTRIES}
  150. the_bumblezone-1.15.2-1.3.10.jar The Bumblezone {the_bumblezone@1.15.2-1.3.10 CREATE_REGISTRIES}
  151. CobbleForDays-1.1.3.jar Cobble For Days {cobblefordays@1.1.3 CREATE_REGISTRIES}
  152. CodeChickenLib-1.15.2-3.3.1.379-universal.jar CodeChicken Lib {codechickenlib@3.3.1.379 CREATE_REGISTRIES}
  153. BetterMineshaftsForge-1.15.2-1.3.1.jar YUNG's Better Mineshafts {bettermineshafts@1.15.2-1.3.1 CREATE_REGISTRIES}
  154. StevesFactoryManager-1.15.2-4.0.0-alpha+build.3.jar Steve's Factory Manager {sfm@1.15.2-4.0.0-alpha+build.3 CREATE_REGISTRIES}
  155. rockcandy-1.15.2-1.0.0.jar Rock Candy {rockcandy@version CREATE_REGISTRIES}
  156. QuarkOddities-1.15.2.jar Quark Oddities {quarkoddities@1.15.2 CREATE_REGISTRIES}
  157. nomowanderer-MC1.15.2_1.2.jar NoMoWanderer {nomowanderer@1.15.2_1.2 CREATE_REGISTRIES}
  158. torchslabmod-1.15.2_v1.7.0.jar Torch Slab Mod {torchslabmod@1.7.0 CREATE_REGISTRIES}
  159. woot-1.15.2-1.1.1.2.jar Woot {woot@1.15.2-1.1.1.2 CREATE_REGISTRIES}
  160. jei-1.15.2-6.0.3.15.jar Just Enough Items {jei@6.0.3.15 CREATE_REGISTRIES}
  161. AttributeFix-1.15.2-7.0.2.jar AttributeFix {attributefix@7.0.2 CREATE_REGISTRIES}
  162. Mekanism-1.15.2-9.10.9.422.jar Mekanism {mekanism@9.10.9 CREATE_REGISTRIES}
  163. caelus-FORGE-1.15.2-2.0-beta3.jar Caelus API {caelus@FORGE-1.15.2-2.0-beta3 CREATE_REGISTRIES}
  164. colytra-FORGE-1.15.2-3.0.jar Colytra {colytra@FORGE-1.15.2-3.0 CREATE_REGISTRIES}
  165. invtweaks-1.15.2-2.0.9.jar Inventory Tweaks Renewed {invtweaks@1.15.2-2.0.9 CREATE_REGISTRIES}
  166. Space-Bosstools-1.15x-v2.3.jar boss tools {boss_tools@Beta ERROR}
  167. light-overlay-4.7.2.jar Light Overlay Forge {lightoverlay-forge@NONE CREATE_REGISTRIES}
  168. NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {naturescompass@1.15.2-1.8.5 CREATE_REGISTRIES}
  169. additionalbars-1.5.0.jar Additional Bars {additionalbars@1.5.0 CREATE_REGISTRIES}
  170. AdHooks-1.15.2-5.1.0.0-build.0046.jar Advanced Hook Launchers {adhooks@5.1.0.0 CREATE_REGISTRIES}
  171. engineerstools-1.15.2-1.0.9-b1.jar Engineer's Tools {engineerstools@1.0.9-b1 CREATE_REGISTRIES}
  172. curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {curioofundying@FORGE-1.15.2-3.0 CREATE_REGISTRIES}
  173. FarmingForBlockheads_1.15.2-6.1.5.jar Farming for Blockheads {farmingforblockheads@6.1.5 CREATE_REGISTRIES}
  174. pneumaticcraft-repressurized-1.15.2-1.4.5-69.jar PneumaticCraft: Repressurized {pneumaticcraft@1.15.2-1.4.5-69 CREATE_REGISTRIES}
  175. ClickMachine-1.15.2-3.0.2.jar Click Machine {clickmachine@3.0.2 CREATE_REGISTRIES}
  176. environmentalcreepers-forge-1.15.2-1.6.1.jar Environmental Creepers {environmentalcreepers@1.6.1 CREATE_REGISTRIES}
  177. JEITweaker-1.15.2-1.0.1.3.jar JEI Tweaker {jeitweaker@1.0.1.3 CREATE_REGISTRIES}
  178. PackingTape-1.15.2-0.9.6.jar Packing Tape {packingtape@0.9.6 CREATE_REGISTRIES}
  179. CraftTweaker-1.15.2-6.0.0.44.jar CraftTweaker {crafttweaker@6.0.0.44 CREATE_REGISTRIES}
  180. Ars Nouveau 1.15.2 - 0.17.1.jar Ars Nouveau {ars_nouveau@1.0 CREATE_REGISTRIES}
  181. extradisks-1.15.2-1.2.2.jar Extra Disks {extradisks@1.15.2-1.2.2 CREATE_REGISTRIES}
  182. ironchest-1.15.2-10.0.3.jar Iron Chests {ironchest@1.15.2-10.0.1 CREATE_REGISTRIES}
  183. forge-1.15.2-31.2.36-client.jar Minecraft {minecraft@1.15.2 CREATE_REGISTRIES}
  184. Flopper-1.15.2-1.0.6.jar Flopper {flopper@1.0.6 CREATE_REGISTRIES}
  185. theoneprobe-1.15-2.0.7.jar The One Probe {theoneprobe@1.15-2.0.7 CREATE_REGISTRIES}
  186. MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {mousetweaks@2.13 CREATE_REGISTRIES}
  187. ImmersiveEngineering-1.15.2-4.0.0-117.jar Immersive Engineering {immersiveengineering@1.15.2-4.0.0-117 CREATE_REGISTRIES}
  188. useful_railroads-1.15.2-1.4.2.29.jar Useful Railroads {usefulrailroads@1.4.2.29 CREATE_REGISTRIES}
  189. allthemodium-1.0.4-1.15.2-31.2.36.jar Allthemodium {allthemodium@1.0.4 CREATE_REGISTRIES}
  190. Ding-1.15.2-1.1.0.jar Ding {ding@1.1.0 CREATE_REGISTRIES}
  191. jeiintegration_1.15.2-3.1.1.2.jar JEI Integration {jeiintegration@3.1.1.2 CREATE_REGISTRIES}
  192. dimdungeons-1.07-forge-1.15.2.jar Dimensional Dungeons {dimdungeons@1.15.2-1.07 CREATE_REGISTRIES}
  193. Mantle-1.15.2-1.5.15.jar Mantle {mantle@1.5.15 CREATE_REGISTRIES}
  194. IntegratedDynamics-1.15.2-1.1.17.jar IntegratedDynamics {integrateddynamics@1.1.17 CREATE_REGISTRIES, integrateddynamicscompat@1.1.17 CREATE_REGISTRIES}
  195. gravestone-1.17.5.jar Gravestone Mod {gravestone@1.17.5 CREATE_REGISTRIES}
  196. ftb-backups-2.1.0.2.jar FTB Utilities: Backups {ftbbackups@2.1.0.2 CREATE_REGISTRIES}
  197. polymorph-FORGE-1.15.2-0.10.jar Polymorph {polymorph@FORGE-1.15.2-0.10 CREATE_REGISTRIES}
  198. AutoRegLib-1.5-40.jar AutoRegLib {autoreglib@1.5-40 CREATE_REGISTRIES}
  199. [1.15.2] SecurityCraft v1.8.19.1.jar SecurityCraft {securitycraft@v1.8.19.1 CREATE_REGISTRIES}
  200. sit-1.15.1-v1.3.jar Sit {sit@v1.3 CREATE_REGISTRIES}
  201. FastFurnace-1.15.1-3.0.0.jar FastFurnace {fastfurnace@3.0.0 CREATE_REGISTRIES}
  202. AppleSkin-mc1.15.2-forge-1.0.14.jar AppleSkin {appleskin@1.0.14 CREATE_REGISTRIES}
  203. RefinedRelocation_1.15.2-7.1.1.jar Refined Relocation {refinedrelocation@7.1.1 CREATE_REGISTRIES}
  204. Oscars-1.0.1.jar Oscars {oscars@1.0.1 CREATE_REGISTRIES}
  205. allthetweaks-1.0.4-1.15.2-31.2.36.jar All The Tweaks {allthetweaks@1.0.4 CREATE_REGISTRIES}
  206. XL-Food-Mod-1.15.2-2.2.2.jar XL Food Mod {xlfoodmod@2.2.2 CREATE_REGISTRIES}
  207. waterworks-1.15.2-2.1.2.jar Waterworks {waterworks@1.15.2-2.1.2 CREATE_REGISTRIES}
  208. CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {cosmeticarmorreworked@1.15.2-v3a CREATE_REGISTRIES}
  209. morered-1.15.2-1.0.1.0.jar More Red {morered@1.15.2-1.0.1.0 CREATE_REGISTRIES}
  210. EnderMail-1.15.2-1.1.3.jar Ender Mail {endermail@1.15.2-1.1.3 CREATE_REGISTRIES}
  211. xptome-1.15.2-v1.1.6.jar XP Tome {xpbook@v1.1.6 CREATE_REGISTRIES}
  212. DefaultOptions_1.15.2-11.0.1.jar Default Options {defaultoptions@11.0.1 CREATE_REGISTRIES}
  213. CyclopsCore-1.15.2-1.8.4.jar Cyclops Core {cyclopscore@1.8.4 CREATE_REGISTRIES}
  214. astralsorcery-1.15.2-1.12.9.jar Astral Sorcery {astralsorcery@1.15.2-1.12.9 CREATE_REGISTRIES}
  215. NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {netherportalfix@6.0.2 CREATE_REGISTRIES}
  216. aiotbotania-1.15.2-1.2.3.jar AIOT Botania {aiotbotania@1.2.3 CREATE_REGISTRIES}
  217. managear-1.15.2-1.2.0.jar Mana Gear {managear@1.15.2-1.2.0 CREATE_REGISTRIES}
  218. curiousshulkerboxes-FORGE-1.15.2-2.0.1.jar Curious Shulker Boxes {curiousshulkerboxes@FORGE-1.15.2-2.0.1 CREATE_REGISTRIES}
  219. incontrol-1.15-4.0.4.jar InControl {incontrol@1.15-4.0.4 CREATE_REGISTRIES}
  220. Industrial Agriculture[Core]-1.15.2-1.7.0.jar Industrial Agriculture {industrialagriculture@1.15.2-1.7.0 CREATE_REGISTRIES}
  221. KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {kleeslabs@8.0.0 CREATE_REGISTRIES}
  222. rsgauges-1.15.2-1.2.5-b2.jar Gauges and Switches {rsgauges@1.2.5-b2 CREATE_REGISTRIES}
  223. TerraForged-1.15.2-0.1.2.jar TerraForged {terraforged@0.1.2 CREATE_REGISTRIES}
  224. CookingForBlockheads_1.15.2-8.0.3.jar Cooking for Blockheads {cookingforblockheads@8.0.3 CREATE_REGISTRIES}
  225. Controlling-6.1.5.6.jar Controlling {controlling@6.1.5.6 CREATE_REGISTRIES}
  226. Placebo-1.15.2-3.1.0.jar Placebo {placebo@3.1.0 CREATE_REGISTRIES}
  227. globaldatapack-1.15.2-1.3.jar Dark Roleplay - Global Datapacks {globaldatapack@1.15.2-0.1.0 CREATE_REGISTRIES}
  228. dankstorage-2.6.jar Dank Storage {dankstorage@2.6 CREATE_REGISTRIES}
  229. citadel-1.1.11.jar Citadel {citadel@1.1.11 CREATE_REGISTRIES}
  230. rats-5.3.2-1.15.2.jar Rats {rats@5.3.2 CREATE_REGISTRIES}
  231. dimensionalworld-1.0.0.jar Buuz135DimensionalWorld {dimensionalworld@NONE CREATE_REGISTRIES}
  232. ftb-gui-library-1.0.0.14.jar FTB GUI Library {ftbguilibrary@1.0.0.14 CREATE_REGISTRIES}
  233. potionsmaster-0.1.14-1.15.2-31.2.36.jar Potions Master {potionsmaster@0.1.14 CREATE_REGISTRIES}
  234. potionofbees-1.15.2-1.0.1.1.jar Potion of Bees {potionofbees@1.15.2-1.0.1.1 CREATE_REGISTRIES}
  235. Bookshelf-1.15.2-5.6.40.jar Bookshelf {bookshelf@5.6.40 CREATE_REGISTRIES}
  236. u_team_core-1.15.2-3.0.2.169.jar U Team Core {uteamcore@3.0.2.169 CREATE_REGISTRIES}
  237. Industrial Agriculture[Powah]-1.15.2-1.6.0.jar Industrial Agriculture Plugin-Powah {iapp@1.15.2-1.6.0 CREATE_REGISTRIES}
  238. buildinggadgets-3.4.0.jar Building Gadgets {buildinggadgets@3.4.0 CREATE_REGISTRIES}
  239. forge-1.15.2-31.2.36-universal.jar Forge {forge@31.2.36 CREATE_REGISTRIES}
  240. Ceramics-1.15.2-1.4.0.jar Ceramics {ceramics@1.15.2-1.4.0 CREATE_REGISTRIES}
  241. PassthroughSigns-1.15.2-2.3.5.jar Passthrough Signs {passthroughsigns@1.15.2-2.3.5 CREATE_REGISTRIES}
  242. cofh_core-1.15.2-0.6.4b.jar CoFH Core {cofh_core@0.6.4b CREATE_REGISTRIES}
  243. thermal-1.15.2-0.2.5b.jar Thermal Series {thermal@0.2.5b CREATE_REGISTRIES}
  244. thermal_innovation-1.15.2-0.2.4b.jar Thermal Innovation {thermal_innovation@0.2.4b CREATE_REGISTRIES}
  245. thermal_locomotion-1.15.2-0.2.4b.jar Thermal Locomotion {thermal_locomotion@0.2.4b CREATE_REGISTRIES}
  246. Psi r1.2-84.jar Psi {psi@r1.2-83 CREATE_REGISTRIES}
  247. thermal_cultivation-1.15.2-0.2.4b.jar Thermal Cultivation {thermal_cultivation@0.2.4b CREATE_REGISTRIES}
  248. Aquaculture-1.15.2-2.0.16.jar Aquaculture 2 {aquaculture@1.15.2-2.0.16 CREATE_REGISTRIES}
  249. mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {mcwdoors@1.0.0 CREATE_REGISTRIES}
  250. LightingWand-1.15.2-1.4.2.jar Lighting Wand {lightingwand@1.4.2 CREATE_REGISTRIES}
  251. MekanismGenerators-1.15.2-9.10.9.422.jar Mekanism: Generators {mekanismgenerators@9.10.9 CREATE_REGISTRIES}
  252. Ma-Essentials-1.15.2-3.1.1.jar Ma Essentials {maessentials@1.15.2-3.1.1 CREATE_REGISTRIES}
  253. absentbydesign-1.15.2-1.1.0.jar Absent By Design Mod {absentbydesign@1.15.2-1.1.0 CREATE_REGISTRIES}
  254. PrettyPipes-1.5.5.jar Pretty Pipes {prettypipes@1.5.5 CREATE_REGISTRIES}
  255. mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {mcwbridges@1.0.4 CREATE_REGISTRIES}
  256. lightestlamp-3.4.3.jar Lightest Lamps {lightestlamp@3.4.3 CREATE_REGISTRIES}
  257. useful_backpacks-1.15.2-1.10.3.77.jar Useful Backpacks {usefulbackpacks@1.10.3.77 CREATE_REGISTRIES}
  258. resourcefulbees-1.15.2-0.3.8a.jar Resourceful Bees {resourcefulbees@1.15.2-0.3.8a CREATE_REGISTRIES}
  259. CommonCapabilities-1.15.2-2.5.4.jar CommonCapabilities {commoncapabilities@2.5.4 CREATE_REGISTRIES}
  260. crashutilities-2.10.jar Crash Utilities {crashutilities@2.10 CREATE_REGISTRIES}
  261. Compressium-1.0.18.jar Compressium {compressium@1.15-1.0.3 CREATE_REGISTRIES}
  262. Industrial Agriculture[Silent's Mechanisms]-1.15.2-1.6.1.jar Industrial Agriculture Plugin-Silent's Mechanisms {iapsm@1.15.2-1.6.1 CREATE_REGISTRIES}
  263. AdPoles-1.15.2-4.0.1.0-build.0009.jar To the Bat Poles! {adpoles@4.0.1.0 CREATE_REGISTRIES}
  264. MekanismAdditions-1.15.2-9.10.9.422.jar Mekanism: Additions {mekanismadditions@9.10.9 CREATE_REGISTRIES}
  265. valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {valkyrielib@1.15.2-3.0.2.1 CREATE_REGISTRIES}
  266. simplechunkloaders-1.15.2-1.0.2.0.jar Simple Chunk Loaders {simplechunkloaders@NONE CREATE_REGISTRIES}
  267. Lollipop-1.15.2-1.0.16.jar Lollipop {lollipop@1.0.16 CREATE_REGISTRIES}
  268. tgcropesmod-1.15.2-1.2.0.jar Ropes Mod {tgcropesmod@1.15.2-1.2.0 CREATE_REGISTRIES}
  269. atmadditions-1.15.2-1.0.0.jar All The Mods: Additions {atmadditions@1.15.2-1.0.0 CREATE_REGISTRIES}
  270. SolarFluxReborn-1.15.2-15.2.3.jar Solar Flux Reborn {solarflux@15.2.3 CREATE_REGISTRIES}
  271. Patchouli-1.15.2-1.2-35.jar Patchouli {patchouli@1.15.2-1.2-35 CREATE_REGISTRIES}
  272. collective-1.15.2-1.39.jar Collective {collective@1.39 CREATE_REGISTRIES}
  273. camera-1.6.9.jar Camera Mod {camera@1.6.9 CREATE_REGISTRIES}
  274. config-2-3.0.jar Cloth Config v2 API {cloth-config2@3.0 CREATE_REGISTRIES}
  275. OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
  276. thermal_expansion-1.15.2-0.2.5b.jar Thermal Expansion {thermal_expansion@0.2.5b CREATE_REGISTRIES}
  277. IntegratedTunnels-1.15.2-1.6.14.jar IntegratedTunnels {integratedtunnels@1.6.14 CREATE_REGISTRIES, integratedtunnelscompat@1.6.14 CREATE_REGISTRIES}
  278. lostcities-1.15-3.0.2-alpha.jar LostCities {lostcities@1.15-3.0.2-alpha CREATE_REGISTRIES}
  279. libnonymous-1.15.2-1.1.1.5.jar Libnonymous {libnonymous@1.1.1.5 CREATE_REGISTRIES}
  280. elevatorid-1.15.2-1.7.1.jar Elevator Mod {elevatorid@1.15.2-1.7.1 CREATE_REGISTRIES}
  281. MekanismTools-1.15.2-9.10.9.422.jar Mekanism: Tools {mekanismtools@9.10.9 CREATE_REGISTRIES}
  282. curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {curiouselytra@FORGE-1.15.2-2.0 CREATE_REGISTRIES}
  283. cc-tweaked-1.15.2-1.92.0.jar CC: Tweaked {computercraft@1.92.0 CREATE_REGISTRIES}
  284. AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {aiimprovements@0.3.0 CREATE_REGISTRIES}
  285. tramplestopper-1.15.2-2.0.0.1-universal.jar Trample Stopper {tramplestopper@1.15.2-2.0.0.1-universal CREATE_REGISTRIES}
  286. bwncr-1.15.2-3.6.13.jar Bad Wither No Cookie Reloaded {bwncr@1.15.2-3.6.13 CREATE_REGISTRIES}
  287. BetterAdvancements-1.15.2-0.1.0.99.jar Better Advancements {betteradvancements@0.1.0.99 CREATE_REGISTRIES}
  288. Ma-Enchants-1.15.2-3.1.0.jar Ma Enchants {ma-enchants@1.15.2-3.1.0 CREATE_REGISTRIES}
  289. Cucumber-1.15.2-3.0.9.jar Cucumber Library {cucumber@3.0.9 CREATE_REGISTRIES}
  290. TrashSlot_1.15.2-11.0.0.jar TrashSlot {trashslot@11.0.0 CREATE_REGISTRIES}
  291. metalbarrels-2.2.jar Metal Barrels {metalbarrels@2.2 CREATE_REGISTRIES}
  292. Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {abnormals_core@1.0.6 CREATE_REGISTRIES}
  293. Buzzier-Bees-1.15.2-1.5.2.jar Buzzier Bees {buzzierbees@1.5.2 CREATE_REGISTRIES}
  294. ensorcellation-1.15.2-0.6.0b.jar Ensorcellation {ensorcellation@0.6.0b CREATE_REGISTRIES}
  295. create-mc1.15.2_v0.2.4d.jar Create {create@mc1.15.2_v0.2.4d CREATE_REGISTRIES}
  296. Waystones_1.15.2-6.0.2.jar Waystones {waystones@6.0.2 CREATE_REGISTRIES}
  297. Clumps-5.0.2.6.jar Clumps {clumps@5.0.2.6 CREATE_REGISTRIES}
  298. journeymap-1.15.2-5.7.0b3.jar Journeymap {journeymap@5.7.0b3 CREATE_REGISTRIES}
  299. enviromats-1.15.2-2.0.2.1.jar Environmental Materials {enviromats@1.15.2-2.0.2.1 CREATE_REGISTRIES}
  300. comforts-FORGE-1.15.2-2.0.0.4.jar Comforts {comforts@FORGE-1.15.2-2.0.0.4 CREATE_REGISTRIES}
  301. appliedenergistics2-7.0.4.jar Applied Energistics 2 {appliedenergistics2@7.0.4 CREATE_REGISTRIES}
  302. EnderBags-1.15.2-5.0.2.jar Ender Bags {ender_bags@5.0.2 CREATE_REGISTRIES}
  303. SimpleStorageNetwork-1.15.2-1.0.1.jar Simple Storage Network {storagenetwork@1.15.2-1.0.1 CREATE_REGISTRIES}
  304. DimStorage-1.15.2-3.1.6.jar DimStorage {dimstorage@3.1.6 CREATE_REGISTRIES}
  305. decorative_blocks-1.15.2-1.7.jar Decorative Blocks {decorative_blocks@1.7 CREATE_REGISTRIES}
  306. DungeonCrawl-1.15.2-2.1.0.jar Dungeon Crawl {dungeoncrawl@2.1.0 CREATE_REGISTRIES}
  307. mcjtylib-1.15-4.1.8.jar McJtyLib {mcjtylib@1.15-4.1.8 CREATE_REGISTRIES}
  308. rftoolsbase-1.15-1.1.7.jar RFToolsBase {rftoolsbase@1.15-1.1.7 CREATE_REGISTRIES}
  309. xnet-1.15-2.1.11.jar XNet {xnet@1.15-2.1.11 CREATE_REGISTRIES}
  310. rftoolspower-1.15-2.2.5.jar RFToolsPower {rftoolspower@1.15-2.2.5 CREATE_REGISTRIES}
  311. rftoolsbuilder-1.15-2.1.9.jar RFToolsBuilder {rftoolsbuilder@1.15-2.1.9 CREATE_REGISTRIES}
  312. rftoolsstorage-1.15-1.1.10.jar RFToolsStorage {rftoolsstorage@1.15-1.1.10 CREATE_REGISTRIES}
  313. rftoolscontrol-1.15-3.0.8.jar RFToolsControl {rftoolscontrol@1.15-3.0.8 CREATE_REGISTRIES}
  314. mahoutsukai-1.15.2-v1.23.2.jar Mahou Tsukai {mahoutsukai@1.15.2-v1.23.2 CREATE_REGISTRIES}
  315. ToastControl-1.15.2-3.0.1.jar Toast Control {toastcontrol@3.0.1 CREATE_REGISTRIES}
  316. fixedanvilrepaircost_1.15-1.1.jar Fixed Anvil Repair Cost {fixedanvilrepaircost@1.1 CREATE_REGISTRIES}
  317. mininggadgets-1.3.5.jar Mining Gadgets {mininggadgets@1.3.5 CREATE_REGISTRIES}
  318. EnderStorage-1.15.2-2.5.0.151-universal.jar EnderStorage {enderstorage@1.15.2-2.5.0.151 CREATE_REGISTRIES}
  319. ftb-chunks-1.1.1.17.jar FTB Chunks {ftbchunks@1.1.1.17 CREATE_REGISTRIES}
  320. campfiretorches-1.15.2-1.0.2.jar Campfire Torches {campfiretorches@1.15.2-1.0.2 CREATE_REGISTRIES}
  321. ColossalChests-1.15.2-1.7.12.jar ColossalChests {colossalchests@1.7.12 CREATE_REGISTRIES}
  322. MysticalAgriculture-1.15.2-3.0.10.jar Mystical Agriculture {mysticalagriculture@3.0.10 CREATE_REGISTRIES}
  323. CraftingTweaks_1.15.2-11.0.1.jar Crafting Tweaks {craftingtweaks@11.0.1 CREATE_REGISTRIES}
  324. rftoolsutility-1.15-2.1.10.jar RFToolsUtility {rftoolsutility@1.15-2.1.10 CREATE_REGISTRIES}
  325. swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {swingthroughgrass@1.15.2-1.4.0 CREATE_REGISTRIES}
  326. ToolBelt-1.15.2-1.14.1.jar Tool Belt {toolbelt@1.14.1 CREATE_REGISTRIES}
  327. titanium-1.15.2-2.4.2.jar Titanium {titanium@2.4.2 CREATE_REGISTRIES}
  328. SilentLib-1.15.2-4.6.6+59.jar Silent Lib {silentlib@4.6.6+59 CREATE_REGISTRIES}
  329. bluepower-1.15.2-0.4.190-alpha-universal.jar Blue Power {bluepower@0.4.-custom CREATE_REGISTRIES}
  330. ExtraButtons-1.15.2-3.0.0.jar ExtraButtons {extrabuttons@1.15.2-3.0.0 CREATE_REGISTRIES}
  331. forbidden_arcanus-1.15.2-1.5.jar Forbidden & Arcanus {forbidden_arcanus@1.15.2-1.5 CREATE_REGISTRIES}
  332. archers_paradox-1.15.2-0.6.0b.jar Archer's Paradox {archers_paradox@0.6.0b CREATE_REGISTRIES}
  333. SoulShardsRespawn-forge-1.15.2-1.2.0-15.jar Soul Shards Respawn {soulshards@version CREATE_REGISTRIES}
  334. omgourd-1.15.2-0.5.0b.jar Oh My Gourd {omgourd@0.5.0b CREATE_REGISTRIES}
  335. Quark-r2.1-245.jar Quark {quark@r2.1-245 CREATE_REGISTRIES}
  336. JAOPCA-1.15.2-3.2.0.14.jar JAOPCA {jaopca@3.2.0.14 CREATE_REGISTRIES}
  337. FastWorkbench-1.15.2-3.1.1.jar FastWorkbench {fastbench@3.1.1 CREATE_REGISTRIES}
  338. StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {storagedrawers@1.15.2-7.0.1 CREATE_REGISTRIES}
  339. FluxNetworks-1.15.2-5.0.3-4.jar Flux Networks {fluxnetworks@1.15.2-5.0.3-4 CREATE_REGISTRIES}
  340. tubesreloaded-1.15.2-1.3.0c.jar Tubes Reloaded {tubesreloaded@1.15.2-1.3.0c CREATE_REGISTRIES}
  341. Transport-1.15.2-2.4.1.jar Transport {transport@1.15.2-2.4.1 CREATE_REGISTRIES}
  342. engineersdecor-1.15.2-1.1.3.jar Engineer's Decor {engineersdecor@1.1.3 CREATE_REGISTRIES}
  343. moredragoneggs-1.0.jar More Dragon Eggs {moredragoneggs@1.0 CREATE_REGISTRIES}
  344. modular-routers-1.15.2-6.1.2-28.jar Modular Routers {modularrouters@1.15.2-6.1.2-28 CREATE_REGISTRIES}
  345. refinedstorageaddons-0.6.3.jar Refined Storage Addons {refinedstorageaddons@0.6.3 CREATE_REGISTRIES}
  346. bigbuckets-1.1.0.jar BigBuckets {bigbuckets@1.1.0 CREATE_REGISTRIES}
  347. Launched Version: forge-31.2.36
  348. Backend library: LWJGL version 3.2.2 build 10
  349. Backend API: GeForce GTX 1080/PCIe/SSE2 GL version 4.6.0 NVIDIA 456.71, NVIDIA Corporation
  350. GL Caps: Using framebuffer using OpenGL 3.0
  351. Using VBOs: Yes
  352. Is Modded: Definitely; Client brand changed to 'forge'
  353. Type: Client (map_client.txt)
  354. CPU: 8x Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement