the riptide enchantment is hard coded in the TridentItem class like so:
if (riptideStrength > 0.0F && !player.isInWaterOrRain())
this is unnecessary and could be easily done inside the enchantment's json file.
this change would let datapacks alter the trident more freely
Please sign in to leave a comment.
0 Comments