From 8f1ba18c79b4e1adffa4079739cb3663bdeca792 Mon Sep 17 00:00:00 2001 From: irkmandeer <37556625+irkmandeer@users.noreply.github.com> Date: Wed, 5 Jul 2023 09:15:22 +0200 Subject: [PATCH] Fixed typo in dataPaths.json for bedrock 1.19.21 (#726) Fixed type causing 1.19.21 to use 1.19.20's protocol.json --- data/dataPaths.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/dataPaths.json b/data/dataPaths.json index 75222c587..a58229d71 100644 --- a/data/dataPaths.json +++ b/data/dataPaths.json @@ -1524,7 +1524,7 @@ "materials": "pc/1.17", "enchantments": "bedrock/1.19.1", "effects": "pc/1.17", - "protocol": "bedrock/1.19.20", + "protocol": "bedrock/1.19.21", "windows": "bedrock/1.16.201", "steve": "bedrock/1.16.201", "blocksB2J": "bedrock/1.19.1",