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

[idea] Simple recipe change #29

Open
jordsta95 opened this issue Feb 15, 2015 · 0 comments
Open

[idea] Simple recipe change #29

jordsta95 opened this issue Feb 15, 2015 · 0 comments

Comments

@jordsta95
Copy link

Had an idea, that I don't think you have in the line-up of updates. It's something that'd make pack makers' lives a little easier.

Right now if someone wants to change the item used in every recipe, they have to do
recipes.remove(Item);
recipes.addShaped/Shapeless(item, new recipe);

Maybe there could be something like:
recipes.replaceItem(output,[input1,input2,input3,...],[replacement 1, replacement 2,...]); so someone could do something like
recipes.replaceItem(minecraft:piston,[minecraft:iron_ingot],[minecraft:dirt]); and it'd replace the iron for dirt in the piston recipe, but you could also do
recipes.replaceItem(minecraft:iron_block,[minecraft:iron_ingot],[minecraft:dirt]); and that'd make it so 9 dirt makes an iron block

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

1 participant