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

addSmelting with metadata #125

Closed
wuppy29 opened this issue Aug 17, 2012 · 1 comment
Closed

addSmelting with metadata #125

wuppy29 opened this issue Aug 17, 2012 · 1 comment

Comments

@wuppy29
Copy link

wuppy29 commented Aug 17, 2012

I would like to suggest a small change to:
/**
* Add a metadata-sensitive furnace recipe
* @param itemID The Item ID
* @param metadata The Item Metadata
* @param itemstack The ItemStack for the result
*/
public void addSmelting(int itemID, int metadata, ItemStack itemstack)
{
metaSmeltingList.put(Arrays.asList(itemID, metadata), itemstack);
}
This used to work fine in 1.2.5, but I think that for 1.3.2 there should also be a parameter for XP. It would also be nice if the method would be public, because that would improve ease of accesing it.

@LexManos
Copy link
Member

7055090

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

2 participants