Guest User

crash report 1.15.2

a guest
May 18th, 2020
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.09 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Hey, that tickles! Hehehe!
  3.  
  4. Time: 5/18/20 11:59 PM
  5. Description: Initializing game
  6.  
  7. java.lang.NullPointerException: Registry Object not present: pneumaticcraft:pressure_tube
  8. at java.util.Objects.requireNonNull(Unknown Source) ~[?:1.8.0_251] {}
  9. at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:92) ~[?:?] {re:classloading}
  10. at me.desht.pneumaticcraft.client.ColorHandlers.registerBlockColorHandlers(ColorHandlers.java:45) ~[?:1.15.2-1.2.0-20] {re:classloading}
  11. at net.minecraftforge.eventbus.ASMEventHandler_448_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 java.util.HashMap.forEach(Unknown Source) ~[?:1.8.0_251] {}
  17. at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218) ~[?:?] {re:classloading}
  18. at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260) ~[?:?] {re:classloading}
  19. at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207) ~[?:?] {re:mixin,re:classloading}
  20. at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
  21. at net.minecraft.client.Minecraft.<init>(Minecraft.java:419) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/immersive_portals/immersive_portals.mixins_client.json:block_manipulation.MixinMinecraftClient_B,pl:mixin:APP:assets/immersive_portals/immersive_portals.mixins_client.json:MixinMinecraftClient,pl:mixin:A,pl:runtimedistcleaner:A}
  22. at net.minecraft.client.main.Main.main(SourceFile:166) ~[1.15.2-forge-31.2.0.jar:?] {re:classloading}
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_251] {}
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_251] {}
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_251] {}
  26. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_251] {}
  27. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) ~[forge-1.15.2-31.2.0.jar:31.2] {}
  28. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.0.jar:?] {}
  29. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.0.jar:?] {}
  30. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.0.jar:?] {}
  31. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.0.jar:?] {re:classloading}
  32. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?] {re:classloading}
  33.  
  34.  
  35. A detailed walkthrough of the error, its code path and all known details is as follows:
  36. ---------------------------------------------------------------------------------------
  37.  
  38. -- Head --
  39. Thread: Render thread
  40. Stacktrace:
  41. at java.util.Objects.requireNonNull(Unknown Source)
  42. at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:92)
  43. at me.desht.pneumaticcraft.client.ColorHandlers.registerBlockColorHandlers(ColorHandlers.java:45)
  44. at net.minecraftforge.eventbus.ASMEventHandler_448_ColorHandlers_registerBlockColorHandlers_Block.invoke(.dynamic)
  45. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
  46. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
  47. at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168)
  48. at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260)
  49. at java.util.HashMap.forEach(Unknown Source)
  50. at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218)
  51. at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260)
  52. at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207)
  53. at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76)
  54. at net.minecraft.client.Minecraft.<init>(Minecraft.java:419)
  55.  
  56. -- Initialization --
  57. Details:
  58. Stacktrace:
  59. at net.minecraft.client.main.Main.main(SourceFile:166)
  60. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  61. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  62. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  63. at java.lang.reflect.Method.invoke(Unknown Source)
  64. at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
  65. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
  66. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
  67. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
  68. at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
  69. at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
  70.  
  71. -- System Details --
  72. Details:
  73. Minecraft Version: 1.15.2
  74. Minecraft Version ID: 1.15.2
  75. Operating System: Windows 10 (amd64) version 10.0
  76. Java Version: 1.8.0_251, Oracle Corporation
  77. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  78. Memory: 392553680 bytes (374 MB) / 915976192 bytes (873 MB) up to 6429081600 bytes (6131 MB)
  79. CPUs: 4
  80. JVM Flags: 6 total; -Xmx6G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
  81. ModLauncher: 5.1.0+69+master.79f13f7
  82. ModLauncher launch target: fmlclient
  83. ModLauncher naming: srg
  84. ModLauncher services:
  85. /eventbus-2.2.0-service.jar eventbus PLUGINSERVICE
  86. /forge-1.15.2-31.2.0.jar object_holder_definalize PLUGINSERVICE
  87. /forge-1.15.2-31.2.0.jar runtime_enum_extender PLUGINSERVICE
  88. /accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE
  89. /forge-1.15.2-31.2.0.jar capability_inject_definalize PLUGINSERVICE
  90. /forge-1.15.2-31.2.0.jar runtimedistcleaner PLUGINSERVICE
  91. /preview_OptiFine_1.15.2_HD_U_G1_pre17.jar OptiFine TRANSFORMATIONSERVICE
  92. /forge-1.15.2-31.2.0.jar fml TRANSFORMATIONSERVICE
  93. /MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE
  94. /OptiForge-MC1.15.2-0.1.19.jar optiforge TRANSFORMATIONSERVICE
  95. /MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE
  96. /MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE
  97. FML: 31.2
  98. Forge: net.minecraftforge:31.2.0
  99. FML Language Providers:
  100. minecraft@1
  101. Mod List:
  102. SlimyBoyos-2.0.1.jar SlimyBoyos {[email protected] CREATE_REGISTRIES}
  103. refinedpipes-0.4.1.jar Refined Pipes {[email protected] CREATE_REGISTRIES}
  104. Uppers-0.2.12.jar Uppers {[email protected] CREATE_REGISTRIES}
  105. EditSign-1.15.2-2.0.0+7.jar Edit Sign {[email protected]+7 CREATE_REGISTRIES}
  106. ProjectE-1.15.2-PE1.0.3B.jar ProjectE {[email protected] CREATE_REGISTRIES}
  107. planttech2-0.02.09 - 1.15.2.jar PlantTech 2 {[email protected] CREATE_REGISTRIES}
  108. SilentMechanisms-1.15.2-0.7.1+51.jar Silent's Mechanisms {[email protected]+51 CREATE_REGISTRIES}
  109. bambooeverything-1.15-1.0.0.jar Bamboo Everything {[email protected] CREATE_REGISTRIES}
  110. Neat 1.6-22.jar Neat {[email protected] CREATE_REGISTRIES}
  111. IronJetpacks-1.15.2-3.0.1.jar Iron Jetpacks {[email protected] CREATE_REGISTRIES}
  112. ForgeEndertech-1.15.2-6.0.3.0-build.0036.jar Forge Endertech {[email protected] CREATE_REGISTRIES}
  113. Powah-1.15.2-1.1.14.jar Powah {[email protected] CREATE_REGISTRIES}
  114. guardvillagers-1.15.2-1.0.6.jar Guard Villagers {[email protected] CREATE_REGISTRIES}
  115. ChanceCubes-1.15.2-5.0.2.371.jar Chance Cubes {[email protected] CREATE_REGISTRIES}
  116. ForgivingVoid_1.15.1-4.0.0.jar Forgiving Void {[email protected] CREATE_REGISTRIES}
  117. DarkUtilities-1.15.2-3.0.5.jar Dark Utilities {[email protected] CREATE_REGISTRIES}
  118. Hwyla-forge-1.10.8-B72_1.15.2.jar Waila {waila@version CREATE_REGISTRIES}
  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. SnowRealMagic-1.15.2-1.7.5.jar Snow! Real Magic! {[email protected] CREATE_REGISTRIES}
  122. StoneChest-1.15.2-1.0.0.jar Stone Chest {[email protected] CREATE_REGISTRIES}
  123. TMechworks-1.15.2-2.1.0.jar Tinkers' Mechworks {[email protected] CREATE_REGISTRIES}
  124. JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {[email protected] CREATE_REGISTRIES}
  125. EnergeticSheep-1.15.2-1.1.6.jar EnergeticSheep {[email protected] CREATE_REGISTRIES}
  126. shetiphiancore-1.15-3.7.1.jar ShetiPhian-Core {[email protected] CREATE_REGISTRIES}
  127. MysticalAgradditions-1.15.2-3.0.0.jar Mystical Agradditions {[email protected] CREATE_REGISTRIES}
  128. refinedstorage-1.8.3.jar Refined Storage {[email protected] CREATE_REGISTRIES}
  129. SimpleOres2-1.15.2-2.1.5.1.jar Simple Ores {[email protected] CREATE_REGISTRIES}
  130. botaniatweaker-1.1a.jar Botania Tweaker {[email protected] CREATE_REGISTRIES}
  131. PackMenu-1.15.2-1.2.4.jar Pack Menu {[email protected] CREATE_REGISTRIES}
  132. industrial-foregoing-1.15.2-2.3.0-6f57752.jar Industrial Foregoing {[email protected] CREATE_REGISTRIES}
  133. wetstone-1.2.0.jar Wetstone {[email protected] CREATE_REGISTRIES}
  134. torchmaster-2.1.1-rc0.jar Torchmaster {[email protected] CREATE_REGISTRIES}
  135. turf-1.15.2-1.0.0.jar Turf {[email protected] CREATE_REGISTRIES}
  136. phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {[email protected]+build.4 CREATE_REGISTRIES}
  137. Blur-1.1.0-1.jar Blur {[email protected] CREATE_REGISTRIES}
  138. ironfurnaces-1.15.2-2.0.3.jar Iron Furnaces {[email protected] CREATE_REGISTRIES}
  139. invtotem_1.15.2-1.0.jar Inventory Totem {[email protected] CREATE_REGISTRIES}
  140. SilentGear-1.15.2-1.6.4+90.jar Silent Gear {[email protected]+90 CREATE_REGISTRIES}
  141. fishingreal-1.2.jar Fishing Real {[email protected] CREATE_REGISTRIES}
  142. curios-FORGE-1.15.2-2.0.2.2.jar Curios API {[email protected] CREATE_REGISTRIES}
  143. Botania-r1.15-384.jar Botania {[email protected] ERROR}
  144. angelring-1.15.2-1.2.0.jar Angel Ring {[email protected] CREATE_REGISTRIES}
  145. tombstone-4.3.7-1.15.2.jar Corail Tombstone {[email protected] CREATE_REGISTRIES}
  146. globalxp-1.15.2-v1.4.11.jar Global XP {[email protected] CREATE_REGISTRIES}
  147. ItemPhysic_v1.4.3_mc1.15.2.jar ItemPhysic {[email protected] CREATE_REGISTRIES}
  148. CobbleForDays-1.1.3.jar Cobble For Days {[email protected] CREATE_REGISTRIES}
  149. rockcandy-1.15.2-1.0.0.jar Rock Candy {rockcandy@version CREATE_REGISTRIES}
  150. SaveMyStronghold-1.15.2-1.0.0.jar Save My Stronghold! {[email protected] CREATE_REGISTRIES}
  151. QuarkOddities-1.15.2.jar Quark Oddities {[email protected] CREATE_REGISTRIES}
  152. AdFinders-1.15.2-4.0.5.0-build.0020.jar Advanced Finders {[email protected] CREATE_REGISTRIES}
  153. torchslabmod-1.15.2_v1.6.11.jar Torch Slab Mod {[email protected] CREATE_REGISTRIES}
  154. jei-1.15.2-6.0.0.4.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
  155. OptiForge-MC1.15.2-0.1.19.jar OptiForge {[email protected] CREATE_REGISTRIES}
  156. goblintraders-1.2.0-1.15.2.jar Goblin Traders {[email protected] CREATE_REGISTRIES}
  157. caelus-FORGE-1.15.2-2.0-beta2.jar Caelus API {[email protected] CREATE_REGISTRIES}
  158. colytra-FORGE-1.15.2-3.0.jar Colytra {[email protected] CREATE_REGISTRIES}
  159. LightOverlay-4.6.1.jar Light Overlay Forge {[email protected] CREATE_REGISTRIES}
  160. NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] CREATE_REGISTRIES}
  161. compactxpbottles-1.15.2-1.2.1.jar Compact Experience Bottles {[email protected] CREATE_REGISTRIES}
  162. engineerstools-1.15.2-1.0.7.jar Engineer's Tools {[email protected] CREATE_REGISTRIES}
  163. curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {[email protected] CREATE_REGISTRIES}
  164. pneumaticcraft-repressurized-1.15.2-1.2.0-20.jar PneumaticCraft: Repressurized {[email protected] CREATE_REGISTRIES}
  165. StepUp-1.15.2-0.2.1.jar StepUp {[email protected] CREATE_REGISTRIES}
  166. ClickMachine-1.15.2-3.0.2.jar Click Machine {[email protected] CREATE_REGISTRIES}
  167. petrock-0.6.5.jar PetRock {petrock@version CREATE_REGISTRIES}
  168. JEITweaker-1.0.1.jar JEI Tweaker {[email protected] CREATE_REGISTRIES}
  169. PackingTape-1.15.2-0.9.6.jar Packing Tape {[email protected] CREATE_REGISTRIES}
  170. immersive-portals-0.19(forMc1.15withForge).jar Immersive Portals {[email protected] CREATE_REGISTRIES}
  171. CraftTweaker-1.15.2-6.0.0.24.jar CraftTweaker {[email protected] CREATE_REGISTRIES}
  172. extradisks-1.15.1-1.2.jar Extra Disks {[email protected] CREATE_REGISTRIES}
  173. ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] CREATE_REGISTRIES}
  174. forge-1.15.2-31.2.0-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
  175. Flopper-1.15.2-1.0.6.jar Flopper {[email protected] CREATE_REGISTRIES}
  176. Compacted-1.15.2-0.0.2.4.jar Compacted {[email protected] CREATE_REGISTRIES}
  177. useful_railroads-1.15.2-1.3.2.21.jar Useful Railroads {[email protected] CREATE_REGISTRIES}
  178. Ding-1.15.2-1.1.0.jar Ding {[email protected] CREATE_REGISTRIES}
  179. Mantle-1.15.2-1.5.15.jar Mantle {[email protected] CREATE_REGISTRIES}
  180. multibeds-1.15-1.6.0.jar Multi-Beds {[email protected] CREATE_REGISTRIES}
  181. AutoRegLib-1.5-40.jar AutoRegLib {[email protected] CREATE_REGISTRIES}
  182. [1.15.2] SecurityCraft v1.8.18.jar SecurityCraft {[email protected] CREATE_REGISTRIES}
  183. sit-1.15.1-v1.3.jar Sit {[email protected] CREATE_REGISTRIES}
  184. DoubleSlabs-1.15-2.3.0.jar Double Slabs {[email protected] CREATE_REGISTRIES}
  185. backpacked-1.4.1-1.15.2.jar Backpacked {[email protected] CREATE_REGISTRIES}
  186. themidnight-0.5.7-3.jar The Midnight {[email protected] CREATE_REGISTRIES}
  187. Harvest-forge-1.15.1-1.2.11-24.jar Harvest {harvest@version CREATE_REGISTRIES}
  188. structurize-0.10.313-RELEASE.jar Structurize {[email protected] CREATE_REGISTRIES}
  189. PickleTweaks-1.15.2-4.0.2.jar Pickle Tweaks {[email protected] CREATE_REGISTRIES}
  190. FastFurnace-1.15.1-3.0.0.jar FastFurnace {[email protected] CREATE_REGISTRIES}
  191. AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {[email protected] CREATE_REGISTRIES}
  192. RefinedRelocation_1.15.2-7.1.1.jar Refined Relocation {[email protected] CREATE_REGISTRIES}
  193. CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {[email protected] CREATE_REGISTRIES}
  194. xptome-1.15.1-v1.1.4.jar XP Tome {[email protected] CREATE_REGISTRIES}
  195. tetra-1.15.2-2.5.0.jar Tetra {[email protected] CREATE_REGISTRIES}
  196. followingvillagers-1.15.2-1.4.0.jar Following Villagers {[email protected] CREATE_REGISTRIES}
  197. CyclopsCore-1.15.2-1.6.2.jar Cyclops Core {[email protected] CREATE_REGISTRIES}
  198. NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {[email protected] CREATE_REGISTRIES}
  199. aiotbotania-1.15.2-1.2.2.jar AIOT Botania {[email protected] CREATE_REGISTRIES}
  200. JustEnoughCalculation-1.15.2-3.6.1.jar Just Enough Calculation {[email protected] CREATE_REGISTRIES}
  201. futuremc-1.15.2-1.0.1.jar Future MC {[email protected] CREATE_REGISTRIES}
  202. incontrol-1.15-4.0.3.jar InControl {[email protected] CREATE_REGISTRIES}
  203. extrabows-v1.15.2 b2.jar Extra Bows {[email protected] b2 CREATE_REGISTRIES}
  204. Industrial Agriculture[Core]-1.15.2-1.7.0.jar Industrial Agriculture {[email protected] CREATE_REGISTRIES}
  205. rsgauges-1.15.2-1.2.3.jar Gauges and Switches {[email protected] CREATE_REGISTRIES}
  206. findme-1.15.2-1.3.0.jar Find Me {findme@NONE CREATE_REGISTRIES}
  207. InitialInventory-5.0.0.jar Initial Inventory {[email protected] CREATE_REGISTRIES}
  208. JRFTL [1.15.2]-1.1.jar JRFTL {[email protected] CREATE_REGISTRIES}
  209. Placebo-1.15.2-3.0.2.jar Placebo {[email protected] CREATE_REGISTRIES}
  210. dankstorage-2.6.jar Dank Storage {[email protected] CREATE_REGISTRIES}
  211. citadel-1.1.5-1.15.2.jar Citadel {[email protected] CREATE_REGISTRIES}
  212. rats-5.2.2-1.15.2.jar Rats {[email protected] CREATE_REGISTRIES}
  213. gardenofglass-1.2.jar Garden of Glass {[email protected] CREATE_REGISTRIES}
  214. potionofbees-1.15.2-1.0.1.jar Potion of Bees {[email protected] CREATE_REGISTRIES}
  215. Bookshelf-1.15.2-5.5.34.jar Bookshelf {[email protected] CREATE_REGISTRIES}
  216. BetterDrowning-1.15.2-1.0.3.jar BetterDrowning {[email protected] CREATE_REGISTRIES}
  217. BetterHunger-1.15.2-1.0.1.jar BetterHunger {[email protected] CREATE_REGISTRIES}
  218. BotanyPots-1.15.2-2.0.14.jar BotanyPots {[email protected] CREATE_REGISTRIES}
  219. u_team_core-1.15.2-2.11.0.156.jar U Team Core {[email protected] CREATE_REGISTRIES}
  220. buildinggadgets-3.3.5.jar Building Gadgets {[email protected] CREATE_REGISTRIES}
  221. forge-1.15.2-31.2.0-universal.jar Forge {[email protected] CREATE_REGISTRIES}
  222. StorageTech R7.1.jar Storage Tech {[email protected] CREATE_REGISTRIES}
  223. inventorygenerators-1.15.2-1.0.0.jar Inventory Generators {[email protected] CREATE_REGISTRIES}
  224. AnimalCrops-1.15.2-0.5.0.jar Animal Crops {[email protected] CREATE_REGISTRIES}
  225. dwmh-1.15.2-4.0.0.jar Dude! Where's my Horse? {dwmh@NONE CREATE_REGISTRIES}
  226. endertanks-1.15-1.8.0.jar EnderTanks {[email protected] CREATE_REGISTRIES}
  227. TreeGrowingSimulator2020-1.0.0-beta+31.jar Tree Growing Simulator 2020 {[email protected]+31 CREATE_REGISTRIES}
  228. valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {[email protected] CREATE_REGISTRIES}
  229. simplechunkloaders-1.15.2-1.0.2.0.jar Simple Chunk Loaders {simplechunkloaders@NONE CREATE_REGISTRIES}
  230. Lollipop-1.15.2-1.0.15.jar Lollipop {[email protected] CREATE_REGISTRIES}
  231. LetSleepingDogsLie-1.15.2-1.1.0.jar Let Sleeping Dogs Lie {[email protected] CREATE_REGISTRIES}
  232. mining_dimension-1.15.2-1.0.4.jar Mining World {[email protected] CREATE_REGISTRIES}
  233. simplylight-1.15.2-0.9.0.jar Simply Light {[email protected] CREATE_REGISTRIES}
  234. simplybackpacks-1.15.2-1.4.5.jar Simply Backpacks {[email protected] CREATE_REGISTRIES}
  235. SolarFluxReborn-1.15.2-15.0.0.jar Solar Flux Reborn {[email protected] CREATE_REGISTRIES}
  236. Patchouli-1.15.2-1.2-33.jar Patchouli {[email protected] CREATE_REGISTRIES}
  237. morecharcoal-1.15.2-1.jar More Charcoal {[email protected] CREATE_REGISTRIES}
  238. camera-1.6.6.jar Camera Mod {[email protected] CREATE_REGISTRIES}
  239. config-2-3.0.jar Cloth Config v2 API {[email protected] CREATE_REGISTRIES}
  240. TorchBandolier-1.15.2-1.4.0+8.jar Torch Bandolier {[email protected]+8 CREATE_REGISTRIES}
  241. OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
  242. EndReborn [0.5.2].jar End: Reborn {[email protected] CREATE_REGISTRIES}
  243. libnonymous-1.15.2-1.1.1.5.jar Libnonymous {[email protected] CREATE_REGISTRIES}
  244. elevatorid-1.15.2-1.7.0.jar Elevator Mod {[email protected] CREATE_REGISTRIES}
  245. Survivalist-1.15.2-3.1.0.jar Survivalist {[email protected] CREATE_REGISTRIES}
  246. noRecipeBook_v1.5.4formc1.15.2.jar No Recipe Book {[email protected] CREATE_REGISTRIES}
  247. curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {[email protected] CREATE_REGISTRIES}
  248. cc-tweaked-1.15.2-1.88.1.jar CC: Tweaked {[email protected] CREATE_REGISTRIES}
  249. netherpspr_1.15-3.0.jar Nether Portal Spread {[email protected] CREATE_REGISTRIES}
  250. SBM-WoodenShears-1.15.2-1.1.0.jar SBM-Wooden Shears {[email protected] CREATE_REGISTRIES}
  251. bwncr-1.15.1-3.6.13.jar Bad Wither No Cookie Reloaded {[email protected] CREATE_REGISTRIES}
  252. speedyladders-1.15.2-1.jar Speedy Ladders {[email protected] CREATE_REGISTRIES}
  253. classicbar-3.0.2.jar Classic Bar {[email protected] CREATE_REGISTRIES}
  254. QuantumStorage-1.15.2-5.1.1.jar QuantumStorage {quantumstorage@NONE CREATE_REGISTRIES}
  255. Cyclic-1.15.2-0.4.1.jar Cyclic {[email protected] CREATE_REGISTRIES}
  256. inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {[email protected] CREATE_REGISTRIES}
  257. jmh_1.15.2-2.2.jar Just Mob Heads {[email protected] CREATE_REGISTRIES}
  258. Cucumber-1.15.2-3.0.5.jar Cucumber Library {[email protected] CREATE_REGISTRIES}
  259. TrashSlot_1.15.2-11.0.0.jar TrashSlot {[email protected] CREATE_REGISTRIES}
  260. InventorySpam-1.15.1-1.2.3.jar Inventory Spam {inventoryspam@version CREATE_REGISTRIES}
  261. EquipmentTooltips-1.15.2-1.4.0+11.jar Equipment Tooltips {[email protected]+11 CREATE_REGISTRIES}
  262. Overloaded-1.15.2-0.0.87.jar Overloaded {[email protected] CREATE_REGISTRIES}
  263. item-filters-2.2.0.14.jar Item Filters {[email protected] CREATE_REGISTRIES}
  264. Project Essentials Backup-1.15.2-1.0.1.jar Project Essentials Backup {[email protected] CREATE_REGISTRIES}
  265. metalbarrels-2.1.jar Metal Barrels {[email protected] CREATE_REGISTRIES}
  266. longfallboots-1.4.0c.jar Long Fall Boots {[email protected] CREATE_REGISTRIES}
  267. WAWLA-1.15.2-3.0.2.jar WAWLA {[email protected] CREATE_REGISTRIES}
  268. Vulcanite-2.1.1-mc1.15.2.jar Vulcanite {[email protected] CREATE_REGISTRIES}
  269. extraboats-1.3.5-1.15.2.jar Extra Boats {[email protected] CREATE_REGISTRIES}
  270. Waystones_1.15.2-6.0.1.jar Waystones {[email protected] CREATE_REGISTRIES}
  271. mgui-1.15.2-2.1.1.jar mgui {[email protected] CREATE_REGISTRIES}
  272. journeymap-1.15.2-5.7.0b2.jar Journeymap {[email protected] CREATE_REGISTRIES}
  273. enviromats-1.15.2-2.0.2.1.jar Environmental Materials {[email protected] CREATE_REGISTRIES}
  274. FruitTrees-1.15.2-1.3.0.jar Fruit Trees {[email protected] CREATE_REGISTRIES}
  275. Kiwi-1.15.2-2.6.5.jar Kiwi {[email protected] CREATE_REGISTRIES}
  276. gardentools-1.15.2-1.0.0.jar Garden Tools {[email protected] CREATE_REGISTRIES}
  277. DimStorage-1.15.2-3.1.5.jar DimStorage {[email protected] CREATE_REGISTRIES}
  278. BasicNetherOres-1.15.2-4.0.2.jar Basic Nether Ores {[email protected] CREATE_REGISTRIES}
  279. BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {[email protected] CREATE_REGISTRIES}
  280. RealisticTorches-1.15.2-3.0.0.jar Realistic Torches {[email protected] CREATE_REGISTRIES}
  281. TinyMobFarm-1.15.2-1.0.6.1.jar Tiny Mob Farm {[email protected] CREATE_REGISTRIES}
  282. mcjtylib-1.15-4.1.0-beta.jar McJtyLib {[email protected] CREATE_REGISTRIES}
  283. rftoolsbase-1.15-1.1.1-beta.jar RFToolsBase {[email protected] CREATE_REGISTRIES}
  284. rftoolsbuilder-1.15-2.1.1-beta.jar RFToolsBuilder {[email protected] CREATE_REGISTRIES}
  285. rftoolsstorage-1.15-1.1.2-beta.jar RFToolsStorage {[email protected] CREATE_REGISTRIES}
  286. rftoolscontrol-1.15-3.0.2-beta.jar RFToolsControl {[email protected] CREATE_REGISTRIES}
  287. walljump-forge-1.15.2-1.3.5.jar Wall-Jump! {[email protected] CREATE_REGISTRIES}
  288. ToastControl-1.15.2-3.0.1.jar Toast Control {[email protected] CREATE_REGISTRIES}
  289. mininggadgets-1.3.5.jar Mining Gadgets {[email protected] CREATE_REGISTRIES}
  290. AkashicTome-1.3-13.jar Akashic Tome {[email protected] CREATE_REGISTRIES}
  291. firstaid-1.8.1.jar First Aid {[email protected] CREATE_REGISTRIES}
  292. campfiretorches-1.15.2-1.0.2.jar Campfire Torches {[email protected] CREATE_REGISTRIES}
  293. ColossalChests-1.15.2-1.7.8.jar ColossalChests {[email protected] CREATE_REGISTRIES}
  294. Project Essentials Core-MOD-1.15.2-1.1.0.jar Project Essentials Core {[email protected] CREATE_REGISTRIES}
  295. MysticalAgriculture-1.15.2-3.0.5.jar Mystical Agriculture {[email protected] CREATE_REGISTRIES}
  296. rftoolsutility-1.15-2.1.2-beta.jar RFToolsUtility {[email protected] CREATE_REGISTRIES}
  297. openbackup-1.15.1-0.0.0.2.jar OpenBackup {[email protected] CREATE_REGISTRIES}
  298. swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {[email protected] CREATE_REGISTRIES}
  299. ToolBelt-1.15.2-1.14.1.jar Tool Belt {[email protected] CREATE_REGISTRIES}
  300. titanium-1.15.2-2.4.0.jar Titanium {[email protected] CREATE_REGISTRIES}
  301. compactores-1.15.2-2.1.2.jar Compact Ores {[email protected] CREATE_REGISTRIES}
  302. SilentLib-1.15.2-4.6.1+49.jar Silent Lib {[email protected]+49 CREATE_REGISTRIES}
  303. CreativeCore_v2.0.5_mc1.15.2.jar CreativeCore {[email protected] CREATE_REGISTRIES}
  304. LargeFluidTank-15.2.8.jar FluidTank {[email protected] CREATE_REGISTRIES}
  305. car-1.15.2-2.0.6.jar Ultimate Car Mod {[email protected] CREATE_REGISTRIES}
  306. extragolems-10.1.1.jar Extra Golems {[email protected] CREATE_REGISTRIES}
  307. Quark-r2.1-237.jar Quark {[email protected] CREATE_REGISTRIES}
  308. betconduitpl_1.15-1.0.jar Better Conduit Placement {[email protected] CREATE_REGISTRIES}
  309. FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {[email protected] CREATE_REGISTRIES}
  310. StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {[email protected] CREATE_REGISTRIES}
  311. FluxNetworks-1.15.2-5.0.1-2.jar Flux Networks {[email protected] CREATE_REGISTRIES}
  312. simplytea-1.15.2-2.2.1.jar Simply Tea {[email protected] CREATE_REGISTRIES}
  313. tubesreloaded-1.15.2-1.3.0c.jar Tubes Reloaded {[email protected] CREATE_REGISTRIES}
  314. engineersdecor-1.15.2-1.0.20-b7.jar Engineer's Decor {[email protected] CREATE_REGISTRIES}
  315. moredragoneggs-1.0.jar More Dragon Eggs {[email protected] CREATE_REGISTRIES}
  316. modular-routers-1.15.2-6.1.0-17.jar Modular Routers {[email protected] CREATE_REGISTRIES}
  317. smallernp_1.15-1.2.jar Smaller Nether Portals {[email protected] CREATE_REGISTRIES}
  318. betterbedrockgenerator-1.15.2-0.0.6.jar Better Bedrock Generator {[email protected] CREATE_REGISTRIES}
  319. SolarGeneration-1.15.2-1.2.1.jar Solar Generation {[email protected] CREATE_REGISTRIES}
  320. overloadedarmorbar-4.0.0.jar Overloaded Armor Bar {[email protected] CREATE_REGISTRIES}
  321. Launched Version: 1.15.2-forge-31.2.0
  322. Backend library: LWJGL version 3.2.2 build 10
  323. Backend API: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 10.18.10.4252, Intel
  324. GL Caps: Using framebuffer using OpenGL 3.0
  325. Using VBOs: Yes
  326. Is Modded: Definitely; Client brand changed to 'forge'
  327. Type: Client (map_client.txt)
  328. CPU: 4x Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz
  329. OptiFine Version: OptiFine_1.15.2_HD_U_G1_pre17
  330. OptiFine Build: 20200515-184428
  331. Render Distance Chunks: 8
  332. Mipmaps: 4
  333. Anisotropic Filtering: 1
  334. Antialiasing: 0
  335. Multitexture: false
  336. Shaders: null
  337. OpenGlVersion: 4.0.0 - Build 10.18.10.4252
  338. OpenGlRenderer: Intel(R) HD Graphics 4000
  339. OpenGlVendor: Intel
  340. CpuCount: 4
Add Comment
Please, Sign In to add comment