Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaizerBrumo authored Apr 8, 2022
1 parent 2a2bfb9 commit 062e3f0
Show file tree
Hide file tree
Showing 79 changed files with 6,148 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"format_version": "1.10.0",
"animation_controllers": {
"controller.animation.bridge_command_block_minecart.execute_commands": {
"states": {
"default": {
"transitions": [
{
"execute_command_id_1": "query.skin_id == 1"
}
]
},
"execute_command_id_1": {
"transitions": [
{
"default": "query.skin_id != 1"
}
],
"on_entry": [
"/function anti/anti_cbe",
"@s bridge:remove_command_id_1"
]
}
}
}
}
}
26 changes: 26 additions & 0 deletions Safeguard anticheat V1.3 B/animation_controllers/death_effect.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"format_version": "1.10.0",
"animation_controllers": {
"controller.animation.death_effect": {
"initial_state": "alive",
"states": {
"alive": {
"transitions": [{"dead": "!query.is_alive"}],
"on_exit": [
"/function assets/death_coords"
]
},
"dead": {
"on_entry": [
"/function assets/death_effect"
],
"transitions": [
{
"alive": "query.is_alive"
}
]
}
}
}
}
}
Loading

0 comments on commit 062e3f0

Please sign in to comment.