Add bowl
This commit is contained in:
parent
2b1489028a
commit
c0d7b57448
3 changed files with 16 additions and 0 deletions
|
@ -756,6 +756,16 @@ minetest.register_craft({
|
|||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "default:bowl 4",
|
||||
recipe = {
|
||||
{"group:wood", "", "group:wood"},
|
||||
{"", "group:wood", ""},
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'default:snowblock',
|
||||
recipe = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue