aboutsummaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
Diffstat (limited to 'features')
-rw-r--r--features/nether/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/nether/index.js b/features/nether/index.js
index fa6a712..49388bd 100644
--- a/features/nether/index.js
+++ b/features/nether/index.js
@@ -219,7 +219,7 @@ class Nether extends Feature {
let name = e[m.getCustomNameTag]()
if (name) {
if (name.includes("Ashfang") || name.includes("Barbarian Duke X") || name.includes("Bladesoul") || name.includes("Mage Outlaw")) {
- this.miniboss = e
+ this.miniboss = new Entity(e)
}
}
})