Skip to content

Commit

Permalink
Made stage actions not require executing as ap layer
Browse files Browse the repository at this point in the history
  • Loading branch information
Finn committed Nov 24, 2024
1 parent bd66709 commit dda87c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/lt/function/stage/stage_action.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# { action:"", action_data: INT}
## function lt:snlt/stage_action {action_id:"toggle_curtain",action_data:0}

$execute as @s at @s run function lt:stage/action/$(action_id) {action_data:$(action_data)}
$function lt:stage/action/$(action_id) {action_data:$(action_data)}

0 comments on commit dda87c0

Please sign in to comment.