From 51be3f3bb4b77043b71f8dd4482e693ca0ec1c64 Mon Sep 17 00:00:00 2001 From: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Thu, 4 Mar 2021 15:22:19 -0500 Subject: [PATCH] Consistency --- developer_documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] ```