Get rid of technic.format

This commit is contained in:
est31
2015-02-08 13:45:13 +01:00
parent 7ed1aa9398
commit 4b179821d3
12 changed files with 35 additions and 55 deletions

View File

@ -55,7 +55,7 @@ local run = function(pos, node)
meta:set_int("MV_EU_supply", power)
end
meta:set_string("infotext", technic.format("%s (%eEU)", machine_name, power))
meta:set_string("infotext", S("@1 (@2 EU)", machine_name, technic.prettynum(power)))
end
minetest.register_node("technic:wind_mill", {