Skip to content

Commit

Permalink
Use moreores tin when moreores and mcl_core are detected (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
programmerjake authored Sep 28, 2024
1 parent 2920b4c commit 32f1d5a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions technic/materials.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,8 @@ technic.materials = {
pick_silver = has_moreores and "moreores:pick_silver" or has_mcl and "mcl_tools:pick_gold" or "default:gold_pickaxe",
mithril_block = has_moreores and "moreores:mithril_block" or has_mcl and "mcl_core:lapisblock" or "default:goldblock",
}

if has_mcl and has_moreores then
technic.materials.tin_ingot = "moreores:tin_ingot"
technic.materials.tin_lump = "moreores:tin_lump"
end

0 comments on commit 32f1d5a

Please sign in to comment.