Add explicit wield image
This makes the mod work better with Minetest 5.0.
This commit is contained in:
parent
aef4eee3b2
commit
9b56e74ac8
1
api.lua
1
api.lua
@ -27,6 +27,7 @@ function large_slugs.register_slug(name, def)
|
|||||||
drawtype = "signlike",
|
drawtype = "signlike",
|
||||||
tiles = {def.texture},
|
tiles = {def.texture},
|
||||||
inventory_image = def.texture,
|
inventory_image = def.texture,
|
||||||
|
wield_image = def.texture,
|
||||||
selection_box = {
|
selection_box = {
|
||||||
type = "wallmounted",
|
type = "wallmounted",
|
||||||
wall_top = {-8/16, 8/16, -8/16, 8/16, 7/16, 8/16},
|
wall_top = {-8/16, 8/16, -8/16, 8/16, 7/16, 8/16},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user