Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weird errors... #12

Closed
webmilio opened this issue Mar 8, 2013 · 2 comments
Closed

Weird errors... #12

webmilio opened this issue Mar 8, 2013 · 2 comments

Comments

@webmilio
Copy link
Contributor

webmilio commented Mar 8, 2013

It seems that I have a problem with Forge or w/e it is... some functions are wrongly named, for example:

CraftingManager.getInstance().addRecipe(new ItemStack(GCMarsItems.reinforcedBucketEmpty, 1), new Object[] {
" Y ",
"ZXZ",
" Z ",
'Y', GCMarsItems.ingotDesh,
'X', Item.bucketEmpty,
'Z', GCMarsItems.ingotQuandrium
});

The addRecipe() doesn't work and is named func_92051_a.
Any ideas? What version of Forge is the code using.

@gamehawk197
Copy link

Shouldn't you add recipes by the gameregistry?

@micdoodle8
Copy link
Owner

It doesn't matter, since the addRecipe method in GameRegistry is just doing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants