mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-01 07:30:43 +02:00
Add jungle sticks to stick group
This commit is contained in:
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", {
|
||||
|
Reference in New Issue
Block a user