This commit is contained in:
DaanV2
2021-08-18 21:34:55 +02:00
parent 08de234cad
commit fb2f6e2b75
16 changed files with 289 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"format_version": "1.8.0",
"animations": {
"animation.sheep.run": {
"loop": false,
"timeline": {
"0.0": ["/tag @a[tag=Killing,scores={test=!0..10},c=1] add Killing"],
"1.36": ["/tp @s ~ -40 ~", "/kill @s", "/tag @a[tag=Killing,scores={test=!0..10}] add Killing"]
},
"animation_length": 1.5
}
}
}