Update scan time formula
This commit is contained in:
parent
6e6127b3f9
commit
62e14cee02
@ -199,7 +199,7 @@ class MatterScannerBlockEntity(p_155229_: BlockPos, p_155230_: BlockState) :
|
||||
stack.shrink(1)
|
||||
container.setChanged()
|
||||
val complexity = MatterManager.get(copy).complexity
|
||||
return ItemJob(copy, (if (complexity > 1.0) complexity.pow(2.0) else complexity.pow(0.5)), BASE_CONSUMPTION) to null
|
||||
return ItemJob(copy, (if (complexity > 1.0) complexity.pow(1.25) else complexity.pow(0.5)), BASE_CONSUMPTION) to null
|
||||
}
|
||||
|
||||
return null to IdleReason.ITEM
|
||||
|
Loading…
Reference in New Issue
Block a user