Skip to content

Commit

Permalink
Item Detection: Fix setting auto using outdated coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
NeunEinser committed May 16, 2021
1 parent febe6aa commit bbb8e3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ data remove storage bingo:card_generation forbiddenCategories
data remove storage bingo:card slots
execute as @e[type=minecraft:item_frame, tag=bingo.card_frame] at @s run setblock ~ ~ ~-1 minecraft:barrier

execute in bingo:lobby run data modify block 0 0 0 auto set value false
execute in bingo:lobby run data modify block 5 3 5 auto set value false

#>
# This tag marks a player who is in a team that obtained the item in slot 0.
Expand Down
2 changes: 1 addition & 1 deletion data/bingo/functions/game/start/start_game.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gamemode survival @s
experience set @s 0 levels
gamerule doDaylightCycle true

execute in bingo:lobby run data modify block 0 0 0 auto set value true
execute in bingo:lobby run data modify block 5 3 5 auto set value true

team modify bingo.aqua seeFriendlyInvisibles true
team modify bingo.black seeFriendlyInvisibles true
Expand Down

0 comments on commit bbb8e3b

Please sign in to comment.