Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Minecraft Forge 1.12.2 Crashing on Phase 1

Featured Replies

Posted

Forge Crashes When it seems to finish Pre-Initializing Mods Phase 1 and I can't find whats causing it. Heres The Log File For More Detailed Information.

---- Minecraft Crash Report ----

WARNING: coremods are present:
  LoadingPlugin (Xaeros_Minimap_20.14.0_Forge_1.12.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.5-1.12.2.jar)
  TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
  MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  Techguns Core (Techguns-Mod-1.12.2.jar)
  PerformantLoadingPlugin (performant-1.12.2-1.10.jar)
  ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar)
  PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.1.5build30-universal.jar)
  LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
  Plugin (NotEnoughIDs-1.5.4.4.jar)
  llibrary (llibrary-core-1.0.11-1.12.2.jar)
  iceandfire (Ice&Fire.jar)
  TheBetweenlandsLoadingPlugin (TheBetweenlands-3.6.1-core.jar)
Contact their authors BEFORE contacting forge

// This doesn't make any sense!

Time: 7/4/20 9:46 AM
Description: Initializing game

java.lang.NullPointerException: Initializing game
	at com.conquestreforged.client.ModelFilterList.getModel(ModelFilterList.java:37)
	at com.conquestreforged.client.ModelFilterList.add(ModelFilterList.java:30)
	at com.conquestreforged.client.ModelFilterList.add(ModelFilterList.java:16)
	at java.util.AbstractList.add(Unknown Source)
	at com.conquestreforged.common.blockmeta.BlockSimpleMeta.func_149666_a(BlockSimpleMeta.java:133)
	at net.minecraft.item.ItemBlock.func_150895_a(ItemBlock.java:149)
	at com.conquestreforged.common.item.ItemBlockSimple.func_150895_a(ItemBlockSimple.java:21)
	at fossilsarcheology.server.recipe.FAMachineRecipeRegistry.init(FAMachineRecipeRegistry.java:201)
	at fossilsarcheology.server.ServerProxy.registerItems(ServerProxy.java:158)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_545_ServerProxy_registerItems_Register.invoke(.dynamic)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
	at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
	at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
	at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:850)
	at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:630)
	at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
	at net.minecraft.client.main.Main.main(SourceFile:123)
	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.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 com.conquestreforged.client.ModelFilterList.getModel(ModelFilterList.java:37)
	at com.conquestreforged.client.ModelFilterList.add(ModelFilterList.java:30)
	at com.conquestreforged.client.ModelFilterList.add(ModelFilterList.java:16)
	at java.util.AbstractList.add(Unknown Source)
	at com.conquestreforged.common.blockmeta.BlockSimpleMeta.func_149666_a(BlockSimpleMeta.java:133)
	at net.minecraft.item.ItemBlock.func_150895_a(ItemBlock.java:149)
	at com.conquestreforged.common.item.ItemBlockSimple.func_150895_a(ItemBlockSimple.java:21)
	at fossilsarcheology.server.recipe.FAMachineRecipeRegistry.init(FAMachineRecipeRegistry.java:201)
	at fossilsarcheology.server.ServerProxy.registerItems(ServerProxy.java:158)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_545_ServerProxy_registerItems_Register.invoke(.dynamic)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
	at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
	at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
	at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:850)
	at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:630)
	at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)

-- Initialization --
Details:
Stacktrace:
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
	at net.minecraft.client.main.Main.main(SourceFile:123)
	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.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_241, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 1607749896 bytes (1533 MB) / 3623878656 bytes (3456 MB) up to 5368709120 bytes (5120 MB)
	JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
	FML: MCP 9.42 Powered by Forge 14.23.5.2847 Optifine OptiFine_1.12.2_HD_U_F5 124 mods loaded, 124 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                                |
	|:----- |:---------------------- |:----------------------- |:---------------------------------------------------- |:---------------------------------------- |
	| LCH   | minecraft              | 1.12.2                  | minecraft.jar                                        | None                                     |
	| LCH   | mcp                    | 9.42                    | minecraft.jar                                        | None                                     |
	| LCH   | FML                    | 8.0.99.99               | forge-1.12.2-14.23.5.2847.jar                        | None                                     |
	| LCH   | forge                  | 14.23.5.2847            | forge-1.12.2-14.23.5.2847.jar                        | None                                     |
	| LCH   | xaerominimap_core      | 1.12.2-1.0              | minecraft.jar                                        | None                                     |
	| LCH   | foamfixcore            | 7.7.4                   | minecraft.jar                                        | None                                     |
	| LCH   | opencomputers|core     | 1.7.5.192               | minecraft.jar                                        | None                                     |
	| LCH   | techguns_core          | 1.12.2-1.0              | minecraft.jar                                        | None                                     |
	| LCH   | even_more_extra_biomes | 1.0.0                   | 1.12.2_even_more_extra_biomes_v1.0.0.jar             | None                                     |
	| LCH   | jei                    | 4.15.0.291              | JEI.jar                                              | None                                     |
	| LCH   | abyssalcraft           | 1.10.1                  | AbyssalCraft-1.12.2-1.10.1.jar                       | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
	| LCH   | aether_legacy          | 1.4.4                   | Aether.jar                                           | None                                     |
	| LCH   | aoa3                   | 3.3.2                   | AoA3-3.3.2.jar                                       | 8bddeac148843f40e0b9f69201be2f4b3071700d |
	| LCH   | placebo                | 1.6.0                   | Placebo-1.12.2-1.6.0.jar                             | None                                     |
	| LCH   | apotheosis             | 1.12.4                  | Apotheosis-1.12.2-1.12.5.jar                         | None                                     |
	| LCH   | appliedenergistics2    | rv6-stable-7            | appliedenergistics2-rv6-stable-7.jar                 | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
	| LCH   | aquaculture            | 1.6.8                   | Aquaculture-1.12.2-1.6.8.jar                         | None                                     |
	| LCH   | baubles                | 1.5.2                   | Baubles-1.12-1.5.2.jar                               | None                                     |
	| LCH   | atum                   | 2.0.17                  | Atum-1.12.2-2.0.17.jar                               | None                                     |
	| LCH   | battletowers           | 1.6.5                   | BattleTowers-1.12.2.jar                              | None                                     |
	| LCH   | betteranimalsplus      | 7.0.0                   | betteranimalsplus-1.12.2-7.0.0.jar                   | None                                     |
	| LCH   | bloodmoon              | 1.5.3                   | Bloodmoon-MC1.12.2-1.5.3.jar                         | d72e0dd57935b3e9476212aea0c0df352dd76291 |
	| LCH   | bookworm               | 1.12.2-2.5.2.1          | bookworm-1.12.2-2.5.2.1.jar                          | None                                     |
	| LCH   | codechickenlib         | 3.2.3.358               | CodeChickenLib-1.12.2-3.2.3.358-universal.jar        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| LCH   | redstoneflux           | 2.1.1                   | RedstoneFlux-1.12-2.1.1.1-universal.jar              | None                                     |
	| LCH   | brandonscore           | 2.4.18                  | BrandonsCore-1.12.2-2.4.18.210-universal.jar         | None                                     |
	| LCH   | buildcraftlib          | 7.99.24.1               | BuildCraft-Mod-1.12.2.jar                            | None                                     |
	| LCH   | buildcraftcore         | 7.99.24.1               | BuildCraft-Mod-1.12.2.jar                            | None                                     |
	| LCH   | buildcraftbuilders     | 7.99.24.1               | BuildCraft-Mod-1.12.2.jar                            | None                                     |
	| LCH   | buildcrafttransport    | 7.99.24.1               | BuildCraft-Mod-1.12.2.jar                            | None                                     |
	| LCH   | buildcraftsilicon      | 7.99.24.1               | BuildCraft-Mod-1.12.2.jar                            | None                                     |
	| LCH   | buildcraftcompat       | 7.99.24.1               | BuildCraft-Mod-1.12.2.jar                            | None                                     |
	| LCH   | buildcraftenergy       | 7.99.24.1               | BuildCraft-Mod-1.12.2.jar                            | None                                     |
	| LCH   | buildcraftfactory      | 7.99.24.1               | BuildCraft-Mod-1.12.2.jar                            | None                                     |
	| LCH   | buildcraftrobotics     | 7.99.24.1               | BuildCraft-Mod-1.12.2.jar                            | None                                     |
	| LCH   | cofhcore               | 4.6.6                   | CoFHCore-1.12.2-4.6.6.1-universal.jar                | None                                     |
	| LCH   | cofhworld              | 1.4.0                   | CoFHWorld-1.12.2-1.4.0.1-universal.jar               | None                                     |
	| LCH   | mantle                 | 1.12-1.3.3.49           | Mantle-1.12-1.3.3.49.jar                             | None                                     |
	| LCH   | thaumcraft             | 6.1.BETA26              | Thaumcraft-1.12.2-6.1.BETA26.jar                     | None                                     |
	| LCH   | twilightforest         | 3.10.1013               | TwilightForest.jar                                   | None                                     |
	| LCH   | tconstruct             | 1.12.2-2.13.0.183       | TConstruct-1.12.2-2.13.0.183.jar                     | None                                     |
	| LCH   | conarm                 | 1.2.5.9                 | conarm-1.12.2-1.2.5.9.jar                            | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
	| LCH   | conquest               | 3.0.2                   | ConquestReforged-3.0.2-mc1.12.2.jar                  | None                                     |
	| LCH   | blockpalette           | 1.5.0                   | ConquestReforged-3.0.2-mc1.12.2.jar                  | None                                     |
	| LCH   | connect                | 1.0.3-mc1.12.2-SNAPSHOT | ConquestReforged-3.0.2-mc1.12.2.jar                  | None                                     |
	| LCH   | extendedrenderer       | v1.0                    | coroutil-1.12.1-1.2.31.jar                           | None                                     |
	| LCH   | coroutil               | 1.12.1-1.2.31           | coroutil-1.12.1-1.2.31.jar                           | None                                     |
	| LCH   | configmod              | v1.0                    | coroutil-1.12.1-1.2.31.jar                           | None                                     |
	| LCH   | dark_woods             | 1.0.0                   | dark_woods_1.0.0-mc_1.12.2.jar                       | None                                     |
	| LCH   | darknesslib            | 1.1.0                   | DarknessLib-1.12.2-1.1.0.jar                         | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
	| LCH   | death_realm            | 1.0.0                   | DeathRealm-1.5.8_1.12.2.jar                          | None                                     |
	| LCH   | defiledlands           | 1.4.3                   | defiledlands-1.12.2-1.4.3.jar                        | None                                     |
	| LCH   | dimdoors               | 1.12.2-3.1.2+UNOFFICIAL | DimensionalDoors-1.12.2-3.1.2-UNOFFICIAL.jar         | None                                     |
	| LCH   | thermalfoundation      | 2.6.7                   | ThermalFoundation-1.12.2-2.6.7.1-universal.jar       | None                                     |
	| LCH   | draconicevolution      | 2.3.25                  | Draconic-Evolution-1.12.2-2.3.25.351-universal.jar   | None                                     |
	| LCH   | dragonmounts           | 1.12.2-1.6.3            | DragonMounts2-1.12.2-1.6.3.jar                       | None                                     |
	| LCH   | mocreatures            | 12.0.5                  | DrZharks+MoCreatures+Mod-12.0.5.jar                  | None                                     |
	| LCH   | gottschcore            | 1.13.1                  | GottschCore-mc1.12.2-f14.23.5.2768-v1.13.1.jar       | None                                     |
	| LCH   | dungeons2              | 1.7.1                   | Dungeons2-mc1.12.2-f14.23.5.2768-v1.7.1.jar          | None                                     |
	| LCH   | morearmorandtools      | 1.3.2                   | Ecnanos' More Armor and Tools.jar                    | None                                     |
	| LCH   | ebwizardry             | 4.2.11                  | ElectroblobsWizardry-4.2.11-MC1.12.2.jar             | None                                     |
	| LCH   | em                     | 0.1                     | everything+mod-v0.1-1.12.2.jar                       | None                                     |
	| LCH   | exoticbirds            | 1.0                     | Exotic+Birds+1.12.2-3.2.0.jar                        | None                                     |
	| LCH   | familiarfauna          | 1.0.11                  | FamiliarFauna-1.12.2-1.0.11.jar                      | None                                     |
	| LCH   | foamfix                | 0.10.5-1.12.2           | foamfix-0.10.5-1.12.2.jar                            | None                                     |
	| LCH   | llibrary               | 1.7.19                  | llibrary-1.7.19-1.12.2.jar                           | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
	| LCH   | fossil                 | 8.0.4                   | fossilsarcheology-8.0.4.jar                          | None                                     |
	| LCH   | gravestone             | 1.10.2                  | gravestone-1.10.2.jar                                | None                                     |
	| LCH   | grue                   | 1.8.0                   | Grue-1.12.2-1.8.0.jar                                | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
	| LCH   | waila                  | 1.8.26                  | Hwyla-1.8.26-B41_1.12.2.jar                          | None                                     |
	| LCH   | iceandfire             | 1.9.1                   | Ice&Fire.jar                                         | None                                     |
	| LCH   | trackapi               | 1.2                     | TrackAPI-1.2.jar                                     | None                                     |
	| LCH   | immersiverailroading   | 1.7.1                   | Immersive-Railroading-Mod-1.12.2.jar                 | None                                     |
	| LCH   | universalmodcore       | 1.0.0                   | Immersive-Railroading-Mod-1.12.2.jar                 | None                                     |
	| LCH   | jeresources            | 0.9.2.60                | JustEnoughResources-1.12.2-0.9.2.60.jar              | None                                     |
	| LCH   | lycanitesmobs          | 2.0.7.2 - MC 1.12.2     | LycanitesMobs.jar                                    | None                                     |
	| LCH   | mcjtylib_ng            | 3.5.4                   | mcjtylib-1.12-3.5.4.jar                              | None                                     |
	| LCH   | mekanism               | 1.12.2-9.8.3.390        | Mekanism-1.12.2-9.8.3.390.jar                        | None                                     |
	| LCH   | mekanismtools          | 1.12.2-9.8.3.390        | MekanismTools-1.12.2-9.8.3.390.jar                   | None                                     |
	| LCH   | crystalic_void         | 2.4.104                 | Meldexun'sCrystalicVoid-1.12.2-2.4.105.jar           | None                                     |
	| LCH   | millenaire             | Millénaire 8.1.0        | millenaire-8.1.0.jar                                 | None                                     |
	| LCH   | mjrlegendslib          | 1.12.2-1.1.8            | MJRLegendsLib-1.12.2-1.1.8.jar                       | b02331787272ec3515ebe63ecdeea0d746653468 |
	| LCH   | mmadd                  | 1.0.0                   | MMDD+v0.9.jar                                        | None                                     |
	| LCH   | mowziesmobs            | 1.5.6                   | mowziesmobs-1.5.6.jar                                | None                                     |
	| LCH   | multimob               | 1.0.5                   | multimob-1.0.5.jar                                   | None                                     |
	| LCH   | mysticalworld          | 1.12.2-1.8.4            | mysticalworld-1.12.2-1.8.4.jar                       | None                                     |
	| LCH   | neat                   | 1.4-17                  | Neat+1.4-17.jar                                      | None                                     |
	| LCH   | netherupdate           | 1.0.0                   | NetherOverhaul1.12.2Ver1.6.jar                       | None                                     |
	| LCH   | neid                   | 1.5.4.4                 | NotEnoughIDs-1.5.4.4.jar                             | None                                     |
	| LCH   | opencomputers          | 1.7.5.192               | OpenComputers-MC1.12.2-1.7.5.192.jar                 | None                                     |
	| LCH   | harvestcraft           | 1.12.2zb                | Pam's+HarvestCraft+1.12.2zg.jar                      | None                                     |
	| LCH   | patchouli              | 1.0-20                  | Patchouli-1.0-20.jar                                 | None                                     |
	| LCH   | performant             | 1.12.2-1.4              | performant-1.12.2-1.10.jar                           | None                                     |
	| LCH   | potioncore             | 1.8_for_1.12.2          | PotionCore-1.8_for_1.12.2.jar                        | None                                     |
	| LCH   | primitivemobs          | 1.2.3a                  | primitivemobs-1.2.3a.jar                             | None                                     |
	| LCH   | raiders                | 3.0.9                   | raiders-1.12.2-3.0.9.jar                             | None                                     |
	| LCH   | redstonearsenal        | 2.6.6                   | RedstoneArsenal-1.12.2-2.6.6.1-universal.jar         | None                                     |
	| LCH   | additionalstructures   | 2.3.1                   | Rex's-Additional-Structures-1.12.x-(v.2.3.1) (1).jar | None                                     |
	| LCH   | rftools                | 7.73                    | rftools-1.12-7.73.jar                                | None                                     |
	| LCH   | roguelike              | 1.8.0                   | RoguelikeDungeons-1.12.2-1.8.0.jar                   | None                                     |
	| LCH   | shipwrecks_winslow     | 2.0.0                   | shipwrecks-mc1.12.2-2.0.0.jar                        | None                                     |
	| LCH   | simplyjetpacks         | 2.2.14.67               | SimplyJetpacks2-1.12.2-2.2.14.67.jar                 | None                                     |
	| LCH   | spartanshields         | 1.5.4                   | SpartanShields.jar                                   | None                                     |
	| LCH   | spartanweaponry        | beta 1.3.1              | SpartanWeapons.jar                                   | None                                     |
	| LCH   | spawntemple            | 2.1                     | SpawnTemple-v.2.1-mc1.12.jar                         | None                                     |
	| LCH   | techguns               | 2.0.2.0                 | Techguns-Mod-1.12.2.jar                              | None                                     |
	| LCH   | theaurorian            | 1.12.2-Beta             | theaurorian-1.12.2-beta-june2220.jar                 | None                                     |
	| LCH   | tbsm                   | 1.2.1                   | TheBoyScoutMod-1.2.1.jar                             | None                                     |
	| LCH   | thermalinnovation      | 0.3.6                   | ThermalInnovation-1.12.2-0.3.6.1-universal.jar       | None                                     |
	| LCH   | toolbelt               | 1.9.10                  | ToolBelt-1.12.2-1.9.10.jar                           | None                                     |
	| LCH   | traverse               | 1.6.0                   | Traverse-1.12.2-1.6.0-69.jar                         | None                                     |
	| LCH   | dungeons               | 1.0.0                   | uniquedungeons-1.12.2-1.1-universal.jar              | None                                     |
	| LCH   | vampirism              | 1.6.2                   | Vampirism-1.12.2-1.6.2.jar                           | None                                     |
	| LCH   | teamlapen-lib          | 1.6.2                   | Vampirism-1.12.2-1.6.2.jar                           | None                                     |
	| LCH   | villagenames           | 3.3.1                   | VillageNames-1.12.2-3.3.1.jar                        | None                                     |
	| LCH   | waystones              | 4.1.0                   | Waystones_1.12.2-4.1.0.jar                           | None                                     |
	| LCH   | weather2               | 1.12.1-2.6.12           | Weather2.jar                                         | None                                     |
	| LCH   | thejungle              | 1.2006.1222             | Welcome+To+The+Jungle-1.2006.1222.jar                | None                                     |
	| LCH   | xaerominimap           | 20.14.0                 | Xaeros_Minimap_20.14.0_Forge_1.12.jar                | None                                     |
	| LCH   | zawa                   | 1.12.2-2.1.0            | zawa-1.12.2-2.1.0.jar                                | 3ee471ded1bba54aa82f4f5ca5ca82dd67b8ef42 |
	| LCH   | zoocraftdiscoveries    | 1.0                     | Zoocraft+Discoveries+1.12.2-1.3.0.jar                | None                                     |
	| LCH   | phosphor-lighting      | 1.12.2-0.1.5            | phosphor-1.12.2-0.1.5build30-universal.jar           | f0387d288626cc2d937daa504e74af570c52a2f1 |
	| LCH   | thebetweenlands        | 3.6.1                   | TheBetweenlands-3.6.1-universal.jar                  | 38067d6878811efb38b6a045521cfd80b9b60b38 |
	| LCH   | mysticallib            | 1.12.2-1.7.0            | mysticallib-1.12.2-1.7.0.jar                         | None                                     |

	Loaded coremods (and transformers): 
LoadingPlugin (Xaeros_Minimap_20.14.0_Forge_1.12.jar)
  xaero.common.core.transformer.ChunkTransformer
  xaero.common.core.transformer.NetHandlerPlayClientTransformer
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.5-1.12.2.jar)
  pl.asie.foamfix.coremod.FoamFixTransformer
TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
  li.cil.oc.common.asm.ClassTransformer
MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  mekanism.coremod.KeybindingMigrationHelper
Techguns Core (Techguns-Mod-1.12.2.jar)
  techguns.core.TechgunsASMTransformer
PerformantLoadingPlugin (performant-1.12.2-1.10.jar)
  
ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar)
  shadows.ApotheosisTransformer
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.1.5build30-universal.jar)
  
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
  lumien.bloodmoon.asm.ClassTransformer
Plugin (NotEnoughIDs-1.5.4.4.jar)
  ru.fewizz.neid.asm.Transformer
llibrary (llibrary-core-1.0.11-1.12.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
iceandfire (Ice&Fire.jar)
  com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.6.1-core.jar)
  thebetweenlands.core.TheBetweenlandsClassTransformer
	GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 441.87' Renderer: 'GeForce GTX 1650 SUPER/PCIe/SSE2'
	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)
		- wailaIntegration (Enabled/Not Forced)

	Launched Version: 1.12.2-forge1.12.2-14.23.5.2847
	LWJGL: 2.9.4
	OpenGL: GeForce GTX 1650 SUPER/PCIe/SSE2 GL version 4.6.0 NVIDIA 441.87, NVIDIA Corporation
	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: No
	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 CPU 870 @ 2.93GHz
	OptiFine Version: OptiFine_1.12.2_HD_U_F5
	OptiFine Build: 20191204-141934
	Render Distance Chunks: 8
	Mipmaps: 0
	Anisotropic Filtering: 1
	Antialiasing: 0
	Multitexture: false
	Shaders: null
	OpenGlVersion: 4.6.0 NVIDIA 441.87
	OpenGlRenderer: GeForce GTX 1650 SUPER/PCIe/SSE2
	OpenGlVendor: NVIDIA Corporation
	CpuCount: 8

 

Guest
This topic is now closed to further replies.

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.