diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-09-25 15:26:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-25 15:26:37 +0100 |
commit | 0406e168e716031e3cee1a23d70d508d0eb63dd2 (patch) | |
tree | 85cd3c7732747dbbb696ea84d2bd098daf6bc296 /launcher/minecraft/mod/DataPack.cpp | |
parent | ad9fb7349f8724651e109f95b2ce1d44ba274aa9 (diff) | |
parent | 1684cff7acde56aba7c8db232a918d96e220be29 (diff) | |
download | PrismLauncher-0406e168e716031e3cee1a23d70d508d0eb63dd2.tar.gz PrismLauncher-0406e168e716031e3cee1a23d70d508d0eb63dd2.tar.bz2 PrismLauncher-0406e168e716031e3cee1a23d70d508d0eb63dd2.zip |
Merge pull request #1655 from 0xallie/minecraft-wiki-migration
Update links to Minecraft Wiki
Diffstat (limited to 'launcher/minecraft/mod/DataPack.cpp')
-rw-r--r-- | launcher/minecraft/mod/DataPack.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/minecraft/mod/DataPack.cpp b/launcher/minecraft/mod/DataPack.cpp index 7bf5a311..fc2d3f68 100644 --- a/launcher/minecraft/mod/DataPack.cpp +++ b/launcher/minecraft/mod/DataPack.cpp @@ -28,7 +28,7 @@ #include "Version.h" // Values taken from: -// https://minecraft.fandom.com/wiki/Tutorials/Creating_a_data_pack#%22pack_format%22 +// https://minecraft.wiki/w/Tutorials/Creating_a_data_pack#%22pack_format%22 static const QMap<int, std::pair<Version, Version>> s_pack_format_versions = { { 4, { Version("1.13"), Version("1.14.4") } }, { 5, { Version("1.15"), Version("1.16.1") } }, { 6, { Version("1.16.2"), Version("1.16.5") } }, { 7, { Version("1.17"), Version("1.17.1") } }, |