mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2024-12-26 18:50:22 +01:00
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", {
|
minetest.register_craftitem("moreblocks:jungle_stick", {
|
||||||
description = S("Jungle Stick"),
|
description = S("Jungle Stick"),
|
||||||
inventory_image = "moreblocks_junglestick.png",
|
inventory_image = "moreblocks_junglestick.png",
|
||||||
|
groups = {stick=1},
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craftitem("moreblocks:nothing", {
|
minetest.register_craftitem("moreblocks:nothing", {
|
||||||
|
Loading…
Reference in New Issue
Block a user