We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
moreores
mcl_core
1 parent 2920b4c commit 32f1d5aCopy full SHA for 32f1d5a
technic/materials.lua
@@ -71,3 +71,8 @@ technic.materials = {
71
pick_silver = has_moreores and "moreores:pick_silver" or has_mcl and "mcl_tools:pick_gold" or "default:gold_pickaxe",
72
mithril_block = has_moreores and "moreores:mithril_block" or has_mcl and "mcl_core:lapisblock" or "default:goldblock",
73
}
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