Add mods: technic, moreores, paintings, Nyancat (Pbj_pup). Small fix: sandwiches
This commit is contained in:
parent
15e8e696a2
commit
fb09deddc1
1404 changed files with 156555 additions and 211 deletions
|
@ -183,7 +183,7 @@ if minetest.get_modpath("bushes_classic") or sandwiches.ingredient_support.berry
|
|||
{"group:food_sugar", "group:food_pot", "group:food_sugar"},
|
||||
{"group:food_grapes", "group:food_sugar", "group:food_grapes"},
|
||||
},
|
||||
replacements = {{"group:food_pot", "group:food_pot"}},
|
||||
replacements = {{"group:food_pot", pot }},
|
||||
})
|
||||
|
||||
minetest.register_craftitem("sandwiches:multi_jam", {
|
||||
|
@ -199,7 +199,7 @@ if minetest.get_modpath("bushes_classic") or sandwiches.ingredient_support.berry
|
|||
{"group:food_sugar", "group:food_pot", "group:food_sugar"},
|
||||
{"group:food_berry", "group:food_sugar", "group:food_berry"},
|
||||
},
|
||||
replacements = {{"group:food_pot", "group:food_pot"}},
|
||||
replacements = {{"group:food_pot", pot }},
|
||||
})
|
||||
minetest.register_craft({
|
||||
output = "sandwiches:multi_jam 3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue