Try this.. Your classname needs to start with "mod_" and your brackets were absolutely wrong. Check a bit more the next time package net.minecraft.src; import java.util.Random; public class mod_Cool extends BaseMod { public void load() { ModLoader.AddRecipe(new ItemStack(Block.obsidian, 1), new Object[] { "*", "X", Charcter.valueOf('*'), Item.bucketLava, Character.valueOf('X'), Item.bucketWater }); } public String getVersion() { return "1.1"; } }
@naredza1997 if its a new ingot that u added the first one o the smelting recipe is what u put in.... the second is what comes out. and if itd a custom block/item dont put Item. or Block. just put the item name.if this is confusing tell me
@LiveseyCat to setup modloader with mcp, just open mcp, go to jars, then click on bin and then click on minecraft.jar and install modloader on that minecraft.jar just how you would normally install it
does this still work for 1.1
Lemmingcave 4 days ago
with crafting what would you do if you wanted to use multiple blocks i.e.3 blocks of dirt on top
2 red-stone in middle etc. plz tell me i am making a mod and need to know this.
message back
photoshopguy50 6 days ago
Is this good? It's giving me error's:
package net.minecraft.src;
import java.util.Random;
public class Cool extends BaseMod{ ModLoader.AddRecipe(new ItemStack(Block.obsidian, 1), new Object []) " * ", " X ", Charcter.valueOf('*'), Item. bucketLava.shiftedIndex, Character.valueOf('X'), Item.bucketWater.shiftedIndex);
public void load() { }
public String getVersion()
{ return "1.1"; }
}
Xpieeater123X 2 weeks ago
@Xpieeater123X You really have to look over your code, I see A LOT of things you have done wrong.
GameMaster337 2 weeks ago
@GameMaster337 I did exactly What you did... I use your mod loader template too.
Xpieeater123X 1 week ago
@Xpieeater123X I do not own this video. And btw, you did NOT do exactly what he did. I suggest watching a more recent mod tutorial.
GameMaster337 1 week ago
@GameMaster337 Then were's the error?
Xpieeater123X 1 week ago
@GameMaster337 lol I see were I when't wrong...
Xpieeater123X 1 week ago
@Xpieeater123X Yeah, loads of places :D
GameMaster337 1 week ago
This has been flagged as spam show
GameMaster337 1 week ago
@Xpieeater123X well the Cool needs to be mod_Cool and you need to add umpiamted methods.
Bulba2Bulba2 5 days ago
If I made a custom block/item then how would I put that in my recipe?
ScriptBuilder1000 3 weeks ago
Comment removed
zpersoncool 3 weeks ago
how do i make recipes with block made with ur other tutorials?
BazzEffects 3 weeks ago
With 1.1.0 the newest update do i have to do anything different to the script?
DrMinecraftful 1 month ago
MAKE A TOOLS TUTORIAL ALREADY!!!!!!!!!!!!!!!!
dachshund103 1 month ago
== ERRORS FOUND ==
src\minecraft\net\minecraft\src\mod_DirtCrafting.java:4: net.minecraft.src.mod_DirtCrafting is not a
bstract and does not override abstract method load() in net.minecraft.src.BaseMod
public class mod_DirtCrafting extends BaseMod
^
1 error
==================
> Done in 6.04 seconds
> Recompiling server...
> Done in 5.25 seconds
TheVSTutorial 2 months ago
== MCP v5.0 ==
> Recompiling client...
javac.exe -g -source 1.6 -target 1.6 -classpath "lib/;lib/*;jars/bin/minecraft.jar;jars/bin/jinput.jar;jars/bin/lwjgl.jar;jars/bin/lwjgl_util.jar" -sourcepath src/minecraft -d bin/minecraft src/minecr
aft\net\minecraft\client\*.java src/minecraft\net\minecraft\src\*.java conf/patches/*.java failed.
Return code : 1
TheVSTutorial 2 months ago
and AddShapelessRecipe?
TheVSTutorial 2 months ago
CAn u do mobs next
MarleyTerania 3 months ago
how would u make it if u want to craft a sword
cakesterlover 3 months ago
5th
darkkings432 3 months ago
what if i want to smelt my custom block to ingot? do i put furnce java code in my custom block file?
naredza1997 3 months ago
@naredza1997 if its a new ingot that u added the first one o the smelting recipe is what u put in.... the second is what comes out. and if itd a custom block/item dont put Item. or Block. just put the item name.if this is confusing tell me
ImABeast459 3 months ago
Ok you never showed us how to setup modloader
LiveseyCat 3 months ago
@LiveseyCat to setup modloader with mcp, just open mcp, go to jars, then click on bin and then click on minecraft.jar and install modloader on that minecraft.jar just how you would normally install it
furkyy10 3 months ago
Awesome! (First Comment)
OhBleepProductions 3 months ago