mirror of
https://github.com/TicTicBoooom-Mods/MasterfulMachinery.git
synced 2026-01-18 16:37:23 +01:00
Fixes #27
This commit is contained in:
@@ -48,7 +48,7 @@ public class MekInfusePortState extends PortState {
|
||||
public void processRequirement(List<PortStorage> storage) {
|
||||
long current = amount;
|
||||
for (PortStorage st : storage) {
|
||||
if (st instanceof MekSlurryPortStorage) {
|
||||
if (st instanceof MekInfusePortStorage) {
|
||||
MekInfusePortStorage gasStorage = (MekInfusePortStorage) st;
|
||||
if (gasStorage.getInv().getStack().getType().getRegistryName().toString().equals(infuse)) {
|
||||
InfusionStack extract = gasStorage.getInv().extractChemical(0, current, Action.EXECUTE);
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
#Sun Nov 28 15:53:16 GMT 2021
|
||||
VERSION_CODE=865
|
||||
#Sun Nov 28 19:05:29 GMT 2021
|
||||
VERSION_CODE=866
|
||||
|
||||
Reference in New Issue
Block a user