From e86b168120a07570a60ec2dee7fb360b3ef61d7c Mon Sep 17 00:00:00 2001 From: Strokkur24 Date: Mon, 2 Feb 2026 20:10:33 +0100 Subject: [PATCH] Fix incorrect branch for templates submodule --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 3bcb1c8f6..92d6796f3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "templates"] path = templates - branch = v1 + branch = v2 url = https://github.com/minecraft-dev/templates