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:
@@ -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"}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -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]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user