подтираем за разрабом тфк
This commit is contained in:
parent
d2891b4305
commit
df3f3f28d3
15 changed files with 28 additions and 75 deletions
|
|
@ -6,7 +6,6 @@ REIEvents.hide('item', event => {
|
|||
hideTFCStuff(event)
|
||||
hideGTCEUStuff(event)
|
||||
hideCreateStuff(event)
|
||||
hideExtendedCraftingStuff(event)
|
||||
hideAdAstraStuff(event)
|
||||
hideSophisticatedBackpacksStuff(event)
|
||||
hideMoreRedStuff(event)
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
// priority: 0
|
||||
|
||||
const hideExtendedCraftingStuff = (event) => {
|
||||
global.EXTENDED_CRAFTING_DISABLED_ITEMS.forEach(item => {
|
||||
event.hide(item)
|
||||
})
|
||||
}
|
||||
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue