You're measuring the batbox itself, getting input and output. Try measuring the wire itself and you'll see expected results.
yup this.
You're measuring the batbox itself, getting input and output. Try measuring the wire itself and you'll see expected results.
yup this.
thanks for the input!
Is v3 Working with IC2 v2 Beta ?
If you test EU directly on batbox, it will show output and input power combined. So you are receiving 32EU and outputting 13EU.
I'm not able to get compact solars to work with minecraft 1.3.2. Using Forge 4.3.5.318 and CompactSolars 3.0.4.15.
Forge log gives me this:
2012-10-29 10:47:19 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod CompactSolars
2012-10-29 10:47:19 [FINEST] [ForgeModLoader] Testing mod CompactSolars to verify it accepts its own version in a remote connection
2012-10-29 10:47:19 [SEVERE] [ForgeModLoader] The mod CompactSolars appears to reject its own version number (3.0.4.15) in its version handling. This is likely a severe bug in the mod!
2012-10-29 10:47:19 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into CompactSolars
2012-10-29 10:47:19 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.VerifyError: (class: cpw/mods/compactsolars/CommonProxy, method: getServerGuiElement signature: (ILqg;Lxe;III)Ljava/lang/Object;) Incompatible argument to function
2012-10-29 10:47:19 [INFO] [STDERR] at java.lang.Class.forName0(Native Method)
2012-10-29 10:47:19 [INFO] [STDERR] at java.lang.Class.forName(Class.java:247)
2012-10-29 10:47:19 [INFO] [STDERR] at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:51)
2012-10-29 10:47:19 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:414)
2012-10-29 10:47:19 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-10-29 10:47:19 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2012-10-29 10:47:19 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2012-10-29 10:47:19 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
2012-10-29 10:47:19 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2012-10-29 10:47:19 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2012-10-29 10:47:19 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2012-10-29 10:47:19 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2012-10-29 10:47:19 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2012-10-29 10:47:19 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:139)
2012-10-29 10:47:19 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-10-29 10:47:19 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2012-10-29 10:47:19 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2012-10-29 10:47:19 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
2012-10-29 10:47:19 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2012-10-29 10:47:19 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2012-10-29 10:47:19 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2012-10-29 10:47:19 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2012-10-29 10:47:19 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2012-10-29 10:47:19 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:82)
2012-10-29 10:47:19 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:466)
2012-10-29 10:47:19 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:148)
2012-10-29 10:47:19 [INFO] [STDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:416)
2012-10-29 10:47:19 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:748)
2012-10-29 10:47:19 [INFO] [STDERR] at java.lang.Thread.run(Thread.java:680)
Display More
Any suggestions how to get it working?
I'm not able to get compact solars to work with minecraft 1.3.2. Using Forge 4.3.5.318 and CompactSolars 3.0.4.15.
Forge log gives me this:
CodeDisplay More2012-10-29 10:47:19 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod CompactSolars 2012-10-29 10:47:19 [FINEST] [ForgeModLoader] Testing mod CompactSolars to verify it accepts its own version in a remote connection 2012-10-29 10:47:19 [SEVERE] [ForgeModLoader] The mod CompactSolars appears to reject its own version number (3.0.4.15) in its version handling. This is likely a severe bug in the mod! 2012-10-29 10:47:19 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into CompactSolars 2012-10-29 10:47:19 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.VerifyError: (class: cpw/mods/compactsolars/CommonProxy, method: getServerGuiElement signature: (ILqg;Lxe;III)Ljava/lang/Object;) Incompatible argument to function 2012-10-29 10:47:19 [INFO] [STDERR] at java.lang.Class.forName0(Native Method) 2012-10-29 10:47:19 [INFO] [STDERR] at java.lang.Class.forName(Class.java:247) 2012-10-29 10:47:19 [INFO] [STDERR] at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:51) 2012-10-29 10:47:19 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:414) 2012-10-29 10:47:19 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2012-10-29 10:47:19 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 2012-10-29 10:47:19 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 2012-10-29 10:47:19 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:597) 2012-10-29 10:47:19 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) 2012-10-29 10:47:19 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2012-10-29 10:47:19 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) 2012-10-29 10:47:19 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) 2012-10-29 10:47:19 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268) 2012-10-29 10:47:19 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:139) 2012-10-29 10:47:19 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2012-10-29 10:47:19 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 2012-10-29 10:47:19 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 2012-10-29 10:47:19 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:597) 2012-10-29 10:47:19 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) 2012-10-29 10:47:19 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2012-10-29 10:47:19 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) 2012-10-29 10:47:19 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) 2012-10-29 10:47:19 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268) 2012-10-29 10:47:19 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:82) 2012-10-29 10:47:19 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:466) 2012-10-29 10:47:19 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:148) 2012-10-29 10:47:19 [INFO] [STDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:416) 2012-10-29 10:47:19 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:748) 2012-10-29 10:47:19 [INFO] [STDERR] at java.lang.Thread.run(Thread.java:680)
Any suggestions how to get it working?
That is because the link you saw me post is for 1.4.2 and not 1.3.5 and it seems like his mediafire links are all dead.
That is because the link you saw me post is for 1.4.2 and not 1.3.5 and it seems like his mediafire links are all dead.
Oh, thanks! Used mirror links for correct download and now everything works.
The link is broken, I can't download it.
Kane cheers for the beta downloads. They do work on sp, but not on smp. I get an error that it can't get its own version or something like that. And when you try to connect it won't recognize the client version (using the same version).
Hope CPW will fix that soon, because its the only mod I am waiting for to get to 1.42 with the server.
Kane cheers for the beta downloads. They do work on sp, but not on smp. I get an error that it can't get its own version or something like that. And when you try to connect it won't recognize the client version (using the same version).
Hope CPW will fix that soon, because its the only mod I am waiting for to get to 1.42 with the server.
Sent a pull request with a fix (a very simple one). Fixed build: http://ompldr.org/vZzJscA
i was trying to install this mod, but it gave me a error with extraBiomesXL.
below is a link to the pastebin error
http://paste.ubuntu.com/1320398/
i hope you can help me with this
nvm wasnt finding the ID config
Hi!
I like this mod but I have one minor thing
When I install it my mined ore is not automatically placed in my forestry-mining-bag but it just goes into my inventory.
When I removed this mod all is fine again and mined ore goes into my mining bag as expected
Also the recipe for normal solar panels are not found in NEI-Search for me. It only finds the new panels when entering "Solar" in the search. It still DOES show the normal solarpanel when I klick on it in the recipe of the advanced solar panel
Cheers
How do you go back to the old solar panel recipe? I want compact solars, but i don't like the new recipe. Also, this is for IC2 in general, for some reason the sounds don't work. And yes, for those people out there who would suggest it, the volume is on. -_-
How do you go back to the old solar panel recipe? I want compact solars, but i don't like the new recipe. Also, this is for IC2 in general, for some reason the sounds don't work. And yes, for those people out there who would suggest it, the volume is on. -_-
Do you use GregTech? As far as I know, this mod does not change the solar panel recipe, check the GregTech config file
Do you use GregTech? As far as I know, this mod does not change the solar panel recipe, check the GregTech config file
OH MY GOD I LOVE YOU, if your a guy, no homo... I feel like an idiot now... Seriously man, thanks! You my friend have received a
pls tell me how u install it on pc i cant
Quotepls tell me how u install it on pc i cant
You see the mods folder? You drop it in there, installation does not change from mod to mod, except in very special cases
How to change the amount of energy given out of batteries?
Hey, I was wondering, how do you change the block ID of re-battery.
I'm using logistics pipes and when I updated minecraft to and related mods 1.4.2, logistics pipes could not auto craft solar panels due to the different block ID's from this mod.
(I originally upgraded everything to 1.4.2 but forgot to install this mod. I could still however auto craft solar panels, but when I installed this mod, it broke.)
TL;DR see pics, Help!
See here: http://imgur.com/a/qjwot
QuoteHey, I was wondering, how do you change the block ID of re-battery
First off, why are you asking here? Compact solars does not add the RE-battery, that is a core IC2 item. Second, go to the config folder and find the IC2 one, then look for
Inside it and change that ID to the one you want. Third, what exactly is your problem? The difference in metadata should not be a problem in crafting generators.