diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2015-11-23 20:43:48 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2015-11-23 20:43:48 +0000 |
commit | 4a29cc936a239800b5db0bf9b16114ff172666cc (patch) | |
tree | 6ca52c96b543315edc633ab9cefec04d559de8ee /sapling.lua | |
parent | a3e577a3ec7ac4c559e2e1f19b5a653ced258d26 (diff) |
Added wield images
Diffstat (limited to 'sapling.lua')
-rw-r--r-- | sapling.lua | 1 |
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, |