Skip to content

Commit

Permalink
Game Start: Add ceiling to skybox
Browse files Browse the repository at this point in the history
This adds a ceiling to the skybox

Fixes #36
  • Loading branch information
NeunEinser committed Apr 7, 2021
1 parent e8d67b3 commit 7542c2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/bingo/functions/game/start/spawn_skybox.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
bossbar set bingo:start/pre_gen/progress visible false
kill @e[type=minecraft:area_effect_cloud, tag=bingo.pre_gen_cloud, limit=1]

fill ~-1 0 ~-1 ~1 129 ~1 minecraft:barrier replace #bingo:sky_box_chute_replaceables
fill ~-1 0 ~-1 ~1 130 ~1 minecraft:barrier replace #bingo:sky_box_chute_replaceables
fill ~ 0 ~ ~ 129 ~ minecraft:air replace minecraft:barrier
setblock ~ 127 ~ minecraft:barrier
execute if block ~ 62 ~ minecraft:water run setblock ~ 62 ~ minecraft:dirt
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 @@ -36,4 +36,4 @@ team modify bingo.white seeFriendlyInvisibles true
team modify bingo.yellow seeFriendlyInvisibles true

execute in bingo:lobby run function neun_einser.timer:start/hundredth_of_second
execute at @s run fill ~-1 0 ~-1 ~1 129 ~1 minecraft:air replace minecraft:barrier
execute at @s run fill ~-1 0 ~-1 ~1 130 ~1 minecraft:air replace minecraft:barrier

0 comments on commit 7542c2d

Please sign in to comment.