Skip to content

Commit

Permalink
Create adventure.js
Browse files Browse the repository at this point in the history
Temp disable of Apotheosis bosses, as suggested by Shadows.
Script from Team AOF, for Craftoria, used with Permission of WhitePhant0m
  • Loading branch information
Mitchell5200 committed Dec 31, 2024
1 parent f934804 commit b34e9a5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions kubejs/server_scripts/mods/Apotheosis/adventure.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// 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}`, {});
});
});

0 comments on commit b34e9a5

Please sign in to comment.