Skip to content

Commit

Permalink
Fix resourcepack check sign
Browse files Browse the repository at this point in the history
  • Loading branch information
NeunEinser committed Sep 17, 2022
1 parent f322ce1 commit d17bd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/bingo/functions/tick/tick.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ execute if score $is_multiplayer bingo.state matches 2.. run scoreboard players
execute if score $is_multiplayer bingo.state matches 0 unless entity @e[name="DoNotTranslateThis{NEUN_SCRIPT:rp_version}", limit=1] run scoreboard players set $is_multiplayer bingo.state 1

# Place the sign in resource pack check chamber
setblock 1 2 1 minecraft:air
execute if entity @a[tag=bingo.resourcepack_check, limit=1] run setblock 1 2 1 minecraft:air
#NEUN_SCRIPT uncomment
#execute if entity @a[tag=bingo.resourcepack_check, limit=1] run setblock 1 2 1 minecraft:warped_wall_sign{Text1: '{"translate": "%1074992263$s%{NEUN_SCRIPT:rp_version}$s%1$s", "color": "#8eedeb", "with": [{"translate": "%1074992263$s%3$s%3$s%1$s", "bold":true, "with": ["", {"translate": "bingo.resourcepack_check.wrong_version.sign.line1"}]}, {"translate": "bingo.resourcepack_check.sign.line1"}], "clickEvent": {"action": "run_command", "value": "/trigger bingo.resources"}}',Text2: '{"translate": "%1074992263$s%{NEUN_SCRIPT:rp_version}$s%1$s", "color": "#8eedeb", "with": [{"translate": "%1074992263$s%3$s%3$s%1$s", "bold":true, "with": ["Download", {"translate": "bingo.resourcepack_check.wrong_version.sign.line2"}]}, {"translate": "bingo.resourcepack_check.sign.line2"}]}',Text3: '{"translate": "%1074992263$s%{NEUN_SCRIPT:rp_version}$s%1$s", "color": "#8eedeb", "with": [{"translate": "%1074992263$s%3$s%3$s%1$s", "bold":true, "with": ["Resourcepack", {"translate": "bingo.resourcepack_check.wrong_version.sign.line3"}]}, {"translate": "bingo.resourcepack_check.sign.line3"}]}',Text4: '{"translate": "%1074992263$s%{NEUN_SCRIPT:rp_version}$s%1$s", "color": "#8eedeb", "with": [{"translate": "%1074992263$s%3$s%3$s%1$s", "bold":true, "with": ["", {"translate": "bingo.resourcepack_check.wrong_version.sign.line4"}]}, {"translate": "bingo.resourcepack_check.sign.line4"}]}'}

Expand Down

0 comments on commit d17bd04

Please sign in to comment.