We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bdb7f2 commit 5032016Copy full SHA for 5032016
src/systems/datapackCompiler/1.20.4/global.mcb
@@ -12,11 +12,11 @@ dir global {
12
13
# Purposefully load gu first, as other functions depend on it.
14
function *global/gu/on_load
15
+ function #*global/on_load
16
IF (debug_mode) {
17
scoreboard players reset * <%OBJECTIVES.IS_RIG_LOADED()%>
18
execute as @e[type=item_display,tag=<%TAGS.GLOBAL_ROOT()%>] at @s run function *global/root/on_load
19
}
- function #*global/on_load
20
21
22
0 commit comments