Skip to content

Commit

Permalink
Fix submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazzuk authored Feb 23, 2024
1 parent 2e082ee commit a0e29eb
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,21 +1,9 @@
[submodule "src/main/resources/lang"]
path = server/src/main/resources/lang
url = https://github.com/NukkitX/Languages.git
[submodule "src/main/resources/locale/nukkit"]
path = server/src/main/resources/locale/nukkit
url = https://github.com/NukkitX/Languages/
[submodule "src/main/resources/locale/vanilla"]
path = server/src/main/resources/locale/vanilla
url = https://github.com/NukkitX/Language/
[submodule "src/main/resources/data"]
path = server/src/main/resources/data
url = https://github.com/CloudburstMC/Data.git
[submodule "src/main/resources/locale/cloudburst"]
path = server/src/main/resources/locale/cloudburst
url = https://github.com/CloudburstMC/Languages/
url = https://github.com/CloudburstMC/Languages.git
[submodule "src/main/resources/locale/vanilla"]
path = server/src/main/resources/locale/vanilla
url = https://github.com/NukkitX/Language/
[submodule "src/main/resources/data"]
path = server/src/main/resources/data
url = https://github.com/CloudburstMC/Data.git
url = https://github.com/CloudburstMC/Language.git

0 comments on commit a0e29eb

Please sign in to comment.