mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-12-26 02:40:23 +01:00
rename infotext mese tube -> sorttube
This commit is contained in:
parent
3041ebb81b
commit
9e99d2e65f
@ -80,7 +80,7 @@ if pipeworks.enable_mese_tube then
|
|||||||
inv:set_size("line"..tostring(i), 6*1)
|
inv:set_size("line"..tostring(i), 6*1)
|
||||||
end
|
end
|
||||||
update_formspec(pos)
|
update_formspec(pos)
|
||||||
meta:set_string("infotext", "Mese pneumatic tube")
|
meta:set_string("infotext", "Sorting pneumatic tube")
|
||||||
end,
|
end,
|
||||||
on_punch = update_formspec,
|
on_punch = update_formspec,
|
||||||
on_receive_fields = function(pos, formname, fields, sender)
|
on_receive_fields = function(pos, formname, fields, sender)
|
||||||
|
Loading…
Reference in New Issue
Block a user