Skip to content

Commit

Permalink
Merge pull request #520 from MuteTiefling/develop
Browse files Browse the repository at this point in the history
fix yeeted enchants showing up in crystalline flower
  • Loading branch information
MuteTiefling authored Jul 22, 2023
2 parents fc7dcb1 + 40c203d commit 8a5d1c9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ ServerEvents.tags('enchantment', (event) => {
return;
}

// event.get('the_bumblezone:crystalline_flower/disallowed_enchantments').add(['minecraft:respiration']);
event
.get('the_bumblezone:crystalline_flower/disallowed_enchantments')
.add(['minecraft:respiration', 'minecraft:mending']);
});

0 comments on commit 8a5d1c9

Please sign in to comment.