Posts by FusedIon
-
-
I prefer to do things manually - I've got jar files going back to something like 1.6 (both modded and unmodded) and I had more, but I lost them in a hard drive failure. No, the thing is that I haven't been interested in 1.3 (or, in fact, any vanilla Minecraft update) - it's only the mods that I care about. Perhaps more to the point, I've just found out that things are going to be extremely busy this week and probably won't get a chance to even look at coding until the weekend. Updates are going to have to wait, I'm afraid.
Also, I run Linux, so that particular link wouldn't be much use to me
Multi MC works on linux (Or you could use Wine, But im not judging)
P.S.-Dont mind the link i just was making it so you dont have to scroll! -
Its because Compact Solars got a problem with FML (it basicly says: Hi im Compact solars with version {for FML unreadable stuff here})
and then FML says, ok your now 3.0.1.13 (FML gets this out of the context)
And the error happens when FML tries to get the version AGAIN, but fails and says: your now version 1.0So i couldnt tell but is my error the same?
Code
Display More2012-09-23 16:37:54 [SEVERE] [ForgeModLoader] The following problems were captured during this phase 2012-09-23 16:37:54 [SEVERE] [ForgeModLoader] Caught exception from CompactSolars java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:371) at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) at com.google.common.eventbus.EventBus.post(EventBus.java:268) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) at com.google.common.eventbus.EventBus.post(EventBus.java:268) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:81) at cpw.mods.fml.common.Loader.loadMods(Loader.java:460) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:144) at net.minecraft.client.Minecraft.a(Minecraft.java:405) at net.minecraft.client.Minecraft.run(Minecraft.java:737) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.NoSuchMethodError: cpw.mods.fml.common.event.FMLPreInitializationEvent.getVersionProperties()Ljava/util/Properties; at cpw.mods.compactsolars.CompactSolars.preInit(CompactSolars.java:44) ... 29 more 2012-09-23 16:38:05 [INFO] [STDERR] cpw.mods.fml.common.LoaderException: java.lang.reflect.InvocationTargetException 2012-09-23 16:38:05 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.transition(LoadController.java:102) 2012-09-23 16:38:05 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:461) 2012-09-23 16:38:05 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:144) 2012-09-23 16:38:05 [INFO] [STDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:405) 2012-09-23 16:38:05 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:737) 2012-09-23 16:38:05 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source) 2012-09-23 16:38:05 [INFO] [STDERR] Caused by: java.lang.reflect.InvocationTargetException 2012-09-23 16:38:05 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2012-09-23 16:38:05 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2012-09-23 16:38:05 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2012-09-23 16:38:05 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2012-09-23 16:38:05 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:371) 2012-09-23 16:38:05 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) 2012-09-23 16:38:05 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2012-09-23 16:38:05 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2012-09-23 16:38:05 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) 2012-09-23 16:38:05 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2012-09-23 16:38:05 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) 2012-09-23 16:38:05 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) 2012-09-23 16:38:05 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268) 2012-09-23 16:38:05 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:124) 2012-09-23 16:38:05 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2012-09-23 16:38:05 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2012-09-23 16:38:05 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2012-09-23 16:38:05 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2012-09-23 16:38:05 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) 2012-09-23 16:38:05 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2012-09-23 16:38:05 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) 2012-09-23 16:38:05 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) 2012-09-23 16:38:05 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268) 2012-09-23 16:38:05 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:81) 2012-09-23 16:38:05 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:460) 2012-09-23 16:38:05 [INFO] [STDERR] ... 4 more 2012-09-23 16:38:05 [INFO] [STDERR] Caused by: java.lang.NoSuchMethodError: cpw.mods.fml.common.event.FMLPreInitializationEvent.getVersionProperties()Ljava/util/Properties; 2012-09-23 16:38:05 [INFO] [STDERR] at cpw.mods.compactsolars.CompactSolars.preInit(CompactSolars.java:44) 2012-09-23 16:38:05 [INFO] [STDERR] ... 29 more
(I Cut out some so i would have enough room, Besides from the irreverence of it) -
*Sigh*
and:
if DoomFruit HasTried1.3 = false then
Get MultiMC
end -
Render armour models over the little schematic (as in the inventory screen)?
Indeed!
EDIT: Got an ETA on the 1.3 Version? -
I... have no idea what you said there.The Armour status image + my idea = It looks like you wearing it.
Makes sense?
-
So after posting and never paying any attention again, my idea(In only text, cause images hate me) is to have the real armor show only the armor status thing, But only with the Q helmet (or Nano, You choose) for aesthetic purposes....Love or Hate, If I wasn't such a lazy ass person, i would modify your classes to do such!
Let me know on your thoughts.
-
Just Right Click it and "Copy Image URL" or "Open Image In New Tab"
-
I was thinking that your mod could use your skin and then the armor instead of the flat pane of ugly (sorry for the opinion). So it would get the User's skin then render it at a certain angle, Then apply the "armor layer" at the same angle.
For Example:
Then For another example(with Full quantum(note its a little messed up because i set it as my actual skin))
Let me know what you think!
PS if the images aren't working just right click and Copy Image URL.
-
Only the best(or worst) requires the highest accuracy!
-
Hey Zippinus are going to add an upgrade recycler?
-
-
well i TMI myself all of my items cause im just building for the sake of building,but that was SUPER helpful to me ,thanks
-
so is higher efficiency better then?
-
just figured id post my reactor design
its 130 eu/t (duh) so its a total of 26,000,000 eu/t
(i know it cant finish a full cycle)
(edit) its also a Mark IV EC,
102.28 sec for it to fulfil its 26,000,000 eu/t
98.35 sec to cool down
efficiancy is 2.60this one cant finish a cycle
but this one can
its mark-II-2 EC
active eu/t is: 100 eu/t = 20,000,000 total eu/t
effective eu/t: 76.17eu/t
it can finish 2.68 cycles
efficiency:2.50