-
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
6f20200
commit 2f14b65
Showing
15 changed files
with
59 additions
and
13 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
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 was deleted.
Oops, something went wrong.
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,7 @@ | ||
scoreboard players set #box_x0 mrcd_system 0 | ||
scoreboard players set #box_y0 mrcd_system 0 | ||
scoreboard players set #box_z0 mrcd_system 0 | ||
scoreboard players set #box_x1 mrcd_system 1000 | ||
scoreboard players set #box_y1 mrcd_system 63 | ||
scoreboard players set #box_z1 mrcd_system 1000 | ||
function mrcd:private/complex_cube/main |
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,7 @@ | ||
scoreboard players set #box_x0 mrcd_system 937 | ||
scoreboard players set #box_y0 mrcd_system 0 | ||
scoreboard players set #box_z0 mrcd_system 0 | ||
scoreboard players set #box_x1 mrcd_system 1000 | ||
scoreboard players set #box_y1 mrcd_system 1000 | ||
scoreboard players set #box_z1 mrcd_system 1000 | ||
function mrcd:private/complex_cube/main |
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,11 @@ | ||
execute if block ~ ~ ~ fire[up=false,north=false,south=false,east=false,west=false] run function mrcd:private/types/fire/down | ||
execute if block ~ ~ ~ fire[south=true] run function mrcd:private/types/fire/south | ||
execute if block ~ ~ ~ fire[north=true] run function mrcd:private/types/fire/north | ||
execute if block ~ ~ ~ fire[east=true] run function mrcd:private/types/fire/east | ||
execute if block ~ ~ ~ fire[west=true] run function mrcd:private/types/fire/west | ||
execute if block ~ ~ ~ fire[up=true] run function mrcd:private/types/fire/up | ||
|
||
execute if entity @e[tag=mrcd_touch_mark] run tag @s add mrcd_touch_edge | ||
execute if entity @e[tag=mrcd_touch_mark] run tag @s add mrcd_touch_edge_complex | ||
|
||
tag @s add mrcd_block_collision_done |
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,7 @@ | ||
scoreboard players set #box_x0 mrcd_system 0 | ||
scoreboard players set #box_y0 mrcd_system 0 | ||
scoreboard players set #box_z0 mrcd_system 0 | ||
scoreboard players set #box_x1 mrcd_system 1000 | ||
scoreboard players set #box_y1 mrcd_system 1000 | ||
scoreboard players set #box_z1 mrcd_system 63 | ||
function mrcd:private/complex_cube/main |
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,7 @@ | ||
scoreboard players set #box_x0 mrcd_system 0 | ||
scoreboard players set #box_y0 mrcd_system 0 | ||
scoreboard players set #box_z0 mrcd_system 937 | ||
scoreboard players set #box_x1 mrcd_system 1000 | ||
scoreboard players set #box_y1 mrcd_system 1000 | ||
scoreboard players set #box_z1 mrcd_system 1000 | ||
function mrcd:private/complex_cube/main |
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,7 @@ | ||
scoreboard players set #box_x0 mrcd_system 0 | ||
scoreboard players set #box_y0 mrcd_system 937 | ||
scoreboard players set #box_z0 mrcd_system 0 | ||
scoreboard players set #box_x1 mrcd_system 1000 | ||
scoreboard players set #box_y1 mrcd_system 1000 | ||
scoreboard players set #box_z1 mrcd_system 1000 | ||
function mrcd:private/complex_cube/main |
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,7 @@ | ||
scoreboard players set #box_x0 mrcd_system 0 | ||
scoreboard players set #box_y0 mrcd_system 0 | ||
scoreboard players set #box_z0 mrcd_system 0 | ||
scoreboard players set #box_x1 mrcd_system 63 | ||
scoreboard players set #box_y1 mrcd_system 1000 | ||
scoreboard players set #box_z1 mrcd_system 1000 | ||
function mrcd:private/complex_cube/main |
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 |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
"values": [ | ||
"redstone_wire", | ||
|
||
"fire", | ||
"beetroots", | ||
"nether_wart", | ||
"lever", | ||
|
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