forked from minetest-mods/moreblocks
Add jungle sticks to stick group
This commit is contained in:
parent
360338f38f
commit
0e63715989
1
init.lua
1
init.lua
|
@ -384,6 +384,7 @@ minetest.register_craftitem("moreblocks:sweeper", {
|
|||
minetest.register_craftitem("moreblocks:jungle_stick", {
|
||||
description = S("Jungle Stick"),
|
||||
inventory_image = "moreblocks_junglestick.png",
|
||||
groups = {stick=1},
|
||||
})
|
||||
|
||||
minetest.register_craftitem("moreblocks:nothing", {
|
||||
|
|
Loading…
Reference in New Issue
Block a user