Add explicit wield image

This makes the mod work better with Minetest 5.0.
This commit is contained in:
Jude Melton-Houghton 2021-09-25 14:45:01 -04:00
parent aef4eee3b2
commit 9b56e74ac8

View File

@ -27,6 +27,7 @@ function large_slugs.register_slug(name, def)
drawtype = "signlike",
tiles = {def.texture},
inventory_image = def.texture,
wield_image = def.texture,
selection_box = {
type = "wallmounted",
wall_top = {-8/16, 8/16, -8/16, 8/16, 7/16, 8/16},