implement getInventoryStackLimit for Disassembler to limit transfers from the transposer (and other possible api calls)

closes #3247
This commit is contained in:
payonel 2021-05-12 19:10:38 -07:00
parent 41a6b8ac96
commit ff3c2f51a9

View File

@ -37,6 +37,8 @@ class Disassembler extends traits.Environment with traits.PowerAcceptor with tra
var totalRequiredEnergy = 0.0
override def getInventoryStackLimit: Int = 1
var buffer = 0.0
var disassembleNextInstantly = false