From fb5c21e05ce97d24e2b392d236f6945f7fd967bc Mon Sep 17 00:00:00 2001 From: h-v-smacker Date: Wed, 27 Jun 2018 21:31:19 +0300 Subject: wield image fix --- technic/tools/spray_painter.lua | 2 +- 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 -- cgit v1.2.3