Added TR ingots to beacon payments. (#2728)

Didn't add the gems because they are way more common than emeralds or diamonds.
This commit is contained in:
Ayutac 2022-01-08 15:01:44 +01:00 committed by GitHub
parent 892f3cba05
commit 59b76b0a95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"#techreborn:ingots"
]
}

View file

@ -0,0 +1,27 @@
{
"replace": false,
"values": [
"techreborn:advanced_alloy_ingot",
"techreborn:aluminum_ingot",
"techreborn:brass_ingot",
"techreborn:bronze_ingot",
"techreborn:chrome_ingot",
"techreborn:electrum_ingot",
"techreborn:hot_tungstensteel_ingot",
"techreborn:invar_ingot",
"techreborn:iridium_alloy_ingot",
"techreborn:iridium_ingot",
"techreborn:lead_ingot",
"techreborn:mixed_metal_ingot",
"techreborn:nickel_ingot",
"techreborn:platinum_ingot",
"techreborn:refined_iron_ingot",
"techreborn:silver_ingot",
"techreborn:steel_ingot",
"techreborn:tin_ingot",
"techreborn:titanium_ingot",
"techreborn:tungsten_ingot",
"techreborn:tungstensteel_ingot",
"techreborn:zinc_ingot"
]
}