From eec0e6bdc49efcb7ff87930dbe6622532f95a179 Mon Sep 17 00:00:00 2001 From: str1k3r <115313679+S1l3ntStr1ke87@users.noreply.github.com> Date: Fri, 5 Jun 2026 11:58:50 -0400 Subject: [PATCH] Update: Modify submodule URL for 4JLibs and add .idea to .gitignore --- .gitignore | 1 + .gitmodules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 38295e03..a6a4b0a4 100644 --- a/.gitignore +++ b/.gitignore @@ -423,3 +423,4 @@ result-* # macOS .DS_Store +/.idea diff --git a/.gitmodules b/.gitmodules index ef1d83b8..52b37ee0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "Minecraft.Client/Windows64/4JLibs"] path = Minecraft.Client/Windows64/4JLibs - url = https://github.com/Patoke/4JLibs.git + url = https://gitea.str1k3r.xyz/str1k3r/4JLibs.git