-
Notifications
You must be signed in to change notification settings - Fork 12
Migrate dissolution tank & digester to processingLogic #86
Conversation
Does batch mode work as expected with the dissolution tank's input ratio logic? |
src/main/java/com/elisis/gtnhlanth/common/tileentity/DissolutionTank.java
Outdated
Show resolved
Hide resolved
Doesn't that essentially invalidate the automation challenge with it? As long as the player inputs fluid slow enough, one bucket at a time, will the DT simply start when the correct ratio is reached? |
WIth the current implementation that is the case, yes. If this is not wanted I can make it void and stop again. |
Yeah if you could do that, that'd be more in line with how the multi's meant to behave. |
Migrates both multis to processingLogic so features like batch mode & void protection are available