Skip to content

Commit

Permalink
Set stage function
Browse files Browse the repository at this point in the history
  • Loading branch information
Finn committed Nov 24, 2024
1 parent 7ac9c79 commit 57d275b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions data/lt/function/stage/action/set_stage.mcfunction
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
$scoreboard players set scene stage.global $(action_data)

## Set stage storage/river
execute in tropicraft:tropics if score scene stage.global matches 1 run clone -165 119 -217 -133 132 -204 -165 133 -217

## Set stage sky
execute in tropicraft:tropics if score scene stage.global matches 2 run clone -165 77 -217 -133 90 -204 -165 133 -217


## Set stage Evil base
execute in tropicraft:tropics if score scene stage.global matches 3 run clone -165 105 -217 -133 118 -204 -165 133 -217


## Set stage good base
execute in tropicraft:tropics if score scene stage.global matches 4 run clone -165 91 -217 -133 104 -204 -165 133 -217

0 comments on commit 57d275b

Please sign in to comment.