1
Okay guys so I'm working on a mod, and I want to test it. But when I run Reobfuscate.bat it comes up with an error:
== MCP 7.42 (data: 7.42, client: 1.5, server: 1.5) ==
# found ff, ff patches, srgs, name csvs, doc csvs, param csvs, renumber csv, ast
yle, astyle config
> Creating Retroguard config files
== Reobfuscating client ==
> Cleaning reobf
> Generating md5s
> Packing jar
> Reobfuscating jar
> Extracting modified classes
- Done in 52.89 seconds
!! Can not find server md5s !!
Press any key to continue . . .
Does anyone know what is wrong with this? I tried Recompile.bat, but it didn't work. And, when I look in reobf, there isn't anything there. Please help!
== MCP 7.42 (data: 7.42, client: 1.5, server: 1.5) ==
# found ff, ff patches, srgs, name csvs, doc csvs, param csvs, renumber csv, ast
yle, astyle config
> Creating Retroguard config files
== Reobfuscating client ==
> Cleaning reobf
> Generating md5s
> Packing jar
> Reobfuscating jar
> Extracting modified classes
- Done in 52.89 seconds
!! Can not find server md5s !!
Press any key to continue . . .
Does anyone know what is wrong with this? I tried Recompile.bat, but it didn't work. And, when I look in reobf, there isn't anything there. Please help!
Poll ended 03/27/2013 9:35 pm.
0 votes · 0%Mod is invalid
0 votes · 0%MCP is invalid
0 votes · 0%Other (Please specify in reply)
3 votes · 100%I don't know
3 total votes
13
Nvm, I have figured it out. End of topic I guess!
I mean how to use forge with MCP. I have used forge before (To play mods) so do I just do the same thing and put forge into minecraft.jar then put it in the jars folder?
[deleted]
One question, how do I do that?
Oh cool, I wanted to use Forge but I didn't know how. I'll try that :3
[deleted]
Where is "mod_test"? It has popped up in problems before, but I never knew where it was. I'll look though.
Oh ya, and I'm using Netbeans IDE 7.3
EDIT: I found something called Modloader.java, but I don't see mod_test? My file says there is an issue with this line:
public class mod_test extends BaseMod
It says there is no class named mod_test.java.
Oh ya, and I'm using Netbeans IDE 7.3
EDIT: I found something called Modloader.java, but I don't see mod_test? My file says there is an issue with this line:
public class mod_test extends BaseMod
It says there is no class named mod_test.java.
[deleted]
Okay, so I recompiled. But I get this:
So... just ignore this, or do I need to fix something?
== MCP 7.42 (data: 7.42, client: 1.5, server: 1.5) ==
# found ff, ff patches, srgs, name csvs, doc csvs, param csvs, renumber csv, ast
yle, astyle config
== Recompiling client ==
> Cleaning bin
> Recompiling
'"C:\Program Files\Java\jdk1.6.0_38\bin\javac" -Xlint:-options -deprecation -g -
source 1.6 -target 1....' failed : 1
== ERRORS FOUND ==
src\minecraft\net\minecraft\src\BlockThornBush.java:5: class mod_test is public,
should be declared in a file named mod_test.java
public class mod_test extends BaseMod
^
src\minecraft\net\minecraft\src\BlockThornBush.java:7: cannot find symbol
symbol : method addOverride(java.lang.String,java.lang.String)
location: class net.minecraft.src.ModLoader
public static final Block ThornBush = new BlockFlower(165, ModLoader.addOverride
("/terrain.png", "/pic/ThornBush.png")).setBlockName("Thorn Bush");
^
src\minecraft\net\minecraft\src\BlockThornBush.java:7: cannot find symbol
symbol : method setBlockName(java.lang.String)
location: class net.minecraft.src.BlockFlower
public static final Block ThornBush = new BlockFlower(165, ModLoader.addOverride
("/terrain.png", "/pic/ThornBush.png")).setBlockName("Thorn Bush");
^
3 errors
==================
!! Can not find server sources, try decompiling !!
Press any key to continue . . .So... just ignore this, or do I need to fix something?
Teotootry recompiling !!
thats a clue. you need to run recompile.bat (I assume you're using windows)
Yes, I tried once, I'll try it again...
1) Code
2) Recompile.bat
3) Reobf.bat
4) Get your usable mod from reobf folder
2) Recompile.bat
3) Reobf.bat
4) Get your usable mod from reobf folder
[deleted]
I really need help. Does anyone know?
