-
Notifications
You must be signed in to change notification settings - Fork 0
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
169e697
commit 4e3f553
Showing
4 changed files
with
45 additions
and
4 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
Chappeau Datapack (Legacy)/data/chappeau/functions/second.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 @@ | ||
# Desc: Periodically calls the various item-replacing functions | ||
# | ||
# Called by: #minecraft:load | ||
|
||
execute at @p positioned ^ ^1 ^1 if block ~ ~ ~ minecraft:brewing_stand{CustomName:'{"text":"Hairo V60"}'} run function chappeau:caffeinate | ||
execute at @p positioned ^ ^2 ^1 if block ~ ~ ~ minecraft:brewing_stand{CustomName:'{"text":"Hairo V60"}'} run function chappeau:caffeinate | ||
execute at @p positioned ^ ^2 ^2 if block ~ ~ ~ minecraft:brewing_stand{CustomName:'{"text":"Hairo V60"}'} run function chappeau:caffeinate | ||
execute at @p positioned ^ ^1 ^1 if block ~ ~ ~ minecraft:brewing_stand{CustomName:'{"text":"Chemex"}'} run function chappeau:caffeinate | ||
execute at @p positioned ^ ^2 ^1 if block ~ ~ ~ minecraft:brewing_stand{CustomName:'{"text":"Chemex"}'} run function chappeau:caffeinate | ||
execute at @p positioned ^ ^2 ^2 if block ~ ~ ~ minecraft:brewing_stand{CustomName:'{"text":"Chemex"}'} run function chappeau:caffeinate | ||
|
||
execute at @e[type=minecraft:glow_item_frame] if block ~ ~1 ~ minecraft:hopper{CustomName:'{"text":"Enderman 3 Pro"}'} run function chappeau:legacy_print | ||
|
||
schedule function chappeau:second 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"pack": { | ||
"pack_format": 10, | ||
"description": [{"text":"OpenBagTwo's Custom Items","color":"gold"}] | ||
} | ||
} |
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