unhide tfc deposits + update tfc
This commit is contained in:
parent
241d520410
commit
32bd116a5b
3 changed files with 11 additions and 23 deletions
|
|
@ -1,12 +1,10 @@
|
||||||
{
|
{
|
||||||
"modPriorities": [
|
"modPriorities": [
|
||||||
|
"gtceu",
|
||||||
|
"tfc",
|
||||||
"minecraft",
|
"minecraft",
|
||||||
"kubejs",
|
"kubejs",
|
||||||
"crafttweaker",
|
"create"
|
||||||
"create",
|
|
||||||
"thermal",
|
|
||||||
"immersiveengineering",
|
|
||||||
"mekanism"
|
|
||||||
],
|
],
|
||||||
"stoneStrata": [
|
"stoneStrata": [
|
||||||
"stone",
|
"stone",
|
||||||
|
|
@ -28,14 +26,15 @@
|
||||||
"forge:rods/{material}",
|
"forge:rods/{material}",
|
||||||
"forge:wires/{material}",
|
"forge:wires/{material}",
|
||||||
"forge:storage_blocks/{material}",
|
"forge:storage_blocks/{material}",
|
||||||
"forge:storage_blocks/raw_{material}"
|
"forge:storage_blocks/raw_{material}",
|
||||||
|
"forge:double_ingots/{material}",
|
||||||
|
"forge:double_sheets/{material}",
|
||||||
|
"forge:sheets/{material}"
|
||||||
],
|
],
|
||||||
"materials": [
|
"materials": [
|
||||||
"aeternium",
|
|
||||||
"aluminum",
|
"aluminum",
|
||||||
"amber",
|
"amber",
|
||||||
"apatite",
|
"apatite",
|
||||||
"bitumen",
|
|
||||||
"brass",
|
"brass",
|
||||||
"bronze",
|
"bronze",
|
||||||
"charcoal",
|
"charcoal",
|
||||||
|
|
@ -44,33 +43,24 @@
|
||||||
"coal",
|
"coal",
|
||||||
"coal_coke",
|
"coal_coke",
|
||||||
"cobalt",
|
"cobalt",
|
||||||
"constantan",
|
|
||||||
"copper",
|
"copper",
|
||||||
"diamond",
|
"diamond",
|
||||||
"electrum",
|
"electrum",
|
||||||
"elementium",
|
|
||||||
"emerald",
|
"emerald",
|
||||||
"enderium",
|
|
||||||
"fluorite",
|
|
||||||
"gold",
|
"gold",
|
||||||
"graphite",
|
"graphite",
|
||||||
"invar",
|
"invar",
|
||||||
"iridium",
|
|
||||||
"iron",
|
"iron",
|
||||||
"lapis",
|
"lapis",
|
||||||
"lead",
|
"lead",
|
||||||
"lumium",
|
|
||||||
"mithril",
|
|
||||||
"netherite",
|
"netherite",
|
||||||
"nickel",
|
"nickel",
|
||||||
"obsidian",
|
"obsidian",
|
||||||
"osmium",
|
"osmium",
|
||||||
"peridot",
|
|
||||||
"platinum",
|
"platinum",
|
||||||
"potassium_nitrate",
|
"potassium_nitrate",
|
||||||
"ruby",
|
"ruby",
|
||||||
"sapphire",
|
"sapphire",
|
||||||
"signalum",
|
|
||||||
"silver",
|
"silver",
|
||||||
"steel",
|
"steel",
|
||||||
"sulfur",
|
"sulfur",
|
||||||
|
|
@ -89,7 +79,9 @@
|
||||||
"ignoredTags": [],
|
"ignoredTags": [],
|
||||||
"ignoredItems": [],
|
"ignoredItems": [],
|
||||||
"ignoredRecipeTypes": [
|
"ignoredRecipeTypes": [
|
||||||
"cucumber:shaped_tag"
|
"cucumber:shaped_tag",
|
||||||
|
"tfc:collapse",
|
||||||
|
"tfc:landslide"
|
||||||
],
|
],
|
||||||
"ignoredRecipes": [],
|
"ignoredRecipes": [],
|
||||||
"itemsHidingJeiRei": true
|
"itemsHidingJeiRei": true
|
||||||
|
|
|
||||||
|
|
@ -12,9 +12,5 @@ const hideTFCStuff = (event) => {
|
||||||
event.hide(`tfc:ore/${oreTypeName}_${oreMaterialName}/${stoneTypeName}`)
|
event.hide(`tfc:ore/${oreTypeName}_${oreMaterialName}/${stoneTypeName}`)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
tfcDepositeMaterials.forEach(depositeMaterialName => {
|
|
||||||
event.hide(`tfc:deposit/${depositeMaterialName}/${stoneTypeName}`)
|
|
||||||
})
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue