mirror of
https://github.com/Sokomine/cottages.git
synced 2024-12-27 11:10:36 +01:00
added texture for pitchfork
This commit is contained in:
parent
ccb66008c4
commit
0eca84e0d4
@ -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
|
||||
|
BIN
textures/cottages_pitchfork.png
Normal file
BIN
textures/cottages_pitchfork.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Loading…
Reference in New Issue
Block a user