Code Monkey home page Code Monkey logo

equivalentintegrations's Introduction

Equivalent Integrations

Equivalent Integrations is an addon for the mod ProjectE. This mod focuses on adding the ability for automated machines to access EMC and transmutation directly without having to worry about what that means, or integrate with ProjectE directly.

Join our Discord!

Discord

Dependencies

Issues

Please report issues to this repository's issue tracks: https://github.com/pkmnfrk/equivalentintegrations/issues

If there is a crash involved, please include the crash log via a Gist or Pastebin or something.

Special Thanks

This is the first mod I've ever written, and it wouldn't be possible without these awesome folks:

License

This mod is licensed under the terms of a (trivally-)modified MMPLv1.0.1. See LICENSE.md for details.

In brief, you may play, decompile, modify, etc the mod without restrictions. You may not make money off it, either directly or via a mod pack.

Modpack Permissions

Granted.

equivalentintegrations's People

Contributors

blockbuilder57 avatar pkmnfrk avatar sdphantom avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

equivalentintegrations's Issues

Unplayable Lag with ME System & lots of learnt items

Using v0.4.6 in Project Ozone 3, at least a thousand items learnt.

I've been playing for a while and the lag's been getting worse and worse till I'm getting 10fps at 5 render distance and I can't play anymore. Lag goggles show EI is using 190% for the server tick event. I've tried limiting it to 1,000 items shown (from the default 1,000,000), but it hasn't done anything.

When I tried opening my terminal while timing, it took several seconds for any items to appear, and then the whole game froze for 30 seconds (windows reported not responding).

latest.txt
Screenshot (73)
Screenshot (74)

Transmutation Champer not learning recipes

A Transmutation Chamber with a bound talisman and Alchemical Algorithms, do not learn the recipe for you in the transmutation table, only in anything connected to it.

I have it connected to an ME system and if I enter anything into it, it will be learned in that system, but not in my personel tablet. If I add it to my transmutation table it is also added to the ME system correctly.

This has changed recently I guess it was when I updated to 0.4.4

Incorrect EMC added for some items piped into Transmutation Chamber

Superflat creative test world with: Forge 14.23.4.2757, ProjectE 1.12-PE1.3.1B, Equivalent Integrations 0.1.5-PE1.3.1B, Extra Utilities 2 1.12.2-1.8.2, Redstone Flux 2.0.23.

To start with, I put a piece of cobblestone into the Transmutation Tablet, since the Transmutation Chamber wouldn't accept input with an empty table (perhaps a different bug). Also, it wouldn't accept input from a hopper, so I had to add a tech mod with an item transport system. The chamber inventory consisted of a maximum of 4 efficiency upgrades, along with the tome to be able to teach the tablet new items, as well as a talisman soulbound to my player.

I piped a dark matter into the chamber and the correct amount of 139,264 EMC was added. Then I removed the dark matter, leaving only 1 EMC. However, when I then piped in a red matter, the same amount of 139,264 EMC was incorrectly added, instead of 466,944 EMC.

I then used the projecte command to clear my player knowledge and subsequently relogged. Teaching the red matter first then caused the opposite behavior. This can be accomplished also by unlearning the respective items in the transmutation table/tablet and relogging. Namely, red matter, when piped into the transmutation chamber first, added the correct value of 466,944 EMC and dark matter piped into the chamber afterward erroneously yielded the same 466,944 EMC. It seems that whichever of the two items is taught first becomes the one that both items subsequently register as. Relogging after removing the knowledge was necessary to get this behavior to change.

I was also able to get the same behavior between dark matter blocks and red matter blocks, presumably due to dynamic emc and related recipes.

Edit: Just tested with compressed cobblestone from Extra Utilities 2 and the same thing happens. If you teach regular compressed cobblestone (9 EMC) to the transmutation table first and then pipe a higher-tier block of compressed cobblestone into the Transmutation Chamber, you will only get 9 EMC instead of whatever it should've been worth. Tried with octuple-compressed cobblestone and got 9 EMC instead of 43,046,721 EMC.

EMC for offline players is not managed correctly

I'm not 100% sure on the reproduction steps, but it seems that the following scenarios are busted:

  1. EMC is reported as 0 while a player is offline
  2. An offline player whose EMC mutated while offline (eg, changed from 0 per item 1) will have that new value overwrite their real EMC value

This is a big deal, since this is a primary use case, and can result in losing a lot of EMC.

Using AE2 with Transmutation Chamber is very laggy

After updating to 0.1.45, adding an item to the Transmutation Chamber using an AE2 terminal causes a lag spike. On top of that it no longer want to EMC damaged equipment even with the setting set correctly in the chamber. I have tested with a damaged bow and a damaged shovel, neither works.

I tried turning off the chamber (setting low priority) and the lag stopped but obviously it did not use the chamber in that case.

Crash on joining world (reported by Vienhackar)

java.lang.NullPointerException: Unexpected error
	at com.mike_caron.equivalentintegrations.storage.EMCItemHandler.<init>(EMCItemHandler.java:65)
	at com.mike_caron.equivalentintegrations.integrations.bbw.TabletContainerHandler.countItems(TabletContainerHandler.java:33)
	at portablejim.bbw.containers.ContainerManager.countItems(ContainerManager.java:55)
	at portablejim.bbw.shims.BasicPlayerShim.countItems(BasicPlayerShim.java:69)
	at portablejim.bbw.core.WandWorker.getProperItemStack(WandWorker.java:81)
	at portablejim.bbw.core.BlockEvents.blockHighlightEvent(BlockEvents.java:53)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_3224_BlockEvents_blockHighlightEvent_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 net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1361)
	at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1259)
	at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1062)
	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1119)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
	at net.minecraft.client.main.Main.main(SourceFile:123)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

Allow >1 Item/Tick Insertion Into EMC Machines

Currently, attempting to insert any more than one item per tick causes the stack being sent to not be converted to EMC at all (currently testing with a Transmutation Disassembler).

I am using a NuclearCraft Dense Cobble Generator to pump cobblestone into a Transmutation Disassembler via a Cyclic Item Extraction Cable.

In the Item Extraction Cable, a stack size to be sent per tick can be specified, within the range [1,64]. Anything above 1 just doesn't work. Using multiple cables set to stack size 1 doesn't work.

Exponential cpu usage

I am not sure if this is actually because of your mod, but I am 90% sure it is, as I did not see this issue before adding it. But I did update ProjectE and ProjectEX as part of adding your mod.

The game is running fine for about 10 minutes until it slows down more and more. It takes me like 3x as much time to eat chicken for example and fighting is pretty hard since everything is kind of delayed.

Leaving the game and rejoining will crash the game with the following error message: https://pastebin.com/MhfrmGC5

After reopening again it works fine for 10 more minutes. I have a champer hooked up to an ME system, with a charm and 4 of the efficiency thingies, that is all I use from the mod.

Btw, great mod I love it.

Weird time skip

Mod version: 0.4.6
Minecraft version: 1.12.2
Forge version: 14.23.5.2854

Expected behavior: Time passes by normally.
Actual behavior: Skips time to 0:00 the next day.

I have no idea why it would be doing this, as I have no time manipulating items in the world at all.

0.4.6 Wont add to EMC when the item has already been learned and does not have enough emc to produce the item

When adding an already learned item to the transmutation chamber when you don't have enough emc to pull that item out results in the system lagging then rejecting that item and adding it to a storage cell instead. Not sure what is causing this. Downgrading the mod to 0.4.5 fixes this issue entirely.

I am running a slightly modified version of FTB Sky Odyssey where I have updated all the mods to the current versions with the exception of Modular Diversity witch is 1.10 and I added Equivalent Integrations. All is working intended with 0.4.5 installed but not with 0.4.6.

REPRODUCTION

  1. add item to transmutation tablet or transmutation chamber to learn the item.
  2. remove all of that item till you cant take anymore out.
  3. add the item back in through the AE/RS system.

this will result in the issue. If you remove all storage except the transmutation chamber from the network then it wont even accept the item at all but will still cause lag.

I would provide a log file...however it does not make any mention of this happening in it.

Poor performance w/ Refined Storage

I'm experiencing poor performance. A lot of lag when taking items in or out of the Refined Storage system; I have a lot of EMC (60 billion) and maybe a few hundred EMC-recipes in my tablet; it seems like the lag is coming from the mod trying to update item quantities? I don't know. I just know it's basically unusuable for me because it freezes my client whenever I try to use the system.

Did some testing in a new world. With a few EMC-recipes in my tablet, it works fine. But if I throw the Tome of All Knowledge in my tablet, the system freezes for up to a minute.

It's only w/ Refined Storage though; AE2 system lags when I first open the terminal, but afterward it works as expected.

Lots of lag after extended play

Unsure if this is EI or another mod, but after playing for a while (3-4 hours), the game starts hanging for about 3 seconds every 10 seconds. I think it's severe GC, which might be due to the fact that we throw out the cached knowledge array any time it changes, which can potentially happen at least a few times every tick.

Allow maximumExposedStackSize minimum value to be set as low as 1

The build released today fixed a lot of the freezing problems previous releases had, however extracting items with high EMC values causes a lot of item updates in the Refined Storage system which can freeze the client for long periods of time. In larger modpacks this can cause the client to freeze for several seconds or several minutes depending on the number of updates. The option to allow setting maximumExposedStackSize as low as 1 to skip the majority of item updates would be a great feature. Equivalent Energistics will only display one of each EMCable item but still allows you to craft/extract a stack of the item. You could optionally add a small counter to display the users EMC in the UI or possibly in the form of a block to allow users to still have some idea of how much EMC they posses.

Feature Request: Option whether to allow items with NBT to be inserted.

Okay, I'm loving this mod so far. Hooked it up to my AE system and it makes crafting stuff really easy. I am however having a problem. If I hook it up with a storage bus and set a higher priority so that it tries to put stuff in the transmutation chamber first it burns anything with EMC that I put into the system, even if it has NBT values like enchantments or other important information. For example pickaxes with enchantments, Akashic Tomes with manuals stored in them, Thaumcraft vis crystals, etc. And trying to blacklist all those potential items in ProjectE from having EMC is well, impractical.

What I think would be nice is if the Transmutation Chamber did not allow these items to be auto-inserted by default, and have a checkbox or something in the interface if you /really/ want to allow items like that to be inserted. So you could have one Chamber hooked to the AE system to autocraft stuff, and say one with the option enabled hooked up to a mob farm and have it eat any enchanted item drops you don't really care about. Though it'd also be useful to sort out enchanted mob drops from non-enchanted, say if you wanted enchanted stuff to feed an enchantment generator from Extra Utils.

Crashed when linking Souldbound Talisman in FTB Sky Odyssey

---- Minecraft Crash Report ----

WARNING: coremods are present:
EnderCorePlugin (EnderCore-1.12.2-0.5.53-core.jar)
HCASM (HammerCore-1.12.2-2.0.4.4.jar)
CorePlugin (SmoothFont-mc1.12.2-2.0-alpha-9.jar)
BedPatch (bedpatch-2.2-1.12.2.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar)
LoadingPlugin (RandomThings-MC1.12.2-4.2.7.jar)
ForgelinPlugin (Forgelin-1.8.2.jar)
StructureUtilsASM (StructureUtils-1.1.0.4.jar)
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
BNBGamingCore (BNBGamingCore-1.12.2-0.10.0.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
LoadingPlugin (LoadingTips-1.12.2-1.1.0.jar)
SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)
EECore (ExpandedEquivalence-1.12.2-11b.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
Contact their authors BEFORE contacting forge

// Don't be sad, have a hug! <3

Time: 5/9/19 5:40 PM
Description: Ticking block entity

java.lang.NoSuchMethodError: moze_intel.projecte.api.capabilities.IKnowledgeProvider.getEmc()J
at com.mike_caron.equivalentintegrations.integrations.projecte.ProjectEWrapper.getEmc(ProjectEWrapper.java:59)
at com.mike_caron.equivalentintegrations.impl.ManagedEMCManager.getEMC(ManagedEMCManager.java:74)
at com.mike_caron.equivalentintegrations.storage.EMCInventory.calculateInventory(EMCInventory.java:194)
at com.mike_caron.equivalentintegrations.storage.EMCInventory.refresh(EMCInventory.java:112)
at com.mike_caron.equivalentintegrations.storage.EMCInventory.(EMCInventory.java:55)
at com.mike_caron.equivalentintegrations.storage.EMCInventory.(EMCInventory.java:44)
at com.mike_caron.equivalentintegrations.impl.ManagedEMCManager.getEMCInventory(ManagedEMCManager.java:369)
at com.mike_caron.equivalentintegrations.storage.EMCItemHandler.(EMCItemHandler.java:65)
at com.mike_caron.equivalentintegrations.storage.EMCItemHandler.(EMCItemHandler.java:51)
at com.mike_caron.equivalentintegrations.block.transmutation_chamber.TransmutationChamberTileEntity.createEmcItemHandler(TransmutationChamberTileEntity.java:94)
at com.mike_caron.equivalentintegrations.block.transmutation_chamber.TransmutationChamberTileEntity.func_73660_a(TransmutationChamberTileEntity.java:179)
at net.minecraft.world.World.func_72939_s(World.java:1835)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:745)

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

-- Head --
Thread: Server thread
Stacktrace:
at com.mike_caron.equivalentintegrations.integrations.projecte.ProjectEWrapper.getEmc(ProjectEWrapper.java:59)
at com.mike_caron.equivalentintegrations.impl.ManagedEMCManager.getEMC(ManagedEMCManager.java:74)
at com.mike_caron.equivalentintegrations.storage.EMCInventory.calculateInventory(EMCInventory.java:194)
at com.mike_caron.equivalentintegrations.storage.EMCInventory.refresh(EMCInventory.java:112)
at com.mike_caron.equivalentintegrations.storage.EMCInventory.(EMCInventory.java:55)
at com.mike_caron.equivalentintegrations.storage.EMCInventory.(EMCInventory.java:44)
at com.mike_caron.equivalentintegrations.impl.ManagedEMCManager.getEMCInventory(ManagedEMCManager.java:369)
at com.mike_caron.equivalentintegrations.storage.EMCItemHandler.(EMCItemHandler.java:65)
at com.mike_caron.equivalentintegrations.storage.EMCItemHandler.(EMCItemHandler.java:51)
at com.mike_caron.equivalentintegrations.block.transmutation_chamber.TransmutationChamberTileEntity.createEmcItemHandler(TransmutationChamberTileEntity.java:94)
at com.mike_caron.equivalentintegrations.block.transmutation_chamber.TransmutationChamberTileEntity.func_73660_a(TransmutationChamberTileEntity.java:179)

-- Block entity being ticked --
Details:
Name: equivalentintegrations:transmutation_chamber // com.mike_caron.equivalentintegrations.block.transmutation_chamber.TransmutationChamberTileEntity
Block type: ID #1799 (tile.equivalentintegrations:transmutation_chamber // com.mike_caron.equivalentintegrations.block.transmutation_chamber.TransmutationChamber // equivalentintegrations:transmutation_chamber)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (-14,93,-6), Chunk: (at 2,5,10 in -1,-1; contains blocks -16,0,-16 to -1,255,-1), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Actual block type: ID #1799 (tile.equivalentintegrations:transmutation_chamber // com.mike_caron.equivalentintegrations.block.transmutation_chamber.TransmutationChamber // equivalentintegrations:transmutation_chamber)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1835)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)

-- Affected level --
Details:
Level name: The Middle
All players: 1 total; [EntityPlayerMP['Nikomori'/233, l='The Middle', x=-11.76, y=92.74, z=-4.58]]
Chunk stats: ServerChunkCache: 289 Drop: 0
Level seed: -4617721534569758312
Level generator: ID 07 - void, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (-186,64,437), Chunk: (at 6,4,5 in -12,27; contains blocks -192,0,432 to -177,255,447), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 349788 game time, 6001 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 73781 (now: false), thunder time: 111432 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:745)

-- 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: 1568404376 bytes (1495 MB) / 3370123264 bytes (3214 MB) up to 6058672128 bytes (5778 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6500m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.42 Powered by Forge 14.23.5.2815 Optifine OptiFine_1.12.2_HD_U_E3 229 mods loaded, 229 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.2815.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | forge                             | 14.23.5.2815              | forge-1.12.2-14.23.5.2815.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | smoothfontcore                    | mc1.12.2-2.0-alpha-7      | minecraft.jar                                      | None                                     |
| LCHIJA | openmodscore                      | 0.12.1                    | minecraft.jar                                      | None                                     |
| LCHIJA | bnbgamingcore                     | 0.10.0                    | minecraft.jar                                      | None                                     |
| LCHIJA | foamfixcore                       | 7.7.4                     | minecraft.jar                                      | None                                     |
| LCHIJA | concheckrmd                       | 1.8.0                     | Modpack Configuration Checker-1.12.2-v1.8.jar      | None                                     |
| LCHIJA | smoothfont                        | mc1.12.2-2.0-alpha-9      | SmoothFont-mc1.12.2-2.0-alpha-9.jar                | None                                     |
| LCHIJA | fastbench                         | 1.6.1                     | FastWorkbench-1.12.2-1.6.1.jar                     | None                                     |
| LCHIJA | actuallyadditions                 | 1.12.2-r146               | ActuallyAdditions-1.12.2-r146.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 | endercore                         | 1.12.2-0.5.53             | EnderCore-1.12.2-0.5.53.jar                        | None                                     |
| LCHIJA | charset                           | 0.5.5.7                   | Charset-Lib-0.5.5.7.jar                            | None                                     |
| LCHIJA | crafttweaker                      | 4.1.17                    | CraftTweaker2-1.12-4.1.17.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.275                | jei_1.12.2-4.15.0.275.jar                          | None                                     |
| LCHIJA | thaumcraft                        | 6.1.BETA26                | Thaumcraft-1.12.2-6.1.BETA26.jar                   | None                                     |
| LCHIJA | codechickenlib                    | 3.2.2.353                 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar      | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | redstoneflux                      | 2.1.0                     | RedstoneFlux-1.12-2.1.0.6-universal.jar            | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHIJA | cofhcore                          | 4.6.2                     | CoFHCore-1.12.2-4.6.2.25-universal.jar             | None                                     |
| LCHIJA | brandonscore                      | 2.4.9                     | BrandonsCore-1.12.2-2.4.9.195-universal.jar        | None                                     |
| LCHIJA | cofhworld                         | 1.3.0                     | CoFHWorld-1.12.2-1.3.0.6-universal.jar             | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHIJA | thermalfoundation                 | 2.6.2                     | ThermalFoundation-1.12.2-2.6.2.26-universal.jar    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHIJA | draconicevolution                 | 2.3.20                    | Draconic-Evolution-1.12.2-2.3.20.333-universal.jar | None                                     |
| LCHIJA | thermalexpansion                  | 5.5.3                     | ThermalExpansion-1.12.2-5.5.3.41-universal.jar     | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHIJA | enderio                           | 5.0.43                    | EnderIO-1.12.2-5.0.43.jar                          | None                                     |
| LCHIJA | projecte                          | 1.12.2-PE1.4.0            | ProjectE-1.12.2-PE1.4.0.jar                        | None                                     |
| LCHIJA | p455w0rdslib                      | 2.0.36                    | p455w0rdslib-1.12.2-2.0.36.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 | appleskin                         | 1.0.9                     | AppleSkin-mc1.12-1.0.9.jar                         | None                                     |
| LCHIJA | architecturecraft                 | @VERSION@                 | architecturecraft-1.12-3.80.jar                    | None                                     |
| LCHIJA | attributefix                      | 1.0.7                     | AttributeFix-1.12.2-1.0.7.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | morphtool                         | 1.2-21                    | Morph-o-Tool-1.2-21.jar                            | None                                     |
| LCHIJA | autoreglib                        | 1.3-26                    | AutoRegLib-1.3-26.jar                              | None                                     |
| LCHIJA | badwithernocookiereloaded         | 1.12.2-3.3.16             | badwithernocookiereloaded-1.12.2-3.3.16.jar        | None                                     |
| LCHIJA | betteradvancements                | 0.1.0.77                  | BetterAdvancements-1.12.2-0.1.0.77.jar             | None                                     |
| LCHIJA | betterbuilderswands               | 0.13.2                    | BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar  | None                                     |
| LCHIJA | guideapi                          | 1.12-2.1.8-63             | Guide-API-1.12-2.1.8-63.jar                        | None                                     |
| LCHIJA | bloodmagic                        | 1.12.2-2.4.0-102          | BloodMagic-1.12.2-2.4.0-102.jar                    | None                                     |
| LCHIJA | bnbgaminglib                      | 2.17.5                    | BNBGamingLib-1.12.2-2.17.5.jar                     | None                                     |
| LCHIJA | boneappetit                       | 1.0.0.4                   | BoneAppetit-1.0.0.4.jar                            | None                                     |
| LCHIJA | bonsaitrees                       | 1.1.2                     | bonsaitrees-1.1.2-b144.jar                         | None                                     |
| LCHIJA | bookshelf                         | 2.3.577                   | Bookshelf-1.12.2-2.3.577.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | botania                           | r1.10-361                 | Botania_r1.10-362-custom.jar                       | None                                     |
| LCHIJA | botanicbonsai                     | 0.0.0.botanicbonsai       | BotanicBonsai-1.0.0.5.jar                          | None                                     |
| LCHIJA | buildinggadgets                   | 2.6.8                     | BuildingGadgets-2.6.8.jar                          | None                                     |
| LCHIJA | chameleon                         | 1.12-4.1.3                | Chameleon-1.12-4.1.3.jar                           | None                                     |
| LCHIJA | chesttransporter                  | 2.8.8                     | ChestTransporter-1.12.2-2.8.8.jar                  | None                                     |
| LCHIJA | chickens                          | 6.1.0                     | chickens-6.1.0.jar                                 | None                                     |
| LCHIJA | chisel                            | MC1.12.2-0.2.1.35         | Chisel-MC1.12.2-0.2.1.35.jar                       | None                                     |
| LCHIJA | chiselsandbits                    | 14.31                     | chiselsandbits-14.31.jar                           | None                                     |
| LCHIJA | clienttweaks                      | 3.1.11                    | ClientTweaks_1.12.2-3.1.11.jar                     | None                                     |
| LCHIJA | shadowmc                          | 3.8.0                     | ShadowMC-1.12-3.8.0.jar                            | None                                     |
| LCHIJA | clipboard                         | @VERSION@                 | Clipboard-1.12-1.3.0.jar                           | None                                     |
| LCHIJA | clumps                            | 3.1.2                     | Clumps-3.1.2.jar                                   | None                                     |
| LCHIJA | compacter                         | 1.3.0.3                   | compacter-1.3.0.3-mc1.12.2.jar                     | None                                     |
| LCHIJA | ic2                               | 2.8.111-ex112             | industrialcraft-2-2.8.111-ex112.jar                | de041f9f6187debbc77034a344134053277aa3b0 |
| LCHIJA | compactsolars                     | 1.12.2-5.0.18.341         | CompactSolars-1.12.2-5.0.18.341-universal.jar      | None                                     |
| LCHIJA | controlling                       | 3.0.6                     | Controlling-3.0.6.jar                              | None                                     |
| 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.17.jar                      | None                                     |
| LCHIJA | crafttweakerjei                   | 2.0.3                     | CraftTweaker2-1.12-4.1.17.jar                      | None                                     |
| LCHIJA | cucumber                          | 1.1.3                     | Cucumber-1.12.2-1.1.3.jar                          | None                                     |
| LCHIJA | custommainmenu                    | 2.0.9                     | CustomMainMenu-MC1.12.2-2.0.9.jar                  | None                                     |
| LCHIJA | darkutils                         | 1.8.226                   | DarkUtils-1.12.2-1.8.226.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | patchouli                         | 1.0-18                    | Patchouli-1.0-18.jar                               | None                                     |
| LCHIJA | deepmoblearning                   | 1.12.2-2.4.2              | deepmoblearning-1.12.2-2.4.2-universal.jar         | None                                     |
| LCHIJA | deepmoblearningbm                 | 1.12.2-1.0.0              | deepmoblearningbm-1.12.2-1.0.0-universal.jar       | None                                     |
| LCHIJA | journeymap                        | 1.12.2-5.5.4              | journeymap-1.12.2-5.5.4.jar                        | None                                     |
| LCHIJA | defaultoptions                    | 9.2.8                     | DefaultOptions_1.12.2-9.2.8.jar                    | None                                     |
| LCHIJA | diethopper                        | 1.1                       | diethopper-1.1.jar                                 | None                                     |
| LCHIJA | dirt2path                         | 1.7.1                     | dirt2path-1.8.0.jar                                | None                                     |
| LCHIJA | eleccore                          | 1.9.452                   | ElecCore-1.12.2-1.9.452.jar                        | None                                     |
| LCHIJA | enablecheats                      | @MODVERSION@              | EnableCheats-1.12.2-1.0.0.jar                      | None                                     |
| LCHIJA | enderiointegrationtic             | 5.0.43                    | EnderIO-1.12.2-5.0.43.jar                          | None                                     |
| LCHIJA | enderiobase                       | 5.0.43                    | EnderIO-1.12.2-5.0.43.jar                          | None                                     |
| LCHIJA | enderioconduits                   | 5.0.43                    | EnderIO-1.12.2-5.0.43.jar                          | None                                     |
| LCHIJA | enderioconduitsappliedenergistics | 5.0.43                    | EnderIO-1.12.2-5.0.43.jar                          | None                                     |
| LCHIJA | enderioconduitsopencomputers      | 5.0.43                    | EnderIO-1.12.2-5.0.43.jar                          | None                                     |
| LCHIJA | refinedstorage                    | 1.6.14                    | refinedstorage-1.6.14.jar                          | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
| LCHIJA | enderioconduitsrefinedstorage     | 5.0.43                    | EnderIO-1.12.2-5.0.43.jar                          | None                                     |
| LCHIJA | enderiointegrationforestry        | 5.0.43                    | EnderIO-1.12.2-5.0.43.jar                          | None                                     |
| LCHIJA | enderiointegrationticlate         | 5.0.43                    | EnderIO-1.12.2-5.0.43.jar                          | None                                     |
| LCHIJA | ftblib                            | 5.4.1.94                  | FTBLib-5.4.1.94.jar                                | None                                     |
| LCHIJA | enderiomachines                   | 5.0.43                    | EnderIO-1.12.2-5.0.43.jar                          | None                                     |
| LCHIJA | enderiopowertools                 | 5.0.43                    | EnderIO-1.12.2-5.0.43.jar                          | None                                     |
| LCHIJA | enderstorage                      | 2.4.5.135                 | EnderStorage-1.12.2-2.4.5.135-universal.jar        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | valkyrielib                       | 1.12.2-2.0.20.1           | valkyrielib-1.12.2-2.0.20.1.jar                    | None                                     |
| LCHIJA | environmentaltech                 | 1.12.2-2.0.20.1           | environmentaltech-1.12.2-2.0.20.1.jar              | None                                     |
| LCHIJA | theoneprobe                       | 1.4.28                    | theoneprobe-1.12-1.4.28.jar                        | None                                     |
| LCHIJA | mikesmodslib                      | 1.0.2                     | MikesModsLib-1.0.2.jar                             | None                                     |
| LCHIJA | projectex                         | 1.1.0.28                  | ProjectEX-1.1.0.28.jar                             | None                                     |
| LCHIJA | equivalentintegrations            | 0.4.6                     | EquivalentIntegrations-0.4.6.jar                   | None                                     |
| LCHIJA | ieclochecompat                    | 2.1.7-dev.454             | ieclochecompat-2.1.7-dev.454.jar                   | None                                     |
| 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 | hammercore                        | 2.0.4.4                   | HammerCore-1.12.2-2.0.4.4.jar                      | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
| LCHIJA | expequiv                          | 11b                       | ExpandedEquivalence-1.12.2-11b.jar                 | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
| LCHIJA | extrabitmanipulation              | 1.12.2-3.4.1              | ExtraBitManipulation-1.12.2-3.4.1.jar              | None                                     |
| LCHIJA | extracells                        | 2.6.2                     | ExtraCells-1.12.2-2.6.2a.jar                       | None                                     |
| LCHIJA | extrautils2                       | 1.0                       | extrautils2-1.12-1.9.9.jar                         | None                                     |
| LCHIJA | zerocore                          | 1.12.2-0.1.2.8            | zerocore-1.12.2-0.1.2.8.jar                        | None                                     |
| LCHIJA | bigreactors                       | 1.12.2-0.4.5.65           | ExtremeReactors-1.12.2-0.4.5.65.jar                | None                                     |
| LCHIJA | fastfurnace                       | 1.2.2                     | FastFurnace-1.12.2-1.2.2.jar                       | None                                     |
| LCHIJA | flatcoloredblocks                 | mc1.12-6.7                | flatcoloredblocks-mc1.12-6.7.jar                   | None                                     |
| LCHIJA | mcmultipart                       | 2.5.3                     | MCMultiPart-2.5.3.jar                              | None                                     |
| LCHIJA | sonarcore                         | 5.0.19                    | sonarcore-1.12.2-5.0.19-20.jar                     | None                                     |
| LCHIJA | fluxnetworks                      | 3.0.19                    | fluxnetworks-1.12.2-3.0.19-21.jar                  | None                                     |
| LCHIJA | foamfix                           | 0.10.5-1.12.2             | foamfix-0.10.5-1.12.2.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 | framland                          | 1.12.2-1.0.10             | framland-1.12.2-1.0.10.jar                         | None                                     |
| LCHIJA | reborncore                        | 3.13.11.444               | RebornCore-1.12.2-3.13.11.444-universal.jar        | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| LCHIJA | ftb_beast_coin_miner              | 1.0.0                     | FTB-Beast-Coin-Miner-1.12.2-1.0.0.18.jar           | None                                     |
| LCHIJA | ftb_odyssey                       | 1.0.0                     | FTB-OdysseyWorld-1.12.2-1.1.0.11.jar               | None                                     |
| LCHIJA | ftbguides                         | 2.0.0.34                  | FTBGuides-2.0.0.34.jar                             | None                                     |
| LCHIJA | ftbutilities                      | 5.4.0.91                  | FTBUtilities-5.4.0.91.jar                          | None                                     |
| LCHIJA | itemfilters                       | 1.0.3.11                  | ItemFilters-1.0.3.11.jar                           | None                                     |
| LCHIJA | ftbquests                         | 1.5.1.143                 | FTBQuests-1.5.1.143.jar                            | None                                     |
| LCHIJA | ftbmoney                          | 1.1.0.28                  | FTBMoney-1.1.0.28.jar                              | None                                     |
| LCHIJA | ftbbackups                        | 0.0.0.ftbbackups          | FTBUtilitiesBackups-1.0.0.3.jar                    | None                                     |
| LCHIJA | hardcoremapreset                  | 4.2.3.39                  | HardCoreMapReset-4.2.3.39.jar                      | None                                     |
| LCHIJA | harvest                           | 1.12-1.2.7-20             | Harvest-1.12-1.2.7-20.jar                          | None                                     |
| LCHIJA | hatchery                          | 2.2.1                     | hatchery-1.12.2-2.2.1.jar                          | None                                     |
| LCHIJA | hopperducts                       | 1.5                       | hopperducts-mc1.12-1.5.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.11-235.jar         | None                                     |
| LCHIJA | industrialrenewal                 | 0.8.1                     | IndustrialRenewal_1.12.2-0.8.1.jar                 | None                                     |
| LCHIJA | mysticalagriculture               | 1.7.3                     | MysticalAgriculture-1.12.2-1.7.3.jar               | None                                     |
| LCHIJA | mysticalagradditions              | 1.3.1                     | MysticalAgradditions-1.12.2-1.3.1.jar              | None                                     |
| LCHIJA | mcjtylib_ng                       | 3.1.1                     | mcjtylib-1.12-3.1.1.jar                            | None                                     |
| LCHIJA | rftools                           | 7.61                      | rftools-1.12-7.61.jar                              | None                                     |
| LCHIJA | integrationforegoing              | 1.12.2-1.9                | IntegrationForegoing-1.12.2-1.9.jar                | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| LCHIJA | inventorypets                     | 1.5.3.1                   | inventorypets-1.12-1.5.3.1.jar                     | None                                     |
| LCHIJA | inventorysorter                   | 1.13.3+57                 | inventorysorter-1.12.2-1.13.3+57.jar               | None                                     |
| LCHIJA | ironchest                         | 1.12.2-7.0.59.842         | ironchest-1.12.2-7.0.59.842.jar                    | None                                     |
| LCHIJA | jeiintegration                    | 1.5.1.36                  | jeiintegration_1.12.2-1.5.1.36.jar                 | None                                     |
| LCHIJA | justenoughreactors                | 1.1.3.61                  | JustEnoughReactors-1.12.2-1.1.3.61.jar             | 2238d4a92d81ab407741a2fdb741cebddfeacba6 |
| LCHIJA | loottweaker                       | 0.0.9                     | LootTweaker-1.12.2-0.0.9.jar                       | None                                     |
| LCHIJA | jeresources                       | 0.9.0.53                  | JustEnoughResources-1.12.2-0.9.0.53.jar            | None                                     |
| LCHIJA | kleeslabs                         | 5.4.11                    | KleeSlabs_1.12.2-5.4.11.jar                        | None                                     |
| LCHIJA | letsencryptcraft                  | @VERSION@                 | letsencryptcraft-1.10.2-1.2.0.jar                  | None                                     |
| LCHIJA | longfallboots                     | 1.2.1a                    | longfallboots-1.2.1b.jar                           | None                                     |
| LCHIJA | marblecraftingtable               | 0.0.0.marblecraftingtable | MarbleCraftingTable-1.0.2.jar                      | None                                     |
| LCHIJA | minetogether                      | unspecified               | minetogether-1.10.2-2.1.3.jar                      | None                                     |
| LCHIJA | minetogetherserver                | unspecified               | minetogether-1.10.2-2.1.3.jar                      | None                                     |
| LCHIJA | mob_grinding_utils                | 0.3.13                    | MobGrindingUtils-0.3.13.jar                        | None                                     |
| LCHIJA | modnametooltip                    | 1.10.0                    | modnametooltip_1.12.2-1.10.0.jar                   | None                                     |
| LCHIJA | modularmachinery                  | 1.10.0                    | modularmachinery-1.12.2-1.10.0-v38.jar             | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| LCHIJA | modulardiversity                  | 1.1                       | Modular Diversity-1.1.jar                          | None                                     |
| LCHIJA | techreborn                        | 2.22.1.979                | TechReborn-1.12.2-2.22.1.979-universal.jar         | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| LCHIJA | morechickens                      | 3.2.0                     | morechickens-1.12.2-3.2.0.jar                      | None                                     |
| LCHIJA | moreoverlays                      | 1.14                      | moreoverlays-1.14-mc1.12.2.jar                     | None                                     |
| 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 | mputils                           | 1.5.6                     | MPUtils-1.12.2-1.5.7.jar                           | None                                     |
| LCHIJA | mpbasic                           | 1.4.7                     | mpbasic-1.12.2-1.4.11.jar                          | None                                     |
| LCHIJA | mystagradcompat                   | 1.2                       | mystagradcompat-1.2.jar                            | None                                     |
| LCHIJA | naturescompass                    | 1.5.1                     | NaturesCompass-1.12.2-1.5.1.jar                    | None                                     |
| LCHIJA | neat                              | 1.4-17                    | Neat 1.4-17.jar                                    | None                                     |
| LCHIJA | netherportalfix                   | 5.3.17                    | NetherPortalFix_1.12.1-5.3.17.jar                  | None                                     |
| LCHIJA | no_matter                         | 1.0                       | NoMatter-1.12.2-1.0.0.5.jar                        | None                                     |
| LCHIJA | nmsot                             | 1.2.2-mc1.12.2            | NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar            | None                                     |
| LCHIJA | norecipebook                      | 1.2.1                     | noRecipeBook_v1.2.2formc1.12.2.jar                 | None                                     |
| LCHIJA | notenoughwands                    | 1.7.3                     | notenoughwands-1.12-1.7.3.jar                      | None                                     |
| LCHIJA | openmods                          | 0.12.1                    | OpenModsLib-1.12.2-0.12.1.jar                      | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| LCHIJA | openblocks                        | 1.8                       | OpenBlocks-1.12.2-1.8.jar                          | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| LCHIJA | oreexcavation                     | 1.4.137                   | OreExcavation-1.4.137.jar                          | None                                     |
| LCHIJA | petslow                           | 0.1.3                     | petslow-0.1.3.jar                                  | ac38a3286ab9f4777b0023f0f6280caa9369d575 |
| LCHIJA | placebo                           | 1.6.0                     | Placebo-1.12.2-1.6.0.jar                           | None                                     |
| LCHIJA | quantumstorage                    | 4.6.8                     | QuantumStorage-1.12-4.6.8.jar                      | None                                     |
| LCHIJA | randomthings                      | 4.2.7                     | RandomThings-MC1.12.2-4.2.7.jar                    | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| LCHIJA | rebornstorage                     | 1.0.0                     | RebornStorage-1.12.2-3.3.2.79.jar                  | None                                     |
| LCHIJA | redstonearsenal                   | 2.6.2                     | RedstoneArsenal-1.12.2-2.6.2.17-universal.jar      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHIJA | refinedstorageaddons              | 0.4.4                     | refinedstorageaddons-0.4.4.jar                     | None                                     |
| LCHIJA | resourceloader                    | 1.5.3                     | ResourceLoader-MC1.12.1-1.5.3.jar                  | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| LCHIJA | resourcereloader                  | 1.0.2.5                   | ResourceReloader-1.0.2.5.jar                       | None                                     |
| LCHIJA | rftoolscontrol                    | 1.9.3                     | rftoolsctrl-1.12-1.9.3.jar                         | None                                     |
| LCHIJA | rftoolspower                      | 1.1.2                     | rftoolspower-1.12-1.1.2.jar                        | None                                     |
| LCHIJA | roost                             | 1.3.0                     | roost-1.12-1.3.0.jar                               | None                                     |
| LCHIJA | simpleharvest                     | 1.08                      | simpleharvest-1.08.jar                             | None                                     |
| LCHIJA | thermaldynamics                   | 2.5.4                     | ThermalDynamics-1.12.2-2.5.4.18-universal.jar      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHIJA | simplyjetpacks                    | 2.2.11.64                 | SimplyJetpacks2-1.12.2-2.2.11.64.jar               | None                                     |
| LCHIJA | snad                              | 1.12.1-1.7.09.16a         | Snad-1.12.1-1.7.09.16a.jar                         | None                                     |
| LCHIJA | storagedrawers                    | 1.12-5.3.5                | StorageDrawers-1.12.2-5.3.8.jar                    | None                                     |
| LCHIJA | sutils                            | 1.0                       | StructureUtils-1.1.0.4.jar                         | None                                     |
| LCHIJA | surge                             | 2.0.77                    | Surge-1.12.2-2.0.77.jar                            | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | teamislands                       | 1.1.0.24                  | TeamIslands-1.1.0.24.jar                           | None                                     |
| LCHIJA | tesslocator                       | 1.0.0.5                   | Tesslocator-1.0.0.5.jar                            | None                                     |
| LCHIJA | thaumicgrid                       | 1.0.11                    | ThaumicGrid-1.0.11.jar                             | None                                     |
| LCHIJA | tcinventoryscan                   | 2.0.10                    | ThaumicInventoryScanning_1.12.2-2.0.10.jar         | None                                     |
| LCHIJA | thaumicjei                        | 1.5.8                     | ThaumicJEI-1.12.2-1.5.8-26.jar                     | None                                     |
| LCHIJA | thaumicterminal                   | 1.0.10                    | ThaumicTerminal-1.0.10.jar                         | None                                     |
| LCHIJA | thermalcultivation                | 0.3.2                     | ThermalCultivation-1.12.2-0.3.2.11-universal.jar   | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHIJA | thermalinnovation                 | 0.3.2                     | ThermalInnovation-1.12.2-0.3.2.11-universal.jar    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHIJA | tipthescales                      | 1.0.4                     | TipTheScales-1.12.2-1.0.4.jar                      | None                                     |
| LCHIJA | toastcontrol                      | 1.8.0                     | Toast Control-1.12.2-1.8.0.jar                     | None                                     |
| LCHIJA | tombmanygraves                    | 1.12-4.2.0                | TombManyGraves-1.12-4.2.0.jar                      | None                                     |
| LCHIJA | topaddons                         | 1.12.2-1.10.1             | topaddons-1.12.2-1.10.1.jar                        | None                                     |
| LCHIJA | torchmaster                       | 1.7.1.74                  | torchmaster_1.12.2-1.7.1.74.jar                    | 5e9a436b366831c8f54a7e80b015784da69278c6 |
| LCHIJA | tramplestopper                    | 1.2.0.4                   | tramplestopper-1.12.2-1.2.0.5-universal.jar        | None                                     |
| LCHIJA | translocators                     | 2.5.1.77                  | Translocators-1.12.2-2.5.1.77-universal.jar        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | triumph                           | 3.16.0                    | Triumph-1.12.2-3.16.0.jar                          | None                                     |
| LCHIJA | ts2k16                            | 1.2.10                    | TS2K16-1.2.10.jar                                  | None                                     |
| LCHIJA | uppers                            | 0.0.6                     | Uppers-0.0.6.jar                                   | None                                     |
| LCHIJA | universalmodifiers                | 1.12.2-1.0.16.1           | valkyrielib-1.12.2-2.0.20.1.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 | woot                              | 1.12.2-1.4.10             | woot-1.12.2-1.4.10.jar                             | None                                     |
| LCHIJA | wrcbe                             | 2.3.1                     | WR-CBE-1.12.2-2.3.1.30-universal.jar               | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | xnet                              | 1.7.6                     | xnet-1.12-1.7.6.jar                                | None                                     |
| LCHIJA | yabba                             | 1.1.2.46                  | YABBA-1.1.2.46.jar                                 | None                                     |
| LCHIJA | reauth                            | 3.6.0                     | reauth-3.6.0.jar                                   | daba0ec4df71b6da841768c49fb873def208a1e3 |
| LCHIJA | techreborn_compat                 | 1.0.0                     | TechReborn-ModCompatibility-1.12.2-1.1.0.38.jar    | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| LCHIJA | eleccoreloader                    | 1.9.452                   | ElecCore-1.12.2-1.9.452.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): 

EnderCorePlugin (EnderCore-1.12.2-0.5.53-core.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
HCASM (HammerCore-1.12.2-2.0.4.4.jar)
com.zeitheron.hammercore.asm.HammerCoreTransformer
CorePlugin (SmoothFont-mc1.12.2-2.0-alpha-9.jar)
bre.smoothfont.asm.Transformer
BedPatch (bedpatch-2.2-1.12.2.jar)
com.mordenkainen.bedpatch.BedPatchASM
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
LoadingPlugin (RandomThings-MC1.12.2-4.2.7.jar)
lumien.randomthings.asm.ClassTransformer
ForgelinPlugin (Forgelin-1.8.2.jar)

StructureUtilsASM (StructureUtils-1.1.0.4.jar)
me.modmuss50.structureutils.StructureTransformer
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
BNBGamingCore (BNBGamingCore-1.12.2-0.10.0.jar)
com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
lumien.resourceloader.asm.ClassTransformer
LoadingPlugin (LoadingTips-1.12.2-1.1.0.jar)
me.modmuss50.loadingtips.core.ClassTransformer
SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)

EECore (ExpandedEquivalence-1.12.2-11b.jar)
com.zeitheron.expequiv.core.EETransformer
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
openmods.core.OpenModsClassTransformer
GL info: ERROR RuntimeException: No OpenGL context found in the current thread.
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
Hammer Core Information: FluidDictionary Info: Registered 2 fluids.
OreDictionary Info: Registered 1943 names; 5335 stacks.
Configuration Info: IyBDb25maWd1cmF0aW9uIGZpbGUNCg0KY2xpZW50IHsNCiAgICAjIFNob3VsZCBIYW1tZXIgQ29yZSByZXBsYWNlIGVuY2hhbnRtZW50IGdsaW50IGNvbG9yIHdpdGggbW9yZSBtYXRjaGluZyBjb2xvcnMgZm9yIHNvbWUgdmFuaWxsYSBpdGVtcz8gW2RlZmF1bHQ6IHRydWVdDQogICAgQjoiQ3VzdG9tIEVuY2hhbnRtZW50IENvbG9ycyBmb3IgVmFuaWxsYSBJdGVtcyI9dHJ1ZQ0KDQogICAgIyBTaG91bGQgSGFtbWVyIENvcmUgcG9ydGZvcndhcmQgeW91ciBsb2NhbCB3b3JsZCB3aGVuIHlvdSBzaGFyZSB3aXRoIGl0IHRvIExBTj8NCiAgICAjIFRoaXMgZmVhdHVyZSBkb2Vzbid0IHdvcmsgb24gYWxsIGNsaWVudHMsIHlvdSBhcmUgZ29pbmcgdG8gZ2V0IGEgbWVzc2FnZSBpbiBjaGF0IGlmIGl0IHdhcyBzdWNjZXNzZnVsL3Vuc3VjY2Vzc2Z1bCBbZGVmYXVsdDogdHJ1ZV0NCiAgICBCOiJMQU4gVVBuUCI9dHJ1ZQ0KDQogICAgIyBSZXBsYWNlIHZhbmlsbGEgZnVybmFjZSBhbmQgYnJld2luZyBzdGFuZCBwcm9ncmVzcyBiYXJzIHRvIHVzZSBzbW9vdGggcmVuZGVyaW5nPyBbZGVmYXVsdDogdHJ1ZV0NCiAgICBCOiJTbW9vdGggVmFuaWxsYSBHdWlzIj10cnVlDQp9DQoNCg0KaXdyZW5jaCB7DQogICAgIyBXaGF0IGlzIHRoZSBjb2xvciB3aGVuIHRoZSBob3ZlcmVkIGJsb2NrIGlzIHdyZW5jaGFibGU/IChjb2xvciBlbmNvZGVkIGluIGhleCBmb3JtIHN1Y2ggYXMgUlJHR0JCKQ0KICAgIFM6R3JlZW49MjJGRjIyDQoNCiAgICAjIFdoYXQgaXMgdGhlIGNvbG9yIHdoZW4gdGhlIGhvdmVyZWQgYmxvY2sgaXMgTk9UIHdyZW5jaGFibGU/IChjb2xvciBlbmNvZGVkIGluIGhleCBmb3JtIHN1Y2ggYXMgUlJHR0JCKQ0KICAgIFM6UmVkPUZGMjIyMg0KfQ0KDQoNCiJ2YW5pbGxhIGltcHJvdmVtZW50cyIgew0KICAgICMgU2hvdWxkIEhhbW1lciBDb3JlIGZvcmNlLXNwYXduIEVuZGVyIERyYWdvbiBFZ2cgb24gRW5kZXIgRHJhZ29uIGRlYXRoPyBbZGVmYXVsdDogdHJ1ZV0NCiAgICBCOiJBbHdheXMgU3Bhd24gRHJhZ29uIEVnZyI9dHJ1ZQ0KfQ0KDQoNCg==
Pastebin Connection: Okay.
Dependent Mods:
-Expanded Equivalence (expequiv) @11b

List of loaded APIs: 
	* actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r146.jar
	* ae2wtlib|api (1.1) from AE2WTLib-1.12.2-1.0.6.jar
	* appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-6.jar
	* Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
	* betteradvancements|API (0.0.11) from Triumph-1.12.2-3.16.0.jar
	* BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
	* bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.65.jar
	* bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.4.0-102.jar
	* BotaniaAPI (79) from AkashicTome-1.2-12.jar
	* CharsetAPI (0.1) from Charset-Lib-0.5.5.7.jar
	* CharsetAPI|Audio (0.0) from Charset-Lib-0.5.5.7.jar
	* CharsetAPI|Carry (0.0) from Charset-Lib-0.5.5.7.jar
	* CharsetAPI|Laser (0.0) from Charset-Lib-0.5.5.7.jar
	* CharsetAPI|Lib (0.2) from Charset-Lib-0.5.5.7.jar
	* CharsetAPI|Locks (0.1) from Charset-Lib-0.5.5.7.jar
	* CharsetAPI|Pipes (0.3) from Charset-Lib-0.5.5.7.jar
	* CharsetAPI|Storage (0.1) from Charset-Lib-0.5.5.7.jar
	* CharsetAPI|Tape (0.0) from Charset-Lib-0.5.5.7.jar
	* CharsetAPI|Wires (0.3) from Charset-Lib-0.5.5.7.jar
	* chesttransporter|api (2) from ChestTransporter-1.12.2-2.8.8.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.31.jar
	* cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.2.25-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
	* DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.20.333-universal.jar
	* ElecCoreAPI (1.0.0) from ElecCore-1.12.2-1.9.452.jar
	* enderioapi (4.0.0) from EnderIO-1.12.2-5.0.43.jar
	* enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.43.jar
	* enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.43.jar
	* enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.43.jar
	* enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.43.jar
	* enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.43.jar
	* enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.43.jar
	* enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.43.jar
	* enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.43.jar
	* fluxapi (1.0) from fluxnetworks-1.12.2-3.0.19-21.jar
	* Guide-API|API (2.0.0) from Guide-API-1.12-2.1.8-63.jar
	* HatcheryAPI (1.11.2R1.0.0) from hatchery-1.12.2-2.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.11-235.jar
	* jeresources|API (0.9.0.53) from JustEnoughResources-1.12.2-0.9.0.53.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.275.jar
	* modtogether|api (1.0) from minetogether-1.10.2-2.1.3.jar
	* MouseTweaks|API (1.0) from MouseTweaks-2.10-mc1.12.2.jar
	* openblocks|api (1.2) from OpenBlocks-1.12.2-1.8.jar
	* PatchouliAPI (6) from Patchouli-1.0-18.jar
	* projecteapi (1.12.2-1.1.0) from ProjectE-1.12.2-PE1.4.0.jar
	* ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12.2-2.0.36.jar
	* reborncoreAPI (3.13.11.444) from RebornCore-1.12.2-3.13.11.444-universal.jar
	* reborncoreAPI|Power (3.13.11.444) from RebornCore-1.12.2-3.13.11.444-universal.jar
	* reborncoreAPI|Recipe (3.13.11.444) from RebornCore-1.12.2-3.13.11.444-universal.jar
	* reborncoreAPI|Tile (3.13.11.444) from RebornCore-1.12.2-3.13.11.444-universal.jar
	* redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar
	* sonarapi (1.0.1) from sonarcore-1.12.2-5.0.19-20.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
	* techrebornAPI (2.22.1.979) from TechReborn-1.12.2-2.22.1.979-universal.jar
	* Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA26.jar
	* theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.28.jar
	* valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.20.1.jar
	* wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.11.88.jar
	* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
	* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
	* zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
	* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
RebornCore: 
	Plugin Engine: 0
	RebornCore Version: 3.13.11.444
	Runtime Debofucsation 1
	RenderEngine: 1
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:ON, RC:OFF, MFR:OFF, Waila:OFF, InvTweaks:OFF, JEI:ON, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:ON, TESLA:OFF, CRAFTTWEAKER:ON
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Nikomori'/233, l='The Middle', x=-11.76, y=92.74, z=-4.58]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
OptiFine Version: OptiFine_1.12.2_HD_U_E3
OptiFine Build: 20181210-121000
Render Distance Chunks: 8
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.0 NVIDIA 430.39
OpenGlRenderer: GeForce GTX 1050/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 4

Crash when removing EMC from an item, and reloading in-game

Reproduction:

  1. Select an item in your hand that has EMC
  2. In the console, type /projecte removeEMC, /projecte reloadEMC

Expected:
The item no longer has EMC

Actual:

java.lang.ArithmeticException: / by zero
	at java.lang.Math.floorDiv(Unknown Source)
	at com.mike_caron.equivalentintegrations.storage.EMCItemHandler.howManyCanWeMake(EMCItemHandler.java:296)
	at com.mike_caron.equivalentintegrations.storage.EMCItemHandler.refreshCachedKnowledge(EMCItemHandler.java:370)
	at com.mike_caron.equivalentintegrations.storage.EMCItemHandler.insertItem(EMCItemHandler.java:182)
	at appeng.parts.misc.ItemHandlerAdapter.injectItems(ItemHandlerAdapter.java:80)
	at appeng.parts.misc.ItemHandlerAdapter.injectItems(ItemHandlerAdapter.java:53)
	at appeng.me.storage.MEPassThrough.injectItems(MEPassThrough.java:57)
	at appeng.me.storage.MEInventoryHandler.injectItems(MEInventoryHandler.java:106)
	at appeng.me.storage.NetworkInventoryHandler.injectItems(NetworkInventoryHandler.java:101)
	at appeng.me.cache.NetworkMonitor.injectItems(NetworkMonitor.java:161)
	at appeng.util.Platform.poweredInsert(Platform.java:1242)
	at appeng.parts.automation.PartImportBus.importStuff(PartImportBus.java:238)
	at appeng.parts.automation.PartImportBus.doBusWork(PartImportBus.java:201)
	at appeng.parts.automation.PartImportBus.tickingRequest(PartImportBus.java:154)
	at appeng.me.cache.TickManagerCache.onUpdateTick(TickManagerCache.java:94)
	at appeng.me.GridCacheWrapper.onUpdateTick(GridCacheWrapper.java:43)
	at appeng.me.Grid.update(Grid.java:280)
	at appeng.hooks.TickHandler.onTick(TickHandler.java:228)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1100_TickHandler_onTick_TickEvent.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.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:265)
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:712)
	at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
	at java.lang.Thread.run(Unknown Source)

Config file

This mod is awesome! But... I would greatly help if we get a config file, please? I was looking to set the power production rate.

Learned items are disappearing

Hello,

I play FTB Sky Adventures and added for testing reasons your great mod. Unfortunately I found one strange bug.

First, when you add the mod after you have played a bit on your map, some learned stuff is not showing up in the attached ME-System (AE2). For example the ordinary sand. You have to unlearn it and learn it again. Then it shows up within the ME-system. The problem is, some of the new learned items disappear after a couple of minutes again. The sand stays "stable" but items like the Octadic Capacitor or the Vibrant Capacitor Bank (both Ender IO) or the dolls from Ex Nihilo Creatio disappear. I made all nine dolls and after some time five of them vanish.

You can see the items in the transmutation tablet/table but not in the ME-System.

I hope you can fix this because I suggested your mod to the modpack maker. :-)

Edit:
Other items that keep disappearing:
dark steel ingot (Ender IO), klein star up from tier two (ProjectE), mysterious magnet up from level 6 (Magic Bees)

Edit 2:
After reloading my world the vanished stuff is back again. I will keep watching...

Edit 3:
After some playing the items started to disappear again. Silver Ingots from Thermal Foundation for example. When I reload my world (not the whole game) the vanished items are back again.

Edit 4:
It's me again. New day... after restarting the whole game everything is normal. So I don't know if there is a bug or not... :) I will continue to watch it but meanwhile do with this report what you want.
Greetings

Edit 5 (The last one, I promise):
After a couple of days playing with your mod I have to say that there is this small issue with not showing up items that you have already learned and seen. You have to reload your world and they are back.

New items cannot being taught in multiplayer issue

The pack is Project Ozone 3. New items can not be taught to the AE system by players who dont have their talisman connected to the system. So in my case, a transmutation chamber is connected to the system with a storage bus that has highest priority, that has my talisman in it. When other players try to put items into the system to teach the item, it is not taught, seems to be eaten (item put in is not visible in the system at all). Might update this later, but this was only tested when I was not logged on, not sure if that was a factor.

Transmutation Chamber dimension issue

tldr

Transmutation chamber not working correctly across dimensions.

Setup

I have a transmutation chamber hooked up to an ME system from applied energistics set to be the highest priority storage.
The entire ME system is in the overworld inside loaded chunks, with most of it in 1 chunk (a single drive extends into the next chunk, as does some of the storage draws it is hooked up to).
The transmutation chamber has the alchemical algorithms and efficiency catalysts installed.
I access it via a wireless crafting terminal from wct, with an infinity booster card from ae2wtlib.

Problem

When in the overworld it works as expected. When I insert an item into the ME system, it goes into the chamber and is learnt by the system so I can pull out as many as my EMC allows.
When in another dimension (I have tested in nether and the hunting dimension) the item does not go into the transmutation chamber and instead is being stored elsewhere; however I can still pull out items from the chamber.

I am playing on Project Ozone 3, with EI, Project E, Project Ex and Mike's Mod Lib updated to the latest version. This also happened before updating these mods.

Can something overflow by very long time in your mod?

To describe my problem:

I have a dedicated server that runs 0-24 and we hooked up the transmutation chamber with a talisman thats soulbound to me. All was fine I could log off and all was fine.

We let the server running for like 4 days without anybody on and machines running dumping emc into the pc.

Problem: The items are not shown for anyone in the pc unless I log in. It feels like either the link is broken in the talisman somehow or it just cant be bothered to load the items when I am not there.

(I could make a new talisman and test but I am not sure if that has the same items learned like the other)

Crash after updating from EI v0.1.9 to v0.1.10

After attempting to update I now get this crash at startup...
https://pastebin.com/tqsqMsxP

I am running a large 1.12.2 personal pack using forge 14.23.5.2811 and Project E v1.4.0. I have been using Equivalent Integrations 0.1.9 without issue for quite some time now and only crash after attempting to update. I did try to delete the config and allow it to regen but that did not have any effect.

NPE

Got a NPE on Project Ozone 3 (mod version 0.4.6), at ProjectEWrapper line 59.
So probably getKnowledgeProvider(world, owner) is returning a null, happens when selecting a diamond builder's wand in the hotbar whilst having a transmutation tablet also in the hotbar.

Stack trace:

at com.mike_caron.equivalentintegrations.integrations.projecte.ProjectEWrapper.getEmc(ProjectEWrapper.java:59)
at com.mike_caron.equivalentintegrations.impl.ManagedEMCManager.getEMC(ManagedEMCManager.java:69)
at com.mike_caron.equivalentintegrations.storage.EMCInventory.calculateInventory(EMCInventory.java:194)
at com.mike_caron.equivalentintegrations.storage.EMCInventory.refresh(EMCInventory.java:112)
at com.mike_caron.equivalentintegrations.storage.EMCInventory.(EMCInventory.java:55)
at com.mike_caron.equivalentintegrations.storage.EMCInventory.(EMCInventory.java:44)
at com.mike_caron.equivalentintegrations.impl.ManagedEMCManager.getEMCInventory(ManagedEMCManager.java:369)
at com.mike_caron.equivalentintegrations.storage.EMCItemHandler.(EMCItemHandler.java:65)
at com.mike_caron.equivalentintegrations.integrations.bbw.TabletContainerHandler.countItems(TabletContainerHandler.java:33)
at portablejim.bbw.containers.ContainerManager.countItems(ContainerManager.java:55)
at portablejim.bbw.shims.BasicPlayerShim.countItems(BasicPlayerShim.java:69)
at portablejim.bbw.core.WandWorker.getProperItemStack(WandWorker.java:81)
at portablejim.bbw.core.BlockEvents.blockHighlightEvent(BlockEvents.java:53)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_3387_BlockEvents_blockHighlightEvent_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 net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1361)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1259)

Lag spike when putting certain items in Transmutation Chamber

Hello... I am using Equivalent Integrations v0.4.6, and for some reason when I put certain items into an ME system with a Trans. Chamber hooked up read edit below, it gives me a huge lag spike for ~10-15 seconds and the item disappears and my EMC value doesn't change... I'm not sure why this happens, but I thought I'd report it

  • Edit: So the lag spike sets off whenever I put in items that are currently NOT in the ME system... for example, if I take out all of 1 item and try to put it in again, it will lag and delete the item

gregtech integration

would be great to have integration for gregtech comunity edditon and shadows of greg >:)

crash when linking talisman

after creating a talisman i click on the transmutation chamber, put the talisman in the spot in the gui that accepts it and get the following error

[08:06:05] [Server thread/FATAL]: ---- Minecraft Crash Report ----

WARNING: coremods are present:
AppleCore (AppleCore-mc1.12.2-3.1.3.jar)
ForgelinPlugin (Forgelin-1.7.4.jar)
BedPatch (bedpatch-2.2-1.12.2.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.31.jar)
RandomPatches (randompatches-1.12.2-1.2.1.1.jar)
CTMCorePlugin (CTM-MC1.12-0.3.0.15.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9.1-1.12.2-anarchy.jar)
AstralCore (astralsorcery-1.12.2-1.9.2.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.10-core.jar)
Plugin (NotEnoughIDs-1.5.4.2.jar)
HCASM (HammerCore-1.12.2-2.0.0.1.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
Wizardry Plugin (wizardry-0.8.5.jar)
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
FMLPlugin (elulib-0.1.12.jar)
LoadingPlugin (Quark-r1.4-125.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b155.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-82.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
LibrarianLib Plugin (librarianlib-1.12.2-4.9.jar)
GottaGoFastLoader (gottagofast-1.1.jar)
Contact their authors BEFORE contacting forge

// Oops.

Time: 7/18/18 8:06 AM
Description: Ticking block entity

java.lang.NoSuchMethodError: moze_intel.projecte.api.proxy.IEMCProxy.getValue(Lnet/minecraft/item/ItemStack;)J
at com.mike_caron.equivalentintegrations.storage.EMCItemHandler.refreshCachedKnowledge(EMCItemHandler.java:342)
at com.mike_caron.equivalentintegrations.storage.EMCItemHandler.refresh(EMCItemHandler.java:287)
at com.mike_caron.equivalentintegrations.storage.EMCItemHandler.(EMCItemHandler.java:43)
at com.mike_caron.equivalentintegrations.block.transmutation_chamber.TransmutationChamberTileEntity.createEmcItemHandler(TransmutationChamberTileEntity.java:64)
at com.mike_caron.equivalentintegrations.block.transmutation_chamber.TransmutationChamberTileEntity.func_73660_a(TransmutationChamberTileEntity.java:139)
at net.minecraft.world.World.func_72939_s(World.java:1832)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:745)

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

-- Head --
Thread: Server thread
Stacktrace:
at com.mike_caron.equivalentintegrations.storage.EMCItemHandler.refreshCachedKnowledge(EMCItemHandler.java:342)
at com.mike_caron.equivalentintegrations.storage.EMCItemHandler.refresh(EMCItemHandler.java:287)
at com.mike_caron.equivalentintegrations.storage.EMCItemHandler.(EMCItemHandler.java:43)
at com.mike_caron.equivalentintegrations.block.transmutation_chamber.TransmutationChamberTileEntity.createEmcItemHandler(TransmutationChamberTileEntity.java:64)
at com.mike_caron.equivalentintegrations.block.transmutation_chamber.TransmutationChamberTileEntity.func_73660_a(TransmutationChamberTileEntity.java:139)

-- Block entity being ticked --
Details:
Name: equivalentintegrations:transmutation_chamber // com.mike_caron.equivalentintegrations.block.transmutation_chamber.TransmutationChamberTileEntity
Block type: ID #6403 (tile.transmutation_chamber // com.mike_caron.equivalentintegrations.block.transmutation_chamber.TransmutationChamber)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (-241,59,1101), Chunk: (at 15,3,13 in -16,68; contains blocks -256,0,1088 to -241,255,1103), Region: (-1,2; contains chunks -32,64 to -1,95, blocks -512,0,1024 to -1,255,1535)
Actual block type: ID #6403 (tile.transmutation_chamber // com.mike_caron.equivalentintegrations.block.transmutation_chamber.TransmutationChamber)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1832)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:745)

-- 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: 331468304 bytes (316 MB) / 6205472768 bytes (5918 MB) up to 11453595648 bytes (10923 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12288m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP 9.42 Powered by Forge 14.23.4.2715 295 mods loaded, 295 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.4.2715.jar                             | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | forge                             | 14.23.4.2715                    | forge-1.12.2-14.23.4.2715.jar                             | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | randompatches                     | 1.12.2-1.2.1.1                  | minecraft.jar                                             | None                                     |
| UCHIJAAAA | openmodscore                      | 0.11.5                          | minecraft.jar                                             | None                                     |
| UCHIJAAAA | foamfixcore                       | 7.7.4                           | minecraft.jar                                             | None                                     |
| UCHIJAAAA | opencomputers|core                | 1.7.2.67                        | minecraft.jar                                             | None                                     |
| UCHIJAAAA | elucore                           | 1.0                             | minecraft.jar                                             | None                                     |
| UCHIJAAAA | gottagofast                       | 1.1                             | gottagofast-1.1.jar                                       | None                                     |
| UCHIJAAAA | movillages                        | 1.5.4                           | [1.12]MoVillages-1.5.4.jar                                | None                                     |
| UCHIJAAAA | fastbench                         | 1.5.0                           | FastWorkbench-1.12.2-1.5.0.jar                            | None                                     |
| UCHIJAAAA | actuallyadditions                 | 1.12.2-r135                     | ActuallyAdditions-1.12.2-r135.jar                         | None                                     |
| UCHIJAAAA | baubles                           | 1.5.2                           | Baubles-1.12-1.5.2.jar                                    | None                                     |
| UCHIJAAAA | actuallybaubles                   | 1.1                             | ActuallyBaubles-1.12-1.1.jar                              | None                                     |
| UCHIJAAAA | additionalbanners                 | 1.1.42                          | AdditionalBanners-1.12.2-1.1.42.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | redstoneflux                      | 2.0.2                           | RedstoneFlux-1.12-2.0.2.3-universal.jar                   | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAA | cofhcore                          | 4.5.2                           | CoFHCore-1.12.2-4.5.2.19-universal.jar                    | None                                     |
| UCHIJAAAA | libvulpes                         | 0.2.8.-32                       | LibVulpes-1.12.2-0.2.8-32-universal.jar                   | None                                     |
| UCHIJAAAA | advancedrocketry                  | 1.4.0.-88                       | AdvancedRocketry-1.12.2-1.4.0-88-universal.jar            | None                                     |
| UCHIJAAAA | appliedenergistics2               | rv5-stable-11                   | appliedenergistics2-rv5-stable-11.jar                     | None                                     |
| UCHIJAAAA | bdlib                             | 1.14.3.12                       | bdlib-1.14.3.12-mc1.12.2.jar                              | None                                     |
| UCHIJAAAA | ae2stuff                          | 0.7.0.4                         | ae2stuff-0.7.0.4-mc1.12.2.jar                             | None                                     |
| UCHIJAAAA | aiimprovements                    | 0.0.1.1                         | AIImprovements-1.12.1-0.0.1b1.jar                         | None                                     |
| UCHIJAAAA | akashictome                       | 1.2-10                          | AkashicTome-1.2-10.jar                                    | None                                     |
| UCHIJAAAA | ctm                               | MC1.12-0.3.0.15                 | CTM-MC1.12-0.3.0.15.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.31                   | EnderCore-1.12.2-0.5.31.jar                               | None                                     |
| UCHIJAAAA | crafttweaker                      | 4.1.9                           | CraftTweaker2-1.12-4.1.9.jar                              | None                                     |
| UCHIJAAAA | mtlib                             | 3.0.5                           | MTLib-3.0.5.jar                                           | None                                     |
| UCHIJAAAA | modtweaker                        | 4.0.12                          | modtweaker-4.0.12.jar                                     | None                                     |
| UCHIJAAAA | jei                               | 4.10.0.201                      | jei_1.12.2-4.10.0.201.jar                                 | None                                     |
| UCHIJAAAA | thaumcraft                        | 6.1.BETA16                      | Thaumcraft-1.12.2-6.1.BETA16.jar                          | None                                     |
| UCHIJAAAA | codechickenlib                    | 3.2.0.345                       | CodeChickenLib-1.12.2-3.2.0.345-universal.jar             | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | brandonscore                      | 2.4.3                           | BrandonsCore-1.12.2-2.4.3.168-universal.jar               | None                                     |
| UCHIJAAAA | cofhworld                         | 1.2.0                           | CoFHWorld-1.12.2-1.2.0.5-universal.jar                    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAA | thermalfoundation                 | 2.5.0                           | ThermalFoundation-1.12.2-2.5.0.19-universal.jar           | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAA | draconicevolution                 | 2.3.12                          | Draconic-Evolution-1.12.2-2.3.12.297-universal.jar        | None                                     |
| UCHIJAAAA | thermalexpansion                  | 5.5.0                           | ThermalExpansion-1.12.2-5.5.0.29-universal.jar            | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAA | enderio                           | 5.0.26                          | EnderIO-1.12.2-5.0.26.jar                                 | None                                     |
| UCHIJAAAA | enderiointegrationtic             | 5.0.26                          | EnderIO-1.12.2-5.0.26.jar                                 | None                                     |
| UCHIJAAAA | mantle                            | 1.12-1.3.2.24                   | Mantle-1.12-1.3.2.24.jar                                  | None                                     |
| UCHIJAAAA | tconstruct                        | 1.12.2-2.10.1.87                | TConstruct-1.12.2-2.10.1.87.jar                           | None                                     |
| UCHIJAAAA | extrautils2                       | 1.0                             | extrautils2-1.12-1.7.6.jar                                | None                                     |
| UCHIJAAAA | flyringbaublemod                  | 0.3.1_1.12-d4e654e              | angelRingToBauble-1.12-0.3.1.50+d4e654e.jar               | None                                     |
| UCHIJAAAA | applecore                         | 3.1.3                           | AppleCore-mc1.12.2-3.1.3.jar                              | None                                     |
| UCHIJAAAA | appleskin                         | 1.0.9                           | AppleSkin-mc1.12-1.0.9.jar                                | None                                     |
| UCHIJAAAA | conarm                            | 1.0.1.2                         | conarm-1.12.2-1.0.1.2.jar                                 | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| UCHIJAAAA | exnihilocreatio                   | 1.12-0.2.4                      | exnihilocreatio-1.12-0.2.4.jar                            | None                                     |
| UCHIJAAAA | natura                            | 1.12.2-4.3.2.49                 | natura-1.12.2-4.3.2.49.jar                                | None                                     |
| UCHIJAAAA | reborncore                        | 3.9.2.319                       | RebornCore-1.12.2-3.9.2.319-universal.jar                 | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCHIJAAAA | techreborn                        | 2.16.0.746                      | TechReborn-1.12.2-2.16.0.746-universal.jar                | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCHIJAAAA | forestry                          | 5.8.0.311                       | forestry_1.12.2-5.8.0.311.jar                             | None                                     |
| UCHIJAAAA | theoneprobe                       | 1.4.23                          | theoneprobe-1.12-1.4.23.jar                               | None                                     |
| UCHIJAAAA | immersiveengineering              | 0.12-82                         | ImmersiveEngineering-0.12-82.jar                          | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| UCHIJAAAA | immersivepetroleum                | 1.1.9                           | immersivepetroleum-1.12.2-1.1.9.jar                       | None                                     |
| UCHIJAAAA | forgelin                          | 1.7.4                           | Forgelin-1.7.4.jar                                        | None                                     |
| UCHIJAAAA | computercraft                     | 1.80pr1                         | ComputerCraft1.80pr1.jar                                  | None                                     |
| UCHIJAAAA | mcmultipart                       | 2.5.1                           | MCMultiPart-2.5.1.jar                                     | None                                     |
| UCHIJAAAA | mekanism                          | 1.12.2-9.4.13.349               | Mekanism-1.12.2-9.4.13.349.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.10.2-178.jar                 | None                                     |
| UCHIJAAAA | cucumber                          | 1.1.0                           | cucumber-1.12-1.1.0.jar                                   | None                                     |
| UCHIJAAAA | mysticalagriculture               | 1.6.12                          | mysticalagriculture-1.12-1.6.12.jar                       | None                                     |
| UCHIJAAAA | mysticalagradditions              | 1.2.8                           | mysticalagradditions-1.12-1.2.8.jar                       | None                                     |
| UCHIJAAAA | harvestcraft                      | 1.12.2u                         | Pam's HarvestCraft 1.12.2u.jar                            | None                                     |
| UCHIJAAAA | mcjtylib_ng                       | 3.0.2                           | mcjtylib-1.12-3.0.2.jar                                   | None                                     |
| UCHIJAAAA | rftools                           | 7.54                            | rftools-1.12-7.54.jar                                     | None                                     |
| UCHIJAAAA | integrationforegoing              | 1.12.2-1.7.1                    | IntegrationForegoing-1.12.2-1.7.1.jar                     | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| UCHIJAAAA | valkyrielib                       | 1.12.2-2.0.11a                  | valkyrielib-1.12.2-2.0.11a.jar                            | None                                     |
| UCHIJAAAA | environmentaltech                 | 1.12.2-2.0.11a                  | environmentaltech-1.12.2-2.0.11a.jar                      | None                                     |
| UCHIJAAAA | projecte                          | 1.12-PE1.3.0                    | ProjectE-1.12-PE1.3.0.jar                                 | None                                     |
| UCHIJAAAA | forgemultipartcbe                 | 2.4.2.60                        | ForgeMultipart-1.12.2-2.4.2.60-universal.jar              | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | mrtjpcore                         | 2.1.3.35                        | MrTJPCore-1.12.2-2.1.3.35-universal.jar                   | None                                     |
| UCHIJAAAA | projectred-core                   | 4.9.1.92                        | ProjectRed-1.12.2-4.9.1.92-Base.jar                       | None                                     |
| UCHIJAAAA | projectred-exploration            | 4.9.1.92                        | ProjectRed-1.12.2-4.9.1.92-world.jar                      | None                                     |
| UCHIJAAAA | psi                               | r1.1-59                         | Psi-r1.1-59.jar                                           | None                                     |
| UCHIJAAAA | twilightforest                    | 3.7.424                         | twilightforest-1.12.2-3.7.424-universal.jar               | None                                     |
| UCHIJAAAA | plustic                           | 6.5.2.0                         | plustic-6.5.2.0.jar                                       | None                                     |
| UCHIJAAAA | armoryexpansion                   | 0.1.4                           | armoryexpansion-0.1.4.jar                                 | None                                     |
| UCHIJAAAA | aroma1997core                     | 2.0.0.0.b155                    | Aroma1997Core-1.12.2-2.0.0.0.b155.jar                     | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UCHIJAAAA | aroma1997sdimension               | 2.0.0.2.b77                     | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b77.jar       | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UCHIJAAAA | astralsorcery                     | 1.9.2                           | astralsorcery-1.12.2-1.9.2.jar                            | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| UCHIJAAAA | atmtweaks                         | 1.1                             | atmtweaks-1.1.jar                                         | None                                     |
| UCHIJAAAA | morphtool                         | 1.2-16                          | Morph-o-Tool-1.2-16.jar                                   | None                                     |
| UCHIJAAAA | quark                             | r1.4-125                        | Quark-r1.4-125.jar                                        | None                                     |
| UCHIJAAAA | autoreglib                        | 1.3-18                          | AutoRegLib-1.3-18.jar                                     | None                                     |
| UCHIJAAAA | badwithernocookiereloaded         | 1.12.2-3.1.14                   | badwithernocookiereloaded-1.12.2-3.1.14.jar               | None                                     |
| UCHIJAAAA | betteradvancements                | 0.0.8.50                        | BetterAdvancements-1.12.2-0.0.8.50.jar                    | None                                     |
| UCHIJAAAA | betterbedrockgen                  | 6.0.2                           | BetterBedrockGenerator-1.12-6.1.1.jar                     | None                                     |
| UCHIJAAAA | bibliocraft                       | 2.4.5                           | BiblioCraft[v2.4.5][MC1.12.2].jar                         | None                                     |
| UCHIJAAAA | binniecore                        | 2.5.0.167                       | binnie-mods-1.12.2-2.5.0.167.jar                          | None                                     |
| UCHIJAAAA | binniedesign                      | 2.5.0.167                       | binnie-mods-1.12.2-2.5.0.167.jar                          | None                                     |
| UCHIJAAAA | genetics                          | 2.5.0.167                       | binnie-mods-1.12.2-2.5.0.167.jar                          | None                                     |
| UCHIJAAAA | botany                            | 2.5.0.167                       | binnie-mods-1.12.2-2.5.0.167.jar                          | None                                     |
| UCHIJAAAA | extrabees                         | 2.5.0.167                       | binnie-mods-1.12.2-2.5.0.167.jar                          | None                                     |
| UCHIJAAAA | extratrees                        | 2.5.0.167                       | binnie-mods-1.12.2-2.5.0.167.jar                          | None                                     |
| UCHIJAAAA | blockcraftery                     | 0.1.3                           | blockcraftery-0.1.3.jar                                   | None                                     |
| UCHIJAAAA | cyclicmagic                       | 1.15.15                         | Cyclic-1.12.2-1.15.15.jar                                 | None                                     |
| UCHIJAAAA | mobtotems                         | 1.12.1-0.3.0                    | mobtotems-1.12.1-0.3.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.12-97                | BloodMagic-1.12.2-2.2.12-97.jar                           | None                                     |
| UCHIJAAAA | bookshelf                         | 2.3.553                         | Bookshelf-1.12.2-2.3.553.jar                              | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | buildinggadgets                   | 1.1.2                           | BuildingGadgets-1.1.2.jar                                 | None                                     |
| UCHIJAAAA | careerbees                        | 1.0                             | careerbees-0.4.0.jar                                      | None                                     |
| UCHIJAAAA | carryon                           | 1.9.1                           | CarryOn MC1.12.2 v1.9.1.jar                               | None                                     |
| UCHIJAAAA | ceramics                          | 1.12-1.3.4                      | Ceramics-1.12-1.3.4.jar                                   | None                                     |
| UCHIJAAAA | chameleon                         | 1.12-4.1.3                      | Chameleon-1.12-4.1.3.jar                                  | None                                     |
| UCHIJAAAA | chiselsandbits                    | 14.18                           | chiselsandbits-14.18.jar                                  | None                                     |
| UCHIJAAAA | chunkpregenerator                 | 1.8                             | Chunk Pregenerator V1.12-1.8.1.jar                        | None                                     |
| UCHIJAAAA | cyclopscore                       | 0.11.6                          | CyclopsCore-1.12.2-0.11.6.jar                             | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAA | commoncapabilities                | 1.4.0                           | CommonCapabilities-1.12-1.4.0.jar                         | None                                     |
| UCHIJAAAA | compactmachines3                  | 3.0.12                          | compactmachines3-1.12.2-3.0.12-b215.jar                   | None                                     |
| UCHIJAAAA | asielib                           | 1.0.0                           | Computronics-1.12.1-1.6.5.jar                             | None                                     |
| UCHIJAAAA | opencomputers                     | 1.7.2.67                        | OpenComputers-MC1.12.2-1.7.2.67.jar                       | None                                     |
| UCHIJAAAA | computronics                      | 1.6.5                           | Computronics-1.12.1-1.6.5.jar                             | None                                     |
| UCHIJAAAA | controlling                       | 3.0.6                           | Controlling-3.0.6.jar                                     | None                                     |
| UCHIJAAAA | cookingforblockheads              | 6.4.40                          | CookingForBlockheads_1.12.2-6.4.40.jar                    | None                                     |
| UCHIJAAAA | cosmeticarmorreworked             | 1.12.2-v1                       | CosmeticArmorReworked-1.12.2-v1.jar                       | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
| UCHIJAAAA | craftingtweaks                    | 8.1.9                           | CraftingTweaks_1.12.2-8.1.9.jar                           | None                                     |
| UCHIJAAAA | ctgui                             | 1.0.0                           | CraftTweaker2-1.12-4.1.9.jar                              | None                                     |
| UCHIJAAAA | crafttweakerjei                   | 2.0.2                           | CraftTweaker2-1.12-4.1.9.jar                              | None                                     |
| UCHIJAAAA | custombackgrounds                 | 1.0                             | CustomBackgrounds-MC1.12-1.1.1.jar                        | None                                     |
| UCHIJAAAA | custommainmenu                    | 2.0.8                           | CustomMainMenu-MC1.12.2-2.0.8.jar                         | None                                     |
| UCHIJAAAA | darkutils                         | 1.8.211                         | DarkUtils-1.12.2-1.8.211.jar                              | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | journeymap                        | 1.12.2-5.5.2                    | journeymap-1.12.2-5.5.2.jar                               | None                                     |
| UCHIJAAAA | defaultoptions                    | 9.2.7                           | DefaultOptions_1.12.2-9.2.7.jar                           | None                                     |
| UCHIJAAAA | defaultworldgenerator-port        | 1.12-2.3                        | DefaultWorldGenerator-port-1.12-2.3.jar                   | None                                     |
| UCHIJAAAA | diethopper                        | 1.1                             | diethopper-1.1.jar                                        | None                                     |
| UCHIJAAAA | ding                              | 1.0.1                           | Ding-1.12.1-1.0.1.jar                                     | None                                     |
| UCHIJAAAA | discordsuite                      | 2.2.4                           | DiscordSuite-2.2.4.jar                                    | None                                     |
| UCHIJAAAA | dismantler                        | 0.1.2                           | dismantler-0.1.2.jar                                      | None                                     |
| UCHIJAAAA | dldungeonsjdg                     | 1.11.1                          | DoomlikeDungeons-1.11.1-MC1.12.2.jar                      | None                                     |
| UCHIJAAAA | enderiobase                       | 5.0.26                          | EnderIO-1.12.2-5.0.26.jar                                 | None                                     |
| UCHIJAAAA | enderioconduits                   | 5.0.26                          | EnderIO-1.12.2-5.0.26.jar                                 | None                                     |
| UCHIJAAAA | enderioconduitsappliedenergistics | 5.0.26                          | EnderIO-1.12.2-5.0.26.jar                                 | None                                     |
| UCHIJAAAA | enderioconduitsopencomputers      | 5.0.26                          | EnderIO-1.12.2-5.0.26.jar                                 | None                                     |
| UCHIJAAAA | enderioconduitsrefinedstorage     | 5.0.26                          | EnderIO-1.12.2-5.0.26.jar                                 | None                                     |
| UCHIJAAAA | enderiointegrationforestry        | 5.0.26                          | EnderIO-1.12.2-5.0.26.jar                                 | None                                     |
| UCHIJAAAA | enderiointegrationticlate         | 5.0.26                          | EnderIO-1.12.2-5.0.26.jar                                 | None                                     |
| UCHIJAAAA | ichunutil                         | 7.1.4                           | iChunUtil-1.12.2-7.1.4.jar                                | None                                     |
| UCHIJAAAA | ftblib                            | 5.2.0.23                        | FTBLib-5.2.0.23.jar                                       | None                                     |
| UCHIJAAAA | enderiomachines                   | 5.0.26                          | EnderIO-1.12.2-5.0.26.jar                                 | None                                     |
| UCHIJAAAA | enderiopowertools                 | 5.0.26                          | EnderIO-1.12.2-5.0.26.jar                                 | None                                     |
| UCHIJAAAA | enderstorage                      | 2.4.4.132                       | EnderStorage-1.12.2-2.4.4.132-universal.jar               | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | equivalentenergistics             | 0.8.1                           | EquivalentEnergistics-1.12.2-0.8.1.jar                    | None                                     |
| UCHIJAAAA | equivalentintegrations            | 0.1.2                           | EquivalentIntegrations-0.1.2.jar                          | None                                     |
| UCHIJAAAA | exchangers                        | 1.12.2-2.7.2                    | Exchangers-1.12.2-2.7.2.jar                               | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| UCHIJAAAA | excore                            | 2.0.0-beta19-1.12.2             | EXCore-2.0.0-beta19-1.12.2.jar                            | None                                     |
| UCHIJAAAA | extracells                        | 2.5.13                          | ExtraCells-1.12.2-2.5.13a60.jar                           | None                                     |
| UCHIJAAAA | shadowmc                          | 3.8.0                           | ShadowMC-1.12-3.8.0.jar                                   | None                                     |
| UCHIJAAAA | extrarails                        | 1.3.0                           | ExtraRails-1.12-1.3.0.jar                                 | None                                     |
| UCHIJAAAA | zerocore                          | 1.12-0.1.2.2                    | zerocore-1.12-0.1.2.2.jar                                 | None                                     |
| UCHIJAAAA | bigreactors                       | 1.12.2-0.4.5.49                 | ExtremeReactors-1.12.2-0.4.5.49.jar                       | None                                     |
| UCHIJAAAA | fairylights                       | 2.1.2                           | fairylights-2.1.2-1.12.x.jar                              | None                                     |
| UCHIJAAAA | fencejumper                       | 1.0.3                           | fencejumper-1.12-1.0.3.jar                                | None                                     |
| UCHIJAAAA | flatcoloredblocks                 | mc1.12-6.6                      | flatcoloredblocks-mc1.12-6.6.jar                          | None                                     |
| UCHIJAAAA | foamfix                           | 0.9.9.1-1.12.2                  | foamfix-0.9.9.1-1.12.2-anarchy.jar                        | None                                     |
| UCHIJAAAA | microblockcbe                     | 2.4.2.60                        | ForgeMultipart-1.12.2-2.4.2.60-universal.jar              | None                                     |
| UCHIJAAAA | minecraftmultipartcbe             | 2.4.2.60                        | ForgeMultipart-1.12.2-2.4.2.60-universal.jar              | None                                     |
| UCHIJAAAA | ftbutilities                      | 5.2.0.28                        | FTBUtilities-5.2.0.28.jar                                 | None                                     |
| UCHIJAAAA | funkylocomotion                   | 1.0                             | funky-locomotion-1.12.2-1.1.1.jar                         | None                                     |
| UCHIJAAAA | gendustry                         | 1.6.5.8                         | gendustry-1.6.5.8-mc1.12.2.jar                            | None                                     |
| UCHIJAAAA | pressure                          | 1.3.1.9                         | pressure-1.3.1.9-mc1.12.2.jar                             | None                                     |
| UCHIJAAAA | advgenerators                     | 0.9.20.12                       | generators-0.9.20.12-mc1.12.2.jar                         | None                                     |
| UCHIJAAAA | geolosys                          | 1.9.4                           | Geolosys-1.12.2-1.9.4.jar                                 | None                                     |
| UCHIJAAAA | hammercore                        | 2.0.0.1                         | HammerCore-1.12.2-2.0.0.1.jar                             | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
| UCHIJAAAA | harvest                           | 1.12-1.2.6-18                   | Harvest-1.12-1.2.6-18.jar                                 | None                                     |
| UCHIJAAAA | helpfixer                         | 1.12.1-1.5.18                   | HelpFixer-1.12.1-1.5.18.jar                               | None                                     |
| UCHIJAAAA | immersivetech                     | 1.3.10                          | immersivetech-1.12-1.3.10.jar                             | None                                     |
| UCHIJAAAA | initialinventory                  | 2.0.2                           | InitialInventory-3.0.0.jar                                | None                                     |
| UCHIJAAAA | integrateddynamics                | 0.11.13                         | IntegratedDynamics-1.12.2-0.11.13.jar                     | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAA | integrateddynamicscompat          | 1.0.0                           | IntegratedDynamics-1.12.2-0.11.13.jar                     | None                                     |
| UCHIJAAAA | integratedtunnels                 | 1.5.6                           | IntegratedTunnels-1.12.2-1.5.6.jar                        | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAA | integratedtunnelscompat           | 1.0.0                           | IntegratedTunnels-1.12.2-1.5.6.jar                        | None                                     |
| UCHIJAAAA | kjlib                             | 1.0.4                           | kjlib-1.0.4.jar                                           | None                                     |
| UCHIJAAAA | inventorygenerators               | 1.1.2                           | inventorygenerators-1.1.2.jar                             | None                                     |
| UCHIJAAAA | inventorytweaks                   | 1.64-dev+release.110.b4fac73    | InventoryTweaks-1.64-dev.jar                              | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| UCHIJAAAA | ironbackpacks                     | 1.12.2-3.0.8-12                 | IronBackpacks-1.12.2-3.0.8-12.jar                         | None                                     |
| UCHIJAAAA | ironchest                         | 1.12.2-7.0.44.829               | ironchest-1.12.2-7.0.44.829.jar                           | None                                     |
| UCHIJAAAA | jaopca                            | 1.12.2-2.2.8.90                 | JAOPCA-1.12.2-2.2.8.90.jar                                | None                                     |
| UCHIJAAAA | oredictinit                       | 1.12.2-2.2.1.68                 | JAOPCA-1.12.2-2.2.8.90.jar                                | None                                     |
| UCHIJAAAA | jaopcaadditions                   | 1.12.2-2.2.1.9                  | JAOPCAAdditions-1.12.2-2.2.1.9.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 | justenoughdimensions              | 1.6.0-dev.20180619.124018       | justenoughdimensions-1.12.2-1.6.0-dev.20180619.124018.jar | 2b03e1423915a189b8094816baa18f239d576dff |
| UCHIJAAAA | jeresources                       | 0.8.7.41                        | JustEnoughResources-1.12.2-0.8.7.41.jar                   | None                                     |
| UCHIJAAAA | kleeslabs                         | 5.4.10                          | KleeSlabs_1.12.2-5.4.10.jar                               | None                                     |
| UCHIJAAAA | refraction                        | 1.9                             | refraction-1.12.2-1.9.0.jar                               | None                                     |
| UCHIJAAAA | wizardry                          | 0.8.5                           | wizardry-0.8.5.jar                                        | None                                     |
| UCHIJAAAA | librarianlib                      | 9.4                             | librarianlib-1.12.2-4.9.jar                               | None                                     |
| UCHIJAAAA | lunatriuscore                     | 1.2.0.42                        | LunatriusCore-1.12.2-1.2.0.42-universal.jar               | None                                     |
| UCHIJAAAA | magipsi                           | 1.3                             | MagicalPsi-1.3.jar                                        | None                                     |
| UCHIJAAAA | magicbees                         | 1.0                             | MagicBees-1.12.2-3.1.10.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 | mekanismgenerators                | 9.4.11                          | MekanismGenerators-1.12.2-9.4.13.349.jar                  | None                                     |
| UCHIJAAAA | mekanismtools                     | 9.4.11                          | MekanismTools-1.12.2-9.4.13.349.jar                       | None                                     |
| UCHIJAAAA | minecolonies                      | 1.12.2-0.8.9646                 | minecolonies-1.12.2-0.8.9646.jar                          | None                                     |
| UCHIJAAAA | modnametooltip                    | 1.10.0                          | modnametooltip_1.12.2-1.10.0.jar                          | None                                     |
| UCHIJAAAA | moreoverlays                      | 1.13                            | moreoverlays-1.13-mc1.12.1.jar                            | None                                     |
| UCHIJAAAA | morpheus                          | 1.12-3.3.2                      | Morpheus-1.12-3.3.2.jar                                   | None                                     |
| UCHIJAAAA | mousetweaks                       | 2.8                             | MouseTweaks-2.8-mc1.12.1.jar                              | None                                     |
| UCHIJAAAA | naturescompass                    | 1.5.1                           | NaturesCompass-1.12.2-1.5.1.jar                           | None                                     |
| UCHIJAAAA | nmsot                             | 1.2.2-mc1.12.2                  | NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar                   | None                                     |
| UCHIJAAAA | nonvflash                         | 1.2.0                           | NoNVFlash-1.12.2-1.2.0.3-universal.jar                    | None                                     |
| UCHIJAAAA | neid                              | 1.5.4.2                         | NotEnoughIDs-1.5.4.2.jar                                  | None                                     |
| UCHIJAAAA | notenoughwands                    | 1.7.0                           | notenoughwands-1.12-1.7.0.jar                             | None                                     |
| UCHIJAAAA | nuclearcraft                      | 2.10p                           | NuclearCraft-2.10p--1.12.2.jar                            | None                                     |
| UCHIJAAAA | nutrition                         | 3.1.0                           | Nutrition-1.12.2-3.1.0.jar                                | None                                     |
| UCHIJAAAA | xnet                              | 1.7.2                           | xnet-1.12-1.7.2.jar                                       | None                                     |
| UCHIJAAAA | ocxnetdriver                      | 1.0.2                           | ocxnetdriver-1.0.2-b11.jar                                | None                                     |
| UCHIJAAAA | oreexcavation                     | 1.4.119                         | OreExcavation-1.4.119.jar                                 | None                                     |
| UCHIJAAAA | oeintegration                     | 2.3.3                           | oeintegration-2.3.3.jar                                   | None                                     |
| UCHIJAAAA | oldjava                           | 1.0.2                           | OldJavaWarning-1.12.2-1.0.2.jar                           | d476d1b22b218a10d845928d1665d45fce301b27 |
| 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 | overloaded                        | 0.0.52                          | Overloaded-1.12.2-0.0.52.jar                              | 644f38521a349310a5dae0239577dc7beebefaec |
| UCHIJAAAA | p455w0rdslib                      | 2.0.29                          | p455w0rdslib-1.12-2.0.29.jar                              | None                                     |
| UCHIJAAAA | packmode                          | 1.2.0                           | packmode-1.12.2-1.2.0.jar                                 | None                                     |
| UCHIJAAAA | pamscookables                     | 1.1                             | pamscookables-1.1.jar                                     | None                                     |
| UCHIJAAAA | parry                             | 1.0                             | parry-1.0-hotfix.jar                                      | None                                     |
| UCHIJAAAA | placebo                           | 1.4.0                           | Placebo-1.12.2-1.4.0.jar                                  | None                                     |
| UCHIJAAAA | plants2                           | 2.9.1                           | Plants-1.12.2-2.9.1.jar                                   | None                                     |
| UCHIJAAAA | shetiphiancore                    | 3.5.7                           | shetiphiancore-1.12.0-3.5.7.jar                           | None                                     |
| UCHIJAAAA | platforms                         | 1.4.5                           | platforms-1.12.0-1.4.5.jar                                | None                                     |
| UCHIJAAAA | pneumaticcraft                    | 1.12.2-0.6.8-219                | pneumaticcraft-repressurized-1.12.2-0.6.8-219.jar         | None                                     |
| UCHIJAAAA | portalgun                         | 7.0.2                           | PortalGun-1.12.2-7.0.2.jar                                | None                                     |
| UCHIJAAAA | portality                         | 1.0-SNAPSHOT                    | portality-1.12.2-1.0.4-6.jar                              | None                                     |
| UCHIJAAAA | sonarcore                         | 5.0.13                          | sonarcore-1.12.2-5.0.13-11.jar                            | None                                     |
| UCHIJAAAA | practicallogistics2               | 3.0.4                           | practicallogistics2-1.12.2-3.0.4.jar                      | None                                     |
| UCHIJAAAA | tombmanygraves2api                | 1.12.2-1.0.0                    | tombmanygraves2api-1.12.2-1.0.0.jar                       | None                                     |
| UCHIJAAAA | tombmanygraves                    | 1.12-4.1.0                      | TombManyGraves-1.12-4.1.0.jar                             | None                                     |
| UCHIJAAAA | thebetweenlands                   | 3.3.10                          | TheBetweenlands-3.3.10-universal.jar                      | 38067d6878811efb38b6a045521cfd80b9b60b38 |
| UCHIJAAAA | traverse                          | 1.5.4                           | Traverse-1.12.2-1.5.4-61.jar                              | None                                     |
| UCHIJAAAA | primal                            | 0.6.63                          | PrimalCore-1.12.2-0.6.63.jar                              | 67a0e286dc0d4b502f3c92ac20b953517b52d0a9 |
| UCHIJAAAA | projectred-compat                 | 1.0                             | ProjectRed-1.12.2-4.9.1.92-compat.jar                     | None                                     |
| UCHIJAAAA | projectred-integration            | 4.9.1.92                        | ProjectRed-1.12.2-4.9.1.92-integration.jar                | None                                     |
| UCHIJAAAA | projectred-transmission           | 4.9.1.92                        | ProjectRed-1.12.2-4.9.1.92-integration.jar                | None                                     |
| UCHIJAAAA | projectred-fabrication            | 4.9.1.92                        | ProjectRed-1.12.2-4.9.1.92-fabrication.jar                | None                                     |
| UCHIJAAAA | projectred-illumination           | 4.9.1.92                        | ProjectRed-1.12.2-4.9.1.92-lighting.jar                   | None                                     |
| UCHIJAAAA | projectred-expansion              | 4.9.1.92                        | ProjectRed-1.12.2-4.9.1.92-mechanical.jar                 | None                                     |
| UCHIJAAAA | projectred-relocation             | 4.9.1.92                        | ProjectRed-1.12.2-4.9.1.92-mechanical.jar                 | None                                     |
| UCHIJAAAA | projectred-transportation         | 4.9.1.92                        | ProjectRed-1.12.2-4.9.1.92-mechanical.jar                 | None                                     |
| UCHIJAAAA | quantumstorage                    | 4.5.0                           | QuantumStorage-1.12-4.5.0.jar                             | None                                     |
| UCHIJAAAA | quickleafdecay                    | 1.2.4                           | QuickLeafDecay-MC1.12.1-1.2.4.jar                         | None                                     |
| UCHIJAAAA | rangedpumps                       | 0.5                             | rangedpumps-0.5.jar                                       | None                                     |
| UCHIJAAAA | realfilingcabinet                 | 0.1.55                          | realfilingcabinet-1.12.1-0.1.55.jar                       | None                                     |
| UCHIJAAAA | realdrops                         | 1.2.12                          | RealisticItemDrops-1.2.12.jar                             | None                                     |
| UCHIJAAAA | redstonearsenal                   | 2.5.1                           | RedstoneArsenal-1.12.2-2.5.1.13-universal.jar             | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAA | xreliquary                        | 1.12.2-1.3.4.767                | Reliquary-1.12.2-1.3.4.767.jar                            | None                                     |
| UCHIJAAAA | resourceloader                    | 1.5.3                           | ResourceLoader-MC1.12.1-1.5.3.jar                         | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| UCHIJAAAA | rftoolscontrol                    | 1.9.1                           | rftoolsctrl-1.12-1.9.1.jar                                | None                                     |
| UCHIJAAAA | rftoolsdim                        | 5.60                            | rftoolsdim-1.12-5.60.jar                                  | None                                     |
| UCHIJAAAA | rftoolspower                      | 1.1.0                           | rftoolspower-1.12-1.1.0.jar                               | None                                     |
| UCHIJAAAA | woodenshears                      | @MAJOR@.@MINOR@.@REVIS@.@BUILD@ | SBM-WoodenShears-1.12-0.0.1b8.jar                         | None                                     |
| UCHIJAAAA | scannable                         | 1.6.3.19                        | Scannable-MC1.12-1.6.3.19.jar                             | None                                     |
| UCHIJAAAA | schematica                        | 1.8.0.169                       | Schematica-1.12.2-1.8.0.169-universal.jar                 | None                                     |
| UCHIJAAAA | thermaldynamics                   | 2.5.1                           | ThermalDynamics-1.12.2-2.5.1.14-universal.jar             | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAA | simplyjetpacks                    | 2.2.7.45                        | SimplyJetpacks2-1.12.2-2.2.7.45.jar                       | None                                     |
| UCHIJAAAA | slimyboyos                        | 1.0.0                           | SlimyBoyos-1.0.0.jar                                      | None                                     |
| UCHIJAAAA | soulshardstow                     | 1.12-2.7.6-56                   | SoulShards-TOW-1.12-2.7.6-56.jar                          | None                                     |
| UCHIJAAAA | stevescarts                       | 2.4.21.105                      | StevesCarts-1.12.2-2.4.21.105.jar                         | None                                     |
| UCHIJAAAA | storagedrawers                    | 1.12-5.3.5                      | StorageDrawers-1.12.2-5.3.7.jar                           | None                                     |
| UCHIJAAAA | storagedrawersextra               | @VERSION@                       | StorageDrawersExtras-1.12-3.1.0.jar                       | None                                     |
| UCHIJAAAA | terraqueous                       | 1.4.12                          | terraqueous-1.12.0-1.4.12.jar                             | None                                     |
| UCHIJAAAA | tcinventoryscan                   | 2.0.10                          | ThaumicInventoryScanning_1.12.2-2.0.10.jar                | None                                     |
| UCHIJAAAA | thaumicjei                        | 1.2.1                           | ThaumicJEI-1.12.2-1.4.0-14.jar                            | None                                     |
| UCHIJAAAA | thermalcultivation                | 0.3.0                           | ThermalCultivation-1.12.2-0.3.0.7-universal.jar           | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAA | thermalinnovation                 | 0.3.0                           | ThermalInnovation-1.12.2-0.3.0.7-universal.jar            | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAA | tinker_io                         | release 2.6.1                   | tinker_io-1.12.2-release 2.6.1.jar                        | None                                     |
| UCHIJAAAA | tinkertoolleveling                | 1.12.2-1.0.5.DEV.30c7957        | TinkerToolLeveling-1.12.2-1.0.5.jar                       | None                                     |
| UCHIJAAAA | tp                                | 3.2.29                          | tinyprogressions-1.12.2-3.3.29-Release.jar                | None                                     |
| UCHIJAAAA | toastcontrol                      | 1.7.0                           | Toast Control-1.12.2-1.7.0.jar                            | None                                     |
| UCHIJAAAA | topaddons                         | 1.12.2-1.7.0                    | topaddons-1.12.2-1.7.0.jar                                | None                                     |
| UCHIJAAAA | torchmaster                       | 1.6.4.62                        | torchmaster_1.12.2-1.6.4.62.jar                           | 5e9a436b366831c8f54a7e80b015784da69278c6 |
| UCHIJAAAA | unloader                          | 1.2.0                           | unloader-1.2.0.jar                                        | None                                     |
| UCHIJAAAA | usefulnullifiers                  | 1.4.1                           | usefulnullifiers-1.4.1.jar                                | None                                     |
| UCHIJAAAA | universalmodifiers                | 1.12.2-1.0.9a                   | valkyrielib-1.12.2-2.0.11a.jar                            | None                                     |
| UCHIJAAAA | waim                              | 1.0.0                           | WAIM-1.0.0.jar                                            | None                                     |
| UCHIJAAAA | wanionlib                         | 1.12.2-1.5                      | WanionLib-1.12.2-1.5.jar                                  | None                                     |
| UCHIJAAAA | waterstrainer                     | 3.2.0                           | WaterStrainer-1.12-3.2.0.jar                              | None                                     |
| UCHIJAAAA | waystones                         | 4.0.43                          | Waystones_1.12.2-4.0.43.jar                               | None                                     |
| UCHIJAAAA | wirelesscharger                   | 1.12.2-1.0.5                    | WirelessCharger-1.12.2-1.0.5.jar                          | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
| UCHIJAAAA | wct                               | 3.9.67                          | WirelessCraftingTerminal-1.12.2-3.9.67.jar                | None                                     |
| UCHIJAAAA | woot                              | 1.12.2-1.3.0                    | woot-1.12.2-1.3.0.jar                                     | None                                     |
| UCHIJAAAA | xtones                            | 1.12-1.0.8-11                   | Xtones-1.12-1.0.8-11.jar                                  | None                                     |
| UCHIJAAAA | ynot                              | 0.2.3                           | YNot-0.2.3.jar                                            | None                                     |
| UCHIJAAAA | reauth                            | 3.6.0                           | reauth-3.6.0.jar                                          | daba0ec4df71b6da841768c49fb873def208a1e3 |
| UCHIJAAAA | elulib                            | 0.1.12                          | elulib-0.1.12.jar                                         | None                                     |
| UCHIJAAAA | librarianliblate                  | 9.4                             | librarianlib-1.12.2-4.9.jar                               | None                                     |
| UCHIJAAAA | primal_tech                       | 0.3.3                           | PrimalTech-0.3.3.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.5d                     | UniDict-1.12.2-2.5d.jar                                   | None                                     |
| UCHIJAAAA | wrapup                            | 1.12-1.1.3                      | WrapUp-1.12-1.1.3.jar                                     | None                                     |

Loaded coremods (and transformers): 

AppleCore (AppleCore-mc1.12.2-3.1.3.jar)
squeek.applecore.asm.TransformerModuleHandler
ForgelinPlugin (Forgelin-1.7.4.jar)

BedPatch (bedpatch-2.2-1.12.2.jar)
com.mordenkainen.bedpatch.BedPatchASM
EnderCorePlugin (EnderCore-1.12.2-0.5.31.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
RandomPatches (randompatches-1.12.2-1.2.1.1.jar)
com.therandomlabs.randompatches.RPTransformer
CTMCorePlugin (CTM-MC1.12-0.3.0.15.jar)
team.chisel.ctm.client.asm.CTMTransformer
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
openmods.core.OpenModsClassTransformer
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9.1-1.12.2-anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
AstralCore (astralsorcery-1.12.2-1.9.2.jar)

TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.10-core.jar)
thebetweenlands.core.TheBetweenlandsClassTransformer
Plugin (NotEnoughIDs-1.5.4.2.jar)
ru.fewizz.neid.asm.Transformer
HCASM (HammerCore-1.12.2-2.0.0.1.jar)
com.zeitheron.hammercore.asm.HammerCoreTransformer
MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)

Wizardry Plugin (wizardry-0.8.5.jar)
com.teamwizardry.wizardry.asm.WizardryTransformer
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
shetiphian.asm.ClassTransformer
FMLPlugin (elulib-0.1.12.jar)
elucent.elulib.asm.ASMTransformer
LoadingPlugin (Quark-r1.4-125.jar)
vazkii.quark.base.asm.ClassTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
invtweaks.forge.asm.ContainerTransformer
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b155.jar)

IELoadingPlugin (ImmersiveEngineering-core-0.12-82.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
lumien.resourceloader.asm.ClassTransformer
TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
li.cil.oc.common.asm.ClassTransformer
LibrarianLib Plugin (librarianlib-1.12.2-4.9.jar)
com.teamwizardry.librarianlib.asm.LibLibTransformer
GottaGoFastLoader (gottagofast-1.1.jar)
com.thiakil.gottagofast.coremod.GottaGoFastASMTransformer
GL info: ERROR RuntimeException: No OpenGL context found in the current thread.
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)
- craftingtweaksIntegration (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)
	- craftingtweaksIntegration (Enabled/Not Forced)

Hammer Core Information: FluidDictionary Info: Registered 2 fluids.

OreDictionary Info: Registered 7134 names; 10973 stacks.
Configuration Info: IyBDb25maWd1cmF0aW9uIGZpbGUNCg0KY2xpZW50IHsNCiAgICAjIFNob3VsZCBIYW1tZXIgQ29yZSByZXBsYWNlIGVuY2hhbnRtZW50IGdsaW50IGNvbG9yIHdpdGggbW9yZSBtYXRjaGluZyBjb2xvcnMgZm9yIHNvbWUgdmFuaWxsYSBpdGVtcz8gW2RlZmF1bHQ6IHRydWVdDQogICAgQjoiQ3VzdG9tIEVuY2hhbnRtZW50IENvbG9ycyBmb3IgVmFuaWxsYSBJdGVtcyI9dHJ1ZQ0KDQogICAgIyBTaG91bGQgSGFtbWVyIENvcmUgcG9ydGZvcndhcmQgeW91ciBsb2NhbCB3b3JsZCB3aGVuIHlvdSBzaGFyZSB3aXRoIGl0IHRvIExBTj8NCiAgICAjIFRoaXMgZmVhdHVyZSBkb2Vzbid0IHdvcmsgb24gYWxsIGNsaWVudHMsIHlvdSBhcmUgZ29pbmcgdG8gZ2V0IGEgbWVzc2FnZSBpbiBjaGF0IGlmIGl0IHdhcyBzdWNjZXNzZnVsL3Vuc3VjY2Vzc2Z1bCBbZGVmYXVsdDogdHJ1ZV0NCiAgICBCOiJMQU4gVVBuUCI9dHJ1ZQ0KDQogICAgIyBSZXBsYWNlIHZhbmlsbGEgZnVybmFjZSBhbmQgYnJld2luZyBzdGFuZCBwcm9ncmVzcyBiYXJzIHRvIHVzZSBzbW9vdGggcmVuZGVyaW5nPyBbZGVmYXVsdDogdHJ1ZV0NCiAgICBCOiJTbW9vdGggVmFuaWxsYSBHdWlzIj10cnVlDQp9DQoNCg0KaXdyZW5jaCB7DQogICAgIyBXaGF0IGlzIHRoZSBjb2xvciB3aGVuIHRoZSBob3ZlcmVkIGJsb2NrIGlzIHdyZW5jaGFibGU/IChjb2xvciBlbmNvZGVkIGluIGhleCBmb3JtIHN1Y2ggYXMgUlJHR0JCKQ0KICAgIFM6R3JlZW49MjJGRjIyDQoNCiAgICAjIFdoYXQgaXMgdGhlIGNvbG9yIHdoZW4gdGhlIGhvdmVyZWQgYmxvY2sgaXMgTk9UIHdyZW5jaGFibGU/IChjb2xvciBlbmNvZGVkIGluIGhleCBmb3JtIHN1Y2ggYXMgUlJHR0JCKQ0KICAgIFM6UmVkPUZGMjIyMg0KfQ0KDQoNCiJ2YW5pbGxhIGltcHJvdmVtZW50cyIgew0KICAgICMgU2hvdWxkIEhhbW1lciBDb3JlIGZvcmNlLXNwYXduIEVuZGVyIERyYWdvbiBFZ2cgb24gRW5kZXIgRHJhZ29uIGRlYXRoPyBbZGVmYXVsdDogdHJ1ZV0NCiAgICBCOiJBbHdheXMgU3Bhd24gRHJhZ29uIEVnZyI9dHJ1ZQ0KfQ0KDQoNCg==
Pastebin Connection: Okay.
List of loaded APIs:
* actuallyadditionsapi (33) from ActuallyAdditions-1.12.2-r135.jar
* AppleCoreAPI (3.1.0) from AppleCore-mc1.12.2-3.1.3.jar
* appliedenergistics2|API (rv5) from appliedenergistics2-rv5-stable-11.jar
* asielibAPI (1.1) from Computronics-1.12.1-1.6.5.jar
* asielibAPI|tile (1.0) from Computronics-1.12.1-1.6.5.jar
* asielibAPI|tool (1.1) from Computronics-1.12.1-1.6.5.jar
* Baubles|API (1.4.0.2) from mobtotems-1.12.1-0.3.0.jar
* betteradvancements|API (0.0.8.50) from BetterAdvancements-1.12.2-0.0.8.50.jar
* BetterWithModsAPI (Beta 0.6) from Quark-r1.4-125.jar
* BetweenlandsAPI (1.10.1) from TheBetweenlands-3.3.10-universal.jar
* bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.49.jar
* bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.2.12-97.jar
* BotaniaAPI (79) from AkashicTome-1.2-10.jar
* Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
* ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
* ChiselsAndBitsAPI (13.8.0) from chiselsandbits-14.18.jar
* cofhapi (2.5.0) from CoFHCore-1.12.2-4.5.2.19-universal.jar
* commoncapabilities|api (0.0.1) from CommonCapabilities-1.12-1.4.0.jar
* compatlayer (0.3.0) from compatlayer-1.11.2-0.3.0.jar
* ComputerCraft|API (1.80pr1) from ComputerCraft1.80pr1.jar
* ComputerCraft|API|FileSystem (1.80pr1) from ComputerCraft1.80pr1.jar
* ComputerCraft|API|Lua (1.80pr1) from ComputerCraft1.80pr1.jar
* ComputerCraft|API|Media (1.80pr1) from ComputerCraft1.80pr1.jar
* ComputerCraft|API|Network (1.80pr1) from ComputerCraft1.80pr1.jar
* ComputerCraft|API|Peripheral (1.80pr1) from ComputerCraft1.80pr1.jar
* ComputerCraft|API|Permissions (1.80pr1) from ComputerCraft1.80pr1.jar
* ComputerCraft|API|Redstone (1.80pr1) from ComputerCraft1.80pr1.jar
* ComputerCraft|API|Turtle (1.80pr1) from ComputerCraft1.80pr1.jar
* computronicsAPI (1.3) from Computronics-1.12.1-1.6.5.jar
* computronicsAPI|audio (1.0) from Computronics-1.12.1-1.6.5.jar
* computronicsAPI|chat (1.3) from Computronics-1.12.1-1.6.5.jar
* computronicsAPI|multiperipheral (1.1) from Computronics-1.12.1-1.6.5.jar
* computronicsAPI|tape (1.0) from Computronics-1.12.1-1.6.5.jar
* CraftingTweaks|API (4.1) from CraftingTweaks_1.12.2-8.1.9.jar
* ctm-api (0.1.0) from CTM-MC1.12-0.3.0.15.jar
* ctm-api-events (0.1.0) from CTM-MC1.12-0.3.0.15.jar
* ctm-api-models (0.1.0) from CTM-MC1.12-0.3.0.15.jar
* ctm-api-textures (0.1.0) from CTM-MC1.12-0.3.0.15.jar
* ctm-api-utils (0.1.0) from CTM-MC1.12-0.3.0.15.jar
* DLDungeonsAPI (1.1) from DoomlikeDungeons-1.11.1-MC1.12.2.jar
* DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.12.297-universal.jar
* enderioapi (4.0.0) from EnderIO-1.12.2-5.0.26.jar
* enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.26.jar
* enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.26.jar
* enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.26.jar
* enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.26.jar
* enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.26.jar
* enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.26.jar
* enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.26.jar
* enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.26.jar
* ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.0.311.jar
* ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.0.311.jar
* ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.0.311.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.0.311.jar
* ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.0.311.jar
* ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.0.311.jar
* ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.0.311.jar
* ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.0.311.jar
* ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.0.311.jar
* ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.0.311.jar
* ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.8.0.311.jar
* ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.0.311.jar
* ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.0.311.jar
* ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.0.311.jar
* ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.0.311.jar
* ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.0.311.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.0.311.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.0.311.jar
* ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.0.311.jar
* ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.0.311.jar
* funkylocomotion_api (2.0) from funky-locomotion-1.12.2-1.1.1.jar
* gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
* Guide-API|API (2.0.0) from Guide-API-1.12-2.1.5-60.jar
* iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.1.4.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-82.jar
* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-82.jar
* industrialforegoingapi (5) from industrialforegoing-1.12.2-1.10.2-178.jar
* integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-0.11.13.jar
* jeresources|API (0.8.7.41) from JustEnoughResources-1.12.2-0.8.7.41.jar
* journeymap|client-api (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.2.jar
* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.10.0.201.jar
* MekanismAPI|core (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
* MekanismAPI|energy (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
* MekanismAPI|gas (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
* MekanismAPI|infuse (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
* MekanismAPI|laser (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
* MekanismAPI|transmitter (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
* MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
* MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.12.1.jar
* openblocks|api (1.2) from OpenBlocks-1.12.2-1.7.6.jar
* opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
* PneumaticCraftApi (1.0) from pneumaticcraft-repressurized-1.12.2-0.6.8-219.jar
* practicallogistics2-api (3.1) from practicallogistics2-1.12.2-3.0.4.jar
* pressureAPI (1.3.1.9) from pressure-1.3.1.9-mc1.12.2.jar
* projecteapi (1.12.2-1.0.0) from ProjectE-1.12-PE1.3.0.jar
* ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12-2.0.29.jar
* projectred|api (2.0) from ProjectRed-1.12.2-4.9.1.92-Base.jar
* PsiAPI (6) from Psi-r1.1-59.jar
* QuarkAPI (2) from Quark-r1.4-125.jar
* reborncoreAPI (3.9.2.319) from RebornCore-1.12.2-3.9.2.319-universal.jar
* reborncoreAPI|Power (3.9.2.319) from RebornCore-1.12.2-3.9.2.319-universal.jar
* reborncoreAPI|Recipe (3.9.2.319) from RebornCore-1.12.2-3.9.2.319-universal.jar
* reborncoreAPI|Tile (3.9.2.319) from RebornCore-1.12.2-3.9.2.319-universal.jar
* refraction_api (5) from refraction-1.12.2-1.9.0.jar
* SchematicaAPI (1.1) from Schematica-1.12.2-1.8.0.169-universal.jar
* SchematicaAPI|Events (1.1) from Schematica-1.12.2-1.8.0.169-universal.jar
* sonarapi (1.0.1) from sonarcore-1.12.2-5.0.13-11.jar
* stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.21.105.jar
* stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.21.105.jar
* StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
* StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
* StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
* StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
* StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
* StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar
* techrebornAPI (2.16.0.746) from TechReborn-1.12.2-2.16.0.746-universal.jar
* TerraqueousAPI (1.0) from terraqueous-1.12.0-1.4.12.jar
* TerraqueousAPI|Cloud (1.0) from terraqueous-1.12.0-1.4.12.jar
* TerraqueousAPI|Machines (1.0) from terraqueous-1.12.0-1.4.12.jar
* TerraqueousAPI|Plant (1.0) from terraqueous-1.12.0-1.4.12.jar
* Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA16.jar
* theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.23.jar
* valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.11a.jar
* wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.9.67.jar
* zerocore|API|multiblock (1.9.4-0.0.1) from NuclearCraft-2.10p--1.12.2.jar
* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
* zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
RebornCore:
Plugin Engine: 0
RebornCore Version: 3.9.2.319
Runtime Debofucsation 1
RenderEngine: 0
Ender IO: No known problems detected.

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

Tome of Knowledge + Transmutation Chamber is no good!

As said. after using the tome of knowledge, the game was unplayable with the chamber and its use deeply integrated into my ME system.
This should be expected, but a warning might be nice. Maybe in the tooltip to not use this with the tome of knowledge.

Edit: I play PO3. i posted a similar Ticket at their github. Just so you know.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.