summaryrefslogtreecommitdiff
path: root/strawberry.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2015-11-23 20:43:48 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2015-11-23 20:43:48 +0000
commit4a29cc936a239800b5db0bf9b16114ff172666cc (patch)
tree6ca52c96b543315edc633ab9cefec04d559de8ee /strawberry.lua
parenta3e577a3ec7ac4c559e2e1f19b5a653ced258d26 (diff)
Added wield images
Diffstat (limited to 'strawberry.lua')
-rw-r--r--strawberry.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/strawberry.lua b/strawberry.lua
index 332be4b..87833e1 100644
--- a/strawberry.lua
+++ b/strawberry.lua
@@ -2,6 +2,7 @@
minetest.register_craftitem("ethereal:strawberry", {
description = "Strawberry",
inventory_image = "strawberry.png",
+ wield_image = "strawberry.png",
on_use = minetest.item_eat(1),
on_place = function(itemstack, placer, pointed_thing)
return farming.place_seed(itemstack, placer, pointed_thing, "ethereal:strawberry_1")