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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 z

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ⅆ0O$>)ns0YA-%@x}sLRnc3+0 z3F{Ts)eHV^NpyU7Uuomvchkdv?md0%{rk#4{}}JqFF5xtX&%q-zWIB0{jX4uyH|fd z{H0aqQTvBRwJ*OP4ErS>_~sPXU+u+D{vV#8E&YT4)(g>J+aOAF0tJ^t@>SkEBgiQxYR8#7yV*e7apMY zf^Fkm*9%|#!nBLIx*x8)zh%C2RQX(Q|GRG%%@v>Q%=hiQR?bu}bFZ?5yGmu+YkDs} zv#4LgFKZP3N%f2TJ>wq|OqY4x<7UrTHAyYcK1VkHNLyUk4K_DpUn|kosaMMV7L?U@(JcYqGbhYj(x#kHu z&;1Z#zWDE1=9tcSuHnJ)n2ogoUksK$m~8RzBM6d}9#{}Gztv@W+w&vO8;|Koet0(9!oIL`UDTgIwcUrlt-PY!`suyf z=4Hz_?3Uy;J?=VXs+QGdo&6RIy%r~j#aP;Wekmk6$KUEv*!$O4mv3O4TBTC`Z|B+B zv$u60HHzvz)FyGaa^Va8RnrBY=5u|N4b0s9q?-Tx)R)gh%}%)|*d)HVqT5{Wr=e67 za8p#Y#a!p|V`XXY)g`la6ofk-u9-RisLpvc>6yZ3KFM&W&;L-8aYgiI=A3KV#Ws7p ziY|!%y}dd~{eN2G4pX0?j{LBtaVtNIC?72@+0JrY^Nq&h&Lu~)&BfQ8?~ru5&eB+r zYnz?*^>xep{J@CHc{kP0Y}T10wnv~a@J8X(Z62B5KWW}-XpTGn;@(oWSJPU#o$r0v zf284D8COz3c>;6Lej%$rb-vTLnSWXnw^g)kzgKNg2A|VJDK2f3O_>*YIZt-J7&xO&R!M6(A z=6G$Jf8k(gMC8)7L7R@Q-qf1b@~!1z=UKy3rk1Aj-Mha%!@7;Ci zcf~Plt-E@r2O`#V1oGYsykWC=Bln5xfxA^^PJ8-tDX+XAt7~6+cgg!Cr4FmLmt=#k zF!x+j@Q~nLJ?}X8J822t_<*Qoj+Kmoid-iuCwtvqGRORLBEwP1-al)5*IiIKc$&coT8}5kUJ32)RCpygwag>1|4`_R0|J}p^eV#P5YUKigO_k6uX`q8T9{r6t1pSAwH+yDQw|9nlW-+MGZ|Lb+%f482lzx(gjbcAbsi{`)mw{oR-AcOU8US!$hWZum{*;;Q8z zRL{kHDG zvd7Ku2-MDtdoFy3zv+*pQQQ*A1;>`ZOmVMtz8yKMd!NH+S?(W}-uX7}Tl?7m^5&nk z@z1w+=Kp=rU`H$B9Qa$+?GPzrQwo+g^L?er@Bw7dn4uu75heSogn>%Y94t`*zOtkA-X3Gr!tSz&s}!FEoma_o*Ql~=^C~d?w081ZPN8*^ z*RD;MiPksU^mXnU+btV|^J;t<;zXI&Pkd0y_~Vv9#bOq7wg+bwKZJ3Xu_pL)?D1`i zX4+uSa!>DIF5?bmmUojLykoc{⋙-!#akZ_5&>}lNl{!n1Y3DH1?Q_eY#iiV6Su0 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%0D<#Y~&CosJuBU-nH!O!oLB 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 QXSg84!0<<(k%55$0P}{V`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