Add and use the stick group
This commit is contained in:
parent
066d23cdfd
commit
7b8ad5786c
4 changed files with 60 additions and 59 deletions
|
@ -3,6 +3,7 @@
|
|||
minetest.register_craftitem("default:stick", {
|
||||
description = "Stick",
|
||||
inventory_image = "default_stick.png",
|
||||
groups = {stick=1},
|
||||
})
|
||||
|
||||
minetest.register_craftitem("default:paper", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue