mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-14 17:56:34 -04:00
Merge branch 'master-MC1.11' into master-MC1.12
This commit is contained in:
commit
fea780f1dd
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user