Skip to content

Instantly share code, notes, and snippets.

@mxnmnm
Created May 9, 2018 03:51
Show Gist options
  • Save mxnmnm/6d69ee07b85bf52429f9dd0df7a85510 to your computer and use it in GitHub Desktop.
Save mxnmnm/6d69ee07b85bf52429f9dd0df7a85510 to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
WARNING: coremods are present:
ImprovedMobs/ASM (ImprovedMobs-1.1.5[1.12.2].jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.20.jar)
LibLoader (# LibLoader.jar)
LoadingPlugin (Quark-r1.4-123.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9-1.12.2-anarchy.jar)
CoreMod (TickProfiler-1.12-0.0.4.jar)
LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0.jar)
AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
GottaGoFastLoader (gottagofast-1.1.jar)
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
ItemPatchingLoader (ItemPhysic_Full+1.4.11_mc1.12.2.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
Plugin (NotEnoughIDs-1.5.4.2.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.12.jar)
CreativePatchingLoader (CreativeCore_v1.9.22_mc1.12.2.jar)
AstralCore (astralsorcery-1.12.2-1.8.9.jar)
CoreMod (Aroma1997Core-1.12.2-1.3.0.2.jar)
ForgelinPlugin (Forgelin-1.6.0.jar)
MovingWorldCore (movingworld-1.12-6.342-full.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.4.0-78.jar)
BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.8-core.jar)
Contact their authors BEFORE contacting forge
// There are four lights!
Time: 5/8/18 8:12 PM
Description: Updating screen events
java.lang.NullPointerException: The validated object is null
at org.apache.commons.lang3.Validate.notNull(Validate.java:225)
at org.apache.commons.lang3.Validate.notNull(Validate.java:206)
at net.minecraft.util.NonNullList.set(SourceFile:49)
at net.minecraft.entity.player.InventoryPlayer.func_70299_a(InventoryPlayer.java:573)
at net.minecraft.inventory.Slot.func_75215_d(Slot.java:70)
at com.elytradev.davincisvessels.client.gui.ContainerShip.func_82846_b(ContainerShip.java:61)
at net.minecraft.inventory.Container.func_184996_a(Container.java:246)
at codechicken.nei.handler.FastTransferManager.findShiftClickDestinationSlot(FastTransferManager.java:151)
at codechicken.nei.handler.FastTransferManager.transferItem(FastTransferManager.java:199)
at codechicken.nei.NEIController.mouseScrolled(NEIController.java:117)
at codechicken.nei.handler.NEIClientEventHandler.onMouseEventPost(NEIClientEventHandler.java:203)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1678_NEIClientEventHandler_onMouseEventPost_Post.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:502)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1757)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1096)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
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:483)
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 org.apache.commons.lang3.Validate.notNull(Validate.java:225)
at org.apache.commons.lang3.Validate.notNull(Validate.java:206)
at net.minecraft.util.NonNullList.set(SourceFile:49)
at net.minecraft.entity.player.InventoryPlayer.func_70299_a(InventoryPlayer.java:573)
at net.minecraft.inventory.Slot.func_75215_d(Slot.java:70)
at com.elytradev.davincisvessels.client.gui.ContainerShip.func_82846_b(ContainerShip.java:61)
at net.minecraft.inventory.Container.func_184996_a(Container.java:246)
at codechicken.nei.handler.FastTransferManager.findShiftClickDestinationSlot(FastTransferManager.java:151)
at codechicken.nei.handler.FastTransferManager.transferItem(FastTransferManager.java:199)
at codechicken.nei.NEIController.mouseScrolled(NEIController.java:117)
at codechicken.nei.handler.NEIClientEventHandler.onMouseEventPost(NEIClientEventHandler.java:203)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1678_NEIClientEventHandler_onMouseEventPost_Post.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:502)
-- Affected screen --
Details:
Screen name: com.elytradev.davincisvessels.client.gui.GuiShip
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['Mxnmnm'/282, l='MpServer', x=709.50, y=62.94, z=114.61]]
Chunk stats: MultiplayerChunkCache: 625, 625
Level seed: 0
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (198,64,-105), Chunk: (at 6,4,7 in 12,-7; contains blocks 192,0,-112 to 207,255,-97), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Level time: 127485 game time, 928923 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: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 135 total; [EntityMotherSpider['Mother Spider'/26627, l='MpServer', x=663.30, y=42.00, z=172.70], EntityBabySpider['Baby Spider'/26629, l='MpServer', x=663.21, y=42.70, z=172.75], EntityBabySpider['Baby Spider'/26630, l='MpServer', x=657.30, y=42.00, z=171.62], EntityBabySpider['Baby Spider'/26631, l='MpServer', x=658.03, y=42.00, z=170.85], EntityBabySpider['Baby Spider'/26632, l='MpServer', x=658.71, y=42.00, z=172.03], EntityDweller['Dweller'/21552, l='MpServer', x=663.26, y=25.19, z=143.90], EntitySlagmite['Slagmite'/8266, l='MpServer', x=697.50, y=17.00, z=241.50], EntityHauntedTool['Haunted Tool'/26706, l='MpServer', x=756.50, y=21.00, z=144.50], EntitySlagmite['Slagmite'/8294, l='MpServer', x=687.21, y=17.00, z=111.35], EntitySlagmite['Slagmite'/23674, l='MpServer', x=756.41, y=15.00, z=178.50], EntityItem['item.tile.rail'/23702, l='MpServer', x=688.09, y=25.00, z=148.85], EntityFishClownfish['Clownfish'/24731, l='MpServer', x=740.65, y=62.00, z=126.65], EntityFishClownfish['Clownfish'/24732, l='MpServer', x=739.43, y=62.00, z=131.32], EntityItem['item.tile.rail'/23718, l='MpServer', x=689.88, y=25.00, z=149.04], EntityBat['Bat'/26842, l='MpServer', x=780.99, y=31.40, z=164.98], EntityHauntedTool['Haunted Tool'/26848, l='MpServer', x=720.79, y=15.00, z=154.26], EntityScent['entity.EntityScent.name'/26858, l='MpServer', x=710.50, y=65.50, z=116.50], EntityScent['entity.EntityScent.name'/26861, l='MpServer', x=711.50, y=65.50, z=116.50], EntitySlagmite['Slagmite'/26873, l='MpServer', x=817.50, y=23.00, z=117.50], EntitySkeleton['Skeleton'/26875, l='MpServer', x=636.50, y=18.00, z=191.50], EntityMinecartChest['Minecart with Chest'/7428, l='MpServer', x=658.50, y=24.06, z=151.50], EntityItem['item.item.string'/26903, l='MpServer', x=659.05, y=42.00, z=171.92], EntityPlayerSP['Mxnmnm'/282, l='MpServer', x=709.50, y=62.94, z=114.61], EntitySlagmite['Slagmite'/8486, l='MpServer', x=743.37, y=10.54, z=9.12], EntityItem['item.item.sulphur'/25939, l='MpServer', x=699.13, y=10.00, z=155.88], EntitySlagmite['Slagmite'/7513, l='MpServer', x=632.50, y=21.00, z=81.50], EntityAquaCreeper['Aqua Creeper'/26969, l='MpServer', x=733.50, y=56.00, z=139.50], EntityAquaCreeper['Aqua Creeper'/26970, l='MpServer', x=722.81, y=55.00, z=132.84], EntitySlagmite['Slagmite'/22875, l='MpServer', x=723.49, y=15.00, z=127.86], EntitySlagmite['Slagmite'/22878, l='MpServer', x=657.50, y=21.00, z=191.60], EntityFestiveCreeper['Festive Creeper'/26983, l='MpServer', x=679.17, y=17.00, z=177.70], EntitySlagmite['Slagmite'/25960, l='MpServer', x=697.50, y=17.00, z=215.50], EntitySupportCreeper['Support Creeper'/26986, l='MpServer', x=651.30, y=23.00, z=168.61], EntitySupportCreeper['Support Creeper'/26987, l='MpServer', x=770.70, y=25.00, z=156.70], EntitySupportCreeper['Support Creeper'/26988, l='MpServer', x=662.30, y=21.00, z=138.70], EntityBat['Bat'/22901, l='MpServer', x=704.75, y=46.10, z=164.50], EntityBat['Bat'/27005, l='MpServer', x=666.59, y=18.40, z=136.74], EntityBat['Bat'/25983, l='MpServer', x=661.96, y=21.42, z=191.34], EntityBat['Bat'/25985, l='MpServer', x=661.37, y=23.45, z=192.08], EntityTreasureSlime['Treasure Slime'/27024, l='MpServer', x=785.66, y=28.80, z=74.60], EntitySlagmite['Slagmite'/7569, l='MpServer', x=679.81, y=23.00, z=204.47], EntityGuardianBoat['entity.mobBoat.name'/27037, l='MpServer', x=663.26, y=25.00, z=143.90], EntitySkeletonWarrior['Skeleton Warrior'/27055, l='MpServer', x=704.50, y=16.00, z=167.50], EntitySkeletonWarrior['Skeleton Warrior'/27056, l='MpServer', x=634.56, y=24.00, z=131.46], EntityReptomaniac['Reptomaniac'/5554, l='MpServer', x=594.50, y=68.00, z=148.50], EntityLatchedRenderer['unknown'/443, l='MpServer', x=8.50, y=65.00, z=8.50], EntityFishCod['Cod'/27072, l='MpServer', x=713.50, y=51.00, z=59.50], EntityFishCod['Cod'/27073, l='MpServer', x=711.50, y=51.00, z=62.50], EntityFishCod['Cod'/27074, l='MpServer', x=713.50, y=51.00, z=58.50], EntityFishCod['Cod'/27075, l='MpServer', x=716.50, y=51.00, z=59.50], EntityShip['entity.shipmod.name'/27081, l='MpServer', x=709.50, y=61.79, z=115.61], EntityFishClownfish['Clownfish'/26081, l='MpServer', x=708.50, y=57.00, z=149.50], EntityFishClownfish['Clownfish'/26082, l='MpServer', x=712.50, y=58.89, z=150.59], EntityFishClownfish['Clownfish'/26083, l='MpServer', x=712.50, y=55.96, z=146.57], EntityFishClownfish['Clownfish'/26084, l='MpServer', x=710.50, y=58.89, z=150.59], EntityItem['item.item.string'/23025, l='MpServer', x=663.93, y=24.00, z=164.05], EntityFishCod['Cod'/23027, l='MpServer', x=706.31, y=62.18, z=156.15], EntityLostMiner['Lost Miner'/22007, l='MpServer', x=662.64, y=21.00, z=136.30], EntitySlagmite['Slagmite'/514, l='MpServer', x=141.40, y=35.00, z=-510.06], EntitySquid['Squid'/26116, l='MpServer', x=663.90, y=62.06, z=137.35], EntityItem['item.item.string'/23045, l='MpServer', x=663.13, y=24.00, z=164.88], EntityItem['item.item.string'/23048, l='MpServer', x=663.61, y=24.00, z=163.13], EntitySlagmite['Slagmite'/7689, l='MpServer', x=664.54, y=24.00, z=149.64], EntitySquid['Squid'/26121, l='MpServer', x=684.96, y=52.21, z=54.11], EntitySquid['Squid'/26122, l='MpServer', x=684.30, y=51.13, z=58.96], EntitySquid['Squid'/26124, l='MpServer', x=692.91, y=49.58, z=58.07], EntitySquid['Squid'/26129, l='MpServer', x=669.64, y=55.71, z=106.46], EntitySquid['Squid'/26136, l='MpServer', x=698.81, y=58.66, z=64.21], EntitySquid['Squid'/26137, l='MpServer', x=726.67, y=56.24, z=96.81], EntitySquid['Squid'/26150, l='MpServer', x=732.44, y=58.01, z=67.41], EntityFishCod['Cod'/23082, l='MpServer', x=719.53, y=56.06, z=137.45], EntityFishCod['Cod'/23084, l='MpServer', x=705.12, y=59.19, z=134.48], EntitySquid['Squid'/26159, l='MpServer', x=663.90, y=55.65, z=169.08], EntitySquid['Squid'/26161, l='MpServer', x=666.21, y=55.81, z=174.57], EntitySquid['Squid'/26168, l='MpServer', x=737.11, y=53.20, z=96.74], EntitySquid['Squid'/26170, l='MpServer', x=734.76, y=53.11, z=99.37], EntitySlagmite['Slagmite'/23104, l='MpServer', x=536.50, y=34.00, z=102.50], EntitySquid['Squid'/26178, l='MpServer', x=704.01, y=61.15, z=128.60], EntitySquid['Squid'/26179, l='MpServer', x=735.24, y=59.22, z=111.78], EntitySquid['Squid'/26180, l='MpServer', x=705.52, y=48.00, z=97.60], EntitySquid['Squid'/26181, l='MpServer', x=694.62, y=57.53, z=97.24], EntitySlagmite['Slagmite'/21063, l='MpServer', x=687.50, y=17.00, z=108.46], EntityItem['item.item.string'/23120, l='MpServer', x=661.06, y=24.00, z=163.13], EntitySquid['Squid'/26214, l='MpServer', x=690.60, y=43.47, z=74.60], EntitySquid['Squid'/26215, l='MpServer', x=690.19, y=44.39, z=72.78], EntitySquid['Squid'/26216, l='MpServer', x=693.36, y=44.66, z=75.04], EntitySquid['Squid'/26230, l='MpServer', x=704.93, y=51.55, z=91.12], EntitySquid['Squid'/26231, l='MpServer', x=706.50, y=52.26, z=96.16], EntitySquid['Squid'/26232, l='MpServer', x=688.24, y=51.25, z=88.17], EntitySquid['Squid'/26233, l='MpServer', x=718.21, y=56.75, z=93.63], EntityLostMiner['Lost Miner'/8831, l='MpServer', x=661.49, y=29.00, z=164.73], EntitySquid['Squid'/26243, l='MpServer', x=692.38, y=52.62, z=154.91], EntitySupportCreeper['Support Creeper'/23180, l='MpServer', x=769.50, y=24.00, z=152.70], EntitySquid['Squid'/26256, l='MpServer', x=729.46, y=62.57, z=109.00], EntitySquid['Squid'/26257, l='MpServer', x=734.34, y=50.93, z=91.26], EntitySquid['Squid'/26258, l='MpServer', x=725.69, y=53.70, z=93.86], EntitySquid['Squid'/26259, l='MpServer', x=737.07, y=52.37, z=93.96], EntityItem['item.item.string'/23231, l='MpServer', x=666.64, y=21.00, z=172.13], EntitySlagmite['Slagmite'/7929, l='MpServer', x=637.50, y=22.00, z=192.50], EntitySquid['Squid'/22266, l='MpServer', x=696.61, y=55.39, z=154.16], EntitySkeletonWarrior['Skeleton Warrior'/26362, l='MpServer', x=712.50, y=22.00, z=162.50], EntitySkeletonWarrior['Skeleton Warrior'/23295, l='MpServer', x=773.50, y=28.00, z=118.50], EntitySlagmite['Slagmite'/6929, l='MpServer', x=696.33, y=18.00, z=114.50], EntitySlagmite['Slagmite'/7957, l='MpServer', x=690.50, y=13.00, z=134.50], EntityLatchedRenderer['unknown'/23322, l='MpServer', x=709.50, y=62.94, z=114.61], EntitySlagmite['Slagmite'/23350, l='MpServer', x=690.50, y=22.00, z=201.50], EntityBat['Bat'/26436, l='MpServer', x=690.43, y=26.10, z=136.54], EntityItem['item.item.string'/23375, l='MpServer', x=671.71, y=31.00, z=156.18], EntityTreasureSlime['Treasure Slime'/25441, l='MpServer', x=666.51, y=39.67, z=181.09], EntityEnchantedBook['Bewitched Tome'/25448, l='MpServer', x=659.50, y=28.00, z=144.50], EntitySlagmite['Slagmite'/7025, l='MpServer', x=610.50, y=49.00, z=116.50], EntityHauntedTool['Haunted Tool'/26490, l='MpServer', x=695.50, y=30.00, z=139.50], EntitySquid['Squid'/22400, l='MpServer', x=717.38, y=56.93, z=87.18], EntityBat['Bat'/26496, l='MpServer', x=756.95, y=28.88, z=43.81], EntityBat['Bat'/26497, l='MpServer', x=706.62, y=21.10, z=177.25], EntityBat['Bat'/26507, l='MpServer', x=784.74, y=32.63, z=175.43], EntityHauntedTool['Haunted Tool'/23439, l='MpServer', x=648.67, y=24.00, z=144.50], EntityFishCod['Cod'/26512, l='MpServer', x=706.50, y=44.00, z=40.50], EntityFishCod['Cod'/26514, l='MpServer', x=705.42, y=44.17, z=39.50], EntityAquaCreeper['Aqua Creeper'/26524, l='MpServer', x=666.55, y=49.00, z=91.61], EntitySlagmite['Slagmite'/7069, l='MpServer', x=584.50, y=29.00, z=139.50], EntityMinecartChest['Minecart with Chest'/7070, l='MpServer', x=645.50, y=24.06, z=138.50], EntityAquaCreeper['Aqua Creeper'/26526, l='MpServer', x=721.50, y=47.00, z=28.50], EntityMinecartChest['Minecart with Chest'/7071, l='MpServer', x=647.50, y=24.06, z=136.50], EntityItem['item.tile.rail'/26551, l='MpServer', x=698.03, y=23.00, z=178.56], EntityBat['Bat'/26558, l='MpServer', x=783.62, y=32.82, z=173.46], EntitySlagmite['Slagmite'/21442, l='MpServer', x=546.50, y=33.00, z=10.50], EntitySupportCreeper['Support Creeper'/26566, l='MpServer', x=694.48, y=15.00, z=189.70], EntitySlagmite['Slagmite'/21447, l='MpServer', x=750.50, y=28.00, z=157.50], EntityTreasureSlime['Treasure Slime'/26568, l='MpServer', x=722.48, y=15.17, z=150.51], EntityEnchantedBook['Bewitched Tome'/26595, l='MpServer', x=769.50, y=14.00, z=153.50], EntityEnchantedBook['Bewitched Tome'/26596, l='MpServer', x=744.50, y=19.00, z=189.50], EntitySkeletonWarrior['Skeleton Warrior'/26598, l='MpServer', x=633.50, y=18.00, z=188.50], EntityFishCod['Cod'/26615, l='MpServer', x=661.50, y=59.00, z=131.50], EntityFishCod['Cod'/26616, l='MpServer', x=660.50, y=59.00, z=131.50]]
Retry entities: 2 total; [EntitySlagmite['Slagmite'/514, l='MpServer', x=141.40, y=35.00, z=-510.06], EntityLatchedRenderer['unknown'/443, l='MpServer', x=8.50, y=65.00, z=8.50]]
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:532)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2738)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:418)
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:483)
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_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2088297040 bytes (1991 MB) / 8589934592 bytes (8192 MB) up to 8589934592 bytes (8192 MB)
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -XX:+UseG1GC -Xmx8G -Xms8G -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 8, tcache: 0, allocated: 3, tallocated: 104
FML: MCP 9.42 Powered by Forge 14.23.3.2676 Optifine OptiFine_1.12.2_HD_U_D1 190 mods loaded, 190 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 |
|:--------- |:-------------------------------------------- |:------------------------ |:------------------------------------------------ |:---------------------------------------- |
| UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
| UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
| UCHIJAAAA | FML | 8.0.99.99 | forge-1.12.2-14.23.3.2676.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | forge | 14.23.3.2676 | forge-1.12.2-14.23.3.2676.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | advancedrocketrycore | 1 | minecraft.jar | None |
| UCHIJAAAA | creativecoredummy | 1.0.0 | minecraft.jar | None |
| UCHIJAAAA | itemphysic | 1.4.0 | minecraft.jar | None |
| UCHIJAAAA | com.elytradev.movingworld.common.asm.coremod | | minecraft.jar | None |
| UCHIJAAAA | openmodscore | 0.11.5 | minecraft.jar | None |
| UCHIJAAAA | foamfixcore | 7.7.4 | minecraft.jar | None |
| UCHIJAAAA | gottagofast | 1.1 | gottagofast-1.1.jar | None |
| UCHIJAAAA | actuallyadditions | 1.12.2-r134 | ActuallyAdditions-1.12.2-r134.jar | None |
| UCHIJAAAA | redstoneflux | 2.0.1 | RedstoneFlux-1.12-2.0.1.2-universal.jar | d4f1503fbacd9b9fb767720420c5395104239ec9 |
| UCHIJAAAA | cofhcore | 4.4.1 | CoFHCore-1.12.2-4.4.1.12-universal.jar | None |
| UCHIJAAAA | libvulpes | 0.2.8.-30 | LibVulpes-1.12.2-0.2.8-30-universal.jar | None |
| UCHIJAAAA | advancedrocketry | 1.4.0.-78 | AdvancedRocketry-1.12.2-1.4.0-78.jar | None |
| UCHIJAAAA | aiimprovements | 0.0.1.3 | AIImprovements-1.12-0.0.1b3.jar | None |
| UCHIJAAAA | akashictome | 1.2-10 | AkashicTome-1.2-10.jar | None |
| UCHIJAAAA | biomesoplenty | 7.0.1.2387 | BiomesOPlenty-1.12.2-7.0.1.2387-universal.jar | None |
| UCHIJAAAA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| UCHIJAAAA | thaumcraft | 6.1.BETA11 | Thaumcraft-1.12.2-6.1.BETA11.jar | None |
| UCHIJAAAA | botania | r1.10-354 | Botania+r1.10-354.jar | None |
| UCHIJAAAA | craftstudioapi | 1.0.0 | CraftStudio-1.0.0.93-mc1.12-alpha.jar | None |
| UCHIJAAAA | quark | r1.4-123 | Quark-r1.4-123.jar | None |
| UCHIJAAAA | animania | 1.4.7 | animania-1.12.2-1.4.8.jar | None |
| UCHIJAAAA | applecore | 3.1.1 | AppleCore-mc1.12.2-3.1.1.jar | None |
| UCHIJAAAA | jei | 4.9.1.172 | jei_1.12.2-4.9.1.172.jar | None |
| UCHIJAAAA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
| UCHIJAAAA | appliedenergistics2 | rv5-stable-11 | appliedenergistics2-rv5-stable-11.jar | None |
| UCHIJAAAA | aqua_creepers | 1.2.3 | AquaCreepers-1.2.3.jar | None |
| UCHIJAAAA | aroma1997core | 1.3.0.2 | Aroma1997Core-1.12.2-1.3.0.2.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UCHIJAAAA | aromabackup | 2.1.1.3 | AromaBackup-1.12.2-2.1.1.3.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UCHIJAAAA | aromabackuprecovery | 2.1.1.3 | AromaBackup-1.12.2-2.1.1.3.jar | None |
| UCHIJAAAA | crafttweaker | 4.1.8 | CraftTweaker2-1.12-4.1.8.jar | None |
| UCHIJAAAA | astralsorcery | 1.8.9 | astralsorcery-1.12.2-1.8.9.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| UCHIJAAAA | attributefix | 1.0.1 | AttributeFix-1.12.2-1.0.1.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | morphtool | 1.2-16 | Morph-o-Tool-1.2-16.jar | None |
| UCHIJAAAA | psi | r1.1-59 | Psi-r1.1-59.jar | None |
| UCHIJAAAA | autoreglib | 1.3-17 | AutoRegLib-1.3-17.jar | None |
| UCHIJAAAA | codechickenlib | 3.1.7.340 | CodeChickenLib-1.12.2-3.1.7.340-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | avaritia | 3.2.0 | Avaritia-1.12-3.2.0.13-universal.jar | None |
| UCHIJAAAA | badwithernocookiereloaded | 1.12.2-2.12 | badwithernocookiereloaded-1.12.2-2.12.jar | None |
| UCHIJAAAA | base | 3.7.1 | base-1.12.2-3.7.1.jar | None |
| UCHIJAAAA | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None |
| UCHIJAAAA | ctm | MC1.12-0.2.3.12 | CTM-MC1.12-0.2.3.12.jar | None |
| UCHIJAAAA | chisel | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar | None |
| UCHIJAAAA | endercore | 1.12.2-0.5.20 | EnderCore-1.12.2-0.5.20.jar | None |
| UCHIJAAAA | brandonscore | 2.4.2 | BrandonsCore-1.12-2.4.2.157-universal.jar | None |
| UCHIJAAAA | thermalfoundation | 2.4.1 | ThermalFoundation-1.12.2-2.4.1.15-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAA | draconicevolution | 2.3.11 | Draconic-Evolution-1.12-2.3.11.290-universal.jar | None |
| UCHIJAAAA | thermalexpansion | 5.4.2 | ThermalExpansion-1.12.2-5.4.2.27-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAA | enderio | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
| UCHIJAAAA | enderiointegrationtic | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
| UCHIJAAAA | tconstruct | 1.12.2-2.9.1.65 | TConstruct-1.12.2-2.9.1.65.jar | None |
| UCHIJAAAA | bhc | 1.1.0b | baubley-heart-canisters-1.12.2-1.1.0b.jar | 7b14aaee2dd17b12a140baecab28948fff3a263f |
| UCHIJAAAA | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None |
| UCHIJAAAA | betterfoliage | 2.1.10 | BetterFoliage-MC1.12-2.1.10.jar | None |
| UCHIJAAAA | bibliocraft | 2.4.3 | BiblioCraft[v2.4.3][MC1.12.0].jar | None |
| UCHIJAAAA | guideapi | 1.12-2.1.5-60 | Guide-API-1.12-2.1.5-60.jar | None |
| UCHIJAAAA | bloodmagic | 1.12.2-2.2.11-96 | BloodMagic-1.12.2-2.2.11-96.jar | None |
| UCHIJAAAA | carryon | 1.8 | CarryOn+MC1.12.2+v1.8.jar | None |
| UCHIJAAAA | chameleoncreepers | 1.4.1 | chameleoncreepers-1.4.1-1.12.jar | None |
| UCHIJAAAA | chickenchunks | 2.4.1.71 | ChickenChunks-1.12.2-2.4.1.71-universal(1).jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | chiselsandbits | 14.16 | chiselsandbits-14.16.jar | None |
| UCHIJAAAA | chunkanimator | 1.2 | ChunkAnimator-MC1.12-1.2.jar | None |
| UCHIJAAAA | classiccombat | 1.0.0 | ClassicCombat-1.12-1.0.0.jar | None |
| UCHIJAAAA | clumps | 2.0.0 | Clumps-3.0.0.jar | None |
| UCHIJAAAA | colorful-sheep | 1.0.0 | colorful-sheep-1.12.2-1.0.0.jar | 7b14aaee2dd17b12a140baecab28948fff3a263f |
| UCHIJAAAA | cyclopscore | 0.11.5 | CyclopsCore-1.12.2-0.11.5.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAA | commoncapabilities | 1.4.0 | CommonCapabilities-1.12-1.4.0.jar | None |
| UCHIJAAAA | compactmachines3 | 3.0.8 | compactmachines3-1.12.2-3.0.8-b200.jar | None |
| UCHIJAAAA | coralreef | 2.0 | CoralReef-2.4-1.12.2.jar | None |
| UCHIJAAAA | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.6.jar | None |
| UCHIJAAAA | coroutil | 1.12.1-1.2.6 | coroutil-1.12.1-1.2.6.jar | None |
| UCHIJAAAA | configmod | v1.0 | coroutil-1.12.1-1.2.6.jar | None |
| UCHIJAAAA | cosmeticarmorreworked | 1.12.2-v1 | CosmeticArmorReworked-1.12.2-v1.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
| UCHIJAAAA | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.8.jar | None |
| UCHIJAAAA | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.8.jar | None |
| UCHIJAAAA | creativecore | 1.9.9 | CreativeCore_v1.9.22_mc1.12.2.jar | None |
| UCHIJAAAA | movingworld | 1.12-6.342 | movingworld-1.12-6.342-full.jar | None |
| UCHIJAAAA | davincisvessels | @DVESSELSVER@ | davincisvessels-1.12-6.340-full.jar | None |
| UCHIJAAAA | deathquotes | 1.2.0 | DeathQuotes-1.2.0-mc1.12-forge.jar | None |
| UCHIJAAAA | ptrmodellib | 1.0.2 | PTRLib-1.0.2.jar | None |
| UCHIJAAAA | props | 2.6.0 | Decocraft-2.6.0_1.12.2.jar | None |
| UCHIJAAAA | dldungeonsjdg | 1.11.1 | DoomlikeDungeons-1.11.1-MC1.12.2.jar | None |
| UCHIJAAAA | dsurround | 3.4.9.12 | DynamicSurroundings-1.12.2-3.4.9.12.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| UCHIJAAAA | presets | 3.4.9.12 | DynamicSurroundings-1.12.2-3.4.9.12.jar | None |
| UCHIJAAAA | enderiobase | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
| UCHIJAAAA | enderioconduits | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
| UCHIJAAAA | natura | 1.12.2-4.3.2.49 | natura-1.12.2-4.3.2.49.jar | None |
| UCHIJAAAA | toughasnails | 3.1.0.116 | ToughAsNails-1.12.2-3.1.0.116-universal.jar | None |
| UCHIJAAAA | forestry | 5.8.0.280 | forestry_1.12.2-5.8.0.280.jar | None |
| UCHIJAAAA | enderiointegrationforestry | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
| UCHIJAAAA | enderiointegrationticlate | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
| UCHIJAAAA | enderiomachines | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
| UCHIJAAAA | enderiopowertools | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
| UCHIJAAAA | enderstorage | 2.4.2.126 | EnderStorage-1.12.2-2.4.2.126-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | enderzoo | 1.12.1-1.4.0.49 | EnderZoo-1.12.1-1.4.0.49.jar | None |
| UCHIJAAAA | exoticbirds | 1.0 | Exotic+Birds+1.12.2-1.4.1.jar | None |
| UCHIJAAAA | extrabitmanipulation | 1.12-3.2.1 | ExtraBitManipulation-1.12-3.2.1.jar | None |
| UCHIJAAAA | extrautils2 | 1.0 | extrautils2-1.12-1.7.6.jar | None |
| UCHIJAAAA | zerocore | 1.12-0.1.2.1 | zerocore-1.12-0.1.2.1.jar | None |
| UCHIJAAAA | bigreactors | 1.12.2-0.4.5.48 | ExtremeReactors-1.12.2-0.4.5.48.jar | None |
| UCHIJAAAA | familiarfauna | 1.0.9 | FamiliarFauna-1.12.2-1.0.9.jar | None |
| UCHIJAAAA | fbp | 2.4.0 | FancyBlockParticles-1.12.x-2.4.0.jar | None |
| UCHIJAAAA | fenceoverhaul | 1.3.4 | FenceOverhaul-1.3.4.jar | None |
| UCHIJAAAA | foamfix | 0.9.9-1.12.2 | foamfix-0.9.9-1.12.2-anarchy.jar | None |
| UCHIJAAAA | forgelin | 1.6.0 | Forgelin-1.6.0.jar | None |
| UCHIJAAAA | forgemultipartcbe | 2.4.0.55 | ForgeMultipart-1.12.2-2.4.0.55-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | microblockcbe | 2.4.0.55 | ForgeMultipart-1.12.2-2.4.0.55-universal.jar | None |
| UCHIJAAAA | minecraftmultipartcbe | 2.4.0.55 | ForgeMultipart-1.12.2-2.4.0.55-universal.jar | None |
| UCHIJAAAA | fpsreducer | 1.12.2-1.9 | FpsReducer-1.12.2-1.9.jar | None |
| UCHIJAAAA | friendlyfire | 1.5.8 | FriendlyFire-1.12.2-1.5.8.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | funkylocomotion | 1.0 | funky-locomotion-1.12.2-1.1.0.jar | None |
| UCHIJAAAA | ichunutil | 7.1.4 | iChunUtil-1.12.2-7.1.4.jar | None |
| UCHIJAAAA | gravitygun | 7.0.0 | GravityGun-1.12.2-7.0.1.jar | None |
| UCHIJAAAA | hardcoredarkness | 2.0 | HardcoreDarkness-MC1.12.2-2.0.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| UCHIJAAAA | holoinventory | 2.1.0.150 | HoloInventory-1.12.2-2.1.0.150.jar | None |
| UCHIJAAAA | llibrary | 1.7.9 | llibrary-1.7.9-1.12.jar | None |
| UCHIJAAAA | iceandfire | 1.4.0 | iceandfire-1.4.0-1.12.2.jar | None |
| UCHIJAAAA | improvedmobs | 1.1.5[1.12.2] | ImprovedMobs-1.1.5[1.12.2].jar | None |
| UCHIJAAAA | mcmultipart | 2.5.1 | MCMultiPart-2.5.1.jar | None |
| UCHIJAAAA | mekanism | 1.12.2-9.4.7.342 | Mekanism-1.12.2-9.4.7.342.jar | None |
| UCHIJAAAA | teslacorelib | 1.0.14 | tesla-core-lib-1.12.2-1.0.14.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.8.11-147.jar | None |
| UCHIJAAAA | infernalmobs | 1.7.5 | InfernalMobs-1.12.2.jar | None |
| UCHIJAAAA | instantunify | 1.1.1 | instantunify-1.12.2-1.1.1.jar | None |
| UCHIJAAAA | integrateddynamics | 0.11.10 | IntegratedDynamics-1.12.2-0.11.10.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAA | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-0.11.10.jar | None |
| UCHIJAAAA | integratedtunnels | 1.5.5 | IntegratedTunnels-1.12.2-1.5.5.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAA | integratedtunnelscompat | 1.0.0 | IntegratedTunnels-1.12.2-1.5.5.jar | None |
| UCHIJAAAA | harvestcraft | 1.12.2t | Pam's+HarvestCraft+1.12.2t.jar | None |
| UCHIJAAAA | mcjtylib_ng | 2.6.7 | mcjtylib-1.12-2.6.7.jar | None |
| UCHIJAAAA | rftools | 7.33 | rftools-1.12-7.33.jar | None |
| UCHIJAAAA | integrationforegoing | 1.12-1.6 | IntegrationForegoing-1.12.2-1.6.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| UCHIJAAAA | inventorypets | 1.4.9.9b | inventorypets-1.12-1.4.9.9b.jar | None |
| UCHIJAAAA | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| UCHIJAAAA | ironchest | 1.12.2-7.0.40.824 | ironchest-1.12.2-7.0.40.824.jar | None |
| UCHIJAAAA | jaopcasingularities | 1.12.2-2.2.0.8 | JAOPCASingularities-1.12.2-2.2.0.8.jar | None |
| UCHIJAAAA | jaopca | 1.12.2-2.2.6.83 | JAOPCA-1.12.2-2.2.6.83.jar | None |
| UCHIJAAAA | oredictinit | 1.12.2-2.2.1.67 | JAOPCA-1.12.2-2.2.6.83.jar | None |
| UCHIJAAAA | jehc | 1.12.2 | JEHC-1.12.2-1.5.0.0.jar | None |
| UCHIJAAAA | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
| UCHIJAAAA | jeiintegration | 1.5.1.36 | jeiintegration_1.12.2-1.5.1.36.jar | None |
| UCHIJAAAA | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None |
| UCHIJAAAA | jaff | 1.7_for_1.12 | JustAFewFish-1.7_for_1.12.jar | None |
| UCHIJAAAA | jeresources | 0.8.6.28 | JustEnoughResources-1.12.2-0.8.6.28.jar | None |
| UCHIJAAAA | keywizard | 1.12.2-1.5.3-b1 | keywizard-1.12.2-1.5.3-b1.jar | None |
| UCHIJAAAA | magicbees | 1.0 | MagicBees-1.12.2-3.1.9.jar | None |
| UCHIJAAAA | malisiscore | 1.12.2-6.4.0 | malisiscore-1.12.2-6.4.0.jar | None |
| UCHIJAAAA | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
| UCHIJAAAA | testdummy | 1.12 | MmmMmmMmmMmm-1.12-1.14.jar | None |
| UCHIJAAAA | mob_mash | 2.4 | Mob+Mash-2.4.jar | None |
| UCHIJAAAA | modnametooltip | 1.10.0 | modnametooltip_1.12.2-1.10.0.jar | None |
| UCHIJAAAA | neat | 1.4-15 | Neat+1.4-15.jar | None |
| UCHIJAAAA | nex | 2.1.14.15 | NetherEx-1.12-2.1.14.15.jar | None |
| UCHIJAAAA | recipehandler | 0.10 | NoMoreRecipeConflict-0.10(1.12.2).jar | None |
| UCHIJAAAA | neid | 1.5.4.2 | NotEnoughIDs-1.5.4.2.jar | None |
| UCHIJAAAA | nei | 2.4.1 | NotEnoughItems-1.12.2-2.4.1.233-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | openmods | 0.11.5 | OpenModsLib-1.12.2-0.11.5.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| UCHIJAAAA | openblocks | 1.7.6 | OpenBlocks-1.12.2-1.7.6.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| UCHIJAAAA | pa | 1.12.2 | Passive+Aggression-1.12.2-0.0.1.jar | None |
| UCHIJAAAA | placeableitems | 3.3 | placeableitems-3.3.jar | None |
| UCHIJAAAA | projecte | 1.12-PE1.0.0 | ProjectE-1.12-PE1.2.0.jar | None |
| UCHIJAAAA | twilightforest | 3.6.345 | twilightforest-1.12.2-3.6.345-universal.jar | None |
| UCHIJAAAA | plustic | 6.4.0.0 | plustic-6.4.0.0.jar | None |
| UCHIJAAAA | primitivemobs | 1.1.6 | primitivemobs-1.1.6_beta.jar | None |
| UCHIJAAAA | rftoolscontrol | 1.8.1 | rftoolsctrl-1.12-1.8.1.jar | None |
| UCHIJAAAA | rftoolsdim | 5.53 | rftoolsdim-1.12-5.53.jar | None |
| UCHIJAAAA | rftoolspower | 1.0.0 | rftoolspower-1.12-1.0.0.jar | None |
| UCHIJAAAA | roots | 0.104 | roots-2-0.104.jar | None |
| UCHIJAAAA | silentlib | 2.2.18 | SilentLib-1.12-2.2.18-100.jar | None |
| UCHIJAAAA | slurp | 0.3 | slurp-1.12-0.3.jar | None |
| UCHIJAAAA | sophisticatedwolves | 3.13.2 | SophisticatedWolves-1.12.2-3.13.2.jar | None |
| UCHIJAAAA | spiceoflife | 1.3.11 | SpiceOfLife-mc1.12-1.3.11.jar | None |
| UCHIJAAAA | survivaltweaks | 5.1.0 | SurvivalTweaks-5.1.0-1.12.2.jar | None |
| UCHIJAAAA | tcinventoryscan | 2.0.8 | ThaumicInventoryScanning_1.12.2-2.0.8.jar | None |
| UCHIJAAAA | thebetweenlands | 3.3.8 | TheBetweenlands-3.3.8-universal.jar | 38067d6878811efb38b6a045521cfd80b9b60b38 |
| UCHIJAAAA | theoneprobe | 1.4.22 | theoneprobe-1.12-1.4.22.jar | None |
| UCHIJAAAA | thermaldynamics | 2.4.1 | ThermalDynamics-1.12.2-2.4.1.10-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAA | tickprofiler | 1.12-0.0.4 | TickProfiler-1.12-0.0.4.jar | None |
| UCHIJAAAA | tinkersaddons | 1.0.7 | Tinkers'+Addons-1.12.1-1.0.7.jar | None |
| UCHIJAAAA | torchmaster | 1.6.1.53 | torchmaster_1.12.2-1.6.1.53.jar | 5e9a436b366831c8f54a7e80b015784da69278c6 |
| UCHIJAAAA | translocators | 2.5.0.70 | Translocators-1.12.2-2.5.0.70-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | wanionlib | 1.12.2-1.5 | WanionLib-1.12.2-1.5.jar | None |
| UCHIJAAAA | zombieawareness | 1.12.1-1.11.12 | zombieawareness-1.12.1-1.11.12.jar | None |
| UCHIJAAAA | hungeroverhaul | 1.12.2-1.3.2.jenkins146 | HungerOverhaul-1.12.2-1.3.2.jenkins146.jar | None |
| UCHIJAAAA | teslacorelib_registries | 1.0.14 | tesla-core-lib-1.12.2-1.0.14.jar | None |
| UCHIJAAAA | unidict | 1.12.2-2.4c | UniDict-1.12.2-2.4c.jar | None |
| UCHIJAAAA | wrapup | 1.12-1.1.3 | WrapUp-1.12-1.1.3.jar | None |
Loaded coremods (and transformers):
ImprovedMobs/ASM (ImprovedMobs-1.1.5[1.12.2].jar)
com.flemmli97.improvedmobs.asm.ASMTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.20.jar)
com.enderio.core.common.transform.EnderCoreTransformer
LibLoader (# LibLoader.jar)
LoadingPlugin (Quark-r1.4-123.jar)
vazkii.quark.base.asm.ClassTransformer
MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9-1.12.2-anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
CoreMod (TickProfiler-1.12-0.0.4.jar)
LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0.jar)
lumien.hardcoredarkness.asm.ClassTransformer
AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
squeek.applecore.asm.TransformerModuleHandler
LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
lumien.chunkanimator.asm.ClassTransformer
GottaGoFastLoader (gottagofast-1.1.jar)
com.thiakil.gottagofast.coremod.GottaGoFastASMTransformer
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
team.chisel.ctm.client.asm.CTMTransformer
ItemPatchingLoader (ItemPhysic_Full+1.4.11_mc1.12.2.jar)
com.creativemd.itemphysic.ItemTransformer
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
openmods.core.OpenModsClassTransformer
Plugin (NotEnoughIDs-1.5.4.2.jar)
ru.fewizz.neid.asm.Transformer
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.12.jar)
org.blockartistry.DynSurround.asm.Transformer
CreativePatchingLoader (CreativeCore_v1.9.22_mc1.12.2.jar)
AstralCore (astralsorcery-1.12.2-1.8.9.jar)
CoreMod (Aroma1997Core-1.12.2-1.3.0.2.jar)
ForgelinPlugin (Forgelin-1.6.0.jar)
MovingWorldCore (movingworld-1.12-6.342-full.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.4.0-78.jar)
zmaster587.advancedRocketry.asm.ClassTransformer
BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar)
mods.betterfoliage.loader.BetterFoliageTransformer
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.8-core.jar)
thebetweenlands.core.TheBetweenlandsClassTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 390.77' Renderer: 'GeForce GTX 1070/PCIe/SSE2'
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 rv5-stable-11 for Forge 14.23.1.2554
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)
- theoneprobeIntegration (Enabled/Not Forced)
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaDecorative (Enabled/Not Forced)
- NaturaTools (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)
Ender IO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
* Optifine is installed. This is NOT supported.
This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash. !!!
!!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:OFF, InvTweaks:ON, JEI:ON, Mekanism:ON, OpenComputers:OFF, THE_ONE_PROBE:ON, TESLA:OFF, CRAFTTWEAKER:ON
Launched Version: 1.12.2-forge1.12.2-14.23.3.2676
LWJGL: 2.9.4
OpenGL: GeForce GTX 1070/PCIe/SSE2 GL version 4.6.0 NVIDIA 390.77, 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: 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: 4x Intel(R) Core(TM) i5-6600K CPU @ 3.50GHz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment