Everything posted by MMMeyer
-
The game crashed whilst initializing game [Help]
Error: java.lang.NullPointerException: Registry Object not present: pneumaticcraft:pressure_tube Exit Code: -1 Im getting this Error when I try to startup my game can anyone help me? ---- Minecraft Crash Report ---- // Don't be sad, have a hug! ❤️ Time: 1/6/21 12:26 PM Description: Initializing game java.lang.NullPointerException: Registry Object not present: pneumaticcraft:pressure_tube at java.util.Objects.requireNonNull(Objects.java:290) ~[?:1.8.0_51] {} at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:120) ~[?:?] {re:classloading} at me.desht.pneumaticcraft.client.ColorHandlers.registerBlockColorHandlers(ColorHandlers.java:45) ~[?:1.15.2-1.4.5-69] {re:classloading} at net.minecraftforge.eventbus.ASMEventHandler_1333_ColorHandlers_registerBlockColorHandlers_Block.invoke(.dynamic) ~[?:?] {} at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.2.0-service.jar:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?] {} at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.2] {re:classloading} at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260) ~[?:?] {re:classloading} at net.minecraftforge.fml.ModLoader$$Lambda$11934/2118985860.accept(Unknown Source) ~[?:?] {} at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {} at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218) ~[?:?] {re:classloading} at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260) ~[?:?] {re:classloading} at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207) ~[?:?] {re:classloading} at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} 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} at net.minecraft.client.main.Main.main(SourceFile:166) [?:?] {re:classloading} at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {} at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {} at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {} at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.15.2-31.2.36.jar:31.2] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$478/1572407320.call(Unknown Source) [forge-1.15.2-31.2.36.jar:31.2] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.2.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.2.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.2.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.2.jar:?] {re:classloading} at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.2.jar:?] {re:classloading} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at java.util.Objects.requireNonNull(Objects.java:290) at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:120) at me.desht.pneumaticcraft.client.ColorHandlers.registerBlockColorHandlers(ColorHandlers.java:45) at net.minecraftforge.eventbus.ASMEventHandler_1333_ColorHandlers_registerBlockColorHandlers_Block.invoke(.dynamic) at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260) at net.minecraftforge.fml.ModLoader$$Lambda$11934/2118985860.accept(Unknown Source) at java.util.HashMap.forEach(HashMap.java:1280) at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218) at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260) at net.minecraftforge.client.ForgeHooksClient.onBlockColorsInit(ForgeHooksClient.java:207) at net.minecraft.client.renderer.color.BlockColors.func_186723_a(BlockColors.java:76) at net.minecraft.client.Minecraft.<init>(Minecraft.java:419) -- Initialization -- Details: Stacktrace: at net.minecraft.client.main.Main.main(SourceFile:166) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$478/1572407320.call(Unknown Source) at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) -- System Details -- Details: Minecraft Version: 1.15.2 Minecraft Version ID: 1.15.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 2408144536 bytes (2296 MB) / 4885315584 bytes (4659 MB) up to 10260316160 bytes (9785 MB) CPUs: 4 JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx11008m -Xms256m -XX:PermSize=256m ModLauncher: 5.1.2+70+master.2845bb9 ModLauncher launch target: fmlclient ModLauncher naming: srg ModLauncher services: /eventbus-2.2.0-service.jar eventbus PLUGINSERVICE /forge-1.15.2-31.2.36.jar object_holder_definalize PLUGINSERVICE /forge-1.15.2-31.2.36.jar runtime_enum_extender PLUGINSERVICE /accesstransformers-2.1.3-shadowed.jar accesstransformer PLUGINSERVICE /forge-1.15.2-31.2.36.jar capability_inject_definalize PLUGINSERVICE /forge-1.15.2-31.2.36.jar runtimedistcleaner PLUGINSERVICE /forge-1.15.2-31.2.36.jar fml TRANSFORMATIONSERVICE /MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE /MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE /MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE FML: 31.2 Forge: net.minecraftforge:31.2.36 FML Language Providers: [email protected] minecraft@1 [email protected] Mod List: AdditionalEnchantedMiner-1.15.2-15.3.3.jar QuarryPlus {[email protected] CREATE_REGISTRIES} refinedpipes-0.4.2.jar Refined Pipes {[email protected] CREATE_REGISTRIES} Uppers-0.2.12.jar Uppers {[email protected] CREATE_REGISTRIES} rad-1.15-3.1.0.jar Reload Audio Driver {[email protected] CREATE_REGISTRIES} mcws-win-1.15.2-v1.0.2.jar Macaw's Windows {[email protected] CREATE_REGISTRIES} SilentMechanisms-1.15.2-0.8.0+59.jar Silent's Mechanisms {[email protected]+59 CREATE_REGISTRIES} bambooeverything-1.15-1.0.0.jar Bamboo Everything {[email protected] CREATE_REGISTRIES} modnametooltip_1.15.2-1.13.0.jar Mod Name Tooltip {[email protected] CREATE_REGISTRIES} IronJetpacks-1.15.2-3.0.3.jar Iron Jetpacks {[email protected] CREATE_REGISTRIES} BetterCaves-1.15.2-1.0.jar YUNG's Better Caves {[email protected] CREATE_REGISTRIES} ForgeEndertech-1.15.2-6.0.4.0-build.0044.jar Forge Endertech {[email protected] CREATE_REGISTRIES} ReAuth-1.14-1.15-3.8.1.jar ReAuth {[email protected] CREATE_REGISTRIES} Powah-1.15.2-1.1.15.jar Powah {[email protected] CREATE_REGISTRIES} rangedpumps-0.7.1.jar Ranged Pumps {[email protected] CREATE_REGISTRIES} jumbofurnace-1.15.2-1.0.0.2.jar Jumbo Furnace {[email protected] CREATE_REGISTRIES} WitherSkeletonTweaks-1.15.2-4.0.2.jar Wither Skeleton Tweaks {[email protected] CREATE_REGISTRIES} TheVeggieWay-1.15.2-2.1.48.jar The Veggie Way {[email protected] CREATE_REGISTRIES} Reliquary-1.15.2-1.3.4.995.jar Reliquary {[email protected] CREATE_REGISTRIES} randompatches-1.15.2-1.22.1.1.jar RandomPatches {[email protected] CREATE_REGISTRIES} DarkUtilities-1.15.2-3.1.8.jar Dark Utilities {[email protected] CREATE_REGISTRIES} Apotheosis-1.15.2-3.3.5.jar Apotheosis {[email protected] CREATE_REGISTRIES} Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version CREATE_REGISTRIES} WaterStrainer-1.15.2-9.0.0.jar Water Strainer {[email protected] CREATE_REGISTRIES} dynviewdist-1.5.jar Dynamic view distance {[email protected] CREATE_REGISTRIES} TMechworks-1.15.2-2.2.0.jar Tinkers' Mechworks {[email protected] CREATE_REGISTRIES} JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {[email protected] CREATE_REGISTRIES} confdespawntimer_1.15-1.3.jar Configurable Despawn Timer {[email protected] CREATE_REGISTRIES} MysticalAgradditions-1.15.2-3.0.1.jar Mystical Agradditions {[email protected] CREATE_REGISTRIES} refinedstorage-1.8.8.jar Refined Storage {[email protected] CREATE_REGISTRIES} PackMenu-1.15.2-1.2.8.jar Pack Menu {[email protected] CREATE_REGISTRIES} industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {[email protected] CREATE_REGISTRIES} wetstone-1.2.0.jar Wetstone {[email protected] CREATE_REGISTRIES} torchmaster-2.2.2.jar Torchmaster {[email protected] CREATE_REGISTRIES} BiomesOPlenty-1.15.2-10.0.0.366-universal.jar Biomes O' Plenty {[email protected] CREATE_REGISTRIES} phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {[email protected]+build.4 CREATE_REGISTRIES} SilentGear-1.15.2-1.11.3+160.jar Silent Gear {[email protected]+160 CREATE_REGISTRIES} fishingreal-1.2.jar Fishing Real {[email protected] CREATE_REGISTRIES} portality-1.15.2-2.1.2-aaa257f.jar Portality {[email protected] CREATE_REGISTRIES} curios-FORGE-1.15.2-2.0.2.6.jar Curios API {[email protected] CREATE_REGISTRIES} Botania-r1.15-388.jar Botania {[email protected] CREATE_REGISTRIES} NaturesAura-28.5.jar Nature's Aura {[email protected] CREATE_REGISTRIES} mcws-roofs-1.15.2-v2.0.0.jar Macaw's Roofs {[email protected] CREATE_REGISTRIES} observerlib-1.15.2-1.2.0.v60.jar ObserverLib {[email protected] CREATE_REGISTRIES} mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {[email protected] CREATE_REGISTRIES} the_bumblezone-1.15.2-1.3.10.jar The Bumblezone {[email protected] CREATE_REGISTRIES} CobbleForDays-1.1.3.jar Cobble For Days {[email protected] CREATE_REGISTRIES} CodeChickenLib-1.15.2-3.3.1.379-universal.jar CodeChicken Lib {[email protected] CREATE_REGISTRIES} BetterMineshaftsForge-1.15.2-1.3.1.jar YUNG's Better Mineshafts {[email protected] CREATE_REGISTRIES} StevesFactoryManager-1.15.2-4.0.0-alpha+build.3.jar Steve's Factory Manager {[email protected]+build.3 CREATE_REGISTRIES} rockcandy-1.15.2-1.0.0.jar Rock Candy {rockcandy@version CREATE_REGISTRIES} QuarkOddities-1.15.2.jar Quark Oddities {[email protected] CREATE_REGISTRIES} nomowanderer-MC1.15.2_1.2.jar NoMoWanderer {[email protected]_1.2 CREATE_REGISTRIES} torchslabmod-1.15.2_v1.7.0.jar Torch Slab Mod {[email protected] CREATE_REGISTRIES} xray-1.15.2-2.2.0.jar Advanced XRay {[email protected] CREATE_REGISTRIES} woot-1.15.2-1.1.1.2.jar Woot {[email protected] CREATE_REGISTRIES} jei-1.15.2-6.0.3.15.jar Just Enough Items {[email protected] CREATE_REGISTRIES} AttributeFix-1.15.2-7.0.2.jar AttributeFix {[email protected] CREATE_REGISTRIES} Mekanism-1.15.2-9.10.9.422.jar Mekanism {[email protected] CREATE_REGISTRIES} caelus-FORGE-1.15.2-2.0-beta3.jar Caelus API {[email protected] CREATE_REGISTRIES} colytra-FORGE-1.15.2-3.0.jar Colytra {[email protected] CREATE_REGISTRIES} invtweaks-1.15.2-2.0.9.jar Inventory Tweaks Renewed {[email protected] CREATE_REGISTRIES} light-overlay-4.7.2.jar Light Overlay Forge {lightoverlay-forge@NONE CREATE_REGISTRIES} NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] CREATE_REGISTRIES} additionalbars-1.5.0.jar Additional Bars {[email protected] CREATE_REGISTRIES} AdHooks-1.15.2-5.1.0.0-build.0046.jar Advanced Hook Launchers {[email protected] CREATE_REGISTRIES} engineerstools-1.15.2-1.0.9-b1.jar Engineer's Tools {[email protected] CREATE_REGISTRIES} curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {[email protected] CREATE_REGISTRIES} FarmingForBlockheads_1.15.2-6.1.5.jar Farming for Blockheads {[email protected] CREATE_REGISTRIES} pneumaticcraft-repressurized-1.15.2-1.4.5-69.jar PneumaticCraft: Repressurized {[email protected] CREATE_REGISTRIES} ClickMachine-1.15.2-3.0.2.jar Click Machine {[email protected] CREATE_REGISTRIES} environmentalcreepers-forge-1.15.2-1.6.1.jar Environmental Creepers {[email protected] CREATE_REGISTRIES} JEITweaker-1.15.2-1.0.1.3.jar JEI Tweaker {[email protected] CREATE_REGISTRIES} PackingTape-1.15.2-0.9.6.jar Packing Tape {[email protected] CREATE_REGISTRIES} CraftTweaker-1.15.2-6.0.0.44.jar CraftTweaker {[email protected] CREATE_REGISTRIES} Ars Nouveau 1.15.2 - 0.17.1.jar Ars Nouveau {[email protected] CREATE_REGISTRIES} extradisks-1.15.2-1.2.2.jar Extra Disks {[email protected] CREATE_REGISTRIES} ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] CREATE_REGISTRIES} forge-1.15.2-31.2.36-client.jar Minecraft {[email protected] CREATE_REGISTRIES} Flopper-1.15.2-1.0.6.jar Flopper {[email protected] CREATE_REGISTRIES} theoneprobe-1.15-2.0.7.jar The One Probe {[email protected] CREATE_REGISTRIES} MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {[email protected] CREATE_REGISTRIES} ImmersiveEngineering-1.15.2-4.0.0-117.jar Immersive Engineering {[email protected] CREATE_REGISTRIES} useful_railroads-1.15.2-1.4.2.29.jar Useful Railroads {[email protected] CREATE_REGISTRIES} allthemodium-1.0.4-1.15.2-31.2.36.jar Allthemodium {[email protected] CREATE_REGISTRIES} Ding-1.15.2-1.1.0.jar Ding {[email protected] CREATE_REGISTRIES} jeiintegration_1.15.2-3.1.1.2.jar JEI Integration {[email protected] CREATE_REGISTRIES} dimdungeons-1.07-forge-1.15.2.jar Dimensional Dungeons {[email protected] CREATE_REGISTRIES} Mantle-1.15.2-1.5.15.jar Mantle {[email protected] CREATE_REGISTRIES} IntegratedDynamics-1.15.2-1.1.17.jar IntegratedDynamics {[email protected] CREATE_REGISTRIES, [email protected] CREATE_REGISTRIES} gravestone-1.17.5.jar Gravestone Mod {[email protected] CREATE_REGISTRIES} ftb-backups-2.1.0.2.jar FTB Utilities: Backups {[email protected] CREATE_REGISTRIES} polymorph-FORGE-1.15.2-0.10.jar Polymorph {[email protected] CREATE_REGISTRIES} AutoRegLib-1.5-40.jar AutoRegLib {[email protected] CREATE_REGISTRIES} [1.15.2] SecurityCraft v1.8.19.1.jar SecurityCraft {[email protected] CREATE_REGISTRIES} sit-1.15.1-v1.3.jar Sit {[email protected] CREATE_REGISTRIES} FastFurnace-1.15.1-3.0.0.jar FastFurnace {[email protected] CREATE_REGISTRIES} AppleSkin-mc1.15.2-forge-1.0.14.jar AppleSkin {[email protected] CREATE_REGISTRIES} RefinedRelocation_1.15.2-7.1.1.jar Refined Relocation {[email protected] CREATE_REGISTRIES} Oscars-1.0.1.jar Oscars {[email protected] CREATE_REGISTRIES} allthetweaks-1.0.4-1.15.2-31.2.36.jar All The Tweaks {[email protected] CREATE_REGISTRIES} XL-Food-Mod-1.15.2-2.2.2.jar XL Food Mod {[email protected] CREATE_REGISTRIES} waterworks-1.15.2-2.1.2.jar Waterworks {[email protected] CREATE_REGISTRIES} CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {[email protected] CREATE_REGISTRIES} morered-1.15.2-1.0.1.0.jar More Red {[email protected] CREATE_REGISTRIES} EnderMail-1.15.2-1.1.3.jar Ender Mail {[email protected] CREATE_REGISTRIES} xptome-1.15.2-v1.1.6.jar XP Tome {[email protected] CREATE_REGISTRIES} DefaultOptions_1.15.2-11.0.1.jar Default Options {[email protected] CREATE_REGISTRIES} CyclopsCore-1.15.2-1.8.4.jar Cyclops Core {[email protected] CREATE_REGISTRIES} astralsorcery-1.15.2-1.12.9.jar Astral Sorcery {[email protected] CREATE_REGISTRIES} NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {[email protected] CREATE_REGISTRIES} aiotbotania-1.15.2-1.2.3.jar AIOT Botania {[email protected] CREATE_REGISTRIES} managear-1.15.2-1.2.0.jar Mana Gear {[email protected] CREATE_REGISTRIES} curiousshulkerboxes-FORGE-1.15.2-2.0.1.jar Curious Shulker Boxes {[email protected] CREATE_REGISTRIES} incontrol-1.15-4.0.4.jar InControl {[email protected] CREATE_REGISTRIES} Industrial Agriculture[Core]-1.15.2-1.7.0.jar Industrial Agriculture {[email protected] CREATE_REGISTRIES} KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {[email protected] CREATE_REGISTRIES} rsgauges-1.15.2-1.2.5-b2.jar Gauges and Switches {[email protected] CREATE_REGISTRIES} TerraForged-1.15.2-0.1.2.jar TerraForged {[email protected] CREATE_REGISTRIES} CookingForBlockheads_1.15.2-8.0.3.jar Cooking for Blockheads {[email protected] CREATE_REGISTRIES} Controlling-6.1.5.6.jar Controlling {[email protected] CREATE_REGISTRIES} Placebo-1.15.2-3.1.0.jar Placebo {[email protected] CREATE_REGISTRIES} globaldatapack-1.15.2-1.3.jar Dark Roleplay - Global Datapacks {[email protected] CREATE_REGISTRIES} dankstorage-2.6.jar Dank Storage {[email protected] CREATE_REGISTRIES} citadel-1.1.11.jar Citadel {[email protected] CREATE_REGISTRIES} rats-5.3.2-1.15.2.jar Rats {[email protected] CREATE_REGISTRIES} dimensionalworld-1.0.0.jar Buuz135DimensionalWorld {dimensionalworld@NONE CREATE_REGISTRIES} ftb-gui-library-1.0.0.14.jar FTB GUI Library {[email protected] CREATE_REGISTRIES} potionsmaster-0.1.14-1.15.2-31.2.36.jar Potions Master {[email protected] CREATE_REGISTRIES} potionofbees-1.15.2-1.0.1.1.jar Potion of Bees {[email protected] CREATE_REGISTRIES} Bookshelf-1.15.2-5.6.40.jar Bookshelf {[email protected] CREATE_REGISTRIES} u_team_core-1.15.2-3.0.2.169.jar U Team Core {[email protected] CREATE_REGISTRIES} Industrial Agriculture[Powah]-1.15.2-1.6.0.jar Industrial Agriculture Plugin-Powah {[email protected] CREATE_REGISTRIES} buildinggadgets-3.4.0.jar Building Gadgets {[email protected] CREATE_REGISTRIES} forge-1.15.2-31.2.36-universal.jar Forge {[email protected] CREATE_REGISTRIES} Ceramics-1.15.2-1.4.0.jar Ceramics {[email protected] CREATE_REGISTRIES} PassthroughSigns-1.15.2-2.3.5.jar Passthrough Signs {[email protected] CREATE_REGISTRIES} cofh_core-1.15.2-0.6.4b.jar CoFH Core {[email protected] CREATE_REGISTRIES} thermal-1.15.2-0.2.5b.jar Thermal Series {[email protected] CREATE_REGISTRIES} thermal_innovation-1.15.2-0.2.4b.jar Thermal Innovation {[email protected] CREATE_REGISTRIES} thermal_locomotion-1.15.2-0.2.4b.jar Thermal Locomotion {[email protected] CREATE_REGISTRIES} Psi r1.2-84.jar Psi {[email protected] CREATE_REGISTRIES} thermal_cultivation-1.15.2-0.2.4b.jar Thermal Cultivation {[email protected] CREATE_REGISTRIES} Aquaculture-1.15.2-2.0.16.jar Aquaculture 2 {[email protected] CREATE_REGISTRIES} mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {[email protected] CREATE_REGISTRIES} LightingWand-1.15.2-1.4.2.jar Lighting Wand {[email protected] CREATE_REGISTRIES} MekanismGenerators-1.15.2-9.10.9.422.jar Mekanism: Generators {[email protected] CREATE_REGISTRIES} Ma-Essentials-1.15.2-3.1.1.jar Ma Essentials {[email protected] CREATE_REGISTRIES} absentbydesign-1.15.2-1.1.0.jar Absent By Design Mod {[email protected] CREATE_REGISTRIES} PrettyPipes-1.5.5.jar Pretty Pipes {[email protected] CREATE_REGISTRIES} mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {[email protected] CREATE_REGISTRIES} lightestlamp-3.4.3.jar Lightest Lamps {[email protected] CREATE_REGISTRIES} useful_backpacks-1.15.2-1.10.3.77.jar Useful Backpacks {[email protected] CREATE_REGISTRIES} resourcefulbees-1.15.2-0.3.8a.jar Resourceful Bees {[email protected] CREATE_REGISTRIES} CommonCapabilities-1.15.2-2.5.4.jar CommonCapabilities {[email protected] CREATE_REGISTRIES} crashutilities-2.10.jar Crash Utilities {[email protected] CREATE_REGISTRIES} Compressium-1.0.18.jar Compressium {[email protected] CREATE_REGISTRIES} Industrial Agriculture[Silent's Mechanisms]-1.15.2-1.6.1.jar Industrial Agriculture Plugin-Silent's Mechanisms {[email protected] CREATE_REGISTRIES} AdPoles-1.15.2-4.0.1.0-build.0009.jar To the Bat Poles! {[email protected] CREATE_REGISTRIES} MekanismAdditions-1.15.2-9.10.9.422.jar Mekanism: Additions {[email protected] CREATE_REGISTRIES} valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {[email protected] CREATE_REGISTRIES} simplechunkloaders-1.15.2-1.0.2.0.jar Simple Chunk Loaders {simplechunkloaders@NONE CREATE_REGISTRIES} Lollipop-1.15.2-1.0.16.jar Lollipop {[email protected] CREATE_REGISTRIES} tgcropesmod-1.15.2-1.2.0.jar Ropes Mod {[email protected] CREATE_REGISTRIES} atmadditions-1.15.2-1.0.0.jar All The Mods: Additions {[email protected] CREATE_REGISTRIES} SolarFluxReborn-1.15.2-15.2.3.jar Solar Flux Reborn {[email protected] CREATE_REGISTRIES} Patchouli-1.15.2-1.2-35.jar Patchouli {[email protected] CREATE_REGISTRIES} collective-1.15.2-1.39.jar Collective {[email protected] CREATE_REGISTRIES} camera-1.6.9.jar Camera Mod {[email protected] CREATE_REGISTRIES} config-2-3.0.jar Cloth Config v2 API {[email protected] CREATE_REGISTRIES} OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES} thermal_expansion-1.15.2-0.2.5b.jar Thermal Expansion {[email protected] CREATE_REGISTRIES} IntegratedTunnels-1.15.2-1.6.14.jar IntegratedTunnels {[email protected] CREATE_REGISTRIES, [email protected] CREATE_REGISTRIES} lostcities-1.15-3.0.2-alpha.jar LostCities {[email protected] CREATE_REGISTRIES} libnonymous-1.15.2-1.1.1.5.jar Libnonymous {[email protected] CREATE_REGISTRIES} elevatorid-1.15.2-1.7.1.jar Elevator Mod {[email protected] CREATE_REGISTRIES} MekanismTools-1.15.2-9.10.9.422.jar Mekanism: Tools {[email protected] CREATE_REGISTRIES} curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {[email protected] CREATE_REGISTRIES} cc-tweaked-1.15.2-1.92.0.jar CC: Tweaked {[email protected] CREATE_REGISTRIES} AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {[email protected] CREATE_REGISTRIES} tramplestopper-1.15.2-2.0.0.1-universal.jar Trample Stopper {[email protected] CREATE_REGISTRIES} bwncr-1.15.2-3.6.13.jar Bad Wither No Cookie Reloaded {[email protected] CREATE_REGISTRIES} BetterAdvancements-1.15.2-0.1.0.99.jar Better Advancements {[email protected] CREATE_REGISTRIES} Ma-Enchants-1.15.2-3.1.0.jar Ma Enchants {[email protected] CREATE_REGISTRIES} Cucumber-1.15.2-3.0.9.jar Cucumber Library {[email protected] CREATE_REGISTRIES} TrashSlot_1.15.2-11.0.0.jar TrashSlot {[email protected] CREATE_REGISTRIES} metalbarrels-2.2.jar Metal Barrels {[email protected] CREATE_REGISTRIES} Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {[email protected] CREATE_REGISTRIES} Buzzier-Bees-1.15.2-1.5.2.jar Buzzier Bees {[email protected] CREATE_REGISTRIES} ensorcellation-1.15.2-0.6.0b.jar Ensorcellation {[email protected] CREATE_REGISTRIES} create-mc1.15.2_v0.2.4d.jar Create {[email protected]_v0.2.4d CREATE_REGISTRIES} Waystones_1.15.2-6.0.2.jar Waystones {[email protected] CREATE_REGISTRIES} bettercolors-6.1.2-MC1.15.2.jar Bettercolors {[email protected] ERROR} Clumps-5.0.2.6.jar Clumps {[email protected] CREATE_REGISTRIES} journeymap-1.15.2-5.7.0b3.jar Journeymap {[email protected] CREATE_REGISTRIES} enviromats-1.15.2-2.0.2.1.jar Environmental Materials {[email protected] CREATE_REGISTRIES} comforts-FORGE-1.15.2-2.0.0.4.jar Comforts {[email protected] CREATE_REGISTRIES} appliedenergistics2-7.0.4.jar Applied Energistics 2 {[email protected] CREATE_REGISTRIES} EnderBags-1.15.2-5.0.2.jar Ender Bags {[email protected] CREATE_REGISTRIES} SimpleStorageNetwork-1.15.2-1.0.1.jar Simple Storage Network {[email protected] CREATE_REGISTRIES} DimStorage-1.15.2-3.1.6.jar DimStorage {[email protected] CREATE_REGISTRIES} decorative_blocks-1.15.2-1.7.jar Decorative Blocks {[email protected] CREATE_REGISTRIES} DungeonCrawl-1.15.2-2.1.0.jar Dungeon Crawl {[email protected] CREATE_REGISTRIES} mcjtylib-1.15-4.1.8.jar McJtyLib {[email protected] CREATE_REGISTRIES} rftoolsbase-1.15-1.1.7.jar RFToolsBase {[email protected] CREATE_REGISTRIES} xnet-1.15-2.1.11.jar XNet {[email protected] CREATE_REGISTRIES} rftoolspower-1.15-2.2.5.jar RFToolsPower {[email protected] CREATE_REGISTRIES} rftoolsbuilder-1.15-2.1.9.jar RFToolsBuilder {[email protected] CREATE_REGISTRIES} rftoolsstorage-1.15-1.1.10.jar RFToolsStorage {[email protected] CREATE_REGISTRIES} rftoolscontrol-1.15-3.0.8.jar RFToolsControl {[email protected] CREATE_REGISTRIES} mahoutsukai-1.15.2-v1.23.2.jar Mahou Tsukai {[email protected] CREATE_REGISTRIES} ToastControl-1.15.2-3.0.1.jar Toast Control {[email protected] CREATE_REGISTRIES} fixedanvilrepaircost_1.15-1.1.jar Fixed Anvil Repair Cost {[email protected] CREATE_REGISTRIES} mininggadgets-1.3.5.jar Mining Gadgets {[email protected] CREATE_REGISTRIES} EnderStorage-1.15.2-2.5.0.151-universal.jar EnderStorage {[email protected] CREATE_REGISTRIES} ftb-chunks-1.1.1.17.jar FTB Chunks {[email protected] CREATE_REGISTRIES} campfiretorches-1.15.2-1.0.2.jar Campfire Torches {[email protected] CREATE_REGISTRIES} ColossalChests-1.15.2-1.7.12.jar ColossalChests {[email protected] CREATE_REGISTRIES} MysticalAgriculture-1.15.2-3.0.10.jar Mystical Agriculture {[email protected] CREATE_REGISTRIES} CraftingTweaks_1.15.2-11.0.1.jar Crafting Tweaks {[email protected] CREATE_REGISTRIES} rftoolsutility-1.15-2.1.10.jar RFToolsUtility {[email protected] CREATE_REGISTRIES} swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {[email protected] CREATE_REGISTRIES} ToolBelt-1.15.2-1.14.1.jar Tool Belt {[email protected] CREATE_REGISTRIES} titanium-1.15.2-2.4.2.jar Titanium {[email protected] CREATE_REGISTRIES} SilentLib-1.15.2-4.6.6+59.jar Silent Lib {[email protected]+59 CREATE_REGISTRIES} bluepower-1.15.2-0.4.190-alpha-universal.jar Blue Power {[email protected] CREATE_REGISTRIES} ExtraButtons-1.15.2-3.0.0.jar ExtraButtons {[email protected] CREATE_REGISTRIES} forbidden_arcanus-1.15.2-1.5.jar Forbidden & Arcanus {[email protected] CREATE_REGISTRIES} archers_paradox-1.15.2-0.6.0b.jar Archer's Paradox {[email protected] CREATE_REGISTRIES} SoulShardsRespawn-forge-1.15.2-1.2.0-15.jar Soul Shards Respawn {soulshards@version CREATE_REGISTRIES} omgourd-1.15.2-0.5.0b.jar Oh My Gourd {[email protected] CREATE_REGISTRIES} Quark-r2.1-245.jar Quark {[email protected] CREATE_REGISTRIES} JAOPCA-1.15.2-3.2.0.14.jar JAOPCA {[email protected] CREATE_REGISTRIES} FastWorkbench-1.15.2-3.1.1.jar FastWorkbench {[email protected] CREATE_REGISTRIES} StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {[email protected] CREATE_REGISTRIES} FluxNetworks-1.15.2-5.0.3-4.jar Flux Networks {[email protected] CREATE_REGISTRIES} tubesreloaded-1.15.2-1.3.0c.jar Tubes Reloaded {[email protected] CREATE_REGISTRIES} Transport-1.15.2-2.4.1.jar Transport {[email protected] CREATE_REGISTRIES} engineersdecor-1.15.2-1.1.3.jar Engineer's Decor {[email protected] CREATE_REGISTRIES} moredragoneggs-1.0.jar More Dragon Eggs {[email protected] CREATE_REGISTRIES} modular-routers-1.15.2-6.1.2-28.jar Modular Routers {[email protected] CREATE_REGISTRIES} refinedstorageaddons-0.6.3.jar Refined Storage Addons {[email protected] CREATE_REGISTRIES} bigbuckets-1.1.0.jar BigBuckets {[email protected] CREATE_REGISTRIES} Launched Version: forge-31.2.36 Backend library: LWJGL version 3.2.2 build 10 Backend API: GeForce GTX 1070/PCIe/SSE2 GL version 4.6.0 NVIDIA 460.89, NVIDIA Corporation GL Caps: Using framebuffer using OpenGL 3.0 Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'forge' Type: Client (map_client.txt) CPU: 4x Intel(R) Core(TM) i5-7600K CPU @ 3.80GHz
IPS spam blocked by CleanTalk.