Latchable buttons emit a very short redstone pulse, then stay pressed as long as there is an external circuit powering the block they're attached to. Self-latching buttons emit a redstone signal when not pressed. When you press them, the signal turns off, and the button stays pressed. The button pops out when an external circuit powers the block they're attached to. Toggle buttons stay pressed until you click them again. They are crafted like self-latching buttons, but with toggle latches instead of SR latches.
Try connecting a latchable and a self-latching button together with a short piece of wire, and see what happens.
Recolouring example - works with all types of buttons and plates:
Integrated circuit-related recipes
Cleanroom Wall:
Cleanroom Air Filter:
Redstone Digitizer:
I/O Pin Marker:
Schematic Compiler:
Chip Fabricator:
Integrated Circuit: (photomask is not consumed)
Other recipes
Screwdriver:
How to make integrated circuits
Build a cuboid room out of cleanroom wall blocks. Include all corners and edges.
Do not use any blocks except for cleanroom walls, cleanroom air filters, redstone digitizers, and yellow, red or orange lamps.
For every 4 air filters you have in the wall/floor/roof you may have one other block (including air blocks), like so:
(yes, it's unrealistic)
Place a Redstone Digitizer somewhere in the roof.
Build your circuit inside the room. The black blocks are I/O Pin Markers, and determine where the circuit connects to the outside world. Use a screwdriver on them to change the mode and connection type (red alloy or bundled cable).
Red is output, blue is input.
In this image I'm just using a single AND gate:
Right click the Redstone Digitizer to start scanning. When it finishes, a schematic item will pop out of the top.
Right click on a Schematic Compiler to begin compiling it into a photomask. If you have IC2 or BC installed, this requires power. For IC2 there is no maximum voltage. The time and energy used depends on the complexity of the circuit.
When it finishes, right click with an empty hand to retrieve the schematic, then the photomask.
The last step is to insert the photomask, and some stone and redstone, into a Chip Fabricator.
This also needs power. Creating one IC takes 12800 EU or 5120 MJ and does not depend on anything else.
When it is done you will get an Integrated Circuit item:
Right click to place it, and you will see that it works like the original circuit - in this case an AND gate:
It is possible to make circuits much more complex than a single gate, of course.
Unfinished/unstarted/broken things
Coloured bundled cable (might not ever be added; it's extremely unimportant)
Recipes.
Computers.
Perhaps FPGAs or PALs?
Anything else I forgot or didn't think of yet.
License
Copyright (c) 2012 Alex "immibis" Campbell
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the 'Software'), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
This looks to be excellent, I've been waiting for something like this and it's great to see it coming from an experienced mod author. I enjoy your other mods immensely (especially Advanced Repulsion Systems) and am looking forward to trying this tomorrow.
On a fresh installation of Minecraft with Forge 7.8.1.737 and Immibis Core 55.1.4 and Red Logic 55.0.0 the game crashes with the following error:
2013-06-17 01:27:19 [SEVERE] [ForgeModLoader] Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue
2013-06-17 01:27:19 [SEVERE] [ForgeModLoader]
mcp{7.51} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{5.2.23.737} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized
Forge{7.8.1.737} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized
ImmibisCore{55.1.4} [Immibis Core] (immibis-core-55.1.4.jar) Unloaded->Constructed->Pre-initialized
RedLogic{55.0.0} [RedLogic] (redlogic-55.0.0.jar) Unloaded->Constructed->Errored
2013-06-17 01:27:19 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
2013-06-17 01:27:19 [SEVERE] [ForgeModLoader] Caught exception from RedLogic
java.lang.RuntimeException: One or more errors were thrown while loading RedLogic
at mods.immibis.cobaltite.ModBase._preinit(ModBase.java:254)
at mods.immibis.redlogic.RedLogicMod.preinit(RedLogicMod.java:62)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:515)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:163)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:411)
at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:733)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NoClassDefFoundError: mods/immibis/redlogic/gates/GateTile
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2413)
at java.lang.Class.getConstructors(Class.java:1478)
at mods.immibis.cobaltite.ModBase._preinit(ModBase.java:167)
... 33 more
Caused by: java.lang.ClassNotFoundException: mods.immibis.redlogic.gates.GateTile
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:139)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 37 more
2013-06-17 01:27:19 [INFO] [STDERR] java.lang.RuntimeException: One or more errors were thrown while loading RedLogic
2013-06-17 01:27:19 [INFO] [STDERR] at mods.immibis.cobaltite.ModBase._preinit(ModBase.java:254)
2013-06-17 01:27:19 [INFO] [STDERR] at mods.immibis.redlogic.RedLogicMod.preinit(RedLogicMod.java:62)
2013-06-17 01:27:19 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-06-17 01:27:19 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2013-06-17 01:27:19 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2013-06-17 01:27:19 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:601)
2013-06-17 01:27:19 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
2013-06-17 01:27:19 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-06-17 01:27:19 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2013-06-17 01:27:19 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2013-06-17 01:27:19 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:601)
2013-06-17 01:27:19 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-06-17 01:27:19 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-06-17 01:27:19 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-06-17 01:27:19 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-06-17 01:27:19 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-06-17 01:27:19 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192)
2013-06-17 01:27:19 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172)
2013-06-17 01:27:19 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-06-17 01:27:19 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2013-06-17 01:27:19 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2013-06-17 01:27:19 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:601)
2013-06-17 01:27:19 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-06-17 01:27:19 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-06-17 01:27:19 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-06-17 01:27:19 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-06-17 01:27:19 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-06-17 01:27:19 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103)
2013-06-17 01:27:19 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:515)
2013-06-17 01:27:19 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:163)
2013-06-17 01:27:19 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:411)
2013-06-17 01:27:19 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
2013-06-17 01:27:19 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:733)
2013-06-17 01:27:19 [INFO] [STDERR] at java.lang.Thread.run(Thread.java:722)
2013-06-17 01:27:19 [INFO] [STDERR] Caused by: java.lang.NoClassDefFoundError: mods/immibis/redlogic/gates/GateTile
2013-06-17 01:27:19 [INFO] [STDERR] at java.lang.Class.getDeclaredConstructors0(Native Method)
2013-06-17 01:27:19 [INFO] [STDERR] at java.lang.Class.privateGetDeclaredConstructors(Class.java:2413)
2013-06-17 01:27:19 [INFO] [STDERR] at java.lang.Class.getConstructors(Class.java:1478)
2013-06-17 01:27:19 [INFO] [STDERR] at mods.immibis.cobaltite.ModBase._preinit(ModBase.java:167)
2013-06-17 01:27:19 [INFO] [STDERR] ... 33 more
2013-06-17 01:27:19 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: mods.immibis.redlogic.gates.GateTile
2013-06-17 01:27:19 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:139)
2013-06-17 01:27:19 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
2013-06-17 01:27:19 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
2013-06-17 01:27:19 [INFO] [STDERR] ... 37 more
Got a crash when placing an or gate next to a buffer gate:
I am also able to repeat the same error in my regular modded Minecraft instance with several different gates and it looks like the issue may be with RailCraft's tracking nodes (the infamous hidden block which has been causing problems in a couple of different mods; the smeltery from Tinker's Construct comes to mind).
Editing config/railcraft/railcraft.cfg and setting the following seems to have fixed the issue for me:
The Meaning of Life, the Universe, and Everything.
Join Date:
8/7/2012
Posts:
63
Member Details
Many thanks to you sir!
Wire is the last thing I was missing from RP. Then i can ditch it for good. No more of the shens, delays, excuses and most importantly no more dealing with Eloraam's Paladins™.
Your version of microblocks are loads better than the RP ones, and I would suspect the components in this mods will surpass their counterparts in RP, as well.
I'm glad (not really) redpower is slowly being replaced. I have had need for the red insulated wires, and I'm sad redpower hasn't updated. Eloraam is still out there, but moving very slowly. This mod will become legendary.
And I have a replacement for Redpower Frames that just released into beta yesterday. Should go great with this mod or with MineFactory Reloaded (or both!).
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumMore screenshots:
RedLogic is a replacement for the Wiring, Logic, and Lighting parts of RedPower, and it also has some other features.
Downloads
Immibis Core is required.
Immibis's Microblocks is optional. Microblocks work on wires and gates (and do stop things connecting).
Wire recipes
(may be changed later)
Insulated wire: (all colours work) (you can also use wool instead of dye)
Bundled cable:
Free-standing wires: (all wire types work, you can also craft them back)
Gate recipes
(likely to be changed later)
OR gate:
NOT gate:
RS latch:
Toggle latch:
NOR gate:
NAND gate:
XOR gate:
XNOR gate:
Buffer gate:
Multiplexer:
Repeater:
(to change the delay, shift-right-click with a screwdriver)
Timer:
Counter:
Sequencer:
Pulse former:
Randomizer:
State cell:
(that's an RS latch in the middle)
Synchronizer:
(those are also RS latches)
Bundled latch:
(D-latch in the middle)
Bundled relay:
(AND gate in the middle)
Bundled multiplexer:
(Multiplexer in the middle)
Bundled AND/OR/NOT/XOR:
(AND/OR/NOT/XOR in the middle)
Comparator:
Lamp recipes
(most likely permanent)
Indicator lamp - does not emit light but still changes colour:
Normal lamp:
Decorative lamp - always on:
Decorative flat lamp:
Indicator flat lamp:
Normal flat lamp:
Decorative cage lamp:
Indicator cage lamp:
Normal cage lamp:
Button/plate recipes
Lumar button:
Latchable lumar button:
Self-latching lumar button: (Left is an RS latch)
Lumar plate:
Latchable lumar plate:
Self-latching lumar plate:
Latchable buttons emit a very short redstone pulse, then stay pressed as long as there is an external circuit powering the block they're attached to.
Self-latching buttons emit a redstone signal when not pressed. When you press them, the signal turns off, and the button stays pressed. The button pops out when an external circuit powers the block they're attached to.
Toggle buttons stay pressed until you click them again. They are crafted like self-latching buttons, but with toggle latches instead of SR latches.
Try connecting a latchable and a self-latching button together with a short piece of wire, and see what happens.
Recolouring example - works with all types of buttons and plates:
Integrated circuit-related recipes
Cleanroom Air Filter:
Redstone Digitizer:
I/O Pin Marker:
Schematic Compiler:
Chip Fabricator:
Integrated Circuit: (photomask is not consumed)
Other recipes
Screwdriver:
How to make integrated circuits
Do not use any blocks except for cleanroom walls, cleanroom air filters, redstone digitizers, and yellow, red or orange lamps.
For every 4 air filters you have in the wall/floor/roof you may have one other block (including air blocks), like so:
(yes, it's unrealistic)
Place a Redstone Digitizer somewhere in the roof.
Build your circuit inside the room. The black blocks are I/O Pin Markers, and determine where the circuit connects to the outside world. Use a screwdriver on them to change the mode and connection type (red alloy or bundled cable).
Red is output, blue is input.
In this image I'm just using a single AND gate:
Right click the Redstone Digitizer to start scanning. When it finishes, a schematic item will pop out of the top.
Right click on a Schematic Compiler to begin compiling it into a photomask. If you have IC2 or BC installed, this requires power. For IC2 there is no maximum voltage. The time and energy used depends on the complexity of the circuit.
When it finishes, right click with an empty hand to retrieve the schematic, then the photomask.
The last step is to insert the photomask, and some stone and redstone, into a Chip Fabricator.
This also needs power. Creating one IC takes 12800 EU or 5120 MJ and does not depend on anything else.
When it is done you will get an Integrated Circuit item:
Right click to place it, and you will see that it works like the original circuit - in this case an AND gate:
It is possible to make circuits much more complex than a single gate, of course.
Unfinished/unstarted/broken things
License
-
View User Profile
-
View Posts
-
Send Message
Curse Premium2013-06-17 01:27:19 [SEVERE] [ForgeModLoader] Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue 2013-06-17 01:27:19 [SEVERE] [ForgeModLoader] mcp{7.51} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized FML{5.2.23.737} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized Forge{7.8.1.737} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized ImmibisCore{55.1.4} [Immibis Core] (immibis-core-55.1.4.jar) Unloaded->Constructed->Pre-initialized RedLogic{55.0.0} [RedLogic] (redlogic-55.0.0.jar) Unloaded->Constructed->Errored 2013-06-17 01:27:19 [SEVERE] [ForgeModLoader] The following problems were captured during this phase 2013-06-17 01:27:19 [SEVERE] [ForgeModLoader] Caught exception from RedLogic java.lang.RuntimeException: One or more errors were thrown while loading RedLogic at mods.immibis.cobaltite.ModBase._preinit(ModBase.java:254) at mods.immibis.redlogic.RedLogicMod.preinit(RedLogicMod.java:62) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103) at cpw.mods.fml.common.Loader.loadMods(Loader.java:515) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:163) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:411) at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56) at net.minecraft.client.Minecraft.run(Minecraft.java:733) at java.lang.Thread.run(Thread.java:722) Caused by: java.lang.NoClassDefFoundError: mods/immibis/redlogic/gates/GateTile at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Class.java:2413) at java.lang.Class.getConstructors(Class.java:1478) at mods.immibis.cobaltite.ModBase._preinit(ModBase.java:167) ... 33 more Caused by: java.lang.ClassNotFoundException: mods.immibis.redlogic.gates.GateTile at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:139) at java.lang.ClassLoader.loadClass(ClassLoader.java:423) at java.lang.ClassLoader.loadClass(ClassLoader.java:356) ... 37 more 2013-06-17 01:27:19 [INFO] [STDERR] java.lang.RuntimeException: One or more errors were thrown while loading RedLogic 2013-06-17 01:27:19 [INFO] [STDERR] at mods.immibis.cobaltite.ModBase._preinit(ModBase.java:254) 2013-06-17 01:27:19 [INFO] [STDERR] at mods.immibis.redlogic.RedLogicMod.preinit(RedLogicMod.java:62) 2013-06-17 01:27:19 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-06-17 01:27:19 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 2013-06-17 01:27:19 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2013-06-17 01:27:19 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:601) 2013-06-17 01:27:19 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494) 2013-06-17 01:27:19 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-06-17 01:27:19 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 2013-06-17 01:27:19 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2013-06-17 01:27:19 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:601) 2013-06-17 01:27:19 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2013-06-17 01:27:19 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2013-06-17 01:27:19 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) 2013-06-17 01:27:19 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2013-06-17 01:27:19 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2013-06-17 01:27:19 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192) 2013-06-17 01:27:19 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172) 2013-06-17 01:27:19 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-06-17 01:27:19 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 2013-06-17 01:27:19 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2013-06-17 01:27:19 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:601) 2013-06-17 01:27:19 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2013-06-17 01:27:19 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2013-06-17 01:27:19 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) 2013-06-17 01:27:19 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2013-06-17 01:27:19 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2013-06-17 01:27:19 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103) 2013-06-17 01:27:19 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:515) 2013-06-17 01:27:19 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:163) 2013-06-17 01:27:19 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:411) 2013-06-17 01:27:19 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56) 2013-06-17 01:27:19 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:733) 2013-06-17 01:27:19 [INFO] [STDERR] at java.lang.Thread.run(Thread.java:722) 2013-06-17 01:27:19 [INFO] [STDERR] Caused by: java.lang.NoClassDefFoundError: mods/immibis/redlogic/gates/GateTile 2013-06-17 01:27:19 [INFO] [STDERR] at java.lang.Class.getDeclaredConstructors0(Native Method) 2013-06-17 01:27:19 [INFO] [STDERR] at java.lang.Class.privateGetDeclaredConstructors(Class.java:2413) 2013-06-17 01:27:19 [INFO] [STDERR] at java.lang.Class.getConstructors(Class.java:1478) 2013-06-17 01:27:19 [INFO] [STDERR] at mods.immibis.cobaltite.ModBase._preinit(ModBase.java:167) 2013-06-17 01:27:19 [INFO] [STDERR] ... 33 more 2013-06-17 01:27:19 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: mods.immibis.redlogic.gates.GateTile 2013-06-17 01:27:19 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:139) 2013-06-17 01:27:19 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:423) 2013-06-17 01:27:19 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:356) 2013-06-17 01:27:19 [INFO] [STDERR] ... 37 moreIt makes a person wonder why if a person is finished making something they don't open source it.
Using the latest Forge, Immibis Core, and Microblocks versions
---- Minecraft Crash Report ---- // On the bright side, I bought you a teddy bear! Time: 6/17/13 2:21 AM Description: Unexpected error java.lang.ClassCastException: mods.railcraft.common.blocks.hidden.TileHidden cannot be cast to mods.immibis.redlogic.gates.GateTile at mods.immibis.redlogic.gates.GateBlock.getSide(GateBlock.java:133) at mods.immibis.redlogic.gates.GateBlock.func_71872_e(GateBlock.java:153) at net.minecraft.world.World.func_72931_a(World.java:3760) at net.minecraft.item.ItemBlock.func_77884_a(ItemBlock.java:180) at net.minecraft.client.multiplayer.PlayerControllerMP.func_78760_a(PlayerControllerMP.java:376) at net.minecraft.client.Minecraft.func_71402_c(Minecraft.java:1316) at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1800) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:835) at net.minecraft.client.Minecraft.run(Minecraft.java:760) at java.lang.Thread.run(Unknown Source) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at mods.immibis.redlogic.gates.GateBlock.getSide(GateBlock.java:133) at mods.immibis.redlogic.gates.GateBlock.func_71872_e(GateBlock.java:153) at net.minecraft.world.World.func_72931_a(World.java:3760) at net.minecraft.item.ItemBlock.func_77884_a(ItemBlock.java:180) at net.minecraft.client.multiplayer.PlayerControllerMP.func_78760_a(PlayerControllerMP.java:376) at net.minecraft.client.Minecraft.func_71402_c(Minecraft.java:1316) -- Affected level -- Details: Level name: MpServer All players: 1 total; [EntityClientPlayerMP['Offline'/2, l='MpServer', x=-2027.21, y=57.62, z=-1042.88]] Chunk stats: MultiplayerChunkCache: 441 Level seed: 0 Level generator: ID 01 - flat, ver 0. Features enabled: false Level generator options: Level spawn location: World: (-2013,4,-1050), Chunk: (at 3,0,6 in -126,-66; contains blocks -2016,0,-1056 to -2001,255,-1041), Region: (-4,-3; contains chunks -128,-96 to -97,-65, blocks -2048,0,-1536 to -1537,255,-1025) Level time: 8598 game time, 8598 day time Level dimension: 0 Level storage version: 0x00000 - Unknown? Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false) Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false Forced entities: 26 total; [EntityItem['item.item.dyePowder.black'/59538, l='MpServer', x=-2051.94, y=53.13, z=-991.59], EntityBat['Bat'/27806, l='MpServer', x=-2034.25, y=44.10, z=-1021.97], EntityBat['Bat'/27807, l='MpServer', x=-2034.34, y=45.10, z=-1026.88], EntityBat['Bat'/27805, l='MpServer', x=-2034.56, y=44.10, z=-1021.44], EntityItem['item.item.dyePowder.black'/117735, l='MpServer', x=-2052.72, y=53.13, z=-994.34], EntityZombie['Zombie'/45713, l='MpServer', x=-2041.59, y=42.98, z=-1029.59], EntityItem['item.item.dyePowder.black'/137690, l='MpServer', x=-2079.22, y=48.13, z=-987.78], EntityItem['item.item.dyePowder.black'/164433, l='MpServer', x=-2050.44, y=53.13, z=-992.50], EntityClientPlayerMP['Offline'/2, l='MpServer', x=-2027.21, y=57.62, z=-1042.88], EntityItem['item.item.dyePowder.black'/34601, l='MpServer', x=-2049.63, y=53.13, z=-991.16], EntityBat['Bat'/174834, l='MpServer', x=-2091.66, y=40.70, z=-1114.28], EntityZombie['Zombie'/37542, l='MpServer', x=-2040.45, y=43.40, z=-1030.49], EntityZombie['Zombie'/37543, l='MpServer', x=-2037.47, y=40.00, z=-1025.53], EntityItem['item.item.dyePowder.black'/116842, l='MpServer', x=-2051.66, y=52.13, z=-990.78], EntityItem['item.item.dyePowder.black'/116841, l='MpServer', x=-2050.00, y=53.13, z=-989.41], EntityItem['item.item.dyePowder.black'/62528, l='MpServer', x=-2054.59, y=53.13, z=-995.59], EntityItem['item.item.dyePowder.black'/119119, l='MpServer', x=-2053.78, y=53.13, z=-995.78], EntityItem['item.item.dyePowder.black'/108917, l='MpServer', x=-2049.25, y=54.13, z=-997.06], EntityItem['item.item.dyePowder.black'/128452, l='MpServer', x=-2077.91, y=48.13, z=-987.88], EntityZombie['Zombie'/24172, l='MpServer', x=-2036.59, y=41.00, z=-1025.47], EntityCreeper['Creeper'/161963, l='MpServer', x=-2091.50, y=41.00, z=-1110.50], EntityItem['item.item.dyePowder.black'/135936, l='MpServer', x=-2050.78, y=52.13, z=-990.50], EntityBat['Bat'/27808, l='MpServer', x=-2036.28, y=45.10, z=-1030.09], EntityItem['item.item.dyePowder.black'/125770, l='MpServer', x=-2051.06, y=53.13, z=-995.25], EntityCreeper['Creeper'/34335, l='MpServer', x=-2042.47, y=43.33, z=-1028.47], EntityItem['item.item.dyePowder.black'/166226, l='MpServer', x=-2052.28, y=53.13, z=-992.69]] Retry entities: 0 total; [] Stacktrace: at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:441) at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2414) at net.minecraft.client.Minecraft.run(Minecraft.java:783) at java.lang.Thread.run(Unknown Source) -- System Details -- Details: Minecraft Version: 1.5.2 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.7.0_15, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 191889352 bytes (182 MB) / 786038784 bytes (749 MB) up to 954466304 bytes (910 MB) JVM Flags: 2 total; -Xms512m -Xmx1024m AABB Pool Size: 282 (15792 bytes; 0 MB) allocated, 2 (112 bytes; 0 MB) used Suspicious classes: FML and Forge are installed IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v7.51 FML v5.2.23.737 Minecraft Forge 7.8.1.737 70 mods loaded, 70 mods active mcp{7.51} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available FML{5.2.23.737} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Forge{7.8.1.737} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available CodeChickenCore{0.8.6.9} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available CoFHCore{1.5.2.2} [CoFH Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ImmibisMicroblocks{55.0.2} [Immibis's Microblocks] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available NotEnoughItems{1.5.2.16} [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available PowerCrystalsCore{1.1.8B1} [PowerCrystals Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available CoFHNetwork{1.5.2.2} [CoFHNetwork] (CoFHCore.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available CoFHWorld{1.5.2.2} [CoFHWorld] (CoFHCore.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ImmibisMicroblocksInstallCheck{55.0.2} [Immibis's Microblocks (Check for incorrect installation)] (immibis-microblocks-55.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BuildCraft|Core{3.6.0} [BuildCraft] (BuildCraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BuildCraft|Transport{3.6.0} [BC Transport] (BuildCraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BuildCraft|Silicon{3.6.0} [BC Silicon] (BuildCraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ThermalExpansion{2.4.3.0} [Thermal Expansion] (ThermalExpansion.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available IC2{1.115.348-lf} [IndustrialCraft 2] (IC2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BuildCraft|Builders{3.6.0} [BC Builders] (BuildCraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BuildCraft|Energy{3.6.0} [BC Energy] (BuildCraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BuildCraft|Factory{3.6.0} [BC Factory] (BuildCraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MineFactoryReloaded{1.5.1R2.6.4B1} [MineFactory Reloaded] (MineFactoryReloaded.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available AppliedEnergistics{rv.10.n} [Applied Energistics] (AppliedEnergistics.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BiblioCraft{1.2.3} [BiblioCraft] (BiblioCraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available CompactSolars{4.2.0.48} [Compact Solar Arrays] (CompactSolars.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ComputerCraft{1.53} [ComputerCraft] (ComputerCraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available CCTurtle{1.53} [ComputerCraft Turtles] (ComputerCraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available EE3{pre1h (build 16)} [Equivalent Exchange 3] (EE3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available EnderStorage{1.4.2.8} [EnderStorage] (EnderStorage.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MineFactoryReloaded|CompatForestryPre{1.5.1R2.6.4B1} [MFR Compat: Forestry (2)] (MineFactoryReloaded.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Forestry{2.2.4.3} [Forestry for Minecraft] (Forestry.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available BinnieCore{1.6-pre9} [Binnie Core] (ExtraBees.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ExtraBees{1.6-pre9} [Extra Bees] (ExtraBees.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Railcraft{7.2.1.0} [Railcraft] (Railcraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ImmibisCore{55.1.4} [Immibis Core] (immibis-core-55.1.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Tubestuff{55.0.2} [Tubestuff] (Tubestuff.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available GregTech_Addon{MC151} [GregTech-Addon] (Gregtech.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available iChunUtil{1.0.1} [iChunUtil] (iChunUtil.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available inventorytweaks{1.54b} [Inventory Tweaks] (InvTweaks.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available IronChest{5.2.6.424} [Iron Chest] (IronChest.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MineFactoryReloaded|CompatAppliedEnergistics{1.5.1R2.6.4B1} [MFR Compat: Applied Energistics] (MineFactoryReloaded.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MineFactoryReloaded|CompatForestry{1.5.1R2.6.4B1} [MFR Compat: Forestry] (MineFactoryReloaded.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MineFactoryReloaded|CompatIC2{1.5.1R2.6.4B1} [MFR Compat: IC2] (MineFactoryReloaded.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Mystcraft{0.10.4.00} [Mystcraft] (Mystcraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MineFactoryReloaded|CompatMystcraft{1.5.1R2.6.4B1} [MFR Compat: Mystcraft] (MineFactoryReloaded.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available SoulShards{1.0.16} [Soul Shards] (SoulShards.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MineFactoryReloaded|CompatSoulShards{1.5.1R2.6.4B1} [MFR Compat: SoulShards] (MineFactoryReloaded.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Thaumcraft{3.0.5e} [Thaumcraft] (Thaumcraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MFReloaded|CompatThaumcraft{1.5.1R2.6.4B1} [MFR Compat: Thaumcraft] (MineFactoryReloaded.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MineFactoryReloaded|CompatThermalExpansion{1.5.1R2.6.4B1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MineFactoryReloaded|CompatVanilla{1.5.1R2.6.4B1} [MFR Compat: Vanilla] (MineFactoryReloaded.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available MiscPeripherals{3.3} [MiscPeripherals] (MiscPeripherals.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ModularForceFieldSystem{2.3.0.1.15} [Modular ForceField System V2] (ModularForcefieldSystem.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available mmmPowersuits{0.7.0-534} [MachineMuse's Modular Powersuits] (ModularPowersuits.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available PowersuitAddons{0.2.3-148} [Andrew2448's Modular Powersuits Addon] (MPSAddons.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Natura{1.5.1_2.1.beta.4} [Natura] (Natura.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available NEIAddons{1.6.r10} [NEI Addons] (NEIAddons.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available NEIAddons|AE{1.6.r10} [NEI Addons: Applied Energistics] (NEIAddons.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available NEIAddons|CraftingTables{1.6.r10} [NEI Addons: Crafting Tables] (NEIAddons.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available NEIAddons|ExtraBees{1.6.r10} [NEI Addons: Extra Bees] (NEIAddons.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available NEIAddons|Forestry{1.6.r10} [NEI Addons: Forestry] (NEIAddons.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available NEIPlugins{1.0.9.1} [NEI Plugins] (NEIPlugins.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available OCS{1.5.2.0} [OpenCCSensors] (OpenCCSensors.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available PortalGun{1.5.2} [PortalGun] (PortalGun.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available bau5_ProjectBench{1.7.4} [Project Bench] (ProjectBench.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available RedLogic{55.0.0} [RedLogic] (redlogic-55.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available mod_ReiMinimap{v3.3_06 [1.5.2]} [mod_ReiMinimap] (ReiMinimap.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available xreliquary{1.5.2} [Xeno's Reliquary] (Reliquary.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available TConstruct{1.5.1_1.3.dev.46} [Tinkers' Construct] (TConstruct.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ThaumicBees{1.4.7c - ftbs} [ThaumicBees] (ThaumicBees.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ThaumicTinkerer{1.0.5} [Thaumic Tinkerer] (ThaumicTinkerer.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available OmniTools{3.1.4.0} [OmniTools] (OmniTools.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available LWJGL: 2.4.2 OpenGL: GeForce GTX 460M/PCIe/SSE2 GL version 4.2.0, NVIDIA Corporation Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Texture Pack: Default Profiler Position: N/A (disabled) Vec3 Pool Size: 311 (17416 bytes; 0 MB) allocated, 17 (952 bytes; 0 MB) used-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThanks for doing this.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumSeems TOO similar to be perfectly honest.
I am also able to repeat the same error in my regular modded Minecraft instance with several different gates and it looks like the issue may be with RailCraft's tracking nodes (the infamous hidden block which has been causing problems in a couple of different mods; the smeltery from Tinker's Construct comes to mind).
Editing config/railcraft/railcraft.cfg and setting the following seems to have fixed the issue for me:
Wire is the last thing I was missing from RP. Then i can ditch it for good. No more of the shens, delays, excuses and most importantly no more dealing with Eloraam's Paladins™.
Your version of microblocks are loads better than the RP ones, and I would suspect the components in this mods will surpass their counterparts in RP, as well.
Good on you! Cheers
Fortunately, it is just a mod.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumAnd here's a Mod Spotlight of version 55.0.2:
Did Eloraam give up hir mod?
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumhttp://forums.technicpack.net/threads/1-5-x-redstone-in-motion-redpower-frames-0-0-0-0-june-16-beta.47048/
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThanks edoreld for testing things!
You're welcome! Now let's talk about that deployer...