forked from mtcontrib/food
Update bowl craft
This commit is contained in:
parent
0fbdb1f066
commit
2b6339fea9
1
init.lua
1
init.lua
|
@ -67,7 +67,6 @@ minetest.register_craftitem("food:bowl",{
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "food:bowl",
|
output = "food:bowl",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"","",""},
|
|
||||||
{"default:stone","","default:stone"},
|
{"default:stone","","default:stone"},
|
||||||
{"","default:stone",""},
|
{"","default:stone",""},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user