The addon has been renovated! The new name is because of the new item. Please read the OP.
[AddOn v1.43/v1.64] Advanced Machines V3.2 Beta 2
-
-
PSI? How dare you! It needs to use Gibbl. Everyone knows the Compresser currently uses 4k Gibble to compress stuff, so this thing ought to have the compresser's rate at 4k Gibble.
Serious note, This mod-mod is epic! A macerator that doesn't take a year to run? I'm in!
-
Just downloaded and installed! The Rotary Macerator works just fine but there is no sCompressor. I checked the download file and it doesn't contain anything titled "compressor.class" or anything like that. It only has the files for the new macerator. Am I missing a file or am I doing something else wrong? If you need more info let me know. Also, I'm doing a fresh install so there wont be any compatibility issues. Thanks.
-
I have the same problem as the guy above me.
-
Quote
No compressor
Just downloaded and installed! The Rotary Macerator works just fine but there is no sCompressor. I checked the download file and it doesn't contain anything titled "compressor.class" or anything like that. It only has the files for the new macerator. Am I missing a file or am I doing something else wrong? If you need more info let me know. Also, I'm doing a fresh install so there wont be any compatibility issues. Thanks.
QuoteI have the same problem as the guy above me.
Woops. I forgot to change the .zip to the new folder. Sorry about that. Fixed in OP.
-
Nice update !
But again... problem with IDs for me
Here is my config file :
Code
Display More# Configuration file # Generated on 26/09/11 17:25 ########### # General # ########### general { } ######### # Block # ######### block { blockAdvMachine=180 } ######## # Item # ######## item { }
Minecraft seems to completely ignore this property : it keeps saying 'Slot 199 is already occupied'...
Did I wrote the wrong property ?Thanks in advance.
-
Ok, I found the solution : I need to put 3 properties into the config file...
Code
Display More# Configuration file # Generated on 26/09/11 17:25 ########### # General # ########### general { } ######### # Block # ######### block { blockAdvMachine=180 blockRotary=179 blockSingularity=178 } ######## # Item # ######## item { }
Forget my previous message
-
I'd like to, but you made me realize another mistake in coding. Yet more bugfixes in the OP.
-
Code
Display MoreFINER: THROW java.lang.IllegalArgumentException: block parameter cannot be null. at ModLoader.RegisterBlock(ModLoader.java:1264) at mod_IC2_AdvMachine.(mod_IC2_AdvMachine.java:22) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at java.lang.Class.newInstance0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at ModLoader.addMod(ModLoader.java:272) at ModLoader.readFromModFolder(ModLoader.java:1169) at ModLoader.init(ModLoader.java:811) at ModLoader.AddAllRenderers(ModLoader.java:183) at th.(th.java:60) at th.(th.java:9) at net.minecraft.client.Minecraft.a(SourceFile:318) at net.minecraft.client.Minecraft.run(SourceFile:716) at java.lang.Thread.run(Unknown Source) Sep 26, 2011 12:30:04 PM ModLoader addMod FINE: Mod Loaded: "mod_IC2_AdvMachine v1.00" from mod_IC2_AdvMachine.class
This is the error i get when i tried to run it with the original id 199 -
Code
Display MoreFINER: THROW java.lang.IllegalArgumentException: block parameter cannot be null. at ModLoader.RegisterBlock(ModLoader.java:1264) at mod_IC2_AdvMachine.(mod_IC2_AdvMachine.java:22) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at java.lang.Class.newInstance0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at ModLoader.addMod(ModLoader.java:272) at ModLoader.readFromModFolder(ModLoader.java:1169) at ModLoader.init(ModLoader.java:811) at ModLoader.AddAllRenderers(ModLoader.java:183) at th.(th.java:60) at th.(th.java:9) at net.minecraft.client.Minecraft.a(SourceFile:318) at net.minecraft.client.Minecraft.run(SourceFile:716) at java.lang.Thread.run(Unknown Source) Sep 26, 2011 12:30:04 PM ModLoader addMod FINE: Mod Loaded: "mod_IC2_AdvMachine v1.00" from mod_IC2_AdvMachine.class
This is the error i get when i tried to run it with the original id 199I get exactly the same =/
-
Code
Display MoreFINER: THROW java.lang.IllegalArgumentException: block parameter cannot be null. at ModLoader.RegisterBlock(ModLoader.java:1264) at mod_IC2_AdvMachine.(mod_IC2_AdvMachine.java:22) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at java.lang.Class.newInstance0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at ModLoader.addMod(ModLoader.java:272) at ModLoader.readFromModFolder(ModLoader.java:1169) at ModLoader.init(ModLoader.java:811) at ModLoader.AddAllRenderers(ModLoader.java:183) at th.(th.java:60) at th.(th.java:9) at net.minecraft.client.Minecraft.a(SourceFile:318) at net.minecraft.client.Minecraft.run(SourceFile:716) at java.lang.Thread.run(Unknown Source) Sep 26, 2011 12:30:04 PM ModLoader addMod FINE: Mod Loaded: "mod_IC2_AdvMachine v1.00" from mod_IC2_AdvMachine.class
This is the error i get when i tried to run it with the original id 199If you're getting this error, Please use the file below for now. The config should look like this:
-
What does it mean when I get this error
FINE: Failed to load mod from "mod_IC2_AdvMachine.class"
Sep 26, 2011 5:24:00 PM ModLoader addMod
FINER: THROW
java.lang.NoClassDefFoundError: BlockAdvMachine
at mod_IC2_AdvMachine.<init>(mod_IC2_AdvMachine.java:33)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at ModLoader.addMod(ModLoader.java:272)
at ModLoader.readFromClassPath(ModLoader.java:1104)
at ModLoader.init(ModLoader.java:812)
at ModLoader.AddAllRenderers(ModLoader.java:183)
at th.<init>(th.java:60)
at th.<clinit>(th.java:9)
at net.minecraft.client.Minecraft.a(SourceFile:318)
at net.minecraft.client.Minecraft.run(SourceFile:716)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: BlockAdvMachine
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 16 more -
I think it may be caused because I didn't completely remove the rotary mod before installing I know this because it keeps generating the config file for the rotary addon from before, but I cant completely uninstall it because I just placed the unziped files into the jar. So ican I please have the previous version of this addon. I really want to download the newest part as well.
-
I think it may be caused because I didn't completely remove the rotary mod before installing I know this because it keeps generating the config file for the rotary addon from before, but I cant completely uninstall it because I just placed the unziped files into the jar. So ican I please have the previous version of this addon. I really want to download the newest part as well.
Or just redownload Minecraft and reinstall all of the mods you have.
-
Actually if I did that my minecraft would auto update to 1.8 then I would have to go through all the trouble of mod downloading for nothing.
-
Not to sound rude, but the day after I request help modding a "Hydraulic Comprssor" from Zippinus, he comes out with a Singularity Compressor. Suspiciousssssssss? Nah........
-
Can someone tell me how to use MCNostalgia? I still get confused about it
-
Next up, a Centrifuge extractor? >:)
-
Next up, a Centrifuge extractor? >:)
More likly is an acid extractor requiring lava and uranium (mixed otgether in the crafting process to create a stong acid) or a liquid extractor using water (The liquid) and fuel (To extract the items through chemical processes). -
Yes to an upgraded version of the extractor: make it have 3 out slots so i can put a stack of Resin in and leave it
also change the compressor to GIbbl you need to!