From 7d422e7e1db56e3776b3fc71052cf83d6a005192 Mon Sep 17 00:00:00 2001 From: Dmitry <52341158+SpeeeDCraft@users.noreply.github.com> Date: Mon, 20 Nov 2023 10:32:41 +0700 Subject: [PATCH 1/4] Update CHANGELOG.md Signed-off-by: Dmitry <52341158+SpeeeDCraft@users.noreply.github.com> --- CHANGELOG.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4aaaa730..e7bd87912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,24 @@ # Changelog -## [0.0.5] - 2023-11-17 +## [0.0.6] - 2023-11-20 +### Fixes +- Теперь используется последний фордж 47.2.6 для запуска сборки. +- Исправлены рецепты связанные с тфк листами металла, теперь все они используют GT вариант пластин. +- Исправлен баг, когда каменные инстурменты копали быстрей металлических. Также исправлены некоторые проблемы с прочностью инструментов. +- При первом запуске игры, отображается пояснительный текст об пароле, потому что это пугало некоторых пользователей. +- Множественные изменения начальных рецептов GT. +- Частично добавлены стартовые квесты для TFC. +- Из-за смены мода на команды, исправлен баг, когда вас выкидывало из команды на сервере. +- Добавлен рецепт Mortar в центрифуге. +- Исправлен крафт Jacks. +- Исправлен металл у касситерита. +- Добавлен металл чалкопириту. +- Удалены бесполезные кнопки в меню паузы. +- Возможно, что-то еще, но я забыл. ### New mods -- inventory-sorter +- InventorySorter +- FTBQuests +### Removed mods +- Heracles ## [0.0.5] - 2023-11-17 ### Fixes From 2e1aa7368d47b6e9eee9e5ee7d808806bb518c56 Mon Sep 17 00:00:00 2001 From: Xikaro <0regon.end@gmail.com> Date: Mon, 20 Nov 2023 08:50:11 +0500 Subject: [PATCH 2/4] =?UTF-8?q?=D0=BF=D1=80=D0=B8=D0=B2=D0=B0=D1=82=20+=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/serverconfigupdater-common.toml | 12 + config/sidebar_buttons.json | 3 + defaultconfigs/ftbessentials-server.snbt | 241 ++ defaultconfigs/ftbessentials.snbt | 232 ++ defaultconfigs/ftbranks/README.txt | 2103 +++++++++++++++++ defaultconfigs/ftbranks/players.snbt | 1 + defaultconfigs/ftbranks/ranks.snbt | 19 + ...artiesandclaims-default-player-config.toml | 12 - ...partiesandclaims-expired-claim-config.toml | 12 - ...npartiesandclaims-server-claim-config.toml | 12 - .../openpartiesandclaims-server.toml | 12 +- ...penpartiesandclaims-wilderness-config.toml | 12 - minecraftinstance.json | 2 +- mods/ftb-essentials-forge-2001.2.1.jar | Bin 0 -> 155787 bytes mods/ftb-ranks-forge-2001.1.3.jar | Bin 0 -> 85218 bytes mods/serverconfigupdater-4.0.2.jar | Bin 0 -> 14142 bytes 16 files changed, 2618 insertions(+), 55 deletions(-) create mode 100644 config/serverconfigupdater-common.toml create mode 100644 defaultconfigs/ftbessentials-server.snbt create mode 100644 defaultconfigs/ftbessentials.snbt create mode 100644 defaultconfigs/ftbranks/README.txt create mode 100644 defaultconfigs/ftbranks/players.snbt create mode 100644 defaultconfigs/ftbranks/ranks.snbt create mode 100644 mods/ftb-essentials-forge-2001.2.1.jar create mode 100644 mods/ftb-ranks-forge-2001.1.3.jar create mode 100644 mods/serverconfigupdater-4.0.2.jar diff --git a/config/serverconfigupdater-common.toml b/config/serverconfigupdater-common.toml new file mode 100644 index 000000000..ff0b691b2 --- /dev/null +++ b/config/serverconfigupdater-common.toml @@ -0,0 +1,12 @@ + +["Version Configuration"] + # Define a version here. On world load the mod will look up the serverconfig version and reset all files that specified up to the newest version. + # Example: ["1=minecraft","2=forge"] will reset minecraft and forge config on first load, but will only reset forge if the world has been loaded before with only version 1 defined + versions = [""] + +["File Deleter"] + # This is intended for deleting files for pack updates. This is a last resort! Replace with empty files instead when possible. The file will be deleted every launch if it exists! Specify the path to the file. Comma Separated List. Example: scripts/badscript.zs + files = [""] + # By default Folders are only deleted if they are empty. Set to true to change that. + deleteFoldersWithContent = false + diff --git a/config/sidebar_buttons.json b/config/sidebar_buttons.json index 33b4b889e..ef607a233 100644 --- a/config/sidebar_buttons.json +++ b/config/sidebar_buttons.json @@ -10,5 +10,8 @@ "toggle.rain": true, "toggle.day": true, "toggle.night": true + }, + "ftbessentials": { + "trash_can": true } } \ No newline at end of file diff --git a/defaultconfigs/ftbessentials-server.snbt b/defaultconfigs/ftbessentials-server.snbt new file mode 100644 index 000000000..f8ef8e55f --- /dev/null +++ b/defaultconfigs/ftbessentials-server.snbt @@ -0,0 +1,241 @@ +# Default config file that will be copied to world's serverconfig/ftbessentials.snbt location +# Copy values you wish to override in here +# Example: +# +# { +# misc: { +# enderchest: { +# enabled: false +# } +# } +# } + +{ + # Admin commands for cheating and moderation + admin: { + # Allows admins to toggle flying status using a command, without having to use Creative Mode + fly: { + # Default: true + enabled: true + } + + # Allows admins to toggle invincibility using a command, without having to use Creative Mode + god: { + # Default: true + enabled: true + } + + # Allows admins to heal themselves using a command + heal: { + # Default: true + enabled: true + } + + # Allows admins to view other users' inventories using a command + invsee: { + # Default: true + enabled: true + } + + # Allows admins to restrict players from chatting by using a command to mute (or unmute) them + mute: { + # Default: true + enabled: true + } + } + + # Miscellaneous features and utilities + misc: { + # Allows users to access their ender chest, as well as admins to manage other players' ender chests. + enderchest: { + # Default: true + enabled: true + } + + # Allows users to set a custom hat as their head item by using a command + hat: { + # Default: true + enabled: true + } + + # Allows users to kick themselves from the server, for example if they are stuck or desynced + kickme: { + # Default: true + enabled: true + } + + # Allows users to view player leaderboard stats. + leaderboard: { + # Default: true + enabled: true + } + + # Allows users to change their display name, as well as admins to change nicknames for other users + nick: { + # Default: true + enabled: true + } + + # Allows users to announce their recording or streaming status to the server by using commands + rec: { + # Default: true + enabled: true + } + + # Enables usage of a trash can inventory, which can be used to void unneeded items + trashcan: { + # Default: true + enabled: true + } + } + + # Teleportation-related settings + teleportation: { + # Allows users to return to their previous location after teleporting (or dying) + back: { + # Cooldown between /back commands (in seconds) + # You can override this with FTB Ranks using ftbessentials.back.cooldown + # Default: 30 + # Range: 0 ~ 604800 + cooldown: 30 + + # Default: true + enabled: false + + # Max size of the teleport history. This limits how many times you can use /back + # You can override this with FTB Ranks using ftbessentials.back.max + # Default: 10 + # Range: 0 ~ 2147483647 + max: 10 + + # Warm-up time before /back command executes (in seconds) + # You can override this with FTB Ranks using ftbessentials.back.warmup + # Default: 0 + # Range: 0 ~ 604800 + warmup: 0 + } + + # Allows users to set 'homes', which they can then freely teleport to by using /home afterwards + home: { + # Cooldown between /home commands (in seconds) + # You can override this with FTB Ranks using ftbessentials.home.cooldown + # Default: 10 + # Range: 0 ~ 604800 + cooldown: 10 + + # Default: true + enabled: false + + # Max amount of homes a user can have. + # You can override this with FTB Ranks using ftbessentials.home.max + # Default: 1 + # Range: 0 ~ 2147483647 + max: 1 + + # Warm-up time before /home command executes (in seconds) + # You can override this with FTB Ranks using ftbessentials.home.warmup + # Default: 0 + # Range: 0 ~ 604800 + warmup: 0 + } + + # Allows players to teleport to a random point in the Wilderness + # Note: This currently does not respect Claimed Chunks yet! + rtp: { + # Cooldown between /rtp commands (in seconds) + # You can override this with FTB Ranks using ftbessentials.rtp.cooldown + # Default: 600 + # Range: 0 ~ 604800 + cooldown: 600 + + # Default: true + enabled: false + + # /rtp max distance from spawn point + # Default: 100000 + # Range: 0 ~ 30000000 + max_distance: 100000 + + # Number of tries before /rtp gives up + # Default: 100 + # Range: 1 ~ 1000 + max_tries: 100 + + # /rtp min distance from spawn point + # Default: 1000 + # Range: 0 ~ 30000000 + min_distance: 1000 + + # Warm-up time before /rtp command executes (in seconds) + # You can override this with FTB Ranks using ftbessentials.rtp.warmup + # Default: 0 + # Range: 0 ~ 604800 + warmup: 0 + } + spawn: { + # Cooldown between /spawn commands (in seconds) + # You can override this with FTB Ranks using ftbessentials.spawn.cooldown + # Default: 10 + # Range: 0 ~ 604800 + cooldown: 10 + + # Default: true + enabled: false + + # Warm-up time before /spawn command executes (in seconds) + # You can override this with FTB Ranks using ftbessentials.spawn.warmup + # Default: 0 + # Range: 0 ~ 604800 + warmup: 0 + } + + # Allows players to create requests to teleport to other users on the server, + # as well as requesting other players to teleport to them + tpa: { + # Cooldown between /tpa commands (in seconds) + # You can override this with FTB Ranks using ftbessentials.tpa.cooldown + # Default: 10 + # Range: 0 ~ 604800 + cooldown: 10 + + # Default: true + enabled: false + + # Warm-up time before /tpa command executes (in seconds) + # You can override this with FTB Ranks using ftbessentials.tpa.warmup + # Default: 0 + # Range: 0 ~ 604800 + warmup: 0 + } + + # Allows admins to teleport to the location a user was last seen at + tpl: { + # Default: true + enabled: false + } + + # Allows admins to teleport to dimension + tpx: { + # Default: true + enabled: true + } + + # Allows admins to create 'warps', which are fixed points in the world that users may teleport to using /warp + warp: { + # Cooldown between /warp commands (in seconds) + # You can override this with FTB Ranks using ftbessentials.warp.cooldown + # Default: 10 + # Range: 0 ~ 604800 + cooldown: 10 + + # Default: true + enabled: false + + # Warm-up time before /warp command executes (in seconds) + # You can override this with FTB Ranks using ftbessentials.warp.warmup + # Default: 0 + # Range: 0 ~ 604800 + warmup: 0 + } + } +} diff --git a/defaultconfigs/ftbessentials.snbt b/defaultconfigs/ftbessentials.snbt new file mode 100644 index 000000000..21a1d601a --- /dev/null +++ b/defaultconfigs/ftbessentials.snbt @@ -0,0 +1,232 @@ +# FTB Essentials config file +# If you're a modpack maker, edit defaultconfigs/ftbessentials-server.snbt instead + +{ + # Admin commands for cheating and moderation + admin: { + # Allows admins to toggle flying status using a command, without having to use Creative Mode + fly: { + # Default: true + enabled: true + } + + # Allows admins to toggle invincibility using a command, without having to use Creative Mode + god: { + # Default: true + enabled: true + } + + # Allows admins to heal themselves using a command + heal: { + # Default: true + enabled: true + } + + # Allows admins to view other users' inventories using a command + invsee: { + # Default: true + enabled: true + } + + # Allows admins to restrict players from chatting by using a command to mute (or unmute) them + mute: { + # Default: true + enabled: true + } + } + + # Miscellaneous features and utilities + misc: { + # Allows users to access their ender chest, as well as admins to manage other players' ender chests. + enderchest: { + # Default: true + enabled: true + } + + # Allows users to set a custom hat as their head item by using a command + hat: { + # Default: true + enabled: false + } + + # Allows users to kick themselves from the server, for example if they are stuck or desynced + kickme: { + # Default: true + enabled: false + } + + # Allows users to view player leaderboard stats. + leaderboard: { + # Default: true + enabled: true + } + + # Allows users to change their display name, as well as admins to change nicknames for other users + nick: { + # Default: true + enabled: false + } + + # Allows users to announce their recording or streaming status to the server by using commands + rec: { + # Default: true + enabled: false + } + + # Enables usage of a trash can inventory, which can be used to void unneeded items + trashcan: { + # Default: true + enabled: false + } + } + + # Teleportation-related settings + teleportation: { + # Allows users to return to their previous location after teleporting (or dying) + back: { + # Cooldown between /back commands (in seconds) + # You can override this with FTB Ranks using ftbessentials.back.cooldown + # Default: 30 + # Range: 0 ~ 604800 + cooldown: 30 + + # Default: true + enabled: false + + # Max size of the teleport history. This limits how many times you can use /back + # You can override this with FTB Ranks using ftbessentials.back.max + # Default: 10 + # Range: 0 ~ 2147483647 + max: 10 + + # Warm-up time before /back command executes (in seconds) + # You can override this with FTB Ranks using ftbessentials.back.warmup + # Default: 0 + # Range: 0 ~ 604800 + warmup: 0 + } + + # Allows users to set 'homes', which they can then freely teleport to by using /home afterwards + home: { + # Cooldown between /home commands (in seconds) + # You can override this with FTB Ranks using ftbessentials.home.cooldown + # Default: 10 + # Range: 0 ~ 604800 + cooldown: 10 + + # Default: true + enabled: false + + # Max amount of homes a user can have. + # You can override this with FTB Ranks using ftbessentials.home.max + # Default: 1 + # Range: 0 ~ 2147483647 + max: 1 + + # Warm-up time before /home command executes (in seconds) + # You can override this with FTB Ranks using ftbessentials.home.warmup + # Default: 0 + # Range: 0 ~ 604800 + warmup: 0 + } + + # Allows players to teleport to a random point in the Wilderness + # Note: This currently does not respect Claimed Chunks yet! + rtp: { + # Cooldown between /rtp commands (in seconds) + # You can override this with FTB Ranks using ftbessentials.rtp.cooldown + # Default: 600 + # Range: 0 ~ 604800 + cooldown: 600 + + # Default: true + enabled: false + + # /rtp max distance from spawn point + # Default: 100000 + # Range: 0 ~ 30000000 + max_distance: 100000 + + # Number of tries before /rtp gives up + # Default: 100 + # Range: 1 ~ 1000 + max_tries: 100 + + # /rtp min distance from spawn point + # Default: 1000 + # Range: 0 ~ 30000000 + min_distance: 1000 + + # Warm-up time before /rtp command executes (in seconds) + # You can override this with FTB Ranks using ftbessentials.rtp.warmup + # Default: 0 + # Range: 0 ~ 604800 + warmup: 0 + } + spawn: { + # Cooldown between /spawn commands (in seconds) + # You can override this with FTB Ranks using ftbessentials.spawn.cooldown + # Default: 10 + # Range: 0 ~ 604800 + cooldown: 10 + + # Default: true + enabled: false + + # Warm-up time before /spawn command executes (in seconds) + # You can override this with FTB Ranks using ftbessentials.spawn.warmup + # Default: 0 + # Range: 0 ~ 604800 + warmup: 0 + } + + # Allows players to create requests to teleport to other users on the server, + # as well as requesting other players to teleport to them + tpa: { + # Cooldown between /tpa commands (in seconds) + # You can override this with FTB Ranks using ftbessentials.tpa.cooldown + # Default: 10 + # Range: 0 ~ 604800 + cooldown: 10 + + # Default: true + enabled: false + + # Warm-up time before /tpa command executes (in seconds) + # You can override this with FTB Ranks using ftbessentials.tpa.warmup + # Default: 0 + # Range: 0 ~ 604800 + warmup: 0 + } + + # Allows admins to teleport to the location a user was last seen at + tpl: { + # Default: true + enabled: false + } + + # Allows admins to teleport to dimension + tpx: { + # Default: true + enabled: false + } + + # Allows admins to create 'warps', which are fixed points in the world that users may teleport to using /warp + warp: { + # Cooldown between /warp commands (in seconds) + # You can override this with FTB Ranks using ftbessentials.warp.cooldown + # Default: 10 + # Range: 0 ~ 604800 + cooldown: 10 + + # Default: true + enabled: false + + # Warm-up time before /warp command executes (in seconds) + # You can override this with FTB Ranks using ftbessentials.warp.warmup + # Default: 0 + # Range: 0 ~ 604800 + warmup: 0 + } + } +} diff --git a/defaultconfigs/ftbranks/README.txt b/defaultconfigs/ftbranks/README.txt new file mode 100644 index 000000000..74c94df2c --- /dev/null +++ b/defaultconfigs/ftbranks/README.txt @@ -0,0 +1,2103 @@ +=== FTB Ranks === + +Last README file update: Thu Jul 20 09:32:31 YEKT 2023 +Wiki: https://www.notion.so/feedthebeast/FTB-Mod-Documentation-da2e359bad2449459d58d787edda3168 +To refresh this file, run /ftbranks refresh_readme + += All available command nodes = +command +command.advancement +command.advancement.grant +command.advancement.grant.targets +command.advancement.grant.targets.everything +command.advancement.grant.targets.from +command.advancement.grant.targets.from.advancement +command.advancement.grant.targets.only +command.advancement.grant.targets.only.advancement +command.advancement.grant.targets.only.advancement.criterion +command.advancement.grant.targets.through +command.advancement.grant.targets.through.advancement +command.advancement.grant.targets.until +command.advancement.grant.targets.until.advancement +command.advancement.revoke +command.advancement.revoke.targets +command.advancement.revoke.targets.everything +command.advancement.revoke.targets.from +command.advancement.revoke.targets.from.advancement +command.advancement.revoke.targets.only +command.advancement.revoke.targets.only.advancement +command.advancement.revoke.targets.only.advancement.criterion +command.advancement.revoke.targets.through +command.advancement.revoke.targets.through.advancement +command.advancement.revoke.targets.until +command.advancement.revoke.targets.until.advancement +command.attribute +command.attribute.target +command.attribute.target.attribute +command.attribute.target.attribute.base +command.attribute.target.attribute.base.get +command.attribute.target.attribute.base.get.scale +command.attribute.target.attribute.base.set +command.attribute.target.attribute.base.set.value +command.attribute.target.attribute.get +command.attribute.target.attribute.get.scale +command.attribute.target.attribute.modifier +command.attribute.target.attribute.modifier.add +command.attribute.target.attribute.modifier.add.uuid +command.attribute.target.attribute.modifier.add.uuid.name +command.attribute.target.attribute.modifier.add.uuid.name.value +command.attribute.target.attribute.modifier.add.uuid.name.value.add +command.attribute.target.attribute.modifier.add.uuid.name.value.multiply +command.attribute.target.attribute.modifier.add.uuid.name.value.multiply_base +command.attribute.target.attribute.modifier.remove +command.attribute.target.attribute.modifier.remove.uuid +command.attribute.target.attribute.modifier.value +command.attribute.target.attribute.modifier.value.get +command.attribute.target.attribute.modifier.value.get.uuid +command.attribute.target.attribute.modifier.value.get.uuid.scale +command.back +command.betterbiomeblend +command.betterbiomeblend.toggleBenchmark +command.bossbar +command.bossbar.add +command.bossbar.add.id +command.bossbar.add.id.name +command.bossbar.get +command.bossbar.get.id +command.bossbar.get.id.max +command.bossbar.get.id.players +command.bossbar.get.id.value +command.bossbar.get.id.visible +command.bossbar.list +command.bossbar.remove +command.bossbar.remove.id +command.bossbar.set +command.bossbar.set.id +command.bossbar.set.id.color +command.bossbar.set.id.color.blue +command.bossbar.set.id.color.green +command.bossbar.set.id.color.pink +command.bossbar.set.id.color.purple +command.bossbar.set.id.color.red +command.bossbar.set.id.color.white +command.bossbar.set.id.color.yellow +command.bossbar.set.id.max +command.bossbar.set.id.max.max +command.bossbar.set.id.name +command.bossbar.set.id.name.name +command.bossbar.set.id.players +command.bossbar.set.id.players.targets +command.bossbar.set.id.style +command.bossbar.set.id.style.notched_10 +command.bossbar.set.id.style.notched_12 +command.bossbar.set.id.style.notched_20 +command.bossbar.set.id.style.notched_6 +command.bossbar.set.id.style.progress +command.bossbar.set.id.value +command.bossbar.set.id.value.value +command.bossbar.set.id.visible +command.bossbar.set.id.visible.visible +command.c +command.c.clone +command.c.clone.begin +command.c.clone.begin.end +command.c.clone.begin.end.destination +command.c.clone.begin.end.destination.skipBlocks +command.c.config +command.c.config.path +command.c.config.path.set +command.c.config.path.set.value +command.c.coupling +command.c.coupling.add +command.c.coupling.add.cart1 +command.c.coupling.add.cart1.cart2 +command.c.coupling.add.carts +command.c.coupling.remove +command.c.coupling.remove.cart1 +command.c.coupling.remove.cart1.cart2 +command.c.coupling.removeAll +command.c.coupling.removeAll.cart +command.c.dismissFabulousWarning +command.c.fixLighting +command.c.glue +command.c.glue.from +command.c.glue.from.to +command.c.highlight +command.c.highlight.pos +command.c.highlight.pos.players +command.c.killTrain +command.c.killTrain.train +command.c.overlay +command.c.overlay.reset +command.c.passenger +command.c.passenger.rider +command.c.passenger.rider.vehicle +command.c.passenger.rider.vehicle.seatIndex +command.c.ponder +command.c.ponder.scene +command.c.ponder.scene.targets +command.c.rainbowDebug +command.c.rainbowDebug.off +command.c.rainbowDebug.on +command.c.trains +command.c.u +command.c.u.angle +command.c.u.angle.players +command.c.u.angle.players.mode +command.c.u.angle.players.mode.exponential +command.c.u.angle.players.mode.exponential.speed +command.c.u.angle.players.mode.linear +command.c.u.angle.players.mode.linear.speed +command.c.u.angle.players.pitch +command.c.u.angle.players.pitch.degrees +command.c.u.angle.players.yaw +command.c.u.angle.players.yaw.degrees +command.c.u.camera +command.c.u.camera.multiplier +command.c.u.camera.reset +command.c.u.clearRenderBuffers +command.c.u.flySpeed +command.c.u.flySpeed.reset +command.c.u.flySpeed.reset.target +command.c.u.flySpeed.speed +command.c.u.flySpeed.speed.target +command.c.u.replaceInCommandBlocks +command.c.u.replaceInCommandBlocks.begin +command.c.u.replaceInCommandBlocks.begin.end +command.c.u.replaceInCommandBlocks.begin.end.toReplace +command.c.u.replaceInCommandBlocks.begin.end.toReplace.replaceWith +command.c.util +command.c.util.angle +command.c.util.angle.players +command.c.util.angle.players.mode +command.c.util.angle.players.mode.exponential +command.c.util.angle.players.mode.exponential.speed +command.c.util.angle.players.mode.linear +command.c.util.angle.players.mode.linear.speed +command.c.util.angle.players.pitch +command.c.util.angle.players.pitch.degrees +command.c.util.angle.players.yaw +command.c.util.angle.players.yaw.degrees +command.c.util.camera +command.c.util.camera.multiplier +command.c.util.camera.reset +command.c.util.clearRenderBuffers +command.c.util.flySpeed +command.c.util.flySpeed.reset +command.c.util.flySpeed.reset.target +command.c.util.flySpeed.speed +command.c.util.flySpeed.speed.target +command.c.util.replaceInCommandBlocks +command.c.util.replaceInCommandBlocks.begin +command.c.util.replaceInCommandBlocks.begin.end +command.c.util.replaceInCommandBlocks.begin.end.toReplace +command.c.util.replaceInCommandBlocks.begin.end.toReplace.replaceWith +command.candb +command.candb.clear +command.candb.clear.start +command.candb.clear.start.end +command.candb.fill +command.candb.fill.start +command.candb.fill.start.end +command.candb.fill.start.end.random +command.candb.fill.start.end.state +command.candb.give +command.candb.give.target +command.candb.give.target.state +command.candb.give.target.state.count +command.candb.load +command.candb.load.name +command.candb.profiling +command.candb.profiling.start +command.candb.profiling.stop +command.candb.redo +command.candb.redo.target +command.candb.save +command.candb.save.target +command.candb.save.target.name +command.candb.stats +command.candb.stats.start +command.candb.stats.start.end +command.candb.undo +command.candb.undo.target +command.carryon +command.carryon.clear +command.carryon.clear.target +command.carryon.debug +command.cca_api +command.clear +command.clear.targets +command.clear.targets.item +command.clear.targets.item.maxCount +command.clone +command.clone.begin +command.clone.begin.end +command.clone.begin.end.destination +command.clone.begin.end.destination.filtered +command.clone.begin.end.destination.filtered.filter +command.clone.begin.end.destination.filtered.filter.force +command.clone.begin.end.destination.filtered.filter.move +command.clone.begin.end.destination.filtered.filter.normal +command.clone.begin.end.destination.masked +command.clone.begin.end.destination.masked.force +command.clone.begin.end.destination.masked.move +command.clone.begin.end.destination.masked.normal +command.clone.begin.end.destination.replace +command.clone.begin.end.destination.replace.force +command.clone.begin.end.destination.replace.move +command.clone.begin.end.destination.replace.normal +command.config +command.config.showfile +command.config.showfile.mod +command.config.showfile.mod.type +command.create +command.create.clone +command.create.clone.begin +command.create.clone.begin.end +command.create.clone.begin.end.destination +command.create.clone.begin.end.destination.skipBlocks +command.create.config +command.create.config.path +command.create.config.path.set +command.create.config.path.set.value +command.create.coupling +command.create.coupling.add +command.create.coupling.add.cart1 +command.create.coupling.add.cart1.cart2 +command.create.coupling.add.carts +command.create.coupling.remove +command.create.coupling.remove.cart1 +command.create.coupling.remove.cart1.cart2 +command.create.coupling.removeAll +command.create.coupling.removeAll.cart +command.create.dismissFabulousWarning +command.create.fixLighting +command.create.glue +command.create.glue.from +command.create.glue.from.to +command.create.highlight +command.create.highlight.pos +command.create.highlight.pos.players +command.create.killTrain +command.create.killTrain.train +command.create.overlay +command.create.overlay.reset +command.create.passenger +command.create.passenger.rider +command.create.passenger.rider.vehicle +command.create.passenger.rider.vehicle.seatIndex +command.create.ponder +command.create.ponder.scene +command.create.ponder.scene.targets +command.create.rainbowDebug +command.create.rainbowDebug.off +command.create.rainbowDebug.on +command.create.trains +command.create.u +command.create.u.angle +command.create.u.angle.players +command.create.u.angle.players.mode +command.create.u.angle.players.mode.exponential +command.create.u.angle.players.mode.exponential.speed +command.create.u.angle.players.mode.linear +command.create.u.angle.players.mode.linear.speed +command.create.u.angle.players.pitch +command.create.u.angle.players.pitch.degrees +command.create.u.angle.players.yaw +command.create.u.angle.players.yaw.degrees +command.create.u.camera +command.create.u.camera.multiplier +command.create.u.camera.reset +command.create.u.clearRenderBuffers +command.create.u.flySpeed +command.create.u.flySpeed.reset +command.create.u.flySpeed.reset.target +command.create.u.flySpeed.speed +command.create.u.flySpeed.speed.target +command.create.u.replaceInCommandBlocks +command.create.u.replaceInCommandBlocks.begin +command.create.u.replaceInCommandBlocks.begin.end +command.create.u.replaceInCommandBlocks.begin.end.toReplace +command.create.u.replaceInCommandBlocks.begin.end.toReplace.replaceWith +command.create.util +command.create.util.angle +command.create.util.angle.players +command.create.util.angle.players.mode +command.create.util.angle.players.mode.exponential +command.create.util.angle.players.mode.exponential.speed +command.create.util.angle.players.mode.linear +command.create.util.angle.players.mode.linear.speed +command.create.util.angle.players.pitch +command.create.util.angle.players.pitch.degrees +command.create.util.angle.players.yaw +command.create.util.angle.players.yaw.degrees +command.create.util.camera +command.create.util.camera.multiplier +command.create.util.camera.reset +command.create.util.clearRenderBuffers +command.create.util.flySpeed +command.create.util.flySpeed.reset +command.create.util.flySpeed.reset.target +command.create.util.flySpeed.speed +command.create.util.flySpeed.speed.target +command.create.util.replaceInCommandBlocks +command.create.util.replaceInCommandBlocks.begin +command.create.util.replaceInCommandBlocks.begin.end +command.create.util.replaceInCommandBlocks.begin.end.toReplace +command.create.util.replaceInCommandBlocks.begin.end.toReplace.replaceWith +command.ctm +command.ctm.reload +command.curios +command.curios.add +command.curios.add.slot +command.curios.add.slot.player +command.curios.add.slot.player.amount +command.curios.clear +command.curios.clear.player +command.curios.clear.player.slot +command.curios.drop +command.curios.drop.player +command.curios.drop.player.slot +command.curios.list +command.curios.remove +command.curios.remove.slot +command.curios.remove.slot.player +command.curios.remove.slot.player.amount +command.curios.replace +command.curios.replace.slot +command.curios.replace.slot.index +command.curios.replace.slot.index.player +command.curios.replace.slot.index.player.with +command.curios.replace.slot.index.player.with.item +command.curios.replace.slot.index.player.with.item.count +command.curios.reset +command.curios.reset.player +command.curios.set +command.curios.set.slot +command.curios.set.slot.player +command.curios.set.slot.player.amount +command.data +command.data.get +command.data.get.block +command.data.get.block.targetPos +command.data.get.block.targetPos.path +command.data.get.block.targetPos.path.scale +command.data.get.entity +command.data.get.entity.target +command.data.get.entity.target.path +command.data.get.entity.target.path.scale +command.data.get.storage +command.data.get.storage.target +command.data.get.storage.target.path +command.data.get.storage.target.path.scale +command.data.merge +command.data.merge.block +command.data.merge.block.targetPos +command.data.merge.block.targetPos.nbt +command.data.merge.entity +command.data.merge.entity.target +command.data.merge.entity.target.nbt +command.data.merge.storage +command.data.merge.storage.target +command.data.merge.storage.target.nbt +command.data.modify +command.data.modify.block +command.data.modify.block.targetPos +command.data.modify.block.targetPos.targetPath +command.data.modify.block.targetPos.targetPath.append +command.data.modify.block.targetPos.targetPath.append.from +command.data.modify.block.targetPos.targetPath.append.from.block +command.data.modify.block.targetPos.targetPath.append.from.block.sourcePos +command.data.modify.block.targetPos.targetPath.append.from.block.sourcePos.sourcePath +command.data.modify.block.targetPos.targetPath.append.from.entity +command.data.modify.block.targetPos.targetPath.append.from.entity.source +command.data.modify.block.targetPos.targetPath.append.from.entity.source.sourcePath +command.data.modify.block.targetPos.targetPath.append.from.storage +command.data.modify.block.targetPos.targetPath.append.from.storage.source +command.data.modify.block.targetPos.targetPath.append.from.storage.source.sourcePath +command.data.modify.block.targetPos.targetPath.append.value +command.data.modify.block.targetPos.targetPath.append.value.value +command.data.modify.block.targetPos.targetPath.insert +command.data.modify.block.targetPos.targetPath.insert.index +command.data.modify.block.targetPos.targetPath.insert.index.from +command.data.modify.block.targetPos.targetPath.insert.index.from.block +command.data.modify.block.targetPos.targetPath.insert.index.from.block.sourcePos +command.data.modify.block.targetPos.targetPath.insert.index.from.block.sourcePos.sourcePath +command.data.modify.block.targetPos.targetPath.insert.index.from.entity +command.data.modify.block.targetPos.targetPath.insert.index.from.entity.source +command.data.modify.block.targetPos.targetPath.insert.index.from.entity.source.sourcePath +command.data.modify.block.targetPos.targetPath.insert.index.from.storage +command.data.modify.block.targetPos.targetPath.insert.index.from.storage.source +command.data.modify.block.targetPos.targetPath.insert.index.from.storage.source.sourcePath +command.data.modify.block.targetPos.targetPath.insert.index.value +command.data.modify.block.targetPos.targetPath.insert.index.value.value +command.data.modify.block.targetPos.targetPath.merge +command.data.modify.block.targetPos.targetPath.merge.from +command.data.modify.block.targetPos.targetPath.merge.from.block +command.data.modify.block.targetPos.targetPath.merge.from.block.sourcePos +command.data.modify.block.targetPos.targetPath.merge.from.block.sourcePos.sourcePath +command.data.modify.block.targetPos.targetPath.merge.from.entity +command.data.modify.block.targetPos.targetPath.merge.from.entity.source +command.data.modify.block.targetPos.targetPath.merge.from.entity.source.sourcePath +command.data.modify.block.targetPos.targetPath.merge.from.storage +command.data.modify.block.targetPos.targetPath.merge.from.storage.source +command.data.modify.block.targetPos.targetPath.merge.from.storage.source.sourcePath +command.data.modify.block.targetPos.targetPath.merge.value +command.data.modify.block.targetPos.targetPath.merge.value.value +command.data.modify.block.targetPos.targetPath.prepend +command.data.modify.block.targetPos.targetPath.prepend.from +command.data.modify.block.targetPos.targetPath.prepend.from.block +command.data.modify.block.targetPos.targetPath.prepend.from.block.sourcePos +command.data.modify.block.targetPos.targetPath.prepend.from.block.sourcePos.sourcePath +command.data.modify.block.targetPos.targetPath.prepend.from.entity +command.data.modify.block.targetPos.targetPath.prepend.from.entity.source +command.data.modify.block.targetPos.targetPath.prepend.from.entity.source.sourcePath +command.data.modify.block.targetPos.targetPath.prepend.from.storage +command.data.modify.block.targetPos.targetPath.prepend.from.storage.source +command.data.modify.block.targetPos.targetPath.prepend.from.storage.source.sourcePath +command.data.modify.block.targetPos.targetPath.prepend.value +command.data.modify.block.targetPos.targetPath.prepend.value.value +command.data.modify.block.targetPos.targetPath.set +command.data.modify.block.targetPos.targetPath.set.from +command.data.modify.block.targetPos.targetPath.set.from.block +command.data.modify.block.targetPos.targetPath.set.from.block.sourcePos +command.data.modify.block.targetPos.targetPath.set.from.block.sourcePos.sourcePath +command.data.modify.block.targetPos.targetPath.set.from.entity +command.data.modify.block.targetPos.targetPath.set.from.entity.source +command.data.modify.block.targetPos.targetPath.set.from.entity.source.sourcePath +command.data.modify.block.targetPos.targetPath.set.from.storage +command.data.modify.block.targetPos.targetPath.set.from.storage.source +command.data.modify.block.targetPos.targetPath.set.from.storage.source.sourcePath +command.data.modify.block.targetPos.targetPath.set.value +command.data.modify.block.targetPos.targetPath.set.value.value +command.data.modify.entity +command.data.modify.entity.target +command.data.modify.entity.target.targetPath +command.data.modify.entity.target.targetPath.append +command.data.modify.entity.target.targetPath.append.from +command.data.modify.entity.target.targetPath.append.from.block +command.data.modify.entity.target.targetPath.append.from.block.sourcePos +command.data.modify.entity.target.targetPath.append.from.block.sourcePos.sourcePath +command.data.modify.entity.target.targetPath.append.from.entity +command.data.modify.entity.target.targetPath.append.from.entity.source +command.data.modify.entity.target.targetPath.append.from.entity.source.sourcePath +command.data.modify.entity.target.targetPath.append.from.storage +command.data.modify.entity.target.targetPath.append.from.storage.source +command.data.modify.entity.target.targetPath.append.from.storage.source.sourcePath +command.data.modify.entity.target.targetPath.append.value +command.data.modify.entity.target.targetPath.append.value.value +command.data.modify.entity.target.targetPath.insert +command.data.modify.entity.target.targetPath.insert.index +command.data.modify.entity.target.targetPath.insert.index.from +command.data.modify.entity.target.targetPath.insert.index.from.block +command.data.modify.entity.target.targetPath.insert.index.from.block.sourcePos +command.data.modify.entity.target.targetPath.insert.index.from.block.sourcePos.sourcePath +command.data.modify.entity.target.targetPath.insert.index.from.entity +command.data.modify.entity.target.targetPath.insert.index.from.entity.source +command.data.modify.entity.target.targetPath.insert.index.from.entity.source.sourcePath +command.data.modify.entity.target.targetPath.insert.index.from.storage +command.data.modify.entity.target.targetPath.insert.index.from.storage.source +command.data.modify.entity.target.targetPath.insert.index.from.storage.source.sourcePath +command.data.modify.entity.target.targetPath.insert.index.value +command.data.modify.entity.target.targetPath.insert.index.value.value +command.data.modify.entity.target.targetPath.merge +command.data.modify.entity.target.targetPath.merge.from +command.data.modify.entity.target.targetPath.merge.from.block +command.data.modify.entity.target.targetPath.merge.from.block.sourcePos +command.data.modify.entity.target.targetPath.merge.from.block.sourcePos.sourcePath +command.data.modify.entity.target.targetPath.merge.from.entity +command.data.modify.entity.target.targetPath.merge.from.entity.source +command.data.modify.entity.target.targetPath.merge.from.entity.source.sourcePath +command.data.modify.entity.target.targetPath.merge.from.storage +command.data.modify.entity.target.targetPath.merge.from.storage.source +command.data.modify.entity.target.targetPath.merge.from.storage.source.sourcePath +command.data.modify.entity.target.targetPath.merge.value +command.data.modify.entity.target.targetPath.merge.value.value +command.data.modify.entity.target.targetPath.prepend +command.data.modify.entity.target.targetPath.prepend.from +command.data.modify.entity.target.targetPath.prepend.from.block +command.data.modify.entity.target.targetPath.prepend.from.block.sourcePos +command.data.modify.entity.target.targetPath.prepend.from.block.sourcePos.sourcePath +command.data.modify.entity.target.targetPath.prepend.from.entity +command.data.modify.entity.target.targetPath.prepend.from.entity.source +command.data.modify.entity.target.targetPath.prepend.from.entity.source.sourcePath +command.data.modify.entity.target.targetPath.prepend.from.storage +command.data.modify.entity.target.targetPath.prepend.from.storage.source +command.data.modify.entity.target.targetPath.prepend.from.storage.source.sourcePath +command.data.modify.entity.target.targetPath.prepend.value +command.data.modify.entity.target.targetPath.prepend.value.value +command.data.modify.entity.target.targetPath.set +command.data.modify.entity.target.targetPath.set.from +command.data.modify.entity.target.targetPath.set.from.block +command.data.modify.entity.target.targetPath.set.from.block.sourcePos +command.data.modify.entity.target.targetPath.set.from.block.sourcePos.sourcePath +command.data.modify.entity.target.targetPath.set.from.entity +command.data.modify.entity.target.targetPath.set.from.entity.source +command.data.modify.entity.target.targetPath.set.from.entity.source.sourcePath +command.data.modify.entity.target.targetPath.set.from.storage +command.data.modify.entity.target.targetPath.set.from.storage.source +command.data.modify.entity.target.targetPath.set.from.storage.source.sourcePath +command.data.modify.entity.target.targetPath.set.value +command.data.modify.entity.target.targetPath.set.value.value +command.data.modify.storage +command.data.modify.storage.target +command.data.modify.storage.target.targetPath +command.data.modify.storage.target.targetPath.append +command.data.modify.storage.target.targetPath.append.from +command.data.modify.storage.target.targetPath.append.from.block +command.data.modify.storage.target.targetPath.append.from.block.sourcePos +command.data.modify.storage.target.targetPath.append.from.block.sourcePos.sourcePath +command.data.modify.storage.target.targetPath.append.from.entity +command.data.modify.storage.target.targetPath.append.from.entity.source +command.data.modify.storage.target.targetPath.append.from.entity.source.sourcePath +command.data.modify.storage.target.targetPath.append.from.storage +command.data.modify.storage.target.targetPath.append.from.storage.source +command.data.modify.storage.target.targetPath.append.from.storage.source.sourcePath +command.data.modify.storage.target.targetPath.append.value +command.data.modify.storage.target.targetPath.append.value.value +command.data.modify.storage.target.targetPath.insert +command.data.modify.storage.target.targetPath.insert.index +command.data.modify.storage.target.targetPath.insert.index.from +command.data.modify.storage.target.targetPath.insert.index.from.block +command.data.modify.storage.target.targetPath.insert.index.from.block.sourcePos +command.data.modify.storage.target.targetPath.insert.index.from.block.sourcePos.sourcePath +command.data.modify.storage.target.targetPath.insert.index.from.entity +command.data.modify.storage.target.targetPath.insert.index.from.entity.source +command.data.modify.storage.target.targetPath.insert.index.from.entity.source.sourcePath +command.data.modify.storage.target.targetPath.insert.index.from.storage +command.data.modify.storage.target.targetPath.insert.index.from.storage.source +command.data.modify.storage.target.targetPath.insert.index.from.storage.source.sourcePath +command.data.modify.storage.target.targetPath.insert.index.value +command.data.modify.storage.target.targetPath.insert.index.value.value +command.data.modify.storage.target.targetPath.merge +command.data.modify.storage.target.targetPath.merge.from +command.data.modify.storage.target.targetPath.merge.from.block +command.data.modify.storage.target.targetPath.merge.from.block.sourcePos +command.data.modify.storage.target.targetPath.merge.from.block.sourcePos.sourcePath +command.data.modify.storage.target.targetPath.merge.from.entity +command.data.modify.storage.target.targetPath.merge.from.entity.source +command.data.modify.storage.target.targetPath.merge.from.entity.source.sourcePath +command.data.modify.storage.target.targetPath.merge.from.storage +command.data.modify.storage.target.targetPath.merge.from.storage.source +command.data.modify.storage.target.targetPath.merge.from.storage.source.sourcePath +command.data.modify.storage.target.targetPath.merge.value +command.data.modify.storage.target.targetPath.merge.value.value +command.data.modify.storage.target.targetPath.prepend +command.data.modify.storage.target.targetPath.prepend.from +command.data.modify.storage.target.targetPath.prepend.from.block +command.data.modify.storage.target.targetPath.prepend.from.block.sourcePos +command.data.modify.storage.target.targetPath.prepend.from.block.sourcePos.sourcePath +command.data.modify.storage.target.targetPath.prepend.from.entity +command.data.modify.storage.target.targetPath.prepend.from.entity.source +command.data.modify.storage.target.targetPath.prepend.from.entity.source.sourcePath +command.data.modify.storage.target.targetPath.prepend.from.storage +command.data.modify.storage.target.targetPath.prepend.from.storage.source +command.data.modify.storage.target.targetPath.prepend.from.storage.source.sourcePath +command.data.modify.storage.target.targetPath.prepend.value +command.data.modify.storage.target.targetPath.prepend.value.value +command.data.modify.storage.target.targetPath.set +command.data.modify.storage.target.targetPath.set.from +command.data.modify.storage.target.targetPath.set.from.block +command.data.modify.storage.target.targetPath.set.from.block.sourcePos +command.data.modify.storage.target.targetPath.set.from.block.sourcePos.sourcePath +command.data.modify.storage.target.targetPath.set.from.entity +command.data.modify.storage.target.targetPath.set.from.entity.source +command.data.modify.storage.target.targetPath.set.from.entity.source.sourcePath +command.data.modify.storage.target.targetPath.set.from.storage +command.data.modify.storage.target.targetPath.set.from.storage.source +command.data.modify.storage.target.targetPath.set.from.storage.source.sourcePath +command.data.modify.storage.target.targetPath.set.value +command.data.modify.storage.target.targetPath.set.value.value +command.data.remove +command.data.remove.block +command.data.remove.block.targetPos +command.data.remove.block.targetPos.path +command.data.remove.entity +command.data.remove.entity.target +command.data.remove.entity.target.path +command.data.remove.storage +command.data.remove.storage.target +command.data.remove.storage.target.path +command.datapack +command.datapack.disable +command.datapack.disable.name +command.datapack.enable +command.datapack.enable.name +command.datapack.enable.name.after +command.datapack.enable.name.after.existing +command.datapack.enable.name.before +command.datapack.enable.name.before.existing +command.datapack.enable.name.first +command.datapack.enable.name.last +command.datapack.list +command.datapack.list.available +command.datapack.list.enabled +command.deathhistory +command.deathhistory.player +command.deathhistory.player_uuid +command.debug +command.debug.function +command.debug.function.name +command.debug.start +command.debug.stop +command.defaultgamemode +command.defaultgamemode.adventure +command.defaultgamemode.creative +command.defaultgamemode.spectator +command.defaultgamemode.survival +command.delhome +command.delhome.name +command.delwarp +command.delwarp.name +command.difficulty +command.difficulty.easy +command.difficulty.hard +command.difficulty.normal +command.difficulty.peaceful +command.dt +command.dt.clearorphaned +command.dt.clearorphaned.location +command.dt.clearorphaned.location.radius +command.dt.createstaff +command.dt.createstaff.location +command.dt.createstaff.location.species +command.dt.createstaff.location.species.jo_code +command.dt.createstaff.location.species.jo_code.color +command.dt.createstaff.location.species.jo_code.color.readOnly +command.dt.createstaff.location.species.jo_code.color.readOnly.maxUses +command.dt.createtransformpotion +command.dt.createtransformpotion.location +command.dt.createtransformpotion.location.species +command.dt.fertility +command.dt.fertility.location +command.dt.fertility.location.fertility +command.dt.fertility.location.raw +command.dt.gettree +command.dt.gettree.location +command.dt.gettree.location.code_raw +command.dt.growpulse +command.dt.growpulse.location +command.dt.growpulse.location.number +command.dt.killtree +command.dt.killtree.location +command.dt.purgetrees +command.dt.purgetrees.location +command.dt.purgetrees.location.radius +command.dt.registry +command.dt.registry.cellkit +command.dt.registry.cellkit.list +command.dt.registry.cellkit.list.raw +command.dt.registry.family +command.dt.registry.family.list +command.dt.registry.family.list.raw +command.dt.registry.fruit +command.dt.registry.fruit.list +command.dt.registry.fruit.list.raw +command.dt.registry.genfeature +command.dt.registry.genfeature.list +command.dt.registry.genfeature.list.raw +command.dt.registry.growthlogickit +command.dt.registry.growthlogickit.list +command.dt.registry.growthlogickit.list.raw +command.dt.registry.leavesproperties +command.dt.registry.leavesproperties.list +command.dt.registry.leavesproperties.list.raw +command.dt.registry.pod +command.dt.registry.pod.list +command.dt.registry.pod.list.raw +command.dt.registry.registryhandler +command.dt.registry.registryhandler.list +command.dt.registry.registryhandler.list.raw +command.dt.registry.soilproperties +command.dt.registry.soilproperties.list +command.dt.registry.soilproperties.list.raw +command.dt.registry.species +command.dt.registry.species.list +command.dt.registry.species.list.raw +command.dt.rotatejocode +command.dt.rotatejocode.jo_code +command.dt.rotatejocode.jo_code.turns +command.dt.setcoordxor +command.dt.setcoordxor.xor +command.dt.settree +command.dt.settree.location +command.dt.settree.location.species +command.dt.settree.location.species.jo_code +command.dt.settree.location.species.jo_code.turns +command.dt.settree.location.species.jo_code.turns.fertility +command.dt.transform +command.dt.transform.location +command.dt.transform.location.species +command.dumpHandlers +command.effect +command.effect.clear +command.effect.clear.targets +command.effect.clear.targets.effect +command.effect.give +command.effect.give.targets +command.effect.give.targets.effect +command.effect.give.targets.effect.seconds +command.effect.give.targets.effect.seconds.amplifier +command.effect.give.targets.effect.seconds.amplifier.hideParticles +command.enchant +command.enchant.targets +command.enchant.targets.enchantment +command.enchant.targets.enchantment.level +command.enderchest +command.enderchest.player +command.execute +command.execute.align +command.execute.anchored +command.execute.as +command.execute.at +command.execute.facing +command.execute.facing.entity +command.execute.facing.entity.targets +command.execute.if +command.execute.if.block +command.execute.if.block.pos +command.execute.if.blocks +command.execute.if.blocks.start +command.execute.if.blocks.start.end +command.execute.if.blocks.start.end.destination +command.execute.if.data +command.execute.if.data.block +command.execute.if.data.block.sourcePos +command.execute.if.data.entity +command.execute.if.data.entity.source +command.execute.if.data.storage +command.execute.if.data.storage.source +command.execute.if.entity +command.execute.if.predicate +command.execute.if.score +command.execute.if.score.target +command.execute.if.score.target.targetObjective +command.execute.if.score.target.targetObjective.< +command.execute.if.score.target.targetObjective.<.source +command.execute.if.score.target.targetObjective.<= +command.execute.if.score.target.targetObjective.<=.source +command.execute.if.score.target.targetObjective.= +command.execute.if.score.target.targetObjective.=.source +command.execute.if.score.target.targetObjective.> +command.execute.if.score.target.targetObjective.>.source +command.execute.if.score.target.targetObjective.>= +command.execute.if.score.target.targetObjective.>=.source +command.execute.if.score.target.targetObjective.matches +command.execute.in +command.execute.positioned +command.execute.positioned.as +command.execute.rotated +command.execute.rotated.as +command.execute.run +command.execute.store +command.execute.store.result +command.execute.store.result.block +command.execute.store.result.block.targetPos +command.execute.store.result.block.targetPos.path +command.execute.store.result.block.targetPos.path.byte +command.execute.store.result.block.targetPos.path.double +command.execute.store.result.block.targetPos.path.float +command.execute.store.result.block.targetPos.path.int +command.execute.store.result.block.targetPos.path.long +command.execute.store.result.block.targetPos.path.short +command.execute.store.result.bossbar +command.execute.store.result.bossbar.id +command.execute.store.result.entity +command.execute.store.result.entity.target +command.execute.store.result.entity.target.path +command.execute.store.result.entity.target.path.byte +command.execute.store.result.entity.target.path.double +command.execute.store.result.entity.target.path.float +command.execute.store.result.entity.target.path.int +command.execute.store.result.entity.target.path.long +command.execute.store.result.entity.target.path.short +command.execute.store.result.score +command.execute.store.result.score.targets +command.execute.store.result.storage +command.execute.store.result.storage.target +command.execute.store.result.storage.target.path +command.execute.store.result.storage.target.path.byte +command.execute.store.result.storage.target.path.double +command.execute.store.result.storage.target.path.float +command.execute.store.result.storage.target.path.int +command.execute.store.result.storage.target.path.long +command.execute.store.result.storage.target.path.short +command.execute.store.success +command.execute.store.success.block +command.execute.store.success.block.targetPos +command.execute.store.success.block.targetPos.path +command.execute.store.success.block.targetPos.path.byte +command.execute.store.success.block.targetPos.path.double +command.execute.store.success.block.targetPos.path.float +command.execute.store.success.block.targetPos.path.int +command.execute.store.success.block.targetPos.path.long +command.execute.store.success.block.targetPos.path.short +command.execute.store.success.bossbar +command.execute.store.success.bossbar.id +command.execute.store.success.entity +command.execute.store.success.entity.target +command.execute.store.success.entity.target.path +command.execute.store.success.entity.target.path.byte +command.execute.store.success.entity.target.path.double +command.execute.store.success.entity.target.path.float +command.execute.store.success.entity.target.path.int +command.execute.store.success.entity.target.path.long +command.execute.store.success.entity.target.path.short +command.execute.store.success.score +command.execute.store.success.score.targets +command.execute.store.success.storage +command.execute.store.success.storage.target +command.execute.store.success.storage.target.path +command.execute.store.success.storage.target.path.byte +command.execute.store.success.storage.target.path.double +command.execute.store.success.storage.target.path.float +command.execute.store.success.storage.target.path.int +command.execute.store.success.storage.target.path.long +command.execute.store.success.storage.target.path.short +command.execute.unless +command.execute.unless.block +command.execute.unless.block.pos +command.execute.unless.blocks +command.execute.unless.blocks.start +command.execute.unless.blocks.start.end +command.execute.unless.blocks.start.end.destination +command.execute.unless.data +command.execute.unless.data.block +command.execute.unless.data.block.sourcePos +command.execute.unless.data.entity +command.execute.unless.data.entity.source +command.execute.unless.data.storage +command.execute.unless.data.storage.source +command.execute.unless.entity +command.execute.unless.predicate +command.execute.unless.score +command.execute.unless.score.target +command.execute.unless.score.target.targetObjective +command.execute.unless.score.target.targetObjective.< +command.execute.unless.score.target.targetObjective.<.source +command.execute.unless.score.target.targetObjective.<= +command.execute.unless.score.target.targetObjective.<=.source +command.execute.unless.score.target.targetObjective.= +command.execute.unless.score.target.targetObjective.=.source +command.execute.unless.score.target.targetObjective.> +command.execute.unless.score.target.targetObjective.>.source +command.execute.unless.score.target.targetObjective.>= +command.execute.unless.score.target.targetObjective.>=.source +command.execute.unless.score.target.targetObjective.matches +command.experience +command.experience.add +command.experience.add.targets +command.experience.add.targets.amount +command.experience.add.targets.amount.levels +command.experience.add.targets.amount.points +command.experience.query +command.experience.query.targets +command.experience.query.targets.levels +command.experience.query.targets.points +command.experience.set +command.experience.set.targets +command.experience.set.targets.amount +command.experience.set.targets.amount.levels +command.experience.set.targets.amount.points +command.fill +command.fill.from +command.fill.from.to +command.fill.from.to.block +command.fill.from.to.block.destroy +command.fill.from.to.block.hollow +command.fill.from.to.block.keep +command.fill.from.to.block.outline +command.fill.from.to.block.replace +command.fill.from.to.block.replace.filter +command.fly +command.fly.player +command.forceload +command.forceload.add +command.forceload.add.from +command.forceload.add.from.to +command.forceload.query +command.forceload.query.pos +command.forceload.remove +command.forceload.remove.all +command.forceload.remove.from +command.forceload.remove.from.to +command.forge +command.forge.dimensions +command.forge.entity +command.forge.entity.list +command.forge.entity.list.filter +command.forge.entity.list.filter.dim +command.forge.generate +command.forge.generate.pos +command.forge.generate.pos.count +command.forge.generate.pos.count.dim +command.forge.generate.pos.count.dim.interval +command.forge.mods +command.forge.tags +command.forge.tags.registry +command.forge.tags.registry.get +command.forge.tags.registry.get.tag +command.forge.tags.registry.get.tag.page +command.forge.tags.registry.list +command.forge.tags.registry.list.page +command.forge.tags.registry.query +command.forge.tags.registry.query.element +command.forge.tags.registry.query.element.page +command.forge.tps +command.forge.tps.dim +command.forge.track +command.forge.track.entity +command.forge.track.reset +command.forge.track.reset.entity +command.forge.track.reset.te +command.forge.track.start +command.forge.track.start.entity +command.forge.track.start.entity.duration +command.forge.track.start.te +command.forge.track.start.te.duration +command.forge.track.te +command.ftblibrary +command.ftblibrary.day +command.ftblibrary.gamemode +command.ftblibrary.generate_loot_tables +command.ftblibrary.nbtedit +command.ftblibrary.nbtedit.block +command.ftblibrary.nbtedit.block.pos +command.ftblibrary.nbtedit.entity +command.ftblibrary.nbtedit.entity.entity +command.ftblibrary.nbtedit.item +command.ftblibrary.nbtedit.player +command.ftblibrary.nbtedit.player.player +command.ftblibrary.night +command.ftblibrary.rain +command.ftbquests +command.ftbquests.block_rewards +command.ftbquests.block_rewards.enabled +command.ftbquests.block_rewards.enabled.player +command.ftbquests.change_progress +command.ftbquests.change_progress.players +command.ftbquests.change_progress.players.complete +command.ftbquests.change_progress.players.complete.quest_object +command.ftbquests.change_progress.players.reset +command.ftbquests.change_progress.players.reset.quest_object +command.ftbquests.delete_empty_reward_tables +command.ftbquests.editing_mode +command.ftbquests.editing_mode.enabled +command.ftbquests.editing_mode.enabled.player +command.ftbquests.export_reward_table_to_chest +command.ftbquests.export_reward_table_to_chest.reward_table +command.ftbquests.export_reward_table_to_chest.reward_table.pos +command.ftbquests.generate_chapter_with_all_items_in_game +command.ftbquests.import_reward_table_from_chest +command.ftbquests.import_reward_table_from_chest.name +command.ftbquests.import_reward_table_from_chest.name.pos +command.ftbquests.locked +command.ftbquests.locked.enabled +command.ftbquests.locked.enabled.player +command.ftbquests.reload +command.ftbranks +command.ftbranks.add +command.ftbranks.add.players +command.ftbranks.add.players.rank +command.ftbranks.condition +command.ftbranks.condition.rank +command.ftbranks.condition.rank.value +command.ftbranks.create +command.ftbranks.create.name +command.ftbranks.delete +command.ftbranks.delete.rank +command.ftbranks.list_all_ranks +command.ftbranks.list_players_with +command.ftbranks.list_players_with.rank +command.ftbranks.list_ranks_of +command.ftbranks.list_ranks_of.player +command.ftbranks.node +command.ftbranks.node.add +command.ftbranks.node.add.rank +command.ftbranks.node.add.rank.node +command.ftbranks.node.add.rank.node.value +command.ftbranks.node.remove +command.ftbranks.node.remove.rank +command.ftbranks.node.remove.rank.node +command.ftbranks.refresh_readme +command.ftbranks.reload +command.ftbranks.remove +command.ftbranks.remove.players +command.ftbranks.remove.players.rank +command.ftbranks.show_rank +command.ftbranks.show_rank.rank +command.ftbteams +command.ftbteams.info +command.ftbteams.info.server_id +command.ftbteams.info.team +command.ftbteams.list +command.ftbteams.list.parties +command.ftbteams.list.players +command.ftbteams.list.server_teams +command.ftbteams.msg +command.ftbteams.msg.text +command.ftbteams.party +command.ftbteams.party.allies +command.ftbteams.party.allies.add +command.ftbteams.party.allies.add.player +command.ftbteams.party.allies.list +command.ftbteams.party.allies.remove +command.ftbteams.party.allies.remove.player +command.ftbteams.party.create +command.ftbteams.party.create.name +command.ftbteams.party.deny_invite +command.ftbteams.party.deny_invite.team +command.ftbteams.party.invite +command.ftbteams.party.invite.players +command.ftbteams.party.join +command.ftbteams.party.join.team +command.ftbteams.party.kick +command.ftbteams.party.kick.players +command.ftbteams.party.leave +command.ftbteams.party.settings +command.ftbteams.party.settings.key +command.ftbteams.party.settings.key.value +command.ftbteams.party.settings_for +command.ftbteams.party.settings_for.team +command.ftbteams.party.settings_for.team.key +command.ftbteams.party.settings_for.team.key.value +command.ftbteams.party.transfer_ownership +command.ftbteams.party.transfer_ownership.player +command.ftbteams.server +command.ftbteams.server.create +command.ftbteams.server.create.name +command.ftbteams.server.delete +command.ftbteams.server.delete.team +command.ftbteams.server.settings +command.ftbteams.server.settings.team +command.ftbteams.server.settings.team.key +command.ftbteams.server.settings.team.key.value +command.function +command.function.name +command.gamemode +command.gamemode.adventure +command.gamemode.adventure.target +command.gamemode.creative +command.gamemode.creative.target +command.gamemode.spectator +command.gamemode.spectator.target +command.gamemode.survival +command.gamemode.survival.target +command.gamerule +command.gamerule.announceAdvancements +command.gamerule.announceAdvancements.value +command.gamerule.commandBlockOutput +command.gamerule.commandBlockOutput.value +command.gamerule.disableElytraMovementCheck +command.gamerule.disableElytraMovementCheck.value +command.gamerule.disableRaids +command.gamerule.disableRaids.value +command.gamerule.doDaylightCycle +command.gamerule.doDaylightCycle.value +command.gamerule.doEntityDrops +command.gamerule.doEntityDrops.value +command.gamerule.doFireTick +command.gamerule.doFireTick.value +command.gamerule.doImmediateRespawn +command.gamerule.doImmediateRespawn.value +command.gamerule.doInsomnia +command.gamerule.doInsomnia.value +command.gamerule.doLimitedCrafting +command.gamerule.doLimitedCrafting.value +command.gamerule.doMobLoot +command.gamerule.doMobLoot.value +command.gamerule.doMobSpawning +command.gamerule.doMobSpawning.value +command.gamerule.doPatrolSpawning +command.gamerule.doPatrolSpawning.value +command.gamerule.doTileDrops +command.gamerule.doTileDrops.value +command.gamerule.doTraderSpawning +command.gamerule.doTraderSpawning.value +command.gamerule.doWeatherCycle +command.gamerule.doWeatherCycle.value +command.gamerule.drowningDamage +command.gamerule.drowningDamage.value +command.gamerule.fallDamage +command.gamerule.fallDamage.value +command.gamerule.fireDamage +command.gamerule.fireDamage.value +command.gamerule.forgiveDeadPlayers +command.gamerule.forgiveDeadPlayers.value +command.gamerule.freezeDamage +command.gamerule.freezeDamage.value +command.gamerule.keepInventory +command.gamerule.keepInventory.value +command.gamerule.logAdminCommands +command.gamerule.logAdminCommands.value +command.gamerule.maxCommandChainLength +command.gamerule.maxCommandChainLength.value +command.gamerule.maxEntityCramming +command.gamerule.maxEntityCramming.value +command.gamerule.mobGriefing +command.gamerule.mobGriefing.value +command.gamerule.naturalRegeneration +command.gamerule.naturalRegeneration.value +command.gamerule.playersSleepingPercentage +command.gamerule.playersSleepingPercentage.value +command.gamerule.randomTickSpeed +command.gamerule.randomTickSpeed.value +command.gamerule.reducedDebugInfo +command.gamerule.reducedDebugInfo.value +command.gamerule.sendCommandFeedback +command.gamerule.sendCommandFeedback.value +command.gamerule.showDeathMessages +command.gamerule.showDeathMessages.value +command.gamerule.spawnRadius +command.gamerule.spawnRadius.value +command.gamerule.spectatorsGenerateChunks +command.gamerule.spectatorsGenerateChunks.value +command.gamerule.universalAnger +command.gamerule.universalAnger.value +command.give +command.give.targets +command.give.targets.item +command.give.targets.item.count +command.god +command.god.player +command.hat +command.heal +command.heal.player +command.help +command.help.command +command.home +command.home.name +command.ie +command.ie.clearshaders +command.ie.clearshaders.player +command.ie.mineral +command.ie.mineral.get +command.ie.mineral.get.location +command.ie.mineral.list +command.ie.mineral.put +command.ie.mineral.put.mineral +command.ie.mineral.put.mineral.radius +command.ie.mineral.put.mineral.radius.pos +command.ie.mineral.setDepletion +command.ie.mineral.setDepletion.depletion +command.ie.mineral.setDepletion.depletion.pos +command.invsee +command.invsee.player +command.ip +command.ip.reservoir +command.ip.reservoir.get +command.ip.reservoir.get.location +command.ip.reservoir.locate +command.ip.reservoir.set +command.ip.reservoir.set.amount +command.ip.reservoir.set.amount.amount +command.ip.reservoir.set.amount.amount.location +command.ip.reservoir.set.capacity +command.ip.reservoir.set.capacity.capacity +command.ip.reservoir.set.capacity.capacity.location +command.ip.reservoir.set.type +command.ip.reservoir.set.type.name +command.ip.reservoir.set.type.name.location +command.item +command.item.modify +command.item.modify.block +command.item.modify.block.pos +command.item.modify.block.pos.slot +command.item.modify.block.pos.slot.modifier +command.item.modify.entity +command.item.modify.entity.targets +command.item.modify.entity.targets.slot +command.item.modify.entity.targets.slot.modifier +command.item.replace +command.item.replace.block +command.item.replace.block.pos +command.item.replace.block.pos.slot +command.item.replace.block.pos.slot.from +command.item.replace.block.pos.slot.from.block +command.item.replace.block.pos.slot.from.block.source +command.item.replace.block.pos.slot.from.block.source.sourceSlot +command.item.replace.block.pos.slot.from.block.source.sourceSlot.modifier +command.item.replace.block.pos.slot.from.entity +command.item.replace.block.pos.slot.from.entity.source +command.item.replace.block.pos.slot.from.entity.source.sourceSlot +command.item.replace.block.pos.slot.from.entity.source.sourceSlot.modifier +command.item.replace.block.pos.slot.with +command.item.replace.block.pos.slot.with.item +command.item.replace.block.pos.slot.with.item.count +command.item.replace.entity +command.item.replace.entity.targets +command.item.replace.entity.targets.slot +command.item.replace.entity.targets.slot.from +command.item.replace.entity.targets.slot.from.block +command.item.replace.entity.targets.slot.from.block.source +command.item.replace.entity.targets.slot.from.block.source.sourceSlot +command.item.replace.entity.targets.slot.from.block.source.sourceSlot.modifier +command.item.replace.entity.targets.slot.from.entity +command.item.replace.entity.targets.slot.from.entity.source +command.item.replace.entity.targets.slot.from.entity.source.sourceSlot +command.item.replace.entity.targets.slot.from.entity.source.sourceSlot.modifier +command.item.replace.entity.targets.slot.with +command.item.replace.entity.targets.slot.with.item +command.item.replace.entity.targets.slot.with.item.count +command.jfr +command.jfr.start +command.jfr.stop +command.kick +command.kick.targets +command.kick.targets.reason +command.kickme +command.kill +command.kill.targets +command.kjs_hand +command.kubejs +command.kubejs.custom_command +command.kubejs.custom_command.id +command.kubejs.dump_registry +command.kubejs.dump_registry.registry +command.kubejs.errors +command.kubejs.export +command.kubejs.export_virtual_data +command.kubejs.hand +command.kubejs.hotbar +command.kubejs.inventory +command.kubejs.list_tag +command.kubejs.list_tag.registry +command.kubejs.list_tag.registry.tag +command.kubejs.offhand +command.kubejs.painter +command.kubejs.painter.player +command.kubejs.painter.player.object +command.kubejs.reload +command.kubejs.reload.client_scripts +command.kubejs.reload.lang +command.kubejs.reload.server_scripts +command.kubejs.reload.startup_scripts +command.kubejs.reload.textures +command.kubejs.stages +command.kubejs.stages.add +command.kubejs.stages.add.player +command.kubejs.stages.add.player.stage +command.kubejs.stages.clear +command.kubejs.stages.clear.player +command.kubejs.stages.list +command.kubejs.stages.list.player +command.kubejs.stages.remove +command.kubejs.stages.remove.player +command.kubejs.stages.remove.player.stage +command.kubejs.warnings +command.kubejs.wiki +command.leaderboard +command.leaderboard.damage_dealt +command.leaderboard.deaths +command.leaderboard.deaths_per_hour +command.leaderboard.distance_walked +command.leaderboard.jumps +command.leaderboard.mob_kills +command.leaderboard.player_kills +command.leaderboard.time_played +command.leaderboard.time_since_death +command.list +command.list.uuids +command.listhomes +command.listhomes.player +command.listwarps +command.locate +command.locate.structure +command.locatebiome +command.locatebiome.biome +command.loot +command.loot.give +command.loot.give.players +command.loot.give.players.fish +command.loot.give.players.fish.loot_table +command.loot.give.players.fish.loot_table.pos +command.loot.give.players.fish.loot_table.pos.mainhand +command.loot.give.players.fish.loot_table.pos.offhand +command.loot.give.players.fish.loot_table.pos.tool +command.loot.give.players.kill +command.loot.give.players.kill.target +command.loot.give.players.loot +command.loot.give.players.loot.loot_table +command.loot.give.players.mine +command.loot.give.players.mine.pos +command.loot.give.players.mine.pos.mainhand +command.loot.give.players.mine.pos.offhand +command.loot.give.players.mine.pos.tool +command.loot.insert +command.loot.insert.targetPos +command.loot.insert.targetPos.fish +command.loot.insert.targetPos.fish.loot_table +command.loot.insert.targetPos.fish.loot_table.pos +command.loot.insert.targetPos.fish.loot_table.pos.mainhand +command.loot.insert.targetPos.fish.loot_table.pos.offhand +command.loot.insert.targetPos.fish.loot_table.pos.tool +command.loot.insert.targetPos.kill +command.loot.insert.targetPos.kill.target +command.loot.insert.targetPos.loot +command.loot.insert.targetPos.loot.loot_table +command.loot.insert.targetPos.mine +command.loot.insert.targetPos.mine.pos +command.loot.insert.targetPos.mine.pos.mainhand +command.loot.insert.targetPos.mine.pos.offhand +command.loot.insert.targetPos.mine.pos.tool +command.loot.replace +command.loot.replace.block +command.loot.replace.block.targetPos +command.loot.replace.block.targetPos.slot +command.loot.replace.block.targetPos.slot.count +command.loot.replace.block.targetPos.slot.count.fish +command.loot.replace.block.targetPos.slot.count.fish.loot_table +command.loot.replace.block.targetPos.slot.count.fish.loot_table.pos +command.loot.replace.block.targetPos.slot.count.fish.loot_table.pos.mainhand +command.loot.replace.block.targetPos.slot.count.fish.loot_table.pos.offhand +command.loot.replace.block.targetPos.slot.count.fish.loot_table.pos.tool +command.loot.replace.block.targetPos.slot.count.kill +command.loot.replace.block.targetPos.slot.count.kill.target +command.loot.replace.block.targetPos.slot.count.loot +command.loot.replace.block.targetPos.slot.count.loot.loot_table +command.loot.replace.block.targetPos.slot.count.mine +command.loot.replace.block.targetPos.slot.count.mine.pos +command.loot.replace.block.targetPos.slot.count.mine.pos.mainhand +command.loot.replace.block.targetPos.slot.count.mine.pos.offhand +command.loot.replace.block.targetPos.slot.count.mine.pos.tool +command.loot.replace.block.targetPos.slot.fish +command.loot.replace.block.targetPos.slot.fish.loot_table +command.loot.replace.block.targetPos.slot.fish.loot_table.pos +command.loot.replace.block.targetPos.slot.fish.loot_table.pos.mainhand +command.loot.replace.block.targetPos.slot.fish.loot_table.pos.offhand +command.loot.replace.block.targetPos.slot.fish.loot_table.pos.tool +command.loot.replace.block.targetPos.slot.kill +command.loot.replace.block.targetPos.slot.kill.target +command.loot.replace.block.targetPos.slot.loot +command.loot.replace.block.targetPos.slot.loot.loot_table +command.loot.replace.block.targetPos.slot.mine +command.loot.replace.block.targetPos.slot.mine.pos +command.loot.replace.block.targetPos.slot.mine.pos.mainhand +command.loot.replace.block.targetPos.slot.mine.pos.offhand +command.loot.replace.block.targetPos.slot.mine.pos.tool +command.loot.replace.entity +command.loot.replace.entity.entities +command.loot.replace.entity.entities.slot +command.loot.replace.entity.entities.slot.count +command.loot.replace.entity.entities.slot.count.fish +command.loot.replace.entity.entities.slot.count.fish.loot_table +command.loot.replace.entity.entities.slot.count.fish.loot_table.pos +command.loot.replace.entity.entities.slot.count.fish.loot_table.pos.mainhand +command.loot.replace.entity.entities.slot.count.fish.loot_table.pos.offhand +command.loot.replace.entity.entities.slot.count.fish.loot_table.pos.tool +command.loot.replace.entity.entities.slot.count.kill +command.loot.replace.entity.entities.slot.count.kill.target +command.loot.replace.entity.entities.slot.count.loot +command.loot.replace.entity.entities.slot.count.loot.loot_table +command.loot.replace.entity.entities.slot.count.mine +command.loot.replace.entity.entities.slot.count.mine.pos +command.loot.replace.entity.entities.slot.count.mine.pos.mainhand +command.loot.replace.entity.entities.slot.count.mine.pos.offhand +command.loot.replace.entity.entities.slot.count.mine.pos.tool +command.loot.replace.entity.entities.slot.fish +command.loot.replace.entity.entities.slot.fish.loot_table +command.loot.replace.entity.entities.slot.fish.loot_table.pos +command.loot.replace.entity.entities.slot.fish.loot_table.pos.mainhand +command.loot.replace.entity.entities.slot.fish.loot_table.pos.offhand +command.loot.replace.entity.entities.slot.fish.loot_table.pos.tool +command.loot.replace.entity.entities.slot.kill +command.loot.replace.entity.entities.slot.kill.target +command.loot.replace.entity.entities.slot.loot +command.loot.replace.entity.entities.slot.loot.loot_table +command.loot.replace.entity.entities.slot.mine +command.loot.replace.entity.entities.slot.mine.pos +command.loot.replace.entity.entities.slot.mine.pos.mainhand +command.loot.replace.entity.entities.slot.mine.pos.offhand +command.loot.replace.entity.entities.slot.mine.pos.tool +command.loot.spawn +command.loot.spawn.targetPos +command.loot.spawn.targetPos.fish +command.loot.spawn.targetPos.fish.loot_table +command.loot.spawn.targetPos.fish.loot_table.pos +command.loot.spawn.targetPos.fish.loot_table.pos.mainhand +command.loot.spawn.targetPos.fish.loot_table.pos.offhand +command.loot.spawn.targetPos.fish.loot_table.pos.tool +command.loot.spawn.targetPos.kill +command.loot.spawn.targetPos.kill.target +command.loot.spawn.targetPos.loot +command.loot.spawn.targetPos.loot.loot_table +command.loot.spawn.targetPos.mine +command.loot.spawn.targetPos.mine.pos +command.loot.spawn.targetPos.mine.pos.mainhand +command.loot.spawn.targetPos.mine.pos.offhand +command.loot.spawn.targetPos.mine.pos.tool +command.me +command.me.action +command.modernfix +command.modernfix.upgradeStructures +command.msg +command.msg.targets +command.msg.targets.message +command.mute +command.mute.player +command.nickname +command.nickname.nickname +command.nicknamefor +command.nicknamefor.player +command.nicknamefor.player.nickname +command.open-patchouli-book +command.open-patchouli-book.targets +command.open-patchouli-book.targets.book +command.open-patchouli-book.targets.book.entry +command.open-patchouli-book.targets.book.entry.page +command.openpac +command.openpac-claims +command.openpac-claims.about +command.openpac-claims.about.profile +command.openpac-claims.admin-mode +command.openpac-claims.claim +command.openpac-claims.claim.anyway +command.openpac-claims.claim.anyway.block pos +command.openpac-claims.claim.block pos +command.openpac-claims.forceload +command.openpac-claims.forceload.anyway +command.openpac-claims.forceload.anyway.block pos +command.openpac-claims.forceload.block pos +command.openpac-claims.non-ally-mode +command.openpac-claims.server +command.openpac-claims.server-claim-mode +command.openpac-claims.server.claim +command.openpac-claims.server.claim.anyway +command.openpac-claims.server.claim.anyway.block pos +command.openpac-claims.server.claim.block pos +command.openpac-claims.server.forceload +command.openpac-claims.server.forceload.anyway +command.openpac-claims.server.forceload.anyway.block pos +command.openpac-claims.server.forceload.block pos +command.openpac-claims.server.sub-claim +command.openpac-claims.server.sub-claim.current +command.openpac-claims.server.sub-claim.for +command.openpac-claims.server.sub-claim.for.player +command.openpac-claims.server.sub-claim.for.player.current +command.openpac-claims.server.sub-claim.for.player.use +command.openpac-claims.server.sub-claim.for.player.use.sub-id +command.openpac-claims.server.sub-claim.use +command.openpac-claims.server.sub-claim.use.sub-id +command.openpac-claims.server.unclaim +command.openpac-claims.server.unclaim.anyway +command.openpac-claims.server.unclaim.anyway.block pos +command.openpac-claims.server.unclaim.block pos +command.openpac-claims.server.unforceload +command.openpac-claims.server.unforceload.anyway +command.openpac-claims.server.unforceload.anyway.block pos +command.openpac-claims.server.unforceload.block pos +command.openpac-claims.sub-claim +command.openpac-claims.sub-claim.current +command.openpac-claims.sub-claim.for +command.openpac-claims.sub-claim.for.player +command.openpac-claims.sub-claim.for.player.current +command.openpac-claims.sub-claim.for.player.use +command.openpac-claims.sub-claim.for.player.use.sub-id +command.openpac-claims.sub-claim.use +command.openpac-claims.sub-claim.use.sub-id +command.openpac-claims.unclaim +command.openpac-claims.unclaim.anyway +command.openpac-claims.unclaim.anyway.block pos +command.openpac-claims.unclaim.block pos +command.openpac-claims.unforceload +command.openpac-claims.unforceload.anyway +command.openpac-claims.unforceload.anyway.block pos +command.openpac-claims.unforceload.block pos +command.openpac-parties +command.openpac-parties.about +command.openpac-parties.about.player +command.openpac-parties.about.profile +command.openpac-parties.ally +command.openpac-parties.ally.add +command.openpac-parties.ally.add.player +command.openpac-parties.ally.remove +command.openpac-parties.ally.remove.owner +command.openpac-parties.chat +command.openpac-parties.chat.message +command.openpac-parties.create +command.openpac-parties.destroy +command.openpac-parties.destroy.confirm +command.openpac-parties.join +command.openpac-parties.join.id +command.openpac-parties.leave +command.openpac-parties.member +command.openpac-parties.member.invite +command.openpac-parties.member.invite.player +command.openpac-parties.member.kick +command.openpac-parties.member.kick.name +command.openpac-parties.member.rank +command.openpac-parties.member.rank.rank +command.openpac-parties.member.rank.rank.name +command.openpac-parties.transfer +command.openpac-parties.transfer.new-owner +command.openpac-parties.transfer.new-owner.confirm +command.openpac.expired-claims-config +command.openpac.expired-claims-config.get +command.openpac.expired-claims-config.get.key +command.openpac.expired-claims-config.help +command.openpac.expired-claims-config.help.key +command.openpac.expired-claims-config.reset +command.openpac.expired-claims-config.reset.key +command.openpac.expired-claims-config.set +command.openpac.expired-claims-config.set.key +command.openpac.expired-claims-config.set.key.value +command.openpac.player-config +command.openpac.player-config.default +command.openpac.player-config.default.get +command.openpac.player-config.default.get.key +command.openpac.player-config.default.help +command.openpac.player-config.default.help.key +command.openpac.player-config.default.reset +command.openpac.player-config.default.reset.key +command.openpac.player-config.default.set +command.openpac.player-config.default.set.key +command.openpac.player-config.default.set.key.value +command.openpac.player-config.for +command.openpac.player-config.for.player +command.openpac.player-config.for.player.get +command.openpac.player-config.for.player.get.key +command.openpac.player-config.for.player.help +command.openpac.player-config.for.player.help.key +command.openpac.player-config.for.player.reset +command.openpac.player-config.for.player.reset.key +command.openpac.player-config.for.player.set +command.openpac.player-config.for.player.set.key +command.openpac.player-config.for.player.set.key.value +command.openpac.player-config.for.player.sub +command.openpac.player-config.for.player.sub.create +command.openpac.player-config.for.player.sub.create.sub-id +command.openpac.player-config.for.player.sub.delete +command.openpac.player-config.for.player.sub.delete.sub-id +command.openpac.player-config.for.player.sub.get +command.openpac.player-config.for.player.sub.get.sub-id +command.openpac.player-config.for.player.sub.get.sub-id.key +command.openpac.player-config.for.player.sub.help +command.openpac.player-config.for.player.sub.help.sub-id +command.openpac.player-config.for.player.sub.help.sub-id.key +command.openpac.player-config.for.player.sub.list +command.openpac.player-config.for.player.sub.list.start-at +command.openpac.player-config.for.player.sub.reset +command.openpac.player-config.for.player.sub.reset.sub-id +command.openpac.player-config.for.player.sub.reset.sub-id.key +command.openpac.player-config.for.player.sub.set +command.openpac.player-config.for.player.sub.set.sub-id +command.openpac.player-config.for.player.sub.set.sub-id.key +command.openpac.player-config.for.player.sub.set.sub-id.key.value +command.openpac.player-config.get +command.openpac.player-config.get.key +command.openpac.player-config.help +command.openpac.player-config.help.key +command.openpac.player-config.reset +command.openpac.player-config.reset.key +command.openpac.player-config.set +command.openpac.player-config.set.key +command.openpac.player-config.set.key.value +command.openpac.player-config.sub +command.openpac.player-config.sub.create +command.openpac.player-config.sub.create.sub-id +command.openpac.player-config.sub.delete +command.openpac.player-config.sub.delete.sub-id +command.openpac.player-config.sub.get +command.openpac.player-config.sub.get.sub-id +command.openpac.player-config.sub.get.sub-id.key +command.openpac.player-config.sub.help +command.openpac.player-config.sub.help.sub-id +command.openpac.player-config.sub.help.sub-id.key +command.openpac.player-config.sub.list +command.openpac.player-config.sub.list.start-at +command.openpac.player-config.sub.reset +command.openpac.player-config.sub.reset.sub-id +command.openpac.player-config.sub.reset.sub-id.key +command.openpac.player-config.sub.set +command.openpac.player-config.sub.set.sub-id +command.openpac.player-config.sub.set.sub-id.key +command.openpac.player-config.sub.set.sub-id.key.value +command.openpac.server-claims-config +command.openpac.server-claims-config.get +command.openpac.server-claims-config.get.key +command.openpac.server-claims-config.help +command.openpac.server-claims-config.help.key +command.openpac.server-claims-config.reset +command.openpac.server-claims-config.reset.key +command.openpac.server-claims-config.set +command.openpac.server-claims-config.set.key +command.openpac.server-claims-config.set.key.value +command.openpac.server-claims-config.sub +command.openpac.server-claims-config.sub.create +command.openpac.server-claims-config.sub.create.sub-id +command.openpac.server-claims-config.sub.delete +command.openpac.server-claims-config.sub.delete.sub-id +command.openpac.server-claims-config.sub.get +command.openpac.server-claims-config.sub.get.sub-id +command.openpac.server-claims-config.sub.get.sub-id.key +command.openpac.server-claims-config.sub.help +command.openpac.server-claims-config.sub.help.sub-id +command.openpac.server-claims-config.sub.help.sub-id.key +command.openpac.server-claims-config.sub.list +command.openpac.server-claims-config.sub.list.start-at +command.openpac.server-claims-config.sub.reset +command.openpac.server-claims-config.sub.reset.sub-id +command.openpac.server-claims-config.sub.reset.sub-id.key +command.openpac.server-claims-config.sub.set +command.openpac.server-claims-config.sub.set.sub-id +command.openpac.server-claims-config.sub.set.sub-id.key +command.openpac.server-claims-config.sub.set.sub-id.key.value +command.openpac.wilderness-config +command.openpac.wilderness-config.get +command.openpac.wilderness-config.get.key +command.openpac.wilderness-config.help +command.openpac.wilderness-config.help.key +command.openpac.wilderness-config.reset +command.openpac.wilderness-config.reset.key +command.openpac.wilderness-config.set +command.openpac.wilderness-config.set.key +command.openpac.wilderness-config.set.key.value +command.opm +command.opm.message +command.particle +command.particle.name +command.particle.name.pos +command.particle.name.pos.delta +command.particle.name.pos.delta.speed +command.particle.name.pos.delta.speed.count +command.particle.name.pos.delta.speed.count.force +command.particle.name.pos.delta.speed.count.force.viewers +command.particle.name.pos.delta.speed.count.normal +command.particle.name.pos.delta.speed.count.normal.viewers +command.placefeature +command.placefeature.feature +command.placefeature.feature.pos +command.playsound +command.playsound.sound +command.playsound.sound.ambient +command.playsound.sound.ambient.targets +command.playsound.sound.ambient.targets.pos +command.playsound.sound.ambient.targets.pos.volume +command.playsound.sound.ambient.targets.pos.volume.pitch +command.playsound.sound.ambient.targets.pos.volume.pitch.minVolume +command.playsound.sound.block +command.playsound.sound.block.targets +command.playsound.sound.block.targets.pos +command.playsound.sound.block.targets.pos.volume +command.playsound.sound.block.targets.pos.volume.pitch +command.playsound.sound.block.targets.pos.volume.pitch.minVolume +command.playsound.sound.hostile +command.playsound.sound.hostile.targets +command.playsound.sound.hostile.targets.pos +command.playsound.sound.hostile.targets.pos.volume +command.playsound.sound.hostile.targets.pos.volume.pitch +command.playsound.sound.hostile.targets.pos.volume.pitch.minVolume +command.playsound.sound.master +command.playsound.sound.master.targets +command.playsound.sound.master.targets.pos +command.playsound.sound.master.targets.pos.volume +command.playsound.sound.master.targets.pos.volume.pitch +command.playsound.sound.master.targets.pos.volume.pitch.minVolume +command.playsound.sound.music +command.playsound.sound.music.targets +command.playsound.sound.music.targets.pos +command.playsound.sound.music.targets.pos.volume +command.playsound.sound.music.targets.pos.volume.pitch +command.playsound.sound.music.targets.pos.volume.pitch.minVolume +command.playsound.sound.neutral +command.playsound.sound.neutral.targets +command.playsound.sound.neutral.targets.pos +command.playsound.sound.neutral.targets.pos.volume +command.playsound.sound.neutral.targets.pos.volume.pitch +command.playsound.sound.neutral.targets.pos.volume.pitch.minVolume +command.playsound.sound.player +command.playsound.sound.player.targets +command.playsound.sound.player.targets.pos +command.playsound.sound.player.targets.pos.volume +command.playsound.sound.player.targets.pos.volume.pitch +command.playsound.sound.player.targets.pos.volume.pitch.minVolume +command.playsound.sound.record +command.playsound.sound.record.targets +command.playsound.sound.record.targets.pos +command.playsound.sound.record.targets.pos.volume +command.playsound.sound.record.targets.pos.volume.pitch +command.playsound.sound.record.targets.pos.volume.pitch.minVolume +command.playsound.sound.voice +command.playsound.sound.voice.targets +command.playsound.sound.voice.targets.pos +command.playsound.sound.voice.targets.pos.volume +command.playsound.sound.voice.targets.pos.volume.pitch +command.playsound.sound.voice.targets.pos.volume.pitch.minVolume +command.playsound.sound.weather +command.playsound.sound.weather.targets +command.playsound.sound.weather.targets.pos +command.playsound.sound.weather.targets.pos.volume +command.playsound.sound.weather.targets.pos.volume.pitch +command.playsound.sound.weather.targets.pos.volume.pitch.minVolume +command.publish +command.publish.port +command.railways +command.railways.split_train +command.railways.split_train.train_id +command.railways.split_train.train_id.number +command.railways.split_train.train_name +command.railways.split_train.train_name.number +command.railways.train_uuid +command.railways.train_uuid.name +command.recipe +command.recipe.give +command.recipe.give.targets +command.recipe.give.targets.all +command.recipe.give.targets.recipe +command.recipe.take +command.recipe.take.targets +command.recipe.take.targets.all +command.recipe.take.targets.recipe +command.recording +command.reload +command.rtp +command.say +command.say.message +command.schedule +command.schedule.clear +command.schedule.clear.function +command.schedule.function +command.schedule.function.function +command.schedule.function.function.time +command.schedule.function.function.time.append +command.schedule.function.function.time.replace +command.scoreboard +command.scoreboard.objectives +command.scoreboard.objectives.add +command.scoreboard.objectives.add.objective +command.scoreboard.objectives.add.objective.criteria +command.scoreboard.objectives.add.objective.criteria.displayName +command.scoreboard.objectives.list +command.scoreboard.objectives.modify +command.scoreboard.objectives.modify.objective +command.scoreboard.objectives.modify.objective.displayname +command.scoreboard.objectives.modify.objective.displayname.displayName +command.scoreboard.objectives.modify.objective.rendertype +command.scoreboard.objectives.modify.objective.rendertype.hearts +command.scoreboard.objectives.modify.objective.rendertype.integer +command.scoreboard.objectives.remove +command.scoreboard.objectives.remove.objective +command.scoreboard.objectives.setdisplay +command.scoreboard.objectives.setdisplay.slot +command.scoreboard.objectives.setdisplay.slot.objective +command.scoreboard.players +command.scoreboard.players.add +command.scoreboard.players.add.targets +command.scoreboard.players.add.targets.objective +command.scoreboard.players.add.targets.objective.score +command.scoreboard.players.enable +command.scoreboard.players.enable.targets +command.scoreboard.players.enable.targets.objective +command.scoreboard.players.get +command.scoreboard.players.get.target +command.scoreboard.players.get.target.objective +command.scoreboard.players.list +command.scoreboard.players.list.target +command.scoreboard.players.operation +command.scoreboard.players.operation.targets +command.scoreboard.players.operation.targets.targetObjective +command.scoreboard.players.operation.targets.targetObjective.operation +command.scoreboard.players.operation.targets.targetObjective.operation.source +command.scoreboard.players.operation.targets.targetObjective.operation.source.sourceObjective +command.scoreboard.players.remove +command.scoreboard.players.remove.targets +command.scoreboard.players.remove.targets.objective +command.scoreboard.players.remove.targets.objective.score +command.scoreboard.players.reset +command.scoreboard.players.reset.targets +command.scoreboard.players.reset.targets.objective +command.scoreboard.players.set +command.scoreboard.players.set.targets +command.scoreboard.players.set.targets.objective +command.scoreboard.players.set.targets.objective.score +command.seed +command.setblock +command.setblock.pos +command.setblock.pos.block +command.setblock.pos.block.destroy +command.setblock.pos.block.keep +command.setblock.pos.block.replace +command.sethome +command.sethome.name +command.setwarp +command.setwarp.name +command.setworldspawn +command.setworldspawn.pos +command.setworldspawn.pos.angle +command.snr +command.snr.split_train +command.snr.split_train.train_id +command.snr.split_train.train_id.number +command.snr.split_train.train_name +command.snr.split_train.train_name.number +command.snr.train_uuid +command.snr.train_uuid.name +command.spawn +command.spawnpoint +command.spawnpoint.targets +command.spawnpoint.targets.pos +command.spawnpoint.targets.pos.angle +command.spectate +command.spectate.target +command.spectate.target.player +command.spreadplayers +command.spreadplayers.center +command.spreadplayers.center.spreadDistance +command.spreadplayers.center.spreadDistance.maxRange +command.spreadplayers.center.spreadDistance.maxRange.respectTeams +command.spreadplayers.center.spreadDistance.maxRange.respectTeams.targets +command.spreadplayers.center.spreadDistance.maxRange.under +command.spreadplayers.center.spreadDistance.maxRange.under.maxHeight +command.spreadplayers.center.spreadDistance.maxRange.under.maxHeight.respectTeams +command.spreadplayers.center.spreadDistance.maxRange.under.maxHeight.respectTeams.targets +command.stopsound +command.stopsound.targets +command.stopsound.targets.all +command.stopsound.targets.all.sound +command.stopsound.targets.ambient +command.stopsound.targets.ambient.sound +command.stopsound.targets.block +command.stopsound.targets.block.sound +command.stopsound.targets.hostile +command.stopsound.targets.hostile.sound +command.stopsound.targets.master +command.stopsound.targets.master.sound +command.stopsound.targets.music +command.stopsound.targets.music.sound +command.stopsound.targets.neutral +command.stopsound.targets.neutral.sound +command.stopsound.targets.player +command.stopsound.targets.player.sound +command.stopsound.targets.record +command.stopsound.targets.record.sound +command.stopsound.targets.voice +command.stopsound.targets.voice.sound +command.stopsound.targets.weather +command.stopsound.targets.weather.sound +command.streaming +command.summon +command.summon.entity +command.summon.entity.pos +command.summon.entity.pos.nbt +command.tag +command.tag.targets +command.tag.targets.add +command.tag.targets.add.name +command.tag.targets.list +command.tag.targets.remove +command.tag.targets.remove.name +command.tb +command.tb.access +command.tb.access.pos +command.tb.access.target +command.tb.clear +command.tb.clear.player +command.tb.remove +command.tb.remove.player +command.tb.restore +command.tb.restore.target +command.tb.restore.target.backpack_id +command.tb.unpack +command.tb.unpack.pos +command.tb.unpack.target +command.team +command.team.add +command.team.add.team +command.team.add.team.displayName +command.team.empty +command.team.empty.team +command.team.join +command.team.join.team +command.team.join.team.members +command.team.leave +command.team.leave.members +command.team.list +command.team.list.team +command.team.modify +command.team.modify.team +command.team.modify.team.collisionRule +command.team.modify.team.collisionRule.always +command.team.modify.team.collisionRule.never +command.team.modify.team.collisionRule.pushOtherTeams +command.team.modify.team.collisionRule.pushOwnTeam +command.team.modify.team.color +command.team.modify.team.color.value +command.team.modify.team.deathMessageVisibility +command.team.modify.team.deathMessageVisibility.always +command.team.modify.team.deathMessageVisibility.hideForOtherTeams +command.team.modify.team.deathMessageVisibility.hideForOwnTeam +command.team.modify.team.deathMessageVisibility.never +command.team.modify.team.displayName +command.team.modify.team.displayName.displayName +command.team.modify.team.friendlyFire +command.team.modify.team.friendlyFire.allowed +command.team.modify.team.nametagVisibility +command.team.modify.team.nametagVisibility.always +command.team.modify.team.nametagVisibility.hideForOtherTeams +command.team.modify.team.nametagVisibility.hideForOwnTeam +command.team.modify.team.nametagVisibility.never +command.team.modify.team.prefix +command.team.modify.team.prefix.prefix +command.team.modify.team.seeFriendlyInvisibles +command.team.modify.team.seeFriendlyInvisibles.allowed +command.team.modify.team.suffix +command.team.modify.team.suffix.suffix +command.team.remove +command.team.remove.team +command.teammsg +command.teammsg.message +command.teleport +command.teleport.destination +command.teleport.location +command.teleport.targets +command.teleport.targets.destination +command.teleport.targets.location +command.teleport.targets.location.facing +command.teleport.targets.location.facing.entity +command.teleport.targets.location.facing.entity.facingEntity +command.teleport.targets.location.facing.entity.facingEntity.facingAnchor +command.teleport.targets.location.facing.facingLocation +command.teleport.targets.location.rotation +command.teleport_last +command.teleport_last.player +command.tellraw +command.tellraw.targets +command.tellraw.targets.message +command.tfc +command.tfc.clearworld +command.tfc.clearworld.radius +command.tfc.clearworld.radius.preset +command.tfc.climateChunkUpdate +command.tfc.count +command.tfc.count.radius +command.tfc.count.radius.block +command.tfc.forge +command.tfc.forge.bonus +command.tfc.heat +command.tfc.heat.value +command.tfc.locate +command.tfc.locate.biome +command.tfc.locate.biome.biome +command.tfc.locate.vein +command.tfc.locate.vein.vein +command.tfc.locate.vein.vein.max_y +command.tfc.locate.volcano +command.tfc.player +command.tfc.player.target +command.tfc.player.target.add +command.tfc.player.target.add.hunger +command.tfc.player.target.add.hunger.value +command.tfc.player.target.add.saturation +command.tfc.player.target.add.saturation.value +command.tfc.player.target.add.water +command.tfc.player.target.add.water.value +command.tfc.player.target.query +command.tfc.player.target.query.hunger +command.tfc.player.target.query.nutrition +command.tfc.player.target.query.saturation +command.tfc.player.target.query.water +command.tfc.player.target.reset +command.tfc.player.target.reset.hunger +command.tfc.player.target.reset.saturation +command.tfc.player.target.reset.water +command.tfc.player.target.set +command.tfc.player.target.set.hunger +command.tfc.player.target.set.hunger.value +command.tfc.player.target.set.saturation +command.tfc.player.target.set.saturation.value +command.tfc.player.target.set.water +command.tfc.player.target.set.water.value +command.tfc.propick +command.tfc.propick.clearworld +command.tfc.propick.scan +command.tfc.tree +command.tfc.tree.pos +command.tfc.tree.pos.wood +command.tfc.tree.pos.wood.variant +command.time +command.time.add +command.time.add.days +command.time.add.days.value +command.time.add.months +command.time.add.months.value +command.time.add.ticks +command.time.add.ticks.value +command.time.add.years +command.time.add.years.value +command.time.query +command.time.query.calendarticks +command.time.query.day +command.time.query.daytime +command.time.query.gametime +command.time.query.ticks +command.time.set +command.time.set.day +command.time.set.midnight +command.time.set.monthlength +command.time.set.monthlength.value +command.time.set.night +command.time.set.noon +command.title +command.title.targets +command.title.targets.actionbar +command.title.targets.actionbar.title +command.title.targets.clear +command.title.targets.reset +command.title.targets.subtitle +command.title.targets.subtitle.title +command.title.targets.times +command.title.targets.times.fadeIn +command.title.targets.times.fadeIn.stay +command.title.targets.times.fadeIn.stay.fadeOut +command.title.targets.title +command.title.targets.title.title +command.tpa +command.tpa.target +command.tpaccept +command.tpaccept.id +command.tpahere +command.tpahere.target +command.tpdeny +command.tpdeny.id +command.tpx +command.tpx.dimension +command.trashcan +command.trigger +command.trigger.objective +command.trigger.objective.add +command.trigger.objective.add.value +command.trigger.objective.set +command.trigger.objective.set.value +command.unmute +command.unmute.player +command.warp +command.warp.name +command.weather +command.weather.clear +command.weather.clear.duration +command.weather.rain +command.weather.rain.duration +command.weather.rain.duration.intensity +command.weather.thunder +command.weather.thunder.duration +command.weather.thunder.duration.intensity +command.worldborder +command.worldborder.add +command.worldborder.add.distance +command.worldborder.add.distance.time +command.worldborder.center +command.worldborder.center.pos +command.worldborder.damage +command.worldborder.damage.amount +command.worldborder.damage.amount.damagePerBlock +command.worldborder.damage.buffer +command.worldborder.damage.buffer.distance +command.worldborder.get +command.worldborder.set +command.worldborder.set.distance +command.worldborder.set.distance.time +command.worldborder.warning +command.worldborder.warning.distance +command.worldborder.warning.distance.distance +command.worldborder.warning.time +command.worldborder.warning.time.time diff --git a/defaultconfigs/ftbranks/players.snbt b/defaultconfigs/ftbranks/players.snbt new file mode 100644 index 000000000..ffcd4415b --- /dev/null +++ b/defaultconfigs/ftbranks/players.snbt @@ -0,0 +1 @@ +{ } diff --git a/defaultconfigs/ftbranks/ranks.snbt b/defaultconfigs/ftbranks/ranks.snbt new file mode 100644 index 000000000..a150b0a04 --- /dev/null +++ b/defaultconfigs/ftbranks/ranks.snbt @@ -0,0 +1,19 @@ +{ + member: { + name: "Player" + power: 1 + condition: "always_active" + ftbranks.name_format: "<{name}>" + } + vip: { + name: "VIP" + power: 50 + ftbranks.name_format: "<&bVIP {name}&r>" + } + admin: { + name: "Admin" + power: 1000 + condition: "op" + ftbranks.name_format: "<&cAdmin {name}&r>" + } +} diff --git a/defaultconfigs/openpartiesandclaims-default-player-config.toml b/defaultconfigs/openpartiesandclaims-default-player-config.toml index b6277b208..16a34cbb4 100644 --- a/defaultconfigs/openpartiesandclaims-default-player-config.toml +++ b/defaultconfigs/openpartiesandclaims-default-player-config.toml @@ -247,18 +247,6 @@ spawnersHostile = false #When enabled, claimed chunk protection disables friendly mob spawners. spawnersFriendly = false - #When enabled, claimed chunk protection includes protection from projectiles spawning hostile mobs when they land (e.g. endermites). Might not work with projectiles from mods that don't implement this mod's API. - # - #1) Every - protected from all projectiles not owned by a player that has chunk access. - #2) Not Party - all projectiles, except owned by a player in the same party as you. - #3) Not Ally - all projectiles, except owned by a player in any party allied by yours. - projectileHitHostileSpawn = 1 - #When enabled, claimed chunk protection includes protection from projectiles spawning non-hostile mobs when they land (e.g. chicken). Might not work with projectiles from mods that don't implement this mod's API. - # - #1) Every - protected from all projectiles not owned by a player that has chunk access. - #2) Not Party - all projectiles, except owned by a player in the same party as you. - #3) Not Ally - all projectiles, except owned by a player in any party allied by yours. - projectileHitFriendlySpawn = 1 [playerConfig.claims.protection.exceptionGroups] diff --git a/defaultconfigs/openpartiesandclaims-expired-claim-config.toml b/defaultconfigs/openpartiesandclaims-expired-claim-config.toml index b6277b208..16a34cbb4 100644 --- a/defaultconfigs/openpartiesandclaims-expired-claim-config.toml +++ b/defaultconfigs/openpartiesandclaims-expired-claim-config.toml @@ -247,18 +247,6 @@ spawnersHostile = false #When enabled, claimed chunk protection disables friendly mob spawners. spawnersFriendly = false - #When enabled, claimed chunk protection includes protection from projectiles spawning hostile mobs when they land (e.g. endermites). Might not work with projectiles from mods that don't implement this mod's API. - # - #1) Every - protected from all projectiles not owned by a player that has chunk access. - #2) Not Party - all projectiles, except owned by a player in the same party as you. - #3) Not Ally - all projectiles, except owned by a player in any party allied by yours. - projectileHitHostileSpawn = 1 - #When enabled, claimed chunk protection includes protection from projectiles spawning non-hostile mobs when they land (e.g. chicken). Might not work with projectiles from mods that don't implement this mod's API. - # - #1) Every - protected from all projectiles not owned by a player that has chunk access. - #2) Not Party - all projectiles, except owned by a player in the same party as you. - #3) Not Ally - all projectiles, except owned by a player in any party allied by yours. - projectileHitFriendlySpawn = 1 [playerConfig.claims.protection.exceptionGroups] diff --git a/defaultconfigs/openpartiesandclaims-server-claim-config.toml b/defaultconfigs/openpartiesandclaims-server-claim-config.toml index b6277b208..16a34cbb4 100644 --- a/defaultconfigs/openpartiesandclaims-server-claim-config.toml +++ b/defaultconfigs/openpartiesandclaims-server-claim-config.toml @@ -247,18 +247,6 @@ spawnersHostile = false #When enabled, claimed chunk protection disables friendly mob spawners. spawnersFriendly = false - #When enabled, claimed chunk protection includes protection from projectiles spawning hostile mobs when they land (e.g. endermites). Might not work with projectiles from mods that don't implement this mod's API. - # - #1) Every - protected from all projectiles not owned by a player that has chunk access. - #2) Not Party - all projectiles, except owned by a player in the same party as you. - #3) Not Ally - all projectiles, except owned by a player in any party allied by yours. - projectileHitHostileSpawn = 1 - #When enabled, claimed chunk protection includes protection from projectiles spawning non-hostile mobs when they land (e.g. chicken). Might not work with projectiles from mods that don't implement this mod's API. - # - #1) Every - protected from all projectiles not owned by a player that has chunk access. - #2) Not Party - all projectiles, except owned by a player in the same party as you. - #3) Not Ally - all projectiles, except owned by a player in any party allied by yours. - projectileHitFriendlySpawn = 1 [playerConfig.claims.protection.exceptionGroups] diff --git a/defaultconfigs/openpartiesandclaims-server.toml b/defaultconfigs/openpartiesandclaims-server.toml index e1a35a1fa..a0a83d714 100644 --- a/defaultconfigs/openpartiesandclaims-server.toml +++ b/defaultconfigs/openpartiesandclaims-server.toml @@ -9,12 +9,12 @@ #Range: 0 ~ 1024 playerSubConfigLimit = 64 #The permission system to use for everything that requires permission checks (e.g. permission_api, ftb_ranks, luck_perms, prometheus). Non-built-in permission systems can be registered through the API with an addon. - permissionSystem = "prometheus" - #The player party system to prefer and use for anything that can't support multiple systems (e.g. default, ftb_teams, argonauts, argonauts_guilds). Non-built-in party systems can be registered through the API with an addon. - primaryPartySystem = "argonauts_guilds" + permissionSystem = "ftb_ranks" + #The player party system to prefer and use for anything that can't support multiple systems (e.g. default, ftb_teams, argonauts). Non-built-in party systems can be registered through the API with an addon. + primaryPartySystem = "ftb_teams" #A list of options in the player config that individual players can reconfigure. If an option is in neither of the configurable option lists, #then the value in the default player config is used across the server. Check the default player config .toml file for the option names. - playerConfigurablePlayerConfigOptions = ["claims.protectClaimedChunks", "claims.forceload.enabled", "claims.name", "claims.color", "claims.protection.fromParty", "claims.protection.fromAllyParties", "claims.protection.buttonsFromProjectiles", "claims.protection.targetsFromProjectiles", "claims.protection.platesFromPlayers", "claims.protection.platesFromMobs", "claims.protection.platesFromOther", "claims.protection.tripwireFromPlayers", "claims.protection.tripwireFromMobs", "claims.protection.tripwireFromOther", "claims.protection.cropTrample", "claims.protection.playerLightning", "claims.protection.fromFrostWalking", "claims.protection.entitiesFromPlayers", "claims.protection.entitiesFromMobs", "claims.protection.entitiesFromOther", "claims.protection.entitiesRedirect", "claims.protection.entitiesFromExplosions", "claims.protection.entitiesFromFire", "claims.protection.netherPortalsPlayers", "claims.protection.netherPortalsMobs", "claims.protection.netherPortalsOther", "claims.protection.fluidBarrier", "claims.protection.dispenserBarrier", "claims.protection.pistonBarrier", "claims.protection.itemTossPlayers", "claims.protection.itemTossMobs", "claims.protection.itemTossOther", "claims.protection.itemTossRedirect", "claims.protection.mobLoot", "claims.protection.playerDeathLoot", "claims.protection.itemPickupPlayers", "claims.protection.itemPickupMobs", "claims.protection.itemPickupRedirect", "claims.protection.xpPickup", "claims.protection.raids", "claims.protection.naturalSpawnHostile", "claims.protection.naturalSpawnFriendly", "claims.protection.spawnersHostile", "claims.protection.spawnersFriendly", "claims.protection.projectileHitHostileSpawn", "claims.protection.projectileHitFriendlySpawn", "parties.name", "parties.shareLocationWithParty", "parties.shareLocationWithMutualAllyParties", "parties.receiveLocationsFromParty", "parties.receiveLocationsFromMutualAllyParties", "claims.protection.exceptionGroups.block.interact.Controls", "claims.protection.exceptionGroups.block.interact.Doors", "claims.protection.exceptionGroups.block.interact.Chests", "claims.protection.exceptionGroups.block.interact.Barrels", "claims.protection.exceptionGroups.block.interact.Ender_Chests", "claims.protection.exceptionGroups.block.interact.Shulker_Boxes", "claims.protection.exceptionGroups.block.interact.Furnaces", "claims.protection.exceptionGroups.block.interact.Hoppers", "claims.protection.exceptionGroups.block.interact.Dispenser-like", "claims.protection.exceptionGroups.block.interact.Anvils", "claims.protection.exceptionGroups.block.interact.Beds", "claims.protection.exceptionGroups.block.interact.Beacons", "claims.protection.exceptionGroups.block.interact.Enchanting_Tables", "claims.protection.exceptionGroups.block.break.Crops", "claims.protection.exceptionGroups.entity.interact.Traders", "claims.protection.exceptionGroups.entity.handInteract.Item_Frames", "claims.protection.exceptionGroups.entity.interact.Armor_Stands", "claims.protection.exceptionGroups.entity.break.Livestock", "claims.protection.exceptionGroups.entity.blockAccess.Villagers", "claims.protection.exceptionGroups.entity.entityAccess.Zombies", "claims.protection.exceptionGroups.entity.droppedItemAccess.Villagers", "claims.protection.exceptionGroups.entity.droppedItemAccess.Piglins", "claims.protection.exceptionGroups.entity.droppedItemAccess.Foxes", "claims.protection.exceptionGroups.item.interact.Books", "claims.protection.exceptionGroups.entity.barrier.Ender_Pearls", "/*remove comment to enable*/claims.protection.exceptionGroups.entity.barrier.Players"] + playerConfigurablePlayerConfigOptions = ["claims.protectClaimedChunks", "claims.forceload.enabled", "claims.name", "claims.color", "claims.protection.fromParty", "claims.protection.fromAllyParties", "claims.protection.buttonsFromProjectiles", "claims.protection.targetsFromProjectiles", "claims.protection.platesFromPlayers", "claims.protection.platesFromMobs", "claims.protection.platesFromOther", "claims.protection.tripwireFromPlayers", "claims.protection.tripwireFromMobs", "claims.protection.tripwireFromOther", "claims.protection.cropTrample", "claims.protection.playerLightning", "claims.protection.fromFrostWalking", "claims.protection.entitiesFromPlayers", "claims.protection.entitiesFromMobs", "claims.protection.entitiesFromOther", "claims.protection.entitiesRedirect", "claims.protection.entitiesFromExplosions", "claims.protection.entitiesFromFire", "claims.protection.netherPortalsPlayers", "claims.protection.netherPortalsMobs", "claims.protection.netherPortalsOther", "claims.protection.fluidBarrier", "claims.protection.dispenserBarrier", "claims.protection.pistonBarrier", "claims.protection.itemTossPlayers", "claims.protection.itemTossMobs", "claims.protection.itemTossOther", "claims.protection.itemTossRedirect", "claims.protection.mobLoot", "claims.protection.playerDeathLoot", "claims.protection.itemPickupPlayers", "claims.protection.itemPickupMobs", "claims.protection.itemPickupRedirect", "claims.protection.xpPickup", "claims.protection.raids", "claims.protection.naturalSpawnHostile", "claims.protection.naturalSpawnFriendly", "claims.protection.spawnersHostile", "claims.protection.spawnersFriendly", "parties.name", "parties.shareLocationWithParty", "parties.shareLocationWithMutualAllyParties", "parties.receiveLocationsFromParty", "parties.receiveLocationsFromMutualAllyParties", "claims.protection.exceptionGroups.block.interact.Controls", "claims.protection.exceptionGroups.block.interact.Doors", "claims.protection.exceptionGroups.block.interact.Chests", "claims.protection.exceptionGroups.block.interact.Barrels", "claims.protection.exceptionGroups.block.interact.Ender_Chests", "claims.protection.exceptionGroups.block.interact.Shulker_Boxes", "claims.protection.exceptionGroups.block.interact.Furnaces", "claims.protection.exceptionGroups.block.interact.Hoppers", "claims.protection.exceptionGroups.block.interact.Dispenser-like", "claims.protection.exceptionGroups.block.interact.Anvils", "claims.protection.exceptionGroups.block.interact.Beds", "claims.protection.exceptionGroups.block.interact.Beacons", "claims.protection.exceptionGroups.block.interact.Enchanting_Tables", "claims.protection.exceptionGroups.block.break.Crops", "claims.protection.exceptionGroups.entity.interact.Traders", "claims.protection.exceptionGroups.entity.handInteract.Item_Frames", "claims.protection.exceptionGroups.entity.interact.Armor_Stands", "claims.protection.exceptionGroups.entity.break.Livestock", "claims.protection.exceptionGroups.entity.blockAccess.Villagers", "claims.protection.exceptionGroups.entity.entityAccess.Zombies", "claims.protection.exceptionGroups.entity.droppedItemAccess.Villagers", "claims.protection.exceptionGroups.entity.droppedItemAccess.Piglins", "claims.protection.exceptionGroups.entity.droppedItemAccess.Foxes", "claims.protection.exceptionGroups.item.interact.Books", "claims.protection.exceptionGroups.entity.barrier.Ender_Pearls", "/*remove comment to enable*/claims.protection.exceptionGroups.entity.barrier.Players"] #A list of additional options in the player config that OPs can reconfigure for players. #This is meant for options that should be configured per player but not by the players. #If an option is in neither of the configurable option lists, then the value in the default player config is used across the server. @@ -54,11 +54,11 @@ #The maximum number of chunks that a player can claim. Additional claims can be configured in the player config. #This value can be overridden with a player permission. #Range: > 0 - maxPlayerClaims = 500 + maxPlayerClaims = 50 #The maximum number of claimed chunks that a player can forceload. Additional forceloads can be configured in the player config. #This value can be overridden with a player permission. #Range: > 0 - maxPlayerClaimForceloads = 10 + maxPlayerClaimForceloads = 3 #The permission that should override the default "maxPlayerClaims" value. Set it to an empty string to never check permissions. The used permission system can be configured with "permissionSystem". maxPlayerClaimsPermission = "xaero.pac_max_claims" #The permission that should override the default "maxPlayerClaimForceloads" value. Set it to an empty string to never check permissions. diff --git a/defaultconfigs/openpartiesandclaims-wilderness-config.toml b/defaultconfigs/openpartiesandclaims-wilderness-config.toml index 65dac8785..cfc70ffcc 100644 --- a/defaultconfigs/openpartiesandclaims-wilderness-config.toml +++ b/defaultconfigs/openpartiesandclaims-wilderness-config.toml @@ -247,18 +247,6 @@ spawnersHostile = false #When enabled, claimed chunk protection disables friendly mob spawners. spawnersFriendly = false - #When enabled, claimed chunk protection includes protection from projectiles spawning hostile mobs when they land (e.g. endermites). Might not work with projectiles from mods that don't implement this mod's API. - # - #1) Every - protected from all projectiles not owned by a player that has chunk access. - #2) Not Party - all projectiles, except owned by a player in the same party as you. - #3) Not Ally - all projectiles, except owned by a player in any party allied by yours. - projectileHitHostileSpawn = 1 - #When enabled, claimed chunk protection includes protection from projectiles spawning non-hostile mobs when they land (e.g. chicken). Might not work with projectiles from mods that don't implement this mod's API. - # - #1) Every - protected from all projectiles not owned by a player that has chunk access. - #2) Not Party - all projectiles, except owned by a player in the same party as you. - #3) Not Ally - all projectiles, except owned by a player in any party allied by yours. - projectileHitFriendlySpawn = 1 [playerConfig.claims.protection.exceptionGroups] diff --git a/minecraftinstance.json b/minecraftinstance.json index 7005b744b..d897e65a3 100644 --- a/minecraftinstance.json +++ b/minecraftinstance.json @@ -1 +1 @@ -{"baseModLoader":{"forgeVersion":"47.2.6","name":"forge-47.2.6","type":1,"downloadUrl":"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/forge/1.20.1-47.2.6/forge-1.20.1-47.2.6.jar","filename":"forge-1.20.1-47.2.6.jar","installMethod":3,"latest":true,"recommended":false,"versionJson":"{\"id\":\"forge-47.2.6\",\"time\":\"2023-11-13T16:58:34Z\",\"releaseTime\":\"2023-11-13T16:58:34Z\",\"type\":\"release\",\"minecraftArguments\":null,\"minimumLauncherVersion\":0,\"assets\":null,\"inheritsFrom\":\"1.20.1\",\"jar\":null,\"logging\":{\"client\":null},\"libraries\":[{\"name\":\"cpw.mods:securejarhandler:2.1.10\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"cpw/mods/securejarhandler/2.1.10/securejarhandler-2.1.10.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/cpw/mods/securejarhandler/2.1.10/securejarhandler-2.1.10.jar\",\"sha1\":\"51e6a22c6c716beb11e244bf5b8be480f51dd6b5\",\"size\":88749}}},{\"name\":\"org.ow2.asm:asm:9.5\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/ow2/asm/asm/9.5/asm-9.5.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/ow2/asm/asm/9.5/asm-9.5.jar\",\"sha1\":\"dc6ea1875f4d64fbc85e1691c95b96a3d8569c90\",\"size\":121863}}},{\"name\":\"org.ow2.asm:asm-commons:9.5\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar\",\"sha1\":\"19ab5b5800a3910d30d3a3e64fdb00fd0cb42de0\",\"size\":72209}}},{\"name\":\"org.ow2.asm:asm-tree:9.5\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar\",\"sha1\":\"fd33c8b6373abaa675be407082fdfda35021254a\",\"size\":51944}}},{\"name\":\"org.ow2.asm:asm-util:9.5\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/ow2/asm/asm-util/9.5/asm-util-9.5.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar\",\"sha1\":\"64b5a1fc8c1b15ed2efd6a063e976bc8d3dc5ffe\",\"size\":91076}}},{\"name\":\"org.ow2.asm:asm-analysis:9.5\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar\",\"sha1\":\"490bacc77de7cbc0be1a30bb3471072d705be4a4\",\"size\":33978}}},{\"name\":\"net.minecraftforge:accesstransformers:8.0.4\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/minecraftforge/accesstransformers/8.0.4/accesstransformers-8.0.4.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/accesstransformers/8.0.4/accesstransformers-8.0.4.jar\",\"sha1\":\"272d240aa73f42195b2a68e2ebd8b701ecf41f63\",\"size\":77756}}},{\"name\":\"org.antlr:antlr4-runtime:4.9.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/antlr/antlr4-runtime/4.9.1/antlr4-runtime-4.9.1.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/antlr/antlr4-runtime/4.9.1/antlr4-runtime-4.9.1.jar\",\"sha1\":\"428664f05d2b7f7b7610204b5aa7c1763f62011a\",\"size\":337868}}},{\"name\":\"net.minecraftforge:eventbus:6.0.5\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/minecraftforge/eventbus/6.0.5/eventbus-6.0.5.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/eventbus/6.0.5/eventbus-6.0.5.jar\",\"sha1\":\"699143dd438431d06b57416944f7cedbe52e1475\",\"size\":53985}}},{\"name\":\"net.minecraftforge:forgespi:7.0.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/minecraftforge/forgespi/7.0.1/forgespi-7.0.1.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/forgespi/7.0.1/forgespi-7.0.1.jar\",\"sha1\":\"3b4972a0cdb135853dba219be61a79b22cff1309\",\"size\":29831}}},{\"name\":\"net.minecraftforge:coremods:5.0.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/minecraftforge/coremods/5.0.1/coremods-5.0.1.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/coremods/5.0.1/coremods-5.0.1.jar\",\"sha1\":\"386b00279628b105b2d507539c46e134e96f6237\",\"size\":24199}}},{\"name\":\"cpw.mods:modlauncher:10.0.9\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"cpw/mods/modlauncher/10.0.9/modlauncher-10.0.9.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/cpw/mods/modlauncher/10.0.9/modlauncher-10.0.9.jar\",\"sha1\":\"06d9443f56f50bb85cea383686ff9c867391458b\",\"size\":130343}}},{\"name\":\"net.minecraftforge:unsafe:0.2.0\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/minecraftforge/unsafe/0.2.0/unsafe-0.2.0.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/unsafe/0.2.0/unsafe-0.2.0.jar\",\"sha1\":\"54d7a0a5e8fdb71b973025caa46f341ae5904f39\",\"size\":2834}}},{\"name\":\"net.minecraftforge:mergetool:1.1.5:api\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/minecraftforge/mergetool/1.1.5/mergetool-1.1.5-api.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/mergetool/1.1.5/mergetool-1.1.5-api.jar\",\"sha1\":\"f3da18e12c696d35a47c82cbb2cc8b5aa15e1154\",\"size\":2572}}},{\"name\":\"com.electronwill.night-config:core:3.6.4\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"com/electronwill/night-config/core/3.6.4/core-3.6.4.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/com/electronwill/night-config/core/3.6.4/core-3.6.4.jar\",\"sha1\":\"510f174abbf1c947494db50ef2445683bd52c230\",\"size\":199834}}},{\"name\":\"com.electronwill.night-config:toml:3.6.4\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"com/electronwill/night-config/toml/3.6.4/toml-3.6.4.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/com/electronwill/night-config/toml/3.6.4/toml-3.6.4.jar\",\"sha1\":\"51d6cefb2b55ee55ee26b16391212fb2c7dfb4f4\",\"size\":31816}}},{\"name\":\"org.apache.maven:maven-artifact:3.8.5\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.5.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.5.jar\",\"sha1\":\"4433f50c07debefaed0553bd0068f4f48d449313\",\"size\":58077}}},{\"name\":\"net.jodah:typetools:0.6.3\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/jodah/typetools/0.6.3/typetools-0.6.3.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/jodah/typetools/0.6.3/typetools-0.6.3.jar\",\"sha1\":\"a01aaa6ddaea9ec07ec4f209487b7a46a526283a\",\"size\":18281}}},{\"name\":\"net.minecrell:terminalconsoleappender:1.2.0\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/minecrell/terminalconsoleappender/1.2.0/terminalconsoleappender-1.2.0.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/minecrell/terminalconsoleappender/1.2.0/terminalconsoleappender-1.2.0.jar\",\"sha1\":\"96d02cd3b384ff015a8fef4223bcb4ccf1717c95\",\"size\":15977}}},{\"name\":\"org.jline:jline-reader:3.12.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/jline/jline-reader/3.12.1/jline-reader-3.12.1.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/jline/jline-reader/3.12.1/jline-reader-3.12.1.jar\",\"sha1\":\"4382ab1382c7b6f379377ed5f665dc2f6e1218bc\",\"size\":150765}}},{\"name\":\"org.jline:jline-terminal:3.12.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/jline/jline-terminal/3.12.1/jline-terminal-3.12.1.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/jline/jline-terminal/3.12.1/jline-terminal-3.12.1.jar\",\"sha1\":\"c777448314e050d980a6b697c140f3bfe9eb7416\",\"size\":211712}}},{\"name\":\"org.spongepowered:mixin:0.8.5\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar\",\"sha1\":\"9d1c0c3a304ae6697ecd477218fa61b850bf57fc\",\"size\":1089277}}},{\"name\":\"org.openjdk.nashorn:nashorn-core:15.3\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/openjdk/nashorn/nashorn-core/15.3/nashorn-core-15.3.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/openjdk/nashorn/nashorn-core/15.3/nashorn-core-15.3.jar\",\"sha1\":\"43977e804697048fc8d81d333a36c17d07a5b3dd\",\"size\":2167288}}},{\"name\":\"net.minecraftforge:JarJarSelector:0.3.19\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/minecraftforge/JarJarSelector/0.3.19/JarJarSelector-0.3.19.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/JarJarSelector/0.3.19/JarJarSelector-0.3.19.jar\",\"sha1\":\"376cc9c8ea60720cf027c01fc033de915699801c\",\"size\":17374}}},{\"name\":\"net.minecraftforge:JarJarMetadata:0.3.19\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/minecraftforge/JarJarMetadata/0.3.19/JarJarMetadata-0.3.19.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/JarJarMetadata/0.3.19/JarJarMetadata-0.3.19.jar\",\"sha1\":\"0083feaa9b770e6ac0e96ee4fc23fa89325c5fe2\",\"size\":15895}}},{\"name\":\"cpw.mods:bootstraplauncher:1.1.2\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"cpw/mods/bootstraplauncher/1.1.2/bootstraplauncher-1.1.2.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/cpw/mods/bootstraplauncher/1.1.2/bootstraplauncher-1.1.2.jar\",\"sha1\":\"0c546e00443d8432cda6baa1c860346980742628\",\"size\":8284}}},{\"name\":\"net.minecraftforge:JarJarFileSystems:0.3.19\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/minecraftforge/JarJarFileSystems/0.3.19/JarJarFileSystems-0.3.19.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/JarJarFileSystems/0.3.19/JarJarFileSystems-0.3.19.jar\",\"sha1\":\"2464eb7d6b9ddb9db36a82cf8a95193e5c6fe020\",\"size\":32195}}},{\"name\":\"net.minecraftforge:fmlloader:1.20.1-47.2.6\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/minecraftforge/fmlloader/1.20.1-47.2.6/fmlloader-1.20.1-47.2.6.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/fmlloader/1.20.1-47.2.6/fmlloader-1.20.1-47.2.6.jar\",\"sha1\":\"7e862c69c8fd10696819690249f2afa0d1da3c3b\",\"size\":264306}}},{\"name\":\"net.minecraftforge:fmlearlydisplay:1.20.1-47.2.6\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/minecraftforge/fmlearlydisplay/1.20.1-47.2.6/fmlearlydisplay-1.20.1-47.2.6.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/fmlearlydisplay/1.20.1-47.2.6/fmlearlydisplay-1.20.1-47.2.6.jar\",\"sha1\":\"0855538dcc7ae05a1de27881ebd5725cd7177201\",\"size\":170337}}}],\"mainClass\":\"cpw.mods.bootstraplauncher.BootstrapLauncher\",\"arguments\":{\"game\":[\"--launchTarget\",\"forgeclient\",\"--fml.forgeVersion\",\"47.2.6\",\"--fml.mcVersion\",\"1.20.1\",\"--fml.forgeGroup\",\"net.minecraftforge\",\"--fml.mcpVersion\",\"20230612.114412\"],\"jvm\":[\"-Djava.net.preferIPv6Addresses=system\",\"-DignoreList=bootstraplauncher,securejarhandler,asm-commons,asm-util,asm-analysis,asm-tree,asm,JarJarFileSystems,client-extra,fmlcore,javafmllanguage,lowcodelanguage,mclanguage,forge-,${version_name}.jar,forge-47.2.6\",\"-DmergeModules=jna-5.10.0.jar,jna-platform-5.10.0.jar\",\"-DlibraryDirectory=${library_directory}\",\"-p\",\"${library_directory}/cpw/mods/bootstraplauncher/1.1.2/bootstraplauncher-1.1.2.jar${classpath_separator}${library_directory}/cpw/mods/securejarhandler/2.1.10/securejarhandler-2.1.10.jar${classpath_separator}${library_directory}/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar${classpath_separator}${library_directory}/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar${classpath_separator}${library_directory}/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar${classpath_separator}${library_directory}/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar${classpath_separator}${library_directory}/org/ow2/asm/asm/9.5/asm-9.5.jar${classpath_separator}${library_directory}/net/minecraftforge/JarJarFileSystems/0.3.19/JarJarFileSystems-0.3.19.jar\",\"--add-modules\",\"ALL-MODULE-PATH\",\"--add-opens\",\"java.base/java.util.jar=cpw.mods.securejarhandler\",\"--add-opens\",\"java.base/java.lang.invoke=cpw.mods.securejarhandler\",\"--add-exports\",\"java.base/sun.security.util=cpw.mods.securejarhandler\",\"--add-exports\",\"jdk.naming.dns/com.sun.jndi.dns=java.naming\"]}}","librariesInstallLocation":"{0}/libraries/net/minecraftforge/forge/1.20.1-47.2.6","minecraftVersion":"1.20.1","installProfileJson":"{\r\n \"_comment_\": [\r\n \"Please do not automate the download and installation of Forge.\",\r\n \"Our efforts are supported by ads from the download page.\",\r\n \"If you MUST automate this, please consider supporting the project through https://www.patreon.com/LexManos/\"\r\n ],\r\n \"profile\": \"forge\",\r\n \"version\": \"1.20.1-forge-47.2.6\",\r\n \"json\": \"/version.json\",\r\n \"path\": \"net.minecraftforge:forge:1.20.1-47.2.6\",\r\n \"logo\": \"/big_logo.png\",\r\n \"minecraft\": \"1.20.1\",\r\n \"welcome\": \"Welcome to the simple Forge installer.\",\r\n \"data\": {\r\n \"MAPPINGS\": {\r\n \"client\": \"[de.oceanlabs.mcp:mcp_config:1.20.1-20230612.114412:mappings@txt]\",\r\n \"server\": \"[de.oceanlabs.mcp:mcp_config:1.20.1-20230612.114412:mappings@txt]\"\r\n },\r\n \"MOJMAPS\": {\r\n \"client\": \"[net.minecraft:client:1.20.1-20230612.114412:mappings@txt]\",\r\n \"server\": \"[net.minecraft:server:1.20.1-20230612.114412:mappings@txt]\"\r\n },\r\n \"MERGED_MAPPINGS\": {\r\n \"client\": \"[de.oceanlabs.mcp:mcp_config:1.20.1-20230612.114412:mappings-merged@txt]\",\r\n \"server\": \"[de.oceanlabs.mcp:mcp_config:1.20.1-20230612.114412:mappings-merged@txt]\"\r\n },\r\n \"BINPATCH\": {\r\n \"client\": \"/data/client.lzma\",\r\n \"server\": \"/data/server.lzma\"\r\n },\r\n \"MC_UNPACKED\": {\r\n \"client\": \"[net.minecraft:client:1.20.1-20230612.114412:unpacked]\",\r\n \"server\": \"[net.minecraft:server:1.20.1-20230612.114412:unpacked]\"\r\n },\r\n \"MC_SLIM\": {\r\n \"client\": \"[net.minecraft:client:1.20.1-20230612.114412:slim]\",\r\n \"server\": \"[net.minecraft:server:1.20.1-20230612.114412:slim]\"\r\n },\r\n \"MC_SLIM_SHA\": {\r\n \"client\": \"'de86b035d2da0f78940796bb95c39a932ed84834'\",\r\n \"server\": \"'9e06bdd77ca6d95b2cced0bf372245f753eeb16a'\"\r\n },\r\n \"MC_EXTRA\": {\r\n \"client\": \"[net.minecraft:client:1.20.1-20230612.114412:extra]\",\r\n \"server\": \"[net.minecraft:server:1.20.1-20230612.114412:extra]\"\r\n },\r\n \"MC_EXTRA_SHA\": {\r\n \"client\": \"'8c5a95cbce940cfdb304376ae9fea47968d02587'\",\r\n \"server\": \"'13522e3278befd103064d91a199451df4cd2633f'\"\r\n },\r\n \"MC_SRG\": {\r\n \"client\": \"[net.minecraft:client:1.20.1-20230612.114412:srg]\",\r\n \"server\": \"[net.minecraft:server:1.20.1-20230612.114412:srg]\"\r\n },\r\n \"PATCHED\": {\r\n \"client\": \"[net.minecraftforge:forge:1.20.1-47.2.6:client]\",\r\n \"server\": \"[net.minecraftforge:forge:1.20.1-47.2.6:server]\"\r\n },\r\n \"_PATCHED_SHA\": {\r\n \"client\": \"'cb0931d7dfed2b7111a754a946a66598ecd223e1'\",\r\n \"server\": \"'02a6afd5769835d50926d9d019e1369f6aa835a2'\"\r\n },\r\n \"MCP_VERSION\": {\r\n \"client\": \"'20230612.114412'\",\r\n \"server\": \"'20230612.114412'\"\r\n },\r\n \"SIDE\": {\r\n \"client\": \"client\",\r\n \"server\": \"server\"\r\n }\r\n },\r\n \"processors\": [\r\n {\r\n \"jar\": \"net.minecraftforge:installertools:1.3.0\",\r\n \"classpath\": [\r\n \"net.md-5:SpecialSource:1.11.0\",\r\n \"net.sf.jopt-simple:jopt-simple:5.0.4\",\r\n \"com.google.code.gson:gson:2.8.7\",\r\n \"de.siegmar:fastcsv:2.0.0\",\r\n \"net.minecraftforge:srgutils:0.4.11\",\r\n \"org.ow2.asm:asm-commons:9.3\",\r\n \"com.google.guava:guava:20.0\",\r\n \"com.opencsv:opencsv:4.4\",\r\n \"org.ow2.asm:asm-analysis:9.3\",\r\n \"org.ow2.asm:asm-tree:9.3\",\r\n \"org.ow2.asm:asm:9.3\",\r\n \"org.apache.commons:commons-text:1.3\",\r\n \"org.apache.commons:commons-lang3:3.8.1\",\r\n \"commons-beanutils:commons-beanutils:1.9.3\",\r\n \"org.apache.commons:commons-collections4:4.2\",\r\n \"commons-logging:commons-logging:1.2\",\r\n \"commons-collections:commons-collections:3.2.2\"\r\n ],\r\n \"args\": [\r\n \"--task\",\r\n \"MCP_DATA\",\r\n \"--input\",\r\n \"[de.oceanlabs.mcp:mcp_config:1.20.1-20230612.114412@zip]\",\r\n \"--output\",\r\n \"{MAPPINGS}\",\r\n \"--key\",\r\n \"mappings\"\r\n ]\r\n },\r\n {\r\n \"jar\": \"net.minecraftforge:installertools:1.3.0\",\r\n \"classpath\": [\r\n \"net.md-5:SpecialSource:1.11.0\",\r\n \"net.sf.jopt-simple:jopt-simple:5.0.4\",\r\n \"com.google.code.gson:gson:2.8.7\",\r\n \"de.siegmar:fastcsv:2.0.0\",\r\n \"net.minecraftforge:srgutils:0.4.11\",\r\n \"org.ow2.asm:asm-commons:9.3\",\r\n \"com.google.guava:guava:20.0\",\r\n \"com.opencsv:opencsv:4.4\",\r\n \"org.ow2.asm:asm-analysis:9.3\",\r\n \"org.ow2.asm:asm-tree:9.3\",\r\n \"org.ow2.asm:asm:9.3\",\r\n \"org.apache.commons:commons-text:1.3\",\r\n \"org.apache.commons:commons-lang3:3.8.1\",\r\n \"commons-beanutils:commons-beanutils:1.9.3\",\r\n \"org.apache.commons:commons-collections4:4.2\",\r\n \"commons-logging:commons-logging:1.2\",\r\n \"commons-collections:commons-collections:3.2.2\"\r\n ],\r\n \"args\": [\r\n \"--task\",\r\n \"DOWNLOAD_MOJMAPS\",\r\n \"--version\",\r\n \"1.20.1\",\r\n \"--side\",\r\n \"{SIDE}\",\r\n \"--output\",\r\n \"{MOJMAPS}\"\r\n ]\r\n },\r\n {\r\n \"jar\": \"net.minecraftforge:installertools:1.3.0\",\r\n \"classpath\": [\r\n \"net.md-5:SpecialSource:1.11.0\",\r\n \"net.sf.jopt-simple:jopt-simple:5.0.4\",\r\n \"com.google.code.gson:gson:2.8.7\",\r\n \"de.siegmar:fastcsv:2.0.0\",\r\n \"net.minecraftforge:srgutils:0.4.11\",\r\n \"org.ow2.asm:asm-commons:9.3\",\r\n \"com.google.guava:guava:20.0\",\r\n \"com.opencsv:opencsv:4.4\",\r\n \"org.ow2.asm:asm-analysis:9.3\",\r\n \"org.ow2.asm:asm-tree:9.3\",\r\n \"org.ow2.asm:asm:9.3\",\r\n \"org.apache.commons:commons-text:1.3\",\r\n \"org.apache.commons:commons-lang3:3.8.1\",\r\n \"commons-beanutils:commons-beanutils:1.9.3\",\r\n \"org.apache.commons:commons-collections4:4.2\",\r\n \"commons-logging:commons-logging:1.2\",\r\n \"commons-collections:commons-collections:3.2.2\"\r\n ],\r\n \"args\": [\r\n \"--task\",\r\n \"MERGE_MAPPING\",\r\n \"--left\",\r\n \"{MAPPINGS}\",\r\n \"--right\",\r\n \"{MOJMAPS}\",\r\n \"--output\",\r\n \"{MERGED_MAPPINGS}\",\r\n \"--classes\",\r\n \"--reverse-right\"\r\n ]\r\n },\r\n {\r\n \"jar\": \"net.minecraftforge:jarsplitter:1.1.4\",\r\n \"classpath\": [\r\n \"net.sf.jopt-simple:jopt-simple:5.0.4\",\r\n \"net.minecraftforge:srgutils:0.4.3\"\r\n ],\r\n \"args\": [\r\n \"--input\",\r\n \"{MINECRAFT_JAR}\",\r\n \"--slim\",\r\n \"{MC_SLIM}\",\r\n \"--extra\",\r\n \"{MC_EXTRA}\",\r\n \"--srg\",\r\n \"{MERGED_MAPPINGS}\"\r\n ],\r\n \"sides\": [\r\n \"client\"\r\n ],\r\n \"outputs\": {\r\n \"{MC_SLIM}\": \"{MC_SLIM_SHA}\",\r\n \"{MC_EXTRA}\": \"{MC_EXTRA_SHA}\"\r\n }\r\n },\r\n {\r\n \"jar\": \"net.minecraftforge:ForgeAutoRenamingTool:0.1.22:all\",\r\n \"classpath\": [\r\n \"net.sf.jopt-simple:jopt-simple:6.0-alpha-3\",\r\n \"org.ow2.asm:asm-commons:9.2\",\r\n \"org.ow2.asm:asm-analysis:9.2\",\r\n \"org.ow2.asm:asm-tree:9.2\",\r\n \"org.ow2.asm:asm:9.2\",\r\n \"net.minecraftforge:srgutils:0.4.9\"\r\n ],\r\n \"args\": [\r\n \"--input\",\r\n \"{MC_SLIM}\",\r\n \"--output\",\r\n \"{MC_SRG}\",\r\n \"--names\",\r\n \"{MERGED_MAPPINGS}\",\r\n \"--ann-fix\",\r\n \"--ids-fix\",\r\n \"--src-fix\",\r\n \"--record-fix\"\r\n ]\r\n },\r\n {\r\n \"jar\": \"net.minecraftforge:binarypatcher:1.1.1\",\r\n \"classpath\": [\r\n \"commons-io:commons-io:2.4\",\r\n \"com.google.guava:guava:25.1-jre\",\r\n \"net.sf.jopt-simple:jopt-simple:5.0.4\",\r\n \"com.github.jponge:lzma-java:1.3\",\r\n \"com.nothome:javaxdelta:2.0.1\",\r\n \"com.google.code.findbugs:jsr305:3.0.2\",\r\n \"org.checkerframework:checker-qual:2.0.0\",\r\n \"com.google.errorprone:error_prone_annotations:2.1.3\",\r\n \"com.google.j2objc:j2objc-annotations:1.1\",\r\n \"org.codehaus.mojo:animal-sniffer-annotations:1.14\",\r\n \"trove:trove:1.0.2\"\r\n ],\r\n \"args\": [\r\n \"--clean\",\r\n \"{MC_SRG}\",\r\n \"--output\",\r\n \"{PATCHED}\",\r\n \"--apply\",\r\n \"{BINPATCH}\"\r\n ]\r\n }\r\n ],\r\n \"libraries\": [\r\n {\r\n \"name\": \"com.github.jponge:lzma-java:1.3\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"com/github/jponge/lzma-java/1.3/lzma-java-1.3.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/com/github/jponge/lzma-java/1.3/lzma-java-1.3.jar\",\r\n \"sha1\": \"a25db9d4d385ccda4825ae1b47a7a61d86e595af\",\r\n \"size\": 51041\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"com.google.code.findbugs:jsr305:3.0.2\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar\",\r\n \"sha1\": \"25ea2e8b0c338a877313bd4672d3fe056ea78f0d\",\r\n \"size\": 19936\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"com.google.code.gson:gson:2.8.7\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"com/google/code/gson/gson/2.8.7/gson-2.8.7.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/com/google/code/gson/gson/2.8.7/gson-2.8.7.jar\",\r\n \"sha1\": \"69d9503ea0a40ee16f0bcdac7e3eaf83d0fa914a\",\r\n \"size\": 240400\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"com.google.errorprone:error_prone_annotations:2.1.3\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar\",\r\n \"sha1\": \"39b109f2cd352b2d71b52a3b5a1a9850e1dc304b\",\r\n \"size\": 13704\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"com.google.guava:guava:20.0\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"com/google/guava/guava/20.0/guava-20.0.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/com/google/guava/guava/20.0/guava-20.0.jar\",\r\n \"sha1\": \"89507701249388e1ed5ddcf8c41f4ce1be7831ef\",\r\n \"size\": 2442625\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"com.google.guava:guava:25.1-jre\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"com/google/guava/guava/25.1-jre/guava-25.1-jre.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/com/google/guava/guava/25.1-jre/guava-25.1-jre.jar\",\r\n \"sha1\": \"6c57e4b22b44e89e548b5c9f70f0c45fe10fb0b4\",\r\n \"size\": 2734339\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"com.google.j2objc:j2objc-annotations:1.1\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar\",\r\n \"sha1\": \"ed28ded51a8b1c6b112568def5f4b455e6809019\",\r\n \"size\": 8782\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"com.nothome:javaxdelta:2.0.1\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"com/nothome/javaxdelta/2.0.1/javaxdelta-2.0.1.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/com/nothome/javaxdelta/2.0.1/javaxdelta-2.0.1.jar\",\r\n \"sha1\": \"d4f5d077f1b15c6f67595015d69572303ad3f66d\",\r\n \"size\": 38995\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"com.opencsv:opencsv:4.4\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"com/opencsv/opencsv/4.4/opencsv-4.4.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/com/opencsv/opencsv/4.4/opencsv-4.4.jar\",\r\n \"sha1\": \"525932a1edf46c9ca75aa9c83d31dc180c186865\",\r\n \"size\": 167167\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"commons-beanutils:commons-beanutils:1.9.3\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar\",\r\n \"sha1\": \"c845703de334ddc6b4b3cd26835458cb1cba1f3d\",\r\n \"size\": 246174\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"commons-collections:commons-collections:3.2.2\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar\",\r\n \"sha1\": \"8ad72fe39fa8c91eaaf12aadb21e0c3661fe26d5\",\r\n \"size\": 588337\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"commons-io:commons-io:2.4\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"commons-io/commons-io/2.4/commons-io-2.4.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/commons-io/commons-io/2.4/commons-io-2.4.jar\",\r\n \"sha1\": \"b1b6ea3b7e4aa4f492509a4952029cd8e48019ad\",\r\n \"size\": 185140\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"commons-logging:commons-logging:1.2\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"commons-logging/commons-logging/1.2/commons-logging-1.2.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/commons-logging/commons-logging/1.2/commons-logging-1.2.jar\",\r\n \"sha1\": \"4bfc12adfe4842bf07b657f0369c4cb522955686\",\r\n \"size\": 61829\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"de.oceanlabs.mcp:mcp_config:1.20.1-20230612.114412@zip\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"de/oceanlabs/mcp/mcp_config/1.20.1-20230612.114412/mcp_config-1.20.1-20230612.114412.zip\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/de/oceanlabs/mcp/mcp_config/1.20.1-20230612.114412/mcp_config-1.20.1-20230612.114412.zip\",\r\n \"sha1\": \"c7d29380ddb38becad7c0819b5b325e43bca23f0\",\r\n \"size\": 1740711\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"de.siegmar:fastcsv:2.0.0\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"de/siegmar/fastcsv/2.0.0/fastcsv-2.0.0.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/de/siegmar/fastcsv/2.0.0/fastcsv-2.0.0.jar\",\r\n \"sha1\": \"b615f26c03edeac966618b93b9ee4f4eed50aae1\",\r\n \"size\": 29476\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.md-5:SpecialSource:1.11.0\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/md-5/SpecialSource/1.11.0/SpecialSource-1.11.0.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/md-5/SpecialSource/1.11.0/SpecialSource-1.11.0.jar\",\r\n \"sha1\": \"43b84c4bb8d01cf90a29dfeec1c958a4b64baf46\",\r\n \"size\": 88737\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.minecraftforge:ForgeAutoRenamingTool:0.1.22:all\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/minecraftforge/ForgeAutoRenamingTool/0.1.22/ForgeAutoRenamingTool-0.1.22-all.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/ForgeAutoRenamingTool/0.1.22/ForgeAutoRenamingTool-0.1.22-all.jar\",\r\n \"sha1\": \"0b337aca253a6fe63f9c39d4e6272ca1b2e7cfd8\",\r\n \"size\": 509933\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.minecraftforge:binarypatcher:1.1.1\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/minecraftforge/binarypatcher/1.1.1/binarypatcher-1.1.1.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/binarypatcher/1.1.1/binarypatcher-1.1.1.jar\",\r\n \"sha1\": \"23176c4f9fd7a8db961dc0b2ec32ad97ab08513c\",\r\n \"size\": 21892\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.minecraftforge:fmlcore:1.20.1-47.2.6\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/minecraftforge/fmlcore/1.20.1-47.2.6/fmlcore-1.20.1-47.2.6.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/fmlcore/1.20.1-47.2.6/fmlcore-1.20.1-47.2.6.jar\",\r\n \"sha1\": \"2d5f5aff839b7d2825c6968049399633d1c4d0b8\",\r\n \"size\": 117593\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.minecraftforge:fmlearlydisplay:1.20.1-47.2.6\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/minecraftforge/fmlearlydisplay/1.20.1-47.2.6/fmlearlydisplay-1.20.1-47.2.6.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/fmlearlydisplay/1.20.1-47.2.6/fmlearlydisplay-1.20.1-47.2.6.jar\",\r\n \"sha1\": \"0855538dcc7ae05a1de27881ebd5725cd7177201\",\r\n \"size\": 170337\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.minecraftforge:fmlloader:1.20.1-47.2.6\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/minecraftforge/fmlloader/1.20.1-47.2.6/fmlloader-1.20.1-47.2.6.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/fmlloader/1.20.1-47.2.6/fmlloader-1.20.1-47.2.6.jar\",\r\n \"sha1\": \"7e862c69c8fd10696819690249f2afa0d1da3c3b\",\r\n \"size\": 264306\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.minecraftforge:forge:1.20.1-47.2.6:universal\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/minecraftforge/forge/1.20.1-47.2.6/forge-1.20.1-47.2.6-universal.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/forge/1.20.1-47.2.6/forge-1.20.1-47.2.6-universal.jar\",\r\n \"sha1\": \"06b9852182ad1d54c63eae6870e3f6be3a1cb2b0\",\r\n \"size\": 2677289\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.minecraftforge:installertools:1.3.0\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/minecraftforge/installertools/1.3.0/installertools-1.3.0.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/installertools/1.3.0/installertools-1.3.0.jar\",\r\n \"sha1\": \"248be3a2b70ecf8aca430d52cbbecd4d63b077cc\",\r\n \"size\": 83178\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.minecraftforge:jarsplitter:1.1.4\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/minecraftforge/jarsplitter/1.1.4/jarsplitter-1.1.4.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/jarsplitter/1.1.4/jarsplitter-1.1.4.jar\",\r\n \"sha1\": \"57ce2d6564c1176b23a911ef57127ff3c45bffb3\",\r\n \"size\": 7405\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.minecraftforge:javafmllanguage:1.20.1-47.2.6\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/minecraftforge/javafmllanguage/1.20.1-47.2.6/javafmllanguage-1.20.1-47.2.6.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/javafmllanguage/1.20.1-47.2.6/javafmllanguage-1.20.1-47.2.6.jar\",\r\n \"sha1\": \"56551ed4a181a00930b0365996e1d9f3ca851459\",\r\n \"size\": 16518\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.minecraftforge:lowcodelanguage:1.20.1-47.2.6\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/minecraftforge/lowcodelanguage/1.20.1-47.2.6/lowcodelanguage-1.20.1-47.2.6.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/lowcodelanguage/1.20.1-47.2.6/lowcodelanguage-1.20.1-47.2.6.jar\",\r\n \"sha1\": \"f27bd133cd78227e8d6def633b83c881a30cc243\",\r\n \"size\": 7400\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.minecraftforge:mclanguage:1.20.1-47.2.6\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/minecraftforge/mclanguage/1.20.1-47.2.6/mclanguage-1.20.1-47.2.6.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/mclanguage/1.20.1-47.2.6/mclanguage-1.20.1-47.2.6.jar\",\r\n \"sha1\": \"6e1641ac5a046737d7c3209901ca0a829d636873\",\r\n \"size\": 5001\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.minecraftforge:srgutils:0.4.11\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/minecraftforge/srgutils/0.4.11/srgutils-0.4.11.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/srgutils/0.4.11/srgutils-0.4.11.jar\",\r\n \"sha1\": \"fbad1341ffdb47d276bbdc40ecb06da49e053e74\",\r\n \"size\": 69289\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.minecraftforge:srgutils:0.4.3\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/minecraftforge/srgutils/0.4.3/srgutils-0.4.3.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/srgutils/0.4.3/srgutils-0.4.3.jar\",\r\n \"sha1\": \"84aecb8fc78bd0dd7299bd9963ac9eb83bd00aad\",\r\n \"size\": 69020\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.minecraftforge:srgutils:0.4.9\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/minecraftforge/srgutils/0.4.9/srgutils-0.4.9.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/srgutils/0.4.9/srgutils-0.4.9.jar\",\r\n \"sha1\": \"7595dae3ad2554b1dac30ae3a9521bd026639e38\",\r\n \"size\": 69076\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.sf.jopt-simple:jopt-simple:5.0.4\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar\",\r\n \"sha1\": \"4fdac2fbe92dfad86aa6e9301736f6b4342a3f5c\",\r\n \"size\": 78146\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.sf.jopt-simple:jopt-simple:6.0-alpha-3\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/sf/jopt-simple/jopt-simple/6.0-alpha-3/jopt-simple-6.0-alpha-3.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/sf/jopt-simple/jopt-simple/6.0-alpha-3/jopt-simple-6.0-alpha-3.jar\",\r\n \"sha1\": \"02ab1a73e1e22d2b73469362a0908a98644b681d\",\r\n \"size\": 79368\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"org.apache.commons:commons-collections4:4.2\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar\",\r\n \"sha1\": \"54ebea0a5b653d3c680131e73fe807bb8f78c4ed\",\r\n \"size\": 752798\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"org.apache.commons:commons-lang3:3.8.1\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar\",\r\n \"sha1\": \"6505a72a097d9270f7a9e7bf42c4238283247755\",\r\n \"size\": 501879\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"org.apache.commons:commons-text:1.3\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"org/apache/commons/commons-text/1.3/commons-text-1.3.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/org/apache/commons/commons-text/1.3/commons-text-1.3.jar\",\r\n \"sha1\": \"9abf61708a66ab5e55f6169a200dbfc584b546d9\",\r\n \"size\": 182954\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"org.checkerframework:checker-qual:2.0.0\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"org/checkerframework/checker-qual/2.0.0/checker-qual-2.0.0.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/org/checkerframework/checker-qual/2.0.0/checker-qual-2.0.0.jar\",\r\n \"sha1\": \"518929596ee3249127502a8573b2e008e2d51ed3\",\r\n \"size\": 343222\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"org.codehaus.mojo:animal-sniffer-annotations:1.14\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar\",\r\n \"sha1\": \"775b7e22fb10026eed3f86e8dc556dfafe35f2d5\",\r\n \"size\": 3482\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"org.ow2.asm:asm-analysis:9.2\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar\",\r\n \"sha1\": \"7487dd756daf96cab9986e44b9d7bcb796a61c10\",\r\n \"size\": 34257\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"org.ow2.asm:asm-analysis:9.3\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.jar\",\r\n \"sha1\": \"4b071f211b37c38e0e9f5998550197c8593f6ad8\",\r\n \"size\": 34276\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"org.ow2.asm:asm-commons:9.2\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar\",\r\n \"sha1\": \"f4d7f0fc9054386f2893b602454d48e07d4fbead\",\r\n \"size\": 72642\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"org.ow2.asm:asm-commons:9.3\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"org/ow2/asm/asm-commons/9.3/asm-commons-9.3.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/org/ow2/asm/asm-commons/9.3/asm-commons-9.3.jar\",\r\n \"sha1\": \"1f2a432d1212f5c352ae607d7b61dcae20c20af5\",\r\n \"size\": 72716\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"org.ow2.asm:asm-tree:9.2\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar\",\r\n \"sha1\": \"d96c99a30f5e1a19b0e609dbb19a44d8518ac01e\",\r\n \"size\": 52660\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"org.ow2.asm:asm-tree:9.3\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar\",\r\n \"sha1\": \"78d2ecd61318b5a58cd04fb237636c0e86b77d97\",\r\n \"size\": 52669\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"org.ow2.asm:asm:9.2\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"org/ow2/asm/asm/9.2/asm-9.2.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/org/ow2/asm/asm/9.2/asm-9.2.jar\",\r\n \"sha1\": \"81a03f76019c67362299c40e0ba13405f5467bff\",\r\n \"size\": 122004\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"org.ow2.asm:asm:9.3\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"org/ow2/asm/asm/9.3/asm-9.3.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/org/ow2/asm/asm/9.3/asm-9.3.jar\",\r\n \"sha1\": \"8e6300ef51c1d801a7ed62d07cd221aca3a90640\",\r\n \"size\": 122176\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"trove:trove:1.0.2\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"trove/trove/1.0.2/trove-1.0.2.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/trove/trove/1.0.2/trove-1.0.2.jar\",\r\n \"sha1\": \"112b40581ab9a4d3de4636d49985a7f686d181c8\",\r\n \"size\": 361155\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.minecraftforge:forge:1.20.1-47.2.6:clientdata@lzma\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/minecraftforge/forge/1.20.1-47.2.6/forge-1.20.1-47.2.6-clientdata.lzma\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/forge/1.20.1-47.2.6/forge-1.20.1-47.2.6-clientdata.lzma\",\r\n \"size\": 0\r\n }\r\n }\r\n }\r\n ]\r\n}"},"isUnlocked":true,"javaArgsOverride":null,"lastPlayed":"2023-11-20T01:17:21.6007279Z","playedCount":14,"manifest":null,"fileDate":"0001-01-01T00:00:00","installedModpack":null,"projectID":0,"fileID":0,"customAuthor":null,"modpackOverrides":[],"isMemoryOverride":false,"allocatedMemory":23712,"profileImagePath":null,"isVanilla":false,"guid":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","gameTypeID":432,"installPath":"C:\\Users\\Xikaro\\curseforge\\minecraft\\Instances\\TFG-Modpack-1.20.x\\","name":"TFG-Modpack-1.20.x","cachedScans":[],"isValid":true,"lastPreviousMatchUpdate":"2023-11-20T01:35:01.5541029Z","lastRefreshAttempt":"2023-11-20T06:36:47.6532185+05:00","isEnabled":true,"gameVersion":"1.20.1","gameVersionFlavor":null,"gameVersionTypeId":null,"preferenceAlternateFile":false,"preferenceAutoInstallUpdates":false,"preferenceQuickDeleteLibraries":false,"preferenceDeleteSavedVariables":false,"preferenceReleaseType":3,"preferenceModdingFolderPath":null,"syncProfile":{"PreferenceEnabled":false,"PreferenceAutoSync":true,"PreferenceAutoDelete":false,"PreferenceBackupSavedVariables":false,"GameInstanceGuid":"00000000-0000-0000-0000-000000000000","SyncProfileID":0,"SavedVariablesProfile":null,"LastSyncDate":"0001-01-01T00:00:00"},"installDate":"2023-11-16T08:09:04.287055Z","installedAddons":[{"instanceID":"f17c5d3b-1ad5-4af7-a575-bf8d1a067f33","modSource":0,"addonID":302973,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"TerraFirmaCraft","modFolderPath":null,"fileNameOnDisk":"TerraFirmaCraft-Forge-1.20.1-3.0.3-beta.jar","authors":[{"Name":"Dries007"},{"Name":"EERussianguy"},{"Name":"AlcatrazEscapee"},{"Name":"Bunsan"}],"primaryAuthor":"Dries007","primaryCategoryId":422,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/terrafirmacraft","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/170/851/256/256/636725131874038399.png","tags":[],"installedFile":{"id":4875028,"fileName":"TerraFirmaCraft-Forge-1.20.1-3.0.3-beta.jar","fileDate":"2023-11-17T13:36:22.89Z","fileLength":48212828,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4875/28/TerraFirmaCraft-Forge-1.20.1-3.0.3-beta.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2},{"addonId":306770,"type":3},{"addonId":306770,"type":3},{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":636328036,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4230175049,"invalidFingerprint":false},{"foldername":"data","fingerprint":87914476,"invalidFingerprint":false},{"foldername":"net","fingerprint":2357366414,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1893716926,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":1598490951,"invalidFingerprint":false},{"foldername":"tfc.mixins.json","fingerprint":3514708177,"invalidFingerprint":false},{"foldername":"tfc.refmap.json","fingerprint":322728804,"invalidFingerprint":false}],"packageFingerprint":3267030402,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":302973,"fileNameOnDisk":"TerraFirmaCraft-Forge-1.20.1-3.0.3-beta.jar","hashes":[{"type":1,"value":"614db4865dcedf3113a451440b896dc251c87af2"},{"type":2,"value":"bcfad6a8b456acb1aa301988072ba585"}]},"dateInstalled":"2023-11-16T09:01:14.1553654Z","dateUpdated":"2023-11-17T14:44:16.0743745Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4875028,"fileName":"TerraFirmaCraft-Forge-1.20.1-3.0.3-beta.jar","fileDate":"2023-11-17T13:36:22.89Z","fileLength":48212828,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4875/28/TerraFirmaCraft-Forge-1.20.1-3.0.3-beta.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2},{"addonId":306770,"type":3},{"addonId":306770,"type":3},{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":636328036,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4230175049,"invalidFingerprint":false},{"foldername":"data","fingerprint":87914476,"invalidFingerprint":false},{"foldername":"net","fingerprint":2357366414,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1893716926,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":1598490951,"invalidFingerprint":false},{"foldername":"tfc.mixins.json","fingerprint":3514708177,"invalidFingerprint":false},{"foldername":"tfc.refmap.json","fingerprint":322728804,"invalidFingerprint":false}],"packageFingerprint":3267030402,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":302973,"fileNameOnDisk":"TerraFirmaCraft-Forge-1.20.1-3.0.3-beta.jar","hashes":[{"type":1,"value":"614db4865dcedf3113a451440b896dc251c87af2"},{"type":2,"value":"bcfad6a8b456acb1aa301988072ba585"}]}},{"instanceID":"fbf14640-a638-4aba-a891-c7e46ad5c924","modSource":0,"addonID":495693,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Farsight [Forge]","modFolderPath":null,"fileNameOnDisk":"farsight-1.20.1-3.6.jar","authors":[{"Name":"someaddon"}],"primaryAuthor":"someaddon","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/farsight","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/532/489/256/256/637856138513958598.png","tags":[],"installedFile":{"id":4870168,"fileName":"farsight-1.20.1-3.6.jar","fileDate":"2023-11-15T13:55:51.16Z","fileLength":373943,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4870/168/farsight-1.20.1-3.6.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2550129272,"invalidFingerprint":false},{"foldername":"com","fingerprint":1077548182,"invalidFingerprint":false},{"foldername":"farsight.mixins.json","fingerprint":618571777,"invalidFingerprint":false},{"foldername":"farsight.refmap.json","fingerprint":3174392871,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1438559181,"invalidFingerprint":false}],"packageFingerprint":4013438162,"gameVersion":["Client","NeoForge","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":495693,"fileNameOnDisk":"farsight-1.20.1-3.6.jar","hashes":[{"type":1,"value":"b58119fea950fffec3350d7f5792558a3339046b"},{"type":2,"value":"fe17f2261bf8704b7b12a9cd726a8fa8"}]},"dateInstalled":"2023-11-16T10:50:15.5439417Z","dateUpdated":"2023-11-16T10:50:15.5450362Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4870168,"fileName":"farsight-1.20.1-3.6.jar","fileDate":"2023-11-15T13:55:51.16Z","fileLength":373943,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4870/168/farsight-1.20.1-3.6.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2550129272,"invalidFingerprint":false},{"foldername":"com","fingerprint":1077548182,"invalidFingerprint":false},{"foldername":"farsight.mixins.json","fingerprint":618571777,"invalidFingerprint":false},{"foldername":"farsight.refmap.json","fingerprint":3174392871,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1438559181,"invalidFingerprint":false}],"packageFingerprint":4013438162,"gameVersion":["Client","NeoForge","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":495693,"fileNameOnDisk":"farsight-1.20.1-3.6.jar","hashes":[{"type":1,"value":"b58119fea950fffec3350d7f5792558a3339046b"},{"type":2,"value":"fe17f2261bf8704b7b12a9cd726a8fa8"}]}},{"instanceID":"9c70b9c3-9312-47f3-9d82-d19d6cdcd047","modSource":0,"addonID":263420,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Xaero's Minimap","modFolderPath":null,"fileNameOnDisk":"Xaeros_Minimap_23.8.4_Forge_1.20.jar","authors":[{"Name":"xaero96"}],"primaryAuthor":"xaero96","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/xaeros-minimap","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/92/854/256/256/636258666554688823.png","tags":[],"installedFile":{"id":4812568,"fileName":"Xaeros_Minimap_23.8.4_Forge_1.20.jar","fileDate":"2023-10-23T09:53:37.963Z","fileLength":1332282,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4812/568/Xaeros_Minimap_23.8.4_Forge_1.20.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":636608,"type":2},{"addonId":636608,"type":2},{"addonId":636608,"type":2},{"addonId":636608,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1744185209,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1454231198,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2387270384,"invalidFingerprint":false},{"foldername":"xaero","fingerprint":2464461949,"invalidFingerprint":false}],"packageFingerprint":2179336149,"gameVersion":["Client","1.20.1","Forge","1.20","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":263420,"fileNameOnDisk":"Xaeros_Minimap_23.8.4_Forge_1.20.jar","hashes":[{"type":1,"value":"31fc6ee958ddd2fa174cd8d4787c49638cb3a98d"},{"type":2,"value":"4fe11a97ccf51b6bdefbc79711edcb70"}]},"dateInstalled":"2023-11-16T09:01:12.6288046Z","dateUpdated":"2023-11-16T09:01:12.6288046Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4812568,"fileName":"Xaeros_Minimap_23.8.4_Forge_1.20.jar","fileDate":"2023-10-23T09:53:37.963Z","fileLength":1332282,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4812/568/Xaeros_Minimap_23.8.4_Forge_1.20.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":636608,"type":2},{"addonId":636608,"type":2},{"addonId":636608,"type":2},{"addonId":636608,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1744185209,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1454231198,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2387270384,"invalidFingerprint":false},{"foldername":"xaero","fingerprint":2464461949,"invalidFingerprint":false}],"packageFingerprint":2179336149,"gameVersion":["Client","1.20.1","Forge","1.20","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":263420,"fileNameOnDisk":"Xaeros_Minimap_23.8.4_Forge_1.20.jar","hashes":[{"type":1,"value":"31fc6ee958ddd2fa174cd8d4787c49638cb3a98d"},{"type":2,"value":"4fe11a97ccf51b6bdefbc79711edcb70"}]}},{"instanceID":"04b58dd3-fbaa-4483-83bf-c7adce54cf56","modSource":0,"addonID":908983,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"All-In-One, Macaw's Mods for TerraFirmaCraft","modFolderPath":null,"fileNameOnDisk":"mcw_tfc_aio-0.0.9-1.20.1.jar","authors":[{"Name":"ArcWolfGaming"}],"primaryAuthor":"ArcWolfGaming","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/macaws-for-terrafirmacraft","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/872/716/256/256/638291828146273282.png","tags":[],"installedFile":{"id":4865171,"fileName":"mcw_tfc_aio-0.0.9-1.20.1.jar","fileDate":"2023-11-13T21:25:03.653Z","fileLength":3368010,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4865/171/mcw_tfc_aio-0.0.9-1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":302973,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":90840068,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4265466856,"invalidFingerprint":false},{"foldername":"com","fingerprint":766388255,"invalidFingerprint":false},{"foldername":"data","fingerprint":2088154981,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":903109682,"invalidFingerprint":false}],"packageFingerprint":3869505813,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":908983,"fileNameOnDisk":"mcw_tfc_aio-0.0.9-1.20.1.jar","hashes":[{"type":1,"value":"ae9e38d4e42f2d27ddc591c50ccfa53e3f6bc805"},{"type":2,"value":"ceddd830625c1edf36be9ccb6603a084"}]},"dateInstalled":"2023-11-20T01:04:54.5418913Z","dateUpdated":"2023-11-20T01:04:54.5418913Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4865171,"fileName":"mcw_tfc_aio-0.0.9-1.20.1.jar","fileDate":"2023-11-13T21:25:03.653Z","fileLength":3368010,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4865/171/mcw_tfc_aio-0.0.9-1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":302973,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":90840068,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4265466856,"invalidFingerprint":false},{"foldername":"com","fingerprint":766388255,"invalidFingerprint":false},{"foldername":"data","fingerprint":2088154981,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":903109682,"invalidFingerprint":false}],"packageFingerprint":3869505813,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":908983,"fileNameOnDisk":"mcw_tfc_aio-0.0.9-1.20.1.jar","hashes":[{"type":1,"value":"ae9e38d4e42f2d27ddc591c50ccfa53e3f6bc805"},{"type":2,"value":"ceddd830625c1edf36be9ccb6603a084"}]}},{"instanceID":"1ccdf139-8b13-4570-8477-f6aea2dd5ecc","modSource":0,"addonID":618298,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Sophisticated Core","modFolderPath":null,"fileNameOnDisk":"sophisticatedcore-1.20.1-0.5.107.496.jar","authors":[{"Name":"P3pp3rF1y"}],"primaryAuthor":"P3pp3rF1y","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/sophisticated-core","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/540/438/256/256/637866039314801108.png","tags":[],"installedFile":{"id":4882572,"fileName":"sophisticatedcore-1.20.1-0.5.107.496.jar","fileDate":"2023-11-19T23:04:17.357Z","fileLength":1043258,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4882/572/sophisticatedcore-1.20.1-0.5.107.496.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2927497002,"invalidFingerprint":false},{"foldername":"assets","fingerprint":773161339,"invalidFingerprint":false},{"foldername":"data","fingerprint":2483734106,"invalidFingerprint":false},{"foldername":"net","fingerprint":4116839193,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3640101168,"invalidFingerprint":false}],"packageFingerprint":4252280111,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":618298,"fileNameOnDisk":"sophisticatedcore-1.20.1-0.5.107.496.jar","hashes":[{"type":1,"value":"871778c7a94b275a6af46aadd746468ab3c86220"},{"type":2,"value":"b085aab67959fc2ad6def3b36d45eafa"}]},"dateInstalled":"2023-11-20T01:36:45.8893546Z","dateUpdated":"2023-11-20T01:36:45.8893546Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4882572,"fileName":"sophisticatedcore-1.20.1-0.5.107.496.jar","fileDate":"2023-11-19T23:04:17.357Z","fileLength":1043258,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4882/572/sophisticatedcore-1.20.1-0.5.107.496.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2927497002,"invalidFingerprint":false},{"foldername":"assets","fingerprint":773161339,"invalidFingerprint":false},{"foldername":"data","fingerprint":2483734106,"invalidFingerprint":false},{"foldername":"net","fingerprint":4116839193,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3640101168,"invalidFingerprint":false}],"packageFingerprint":4252280111,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":618298,"fileNameOnDisk":"sophisticatedcore-1.20.1-0.5.107.496.jar","hashes":[{"type":1,"value":"871778c7a94b275a6af46aadd746468ab3c86220"},{"type":2,"value":"b085aab67959fc2ad6def3b36d45eafa"}]}},{"instanceID":"671c3aa9-f100-4214-8907-cb1875649a67","modSource":0,"addonID":448233,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Entity Culling Fabric/Forge","modFolderPath":null,"fileNameOnDisk":"entityculling-forge-1.6.2-mc1.20.1.jar","authors":[{"Name":"tr7zw"}],"primaryAuthor":"tr7zw","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/entityculling","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/345/318/256/256/637492631463701682.png","tags":[],"installedFile":{"id":4763645,"fileName":"entityculling-forge-1.6.2-mc1.20.1.jar","fileDate":"2023-09-22T17:07:42.593Z","fileLength":62127,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4763/645/entityculling-forge-1.6.2-mc1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2959906494,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1929528592,"invalidFingerprint":false},{"foldername":"LICENSE-EntityCulling","fingerprint":3421239066,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1672225079,"invalidFingerprint":false},{"foldername":"com","fingerprint":1392897666,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3782850974,"invalidFingerprint":false},{"foldername":"entityculling.mixins.json","fingerprint":2461146347,"invalidFingerprint":false},{"foldername":"entityculling.refmap.mixins.json","fingerprint":2091536416,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":454599248,"invalidFingerprint":false}],"packageFingerprint":702471140,"gameVersion":["1.20.2","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":448233,"fileNameOnDisk":"entityculling-forge-1.6.2-mc1.20.1.jar","hashes":[{"type":1,"value":"a184f3a963c07f7026fb6d8ccd83ca29e7f7b009"},{"type":2,"value":"c04b2447b7b3f625c37535eb82ad5bdc"}]},"dateInstalled":"2023-11-16T09:01:12.7587792Z","dateUpdated":"2023-11-16T09:01:12.7587792Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4763645,"fileName":"entityculling-forge-1.6.2-mc1.20.1.jar","fileDate":"2023-09-22T17:07:42.593Z","fileLength":62127,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4763/645/entityculling-forge-1.6.2-mc1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2959906494,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1929528592,"invalidFingerprint":false},{"foldername":"LICENSE-EntityCulling","fingerprint":3421239066,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1672225079,"invalidFingerprint":false},{"foldername":"com","fingerprint":1392897666,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3782850974,"invalidFingerprint":false},{"foldername":"entityculling.mixins.json","fingerprint":2461146347,"invalidFingerprint":false},{"foldername":"entityculling.refmap.mixins.json","fingerprint":2091536416,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":454599248,"invalidFingerprint":false}],"packageFingerprint":702471140,"gameVersion":["1.20.2","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":448233,"fileNameOnDisk":"entityculling-forge-1.6.2-mc1.20.1.jar","hashes":[{"type":1,"value":"a184f3a963c07f7026fb6d8ccd83ca29e7f7b009"},{"type":2,"value":"c04b2447b7b3f625c37535eb82ad5bdc"}]}},{"instanceID":"0b0d5e85-b495-40f6-a253-fe8b8b528857","modSource":0,"addonID":404468,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"FTB Teams (Forge)","modFolderPath":null,"fileNameOnDisk":"ftb-teams-forge-2001.1.4.jar","authors":[{"Name":"FTB"},{"Name":"ErrorMikey"}],"primaryAuthor":"FTB","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ftb-teams-forge","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/296/128/256/256/637339524496399588.png","tags":[],"installedFile":{"id":4623116,"fileName":"ftb-teams-forge-2001.1.4.jar","fileDate":"2023-07-03T15:48:36.36Z","fileLength":240019,"releaseType":3,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4623/116/ftb-teams-forge-2001.1.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419699,"type":3},{"addonId":404465,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3675397025,"invalidFingerprint":false},{"foldername":"kubejs.classfilter.txt","fingerprint":4244743998,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3660078540,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":239616976,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3647239003,"invalidFingerprint":false},{"foldername":"architectury_inject_FTBTeams1201_common_b3374236a6ca48b19a56c81613bb6449_9751b38b80fef773992f62e324bc0f3352b9eef683f46f892881e57924406d2cftbteams200114devjar","fingerprint":4241324220,"invalidFingerprint":false}],"packageFingerprint":550313960,"gameVersion":["Forge","1.20.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":404468,"fileNameOnDisk":"ftb-teams-forge-2001.1.4.jar","hashes":[{"type":1,"value":"8b7628248ffd6e97bde2ffce0a630a4db4504b9b"},{"type":2,"value":"c3bc5ac7c14e198df40b2b448322f66a"}]},"dateInstalled":"2023-11-19T12:03:11.8243042Z","dateUpdated":"2023-11-19T12:03:11.8250878Z","status":4,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4623116,"fileName":"ftb-teams-forge-2001.1.4.jar","fileDate":"2023-07-03T15:48:36.36Z","fileLength":240019,"releaseType":3,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4623/116/ftb-teams-forge-2001.1.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419699,"type":3},{"addonId":404465,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3675397025,"invalidFingerprint":false},{"foldername":"kubejs.classfilter.txt","fingerprint":4244743998,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3660078540,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":239616976,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3647239003,"invalidFingerprint":false},{"foldername":"architectury_inject_FTBTeams1201_common_b3374236a6ca48b19a56c81613bb6449_9751b38b80fef773992f62e324bc0f3352b9eef683f46f892881e57924406d2cftbteams200114devjar","fingerprint":4241324220,"invalidFingerprint":false}],"packageFingerprint":550313960,"gameVersion":["Forge","1.20.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":404468,"fileNameOnDisk":"ftb-teams-forge-2001.1.4.jar","hashes":[{"type":1,"value":"8b7628248ffd6e97bde2ffce0a630a4db4504b9b"},{"type":2,"value":"c3bc5ac7c14e198df40b2b448322f66a"}]}},{"instanceID":"5a634cf6-5bf2-4136-840f-62bc61495789","modSource":0,"addonID":890405,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"GregTechCEu Modern","modFolderPath":null,"fileNameOnDisk":"gtceu-forge-1.20.1-1.0.15.a.jar","authors":[{"Name":"KilaBash"},{"Name":"Tech22"},{"Name":"screret"},{"Name":"serenibyss"}],"primaryAuthor":"KilaBash","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/gregtechceu-modern","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/850/975/256/256/638252863907612360.png","tags":[],"installedFile":{"id":4863475,"fileName":"gtceu-forge-1.20.1-1.0.15.a.jar","fileDate":"2023-11-13T02:15:52.03Z","fileLength":12733859,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4863/475/gtceu-forge-1.20.1-1.0.15.a.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4110455661,"invalidFingerprint":false},{"foldername":"architectury_inject_GregTech_gtceucommon_a554977655e34d1db9cde0f0dbd30e22_b2c2894a6d7e04c0d83d9e4a1b48eb16cc82e88b8a94de79c9dc2f2cf54d67f8gtceucommon12011015adevjar","fingerprint":2103848373,"invalidFingerprint":false},{"foldername":"assets","fingerprint":756266660,"invalidFingerprint":false},{"foldername":"com","fingerprint":4154296342,"invalidFingerprint":false},{"foldername":"data","fingerprint":3123446379,"invalidFingerprint":false},{"foldername":"gtceu-common-1.20.1-gtceu-common-refmap.json","fingerprint":2262414132,"invalidFingerprint":false},{"foldername":"gtceu-common.mixins.json","fingerprint":3204048233,"invalidFingerprint":false},{"foldername":"gtceu-forge-1.20.1-gtceu-forge-refmap.json","fingerprint":1583677803,"invalidFingerprint":false},{"foldername":"gtceu.mixins.json","fingerprint":1986474840,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":856532884,"invalidFingerprint":false},{"foldername":"kubejs.plugins.txt","fingerprint":2661266037,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2374646642,"invalidFingerprint":false}],"packageFingerprint":1365308781,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":890405,"fileNameOnDisk":"gtceu-forge-1.20.1-1.0.15.a.jar","hashes":[{"type":1,"value":"796a404ff1d5c373c8d3e80704e58755e4007410"},{"type":2,"value":"ce9ee2105d6baf25bbe6220941ba653c"}]},"dateInstalled":"2023-11-16T10:40:54.9790897Z","dateUpdated":"2023-11-16T10:40:54.9823026Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4863475,"fileName":"gtceu-forge-1.20.1-1.0.15.a.jar","fileDate":"2023-11-13T02:15:52.03Z","fileLength":12733859,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4863/475/gtceu-forge-1.20.1-1.0.15.a.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4110455661,"invalidFingerprint":false},{"foldername":"architectury_inject_GregTech_gtceucommon_a554977655e34d1db9cde0f0dbd30e22_b2c2894a6d7e04c0d83d9e4a1b48eb16cc82e88b8a94de79c9dc2f2cf54d67f8gtceucommon12011015adevjar","fingerprint":2103848373,"invalidFingerprint":false},{"foldername":"assets","fingerprint":756266660,"invalidFingerprint":false},{"foldername":"com","fingerprint":4154296342,"invalidFingerprint":false},{"foldername":"data","fingerprint":3123446379,"invalidFingerprint":false},{"foldername":"gtceu-common-1.20.1-gtceu-common-refmap.json","fingerprint":2262414132,"invalidFingerprint":false},{"foldername":"gtceu-common.mixins.json","fingerprint":3204048233,"invalidFingerprint":false},{"foldername":"gtceu-forge-1.20.1-gtceu-forge-refmap.json","fingerprint":1583677803,"invalidFingerprint":false},{"foldername":"gtceu.mixins.json","fingerprint":1986474840,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":856532884,"invalidFingerprint":false},{"foldername":"kubejs.plugins.txt","fingerprint":2661266037,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2374646642,"invalidFingerprint":false}],"packageFingerprint":1365308781,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":890405,"fileNameOnDisk":"gtceu-forge-1.20.1-1.0.15.a.jar","hashes":[{"type":1,"value":"796a404ff1d5c373c8d3e80704e58755e4007410"},{"type":2,"value":"ce9ee2105d6baf25bbe6220941ba653c"}]}},{"instanceID":"45b67beb-3ceb-456c-9f85-91e8f19ddea1","modSource":0,"addonID":316582,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Corpse","modFolderPath":null,"fileNameOnDisk":"corpse-1.20.1-1.0.5.jar","authors":[{"Name":"henkelmax"}],"primaryAuthor":"henkelmax","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/corpse","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/194/489/256/256/636873305017840968.png","tags":[],"installedFile":{"id":4678972,"fileName":"corpse-1.20.1-1.0.5.jar","fileDate":"2023-08-02T18:10:49.783Z","fileLength":223423,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4678/972/corpse-1.20.1-1.0.5.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2},{"addonId":324717,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3196899145,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1246290450,"invalidFingerprint":false},{"foldername":"de","fingerprint":3863086227,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":320998545,"invalidFingerprint":false}],"packageFingerprint":2989877348,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":316582,"fileNameOnDisk":"corpse-1.20.1-1.0.5.jar","hashes":[{"type":1,"value":"686d772b62321ab3018851dc2c17ad34d0f5e513"},{"type":2,"value":"4c7279e282c15f67f2e2e6c091a2b63c"}]},"dateInstalled":"2023-11-16T10:40:49.3362311Z","dateUpdated":"2023-11-16T10:40:49.3368173Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4678972,"fileName":"corpse-1.20.1-1.0.5.jar","fileDate":"2023-08-02T18:10:49.783Z","fileLength":223423,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4678/972/corpse-1.20.1-1.0.5.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2},{"addonId":324717,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3196899145,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1246290450,"invalidFingerprint":false},{"foldername":"de","fingerprint":3863086227,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":320998545,"invalidFingerprint":false}],"packageFingerprint":2989877348,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":316582,"fileNameOnDisk":"corpse-1.20.1-1.0.5.jar","hashes":[{"type":1,"value":"686d772b62321ab3018851dc2c17ad34d0f5e513"},{"type":2,"value":"4c7279e282c15f67f2e2e6c091a2b63c"}]}},{"instanceID":"84da986d-3b88-4b0e-9976-1925214692f2","modSource":0,"addonID":435044,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Better Third Person","modFolderPath":null,"fileNameOnDisk":"BetterThirdPerson-Forge-1.20-1.9.0.jar","authors":[{"Name":"Socolio"},{"Name":"DreenDex"}],"primaryAuthor":"Socolio","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/better-third-person","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/392/806/256/256/637587416534783614.png","tags":[],"installedFile":{"id":4596768,"fileName":"BetterThirdPerson-Forge-1.20-1.9.0.jar","fileDate":"2023-06-19T13:23:09.423Z","fileLength":61525,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4596/768/BetterThirdPerson-Forge-1.20-1.9.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1826445502,"invalidFingerprint":false},{"foldername":"betterthirdperson.mixins.json","fingerprint":321306251,"invalidFingerprint":false},{"foldername":"betterthirdperson.png","fingerprint":2767830977,"invalidFingerprint":false},{"foldername":"betterthirdperson.refmap.json","fingerprint":126566225,"invalidFingerprint":false},{"foldername":"io","fingerprint":2596733555,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1875952135,"invalidFingerprint":false}],"packageFingerprint":3277503590,"gameVersion":["1.20.2","NeoForge","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":435044,"fileNameOnDisk":"BetterThirdPerson-Forge-1.20-1.9.0.jar","hashes":[{"type":1,"value":"0b0a3ff3b244fa191b3f9580547071dee46f7276"},{"type":2,"value":"298625b2f4567069bcfbea3dceba294d"}]},"dateInstalled":"2023-11-16T09:01:13.9293531Z","dateUpdated":"2023-11-16T09:01:13.9293531Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4596768,"fileName":"BetterThirdPerson-Forge-1.20-1.9.0.jar","fileDate":"2023-06-19T13:23:09.423Z","fileLength":61525,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4596/768/BetterThirdPerson-Forge-1.20-1.9.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1826445502,"invalidFingerprint":false},{"foldername":"betterthirdperson.mixins.json","fingerprint":321306251,"invalidFingerprint":false},{"foldername":"betterthirdperson.png","fingerprint":2767830977,"invalidFingerprint":false},{"foldername":"betterthirdperson.refmap.json","fingerprint":126566225,"invalidFingerprint":false},{"foldername":"io","fingerprint":2596733555,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1875952135,"invalidFingerprint":false}],"packageFingerprint":3277503590,"gameVersion":["1.20.2","NeoForge","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":435044,"fileNameOnDisk":"BetterThirdPerson-Forge-1.20-1.9.0.jar","hashes":[{"type":1,"value":"0b0a3ff3b244fa191b3f9580547071dee46f7276"},{"type":2,"value":"298625b2f4567069bcfbea3dceba294d"}]}},{"instanceID":"cad55030-07df-425b-8b57-fb2816f7189e","modSource":0,"addonID":927874,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Tree Tap","modFolderPath":null,"fileNameOnDisk":"treetap-1.20.1-0.1.0.jar","authors":[{"Name":"LobsterJonn"}],"primaryAuthor":"LobsterJonn","primaryCategoryId":416,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/treetap","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/895/421/256/256/638340049065219614.png","tags":[],"installedFile":{"id":4850914,"fileName":"treetap-1.20.1-0.1.0.jar","fileDate":"2023-11-08T12:14:59.867Z","fileLength":78468,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4850/914/treetap-1.20.1-0.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1828164013,"invalidFingerprint":false},{"foldername":"assets","fingerprint":8904403,"invalidFingerprint":false},{"foldername":"cy","fingerprint":2728135263,"invalidFingerprint":false},{"foldername":"data","fingerprint":3111486116,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1828808175,"invalidFingerprint":false}],"packageFingerprint":4238230268,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":927874,"fileNameOnDisk":"treetap-1.20.1-0.1.0.jar","hashes":[{"type":1,"value":"45e1991e7f78ac3591ba9d43a3f2082982cd55b8"},{"type":2,"value":"d5d5ae63be3a676f5f2be41f83a11a70"}]},"dateInstalled":"2023-11-16T09:03:51.7467094Z","dateUpdated":"2023-11-16T09:03:51.7473366Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4850914,"fileName":"treetap-1.20.1-0.1.0.jar","fileDate":"2023-11-08T12:14:59.867Z","fileLength":78468,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4850/914/treetap-1.20.1-0.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1828164013,"invalidFingerprint":false},{"foldername":"assets","fingerprint":8904403,"invalidFingerprint":false},{"foldername":"cy","fingerprint":2728135263,"invalidFingerprint":false},{"foldername":"data","fingerprint":3111486116,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1828808175,"invalidFingerprint":false}],"packageFingerprint":4238230268,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":927874,"fileNameOnDisk":"treetap-1.20.1-0.1.0.jar","hashes":[{"type":1,"value":"45e1991e7f78ac3591ba9d43a3f2082982cd55b8"},{"type":2,"value":"d5d5ae63be3a676f5f2be41f83a11a70"}]}},{"instanceID":"b993fade-2894-403f-8330-9f2fd18808b7","modSource":0,"addonID":282001,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"CC: Tweaked","modFolderPath":null,"fileNameOnDisk":"cc-tweaked-1.20.1-forge-1.109.0.jar","authors":[{"Name":"SquidDev"}],"primaryAuthor":"SquidDev","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cc-tweaked","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/130/871/256/256/636463439690354770.png","tags":[],"installedFile":{"id":4870180,"fileName":"cc-tweaked-1.20.1-forge-1.109.0.jar","fileDate":"2023-11-15T14:09:09.137Z","fileLength":3080834,"releaseType":3,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4870/180/cc-tweaked-1.20.1-forge-1.109.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1302492060,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1343853497,"invalidFingerprint":false},{"foldername":"client-computercraft.refmap.json","fingerprint":3796494207,"invalidFingerprint":false},{"foldername":"computercraft-client.forge.mixins.json","fingerprint":127503436,"invalidFingerprint":false},{"foldername":"computercraft-client.mixins.json","fingerprint":2390053406,"invalidFingerprint":false},{"foldername":"computercraft-common.accesswidener","fingerprint":972494874,"invalidFingerprint":false},{"foldername":"computercraft.accesswidener","fingerprint":4198178444,"invalidFingerprint":false},{"foldername":"computercraft.mixins.json","fingerprint":3575282899,"invalidFingerprint":false},{"foldername":"computercraft.refmap.json","fingerprint":2615824465,"invalidFingerprint":false},{"foldername":"dan200","fingerprint":1530775186,"invalidFingerprint":false},{"foldername":"data","fingerprint":2560355077,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1055135218,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":1002598164,"invalidFingerprint":false}],"packageFingerprint":4248310274,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":282001,"fileNameOnDisk":"cc-tweaked-1.20.1-forge-1.109.0.jar","hashes":[{"type":1,"value":"f9df1ebfa307d3bda4661fce2a35bc2bca9a4eed"},{"type":2,"value":"99367c18d4089e55868d83202497f2f8"}]},"dateInstalled":"2023-11-19T12:26:56.5930898Z","dateUpdated":"2023-11-20T00:57:39.0408454Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4870180,"fileName":"cc-tweaked-1.20.1-forge-1.109.0.jar","fileDate":"2023-11-15T14:09:09.137Z","fileLength":3080834,"releaseType":3,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4870/180/cc-tweaked-1.20.1-forge-1.109.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1302492060,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1343853497,"invalidFingerprint":false},{"foldername":"client-computercraft.refmap.json","fingerprint":3796494207,"invalidFingerprint":false},{"foldername":"computercraft-client.forge.mixins.json","fingerprint":127503436,"invalidFingerprint":false},{"foldername":"computercraft-client.mixins.json","fingerprint":2390053406,"invalidFingerprint":false},{"foldername":"computercraft-common.accesswidener","fingerprint":972494874,"invalidFingerprint":false},{"foldername":"computercraft.accesswidener","fingerprint":4198178444,"invalidFingerprint":false},{"foldername":"computercraft.mixins.json","fingerprint":3575282899,"invalidFingerprint":false},{"foldername":"computercraft.refmap.json","fingerprint":2615824465,"invalidFingerprint":false},{"foldername":"dan200","fingerprint":1530775186,"invalidFingerprint":false},{"foldername":"data","fingerprint":2560355077,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1055135218,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":1002598164,"invalidFingerprint":false}],"packageFingerprint":4248310274,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":282001,"fileNameOnDisk":"cc-tweaked-1.20.1-forge-1.109.0.jar","hashes":[{"type":1,"value":"f9df1ebfa307d3bda4661fce2a35bc2bca9a4eed"},{"type":2,"value":"99367c18d4089e55868d83202497f2f8"}]}},{"instanceID":"566330e0-9748-4375-9cd9-db628ab50d4f","modSource":0,"addonID":254284,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"AmbientSounds 5","modFolderPath":null,"fileNameOnDisk":"AmbientSounds_FORGE_v5.3.4_mc1.20.1.jar","authors":[{"Name":"CreativeMD"}],"primaryAuthor":"CreativeMD","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ambientsounds","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/65/45/256/256/636158453613581226.png","tags":[],"installedFile":{"id":4878223,"fileName":"AmbientSounds_FORGE_v5.3.4_mc1.20.1.jar","fileDate":"2023-11-18T19:59:30.063Z","fileLength":84330799,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4878/223/AmbientSounds_FORGE_v5.3.4_mc1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":257814,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2645874536,"invalidFingerprint":false},{"foldername":"ambientsounds.mixins.json","fingerprint":2166498717,"invalidFingerprint":false},{"foldername":"ambientsounds.mixins.refmap.json","fingerprint":3969168868,"invalidFingerprint":false},{"foldername":"ambientsounds.png","fingerprint":3887141381,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4007282112,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":1782175838,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3941724742,"invalidFingerprint":false},{"foldername":"team","fingerprint":127374597,"invalidFingerprint":false}],"packageFingerprint":3973507655,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":254284,"fileNameOnDisk":"AmbientSounds_FORGE_v5.3.4_mc1.20.1.jar","hashes":[{"type":1,"value":"35065e21c1027cbbb7e88dfe4b1821f9f59cf3a1"},{"type":2,"value":"7fe4ab76860a0142b42841de1a5b4652"}]},"dateInstalled":"2023-11-16T10:40:03.8120721Z","dateUpdated":"2023-11-18T22:56:45.1930203Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4878223,"fileName":"AmbientSounds_FORGE_v5.3.4_mc1.20.1.jar","fileDate":"2023-11-18T19:59:30.063Z","fileLength":84330799,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4878/223/AmbientSounds_FORGE_v5.3.4_mc1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":257814,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2645874536,"invalidFingerprint":false},{"foldername":"ambientsounds.mixins.json","fingerprint":2166498717,"invalidFingerprint":false},{"foldername":"ambientsounds.mixins.refmap.json","fingerprint":3969168868,"invalidFingerprint":false},{"foldername":"ambientsounds.png","fingerprint":3887141381,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4007282112,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":1782175838,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3941724742,"invalidFingerprint":false},{"foldername":"team","fingerprint":127374597,"invalidFingerprint":false}],"packageFingerprint":3973507655,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":254284,"fileNameOnDisk":"AmbientSounds_FORGE_v5.3.4_mc1.20.1.jar","hashes":[{"type":1,"value":"35065e21c1027cbbb7e88dfe4b1821f9f59cf3a1"},{"type":2,"value":"7fe4ab76860a0142b42841de1a5b4652"}]}},{"instanceID":"ccd36db9-0375-4491-b149-3eab6066a9b3","modSource":0,"addonID":790626,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"ModernFix","modFolderPath":null,"fileNameOnDisk":"modernfix-forge-5.9.3+mc1.20.1.jar","authors":[{"Name":"embeddedt"}],"primaryAuthor":"embeddedt","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/modernfix","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/881/436/256/256/638311693460984164.png","tags":[],"installedFile":{"id":4862982,"fileName":"modernfix-forge-5.9.3+mc1.20.1.jar","fileDate":"2023-11-12T21:51:23.543Z","fileLength":662216,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4862/982/modernfix-forge-5.9.3%2bmc1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":723470016,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3559824621,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1177231304,"invalidFingerprint":false},{"foldername":"modernfix-common-common-refmap.json","fingerprint":2641626370,"invalidFingerprint":false},{"foldername":"modernfix-common.mixins.json","fingerprint":1426863478,"invalidFingerprint":false},{"foldername":"modernfix-forge.mixins.json","fingerprint":3223647355,"invalidFingerprint":false},{"foldername":"modernfix.refmap.json","fingerprint":2049344655,"invalidFingerprint":false},{"foldername":"modernfix","fingerprint":1325599026,"invalidFingerprint":false},{"foldername":"org","fingerprint":3763659827,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":88923539,"invalidFingerprint":false}],"packageFingerprint":444691406,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":790626,"fileNameOnDisk":"modernfix-forge-5.9.3+mc1.20.1.jar","hashes":[{"type":1,"value":"8e9158aea30c5b66c5b855f565e3dac80074a827"},{"type":2,"value":"3cc729e48a8e90c19925cbf2070a0c83"}]},"dateInstalled":"2023-11-16T09:01:11.0954219Z","dateUpdated":"2023-11-16T09:01:11.0954219Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":true,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4862982,"fileName":"modernfix-forge-5.9.3+mc1.20.1.jar","fileDate":"2023-11-12T21:51:23.543Z","fileLength":662216,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4862/982/modernfix-forge-5.9.3%2bmc1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":723470016,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3559824621,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1177231304,"invalidFingerprint":false},{"foldername":"modernfix-common-common-refmap.json","fingerprint":2641626370,"invalidFingerprint":false},{"foldername":"modernfix-common.mixins.json","fingerprint":1426863478,"invalidFingerprint":false},{"foldername":"modernfix-forge.mixins.json","fingerprint":3223647355,"invalidFingerprint":false},{"foldername":"modernfix.refmap.json","fingerprint":2049344655,"invalidFingerprint":false},{"foldername":"modernfix","fingerprint":1325599026,"invalidFingerprint":false},{"foldername":"org","fingerprint":3763659827,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":88923539,"invalidFingerprint":false}],"packageFingerprint":444691406,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":790626,"fileNameOnDisk":"modernfix-forge-5.9.3+mc1.20.1.jar","hashes":[{"type":1,"value":"8e9158aea30c5b66c5b855f565e3dac80074a827"},{"type":2,"value":"3cc729e48a8e90c19925cbf2070a0c83"}]}},{"instanceID":"9663195b-ee0b-43fc-bbed-d81e65701460","modSource":0,"addonID":551736,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Magnesium/Rubidium Dynamic Lights","modFolderPath":null,"fileNameOnDisk":"dynamiclightsreforged-1.20.1_v1.6.0.jar","authors":[{"Name":"Anthxny"}],"primaryAuthor":"Anthxny","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/dynamiclights-reforged","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/469/256/256/256/637754473832817728.png","tags":[],"installedFile":{"id":4731947,"fileName":"dynamiclightsreforged-1.20.1_v1.6.0.jar","fileDate":"2023-09-01T06:29:32.573Z","fileLength":94614,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4731/947/dynamiclightsreforged-1.20.1_v1.6.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":558905,"type":2},{"addonId":574856,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":66915100,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3977364015,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4212797587,"invalidFingerprint":false},{"foldername":"dynamiclightsreforged.mixins.json","fingerprint":313225015,"invalidFingerprint":false},{"foldername":"lambdynlights.toml","fingerprint":1931709995,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1438559181,"invalidFingerprint":false},{"foldername":"dynamiclightsreforged.refmap.json","fingerprint":1232094082,"invalidFingerprint":false}],"packageFingerprint":2811927648,"gameVersion":["Client","NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":551736,"fileNameOnDisk":"dynamiclightsreforged-1.20.1_v1.6.0.jar","hashes":[{"type":1,"value":"323498a94ba91e24417c0ae1bc34bb4b461c0a3a"},{"type":2,"value":"f8f506d864082aa61b3e38d249542f40"}]},"dateInstalled":"2023-11-16T16:33:16.0030269Z","dateUpdated":"2023-11-16T16:33:16.0069433Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4731947,"fileName":"dynamiclightsreforged-1.20.1_v1.6.0.jar","fileDate":"2023-09-01T06:29:32.573Z","fileLength":94614,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4731/947/dynamiclightsreforged-1.20.1_v1.6.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":558905,"type":2},{"addonId":574856,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":66915100,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3977364015,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4212797587,"invalidFingerprint":false},{"foldername":"dynamiclightsreforged.mixins.json","fingerprint":313225015,"invalidFingerprint":false},{"foldername":"lambdynlights.toml","fingerprint":1931709995,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1438559181,"invalidFingerprint":false},{"foldername":"dynamiclightsreforged.refmap.json","fingerprint":1232094082,"invalidFingerprint":false}],"packageFingerprint":2811927648,"gameVersion":["Client","NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":551736,"fileNameOnDisk":"dynamiclightsreforged-1.20.1_v1.6.0.jar","hashes":[{"type":1,"value":"323498a94ba91e24417c0ae1bc34bb4b461c0a3a"},{"type":2,"value":"f8f506d864082aa61b3e38d249542f40"}]}},{"instanceID":"2c0f3dc9-b99b-4940-9e1d-d663f09aafdc","modSource":0,"addonID":513402,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"TerraFirmaGreg","modFolderPath":null,"fileNameOnDisk":"terrafirmagreg-0.0.3.jar","authors":[{"Name":"Exception"}],"primaryAuthor":"Exception","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/terrafirmagreg-mod","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/564/410/256/256/637920650923309591.png","tags":[],"installedFile":{"id":4875136,"fileName":"terrafirmagreg-1.20.1-0.0.3.jar","fileDate":"2023-11-17T14:58:01.157Z","fileLength":161557,"releaseType":3,"fileStatus":8,"downloadUrl":"https://edge.forgecdn.net/files/4875/136/terrafirmagreg-1.20.1-0.0.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":false,"modules":[{"foldername":"META-INF","fingerprint":4105186747,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1432583144,"invalidFingerprint":false},{"foldername":"exception","fingerprint":3069157476,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":2592975180,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1265336689,"invalidFingerprint":false},{"foldername":"terrafirmagreg.mixin-refmap.json","fingerprint":4051775846,"invalidFingerprint":false},{"foldername":"terrafirmagreg.mixins.json","fingerprint":1858333993,"invalidFingerprint":false}],"packageFingerprint":1550512162,"gameVersion":["Client","NeoForge","1.20.1","Forge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":8,"projectId":513402,"fileNameOnDisk":"terrafirmagreg-1.20.1-0.0.3.jar","hashes":[{"type":1,"value":"eea042df69fadc21ab01cd87527d4bd20c426c39"},{"type":2,"value":"6e56a7f349aa70e215f7f46f287a31eb"}]},"dateInstalled":"2023-11-20T01:36:32.6882698Z","dateUpdated":"2023-11-20T01:36:32.6882698Z","status":3,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":true,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4882807,"fileName":"terrafirmagreg-1.20.1-0.0.4.jar","fileDate":"2023-11-20T00:58:57.67Z","fileLength":163562,"releaseType":3,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4882/807/terrafirmagreg-1.20.1-0.0.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1433408208,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3492024155,"invalidFingerprint":false},{"foldername":"exception","fingerprint":2559717533,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":2592975180,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1265336689,"invalidFingerprint":false},{"foldername":"terrafirmagreg.mixin-refmap.json","fingerprint":4051775846,"invalidFingerprint":false},{"foldername":"terrafirmagreg.mixins.json","fingerprint":2934633450,"invalidFingerprint":false}],"packageFingerprint":3071975565,"gameVersion":["Client","1.20.1","Forge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":513402,"fileNameOnDisk":"terrafirmagreg-1.20.1-0.0.4.jar","hashes":[{"type":1,"value":"4f722e3141238b7efc47057890b3168c4666914b"},{"type":2,"value":"f14436dba4e695e6863750ce63c03812"}]}},{"instanceID":"dccd85c1-7639-460b-be8e-8438fb675e24","modSource":0,"addonID":308240,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Cherished Worlds (Fabric/Forge/Quilt)","modFolderPath":null,"fileNameOnDisk":"cherishedworlds-forge-6.1.4+1.20.1.jar","authors":[{"Name":"TheIllusiveC4"}],"primaryAuthor":"TheIllusiveC4","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cherished-worlds","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/180/595/256/256/636793993834717165.png","tags":[],"installedFile":{"id":4820041,"fileName":"cherishedworlds-forge-6.1.4+1.20.1.jar","fileDate":"2023-10-27T23:49:01.513Z","fileLength":59857,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4820/41/cherishedworlds-forge-6.1.4+1.20.1.jar","isAlternate":false,"alternateFileId":4820042,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":160018588,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":152642697,"invalidFingerprint":false},{"foldername":"COPYING","fingerprint":2226923820,"invalidFingerprint":false},{"foldername":"COPYING.LESSER","fingerprint":1136524626,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":785297658,"invalidFingerprint":false},{"foldername":"README.md","fingerprint":172819838,"invalidFingerprint":false},{"foldername":"assets","fingerprint":765147616,"invalidFingerprint":false},{"foldername":"cherishedworlds.mixins.json","fingerprint":1370252848,"invalidFingerprint":false},{"foldername":"cherishedworlds.refmap.json","fingerprint":2634455738,"invalidFingerprint":false},{"foldername":"cherishedworlds_icon.png","fingerprint":1157943607,"invalidFingerprint":false},{"foldername":"com","fingerprint":1912405498,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3916898619,"invalidFingerprint":false}],"packageFingerprint":2217792735,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":308240,"fileNameOnDisk":"cherishedworlds-forge-6.1.4+1.20.1.jar","hashes":[{"type":1,"value":"85a8dfc221ad3f26d7408a5fb93c95be2390467d"},{"type":2,"value":"2f528482538e135c35353e53e88a6d11"}]},"dateInstalled":"2023-11-16T09:01:09.9680264Z","dateUpdated":"2023-11-16T09:01:09.9680264Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4820041,"fileName":"cherishedworlds-forge-6.1.4+1.20.1.jar","fileDate":"2023-10-27T23:49:01.513Z","fileLength":59857,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4820/41/cherishedworlds-forge-6.1.4+1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":160018588,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":152642697,"invalidFingerprint":false},{"foldername":"COPYING","fingerprint":2226923820,"invalidFingerprint":false},{"foldername":"COPYING.LESSER","fingerprint":1136524626,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":785297658,"invalidFingerprint":false},{"foldername":"README.md","fingerprint":172819838,"invalidFingerprint":false},{"foldername":"assets","fingerprint":765147616,"invalidFingerprint":false},{"foldername":"cherishedworlds.mixins.json","fingerprint":1370252848,"invalidFingerprint":false},{"foldername":"cherishedworlds.refmap.json","fingerprint":2634455738,"invalidFingerprint":false},{"foldername":"cherishedworlds_icon.png","fingerprint":1157943607,"invalidFingerprint":false},{"foldername":"com","fingerprint":1912405498,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3916898619,"invalidFingerprint":false}],"packageFingerprint":2217792735,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":308240,"fileNameOnDisk":"cherishedworlds-forge-6.1.4+1.20.1.jar","hashes":[{"type":1,"value":"85a8dfc221ad3f26d7408a5fb93c95be2390467d"},{"type":2,"value":"2f528482538e135c35353e53e88a6d11"}]}},{"instanceID":"9572b395-b357-4b8d-9587-2e54155e8dfc","modSource":0,"addonID":292038,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Better Ping Display","modFolderPath":null,"fileNameOnDisk":"BetterPingDisplay-1.20.1-1.1.jar","authors":[{"Name":"Quintinity"}],"primaryAuthor":"Quintinity","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/better-ping-display","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/477/83/256/256/637771296028904958.png","tags":[],"installedFile":{"id":4594106,"fileName":"BetterPingDisplay-1.20.1-1.1.jar","fileDate":"2023-06-18T02:10:24.983Z","fileLength":15889,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4594/106/BetterPingDisplay-1.20.1-1.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3692742053,"invalidFingerprint":false},{"foldername":"com","fingerprint":3894045483,"invalidFingerprint":false},{"foldername":"betterpingdisplay.mixins.json","fingerprint":1657651617,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":1472438386,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3380797652,"invalidFingerprint":false},{"foldername":"betterpingdisplay.refmap.json","fingerprint":2513173712,"invalidFingerprint":false}],"packageFingerprint":2297727680,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":292038,"fileNameOnDisk":"BetterPingDisplay-1.20.1-1.1.jar","hashes":[{"type":1,"value":"6347a5bff9405c59ec7d428e5e24115f5b17a90b"},{"type":2,"value":"2a331e8f5a7cc2609d67f7975fba7d7e"}]},"dateInstalled":"2023-11-16T09:01:13.0332301Z","dateUpdated":"2023-11-16T09:01:13.0332301Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4594106,"fileName":"BetterPingDisplay-1.20.1-1.1.jar","fileDate":"2023-06-18T02:10:24.983Z","fileLength":15889,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4594/106/BetterPingDisplay-1.20.1-1.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3692742053,"invalidFingerprint":false},{"foldername":"com","fingerprint":3894045483,"invalidFingerprint":false},{"foldername":"betterpingdisplay.mixins.json","fingerprint":1657651617,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":1472438386,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3380797652,"invalidFingerprint":false},{"foldername":"betterpingdisplay.refmap.json","fingerprint":2513173712,"invalidFingerprint":false}],"packageFingerprint":2297727680,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":292038,"fileNameOnDisk":"BetterPingDisplay-1.20.1-1.1.jar","hashes":[{"type":1,"value":"6347a5bff9405c59ec7d428e5e24115f5b17a90b"},{"type":2,"value":"2a331e8f5a7cc2609d67f7975fba7d7e"}]}},{"instanceID":"53b89354-c753-44bf-bf9c-6ceee1990ddd","modSource":0,"addonID":511770,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Drippy Loading Screen [Forge]","modFolderPath":null,"fileNameOnDisk":"drippyloadingscreen_forge_2.2.4_MC_1.20.1.jar","authors":[{"Name":"Keksuccino"}],"primaryAuthor":"Keksuccino","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/drippy-loading-screen","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/415/118/256/256/637638101350387776.png","tags":[],"installedFile":{"id":4606615,"fileName":"drippyloadingscreen_forge_2.2.4_MC_1.20.1.jar","fileDate":"2023-06-24T04:31:14.517Z","fileLength":124936,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4606/615/drippyloadingscreen_forge_2.2.4_MC_1.20.1.jar","isAlternate":false,"alternateFileId":4606616,"dependencies":[{"addonId":410295,"type":3},{"addonId":367706,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2372042825,"invalidFingerprint":false},{"foldername":"de","fingerprint":1883169537,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1240348535,"invalidFingerprint":false},{"foldername":"drippyloadingscreen.mixin.json","fingerprint":2380842093,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2760212866,"invalidFingerprint":false},{"foldername":"drippyloadingscreen.mixin-refmap.json","fingerprint":1710680999,"invalidFingerprint":false}],"packageFingerprint":3661487791,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":511770,"fileNameOnDisk":"drippyloadingscreen_forge_2.2.4_MC_1.20.1.jar","hashes":[{"type":1,"value":"27c3ab702847182e3517f8afad4efdfc2457090a"},{"type":2,"value":"24e11c7706a8b0ac7fcd820307daa29f"}]},"dateInstalled":"2023-11-16T09:01:09.1046191Z","dateUpdated":"2023-11-16T09:01:09.1046191Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4606615,"fileName":"drippyloadingscreen_forge_2.2.4_MC_1.20.1.jar","fileDate":"2023-06-24T04:31:14.517Z","fileLength":124936,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4606/615/drippyloadingscreen_forge_2.2.4_MC_1.20.1.jar","isAlternate":false,"alternateFileId":4606616,"dependencies":[{"addonId":410295,"type":3},{"addonId":367706,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2372042825,"invalidFingerprint":false},{"foldername":"de","fingerprint":1883169537,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1240348535,"invalidFingerprint":false},{"foldername":"drippyloadingscreen.mixin.json","fingerprint":2380842093,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2760212866,"invalidFingerprint":false},{"foldername":"drippyloadingscreen.mixin-refmap.json","fingerprint":1710680999,"invalidFingerprint":false}],"packageFingerprint":3661487791,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":511770,"fileNameOnDisk":"drippyloadingscreen_forge_2.2.4_MC_1.20.1.jar","hashes":[{"type":1,"value":"27c3ab702847182e3517f8afad4efdfc2457090a"},{"type":2,"value":"24e11c7706a8b0ac7fcd820307daa29f"}]}},{"instanceID":"84971acd-4df2-4cad-8cdc-9e1cfe4f3b77","modSource":0,"addonID":429235,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"FerriteCore (Forge)","modFolderPath":null,"fileNameOnDisk":"ferritecore-6.0.1-forge.jar","authors":[{"Name":"malte0811"}],"primaryAuthor":"malte0811","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ferritecore","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/323/941/256/256/637438748346113688.jpeg","tags":[],"installedFile":{"id":4810975,"fileName":"ferritecore-6.0.1-forge.jar","fileDate":"2023-10-22T13:35:16.597Z","fileLength":123034,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4810/975/ferritecore-6.0.1-forge.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1894755165,"invalidFingerprint":false},{"foldername":"malte0811","fingerprint":898425990,"invalidFingerprint":false},{"foldername":"ferritecore.blockstatecache.mixin.json","fingerprint":2656421278,"invalidFingerprint":false},{"foldername":"ferritecore.dedupbakedquad.mixin.json","fingerprint":3081362880,"invalidFingerprint":false},{"foldername":"ferritecore.dedupmultipart.mixin.json","fingerprint":1442370142,"invalidFingerprint":false},{"foldername":"ferritecore.fastmap.mixin.json","fingerprint":3545426013,"invalidFingerprint":false},{"foldername":"ferritecore.modelsides.mixin.json","fingerprint":3718778430,"invalidFingerprint":false},{"foldername":"ferritecore.mrl.mixin.json","fingerprint":3344989000,"invalidFingerprint":false},{"foldername":"ferritecore.predicates.mixin.json","fingerprint":2801144224,"invalidFingerprint":false},{"foldername":"ferritecore.threaddetec.mixin.json","fingerprint":4027117364,"invalidFingerprint":false},{"foldername":"googleaccess","fingerprint":2484448736,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3369927219,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2809587253,"invalidFingerprint":false},{"foldername":"roadrunner.overrides.properties","fingerprint":36475463,"invalidFingerprint":false},{"foldername":"ferritecore.refmap.json","fingerprint":2285274734,"invalidFingerprint":false}],"packageFingerprint":2683111440,"gameVersion":["Client","NeoForge","1.20.1","Forge","1.20","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":429235,"fileNameOnDisk":"ferritecore-6.0.1-forge.jar","hashes":[{"type":1,"value":"417fb6ce8f52abf40bd9d0390371790f9576f8ba"},{"type":2,"value":"f52f538207a4829d7060550092ce2383"}]},"dateInstalled":"2023-11-16T09:01:10.1969369Z","dateUpdated":"2023-11-16T09:01:10.1969369Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4810975,"fileName":"ferritecore-6.0.1-forge.jar","fileDate":"2023-10-22T13:35:16.597Z","fileLength":123034,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4810/975/ferritecore-6.0.1-forge.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1894755165,"invalidFingerprint":false},{"foldername":"malte0811","fingerprint":898425990,"invalidFingerprint":false},{"foldername":"ferritecore.blockstatecache.mixin.json","fingerprint":2656421278,"invalidFingerprint":false},{"foldername":"ferritecore.dedupbakedquad.mixin.json","fingerprint":3081362880,"invalidFingerprint":false},{"foldername":"ferritecore.dedupmultipart.mixin.json","fingerprint":1442370142,"invalidFingerprint":false},{"foldername":"ferritecore.fastmap.mixin.json","fingerprint":3545426013,"invalidFingerprint":false},{"foldername":"ferritecore.modelsides.mixin.json","fingerprint":3718778430,"invalidFingerprint":false},{"foldername":"ferritecore.mrl.mixin.json","fingerprint":3344989000,"invalidFingerprint":false},{"foldername":"ferritecore.predicates.mixin.json","fingerprint":2801144224,"invalidFingerprint":false},{"foldername":"ferritecore.threaddetec.mixin.json","fingerprint":4027117364,"invalidFingerprint":false},{"foldername":"googleaccess","fingerprint":2484448736,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3369927219,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2809587253,"invalidFingerprint":false},{"foldername":"roadrunner.overrides.properties","fingerprint":36475463,"invalidFingerprint":false},{"foldername":"ferritecore.refmap.json","fingerprint":2285274734,"invalidFingerprint":false}],"packageFingerprint":2683111440,"gameVersion":["Client","NeoForge","1.20.1","Forge","1.20","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":429235,"fileNameOnDisk":"ferritecore-6.0.1-forge.jar","hashes":[{"type":1,"value":"417fb6ce8f52abf40bd9d0390371790f9576f8ba"},{"type":2,"value":"f52f538207a4829d7060550092ce2383"}]}},{"instanceID":"c13d80d3-7c16-46fb-b3b6-a896125b09a6","modSource":0,"addonID":238086,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"KubeJS","modFolderPath":null,"fileNameOnDisk":"kubejs-forge-2001.6.4-build.95.jar","authors":[{"Name":"LatvianModder"}],"primaryAuthor":"LatvianModder","primaryCategoryId":5314,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/kubejs","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/218/214/256/256/637010579670184115.png","tags":[],"installedFile":{"id":4878381,"fileName":"kubejs-forge-2001.6.4-build.95.jar","fileDate":"2023-11-18T21:22:47.203Z","fileLength":1591432,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4878/381/kubejs-forge-2001.6.4-build.95.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419699,"type":3},{"addonId":416294,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2986071586,"invalidFingerprint":false},{"foldername":"architectury.common.json","fingerprint":1069997295,"invalidFingerprint":false},{"foldername":"architectury_inject_KubeJS120_common_f1b6aa71304f44fb80946b16ff6a8cbe_b62d48fe6de5c5c292eb8f986b6cc46631f816ef5e223f7d94179e73dd467e9akubejs200164build95devjar","fingerprint":995374835,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3881697604,"invalidFingerprint":false},{"foldername":"data","fingerprint":196213762,"invalidFingerprint":false},{"foldername":"dev","fingerprint":7866553,"invalidFingerprint":false},{"foldername":"kubejs-common-refmap.json","fingerprint":1346463095,"invalidFingerprint":false},{"foldername":"kubejs-common.mixins.json","fingerprint":2426671071,"invalidFingerprint":false},{"foldername":"kubejs-forge-refmap.json","fingerprint":1493072104,"invalidFingerprint":false},{"foldername":"kubejs-forge.mixins.json","fingerprint":2740693488,"invalidFingerprint":false},{"foldername":"kubejs.plugins.txt","fingerprint":3132297912,"invalidFingerprint":false},{"foldername":"kubejs_logo.png","fingerprint":658118443,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":925984517,"invalidFingerprint":false}],"packageFingerprint":908288899,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":238086,"fileNameOnDisk":"kubejs-forge-2001.6.4-build.95.jar","hashes":[{"type":1,"value":"eac452d190a79ef06b252fdd654cfb2e65d57a99"},{"type":2,"value":"e5ca8b8a04654726baad46e3690618b5"}]},"dateInstalled":"2023-11-16T09:01:13.0327852Z","dateUpdated":"2023-11-18T22:56:35.1914056Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4878381,"fileName":"kubejs-forge-2001.6.4-build.95.jar","fileDate":"2023-11-18T21:22:47.203Z","fileLength":1591432,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4878/381/kubejs-forge-2001.6.4-build.95.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419699,"type":3},{"addonId":416294,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2986071586,"invalidFingerprint":false},{"foldername":"architectury.common.json","fingerprint":1069997295,"invalidFingerprint":false},{"foldername":"architectury_inject_KubeJS120_common_f1b6aa71304f44fb80946b16ff6a8cbe_b62d48fe6de5c5c292eb8f986b6cc46631f816ef5e223f7d94179e73dd467e9akubejs200164build95devjar","fingerprint":995374835,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3881697604,"invalidFingerprint":false},{"foldername":"data","fingerprint":196213762,"invalidFingerprint":false},{"foldername":"dev","fingerprint":7866553,"invalidFingerprint":false},{"foldername":"kubejs-common-refmap.json","fingerprint":1346463095,"invalidFingerprint":false},{"foldername":"kubejs-common.mixins.json","fingerprint":2426671071,"invalidFingerprint":false},{"foldername":"kubejs-forge-refmap.json","fingerprint":1493072104,"invalidFingerprint":false},{"foldername":"kubejs-forge.mixins.json","fingerprint":2740693488,"invalidFingerprint":false},{"foldername":"kubejs.plugins.txt","fingerprint":3132297912,"invalidFingerprint":false},{"foldername":"kubejs_logo.png","fingerprint":658118443,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":925984517,"invalidFingerprint":false}],"packageFingerprint":908288899,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":238086,"fileNameOnDisk":"kubejs-forge-2001.6.4-build.95.jar","hashes":[{"type":1,"value":"eac452d190a79ef06b252fdd654cfb2e65d57a99"},{"type":2,"value":"e5ca8b8a04654726baad46e3690618b5"}]}},{"instanceID":"bb67a669-664e-474b-b869-d1988e08a88c","modSource":0,"addonID":633823,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Almost Unified","modFolderPath":null,"fileNameOnDisk":"almostunified-forge-1.20.1-0.7.1.jar","authors":[{"Name":"AlmostReliable"},{"Name":"Relentless"},{"Name":"Lytho"}],"primaryAuthor":"AlmostReliable","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/almost-unified","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/560/421/256/256/637911433758832569.png","tags":[],"installedFile":{"id":4875432,"fileName":"almostunified-forge-1.20.1-0.7.1.jar","fileDate":"2023-11-17T17:29:48.12Z","fileLength":202284,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4875/432/almostunified-forge-1.20.1-0.7.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2},{"addonId":310111,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1641627317,"invalidFingerprint":false},{"foldername":"almostunified-common-Common-refmap.json","fingerprint":4044702116,"invalidFingerprint":false},{"foldername":"almostunified-common.mixins.json","fingerprint":1169949983,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1014801010,"invalidFingerprint":false},{"foldername":"com","fingerprint":4010047581,"invalidFingerprint":false},{"foldername":"kubejs.bindings.txt","fingerprint":4213512750,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":327418884,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2230933658,"invalidFingerprint":false}],"packageFingerprint":2276570319,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":633823,"fileNameOnDisk":"almostunified-forge-1.20.1-0.7.1.jar","hashes":[{"type":1,"value":"95b0d821266308affa1b3f73789302c8e82704cf"},{"type":2,"value":"35dd770eac8064b2a1f9dcf48056e986"}]},"dateInstalled":"2023-11-17T18:33:34.4012957Z","dateUpdated":"2023-11-17T18:33:34.4012957Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4875432,"fileName":"almostunified-forge-1.20.1-0.7.1.jar","fileDate":"2023-11-17T17:29:48.12Z","fileLength":202284,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4875/432/almostunified-forge-1.20.1-0.7.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2},{"addonId":310111,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1641627317,"invalidFingerprint":false},{"foldername":"almostunified-common-Common-refmap.json","fingerprint":4044702116,"invalidFingerprint":false},{"foldername":"almostunified-common.mixins.json","fingerprint":1169949983,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1014801010,"invalidFingerprint":false},{"foldername":"com","fingerprint":4010047581,"invalidFingerprint":false},{"foldername":"kubejs.bindings.txt","fingerprint":4213512750,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":327418884,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2230933658,"invalidFingerprint":false}],"packageFingerprint":2276570319,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":633823,"fileNameOnDisk":"almostunified-forge-1.20.1-0.7.1.jar","hashes":[{"type":1,"value":"95b0d821266308affa1b3f73789302c8e82704cf"},{"type":2,"value":"35dd770eac8064b2a1f9dcf48056e986"}]}},{"instanceID":"b9aed4ce-6417-4f09-a0a7-786ae6479689","modSource":0,"addonID":310111,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Roughly Enough Items Fabric/Forge (REI)","modFolderPath":null,"fileNameOnDisk":"RoughlyEnoughItems-12.0.674.jar","authors":[{"Name":"shedaniel"}],"primaryAuthor":"shedaniel","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/282/25/256/256/637287701215436754.png","tags":[],"installedFile":{"id":4834408,"fileName":"RoughlyEnoughItems-12.0.674.jar","fileDate":"2023-11-02T08:12:17.443Z","fileLength":2241018,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4834/408/RoughlyEnoughItems-12.0.674.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":348521,"type":3},{"addonId":521393,"type":3},{"addonId":419699,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1893095421,"invalidFingerprint":false},{"foldername":"roughlyenoughitems","fingerprint":2369514943,"invalidFingerprint":false},{"foldername":"roughlyenoughitems.changes.json","fingerprint":1035620197,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1262880835,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1307682745,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1972081312,"invalidFingerprint":false},{"foldername":"rei.mixins.json","fingerprint":2356844520,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1583793709,"invalidFingerprint":false},{"foldername":"RoughlyEnoughItems-forge-refmap.json","fingerprint":2330879791,"invalidFingerprint":false},{"foldername":"me","fingerprint":1371354369,"invalidFingerprint":false}],"packageFingerprint":72315861,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":310111,"fileNameOnDisk":"RoughlyEnoughItems-12.0.674.jar","hashes":[{"type":1,"value":"cf3fa6675978c4db32a214c08bdff3e3bd27c37d"},{"type":2,"value":"0dd340ee6a800ee2f6ebb4f105dee6fe"}]},"dateInstalled":"2023-11-16T09:01:12.7595124Z","dateUpdated":"2023-11-16T09:01:12.7595124Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4834408,"fileName":"RoughlyEnoughItems-12.0.674.jar","fileDate":"2023-11-02T08:12:17.443Z","fileLength":2241018,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4834/408/RoughlyEnoughItems-12.0.674.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":348521,"type":3},{"addonId":521393,"type":3},{"addonId":419699,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1893095421,"invalidFingerprint":false},{"foldername":"roughlyenoughitems","fingerprint":2369514943,"invalidFingerprint":false},{"foldername":"roughlyenoughitems.changes.json","fingerprint":1035620197,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1262880835,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1307682745,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1972081312,"invalidFingerprint":false},{"foldername":"rei.mixins.json","fingerprint":2356844520,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1583793709,"invalidFingerprint":false},{"foldername":"RoughlyEnoughItems-forge-refmap.json","fingerprint":2330879791,"invalidFingerprint":false},{"foldername":"me","fingerprint":1371354369,"invalidFingerprint":false}],"packageFingerprint":72315861,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":310111,"fileNameOnDisk":"RoughlyEnoughItems-12.0.674.jar","hashes":[{"type":1,"value":"cf3fa6675978c4db32a214c08bdff3e3bd27c37d"},{"type":2,"value":"0dd340ee6a800ee2f6ebb4f105dee6fe"}]}},{"instanceID":"fbcd4287-0cd3-44fc-abe8-2ae6a9d839b2","modSource":0,"addonID":908741,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Embeddium","modFolderPath":null,"fileNameOnDisk":"embeddium-0.2.9+mc1.20.1.jar","authors":[{"Name":"embeddedt"}],"primaryAuthor":"embeddedt","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/embeddium","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/893/778/256/256/638336829931216743.png","tags":[],"installedFile":{"id":4862491,"fileName":"embeddium-0.2.9+mc1.20.1.jar","fileDate":"2023-11-12T17:56:34.76Z","fileLength":877617,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4862/491/embeddium-0.2.9%2bmc1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2133657259,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":3472331479,"invalidFingerprint":false},{"foldername":"assets","fingerprint":903460024,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":318634973,"invalidFingerprint":false},{"foldername":"icon.svg","fingerprint":2533547597,"invalidFingerprint":false},{"foldername":"me","fingerprint":750428849,"invalidFingerprint":false},{"foldername":"mixins.rubidium.refmap.json","fingerprint":1143109035,"invalidFingerprint":false},{"foldername":"net","fingerprint":594186433,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2907500975,"invalidFingerprint":false},{"foldername":"programmer_art","fingerprint":1620673151,"invalidFingerprint":false},{"foldername":"rubidium.mixins.json","fingerprint":803927909,"invalidFingerprint":false}],"packageFingerprint":2074027013,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":908741,"fileNameOnDisk":"embeddium-0.2.9+mc1.20.1.jar","hashes":[{"type":1,"value":"38f71a93983253c0dc60cca6df506acd78d6386f"},{"type":2,"value":"b2200a2cdb6020245e16e60164d37485"}]},"dateInstalled":"2023-11-16T09:01:13.7040634Z","dateUpdated":"2023-11-16T09:01:13.7040634Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":true,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4862491,"fileName":"embeddium-0.2.9+mc1.20.1.jar","fileDate":"2023-11-12T17:56:34.76Z","fileLength":877617,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4862/491/embeddium-0.2.9%2bmc1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2133657259,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":3472331479,"invalidFingerprint":false},{"foldername":"assets","fingerprint":903460024,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":318634973,"invalidFingerprint":false},{"foldername":"icon.svg","fingerprint":2533547597,"invalidFingerprint":false},{"foldername":"me","fingerprint":750428849,"invalidFingerprint":false},{"foldername":"mixins.rubidium.refmap.json","fingerprint":1143109035,"invalidFingerprint":false},{"foldername":"net","fingerprint":594186433,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2907500975,"invalidFingerprint":false},{"foldername":"programmer_art","fingerprint":1620673151,"invalidFingerprint":false},{"foldername":"rubidium.mixins.json","fingerprint":803927909,"invalidFingerprint":false}],"packageFingerprint":2074027013,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":908741,"fileNameOnDisk":"embeddium-0.2.9+mc1.20.1.jar","hashes":[{"type":1,"value":"38f71a93983253c0dc60cca6df506acd78d6386f"},{"type":2,"value":"b2200a2cdb6020245e16e60164d37485"}]}},{"instanceID":"806d1170-dd42-41ef-a793-90d7cee158e3","modSource":0,"addonID":916493,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"AstikorCarts Redux","modFolderPath":null,"fileNameOnDisk":"astikorcarts-1.20.x-1.1.6.jar","authors":[{"Name":"jusipat"}],"primaryAuthor":"jusipat","primaryCategoryId":422,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/astikor-carts-redux","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/881/664/256/256/638312052934413502.png","tags":[],"installedFile":{"id":4797195,"fileName":"astikorcarts-1.20.x-1.1.6.jar","fileDate":"2023-10-13T22:16:45.903Z","fileLength":229383,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4797/195/astikorcarts-1.20.x-1.1.6.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":549077137,"invalidFingerprint":false},{"foldername":"de","fingerprint":998760120,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3070256575,"invalidFingerprint":false},{"foldername":"data","fingerprint":128189404,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":756595764,"invalidFingerprint":false}],"packageFingerprint":497668226,"gameVersion":["Client","NeoForge","1.20.1","Forge","1.20","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":916493,"fileNameOnDisk":"astikorcarts-1.20.x-1.1.6.jar","hashes":[{"type":1,"value":"7c5cef85ef1f6cd2b23148c4983e939fdfefce1c"},{"type":2,"value":"ca40650762929b2c7c0e87239c14f019"}]},"dateInstalled":"2023-11-16T15:48:15.5051774Z","dateUpdated":"2023-11-16T15:48:15.5057796Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4797195,"fileName":"astikorcarts-1.20.x-1.1.6.jar","fileDate":"2023-10-13T22:16:45.903Z","fileLength":229383,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4797/195/astikorcarts-1.20.x-1.1.6.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":549077137,"invalidFingerprint":false},{"foldername":"de","fingerprint":998760120,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3070256575,"invalidFingerprint":false},{"foldername":"data","fingerprint":128189404,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":756595764,"invalidFingerprint":false}],"packageFingerprint":497668226,"gameVersion":["Client","NeoForge","1.20.1","Forge","1.20","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":916493,"fileNameOnDisk":"astikorcarts-1.20.x-1.1.6.jar","hashes":[{"type":1,"value":"7c5cef85ef1f6cd2b23148c4983e939fdfefce1c"},{"type":2,"value":"ca40650762929b2c7c0e87239c14f019"}]}},{"instanceID":"711e2ce2-dc4b-4c63-913b-42ad73304a5c","modSource":0,"addonID":635042,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Ad Astra","modFolderPath":null,"fileNameOnDisk":"ad_astra-forge-1.20.1-1.15.4.jar","authors":[{"Name":"AlexNijjar"}],"primaryAuthor":"AlexNijjar","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ad-astra","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/641/352/256/256/638043417933656861.png","tags":[],"installedFile":{"id":4774342,"fileName":"ad_astra-forge-1.20.1-1.15.4.jar","fileDate":"2023-09-29T17:01:20.86Z","fileLength":10354890,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4774/342/ad_astra-forge-1.20.1-1.15.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":714059,"type":3},{"addonId":704113,"type":3},{"addonId":310111,"type":2},{"addonId":570073,"type":3},{"addonId":306770,"type":2},{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4018205982,"invalidFingerprint":false},{"foldername":"architectury.common.json","fingerprint":982008495,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1101611042,"invalidFingerprint":false},{"foldername":"ad_astra-common.mixins.json","fingerprint":2899251412,"invalidFingerprint":false},{"foldername":"ad_astra.accesswidener","fingerprint":2416968542,"invalidFingerprint":false},{"foldername":"ad-astra-common-refmap.json","fingerprint":717633076,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1011391799,"invalidFingerprint":false},{"foldername":"ad_astra.mixins.json","fingerprint":423193428,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":524925648,"invalidFingerprint":false},{"foldername":"data","fingerprint":437504002,"invalidFingerprint":false},{"foldername":"ad_astra-forge-1.20.1-forge-refmap.json","fingerprint":2107575249,"invalidFingerprint":false},{"foldername":"earth","fingerprint":623877127,"invalidFingerprint":false},{"foldername":"architectury_inject_AdAstra_common_0c85ade6f01a4b4d9a069fe754f9fe45_ce6dbb8cebde254a0ccce255a6ed4ced051b89deffca6cfb96ed725c197d6401adastra1154devjar","fingerprint":399379973,"invalidFingerprint":false}],"packageFingerprint":2425656454,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":635042,"fileNameOnDisk":"ad_astra-forge-1.20.1-1.15.4.jar","hashes":[{"type":1,"value":"3730a4fafb3f2432226ee195f133ac39949519f6"},{"type":2,"value":"7c86268f6a4165e4842ec160a528b651"}]},"dateInstalled":"2023-11-19T12:26:54.0635567Z","dateUpdated":"2023-11-19T12:26:54.0635567Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4774342,"fileName":"ad_astra-forge-1.20.1-1.15.4.jar","fileDate":"2023-09-29T17:01:20.86Z","fileLength":10354890,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4774/342/ad_astra-forge-1.20.1-1.15.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":714059,"type":3},{"addonId":704113,"type":3},{"addonId":310111,"type":2},{"addonId":570073,"type":3},{"addonId":306770,"type":2},{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4018205982,"invalidFingerprint":false},{"foldername":"architectury.common.json","fingerprint":982008495,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1101611042,"invalidFingerprint":false},{"foldername":"ad_astra-common.mixins.json","fingerprint":2899251412,"invalidFingerprint":false},{"foldername":"ad_astra.accesswidener","fingerprint":2416968542,"invalidFingerprint":false},{"foldername":"ad-astra-common-refmap.json","fingerprint":717633076,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1011391799,"invalidFingerprint":false},{"foldername":"ad_astra.mixins.json","fingerprint":423193428,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":524925648,"invalidFingerprint":false},{"foldername":"data","fingerprint":437504002,"invalidFingerprint":false},{"foldername":"ad_astra-forge-1.20.1-forge-refmap.json","fingerprint":2107575249,"invalidFingerprint":false},{"foldername":"earth","fingerprint":623877127,"invalidFingerprint":false},{"foldername":"architectury_inject_AdAstra_common_0c85ade6f01a4b4d9a069fe754f9fe45_ce6dbb8cebde254a0ccce255a6ed4ced051b89deffca6cfb96ed725c197d6401adastra1154devjar","fingerprint":399379973,"invalidFingerprint":false}],"packageFingerprint":2425656454,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":635042,"fileNameOnDisk":"ad_astra-forge-1.20.1-1.15.4.jar","hashes":[{"type":1,"value":"3730a4fafb3f2432226ee195f133ac39949519f6"},{"type":2,"value":"7c86268f6a4165e4842ec160a528b651"}]}},{"instanceID":"9b7d8134-219e-46fa-a1fa-39c1f1de5573","modSource":0,"addonID":237307,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Cosmetic Armor Reworked","modFolderPath":null,"fileNameOnDisk":"cosmeticarmorreworked-1.20.1-v1a.jar","authors":[{"Name":"LainMI"}],"primaryAuthor":"LainMI","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cosmetic-armor-reworked","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/27/600/256/256/635812915333870435.png","tags":[],"installedFile":{"id":4600191,"fileName":"cosmeticarmorreworked-1.20.1-v1a.jar","fileDate":"2023-06-21T05:37:55.983Z","fileLength":88752,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4600/191/cosmeticarmorreworked-1.20.1-v1a.jar","isAlternate":false,"alternateFileId":4600193,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3679091067,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":213336249,"invalidFingerprint":false},{"foldername":"assets","fingerprint":31325333,"invalidFingerprint":false},{"foldername":"lain","fingerprint":501733282,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2742987263,"invalidFingerprint":false}],"packageFingerprint":3614955629,"gameVersion":["Client","1.20.1","Forge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":237307,"fileNameOnDisk":"cosmeticarmorreworked-1.20.1-v1a.jar","hashes":[{"type":1,"value":"afd9fa3fe95e8c086e8d439df403ed1e5ea5cbea"},{"type":2,"value":"2454075e9a25cbadc0fce66502e3261d"}]},"dateInstalled":"2023-11-16T09:01:10.1982085Z","dateUpdated":"2023-11-16T09:01:10.1982085Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4600191,"fileName":"cosmeticarmorreworked-1.20.1-v1a.jar","fileDate":"2023-06-21T05:37:55.983Z","fileLength":88752,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4600/191/cosmeticarmorreworked-1.20.1-v1a.jar","isAlternate":false,"alternateFileId":4600193,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3679091067,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":213336249,"invalidFingerprint":false},{"foldername":"assets","fingerprint":31325333,"invalidFingerprint":false},{"foldername":"lain","fingerprint":501733282,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2742987263,"invalidFingerprint":false}],"packageFingerprint":3614955629,"gameVersion":["Client","1.20.1","Forge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":237307,"fileNameOnDisk":"cosmeticarmorreworked-1.20.1-v1a.jar","hashes":[{"type":1,"value":"afd9fa3fe95e8c086e8d439df403ed1e5ea5cbea"},{"type":2,"value":"2454075e9a25cbadc0fce66502e3261d"}]}},{"instanceID":"77c044a7-f82b-473a-87dc-5f9fa7191ec3","modSource":0,"addonID":257814,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"CreativeCore","modFolderPath":null,"fileNameOnDisk":"CreativeCore_FORGE_v2.11.10_mc1.20.1.jar","authors":[{"Name":"CreativeMD"}],"primaryAuthor":"CreativeMD","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/creativecore","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/86/225/256/256/636207446427836220.png","tags":[],"installedFile":{"id":4874915,"fileName":"CreativeCore_FORGE_v2.11.10_mc1.20.1.jar","fileDate":"2023-11-17T12:10:38.137Z","fileLength":1072167,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4874/915/CreativeCore_FORGE_v2.11.10_mc1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3012677504,"invalidFingerprint":false},{"foldername":"assets","fingerprint":545670715,"invalidFingerprint":false},{"foldername":"creativecore.forge.mixins.json","fingerprint":3638517475,"invalidFingerprint":false},{"foldername":"creativecore.mixins.json","fingerprint":702859444,"invalidFingerprint":false},{"foldername":"creativecore.mixins.refmap.json","fingerprint":916406189,"invalidFingerprint":false},{"foldername":"creativecore.png","fingerprint":1124175186,"invalidFingerprint":false},{"foldername":"net","fingerprint":3427567070,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2977171524,"invalidFingerprint":false},{"foldername":"team","fingerprint":406345753,"invalidFingerprint":false}],"packageFingerprint":1866610096,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":257814,"fileNameOnDisk":"CreativeCore_FORGE_v2.11.10_mc1.20.1.jar","hashes":[{"type":1,"value":"26c13484ef4c07e503e1ba1ac23e26fd58a7c381"},{"type":2,"value":"754e54ecc301545e240e553cbceefcda"}]},"dateInstalled":"2023-11-16T09:01:13.2555911Z","dateUpdated":"2023-11-17T14:44:11.4852745Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4874915,"fileName":"CreativeCore_FORGE_v2.11.10_mc1.20.1.jar","fileDate":"2023-11-17T12:10:38.137Z","fileLength":1072167,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4874/915/CreativeCore_FORGE_v2.11.10_mc1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3012677504,"invalidFingerprint":false},{"foldername":"assets","fingerprint":545670715,"invalidFingerprint":false},{"foldername":"creativecore.forge.mixins.json","fingerprint":3638517475,"invalidFingerprint":false},{"foldername":"creativecore.mixins.json","fingerprint":702859444,"invalidFingerprint":false},{"foldername":"creativecore.mixins.refmap.json","fingerprint":916406189,"invalidFingerprint":false},{"foldername":"creativecore.png","fingerprint":1124175186,"invalidFingerprint":false},{"foldername":"net","fingerprint":3427567070,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2977171524,"invalidFingerprint":false},{"foldername":"team","fingerprint":406345753,"invalidFingerprint":false}],"packageFingerprint":1866610096,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":257814,"fileNameOnDisk":"CreativeCore_FORGE_v2.11.10_mc1.20.1.jar","hashes":[{"type":1,"value":"26c13484ef4c07e503e1ba1ac23e26fd58a7c381"},{"type":2,"value":"754e54ecc301545e240e553cbceefcda"}]}},{"instanceID":"f32b5f4f-159c-4c86-a54a-d583037e94b1","modSource":0,"addonID":268387,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Extended Crafting","modFolderPath":null,"fileNameOnDisk":"ExtendedCrafting-1.20.1-6.0.4.jar","authors":[{"Name":"BlakeBr0"}],"primaryAuthor":"BlakeBr0","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/extended-crafting","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/169/332/256/256/636714557888015581.png","tags":[],"installedFile":{"id":4825810,"fileName":"ExtendedCrafting-1.20.1-6.0.4.jar","fileDate":"2023-10-30T05:35:26.587Z","fileLength":649211,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4825/810/ExtendedCrafting-1.20.1-6.0.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":272335,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1203115135,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2061116662,"invalidFingerprint":false},{"foldername":"com","fingerprint":1218845673,"invalidFingerprint":false},{"foldername":"data","fingerprint":2124485171,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3472924282,"invalidFingerprint":false}],"packageFingerprint":683147794,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":268387,"fileNameOnDisk":"ExtendedCrafting-1.20.1-6.0.4.jar","hashes":[{"type":1,"value":"101352b74440014a7081635c018803741063524c"},{"type":2,"value":"6b9f18a78c7557ad10fa9cc1549685e0"}]},"dateInstalled":"2023-11-16T09:01:12.6285415Z","dateUpdated":"2023-11-16T09:01:12.6285415Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4825810,"fileName":"ExtendedCrafting-1.20.1-6.0.4.jar","fileDate":"2023-10-30T05:35:26.587Z","fileLength":649211,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4825/810/ExtendedCrafting-1.20.1-6.0.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":272335,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1203115135,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2061116662,"invalidFingerprint":false},{"foldername":"com","fingerprint":1218845673,"invalidFingerprint":false},{"foldername":"data","fingerprint":2124485171,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3472924282,"invalidFingerprint":false}],"packageFingerprint":683147794,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":268387,"fileNameOnDisk":"ExtendedCrafting-1.20.1-6.0.4.jar","hashes":[{"type":1,"value":"101352b74440014a7081635c018803741063524c"},{"type":2,"value":"6b9f18a78c7557ad10fa9cc1549685e0"}]}},{"instanceID":"8f9e9a90-7022-4146-9999-3600b830818e","modSource":0,"addonID":459929,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Applied Energistics 2 Wireless Terminals","modFolderPath":null,"fileNameOnDisk":"ae2wtlib-15.1.3-forge.jar","authors":[{"Name":"Mari_023"}],"primaryAuthor":"Mari_023","primaryCategoryId":4545,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/applied-energistics-2-wireless-terminals","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/368/795/256/256/637537459177764432.png","tags":[],"installedFile":{"id":4854662,"fileName":"ae2wtlib-15.1.3-forge.jar","fileDate":"2023-11-09T14:45:38.763Z","fileLength":211362,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4854/662/ae2wtlib-15.1.3-forge.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419699,"type":3},{"addonId":309927,"type":3},{"addonId":223794,"type":3},{"addonId":348521,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2381112783,"invalidFingerprint":false},{"foldername":"ae2wtlib.mixins.json","fingerprint":2416836246,"invalidFingerprint":false},{"foldername":"ae2wtlib.mixins.refmap.json","fingerprint":1394960094,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4114262740,"invalidFingerprint":false},{"foldername":"data","fingerprint":3732992911,"invalidFingerprint":false},{"foldername":"de","fingerprint":2410229141,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1693753483,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3283163697,"invalidFingerprint":false}],"packageFingerprint":4187074193,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":459929,"fileNameOnDisk":"ae2wtlib-15.1.3-forge.jar","hashes":[{"type":1,"value":"36c57ad14904c87c7064d70ea1192ad7d0835d66"},{"type":2,"value":"6a1761d7a77de8c567b681414d2adb75"}]},"dateInstalled":"2023-11-16T09:01:06.7295354Z","dateUpdated":"2023-11-16T09:01:06.7295354Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4854662,"fileName":"ae2wtlib-15.1.3-forge.jar","fileDate":"2023-11-09T14:45:38.763Z","fileLength":211362,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4854/662/ae2wtlib-15.1.3-forge.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419699,"type":3},{"addonId":309927,"type":3},{"addonId":223794,"type":3},{"addonId":348521,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2381112783,"invalidFingerprint":false},{"foldername":"ae2wtlib.mixins.json","fingerprint":2416836246,"invalidFingerprint":false},{"foldername":"ae2wtlib.mixins.refmap.json","fingerprint":1394960094,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4114262740,"invalidFingerprint":false},{"foldername":"data","fingerprint":3732992911,"invalidFingerprint":false},{"foldername":"de","fingerprint":2410229141,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1693753483,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3283163697,"invalidFingerprint":false}],"packageFingerprint":4187074193,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":459929,"fileNameOnDisk":"ae2wtlib-15.1.3-forge.jar","hashes":[{"type":1,"value":"36c57ad14904c87c7064d70ea1192ad7d0835d66"},{"type":2,"value":"6a1761d7a77de8c567b681414d2adb75"}]}},{"instanceID":"cad160d3-119b-4a2b-8cd4-12c61ee991b4","modSource":0,"addonID":404465,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"FTB Library (Forge)","modFolderPath":null,"fileNameOnDisk":"ftb-library-forge-2001.1.4.jar","authors":[{"Name":"FTB"},{"Name":"ErrorMikey"}],"primaryAuthor":"FTB","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ftb-library-forge","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/296/125/256/256/637339523674599205.png","tags":[],"installedFile":{"id":4864329,"fileName":"ftb-library-forge-2001.1.4.jar","fileDate":"2023-11-13T14:27:42.97Z","fileLength":616503,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4864/329/ftb-library-forge-2001.1.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2},{"addonId":310111,"type":2},{"addonId":419699,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1053330724,"invalidFingerprint":false},{"foldername":"ftblibrary.accesswidener","fingerprint":114205849,"invalidFingerprint":false},{"foldername":"ftblibrary-common.mixins.json","fingerprint":2990687815,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3727882066,"invalidFingerprint":false},{"foldername":"kubejs.classfilter.txt","fingerprint":1091646804,"invalidFingerprint":false},{"foldername":"ftb-library-common-refmap.json","fingerprint":1680686693,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":344783043,"invalidFingerprint":false},{"foldername":"dev","fingerprint":1625620514,"invalidFingerprint":false},{"foldername":"architectury_inject_FTBLibrary1201_common_1864df9463fe49279bb300ed83e4ad42_ee0e3d8f2d79a6057ec06b93717d134a605f6b3ee8b704834f2ed1fcc7d3749dftblibrary200114devjar","fingerprint":1647928233,"invalidFingerprint":false}],"packageFingerprint":3355339142,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":404465,"fileNameOnDisk":"ftb-library-forge-2001.1.4.jar","hashes":[{"type":1,"value":"de7fd22d2fd5e5cd5e6060c487df8f97c33933f2"},{"type":2,"value":"709d4779d4e29419cbb43f2b5f8cea1d"}]},"dateInstalled":"2023-11-19T12:03:10.6963424Z","dateUpdated":"2023-11-19T12:03:10.6973214Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4864329,"fileName":"ftb-library-forge-2001.1.4.jar","fileDate":"2023-11-13T14:27:42.97Z","fileLength":616503,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4864/329/ftb-library-forge-2001.1.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2},{"addonId":310111,"type":2},{"addonId":419699,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1053330724,"invalidFingerprint":false},{"foldername":"ftblibrary.accesswidener","fingerprint":114205849,"invalidFingerprint":false},{"foldername":"ftblibrary-common.mixins.json","fingerprint":2990687815,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3727882066,"invalidFingerprint":false},{"foldername":"kubejs.classfilter.txt","fingerprint":1091646804,"invalidFingerprint":false},{"foldername":"ftb-library-common-refmap.json","fingerprint":1680686693,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":344783043,"invalidFingerprint":false},{"foldername":"dev","fingerprint":1625620514,"invalidFingerprint":false},{"foldername":"architectury_inject_FTBLibrary1201_common_1864df9463fe49279bb300ed83e4ad42_ee0e3d8f2d79a6057ec06b93717d134a605f6b3ee8b704834f2ed1fcc7d3749dftblibrary200114devjar","fingerprint":1647928233,"invalidFingerprint":false}],"packageFingerprint":3355339142,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":404465,"fileNameOnDisk":"ftb-library-forge-2001.1.4.jar","hashes":[{"type":1,"value":"de7fd22d2fd5e5cd5e6060c487df8f97c33933f2"},{"type":2,"value":"709d4779d4e29419cbb43f2b5f8cea1d"}]}},{"instanceID":"7b2ddb26-a1f5-4b06-9ab4-00fa1c310135","modSource":0,"addonID":270441,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"ItemPhysic Lite","modFolderPath":null,"fileNameOnDisk":"ItemPhysicLite_FORGE_v1.6.1_mc1.20.jar","authors":[{"Name":"CreativeMD"}],"primaryAuthor":"CreativeMD","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/itemphysic-lite","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/103/313/256/256/636337267977446572.png","tags":[],"installedFile":{"id":4578892,"fileName":"ItemPhysicLite_FORGE_v1.6.1_mc1.20.jar","fileDate":"2023-06-10T20:16:47.667Z","fileLength":19151,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4578/892/ItemPhysicLite_FORGE_v1.6.1_mc1.20.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":257814,"type":3},{"addonId":257814,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1533240586,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":916731452,"invalidFingerprint":false},{"foldername":"itemphysic.png","fingerprint":1928949021,"invalidFingerprint":false},{"foldername":"itemphysiclite.mixin.refmap.json","fingerprint":628011937,"invalidFingerprint":false},{"foldername":"itemphysiclite.mixins.json","fingerprint":1054365591,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3143538246,"invalidFingerprint":false},{"foldername":"team","fingerprint":2567379622,"invalidFingerprint":false}],"packageFingerprint":4019275534,"gameVersion":["1.20.2","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":270441,"fileNameOnDisk":"ItemPhysicLite_FORGE_v1.6.1_mc1.20.jar","hashes":[{"type":1,"value":"283c9706aa3394a21511dad30433cd38db1d5aa9"},{"type":2,"value":"219ce957762f9a17e6bb5196aa77108c"}]},"dateInstalled":"2023-11-16T11:33:40.051059Z","dateUpdated":"2023-11-16T11:33:40.0519023Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4578892,"fileName":"ItemPhysicLite_FORGE_v1.6.1_mc1.20.jar","fileDate":"2023-06-10T20:16:47.667Z","fileLength":19151,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4578/892/ItemPhysicLite_FORGE_v1.6.1_mc1.20.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":257814,"type":3},{"addonId":257814,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1533240586,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":916731452,"invalidFingerprint":false},{"foldername":"itemphysic.png","fingerprint":1928949021,"invalidFingerprint":false},{"foldername":"itemphysiclite.mixin.refmap.json","fingerprint":628011937,"invalidFingerprint":false},{"foldername":"itemphysiclite.mixins.json","fingerprint":1054365591,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3143538246,"invalidFingerprint":false},{"foldername":"team","fingerprint":2567379622,"invalidFingerprint":false}],"packageFingerprint":4019275534,"gameVersion":["1.20.2","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":270441,"fileNameOnDisk":"ItemPhysicLite_FORGE_v1.6.1_mc1.20.jar","hashes":[{"type":1,"value":"283c9706aa3394a21511dad30433cd38db1d5aa9"},{"type":2,"value":"219ce957762f9a17e6bb5196aa77108c"}]}},{"instanceID":"f5d3ec23-7305-43ea-98ba-c811f3385f98","modSource":0,"addonID":450659,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Small Ships [Fabric & Forge]","modFolderPath":null,"fileNameOnDisk":"smallships-forge-1.20.1-2.0.0-a2.3.3.jar","authors":[{"Name":"talhanation"}],"primaryAuthor":"talhanation","primaryCategoryId":422,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/small-ships","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/901/587/256/256/638349051640200134.png","tags":[],"installedFile":{"id":4645815,"fileName":"smallships-forge-1.20.1-2.0.0-a2.3.3.jar","fileDate":"2023-07-15T16:57:04.027Z","fileLength":2056850,"releaseType":3,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4645/815/smallships-forge-1.20.1-2.0.0-a2.3.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4178260350,"invalidFingerprint":false},{"foldername":"smallships-common.mixins.json","fingerprint":1868989861,"invalidFingerprint":false},{"foldername":"smallships-common-soft.mixins.json","fingerprint":2814412795,"invalidFingerprint":false},{"foldername":"data","fingerprint":3556015202,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1536266485,"invalidFingerprint":false},{"foldername":"smallships-common-refmap.json","fingerprint":2040150600,"invalidFingerprint":false},{"foldername":"smallships.mixins.json","fingerprint":3559671692,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":364374674,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":4008814965,"invalidFingerprint":false},{"foldername":"com","fingerprint":3931564345,"invalidFingerprint":false},{"foldername":"architectury_inject_smallships_common_4a78e2fb4a6c47c1ab6ca07f695fd6ea_af10153642c5b57b16b2ed04ecbc88074bcd240dd61e87e9d48357c4dca96761smallships200a233devjar","fingerprint":1380908850,"invalidFingerprint":false}],"packageFingerprint":3363087182,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":450659,"fileNameOnDisk":"smallships-forge-1.20.1-2.0.0-a2.3.3.jar","hashes":[{"type":1,"value":"23a924a3cca7c5575a20c685dd9c7cc56ffc823f"},{"type":2,"value":"b0c2ec86ea23755752388abc7aee016f"}]},"dateInstalled":"2023-11-20T01:04:54.5367983Z","dateUpdated":"2023-11-20T01:04:54.5367983Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4645815,"fileName":"smallships-forge-1.20.1-2.0.0-a2.3.3.jar","fileDate":"2023-07-15T16:57:04.027Z","fileLength":2056850,"releaseType":3,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4645/815/smallships-forge-1.20.1-2.0.0-a2.3.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4178260350,"invalidFingerprint":false},{"foldername":"smallships-common.mixins.json","fingerprint":1868989861,"invalidFingerprint":false},{"foldername":"smallships-common-soft.mixins.json","fingerprint":2814412795,"invalidFingerprint":false},{"foldername":"data","fingerprint":3556015202,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1536266485,"invalidFingerprint":false},{"foldername":"smallships-common-refmap.json","fingerprint":2040150600,"invalidFingerprint":false},{"foldername":"smallships.mixins.json","fingerprint":3559671692,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":364374674,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":4008814965,"invalidFingerprint":false},{"foldername":"com","fingerprint":3931564345,"invalidFingerprint":false},{"foldername":"architectury_inject_smallships_common_4a78e2fb4a6c47c1ab6ca07f695fd6ea_af10153642c5b57b16b2ed04ecbc88074bcd240dd61e87e9d48357c4dca96761smallships200a233devjar","fingerprint":1380908850,"invalidFingerprint":false}],"packageFingerprint":3363087182,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":450659,"fileNameOnDisk":"smallships-forge-1.20.1-2.0.0-a2.3.3.jar","hashes":[{"type":1,"value":"23a924a3cca7c5575a20c685dd9c7cc56ffc823f"},{"type":2,"value":"b0c2ec86ea23755752388abc7aee016f"}]}},{"instanceID":"8091ff93-8f0d-4979-8031-a460ac8f1e53","modSource":0,"addonID":328085,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Create","modFolderPath":null,"fileNameOnDisk":"create-1.20.1-0.5.1.f.jar","authors":[{"Name":"simibubi"}],"primaryAuthor":"simibubi","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/create","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/393/435/256/256/637588742363737916.png","tags":[],"installedFile":{"id":4835191,"fileName":"create-1.20.1-0.5.1.f.jar","fileDate":"2023-11-02T14:59:20.063Z","fileLength":14964127,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4835/191/create-1.20.1-0.5.1.f.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4265779386,"invalidFingerprint":false},{"foldername":"LICENSE_create-1.20.1","fingerprint":1927476733,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3973879768,"invalidFingerprint":false},{"foldername":"com","fingerprint":3388774381,"invalidFingerprint":false},{"foldername":"create.mixins.json","fingerprint":2365246505,"invalidFingerprint":false},{"foldername":"create.refmap.json","fingerprint":1807322698,"invalidFingerprint":false},{"foldername":"data","fingerprint":1594899933,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":2345636260,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2188070675,"invalidFingerprint":false},{"foldername":"resourcepacks","fingerprint":1049399074,"invalidFingerprint":false}],"packageFingerprint":149669326,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":328085,"fileNameOnDisk":"create-1.20.1-0.5.1.f.jar","hashes":[{"type":1,"value":"3fee3c26ebbfdfd59e1371ab73ba1f61b44ef6d0"},{"type":2,"value":"6a097aa0bfc73a4f8372a16e763f9f02"}]},"dateInstalled":"2023-11-16T09:01:10.1976405Z","dateUpdated":"2023-11-16T09:01:10.1976405Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4835191,"fileName":"create-1.20.1-0.5.1.f.jar","fileDate":"2023-11-02T14:59:20.063Z","fileLength":14964127,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4835/191/create-1.20.1-0.5.1.f.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4265779386,"invalidFingerprint":false},{"foldername":"LICENSE_create-1.20.1","fingerprint":1927476733,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3973879768,"invalidFingerprint":false},{"foldername":"com","fingerprint":3388774381,"invalidFingerprint":false},{"foldername":"create.mixins.json","fingerprint":2365246505,"invalidFingerprint":false},{"foldername":"create.refmap.json","fingerprint":1807322698,"invalidFingerprint":false},{"foldername":"data","fingerprint":1594899933,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":2345636260,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2188070675,"invalidFingerprint":false},{"foldername":"resourcepacks","fingerprint":1049399074,"invalidFingerprint":false}],"packageFingerprint":149669326,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":328085,"fileNameOnDisk":"create-1.20.1-0.5.1.f.jar","hashes":[{"type":1,"value":"3fee3c26ebbfdfd59e1371ab73ba1f61b44ef6d0"},{"type":2,"value":"6a097aa0bfc73a4f8372a16e763f9f02"}]}},{"instanceID":"aa7c25f1-58a0-4240-b816-1ac087df3c62","modSource":0,"addonID":367706,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"FancyMenu [Forge]","modFolderPath":null,"fileNameOnDisk":"fancymenu_forge_2.14.9-3_MC_1.20.1.jar","authors":[{"Name":"Keksuccino"}],"primaryAuthor":"Keksuccino","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/fancymenu-forge","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/254/799/256/256/637199727361740756.png","tags":[],"installedFile":{"id":4776833,"fileName":"fancymenu_forge_2.14.9-3_MC_1.20.1.jar","fileDate":"2023-10-01T06:22:50.36Z","fileLength":1394880,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4776/833/fancymenu_forge_2.14.9-3_MC_1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":410295,"type":3},{"addonId":534502,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":852427180,"invalidFingerprint":false},{"foldername":"de","fingerprint":2687566460,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2615002377,"invalidFingerprint":false},{"foldername":"fancymenu.general.mixin.json","fingerprint":1614591769,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3010591904,"invalidFingerprint":false},{"foldername":"fancymenu.general.mixin-refmap.json","fingerprint":1723435553,"invalidFingerprint":false}],"packageFingerprint":3172029222,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":367706,"fileNameOnDisk":"fancymenu_forge_2.14.9-3_MC_1.20.1.jar","hashes":[{"type":1,"value":"fff908c285b52da7218445df41b7902099381a15"},{"type":2,"value":"434d1c2ffec6a8201a1c5200aaa8f002"}]},"dateInstalled":"2023-11-16T09:04:28.145627Z","dateUpdated":"2023-11-16T09:04:28.1466539Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4776833,"fileName":"fancymenu_forge_2.14.9-3_MC_1.20.1.jar","fileDate":"2023-10-01T06:22:50.36Z","fileLength":1394880,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4776/833/fancymenu_forge_2.14.9-3_MC_1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":410295,"type":3},{"addonId":534502,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":852427180,"invalidFingerprint":false},{"foldername":"de","fingerprint":2687566460,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2615002377,"invalidFingerprint":false},{"foldername":"fancymenu.general.mixin.json","fingerprint":1614591769,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3010591904,"invalidFingerprint":false},{"foldername":"fancymenu.general.mixin-refmap.json","fingerprint":1723435553,"invalidFingerprint":false}],"packageFingerprint":3172029222,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":367706,"fileNameOnDisk":"fancymenu_forge_2.14.9-3_MC_1.20.1.jar","hashes":[{"type":1,"value":"fff908c285b52da7218445df41b7902099381a15"},{"type":2,"value":"434d1c2ffec6a8201a1c5200aaa8f002"}]}},{"instanceID":"706f477f-64da-440c-80fc-76befc84ba5b","modSource":0,"addonID":475117,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"FastSuite","modFolderPath":null,"fileNameOnDisk":"FastSuite-1.20.1-5.0.1.jar","authors":[{"Name":"Shadows_of_Fire"}],"primaryAuthor":"Shadows_of_Fire","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/fastsuite","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/376/17/256/256/637551781740482627.png","tags":[],"installedFile":{"id":4711435,"fileName":"FastSuite-1.20.1-5.0.1.jar","fileDate":"2023-08-18T23:10:37.72Z","fileLength":20315,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4711/435/FastSuite-1.20.1-5.0.1.jar","isAlternate":false,"alternateFileId":4711436,"dependencies":[{"addonId":283644,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3248810102,"invalidFingerprint":false},{"foldername":"dev","fingerprint":1635123033,"invalidFingerprint":false},{"foldername":"fastsuite.mixins.json","fingerprint":2167677237,"invalidFingerprint":false},{"foldername":"fastsuite.refmap.json","fingerprint":2902451773,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1704566900,"invalidFingerprint":false}],"packageFingerprint":73298421,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":475117,"fileNameOnDisk":"FastSuite-1.20.1-5.0.1.jar","hashes":[{"type":1,"value":"c418caa1eea74e9f05b4a20862ebc665019250c8"},{"type":2,"value":"a355432ffcf3e2f60fa9a19268468be5"}]},"dateInstalled":"2023-11-16T09:01:13.2565354Z","dateUpdated":"2023-11-16T09:01:13.2565354Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4711435,"fileName":"FastSuite-1.20.1-5.0.1.jar","fileDate":"2023-08-18T23:10:37.72Z","fileLength":20315,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4711/435/FastSuite-1.20.1-5.0.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":283644,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3248810102,"invalidFingerprint":false},{"foldername":"dev","fingerprint":1635123033,"invalidFingerprint":false},{"foldername":"fastsuite.mixins.json","fingerprint":2167677237,"invalidFingerprint":false},{"foldername":"fastsuite.refmap.json","fingerprint":2902451773,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1704566900,"invalidFingerprint":false}],"packageFingerprint":73298421,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":475117,"fileNameOnDisk":"FastSuite-1.20.1-5.0.1.jar","hashes":[{"type":1,"value":"c418caa1eea74e9f05b4a20862ebc665019250c8"},{"type":2,"value":"a355432ffcf3e2f60fa9a19268468be5"}]}},{"instanceID":"2ff7116a-ae7b-46bc-a966-62269e889b6f","modSource":0,"addonID":289412,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"FTB Quests (Forge)","modFolderPath":null,"fileNameOnDisk":"ftb-quests-forge-2001.2.0.jar","authors":[{"Name":"FTB"},{"Name":"ErrorMikey"}],"primaryAuthor":"FTB","primaryCategoryId":422,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ftb-quests-forge","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/275/363/256/256/637261948352026071.png","tags":[],"installedFile":{"id":4872462,"fileName":"ftb-quests-forge-2001.2.0.jar","fileDate":"2023-11-16T11:50:07.733Z","fileLength":1151752,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4872/462/ftb-quests-forge-2001.2.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419699,"type":3},{"addonId":309674,"type":3},{"addonId":404468,"type":3},{"addonId":404465,"type":3},{"addonId":889915,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1616433008,"invalidFingerprint":false},{"foldername":"data","fingerprint":2633498262,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3343531761,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":239616976,"invalidFingerprint":false},{"foldername":"dev","fingerprint":1349899572,"invalidFingerprint":false},{"foldername":"architectury_inject_FTBQuests1201_common_fa68a2ce33934bbf836739f6fc49e087_5e2bd1aa174981fbdf1dd9a6cd9048528455450ce748c073524c139f78972ff8ftbquests200120devjar","fingerprint":2188957732,"invalidFingerprint":false}],"packageFingerprint":1144525744,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":289412,"fileNameOnDisk":"ftb-quests-forge-2001.2.0.jar","hashes":[{"type":1,"value":"e0fb6a20ac029f3b1981d06fb95e34355d175cb5"},{"type":2,"value":"63ac51a16cd3c26bf752f22683f9330f"}]},"dateInstalled":"2023-11-19T12:03:12.2242658Z","dateUpdated":"2023-11-19T12:03:12.2252277Z","status":4,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4872462,"fileName":"ftb-quests-forge-2001.2.0.jar","fileDate":"2023-11-16T11:50:07.733Z","fileLength":1151752,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4872/462/ftb-quests-forge-2001.2.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419699,"type":3},{"addonId":309674,"type":3},{"addonId":404468,"type":3},{"addonId":404465,"type":3},{"addonId":889915,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1616433008,"invalidFingerprint":false},{"foldername":"data","fingerprint":2633498262,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3343531761,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":239616976,"invalidFingerprint":false},{"foldername":"dev","fingerprint":1349899572,"invalidFingerprint":false},{"foldername":"architectury_inject_FTBQuests1201_common_fa68a2ce33934bbf836739f6fc49e087_5e2bd1aa174981fbdf1dd9a6cd9048528455450ce748c073524c139f78972ff8ftbquests200120devjar","fingerprint":2188957732,"invalidFingerprint":false}],"packageFingerprint":1144525744,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":289412,"fileNameOnDisk":"ftb-quests-forge-2001.2.0.jar","hashes":[{"type":1,"value":"e0fb6a20ac029f3b1981d06fb95e34355d175cb5"},{"type":2,"value":"63ac51a16cd3c26bf752f22683f9330f"}]}},{"instanceID":"b07392db-3564-4228-964b-a90f6926f172","modSource":0,"addonID":583345,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Jade Addons (Forge)","modFolderPath":null,"fileNameOnDisk":"JadeAddons-1.20.1-forge-5.2.1.jar","authors":[{"Name":"Snownee"}],"primaryAuthor":"Snownee","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/jade-addons","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/497/744/256/256/637814611670008374.png","tags":[],"installedFile":{"id":4848425,"fileName":"JadeAddons-1.20.1-forge-5.2.1.jar","fileDate":"2023-11-07T18:50:12.82Z","fileLength":58319,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4848/425/JadeAddons-1.20.1-forge-5.2.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":233105,"type":2},{"addonId":59652,"type":2},{"addonId":64578,"type":2},{"addonId":233398,"type":2},{"addonId":324717,"type":3},{"addonId":74072,"type":2},{"addonId":361276,"type":2},{"addonId":328085,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1006657632,"invalidFingerprint":false},{"foldername":"snownee","fingerprint":1099546539,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3817469621,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4087374976,"invalidFingerprint":false}],"packageFingerprint":10167650,"gameVersion":["NeoForge","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":583345,"fileNameOnDisk":"JadeAddons-1.20.1-forge-5.2.1.jar","hashes":[{"type":1,"value":"820317c167edd6ab8cc65321848f9cca49f4a33b"},{"type":2,"value":"e62f76b254762778550b9c10867f3d6f"}]},"dateInstalled":"2023-11-16T09:01:12.039143Z","dateUpdated":"2023-11-16T09:01:12.039143Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4848425,"fileName":"JadeAddons-1.20.1-forge-5.2.1.jar","fileDate":"2023-11-07T18:50:12.82Z","fileLength":58319,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4848/425/JadeAddons-1.20.1-forge-5.2.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":233105,"type":2},{"addonId":59652,"type":2},{"addonId":64578,"type":2},{"addonId":233398,"type":2},{"addonId":324717,"type":3},{"addonId":74072,"type":2},{"addonId":361276,"type":2},{"addonId":328085,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1006657632,"invalidFingerprint":false},{"foldername":"snownee","fingerprint":1099546539,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3817469621,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4087374976,"invalidFingerprint":false}],"packageFingerprint":10167650,"gameVersion":["NeoForge","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":583345,"fileNameOnDisk":"JadeAddons-1.20.1-forge-5.2.1.jar","hashes":[{"type":1,"value":"820317c167edd6ab8cc65321848f9cca49f4a33b"},{"type":2,"value":"e62f76b254762778550b9c10867f3d6f"}]}},{"instanceID":"39597b31-182b-4c12-9da5-d9c5a3162f6c","modSource":0,"addonID":570073,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Resourceful Lib","modFolderPath":null,"fileNameOnDisk":"resourcefullib-forge-1.20.1-2.1.16.jar","authors":[{"Name":"ThatGravyBoat"},{"Name":"epic_oreo"}],"primaryAuthor":"ThatGravyBoat","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/resourceful-lib","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/595/433/256/256/637970304404281534.png","tags":[],"installedFile":{"id":4851864,"fileName":"resourcefullib-forge-1.20.1-2.1.16.jar","fileDate":"2023-11-08T17:57:40.947Z","fileLength":380576,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4851/864/resourcefullib-forge-1.20.1-2.1.16.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3997633170,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1209128241,"invalidFingerprint":false},{"foldername":"com","fingerprint":3780090946,"invalidFingerprint":false},{"foldername":"architectury_inject_ResourcefulLib_common_8fe1641caf7447868f03a9b4ad25dc23_c039abfdb55826d81816a4f42adb28e7d04f1bde3b5b122781d5a18b47613f40resourcefullib2116devjar","fingerprint":1983959790,"invalidFingerprint":false}],"packageFingerprint":3505015751,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":570073,"fileNameOnDisk":"resourcefullib-forge-1.20.1-2.1.16.jar","hashes":[{"type":1,"value":"c9b4133a23d1d897807052b05bc751172c6ffa4a"},{"type":2,"value":"0ba7d419cc8ecb6dc134046ac81bf7d5"}]},"dateInstalled":"2023-11-16T09:01:12.7591628Z","dateUpdated":"2023-11-16T09:01:12.7591628Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4851864,"fileName":"resourcefullib-forge-1.20.1-2.1.16.jar","fileDate":"2023-11-08T17:57:40.947Z","fileLength":380576,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4851/864/resourcefullib-forge-1.20.1-2.1.16.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3997633170,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1209128241,"invalidFingerprint":false},{"foldername":"com","fingerprint":3780090946,"invalidFingerprint":false},{"foldername":"architectury_inject_ResourcefulLib_common_8fe1641caf7447868f03a9b4ad25dc23_c039abfdb55826d81816a4f42adb28e7d04f1bde3b5b122781d5a18b47613f40resourcefullib2116devjar","fingerprint":1983959790,"invalidFingerprint":false}],"packageFingerprint":3505015751,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":570073,"fileNameOnDisk":"resourcefullib-forge-1.20.1-2.1.16.jar","hashes":[{"type":1,"value":"c9b4133a23d1d897807052b05bc751172c6ffa4a"},{"type":2,"value":"0ba7d419cc8ecb6dc134046ac81bf7d5"}]}},{"instanceID":"b6355c4c-29b2-41c3-af9b-cc1fbb85187d","modSource":0,"addonID":286924,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"CustomSkinLoader","modFolderPath":null,"fileNameOnDisk":"CustomSkinLoader_ForgeActive-14.18.1.jar","authors":[{"Name":"xfl03"}],"primaryAuthor":"xfl03","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/customskinloader","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/140/470/256/256/636535280789066585.png","tags":[],"installedFile":{"id":4801419,"fileName":"CustomSkinLoader_ForgeActive-14.18.1.jar","fileDate":"2023-10-16T12:50:59.693Z","fileLength":146347,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4801/419/CustomSkinLoader_ForgeActive-14.18.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4264639212,"invalidFingerprint":false},{"foldername":"BuildInfo.json","fingerprint":1728677223,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":685182685,"invalidFingerprint":false},{"foldername":"customskinloader","fingerprint":1007143082,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2373914563,"invalidFingerprint":false},{"foldername":"transformers.js","fingerprint":3008227010,"invalidFingerprint":false}],"packageFingerprint":3974299897,"gameVersion":["1.17.1","1.19.3","1.20.2","1.18.1","1.19.4","1.18.2","1.19.2","1.20.1","Forge","1.20","1.19.1","1.18","1.19"],"sortableGameVersion":[{"gameVersion":"1.17.1","gameVersionName":"1.17.1","gameVersionTypeId":73242},{"gameVersion":"1.19.3","gameVersionName":"1.19.3","gameVersionTypeId":73407},{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.18.1","gameVersionName":"1.18.1","gameVersionTypeId":73250},{"gameVersion":"1.19.4","gameVersionName":"1.19.4","gameVersionTypeId":73407},{"gameVersion":"1.18.2","gameVersionName":"1.18.2","gameVersionTypeId":73250},{"gameVersion":"1.19.2","gameVersionName":"1.19.2","gameVersionTypeId":73407},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"1.19.1","gameVersionName":"1.19.1","gameVersionTypeId":73407},{"gameVersion":"1.18","gameVersionName":"1.18","gameVersionTypeId":73250},{"gameVersion":"1.19","gameVersionName":"1.19","gameVersionTypeId":73407}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":286924,"fileNameOnDisk":"CustomSkinLoader_ForgeActive-14.18.1.jar","hashes":[{"type":1,"value":"46a85f80de3febf0408f98944f009e13d3942d04"},{"type":2,"value":"63619593d778029992f22c54d6b22d46"}]},"dateInstalled":"2023-11-16T09:01:11.2295612Z","dateUpdated":"2023-11-16T09:01:11.2295612Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4801419,"fileName":"CustomSkinLoader_ForgeActive-14.18.1.jar","fileDate":"2023-10-16T12:50:59.693Z","fileLength":146347,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4801/419/CustomSkinLoader_ForgeActive-14.18.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4264639212,"invalidFingerprint":false},{"foldername":"BuildInfo.json","fingerprint":1728677223,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":685182685,"invalidFingerprint":false},{"foldername":"customskinloader","fingerprint":1007143082,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2373914563,"invalidFingerprint":false},{"foldername":"transformers.js","fingerprint":3008227010,"invalidFingerprint":false}],"packageFingerprint":3974299897,"gameVersion":["1.17.1","1.19.3","1.20.2","1.18.1","1.19.4","1.18.2","1.19.2","1.20.1","Forge","1.20","1.19.1","1.18","1.19"],"sortableGameVersion":[{"gameVersion":"1.17.1","gameVersionName":"1.17.1","gameVersionTypeId":73242},{"gameVersion":"1.19.3","gameVersionName":"1.19.3","gameVersionTypeId":73407},{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.18.1","gameVersionName":"1.18.1","gameVersionTypeId":73250},{"gameVersion":"1.19.4","gameVersionName":"1.19.4","gameVersionTypeId":73407},{"gameVersion":"1.18.2","gameVersionName":"1.18.2","gameVersionTypeId":73250},{"gameVersion":"1.19.2","gameVersionName":"1.19.2","gameVersionTypeId":73407},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"1.19.1","gameVersionName":"1.19.1","gameVersionTypeId":73407},{"gameVersion":"1.18","gameVersionName":"1.18","gameVersionTypeId":73250},{"gameVersion":"1.19","gameVersionName":"1.19","gameVersionTypeId":73407}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":286924,"fileNameOnDisk":"CustomSkinLoader_ForgeActive-14.18.1.jar","hashes":[{"type":1,"value":"46a85f80de3febf0408f98944f009e13d3942d04"},{"type":2,"value":"63619593d778029992f22c54d6b22d46"}]}},{"instanceID":"bfdddf95-61ea-4fa9-8fb0-b2120b4858e6","modSource":0,"addonID":324717,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Jade 🔍","modFolderPath":null,"fileNameOnDisk":"Jade-1.20.1-forge-11.6.3.jar","authors":[{"Name":"Snownee"}],"primaryAuthor":"Snownee","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/jade","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/207/323/256/256/636965628804677340.png","tags":[],"installedFile":{"id":4801177,"fileName":"Jade-1.20.1-forge-11.6.3.jar","fileDate":"2023-10-16T05:59:03.413Z","fileLength":514951,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4801/177/Jade-1.20.1-forge-11.6.3.jar","isAlternate":false,"alternateFileId":4801186,"dependencies":[{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2850681834,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1651897935,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1859719455,"invalidFingerprint":false},{"foldername":"jade.mixins.json","fingerprint":936765589,"invalidFingerprint":false},{"foldername":"jade.refmap.json","fingerprint":3498691603,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":316591136,"invalidFingerprint":false},{"foldername":"snownee","fingerprint":2580220080,"invalidFingerprint":false}],"packageFingerprint":1085416519,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":324717,"fileNameOnDisk":"Jade-1.20.1-forge-11.6.3.jar","hashes":[{"type":1,"value":"26fe4f70ff6ae68652f65c65cc300fa6bc416962"},{"type":2,"value":"ce4a210a03ae51630a452f63b3e4f837"}]},"dateInstalled":"2023-11-16T09:01:09.3293622Z","dateUpdated":"2023-11-16T09:01:09.3293622Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4801177,"fileName":"Jade-1.20.1-forge-11.6.3.jar","fileDate":"2023-10-16T05:59:03.413Z","fileLength":514951,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4801/177/Jade-1.20.1-forge-11.6.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2850681834,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1651897935,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1859719455,"invalidFingerprint":false},{"foldername":"jade.mixins.json","fingerprint":936765589,"invalidFingerprint":false},{"foldername":"jade.refmap.json","fingerprint":3498691603,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":316591136,"invalidFingerprint":false},{"foldername":"snownee","fingerprint":2580220080,"invalidFingerprint":false}],"packageFingerprint":1085416519,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":324717,"fileNameOnDisk":"Jade-1.20.1-forge-11.6.3.jar","hashes":[{"type":1,"value":"26fe4f70ff6ae68652f65c65cc300fa6bc416962"},{"type":2,"value":"ce4a210a03ae51630a452f63b3e4f837"}]}},{"instanceID":"1d4f7386-2e3b-4d2b-b5e1-5af0de5bdeb8","modSource":0,"addonID":688231,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Create: Steam 'n' Rails","modFolderPath":null,"fileNameOnDisk":"Steam_Rails-1.5.3+forge-mc1.20.1.jar","authors":[{"Name":"mattentosh"},{"Name":"slimeistdev"},{"Name":"IThundxr"}],"primaryAuthor":"mattentosh","primaryCategoryId":6484,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/create-steam-n-rails","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/635/559/256/256/638037447277826357.png","tags":[],"installedFile":{"id":4836196,"fileName":"Steam_Rails-1.5.3+forge-mc1.20.1.jar","fileDate":"2023-11-02T21:35:24.133Z","fileLength":6704629,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4836/196/Steam_Rails-1.5.3%2bforge-mc1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":328085,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1118464816,"invalidFingerprint":false},{"foldername":"Steam_Rails-common-refmap.json","fingerprint":2964722948,"invalidFingerprint":false},{"foldername":"Steam_Rails-forge-refmap.json","fingerprint":214384560,"invalidFingerprint":false},{"foldername":"architectury_inject_Railway_common_bddb431bebd54a52bc6427b99bef6444_4f2e0a90aa4c37d27983cf6f56ddad15ebb5ffcce393684f6869208483431f25Steam_Rails153commonmc1201devjar","fingerprint":196382784,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1955372180,"invalidFingerprint":false},{"foldername":"com","fingerprint":2092906963,"invalidFingerprint":false},{"foldername":"data","fingerprint":3029894387,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":290108941,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":137118322,"invalidFingerprint":false},{"foldername":"railways-common.mixins.json","fingerprint":2136118642,"invalidFingerprint":false},{"foldername":"railways.mixins.json","fingerprint":2324083871,"invalidFingerprint":false},{"foldername":"resourcepacks","fingerprint":2858025775,"invalidFingerprint":false}],"packageFingerprint":2091337089,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":688231,"fileNameOnDisk":"Steam_Rails-1.5.3+forge-mc1.20.1.jar","hashes":[{"type":1,"value":"ed3611b9a6e947d93a7fdfaf4d6d037c17f5ec6e"},{"type":2,"value":"b92819435eb2bbb44c9418e1b5f247a4"}]},"dateInstalled":"2023-11-16T09:01:09.5575484Z","dateUpdated":"2023-11-16T09:01:09.5575484Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":true,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4836196,"fileName":"Steam_Rails-1.5.3+forge-mc1.20.1.jar","fileDate":"2023-11-02T21:35:24.133Z","fileLength":6704629,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4836/196/Steam_Rails-1.5.3%2bforge-mc1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":328085,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1118464816,"invalidFingerprint":false},{"foldername":"Steam_Rails-common-refmap.json","fingerprint":2964722948,"invalidFingerprint":false},{"foldername":"Steam_Rails-forge-refmap.json","fingerprint":214384560,"invalidFingerprint":false},{"foldername":"architectury_inject_Railway_common_bddb431bebd54a52bc6427b99bef6444_4f2e0a90aa4c37d27983cf6f56ddad15ebb5ffcce393684f6869208483431f25Steam_Rails153commonmc1201devjar","fingerprint":196382784,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1955372180,"invalidFingerprint":false},{"foldername":"com","fingerprint":2092906963,"invalidFingerprint":false},{"foldername":"data","fingerprint":3029894387,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":290108941,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":137118322,"invalidFingerprint":false},{"foldername":"railways-common.mixins.json","fingerprint":2136118642,"invalidFingerprint":false},{"foldername":"railways.mixins.json","fingerprint":2324083871,"invalidFingerprint":false},{"foldername":"resourcepacks","fingerprint":2858025775,"invalidFingerprint":false}],"packageFingerprint":2091337089,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":688231,"fileNameOnDisk":"Steam_Rails-1.5.3+forge-mc1.20.1.jar","hashes":[{"type":1,"value":"ed3611b9a6e947d93a7fdfaf4d6d037c17f5ec6e"},{"type":2,"value":"b92819435eb2bbb44c9418e1b5f247a4"}]}},{"instanceID":"ab5e5d47-5b6f-4a70-bd5c-e4427cdba10b","modSource":0,"addonID":844019,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Astikor Carts TFC","modFolderPath":null,"fileNameOnDisk":"TFCAstikorCarts-1.20.1-1.1.7.1.jar","authors":[{"Name":"Verph"}],"primaryAuthor":"Verph","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/astikor-carts-tfc","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/796/969/256/256/638157622948460692.png","tags":[],"installedFile":{"id":4877639,"fileName":"TFCAstikorCarts-1.20.1-1.1.7.1.jar","fileDate":"2023-11-18T16:19:12.42Z","fileLength":486356,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4877/639/TFCAstikorCarts-1.20.1-1.1.7.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":916493,"type":3},{"addonId":302973,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4135459858,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2159662374,"invalidFingerprint":false},{"foldername":"data","fingerprint":787004508,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1773150427,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":3457288370,"invalidFingerprint":false},{"foldername":"tfcastikorcarts.mixins.json","fingerprint":170704621,"invalidFingerprint":false},{"foldername":"tfcastikorcarts","fingerprint":3798042222,"invalidFingerprint":false}],"packageFingerprint":1692944793,"gameVersion":["Client","NeoForge","1.20.1","Forge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":844019,"fileNameOnDisk":"TFCAstikorCarts-1.20.1-1.1.7.1.jar","hashes":[{"type":1,"value":"4e77ff1768dfdf64371e6460fe72086c0c3b56f0"},{"type":2,"value":"58cf73a5cd8a938b1bb6e54362893a53"}]},"dateInstalled":"2023-11-16T15:48:17.1192412Z","dateUpdated":"2023-11-18T22:56:42.2456917Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4877639,"fileName":"TFCAstikorCarts-1.20.1-1.1.7.1.jar","fileDate":"2023-11-18T16:19:12.42Z","fileLength":486356,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4877/639/TFCAstikorCarts-1.20.1-1.1.7.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":916493,"type":3},{"addonId":302973,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4135459858,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2159662374,"invalidFingerprint":false},{"foldername":"data","fingerprint":787004508,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1773150427,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":3457288370,"invalidFingerprint":false},{"foldername":"tfcastikorcarts.mixins.json","fingerprint":170704621,"invalidFingerprint":false},{"foldername":"tfcastikorcarts","fingerprint":3798042222,"invalidFingerprint":false}],"packageFingerprint":1692944793,"gameVersion":["Client","NeoForge","1.20.1","Forge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":844019,"fileNameOnDisk":"TFCAstikorCarts-1.20.1-1.1.7.1.jar","hashes":[{"type":1,"value":"4e77ff1768dfdf64371e6460fe72086c0c3b56f0"},{"type":2,"value":"58cf73a5cd8a938b1bb6e54362893a53"}]}},{"instanceID":"737d4985-c003-49f2-b05c-9b5273955313","modSource":0,"addonID":521393,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"REI Plugin Compatibilities (REIPC)","modFolderPath":null,"fileNameOnDisk":"REIPluginCompatibilities-forge-12.0.93.jar","authors":[{"Name":"shedaniel"}],"primaryAuthor":"shedaniel","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items-hacks","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/426/650/256/256/637657380468740930.png","tags":[],"installedFile":{"id":4837449,"fileName":"REIPluginCompatibilities-forge-12.0.93.jar","fileDate":"2023-11-03T12:30:32.767Z","fileLength":462966,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4837/449/REIPluginCompatibilities-forge-12.0.93.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":310111,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3168548458,"invalidFingerprint":false},{"foldername":"rei-jei-internals-workaround.mixins.json","fingerprint":8116423,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3927185014,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3030729220,"invalidFingerprint":false},{"foldername":"REIPluginCompatibilities-forge-forge-refmap.json","fingerprint":1493072104,"invalidFingerprint":false},{"foldername":"mezz","fingerprint":665753941,"invalidFingerprint":false},{"foldername":"me","fingerprint":3230642964,"invalidFingerprint":false}],"packageFingerprint":80648374,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":521393,"fileNameOnDisk":"REIPluginCompatibilities-forge-12.0.93.jar","hashes":[{"type":1,"value":"00ba3027cd4942013b22ac07a42f2e0cc6703b8a"},{"type":2,"value":"551c50467decb913d67f072a83f381be"}]},"dateInstalled":"2023-11-16T09:01:12.4029862Z","dateUpdated":"2023-11-16T09:01:12.4029862Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4837449,"fileName":"REIPluginCompatibilities-forge-12.0.93.jar","fileDate":"2023-11-03T12:30:32.767Z","fileLength":462966,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4837/449/REIPluginCompatibilities-forge-12.0.93.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":310111,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3168548458,"invalidFingerprint":false},{"foldername":"rei-jei-internals-workaround.mixins.json","fingerprint":8116423,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3927185014,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3030729220,"invalidFingerprint":false},{"foldername":"REIPluginCompatibilities-forge-forge-refmap.json","fingerprint":1493072104,"invalidFingerprint":false},{"foldername":"mezz","fingerprint":665753941,"invalidFingerprint":false},{"foldername":"me","fingerprint":3230642964,"invalidFingerprint":false}],"packageFingerprint":80648374,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":521393,"fileNameOnDisk":"REIPluginCompatibilities-forge-12.0.93.jar","hashes":[{"type":1,"value":"00ba3027cd4942013b22ac07a42f2e0cc6703b8a"},{"type":2,"value":"551c50467decb913d67f072a83f381be"}]}},{"instanceID":"6ed9bf9b-48f7-4ce9-af1a-bcf056923ab7","modSource":0,"addonID":636608,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Open Parties and Claims","modFolderPath":null,"fileNameOnDisk":"open-parties-and-claims-forge-1.20.1-0.20.1.jar","authors":[{"Name":"xaero96"}],"primaryAuthor":"xaero96","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/open-parties-and-claims","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/564/901/256/256/637921874309421262.png","tags":[],"installedFile":{"id":4784626,"fileName":"open-parties-and-claims-forge-1.20.1-0.20.1.jar","fileDate":"2023-10-06T15:31:57.53Z","fileLength":1218736,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4784/626/open-parties-and-claims-forge-1.20.1-0.20.1.jar","isAlternate":false,"alternateFileId":4784636,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1110690307,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1955730567,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1934500629,"invalidFingerprint":false},{"foldername":"data","fingerprint":2012122340,"invalidFingerprint":false},{"foldername":"openpartiesandclaims.png","fingerprint":244462591,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1677690403,"invalidFingerprint":false},{"foldername":"xaero","fingerprint":2308129466,"invalidFingerprint":false}],"packageFingerprint":3934128621,"gameVersion":["NeoForge","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":636608,"fileNameOnDisk":"open-parties-and-claims-forge-1.20.1-0.20.1.jar","hashes":[{"type":1,"value":"f26c6cb4bef4c86d2253278f9d41eda215948814"},{"type":2,"value":"260c5177e4804a4eb7acf5c9883ad72d"}]},"dateInstalled":"2023-11-16T09:01:11.4596158Z","dateUpdated":"2023-11-16T09:01:11.4596158Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4784626,"fileName":"open-parties-and-claims-forge-1.20.1-0.20.1.jar","fileDate":"2023-10-06T15:31:57.53Z","fileLength":1218736,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4784/626/open-parties-and-claims-forge-1.20.1-0.20.1.jar","isAlternate":false,"alternateFileId":4784636,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1110690307,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1955730567,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1934500629,"invalidFingerprint":false},{"foldername":"data","fingerprint":2012122340,"invalidFingerprint":false},{"foldername":"openpartiesandclaims.png","fingerprint":244462591,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1677690403,"invalidFingerprint":false},{"foldername":"xaero","fingerprint":2308129466,"invalidFingerprint":false}],"packageFingerprint":3934128621,"gameVersion":["NeoForge","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":636608,"fileNameOnDisk":"open-parties-and-claims-forge-1.20.1-0.20.1.jar","hashes":[{"type":1,"value":"f26c6cb4bef4c86d2253278f9d41eda215948814"},{"type":2,"value":"260c5177e4804a4eb7acf5c9883ad72d"}]}},{"instanceID":"a808f349-2b7c-4048-87c8-eecb68c26d77","modSource":0,"addonID":387638,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"More Red","modFolderPath":null,"fileNameOnDisk":"morered-1.20.1-4.0.0.4.jar","authors":[{"Name":"Commoble"}],"primaryAuthor":"Commoble","primaryCategoryId":4558,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/more-red","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/277/38/256/256/637268275199321868.png","tags":[],"installedFile":{"id":4691333,"fileName":"morered-1.20.1-4.0.0.4.jar","fileDate":"2023-08-09T22:13:16.5Z","fileLength":756905,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4691/333/morered-1.20.1-4.0.0.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":571346,"type":1},{"addonId":390880,"type":1}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1122366614,"invalidFingerprint":false},{"foldername":"commoble","fingerprint":2701785689,"invalidFingerprint":false},{"foldername":".cache","fingerprint":122075853,"invalidFingerprint":false},{"foldername":"assets","fingerprint":702626473,"invalidFingerprint":false},{"foldername":"data","fingerprint":2490038554,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3808526655,"invalidFingerprint":false},{"foldername":"morered.mixins.json","fingerprint":3161144379,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2992493463,"invalidFingerprint":false},{"foldername":"morered.refmap.json","fingerprint":724288171,"invalidFingerprint":false}],"packageFingerprint":1106034845,"gameVersion":["Client","NeoForge","1.20.1","Forge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":387638,"fileNameOnDisk":"morered-1.20.1-4.0.0.4.jar","hashes":[{"type":1,"value":"1e49a2fca02e1059bf6c94f6292463ed6e4f6122"},{"type":2,"value":"ea6af92f666cdff46a0a22ea68aa532f"}]},"dateInstalled":"2023-11-19T12:26:56.3784919Z","dateUpdated":"2023-11-19T12:26:56.3784919Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4691333,"fileName":"morered-1.20.1-4.0.0.4.jar","fileDate":"2023-08-09T22:13:16.5Z","fileLength":756905,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4691/333/morered-1.20.1-4.0.0.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":571346,"type":1},{"addonId":390880,"type":1}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1122366614,"invalidFingerprint":false},{"foldername":"commoble","fingerprint":2701785689,"invalidFingerprint":false},{"foldername":".cache","fingerprint":122075853,"invalidFingerprint":false},{"foldername":"assets","fingerprint":702626473,"invalidFingerprint":false},{"foldername":"data","fingerprint":2490038554,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3808526655,"invalidFingerprint":false},{"foldername":"morered.mixins.json","fingerprint":3161144379,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2992493463,"invalidFingerprint":false},{"foldername":"morered.refmap.json","fingerprint":724288171,"invalidFingerprint":false}],"packageFingerprint":1106034845,"gameVersion":["Client","NeoForge","1.20.1","Forge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":387638,"fileNameOnDisk":"morered-1.20.1-4.0.0.4.jar","hashes":[{"type":1,"value":"1e49a2fca02e1059bf6c94f6292463ed6e4f6122"},{"type":2,"value":"ea6af92f666cdff46a0a22ea68aa532f"}]}},{"instanceID":"27a41113-ddf5-4e47-9be4-516fc78fd8d2","modSource":0,"addonID":704113,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Botarium","modFolderPath":null,"fileNameOnDisk":"botarium-forge-1.20.1-2.2.1.jar","authors":[{"Name":"CodexAdrian"},{"Name":"ThatGravyBoat"},{"Name":"terrariumearth"}],"primaryAuthor":"CodexAdrian","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/botarium","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/796/852/256/256/638157303891742582.png","tags":[],"installedFile":{"id":4831434,"fileName":"botarium-forge-1.20.1-2.2.1.jar","fileDate":"2023-11-01T09:07:10.95Z","fileLength":139102,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4831/434/botarium-forge-1.20.1-2.2.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":663118956,"invalidFingerprint":false},{"foldername":"earth","fingerprint":3494231816,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1613450694,"invalidFingerprint":false}],"packageFingerprint":1089259928,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":704113,"fileNameOnDisk":"botarium-forge-1.20.1-2.2.1.jar","hashes":[{"type":1,"value":"d0d985e3ad275c68f8140520312062e41cca37e7"},{"type":2,"value":"490e4ad324ea4d72984a9dd4c923db57"}]},"dateInstalled":"2023-11-19T12:26:54.0643693Z","dateUpdated":"2023-11-19T12:26:54.0643693Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4831434,"fileName":"botarium-forge-1.20.1-2.2.1.jar","fileDate":"2023-11-01T09:07:10.95Z","fileLength":139102,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4831/434/botarium-forge-1.20.1-2.2.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":663118956,"invalidFingerprint":false},{"foldername":"earth","fingerprint":3494231816,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1613450694,"invalidFingerprint":false}],"packageFingerprint":1089259928,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":704113,"fileNameOnDisk":"botarium-forge-1.20.1-2.2.1.jar","hashes":[{"type":1,"value":"d0d985e3ad275c68f8140520312062e41cca37e7"},{"type":2,"value":"490e4ad324ea4d72984a9dd4c923db57"}]}},{"instanceID":"8a6f7b05-cea0-4a32-a946-a591773bb748","modSource":0,"addonID":272335,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Cucumber Library","modFolderPath":null,"fileNameOnDisk":"Cucumber-1.20.1-7.0.4.jar","authors":[{"Name":"BlakeBr0"}],"primaryAuthor":"BlakeBr0","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cucumber","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/169/312/256/256/636714439279875788.png","tags":[],"installedFile":{"id":4825638,"fileName":"Cucumber-1.20.1-7.0.4.jar","fileDate":"2023-10-30T03:35:02.51Z","fileLength":194498,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4825/638/Cucumber-1.20.1-7.0.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3704013026,"invalidFingerprint":false},{"foldername":"assets","fingerprint":762140076,"invalidFingerprint":false},{"foldername":"com","fingerprint":4059680293,"invalidFingerprint":false},{"foldername":"cucumber.mixins.json","fingerprint":1076867305,"invalidFingerprint":false},{"foldername":"cucumber.refmap.json","fingerprint":3374367461,"invalidFingerprint":false},{"foldername":"data","fingerprint":43060781,"invalidFingerprint":false},{"foldername":"kubejs.plugins.txt","fingerprint":712545104,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1619104106,"invalidFingerprint":false}],"packageFingerprint":1557119123,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":272335,"fileNameOnDisk":"Cucumber-1.20.1-7.0.4.jar","hashes":[{"type":1,"value":"8b5bb64ef10fcb0e6d384e7fbe2ff3ae24cad6a1"},{"type":2,"value":"d43ccfab664867c4b989b447a88c70dd"}]},"dateInstalled":"2023-11-16T09:01:09.3297423Z","dateUpdated":"2023-11-16T09:01:09.3297423Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4825638,"fileName":"Cucumber-1.20.1-7.0.4.jar","fileDate":"2023-10-30T03:35:02.51Z","fileLength":194498,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4825/638/Cucumber-1.20.1-7.0.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3704013026,"invalidFingerprint":false},{"foldername":"assets","fingerprint":762140076,"invalidFingerprint":false},{"foldername":"com","fingerprint":4059680293,"invalidFingerprint":false},{"foldername":"cucumber.mixins.json","fingerprint":1076867305,"invalidFingerprint":false},{"foldername":"cucumber.refmap.json","fingerprint":3374367461,"invalidFingerprint":false},{"foldername":"data","fingerprint":43060781,"invalidFingerprint":false},{"foldername":"kubejs.plugins.txt","fingerprint":712545104,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1619104106,"invalidFingerprint":false}],"packageFingerprint":1557119123,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":272335,"fileNameOnDisk":"Cucumber-1.20.1-7.0.4.jar","hashes":[{"type":1,"value":"8b5bb64ef10fcb0e6d384e7fbe2ff3ae24cad6a1"},{"type":2,"value":"d43ccfab664867c4b989b447a88c70dd"}]}},{"instanceID":"9d25630d-a39a-4a13-a0db-707b431f163f","modSource":0,"addonID":326652,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Cupboard","modFolderPath":null,"fileNameOnDisk":"cupboard-1.20.1-2.1.jar","authors":[{"Name":"someaddon"}],"primaryAuthor":"someaddon","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cupboard","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/852/567/256/256/638255508280634753.png","tags":[],"installedFile":{"id":4795348,"fileName":"cupboard-1.20.1-2.1.jar","fileDate":"2023-10-12T17:00:36.67Z","fileLength":21465,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4795/348/cupboard-1.20.1-2.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":282278775,"invalidFingerprint":false},{"foldername":"com","fingerprint":1030726883,"invalidFingerprint":false},{"foldername":"cupboard.mixins.json","fingerprint":3879941027,"invalidFingerprint":false},{"foldername":"cupboard.refmap.json","fingerprint":1715745531,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3152166936,"invalidFingerprint":false}],"packageFingerprint":2612075226,"gameVersion":["Client","NeoForge","1.20.1","Forge","1.20","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":326652,"fileNameOnDisk":"cupboard-1.20.1-2.1.jar","hashes":[{"type":1,"value":"121e464afa8a3c251bacb4097e91635454885628"},{"type":2,"value":"207b2c7c0c74db8b84d38a4f393cad71"}]},"dateInstalled":"2023-11-16T10:50:14.256129Z","dateUpdated":"2023-11-16T10:50:14.2568726Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4795348,"fileName":"cupboard-1.20.1-2.1.jar","fileDate":"2023-10-12T17:00:36.67Z","fileLength":21465,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4795/348/cupboard-1.20.1-2.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":282278775,"invalidFingerprint":false},{"foldername":"com","fingerprint":1030726883,"invalidFingerprint":false},{"foldername":"cupboard.mixins.json","fingerprint":3879941027,"invalidFingerprint":false},{"foldername":"cupboard.refmap.json","fingerprint":1715745531,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3152166936,"invalidFingerprint":false}],"packageFingerprint":2612075226,"gameVersion":["Client","NeoForge","1.20.1","Forge","1.20","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":326652,"fileNameOnDisk":"cupboard-1.20.1-2.1.jar","hashes":[{"type":1,"value":"121e464afa8a3c251bacb4097e91635454885628"},{"type":2,"value":"207b2c7c0c74db8b84d38a4f393cad71"}]}},{"instanceID":"b77da4ca-aaa7-409c-b787-26ee0a6c7c03","modSource":0,"addonID":60089,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Mouse Tweaks","modFolderPath":null,"fileNameOnDisk":"MouseTweaks-forge-mc1.20-2.25.jar","authors":[{"Name":"YaLTeR"}],"primaryAuthor":"YaLTeR","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mouse-tweaks","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/467/691/256/256/637749969243449870.png","tags":[],"installedFile":{"id":4581240,"fileName":"MouseTweaks-forge-mc1.20-2.25.jar","fileDate":"2023-06-11T22:31:35.327Z","fileLength":76146,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4581/240/MouseTweaks-forge-mc1.20-2.25.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":377304902,"invalidFingerprint":false},{"foldername":"mousetweaks-fabric.mixins.json","fingerprint":1722171939,"invalidFingerprint":false},{"foldername":"mousetweaks.mixins.json","fingerprint":33962436,"invalidFingerprint":false},{"foldername":"mousetweaks.mixins.refmap.json","fingerprint":3498187526,"invalidFingerprint":false},{"foldername":"mousetweaks_logo.png","fingerprint":1781016577,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":99466122,"invalidFingerprint":false},{"foldername":"yalter","fingerprint":797099182,"invalidFingerprint":false}],"packageFingerprint":1647930540,"gameVersion":["Client","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":60089,"fileNameOnDisk":"MouseTweaks-forge-mc1.20-2.25.jar","hashes":[{"type":1,"value":"f3e8805d706a36717306d92bd5c45cb2aef854b6"},{"type":2,"value":"b6e9dc4ef5626d20cb14846c63be211f"}]},"dateInstalled":"2023-11-16T09:01:13.7044173Z","dateUpdated":"2023-11-16T09:01:13.7044173Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4581240,"fileName":"MouseTweaks-forge-mc1.20-2.25.jar","fileDate":"2023-06-11T22:31:35.327Z","fileLength":76146,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4581/240/MouseTweaks-forge-mc1.20-2.25.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":377304902,"invalidFingerprint":false},{"foldername":"mousetweaks-fabric.mixins.json","fingerprint":1722171939,"invalidFingerprint":false},{"foldername":"mousetweaks.mixins.json","fingerprint":33962436,"invalidFingerprint":false},{"foldername":"mousetweaks.mixins.refmap.json","fingerprint":3498187526,"invalidFingerprint":false},{"foldername":"mousetweaks_logo.png","fingerprint":1781016577,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":99466122,"invalidFingerprint":false},{"foldername":"yalter","fingerprint":797099182,"invalidFingerprint":false}],"packageFingerprint":1647930540,"gameVersion":["Client","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":60089,"fileNameOnDisk":"MouseTweaks-forge-mc1.20-2.25.jar","hashes":[{"type":1,"value":"f3e8805d706a36717306d92bd5c45cb2aef854b6"},{"type":2,"value":"b6e9dc4ef5626d20cb14846c63be211f"}]}},{"instanceID":"b6ddcc3b-3828-464f-b62f-62b3461144d7","modSource":0,"addonID":433760,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Not Enough Animations","modFolderPath":null,"fileNameOnDisk":"notenoughanimations-forge-1.6.4-mc1.20.jar","authors":[{"Name":"tr7zw"}],"primaryAuthor":"tr7zw","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/not-enough-animations","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/329/74/256/256/637454010542845990.png","tags":[],"installedFile":{"id":4573913,"fileName":"notenoughanimations-forge-1.6.4-mc1.20.jar","fileDate":"2023-06-08T14:39:23.113Z","fileLength":411036,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4573/913/notenoughanimations-forge-1.6.4-mc1.20.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2033781190,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3690986454,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":3421239066,"invalidFingerprint":false},{"foldername":"notenoughanimations.mixins.json","fingerprint":4105253223,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3015268761,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":3668166654,"invalidFingerprint":false},{"foldername":"notenoughanimations.refmap.mixins.json","fingerprint":3530405887,"invalidFingerprint":false},{"foldername":"dev","fingerprint":589972193,"invalidFingerprint":false}],"packageFingerprint":2280535579,"gameVersion":["Forge","1.20","1.20.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":433760,"fileNameOnDisk":"notenoughanimations-forge-1.6.4-mc1.20.jar","hashes":[{"type":1,"value":"47099dc3b5c339ce918bd06523bae22f59c5c65a"},{"type":2,"value":"b7daeedf1bd79c1537ea9acda95ad272"}]},"dateInstalled":"2023-11-16T09:01:13.9296563Z","dateUpdated":"2023-11-16T09:01:13.9296563Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4573913,"fileName":"notenoughanimations-forge-1.6.4-mc1.20.jar","fileDate":"2023-06-08T14:39:23.113Z","fileLength":411036,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4573/913/notenoughanimations-forge-1.6.4-mc1.20.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2033781190,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3690986454,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":3421239066,"invalidFingerprint":false},{"foldername":"notenoughanimations.mixins.json","fingerprint":4105253223,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3015268761,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":3668166654,"invalidFingerprint":false},{"foldername":"notenoughanimations.refmap.mixins.json","fingerprint":3530405887,"invalidFingerprint":false},{"foldername":"dev","fingerprint":589972193,"invalidFingerprint":false}],"packageFingerprint":2280535579,"gameVersion":["Forge","1.20","1.20.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":433760,"fileNameOnDisk":"notenoughanimations-forge-1.6.4-mc1.20.jar","hashes":[{"type":1,"value":"47099dc3b5c339ce918bd06523bae22f59c5c65a"},{"type":2,"value":"b7daeedf1bd79c1537ea9acda95ad272"}]}},{"instanceID":"39051c0f-28a4-4b3a-8cc0-d22ed40aad05","modSource":0,"addonID":251407,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Client Tweaks","modFolderPath":null,"fileNameOnDisk":"clienttweaks-forge-1.20-11.1.0.jar","authors":[{"Name":"BlayTheNinth"}],"primaryAuthor":"BlayTheNinth","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/client-tweaks","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/51/380/256/256/636103071604162274.png","tags":[],"installedFile":{"id":4751740,"fileName":"clienttweaks-forge-1.20-11.1.0.jar","fileDate":"2023-09-14T10:30:30.32Z","fileLength":131208,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4751/740/clienttweaks-forge-1.20-11.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":531761,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2929193971,"invalidFingerprint":false},{"foldername":"LICENSE_clienttweaks","fingerprint":1031176930,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1636807440,"invalidFingerprint":false},{"foldername":"clienttweaks-icon.png","fingerprint":3841637929,"invalidFingerprint":false},{"foldername":"clienttweaks.mixins.json","fingerprint":3898450277,"invalidFingerprint":false},{"foldername":"clienttweaks.refmap.json","fingerprint":2181691992,"invalidFingerprint":false},{"foldername":"net","fingerprint":119392880,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4201922725,"invalidFingerprint":false}],"packageFingerprint":2947018615,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":251407,"fileNameOnDisk":"clienttweaks-forge-1.20-11.1.0.jar","hashes":[{"type":1,"value":"8a117dbbb376360c34d6ba56ce03ce2837bbccc2"},{"type":2,"value":"64f331d8b76c443f2cf11e44297e23eb"}]},"dateInstalled":"2023-11-16T10:40:42.591989Z","dateUpdated":"2023-11-16T10:40:42.5926441Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4751740,"fileName":"clienttweaks-forge-1.20-11.1.0.jar","fileDate":"2023-09-14T10:30:30.32Z","fileLength":131208,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4751/740/clienttweaks-forge-1.20-11.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":531761,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2929193971,"invalidFingerprint":false},{"foldername":"LICENSE_clienttweaks","fingerprint":1031176930,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1636807440,"invalidFingerprint":false},{"foldername":"clienttweaks-icon.png","fingerprint":3841637929,"invalidFingerprint":false},{"foldername":"clienttweaks.mixins.json","fingerprint":3898450277,"invalidFingerprint":false},{"foldername":"clienttweaks.refmap.json","fingerprint":2181691992,"invalidFingerprint":false},{"foldername":"net","fingerprint":119392880,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4201922725,"invalidFingerprint":false}],"packageFingerprint":2947018615,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":251407,"fileNameOnDisk":"clienttweaks-forge-1.20-11.1.0.jar","hashes":[{"type":1,"value":"8a117dbbb376360c34d6ba56ce03ce2837bbccc2"},{"type":2,"value":"64f331d8b76c443f2cf11e44297e23eb"}]}},{"instanceID":"fd20b1b4-c738-40be-990a-bfbd056b4bc6","modSource":0,"addonID":410295,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Konkrete [Forge]","modFolderPath":null,"fileNameOnDisk":"konkrete_forge_1.6.1-2_MC_1.20.jar","authors":[{"Name":"Keksuccino"}],"primaryAuthor":"Keksuccino","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/konkrete","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/302/731/256/256/637368998906148773.png","tags":[],"installedFile":{"id":4583492,"fileName":"konkrete_forge_1.6.1-2_MC_1.20.jar","fileDate":"2023-06-12T23:49:14.013Z","fileLength":624093,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4583/492/konkrete_forge_1.6.1-2_MC_1.20.jar","isAlternate":false,"alternateFileId":4583493,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4120607118,"invalidFingerprint":false},{"foldername":"de","fingerprint":2373049275,"invalidFingerprint":false},{"foldername":"assets","fingerprint":394542683,"invalidFingerprint":false},{"foldername":"konkrete.mixin.json","fingerprint":2521344970,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3687403166,"invalidFingerprint":false},{"foldername":"konkrete.mixin-refmap.json","fingerprint":1900033063,"invalidFingerprint":false}],"packageFingerprint":1917408083,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":410295,"fileNameOnDisk":"konkrete_forge_1.6.1-2_MC_1.20.jar","hashes":[{"type":1,"value":"6714da21ad7a733a1376a186d5248fd06cd53f3b"},{"type":2,"value":"b7ef0350bbf4abc2265a39c556d3efb6"}]},"dateInstalled":"2023-11-16T09:01:13.2571185Z","dateUpdated":"2023-11-16T09:01:13.2571185Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4583492,"fileName":"konkrete_forge_1.6.1-2_MC_1.20.jar","fileDate":"2023-06-12T23:49:14.013Z","fileLength":624093,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4583/492/konkrete_forge_1.6.1-2_MC_1.20.jar","isAlternate":false,"alternateFileId":4583493,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4120607118,"invalidFingerprint":false},{"foldername":"de","fingerprint":2373049275,"invalidFingerprint":false},{"foldername":"assets","fingerprint":394542683,"invalidFingerprint":false},{"foldername":"konkrete.mixin.json","fingerprint":2521344970,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3687403166,"invalidFingerprint":false},{"foldername":"konkrete.mixin-refmap.json","fingerprint":1900033063,"invalidFingerprint":false}],"packageFingerprint":1917408083,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":410295,"fileNameOnDisk":"konkrete_forge_1.6.1-2_MC_1.20.jar","hashes":[{"type":1,"value":"6714da21ad7a733a1376a186d5248fd06cd53f3b"},{"type":2,"value":"b7ef0350bbf4abc2265a39c556d3efb6"}]}},{"instanceID":"4b8c14c5-213a-407d-a57c-5a2fa5a263a2","modSource":0,"addonID":357540,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Inventory HUD+","modFolderPath":null,"fileNameOnDisk":"invhud.forge.1.20.1-3.4.18.jar","authors":[{"Name":"dmitrylovin"}],"primaryAuthor":"dmitrylovin","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/inventory-hud-forge","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/245/612/256/256/637152714912784543.png","tags":[],"installedFile":{"id":4699629,"fileName":"invhud.forge.1.20.1-3.4.18.jar","fileDate":"2023-08-12T08:33:09.133Z","fileLength":223156,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4699/629/invhud.forge.1.20.1-3.4.18.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2119571227,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1535979619,"invalidFingerprint":false},{"foldername":"dlovin","fingerprint":803553344,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":2496424231,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1735266188,"invalidFingerprint":false}],"packageFingerprint":3979933304,"gameVersion":["Client","NeoForge","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":357540,"fileNameOnDisk":"invhud.forge.1.20.1-3.4.18.jar","hashes":[{"type":1,"value":"0ab697cc46a1fd67c7c6b02130c06258bb01ecfc"},{"type":2,"value":"8a666a10eb224ca3d9e7b221ba6784ee"}]},"dateInstalled":"2023-11-16T09:01:09.9695316Z","dateUpdated":"2023-11-16T09:01:09.9695316Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4699629,"fileName":"invhud.forge.1.20.1-3.4.18.jar","fileDate":"2023-08-12T08:33:09.133Z","fileLength":223156,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4699/629/invhud.forge.1.20.1-3.4.18.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2119571227,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1535979619,"invalidFingerprint":false},{"foldername":"dlovin","fingerprint":803553344,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":2496424231,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1735266188,"invalidFingerprint":false}],"packageFingerprint":3979933304,"gameVersion":["Client","NeoForge","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":357540,"fileNameOnDisk":"invhud.forge.1.20.1-3.4.18.jar","hashes":[{"type":1,"value":"0ab697cc46a1fd67c7c6b02130c06258bb01ecfc"},{"type":2,"value":"8a666a10eb224ca3d9e7b221ba6784ee"}]}},{"instanceID":"aab35ef2-0114-4383-b7ac-63b287f1c887","modSource":0,"addonID":309674,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Item Filters","modFolderPath":null,"fileNameOnDisk":"item-filters-forge-2001.1.0-build.59.jar","authors":[{"Name":"LatvianModder"}],"primaryAuthor":"LatvianModder","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/item-filters","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/183/63/256/256/636812486536100113.png","tags":[],"installedFile":{"id":4838266,"fileName":"item-filters-forge-2001.1.0-build.59.jar","fileDate":"2023-11-03T18:45:29.927Z","fileLength":110191,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4838/266/item-filters-forge-2001.1.0-build.59.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419699,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2551210765,"invalidFingerprint":false},{"foldername":"itemfilters-common.mixins.json","fingerprint":3895545159,"invalidFingerprint":false},{"foldername":"data","fingerprint":734738882,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4139533340,"invalidFingerprint":false},{"foldername":"item-filters-common-refmap.json","fingerprint":1493072104,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":551857085,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3876258947,"invalidFingerprint":false},{"foldername":"architectury_inject_ItemFilters1201_common_e9af290c845d43a6b1134351e469507f_c8942102ce7c657b325e1bc52c0e8291319f230144d9971e2cc991cda8898f87itemfilters200110build59devjar","fingerprint":2614043915,"invalidFingerprint":false}],"packageFingerprint":3667785910,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":309674,"fileNameOnDisk":"item-filters-forge-2001.1.0-build.59.jar","hashes":[{"type":1,"value":"55a7f032c59489eca96069a7841601de2ff97590"},{"type":2,"value":"4155fd7faf7daf46f9dcb914e93893e1"}]},"dateInstalled":"2023-11-19T12:03:09.4607196Z","dateUpdated":"2023-11-19T12:03:09.4615979Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4838266,"fileName":"item-filters-forge-2001.1.0-build.59.jar","fileDate":"2023-11-03T18:45:29.927Z","fileLength":110191,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4838/266/item-filters-forge-2001.1.0-build.59.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419699,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2551210765,"invalidFingerprint":false},{"foldername":"itemfilters-common.mixins.json","fingerprint":3895545159,"invalidFingerprint":false},{"foldername":"data","fingerprint":734738882,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4139533340,"invalidFingerprint":false},{"foldername":"item-filters-common-refmap.json","fingerprint":1493072104,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":551857085,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3876258947,"invalidFingerprint":false},{"foldername":"architectury_inject_ItemFilters1201_common_e9af290c845d43a6b1134351e469507f_c8942102ce7c657b325e1bc52c0e8291319f230144d9971e2cc991cda8898f87itemfilters200110build59devjar","fingerprint":2614043915,"invalidFingerprint":false}],"packageFingerprint":3667785910,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":309674,"fileNameOnDisk":"item-filters-forge-2001.1.0-build.59.jar","hashes":[{"type":1,"value":"55a7f032c59489eca96069a7841601de2ff97590"},{"type":2,"value":"4155fd7faf7daf46f9dcb914e93893e1"}]}},{"instanceID":"ca5193b0-3372-4978-974c-2552fd77f0c5","modSource":0,"addonID":288885,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"FastWorkbench","modFolderPath":null,"fileNameOnDisk":"FastWorkbench-1.20.1-8.0.2.jar","authors":[{"Name":"Shadows_of_Fire"}],"primaryAuthor":"Shadows_of_Fire","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/fastworkbench","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/164/244/256/256/636686097718417988.png","tags":[],"installedFile":{"id":4711423,"fileName":"FastWorkbench-1.20.1-8.0.2.jar","fileDate":"2023-08-18T23:06:24.95Z","fileLength":28010,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4711/423/FastWorkbench-1.20.1-8.0.2.jar","isAlternate":false,"alternateFileId":4711424,"dependencies":[{"addonId":283644,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3270152713,"invalidFingerprint":false},{"foldername":"assets","fingerprint":570473012,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3577246158,"invalidFingerprint":false},{"foldername":"fastbench.mixins.json","fingerprint":2508753015,"invalidFingerprint":false},{"foldername":"fastbench.refmap.json","fingerprint":2138326857,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1063136111,"invalidFingerprint":false}],"packageFingerprint":54675229,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":288885,"fileNameOnDisk":"FastWorkbench-1.20.1-8.0.2.jar","hashes":[{"type":1,"value":"f0bd738bf691c16e438a845ebd779a0f59dfd08b"},{"type":2,"value":"73e09370dfca9509a847b4c5bf85ba50"}]},"dateInstalled":"2023-11-16T09:01:13.2553001Z","dateUpdated":"2023-11-16T09:01:13.2553001Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4711423,"fileName":"FastWorkbench-1.20.1-8.0.2.jar","fileDate":"2023-08-18T23:06:24.95Z","fileLength":28010,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4711/423/FastWorkbench-1.20.1-8.0.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":283644,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3270152713,"invalidFingerprint":false},{"foldername":"assets","fingerprint":570473012,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3577246158,"invalidFingerprint":false},{"foldername":"fastbench.mixins.json","fingerprint":2508753015,"invalidFingerprint":false},{"foldername":"fastbench.refmap.json","fingerprint":2138326857,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1063136111,"invalidFingerprint":false}],"packageFingerprint":54675229,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":288885,"fileNameOnDisk":"FastWorkbench-1.20.1-8.0.2.jar","hashes":[{"type":1,"value":"f0bd738bf691c16e438a845ebd779a0f59dfd08b"},{"type":2,"value":"73e09370dfca9509a847b4c5bf85ba50"}]}},{"instanceID":"b337136e-fa43-40e1-9f75-4f2646d7ae31","modSource":0,"addonID":283644,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Placebo","modFolderPath":null,"fileNameOnDisk":"Placebo-1.20.1-8.5.8.jar","authors":[{"Name":"Shadows_of_Fire"}],"primaryAuthor":"Shadows_of_Fire","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/placebo","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/134/260/256/256/636490526725752670.png","tags":[],"installedFile":{"id":4879089,"fileName":"Placebo-1.20.1-8.5.8.jar","fileDate":"2023-11-19T02:53:52.303Z","fileLength":286108,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4879/89/Placebo-1.20.1-8.5.8.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3316553572,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2919967660,"invalidFingerprint":false},{"foldername":"coremods","fingerprint":1846920206,"invalidFingerprint":false},{"foldername":"dev","fingerprint":2751232888,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3099375411,"invalidFingerprint":false},{"foldername":"placebo.mixins.json","fingerprint":3782267002,"invalidFingerprint":false},{"foldername":"placebo.refmap.json","fingerprint":3372774852,"invalidFingerprint":false}],"packageFingerprint":1690211926,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":283644,"fileNameOnDisk":"Placebo-1.20.1-8.5.8.jar","hashes":[{"type":1,"value":"8dcc5995556526fb2cb51803e090bd4929b1d285"},{"type":2,"value":"c0a3104ddb962892dcf7a959787881ea"}]},"dateInstalled":"2023-11-16T09:01:10.8732689Z","dateUpdated":"2023-11-19T08:23:19.0760836Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4879089,"fileName":"Placebo-1.20.1-8.5.8.jar","fileDate":"2023-11-19T02:53:52.303Z","fileLength":286108,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4879/89/Placebo-1.20.1-8.5.8.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3316553572,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2919967660,"invalidFingerprint":false},{"foldername":"coremods","fingerprint":1846920206,"invalidFingerprint":false},{"foldername":"dev","fingerprint":2751232888,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3099375411,"invalidFingerprint":false},{"foldername":"placebo.mixins.json","fingerprint":3782267002,"invalidFingerprint":false},{"foldername":"placebo.refmap.json","fingerprint":3372774852,"invalidFingerprint":false}],"packageFingerprint":1690211926,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":283644,"fileNameOnDisk":"Placebo-1.20.1-8.5.8.jar","hashes":[{"type":1,"value":"8dcc5995556526fb2cb51803e090bd4929b1d285"},{"type":2,"value":"c0a3104ddb962892dcf7a959787881ea"}]}},{"instanceID":"ee077925-1d83-4790-a73b-c4674e2a6ec4","modSource":0,"addonID":422301,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Sophisticated Backpacks","modFolderPath":null,"fileNameOnDisk":"sophisticatedbackpacks-1.20.1-3.18.68.952.jar","authors":[{"Name":"P3pp3rF1y"}],"primaryAuthor":"P3pp3rF1y","primaryCategoryId":420,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/sophisticated-backpacks","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/375/56/256/256/637549610342642859.png","tags":[],"installedFile":{"id":4882589,"fileName":"sophisticatedbackpacks-1.20.1-3.18.68.952.jar","fileDate":"2023-11-19T23:08:16.55Z","fileLength":813318,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4882/589/sophisticatedbackpacks-1.20.1-3.18.68.952.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":233071,"type":2},{"addonId":309927,"type":2},{"addonId":243121,"type":2},{"addonId":301356,"type":2},{"addonId":238222,"type":2},{"addonId":618298,"type":3},{"addonId":225643,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":665688870,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3963221783,"invalidFingerprint":false},{"foldername":"data","fingerprint":3899465074,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":2552684475,"invalidFingerprint":false},{"foldername":"net","fingerprint":3957099648,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1102936719,"invalidFingerprint":false}],"packageFingerprint":511485763,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":422301,"fileNameOnDisk":"sophisticatedbackpacks-1.20.1-3.18.68.952.jar","hashes":[{"type":1,"value":"5fd7a3e9804ea4cc849f7271679531b9e162d5af"},{"type":2,"value":"8e24244d0fc4252c19deebab56452ca4"}]},"dateInstalled":"2023-11-20T01:36:45.8921349Z","dateUpdated":"2023-11-20T01:36:45.8921349Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4882589,"fileName":"sophisticatedbackpacks-1.20.1-3.18.68.952.jar","fileDate":"2023-11-19T23:08:16.55Z","fileLength":813318,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4882/589/sophisticatedbackpacks-1.20.1-3.18.68.952.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":233071,"type":2},{"addonId":309927,"type":2},{"addonId":243121,"type":2},{"addonId":301356,"type":2},{"addonId":238222,"type":2},{"addonId":618298,"type":3},{"addonId":225643,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":665688870,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3963221783,"invalidFingerprint":false},{"foldername":"data","fingerprint":3899465074,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":2552684475,"invalidFingerprint":false},{"foldername":"net","fingerprint":3957099648,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1102936719,"invalidFingerprint":false}],"packageFingerprint":511485763,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":422301,"fileNameOnDisk":"sophisticatedbackpacks-1.20.1-3.18.68.952.jar","hashes":[{"type":1,"value":"5fd7a3e9804ea4cc849f7271679531b9e162d5af"},{"type":2,"value":"8e24244d0fc4252c19deebab56452ca4"}]}},{"instanceID":"e5677a0b-fba7-4877-a472-05bbb75b5eec","modSource":0,"addonID":531761,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Balm (Forge Edition)","modFolderPath":null,"fileNameOnDisk":"balm-forge-1.20.1-7.1.4.jar","authors":[{"Name":"BlayTheNinth"}],"primaryAuthor":"BlayTheNinth","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/balm","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/438/285/256/256/637683437662979606.png","tags":[],"installedFile":{"id":4757228,"fileName":"balm-forge-1.20.1-7.1.4.jar","fileDate":"2023-09-18T06:59:53.103Z","fileLength":339738,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4757/228/balm-forge-1.20.1-7.1.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3558858706,"invalidFingerprint":false},{"foldername":"LICENSE_balm","fingerprint":1031176930,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2476204056,"invalidFingerprint":false},{"foldername":"balm-icon.png","fingerprint":3535347704,"invalidFingerprint":false},{"foldername":"balm.mixins.json","fingerprint":3006297616,"invalidFingerprint":false},{"foldername":"balm.refmap.json","fingerprint":2329319959,"invalidFingerprint":false},{"foldername":"data","fingerprint":2080437699,"invalidFingerprint":false},{"foldername":"net","fingerprint":501733574,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4184954135,"invalidFingerprint":false}],"packageFingerprint":4279225777,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":531761,"fileNameOnDisk":"balm-forge-1.20.1-7.1.4.jar","hashes":[{"type":1,"value":"8be5a9a0506b939c3ad79d7d295a1a0ef6838172"},{"type":2,"value":"6a50faf0124677a42844c6e634142bf8"}]},"dateInstalled":"2023-11-16T10:40:08.5493747Z","dateUpdated":"2023-11-16T10:40:08.5501077Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4757228,"fileName":"balm-forge-1.20.1-7.1.4.jar","fileDate":"2023-09-18T06:59:53.103Z","fileLength":339738,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4757/228/balm-forge-1.20.1-7.1.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3558858706,"invalidFingerprint":false},{"foldername":"LICENSE_balm","fingerprint":1031176930,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2476204056,"invalidFingerprint":false},{"foldername":"balm-icon.png","fingerprint":3535347704,"invalidFingerprint":false},{"foldername":"balm.mixins.json","fingerprint":3006297616,"invalidFingerprint":false},{"foldername":"balm.refmap.json","fingerprint":2329319959,"invalidFingerprint":false},{"foldername":"data","fingerprint":2080437699,"invalidFingerprint":false},{"foldername":"net","fingerprint":501733574,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4184954135,"invalidFingerprint":false}],"packageFingerprint":4279225777,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":531761,"fileNameOnDisk":"balm-forge-1.20.1-7.1.4.jar","hashes":[{"type":1,"value":"8be5a9a0506b939c3ad79d7d295a1a0ef6838172"},{"type":2,"value":"6a50faf0124677a42844c6e634142bf8"}]}},{"instanceID":"d4bf5301-b7fe-40ee-b998-92072f9adbf3","modSource":0,"addonID":240633,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Inventory Sorter","modFolderPath":null,"fileNameOnDisk":"inventorysorter-1.20.1-23.0.1.jar","authors":[{"Name":"cpw"}],"primaryAuthor":"cpw","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/inventory-sorter","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/32/426/256/256/635880235078234387.jpeg","tags":[],"installedFile":{"id":4655091,"fileName":"inventorysorter-1.20.1-23.0.1.jar","fileDate":"2023-07-20T14:45:01.3Z","fileLength":52148,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4655/91/inventorysorter-1.20.1-23.0.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2093141647,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2092552421,"invalidFingerprint":false},{"foldername":"cpw","fingerprint":919197396,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2207555489,"invalidFingerprint":false}],"packageFingerprint":4286723770,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":240633,"fileNameOnDisk":"inventorysorter-1.20.1-23.0.1.jar","hashes":[{"type":1,"value":"32e30b71d7ef67b306a24191c655528509454cb5"},{"type":2,"value":"2adaeb7ef5ca7bc39024e536c22168a4"}]},"dateInstalled":"2023-11-17T18:45:24.1524106Z","dateUpdated":"2023-11-17T18:45:24.1531652Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4655091,"fileName":"inventorysorter-1.20.1-23.0.1.jar","fileDate":"2023-07-20T14:45:01.3Z","fileLength":52148,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4655/91/inventorysorter-1.20.1-23.0.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2093141647,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2092552421,"invalidFingerprint":false},{"foldername":"cpw","fingerprint":919197396,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2207555489,"invalidFingerprint":false}],"packageFingerprint":4286723770,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":240633,"fileNameOnDisk":"inventorysorter-1.20.1-23.0.1.jar","hashes":[{"type":1,"value":"32e30b71d7ef67b306a24191c655528509454cb5"},{"type":2,"value":"2adaeb7ef5ca7bc39024e536c22168a4"}]}},{"instanceID":"2ff6cd2b-d95e-4309-a0e0-1fef06204f49","modSource":0,"addonID":714059,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Resourceful Config","modFolderPath":null,"fileNameOnDisk":"resourcefulconfig-forge-1.20.1-2.1.0.jar","authors":[{"Name":"ThatGravyBoat"},{"Name":"epic_oreo"}],"primaryAuthor":"ThatGravyBoat","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/resourceful-config","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/653/207/256/256/638055943654285366.png","tags":[],"installedFile":{"id":4683092,"fileName":"resourcefulconfig-forge-1.20.1-2.1.0.jar","fileDate":"2023-08-05T04:55:15.81Z","fileLength":129306,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4683/92/resourcefulconfig-forge-1.20.1-2.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2469784682,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2304641713,"invalidFingerprint":false},{"foldername":"com","fingerprint":679933852,"invalidFingerprint":false},{"foldername":"architectury_inject_ResoucefulConfig_common_4856847127614669bf316d3b5519207c_8d668c1d3e9b4d8043cfd0fb346aa813638787af734192262109628f133cb65eresourcefulconfig210devjar","fingerprint":4247838230,"invalidFingerprint":false}],"packageFingerprint":2939156365,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":714059,"fileNameOnDisk":"resourcefulconfig-forge-1.20.1-2.1.0.jar","hashes":[{"type":1,"value":"2708d4cf085b3b8a1fd0dc6212969fdb65c93457"},{"type":2,"value":"c493616a6becd57df228786e17832520"}]},"dateInstalled":"2023-11-19T12:26:56.3817584Z","dateUpdated":"2023-11-19T12:26:56.3817584Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4683092,"fileName":"resourcefulconfig-forge-1.20.1-2.1.0.jar","fileDate":"2023-08-05T04:55:15.81Z","fileLength":129306,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4683/92/resourcefulconfig-forge-1.20.1-2.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2469784682,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2304641713,"invalidFingerprint":false},{"foldername":"com","fingerprint":679933852,"invalidFingerprint":false},{"foldername":"architectury_inject_ResoucefulConfig_common_4856847127614669bf316d3b5519207c_8d668c1d3e9b4d8043cfd0fb346aa813638787af734192262109628f133cb65eresourcefulconfig210devjar","fingerprint":4247838230,"invalidFingerprint":false}],"packageFingerprint":2939156365,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":714059,"fileNameOnDisk":"resourcefulconfig-forge-1.20.1-2.1.0.jar","hashes":[{"type":1,"value":"2708d4cf085b3b8a1fd0dc6212969fdb65c93457"},{"type":2,"value":"c493616a6becd57df228786e17832520"}]}},{"instanceID":"eaf1834b-dbcd-4de5-a0eb-d84c1dcbe2ae","modSource":0,"addonID":312664,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Simple Login","modFolderPath":null,"fileNameOnDisk":"SimpleLogin-1.20.1-1.0.2-all.jar","authors":[{"Name":"seraph_jack"}],"primaryAuthor":"seraph_jack","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/simple-login","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/188/142/256/256/636843337249835876.jpeg","tags":[],"installedFile":{"id":4745380,"fileName":"SimpleLogin-1.20.1-1.0.2-all.jar","fileDate":"2023-09-09T16:09:31.39Z","fileLength":99700,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4745/380/SimpleLogin-1.20.1-1.0.2-all.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2666421310,"invalidFingerprint":false},{"foldername":"top","fingerprint":3260655836,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2327496894,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1396284245,"invalidFingerprint":false},{"foldername":"LICENSE-jBCrypt","fingerprint":4280942548,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":2466599784,"invalidFingerprint":false}],"packageFingerprint":2492584604,"gameVersion":["Client","1.20.1","Forge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":312664,"fileNameOnDisk":"SimpleLogin-1.20.1-1.0.2-all.jar","hashes":[{"type":1,"value":"2fcdb0d2221b32fc4f64dea2957ec0dd7ace3174"},{"type":2,"value":"e48ba16ac4f6eb6d215d9277110d9df0"}]},"dateInstalled":"2023-11-16T09:01:09.969341Z","dateUpdated":"2023-11-16T09:01:09.969341Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4745380,"fileName":"SimpleLogin-1.20.1-1.0.2-all.jar","fileDate":"2023-09-09T16:09:31.39Z","fileLength":99700,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4745/380/SimpleLogin-1.20.1-1.0.2-all.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2666421310,"invalidFingerprint":false},{"foldername":"top","fingerprint":3260655836,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2327496894,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1396284245,"invalidFingerprint":false},{"foldername":"LICENSE-jBCrypt","fingerprint":4280942548,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":2466599784,"invalidFingerprint":false}],"packageFingerprint":2492584604,"gameVersion":["Client","1.20.1","Forge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":312664,"fileNameOnDisk":"SimpleLogin-1.20.1-1.0.2-all.jar","hashes":[{"type":1,"value":"2fcdb0d2221b32fc4f64dea2957ec0dd7ace3174"},{"type":2,"value":"e48ba16ac4f6eb6d215d9277110d9df0"}]}},{"instanceID":"b6b929d8-28bb-4780-9530-5e0066f39182","modSource":0,"addonID":223794,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Applied Energistics 2","modFolderPath":null,"fileNameOnDisk":"appliedenergistics2-forge-15.0.15.jar","authors":[{"Name":"thetechnici4n"},{"Name":"TeamAppliedEnergistics"},{"Name":"shartte"}],"primaryAuthor":"thetechnici4n","primaryCategoryId":415,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/applied-energistics-2","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/19/498/256/256/635696278186178221_animated.gif","tags":[],"installedFile":{"id":4857895,"fileName":"appliedenergistics2-forge-15.0.15.jar","fileDate":"2023-11-10T22:24:58.757Z","fileLength":9801496,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4857/895/appliedenergistics2-forge-15.0.15.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":245211,"type":2},{"addonId":238222,"type":2},{"addonId":440979,"type":2},{"addonId":310111,"type":2},{"addonId":324717,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":111291628,"invalidFingerprint":false},{"foldername":"NOTICE","fingerprint":303294545,"invalidFingerprint":false},{"foldername":"ae2.mixins.json","fingerprint":513164423,"invalidFingerprint":false},{"foldername":"ae2.mixins.refmap.json","fingerprint":762122880,"invalidFingerprint":false},{"foldername":"appeng","fingerprint":281928080,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3255799147,"invalidFingerprint":false},{"foldername":"com","fingerprint":2998208961,"invalidFingerprint":false},{"foldername":"data","fingerprint":4035539439,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":666721860,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1202541880,"invalidFingerprint":false}],"packageFingerprint":3935225808,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223794,"fileNameOnDisk":"appliedenergistics2-forge-15.0.15.jar","hashes":[{"type":1,"value":"7a3e1c6e4ee6335aef62e995db1beefa6385ac79"},{"type":2,"value":"a41d652fbe495abf8d9cd20fc3d2397a"}]},"dateInstalled":"2023-11-16T09:01:13.7035777Z","dateUpdated":"2023-11-16T09:01:13.7035777Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4857895,"fileName":"appliedenergistics2-forge-15.0.15.jar","fileDate":"2023-11-10T22:24:58.757Z","fileLength":9801496,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4857/895/appliedenergistics2-forge-15.0.15.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":245211,"type":2},{"addonId":238222,"type":2},{"addonId":440979,"type":2},{"addonId":310111,"type":2},{"addonId":324717,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":111291628,"invalidFingerprint":false},{"foldername":"NOTICE","fingerprint":303294545,"invalidFingerprint":false},{"foldername":"ae2.mixins.json","fingerprint":513164423,"invalidFingerprint":false},{"foldername":"ae2.mixins.refmap.json","fingerprint":762122880,"invalidFingerprint":false},{"foldername":"appeng","fingerprint":281928080,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3255799147,"invalidFingerprint":false},{"foldername":"com","fingerprint":2998208961,"invalidFingerprint":false},{"foldername":"data","fingerprint":4035539439,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":666721860,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1202541880,"invalidFingerprint":false}],"packageFingerprint":3935225808,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223794,"fileNameOnDisk":"appliedenergistics2-forge-15.0.15.jar","hashes":[{"type":1,"value":"7a3e1c6e4ee6335aef62e995db1beefa6385ac79"},{"type":2,"value":"a41d652fbe495abf8d9cd20fc3d2397a"}]}},{"instanceID":"19051b47-f0d3-4d6c-9001-dbc818efd9fd","modSource":0,"addonID":309927,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Curios API (Forge)","modFolderPath":null,"fileNameOnDisk":"curios-forge-5.4.2+1.20.1.jar","authors":[{"Name":"TheIllusiveC4"}],"primaryAuthor":"TheIllusiveC4","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/curios","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/195/772/256/256/636881112930494939.png","tags":[],"installedFile":{"id":4834490,"fileName":"curios-forge-5.4.2+1.20.1.jar","fileDate":"2023-11-02T09:04:11.653Z","fileLength":307735,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4834/490/curios-forge-5.4.2%2b1.20.1.jar","isAlternate":false,"alternateFileId":4834491,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":985423884,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":1633634022,"invalidFingerprint":false},{"foldername":"README.md","fingerprint":1713294216,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2709294924,"invalidFingerprint":false},{"foldername":"curios.mixins.json","fingerprint":919836494,"invalidFingerprint":false},{"foldername":"curios.refmap.json","fingerprint":2762170115,"invalidFingerprint":false},{"foldername":"curios_icon.png","fingerprint":1224242090,"invalidFingerprint":false},{"foldername":"data","fingerprint":1398341756,"invalidFingerprint":false},{"foldername":"licenses","fingerprint":3550732819,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3015994141,"invalidFingerprint":false},{"foldername":"top","fingerprint":3785111691,"invalidFingerprint":false}],"packageFingerprint":3993691106,"gameVersion":["NeoForge","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":309927,"fileNameOnDisk":"curios-forge-5.4.2+1.20.1.jar","hashes":[{"type":1,"value":"0429944aaba0d60a465f84cd2abd23eed8fd534e"},{"type":2,"value":"6c43b6b10485e95287855c3a20283fa7"}]},"dateInstalled":"2023-11-16T09:01:09.1033891Z","dateUpdated":"2023-11-16T09:01:09.1033891Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":true,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4834490,"fileName":"curios-forge-5.4.2+1.20.1.jar","fileDate":"2023-11-02T09:04:11.653Z","fileLength":307735,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4834/490/curios-forge-5.4.2%2b1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":985423884,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":1633634022,"invalidFingerprint":false},{"foldername":"README.md","fingerprint":1713294216,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2709294924,"invalidFingerprint":false},{"foldername":"curios.mixins.json","fingerprint":919836494,"invalidFingerprint":false},{"foldername":"curios.refmap.json","fingerprint":2762170115,"invalidFingerprint":false},{"foldername":"curios_icon.png","fingerprint":1224242090,"invalidFingerprint":false},{"foldername":"data","fingerprint":1398341756,"invalidFingerprint":false},{"foldername":"licenses","fingerprint":3550732819,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3015994141,"invalidFingerprint":false},{"foldername":"top","fingerprint":3785111691,"invalidFingerprint":false}],"packageFingerprint":3993691106,"gameVersion":["NeoForge","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":309927,"fileNameOnDisk":"curios-forge-5.4.2+1.20.1.jar","hashes":[{"type":1,"value":"0429944aaba0d60a465f84cd2abd23eed8fd534e"},{"type":2,"value":"6c43b6b10485e95287855c3a20283fa7"}]}},{"instanceID":"aa7e9192-46dc-4436-8aef-438e84ad910f","modSource":0,"addonID":581495,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Oculus","modFolderPath":null,"fileNameOnDisk":"oculus-mc1.20.1-1.6.9.jar","authors":[{"Name":"Asek3"}],"primaryAuthor":"Asek3","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/oculus","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/495/526/256/256/637808944989585825.jpeg","tags":[],"installedFile":{"id":4767500,"fileName":"oculus-mc1.20.1-1.6.9.jar","fileDate":"2023-09-24T20:46:05.277Z","fileLength":2814481,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4767/500/oculus-mc1.20.1-1.6.9.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":574856,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":140522850,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1359137352,"invalidFingerprint":false},{"foldername":"centerDepth.fsh","fingerprint":1579026811,"invalidFingerprint":false},{"foldername":"centerDepth.vsh","fingerprint":462961270,"invalidFingerprint":false},{"foldername":"colorSpace.csh","fingerprint":1598364242,"invalidFingerprint":false},{"foldername":"colorSpace.vsh","fingerprint":1398698219,"invalidFingerprint":false},{"foldername":"de","fingerprint":3763473018,"invalidFingerprint":false},{"foldername":"io","fingerprint":2882495600,"invalidFingerprint":false},{"foldername":"kroppeb","fingerprint":3167065381,"invalidFingerprint":false},{"foldername":"mixins.oculus.bettermipmaps.json","fingerprint":4124167209,"invalidFingerprint":false},{"foldername":"mixins.oculus.compat.indigo.json","fingerprint":1238531458,"invalidFingerprint":false},{"foldername":"mixins.oculus.compat.indium.json","fingerprint":1512891894,"invalidFingerprint":false},{"foldername":"mixins.oculus.compat.sodium.json","fingerprint":1606062084,"invalidFingerprint":false},{"foldername":"mixins.oculus.fantastic.json","fingerprint":2001815233,"invalidFingerprint":false},{"foldername":"mixins.oculus.fixes.maxfpscrash.json","fingerprint":100394305,"invalidFingerprint":false},{"foldername":"mixins.oculus.integrationtest.json","fingerprint":4038426548,"invalidFingerprint":false},{"foldername":"mixins.oculus.json","fingerprint":408988840,"invalidFingerprint":false},{"foldername":"mixins.oculus.vertexformat.json","fingerprint":3204194736,"invalidFingerprint":false},{"foldername":"net","fingerprint":2605263792,"invalidFingerprint":false},{"foldername":"oculus-batched-entity-rendering.mixins.json","fingerprint":2553439210,"invalidFingerprint":false},{"foldername":"oculus-logo.png","fingerprint":285620050,"invalidFingerprint":false},{"foldername":"oculus-mixins-refmap.json","fingerprint":3890122758,"invalidFingerprint":false},{"foldername":"org","fingerprint":1636465415,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3663900039,"invalidFingerprint":false},{"foldername":"repack","fingerprint":1711427102,"invalidFingerprint":false}],"packageFingerprint":2590276543,"gameVersion":["Client","NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":581495,"fileNameOnDisk":"oculus-mc1.20.1-1.6.9.jar","hashes":[{"type":1,"value":"406ad9995cd1ab803e0001f80a85498105b4d488"},{"type":2,"value":"dd3596e374db3975a2f83594da6a3e2b"}]},"dateInstalled":"2023-11-16T09:01:12.4015841Z","dateUpdated":"2023-11-16T09:01:12.4015841Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4767500,"fileName":"oculus-mc1.20.1-1.6.9.jar","fileDate":"2023-09-24T20:46:05.277Z","fileLength":2814481,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4767/500/oculus-mc1.20.1-1.6.9.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":574856,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":140522850,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1359137352,"invalidFingerprint":false},{"foldername":"centerDepth.fsh","fingerprint":1579026811,"invalidFingerprint":false},{"foldername":"centerDepth.vsh","fingerprint":462961270,"invalidFingerprint":false},{"foldername":"colorSpace.csh","fingerprint":1598364242,"invalidFingerprint":false},{"foldername":"colorSpace.vsh","fingerprint":1398698219,"invalidFingerprint":false},{"foldername":"de","fingerprint":3763473018,"invalidFingerprint":false},{"foldername":"io","fingerprint":2882495600,"invalidFingerprint":false},{"foldername":"kroppeb","fingerprint":3167065381,"invalidFingerprint":false},{"foldername":"mixins.oculus.bettermipmaps.json","fingerprint":4124167209,"invalidFingerprint":false},{"foldername":"mixins.oculus.compat.indigo.json","fingerprint":1238531458,"invalidFingerprint":false},{"foldername":"mixins.oculus.compat.indium.json","fingerprint":1512891894,"invalidFingerprint":false},{"foldername":"mixins.oculus.compat.sodium.json","fingerprint":1606062084,"invalidFingerprint":false},{"foldername":"mixins.oculus.fantastic.json","fingerprint":2001815233,"invalidFingerprint":false},{"foldername":"mixins.oculus.fixes.maxfpscrash.json","fingerprint":100394305,"invalidFingerprint":false},{"foldername":"mixins.oculus.integrationtest.json","fingerprint":4038426548,"invalidFingerprint":false},{"foldername":"mixins.oculus.json","fingerprint":408988840,"invalidFingerprint":false},{"foldername":"mixins.oculus.vertexformat.json","fingerprint":3204194736,"invalidFingerprint":false},{"foldername":"net","fingerprint":2605263792,"invalidFingerprint":false},{"foldername":"oculus-batched-entity-rendering.mixins.json","fingerprint":2553439210,"invalidFingerprint":false},{"foldername":"oculus-logo.png","fingerprint":285620050,"invalidFingerprint":false},{"foldername":"oculus-mixins-refmap.json","fingerprint":3890122758,"invalidFingerprint":false},{"foldername":"org","fingerprint":1636465415,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3663900039,"invalidFingerprint":false},{"foldername":"repack","fingerprint":1711427102,"invalidFingerprint":false}],"packageFingerprint":2590276543,"gameVersion":["Client","NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":581495,"fileNameOnDisk":"oculus-mc1.20.1-1.6.9.jar","hashes":[{"type":1,"value":"406ad9995cd1ab803e0001f80a85498105b4d488"},{"type":2,"value":"dd3596e374db3975a2f83594da6a3e2b"}]}},{"instanceID":"87f1fa3a-be01-484f-acf1-49ec982dba85","modSource":0,"addonID":881248,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"TerraFirmaShips","modFolderPath":null,"fileNameOnDisk":"tfships-1.20.1-1.0.jar","authors":[{"Name":"w8b40t"}],"primaryAuthor":"w8b40t","primaryCategoryId":414,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/terrafirmaships","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/840/402/256/256/638234204076240236.png","tags":[],"installedFile":{"id":4874233,"fileName":"tfships-1.20.1-1.0.jar","fileDate":"2023-11-17T02:07:45.037Z","fileLength":266557,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4874/233/tfships-1.20.1-1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":450659,"type":3},{"addonId":302973,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1019753888,"invalidFingerprint":false},{"foldername":"com","fingerprint":1431800380,"invalidFingerprint":false},{"foldername":".cache","fingerprint":2919590211,"invalidFingerprint":false},{"foldername":"assets","fingerprint":16070584,"invalidFingerprint":false},{"foldername":"data","fingerprint":2276534887,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2456600393,"invalidFingerprint":false},{"foldername":"tfships.mixins.json","fingerprint":1873528180,"invalidFingerprint":false},{"foldername":"mixin.refmap.json","fingerprint":1493072104,"invalidFingerprint":false}],"packageFingerprint":595730671,"gameVersion":["Client","1.20.1","Forge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":881248,"fileNameOnDisk":"tfships-1.20.1-1.0.jar","hashes":[{"type":1,"value":"0ac911cb8e29c7a90e1c018ebf051293b4e44974"},{"type":2,"value":"94102ba0de565c7aa220daee740ad66a"}]},"dateInstalled":"2023-11-20T01:04:54.5386576Z","dateUpdated":"2023-11-20T01:04:54.5386576Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4874233,"fileName":"tfships-1.20.1-1.0.jar","fileDate":"2023-11-17T02:07:45.037Z","fileLength":266557,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4874/233/tfships-1.20.1-1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":450659,"type":3},{"addonId":302973,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1019753888,"invalidFingerprint":false},{"foldername":"com","fingerprint":1431800380,"invalidFingerprint":false},{"foldername":".cache","fingerprint":2919590211,"invalidFingerprint":false},{"foldername":"assets","fingerprint":16070584,"invalidFingerprint":false},{"foldername":"data","fingerprint":2276534887,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2456600393,"invalidFingerprint":false},{"foldername":"tfships.mixins.json","fingerprint":1873528180,"invalidFingerprint":false},{"foldername":"mixin.refmap.json","fingerprint":1493072104,"invalidFingerprint":false}],"packageFingerprint":595730671,"gameVersion":["Client","1.20.1","Forge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":881248,"fileNameOnDisk":"tfships-1.20.1-1.0.jar","hashes":[{"type":1,"value":"0ac911cb8e29c7a90e1c018ebf051293b4e44974"},{"type":2,"value":"94102ba0de565c7aa220daee740ad66a"}]}},{"instanceID":"69d1127a-76a6-4ca3-ab0d-2b31c9b03d78","modSource":0,"addonID":306770,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Patchouli","modFolderPath":null,"fileNameOnDisk":"patchouli-1.20.1-81-forge.jar","authors":[{"Name":"Vazkii"}],"primaryAuthor":"Vazkii","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/patchouli","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/588/685/256/256/637958998949519797.png","tags":[],"installedFile":{"id":4636277,"fileName":"Patchouli-1.20.1-81-FORGE.jar","fileDate":"2023-07-11T01:49:35.507Z","fileLength":637092,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4636/277/Patchouli-1.20.1-81-FORGE.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3934674441,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3511632144,"invalidFingerprint":false},{"foldername":"data","fingerprint":1190009356,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":4171053254,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":294303339,"invalidFingerprint":false},{"foldername":"patchouli.refmap.json","fingerprint":900147075,"invalidFingerprint":false},{"foldername":"patchouli_xplat.mixins.json","fingerprint":4199161666,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":1922376853,"invalidFingerprint":false}],"packageFingerprint":3975355184,"gameVersion":["Client","1.20.1","Forge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":306770,"fileNameOnDisk":"Patchouli-1.20.1-81-FORGE.jar","hashes":[{"type":1,"value":"ac962914225ec045431b9c12618e296ca9cb3e22"},{"type":2,"value":"26828f06532c4e4943e5dfbf34ceaf3c"}]},"dateInstalled":"2023-11-16T09:01:13.0334414Z","dateUpdated":"2023-11-16T09:01:13.0334414Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4636277,"fileName":"Patchouli-1.20.1-81-FORGE.jar","fileDate":"2023-07-11T01:49:35.507Z","fileLength":637092,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4636/277/Patchouli-1.20.1-81-FORGE.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3934674441,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3511632144,"invalidFingerprint":false},{"foldername":"data","fingerprint":1190009356,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":4171053254,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":294303339,"invalidFingerprint":false},{"foldername":"patchouli.refmap.json","fingerprint":900147075,"invalidFingerprint":false},{"foldername":"patchouli_xplat.mixins.json","fingerprint":4199161666,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":1922376853,"invalidFingerprint":false}],"packageFingerprint":3975355184,"gameVersion":["Client","1.20.1","Forge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":306770,"fileNameOnDisk":"Patchouli-1.20.1-81-FORGE.jar","hashes":[{"type":1,"value":"ac962914225ec045431b9c12618e296ca9cb3e22"},{"type":2,"value":"26828f06532c4e4943e5dfbf34ceaf3c"}]}},{"instanceID":"391bd3c4-3df4-410b-abbb-d44a3e0db932","modSource":0,"addonID":634062,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"No Chat Reports","modFolderPath":null,"fileNameOnDisk":"NoChatReports-FORGE-1.20.1-v2.2.2.jar","authors":[{"Name":"Aizistral"}],"primaryAuthor":"Aizistral","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/no-chat-reports","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/560/68/256/256/637910636688514454.png","tags":[],"installedFile":{"id":4610474,"fileName":"NoChatReports-FORGE-1.20.1-v2.2.2.jar","fileDate":"2023-06-26T14:50:49.01Z","fileLength":272740,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4610/474/NoChatReports-FORGE-1.20.1-v2.2.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":202198108,"invalidFingerprint":false},{"foldername":"com","fingerprint":1632631975,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2979920329,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":1984515850,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":4062509488,"invalidFingerprint":false},{"foldername":"mixins","fingerprint":1509823804,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2996549802,"invalidFingerprint":false},{"foldername":"nochatreports.refmap.json","fingerprint":887573570,"invalidFingerprint":false}],"packageFingerprint":393521612,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":634062,"fileNameOnDisk":"NoChatReports-FORGE-1.20.1-v2.2.2.jar","hashes":[{"type":1,"value":"069396e689ae887d065c8d61b7945e685fbcc65b"},{"type":2,"value":"3153d1e860c6fefe6dac26efdb5c40c6"}]},"dateInstalled":"2023-11-16T09:01:13.4802036Z","dateUpdated":"2023-11-16T09:01:13.4802036Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4610474,"fileName":"NoChatReports-FORGE-1.20.1-v2.2.2.jar","fileDate":"2023-06-26T14:50:49.01Z","fileLength":272740,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4610/474/NoChatReports-FORGE-1.20.1-v2.2.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":202198108,"invalidFingerprint":false},{"foldername":"com","fingerprint":1632631975,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2979920329,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":1984515850,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":4062509488,"invalidFingerprint":false},{"foldername":"mixins","fingerprint":1509823804,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2996549802,"invalidFingerprint":false},{"foldername":"nochatreports.refmap.json","fingerprint":887573570,"invalidFingerprint":false}],"packageFingerprint":393521612,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":634062,"fileNameOnDisk":"NoChatReports-FORGE-1.20.1-v2.2.2.jar","hashes":[{"type":1,"value":"069396e689ae887d065c8d61b7945e685fbcc65b"},{"type":2,"value":"3153d1e860c6fefe6dac26efdb5c40c6"}]}},{"instanceID":"6d343dc5-87b3-4ef2-ab57-232569cb5631","modSource":0,"addonID":551894,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Better Compatibility Checker","modFolderPath":null,"fileNameOnDisk":"BetterCompatibilityChecker-forge-4.0.8+mc1.20.1.jar","authors":[{"Name":"Gaz_"}],"primaryAuthor":"Gaz_","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/better-compatibility-checker","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/461/341/256/256/637741010594154538.png","tags":[],"installedFile":{"id":4688940,"fileName":"BetterCompatibilityChecker-forge-4.0.8+mc1.20.1.jar","fileDate":"2023-08-08T16:32:58.147Z","fileLength":26540,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4688/940/BetterCompatibilityChecker-forge-4.0.8+mc1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2103551699,"invalidFingerprint":false},{"foldername":"LICENSE_BetterCompatibilityChecker","fingerprint":204187067,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2326760275,"invalidFingerprint":false},{"foldername":"bcc.forge.mixins.json","fingerprint":1149361233,"invalidFingerprint":false},{"foldername":"bcc.mixins.json","fingerprint":4083028764,"invalidFingerprint":false},{"foldername":"bcc.refmap.json","fingerprint":2068892326,"invalidFingerprint":false},{"foldername":"dev","fingerprint":2109684200,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1111451269,"invalidFingerprint":false}],"packageFingerprint":2251038378,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":551894,"fileNameOnDisk":"BetterCompatibilityChecker-forge-4.0.8+mc1.20.1.jar","hashes":[{"type":1,"value":"c5407cfd0b38d8db6d6f1c0088397f4c5616c7ae"},{"type":2,"value":"6cda211453a4423157b1a7927b050cff"}]},"dateInstalled":"2023-11-16T09:02:28.2465868Z","dateUpdated":"2023-11-16T09:02:28.2490964Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4688940,"fileName":"BetterCompatibilityChecker-forge-4.0.8+mc1.20.1.jar","fileDate":"2023-08-08T16:32:58.147Z","fileLength":26540,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4688/940/BetterCompatibilityChecker-forge-4.0.8+mc1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2103551699,"invalidFingerprint":false},{"foldername":"LICENSE_BetterCompatibilityChecker","fingerprint":204187067,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2326760275,"invalidFingerprint":false},{"foldername":"bcc.forge.mixins.json","fingerprint":1149361233,"invalidFingerprint":false},{"foldername":"bcc.mixins.json","fingerprint":4083028764,"invalidFingerprint":false},{"foldername":"bcc.refmap.json","fingerprint":2068892326,"invalidFingerprint":false},{"foldername":"dev","fingerprint":2109684200,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1111451269,"invalidFingerprint":false}],"packageFingerprint":2251038378,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":551894,"fileNameOnDisk":"BetterCompatibilityChecker-forge-4.0.8+mc1.20.1.jar","hashes":[{"type":1,"value":"c5407cfd0b38d8db6d6f1c0088397f4c5616c7ae"},{"type":2,"value":"6cda211453a4423157b1a7927b050cff"}]}},{"instanceID":"414af8cc-c17e-40ce-962a-7ce7bea63776","modSource":0,"addonID":419699,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Architectury API (Fabric/Forge)","modFolderPath":null,"fileNameOnDisk":"architectury-9.1.12-forge.jar","authors":[{"Name":"shedaniel"},{"Name":"Juicebus"},{"Name":"MaxNeedsSnacks"}],"primaryAuthor":"shedaniel","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/architectury-api","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/313/420/256/256/637408811378175814.png","tags":[],"installedFile":{"id":4663010,"fileName":"architectury-9.1.12-forge.jar","fileDate":"2023-07-25T02:56:36.15Z","fileLength":567579,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4663/10/architectury-9.1.12-forge.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1515852018,"invalidFingerprint":false},{"foldername":"architectury-common-refmap.json","fingerprint":3194081947,"invalidFingerprint":false},{"foldername":"architectury-common.mixins.json","fingerprint":2727520268,"invalidFingerprint":false},{"foldername":"architectury-forge-refmap.json","fingerprint":1326307733,"invalidFingerprint":false},{"foldername":"architectury.mixins.json","fingerprint":349546387,"invalidFingerprint":false},{"foldername":"architectury_inject_architectury_common_b79eeef8726a4fba844e7c9417fbd77f_17cb654cead7ebd3243cb020352cef6c91c8093b089468a46162f601b387778farchitectury9112devjar","fingerprint":650539810,"invalidFingerprint":false},{"foldername":"data","fingerprint":386307470,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3878275256,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":337711864,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1096803035,"invalidFingerprint":false}],"packageFingerprint":4135886904,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":419699,"fileNameOnDisk":"architectury-9.1.12-forge.jar","hashes":[{"type":1,"value":"49fc332e52027845caaa0098289dc9059b8eb010"},{"type":2,"value":"cd2915bce632b465f6bf4bf82cf1c25b"}]},"dateInstalled":"2023-11-16T09:01:09.7419139Z","dateUpdated":"2023-11-16T09:01:09.7419139Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4663010,"fileName":"architectury-9.1.12-forge.jar","fileDate":"2023-07-25T02:56:36.15Z","fileLength":567579,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4663/10/architectury-9.1.12-forge.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1515852018,"invalidFingerprint":false},{"foldername":"architectury-common-refmap.json","fingerprint":3194081947,"invalidFingerprint":false},{"foldername":"architectury-common.mixins.json","fingerprint":2727520268,"invalidFingerprint":false},{"foldername":"architectury-forge-refmap.json","fingerprint":1326307733,"invalidFingerprint":false},{"foldername":"architectury.mixins.json","fingerprint":349546387,"invalidFingerprint":false},{"foldername":"architectury_inject_architectury_common_b79eeef8726a4fba844e7c9417fbd77f_17cb654cead7ebd3243cb020352cef6c91c8093b089468a46162f601b387778farchitectury9112devjar","fingerprint":650539810,"invalidFingerprint":false},{"foldername":"data","fingerprint":386307470,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3878275256,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":337711864,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1096803035,"invalidFingerprint":false}],"packageFingerprint":4135886904,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":419699,"fileNameOnDisk":"architectury-9.1.12-forge.jar","hashes":[{"type":1,"value":"49fc332e52027845caaa0098289dc9059b8eb010"},{"type":2,"value":"cd2915bce632b465f6bf4bf82cf1c25b"}]}},{"instanceID":"0a61e97a-db42-4a5d-9756-233d7ed68d04","modSource":0,"addonID":823106,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Blur (Forge)","modFolderPath":null,"fileNameOnDisk":"blur-forge-3.1.0.jar","authors":[{"Name":"dimadencep"}],"primaryAuthor":"dimadencep","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/blur-forge","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/773/67/256/256/638113863795864164.png","tags":[],"installedFile":{"id":4631831,"fileName":"blur-forge-3.1.0.jar","fileDate":"2023-07-08T16:31:51.873Z","fileLength":118835,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4631/831/blur-forge-3.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":348521,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":153328878,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":2305068543,"invalidFingerprint":false},{"foldername":"assets","fingerprint":578389254,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2525228924,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":3530266277,"invalidFingerprint":false},{"foldername":"mixins.blur.json","fingerprint":146679272,"invalidFingerprint":false},{"foldername":"blur-forge-refmap.json","fingerprint":2085163290,"invalidFingerprint":false},{"foldername":"com","fingerprint":2203050189,"invalidFingerprint":false}],"packageFingerprint":2054341337,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":823106,"fileNameOnDisk":"blur-forge-3.1.0.jar","hashes":[{"type":1,"value":"9c140e999b524fa2aeb0c282d21f702af3a2157d"},{"type":2,"value":"9405762fed907e39f6e93d7bd33acc7c"}]},"dateInstalled":"2023-11-16T11:20:13.556501Z","dateUpdated":"2023-11-16T11:20:13.5573366Z","status":5,"installSource":4,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4631831,"fileName":"blur-forge-3.1.0.jar","fileDate":"2023-07-08T16:31:51.873Z","fileLength":118835,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4631/831/blur-forge-3.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":348521,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":153328878,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":2305068543,"invalidFingerprint":false},{"foldername":"assets","fingerprint":578389254,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2525228924,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":3530266277,"invalidFingerprint":false},{"foldername":"mixins.blur.json","fingerprint":146679272,"invalidFingerprint":false},{"foldername":"blur-forge-refmap.json","fingerprint":2085163290,"invalidFingerprint":false},{"foldername":"com","fingerprint":2203050189,"invalidFingerprint":false}],"packageFingerprint":2054341337,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":823106,"fileNameOnDisk":"blur-forge-3.1.0.jar","hashes":[{"type":1,"value":"9c140e999b524fa2aeb0c282d21f702af3a2157d"},{"type":2,"value":"9405762fed907e39f6e93d7bd33acc7c"}]}},{"instanceID":"75019555-4532-4d31-b1c9-3a8b0c3698a1","modSource":0,"addonID":232131,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Default Options","modFolderPath":null,"fileNameOnDisk":"defaultoptions-forge-1.20-18.0.1.jar","authors":[{"Name":"BlayTheNinth"}],"primaryAuthor":"BlayTheNinth","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/default-options","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/25/393/256/256/635772772655629740.png","tags":[],"installedFile":{"id":4635878,"fileName":"defaultoptions-forge-1.20-18.0.1.jar","fileDate":"2023-07-10T20:42:52.003Z","fileLength":87943,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4635/878/defaultoptions-forge-1.20-18.0.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":531761,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1626913653,"invalidFingerprint":false},{"foldername":"LICENSE_defaultoptions","fingerprint":1031176930,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2248301024,"invalidFingerprint":false},{"foldername":"defaultoptions-icon.png","fingerprint":3122342766,"invalidFingerprint":false},{"foldername":"defaultoptions.mixins.json","fingerprint":2252296586,"invalidFingerprint":false},{"foldername":"defaultoptions.refmap.json","fingerprint":97054692,"invalidFingerprint":false},{"foldername":"net","fingerprint":1701872180,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3165823124,"invalidFingerprint":false}],"packageFingerprint":742861472,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":232131,"fileNameOnDisk":"defaultoptions-forge-1.20-18.0.1.jar","hashes":[{"type":1,"value":"d19f874852def4ef73b32caf3f218e6423d51677"},{"type":2,"value":"1784bcb1bd23f47ba2d048fc69ac743c"}]},"dateInstalled":"2023-11-16T19:20:32.8476038Z","dateUpdated":"2023-11-16T19:20:32.8476038Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4635878,"fileName":"defaultoptions-forge-1.20-18.0.1.jar","fileDate":"2023-07-10T20:42:52.003Z","fileLength":87943,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4635/878/defaultoptions-forge-1.20-18.0.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":531761,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1626913653,"invalidFingerprint":false},{"foldername":"LICENSE_defaultoptions","fingerprint":1031176930,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2248301024,"invalidFingerprint":false},{"foldername":"defaultoptions-icon.png","fingerprint":3122342766,"invalidFingerprint":false},{"foldername":"defaultoptions.mixins.json","fingerprint":2252296586,"invalidFingerprint":false},{"foldername":"defaultoptions.refmap.json","fingerprint":97054692,"invalidFingerprint":false},{"foldername":"net","fingerprint":1701872180,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3165823124,"invalidFingerprint":false}],"packageFingerprint":742861472,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":232131,"fileNameOnDisk":"defaultoptions-forge-1.20-18.0.1.jar","hashes":[{"type":1,"value":"d19f874852def4ef73b32caf3f218e6423d51677"},{"type":2,"value":"1784bcb1bd23f47ba2d048fc69ac743c"}]}},{"instanceID":"801501fc-f36d-4275-9ad3-541e399a4a4d","modSource":0,"addonID":416294,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Rhino","modFolderPath":null,"fileNameOnDisk":"rhino-forge-2001.2.2-build.13.jar","authors":[{"Name":"LatvianModder"}],"primaryAuthor":"LatvianModder","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/rhino","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/309/581/256/256/637395712717607219.png","tags":[],"installedFile":{"id":4847655,"fileName":"rhino-forge-2001.2.2-build.13.jar","fileDate":"2023-11-07T13:40:39.767Z","fileLength":1794165,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4847/655/rhino-forge-2001.2.2-build.13.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1213697205,"invalidFingerprint":false},{"foldername":"architectury_inject_Rhino_common_1f05e5cb7afb474c8a890cea53302ced_d424aff60125bc001d56cb52ff24731bb6482bbf0ad27638e45d6c22ffc78d91rhino200122build13devjar","fingerprint":1714480185,"invalidFingerprint":false},{"foldername":"dev","fingerprint":4187259701,"invalidFingerprint":false},{"foldername":"mm.jsmappings","fingerprint":746056783,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":939660779,"invalidFingerprint":false},{"foldername":"rhino-common-refmap.json","fingerprint":1493072104,"invalidFingerprint":false},{"foldername":"rhino-common.mixins.json","fingerprint":3096420155,"invalidFingerprint":false}],"packageFingerprint":823611513,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":416294,"fileNameOnDisk":"rhino-forge-2001.2.2-build.13.jar","hashes":[{"type":1,"value":"7a2cf786276dee7a5f83b32245cc3dec8f950b0f"},{"type":2,"value":"be88d14761555b2e8842d5ec2ad2b67a"}]},"dateInstalled":"2023-11-16T09:01:09.9690707Z","dateUpdated":"2023-11-16T09:01:09.9690707Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4847655,"fileName":"rhino-forge-2001.2.2-build.13.jar","fileDate":"2023-11-07T13:40:39.767Z","fileLength":1794165,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4847/655/rhino-forge-2001.2.2-build.13.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1213697205,"invalidFingerprint":false},{"foldername":"architectury_inject_Rhino_common_1f05e5cb7afb474c8a890cea53302ced_d424aff60125bc001d56cb52ff24731bb6482bbf0ad27638e45d6c22ffc78d91rhino200122build13devjar","fingerprint":1714480185,"invalidFingerprint":false},{"foldername":"dev","fingerprint":4187259701,"invalidFingerprint":false},{"foldername":"mm.jsmappings","fingerprint":746056783,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":939660779,"invalidFingerprint":false},{"foldername":"rhino-common-refmap.json","fingerprint":1493072104,"invalidFingerprint":false},{"foldername":"rhino-common.mixins.json","fingerprint":3096420155,"invalidFingerprint":false}],"packageFingerprint":823611513,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":416294,"fileNameOnDisk":"rhino-forge-2001.2.2-build.13.jar","hashes":[{"type":1,"value":"7a2cf786276dee7a5f83b32245cc3dec8f950b0f"},{"type":2,"value":"be88d14761555b2e8842d5ec2ad2b67a"}]}},{"instanceID":"06557d31-fbbd-4f1d-90cb-2b5b5e322991","modSource":0,"addonID":260262,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Tool Belt","modFolderPath":null,"fileNameOnDisk":"ToolBelt-1.20-1.20.0.jar","authors":[{"Name":"gigaherz"}],"primaryAuthor":"gigaherz","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/tool-belt","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/88/400/256/256/636223857507356095.png","tags":[],"installedFile":{"id":4581167,"fileName":"ToolBelt-1.20-1.20.0.jar","fileDate":"2023-06-11T21:45:01.793Z","fileLength":250694,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4581/167/ToolBelt-1.20-1.20.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":411896,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2862639259,"invalidFingerprint":false},{"foldername":"dev","fingerprint":1128782404,"invalidFingerprint":false},{"foldername":".cache","fingerprint":2624020093,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2848911378,"invalidFingerprint":false},{"foldername":"data","fingerprint":751473564,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3299031960,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":285266414,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":2257885705,"invalidFingerprint":false}],"packageFingerprint":2902510320,"gameVersion":["Forge","1.20","1.20.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":260262,"fileNameOnDisk":"ToolBelt-1.20-1.20.0.jar","hashes":[{"type":1,"value":"38010bc1cdd90aa7c3f29fb9800ea459dd47c369"},{"type":2,"value":"d20f7b8cdd4a00cdf00e3800ab553f27"}]},"dateInstalled":"2023-11-20T01:04:50.3507789Z","dateUpdated":"2023-11-20T01:04:50.3507789Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4581167,"fileName":"ToolBelt-1.20-1.20.0.jar","fileDate":"2023-06-11T21:45:01.793Z","fileLength":250694,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4581/167/ToolBelt-1.20-1.20.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":411896,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2862639259,"invalidFingerprint":false},{"foldername":"dev","fingerprint":1128782404,"invalidFingerprint":false},{"foldername":".cache","fingerprint":2624020093,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2848911378,"invalidFingerprint":false},{"foldername":"data","fingerprint":751473564,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3299031960,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":285266414,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":2257885705,"invalidFingerprint":false}],"packageFingerprint":2902510320,"gameVersion":["Forge","1.20","1.20.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":260262,"fileNameOnDisk":"ToolBelt-1.20-1.20.0.jar","hashes":[{"type":1,"value":"38010bc1cdd90aa7c3f29fb9800ea459dd47c369"},{"type":2,"value":"d20f7b8cdd4a00cdf00e3800ab553f27"}]}},{"instanceID":"c7573a5c-ba27-48a7-abda-6141ef47954a","modSource":0,"addonID":570630,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"LootJS: KubeJS Addon","modFolderPath":null,"fileNameOnDisk":"lootjs-forge-1.20.1-2.10.3.jar","authors":[{"Name":"Lytho"}],"primaryAuthor":"Lytho","primaryCategoryId":5314,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/lootjs","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/510/924/256/256/637828637727949352.png","tags":[],"installedFile":{"id":4771655,"fileName":"lootjs-forge-1.20.1-2.10.3.jar","fileDate":"2023-09-27T18:27:28.237Z","fileLength":237992,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4771/655/lootjs-forge-1.20.1-2.10.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238086,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1141036398,"invalidFingerprint":false},{"foldername":"architectury.common.json","fingerprint":118629613,"invalidFingerprint":false},{"foldername":"kubejs.plugins.txt","fingerprint":1593166766,"invalidFingerprint":false},{"foldername":"lootjs-common.mixins.json","fingerprint":724741391,"invalidFingerprint":false},{"foldername":"lootjs-common-1.20.1-common-refmap.json","fingerprint":1784427643,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":692389130,"invalidFingerprint":false},{"foldername":"lootjs-forge.mixins.json","fingerprint":55216049,"invalidFingerprint":false},{"foldername":"data","fingerprint":2312894697,"invalidFingerprint":false},{"foldername":"lootjs-forge-1.20.1-forge-refmap.json","fingerprint":1493072104,"invalidFingerprint":false},{"foldername":"com","fingerprint":3923909715,"invalidFingerprint":false},{"foldername":"architectury_inject_LootJS_common_2f8cde821fe94a2389e187697343a52d_329bdd7eb8b1bae637fb0c5758fda15c22ea8e2b7320981959b815e9435ea7a3lootjscommon12012103devjar","fingerprint":291938511,"invalidFingerprint":false}],"packageFingerprint":1638851804,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":570630,"fileNameOnDisk":"lootjs-forge-1.20.1-2.10.3.jar","hashes":[{"type":1,"value":"2c1800e7dc5406e0dc67391ca6349c20b72ebd6d"},{"type":2,"value":"87cfa58487de53caaf49d82cdb8f44bc"}]},"dateInstalled":"2023-11-16T09:01:13.4795123Z","dateUpdated":"2023-11-16T09:01:13.4795123Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4771655,"fileName":"lootjs-forge-1.20.1-2.10.3.jar","fileDate":"2023-09-27T18:27:28.237Z","fileLength":237992,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4771/655/lootjs-forge-1.20.1-2.10.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238086,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1141036398,"invalidFingerprint":false},{"foldername":"architectury.common.json","fingerprint":118629613,"invalidFingerprint":false},{"foldername":"kubejs.plugins.txt","fingerprint":1593166766,"invalidFingerprint":false},{"foldername":"lootjs-common.mixins.json","fingerprint":724741391,"invalidFingerprint":false},{"foldername":"lootjs-common-1.20.1-common-refmap.json","fingerprint":1784427643,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":692389130,"invalidFingerprint":false},{"foldername":"lootjs-forge.mixins.json","fingerprint":55216049,"invalidFingerprint":false},{"foldername":"data","fingerprint":2312894697,"invalidFingerprint":false},{"foldername":"lootjs-forge-1.20.1-forge-refmap.json","fingerprint":1493072104,"invalidFingerprint":false},{"foldername":"com","fingerprint":3923909715,"invalidFingerprint":false},{"foldername":"architectury_inject_LootJS_common_2f8cde821fe94a2389e187697343a52d_329bdd7eb8b1bae637fb0c5758fda15c22ea8e2b7320981959b815e9435ea7a3lootjscommon12012103devjar","fingerprint":291938511,"invalidFingerprint":false}],"packageFingerprint":1638851804,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":570630,"fileNameOnDisk":"lootjs-forge-1.20.1-2.10.3.jar","hashes":[{"type":1,"value":"2c1800e7dc5406e0dc67391ca6349c20b72ebd6d"},{"type":2,"value":"87cfa58487de53caaf49d82cdb8f44bc"}]}},{"instanceID":"db442c07-1413-4f37-be73-db73e2198c1a","modSource":0,"addonID":297038,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"CraftPresence","modFolderPath":null,"fileNameOnDisk":"CraftPresence-2.2.4+1.20.1.jar","authors":[{"Name":"CDAGaming_"}],"primaryAuthor":"CDAGaming_","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/craftpresence","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/159/374/256/256/636658415780463602.png","tags":[],"installedFile":{"id":4819672,"fileName":"CraftPresence-2.2.4+1.20.1.jar","fileDate":"2023-10-27T19:09:47.75Z","fileLength":2419702,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4819/672/CraftPresence-2.2.4+1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"fabric","fingerprint":1711286352,"invalidFingerprint":false},{"foldername":"org","fingerprint":1330219678,"invalidFingerprint":false},{"foldername":"mappings-forge.srg","fingerprint":1188165389,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3208441236,"invalidFingerprint":false},{"foldername":"lib","fingerprint":4180682653,"invalidFingerprint":false},{"foldername":"mappings-fabric.srg","fingerprint":4140781440,"invalidFingerprint":false},{"foldername":"fabric-craftpresence.accesswidener","fingerprint":560600217,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":2149794506,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3041381440,"invalidFingerprint":false},{"foldername":"external","fingerprint":3156758573,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2217006810,"invalidFingerprint":false},{"foldername":"forge","fingerprint":2022212497,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":3611359381,"invalidFingerprint":false},{"foldername":"com","fingerprint":3489624478,"invalidFingerprint":false}],"packageFingerprint":2391409764,"gameVersion":["Fabric","Client","NeoForge","1.20.1","Forge","1.20","Quilt"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Fabric","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Quilt","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":297038,"fileNameOnDisk":"CraftPresence-2.2.4+1.20.1.jar","hashes":[{"type":1,"value":"5216cabfb1300b5df9beb7a54b7d4b923fdf14fc"},{"type":2,"value":"000f3beec9e0047a0b8547d6ee459e61"}]},"dateInstalled":"2023-11-16T09:01:10.6471904Z","dateUpdated":"2023-11-16T09:01:10.6471904Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4819672,"fileName":"CraftPresence-2.2.4+1.20.1.jar","fileDate":"2023-10-27T19:09:47.75Z","fileLength":2419702,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4819/672/CraftPresence-2.2.4+1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"fabric","fingerprint":1711286352,"invalidFingerprint":false},{"foldername":"org","fingerprint":1330219678,"invalidFingerprint":false},{"foldername":"mappings-forge.srg","fingerprint":1188165389,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3208441236,"invalidFingerprint":false},{"foldername":"lib","fingerprint":4180682653,"invalidFingerprint":false},{"foldername":"mappings-fabric.srg","fingerprint":4140781440,"invalidFingerprint":false},{"foldername":"fabric-craftpresence.accesswidener","fingerprint":560600217,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":2149794506,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3041381440,"invalidFingerprint":false},{"foldername":"external","fingerprint":3156758573,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2217006810,"invalidFingerprint":false},{"foldername":"forge","fingerprint":2022212497,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":3611359381,"invalidFingerprint":false},{"foldername":"com","fingerprint":3489624478,"invalidFingerprint":false}],"packageFingerprint":2391409764,"gameVersion":["Fabric","Client","NeoForge","1.20.1","Forge","1.20","Quilt"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Fabric","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Quilt","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":297038,"fileNameOnDisk":"CraftPresence-2.2.4+1.20.1.jar","hashes":[{"type":1,"value":"5216cabfb1300b5df9beb7a54b7d4b923fdf14fc"},{"type":2,"value":"000f3beec9e0047a0b8547d6ee459e61"}]}},{"instanceID":"ea4de9ab-2544-4bec-b9c0-bc6201a071d3","modSource":0,"addonID":317780,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Xaero's World Map","modFolderPath":null,"fileNameOnDisk":"XaerosWorldMap_1.36.0_Forge_1.20.jar","authors":[{"Name":"xaero96"}],"primaryAuthor":"xaero96","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/xaeros-world-map","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/196/654/256/256/636886857118683130.png","tags":[],"installedFile":{"id":4812594,"fileName":"XaerosWorldMap_1.36.0_Forge_1.20.jar","fileDate":"2023-10-23T10:05:00.083Z","fileLength":834565,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4812/594/XaerosWorldMap_1.36.0_Forge_1.20.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":636608,"type":2},{"addonId":636608,"type":2},{"addonId":636608,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2049256726,"invalidFingerprint":false},{"foldername":"assets","fingerprint":233743946,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3521842173,"invalidFingerprint":false},{"foldername":"xaero","fingerprint":1939308385,"invalidFingerprint":false}],"packageFingerprint":3151355170,"gameVersion":["Client","NeoForge","1.20.1","Forge","1.20","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":317780,"fileNameOnDisk":"XaerosWorldMap_1.36.0_Forge_1.20.jar","hashes":[{"type":1,"value":"72cc2206041cc05e8192e4ca2e9144229dd6ead3"},{"type":2,"value":"688c77c4b8fbae219e876088189b6e03"}]},"dateInstalled":"2023-11-16T09:01:11.6846403Z","dateUpdated":"2023-11-16T09:01:11.6846403Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4812594,"fileName":"XaerosWorldMap_1.36.0_Forge_1.20.jar","fileDate":"2023-10-23T10:05:00.083Z","fileLength":834565,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4812/594/XaerosWorldMap_1.36.0_Forge_1.20.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":636608,"type":2},{"addonId":636608,"type":2},{"addonId":636608,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2049256726,"invalidFingerprint":false},{"foldername":"assets","fingerprint":233743946,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3521842173,"invalidFingerprint":false},{"foldername":"xaero","fingerprint":1939308385,"invalidFingerprint":false}],"packageFingerprint":3151355170,"gameVersion":["Client","NeoForge","1.20.1","Forge","1.20","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":317780,"fileNameOnDisk":"XaerosWorldMap_1.36.0_Forge_1.20.jar","hashes":[{"type":1,"value":"72cc2206041cc05e8192e4ca2e9144229dd6ead3"},{"type":2,"value":"688c77c4b8fbae219e876088189b6e03"}]}},{"instanceID":"fc367065-fb2e-45af-8489-50db2a9a7574","modSource":0,"addonID":351441,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Pick Up Notifier [Forge & Fabric]","modFolderPath":null,"fileNameOnDisk":"PickUpNotifier-v8.0.0-1.20.1-Forge.jar","authors":[{"Name":"Fuzs"}],"primaryAuthor":"Fuzs","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/pick-up-notifier","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/776/151/256/256/638118059918529024.png","tags":[],"installedFile":{"id":4613538,"fileName":"PickUpNotifier-v8.0.0-1.20.1-Forge.jar","fileDate":"2023-06-28T09:11:56.27Z","fileLength":102164,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4613/538/PickUpNotifier-v8.0.0-1.20.1-Forge.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":495476,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4111596068,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":4213415335,"invalidFingerprint":false},{"foldername":"LICENSE-ASSETS.md","fingerprint":1447192261,"invalidFingerprint":false},{"foldername":"LICENSE.md","fingerprint":2980605036,"invalidFingerprint":false},{"foldername":"fuzs","fingerprint":1505856949,"invalidFingerprint":false},{"foldername":"mod_banner.png","fingerprint":632593238,"invalidFingerprint":false},{"foldername":"mod_logo.png","fingerprint":3429799708,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3858604758,"invalidFingerprint":false},{"foldername":"pickupnotifier.common.mixins.json","fingerprint":423525589,"invalidFingerprint":false},{"foldername":"pickupnotifier.refmap.json","fingerprint":537054541,"invalidFingerprint":false}],"packageFingerprint":1083059147,"gameVersion":["Forge","1.20.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":351441,"fileNameOnDisk":"PickUpNotifier-v8.0.0-1.20.1-Forge.jar","hashes":[{"type":1,"value":"378cc9730d1f11cd4c50add96263baccacdb4942"},{"type":2,"value":"c1004011e796ef62010dcb03e9597cdc"}]},"dateInstalled":"2023-11-16T09:01:11.6841957Z","dateUpdated":"2023-11-16T09:01:11.6841957Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4613538,"fileName":"PickUpNotifier-v8.0.0-1.20.1-Forge.jar","fileDate":"2023-06-28T09:11:56.27Z","fileLength":102164,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4613/538/PickUpNotifier-v8.0.0-1.20.1-Forge.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":495476,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4111596068,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":4213415335,"invalidFingerprint":false},{"foldername":"LICENSE-ASSETS.md","fingerprint":1447192261,"invalidFingerprint":false},{"foldername":"LICENSE.md","fingerprint":2980605036,"invalidFingerprint":false},{"foldername":"fuzs","fingerprint":1505856949,"invalidFingerprint":false},{"foldername":"mod_banner.png","fingerprint":632593238,"invalidFingerprint":false},{"foldername":"mod_logo.png","fingerprint":3429799708,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3858604758,"invalidFingerprint":false},{"foldername":"pickupnotifier.common.mixins.json","fingerprint":423525589,"invalidFingerprint":false},{"foldername":"pickupnotifier.refmap.json","fingerprint":537054541,"invalidFingerprint":false}],"packageFingerprint":1083059147,"gameVersion":["Forge","1.20.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":351441,"fileNameOnDisk":"PickUpNotifier-v8.0.0-1.20.1-Forge.jar","hashes":[{"type":1,"value":"378cc9730d1f11cd4c50add96263baccacdb4942"},{"type":2,"value":"c1004011e796ef62010dcb03e9597cdc"}]}},{"instanceID":"0d259dba-1a58-4ce8-bbd3-acf13e55d5ba","modSource":0,"addonID":299540,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"FastFurnace","modFolderPath":null,"fileNameOnDisk":"FastFurnace-1.20.1-8.0.1.jar","authors":[{"Name":"Shadows_of_Fire"}],"primaryAuthor":"Shadows_of_Fire","primaryCategoryId":413,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/fastfurnace","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/164/243/256/256/636686097562167838.png","tags":[],"installedFile":{"id":4711441,"fileName":"FastFurnace-1.20.1-8.0.1.jar","fileDate":"2023-08-18T23:12:54.86Z","fileLength":5899,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4711/441/FastFurnace-1.20.1-8.0.1.jar","isAlternate":false,"alternateFileId":4711442,"dependencies":[{"addonId":283644,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4003169999,"invalidFingerprint":false},{"foldername":"dev","fingerprint":650764966,"invalidFingerprint":false},{"foldername":"fastfurnace.mixins.json","fingerprint":3021990528,"invalidFingerprint":false},{"foldername":"fastfurnace.refmap.json","fingerprint":1648332464,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":135111852,"invalidFingerprint":false}],"packageFingerprint":4176992786,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":299540,"fileNameOnDisk":"FastFurnace-1.20.1-8.0.1.jar","hashes":[{"type":1,"value":"d216d2fc17b668febc3fb9cf03e5eb65aa3e514a"},{"type":2,"value":"0bcee05710c3d5740c81395667800f7e"}]},"dateInstalled":"2023-11-16T09:01:13.2569502Z","dateUpdated":"2023-11-16T09:01:13.2569502Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4711441,"fileName":"FastFurnace-1.20.1-8.0.1.jar","fileDate":"2023-08-18T23:12:54.86Z","fileLength":5899,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4711/441/FastFurnace-1.20.1-8.0.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":283644,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4003169999,"invalidFingerprint":false},{"foldername":"dev","fingerprint":650764966,"invalidFingerprint":false},{"foldername":"fastfurnace.mixins.json","fingerprint":3021990528,"invalidFingerprint":false},{"foldername":"fastfurnace.refmap.json","fingerprint":1648332464,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":135111852,"invalidFingerprint":false}],"packageFingerprint":4176992786,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":299540,"fileNameOnDisk":"FastFurnace-1.20.1-8.0.1.jar","hashes":[{"type":1,"value":"d216d2fc17b668febc3fb9cf03e5eb65aa3e514a"},{"type":2,"value":"0bcee05710c3d5740c81395667800f7e"}]}},{"instanceID":"50f8bc2f-aa02-40b8-8a1e-b7be7995e701","modSource":0,"addonID":401648,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"BetterF3","modFolderPath":null,"fileNameOnDisk":"BetterF3-7.0.2-Forge-1.20.1.jar","authors":[{"Name":"cominixo"}],"primaryAuthor":"cominixo","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/betterf3","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/293/27/256/256/637327750859254377.png","tags":[],"installedFile":{"id":4863626,"fileName":"BetterF3-7.0.2-Forge-1.20.1.jar","fileDate":"2023-11-13T04:17:09.867Z","fileLength":468517,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4863/626/BetterF3-7.0.2-Forge-1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":348521,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3921630831,"invalidFingerprint":false},{"foldername":"BetterF3-common-refmap.json","fingerprint":4277929290,"invalidFingerprint":false},{"foldername":"BetterF3-forge-refmap.json","fingerprint":1493072104,"invalidFingerprint":false},{"foldername":"architectury_inject_BetterF3_common_d8ddf44828904119b1a2f8c9d54e3de9_8297784b2e29b22dc169c3dd07528a2041db70f7e25ad7184217a714964a2e34BetterF3702devjar","fingerprint":1098942856,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2956664528,"invalidFingerprint":false},{"foldername":"betterf3.forge.mixins.json","fingerprint":1910448224,"invalidFingerprint":false},{"foldername":"betterf3.mixins.json","fingerprint":111403358,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":773465483,"invalidFingerprint":false},{"foldername":"me","fingerprint":2662733832,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2092460052,"invalidFingerprint":false}],"packageFingerprint":3838314854,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":401648,"fileNameOnDisk":"BetterF3-7.0.2-Forge-1.20.1.jar","hashes":[{"type":1,"value":"b65cba59e87dc6c6d1aa9c47f09b9996b4e5075d"},{"type":2,"value":"7411ae023390cf6b148f05a6b685279f"}]},"dateInstalled":"2023-11-16T09:01:09.7423987Z","dateUpdated":"2023-11-16T09:01:09.7423987Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4863626,"fileName":"BetterF3-7.0.2-Forge-1.20.1.jar","fileDate":"2023-11-13T04:17:09.867Z","fileLength":468517,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4863/626/BetterF3-7.0.2-Forge-1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":348521,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3921630831,"invalidFingerprint":false},{"foldername":"BetterF3-common-refmap.json","fingerprint":4277929290,"invalidFingerprint":false},{"foldername":"BetterF3-forge-refmap.json","fingerprint":1493072104,"invalidFingerprint":false},{"foldername":"architectury_inject_BetterF3_common_d8ddf44828904119b1a2f8c9d54e3de9_8297784b2e29b22dc169c3dd07528a2041db70f7e25ad7184217a714964a2e34BetterF3702devjar","fingerprint":1098942856,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2956664528,"invalidFingerprint":false},{"foldername":"betterf3.forge.mixins.json","fingerprint":1910448224,"invalidFingerprint":false},{"foldername":"betterf3.mixins.json","fingerprint":111403358,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":773465483,"invalidFingerprint":false},{"foldername":"me","fingerprint":2662733832,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2092460052,"invalidFingerprint":false}],"packageFingerprint":3838314854,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":401648,"fileNameOnDisk":"BetterF3-7.0.2-Forge-1.20.1.jar","hashes":[{"type":1,"value":"b65cba59e87dc6c6d1aa9c47f09b9996b4e5075d"},{"type":2,"value":"7411ae023390cf6b148f05a6b685279f"}]}},{"instanceID":"e949c3a8-8724-4bbc-896f-1af0cf99acbc","modSource":0,"addonID":348521,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Cloth Config API (Fabric/Forge)","modFolderPath":null,"fileNameOnDisk":"cloth-config-11.1.106-forge.jar","authors":[{"Name":"shedaniel"},{"Name":"LinkieIsBetterThanK9"}],"primaryAuthor":"shedaniel","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cloth-config","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/282/467/256/256/637289313020452406.png","tags":[],"installedFile":{"id":4633444,"fileName":"cloth-config-11.1.106-forge.jar","fileDate":"2023-07-09T14:05:06.383Z","fileLength":1168375,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4633/444/cloth-config-11.1.106-forge.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":208589982,"invalidFingerprint":false},{"foldername":"LICENSE.md","fingerprint":4008471873,"invalidFingerprint":false},{"foldername":"assets","fingerprint":385043272,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":524945892,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":2356087988,"invalidFingerprint":false},{"foldername":"me","fingerprint":2513557180,"invalidFingerprint":false},{"foldername":"architectury_inject_clothconfig_common_08f1de7415fb4bd688846e5bbe938eb3_145a7a8237f007e60b0376da1bc599fb7a1d5bb6023dc89a800ef88e6c166715clothconfig111106devjar","fingerprint":3025922734,"invalidFingerprint":false}],"packageFingerprint":966946685,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":348521,"fileNameOnDisk":"cloth-config-11.1.106-forge.jar","hashes":[{"type":1,"value":"b6f17b52c469c5ca27c9e90abdb0ecc0be16149d"},{"type":2,"value":"17794d377921e9cd96b30250a7b13156"}]},"dateInstalled":"2023-11-19T12:39:38.1293309Z","dateUpdated":"2023-11-20T00:57:38.1853217Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4633444,"fileName":"cloth-config-11.1.106-forge.jar","fileDate":"2023-07-09T14:05:06.383Z","fileLength":1168375,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4633/444/cloth-config-11.1.106-forge.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":208589982,"invalidFingerprint":false},{"foldername":"LICENSE.md","fingerprint":4008471873,"invalidFingerprint":false},{"foldername":"assets","fingerprint":385043272,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":524945892,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":2356087988,"invalidFingerprint":false},{"foldername":"me","fingerprint":2513557180,"invalidFingerprint":false},{"foldername":"architectury_inject_clothconfig_common_08f1de7415fb4bd688846e5bbe938eb3_145a7a8237f007e60b0376da1bc599fb7a1d5bb6023dc89a800ef88e6c166715clothconfig111106devjar","fingerprint":3025922734,"invalidFingerprint":false}],"packageFingerprint":966946685,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":348521,"fileNameOnDisk":"cloth-config-11.1.106-forge.jar","hashes":[{"type":1,"value":"b6f17b52c469c5ca27c9e90abdb0ecc0be16149d"},{"type":2,"value":"17794d377921e9cd96b30250a7b13156"}]}},{"instanceID":"95d5c18c-547d-4b91-bf52-2ebc0a56fd58","modSource":0,"addonID":495476,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Puzzles Lib [Forge & Fabric]","modFolderPath":null,"fileNameOnDisk":"PuzzlesLib-v8.1.9-1.20.1-Forge.jar","authors":[{"Name":"Fuzs"}],"primaryAuthor":"Fuzs","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/puzzles-lib","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/776/232/256/256/638118144989284933.png","tags":[],"installedFile":{"id":4882383,"fileName":"PuzzlesLib-v8.1.9-1.20.1-Forge.jar","fileDate":"2023-11-19T21:52:34.957Z","fileLength":994216,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4882/383/PuzzlesLib-v8.1.9-1.20.1-Forge.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3739845591,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":2782737929,"invalidFingerprint":false},{"foldername":"LICENSE-ASSETS.md","fingerprint":1447192261,"invalidFingerprint":false},{"foldername":"LICENSE.md","fingerprint":2980605036,"invalidFingerprint":false},{"foldername":"fuzs","fingerprint":1598920726,"invalidFingerprint":false},{"foldername":"mod_banner.png","fingerprint":1906961265,"invalidFingerprint":false},{"foldername":"mod_logo.png","fingerprint":921125005,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1997921311,"invalidFingerprint":false},{"foldername":"puzzleslib.common.mixins.json","fingerprint":1312012457,"invalidFingerprint":false},{"foldername":"puzzleslib.forge.mixins.json","fingerprint":1841794989,"invalidFingerprint":false},{"foldername":"puzzleslib.refmap.json","fingerprint":3110408666,"invalidFingerprint":false}],"packageFingerprint":3980982443,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":495476,"fileNameOnDisk":"PuzzlesLib-v8.1.9-1.20.1-Forge.jar","hashes":[{"type":1,"value":"5afb28969481dd68138d15a0c57bab693b8ee85e"},{"type":2,"value":"350643ee792b5e5455c333edeb0a8c33"}]},"dateInstalled":"2023-11-20T01:36:49.5383765Z","dateUpdated":"2023-11-20T01:36:49.5383765Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4882383,"fileName":"PuzzlesLib-v8.1.9-1.20.1-Forge.jar","fileDate":"2023-11-19T21:52:34.957Z","fileLength":994216,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4882/383/PuzzlesLib-v8.1.9-1.20.1-Forge.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3739845591,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":2782737929,"invalidFingerprint":false},{"foldername":"LICENSE-ASSETS.md","fingerprint":1447192261,"invalidFingerprint":false},{"foldername":"LICENSE.md","fingerprint":2980605036,"invalidFingerprint":false},{"foldername":"fuzs","fingerprint":1598920726,"invalidFingerprint":false},{"foldername":"mod_banner.png","fingerprint":1906961265,"invalidFingerprint":false},{"foldername":"mod_logo.png","fingerprint":921125005,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1997921311,"invalidFingerprint":false},{"foldername":"puzzleslib.common.mixins.json","fingerprint":1312012457,"invalidFingerprint":false},{"foldername":"puzzleslib.forge.mixins.json","fingerprint":1841794989,"invalidFingerprint":false},{"foldername":"puzzleslib.refmap.json","fingerprint":3110408666,"invalidFingerprint":false}],"packageFingerprint":3980982443,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":495476,"fileNameOnDisk":"PuzzlesLib-v8.1.9-1.20.1-Forge.jar","hashes":[{"type":1,"value":"5afb28969481dd68138d15a0c57bab693b8ee85e"},{"type":2,"value":"350643ee792b5e5455c333edeb0a8c33"}]}}],"wasNameManuallyChanged":false,"wasGameVersionTypeIdManuallyChanged":false} \ No newline at end of file +{"baseModLoader":{"forgeVersion":"47.2.6","name":"forge-47.2.6","type":1,"downloadUrl":"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/forge/1.20.1-47.2.6/forge-1.20.1-47.2.6.jar","filename":"forge-1.20.1-47.2.6.jar","installMethod":3,"latest":true,"recommended":false,"versionJson":"{\"id\":\"forge-47.2.6\",\"time\":\"2023-11-13T16:58:34Z\",\"releaseTime\":\"2023-11-13T16:58:34Z\",\"type\":\"release\",\"minecraftArguments\":null,\"minimumLauncherVersion\":0,\"assets\":null,\"inheritsFrom\":\"1.20.1\",\"jar\":null,\"logging\":{\"client\":null},\"libraries\":[{\"name\":\"cpw.mods:securejarhandler:2.1.10\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"cpw/mods/securejarhandler/2.1.10/securejarhandler-2.1.10.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/cpw/mods/securejarhandler/2.1.10/securejarhandler-2.1.10.jar\",\"sha1\":\"51e6a22c6c716beb11e244bf5b8be480f51dd6b5\",\"size\":88749}}},{\"name\":\"org.ow2.asm:asm:9.5\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/ow2/asm/asm/9.5/asm-9.5.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/ow2/asm/asm/9.5/asm-9.5.jar\",\"sha1\":\"dc6ea1875f4d64fbc85e1691c95b96a3d8569c90\",\"size\":121863}}},{\"name\":\"org.ow2.asm:asm-commons:9.5\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar\",\"sha1\":\"19ab5b5800a3910d30d3a3e64fdb00fd0cb42de0\",\"size\":72209}}},{\"name\":\"org.ow2.asm:asm-tree:9.5\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar\",\"sha1\":\"fd33c8b6373abaa675be407082fdfda35021254a\",\"size\":51944}}},{\"name\":\"org.ow2.asm:asm-util:9.5\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/ow2/asm/asm-util/9.5/asm-util-9.5.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar\",\"sha1\":\"64b5a1fc8c1b15ed2efd6a063e976bc8d3dc5ffe\",\"size\":91076}}},{\"name\":\"org.ow2.asm:asm-analysis:9.5\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar\",\"sha1\":\"490bacc77de7cbc0be1a30bb3471072d705be4a4\",\"size\":33978}}},{\"name\":\"net.minecraftforge:accesstransformers:8.0.4\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/minecraftforge/accesstransformers/8.0.4/accesstransformers-8.0.4.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/accesstransformers/8.0.4/accesstransformers-8.0.4.jar\",\"sha1\":\"272d240aa73f42195b2a68e2ebd8b701ecf41f63\",\"size\":77756}}},{\"name\":\"org.antlr:antlr4-runtime:4.9.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/antlr/antlr4-runtime/4.9.1/antlr4-runtime-4.9.1.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/antlr/antlr4-runtime/4.9.1/antlr4-runtime-4.9.1.jar\",\"sha1\":\"428664f05d2b7f7b7610204b5aa7c1763f62011a\",\"size\":337868}}},{\"name\":\"net.minecraftforge:eventbus:6.0.5\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/minecraftforge/eventbus/6.0.5/eventbus-6.0.5.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/eventbus/6.0.5/eventbus-6.0.5.jar\",\"sha1\":\"699143dd438431d06b57416944f7cedbe52e1475\",\"size\":53985}}},{\"name\":\"net.minecraftforge:forgespi:7.0.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/minecraftforge/forgespi/7.0.1/forgespi-7.0.1.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/forgespi/7.0.1/forgespi-7.0.1.jar\",\"sha1\":\"3b4972a0cdb135853dba219be61a79b22cff1309\",\"size\":29831}}},{\"name\":\"net.minecraftforge:coremods:5.0.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/minecraftforge/coremods/5.0.1/coremods-5.0.1.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/coremods/5.0.1/coremods-5.0.1.jar\",\"sha1\":\"386b00279628b105b2d507539c46e134e96f6237\",\"size\":24199}}},{\"name\":\"cpw.mods:modlauncher:10.0.9\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"cpw/mods/modlauncher/10.0.9/modlauncher-10.0.9.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/cpw/mods/modlauncher/10.0.9/modlauncher-10.0.9.jar\",\"sha1\":\"06d9443f56f50bb85cea383686ff9c867391458b\",\"size\":130343}}},{\"name\":\"net.minecraftforge:unsafe:0.2.0\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/minecraftforge/unsafe/0.2.0/unsafe-0.2.0.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/unsafe/0.2.0/unsafe-0.2.0.jar\",\"sha1\":\"54d7a0a5e8fdb71b973025caa46f341ae5904f39\",\"size\":2834}}},{\"name\":\"net.minecraftforge:mergetool:1.1.5:api\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/minecraftforge/mergetool/1.1.5/mergetool-1.1.5-api.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/mergetool/1.1.5/mergetool-1.1.5-api.jar\",\"sha1\":\"f3da18e12c696d35a47c82cbb2cc8b5aa15e1154\",\"size\":2572}}},{\"name\":\"com.electronwill.night-config:core:3.6.4\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"com/electronwill/night-config/core/3.6.4/core-3.6.4.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/com/electronwill/night-config/core/3.6.4/core-3.6.4.jar\",\"sha1\":\"510f174abbf1c947494db50ef2445683bd52c230\",\"size\":199834}}},{\"name\":\"com.electronwill.night-config:toml:3.6.4\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"com/electronwill/night-config/toml/3.6.4/toml-3.6.4.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/com/electronwill/night-config/toml/3.6.4/toml-3.6.4.jar\",\"sha1\":\"51d6cefb2b55ee55ee26b16391212fb2c7dfb4f4\",\"size\":31816}}},{\"name\":\"org.apache.maven:maven-artifact:3.8.5\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.5.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.5.jar\",\"sha1\":\"4433f50c07debefaed0553bd0068f4f48d449313\",\"size\":58077}}},{\"name\":\"net.jodah:typetools:0.6.3\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/jodah/typetools/0.6.3/typetools-0.6.3.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/jodah/typetools/0.6.3/typetools-0.6.3.jar\",\"sha1\":\"a01aaa6ddaea9ec07ec4f209487b7a46a526283a\",\"size\":18281}}},{\"name\":\"net.minecrell:terminalconsoleappender:1.2.0\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/minecrell/terminalconsoleappender/1.2.0/terminalconsoleappender-1.2.0.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/minecrell/terminalconsoleappender/1.2.0/terminalconsoleappender-1.2.0.jar\",\"sha1\":\"96d02cd3b384ff015a8fef4223bcb4ccf1717c95\",\"size\":15977}}},{\"name\":\"org.jline:jline-reader:3.12.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/jline/jline-reader/3.12.1/jline-reader-3.12.1.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/jline/jline-reader/3.12.1/jline-reader-3.12.1.jar\",\"sha1\":\"4382ab1382c7b6f379377ed5f665dc2f6e1218bc\",\"size\":150765}}},{\"name\":\"org.jline:jline-terminal:3.12.1\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/jline/jline-terminal/3.12.1/jline-terminal-3.12.1.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/jline/jline-terminal/3.12.1/jline-terminal-3.12.1.jar\",\"sha1\":\"c777448314e050d980a6b697c140f3bfe9eb7416\",\"size\":211712}}},{\"name\":\"org.spongepowered:mixin:0.8.5\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar\",\"sha1\":\"9d1c0c3a304ae6697ecd477218fa61b850bf57fc\",\"size\":1089277}}},{\"name\":\"org.openjdk.nashorn:nashorn-core:15.3\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"org/openjdk/nashorn/nashorn-core/15.3/nashorn-core-15.3.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/org/openjdk/nashorn/nashorn-core/15.3/nashorn-core-15.3.jar\",\"sha1\":\"43977e804697048fc8d81d333a36c17d07a5b3dd\",\"size\":2167288}}},{\"name\":\"net.minecraftforge:JarJarSelector:0.3.19\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/minecraftforge/JarJarSelector/0.3.19/JarJarSelector-0.3.19.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/JarJarSelector/0.3.19/JarJarSelector-0.3.19.jar\",\"sha1\":\"376cc9c8ea60720cf027c01fc033de915699801c\",\"size\":17374}}},{\"name\":\"net.minecraftforge:JarJarMetadata:0.3.19\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/minecraftforge/JarJarMetadata/0.3.19/JarJarMetadata-0.3.19.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/JarJarMetadata/0.3.19/JarJarMetadata-0.3.19.jar\",\"sha1\":\"0083feaa9b770e6ac0e96ee4fc23fa89325c5fe2\",\"size\":15895}}},{\"name\":\"cpw.mods:bootstraplauncher:1.1.2\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"cpw/mods/bootstraplauncher/1.1.2/bootstraplauncher-1.1.2.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/cpw/mods/bootstraplauncher/1.1.2/bootstraplauncher-1.1.2.jar\",\"sha1\":\"0c546e00443d8432cda6baa1c860346980742628\",\"size\":8284}}},{\"name\":\"net.minecraftforge:JarJarFileSystems:0.3.19\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/minecraftforge/JarJarFileSystems/0.3.19/JarJarFileSystems-0.3.19.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/JarJarFileSystems/0.3.19/JarJarFileSystems-0.3.19.jar\",\"sha1\":\"2464eb7d6b9ddb9db36a82cf8a95193e5c6fe020\",\"size\":32195}}},{\"name\":\"net.minecraftforge:fmlloader:1.20.1-47.2.6\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/minecraftforge/fmlloader/1.20.1-47.2.6/fmlloader-1.20.1-47.2.6.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/fmlloader/1.20.1-47.2.6/fmlloader-1.20.1-47.2.6.jar\",\"sha1\":\"7e862c69c8fd10696819690249f2afa0d1da3c3b\",\"size\":264306}}},{\"name\":\"net.minecraftforge:fmlearlydisplay:1.20.1-47.2.6\",\"url\":null,\"serverreq\":null,\"clientreq\":null,\"natives\":null,\"extract\":null,\"rules\":null,\"downloads\":{\"artifact\":{\"path\":\"net/minecraftforge/fmlearlydisplay/1.20.1-47.2.6/fmlearlydisplay-1.20.1-47.2.6.jar\",\"url\":\"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/fmlearlydisplay/1.20.1-47.2.6/fmlearlydisplay-1.20.1-47.2.6.jar\",\"sha1\":\"0855538dcc7ae05a1de27881ebd5725cd7177201\",\"size\":170337}}}],\"mainClass\":\"cpw.mods.bootstraplauncher.BootstrapLauncher\",\"arguments\":{\"game\":[\"--launchTarget\",\"forgeclient\",\"--fml.forgeVersion\",\"47.2.6\",\"--fml.mcVersion\",\"1.20.1\",\"--fml.forgeGroup\",\"net.minecraftforge\",\"--fml.mcpVersion\",\"20230612.114412\"],\"jvm\":[\"-Djava.net.preferIPv6Addresses=system\",\"-DignoreList=bootstraplauncher,securejarhandler,asm-commons,asm-util,asm-analysis,asm-tree,asm,JarJarFileSystems,client-extra,fmlcore,javafmllanguage,lowcodelanguage,mclanguage,forge-,${version_name}.jar,forge-47.2.6\",\"-DmergeModules=jna-5.10.0.jar,jna-platform-5.10.0.jar\",\"-DlibraryDirectory=${library_directory}\",\"-p\",\"${library_directory}/cpw/mods/bootstraplauncher/1.1.2/bootstraplauncher-1.1.2.jar${classpath_separator}${library_directory}/cpw/mods/securejarhandler/2.1.10/securejarhandler-2.1.10.jar${classpath_separator}${library_directory}/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar${classpath_separator}${library_directory}/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar${classpath_separator}${library_directory}/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar${classpath_separator}${library_directory}/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar${classpath_separator}${library_directory}/org/ow2/asm/asm/9.5/asm-9.5.jar${classpath_separator}${library_directory}/net/minecraftforge/JarJarFileSystems/0.3.19/JarJarFileSystems-0.3.19.jar\",\"--add-modules\",\"ALL-MODULE-PATH\",\"--add-opens\",\"java.base/java.util.jar=cpw.mods.securejarhandler\",\"--add-opens\",\"java.base/java.lang.invoke=cpw.mods.securejarhandler\",\"--add-exports\",\"java.base/sun.security.util=cpw.mods.securejarhandler\",\"--add-exports\",\"jdk.naming.dns/com.sun.jndi.dns=java.naming\"]}}","librariesInstallLocation":"{0}/libraries/net/minecraftforge/forge/1.20.1-47.2.6","minecraftVersion":"1.20.1","installProfileJson":"{\r\n \"_comment_\": [\r\n \"Please do not automate the download and installation of Forge.\",\r\n \"Our efforts are supported by ads from the download page.\",\r\n \"If you MUST automate this, please consider supporting the project through https://www.patreon.com/LexManos/\"\r\n ],\r\n \"profile\": \"forge\",\r\n \"version\": \"1.20.1-forge-47.2.6\",\r\n \"json\": \"/version.json\",\r\n \"path\": \"net.minecraftforge:forge:1.20.1-47.2.6\",\r\n \"logo\": \"/big_logo.png\",\r\n \"minecraft\": \"1.20.1\",\r\n \"welcome\": \"Welcome to the simple Forge installer.\",\r\n \"data\": {\r\n \"MAPPINGS\": {\r\n \"client\": \"[de.oceanlabs.mcp:mcp_config:1.20.1-20230612.114412:mappings@txt]\",\r\n \"server\": \"[de.oceanlabs.mcp:mcp_config:1.20.1-20230612.114412:mappings@txt]\"\r\n },\r\n \"MOJMAPS\": {\r\n \"client\": \"[net.minecraft:client:1.20.1-20230612.114412:mappings@txt]\",\r\n \"server\": \"[net.minecraft:server:1.20.1-20230612.114412:mappings@txt]\"\r\n },\r\n \"MERGED_MAPPINGS\": {\r\n \"client\": \"[de.oceanlabs.mcp:mcp_config:1.20.1-20230612.114412:mappings-merged@txt]\",\r\n \"server\": \"[de.oceanlabs.mcp:mcp_config:1.20.1-20230612.114412:mappings-merged@txt]\"\r\n },\r\n \"BINPATCH\": {\r\n \"client\": \"/data/client.lzma\",\r\n \"server\": \"/data/server.lzma\"\r\n },\r\n \"MC_UNPACKED\": {\r\n \"client\": \"[net.minecraft:client:1.20.1-20230612.114412:unpacked]\",\r\n \"server\": \"[net.minecraft:server:1.20.1-20230612.114412:unpacked]\"\r\n },\r\n \"MC_SLIM\": {\r\n \"client\": \"[net.minecraft:client:1.20.1-20230612.114412:slim]\",\r\n \"server\": \"[net.minecraft:server:1.20.1-20230612.114412:slim]\"\r\n },\r\n \"MC_SLIM_SHA\": {\r\n \"client\": \"'de86b035d2da0f78940796bb95c39a932ed84834'\",\r\n \"server\": \"'9e06bdd77ca6d95b2cced0bf372245f753eeb16a'\"\r\n },\r\n \"MC_EXTRA\": {\r\n \"client\": \"[net.minecraft:client:1.20.1-20230612.114412:extra]\",\r\n \"server\": \"[net.minecraft:server:1.20.1-20230612.114412:extra]\"\r\n },\r\n \"MC_EXTRA_SHA\": {\r\n \"client\": \"'8c5a95cbce940cfdb304376ae9fea47968d02587'\",\r\n \"server\": \"'13522e3278befd103064d91a199451df4cd2633f'\"\r\n },\r\n \"MC_SRG\": {\r\n \"client\": \"[net.minecraft:client:1.20.1-20230612.114412:srg]\",\r\n \"server\": \"[net.minecraft:server:1.20.1-20230612.114412:srg]\"\r\n },\r\n \"PATCHED\": {\r\n \"client\": \"[net.minecraftforge:forge:1.20.1-47.2.6:client]\",\r\n \"server\": \"[net.minecraftforge:forge:1.20.1-47.2.6:server]\"\r\n },\r\n \"_PATCHED_SHA\": {\r\n \"client\": \"'cb0931d7dfed2b7111a754a946a66598ecd223e1'\",\r\n \"server\": \"'02a6afd5769835d50926d9d019e1369f6aa835a2'\"\r\n },\r\n \"MCP_VERSION\": {\r\n \"client\": \"'20230612.114412'\",\r\n \"server\": \"'20230612.114412'\"\r\n },\r\n \"SIDE\": {\r\n \"client\": \"client\",\r\n \"server\": \"server\"\r\n }\r\n },\r\n \"processors\": [\r\n {\r\n \"jar\": \"net.minecraftforge:installertools:1.3.0\",\r\n \"classpath\": [\r\n \"net.md-5:SpecialSource:1.11.0\",\r\n \"net.sf.jopt-simple:jopt-simple:5.0.4\",\r\n \"com.google.code.gson:gson:2.8.7\",\r\n \"de.siegmar:fastcsv:2.0.0\",\r\n \"net.minecraftforge:srgutils:0.4.11\",\r\n \"org.ow2.asm:asm-commons:9.3\",\r\n \"com.google.guava:guava:20.0\",\r\n \"com.opencsv:opencsv:4.4\",\r\n \"org.ow2.asm:asm-analysis:9.3\",\r\n \"org.ow2.asm:asm-tree:9.3\",\r\n \"org.ow2.asm:asm:9.3\",\r\n \"org.apache.commons:commons-text:1.3\",\r\n \"org.apache.commons:commons-lang3:3.8.1\",\r\n \"commons-beanutils:commons-beanutils:1.9.3\",\r\n \"org.apache.commons:commons-collections4:4.2\",\r\n \"commons-logging:commons-logging:1.2\",\r\n \"commons-collections:commons-collections:3.2.2\"\r\n ],\r\n \"args\": [\r\n \"--task\",\r\n \"MCP_DATA\",\r\n \"--input\",\r\n \"[de.oceanlabs.mcp:mcp_config:1.20.1-20230612.114412@zip]\",\r\n \"--output\",\r\n \"{MAPPINGS}\",\r\n \"--key\",\r\n \"mappings\"\r\n ]\r\n },\r\n {\r\n \"jar\": \"net.minecraftforge:installertools:1.3.0\",\r\n \"classpath\": [\r\n \"net.md-5:SpecialSource:1.11.0\",\r\n \"net.sf.jopt-simple:jopt-simple:5.0.4\",\r\n \"com.google.code.gson:gson:2.8.7\",\r\n \"de.siegmar:fastcsv:2.0.0\",\r\n \"net.minecraftforge:srgutils:0.4.11\",\r\n \"org.ow2.asm:asm-commons:9.3\",\r\n \"com.google.guava:guava:20.0\",\r\n \"com.opencsv:opencsv:4.4\",\r\n \"org.ow2.asm:asm-analysis:9.3\",\r\n \"org.ow2.asm:asm-tree:9.3\",\r\n \"org.ow2.asm:asm:9.3\",\r\n \"org.apache.commons:commons-text:1.3\",\r\n \"org.apache.commons:commons-lang3:3.8.1\",\r\n \"commons-beanutils:commons-beanutils:1.9.3\",\r\n \"org.apache.commons:commons-collections4:4.2\",\r\n \"commons-logging:commons-logging:1.2\",\r\n \"commons-collections:commons-collections:3.2.2\"\r\n ],\r\n \"args\": [\r\n \"--task\",\r\n \"DOWNLOAD_MOJMAPS\",\r\n \"--version\",\r\n \"1.20.1\",\r\n \"--side\",\r\n \"{SIDE}\",\r\n \"--output\",\r\n \"{MOJMAPS}\"\r\n ]\r\n },\r\n {\r\n \"jar\": \"net.minecraftforge:installertools:1.3.0\",\r\n \"classpath\": [\r\n \"net.md-5:SpecialSource:1.11.0\",\r\n \"net.sf.jopt-simple:jopt-simple:5.0.4\",\r\n \"com.google.code.gson:gson:2.8.7\",\r\n \"de.siegmar:fastcsv:2.0.0\",\r\n \"net.minecraftforge:srgutils:0.4.11\",\r\n \"org.ow2.asm:asm-commons:9.3\",\r\n \"com.google.guava:guava:20.0\",\r\n \"com.opencsv:opencsv:4.4\",\r\n \"org.ow2.asm:asm-analysis:9.3\",\r\n \"org.ow2.asm:asm-tree:9.3\",\r\n \"org.ow2.asm:asm:9.3\",\r\n \"org.apache.commons:commons-text:1.3\",\r\n \"org.apache.commons:commons-lang3:3.8.1\",\r\n \"commons-beanutils:commons-beanutils:1.9.3\",\r\n \"org.apache.commons:commons-collections4:4.2\",\r\n \"commons-logging:commons-logging:1.2\",\r\n \"commons-collections:commons-collections:3.2.2\"\r\n ],\r\n \"args\": [\r\n \"--task\",\r\n \"MERGE_MAPPING\",\r\n \"--left\",\r\n \"{MAPPINGS}\",\r\n \"--right\",\r\n \"{MOJMAPS}\",\r\n \"--output\",\r\n \"{MERGED_MAPPINGS}\",\r\n \"--classes\",\r\n \"--reverse-right\"\r\n ]\r\n },\r\n {\r\n \"jar\": \"net.minecraftforge:jarsplitter:1.1.4\",\r\n \"classpath\": [\r\n \"net.sf.jopt-simple:jopt-simple:5.0.4\",\r\n \"net.minecraftforge:srgutils:0.4.3\"\r\n ],\r\n \"args\": [\r\n \"--input\",\r\n \"{MINECRAFT_JAR}\",\r\n \"--slim\",\r\n \"{MC_SLIM}\",\r\n \"--extra\",\r\n \"{MC_EXTRA}\",\r\n \"--srg\",\r\n \"{MERGED_MAPPINGS}\"\r\n ],\r\n \"sides\": [\r\n \"client\"\r\n ],\r\n \"outputs\": {\r\n \"{MC_SLIM}\": \"{MC_SLIM_SHA}\",\r\n \"{MC_EXTRA}\": \"{MC_EXTRA_SHA}\"\r\n }\r\n },\r\n {\r\n \"jar\": \"net.minecraftforge:ForgeAutoRenamingTool:0.1.22:all\",\r\n \"classpath\": [\r\n \"net.sf.jopt-simple:jopt-simple:6.0-alpha-3\",\r\n \"org.ow2.asm:asm-commons:9.2\",\r\n \"org.ow2.asm:asm-analysis:9.2\",\r\n \"org.ow2.asm:asm-tree:9.2\",\r\n \"org.ow2.asm:asm:9.2\",\r\n \"net.minecraftforge:srgutils:0.4.9\"\r\n ],\r\n \"args\": [\r\n \"--input\",\r\n \"{MC_SLIM}\",\r\n \"--output\",\r\n \"{MC_SRG}\",\r\n \"--names\",\r\n \"{MERGED_MAPPINGS}\",\r\n \"--ann-fix\",\r\n \"--ids-fix\",\r\n \"--src-fix\",\r\n \"--record-fix\"\r\n ]\r\n },\r\n {\r\n \"jar\": \"net.minecraftforge:binarypatcher:1.1.1\",\r\n \"classpath\": [\r\n \"commons-io:commons-io:2.4\",\r\n \"com.google.guava:guava:25.1-jre\",\r\n \"net.sf.jopt-simple:jopt-simple:5.0.4\",\r\n \"com.github.jponge:lzma-java:1.3\",\r\n \"com.nothome:javaxdelta:2.0.1\",\r\n \"com.google.code.findbugs:jsr305:3.0.2\",\r\n \"org.checkerframework:checker-qual:2.0.0\",\r\n \"com.google.errorprone:error_prone_annotations:2.1.3\",\r\n \"com.google.j2objc:j2objc-annotations:1.1\",\r\n \"org.codehaus.mojo:animal-sniffer-annotations:1.14\",\r\n \"trove:trove:1.0.2\"\r\n ],\r\n \"args\": [\r\n \"--clean\",\r\n \"{MC_SRG}\",\r\n \"--output\",\r\n \"{PATCHED}\",\r\n \"--apply\",\r\n \"{BINPATCH}\"\r\n ]\r\n }\r\n ],\r\n \"libraries\": [\r\n {\r\n \"name\": \"com.github.jponge:lzma-java:1.3\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"com/github/jponge/lzma-java/1.3/lzma-java-1.3.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/com/github/jponge/lzma-java/1.3/lzma-java-1.3.jar\",\r\n \"sha1\": \"a25db9d4d385ccda4825ae1b47a7a61d86e595af\",\r\n \"size\": 51041\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"com.google.code.findbugs:jsr305:3.0.2\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar\",\r\n \"sha1\": \"25ea2e8b0c338a877313bd4672d3fe056ea78f0d\",\r\n \"size\": 19936\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"com.google.code.gson:gson:2.8.7\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"com/google/code/gson/gson/2.8.7/gson-2.8.7.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/com/google/code/gson/gson/2.8.7/gson-2.8.7.jar\",\r\n \"sha1\": \"69d9503ea0a40ee16f0bcdac7e3eaf83d0fa914a\",\r\n \"size\": 240400\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"com.google.errorprone:error_prone_annotations:2.1.3\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar\",\r\n \"sha1\": \"39b109f2cd352b2d71b52a3b5a1a9850e1dc304b\",\r\n \"size\": 13704\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"com.google.guava:guava:20.0\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"com/google/guava/guava/20.0/guava-20.0.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/com/google/guava/guava/20.0/guava-20.0.jar\",\r\n \"sha1\": \"89507701249388e1ed5ddcf8c41f4ce1be7831ef\",\r\n \"size\": 2442625\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"com.google.guava:guava:25.1-jre\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"com/google/guava/guava/25.1-jre/guava-25.1-jre.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/com/google/guava/guava/25.1-jre/guava-25.1-jre.jar\",\r\n \"sha1\": \"6c57e4b22b44e89e548b5c9f70f0c45fe10fb0b4\",\r\n \"size\": 2734339\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"com.google.j2objc:j2objc-annotations:1.1\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar\",\r\n \"sha1\": \"ed28ded51a8b1c6b112568def5f4b455e6809019\",\r\n \"size\": 8782\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"com.nothome:javaxdelta:2.0.1\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"com/nothome/javaxdelta/2.0.1/javaxdelta-2.0.1.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/com/nothome/javaxdelta/2.0.1/javaxdelta-2.0.1.jar\",\r\n \"sha1\": \"d4f5d077f1b15c6f67595015d69572303ad3f66d\",\r\n \"size\": 38995\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"com.opencsv:opencsv:4.4\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"com/opencsv/opencsv/4.4/opencsv-4.4.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/com/opencsv/opencsv/4.4/opencsv-4.4.jar\",\r\n \"sha1\": \"525932a1edf46c9ca75aa9c83d31dc180c186865\",\r\n \"size\": 167167\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"commons-beanutils:commons-beanutils:1.9.3\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar\",\r\n \"sha1\": \"c845703de334ddc6b4b3cd26835458cb1cba1f3d\",\r\n \"size\": 246174\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"commons-collections:commons-collections:3.2.2\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar\",\r\n \"sha1\": \"8ad72fe39fa8c91eaaf12aadb21e0c3661fe26d5\",\r\n \"size\": 588337\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"commons-io:commons-io:2.4\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"commons-io/commons-io/2.4/commons-io-2.4.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/commons-io/commons-io/2.4/commons-io-2.4.jar\",\r\n \"sha1\": \"b1b6ea3b7e4aa4f492509a4952029cd8e48019ad\",\r\n \"size\": 185140\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"commons-logging:commons-logging:1.2\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"commons-logging/commons-logging/1.2/commons-logging-1.2.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/commons-logging/commons-logging/1.2/commons-logging-1.2.jar\",\r\n \"sha1\": \"4bfc12adfe4842bf07b657f0369c4cb522955686\",\r\n \"size\": 61829\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"de.oceanlabs.mcp:mcp_config:1.20.1-20230612.114412@zip\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"de/oceanlabs/mcp/mcp_config/1.20.1-20230612.114412/mcp_config-1.20.1-20230612.114412.zip\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/de/oceanlabs/mcp/mcp_config/1.20.1-20230612.114412/mcp_config-1.20.1-20230612.114412.zip\",\r\n \"sha1\": \"c7d29380ddb38becad7c0819b5b325e43bca23f0\",\r\n \"size\": 1740711\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"de.siegmar:fastcsv:2.0.0\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"de/siegmar/fastcsv/2.0.0/fastcsv-2.0.0.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/de/siegmar/fastcsv/2.0.0/fastcsv-2.0.0.jar\",\r\n \"sha1\": \"b615f26c03edeac966618b93b9ee4f4eed50aae1\",\r\n \"size\": 29476\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.md-5:SpecialSource:1.11.0\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/md-5/SpecialSource/1.11.0/SpecialSource-1.11.0.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/md-5/SpecialSource/1.11.0/SpecialSource-1.11.0.jar\",\r\n \"sha1\": \"43b84c4bb8d01cf90a29dfeec1c958a4b64baf46\",\r\n \"size\": 88737\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.minecraftforge:ForgeAutoRenamingTool:0.1.22:all\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/minecraftforge/ForgeAutoRenamingTool/0.1.22/ForgeAutoRenamingTool-0.1.22-all.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/ForgeAutoRenamingTool/0.1.22/ForgeAutoRenamingTool-0.1.22-all.jar\",\r\n \"sha1\": \"0b337aca253a6fe63f9c39d4e6272ca1b2e7cfd8\",\r\n \"size\": 509933\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.minecraftforge:binarypatcher:1.1.1\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/minecraftforge/binarypatcher/1.1.1/binarypatcher-1.1.1.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/binarypatcher/1.1.1/binarypatcher-1.1.1.jar\",\r\n \"sha1\": \"23176c4f9fd7a8db961dc0b2ec32ad97ab08513c\",\r\n \"size\": 21892\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.minecraftforge:fmlcore:1.20.1-47.2.6\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/minecraftforge/fmlcore/1.20.1-47.2.6/fmlcore-1.20.1-47.2.6.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/fmlcore/1.20.1-47.2.6/fmlcore-1.20.1-47.2.6.jar\",\r\n \"sha1\": \"2d5f5aff839b7d2825c6968049399633d1c4d0b8\",\r\n \"size\": 117593\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.minecraftforge:fmlearlydisplay:1.20.1-47.2.6\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/minecraftforge/fmlearlydisplay/1.20.1-47.2.6/fmlearlydisplay-1.20.1-47.2.6.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/fmlearlydisplay/1.20.1-47.2.6/fmlearlydisplay-1.20.1-47.2.6.jar\",\r\n \"sha1\": \"0855538dcc7ae05a1de27881ebd5725cd7177201\",\r\n \"size\": 170337\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.minecraftforge:fmlloader:1.20.1-47.2.6\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/minecraftforge/fmlloader/1.20.1-47.2.6/fmlloader-1.20.1-47.2.6.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/fmlloader/1.20.1-47.2.6/fmlloader-1.20.1-47.2.6.jar\",\r\n \"sha1\": \"7e862c69c8fd10696819690249f2afa0d1da3c3b\",\r\n \"size\": 264306\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.minecraftforge:forge:1.20.1-47.2.6:universal\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/minecraftforge/forge/1.20.1-47.2.6/forge-1.20.1-47.2.6-universal.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/forge/1.20.1-47.2.6/forge-1.20.1-47.2.6-universal.jar\",\r\n \"sha1\": \"06b9852182ad1d54c63eae6870e3f6be3a1cb2b0\",\r\n \"size\": 2677289\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.minecraftforge:installertools:1.3.0\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/minecraftforge/installertools/1.3.0/installertools-1.3.0.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/installertools/1.3.0/installertools-1.3.0.jar\",\r\n \"sha1\": \"248be3a2b70ecf8aca430d52cbbecd4d63b077cc\",\r\n \"size\": 83178\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.minecraftforge:jarsplitter:1.1.4\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/minecraftforge/jarsplitter/1.1.4/jarsplitter-1.1.4.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/jarsplitter/1.1.4/jarsplitter-1.1.4.jar\",\r\n \"sha1\": \"57ce2d6564c1176b23a911ef57127ff3c45bffb3\",\r\n \"size\": 7405\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.minecraftforge:javafmllanguage:1.20.1-47.2.6\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/minecraftforge/javafmllanguage/1.20.1-47.2.6/javafmllanguage-1.20.1-47.2.6.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/javafmllanguage/1.20.1-47.2.6/javafmllanguage-1.20.1-47.2.6.jar\",\r\n \"sha1\": \"56551ed4a181a00930b0365996e1d9f3ca851459\",\r\n \"size\": 16518\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.minecraftforge:lowcodelanguage:1.20.1-47.2.6\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/minecraftforge/lowcodelanguage/1.20.1-47.2.6/lowcodelanguage-1.20.1-47.2.6.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/lowcodelanguage/1.20.1-47.2.6/lowcodelanguage-1.20.1-47.2.6.jar\",\r\n \"sha1\": \"f27bd133cd78227e8d6def633b83c881a30cc243\",\r\n \"size\": 7400\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.minecraftforge:mclanguage:1.20.1-47.2.6\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/minecraftforge/mclanguage/1.20.1-47.2.6/mclanguage-1.20.1-47.2.6.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/mclanguage/1.20.1-47.2.6/mclanguage-1.20.1-47.2.6.jar\",\r\n \"sha1\": \"6e1641ac5a046737d7c3209901ca0a829d636873\",\r\n \"size\": 5001\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.minecraftforge:srgutils:0.4.11\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/minecraftforge/srgutils/0.4.11/srgutils-0.4.11.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/srgutils/0.4.11/srgutils-0.4.11.jar\",\r\n \"sha1\": \"fbad1341ffdb47d276bbdc40ecb06da49e053e74\",\r\n \"size\": 69289\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.minecraftforge:srgutils:0.4.3\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/minecraftforge/srgutils/0.4.3/srgutils-0.4.3.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/srgutils/0.4.3/srgutils-0.4.3.jar\",\r\n \"sha1\": \"84aecb8fc78bd0dd7299bd9963ac9eb83bd00aad\",\r\n \"size\": 69020\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.minecraftforge:srgutils:0.4.9\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/minecraftforge/srgutils/0.4.9/srgutils-0.4.9.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/srgutils/0.4.9/srgutils-0.4.9.jar\",\r\n \"sha1\": \"7595dae3ad2554b1dac30ae3a9521bd026639e38\",\r\n \"size\": 69076\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.sf.jopt-simple:jopt-simple:5.0.4\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar\",\r\n \"sha1\": \"4fdac2fbe92dfad86aa6e9301736f6b4342a3f5c\",\r\n \"size\": 78146\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.sf.jopt-simple:jopt-simple:6.0-alpha-3\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/sf/jopt-simple/jopt-simple/6.0-alpha-3/jopt-simple-6.0-alpha-3.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/sf/jopt-simple/jopt-simple/6.0-alpha-3/jopt-simple-6.0-alpha-3.jar\",\r\n \"sha1\": \"02ab1a73e1e22d2b73469362a0908a98644b681d\",\r\n \"size\": 79368\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"org.apache.commons:commons-collections4:4.2\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar\",\r\n \"sha1\": \"54ebea0a5b653d3c680131e73fe807bb8f78c4ed\",\r\n \"size\": 752798\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"org.apache.commons:commons-lang3:3.8.1\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar\",\r\n \"sha1\": \"6505a72a097d9270f7a9e7bf42c4238283247755\",\r\n \"size\": 501879\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"org.apache.commons:commons-text:1.3\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"org/apache/commons/commons-text/1.3/commons-text-1.3.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/org/apache/commons/commons-text/1.3/commons-text-1.3.jar\",\r\n \"sha1\": \"9abf61708a66ab5e55f6169a200dbfc584b546d9\",\r\n \"size\": 182954\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"org.checkerframework:checker-qual:2.0.0\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"org/checkerframework/checker-qual/2.0.0/checker-qual-2.0.0.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/org/checkerframework/checker-qual/2.0.0/checker-qual-2.0.0.jar\",\r\n \"sha1\": \"518929596ee3249127502a8573b2e008e2d51ed3\",\r\n \"size\": 343222\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"org.codehaus.mojo:animal-sniffer-annotations:1.14\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar\",\r\n \"sha1\": \"775b7e22fb10026eed3f86e8dc556dfafe35f2d5\",\r\n \"size\": 3482\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"org.ow2.asm:asm-analysis:9.2\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar\",\r\n \"sha1\": \"7487dd756daf96cab9986e44b9d7bcb796a61c10\",\r\n \"size\": 34257\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"org.ow2.asm:asm-analysis:9.3\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.jar\",\r\n \"sha1\": \"4b071f211b37c38e0e9f5998550197c8593f6ad8\",\r\n \"size\": 34276\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"org.ow2.asm:asm-commons:9.2\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar\",\r\n \"sha1\": \"f4d7f0fc9054386f2893b602454d48e07d4fbead\",\r\n \"size\": 72642\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"org.ow2.asm:asm-commons:9.3\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"org/ow2/asm/asm-commons/9.3/asm-commons-9.3.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/org/ow2/asm/asm-commons/9.3/asm-commons-9.3.jar\",\r\n \"sha1\": \"1f2a432d1212f5c352ae607d7b61dcae20c20af5\",\r\n \"size\": 72716\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"org.ow2.asm:asm-tree:9.2\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar\",\r\n \"sha1\": \"d96c99a30f5e1a19b0e609dbb19a44d8518ac01e\",\r\n \"size\": 52660\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"org.ow2.asm:asm-tree:9.3\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar\",\r\n \"sha1\": \"78d2ecd61318b5a58cd04fb237636c0e86b77d97\",\r\n \"size\": 52669\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"org.ow2.asm:asm:9.2\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"org/ow2/asm/asm/9.2/asm-9.2.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/org/ow2/asm/asm/9.2/asm-9.2.jar\",\r\n \"sha1\": \"81a03f76019c67362299c40e0ba13405f5467bff\",\r\n \"size\": 122004\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"org.ow2.asm:asm:9.3\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"org/ow2/asm/asm/9.3/asm-9.3.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/org/ow2/asm/asm/9.3/asm-9.3.jar\",\r\n \"sha1\": \"8e6300ef51c1d801a7ed62d07cd221aca3a90640\",\r\n \"size\": 122176\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"trove:trove:1.0.2\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"trove/trove/1.0.2/trove-1.0.2.jar\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/trove/trove/1.0.2/trove-1.0.2.jar\",\r\n \"sha1\": \"112b40581ab9a4d3de4636d49985a7f686d181c8\",\r\n \"size\": 361155\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"net.minecraftforge:forge:1.20.1-47.2.6:clientdata@lzma\",\r\n \"downloads\": {\r\n \"artifact\": {\r\n \"path\": \"net/minecraftforge/forge/1.20.1-47.2.6/forge-1.20.1-47.2.6-clientdata.lzma\",\r\n \"url\": \"https://modloaders.forgecdn.net/647622546/maven/net/minecraftforge/forge/1.20.1-47.2.6/forge-1.20.1-47.2.6-clientdata.lzma\",\r\n \"size\": 0\r\n }\r\n }\r\n }\r\n ]\r\n}"},"isUnlocked":true,"javaArgsOverride":null,"lastPlayed":"2023-11-20T03:30:08.0493104Z","playedCount":15,"manifest":null,"fileDate":"0001-01-01T00:00:00","installedModpack":null,"projectID":0,"fileID":0,"customAuthor":null,"modpackOverrides":[],"isMemoryOverride":false,"allocatedMemory":23712,"profileImagePath":null,"isVanilla":false,"guid":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","gameTypeID":432,"installPath":"C:\\Users\\Xikaro\\curseforge\\minecraft\\Instances\\TFG-Modpack-1.20.x\\","name":"TFG-Modpack-1.20.x","cachedScans":[],"isValid":true,"lastPreviousMatchUpdate":"2023-11-20T03:29:48.804959Z","lastRefreshAttempt":"2023-11-20T08:29:50.2931386+05:00","isEnabled":true,"gameVersion":"1.20.1","gameVersionFlavor":null,"gameVersionTypeId":null,"preferenceAlternateFile":false,"preferenceAutoInstallUpdates":false,"preferenceQuickDeleteLibraries":false,"preferenceDeleteSavedVariables":false,"preferenceReleaseType":3,"preferenceModdingFolderPath":null,"syncProfile":{"PreferenceEnabled":false,"PreferenceAutoSync":true,"PreferenceAutoDelete":false,"PreferenceBackupSavedVariables":false,"GameInstanceGuid":"00000000-0000-0000-0000-000000000000","SyncProfileID":0,"SavedVariablesProfile":null,"LastSyncDate":"0001-01-01T00:00:00"},"installDate":"2023-11-16T08:09:04.287055Z","installedAddons":[{"instanceID":"f17c5d3b-1ad5-4af7-a575-bf8d1a067f33","modSource":0,"addonID":302973,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"TerraFirmaCraft","modFolderPath":null,"fileNameOnDisk":"TerraFirmaCraft-Forge-1.20.1-3.0.3-beta.jar","authors":[{"Name":"Dries007"},{"Name":"EERussianguy"},{"Name":"AlcatrazEscapee"},{"Name":"Bunsan"}],"primaryAuthor":"Dries007","primaryCategoryId":422,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/terrafirmacraft","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/170/851/256/256/636725131874038399.png","tags":[],"installedFile":{"id":4875028,"fileName":"TerraFirmaCraft-Forge-1.20.1-3.0.3-beta.jar","fileDate":"2023-11-17T13:36:22.89Z","fileLength":48212828,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4875/28/TerraFirmaCraft-Forge-1.20.1-3.0.3-beta.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2},{"addonId":306770,"type":3},{"addonId":306770,"type":3},{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":636328036,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4230175049,"invalidFingerprint":false},{"foldername":"data","fingerprint":87914476,"invalidFingerprint":false},{"foldername":"net","fingerprint":2357366414,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1893716926,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":1598490951,"invalidFingerprint":false},{"foldername":"tfc.mixins.json","fingerprint":3514708177,"invalidFingerprint":false},{"foldername":"tfc.refmap.json","fingerprint":322728804,"invalidFingerprint":false}],"packageFingerprint":3267030402,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":302973,"fileNameOnDisk":"TerraFirmaCraft-Forge-1.20.1-3.0.3-beta.jar","hashes":[{"type":1,"value":"614db4865dcedf3113a451440b896dc251c87af2"},{"type":2,"value":"bcfad6a8b456acb1aa301988072ba585"}]},"dateInstalled":"2023-11-16T09:01:14.1553654Z","dateUpdated":"2023-11-17T14:44:16.0743745Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4875028,"fileName":"TerraFirmaCraft-Forge-1.20.1-3.0.3-beta.jar","fileDate":"2023-11-17T13:36:22.89Z","fileLength":48212828,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4875/28/TerraFirmaCraft-Forge-1.20.1-3.0.3-beta.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2},{"addonId":306770,"type":3},{"addonId":306770,"type":3},{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":636328036,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4230175049,"invalidFingerprint":false},{"foldername":"data","fingerprint":87914476,"invalidFingerprint":false},{"foldername":"net","fingerprint":2357366414,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1893716926,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":1598490951,"invalidFingerprint":false},{"foldername":"tfc.mixins.json","fingerprint":3514708177,"invalidFingerprint":false},{"foldername":"tfc.refmap.json","fingerprint":322728804,"invalidFingerprint":false}],"packageFingerprint":3267030402,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":302973,"fileNameOnDisk":"TerraFirmaCraft-Forge-1.20.1-3.0.3-beta.jar","hashes":[{"type":1,"value":"614db4865dcedf3113a451440b896dc251c87af2"},{"type":2,"value":"bcfad6a8b456acb1aa301988072ba585"}]}},{"instanceID":"fbf14640-a638-4aba-a891-c7e46ad5c924","modSource":0,"addonID":495693,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Farsight [Forge]","modFolderPath":null,"fileNameOnDisk":"farsight-1.20.1-3.6.jar","authors":[{"Name":"someaddon"}],"primaryAuthor":"someaddon","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/farsight","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/532/489/256/256/637856138513958598.png","tags":[],"installedFile":{"id":4870168,"fileName":"farsight-1.20.1-3.6.jar","fileDate":"2023-11-15T13:55:51.16Z","fileLength":373943,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4870/168/farsight-1.20.1-3.6.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2550129272,"invalidFingerprint":false},{"foldername":"com","fingerprint":1077548182,"invalidFingerprint":false},{"foldername":"farsight.mixins.json","fingerprint":618571777,"invalidFingerprint":false},{"foldername":"farsight.refmap.json","fingerprint":3174392871,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1438559181,"invalidFingerprint":false}],"packageFingerprint":4013438162,"gameVersion":["Client","NeoForge","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":495693,"fileNameOnDisk":"farsight-1.20.1-3.6.jar","hashes":[{"type":1,"value":"b58119fea950fffec3350d7f5792558a3339046b"},{"type":2,"value":"fe17f2261bf8704b7b12a9cd726a8fa8"}]},"dateInstalled":"2023-11-16T10:50:15.5439417Z","dateUpdated":"2023-11-16T10:50:15.5450362Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4870168,"fileName":"farsight-1.20.1-3.6.jar","fileDate":"2023-11-15T13:55:51.16Z","fileLength":373943,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4870/168/farsight-1.20.1-3.6.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":326652,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2550129272,"invalidFingerprint":false},{"foldername":"com","fingerprint":1077548182,"invalidFingerprint":false},{"foldername":"farsight.mixins.json","fingerprint":618571777,"invalidFingerprint":false},{"foldername":"farsight.refmap.json","fingerprint":3174392871,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1438559181,"invalidFingerprint":false}],"packageFingerprint":4013438162,"gameVersion":["Client","NeoForge","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":495693,"fileNameOnDisk":"farsight-1.20.1-3.6.jar","hashes":[{"type":1,"value":"b58119fea950fffec3350d7f5792558a3339046b"},{"type":2,"value":"fe17f2261bf8704b7b12a9cd726a8fa8"}]}},{"instanceID":"9c70b9c3-9312-47f3-9d82-d19d6cdcd047","modSource":0,"addonID":263420,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Xaero's Minimap","modFolderPath":null,"fileNameOnDisk":"Xaeros_Minimap_23.8.4_Forge_1.20.jar","authors":[{"Name":"xaero96"}],"primaryAuthor":"xaero96","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/xaeros-minimap","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/92/854/256/256/636258666554688823.png","tags":[],"installedFile":{"id":4812568,"fileName":"Xaeros_Minimap_23.8.4_Forge_1.20.jar","fileDate":"2023-10-23T09:53:37.963Z","fileLength":1332282,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4812/568/Xaeros_Minimap_23.8.4_Forge_1.20.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":636608,"type":2},{"addonId":636608,"type":2},{"addonId":636608,"type":2},{"addonId":636608,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1744185209,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1454231198,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2387270384,"invalidFingerprint":false},{"foldername":"xaero","fingerprint":2464461949,"invalidFingerprint":false}],"packageFingerprint":2179336149,"gameVersion":["Client","1.20.1","Forge","1.20","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":263420,"fileNameOnDisk":"Xaeros_Minimap_23.8.4_Forge_1.20.jar","hashes":[{"type":1,"value":"31fc6ee958ddd2fa174cd8d4787c49638cb3a98d"},{"type":2,"value":"4fe11a97ccf51b6bdefbc79711edcb70"}]},"dateInstalled":"2023-11-16T09:01:12.6288046Z","dateUpdated":"2023-11-16T09:01:12.6288046Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4812568,"fileName":"Xaeros_Minimap_23.8.4_Forge_1.20.jar","fileDate":"2023-10-23T09:53:37.963Z","fileLength":1332282,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4812/568/Xaeros_Minimap_23.8.4_Forge_1.20.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":636608,"type":2},{"addonId":636608,"type":2},{"addonId":636608,"type":2},{"addonId":636608,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1744185209,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1454231198,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2387270384,"invalidFingerprint":false},{"foldername":"xaero","fingerprint":2464461949,"invalidFingerprint":false}],"packageFingerprint":2179336149,"gameVersion":["Client","1.20.1","Forge","1.20","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":263420,"fileNameOnDisk":"Xaeros_Minimap_23.8.4_Forge_1.20.jar","hashes":[{"type":1,"value":"31fc6ee958ddd2fa174cd8d4787c49638cb3a98d"},{"type":2,"value":"4fe11a97ccf51b6bdefbc79711edcb70"}]}},{"instanceID":"04b58dd3-fbaa-4483-83bf-c7adce54cf56","modSource":0,"addonID":908983,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"All-In-One, Macaw's Mods for TerraFirmaCraft","modFolderPath":null,"fileNameOnDisk":"mcw_tfc_aio-0.0.9-1.20.1.jar","authors":[{"Name":"ArcWolfGaming"}],"primaryAuthor":"ArcWolfGaming","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/macaws-for-terrafirmacraft","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/872/716/256/256/638291828146273282.png","tags":[],"installedFile":{"id":4865171,"fileName":"mcw_tfc_aio-0.0.9-1.20.1.jar","fileDate":"2023-11-13T21:25:03.653Z","fileLength":3368010,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4865/171/mcw_tfc_aio-0.0.9-1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":302973,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":90840068,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4265466856,"invalidFingerprint":false},{"foldername":"com","fingerprint":766388255,"invalidFingerprint":false},{"foldername":"data","fingerprint":2088154981,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":903109682,"invalidFingerprint":false}],"packageFingerprint":3869505813,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":908983,"fileNameOnDisk":"mcw_tfc_aio-0.0.9-1.20.1.jar","hashes":[{"type":1,"value":"ae9e38d4e42f2d27ddc591c50ccfa53e3f6bc805"},{"type":2,"value":"ceddd830625c1edf36be9ccb6603a084"}]},"dateInstalled":"2023-11-20T01:04:54.5418913Z","dateUpdated":"2023-11-20T01:04:54.5418913Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4865171,"fileName":"mcw_tfc_aio-0.0.9-1.20.1.jar","fileDate":"2023-11-13T21:25:03.653Z","fileLength":3368010,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4865/171/mcw_tfc_aio-0.0.9-1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":302973,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":90840068,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4265466856,"invalidFingerprint":false},{"foldername":"com","fingerprint":766388255,"invalidFingerprint":false},{"foldername":"data","fingerprint":2088154981,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":903109682,"invalidFingerprint":false}],"packageFingerprint":3869505813,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":908983,"fileNameOnDisk":"mcw_tfc_aio-0.0.9-1.20.1.jar","hashes":[{"type":1,"value":"ae9e38d4e42f2d27ddc591c50ccfa53e3f6bc805"},{"type":2,"value":"ceddd830625c1edf36be9ccb6603a084"}]}},{"instanceID":"1ccdf139-8b13-4570-8477-f6aea2dd5ecc","modSource":0,"addonID":618298,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Sophisticated Core","modFolderPath":null,"fileNameOnDisk":"sophisticatedcore-1.20.1-0.5.107.496.jar","authors":[{"Name":"P3pp3rF1y"}],"primaryAuthor":"P3pp3rF1y","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/sophisticated-core","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/540/438/256/256/637866039314801108.png","tags":[],"installedFile":{"id":4882572,"fileName":"sophisticatedcore-1.20.1-0.5.107.496.jar","fileDate":"2023-11-19T23:04:17.357Z","fileLength":1043258,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4882/572/sophisticatedcore-1.20.1-0.5.107.496.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2927497002,"invalidFingerprint":false},{"foldername":"assets","fingerprint":773161339,"invalidFingerprint":false},{"foldername":"data","fingerprint":2483734106,"invalidFingerprint":false},{"foldername":"net","fingerprint":4116839193,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3640101168,"invalidFingerprint":false}],"packageFingerprint":4252280111,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":618298,"fileNameOnDisk":"sophisticatedcore-1.20.1-0.5.107.496.jar","hashes":[{"type":1,"value":"871778c7a94b275a6af46aadd746468ab3c86220"},{"type":2,"value":"b085aab67959fc2ad6def3b36d45eafa"}]},"dateInstalled":"2023-11-20T01:36:45.8893546Z","dateUpdated":"2023-11-20T01:36:45.8893546Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4882572,"fileName":"sophisticatedcore-1.20.1-0.5.107.496.jar","fileDate":"2023-11-19T23:04:17.357Z","fileLength":1043258,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4882/572/sophisticatedcore-1.20.1-0.5.107.496.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2927497002,"invalidFingerprint":false},{"foldername":"assets","fingerprint":773161339,"invalidFingerprint":false},{"foldername":"data","fingerprint":2483734106,"invalidFingerprint":false},{"foldername":"net","fingerprint":4116839193,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3640101168,"invalidFingerprint":false}],"packageFingerprint":4252280111,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":618298,"fileNameOnDisk":"sophisticatedcore-1.20.1-0.5.107.496.jar","hashes":[{"type":1,"value":"871778c7a94b275a6af46aadd746468ab3c86220"},{"type":2,"value":"b085aab67959fc2ad6def3b36d45eafa"}]}},{"instanceID":"671c3aa9-f100-4214-8907-cb1875649a67","modSource":0,"addonID":448233,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Entity Culling Fabric/Forge","modFolderPath":null,"fileNameOnDisk":"entityculling-forge-1.6.2-mc1.20.1.jar","authors":[{"Name":"tr7zw"}],"primaryAuthor":"tr7zw","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/entityculling","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/345/318/256/256/637492631463701682.png","tags":[],"installedFile":{"id":4763645,"fileName":"entityculling-forge-1.6.2-mc1.20.1.jar","fileDate":"2023-09-22T17:07:42.593Z","fileLength":62127,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4763/645/entityculling-forge-1.6.2-mc1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2959906494,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1929528592,"invalidFingerprint":false},{"foldername":"LICENSE-EntityCulling","fingerprint":3421239066,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1672225079,"invalidFingerprint":false},{"foldername":"com","fingerprint":1392897666,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3782850974,"invalidFingerprint":false},{"foldername":"entityculling.mixins.json","fingerprint":2461146347,"invalidFingerprint":false},{"foldername":"entityculling.refmap.mixins.json","fingerprint":2091536416,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":454599248,"invalidFingerprint":false}],"packageFingerprint":702471140,"gameVersion":["1.20.2","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":448233,"fileNameOnDisk":"entityculling-forge-1.6.2-mc1.20.1.jar","hashes":[{"type":1,"value":"a184f3a963c07f7026fb6d8ccd83ca29e7f7b009"},{"type":2,"value":"c04b2447b7b3f625c37535eb82ad5bdc"}]},"dateInstalled":"2023-11-16T09:01:12.7587792Z","dateUpdated":"2023-11-16T09:01:12.7587792Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4763645,"fileName":"entityculling-forge-1.6.2-mc1.20.1.jar","fileDate":"2023-09-22T17:07:42.593Z","fileLength":62127,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4763/645/entityculling-forge-1.6.2-mc1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2959906494,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1929528592,"invalidFingerprint":false},{"foldername":"LICENSE-EntityCulling","fingerprint":3421239066,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1672225079,"invalidFingerprint":false},{"foldername":"com","fingerprint":1392897666,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3782850974,"invalidFingerprint":false},{"foldername":"entityculling.mixins.json","fingerprint":2461146347,"invalidFingerprint":false},{"foldername":"entityculling.refmap.mixins.json","fingerprint":2091536416,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":454599248,"invalidFingerprint":false}],"packageFingerprint":702471140,"gameVersion":["1.20.2","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":448233,"fileNameOnDisk":"entityculling-forge-1.6.2-mc1.20.1.jar","hashes":[{"type":1,"value":"a184f3a963c07f7026fb6d8ccd83ca29e7f7b009"},{"type":2,"value":"c04b2447b7b3f625c37535eb82ad5bdc"}]}},{"instanceID":"0b0d5e85-b495-40f6-a253-fe8b8b528857","modSource":0,"addonID":404468,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"FTB Teams (Forge)","modFolderPath":null,"fileNameOnDisk":"ftb-teams-forge-2001.1.4.jar","authors":[{"Name":"FTB"},{"Name":"ErrorMikey"}],"primaryAuthor":"FTB","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ftb-teams-forge","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/296/128/256/256/637339524496399588.png","tags":[],"installedFile":{"id":4623116,"fileName":"ftb-teams-forge-2001.1.4.jar","fileDate":"2023-07-03T15:48:36.36Z","fileLength":240019,"releaseType":3,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4623/116/ftb-teams-forge-2001.1.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419699,"type":3},{"addonId":404465,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3675397025,"invalidFingerprint":false},{"foldername":"kubejs.classfilter.txt","fingerprint":4244743998,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3660078540,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":239616976,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3647239003,"invalidFingerprint":false},{"foldername":"architectury_inject_FTBTeams1201_common_b3374236a6ca48b19a56c81613bb6449_9751b38b80fef773992f62e324bc0f3352b9eef683f46f892881e57924406d2cftbteams200114devjar","fingerprint":4241324220,"invalidFingerprint":false}],"packageFingerprint":550313960,"gameVersion":["Forge","1.20.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":404468,"fileNameOnDisk":"ftb-teams-forge-2001.1.4.jar","hashes":[{"type":1,"value":"8b7628248ffd6e97bde2ffce0a630a4db4504b9b"},{"type":2,"value":"c3bc5ac7c14e198df40b2b448322f66a"}]},"dateInstalled":"2023-11-19T12:03:11.8243042Z","dateUpdated":"2023-11-19T12:03:11.8250878Z","status":4,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4623116,"fileName":"ftb-teams-forge-2001.1.4.jar","fileDate":"2023-07-03T15:48:36.36Z","fileLength":240019,"releaseType":3,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4623/116/ftb-teams-forge-2001.1.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419699,"type":3},{"addonId":404465,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3675397025,"invalidFingerprint":false},{"foldername":"kubejs.classfilter.txt","fingerprint":4244743998,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3660078540,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":239616976,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3647239003,"invalidFingerprint":false},{"foldername":"architectury_inject_FTBTeams1201_common_b3374236a6ca48b19a56c81613bb6449_9751b38b80fef773992f62e324bc0f3352b9eef683f46f892881e57924406d2cftbteams200114devjar","fingerprint":4241324220,"invalidFingerprint":false}],"packageFingerprint":550313960,"gameVersion":["Forge","1.20.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":404468,"fileNameOnDisk":"ftb-teams-forge-2001.1.4.jar","hashes":[{"type":1,"value":"8b7628248ffd6e97bde2ffce0a630a4db4504b9b"},{"type":2,"value":"c3bc5ac7c14e198df40b2b448322f66a"}]}},{"instanceID":"5a634cf6-5bf2-4136-840f-62bc61495789","modSource":0,"addonID":890405,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"GregTechCEu Modern","modFolderPath":null,"fileNameOnDisk":"gtceu-forge-1.20.1-1.0.15.a.jar","authors":[{"Name":"KilaBash"},{"Name":"Tech22"},{"Name":"screret"},{"Name":"serenibyss"}],"primaryAuthor":"KilaBash","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/gregtechceu-modern","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/850/975/256/256/638252863907612360.png","tags":[],"installedFile":{"id":4863475,"fileName":"gtceu-forge-1.20.1-1.0.15.a.jar","fileDate":"2023-11-13T02:15:52.03Z","fileLength":12733859,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4863/475/gtceu-forge-1.20.1-1.0.15.a.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4110455661,"invalidFingerprint":false},{"foldername":"architectury_inject_GregTech_gtceucommon_a554977655e34d1db9cde0f0dbd30e22_b2c2894a6d7e04c0d83d9e4a1b48eb16cc82e88b8a94de79c9dc2f2cf54d67f8gtceucommon12011015adevjar","fingerprint":2103848373,"invalidFingerprint":false},{"foldername":"assets","fingerprint":756266660,"invalidFingerprint":false},{"foldername":"com","fingerprint":4154296342,"invalidFingerprint":false},{"foldername":"data","fingerprint":3123446379,"invalidFingerprint":false},{"foldername":"gtceu-common-1.20.1-gtceu-common-refmap.json","fingerprint":2262414132,"invalidFingerprint":false},{"foldername":"gtceu-common.mixins.json","fingerprint":3204048233,"invalidFingerprint":false},{"foldername":"gtceu-forge-1.20.1-gtceu-forge-refmap.json","fingerprint":1583677803,"invalidFingerprint":false},{"foldername":"gtceu.mixins.json","fingerprint":1986474840,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":856532884,"invalidFingerprint":false},{"foldername":"kubejs.plugins.txt","fingerprint":2661266037,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2374646642,"invalidFingerprint":false}],"packageFingerprint":1365308781,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":890405,"fileNameOnDisk":"gtceu-forge-1.20.1-1.0.15.a.jar","hashes":[{"type":1,"value":"796a404ff1d5c373c8d3e80704e58755e4007410"},{"type":2,"value":"ce9ee2105d6baf25bbe6220941ba653c"}]},"dateInstalled":"2023-11-16T10:40:54.9790897Z","dateUpdated":"2023-11-16T10:40:54.9823026Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4863475,"fileName":"gtceu-forge-1.20.1-1.0.15.a.jar","fileDate":"2023-11-13T02:15:52.03Z","fileLength":12733859,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4863/475/gtceu-forge-1.20.1-1.0.15.a.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4110455661,"invalidFingerprint":false},{"foldername":"architectury_inject_GregTech_gtceucommon_a554977655e34d1db9cde0f0dbd30e22_b2c2894a6d7e04c0d83d9e4a1b48eb16cc82e88b8a94de79c9dc2f2cf54d67f8gtceucommon12011015adevjar","fingerprint":2103848373,"invalidFingerprint":false},{"foldername":"assets","fingerprint":756266660,"invalidFingerprint":false},{"foldername":"com","fingerprint":4154296342,"invalidFingerprint":false},{"foldername":"data","fingerprint":3123446379,"invalidFingerprint":false},{"foldername":"gtceu-common-1.20.1-gtceu-common-refmap.json","fingerprint":2262414132,"invalidFingerprint":false},{"foldername":"gtceu-common.mixins.json","fingerprint":3204048233,"invalidFingerprint":false},{"foldername":"gtceu-forge-1.20.1-gtceu-forge-refmap.json","fingerprint":1583677803,"invalidFingerprint":false},{"foldername":"gtceu.mixins.json","fingerprint":1986474840,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":856532884,"invalidFingerprint":false},{"foldername":"kubejs.plugins.txt","fingerprint":2661266037,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2374646642,"invalidFingerprint":false}],"packageFingerprint":1365308781,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":890405,"fileNameOnDisk":"gtceu-forge-1.20.1-1.0.15.a.jar","hashes":[{"type":1,"value":"796a404ff1d5c373c8d3e80704e58755e4007410"},{"type":2,"value":"ce9ee2105d6baf25bbe6220941ba653c"}]}},{"instanceID":"45b67beb-3ceb-456c-9f85-91e8f19ddea1","modSource":0,"addonID":316582,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Corpse","modFolderPath":null,"fileNameOnDisk":"corpse-1.20.1-1.0.5.jar","authors":[{"Name":"henkelmax"}],"primaryAuthor":"henkelmax","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/corpse","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/194/489/256/256/636873305017840968.png","tags":[],"installedFile":{"id":4678972,"fileName":"corpse-1.20.1-1.0.5.jar","fileDate":"2023-08-02T18:10:49.783Z","fileLength":223423,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4678/972/corpse-1.20.1-1.0.5.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2},{"addonId":324717,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3196899145,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1246290450,"invalidFingerprint":false},{"foldername":"de","fingerprint":3863086227,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":320998545,"invalidFingerprint":false}],"packageFingerprint":2989877348,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":316582,"fileNameOnDisk":"corpse-1.20.1-1.0.5.jar","hashes":[{"type":1,"value":"686d772b62321ab3018851dc2c17ad34d0f5e513"},{"type":2,"value":"4c7279e282c15f67f2e2e6c091a2b63c"}]},"dateInstalled":"2023-11-16T10:40:49.3362311Z","dateUpdated":"2023-11-16T10:40:49.3368173Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4678972,"fileName":"corpse-1.20.1-1.0.5.jar","fileDate":"2023-08-02T18:10:49.783Z","fileLength":223423,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4678/972/corpse-1.20.1-1.0.5.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2},{"addonId":324717,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3196899145,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1246290450,"invalidFingerprint":false},{"foldername":"de","fingerprint":3863086227,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":320998545,"invalidFingerprint":false}],"packageFingerprint":2989877348,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":316582,"fileNameOnDisk":"corpse-1.20.1-1.0.5.jar","hashes":[{"type":1,"value":"686d772b62321ab3018851dc2c17ad34d0f5e513"},{"type":2,"value":"4c7279e282c15f67f2e2e6c091a2b63c"}]}},{"instanceID":"f80f294d-11dd-4396-9a7e-cbee1c4d7531","modSource":0,"addonID":513402,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"TerraFirmaGreg","modFolderPath":null,"fileNameOnDisk":"terrafirmagreg-1.20.1-0.0.5.jar","authors":[{"Name":"Exception"}],"primaryAuthor":"Exception","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/terrafirmagreg-mod","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/564/410/256/256/637920650923309591.png","tags":[],"installedFile":{"id":4883048,"fileName":"terrafirmagreg-1.20.1-0.0.5.jar","fileDate":"2023-11-20T03:15:59.96Z","fileLength":163530,"releaseType":3,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4883/48/terrafirmagreg-1.20.1-0.0.5.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3924775722,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3492024155,"invalidFingerprint":false},{"foldername":"exception","fingerprint":2143041136,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":2592975180,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1265336689,"invalidFingerprint":false},{"foldername":"terrafirmagreg.mixin-refmap.json","fingerprint":4051775846,"invalidFingerprint":false},{"foldername":"terrafirmagreg.mixins.json","fingerprint":2934633450,"invalidFingerprint":false}],"packageFingerprint":1161114518,"gameVersion":["Client","NeoForge","1.20.1","Forge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":513402,"fileNameOnDisk":"terrafirmagreg-1.20.1-0.0.5.jar","hashes":[{"type":1,"value":"166efe6eedfdfada7332b282df3ea3abc55c42af"},{"type":2,"value":"7ca7424d80fe9b3211adcca75b94d18c"}]},"dateInstalled":"2023-11-20T03:29:48.8042813Z","dateUpdated":"2023-11-20T03:29:48.8042813Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4883048,"fileName":"terrafirmagreg-1.20.1-0.0.5.jar","fileDate":"2023-11-20T03:15:59.96Z","fileLength":163530,"releaseType":3,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4883/48/terrafirmagreg-1.20.1-0.0.5.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3924775722,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3492024155,"invalidFingerprint":false},{"foldername":"exception","fingerprint":2143041136,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":2592975180,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1265336689,"invalidFingerprint":false},{"foldername":"terrafirmagreg.mixin-refmap.json","fingerprint":4051775846,"invalidFingerprint":false},{"foldername":"terrafirmagreg.mixins.json","fingerprint":2934633450,"invalidFingerprint":false}],"packageFingerprint":1161114518,"gameVersion":["Client","NeoForge","1.20.1","Forge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":513402,"fileNameOnDisk":"terrafirmagreg-1.20.1-0.0.5.jar","hashes":[{"type":1,"value":"166efe6eedfdfada7332b282df3ea3abc55c42af"},{"type":2,"value":"7ca7424d80fe9b3211adcca75b94d18c"}]}},{"instanceID":"84da986d-3b88-4b0e-9976-1925214692f2","modSource":0,"addonID":435044,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Better Third Person","modFolderPath":null,"fileNameOnDisk":"BetterThirdPerson-Forge-1.20-1.9.0.jar","authors":[{"Name":"Socolio"},{"Name":"DreenDex"}],"primaryAuthor":"Socolio","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/better-third-person","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/392/806/256/256/637587416534783614.png","tags":[],"installedFile":{"id":4596768,"fileName":"BetterThirdPerson-Forge-1.20-1.9.0.jar","fileDate":"2023-06-19T13:23:09.423Z","fileLength":61525,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4596/768/BetterThirdPerson-Forge-1.20-1.9.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1826445502,"invalidFingerprint":false},{"foldername":"betterthirdperson.mixins.json","fingerprint":321306251,"invalidFingerprint":false},{"foldername":"betterthirdperson.png","fingerprint":2767830977,"invalidFingerprint":false},{"foldername":"betterthirdperson.refmap.json","fingerprint":126566225,"invalidFingerprint":false},{"foldername":"io","fingerprint":2596733555,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1875952135,"invalidFingerprint":false}],"packageFingerprint":3277503590,"gameVersion":["1.20.2","NeoForge","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":435044,"fileNameOnDisk":"BetterThirdPerson-Forge-1.20-1.9.0.jar","hashes":[{"type":1,"value":"0b0a3ff3b244fa191b3f9580547071dee46f7276"},{"type":2,"value":"298625b2f4567069bcfbea3dceba294d"}]},"dateInstalled":"2023-11-16T09:01:13.9293531Z","dateUpdated":"2023-11-16T09:01:13.9293531Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4596768,"fileName":"BetterThirdPerson-Forge-1.20-1.9.0.jar","fileDate":"2023-06-19T13:23:09.423Z","fileLength":61525,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4596/768/BetterThirdPerson-Forge-1.20-1.9.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1826445502,"invalidFingerprint":false},{"foldername":"betterthirdperson.mixins.json","fingerprint":321306251,"invalidFingerprint":false},{"foldername":"betterthirdperson.png","fingerprint":2767830977,"invalidFingerprint":false},{"foldername":"betterthirdperson.refmap.json","fingerprint":126566225,"invalidFingerprint":false},{"foldername":"io","fingerprint":2596733555,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1875952135,"invalidFingerprint":false}],"packageFingerprint":3277503590,"gameVersion":["1.20.2","NeoForge","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":435044,"fileNameOnDisk":"BetterThirdPerson-Forge-1.20-1.9.0.jar","hashes":[{"type":1,"value":"0b0a3ff3b244fa191b3f9580547071dee46f7276"},{"type":2,"value":"298625b2f4567069bcfbea3dceba294d"}]}},{"instanceID":"cad55030-07df-425b-8b57-fb2816f7189e","modSource":0,"addonID":927874,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Tree Tap","modFolderPath":null,"fileNameOnDisk":"treetap-1.20.1-0.1.0.jar","authors":[{"Name":"LobsterJonn"}],"primaryAuthor":"LobsterJonn","primaryCategoryId":416,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/treetap","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/895/421/256/256/638340049065219614.png","tags":[],"installedFile":{"id":4850914,"fileName":"treetap-1.20.1-0.1.0.jar","fileDate":"2023-11-08T12:14:59.867Z","fileLength":78468,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4850/914/treetap-1.20.1-0.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1828164013,"invalidFingerprint":false},{"foldername":"assets","fingerprint":8904403,"invalidFingerprint":false},{"foldername":"cy","fingerprint":2728135263,"invalidFingerprint":false},{"foldername":"data","fingerprint":3111486116,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1828808175,"invalidFingerprint":false}],"packageFingerprint":4238230268,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":927874,"fileNameOnDisk":"treetap-1.20.1-0.1.0.jar","hashes":[{"type":1,"value":"45e1991e7f78ac3591ba9d43a3f2082982cd55b8"},{"type":2,"value":"d5d5ae63be3a676f5f2be41f83a11a70"}]},"dateInstalled":"2023-11-16T09:03:51.7467094Z","dateUpdated":"2023-11-16T09:03:51.7473366Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4850914,"fileName":"treetap-1.20.1-0.1.0.jar","fileDate":"2023-11-08T12:14:59.867Z","fileLength":78468,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4850/914/treetap-1.20.1-0.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1828164013,"invalidFingerprint":false},{"foldername":"assets","fingerprint":8904403,"invalidFingerprint":false},{"foldername":"cy","fingerprint":2728135263,"invalidFingerprint":false},{"foldername":"data","fingerprint":3111486116,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1828808175,"invalidFingerprint":false}],"packageFingerprint":4238230268,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":927874,"fileNameOnDisk":"treetap-1.20.1-0.1.0.jar","hashes":[{"type":1,"value":"45e1991e7f78ac3591ba9d43a3f2082982cd55b8"},{"type":2,"value":"d5d5ae63be3a676f5f2be41f83a11a70"}]}},{"instanceID":"b993fade-2894-403f-8330-9f2fd18808b7","modSource":0,"addonID":282001,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"CC: Tweaked","modFolderPath":null,"fileNameOnDisk":"cc-tweaked-1.20.1-forge-1.109.0.jar","authors":[{"Name":"SquidDev"}],"primaryAuthor":"SquidDev","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cc-tweaked","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/130/871/256/256/636463439690354770.png","tags":[],"installedFile":{"id":4870180,"fileName":"cc-tweaked-1.20.1-forge-1.109.0.jar","fileDate":"2023-11-15T14:09:09.137Z","fileLength":3080834,"releaseType":3,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4870/180/cc-tweaked-1.20.1-forge-1.109.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1302492060,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1343853497,"invalidFingerprint":false},{"foldername":"client-computercraft.refmap.json","fingerprint":3796494207,"invalidFingerprint":false},{"foldername":"computercraft-client.forge.mixins.json","fingerprint":127503436,"invalidFingerprint":false},{"foldername":"computercraft-client.mixins.json","fingerprint":2390053406,"invalidFingerprint":false},{"foldername":"computercraft-common.accesswidener","fingerprint":972494874,"invalidFingerprint":false},{"foldername":"computercraft.accesswidener","fingerprint":4198178444,"invalidFingerprint":false},{"foldername":"computercraft.mixins.json","fingerprint":3575282899,"invalidFingerprint":false},{"foldername":"computercraft.refmap.json","fingerprint":2615824465,"invalidFingerprint":false},{"foldername":"dan200","fingerprint":1530775186,"invalidFingerprint":false},{"foldername":"data","fingerprint":2560355077,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1055135218,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":1002598164,"invalidFingerprint":false}],"packageFingerprint":4248310274,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":282001,"fileNameOnDisk":"cc-tweaked-1.20.1-forge-1.109.0.jar","hashes":[{"type":1,"value":"f9df1ebfa307d3bda4661fce2a35bc2bca9a4eed"},{"type":2,"value":"99367c18d4089e55868d83202497f2f8"}]},"dateInstalled":"2023-11-19T12:26:56.5930898Z","dateUpdated":"2023-11-20T00:57:39.0408454Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4870180,"fileName":"cc-tweaked-1.20.1-forge-1.109.0.jar","fileDate":"2023-11-15T14:09:09.137Z","fileLength":3080834,"releaseType":3,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4870/180/cc-tweaked-1.20.1-forge-1.109.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1302492060,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1343853497,"invalidFingerprint":false},{"foldername":"client-computercraft.refmap.json","fingerprint":3796494207,"invalidFingerprint":false},{"foldername":"computercraft-client.forge.mixins.json","fingerprint":127503436,"invalidFingerprint":false},{"foldername":"computercraft-client.mixins.json","fingerprint":2390053406,"invalidFingerprint":false},{"foldername":"computercraft-common.accesswidener","fingerprint":972494874,"invalidFingerprint":false},{"foldername":"computercraft.accesswidener","fingerprint":4198178444,"invalidFingerprint":false},{"foldername":"computercraft.mixins.json","fingerprint":3575282899,"invalidFingerprint":false},{"foldername":"computercraft.refmap.json","fingerprint":2615824465,"invalidFingerprint":false},{"foldername":"dan200","fingerprint":1530775186,"invalidFingerprint":false},{"foldername":"data","fingerprint":2560355077,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1055135218,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":1002598164,"invalidFingerprint":false}],"packageFingerprint":4248310274,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":282001,"fileNameOnDisk":"cc-tweaked-1.20.1-forge-1.109.0.jar","hashes":[{"type":1,"value":"f9df1ebfa307d3bda4661fce2a35bc2bca9a4eed"},{"type":2,"value":"99367c18d4089e55868d83202497f2f8"}]}},{"instanceID":"566330e0-9748-4375-9cd9-db628ab50d4f","modSource":0,"addonID":254284,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"AmbientSounds 5","modFolderPath":null,"fileNameOnDisk":"AmbientSounds_FORGE_v5.3.4_mc1.20.1.jar","authors":[{"Name":"CreativeMD"}],"primaryAuthor":"CreativeMD","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ambientsounds","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/65/45/256/256/636158453613581226.png","tags":[],"installedFile":{"id":4878223,"fileName":"AmbientSounds_FORGE_v5.3.4_mc1.20.1.jar","fileDate":"2023-11-18T19:59:30.063Z","fileLength":84330799,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4878/223/AmbientSounds_FORGE_v5.3.4_mc1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":257814,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2645874536,"invalidFingerprint":false},{"foldername":"ambientsounds.mixins.json","fingerprint":2166498717,"invalidFingerprint":false},{"foldername":"ambientsounds.mixins.refmap.json","fingerprint":3969168868,"invalidFingerprint":false},{"foldername":"ambientsounds.png","fingerprint":3887141381,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4007282112,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":1782175838,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3941724742,"invalidFingerprint":false},{"foldername":"team","fingerprint":127374597,"invalidFingerprint":false}],"packageFingerprint":3973507655,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":254284,"fileNameOnDisk":"AmbientSounds_FORGE_v5.3.4_mc1.20.1.jar","hashes":[{"type":1,"value":"35065e21c1027cbbb7e88dfe4b1821f9f59cf3a1"},{"type":2,"value":"7fe4ab76860a0142b42841de1a5b4652"}]},"dateInstalled":"2023-11-16T10:40:03.8120721Z","dateUpdated":"2023-11-18T22:56:45.1930203Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4878223,"fileName":"AmbientSounds_FORGE_v5.3.4_mc1.20.1.jar","fileDate":"2023-11-18T19:59:30.063Z","fileLength":84330799,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4878/223/AmbientSounds_FORGE_v5.3.4_mc1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":257814,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2645874536,"invalidFingerprint":false},{"foldername":"ambientsounds.mixins.json","fingerprint":2166498717,"invalidFingerprint":false},{"foldername":"ambientsounds.mixins.refmap.json","fingerprint":3969168868,"invalidFingerprint":false},{"foldername":"ambientsounds.png","fingerprint":3887141381,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4007282112,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":1782175838,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3941724742,"invalidFingerprint":false},{"foldername":"team","fingerprint":127374597,"invalidFingerprint":false}],"packageFingerprint":3973507655,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":254284,"fileNameOnDisk":"AmbientSounds_FORGE_v5.3.4_mc1.20.1.jar","hashes":[{"type":1,"value":"35065e21c1027cbbb7e88dfe4b1821f9f59cf3a1"},{"type":2,"value":"7fe4ab76860a0142b42841de1a5b4652"}]}},{"instanceID":"ccd36db9-0375-4491-b149-3eab6066a9b3","modSource":0,"addonID":790626,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"ModernFix","modFolderPath":null,"fileNameOnDisk":"modernfix-forge-5.9.3+mc1.20.1.jar","authors":[{"Name":"embeddedt"}],"primaryAuthor":"embeddedt","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/modernfix","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/881/436/256/256/638311693460984164.png","tags":[],"installedFile":{"id":4862982,"fileName":"modernfix-forge-5.9.3+mc1.20.1.jar","fileDate":"2023-11-12T21:51:23.543Z","fileLength":662216,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4862/982/modernfix-forge-5.9.3%2bmc1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":723470016,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3559824621,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1177231304,"invalidFingerprint":false},{"foldername":"modernfix-common-common-refmap.json","fingerprint":2641626370,"invalidFingerprint":false},{"foldername":"modernfix-common.mixins.json","fingerprint":1426863478,"invalidFingerprint":false},{"foldername":"modernfix-forge.mixins.json","fingerprint":3223647355,"invalidFingerprint":false},{"foldername":"modernfix.refmap.json","fingerprint":2049344655,"invalidFingerprint":false},{"foldername":"modernfix","fingerprint":1325599026,"invalidFingerprint":false},{"foldername":"org","fingerprint":3763659827,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":88923539,"invalidFingerprint":false}],"packageFingerprint":444691406,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":790626,"fileNameOnDisk":"modernfix-forge-5.9.3+mc1.20.1.jar","hashes":[{"type":1,"value":"8e9158aea30c5b66c5b855f565e3dac80074a827"},{"type":2,"value":"3cc729e48a8e90c19925cbf2070a0c83"}]},"dateInstalled":"2023-11-16T09:01:11.0954219Z","dateUpdated":"2023-11-16T09:01:11.0954219Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":true,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4862982,"fileName":"modernfix-forge-5.9.3+mc1.20.1.jar","fileDate":"2023-11-12T21:51:23.543Z","fileLength":662216,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4862/982/modernfix-forge-5.9.3%2bmc1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":723470016,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3559824621,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1177231304,"invalidFingerprint":false},{"foldername":"modernfix-common-common-refmap.json","fingerprint":2641626370,"invalidFingerprint":false},{"foldername":"modernfix-common.mixins.json","fingerprint":1426863478,"invalidFingerprint":false},{"foldername":"modernfix-forge.mixins.json","fingerprint":3223647355,"invalidFingerprint":false},{"foldername":"modernfix.refmap.json","fingerprint":2049344655,"invalidFingerprint":false},{"foldername":"modernfix","fingerprint":1325599026,"invalidFingerprint":false},{"foldername":"org","fingerprint":3763659827,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":88923539,"invalidFingerprint":false}],"packageFingerprint":444691406,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":790626,"fileNameOnDisk":"modernfix-forge-5.9.3+mc1.20.1.jar","hashes":[{"type":1,"value":"8e9158aea30c5b66c5b855f565e3dac80074a827"},{"type":2,"value":"3cc729e48a8e90c19925cbf2070a0c83"}]}},{"instanceID":"9663195b-ee0b-43fc-bbed-d81e65701460","modSource":0,"addonID":551736,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Magnesium/Rubidium Dynamic Lights","modFolderPath":null,"fileNameOnDisk":"dynamiclightsreforged-1.20.1_v1.6.0.jar","authors":[{"Name":"Anthxny"}],"primaryAuthor":"Anthxny","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/dynamiclights-reforged","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/469/256/256/256/637754473832817728.png","tags":[],"installedFile":{"id":4731947,"fileName":"dynamiclightsreforged-1.20.1_v1.6.0.jar","fileDate":"2023-09-01T06:29:32.573Z","fileLength":94614,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4731/947/dynamiclightsreforged-1.20.1_v1.6.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":558905,"type":2},{"addonId":574856,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":66915100,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3977364015,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4212797587,"invalidFingerprint":false},{"foldername":"dynamiclightsreforged.mixins.json","fingerprint":313225015,"invalidFingerprint":false},{"foldername":"lambdynlights.toml","fingerprint":1931709995,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1438559181,"invalidFingerprint":false},{"foldername":"dynamiclightsreforged.refmap.json","fingerprint":1232094082,"invalidFingerprint":false}],"packageFingerprint":2811927648,"gameVersion":["Client","NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":551736,"fileNameOnDisk":"dynamiclightsreforged-1.20.1_v1.6.0.jar","hashes":[{"type":1,"value":"323498a94ba91e24417c0ae1bc34bb4b461c0a3a"},{"type":2,"value":"f8f506d864082aa61b3e38d249542f40"}]},"dateInstalled":"2023-11-16T16:33:16.0030269Z","dateUpdated":"2023-11-16T16:33:16.0069433Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4731947,"fileName":"dynamiclightsreforged-1.20.1_v1.6.0.jar","fileDate":"2023-09-01T06:29:32.573Z","fileLength":94614,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4731/947/dynamiclightsreforged-1.20.1_v1.6.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":558905,"type":2},{"addonId":574856,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":66915100,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3977364015,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4212797587,"invalidFingerprint":false},{"foldername":"dynamiclightsreforged.mixins.json","fingerprint":313225015,"invalidFingerprint":false},{"foldername":"lambdynlights.toml","fingerprint":1931709995,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1438559181,"invalidFingerprint":false},{"foldername":"dynamiclightsreforged.refmap.json","fingerprint":1232094082,"invalidFingerprint":false}],"packageFingerprint":2811927648,"gameVersion":["Client","NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":551736,"fileNameOnDisk":"dynamiclightsreforged-1.20.1_v1.6.0.jar","hashes":[{"type":1,"value":"323498a94ba91e24417c0ae1bc34bb4b461c0a3a"},{"type":2,"value":"f8f506d864082aa61b3e38d249542f40"}]}},{"instanceID":"dccd85c1-7639-460b-be8e-8438fb675e24","modSource":0,"addonID":308240,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Cherished Worlds (Fabric/Forge/Quilt)","modFolderPath":null,"fileNameOnDisk":"cherishedworlds-forge-6.1.4+1.20.1.jar","authors":[{"Name":"TheIllusiveC4"}],"primaryAuthor":"TheIllusiveC4","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cherished-worlds","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/180/595/256/256/636793993834717165.png","tags":[],"installedFile":{"id":4820041,"fileName":"cherishedworlds-forge-6.1.4+1.20.1.jar","fileDate":"2023-10-27T23:49:01.513Z","fileLength":59857,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4820/41/cherishedworlds-forge-6.1.4+1.20.1.jar","isAlternate":false,"alternateFileId":4820042,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":160018588,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":152642697,"invalidFingerprint":false},{"foldername":"COPYING","fingerprint":2226923820,"invalidFingerprint":false},{"foldername":"COPYING.LESSER","fingerprint":1136524626,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":785297658,"invalidFingerprint":false},{"foldername":"README.md","fingerprint":172819838,"invalidFingerprint":false},{"foldername":"assets","fingerprint":765147616,"invalidFingerprint":false},{"foldername":"cherishedworlds.mixins.json","fingerprint":1370252848,"invalidFingerprint":false},{"foldername":"cherishedworlds.refmap.json","fingerprint":2634455738,"invalidFingerprint":false},{"foldername":"cherishedworlds_icon.png","fingerprint":1157943607,"invalidFingerprint":false},{"foldername":"com","fingerprint":1912405498,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3916898619,"invalidFingerprint":false}],"packageFingerprint":2217792735,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":308240,"fileNameOnDisk":"cherishedworlds-forge-6.1.4+1.20.1.jar","hashes":[{"type":1,"value":"85a8dfc221ad3f26d7408a5fb93c95be2390467d"},{"type":2,"value":"2f528482538e135c35353e53e88a6d11"}]},"dateInstalled":"2023-11-16T09:01:09.9680264Z","dateUpdated":"2023-11-16T09:01:09.9680264Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4820041,"fileName":"cherishedworlds-forge-6.1.4+1.20.1.jar","fileDate":"2023-10-27T23:49:01.513Z","fileLength":59857,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4820/41/cherishedworlds-forge-6.1.4+1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":160018588,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":152642697,"invalidFingerprint":false},{"foldername":"COPYING","fingerprint":2226923820,"invalidFingerprint":false},{"foldername":"COPYING.LESSER","fingerprint":1136524626,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":785297658,"invalidFingerprint":false},{"foldername":"README.md","fingerprint":172819838,"invalidFingerprint":false},{"foldername":"assets","fingerprint":765147616,"invalidFingerprint":false},{"foldername":"cherishedworlds.mixins.json","fingerprint":1370252848,"invalidFingerprint":false},{"foldername":"cherishedworlds.refmap.json","fingerprint":2634455738,"invalidFingerprint":false},{"foldername":"cherishedworlds_icon.png","fingerprint":1157943607,"invalidFingerprint":false},{"foldername":"com","fingerprint":1912405498,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3916898619,"invalidFingerprint":false}],"packageFingerprint":2217792735,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":308240,"fileNameOnDisk":"cherishedworlds-forge-6.1.4+1.20.1.jar","hashes":[{"type":1,"value":"85a8dfc221ad3f26d7408a5fb93c95be2390467d"},{"type":2,"value":"2f528482538e135c35353e53e88a6d11"}]}},{"instanceID":"9572b395-b357-4b8d-9587-2e54155e8dfc","modSource":0,"addonID":292038,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Better Ping Display","modFolderPath":null,"fileNameOnDisk":"BetterPingDisplay-1.20.1-1.1.jar","authors":[{"Name":"Quintinity"}],"primaryAuthor":"Quintinity","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/better-ping-display","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/477/83/256/256/637771296028904958.png","tags":[],"installedFile":{"id":4594106,"fileName":"BetterPingDisplay-1.20.1-1.1.jar","fileDate":"2023-06-18T02:10:24.983Z","fileLength":15889,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4594/106/BetterPingDisplay-1.20.1-1.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3692742053,"invalidFingerprint":false},{"foldername":"com","fingerprint":3894045483,"invalidFingerprint":false},{"foldername":"betterpingdisplay.mixins.json","fingerprint":1657651617,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":1472438386,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3380797652,"invalidFingerprint":false},{"foldername":"betterpingdisplay.refmap.json","fingerprint":2513173712,"invalidFingerprint":false}],"packageFingerprint":2297727680,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":292038,"fileNameOnDisk":"BetterPingDisplay-1.20.1-1.1.jar","hashes":[{"type":1,"value":"6347a5bff9405c59ec7d428e5e24115f5b17a90b"},{"type":2,"value":"2a331e8f5a7cc2609d67f7975fba7d7e"}]},"dateInstalled":"2023-11-16T09:01:13.0332301Z","dateUpdated":"2023-11-16T09:01:13.0332301Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4594106,"fileName":"BetterPingDisplay-1.20.1-1.1.jar","fileDate":"2023-06-18T02:10:24.983Z","fileLength":15889,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4594/106/BetterPingDisplay-1.20.1-1.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3692742053,"invalidFingerprint":false},{"foldername":"com","fingerprint":3894045483,"invalidFingerprint":false},{"foldername":"betterpingdisplay.mixins.json","fingerprint":1657651617,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":1472438386,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3380797652,"invalidFingerprint":false},{"foldername":"betterpingdisplay.refmap.json","fingerprint":2513173712,"invalidFingerprint":false}],"packageFingerprint":2297727680,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":292038,"fileNameOnDisk":"BetterPingDisplay-1.20.1-1.1.jar","hashes":[{"type":1,"value":"6347a5bff9405c59ec7d428e5e24115f5b17a90b"},{"type":2,"value":"2a331e8f5a7cc2609d67f7975fba7d7e"}]}},{"instanceID":"53b89354-c753-44bf-bf9c-6ceee1990ddd","modSource":0,"addonID":511770,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Drippy Loading Screen [Forge]","modFolderPath":null,"fileNameOnDisk":"drippyloadingscreen_forge_2.2.4_MC_1.20.1.jar","authors":[{"Name":"Keksuccino"}],"primaryAuthor":"Keksuccino","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/drippy-loading-screen","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/415/118/256/256/637638101350387776.png","tags":[],"installedFile":{"id":4606615,"fileName":"drippyloadingscreen_forge_2.2.4_MC_1.20.1.jar","fileDate":"2023-06-24T04:31:14.517Z","fileLength":124936,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4606/615/drippyloadingscreen_forge_2.2.4_MC_1.20.1.jar","isAlternate":false,"alternateFileId":4606616,"dependencies":[{"addonId":410295,"type":3},{"addonId":367706,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2372042825,"invalidFingerprint":false},{"foldername":"de","fingerprint":1883169537,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1240348535,"invalidFingerprint":false},{"foldername":"drippyloadingscreen.mixin.json","fingerprint":2380842093,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2760212866,"invalidFingerprint":false},{"foldername":"drippyloadingscreen.mixin-refmap.json","fingerprint":1710680999,"invalidFingerprint":false}],"packageFingerprint":3661487791,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":511770,"fileNameOnDisk":"drippyloadingscreen_forge_2.2.4_MC_1.20.1.jar","hashes":[{"type":1,"value":"27c3ab702847182e3517f8afad4efdfc2457090a"},{"type":2,"value":"24e11c7706a8b0ac7fcd820307daa29f"}]},"dateInstalled":"2023-11-16T09:01:09.1046191Z","dateUpdated":"2023-11-16T09:01:09.1046191Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4606615,"fileName":"drippyloadingscreen_forge_2.2.4_MC_1.20.1.jar","fileDate":"2023-06-24T04:31:14.517Z","fileLength":124936,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4606/615/drippyloadingscreen_forge_2.2.4_MC_1.20.1.jar","isAlternate":false,"alternateFileId":4606616,"dependencies":[{"addonId":410295,"type":3},{"addonId":367706,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2372042825,"invalidFingerprint":false},{"foldername":"de","fingerprint":1883169537,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1240348535,"invalidFingerprint":false},{"foldername":"drippyloadingscreen.mixin.json","fingerprint":2380842093,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2760212866,"invalidFingerprint":false},{"foldername":"drippyloadingscreen.mixin-refmap.json","fingerprint":1710680999,"invalidFingerprint":false}],"packageFingerprint":3661487791,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":511770,"fileNameOnDisk":"drippyloadingscreen_forge_2.2.4_MC_1.20.1.jar","hashes":[{"type":1,"value":"27c3ab702847182e3517f8afad4efdfc2457090a"},{"type":2,"value":"24e11c7706a8b0ac7fcd820307daa29f"}]}},{"instanceID":"84971acd-4df2-4cad-8cdc-9e1cfe4f3b77","modSource":0,"addonID":429235,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"FerriteCore (Forge)","modFolderPath":null,"fileNameOnDisk":"ferritecore-6.0.1-forge.jar","authors":[{"Name":"malte0811"}],"primaryAuthor":"malte0811","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ferritecore","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/323/941/256/256/637438748346113688.jpeg","tags":[],"installedFile":{"id":4810975,"fileName":"ferritecore-6.0.1-forge.jar","fileDate":"2023-10-22T13:35:16.597Z","fileLength":123034,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4810/975/ferritecore-6.0.1-forge.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1894755165,"invalidFingerprint":false},{"foldername":"malte0811","fingerprint":898425990,"invalidFingerprint":false},{"foldername":"ferritecore.blockstatecache.mixin.json","fingerprint":2656421278,"invalidFingerprint":false},{"foldername":"ferritecore.dedupbakedquad.mixin.json","fingerprint":3081362880,"invalidFingerprint":false},{"foldername":"ferritecore.dedupmultipart.mixin.json","fingerprint":1442370142,"invalidFingerprint":false},{"foldername":"ferritecore.fastmap.mixin.json","fingerprint":3545426013,"invalidFingerprint":false},{"foldername":"ferritecore.modelsides.mixin.json","fingerprint":3718778430,"invalidFingerprint":false},{"foldername":"ferritecore.mrl.mixin.json","fingerprint":3344989000,"invalidFingerprint":false},{"foldername":"ferritecore.predicates.mixin.json","fingerprint":2801144224,"invalidFingerprint":false},{"foldername":"ferritecore.threaddetec.mixin.json","fingerprint":4027117364,"invalidFingerprint":false},{"foldername":"googleaccess","fingerprint":2484448736,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3369927219,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2809587253,"invalidFingerprint":false},{"foldername":"roadrunner.overrides.properties","fingerprint":36475463,"invalidFingerprint":false},{"foldername":"ferritecore.refmap.json","fingerprint":2285274734,"invalidFingerprint":false}],"packageFingerprint":2683111440,"gameVersion":["Client","NeoForge","1.20.1","Forge","1.20","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":429235,"fileNameOnDisk":"ferritecore-6.0.1-forge.jar","hashes":[{"type":1,"value":"417fb6ce8f52abf40bd9d0390371790f9576f8ba"},{"type":2,"value":"f52f538207a4829d7060550092ce2383"}]},"dateInstalled":"2023-11-16T09:01:10.1969369Z","dateUpdated":"2023-11-16T09:01:10.1969369Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4810975,"fileName":"ferritecore-6.0.1-forge.jar","fileDate":"2023-10-22T13:35:16.597Z","fileLength":123034,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4810/975/ferritecore-6.0.1-forge.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1894755165,"invalidFingerprint":false},{"foldername":"malte0811","fingerprint":898425990,"invalidFingerprint":false},{"foldername":"ferritecore.blockstatecache.mixin.json","fingerprint":2656421278,"invalidFingerprint":false},{"foldername":"ferritecore.dedupbakedquad.mixin.json","fingerprint":3081362880,"invalidFingerprint":false},{"foldername":"ferritecore.dedupmultipart.mixin.json","fingerprint":1442370142,"invalidFingerprint":false},{"foldername":"ferritecore.fastmap.mixin.json","fingerprint":3545426013,"invalidFingerprint":false},{"foldername":"ferritecore.modelsides.mixin.json","fingerprint":3718778430,"invalidFingerprint":false},{"foldername":"ferritecore.mrl.mixin.json","fingerprint":3344989000,"invalidFingerprint":false},{"foldername":"ferritecore.predicates.mixin.json","fingerprint":2801144224,"invalidFingerprint":false},{"foldername":"ferritecore.threaddetec.mixin.json","fingerprint":4027117364,"invalidFingerprint":false},{"foldername":"googleaccess","fingerprint":2484448736,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3369927219,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2809587253,"invalidFingerprint":false},{"foldername":"roadrunner.overrides.properties","fingerprint":36475463,"invalidFingerprint":false},{"foldername":"ferritecore.refmap.json","fingerprint":2285274734,"invalidFingerprint":false}],"packageFingerprint":2683111440,"gameVersion":["Client","NeoForge","1.20.1","Forge","1.20","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":429235,"fileNameOnDisk":"ferritecore-6.0.1-forge.jar","hashes":[{"type":1,"value":"417fb6ce8f52abf40bd9d0390371790f9576f8ba"},{"type":2,"value":"f52f538207a4829d7060550092ce2383"}]}},{"instanceID":"c13d80d3-7c16-46fb-b3b6-a896125b09a6","modSource":0,"addonID":238086,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"KubeJS","modFolderPath":null,"fileNameOnDisk":"kubejs-forge-2001.6.4-build.95.jar","authors":[{"Name":"LatvianModder"}],"primaryAuthor":"LatvianModder","primaryCategoryId":5314,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/kubejs","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/218/214/256/256/637010579670184115.png","tags":[],"installedFile":{"id":4878381,"fileName":"kubejs-forge-2001.6.4-build.95.jar","fileDate":"2023-11-18T21:22:47.203Z","fileLength":1591432,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4878/381/kubejs-forge-2001.6.4-build.95.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419699,"type":3},{"addonId":416294,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2986071586,"invalidFingerprint":false},{"foldername":"architectury.common.json","fingerprint":1069997295,"invalidFingerprint":false},{"foldername":"architectury_inject_KubeJS120_common_f1b6aa71304f44fb80946b16ff6a8cbe_b62d48fe6de5c5c292eb8f986b6cc46631f816ef5e223f7d94179e73dd467e9akubejs200164build95devjar","fingerprint":995374835,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3881697604,"invalidFingerprint":false},{"foldername":"data","fingerprint":196213762,"invalidFingerprint":false},{"foldername":"dev","fingerprint":7866553,"invalidFingerprint":false},{"foldername":"kubejs-common-refmap.json","fingerprint":1346463095,"invalidFingerprint":false},{"foldername":"kubejs-common.mixins.json","fingerprint":2426671071,"invalidFingerprint":false},{"foldername":"kubejs-forge-refmap.json","fingerprint":1493072104,"invalidFingerprint":false},{"foldername":"kubejs-forge.mixins.json","fingerprint":2740693488,"invalidFingerprint":false},{"foldername":"kubejs.plugins.txt","fingerprint":3132297912,"invalidFingerprint":false},{"foldername":"kubejs_logo.png","fingerprint":658118443,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":925984517,"invalidFingerprint":false}],"packageFingerprint":908288899,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":238086,"fileNameOnDisk":"kubejs-forge-2001.6.4-build.95.jar","hashes":[{"type":1,"value":"eac452d190a79ef06b252fdd654cfb2e65d57a99"},{"type":2,"value":"e5ca8b8a04654726baad46e3690618b5"}]},"dateInstalled":"2023-11-16T09:01:13.0327852Z","dateUpdated":"2023-11-18T22:56:35.1914056Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4878381,"fileName":"kubejs-forge-2001.6.4-build.95.jar","fileDate":"2023-11-18T21:22:47.203Z","fileLength":1591432,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4878/381/kubejs-forge-2001.6.4-build.95.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419699,"type":3},{"addonId":416294,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2986071586,"invalidFingerprint":false},{"foldername":"architectury.common.json","fingerprint":1069997295,"invalidFingerprint":false},{"foldername":"architectury_inject_KubeJS120_common_f1b6aa71304f44fb80946b16ff6a8cbe_b62d48fe6de5c5c292eb8f986b6cc46631f816ef5e223f7d94179e73dd467e9akubejs200164build95devjar","fingerprint":995374835,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3881697604,"invalidFingerprint":false},{"foldername":"data","fingerprint":196213762,"invalidFingerprint":false},{"foldername":"dev","fingerprint":7866553,"invalidFingerprint":false},{"foldername":"kubejs-common-refmap.json","fingerprint":1346463095,"invalidFingerprint":false},{"foldername":"kubejs-common.mixins.json","fingerprint":2426671071,"invalidFingerprint":false},{"foldername":"kubejs-forge-refmap.json","fingerprint":1493072104,"invalidFingerprint":false},{"foldername":"kubejs-forge.mixins.json","fingerprint":2740693488,"invalidFingerprint":false},{"foldername":"kubejs.plugins.txt","fingerprint":3132297912,"invalidFingerprint":false},{"foldername":"kubejs_logo.png","fingerprint":658118443,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":925984517,"invalidFingerprint":false}],"packageFingerprint":908288899,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":238086,"fileNameOnDisk":"kubejs-forge-2001.6.4-build.95.jar","hashes":[{"type":1,"value":"eac452d190a79ef06b252fdd654cfb2e65d57a99"},{"type":2,"value":"e5ca8b8a04654726baad46e3690618b5"}]}},{"instanceID":"bb67a669-664e-474b-b869-d1988e08a88c","modSource":0,"addonID":633823,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Almost Unified","modFolderPath":null,"fileNameOnDisk":"almostunified-forge-1.20.1-0.7.1.jar","authors":[{"Name":"AlmostReliable"},{"Name":"Relentless"},{"Name":"Lytho"}],"primaryAuthor":"AlmostReliable","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/almost-unified","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/560/421/256/256/637911433758832569.png","tags":[],"installedFile":{"id":4875432,"fileName":"almostunified-forge-1.20.1-0.7.1.jar","fileDate":"2023-11-17T17:29:48.12Z","fileLength":202284,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4875/432/almostunified-forge-1.20.1-0.7.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2},{"addonId":310111,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1641627317,"invalidFingerprint":false},{"foldername":"almostunified-common-Common-refmap.json","fingerprint":4044702116,"invalidFingerprint":false},{"foldername":"almostunified-common.mixins.json","fingerprint":1169949983,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1014801010,"invalidFingerprint":false},{"foldername":"com","fingerprint":4010047581,"invalidFingerprint":false},{"foldername":"kubejs.bindings.txt","fingerprint":4213512750,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":327418884,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2230933658,"invalidFingerprint":false}],"packageFingerprint":2276570319,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":633823,"fileNameOnDisk":"almostunified-forge-1.20.1-0.7.1.jar","hashes":[{"type":1,"value":"95b0d821266308affa1b3f73789302c8e82704cf"},{"type":2,"value":"35dd770eac8064b2a1f9dcf48056e986"}]},"dateInstalled":"2023-11-17T18:33:34.4012957Z","dateUpdated":"2023-11-17T18:33:34.4012957Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4875432,"fileName":"almostunified-forge-1.20.1-0.7.1.jar","fileDate":"2023-11-17T17:29:48.12Z","fileLength":202284,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4875/432/almostunified-forge-1.20.1-0.7.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2},{"addonId":310111,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1641627317,"invalidFingerprint":false},{"foldername":"almostunified-common-Common-refmap.json","fingerprint":4044702116,"invalidFingerprint":false},{"foldername":"almostunified-common.mixins.json","fingerprint":1169949983,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1014801010,"invalidFingerprint":false},{"foldername":"com","fingerprint":4010047581,"invalidFingerprint":false},{"foldername":"kubejs.bindings.txt","fingerprint":4213512750,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":327418884,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2230933658,"invalidFingerprint":false}],"packageFingerprint":2276570319,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":633823,"fileNameOnDisk":"almostunified-forge-1.20.1-0.7.1.jar","hashes":[{"type":1,"value":"95b0d821266308affa1b3f73789302c8e82704cf"},{"type":2,"value":"35dd770eac8064b2a1f9dcf48056e986"}]}},{"instanceID":"bd674bc8-5246-488d-b4d2-a6b2ef64186a","modSource":0,"addonID":410811,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"FTB Essentials (Forge & Fabric)","modFolderPath":null,"fileNameOnDisk":"ftb-essentials-forge-2001.2.1.jar","authors":[{"Name":"FTB"},{"Name":"ErrorMikey"}],"primaryAuthor":"FTB","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ftb-essentials-forge","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/303/308/256/256/637371755397820308.png","tags":[],"installedFile":{"id":4791525,"fileName":"ftb-essentials-forge-2001.2.1.jar","fileDate":"2023-10-10T10:23:27.557Z","fileLength":155787,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4791/525/ftb-essentials-forge-2001.2.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":314905,"type":2},{"addonId":404465,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":99229228,"invalidFingerprint":false},{"foldername":"architectury_inject_FTBEssentials1201_common_4fd3e8f864114bd08f1df2b9f3dbe619_d5f54b4473d759132516d4308a55698a91e6c66f74273857a79943b60584df39ftbessentials200121devjar","fingerprint":2442489634,"invalidFingerprint":false},{"foldername":"assets","fingerprint":28964555,"invalidFingerprint":false},{"foldername":"data","fingerprint":4144745500,"invalidFingerprint":false},{"foldername":"dev","fingerprint":2565422127,"invalidFingerprint":false},{"foldername":"ftb-essentials-common-refmap.json","fingerprint":3723006074,"invalidFingerprint":false},{"foldername":"ftbessentials-common.mixins.json","fingerprint":714052242,"invalidFingerprint":false},{"foldername":"kubejs.classfilter.txt","fingerprint":2278401661,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":131883689,"invalidFingerprint":false}],"packageFingerprint":3361932171,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":410811,"fileNameOnDisk":"ftb-essentials-forge-2001.2.1.jar","hashes":[{"type":1,"value":"6327754a11a91263135b759df122e674fea25f24"},{"type":2,"value":"1d21f4afa79eb46063839f39452ae38f"}]},"dateInstalled":"2023-11-20T03:29:48.7995138Z","dateUpdated":"2023-11-20T03:29:48.7995138Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4791525,"fileName":"ftb-essentials-forge-2001.2.1.jar","fileDate":"2023-10-10T10:23:27.557Z","fileLength":155787,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4791/525/ftb-essentials-forge-2001.2.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":314905,"type":2},{"addonId":404465,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":99229228,"invalidFingerprint":false},{"foldername":"architectury_inject_FTBEssentials1201_common_4fd3e8f864114bd08f1df2b9f3dbe619_d5f54b4473d759132516d4308a55698a91e6c66f74273857a79943b60584df39ftbessentials200121devjar","fingerprint":2442489634,"invalidFingerprint":false},{"foldername":"assets","fingerprint":28964555,"invalidFingerprint":false},{"foldername":"data","fingerprint":4144745500,"invalidFingerprint":false},{"foldername":"dev","fingerprint":2565422127,"invalidFingerprint":false},{"foldername":"ftb-essentials-common-refmap.json","fingerprint":3723006074,"invalidFingerprint":false},{"foldername":"ftbessentials-common.mixins.json","fingerprint":714052242,"invalidFingerprint":false},{"foldername":"kubejs.classfilter.txt","fingerprint":2278401661,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":131883689,"invalidFingerprint":false}],"packageFingerprint":3361932171,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":410811,"fileNameOnDisk":"ftb-essentials-forge-2001.2.1.jar","hashes":[{"type":1,"value":"6327754a11a91263135b759df122e674fea25f24"},{"type":2,"value":"1d21f4afa79eb46063839f39452ae38f"}]}},{"instanceID":"b9aed4ce-6417-4f09-a0a7-786ae6479689","modSource":0,"addonID":310111,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Roughly Enough Items Fabric/Forge (REI)","modFolderPath":null,"fileNameOnDisk":"RoughlyEnoughItems-12.0.674.jar","authors":[{"Name":"shedaniel"}],"primaryAuthor":"shedaniel","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/282/25/256/256/637287701215436754.png","tags":[],"installedFile":{"id":4834408,"fileName":"RoughlyEnoughItems-12.0.674.jar","fileDate":"2023-11-02T08:12:17.443Z","fileLength":2241018,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4834/408/RoughlyEnoughItems-12.0.674.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":348521,"type":3},{"addonId":521393,"type":3},{"addonId":419699,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1893095421,"invalidFingerprint":false},{"foldername":"roughlyenoughitems","fingerprint":2369514943,"invalidFingerprint":false},{"foldername":"roughlyenoughitems.changes.json","fingerprint":1035620197,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1262880835,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1307682745,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1972081312,"invalidFingerprint":false},{"foldername":"rei.mixins.json","fingerprint":2356844520,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1583793709,"invalidFingerprint":false},{"foldername":"RoughlyEnoughItems-forge-refmap.json","fingerprint":2330879791,"invalidFingerprint":false},{"foldername":"me","fingerprint":1371354369,"invalidFingerprint":false}],"packageFingerprint":72315861,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":310111,"fileNameOnDisk":"RoughlyEnoughItems-12.0.674.jar","hashes":[{"type":1,"value":"cf3fa6675978c4db32a214c08bdff3e3bd27c37d"},{"type":2,"value":"0dd340ee6a800ee2f6ebb4f105dee6fe"}]},"dateInstalled":"2023-11-16T09:01:12.7595124Z","dateUpdated":"2023-11-16T09:01:12.7595124Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4834408,"fileName":"RoughlyEnoughItems-12.0.674.jar","fileDate":"2023-11-02T08:12:17.443Z","fileLength":2241018,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4834/408/RoughlyEnoughItems-12.0.674.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":348521,"type":3},{"addonId":521393,"type":3},{"addonId":419699,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1893095421,"invalidFingerprint":false},{"foldername":"roughlyenoughitems","fingerprint":2369514943,"invalidFingerprint":false},{"foldername":"roughlyenoughitems.changes.json","fingerprint":1035620197,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1262880835,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1307682745,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1972081312,"invalidFingerprint":false},{"foldername":"rei.mixins.json","fingerprint":2356844520,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1583793709,"invalidFingerprint":false},{"foldername":"RoughlyEnoughItems-forge-refmap.json","fingerprint":2330879791,"invalidFingerprint":false},{"foldername":"me","fingerprint":1371354369,"invalidFingerprint":false}],"packageFingerprint":72315861,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":310111,"fileNameOnDisk":"RoughlyEnoughItems-12.0.674.jar","hashes":[{"type":1,"value":"cf3fa6675978c4db32a214c08bdff3e3bd27c37d"},{"type":2,"value":"0dd340ee6a800ee2f6ebb4f105dee6fe"}]}},{"instanceID":"fbcd4287-0cd3-44fc-abe8-2ae6a9d839b2","modSource":0,"addonID":908741,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Embeddium","modFolderPath":null,"fileNameOnDisk":"embeddium-0.2.9+mc1.20.1.jar","authors":[{"Name":"embeddedt"}],"primaryAuthor":"embeddedt","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/embeddium","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/893/778/256/256/638336829931216743.png","tags":[],"installedFile":{"id":4862491,"fileName":"embeddium-0.2.9+mc1.20.1.jar","fileDate":"2023-11-12T17:56:34.76Z","fileLength":877617,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4862/491/embeddium-0.2.9%2bmc1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2133657259,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":3472331479,"invalidFingerprint":false},{"foldername":"assets","fingerprint":903460024,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":318634973,"invalidFingerprint":false},{"foldername":"icon.svg","fingerprint":2533547597,"invalidFingerprint":false},{"foldername":"me","fingerprint":750428849,"invalidFingerprint":false},{"foldername":"mixins.rubidium.refmap.json","fingerprint":1143109035,"invalidFingerprint":false},{"foldername":"net","fingerprint":594186433,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2907500975,"invalidFingerprint":false},{"foldername":"programmer_art","fingerprint":1620673151,"invalidFingerprint":false},{"foldername":"rubidium.mixins.json","fingerprint":803927909,"invalidFingerprint":false}],"packageFingerprint":2074027013,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":908741,"fileNameOnDisk":"embeddium-0.2.9+mc1.20.1.jar","hashes":[{"type":1,"value":"38f71a93983253c0dc60cca6df506acd78d6386f"},{"type":2,"value":"b2200a2cdb6020245e16e60164d37485"}]},"dateInstalled":"2023-11-16T09:01:13.7040634Z","dateUpdated":"2023-11-16T09:01:13.7040634Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":true,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4862491,"fileName":"embeddium-0.2.9+mc1.20.1.jar","fileDate":"2023-11-12T17:56:34.76Z","fileLength":877617,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4862/491/embeddium-0.2.9%2bmc1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2133657259,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":3472331479,"invalidFingerprint":false},{"foldername":"assets","fingerprint":903460024,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":318634973,"invalidFingerprint":false},{"foldername":"icon.svg","fingerprint":2533547597,"invalidFingerprint":false},{"foldername":"me","fingerprint":750428849,"invalidFingerprint":false},{"foldername":"mixins.rubidium.refmap.json","fingerprint":1143109035,"invalidFingerprint":false},{"foldername":"net","fingerprint":594186433,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2907500975,"invalidFingerprint":false},{"foldername":"programmer_art","fingerprint":1620673151,"invalidFingerprint":false},{"foldername":"rubidium.mixins.json","fingerprint":803927909,"invalidFingerprint":false}],"packageFingerprint":2074027013,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":908741,"fileNameOnDisk":"embeddium-0.2.9+mc1.20.1.jar","hashes":[{"type":1,"value":"38f71a93983253c0dc60cca6df506acd78d6386f"},{"type":2,"value":"b2200a2cdb6020245e16e60164d37485"}]}},{"instanceID":"806d1170-dd42-41ef-a793-90d7cee158e3","modSource":0,"addonID":916493,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"AstikorCarts Redux","modFolderPath":null,"fileNameOnDisk":"astikorcarts-1.20.x-1.1.6.jar","authors":[{"Name":"jusipat"}],"primaryAuthor":"jusipat","primaryCategoryId":422,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/astikor-carts-redux","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/881/664/256/256/638312052934413502.png","tags":[],"installedFile":{"id":4797195,"fileName":"astikorcarts-1.20.x-1.1.6.jar","fileDate":"2023-10-13T22:16:45.903Z","fileLength":229383,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4797/195/astikorcarts-1.20.x-1.1.6.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":549077137,"invalidFingerprint":false},{"foldername":"de","fingerprint":998760120,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3070256575,"invalidFingerprint":false},{"foldername":"data","fingerprint":128189404,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":756595764,"invalidFingerprint":false}],"packageFingerprint":497668226,"gameVersion":["Client","NeoForge","1.20.1","Forge","1.20","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":916493,"fileNameOnDisk":"astikorcarts-1.20.x-1.1.6.jar","hashes":[{"type":1,"value":"7c5cef85ef1f6cd2b23148c4983e939fdfefce1c"},{"type":2,"value":"ca40650762929b2c7c0e87239c14f019"}]},"dateInstalled":"2023-11-16T15:48:15.5051774Z","dateUpdated":"2023-11-16T15:48:15.5057796Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4797195,"fileName":"astikorcarts-1.20.x-1.1.6.jar","fileDate":"2023-10-13T22:16:45.903Z","fileLength":229383,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4797/195/astikorcarts-1.20.x-1.1.6.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":549077137,"invalidFingerprint":false},{"foldername":"de","fingerprint":998760120,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3070256575,"invalidFingerprint":false},{"foldername":"data","fingerprint":128189404,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":756595764,"invalidFingerprint":false}],"packageFingerprint":497668226,"gameVersion":["Client","NeoForge","1.20.1","Forge","1.20","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":916493,"fileNameOnDisk":"astikorcarts-1.20.x-1.1.6.jar","hashes":[{"type":1,"value":"7c5cef85ef1f6cd2b23148c4983e939fdfefce1c"},{"type":2,"value":"ca40650762929b2c7c0e87239c14f019"}]}},{"instanceID":"711e2ce2-dc4b-4c63-913b-42ad73304a5c","modSource":0,"addonID":635042,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Ad Astra","modFolderPath":null,"fileNameOnDisk":"ad_astra-forge-1.20.1-1.15.4.jar","authors":[{"Name":"AlexNijjar"}],"primaryAuthor":"AlexNijjar","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ad-astra","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/641/352/256/256/638043417933656861.png","tags":[],"installedFile":{"id":4774342,"fileName":"ad_astra-forge-1.20.1-1.15.4.jar","fileDate":"2023-09-29T17:01:20.86Z","fileLength":10354890,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4774/342/ad_astra-forge-1.20.1-1.15.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":714059,"type":3},{"addonId":704113,"type":3},{"addonId":310111,"type":2},{"addonId":570073,"type":3},{"addonId":306770,"type":2},{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4018205982,"invalidFingerprint":false},{"foldername":"architectury.common.json","fingerprint":982008495,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1101611042,"invalidFingerprint":false},{"foldername":"ad_astra-common.mixins.json","fingerprint":2899251412,"invalidFingerprint":false},{"foldername":"ad_astra.accesswidener","fingerprint":2416968542,"invalidFingerprint":false},{"foldername":"ad-astra-common-refmap.json","fingerprint":717633076,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1011391799,"invalidFingerprint":false},{"foldername":"ad_astra.mixins.json","fingerprint":423193428,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":524925648,"invalidFingerprint":false},{"foldername":"data","fingerprint":437504002,"invalidFingerprint":false},{"foldername":"ad_astra-forge-1.20.1-forge-refmap.json","fingerprint":2107575249,"invalidFingerprint":false},{"foldername":"earth","fingerprint":623877127,"invalidFingerprint":false},{"foldername":"architectury_inject_AdAstra_common_0c85ade6f01a4b4d9a069fe754f9fe45_ce6dbb8cebde254a0ccce255a6ed4ced051b89deffca6cfb96ed725c197d6401adastra1154devjar","fingerprint":399379973,"invalidFingerprint":false}],"packageFingerprint":2425656454,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":635042,"fileNameOnDisk":"ad_astra-forge-1.20.1-1.15.4.jar","hashes":[{"type":1,"value":"3730a4fafb3f2432226ee195f133ac39949519f6"},{"type":2,"value":"7c86268f6a4165e4842ec160a528b651"}]},"dateInstalled":"2023-11-19T12:26:54.0635567Z","dateUpdated":"2023-11-19T12:26:54.0635567Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4774342,"fileName":"ad_astra-forge-1.20.1-1.15.4.jar","fileDate":"2023-09-29T17:01:20.86Z","fileLength":10354890,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4774/342/ad_astra-forge-1.20.1-1.15.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":714059,"type":3},{"addonId":704113,"type":3},{"addonId":310111,"type":2},{"addonId":570073,"type":3},{"addonId":306770,"type":2},{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4018205982,"invalidFingerprint":false},{"foldername":"architectury.common.json","fingerprint":982008495,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1101611042,"invalidFingerprint":false},{"foldername":"ad_astra-common.mixins.json","fingerprint":2899251412,"invalidFingerprint":false},{"foldername":"ad_astra.accesswidener","fingerprint":2416968542,"invalidFingerprint":false},{"foldername":"ad-astra-common-refmap.json","fingerprint":717633076,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1011391799,"invalidFingerprint":false},{"foldername":"ad_astra.mixins.json","fingerprint":423193428,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":524925648,"invalidFingerprint":false},{"foldername":"data","fingerprint":437504002,"invalidFingerprint":false},{"foldername":"ad_astra-forge-1.20.1-forge-refmap.json","fingerprint":2107575249,"invalidFingerprint":false},{"foldername":"earth","fingerprint":623877127,"invalidFingerprint":false},{"foldername":"architectury_inject_AdAstra_common_0c85ade6f01a4b4d9a069fe754f9fe45_ce6dbb8cebde254a0ccce255a6ed4ced051b89deffca6cfb96ed725c197d6401adastra1154devjar","fingerprint":399379973,"invalidFingerprint":false}],"packageFingerprint":2425656454,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":635042,"fileNameOnDisk":"ad_astra-forge-1.20.1-1.15.4.jar","hashes":[{"type":1,"value":"3730a4fafb3f2432226ee195f133ac39949519f6"},{"type":2,"value":"7c86268f6a4165e4842ec160a528b651"}]}},{"instanceID":"9b7d8134-219e-46fa-a1fa-39c1f1de5573","modSource":0,"addonID":237307,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Cosmetic Armor Reworked","modFolderPath":null,"fileNameOnDisk":"cosmeticarmorreworked-1.20.1-v1a.jar","authors":[{"Name":"LainMI"}],"primaryAuthor":"LainMI","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cosmetic-armor-reworked","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/27/600/256/256/635812915333870435.png","tags":[],"installedFile":{"id":4600191,"fileName":"cosmeticarmorreworked-1.20.1-v1a.jar","fileDate":"2023-06-21T05:37:55.983Z","fileLength":88752,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4600/191/cosmeticarmorreworked-1.20.1-v1a.jar","isAlternate":false,"alternateFileId":4600193,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3679091067,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":213336249,"invalidFingerprint":false},{"foldername":"assets","fingerprint":31325333,"invalidFingerprint":false},{"foldername":"lain","fingerprint":501733282,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2742987263,"invalidFingerprint":false}],"packageFingerprint":3614955629,"gameVersion":["Client","1.20.1","Forge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":237307,"fileNameOnDisk":"cosmeticarmorreworked-1.20.1-v1a.jar","hashes":[{"type":1,"value":"afd9fa3fe95e8c086e8d439df403ed1e5ea5cbea"},{"type":2,"value":"2454075e9a25cbadc0fce66502e3261d"}]},"dateInstalled":"2023-11-16T09:01:10.1982085Z","dateUpdated":"2023-11-16T09:01:10.1982085Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4600191,"fileName":"cosmeticarmorreworked-1.20.1-v1a.jar","fileDate":"2023-06-21T05:37:55.983Z","fileLength":88752,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4600/191/cosmeticarmorreworked-1.20.1-v1a.jar","isAlternate":false,"alternateFileId":4600193,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3679091067,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":213336249,"invalidFingerprint":false},{"foldername":"assets","fingerprint":31325333,"invalidFingerprint":false},{"foldername":"lain","fingerprint":501733282,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2742987263,"invalidFingerprint":false}],"packageFingerprint":3614955629,"gameVersion":["Client","1.20.1","Forge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":237307,"fileNameOnDisk":"cosmeticarmorreworked-1.20.1-v1a.jar","hashes":[{"type":1,"value":"afd9fa3fe95e8c086e8d439df403ed1e5ea5cbea"},{"type":2,"value":"2454075e9a25cbadc0fce66502e3261d"}]}},{"instanceID":"77c044a7-f82b-473a-87dc-5f9fa7191ec3","modSource":0,"addonID":257814,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"CreativeCore","modFolderPath":null,"fileNameOnDisk":"CreativeCore_FORGE_v2.11.10_mc1.20.1.jar","authors":[{"Name":"CreativeMD"}],"primaryAuthor":"CreativeMD","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/creativecore","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/86/225/256/256/636207446427836220.png","tags":[],"installedFile":{"id":4874915,"fileName":"CreativeCore_FORGE_v2.11.10_mc1.20.1.jar","fileDate":"2023-11-17T12:10:38.137Z","fileLength":1072167,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4874/915/CreativeCore_FORGE_v2.11.10_mc1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3012677504,"invalidFingerprint":false},{"foldername":"assets","fingerprint":545670715,"invalidFingerprint":false},{"foldername":"creativecore.forge.mixins.json","fingerprint":3638517475,"invalidFingerprint":false},{"foldername":"creativecore.mixins.json","fingerprint":702859444,"invalidFingerprint":false},{"foldername":"creativecore.mixins.refmap.json","fingerprint":916406189,"invalidFingerprint":false},{"foldername":"creativecore.png","fingerprint":1124175186,"invalidFingerprint":false},{"foldername":"net","fingerprint":3427567070,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2977171524,"invalidFingerprint":false},{"foldername":"team","fingerprint":406345753,"invalidFingerprint":false}],"packageFingerprint":1866610096,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":257814,"fileNameOnDisk":"CreativeCore_FORGE_v2.11.10_mc1.20.1.jar","hashes":[{"type":1,"value":"26c13484ef4c07e503e1ba1ac23e26fd58a7c381"},{"type":2,"value":"754e54ecc301545e240e553cbceefcda"}]},"dateInstalled":"2023-11-16T09:01:13.2555911Z","dateUpdated":"2023-11-17T14:44:11.4852745Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4874915,"fileName":"CreativeCore_FORGE_v2.11.10_mc1.20.1.jar","fileDate":"2023-11-17T12:10:38.137Z","fileLength":1072167,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4874/915/CreativeCore_FORGE_v2.11.10_mc1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3012677504,"invalidFingerprint":false},{"foldername":"assets","fingerprint":545670715,"invalidFingerprint":false},{"foldername":"creativecore.forge.mixins.json","fingerprint":3638517475,"invalidFingerprint":false},{"foldername":"creativecore.mixins.json","fingerprint":702859444,"invalidFingerprint":false},{"foldername":"creativecore.mixins.refmap.json","fingerprint":916406189,"invalidFingerprint":false},{"foldername":"creativecore.png","fingerprint":1124175186,"invalidFingerprint":false},{"foldername":"net","fingerprint":3427567070,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2977171524,"invalidFingerprint":false},{"foldername":"team","fingerprint":406345753,"invalidFingerprint":false}],"packageFingerprint":1866610096,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":257814,"fileNameOnDisk":"CreativeCore_FORGE_v2.11.10_mc1.20.1.jar","hashes":[{"type":1,"value":"26c13484ef4c07e503e1ba1ac23e26fd58a7c381"},{"type":2,"value":"754e54ecc301545e240e553cbceefcda"}]}},{"instanceID":"f32b5f4f-159c-4c86-a54a-d583037e94b1","modSource":0,"addonID":268387,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Extended Crafting","modFolderPath":null,"fileNameOnDisk":"ExtendedCrafting-1.20.1-6.0.4.jar","authors":[{"Name":"BlakeBr0"}],"primaryAuthor":"BlakeBr0","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/extended-crafting","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/169/332/256/256/636714557888015581.png","tags":[],"installedFile":{"id":4825810,"fileName":"ExtendedCrafting-1.20.1-6.0.4.jar","fileDate":"2023-10-30T05:35:26.587Z","fileLength":649211,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4825/810/ExtendedCrafting-1.20.1-6.0.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":272335,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1203115135,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2061116662,"invalidFingerprint":false},{"foldername":"com","fingerprint":1218845673,"invalidFingerprint":false},{"foldername":"data","fingerprint":2124485171,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3472924282,"invalidFingerprint":false}],"packageFingerprint":683147794,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":268387,"fileNameOnDisk":"ExtendedCrafting-1.20.1-6.0.4.jar","hashes":[{"type":1,"value":"101352b74440014a7081635c018803741063524c"},{"type":2,"value":"6b9f18a78c7557ad10fa9cc1549685e0"}]},"dateInstalled":"2023-11-16T09:01:12.6285415Z","dateUpdated":"2023-11-16T09:01:12.6285415Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4825810,"fileName":"ExtendedCrafting-1.20.1-6.0.4.jar","fileDate":"2023-10-30T05:35:26.587Z","fileLength":649211,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4825/810/ExtendedCrafting-1.20.1-6.0.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":272335,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1203115135,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2061116662,"invalidFingerprint":false},{"foldername":"com","fingerprint":1218845673,"invalidFingerprint":false},{"foldername":"data","fingerprint":2124485171,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3472924282,"invalidFingerprint":false}],"packageFingerprint":683147794,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":268387,"fileNameOnDisk":"ExtendedCrafting-1.20.1-6.0.4.jar","hashes":[{"type":1,"value":"101352b74440014a7081635c018803741063524c"},{"type":2,"value":"6b9f18a78c7557ad10fa9cc1549685e0"}]}},{"instanceID":"8f9e9a90-7022-4146-9999-3600b830818e","modSource":0,"addonID":459929,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Applied Energistics 2 Wireless Terminals","modFolderPath":null,"fileNameOnDisk":"ae2wtlib-15.1.3-forge.jar","authors":[{"Name":"Mari_023"}],"primaryAuthor":"Mari_023","primaryCategoryId":4545,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/applied-energistics-2-wireless-terminals","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/368/795/256/256/637537459177764432.png","tags":[],"installedFile":{"id":4854662,"fileName":"ae2wtlib-15.1.3-forge.jar","fileDate":"2023-11-09T14:45:38.763Z","fileLength":211362,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4854/662/ae2wtlib-15.1.3-forge.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419699,"type":3},{"addonId":309927,"type":3},{"addonId":223794,"type":3},{"addonId":348521,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2381112783,"invalidFingerprint":false},{"foldername":"ae2wtlib.mixins.json","fingerprint":2416836246,"invalidFingerprint":false},{"foldername":"ae2wtlib.mixins.refmap.json","fingerprint":1394960094,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4114262740,"invalidFingerprint":false},{"foldername":"data","fingerprint":3732992911,"invalidFingerprint":false},{"foldername":"de","fingerprint":2410229141,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1693753483,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3283163697,"invalidFingerprint":false}],"packageFingerprint":4187074193,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":459929,"fileNameOnDisk":"ae2wtlib-15.1.3-forge.jar","hashes":[{"type":1,"value":"36c57ad14904c87c7064d70ea1192ad7d0835d66"},{"type":2,"value":"6a1761d7a77de8c567b681414d2adb75"}]},"dateInstalled":"2023-11-16T09:01:06.7295354Z","dateUpdated":"2023-11-16T09:01:06.7295354Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4854662,"fileName":"ae2wtlib-15.1.3-forge.jar","fileDate":"2023-11-09T14:45:38.763Z","fileLength":211362,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4854/662/ae2wtlib-15.1.3-forge.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419699,"type":3},{"addonId":309927,"type":3},{"addonId":223794,"type":3},{"addonId":348521,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2381112783,"invalidFingerprint":false},{"foldername":"ae2wtlib.mixins.json","fingerprint":2416836246,"invalidFingerprint":false},{"foldername":"ae2wtlib.mixins.refmap.json","fingerprint":1394960094,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4114262740,"invalidFingerprint":false},{"foldername":"data","fingerprint":3732992911,"invalidFingerprint":false},{"foldername":"de","fingerprint":2410229141,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1693753483,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3283163697,"invalidFingerprint":false}],"packageFingerprint":4187074193,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":459929,"fileNameOnDisk":"ae2wtlib-15.1.3-forge.jar","hashes":[{"type":1,"value":"36c57ad14904c87c7064d70ea1192ad7d0835d66"},{"type":2,"value":"6a1761d7a77de8c567b681414d2adb75"}]}},{"instanceID":"cad160d3-119b-4a2b-8cd4-12c61ee991b4","modSource":0,"addonID":404465,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"FTB Library (Forge)","modFolderPath":null,"fileNameOnDisk":"ftb-library-forge-2001.1.4.jar","authors":[{"Name":"FTB"},{"Name":"ErrorMikey"}],"primaryAuthor":"FTB","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ftb-library-forge","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/296/125/256/256/637339523674599205.png","tags":[],"installedFile":{"id":4864329,"fileName":"ftb-library-forge-2001.1.4.jar","fileDate":"2023-11-13T14:27:42.97Z","fileLength":616503,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4864/329/ftb-library-forge-2001.1.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2},{"addonId":310111,"type":2},{"addonId":419699,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1053330724,"invalidFingerprint":false},{"foldername":"ftblibrary.accesswidener","fingerprint":114205849,"invalidFingerprint":false},{"foldername":"ftblibrary-common.mixins.json","fingerprint":2990687815,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3727882066,"invalidFingerprint":false},{"foldername":"kubejs.classfilter.txt","fingerprint":1091646804,"invalidFingerprint":false},{"foldername":"ftb-library-common-refmap.json","fingerprint":1680686693,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":344783043,"invalidFingerprint":false},{"foldername":"dev","fingerprint":1625620514,"invalidFingerprint":false},{"foldername":"architectury_inject_FTBLibrary1201_common_1864df9463fe49279bb300ed83e4ad42_ee0e3d8f2d79a6057ec06b93717d134a605f6b3ee8b704834f2ed1fcc7d3749dftblibrary200114devjar","fingerprint":1647928233,"invalidFingerprint":false}],"packageFingerprint":3355339142,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":404465,"fileNameOnDisk":"ftb-library-forge-2001.1.4.jar","hashes":[{"type":1,"value":"de7fd22d2fd5e5cd5e6060c487df8f97c33933f2"},{"type":2,"value":"709d4779d4e29419cbb43f2b5f8cea1d"}]},"dateInstalled":"2023-11-19T12:03:10.6963424Z","dateUpdated":"2023-11-19T12:03:10.6973214Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4864329,"fileName":"ftb-library-forge-2001.1.4.jar","fileDate":"2023-11-13T14:27:42.97Z","fileLength":616503,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4864/329/ftb-library-forge-2001.1.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2},{"addonId":310111,"type":2},{"addonId":419699,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1053330724,"invalidFingerprint":false},{"foldername":"ftblibrary.accesswidener","fingerprint":114205849,"invalidFingerprint":false},{"foldername":"ftblibrary-common.mixins.json","fingerprint":2990687815,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3727882066,"invalidFingerprint":false},{"foldername":"kubejs.classfilter.txt","fingerprint":1091646804,"invalidFingerprint":false},{"foldername":"ftb-library-common-refmap.json","fingerprint":1680686693,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":344783043,"invalidFingerprint":false},{"foldername":"dev","fingerprint":1625620514,"invalidFingerprint":false},{"foldername":"architectury_inject_FTBLibrary1201_common_1864df9463fe49279bb300ed83e4ad42_ee0e3d8f2d79a6057ec06b93717d134a605f6b3ee8b704834f2ed1fcc7d3749dftblibrary200114devjar","fingerprint":1647928233,"invalidFingerprint":false}],"packageFingerprint":3355339142,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":404465,"fileNameOnDisk":"ftb-library-forge-2001.1.4.jar","hashes":[{"type":1,"value":"de7fd22d2fd5e5cd5e6060c487df8f97c33933f2"},{"type":2,"value":"709d4779d4e29419cbb43f2b5f8cea1d"}]}},{"instanceID":"7b2ddb26-a1f5-4b06-9ab4-00fa1c310135","modSource":0,"addonID":270441,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"ItemPhysic Lite","modFolderPath":null,"fileNameOnDisk":"ItemPhysicLite_FORGE_v1.6.1_mc1.20.jar","authors":[{"Name":"CreativeMD"}],"primaryAuthor":"CreativeMD","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/itemphysic-lite","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/103/313/256/256/636337267977446572.png","tags":[],"installedFile":{"id":4578892,"fileName":"ItemPhysicLite_FORGE_v1.6.1_mc1.20.jar","fileDate":"2023-06-10T20:16:47.667Z","fileLength":19151,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4578/892/ItemPhysicLite_FORGE_v1.6.1_mc1.20.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":257814,"type":3},{"addonId":257814,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1533240586,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":916731452,"invalidFingerprint":false},{"foldername":"itemphysic.png","fingerprint":1928949021,"invalidFingerprint":false},{"foldername":"itemphysiclite.mixin.refmap.json","fingerprint":628011937,"invalidFingerprint":false},{"foldername":"itemphysiclite.mixins.json","fingerprint":1054365591,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3143538246,"invalidFingerprint":false},{"foldername":"team","fingerprint":2567379622,"invalidFingerprint":false}],"packageFingerprint":4019275534,"gameVersion":["1.20.2","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":270441,"fileNameOnDisk":"ItemPhysicLite_FORGE_v1.6.1_mc1.20.jar","hashes":[{"type":1,"value":"283c9706aa3394a21511dad30433cd38db1d5aa9"},{"type":2,"value":"219ce957762f9a17e6bb5196aa77108c"}]},"dateInstalled":"2023-11-16T11:33:40.051059Z","dateUpdated":"2023-11-16T11:33:40.0519023Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4578892,"fileName":"ItemPhysicLite_FORGE_v1.6.1_mc1.20.jar","fileDate":"2023-06-10T20:16:47.667Z","fileLength":19151,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4578/892/ItemPhysicLite_FORGE_v1.6.1_mc1.20.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":257814,"type":3},{"addonId":257814,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1533240586,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":916731452,"invalidFingerprint":false},{"foldername":"itemphysic.png","fingerprint":1928949021,"invalidFingerprint":false},{"foldername":"itemphysiclite.mixin.refmap.json","fingerprint":628011937,"invalidFingerprint":false},{"foldername":"itemphysiclite.mixins.json","fingerprint":1054365591,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3143538246,"invalidFingerprint":false},{"foldername":"team","fingerprint":2567379622,"invalidFingerprint":false}],"packageFingerprint":4019275534,"gameVersion":["1.20.2","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":270441,"fileNameOnDisk":"ItemPhysicLite_FORGE_v1.6.1_mc1.20.jar","hashes":[{"type":1,"value":"283c9706aa3394a21511dad30433cd38db1d5aa9"},{"type":2,"value":"219ce957762f9a17e6bb5196aa77108c"}]}},{"instanceID":"f5d3ec23-7305-43ea-98ba-c811f3385f98","modSource":0,"addonID":450659,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Small Ships [Fabric & Forge]","modFolderPath":null,"fileNameOnDisk":"smallships-forge-1.20.1-2.0.0-a2.3.3.jar","authors":[{"Name":"talhanation"}],"primaryAuthor":"talhanation","primaryCategoryId":422,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/small-ships","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/901/587/256/256/638349051640200134.png","tags":[],"installedFile":{"id":4645815,"fileName":"smallships-forge-1.20.1-2.0.0-a2.3.3.jar","fileDate":"2023-07-15T16:57:04.027Z","fileLength":2056850,"releaseType":3,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4645/815/smallships-forge-1.20.1-2.0.0-a2.3.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4178260350,"invalidFingerprint":false},{"foldername":"smallships-common.mixins.json","fingerprint":1868989861,"invalidFingerprint":false},{"foldername":"smallships-common-soft.mixins.json","fingerprint":2814412795,"invalidFingerprint":false},{"foldername":"data","fingerprint":3556015202,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1536266485,"invalidFingerprint":false},{"foldername":"smallships-common-refmap.json","fingerprint":2040150600,"invalidFingerprint":false},{"foldername":"smallships.mixins.json","fingerprint":3559671692,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":364374674,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":4008814965,"invalidFingerprint":false},{"foldername":"com","fingerprint":3931564345,"invalidFingerprint":false},{"foldername":"architectury_inject_smallships_common_4a78e2fb4a6c47c1ab6ca07f695fd6ea_af10153642c5b57b16b2ed04ecbc88074bcd240dd61e87e9d48357c4dca96761smallships200a233devjar","fingerprint":1380908850,"invalidFingerprint":false}],"packageFingerprint":3363087182,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":450659,"fileNameOnDisk":"smallships-forge-1.20.1-2.0.0-a2.3.3.jar","hashes":[{"type":1,"value":"23a924a3cca7c5575a20c685dd9c7cc56ffc823f"},{"type":2,"value":"b0c2ec86ea23755752388abc7aee016f"}]},"dateInstalled":"2023-11-20T01:04:54.5367983Z","dateUpdated":"2023-11-20T01:04:54.5367983Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4645815,"fileName":"smallships-forge-1.20.1-2.0.0-a2.3.3.jar","fileDate":"2023-07-15T16:57:04.027Z","fileLength":2056850,"releaseType":3,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4645/815/smallships-forge-1.20.1-2.0.0-a2.3.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4178260350,"invalidFingerprint":false},{"foldername":"smallships-common.mixins.json","fingerprint":1868989861,"invalidFingerprint":false},{"foldername":"smallships-common-soft.mixins.json","fingerprint":2814412795,"invalidFingerprint":false},{"foldername":"data","fingerprint":3556015202,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1536266485,"invalidFingerprint":false},{"foldername":"smallships-common-refmap.json","fingerprint":2040150600,"invalidFingerprint":false},{"foldername":"smallships.mixins.json","fingerprint":3559671692,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":364374674,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":4008814965,"invalidFingerprint":false},{"foldername":"com","fingerprint":3931564345,"invalidFingerprint":false},{"foldername":"architectury_inject_smallships_common_4a78e2fb4a6c47c1ab6ca07f695fd6ea_af10153642c5b57b16b2ed04ecbc88074bcd240dd61e87e9d48357c4dca96761smallships200a233devjar","fingerprint":1380908850,"invalidFingerprint":false}],"packageFingerprint":3363087182,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":450659,"fileNameOnDisk":"smallships-forge-1.20.1-2.0.0-a2.3.3.jar","hashes":[{"type":1,"value":"23a924a3cca7c5575a20c685dd9c7cc56ffc823f"},{"type":2,"value":"b0c2ec86ea23755752388abc7aee016f"}]}},{"instanceID":"8091ff93-8f0d-4979-8031-a460ac8f1e53","modSource":0,"addonID":328085,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Create","modFolderPath":null,"fileNameOnDisk":"create-1.20.1-0.5.1.f.jar","authors":[{"Name":"simibubi"}],"primaryAuthor":"simibubi","primaryCategoryId":412,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/create","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/393/435/256/256/637588742363737916.png","tags":[],"installedFile":{"id":4835191,"fileName":"create-1.20.1-0.5.1.f.jar","fileDate":"2023-11-02T14:59:20.063Z","fileLength":14964127,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4835/191/create-1.20.1-0.5.1.f.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4265779386,"invalidFingerprint":false},{"foldername":"LICENSE_create-1.20.1","fingerprint":1927476733,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3973879768,"invalidFingerprint":false},{"foldername":"com","fingerprint":3388774381,"invalidFingerprint":false},{"foldername":"create.mixins.json","fingerprint":2365246505,"invalidFingerprint":false},{"foldername":"create.refmap.json","fingerprint":1807322698,"invalidFingerprint":false},{"foldername":"data","fingerprint":1594899933,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":2345636260,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2188070675,"invalidFingerprint":false},{"foldername":"resourcepacks","fingerprint":1049399074,"invalidFingerprint":false}],"packageFingerprint":149669326,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":328085,"fileNameOnDisk":"create-1.20.1-0.5.1.f.jar","hashes":[{"type":1,"value":"3fee3c26ebbfdfd59e1371ab73ba1f61b44ef6d0"},{"type":2,"value":"6a097aa0bfc73a4f8372a16e763f9f02"}]},"dateInstalled":"2023-11-16T09:01:10.1976405Z","dateUpdated":"2023-11-16T09:01:10.1976405Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4835191,"fileName":"create-1.20.1-0.5.1.f.jar","fileDate":"2023-11-02T14:59:20.063Z","fileLength":14964127,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4835/191/create-1.20.1-0.5.1.f.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4265779386,"invalidFingerprint":false},{"foldername":"LICENSE_create-1.20.1","fingerprint":1927476733,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3973879768,"invalidFingerprint":false},{"foldername":"com","fingerprint":3388774381,"invalidFingerprint":false},{"foldername":"create.mixins.json","fingerprint":2365246505,"invalidFingerprint":false},{"foldername":"create.refmap.json","fingerprint":1807322698,"invalidFingerprint":false},{"foldername":"data","fingerprint":1594899933,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":2345636260,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2188070675,"invalidFingerprint":false},{"foldername":"resourcepacks","fingerprint":1049399074,"invalidFingerprint":false}],"packageFingerprint":149669326,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":328085,"fileNameOnDisk":"create-1.20.1-0.5.1.f.jar","hashes":[{"type":1,"value":"3fee3c26ebbfdfd59e1371ab73ba1f61b44ef6d0"},{"type":2,"value":"6a097aa0bfc73a4f8372a16e763f9f02"}]}},{"instanceID":"aa7c25f1-58a0-4240-b816-1ac087df3c62","modSource":0,"addonID":367706,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"FancyMenu [Forge]","modFolderPath":null,"fileNameOnDisk":"fancymenu_forge_2.14.9-3_MC_1.20.1.jar","authors":[{"Name":"Keksuccino"}],"primaryAuthor":"Keksuccino","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/fancymenu-forge","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/254/799/256/256/637199727361740756.png","tags":[],"installedFile":{"id":4776833,"fileName":"fancymenu_forge_2.14.9-3_MC_1.20.1.jar","fileDate":"2023-10-01T06:22:50.36Z","fileLength":1394880,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4776/833/fancymenu_forge_2.14.9-3_MC_1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":410295,"type":3},{"addonId":534502,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":852427180,"invalidFingerprint":false},{"foldername":"de","fingerprint":2687566460,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2615002377,"invalidFingerprint":false},{"foldername":"fancymenu.general.mixin.json","fingerprint":1614591769,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3010591904,"invalidFingerprint":false},{"foldername":"fancymenu.general.mixin-refmap.json","fingerprint":1723435553,"invalidFingerprint":false}],"packageFingerprint":3172029222,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":367706,"fileNameOnDisk":"fancymenu_forge_2.14.9-3_MC_1.20.1.jar","hashes":[{"type":1,"value":"fff908c285b52da7218445df41b7902099381a15"},{"type":2,"value":"434d1c2ffec6a8201a1c5200aaa8f002"}]},"dateInstalled":"2023-11-16T09:04:28.145627Z","dateUpdated":"2023-11-16T09:04:28.1466539Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4776833,"fileName":"fancymenu_forge_2.14.9-3_MC_1.20.1.jar","fileDate":"2023-10-01T06:22:50.36Z","fileLength":1394880,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4776/833/fancymenu_forge_2.14.9-3_MC_1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":410295,"type":3},{"addonId":534502,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":852427180,"invalidFingerprint":false},{"foldername":"de","fingerprint":2687566460,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2615002377,"invalidFingerprint":false},{"foldername":"fancymenu.general.mixin.json","fingerprint":1614591769,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3010591904,"invalidFingerprint":false},{"foldername":"fancymenu.general.mixin-refmap.json","fingerprint":1723435553,"invalidFingerprint":false}],"packageFingerprint":3172029222,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":367706,"fileNameOnDisk":"fancymenu_forge_2.14.9-3_MC_1.20.1.jar","hashes":[{"type":1,"value":"fff908c285b52da7218445df41b7902099381a15"},{"type":2,"value":"434d1c2ffec6a8201a1c5200aaa8f002"}]}},{"instanceID":"706f477f-64da-440c-80fc-76befc84ba5b","modSource":0,"addonID":475117,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"FastSuite","modFolderPath":null,"fileNameOnDisk":"FastSuite-1.20.1-5.0.1.jar","authors":[{"Name":"Shadows_of_Fire"}],"primaryAuthor":"Shadows_of_Fire","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/fastsuite","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/376/17/256/256/637551781740482627.png","tags":[],"installedFile":{"id":4711435,"fileName":"FastSuite-1.20.1-5.0.1.jar","fileDate":"2023-08-18T23:10:37.72Z","fileLength":20315,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4711/435/FastSuite-1.20.1-5.0.1.jar","isAlternate":false,"alternateFileId":4711436,"dependencies":[{"addonId":283644,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3248810102,"invalidFingerprint":false},{"foldername":"dev","fingerprint":1635123033,"invalidFingerprint":false},{"foldername":"fastsuite.mixins.json","fingerprint":2167677237,"invalidFingerprint":false},{"foldername":"fastsuite.refmap.json","fingerprint":2902451773,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1704566900,"invalidFingerprint":false}],"packageFingerprint":73298421,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":475117,"fileNameOnDisk":"FastSuite-1.20.1-5.0.1.jar","hashes":[{"type":1,"value":"c418caa1eea74e9f05b4a20862ebc665019250c8"},{"type":2,"value":"a355432ffcf3e2f60fa9a19268468be5"}]},"dateInstalled":"2023-11-16T09:01:13.2565354Z","dateUpdated":"2023-11-16T09:01:13.2565354Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4711435,"fileName":"FastSuite-1.20.1-5.0.1.jar","fileDate":"2023-08-18T23:10:37.72Z","fileLength":20315,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4711/435/FastSuite-1.20.1-5.0.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":283644,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3248810102,"invalidFingerprint":false},{"foldername":"dev","fingerprint":1635123033,"invalidFingerprint":false},{"foldername":"fastsuite.mixins.json","fingerprint":2167677237,"invalidFingerprint":false},{"foldername":"fastsuite.refmap.json","fingerprint":2902451773,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1704566900,"invalidFingerprint":false}],"packageFingerprint":73298421,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":475117,"fileNameOnDisk":"FastSuite-1.20.1-5.0.1.jar","hashes":[{"type":1,"value":"c418caa1eea74e9f05b4a20862ebc665019250c8"},{"type":2,"value":"a355432ffcf3e2f60fa9a19268468be5"}]}},{"instanceID":"2ff7116a-ae7b-46bc-a966-62269e889b6f","modSource":0,"addonID":289412,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"FTB Quests (Forge)","modFolderPath":null,"fileNameOnDisk":"ftb-quests-forge-2001.2.0.jar","authors":[{"Name":"FTB"},{"Name":"ErrorMikey"}],"primaryAuthor":"FTB","primaryCategoryId":422,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ftb-quests-forge","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/275/363/256/256/637261948352026071.png","tags":[],"installedFile":{"id":4872462,"fileName":"ftb-quests-forge-2001.2.0.jar","fileDate":"2023-11-16T11:50:07.733Z","fileLength":1151752,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4872/462/ftb-quests-forge-2001.2.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419699,"type":3},{"addonId":309674,"type":3},{"addonId":404468,"type":3},{"addonId":404465,"type":3},{"addonId":889915,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1616433008,"invalidFingerprint":false},{"foldername":"data","fingerprint":2633498262,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3343531761,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":239616976,"invalidFingerprint":false},{"foldername":"dev","fingerprint":1349899572,"invalidFingerprint":false},{"foldername":"architectury_inject_FTBQuests1201_common_fa68a2ce33934bbf836739f6fc49e087_5e2bd1aa174981fbdf1dd9a6cd9048528455450ce748c073524c139f78972ff8ftbquests200120devjar","fingerprint":2188957732,"invalidFingerprint":false}],"packageFingerprint":1144525744,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":289412,"fileNameOnDisk":"ftb-quests-forge-2001.2.0.jar","hashes":[{"type":1,"value":"e0fb6a20ac029f3b1981d06fb95e34355d175cb5"},{"type":2,"value":"63ac51a16cd3c26bf752f22683f9330f"}]},"dateInstalled":"2023-11-19T12:03:12.2242658Z","dateUpdated":"2023-11-19T12:03:12.2252277Z","status":4,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4872462,"fileName":"ftb-quests-forge-2001.2.0.jar","fileDate":"2023-11-16T11:50:07.733Z","fileLength":1151752,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4872/462/ftb-quests-forge-2001.2.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419699,"type":3},{"addonId":309674,"type":3},{"addonId":404468,"type":3},{"addonId":404465,"type":3},{"addonId":889915,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1616433008,"invalidFingerprint":false},{"foldername":"data","fingerprint":2633498262,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3343531761,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":239616976,"invalidFingerprint":false},{"foldername":"dev","fingerprint":1349899572,"invalidFingerprint":false},{"foldername":"architectury_inject_FTBQuests1201_common_fa68a2ce33934bbf836739f6fc49e087_5e2bd1aa174981fbdf1dd9a6cd9048528455450ce748c073524c139f78972ff8ftbquests200120devjar","fingerprint":2188957732,"invalidFingerprint":false}],"packageFingerprint":1144525744,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":289412,"fileNameOnDisk":"ftb-quests-forge-2001.2.0.jar","hashes":[{"type":1,"value":"e0fb6a20ac029f3b1981d06fb95e34355d175cb5"},{"type":2,"value":"63ac51a16cd3c26bf752f22683f9330f"}]}},{"instanceID":"b07392db-3564-4228-964b-a90f6926f172","modSource":0,"addonID":583345,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Jade Addons (Forge)","modFolderPath":null,"fileNameOnDisk":"JadeAddons-1.20.1-forge-5.2.1.jar","authors":[{"Name":"Snownee"}],"primaryAuthor":"Snownee","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/jade-addons","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/497/744/256/256/637814611670008374.png","tags":[],"installedFile":{"id":4848425,"fileName":"JadeAddons-1.20.1-forge-5.2.1.jar","fileDate":"2023-11-07T18:50:12.82Z","fileLength":58319,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4848/425/JadeAddons-1.20.1-forge-5.2.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":233105,"type":2},{"addonId":59652,"type":2},{"addonId":64578,"type":2},{"addonId":233398,"type":2},{"addonId":324717,"type":3},{"addonId":74072,"type":2},{"addonId":361276,"type":2},{"addonId":328085,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1006657632,"invalidFingerprint":false},{"foldername":"snownee","fingerprint":1099546539,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3817469621,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4087374976,"invalidFingerprint":false}],"packageFingerprint":10167650,"gameVersion":["NeoForge","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":583345,"fileNameOnDisk":"JadeAddons-1.20.1-forge-5.2.1.jar","hashes":[{"type":1,"value":"820317c167edd6ab8cc65321848f9cca49f4a33b"},{"type":2,"value":"e62f76b254762778550b9c10867f3d6f"}]},"dateInstalled":"2023-11-16T09:01:12.039143Z","dateUpdated":"2023-11-16T09:01:12.039143Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4848425,"fileName":"JadeAddons-1.20.1-forge-5.2.1.jar","fileDate":"2023-11-07T18:50:12.82Z","fileLength":58319,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4848/425/JadeAddons-1.20.1-forge-5.2.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":233105,"type":2},{"addonId":59652,"type":2},{"addonId":64578,"type":2},{"addonId":233398,"type":2},{"addonId":324717,"type":3},{"addonId":74072,"type":2},{"addonId":361276,"type":2},{"addonId":328085,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1006657632,"invalidFingerprint":false},{"foldername":"snownee","fingerprint":1099546539,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3817469621,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4087374976,"invalidFingerprint":false}],"packageFingerprint":10167650,"gameVersion":["NeoForge","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":583345,"fileNameOnDisk":"JadeAddons-1.20.1-forge-5.2.1.jar","hashes":[{"type":1,"value":"820317c167edd6ab8cc65321848f9cca49f4a33b"},{"type":2,"value":"e62f76b254762778550b9c10867f3d6f"}]}},{"instanceID":"39597b31-182b-4c12-9da5-d9c5a3162f6c","modSource":0,"addonID":570073,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Resourceful Lib","modFolderPath":null,"fileNameOnDisk":"resourcefullib-forge-1.20.1-2.1.16.jar","authors":[{"Name":"ThatGravyBoat"},{"Name":"epic_oreo"}],"primaryAuthor":"ThatGravyBoat","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/resourceful-lib","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/595/433/256/256/637970304404281534.png","tags":[],"installedFile":{"id":4851864,"fileName":"resourcefullib-forge-1.20.1-2.1.16.jar","fileDate":"2023-11-08T17:57:40.947Z","fileLength":380576,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4851/864/resourcefullib-forge-1.20.1-2.1.16.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3997633170,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1209128241,"invalidFingerprint":false},{"foldername":"com","fingerprint":3780090946,"invalidFingerprint":false},{"foldername":"architectury_inject_ResourcefulLib_common_8fe1641caf7447868f03a9b4ad25dc23_c039abfdb55826d81816a4f42adb28e7d04f1bde3b5b122781d5a18b47613f40resourcefullib2116devjar","fingerprint":1983959790,"invalidFingerprint":false}],"packageFingerprint":3505015751,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":570073,"fileNameOnDisk":"resourcefullib-forge-1.20.1-2.1.16.jar","hashes":[{"type":1,"value":"c9b4133a23d1d897807052b05bc751172c6ffa4a"},{"type":2,"value":"0ba7d419cc8ecb6dc134046ac81bf7d5"}]},"dateInstalled":"2023-11-16T09:01:12.7591628Z","dateUpdated":"2023-11-16T09:01:12.7591628Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4851864,"fileName":"resourcefullib-forge-1.20.1-2.1.16.jar","fileDate":"2023-11-08T17:57:40.947Z","fileLength":380576,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4851/864/resourcefullib-forge-1.20.1-2.1.16.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3997633170,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1209128241,"invalidFingerprint":false},{"foldername":"com","fingerprint":3780090946,"invalidFingerprint":false},{"foldername":"architectury_inject_ResourcefulLib_common_8fe1641caf7447868f03a9b4ad25dc23_c039abfdb55826d81816a4f42adb28e7d04f1bde3b5b122781d5a18b47613f40resourcefullib2116devjar","fingerprint":1983959790,"invalidFingerprint":false}],"packageFingerprint":3505015751,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":570073,"fileNameOnDisk":"resourcefullib-forge-1.20.1-2.1.16.jar","hashes":[{"type":1,"value":"c9b4133a23d1d897807052b05bc751172c6ffa4a"},{"type":2,"value":"0ba7d419cc8ecb6dc134046ac81bf7d5"}]}},{"instanceID":"b6355c4c-29b2-41c3-af9b-cc1fbb85187d","modSource":0,"addonID":286924,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"CustomSkinLoader","modFolderPath":null,"fileNameOnDisk":"CustomSkinLoader_ForgeActive-14.18.1.jar","authors":[{"Name":"xfl03"}],"primaryAuthor":"xfl03","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/customskinloader","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/140/470/256/256/636535280789066585.png","tags":[],"installedFile":{"id":4801419,"fileName":"CustomSkinLoader_ForgeActive-14.18.1.jar","fileDate":"2023-10-16T12:50:59.693Z","fileLength":146347,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4801/419/CustomSkinLoader_ForgeActive-14.18.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4264639212,"invalidFingerprint":false},{"foldername":"BuildInfo.json","fingerprint":1728677223,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":685182685,"invalidFingerprint":false},{"foldername":"customskinloader","fingerprint":1007143082,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2373914563,"invalidFingerprint":false},{"foldername":"transformers.js","fingerprint":3008227010,"invalidFingerprint":false}],"packageFingerprint":3974299897,"gameVersion":["1.17.1","1.19.3","1.20.2","1.18.1","1.19.4","1.18.2","1.19.2","1.20.1","Forge","1.20","1.19.1","1.18","1.19"],"sortableGameVersion":[{"gameVersion":"1.17.1","gameVersionName":"1.17.1","gameVersionTypeId":73242},{"gameVersion":"1.19.3","gameVersionName":"1.19.3","gameVersionTypeId":73407},{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.18.1","gameVersionName":"1.18.1","gameVersionTypeId":73250},{"gameVersion":"1.19.4","gameVersionName":"1.19.4","gameVersionTypeId":73407},{"gameVersion":"1.18.2","gameVersionName":"1.18.2","gameVersionTypeId":73250},{"gameVersion":"1.19.2","gameVersionName":"1.19.2","gameVersionTypeId":73407},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"1.19.1","gameVersionName":"1.19.1","gameVersionTypeId":73407},{"gameVersion":"1.18","gameVersionName":"1.18","gameVersionTypeId":73250},{"gameVersion":"1.19","gameVersionName":"1.19","gameVersionTypeId":73407}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":286924,"fileNameOnDisk":"CustomSkinLoader_ForgeActive-14.18.1.jar","hashes":[{"type":1,"value":"46a85f80de3febf0408f98944f009e13d3942d04"},{"type":2,"value":"63619593d778029992f22c54d6b22d46"}]},"dateInstalled":"2023-11-16T09:01:11.2295612Z","dateUpdated":"2023-11-16T09:01:11.2295612Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4801419,"fileName":"CustomSkinLoader_ForgeActive-14.18.1.jar","fileDate":"2023-10-16T12:50:59.693Z","fileLength":146347,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4801/419/CustomSkinLoader_ForgeActive-14.18.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4264639212,"invalidFingerprint":false},{"foldername":"BuildInfo.json","fingerprint":1728677223,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":685182685,"invalidFingerprint":false},{"foldername":"customskinloader","fingerprint":1007143082,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2373914563,"invalidFingerprint":false},{"foldername":"transformers.js","fingerprint":3008227010,"invalidFingerprint":false}],"packageFingerprint":3974299897,"gameVersion":["1.17.1","1.19.3","1.20.2","1.18.1","1.19.4","1.18.2","1.19.2","1.20.1","Forge","1.20","1.19.1","1.18","1.19"],"sortableGameVersion":[{"gameVersion":"1.17.1","gameVersionName":"1.17.1","gameVersionTypeId":73242},{"gameVersion":"1.19.3","gameVersionName":"1.19.3","gameVersionTypeId":73407},{"gameVersion":"1.20.2","gameVersionName":"1.20.2","gameVersionTypeId":75125},{"gameVersion":"1.18.1","gameVersionName":"1.18.1","gameVersionTypeId":73250},{"gameVersion":"1.19.4","gameVersionName":"1.19.4","gameVersionTypeId":73407},{"gameVersion":"1.18.2","gameVersionName":"1.18.2","gameVersionTypeId":73250},{"gameVersion":"1.19.2","gameVersionName":"1.19.2","gameVersionTypeId":73407},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"1.19.1","gameVersionName":"1.19.1","gameVersionTypeId":73407},{"gameVersion":"1.18","gameVersionName":"1.18","gameVersionTypeId":73250},{"gameVersion":"1.19","gameVersionName":"1.19","gameVersionTypeId":73407}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":286924,"fileNameOnDisk":"CustomSkinLoader_ForgeActive-14.18.1.jar","hashes":[{"type":1,"value":"46a85f80de3febf0408f98944f009e13d3942d04"},{"type":2,"value":"63619593d778029992f22c54d6b22d46"}]}},{"instanceID":"bfdddf95-61ea-4fa9-8fb0-b2120b4858e6","modSource":0,"addonID":324717,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Jade 🔍","modFolderPath":null,"fileNameOnDisk":"Jade-1.20.1-forge-11.6.3.jar","authors":[{"Name":"Snownee"}],"primaryAuthor":"Snownee","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/jade","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/207/323/256/256/636965628804677340.png","tags":[],"installedFile":{"id":4801177,"fileName":"Jade-1.20.1-forge-11.6.3.jar","fileDate":"2023-10-16T05:59:03.413Z","fileLength":514951,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4801/177/Jade-1.20.1-forge-11.6.3.jar","isAlternate":false,"alternateFileId":4801186,"dependencies":[{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2850681834,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1651897935,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1859719455,"invalidFingerprint":false},{"foldername":"jade.mixins.json","fingerprint":936765589,"invalidFingerprint":false},{"foldername":"jade.refmap.json","fingerprint":3498691603,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":316591136,"invalidFingerprint":false},{"foldername":"snownee","fingerprint":2580220080,"invalidFingerprint":false}],"packageFingerprint":1085416519,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":324717,"fileNameOnDisk":"Jade-1.20.1-forge-11.6.3.jar","hashes":[{"type":1,"value":"26fe4f70ff6ae68652f65c65cc300fa6bc416962"},{"type":2,"value":"ce4a210a03ae51630a452f63b3e4f837"}]},"dateInstalled":"2023-11-16T09:01:09.3293622Z","dateUpdated":"2023-11-16T09:01:09.3293622Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4801177,"fileName":"Jade-1.20.1-forge-11.6.3.jar","fileDate":"2023-10-16T05:59:03.413Z","fileLength":514951,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4801/177/Jade-1.20.1-forge-11.6.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238222,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2850681834,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1651897935,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":1859719455,"invalidFingerprint":false},{"foldername":"jade.mixins.json","fingerprint":936765589,"invalidFingerprint":false},{"foldername":"jade.refmap.json","fingerprint":3498691603,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":316591136,"invalidFingerprint":false},{"foldername":"snownee","fingerprint":2580220080,"invalidFingerprint":false}],"packageFingerprint":1085416519,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":324717,"fileNameOnDisk":"Jade-1.20.1-forge-11.6.3.jar","hashes":[{"type":1,"value":"26fe4f70ff6ae68652f65c65cc300fa6bc416962"},{"type":2,"value":"ce4a210a03ae51630a452f63b3e4f837"}]}},{"instanceID":"1d4f7386-2e3b-4d2b-b5e1-5af0de5bdeb8","modSource":0,"addonID":688231,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Create: Steam 'n' Rails","modFolderPath":null,"fileNameOnDisk":"Steam_Rails-1.5.3+forge-mc1.20.1.jar","authors":[{"Name":"mattentosh"},{"Name":"slimeistdev"},{"Name":"IThundxr"}],"primaryAuthor":"mattentosh","primaryCategoryId":6484,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/create-steam-n-rails","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/635/559/256/256/638037447277826357.png","tags":[],"installedFile":{"id":4836196,"fileName":"Steam_Rails-1.5.3+forge-mc1.20.1.jar","fileDate":"2023-11-02T21:35:24.133Z","fileLength":6704629,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4836/196/Steam_Rails-1.5.3%2bforge-mc1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":328085,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1118464816,"invalidFingerprint":false},{"foldername":"Steam_Rails-common-refmap.json","fingerprint":2964722948,"invalidFingerprint":false},{"foldername":"Steam_Rails-forge-refmap.json","fingerprint":214384560,"invalidFingerprint":false},{"foldername":"architectury_inject_Railway_common_bddb431bebd54a52bc6427b99bef6444_4f2e0a90aa4c37d27983cf6f56ddad15ebb5ffcce393684f6869208483431f25Steam_Rails153commonmc1201devjar","fingerprint":196382784,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1955372180,"invalidFingerprint":false},{"foldername":"com","fingerprint":2092906963,"invalidFingerprint":false},{"foldername":"data","fingerprint":3029894387,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":290108941,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":137118322,"invalidFingerprint":false},{"foldername":"railways-common.mixins.json","fingerprint":2136118642,"invalidFingerprint":false},{"foldername":"railways.mixins.json","fingerprint":2324083871,"invalidFingerprint":false},{"foldername":"resourcepacks","fingerprint":2858025775,"invalidFingerprint":false}],"packageFingerprint":2091337089,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":688231,"fileNameOnDisk":"Steam_Rails-1.5.3+forge-mc1.20.1.jar","hashes":[{"type":1,"value":"ed3611b9a6e947d93a7fdfaf4d6d037c17f5ec6e"},{"type":2,"value":"b92819435eb2bbb44c9418e1b5f247a4"}]},"dateInstalled":"2023-11-16T09:01:09.5575484Z","dateUpdated":"2023-11-16T09:01:09.5575484Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":true,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4836196,"fileName":"Steam_Rails-1.5.3+forge-mc1.20.1.jar","fileDate":"2023-11-02T21:35:24.133Z","fileLength":6704629,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4836/196/Steam_Rails-1.5.3%2bforge-mc1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":328085,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1118464816,"invalidFingerprint":false},{"foldername":"Steam_Rails-common-refmap.json","fingerprint":2964722948,"invalidFingerprint":false},{"foldername":"Steam_Rails-forge-refmap.json","fingerprint":214384560,"invalidFingerprint":false},{"foldername":"architectury_inject_Railway_common_bddb431bebd54a52bc6427b99bef6444_4f2e0a90aa4c37d27983cf6f56ddad15ebb5ffcce393684f6869208483431f25Steam_Rails153commonmc1201devjar","fingerprint":196382784,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1955372180,"invalidFingerprint":false},{"foldername":"com","fingerprint":2092906963,"invalidFingerprint":false},{"foldername":"data","fingerprint":3029894387,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":290108941,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":137118322,"invalidFingerprint":false},{"foldername":"railways-common.mixins.json","fingerprint":2136118642,"invalidFingerprint":false},{"foldername":"railways.mixins.json","fingerprint":2324083871,"invalidFingerprint":false},{"foldername":"resourcepacks","fingerprint":2858025775,"invalidFingerprint":false}],"packageFingerprint":2091337089,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":688231,"fileNameOnDisk":"Steam_Rails-1.5.3+forge-mc1.20.1.jar","hashes":[{"type":1,"value":"ed3611b9a6e947d93a7fdfaf4d6d037c17f5ec6e"},{"type":2,"value":"b92819435eb2bbb44c9418e1b5f247a4"}]}},{"instanceID":"ab5e5d47-5b6f-4a70-bd5c-e4427cdba10b","modSource":0,"addonID":844019,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Astikor Carts TFC","modFolderPath":null,"fileNameOnDisk":"TFCAstikorCarts-1.20.1-1.1.7.1.jar","authors":[{"Name":"Verph"}],"primaryAuthor":"Verph","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/astikor-carts-tfc","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/796/969/256/256/638157622948460692.png","tags":[],"installedFile":{"id":4877639,"fileName":"TFCAstikorCarts-1.20.1-1.1.7.1.jar","fileDate":"2023-11-18T16:19:12.42Z","fileLength":486356,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4877/639/TFCAstikorCarts-1.20.1-1.1.7.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":916493,"type":3},{"addonId":302973,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4135459858,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2159662374,"invalidFingerprint":false},{"foldername":"data","fingerprint":787004508,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1773150427,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":3457288370,"invalidFingerprint":false},{"foldername":"tfcastikorcarts.mixins.json","fingerprint":170704621,"invalidFingerprint":false},{"foldername":"tfcastikorcarts","fingerprint":3798042222,"invalidFingerprint":false}],"packageFingerprint":1692944793,"gameVersion":["Client","NeoForge","1.20.1","Forge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":844019,"fileNameOnDisk":"TFCAstikorCarts-1.20.1-1.1.7.1.jar","hashes":[{"type":1,"value":"4e77ff1768dfdf64371e6460fe72086c0c3b56f0"},{"type":2,"value":"58cf73a5cd8a938b1bb6e54362893a53"}]},"dateInstalled":"2023-11-16T15:48:17.1192412Z","dateUpdated":"2023-11-18T22:56:42.2456917Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4877639,"fileName":"TFCAstikorCarts-1.20.1-1.1.7.1.jar","fileDate":"2023-11-18T16:19:12.42Z","fileLength":486356,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4877/639/TFCAstikorCarts-1.20.1-1.1.7.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":916493,"type":3},{"addonId":302973,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4135459858,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2159662374,"invalidFingerprint":false},{"foldername":"data","fingerprint":787004508,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1773150427,"invalidFingerprint":false},{"foldername":"pack.png","fingerprint":3457288370,"invalidFingerprint":false},{"foldername":"tfcastikorcarts.mixins.json","fingerprint":170704621,"invalidFingerprint":false},{"foldername":"tfcastikorcarts","fingerprint":3798042222,"invalidFingerprint":false}],"packageFingerprint":1692944793,"gameVersion":["Client","NeoForge","1.20.1","Forge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":844019,"fileNameOnDisk":"TFCAstikorCarts-1.20.1-1.1.7.1.jar","hashes":[{"type":1,"value":"4e77ff1768dfdf64371e6460fe72086c0c3b56f0"},{"type":2,"value":"58cf73a5cd8a938b1bb6e54362893a53"}]}},{"instanceID":"737d4985-c003-49f2-b05c-9b5273955313","modSource":0,"addonID":521393,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"REI Plugin Compatibilities (REIPC)","modFolderPath":null,"fileNameOnDisk":"REIPluginCompatibilities-forge-12.0.93.jar","authors":[{"Name":"shedaniel"}],"primaryAuthor":"shedaniel","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items-hacks","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/426/650/256/256/637657380468740930.png","tags":[],"installedFile":{"id":4837449,"fileName":"REIPluginCompatibilities-forge-12.0.93.jar","fileDate":"2023-11-03T12:30:32.767Z","fileLength":462966,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4837/449/REIPluginCompatibilities-forge-12.0.93.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":310111,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3168548458,"invalidFingerprint":false},{"foldername":"rei-jei-internals-workaround.mixins.json","fingerprint":8116423,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3927185014,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3030729220,"invalidFingerprint":false},{"foldername":"REIPluginCompatibilities-forge-forge-refmap.json","fingerprint":1493072104,"invalidFingerprint":false},{"foldername":"mezz","fingerprint":665753941,"invalidFingerprint":false},{"foldername":"me","fingerprint":3230642964,"invalidFingerprint":false}],"packageFingerprint":80648374,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":521393,"fileNameOnDisk":"REIPluginCompatibilities-forge-12.0.93.jar","hashes":[{"type":1,"value":"00ba3027cd4942013b22ac07a42f2e0cc6703b8a"},{"type":2,"value":"551c50467decb913d67f072a83f381be"}]},"dateInstalled":"2023-11-16T09:01:12.4029862Z","dateUpdated":"2023-11-16T09:01:12.4029862Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4837449,"fileName":"REIPluginCompatibilities-forge-12.0.93.jar","fileDate":"2023-11-03T12:30:32.767Z","fileLength":462966,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4837/449/REIPluginCompatibilities-forge-12.0.93.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":310111,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3168548458,"invalidFingerprint":false},{"foldername":"rei-jei-internals-workaround.mixins.json","fingerprint":8116423,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3927185014,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3030729220,"invalidFingerprint":false},{"foldername":"REIPluginCompatibilities-forge-forge-refmap.json","fingerprint":1493072104,"invalidFingerprint":false},{"foldername":"mezz","fingerprint":665753941,"invalidFingerprint":false},{"foldername":"me","fingerprint":3230642964,"invalidFingerprint":false}],"packageFingerprint":80648374,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":521393,"fileNameOnDisk":"REIPluginCompatibilities-forge-12.0.93.jar","hashes":[{"type":1,"value":"00ba3027cd4942013b22ac07a42f2e0cc6703b8a"},{"type":2,"value":"551c50467decb913d67f072a83f381be"}]}},{"instanceID":"6ed9bf9b-48f7-4ce9-af1a-bcf056923ab7","modSource":0,"addonID":636608,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Open Parties and Claims","modFolderPath":null,"fileNameOnDisk":"open-parties-and-claims-forge-1.20.1-0.20.1.jar","authors":[{"Name":"xaero96"}],"primaryAuthor":"xaero96","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/open-parties-and-claims","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/564/901/256/256/637921874309421262.png","tags":[],"installedFile":{"id":4784626,"fileName":"open-parties-and-claims-forge-1.20.1-0.20.1.jar","fileDate":"2023-10-06T15:31:57.53Z","fileLength":1218736,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4784/626/open-parties-and-claims-forge-1.20.1-0.20.1.jar","isAlternate":false,"alternateFileId":4784636,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1110690307,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1955730567,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1934500629,"invalidFingerprint":false},{"foldername":"data","fingerprint":2012122340,"invalidFingerprint":false},{"foldername":"openpartiesandclaims.png","fingerprint":244462591,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1677690403,"invalidFingerprint":false},{"foldername":"xaero","fingerprint":2308129466,"invalidFingerprint":false}],"packageFingerprint":3934128621,"gameVersion":["NeoForge","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":636608,"fileNameOnDisk":"open-parties-and-claims-forge-1.20.1-0.20.1.jar","hashes":[{"type":1,"value":"f26c6cb4bef4c86d2253278f9d41eda215948814"},{"type":2,"value":"260c5177e4804a4eb7acf5c9883ad72d"}]},"dateInstalled":"2023-11-16T09:01:11.4596158Z","dateUpdated":"2023-11-16T09:01:11.4596158Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4784626,"fileName":"open-parties-and-claims-forge-1.20.1-0.20.1.jar","fileDate":"2023-10-06T15:31:57.53Z","fileLength":1218736,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4784/626/open-parties-and-claims-forge-1.20.1-0.20.1.jar","isAlternate":false,"alternateFileId":4784636,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1110690307,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":1955730567,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1934500629,"invalidFingerprint":false},{"foldername":"data","fingerprint":2012122340,"invalidFingerprint":false},{"foldername":"openpartiesandclaims.png","fingerprint":244462591,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1677690403,"invalidFingerprint":false},{"foldername":"xaero","fingerprint":2308129466,"invalidFingerprint":false}],"packageFingerprint":3934128621,"gameVersion":["NeoForge","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":636608,"fileNameOnDisk":"open-parties-and-claims-forge-1.20.1-0.20.1.jar","hashes":[{"type":1,"value":"f26c6cb4bef4c86d2253278f9d41eda215948814"},{"type":2,"value":"260c5177e4804a4eb7acf5c9883ad72d"}]}},{"instanceID":"a808f349-2b7c-4048-87c8-eecb68c26d77","modSource":0,"addonID":387638,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"More Red","modFolderPath":null,"fileNameOnDisk":"morered-1.20.1-4.0.0.4.jar","authors":[{"Name":"Commoble"}],"primaryAuthor":"Commoble","primaryCategoryId":4558,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/more-red","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/277/38/256/256/637268275199321868.png","tags":[],"installedFile":{"id":4691333,"fileName":"morered-1.20.1-4.0.0.4.jar","fileDate":"2023-08-09T22:13:16.5Z","fileLength":756905,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4691/333/morered-1.20.1-4.0.0.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":571346,"type":1},{"addonId":390880,"type":1}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1122366614,"invalidFingerprint":false},{"foldername":"commoble","fingerprint":2701785689,"invalidFingerprint":false},{"foldername":".cache","fingerprint":122075853,"invalidFingerprint":false},{"foldername":"assets","fingerprint":702626473,"invalidFingerprint":false},{"foldername":"data","fingerprint":2490038554,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3808526655,"invalidFingerprint":false},{"foldername":"morered.mixins.json","fingerprint":3161144379,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2992493463,"invalidFingerprint":false},{"foldername":"morered.refmap.json","fingerprint":724288171,"invalidFingerprint":false}],"packageFingerprint":1106034845,"gameVersion":["Client","NeoForge","1.20.1","Forge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":387638,"fileNameOnDisk":"morered-1.20.1-4.0.0.4.jar","hashes":[{"type":1,"value":"1e49a2fca02e1059bf6c94f6292463ed6e4f6122"},{"type":2,"value":"ea6af92f666cdff46a0a22ea68aa532f"}]},"dateInstalled":"2023-11-19T12:26:56.3784919Z","dateUpdated":"2023-11-19T12:26:56.3784919Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4691333,"fileName":"morered-1.20.1-4.0.0.4.jar","fileDate":"2023-08-09T22:13:16.5Z","fileLength":756905,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4691/333/morered-1.20.1-4.0.0.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":571346,"type":1},{"addonId":390880,"type":1}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1122366614,"invalidFingerprint":false},{"foldername":"commoble","fingerprint":2701785689,"invalidFingerprint":false},{"foldername":".cache","fingerprint":122075853,"invalidFingerprint":false},{"foldername":"assets","fingerprint":702626473,"invalidFingerprint":false},{"foldername":"data","fingerprint":2490038554,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3808526655,"invalidFingerprint":false},{"foldername":"morered.mixins.json","fingerprint":3161144379,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2992493463,"invalidFingerprint":false},{"foldername":"morered.refmap.json","fingerprint":724288171,"invalidFingerprint":false}],"packageFingerprint":1106034845,"gameVersion":["Client","NeoForge","1.20.1","Forge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":387638,"fileNameOnDisk":"morered-1.20.1-4.0.0.4.jar","hashes":[{"type":1,"value":"1e49a2fca02e1059bf6c94f6292463ed6e4f6122"},{"type":2,"value":"ea6af92f666cdff46a0a22ea68aa532f"}]}},{"instanceID":"27a41113-ddf5-4e47-9be4-516fc78fd8d2","modSource":0,"addonID":704113,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Botarium","modFolderPath":null,"fileNameOnDisk":"botarium-forge-1.20.1-2.2.1.jar","authors":[{"Name":"CodexAdrian"},{"Name":"ThatGravyBoat"},{"Name":"terrariumearth"}],"primaryAuthor":"CodexAdrian","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/botarium","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/796/852/256/256/638157303891742582.png","tags":[],"installedFile":{"id":4831434,"fileName":"botarium-forge-1.20.1-2.2.1.jar","fileDate":"2023-11-01T09:07:10.95Z","fileLength":139102,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4831/434/botarium-forge-1.20.1-2.2.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":663118956,"invalidFingerprint":false},{"foldername":"earth","fingerprint":3494231816,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1613450694,"invalidFingerprint":false}],"packageFingerprint":1089259928,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":704113,"fileNameOnDisk":"botarium-forge-1.20.1-2.2.1.jar","hashes":[{"type":1,"value":"d0d985e3ad275c68f8140520312062e41cca37e7"},{"type":2,"value":"490e4ad324ea4d72984a9dd4c923db57"}]},"dateInstalled":"2023-11-19T12:26:54.0643693Z","dateUpdated":"2023-11-19T12:26:54.0643693Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4831434,"fileName":"botarium-forge-1.20.1-2.2.1.jar","fileDate":"2023-11-01T09:07:10.95Z","fileLength":139102,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4831/434/botarium-forge-1.20.1-2.2.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":663118956,"invalidFingerprint":false},{"foldername":"earth","fingerprint":3494231816,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1613450694,"invalidFingerprint":false}],"packageFingerprint":1089259928,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":704113,"fileNameOnDisk":"botarium-forge-1.20.1-2.2.1.jar","hashes":[{"type":1,"value":"d0d985e3ad275c68f8140520312062e41cca37e7"},{"type":2,"value":"490e4ad324ea4d72984a9dd4c923db57"}]}},{"instanceID":"8a6f7b05-cea0-4a32-a946-a591773bb748","modSource":0,"addonID":272335,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Cucumber Library","modFolderPath":null,"fileNameOnDisk":"Cucumber-1.20.1-7.0.4.jar","authors":[{"Name":"BlakeBr0"}],"primaryAuthor":"BlakeBr0","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cucumber","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/169/312/256/256/636714439279875788.png","tags":[],"installedFile":{"id":4825638,"fileName":"Cucumber-1.20.1-7.0.4.jar","fileDate":"2023-10-30T03:35:02.51Z","fileLength":194498,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4825/638/Cucumber-1.20.1-7.0.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3704013026,"invalidFingerprint":false},{"foldername":"assets","fingerprint":762140076,"invalidFingerprint":false},{"foldername":"com","fingerprint":4059680293,"invalidFingerprint":false},{"foldername":"cucumber.mixins.json","fingerprint":1076867305,"invalidFingerprint":false},{"foldername":"cucumber.refmap.json","fingerprint":3374367461,"invalidFingerprint":false},{"foldername":"data","fingerprint":43060781,"invalidFingerprint":false},{"foldername":"kubejs.plugins.txt","fingerprint":712545104,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1619104106,"invalidFingerprint":false}],"packageFingerprint":1557119123,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":272335,"fileNameOnDisk":"Cucumber-1.20.1-7.0.4.jar","hashes":[{"type":1,"value":"8b5bb64ef10fcb0e6d384e7fbe2ff3ae24cad6a1"},{"type":2,"value":"d43ccfab664867c4b989b447a88c70dd"}]},"dateInstalled":"2023-11-16T09:01:09.3297423Z","dateUpdated":"2023-11-16T09:01:09.3297423Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4825638,"fileName":"Cucumber-1.20.1-7.0.4.jar","fileDate":"2023-10-30T03:35:02.51Z","fileLength":194498,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4825/638/Cucumber-1.20.1-7.0.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3704013026,"invalidFingerprint":false},{"foldername":"assets","fingerprint":762140076,"invalidFingerprint":false},{"foldername":"com","fingerprint":4059680293,"invalidFingerprint":false},{"foldername":"cucumber.mixins.json","fingerprint":1076867305,"invalidFingerprint":false},{"foldername":"cucumber.refmap.json","fingerprint":3374367461,"invalidFingerprint":false},{"foldername":"data","fingerprint":43060781,"invalidFingerprint":false},{"foldername":"kubejs.plugins.txt","fingerprint":712545104,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1619104106,"invalidFingerprint":false}],"packageFingerprint":1557119123,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":272335,"fileNameOnDisk":"Cucumber-1.20.1-7.0.4.jar","hashes":[{"type":1,"value":"8b5bb64ef10fcb0e6d384e7fbe2ff3ae24cad6a1"},{"type":2,"value":"d43ccfab664867c4b989b447a88c70dd"}]}},{"instanceID":"9d25630d-a39a-4a13-a0db-707b431f163f","modSource":0,"addonID":326652,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Cupboard","modFolderPath":null,"fileNameOnDisk":"cupboard-1.20.1-2.1.jar","authors":[{"Name":"someaddon"}],"primaryAuthor":"someaddon","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cupboard","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/852/567/256/256/638255508280634753.png","tags":[],"installedFile":{"id":4795348,"fileName":"cupboard-1.20.1-2.1.jar","fileDate":"2023-10-12T17:00:36.67Z","fileLength":21465,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4795/348/cupboard-1.20.1-2.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":282278775,"invalidFingerprint":false},{"foldername":"com","fingerprint":1030726883,"invalidFingerprint":false},{"foldername":"cupboard.mixins.json","fingerprint":3879941027,"invalidFingerprint":false},{"foldername":"cupboard.refmap.json","fingerprint":1715745531,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3152166936,"invalidFingerprint":false}],"packageFingerprint":2612075226,"gameVersion":["Client","NeoForge","1.20.1","Forge","1.20","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":326652,"fileNameOnDisk":"cupboard-1.20.1-2.1.jar","hashes":[{"type":1,"value":"121e464afa8a3c251bacb4097e91635454885628"},{"type":2,"value":"207b2c7c0c74db8b84d38a4f393cad71"}]},"dateInstalled":"2023-11-16T10:50:14.256129Z","dateUpdated":"2023-11-16T10:50:14.2568726Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4795348,"fileName":"cupboard-1.20.1-2.1.jar","fileDate":"2023-10-12T17:00:36.67Z","fileLength":21465,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4795/348/cupboard-1.20.1-2.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":282278775,"invalidFingerprint":false},{"foldername":"com","fingerprint":1030726883,"invalidFingerprint":false},{"foldername":"cupboard.mixins.json","fingerprint":3879941027,"invalidFingerprint":false},{"foldername":"cupboard.refmap.json","fingerprint":1715745531,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3152166936,"invalidFingerprint":false}],"packageFingerprint":2612075226,"gameVersion":["Client","NeoForge","1.20.1","Forge","1.20","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":326652,"fileNameOnDisk":"cupboard-1.20.1-2.1.jar","hashes":[{"type":1,"value":"121e464afa8a3c251bacb4097e91635454885628"},{"type":2,"value":"207b2c7c0c74db8b84d38a4f393cad71"}]}},{"instanceID":"b77da4ca-aaa7-409c-b787-26ee0a6c7c03","modSource":0,"addonID":60089,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Mouse Tweaks","modFolderPath":null,"fileNameOnDisk":"MouseTweaks-forge-mc1.20-2.25.jar","authors":[{"Name":"YaLTeR"}],"primaryAuthor":"YaLTeR","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/mouse-tweaks","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/467/691/256/256/637749969243449870.png","tags":[],"installedFile":{"id":4581240,"fileName":"MouseTweaks-forge-mc1.20-2.25.jar","fileDate":"2023-06-11T22:31:35.327Z","fileLength":76146,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4581/240/MouseTweaks-forge-mc1.20-2.25.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":377304902,"invalidFingerprint":false},{"foldername":"mousetweaks-fabric.mixins.json","fingerprint":1722171939,"invalidFingerprint":false},{"foldername":"mousetweaks.mixins.json","fingerprint":33962436,"invalidFingerprint":false},{"foldername":"mousetweaks.mixins.refmap.json","fingerprint":3498187526,"invalidFingerprint":false},{"foldername":"mousetweaks_logo.png","fingerprint":1781016577,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":99466122,"invalidFingerprint":false},{"foldername":"yalter","fingerprint":797099182,"invalidFingerprint":false}],"packageFingerprint":1647930540,"gameVersion":["Client","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":60089,"fileNameOnDisk":"MouseTweaks-forge-mc1.20-2.25.jar","hashes":[{"type":1,"value":"f3e8805d706a36717306d92bd5c45cb2aef854b6"},{"type":2,"value":"b6e9dc4ef5626d20cb14846c63be211f"}]},"dateInstalled":"2023-11-16T09:01:13.7044173Z","dateUpdated":"2023-11-16T09:01:13.7044173Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4581240,"fileName":"MouseTweaks-forge-mc1.20-2.25.jar","fileDate":"2023-06-11T22:31:35.327Z","fileLength":76146,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4581/240/MouseTweaks-forge-mc1.20-2.25.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":377304902,"invalidFingerprint":false},{"foldername":"mousetweaks-fabric.mixins.json","fingerprint":1722171939,"invalidFingerprint":false},{"foldername":"mousetweaks.mixins.json","fingerprint":33962436,"invalidFingerprint":false},{"foldername":"mousetweaks.mixins.refmap.json","fingerprint":3498187526,"invalidFingerprint":false},{"foldername":"mousetweaks_logo.png","fingerprint":1781016577,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":99466122,"invalidFingerprint":false},{"foldername":"yalter","fingerprint":797099182,"invalidFingerprint":false}],"packageFingerprint":1647930540,"gameVersion":["Client","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":60089,"fileNameOnDisk":"MouseTweaks-forge-mc1.20-2.25.jar","hashes":[{"type":1,"value":"f3e8805d706a36717306d92bd5c45cb2aef854b6"},{"type":2,"value":"b6e9dc4ef5626d20cb14846c63be211f"}]}},{"instanceID":"b6ddcc3b-3828-464f-b62f-62b3461144d7","modSource":0,"addonID":433760,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Not Enough Animations","modFolderPath":null,"fileNameOnDisk":"notenoughanimations-forge-1.6.4-mc1.20.jar","authors":[{"Name":"tr7zw"}],"primaryAuthor":"tr7zw","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/not-enough-animations","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/329/74/256/256/637454010542845990.png","tags":[],"installedFile":{"id":4573913,"fileName":"notenoughanimations-forge-1.6.4-mc1.20.jar","fileDate":"2023-06-08T14:39:23.113Z","fileLength":411036,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4573/913/notenoughanimations-forge-1.6.4-mc1.20.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2033781190,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3690986454,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":3421239066,"invalidFingerprint":false},{"foldername":"notenoughanimations.mixins.json","fingerprint":4105253223,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3015268761,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":3668166654,"invalidFingerprint":false},{"foldername":"notenoughanimations.refmap.mixins.json","fingerprint":3530405887,"invalidFingerprint":false},{"foldername":"dev","fingerprint":589972193,"invalidFingerprint":false}],"packageFingerprint":2280535579,"gameVersion":["Forge","1.20","1.20.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":433760,"fileNameOnDisk":"notenoughanimations-forge-1.6.4-mc1.20.jar","hashes":[{"type":1,"value":"47099dc3b5c339ce918bd06523bae22f59c5c65a"},{"type":2,"value":"b7daeedf1bd79c1537ea9acda95ad272"}]},"dateInstalled":"2023-11-16T09:01:13.9296563Z","dateUpdated":"2023-11-16T09:01:13.9296563Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4573913,"fileName":"notenoughanimations-forge-1.6.4-mc1.20.jar","fileDate":"2023-06-08T14:39:23.113Z","fileLength":411036,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4573/913/notenoughanimations-forge-1.6.4-mc1.20.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2033781190,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3690986454,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":3421239066,"invalidFingerprint":false},{"foldername":"notenoughanimations.mixins.json","fingerprint":4105253223,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3015268761,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":3668166654,"invalidFingerprint":false},{"foldername":"notenoughanimations.refmap.mixins.json","fingerprint":3530405887,"invalidFingerprint":false},{"foldername":"dev","fingerprint":589972193,"invalidFingerprint":false}],"packageFingerprint":2280535579,"gameVersion":["Forge","1.20","1.20.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":433760,"fileNameOnDisk":"notenoughanimations-forge-1.6.4-mc1.20.jar","hashes":[{"type":1,"value":"47099dc3b5c339ce918bd06523bae22f59c5c65a"},{"type":2,"value":"b7daeedf1bd79c1537ea9acda95ad272"}]}},{"instanceID":"39051c0f-28a4-4b3a-8cc0-d22ed40aad05","modSource":0,"addonID":251407,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Client Tweaks","modFolderPath":null,"fileNameOnDisk":"clienttweaks-forge-1.20-11.1.0.jar","authors":[{"Name":"BlayTheNinth"}],"primaryAuthor":"BlayTheNinth","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/client-tweaks","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/51/380/256/256/636103071604162274.png","tags":[],"installedFile":{"id":4751740,"fileName":"clienttweaks-forge-1.20-11.1.0.jar","fileDate":"2023-09-14T10:30:30.32Z","fileLength":131208,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4751/740/clienttweaks-forge-1.20-11.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":531761,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2929193971,"invalidFingerprint":false},{"foldername":"LICENSE_clienttweaks","fingerprint":1031176930,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1636807440,"invalidFingerprint":false},{"foldername":"clienttweaks-icon.png","fingerprint":3841637929,"invalidFingerprint":false},{"foldername":"clienttweaks.mixins.json","fingerprint":3898450277,"invalidFingerprint":false},{"foldername":"clienttweaks.refmap.json","fingerprint":2181691992,"invalidFingerprint":false},{"foldername":"net","fingerprint":119392880,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4201922725,"invalidFingerprint":false}],"packageFingerprint":2947018615,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":251407,"fileNameOnDisk":"clienttweaks-forge-1.20-11.1.0.jar","hashes":[{"type":1,"value":"8a117dbbb376360c34d6ba56ce03ce2837bbccc2"},{"type":2,"value":"64f331d8b76c443f2cf11e44297e23eb"}]},"dateInstalled":"2023-11-16T10:40:42.591989Z","dateUpdated":"2023-11-16T10:40:42.5926441Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4751740,"fileName":"clienttweaks-forge-1.20-11.1.0.jar","fileDate":"2023-09-14T10:30:30.32Z","fileLength":131208,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4751/740/clienttweaks-forge-1.20-11.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":531761,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2929193971,"invalidFingerprint":false},{"foldername":"LICENSE_clienttweaks","fingerprint":1031176930,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1636807440,"invalidFingerprint":false},{"foldername":"clienttweaks-icon.png","fingerprint":3841637929,"invalidFingerprint":false},{"foldername":"clienttweaks.mixins.json","fingerprint":3898450277,"invalidFingerprint":false},{"foldername":"clienttweaks.refmap.json","fingerprint":2181691992,"invalidFingerprint":false},{"foldername":"net","fingerprint":119392880,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4201922725,"invalidFingerprint":false}],"packageFingerprint":2947018615,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":251407,"fileNameOnDisk":"clienttweaks-forge-1.20-11.1.0.jar","hashes":[{"type":1,"value":"8a117dbbb376360c34d6ba56ce03ce2837bbccc2"},{"type":2,"value":"64f331d8b76c443f2cf11e44297e23eb"}]}},{"instanceID":"fd20b1b4-c738-40be-990a-bfbd056b4bc6","modSource":0,"addonID":410295,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Konkrete [Forge]","modFolderPath":null,"fileNameOnDisk":"konkrete_forge_1.6.1-2_MC_1.20.jar","authors":[{"Name":"Keksuccino"}],"primaryAuthor":"Keksuccino","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/konkrete","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/302/731/256/256/637368998906148773.png","tags":[],"installedFile":{"id":4583492,"fileName":"konkrete_forge_1.6.1-2_MC_1.20.jar","fileDate":"2023-06-12T23:49:14.013Z","fileLength":624093,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4583/492/konkrete_forge_1.6.1-2_MC_1.20.jar","isAlternate":false,"alternateFileId":4583493,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4120607118,"invalidFingerprint":false},{"foldername":"de","fingerprint":2373049275,"invalidFingerprint":false},{"foldername":"assets","fingerprint":394542683,"invalidFingerprint":false},{"foldername":"konkrete.mixin.json","fingerprint":2521344970,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3687403166,"invalidFingerprint":false},{"foldername":"konkrete.mixin-refmap.json","fingerprint":1900033063,"invalidFingerprint":false}],"packageFingerprint":1917408083,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":410295,"fileNameOnDisk":"konkrete_forge_1.6.1-2_MC_1.20.jar","hashes":[{"type":1,"value":"6714da21ad7a733a1376a186d5248fd06cd53f3b"},{"type":2,"value":"b7ef0350bbf4abc2265a39c556d3efb6"}]},"dateInstalled":"2023-11-16T09:01:13.2571185Z","dateUpdated":"2023-11-16T09:01:13.2571185Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4583492,"fileName":"konkrete_forge_1.6.1-2_MC_1.20.jar","fileDate":"2023-06-12T23:49:14.013Z","fileLength":624093,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4583/492/konkrete_forge_1.6.1-2_MC_1.20.jar","isAlternate":false,"alternateFileId":4583493,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4120607118,"invalidFingerprint":false},{"foldername":"de","fingerprint":2373049275,"invalidFingerprint":false},{"foldername":"assets","fingerprint":394542683,"invalidFingerprint":false},{"foldername":"konkrete.mixin.json","fingerprint":2521344970,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3687403166,"invalidFingerprint":false},{"foldername":"konkrete.mixin-refmap.json","fingerprint":1900033063,"invalidFingerprint":false}],"packageFingerprint":1917408083,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":410295,"fileNameOnDisk":"konkrete_forge_1.6.1-2_MC_1.20.jar","hashes":[{"type":1,"value":"6714da21ad7a733a1376a186d5248fd06cd53f3b"},{"type":2,"value":"b7ef0350bbf4abc2265a39c556d3efb6"}]}},{"instanceID":"4b8c14c5-213a-407d-a57c-5a2fa5a263a2","modSource":0,"addonID":357540,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Inventory HUD+","modFolderPath":null,"fileNameOnDisk":"invhud.forge.1.20.1-3.4.18.jar","authors":[{"Name":"dmitrylovin"}],"primaryAuthor":"dmitrylovin","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/inventory-hud-forge","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/245/612/256/256/637152714912784543.png","tags":[],"installedFile":{"id":4699629,"fileName":"invhud.forge.1.20.1-3.4.18.jar","fileDate":"2023-08-12T08:33:09.133Z","fileLength":223156,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4699/629/invhud.forge.1.20.1-3.4.18.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2119571227,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1535979619,"invalidFingerprint":false},{"foldername":"dlovin","fingerprint":803553344,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":2496424231,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1735266188,"invalidFingerprint":false}],"packageFingerprint":3979933304,"gameVersion":["Client","NeoForge","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":357540,"fileNameOnDisk":"invhud.forge.1.20.1-3.4.18.jar","hashes":[{"type":1,"value":"0ab697cc46a1fd67c7c6b02130c06258bb01ecfc"},{"type":2,"value":"8a666a10eb224ca3d9e7b221ba6784ee"}]},"dateInstalled":"2023-11-16T09:01:09.9695316Z","dateUpdated":"2023-11-16T09:01:09.9695316Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4699629,"fileName":"invhud.forge.1.20.1-3.4.18.jar","fileDate":"2023-08-12T08:33:09.133Z","fileLength":223156,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4699/629/invhud.forge.1.20.1-3.4.18.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2119571227,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1535979619,"invalidFingerprint":false},{"foldername":"dlovin","fingerprint":803553344,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":2496424231,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1735266188,"invalidFingerprint":false}],"packageFingerprint":3979933304,"gameVersion":["Client","NeoForge","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":357540,"fileNameOnDisk":"invhud.forge.1.20.1-3.4.18.jar","hashes":[{"type":1,"value":"0ab697cc46a1fd67c7c6b02130c06258bb01ecfc"},{"type":2,"value":"8a666a10eb224ca3d9e7b221ba6784ee"}]}},{"instanceID":"aab35ef2-0114-4383-b7ac-63b287f1c887","modSource":0,"addonID":309674,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Item Filters","modFolderPath":null,"fileNameOnDisk":"item-filters-forge-2001.1.0-build.59.jar","authors":[{"Name":"LatvianModder"}],"primaryAuthor":"LatvianModder","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/item-filters","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/183/63/256/256/636812486536100113.png","tags":[],"installedFile":{"id":4838266,"fileName":"item-filters-forge-2001.1.0-build.59.jar","fileDate":"2023-11-03T18:45:29.927Z","fileLength":110191,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4838/266/item-filters-forge-2001.1.0-build.59.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419699,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2551210765,"invalidFingerprint":false},{"foldername":"itemfilters-common.mixins.json","fingerprint":3895545159,"invalidFingerprint":false},{"foldername":"data","fingerprint":734738882,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4139533340,"invalidFingerprint":false},{"foldername":"item-filters-common-refmap.json","fingerprint":1493072104,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":551857085,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3876258947,"invalidFingerprint":false},{"foldername":"architectury_inject_ItemFilters1201_common_e9af290c845d43a6b1134351e469507f_c8942102ce7c657b325e1bc52c0e8291319f230144d9971e2cc991cda8898f87itemfilters200110build59devjar","fingerprint":2614043915,"invalidFingerprint":false}],"packageFingerprint":3667785910,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":309674,"fileNameOnDisk":"item-filters-forge-2001.1.0-build.59.jar","hashes":[{"type":1,"value":"55a7f032c59489eca96069a7841601de2ff97590"},{"type":2,"value":"4155fd7faf7daf46f9dcb914e93893e1"}]},"dateInstalled":"2023-11-19T12:03:09.4607196Z","dateUpdated":"2023-11-19T12:03:09.4615979Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4838266,"fileName":"item-filters-forge-2001.1.0-build.59.jar","fileDate":"2023-11-03T18:45:29.927Z","fileLength":110191,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4838/266/item-filters-forge-2001.1.0-build.59.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":419699,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2551210765,"invalidFingerprint":false},{"foldername":"itemfilters-common.mixins.json","fingerprint":3895545159,"invalidFingerprint":false},{"foldername":"data","fingerprint":734738882,"invalidFingerprint":false},{"foldername":"assets","fingerprint":4139533340,"invalidFingerprint":false},{"foldername":"item-filters-common-refmap.json","fingerprint":1493072104,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":551857085,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3876258947,"invalidFingerprint":false},{"foldername":"architectury_inject_ItemFilters1201_common_e9af290c845d43a6b1134351e469507f_c8942102ce7c657b325e1bc52c0e8291319f230144d9971e2cc991cda8898f87itemfilters200110build59devjar","fingerprint":2614043915,"invalidFingerprint":false}],"packageFingerprint":3667785910,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":309674,"fileNameOnDisk":"item-filters-forge-2001.1.0-build.59.jar","hashes":[{"type":1,"value":"55a7f032c59489eca96069a7841601de2ff97590"},{"type":2,"value":"4155fd7faf7daf46f9dcb914e93893e1"}]}},{"instanceID":"ca5193b0-3372-4978-974c-2552fd77f0c5","modSource":0,"addonID":288885,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"FastWorkbench","modFolderPath":null,"fileNameOnDisk":"FastWorkbench-1.20.1-8.0.2.jar","authors":[{"Name":"Shadows_of_Fire"}],"primaryAuthor":"Shadows_of_Fire","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/fastworkbench","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/164/244/256/256/636686097718417988.png","tags":[],"installedFile":{"id":4711423,"fileName":"FastWorkbench-1.20.1-8.0.2.jar","fileDate":"2023-08-18T23:06:24.95Z","fileLength":28010,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4711/423/FastWorkbench-1.20.1-8.0.2.jar","isAlternate":false,"alternateFileId":4711424,"dependencies":[{"addonId":283644,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3270152713,"invalidFingerprint":false},{"foldername":"assets","fingerprint":570473012,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3577246158,"invalidFingerprint":false},{"foldername":"fastbench.mixins.json","fingerprint":2508753015,"invalidFingerprint":false},{"foldername":"fastbench.refmap.json","fingerprint":2138326857,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1063136111,"invalidFingerprint":false}],"packageFingerprint":54675229,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":288885,"fileNameOnDisk":"FastWorkbench-1.20.1-8.0.2.jar","hashes":[{"type":1,"value":"f0bd738bf691c16e438a845ebd779a0f59dfd08b"},{"type":2,"value":"73e09370dfca9509a847b4c5bf85ba50"}]},"dateInstalled":"2023-11-16T09:01:13.2553001Z","dateUpdated":"2023-11-16T09:01:13.2553001Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4711423,"fileName":"FastWorkbench-1.20.1-8.0.2.jar","fileDate":"2023-08-18T23:06:24.95Z","fileLength":28010,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4711/423/FastWorkbench-1.20.1-8.0.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":283644,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3270152713,"invalidFingerprint":false},{"foldername":"assets","fingerprint":570473012,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3577246158,"invalidFingerprint":false},{"foldername":"fastbench.mixins.json","fingerprint":2508753015,"invalidFingerprint":false},{"foldername":"fastbench.refmap.json","fingerprint":2138326857,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1063136111,"invalidFingerprint":false}],"packageFingerprint":54675229,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":288885,"fileNameOnDisk":"FastWorkbench-1.20.1-8.0.2.jar","hashes":[{"type":1,"value":"f0bd738bf691c16e438a845ebd779a0f59dfd08b"},{"type":2,"value":"73e09370dfca9509a847b4c5bf85ba50"}]}},{"instanceID":"b337136e-fa43-40e1-9f75-4f2646d7ae31","modSource":0,"addonID":283644,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Placebo","modFolderPath":null,"fileNameOnDisk":"Placebo-1.20.1-8.5.8.jar","authors":[{"Name":"Shadows_of_Fire"}],"primaryAuthor":"Shadows_of_Fire","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/placebo","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/134/260/256/256/636490526725752670.png","tags":[],"installedFile":{"id":4879089,"fileName":"Placebo-1.20.1-8.5.8.jar","fileDate":"2023-11-19T02:53:52.303Z","fileLength":286108,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4879/89/Placebo-1.20.1-8.5.8.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3316553572,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2919967660,"invalidFingerprint":false},{"foldername":"coremods","fingerprint":1846920206,"invalidFingerprint":false},{"foldername":"dev","fingerprint":2751232888,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3099375411,"invalidFingerprint":false},{"foldername":"placebo.mixins.json","fingerprint":3782267002,"invalidFingerprint":false},{"foldername":"placebo.refmap.json","fingerprint":3372774852,"invalidFingerprint":false}],"packageFingerprint":1690211926,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":283644,"fileNameOnDisk":"Placebo-1.20.1-8.5.8.jar","hashes":[{"type":1,"value":"8dcc5995556526fb2cb51803e090bd4929b1d285"},{"type":2,"value":"c0a3104ddb962892dcf7a959787881ea"}]},"dateInstalled":"2023-11-16T09:01:10.8732689Z","dateUpdated":"2023-11-19T08:23:19.0760836Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4879089,"fileName":"Placebo-1.20.1-8.5.8.jar","fileDate":"2023-11-19T02:53:52.303Z","fileLength":286108,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4879/89/Placebo-1.20.1-8.5.8.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3316553572,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2919967660,"invalidFingerprint":false},{"foldername":"coremods","fingerprint":1846920206,"invalidFingerprint":false},{"foldername":"dev","fingerprint":2751232888,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3099375411,"invalidFingerprint":false},{"foldername":"placebo.mixins.json","fingerprint":3782267002,"invalidFingerprint":false},{"foldername":"placebo.refmap.json","fingerprint":3372774852,"invalidFingerprint":false}],"packageFingerprint":1690211926,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":283644,"fileNameOnDisk":"Placebo-1.20.1-8.5.8.jar","hashes":[{"type":1,"value":"8dcc5995556526fb2cb51803e090bd4929b1d285"},{"type":2,"value":"c0a3104ddb962892dcf7a959787881ea"}]}},{"instanceID":"ee077925-1d83-4790-a73b-c4674e2a6ec4","modSource":0,"addonID":422301,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Sophisticated Backpacks","modFolderPath":null,"fileNameOnDisk":"sophisticatedbackpacks-1.20.1-3.18.68.952.jar","authors":[{"Name":"P3pp3rF1y"}],"primaryAuthor":"P3pp3rF1y","primaryCategoryId":420,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/sophisticated-backpacks","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/375/56/256/256/637549610342642859.png","tags":[],"installedFile":{"id":4882589,"fileName":"sophisticatedbackpacks-1.20.1-3.18.68.952.jar","fileDate":"2023-11-19T23:08:16.55Z","fileLength":813318,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4882/589/sophisticatedbackpacks-1.20.1-3.18.68.952.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":233071,"type":2},{"addonId":309927,"type":2},{"addonId":243121,"type":2},{"addonId":301356,"type":2},{"addonId":238222,"type":2},{"addonId":618298,"type":3},{"addonId":225643,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":665688870,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3963221783,"invalidFingerprint":false},{"foldername":"data","fingerprint":3899465074,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":2552684475,"invalidFingerprint":false},{"foldername":"net","fingerprint":3957099648,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1102936719,"invalidFingerprint":false}],"packageFingerprint":511485763,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":422301,"fileNameOnDisk":"sophisticatedbackpacks-1.20.1-3.18.68.952.jar","hashes":[{"type":1,"value":"5fd7a3e9804ea4cc849f7271679531b9e162d5af"},{"type":2,"value":"8e24244d0fc4252c19deebab56452ca4"}]},"dateInstalled":"2023-11-20T01:36:45.8921349Z","dateUpdated":"2023-11-20T01:36:45.8921349Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4882589,"fileName":"sophisticatedbackpacks-1.20.1-3.18.68.952.jar","fileDate":"2023-11-19T23:08:16.55Z","fileLength":813318,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4882/589/sophisticatedbackpacks-1.20.1-3.18.68.952.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":233071,"type":2},{"addonId":309927,"type":2},{"addonId":243121,"type":2},{"addonId":301356,"type":2},{"addonId":238222,"type":2},{"addonId":618298,"type":3},{"addonId":225643,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":665688870,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3963221783,"invalidFingerprint":false},{"foldername":"data","fingerprint":3899465074,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":2552684475,"invalidFingerprint":false},{"foldername":"net","fingerprint":3957099648,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1102936719,"invalidFingerprint":false}],"packageFingerprint":511485763,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":422301,"fileNameOnDisk":"sophisticatedbackpacks-1.20.1-3.18.68.952.jar","hashes":[{"type":1,"value":"5fd7a3e9804ea4cc849f7271679531b9e162d5af"},{"type":2,"value":"8e24244d0fc4252c19deebab56452ca4"}]}},{"instanceID":"e5677a0b-fba7-4877-a472-05bbb75b5eec","modSource":0,"addonID":531761,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Balm (Forge Edition)","modFolderPath":null,"fileNameOnDisk":"balm-forge-1.20.1-7.1.4.jar","authors":[{"Name":"BlayTheNinth"}],"primaryAuthor":"BlayTheNinth","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/balm","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/438/285/256/256/637683437662979606.png","tags":[],"installedFile":{"id":4757228,"fileName":"balm-forge-1.20.1-7.1.4.jar","fileDate":"2023-09-18T06:59:53.103Z","fileLength":339738,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4757/228/balm-forge-1.20.1-7.1.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3558858706,"invalidFingerprint":false},{"foldername":"LICENSE_balm","fingerprint":1031176930,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2476204056,"invalidFingerprint":false},{"foldername":"balm-icon.png","fingerprint":3535347704,"invalidFingerprint":false},{"foldername":"balm.mixins.json","fingerprint":3006297616,"invalidFingerprint":false},{"foldername":"balm.refmap.json","fingerprint":2329319959,"invalidFingerprint":false},{"foldername":"data","fingerprint":2080437699,"invalidFingerprint":false},{"foldername":"net","fingerprint":501733574,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4184954135,"invalidFingerprint":false}],"packageFingerprint":4279225777,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":531761,"fileNameOnDisk":"balm-forge-1.20.1-7.1.4.jar","hashes":[{"type":1,"value":"8be5a9a0506b939c3ad79d7d295a1a0ef6838172"},{"type":2,"value":"6a50faf0124677a42844c6e634142bf8"}]},"dateInstalled":"2023-11-16T10:40:08.5493747Z","dateUpdated":"2023-11-16T10:40:08.5501077Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4757228,"fileName":"balm-forge-1.20.1-7.1.4.jar","fileDate":"2023-09-18T06:59:53.103Z","fileLength":339738,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4757/228/balm-forge-1.20.1-7.1.4.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3558858706,"invalidFingerprint":false},{"foldername":"LICENSE_balm","fingerprint":1031176930,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2476204056,"invalidFingerprint":false},{"foldername":"balm-icon.png","fingerprint":3535347704,"invalidFingerprint":false},{"foldername":"balm.mixins.json","fingerprint":3006297616,"invalidFingerprint":false},{"foldername":"balm.refmap.json","fingerprint":2329319959,"invalidFingerprint":false},{"foldername":"data","fingerprint":2080437699,"invalidFingerprint":false},{"foldername":"net","fingerprint":501733574,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4184954135,"invalidFingerprint":false}],"packageFingerprint":4279225777,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":531761,"fileNameOnDisk":"balm-forge-1.20.1-7.1.4.jar","hashes":[{"type":1,"value":"8be5a9a0506b939c3ad79d7d295a1a0ef6838172"},{"type":2,"value":"6a50faf0124677a42844c6e634142bf8"}]}},{"instanceID":"d4bf5301-b7fe-40ee-b998-92072f9adbf3","modSource":0,"addonID":240633,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Inventory Sorter","modFolderPath":null,"fileNameOnDisk":"inventorysorter-1.20.1-23.0.1.jar","authors":[{"Name":"cpw"}],"primaryAuthor":"cpw","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/inventory-sorter","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/32/426/256/256/635880235078234387.jpeg","tags":[],"installedFile":{"id":4655091,"fileName":"inventorysorter-1.20.1-23.0.1.jar","fileDate":"2023-07-20T14:45:01.3Z","fileLength":52148,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4655/91/inventorysorter-1.20.1-23.0.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2093141647,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2092552421,"invalidFingerprint":false},{"foldername":"cpw","fingerprint":919197396,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2207555489,"invalidFingerprint":false}],"packageFingerprint":4286723770,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":240633,"fileNameOnDisk":"inventorysorter-1.20.1-23.0.1.jar","hashes":[{"type":1,"value":"32e30b71d7ef67b306a24191c655528509454cb5"},{"type":2,"value":"2adaeb7ef5ca7bc39024e536c22168a4"}]},"dateInstalled":"2023-11-17T18:45:24.1524106Z","dateUpdated":"2023-11-17T18:45:24.1531652Z","status":5,"installSource":6,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4655091,"fileName":"inventorysorter-1.20.1-23.0.1.jar","fileDate":"2023-07-20T14:45:01.3Z","fileLength":52148,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4655/91/inventorysorter-1.20.1-23.0.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2093141647,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2092552421,"invalidFingerprint":false},{"foldername":"cpw","fingerprint":919197396,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2207555489,"invalidFingerprint":false}],"packageFingerprint":4286723770,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":240633,"fileNameOnDisk":"inventorysorter-1.20.1-23.0.1.jar","hashes":[{"type":1,"value":"32e30b71d7ef67b306a24191c655528509454cb5"},{"type":2,"value":"2adaeb7ef5ca7bc39024e536c22168a4"}]}},{"instanceID":"2ff6cd2b-d95e-4309-a0e0-1fef06204f49","modSource":0,"addonID":714059,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Resourceful Config","modFolderPath":null,"fileNameOnDisk":"resourcefulconfig-forge-1.20.1-2.1.0.jar","authors":[{"Name":"ThatGravyBoat"},{"Name":"epic_oreo"}],"primaryAuthor":"ThatGravyBoat","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/resourceful-config","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/653/207/256/256/638055943654285366.png","tags":[],"installedFile":{"id":4683092,"fileName":"resourcefulconfig-forge-1.20.1-2.1.0.jar","fileDate":"2023-08-05T04:55:15.81Z","fileLength":129306,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4683/92/resourcefulconfig-forge-1.20.1-2.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2469784682,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2304641713,"invalidFingerprint":false},{"foldername":"com","fingerprint":679933852,"invalidFingerprint":false},{"foldername":"architectury_inject_ResoucefulConfig_common_4856847127614669bf316d3b5519207c_8d668c1d3e9b4d8043cfd0fb346aa813638787af734192262109628f133cb65eresourcefulconfig210devjar","fingerprint":4247838230,"invalidFingerprint":false}],"packageFingerprint":2939156365,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":714059,"fileNameOnDisk":"resourcefulconfig-forge-1.20.1-2.1.0.jar","hashes":[{"type":1,"value":"2708d4cf085b3b8a1fd0dc6212969fdb65c93457"},{"type":2,"value":"c493616a6becd57df228786e17832520"}]},"dateInstalled":"2023-11-19T12:26:56.3817584Z","dateUpdated":"2023-11-19T12:26:56.3817584Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4683092,"fileName":"resourcefulconfig-forge-1.20.1-2.1.0.jar","fileDate":"2023-08-05T04:55:15.81Z","fileLength":129306,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4683/92/resourcefulconfig-forge-1.20.1-2.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2469784682,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2304641713,"invalidFingerprint":false},{"foldername":"com","fingerprint":679933852,"invalidFingerprint":false},{"foldername":"architectury_inject_ResoucefulConfig_common_4856847127614669bf316d3b5519207c_8d668c1d3e9b4d8043cfd0fb346aa813638787af734192262109628f133cb65eresourcefulconfig210devjar","fingerprint":4247838230,"invalidFingerprint":false}],"packageFingerprint":2939156365,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":714059,"fileNameOnDisk":"resourcefulconfig-forge-1.20.1-2.1.0.jar","hashes":[{"type":1,"value":"2708d4cf085b3b8a1fd0dc6212969fdb65c93457"},{"type":2,"value":"c493616a6becd57df228786e17832520"}]}},{"instanceID":"eaf1834b-dbcd-4de5-a0eb-d84c1dcbe2ae","modSource":0,"addonID":312664,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Simple Login","modFolderPath":null,"fileNameOnDisk":"SimpleLogin-1.20.1-1.0.2-all.jar","authors":[{"Name":"seraph_jack"}],"primaryAuthor":"seraph_jack","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/simple-login","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/188/142/256/256/636843337249835876.jpeg","tags":[],"installedFile":{"id":4745380,"fileName":"SimpleLogin-1.20.1-1.0.2-all.jar","fileDate":"2023-09-09T16:09:31.39Z","fileLength":99700,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4745/380/SimpleLogin-1.20.1-1.0.2-all.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2666421310,"invalidFingerprint":false},{"foldername":"top","fingerprint":3260655836,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2327496894,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1396284245,"invalidFingerprint":false},{"foldername":"LICENSE-jBCrypt","fingerprint":4280942548,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":2466599784,"invalidFingerprint":false}],"packageFingerprint":2492584604,"gameVersion":["Client","1.20.1","Forge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":312664,"fileNameOnDisk":"SimpleLogin-1.20.1-1.0.2-all.jar","hashes":[{"type":1,"value":"2fcdb0d2221b32fc4f64dea2957ec0dd7ace3174"},{"type":2,"value":"e48ba16ac4f6eb6d215d9277110d9df0"}]},"dateInstalled":"2023-11-16T09:01:09.969341Z","dateUpdated":"2023-11-16T09:01:09.969341Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4745380,"fileName":"SimpleLogin-1.20.1-1.0.2-all.jar","fileDate":"2023-09-09T16:09:31.39Z","fileLength":99700,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4745/380/SimpleLogin-1.20.1-1.0.2-all.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2666421310,"invalidFingerprint":false},{"foldername":"top","fingerprint":3260655836,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2327496894,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1396284245,"invalidFingerprint":false},{"foldername":"LICENSE-jBCrypt","fingerprint":4280942548,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":2466599784,"invalidFingerprint":false}],"packageFingerprint":2492584604,"gameVersion":["Client","1.20.1","Forge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":312664,"fileNameOnDisk":"SimpleLogin-1.20.1-1.0.2-all.jar","hashes":[{"type":1,"value":"2fcdb0d2221b32fc4f64dea2957ec0dd7ace3174"},{"type":2,"value":"e48ba16ac4f6eb6d215d9277110d9df0"}]}},{"instanceID":"b6b929d8-28bb-4780-9530-5e0066f39182","modSource":0,"addonID":223794,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Applied Energistics 2","modFolderPath":null,"fileNameOnDisk":"appliedenergistics2-forge-15.0.15.jar","authors":[{"Name":"thetechnici4n"},{"Name":"TeamAppliedEnergistics"},{"Name":"shartte"}],"primaryAuthor":"thetechnici4n","primaryCategoryId":415,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/applied-energistics-2","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/19/498/256/256/635696278186178221_animated.gif","tags":[],"installedFile":{"id":4857895,"fileName":"appliedenergistics2-forge-15.0.15.jar","fileDate":"2023-11-10T22:24:58.757Z","fileLength":9801496,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4857/895/appliedenergistics2-forge-15.0.15.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":245211,"type":2},{"addonId":238222,"type":2},{"addonId":440979,"type":2},{"addonId":310111,"type":2},{"addonId":324717,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":111291628,"invalidFingerprint":false},{"foldername":"NOTICE","fingerprint":303294545,"invalidFingerprint":false},{"foldername":"ae2.mixins.json","fingerprint":513164423,"invalidFingerprint":false},{"foldername":"ae2.mixins.refmap.json","fingerprint":762122880,"invalidFingerprint":false},{"foldername":"appeng","fingerprint":281928080,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3255799147,"invalidFingerprint":false},{"foldername":"com","fingerprint":2998208961,"invalidFingerprint":false},{"foldername":"data","fingerprint":4035539439,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":666721860,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1202541880,"invalidFingerprint":false}],"packageFingerprint":3935225808,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223794,"fileNameOnDisk":"appliedenergistics2-forge-15.0.15.jar","hashes":[{"type":1,"value":"7a3e1c6e4ee6335aef62e995db1beefa6385ac79"},{"type":2,"value":"a41d652fbe495abf8d9cd20fc3d2397a"}]},"dateInstalled":"2023-11-16T09:01:13.7035777Z","dateUpdated":"2023-11-16T09:01:13.7035777Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4857895,"fileName":"appliedenergistics2-forge-15.0.15.jar","fileDate":"2023-11-10T22:24:58.757Z","fileLength":9801496,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4857/895/appliedenergistics2-forge-15.0.15.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":245211,"type":2},{"addonId":238222,"type":2},{"addonId":440979,"type":2},{"addonId":310111,"type":2},{"addonId":324717,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":111291628,"invalidFingerprint":false},{"foldername":"NOTICE","fingerprint":303294545,"invalidFingerprint":false},{"foldername":"ae2.mixins.json","fingerprint":513164423,"invalidFingerprint":false},{"foldername":"ae2.mixins.refmap.json","fingerprint":762122880,"invalidFingerprint":false},{"foldername":"appeng","fingerprint":281928080,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3255799147,"invalidFingerprint":false},{"foldername":"com","fingerprint":2998208961,"invalidFingerprint":false},{"foldername":"data","fingerprint":4035539439,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":666721860,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1202541880,"invalidFingerprint":false}],"packageFingerprint":3935225808,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":223794,"fileNameOnDisk":"appliedenergistics2-forge-15.0.15.jar","hashes":[{"type":1,"value":"7a3e1c6e4ee6335aef62e995db1beefa6385ac79"},{"type":2,"value":"a41d652fbe495abf8d9cd20fc3d2397a"}]}},{"instanceID":"3991cbb8-ef79-4423-9fe3-ce5a28ea47f5","modSource":0,"addonID":314905,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"FTB Ranks (Forge)","modFolderPath":null,"fileNameOnDisk":"ftb-ranks-forge-2001.1.3.jar","authors":[{"Name":"FTB"},{"Name":"ErrorMikey"}],"primaryAuthor":"FTB","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/ftb-ranks-forge","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/296/122/256/256/637339515210377579.png","tags":[],"installedFile":{"id":4596742,"fileName":"ftb-ranks-forge-2001.1.3.jar","fileDate":"2023-06-19T12:51:42.407Z","fileLength":85218,"releaseType":3,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4596/742/ftb-ranks-forge-2001.1.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":404465,"type":3},{"addonId":419699,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":251234190,"invalidFingerprint":false},{"foldername":"ftbranks-common.mixins.json","fingerprint":3158185349,"invalidFingerprint":false},{"foldername":"ftb-ranks-common-refmap.json","fingerprint":2743092753,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4253185173,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3408461709,"invalidFingerprint":false},{"foldername":"architectury_inject_FTBRanks1201_common_a85a1dc07b56440c88eb46a36af012c4_ab9ba63e4cc7b117499d9db403af1844982e6f631dac29998b4e81b852bb9936ftbranks200113devjar","fingerprint":3102844373,"invalidFingerprint":false}],"packageFingerprint":1800455850,"gameVersion":["Forge","1.20.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":314905,"fileNameOnDisk":"ftb-ranks-forge-2001.1.3.jar","hashes":[{"type":1,"value":"5caca1d7fce7154b79238804a7730e23ce767fce"},{"type":2,"value":"3a2157d8b065b9c94229589e11632ebb"}]},"dateInstalled":"2023-11-20T03:29:48.8013431Z","dateUpdated":"2023-11-20T03:29:48.8013431Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4596742,"fileName":"ftb-ranks-forge-2001.1.3.jar","fileDate":"2023-06-19T12:51:42.407Z","fileLength":85218,"releaseType":3,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4596/742/ftb-ranks-forge-2001.1.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":404465,"type":3},{"addonId":419699,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":251234190,"invalidFingerprint":false},{"foldername":"ftbranks-common.mixins.json","fingerprint":3158185349,"invalidFingerprint":false},{"foldername":"ftb-ranks-common-refmap.json","fingerprint":2743092753,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":4253185173,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3408461709,"invalidFingerprint":false},{"foldername":"architectury_inject_FTBRanks1201_common_a85a1dc07b56440c88eb46a36af012c4_ab9ba63e4cc7b117499d9db403af1844982e6f631dac29998b4e81b852bb9936ftbranks200113devjar","fingerprint":3102844373,"invalidFingerprint":false}],"packageFingerprint":1800455850,"gameVersion":["Forge","1.20.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":314905,"fileNameOnDisk":"ftb-ranks-forge-2001.1.3.jar","hashes":[{"type":1,"value":"5caca1d7fce7154b79238804a7730e23ce767fce"},{"type":2,"value":"3a2157d8b065b9c94229589e11632ebb"}]}},{"instanceID":"19051b47-f0d3-4d6c-9001-dbc818efd9fd","modSource":0,"addonID":309927,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Curios API (Forge)","modFolderPath":null,"fileNameOnDisk":"curios-forge-5.4.2+1.20.1.jar","authors":[{"Name":"TheIllusiveC4"}],"primaryAuthor":"TheIllusiveC4","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/curios","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/195/772/256/256/636881112930494939.png","tags":[],"installedFile":{"id":4834490,"fileName":"curios-forge-5.4.2+1.20.1.jar","fileDate":"2023-11-02T09:04:11.653Z","fileLength":307735,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4834/490/curios-forge-5.4.2%2b1.20.1.jar","isAlternate":false,"alternateFileId":4834491,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":985423884,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":1633634022,"invalidFingerprint":false},{"foldername":"README.md","fingerprint":1713294216,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2709294924,"invalidFingerprint":false},{"foldername":"curios.mixins.json","fingerprint":919836494,"invalidFingerprint":false},{"foldername":"curios.refmap.json","fingerprint":2762170115,"invalidFingerprint":false},{"foldername":"curios_icon.png","fingerprint":1224242090,"invalidFingerprint":false},{"foldername":"data","fingerprint":1398341756,"invalidFingerprint":false},{"foldername":"licenses","fingerprint":3550732819,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3015994141,"invalidFingerprint":false},{"foldername":"top","fingerprint":3785111691,"invalidFingerprint":false}],"packageFingerprint":3993691106,"gameVersion":["NeoForge","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":309927,"fileNameOnDisk":"curios-forge-5.4.2+1.20.1.jar","hashes":[{"type":1,"value":"0429944aaba0d60a465f84cd2abd23eed8fd534e"},{"type":2,"value":"6c43b6b10485e95287855c3a20283fa7"}]},"dateInstalled":"2023-11-16T09:01:09.1033891Z","dateUpdated":"2023-11-16T09:01:09.1033891Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":true,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4834490,"fileName":"curios-forge-5.4.2+1.20.1.jar","fileDate":"2023-11-02T09:04:11.653Z","fileLength":307735,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4834/490/curios-forge-5.4.2%2b1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":985423884,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":1633634022,"invalidFingerprint":false},{"foldername":"README.md","fingerprint":1713294216,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2709294924,"invalidFingerprint":false},{"foldername":"curios.mixins.json","fingerprint":919836494,"invalidFingerprint":false},{"foldername":"curios.refmap.json","fingerprint":2762170115,"invalidFingerprint":false},{"foldername":"curios_icon.png","fingerprint":1224242090,"invalidFingerprint":false},{"foldername":"data","fingerprint":1398341756,"invalidFingerprint":false},{"foldername":"licenses","fingerprint":3550732819,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3015994141,"invalidFingerprint":false},{"foldername":"top","fingerprint":3785111691,"invalidFingerprint":false}],"packageFingerprint":3993691106,"gameVersion":["NeoForge","1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":309927,"fileNameOnDisk":"curios-forge-5.4.2+1.20.1.jar","hashes":[{"type":1,"value":"0429944aaba0d60a465f84cd2abd23eed8fd534e"},{"type":2,"value":"6c43b6b10485e95287855c3a20283fa7"}]}},{"instanceID":"aa7e9192-46dc-4436-8aef-438e84ad910f","modSource":0,"addonID":581495,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Oculus","modFolderPath":null,"fileNameOnDisk":"oculus-mc1.20.1-1.6.9.jar","authors":[{"Name":"Asek3"}],"primaryAuthor":"Asek3","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/oculus","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/495/526/256/256/637808944989585825.jpeg","tags":[],"installedFile":{"id":4767500,"fileName":"oculus-mc1.20.1-1.6.9.jar","fileDate":"2023-09-24T20:46:05.277Z","fileLength":2814481,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4767/500/oculus-mc1.20.1-1.6.9.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":574856,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":140522850,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1359137352,"invalidFingerprint":false},{"foldername":"centerDepth.fsh","fingerprint":1579026811,"invalidFingerprint":false},{"foldername":"centerDepth.vsh","fingerprint":462961270,"invalidFingerprint":false},{"foldername":"colorSpace.csh","fingerprint":1598364242,"invalidFingerprint":false},{"foldername":"colorSpace.vsh","fingerprint":1398698219,"invalidFingerprint":false},{"foldername":"de","fingerprint":3763473018,"invalidFingerprint":false},{"foldername":"io","fingerprint":2882495600,"invalidFingerprint":false},{"foldername":"kroppeb","fingerprint":3167065381,"invalidFingerprint":false},{"foldername":"mixins.oculus.bettermipmaps.json","fingerprint":4124167209,"invalidFingerprint":false},{"foldername":"mixins.oculus.compat.indigo.json","fingerprint":1238531458,"invalidFingerprint":false},{"foldername":"mixins.oculus.compat.indium.json","fingerprint":1512891894,"invalidFingerprint":false},{"foldername":"mixins.oculus.compat.sodium.json","fingerprint":1606062084,"invalidFingerprint":false},{"foldername":"mixins.oculus.fantastic.json","fingerprint":2001815233,"invalidFingerprint":false},{"foldername":"mixins.oculus.fixes.maxfpscrash.json","fingerprint":100394305,"invalidFingerprint":false},{"foldername":"mixins.oculus.integrationtest.json","fingerprint":4038426548,"invalidFingerprint":false},{"foldername":"mixins.oculus.json","fingerprint":408988840,"invalidFingerprint":false},{"foldername":"mixins.oculus.vertexformat.json","fingerprint":3204194736,"invalidFingerprint":false},{"foldername":"net","fingerprint":2605263792,"invalidFingerprint":false},{"foldername":"oculus-batched-entity-rendering.mixins.json","fingerprint":2553439210,"invalidFingerprint":false},{"foldername":"oculus-logo.png","fingerprint":285620050,"invalidFingerprint":false},{"foldername":"oculus-mixins-refmap.json","fingerprint":3890122758,"invalidFingerprint":false},{"foldername":"org","fingerprint":1636465415,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3663900039,"invalidFingerprint":false},{"foldername":"repack","fingerprint":1711427102,"invalidFingerprint":false}],"packageFingerprint":2590276543,"gameVersion":["Client","NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":581495,"fileNameOnDisk":"oculus-mc1.20.1-1.6.9.jar","hashes":[{"type":1,"value":"406ad9995cd1ab803e0001f80a85498105b4d488"},{"type":2,"value":"dd3596e374db3975a2f83594da6a3e2b"}]},"dateInstalled":"2023-11-16T09:01:12.4015841Z","dateUpdated":"2023-11-16T09:01:12.4015841Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4767500,"fileName":"oculus-mc1.20.1-1.6.9.jar","fileDate":"2023-09-24T20:46:05.277Z","fileLength":2814481,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4767/500/oculus-mc1.20.1-1.6.9.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":574856,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":140522850,"invalidFingerprint":false},{"foldername":"assets","fingerprint":1359137352,"invalidFingerprint":false},{"foldername":"centerDepth.fsh","fingerprint":1579026811,"invalidFingerprint":false},{"foldername":"centerDepth.vsh","fingerprint":462961270,"invalidFingerprint":false},{"foldername":"colorSpace.csh","fingerprint":1598364242,"invalidFingerprint":false},{"foldername":"colorSpace.vsh","fingerprint":1398698219,"invalidFingerprint":false},{"foldername":"de","fingerprint":3763473018,"invalidFingerprint":false},{"foldername":"io","fingerprint":2882495600,"invalidFingerprint":false},{"foldername":"kroppeb","fingerprint":3167065381,"invalidFingerprint":false},{"foldername":"mixins.oculus.bettermipmaps.json","fingerprint":4124167209,"invalidFingerprint":false},{"foldername":"mixins.oculus.compat.indigo.json","fingerprint":1238531458,"invalidFingerprint":false},{"foldername":"mixins.oculus.compat.indium.json","fingerprint":1512891894,"invalidFingerprint":false},{"foldername":"mixins.oculus.compat.sodium.json","fingerprint":1606062084,"invalidFingerprint":false},{"foldername":"mixins.oculus.fantastic.json","fingerprint":2001815233,"invalidFingerprint":false},{"foldername":"mixins.oculus.fixes.maxfpscrash.json","fingerprint":100394305,"invalidFingerprint":false},{"foldername":"mixins.oculus.integrationtest.json","fingerprint":4038426548,"invalidFingerprint":false},{"foldername":"mixins.oculus.json","fingerprint":408988840,"invalidFingerprint":false},{"foldername":"mixins.oculus.vertexformat.json","fingerprint":3204194736,"invalidFingerprint":false},{"foldername":"net","fingerprint":2605263792,"invalidFingerprint":false},{"foldername":"oculus-batched-entity-rendering.mixins.json","fingerprint":2553439210,"invalidFingerprint":false},{"foldername":"oculus-logo.png","fingerprint":285620050,"invalidFingerprint":false},{"foldername":"oculus-mixins-refmap.json","fingerprint":3890122758,"invalidFingerprint":false},{"foldername":"org","fingerprint":1636465415,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3663900039,"invalidFingerprint":false},{"foldername":"repack","fingerprint":1711427102,"invalidFingerprint":false}],"packageFingerprint":2590276543,"gameVersion":["Client","NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":581495,"fileNameOnDisk":"oculus-mc1.20.1-1.6.9.jar","hashes":[{"type":1,"value":"406ad9995cd1ab803e0001f80a85498105b4d488"},{"type":2,"value":"dd3596e374db3975a2f83594da6a3e2b"}]}},{"instanceID":"87f1fa3a-be01-484f-acf1-49ec982dba85","modSource":0,"addonID":881248,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"TerraFirmaShips","modFolderPath":null,"fileNameOnDisk":"tfships-1.20.1-1.0.jar","authors":[{"Name":"w8b40t"}],"primaryAuthor":"w8b40t","primaryCategoryId":414,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/terrafirmaships","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/840/402/256/256/638234204076240236.png","tags":[],"installedFile":{"id":4874233,"fileName":"tfships-1.20.1-1.0.jar","fileDate":"2023-11-17T02:07:45.037Z","fileLength":266557,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4874/233/tfships-1.20.1-1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":450659,"type":3},{"addonId":302973,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1019753888,"invalidFingerprint":false},{"foldername":"com","fingerprint":1431800380,"invalidFingerprint":false},{"foldername":".cache","fingerprint":2919590211,"invalidFingerprint":false},{"foldername":"assets","fingerprint":16070584,"invalidFingerprint":false},{"foldername":"data","fingerprint":2276534887,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2456600393,"invalidFingerprint":false},{"foldername":"tfships.mixins.json","fingerprint":1873528180,"invalidFingerprint":false},{"foldername":"mixin.refmap.json","fingerprint":1493072104,"invalidFingerprint":false}],"packageFingerprint":595730671,"gameVersion":["Client","1.20.1","Forge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":881248,"fileNameOnDisk":"tfships-1.20.1-1.0.jar","hashes":[{"type":1,"value":"0ac911cb8e29c7a90e1c018ebf051293b4e44974"},{"type":2,"value":"94102ba0de565c7aa220daee740ad66a"}]},"dateInstalled":"2023-11-20T01:04:54.5386576Z","dateUpdated":"2023-11-20T01:04:54.5386576Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4874233,"fileName":"tfships-1.20.1-1.0.jar","fileDate":"2023-11-17T02:07:45.037Z","fileLength":266557,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4874/233/tfships-1.20.1-1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":450659,"type":3},{"addonId":302973,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1019753888,"invalidFingerprint":false},{"foldername":"com","fingerprint":1431800380,"invalidFingerprint":false},{"foldername":".cache","fingerprint":2919590211,"invalidFingerprint":false},{"foldername":"assets","fingerprint":16070584,"invalidFingerprint":false},{"foldername":"data","fingerprint":2276534887,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2456600393,"invalidFingerprint":false},{"foldername":"tfships.mixins.json","fingerprint":1873528180,"invalidFingerprint":false},{"foldername":"mixin.refmap.json","fingerprint":1493072104,"invalidFingerprint":false}],"packageFingerprint":595730671,"gameVersion":["Client","1.20.1","Forge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":881248,"fileNameOnDisk":"tfships-1.20.1-1.0.jar","hashes":[{"type":1,"value":"0ac911cb8e29c7a90e1c018ebf051293b4e44974"},{"type":2,"value":"94102ba0de565c7aa220daee740ad66a"}]}},{"instanceID":"69d1127a-76a6-4ca3-ab0d-2b31c9b03d78","modSource":0,"addonID":306770,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Patchouli","modFolderPath":null,"fileNameOnDisk":"patchouli-1.20.1-81-forge.jar","authors":[{"Name":"Vazkii"}],"primaryAuthor":"Vazkii","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/patchouli","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/588/685/256/256/637958998949519797.png","tags":[],"installedFile":{"id":4636277,"fileName":"Patchouli-1.20.1-81-FORGE.jar","fileDate":"2023-07-11T01:49:35.507Z","fileLength":637092,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4636/277/Patchouli-1.20.1-81-FORGE.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3934674441,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3511632144,"invalidFingerprint":false},{"foldername":"data","fingerprint":1190009356,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":4171053254,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":294303339,"invalidFingerprint":false},{"foldername":"patchouli.refmap.json","fingerprint":900147075,"invalidFingerprint":false},{"foldername":"patchouli_xplat.mixins.json","fingerprint":4199161666,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":1922376853,"invalidFingerprint":false}],"packageFingerprint":3975355184,"gameVersion":["Client","1.20.1","Forge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":306770,"fileNameOnDisk":"Patchouli-1.20.1-81-FORGE.jar","hashes":[{"type":1,"value":"ac962914225ec045431b9c12618e296ca9cb3e22"},{"type":2,"value":"26828f06532c4e4943e5dfbf34ceaf3c"}]},"dateInstalled":"2023-11-16T09:01:13.0334414Z","dateUpdated":"2023-11-16T09:01:13.0334414Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4636277,"fileName":"Patchouli-1.20.1-81-FORGE.jar","fileDate":"2023-07-11T01:49:35.507Z","fileLength":637092,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4636/277/Patchouli-1.20.1-81-FORGE.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3934674441,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3511632144,"invalidFingerprint":false},{"foldername":"data","fingerprint":1190009356,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":4171053254,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":294303339,"invalidFingerprint":false},{"foldername":"patchouli.refmap.json","fingerprint":900147075,"invalidFingerprint":false},{"foldername":"patchouli_xplat.mixins.json","fingerprint":4199161666,"invalidFingerprint":false},{"foldername":"vazkii","fingerprint":1922376853,"invalidFingerprint":false}],"packageFingerprint":3975355184,"gameVersion":["Client","1.20.1","Forge","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":306770,"fileNameOnDisk":"Patchouli-1.20.1-81-FORGE.jar","hashes":[{"type":1,"value":"ac962914225ec045431b9c12618e296ca9cb3e22"},{"type":2,"value":"26828f06532c4e4943e5dfbf34ceaf3c"}]}},{"instanceID":"391bd3c4-3df4-410b-abbb-d44a3e0db932","modSource":0,"addonID":634062,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"No Chat Reports","modFolderPath":null,"fileNameOnDisk":"NoChatReports-FORGE-1.20.1-v2.2.2.jar","authors":[{"Name":"Aizistral"}],"primaryAuthor":"Aizistral","primaryCategoryId":435,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/no-chat-reports","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/560/68/256/256/637910636688514454.png","tags":[],"installedFile":{"id":4610474,"fileName":"NoChatReports-FORGE-1.20.1-v2.2.2.jar","fileDate":"2023-06-26T14:50:49.01Z","fileLength":272740,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4610/474/NoChatReports-FORGE-1.20.1-v2.2.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":202198108,"invalidFingerprint":false},{"foldername":"com","fingerprint":1632631975,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2979920329,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":1984515850,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":4062509488,"invalidFingerprint":false},{"foldername":"mixins","fingerprint":1509823804,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2996549802,"invalidFingerprint":false},{"foldername":"nochatreports.refmap.json","fingerprint":887573570,"invalidFingerprint":false}],"packageFingerprint":393521612,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":634062,"fileNameOnDisk":"NoChatReports-FORGE-1.20.1-v2.2.2.jar","hashes":[{"type":1,"value":"069396e689ae887d065c8d61b7945e685fbcc65b"},{"type":2,"value":"3153d1e860c6fefe6dac26efdb5c40c6"}]},"dateInstalled":"2023-11-16T09:01:13.4802036Z","dateUpdated":"2023-11-16T09:01:13.4802036Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4610474,"fileName":"NoChatReports-FORGE-1.20.1-v2.2.2.jar","fileDate":"2023-06-26T14:50:49.01Z","fileLength":272740,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4610/474/NoChatReports-FORGE-1.20.1-v2.2.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":202198108,"invalidFingerprint":false},{"foldername":"com","fingerprint":1632631975,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2979920329,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":1984515850,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":4062509488,"invalidFingerprint":false},{"foldername":"mixins","fingerprint":1509823804,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2996549802,"invalidFingerprint":false},{"foldername":"nochatreports.refmap.json","fingerprint":887573570,"invalidFingerprint":false}],"packageFingerprint":393521612,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":634062,"fileNameOnDisk":"NoChatReports-FORGE-1.20.1-v2.2.2.jar","hashes":[{"type":1,"value":"069396e689ae887d065c8d61b7945e685fbcc65b"},{"type":2,"value":"3153d1e860c6fefe6dac26efdb5c40c6"}]}},{"instanceID":"6d343dc5-87b3-4ef2-ab57-232569cb5631","modSource":0,"addonID":551894,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Better Compatibility Checker","modFolderPath":null,"fileNameOnDisk":"BetterCompatibilityChecker-forge-4.0.8+mc1.20.1.jar","authors":[{"Name":"Gaz_"}],"primaryAuthor":"Gaz_","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/better-compatibility-checker","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/461/341/256/256/637741010594154538.png","tags":[],"installedFile":{"id":4688940,"fileName":"BetterCompatibilityChecker-forge-4.0.8+mc1.20.1.jar","fileDate":"2023-08-08T16:32:58.147Z","fileLength":26540,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4688/940/BetterCompatibilityChecker-forge-4.0.8+mc1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2103551699,"invalidFingerprint":false},{"foldername":"LICENSE_BetterCompatibilityChecker","fingerprint":204187067,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2326760275,"invalidFingerprint":false},{"foldername":"bcc.forge.mixins.json","fingerprint":1149361233,"invalidFingerprint":false},{"foldername":"bcc.mixins.json","fingerprint":4083028764,"invalidFingerprint":false},{"foldername":"bcc.refmap.json","fingerprint":2068892326,"invalidFingerprint":false},{"foldername":"dev","fingerprint":2109684200,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1111451269,"invalidFingerprint":false}],"packageFingerprint":2251038378,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":551894,"fileNameOnDisk":"BetterCompatibilityChecker-forge-4.0.8+mc1.20.1.jar","hashes":[{"type":1,"value":"c5407cfd0b38d8db6d6f1c0088397f4c5616c7ae"},{"type":2,"value":"6cda211453a4423157b1a7927b050cff"}]},"dateInstalled":"2023-11-16T09:02:28.2465868Z","dateUpdated":"2023-11-16T09:02:28.2490964Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4688940,"fileName":"BetterCompatibilityChecker-forge-4.0.8+mc1.20.1.jar","fileDate":"2023-08-08T16:32:58.147Z","fileLength":26540,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4688/940/BetterCompatibilityChecker-forge-4.0.8+mc1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2103551699,"invalidFingerprint":false},{"foldername":"LICENSE_BetterCompatibilityChecker","fingerprint":204187067,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2326760275,"invalidFingerprint":false},{"foldername":"bcc.forge.mixins.json","fingerprint":1149361233,"invalidFingerprint":false},{"foldername":"bcc.mixins.json","fingerprint":4083028764,"invalidFingerprint":false},{"foldername":"bcc.refmap.json","fingerprint":2068892326,"invalidFingerprint":false},{"foldername":"dev","fingerprint":2109684200,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1111451269,"invalidFingerprint":false}],"packageFingerprint":2251038378,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":551894,"fileNameOnDisk":"BetterCompatibilityChecker-forge-4.0.8+mc1.20.1.jar","hashes":[{"type":1,"value":"c5407cfd0b38d8db6d6f1c0088397f4c5616c7ae"},{"type":2,"value":"6cda211453a4423157b1a7927b050cff"}]}},{"instanceID":"414af8cc-c17e-40ce-962a-7ce7bea63776","modSource":0,"addonID":419699,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Architectury API (Fabric/Forge)","modFolderPath":null,"fileNameOnDisk":"architectury-9.1.12-forge.jar","authors":[{"Name":"shedaniel"},{"Name":"Juicebus"},{"Name":"MaxNeedsSnacks"}],"primaryAuthor":"shedaniel","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/architectury-api","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/313/420/256/256/637408811378175814.png","tags":[],"installedFile":{"id":4663010,"fileName":"architectury-9.1.12-forge.jar","fileDate":"2023-07-25T02:56:36.15Z","fileLength":567579,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4663/10/architectury-9.1.12-forge.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1515852018,"invalidFingerprint":false},{"foldername":"architectury-common-refmap.json","fingerprint":3194081947,"invalidFingerprint":false},{"foldername":"architectury-common.mixins.json","fingerprint":2727520268,"invalidFingerprint":false},{"foldername":"architectury-forge-refmap.json","fingerprint":1326307733,"invalidFingerprint":false},{"foldername":"architectury.mixins.json","fingerprint":349546387,"invalidFingerprint":false},{"foldername":"architectury_inject_architectury_common_b79eeef8726a4fba844e7c9417fbd77f_17cb654cead7ebd3243cb020352cef6c91c8093b089468a46162f601b387778farchitectury9112devjar","fingerprint":650539810,"invalidFingerprint":false},{"foldername":"data","fingerprint":386307470,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3878275256,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":337711864,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1096803035,"invalidFingerprint":false}],"packageFingerprint":4135886904,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":419699,"fileNameOnDisk":"architectury-9.1.12-forge.jar","hashes":[{"type":1,"value":"49fc332e52027845caaa0098289dc9059b8eb010"},{"type":2,"value":"cd2915bce632b465f6bf4bf82cf1c25b"}]},"dateInstalled":"2023-11-16T09:01:09.7419139Z","dateUpdated":"2023-11-16T09:01:09.7419139Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4663010,"fileName":"architectury-9.1.12-forge.jar","fileDate":"2023-07-25T02:56:36.15Z","fileLength":567579,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4663/10/architectury-9.1.12-forge.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1515852018,"invalidFingerprint":false},{"foldername":"architectury-common-refmap.json","fingerprint":3194081947,"invalidFingerprint":false},{"foldername":"architectury-common.mixins.json","fingerprint":2727520268,"invalidFingerprint":false},{"foldername":"architectury-forge-refmap.json","fingerprint":1326307733,"invalidFingerprint":false},{"foldername":"architectury.mixins.json","fingerprint":349546387,"invalidFingerprint":false},{"foldername":"architectury_inject_architectury_common_b79eeef8726a4fba844e7c9417fbd77f_17cb654cead7ebd3243cb020352cef6c91c8093b089468a46162f601b387778farchitectury9112devjar","fingerprint":650539810,"invalidFingerprint":false},{"foldername":"data","fingerprint":386307470,"invalidFingerprint":false},{"foldername":"dev","fingerprint":3878275256,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":337711864,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1096803035,"invalidFingerprint":false}],"packageFingerprint":4135886904,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":419699,"fileNameOnDisk":"architectury-9.1.12-forge.jar","hashes":[{"type":1,"value":"49fc332e52027845caaa0098289dc9059b8eb010"},{"type":2,"value":"cd2915bce632b465f6bf4bf82cf1c25b"}]}},{"instanceID":"0a61e97a-db42-4a5d-9756-233d7ed68d04","modSource":0,"addonID":823106,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Blur (Forge)","modFolderPath":null,"fileNameOnDisk":"blur-forge-3.1.0.jar","authors":[{"Name":"dimadencep"}],"primaryAuthor":"dimadencep","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/blur-forge","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/773/67/256/256/638113863795864164.png","tags":[],"installedFile":{"id":4631831,"fileName":"blur-forge-3.1.0.jar","fileDate":"2023-07-08T16:31:51.873Z","fileLength":118835,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4631/831/blur-forge-3.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":348521,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":153328878,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":2305068543,"invalidFingerprint":false},{"foldername":"assets","fingerprint":578389254,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2525228924,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":3530266277,"invalidFingerprint":false},{"foldername":"mixins.blur.json","fingerprint":146679272,"invalidFingerprint":false},{"foldername":"blur-forge-refmap.json","fingerprint":2085163290,"invalidFingerprint":false},{"foldername":"com","fingerprint":2203050189,"invalidFingerprint":false}],"packageFingerprint":2054341337,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":823106,"fileNameOnDisk":"blur-forge-3.1.0.jar","hashes":[{"type":1,"value":"9c140e999b524fa2aeb0c282d21f702af3a2157d"},{"type":2,"value":"9405762fed907e39f6e93d7bd33acc7c"}]},"dateInstalled":"2023-11-16T11:20:13.556501Z","dateUpdated":"2023-11-16T11:20:13.5573366Z","status":5,"installSource":4,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4631831,"fileName":"blur-forge-3.1.0.jar","fileDate":"2023-07-08T16:31:51.873Z","fileLength":118835,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4631/831/blur-forge-3.1.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":348521,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":153328878,"invalidFingerprint":false},{"foldername":"LICENSE","fingerprint":2305068543,"invalidFingerprint":false},{"foldername":"assets","fingerprint":578389254,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2525228924,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":3530266277,"invalidFingerprint":false},{"foldername":"mixins.blur.json","fingerprint":146679272,"invalidFingerprint":false},{"foldername":"blur-forge-refmap.json","fingerprint":2085163290,"invalidFingerprint":false},{"foldername":"com","fingerprint":2203050189,"invalidFingerprint":false}],"packageFingerprint":2054341337,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":823106,"fileNameOnDisk":"blur-forge-3.1.0.jar","hashes":[{"type":1,"value":"9c140e999b524fa2aeb0c282d21f702af3a2157d"},{"type":2,"value":"9405762fed907e39f6e93d7bd33acc7c"}]}},{"instanceID":"75019555-4532-4d31-b1c9-3a8b0c3698a1","modSource":0,"addonID":232131,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Default Options","modFolderPath":null,"fileNameOnDisk":"defaultoptions-forge-1.20-18.0.1.jar","authors":[{"Name":"BlayTheNinth"}],"primaryAuthor":"BlayTheNinth","primaryCategoryId":425,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/default-options","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/25/393/256/256/635772772655629740.png","tags":[],"installedFile":{"id":4635878,"fileName":"defaultoptions-forge-1.20-18.0.1.jar","fileDate":"2023-07-10T20:42:52.003Z","fileLength":87943,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4635/878/defaultoptions-forge-1.20-18.0.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":531761,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1626913653,"invalidFingerprint":false},{"foldername":"LICENSE_defaultoptions","fingerprint":1031176930,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2248301024,"invalidFingerprint":false},{"foldername":"defaultoptions-icon.png","fingerprint":3122342766,"invalidFingerprint":false},{"foldername":"defaultoptions.mixins.json","fingerprint":2252296586,"invalidFingerprint":false},{"foldername":"defaultoptions.refmap.json","fingerprint":97054692,"invalidFingerprint":false},{"foldername":"net","fingerprint":1701872180,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3165823124,"invalidFingerprint":false}],"packageFingerprint":742861472,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":232131,"fileNameOnDisk":"defaultoptions-forge-1.20-18.0.1.jar","hashes":[{"type":1,"value":"d19f874852def4ef73b32caf3f218e6423d51677"},{"type":2,"value":"1784bcb1bd23f47ba2d048fc69ac743c"}]},"dateInstalled":"2023-11-16T19:20:32.8476038Z","dateUpdated":"2023-11-16T19:20:32.8476038Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4635878,"fileName":"defaultoptions-forge-1.20-18.0.1.jar","fileDate":"2023-07-10T20:42:52.003Z","fileLength":87943,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4635/878/defaultoptions-forge-1.20-18.0.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":531761,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1626913653,"invalidFingerprint":false},{"foldername":"LICENSE_defaultoptions","fingerprint":1031176930,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2248301024,"invalidFingerprint":false},{"foldername":"defaultoptions-icon.png","fingerprint":3122342766,"invalidFingerprint":false},{"foldername":"defaultoptions.mixins.json","fingerprint":2252296586,"invalidFingerprint":false},{"foldername":"defaultoptions.refmap.json","fingerprint":97054692,"invalidFingerprint":false},{"foldername":"net","fingerprint":1701872180,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3165823124,"invalidFingerprint":false}],"packageFingerprint":742861472,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":232131,"fileNameOnDisk":"defaultoptions-forge-1.20-18.0.1.jar","hashes":[{"type":1,"value":"d19f874852def4ef73b32caf3f218e6423d51677"},{"type":2,"value":"1784bcb1bd23f47ba2d048fc69ac743c"}]}},{"instanceID":"801501fc-f36d-4275-9ad3-541e399a4a4d","modSource":0,"addonID":416294,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Rhino","modFolderPath":null,"fileNameOnDisk":"rhino-forge-2001.2.2-build.13.jar","authors":[{"Name":"LatvianModder"}],"primaryAuthor":"LatvianModder","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/rhino","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/309/581/256/256/637395712717607219.png","tags":[],"installedFile":{"id":4847655,"fileName":"rhino-forge-2001.2.2-build.13.jar","fileDate":"2023-11-07T13:40:39.767Z","fileLength":1794165,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4847/655/rhino-forge-2001.2.2-build.13.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1213697205,"invalidFingerprint":false},{"foldername":"architectury_inject_Rhino_common_1f05e5cb7afb474c8a890cea53302ced_d424aff60125bc001d56cb52ff24731bb6482bbf0ad27638e45d6c22ffc78d91rhino200122build13devjar","fingerprint":1714480185,"invalidFingerprint":false},{"foldername":"dev","fingerprint":4187259701,"invalidFingerprint":false},{"foldername":"mm.jsmappings","fingerprint":746056783,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":939660779,"invalidFingerprint":false},{"foldername":"rhino-common-refmap.json","fingerprint":1493072104,"invalidFingerprint":false},{"foldername":"rhino-common.mixins.json","fingerprint":3096420155,"invalidFingerprint":false}],"packageFingerprint":823611513,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":416294,"fileNameOnDisk":"rhino-forge-2001.2.2-build.13.jar","hashes":[{"type":1,"value":"7a2cf786276dee7a5f83b32245cc3dec8f950b0f"},{"type":2,"value":"be88d14761555b2e8842d5ec2ad2b67a"}]},"dateInstalled":"2023-11-16T09:01:09.9690707Z","dateUpdated":"2023-11-16T09:01:09.9690707Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4847655,"fileName":"rhino-forge-2001.2.2-build.13.jar","fileDate":"2023-11-07T13:40:39.767Z","fileLength":1794165,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4847/655/rhino-forge-2001.2.2-build.13.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1213697205,"invalidFingerprint":false},{"foldername":"architectury_inject_Rhino_common_1f05e5cb7afb474c8a890cea53302ced_d424aff60125bc001d56cb52ff24731bb6482bbf0ad27638e45d6c22ffc78d91rhino200122build13devjar","fingerprint":1714480185,"invalidFingerprint":false},{"foldername":"dev","fingerprint":4187259701,"invalidFingerprint":false},{"foldername":"mm.jsmappings","fingerprint":746056783,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":939660779,"invalidFingerprint":false},{"foldername":"rhino-common-refmap.json","fingerprint":1493072104,"invalidFingerprint":false},{"foldername":"rhino-common.mixins.json","fingerprint":3096420155,"invalidFingerprint":false}],"packageFingerprint":823611513,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":416294,"fileNameOnDisk":"rhino-forge-2001.2.2-build.13.jar","hashes":[{"type":1,"value":"7a2cf786276dee7a5f83b32245cc3dec8f950b0f"},{"type":2,"value":"be88d14761555b2e8842d5ec2ad2b67a"}]}},{"instanceID":"06557d31-fbbd-4f1d-90cb-2b5b5e322991","modSource":0,"addonID":260262,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Tool Belt","modFolderPath":null,"fileNameOnDisk":"ToolBelt-1.20-1.20.0.jar","authors":[{"Name":"gigaherz"}],"primaryAuthor":"gigaherz","primaryCategoryId":434,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/tool-belt","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/88/400/256/256/636223857507356095.png","tags":[],"installedFile":{"id":4581167,"fileName":"ToolBelt-1.20-1.20.0.jar","fileDate":"2023-06-11T21:45:01.793Z","fileLength":250694,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4581/167/ToolBelt-1.20-1.20.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":411896,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2862639259,"invalidFingerprint":false},{"foldername":"dev","fingerprint":1128782404,"invalidFingerprint":false},{"foldername":".cache","fingerprint":2624020093,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2848911378,"invalidFingerprint":false},{"foldername":"data","fingerprint":751473564,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3299031960,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":285266414,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":2257885705,"invalidFingerprint":false}],"packageFingerprint":2902510320,"gameVersion":["Forge","1.20","1.20.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":260262,"fileNameOnDisk":"ToolBelt-1.20-1.20.0.jar","hashes":[{"type":1,"value":"38010bc1cdd90aa7c3f29fb9800ea459dd47c369"},{"type":2,"value":"d20f7b8cdd4a00cdf00e3800ab553f27"}]},"dateInstalled":"2023-11-20T01:04:50.3507789Z","dateUpdated":"2023-11-20T01:04:50.3507789Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4581167,"fileName":"ToolBelt-1.20-1.20.0.jar","fileDate":"2023-06-11T21:45:01.793Z","fileLength":250694,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4581/167/ToolBelt-1.20-1.20.0.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":411896,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2862639259,"invalidFingerprint":false},{"foldername":"dev","fingerprint":1128782404,"invalidFingerprint":false},{"foldername":".cache","fingerprint":2624020093,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2848911378,"invalidFingerprint":false},{"foldername":"data","fingerprint":751473564,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3299031960,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":285266414,"invalidFingerprint":false},{"foldername":"LICENSE.txt","fingerprint":2257885705,"invalidFingerprint":false}],"packageFingerprint":2902510320,"gameVersion":["Forge","1.20","1.20.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":260262,"fileNameOnDisk":"ToolBelt-1.20-1.20.0.jar","hashes":[{"type":1,"value":"38010bc1cdd90aa7c3f29fb9800ea459dd47c369"},{"type":2,"value":"d20f7b8cdd4a00cdf00e3800ab553f27"}]}},{"instanceID":"c7573a5c-ba27-48a7-abda-6141ef47954a","modSource":0,"addonID":570630,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"LootJS: KubeJS Addon","modFolderPath":null,"fileNameOnDisk":"lootjs-forge-1.20.1-2.10.3.jar","authors":[{"Name":"Lytho"}],"primaryAuthor":"Lytho","primaryCategoryId":5314,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/lootjs","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/510/924/256/256/637828637727949352.png","tags":[],"installedFile":{"id":4771655,"fileName":"lootjs-forge-1.20.1-2.10.3.jar","fileDate":"2023-09-27T18:27:28.237Z","fileLength":237992,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4771/655/lootjs-forge-1.20.1-2.10.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238086,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1141036398,"invalidFingerprint":false},{"foldername":"architectury.common.json","fingerprint":118629613,"invalidFingerprint":false},{"foldername":"kubejs.plugins.txt","fingerprint":1593166766,"invalidFingerprint":false},{"foldername":"lootjs-common.mixins.json","fingerprint":724741391,"invalidFingerprint":false},{"foldername":"lootjs-common-1.20.1-common-refmap.json","fingerprint":1784427643,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":692389130,"invalidFingerprint":false},{"foldername":"lootjs-forge.mixins.json","fingerprint":55216049,"invalidFingerprint":false},{"foldername":"data","fingerprint":2312894697,"invalidFingerprint":false},{"foldername":"lootjs-forge-1.20.1-forge-refmap.json","fingerprint":1493072104,"invalidFingerprint":false},{"foldername":"com","fingerprint":3923909715,"invalidFingerprint":false},{"foldername":"architectury_inject_LootJS_common_2f8cde821fe94a2389e187697343a52d_329bdd7eb8b1bae637fb0c5758fda15c22ea8e2b7320981959b815e9435ea7a3lootjscommon12012103devjar","fingerprint":291938511,"invalidFingerprint":false}],"packageFingerprint":1638851804,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":570630,"fileNameOnDisk":"lootjs-forge-1.20.1-2.10.3.jar","hashes":[{"type":1,"value":"2c1800e7dc5406e0dc67391ca6349c20b72ebd6d"},{"type":2,"value":"87cfa58487de53caaf49d82cdb8f44bc"}]},"dateInstalled":"2023-11-16T09:01:13.4795123Z","dateUpdated":"2023-11-16T09:01:13.4795123Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4771655,"fileName":"lootjs-forge-1.20.1-2.10.3.jar","fileDate":"2023-09-27T18:27:28.237Z","fileLength":237992,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4771/655/lootjs-forge-1.20.1-2.10.3.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":238086,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":1141036398,"invalidFingerprint":false},{"foldername":"architectury.common.json","fingerprint":118629613,"invalidFingerprint":false},{"foldername":"kubejs.plugins.txt","fingerprint":1593166766,"invalidFingerprint":false},{"foldername":"lootjs-common.mixins.json","fingerprint":724741391,"invalidFingerprint":false},{"foldername":"lootjs-common-1.20.1-common-refmap.json","fingerprint":1784427643,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":692389130,"invalidFingerprint":false},{"foldername":"lootjs-forge.mixins.json","fingerprint":55216049,"invalidFingerprint":false},{"foldername":"data","fingerprint":2312894697,"invalidFingerprint":false},{"foldername":"lootjs-forge-1.20.1-forge-refmap.json","fingerprint":1493072104,"invalidFingerprint":false},{"foldername":"com","fingerprint":3923909715,"invalidFingerprint":false},{"foldername":"architectury_inject_LootJS_common_2f8cde821fe94a2389e187697343a52d_329bdd7eb8b1bae637fb0c5758fda15c22ea8e2b7320981959b815e9435ea7a3lootjscommon12012103devjar","fingerprint":291938511,"invalidFingerprint":false}],"packageFingerprint":1638851804,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":570630,"fileNameOnDisk":"lootjs-forge-1.20.1-2.10.3.jar","hashes":[{"type":1,"value":"2c1800e7dc5406e0dc67391ca6349c20b72ebd6d"},{"type":2,"value":"87cfa58487de53caaf49d82cdb8f44bc"}]}},{"instanceID":"db442c07-1413-4f37-be73-db73e2198c1a","modSource":0,"addonID":297038,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"CraftPresence","modFolderPath":null,"fileNameOnDisk":"CraftPresence-2.2.4+1.20.1.jar","authors":[{"Name":"CDAGaming_"}],"primaryAuthor":"CDAGaming_","primaryCategoryId":424,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/craftpresence","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/159/374/256/256/636658415780463602.png","tags":[],"installedFile":{"id":4819672,"fileName":"CraftPresence-2.2.4+1.20.1.jar","fileDate":"2023-10-27T19:09:47.75Z","fileLength":2419702,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4819/672/CraftPresence-2.2.4+1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"fabric","fingerprint":1711286352,"invalidFingerprint":false},{"foldername":"org","fingerprint":1330219678,"invalidFingerprint":false},{"foldername":"mappings-forge.srg","fingerprint":1188165389,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3208441236,"invalidFingerprint":false},{"foldername":"lib","fingerprint":4180682653,"invalidFingerprint":false},{"foldername":"mappings-fabric.srg","fingerprint":4140781440,"invalidFingerprint":false},{"foldername":"fabric-craftpresence.accesswidener","fingerprint":560600217,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":2149794506,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3041381440,"invalidFingerprint":false},{"foldername":"external","fingerprint":3156758573,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2217006810,"invalidFingerprint":false},{"foldername":"forge","fingerprint":2022212497,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":3611359381,"invalidFingerprint":false},{"foldername":"com","fingerprint":3489624478,"invalidFingerprint":false}],"packageFingerprint":2391409764,"gameVersion":["Fabric","Client","NeoForge","1.20.1","Forge","1.20","Quilt"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Fabric","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Quilt","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":297038,"fileNameOnDisk":"CraftPresence-2.2.4+1.20.1.jar","hashes":[{"type":1,"value":"5216cabfb1300b5df9beb7a54b7d4b923fdf14fc"},{"type":2,"value":"000f3beec9e0047a0b8547d6ee459e61"}]},"dateInstalled":"2023-11-16T09:01:10.6471904Z","dateUpdated":"2023-11-16T09:01:10.6471904Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4819672,"fileName":"CraftPresence-2.2.4+1.20.1.jar","fileDate":"2023-10-27T19:09:47.75Z","fileLength":2419702,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4819/672/CraftPresence-2.2.4+1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"fabric","fingerprint":1711286352,"invalidFingerprint":false},{"foldername":"org","fingerprint":1330219678,"invalidFingerprint":false},{"foldername":"mappings-forge.srg","fingerprint":1188165389,"invalidFingerprint":false},{"foldername":"assets","fingerprint":3208441236,"invalidFingerprint":false},{"foldername":"lib","fingerprint":4180682653,"invalidFingerprint":false},{"foldername":"mappings-fabric.srg","fingerprint":4140781440,"invalidFingerprint":false},{"foldername":"fabric-craftpresence.accesswidener","fingerprint":560600217,"invalidFingerprint":false},{"foldername":"META-INF","fingerprint":2149794506,"invalidFingerprint":false},{"foldername":"logo.png","fingerprint":3041381440,"invalidFingerprint":false},{"foldername":"external","fingerprint":3156758573,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2217006810,"invalidFingerprint":false},{"foldername":"forge","fingerprint":2022212497,"invalidFingerprint":false},{"foldername":"fabric.mod.json","fingerprint":3611359381,"invalidFingerprint":false},{"foldername":"com","fingerprint":3489624478,"invalidFingerprint":false}],"packageFingerprint":2391409764,"gameVersion":["Fabric","Client","NeoForge","1.20.1","Forge","1.20","Quilt"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Fabric","gameVersionTypeId":68441},{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Quilt","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":297038,"fileNameOnDisk":"CraftPresence-2.2.4+1.20.1.jar","hashes":[{"type":1,"value":"5216cabfb1300b5df9beb7a54b7d4b923fdf14fc"},{"type":2,"value":"000f3beec9e0047a0b8547d6ee459e61"}]}},{"instanceID":"11fc3cc4-80c3-43c6-aa11-ee61f85e0921","modSource":0,"addonID":365281,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"ServerConfig Updater","modFolderPath":null,"fileNameOnDisk":"serverconfigupdater-4.0.2.jar","authors":[{"Name":"Darkere"}],"primaryAuthor":"Darkere","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/serverconfig-updater","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/252/93/256/256/637186733810242016.png","tags":[],"installedFile":{"id":4612683,"fileName":"serverconfigupdater-4.0.2.jar","fileDate":"2023-06-27T20:42:44.243Z","fileLength":14142,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4612/683/serverconfigupdater-4.0.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3012570333,"invalidFingerprint":false},{"foldername":"com","fingerprint":1614388866,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3380797652,"invalidFingerprint":false}],"packageFingerprint":2237725843,"gameVersion":["Forge","1.20.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":365281,"fileNameOnDisk":"serverconfigupdater-4.0.2.jar","hashes":[{"type":1,"value":"0c54df6e2916e6bd0743e5650df303cdedff885b"},{"type":2,"value":"e1ad0d55b3a0ab40205a0d8c82de4127"}]},"dateInstalled":"2023-11-20T03:29:48.8007133Z","dateUpdated":"2023-11-20T03:29:48.8007133Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4612683,"fileName":"serverconfigupdater-4.0.2.jar","fileDate":"2023-06-27T20:42:44.243Z","fileLength":14142,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4612/683/serverconfigupdater-4.0.2.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3012570333,"invalidFingerprint":false},{"foldername":"com","fingerprint":1614388866,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3380797652,"invalidFingerprint":false}],"packageFingerprint":2237725843,"gameVersion":["Forge","1.20.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":365281,"fileNameOnDisk":"serverconfigupdater-4.0.2.jar","hashes":[{"type":1,"value":"0c54df6e2916e6bd0743e5650df303cdedff885b"},{"type":2,"value":"e1ad0d55b3a0ab40205a0d8c82de4127"}]}},{"instanceID":"ea4de9ab-2544-4bec-b9c0-bc6201a071d3","modSource":0,"addonID":317780,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Xaero's World Map","modFolderPath":null,"fileNameOnDisk":"XaerosWorldMap_1.36.0_Forge_1.20.jar","authors":[{"Name":"xaero96"}],"primaryAuthor":"xaero96","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/xaeros-world-map","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/196/654/256/256/636886857118683130.png","tags":[],"installedFile":{"id":4812594,"fileName":"XaerosWorldMap_1.36.0_Forge_1.20.jar","fileDate":"2023-10-23T10:05:00.083Z","fileLength":834565,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4812/594/XaerosWorldMap_1.36.0_Forge_1.20.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":636608,"type":2},{"addonId":636608,"type":2},{"addonId":636608,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2049256726,"invalidFingerprint":false},{"foldername":"assets","fingerprint":233743946,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3521842173,"invalidFingerprint":false},{"foldername":"xaero","fingerprint":1939308385,"invalidFingerprint":false}],"packageFingerprint":3151355170,"gameVersion":["Client","NeoForge","1.20.1","Forge","1.20","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":317780,"fileNameOnDisk":"XaerosWorldMap_1.36.0_Forge_1.20.jar","hashes":[{"type":1,"value":"72cc2206041cc05e8192e4ca2e9144229dd6ead3"},{"type":2,"value":"688c77c4b8fbae219e876088189b6e03"}]},"dateInstalled":"2023-11-16T09:01:11.6846403Z","dateUpdated":"2023-11-16T09:01:11.6846403Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4812594,"fileName":"XaerosWorldMap_1.36.0_Forge_1.20.jar","fileDate":"2023-10-23T10:05:00.083Z","fileLength":834565,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4812/594/XaerosWorldMap_1.36.0_Forge_1.20.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":636608,"type":2},{"addonId":636608,"type":2},{"addonId":636608,"type":2}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":2049256726,"invalidFingerprint":false},{"foldername":"assets","fingerprint":233743946,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3521842173,"invalidFingerprint":false},{"foldername":"xaero","fingerprint":1939308385,"invalidFingerprint":false}],"packageFingerprint":3151355170,"gameVersion":["Client","NeoForge","1.20.1","Forge","1.20","Server"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Client","gameVersionTypeId":75208},{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Server","gameVersionTypeId":75208}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":317780,"fileNameOnDisk":"XaerosWorldMap_1.36.0_Forge_1.20.jar","hashes":[{"type":1,"value":"72cc2206041cc05e8192e4ca2e9144229dd6ead3"},{"type":2,"value":"688c77c4b8fbae219e876088189b6e03"}]}},{"instanceID":"fc367065-fb2e-45af-8489-50db2a9a7574","modSource":0,"addonID":351441,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Pick Up Notifier [Forge & Fabric]","modFolderPath":null,"fileNameOnDisk":"PickUpNotifier-v8.0.0-1.20.1-Forge.jar","authors":[{"Name":"Fuzs"}],"primaryAuthor":"Fuzs","primaryCategoryId":5191,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/pick-up-notifier","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/776/151/256/256/638118059918529024.png","tags":[],"installedFile":{"id":4613538,"fileName":"PickUpNotifier-v8.0.0-1.20.1-Forge.jar","fileDate":"2023-06-28T09:11:56.27Z","fileLength":102164,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4613/538/PickUpNotifier-v8.0.0-1.20.1-Forge.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":495476,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4111596068,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":4213415335,"invalidFingerprint":false},{"foldername":"LICENSE-ASSETS.md","fingerprint":1447192261,"invalidFingerprint":false},{"foldername":"LICENSE.md","fingerprint":2980605036,"invalidFingerprint":false},{"foldername":"fuzs","fingerprint":1505856949,"invalidFingerprint":false},{"foldername":"mod_banner.png","fingerprint":632593238,"invalidFingerprint":false},{"foldername":"mod_logo.png","fingerprint":3429799708,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3858604758,"invalidFingerprint":false},{"foldername":"pickupnotifier.common.mixins.json","fingerprint":423525589,"invalidFingerprint":false},{"foldername":"pickupnotifier.refmap.json","fingerprint":537054541,"invalidFingerprint":false}],"packageFingerprint":1083059147,"gameVersion":["Forge","1.20.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":351441,"fileNameOnDisk":"PickUpNotifier-v8.0.0-1.20.1-Forge.jar","hashes":[{"type":1,"value":"378cc9730d1f11cd4c50add96263baccacdb4942"},{"type":2,"value":"c1004011e796ef62010dcb03e9597cdc"}]},"dateInstalled":"2023-11-16T09:01:11.6841957Z","dateUpdated":"2023-11-16T09:01:11.6841957Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4613538,"fileName":"PickUpNotifier-v8.0.0-1.20.1-Forge.jar","fileDate":"2023-06-28T09:11:56.27Z","fileLength":102164,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4613/538/PickUpNotifier-v8.0.0-1.20.1-Forge.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":495476,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4111596068,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":4213415335,"invalidFingerprint":false},{"foldername":"LICENSE-ASSETS.md","fingerprint":1447192261,"invalidFingerprint":false},{"foldername":"LICENSE.md","fingerprint":2980605036,"invalidFingerprint":false},{"foldername":"fuzs","fingerprint":1505856949,"invalidFingerprint":false},{"foldername":"mod_banner.png","fingerprint":632593238,"invalidFingerprint":false},{"foldername":"mod_logo.png","fingerprint":3429799708,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":3858604758,"invalidFingerprint":false},{"foldername":"pickupnotifier.common.mixins.json","fingerprint":423525589,"invalidFingerprint":false},{"foldername":"pickupnotifier.refmap.json","fingerprint":537054541,"invalidFingerprint":false}],"packageFingerprint":1083059147,"gameVersion":["Forge","1.20.1"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":351441,"fileNameOnDisk":"PickUpNotifier-v8.0.0-1.20.1-Forge.jar","hashes":[{"type":1,"value":"378cc9730d1f11cd4c50add96263baccacdb4942"},{"type":2,"value":"c1004011e796ef62010dcb03e9597cdc"}]}},{"instanceID":"0d259dba-1a58-4ce8-bbd3-acf13e55d5ba","modSource":0,"addonID":299540,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"FastFurnace","modFolderPath":null,"fileNameOnDisk":"FastFurnace-1.20.1-8.0.1.jar","authors":[{"Name":"Shadows_of_Fire"}],"primaryAuthor":"Shadows_of_Fire","primaryCategoryId":413,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/fastfurnace","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/164/243/256/256/636686097562167838.png","tags":[],"installedFile":{"id":4711441,"fileName":"FastFurnace-1.20.1-8.0.1.jar","fileDate":"2023-08-18T23:12:54.86Z","fileLength":5899,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4711/441/FastFurnace-1.20.1-8.0.1.jar","isAlternate":false,"alternateFileId":4711442,"dependencies":[{"addonId":283644,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4003169999,"invalidFingerprint":false},{"foldername":"dev","fingerprint":650764966,"invalidFingerprint":false},{"foldername":"fastfurnace.mixins.json","fingerprint":3021990528,"invalidFingerprint":false},{"foldername":"fastfurnace.refmap.json","fingerprint":1648332464,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":135111852,"invalidFingerprint":false}],"packageFingerprint":4176992786,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":299540,"fileNameOnDisk":"FastFurnace-1.20.1-8.0.1.jar","hashes":[{"type":1,"value":"d216d2fc17b668febc3fb9cf03e5eb65aa3e514a"},{"type":2,"value":"0bcee05710c3d5740c81395667800f7e"}]},"dateInstalled":"2023-11-16T09:01:13.2569502Z","dateUpdated":"2023-11-16T09:01:13.2569502Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4711441,"fileName":"FastFurnace-1.20.1-8.0.1.jar","fileDate":"2023-08-18T23:12:54.86Z","fileLength":5899,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4711/441/FastFurnace-1.20.1-8.0.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":283644,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":4003169999,"invalidFingerprint":false},{"foldername":"dev","fingerprint":650764966,"invalidFingerprint":false},{"foldername":"fastfurnace.mixins.json","fingerprint":3021990528,"invalidFingerprint":false},{"foldername":"fastfurnace.refmap.json","fingerprint":1648332464,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":135111852,"invalidFingerprint":false}],"packageFingerprint":4176992786,"gameVersion":["NeoForge","1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"","gameVersionName":"NeoForge","gameVersionTypeId":68441},{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":299540,"fileNameOnDisk":"FastFurnace-1.20.1-8.0.1.jar","hashes":[{"type":1,"value":"d216d2fc17b668febc3fb9cf03e5eb65aa3e514a"},{"type":2,"value":"0bcee05710c3d5740c81395667800f7e"}]}},{"instanceID":"50f8bc2f-aa02-40b8-8a1e-b7be7995e701","modSource":0,"addonID":401648,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"BetterF3","modFolderPath":null,"fileNameOnDisk":"BetterF3-7.0.2-Forge-1.20.1.jar","authors":[{"Name":"cominixo"}],"primaryAuthor":"cominixo","primaryCategoryId":423,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/betterf3","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/293/27/256/256/637327750859254377.png","tags":[],"installedFile":{"id":4863626,"fileName":"BetterF3-7.0.2-Forge-1.20.1.jar","fileDate":"2023-11-13T04:17:09.867Z","fileLength":468517,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4863/626/BetterF3-7.0.2-Forge-1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":348521,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3921630831,"invalidFingerprint":false},{"foldername":"BetterF3-common-refmap.json","fingerprint":4277929290,"invalidFingerprint":false},{"foldername":"BetterF3-forge-refmap.json","fingerprint":1493072104,"invalidFingerprint":false},{"foldername":"architectury_inject_BetterF3_common_d8ddf44828904119b1a2f8c9d54e3de9_8297784b2e29b22dc169c3dd07528a2041db70f7e25ad7184217a714964a2e34BetterF3702devjar","fingerprint":1098942856,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2956664528,"invalidFingerprint":false},{"foldername":"betterf3.forge.mixins.json","fingerprint":1910448224,"invalidFingerprint":false},{"foldername":"betterf3.mixins.json","fingerprint":111403358,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":773465483,"invalidFingerprint":false},{"foldername":"me","fingerprint":2662733832,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2092460052,"invalidFingerprint":false}],"packageFingerprint":3838314854,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":401648,"fileNameOnDisk":"BetterF3-7.0.2-Forge-1.20.1.jar","hashes":[{"type":1,"value":"b65cba59e87dc6c6d1aa9c47f09b9996b4e5075d"},{"type":2,"value":"7411ae023390cf6b148f05a6b685279f"}]},"dateInstalled":"2023-11-16T09:01:09.7423987Z","dateUpdated":"2023-11-16T09:01:09.7423987Z","status":5,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4863626,"fileName":"BetterF3-7.0.2-Forge-1.20.1.jar","fileDate":"2023-11-13T04:17:09.867Z","fileLength":468517,"releaseType":2,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4863/626/BetterF3-7.0.2-Forge-1.20.1.jar","isAlternate":false,"alternateFileId":0,"dependencies":[{"addonId":348521,"type":3}],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3921630831,"invalidFingerprint":false},{"foldername":"BetterF3-common-refmap.json","fingerprint":4277929290,"invalidFingerprint":false},{"foldername":"BetterF3-forge-refmap.json","fingerprint":1493072104,"invalidFingerprint":false},{"foldername":"architectury_inject_BetterF3_common_d8ddf44828904119b1a2f8c9d54e3de9_8297784b2e29b22dc169c3dd07528a2041db70f7e25ad7184217a714964a2e34BetterF3702devjar","fingerprint":1098942856,"invalidFingerprint":false},{"foldername":"assets","fingerprint":2956664528,"invalidFingerprint":false},{"foldername":"betterf3.forge.mixins.json","fingerprint":1910448224,"invalidFingerprint":false},{"foldername":"betterf3.mixins.json","fingerprint":111403358,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":773465483,"invalidFingerprint":false},{"foldername":"me","fingerprint":2662733832,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":2092460052,"invalidFingerprint":false}],"packageFingerprint":3838314854,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":401648,"fileNameOnDisk":"BetterF3-7.0.2-Forge-1.20.1.jar","hashes":[{"type":1,"value":"b65cba59e87dc6c6d1aa9c47f09b9996b4e5075d"},{"type":2,"value":"7411ae023390cf6b148f05a6b685279f"}]}},{"instanceID":"e949c3a8-8724-4bbc-896f-1af0cf99acbc","modSource":0,"addonID":348521,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Cloth Config API (Fabric/Forge)","modFolderPath":null,"fileNameOnDisk":"cloth-config-11.1.106-forge.jar","authors":[{"Name":"shedaniel"},{"Name":"LinkieIsBetterThanK9"}],"primaryAuthor":"shedaniel","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/cloth-config","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/282/467/256/256/637289313020452406.png","tags":[],"installedFile":{"id":4633444,"fileName":"cloth-config-11.1.106-forge.jar","fileDate":"2023-07-09T14:05:06.383Z","fileLength":1168375,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4633/444/cloth-config-11.1.106-forge.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":208589982,"invalidFingerprint":false},{"foldername":"LICENSE.md","fingerprint":4008471873,"invalidFingerprint":false},{"foldername":"assets","fingerprint":385043272,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":524945892,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":2356087988,"invalidFingerprint":false},{"foldername":"me","fingerprint":2513557180,"invalidFingerprint":false},{"foldername":"architectury_inject_clothconfig_common_08f1de7415fb4bd688846e5bbe938eb3_145a7a8237f007e60b0376da1bc599fb7a1d5bb6023dc89a800ef88e6c166715clothconfig111106devjar","fingerprint":3025922734,"invalidFingerprint":false}],"packageFingerprint":966946685,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":348521,"fileNameOnDisk":"cloth-config-11.1.106-forge.jar","hashes":[{"type":1,"value":"b6f17b52c469c5ca27c9e90abdb0ecc0be16149d"},{"type":2,"value":"17794d377921e9cd96b30250a7b13156"}]},"dateInstalled":"2023-11-19T12:39:38.1293309Z","dateUpdated":"2023-11-20T00:57:38.1853217Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4633444,"fileName":"cloth-config-11.1.106-forge.jar","fileDate":"2023-07-09T14:05:06.383Z","fileLength":1168375,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4633/444/cloth-config-11.1.106-forge.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":208589982,"invalidFingerprint":false},{"foldername":"LICENSE.md","fingerprint":4008471873,"invalidFingerprint":false},{"foldername":"assets","fingerprint":385043272,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":524945892,"invalidFingerprint":false},{"foldername":"icon.png","fingerprint":2356087988,"invalidFingerprint":false},{"foldername":"me","fingerprint":2513557180,"invalidFingerprint":false},{"foldername":"architectury_inject_clothconfig_common_08f1de7415fb4bd688846e5bbe938eb3_145a7a8237f007e60b0376da1bc599fb7a1d5bb6023dc89a800ef88e6c166715clothconfig111106devjar","fingerprint":3025922734,"invalidFingerprint":false}],"packageFingerprint":966946685,"gameVersion":["1.20.1","Forge","1.20"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441},{"gameVersion":"1.20","gameVersionName":"1.20","gameVersionTypeId":75125}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":348521,"fileNameOnDisk":"cloth-config-11.1.106-forge.jar","hashes":[{"type":1,"value":"b6f17b52c469c5ca27c9e90abdb0ecc0be16149d"},{"type":2,"value":"17794d377921e9cd96b30250a7b13156"}]}},{"instanceID":"95d5c18c-547d-4b91-bf52-2ebc0a56fd58","modSource":0,"addonID":495476,"gameID":432,"categoryClassID":6,"gameInstanceID":"c710a1ef-c904-4ce0-8bce-1a47267c3c2e","name":"Puzzles Lib [Forge & Fabric]","modFolderPath":null,"fileNameOnDisk":"PuzzlesLib-v8.1.9-1.20.1-Forge.jar","authors":[{"Name":"Fuzs"}],"primaryAuthor":"Fuzs","primaryCategoryId":421,"packageType":6,"webSiteURL":"https://www.curseforge.com/minecraft/mc-mods/puzzles-lib","thumbnailUrl":"https://media.forgecdn.net/avatars/thumbnails/776/232/256/256/638118144989284933.png","tags":[],"installedFile":{"id":4882383,"fileName":"PuzzlesLib-v8.1.9-1.20.1-Forge.jar","fileDate":"2023-11-19T21:52:34.957Z","fileLength":994216,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4882/383/PuzzlesLib-v8.1.9-1.20.1-Forge.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3739845591,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":2782737929,"invalidFingerprint":false},{"foldername":"LICENSE-ASSETS.md","fingerprint":1447192261,"invalidFingerprint":false},{"foldername":"LICENSE.md","fingerprint":2980605036,"invalidFingerprint":false},{"foldername":"fuzs","fingerprint":1598920726,"invalidFingerprint":false},{"foldername":"mod_banner.png","fingerprint":1906961265,"invalidFingerprint":false},{"foldername":"mod_logo.png","fingerprint":921125005,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1997921311,"invalidFingerprint":false},{"foldername":"puzzleslib.common.mixins.json","fingerprint":1312012457,"invalidFingerprint":false},{"foldername":"puzzleslib.forge.mixins.json","fingerprint":1841794989,"invalidFingerprint":false},{"foldername":"puzzleslib.refmap.json","fingerprint":3110408666,"invalidFingerprint":false}],"packageFingerprint":3980982443,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":495476,"fileNameOnDisk":"PuzzlesLib-v8.1.9-1.20.1-Forge.jar","hashes":[{"type":1,"value":"5afb28969481dd68138d15a0c57bab693b8ee85e"},{"type":2,"value":"350643ee792b5e5455c333edeb0a8c33"}]},"dateInstalled":"2023-11-20T01:36:49.5383765Z","dateUpdated":"2023-11-20T01:36:49.5383765Z","status":4,"installSource":0,"preferenceReleaseType":null,"preferenceAutoInstallUpdates":null,"preferenceAlternateFile":false,"preferenceIsIgnored":false,"isModified":false,"isWorkingCopy":false,"isFuzzyMatch":false,"manifestName":null,"installedTargets":[],"latestFile":{"id":4882383,"fileName":"PuzzlesLib-v8.1.9-1.20.1-Forge.jar","fileDate":"2023-11-19T21:52:34.957Z","fileLength":994216,"releaseType":1,"fileStatus":4,"downloadUrl":"https://edge.forgecdn.net/files/4882/383/PuzzlesLib-v8.1.9-1.20.1-Forge.jar","isAlternate":false,"alternateFileId":0,"dependencies":[],"isAvailable":true,"modules":[{"foldername":"META-INF","fingerprint":3739845591,"invalidFingerprint":false},{"foldername":"CHANGELOG.md","fingerprint":2782737929,"invalidFingerprint":false},{"foldername":"LICENSE-ASSETS.md","fingerprint":1447192261,"invalidFingerprint":false},{"foldername":"LICENSE.md","fingerprint":2980605036,"invalidFingerprint":false},{"foldername":"fuzs","fingerprint":1598920726,"invalidFingerprint":false},{"foldername":"mod_banner.png","fingerprint":1906961265,"invalidFingerprint":false},{"foldername":"mod_logo.png","fingerprint":921125005,"invalidFingerprint":false},{"foldername":"pack.mcmeta","fingerprint":1997921311,"invalidFingerprint":false},{"foldername":"puzzleslib.common.mixins.json","fingerprint":1312012457,"invalidFingerprint":false},{"foldername":"puzzleslib.forge.mixins.json","fingerprint":1841794989,"invalidFingerprint":false},{"foldername":"puzzleslib.refmap.json","fingerprint":3110408666,"invalidFingerprint":false}],"packageFingerprint":3980982443,"gameVersion":["1.20.1","Forge"],"sortableGameVersion":[{"gameVersion":"1.20.1","gameVersionName":"1.20.1","gameVersionTypeId":75125},{"gameVersion":"","gameVersionName":"Forge","gameVersionTypeId":68441}],"hasInstallScript":false,"isCompatibleWithClient":false,"isEarlyAccessContent":false,"restrictProjectFileAccess":0,"projectStatus":4,"projectId":495476,"fileNameOnDisk":"PuzzlesLib-v8.1.9-1.20.1-Forge.jar","hashes":[{"type":1,"value":"5afb28969481dd68138d15a0c57bab693b8ee85e"},{"type":2,"value":"350643ee792b5e5455c333edeb0a8c33"}]}}],"wasNameManuallyChanged":false,"wasGameVersionTypeIdManuallyChanged":false} \ No newline at end of file diff --git a/mods/ftb-essentials-forge-2001.2.1.jar b/mods/ftb-essentials-forge-2001.2.1.jar new file mode 100644 index 0000000000000000000000000000000000000000..57a8289f8401fc6b54dd335a18eb877f7fc6138b GIT binary patch literal 155787 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�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%0D6g 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 S3loO+u6_k?{6IE8B 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 I$XFQv2lIxc`v3p{ literal 0 HcmV?d00001 diff --git a/mods/serverconfigupdater-4.0.2.jar b/mods/serverconfigupdater-4.0.2.jar new file mode 100644 index 0000000000000000000000000000000000000000..48a5990f0bf8f51b8c65d1a797a07f173f07470e GIT binary patch literal 14142 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 Date: Mon, 20 Nov 2023 08:50:45 +0500 Subject: [PATCH 3/4] manifest --- manifest.json | 691 ++++++++++++++++++++++++++------------------------ modlist.html | 153 +++++------ 2 files changed, 431 insertions(+), 413 deletions(-) diff --git a/manifest.json b/manifest.json index 45fab55db..bf24df5ce 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "version": "1.20.1", "modLoaders": [ { - "id": "forge-47.1.3", + "id": "forge-47.2.6", "primary": true } ] @@ -15,138 +15,13 @@ "author": "Exception, Xikaro", "files": [ { - "projectID": 419699, - "fileID": 4663010, + "projectID": 302973, + "fileID": 4875028, "required": true }, { - "projectID": 306770, - "fileID": 4636277, - "required": true - }, - { - "projectID": 416294, - "fileID": 4847655, - "required": true - }, - { - "projectID": 237307, - "fileID": 4600191, - "required": true - }, - { - "projectID": 299540, - "fileID": 4711441, - "required": true - }, - { - "projectID": 475117, - "fileID": 4711435, - "required": true - }, - { - "projectID": 570073, - "fileID": 4851864, - "required": true - }, - { - "projectID": 282001, - "fileID": 4870180, - "required": true - }, - { - "projectID": 232131, - "fileID": 4635878, - "required": true - }, - { - "projectID": 297038, - "fileID": 4819672, - "required": true - }, - { - "projectID": 570630, - "fileID": 4771655, - "required": true - }, - { - "projectID": 633823, - "fileID": 4875432, - "required": true - }, - { - "projectID": 223794, - "fileID": 4857895, - "required": true - }, - { - "projectID": 60089, - "fileID": 4581240, - "required": true - }, - { - "projectID": 459929, - "fileID": 4854662, - "required": true - }, - { - "projectID": 435044, - "fileID": 4596768, - "required": true - }, - { - "projectID": 328085, - "fileID": 4835191, - "required": true - }, - { - "projectID": 881248, - "fileID": 4874233, - "required": true - }, - { - "projectID": 551894, - "fileID": 4688940, - "required": true - }, - { - "projectID": 908741, - "fileID": 4862491, - "required": true - }, - { - "projectID": 908983, - "fileID": 4865171, - "required": true - }, - { - "projectID": 240633, - "fileID": 4655091, - "required": true - }, - { - "projectID": 551736, - "fileID": 4731947, - "required": true - }, - { - "projectID": 326652, - "fileID": 4795348, - "required": true - }, - { - "projectID": 308240, - "fileID": 4820041, - "required": true - }, - { - "projectID": 310111, - "fileID": 4834408, - "required": true - }, - { - "projectID": 511770, - "fileID": 4606615, + "projectID": 495693, + "fileID": 4870168, "required": true }, { @@ -154,201 +29,16 @@ "fileID": 4812568, "required": true }, + { + "projectID": 908983, + "fileID": 4865171, + "required": true + }, { "projectID": 618298, "fileID": 4882572, "required": true }, - { - "projectID": 317780, - "fileID": 4812594, - "required": true - }, - { - "projectID": 254284, - "fileID": 4878223, - "required": true - }, - { - "projectID": 823106, - "fileID": 4631831, - "required": true - }, - { - "projectID": 288885, - "fileID": 4711423, - "required": true - }, - { - "projectID": 844019, - "fileID": 4877639, - "required": true - }, - { - "projectID": 357540, - "fileID": 4699629, - "required": true - }, - { - "projectID": 513402, - "fileID": 4882807, - "required": true - }, - { - "projectID": 410295, - "fileID": 4583492, - "required": true - }, - { - "projectID": 312664, - "fileID": 4745380, - "required": true - }, - { - "projectID": 272335, - "fileID": 4825638, - "required": true - }, - { - "projectID": 367706, - "fileID": 4776833, - "required": true - }, - { - "projectID": 634062, - "fileID": 4610474, - "required": true - }, - { - "projectID": 309927, - "fileID": 4834490, - "required": true - }, - { - "projectID": 351441, - "fileID": 4613538, - "required": true - }, - { - "projectID": 348521, - "fileID": 4633444, - "required": true - }, - { - "projectID": 251407, - "fileID": 4751740, - "required": true - }, - { - "projectID": 927874, - "fileID": 4850914, - "required": true - }, - { - "projectID": 450659, - "fileID": 4645815, - "required": true - }, - { - "projectID": 316582, - "fileID": 4678972, - "required": true - }, - { - "projectID": 404465, - "fileID": 4864329, - "required": true - }, - { - "projectID": 283644, - "fileID": 4879089, - "required": true - }, - { - "projectID": 268387, - "fileID": 4825810, - "required": true - }, - { - "projectID": 257814, - "fileID": 4874915, - "required": true - }, - { - "projectID": 521393, - "fileID": 4837449, - "required": true - }, - { - "projectID": 324717, - "fileID": 4801177, - "required": true - }, - { - "projectID": 916493, - "fileID": 4797195, - "required": true - }, - { - "projectID": 495476, - "fileID": 4882383, - "required": true - }, - { - "projectID": 583345, - "fileID": 4848425, - "required": true - }, - { - "projectID": 270441, - "fileID": 4578892, - "required": true - }, - { - "projectID": 302973, - "fileID": 4875028, - "required": true - }, - { - "projectID": 704113, - "fileID": 4831434, - "required": true - }, - { - "projectID": 714059, - "fileID": 4683092, - "required": true - }, - { - "projectID": 289412, - "fileID": 4872462, - "required": true - }, - { - "projectID": 890405, - "fileID": 4863475, - "required": true - }, - { - "projectID": 635042, - "fileID": 4774342, - "required": true - }, - { - "projectID": 422301, - "fileID": 4882589, - "required": true - }, - { - "projectID": 790626, - "fileID": 4862982, - "required": true - }, - { - "projectID": 260262, - "fileID": 4581167, - "required": true - }, { "projectID": 448233, "fileID": 4763645, @@ -360,38 +50,53 @@ "required": true }, { - "projectID": 581495, - "fileID": 4767500, + "projectID": 890405, + "fileID": 4863475, "required": true }, { - "projectID": 286924, - "fileID": 4801419, + "projectID": 316582, + "fileID": 4678972, "required": true }, { - "projectID": 531761, - "fileID": 4757228, + "projectID": 513402, + "fileID": 4883048, "required": true }, { - "projectID": 429235, - "fileID": 4810975, + "projectID": 435044, + "fileID": 4596768, "required": true }, { - "projectID": 636608, - "fileID": 4784626, + "projectID": 927874, + "fileID": 4850914, "required": true }, { - "projectID": 433760, - "fileID": 4573913, + "projectID": 282001, + "fileID": 4870180, "required": true }, { - "projectID": 387638, - "fileID": 4691333, + "projectID": 254284, + "fileID": 4878223, + "required": true + }, + { + "projectID": 790626, + "fileID": 4862982, + "required": true + }, + { + "projectID": 551736, + "fileID": 4731947, + "required": true + }, + { + "projectID": 308240, + "fileID": 4820041, "required": true }, { @@ -400,8 +105,13 @@ "required": true }, { - "projectID": 688231, - "fileID": 4836196, + "projectID": 511770, + "fileID": 4606615, + "required": true + }, + { + "projectID": 429235, + "fileID": 4810975, "required": true }, { @@ -410,8 +120,173 @@ "required": true }, { - "projectID": 495693, - "fileID": 4870168, + "projectID": 633823, + "fileID": 4875432, + "required": true + }, + { + "projectID": 410811, + "fileID": 4791525, + "required": true + }, + { + "projectID": 310111, + "fileID": 4834408, + "required": true + }, + { + "projectID": 908741, + "fileID": 4862491, + "required": true + }, + { + "projectID": 916493, + "fileID": 4797195, + "required": true + }, + { + "projectID": 635042, + "fileID": 4774342, + "required": true + }, + { + "projectID": 237307, + "fileID": 4600191, + "required": true + }, + { + "projectID": 257814, + "fileID": 4874915, + "required": true + }, + { + "projectID": 268387, + "fileID": 4825810, + "required": true + }, + { + "projectID": 459929, + "fileID": 4854662, + "required": true + }, + { + "projectID": 404465, + "fileID": 4864329, + "required": true + }, + { + "projectID": 270441, + "fileID": 4578892, + "required": true + }, + { + "projectID": 450659, + "fileID": 4645815, + "required": true + }, + { + "projectID": 328085, + "fileID": 4835191, + "required": true + }, + { + "projectID": 367706, + "fileID": 4776833, + "required": true + }, + { + "projectID": 475117, + "fileID": 4711435, + "required": true + }, + { + "projectID": 289412, + "fileID": 4872462, + "required": true + }, + { + "projectID": 583345, + "fileID": 4848425, + "required": true + }, + { + "projectID": 570073, + "fileID": 4851864, + "required": true + }, + { + "projectID": 286924, + "fileID": 4801419, + "required": true + }, + { + "projectID": 324717, + "fileID": 4801177, + "required": true + }, + { + "projectID": 688231, + "fileID": 4836196, + "required": true + }, + { + "projectID": 844019, + "fileID": 4877639, + "required": true + }, + { + "projectID": 521393, + "fileID": 4837449, + "required": true + }, + { + "projectID": 636608, + "fileID": 4784626, + "required": true + }, + { + "projectID": 387638, + "fileID": 4691333, + "required": true + }, + { + "projectID": 704113, + "fileID": 4831434, + "required": true + }, + { + "projectID": 272335, + "fileID": 4825638, + "required": true + }, + { + "projectID": 326652, + "fileID": 4795348, + "required": true + }, + { + "projectID": 60089, + "fileID": 4581240, + "required": true + }, + { + "projectID": 433760, + "fileID": 4573913, + "required": true + }, + { + "projectID": 251407, + "fileID": 4751740, + "required": true + }, + { + "projectID": 410295, + "fileID": 4583492, + "required": true + }, + { + "projectID": 357540, + "fileID": 4699629, "required": true }, { @@ -419,10 +294,150 @@ "fileID": 4838266, "required": true }, + { + "projectID": 288885, + "fileID": 4711423, + "required": true + }, + { + "projectID": 283644, + "fileID": 4879089, + "required": true + }, + { + "projectID": 422301, + "fileID": 4882589, + "required": true + }, + { + "projectID": 531761, + "fileID": 4757228, + "required": true + }, + { + "projectID": 240633, + "fileID": 4655091, + "required": true + }, + { + "projectID": 714059, + "fileID": 4683092, + "required": true + }, + { + "projectID": 312664, + "fileID": 4745380, + "required": true + }, + { + "projectID": 223794, + "fileID": 4857895, + "required": true + }, + { + "projectID": 314905, + "fileID": 4596742, + "required": true + }, + { + "projectID": 309927, + "fileID": 4834490, + "required": true + }, + { + "projectID": 581495, + "fileID": 4767500, + "required": true + }, + { + "projectID": 881248, + "fileID": 4874233, + "required": true + }, + { + "projectID": 306770, + "fileID": 4636277, + "required": true + }, + { + "projectID": 634062, + "fileID": 4610474, + "required": true + }, + { + "projectID": 551894, + "fileID": 4688940, + "required": true + }, + { + "projectID": 419699, + "fileID": 4663010, + "required": true + }, + { + "projectID": 823106, + "fileID": 4631831, + "required": true + }, + { + "projectID": 232131, + "fileID": 4635878, + "required": true + }, + { + "projectID": 416294, + "fileID": 4847655, + "required": true + }, + { + "projectID": 260262, + "fileID": 4581167, + "required": true + }, + { + "projectID": 570630, + "fileID": 4771655, + "required": true + }, + { + "projectID": 297038, + "fileID": 4819672, + "required": true + }, + { + "projectID": 365281, + "fileID": 4612683, + "required": true + }, + { + "projectID": 317780, + "fileID": 4812594, + "required": true + }, + { + "projectID": 351441, + "fileID": 4613538, + "required": true + }, + { + "projectID": 299540, + "fileID": 4711441, + "required": true + }, { "projectID": 401648, "fileID": 4863626, "required": true + }, + { + "projectID": 348521, + "fileID": 4633444, + "required": true + }, + { + "projectID": 495476, + "fileID": 4882383, + "required": true } ], "overrides": "overrides" diff --git a/modlist.html b/modlist.html index 874b9f888..897292b69 100644 --- a/modlist.html +++ b/modlist.html @@ -1,84 +1,87 @@  From 708e5fe45026534b03452f6efb32060fd367800c Mon Sep 17 00:00:00 2001 From: Xikaro <0regon.end@gmail.com> Date: Mon, 20 Nov 2023 09:01:01 +0500 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7bd87912..5a2392052 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,12 +13,34 @@ - Исправлен металл у касситерита. - Добавлен металл чалкопириту. - Удалены бесполезные кнопки в меню паузы. -- Возможно, что-то еще, но я забыл. +- Исправлен mmc пакет. +### Update mods +- AmbientSounds_FORGE 5.3.2 -> 5.3.4 +- Placebo 8.5.6 -> 8.5.8 +- TFCAstikorCarts 1.1.7 -> 1.1.7.1 +- Kubejs 2001.6.3-build.83 -> 2001.6.4-build.95 +- PuzzlesLib 8.1.8 -> 8.1.9 +- Sophisticatedbackpacks 3.18.66.941 -> 3.18.68.952 +- Sophisticatedcore 0.5.105.485 -> 0.5.107.496 +- terrafirmagreg 0.0.3 -> 0.0.5 ### New mods - InventorySorter - FTBQuests +- FTBLibrary +- FTBRanks +- FTBTeams +- Item filters +- MoreRed +- AdAstra +- ComputerCraft +- Macaw's Mods for TerraFirmaCraft +- ToolBelt +- TerraFirmaShips +- Small Ships +- Defaultoptions ### Removed mods - Heracles +- Prometheus ## [0.0.5] - 2023-11-17 ### Fixes