mirror of
https://github.com/rubenwardy/food.git
synced 2025-01-09 16:10:17 +01:00
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