mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-15 10:21:45 -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.
|
// Insert new EEPROM.
|
||||||
for (stack <- getItems(inventory)) {
|
for (stack <- getItems(inventory)) {
|
||||||
if (api.Items.get(stack) == eeprom) {
|
if (api.Items.get(stack) == eeprom) {
|
||||||
data.components :+= stack
|
data.components :+= stack.copy.splitStack(1)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user