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 9cbbac0 commit 248357aCopy full SHA for 248357a
src/systems/animated_java.mcb
@@ -52,7 +52,7 @@ dir global {
52
dir remove {
53
# Removes all instances of all rigs from the world.
54
function everything {
55
- kill @e[type=item_display,tag=aj.rig_entity]
+ kill @e[tag=<%TAGS.GLOBAL_RIG()%>]
56
}
57
58
0 commit comments