diff --git a/developer_documentation.md b/developer_documentation.md index a87bc6c..34a3f64 100644 --- a/developer_documentation.md +++ b/developer_documentation.md @@ -111,6 +111,6 @@ The glowing effect and the spectral arrow item and entities do not exist on Bedr ```json "textures": [ - "query.is_bribed ? texture.spectral : texture.default" + "q.is_bribed ? texture.spectral : texture.default" ] ```