add send_defeated_mobs as option

This commit is contained in:
espeon65536
2021-08-22 19:43:29 -05:00
committed by Fabian Dill
parent 7aaa652ef5
commit 57282e76a4
2 changed files with 11 additions and 4 deletions

View File

@@ -37,6 +37,7 @@ class MinecraftWorld(World):
'advancement_goal': self.world.advancement_goal[self.player],
'egg_shards_required': self.world.egg_shards_required[self.player],
'egg_shards_available': self.world.egg_shards_available[self.player],
'MC35': bool(self.world.send_defeated_mobs[self.player]),
'race': self.world.is_race
}