mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-04 09:10:38 +02:00
Get rid of technic.format
This commit is contained in:
@ -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", {
|
||||
|
Reference in New Issue
Block a user