Ok, understood that, anyway, thank you. I know 1.10.2 is still new to some mod author, so I will use that photo as my recipe for the time being, waiting for either backpack or JEI to change something
Hi Brad, me and my friends love your mod on our server but I had to disable the sorting editor for ops only as it was crashing the client upon pushing 'L' to trigger the Sorting and Supply interface. I've posted the error below, we're using a 1.7.10 - Forge 1614 server for our other mods. Are you still supporting 1.7.10? If not could you tell me if theres anyway I can get the Sorting / Supply GUI to work or what you might think is the problem? Any help would be much appreciated, thanks again!
Try this update, it should fix that crash but there could be more potential crashes that I've missed.
Let me know if it works.
Aside from that, I don't have any ideas of features to add.
How about a toggle for "hopper mode". Default is current function. Collects items, according to the filter rules, during item pickup. Supplies items, according to rules, to inventory. Hopper mode would switch to collect items from from +1y, transfer to -1y, like a hopper would, but with the input and output rules. Possibly even toggle the output from "all" to "overflow". It would be a super item sorter. It would replace 75% of my storage room.
How about a toggle for "hopper mode". Default is current function. Collects items, according to the filter rules, during item pickup. Supplies items, according to rules, to inventory. Hopper mode would switch to collect items from from +1y, transfer to -1y, like a hopper would, but with the input and output rules. Possibly even toggle the output from "all" to "overflow". It would be a super item sorter. It would replace 75% of my storage room.
I'm not sure I understand. You can already attach a hopper (or a pipe) to the top of a backpack to have it collect 'collectable' items or attach one to the bottom to extract 'resupplyable' items...
As far as 'super item sorters' go, the easiest way of sorting and managing items using backpacks is to setup several backpacks for specific types of items (e.g. one for ores, another for cobblestone & dirt, food, mob drops, etc..) and put all those backpacks inside another main backpack that you take with you. Then whenever you pick up an item it will automatically be moved into the appropriate sub-backpack. When you need to access your storage you just open your main backpack as usual and right-click one of the sub-backpacks to open that.
If you do it this way you may find you don't even need a storage room anymore, you'll have the ability to take all your items with you! (Just remember to keep a few backpack restorers or copies of the main backpack by your bed in case you die)
I'm not sure I understand. You can already attach a hopper (or a pipe) to the top of a backpack to have it collect 'collectable' items or attach one to the bottom to extract 'resupplyable' items...
A hopper (or pipe) pointing in to the top of a backpack would do the push of an item into the bag. Can the bag PULL from above? If it can, then I can do away with all the hoppers and redstone for item sorting in my storeroom. All that redstone would be replace with a bag, like the attached pic. Bag pulls it from the hopper chain and deposits it into the chest.
A hopper (or pipe) pointing in to the top of a backpack would do the push of an item into the bag. Can the bag PULL from above? If it can, then I can do away with all the hoppers and redstone for item sorting in my storeroom. All that redstone would be replace with a bag, like the attached pic. Bag pulls it from the hopper chain and deposits it into the chest.
No, backpacks can't pull or push by themselves and that's not something I would want to add.
Attached is an example of how you can replace the hopper chain system with a single backpack.
(All items are pushed from the chest into the sorting backpack and then the collection rules of the backpacks inside it move those items into the appropriate backpack)
Fully upgraded backpacks should already be larger than most chests, but if for any reason you want the sorted backpacks to deposit their items into chests you can do so by having hoppers pull the items out of duplicated copies of the sorted backpacks.
Great mod been using it for a while and its perfect for my use my only small not really even worth mentioning gripe is the black backpacks look more "light grey" in 3rd person
You should really make the recipe creating aspect of this mod a separate mod. There is no other mod that lets you create your own recipes and because of this, i use this backpack mod.
I am getting a Crash to Desktop with MouseTweaks when right-clicking on a crafting table and then right-clicking on a backpack. This also happens also when accidentally "swiping" while right-clicking over to the next item very fast befor the gui opens.
I disabled the right-click function of MouseTweaks but it still happens.
Because the crash occurs in vanilla code that usually wouldn't crash I think MouseTweaks must have added some unsafe code to the vanilla 'Container.slotClick' function
Does the crash happen without MouseTweaks?
If not then MouseTweaks probably can't handle the gui changing from a crafting table to a backpack.
There a bug: Rename the Backpack in the anvil. Shift+click place it on a wall, open backpack, renamed Name is overwritten by backpack default name.
The name is actually getting overwritten with the backpack's custom name, which in your case hasn't been changed from the default.
Renaming a backpack in an anvil does not and can not change its custom name. To correctly rename the backpack put a sign inside it and then right-click the sign. You can then type a name and the backpack (and all current and future copies of it) will use that name.
A known issue with this mod is that it causes some recipes from other mods to be uncraftable. For example, wooden doors from Malisis Doors and wooden drawers from StorageDrawers. Crafting any of these with woods other than Oak may yield a result only made from Oak wood, rather than (e.g.) Acacia or Spruce. The cause of the issue is that Backpacks tries to re-sort the list of crafting recipes, but it does not honor any of the recipe sorting rules those mods have registered with Forge.
There is a config option to disable this, but there is no way to know, upon assembling a modpack, that Backpacks is the mod at fault for making these items uncraftable.
A known issue with this mod is that it causes some recipes from other mods to be uncraftable. For example, wooden doors from Malisis Doors and wooden drawers from StorageDrawers. Crafting any of these with woods other than Oak may yield a result only made from Oak wood, rather than (e.g.) Acacia or Spruce. The cause of the issue is that Backpacks tries to re-sort the list of crafting recipes, but it does not honor any of the recipe sorting rules those mods have registered with Forge.
There is a config option to disable this, but there is no way to know, upon assembling a modpack, that Backpacks is the mod at fault for making these items uncraftable.
I've reviewed my recipe sorting code and determined that the duration and likelihood of problems occurring due to recipes being in an inconsistent order are far outweighed by the potential problems caused by reordering those recipes to be consistent.
As such, as of version 3.1.2, my recipe sorting code will now only sort the Dynamic Recipes and all other recipes will be sorted using Forge's own sorting rules.
Got a crash after entering a world with 3.1.0 Backpacks on 1.7.10. I'm getting really annoyed by this, to the point I removed the mod just to play.
---- Minecraft Crash Report ----
// There are four lights!
Time: 9/29/16 10:36 AM
Description: Ticking player
java.lang.ArrayIndexOutOfBoundsException: 4
at net.minecraft.entity.player.InventoryPlayer.func_70301_a(InventoryPlayer.java:577)
at brad16840.backpacks.BackpackChecker.update(BackpackChecker.java:64)
at brad16840.common.Common.onTick(Common.java:635)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_2540_Common_onTick_PlayerTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at cpw.mods.fml.common.FMLCommonHandler.onPlayerPreTick(FMLCommonHandler.java:345)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:220)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:295)
at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
at net.minecraft.network.play.client.C03PacketPlayer$C06PacketPlayerPosLook.func_148833_a(SourceFile:20)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.entity.player.InventoryPlayer.func_70301_a(InventoryPlayer.java:577)
at brad16840.backpacks.BackpackChecker.update(BackpackChecker.java:64)
at brad16840.common.Common.onTick(Common.java:635)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_2540_Common_onTick_PlayerTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at cpw.mods.fml.common.FMLCommonHandler.onPlayerPreTick(FMLCommonHandler.java:345)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:220)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:295)
-- Player being ticked --
Details:
Entity Type: null (micdoodle8.mods.galacticraft.core.entities.player.GCEntityPlayerMP)
Entity ID: 2836
Entity Name: HyperMan19680
Entity's Exact location: -660.50, 4.00, -460.50
Entity's Block location: World: (-661,4,-461), Chunk: (at 11,0,3 in -42,-29; contains blocks -672,0,-464 to -657,255,-449), Region: (-2,-1; contains chunks -64,-32 to -33,-1, blocks -1024,0,-512 to -513,255,-1)
Entity's Momentum: 0.00, 0.00, 0.00
Stacktrace:
at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
at net.minecraft.network.play.client.C03PacketPlayer$C06PacketPlayerPosLook.func_148833_a(SourceFile:20)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
-- Ticking connection --
Details:
Connection: net.minecraft.network.NetworkManager@45d17c64
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Got a crash after entering a world with 3.1.0 Backpacks on 1.7.10. I'm getting really annoyed by this, to the point I removed the mod just to play.
Try this version, it should fix the problem.
If it doesn't you can disable the backpack checker by setting backpack_renderer_refresh_frequency to 0 in the config.
Time: 10/4/16 9:10 PM
Description: Exception in server tick loop
java.lang.IllegalArgumentException: Comparison method violates its general contract!
at java.util.TimSort.mergeLo(TimSort.java:773)
at java.util.TimSort.mergeAt(TimSort.java:510)
at java.util.TimSort.mergeCollapse(TimSort.java:435)
at java.util.TimSort.sort(TimSort.java:241)
at java.util.Arrays.sort(Arrays.java:1512)
at java.util.ArrayList.sort(ArrayList.java:1454)
at java.util.Collections.sort(Collections.java:175)
at net.minecraftforge.oredict.RecipeSorter.sortCraftManager(RecipeSorter.java:146)
at brad16840.common.DynamicRecipes.sortRecipes(DynamicRecipes.java:402)
at brad16840.common.Common.loadEvent(Common.java:724)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_2640_Common_loadEvent_Load.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:73)
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
Time: 10/4/16 9:10 PM
Description: Exception in server tick loop
java.lang.IllegalArgumentException: Comparison method violates its general contract!
...
at net.minecraftforge.oredict.RecipeSorter.sortCraftManager(RecipeSorter.java:146)
at brad16840.common.DynamicRecipes.sortRecipes(DynamicRecipes.java:402)
Damn. That error was the reason I originally stopped using Forge's recipe sorter back in version 2.6, I figured the combination of my sorting algorithm with Forge's must somehow cause the inconsistency, but since version 3.1.2 calls Forge's recipe sorter by itself it must mean Forge's recipe sorter is itself inconsistent...
Anyway, I've re-removed Forge's recipe sorter from that version, you can get it here.
Okay, I wasn't aware the forge capability system existed.
I've added support for it in version 3.1.4.
This fixes the issue with storing flower pouches inside of backpacks, but unless that is what the poster of the original issue was doing (possible, but would be harder to use the flower pouch) my mod won't have been responsible for the original issue - it won't affect any item that isn't stored inside a backpack.
Ok, understood that, anyway, thank you. I know 1.10.2 is still new to some mod author, so I will use that photo as my recipe for the time being, waiting for either backpack or JEI to change something
Try this update, it should fix that crash but there could be more potential crashes that I've missed.
Let me know if it works.
How about a toggle for "hopper mode". Default is current function. Collects items, according to the filter rules, during item pickup. Supplies items, according to rules, to inventory. Hopper mode would switch to collect items from from +1y, transfer to -1y, like a hopper would, but with the input and output rules. Possibly even toggle the output from "all" to "overflow". It would be a super item sorter. It would replace 75% of my storage room.
I'm not sure I understand. You can already attach a hopper (or a pipe) to the top of a backpack to have it collect 'collectable' items or attach one to the bottom to extract 'resupplyable' items...
As far as 'super item sorters' go, the easiest way of sorting and managing items using backpacks is to setup several backpacks for specific types of items (e.g. one for ores, another for cobblestone & dirt, food, mob drops, etc..) and put all those backpacks inside another main backpack that you take with you. Then whenever you pick up an item it will automatically be moved into the appropriate sub-backpack. When you need to access your storage you just open your main backpack as usual and right-click one of the sub-backpacks to open that.
If you do it this way you may find you don't even need a storage room anymore, you'll have the ability to take all your items with you! (Just remember to keep a few backpack restorers or copies of the main backpack by your bed in case you die)
A hopper (or pipe) pointing in to the top of a backpack would do the push of an item into the bag. Can the bag PULL from above? If it can, then I can do away with all the hoppers and redstone for item sorting in my storeroom. All that redstone would be replace with a bag, like the attached pic. Bag pulls it from the hopper chain and deposits it into the chest.
That is some awesome artwork by the way. I spent 1, maybe 1 and a half minutes on that. I feel it is my life's work completed. Prints are available.
No, backpacks can't pull or push by themselves and that's not something I would want to add.
Attached is an example of how you can replace the hopper chain system with a single backpack.
(All items are pushed from the chest into the sorting backpack and then the collection rules of the backpacks inside it move those items into the appropriate backpack)
Fully upgraded backpacks should already be larger than most chests, but if for any reason you want the sorted backpacks to deposit their items into chests you can do so by having hoppers pull the items out of duplicated copies of the sorted backpacks.
Great mod been using it for a while and its perfect for my use my only small not really even worth mentioning gripe is the black backpacks look more "light grey" in 3rd person
You should really make the recipe creating aspect of this mod a separate mod. There is no other mod that lets you create your own recipes and because of this, i use this backpack mod.
bum
Because the crash occurs in vanilla code that usually wouldn't crash I think MouseTweaks must have added some unsafe code to the vanilla 'Container.slotClick' function
Does the crash happen without MouseTweaks?
If not then MouseTweaks probably can't handle the gui changing from a crafting table to a backpack.
The name is actually getting overwritten with the backpack's custom name, which in your case hasn't been changed from the default.
Renaming a backpack in an anvil does not and can not change its custom name. To correctly rename the backpack put a sign inside it and then right-click the sign. You can then type a name and the backpack (and all current and future copies of it) will use that name.
A known issue with this mod is that it causes some recipes from other mods to be uncraftable. For example, wooden doors from Malisis Doors and wooden drawers from StorageDrawers. Crafting any of these with woods other than Oak may yield a result only made from Oak wood, rather than (e.g.) Acacia or Spruce. The cause of the issue is that Backpacks tries to re-sort the list of crafting recipes, but it does not honor any of the recipe sorting rules those mods have registered with Forge.
There is a config option to disable this, but there is no way to know, upon assembling a modpack, that Backpacks is the mod at fault for making these items uncraftable.
"We will absolutely not keep in mind what external mapeditors will have to do to read data from the disk, that makes no sense whatsoever." - Grum
I've reviewed my recipe sorting code and determined that the duration and likelihood of problems occurring due to recipes being in an inconsistent order are far outweighed by the potential problems caused by reordering those recipes to be consistent.
As such, as of version 3.1.2, my recipe sorting code will now only sort the Dynamic Recipes and all other recipes will be sorted using Forge's own sorting rules.
Got a crash after entering a world with 3.1.0 Backpacks on 1.7.10. I'm getting really annoyed by this, to the point I removed the mod just to play.
---- Minecraft Crash Report ----
// There are four lights!
Time: 9/29/16 10:36 AM
Description: Ticking player
java.lang.ArrayIndexOutOfBoundsException: 4
at net.minecraft.entity.player.InventoryPlayer.func_70301_a(InventoryPlayer.java:577)
at brad16840.backpacks.BackpackChecker.update(BackpackChecker.java:64)
at brad16840.common.Common.onTick(Common.java:635)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_2540_Common_onTick_PlayerTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at cpw.mods.fml.common.FMLCommonHandler.onPlayerPreTick(FMLCommonHandler.java:345)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:220)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:295)
at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
at net.minecraft.network.play.client.C03PacketPlayer$C06PacketPlayerPosLook.func_148833_a(SourceFile:20)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.entity.player.InventoryPlayer.func_70301_a(InventoryPlayer.java:577)
at brad16840.backpacks.BackpackChecker.update(BackpackChecker.java:64)
at brad16840.common.Common.onTick(Common.java:635)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_2540_Common_onTick_PlayerTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at cpw.mods.fml.common.FMLCommonHandler.onPlayerPreTick(FMLCommonHandler.java:345)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:220)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:295)
-- Player being ticked --
Details:
Entity Type: null (micdoodle8.mods.galacticraft.core.entities.player.GCEntityPlayerMP)
Entity ID: 2836
Entity Name: HyperMan19680
Entity's Exact location: -660.50, 4.00, -460.50
Entity's Block location: World: (-661,4,-461), Chunk: (at 11,0,3 in -42,-29; contains blocks -672,0,-464 to -657,255,-449), Region: (-2,-1; contains chunks -64,-32 to -33,-1, blocks -1024,0,-512 to -513,255,-1)
Entity's Momentum: 0.00, 0.00, 0.00
Stacktrace:
at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
at net.minecraft.network.play.client.C03PacketPlayer$C06PacketPlayerPosLook.func_148833_a(SourceFile:20)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
-- Ticking connection --
Details:
Connection: net.minecraft.network.NetworkManager@45d17c64
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1274309408 bytes (1215 MB) / 2336813056 bytes (2228 MB) up to 8576565248 bytes (8179 MB)
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UseConcMarkSweepGC -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 327 mods loaded, 327 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAAAAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAAAAAAA CollectiveFrameworkCore{1.0.0-121} [Collective Framework Core] (minecraft.jar)
UCHIJAAAAAAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAAAAAAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAAAAAAAA AM2-Preloader{0.0.3} [AMCore] (minecraft.jar)
UCHIJAAAAAAAAA appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.jar)
UCHIJAAAAAAAAA Aroma1997Core{1.0.2.16} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.16.jar)
UCHIJAAAAAAAAA CazzarCoreLib{1.2.1-SNAPSHOT} [Cazzar Core Lib] (CazzarCoreLib-1.2.1-SNAPSHOT-universal.jar)
UCHIJAAAAAAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJAAAAAAAAA AKInternalCore{1.0.1} [AKInternalCore] (minecraft.jar)
UCHIJAAAAAAAAA ivtoolkit{IvToolkit} [1.0.3] (minecraft.jar)
UCHIJAAAAAAAAA LambdaLib|Core{1.2.3} [LambdaLib|Core] (minecraft.jar)
UCHIJAAAAAAAAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCHIJAAAAAAAAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UCHIJAAAAAAAAA OpenEye{0.6} [OpenEye] (OpenEye-0.6-1.7.10.jar)
UCHIJAAAAAAAAA PotionExtensionCore{1.7.10-1.1.0} [PotionExtensionCore] (minecraft.jar)
UCHIJAAAAAAAAA SciMCLibCore{0.0.0.2} [SciMCLibCore] (minecraft.jar)
UCHIJAAAAAAAAA technomCore{0.12.5} [Technomancy Core] (minecraft.jar)
UCHIJAAAAAAAAA ThE-core{1.0.0.1} [Thaumic Energistics Core] (minecraft.jar)
UCHIJAAAAAAAAA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCHIJAAAAAAAAA WitchingGadgetsCore{1.1.10} [Witching Gadgets Core] (minecraft.jar)
UCHIJAAAAAAAAA backpacks16840{3.1.0} [Backpacks!] (zz-backpacks 1.7.10 - 3.1.0.jar)
UCHIJAAAAAAAAA OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
UCHIJAAAAAAAAA MC3ASMCore{0.1} [Metroid Cubed 3 ASM Core] (minecraft.jar)
UCHIJAAAAAAAAA {000} [CoFH ASM] (minecraft.jar)
UCHIJAAAAAAAAA HxCCore-ASM{1.12.4} [HxCKDMS Core ASM] (minecraft.jar)
UCHIJAAAAAAAAA FastCraft{1.23} [FastCraft] (fastcraft-1.23.jar)
UCHIJAAAAAAAAA CMDfiles{0} [CMDfiles] (CMD files.jar)
UCHIJAAAAAAAAA SC0_SpaceCore{0.7.14} [SpaceCore] (1.7.10-SpaceCore-0.7.14.jar)
UCHIJAAAAAAAAA zeldaswordskills{1.7.10-2.4} [Zelda Sword Skills] (1.7.10-zeldaswordskills-2.4.jar)
UCHIJAAAAAAAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCHIJAAAAAAAAA arsmagica2{1.4.0.009} [Ars Magica 2] (1.7.10_AM2-1.4.0.009.jar)
UCHIJAAAAAAAAA LookingGlass{0.2.0.01} [Looking Glass] (LookingGlass-1.7.10-0.2.0.01.jar)
UCHIJAAAAAAAAA securitycraft{v1.8.0} [SecurityCraft] ([1.7.10] SecurityCraft v1.8.0.jar)
UCHIJAAAAAAAAA MCP_Wheel{1.1.2} [MC+ Wheel] ([1.7.10][1.2] MC+ Wheel - v1.1.2.jar)
UCHIJAAAAAAAAA MCP_Cart{1.3.0} [MC+ Cart] ([1.7.10][1.2] MC+ Cart - v1.3.0.jar)
UCHIJAAAAAAAAA MCP_FirePit{1.0.3} [MC+ FirePit] ([1.7.10][1.2] MC+ FirePit - v1.0.3.jar)
UCHIJAAAAAAAAA MCP_Loom{1.2.3} [MC+ Loom] ([1.7.10][1.2] MC+ Loom - v1.2.3 (2).jar)
UCHIJAAAAAAAAA MCP_Turtle{1.2.3} [MC+ Turtle] ([1.7.10][1.2] MC+ Turtle - v1.2.3.jar)
UCHIJAAAAAAAAA extendedWorkbench{1.2.1.1} [Extended Workbench] ([1.7.10]ExtendedWorkbench v1.2.1.1.jar)
UCHIJAAAAAAAAA fusionutil{0.1} [FusionUtil] ([1.7.10]FusionUtil-0.1.0.jar)
UCHIJAAAAAAAAA CoFHCore{1.7.10R3.1.3} [CoFH Core] (CoFHCore-[1.7.10]3.1.3-328.jar)
UCHIJAAAAAAAAA BuildCraft|Core{7.1.18} [BuildCraft] (buildcraft-7.1.18.jar)
UCHIJAAAAAAAAA BuildCraft|Energy{7.1.18} [BC Energy] (buildcraft-7.1.18.jar)
UCHIJAAAAAAAAA IC2{2.2.821-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.821-experimental.jar)
UCHIJAAAAAAAAA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.375.jar)
UCHIJAAAAAAAAA mc3{0.3.26.3} [Metroid Cubed 3] ([1.7.10]MetroidCubed3V0.3.26.3.jar)
UCHIJAAAAAAAAA BuildCraft|Transport{7.1.18} [BC Transport] (buildcraft-7.1.18.jar)
UCHIJAAAAAAAAA BuildCraft|Silicon{7.1.18} [BC Silicon] (buildcraft-7.1.18.jar)
UCHIJAAAAAAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAAAAAAA WailaAddonBC{1.0.5.1} [WailaAddonBC] ([1.7.10]WailaAddonBC-1.0.5.1.jar)
UCHIJAAAAAAAAA LambdaLib{1.2.3} [LambdaLib] (LambdaLib-1.2.3.jar)
UCHIJAAAAAAAAA academy-craft{1.0.4} [Academy Craft] (AcademyCraft-1.0.4.jar)
UCHIJAAAAAAAAA ActuallyAdditions{1.7.10-r21} [Actually Additions] (ActuallyAdditions-1.7.10-r21.jar)
UCHIJAAAAAAAAA ForgeEndertech{1.7.10-1.7.0.0} [Forge Endertech] (ForgeEndertech-1.7.10-1.7.0.0.jar)
UCHIJAAAAAAAAA AdHooks{1.7.10-2.0.2.0} [Advanced Hook Launchers] (AdHooks-1.7.10-2.0.2.0.jar)
UCHIJAAAAAAAAA lightsabers{1.0.5} [Advanced Lightsabers Mod] (AdvancedLightsabers-1.7.10-1.0.5.jar)
UCHIJAAAAAAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAAAAAAA adventurebackpack{1.7.10-0.8e} [Adventure Backpack] (adventurebackpack-1.7.10-0.8ebeta28.jar)
UCHIJAAAAAAAAA AppleCore{1.3.2} [AppleCore] (AppleCore-mc1.7.10-1.3.2.jar)
UCHIJAAAAAAAAA appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-rv3-beta-6.jar)
UCHIJAAAAAAAAA armorsets{1.0} [Armor Sets] (ArmorSets-LATEST-LATEST.jar)
UCHIJAAAAAAAAA armourersWorkshop{1.7.10-0.40.0} [Armourer's Workshop] (Armourers-Workshop-1.7.10-0.40.0.jar)
UCHIJAAAAAAAAA plushieWrapper{0.0.0} [Plushie Wrapper] (Armourers-Workshop-1.7.10-0.40.0.jar)
UCHIJAAAAAAAAA Aroma1997CoreHelper{1.0.2.16} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.16.jar)
UCHIJAAAAAAAAA asielib{0.3.9} [asielib] (AsieLib-1.7.10-0.3.9.jar)
UCHIJAAAAAAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJAAAAAAAAA Automagy{0.28.2} [Automagy] (Automagy-1.7.10-0.28.2.jar)
UCHIJAAAAAAAAA Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
UCHIJAAAAAAAAA Avaritia{1.11} [Avaritia] (Avaritia-1.11.jar)
UCHIJAAAAAAAAA avaritiaddons{1.2b} [Avaritiaddons] (Avaritiaddons-1.2b.jar)
UCHIJAAAAAAAAA Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UCHIJAAAAAAAAA bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar)
UCHIJAAAAAAAAA BetterAchievements{0.0.6} [Better Achievements] (BetterAchievements-1.7.10-0.0.6.jar)
UCHIJAAAAAAAAA betterrecords{1.7.10-1.2.1} [Better Records] (betterrecords-1.7.10-1.2.1.jar)
UCHIJAAAAAAAAA BetterSprinting{1.1.3} [Better Sprinting] (BetterSprinting MC-1.7.10 v1.1.3.jar)
UCHIJAAAAAAAAA BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft[v1.11.5][MC1.7.10].jar)
UCHIJAAAAAAAAA BNBGamingLib{2.3.0} [BNBGamingLib] (BNBGamingLib-2.3.0.jar)
UCHIJAAAAAAAAA boilerplate{6.3.0.81} [Boilerplate] (boilerplate-1.7.10-6.3.0.81-universal (1).jar)
UCHIJAAAAAAAAA bookshelf{1.0.4.187} [Bookshelf] (Bookshelf-1.7.10-1.0.4.187.jar)
UCHIJAAAAAAAAA botanicenergistics{@version@} [Botanic-Energistics] (BotanicEnergistics-0.2.6.jar)
UCHIJAAAAAAAAA BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
UCHIJAAAAAAAAA BuildCraft|Factory{7.1.18} [BC Factory] (buildcraft-7.1.18.jar)
UCHIJAAAAAAAAA BuildCraft|Builders{7.1.18} [BC Builders] (buildcraft-7.1.18.jar)
UCHIJAAAAAAAAA BuildCraft|Robotics{7.1.18} [BC Robotics] (buildcraft-7.1.18.jar)
UCHIJAAAAAAAAA ThermalFoundation{1.7.10R1.2.6B1} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.6B1-116.jar)
UCHIJAAAAAAAAA ThermalExpansion{1.7.10R4.1.4} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.4-247.jar)
UCHIJAAAAAAAAA BuildCraft|Compat{7.1.5} [BuildCraft Compat] (buildcraft-compat-7.1.5 (1).jar)
UCHIJAAAAAAAAA cabinetsreloaded{3.0.14} [Cabinets Reloaded] (CabinetsReloaded-1.7.10-3.0.14.jar)
UCHIJAAAAAAAAA ForgeMultipart{1.2.0.347} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)
UCHIJAAAAAAAAA SonarCore{1.1.3} [SonarCore] (SonarCore-1.7.10-1.1.3.jar)
UCHIJAAAAAAAAA Calculator{1.9.11} [Calculator] (Calculator-1.7.10-1.9.11.jar)
UCHIJAAAAAAAAA cashCraft{1.0} [CashCraft] (CashCraft-[1.7.10]-1.0.jar)
UCHIJAAAAAAAAA clockworkphase{1.7.10_1.0f} [Clockwork Phase] (clockworkphase-1.7.10_1.0f.jar)
UCHIJAAAAAAAAA CollectiveFramework{1.0.0-121} [Collective Framework] (CollectiveFramework-1.0.0-121.jar)
UCHIJAAAAAAAAA commonfun{1.7.10-1.0.0} [Common Fun] (commonfun-1.7.10-1.0.0.jar)
UCHIJAAAAAAAAA controlling{1.0.0} [Controlling] (Controlling-1.7.10-1.0.0 (1).jar)
UCHIJAAAAAAAAA BuildMod{v1.0} [Build Mod] (coroutil-1.7.10-1.1.5.jar)
UCHIJAAAAAAAAA CoroPets{v1.0} [CoroPets] (coroutil-1.7.10-1.1.5.jar)
UCHIJAAAAAAAAA CoroAI{v1.0} [CoroAI] (coroutil-1.7.10-1.1.5.jar)
UCHIJAAAAAAAAA ExtendedRenderer{v1.0} [Extended Renderer] (coroutil-1.7.10-1.1.5.jar)
UCHIJAAAAAAAAA ConfigMod{v1.0} [Extended Mod Config] (coroutil-1.7.10-1.1.5.jar)
UCHIJAAAAAAAAA CraftHeraldry{1.1.3} [CraftHeraldry] (CraftHeraldry 1.1.3.jar)
UCHIJAAAAAAAAA craftingtweaks{1.0.82} [Crafting Tweaks] (craftingtweaks-mc1.7.10-1.0.82.jar)
UCHIJAAAAAAAAA cmd{1.7} [Custom Music Discs] (Custom Music Discs-1.7 (1).jar)
UCHIJAAAAAAAAA custom_sword{1.7.10} [Custom Sword By Kelco_K22] (custom_sword_1.7.10_V0.14.jar)
UCHIJAAAAAAAAA CustomPets{1.0.5} [Custom Pets] (custompets-1.7.10-1.0.5-universal.jar)
UCHIJAAAAAAAAA D3Core{1.1.2.41} [D3Core] (D3Core-1.7.10-1.1.2.41.jar)
UCHIJAAAAAAAAA D3Commands{1.2.1.34} [D3Commands] (D3Commands-1.7.10-1.2.1.34.jar)
UCHIJAAAAAAAAA darkcore{0.42} [Dark Core] (darkcore-0.42-220.jar)
UCHIJAAAAAAAAA darkutils{0.1} [darkutils] (darkutils-1.7.10-0.1-85.jar)
UCHIJAAAAAAAAA DimensionalCore{1.0.6} [DimensionalCore] (DimensionalCore-1.7.10-1.0.6.jar)
UCHIJAAAAAAAAA OmnisCore{0.1.0} [Omnis Core] (OmnisCore-1.7.10 - 0.0.6-universal.jar)
UCHIJAAAAAAAAA dimensionalPockets{0.11.4.1} [Dimensional Pockets] (DimensionalPockets-1.7.10-0.11.4.1-universal.jar)
UCHIJAAAAAAAAA dimensionloader{1.7.10-1.0} [DimensionLoader] (dimensionloader-1.7.10-1.0.jar)
UCHIJAAAAAAAAA Ding{MC1.7.10v2} [Ding] (Ding-MC1.7.10v2.jar)
UCHIJAAAAAAAAA DisenchanterMod{1.4} [Disenchanter] (DisenchanterMod-[1.7.10]1.4.jar)
UCHIJAAAAAAAAA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCHIJAAAAAAAAA Doors{4.0.1} [Doors] (Doors-4.0.1.jar)
UCHIJAAAAAAAAA DraconicEvolution{1.0.2h} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2h.jar)
UCHIJAAAAAAAAA dualhotbar{1.6} [Dual Hotbar] (dualhotbar-1.7.10-1.6.jar)
UCHIJAAAAAAAAA DummyCore{1.13} [DummyCore] (DummyCore1.13.jar)
UCHIJAAAAAAAAA DynamicLights{1.3.8} [Dynamic Lights] (DynamicLights-1.7.10.jar)
UCHIJAAAAAAAAA DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.10.jar)
UCHIJAAAAAAAAA DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.10.jar)
UCHIJAAAAAAAAA DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.10.jar)
UCHIJAAAAAAAAA DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAAAAAAA DynamicLights_mobEquipment{1.0.8} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAAAAAAA DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAAAAAAA DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (DynamicLights-1.7.10.jar)
UCHIJAAAAAAAAA DynamicLights_otherPlayers{1.0.8} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAAAAAAA DynamicLights_thePlayer{1.1.4} [Dynamic Lights Player Light Module] (DynamicLights-1.7.10.jar)
UCHIJAAAAAAAAA eirairc{2.9.402} [EiraIRC] (eirairc-mc1.7.10-2.9.402.jar)
UCHIJAAAAAAAAA EMT{1.2.6.1} [Electro-Magic Tools] (ElectroMagicTools-1.2.6.1[1.7.10].jar)
UCHIJAAAAAAAAA EnchantChanger{1.7.10-1.8.38} [EnchantChanger] (EnchantChanger-1.7.10-1.8.38.jar)
UCHIJAAAAAAAAA Enchiridion{1.3} [Enchiridion] (Enchiridion 2-1.7.10-2.0.2a.jar)
UCHIJAAAAAAAAA Enchiridion2{2.0.2a} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0.2a.jar)
UCHIJAAAAAAAAA endercore{1.7.10-0.2.0.38_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.38_beta.jar)
UCHIJAAAAAAAAA EnderIO{1.7.10-2.3.0.427_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.427_beta.jar)
UCHIJAAAAAAAAA enderioaddons{0.10.11} [Ender IO Addons] (EnderIOAddons-1.7.10-2.3.0.427_beta-0.10.11.54_beta.jar)
UCHIJAAAAAAAAA EnderStorage{1.4.7.38} [EnderStorage] (EnderStorage-1.7.10-1.4.7.38-universal.jar)
UCHIJAAAAAAAAA EnderTech{1.7.10-0.3.2.405} [EnderTech] (EnderTech-1.7.10-0.3.2.405.jar)
UCHIJAAAAAAAAA enderutilities{0.5.3} [Ender Utilities] (enderutilities-1.7.10-0.5.3.jar)
UCHIJAAAAAAAAA enhancedportals{3.0.12} [EnhancedPortals] (EnhancedPortals_1.7.10-universal-3.0.12.jar)
UCHIJAAAAAAAAA malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar)
UCHIJAAAAAAAAA evolved_controls{0.32} [Evolved Controls] (evolved_controls-1.7.10-0.32fix.jar)
UCHIJAAAAAAAAA excore{1.5.3} [EXCore] (Excore-1.5.3-1.7.10.jar)
UCHIJAAAAAAAAA extracells{2.3.14} [Extra Cells 2] (ExtraCells-1.7.10-2.3.14b197.jar)
UCHIJAAAAAAAAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCHIJAAAAAAAAA fillchevsky{b3} [Fill Tool] (FillTool_1.7.2_b3.zip)
UCHIJAAAAAAAAA FloodLights{1.2.8-137} [Flood Lights] (FloodLights-1.7.10-1.2.8-137.jar)
UCHIJAAAAAAAAA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
UCHIJAAAAAAAAA ForbiddenMagic{1.7.10-0.575} [Forbidden Magic] (Forbidden Magic-1.7.10-0.575.jar)
UCHIJAAAAAAAAA ForgeMicroblock{1.2.0.347} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)
UCHIJAAAAAAAAA McMultipart{1.2.0.347} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)
UCHIJAAAAAAAAA ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
UCHIJAAAAAAAAA MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
UCHIJAAAAAAAAA RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
UCHIJAAAAAAAAA foxlib{1.7.10-0.6.0} [FoxLib] (FoxLib-1.7.10-0.6.0.jar)
UCHIJAAAAAAAAA FTBL{1.0.18.2} [FTBLib] (FTBLib-1.7.10-1.0.18.3.jar)
UCHIJAAAAAAAAA FTBU{1.0.18.2} [FTBUtilities] (FTBUtilities-1.7.10-1.0.18.3.jar)
UCHIJAAAAAAAAA Project_Alchemy{1.0.18} [FullThrottle Alchemist] (FullThrottle_Alchemist-1.7.10-1.0.18a.jar)
UCHIJAAAAAAAAA fullthrottlenei{1.7.10-0.0.8} [FullThrottle NEI] (FullThrottleNEI-1.7.10-0.0.8.jar)
UCHIJAAAAAAAAA gadomancy{1.0.7.2} [Gadomancy] (gadomancy-1.7.10-1.0.7.2.jar)
UCHIJAAAAAAAAA GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.375.jar)
UCHIJAAAAAAAAA gemsplus{1.7.10} [Gems+] (gemsplus-1.7-mc1.7.10.jar)
UCHIJAAAAAAAAA getoffmytardis{1.0} [Get Off My Tardis] (getoffmytardis-1.1.jar)
UCHIJAAAAAAAAA grapplemod{1.7.10-v7} [Grappling hook mod] (grapplemod-1.7.10-v7 (1).jar)
UCHIJAAAAAAAAA GuardianChest{1.7.10} [Guardian Chest] (guardianchest-1.6.jar)
UCHIJAAAAAAAAA guideapi{1.7.10-1.0.1-29} [Guide-API] (Guide-API-1.7.10-1.0.1-29.jar)
UCHIJAAAAAAAAA guielevator{1.6} [Elrol's GUI Elevator] (GuiElevator-[1.7.10] 1.6.jar)
UCHIJAAAAAAAAA Hard_WireD_Lib{0.3.52} [Hard_WireD_Lib] (Hard_WireD_Lib-1.7.10.0.3.52.jar)
UCHIJAAAAAAAAA howlingmoon{1.1.1} [Howling Moon] (howlingMoon-1.7.10-1.1.1.jar)
UCHIJAAAAAAAAA HxCCore{1.12.4} [HxC-Core] (HxCCore-1.7.10-1.12.4-universal.jar)
UCHIJAAAAAAAAA HxCLinkPads{1.5.1} [HxCLinkPads] (HxCLinkPads-1.7.10-1.5.1.jar)
UCHIJAAAAAAAAA IGWMod{1.1.12-34} [In-Game wiki Mod] (IGW-Mod-1.7.10-1.1.12-34-universal (1).jar)
UCHIJAAAAAAAAA ImmibisCore{59.1.4} [Immibis Core] (immibis-core-59.1.4.jar)
UCHIJAAAAAAAAA improvedcommands{1.0} [Improved Commands] (Improved Commands-1.7.10-1.0.jar)
UCHIJAAAAAAAAA intellie{2.2.1.610} [IntelliE] (IntelligentEnergistics-1.7.10-2.2.1.610-universal.jar)
UCHIJAAAAAAAAA appaero{2.2.1.610} [AppliedAerodynamics] (IntelligentEnergistics-1.7.10-2.2.1.610-universal.jar)
UCHIJAAAAAAAAA appaeronei{2.2.1.610} [AppliedAerodynamicsNEI] (IntelligentEnergistics-1.7.10-2.2.1.610-universal.jar)
UCHIJAAAAAAAAA appint{${version}} [AppliedIntelligences] (IntelligentEnergistics-1.7.10-2.2.1.610-universal.jar)
UCHIJAAAAAAAAA InventoryPets{1.4.8.1} [Inventory Pets] (inventorypets-1.7.10-1.4.8.1-universal.jar)
UCHIJAAAAAAAAA InventoryTools{1.7.10-1.0.5} [Inventory Tools] (InventoryTools-1.7.10-1.0.6.jar)
UCHIJAAAAAAAAA InvisibLights{2.3-7} [InvisibLights] (InvisibLights-2.3-7.jar)
UCHIJAAAAAAAAA ironbackpacks{1.7.10-1.2.17} [Iron Backpacks] (IronBackpacks-1.7.10-1.2.17.jar)
UCHIJAAAAAAAAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCHIJAAAAAAAAA JABBA{1.2.2} [JABBA] (Jabba-1.2.2_1.7.10.jar)
UCHIJAAAAAAAAA k4lib{1.7.10-0.1.57} [K4Lib] (k4lib-1.7.10-0.1.57-universal.jar)
UCHIJAAAAAAAAA keysoverhaul{1.0} [Key Bindings Overhaul] (KeyBindingsOverhaul-1.0-1.7.10.jar)
UCHIJAAAAAAAAA LLadders{0.5.0} [Luppii's Ladders] (Ladders-0.5.5-20.jar)
UCHIJAAAAAAAAA legendgear{2.b.2.1} [LegendGear 2] (legendgear-1.7.10-2.b.2.1.jar)
UCHIJAAAAAAAAA legends{1.6} [Legends Mod] (Legends Core-1.6.jar)
UCHIJAAAAAAAAA LightBridgesAndDoors{0.2.0} [kris91268's Light Bridges and Doors] (Light Bridges and Doors V 2.0.zip)
UCHIJAAAAAAAAA LomLib{3.2.1} [LomLib] (LomLib-1.7.10-3.2.1-universal.jar)
UCHIJAAAAAAAAA LunatriusCore{1.1.2.21} [LunatriusCore] (LunatriusCore-1.7.10-1.1.2.21-universal.jar)
UCHIJAAAAAAAAA MagiaNaturalis{0.1.1} [§2Magia Naturalis] (MagiaNaturalis-1.7.10-0.1.2c.jar)
UCHIJAAAAAAAAA Magistics{8.0.0} [§o§bMagistics] (Magistics-1.7.10-0.7.6 (1).jar)
UCHIJAAAAAAAAA malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar)
UCHIJAAAAAAAAA mo{0.4.2} [Matter Overdrive] (MatterOverdrive-1.7.10-0.4.2 (1).jar)
UCHIJAAAAAAAAA minegicka3{1.0.0} [Minegicka 3] (minegicka3-1.7.10-1.0.0.jar)
UCHIJAAAAAAAAA MineMenu{1.2.0} [MineMenu] (MineMenu-1.7.10-1.2.0.B44-universal.jar)
UCHIJAAAAAAAAA mineTunes{1.1-5} [mineTunes] (MineTunes 1.1-5.jar)
UCHIJAAAAAAAAA nhlib{2.0.11} [NHAVE's Library] (nhlib-1.7.10-2.0.11.jar)
UCHIJAAAAAAAAA nhtech{1.0.7} [NHAVE's Tech Mod] (nhtech-1.7.10-1.0.7.jar)
UCHIJAAAAAAAAA Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar)
UCHIJAAAAAAAAA nhwrench{3.1.6} [NHAVE's OmniWrench V3] (nhwrench-1.7.10-3.1.6.jar)
UCHIJAAAAAAAAA numina{0.4.0.131} [Numina] (Numina-0.4.0.131.jar)
UCHIJAAAAAAAAA MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.33-universal.jar)
UCHIJAAAAAAAAA ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar)
UCHIJAAAAAAAAA powersuits{0.11.0.300} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.11.0.300.jar)
UCHIJAAAAAAAAA sonicscrewdriver{1.0.0} [Modular Sonics] (ModularSonics-1.1.3.jar)
UCHIJAAAAAAAAA Morph{0.9.2} [Morph] (Morph-Beta-0.9.2.jar)
UCHIJAAAAAAAAA MysticalMobs{0.1.1} [Mystical Mobs] (mysticalmobs-0.1.1.jar)
UCHIJAAAAAAAAA nhintegration{1.0.12} [NHWRENCH Integrations] (nhintegration-1.7.10-1.0.12.jar)
UCHIJAAAAAAAAA nma{1.0.0} [nma] (NMA-1.7.10-1.1.jar)
UCHIJAAAAAAAAA nmsot{1.1.4-mc1.7.10} [No Mob Spawning on Trees] (NoMobSpawningOnTrees-1.1.4-mc1.7.10.jar)
UCHIJAAAAAAAAA nomorerain{0.0.1} [No More Rain] (nomorerain-1.7.10-0.0.1.jar)
UCHIJAAAAAAAAA bt{1.0.2} [NotEnoughThaumcraftTabs] (NotEnoughThaumcraftTabs-1.0.2.jar)
UCHIJAAAAAAAAA OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
UCHIJAAAAAAAAA OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
UCHIJAAAAAAAAA origin{8.0.3} [Origin] (Origin-1.7.10-8.0.3.jar)
UCHIJAAAAAAAAA addonscrewdriver{1.0.0} [OriginAddonScrewdriver] (Origin-1.7.10-8.0.3.jar)
UCHIJAAAAAAAAA osf{2.0} [Oxystatic Field] (OxystaticFieldMod-2.0-1.7.10.jar)
UCHIJAAAAAAAAA particlelib{1} [Particle Library] (ParticleLib - 1.jar)
UCHIJAAAAAAAAA ParticleMan{v1.0} [Particle Man] (particleman-1.4.2 for MC v1.7.10.jar)
UCHIJAAAAAAAAA PneumaticCraft{1.12.7-150} [PneumaticCraft] (PneumaticCraft-1.7.10-1.12.7-150-universal (2).jar)
UCHIJAAAAAAAAA PocketDimension{1.0.1} [Pocket Dimension] (PocketDimension-1.0.1.jar)
UCHIJAAAAAAAAA portaportal{0.0.2i} [Porta Portal] (portaportal-0.0.2i (2).jar)
UCHIJAAAAAAAAA PowerConverters3{1.7.10-2.11} [Power Converters 3] (PowerConverters-1.7.10-2.11.jar)
UCHIJAAAAAAAAA PracticalLogistics{0.2.4} [Practical Logistics] (Practical-Logistics-1.7.10-0.2.4.jar)
UCHIJAAAAAAAAA practicalities{2.0.0-b2} [Practicalities] (practicalities-2.0.0-b2.jar)
UCHIJAAAAAAAAA ProjectE{1.7.10-PE1.10.0} [ProjectE] (ProjectE-1.7.10-PE1.10.0.jar)
UCHIJAAAAAAAAA ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
UCHIJAAAAAAAAA ProjRed|Transportation{4.7.0pre12.95} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
UCHIJAAAAAAAAA ProjRed|Exploration{4.7.0pre12.95} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre12.95-World.jar)
UCHIJAAAAAAAAA ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre12.95-Compat.jar)
UCHIJAAAAAAAAA ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
UCHIJAAAAAAAAA ProjRed|Fabrication{4.7.0pre12.95} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre12.95-Fabrication.jar)
UCHIJAAAAAAAAA ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre12.95-Lighting.jar)
UCHIJAAAAAAAAA ProjRed|Expansion{4.7.0pre12.95} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
UCHIJAAAAAAAAA qCraft{1.7.10-1.2.2} [qCraft] (qCraft-1.7.10-1.2.2.jar)
UCHIJAAAAAAAAA qmunitylib{1.0} [QmunityLib] (QmunityLib-1.7.10-0.1.114-universal.jar)
UCHIJAAAAAAAAA quantumflux{1.7.10-1.3.4} [QuantumFlux] (QuantumFlux-1.7.10-1.3.4.jar)
UCHIJAAAAAAAAA QuantumStorage{1.4.2} [QuantumStorage] (QuantumStorage-1.7.10-1.4.2.jar)
UCHIJAAAAAAAAA quiverchevsky{b101c} [QuiverBow] (QuiverBow_1.7.10_b101d.zip)
UCHIJAAAAAAAAA r2s{1.1.1} [r2s_Radio] (r2s-Radio-1.7.10-1.1.1.BETA.jar)
UCHIJAAAAAAAAA RadixCore{2.1.1} [RadixCore] (RadixCore-1.7.10-2.1.1-universal.jar)
UCHIJAAAAAAAAA RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar)
UCHIJAAAAAAAAA reborncore{1.0.0.8} [RebornCore] (RebornCore-1.0.0.8-universal.jar)
UCHIJAAAAAAAAA Reconstructor{2.3} [Reconstructor] (Reconstructor-2.3.jar)
UCHIJAAAAAAAAA redcontrols{1.7.10-0.5} [Red Controls] (redcontrols-1.7.10-0.5.jar)
UCHIJAAAAAAAAA redgear_core{2.2.2} [Red Gear Core] (RedGearCore-1.7.10-2.2.2.jar)
UCHIJAAAAAAAAA RedstoneArsenal{1.7.10R1.1.3B1} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.3B1-94.jar)
UCHIJAAAAAAAAA RArm{1.7.10-1.2.0-41} [Redstone Armory] (RedstoneArmory-1.7.10-1.2.0-41.jar)
UCHIJAAAAAAAAA RedstonePasteMod{1.6.2} [Redstone Paste] (RedstonePasteMod-1.7.10-1.6.2.jar)
UCHIJAAAAAAAAA libsandstone{1.0.0} [libsandstone] (Reliquary-1.7.10-1.2.1.483.jar)
UCHIJAAAAAAAAA xreliquary{1.2} [Reliquary] (Reliquary-1.7.10-1.2.1.483.jar)
UCHIJAAAAAAAAA rfguns{0.0.1} [RF Guns] (rfguns-0.0.1.jar)
UCHIJAAAAAAAAA rftools{4.21} [RFTools] (rftools-4.21.jar)
UCHIJAAAAAAAAA RopesPlus{1.6.3} [Ropes+] (RopePlus-1.7.10.jar)
UCHIJAAAAAAAAA Schematica{1.7.6.131} [Schematica] (Schematica-1.7.10-1.7.6.131-universal.jar)
UCHIJAAAAAAAAA sciapi{1.1.0.0} [SciAPI] (SciAPI-1.1.0.0[1.7.10].jar)
UCHIJAAAAAAAAA SciMCLib{SciMCLib} [SciMCLib] (SciMCLib-1.7.10-0.0.0.2.jar)
UCHIJAAAAAAAAA seedcopy{1.1.0} [SeedCopy] (SeedCopy-1.7.10-1.0.0.jar)
UCHIJAAAAAAAAA ShadowTweaks{1.2.0} [ShadowTweaks] (ShadowTweaks-1.7.10-1.5.1.jar)
UCHIJAAAAAAAAA ShetiPhianCore{3.0.0} [ShetiPhian-Core] (ShetiPhianCore-1.7.10-3.0.0.jar)
UCHIJAAAAAAAAA simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar)
UCHIJAAAAAAAAA SkillAPI{0.02} [Skill API] (SkillAPI-1.7.10-0.02-96.jar)
UCHIJAAAAAAAAA SkillAPITest{0.01} [Skill API TEST] (SkillAPI-1.7.10-0.02-96.jar)
UCHIJAAAAAAAAA SlimevoidLib{2.0.4.7} [Slimevoid Library] (SlimevoidLibrary-2.0.4.7.jar)
UCHIJAAAAAAAAA smoothbedrock{2.2.0.7} [SmoothBedrock] (SmoothBedrock-1.7.10-2.2.0.7.jar)
UCHIJAAAAAAAAA spacore{01.05.12} [SpACore] (SpACore-1.7.10-01.05.12.jar)
UCHIJAAAAAAAAA spatialio-compat{build-9} [Spatial IO Compat] (spatialiocompat-build-9.jar)
UCHIJAAAAAAAAA SQ{1.7.10-1.1.0} [Spider Queen] (SpiderQueen-1.7.10-1.1.0-universal.jar)
UCHIJAAAAAAAAA stabilizermod{3.4} [stabilizermod] (Stabilizer-3.4-1.7.10.jar)
UCHIJAAAAAAAAA statues{2.1.4} [Statues] (statues-1.7.10-2.1.4.jar)
UCHIJAAAAAAAAA stepassistcontrol{1.0.1} [StepAssist Control] (stepassistcontrol-mc1.7.10-1.0.1.jar)
UCHIJAAAAAAAAA StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18 (1).jar)
UCHIJAAAAAAAAA StorageDrawers{1.7.10-1.10.3} [Storage Drawers] (StorageDrawers-1.7.10-1.10.3.jar)
UCHIJAAAAAAAAA ironman{4.3.12} [Iron Man Armor Extension] (Superheroes Unlimited Mod-1.7.10-4.3.12.jar)
UCHIJAAAAAAAAA sus{4.3.12} [Superheroes Unlimited Mod] (Superheroes Unlimited Mod-1.7.10-4.3.12.jar)
UCHIJAAAAAAAAA susaddon{4.3.12} [Superheroes Unlimited Mod (Part 2)] (Superheroes Unlimited Mod-1.7.10-4.3.12.jar)
UCHIJAAAAAAAAA SwordPedestal{1.0(1.7.10)} [Sword Pedestal] (SwordPedestal-1.0(1.7.10).jar)
UCHIJAAAAAAAAA taam{1.0.1} [Taam] (taam-1.7.10-1.0.1.jar)
UCHIJAAAAAAAAA TaintedMagic{1.1.6.4} [Tainted Magic] (TaintedMagic-1.1.6.4.jar)
UCHIJAAAAAAAAA TardisMod{0.995} [Tardis Mod] (tardismod-1.7.10-0.995-355.jar)
UCHIJAAAAAAAAA teleplates{1.2.6} [Teleplates] (Teleplates-1.2.7-1.7.10.jar)
UCHIJAAAAAAAAA TF2Dispenser{1.7.10} [TF2 Dispenser] (TF2Dispenser-1.7.10.jar)
UCHIJAAAAAAAAA TF2Sentry{1.7.10} [TF2 Sentry] (TF2Sentry-1.7.10.jar)
UCHIJAAAAAAAAA TF2Teleporter{1.7.10} [TF2 Teleporter] (TF2Teleporter-1.7.10.jar)
UCHIJAAAAAAAAA benway_knowledge{0.1.5.1} [Thaumaturgical Knowledge] (Thaumaturgical Knowledge-0.1.5.2 - 1.7.10.jar)
UCHIJAAAAAAAAA TD{1.0} [Thaumic Dyes] (Thaumic Dyes-[1.7.10] 1.0.jar)
UCHIJAAAAAAAAA thaumicbases{1.3.1710.2} [Thaumic Bases] (ThaumicBases-1.3.1710.4.jar)
UCHIJAAAAAAAAA thaumicenergistics{1.0.0.5} [Thaumic Energistics] (thaumicenergistics-1.0.0.5.jar)
UCHIJAAAAAAAAA thaumicexpansion{4.1.3} [Thaumic Expansion] (ThaumicExpansion-1.7.10-4.1.3.jar)
UCHIJAAAAAAAAA ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar)
UCHIJAAAAAAAAA thaumicinfusion{4.32} [Thaumic Infusion] (ThaumicInfusion-4.32 (2).jar)
UCHIJAAAAAAAAA tlhpoeCore{1.9} [TLHPoE Core] (tlhpoecore-1.9-1.7.10.jar)
UCHIJAAAAAAAAA SpecialArmor{1.7.10} [TeeLuk's SpecialArmor] (TLSpecialArmor-1.7.10.jar)
UCHIJAAAAAAAAA tns{1.0.1} [Time'n'Weather Stones] (TNS-1.0.1.jar)
UCHIJAAAAAAAAA transformers{${version}} [Transformers Mod] (Transformers-1.7.10-0.5.10.jar)
UCHIJAAAAAAAAA Translocator{1.1.2.16} [Translocator] (Translocator-1.7.10-1.1.2.16-universal (3).jar)
UCHIJAAAAAAAAA transmog{1.0.0} [Transmogrification] (transmog-1.7.10-1.0.0.jar)
UCHIJAAAAAAAAA transportterminal{1.0.1} [Transport Terminals] (Transport-Terminals-1.0.1.jar)
UCHIJAAAAAAAAA transportcraft{1.7.10-1.0.5} [TransportCraft] (transportcraft-1.7.10-1.0.5.jar)
UCHIJAAAAAAAAA TravellersGear{1.16.6} [Traveller's Gear] (TravellersGear-1.7.10-1.16.6.jar)
UCHIJAAAAAAAAA Tubestuff{59.0.4} [Tubestuff] (tubestuff-59.0.4.jar)
UCHIJAAAAAAAAA Turbo{1.2.0} [�e�nMinecraft Turbo] (Turbo-1.7.10-1.2.0.jar)
UCHIJAAAAAAAAA sapturretmod{4.0.0-alpha.1} [Turret Mod Rebirth] (TurretMod-1.7.10-4.0.0-alpha.1.jar)
UCHIJAAAAAAAAA UtilityMobs{3.1.1} [Utility Mobs] (UtilityMobs-1.7.10-3.1.1.jar)
UCHIJAAAAAAAAA utilityworlds{1.0.9} [Utility Worlds] (UtilityWorlds-1.7.10_1.0.9.jar)
UCHIJAAAAAAAAA VersionChecker{1.1.9} [Version Checker] (VersionChecker-1.1.9.jar)
UCHIJAAAAAAAAA warpbook{2.0.null} [Warp Book] (warpbook-1.7.10_2.0.37.jar)
UCHIJAAAAAAAAA WatkinsBase{0.1} [Watkins Base] (WatkinsBase-0.2.jar)
UCHIJAAAAAAAAA ae2wct{1.7.10-rv3-1.8.7.1b} [AE2 Wireless Crafting Terminal] (WirelessCraftingTerminal-1.7.10-rv3-1.8.7.1b.jar)
UCHIJAAAAAAAAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCHIJAAAAAAAAA WitchingGadgets{1.1.10} [Witching Gadgets] (WitchingGadgets-1.7.10-1.1.10.jar)
UCHIJAAAAAAAAA worldedit{6.0-beta-01} [WorldEdit] (worldedit-forge-mc1.7.10-6.0-beta-01.jar)
UCHIJAAAAAAAAA WorldEditCuiFe{1.0.2} [WorldEdit CUI Forge Edition] (WorldEditCuiFe-v1.0.2-mf-1.7.10-10.13.4.1566.jar)
UCHIJAAAAAAAAA WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal (1).jar)
UCHIJAAAAAAAAA WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal (1).jar)
UCHIJAAAAAAAAA WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal (1).jar)
UCHIJAAAAAAAAA wylib{1.0} [WyLib] (WyLib 1.0.jar)
UCHIJAAAAAAAAA zssaddon{1.7.10-alpha-0.0.5-2} [Zelda Sword Skills - Addon] (zeldaswordskillsaddon-v0.0.6.jar)
UCHIJAAAAAAAAA THKaguyaMod{2.90-1.7.10} [Itutu no Nandai MOD+ (Touhou Items Mod)] (?????MOD%2B ver2.90-1.7.10.zip)
UCHIJAAAAAAAAA technom{0.12.5} [Technomancy] (Technomancy - 0.12.5 - 1.7.10.jar)
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
CoFHCore: -[1.7.10]3.1.3-328
AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448
ThermalFoundation: -[1.7.10]1.2.6B1-116
ThermalExpansion: -[1.7.10]4.1.4-247
RedstoneArsenal: -[1.7.10]1.1.3B1-94
rfguns: Lacking version information.
SpACore ASM Transformers:
GLStateManager: false
GLStateManager debug output: false
Debug screen replacer: true
Spatial IO Compat: cpw.mods.ironchest.TileEntityIronChest, thaumcraft.common.tiles.TileAlchemyFurnace, thaumcraft.common.tiles.TileAlembic, thaumcraft.common.tiles.TileArcaneBore, thaumcraft.common.tiles.TileArcaneFurnace, thaumcraft.common.tiles.TileArcaneLamp, thaumcraft.common.tiles.TileArcaneLampFertility, thaumcraft.common.tiles.TileArcaneLampGrowth, thaumcraft.common.tiles.TileArcaneLampLight, thaumcraft.common.tiles.TileArcaneWorkbench, thaumcraft.common.tiles.TileBellows, thaumcraft.common.tiles.TileBrainbox, thaumcraft.common.tiles.TileCentrifuge, thaumcraft.common.tiles.TileChestHungry, thaumcraft.common.tiles.TileCrucible, thaumcraft.common.tiles.TileCrystal, thaumcraft.common.tiles.TileDeconstrucionTable, thaumcraft.common.tiles.TileJar, thaumcraft.common.tiles.TileLifter, thaumcraft.common.tiles.TileMagicBox, thaumcraft.common.tiles.TileMagicWorkbench, thaumcraft.common.tiles.TileMirror, thaumcraft.common.tiles.TileMirrorEssentia, thaumcraft.common.tiles.TileNitor, thaumcraft.common.tiles.TileNode, thaumcraft.common.tiles.TileNodeStabilizer, thaumcraft.common.tiles.TileSensor, thaumcraft.common.tiles.TileTube, thaumcraft.common.tiles.TileTubeBuffer, thaumcraft.common.tiles.TileWandPedestal, thaumcraft.common.tiles.TileEldritchAltar, thaumcraft.common.tiles.TileEldritchCap, thaumcraft.common.tiles.TileEldritchObelisk, thaumcraft.common.tiles.TileEldritchPortal, thaumcraft.common.tiles.TileBanner, thaumcraft.common.tiles.TileGrate, thaumcraft.common.tiles.TileSpa
List of loaded APIs:
* ActuallyAdditionsAPI (3) from ActuallyAdditions-1.7.10-r21.jar
* ae2wct|API (1.7.10-rv3-1.8.6b) from WirelessCraftingTerminal-1.7.10-rv3-1.8.7.1b.jar
* API_NEK (1.1.0) from Origin-1.7.10-8.0.3.jar
* AppleCoreAPI (1.2.0) from AppleCore-mc1.7.10-1.3.2.jar
* appliedenergistics2|API (rv2) from SkillAPI-1.7.10-0.02-96.jar
* armourersWorkshopAPI (1.7.10-10.13.4.1448-1.7.10) from Armourers-Workshop-1.7.10-0.40.0.jar
* asielibAPI (1.0) from AsieLib-1.7.10-0.3.9.jar
* asielibAPI|chat (1.0) from AsieLib-1.7.10-0.3.9.jar
* asielibAPI|tile (1.0) from AsieLib-1.7.10-0.3.9.jar
* AuraEnergyAPI (1.0.6) from DimensionalCore-1.7.10-1.0.6.jar
* Baubles|API (1.0.1.4) from Thaumaturgical Knowledge-0.1.5.2 - 1.7.10.jar
* BetterAchievements|API (@MAJOR@.@MINOR@.@REVIS@) from nhtech-1.7.10-1.0.7.jar
* Boilerplate|API (1) from boilerplate-1.7.10-6.3.0.81-universal (1).jar
* BotaniaAPI (76) from Botania r1.8-249.jar
* BuildCraftAPI|blocks (1.0) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.18.jar
* BuildCraftAPI|boards (2.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|core (2.0) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|crops (1.1) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|events (2.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|facades (1.1) from buildcraft-7.1.18.jar
* BuildCraftAPI|filler (4.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|gates (4.1) from buildcraft-7.1.18.jar
* BuildCraftAPI|items (1.1) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|library (2.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|lists (1.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|power (1.3) from buildcraft-7.1.18.jar
* BuildCraftAPI|recipes (3.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|robotics (3.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|statements (1.1) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|tablet (1.0) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|tiles (1.2) from buildcraft-7.1.18.jar
* BuildCraftAPI|tools (1.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|transport (4.1) from Railcraft_1.7.10-9.12.2.0.jar
* CalculatorAPI (1.7.10 - 1.1) from Calculator-1.7.10-1.9.11.jar
* CoFHAPI (1.7.10R1.0.13) from EnderCore-1.7.10-0.2.0.38_beta.jar
* CoFHAPI|block (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-328.jar
* CoFHAPI|core (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|energy (1.7.10R1.0.2) from [1.7.10]MetroidCubed3V0.3.26.3.jar
* CoFHAPI|fluid (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|inventory (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|item (1.7.10R1.0.12) from Technomancy - 0.12.5 - 1.7.10.jar
* CoFHAPI|modhelpers (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-328.jar
* CoFHAPI|tileentity (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-328.jar
* CoFHAPI|transport (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-328.jar
* CoFHAPI|world (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-328.jar
* CoFHLib|audio (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-328.jar
* CoFHLib|gui|container (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui|element (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-328.jar
* CoFHLib|gui|element|listbox (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-328.jar
* CoFHLib|gui|slot (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|inventory (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-328.jar
* CoFHLib|render (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|render|particle (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|util (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|util|helpers (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|util|position (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-328.jar
* CoFHLib|world (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-328.jar
* CoFHLib|world|feature (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-328.jar
* ComputerCraft|API (1.75) from tardismod-1.7.10-0.995-355.jar
* ComputerCraft|API|FileSystem (1.75) from SkillAPI-1.7.10-0.02-96.jar
* ComputerCraft|API|Lua (1.75) from tardismod-1.7.10-0.995-355.jar
* ComputerCraft|API|Media (1.75) from SkillAPI-1.7.10-0.02-96.jar
* ComputerCraft|API|Peripheral (1.75) from SkillAPI-1.7.10-0.02-96.jar
* ComputerCraft|API|Permissions (1.75) from tardismod-1.7.10-0.995-355.jar
* ComputerCraft|API|Redstone (1.75) from darkutils-1.7.10-0.1-85.jar
* ComputerCraft|API|Turtle (1.75) from darkutils-1.7.10-0.1-85.jar
* CraftingTweaks|API (4.1) from craftingtweaks-mc1.7.10-1.0.82.jar
* DraconicEvolution|API (1.2) from Draconic-Evolution-1.7.10-1.0.2h.jar
* EiraIRC|API (2.0) from eirairc-mc1.7.10-2.9.402.jar
* EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.427_beta.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.427_beta.jar
* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.427_beta.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.427_beta.jar
* ForgeRelocation|API (0.0.1.4) from ForgeRelocation-1.7.10-0.0.1.4-universal.jar
* Galacticraft API (1.1) from GalacticraftCore-1.7-3.0.12.375.jar
* GameAnalyticsAPI (1.0) from DimensionalPockets-1.7.10-0.11.4.1-universal.jar
* Guide-API|API (1.7.10-1.0.1-29) from Guide-API-1.7.10-1.0.1-29.jar
* IC2API (1.0) from SonarCore-1.7.10-1.1.3.jar
* InventoryTools|API (1.0.4) from InventoryTools-1.7.10-1.0.6.jar
* InventoryTools|API|Dolly (1.0.4) from InventoryTools-1.7.10-1.0.6.jar
* InventoryTools|API|Dolly|Handlers (1.0.4) from InventoryTools-1.7.10-1.0.6.jar
* InventoryTools|API|Dolly|Handlers|Defaults (1.0.4) from InventoryTools-1.7.10-1.0.6.jar
* InventoryTools|API|Dolly|Handlers|Defaults|Block (1.0.4) from InventoryTools-1.7.10-1.0.6.jar
* InventoryTools|API|Dolly|Handlers|Defaults|Tile (1.0.4) from InventoryTools-1.7.10-1.0.6.jar
* LookingGlass|API (1.0) from LookingGlass-1.7.10-0.2.0.01.jar
* MatterOverdrive|API (0.4.1) from MatterOverdrive-1.7.10-0.4.2 (1).jar
* McJtyLib (1.8.1) from mcjtylib-1.8.1.jar
* Metroid Cubed 3 API (0.1) from [1.7.10]MetroidCubed3V0.3.26.3.jar
* NHWrenchAPI (1.7.10V1.0.0) from nhwrench-1.7.10-3.1.6.jar
* OmnisCore|API (0.0.6) from OmnisCore-1.7.10 - 0.0.6-universal.jar
* OpenBlocks|API (1.1) from OpenBlocks-1.7.10-1.5.1.jar
* OriginScrewdriverApi (1.0.0) from Origin-1.7.10-8.0.3.jar
* PneumaticCraftApi (1.0) from PneumaticCraft-1.7.10-1.12.7-150-universal (2).jar
* PracticalLogisticsAPI (1.4) from Practical-Logistics-1.7.10-0.2.4.jar
* ProjectEAPI (7) from ProjectE-1.7.10-PE1.10.0.jar
* RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|carts (1.6.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|core (1.5.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|electricity (2.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|locomotive (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|signals (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|tracks (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
* reborncoreAPI (1.0.0.8) from RebornCore-1.0.0.8-universal.jar
* SchematicaAPI (1.1) from Schematica-1.7.10-1.7.6.131-universal.jar
* SchematicaAPI|Events (1.1) from Schematica-1.7.10-1.7.6.131-universal.jar
* SecurityCraftAPI (1.0) from [1.7.10] SecurityCraft v1.8.0.jar
* ShadowAPI (2.1.0) from ShadowAPI-1.7.10-2.2.0.jar
* ShadowMC (2.3.0) from ShadowTweaks-1.7.10-1.5.1.jar
* StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.3.jar
* StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.3.jar
* StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.3.jar
* StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.3.jar
* StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.3.jar
* StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.3.jar
* StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.3.jar
* StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.3.jar
* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.3.jar
* Thaumcraft|API (4.2.2.0) from thaumichorizons-1.7.10-1.1.9.jar
* thaumicenergistics|API (1.1) from thaumicenergistics-1.0.0.5.jar
* TravellersGear|API (1.0) from TravellersGear-1.7.10-1.16.6.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
* WormholeAPI (1.7.10R1.0.0) from DimensionalPockets-1.7.10-0.11.4.1-universal.jar
* ZeldaAnimationAPI (0.5) from 1.7.10-zeldaswordskills-2.4.jar
* ZeldaAPI (0.4) from 1.7.10-zeldaswordskills-2.4.jar
* ZeldaBlockAPI (0.3) from 1.7.10-zeldaswordskills-2.4.jar
* ZeldaClientAPI (0.5) from 1.7.10-zeldaswordskills-2.4.jar
* ZeldaDamageAPI (0.3) from 1.7.10-zeldaswordskills-2.4.jar
* ZeldaEntityAIAPI (0.5) from 1.7.10-zeldaswordskills-2.4.jar
* ZeldaEntityAPI (0.5) from 1.7.10-zeldaswordskills-2.4.jar
* ZeldaGenAPI (0.3) from 1.7.10-zeldaswordskills-2.4.jar
* ZeldaItemAPI (0.5) from 1.7.10-zeldaswordskills-2.4.jar
* ZeldaModelAPI (0.5) from 1.7.10-zeldaswordskills-2.4.jar
DPAnalytics Crash Check: Will analyze crash-log before shutdown and send it to the Dimensional Pockets developer
EnderIO: No known problems detected.
HxCKDMS Crash Check: Will analyze crash log and send the error to github if HxCKDMS Core is possibly involved.
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
SciMCLib Version: 0.0.0.2
AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BuildCraftCore:ON, BuildCraftTransport:ON, BuildCraftBuilder:ON, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:OFF, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF, OpenComputers:OFF, PneumaticCraft:ON
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [GCEntityPlayerMP['HyperMan19680'/2836, l='A Whole New World', x=-660.50, y=4.00, z=-460.50]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Try this version, it should fix the problem.
If it doesn't you can disable the backpack checker by setting backpack_renderer_refresh_frequency to 0 in the config.
New issue while playing offline.
---- Minecraft Crash Report ----
// Oops.
Time: 10/4/16 9:10 PM
Description: Exception in server tick loop
java.lang.IllegalArgumentException: Comparison method violates its general contract!
at java.util.TimSort.mergeLo(TimSort.java:773)
at java.util.TimSort.mergeAt(TimSort.java:510)
at java.util.TimSort.mergeCollapse(TimSort.java:435)
at java.util.TimSort.sort(TimSort.java:241)
at java.util.Arrays.sort(Arrays.java:1512)
at java.util.ArrayList.sort(ArrayList.java:1454)
at java.util.Collections.sort(Collections.java:175)
at net.minecraftforge.oredict.RecipeSorter.sortCraftManager(RecipeSorter.java:146)
at brad16840.common.DynamicRecipes.sortRecipes(DynamicRecipes.java:402)
at brad16840.common.Common.loadEvent(Common.java:724)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_2640_Common_loadEvent_Load.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:73)
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 964456512 bytes (919 MB) / 2347999232 bytes (2239 MB) up to 8576565248 bytes (8179 MB)
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UseConcMarkSweepGC -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 338 mods loaded, 338 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAA CollectiveFrameworkCore{1.0.0-121} [Collective Framework Core] (minecraft.jar)
UCHIJAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAA AM2-Preloader{0.0.3} [AMCore] (minecraft.jar)
UCHIJAA appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.jar)
UCHIJAA Aroma1997Core{1.0.2.16} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.16.jar)
UCHIJAA CazzarCoreLib{1.2.1-SNAPSHOT} [Cazzar Core Lib] (CazzarCoreLib-1.2.1-SNAPSHOT-universal.jar)
UCHIJAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJAA AKInternalCore{1.0.1} [AKInternalCore] (minecraft.jar)
UCHIJAA ivtoolkit{IvToolkit} [1.0.3] (minecraft.jar)
UCHIJAA LambdaLib|Core{1.2.3} [LambdaLib|Core] (minecraft.jar)
UCHIJAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCHIJAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UCHIJAA OpenEye{0.6} [OpenEye] (OpenEye-0.6-1.7.10.jar)
UCHIJAA PotionExtensionCore{1.7.10-1.1.0} [PotionExtensionCore] (minecraft.jar)
UCHIJAA SciMCLibCore{0.0.0.2} [SciMCLibCore] (minecraft.jar)
UCHIJAA technomCore{0.12.5} [Technomancy Core] (minecraft.jar)
UCHIJAA ThE-core{1.0.0.1} [Thaumic Energistics Core] (minecraft.jar)
UCHIJAA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCHIJAA WitchingGadgetsCore{1.1.10} [Witching Gadgets Core] (minecraft.jar)
UCHIJAA backpacks16840{3.1.2} [Backpacks!] (zz-backpacks 1.7.10 - 3.1.2a.jar)
UCHIJAA OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
UCHIJAA MC3ASMCore{0.1} [Metroid Cubed 3 ASM Core] (minecraft.jar)
UCHIJAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAA HxCCore-ASM{1.12.4} [HxCKDMS Core ASM] (minecraft.jar)
UCHIJAA FastCraft{1.23} [FastCraft] (fastcraft-1.23.jar)
UCHIJAA CMDfiles{0} [CMDfiles] (CMD files.jar)
UCHIJAA SC0_SpaceCore{0.7.14} [SpaceCore] (1.7.10-SpaceCore-0.7.14.jar)
UCHIJAA zeldaswordskills{1.7.10-2.4} [Zelda Sword Skills] (1.7.10-zeldaswordskills-2.4.jar)
UCHIJAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCHIJAA arsmagica2{1.4.0.009} [Ars Magica 2] (1.7.10_AM2-1.4.0.009.jar)
UCHIJAA LookingGlass{0.2.0.01} [Looking Glass] (LookingGlass-1.7.10-0.2.0.01.jar)
UCHIJAA securitycraft{v1.8.0} [SecurityCraft] ([1.7.10] SecurityCraft v1.8.0.jar)
UCHIJAA MCP_Wheel{1.1.2} [MC+ Wheel] ([1.7.10][1.2] MC+ Wheel - v1.1.2.jar)
UCHIJAA MCP_Cart{1.3.0} [MC+ Cart] ([1.7.10][1.2] MC+ Cart - v1.3.0.jar)
UCHIJAA MCP_FirePit{1.0.3} [MC+ FirePit] ([1.7.10][1.2] MC+ FirePit - v1.0.3.jar)
UCHIJAA MCP_Loom{1.2.3} [MC+ Loom] ([1.7.10][1.2] MC+ Loom - v1.2.3.jar)
UCHIJAA MCP_Turtle{1.2.3} [MC+ Turtle] ([1.7.10][1.2] MC+ Turtle - v1.2.3.jar)
UCHIJAA extendedWorkbench{1.2.1.1} [Extended Workbench] ([1.7.10]ExtendedWorkbench v1.2.1.1.jar)
UCHIJAA fusionutil{0.1} [FusionUtil] ([1.7.10]FusionUtil-0.1.0.jar)
UCHIJAA CoFHCore{1.7.10R3.1.3} [CoFH Core] (CoFHCore-[1.7.10]3.1.3-328.jar)
UCHIJAA BuildCraft|Core{7.1.18} [BuildCraft] (buildcraft-7.1.18.jar)
UCHIJAA BuildCraft|Energy{7.1.18} [BC Energy] (buildcraft-7.1.18.jar)
UCHIJAA IC2{2.2.821-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.821-experimental.jar)
UCHIJAA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.375.jar)
UCHIJAA mc3{0.3.26.3} [Metroid Cubed 3] ([1.7.10]MetroidCubed3V0.3.26.3.jar)
UCHIJAA BuildCraft|Transport{7.1.18} [BC Transport] (buildcraft-7.1.18.jar)
UCHIJAA BuildCraft|Silicon{7.1.18} [BC Silicon] (buildcraft-7.1.18.jar)
UCHIJAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAA WailaAddonBC{1.0.5.1} [WailaAddonBC] ([1.7.10]WailaAddonBC-1.0.5.1.jar)
UCHIJAA LambdaLib{1.2.3} [LambdaLib] (LambdaLib-1.2.3.jar)
UCHIJAA academy-craft{1.0.4} [Academy Craft] (AcademyCraft-1.0.4.jar)
UCHIJAA ActuallyAdditions{1.7.10-r21} [Actually Additions] (ActuallyAdditions-1.7.10-r21.jar)
UCHIJAA ForgeEndertech{1.7.10-1.7.0.0} [Forge Endertech] (ForgeEndertech-1.7.10-1.7.0.0.jar)
UCHIJAA AdHooks{1.7.10-2.0.2.0} [Advanced Hook Launchers] (AdHooks-1.7.10-2.0.2.0.jar)
UCHIJAA lightsabers{1.0.5} [Advanced Lightsabers Mod] (AdvancedLightsabers-1.7.10-1.0.5.jar)
UCHIJAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAA adventurebackpack{1.7.10-0.8e} [Adventure Backpack] (adventurebackpack-1.7.10-0.8ebeta28.jar)
UCHIJAA AppleCore{1.3.2} [AppleCore] (AppleCore-mc1.7.10-1.3.2.jar)
UCHIJAA appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-rv3-beta-6.jar)
UCHIJAA armorsets{1.0} [Armor Sets] (ArmorSets-LATEST-LATEST.jar)
UCHIJAA armourersWorkshop{1.7.10-0.40.1} [Armourer's Workshop] (Armourers-Workshop-1.7.10-0.40.1.jar)
UCHIJAA plushieWrapper{0.0.0} [Plushie Wrapper] (Armourers-Workshop-1.7.10-0.40.1.jar)
UCHIJAA Aroma1997CoreHelper{1.0.2.16} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.16.jar)
UCHIJAA asielib{0.3.9} [asielib] (AsieLib-1.7.10-0.3.9.jar)
UCHIJAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJAA Automagy{0.28.2} [Automagy] (Automagy-1.7.10-0.28.2.jar)
UCHIJAA Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
UCHIJAA Avaritia{1.11} [Avaritia] (Avaritia-1.11.jar)
UCHIJAA avaritiaddons{1.2b} [Avaritiaddons] (Avaritiaddons-1.2b.jar)
UCHIJAA Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UCHIJAA bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar)
UCHIJAA BetterAchievements{0.0.6} [Better Achievements] (BetterAchievements-1.7.10-0.0.6.jar)
UCHIJAA BetterChests{1.1.1.9} [BetterChests] (BetterChests-1.7.10-1.1.1.9.jar)
UCHIJAA betterrecords{1.7.10-1.2.1} [Better Records] (betterrecords-1.7.10-1.2.1.jar)
UCHIJAA BetterSprinting{1.1.3} [Better Sprinting] (BetterSprinting MC-1.7.10 v1.1.3.jar)
UCHIJAA BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft[v1.11.5][MC1.7.10].jar)
UCHIJAA BNBGamingLib{2.3.0} [BNBGamingLib] (BNBGamingLib-2.3.0.jar)
UCHIJAA boilerplate{6.3.0.81} [Boilerplate] (boilerplate-1.7.10-6.3.0.81-universal.jar)
UCHIJAA bookshelf{1.0.4.187} [Bookshelf] (Bookshelf-1.7.10-1.0.4.187.jar)
UCHIJAA botanicenergistics{@version@} [Botanic-Energistics] (BotanicEnergistics-0.2.6.jar)
UCHIJAA endercore{1.7.10-0.2.0.38_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.38_beta.jar)
UCHIJAA EnderIO{1.7.10-2.3.0.427_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.427_beta.jar)
UCHIJAA ForgeMultipart{1.2.0.347} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)
UCHIJAA ThermalFoundation{1.7.10R1.2.6B1} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.6B1-116.jar)
UCHIJAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCHIJAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCHIJAA thermaltinkering{1.0} [Thermal Tinkering] (ThermalTinkering-1.1.jar)
UCHIJAA ThermalExpansion{1.7.10R4.1.4} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.4-247.jar)
UCHIJAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHIJAA BrainStoneMod{v2.53.312 BETA DEV} [Brain Stone Mod] (BrainStoneMod-v2.53.312 BETA DEV.jar)
UCHIJAA BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
UCHIJAA BuildCraft|Factory{7.1.18} [BC Factory] (buildcraft-7.1.18.jar)
UCHIJAA BuildCraft|Builders{7.1.18} [BC Builders] (buildcraft-7.1.18.jar)
UCHIJAA BuildCraft|Robotics{7.1.18} [BC Robotics] (buildcraft-7.1.18.jar)
UCHIJAA Forestry{4.2.16.64} [Forestry for Minecraft] (forestry_1.7.10-4.2.16.64.jar)
UCHIJAA BuildCraft|Compat{7.1.5} [BuildCraft Compat] (buildcraft-compat-7.1.5.jar)
UCHIJAA cabinetsreloaded{3.0.14} [Cabinets Reloaded] (CabinetsReloaded-1.7.10-3.0.14.jar)
UCHIJAA SonarCore{1.1.3} [SonarCore] (SonarCore-1.7.10-1.1.3.jar)
UCHIJAA Calculator{1.9.11} [Calculator] (Calculator-1.7.10-1.9.11.jar)
UCHIJAA cashCraft{1.0} [CashCraft] (CashCraft-[1.7.10]-1.0.jar)
UCHIJAA clockworkphase{1.7.10_1.0f} [Clockwork Phase] (clockworkphase-1.7.10_1.0f.jar)
UCHIJAA CollectiveFramework{1.0.0-121} [Collective Framework] (CollectiveFramework-1.0.0-121.jar)
UCHIJAA commonfun{1.7.10-1.0.0} [Common Fun] (commonfun-1.7.10-1.0.0.jar)
UCHIJAA controlling{1.0.0} [Controlling] (Controlling-1.7.10-1.0.0.jar)
UCHIJAA BuildMod{v1.0} [Build Mod] (coroutil-1.7.10-1.1.5.jar)
UCHIJAA CoroPets{v1.0} [CoroPets] (coroutil-1.7.10-1.1.5.jar)
UCHIJAA CoroAI{v1.0} [CoroAI] (coroutil-1.7.10-1.1.5.jar)
UCHIJAA ExtendedRenderer{v1.0} [Extended Renderer] (coroutil-1.7.10-1.1.5.jar)
UCHIJAA ConfigMod{v1.0} [Extended Mod Config] (coroutil-1.7.10-1.1.5.jar)
UCHIJAA CraftHeraldry{1.1.3} [CraftHeraldry] (CraftHeraldry 1.1.3.jar)
UCHIJAA craftingtweaks{1.0.82} [Crafting Tweaks] (craftingtweaks-mc1.7.10-1.0.82.jar)
UCHIJAA cmd{1.7} [Custom Music Discs] (Custom Music Discs-1.7.jar)
UCHIJAA custom_sword{1.7.10} [Custom Sword By Kelco_K22] (custom_sword_1.7.10_V0.14.jar)
UCHIJAA customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d(21feb16).jar)
UCHIJAA CustomPets{1.0.5} [Custom Pets] (custompets-1.7.10-1.0.5-universal.jar)
UCHIJAA D3Core{1.1.2.41} [D3Core] (D3Core-1.7.10-1.1.2.41.jar)
UCHIJAA D3Commands{1.2.1.34} [D3Commands] (D3Commands-1.7.10-1.2.1.34.jar)
UCHIJAA darkcore{0.42} [Dark Core] (darkcore-0.42-220.jar)
UCHIJAA darkutils{0.1} [darkutils] (darkutils-1.7.10-0.1-85.jar)
UCHIJAA DimensionalCore{1.0.6} [DimensionalCore] (DimensionalCore-1.7.10-1.0.6.jar)
UCHIJAA OmnisCore{0.1.0} [Omnis Core] (OmnisCore-1.7.10 - 0.0.6-universal.jar)
UCHIJAA dimensionalPockets{0.11.4.1} [Dimensional Pockets] (DimensionalPockets-1.7.10-0.11.4.1-universal.jar)
UCHIJAA dimensionloader{1.7.10-1.0} [DimensionLoader] (dimensionloader-1.7.10-1.0.jar)
UCHIJAA Ding{MC1.7.10v2} [Ding] (Ding-MC1.7.10v2.jar)
UCHIJAA DisenchanterMod{1.4} [Disenchanter] (DisenchanterMod-[1.7.10]1.4.jar)
UCHIJAA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCHIJAA Doors{4.0.1} [Doors] (Doors-4.0.1.jar)
UCHIJAA DraconicEvolution{1.0.2h} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2h.jar)
UCHIJAA dualhotbar{1.6} [Dual Hotbar] (dualhotbar-1.7.10-1.6.jar)
UCHIJAA DummyCore{1.13} [DummyCore] (DummyCore1.13.jar)
UCHIJAA DynamicLights{1.3.8} [Dynamic Lights] (DynamicLights-1.7.10.jar)
UCHIJAA DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.10.jar)
UCHIJAA DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.10.jar)
UCHIJAA DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.10.jar)
UCHIJAA DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.7.10.jar)
UCHIJAA DynamicLights_mobEquipment{1.0.8} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.10.jar)
UCHIJAA DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.10.jar)
UCHIJAA DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (DynamicLights-1.7.10.jar)
UCHIJAA DynamicLights_otherPlayers{1.0.8} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.10.jar)
UCHIJAA DynamicLights_thePlayer{1.1.4} [Dynamic Lights Player Light Module] (DynamicLights-1.7.10.jar)
UCHIJAA eirairc{2.9.402} [EiraIRC] (eirairc-mc1.7.10-2.9.402.jar)
UCHIJAA EMT{1.2.6.1} [Electro-Magic Tools] (ElectroMagicTools-1.2.6.1[1.7.10].jar)
UCHIJAA EnchantChanger{1.7.10-1.8.38} [EnchantChanger] (EnchantChanger-1.7.10-1.8.38.jar)
UCHIJAA Enchiridion{1.3} [Enchiridion] (Enchiridion 2-1.7.10-2.0.2a.jar)
UCHIJAA Enchiridion2{2.0.2a} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0.2a.jar)
UCHIJAA enderioaddons{0.10.11} [Ender IO Addons] (EnderIOAddons-1.7.10-2.3.0.427_beta-0.10.11.54_beta.jar)
UCHIJAA EnderStorage{1.4.7.38} [EnderStorage] (EnderStorage-1.7.10-1.4.7.38-universal.jar)
UCHIJAA EnderTech{1.7.10-0.3.2.405} [EnderTech] (EnderTech-1.7.10-0.3.2.405.jar)
UCHIJAA enderutilities{0.5.3} [Ender Utilities] (enderutilities-1.7.10-0.5.3.jar)
UCHIJAA enhancedportals{3.0.12} [EnhancedPortals] (EnhancedPortals_1.7.10-universal-3.0.12.jar)
UCHIJAA malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar)
UCHIJAA evolved_controls{0.32} [Evolved Controls] (evolved_controls-1.7.10-0.32fix.jar)
UCHIJAA excore{1.5.3} [EXCore] (Excore-1.5.3-1.7.10.jar)
UCHIJAA extracells{2.3.14} [Extra Cells 2] (ExtraCells-1.7.10-2.3.14b197.jar)
UCHIJAA fillchevsky{b3} [Fill Tool] (FillTool_1.7.2_b3.zip)
UCHIJAA FloodLights{1.2.8-137} [Flood Lights] (FloodLights-1.7.10-1.2.8-137.jar)
UCHIJAA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
UCHIJAA ForbiddenMagic{1.7.10-0.575} [Forbidden Magic] (Forbidden Magic-1.7.10-0.575.jar)
UCHIJAA ForgeMicroblock{1.2.0.347} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)
UCHIJAA McMultipart{1.2.0.347} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar)
UCHIJAA ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
UCHIJAA MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
UCHIJAA RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
UCHIJAA foxlib{1.7.10-0.6.0} [FoxLib] (FoxLib-1.7.10-0.6.0.jar)
UCHIJAA FTBL{1.0.18.2} [FTBLib] (FTBLib-1.7.10-1.0.18.3.jar)
UCHIJAA FTBU{1.0.18.2} [FTBUtilities] (FTBUtilities-1.7.10-1.0.18.3.jar)
UCHIJAA fuelcanister{0.1} [Fuel Canisters] (Fuel Canister-1.0A mc 1.7.10.jar)
UCHIJAA Project_Alchemy{1.0.18} [FullThrottle Alchemist] (FullThrottle_Alchemist-1.7.10-1.0.18a.jar)
UCHIJAA fullthrottlenei{1.7.10-0.0.8} [FullThrottle NEI] (FullThrottleNEI-1.7.10-0.0.8.jar)
UCHIJAA gadomancy{1.0.7.2} [Gadomancy] (gadomancy-1.7.10-1.0.7.2.jar)
UCHIJAA GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.375.jar)
UCHIJAA gemsplus{1.7.10} [Gems+] (gemsplus-1.7-mc1.7.10.jar)
UCHIJAA getoffmytardis{1.0} [Get Off My Tardis] (getoffmytardis-1.1.jar)
UCHIJAA grapplemod{1.7.10-v7} [Grappling hook mod] (grapplemod-1.7.10-v7 (1).jar)
UCHIJAA GuardianChest{1.7.10} [Guardian Chest] (guardianchest-1.6.jar)
UCHIJAA guideapi{1.7.10-1.0.1-29} [Guide-API] (Guide-API-1.7.10-1.0.1-29.jar)
UCHIJAA guielevator{1.6} [Elrol's GUI Elevator] (GuiElevator-[1.7.10] 1.6.jar)
UCHIJAA Hard_WireD_Lib{0.3.52} [Hard_WireD_Lib] (Hard_WireD_Lib-1.7.10.0.3.52.jar)
UCHIJAA howlingmoon{1.1.1} [Howling Moon] (howlingMoon-1.7.10-1.1.1.jar)
UCHIJAA HxCCore{1.12.4} [HxC-Core] (HxCCore-1.7.10-1.12.4-universal.jar)
UCHIJAA HxCLinkPads{1.5.1} [HxCLinkPads] (HxCLinkPads-1.7.10-1.5.1.jar)
UCHIJAA IGWMod{1.1.12-34} [In-Game wiki Mod] (IGW-Mod-1.7.10-1.1.12-34-universal.jar)
UCHIJAA ImmibisCore{59.1.4} [Immibis Core] (immibis-core-59.1.4.jar)
UCHIJAA improvedcommands{1.0} [Improved Commands] (Improved Commands-1.7.10-1.0.jar)
UCHIJAA intellie{2.2.1.610} [IntelliE] (IntelligentEnergistics-1.7.10-2.2.1.610-universal.jar)
UCHIJAA appaero{2.2.1.610} [AppliedAerodynamics] (IntelligentEnergistics-1.7.10-2.2.1.610-universal.jar)
UCHIJAA appaeronei{2.2.1.610} [AppliedAerodynamicsNEI] (IntelligentEnergistics-1.7.10-2.2.1.610-universal.jar)
UCHIJAA appint{${version}} [AppliedIntelligences] (IntelligentEnergistics-1.7.10-2.2.1.610-universal.jar)
UCHIJAA InventoryPets{1.4.8.1} [Inventory Pets] (inventorypets-1.7.10-1.4.8.1-universal.jar)
UCHIJAA InventoryTools{1.7.10-1.0.5} [Inventory Tools] (InventoryTools-1.7.10-1.0.6.jar)
UCHIJAA InvisibLights{2.3-7} [InvisibLights] (InvisibLights-2.3-7.jar)
UCHIJAA ironbackpacks{1.7.10-1.2.18} [Iron Backpacks] (IronBackpacks-1.7.10-1.2.18.jar)
UCHIJAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCHIJAA JABBA{1.2.2} [JABBA] (Jabba-1.2.2_1.7.10.jar)
UCHIJAA k4lib{1.7.10-0.1.57} [K4Lib] (k4lib-1.7.10-0.1.57-universal.jar)
UCHIJAA keysoverhaul{1.0} [Key Bindings Overhaul] (KeyBindingsOverhaul-1.0-1.7.10.jar)
UCHIJAA LLadders{0.5.0} [Luppii's Ladders] (Ladders-0.5.5-20.jar)
UCHIJAA legendgear{2.b.2.1} [LegendGear 2] (legendgear-1.7.10-2.b.2.1.jar)
UCHIJAA legends{1.6} [Legends Mod] (Legends Core-1.6.jar)
UCHIJAA LightBridgesAndDoors{0.2.0} [kris91268's Light Bridges and Doors] (Light Bridges and Doors V 2.0.zip)
UCHIJAA LomLib{3.2.1} [LomLib] (LomLib-1.7.10-3.2.1-universal.jar)
UCHIJAA LunatriusCore{1.1.2.21} [LunatriusCore] (LunatriusCore-1.7.10-1.1.2.21-universal.jar)
UCHIJAA MagiaNaturalis{0.1.1} [§2Magia Naturalis] (MagiaNaturalis-1.7.10-0.1.2c.jar)
UCHIJAA Magistics{8.0.0} [§o§bMagistics] (Magistics-1.7.10-0.7.6.jar)
UCHIJAA malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar)
UCHIJAA mo{0.4.2} [Matter Overdrive] (MatterOverdrive-1.7.10-0.4.2.jar)
UCHIJAA minegicka3{1.0.0} [Minegicka 3] (minegicka3-1.7.10-1.0.0.jar)
UCHIJAA MineMenu{1.2.0} [MineMenu] (MineMenu-1.7.10-1.2.0.B44-universal.jar)
UCHIJAA mineTunes{1.1-5} [mineTunes] (MineTunes 1.1-5.jar)
UCHIJAA nhlib{2.0.11} [NHAVE's Library] (nhlib-1.7.10-2.0.11.jar)
UCHIJAA nhtech{1.0.7} [NHAVE's Tech Mod] (nhtech-1.7.10-1.0.7.jar)
UCHIJAA Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar)
UCHIJAA nhwrench{3.1.6} [NHAVE's OmniWrench V3] (nhwrench-1.7.10-3.1.6.jar)
UCHIJAA numina{0.4.0.131} [Numina] (Numina-0.4.0.131.jar)
UCHIJAA MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.33-universal.jar)
UCHIJAA ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar)
UCHIJAA powersuits{0.11.0.300} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.11.0.300.jar)
UCHIJAA sonicscrewdriver{1.0.0} [Modular Sonics] (ModularSonics-1.1.3.jar)
UCHIJAA Morph{0.9.2} [Morph] (Morph-Beta-0.9.2.jar)
UCHIJAA MutantCreatures{1.4.9} [Mutant Creatures] (MutantCreatures-1.7.10-1.4.9.jar)
UCHIJAA MysticalMobs{0.1.1} [Mystical Mobs] (mysticalmobs-0.1.1.jar)
UCHIJAA nhintegration{1.0.12} [NHWRENCH Integrations] (nhintegration-1.7.10-1.0.12.jar)
UCHIJAA nma{1.0.0} [nma] (NMA-1.7.10-1.1.jar)
UCHIJAA nmsot{1.1.4-mc1.7.10} [No Mob Spawning on Trees] (NoMobSpawningOnTrees-1.1.4-mc1.7.10.jar)
UCHIJAA nomorerain{0.0.1} [No More Rain] (nomorerain-1.7.10-0.0.1.jar)
UCHIJAA bt{1.0.2} [NotEnoughThaumcraftTabs] (NotEnoughThaumcraftTabs-1.0.2.jar)
UCHIJAA OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
UCHIJAA OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
UCHIJAA origin{8.0.3} [Origin] (Origin-1.7.10-8.0.3.jar)
UCHIJAA addonscrewdriver{1.0.0} [OriginAddonScrewdriver] (Origin-1.7.10-8.0.3.jar)
UCHIJAA osf{2.0} [Oxystatic Field] (OxystaticFieldMod-2.0-1.7.10.jar)
UCHIJAA particlelib{1} [Particle Library] (ParticleLib - 1.jar)
UCHIJAA ParticleMan{v1.0} [Particle Man] (particleman-1.4.2 for MC v1.7.10.jar)
UCHIJAA PneumaticCraft{1.12.7-150} [PneumaticCraft] (PneumaticCraft-1.7.10-1.12.7-150-universal.jar)
UCHIJAA PocketDimension{1.0.1} [Pocket Dimension] (PocketDimension-1.0.1.jar)
UCHIJAA portaportal{0.0.2i} [Porta Portal] (portaportal-0.0.2i (2).jar)
UCHIJAA PowerConverters3{1.7.10-2.11} [Power Converters 3] (PowerConverters-1.7.10-2.11.jar)
UCHIJAA PracticalLogistics{0.2.4} [Practical Logistics] (Practical-Logistics-1.7.10-0.2.4.jar)
UCHIJAA practicalities{2.0.0-b2} [Practicalities] (practicalities-2.0.0-b2.jar)
UCHIJAA ProjectE{1.7.10-PE1.10.0} [ProjectE] (ProjectE-1.7.10-PE1.10.0.jar)
UCHIJAA ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
UCHIJAA ProjRed|Transportation{4.7.0pre12.95} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
UCHIJAA ProjRed|Exploration{4.7.0pre12.95} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre12.95-World.jar)
UCHIJAA ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre12.95-Compat.jar)
UCHIJAA ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
UCHIJAA ProjRed|Fabrication{4.7.0pre12.95} [ProjectRed Fabrication] (ProjectRed-1.7.10-4.7.0pre12.95-Fabrication.jar)
UCHIJAA ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre12.95-Lighting.jar)
UCHIJAA ProjRed|Expansion{4.7.0pre12.95} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
UCHIJAA qCraft{1.7.10-1.2.2} [qCraft] (qCraft-1.7.10-1.2.2.jar)
UCHIJAA qmunitylib{1.0} [QmunityLib] (QmunityLib-1.7.10-0.1.114-universal.jar)
UCHIJAA quantumflux{1.7.10-1.3.4} [QuantumFlux] (QuantumFlux-1.7.10-1.3.4.jar)
UCHIJAA QuantumStorage{1.4.2} [QuantumStorage] (QuantumStorage-1.7.10-1.4.2.jar)
UCHIJAA quiverchevsky{b101c} [QuiverBow] (QuiverBow_1.7.10_b101d.zip)
UCHIJAA r2s{1.1.1} [r2s_Radio] (r2s-Radio-1.7.10-1.1.1.BETA.jar)
UCHIJAA RadixCore{2.1.1} [RadixCore] (RadixCore-1.7.10-2.1.1-universal.jar)
UCHIJAA RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar)
UCHIJAA reborncore{1.0.0.8} [RebornCore] (RebornCore-1.0.0.8-universal.jar)
UCHIJAA Reconstructor{2.3} [Reconstructor] (Reconstructor-2.3.jar)
UCHIJAA redcontrols{1.7.10-0.5} [Red Controls] (redcontrols-1.7.10-0.5.jar)
UCHIJAA redgear_core{2.2.2} [Red Gear Core] (RedGearCore-1.7.10-2.2.2.jar)
UCHIJAA RedstoneArsenal{1.7.10R1.1.3B1} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.3B1-94.jar)
UCHIJAA RArm{1.7.10-1.2.0-41} [Redstone Armory] (RedstoneArmory-1.7.10-1.2.0-41.jar)
UCHIJAA RedstonePasteMod{1.6.2} [Redstone Paste] (RedstonePasteMod-1.7.10-1.6.2.jar)
UCHIJAA libsandstone{1.0.0} [libsandstone] (Reliquary-1.7.10-1.2.1.483.jar)
UCHIJAA xreliquary{1.2} [Reliquary] (Reliquary-1.7.10-1.2.1.483.jar)
UCHIJAA rfguns{0.0.1} [RF Guns] (rfguns-0.0.1.jar)
UCHIJAA rftools{4.21} [RFTools] (rftools-4.21.jar)
UCHIJAA RopesPlus{1.6.3} [Ropes+] (RopePlus-1.7.10.jar)
UCHIJAA Schematica{1.7.6.131} [Schematica] (Schematica-1.7.10-1.7.6.131-universal.jar)
UCHIJAA sciapi{1.1.0.0} [SciAPI] (SciAPI-1.1.0.0[1.7.10].jar)
UCHIJAA SciMCLib{SciMCLib} [SciMCLib] (SciMCLib-1.7.10-0.0.0.2.jar)
UCHIJAA seedcopy{1.1.0} [SeedCopy] (SeedCopy-1.7.10-1.0.0.jar)
UCHIJAA ShadowTweaks{1.2.0} [ShadowTweaks] (ShadowTweaks-1.7.10-1.5.1.jar)
UCHIJAA ShetiPhianCore{3.0.0} [ShetiPhian-Core] (ShetiPhianCore-1.7.10-3.0.0.jar)
UCHIJAA simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar)
UCHIJAA SkillAPI{0.02} [Skill API] (SkillAPI-1.7.10-0.02-96.jar)
UCHIJAA SkillAPITest{0.01} [Skill API TEST] (SkillAPI-1.7.10-0.02-96.jar)
UCHIJAA SlimevoidLib{2.0.4.7} [Slimevoid Library] (SlimevoidLibrary-2.0.4.7.jar)
UCHIJAA smoothbedrock{2.2.0.7} [SmoothBedrock] (SmoothBedrock-1.7.10-2.2.0.7.jar)
UCHIJAA spacore{01.05.12} [SpACore] (SpACore-1.7.10-01.05.12.jar)
UCHIJAA spatialio-compat{build-9} [Spatial IO Compat] (spatialiocompat-build-9.jar)
UCHIJAA stabilizermod{3.4} [stabilizermod] (Stabilizer-3.4-1.7.10.jar)
UCHIJAA statues{2.1.4} [Statues] (statues-1.7.10-2.1.4.jar)
UCHIJAA stepassistcontrol{1.0.1} [StepAssist Control] (stepassistcontrol-mc1.7.10-1.0.1.jar)
UCHIJAA StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar)
UCHIJAA StorageDrawers{1.7.10-1.10.3} [Storage Drawers] (StorageDrawers-1.7.10-1.10.3.jar)
UCHIJAA ironman{4.3.12} [Iron Man Armor Extension] (Superheroes Unlimited Mod-1.7.10-4.3.12.jar)
UCHIJAA sus{4.3.12} [Superheroes Unlimited Mod] (Superheroes Unlimited Mod-1.7.10-4.3.12.jar)
UCHIJAA susaddon{4.3.12} [Superheroes Unlimited Mod (Part 2)] (Superheroes Unlimited Mod-1.7.10-4.3.12.jar)
UCHIJAA SwordPedestal{1.0(1.7.10)} [Sword Pedestal] (SwordPedestal-1.0(1.7.10).jar)
UCHIJAA Sync{4.0.0} [Sync] (Sync-4.0.0.jar)
UCHIJAA taam{1.0.1} [Taam] (taam-1.7.10-1.0.1.jar)
UCHIJAA TaintedMagic{1.1.6.4} [Tainted Magic] (TaintedMagic-1.1.6.4.jar)
UCHIJAA TardisMod{0.995} [Tardis Mod] (tardismod-1.7.10-0.995-355.jar)
UCHIJAA TF2Dispenser{1.7.10} [TF2 Dispenser] (TF2Dispenser-1.7.10.jar)
UCHIJAA TF2Sentry{1.7.10} [TF2 Sentry] (TF2Sentry-1.7.10.jar)
UCHIJAA TF2Teleporter{1.7.10} [TF2 Teleporter] (TF2Teleporter-1.7.10.jar)
UCHIJAA benway_knowledge{0.1.5.1} [Thaumaturgical Knowledge] (Thaumaturgical Knowledge-0.1.5.2 - 1.7.10.jar)
UCHIJAA TD{1.1} [Thaumic Dyes] (Thaumic Dyes-[1.7.10] 1.1.jar)
UCHIJAA thaumicbases{1.3.1710.2} [Thaumic Bases] (ThaumicBases-1.3.1710.4.jar)
UCHIJAA thaumicenergistics{1.0.0.5} [Thaumic Energistics] (thaumicenergistics-1.0.0.5.jar)
UCHIJAA thaumicexpansion{4.1.3} [Thaumic Expansion] (ThaumicExpansion-1.7.10-4.1.3.jar)
UCHIJAA ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar)
UCHIJAA thaumicinfusion{4.32} [Thaumic Infusion] (ThaumicInfusion-4.32.jar)
UCHIJAA TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UCHIJAA um_tmodifiers{1.2.1} [Tinkers' Modifiers] (TiM-1.2.2.jar)
UCHIJAA tlhpoeCore{1.9} [TLHPoE Core] (tlhpoecore-1.9-1.7.10.jar)
UCHIJAA SpecialArmor{1.7.10} [TeeLuk's SpecialArmor] (TLSpecialArmor-1.7.10.jar)
UCHIJAA TMechworks{0.2.15.106} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.15.106 (1).jar)
UCHIJAA tns{1.0.1} [Time'n'Weather Stones] (TNS-1.0.1.jar)
UCHIJAA transformers{${version}} [Transformers Mod] (Transformers-1.7.10-0.5.10.jar)
UCHIJAA Translocator{1.1.2.16} [Translocator] (Translocator-1.7.10-1.1.2.16-universal.jar)
UCHIJAA transmog{1.0.0} [Transmogrification] (transmog-1.7.10-1.0.0.jar)
UCHIJAA transportterminal{1.0.1} [Transport Terminals] (Transport-Terminals-1.0.1.jar)
UCHIJAA transportcraft{1.7.10-1.0.5} [TransportCraft] (transportcraft-1.7.10-1.0.5.jar)
UCHIJAA TravellersGear{1.16.6} [Traveller's Gear] (TravellersGear-1.7.10-1.16.6.jar)
UCHIJAA Tubestuff{59.0.4} [Tubestuff] (tubestuff-59.0.4.jar)
UCHIJAA Turbo{1.2.0} [�e�nMinecraft Turbo] (Turbo-1.7.10-1.2.0.jar)
UCHIJAA sapturretmod{4.0.0-alpha.1} [Turret Mod Rebirth] (TurretMod-1.7.10-4.0.0-alpha.1.jar)
UCHIJAA UtilityMobs{3.1.1} [Utility Mobs] (UtilityMobs-1.7.10-3.1.1.jar)
UCHIJAA utilityworlds{1.0.9} [Utility Worlds] (UtilityWorlds-1.7.10_1.0.9.jar)
UCHIJAA VersionChecker{1.1.9} [Version Checker] (VersionChecker-1.1.9.jar)
UCHIJAA warpbook{2.0.null} [Warp Book] (warpbook-1.7.10_2.0.37.jar)
UCHIJAA WatkinsBase{0.1} [Watkins Base] (WatkinsBase-0.2.jar)
UCHIJAA ae2wct{1.7.10-rv3-1.8.7.1b} [AE2 Wireless Crafting Terminal] (WirelessCraftingTerminal-1.7.10-rv3-1.8.7.1b.jar)
UCHIJAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCHIJAA WitchingGadgets{1.1.10} [Witching Gadgets] (WitchingGadgets-1.7.10-1.1.10.jar)
UCHIJAA worldedit{6.0-beta-01} [WorldEdit] (worldedit-forge-mc1.7.10-6.0-beta-01.jar)
UCHIJAA WorldEditCuiFe{1.0.2} [WorldEdit CUI Forge Edition] (WorldEditCuiFe-v1.0.2-mf-1.7.10-10.13.4.1566.jar)
UCHIJAA WR-CBE|Core{1.4.1.11} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.11-universal.jar)
UCHIJAA WR-CBE|Addons{1.4.1.11} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.11-universal.jar)
UCHIJAA WR-CBE|Logic{1.4.1.11} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.11-universal.jar)
UCHIJAA wylib{1.0} [WyLib] (WyLib 1.0.jar)
UCHIJAA zssaddon{1.7.10-alpha-0.0.5-2} [Zelda Sword Skills - Addon] (zeldaswordskillsaddon-v0.0.6.jar)
UCHIJAA THKaguyaMod{2.90-1.7.10} [Itutu no Nandai MOD+ (Touhou Items Mod)] (?????MOD%2B ver2.90-1.7.10.zip)
UCHIJAA technom{0.12.5} [Technomancy] (Technomancy - 0.12.5 - 1.7.10.jar)
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
CoFHCore: -[1.7.10]3.1.3-328
AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448
ThermalFoundation: -[1.7.10]1.2.6B1-116
Mantle Environment: Environment healthy.
ThermalExpansion: -[1.7.10]4.1.4-247
TConstruct Environment: Environment healthy.
RedstoneArsenal: -[1.7.10]1.1.3B1-94
rfguns: Lacking version information.
SpACore ASM Transformers:
GLStateManager: false
GLStateManager debug output: false
Debug screen replacer: true
Spatial IO Compat: cpw.mods.ironchest.TileEntityIronChest, thaumcraft.common.tiles.TileAlchemyFurnace, thaumcraft.common.tiles.TileAlembic, thaumcraft.common.tiles.TileArcaneBore, thaumcraft.common.tiles.TileArcaneFurnace, thaumcraft.common.tiles.TileArcaneLamp, thaumcraft.common.tiles.TileArcaneLampFertility, thaumcraft.common.tiles.TileArcaneLampGrowth, thaumcraft.common.tiles.TileArcaneLampLight, thaumcraft.common.tiles.TileArcaneWorkbench, thaumcraft.common.tiles.TileBellows, thaumcraft.common.tiles.TileBrainbox, thaumcraft.common.tiles.TileCentrifuge, thaumcraft.common.tiles.TileChestHungry, thaumcraft.common.tiles.TileCrucible, thaumcraft.common.tiles.TileCrystal, thaumcraft.common.tiles.TileDeconstrucionTable, thaumcraft.common.tiles.TileJar, thaumcraft.common.tiles.TileLifter, thaumcraft.common.tiles.TileMagicBox, thaumcraft.common.tiles.TileMagicWorkbench, thaumcraft.common.tiles.TileMirror, thaumcraft.common.tiles.TileMirrorEssentia, thaumcraft.common.tiles.TileNitor, thaumcraft.common.tiles.TileNode, thaumcraft.common.tiles.TileNodeStabilizer, thaumcraft.common.tiles.TileSensor, thaumcraft.common.tiles.TileTube, thaumcraft.common.tiles.TileTubeBuffer, thaumcraft.common.tiles.TileWandPedestal, thaumcraft.common.tiles.TileEldritchAltar, thaumcraft.common.tiles.TileEldritchCap, thaumcraft.common.tiles.TileEldritchObelisk, thaumcraft.common.tiles.TileEldritchPortal, thaumcraft.common.tiles.TileBanner, thaumcraft.common.tiles.TileGrate, thaumcraft.common.tiles.TileSpa
List of loaded APIs:
* ActuallyAdditionsAPI (3) from ActuallyAdditions-1.7.10-r21.jar
* ae2wct|API (1.7.10-rv3-1.8.6b) from WirelessCraftingTerminal-1.7.10-rv3-1.8.7.1b.jar
* API_NEK (1.1.0) from Origin-1.7.10-8.0.3.jar
* AppleCoreAPI (1.2.0) from AppleCore-mc1.7.10-1.3.2.jar
* appliedenergistics2|API (rv3) from appliedenergistics2-rv3-beta-6.jar
* armourersWorkshopAPI (1.7.10-10.13.4.1448-1.7.10) from Armourers-Workshop-1.7.10-0.40.1.jar
* asielibAPI (1.0) from AsieLib-1.7.10-0.3.9.jar
* asielibAPI|chat (1.0) from AsieLib-1.7.10-0.3.9.jar
* asielibAPI|tile (1.0) from AsieLib-1.7.10-0.3.9.jar
* AuraEnergyAPI (1.0.6) from DimensionalCore-1.7.10-1.0.6.jar
* Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar
* BetterAchievements|API (@MAJOR@.@MINOR@.@REVIS@) from nhtech-1.7.10-1.0.7.jar
* Boilerplate|API (1) from boilerplate-1.7.10-6.3.0.81-universal.jar
* BotaniaAPI (61) from Avaritia-1.11.jar
* BuildCraftAPI|blocks (1.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.18.jar
* BuildCraftAPI|boards (2.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|core (2.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|crops (1.1) from buildcraft-7.1.18.jar
* BuildCraftAPI|events (2.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|facades (1.1) from buildcraft-7.1.18.jar
* BuildCraftAPI|filler (4.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|gates (4.1) from buildcraft-7.1.18.jar
* BuildCraftAPI|items (1.1) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|library (2.0) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|lists (1.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|power (1.3) from buildcraft-7.1.18.jar
* BuildCraftAPI|recipes (3.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|robotics (3.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|statements (1.1) from buildcraft-7.1.18.jar
* BuildCraftAPI|tablet (1.0) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|tiles (1.2) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|tools (1.0) from buildcraft-7.1.18.jar
* BuildCraftAPI|transport (4.1) from Railcraft_1.7.10-9.12.2.0.jar
* CalculatorAPI (1.7.10 - 1.1) from Calculator-1.7.10-1.9.11.jar
* CoFHAPI (1.7.10R1.0.1) from buildcraft-compat-7.1.5.jar
* CoFHAPI|block (1.7.10R1.1.0) from SonarCore-1.7.10-1.1.3.jar
* CoFHAPI|core (1.7.10R1.0.1) from TurretMod-1.7.10-4.0.0-alpha.1.jar
* CoFHAPI|energy (1.7.10R1.0.2) from DimensionalPockets-1.7.10-0.11.4.1-universal.jar
* CoFHAPI|fluid (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-328.jar
* CoFHAPI|inventory (1.7.10R1.0.1) from TurretMod-1.7.10-4.0.0-alpha.1.jar
* CoFHAPI|item (1.7.10R1.0.12) from Technomancy - 0.12.5 - 1.7.10.jar
* CoFHAPI|modhelpers (1.7.10R1.1.0) from MatterOverdrive-1.7.10-0.4.2.jar
* CoFHAPI|tileentity (1.7.10R1.0.3) from RedGearCore-1.7.10-2.2.2.jar
* CoFHAPI|transport (1.7.10R1.0.1) from TurretMod-1.7.10-4.0.0-alpha.1.jar
* CoFHAPI|world (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-328.jar
* CoFHLib|audio (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui|container (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-328.jar
* CoFHLib|gui|element (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-328.jar
* CoFHLib|gui|element|listbox (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui|slot (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-328.jar
* CoFHLib|inventory (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|render (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-328.jar
* CoFHLib|render|particle (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-328.jar
* CoFHLib|util (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|util|helpers (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-328.jar
* CoFHLib|util|position (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-328.jar
* CoFHLib|world (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|world|feature (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-328.jar
* ComputerCraft|API (1.75) from SkillAPI-1.7.10-0.02-96.jar
* ComputerCraft|API|FileSystem (1.75) from darkutils-1.7.10-0.1-85.jar
* ComputerCraft|API|Lua (1.75) from darkutils-1.7.10-0.1-85.jar
* ComputerCraft|API|Media (1.75) from tardismod-1.7.10-0.995-355.jar
* ComputerCraft|API|Peripheral (1.75) from SkillAPI-1.7.10-0.02-96.jar
* ComputerCraft|API|Permissions (1.75) from tardismod-1.7.10-0.995-355.jar
* ComputerCraft|API|Redstone (1.75) from darkutils-1.7.10-0.1-85.jar
* ComputerCraft|API|Turtle (1.75) from SkillAPI-1.7.10-0.02-96.jar
* CraftingTweaks|API (4.1) from craftingtweaks-mc1.7.10-1.0.82.jar
* DraconicEvolution|API (1.2) from Draconic-Evolution-1.7.10-1.0.2h.jar
* EiraIRC|API (2.0) from eirairc-mc1.7.10-2.9.402.jar
* EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.427_beta.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.427_beta.jar
* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.427_beta.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.427_beta.jar
* ForestryAPI|apiculture (4.8.0) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|arboriculture (4.2.1) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|core (5.0.0) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|farming (2.1.0) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|food (1.1.0) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|genetics (4.7.1) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|hives (4.1.0) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|lepidopterology (1.3.0) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|mail (3.0.0) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|storage (3.0.0) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|world (2.1.0) from forestry_1.7.10-4.2.16.64.jar
* ForgeRelocation|API (0.0.1.4) from ForgeRelocation-1.7.10-0.0.1.4-universal.jar
* Galacticraft API (1.0) from GalacticraftCore-1.7-3.0.12.375.jar
* GameAnalyticsAPI (1.0) from DimensionalPockets-1.7.10-0.11.4.1-universal.jar
* Guide-API|API (1.7.10-1.0.1-29) from Guide-API-1.7.10-1.0.1-29.jar
* IC2API (1.0) from Railcraft_1.7.10-9.12.2.0.jar
* InventoryTools|API (1.0.4) from InventoryTools-1.7.10-1.0.6.jar
* InventoryTools|API|Dolly (1.0.4) from InventoryTools-1.7.10-1.0.6.jar
* InventoryTools|API|Dolly|Handlers (1.0.4) from InventoryTools-1.7.10-1.0.6.jar
* InventoryTools|API|Dolly|Handlers|Defaults (1.0.4) from InventoryTools-1.7.10-1.0.6.jar
* InventoryTools|API|Dolly|Handlers|Defaults|Block (1.0.4) from InventoryTools-1.7.10-1.0.6.jar
* InventoryTools|API|Dolly|Handlers|Defaults|Tile (1.0.4) from InventoryTools-1.7.10-1.0.6.jar
* LookingGlass|API (1.0) from LookingGlass-1.7.10-0.2.0.01.jar
* MatterOverdrive|API (0.4.1) from MatterOverdrive-1.7.10-0.4.2.jar
* McJtyLib (1.8.1) from mcjtylib-1.8.1.jar
* Metroid Cubed 3 API (0.1) from [1.7.10]MetroidCubed3V0.3.26.3.jar
* NHWrenchAPI (1.7.10V1.0.0) from nhwrench-1.7.10-3.1.6.jar
* OmnisCore|API (0.0.6) from OmnisCore-1.7.10 - 0.0.6-universal.jar
* OpenBlocks|API (1.1) from OpenBlocks-1.7.10-1.5.1.jar
* OriginScrewdriverApi (1.0.0) from Origin-1.7.10-8.0.3.jar
* PneumaticCraftApi (1.0) from PneumaticCraft-1.7.10-1.12.7-150-universal.jar
* PracticalLogisticsAPI (1.4) from Practical-Logistics-1.7.10-0.2.4.jar
* ProjectEAPI (7) from ProjectE-1.7.10-PE1.10.0.jar
* RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|carts (1.6.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|core (1.5.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|electricity (2.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|locomotive (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|signals (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|tracks (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
* reborncoreAPI (1.0.0.8) from RebornCore-1.0.0.8-universal.jar
* SchematicaAPI (1.1) from Schematica-1.7.10-1.7.6.131-universal.jar
* SchematicaAPI|Events (1.1) from Schematica-1.7.10-1.7.6.131-universal.jar
* SecurityCraftAPI (1.0) from [1.7.10] SecurityCraft v1.8.0.jar
* ShadowAPI (2.1.0) from ShadowAPI-1.7.10-2.2.0.jar
* ShadowMC (2.3.0) from ShadowTweaks-1.7.10-1.5.1.jar
* StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.3.jar
* StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.3.jar
* StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.3.jar
* StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.3.jar
* StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.3.jar
* StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.3.jar
* StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.3.jar
* StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.3.jar
* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.3.jar
* Thaumcraft|API (4.2.2.0) from Thaumaturgical Knowledge-0.1.5.2 - 1.7.10.jar
* thaumicenergistics|API (1.1) from thaumicenergistics-1.0.0.5.jar
* TravellersGear|API (1.0) from TravellersGear-1.7.10-1.16.6.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
* WormholeAPI (1.7.10R1.0.0) from DimensionalPockets-1.7.10-0.11.4.1-universal.jar
* ZeldaAnimationAPI (0.5) from 1.7.10-zeldaswordskills-2.4.jar
* ZeldaAPI (0.4) from 1.7.10-zeldaswordskills-2.4.jar
* ZeldaBlockAPI (0.3) from 1.7.10-zeldaswordskills-2.4.jar
* ZeldaClientAPI (0.5) from 1.7.10-zeldaswordskills-2.4.jar
* ZeldaDamageAPI (0.3) from 1.7.10-zeldaswordskills-2.4.jar
* ZeldaEntityAIAPI (0.5) from 1.7.10-zeldaswordskills-2.4.jar
* ZeldaEntityAPI (0.5) from 1.7.10-zeldaswordskills-2.4.jar
* ZeldaGenAPI (0.3) from 1.7.10-zeldaswordskills-2.4.jar
* ZeldaItemAPI (0.5) from 1.7.10-zeldaswordskills-2.4.jar
* ZeldaModelAPI (0.5) from 1.7.10-zeldaswordskills-2.4.jar
EnderIO: Found the following problem(s) with your installation:
* An unknown AE2 API is installed (rv3 from appliedenergistics2-rv3-beta-6.jar).
Ender IO was build against API version rv2 and may or may not work with a newer version.
This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
DPAnalytics Crash Check: Will analyze crash-log before shutdown and send it to the Dimensional Pockets developer
HxCKDMS Crash Check: Will analyze crash log and send the error to github if HxCKDMS Core is possibly involved.
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
SciMCLib Version: 0.0.0.2
AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BuildCraftCore:ON, BuildCraftTransport:ON, BuildCraftBuilder:ON, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:OFF, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF, OpenComputers:OFF, PneumaticCraft:ON
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Damn. That error was the reason I originally stopped using Forge's recipe sorter back in version 2.6, I figured the combination of my sorting algorithm with Forge's must somehow cause the inconsistency, but since version 3.1.2 calls Forge's recipe sorter by itself it must mean Forge's recipe sorter is itself inconsistent...
Anyway, I've re-removed Forge's recipe sorter from that version, you can get it here.
@Brad16840; Just wanted to point you to a discussion on Botania's Github page regarding some issues possibly caused by this mod.
https://github.com/Vazkii/Botania/issues/1894#issuecomment-257334157
1.7.10 doesn't work , can you fix it pls?
Looks like the download links were 404ing, I've updated them now.
Okay, I wasn't aware the forge capability system existed.
I've added support for it in version 3.1.4.
This fixes the issue with storing flower pouches inside of backpacks, but unless that is what the poster of the original issue was doing (possible, but would be harder to use the flower pouch) my mod won't have been responsible for the original issue - it won't affect any item that isn't stored inside a backpack.