mirror of
https://github.com/mt-mods/home_workshop_modpack.git
synced 2025-07-15 23:10:27 +02:00
fix and add crafting recipes (#10)
* fix and add crafting recipes * Update home_vending_machines/crafts.lua Co-authored-by: SX <50966843+S-S-X@users.noreply.github.com> * fix luacheck warning Co-authored-by: SX <50966843+S-S-X@users.noreply.github.com>
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 == "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