You should try SMP, its a lot more fun
f.e:. try to team up with a few people and build a power grid for your city that is capable of producing enough power, but doesnt waste it when there is too much.
Build a CASUC yourself, without the help of others/guides
Or you do what you would do without IC:
Build epic stuff.
Posts by imer
-
-
Quote
Bones are now on drop list for recycle box
Reasoning behind that? -
You are probably missing MC Forge
-
-
As mentioned, it's a 1:1 port. We're working on some minor tweaks, but agreed it couldnt hurt to throw out a version for you to test, given there were changes we didnt notice yet.
any improvements performace wise? (caused by 1.0) -
eu splitter does not evenly split eu
Try to apply redstone to it -
Suggestion:
How about removing the "only emit energy when full" option when redstoned and let storage blocks emit redstone when they are full? -
Lumintator:
- explode but dont damage any blocks or entities when powered with hv or higher
- sometimes light up when placing without being powered, light updates will fix this
- (real) hitbox is a full blockDetector cable:
Powered detector cable+restart minecraft=Code
Display Morejava.lang.NullPointerException at ic2.common.TileEntityBlock.onNetworkUpdate(TileEntityBlock.java:93) at ic2.common.TileEntityCable.onNetworkUpdate(TileEntityCable.java:431) at ic2.platform.NetworkManager.updateTileEntityField(NetworkManager.java :21) at ic2.common.TileEntityBlock.setActive(TileEntityBlock.java:71) at ic2.common.TileEntityCableDetector.a(TileEntityCableDetector.java:35) at ij.c(TileEntity.java:88) at lb.a(SourceFile:186) at gd.a(SourceFile:42) at ic.e(ic.java:84) at ic.c(ic.java:52) at ic.b(ic.java:76) at rv.c(World.java:400) at rv.a(World.java:1078) at rv.a(World.java:272) at net.minecraft.client.Minecraft.a(SourceFile:1588) at net.minecraft.client.Minecraft.a(SourceFile:1527) at net.minecraft.client.Minecraft.a(SourceFile:1447) at jv.c(SourceFile:161) at gr.a(SourceFile:209) at ge.a(SourceFile:152) at jv.a(SourceFile:181) at iw.b(EntityRenderer.java:711) at EntityRendererProxy.b(EntityRendererProxy.java:15) at net.minecraft.client.Minecraft.run(SourceFile:689) at java.lang.Thread.run(Unknown Source)
Chunk gets deleted..Detector cable does not turn on RP wire
Split cable does not react to RP wire, rs torches (on the wall) next to it
Quote-Added dictionary support for Bronze and Refined Iron
-Added Luminators Check
-Reworked Windmill mechanics
-Added Detector and Splitter cable Check
-Increased Tin-Cable capacity to 5 EUt
-Updated GeothermalGenerator GUI
-Spraying upon Scaffolds drops them again Check
-Lappack recipe made slightly more expensive
-Lappacks now properly work with high-energy gadgets
-QHelemt takes 2x more energy to refill hungre
-Miners cannot mine each others mining pipes anymore CheckInfinite helmet bug still works.
Achieved like this:
Wear any helmet+q-chest and take fall damage until your helmet should get destroyed
You now got an unlimited stack of helmets. fun!Did not test any recipes
-
Welcome greybierd don't worry alblaka doesn't bite...... usually....
thats what they told me too... -
-New config options to modify all generator outputs (either with direct numbers (EUt) or %)
-_- kb is going to nerf solars...
-
With both the CRTL fix and the full fixes the server crashes on startup:
Code
Display More30-Oct-2011 12:40:25 ModLoader readFromModFolder FINER: Zip found. 30-Oct-2011 12:40:25 ModLoader addMod FINE: Failed to load mod from "mod_IC2.class" 30-Oct-2011 12:40:25 ModLoader addMod FINER: THROW java.lang.NoClassDefFoundError: wd at mod_IC2.<clinit>(mod_IC2.java:177) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at java.lang.Class.newInstance0(Class.java:355) at java.lang.Class.newInstance(Class.java:308) at ModLoader.addMod(ModLoader.java:104) at ModLoader.readFromModFolder(ModLoader.java:847) at ModLoader.init(ModLoader.java:603) at ModLoader.Init(ModLoader.java:1269) at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:74) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:262) at ce.run(SourceFile:417) Caused by: java.lang.ClassNotFoundException: wd 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) ... 14 more 30-Oct-2011 12:40:25 ModLoader ThrowException SEVERE: Unexpected exception java.lang.NoClassDefFoundError: wd at mod_IC2.<clinit>(mod_IC2.java:177) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at java.lang.Class.newInstance0(Class.java:355) at java.lang.Class.newInstance(Class.java:308) at ModLoader.addMod(ModLoader.java:104) at ModLoader.readFromModFolder(ModLoader.java:847) at ModLoader.init(ModLoader.java:603) at ModLoader.Init(ModLoader.java:1269) at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:74) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:262) at ce.run(SourceFile:417) Caused by: java.lang.ClassNotFoundException: wd 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) ... 14 more 30-Oct-2011 12:40:25 ModLoader init FINER: THROW java.lang.RuntimeException: Exception occured in ModLoader at ModLoader.ThrowException(ModLoader.java:1206) at ModLoader.ThrowException(ModLoader.java:1211) at ModLoader.addMod(ModLoader.java:118) at ModLoader.readFromModFolder(ModLoader.java:847) at ModLoader.init(ModLoader.java:603) at ModLoader.Init(ModLoader.java:1269) at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:74) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:262) at ce.run(SourceFile:417) Caused by: java.lang.NoClassDefFoundError: wd at mod_IC2.<clinit>(mod_IC2.java:177) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at java.lang.Class.newInstance0(Class.java:355) at java.lang.Class.newInstance(Class.java:308) at ModLoader.addMod(ModLoader.java:104) ... 6 more Caused by: java.lang.ClassNotFoundException: wd 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) ... 14 more 30-Oct-2011 12:40:25 ModLoader ThrowException SEVERE: Unexpected exception java.lang.RuntimeException: Exception occured in ModLoader at ModLoader.ThrowException(ModLoader.java:1206) at ModLoader.ThrowException(ModLoader.java:1211) at ModLoader.addMod(ModLoader.java:118) at ModLoader.readFromModFolder(ModLoader.java:847) at ModLoader.init(ModLoader.java:603) at ModLoader.Init(ModLoader.java:1269) at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:74) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:262) at ce.run(SourceFile:417) Caused by: java.lang.NoClassDefFoundError: wd at mod_IC2.<clinit>(mod_IC2.java:177) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at java.lang.Class.newInstance0(Class.java:355) at java.lang.Class.newInstance(Class.java:308) at ModLoader.addMod(ModLoader.java:104) ... 6 more Caused by: java.lang.ClassNotFoundException: wd 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) ... 14 more
I also tried changing it to use CRTL myself, but I broke the fall damage absorption of the boots a bit^^. If you want the full v1.15 speed without sprinting you need to change float f = 0.22F; to float f = 0.25F; on line 53 in ItemArmorQuantumSuit.java
Caused by: java.lang.ClassNotFoundException: wd
is there a wd.class?
(dont know java at all but thats probably the reason :P) -
It's done, working, doesn't explode them. You can see in teh image I linked sing copper cable to the right, I think.
However, one issue with releasing it, need to wait for Nargon to update their minecraft.patch release to work correctly...
It won't work correctly until then.
Because of the nature of the bug, it works fine when testing in MCP using startclient.bat...
Does tin work too? -
nallar
Any news on the low-voltage cable thingy? -
-
-
Try using a dispenser
-
dont know if it's IC specific or not
Quotejava.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextEntry(Unknown Source)
at java.util.HashMap$ValueIterator.next(Unknown Source)
at vy.a(Chunk.java:813)
at rv.a(World.java:2869)
at wt.a(NetClientHandler.java:420)
at rk.a(SourceFile:81)
at iq.b(SourceFile:272)
at wt.b(NetClientHandler.java:64)
at gx.c(SourceFile:57)
at net.minecraft.client.Minecraft.k(SourceFile:1388)
at net.minecraft.client.Minecraft.run(SourceFile:666)
at java.lang.Thread.run(Unknown Source)
Does not happen all the time!
Edit: Seems to happen when you run arround too -
Like cables before - the hitbox is right, but it hurts you if you stand in the block (only tested that on smp )
-
Hoster has problems with routing atm..
http://status.ovh.de/?do=details&id=1876 -
When you use the cutter you get 2 rubber - 1 is clientside and can't be picked up