centrifuge: reduce power by half

This commit is contained in:
Cedric Haase 2020-12-14 23:09:35 +01:00
parent 37d49142cf
commit 68eb36a401
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ minetest.register_craft({
technic.register_centrifuge({
tier = "MV",
demand = { 8000, 7000, 6000 },
demand = { 4000, 3500, 3000 },
speed = 2,
upgrade = 1,
tube = 1,