dead2
This commit is contained in:
parent
bbdc6f9c7e
commit
a3fa3fbe4e
4 changed files with 22 additions and 14 deletions
|
|
@ -4,6 +4,7 @@ REIEvents.hide('item', event => {
|
|||
hideMinecraftStuff(event)
|
||||
hideTFCStuff(event)
|
||||
hideFirmaLifeStuff(event)
|
||||
hideFirmaCivStuff(event)
|
||||
hideGTCEUStuff(event)
|
||||
hideCreateStuff(event)
|
||||
hideAE2Stuff(event)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// priority: 0
|
||||
|
||||
const hideFirmaLifeStuff = (event) => {
|
||||
const hideFirmaCivStuff = (event) => {
|
||||
global.FIRMACIV_DISABLED_ITEMS.forEach(item => {
|
||||
event.hide(item)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue