Update server

This commit is contained in:
Dominic Zimmer 2020-07-08 01:35:50 +02:00
parent e147e1e17d
commit 8210503a23

View File

@ -26,7 +26,7 @@ function drawState()
print(" [ Server Control Panel ]")
print(" First Job: "..tostring(firstjob))
print(" Current Job: "..tostring(curjob))
print(" Fuel consumed: "..tostring(totalfuel).." "..tostring(math.floor(totalfuel/80)))
print(" Fuel consumed: "..tostring(totalfuel).." ("..tostring(math.floor(totalfuel/80))..")")
print()
n1 = tostring(getOres("minecraft:coal_ore"))
n2 = tostring(getOres("minecraft:iron_ore"))
@ -40,9 +40,9 @@ function drawState()
n10 = tostring(getOres("mekanism:osmium_ore"))
n11 = tostring(getOres("create:zinc_ore"))
n12 = tostring(getOres("create:copper_ore"))
print(" C I G "..n1.." "..n2" "..n3)
print(" L R E D "..n4.." "..n5" "..n6" "..n7)
print(" T C O "..n8.." "..n9" "..n10)
print(" C I G "..n1.." "..n2.." "..n3)
print(" L R E D "..n4.." "..n5.." "..n6.." "..n7)
print(" T C O "..n8.." "..n9.." "..n10..)
print(" Z C "..n11.." "..n12)
print()
print("Log:")