Files
OFModpack/kubejs/server_scripts/mods/Apotheosis/adventure.js
T
2026-06-14 01:24:29 +02:00

9 lines
463 B
JavaScript

// Temp disable of Apotheosis bosses, as suggested by Shadows.
// Script from Team AOF, for Craftoria, used with Permission of WhitePhant0m
// To be removed once Shadows fixes Elite mobs at a later date
// ServerEvents.generateData('after_mods', (e) => {
// ['overworld/craig', 'overworld/honeyed_archer', 'overworld/undead_knight', 'the_nether/withering_archer'].forEach((id) => {
// e.json(`apotheosis:apothic_elites/${id}`, {});
// });
// });