Integrated Dynamics

Integrated Dynamics

63M Downloads

Crash in mod loading

Shenanihands opened this issue ยท 7 comments

commented

As I was loading up Minecraft, this crash report came up. I have never seen anything like it before.

---- Minecraft Crash Report ----
// This doesn't make any sense!

Time: 28/06/20 3:37 PM
Description: Initializing game

java.lang.NullPointerException: null key in entry: null=10
at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:32) ~[guava-21.0.jar:?] {}
at com.google.common.collect.SingletonImmutableBiMap.(SingletonImmutableBiMap.java:42) ~[guava-21.0.jar:?] {}
at com.google.common.collect.ImmutableBiMap.of(ImmutableBiMap.java:73) ~[guava-21.0.jar:?] {}
at com.google.common.collect.ImmutableMap.of(ImmutableMap.java:120) ~[guava-21.0.jar:?] {}
at shadows.apotheosis.ench.objects.ItemHellBookshelf.func_150895_a(ItemHellBookshelf.java:47) ~[?:3.1.2] {re:classloading}
at net.minecraft.client.Minecraft.func_193986_ar(Minecraft.java:596) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:codechickenlib:IItemRenderer,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.(Minecraft.java:434) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:codechickenlib:IItemRenderer,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(SourceFile:166) ~[minecraft-1.15.2-client.jar:?] {re:classloading}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_251] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_251] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_251] {}
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_251] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.15.2-31.2.27-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:39) [ForgeWrapper-1.4.1.jar:?] {}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_251] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_251] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_251] {}
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_251] {}
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 com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:32)
at com.google.common.collect.SingletonImmutableBiMap.(SingletonImmutableBiMap.java:42)
at com.google.common.collect.ImmutableBiMap.of(ImmutableBiMap.java:73)
at com.google.common.collect.ImmutableMap.of(ImmutableMap.java:120)
at shadows.apotheosis.ench.objects.ItemHellBookshelf.func_150895_a(ItemHellBookshelf.java:47)
at net.minecraft.client.Minecraft.func_193986_ar(Minecraft.java:596)
at net.minecraft.client.Minecraft.(Minecraft.java:434)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.main.Main.main(SourceFile:166)
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:39)
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_251, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 4508259136 bytes (4299 MB) / 5830082560 bytes (5560 MB) up to 5830082560 bytes (5560 MB)
CPUs: 4
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms4096m -Xmx5888m
Forge Mods:
| ID | Name | Version | Source | Status |
| -------------------------- | ----------------------------------------- | ------------------------- | ---------------------------------------------------- | --------------- |
| super_stick_sword | Super Stick sword | 1.15.2-2.0.0 | super_stick_sword-1.15.2-2.0.0.jar | LOAD_REGISTRIES |
| quarryplus | QuarryPlus | 15.3.2 | AdditionalEnchantedMiner-1.15.2-15.3.2.jar | LOAD_REGISTRIES |
| nethercraft | Nethercraft | 1.0.9 | nethercraft-1.15.2-1.0.9.jar | LOAD_REGISTRIES |
| upsizer | Upsizer | 5.1.0 | upsizer-mc1.15.2-5.1.jar | LOAD_REGISTRIES |
| pregenforge | PreGenForge | 0.1.0 | PreGenForge-0.1.0-mc1.15.2.jar | LOAD_REGISTRIES |
| refinedpipes | Refined Pipes | 0.4.2 | refinedpipes-0.4.2.jar | LOAD_REGISTRIES |
| prefab | Prefab | 1.5.0.3 | prefab-1.5.0.3.jar | LOAD_REGISTRIES |
| silents_mechanisms | Silent's Mechanisms | 0.7.2+52 | SilentMechanisms-1.15.2-0.7.2+52.jar | LOAD_REGISTRIES |
| ironjetpacks | Iron Jetpacks | 3.0.2 | IronJetpacks-1.15.2-3.0.2.jar | LOAD_REGISTRIES |
| forgeendertech | Forge Endertech | 6.0.3.2 | ForgeEndertech-1.15.2-6.0.3.2-build.0042.jar | LOAD_REGISTRIES |
| bettertitlescreen | Better Title Screen | 1.15.2-1.9 | BetterTitleScreen-1.15.2-1.9.jar | LOAD_REGISTRIES |
| resourceful_tools | Resourceful Tools | 1.1.36 | ResourcefulTools-1.15.2-1.1.36.jar | LOAD_REGISTRIES |
| reauth | ReAuth | 3.8.1 | ReAuth-1.14-1.15-3.8.1.jar | LOAD_REGISTRIES |
| powah | Powah | 1.1.14 | Powah-1.15.2-1.1.14.jar | LOAD_REGISTRIES |
| rangedpumps | Ranged Pumps | 0.7.1 | rangedpumps-0.7.1.jar | LOAD_REGISTRIES |
| veggie_way | The Veggie Way | 2.1.45 | TheVeggieWay-1.15.2-2.1.45.jar | LOAD_REGISTRIES |
| guardvillagers | Guard Villagers | 1.0.7 | guardvillagers-1.15.2-1.0.7.jar | LOAD_REGISTRIES |
| darkutils | Dark Utilities | 3.0.7 | DarkUtilities-1.15.2-3.0.7.jar | LOAD_REGISTRIES |
| apotheosis | Apotheosis | 3.1.2 | Apotheosis-1.15.2-3.1.2.jar | LOAD_REGISTRIES |
| venture | Venture | 1.0.0 | venture-1.0.0-1.15.2.jar | LOAD_REGISTRIES |
| low_tech_quarries | Low-Tech Quarries | 1.1.0 | LowTechQuarries_1.1.0.jar | LOAD_REGISTRIES |
| waila | Waila | version | Hwyla-forge-1.10.8-B72_1.15.2.jar | LOAD_REGISTRIES |
| speedyhoppers | Speedy Hoppers | 1.15.2-2 | speedyhoppers-1.15.2-2.jar | LOAD_REGISTRIES |
| dynview | Dynamic view distance | 1.5 | dynviewdist-1.5.jar | LOAD_REGISTRIES |
| jeresources | Just Enough Resources | 0.10.1.77 | JustEnoughResources-1.15.2-0.10.1.77.jar | LOAD_REGISTRIES |
| exp_ore | Exp Ore Block | 1.1 | ExpOreMod-1.15.2-1.1.jar | LOAD_REGISTRIES |
| magicalforest | Magical Forest | 1.0.0 | magicalforest-1.15.2-1.0.0.jar | LOAD_REGISTRIES |
| mysticalagradditions | Mystical Agradditions | 3.0.1 | MysticalAgradditions-1.15.2-3.0.1.jar | LOAD_REGISTRIES |
| refinedstorage | Refined Storage | 1.8.5 | refinedstorage-1.8.5.jar | LOAD_REGISTRIES |
| extendedfurnace | Extended Furnace | 2.2 | extendedfurnace-2.2.jar | LOAD_REGISTRIES |
| replantingcrops | Replanting Crops | 1.2 | replantingcrops_1.15-1.2.jar | LOAD_REGISTRIES |
| betterpingdisplay | Better Ping Display | 1.0 | BetterPingDisplay-1.15.2-1.0.jar | LOAD_REGISTRIES |
| industrialforegoing | Industrial Foregoing | 2.3.3 | industrial-foregoing-1.15.2-2.3.3-e356e61.jar | LOAD_REGISTRIES |
| repurposed_structures | Repurposed Structures | 1.15.2-1.4.4 | repurposedstructures-1.15.2-1.4.4.jar | LOAD_REGISTRIES |
| biomesoplenty | Biomes O' Plenty | 1.15.2-10.0.0.364 | BiomesOPlenty-1.15.2-10.0.0.364-universal.jar | LOAD_REGISTRIES |
| phosphor | Phosphor | 0.5.2+build.4 | phosphor-forge-mc1.15.2-0.5.2+build.4.jar | LOAD_REGISTRIES |
| ironfurnaces | Iron Furnaces | 2.0.3 | ironfurnaces-1.15.2-2.0.3.jar | LOAD_REGISTRIES |
| silentgear | Silent Gear | 1.8.0+107 | SilentGear-1.15.2-1.8.0+107.jar | LOAD_REGISTRIES |
| lycanitesmobs | Lycanites Mobs | 1.15.2-2.2.3.2 | lycanitesmobs-1.15.2-2.2.3.2.jar | LOAD_REGISTRIES |
| portality | Portality | 2.1.2 | portality-1.15.2-2.1.2-aaa257f.jar | LOAD_REGISTRIES |
| curios | Curios API | FORGE-1.15.2-2.0.2.4 | curios-FORGE-1.15.2-2.0.2.4.jar | LOAD_REGISTRIES |
| botania | Botania | r1.15-384 | Botania-r1.15-384.jar | LOAD_REGISTRIES |
| levelhearts | LevelHearts | 2.2.0 | levelhearts-1.15.2-2.2.0.jar | LOAD_REGISTRIES |
| angelring | Angel Ring | 1.2.0 | angelring-1.15.2-1.2.0.jar | LOAD_REGISTRIES |
| tombstone | Corail Tombstone | 4.4.1 | tombstone-4.4.1-1.15.2.jar | LOAD_REGISTRIES |
| obfuscate | Obfuscate | 0.4.3 | obfuscate-0.4.3-1.15.2.jar | LOAD_REGISTRIES |
| naturesaura | Nature's Aura | 28.2 | NaturesAura-28.2.jar | LOAD_REGISTRIES |
| cfm | MrCrayfish's Furniture Mod | 7.0.0-pre16 | MrCrayfishs-Furniture-Mod-1.15.2.jar | LOAD_REGISTRIES |
| betterburning | BetterBurning | 1.3.4 | BetterBurning-1.15.2-1.3.4.jar | LOAD_REGISTRIES |
| cobblefordays | Cobble For Days | 1.1.3 | CobbleForDays-1.1.3.jar | LOAD_REGISTRIES |
| fastleafdecay | FastLeafDecay | v22 | FastLeafDecay-v22.jar | LOAD_REGISTRIES |
| codechickenlib | CodeChicken Lib | 3.3.0.373 | CodeChickenLib-1.15.2-3.3.0.373-universal.jar | LOAD_REGISTRIES |
| cullparticles | Cull Particles | 1.0 | cullparticles-1.0.jar | LOAD_REGISTRIES |
| quarkoddities | Quark Oddities | 1.15.2 | QuarkOddities-1.15.2.jar | LOAD_REGISTRIES |
| adfinders | Advanced Finders | 4.0.5.0 | AdFinders-1.15.2-4.0.5.0-build.0020.jar | LOAD_REGISTRIES |
| torchslabmod | Torch Slab Mod | 1.6.15 | torchslabmod-1.15.2_v1.6.15.jar | LOAD_REGISTRIES |
| mining_helmet | Mining Helmet | 1.0.8 | mining-helmet-1.15.2-1.0.8.jar | LOAD_REGISTRIES |
| woot | Woot | 1.0.0.0 | woot-1.0.0.0.jar | LOAD_REGISTRIES |
| jei | Just Enough Items | 6.0.0.4 | jei-1.15.2-6.0.0.4.jar | LOAD_REGISTRIES |
| supermultidrills | Super Multi-Drills | 2.0.1+3 | SuperMultiDrills-1.15.2-2.0.1+3.jar | LOAD_REGISTRIES |
| everlastingabilities | EverlastingAbilities | 1.6.1 | EverlastingAbilities-1.15.2-1.6.1.jar | LOAD_REGISTRIES |
| lithium | Lithium | 0.4.6-rc3 | lithium-mc1.15.2-forge-0.4.6-rc3-mod.jar | LOAD_REGISTRIES |
| attributefix | AttributeFix | 7.0.2 | AttributeFix-1.15.2-7.0.2.jar | LOAD_REGISTRIES |
| goblintraders | Goblin Traders | 1.2.0 | goblintraders-1.2.0-1.15.2.jar | LOAD_REGISTRIES |
| mekanism | Mekanism | 9.10.8 | Mekanism-1.15.2-9.10.8.421.jar | LOAD_REGISTRIES |
| boss_tools | boss tools | Beta | Space-BossTools-1.15.2-v55.jar | LOAD_REGISTRIES |
| oresabovediamonds | Ores Above Diamonds | 4.0 | OresAboveDiamonds+1.15.2+v4.1.jar | LOAD_REGISTRIES |
| sereneseasons | Serene Seasons | 1.15.2-3.0.0.72 | SereneSeasons-1.15.2-3.0.0.72-universal.jar | LOAD_REGISTRIES |
| farmingforblockheads | Farming for Blockheads | 6.1.3 | FarmingForBlockheads_1.15.2-6.1.3.jar | LOAD_REGISTRIES |
| ring_of_teleport | Ring of Teleport | 1.1.30 | RingOfTeleport-1.15.2-1.1.32.jar | LOAD_REGISTRIES |
| pneumaticcraft | PneumaticCraft: Repressurized | 1.15.2-1.3.2-42 | pneumaticcraft-repressurized-1.15.2-1.3.2-42.jar | LOAD_REGISTRIES |
| clickmachine | Click Machine | 3.0.2 | ClickMachine-1.15.2-3.0.2.jar | LOAD_REGISTRIES |
| jeitweaker | JEI Tweaker | 1.0.1 | JEITweaker-1.0.1.jar | LOAD_REGISTRIES |
| infinityworkswithallarrows | Infinity works with all arrows | 1.0 | infinityworkswithallarrows-1.0.jar | LOAD_REGISTRIES |
| crafttweaker | CraftTweaker | 6.0.0.31 | CraftTweaker-1.15.2-6.0.0.31.jar | LOAD_REGISTRIES |
| extradisks | Extra Disks | 1.15.2-1.2.2 | extradisks-1.15.2-1.2.2.jar | LOAD_REGISTRIES |
| ruins | Ruins | 1.15.2.1 | ruins-1.15.2.1.jar | LOAD_REGISTRIES |
| exp_bottling | EXP Bottling | 1.15.2-1 | exp_bottling-1.15.2-1.jar | LOAD_REGISTRIES |
| ironchest | Iron Chests | 1.15.2-10.0.1 | ironchest-1.15.2-10.0.3.jar | LOAD_REGISTRIES |
| minersadvantage | MinersAdvantage | 1.15.2-1.6.7.29 | MinersAdvantage-1.15.2-1.6.7.29.jar | LOAD_REGISTRIES |
| rotten_creatures | Rotten Creatures | 0.9.7 | RottenCreatures-1.15.2-0.9.7.jar | LOAD_REGISTRIES |
| minecraft | Minecraft | 1.15.2 | forge-1.15.2-31.2.27-client.jar | LOAD_REGISTRIES |
| flopper | Flopper | 1.0.6 | Flopper-1.15.2-1.0.6.jar | LOAD_REGISTRIES |
| unifix | UniFix | 1.2 | unifix-1.2.jar | LOAD_REGISTRIES |
| theoneprobe | The One Probe | 1.15-2.0.4 | theoneprobe-1.15-2.0.4.jar | LOAD_REGISTRIES |
| mousetweaks | Mouse Tweaks | 2.13 | MouseTweaks-2.13-mc1.15.1.jar | LOAD_REGISTRIES |
| immersiveengineering | Immersive Engineering | 0.15-101 | ImmersiveEngineering-0.15-103.jar | LOAD_REGISTRIES |
| fansmod | Fans Mod | 1.1.6.0 | fansmod-1.15.2-1.1.6.0.jar | LOAD_REGISTRIES |
| morevanillalib | MoreVanillaLib | 1.2.4 | morevanillalib-1.15.2-1.2.4.jar | LOAD_REGISTRIES |
| pamhc2crops | Pam's HarvestCraft 2 Crops | version | pamhc2crops-1.15.2-1.0.5.jar | LOAD_REGISTRIES |
| craftableslimeballs | Craftable Slimeballs | 1.0.0 | SlimeBottles.jar | LOAD_REGISTRIES |
| adlods | Large Ore Deposits | 3.0.3.0 | AdLods-1.15.2-3.0.3.0-build.0035.jar | LOAD_REGISTRIES |
| jeiintegration | JEI Integration | 3.1.0.1 | jeiintegration_1.15.2-3.1.0.1.jar | LOAD_REGISTRIES |
| mantle | Mantle | 1.5.15 | Mantle-1.15.2-1.5.15.jar | LOAD_REGISTRIES |
| integrateddynamics | IntegratedDynamics | 1.1.9 | IntegratedDynamics-1.15.2-1.1.9.jar | ERROR |
| integrateddynamicscompat | IntegratedDynamics-Compat | 1.1.9 | IntegratedDynamics-1.15.2-1.1.9.jar | LOAD_REGISTRIES |
| pamhc2foodcore | Pam's HarvestCraft 2 Food Core | version | pamhc2foodcore-1.15.2-1.0.3.jar | LOAD_REGISTRIES |
| autoreglib | AutoRegLib | 1.5-40 | AutoRegLib-1.5-40.jar | LOAD_REGISTRIES |
| torcherino | Torcherino | 10.0.1 | torcherino-10.0.1.jar | LOAD_REGISTRIES |
| doubleslabs | Double Slabs | 2.7.2 | DoubleSlabs-1.15-2.7.2.jar | LOAD_REGISTRIES |
| midnight | The Midnight | 0.5.9 | themidnight-0.5.9.jar | LOAD_REGISTRIES |
| fastfurnace | FastFurnace | 3.0.0 | FastFurnace-1.15.1-3.0.0.jar | LOAD_REGISTRIES |
| appleskin | AppleSkin | 1.0.13 | AppleSkin-mc1.15.2-forge-1.0.13.jar | LOAD_REGISTRIES |
| vampirism | Vampirism | 1.6.0 | Vampirism-1.15.2-1.6.0.jar | LOAD_REGISTRIES |
| teamlapenlib | Teamlapen Library | 1.6.0 | Vampirism-1.15.2-1.6.0.jar | LOAD_REGISTRIES |
| durabilityviewer | Giselbaers Durability Viewer | 1.15.2-forge31.1.30-1.7.1 | DurabilityViewer-1.15.2-forge31.1.30-1.7.1.jar | LOAD_REGISTRIES |
| iapmekanism | Industrial Agriculture Plugin-Mekanism | 1.15.2-1.6.1 | Industrial+Agriculture[Mekanism]-1.15.2-1.6.1.jar | LOAD_REGISTRIES |
| followingvillagers | Following Villagers | 1.15.2-1.4.0 | followingvillagers-1.15.2-1.4.0.jar | LOAD_REGISTRIES |
| cyclopscore | Cyclops Core | 1.7.0 | CyclopsCore-1.15.2-1.7.0.jar | LOAD_REGISTRIES |
| blood_particles | Blood Particles | 1.0.0 | blood-particles-1.15.2-v1.0.0.jar | LOAD_REGISTRIES |
| wyrmroost | Wyrmroost | 1.1.1-DEV | Wyrmroost-1.1.2.jar | LOAD_REGISTRIES |
| jecalculation | Just Enough Calculation | 3.6.1 | JustEnoughCalculation-1.15.2-3.6.1.jar | LOAD_REGISTRIES |
| swordblockingcombat | Sword Blocking Combat | 1.4 | SwordBlockingCombat-v1.4-1.15.2.jar | LOAD_REGISTRIES |
| doggytalents | Doggy Talents | 1.15.2.0 | DoggyTalents-1.15.2-1.15.2.0.jar | LOAD_REGISTRIES |
| extrabows | Extra Bows | v1.15.2 b2 | extrabows-v1.15.2+b2.jar | LOAD_REGISTRIES |
| industrialagriculture | Industrial Agriculture | 1.15.2-1.7.0 | Industrial+Agriculture[Core]-1.15.2-1.7.0.jar | LOAD_REGISTRIES |
| rsgauges | Gauges and Switches | 1.2.3 | rsgauges-1.15.2-1.2.3.jar | LOAD_REGISTRIES |
| findme | Find Me | NONE | findme-1.15.2-1.3.0.jar | LOAD_REGISTRIES |
| terraforged | TerraForged | 0.0.14 | TerraForged-1.15.2-0.0.14.jar | LOAD_REGISTRIES |
| cookingforblockheads | Cooking for Blockheads | 8.0.1 | CookingForBlockheads_1.15.2-8.0.1.jar | LOAD_REGISTRIES |
| placebo | Placebo | 3.0.2 | Placebo-1.15.2-3.0.2.jar | LOAD_REGISTRIES |
| citadel | Citadel | 1.1.11 | citadel-1.1.11.jar | LOAD_REGISTRIES |
| rats | Rats | 5.3.1 | rats-5.3.1-1.15.2.jar | LOAD_REGISTRIES |
| bookshelf | Bookshelf | 5.6.40 | Bookshelf-1.15.2-5.6.40.jar | LOAD_REGISTRIES |
| betterdrowning | BetterDrowning | 1.0.3 | BetterDrowning-1.15.2-1.0.3.jar | LOAD_REGISTRIES |
| uteamcore | U Team Core | 2.12.1.158 | u_team_core-1.15.2-2.12.1.158.jar | LOAD_REGISTRIES |
| iapp | Industrial Agriculture Plugin-Powah | 1.15.2-1.6.0 | Industrial+Agriculture[Powah]-1.15.2-1.6.0.jar | LOAD_REGISTRIES |
| buildinggadgets | Building Gadgets | 3.3.5 | buildinggadgets-3.3.5.jar | LOAD_REGISTRIES |
| forge | Forge | 31.2.27 | forge-1.15.2-31.2.27-universal.jar | LOAD_REGISTRIES |
| ceramics | Ceramics | 1.15.2-1.4.0 | Ceramics-1.15.2-1.4.0.jar | LOAD_REGISTRIES |
| wailaharvestability | Waila Harvestability | 1.1.12 | WailaHarvestability-mc1.15.2-1.1.12.jar | LOAD_REGISTRIES |
| cofh_core | CoFH Core | 0.4.0b | cofh_core-1.15.2-0.4.0b.jar | LOAD_REGISTRIES |
| cryingghasts | Crying Ghasts | 1.0 | cryingghasts_1.15.2-1.0.jar | LOAD_REGISTRIES |
| obsidiantools | Obsidian Tools and Armor | 2.0.2 | OTA-2.0.2.jar | LOAD_REGISTRIES |
| mekanismgenerators | Mekanism: Generators | 9.10.8 | MekanismGenerators-1.15.2-9.10.8.421.jar | LOAD_REGISTRIES |
| fpsreducer | FPS Reducer | mc1.15.2-1.15 | FpsReducer-mc1.15.2-1.15.jar | LOAD_REGISTRIES |
| dragonmounts | Dragon Mounts Legacy | 1.0.3 | dragonmounts-1.0.3.jar | LOAD_REGISTRIES |
| rubify | Rubify | 1.0 | Rubify1.1.jar | LOAD_REGISTRIES |
| indreb | Industrial Reborn | 1.15.2-0.4.0 | Industrial-Reborn-1.15.2-0.4.0.jar | LOAD_REGISTRIES |
| prettypipes | Pretty Pipes | 1.5.4 | PrettyPipes-1.5.4.jar | LOAD_REGISTRIES |
| quickhomes | QuickHomes | 1.2.5 | quickhomes-1.15.2-1.2.5.jar | LOAD_REGISTRIES |
| iapg | Industrial Agriculture Plugin-Gobber | 1.15.2-1.6.0 | Industrial+Agriculture[Gobber]-1.15.2-1.6.0.jar | LOAD_REGISTRIES |
| animalcrops | Animal Crops | 1.15.2-0.5.0 | AnimalCrops-1.15.2-0.5.0.jar | LOAD_REGISTRIES |
| improved-stations | Improved Stations | 1.1 | improved-stations-1.1.jar | LOAD_REGISTRIES |
| commoncapabilities | CommonCapabilities | 2.5.0 | CommonCapabilities-1.15.2-2.5.0.jar | LOAD_REGISTRIES |
| treegrowingsimulator | Tree Growing Simulator 2020 | 1.0.0-beta+31 | TreeGrowingSimulator2020-1.0.0-beta+31.jar | LOAD_REGISTRIES |
| mekanismadditions | Mekanism: Additions | 9.10.8 | MekanismAdditions-1.15.2-9.10.8.421.jar | LOAD_REGISTRIES |
| valhelsia_structures | Valhelsia Structures | 15.0.2a | valhelsia_structures-15.0.2a.jar | LOAD_REGISTRIES |
| lollipop | Lollipop | 1.0.15 | Lollipop-1.15.2-1.0.15.jar | LOAD_REGISTRIES |
| vehicle | MrCrayfish's Vehicle Mod | 0.43.4 | vehicle-mod-0.43.4-1.15.2.jar | LOAD_REGISTRIES |
| patchouli | Patchouli | 1.15.2-1.2-33 | Patchouli-1.15.2-1.2-33.jar | LOAD_REGISTRIES |
| enchantedwolves | Enchanted Wolves | 1.4.2 | enchantedwolves-1.4.2.jar | LOAD_REGISTRIES |
| ring_of_blink | Ring of Blink | 1.1.28 | RingOfBlink-1.15.2-1.1.31.jar | LOAD_REGISTRIES |
| strongersnowballs | StrongerSnowballs | 1.0.1 | StrongerSnowballs-1.15.2-1.0.1.jar | LOAD_REGISTRIES |
| oreexcavation | Ore Excavation | NONE | OreExcavation-1.7.151.jar | LOAD_REGISTRIES |
| endreborn | End: Reborn | 0.6.0 | EndReborn+[0.6.0].jar | LOAD_REGISTRIES |
| mysticalcustomization | Mystical Customization | 1.0.0 | MysticalCustomization-1.15.2-1.0.0.jar | LOAD_REGISTRIES |
| lostcities | LostCities | 1.15-3.0.1-alpha | lostcities-1.15-3.0.1-alpha.jar | LOAD_REGISTRIES |
| elevatorid | Elevator Mod | 1.15.2-1.7.1 | elevatorid-1.15.2-1.7.1.jar | LOAD_REGISTRIES |
| gobber2 | Gobber 2 | 2.2.99 | Gobber2-1.15.2-2.2.99.jar | LOAD_REGISTRIES |
| enemyz | Enemyz | 1.0.1 | Enemyz-1.15.2-1.0.1.jar | LOAD_REGISTRIES |
| guncus | Gun Customization | 1.15.2-1.3 | guncus-1.15.2-1.3.jar | LOAD_REGISTRIES |
| powder_power | Powder Power | 3.1.64 | PowderPower-1.15.2-3.1.64.jar | LOAD_REGISTRIES |
| mekanismtools | Mekanism: Tools | 9.10.8 | MekanismTools-1.15.2-9.10.8.421.jar | LOAD_REGISTRIES |
| computercraft | CC: Tweaked | 1.89.1 | cc-tweaked-1.15.2-1.89.1.jar | LOAD_REGISTRIES |
| aiimprovements | AI-Improvements | 0.3.0 | AI-Improvements-1.15.2-0.3.0.jar | LOAD_REGISTRIES |
| netherpspr | Nether Portal Spread | 3.0 | netherpspr_1.15-3.0.jar | LOAD_REGISTRIES |
| tramplestopper | Trample Stopper | 1.15.2-2.0.0.1-universal | tramplestopper-1.15.2-2.0.0.1-universal (1).jar | LOAD_REGISTRIES |
| sulfurpotassiummod | Sulfur And Potassium - make gunpowder | 2.3.0 | branders-sulfurpotassiummod-1.15.2-2.3.0.jar | LOAD_REGISTRIES |
| speedyladders | Speedy Ladders | 1.15.2-1 | speedyladders-1.15.2-1.jar | LOAD_REGISTRIES |
| gamemenumodoption | GameMenuModOption | 1.2 | GameMenuModOption-1.15.2-1.2.jar | LOAD_REGISTRIES |
| cyclic | Cyclic | 1.15.2-0.4.2 | Cyclic-1.15.2-0.4.2.jar | LOAD_REGISTRIES |
| attackspeedenchantment | Attack Speed Enchantment | 1.0.2.7 | attack_speed_enchantment-1.15.2-1.0.2.7.jar | LOAD_REGISTRIES |
| inventorysorter | Simple Inventory Sorter | 17.0.0 | inventorysorter-1.15.2-17.0.0.jar | LOAD_REGISTRIES |
| resynth | Resynth | 4.1.0 | resynth-4.1.0.jar | LOAD_REGISTRIES |
| ma-enchants | Ma Enchants | 1.15.2-3.1.0 | Ma-Enchants-1.15.2-3.1.0.jar | LOAD_REGISTRIES |
| cucumber | Cucumber Library | 3.0.7 | Cucumber-1.15.2-3.0.7.jar | LOAD_REGISTRIES |
| trashslot | TrashSlot | 11.0.0 | TrashSlot_1.15.2-11.0.0.jar | LOAD_REGISTRIES |
| inventoryspam | Inventory Spam | version | InventorySpam-1.15.1-1.2.3.jar | LOAD_REGISTRIES |
| xpfromharvest | XP From Harvest | 1.2.0 | XPFromHarvest-1.15.2-1.2.0.jar | LOAD_REGISTRIES |
| pamhc2trees | Pam's HarvestCraft 2 Fruit Trees | version | pamhc2trees-1.15.2-1.0.5.jar | LOAD_REGISTRIES |
| heartdrops | HeartDrops | 1.15.2-3.0.0.5 | heartdrops-1.15.2-3.0.0.5.jar | LOAD_REGISTRIES |
| fishtraps | Fish Traps | 1.14.4-0.0.4 | fishtraps-forge-1.15.2-0.0.5.jar | LOAD_REGISTRIES |
| abnormals_core | Abnormals Core | 1.0.6 | Abnormals-Core-1.15.2-1.0.6.jar | LOAD_REGISTRIES |
| upgrade_aquatic | Upgrade Aquatic | 1.6.1 | Upgrade-Aquatic-1.15.2-v1.6.1.jar | LOAD_REGISTRIES |
| endergetic | The Endergetic Expansion | 1.3.1 | The-Endergetic-Expansion-1.15.2-v1.3.1.jar | LOAD_REGISTRIES |
| minewars | MineWars | 1.0.0 | MineWars+1.15.2+(31.1.43).jar | LOAD_REGISTRIES |
| wawla | WAWLA | 3.0.2 | WAWLA-1.15.2-3.0.2.jar | LOAD_REGISTRIES |
| ensorcellation | Ensorcellation | 0.4.1b | ensorcellation-1.15.2-0.4.1b.jar | LOAD_REGISTRIES |
| create | Create | mc1.15.2_v0.2.4d | create-mc1.15.2_v0.2.4d.jar | LOAD_REGISTRIES |
| goldenhopper | Golden Hopper | 1.1.1 | goldenhopper-1.1.1-mc1.15.2.jar | LOAD_REGISTRIES |
| clumps | Clumps | 5.0.2 | Clumps-5.0.2.jar | LOAD_REGISTRIES |
| goodnightsleep | Good Night's Sleep | 1.0.3 | good-nights-sleep-1.15.2-1.0.3.jar | LOAD_REGISTRIES |
| fruittrees | Fruit Trees | 1.4.1 | FruitTrees-1.15.2-1.4.1.jar | LOAD_REGISTRIES |
| kiwi | Kiwi | 2.6.5 | Kiwi-Library-1.15.2.jar | LOAD_REGISTRIES |
| jaqm | Just Another Quary Mod | 1.15.2-1.0.0.1-universal | jaqm-1.15.2-1.0.0.1-universal.jar | LOAD_REGISTRIES |
| betteranimalsplus | Better Animals Plus | 8.2.1.96 | betteranimalsplus-1.15.2-8.2.1.96.jar | LOAD_REGISTRIES |
| tinymobfarm | Tiny Mob Farm | 1.0.7 | TinyMobFarm-1.15.2-1.0.7.jar | LOAD_REGISTRIES |
| mcjtylib | McJtyLib | 1.15-4.1.0-beta | mcjtylib-1.15-4.1.0-beta.jar | LOAD_REGISTRIES |
| rftoolsbase | RFToolsBase | 1.15-1.1.1-beta | rftoolsbase-1.15-1.1.1-beta.jar | LOAD_REGISTRIES |
| xnet | XNet | 1.15-2.1.5-beta | xnet-1.15-2.1.5-beta.jar | LOAD_REGISTRIES |
| rftoolspower | RFToolsPower | 1.15-2.1.1-beta | rftoolspower-1.15-2.1.1-beta.jar | LOAD_REGISTRIES |
| rftoolsbuilder | RFToolsBuilder | 1.15-2.1.2-beta | rftoolsbuilder-1.15-2.1.2-beta.jar | LOAD_REGISTRIES |
| rftoolscontrol | RFToolsControl | 1.15-3.0.1-beta | rftoolscontrol-1.15-3.0.1-beta.jar | LOAD_REGISTRIES |
| enchantability | Enchantability | 8.1 | enchantability-8.1.jar | LOAD_REGISTRIES |
| mininggadgets | Mining Gadgets | 1.3.5 | mininggadgets-1.3.5.jar | LOAD_REGISTRIES |
| enderstorage | EnderStorage | 2.5.0.143 | EnderStorage-1.15.2-2.5.0.143-universal.jar | LOAD_REGISTRIES |
| customfov | Custom FoV | FORGE-1.15.2-3.0.0.1 | customfov-FORGE-1.15.2-3.0.0.1.jar | LOAD_REGISTRIES |
| swampexpansion | Swamp Expansion | NONE | Swamp-Expansion-1.15.2-v1.7.1.jar | LOAD_REGISTRIES |
| akashictome | Akashic Tome | 1.3-13 | AkashicTome-1.3-13.jar | LOAD_REGISTRIES |
| explorercraft | Explorercraft | 1.15.2-4.0.2 | Explorercraft-1.15.2-4.0.2.jar | LOAD_REGISTRIES |
| mysticalagriculture | Mystical Agriculture | 3.0.7 | MysticalAgriculture-1.15.2-3.0.7.jar | LOAD_REGISTRIES |
| craftingtweaks | Crafting Tweaks | 11.0.0 | CraftingTweaks_1.15.1-11.0.0.jar | LOAD_REGISTRIES |
| extraanvils | Extra Anvils | 3.1a | extraanvils-3.1a.jar | LOAD_REGISTRIES |
| rftoolsutility | RFToolsUtility | 1.15-2.1.3-beta | rftoolsutility-1.15-2.1.3-beta.jar | LOAD_REGISTRIES |
| enchdesc | EnchantmentDescriptions | 2.0.8 | EnchantmentDescriptions-1.15.2-2.0.8.jar | LOAD_REGISTRIES |
| netherrocks | SimpleOres:Netherrocks | 1.15.2-2.1.3.4 | Netherrocks-1.15.2-2.1.3.4.jar | LOAD_REGISTRIES |
| titanium | Titanium | 2.4.2 | titanium-1.15.2-2.4.2.jar | LOAD_REGISTRIES |
| compactores | Compact Ores | 2.1.2 | compactores-1.15.2-2.1.2.jar | LOAD_REGISTRIES |
| silentlib | Silent Lib | 4.6.3+55 | SilentLib-1.15.2-4.6.3+55.jar | LOAD_REGISTRIES |
| travel_bag | Travel Bag | 1.1.2 | travel_bag-1.1.2-1.15.2.jar | LOAD_REGISTRIES |
| bluepower | Blue Power | 0.4.188-alpha | bluepower-1.15.2-0.4.188-alpha-universal.jar | LOAD_REGISTRIES |
| baubles | Baubles | 1.7.1 | baubles-1.7.1-1.15.2.jar | LOAD_REGISTRIES |
| archers_paradox | Archer's Paradox | 0.4.0b | archers_paradox-1.15.2-0.4.0b.jar | LOAD_REGISTRIES |
| atmospheric | Atmospheric | 1.4.0 | Atmospheric-1.15.2-1.4.0.jar | LOAD_REGISTRIES |
| craftable_saddles | Craftable Saddles | 1.3 | Craftable+Saddles+[1.15.2]-1.3.jar | LOAD_REGISTRIES |
| ffenchants | FlashFyre's Enchantments | 1.3.1 | ffenchants-1.15.2-1.3.1.jar | LOAD_REGISTRIES |
| battleweaponspack | Battle Weapons Pack | 1.0.0 | Battle Weapons Pack-1.0.0-1.15.2.jar | LOAD_REGISTRIES |
| quark | Quark | r2.1-238 | Quark-r2.1-238.jar | LOAD_REGISTRIES |
| charm | Charm | 1.15.2-1.5.9 | Charm-1.15.2-1.5.9.jar | LOAD_REGISTRIES |
| enhanced_mushrooms | Enhanced Mushrooms | $1.1.0 | Enhanced-Mushrooms-1.15.2-v1.2.1.jar | LOAD_REGISTRIES |
| iapoc | Industrial Agriculture Plugin-Omega Craft | 1.15.2-1.6.1 | Industrial+Agriculture[Omega+Craft]-1.15.2-1.6.1.jar | LOAD_REGISTRIES |
| flux | Flux | 4.17.0 | flux-4.17.0.jar | LOAD_REGISTRIES |
| fl | Flux Library | 3.4.0 | fl-3.4.0.jar | LOAD_REGISTRIES |
| materialmaster | Material Master | 1.2 | MaterialMaster-v1.2-1.15.2.jar | LOAD_REGISTRIES |
| searchablechests | Searchable Chests | 1.15-1.5.4-2 | searchablechests-1.15-1.5.4-2.jar | LOAD_REGISTRIES |
| fastbench | FastWorkbench | 3.0.0 | FastWorkbench-1.15.1-3.0.0.jar | LOAD_REGISTRIES |
| storagedrawers | Storage Drawers | 1.15.2-7.0.1 | StorageDrawers-1.15.2-7.0.2.jar | LOAD_REGISTRIES |
| overworld_quartz | Overworld Quartz | 1.0.0.1 | overworld_quartz-1.15.2-1.0.0.1.jar | LOAD_REGISTRIES |
| fluxnetworks | Flux Networks | 1.15.2-5.0.1-2 | FluxNetworks-1.15.2-5.0.1-2.jar | LOAD_REGISTRIES |
| performant | Performant | 2.11m | performant-1.15-2.11m.jar | LOAD_REGISTRIES |
| animalium | Animalium | 0.5.3 | Animalium-0.5.3.jar | LOAD_REGISTRIES |
| statues | Statues Mod | 0.1.3.2 | Statues-1.15.2-0.1.3.2.jar | LOAD_REGISTRIES |
| morecrashinfo | MoreCrashInfo | 1.0.4 | MoreCrashInfo-1.0.4.jar | LOAD_REGISTRIES |
| engineersdecor | Engineer's Decor | 1.1.0-b3 | engineersdecor-1.15.2-1.1.0-b3.jar | LOAD_REGISTRIES |
| silentgems | Silent's Gems 3 | 3.5.5+88 | SilentGems-1.15.2-3.5.5+88.jar | LOAD_REGISTRIES |
| voxelmap | VoxelMap | 1.9.18.1 | forgemod_VoxelMap-1.9.18b_for_1.15.2.jar | LOAD_REGISTRIES |
| refinedstorageaddons | Refined Storage Addons | 0.6.2 | refinedstorageaddons-0.6.2.jar | LOAD_REGISTRIES |
| craftingcraft | CraftingCraft | 8.0.1 | CraftingCraft_1.15.2-8.0.1.jar | LOAD_REGISTRIES |
| morphtool | Morph-o-Tool | 1.3-23 | Morph-o-Tool-1.3-23.jar | LOAD_REGISTRIES |
| supertools | Super Tools | 1.1 | SuperTools-1.1_1.15.2.jar | LOAD_REGISTRIES |
| omegacraft | Omega Craft | 1.0 | Omega+Craft+4.1.1b.jar | LOAD_REGISTRIES |
| bigbuckets | BigBuckets | 1.1.0 | bigbuckets-1.1.0.jar | LOAD_REGISTRIES |
Forge CoreMods:
| ID | Name | Source | Status |
| ---------------------- | -------------------------------------- | ----------------------------------- | ------ |
| forgeendertech | item_render_hook | item_render_hook.js | Loaded |
| forgeendertech | random_tick_hook | random_tick_hook.js | Loaded |
| apotheosis | trueInfinity | true-infinity.js | Loaded |
| apotheosis | sundering | sundering.js | Loaded |
| apotheosis | enchData | enchantment-datas.js | Loaded |
| apotheosis | tempting | tempting.js | Loaded |
| apotheosis | reflective | reflective.js | Loaded |
| apotheosis | itemEnch | item-ench.js | Loaded |
| apotheosis | calcStackEnch | calc-stack-ench.js | Loaded |
| apotheosis | containerRepair | container-repair.js | Loaded |
| apotheosis | enchAffix | enchantability.js | Loaded |
| apotheosis | guiRepair | gui-repair.js | Loaded |
| apotheosis | combatRules | combat-rules.js | Loaded |
| apotheosis | fishingBobber | fishing-bobber.js | Loaded |
| apotheosis | affixDmg | affix-entity-dmg.js | Loaded |
| apotheosis | affixEntity | affix-extra-dmg.js | Loaded |
| apotheosis | affixProt | affix-prot-level.js | Loaded |
| apotheosis | affixUser | affix-user-hurt.js | Loaded |
| apotheosis | stackUUID | stack-modifier-hack.js | Loaded |
| apotheosis | itemUseHook | item-use-hook.js | Loaded |
| obfuscate | Obfuscate | obfuscate-transformer.js | Loaded |
| codechickenlib | item_renderer | item_renderer.js | Loaded |
| goblintraders | Goblin Traders | remove-enchantment-limit.js | Loaded |
| sereneseasons | biome_transformer | temperature.js | Loaded |
| immersiveengineering | IE wire damage | wiredamage.js | Loaded |
| immersiveengineering | IE arm angle adjustment | arm_angles.js | Loaded |
| immersiveengineering | IE block update callback | blockwirecollisions.js | Loaded |
| midnight | midnight | midnight_core.js | Loaded |
| vampirism | batmode | batmode.js | Loaded |
| vampirism | jigsaw | jigsaw.js | Loaded |
| vampirism | fogre | forge_modlist.js | Loaded |
| swordblockingcombat | Sword Blocking Combat Transformer | transformer.js | Loaded |
| findme | drawSlot | slot.js | Loaded |
| placebo | block-statemap | block-statemap.js | Loaded |
| placebo | item-statemap | item-statemap.js | Loaded |
| forge | fieldtomethodtransformers | fieldtomethodtransformers.js | Loaded |
| patchouli | patchouli_on_advancement | on_advancement.js | Loaded |
| attackspeedenchantment | Attack Speed Hook | attack-speed-transformer.js | Loaded |
| inventoryspam | playercontainer-setall-hook | playercontainer-setall-hook.js | Loaded |
| upgrade_aquatic | bubble_column_behaviors | bubble_column_behaviors.js | Loaded |
| endergetic | patch_ender_crystal | patch_ender_crystal.js | Loaded |
| endergetic | patch_dragon_fight_manager | patch_dragon_fight_manager.js | Loaded |
| endergetic | patch_end_gateway_tile_entity | patch_end_gateway_tile_entity.js | Loaded |
| quark | quark_piston_structure_helper_override | piston-structure-helper-override.js | Loaded |
| quark | quark_pistons_move_tes | pistons-move-tes.js | Loaded |
| quark | quark_emotes | emotes.js | Loaded |
| quark | quark_fortune_hoes | fortune-hoes.js | Loaded |
| quark | quark_improved_sleeping | improved-sleeping.js | Loaded |
| quark | quark_items_in_chat | items-in-chat.js | Loaded |
| quark | quark_springy_slime | springy-slime.js | Loaded |
| quark | quark_pickarang | pickarang.js | Loaded |
| quark | quark_chain_linkage | chain-linkage.js | Loaded |
| quark | quark_feeding_trough | feeding-trough.js | Loaded |
| quark | quark_crabs | crabs.js | Loaded |
| quark | quark_chests_in_boats | chests-in-boats.js | Loaded |
| quark | quark_rotation_lock | rotation-lock.js | Loaded |
| quark | quark_enchanted_book_tooltips | enchanted-book-tooltips.js | Loaded |
| quark | quark_ancient_tomes | ancient-tomes.js | Loaded |
| quark | quark_colored_enchantment_glint | colored-enchantment-glint.js | Loaded |
| charm | charm_coremod | charm_coremod.js | Loaded |
| materialmaster | Material Master Transformer | transformer.js | Loaded |
| morecrashinfo | crashtransformers | crashtransformers.js | Loaded |
| voxelmap | Transformer 1 Name | transformer.js | Loaded |
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.27-launcher.jar object_holder_definalize PLUGINSERVICE
/forge-1.15.2-31.2.27-launcher.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.15.2-31.2.27-launcher.jar capability_inject_definalize PLUGINSERVICE
/forge-1.15.2-31.2.27-launcher.jar runtimedistcleaner PLUGINSERVICE
/preview_OptiFine_1.15.2_HD_U_G1_pre30.jar OptiFine TRANSFORMATIONSERVICE
/forge-1.15.2-31.2.27-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.27
FML Language Providers:
[email protected]
minecraft@1
[email protected]
[email protected]
Mod List:
super_stick_sword-1.15.2-2.0.0.jar Super Stick sword {[email protected] LOAD_REGISTRIES}
AdditionalEnchantedMiner-1.15.2-15.3.2.jar QuarryPlus {[email protected] LOAD_REGISTRIES}
nethercraft-1.15.2-1.0.9.jar Nethercraft {[email protected] LOAD_REGISTRIES}
upsizer-mc1.15.2-5.1.jar Upsizer {[email protected] LOAD_REGISTRIES}
PreGenForge-0.1.0-mc1.15.2.jar PreGenForge {[email protected] LOAD_REGISTRIES}
refinedpipes-0.4.2.jar Refined Pipes {[email protected] LOAD_REGISTRIES}
prefab-1.5.0.3.jar Prefab {[email protected] LOAD_REGISTRIES}
SilentMechanisms-1.15.2-0.7.2+52.jar Silent's Mechanisms {[email protected]+52 LOAD_REGISTRIES}
IronJetpacks-1.15.2-3.0.2.jar Iron Jetpacks {[email protected] LOAD_REGISTRIES}
ForgeEndertech-1.15.2-6.0.3.2-build.0042.jar Forge Endertech {[email protected] LOAD_REGISTRIES}
BetterTitleScreen-1.15.2-1.9.jar Better Title Screen {[email protected] LOAD_REGISTRIES}
ResourcefulTools-1.15.2-1.1.36.jar Resourceful Tools {[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}
TheVeggieWay-1.15.2-2.1.45.jar The Veggie Way {[email protected] LOAD_REGISTRIES}
guardvillagers-1.15.2-1.0.7.jar Guard Villagers {[email protected] LOAD_REGISTRIES}
DarkUtilities-1.15.2-3.0.7.jar Dark Utilities {[email protected] LOAD_REGISTRIES}
Apotheosis-1.15.2-3.1.2.jar Apotheosis {[email protected] LOAD_REGISTRIES}
venture-1.0.0-1.15.2.jar Venture {[email protected] LOAD_REGISTRIES}
LowTechQuarries_1.1.0.jar Low-Tech Quarries {[email protected] LOAD_REGISTRIES}
Hwyla-forge-1.10.8-B72_1.15.2.jar Waila {waila@version LOAD_REGISTRIES}
speedyhoppers-1.15.2-2.jar Speedy Hoppers {[email protected] LOAD_REGISTRIES}
dynviewdist-1.5.jar Dynamic view distance {[email protected] LOAD_REGISTRIES}
JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {[email protected] LOAD_REGISTRIES}
ExpOreMod-1.15.2-1.1.jar Exp Ore Block {[email protected] LOAD_REGISTRIES}
magicalforest-1.15.2-1.0.0.jar Magical Forest {[email protected] LOAD_REGISTRIES}
MysticalAgradditions-1.15.2-3.0.1.jar Mystical Agradditions {[email protected] LOAD_REGISTRIES}
refinedstorage-1.8.5.jar Refined Storage {[email protected] LOAD_REGISTRIES}
extendedfurnace-2.2.jar Extended Furnace {[email protected] LOAD_REGISTRIES}
replantingcrops_1.15-1.2.jar Replanting Crops {[email protected] LOAD_REGISTRIES}
BetterPingDisplay-1.15.2-1.0.jar Better Ping Display {[email protected] LOAD_REGISTRIES}
industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {[email protected] LOAD_REGISTRIES}
repurposedstructures-1.15.2-1.4.4.jar Repurposed Structures {[email protected] LOAD_REGISTRIES}
BiomesOPlenty-1.15.2-10.0.0.364-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}
ironfurnaces-1.15.2-2.0.3.jar Iron Furnaces {[email protected] LOAD_REGISTRIES}
SilentGear-1.15.2-1.8.0+107.jar Silent Gear {[email protected]+107 LOAD_REGISTRIES}
lycanitesmobs-1.15.2-2.2.3.2.jar Lycanites Mobs {[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-384.jar Botania {[email protected] LOAD_REGISTRIES}
levelhearts-1.15.2-2.2.0.jar LevelHearts {[email protected] LOAD_REGISTRIES}
angelring-1.15.2-1.2.0.jar Angel Ring {[email protected] LOAD_REGISTRIES}
tombstone-4.4.1-1.15.2.jar Corail Tombstone {[email protected] LOAD_REGISTRIES}
obfuscate-0.4.3-1.15.2.jar Obfuscate {[email protected] LOAD_REGISTRIES}
NaturesAura-28.2.jar Nature's Aura {[email protected] LOAD_REGISTRIES}
MrCrayfishs-Furniture-Mod-1.15.2.jar MrCrayfish's Furniture Mod {[email protected] LOAD_REGISTRIES}
BetterBurning-1.15.2-1.3.4.jar BetterBurning {[email protected] LOAD_REGISTRIES}
CobbleForDays-1.1.3.jar Cobble For Days {[email protected] LOAD_REGISTRIES}
FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 LOAD_REGISTRIES}
CodeChickenLib-1.15.2-3.3.0.373-universal.jar CodeChicken Lib {[email protected] LOAD_REGISTRIES}
cullparticles-1.0.jar Cull Particles {[email protected] LOAD_REGISTRIES}
QuarkOddities-1.15.2.jar Quark Oddities {[email protected] LOAD_REGISTRIES}
AdFinders-1.15.2-4.0.5.0-build.0020.jar Advanced Finders {[email protected] LOAD_REGISTRIES}
torchslabmod-1.15.2_v1.6.15.jar Torch Slab Mod {[email protected] LOAD_REGISTRIES}
mining-helmet-1.15.2-1.0.8.jar Mining Helmet {[email protected] LOAD_REGISTRIES}
woot-1.0.0.0.jar Woot {[email protected] LOAD_REGISTRIES}
jei-1.15.2-6.0.0.4.jar Just Enough Items {[email protected] LOAD_REGISTRIES}
SuperMultiDrills-1.15.2-2.0.1+3.jar Super Multi-Drills {[email protected]+3 LOAD_REGISTRIES}
EverlastingAbilities-1.15.2-1.6.1.jar EverlastingAbilities {[email protected] LOAD_REGISTRIES}
lithium-mc1.15.2-forge-0.4.6-rc3-mod.jar Lithium {[email protected] LOAD_REGISTRIES}
AttributeFix-1.15.2-7.0.2.jar AttributeFix {[email protected] LOAD_REGISTRIES}
goblintraders-1.2.0-1.15.2.jar Goblin Traders {[email protected] LOAD_REGISTRIES}
Mekanism-1.15.2-9.10.8.421.jar Mekanism {[email protected] LOAD_REGISTRIES}
Space-BossTools-1.15.2-v55.jar boss tools {boss_tools@Beta LOAD_REGISTRIES}
OresAboveDiamonds+1.15.2+v4.1.jar Ores Above Diamonds {[email protected] LOAD_REGISTRIES}
SereneSeasons-1.15.2-3.0.0.72-universal.jar Serene Seasons {[email protected] LOAD_REGISTRIES}
FarmingForBlockheads_1.15.2-6.1.3.jar Farming for Blockheads {[email protected] LOAD_REGISTRIES}
RingOfTeleport-1.15.2-1.1.32.jar Ring of Teleport {[email protected] LOAD_REGISTRIES}
pneumaticcraft-repressurized-1.15.2-1.3.2-42.jar PneumaticCraft: Repressurized {[email protected] LOAD_REGISTRIES}
ClickMachine-1.15.2-3.0.2.jar Click Machine {[email protected] LOAD_REGISTRIES}
JEITweaker-1.0.1.jar JEI Tweaker {[email protected] LOAD_REGISTRIES}
infinityworkswithallarrows-1.0.jar Infinity works with all arrows {[email protected] LOAD_REGISTRIES}
CraftTweaker-1.15.2-6.0.0.31.jar CraftTweaker {[email protected] LOAD_REGISTRIES}
extradisks-1.15.2-1.2.2.jar Extra Disks {[email protected] LOAD_REGISTRIES}
ruins-1.15.2.1.jar Ruins {[email protected] LOAD_REGISTRIES}
exp_bottling-1.15.2-1.jar EXP Bottling {[email protected] LOAD_REGISTRIES}
ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] LOAD_REGISTRIES}
MinersAdvantage-1.15.2-1.6.7.29.jar MinersAdvantage {[email protected] LOAD_REGISTRIES}
RottenCreatures-1.15.2-0.9.7.jar Rotten Creatures {[email protected] LOAD_REGISTRIES}
forge-1.15.2-31.2.27-client.jar Minecraft {[email protected] LOAD_REGISTRIES}
Flopper-1.15.2-1.0.6.jar Flopper {[email protected] LOAD_REGISTRIES}
unifix-1.2.jar UniFix {[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-103.jar Immersive Engineering {[email protected] LOAD_REGISTRIES}
fansmod-1.15.2-1.1.6.0.jar Fans Mod {[email protected] LOAD_REGISTRIES}
morevanillalib-1.15.2-1.2.4.jar MoreVanillaLib {[email protected] LOAD_REGISTRIES}
pamhc2crops-1.15.2-1.0.5.jar Pam's HarvestCraft 2 Crops {pamhc2crops@version LOAD_REGISTRIES}
SlimeBottles.jar Craftable Slimeballs {[email protected] LOAD_REGISTRIES}
AdLods-1.15.2-3.0.3.0-build.0035.jar Large Ore Deposits {[email protected] LOAD_REGISTRIES}
jeiintegration_1.15.2-3.1.0.1.jar JEI Integration {[email protected] LOAD_REGISTRIES}
Mantle-1.15.2-1.5.15.jar Mantle {[email protected] LOAD_REGISTRIES}
IntegratedDynamics-1.15.2-1.1.9.jar IntegratedDynamics {[email protected] ERROR, [email protected] LOAD_REGISTRIES}
pamhc2foodcore-1.15.2-1.0.3.jar Pam's HarvestCraft 2 Food Core {pamhc2foodcore@version LOAD_REGISTRIES}
AutoRegLib-1.5-40.jar AutoRegLib {[email protected] LOAD_REGISTRIES}
torcherino-10.0.1.jar Torcherino {[email protected] LOAD_REGISTRIES}
DoubleSlabs-1.15-2.7.2.jar Double Slabs {[email protected] LOAD_REGISTRIES}
themidnight-0.5.9.jar The Midnight {[email protected] LOAD_REGISTRIES}
FastFurnace-1.15.1-3.0.0.jar FastFurnace {[email protected] LOAD_REGISTRIES}
AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {[email protected] LOAD_REGISTRIES}
Vampirism-1.15.2-1.6.0.jar Vampirism {[email protected] LOAD_REGISTRIES, [email protected] LOAD_REGISTRIES}
DurabilityViewer-1.15.2-forge31.1.30-1.7.1.jar Giselbaers Durability Viewer {[email protected] LOAD_REGISTRIES}
Industrial+Agriculture[Mekanism]-1.15.2-1.6.1.jar Industrial Agriculture Plugin-Mekanism {[email protected] LOAD_REGISTRIES}
followingvillagers-1.15.2-1.4.0.jar Following Villagers {[email protected] LOAD_REGISTRIES}
CyclopsCore-1.15.2-1.7.0.jar Cyclops Core {[email protected] LOAD_REGISTRIES}
blood-particles-1.15.2-v1.0.0.jar Blood Particles {[email protected] LOAD_REGISTRIES}
Wyrmroost-1.1.2.jar Wyrmroost {[email protected] LOAD_REGISTRIES}
JustEnoughCalculation-1.15.2-3.6.1.jar Just Enough Calculation {[email protected] LOAD_REGISTRIES}
SwordBlockingCombat-v1.4-1.15.2.jar Sword Blocking Combat {[email protected] LOAD_REGISTRIES}
DoggyTalents-1.15.2-1.15.2.0.jar Doggy Talents {[email protected] LOAD_REGISTRIES}
extrabows-v1.15.2+b2.jar Extra Bows {[email protected] b2 LOAD_REGISTRIES}
Industrial+Agriculture[Core]-1.15.2-1.7.0.jar Industrial Agriculture {[email protected] LOAD_REGISTRIES}
rsgauges-1.15.2-1.2.3.jar Gauges and Switches {[email protected] LOAD_REGISTRIES}
findme-1.15.2-1.3.0.jar Find Me {findme@NONE LOAD_REGISTRIES}
TerraForged-1.15.2-0.0.14.jar TerraForged {[email protected] LOAD_REGISTRIES}
CookingForBlockheads_1.15.2-8.0.1.jar Cooking for Blockheads {[email protected] LOAD_REGISTRIES}
Placebo-1.15.2-3.0.2.jar Placebo {[email protected] LOAD_REGISTRIES}
citadel-1.1.11.jar Citadel {[email protected] LOAD_REGISTRIES}
rats-5.3.1-1.15.2.jar Rats {[email protected] LOAD_REGISTRIES}
Bookshelf-1.15.2-5.6.40.jar Bookshelf {[email protected] LOAD_REGISTRIES}
BetterDrowning-1.15.2-1.0.3.jar BetterDrowning {[email protected] LOAD_REGISTRIES}
u_team_core-1.15.2-2.12.1.158.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.27-universal.jar Forge {[email protected] LOAD_REGISTRIES}
Ceramics-1.15.2-1.4.0.jar Ceramics {[email protected] LOAD_REGISTRIES}
WailaHarvestability-mc1.15.2-1.1.12.jar Waila Harvestability {[email protected] LOAD_REGISTRIES}
cofh_core-1.15.2-0.4.0b.jar CoFH Core {[email protected] LOAD_REGISTRIES}
cryingghasts_1.15.2-1.0.jar Crying Ghasts {[email protected] LOAD_REGISTRIES}
OTA-2.0.2.jar Obsidian Tools and Armor {[email protected] LOAD_REGISTRIES}
MekanismGenerators-1.15.2-9.10.8.421.jar Mekanism: Generators {[email protected] LOAD_REGISTRIES}
FpsReducer-mc1.15.2-1.15.jar FPS Reducer {[email protected] LOAD_REGISTRIES}
dragonmounts-1.0.3.jar Dragon Mounts Legacy {[email protected] LOAD_REGISTRIES}
Rubify1.1.jar Rubify {[email protected] LOAD_REGISTRIES}
Industrial-Reborn-1.15.2-0.4.0.jar Industrial Reborn {[email protected] LOAD_REGISTRIES}
PrettyPipes-1.5.4.jar Pretty Pipes {[email protected] LOAD_REGISTRIES}
quickhomes-1.15.2-1.2.5.jar QuickHomes {[email protected] LOAD_REGISTRIES}
Industrial+Agriculture[Gobber]-1.15.2-1.6.0.jar Industrial Agriculture Plugin-Gobber {[email protected] LOAD_REGISTRIES}
AnimalCrops-1.15.2-0.5.0.jar Animal Crops {[email protected] LOAD_REGISTRIES}
improved-stations-1.1.jar Improved Stations {[email protected] LOAD_REGISTRIES}
CommonCapabilities-1.15.2-2.5.0.jar CommonCapabilities {[email protected] LOAD_REGISTRIES}
TreeGrowingSimulator2020-1.0.0-beta+31.jar Tree Growing Simulator 2020 {[email protected]+31 LOAD_REGISTRIES}
MekanismAdditions-1.15.2-9.10.8.421.jar Mekanism: Additions {[email protected] LOAD_REGISTRIES}
valhelsia_structures-15.0.2a.jar Valhelsia Structures {[email protected] LOAD_REGISTRIES}
Lollipop-1.15.2-1.0.15.jar Lollipop {[email protected] LOAD_REGISTRIES}
vehicle-mod-0.43.4-1.15.2.jar MrCrayfish's Vehicle Mod {[email protected] LOAD_REGISTRIES}
Patchouli-1.15.2-1.2-33.jar Patchouli {[email protected] LOAD_REGISTRIES}
enchantedwolves-1.4.2.jar Enchanted Wolves {[email protected] LOAD_REGISTRIES}
RingOfBlink-1.15.2-1.1.31.jar Ring of Blink {[email protected] LOAD_REGISTRIES}
StrongerSnowballs-1.15.2-1.0.1.jar StrongerSnowballs {[email protected] LOAD_REGISTRIES}
OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE LOAD_REGISTRIES}
EndReborn+[0.6.0].jar End: Reborn {[email protected] LOAD_REGISTRIES}
MysticalCustomization-1.15.2-1.0.0.jar Mystical Customization {[email protected] LOAD_REGISTRIES}
lostcities-1.15-3.0.1-alpha.jar LostCities {[email protected] LOAD_REGISTRIES}
elevatorid-1.15.2-1.7.1.jar Elevator Mod {[email protected] LOAD_REGISTRIES}
Gobber2-1.15.2-2.2.99.jar Gobber 2 {[email protected] LOAD_REGISTRIES}
Enemyz-1.15.2-1.0.1.jar Enemyz {[email protected] LOAD_REGISTRIES}
guncus-1.15.2-1.3.jar Gun Customization {[email protected] LOAD_REGISTRIES}
PowderPower-1.15.2-3.1.64.jar Powder Power {[email protected] LOAD_REGISTRIES}
MekanismTools-1.15.2-9.10.8.421.jar Mekanism: Tools {[email protected] LOAD_REGISTRIES}
cc-tweaked-1.15.2-1.89.1.jar CC: Tweaked {[email protected] LOAD_REGISTRIES}
AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {[email protected] LOAD_REGISTRIES}
netherpspr_1.15-3.0.jar Nether Portal Spread {[email protected] LOAD_REGISTRIES}
tramplestopper-1.15.2-2.0.0.1-universal (1).jar Trample Stopper {[email protected] LOAD_REGISTRIES}
branders-sulfurpotassiummod-1.15.2-2.3.0.jar Sulfur And Potassium - make gunpowder {[email protected] LOAD_REGISTRIES}
speedyladders-1.15.2-1.jar Speedy Ladders {[email protected] LOAD_REGISTRIES}
GameMenuModOption-1.15.2-1.2.jar GameMenuModOption {[email protected] LOAD_REGISTRIES}
Cyclic-1.15.2-0.4.2.jar Cyclic {[email protected] LOAD_REGISTRIES}
attack_speed_enchantment-1.15.2-1.0.2.7.jar Attack Speed Enchantment {[email protected] LOAD_REGISTRIES}
inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {[email protected] LOAD_REGISTRIES}
resynth-4.1.0.jar Resynth {[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.7.jar Cucumber Library {[email protected] LOAD_REGISTRIES}
TrashSlot_1.15.2-11.0.0.jar TrashSlot {[email protected] LOAD_REGISTRIES}
InventorySpam-1.15.1-1.2.3.jar Inventory Spam {inventoryspam@version LOAD_REGISTRIES}
XPFromHarvest-1.15.2-1.2.0.jar XP From Harvest {[email protected] LOAD_REGISTRIES}
pamhc2trees-1.15.2-1.0.5.jar Pam's HarvestCraft 2 Fruit Trees {pamhc2trees@version LOAD_REGISTRIES}
heartdrops-1.15.2-3.0.0.5.jar HeartDrops {[email protected] LOAD_REGISTRIES}
fishtraps-forge-1.15.2-0.0.5.jar Fish Traps {[email protected] LOAD_REGISTRIES}
Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {[email protected] LOAD_REGISTRIES}
Upgrade-Aquatic-1.15.2-v1.6.1.jar Upgrade Aquatic {[email protected] LOAD_REGISTRIES}
The-Endergetic-Expansion-1.15.2-v1.3.1.jar The Endergetic Expansion {[email protected] LOAD_REGISTRIES}
MineWars+1.15.2+(31.1.43).jar MineWars {[email protected] LOAD_REGISTRIES}
WAWLA-1.15.2-3.0.2.jar WAWLA {[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}
goldenhopper-1.1.1-mc1.15.2.jar Golden Hopper {[email protected] LOAD_REGISTRIES}
Clumps-5.0.2.jar Clumps {[email protected] LOAD_REGISTRIES}
good-nights-sleep-1.15.2-1.0.3.jar Good Night's Sleep {[email protected] LOAD_REGISTRIES}
FruitTrees-1.15.2-1.4.1.jar Fruit Trees {[email protected] LOAD_REGISTRIES}
Kiwi-Library-1.15.2.jar Kiwi {[email protected] LOAD_REGISTRIES}
jaqm-1.15.2-1.0.0.1-universal.jar Just Another Quary Mod {[email protected] LOAD_REGISTRIES}
betteranimalsplus-1.15.2-8.2.1.96.jar Better Animals Plus {[email protected] LOAD_REGISTRIES}
TinyMobFarm-1.15.2-1.0.7.jar Tiny Mob Farm {[email protected] LOAD_REGISTRIES}
mcjtylib-1.15-4.1.0-beta.jar McJtyLib {[email protected] LOAD_REGISTRIES}
rftoolsbase-1.15-1.1.1-beta.jar RFToolsBase {[email protected] LOAD_REGISTRIES}
xnet-1.15-2.1.5-beta.jar XNet {[email protected] LOAD_REGISTRIES}
rftoolspower-1.15-2.1.1-beta.jar RFToolsPower {[email protected] LOAD_REGISTRIES}
rftoolsbuilder-1.15-2.1.2-beta.jar RFToolsBuilder {[email protected] LOAD_REGISTRIES}
rftoolscontrol-1.15-3.0.1-beta.jar RFToolsControl {[email protected] LOAD_REGISTRIES}
enchantability-8.1.jar Enchantability {[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}
customfov-FORGE-1.15.2-3.0.0.1.jar Custom FoV {[email protected] LOAD_REGISTRIES}
Swamp-Expansion-1.15.2-v1.7.1.jar Swamp Expansion {swampexpansion@NONE LOAD_REGISTRIES}
AkashicTome-1.3-13.jar Akashic Tome {[email protected] LOAD_REGISTRIES}
Explorercraft-1.15.2-4.0.2.jar Explorercraft {[email protected] LOAD_REGISTRIES}
MysticalAgriculture-1.15.2-3.0.7.jar Mystical Agriculture {[email protected] LOAD_REGISTRIES}
CraftingTweaks_1.15.1-11.0.0.jar Crafting Tweaks {[email protected] LOAD_REGISTRIES}
extraanvils-3.1a.jar Extra Anvils {[email protected] LOAD_REGISTRIES}
rftoolsutility-1.15-2.1.3-beta.jar RFToolsUtility {[email protected] LOAD_REGISTRIES}
EnchantmentDescriptions-1.15.2-2.0.8.jar EnchantmentDescriptions {[email protected] LOAD_REGISTRIES}
Netherrocks-1.15.2-2.1.3.4.jar SimpleOres:Netherrocks {[email protected] LOAD_REGISTRIES}
titanium-1.15.2-2.4.2.jar Titanium {[email protected] LOAD_REGISTRIES}
compactores-1.15.2-2.1.2.jar Compact Ores {[email protected] LOAD_REGISTRIES}
SilentLib-1.15.2-4.6.3+55.jar Silent Lib {[email protected]+55 LOAD_REGISTRIES}
travel_bag-1.1.2-1.15.2.jar Travel Bag {[email protected] LOAD_REGISTRIES}
bluepower-1.15.2-0.4.188-alpha-universal.jar Blue Power {[email protected] LOAD_REGISTRIES}
baubles-1.7.1-1.15.2.jar Baubles {[email protected] LOAD_REGISTRIES}
archers_paradox-1.15.2-0.4.0b.jar Archer's Paradox {[email protected] LOAD_REGISTRIES}
Atmospheric-1.15.2-1.4.0.jar Atmospheric {[email protected] LOAD_REGISTRIES}
Craftable+Saddles+[1.15.2]-1.3.jar Craftable Saddles {[email protected] LOAD_REGISTRIES}
ffenchants-1.15.2-1.3.1.jar FlashFyre's Enchantments {[email protected] LOAD_REGISTRIES}
Battle Weapons Pack-1.0.0-1.15.2.jar Battle Weapons Pack {[email protected] LOAD_REGISTRIES}
Quark-r2.1-238.jar Quark {[email protected] LOAD_REGISTRIES}
Charm-1.15.2-1.5.9.jar Charm {[email protected] LOAD_REGISTRIES}
Enhanced-Mushrooms-1.15.2-v1.2.1.jar Enhanced Mushrooms {enhanced_mushrooms@$1.1.0 LOAD_REGISTRIES}
Industrial+Agriculture[Omega+Craft]-1.15.2-1.6.1.jar Industrial Agriculture Plugin-Omega Craft {[email protected] LOAD_REGISTRIES}
flux-4.17.0.jar Flux {[email protected] LOAD_REGISTRIES}
fl-3.4.0.jar Flux Library {[email protected] LOAD_REGISTRIES}
MaterialMaster-v1.2-1.15.2.jar Material Master {[email protected] LOAD_REGISTRIES}
searchablechests-1.15-1.5.4-2.jar Searchable Chests {[email protected] LOAD_REGISTRIES}
FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {[email protected] LOAD_REGISTRIES}
StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {[email protected] LOAD_REGISTRIES}
overworld_quartz-1.15.2-1.0.0.1.jar Overworld Quartz {[email protected] LOAD_REGISTRIES}
FluxNetworks-1.15.2-5.0.1-2.jar Flux Networks {[email protected] LOAD_REGISTRIES}
performant-1.15-2.11m.jar Performant {[email protected] LOAD_REGISTRIES}
Animalium-0.5.3.jar Animalium {[email protected] LOAD_REGISTRIES}
Statues-1.15.2-0.1.3.2.jar Statues Mod {[email protected] LOAD_REGISTRIES}
MoreCrashInfo-1.0.4.jar MoreCrashInfo {[email protected] LOAD_REGISTRIES}
engineersdecor-1.15.2-1.1.0-b3.jar Engineer's Decor {[email protected] LOAD_REGISTRIES}
SilentGems-1.15.2-3.5.5+88.jar Silent's Gems 3 {[email protected]+88 LOAD_REGISTRIES}
forgemod_VoxelMap-1.9.18b_for_1.15.2.jar VoxelMap {[email protected] LOAD_REGISTRIES}
refinedstorageaddons-0.6.2.jar Refined Storage Addons {[email protected] LOAD_REGISTRIES}
CraftingCraft_1.15.2-8.0.1.jar CraftingCraft {[email protected] LOAD_REGISTRIES}
Morph-o-Tool-1.3-23.jar Morph-o-Tool {[email protected] LOAD_REGISTRIES}
SuperTools-1.1_1.15.2.jar Super Tools {[email protected] LOAD_REGISTRIES}
Omega+Craft+4.1.1b.jar Omega Craft {[email protected] LOAD_REGISTRIES}
bigbuckets-1.1.0.jar BigBuckets {[email protected] LOAD_REGISTRIES}
Kiwi Modules:
fruittrees:cherry
fruittrees:fruittrees
fruittrees:hybridization
kiwi:contributors
Launched Version: MultiMC5
Backend library: LWJGL version 3.2.2 build 10
Backend API: Intel(R) HD Graphics 5500 GL version 4.4.0 - Build 20.19.15.4963, Intel
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) i7-5600U CPU @ 2.60GHz
OptiFine Version: OptiFine_1.15.2_HD_U_G1_pre30
OptiFine Build: 20200622-083032
Render Distance Chunks: 2
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.4.0 - Build 20.19.15.4963
OpenGlRenderer: Intel(R) HD Graphics 5500
OpenGlVendor: Intel
CpuCount: 4

Here is the log of the game.
https://paste.ee/p/al1YD

I do know however that it is caused by Integrated Dynamics.

commented

I got the same error.
If you remove integrated dynamics, the error goes away, however, if you remove apotheosis, as the line at shadows.apotheosis.ench.objects.ItemHellBookshelf.func_150895_a(ItemHellBookshelf.java:47) ~[?:3.1.2] {re:classloading} suggests, the error changes, now occurring within Mekanism (in my case), and then PneumaticCraft if you remove Mekanism, and then Torched. After removing Torched, I get an error screen instead of a hard crash:
image

Here is the log file for this last case:
latest.log

Integrated Dynamics is always listed with status ERROR in the crash reports, while all other mods are listed as LOAD_REGISTRIES.

Here are some crash reports:
crash-2020-06-29_01.58.13-client.txt
crash-2020-06-29_01.55.54-client.txt
crash-2020-06-29_00.54.44-client.txt
crash-2020-06-28_20.33.42-client.txt

Integrated Dynamics does not crash by itself, nor with any one of these mods by themselves, so something else is involved, but I do not know which mod is adding this null key.

commented

this is probably related to #875

commented

definitely related to mekanism/Mekanism#6246

commented

Seems to be a duplicate of #875

commented

So what is the solution?

commented

overall, I'd say integrated dynamics isn't yet ready for use in 1.15.2 and probably won't be for a while

commented

remove integrated dynamics, or if this actually is #875, reduce the number of mods to below 41