Fixed Importer getting stuck on slot
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# Refined Storage Changelog
|
# Refined Storage Changelog
|
||||||
|
|
||||||
|
### 0.7.2
|
||||||
|
**Bugfixes**
|
||||||
|
- Fixed Importer getting stuck on slot
|
||||||
|
|
||||||
### 0.7.1
|
### 0.7.1
|
||||||
**Bugfixes**
|
**Bugfixes**
|
||||||
- Fixed NPE in some tiles
|
- Fixed NPE in some tiles
|
||||||
|
|||||||
@@ -58,6 +58,8 @@ public class TileImporter extends TileMachine implements ICompareConfig, IModeCo
|
|||||||
|
|
||||||
if (result != null && controller.push(result)) {
|
if (result != null && controller.push(result)) {
|
||||||
handler.extractItem(currentSlot, 1, false);
|
handler.extractItem(currentSlot, 1, false);
|
||||||
|
} else {
|
||||||
|
currentSlot++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user