mirror of
https://github.com/mt-mods/home_workshop_modpack.git
synced 2025-11-15 14:56:22 +01:00
fix and add crafting recipes
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
optional_depends = screwdriver
|
||||
name = home_vending_machines
|
||||
optional_depends = screwdriver, default, dye, vessels, farming
|
||||
Reference in New Issue
Block a user