add hades revisted crafts and update sound api for sounds

This commit is contained in:
unknown 2022-02-27 11:24:35 -05:00
parent 727b5999dc
commit 29ade1253a
2 changed files with 26 additions and 1 deletions

View File

@ -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

@ -1 +1 @@
Subproject commit 87bd12dd0facb4c58f8643b10f98a27dd112b21a
Subproject commit 6956e49e775f325116f8e0c643899c089c691e1e