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

Consistency

This commit is contained in:
Camotoy
2021-03-04 15:22:19 -05:00
committed by GitHub
parent f1a81572de
commit 51be3f3bb4

View File

@@ -111,6 +111,6 @@ The glowing effect and the spectral arrow item and entities do not exist on Bedr
```json ```json
"textures": [ "textures": [
"query.is_bribed ? texture.spectral : texture.default" "q.is_bribed ? texture.spectral : texture.default"
] ]
``` ```