update exclusion procedure for clarity

This commit is contained in:
espeon65536
2021-07-23 08:55:44 -05:00
committed by Fabian Dill
parent 12eba33dbf
commit 64c80c32f0
4 changed files with 5 additions and 11 deletions

View File

@@ -98,5 +98,5 @@ class MinecraftWorld(World):
item_data = item_table[name]
item = MinecraftItem(name, item_data.progression, item_data.code, self.player)
if "Book" in name: # prevent enchanted books from being excluded
item.can_be_excluded = False
item.never_exclude = True
return item