This commit is contained in:
Wuzzy 2017-01-12 00:43:35 +01:00
parent 2b1489028a
commit c0d7b57448
3 changed files with 16 additions and 0 deletions

View file

@ -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",