Skip to content

Commit 32f1d5a

Browse files
Use moreores tin when moreores and mcl_core are detected (#383)
1 parent 2920b4c commit 32f1d5a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

technic/materials.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,8 @@ technic.materials = {
7171
pick_silver = has_moreores and "moreores:pick_silver" or has_mcl and "mcl_tools:pick_gold" or "default:gold_pickaxe",
7272
mithril_block = has_moreores and "moreores:mithril_block" or has_mcl and "mcl_core:lapisblock" or "default:goldblock",
7373
}
74+
75+
if has_mcl and has_moreores then
76+
technic.materials.tin_ingot = "moreores:tin_ingot"
77+
technic.materials.tin_lump = "moreores:tin_lump"
78+
end

0 commit comments

Comments
 (0)