fix and add crafting recipes

This commit is contained in:
Niklp09
2022-06-28 14:52:33 +02:00
parent eacbe80fae
commit 9cc46e02c3
5 changed files with 28 additions and 5 deletions

View File

@ -9,7 +9,7 @@ if minetest.get_modpath("default") then
},
})
end
if minetest.get_modpath("vessel") then
if minetest.get_modpath("vessels") then
minetest.register_craft({
output = "home_vending_machines:drink_machine",
recipe = {
@ -19,7 +19,7 @@ if minetest.get_modpath("default") then
},
})
end
if minetest.get_modpath("farming") then
if farming and farming.mod and farming.mod == "redo" then
minetest.register_craft({
output = "home_vending_machines:sweet_machine",
recipe = {

View File

@ -1 +1,2 @@
optional_depends = screwdriver
name = home_vending_machines
optional_depends = screwdriver, default, dye, vessels, farming