From 62fe282cf3f598c4bc08ba058322cbf77e3cea3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Wed, 15 Jul 2020 20:44:37 +0200 Subject: [PATCH] New mods, new modpack update \o/ --- MODLIST.md | Bin 8420 -> 9006 bytes ModpackUploader.ps1 | 10 +- changelogs/CHANGELOG.md | 20 + changelogs/CHANGELOG_MODS_0.1.5.txt | 178 +++ config/aiimprovements-common.toml | 40 + config/bedbenefits-common.toml | 9 + config/bettercaves-1_16.toml | 12 +- config/invtweaks-client.toml | 2 +- config/overloadedarmorbar-client.toml | 9 + config/productivebees-server.toml | 12 + config/toolstats-client.toml | 10 + kubejs/client.properties | 12 + minecraftinstance.json | 1457 +++++++++++++++++-------- settings.ps1 | 6 +- 14 files changed, 1315 insertions(+), 462 deletions(-) create mode 100644 changelogs/CHANGELOG_MODS_0.1.5.txt create mode 100644 config/aiimprovements-common.toml create mode 100644 config/bedbenefits-common.toml create mode 100644 config/overloadedarmorbar-client.toml create mode 100644 config/toolstats-client.toml create mode 100644 kubejs/client.properties diff --git a/MODLIST.md b/MODLIST.md index da8b0ddfadded736a2522c689b42d3168b27ec81..82af4df17653ee8a2adb02088287d8a1d2572392 100644 GIT binary patch delta 484 zcmXYu%P#{_6vodr)0*)pnK5bWIf;z~^;SzQk+AYetR%F?o3<&svfw{xeU>7YVj<*; zzru!yh?RwfSXqczI(KSu?knf~&i9@Bp17JQ#>7ymCxvUbp?Z72JjGc z5qaElnf6$}8WuNKE=<+3PX&Z+%dSX+fDvu9729KG#@DBk;wVLIIT~Hiu+(f+&M_(V k|0z5PdD?uai9xiuGv+X7`&hnp;>;ZhDSw;3&RVLXKQKCa6#xJL delta 188 zcmZ4I_QY|59;3-b{lv*Cj5jvhFcmN|T1+lv7M*;AxoGkwPNB&jEH@@+u&$W=f?sH} z65ABU$%}Y}HlJV@0y6l7CULNA{=gB#IJu9JgHd;~pq%*TB(8Hzlh23=P5!{cve}JS zg?aJ}fm@T8u?kIY5!9HR2Q+1$U<&KzB=K*IlP|~#P0o^Z+5AmXgmJT%bPV%k2YI&5 oFXXD28I33JRnnf^r=-Se%Am&p;wAGL0$EuMi3~*yybN3n0MFk%FaQ7m diff --git a/ModpackUploader.ps1 b/ModpackUploader.ps1 index f64353d134..6ba1446e2f 100644 --- a/ModpackUploader.ps1 +++ b/ModpackUploader.ps1 @@ -70,11 +70,11 @@ if ($ENABLE_MANIFEST_BUILDER_MODULE) { Remove-Item -Path $FilePath -Force } - # Write-Host "Removing Client Mods from Server Files" -ForegroundColor Cyan - # foreach ($clientMod in $CLIENT_MODS) { - # Write-Host "Removing Client Mod $clientMod" - # sz d $SERVER_FILENAME "mods/$clientMod*" | Out-Null - # } + Write-Host "Removing Client Mods from Server Files" -ForegroundColor Cyan + foreach ($clientMod in $CLIENT_MODS) { + Write-Host "Removing Client Mod $clientMod" + sz d $SERVER_FILENAME "mods/$clientMod*" | Out-Null + } } } diff --git a/changelogs/CHANGELOG.md b/changelogs/CHANGELOG.md index a126e61e8a..bccb40b663 100644 --- a/changelogs/CHANGELOG.md +++ b/changelogs/CHANGELOG.md @@ -1,3 +1,23 @@ +## Enigmatica 6 v0.1.5 + +_Using Forge-1.16.1-32.0.66 | [Mod Updates](https://github.com/NillerMedDild/Enigmatica6/blob/master/changelogs/CHANGELOG_MODS_0.1.5.txt)_ + +**Mod Additions** + +- AI Improvements +- Additional Lights +- Bed Benefits +- Cauldron Recipes +- KubeJS +- Overloaded Armor Bar +- Productive Bees +- Refined Storage Addons +- Tool Stats + +**Bug fixes** + +- Crafting Tweaks Crash [\#4](https://github.com/NillerMedDild/Enigmatica6/issues/4) + ## Enigmatica 6 v0.1.4 _Using Forge-1.16.1-32.0.66 | [Mod Updates](https://github.com/NillerMedDild/Enigmatica6/blob/master/changelogs/CHANGELOG_MODS_0.1.4.txt)_ diff --git a/changelogs/CHANGELOG_MODS_0.1.5.txt b/changelogs/CHANGELOG_MODS_0.1.5.txt new file mode 100644 index 0000000000..cb52dbff87 --- /dev/null +++ b/changelogs/CHANGELOG_MODS_0.1.5.txt @@ -0,0 +1,178 @@ +======================================= +Enigmatica6 0.1.4 --> Enigmatica6 0.1.5 +======================================= + +Added: +- AI Improvements +- Additional Lights +- Bed Benefits +- Cauldron Recipes +- KubeJS +- Overloaded Armor Bar +- Productive Bees +- Refined Storage Addons +- Tool Stats + +Updated: + Additional Bars ([1.16.1] Additional Bars 1.4.1 --> [1.16.1] Additional Bars 1.4.2): + [1.16.1] Additional Bars 1.4.2: + Release: 1.4.2: + * [1.16.x] Added Warped, Crossed Warped, Horizontal Warped and Horizontal Crossed Warped Bars + * [1.16.x] Added Crimson, Crossed Crimson, Horizontal Crimson and Horizontal Crossed Crimson Bars + * [1.16.x] Added Warped and Crimson type bars to non_flammable_wood tag + * Updated tags; New tags are wooden_bars and metallic_bars + * Added Horizontal Crossed types to tags + + Bookshelf (Bookshelf-1.16.1-6.1.8.jar --> Bookshelf-1.16.1-6.1.10.jar): + Bookshelf-1.16.1-6.1.10.jar: + * Updated Forge version. - Tyler Hancock + * Added a registry for recipe types. - Tyler Hancock + Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf) + * BigAl607 + * Pongo Sapiens + * Darkosto + + Bookshelf-1.16.1-6.1.9.jar: + Huge thanks to my supporters on [Patreon](https://www.patreon.com/Darkhax?MCChangelog?Bookshelf) + * BigAl607 + * Pongo Sapiens + * Darkosto + + Caelus API (caelus-FORGE-1.16.1-2.0-beta4.jar --> caelus-FORGE-1.16.1-2.0-beta5.jar): + caelus-FORGE-1.16.1-2.0-beta5.jar: + Changelog + All notable changes to this project will be documented in this file. + The format is based on [Keep a Changelog]() and this project does not adhere to [Semantic Versioning](). This project uses MCVERSION-MAJORMOD.MAJORAPI.MINOR.PATCH. + [2.0-beta5] - 2020.07.14 + Fixed + * Fixed NoClassDefFoundError + [2.0-beta4] - 2020.06.11 + Added + * [API] Added RenderElytraEvent for rendering non-vanilla elytras, including enchantment glow and custom textures + Changed + * Ported to 1.16.1 Forge + Removed + * Removed elytra rendering IMC in favor of bringing back RenderElytraEvent + * Removed all advanced elytra controls (these will return in a separate mod TBA) + + Cloth Config API (Forge) ([Forge 1.16.x] v4.0.1 --> [Forge 1.16.x] v4.0.2): + [Forge 1.16.x] v4.0.2: + No changelog available. + + Crafting Tweaks (CraftingTweaks_1.16.1-12.0.3.jar --> CraftingTweaks_1.16.1-12.0.4.jar): + CraftingTweaks_1.16.1-12.0.4.jar: + Fixed crash with later versions of Forge + + Curios API (Forge) (curios-FORGE-1.16.1-3.0-beta2.jar --> curios-FORGE-1.16.1-3.0-beta3.jar): + curios-FORGE-1.16.1-3.0-beta3.jar: + Changelog + All notable changes to this project will be documented in this file. + The format is based on [Keep a Changelog]() and this project does not adhere to [Semantic Versioning](). This project uses MCVERSION-MAJORMOD.MAJORAPI.MINOR.PATCH. + [3.0-beta3] - 2020.07.14 + Changed + * [API] IMC messages can now process iterable collections of SlotTypeMessage + [3.0-beta2] - 2020.07.02 + Added + * [API] Added ICuriosHelper#getEquippedCurios that obtains all equipped, non-cosmetic curios + Changed + * [API] IDynamicStackHandler now extends IItemHandlerModifiable + Fixed + * Fixed NPE when registering no icon for a slot type + [3.0-beta1] - 2020.07.01 + Added + * Opt-in cosmetic slots for slot types + * Toggleable rendering for equipped curio items + * "Bracelet" has been added as a potential preset slot type + Changed + * Ported to 1.16.1 Forge + * Slot types are now handled server-side, allowing for per-world slot configurations + * Icon registration is now done alongside slot registration without needing a separate IMC message + * ItemStacks with different durabilities will trigger curio change events + * Names: + * LivingCurioChangeEvent -> CurioChangeEvent + * LivingCurioDropRulesEvent -> DropRulesEvent + * LivingCurioDropsEvent -> CurioDropsEvent + * CurioIMCMessage -> SlotTypeMessage + * CuriosAPI -> CuriosApi + * ICurioItemHandler -> ICuriosItemHandler: + * getCurioMap -> getCurios + * setCurioMap -> setCurios + * getStackHandler -> getStacksHandler + * enableCurio -> unlockSlotType + * disableCurio -> lockSlotType + * addCurioSlot -> growSlotType + * removeCurioSlot -> shrinkSlotType + * getDisabled -> getLockedSlots + * addInvalid -> loseInvalidStack + * dropInvalidCache -> handleInvalidStacks + * ICurio: + * onCurioTick -> curioTick + * onCurioAnimate -> curioAnimate + * onEquipped -> onEquip + * onUnequipped -> onUnequip + * playRightClickEquipSound -> playEquipSound + * onCurioBreak -> curioBreak + * shouldSyncToTracking -> canSync + * getSyncTag -> writeSyncData + * readSyncTag -> readSyncData + * hasRender -> canRender + * Commands: + * enable -> unlock + * disable -> lock + * Abstraction: + * CurioType abstracted to ISlotType + * CurioStackHandler abstracted to ICurioStacksHandler + * CuriosApi split into three helper interfaces (IIconHelper on the client, ISlotHelper on the server, ICuriosHelper for both) + * CurioTags functionality refactored into SlotTypePresets + * The above changes are only for the API, the rest of the classes have also had extensive changes + + Decorative Blocks (decorative_blocks-1.16-0.2.jar --> decorative_blocks-7.0.jar): + decorative_blocks-7.0.jar: + No changelog available. + + Farming for Blockheads (FarmingForBlockheads_1.16.1-7.0.0.jar --> FarmingForBlockheads_1.16.1-7.0.1.jar): + FarmingForBlockheads_1.16.1-7.0.1.jar: + Fixed crash with fertilized farmland when crops were random ticking + + Light Overlay (Rift/Forge/Fabric) ([Forge / Fabric 1.16.x] v5.4.0 --> [Forge / Fabric 1.16.x] v5.4.1): + [Forge / Fabric 1.16.x] v5.4.1: + Forge: No Change + Fabric: Fixed the URL + In case you are new to this merging method, this mod jar will work on both Fabric and Forge, just slap this jar into minecraft/mods and it will work. + + Lollipop (Lollipop-1.16.1-2.0.0.jar --> Lollipop-1.16.1-2.0.1.jar): + Lollipop-1.16.1-2.0.1.jar: + No changelog available. + + Powah! (Powah-1.16.1-2.0.1.jar --> Powah-1.16.1-2.0.2.jar): + Powah-1.16.1-2.0.2.jar: + 2.0.2 + * Fixed Energizing rods cannot be placed on cables. + * Re-Added curios support for the player transmitter. + * Updated lollipop to v2.0.1. + 2.0.1 + * Fixed reactor placing overlay not showing. + 2.0.0 + * First 1.16 beta release. + + Xaero's Minimap (v20.15.3 for Forge 1.16.1 --> v20.16.0.1 for Forge 1.16.1): + v20.16.0.1 for Forge 1.16.1: + * Compatibility with Xaero's World Map 1.7.4. Not compatible with older versions. + * Reworked when objects of certain classes are (re)constructed. Every object that can potentially "break" because of an exception is now constructed per game connection and not per client instance. This should fix compatibility with something like VanillaFix. This means that reloading a world now reloads the main parts of the mod, which also means that all waypoints are reloaded from the files (temporary waypoints disappear). I'm planning to make a similar change to the world map mod. + * Improved security of the "Make Server/World Auto" and "Make Sub-World Auto" features. + * Improved security of saving mod settings. + + v20.16.0.1 for Fabric 1.16.1: + * Compatibility with Xaero's World Map 1.7.4. Not compatible with older versions. + * Reworked when objects of certain classes are (re)constructed. Every object that can potentially "break" because of an exception is now constructed per game connection and not per client instance. This should fix compatibility with something like VanillaFix. This means that reloading a world now reloads the main parts of the mod, which also means that all waypoints are reloaded from the files (temporary waypoints disappear). I'm planning to make a similar change to the world map mod. + * Improved security of the "Make Server/World Auto" and "Make Sub-World Auto" features. + * Improved security of saving mod settings. + + Xaero's World Map (v1.7.3 for Forge 1.16.1 --> v1.7.4 for Forge 1.16.1): + v1.7.4 for Forge 1.16.1: + * Compatibility with Xaero's Minimap / Better PVP version 20.16.0. Not compatible with older versions. + + v1.7.4 for Fabric 1.16.1: + * Compatibility with Xaero's Minimap / Better PVP version 20.16.0. Not compatible with older versions. + +Generated using [ChangelogGenerator 2.0.0-pre3](https://github.com/TheRandomLabs/ChangelogGenerator). diff --git a/config/aiimprovements-common.toml b/config/aiimprovements-common.toml new file mode 100644 index 0000000000..ccf4e8a336 --- /dev/null +++ b/config/aiimprovements-common.toml @@ -0,0 +1,40 @@ + +#Entity Settings +[entity] + + #General + [entity.general] + #Allow AI tasks to be removed from entities at runtime. If this is disable no per mob or per mob type removes will run. + allow_remove_calls = true + #Allows repeat remove calls to bubble to the top of the list to improve performance of repeat mob spawning. + enable_call_bubbling = true + + #Entity Mob + [entity.mob] + #Remove the look at goal (player or attack target) AI task. This will cause AIs to not face targets or walking directions. + remove_look_goal = false + #Remove the look at random position AI task. This will cause AIs to feel a little lifeless as they do not animate head movement while idle. + remove_look_random = false + #Replaces the default look controller with a version featuring cached tan math improving performance. Only works on vanilla style mobs, if a mod overrides the look controller it will skip. + replace_look_controller = true + + #Entity Fish + [entity.fish] + #Remove the fish's random swimming pathfinder. This will cause fish to stay in position more often. + remove_swim = false + #Remove the fish's panic pathfinder. This will cause fish to not run away. + remove_panic = false + #Remove the fish's AI task to avoid players. + remove_avoid_player = false + #Remove the fish's AI task to follow a leader fish to act as a group of fish. + remove_follow_leader = false + #Remove the fish's AI task to puff up when entities are nearby + remove_puff = false + + #Squid Fish + [entity.squid] + #Remove the squid's flee pathfinder. This will cause squid to not run away. + remove_flee = false + #Remove the squid's random movement pathfinder. This will cause squid to swim around randomly. + remove_random_move = false + diff --git a/config/bedbenefits-common.toml b/config/bedbenefits-common.toml new file mode 100644 index 0000000000..11697bd8e3 --- /dev/null +++ b/config/bedbenefits-common.toml @@ -0,0 +1,9 @@ + +#General settings for the mod. +[general] + restore-health = true + #Range: 0.0 ~ 1.7976931348623157E308 + restore-health-amount = 10.0 + remove-bad-effects = true + remove-positive-effects = true + diff --git a/config/bettercaves-1_16.toml b/config/bettercaves-1_16.toml index 6034891833..5672ccc407 100644 --- a/config/bettercaves-1_16.toml +++ b/config/bettercaves-1_16.toml @@ -152,7 +152,7 @@ # Determines how frequently Type 1 Caves spawn. 0 = will not spawn at all. # Default: 10 #Range: 0 ~ 10 - "Type 1 Cave Priority" = 10 + "Type 1 Cave Priority" = 0 ########################################################################################################### ## Settings used in the generation of type 2 caves, which tend to be more open and spacious. @@ -183,7 +183,7 @@ # Determines how frequently Type 2 Caves spawn. 0 = will not spawn at all. # Default: 5 #Range: 0 ~ 10 - "Type 2 Cave Priority" = 5 + "Type 2 Cave Priority" = 0 ########################################################################################################### ## Settings controlling vanilla Minecraft cave generation. @@ -192,15 +192,15 @@ # The maximum y-coordinate at which vanilla caves can generate. # Default: 128 #Range: 0 ~ 255 - "Vanilla Cave Maximum Altitude" = 128 + "Vanilla Cave Maximum Altitude" = 60 # The density of vanilla caves. Higher = more caves, closer together. # Default: 14 (value used in vanilla) #Range: 0 ~ 100 - "Vanilla Cave Density" = 14 + "Vanilla Cave Density" = 25 # Determines how frequently vanilla caves spawn. 0 = will not spawn at all. # Default: 0 #Range: 0 ~ 10 - "Vanilla Cave Priority" = 0 + "Vanilla Cave Priority" = 1 # The minimum y-coordinate at which vanilla caves can generate. # Default: 8 #Range: 0 ~ 255 @@ -222,7 +222,7 @@ # Percent chance of caverns spawning in a given region. # Default: caverns spawn in 25% of regions. #Range: 0.0 ~ 100.0 - "Cavern Spawn Chance" = 25.0 + "Cavern Spawn Chance" = 15 # Determines how large cavern regions are. This controls the average size of caverns. # Accepted values: Small, Medium, Large, ExtraLarge, Custom # Default: Small (recommended). diff --git a/config/invtweaks-client.toml b/config/invtweaks-client.toml index fc50464026..839a1ff36c 100644 --- a/config/invtweaks-client.toml +++ b/config/invtweaks-client.toml @@ -84,7 +84,7 @@ #2 = buttons for external sorting only #3 = all buttons enabled (default) #Range: 0 ~ 3 - enableButtons = 3 + enableButtons = 0 #Enable auto-refill autoRefill = true #0 = disable sorting diff --git a/config/overloadedarmorbar-client.toml b/config/overloadedarmorbar-client.toml new file mode 100644 index 0000000000..6239795228 --- /dev/null +++ b/config/overloadedarmorbar-client.toml @@ -0,0 +1,9 @@ + +[general] + #Colors must be specified in #RRGGBB format + "color values" = ["#FFFFFF", "#FF5500", "#FFC747", "#27FFE3", "#00FF00", "#7F00FF"] + #Always show armor bar even if empty? + "Always show bar" = false + #Show empty armor icons? + "Show empty icons" = false + diff --git a/config/productivebees-server.toml b/config/productivebees-server.toml index 71f2893d2d..167243e994 100644 --- a/config/productivebees-server.toml +++ b/config/productivebees-server.toml @@ -11,11 +11,17 @@ #Cooldown for when an abandoned nest will spawn a new inhabitant #Range: > 20 nestRepopulationCooldown = 36000 + #How much FE to use per tick for a powered centrifuge when processing an item. Default 10. + #Range: > 1 + centrifugePowerUse = 10 #Bees will create combs instead of raw resource. Combs will need to be processed in a centrifuge. Default true. enableCombProduce = true #How often should a bee attempt to generate items while in the hive. Default 500. #Range: > 20 itemTickRate = 500 + #How many ticks it takes for process a recipe in the powerd centrifuge. Default 100. + #Range: > 20 + centrifugePoweredProcessingTime = 100 ["Bee attributes"] #Number of ticks between effects on nearby entities @@ -30,6 +36,9 @@ #Chance to increase tolerance (rain or thunder tolerance trait) while leashed in a hostile environment. #Range: 0.0 ~ 1.0 toleranceChance = 0.1 + #Chance to extract genes from a bottle of bee material. + #Range: 0.0 ~ 1.0 + genExtractChance = 0.85 [Worldgen] "enable_productivebees:acacia_wood_nest" = true @@ -91,6 +100,9 @@ #Production chance for productivebees:tungsten_bee #Range: 0.0 ~ 1.0 "productivebees:tungsten_bee" = 0.65 + #Production chance for productivebees:rancher_bee + #Range: 0.0 ~ 1.0 + "productivebees:rancher_bee" = 0.65 #Production chance for productivebees:titanium_bee #Range: 0.0 ~ 1.0 "productivebees:titanium_bee" = 0.65 diff --git a/config/toolstats-client.toml b/config/toolstats-client.toml new file mode 100644 index 0000000000..e4d9124543 --- /dev/null +++ b/config/toolstats-client.toml @@ -0,0 +1,10 @@ + +#General settings for the mod. +[general] + #Should enchantability be shown? + show-enchantability = true + #Should harvest level be shown? + show-harvest-level = true + #Should mining efficiency be shown? + show-efficiency = true + diff --git a/kubejs/client.properties b/kubejs/client.properties new file mode 100644 index 0000000000..af81d455f9 --- /dev/null +++ b/kubejs/client.properties @@ -0,0 +1,12 @@ +#KubeJS Client Properties +#Wed Jul 15 19:56:27 CEST 2020 +fmlLogColor=ECEFF4 +barBorderColor=ECEFF4 +overrideColors=true +fmlMemoryColor=ECEFF4 +barColor=ECEFF4 +showTagNames=true +disableRecipeBook=false +title= +exportAtlases=false +backgroundColor=2E3440 diff --git a/minecraftinstance.json b/minecraftinstance.json index cc1ddb326f..de7eb451f0 100644 --- a/minecraftinstance.json +++ b/minecraftinstance.json @@ -30,7 +30,7 @@ "isUnlocked": true, "javaArgsOverride": null, "javaDirOverride": null, - "lastPlayed": "2020-07-14T19:51:27.5070955Z", + "lastPlayed": "2020-07-15T17:55:38.4523384Z", "manifest": null, "fileDate": "0001-01-01T00:00:00", "installedModpack": null, @@ -165,21 +165,6 @@ "fileCount": 1, "fileSize": 147970 }, - { - "folderName": "extradisks-1.16.1-1.3.jar", - "fingerprint": 240224381, - "fileDateHash": 3927879217, - "sectionID": 8, - "individualFingerprints": [ - 240224381 - ], - "status": 1, - "timestamp": "2020-07-14T18:53:55.3415049Z", - "lastWriteTimeUtc": "2020-07-14T18:14:14.2823023Z", - "queryTimestamp": "2020-07-14T18:53:56.3378405Z", - "fileCount": 1, - "fileSize": 109300 - }, { "folderName": "bedspreads-FORGE-1.16.1-4.0.jar", "fingerprint": 320591936, @@ -195,6 +180,21 @@ "fileCount": 1, "fileSize": 209604 }, + { + "folderName": "extradisks-1.16.1-1.3.jar", + "fingerprint": 240224381, + "fileDateHash": 3927879217, + "sectionID": 8, + "individualFingerprints": [ + 240224381 + ], + "status": 1, + "timestamp": "2020-07-14T18:53:55.3415049Z", + "lastWriteTimeUtc": "2020-07-14T18:14:14.2823023Z", + "queryTimestamp": "2020-07-14T18:53:56.3378405Z", + "fileCount": 1, + "fileSize": 109300 + }, { "folderName": "MekanismGenerators-1.16.1-10.0.0.423.jar", "fingerprint": 2909402323, @@ -2143,27 +2143,27 @@ "addonID": 228525, "gameInstanceID": "ee7493e2-a779-4a39-b958-18939b35a292", "installedFile": { - "id": 3003632, - "displayName": "Bookshelf-1.16.1-6.1.8.jar", - "fileName": "Bookshelf-1.16.1-6.1.8.jar", - "fileDate": "2020-07-13T06:59:25.047Z", - "fileLength": 132362, + "id": 3005447, + "displayName": "Bookshelf-1.16.1-6.1.10.jar", + "fileName": "Bookshelf-1.16.1-6.1.10.jar", + "fileDate": "2020-07-15T08:44:11.01Z", + "fileLength": 135472, "releaseType": 3, "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/3003/632/Bookshelf-1.16.1-6.1.8.jar", + "downloadUrl": "https://edge.forgecdn.net/files/3005/447/Bookshelf-1.16.1-6.1.10.jar", "isAlternate": false, - "alternateFileId": 3003633, + "alternateFileId": 3005448, "dependencies": [], "isAvailable": true, "modules": [ { "foldername": "META-INF", - "fingerprint": 754208782, + "fingerprint": 3016245574, "type": 0 }, { "foldername": "net", - "fingerprint": 4086131187, + "fingerprint": 633293044, "type": 0 }, { @@ -2182,7 +2182,7 @@ "type": 0 } ], - "packageFingerprint": 2494319364, + "packageFingerprint": 221777790, "gameVersion": [ "1.16.1", "Forge" @@ -2196,12 +2196,12 @@ "gameVersionDateReleased": "2008-03-01T06:00:00Z", "gameId": 0, "isServerPack": false, - "FileNameOnDisk": "Bookshelf-1.16.1-6.1.8.jar" + "FileNameOnDisk": "Bookshelf-1.16.1-6.1.10.jar" }, "dateInstalled": "2020-07-13T19:26:23.4956968Z", - "dateUpdated": "2020-07-13T19:34:33.7765351Z", - "dateLastUpdateAttempted": "2020-07-13T19:34:33.7765351Z", - "status": 5, + "dateUpdated": "2020-07-15T17:49:19.4429587Z", + "dateLastUpdateAttempted": "2020-07-15T17:49:19.4429587Z", + "status": 4, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -2662,133 +2662,189 @@ "manifestName": null, "installedTargets": null }, + { + "addonID": 272302, + "gameInstanceID": "ee7493e2-a779-4a39-b958-18939b35a292", + "installedFile": { + "id": 3005729, + "displayName": "Refined Storage Addons 0.7", + "fileName": "refinedstorageaddons-0.7.jar", + "fileDate": "2020-07-15T17:30:30.207Z", + "fileLength": 29620, + "releaseType": 1, + "fileStatus": 4, + "downloadUrl": "https://edge.forgecdn.net/files/3005/729/refinedstorageaddons-0.7.jar", + "isAlternate": false, + "alternateFileId": 0, + "dependencies": [ + { + "id": 0, + "addonId": 243076, + "type": 3, + "fileId": 0 + } + ], + "isAvailable": true, + "modules": [ + { + "foldername": "META-INF", + "fingerprint": 3977300973, + "type": 0 + }, + { + "foldername": "com", + "fingerprint": 3298826767, + "type": 0 + }, + { + "foldername": "assets", + "fingerprint": 1327761641, + "type": 0 + }, + { + "foldername": "data", + "fingerprint": 3871752191, + "type": 0 + }, + { + "foldername": "pack.mcmeta", + "fingerprint": 4263992429, + "type": 0 + } + ], + "packageFingerprint": 638660119, + "gameVersion": [ + "1.16.1", + "Forge" + ], + "hasInstallScript": false, + "isCompatibleWithClient": false, + "categorySectionPackageType": 0, + "restrictProjectFileAccess": 0, + "projectStatus": 0, + "projectId": 0, + "gameVersionDateReleased": "2008-03-01T06:00:00Z", + "gameId": 0, + "isServerPack": false, + "FileNameOnDisk": "refinedstorageaddons-0.7.jar" + }, + "dateInstalled": "2020-07-15T17:51:03.0726637Z", + "dateUpdated": "2020-07-15T17:51:03.2452295Z", + "dateLastUpdateAttempted": "2020-07-15T17:51:03.2452295Z", + "status": 4, + "preferenceAutoInstallUpdates": false, + "preferenceAlternateFile": false, + "preferenceIsIgnored": false, + "isModified": false, + "isWorkingCopy": false, + "isFuzzyMatch": false, + "preferenceReleaseType": null, + "manifestName": null, + "installedTargets": [] + }, { "addonID": 325492, "gameInstanceID": "ee7493e2-a779-4a39-b958-18939b35a292", "installedFile": { - "id": 2990059, - "displayName": "[Forge / Fabric 1.16.x] v5.4.0", - "fileName": "light-overlay-5.4.0.jar", - "fileDate": "2020-06-27T05:49:54.943Z", - "fileLength": 466451, + "id": 3005495, + "displayName": "[Forge / Fabric 1.16.x] v5.4.1", + "fileName": "light-overlay-5.4.1.jar", + "fileDate": "2020-07-15T10:20:19.977Z", + "fileLength": 466456, "releaseType": 1, "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/2990/59/light-overlay-5.4.0.jar", + "downloadUrl": "https://edge.forgecdn.net/files/3005/495/light-overlay-5.4.1.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [ { - "id": 44193183, - "addonId": 317121, + "id": 0, + "addonId": 319057, "type": 1, - "fileId": 2990059 + "fileId": 0 }, { - "id": 44193185, + "id": 0, "addonId": 348521, "type": 3, - "fileId": 2990059 + "fileId": 0 }, { - "id": 44193184, - "addonId": 319057, + "id": 0, + "addonId": 317121, "type": 1, - "fileId": 2990059 + "fileId": 0 } ], "isAvailable": true, "modules": [ { - "foldername": "lightoverlay.accesswidener", - "fingerprint": 759458513, - "type": 3 + "foldername": "pack.mcmeta", + "fingerprint": 1728173885, + "type": 0 }, { "foldername": "me", "fingerprint": 804172643, - "type": 3 - }, - { - "foldername": "pack.mcmeta", - "fingerprint": 1728173885, - "type": 3 + "type": 0 }, { - "foldername": "fabric.mod.json", - "fingerprint": 2734037971, - "type": 3 + "foldername": "light-overlay-refmap.json", + "fingerprint": 501699212, + "type": 0 }, { "foldername": "assets", "fingerprint": 1631138459, - "type": 3 - }, - { - "foldername": "META-INF", - "fingerprint": 4248165500, - "type": 3 - }, - { - "foldername": "light-overlay-refmap.json", - "fingerprint": 501699212, - "type": 3 + "type": 0 }, { "foldername": "icon.png", "fingerprint": 1881518080, - "type": 3 + "type": 0 }, { "foldername": "lightoverlay.mixins.json", "fingerprint": 159234178, - "type": 3 - } - ], - "packageFingerprint": 1906580414, - "gameVersion": [ - "1.16-Snapshot", - "1.16.1", - "1.16" - ], - "sortableGameVersion": [ + "type": 0 + }, { - "gameVersionPadded": "0000000001.0000000016", - "gameVersion": "1.16", - "gameVersionReleaseDate": "2020-02-06T00:00:00Z", - "gameVersionName": "1.16-Snapshot" + "foldername": "fabric.mod.json", + "fingerprint": 3002093671, + "type": 0 }, { - "gameVersionPadded": "0000000001.0000000016.0000000001", - "gameVersion": "1.16.1", - "gameVersionReleaseDate": "2020-06-24T12:41:11.823Z", - "gameVersionName": "1.16.1" + "foldername": "META-INF", + "fingerprint": 4248165500, + "type": 0 }, { - "gameVersionPadded": "0000000001.0000000016", - "gameVersion": "1.16", - "gameVersionReleaseDate": "2020-06-23T13:41:08.75Z", - "gameVersionName": "1.16" + "foldername": "lightoverlay.accesswidener", + "fingerprint": 759458513, + "type": 0 } ], + "packageFingerprint": 779288692, + "gameVersion": [ + "1.16-Snapshot", + "1.16.1", + "1.16" + ], "hasInstallScript": false, "isCompatibleWithClient": false, - "categorySectionPackageType": 6, - "restrictProjectFileAccess": 1, - "projectStatus": 4, - "renderCacheId": 1904938, - "projectId": 325492, - "packageFingerprintId": 478978233, + "categorySectionPackageType": 0, + "restrictProjectFileAccess": 0, + "projectStatus": 0, + "projectId": 0, "gameVersionDateReleased": "2008-03-01T06:00:00Z", - "gameVersionMappingId": 2290453, - "gameVersionId": 4458, - "gameId": 432, + "gameId": 0, "isServerPack": false, - "FileNameOnDisk": "light-overlay-5.4.0.jar" + "FileNameOnDisk": "light-overlay-5.4.1.jar" }, "dateInstalled": "2020-07-13T19:26:23.4644142Z", - "dateUpdated": "2019-07-13T19:26:23.4644142Z", - "dateLastUpdateAttempted": "0001-01-01T00:00:00", - "status": 5, + "dateUpdated": "2020-07-15T17:50:15.9875953Z", + "dateLastUpdateAttempted": "2020-07-15T17:50:15.9875953Z", + "status": 4, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -2938,7 +2994,7 @@ "dateInstalled": "2020-07-13T20:27:49.4239088Z", "dateUpdated": "2020-07-13T20:27:49.425867Z", "dateLastUpdateAttempted": "2020-07-13T20:27:49.425867Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -3042,8 +3098,8 @@ "isServerPack": false, "FileNameOnDisk": "engineersdecor-1.16.1-1.1.1-b2.jar" }, - "dateInstalled": "2020-07-14T19:50:30.7385205Z", - "dateUpdated": "2019-07-14T19:50:30.7385205Z", + "dateInstalled": "2020-07-14T20:00:06.6783251Z", + "dateUpdated": "2019-07-14T20:00:06.6783251Z", "dateLastUpdateAttempted": "0001-01-01T00:00:00", "status": 5, "preferenceAutoInstallUpdates": false, @@ -3414,7 +3470,7 @@ "dateInstalled": "2020-07-13T20:29:13.5621716Z", "dateUpdated": "2020-07-13T20:29:13.5621716Z", "dateLastUpdateAttempted": "2020-07-13T20:29:13.5621716Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -3429,14 +3485,14 @@ "addonID": 357362, "gameInstanceID": "ee7493e2-a779-4a39-b958-18939b35a292", "installedFile": { - "id": 3000504, - "displayName": "[1.16.1] Additional Bars 1.4.1", - "fileName": "[1.16.1]-additionalbars-1.4.1.jar", - "fileDate": "2020-07-09T17:15:13.353Z", - "fileLength": 302507, - "releaseType": 2, + "id": 3005672, + "displayName": "[1.16.1] Additional Bars 1.4.2", + "fileName": "[1.16.1]-additionalbars-1.4.2.jar", + "fileDate": "2020-07-15T16:18:00.6Z", + "fileLength": 332138, + "releaseType": 1, "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/3000/504/[1.16.1]-additionalbars-1.4.1.jar", + "downloadUrl": "https://edge.forgecdn.net/files/3005/672/[1.16.1]-additionalbars-1.4.2.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -3444,27 +3500,27 @@ "modules": [ { "foldername": "META-INF", - "fingerprint": 1398905062, + "fingerprint": 1282802747, "type": 0 }, { "foldername": "com", - "fingerprint": 4170550496, + "fingerprint": 2879385912, "type": 0 }, { - "foldername": "data", - "fingerprint": 4131945149, + "foldername": "assets", + "fingerprint": 2876707413, "type": 0 }, { - "foldername": "logo.png", - "fingerprint": 2125381938, + "foldername": "data", + "fingerprint": 2877359866, "type": 0 }, { - "foldername": "assets", - "fingerprint": 987192214, + "foldername": "logo.png", + "fingerprint": 2125381938, "type": 0 }, { @@ -3473,7 +3529,7 @@ "type": 0 } ], - "packageFingerprint": 4143667705, + "packageFingerprint": 1960407744, "gameVersion": [ "1.16.1", "Forge" @@ -3487,11 +3543,11 @@ "gameVersionDateReleased": "2008-03-01T06:00:00Z", "gameId": 0, "isServerPack": false, - "FileNameOnDisk": "[1.16.1]-additionalbars-1.4.1.jar" + "FileNameOnDisk": "[1.16.1]-additionalbars-1.4.2.jar" }, "dateInstalled": "2020-07-13T21:24:52.5029377Z", - "dateUpdated": "2020-07-13T21:24:52.5049317Z", - "dateLastUpdateAttempted": "2020-07-13T21:24:52.5049317Z", + "dateUpdated": "2020-07-15T17:49:17.8805487Z", + "dateLastUpdateAttempted": "2020-07-15T17:49:17.8805487Z", "status": 4, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -3598,14 +3654,14 @@ "addonID": 352656, "gameInstanceID": "ee7493e2-a779-4a39-b958-18939b35a292", "installedFile": { - "id": 3004811, - "displayName": "Powah-1.16.1-2.0.1.jar", - "fileName": "Powah-1.16.1-2.0.1.jar", - "fileDate": "2020-07-14T17:36:09.44Z", - "fileLength": 1128141, + "id": 3005439, + "displayName": "Powah-1.16.1-2.0.2.jar", + "fileName": "Powah-1.16.1-2.0.2.jar", + "fileDate": "2020-07-15T08:26:46.817Z", + "fileLength": 1129916, "releaseType": 2, "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/3004/811/Powah-1.16.1-2.0.1.jar", + "downloadUrl": "https://edge.forgecdn.net/files/3005/439/Powah-1.16.1-2.0.2.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [ @@ -3620,17 +3676,17 @@ "modules": [ { "foldername": "META-INF", - "fingerprint": 1176344742, + "fingerprint": 394787761, "type": 0 }, { "foldername": "owmii", - "fingerprint": 3471806099, + "fingerprint": 2252031826, "type": 0 }, { "foldername": "assets", - "fingerprint": 531660205, + "fingerprint": 1385228176, "type": 0 }, { @@ -3644,7 +3700,7 @@ "type": 0 } ], - "packageFingerprint": 2275294424, + "packageFingerprint": 2151877390, "gameVersion": [ "1.16.1" ], @@ -3657,11 +3713,11 @@ "gameVersionDateReleased": "2008-03-01T06:00:00Z", "gameId": 0, "isServerPack": false, - "FileNameOnDisk": "Powah-1.16.1-2.0.1.jar" + "FileNameOnDisk": "Powah-1.16.1-2.0.2.jar" }, "dateInstalled": "2020-07-14T18:13:44.9003871Z", - "dateUpdated": "2020-07-14T18:13:44.9069372Z", - "dateLastUpdateAttempted": "2020-07-14T18:13:44.9069372Z", + "dateUpdated": "2020-07-15T17:50:49.8867145Z", + "dateLastUpdateAttempted": "2020-07-15T17:50:49.8867145Z", "status": 4, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -3736,7 +3792,7 @@ "dateInstalled": "2020-07-13T20:27:45.0480559Z", "dateUpdated": "2020-07-13T20:27:45.0520244Z", "dateLastUpdateAttempted": "2020-07-13T20:27:45.0520244Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -4026,14 +4082,14 @@ "addonID": 347954, "gameInstanceID": "ee7493e2-a779-4a39-b958-18939b35a292", "installedFile": { - "id": 3004771, - "displayName": "Lollipop-1.16.1-2.0.0.jar", - "fileName": "Lollipop-1.16.1-2.0.0.jar", - "fileDate": "2020-07-14T16:44:49.95Z", - "fileLength": 463663, + "id": 3005438, + "displayName": "Lollipop-1.16.1-2.0.1.jar", + "fileName": "Lollipop-1.16.1-2.0.1.jar", + "fileDate": "2020-07-15T08:26:39.033Z", + "fileLength": 467368, "releaseType": 2, "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/3004/771/Lollipop-1.16.1-2.0.0.jar", + "downloadUrl": "https://edge.forgecdn.net/files/3005/438/Lollipop-1.16.1-2.0.1.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -4041,12 +4097,12 @@ "modules": [ { "foldername": "META-INF", - "fingerprint": 2769878215, + "fingerprint": 446850735, "type": 0 }, { "foldername": "owmii", - "fingerprint": 179631448, + "fingerprint": 727033885, "type": 0 }, { @@ -4060,7 +4116,7 @@ "type": 0 } ], - "packageFingerprint": 3662419138, + "packageFingerprint": 1115492217, "gameVersion": [ "1.16.1" ], @@ -4073,11 +4129,11 @@ "gameVersionDateReleased": "2008-03-01T06:00:00Z", "gameId": 0, "isServerPack": false, - "FileNameOnDisk": "Lollipop-1.16.1-2.0.0.jar" + "FileNameOnDisk": "Lollipop-1.16.1-2.0.1.jar" }, "dateInstalled": "2020-07-14T18:13:43.7026078Z", - "dateUpdated": "2020-07-14T18:13:43.7026078Z", - "dateLastUpdateAttempted": "2020-07-14T18:13:43.7026078Z", + "dateUpdated": "2020-07-15T17:50:16.7785759Z", + "dateLastUpdateAttempted": "2020-07-15T17:50:16.7785759Z", "status": 4, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -4233,6 +4289,76 @@ "manifestName": null, "installedTargets": null }, + { + "addonID": 377051, + "gameInstanceID": "ee7493e2-a779-4a39-b958-18939b35a292", + "installedFile": { + "id": 3005317, + "displayName": "BedBenefits-1.16.1-1.0.1.jar", + "fileName": "BedBenefits-1.16.1-1.0.1.jar", + "fileDate": "2020-07-15T05:11:42.647Z", + "fileLength": 4193, + "releaseType": 1, + "fileStatus": 4, + "downloadUrl": "https://edge.forgecdn.net/files/3005/317/BedBenefits-1.16.1-1.0.1.jar", + "isAlternate": false, + "alternateFileId": 3005318, + "dependencies": [ + { + "id": 0, + "addonId": 228525, + "type": 3, + "fileId": 0 + } + ], + "isAvailable": true, + "modules": [ + { + "foldername": "META-INF", + "fingerprint": 2285148834, + "type": 0 + }, + { + "foldername": "net", + "fingerprint": 4237606061, + "type": 0 + }, + { + "foldername": "pack.mcmeta", + "fingerprint": 1246514444, + "type": 0 + } + ], + "packageFingerprint": 1631831698, + "gameVersion": [ + "1.16.1", + "Forge" + ], + "hasInstallScript": false, + "isCompatibleWithClient": false, + "categorySectionPackageType": 0, + "restrictProjectFileAccess": 0, + "projectStatus": 0, + "projectId": 0, + "gameVersionDateReleased": "2008-03-01T06:00:00Z", + "gameId": 0, + "isServerPack": false, + "FileNameOnDisk": "BedBenefits-1.16.1-1.0.1.jar" + }, + "dateInstalled": "2020-07-15T17:54:27.6824282Z", + "dateUpdated": "2020-07-15T17:54:27.6824282Z", + "dateLastUpdateAttempted": "2020-07-15T17:54:27.6824282Z", + "status": 4, + "preferenceAutoInstallUpdates": false, + "preferenceAlternateFile": false, + "preferenceIsIgnored": false, + "isModified": false, + "isWorkingCopy": false, + "isFuzzyMatch": false, + "preferenceReleaseType": null, + "manifestName": null, + "installedTargets": [] + }, { "addonID": 238551, "gameInstanceID": "ee7493e2-a779-4a39-b958-18939b35a292", @@ -4315,93 +4441,75 @@ "addonID": 348521, "gameInstanceID": "ee7493e2-a779-4a39-b958-18939b35a292", "installedFile": { - "id": 2990967, - "displayName": "[Forge 1.16.x] v4.0.1", - "fileName": "cloth-config-forge-4.0.1.jar", - "fileDate": "2020-06-28T08:03:36.61Z", - "fileLength": 399258, - "releaseType": 1, + "id": 3005595, + "displayName": "[Forge 1.16.x] v4.0.2", + "fileName": "cloth-config-forge-4.0.2.jar", + "fileDate": "2020-07-15T14:13:29.47Z", + "fileLength": 399234, + "releaseType": 2, "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/2990/967/cloth-config-forge-4.0.1.jar", + "downloadUrl": "https://edge.forgecdn.net/files/3005/595/cloth-config-forge-4.0.2.jar", "isAlternate": false, - "alternateFileId": 2990968, + "alternateFileId": 3005596, "dependencies": [], "isAvailable": true, "modules": [ { "foldername": "META-INF", "fingerprint": 3586993960, - "type": 3 + "type": 0 }, { "foldername": "me", - "fingerprint": 870747517, - "type": 3 + "fingerprint": 836189964, + "type": 0 }, { "foldername": "pack.mcmeta", "fingerprint": 2256045119, - "type": 3 + "type": 0 }, { "foldername": "icon.png", "fingerprint": 1998369504, - "type": 3 + "type": 0 }, { "foldername": "assets", "fingerprint": 3652232813, - "type": 3 + "type": 0 }, { "foldername": "fabric.mod.json", "fingerprint": 3759757251, - "type": 3 + "type": 0 }, { "foldername": "LICENSE.md", "fingerprint": 589621802, - "type": 3 + "type": 0 } ], - "packageFingerprint": 1062947682, + "packageFingerprint": 348613220, "gameVersion": [ "1.16.1", "Forge" ], - "sortableGameVersion": [ - { - "gameVersionPadded": "0000000001.0000000016.0000000001", - "gameVersion": "1.16.1", - "gameVersionReleaseDate": "2020-06-24T12:41:11.823Z", - "gameVersionName": "1.16.1" - }, - { - "gameVersionPadded": "0", - "gameVersion": "", - "gameVersionReleaseDate": "2019-08-01T00:00:00Z", - "gameVersionName": "Forge" - } - ], "hasInstallScript": false, "isCompatibleWithClient": false, - "categorySectionPackageType": 6, - "restrictProjectFileAccess": 1, - "projectStatus": 4, - "renderCacheId": 1906040, - "projectId": 348521, - "packageFingerprintId": 479498788, + "categorySectionPackageType": 0, + "restrictProjectFileAccess": 0, + "projectStatus": 0, + "projectId": 0, "gameVersionDateReleased": "2008-03-01T06:00:00Z", - "gameVersionMappingId": 2292340, - "gameVersionId": 4458, - "gameId": 432, + "gameId": 0, "isServerPack": false, - "FileNameOnDisk": "cloth-config-forge-4.0.1.jar" + "FileNameOnDisk": "cloth-config-forge-4.0.2.jar" }, "dateInstalled": "2020-07-13T19:26:23.4800844Z", - "dateUpdated": "2019-07-13T19:26:23.4800844Z", - "dateLastUpdateAttempted": "0001-01-01T00:00:00", - "status": 5, + "dateUpdated": "2020-07-15T17:49:41.6623854Z", + "dateLastUpdateAttempted": "2020-07-15T17:49:41.6623854Z", + "status": 4, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -4482,8 +4590,8 @@ "isServerPack": false, "FileNameOnDisk": "Waystones_1.16.1-7.0.1.jar" }, - "dateInstalled": "2020-07-14T19:50:30.7415126Z", - "dateUpdated": "2019-07-14T19:50:30.7415126Z", + "dateInstalled": "2020-07-14T20:00:06.6812914Z", + "dateUpdated": "2019-07-14T20:00:06.6812914Z", "dateLastUpdateAttempted": "0001-01-01T00:00:00", "status": 5, "preferenceAutoInstallUpdates": false, @@ -4691,14 +4799,14 @@ "addonID": 317780, "gameInstanceID": "ee7493e2-a779-4a39-b958-18939b35a292", "installedFile": { - "id": 2996226, - "displayName": "v1.7.3 for Forge 1.16.1", - "fileName": "XaerosWorldMap_1.7.3_Forge_1.16.1.jar", - "fileDate": "2020-07-04T09:57:14.73Z", - "fileLength": 295174, + "id": 3005408, + "displayName": "v1.7.4 for Forge 1.16.1", + "fileName": "XaerosWorldMap_1.7.4_Forge_1.16.1.jar", + "fileDate": "2020-07-15T07:44:28.957Z", + "fileLength": 295107, "releaseType": 1, "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/2996/226/XaerosWorldMap_1.7.3_Forge_1.16.1.jar", + "downloadUrl": "https://edge.forgecdn.net/files/3005/408/XaerosWorldMap_1.7.4_Forge_1.16.1.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -4706,63 +4814,108 @@ "modules": [ { "foldername": "META-INF", - "fingerprint": 2937887269, - "type": 3 + "fingerprint": 3574043245, + "type": 0 }, { "foldername": "xaero", - "fingerprint": 3655381334, - "type": 3 + "fingerprint": 3095720773, + "type": 0 }, { "foldername": "assets", "fingerprint": 931049625, - "type": 3 + "type": 0 }, { "foldername": "pack.mcmeta", "fingerprint": 829365430, - "type": 3 + "type": 0 } ], - "packageFingerprint": 1775789445, + "packageFingerprint": 2613324575, "gameVersion": [ "1.16.1", "Forge" ], - "sortableGameVersion": [ + "hasInstallScript": false, + "isCompatibleWithClient": false, + "categorySectionPackageType": 0, + "restrictProjectFileAccess": 0, + "projectStatus": 0, + "projectId": 0, + "gameVersionDateReleased": "2019-08-01T00:00:00Z", + "gameId": 0, + "isServerPack": false, + "FileNameOnDisk": "XaerosWorldMap_1.7.4_Forge_1.16.1.jar" + }, + "dateInstalled": "2020-07-13T19:26:23.4800844Z", + "dateUpdated": "2020-07-15T17:50:54.0109429Z", + "dateLastUpdateAttempted": "2020-07-15T17:50:54.0109429Z", + "status": 4, + "preferenceAutoInstallUpdates": false, + "preferenceAlternateFile": false, + "preferenceIsIgnored": false, + "isModified": false, + "isWorkingCopy": false, + "isFuzzyMatch": false, + "preferenceReleaseType": null, + "manifestName": null, + "installedTargets": null + }, + { + "addonID": 233019, + "gameInstanceID": "ee7493e2-a779-4a39-b958-18939b35a292", + "installedFile": { + "id": 3005709, + "displayName": "AI-Improvements-1.16.1-0.3.0.jar", + "fileName": "AI-Improvements-1.16.1-0.3.0.jar", + "fileDate": "2020-07-15T17:07:06.6Z", + "fileLength": 22122, + "releaseType": 2, + "fileStatus": 4, + "downloadUrl": "https://edge.forgecdn.net/files/3005/709/AI-Improvements-1.16.1-0.3.0.jar", + "isAlternate": false, + "alternateFileId": 0, + "dependencies": [], + "isAvailable": true, + "modules": [ { - "gameVersionPadded": "0000000001.0000000016.0000000001", - "gameVersion": "1.16.1", - "gameVersionReleaseDate": "2020-06-24T12:41:11.823Z", - "gameVersionName": "1.16.1" + "foldername": "META-INF", + "fingerprint": 408960536, + "type": 0 }, { - "gameVersionPadded": "0", - "gameVersion": "", - "gameVersionReleaseDate": "2019-08-01T00:00:00Z", - "gameVersionName": "Forge" + "foldername": "com", + "fingerprint": 3349911820, + "type": 0 + }, + { + "foldername": "pack.mcmeta", + "fingerprint": 21324294, + "type": 0 } ], + "packageFingerprint": 2494133012, + "gameVersion": [ + "1.16.1", + "Forge" + ], "hasInstallScript": false, "isCompatibleWithClient": false, - "categorySectionPackageType": 6, - "restrictProjectFileAccess": 1, - "projectStatus": 4, - "renderCacheId": 1912438, - "projectId": 317780, - "packageFingerprintId": 482634258, - "gameVersionDateReleased": "2019-08-01T00:00:00Z", - "gameVersionMappingId": 2303735, - "gameVersionId": 7498, - "gameId": 432, + "categorySectionPackageType": 0, + "restrictProjectFileAccess": 0, + "projectStatus": 0, + "projectId": 0, + "gameVersionDateReleased": "2008-03-01T06:00:00Z", + "gameId": 0, "isServerPack": false, - "FileNameOnDisk": "XaerosWorldMap_1.7.3_Forge_1.16.1.jar" + "FileNameOnDisk": "AI-Improvements-1.16.1-0.3.0.jar" }, - "dateInstalled": "2020-07-13T19:26:23.4800844Z", - "dateUpdated": "2019-07-13T19:26:23.4800844Z", - "dateLastUpdateAttempted": "0001-01-01T00:00:00", - "status": 5, + "dateInstalled": "2020-07-15T17:51:39.913302Z", + "dateUpdated": "2020-07-15T17:51:39.9152839Z", + "dateLastUpdateAttempted": "2020-07-15T17:51:39.9152839Z", + "status": 4, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -4771,7 +4924,7 @@ "isFuzzyMatch": false, "preferenceReleaseType": null, "manifestName": null, - "installedTargets": null + "installedTargets": [] }, { "addonID": 324985, @@ -4843,8 +4996,8 @@ "isServerPack": false, "FileNameOnDisk": "metalbarrels-3.2.jar" }, - "dateInstalled": "2020-07-14T19:50:30.7435072Z", - "dateUpdated": "2019-07-14T19:50:30.7435072Z", + "dateInstalled": "2020-07-14T20:00:06.6833119Z", + "dateUpdated": "2019-07-14T20:00:06.6833119Z", "dateLastUpdateAttempted": "0001-01-01T00:00:00", "status": 5, "preferenceAutoInstallUpdates": false, @@ -5034,7 +5187,7 @@ "dateInstalled": "2020-07-13T21:25:32.4487033Z", "dateUpdated": "2020-07-13T21:25:32.610275Z", "dateLastUpdateAttempted": "2020-07-13T21:25:32.610275Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -5144,6 +5297,86 @@ "manifestName": null, "installedTargets": null }, + { + "addonID": 377897, + "gameInstanceID": "ee7493e2-a779-4a39-b958-18939b35a292", + "installedFile": { + "id": 3004987, + "displayName": "productivebees-1.16.1-0.1.14.jar", + "fileName": "productivebees-1.16.1-0.1.14.jar", + "fileDate": "2020-07-14T21:26:49.307Z", + "fileLength": 1286621, + "releaseType": 2, + "fileStatus": 4, + "downloadUrl": "https://edge.forgecdn.net/files/3004/987/productivebees-1.16.1-0.1.14.jar", + "isAlternate": false, + "alternateFileId": 0, + "dependencies": [ + { + "id": 0, + "addonId": 355458, + "type": 2, + "fileId": 0 + } + ], + "isAvailable": true, + "modules": [ + { + "foldername": "META-INF", + "fingerprint": 3765340825, + "type": 0 + }, + { + "foldername": "cy", + "fingerprint": 2274869986, + "type": 0 + }, + { + "foldername": "assets", + "fingerprint": 10301498, + "type": 0 + }, + { + "foldername": "data", + "fingerprint": 2489481539, + "type": 0 + }, + { + "foldername": "pack.mcmeta", + "fingerprint": 3380797652, + "type": 0 + } + ], + "packageFingerprint": 4062805880, + "gameVersion": [ + "1.16.1", + "Forge" + ], + "hasInstallScript": false, + "isCompatibleWithClient": false, + "categorySectionPackageType": 0, + "restrictProjectFileAccess": 0, + "projectStatus": 0, + "projectId": 0, + "gameVersionDateReleased": "2008-03-01T06:00:00Z", + "gameId": 0, + "isServerPack": false, + "FileNameOnDisk": "productivebees-1.16.1-0.1.14.jar" + }, + "dateInstalled": "2020-07-15T17:55:28.8068443Z", + "dateUpdated": "2020-07-15T17:55:28.8098373Z", + "dateLastUpdateAttempted": "2020-07-15T17:55:28.8098373Z", + "status": 4, + "preferenceAutoInstallUpdates": false, + "preferenceAlternateFile": false, + "preferenceIsIgnored": false, + "isModified": false, + "isWorkingCopy": false, + "isFuzzyMatch": false, + "preferenceReleaseType": null, + "manifestName": null, + "installedTargets": [] + }, { "addonID": 359343, "gameInstanceID": "ee7493e2-a779-4a39-b958-18939b35a292", @@ -5863,8 +6096,8 @@ "isServerPack": false, "FileNameOnDisk": "trashcans-1.0.1-mc1.16.jar" }, - "dateInstalled": "2020-07-14T19:50:30.7425098Z", - "dateUpdated": "2019-07-14T19:50:30.7425098Z", + "dateInstalled": "2020-07-14T20:00:06.6822887Z", + "dateUpdated": "2019-07-14T20:00:06.6822887Z", "dateLastUpdateAttempted": "0001-01-01T00:00:00", "status": 5, "preferenceAutoInstallUpdates": false, @@ -6167,7 +6400,7 @@ "dateInstalled": "2020-07-13T21:28:43.9155286Z", "dateUpdated": "2020-07-13T21:28:43.9175321Z", "dateLastUpdateAttempted": "2020-07-13T21:28:43.9175321Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -6245,7 +6478,7 @@ "dateInstalled": "2020-07-13T20:29:33.5203818Z", "dateUpdated": "2020-07-13T20:29:33.522409Z", "dateLastUpdateAttempted": "2020-07-13T20:29:33.522409Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -6357,18 +6590,86 @@ "manifestName": null, "installedTargets": null }, + { + "addonID": 377109, + "gameInstanceID": "ee7493e2-a779-4a39-b958-18939b35a292", + "installedFile": { + "id": 3005228, + "displayName": "ToolStats-1.16.1-2.0.1.jar", + "fileName": "ToolStats-1.16.1-2.0.1.jar", + "fileDate": "2020-07-15T02:42:34.837Z", + "fileLength": 5028, + "releaseType": 1, + "fileStatus": 4, + "downloadUrl": "https://edge.forgecdn.net/files/3005/228/ToolStats-1.16.1-2.0.1.jar", + "isAlternate": false, + "alternateFileId": 3005229, + "dependencies": [], + "isAvailable": true, + "modules": [ + { + "foldername": "META-INF", + "fingerprint": 4032386741, + "type": 0 + }, + { + "foldername": "net", + "fingerprint": 2973228630, + "type": 0 + }, + { + "foldername": "pack.mcmeta", + "fingerprint": 299132335, + "type": 0 + }, + { + "foldername": "assets", + "fingerprint": 545251630, + "type": 0 + } + ], + "packageFingerprint": 525391681, + "gameVersion": [ + "1.16.1", + "Forge" + ], + "hasInstallScript": false, + "isCompatibleWithClient": false, + "categorySectionPackageType": 0, + "restrictProjectFileAccess": 0, + "projectStatus": 0, + "projectId": 0, + "gameVersionDateReleased": "2008-03-01T06:00:00Z", + "gameId": 0, + "isServerPack": false, + "FileNameOnDisk": "ToolStats-1.16.1-2.0.1.jar" + }, + "dateInstalled": "2020-07-15T17:54:48.3953106Z", + "dateUpdated": "2020-07-15T17:54:48.3953106Z", + "dateLastUpdateAttempted": "2020-07-15T17:54:48.3953106Z", + "status": 4, + "preferenceAutoInstallUpdates": false, + "preferenceAlternateFile": false, + "preferenceIsIgnored": false, + "isModified": false, + "isWorkingCopy": false, + "isFuzzyMatch": false, + "preferenceReleaseType": null, + "manifestName": null, + "installedTargets": [] + }, { "addonID": 233071, "gameInstanceID": "ee7493e2-a779-4a39-b958-18939b35a292", "installedFile": { - "id": 2989177, - "displayName": "CraftingTweaks_1.16.1-12.0.3.jar", - "fileName": "CraftingTweaks_1.16.1-12.0.3.jar", - "fileDate": "2020-06-26T07:59:54.103Z", - "fileLength": 110535, + "id": 3005313, + "displayName": "CraftingTweaks_1.16.1-12.0.4.jar", + "fileName": "CraftingTweaks_1.16.1-12.0.4.jar", + "fileDate": "2020-07-15T05:06:34.377Z", + "fileLength": 110353, "releaseType": 2, "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/2989/177/CraftingTweaks_1.16.1-12.0.3.jar", + "downloadUrl": "https://edge.forgecdn.net/files/3005/313/CraftingTweaks_1.16.1-12.0.4.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -6376,12 +6677,12 @@ "modules": [ { "foldername": "META-INF", - "fingerprint": 1845501536, + "fingerprint": 2206350324, "type": 0 }, { "foldername": "net", - "fingerprint": 3164190564, + "fingerprint": 1256278737, "type": 0 }, { @@ -6395,7 +6696,7 @@ "type": 0 } ], - "packageFingerprint": 185991619, + "packageFingerprint": 3870184037, "gameVersion": [ "1.16.1" ], @@ -6408,11 +6709,11 @@ "gameVersionDateReleased": "2020-06-24T12:41:11.823Z", "gameId": 0, "isServerPack": false, - "FileNameOnDisk": "CraftingTweaks_1.16.1-12.0.3.jar" + "FileNameOnDisk": "CraftingTweaks_1.16.1-12.0.4.jar" }, "dateInstalled": "2020-07-13T20:28:00.5923924Z", - "dateUpdated": "2020-07-13T20:28:00.5944611Z", - "dateLastUpdateAttempted": "2020-07-13T20:28:00.5944611Z", + "dateUpdated": "2020-07-15T17:49:43.860084Z", + "dateLastUpdateAttempted": "2020-07-15T17:49:43.860084Z", "status": 4, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -6590,7 +6891,7 @@ "dateInstalled": "2020-07-13T21:29:02.0175693Z", "dateUpdated": "2020-07-13T21:29:02.0195373Z", "dateLastUpdateAttempted": "2020-07-13T21:29:02.0195373Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -6957,118 +7258,100 @@ "addonID": 308989, "gameInstanceID": "ee7493e2-a779-4a39-b958-18939b35a292", "installedFile": { - "id": 2995136, - "displayName": "caelus-FORGE-1.16.1-2.0-beta4.jar", - "fileName": "caelus-FORGE-1.16.1-2.0-beta4.jar", - "fileDate": "2020-07-02T23:25:50.097Z", - "fileLength": 36607, + "id": 3005364, + "displayName": "caelus-FORGE-1.16.1-2.0-beta5.jar", + "fileName": "caelus-FORGE-1.16.1-2.0-beta5.jar", + "fileDate": "2020-07-15T06:47:54.393Z", + "fileLength": 36644, "releaseType": 2, "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/2995/136/caelus-FORGE-1.16.1-2.0-beta4.jar", + "downloadUrl": "https://edge.forgecdn.net/files/3005/364/caelus-FORGE-1.16.1-2.0-beta5.jar", "isAlternate": false, - "alternateFileId": 2995137, + "alternateFileId": 3005365, "dependencies": [], "isAvailable": true, "modules": [ { "foldername": "META-INF", - "fingerprint": 3845783130, - "type": 3 + "fingerprint": 2140212545, + "type": 0 }, { "foldername": "top", "fingerprint": 2360456941, - "type": 3 + "type": 0 }, { "foldername": "assets", "fingerprint": 1199592215, - "type": 3 + "type": 0 }, { "foldername": "caelus_icon.png", "fingerprint": 2107451488, - "type": 3 + "type": 0 }, { "foldername": "CapeLayer.js", - "fingerprint": 1838924379, - "type": 3 + "fingerprint": 2728445703, + "type": 0 }, { "foldername": "CHANGELOG.md", - "fingerprint": 2600336983, - "type": 3 + "fingerprint": 2195738960, + "type": 0 }, { "foldername": "ClientPlayerEntity.js", "fingerprint": 1788467662, - "type": 3 + "type": 0 }, { "foldername": "licenses", "fingerprint": 3374142206, - "type": 3 + "type": 0 }, { "foldername": "LivingEntity.js", "fingerprint": 742198766, - "type": 3 + "type": 0 }, { "foldername": "pack.mcmeta", "fingerprint": 1771272907, - "type": 3 + "type": 0 }, { "foldername": "PlayerEntity.js", "fingerprint": 1950342723, - "type": 3 + "type": 0 }, { "foldername": "README.md", "fingerprint": 1998818029, - "type": 3 + "type": 0 } ], - "packageFingerprint": 55402993, + "packageFingerprint": 3295788195, "gameVersion": [ "1.16.1", "Forge" ], - "sortableGameVersion": [ - { - "gameVersionPadded": "0000000001.0000000016.0000000001", - "gameVersion": "1.16.1", - "gameVersionReleaseDate": "2020-06-24T12:41:11.823Z", - "gameVersionName": "1.16.1" - }, - { - "gameVersionPadded": "0", - "gameVersion": "", - "gameVersionReleaseDate": "2019-08-01T00:00:00Z", - "gameVersionName": "Forge" - } - ], "hasInstallScript": false, "isCompatibleWithClient": false, - "categorySectionPackageType": 6, - "restrictProjectFileAccess": 1, - "projectStatus": 4, - "renderCacheId": 1911105, - "projectId": 308989, - "packageFingerprintId": 481919720, + "categorySectionPackageType": 0, + "restrictProjectFileAccess": 0, + "projectStatus": 0, + "projectId": 0, "gameVersionDateReleased": "2008-03-01T06:00:00Z", - "gameVersionMappingId": 2301459, - "gameVersionId": 4458, - "gameId": 432, + "gameId": 0, "isServerPack": false, - "FileNameOnDisk": "caelus-FORGE-1.16.1-2.0-beta4.jar" + "FileNameOnDisk": "caelus-FORGE-1.16.1-2.0-beta5.jar" }, "dateInstalled": "2020-07-13T19:26:23.4800844Z", - "dateUpdated": "2019-07-13T19:26:23.4800844Z", - "dateLastUpdateAttempted": "0001-01-01T00:00:00", - "status": 5, + "dateUpdated": "2020-07-15T17:49:20.4146589Z", + "dateLastUpdateAttempted": "2020-07-15T17:49:20.4146589Z", + "status": 4, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -7153,6 +7436,107 @@ "manifestName": null, "installedTargets": null }, + { + "addonID": 238086, + "gameInstanceID": "ee7493e2-a779-4a39-b958-18939b35a292", + "installedFile": { + "id": 3005377, + "displayName": "kubejs-2.7.0.45.jar", + "fileName": "kubejs-2.7.0.45.jar", + "fileDate": "2020-07-15T07:26:45.417Z", + "fileLength": 493623, + "releaseType": 1, + "fileStatus": 4, + "downloadUrl": "https://edge.forgecdn.net/files/3005/377/kubejs-2.7.0.45.jar", + "isAlternate": false, + "alternateFileId": 0, + "dependencies": [ + { + "id": 0, + "addonId": 268655, + "type": 2, + "fileId": 0 + }, + { + "id": 0, + "addonId": 238222, + "type": 2, + "fileId": 0 + }, + { + "id": 0, + "addonId": 357178, + "type": 3, + "fileId": 0 + } + ], + "isAvailable": true, + "modules": [ + { + "foldername": "META-INF", + "fingerprint": 2853635335, + "type": 0 + }, + { + "foldername": "dev", + "fingerprint": 4248208421, + "type": 0 + }, + { + "foldername": "kubejs_logo.png", + "fingerprint": 658118443, + "type": 0 + }, + { + "foldername": "assets", + "fingerprint": 4007331960, + "type": 0 + }, + { + "foldername": "kubejs.mixins.json", + "fingerprint": 3223648146, + "type": 0 + }, + { + "foldername": "pack.mcmeta", + "fingerprint": 769408259, + "type": 0 + }, + { + "foldername": "kubejs.refmap.json", + "fingerprint": 3214717694, + "type": 0 + } + ], + "packageFingerprint": 1436299956, + "gameVersion": [ + "1.16.1" + ], + "hasInstallScript": false, + "isCompatibleWithClient": false, + "categorySectionPackageType": 0, + "restrictProjectFileAccess": 0, + "projectStatus": 0, + "projectId": 0, + "gameVersionDateReleased": "2008-03-01T06:00:00Z", + "gameId": 0, + "isServerPack": false, + "FileNameOnDisk": "kubejs-2.7.0.45.jar" + }, + "dateInstalled": "2020-07-15T17:49:30.7761244Z", + "dateUpdated": "2020-07-15T17:49:30.7790797Z", + "dateLastUpdateAttempted": "2020-07-15T17:49:30.7790797Z", + "status": 4, + "preferenceAutoInstallUpdates": false, + "preferenceAlternateFile": false, + "preferenceIsIgnored": false, + "isModified": false, + "isWorkingCopy": false, + "isFuzzyMatch": false, + "preferenceReleaseType": null, + "manifestName": null, + "installedTargets": [] + }, { "addonID": 378802, "gameInstanceID": "ee7493e2-a779-4a39-b958-18939b35a292", @@ -7472,7 +7856,7 @@ "dateInstalled": "2020-07-13T20:27:58.8276676Z", "dateUpdated": "2020-07-13T20:27:58.8296436Z", "dateLastUpdateAttempted": "2020-07-13T20:27:58.8296436Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -7665,8 +8049,8 @@ "isServerPack": false, "FileNameOnDisk": "MekanismGenerators-1.16.1-10.0.1.424.jar" }, - "dateInstalled": "2020-07-14T19:50:30.7405148Z", - "dateUpdated": "2019-07-14T19:50:30.7405148Z", + "dateInstalled": "2020-07-14T20:00:06.679323Z", + "dateUpdated": "2019-07-14T20:00:06.679323Z", "dateLastUpdateAttempted": "0001-01-01T00:00:00", "status": 5, "preferenceAutoInstallUpdates": false, @@ -7763,8 +8147,8 @@ "isServerPack": false, "FileNameOnDisk": "MekanismTools-1.16.1-10.0.1.424.jar" }, - "dateInstalled": "2020-07-14T19:50:30.7395178Z", - "dateUpdated": "2019-07-14T19:50:30.7395178Z", + "dateInstalled": "2020-07-14T20:00:06.679323Z", + "dateUpdated": "2019-07-14T20:00:06.679323Z", "dateLastUpdateAttempted": "0001-01-01T00:00:00", "status": 5, "preferenceAutoInstallUpdates": false, @@ -8219,7 +8603,7 @@ "dateInstalled": "2020-07-13T20:28:58.6194294Z", "dateUpdated": "2020-07-13T20:28:58.8677386Z", "dateLastUpdateAttempted": "2020-07-13T20:28:58.8677386Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -8234,14 +8618,14 @@ "addonID": 261924, "gameInstanceID": "ee7493e2-a779-4a39-b958-18939b35a292", "installedFile": { - "id": 2998704, - "displayName": "FarmingForBlockheads_1.16.1-7.0.0.jar", - "fileName": "FarmingForBlockheads_1.16.1-7.0.0.jar", - "fileDate": "2020-07-07T19:10:07.98Z", - "fileLength": 278450, + "id": 3005325, + "displayName": "FarmingForBlockheads_1.16.1-7.0.1.jar", + "fileName": "FarmingForBlockheads_1.16.1-7.0.1.jar", + "fileDate": "2020-07-15T05:19:26.41Z", + "fileLength": 278449, "releaseType": 2, "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/2998/704/FarmingForBlockheads_1.16.1-7.0.0.jar", + "downloadUrl": "https://edge.forgecdn.net/files/3005/325/FarmingForBlockheads_1.16.1-7.0.1.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -8249,61 +8633,49 @@ "modules": [ { "foldername": "META-INF", - "fingerprint": 613737406, - "type": 3 + "fingerprint": 56787454, + "type": 0 }, { "foldername": "net", - "fingerprint": 2361609780, - "type": 3 + "fingerprint": 3265469674, + "type": 0 }, { "foldername": "assets", "fingerprint": 836352958, - "type": 3 + "type": 0 }, { "foldername": "data", "fingerprint": 1269960286, - "type": 3 + "type": 0 }, { "foldername": "pack.mcmeta", "fingerprint": 2071239246, - "type": 3 + "type": 0 } ], - "packageFingerprint": 3836643023, + "packageFingerprint": 705096558, "gameVersion": [ "1.16.1" ], - "sortableGameVersion": [ - { - "gameVersionPadded": "0000000001.0000000016.0000000001", - "gameVersion": "1.16.1", - "gameVersionReleaseDate": "2020-06-24T12:41:11.823Z", - "gameVersionName": "1.16.1" - } - ], "hasInstallScript": false, "isCompatibleWithClient": false, - "categorySectionPackageType": 6, - "restrictProjectFileAccess": 1, - "projectStatus": 4, - "renderCacheId": 1915568, - "projectId": 261924, - "packageFingerprintId": 484450978, + "categorySectionPackageType": 0, + "restrictProjectFileAccess": 0, + "projectStatus": 0, + "projectId": 0, "gameVersionDateReleased": "2020-06-24T12:41:11.823Z", - "gameVersionMappingId": 2309091, - "gameVersionId": 7892, - "gameId": 432, + "gameId": 0, "isServerPack": false, - "FileNameOnDisk": "FarmingForBlockheads_1.16.1-7.0.0.jar" + "FileNameOnDisk": "FarmingForBlockheads_1.16.1-7.0.1.jar" }, "dateInstalled": "2020-07-13T19:26:23.4800844Z", - "dateUpdated": "2019-07-13T19:26:23.4800844Z", - "dateLastUpdateAttempted": "0001-01-01T00:00:00", - "status": 5, + "dateUpdated": "2020-07-15T17:49:51.9538451Z", + "dateLastUpdateAttempted": "2020-07-15T17:49:51.9538451Z", + "status": 4, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -8381,7 +8753,7 @@ "dateInstalled": "2020-07-13T21:23:41.919101Z", "dateUpdated": "2020-07-13T21:23:41.9210965Z", "dateLastUpdateAttempted": "2020-07-13T21:23:41.9210965Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -8522,6 +8894,68 @@ "manifestName": null, "installedTargets": null }, + { + "addonID": 314002, + "gameInstanceID": "ee7493e2-a779-4a39-b958-18939b35a292", + "installedFile": { + "id": 3005233, + "displayName": "overloadedarmorbar-5.0.0.jar", + "fileName": "overloadedarmorbar-5.0.0.jar", + "fileDate": "2020-07-15T02:43:54.313Z", + "fileLength": 13572, + "releaseType": 1, + "fileStatus": 4, + "downloadUrl": "https://edge.forgecdn.net/files/3005/233/overloadedarmorbar-5.0.0.jar", + "isAlternate": false, + "alternateFileId": 0, + "dependencies": [], + "isAvailable": true, + "modules": [ + { + "foldername": "META-INF", + "fingerprint": 1109579018, + "type": 0 + }, + { + "foldername": "tfar", + "fingerprint": 2373937013, + "type": 0 + }, + { + "foldername": "pack.mcmeta", + "fingerprint": 3697211808, + "type": 0 + } + ], + "packageFingerprint": 394881550, + "gameVersion": [ + "1.16.1" + ], + "hasInstallScript": false, + "isCompatibleWithClient": false, + "categorySectionPackageType": 0, + "restrictProjectFileAccess": 0, + "projectStatus": 0, + "projectId": 0, + "gameVersionDateReleased": "2020-06-24T12:41:11.823Z", + "gameId": 0, + "isServerPack": false, + "FileNameOnDisk": "overloadedarmorbar-5.0.0.jar" + }, + "dateInstalled": "2020-07-15T17:54:56.4830334Z", + "dateUpdated": "2020-07-15T17:54:56.4850856Z", + "dateLastUpdateAttempted": "2020-07-15T17:54:56.4850856Z", + "status": 4, + "preferenceAutoInstallUpdates": false, + "preferenceAlternateFile": false, + "preferenceIsIgnored": false, + "isModified": false, + "isWorkingCopy": false, + "isFuzzyMatch": false, + "preferenceReleaseType": null, + "manifestName": null, + "installedTargets": [] + }, { "addonID": 238659, "gameInstanceID": "ee7493e2-a779-4a39-b958-18939b35a292", @@ -9566,14 +10000,14 @@ "addonID": 362528, "gameInstanceID": "ee7493e2-a779-4a39-b958-18939b35a292", "installedFile": { - "id": 2994499, - "displayName": "decorative_blocks-1.16-0.2.jar", - "fileName": "decorative_blocks-1.16-0.2.jar", - "fileDate": "2020-07-02T04:56:04.083Z", - "fileLength": 459732, - "releaseType": 2, + "id": 3005554, + "displayName": "decorative_blocks-7.0.jar", + "fileName": "decorative_blocks-7.0.jar", + "fileDate": "2020-07-15T12:31:49.937Z", + "fileLength": 463905, + "releaseType": 1, "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/2994/499/decorative_blocks-1.16-0.2.jar", + "downloadUrl": "https://edge.forgecdn.net/files/3005/554/decorative_blocks-7.0.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -9581,61 +10015,49 @@ "modules": [ { "foldername": "META-INF", - "fingerprint": 2590446807, - "type": 3 + "fingerprint": 1998089158, + "type": 0 }, { "foldername": "com", - "fingerprint": 4099348294, - "type": 3 + "fingerprint": 2861285171, + "type": 0 }, { "foldername": "assets", "fingerprint": 3262158669, - "type": 3 + "type": 0 }, { "foldername": "data", - "fingerprint": 1032012213, - "type": 3 + "fingerprint": 223559704, + "type": 0 }, { "foldername": "pack.mcmeta", "fingerprint": 3571989683, - "type": 3 + "type": 0 } ], - "packageFingerprint": 649327798, + "packageFingerprint": 3725976629, "gameVersion": [ - "1.16" - ], - "sortableGameVersion": [ - { - "gameVersionPadded": "0000000001.0000000016", - "gameVersion": "1.16", - "gameVersionReleaseDate": "2020-06-23T13:41:08.75Z", - "gameVersionName": "1.16" - } + "1.16.1" ], "hasInstallScript": false, "isCompatibleWithClient": false, - "categorySectionPackageType": 6, - "restrictProjectFileAccess": 1, - "projectStatus": 4, - "renderCacheId": 1910333, - "projectId": 362528, - "packageFingerprintId": 481567993, - "gameVersionDateReleased": "2020-06-23T13:41:08.75Z", - "gameVersionMappingId": 2300135, - "gameVersionId": 7890, - "gameId": 432, + "categorySectionPackageType": 0, + "restrictProjectFileAccess": 0, + "projectStatus": 0, + "projectId": 0, + "gameVersionDateReleased": "2020-06-24T12:41:11.823Z", + "gameId": 0, "isServerPack": false, - "FileNameOnDisk": "decorative_blocks-1.16-0.2.jar" + "FileNameOnDisk": "decorative_blocks-7.0.jar" }, "dateInstalled": "2020-07-13T19:26:23.4800844Z", - "dateUpdated": "2019-07-13T19:26:23.4800844Z", - "dateLastUpdateAttempted": "0001-01-01T00:00:00", - "status": 5, + "dateUpdated": "2020-07-15T17:49:48.2795301Z", + "dateLastUpdateAttempted": "2020-07-15T17:49:48.2795301Z", + "status": 4, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -9794,7 +10216,7 @@ "dateInstalled": "2020-07-13T20:29:50.7207021Z", "dateUpdated": "2020-07-13T20:29:50.7226702Z", "dateLastUpdateAttempted": "2020-07-13T20:29:50.7226702Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -10127,8 +10549,8 @@ "isServerPack": false, "FileNameOnDisk": "dankstorage-3.4.jar" }, - "dateInstalled": "2020-07-14T19:50:30.7435072Z", - "dateUpdated": "2019-07-14T19:50:30.7435072Z", + "dateInstalled": "2020-07-14T20:00:06.6833119Z", + "dateUpdated": "2019-07-14T20:00:06.6833119Z", "dateLastUpdateAttempted": "0001-01-01T00:00:00", "status": 5, "preferenceAutoInstallUpdates": false, @@ -10591,7 +11013,7 @@ "dateInstalled": "2020-07-13T21:27:36.0823784Z", "dateUpdated": "2020-07-13T21:27:36.269449Z", "dateLastUpdateAttempted": "2020-07-13T21:27:36.269449Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -10683,6 +11105,84 @@ "manifestName": null, "installedTargets": null }, + { + "addonID": 384991, + "gameInstanceID": "ee7493e2-a779-4a39-b958-18939b35a292", + "installedFile": { + "id": 3005581, + "displayName": "Additional Lights 1.16.1-2.1.0", + "fileName": "additional_lights-1.16.1-2.1.0.jar", + "fileDate": "2020-07-15T13:47:22.767Z", + "fileLength": 521180, + "releaseType": 1, + "fileStatus": 4, + "downloadUrl": "https://edge.forgecdn.net/files/3005/581/additional_lights-1.16.1-2.1.0.jar", + "isAlternate": false, + "alternateFileId": 0, + "dependencies": [], + "isAvailable": true, + "modules": [ + { + "foldername": "META-INF", + "fingerprint": 1377612878, + "type": 0 + }, + { + "foldername": "com", + "fingerprint": 3218039485, + "type": 0 + }, + { + "foldername": "assets", + "fingerprint": 249187030, + "type": 0 + }, + { + "foldername": "data", + "fingerprint": 3462534804, + "type": 0 + }, + { + "foldername": "logo.png", + "fingerprint": 3752926085, + "type": 0 + }, + { + "foldername": "pack.mcmeta", + "fingerprint": 1612297556, + "type": 0 + } + ], + "packageFingerprint": 3754138681, + "gameVersion": [ + "1.16.1", + "Forge" + ], + "hasInstallScript": false, + "isCompatibleWithClient": false, + "categorySectionPackageType": 0, + "restrictProjectFileAccess": 0, + "projectStatus": 0, + "projectId": 0, + "gameVersionDateReleased": "2019-08-01T00:00:00Z", + "gameId": 0, + "isServerPack": false, + "FileNameOnDisk": "additional_lights-1.16.1-2.1.0.jar" + }, + "dateInstalled": "2020-07-15T17:53:08.9956241Z", + "dateUpdated": "2020-07-15T17:53:08.9985869Z", + "dateLastUpdateAttempted": "2020-07-15T17:53:08.9985869Z", + "status": 4, + "preferenceAutoInstallUpdates": false, + "preferenceAlternateFile": false, + "preferenceIsIgnored": false, + "isModified": false, + "isWorkingCopy": false, + "isFuzzyMatch": false, + "preferenceReleaseType": null, + "manifestName": null, + "installedTargets": [] + }, { "addonID": 359786, "gameInstanceID": "ee7493e2-a779-4a39-b958-18939b35a292", @@ -10790,27 +11290,27 @@ "addonID": 309927, "gameInstanceID": "ee7493e2-a779-4a39-b958-18939b35a292", "installedFile": { - "id": 2995027, - "displayName": "curios-FORGE-1.16.1-3.0-beta2.jar", - "fileName": "curios-FORGE-1.16.1-3.0-beta2.jar", - "fileDate": "2020-07-02T20:48:32.883Z", - "fileLength": 217623, + "id": 3005356, + "displayName": "curios-FORGE-1.16.1-3.0-beta3.jar", + "fileName": "curios-FORGE-1.16.1-3.0-beta3.jar", + "fileDate": "2020-07-15T06:35:12.62Z", + "fileLength": 218303, "releaseType": 2, "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/2995/27/curios-FORGE-1.16.1-3.0-beta2.jar", + "downloadUrl": "https://edge.forgecdn.net/files/3005/356/curios-FORGE-1.16.1-3.0-beta3.jar", "isAlternate": false, - "alternateFileId": 2995028, + "alternateFileId": 3005357, "dependencies": [], "isAvailable": true, "modules": [ { "foldername": "META-INF", - "fingerprint": 4101155027, + "fingerprint": 1817048366, "type": 0 }, { "foldername": "top", - "fingerprint": 2098148652, + "fingerprint": 3527413505, "type": 0 }, { @@ -10820,7 +11320,7 @@ }, { "foldername": "CHANGELOG.md", - "fingerprint": 2741857395, + "fingerprint": 2337544234, "type": 0 }, { @@ -10849,7 +11349,7 @@ "type": 0 } ], - "packageFingerprint": 2335922049, + "packageFingerprint": 3577670405, "gameVersion": [ "1.16.1", "Forge" @@ -10863,12 +11363,12 @@ "gameVersionDateReleased": "2008-03-01T06:00:00Z", "gameId": 0, "isServerPack": false, - "FileNameOnDisk": "curios-FORGE-1.16.1-3.0-beta2.jar" + "FileNameOnDisk": "curios-FORGE-1.16.1-3.0-beta3.jar" }, "dateInstalled": "2020-07-13T19:26:23.4800844Z", - "dateUpdated": "2020-07-13T19:27:01.9105488Z", - "dateLastUpdateAttempted": "2020-07-13T19:27:01.9105488Z", - "status": 5, + "dateUpdated": "2020-07-15T17:49:45.2850656Z", + "dateLastUpdateAttempted": "2020-07-15T17:49:45.2850656Z", + "status": 4, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -10954,6 +11454,87 @@ "manifestName": null, "installedTargets": null }, + { + "addonID": 377240, + "gameInstanceID": "ee7493e2-a779-4a39-b958-18939b35a292", + "installedFile": { + "id": 3005472, + "displayName": "CauldronRecipes-1.16.1-2.0.1.jar", + "fileName": "CauldronRecipes-1.16.1-2.0.1.jar", + "fileDate": "2020-07-15T09:31:25.663Z", + "fileLength": 28423, + "releaseType": 1, + "fileStatus": 4, + "downloadUrl": "https://edge.forgecdn.net/files/3005/472/CauldronRecipes-1.16.1-2.0.1.jar", + "isAlternate": false, + "alternateFileId": 3005473, + "dependencies": [ + { + "id": 0, + "addonId": 228525, + "type": 3, + "fileId": 0 + } + ], + "isAvailable": true, + "modules": [ + { + "foldername": "META-INF", + "fingerprint": 3426179644, + "type": 0 + }, + { + "foldername": "net", + "fingerprint": 3204279713, + "type": 0 + }, + { + "foldername": "pack.mcmeta", + "fingerprint": 940518004, + "type": 0 + }, + { + "foldername": "data", + "fingerprint": 1485311521, + "type": 0 + }, + { + "foldername": "assets", + "fingerprint": 1457497510, + "type": 0 + } + ], + "packageFingerprint": 153059763, + "gameVersion": [ + "1.16.1", + "Forge", + "1.15.2" + ], + "hasInstallScript": false, + "isCompatibleWithClient": false, + "categorySectionPackageType": 0, + "restrictProjectFileAccess": 0, + "projectStatus": 0, + "projectId": 0, + "gameVersionDateReleased": "2008-03-01T06:00:00Z", + "gameId": 0, + "isServerPack": false, + "FileNameOnDisk": "CauldronRecipes-1.16.1-2.0.1.jar" + }, + "dateInstalled": "2020-07-15T17:53:39.4731026Z", + "dateUpdated": "2020-07-15T17:53:39.4750979Z", + "dateLastUpdateAttempted": "2020-07-15T17:53:39.4750979Z", + "status": 4, + "preferenceAutoInstallUpdates": false, + "preferenceAlternateFile": false, + "preferenceIsIgnored": false, + "isModified": false, + "isWorkingCopy": false, + "isFuzzyMatch": false, + "preferenceReleaseType": null, + "manifestName": null, + "installedTargets": [] + }, { "addonID": 377794, "gameInstanceID": "ee7493e2-a779-4a39-b958-18939b35a292", @@ -11464,7 +12045,7 @@ "dateInstalled": "2020-07-13T20:28:14.8737861Z", "dateUpdated": "2020-07-13T20:28:14.8737861Z", "dateLastUpdateAttempted": "2020-07-13T20:28:14.8737861Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -12434,14 +13015,14 @@ "addonID": 263420, "gameInstanceID": "ee7493e2-a779-4a39-b958-18939b35a292", "installedFile": { - "id": 2996227, - "displayName": "v20.15.3 for Forge 1.16.1", - "fileName": "Xaeros_Minimap_20.15.3_Forge_1.16.1.jar", - "fileDate": "2020-07-04T09:58:39.937Z", - "fileLength": 534470, + "id": 3005396, + "displayName": "v20.16.0.1 for Forge 1.16.1", + "fileName": "Xaeros_Minimap_20.16.0.1_Forge_1.16.1.jar", + "fileDate": "2020-07-15T07:38:56.963Z", + "fileLength": 543603, "releaseType": 1, "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/2996/227/Xaeros_Minimap_20.15.3_Forge_1.16.1.jar", + "downloadUrl": "https://edge.forgecdn.net/files/3005/396/Xaeros_Minimap_20.16.0.1_Forge_1.16.1.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -12449,63 +13030,45 @@ "modules": [ { "foldername": "META-INF", - "fingerprint": 4236511412, - "type": 3 + "fingerprint": 818350653, + "type": 0 }, { "foldername": "xaero", - "fingerprint": 1692717706, - "type": 3 + "fingerprint": 2964845590, + "type": 0 }, { "foldername": "assets", "fingerprint": 2557430461, - "type": 3 + "type": 0 }, { "foldername": "pack.mcmeta", "fingerprint": 1842434297, - "type": 3 + "type": 0 } ], - "packageFingerprint": 1052097908, + "packageFingerprint": 688347377, "gameVersion": [ "1.16.1", "Forge" ], - "sortableGameVersion": [ - { - "gameVersionPadded": "0000000001.0000000016.0000000001", - "gameVersion": "1.16.1", - "gameVersionReleaseDate": "2020-06-24T12:41:11.823Z", - "gameVersionName": "1.16.1" - }, - { - "gameVersionPadded": "0", - "gameVersion": "", - "gameVersionReleaseDate": "2019-08-01T00:00:00Z", - "gameVersionName": "Forge" - } - ], "hasInstallScript": false, "isCompatibleWithClient": false, - "categorySectionPackageType": 6, - "restrictProjectFileAccess": 1, - "projectStatus": 4, - "renderCacheId": 1912439, - "projectId": 263420, - "packageFingerprintId": 482634357, + "categorySectionPackageType": 0, + "restrictProjectFileAccess": 0, + "projectStatus": 0, + "projectId": 0, "gameVersionDateReleased": "2019-08-01T00:00:00Z", - "gameVersionMappingId": 2303737, - "gameVersionId": 7498, - "gameId": 432, + "gameId": 0, "isServerPack": false, - "FileNameOnDisk": "Xaeros_Minimap_20.15.3_Forge_1.16.1.jar" + "FileNameOnDisk": "Xaeros_Minimap_20.16.0.1_Forge_1.16.1.jar" }, "dateInstalled": "2020-07-13T19:26:23.4800844Z", - "dateUpdated": "2019-07-13T19:26:23.4800844Z", - "dateLastUpdateAttempted": "0001-01-01T00:00:00", - "status": 5, + "dateUpdated": "2020-07-15T17:50:52.4412375Z", + "dateLastUpdateAttempted": "2020-07-15T17:50:52.4412375Z", + "status": 4, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, diff --git a/settings.ps1 b/settings.ps1 index 793e137f23..76b5ddede3 100644 --- a/settings.ps1 +++ b/settings.ps1 @@ -1,7 +1,7 @@ # Settings for the ModpackUploader # For details/help see: https://github.com/NillerMedDild/ModpackUploader -$CLIENT_MODS = @("nopotionshift") +$CLIENT_MODS = @("nopotionshift", "ding") # =====================================================================// @@ -18,10 +18,10 @@ $CURSEFORGE_PROJECT_ID = 389471 # =====================================================================// # Default: "1.0.0" -$MODPACK_VERSION = "0.1.4" +$MODPACK_VERSION = "0.1.5" # Only used by the Changelog Generator -$LAST_MODPACK_VERSION = "0.1.3" +$LAST_MODPACK_VERSION = "0.1.4" $FORGE_VERSION = 32.0.66