mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 11:48:02 -04:00
Merge branch 'master-MC1.10' into master-MC1.11
This commit is contained in:
commit
9310da6e33
@ -208,7 +208,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