Suggestion: show the overall efficiency. Makes SUC and reflectors less valuable. Already an option in the simulator.
Posts by Luingar
-
-
I submit my hybrid reactor. It's a mark 2 in the planner, but in practice it's quite a bit safer as it loses lots of heat between switches
-
I think i'd be a good fit for either the suggestions or suggestions/bug reports subforums. I know the mod like the back of my hand, run a small server, and takes responsibility very seriously. Also i help out on the wiki so you can judge for yourself how responsible i am
-
I think that at a minimum
A: Alblaka needs to communicate with his community more. Forum posts, front page posts, ect ect. even if it's just "Sorry, 1.0.6 is broke, working on it" every week or so.B: You need to let players play broken versions. Have it only available on the forums, and make us install it by overwriting files in the released version of ic2, similar to how jeb_ does pre-releases. That allows the more advanced and intelligent users have the latest version (where all the bugs we're reporting are supposedly "fixed"), while preventing stupid people from posting known bugs.
C: Have a centralised, official location where we can see the known bugs. that is, bugs that alblaka and co. have officially acknowledged exists.
D: Get help. Get more coders, get more beta testers (or just impliment B). Grab the people from the best of the IC2 addons and have them work for you. give them the more menial jobs, freeing yourself to develop all new features
My two cents. going back to lurking now.
-
Simple thing, makes a lot of sense. Either make that the actual method to getting them or just an alternate thing. Thought about it when i looked at my 2 stacks of copper blocks i keep it in for storage.
-
yeah, when the entire wall hardens within 2 minecraft days except 3 blocks which stay foam for around 12 minecraft days (so far), and throw an error, that's a bug.
-
same error here.
log:
2012-09-28 23:31:09 [INFO] [STDOUT] Error in class 'SourceLWJGL OpenAL'
2012-09-28 23:31:09 [INFO] [STDOUT] Channel null in method 'stop'
2012-09-28 23:31:10 [INFO] [STDOUT] Channel null in method 'stop'
2012-09-28 23:31:10 [INFO] [STDOUT] Error in class 'SourceLWJGL OpenAL'
2012-09-28 23:31:10 [INFO] [STDOUT] Channel null in method 'stop'
it just repeats. -
Some cable-filled construction foam doesn't appear to harden. it actually is hard, just doesn't render appropriately. Reloading doesn't fix.
Here's log. error happens once i load the world.Code
Display More2012-09-28 23:24:35 [INFO] [STDOUT] [IC2] addContinuousTickCallback with world = null, callback = ic2.common.TileEntityCable$1@273d3564 2012-09-28 23:24:35 [INFO] [STDERR] java.lang.Exception: Stack trace 2012-09-28 23:24:35 [INFO] [STDERR] at java.lang.Thread.dumpStack(Unknown Source) 2012-09-28 23:24:35 [INFO] [STDERR] at ic2.common.IC2.addContinuousTickCallback(IC2.java:1567) 2012-09-28 23:24:35 [INFO] [STDERR] at ic2.common.TileEntityCable.changeFoam(TileEntityCable.java:506) 2012-09-28 23:24:35 [INFO] [STDERR] at ic2.common.TileEntityCable.a(TileEntityCable.java:72) 2012-09-28 23:24:35 [INFO] [STDERR] at aji.c(TileEntity.java:135) 2012-09-28 23:24:35 [INFO] [STDERR] at wy.a(AnvilChunkLoader.java:370) 2012-09-28 23:24:35 [INFO] [STDERR] at wy.a(AnvilChunkLoader.java:90) 2012-09-28 23:24:35 [INFO] [STDERR] at wy.a(AnvilChunkLoader.java:70) 2012-09-28 23:24:35 [INFO] [STDERR] at gq.e(ChunkProviderServer.java:153) 2012-09-28 23:24:35 [INFO] [STDERR] at gq.c(ChunkProviderServer.java:101) 2012-09-28 23:24:35 [INFO] [STDERR] at gq.d(ChunkProviderServer.java:137) 2012-09-28 23:24:35 [INFO] [STDERR] at up.e(World.java:378) 2012-09-28 23:24:35 [INFO] [STDERR] at up.d(World.java:1354) 2012-09-28 23:24:35 [INFO] [STDERR] at et.c(ServerConfigurationManager.java:180) 2012-09-28 23:24:35 [INFO] [STDERR] at et.a(ServerConfigurationManager.java:93) 2012-09-28 23:24:35 [INFO] [STDERR] at axy.b(IntegratedServerListenThread.java:99) 2012-09-28 23:24:35 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:646) 2012-09-28 23:24:35 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:563) 2012-09-28 23:24:35 [INFO] [STDERR] at axv.p(IntegratedServer.java:110) 2012-09-28 23:24:35 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469) 2012-09-28 23:24:35 [INFO] [STDERR] at ep.run(SourceFile:539) 2012-09-28 23:24:35 [INFO] [STDOUT] [IC2] addContinuousTickCallback with world = null, callback = ic2.common.TileEntityCable$1@385bbe 2012-09-28 23:24:35 [INFO] [STDERR] java.lang.Exception: Stack trace 2012-09-28 23:24:35 [INFO] [STDERR] at java.lang.Thread.dumpStack(Unknown Source) 2012-09-28 23:24:35 [INFO] [STDERR] at ic2.common.IC2.addContinuousTickCallback(IC2.java:1567) 2012-09-28 23:24:35 [INFO] [STDERR] at ic2.common.TileEntityCable.changeFoam(TileEntityCable.java:506) 2012-09-28 23:24:35 [INFO] [STDERR] at ic2.common.TileEntityCable.a(TileEntityCable.java:72) 2012-09-28 23:24:35 [INFO] [STDERR] at aji.c(TileEntity.java:135) 2012-09-28 23:24:35 [INFO] [STDERR] at wy.a(AnvilChunkLoader.java:370) 2012-09-28 23:24:35 [INFO] [STDERR] at wy.a(AnvilChunkLoader.java:90) 2012-09-28 23:24:35 [INFO] [STDERR] at wy.a(AnvilChunkLoader.java:70) 2012-09-28 23:24:35 [INFO] [STDERR] at gq.e(ChunkProviderServer.java:153) 2012-09-28 23:24:35 [INFO] [STDERR] at gq.c(ChunkProviderServer.java:101) 2012-09-28 23:24:35 [INFO] [STDERR] at gq.d(ChunkProviderServer.java:137) 2012-09-28 23:24:35 [INFO] [STDERR] at up.e(World.java:378) 2012-09-28 23:24:35 [INFO] [STDERR] at up.d(World.java:1354) 2012-09-28 23:24:35 [INFO] [STDERR] at et.c(ServerConfigurationManager.java:180) 2012-09-28 23:24:35 [INFO] [STDERR] at et.a(ServerConfigurationManager.java:93) 2012-09-28 23:24:35 [INFO] [STDERR] at axy.b(IntegratedServerListenThread.java:99) 2012-09-28 23:24:35 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:646) 2012-09-28 23:24:35 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:563) 2012-09-28 23:24:35 [INFO] [STDERR] at axv.p(IntegratedServer.java:110) 2012-09-28 23:24:35 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469) 2012-09-28 23:24:35 [INFO] [STDERR] at ep.run(SourceFile:539) 2012-09-28 23:24:35 [INFO] [STDOUT] [IC2] addContinuousTickCallback with world = null, callback = ic2.common.TileEntityCable$1@157a5cdc 2012-09-28 23:24:35 [INFO] [STDERR] java.lang.Exception: Stack trace 2012-09-28 23:24:35 [INFO] [STDERR] at java.lang.Thread.dumpStack(Unknown Source) 2012-09-28 23:24:35 [INFO] [STDERR] at ic2.common.IC2.addContinuousTickCallback(IC2.java:1567) 2012-09-28 23:24:35 [INFO] [STDERR] at ic2.common.TileEntityCable.changeFoam(TileEntityCable.java:506) 2012-09-28 23:24:35 [INFO] [STDERR] at ic2.common.TileEntityCable.a(TileEntityCable.java:72) 2012-09-28 23:24:35 [INFO] [STDERR] at aji.c(TileEntity.java:135) 2012-09-28 23:24:35 [INFO] [STDERR] at wy.a(AnvilChunkLoader.java:370) 2012-09-28 23:24:35 [INFO] [STDERR] at wy.a(AnvilChunkLoader.java:90) 2012-09-28 23:24:35 [INFO] [STDERR] at wy.a(AnvilChunkLoader.java:70) 2012-09-28 23:24:35 [INFO] [STDERR] at gq.e(ChunkProviderServer.java:153) 2012-09-28 23:24:35 [INFO] [STDERR] at gq.c(ChunkProviderServer.java:101) 2012-09-28 23:24:35 [INFO] [STDERR] at gq.d(ChunkProviderServer.java:137) 2012-09-28 23:24:35 [INFO] [STDERR] at up.e(World.java:378) 2012-09-28 23:24:35 [INFO] [STDERR] at up.d(World.java:1354) 2012-09-28 23:24:35 [INFO] [STDERR] at et.c(ServerConfigurationManager.java:180) 2012-09-28 23:24:35 [INFO] [STDERR] at et.a(ServerConfigurationManager.java:93) 2012-09-28 23:24:35 [INFO] [STDERR] at axy.b(IntegratedServerListenThread.java:99) 2012-09-28 23:24:35 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:646) 2012-09-28 23:24:35 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:563) 2012-09-28 23:24:35 [INFO] [STDERR] at axv.p(IntegratedServer.java:110) 2012-09-28 23:24:35 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469) 2012-09-28 23:24:35 [INFO] [STDERR] at ep.run(SourceFile:539) 2012-09-28 23:24:35 [INFO] [STDOUT] [IC2] addContinuousTickCallback with world = null, callback = ic2.common.TileEntityCable$1@3c87cea2 2012-09-28 23:24:35 [INFO] [STDERR] java.lang.Exception: Stack trace 2012-09-28 23:24:35 [INFO] [STDERR] at java.lang.Thread.dumpStack(Unknown Source) 2012-09-28 23:24:35 [INFO] [STDERR] at ic2.common.IC2.addContinuousTickCallback(IC2.java:1567) 2012-09-28 23:24:35 [INFO] [STDERR] at ic2.common.TileEntityCable.changeFoam(TileEntityCable.java:506) 2012-09-28 23:24:35 [INFO] [STDERR] at ic2.common.TileEntityCable.a(TileEntityCable.java:72) 2012-09-28 23:24:35 [INFO] [STDERR] at aji.c(TileEntity.java:135) 2012-09-28 23:24:35 [INFO] [STDERR] at wy.a(AnvilChunkLoader.java:370) 2012-09-28 23:24:35 [INFO] [STDERR] at wy.a(AnvilChunkLoader.java:90) 2012-09-28 23:24:35 [INFO] [STDERR] at wy.a(AnvilChunkLoader.java:70) 2012-09-28 23:24:35 [INFO] [STDERR] at gq.e(ChunkProviderServer.java:153) 2012-09-28 23:24:35 [INFO] [STDERR] at gq.c(ChunkProviderServer.java:101) 2012-09-28 23:24:35 [INFO] [STDERR] at gq.d(ChunkProviderServer.java:137) 2012-09-28 23:24:35 [INFO] [STDERR] at up.e(World.java:378) 2012-09-28 23:24:35 [INFO] [STDERR] at up.d(World.java:1354) 2012-09-28 23:24:35 [INFO] [STDERR] at et.c(ServerConfigurationManager.java:180) 2012-09-28 23:24:35 [INFO] [STDERR] at et.a(ServerConfigurationManager.java:93) 2012-09-28 23:24:35 [INFO] [STDERR] at axy.b(IntegratedServerListenThread.java:99) 2012-09-28 23:24:35 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:646) 2012-09-28 23:24:35 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:563) 2012-09-28 23:24:35 [INFO] [STDERR] at axv.p(IntegratedServer.java:110) 2012-09-28 23:24:35 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469) 2012-09-28 23:24:35 [INFO] [STDERR] at ep.run(SourceFile:539)
-
holy crap is this thread still active?!?
well dang. may as well throw my own application in here.- Name/Nick:
Luingar McWolf- MC/IC2 Nicks:
Luingar, Luingar, and Luingar- Timezone you're living in, given in GMT:
GMT -6- The position you want to take, aka: Beta Tester
- Previous experience on the position mentioned above:
Current Active beta tester in League of Legends, Planetside 2, Smite.
Previous beta experiance: Star wars, the old republic, Minecraft, Project Zomboid, Planetside, Sins of a Solar Empire: Diplomacy, Sins of a solar empire: Rebellion.Notes: I waited to apply until i was very familiar with IC2. I've lots of beta-testing experiance and i know how to test, replicate, and report bugs, and also sometimes give accurate pointers as to what might be causing the bug if i can't replicate it reliably.
PS: i predict NOTHING comes of this
-
Industrialcraft was my first Mod that got me into Mods.
this. Excellent work albaka. i love you. bear my robot manchildren
-
Suggestion: When any machine, generator, or other device turns off for any reason (except redstone off switch), they will not attempt to turn off for one second. This will prevent luminator flickering, macerator grind spam, geothermal generator sound spam, reduce lag, and various other things.
-
I'll have to check for energy or lap crystals. And not always, for example if the miner takes upgrades I fully intend to drop a couple energy storage upgrades into it to charge-and-forget it.
-
Machines will not draw power from an RE battery if they have an energy storage upgrade unless/until the capacitor drops below the level it would be at if it didn't have the upgrade at all.
-
Please update this. I'd love you forever and ever :<
-
Installed ID resolver. Didn't say nothing. I can't find any conflicts myself, are there any other possible reasons this fusion reactor isn't working?
-
Fusion reactor ain't starting. Apparently this is an ID conflict. with what? buildcraft? redpower?
what exactly is conflicting? The heater elements? or the reactor?
halp?Realised y'all probably need what mods i got installed. modloader.txt below.
Jan 8, 2012 1:57:34 PM ModLoader addMod
FINE: Mod Initialized: "mod_treecapitator 1.0.0 - v3 - DaftPVF" from mod_treecapitator.class
Jan 8, 2012 1:57:34 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Users\Luingar\AppData\Roaming\.minecraft\mods\[1.0.0] Somnia v17 MCF(1).zip
Jan 8, 2012 1:57:34 PM ModLoader readFromModFolder
FINER: Zip found.
Jan 8, 2012 1:57:34 PM ModLoader addMod
FINE: Mod Initialized: "mod_Somnia v17 [1.0.0]" from mod_Somnia.class
Jan 8, 2012 1:57:34 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Users\Luingar\AppData\Roaming\.minecraft\mods\[1.0.0]ReiMinimap_v2.9.zip
Jan 8, 2012 1:57:34 PM ModLoader readFromModFolder
FINER: Zip found.
Jan 8, 2012 1:57:34 PM ModLoader addMod
FINE: Mod Initialized: "mod_ReiMinimap v2.9 [1.0.0]" from mod_ReiMinimap.class
Jan 8, 2012 1:57:34 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Users\Luingar\AppData\Roaming\.minecraft\mods\[1.0] Elevator (v1.9).zip
Jan 8, 2012 1:57:34 PM ModLoader readFromModFolder
FINER: Zip found.
Jan 8, 2012 1:57:34 PM ModLoader addMod
FINE: Mod Initialized: "mod_Elevator Minecraft 1.0" from mod_Elevator.class
Jan 8, 2012 1:57:34 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Users\Luingar\AppData\Roaming\.minecraft\mods\buildcraft-client-A-core-2.2.10.zip
Jan 8, 2012 1:57:34 PM ModLoader readFromModFolder
FINER: Zip found.
Jan 8, 2012 1:57:34 PM ModLoader addMod
FINE: Mod Initialized: "mod_BuildCraftCore 2.2.10" from mod_BuildCraftCore.class
Jan 8, 2012 1:57:34 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Users\Luingar\AppData\Roaming\.minecraft\mods\buildcraft-client-B-builders-2.2.10.zip
Jan 8, 2012 1:57:34 PM ModLoader readFromModFolder
FINER: Zip found.
Jan 8, 2012 1:57:34 PM ModLoader addMod
FINE: Mod Initialized: "mod_BuildCraftBuilders 2.2.10" from mod_BuildCraftBuilders.class
Jan 8, 2012 1:57:34 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Users\Luingar\AppData\Roaming\.minecraft\mods\buildcraft-client-B-energy-2.2.10.zip
Jan 8, 2012 1:57:34 PM ModLoader readFromModFolder
FINER: Zip found.
Jan 8, 2012 1:57:34 PM ModLoader addMod
FINE: Mod Initialized: "mod_BuildCraftEnergy 2.2.10" from mod_BuildCraftEnergy.class
Jan 8, 2012 1:57:35 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Users\Luingar\AppData\Roaming\.minecraft\mods\buildcraft-client-B-factory-2.2.10.zip
Jan 8, 2012 1:57:35 PM ModLoader readFromModFolder
FINER: Zip found.
Jan 8, 2012 1:57:35 PM ModLoader addMod
FINE: Mod Initialized: "mod_BuildCraftFactory 2.2.10" from mod_BuildCraftFactory.class
Jan 8, 2012 1:57:35 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Users\Luingar\AppData\Roaming\.minecraft\mods\buildcraft-client-B-transport-2.2.10.zip
Jan 8, 2012 1:57:35 PM ModLoader readFromModFolder
FINER: Zip found.
Jan 8, 2012 1:57:35 PM ModLoader addMod
FINE: Mod Initialized: "mod_BuildCraftTransport 2.2.10" from mod_BuildCraftTransport.class
Jan 8, 2012 1:57:35 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Users\Luingar\AppData\Roaming\.minecraft\mods\CraftGuide-1.3.1.zip
Jan 8, 2012 1:57:35 PM ModLoader readFromModFolder
FINER: Zip found.
Jan 8, 2012 1:57:35 PM ModLoader addMod
FINE: Mod Initialized: "mod_CraftGuide 1.3.1" from mod_CraftGuide.class
Jan 8, 2012 1:57:35 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Users\Luingar\AppData\Roaming\.minecraft\mods\daftpvf
Jan 8, 2012 1:57:35 PM ModLoader readFromModFolder
FINER: Directory found.
Jan 8, 2012 1:57:35 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Users\Luingar\AppData\Roaming\.minecraft\mods\icguide-1.1.zip
Jan 8, 2012 1:57:35 PM ModLoader readFromModFolder
FINER: Zip found.
Jan 8, 2012 1:57:35 PM ModLoader addMod
FINE: Mod Initialized: "mod_ICGuide v1.0" from mod_ICGuide.class
Jan 8, 2012 1:57:35 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Users\Luingar\AppData\Roaming\.minecraft\mods\indRocketScience.jar
Jan 8, 2012 1:57:35 PM ModLoader readFromModFolder
FINER: Zip found.
Jan 8, 2012 1:57:35 PM ModLoaderMp Log
FINE: ModLoaderMP 1.0.0 Initialized
Jan 8, 2012 1:57:35 PM ModLoader addMod
FINE: Mod Initialized: "mod_Missile 0.71" from mod_Missile.class
Jan 8, 2012 1:57:35 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Users\Luingar\AppData\Roaming\.minecraft\mods\industrialcraft-2-client_1.43.jar
Jan 8, 2012 1:57:35 PM ModLoader readFromModFolder
FINER: Zip found.
Jan 8, 2012 1:57:35 PM ModLoader addMod
FINE: Mod Initialized: "mod_IC2 v1.43" from mod_IC2.class
Jan 8, 2012 1:57:35 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Users\Luingar\AppData\Roaming\.minecraft\mods\mod_ironchests-client-0.9.6.zip
Jan 8, 2012 1:57:35 PM ModLoader readFromModFolder
FINER: Zip found.
Jan 8, 2012 1:57:35 PM ModLoader addMod
FINE: Mod Initialized: "mod_IronChest 0.9.6" from mod_IronChest.class
Jan 8, 2012 1:57:35 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Users\Luingar\AppData\Roaming\.minecraft\mods\record-1.0.0.zip
Jan 8, 2012 1:57:35 PM ModLoader readFromModFolder
FINER: Zip found.
Jan 8, 2012 1:57:35 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Users\Luingar\AppData\Roaming\.minecraft\mods\redpower
Jan 8, 2012 1:57:35 PM ModLoader readFromModFolder
FINER: Directory found.
Jan 8, 2012 1:57:35 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Users\Luingar\AppData\Roaming\.minecraft\mods\RedPowerArray-2.0pr4b.zip
Jan 8, 2012 1:57:35 PM ModLoader readFromModFolder
FINER: Zip found.
Jan 8, 2012 1:57:35 PM ModLoader addMod
FINE: Mod Initialized: "mod_RedPowerArray 2.0pr4b" from mod_RedPowerArray.class
Jan 8, 2012 1:57:35 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Users\Luingar\AppData\Roaming\.minecraft\mods\RedPowerCore-2.0pr4b.zip
Jan 8, 2012 1:57:35 PM ModLoader readFromModFolder
FINER: Zip found.
Jan 8, 2012 1:57:35 PM ModLoader addMod
FINE: Mod Initialized: "mod_RedPowerCore 2.0pr4b" from mod_RedPowerCore.class
Jan 8, 2012 1:57:35 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Users\Luingar\AppData\Roaming\.minecraft\mods\RedPowerLighting-2.0pr4b.zip
Jan 8, 2012 1:57:35 PM ModLoader readFromModFolder
FINER: Zip found.
Jan 8, 2012 1:57:35 PM ModLoader addMod
FINE: Mod Initialized: "mod_RedPowerLighting 2.0pr4b" from mod_RedPowerLighting.class
Jan 8, 2012 1:57:35 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Users\Luingar\AppData\Roaming\.minecraft\mods\RedPowerLogic-2.0pr4b.zip
Jan 8, 2012 1:57:35 PM ModLoader readFromModFolder
FINER: Zip found.
Jan 8, 2012 1:57:35 PM ModLoader addMod
FINE: Mod Initialized: "mod_RedPowerLogic 2.0pr4b" from mod_RedPowerLogic.class
Jan 8, 2012 1:57:35 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Users\Luingar\AppData\Roaming\.minecraft\mods\RedPowerWiring-2.0pr4b.zip
Jan 8, 2012 1:57:35 PM ModLoader readFromModFolder
FINER: Zip found.
Jan 8, 2012 1:57:35 PM ModLoader addMod
FINE: Mod Initialized: "mod_RedPowerWiring 2.0pr4b" from mod_RedPowerWiring.class
Jan 8, 2012 1:57:35 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Users\Luingar\AppData\Roaming\.minecraft\mods\rei_minimap
Jan 8, 2012 1:57:35 PM ModLoader readFromModFolder
FINER: Directory found.
Jan 8, 2012 1:57:35 PM ModLoader init
FINE: Mod Loaded: "mod_ModLoaderMp 1.0.0"
Jan 8, 2012 1:57:35 PM ModLoader init
FINE: Mod Loaded: "mod_treecapitator 1.0.0 - v3 - DaftPVF"
Jan 8, 2012 1:57:35 PM mod_Somnia supportsMinecraftForge
FINE: mod_Somnia: Minecraft Forge was detected. Enabling SleepHandler.
Jan 8, 2012 1:57:35 PM ModLoader init
FINE: Mod Loaded: "mod_Somnia v17 [1.0.0]"
Jan 8, 2012 1:57:35 PM ModLoader init
FINE: Mod Loaded: "mod_ReiMinimap v2.9 [1.0.0]"
Jan 8, 2012 1:57:35 PM ModLoader init
FINE: Mod Loaded: "mod_Elevator Minecraft 1.0"
Jan 8, 2012 1:57:35 PM ModLoader init
FINE: Mod Loaded: "mod_BuildCraftCore 2.2.10"
Jan 8, 2012 1:57:35 PM ModLoader init
FINE: Mod Loaded: "mod_BuildCraftBuilders 2.2.10"
Jan 8, 2012 1:57:35 PM ModLoader init
FINE: Mod Loaded: "mod_BuildCraftEnergy 2.2.10"
Jan 8, 2012 1:57:35 PM ModLoader init
FINE: Mod Loaded: "mod_BuildCraftFactory 2.2.10"
Jan 8, 2012 1:57:35 PM ModLoader init
FINE: Mod Loaded: "mod_BuildCraftTransport 2.2.10"
Jan 8, 2012 1:57:35 PM ModLoader init
FINE: Mod Loaded: "mod_CraftGuide 1.3.1"
Jan 8, 2012 1:57:35 PM ModLoader init
FINE: Mod Loaded: "mod_ICGuide v1.0"
Jan 8, 2012 1:57:35 PM ModLoader init
FINE: Mod Loaded: "mod_Missile 0.71"
Jan 8, 2012 1:57:36 PM ModLoaderMp Log
FINE: RegisterGUI error: inventoryType already registered.
Jan 8, 2012 1:57:36 PM ModLoaderMp Log
FINE: RegisterGUI error: inventoryType already registered.
Jan 8, 2012 1:57:36 PM ModLoader init
FINE: Mod Loaded: "mod_IC2 v1.43"
Jan 8, 2012 1:57:36 PM ModLoader init
FINE: Mod Loaded: "mod_IronChest 0.9.6"
Jan 8, 2012 1:57:36 PM ModLoader init
FINE: Mod Loaded: "mod_RedPowerArray 2.0pr4b"
Jan 8, 2012 1:57:36 PM ModLoader init
FINE: Mod Loaded: "mod_RedPowerCore 2.0pr4b"
Jan 8, 2012 1:57:36 PM ModLoader init
FINE: Mod Loaded: "mod_RedPowerLighting 2.0pr4b"
Jan 8, 2012 1:57:36 PM ModLoader init
FINE: Mod Loaded: "mod_RedPowerLogic 2.0pr4b"
Jan 8, 2012 1:57:36 PM ModLoader init
FINE: Mod Loaded: "mod_RedPowerWiring 2.0pr4b"
Jan 8, 2012 1:57:36 PM BuildCraftCore initialize
FINE: Starting BuildCraft 2.2.10
Jan 8, 2012 1:57:36 PM BuildCraftCore initialize
FINE: Copyright (c) SpaceToad, 2011
Jan 8, 2012 1:57:36 PM BuildCraftCore initialize
FINE: http://www.mod-buildcraft.com
Jan 8, 2012 1:57:36 PM ModLoader AddAllRenderers
FINE: Initialized -
Thornbush
Tier 4
Drops cuttings which can be used to make thorn clusters: 1/2 block high clusters of thorns that do damage to anyone walking on or otherwise colliding with them. Great for putting on top of fences.
Sharp, Thorny, Painful
Colliding with the plant has a 1 in 3 chance per second of causing 1 heart of damageToxic mushrooms
Tier 4
Drops toxic spores which can be used to cause your next melee attack to poison the enemy. (alternately, attacking an enemy with the toxic spores out poisons the enemy.) Does not work on skeletons. Craft with arrows to create poison arrows. Craft with thorn clusters to create poisoned thorn clusters.
Noxious, Musty, Fungal -
I'm providing my services to make industrial-craft (and buildcraft/redpower) compatible with your favorite texture pack.
Mostly this means I'll make naturally occurring blocks match up with the ones in your texture pack, though I might do some work on the actual machines if the fancy strikes me.
I'll also do resizing for 32*32 and 64*64 textures, but don't expect too fancy a job on that. >_>Just send me a .zip with your texture pack and industrialcraft jar (and buildcraft and redpower zips if you want those)
You can attach them to your reply or just send them to Luingar@gmail.comIf you like my work you can feel free to send donations via paypal to the same e-mail address.
-
But thats a CASUC design XD. Dont know if he wants that.
normally i hate SUC, but in this case i'm pretty okay with it 'cuz it's entirely optional.
-
You easily could have found this with a little searching. The other stickied thread in this section (http://forum.industrial-craft.…page=Thread&threadID=2963) has a bunch of great reactor designs.
This design in particular seems like what you're looking for
http://www.talonfiremage.pwp.b…=1k10101001501521s1r11r10