Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • java.lang.NullPointerException: Unexpected error
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 0
MoonyBoii1600

java.lang.NullPointerException: Unexpected error

By MoonyBoii1600, December 24, 2020 in Support & Bug Reports

  • Start new topic

Recommended Posts

MoonyBoii1600    0

MoonyBoii1600

MoonyBoii1600    0

  • Tree Puncher
  • MoonyBoii1600
  • Members
  • 0
  • 2 posts
Posted December 24, 2020

I saw a post similar to this and they said to make a back-up world and then remove mods one by one or something like that. Due to an invlaid mob being spawned. would this be the same or is there a certain way to tell what might be the problem?

 

---- Minecraft Crash Report ----

WARNING: coremods are present:
  FarseekCoreMod (Farseek-1.12-2.5.jar)
  AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
  CTMCorePlugin (CTM-MC1.12.2-1.0.1.30.jar)
  AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.7.0-208-universal.jar)
  ForgelinPlugin (Forgelin-1.8.4.jar)
  AstralCore (astralsorcery-1.12.2-1.10.22.jar)
  MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
  ColytraLoadingPlugin (colytra-1.12.2-1.2.0.4.jar)
  RandomPatches (randompatches-1.12.2-1.21.0.0.jar)
  Quark Plugin (Quark-r1.6-178.jar)
  PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.74-core.jar)
  Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.10-1.12.2.jar)
  LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.150.jar)
  PluginLoader (MemoryTester-0.4.2.jar)
Contact their authors BEFORE contacting forge

// Don't do that.

Time: 12/24/20 7:17 AM
Description: Unexpected error

java.lang.NullPointerException: Unexpected error
    at net.minecraft.world.World.getSkyColorBody(World.java:1487)
    at net.minecraft.world.WorldProvider.getSkyColor(WorldProvider.java:463)
    at net.minecraft.world.World.func_72833_a(World.java:1478)
    at net.minecraft.client.renderer.EntityRenderer.func_78466_h(EntityRenderer.java:1723)
    at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1273)
    at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1259)
    at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1062)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1119)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client thread
Stacktrace:
    at net.minecraft.world.World.getSkyColorBody(World.java:1487)
    at net.minecraft.world.WorldProvider.getSkyColor(WorldProvider.java:463)
    at net.minecraft.world.World.func_72833_a(World.java:1478)
    at net.minecraft.client.renderer.EntityRenderer.func_78466_h(EntityRenderer.java:1723)
    at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1273)
    at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1259)

-- Affected level --
Details:
    Level name: MpServer
    All players: 0 total; []
    Chunk stats: MultiplayerChunkCache: 0, 0
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options: 
    Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 0 game time, 0 day time
    Level dimension: 0
    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
    Forced entities: 0 total; []
    Retry entities: 0 total; []
    Server brand: ~~ERROR~~ NullPointerException: null
    Server type: Integrated singleplayer server
Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:420)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2741)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:427)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1569640808 bytes (1496 MB) / 3601334272 bytes (3434 MB) up to 4772593664 bytes (4551 MB)
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5120m -Xms256m -XX:PermSize=256m
    IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
    FML: MCP 9.42 Powered by Forge 14.23.5.2847 199 mods loaded, 199 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State  | ID                                | Version                  | Source                                             | Signature                                |
    |:------ |:--------------------------------- |:------------------------ |:-------------------------------------------------- |:---------------------------------------- |
    | LCHIJA | minecraft                         | 1.12.2                   | minecraft.jar                                      | None                                     |
    | LCHIJA | mcp                               | 9.42                     | minecraft.jar                                      | None                                     |
    | LCHIJA | FML                               | 8.0.99.99                | forge-1.12.2-14.23.5.2847.jar                      | None                                     |
    | LCHIJA | forge                             | 14.23.5.2847             | forge-1.12.2-14.23.5.2847.jar                      | None                                     |
    | LCHIJA | advancedrocketrycore              | 1                        | minecraft.jar                                      | None                                     |
    | LCHIJA | openmodscore                      | 0.12.2                   | minecraft.jar                                      | None                                     |
    | LCHIJA | foamfixcore                       | 7.7.4                    | minecraft.jar                                      | None                                     |
    | LCHIJA | randompatches                     | 1.12.2-1.21.0.0          | randompatches-1.12.2-1.21.0.0.jar                  | None                                     |
    | LCHIJA | fastbench                         | 1.7.3                    | FastWorkbench-1.12.2-1.7.3.jar                     | None                                     |
    | LCHIJA | actuallyadditions                 | 1.12.2-r151              | ActuallyAdditions-1.12.2-r151-2.jar                | None                                     |
    | LCHIJA | baubles                           | 1.5.2                    | Baubles-1.12-1.5.2.jar                             | None                                     |
    | LCHIJA | actuallybaubles                   | 1.1                      | ActuallyBaubles-1.12-1.1.jar                       | None                                     |
    | LCHIJA | redstoneflux                      | 2.1.0                    | RedstoneFlux-1.12-2.1.0.6-universal.jar            | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LCHIJA | cofhcore                          | 4.6.3                    | CoFHCore-1.12.2-4.6.3.27-universal.jar             | None                                     |
    | LCHIJA | ic2                               | 2.8.177-ex112            | industrialcraft-2-2.8.177-ex112.jar                | de041f9f6187debbc77034a344134053277aa3b0 |
    | LCHIJA | libvulpes                         | 0.4.2.-74                | LibVulpes-1.12.2-0.4.2-74-universal.jar            | None                                     |
    | LCHIJA | advancedrocketry                  | 1.7.0.-208               | AdvancedRocketry-1.12.2-1.7.0-208-universal.jar    | None                                     |
    | LCHIJA | ctm                               | MC1.12.2-1.0.1.30        | CTM-MC1.12.2-1.0.1.30.jar                          | None                                     |
    | LCHIJA | appliedenergistics2               | rv6-stable-7             | appliedenergistics2-rv6-stable-7.jar               | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
    | LCHIJA | bdlib                             | 1.14.3.12                | bdlib-1.14.3.12-mc1.12.2.jar                       | None                                     |
    | LCHIJA | ae2stuff                          | 0.7.0.4                  | ae2stuff-0.7.0.4-mc1.12.2.jar                      | None                                     |
    | LCHIJA | endercore                         | 1.12.2-0.5.74            | EnderCore-1.12.2-0.5.74.jar                        | None                                     |
    | LCHIJA | crafttweaker                      | 4.1.19                   | CraftTweaker2-1.12-4.1.19.jar                      | None                                     |
    | LCHIJA | mtlib                             | 3.0.6                    | MTLib-3.0.6.jar                                    | None                                     |
    | LCHIJA | modtweaker                        | 4.0.17                   | modtweaker-4.0.17.jar                              | None                                     |
    | LCHIJA | jei                               | 4.15.0.293               | jei_1.12.2-4.15.0.293.jar                          | None                                     |
    | LCHIJA | thaumcraft                        | 6.1.BETA26               | Thaumcraft-1.12.2-6.1.BETA26.jar                   | None                                     |
    | LCHIJA | codechickenlib                    | 3.2.3.358                | CodeChickenLib-1.12.2-3.2.3.358-universal.jar      | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCHIJA | brandonscore                      | 2.4.18                   | BrandonsCore-1.12.2-2.4.18.210-universal.jar       | None                                     |
    | LCHIJA | cofhworld                         | 1.3.1                    | CoFHWorld-1.12.2-1.3.1.7-universal.jar             | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LCHIJA | thermalfoundation                 | 2.6.3                    | ThermalFoundation-1.12.2-2.6.3.27-universal.jar    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LCHIJA | draconicevolution                 | 2.3.25                   | Draconic-Evolution-1.12.2-2.3.25.351-universal.jar | None                                     |
    | LCHIJA | thermalexpansion                  | 5.5.4                    | ThermalExpansion-1.12.2-5.5.4.43-universal.jar     | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LCHIJA | enderio                           | 5.1.55                   | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
    | LCHIJA | mantle                            | 1.12-1.3.3.55            | Mantle-1.12-1.3.3.55.jar                           | None                                     |
    | LCHIJA | chisel                            | MC1.12.2-1.0.1.44        | Chisel-MC1.12.2-1.0.1.44.jar                       | None                                     |
    | LCHIJA | enderiointegrationtic             | 5.1.55                   | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
    | LCHIJA | quark                             | r1.6-178                 | Quark-r1.6-178.jar                                 | None                                     |
    | LCHIJA | tconstruct                        | 1.12.2-2.13.0.183        | TConstruct-1.12.2-2.13.0.183.jar                   | None                                     |
    | LCHIJA | p455w0rdslib                      | 2.3.161                  | p455w0rdslib-1.12.2-2.3.161.jar                    | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
    | LCHIJA | ae2wtlib                          | 1.0.34                   | AE2WTLib-1.12.2-1.0.34.jar                         | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
    | LCHIJA | aiimprovements                    | 0.0.1.3                  | AIImprovements-1.12-0.0.1b3.jar                    | None                                     |
    | LCHIJA | akashictome                       | 1.2-12                   | AkashicTome-1.2-12.jar                             | None                                     |
    | LCHIJA | applecore                         | 3.2.0                    | AppleCore-mc1.12.2-3.2.0.jar                       | None                                     |
    | LCHIJA | appleskin                         | 1.0.9                    | AppleSkin-mc1.12-1.0.9.jar                         | None                                     |
    | LCHIJA | architecturecraft                 | @VERSION@                | architecturecraft-1.12-3.98.jar                    | None                                     |
    | LCHIJA | astralsorcery                     | 1.10.22                  | astralsorcery-1.12.2-1.10.22.jar                   | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
    | LCHIJA | morphtool                         | 1.2-21                   | Morph-o-Tool-1.2-21.jar                            | None                                     |
    | LCHIJA | autoreglib                        | 1.3-32                   | AutoRegLib-1.3-32.jar                              | None                                     |
    | LCHIJA | backpack                          | 3.0.2                    | backpack-3.0.2-1.12.2.jar                          | None                                     |
    | LCHIJA | badwithernocookiereloaded         | 1.12.2-3.3.16            | badwithernocookiereloaded-1.12.2-3.3.16.jar        | None                                     |
    | LCHIJA | betteradvancements                | 0.1.0.77                 | BetterAdvancements-1.12.2-0.1.0.77.jar             | None                                     |
    | LCHIJA | betterbuilderswands               | 0.13.2                   | BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar  | None                                     |
    | LCHIJA | betterquesting                    | 3.5.323                  | BetterQuesting-3.5.323.jar                         | None                                     |
    | LCHIJA | blockcraftery                     | 1.12.2-1.3.1             | blockcraftery-1.12.2-1.3.1.jar                     | None                                     |
    | LCHIJA | blockdrops                        | 1.4.0                    | blockdrops-1.12.2-1.4.0.jar                        | None                                     |
    | LCHIJA | guideapi                          | 1.12-2.1.8-63            | Guide-API-1.12-2.1.8-63.jar                        | None                                     |
    | LCHIJA | bloodmagic                        | 1.12.2-2.4.3-105         | BloodMagic-1.12.2-2.4.3-105.jar                    | None                                     |
    | LCHIJA | bookshelf                         | 2.3.590                  | Bookshelf-1.12.2-2.3.590.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | botania                           | r1.10-363                | Botania r1.10-363.jar                              | None                                     |
    | LCHIJA | buildinggadgets                   | 2.7.4                    | BuildingGadgets-2.7.4.jar                          | None                                     |
    | LCHIJA | chameleon                         | 1.12-4.1.3               | Chameleon-1.12-4.1.3.jar                           | None                                     |
    | LCHIJA | chiselsandbits                    | 14.33                    | chiselsandbits-14.33.jar                           | None                                     |
    | LCHIJA | chunkpregenerator                 | 2.1                      | Chunk Pregenerator V1.12-2.2.jar                   | None                                     |
    | LCHIJA | clumps                            | 3.1.2                    | Clumps-3.1.2.jar                                   | None                                     |
    | LCHIJA | colytra                           | 1.2.0.4                  | colytra-1.12.2-1.2.0.4.jar                         | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
    | LCHIJA | cyclopscore                       | 1.6.1                    | CyclopsCore-1.12.2-1.6.1.jar                       | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LCHIJA | commoncapabilities                | 2.4.5                    | CommonCapabilities-1.12.2-2.4.5.jar                | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LCHIJA | controlling                       | 3.0.8                    | Controlling-3.0.8.jar                              | None                                     |
    | LCHIJA | cookingforblockheads              | 6.5.0                    | CookingForBlockheads_1.12.2-6.5.0.jar              | None                                     |
    | LCHIJA | cosmeticarmorreworked             | 1.12.2-v4b               | CosmeticArmorReworked-1.12.2-v4b.jar               | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
    | LCHIJA | ctgui                             | 1.0.0                    | CraftTweaker2-1.12-4.1.19.jar                      | None                                     |
    | LCHIJA | crafttweakerjei                   | 2.0.3                    | CraftTweaker2-1.12-4.1.19.jar                      | None                                     |
    | LCHIJA | custombackgrounds                 | 1.0                      | CustomBackgrounds-MC1.12-1.1.1.jar                 | None                                     |
    | LCHIJA | custommainmenu                    | 2.0.9.1                  | CustomMainMenu-MC1.12.2-2.0.9.1.jar                | None                                     |
    | LCHIJA | waila                             | 1.8.26                   | Hwyla-1.8.26-B41_1.12.2.jar                        | None                                     |
    | LCHIJA | stg                               | 1.12.2-1.2.3             | stg-1.12.2-1.2.3.jar                               | None                                     |
    | LCHIJA | mousetweaks                       | 2.10                     | MouseTweaks-2.10-mc1.12.2.jar                      | None                                     |
    | LCHIJA | danknull                          | 1.7.89                   | DankNull-1.12.2-1.7.89.jar                         | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
    | LCHIJA | darkutils                         | 1.8.230                  | DarkUtils-1.12.2-1.8.230.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | journeymap                        | 1.12.2-5.7.0             | journeymap-1.12.2-5.7.0.jar                        | None                                     |
    | LCHIJA | defaultoptions                    | 9.2.8                    | DefaultOptions_1.12.2-9.2.8.jar                    | None                                     |
    | LCHIJA | demagnetize                       | 1.12.2-1.1.0             | demagnetize-1.12.2-1.1.1.jar                       | None                                     |
    | LCHIJA | diethopper                        | 1.1                      | diethopper-1.1.jar                                 | None                                     |
    | LCHIJA | ding                              | 1.0.2                    | Ding-1.12.2-1.0.2.jar                              | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LCHIJA | dirt2path                         | 1.7.1                    | dirt2path-1.8.0.jar                                | None                                     |
    | LCHIJA | discordsuite                      | 2.2.4                    | DiscordSuite-2.2.4.jar                             | None                                     |
    | LCHIJA | enderiobase                       | 5.1.55                   | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
    | LCHIJA | enderioconduits                   | 5.1.55                   | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
    | LCHIJA | enderioconduitsappliedenergistics | 5.1.55                   | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
    | LCHIJA | enderioconduitsopencomputers      | 5.1.55                   | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
    | LCHIJA | enderioconduitsrefinedstorage     | 5.1.55                   | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
    | LCHIJA | forestry                          | 5.8.2.418                | forestry_1.12.2-5.8.2.418.jar                      | None                                     |
    | LCHIJA | enderiointegrationforestry        | 5.1.55                   | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
    | LCHIJA | enderiointegrationticlate         | 5.1.55                   | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
    | LCHIJA | ftblib                            | 5.4.4.5                  | FTBLib-5.4.4.5.jar                                 | None                                     |
    | LCHIJA | enderiomachines                   | 5.1.55                   | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
    | LCHIJA | enderiopowertools                 | 5.1.55                   | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
    | LCHIJA | enderstorage                      | 2.4.6.137                | EnderStorage-1.12.2-2.4.6.137-universal.jar        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCHIJA | immersiveengineering              | 0.12-92                  | ImmersiveEngineering-0.12-92.jar                   | 4cb49fcde3b43048c9889e0a3d083225da926334 |
    | LCHIJA | engineersdoors                    | 0.8.0                    | engineers_doors-1.12.2-0.8.0.jar                   | None                                     |
    | LCHIJA | valkyrielib                       | 1.12.2-2.0.20.1          | valkyrielib-1.12.2-2.0.20.1.jar                    | None                                     |
    | LCHIJA | environmentaltech                 | 1.12.2-2.0.20.1          | environmentaltech-1.12.2-2.0.20.1.jar              | None                                     |
    | LCHIJA | extrabitmanipulation              | 1.12.2-3.4.1             | ExtraBitManipulation-1.12.2-3.4.1.jar              | None                                     |
    | LCHIJA | extrautils2                       | 1.0                      | extrautils2-1.12-1.9.9.jar                         | None                                     |
    | LCHIJA | farmingforblockheads              | 3.1.28                   | FarmingForBlockheads_1.12.2-3.1.28.jar             | None                                     |
    | LCHIJA | farseek                           | 2.5                      | Farseek-1.12-2.5.jar                               | None                                     |
    | LCHIJA | fastfurnace                       | 1.3.1                    | FastFurnace-1.12.2-1.3.1.jar                       | None                                     |
    | LCHIJA | fencejumper                       | 1.0.5                    | fencejumper-1.12-1.0.5.jar                         | None                                     |
    | LCHIJA | foamfix                           | 0.10.10-1.12.2           | foamfix-0.10.10-1.12.2.jar                         | None                                     |
    | LCHIJA | forgelin                          | 1.8.4                    | Forgelin-1.8.4.jar                                 | None                                     |
    | LCHIJA | ftbbackups                        | 1.1.0.1                  | FTBBackups-1.1.0.1.jar                             | None                                     |
    | LCHIJA | ftbutilities                      | 5.4.0.124                | FTBUtilities-5.4.0.124.jar                         | None                                     |
    | LCHIJA | fw                                | 1.6.0                    | FullscreenWindowed-1.12-1.6.0.jar                  | None                                     |
    | LCHIJA | mcmultipart                       | 2.5.3                    | MCMultiPart-2.5.3.jar                              | None                                     |
    | LCHIJA | mekanism                          | 1.12.2-9.8.3.390         | Mekanism-1.12.2-9.8.3.390.jar                      | None                                     |
    | LCHIJA | gasconduits                       | 1.12.2-1.2.1             | GasConduits-1.12.2-1.2.2.jar                       | None                                     |
    | LCHIJA | gunpowderlib                      | 1.12.2-1.0               | GunpowderLib-1.12.2-1.0.jar                        | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
    | LCHIJA | immersivepetroleum                | 1.1.9                    | immersivepetroleum-1.12.2-1.1.9.jar                | None                                     |
    | LCHIJA | immersivetech                     | 1.3.10                   | immersivetech-1.12-1.3.10.jar                      | None                                     |
    | LCHIJA | incontrol                         | 3.9.16                   | incontrol-1.12-3.9.16.jar                          | None                                     |
    | LCHIJA | teslacorelib                      | 1.0.17                   | tesla-core-lib-1.12.2-1.0.17.jar                   | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | industrialforegoing               | 1.12.2-1.12.2            | industrialforegoing-1.12.2-1.12.13-237.jar         | None                                     |
    | LCHIJA | inventorytweaks                   | 1.64+dev.150.7168e7a     | InventoryTweaks-1.64+dev.150.jar                   | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
    | LCHIJA | ironchest                         | 1.12.2-7.0.67.844        | ironchest-1.12.2-7.0.72.847.jar                    | None                                     |
    | LCHIJA | jaopca                            | 1.12.2-2.2.8.103         | JAOPCA-1.12.2-2.2.8.103.jar                        | None                                     |
    | LCHIJA | oredictinit                       | 1.12.2-2.2.1.71          | JAOPCA-1.12.2-2.2.8.103.jar                        | None                                     |
    | LCHIJA | jeibees                           | 0.9.0.5                  | jeibees-0.9.0.5-mc1.12.2.jar                       | None                                     |
    | LCHIJA | jeivillagers                      | 1.0                      | jeivillagers-1.12-1.0.2.jar                        | None                                     |
    | LCHIJA | jepb                              | 1.2.1                    | jepb-1.12-1.2.1.jar                                | None                                     |
    | LCHIJA | jetif                             | 1.5.1                    | jetif-1.12.2-1.5.1.jar                             | None                                     |
    | LCHIJA | harvestcraft                      | 1.12.2zb                 | Pam's HarvestCraft 1.12.2zg.jar                    | None                                     |
    | LCHIJA | jehc                              | 1.7.0                    | just-enough-harvestcraft-1.12.2-1.7.0.jar          | None                                     |
    | LCHIJA | justenoughpetroleum               | 0.1                      | JustEnoughPetroleum-0.1.jar                        | None                                     |
    | LCHIJA | jeresources                       | 0.9.2.60                 | JustEnoughResources-1.12.2-0.9.2.60.jar            | None                                     |
    | LCHIJA | reborncore                        | 3.19.2.522               | RebornCore-1.12.2-3.19.2.522-universal.jar         | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
    | LCHIJA | justsleep                         | 1.0.0.1                  | JustSleep-1.0.0.1.jar                              | None                                     |
    | LCHIJA | kleeslabs                         | 5.4.12                   | KleeSlabs_1.12.2-5.4.12.jar                        | None                                     |
    | LCHIJA | lootcapacitortooltips             | 1.3                      | lootcapacitortooltips-1.3.jar                      | None                                     |
    | LCHIJA | lttweaker                         | 1.1.17                   | LootTableTweaker-1.12.2-1.1.17.jar                 | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | lunatriuscore                     | 1.2.0.42                 | LunatriusCore-1.12.2-1.2.0.42-universal.jar        | None                                     |
    | LCHIJA | mcjtylib_ng                       | 3.5.4                    | mcjtylib-1.12-3.5.4.jar                            | None                                     |
    | LCHIJA | mekanismgenerators                | 1.12.2-9.8.3.390         | MekanismGenerators-1.12.2-9.8.3.390.jar            | None                                     |
    | LCHIJA | mekanismtools                     | 1.12.2-9.8.3.390         | MekanismTools-1.12.2-9.8.3.390.jar                 | None                                     |
    | LCHIJA | moreoverlays                      | 1.15.1                   | moreoverlays-1.15.1-mc1.12.2.jar                   | None                                     |
    | LCHIJA | neat                              | 1.4-17                   | Neat 1.4-17.jar                                    | None                                     |
    | LCHIJA | nmsot                             | 1.2.2-mc1.12.2           | NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar            | None                                     |
    | LCHIJA | nonvflash                         | 1.2.0                    | NoNVFlash-1.12.2-1.2.0.3-universal.jar             | None                                     |
    | LCHIJA | nuclearcraft                      | 2.18o                    | NuclearCraft-2.18o-1.12.2.jar                      | None                                     |
    | LCHIJA | oldjava                           | 1.1.11                   | OldJavaWarning-1.12.2-1.1.11.jar                   | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | openmods                          | 0.12.2                   | OpenModsLib-1.12.2-0.12.2.jar                      | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
    | LCHIJA | openblocks                        | 1.8.1                    | OpenBlocks-1.12.2-1.8.1.jar                        | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
    | LCHIJA | oreexcavation                     | 1.4.150                  | OreExcavation-1.4.150.jar                          | None                                     |
    | LCHIJA | placebo                           | 1.6.0                    | Placebo-1.12.2-1.6.0.jar                           | None                                     |
    | LCHIJA | planefix                          | 1.0.0                    | PlaneFix-1.12.2-1.0.0.jar                          | None                                     |
    | LCHIJA | plustic                           | 7.1.6.1                  | plustic-7.1.6.1.jar                                | None                                     |
    | LCHIJA | prettybeaches                     | 1.0.4                    | PrettyBeaches_1.12.2-1.0.4.jar                     | None                                     |
    | LCHIJA | projectintelligence               | 1.0.9                    | ProjectIntelligence-1.12.2-1.0.9.28-universal.jar  | None                                     |
    | LCHIJA | questbook                         | 3.1.1-1.12               | questbook-3.1.1-1.12.jar                           | None                                     |
    | LCHIJA | quickleafdecay                    | 1.2.4                    | QuickLeafDecay-MC1.12.1-1.2.4.jar                  | None                                     |
    | LCHIJA | redstonearsenal                   | 2.6.3                    | RedstoneArsenal-1.12.2-2.6.3.18-universal.jar      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LCHIJA | resourceloader                    | 1.5.3                    | ResourceLoader-MC1.12.1-1.5.3.jar                  | d72e0dd57935b3e9476212aea0c0df352dd76291 |
    | LCHIJA | rftools                           | 7.73                     | rftools-1.12-7.73.jar                              | None                                     |
    | LCHIJA | rftoolsdim                        | 5.71                     | rftoolsdim-1.12-5.71.jar                           | None                                     |
    | LCHIJA | rustic                            | 1.1.2                    | rustic-1.1.2.jar                                   | None                                     |
    | LCHIJA | scannable                         | 1.6.3.24                 | Scannable-MC1.12.2-1.6.3.24.jar                    | None                                     |
    | LCHIJA | schematica                        | 1.8.0.169                | Schematica-1.12.2-1.8.0.169-universal.jar          | None                                     |
    | LCHIJA | bq_standard                       | 3.4.173                  | StandardExpansion-3.4.173.jar                      | None                                     |
    | LCHIJA | storagedrawers                    | 1.12.2-5.4.1             | StorageDrawers-1.12.2-5.4.1.jar                    | None                                     |
    | LCHIJA | streams                           | 0.4.8                    | Streams-1.12-0.4.8.jar                             | None                                     |
    | LCHIJA | supersoundmuffler                 | 1.0.2.10                 | supersoundmuffler-revived_1.12.2_1.0.2.10.jar      | None                                     |
    | LCHIJA | tcinventoryscan                   | 2.0.10                   | ThaumicInventoryScanning_1.12.2-2.0.10.jar         | None                                     |
    | LCHIJA | thaumicjei                        | 1.6.0                    | ThaumicJEI-1.12.2-1.6.0-27.jar                     | None                                     |
    | LCHIJA | thaumictinkerer                   | 1.12.2-5.0-353c71c       | thaumictinkerer-1.12.2-5.0-353c71c.jar             | None                                     |
    | LCHIJA | thermalcultivation                | 0.3.3                    | ThermalCultivation-1.12.2-0.3.3.12-universal.jar   | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LCHIJA | thermaldynamics                   | 2.5.5                    | ThermalDynamics-1.12.2-2.5.5.21-universal.jar      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LCHIJA | thermalinnovation                 | 0.3.3                    | ThermalInnovation-1.12.2-0.3.3.12-universal.jar    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LCHIJA | tinkertoolleveling                | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar                | None                                     |
    | LCHIJA | tips                              | 1.0.8                    | Tips-1.12.2-1.0.8.jar                              | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | tipthescales                      | 1.0.4                    | TipTheScales-1.12.2-1.0.4.jar                      | None                                     |
    | LCHIJA | toastcontrol                      | 1.8.1                    | Toast Control-1.12.2-1.8.1.jar                     | None                                     |
    | LCHIJA | tombmanygraves                    | 1.12-4.2.0               | TombManyGraves-1.12-4.2.0.jar                      | None                                     |
    | LCHIJA | torchmaster                       | 1.8.1.81                 | torchmaster_1.12.2-1.8.1.81.jar                    | 5e9a436b366831c8f54a7e80b015784da69278c6 |
    | LCHIJA | torohealthmod                     | 1.12.2-11                | torohealth-1.12.2-11.jar                           | None                                     |
    | LCHIJA | unloader                          | 1.2.0                    | unloader-1.2.0.jar                                 | None                                     |
    | LCHIJA | universalmodifiers                | 1.12.2-1.0.16.1          | valkyrielib-1.12.2-2.0.20.1.jar                    | None                                     |
    | LCHIJA | villagermarket                    | 1.0.2                    | villager-market-1.12.2-1.0.2.jar                   | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | wanionlib                         | 1.12.2-2.2               | WanionLib-1.12.2-2.2.jar                           | None                                     |
    | LCHIJA | wawla                             | 2.6.274                  | Wawla-1.12.2-2.6.274.jar                           | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | wct                               | 3.12.97                  | WirelessCraftingTerminal-1.12.2-3.12.97.jar        | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
    | LCHIJA | xnet                              | 1.8.2                    | xnet-1.12-1.8.2.jar                                | None                                     |
    | LCHIJA | ynot                              | 0.2.4                    | YNot-0.2.4.jar                                     | None                                     |
    | LCHIJA | phosphor-lighting                 | 1.12.2-0.2.6             | phosphor-1.12.2-0.2.6+build50-universal.jar        | f0387d288626cc2d937daa504e74af570c52a2f1 |
    | LCHIJA | reauth                            | 3.6.0                    | reauth-3.6.0.jar                                   | daba0ec4df71b6da841768c49fb873def208a1e3 |
    | LCHIJA | solcarrot                         | 1.8.3                    | solcarrot-1.12.2-1.8.3.jar                         | None                                     |
    | LCHIJA | mysticallib                       | 1.12.2-1.6.0             | mysticallib-1.12.2-1.6.0.jar                       | None                                     |
    | LCHIJA | teslacorelib_registries           | 1.0.17                   | tesla-core-lib-1.12.2-1.0.17.jar                   | None                                     |
    | LCHIJA | unidict                           | 1.12.2-2.9.2             | UniDict-1.12.2-2.9.2.jar                           | None                                     |
    | LCHIJA | wrapup                            | 1.12-1.1.3               | WrapUp-1.12-1.1.3.jar                              | None                                     |

    Loaded coremods (and transformers): 
FarseekCoreMod (Farseek-1.12-2.5.jar)
  farseek.core.FarseekClassTransformer
AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
  squeek.applecore.asm.TransformerModuleHandler
CTMCorePlugin (CTM-MC1.12.2-1.0.1.30.jar)
  team.chisel.ctm.client.asm.CTMTransformer
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.7.0-208-universal.jar)
  zmaster587.advancedRocketry.asm.ClassTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)
  
AstralCore (astralsorcery-1.12.2-1.10.22.jar)
  
MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  mekanism.coremod.KeybindingMigrationHelper
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  openmods.core.OpenModsClassTransformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
ColytraLoadingPlugin (colytra-1.12.2-1.2.0.4.jar)
  c4.colytra.asm.ElytraTransformer
RandomPatches (randompatches-1.12.2-1.21.0.0.jar)
  com.therandomlabs.randompatches.core.RPTransformer
Quark Plugin (Quark-r1.6-178.jar)
  vazkii.quark.base.asm.ClassTransformer
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
  
EnderCorePlugin (EnderCore-1.12.2-0.5.74-core.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
  com.enderio.core.common.transform.SimpleMixinPatcher
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.10-1.12.2.jar)
  pl.asie.foamfix.coremod.FoamFixTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  lumien.resourceloader.asm.ClassTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.150.jar)
  invtweaks.forge.asm.ContainerTransformer
PluginLoader (MemoryTester-0.4.2.jar)
  
    GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 25.20.100.6373' Renderer: 'Intel(R) HD Graphics 530'
    OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
    AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
    Pulsar/tconstruct loaded Pulses: 
        - TinkerCommons (Enabled/Forced)
        - TinkerWorld (Enabled/Not Forced)
        - TinkerTools (Enabled/Not Forced)
        - TinkerHarvestTools (Enabled/Forced)
        - TinkerMeleeWeapons (Enabled/Forced)
        - TinkerRangedWeapons (Enabled/Forced)
        - TinkerModifiers (Enabled/Forced)
        - TinkerSmeltery (Enabled/Not Forced)
        - TinkerGadgets (Enabled/Not Forced)
        - TinkerOredict (Enabled/Forced)
        - TinkerIntegration (Enabled/Forced)
        - TinkerFluids (Enabled/Forced)
        - TinkerMaterials (Enabled/Forced)
        - TinkerModelRegister (Enabled/Forced)
        - chiselIntegration (Enabled/Not Forced)
        - chiselsandbitsIntegration (Enabled/Not Forced)
        - wailaIntegration (Enabled/Not Forced)
        - quarkIntegration (Enabled/Not Forced)

    List of loaded APIs: 
        * actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r151-2.jar
        * ae2wtlib|API (1.0.34) from AE2WTLib-1.12.2-1.0.34.jar
        * AppleCoreAPI (3.2.0) from AppleCore-mc1.12.2-3.2.0.jar
        * appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-7.jar
        * Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
        * betteradvancements|API (0.1.0.77) from BetterAdvancements-1.12.2-0.1.0.77.jar
        * BetterQuesting|API (3.2) from BetterQuesting-3.5.323.jar
        * BetterQuesting|API2 (3.1) from BetterQuesting-3.5.323.jar
        * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
        * bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.4.3-105.jar
        * BotaniaAPI (79) from AkashicTome-1.2-12.jar
        * Chisel-API (0.0.1) from Chisel-MC1.12.2-1.0.1.44.jar
        * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-1.0.1.44.jar
        * ChiselsAndBitsAPI (14.25.0) from chiselsandbits-14.33.jar
        * cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.3.27-universal.jar
        * commoncapabilities|api (0.0.1) from CommonCapabilities-1.12.2-2.4.5.jar
        * cosmeticarmorreworked|api (1.0.0) from CosmeticArmorReworked-1.12.2-v4b.jar
        * ctm-api (0.1.0) from CTM-MC1.12.2-1.0.1.30.jar
        * ctm-api-events (0.1.0) from CTM-MC1.12.2-1.0.1.30.jar
        * ctm-api-models (0.1.0) from CTM-MC1.12.2-1.0.1.30.jar
        * ctm-api-textures (0.1.0) from CTM-MC1.12.2-1.0.1.30.jar
        * ctm-api-utils (0.1.0) from CTM-MC1.12.2-1.0.1.30.jar
        * DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.25.351-universal.jar
        * enderioapi (4.0.0) from EnderIO-1.12.2-5.1.55.jar
        * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.1.55.jar
        * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.1.55.jar
        * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.1.55.jar
        * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.1.55.jar
        * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.1.55.jar
        * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.1.55.jar
        * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.1.55.jar
        * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.1.55.jar
        * farmingforblockheads|api (1.0) from FarmingForBlockheads_1.12.2-3.1.28.jar
        * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.2.418.jar
        * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.2.418.jar
        * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.2.418.jar
        * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.2.418.jar
        * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.2.418.jar
        * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.2.418.jar
        * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.2.418.jar
        * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.2.418.jar
        * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.2.418.jar
        * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.2.418.jar
        * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.2.418.jar
        * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.2.418.jar
        * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.2.418.jar
        * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.2.418.jar
        * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.2.418.jar
        * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.2.418.jar
        * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.2.418.jar
        * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.2.418.jar
        * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.2.418.jar
        * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.8-63.jar
        * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-92.jar
        * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-92.jar
        * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.13-237.jar
        * jeresources|API (0.9.2.60) from JustEnoughResources-1.12.2-0.9.2.60.jar
        * journeymap|client-api (1.4) from journeymap-1.12.2-5.7.0.jar
        * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.7.0.jar
        * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.7.0.jar
        * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.7.0.jar
        * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.7.0.jar
        * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.293.jar
        * MekanismAPI|core (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
        * MekanismAPI|energy (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
        * MekanismAPI|gas (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
        * MekanismAPI|infuse (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
        * MekanismAPI|laser (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
        * MekanismAPI|transmitter (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
        * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.8.3.390.jar
        * MouseTweaks|API (1.0) from MouseTweaks-2.10-mc1.12.2.jar
        * openblocks|api (1.2) from OpenBlocks-1.12.2-1.8.1.jar
        * QuarkAPI (4) from Quark-r1.6-178.jar
        * reborncoreAPI (3.19.2.522) from RebornCore-1.12.2-3.19.2.522-universal.jar
        * reborncoreAPI|Power (3.19.2.522) from RebornCore-1.12.2-3.19.2.522-universal.jar
        * reborncoreAPI|Recipe (3.19.2.522) from RebornCore-1.12.2-3.19.2.522-universal.jar
        * reborncoreAPI|Tile (3.19.2.522) from RebornCore-1.12.2-3.19.2.522-universal.jar
        * redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar
        * SchematicaAPI (1.1) from Schematica-1.12.2-1.8.0.169-universal.jar
        * SchematicaAPI|Events (1.1) from Schematica-1.12.2-1.8.0.169-universal.jar
        * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar
        * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar
        * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar
        * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar
        * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar
        * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar
        * team_reborn|Praescriptum (3.19.2.522) from RebornCore-1.12.2-3.19.2.522-universal.jar
        * Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA26.jar
        * valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.20.1.jar
        * WailaAPI (1.3) from Hwyla-1.8.26-B41_1.12.2.jar
        * wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.12.97.jar
    RebornCore: 
        Plugin Engine: 0
        RebornCore Version: 3.19.2.522
        Runtime Debofucsation 1
        RenderEngine: 0
    Ender IO: No known problems detected.

    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    !!!You are looking at the diagnostics information, not at the crash.       !!!
    !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    forestry : Modules have been disabled in the config: Crate
    AE2 Integration: IC2:ON, RC:OFF, MFR:OFF, Waila:ON, InvTweaks:ON, JEI:ON, Mekanism:ON, OpenComputers:OFF, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:ON
    Launched Version: forge-14.23.5.2847
    LWJGL: 2.9.4
    OpenGL: Intel(R) HD Graphics 530 GL version 4.5.0 - Build 25.20.100.6373, Intel
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: 
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 8x Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz

Share this post


Link to post
Share on other sites

MoonyBoii1600    0

MoonyBoii1600

MoonyBoii1600    0

  • Tree Puncher
  • MoonyBoii1600
  • Members
  • 0
  • 2 posts
Posted December 24, 2020

I also want to mention this is through the curseforge app. I don't know if that makes any difference.

Share this post


Link to post
Share on other sites

diesieben07    7687

diesieben07

diesieben07    7687

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7687
  • 56228 posts
Posted December 24, 2020

1.12 is no longer supported on this forum.

Please update to a modern version of Minecraft to receive support.

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  
Followers 0
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • NullDev
      [Solved] Custom Slime Block not working with Pistons

      By NullDev · Posted 1 minute ago

      Turns out it was a problem with IntelliJ. Not sure what, but I restarted it and everything is working fine now.
    • diesieben07
      Right Way To Add Arbitrary Data To PlayerEntities

      By diesieben07 · Posted 2 minutes ago

      Because they are originally intended to support "this object can do X"-scenarios. For example: "this tile entity has an inventory" (or in capability-speak: "this tile entity has the inventory capability"). For example, to get an object's inventory capability you call thing.getCapability(ITEM_HANDLER_CAPABILITY, null). This gives you a LazyOptional, which will either be present (thing has an inventory) or not (thing doesn't have an inventory). The facing can be used to convey additional info. For blocks it means the actual facing (a furnace exposes a different inventory on the top than on the bottom), for other things it could mean all kinds of things (entities use sides to give access to separate inventories for just armor or just the held item).   Additionally, you can also use AttachCapabilitiesEvent to attach capabilities to "foreign objects". What you attach here is not really a capability, but a capability provider ("something that can have capabilities") - the capabilities given by this provider will also be exposed by the "foreign object". This provider is special, in that it can also save data, which will be attached to the "foreign object". This whole mechanism allows you to: Write your own capability which stores the data you need. Write your own provider which manages serialization of that data and exposes the capability. Attach that provider to all players using AttachCapabilitiesEvent - players will now store your data.
    • cadbane86140
      Minecraft: Harry Potter Episode #2- Getting Sorted into our Houses!

      By cadbane86140 · Posted 3 minutes ago

      Hello There! Today is the day we get sorted into our Hogwarts Houses! But it is very different than it is in the movies, we actually have to answer a series of questions and then we will be put into the houses. But during our questions of course we have to meme during it which just makes up for some hilarious moments! I hope you all enjoy this video and if you did don't forget to like and sub for more!  
    • diesieben07
      [Solved] Custom Slime Block not working with Pistons

      By diesieben07 · Posted 12 minutes ago

      Cannot reproduce:
    • Iron1601
      Right Way To Add Arbitrary Data To PlayerEntities

      By Iron1601 · Posted 17 minutes ago

      Thanks. I do wonder though, why are they called Capabilities? What does that mean in this context? I would imagine it's the ability for an object to do something, which then I'm not sure how that translates to checking if it is doing it, but then there are types and also "facing" which I don't think is like in world directions. 
  • Topics

    • NullDev
      8
      [Solved] Custom Slime Block not working with Pistons

      By NullDev
      Started 18 hours ago

    • Iron1601
      3
      Right Way To Add Arbitrary Data To PlayerEntities

      By Iron1601
      Started 1 hour ago

    • cadbane86140
      0
      Minecraft: Harry Potter Episode #2- Getting Sorted into our Houses!

      By cadbane86140
      Started 3 minutes ago

    • KBomb
      23
      Mods aren't loading on Forge 1.16.5 server

      By KBomb
      Started Yesterday at 07:32 PM

    • Jeldrik
      8
      Starting GUI on key Input

      By Jeldrik
      Started 19 hours ago

  • Who's Online (See full list)

    • NullDev
    • lupicus
    • loordgek
    • diesieben07
    • vemerion
    • Iron1601
    • Aecht_Rob
    • cadbane86140
    • Leonardlasardine
    • Jeldrik
    • tabr
    • jmb19905
    • MimicRaccoon821
    • WindRunner7
    • Leronus
    • ryo
    • Hippl
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • java.lang.NullPointerException: Unexpected error
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community