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 7ac9c79 commit 57d275bCopy full SHA for 57d275b
data/lt/function/stage/action/set_stage.mcfunction
@@ -0,0 +1,15 @@
1
+$scoreboard players set scene stage.global $(action_data)
2
+
3
+## Set stage storage/river
4
+execute in tropicraft:tropics if score scene stage.global matches 1 run clone -165 119 -217 -133 132 -204 -165 133 -217
5
6
+## Set stage sky
7
+execute in tropicraft:tropics if score scene stage.global matches 2 run clone -165 77 -217 -133 90 -204 -165 133 -217
8
9
10
+## Set stage Evil base
11
+execute in tropicraft:tropics if score scene stage.global matches 3 run clone -165 105 -217 -133 118 -204 -165 133 -217
12
13
14
+## Set stage good base
15
+execute in tropicraft:tropics if score scene stage.global matches 4 run clone -165 91 -217 -133 104 -204 -165 133 -217
0 commit comments