diff options
author | root <root@mirzakhani.gpcf.eu> | 2018-06-27 20:32:14 +0200 |
---|---|---|
committer | root <root@mirzakhani.gpcf.eu> | 2018-06-27 20:32:14 +0200 |
commit | b731893c172c6c0c2f4653e9953f8dfd01a2c638 (patch) | |
tree | c7ace881aa8b9d0306fe4e4afb31500d9b7f8b4f | |
parent | 6f4795e45d257059d7f073f0dba2425e2b4c6f3e (diff) | |
parent | fb5c21e05ce97d24e2b392d236f6945f7fd967bc (diff) |
Merge https://github.com/h-v-smacker/technic
-rw-r--r-- | technic/tools/spray_painter.lua | 2 | ||||
-rw-r--r-- | technic/tools/walking_tractor.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/technic/tools/spray_painter.lua b/technic/tools/spray_painter.lua index 9ec727e..1fa9c5a 100644 --- a/technic/tools/spray_painter.lua +++ b/technic/tools/spray_painter.lua @@ -247,7 +247,7 @@ for i = 1, 9 do minetest.register_tool("technic:fluorescent_spray_painter_" .. i, { description = S("Fluorescent Spray Painter: %s"):format(color_modes[i].name), inventory_image = "technic_spray_painter_fluorescent.png^technic_tool_mode" .. i .. ".png", - wield_image = "technic_spray_painter.png", + wield_image = "technic_spray_painter_fluorescent.png", wear_represents = "technic_RE_charge", on_refill = technic.refill_RE_charge, groups = {not_in_creative_inventory = 1}, diff --git a/technic/tools/walking_tractor.lua b/technic/tools/walking_tractor.lua index 27a8dd3..88e89c3 100644 --- a/technic/tools/walking_tractor.lua +++ b/technic/tools/walking_tractor.lua @@ -29,6 +29,7 @@ local walking_tractor_mode_text = { local ripe_for_harvest = { "farming:barley_7", "farming:beanpole_5", + "farming:beetroot_5", "farming:blueberry_4", "farming:carrot_8", "farming:chili_8", @@ -51,7 +52,6 @@ local ripe_for_harvest = { "farming:rhubarb_3", "farming:tomato_8", "farming:wheat_8", - "farming:beetroot_5", "ethereal:onion_5", "ethereal:strawberry_8", -- also doubles as a snow-plough |