-
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.
New XOR algorithm and 1.16 compatibility
- Loading branch information
1 parent
9e07063
commit 25efe7c
Showing
119 changed files
with
522 additions
and
418 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 was deleted.
Oops, something went wrong.
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
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
14 changes: 14 additions & 0 deletions
14
data/mrcd/functions/private/sort/player_can_pass/1_16.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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Global/Grouped: Soul torch, Blackstone Presureplate and button | ||
|
||
# Complex blocks | ||
|
||
# Simple blocks | ||
execute if entity @s[tag=!mrcd_detected] if block ~ ~ ~ nether_sprouts run function mrcd:private/types/1_16/sprouts | ||
execute if entity @s[tag=!mrcd_detected] if block ~ ~ ~ soul_fire run function mrcd:private/types/1_16/soul_fire | ||
execute if entity @s[tag=!mrcd_detected] if block ~ ~ ~ twisting_vines run function mrcd:private/types/1_16/twisting_vines | ||
execute if entity @s[tag=!mrcd_detected] if block ~ ~ ~ twisting_vines_plant run function mrcd:private/types/1_16/twisting_vines_plant | ||
execute if entity @s[tag=!mrcd_detected] if block ~ ~ ~ weeping_vines run function mrcd:private/types/1_16/weeping_vines | ||
execute if entity @s[tag=!mrcd_detected] if block ~ ~ ~ weeping_vines_plant run function mrcd:private/types/1_16/weeping_vines_plant | ||
|
||
execute if entity @s[tag=!mrcd_detected] if block ~ ~ ~ #mrcd:fungus run function mrcd:private/types/1_16/fungus | ||
execute if entity @s[tag=!mrcd_detected] if block ~ ~ ~ #mrcd:roots run function mrcd:private/types/1_16/roots |
11 changes: 11 additions & 0 deletions
11
data/mrcd/functions/private/sort/player_can_pass/1_17.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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Global/Grouped: Glow Lichen | ||
|
||
# Complex blocks | ||
|
||
# Simple blocks | ||
execute if entity @s[tag=!mrcd_detected] if block ~ ~ ~ small_dripleaf run function mrcd:private/types/1_17/small_dripleaf | ||
execute if entity @s[tag=!mrcd_detected] if block ~ ~ ~ big_dripleaf_stem run function mrcd:private/types/1_17/big_dripleaf_stem/main | ||
execute if entity @s[tag=!mrcd_detected] if block ~ ~ ~ spore_blossom run function mrcd:private/types/1_17/spore_blossom | ||
execute if entity @s[tag=!mrcd_detected] if block ~ ~ ~ hanging_roots run function mrcd:private/types/hanging_roots | ||
|
||
execute if entity @s[tag=!mrcd_detected] if block ~ ~ ~ #cave_vines run function mrcd:private/types/1_17/cave_vines |
Oops, something went wrong.