From a4dab9c4c808a3ea10e76e358d3af1a1be4c2f0b Mon Sep 17 00:00:00 2001 From: sfence Date: Wed, 3 Aug 2022 07:54:48 +0200 Subject: [PATCH] Fix materials for Hades Revisited 0.15.2 (#14) --- crafts.lua | 2 +- mod.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crafts.lua b/crafts.lua index cc4b262..cc08716 100644 --- a/crafts.lua +++ b/crafts.lua @@ -70,7 +70,7 @@ elseif minetest.get_modpath("hades_core") then torch = "hades_torches:torch", diamond = "hades_core:diamond", clay_lump = "hades_core:clay_lump", - dye_dark_grey = "dye:dark_grey", + dye_dark_grey = "hades_dye:dark_grey", copper_ingot = "hades_core:copper_ingot", tin_ingot = "hades_core:tin_ingot", --[[ diff --git a/mod.conf b/mod.conf index 425d3d2..63bac73 100644 --- a/mod.conf +++ b/mod.conf @@ -1,3 +1,3 @@ name = basic_materials -optional_depends = moreores, default, mesecons_materials, dye, bucket, fl_stone, fl_trees, mcl_sounds, hades_sounds, hades_materials, hades_bucket, hades_extraores +optional_depends = moreores, default, mesecons_materials, dye, bucket, fl_stone, fl_trees, mcl_sounds, hades_core, hades_sounds, hades_materials, hades_dye, hades_bucket, hades_extraores, hades_mesecons_materials min_minetest_version = 5.2.0