Fetchr

Fetchr

556 Downloads

Bingo card not updated (team colors)

Aurelien30000 opened this issue ยท 3 comments

commented

Due to the following commit, the bingo card is not updated when an item is obtained by a team. I haven't found the origin of the issue but I hope it will help you :)

0a29733

To replicate the issue, you just need a basic setup and to run a basic game, no blind/lockout game needed.

Thanks!

commented

Hmm, pretty sure this is something on your end. I tested again on current dev branch and everything appears to be working(item being marked with team color and appearing with darker shade).

The commit you mentioned moved the files related to updating the card to a different directory, possibly there was some sort of merge conflict you missed / resolved wrongly when updating your fork?

commented

Oh I think I know.

The function is called by the item detection command blocks in the lobby. Since the file location changed, the command block in the lobby running the function was updated to call the function at the new location.

Just delete everything in your world folder except level.dat and the datapacks directory, so it re-generates the lobby with the new structure.

commented

Oh! You are right, I apologize for the issue, thanks a lot :D