diff --git a/nodes_pitchfork.lua b/nodes_pitchfork.lua index 785171f..666393a 100644 --- a/nodes_pitchfork.lua +++ b/nodes_pitchfork.lua @@ -20,9 +20,9 @@ end minetest.register_tool("cottages:pitchfork", { description = S("pitchfork (dig dirt with grass to get hay, place with right-click)"), groups = {}, - inventory_image = "default_wood.png", -- TODO - wield_image = "", - wield_scale = {x=1,y=1,z=1}, + inventory_image = "cottages_pitchfork.png", + wield_image = "cottages_pitchfork.png^[transformFYR180", + wield_scale = {x=1.5,y=1.5,z=0.5}, stack_max = 1, liquids_pointable = false, -- very useful for digging hay, straw and bales of those materials diff --git a/textures/cottages_pitchfork.png b/textures/cottages_pitchfork.png new file mode 100644 index 0000000..7253a7a Binary files /dev/null and b/textures/cottages_pitchfork.png differ