Created
August 15, 2020 20:02
-
-
Save KirinDave/d7d8dfded65e832da5f3b5919a2928b0 to your computer and use it in GitHub Desktop.
Crash log, ATM5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
// Daisy, daisy... | |
Time: 8/15/20 12:52 PM | |
Description: Unexpected error | |
java.lang.NullPointerException: Registry Object not present: mahoutsukai:murky_flow | |
at java.util.Objects.requireNonNull(Unknown Source) ~[?:1.8.0_171] {} | |
at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:120) ~[?:?] {re:classloading} | |
at stepsword.mahoutsukai.util.Utils.isInMurkyWater(Utils.java:158) ~[?:1.15.2-v1.21.6] {re:classloading} | |
at stepsword.mahoutsukai.render.overlay.RenderPowerConsolidation.powerConsolidationFogColor(RenderPowerConsolidation.java:61) ~[?:1.15.2-v1.21.6] {re:classloading} | |
at stepsword.mahoutsukai.client.ClientHandler.fogColorEvent(ClientHandler.java:364) ~[?:1.15.2-v1.21.6] {re:classloading} | |
at net.minecraftforge.eventbus.ASMEventHandler_532_ClientHandler_fogColorEvent_FogColors.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.minecraft.client.renderer.FogRenderer.func_228371_a_(FogRenderer.java:169) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} | |
at net.minecraft.client.renderer.WorldRenderer.func_228426_a_(WorldRenderer.java:874) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:journeymap:WorldRenderer.markForRerender,pl:runtimedistcleaner:A} | |
at net.minecraft.client.renderer.GameRenderer.func_228378_a_(GameRenderer.java:600) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:astralsorcery:reach_set_client_renderer,pl:runtimedistcleaner:A} | |
at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:422) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:astralsorcery:reach_set_client_renderer,pl:runtimedistcleaner:A} | |
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:924) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:codechickenlib:IItemRenderer,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:runtimedistcleaner:A} | |
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:553) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:codechickenlib:IItemRenderer,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:runtimedistcleaner:A} | |
at net.minecraft.client.main.Main.main(SourceFile:204) ~[minecraft-1.15.2-client.jar:?] {re:classloading} | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] {} | |
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_171] {} | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_171] {} | |
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_171] {} | |
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.15.2-31.2.36-launcher.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} | |
at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:50) [ForgeWrapper-1.4.2.jar:?] {} | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171] {} | |
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_171] {} | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_171] {} | |
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_171] {} | |
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) [NewLaunch.jar:?] {} | |
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) [NewLaunch.jar:?] {} | |
at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?] {} | |
at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?] {} | |
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(Unknown Source) | |
at net.minecraftforge.fml.RegistryObject.get(RegistryObject.java:120) | |
at stepsword.mahoutsukai.util.Utils.isInMurkyWater(Utils.java:158) | |
at stepsword.mahoutsukai.render.overlay.RenderPowerConsolidation.powerConsolidationFogColor(RenderPowerConsolidation.java:61) | |
at stepsword.mahoutsukai.client.ClientHandler.fogColorEvent(ClientHandler.java:364) | |
at net.minecraftforge.eventbus.ASMEventHandler_532_ClientHandler_fogColorEvent_FogColors.invoke(.dynamic) | |
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) | |
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) | |
at net.minecraft.client.renderer.FogRenderer.func_228371_a_(FogRenderer.java:169) | |
at net.minecraft.client.renderer.WorldRenderer.func_228426_a_(WorldRenderer.java:874) | |
at net.minecraft.client.renderer.GameRenderer.func_228378_a_(GameRenderer.java:600) | |
-- Affected level -- | |
Details: | |
All players: 1 total; [ClientPlayerEntity['KirinDave'/3765, l='MpServer', x=-342.58, y=61.37, z=-160.10]] | |
Chunk stats: Client Chunk Cache: 961, 675 | |
Level dimension: DimensionType{minecraft:overworld} | |
Level name: MpServer | |
Level seed: -7918826144989181724 | |
Level generator: ID 00 - default, ver 1. Features enabled: false | |
Level generator options: {} | |
Level spawn location: World: (-256,72,-208), Chunk: (at 0,4,0 in -16,-13; contains blocks -256,0,-208 to -241,255,-193), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1) | |
Level time: 231619 game time, 21177 day time | |
Known server brands: | |
Level was modded: false | |
Level storage version: 0x00000 - Unknown? | |
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false) | |
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false | |
Server brand: forge | |
Server type: Non-integrated multiplayer server | |
Stacktrace: | |
at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:442) | |
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:1763) | |
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:572) | |
at net.minecraft.client.main.Main.main(SourceFile:204) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | |
at java.lang.reflect.Method.invoke(Unknown Source) | |
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) | |
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) | |
at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:50) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | |
at java.lang.reflect.Method.invoke(Unknown Source) | |
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) | |
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) | |
at org.multimc.EntryPoint.listen(EntryPoint.java:143) | |
at org.multimc.EntryPoint.main(EntryPoint.java:34) | |
-- 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_171, Oracle Corporation | |
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation | |
Memory: 2950691936 bytes (2813 MB) / 6894911488 bytes (6575 MB) up to 7635730432 bytes (7282 MB) | |
CPUs: 8 | |
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx8192m | |
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-launcher.jar object_holder_definalize PLUGINSERVICE | |
/forge-1.15.2-31.2.36-launcher.jar runtime_enum_extender PLUGINSERVICE | |
/accesstransformers-2.1.3-shadowed.jar accesstransformer PLUGINSERVICE | |
/forge-1.15.2-31.2.36-launcher.jar capability_inject_definalize PLUGINSERVICE | |
/forge-1.15.2-31.2.36-launcher.jar runtimedistcleaner PLUGINSERVICE | |
/forge-1.15.2-31.2.36-launcher.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] DONE} | |
refinedpipes-0.4.2.jar Refined Pipes {[email protected] DONE} | |
Uppers-0.2.12.jar Uppers {[email protected] DONE} | |
rad-1.15-3.1.0.jar Reload Audio Driver {[email protected] DONE} | |
mcws-win-1.15.2-v1.0.2.jar Macaw's Windows {[email protected] DONE} | |
SilentMechanisms-1.15.2-0.8.0+59.jar Silent's Mechanisms {[email protected]+59 DONE} | |
bambooeverything-1.15-1.0.0.jar Bamboo Everything {[email protected] DONE} | |
modnametooltip_1.15.2-1.13.0.jar Mod Name Tooltip {[email protected] DONE} | |
IronJetpacks-1.15.2-3.0.3.jar Iron Jetpacks {[email protected] DONE} | |
BetterCaves-1.15.2-1.0.jar YUNG's Better Caves {[email protected] DONE} | |
ForgeEndertech-1.15.2-6.0.4.0-build.0044.jar Forge Endertech {[email protected] DONE} | |
ReAuth-1.14-1.15-3.8.1.jar ReAuth {[email protected] DONE} | |
Powah-1.15.2-1.1.15.jar Powah {[email protected] DONE} | |
rangedpumps-0.7.1.jar Ranged Pumps {[email protected] DONE} | |
jumbofurnace-1.15.2-1.0.0.2.jar Jumbo Furnace {[email protected] DONE} | |
WitherSkeletonTweaks-1.15.1-4.0.0.jar Wither Skeleton Tweaks {[email protected] DONE} | |
TheVeggieWay-1.15.2-2.1.48.jar The Veggie Way {[email protected] DONE} | |
Reliquary-1.15.2-1.3.4.995.jar Reliquary {[email protected] DONE} | |
randompatches-1.15.2-1.22.1.1.jar RandomPatches {[email protected] DONE} | |
DarkUtilities-1.15.2-3.1.8.jar Dark Utilities {[email protected] DONE} | |
Apotheosis-1.15.2-3.2.4.jar Apotheosis {[email protected] DONE} | |
Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version DONE} | |
WaterStrainer-1.15.2-9.0.0.jar Water Strainer {[email protected] DONE} | |
dynviewdist-1.5.jar Dynamic view distance {[email protected] DONE} | |
TMechworks-1.15.2-2.2.0.jar Tinkers' Mechworks {[email protected] DONE} | |
JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {[email protected] DONE} | |
confdespawntimer_1.15-1.3.jar Configurable Despawn Timer {[email protected] DONE} | |
MysticalAgradditions-1.15.2-3.0.1.jar Mystical Agradditions {[email protected] DONE} | |
refinedstorage-1.8.8.jar Refined Storage {[email protected] DONE} | |
PackMenu-1.15.2-1.2.7.jar Pack Menu {[email protected] DONE} | |
industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {[email protected] DONE} | |
wetstone-1.2.0.jar Wetstone {[email protected] DONE} | |
torchmaster-2.2.2.jar Torchmaster {[email protected] DONE} | |
BiomesOPlenty-1.15.2-10.0.0.366-universal.jar Biomes O' Plenty {[email protected] DONE} | |
phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {[email protected]+build.4 DONE} | |
SilentGear-1.15.2-1.11.2+153.jar Silent Gear {[email protected]+153 DONE} | |
fishingreal-1.2.jar Fishing Real {[email protected] DONE} | |
portality-1.15.2-2.1.2-aaa257f.jar Portality {[email protected] DONE} | |
curios-FORGE-1.15.2-2.0.2.6.jar Curios API {[email protected] DONE} | |
Botania-r1.15-388.jar Botania {[email protected] DONE} | |
NaturesAura-28.4.jar Nature's Aura {[email protected] DONE} | |
mcws-roofs-1.15.2-v2.0.0.jar Macaw's Roofs {[email protected] DONE} | |
observerlib-1.15.2-1.2.0.v60.jar ObserverLib {[email protected] DONE} | |
mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {[email protected] DONE} | |
the_bumblezone-1.15.2-1.3.10.jar The Bumblezone {[email protected] DONE} | |
CobbleForDays-1.1.3.jar Cobble For Days {[email protected] DONE} | |
CodeChickenLib-1.15.2-3.3.1.379-universal.jar CodeChicken Lib {[email protected] DONE} | |
BetterMineshaftsForge-1.15.2-1.3.jar YUNG's Better Mineshafts {[email protected] DONE} | |
StevesFactoryManager-1.15.2-4.0.0-alpha+build.3.jar Steve's Factory Manager {[email protected]+build.3 DONE} | |
tinyprogressions-1.15.2-4.0.8.jar Tiny Progressions {[email protected] DONE} | |
rockcandy-1.15.2-1.0.0.jar Rock Candy {rockcandy@version DONE} | |
QuarkOddities-1.15.2.jar Quark Oddities {[email protected] DONE} | |
nomowanderer-MC1.15.2_1.2.jar NoMoWanderer {[email protected]_1.2 DONE} | |
torchslabmod-1.15.2_v1.7.0.jar Torch Slab Mod {[email protected] DONE} | |
woot-1.15.2-1.1.1.1.jar Woot {[email protected] DONE} | |
jei-1.15.2-6.0.2.12.jar Just Enough Items {[email protected] DONE} | |
AttributeFix-1.15.2-7.0.2.jar AttributeFix {[email protected] DONE} | |
Mekanism-1.15.2-9.10.9.422.jar Mekanism {[email protected] DONE} | |
caelus-FORGE-1.15.2-2.0-beta3.jar Caelus API {[email protected] DONE} | |
colytra-FORGE-1.15.2-3.0.jar Colytra {[email protected] DONE} | |
invtweaks-1.15.2-2.0.9.jar Inventory Tweaks Renewed {[email protected] DONE} | |
light-overlay-4.7.0.jar Light Overlay Forge {lightoverlay-forge@NONE DONE} | |
NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] DONE} | |
additionalbars-1.5.0.jar Additional Bars {[email protected] DONE} | |
AdHooks-1.15.2-5.1.0.0-build.0046.jar Advanced Hook Launchers {[email protected] DONE} | |
engineerstools-1.15.2-1.0.9-b1.jar Engineer's Tools {[email protected] DONE} | |
curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {[email protected] DONE} | |
FarmingForBlockheads_1.15.2-6.1.5.jar Farming for Blockheads {[email protected] DONE} | |
pneumaticcraft-repressurized-1.15.2-1.4.3-60.jar PneumaticCraft: Repressurized {[email protected] DONE} | |
ClickMachine-1.15.2-3.0.2.jar Click Machine {[email protected] DONE} | |
environmentalcreepers-forge-1.15.2-1.6.1.jar Environmental Creepers {[email protected] DONE} | |
JEITweaker-1.15.2-1.0.1.3.jar JEI Tweaker {[email protected] DONE} | |
PackingTape-1.15.2-0.9.6.jar Packing Tape {[email protected] DONE} | |
CraftTweaker-1.15.2-6.0.0.38.jar CraftTweaker {[email protected] DONE} | |
extradisks-1.15.2-1.2.2.jar Extra Disks {[email protected] DONE} | |
ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] DONE} | |
forge-1.15.2-31.2.36-client.jar Minecraft {[email protected] DONE} | |
Flopper-1.15.2-1.0.6.jar Flopper {[email protected] DONE} | |
theoneprobe-1.15-2.0.4.jar The One Probe {[email protected] DONE} | |
MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {[email protected] DONE} | |
ImmersiveEngineering-1.15.2-3.1-111.jar Immersive Engineering {[email protected] DONE} | |
useful_railroads-1.15.2-1.4.0.23.jar Useful Railroads {[email protected] DONE} | |
allthemodium-1.0.3-1.15.2-31.2.8.jar Allthemodium {[email protected] DONE} | |
Ding-1.15.2-1.1.0.jar Ding {[email protected] DONE} | |
jeiintegration_1.15.2-3.1.0.1.jar JEI Integration {[email protected] DONE} | |
dimdungeons-1.07-forge-1.15.2.jar Dimensional Dungeons {[email protected] DONE} | |
Mantle-1.15.2-1.5.15.jar Mantle {[email protected] DONE} | |
IntegratedDynamics-1.15.2-1.1.14.jar IntegratedDynamics {[email protected] DONE, [email protected] DONE} | |
gravestone-1.17.5.jar Gravestone Mod {[email protected] DONE} | |
ftb-backups-2.1.0.2.jar FTB Utilities: Backups {[email protected] DONE} | |
polymorph-FORGE-1.15.2-0.10.jar Polymorph {[email protected] DONE} | |
AutoRegLib-1.5-40.jar AutoRegLib {[email protected] DONE} | |
[1.15.2] SecurityCraft v1.8.19.1.jar SecurityCraft {[email protected] DONE} | |
sit-1.15.1-v1.3.jar Sit {[email protected] DONE} | |
FastFurnace-1.15.1-3.0.0.jar FastFurnace {[email protected] DONE} | |
AppleSkin-mc1.15.2-forge-1.0.14.jar AppleSkin {[email protected] DONE} | |
RefinedRelocation_1.15.2-7.1.1.jar Refined Relocation {[email protected] DONE} | |
Oscars-1.0.1.jar Oscars {[email protected] DONE} | |
allthetweaks-0.9.1-1.15.2-31.1.18.jar All The Tweaks {[email protected] DONE} | |
XL-Food-Mod-1.15.2-2.2.2.jar XL Food Mod {[email protected] DONE} | |
waterworks-1.15.2-2.1.2.jar Waterworks {[email protected] DONE} | |
CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {[email protected] DONE} | |
morered-1.15.2-1.0.1.0.jar More Red {[email protected] DONE} | |
EnderMail-1.15.2-1.1.1.jar Ender Mail {[email protected] DONE} | |
xptome-1.15.2-v1.1.6.jar XP Tome {[email protected] DONE} | |
DefaultOptions_1.15.2-11.0.1.jar Default Options {[email protected] DONE} | |
CyclopsCore-1.15.2-1.8.1.jar Cyclops Core {[email protected] DONE} | |
astralsorcery-1.15.2-1.12.5.jar Astral Sorcery {[email protected] DONE} | |
NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {[email protected] DONE} | |
aiotbotania-1.15.2-1.2.3.jar AIOT Botania {[email protected] DONE} | |
managear-1.15.2-1.2.0.jar Mana Gear {[email protected] DONE} | |
curiousshulkerboxes-FORGE-1.15.2-2.0.1.jar Curious Shulker Boxes {[email protected] DONE} | |
incontrol-1.15-4.0.4.jar InControl {[email protected] DONE} | |
Industrial Agriculture[Core]-1.15.2-1.7.0.jar Industrial Agriculture {[email protected] DONE} | |
KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {[email protected] DONE} | |
rsgauges-1.15.2-1.2.5-b1.jar Gauges and Switches {[email protected] DONE} | |
TerraForged-1.15.2-0.1.2.jar TerraForged {[email protected] DONE} | |
CookingForBlockheads_1.15.2-8.0.3.jar Cooking for Blockheads {[email protected] DONE} | |
Controlling-6.1.5.6.jar Controlling {[email protected] DONE} | |
Placebo-1.15.2-3.1.0.jar Placebo {[email protected] DONE} | |
globaldatapack-1.15.2-1.3.jar Dark Roleplay - Global Datapacks {[email protected] DONE} | |
dankstorage-2.6.jar Dank Storage {[email protected] DONE} | |
citadel-1.1.11.jar Citadel {[email protected] DONE} | |
rats-5.3.2-1.15.2.jar Rats {[email protected] DONE} | |
dimensionalworld-1.0.0.jar Buuz135DimensionalWorld {dimensionalworld@NONE DONE} | |
ftb-gui-library-1.0.0.14.jar FTB GUI Library {[email protected] DONE} | |
potionsmaster-0.1.10.1-1.15.2-31.2.0.jar Potions Master {[email protected] DONE} | |
potionofbees-1.15.2-1.0.1.jar Potion of Bees {[email protected] DONE} | |
Bookshelf-1.15.2-5.6.40.jar Bookshelf {[email protected] DONE} | |
u_team_core-1.15.2-3.0.1.164.jar U Team Core {[email protected] DONE} | |
Industrial Agriculture[Powah]-1.15.2-1.6.0.jar Industrial Agriculture Plugin-Powah {[email protected] DONE} | |
buildinggadgets-3.3.5.jar Building Gadgets {[email protected] DONE} | |
forge-1.15.2-31.2.36-universal.jar Forge {[email protected] DONE} | |
Ceramics-1.15.2-1.4.0.jar Ceramics {[email protected] DONE} | |
PassthroughSigns-1.15.2-2.3.5.jar Passthrough Signs {[email protected] DONE} | |
cofh_core-1.15.2-0.4.0b.jar CoFH Core {[email protected] DONE} | |
Psi r1.2-82.jar Psi {[email protected] DONE} | |
Aquaculture-1.15.2-2.0.16.jar Aquaculture 2 {[email protected] DONE} | |
mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {[email protected] DONE} | |
LightingWand-1.15.2-1.5.0.jar Lighting Wand {[email protected] DONE} | |
MekanismGenerators-1.15.2-9.10.9.422.jar Mekanism: Generators {[email protected] DONE} | |
Ma-Essentials-1.15.2-3.1.1.jar Ma Essentials {[email protected] DONE} | |
FpsReducer-mc1.15.2-1.17.jar FPS Reducer {[email protected] DONE} | |
absentbydesign-1.15.2-1.1.0.jar Absent By Design Mod {[email protected] DONE} | |
PrettyPipes-1.5.4.jar Pretty Pipes {[email protected] DONE} | |
mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {[email protected] DONE} | |
lightestlamp-3.4.3.jar Lightest Lamps {[email protected] DONE} | |
useful_backpacks-1.15.2-1.10.1.70.jar Useful Backpacks {[email protected] DONE} | |
resourcefulbees-1.15.2-0.3.0a.jar Resourceful Bees {[email protected] DONE} | |
CommonCapabilities-1.15.2-2.5.2.jar CommonCapabilities {[email protected] DONE} | |
crashutilities-2.10.jar Crash Utilities {[email protected] DONE} | |
Compressium-1.0.18.jar Compressium {[email protected] DONE} | |
Industrial Agriculture[Silent's Mechanisms]-1.15.2-1.6.1.jar Industrial Agriculture Plugin-Silent's Mechanisms {[email protected] DONE} | |
AdPoles-1.15.2-4.0.1.0-build.0009.jar To the Bat Poles! {[email protected] DONE} | |
MekanismAdditions-1.15.2-9.10.9.422.jar Mekanism: Additions {[email protected] DONE} | |
valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {[email protected] DONE} | |
simplechunkloaders-1.15.2-1.0.2.0.jar Simple Chunk Loaders {simplechunkloaders@NONE DONE} | |
Lollipop-1.15.2-1.0.16.jar Lollipop {[email protected] DONE} | |
tgcropesmod-1.15.2-1.2.0.jar Ropes Mod {[email protected] DONE} | |
atmadditions-1.15.2-1.0.0.jar All The Mods: Additions {[email protected] DONE} | |
SolarFluxReborn-1.15.2-15.2.3.jar Solar Flux Reborn {[email protected] DONE} | |
Patchouli-1.15.2-1.2-35.jar Patchouli {[email protected] DONE} | |
collective-1.15.2-1.35.jar Collective {[email protected] DONE} | |
camera-1.6.9.jar Camera Mod {[email protected] DONE} | |
config-2-3.0.jar Cloth Config v2 API {[email protected] DONE} | |
OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE DONE} | |
IntegratedTunnels-1.15.2-1.6.12.jar IntegratedTunnels {[email protected] DONE, [email protected] DONE} | |
lostcities-1.15-3.0.1-alpha.jar LostCities {[email protected] DONE} | |
libnonymous-1.15.2-1.1.1.5.jar Libnonymous {[email protected] DONE} | |
elevatorid-1.15.2-1.7.1.jar Elevator Mod {[email protected] DONE} | |
MekanismTools-1.15.2-9.10.9.422.jar Mekanism: Tools {[email protected] DONE} | |
curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {[email protected] DONE} | |
cc-tweaked-1.15.2-1.90.2.jar CC: Tweaked {[email protected] DONE} | |
AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {[email protected] DONE} | |
tramplestopper-1.15.2-2.0.0.1-universal.jar Trample Stopper {[email protected] DONE} | |
bwncr-1.15.1-3.6.13.jar Bad Wither No Cookie Reloaded {[email protected] DONE} | |
ServerTabInfo-1.15.2-1.2.7.jar Server Tab Info {[email protected] DONE} | |
BetterAdvancements-1.15.2-0.1.0.99.jar Better Advancements {[email protected] DONE} | |
Ma-Enchants-1.15.2-3.1.0.jar Ma Enchants {[email protected] DONE} | |
Cucumber-1.15.2-3.0.9.jar Cucumber Library {[email protected] DONE} | |
TrashSlot_1.15.2-11.0.0.jar TrashSlot {[email protected] DONE} | |
metalbarrels-2.1.jar Metal Barrels {[email protected] DONE} | |
Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {[email protected] DONE} | |
Buzzier-Bees-1.15.2-1.5.2.jar Buzzier Bees {[email protected] DONE} | |
ensorcellation-1.15.2-0.4.1b.jar Ensorcellation {[email protected] DONE} | |
create-mc1.15.2_v0.2.4d.jar Create {[email protected]_v0.2.4d DONE} | |
Waystones_1.15.2-6.0.2.jar Waystones {[email protected] DONE} | |
Clumps-5.0.2.4.jar Clumps {[email protected] DONE} | |
journeymap-1.15.2-5.7.0b3.jar Journeymap {[email protected] DONE} | |
enviromats-1.15.2-2.0.2.1.jar Environmental Materials {[email protected] DONE} | |
comforts-FORGE-1.15.2-2.0.0.3.jar Comforts {[email protected] DONE} | |
appliedenergistics2-7.0.0-beta.2.jar Applied Energistics 2 {[email protected] DONE} | |
EnderBags-1.15.2-5.0.2.jar Ender Bags {[email protected] DONE} | |
SimpleStorageNetwork-1.15.2-1.0.1.jar Simple Storage Network {[email protected] DONE} | |
DimStorage-1.15.2-3.1.6.jar DimStorage {[email protected] DONE} | |
decorative_blocks-6d.jar Decorative Blocks {[email protected] DONE} | |
DungeonCrawl-1.15.2-2.0.2.jar Dungeon Crawl {[email protected] DONE} | |
mcjtylib-1.15-4.1.3-beta.jar McJtyLib {[email protected] DONE} | |
rftoolsbase-1.15-1.1.3-beta.jar RFToolsBase {[email protected] DONE} | |
xnet-1.15-2.1.7-beta.jar XNet {[email protected] DONE} | |
rftoolspower-1.15-2.2.0-beta.jar RFToolsPower {[email protected] DONE} | |
rftoolsbuilder-1.15-2.1.5-beta.jar RFToolsBuilder {[email protected] DONE} | |
rftoolsstorage-1.15-1.1.6-beta.jar RFToolsStorage {[email protected] DONE} | |
rftoolscontrol-1.15-3.0.4-beta.jar RFToolsControl {[email protected] DONE} | |
mahoutsukai-1.15.2-v1.21.6.jar Mahou Tsukai {[email protected] DONE} | |
ToastControl-1.15.2-3.0.1.jar Toast Control {[email protected] DONE} | |
fixedanvilrepaircost_1.15-1.1.jar Fixed Anvil Repair Cost {[email protected] DONE} | |
mininggadgets-1.3.5.jar Mining Gadgets {[email protected] DONE} | |
EnderStorage-1.15.2-2.5.0.151-universal.jar EnderStorage {[email protected] DONE} | |
ftb-chunks-1.1.1.17.jar FTB Chunks {[email protected] DONE} | |
campfiretorches-1.15.2-1.0.2.jar Campfire Torches {[email protected] DONE} | |
ColossalChests-1.15.2-1.7.12.jar ColossalChests {[email protected] DONE} | |
MysticalAgriculture-1.15.2-3.0.10.jar Mystical Agriculture {[email protected] DONE} | |
CraftingTweaks_1.15.2-11.0.1.jar Crafting Tweaks {[email protected] DONE} | |
rftoolsutility-1.15-2.1.5-beta.jar RFToolsUtility {[email protected] DONE} | |
swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {[email protected] DONE} | |
ToolBelt-1.15.2-1.14.1.jar Tool Belt {[email protected] DONE} | |
titanium-1.15.2-2.4.2.jar Titanium {[email protected] DONE} | |
SilentLib-1.15.2-4.6.6+59.jar Silent Lib {[email protected]+59 DONE} | |
bluepower-1.15.2-0.4.190-alpha-universal.jar Blue Power {[email protected] DONE} | |
ExtraButtons-1.15.2-3.0.0.jar ExtraButtons {[email protected] DONE} | |
forbidden_arcanus-1.15.2-1.5.jar Forbidden & Arcanus {[email protected] DONE} | |
archers_paradox-1.15.2-0.4.0b.jar Archer's Paradox {[email protected] DONE} | |
SoulShardsRespawn-forge-1.15.2-1.2.0-15.jar Soul Shards Respawn {soulshards@version DONE} | |
omgourd-1.15.2-0.1.0b.jar Oh My Gourd {[email protected] DONE} | |
Quark-r2.1-245.jar Quark {[email protected] DONE} | |
JAOPCA-1.15.2-3.2.0.14.jar JAOPCA {[email protected] DONE} | |
FastWorkbench-1.15.2-3.1.1.jar FastWorkbench {[email protected] DONE} | |
StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {[email protected] DONE} | |
FluxNetworks-1.15.2-5.0.3-4.jar Flux Networks {[email protected] DONE} | |
tubesreloaded-1.15.2-1.3.0c.jar Tubes Reloaded {[email protected] DONE} | |
Transport-1.15.2-2.3.1.jar Transport {[email protected] DONE} | |
engineersdecor-1.15.2-1.1.1.jar Engineer's Decor {[email protected] DONE} | |
moredragoneggs-1.0.jar More Dragon Eggs {[email protected] DONE} | |
modular-routers-1.15.2-6.1.1-19.jar Modular Routers {[email protected] DONE} | |
refinedstorageaddons-0.6.3.jar Refined Storage Addons {[email protected] DONE} | |
bigbuckets-1.1.0.jar BigBuckets {[email protected] DONE} | |
[Psi] Active spell: None | |
Patchouli open book context: n/a | |
Launched Version: MultiMC5 | |
Backend library: LWJGL version 3.2.2 build 10 | |
Backend API: GeForce GTX 1080/PCIe/SSE2 GL version 4.6.0 NVIDIA 431.07, 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) | |
Resource Packs: | |
Current Language: English (US) | |
CPU: 8x Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz | |
[m[32m[12:52:08] [Render thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:func_179870_a:103]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\dfayr\Downloads\MultiMC\instances\All-the-Mods-5-2.16b\minecraft\crash-reports\crash-2020-08-15_12.52.08-client.txt | |
[m[32m[12:52:08] [Discord Rich Presence Stop Thread/INFO] [UTeamCore/]: Discord client closed. | |
Exception in thread "Thread-15" Exception in thread "Immersive Engineering Registry Iteration Thread" AL lib: (EE) alc_cleanup: 1 device not closed | |
Process exited with code -1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment