9 lines
463 B
JavaScript
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}`, {});
|
|
// });
|
|
// });
|