We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda87c0 commit 8a5986fCopy full SHA for 8a5986f
data/lt/function/stage/action/set_backdrop.mcfunction
@@ -0,0 +1,7 @@
1
+$scoreboard players set backdrop stage.global $(action_data)
2
+
3
+execute if score backdrop stage.global matches 0 run fill -165 135 -204 -133 146 -204 ltextras:curtain
4
+execute if score backdrop stage.global matches 1 run clone -165 135 -189 -133 146 -189 -165 135 -204
5
+execute if score backdrop stage.global matches 2 run clone -165 135 -184 -133 146 -184 -165 135 -204
6
+execute if score backdrop stage.global matches 3 run clone -165 135 -179 -133 146 -179 -165 135 -204
7
+execute if score backdrop stage.global matches 4 run clone -165 135 -174 -133 146 -174 -165 135 -204
0 commit comments