Clean up creative inventory tabs a little
This commit is contained in:
parent
d7cb7cb5a8
commit
b150d227e1
12 changed files with 43 additions and 10 deletions
|
@ -1,6 +1,7 @@
|
|||
minetest.register_craftitem("throwing:arrow", {
|
||||
description = "Arrow",
|
||||
inventory_image = "throwing_arrow_inv.png",
|
||||
groups = { ammo=1, ammo_bow=1 },
|
||||
})
|
||||
|
||||
minetest.register_node("throwing:arrow_box", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue