diff options
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, |