Skip to content

Commit

Permalink
🐛 fix "Nether Trail" effect
Browse files Browse the repository at this point in the history
  • Loading branch information
idinium96 committed May 20, 2022
1 parent 4334805 commit 5de6b6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,11 @@ class Schema {
delete obj['orbiting fire'];
obj['orbiting fire'] = 33;
}

if (particleName === 'nether trail') {
delete obj['ether trail'];
obj['ether trail'] = 103;
}
}
previous = particleName;
return obj;
Expand Down

0 comments on commit 5de6b6b

Please sign in to comment.