1
Mod help...again
Hello fellow modders i need your help again!
i have created a secret mod and the recipie part of the mod_****** file yells at me. am i using an outdated form for recipie creation? please help asap!
i have created a secret mod and the recipie part of the mod_****** file yells at me. am i using an outdated form for recipie creation? please help asap!
8
I copied your code and it'm getting errors,
== ERRORS FOUND ==
src\minecraft\net\src\mod_DiamondRing.java:11: '}' expected
" * ", "X X", " X ", Character.valueOf('X'), Item.ingotGold, Character.valueOf('*'), Item.264
^
src\minecraft\net\src\mod_DiamondRing.java:11: ';' expected
" * ", "X X", " X ", Character.valueOf('X'), Item.ingotGold, Character.valueOf('*'), Item.264
^
src\minecraft\net\src\mod_DiamondRing.java:12: illegal start of expression
});
^
3 errors
==============
what do these mean?
== ERRORS FOUND ==
src\minecraft\net\src\mod_DiamondRing.java:11: '}' expected
" * ", "X X", " X ", Character.valueOf('X'), Item.ingotGold, Character.valueOf('*'), Item.264
^
src\minecraft\net\src\mod_DiamondRing.java:11: ';' expected
" * ", "X X", " X ", Character.valueOf('X'), Item.ingotGold, Character.valueOf('*'), Item.264
^
src\minecraft\net\src\mod_DiamondRing.java:12: illegal start of expression
});
^
3 errors
==============
what do these mean?
Well, if you are using modLoader, this should work fine. That's an exact copy of my code.
i am using mod loader...outdated version mabey? it says 1.8.1 but...i dont know...
youtube man youtube
errm i just need an example of how to make a recipie with mod loader if anyone can give me one.
That is absolutely not enough information to help you with your problem I'm afraid.

