neuralgia/kubejs/client_scripts/mods/ftb_quests.js
2024-01-10 21:45:05 +07:00

7 lines
No EOL
144 B
JavaScript

// priority: 0
const hideFTBQuestsStuff = (event) => {
global.FTB_QUESTS_DISABLED_ITEMS.forEach(item => {
event.hide(item)
})
}