hide ad_astra some stuff
This commit is contained in:
parent
3f4bd2763c
commit
dffbd218d4
2 changed files with 8 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ REIEvents.hide('item', event => {
|
||||||
hideGTCEUStuff(event)
|
hideGTCEUStuff(event)
|
||||||
hideCreateStuff(event)
|
hideCreateStuff(event)
|
||||||
hideExtendedCraftingStuff(event)
|
hideExtendedCraftingStuff(event)
|
||||||
|
hideAdAstraStuff(event)
|
||||||
hideSophisticatedBackpacksStuff(event)
|
hideSophisticatedBackpacksStuff(event)
|
||||||
hideMoreRedStuff(event)
|
hideMoreRedStuff(event)
|
||||||
hideSmallShipsStuff(event)
|
hideSmallShipsStuff(event)
|
||||||
|
|
|
||||||
7
kubejs/client_scripts/mods/ad_astra.js
Normal file
7
kubejs/client_scripts/mods/ad_astra.js
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
// priority: 0
|
||||||
|
|
||||||
|
const hideAdAstraStuff = (event) => {
|
||||||
|
global.AD_ASTRA_DISABLED_ITEMS.forEach(item => {
|
||||||
|
event.hide(item)
|
||||||
|
})
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue