1
0
mirror of https://github.com/GeyserMC/GeyserOptionalPack.git synced 2025-12-19 14:59:14 +00:00

Don't run other animations if custom pose is enabled

This commit is contained in:
Camotoy
2021-03-02 16:17:49 -05:00
parent a962c81ca7
commit 6655065966
2 changed files with 4 additions and 4 deletions

View File

@@ -35,8 +35,8 @@
"variable.armor_stand.hurt_time = 0;"
],
"animate": [
"controller.pose",
"controller.wiggling",
{"controller.pose": "!query.is_bribed"},
{"controller.wiggling": "!query.is_bribed"},
{"geyser_pose": "query.is_bribed"}
]
},

View File

@@ -4,7 +4,7 @@
"description": "Geyser Vanilla Assets",
"name": "Geyser Vanilla Assets",
"uuid": "5d8f8e98-7a2a-11eb-9439-0242ac130002",
"version": [1, 0, 49],
"version": [1, 0, 50],
"min_engine_version": [ 1, 16, 0 ]
},
"modules": [
@@ -12,7 +12,7 @@
"description": "Geyser Vanilla Assets",
"type": "resources",
"uuid": "72e9b0ca-7a2a-11eb-9439-0242ac130002",
"version": [1, 0, 49]
"version": [1, 0, 50]
}
]
}