Skip to content

Commit

Permalink
add somre tool materials
Browse files Browse the repository at this point in the history
  • Loading branch information
wsor4035 committed Apr 14, 2024
1 parent ca617d6 commit 55097dd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/materials.lua
Expand Up @@ -11,6 +11,8 @@ local materials = {
steel_block = "default:steelblock",
gold_block = "default:goldblock",
tin_block = "default:tinblock",
axe_steel = "default:axe_steel",
pick_steel = "default:pick_steel",
mese = "default:mese",
mese_crystal = "default:mese_crystal",
mese_crystal_fragment = "default:mese_crystal_fragment",
Expand Down Expand Up @@ -90,6 +92,8 @@ if minetest.get_modpath("mcl_core") then
steel_block = "mcl_core:iron_block",
gold_block = "mcl_core:gold_block",
tin_block = "mcl_core:iron_block",
axe_steel = "mcl_core:axe_steel",
pick_steel = "mcl_core:pick_steel",
mese = "mesecons_torch:redstoneblock",
mese_crystal = "mesecons:redstone",
mese_crystal_fragment = "mcl_core:iron_ingot",
Expand Down Expand Up @@ -149,6 +153,8 @@ elseif minetest.get_modpath("fl_ores") and minetest.get_modpath("fl_stone") then
steel_block = "fl_ores:iron_block",
gold_block = "fl_ores:gold_block",
tin_block = "fl_ores:tin_block",
axe_steel = "fl_tools:steel_pick",
pick_steel = "fl_tools:steel_axe",
mese = "fl_ores:iron_ingot",
mese_crystal = "fl_ores:iron_ingot",
mese_crystal_fragment = "fl_ores:iron_ingot",
Expand Down Expand Up @@ -208,6 +214,8 @@ elseif minetest.get_modpath("hades_core") then
steel_block = "hades_core:steelblock",
gold_block = "hades_core:goldblock",
tin_block = "hades_core:tinblock",
axe_steel = "hades_core:axe_steel",
pick_steel = "hades_core:pick_steel",
mese = "hades_core:mese",
mese_crystal = "hades_core:mese_crystal",
mese_crystal_fragment = "hades_core:mese_crystal_fragment",
Expand Down

0 comments on commit 55097dd

Please sign in to comment.