Add stick group
This commit is contained in:
parent
bb7543923f
commit
94f257028e
2 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@ minetest.register_craftitem("mcl_core:stick", {
|
|||
description = "Stick",
|
||||
inventory_image = "default_stick.png",
|
||||
stack_max = 64,
|
||||
groups = { craftitem=1 },
|
||||
groups = { craftitem=1, stick=1 },
|
||||
})
|
||||
|
||||
minetest.register_craftitem("mcl_core:paper", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue