FYI buildcraft and gregtech are both 1.6.2 official release, can't wait for an update
I've already finished 1.6.2 updating, basicly just fixes some bug....
FYI buildcraft and gregtech are both 1.6.2 official release, can't wait for an update
I've already finished 1.6.2 updating, basicly just fixes some bug....
I've already finished 1.6.2 updating, basicly just fixes some bug....
Pray tell if you already finished the update where is the download link?
For voltage names
2049 to 8192 Highly extreme voltage
8192+ Ultimate voltage
Perhaps?
Insane Voltage? Just like Greg's code [if i'm not mistaken]
Insane Voltage is from Fallenbeast (too lazy to write that names numbers properly). I took that name over after it got mentioned on this Thread again.
Can you give me the mod file for the 1.5.2 version please? I need it for me and my friends (modified FTB unleashed server )
It is wonderful that your mod updated to 1.6.2, but when I use your mod with the experimental build of ic2, I get this error
Hi, I need the 1.5.2 version of this mod. I am not ready for 1.6.2 yet as a lot of mods are still updating.
Looks nice, I might try it
Is it me or is the adv. chemical reactor gui broken and recipes not showing?
IC² (thus all its plugins - including NEI support) are unstable, due overhaul (API, code [E-net] and new features).
Player and Thunderdark are on that job, alongside GregoriusT help (just help, he is not going to change anything on IC² on his own, he got GT for that sake).
Actually seems like the experimental IC2 has NEI stuff working mostly fine. At least the bit of browsing I did last night didn't show me any major errors. Only things I noticed were misaligned textures in one place and missing NEI support in couple of machines. The latter could have been caused by mechanics of those machines not being implemented, yet.
I said unstable, not broken, by the way.
It may or may not work.
Actually seems like the experimental IC2 has NEI stuff working mostly fine. At least the bit of browsing I did last night didn't show me any major errors. Only things I noticed were misaligned textures in one place and missing NEI support in couple of machines. The latter could have been caused by mechanics of those machines not being implemented, yet.
The Nei part of the experimental IC2 build is extreamly stable except for some missing textures and unaligned stuff. You do sometimes get critical errors with gregtech installed, however.
Can you give me the mod file for the 1.5.2 version please? I need it for me and my friends (modified FTB unleashed server )
I'm asking again...
Just noticed he was french!
Le dev ne semble pas être présent, et je crains que peu de gens ne possèdent la version que tu cherches étant donné que l'addon, encore en dévellopement était très peu utilisé.
hey great mod been playing it a while but its incompatible with the new IC2 experimental versions #49-67 ive tested.
java.lang.NullPointerException
at FrogCraft.Intergration.ic2.getItem(ic2.java:62)
at FrogCraft.Intergration.ic2.getItem(ic2.java:58)
at FrogCraft.Intergration.ic2.init(ic2.java:33)
at FrogCraft.mod_FrogCraft.load(mod_FrogCraft.java:272)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
Display More
I believe Its due to a rename in the IC2 api of dense copper plates.. A simple re-write as far as im aware is to change, in the ic2.java:
public static ItemStack getItem(String name,int amount){
return Items.getItem(name).copy().splitStack(amount);
}
to
public static ItemStack getItem(String name,int amount){
if(Items.getItem(name) != null)return Items.getItem(name).copy().splitStack(amount);
}
I havent tested it yet but i believe it should work.
Im going to set up a 1.6.2 enviorment and do a test.
Note that the IC2 Plates are now registered at the OreDictionary. "plateDenseCopper" is it in that Case.
Just noticed he was french!
Le dev ne semble pas être présent, et je crains que peu de gens ne possèdent la version que tu cherches étant donné que l'addon, encore en dévellopement était très peu utilisé.
Il y a eu 2 demandes pour la 1.5.2
Si le dev ne refait pas surface, je crois que je vais devoir rechercher dans mes anciens dossiers qui sont a la corbeille!
P.S : Tout les mods semblent avoir un truc Anciennes Versions non?
Not that one since it wasn't extremly downloaded maybe.
Wait ... Le premier truc à faire en ce cas EST de vérifier sa corbeille ^^.