hide ad_astra some stuff
This commit is contained in:
parent
3f4bd2763c
commit
dffbd218d4
2 changed files with 8 additions and 0 deletions
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