-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix wrong green color (lime blocks are used instead)
- Loading branch information
L_glandieres
authored and
L_glandieres
committed
Jan 22, 2024
1 parent
0311205
commit bd77b26
Showing
6 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
datapacks/Scaffolding Rush/data/scaffolding_rush/functions/team/create_base/rise.mcfunction
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,7 +1,7 @@ | ||
|
||
execute if score #performance_mode options matches 0 as @e[tag=baseTeam] at @s run function scaffolding_rush:team/create_base/rise/hollow_summon | ||
execute if score #performance_mode options matches 0 as @e[type=marker,tag=baseTeam] at @s run function scaffolding_rush:team/create_base/rise/hollow_summon | ||
execute if score #performance_mode options matches 0 as @e[type=armor_stand,tag=hollow_base] at @s run teleport ~ ~1 ~ | ||
execute as @e[tag=baseTeam] at @s positioned ~-3 ~ ~-3 run effect give @e[type=!marker,tag=!hollow_base,dx=6,dy=3,dz=6,nbt={OnGround:1b}] minecraft:levitation 1 1 true | ||
execute as @e[type=marker,tag=baseTeam] at @s positioned ~-3 ~ ~-3 run effect give @e[type=!marker,tag=!hollow_base,dx=6,dy=3,dz=6,nbt={OnGround:1b}] minecraft:levitation 1 1 true | ||
|
||
schedule function scaffolding_rush:team/create_base/rise/rise_solid 1s | ||
execute if score #performance_mode options matches 0 run schedule function scaffolding_rush:team/create_base/rise/hollow_kill 1.1s |
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
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
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
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
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