The Meaning of Life, the Universe, and Everything.
Join Date:
12/2/2010
Posts:
43
Member Details
I've always preferred RedLogic over Project:Red - it's just much neater and gave me what I wanted in one (two with Core) package, versus Project:Red's.... stuff.
Please please please at least remake tube stuff to be a mod with the crafting table mk2. I use it still to this day as the best auto crafting table out there. The pipes aren't that important but the crafting table is super loved.
(In regard to a mod that gives realistic animal genetics):
Would you really rather have bees that make diamonds and oil with magical genetic blocks?
... did I really ask that?
I have to say i am a fan of Infinitubes, im a massive fan of your microblocks and redlogic. A bit sad to see some of those one off mods like cloud storage go away, and tiny carts was fun to play around with. glad to see you updating to 1.9 though, i know you pushed hard for 1.7.10 with forkage and all that, and if it had a bit more traction im sure it may have stuck better.
Autopackager isn't a mod immibis makes, and no where in the log did it suggest immibis mods' were causing the issue. Do you not crash if they are installed?
Would love to see you keep your Microblocks. For some reason ForgeMultipart's blocks never play right with my custom structure mods, but yours do.
Also, is there a way to make other mods' blocks work as microblocks? I don't see any official documentation on such a thing, but if there is please direct me there. No big deal if it's not there, just wondering...
I'd like to use Advance Repulsion Systems with IndustrialCraft 2. But when I toss the jar into my mods folder I get a Null Pointer Exception crash:
---- Minecraft Crash Report ----
// Why did you do that?
Time: 6/7/16 3:10 PM
Description: Initializing game
java.lang.NullPointerException: Initializing game
at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:230)
at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:250)
at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:245)
at mods.immibis.ars.beams.BeamsMain.init(BeamsMain.java:86)
at mods.immibis.ars.ARSMod.load(ARSMod.java:173)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:230)
at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:250)
at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:245)
at mods.immibis.ars.beams.BeamsMain.init(BeamsMain.java:86)
at mods.immibis.ars.ARSMod.load(ARSMod.java:173)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [Dokucraft.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
...whatever "crafting manager" is...
Has anyone got ARS working with IC2 in MC 1.7.10? Or maybe knows of any other mods ARS doesn't play well with? Because I have many and that's likely the problem here. I'd simply check the error report, but I honestly can't make any sense of it.
I'd like to use Advance Repulsion Systems with IndustrialCraft 2. But when I toss the jar into my mods folder I get a Null Pointer Exception crash:
---- Minecraft Crash Report ----
// Why did you do that?
Time: 6/7/16 3:10 PM
Description: Initializing game
java.lang.NullPointerException: Initializing game
at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:230)
at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:250)
at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:245)
at mods.immibis.ars.beams.BeamsMain.init(BeamsMain.java:86)
at mods.immibis.ars.ARSMod.load(ARSMod.java:173)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:230)
at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:250)
at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:245)
at mods.immibis.ars.beams.BeamsMain.init(BeamsMain.java:86)
at mods.immibis.ars.ARSMod.load(ARSMod.java:173)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [Dokucraft.zip] Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
...whatever "crafting manager" is...
Has anyone got ARS working with IC2 in MC 1.7.10? Or maybe knows of any other mods ARS doesn't play well with? Because I have many and that's likely the problem here. I'd simply check the error report, but I honestly can't make any sense of it.
* Automatic Crafting Table Mk2 -- I absolutely love this block and use it all the time. I haven't found an alternative. This one block is almost solely why I include this mod all the time. This and your dimensional anchor are the two blocks I use the most. (I can't be the only one that finds ChickenChunk's lasers a much harder way to see which chunks are affected.)
* Black hole chest -- I use this for testing occasionally. Would be amazing if I could pipe out of all pages.
* Duplicators -- Super useful, but alternatives exist, although their parent mods are often slow to update.
* Buffer -- alternatives abound, i.e. Vanilla chest.
* Block breaker -- alternatives exist
* Storage blocks -- I believe there are alternatives.
RedLogic
It is true there is a lot of duplication with Project Red. I still enjoyed making a clean room and working out circuits that way. Perhaps if you just released your integrated circuits, it might see more adoption. Whether it is enough to justify your time... I dunno. Not my call anyway.
... but PLEASE maintain at least just the crafting table from TubeStuff.
What'd be extra slick would be a double version the size of a double chest, that presents 10 inventories. Some mod recipes have a lot of unique ingredients, but now I'm dreaming.
Man, you're making me miss RedPower2 all over again! With her approach to item transport, you could do things that you still need to use ComputerCraft or OpenComputers and some scripting to reproduce, even with the presence Applied Energistics, BuildCraft, EnderIO, Thermal Expansion Tubes, Logistics Pipes, Transfer Nodes, Project Red....
If you are ever bored, have a soft spot for RP2, are looking for a need that needs filling, or are just looking for something that could use your talents, this project tackles the stuff that's missing and could probably benefit from your help (GPLv3.) Over a quarter million downloads suggests I'm probably not an outlier. http://minecraft.curseforge.com/projects/blue-power https://github.com/Qmunity/BluePower
I enjoy your mods. I have included them in my personal modpacks since 1.4.6. I hope you decide to update your mods to 1.9.4. Even though you think nobody enjoys these mods, I do. Best regards. jznomoney
I've always preferred RedLogic over Project:Red - it's just much neater and gave me what I wanted in one (two with Core) package, versus Project:Red's.... stuff.
Looking forward to dimensional anchors in 1.8.9!
Please please please at least remake tube stuff to be a mod with the crafting table mk2. I use it still to this day as the best auto crafting table out there. The pipes aren't that important but the crafting table is super loved.
Microblocks: I prefer yours to forge multiparts.
Red Logic: Yea, a simpler form of redstone improvement than red power would be nice to keep.
DA: Geez, a chunk loader that can turn off? Keep it :-)
* Promoting this week: Captive Minecraft 4, Winter Realm. Aka: Vertical Vanilla Viewing. Clicky!
* My channel with Mystcraft, and general Minecraft Let's Plays: http://www.youtube.com/user/Keybounce.
* See all my video series: http://www.minecraftforum.net/forums/minecraft-editions/minecraft-editions-show-your/2865421-keybounces-list-of-creation-threads
(In regard to a mod that gives realistic animal genetics):
Would you really rather have bees that make diamonds and oil with magical genetic blocks?
... did I really ask that?
I have to say i am a fan of Infinitubes, im a massive fan of your microblocks and redlogic. A bit sad to see some of those one off mods like cloud storage go away, and tiny carts was fun to play around with. glad to see you updating to 1.9 though, i know you pushed hard for 1.7.10 with forkage and all that, and if it had a bit more traction im sure it may have stuck better.
please see
https://github.com/joshiejack/Progression/issues/50
conflict with 4 mods
Sorry for bad English
Autopackager isn't a mod immibis makes, and no where in the log did it suggest immibis mods' were causing the issue. Do you not crash if they are installed?
No more tubestuff? Now where will i get my incinerator and duplicator blocks :< *sniffle*
I loved the Black Hole Chest in Tubestuff, with its infinite storage. Keep it coming!
I would like to include some of your mods in my modpack
. If I understood the license right, I'm allowed to, if not please tell me 
Would love to see you keep your Microblocks. For some reason ForgeMultipart's blocks never play right with my custom structure mods, but yours do.
Also, is there a way to make other mods' blocks work as microblocks? I don't see any official documentation on such a thing, but if there is please direct me there. No big deal if it's not there, just wondering...
Remember: You are unique... Just like everyone else
A wise man once told me, "Coding is 1% writing code and 99% figuring out why it didn't work."
found a visual bug
disappear air bubbles, if install mod liquid-xp-59.0.2.jar + SmartMoving-1.7.10-15.6.jar
http://i.imgur.com/7WNbh5Y.png
Sorry for bad English
How do I make microblocks show up in NEI?
Cheers!
-icbogue
I'm building a city with mods.
I use the #Stopmodreposts extension for Google Chrome.
Immibis, just read your post. Why don't you have motivation? I love microblocks, don't stop!
Cheers!
-icbogue
I'm building a city with mods.
I use the #Stopmodreposts extension for Google Chrome.
I'm saddened that you feel like leaving, but I'd love it if you'd updated Dim Anchors to 1.9
Curse sucks elephant penis
I'd like to use Advance Repulsion Systems with IndustrialCraft 2. But when I toss the jar into my mods folder I get a Null Pointer Exception crash:
---- Minecraft Crash Report ----
// Why did you do that?
Time: 6/7/16 3:10 PM
Description: Initializing game
java.lang.NullPointerException: Initializing game
at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:230)
at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:250)
at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:245)
at mods.immibis.ars.beams.BeamsMain.init(BeamsMain.java:86)
at mods.immibis.ars.ARSMod.load(ARSMod.java:173)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.item.crafting.CraftingManager.func_92103_a(CraftingManager.java:230)
at cpw.mods.fml.common.registry.GameRegistry.addShapedRecipe(GameRegistry.java:250)
at cpw.mods.fml.common.registry.GameRegistry.addRecipe(GameRegistry.java:245)
at mods.immibis.ars.beams.BeamsMain.init(BeamsMain.java:86)
at mods.immibis.ars.ARSMod.load(ARSMod.java:173)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_91, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 360140296 bytes (343 MB) / 1474297856 bytes (1406 MB) up to 8589934592 bytes (8192 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -XX:+UseG1GC -Xmx8G -Xmn512M
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: Minecraft 1.7.10 MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 166 mods loaded, 158 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHI FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHI Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHI AM2-Preloader{0.0.3} [AMCore] (minecraft.jar)
UCHI bettersleepingcore{1.0} [Better Sleeping Core] (minecraft.jar)
UCHI CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHI ivtoolkit{IvToolkit} [1.2] (minecraft.jar)
UCHI NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
UCHI <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHI <DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar)
UCHI Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHI adventurebackpack{1.7.10-0.8b} [Adventure Backpack] (Adventure Backpack 0.8c.jar)
UCHI AncientWarfare{2.4.114-beta-MC1.7.10} [Ancient Warfare Core] (Ancient Warfare 2.4.115b.jar)
UCHI CoFHCore{1.7.10R3.1.2} [CoFH Core] (Core CoFH 3.1.2-325.jar)
UCHI BuildCraft|Core{7.1.16} [BuildCraft] (BuildCraft 7.1.16.jar)
UCHI AncientWarfareAutomation{2.4.114-beta-MC1.7.10} [Ancient Warfare Automation] (Ancient Warfare 2.4.115b.jar)
UCHI AncientWarfareNEIPlugin{2.4.114-beta-MC1.7.10} [Ancient Warfare NEI Plugin] (Ancient Warfare 2.4.115b.jar)
UCHI AncientWarfareNpc{2.4.114-beta-MC1.7.10} [Ancient Warfare NPCs] (Ancient Warfare 2.4.115b.jar)
UCHI AncientWarfareStructure{2.4.114-beta-MC1.7.10} [Ancient Warfare Structures] (Ancient Warfare 2.4.115b.jar)
UCHI Aquaculture{1.2.6} [Aquaculture] (Aquaculture 1.2.6.21.jar)
UCHI ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (Archimedes Ships 1.7.1.jar)
UCHI AnimationAPI{1.2.4} [AnimationAPI] (Core Animation API 1.2.4.jar)
UCHI arsmagica2{1.4.0.009} [Ars Magica 2] (Ars Magica 2 1.4.0.009.jar)
UCHI MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHI IC2{2.2.485-experimental} [IndustrialCraft 2] (Industrial-Craft-2-Mod-Experimental-1.7.10.jar)
UCHI Railcraft{9.10.0.0} [Railcraft] (Railcraft_1.7.10-9.10.0.0.jar)
UCHI Artifice{1.7.10R1.1.4} [Artifice] (Artifice 1.1.5R-399.jar)
UCHI tennox_assemblymod{2.1} [Assembly Mod] (Assembly Mod 2.1.jar)
UCHI ImmibisCore{59.1.4} [Immibis Core] (immibis-core-59.1.4.jar)
UCHI AutoFood{59.0.0} [AutoFood] (Auto Food 59.0.0.jar)
UCHI Backpack{2.0.1} [Backpack] (Backpack 2.0.1.jar)
UCHI BattleTowers{1.5.2} [Battle Towers] (Battle Towers.jar)
UCHI BetterFoliage{2.0.7} [Better Foliage] (Better Foliage 2.0.7.jar)
UCHI FLabsBF{4.3} [Better Furnaces] (Better Furnaces 4.3.jar)
UCHI bettersleeping{1.7.10-1.2.27} [Better Sleeping] (Better Sleeping 1.2.27.jar)
UCHI betterstorage{0.13.1.127} [BetterStorage] (Better Storage 0.13.1.127.jar)
UCHI BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft 1.11.4.jar)
UCHI malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar)
UCHI malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar)
UCHI BigDoors{1.7.10-1.1.0} [Big Doors] (Big Doors 1.1.0.jar)
UCHI bookshelf{1.0.4.187} [Bookshelf] (Bookshelf 1.0.4.187.jar)
UCHI BuildCraft|Builders{7.1.16} [BC Builders] (BuildCraft 7.1.16.jar)
UCHI BuildCraft|Transport{7.1.16} [BC Transport] (BuildCraft 7.1.16.jar)
UCHI BuildCraft|Energy{7.1.16} [BC Energy] (BuildCraft 7.1.16.jar)
UCHI BuildCraft|Silicon{7.1.16} [BC Silicon] (BuildCraft 7.1.16.jar)
UCHI BuildCraft|Robotics{7.1.16} [BC Robotics] (BuildCraft 7.1.16.jar)
UCHI BuildCraft|Factory{7.1.16} [BC Factory] (BuildCraft 7.1.16.jar)
UCHI additionalpipes{4.7.0} [Additional Pipes] (BuildCraft Additional Pipes 4.7.2.jar)
UCHI ThermalFoundation{1.7.10R1.2.3} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.3-112.jar)
UCHI ThermalExpansion{1.7.10R4.1.2} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.2-240.jar)
UCHI BuildCraft|Compat{7.1.5} [BuildCraft Compat] (Buildcraft Compat 7.1.5.jar)
UCHI TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCHI chisel{2.9.5.11} [Chisel] (Chisel 2.9.5.11.jar)
UCHI CarpentersBlocks{3.3.8_dev_r8} [Carpenter's Blocks] (Carpenters Blocks 3.3.8 dev r8.jar)
UCHI chocolateQuest{1.0} [Chocolate Quest] (Chocolate Quest 1.0.jar)
UCHI cookiecore{1.4.0} [Cookie Core] (Core Cookie1.4.0-11.jar)
UCHI CustomSpawner{3.3.0} [DrZhark's CustomSpawner] (Core Custom Mob Spawner 3.3.0.zip)
UCHI dimdoors{2.2.5-test9} [Dimensional Doors] (Dimensional Doors 2.2.5 Test 9.jar)
UCHI dldungeonsjdg{1.8.10} [Doomlike Dungeons] (Doom Dungeons 1.8.10.jar)
UCHI ExtraUtilities{1.2.12} [Extra Utilities] (Extra Utilities 1.2.12.jar)
UCHI ImmersiveEngineering{0.7.5} [Immersive Engineering] (ImmersiveEngineering-0.7.5.jar)
UCHI Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCHI Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHI zeldaswordskills{1.7.10-2.4} [Zelda Sword Skills] (Zeldaswordskills-2.4.jar)
UCHI TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHI DragonAPI{1.0} [DragonAPI] (DragonAPI 14c.jar)
UCHI dungeonpack{1.7.10-1.0} [Dungeon Pack] (Dungeon Pack 1.0.jar)
UCHI eplus{4.0.0..73} [Enchanting Plus] (Enchanting Plus 4.0.0.74.jar)
UCHI explosives_pp{1.7b} [§6Explosives§4++] (Explosives PP 1.7b.jar)
UCHI extrabuttons{1.7.10.1} [ExtraButtons] (Extra Buttons 1.7.10.1.jar)
UCHI ExtraFood{0.7.46} [Extra Food] (Extra Food 0.7.46.jar)
UCHI factorization.notify{1.0} [Factorization Notification System] (Factorization 0.8.107.jar)
UCHI factorization.dimensionalSlice{0.8.107} [Factorization Dimensional Slices] (Factorization 0.8.107.jar)
UCHI factorization{0.8.107} [Factorization] (Factorization 0.8.107.jar)
UCHI factorization.misc{0.8.107} [Factorization Miscellaneous Nonsense] (Factorization 0.8.107.jar)
UCHI fz.scrap{0.8.107} [Scrap] (Factorization 0.8.107.jar)
UCHI factorization.truth{0.8.107} [Truth] (Factorization 0.8.107.jar)
UCHI kegare.bedrocklayer{1.0.9} [BedrockLayer] (Flat Bedrock 1.0.9.jar)
UCHI FoodPlus{3.2rS} [§bFood Plus] (Food Plus 3.2rS.jar)
UCHI cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (Furniture Crayfish 3.4.8.jar)
UCHI gemsplus{1.7.10} [Gems+] (Gems Plus 1.5.jar)
UCHI GollumCoreLib{2.0.0} [Gollum Core Lib] (Gollum Core Lib.jar)
UCHI GraveStone{2.16.1} [GraveStone] (GraveStone 2.16.1.jar)
UCHI iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCHI GraviGun{4.0.0-beta} [GraviGun] (Gravity Gun 4.0.0B.jar)
UCHI GrimoireOfGaia{1.0.0} [Grimoire of Gaia 3] (Grimoire of Gaia 31.2.7.jar)
UCHI IC2NuclearControl{2.3.3a-Exist} [Nuclear Control 2] (IC2NuclearControl-2.3.3a-Exist.jar)
UCHI mod_IDT{Beta 2.0} [§bIndustrial Technologies and More] (IDT-Beta2.0-16w14b.jar)
UCHI immersiveintegration{0.6.8} [Immersive Integration] (immersiveintegration-0.6.8.jar)
UCHE AdvancedRepulsionSystems{59.0.4} [Advanced Repulsion Systems] (IndustrialCraft 2 Advanced Repulsion Systems 59.0.4.jar)
UCHI AdvancedMachines{59.0.2} [Advanced Machines] (IndustrialCraft 2 Advanced-machines-59.0.2.jar)
UCHI AdvancedSolarPanel{1.7.10-3.5.1} [Advanced Solar Panels] (IndustrialCraft 2 AdvancedSolarPanel-1.7.10-3.5.1.jar)
UCHI LunatriusCore{1.1.2.21} [LunatriusCore] (LunatriusCore-1.7.10-1.1.2.21-universal.jar)
UCHI InGameInfoXML{2.8.1.82} [InGame Info XML] (InGameInfoXML-1.7.10-2.8.1.82-universal.jar)
UCHI integratedcircuits{1.7.10-0.9r37c} [Integrated Circuits] (integratedcircuits-1.7.10-0.9r37c.jar)
UCHI IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCHI JammyFurniture{5.0.0 [Build Smeagol]} [Jammy Furniture Mod] (JammyFurniture-5.0.0-1.7.10.jar)
UCHI lozmod{3.1.1} [Legend of Zelda Mod V3] (Legend of Zelda Mod-3.1.1.jar)
UCHI LiquidXP{59.0.2} [Liquid XP] (liquid-xp-59.0.2.jar)
UCHI LoadingProfiler{1.1} [Loading Profiler] (LoadingProfiler-MC1.7.10-1.2.jar)
UCHI RadixCore{2.1.1} [RadixCore] (RadixCore-1.7.10-2.1.1-universal.jar)
UCHI MCA{1.7.10-5.1.2} [Minecraft Comes Alive] (MCA-1.7.10-5.1.2-universal.jar)
UCHI MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar)
UCHI Metallurgy{4.0.8} [Metallurgy 4] (Metallurgy-1.7.10-4.0.8.97.jar)
UCHI metallurgychisel{1.0.0.11} [Metallurgy Chisel] (MetallurgyChisel-1.7.10-1.0.0.11.jar)
UCHI MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHI dungeonmobs{4.1.0} [Dungeon Mobs] (Mobs Dungeon 4.1.0.jar)
UCHI MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (Mobs MoCreatures 6.3.1.zip)
UCHI ModLister{1.7.10-1.0.4} [ModLister] (Mod Lister 1.0.4.jar)
UCHI MSM3{3.0.0d} [More Swords 3] (MSM-SNAP-3.0.0e-For-MC-1.7.10.jar)
UCHI NuclearCraft{1.6e} [NuclearCraft] (NuclearCraft-1.6e--1.7.10.jar)
UCHI Oceancraft{1.4.1} [Oceancraft] (Oceancraft-1.4.1.jar)
UCHI harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
UCHI weeeflowers{1.7.2b} [Pam's Weee! Flowers] (Pam's WeeeFlowers 1.7.2b.zip)
UCHI pandorasbox{2.0.1} [Pandora's Box] (PandorasBox-2.0.1.jar)
UCHI PortalGun{4.0.0-beta-6} [PortalGun] (PortalGun-4.0.0-beta-6.jar)
UCHI projectbench{0.5.0} [Project Bench Updated] (Project Bench 0.5.jar)
UCHI reccomplex{0.9.6.3} [Recurrent Complex] (RecurrentComplex-0.9.6.3.jar)
UCHI RedLogic{59.1.13} [RedLogic] (redlogic-59.1.13.jar)
UCHI ChromatiCraft{1.0} [ChromatiCraft] (Reika ChromatiCraft 14c.jar)
UCHI RotaryCraft{1.0} [RotaryCraft] (Reika RotaryCraft 14c.jar)
UCHI ElectriCraft{1.0} [ElectriCraft] (Reika ElectriCraft 14c.jar)
UCHI ExpandedRedstone{1.0} [Expanded Redstone] (Reika Expanded Redstone 14a.jar)
UCHI GeoStrata{1.0} [GeoStrata] (Reika GeoStrata 14b.jar)
UCHI ReactorCraft{1.0} [ReactorCraft] (Reika ReactorCraft 14c.jar)
UCHI secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.413.jar)
UCHI securitycraft{v1.8.1} [SecurityCraft] (SecurityCraft v1.8.1.jar)
UCHI StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar)
UCHI StevesFactoryManager{A93} [Steve's Factory Manager] (StevesFactoryManagerA93.jar)
UCHI StevesWorkshop{0.5.1} [Steve's Workshop] (StevesWorkshop-0.5.1.jar)
UCHI stillhungry{1.7.2-2.1.0} [Still Hungry!] (stillhungry-1.7.2-2.1.1.jar)
UCHI ThaumcraftMobAspects{1.7.2-2A} [Thaumcraft Mob Aspects] (ThaumcraftMobAspects-1.7.2-2A.jar)
UCHI thaumcraftneiplugin{@VERSION@} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
UCHI ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UCHI ThermalSmeltery{1.0} [Thermal Smeltery] (ThermalSmeltery-1.3.1.4.jar)
UCHI TMechworks{0.2.15.106} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.15.106.jar)
UCHI bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
UCHI Treecapitator{1.7.10} [Treecapitator] (Treecapitator-universal-2.0.4.jar)
UCHI TSteelworks{1.7.10-1.1.2} [Tinkers' Steelworks] (TSteelworks-1.7.10-1.1.2-20.jar)
UCHI Tubestuff{59.0.4} [Tubestuff] (tubestuff-59.0.4.jar)
UCHI UndergroundBiomes{0.7} [Underground Biomes Constructs] (UndergroundBiomesConstructs-1.7.2-0.7.jar)
UCHI Artifacts{1.1.3} [Artifacts] (Unique Artifacts 1.1.3.jar)
UCHI AS_UpdateCheck{1.1.7} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.7.10.jar)
UCHI WaslieCore{1.1} [WaslieCore] (WaslieCore-1.7.10.jar)
UCHI weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar)
UCHI worldedit{6.0-beta-01} [WorldEdit] (worldedit-forge-mc1.7.10-6.0-beta-01.jar)
UCHI XaeroMinimap{1.9.1.1} [Xaero's Minimap] (Xaeros Minimap 1.9.1.1.jar)
UCHI yegamolchattels{1.1.2} [Ye Gamol Chattels] (YeGamolChattels-1.1.2.jar)
UCHI recycling{1.1.0.5} [Thermal Recycling] (ThermalRecycling-1.7.10-1.1.0.5.jar)
UD MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 364.72' Renderer: 'GeForce GTX 560 Ti/PCIe/SSE2'
CoFHCore: -[1.7.10]3.1.2-325
MineFactoryReloaded: -[1.7.10]2.8.1-174
ThermalFoundation: -[1.7.10]1.2.3-112
ThermalExpansion: -[1.7.10]4.1.2-240
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
ThermalDynamics: -[1.7.10]1.1.0-161
Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10
XRay Version: 21
LWJGL: 2.9.1
OpenGL: GeForce GTX 560 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 364.72, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [Dokucraft.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
...whatever "crafting manager" is...
Has anyone got ARS working with IC2 in MC 1.7.10? Or maybe knows of any other mods ARS doesn't play well with? Because I have many and that's likely the problem here. I'd simply check the error report, but I honestly can't make any sense of it.
You need immibis core. Here is a link to the thread where he explains everything.. http://forum.industrial-craft.net/index.php?page=Thread&postID=65261
Since you asked...
Tubestuff
* Automatic Crafting Table Mk2 -- I absolutely love this block and use it all the time. I haven't found an alternative. This one block is almost solely why I include this mod all the time. This and your dimensional anchor are the two blocks I use the most. (I can't be the only one that finds ChickenChunk's lasers a much harder way to see which chunks are affected.)
* Black hole chest -- I use this for testing occasionally. Would be amazing if I could pipe out of all pages.
* Duplicators -- Super useful, but alternatives exist, although their parent mods are often slow to update.
* Incinerator/disposer -- Alternatives exist (i.e. OpenBlocks Trash Cans.) See Duplicators.
* Buffer -- alternatives abound, i.e. Vanilla chest.
* Block breaker -- alternatives exist
* Storage blocks -- I believe there are alternatives.
RedLogic
It is true there is a lot of duplication with Project Red. I still enjoyed making a clean room and working out circuits that way. Perhaps if you just released your integrated circuits, it might see more adoption. Whether it is enough to justify your time... I dunno. Not my call anyway.
... but PLEASE maintain at least just the crafting table from TubeStuff.
What'd be extra slick would be a double version the size of a double chest, that presents 10 inventories. Some mod recipes have a lot of unique ingredients, but now I'm dreaming.
Man, you're making me miss RedPower2 all over again! With her approach to item transport, you could do things that you still need to use ComputerCraft or OpenComputers and some scripting to reproduce, even with the presence Applied Energistics, BuildCraft, EnderIO, Thermal Expansion Tubes, Logistics Pipes, Transfer Nodes, Project Red....
If you are ever bored, have a soft spot for RP2, are looking for a need that needs filling, or are just looking for something that could use your talents, this project tackles the stuff that's missing and could probably benefit from your help (GPLv3.) Over a quarter million downloads suggests I'm probably not an outlier.
http://minecraft.curseforge.com/projects/blue-power
https://github.com/Qmunity/BluePower
I enjoy your mods. I have included them in my personal modpacks since 1.4.6. I hope you decide to update your mods to 1.9.4. Even though you think nobody enjoys these mods, I do. Best regards. jznomoney
I use a ton of your mods, advanced repulsion is the best. As are the rest, they provide a lot of great content.