Полностью переписан Steam And Rails
This commit is contained in:
parent
6697522932
commit
fd434001b5
9 changed files with 2668 additions and 2263 deletions
|
|
@ -1,6 +1,7 @@
|
|||
// priority: 1
|
||||
|
||||
REIEvents.hide('item', event => {
|
||||
/*
|
||||
hideMinecraftStuff(event)
|
||||
hideTFCStuff(event)
|
||||
hideFirmaLifeStuff(event)
|
||||
|
|
@ -9,7 +10,8 @@ REIEvents.hide('item', event => {
|
|||
hideAE2Stuff(event)
|
||||
hideAdAstraStuff(event)
|
||||
hideSophisticatedBackpacksStuff(event)
|
||||
hideMoreRedStuff(event)
|
||||
hideMoreRedStuff(event)*/
|
||||
hideRailWaysStuff(event)
|
||||
|
||||
})
|
||||
|
||||
|
|
|
|||
7
kubejs/client_scripts/mods/railways.js
Normal file
7
kubejs/client_scripts/mods/railways.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// priority: 0
|
||||
|
||||
const hideRailWaysStuff = (event) => {
|
||||
global.RAIL_WAYS_DISABLED_ITEMS.forEach(item => {
|
||||
event.hide(item)
|
||||
})
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue