Update many crafting recipes
This commit is contained in:
parent
2fa7ce2a16
commit
f1dfeca751
12 changed files with 47 additions and 56 deletions
|
@ -19,7 +19,7 @@ minetest.register_node("vessels:glass_bottle", {
|
|||
})
|
||||
|
||||
minetest.register_craft( {
|
||||
output = "vessels:glass_bottle 4",
|
||||
output = "vessels:glass_bottle 3",
|
||||
recipe = {
|
||||
{ "default:glass", "", "default:glass" },
|
||||
{ "", "default:glass", "" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue