Fix dependency on simplecrafting_lib

This commit is contained in:
rubenwardy 2022-08-15 11:57:44 +01:00
parent 0296f7fb7e
commit 7c5e7a39be
2 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
name = df_farming
description = Adds farmable underground plants that die in sunlight. Also includes various cooking reactions.
depends = default
optional_depends = farming, cottages, bucket, dynamic_liquid, wool, doc, crafting, footprints
optional_depends = farming, cottages, bucket, dynamic_liquid, wool, doc, simplecrafting_lib, footprints

View File

@ -244,7 +244,7 @@ if minetest.get_modpath("bucket") then
S("Dwarven Syrup Bucket")
)
if minetest.get_modpath("crafting") then
if minetest.get_modpath("simplecrafting_lib") then
simplecrafting_lib.register("furnace", {
input = {
[df_farming.node_names.bucket] = 1,