-
Notifications
You must be signed in to change notification settings - Fork 6
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
oOBoomberOo
committed
May 7, 2020
1 parent
cc23d0c
commit 642675a
Showing
72 changed files
with
198 additions
and
195 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...ts/carpet_on_stairs/carpet_on_stairs.json → ...oomber/advancements/carpet_on_stairs.json
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
8 changes: 4 additions & 4 deletions
8
data/boomber/functions/carpet_on_stairs/carpet/apply_color.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,4 +1,4 @@ | ||
scoreboard players operation #bb.cs.apply_color bb.variable = #bb.cs.model_id bb.variable | ||
scoreboard players operation #bb.cs.apply_color bb.variable += #bb.cs.base_color bb.variable | ||
scoreboard players operation #bb.cs.apply_color bb.variable += @s bb.cs.color | ||
execute store result entity @s ArmorItems[-1].tag.CustomModelData int 1 run scoreboard players get #bb.cs.apply_color bb.variable | ||
scoreboard players operation #bb.cs.apply_color bb.cs.var = #base_model_id bb.cs.var | ||
scoreboard players operation #bb.cs.apply_color bb.cs.var += #base_color bb.cs.var | ||
scoreboard players operation #bb.cs.apply_color bb.cs.var += @s bb.cs.color | ||
execute store result entity @s ArmorItems[-1].tag.CustomModelData int 1 run scoreboard players get #bb.cs.apply_color bb.cs.var |
14 changes: 7 additions & 7 deletions
14
data/boomber/functions/carpet_on_stairs/carpet/check/black.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 @@ | ||
scoreboard players set #bb.cs.color bb.variable 15 | ||
scoreboard players set #bb.cs.success bb.success 0 | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^ ^ ^-1 minecraft:black_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/behind | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^1 ^ ^ minecraft:black_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/left | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^-1 ^ ^ minecraft:black_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/right | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^ ^1 ^ minecraft:black_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/up | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^ ^-1 ^ minecraft:black_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/down | ||
scoreboard players set #color bb.cs.var 15 | ||
scoreboard players set #raycast bb.cs.success 0 | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^ ^ ^-1 minecraft:black_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/behind | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^1 ^ ^ minecraft:black_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/left | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^-1 ^ ^ minecraft:black_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/right | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^ ^1 ^ minecraft:black_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/up | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^ ^-1 ^ minecraft:black_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/down |
14 changes: 7 additions & 7 deletions
14
data/boomber/functions/carpet_on_stairs/carpet/check/blue.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 @@ | ||
scoreboard players set #bb.cs.color bb.variable 11 | ||
scoreboard players set #bb.cs.success bb.success 0 | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^ ^ ^-1 minecraft:blue_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/behind | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^1 ^ ^ minecraft:blue_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/left | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^-1 ^ ^ minecraft:blue_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/right | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^ ^1 ^ minecraft:blue_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/up | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^ ^-1 ^ minecraft:blue_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/down | ||
scoreboard players set #color bb.cs.var 11 | ||
scoreboard players set #raycast bb.cs.success 0 | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^ ^ ^-1 minecraft:blue_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/behind | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^1 ^ ^ minecraft:blue_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/left | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^-1 ^ ^ minecraft:blue_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/right | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^ ^1 ^ minecraft:blue_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/up | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^ ^-1 ^ minecraft:blue_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/down |
14 changes: 7 additions & 7 deletions
14
data/boomber/functions/carpet_on_stairs/carpet/check/brown.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 @@ | ||
scoreboard players set #bb.cs.color bb.variable 12 | ||
scoreboard players set #bb.cs.success bb.success 0 | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^ ^ ^-1 minecraft:brown_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/behind | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^1 ^ ^ minecraft:brown_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/left | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^-1 ^ ^ minecraft:brown_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/right | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^ ^1 ^ minecraft:brown_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/up | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^ ^-1 ^ minecraft:brown_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/down | ||
scoreboard players set #color bb.cs.var 12 | ||
scoreboard players set #raycast bb.cs.success 0 | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^ ^ ^-1 minecraft:brown_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/behind | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^1 ^ ^ minecraft:brown_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/left | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^-1 ^ ^ minecraft:brown_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/right | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^ ^1 ^ minecraft:brown_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/up | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^ ^-1 ^ minecraft:brown_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/down |
14 changes: 7 additions & 7 deletions
14
data/boomber/functions/carpet_on_stairs/carpet/check/cyan.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 @@ | ||
scoreboard players set #bb.cs.color bb.variable 9 | ||
scoreboard players set #bb.cs.success bb.success 0 | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^ ^ ^-1 minecraft:cyan_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/behind | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^1 ^ ^ minecraft:cyan_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/left | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^-1 ^ ^ minecraft:cyan_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/right | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^ ^1 ^ minecraft:cyan_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/up | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^ ^-1 ^ minecraft:cyan_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/down | ||
scoreboard players set #color bb.cs.var 9 | ||
scoreboard players set #raycast bb.cs.success 0 | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^ ^ ^-1 minecraft:cyan_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/behind | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^1 ^ ^ minecraft:cyan_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/left | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^-1 ^ ^ minecraft:cyan_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/right | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^ ^1 ^ minecraft:cyan_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/up | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^ ^-1 ^ minecraft:cyan_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/down |
14 changes: 7 additions & 7 deletions
14
data/boomber/functions/carpet_on_stairs/carpet/check/gray.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 @@ | ||
scoreboard players set #bb.cs.color bb.variable 7 | ||
scoreboard players set #bb.cs.success bb.success 0 | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^ ^ ^-1 minecraft:gray_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/behind | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^1 ^ ^ minecraft:gray_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/left | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^-1 ^ ^ minecraft:gray_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/right | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^ ^1 ^ minecraft:gray_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/up | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^ ^-1 ^ minecraft:gray_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/down | ||
scoreboard players set #color bb.cs.var 7 | ||
scoreboard players set #raycast bb.cs.success 0 | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^ ^ ^-1 minecraft:gray_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/behind | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^1 ^ ^ minecraft:gray_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/left | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^-1 ^ ^ minecraft:gray_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/right | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^ ^1 ^ minecraft:gray_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/up | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^ ^-1 ^ minecraft:gray_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/down |
14 changes: 7 additions & 7 deletions
14
data/boomber/functions/carpet_on_stairs/carpet/check/green.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 @@ | ||
scoreboard players set #bb.cs.color bb.variable 13 | ||
scoreboard players set #bb.cs.success bb.success 0 | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^ ^ ^-1 minecraft:green_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/behind | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^1 ^ ^ minecraft:green_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/left | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^-1 ^ ^ minecraft:green_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/right | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^ ^1 ^ minecraft:green_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/up | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^ ^-1 ^ minecraft:green_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/down | ||
scoreboard players set #color bb.cs.var 13 | ||
scoreboard players set #raycast bb.cs.success 0 | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^ ^ ^-1 minecraft:green_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/behind | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^1 ^ ^ minecraft:green_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/left | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^-1 ^ ^ minecraft:green_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/right | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^ ^1 ^ minecraft:green_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/up | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^ ^-1 ^ minecraft:green_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/down |
14 changes: 7 additions & 7 deletions
14
data/boomber/functions/carpet_on_stairs/carpet/check/light_blue.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 @@ | ||
scoreboard players set #bb.cs.color bb.variable 3 | ||
scoreboard players set #bb.cs.success bb.success 0 | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^ ^ ^-1 minecraft:light_blue_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/behind | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^1 ^ ^ minecraft:light_blue_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/left | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^-1 ^ ^ minecraft:light_blue_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/right | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^ ^1 ^ minecraft:light_blue_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/up | ||
execute if score #bb.cs.success bb.success matches 0 rotated ~ 0 if block ^ ^-1 ^ minecraft:light_blue_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/down | ||
scoreboard players set #color bb.cs.var 3 | ||
scoreboard players set #raycast bb.cs.success 0 | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^ ^ ^-1 minecraft:light_blue_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/behind | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^1 ^ ^ minecraft:light_blue_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/left | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^-1 ^ ^ minecraft:light_blue_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/right | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^ ^1 ^ minecraft:light_blue_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/up | ||
execute if score #raycast bb.cs.success matches 0 rotated ~ 0 if block ^ ^-1 ^ minecraft:light_blue_carpet unless block ~ ~-1 ~ #boomber:carpet_on_stairs/not_a_solid_ground run function boomber:carpet_on_stairs/carpet/found/down |
Oops, something went wrong.