-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e66a2df
commit d772bdd
Showing
3 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"enter_commands": ["tag @s add in.dropper_failing"], | ||
"exit_commands": ["tag @s remove in.dropper"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
execute as @e[tag=in.dropper_failing] at @s in tropicraft:tropics if entity @s[nbt={OnGround:1b}] unless block ~ ~-1 ~ create:refined_radiance_casing run function lt:game/dropper/fail | ||
execute as @e[tag=in.dropper_failing] at @s in tropicraft:tropics if block ~ ~-1 ~ create:refined_radiance_casing run function lt:game/dropper/win | ||
execute as @e[tag=!in.dropper_failing,tag=in.dropper,gamemode=!spectator,tag=!main.operator] at @s in tropicraft:tropics if block ~ ~-1 ~ create:railway_casing run tp @s @e[tag=dropper.fail,limit=1] | ||
execute as @e[tag=!in.dropper_failing,tag=in.dropper,gamemode=!spectator,tag=!main.operator] at @s in tropicraft:tropics if block ~ ~-1 ~ create:refined_radiance_casing run tp @s @e[tag=dropper.fail,limit=1] | ||
execute as @e[tag=dropper.fail,tag=!running,limit=1] at @s if block 2578 127 2801 minecraft:oak_button[powered=true] run function lt:game/dropper/timer/3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters