1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-29 21:30:26 +02:00

Add and use the stick group

This commit is contained in:
ShadowNinja
2013-09-15 23:49:56 -04:00
parent 066d23cdfd
commit 7b8ad5786c
4 changed files with 60 additions and 59 deletions

View File

@ -3,6 +3,7 @@
minetest.register_craftitem("default:stick", {
description = "Stick",
inventory_image = "default_stick.png",
groups = {stick=1},
})
minetest.register_craftitem("default:paper", {