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:
parent
892f3cba05
commit
59b76b0a95
2 changed files with 33 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"#techreborn:ingots"
|
||||
]
|
||||
}
|
27
src/main/resources/data/techreborn/tags/items/ingots.json
Normal file
27
src/main/resources/data/techreborn/tags/items/ingots.json
Normal 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"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue