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

Metal Press (Limited Stages?) #134

Open
CyanideX opened this issue Sep 21, 2016 · 0 comments
Open

Metal Press (Limited Stages?) #134

CyanideX opened this issue Sep 21, 2016 · 0 comments

Comments

@CyanideX
Copy link
Owner

CyanideX commented Sep 21, 2016

This is the json file I have in my metalpress config folder:

[
{
"input": "minecraft:iron_block",
"output": {
"item": "appliedenergistics2:item.ItemMultiMaterial",
"damage": 19
},
"amount": 20
},
{
"input": {
"item": "appliedenergistics2:item.ItemMultiMaterial",
"damage": 19
},
"output": {
"item": "appliedenergistics2:item.ItemMultiMaterial",
"damage": 15
},
"amount": 5
},
{
"input": {
"item": "appliedenergistics2:item.ItemMultiMaterial",
"damage": 15
},
"output": {
"item": "appliedenergistics2:item.ItemMultiMaterial",
"damage": 13
},
"amount": 5
},
{
"input": {
"item": "appliedenergistics2:item.ItemMultiMaterial",
"damage": 13
},
"output": {
"item": "appliedenergistics2:item.ItemMultiMaterial",
"damage": 14
},
"amount": 5
}
]

The iron block converts to the press (meta 19), the press converts to the next stage (meta 15), then fails to continue down the line. Removing the first two recipes will allow the others to continue but it seems to be limited.

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

No branches or pull requests

1 participant