Humpf. The reason I was using manned water mills is that they are 8x more efficient than solars. Is it possible to add a setting for the manned mode ?
Thank you for answering anyway.
Posts by Streetwalker
-
-
Hey devs !
When reading the 1.103 changelog, I saw that the manned water mill output was reduced to 1 eu/t. This made me pretty sad, so I changed the value in config to 200 (was 100) to get back the good old 2 eu/t.
After starting up the game, my mills give me 2 eu/t for a few seconds, then drop to 1. I don' know why this is happening. Maybe you intentionally can't increase it ?
Thanks in advance. -
Nice, I was looking for a QSuit+LapPack+JetPack combo and you did it ! I like the fact that it's creative flying, much better than the regular jetpack. I just would like an option to remove the HUD, then it will be perfect.
-
It can't interfere because everything's being handled by NEI. The Thaumcraft plugin doesn't conflict with EE.
-
Hey everyone !
The latest version of NEI has a tooltip API which allows modders to show stuff, well, on the tooltip.
Many mods start to use it such as EE2 to show the value of an item, and I was wondering if it could be implemented so that we have the amount of energy left in an electric item, kinda like in the storage units (aka BatBox/MFE/MFSU).
IE : Mining Drill, and underneath the name something like 10000/10000 EU.
It would be more precise than that nice durability bar.Have a nice day !
-
I recompiled the erroneous classfile over the latest Forge.
It seems to work, though I haven't tested itat allextensively.
Let me know?
https://dl.dropbox.com/u/29415…lars-server-2.2.0.5-1.zipIt seems to load and run fine. Thanks a lot !
-
I made some alternate textures which, I think, look much better. From left to right : regular solar (unchanged), LV array, MV and HV :
You can't see on the picture, but the bottom texture is the same as the side.
The texture file is attached to this post.
Edit : Updated the top texture of LV and HV to have an iron border around the solar cells.
-
V2.0 for IC21.81 and 1.2.3 minecraft now available. Enjoy.
The last addon I needed ! Thanks.
-
So this weekend I made the mistake of getting my significant other into Minecraft, and she's asking asking me let her play Rocket Science... and thus here's a quick and dirty compatibility patch. Just getting IC2 properly decompiled was a bear and a half (MCP doesn't handle enums well, among other things), and the way IC2 handles items was radically changed, so I didn't have time to extensively bugtest - let me know if something goes wrong and I might be able to get to it sometime this week.
Future update plans are as follows. First, I'm going to finish the SSP features I've got partially coded (BuildCraft pipe support, satellite infrastructure, GPS satellite and transponder, mapping satellite, ground-penetrating imaging, orbital ion cannon, missile defense laser, radar dish and defense coordination block, control block for multiple missiles). Hopefully by the time that's finished I'll have found someone to take over the Bukkit conversion; if not, I can't promise anything.
Geek girls ? LOL this is so strange to me ! I was shocked when I learned Eloraam was a girl, and now I see she's not alone xD.
Other than that, 0.81 is completely broken. It doesn't work at all, no recipies, nothing in NEI and the creative inv is full of fusion reactors, which are unnamed. -sigh- -
Is the IB version just the port to BC 3.x ?
It crashes when I place electric engines and then I can't load the world cause it gives me the same error. I have IC2 1.43 and BC 3.1.1. Will give you full mod list if needed.Tile Engine: Invalid EngineClass for Metadata
java.lang.ClassNotFoundException: nullSmallElectricEngine
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at codechicken.baseeditor.ModClassLoader.loadClass(ModClassLoader.java:334)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at buildcraft.energy.TileEngine.b(TileEngine.java:258)
at bq.c(TileEntity.java:99)
at gy.a(SourceFile:203)
at tn.a(SourceFile:66)
at jz.e(jz.java:84)
at jz.a(jz.java:52)
at jz.b(jz.java:76)
at ry.c(World.java:470)
at ry.a(World.java:403)
at net.minecraft.client.Minecraft.e(Minecraft.java:1812)
at net.minecraft.client.Minecraft.a(Minecraft.java:1724)
at net.minecraft.client.Minecraft.a(Minecraft.java:1682)
at net.minecraft.client.Minecraft.a(Minecraft.java:1593)
at xz.e(SourceFile:161)
at pb.a(SourceFile:209)
at jn.a(SourceFile:152)
at xz.a(SourceFile:181)
at adt.b(EntityRenderer.java:805)
at EntityRendererProxy.b(EntityRendererProxy.java:15)
at net.minecraft.client.Minecraft.func_40001_x(Minecraft.java:738)
at net.minecraft.client.Minecraft.run(Minecraft.java:636)
at java.lang.Thread.run(Thread.java:680)
[Rei's Minimap] MCPatcher HD Fix: Found
Tile Engine: Invalid EngineClass for Metadata
java.lang.ClassNotFoundException: nullSmallElectricEngine
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at codechicken.baseeditor.ModClassLoader.loadClass(ModClassLoader.java:334)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at buildcraft.energy.TileEngine.createEngineIfNeeded(TileEngine.java:178)
at buildcraft.energy.TileEngine.initialize(TileEngine.java:63)
at buildcraft.core.TileBuildCraft.b(TileBuildCraft.java:52)
at buildcraft.energy.TileEngine.b(TileEngine.java:74)
at ry.m(World.java:1572)
at net.minecraft.client.Minecraft.k(Minecraft.java:1532)
at net.minecraft.client.Minecraft.func_40001_x(Minecraft.java:695)
at net.minecraft.client.Minecraft.run(Minecraft.java:636)
at java.lang.Thread.run(Thread.java:680)
java.lang.NullPointerException
at buildcraft.energy.TileEngine.initialize(TileEngine.java:66)
at buildcraft.core.TileBuildCraft.b(TileBuildCraft.java:52)
at buildcraft.energy.TileEngine.b(TileEngine.java:74)
at ry.m(World.java:1572)
at net.minecraft.client.Minecraft.k(Minecraft.java:1532)
at net.minecraft.client.Minecraft.func_40001_x(Minecraft.java:695)
at net.minecraft.client.Minecraft.run(Minecraft.java:636)
at java.lang.Thread.run(Thread.java:680)