Merge branch 'master-MC1.11' into master-MC1.12

This commit is contained in:
payonel 2018-10-01 00:36:12 -07:00
commit fea780f1dd

View File

@ -206,7 +206,7 @@ object ExtendedRecipe {
// Insert new EEPROM.
for (stack <- getItems(inventory)) {
if (api.Items.get(stack) == eeprom) {
data.components :+= stack
data.components :+= stack.copy.splitStack(1)
}
}