From 29ade1253a34968b9b7dfaa88108d1d3ac27be88 Mon Sep 17 00:00:00 2001 From: unknown <24964441+wsor4035@users.noreply.github.com> Date: Sun, 27 Feb 2022 11:24:35 -0500 Subject: [PATCH] add hades revisted crafts and update sound api for sounds --- crafts.lua | 25 +++++++++++++++++++++++++ sound_api_core | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/crafts.lua b/crafts.lua index d58e280..9cc5be4 100644 --- a/crafts.lua +++ b/crafts.lua @@ -52,6 +52,31 @@ elseif minetest.get_modpath("fl_ores") and minetest.get_modpath("fl_stone") then tin_ingot = "fl_ores:tin_ingot", silver_ingot = "fl_ores:iron_ingot", } +elseif minetest.get_modpath("hades_core") then + materials = { + dirt = "fl_topsoil:dirt", + sand = "hades_core:fertile_sand", + gravel = "hades_core:gravel", + steel_ingot = "hades_core:steel_ingot", + gold_ingot = "hades_core:gold_ingot", + mese_crystal_fragment = "hades_core:mese_crystal_fragment", + torch = "hades_torches:torch", + diamond = "hades_core:diamond", + clay_lump = "hades_core:clay_lump", + dye_dark_grey = "dye:dark_grey_dye", + copper_ingot = "hades_core:copper_ingot", + tin_ingot = "hades_core:tin_ingot", + --[[ + since hades doesnt have buckets or water for the user, + using dirt from near water to pull the water out + ]] + water_bucket = "hades_core:fertile_sand", + empty_bucket = "hades_core:dirt", + --set this to steel unless hadesextraores is present + silver_ingot = "hades_core:steel_ingot", + } +elseif minetest.get_modpath("hades_core") and minetest.get_modpath("hades_extraores") then + materials["silver_ingot"] = "hades_extraores:silver_ingot" end --craft recipes diff --git a/sound_api_core b/sound_api_core index 87bd12d..6956e49 160000 --- a/sound_api_core +++ b/sound_api_core @@ -1 +1 @@ -Subproject commit 87bd12dd0facb4c58f8643b10f98a27dd112b21a +Subproject commit 6956e49e775f325116f8e0c643899c089c691e1e