
DerpyGhost
Members-
Posts
4 -
Joined
-
Last visited
Everything posted by DerpyGhost
-
My minecraft game crashed unexpectedly
DerpyGhost replied to DerpyGhost's topic in Support & Bug Reports
The MovingWorldCore I have is a core mod for davinci's vessels, I need it in order to have the other mod. Also I get my mod's either off the twitch launcher or curseforge, but thank you for the tip -
So over the last couple of days I have been working on a modpack and removing overlapping items and fixing issues with mod integration but recently I found some mods in my modpack that don't have options to remove their items in their configuration files and I don't know how to disable their items in any other way. How can I disable an item a mod adds without including an option to disable it in its config file. For a clearer picture: In my modpack I have AE2, Buildcraft, and Thermal foundation; all three of which add a wooden gear and all three wooden gears have the same crafting recipe. I disabled buildcraft's gears but AE2 has no option to disable the wooden gear so I don't know what to do. I also have Railcraft, Thermal Foundation, and Immersive Engineering and all three add "coal coke". I just want to keep the railcraft coal coke but don't know how to disable the other two since their config menus don't have the option. Related: RFtools adds an aspect of dimension building which I don't want to include in my modpack, I want to disable the dimension builder item that it adds but it doesn't give me the option to do so in its config file, how do I go about doing this?
-
As the title suggests my game crashed unexpectedly while I was doing final edits on my modpack and in order to make sure it isn't an issue I want to review the crash report. Can anyone help me understand why the crash occured? The crash report said: The game crashed whilst unexpected error Error: java.lang.NullPointerException: Unexpected error The full log is attached below. Full: ---- Minecraft Crash Report ---- WARNING: coremods are present: LoadingPlugin (RandomThings-MC1.12.2-4.2.7.1.jar) BedPatch (bedpatch-2.2-1.12.2.jar) AppleCore (AppleCore-mc1.12.2-3.2.0.jar) OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar) ForgelinPlugin (Forgelin-1.8.2.jar) CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar) IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar) EnderCorePlugin (EnderCore-1.12.2-0.5.57-core.jar) Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar) AstralCore (astralsorcery-1.12.2-1.10.19.jar) Quark Plugin (Quark-r1.5-159.jar) LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) IvToolkit (IvToolkit-1.3.3-1.12.jar) MovingWorldCore (movingworld-1.12-6.342-full.jar) FarseekCoreMod (Farseek-1.12-2.3.2.jar) Contact their authors BEFORE contacting forge // You should try our sister game, Minceraft! Time: 6/13/19 4:54 PM Description: Unexpected error java.lang.NullPointerException: Unexpected error at com.elytradev.movingworld.common.chunk.assembly.AssembleResult.writeNBTMetadata(AssembleResult.java:248) at com.elytradev.movingworld.common.chunk.assembly.AssembleResult.writeNBTFully(AssembleResult.java:227) at com.elytradev.movingworld.common.tile.TileMovingMarkingBlock.func_189515_b(TileMovingMarkingBlock.java:225) at com.elytradev.davincisvessels.common.tileentity.TileHelm.func_189515_b(TileHelm.java:156) at net.minecraftforge.common.util.BlockSnapshot.getTileNBT(BlockSnapshot.java:132) at net.minecraftforge.common.util.BlockSnapshot.<init>(BlockSnapshot.java:61) at net.minecraft.world.World.func_190527_a(World.java:3171) at com.rwtema.extrautils2.compatibility.CompatHelper.canPlaceBlockHere(CompatHelper.java:51) at com.rwtema.extrautils2.items.ItemBuildersWand.checkAndAddBlocks(ItemBuildersWand.java:68) at com.rwtema.extrautils2.items.ItemSelectionWand.getPotentialBlocks(ItemSelectionWand.java:182) at com.rwtema.extrautils2.items.ItemSelectionWand.drawSelection(ItemSelectionWand.java:282) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_812_ItemSelectionWand_drawSelection_DrawBlockHighlightEvent.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.minecraftforge.client.ForgeHooksClient.onDrawBlockHighlight(ForgeHooksClient.java:191) at sun.reflect.GeneratedMethodAccessor103.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.optifine.reflect.Reflector.callBoolean(Reflector.java:680) at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1819) at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1613) at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1384) 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 com.elytradev.movingworld.common.chunk.assembly.AssembleResult.writeNBTMetadata(AssembleResult.java:248) at com.elytradev.movingworld.common.chunk.assembly.AssembleResult.writeNBTFully(AssembleResult.java:227) at com.elytradev.movingworld.common.tile.TileMovingMarkingBlock.func_189515_b(TileMovingMarkingBlock.java:225) at com.elytradev.davincisvessels.common.tileentity.TileHelm.func_189515_b(TileHelm.java:156) at net.minecraftforge.common.util.BlockSnapshot.getTileNBT(BlockSnapshot.java:132) at net.minecraftforge.common.util.BlockSnapshot.<init>(BlockSnapshot.java:61) at net.minecraft.world.World.func_190527_a(World.java:3171) at com.rwtema.extrautils2.compatibility.CompatHelper.canPlaceBlockHere(CompatHelper.java:51) at com.rwtema.extrautils2.items.ItemBuildersWand.checkAndAddBlocks(ItemBuildersWand.java:68) at com.rwtema.extrautils2.items.ItemSelectionWand.getPotentialBlocks(ItemSelectionWand.java:182) at com.rwtema.extrautils2.items.ItemSelectionWand.drawSelection(ItemSelectionWand.java:282) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_812_ItemSelectionWand_drawSelection_DrawBlockHighlightEvent.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.minecraftforge.client.ForgeHooksClient.onDrawBlockHighlight(ForgeHooksClient.java:191) at sun.reflect.GeneratedMethodAccessor103.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.optifine.reflect.Reflector.callBoolean(Reflector.java:680) at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1819) at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1613) -- Affected level -- Details: Level name: MpServer All players: 1 total; [EntityPlayerSP['ShadowGodMordred'/502, l='MpServer', x=92.83, y=63.38, z=69.58]] Chunk stats: MultiplayerChunkCache: 436, 436 Level seed: 0 Level generator: ID 07 - quark_realistic, ver 0. Features enabled: false Level generator options: Level spawn location: World: (0,64,44), Chunk: (at 0,4,12 in 0,2; contains blocks 0,0,32 to 15,255,47), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 52829 game time, 52829 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: 88 total; [EntityAbyssalZombie['Abyssal Zombie'/49165, l='MpServer', x=81.50, y=28.00, z=110.50], EntityArchaeologist['Archaeologist'/143, l='MpServer', x=15.00, y=22.00, z=24.00], MoCEntityBoar['Boar'/144, l='MpServer', x=35.45, y=68.00, z=11.44], MoCEntityBoar['Boar'/145, l='MpServer', x=36.50, y=68.00, z=13.50], EntityArchaeologist['Archaeologist'/190, l='MpServer', x=23.00, y=23.00, z=112.00], MoCEntityOstrich['Ostrich'/192, l='MpServer', x=51.50, y=62.00, z=131.50], EntityPlayerSP['ShadowGodMordred'/502, l='MpServer', x=92.83, y=63.38, z=69.58], EntityHat['unknown'/1430, l='MpServer', x=92.83, y=63.38, z=69.58], MoCEntityGreenOgre['GreenOgre'/50672, l='MpServer', x=58.68, y=17.00, z=58.70], EntityCreeper['Creeper'/50888, l='MpServer', x=89.17, y=59.00, z=66.52], EntityHat['unknown'/50891, l='MpServer', x=89.17, y=59.00, z=66.52], EntityFallingBlock['Falling Block'/42892, l='MpServer', x=225.50, y=72.50, z=183.50], EntityFallingBlock['Falling Block'/42924, l='MpServer', x=231.50, y=78.50, z=190.50], EntityDoeNigerianDwarf['Nigerian Dwarf Doe'/27127, l='MpServer', x=147.08, y=68.00, z=20.89], MoCEntityOstrich['Ostrich'/27439, l='MpServer', x=131.50, y=69.00, z=-3.50], MoCEntityMiniGolem['MiniGolem'/52483, l='MpServer', x=41.50, y=20.00, z=73.50], MoCEntityCricket['Cricket'/3740, l='MpServer', x=31.50, y=68.00, z=11.50], MoCEntityCricket['Cricket'/3741, l='MpServer', x=30.50, y=68.00, z=13.50], MoCEntityCricket['Cricket'/3742, l='MpServer', x=30.50, y=68.00, z=14.50], MoCEntityCricket['Cricket'/3743, l='MpServer', x=34.50, y=68.00, z=16.50], EntityItem['item.item.arrow'/53083, l='MpServer', x=82.69, y=68.00, z=43.66], EntityItem['item.item.bone'/53084, l='MpServer', x=83.59, y=68.00, z=44.40], EntityItem['item.item.bone'/53129, l='MpServer', x=140.91, y=68.00, z=31.90], EntityItem['item.tile.cactus'/53171, l='MpServer', x=92.71, y=68.00, z=10.31], EntityItem['item.tile.cactus'/53172, l='MpServer', x=94.95, y=69.00, z=8.98], EntitySkeleton['Skeleton'/53272, l='MpServer', x=27.50, y=20.00, z=106.50], EntityCreeper['Creeper'/53593, l='MpServer', x=38.50, y=33.00, z=126.50], EntityDweller['Dweller'/53606, l='MpServer', x=123.24, y=19.00, z=146.49], EntityCreeper['Creeper'/53638, l='MpServer', x=70.56, y=41.00, z=65.80], EntityHat['unknown'/53642, l='MpServer', x=70.56, y=41.00, z=65.80], EntityCreeper['Creeper'/53666, l='MpServer', x=87.50, y=29.00, z=144.50], EntityItem['item.tile.cactus'/53676, l='MpServer', x=130.90, y=65.00, z=65.49], EntityItem['item.tile.cactus'/53677, l='MpServer', x=128.95, y=66.00, z=66.01], EntitySkeleton['Skeleton'/53714, l='MpServer', x=60.53, y=32.00, z=62.76], EntityItem['item.tile.cactus'/53879, l='MpServer', x=150.55, y=66.00, z=120.70], EntityAshen['Ashen'/54265, l='MpServer', x=70.50, y=19.00, z=100.50], EntitySkeleton['Skeleton'/54270, l='MpServer', x=55.33, y=16.00, z=57.70], EntityCreeper['Creeper'/54287, l='MpServer', x=104.50, y=28.00, z=104.50], EntityCreeper['Creeper'/54310, l='MpServer', x=69.50, y=41.00, z=124.50], EntityCreeper['Creeper'/54317, l='MpServer', x=52.50, y=34.00, z=140.50], EntitySpider['Spider'/54321, l='MpServer', x=48.30, y=26.00, z=94.51], EntitySkeleton['Skeleton'/54330, l='MpServer', x=70.50, y=19.00, z=99.50], EntitySkeleton['Skeleton'/54333, l='MpServer', x=69.50, y=19.00, z=95.50], EntitySkeleton['Skeleton'/54334, l='MpServer', x=68.50, y=19.00, z=96.50], EntitySkeleton['Skeleton'/54345, l='MpServer', x=28.50, y=15.00, z=49.50], MoCEntityWerewolf['Werewolf'/54352, l='MpServer', x=31.50, y=33.00, z=137.50], MoCEntityWerewolf['Werewolf'/54360, l='MpServer', x=169.45, y=16.00, z=93.45], EntitySpider['Spider'/54367, l='MpServer', x=70.50, y=35.00, z=74.50], EntityCreeper['Creeper'/54370, l='MpServer', x=68.50, y=19.00, z=71.50], EntitySkeleton['Skeleton'/54371, l='MpServer', x=53.50, y=28.00, z=6.50], EntityCreeper['Creeper'/54376, l='MpServer', x=55.50, y=27.00, z=138.50], EntityCreeper['Creeper'/54381, l='MpServer', x=76.22, y=43.00, z=65.49], EntityHat['unknown'/54383, l='MpServer', x=76.22, y=43.00, z=65.49], EntityConcussionCreeper['Concussion Creeper'/54389, l='MpServer', x=30.50, y=21.00, z=116.50], EntityCreeper['Creeper'/54397, l='MpServer', x=30.50, y=21.00, z=114.50], EntityCreeper['Creeper'/54399, l='MpServer', x=31.50, y=21.00, z=116.50], EntityHat['unknown'/54432, l='MpServer', x=30.50, y=21.00, z=114.50], EntitySkeleton['Skeleton'/54442, l='MpServer', x=76.50, y=26.00, z=114.50], EntityCreeper['Creeper'/54446, l='MpServer', x=47.54, y=27.00, z=97.18], EntityZombie['Zombie'/54448, l='MpServer', x=153.05, y=26.00, z=143.95], EntitySkeleton['Skeleton'/54594, l='MpServer', x=67.77, y=47.00, z=60.50], EntityCreeper['Creeper'/54595, l='MpServer', x=52.50, y=28.00, z=95.50], EntityCreeper['Creeper'/54596, l='MpServer', x=86.56, y=31.00, z=10.15], EntityZombie['Zombie'/54613, l='MpServer', x=87.50, y=35.00, z=130.50], EntityCreeper['Creeper'/54748, l='MpServer', x=59.77, y=27.00, z=85.51], EntityZombie['Zombie'/54749, l='MpServer', x=105.26, y=32.00, z=112.45], EntitySkeleton['Skeleton'/54772, l='MpServer', x=169.70, y=16.00, z=94.30], EntitySkeleton['Skeleton'/54773, l='MpServer', x=169.50, y=16.00, z=101.50], EntitySkeleton['Skeleton'/54779, l='MpServer', x=121.50, y=16.00, z=148.50], EntitySkeleton['Skeleton'/54920, l='MpServer', x=51.50, y=30.00, z=16.50], EntityZombie['Zombie'/54921, l='MpServer', x=49.50, y=30.00, z=16.50], EntitySkeleton['Skeleton'/54922, l='MpServer', x=67.50, y=26.00, z=82.50], EntityHat['unknown'/54926, l='MpServer', x=51.50, y=30.00, z=16.50], EntitySkeleton['Skeleton'/55033, l='MpServer', x=56.50, y=20.00, z=70.50], EntitySkeleton['Skeleton'/55034, l='MpServer', x=74.50, y=40.00, z=128.50], EntitySkeleton['Skeleton'/55036, l='MpServer', x=74.50, y=27.00, z=121.50], EntityHat['unknown'/55044, l='MpServer', x=56.50, y=20.00, z=70.50], EntityHat['unknown'/55045, l='MpServer', x=74.50, y=40.00, z=128.50], EntityZombie['Zombie'/55191, l='MpServer', x=56.50, y=12.00, z=92.50], EntityCreeper['Creeper'/55192, l='MpServer', x=80.70, y=28.00, z=104.86], EntitySkeleton['Skeleton'/55340, l='MpServer', x=81.50, y=30.00, z=105.50], EntityCreeper['Creeper'/55341, l='MpServer', x=88.50, y=29.00, z=9.50], EntityZombie['Zombie'/55353, l='MpServer', x=38.50, y=16.00, z=47.50], EntityHat['unknown'/55357, l='MpServer', x=28.50, y=15.00, z=49.50], EntityHat['unknown'/55374, l='MpServer', x=153.05, y=26.00, z=143.95], EntitySkeleton['Skeleton'/55377, l='MpServer', x=35.50, y=16.00, z=49.50], EntityShip['entity.shipmod.name'/47210, l='MpServer', x=123.49, y=66.00, z=48.52], EntityZombie['Zombie'/48993, l='MpServer', x=109.37, y=52.00, z=86.81]] Retry entities: 0 total; [] 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: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: 1023547304 bytes (976 MB) / 6832521216 bytes (6516 MB) up to 7635730432 bytes (7282 MB) JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8192m -Xms256m -XX:PermSize=256m IntCache: cache: 0, tcache: 0, allocated: 14, tallocated: 94 FML: MCP 9.42 Powered by Forge 14.23.5.2838 Optifine OptiFine_1.12.2_HD_U_E3 182 mods loaded, 182 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.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCHIJA | forge | 14.23.5.2838 | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCHIJA | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None | | LCHIJA | com.elytradev.movingworld.common.asm.coremod | | minecraft.jar | None | | LCHIJA | openmodscore | 0.12.2 | minecraft.jar | None | | LCHIJA | movillages | 1.5.4 | [1.12]MoVillages-1.5.4.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.268 | jei_1.12.2-4.15.0.268.jar | None | | LCHIJA | abyssalcraft | 1.9.8 | AbyssalCraft-1.12.2-1.9.8.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 | | LCHIJA | acintegration | 1.8.1 | AbyssalCraft Integration-1.12.2-1.8.1.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 | | LCHIJA | actuallyadditions | 1.12.2-r148 | ActuallyAdditions-1.12.2-r148.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 | ctm | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar | None | | LCHIJA | appliedenergistics2 | rv6-stable-6 | appliedenergistics2-rv6-stable-6.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 | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None | | LCHIJA | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | LCHIJA | p455w0rdslib | 2.1.44 | p455w0rdslib-1.12.2-2.1.44.jar | None | | LCHIJA | ae2wtlib | 1.0.6 | AE2WTLib-1.12.2-1.0.6.jar | None | | LCHIJA | akashictome | 1.2-12 | AkashicTome-1.2-12.jar | None | | LCHIJA | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None | | LCHIJA | flyringbaublemod | 0.3.1_1.12-d4e654e | angelRingToBauble-1.12-0.3.1.50+d4e654e.jar | None | | LCHIJA | cofhcore | 4.6.3 | CoFHCore-1.12.2-4.6.3.27-universal.jar | None | | LCHIJA | craftstudioapi | 1.0.0 | CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar | None | | LCHIJA | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zd Surprise for Yogcast.jar | None | | LCHIJA | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None | | LCHIJA | twilightforest | 3.8.689 | twilightforest-1.12.2-3.8.689-universal.jar | None | | LCHIJA | animania | 1.6.2 | animania-1.12.2-1.6.2.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.80.jar | None | | LCHIJA | astikorcarts | 1.12.2-0.1.2.7 | astikorcarts-1.12.2-0.1.2.7.jar | None | | LCHIJA | astralsorcery | 1.10.19 | astralsorcery-1.12.2-1.10.19.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 | | LCHIJA | quark | r1.5-159 | Quark-r1.5-159.jar | None | | LCHIJA | autoreglib | 1.3-30 | AutoRegLib-1.3-30.jar | None | | LCHIJA | badwithernocookiereloaded | 1.12.2-3.3.16 | badwithernocookiereloaded-1.12.2-3.3.16.jar | None | | LCHIJA | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None | | LCHIJA | buildcraftlib | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | LCHIJA | buildcraftcore | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | LCHIJA | buildcraftenergy | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | LCHIJA | forestry | 5.8.2.387 | forestry_1.12.2-5.8.2.387.jar | None | | LCHIJA | binniecore | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None | | LCHIJA | binniedesign | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None | | LCHIJA | genetics | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None | | LCHIJA | botany | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None | | LCHIJA | extrabees | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None | | LCHIJA | extratrees | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.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.1-103 | BloodMagic-1.12.2-2.4.1-103.jar | None | | LCHIJA | bloodarsenal | 1.12.2-2.2.0-28 | BloodArsenal-1.12.2-2.2.0-28.jar | None | | LCHIJA | bookshelf | 2.3.584 | Bookshelf-1.12.2-2.3.584.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LCHIJA | buildcraftbuilders | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | LCHIJA | buildcrafttransport | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | LCHIJA | buildcraftsilicon | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | LCHIJA | buildcraftcompat | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | LCHIJA | buildcraftfactory | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | LCHIJA | buildcraftrobotics | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | LCHIJA | careerbees | 1.0 | careerbees-0.4.0.jar | None | | LCHIJA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None | | LCHIJA | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None | | LCHIJA | clumps | 3.1.2 | Clumps-3.1.2.jar | None | | LCHIJA | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | LCHIJA | cofhworld | 1.3.1 | CoFHWorld-1.12.2-1.3.1.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | LCHIJA | cookingforblockheads | 6.4.70 | CookingForBlockheads_1.12.2-6.4.70.jar | None | | LCHIJA | craftingtweaks | 8.1.9 | CraftingTweaks_1.12.2-8.1.9.jar | None | | 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 | cyclopscore | 1.3.0 | CyclopsCore-1.12.2-1.3.0.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 | | LCHIJA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None | | LCHIJA | darkutils | 1.8.226 | DarkUtils-1.12.2-1.8.226.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LCHIJA | movingworld | 1.12-6.342 | movingworld-1.12-6.342-full.jar | None | | LCHIJA | davincisvessels | @DVESSELSVER@ | davincisvessels-1.12-6.340-full.jar | None | | LCHIJA | doggytalents | 1.15.0.1 | DoggyTalents-1.12.2-1.15.0.1-universal.jar | None | | LCHIJA | mocreatures | 12.0.5 | DrZharks MoCreatures Mod-12.0.5.jar | None | | LCHIJA | eplus | 5.0.176 | EnchantingPlus-1.12.2-5.0.176.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LCHIJA | endercore | 1.12.2-0.5.57 | EnderCore-1.12.2-0.5.57.jar | None | | LCHIJA | enderzoo | 1.12.1-1.4.0.49 | EnderZoo-1.12.1-1.4.0.49.jar | None | | LCHIJA | evilcraft | 0.10.75 | EvilCraft-1.12.2-0.10.75.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 | | LCHIJA | evilcraftcompat | 1.0.0 | EvilCraft-1.12.2-0.10.75.jar | None | | LCHIJA | thermalfoundation | 2.6.3 | ThermalFoundation-1.12.2-2.6.3.27-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | LCHIJA | thermalexpansion | 5.5.4 | ThermalExpansion-1.12.2-5.5.4.43-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | LCHIJA | railcraft | 12.0.0 | railcraft-12.0.0.jar | a0c255ac501b2749537d5824bb0f0588bf0320fa | | LCHIJA | immersiveengineering | 0.12-89 | ImmersiveEngineering-0.12-89.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 | | LCHIJA | exchangers | 1.12.2-2.8 | Exchangers-1.12.2-2.8.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c | | LCHIJA | extracells | 2.6.2 | ExtraCells-1.12.2-2.6.2a.jar | None | | LCHIJA | farseek | 2.3.2 | Farseek-1.12-2.3.2.jar | None | | LCHIJA | fastleafdecay | v14 | FastLeafDecay-v14.jar | None | | LCHIJA | forgelin | 1.8.2 | Forgelin-1.8.2.jar | None | | LCHIJA | forgemultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | LCHIJA | microblockcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None | | LCHIJA | minecraftmultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None | | LCHIJA | gravestone | 1.10.1 | gravestone-1.10.1.jar | None | | LCHIJA | ichunutil | 7.2.1 | iChunUtil-1.12.2-7.2.1.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 | | LCHIJA | hats | 7.0.0 | Hats-1.12.2-7.0.2.jar | None | | LCHIJA | icbmclassic | 1.12.2-3.3.0.63 | ICBM-classic-1.12.2-3.3.0b63.jar | None | | 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 | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LCHIJA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.12-236.jar | None | | LCHIJA | mcjtylib_ng | 3.5.3 | mcjtylib-1.12-3.5.3.jar | None | | LCHIJA | rftools | 7.71 | rftools-1.12-7.71.jar | None | | LCHIJA | integrationforegoing | 1.12.2-1.9 | IntegrationForegoing-1.12.2-1.9.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c | | LCHIJA | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe | | LCHIJA | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None | | LCHIJA | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.69.845.jar | None | | LCHIJA | jehc | 1.6.4 | jehc-1.12.2-1.6.4.jar | None | | LCHIJA | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None | | LCHIJA | jeiintegration | 1.5.1.36 | jeiintegration_1.12.2-1.5.1.36.jar | None | | LCHIJA | jeivillagers | 1.0 | jeivillagers-1.12-1.0.2.jar | None | | LCHIJA | journeymap | 1.12.2-5.5.4 | journeymap-1.12.2-5.5.4.jar | None | | LCHIJA | jeresources | 0.9.2.58 | JustEnoughResources-1.12.2-0.9.2.58.jar | None | | LCHIJA | psi | r1.1-76 | Psi-r1.1-76.jar | None | | LCHIJA | magipsi | 1.3 | MagicalPsi-1.3.2.jar | None | | LCHIJA | magicbees | 1.0 | MagicBees-1.12.2-3.1.10.jar | None | | LCHIJA | mikesmodslib | 1.0.2 | MikesModsLib-1.0.2.jar | None | | LCHIJA | testdummy | 1.12 | MmmMmmMmmMmm-1.12-1.14.jar | None | | LCHIJA | modnametooltip | 1.10.0 | modnametooltip_1.12.2-1.10.0.jar | None | | LCHIJA | numina | 1.12.2-1.0.38 | Numina-1.12.2-1.0.38.jar | None | | LCHIJA | powersuits | 1.12.2-1.0.41 | ModularPowersuits-1.12.2-1.0.41.jar | None | | LCHIJA | morebees | 1.12.2-2.0.1 | morebees-1.12.2-2.0.1.jar | None | | LCHIJA | morph | 7.1.3 | Morph-1.12.2-7.1.3.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 | | LCHIJA | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None | | LCHIJA | mousetweaks | 2.10 | MouseTweaks-2.10-mc1.12.2.jar | None | | LCHIJA | mrtjpcore | 2.1.3.35 | MrTJPCore-1.12.2-2.1.3.35-universal.jar | None | | LCHIJA | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17.jar | None | | LCHIJA | norecipebook | 1.2.1 | noRecipeBook_v1.2.2formc1.12.2.jar | None | | LCHIJA | omlib | 3.1.3-243 | omlib-1.12.2-3.1.3-243.jar | None | | 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 | openmodularturrets | 3.1.3-354 | openmodularturrets-1.12.2-3.1.3-354.jar | None | | LCHIJA | packingtape | 0.7.6 | PackingTape-1.12.2-0.7.6.jar | None | | LCHIJA | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None | | LCHIJA | projectred-core | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-Base.jar | None | | LCHIJA | projectred-compat | 1.0 | ProjectRed-1.12.2-4.9.1.92-compat.jar | None | | LCHIJA | projectred-integration | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-integration.jar | None | | LCHIJA | projectred-transmission | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-integration.jar | None | | LCHIJA | projectred-fabrication | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-fabrication.jar | None | | LCHIJA | projectred-illumination | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-lighting.jar | None | | LCHIJA | projectred-expansion | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None | | LCHIJA | projectred-relocation | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None | | LCHIJA | projectred-transportation | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None | | LCHIJA | projectred-exploration | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-world.jar | None | | LCHIJA | randomthings | 4.2.7.1 | RandomThings-MC1.12.2-4.2.7.1.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 | | LCHIJA | reccomplex | 1.4.8.2 | RecurrentComplex-1.4.8.2.jar | None | | LCHIJA | xreliquary | 1.12.2-1.3.4.786 | Reliquary-1.12.2-1.3.4.786.jar | None | | LCHIJA | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 | | LCHIJA | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None | | LCHIJA | roots | 0.104 | roots-2-0.104.jar | None | | LCHIJA | shearmadness | 1.12.2 | shearmadness-1.12.2-1.7.2.4.jar | None | | LCHIJA | thermaldynamics | 2.5.5 | ThermalDynamics-1.12.2-2.5.5.21-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | LCHIJA | simplyjetpacks | 2.2.12.65 | SimplyJetpacks2-1.12.2-2.2.12.65.jar | None | | LCHIJA | solarflux | 4.32r | SolarFluxReborn_1.12.2-4.32r.jar | 4d7b29cd19124e986da685107d16ce4b49bc0a97 | | LCHIJA | solcarrot | 1.12.2-1.7 | solcarrot-1.12.2-1.7.jar | None | | LCHIJA | spartanshields | 1.5.4 | SpartanShields-1.12.2-1.5.4.jar | None | | LCHIJA | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.8.jar | None | | LCHIJA | streams | 0.4.7 | Streams-1.12-0.4.7.jar | None | | LCHIJA | thaumicjei | 1.6.0 | ThaumicJEI-1.12.2-1.6.0-27.jar | None | | LCHIJA | thaumicenergistics | 2.2.2 | thaumicenergistics-2.2.2.jar | None | | LCHIJA | tcinventoryscan | 2.0.10 | ThaumicInventoryScanning_1.12.2-2.0.10.jar | None | | LCHIJA | thaumictinkerer | 1.12.2-5.0-353c71c | thaumictinkerer-1.12.2-5.0-353c71c.jar | None | | LCHIJA | thedragonlib | 1.12.2-5.3.0 | thedragonlib-1.12.2-5.3.0.jar | None | | LCHIJA | thermalinnovation | 0.3.3 | ThermalInnovation-1.12.2-0.3.3.12-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | LCHIJA | toastcontrol | 1.8.1 | Toast Control-1.12.2-1.8.1.jar | None | | LCHIJA | torchmaster | 1.7.1.74 | torchmaster_1.12.2-1.7.1.74.jar | 5e9a436b366831c8f54a7e80b015784da69278c6 | | LCHIJA | traverse | 1.6.0 | Traverse-1.12.2-1.6.0-69.jar | None | | LCHIJA | unlimitedchiselworks | 0.2.1 | UnlimitedChiselWorks-0.2.1.jar | None | | LCHIJA | wailaharvestability | 1.1.12 | WailaHarvestability-mc1.12-1.1.12.jar | None | | LCHIJA | wanionlib | 1.12.2-2.2 | WanionLib-1.12.2-2.2.jar | None | | LCHIJA | wct | 3.11.88 | WirelessCraftingTerminal-1.12.2-3.11.88.jar | None | | LCHIJA | xnet | 1.8.1 | xnet-1.12-1.8.1.jar | None | | LCHIJA | ynot | 0.2.4 | YNot-0.2.4.jar | None | | LCHIJA | orelib | 3.5.2.2 | OreLib-1.12.2-3.5.2.2.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a | | LCHIJA | shetiphiancore | 3.5.9 | shetiphiancore-1.12.0-3.5.9.jar | None | | LCHIJA | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None | | LCHIJA | unidict | 1.12.2-2.9.2 | UniDict-1.12.2-2.9.2.jar | None | Loaded coremods (and transformers): LoadingPlugin (RandomThings-MC1.12.2-4.2.7.1.jar) lumien.randomthings.asm.ClassTransformer BedPatch (bedpatch-2.2-1.12.2.jar) com.mordenkainen.bedpatch.BedPatchASM AppleCore (AppleCore-mc1.12.2-3.2.0.jar) squeek.applecore.asm.TransformerModuleHandler OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar) openmods.core.OpenModsClassTransformer ForgelinPlugin (Forgelin-1.8.2.jar) CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar) team.chisel.ctm.client.asm.CTMTransformer IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar) blusunrize.immersiveengineering.common.asm.IEClassTransformer EnderCorePlugin (EnderCore-1.12.2-0.5.57-core.jar) com.enderio.core.common.transform.EnderCoreTransformer com.enderio.core.common.transform.SimpleMixinPatcher Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) invtweaks.forge.asm.ContainerTransformer ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar) shetiphian.asm.ClassTransformer AstralCore (astralsorcery-1.12.2-1.10.19.jar) Quark Plugin (Quark-r1.5-159.jar) vazkii.quark.base.asm.ClassTransformer LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) lumien.resourceloader.asm.ClassTransformer IvToolkit (IvToolkit-1.3.3-1.12.jar) MovingWorldCore (movingworld-1.12-6.342-full.jar) FarseekCoreMod (Farseek-1.12-2.3.2.jar) farseek.core.FarseekClassTransformer GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 23.20.16.4973' Renderer: 'Intel(R) HD Graphics 630' 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-6 for Forge 14.23.5.2768 List of loaded APIs: * AbyssalCraftAPI (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * AbyssalCraftAPI|Biome (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * AbyssalCraftAPI|Block (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * AbyssalCraftAPI|Caps (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * AbyssalCraftAPI|Condition (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * AbyssalCraftAPI|Disruption (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * AbyssalCraftAPI|Energy (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * AbyssalCraftAPI|Entity (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * AbyssalCraftAPI|Event (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * AbyssalCraftAPI|Integration (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * AbyssalCraftAPI|Internal (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * AbyssalCraftAPI|Item (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * AbyssalCraftAPI|Necronomicon (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * AbyssalCraftAPI|Recipe (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * AbyssalCraftAPI|Ritual (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * AbyssalCraftAPI|Spell (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * AbyssalCraftAPI|Structure (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r148.jar * ae2wtlib|api (1.1) from AE2WTLib-1.12.2-1.0.6.jar * AppleCoreAPI (3.2.0) from AppleCore-mc1.12.2-3.2.0.jar * appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-6.jar * Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.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.1-103.jar * BotaniaAPI (79) from AkashicTome-1.2-12.jar * buildcraftapi_blocks (1.0) from buildcraft-all-7.99.24.1.jar * buildcraftapi_boards (2.0) from buildcraft-all-7.99.24.1.jar * buildcraftapi_core (2.2) from buildcraft-all-7.99.24.1.jar * buildcraftapi_crops (1.1) from buildcraft-all-7.99.24.1.jar * buildcraftapi_enums (1.0) from buildcraft-all-7.99.24.1.jar * buildcraftapi_events (2.0) from buildcraft-all-7.99.24.1.jar * buildcraftapi_facades (1.1) from buildcraft-all-7.99.24.1.jar * buildcraftapi_filler (5.0) from buildcraft-all-7.99.24.1.jar * buildcraftapi_fuels (2.0) from buildcraft-all-7.99.24.1.jar * buildcraftapi_gates (4.1) from buildcraft-all-7.99.24.1.jar * buildcraftapi_items (1.1) from buildcraft-all-7.99.24.1.jar * buildcraftapi_library (2.0) from buildcraft-all-7.99.24.1.jar * buildcraftapi_lists (1.0) from buildcraft-all-7.99.24.1.jar * buildcraftapi_power (1.3) from buildcraft-all-7.99.24.1.jar * buildcraftapi_recipes (3.0) from buildcraft-all-7.99.24.1.jar * buildcraftapi_robotics (3.0) from buildcraft-all-7.99.24.1.jar * buildcraftapi_statements (1.1) from buildcraft-all-7.99.24.1.jar * buildcraftapi_tiles (1.2) from buildcraft-all-7.99.24.1.jar * buildcraftapi_tools (1.0) from buildcraft-all-7.99.24.1.jar * buildcraftapi_transport (5.0) from buildcraft-all-7.99.24.1.jar * Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar * cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.3.27-universal.jar * CraftingTweaks|API (4.1) from CraftingTweaks_1.12.2-8.1.9.jar * ctm-api (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar * ctm-api-events (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar * ctm-api-models (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar * ctm-api-textures (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar * ctm-api-utils (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.2.387.jar * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.8-63.jar * iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.2.1.jar * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-89.jar * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-89.jar * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.12-236.jar * jeresources|API (0.9.2.58) from JustEnoughResources-1.12.2-0.9.2.58.jar * journeymap|client-api (1.4) from journeymap-1.12.2-5.5.4.jar * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.4.jar * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.4.jar * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.4.jar * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.4.jar * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.268.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 * ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12.2-2.1.44.jar * projectred|api (2.0) from ProjectRed-1.12.2-4.9.1.92-Base.jar * PsiAPI (13) from Psi-r1.1-76.jar * QuarkAPI (4) from Quark-r1.5-159.jar * railcraft:api_carts (3.0.0) from railcraft-12.0.0.jar * railcraft:api_charge (4.0.0) from railcraft-12.0.0.jar * railcraft:api_core (3.2.0) from railcraft-12.0.0.jar * railcraft:api_crafting (4.0.0) from railcraft-12.0.0.jar * railcraft:api_events (2.0.0) from railcraft-12.0.0.jar * railcraft:api_fuel (2.0.0) from railcraft-12.0.0.jar * railcraft:api_helpers (2.0.0) from railcraft-12.0.0.jar * railcraft:api_items (2.4.0) from railcraft-12.0.0.jar * railcraft:api_signals (4.0.0) from railcraft-12.0.0.jar * railcraft:api_tracks (5.1.1) from railcraft-12.0.0.jar * redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar * shearmadness.api (@API_VERSION@) from shearmadness-1.12.2-1.7.2.4.jar * shearmadness_api_plumbing (1.0) from shearmadness-1.12.2-1.7.2.4.jar * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar * Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA26.jar * WailaAPI (1.3) from Hwyla-1.8.26-B41_1.12.2.jar * wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.11.88.jar [Psi] Active spell: None AE2 Integration: IC2:OFF, RC:ON, MFR:OFF, Waila:ON, InvTweaks:ON, JEI:ON, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:ON Launched Version: forge-14.23.5.2838 LWJGL: 2.9.4 OpenGL: Intel(R) HD Graphics 630 GL version 4.5.0 - Build 23.20.16.4973, 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-7700HQ CPU @ 2.80GHz OptiFine Version: OptiFine_1.12.2_HD_U_E3 OptiFine Build: 20181210-121000 Render Distance Chunks: 10 Mipmaps: 4 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false Shaders: null OpenGlVersion: 4.5.0 - Build 23.20.16.4973 OpenGlRenderer: Intel(R) HD Graphics 630 OpenGlVendor: Intel CpuCount: 8
-
Please help, my minecraft modpack keeps crashing :(
DerpyGhost replied to DerpyGhost's topic in Support & Bug Reports
Thank you so much! It worked! -
My minecraft modpack keeps crashing whenever I try to load it and it says The game crashed whilst initializing gameError: java.lang.NoSuchMethodError: appeng.api.storage.ICellRegistry.getCellInventory(Lnet/minecraft/item/ItemStack;Lappeng/api/storage/ISaveProvider;Lappeng/api/storage/IStorageChannel;)Lappeng/api/storage/IMEInventoryHandler; I don't know what the issue is and I assume it's with one of the mods I have, I'll insert the full log down below, someone please help Log: ---- Minecraft Crash Report ---- WARNING: coremods are present: LoadingPlugin (RandomThings-MC1.12.2-4.2.7.1.jar) BedPatch (bedpatch-2.2-1.12.2.jar) TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar) RandomPatches (randompatches-1.12.2-1.15.1.0.jar) ForgelinPlugin (Forgelin-1.8.2.jar) CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar) IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar) EnderCorePlugin (EnderCore-1.12.2-0.5.57-core.jar) Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar) LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) IvToolkit (IvToolkit-1.3.3-1.12.jar) FarseekCoreMod (Farseek-1.12-2.3.2.jar) Contact their authors BEFORE contacting forge // Oops. Time: 6/8/19 2:10 AM Description: Initializing game java.lang.NoSuchMethodError: appeng.api.storage.ICellRegistry.getCellInventory(Lnet/minecraft/item/ItemStack;Lappeng/api/storage/ISaveProvider;Lappeng/api/storage/IStorageChannel;)Lappeng/api/storage/IMEInventoryHandler; at com.thiakil.appliedfluidics.item.ItemFluidicStorageCell.func_77624_a(ItemFluidicStorageCell.java:150) at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:707) at net.minecraft.client.Minecraft.lambda$populateSearchTreeManager$1(Minecraft.java:576) at net.minecraft.client.Minecraft$$Lambda$2710/611019118.apply(Unknown Source) at net.minecraft.client.util.SearchTree.func_194042_b(SourceFile:49) at net.minecraft.client.util.SearchTree.func_194043_a(SourceFile:44) at net.minecraft.client.Minecraft$$Lambda$2727/354688596.accept(Unknown Source) at java.lang.Iterable.forEach(Iterable.java:75) at net.minecraft.client.Minecraft.func_193986_ar(Minecraft.java:590) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:529) 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(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 com.thiakil.appliedfluidics.item.ItemFluidicStorageCell.func_77624_a(ItemFluidicStorageCell.java:150) at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:707) at net.minecraft.client.Minecraft.lambda$populateSearchTreeManager$1(Minecraft.java:576) at net.minecraft.client.Minecraft$$Lambda$2710/611019118.apply(Unknown Source) at net.minecraft.client.util.SearchTree.func_194042_b(SourceFile:49) at net.minecraft.client.util.SearchTree.func_194043_a(SourceFile:44) at net.minecraft.client.Minecraft$$Lambda$2727/354688596.accept(Unknown Source) at java.lang.Iterable.forEach(Iterable.java:75) at net.minecraft.client.Minecraft.func_193986_ar(Minecraft.java:590) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:529) -- 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(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: 2024676168 bytes (1930 MB) / 4967104512 bytes (4737 MB) up to 7635730432 bytes (7282 MB) JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8192m -Xms256m -XX:PermSize=256m IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2838 188 mods loaded, 188 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.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCH | forge | 14.23.5.2838 | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCH | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None | | LCH | opencomputers|core | 1.7.4.153 | minecraft.jar | None | | LCH | randompatches | 1.12.2-1.15.1.0 | randompatches-1.12.2-1.15.1.0.jar | None | | LCH | movillages | 1.5.4 | [1.12]MoVillages-1.5.4.jar | None | | LCH | crafttweaker | 4.1.18 | CraftTweaker2-1.12-4.1.18.jar | None | | LCH | mtlib | 3.0.6 | MTLib-3.0.6.jar | None | | LCH | modtweaker | 4.0.17 | modtweaker-4.0.17.jar | None | | LCH | jei | 4.15.0.268 | jei_1.12.2-4.15.0.268.jar | None | | LCH | abyssalcraft | 1.9.8 | AbyssalCraft-1.12.2-1.9.8.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 | | LCH | ctm | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar | None | | LCH | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None | | LCH | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None | | LCH | endercore | 1.12.2-0.5.57 | EnderCore-1.12.2-0.5.57.jar | None | | LCH | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None | | LCH | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | LCH | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | LCH | cofhcore | 4.6.3 | CoFHCore-1.12.2-4.6.3.27-universal.jar | None | | LCH | brandonscore | 2.4.12 | BrandonsCore-1.12.2-2.4.12.205-universal.jar | None | | LCH | cofhworld | 1.3.1 | CoFHWorld-1.12.2-1.3.1.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | LCH | thermalfoundation | 2.6.3 | ThermalFoundation-1.12.2-2.6.3.27-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | LCH | draconicevolution | 2.3.22 | Draconic-Evolution-1.12.2-2.3.22.343-universal.jar | None | | LCH | thermalexpansion | 5.5.4 | ThermalExpansion-1.12.2-5.5.4.43-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | LCH | enderio | 5.0.44 | EnderIO-1.12.2-5.0.44.jar | None | | LCH | enderiointegrationtic | 5.0.44 | EnderIO-1.12.2-5.0.44.jar | None | | LCH | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None | | LCH | twilightforest | 3.8.689 | twilightforest-1.12.2-3.8.689-universal.jar | None | | LCH | tconstruct | 1.12.2-2.12.0.135 | TConstruct-1.12.2-2.12.0.135.jar | None | | LCH | acintegration | 1.8.1 | AbyssalCraft Integration-1.12.2-1.8.1.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 | | LCH | actuallyadditions | 1.12.2-r148 | ActuallyAdditions-1.12.2-r148.jar | None | | LCH | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None | | LCH | appliedenergistics2 | rv6-stable-6 | appliedenergistics2-rv6-stable-6.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 | | LCH | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None | | LCH | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None | | LCH | projecte | 1.12.2-PE1.4.1 | ProjectE-1.12.2-PE1.4.1.jar | None | | LCH | p455w0rdslib | 2.1.44 | p455w0rdslib-1.12.2-2.1.44.jar | None | | LCH | ae2wtlib | 1.0.6 | AE2WTLib-1.12.2-1.0.6.jar | None | | LCH | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None | | LCH | flyringbaublemod | 0.3.1_1.12-d4e654e | angelRingToBauble-1.12-0.3.1.50+d4e654e.jar | None | | LCH | appliedfluidics | 1.12.2-2.0.3 | AppliedFluidics-1.12.2-2.0.3.jar | None | | LCH | architecturecraft | @VERSION@ | architecturecraft-1.12-3.80.jar | None | | LCH | thedragonlib | 1.12.2-5.3.0 | thedragonlib-1.12.2-5.3.0.jar | None | | LCH | armorplus | 1.12.2-11.23.0.59 | armorplus-1.12.2-11.23.0.59.jar | None | | LCH | autoreglib | 1.3-30 | AutoRegLib-1.3-30.jar | None | | LCH | badwithernocookiereloaded | 1.12.2-3.3.16 | badwithernocookiereloaded-1.12.2-3.3.16.jar | None | | LCH | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None | | LCH | buildcraftlib | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | LCH | buildcraftcore | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | LCH | buildcraftenergy | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | LCH | forestry | 5.8.2.387 | forestry_1.12.2-5.8.2.387.jar | None | | LCH | binniecore | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None | | LCH | binniedesign | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None | | LCH | genetics | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None | | LCH | botany | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None | | LCH | extrabees | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None | | LCH | extratrees | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None | | LCH | biomesoplenty | 7.0.1.2439 | BiomesOPlenty-1.12.2-7.0.1.2439-universal.jar | None | | LCH | blockdrops | 1.4.0 | blockdrops-1.12.2-1.4.0.jar | None | | LCH | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None | | LCH | bloodmagic | 1.12.2-2.4.1-103 | BloodMagic-1.12.2-2.4.1-103.jar | None | | LCH | bloodarsenal | 1.12.2-2.2.0-28 | BloodArsenal-1.12.2-2.2.0-28.jar | None | | LCH | bonsaitrees | 1.1.3 | bonsaitrees-1.1.3-b156.jar | None | | LCH | bookshelf | 2.3.581 | Bookshelf-1.12.2-2.3.581.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LCH | botania | r1.10-361 | Botania r1.10-361.jar | None | | LCH | buildcraftbuilders | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | LCH | buildcrafttransport | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | LCH | buildcraftsilicon | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | LCH | buildcraftcompat | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | LCH | buildcraftfactory | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | LCH | buildcraftrobotics | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None | | LCH | careerbees | 1.0 | careerbees-0.4.0.jar | None | | LCH | chiselsandbits | 14.33 | chiselsandbits-14.33.jar | None | | LCH | conarm | 1.2.4 | conarm-1.12.2-1.2.4.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f | | LCH | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.18.jar | None | | LCH | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.18.jar | None | | LCH | cyclopscore | 1.3.0 | CyclopsCore-1.12.2-1.3.0.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 | | LCH | darkutils | 1.8.226 | DarkUtils-1.12.2-1.8.226.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LCH | eplus | 5.0.176 | EnchantingPlus-1.12.2-5.0.176.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LCH | enderiobase | 5.0.44 | EnderIO-1.12.2-5.0.44.jar | None | | LCH | enderioconduits | 5.0.44 | EnderIO-1.12.2-5.0.44.jar | None | | LCH | enderioconduitsappliedenergistics | 5.0.44 | EnderIO-1.12.2-5.0.44.jar | None | | LCH | opencomputers | 1.7.4.153 | OpenComputers-MC1.12.2-1.7.4.153.jar | None | | LCH | enderioconduitsopencomputers | 5.0.44 | EnderIO-1.12.2-5.0.44.jar | None | | LCH | enderioconduitsrefinedstorage | 5.0.44 | EnderIO-1.12.2-5.0.44.jar | None | | LCH | enderiointegrationforestry | 5.0.44 | EnderIO-1.12.2-5.0.44.jar | None | | LCH | enderiointegrationticlate | 5.0.44 | EnderIO-1.12.2-5.0.44.jar | None | | LCH | enderiomachines | 5.0.44 | EnderIO-1.12.2-5.0.44.jar | None | | LCH | enderiopowertools | 5.0.44 | EnderIO-1.12.2-5.0.44.jar | None | | LCH | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | LCH | shetiphiancore | 3.5.9 | shetiphiancore-1.12.0-3.5.9.jar | None | | LCH | endertanks | 1.6.8 | endertanks-1.12.0-1.6.8.jar | None | | LCH | enderzoo | 1.12.1-1.4.0.49 | EnderZoo-1.12.1-1.4.0.49.jar | None | | LCH | evilcraft | 0.10.75 | EvilCraft-1.12.2-0.10.75.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 | | LCH | evilcraftcompat | 1.0.0 | EvilCraft-1.12.2-0.10.75.jar | None | | LCH | extracells | 2.6.2 | ExtraCells-1.12.2-2.6.2a.jar | None | | LCH | farseek | 2.3.2 | Farseek-1.12-2.3.2.jar | None | | LCH | fastleafdecay | v14 | FastLeafDecay-v14.jar | None | | LCH | forgelin | 1.8.2 | Forgelin-1.8.2.jar | None | | LCH | forgemultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | LCH | microblockcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None | | LCH | minecraftmultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None | | LCH | gravestone | 1.10.1 | gravestone-1.10.1.jar | None | | LCH | ichunutil | 7.2.1 | iChunUtil-1.12.2-7.2.1.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 | | LCH | hats | 7.0.0 | Hats-1.12.2-7.0.2.jar | None | | LCH | headcrumbs | 2.0.4 | Headcrumbs-1.12.2-2.0.5.17.jar | None | | LCH | immersiveengineering | 0.12-89 | ImmersiveEngineering-0.12-89.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 | | LCH | immersivetech | 1.3.10 | immersivetech-1.12-1.3.10.jar | None | | LCH | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | LCH | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.12-236.jar | None | | LCH | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zd Surprise for Yogcast.jar | None | | LCH | integrationforegoing | 1.12.2-1.9 | IntegrationForegoing-1.12.2-1.9.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c | | LCH | inventorypets | 2.0.1 | inventorypets-1.12-2.0.1.jar | None | | LCH | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe | | LCH | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None | | LCH | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.67.844.jar | None | | LCH | jehc | 1.6.3 | jehc-1.12.2-1.6.3.jar | None | | LCH | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None | | LCH | jeiintegration | 1.5.1.36 | jeiintegration_1.12.2-1.5.1.36.jar | None | | LCH | jeivillagers | 1.0 | jeivillagers-1.12-1.0.2.jar | None | | LCH | journeymap | 1.12.2-5.5.4 | journeymap-1.12.2-5.5.4.jar | None | | LCH | jeresources | 0.8.5.27 | JustEnoughResources-1.12.2-0.8.5.27.jar | None | | LCH | mystcraft | 0.13.7.03 | mystcraft-1.12.2-0.13.7.03.jar | None | | LCH | lootbags | 2.5.8.5 | LootBags-1.12.2-2.5.8.5.jar | None | | LCH | magicbees | 1.0 | MagicBees-1.12.2-3.1.10.jar | None | | LCH | mcjtylib_ng | 3.5.3 | mcjtylib-1.12-3.5.3.jar | None | | LCH | mikesmodslib | 1.0.2 | MikesModsLib-1.0.2.jar | None | | LCH | testdummy | 1.12 | MmmMmmMmmMmm-1.12-1.14.jar | None | | LCH | modnametooltip | 1.10.0 | modnametooltip_1.12.2-1.10.0.jar | None | | LCH | numina | 1.12.2-1.0.38 | Numina-1.12.2-1.0.38.jar | None | | LCH | powersuits | 1.12.2-1.0.41 | ModularPowersuits-1.12.2-1.0.41.jar | None | | LCH | morebees | 1.12.2-2.0.1 | morebees-1.12.2-2.0.1.jar | None | | LCH | morph | 7.1.3 | Morph-1.12.2-7.1.3.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 | | LCH | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None | | LCH | mousetweaks | 2.10 | MouseTweaks-2.10-mc1.12.2.jar | None | | LCH | mrtjpcore | 2.1.3.35 | MrTJPCore-1.12.2-2.1.3.35-universal.jar | None | | LCH | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17.jar | None | | LCH | omlib | 3.1.2-240 | omlib-1.12.2-3.1.2-240.jar | None | | LCH | openmodularturrets | 3.1.2-350 | openmodularturrets-1.12.2-3.1.2-350.jar | None | | LCH | packingtape | 0.7.6 | PackingTape-1.12.2-0.7.6.jar | None | | LCH | projectred-core | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-Base.jar | None | | LCH | projectred-compat | 1.0 | ProjectRed-1.12.2-4.9.1.92-compat.jar | None | | LCH | projectred-integration | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-integration.jar | None | | LCH | projectred-transmission | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-integration.jar | None | | LCH | projectred-fabrication | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-fabrication.jar | None | | LCH | projectred-illumination | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-lighting.jar | None | | LCH | projectred-expansion | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None | | LCH | projectred-relocation | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None | | LCH | projectred-transportation | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None | | LCH | projectred-exploration | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-world.jar | None | | LCH | psi | r1.1-76 | Psi-r1.1-76.jar | None | | LCH | quantumflux | 2.0.18 | quantumflux-1.12.2-2.0.18.jar | None | | LCH | randomthings | 4.2.7.1 | RandomThings-MC1.12.2-4.2.7.1.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 | | LCH | reccomplex | 1.4.8.2 | RecurrentComplex-1.4.8.2.jar | None | | LCH | xreliquary | 1.12.2-1.3.4.786 | Reliquary-1.12.2-1.3.4.786.jar | None | | LCH | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 | | LCH | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None | | LCH | roots | 0.104 | roots-2-0.104.jar | None | | LCH | shearmadness | 1.12.2 | shearmadness-1.12.2-1.7.2.4.jar | None | | LCH | spartanshields | 1.5.4 | SpartanShields-1.12.2-1.5.4.jar | None | | LCH | streams | 0.4.7 | Streams-1.12-0.4.7.jar | None | | LCH | thaumicjei | 1.6.0 | ThaumicJEI-1.12.2-1.6.0-27.jar | None | | LCH | thaumicenergistics | 2.2.2 | thaumicenergistics-2.2.2.jar | None | | LCH | thaumicequivalence | 1.12.2-1.0.5 | ThaumicEquivalence-1.12.2-1.0.5.jar | None | | LCH | tcinventoryscan | 2.0.10 | ThaumicInventoryScanning_1.12.2-2.0.10.jar | None | | LCH | thaumictinkerer | 1.12.2-5.0-353c71c | thaumictinkerer-1.12.2-5.0-353c71c.jar | None | | LCH | thermalcultivation | 0.3.3 | ThermalCultivation-1.12.2-0.3.3.12-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | LCH | thermaldynamics | 2.5.5 | ThermalDynamics-1.12.2-2.5.5.21-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | LCH | thermalinnovation | 0.3.3 | ThermalInnovation-1.12.2-0.3.3.12-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | LCH | tinkersaddons | 1.0.7 | Tinkers' Addons-1.12.1-1.0.7.jar | None | | LCH | tcomplement | ${version} | TinkersComplement-1.12.2-0.3.2.jar | None | | LCH | tinkersjei | 1.2 | tinkersjei-1.2.jar | None | | LCH | tp | 3.2.34 | tinyprogressions-1.12.2-3.3.34-Release.jar | None | | LCH | torchmaster | 1.7.1.74 | torchmaster_1.12.2-1.7.1.74.jar | 5e9a436b366831c8f54a7e80b015784da69278c6 | | LCH | traverse | 1.6.0 | Traverse-1.12.2-1.6.0-69.jar | None | | LCH | veinminer | 0.38.2 | VeinMiner-1.12-0.38.2.647+b31535a.jar | None | | LCH | veinminermodsupport | 0.38.2 | VeinMiner-1.12-0.38.2.647+b31535a.jar | None | | LCH | wanionlib | 1.12.2-2.2 | WanionLib-1.12.2-2.2.jar | None | | LCH | wct | 3.11.88 | WirelessCraftingTerminal-1.12.2-3.11.88.jar | None | | LCH | xnet | 1.8.1 | xnet-1.12-1.8.1.jar | None | | LCH | ynot | 0.2.4 | YNot-0.2.4.jar | None | | LCH | industrialwires | 1.7-36 | IndustrialWires-1.7-36.jar | 7e11c175d1e24007afec7498a1616bef0000027d | | LCH | orelib | 3.5.2.2 | OreLib-1.12.2-3.5.2.2.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a | | LCH | moofluids | 1.12.2-1.7.11.02a | MooFluids-1.12.2-1.7.11.02a.jar | None | | LCH | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None | | LCH | unidict | 1.12.2-2.9.2 | UniDict-1.12.2-2.9.2.jar | None | Loaded coremods (and transformers): LoadingPlugin (RandomThings-MC1.12.2-4.2.7.1.jar) lumien.randomthings.asm.ClassTransformer BedPatch (bedpatch-2.2-1.12.2.jar) com.mordenkainen.bedpatch.BedPatchASM TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar) li.cil.oc.common.asm.ClassTransformer RandomPatches (randompatches-1.12.2-1.15.1.0.jar) com.therandomlabs.randompatches.core.RPTransformer ForgelinPlugin (Forgelin-1.8.2.jar) CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar) team.chisel.ctm.client.asm.CTMTransformer IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar) blusunrize.immersiveengineering.common.asm.IEClassTransformer EnderCorePlugin (EnderCore-1.12.2-0.5.57-core.jar) com.enderio.core.common.transform.EnderCoreTransformer com.enderio.core.common.transform.SimpleMixinPatcher Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) invtweaks.forge.asm.ContainerTransformer ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar) shetiphian.asm.ClassTransformer LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) lumien.resourceloader.asm.ClassTransformer IvToolkit (IvToolkit-1.3.3-1.12.jar) FarseekCoreMod (Farseek-1.12-2.3.2.jar) farseek.core.FarseekClassTransformer GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 23.20.16.4973' Renderer: 'Intel(R) HD Graphics 630' 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) AE2 Version: stable rv6-stable-6 for Forge 14.23.5.2768 Pulsar/tcomplement loaded Pulses: - ModuleCommons (Enabled/Forced) - ModuleMelter (Enabled/Not Forced) - ModuleArmor (Enabled/Not Forced) - ChiselPlugin (Enabled/Not Forced) List of loaded APIs: * AbyssalCraftAPI (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * AbyssalCraftAPI|Biome (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * AbyssalCraftAPI|Block (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * AbyssalCraftAPI|Caps (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * AbyssalCraftAPI|Condition (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * AbyssalCraftAPI|Disruption (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * AbyssalCraftAPI|Energy (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * AbyssalCraftAPI|Entity (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * AbyssalCraftAPI|Event (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * AbyssalCraftAPI|Integration (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * AbyssalCraftAPI|Internal (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * AbyssalCraftAPI|Item (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * AbyssalCraftAPI|Necronomicon (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * AbyssalCraftAPI|Recipe (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * AbyssalCraftAPI|Ritual (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * AbyssalCraftAPI|Spell (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * AbyssalCraftAPI|Structure (1.21.0) from AbyssalCraft-1.12.2-1.9.8.jar * actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r148.jar * ae2wtlib|api (1.1) from AE2WTLib-1.12.2-1.0.6.jar * appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-6.jar * ArmorPlusApi (2.1) from armorplus-1.12.2-11.23.0.59.jar * Baubles|API (1.4.0.2) from AE2WTLib-1.12.2-1.0.6.jar * bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.4.1-103.jar * BotaniaAPI (93) from Botania r1.10-361.jar * buildcraftapi_blocks (1.0) from buildcraft-all-7.99.24.1.jar * buildcraftapi_boards (2.0) from buildcraft-all-7.99.24.1.jar * buildcraftapi_core (2.2) from buildcraft-all-7.99.24.1.jar * buildcraftapi_crops (1.1) from buildcraft-all-7.99.24.1.jar * buildcraftapi_enums (1.0) from buildcraft-all-7.99.24.1.jar * buildcraftapi_events (2.0) from buildcraft-all-7.99.24.1.jar * buildcraftapi_facades (1.1) from buildcraft-all-7.99.24.1.jar * buildcraftapi_filler (5.0) from buildcraft-all-7.99.24.1.jar * buildcraftapi_fuels (2.0) from buildcraft-all-7.99.24.1.jar * buildcraftapi_gates (4.1) from buildcraft-all-7.99.24.1.jar * buildcraftapi_items (1.1) from buildcraft-all-7.99.24.1.jar * buildcraftapi_library (2.0) from buildcraft-all-7.99.24.1.jar * buildcraftapi_lists (1.0) from buildcraft-all-7.99.24.1.jar * buildcraftapi_power (1.3) from buildcraft-all-7.99.24.1.jar * buildcraftapi_recipes (3.0) from buildcraft-all-7.99.24.1.jar * buildcraftapi_robotics (3.0) from buildcraft-all-7.99.24.1.jar * buildcraftapi_statements (1.1) from buildcraft-all-7.99.24.1.jar * buildcraftapi_tiles (1.2) from buildcraft-all-7.99.24.1.jar * buildcraftapi_tools (1.0) from buildcraft-all-7.99.24.1.jar * buildcraftapi_transport (5.0) from buildcraft-all-7.99.24.1.jar * Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.1.35.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 * ctm-api (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar * ctm-api-events (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar * ctm-api-models (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar * ctm-api-textures (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar * ctm-api-utils (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar * DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.22.343-universal.jar * enderioapi (4.0.0) from EnderIO-1.12.2-5.0.44.jar * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.44.jar * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.44.jar * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.44.jar * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.44.jar * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.44.jar * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.44.jar * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.44.jar * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.44.jar * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.2.387.jar * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.2.387.jar * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.8-63.jar * iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.2.1.jar * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-89.jar * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-89.jar * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.12-236.jar * jeresources|API (0.8.5.27) from JustEnoughResources-1.12.2-0.8.5.27.jar * journeymap|client-api (1.4) from journeymap-1.12.2-5.5.4.jar * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.4.jar * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.4.jar * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.4.jar * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.4.jar * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.268.jar * MouseTweaks|API (1.0) from MouseTweaks-2.10-mc1.12.2.jar * Mystcraft|API (0.2) from mystcraft-1.12.2-0.13.7.03.jar * opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar * opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar * opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar * opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar * opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar * opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar * opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar * opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar * opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar * opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar * opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar * projecteapi (1.12.2-1.2.0) from ProjectE-1.12.2-PE1.4.1.jar * ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12.2-2.1.44.jar * projectred|api (2.0) from ProjectRed-1.12.2-4.9.1.92-Base.jar * PsiAPI (13) from Psi-r1.1-76.jar * redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar * shearmadness.api (@API_VERSION@) from shearmadness-1.12.2-1.7.2.4.jar * shearmadness_api_plumbing (1.0) from shearmadness-1.12.2-1.7.2.4.jar * Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA26.jar * veinminerApi (0.3) from VeinMiner-1.12-0.38.2.647+b31535a.jar * wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.11.88.jar [Psi] Active spell: None 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 ----'!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Launched Version: forge-14.23.5.2838 LWJGL: 2.9.4 OpenGL: Intel(R) HD Graphics 630 GL version 4.5.0 - Build 23.20.16.4973, 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-7700HQ CPU @ 2.80GHz