From aff149d7707640d979ccb94ab95c32597a0e23a0 Mon Sep 17 00:00:00 2001 From: MuteTiefling Date: Wed, 12 Jul 2023 02:00:28 -0400 Subject: [PATCH 1/2] Update cnb.js --- .../server_scripts/base/recipes/apotheosis/minibosses/cnb.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubejs/server_scripts/base/recipes/apotheosis/minibosses/cnb.js b/kubejs/server_scripts/base/recipes/apotheosis/minibosses/cnb.js index 1dfb38710..52a968204 100644 --- a/kubejs/server_scripts/base/recipes/apotheosis/minibosses/cnb.js +++ b/kubejs/server_scripts/base/recipes/apotheosis/minibosses/cnb.js @@ -20,13 +20,13 @@ ServerEvents.highPriorityData((event) => { valid_gear_sets: ['#miniboss/sporeling'], dimensions: [], affixed: false, - nbt: {}, stats: { enchant_chance: 0.0, enchantment_levels: [12, 8, 20, 14], effects: [], attribute_modifiers: [] - } + }, + finalize: true } ]; From 87fa95650f8d907627e57f3f2c5ad9dbc93f25ec Mon Sep 17 00:00:00 2001 From: MuteTiefling Date: Wed, 12 Jul 2023 02:02:01 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- changelogs/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelogs/CHANGELOG.md b/changelogs/CHANGELOG.md index 647dc5b4d..7caf334ba 100644 --- a/changelogs/CHANGELOG.md +++ b/changelogs/CHANGELOG.md @@ -17,6 +17,7 @@ - Emeraldite Ore renamed to Emerald Ore and drops adjusted. [\#479](https://github.com/EnigmaticaModpacks/Enigmatica9/pull/479) ([MuteTiefling](https://github.com/MuteTiefling)) - Budding Dimensional Crystals now spawn in place of Ametrine in Viscal Isles [\#479](https://github.com/EnigmaticaModpacks/Enigmatica9/pull/479) ([MuteTiefling](https://github.com/MuteTiefling)) - Fix out of control CNB sporeling spawns [\#483](https://github.com/EnigmaticaModpacks/Enigmatica9/pull/483) ([MuteTiefling](https://github.com/MuteTiefling)) +- Implement Apotheosis workaround for CNB Sporelings [\#484](https://github.com/EnigmaticaModpacks/Enigmatica9/pull/484) ([MuteTiefling](https://github.com/MuteTiefling)) ---