Skip to content

Commit

Permalink
Fix HUD when card is on the right with attack indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
NeunEinser committed Sep 16, 2023
1 parent cdbd850 commit 61f92f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datapack/data/fetchr/functions/custom_hud/right.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#next to hotbar
execute if score @s fetchr.card_position matches 8 run data merge storage fetchr:tmp {cardOffset:'"\\u005b"',cardNegOffset:'"\\uffa5"'}
#next to attack indicator
execute if score @s fetchr.card_position matches 9 run data merge storage fetchr:tmp {cardOffset:'"\\u0059"',cardNegOffset:'"\\uff87"'}
execute if score @s fetchr.card_position matches 9 run data merge storage fetchr:tmp {cardOffset:'"\\u0079"',cardNegOffset:'"\\uff87"'}
#right edge (gui 1)
execute if score @s fetchr.card_position matches 10 run data merge storage fetchr:tmp {cardOffset:'"\\u0358"',cardNegOffset:'"\\ufca8"'}
#right edge (gui 2)
Expand Down

0 comments on commit 61f92f4

Please sign in to comment.