Skip to content

Commit

Permalink
Merge pull request #484 from MuteTiefling/tag-fix
Browse files Browse the repository at this point in the history
Update Sporeling Miniboss data
  • Loading branch information
MuteTiefling authored Jul 12, 2023
2 parents 703148d + 87fa956 commit 1af56d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelogs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
];

Expand Down

0 comments on commit 1af56d8

Please sign in to comment.