summaryrefslogtreecommitdiff
path: root/sapling.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 /sapling.lua
parenta3e577a3ec7ac4c559e2e1f19b5a653ced258d26 (diff)
Added wield images
Diffstat (limited to 'sapling.lua')
-rw-r--r--sapling.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/sapling.lua b/sapling.lua
index 41ce966..ac15dbf 100644
--- a/sapling.lua
+++ b/sapling.lua
@@ -7,6 +7,7 @@ ethereal.register_sapling = function(name, desc, texture)
visual_scale = 1.0,
tiles = {texture .. "_sapling.png"},
inventory_image = texture .. "_sapling.png",
+ wield_image = texture .. "_sapling.png",
paramtype = "light",
sunlight_propagates = true,
is_ground_content = false,