mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-16 02:39:48 -04:00
A little less intense on material consumption.
This commit is contained in:
parent
652bf48478
commit
47b6b27884
@ -201,7 +201,7 @@ class Printer extends traits.Environment with traits.Inventory with traits.Rotat
|
||||
data = new PrintData()
|
||||
}
|
||||
else {
|
||||
val materialRequired = totalVolume
|
||||
val materialRequired = (totalVolume / 2) max 1
|
||||
val inkRequired = (totalSurface / 6) max 1
|
||||
|
||||
totalRequiredEnergy = Settings.get.printCost
|
||||
|
Loading…
x
Reference in New Issue
Block a user