Skip to content

Commit

Permalink
💄 adjust position of lower JOIN QUEUE button
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAfroOfDoom committed Oct 27, 2024
1 parent e082444 commit 3f64be0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ execute as @e[ \
] run function gu:generate
data modify storage omegaflowey:decorative join_queue_interaction_uuid set from storage gu:main out

summon minecraft:text_display -135.75 38.5 46.25 { \
summon minecraft:text_display -135.0 39.0 46.25 { \
Tags: [ \
"omega-flowey-remastered", \
"decorative", \
Expand All @@ -150,7 +150,7 @@ summon minecraft:text_display -135.75 38.5 46.25 { \
translation: [0.0f, 0.0f, 0.0f] \
} \
}
summon minecraft:interaction -135.75 38.5 46.25 { \
summon minecraft:interaction -135.0 39.0 46.25 { \
Tags: [ \
"omega-flowey-remastered", \
"decorative", \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ execute as @e[ \
] run data modify entity @s response set value false

execute as @e[ \
x=-135.75, y=38.5, z=46.25, distance=..0.01, \
x=-135.0, y=39.0, z=46.25, distance=..0.01, \
type=minecraft:text_display, \
tag=join-queue-2-title, \
limit=1 \
Expand All @@ -26,7 +26,7 @@ execute as @e[ \
]'

execute as @e[ \
x=-135.75, y=38.5, z=46.25, distance=..0.01, \
x=-135.0, y=39.0, z=46.25, distance=..0.01, \
type=minecraft:interaction, \
tag=join-queue-2-interaction, \
limit=1 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ execute as @e[ \
] run data modify entity @s response set value true

execute as @e[ \
x=-135.75, y=38.5, z=46.25, distance=..0.01, \
x=-135.0, y=39.0, z=46.25, distance=..0.01, \
type=minecraft:text_display, \
tag=join-queue-2-title, \
limit=1 \
Expand All @@ -24,7 +24,7 @@ execute as @e[ \
]'

execute as @e[ \
x=-135.75, y=38.5, z=46.25, distance=..0.01, \
x=-135.0, y=39.0, z=46.25, distance=..0.01, \
type=minecraft:interaction, \
tag=join-queue-2-interaction, \
limit=1 \
Expand Down

0 comments on commit 3f64be0

Please sign in to comment.