Add bowl
This commit is contained in:
parent
2b1489028a
commit
c0d7b57448
3 changed files with 16 additions and 0 deletions
|
@ -136,6 +136,12 @@ minetest.register_craftitem("default:string",{
|
|||
stack_max = 64,
|
||||
})
|
||||
|
||||
minetest.register_craftitem("default:bowl",{
|
||||
description = "Bowl",
|
||||
inventory_image = "default_bowl.png",
|
||||
stack_max = 64,
|
||||
})
|
||||
|
||||
minetest.register_craftitem("default:prismarine_cry", {
|
||||
description = "Prismarine Crystals",
|
||||
inventory_image = "default_prismarine_crystals.png",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue