hide ad_astra some stuff
This commit is contained in:
@@ -6,6 +6,7 @@ REIEvents.hide('item', event => {
|
||||
hideGTCEUStuff(event)
|
||||
hideCreateStuff(event)
|
||||
hideExtendedCraftingStuff(event)
|
||||
hideAdAstraStuff(event)
|
||||
hideSophisticatedBackpacksStuff(event)
|
||||
hideMoreRedStuff(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)
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user