pollymc/launcher/minecraft/mod
flow ebb0596c1a
fix: don't fail mod parsing when encountering invalid modListVersion
The spec (admitely a very old one) states that this entry should always
have the value "2". However, some mods do not follow this convention,
causing issues.

One notable example is the 1.6 version of Aether II for 1.7.10, that has
this value set at "5" for whatever reason.

Signed-off-by: flow <flowlnlnln@gmail.com>
2023-01-13 21:15:10 -03:00
..
tasks fix: don't fail mod parsing when encountering invalid modListVersion 2023-01-13 21:15:10 -03:00
DataPack.cpp fix: cleanup and suggested changes 2022-12-26 14:50:15 -07:00
DataPack.h fix: cleanup and suggested changes 2022-12-26 14:50:15 -07:00
MetadataHandler.h change: mod metadata improvements 2022-07-17 11:33:43 -03:00
Mod.cpp Merge pull request #576 from Ryex/identify-zip-packs 2023-01-07 17:33:34 +01:00
Mod.h Merge pull request #576 from Ryex/identify-zip-packs 2023-01-07 17:33:34 +01:00
ModDetails.h feat: add a ModUtils::validate 2022-12-24 09:42:02 -07:00
ModFolderModel.cpp refactor(Mods): make provider() return a std::optional 2022-12-29 13:21:49 -03:00
ModFolderModel.h feat: add a provider column to the mods page 2022-12-15 12:02:08 -03:00
Resource.cpp Improve handling of destructive actions 2022-12-14 15:20:42 +00:00
Resource.h feat: add a provider column to the mods page 2022-12-15 12:02:08 -03:00
ResourceFolderModel.cpp fix(ResourceModel): use a single ConcurrentTask for parsing tasks 2022-12-15 13:51:07 -03:00
ResourceFolderModel.h fix(ResourceModel): use a single ConcurrentTask for parsing tasks 2022-12-15 13:51:07 -03:00
ResourcePack.cpp fix: cleanup and suggested changes 2022-12-26 14:50:15 -07:00
ResourcePack.h fix resource packs and add support for texture packs 2022-11-19 23:38:05 +08:00
ResourcePackFolderModel.cpp Check parent in rowCount/columnCount/canFetchMore 2022-11-14 19:05:57 +00:00
ResourcePackFolderModel.h feat: add basic resource pack parsing of pack.mcmeta 2022-09-03 13:37:21 -03:00
ShaderPack.cpp fix: cleanup and suggested changes 2022-12-26 14:50:15 -07:00
ShaderPack.h fix: cleanup and suggested changes 2022-12-26 14:50:15 -07:00
ShaderPackFolderModel.h refactor: adapt rest of the codebase to the new resource model 2022-08-20 10:47:58 -03:00
TexturePack.cpp fix resource packs and add support for texture packs 2022-11-19 23:38:05 +08:00
TexturePack.h fix resource packs and add support for texture packs 2022-11-19 23:38:05 +08:00
TexturePackFolderModel.cpp feat: add texture pack parsing 2022-09-20 10:26:15 +02:00
TexturePackFolderModel.h fix: comments and naming of texture pack stuff 2022-09-20 10:26:15 +02:00
WorldSave.cpp fix: cleanup and suggested changes 2022-12-26 14:50:15 -07:00
WorldSave.h fix: cleanup and suggested changes 2022-12-26 14:50:15 -07:00