Skip to content

Instantly share code, notes, and snippets.

@asarazan
Created July 27, 2020 01:55
Show Gist options
  • Save asarazan/62fbdef31cefd8dc71d8c9d07c0569ec to your computer and use it in GitHub Desktop.
Save asarazan/62fbdef31cefd8dc71d8c9d07c0569ec to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
// Why is it breaking :(
Time: 7/26/20, 6:38 PM
Description: Initializing game
java.lang.NullPointerException: Initializing game
at net.minecraft.client.renderer.color.ItemColors.func_199877_a(ItemColors.java:95) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at shadows.apotheosis.potion.PotionModuleClient.colors(PotionModuleClient.java:12) ~[?:3.2.4] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_1167_PotionModuleClient_colors_Item.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 java.util.HashMap.forEach(HashMap.java:1333) ~[?:?] {}
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.onItemColorsInit(ForgeHooksClient.java:212) ~[?:?] {re:classloading}
at net.minecraft.client.renderer.color.ItemColors.func_186729_a(ItemColors.java:84) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.<init>(Minecraft.java:420) ~[?:?] {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:166) ~[minecraft-1.15.2-client.jar:?] {re:classloading}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] {}
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.15.2-31.2.31-launcher.jar:31.2] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.0.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.0.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.0.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.0.jar:?] {re:classloading}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?] {re:classloading}
at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:50) [ForgeWrapper-1.4.2.jar:?] {}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] {}
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?] {}
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 net.minecraft.client.renderer.color.ItemColors.func_199877_a(ItemColors.java:95)
at shadows.apotheosis.potion.PotionModuleClient.colors(PotionModuleClient.java:12)
at net.minecraftforge.eventbus.ASMEventHandler_1167_PotionModuleClient_colors_Item.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 java.base/java.util.HashMap.forEach(HashMap.java:1333)
at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218)
at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260)
at net.minecraftforge.client.ForgeHooksClient.onItemColorsInit(ForgeHooksClient.java:212)
at net.minecraft.client.renderer.color.ItemColors.func_186729_a(ItemColors.java:84)
at net.minecraft.client.Minecraft.<init>(Minecraft.java:420)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.main.Main.main(SourceFile:166)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
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: Mac OS X (x86_64) version 10.15.6
Java Version: 12.0.2, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 923606528 bytes (880 MB) / 2510290944 bytes (2394 MB) up to 8589934592 bytes (8192 MB)
CPUs: 12
JVM Flags: 2 total; -Xms512m -Xmx8192m
ModLauncher: 5.1.0+69+master.79f13f7
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/eventbus-2.2.0-service.jar eventbus PLUGINSERVICE
/forge-1.15.2-31.2.31-launcher.jar object_holder_definalize PLUGINSERVICE
/forge-1.15.2-31.2.31-launcher.jar runtime_enum_extender PLUGINSERVICE
/forge-1.15.2-31.2.31-launcher.jar capability_inject_definalize PLUGINSERVICE
/accesstransformers-2.1.3-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.15.2-31.2.31-launcher.jar runtimedistcleaner PLUGINSERVICE
/forge-1.15.2-31.2.31-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.31
FML Language Providers:
[email protected]
minecraft@1
[email protected]
Mod List:
AdditionalEnchantedMiner-1.15.2-15.3.2.jar QuarryPlus {[email protected] LOAD_REGISTRIES}
refinedpipes-0.4.2.jar Refined Pipes {[email protected] LOAD_REGISTRIES}
Uppers-0.2.12.jar Uppers {[email protected] LOAD_REGISTRIES}
rad-1.15-3.1.0.jar Reload Audio Driver {[email protected] LOAD_REGISTRIES}
mcw-windows-1.0.1-mc1.15.2_1.15.1.jar Macaw's Windows {[email protected] LOAD_REGISTRIES}
SilentMechanisms-1.15.2-0.8.0+59.jar Silent's Mechanisms {[email protected]+59 LOAD_REGISTRIES}
bambooeverything-1.15-1.0.0.jar Bamboo Everything {[email protected] LOAD_REGISTRIES}
modnametooltip_1.15.2-1.13.0.jar Mod Name Tooltip {[email protected] LOAD_REGISTRIES}
IronJetpacks-1.15.2-3.0.3.jar Iron Jetpacks {[email protected] LOAD_REGISTRIES}
BetterCaves-1.15.2-1.0.jar YUNG's Better Caves {[email protected] LOAD_REGISTRIES}
ForgeEndertech-1.15.2-6.0.4.0-build.0044.jar Forge Endertech {[email protected] LOAD_REGISTRIES}
ReAuth-1.14-1.15-3.8.1.jar ReAuth {[email protected] LOAD_REGISTRIES}
Powah-1.15.2-1.1.14.jar Powah {[email protected] LOAD_REGISTRIES}
rangedpumps-0.7.1.jar Ranged Pumps {[email protected] LOAD_REGISTRIES}
jumbofurnace-1.15.2-1.0.0.2.jar Jumbo Furnace {[email protected] LOAD_REGISTRIES}
WitherSkeletonTweaks-1.15.1-4.0.0.jar Wither Skeleton Tweaks {[email protected] LOAD_REGISTRIES}
TheVeggieWay-1.15.2-2.1.48.jar The Veggie Way {[email protected] LOAD_REGISTRIES}
Reliquary-1.15.2-1.3.4.995.jar Reliquary {[email protected] LOAD_REGISTRIES}
randompatches-1.15.2-1.22.0.0.jar RandomPatches {[email protected] LOAD_REGISTRIES}
DarkUtilities-1.15.2-3.1.8.jar Dark Utilities {[email protected] LOAD_REGISTRIES}
Apotheosis-1.15.2-3.2.4.jar Apotheosis {[email protected] LOAD_REGISTRIES}
Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version LOAD_REGISTRIES}
WaterStrainer-1.15.2-9.0.0.jar Water Strainer {[email protected] LOAD_REGISTRIES}
dynviewdist-1.5.jar Dynamic view distance {[email protected] LOAD_REGISTRIES}
TMechworks-1.15.2-2.2.0.jar Tinkers' Mechworks {[email protected] LOAD_REGISTRIES}
JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {[email protected] LOAD_REGISTRIES}
confdespawntimer_1.15-1.3.jar Configurable Despawn Timer {[email protected] LOAD_REGISTRIES}
MysticalAgradditions-1.15.2-3.0.1.jar Mystical Agradditions {[email protected] LOAD_REGISTRIES}
refinedstorage-1.8.8.jar Refined Storage {[email protected] LOAD_REGISTRIES}
PackMenu-1.15.2-1.2.4.jar Pack Menu {[email protected] LOAD_REGISTRIES}
industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {[email protected] LOAD_REGISTRIES}
wetstone-1.2.0.jar Wetstone {[email protected] LOAD_REGISTRIES}
torchmaster-2.2.1.jar Torchmaster {[email protected] LOAD_REGISTRIES}
BiomesOPlenty-1.15.2-10.0.0.366-universal.jar Biomes O' Plenty {[email protected] LOAD_REGISTRIES}
phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {[email protected]+build.4 LOAD_REGISTRIES}
SilentGear-1.15.2-1.10.2+136.jar Silent Gear {[email protected]+136 LOAD_REGISTRIES}
fishingreal-1.2.jar Fishing Real {[email protected] LOAD_REGISTRIES}
portality-1.15.2-2.1.2-aaa257f.jar Portality {[email protected] LOAD_REGISTRIES}
curios-FORGE-1.15.2-2.0.2.4.jar Curios API {[email protected] LOAD_REGISTRIES}
Botania-r1.15-387.jar Botania {[email protected] LOAD_REGISTRIES}
NaturesAura-28.4.jar Nature's Aura {[email protected] LOAD_REGISTRIES}
mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {[email protected] LOAD_REGISTRIES}
mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {[email protected] LOAD_REGISTRIES}
the_bumblezone-1.15.2-1.3.10.jar The Bumblezone {[email protected] LOAD_REGISTRIES}
CobbleForDays-1.1.3.jar Cobble For Days {[email protected] LOAD_REGISTRIES}
CodeChickenLib-1.15.2-3.3.0.373-universal.jar CodeChicken Lib {[email protected] LOAD_REGISTRIES}
BetterMineshaftsForge-1.15.2-1.3.jar YUNG's Better Mineshafts {[email protected] LOAD_REGISTRIES}
StevesFactoryManager-1.15.2-4.0.0-alpha+build.3.jar Steve's Factory Manager {[email protected]+build.3 LOAD_REGISTRIES}
tinyprogressions-1.15.2-4.0.6.jar Tiny Progressions {[email protected] LOAD_REGISTRIES}
rockcandy-1.15.2-1.0.0.jar Rock Candy {rockcandy@version LOAD_REGISTRIES}
QuarkOddities-1.15.2.jar Quark Oddities {[email protected] LOAD_REGISTRIES}
nomowanderer-MC1.15.2_1.2.jar NoMoWanderer {[email protected]_1.2 LOAD_REGISTRIES}
torchslabmod-1.15.2_v1.7.0.jar Torch Slab Mod {[email protected] LOAD_REGISTRIES}
woot-1.15.2-1.1.1.0.jar Woot {[email protected] LOAD_REGISTRIES}
jei-1.15.2-6.0.2.12.jar Just Enough Items {[email protected] LOAD_REGISTRIES}
AttributeFix-1.15.2-7.0.2.jar AttributeFix {[email protected] LOAD_REGISTRIES}
Mekanism-1.15.2-9.10.9.422.jar Mekanism {[email protected] LOAD_REGISTRIES}
caelus-FORGE-1.15.2-2.0-beta3.jar Caelus API {[email protected] LOAD_REGISTRIES}
colytra-FORGE-1.15.2-3.0.jar Colytra {[email protected] LOAD_REGISTRIES}
invtweaks-1.15.2-2.0.8.jar Inventory Tweaks Renewed {[email protected] LOAD_REGISTRIES}
light-overlay-4.7.0.jar Light Overlay Forge {lightoverlay-forge@NONE LOAD_REGISTRIES}
NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] LOAD_REGISTRIES}
additionalbars-1.5.0.jar Additional Bars {[email protected] LOAD_REGISTRIES}
AdHooks-1.15.2-5.1.0.0-build.0046.jar Advanced Hook Launchers {[email protected] LOAD_REGISTRIES}
engineerstools-1.15.2-1.0.9-b1.jar Engineer's Tools {[email protected] LOAD_REGISTRIES}
curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {[email protected] LOAD_REGISTRIES}
FarmingForBlockheads_1.15.2-6.1.5.jar Farming for Blockheads {[email protected] LOAD_REGISTRIES}
pneumaticcraft-repressurized-1.15.2-1.4.1-56.jar PneumaticCraft: Repressurized {[email protected] LOAD_REGISTRIES}
ClickMachine-1.15.2-3.0.2.jar Click Machine {[email protected] LOAD_REGISTRIES}
environmentalcreepers-forge-1.15.2-1.6.1.jar Environmental Creepers {[email protected] LOAD_REGISTRIES}
JEITweaker-1.15.2-1.0.1.3.jar JEI Tweaker {[email protected] LOAD_REGISTRIES}
PackingTape-1.15.2-0.9.6.jar Packing Tape {[email protected] LOAD_REGISTRIES}
CraftTweaker-1.15.2-6.0.0.34.jar CraftTweaker {[email protected] LOAD_REGISTRIES}
extradisks-1.15.2-1.2.2.jar Extra Disks {[email protected] LOAD_REGISTRIES}
ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] LOAD_REGISTRIES}
forge-1.15.2-31.2.31-client.jar Minecraft {[email protected] LOAD_REGISTRIES}
Flopper-1.15.2-1.0.6.jar Flopper {[email protected] LOAD_REGISTRIES}
theoneprobe-1.15-2.0.4.jar The One Probe {[email protected] LOAD_REGISTRIES}
MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {[email protected] LOAD_REGISTRIES}
ImmersiveEngineering-0.15-108.jar Immersive Engineering {[email protected] LOAD_REGISTRIES}
useful_railroads-1.15.2-1.4.0.23.jar Useful Railroads {[email protected] LOAD_REGISTRIES}
allthemodium-0.9.2.1-1.15.2-31.1.18.jar Allthemodium {[email protected] LOAD_REGISTRIES}
Ding-1.15.2-1.1.0.jar Ding {[email protected] LOAD_REGISTRIES}
jeiintegration_1.15.2-3.1.0.1.jar JEI Integration {[email protected] LOAD_REGISTRIES}
dimdungeons-1.07-forge-1.15.2.jar Dimensional Dungeons {[email protected] LOAD_REGISTRIES}
Mantle-1.15.2-1.5.15.jar Mantle {[email protected] LOAD_REGISTRIES}
IntegratedDynamics-1.15.2-1.1.13.jar IntegratedDynamics {[email protected] LOAD_REGISTRIES, [email protected] LOAD_REGISTRIES}
gravestone-1.17.5.jar Gravestone Mod {[email protected] LOAD_REGISTRIES}
ftb-backups-2.1.0.1.jar FTB Utilities: Backups {[email protected] LOAD_REGISTRIES}
polymorph-FORGE-1.15.2-0.9.jar Polymorph {[email protected] LOAD_REGISTRIES}
AutoRegLib-1.5-40.jar AutoRegLib {[email protected] LOAD_REGISTRIES}
[1.15.2] SecurityCraft v1.8.19.1.jar SecurityCraft {[email protected] LOAD_REGISTRIES}
sit-1.15.1-v1.3.jar Sit {[email protected] LOAD_REGISTRIES}
FastFurnace-1.15.1-3.0.0.jar FastFurnace {[email protected] LOAD_REGISTRIES}
AppleSkin-mc1.15.2-forge-1.0.14.jar AppleSkin {[email protected] LOAD_REGISTRIES}
RefinedRelocation_1.15.2-7.1.1.jar Refined Relocation {[email protected] LOAD_REGISTRIES}
Oscars-1.0.1.jar Oscars {[email protected] LOAD_REGISTRIES}
allthetweaks-0.9.1-1.15.2-31.1.18.jar All The Tweaks {[email protected] LOAD_REGISTRIES}
XL-Food-Mod-1.15.2-2.2.2.jar XL Food Mod {[email protected] LOAD_REGISTRIES}
waterworks-1.15.2-2.1.2.jar Waterworks {[email protected] LOAD_REGISTRIES}
CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {[email protected] LOAD_REGISTRIES}
morered-1.15.2-1.0.1.0.jar More Red {[email protected] LOAD_REGISTRIES}
EnderMail-1.15.2-1.1.1.jar Ender Mail {[email protected] LOAD_REGISTRIES}
xptome-1.15.2-v1.1.6.jar XP Tome {[email protected] LOAD_REGISTRIES}
DefaultOptions_1.15.2-11.0.1.jar Default Options {[email protected] LOAD_REGISTRIES}
CyclopsCore-1.15.2-1.8.0.jar Cyclops Core {[email protected] LOAD_REGISTRIES}
NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {[email protected] LOAD_REGISTRIES}
aiotbotania-1.15.2-1.2.3.jar AIOT Botania {[email protected] LOAD_REGISTRIES}
managear-1.1.1.jar Mana Gear {[email protected] LOAD_REGISTRIES}
curiousshulkerboxes-FORGE-1.15.2-2.0.1.jar Curious Shulker Boxes {[email protected] LOAD_REGISTRIES}
incontrol-1.15-4.0.4.jar InControl {[email protected] LOAD_REGISTRIES}
Industrial Agriculture[Core]-1.15.2-1.7.0.jar Industrial Agriculture {[email protected] LOAD_REGISTRIES}
KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {[email protected] LOAD_REGISTRIES}
rsgauges-1.15.2-1.2.5-b1.jar Gauges and Switches {[email protected] LOAD_REGISTRIES}
TerraForged-1.15.2-0.1.0.jar TerraForged {[email protected] LOAD_REGISTRIES}
CookingForBlockheads_1.15.2-8.0.3.jar Cooking for Blockheads {[email protected] LOAD_REGISTRIES}
Controlling-6.1.5.6.jar Controlling {[email protected] LOAD_REGISTRIES}
Placebo-1.15.2-3.1.0.jar Placebo {[email protected] LOAD_REGISTRIES}
globaldatapack-1.15.2-1.3.jar Dark Roleplay - Global Datapacks {[email protected] LOAD_REGISTRIES}
dankstorage-2.6.jar Dank Storage {[email protected] LOAD_REGISTRIES}
citadel-1.1.11.jar Citadel {[email protected] LOAD_REGISTRIES}
rats-5.3.2-1.15.2.jar Rats {[email protected] LOAD_REGISTRIES}
dimensionalworld-1.0.0.jar Buuz135DimensionalWorld {dimensionalworld@NONE LOAD_REGISTRIES}
ftb-gui-library-1.0.0.14.jar FTB GUI Library {[email protected] LOAD_REGISTRIES}
potionsmaster-0.1.8-1.15.2-31.2.0.jar Potions Master {[email protected] LOAD_REGISTRIES}
potionofbees-1.15.2-1.0.1.jar Potion of Bees {[email protected] LOAD_REGISTRIES}
Bookshelf-1.15.2-5.6.40.jar Bookshelf {[email protected] LOAD_REGISTRIES}
u_team_core-1.15.2-3.0.1.164.jar U Team Core {[email protected] LOAD_REGISTRIES}
Industrial Agriculture[Powah]-1.15.2-1.6.0.jar Industrial Agriculture Plugin-Powah {[email protected] LOAD_REGISTRIES}
buildinggadgets-3.3.5.jar Building Gadgets {[email protected] LOAD_REGISTRIES}
forge-1.15.2-31.2.31-universal.jar Forge {[email protected] LOAD_REGISTRIES}
Ceramics-1.15.2-1.4.0.jar Ceramics {[email protected] LOAD_REGISTRIES}
PassthroughSigns-1.15.2-2.3.3.jar Passthrough Signs {[email protected] LOAD_REGISTRIES}
cofh_core-1.15.2-0.4.0b.jar CoFH Core {[email protected] LOAD_REGISTRIES}
Psi r1.2-82.jar Psi {[email protected] LOAD_REGISTRIES}
Aquaculture-1.15.2-2.0.16.jar Aquaculture 2 {[email protected] LOAD_REGISTRIES}
mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {[email protected] LOAD_REGISTRIES}
LightingWand-1.15.2-1.5.0.jar Lighting Wand {[email protected] LOAD_REGISTRIES}
MekanismGenerators-1.15.2-9.10.9.422.jar Mekanism: Generators {[email protected] LOAD_REGISTRIES}
Ma-Essentials-1.15.2-3.1.1.jar Ma Essentials {[email protected] LOAD_REGISTRIES}
FpsReducer-mc1.15.2-1.17.jar FPS Reducer {[email protected] LOAD_REGISTRIES}
absentbydesign-1.15.2-1.1.0.jar Absent By Design Mod {[email protected] LOAD_REGISTRIES}
PrettyPipes-1.5.4.jar Pretty Pipes {[email protected] LOAD_REGISTRIES}
mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {[email protected] LOAD_REGISTRIES}
lightestlamp-3.4.3.jar Lightest Lamps {[email protected] LOAD_REGISTRIES}
useful_backpacks-1.15.2-1.10.1.70.jar Useful Backpacks {[email protected] LOAD_REGISTRIES}
CommonCapabilities-1.15.2-2.5.2.jar CommonCapabilities {[email protected] LOAD_REGISTRIES}
Compressium-1.0.18.jar Compressium {[email protected] LOAD_REGISTRIES}
Industrial Agriculture[Silent's Mechanisms]-1.15.2-1.6.1.jar Industrial Agriculture Plugin-Silent's Mechanisms {[email protected] LOAD_REGISTRIES}
AdPoles-1.15.2-4.0.1.0-build.0009.jar To the Bat Poles! {[email protected] LOAD_REGISTRIES}
MekanismAdditions-1.15.2-9.10.9.422.jar Mekanism: Additions {[email protected] LOAD_REGISTRIES}
valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {[email protected] LOAD_REGISTRIES}
simplechunkloaders-1.15.2-1.0.2.0.jar Simple Chunk Loaders {simplechunkloaders@NONE LOAD_REGISTRIES}
Lollipop-1.15.2-1.0.15.jar Lollipop {[email protected] LOAD_REGISTRIES}
mining_dimension-1.15.2-1.0.6.jar Mining World {[email protected] LOAD_REGISTRIES}
tgcropesmod-1.15.2-1.2.0.jar Ropes Mod {[email protected] LOAD_REGISTRIES}
atmadditions-1.15.2-1.0.0.jar All The Mods: Additions {[email protected] LOAD_REGISTRIES}
SolarFluxReborn-1.15.2-15.0.0.jar Solar Flux Reborn {[email protected] ERROR}
Patchouli-1.15.2-1.2-35.jar Patchouli {[email protected] LOAD_REGISTRIES}
collective-1.15.2-1.35.jar Collective {[email protected] LOAD_REGISTRIES}
camera-1.6.9.jar Camera Mod {[email protected] LOAD_REGISTRIES}
config-2-3.0.jar Cloth Config v2 API {[email protected] LOAD_REGISTRIES}
OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE LOAD_REGISTRIES}
lostcities-1.15-3.0.1-alpha.jar LostCities {[email protected] LOAD_REGISTRIES}
libnonymous-1.15.2-1.1.1.5.jar Libnonymous {[email protected] LOAD_REGISTRIES}
elevatorid-1.15.2-1.7.1.jar Elevator Mod {[email protected] LOAD_REGISTRIES}
MekanismTools-1.15.2-9.10.9.422.jar Mekanism: Tools {[email protected] LOAD_REGISTRIES}
curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {[email protected] LOAD_REGISTRIES}
cc-tweaked-1.15.2-1.90.2.jar CC: Tweaked {[email protected] LOAD_REGISTRIES}
AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {[email protected] LOAD_REGISTRIES}
tramplestopper-1.15.2-2.0.0.1-universal.jar Trample Stopper {[email protected] LOAD_REGISTRIES}
bwncr-1.15.1-3.6.13.jar Bad Wither No Cookie Reloaded {[email protected] LOAD_REGISTRIES}
ServerTabInfo-1.15.2-1.2.7.jar Server Tab Info {[email protected] LOAD_REGISTRIES}
BetterAdvancements-1.15.2-0.1.0.99.jar Better Advancements {[email protected] LOAD_REGISTRIES}
Ma-Enchants-1.15.2-3.1.0.jar Ma Enchants {[email protected] LOAD_REGISTRIES}
Cucumber-1.15.2-3.0.9.jar Cucumber Library {[email protected] LOAD_REGISTRIES}
TrashSlot_1.15.2-11.0.0.jar TrashSlot {[email protected] LOAD_REGISTRIES}
metalbarrels-2.1.jar Metal Barrels {[email protected] LOAD_REGISTRIES}
Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {[email protected] LOAD_REGISTRIES}
Buzzier-Bees-1.15.2-1.5.2.jar Buzzier Bees {[email protected] LOAD_REGISTRIES}
ensorcellation-1.15.2-0.4.1b.jar Ensorcellation {[email protected] LOAD_REGISTRIES}
create-mc1.15.2_v0.2.4d.jar Create {[email protected]_v0.2.4d LOAD_REGISTRIES}
Waystones_1.15.2-6.0.2.jar Waystones {[email protected] LOAD_REGISTRIES}
Clumps-5.0.2.4.jar Clumps {[email protected] LOAD_REGISTRIES}
journeymap-1.15.2-5.7.0b3.jar Journeymap {[email protected] LOAD_REGISTRIES}
enviromats-1.15.2-2.0.2.1.jar Environmental Materials {[email protected] LOAD_REGISTRIES}
comforts-FORGE-1.15.2-2.0.0.3.jar Comforts {[email protected] LOAD_REGISTRIES}
appliedenergistics2-7.0.0-alpha.8.jar Applied Energistics 2 {[email protected] LOAD_REGISTRIES}
EnderBags-1.15.2-5.0.2.jar Ender Bags {[email protected] LOAD_REGISTRIES}
SimpleStorageNetwork-1.15.2-1.0.1.jar Simple Storage Network {[email protected] LOAD_REGISTRIES}
DimStorage-1.15.2-3.1.6.jar DimStorage {[email protected] LOAD_REGISTRIES}
decorative_blocks-6d.jar Decorative Blocks {[email protected] LOAD_REGISTRIES}
DungeonCrawl-1.15.2-2.0.1.jar Dungeon Crawl {[email protected] LOAD_REGISTRIES}
mcjtylib-1.15-4.1.3-beta.jar McJtyLib {[email protected] LOAD_REGISTRIES}
rftoolsbase-1.15-1.1.3-beta.jar RFToolsBase {[email protected] LOAD_REGISTRIES}
xnet-1.15-2.1.7-beta.jar XNet {[email protected] LOAD_REGISTRIES}
rftoolspower-1.15-2.2.0-beta.jar RFToolsPower {[email protected] LOAD_REGISTRIES}
rftoolsbuilder-1.15-2.1.5-beta.jar RFToolsBuilder {[email protected] LOAD_REGISTRIES}
rftoolsstorage-1.15-1.1.6-beta.jar RFToolsStorage {[email protected] LOAD_REGISTRIES}
rftoolscontrol-1.15-3.0.4-beta.jar RFToolsControl {[email protected] LOAD_REGISTRIES}
mahoutsukai-1.15.2-v1.20.3.jar Mahou Tsukai {[email protected] LOAD_REGISTRIES}
ToastControl-1.15.2-3.0.1.jar Toast Control {[email protected] LOAD_REGISTRIES}
fixedanvilrepaircost_1.15-1.1.jar Fixed Anvil Repair Cost {[email protected] LOAD_REGISTRIES}
mininggadgets-1.3.5.jar Mining Gadgets {[email protected] LOAD_REGISTRIES}
EnderStorage-1.15.2-2.5.0.143-universal.jar EnderStorage {[email protected] LOAD_REGISTRIES}
ftb-chunks-1.1.0.14.jar FTB Chunks {[email protected] LOAD_REGISTRIES}
campfiretorches-1.15.2-1.0.2.jar Campfire Torches {[email protected] LOAD_REGISTRIES}
ColossalChests-1.15.2-1.7.11.jar ColossalChests {[email protected] LOAD_REGISTRIES}
MysticalAgriculture-1.15.2-3.0.8.jar Mystical Agriculture {[email protected] LOAD_REGISTRIES}
CraftingTweaks_1.15.2-11.0.1.jar Crafting Tweaks {[email protected] LOAD_REGISTRIES}
rftoolsutility-1.15-2.1.5-beta.jar RFToolsUtility {[email protected] LOAD_REGISTRIES}
swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {[email protected] LOAD_REGISTRIES}
ToolBelt-1.15.2-1.14.1.jar Tool Belt {[email protected] LOAD_REGISTRIES}
titanium-1.15.2-2.4.2.jar Titanium {[email protected] LOAD_REGISTRIES}
SilentLib-1.15.2-4.6.6+59.jar Silent Lib {[email protected]+59 LOAD_REGISTRIES}
bluepower-1.15.2-0.4.190-alpha-universal.jar Blue Power {[email protected] LOAD_REGISTRIES}
ExtraButtons-1.15.2-3.0.0.jar ExtraButtons {[email protected] LOAD_REGISTRIES}
forbidden_arcanus-1.15.2-1.4.jar Forbidden & Arcanus {[email protected] LOAD_REGISTRIES}
archers_paradox-1.15.2-0.4.0b.jar Archer's Paradox {[email protected] LOAD_REGISTRIES}
SoulShardsRespawn-forge-1.15.2-1.2.0-15.jar Soul Shards Respawn {soulshards@version LOAD_REGISTRIES}
omgourd-1.15.2-0.1.0b.jar Oh My Gourd {[email protected] LOAD_REGISTRIES}
Quark-r2.1-245.jar Quark {[email protected] LOAD_REGISTRIES}
JAOPCA-1.15.2-3.2.0.13.jar JAOPCA {[email protected] LOAD_REGISTRIES}
FastWorkbench-1.15.2-3.1.1.jar FastWorkbench {[email protected] LOAD_REGISTRIES}
StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {[email protected] LOAD_REGISTRIES}
FluxNetworks-1.15.2-5.0.3-4.jar Flux Networks {[email protected] LOAD_REGISTRIES}
performant-1.15-2.11m.jar Performant {[email protected] LOAD_REGISTRIES}
tubesreloaded-1.15.2-1.3.0c.jar Tubes Reloaded {[email protected] LOAD_REGISTRIES}
Transport-1.15.2-2.3.1.jar Transport {[email protected] LOAD_REGISTRIES}
engineersdecor-1.15.2-1.1.1-b1.jar Engineer's Decor {[email protected] LOAD_REGISTRIES}
moredragoneggs-1.0.jar More Dragon Eggs {[email protected] LOAD_REGISTRIES}
modular-routers-1.15.2-6.1.1-19.jar Modular Routers {[email protected] LOAD_REGISTRIES}
refinedstorageaddons-0.6.3.jar Refined Storage Addons {[email protected] LOAD_REGISTRIES}
bigbuckets-1.1.0.jar BigBuckets {[email protected] LOAD_REGISTRIES}
AE2 Version: @aechannel@ @version@ for Forge 31.2.31
Launched Version: MultiMC5
Backend library: LWJGL version 3.2.2 build 10
Backend API: AMD Radeon Pro 555X OpenGL Engine GL version 2.1 ATI-3.10.15, ATI Technologies Inc.
GL Caps: Using framebuffer using ARB_framebuffer_object extension
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'forge'
Type: Client (map_client.txt)
CPU: 12x Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment