diff options
author | Maciej Kasatkin <mk@realbadangel.pl> | 2012-11-02 01:04:00 +0100 |
---|---|---|
committer | Maciej Kasatkin <mk@realbadangel.pl> | 2012-11-02 01:04:00 +0100 |
commit | 4e8b979d1e27dfd488fe80c254bb2de4876fe192 (patch) | |
tree | d08cdcbaa569510c68fdc1d39865a001a4194f06 | |
parent | 808049bb2f6ed472fe3f0d93231a2336c1691141 (diff) |
missing tooltip
-rw-r--r-- | battery_box_mv.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/battery_box_mv.lua b/battery_box_mv.lua index 0f9e257..053dba9 100644 --- a/battery_box_mv.lua +++ b/battery_box_mv.lua @@ -22,7 +22,7 @@ mv_battery_box_formspec = "list[current_player;main;0,5;8,4;]" minetest.register_node("technic:mv_battery_box", { - description = "Battery box", + description = "MV Battery Box", tiles = {"technic_mv_battery_box_top.png", "technic_mv_battery_box_bottom.png", "technic_mv_battery_box_side0.png", "technic_mv_battery_box_side0.png", "technic_mv_battery_box_side0.png", "technic_mv_battery_box_side0.png"}, groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2}, @@ -57,7 +57,7 @@ minetest.register_node("technic:mv_battery_box", { for i=1,8,1 do minetest.register_node("technic:mv_battery_box"..i, { - description = "Battery box", + description = "MV Battery Box", tiles = {"technic_mv_battery_box_top.png", "technic_mv_battery_box_bottom.png", "technic_mv_battery_box_side0.png^technic_power_meter"..i..".png", "technic_mv_battery_box_side0.png^technic_power_meter"..i..".png", "technic_mv_battery_box_side0.png^technic_power_meter"..i..".png", "technic_mv_battery_box_side0.png^technic_power_meter"..i..".png"}, groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2,not_in_creative_inventory=1}, |