Skip to content

Commit

Permalink
Update comment in identify.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Pokechu22 committed Nov 12, 2020
1 parent 0302707 commit 37a1150
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions burger/toppings/identify.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,9 @@
# The biome class specifically is an issue because in 18w06a, the old name is
# present in the biome's own class, but the ID is still in the register class.
# This stops being an issue later into 1.13 when biome names become translatable.
# This stops being an issue later into 1.13 when biome names become translatable.

# Similarly, in 1.13, "bubble" is ambiguous between the particle class and
# particle list, but the particletypes topping doesn't work in that version
# for other reasons so it's fine to ignore this issue for now.
# particle list, but the particletypes topping works with the first result in that case.
IGNORE_DUPLICATES = [ "biome.register", "particletypes" ]

def check_match(value, match_list):
Expand Down

0 comments on commit 37a1150

Please sign in to comment.