подтираем за разрабом тфк

This commit is contained in:
Dmitry 2023-12-11 14:17:32 +07:00
parent d2891b4305
commit df3f3f28d3
15 changed files with 28 additions and 75 deletions

View file

@ -6,7 +6,6 @@ REIEvents.hide('item', event => {
hideTFCStuff(event)
hideGTCEUStuff(event)
hideCreateStuff(event)
hideExtendedCraftingStuff(event)
hideAdAstraStuff(event)
hideSophisticatedBackpacksStuff(event)
hideMoreRedStuff(event)

View file

@ -1,7 +0,0 @@
// priority: 0
const hideExtendedCraftingStuff = (event) => {
global.EXTENDED_CRAFTING_DISABLED_ITEMS.forEach(item => {
event.hide(item)
})
}

View file

@ -38,7 +38,6 @@ const hideTFCFluids = (event) => {
event.hide('tfc:metal/zinc')
event.hide('tfc:metal/sterling_silver')
event.hide('tfc:metal/wrought_iron')
event.hide('tfc:metal/cast_iron')
event.hide('tfc:metal/steel')
event.hide('tfc:metal/black_steel')
event.hide('tfc:metal/red_steel')