diff --git a/Changelog.txt b/Changelog.txt index 0d6109d..08439f2 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -5,23 +5,44 @@ A02-0012: + Added 7 new types of Labyrinth blocks. [ZCM/CA] + Added 2 new types of Substitution blocks. [ZCM/CA] + Added new block types "Special Block", "Observation Glass" and "Observation Glass Pane". [ZCM/CA] ++ Added a new block called the "Composite Block" which serves as a crafting ingredient for the Labyrinth block and other decorative blocks. [ZCM/CA] * Changed the internal name of Composite Glass from 'altglass' to 'compositeglass'. [ZCM/CA] * Changed crafting method of Alterlitium Lamp to use Pedestal Crafting. +* Replaced the textures for Synthetic Dirt and Synthetic Sand. [ZCM/CA] * More types of food now have nutritional values. [Nutrition] * Disabled the wooden trapdoors from the MalisisDoors mod in favor of the ones from Quark. * Finally fixed the wierding gadget falling over problem. [Weirding Gadget] +* Fixed a crash when opening the Antique Atlas in the End dimension. [Antique Atlas] +* Fixed a bug concerning some pipes and vanilla pistons. [Quark] * Fixed a typo in one of the zenscripts. * Fixed sunlime recipe not working. +* Fixed Composite Glass and Observation Glass still absorbing light levels. [ZCM/CA] * Fixed some blocks in Composite Alterlite mod using the wrong namespace. [ZCM/CA] * The Substitution Block is now re-implemented in-game. [ZCM/CA] * Liquid Sol is now re-implemented in-game. [ZCM/CA] +* The first 12 Labyrinth blocks now have recipes, utilizing the Mason's Workstation. + * The other Labyrinth blocks will receive crafting recipes in the next version. +* Changed the MultiMC pack icon. + Added Pipe Master mod. + ADded Portal Gun mod (as well as an alternative to it's dependency). + Added Waddles mod. -* Updated Composite Alterlite mod 1.0.6 to 1.0.8. -* Updated Nutrition mod from 4.0.0 to 4.3.0. -* Updated Weirding Gaddet mod from 2.0.13 to 2.1.16. + +* Updated mods: + * Antique Atlas: from 4.5.0. to 4.5.1. + * Charms: from 1.0.0-beta3 to 1.0.1. + * Composite Alterlite: from 1.0.6 to 1.0.8. + * Compact Machines: from 3.0.17-b267 to 3.0.18-b278. + * Engineer's Decor: from 1.0.4-b7 to 1.0.5-b1. + * FastFurnace: from 1.3.0 to 1.3.1. + * FastWorkbench: from 1.7.0 to 1.7.1. + * McJtyLib: from 3.5.0 to 3.5.2. + * Nutrition: from 4.0.0 to 4.3.0. + * Phosphor: from 0.2.2(build43) to 0.2.4(build46). + * Quark: from 1.5-148 to 1.5-150. + * The Lost Cities: from 2.0.18 to 2.0.19. + * Toast Control: from 1.8.0 to 1.8.1. + * Weirding Gaddet: from 2.0.13 to 2.1.16. ---------------------------------------------------------------- A02-0011: diff --git a/config/Waddles.cfg b/config/Waddles.cfg new file mode 100644 index 0000000..507849a --- /dev/null +++ b/config/Waddles.cfg @@ -0,0 +1,40 @@ +# Configuration file + +general { + B:"Enable that penguins drop fish (0 - 2 Raw fish)"=false + B:"Penguins should drop experience?"=true +} + + +########################################################################################################## +# spawn chances +#--------------------------------------------------------------------------------------------------------# +# Configure penguins spawn weight & min/max group size. Set weight to 0 to disable. +########################################################################################################## + +"spawn chances" { + + adelie_penguin { + I:Max=4 + I:Min=1 + I:Weight=2 + + "spawnable biomes" { + # BiomeDictionary types to exclude [default: [FOREST], [MOUNTAIN], [NETHER]] + S:Exclude < + FOREST + MOUNTAIN + NETHER + > + + # BiomeDictionary types to include [default: [SNOWY]] + S:Include < + SNOWY + > + } + + } + +} + + diff --git a/config/antiqueatlas/biome_textures.json b/config/antiqueatlas/biome_textures.json index 04ae587..f8dd4e5 100644 --- a/config/antiqueatlas/biome_textures.json +++ b/config/antiqueatlas/biome_textures.json @@ -1,85 +1,92 @@ { "version": 2, "data": { - "minecraft:jungle_edge": "JUNGLE_EDGE", - "minecraft:taiga_hills": "PINES_HILLS", - "minecraft:redwood_taiga": "MEGA_TAIGA", + "aroma1997sdimension:miningbiome": "PLAINS", + "minecraft:beaches": "SHORE", + "minecraft:birch_forest": "BIRCH", + "minecraft:birch_forest_hills": "BIRCH_HILLS", + "minecraft:cold_beach": "SHORE", "minecraft:deep_ocean": "WATER", - "minecraft:sky": "SHORE", - "minecraft:ice_mountains": "SNOW_HILLS", - "minecraft:plains": "PLAINS", - "minecraft:redwood_taiga_hills": "MEGA_TAIGA_HILLS", - "traverse:rocky_plains": "HILLS", - "minecraft:mushroom_island_shore": "SHORE", - "traverse:canyon": "PLAINS", - "minecraft:mutated_taiga": "PINES_HILLS", + "minecraft:desert": "DESERT", + "minecraft:desert_hills": "DESERT_HILLS", + "minecraft:extreme_hills": "MOUNTAINS", + "minecraft:extreme_hills_with_trees": "MOUNTAINS_ALL", "minecraft:forest": "FOREST", - "traverse:birch_forested_hills": "FOREST_HILLS", - "minecraft:smaller_extreme_hills": "MOUNTAINS", - "minecraft:ocean": "WATER", + "minecraft:forest_hills": "FOREST_HILLS", + "minecraft:frozen_ocean": "ICE", + "minecraft:frozen_river": "ICE", + "minecraft:hell": "CAVE_WALLS", "minecraft:ice_flats": "SNOW", - "minecraft:mutated_swampland": "SWAMP_HILLS", - "minecraft:roofed_forest": "DENSE_FOREST", + "minecraft:ice_mountains": "SNOW_HILLS", + "minecraft:jungle": "JUNGLE", + "minecraft:jungle_edge": "JUNGLE_EDGE", + "minecraft:jungle_hills": "JUNGLE_HILLS", "minecraft:mesa": "MESA", - "minecraft:mutated_roofed_forest": "DENSE_FOREST_HILLS", - "traverse:woodlands": "PLAINS", - "minecraft:swampland": "SWAMP", - "traverse:temperate_rainforest": "PINES", - "minecraft:mutated_redwood_taiga": "MEGA_SPRUCE", + "minecraft:mesa_clear_rock": "PLATEAU_MESA", "minecraft:mesa_rock": "PLATEAU_MESA_TREES", - "minecraft:savanna_rock": "PLATEAU_SAVANNA", - "minecraft:extreme_hills_with_trees": "MOUNTAINS_ALL", - "minecraft:hell": "CAVE_WALLS", + "minecraft:mushroom_island": "MUSHROOM", + "minecraft:mushroom_island_shore": "SHORE", "minecraft:mutated_birch_forest": "TALL_BIRCH", + "minecraft:mutated_birch_forest_hills": "TALL_BIRCH_HILLS", + "minecraft:mutated_desert": "DESERT", + "minecraft:mutated_extreme_hills": "MOUNTAINS_SNOW_CAPS", + "minecraft:mutated_extreme_hills_with_trees": "MOUNTAINS_SNOW_CAPS", + "minecraft:mutated_forest": "FOREST_FLOWERS", "minecraft:mutated_ice_flats": "ICE_SPIKES", - "traverse:crag_cliffs": "PLAINS", - "traverse:thicket": "DENSE_FOREST", - "minecraft:taiga": "PINES", - "minecraft:mutated_taiga_cold": "SNOW_PINES_HILLS", - "minecraft:taiga_cold": "SNOW_PINES", + "minecraft:mutated_jungle": "JUNGLE_CLIFFS", + "minecraft:mutated_jungle_edge": "JUNGLE_EDGE_HILLS", + "minecraft:mutated_mesa": "BRYCE", + "minecraft:mutated_mesa_clear_rock": "PLATEAU_MESA_LOW", + "minecraft:mutated_mesa_rock": "PLATEAU_MESA_TREES_LOW", + "minecraft:mutated_plains": "SUNFLOWERS", + "minecraft:mutated_redwood_taiga": "MEGA_SPRUCE", + "minecraft:mutated_redwood_taiga_hills": "MEGA_SPRUCE_HILLS", + "minecraft:mutated_roofed_forest": "DENSE_FOREST_HILLS", "minecraft:mutated_savanna": "SAVANNA_CLIFFS", + "minecraft:mutated_savanna_rock": "PLATEAU_SAVANNA_M", + "minecraft:mutated_swampland": "SWAMP_HILLS", + "minecraft:mutated_taiga": "PINES_HILLS", + "minecraft:mutated_taiga_cold": "SNOW_PINES_HILLS", + "minecraft:ocean": "WATER", + "minecraft:plains": "PLAINS", + "minecraft:redwood_taiga": "MEGA_TAIGA", + "minecraft:redwood_taiga_hills": "MEGA_TAIGA_HILLS", "minecraft:river": "WATER", - "minecraft:mutated_redwood_taiga_hills": "MEGA_SPRUCE_HILLS", - "minecraft:mutated_extreme_hills_with_trees": "MOUNTAINS_SNOW_CAPS", + "minecraft:roofed_forest": "DENSE_FOREST", + "minecraft:savanna": "SAVANNA", + "minecraft:savanna_rock": "PLATEAU_SAVANNA", + "minecraft:sky": "SHORE", + "minecraft:smaller_extreme_hills": "MOUNTAINS", "minecraft:stone_beach": "ROCK_SHORE", + "minecraft:swampland": "SWAMP", + "minecraft:taiga": "PINES", + "minecraft:taiga_cold": "SNOW_PINES", "minecraft:taiga_cold_hills": "SNOW_PINES_HILLS", + "minecraft:taiga_hills": "PINES_HILLS", + "minecraft:void": "END_VOID", + "traverse:arid_highland": "MOUNTAINS_NAKED", + "traverse:autumnal_wooded_hills": "FOREST_HILLS", + "traverse:autumnal_woods": "FOREST", + "traverse:badlands": "DESERT", + "traverse:birch_forested_hills": "FOREST_HILLS", + "traverse:canyon": "PLAINS", "traverse:cliffs": "MOUNTAINS_NAKED", - "minecraft:mutated_mesa_clear_rock": "PLATEAU_MESA_LOW", - "minecraft:forest_hills": "FOREST_HILLS", + "traverse:crag_cliffs": "PLAINS", + "traverse:desert_shrubland": "PLAINS", "traverse:forested_hills": "FOREST_HILLS", - "minecraft:extreme_hills": "MOUNTAINS", - "minecraft:savanna": "SAVANNA", - "minecraft:mutated_savanna_rock": "PLATEAU_SAVANNA_M", - "minecraft:mutated_mesa": "BRYCE", "traverse:glacier": "MOUNTAINS_NAKED", - "minecraft:mutated_extreme_hills": "MOUNTAINS_SNOW_CAPS", - "minecraft:mutated_desert": "DESERT", - "minecraft:mutated_jungle": "JUNGLE_CLIFFS", - "minecraft:mutated_mesa_rock": "PLATEAU_MESA_TREES_LOW", - "minecraft:mutated_jungle_edge": "JUNGLE_EDGE_HILLS", - "minecraft:desert": "DESERT", - "traverse:badlands": "DESERT", + "traverse:glacier_spikes": "MOUNTAINS_NAKED", "traverse:green_swamp": "SWAMP", - "minecraft:mutated_forest": "FOREST_FLOWERS", - "minecraft:beaches": "SHORE", - "minecraft:jungle_hills": "JUNGLE_HILLS", - "minecraft:frozen_river": "ICE", - "minecraft:birch_forest": "BIRCH", - "aroma1997sdimension:miningbiome": "PLAINS", - "minecraft:cold_beach": "SHORE", "traverse:lush_hills": "HILLS", - "traverse:rocky_plateau": "MOUNTAINS_NAKED", - "minecraft:frozen_ocean": "ICE", - "minecraft:mesa_clear_rock": "PLATEAU_MESA", "traverse:meadow": "PLAINS", "traverse:mini_jungle": "JUNGLE", - "minecraft:desert_hills": "DESERT_HILLS", - "minecraft:mutated_plains": "SUNFLOWERS", - "minecraft:void": "END_VOID", - "minecraft:jungle": "JUNGLE", - "minecraft:mutated_birch_forest_hills": "TALL_BIRCH_HILLS", - "minecraft:birch_forest_hills": "BIRCH_HILLS", - "traverse:autumnal_woods": "FOREST", - "minecraft:mushroom_island": "MUSHROOM" + "traverse:mountainous_desert": "MOUNTAINS_NAKED", + "traverse:red_desert": "PLAINS", + "traverse:rocky_plains": "HILLS", + "traverse:rocky_plateau": "MOUNTAINS_NAKED", + "traverse:snowy_coniferous_forest": "PINES", + "traverse:temperate_rainforest": "PINES", + "traverse:thicket": "DENSE_FOREST", + "traverse:woodlands": "PLAINS" } } \ No newline at end of file diff --git a/config/charm.cfg b/config/charm.cfg index ddd63b8..0e7ff06 100644 --- a/config/charm.cfg +++ b/config/charm.cfg @@ -210,6 +210,13 @@ charmloot { abandonedcrates { # Chance (out of 1.0) of a crate generating in a chunk, if it is possible to do so. D:"Generate crate chance"=0.28 + + # Number of blocks below the start depth where a crate may spawn. + # For Cubic Chunks you may want to set this value quite high. + I:"Maximum depth"=32 + + # Crate will spawn lower than this number of blocks below the surface. + I:"Start depth"=16 } totemofreturning { @@ -536,13 +543,8 @@ charmworld { } spectre { - # Light level at which a Spectre disappears. I:"Despawn light level"=8 - - # Maximum depth at which Spectres can spawn. I:"Spawn depth"=24 - - # The higher this value, the more Spectres will spawn. I:"Spawn weight"=0 } @@ -628,6 +630,12 @@ charmworld { # Chance (out of 1.0) of items and blocks considered 'valuable' to spawn. D:"Valuable chance"=0.05 + + # Number of passes that the generator will erode structures in a zombie village chunk. + I:"Zombie village erosion damage"=512 + + # If true, zombie villages have damaged and eroded buildings and structures. + B:"Zombie villages are eroded"=true } vindicatorsinroofedforest { diff --git a/config/engineersdecor.cfg b/config/engineersdecor.cfg index b0d9ac5..83f92af 100644 --- a/config/engineersdecor.cfg +++ b/config/engineersdecor.cfg @@ -27,6 +27,12 @@ general { # Disable history refabrication feature of the treated wood crafting table. B:"Without crafting table history"=false + # Disable small electrical pass-through furnace. + B:"Without electrical furnace"=false + + # Disable the passive fluid accumulator. + B:"Without fluid accumulator"=false + # Disable small lab furnace. B:"Without lab furnace"=false @@ -54,6 +60,9 @@ general { # Disable treated wood table, stool, windowsill, pole, etc. B:"Without tr. wood furniture"=false + # Disable check valve, and redstone controlled valves. + B:"Without valves"=false + # Disable all mod wall blocks. B:"Without walls"=false @@ -98,6 +107,16 @@ general { # Enables small quick-move arrows from/to player/block storage. Makes the UI a bit too busy, therefore disabled by default. B:"Crafting table: Move buttons"=false + # Defines how much RF per tick the the electrical furnace consumed (average) for smelting. The feeders transferring items from/to adjacent have this consumption/8 for each stack transaction. The default value is only slightly higher than a furnace with an IE external heater (and no burning fuel inside).The config value can be changed on-the-fly for tuning. + # Min: 10 + # Max: 256 + I:"E-furnace: Power consumption"=16 + + # Defines, in percent, how fast the electrical furnace smelts compared to a vanilla furnace. 100% means vanilla furnace speed, 150% means the electrical furnace is faster. The value can be changed on-the-fly for tuning. + # Min: 50 + # Max: 500 + I:"E-furnace: Smelting speed %"=200 + # Defines the energy consumption (per tick) for speeding up the smelting process. If IE is installed, an external heater has to be inserted into an auxiliary slot of the lab furnace. The power source needs to be able to provide at least 4 times this consumption (fixed threshold value). The value can be changed on-the-fly for tuning. The default value corresponds to the IE heater consumption. # Min: 16 # Max: 256 diff --git a/config/fastfurnace.cfg b/config/fastfurnace.cfg new file mode 100644 index 0000000..4abb15a --- /dev/null +++ b/config/fastfurnace.cfg @@ -0,0 +1,8 @@ +# Configuration file + +general { + # If the furnace uses nbt-sensitive output matching. [default: true] + B:"Strict Matching"=true +} + + diff --git a/config/jei/worldSettings.cfg b/config/jei/worldSettings.cfg index c25a80e..4c0b524 100644 --- a/config/jei/worldSettings.cfg +++ b/config/jei/worldSettings.cfg @@ -11,7 +11,7 @@ world-1600429788 { # Hide and unhide ingredients by clicking them in the list. B:editEnabled=false - S:filterText=@composite + S:filterText= # Show the list of ingredients next to open GUIs. B:overlayEnabled=true diff --git a/config/multimob/modInformation/allBiomeTypes.txt b/config/multimob/modInformation/allBiomeTypes.txt index 09a6b67..1903f8d 100644 --- a/config/multimob/modInformation/allBiomeTypes.txt +++ b/config/multimob/modInformation/allBiomeTypes.txt @@ -1,16 +1,16 @@ -OCEAN WATER +OCEAN PLAINS -HOT SANDY +HOT DRY -HILLS MOUNTAIN +HILLS FOREST COLD CONIFEROUS -SWAMP WET +SWAMP RIVER NETHER END @@ -19,8 +19,8 @@ WASTELAND RARE MUSHROOM BEACH -DENSE JUNGLE +DENSE SPOOKY SPARSE SAVANNA diff --git a/config/multimob/modInformation/allEntities.txt b/config/multimob/modInformation/allEntities.txt index f4e0c4d..f5bd860 100644 --- a/config/multimob/modInformation/allEntities.txt +++ b/config/multimob/modInformation/allEntities.txt @@ -238,20 +238,20 @@ animania:cart animania:tiller naturesaura:effect_inhibitor naturesaura:mover_cart -quark:totem_of_holding -quark:arrow_ender -quark:arrow_explosive -quark:arrow_torch -quark:dragon_breath_bottle -quark:soul_powder -quark:parrot_egg quark:pirate quark:archeologist quark:chest_passenger +quark:totem_of_holding quark:flat_item_frame quark:colored_item_frame quark:glass_item_frame quark:seat +quark:arrow_ender +quark:arrow_explosive +quark:arrow_torch +quark:dragon_breath_bottle +quark:soul_powder +quark:parrot_egg betternether:firefly thermalfoundation:blizz thermalfoundation:blitz @@ -327,6 +327,7 @@ stevescarts:cake teastory:entity farmingforblockheads:merchant metalchests:minecart_metal_chest +waddles:adelie_penguin trumpetskeleton:trumpet_skeleton thermaldynamics:transport coroutil:bat_smart diff --git a/config/pipemaster/settings.cfg b/config/pipemaster/settings.cfg new file mode 100644 index 0000000..572d96b --- /dev/null +++ b/config/pipemaster/settings.cfg @@ -0,0 +1,26 @@ +# Configuration file + +pipegoggles { + # How long to cache nearby pipes [range: 0 ~ 1000, default: 5] + I:cacheTTL=5 + + # How thick the lines should be drawn [range: 0.1 ~ 5.0, default: 1.5] + S:lineWidth=1.5 + + # Color of the first pipe outlines (RGBA in hex) [default: FF000080] + S:optimizerAColorHex=FF000080 + + # Color of the second pipe outlines (RGBA in hex) [default: 00FF0080] + S:optimizerBColorHex=00FF0080 + + # Color of the third pipe outlines (RGBA in hex) [default: 0000FF80] + S:optimizerCColorHex=0000FF80 + + # Color of the fourth pipe outlines (RGBA in hex) [default: FFFF0080] + S:optimizerDColorHex=FFFF0080 + + # Comma separated list of valid range values. Please note that high values can have significant impact on FPS! [default: 4,8,16] + S:validRanges=4,8,16 +} + + diff --git a/config/quark.cfg b/config/quark.cfg index 2c57bf3..97c91b9 100644 --- a/config/quark.cfg +++ b/config/quark.cfg @@ -373,7 +373,7 @@ client { > # This feature disables itself if any of the following mods are loaded: - # - toughasnails + # - sereneseasons # This is done to prevent content overlap. # You can turn this on to force the feature to be loaded even if the above mods are also loaded. B:"Force Enabled"=false @@ -757,6 +757,12 @@ management { minecraft:trapped_chest > + # Allow anything with 'chest' in its block identifier to be used as a dropoff inventory? + B:"Dropoff to Any Chest Block"=true + + # Allow anything with 'chest' in its TileEntity identifier to be used as a dropoff inventory? + B:"Dropoff to Any Chest Tile"=true + # GUIs in which the chest buttons should be forced to show up. Use the "Debug Classnames" option to find the names. S:"Forced GUIs" < > diff --git a/config/splash.properties b/config/splash.properties index ff8c268..576878b 100644 --- a/config/splash.properties +++ b/config/splash.properties @@ -1,5 +1,5 @@ #Splash screen properties -#Mon May 06 02:31:52 SGT 2019 +#Sun May 12 07:24:04 SGT 2019 background=0x41454A memoryGood=0x1E2D41 font=0xCCCCCC diff --git a/config/triumph/documentation/Triumph.txt b/config/triumph/documentation/Triumph.txt index 4b1211b..7b20260 100644 --- a/config/triumph/documentation/Triumph.txt +++ b/config/triumph/documentation/Triumph.txt @@ -3,13 +3,13 @@ and documentation will be printed. -removeModAdvancements: +allowDragging: Arguments: boolean Default Values: - true + false Notes: - Used to set whether Triumph should remove mod advancements. + Sets whether advancements can be dragged around in the gui. End positions will be saved to script files when the mouse button is released, but advancements must be reloaded to refresh positions after the gui is closed. removeAdvancements: Arguments: @@ -19,21 +19,13 @@ removeAdvancements: Notes: Used to set advancements that should be removed. Can contain both mod ids and advancement ids. If anything is set in this array, everything else will be kept. -pageOrder: - Arguments: - String array - Usage: - Array of root advancement resource location - Notes: - Forces an order for advancement pages in the gui. Any not added to this array are ordered alphabetically. - -allowDragging: +removeModAdvancements: Arguments: boolean Default Values: - false + true Notes: - Sets whether advancements can be dragged around in the gui. End positions will be saved to script files when the mouse button is released, but advancements must be reloaded to refresh positions after the gui is closed. + Used to set whether Triumph should remove mod advancements. keepAdvancements: Arguments: @@ -43,37 +35,45 @@ keepAdvancements: Notes: Used to set advancements that should be kept. Can contain both mod ids and advancement ids. If anything is set in this array, everything else will be removed. -printDefaultConfigs: +removeVanillaAdvancements: Arguments: boolean Default Values: true Notes: - Used to set whether Triumph should print default config files. This will replace files. Always backup first! + Used to set whether Triumph should remove vanilla advancements. -printDocumentation: +forceReloadFunctions: Arguments: boolean - Default Values: - true Notes: - Used to set whether Triumph should print config documentation. + No longer does anything. Simply here to avoid script errors. Will be removed fully in a future update. -removeVanillaAdvancements: +printDefaultConfigs: Arguments: boolean Default Values: true Notes: - Used to set whether Triumph should remove vanilla advancements. + Used to set whether Triumph should print default config files. This will replace files. Always backup first! -forceReloadFunctions: +printDocumentation: Arguments: boolean + Default Values: + true Notes: - No longer does anything. Simply here to avoid script errors. Will be removed fully in a future update. + Used to set whether Triumph should print config documentation. useNewParentCompletionCriteriaNames: Notes: Tells the mod to use the new naming scheme for parent completion criteria generated with 'setRequiresParents()', instead of the old one. 'Completed Title' vs 'completedParent1' +pageOrder: + Arguments: + String array + Usage: + Array of root advancement resource location + Notes: + Forces an order for advancement pages in the gui. Any not added to this array are ordered alphabetically. + diff --git a/config/triumph/documentation/criteria/triggers/botania_tweaks/flower_generated_mana.txt b/config/triumph/documentation/criteria/triggers/botania_tweaks/flower_generated_mana.txt index 4ddf92e..9d69ad9 100644 --- a/config/triumph/documentation/criteria/triggers/botania_tweaks/flower_generated_mana.txt +++ b/config/triumph/documentation/criteria/triggers/botania_tweaks/flower_generated_mana.txt @@ -4,14 +4,6 @@ of mana with a certain flower. -setFlower: - Arguments: - String - Usage: - flower name - Notes: - Sets the required flower. - setRequiredMana: Arguments: long @@ -20,6 +12,14 @@ setRequiredMana: Notes: Sets the required mana for the flower to have generated. +setFlower: + Arguments: + String + Usage: + flower name + Notes: + Sets the required flower. + setCount: Arguments: int diff --git a/config/triumph/documentation/criteria/triggers/immersiveengineering/multiblock_formed.txt b/config/triumph/documentation/criteria/triggers/immersiveengineering/multiblock_formed.txt index 56812d2..954005b 100644 --- a/config/triumph/documentation/criteria/triggers/immersiveengineering/multiblock_formed.txt +++ b/config/triumph/documentation/criteria/triggers/immersiveengineering/multiblock_formed.txt @@ -4,14 +4,6 @@ multiblock. -setItem: - Arguments: - ItemBlockData - Usage: - item data - Notes: - Sets the required item. - setMultiblock: Arguments: String @@ -20,6 +12,14 @@ setMultiblock: Notes: Sets the id for the multiblock this trigger will be triggerd by the formation of. +setItem: + Arguments: + ItemBlockData + Usage: + item data + Notes: + Sets the required item. + setCount: Arguments: int diff --git a/config/triumph/documentation/criteria/triggers/minecraft/bred_animals.txt b/config/triumph/documentation/criteria/triggers/minecraft/bred_animals.txt index 138d6f9..5207177 100644 --- a/config/triumph/documentation/criteria/triggers/minecraft/bred_animals.txt +++ b/config/triumph/documentation/criteria/triggers/minecraft/bred_animals.txt @@ -3,21 +3,21 @@ trigger. -setPartnerType: +setParentType: Arguments: String Usage: entity type Notes: - Sets the partner entity type. + Sets the parent entity type. getChildData: Notes: Returns the EntityData object for the child so functions can be called on it. -getParentData: +getPartnerData: Notes: - Returns the EntityData object for the parent so functions can be called on it. + Returns the EntityData object for the partner so functions can be called on it. setChildType: Arguments: @@ -27,17 +27,17 @@ setChildType: Notes: Sets the child entity type. -getPartnerData: - Notes: - Returns the EntityData object for the partner so functions can be called on it. - -setParentType: +setPartnerType: Arguments: String Usage: entity type Notes: - Sets the parent entity type. + Sets the partner entity type. + +getParentData: + Notes: + Returns the EntityData object for the parent so functions can be called on it. setCount: Arguments: diff --git a/config/triumph/documentation/criteria/triggers/minecraft/changed_dimension.txt b/config/triumph/documentation/criteria/triggers/minecraft/changed_dimension.txt index 15be376..78aebdf 100644 --- a/config/triumph/documentation/criteria/triggers/minecraft/changed_dimension.txt +++ b/config/triumph/documentation/criteria/triggers/minecraft/changed_dimension.txt @@ -3,21 +3,21 @@ trigger. -setDimensionOrigin: +setDimensionDestination: Arguments: String Usage: dimension type Notes: - Sets the origin dimension type. Vanilla options are "overworld", "the_nether", "the_end" + Sets the destination dimension type. Vanilla options are "overworld", "the_nether", "the_end" -setDimensionDestination: +setDimensionOrigin: Arguments: String Usage: dimension type Notes: - Sets the destination dimension type. Vanilla options are "overworld", "the_nether", "the_end" + Sets the origin dimension type. Vanilla options are "overworld", "the_nether", "the_end" setCount: Arguments: diff --git a/config/triumph/documentation/criteria/triggers/minecraft/construct_beacon.txt b/config/triumph/documentation/criteria/triggers/minecraft/construct_beacon.txt index 38f57b5..d7f85e4 100644 --- a/config/triumph/documentation/criteria/triggers/minecraft/construct_beacon.txt +++ b/config/triumph/documentation/criteria/triggers/minecraft/construct_beacon.txt @@ -3,14 +3,6 @@ trigger. -setLevelsMinMax: - Arguments: - float, float - Usage: - min, max - Notes: - Sets the min and max levels for the beacon. - setLevelsMax: Arguments: float @@ -27,6 +19,14 @@ setLevelsMin: Notes: Sets the min levels for the beacon. +setLevelsMinMax: + Arguments: + float, float + Usage: + min, max + Notes: + Sets the min and max levels for the beacon. + setCount: Arguments: int diff --git a/config/triumph/documentation/criteria/triggers/minecraft/cured_zombie_villager.txt b/config/triumph/documentation/criteria/triggers/minecraft/cured_zombie_villager.txt index 18194a9..0f2870d 100644 --- a/config/triumph/documentation/criteria/triggers/minecraft/cured_zombie_villager.txt +++ b/config/triumph/documentation/criteria/triggers/minecraft/cured_zombie_villager.txt @@ -7,13 +7,9 @@ getZombieData: Notes: Returns the EntityData object for the zombie so functions can be called on it. -setZombieType: - Arguments: - String - Usage: - entity type +getVillagerData: Notes: - Sets the zombie entity type. + Returns the EntityData object for the villager so functions can be called on it. setVillagerType: Arguments: @@ -23,9 +19,13 @@ setVillagerType: Notes: Sets the villager entity type. -getVillagerData: +setZombieType: + Arguments: + String + Usage: + entity type Notes: - Returns the EntityData object for the villager so functions can be called on it. + Sets the zombie entity type. setCount: Arguments: diff --git a/config/triumph/documentation/criteria/triggers/minecraft/enchanted_item.txt b/config/triumph/documentation/criteria/triggers/minecraft/enchanted_item.txt index 4ff5582..ee86a89 100644 --- a/config/triumph/documentation/criteria/triggers/minecraft/enchanted_item.txt +++ b/config/triumph/documentation/criteria/triggers/minecraft/enchanted_item.txt @@ -11,14 +11,6 @@ setItem: Notes: Sets the required item. -setLevelsMinMax: - Arguments: - float, float - Usage: - min, max - Notes: - Sets the min and max level for the enchantment. - setLevelsMax: Arguments: float @@ -35,6 +27,14 @@ setLevelsMin: Notes: Sets the min level for the enchantment. +setLevelsMinMax: + Arguments: + float, float + Usage: + min, max + Notes: + Sets the min and max level for the enchantment. + setCount: Arguments: int diff --git a/config/triumph/documentation/criteria/triggers/minecraft/inventory_changed.txt b/config/triumph/documentation/criteria/triggers/minecraft/inventory_changed.txt index ae7857a..b324a93 100644 --- a/config/triumph/documentation/criteria/triggers/minecraft/inventory_changed.txt +++ b/config/triumph/documentation/criteria/triggers/minecraft/inventory_changed.txt @@ -19,14 +19,6 @@ setOccupiedMinMax: Notes: Sets the min and max values for occupied inventory slots. -setOccupiedMin: - Arguments: - float - Usage: - min - Notes: - Sets the min value for occupied inventory slots. - setOccupiedMax: Arguments: float @@ -35,37 +27,37 @@ setOccupiedMax: Notes: Sets the max value for occupied inventory slots. -setFullMinMax: +setEmptyMinMax: Arguments: float, float Usage: min, max Notes: - Sets the min and max values for full inventory slots. + Sets the min and max values for empty inventory slots. -setFullMin: +setEmptyMax: Arguments: float Usage: - min + max Notes: - Sets the min value for full inventory slots. + Sets the max value for empty inventory slots. -setFullMax: +setFullMinMax: Arguments: - float + float, float Usage: - max + min, max Notes: - Sets the max value for full inventory slots. + Sets the min and max values for full inventory slots. -setEmptyMinMax: +setOccupiedMin: Arguments: - float, float + float Usage: - min, max + min Notes: - Sets the min and max values for empty inventory slots. + Sets the min value for occupied inventory slots. setEmptyMin: Arguments: @@ -75,13 +67,21 @@ setEmptyMin: Notes: Sets the min value for empty inventory slots. -setEmptyMax: +setFullMax: Arguments: float Usage: max Notes: - Sets the max value for empty inventory slots. + Sets the max value for full inventory slots. + +setFullMin: + Arguments: + float + Usage: + min + Notes: + Sets the min value for full inventory slots. setCount: Arguments: diff --git a/config/triumph/documentation/criteria/triggers/minecraft/item_durability_changed.txt b/config/triumph/documentation/criteria/triggers/minecraft/item_durability_changed.txt index c661039..f5f1045 100644 --- a/config/triumph/documentation/criteria/triggers/minecraft/item_durability_changed.txt +++ b/config/triumph/documentation/criteria/triggers/minecraft/item_durability_changed.txt @@ -11,6 +11,14 @@ setItem: Notes: Sets the required item. +setDurabilityMinMax: + Arguments: + float, float + Usage: + min, max + Notes: + Sets the min and max item durability. + setDurabilityMin: Arguments: float @@ -19,13 +27,13 @@ setDurabilityMin: Notes: Sets the min item durability. -setDurabilityMax: +setDeltaMin: Arguments: float Usage: - max + min Notes: - Sets the max item durability. + Sets the min delta. setDeltaMinMax: Arguments: @@ -35,13 +43,13 @@ setDeltaMinMax: Notes: Sets the min and max delta. -setDeltaMin: +setDurabilityMax: Arguments: float Usage: - min + max Notes: - Sets the min delta. + Sets the max item durability. setDeltaMax: Arguments: @@ -51,14 +59,6 @@ setDeltaMax: Notes: Sets the max delta. -setDurabilityMinMax: - Arguments: - float, float - Usage: - min, max - Notes: - Sets the min and max item durability. - setCount: Arguments: int diff --git a/config/triumph/documentation/criteria/triggers/minecraft/levitation.txt b/config/triumph/documentation/criteria/triggers/minecraft/levitation.txt index c7e8e41..83f2b46 100644 --- a/config/triumph/documentation/criteria/triggers/minecraft/levitation.txt +++ b/config/triumph/documentation/criteria/triggers/minecraft/levitation.txt @@ -14,21 +14,21 @@ getDistanceData: Notes: Returns the DistanceData object so functions can be called on it. -setDurationMin: +setDurationMax: Arguments: float Usage: - min + max Notes: - Sets the min duration. + Sets the max duration. -setDurationMax: +setDurationMin: Arguments: float Usage: - max + min Notes: - Sets the max duration. + Sets the min duration. setCount: Arguments: diff --git a/config/triumph/documentation/criteria/triggers/minecraft/location.txt b/config/triumph/documentation/criteria/triggers/minecraft/location.txt index 257fd57..b40f235 100644 --- a/config/triumph/documentation/criteria/triggers/minecraft/location.txt +++ b/config/triumph/documentation/criteria/triggers/minecraft/location.txt @@ -10,6 +10,14 @@ setFeature: Notes: Sets the feature id. Used for things like structures. +setBiome: + Arguments: + Non_Null_Biome_ID + Usage: + biome id + Notes: + Sets the biome id. Can be an int or String. + setGeneratorOptions: Arguments: String @@ -18,13 +26,9 @@ setGeneratorOptions: Notes: Sets the generator options string. -setBiome: - Arguments: - Non_Null_Biome_ID - Usage: - biome id +getLocationData: Notes: - Sets the biome id. Can be an int or String. + Returns the LocationData object so functions can be called on it. setWorldType: Arguments: @@ -42,10 +46,6 @@ setDimID: Notes: Sets the dimension id. -getLocationData: - Notes: - Returns the LocationData object so functions can be called on it. - setCount: Arguments: int diff --git a/config/triumph/documentation/criteria/triggers/minecraft/nether_travel.txt b/config/triumph/documentation/criteria/triggers/minecraft/nether_travel.txt index a2e067e..f3be099 100644 --- a/config/triumph/documentation/criteria/triggers/minecraft/nether_travel.txt +++ b/config/triumph/documentation/criteria/triggers/minecraft/nether_travel.txt @@ -3,14 +3,6 @@ trigger. -setEnteredGeneratorOptions: - Arguments: - String - Usage: - generator string - Notes: - Sets the generator options string. - setEnteredWorldType: Arguments: String @@ -19,7 +11,7 @@ setEnteredWorldType: Notes: Sets the WorldType id. -setExitedGeneratorOptions: +setEnteredGeneratorOptions: Arguments: String Usage: @@ -27,14 +19,6 @@ setExitedGeneratorOptions: Notes: Sets the generator options string. -setExitedWorldType: - Arguments: - String - Usage: - WorldType id - Notes: - Sets the WorldType id. - setEnteredFeature: Arguments: String @@ -43,21 +27,21 @@ setEnteredFeature: Notes: Sets the feature id for the entered location. Used for things like structures. -setEnteredBiome: +setExitedGeneratorOptions: Arguments: - Non_Null_Biome_ID + String Usage: - biome id + generator string Notes: - Sets the biome id for the entered location. Can be an int or String. + Sets the generator options string. -setExitedFeature: +setExitedWorldType: Arguments: String Usage: - feature id + WorldType id Notes: - Sets the feature id for the exited location. Used for things like structures. + Sets the WorldType id. setExitedDimID: Arguments: @@ -67,21 +51,25 @@ setExitedDimID: Notes: Sets the dimension id. -getDistanceData: +setEnteredDimID: + Arguments: + int + Usage: + dimension id Notes: - Returns the DistanceData object so functions can be called on it. + Sets the dimension id. getExitedData: Notes: Returns the LocationData object for the exited location so functions can be called on it. -setEnteredDimID: +setExitedFeature: Arguments: - int + String Usage: - dimension id + feature id Notes: - Sets the dimension id. + Sets the feature id for the exited location. Used for things like structures. getEnteredData: Notes: @@ -95,6 +83,18 @@ setExitedBiome: Notes: Sets the biome id for the exited location. Can be an int or String. +setEnteredBiome: + Arguments: + Non_Null_Biome_ID + Usage: + biome id + Notes: + Sets the biome id for the entered location. Can be an int or String. + +getDistanceData: + Notes: + Returns the DistanceData object so functions can be called on it. + setCount: Arguments: int diff --git a/config/triumph/documentation/criteria/triggers/minecraft/placed_block.txt b/config/triumph/documentation/criteria/triggers/minecraft/placed_block.txt index 07fd159..4184335 100644 --- a/config/triumph/documentation/criteria/triggers/minecraft/placed_block.txt +++ b/config/triumph/documentation/criteria/triggers/minecraft/placed_block.txt @@ -26,6 +26,14 @@ setBlock: Notes: Sets the required block. +setBiome: + Arguments: + Non_Null_Biome_ID + Usage: + biome id + Notes: + Sets the biome id. Can be an int or String. + setGeneratorOptions: Arguments: String @@ -34,13 +42,9 @@ setGeneratorOptions: Notes: Sets the generator options string. -setBiome: - Arguments: - Non_Null_Biome_ID - Usage: - biome id +getLocationData: Notes: - Sets the biome id. Can be an int or String. + Returns the LocationData object so functions can be called on it. setWorldType: Arguments: @@ -58,10 +62,6 @@ setDimID: Notes: Sets the dimension id. -getLocationData: - Notes: - Returns the LocationData object so functions can be called on it. - setCount: Arguments: int diff --git a/config/triumph/documentation/criteria/triggers/minecraft/slept_in_bed.txt b/config/triumph/documentation/criteria/triggers/minecraft/slept_in_bed.txt index b378125..1647f55 100644 --- a/config/triumph/documentation/criteria/triggers/minecraft/slept_in_bed.txt +++ b/config/triumph/documentation/criteria/triggers/minecraft/slept_in_bed.txt @@ -10,6 +10,14 @@ setFeature: Notes: Sets the feature id. Used for things like structures. +setBiome: + Arguments: + Non_Null_Biome_ID + Usage: + biome id + Notes: + Sets the biome id. Can be an int or String. + setGeneratorOptions: Arguments: String @@ -18,13 +26,9 @@ setGeneratorOptions: Notes: Sets the generator options string. -setBiome: - Arguments: - Non_Null_Biome_ID - Usage: - biome id +getLocationData: Notes: - Sets the biome id. Can be an int or String. + Returns the LocationData object so functions can be called on it. setWorldType: Arguments: @@ -42,10 +46,6 @@ setDimID: Notes: Sets the dimension id. -getLocationData: - Notes: - Returns the LocationData object so functions can be called on it. - setCount: Arguments: int diff --git a/config/triumph/documentation/criteria/triggers/triumph/left_click_block.txt b/config/triumph/documentation/criteria/triggers/triumph/left_click_block.txt index f040106..4e471dd 100644 --- a/config/triumph/documentation/criteria/triggers/triumph/left_click_block.txt +++ b/config/triumph/documentation/criteria/triggers/triumph/left_click_block.txt @@ -27,6 +27,14 @@ setBlock: Notes: Sets the required block. +setBiome: + Arguments: + Non_Null_Biome_ID + Usage: + biome id + Notes: + Sets the biome id. Can be an int or String. + setGeneratorOptions: Arguments: String @@ -35,13 +43,33 @@ setGeneratorOptions: Notes: Sets the generator options string. -setBiome: +getLocationData: + Notes: + Returns the LocationData object so functions can be called on it. + +setWorldType: Arguments: - Non_Null_Biome_ID + String Usage: - biome id + WorldType id Notes: - Sets the biome id. Can be an int or String. + Sets the WorldType id. + +setDimID: + Arguments: + int + Usage: + dimension id + Notes: + Sets the dimension id. + +setHitXMinMax: + Arguments: + float, float + Usage: + min, max + Notes: + Sets the min and max X coordinates for the interaction location on the block. setHitXMin: Arguments: @@ -59,13 +87,13 @@ setHitYMinMax: Notes: Sets the min and max Y coordinates for the interaction location on the block. -setHitZMax: +setHitYMin: Arguments: float Usage: - max + min Notes: - Sets the max Z coordinate for the interaction location on the block. + Sets the min Y coordinate for the interaction location on the block. setHitYMax: Arguments: @@ -75,14 +103,6 @@ setHitYMax: Notes: Sets the max Y coordinate for the interaction location on the block. -setHitZMinMax: - Arguments: - float, float - Usage: - min, max - Notes: - Sets the min and max Z coordinates for the interaction location on the block. - setHitXMax: Arguments: float @@ -91,14 +111,6 @@ setHitXMax: Notes: Sets the max X coordinate for the interaction location on the block. -setHitXMinMax: - Arguments: - float, float - Usage: - min, max - Notes: - Sets the min and max X coordinates for the interaction location on the block. - setHitZMin: Arguments: float @@ -107,33 +119,21 @@ setHitZMin: Notes: Sets the min Z coordinate for the interaction location on the block. -setHitYMin: - Arguments: - float - Usage: - min - Notes: - Sets the min Y coordinate for the interaction location on the block. - -setWorldType: +setHitZMinMax: Arguments: - String + float, float Usage: - WorldType id + min, max Notes: - Sets the WorldType id. + Sets the min and max Z coordinates for the interaction location on the block. -setDimID: +setHitZMax: Arguments: - int + float Usage: - dimension id - Notes: - Sets the dimension id. - -getLocationData: + max Notes: - Returns the LocationData object so functions can be called on it. + Sets the max Z coordinate for the interaction location on the block. setCount: Arguments: diff --git a/config/triumph/documentation/criteria/triggers/triumph/player_break_block.txt b/config/triumph/documentation/criteria/triggers/triumph/player_break_block.txt index 99dfea8..c65ffcf 100644 --- a/config/triumph/documentation/criteria/triggers/triumph/player_break_block.txt +++ b/config/triumph/documentation/criteria/triggers/triumph/player_break_block.txt @@ -28,6 +28,14 @@ setBlock: Notes: Sets the required block. +setBiome: + Arguments: + Non_Null_Biome_ID + Usage: + biome id + Notes: + Sets the biome id. Can be an int or String. + setGeneratorOptions: Arguments: String @@ -36,13 +44,9 @@ setGeneratorOptions: Notes: Sets the generator options string. -setBiome: - Arguments: - Non_Null_Biome_ID - Usage: - biome id +getLocationData: Notes: - Sets the biome id. Can be an int or String. + Returns the LocationData object so functions can be called on it. setWorldType: Arguments: @@ -60,10 +64,6 @@ setDimID: Notes: Sets the dimension id. -getLocationData: - Notes: - Returns the LocationData object so functions can be called on it. - setCount: Arguments: int diff --git a/config/triumph/documentation/criteria/triggers/triumph/player_destroy_block.txt b/config/triumph/documentation/criteria/triggers/triumph/player_destroy_block.txt index 1363fb8..6650d04 100644 --- a/config/triumph/documentation/criteria/triggers/triumph/player_destroy_block.txt +++ b/config/triumph/documentation/criteria/triggers/triumph/player_destroy_block.txt @@ -27,6 +27,14 @@ setBlock: Notes: Sets the required block. +setBiome: + Arguments: + Non_Null_Biome_ID + Usage: + biome id + Notes: + Sets the biome id. Can be an int or String. + setGeneratorOptions: Arguments: String @@ -35,13 +43,9 @@ setGeneratorOptions: Notes: Sets the generator options string. -setBiome: - Arguments: - Non_Null_Biome_ID - Usage: - biome id +getLocationData: Notes: - Sets the biome id. Can be an int or String. + Returns the LocationData object so functions can be called on it. setWorldType: Arguments: @@ -59,10 +63,6 @@ setDimID: Notes: Sets the dimension id. -getLocationData: - Notes: - Returns the LocationData object so functions can be called on it. - setCount: Arguments: int diff --git a/config/triumph/documentation/criteria/triggers/triumph/player_harvest_block.txt b/config/triumph/documentation/criteria/triggers/triumph/player_harvest_block.txt index f9a2f66..f41a129 100644 --- a/config/triumph/documentation/criteria/triggers/triumph/player_harvest_block.txt +++ b/config/triumph/documentation/criteria/triggers/triumph/player_harvest_block.txt @@ -27,6 +27,14 @@ setBlock: Notes: Sets the required block. +setBiome: + Arguments: + Non_Null_Biome_ID + Usage: + biome id + Notes: + Sets the biome id. Can be an int or String. + setGeneratorOptions: Arguments: String @@ -35,13 +43,9 @@ setGeneratorOptions: Notes: Sets the generator options string. -setBiome: - Arguments: - Non_Null_Biome_ID - Usage: - biome id +getLocationData: Notes: - Sets the biome id. Can be an int or String. + Returns the LocationData object so functions can be called on it. setWorldType: Arguments: @@ -59,10 +63,6 @@ setDimID: Notes: Sets the dimension id. -getLocationData: - Notes: - Returns the LocationData object so functions can be called on it. - setCount: Arguments: int diff --git a/config/triumph/documentation/criteria/triggers/triumph/right_click_block.txt b/config/triumph/documentation/criteria/triggers/triumph/right_click_block.txt index dc257e4..8d4eca3 100644 --- a/config/triumph/documentation/criteria/triggers/triumph/right_click_block.txt +++ b/config/triumph/documentation/criteria/triggers/triumph/right_click_block.txt @@ -27,6 +27,14 @@ setBlock: Notes: Sets the required block. +setBiome: + Arguments: + Non_Null_Biome_ID + Usage: + biome id + Notes: + Sets the biome id. Can be an int or String. + setGeneratorOptions: Arguments: String @@ -35,13 +43,33 @@ setGeneratorOptions: Notes: Sets the generator options string. -setBiome: +getLocationData: + Notes: + Returns the LocationData object so functions can be called on it. + +setWorldType: Arguments: - Non_Null_Biome_ID + String Usage: - biome id + WorldType id Notes: - Sets the biome id. Can be an int or String. + Sets the WorldType id. + +setDimID: + Arguments: + int + Usage: + dimension id + Notes: + Sets the dimension id. + +setHitXMinMax: + Arguments: + float, float + Usage: + min, max + Notes: + Sets the min and max X coordinates for the interaction location on the block. setHitXMin: Arguments: @@ -59,13 +87,13 @@ setHitYMinMax: Notes: Sets the min and max Y coordinates for the interaction location on the block. -setHitZMax: +setHitYMin: Arguments: float Usage: - max + min Notes: - Sets the max Z coordinate for the interaction location on the block. + Sets the min Y coordinate for the interaction location on the block. setHitYMax: Arguments: @@ -75,14 +103,6 @@ setHitYMax: Notes: Sets the max Y coordinate for the interaction location on the block. -setHitZMinMax: - Arguments: - float, float - Usage: - min, max - Notes: - Sets the min and max Z coordinates for the interaction location on the block. - setHitXMax: Arguments: float @@ -91,14 +111,6 @@ setHitXMax: Notes: Sets the max X coordinate for the interaction location on the block. -setHitXMinMax: - Arguments: - float, float - Usage: - min, max - Notes: - Sets the min and max X coordinates for the interaction location on the block. - setHitZMin: Arguments: float @@ -107,33 +119,21 @@ setHitZMin: Notes: Sets the min Z coordinate for the interaction location on the block. -setHitYMin: - Arguments: - float - Usage: - min - Notes: - Sets the min Y coordinate for the interaction location on the block. - -setWorldType: +setHitZMinMax: Arguments: - String + float, float Usage: - WorldType id + min, max Notes: - Sets the WorldType id. + Sets the min and max Z coordinates for the interaction location on the block. -setDimID: +setHitZMax: Arguments: - int + float Usage: - dimension id - Notes: - Sets the dimension id. - -getLocationData: + max Notes: - Returns the LocationData object so functions can be called on it. + Sets the max Z coordinate for the interaction location on the block. setCount: Arguments: diff --git a/config/triumph/documentation/criteria/triggers/triumph/right_click_item.txt b/config/triumph/documentation/criteria/triggers/triumph/right_click_item.txt index 7fd9231..8594116 100644 --- a/config/triumph/documentation/criteria/triggers/triumph/right_click_item.txt +++ b/config/triumph/documentation/criteria/triggers/triumph/right_click_item.txt @@ -19,6 +19,14 @@ setItem: Notes: Sets the required item. +setBiome: + Arguments: + Non_Null_Biome_ID + Usage: + biome id + Notes: + Sets the biome id. Can be an int or String. + setGeneratorOptions: Arguments: String @@ -27,13 +35,9 @@ setGeneratorOptions: Notes: Sets the generator options string. -setBiome: - Arguments: - Non_Null_Biome_ID - Usage: - biome id +getLocationData: Notes: - Sets the biome id. Can be an int or String. + Returns the LocationData object so functions can be called on it. setWorldType: Arguments: @@ -51,10 +55,6 @@ setDimID: Notes: Sets the dimension id. -getLocationData: - Notes: - Returns the LocationData object so functions can be called on it. - setCount: Arguments: int diff --git a/config/triumph/documentation/dataObjects/DamageData.txt b/config/triumph/documentation/dataObjects/DamageData.txt index f64d013..7a9cdef 100644 --- a/config/triumph/documentation/dataObjects/DamageData.txt +++ b/config/triumph/documentation/dataObjects/DamageData.txt @@ -10,13 +10,13 @@ getDamageSourceData: Notes: Returns the DamageSourceData object so functions can be called on it. -setBlocked: +setDealtMinMax: Arguments: - boolean + float, float Usage: - true/false + min, max Notes: - Sets if the damage was blocked. + Sets the min and max damage dealt. setTakenMinMax: Arguments: @@ -26,29 +26,21 @@ setTakenMinMax: Notes: Sets the min and max damage taken. -setDealtMin: +setTakenMax: Arguments: float Usage: - min - Notes: - Sets the min damage dealt. - -setDealtMinMax: - Arguments: - float, float - Usage: - min, max + max Notes: - Sets the min and max damage dealt. + Sets the max damage taken. -setTakenMax: +setDealtMin: Arguments: float Usage: - max + min Notes: - Sets the max damage taken. + Sets the min damage dealt. setDealtMax: Arguments: @@ -66,3 +58,11 @@ setTakenMin: Notes: Sets the min damage taken. +setBlocked: + Arguments: + boolean + Usage: + true/false + Notes: + Sets if the damage was blocked. + diff --git a/config/triumph/documentation/dataObjects/DamageSourceData.txt b/config/triumph/documentation/dataObjects/DamageSourceData.txt index c89c8a9..7669c2f 100644 --- a/config/triumph/documentation/dataObjects/DamageSourceData.txt +++ b/config/triumph/documentation/dataObjects/DamageSourceData.txt @@ -2,67 +2,67 @@ These are the functions which can be called on a DamageSourceData object. -isProjectile: +isExplosion: Arguments: boolean Usage: true/false Notes: - Sets if the damage source is a projectile. + Sets if the damage source is an explosion. -isExplosion: +isProjectile: Arguments: boolean Usage: true/false Notes: - Sets if the damage source is an explosion. + Sets if the damage source is a projectile. -isFire: +isMagic: Arguments: boolean Usage: true/false Notes: - Sets if the damage source is fire. - -getSourceData: - Notes: - Returns the EntityData object for the source entity (This would be for the player/skeleton/etc.) so functions can be called on it. + Sets if the damage source is magic. -bypassesArmor: +bypassesInvulnerability: Arguments: boolean Usage: true/false Notes: - Sets if the damage source bypasses armor. + Sets if the damage source bypasses invulerability. -bypassesMagic: +getImmediateSourceData: + Notes: + Returns the EntityData object for the immediate source entity (This would be for things like projectiles.) so functions can be called on it. + +isFire: Arguments: boolean Usage: true/false Notes: - Sets if the damage source bypasses magic. + Sets if the damage source is fire. -isMagic: +bypassesArmor: Arguments: boolean Usage: true/false Notes: - Sets if the damage source is magic. - -getImmediateSourceData: - Notes: - Returns the EntityData object for the immediate source entity (This would be for things like projectiles.) so functions can be called on it. + Sets if the damage source bypasses armor. -bypassesInvulnerability: +bypassesMagic: Arguments: boolean Usage: true/false Notes: - Sets if the damage source bypasses invulerability. + Sets if the damage source bypasses magic. + +getSourceData: + Notes: + Returns the EntityData object for the source entity (This would be for the player/skeleton/etc.) so functions can be called on it. diff --git a/config/triumph/documentation/dataObjects/DistanceData.txt b/config/triumph/documentation/dataObjects/DistanceData.txt index 47d2119..0b27d05 100644 --- a/config/triumph/documentation/dataObjects/DistanceData.txt +++ b/config/triumph/documentation/dataObjects/DistanceData.txt @@ -2,53 +2,53 @@ These are the functions which can be called on a DistanceData object. -setHorizontalMinMax: +setAbsoluteMinMax: Arguments: float, float Usage: min, max Notes: - Sets the min and max distances on the horizontal axis. + Sets the min and max distances for all directions combined. -setAbsoluteMinMax: +setHorizontalMinMax: Arguments: float, float Usage: min, max Notes: - Sets the min and max distances for all directions combined. + Sets the min and max distances on the horizontal axis. -setYMin: +setYMax: Arguments: float Usage: - min + max Notes: - Sets the min distance on the Y axis. + Sets the max distance on the Y axis. -setZMinMax: +setZMax: Arguments: - float, float + float Usage: - min, max + max Notes: - Sets the min and max distances on the Z axis. + Sets the max distance on the Z axis. -setYMax: +setXMin: Arguments: float Usage: - max + min Notes: - Sets the max distance on the Y axis. + Sets the min distance on the X axis. -setXMinMax: +setYMin: Arguments: - float, float + float Usage: - min, max + min Notes: - Sets the min and max distances on the X axis. + Sets the min distance on the Y axis. setXMax: Arguments: @@ -58,45 +58,37 @@ setXMax: Notes: Sets the max distance on the X axis. -setYMinMax: - Arguments: - float, float - Usage: - min, max - Notes: - Sets the min and max distances on the Y axis. - -setXMin: +setZMin: Arguments: float Usage: min Notes: - Sets the min distance on the X axis. + Sets the min distance on the Z axis. -setZMax: +setXMinMax: Arguments: - float + float, float Usage: - max + min, max Notes: - Sets the max distance on the Z axis. + Sets the min and max distances on the X axis. -setHorizontalMin: +setYMinMax: Arguments: - float + float, float Usage: - min + min, max Notes: - Sets the min distance on the horizontal axis. + Sets the min and max distances on the Y axis. -setZMin: +setZMinMax: Arguments: - float + float, float Usage: - min + min, max Notes: - Sets the min distance on the Z axis. + Sets the min and max distances on the Z axis. setHorizontalMax: Arguments: @@ -122,3 +114,11 @@ setAbsoluteMax: Notes: Sets the max distance for all directions combined. +setHorizontalMin: + Arguments: + float + Usage: + min + Notes: + Sets the min distance on the horizontal axis. + diff --git a/config/triumph/documentation/dataObjects/EntityData.txt b/config/triumph/documentation/dataObjects/EntityData.txt index 7fb115f..e884b8d 100644 --- a/config/triumph/documentation/dataObjects/EntityData.txt +++ b/config/triumph/documentation/dataObjects/EntityData.txt @@ -18,14 +18,6 @@ setFeature: Notes: Sets the feature id. Used for things like structures. -setGeneratorOptions: - Arguments: - String - Usage: - generator string - Notes: - Sets the generator options string. - setBiome: Arguments: Non_Null_Biome_ID @@ -34,9 +26,17 @@ setBiome: Notes: Sets the biome id. Can be an int or String. -getDistanceData: +setGeneratorOptions: + Arguments: + String + Usage: + generator string Notes: - Returns the DistanceData object so functions can be called on it. + Sets the generator options string. + +getLocationData: + Notes: + Returns the LocationData object so functions can be called on it. setWorldType: Arguments: @@ -46,14 +46,6 @@ setWorldType: Notes: Sets the WorldType id. -setDimID: - Arguments: - int - Usage: - dimension id - Notes: - Sets the dimension id. - setDimensionType: Arguments: String @@ -62,7 +54,15 @@ setDimensionType: Notes: Sets the dimension type. Vanilla options are "overworld", "the_nether", "the_end" -getLocationData: +setDimID: + Arguments: + int + Usage: + dimension id Notes: - Returns the LocationData object so functions can be called on it. + Sets the dimension id. + +getDistanceData: + Notes: + Returns the DistanceData object so functions can be called on it. diff --git a/config/triumph/documentation/dataObjects/LocationData.txt b/config/triumph/documentation/dataObjects/LocationData.txt index 7dbfec5..7d3de5d 100644 --- a/config/triumph/documentation/dataObjects/LocationData.txt +++ b/config/triumph/documentation/dataObjects/LocationData.txt @@ -10,14 +10,6 @@ setFeature: Notes: Sets the feature id. Used for things like structures. -setGeneratorOptions: - Arguments: - String - Usage: - generator string - Notes: - Sets the generator options string. - setBiome: Arguments: Non_Null_Biome_ID @@ -26,53 +18,53 @@ setBiome: Notes: Sets the biome id. Can be an int or String. -setWorldType: +setGeneratorOptions: Arguments: String Usage: - WorldType id + generator string Notes: - Sets the WorldType id. + Sets the generator options string. -setDimID: +setYMax: Arguments: - int + float Usage: - dimension id + max Notes: - Sets the dimension id. + Sets the max Y coordinate. -setYMin: +setZMax: Arguments: float Usage: - min + max Notes: - Sets the min Y coordinate. + Sets the max Z coordinate. -setZMinMax: +setXMin: Arguments: - float, float + float Usage: - min, max + min Notes: - Sets the min and max Z coordinates. + Sets the min X coordinate. -setYMax: +setYMin: Arguments: float Usage: - max + min Notes: - Sets the max Y coordinate. + Sets the min Y coordinate. -setXMinMax: +setWorldType: Arguments: - float, float + String Usage: - min, max + WorldType id Notes: - Sets the min and max X coordinates. + Sets the WorldType id. setXMax: Arguments: @@ -82,43 +74,51 @@ setXMax: Notes: Sets the max X coordinate. -setYMinMax: +setDimensionType: Arguments: - float, float + String Usage: - min, max + dimension type Notes: - Sets the min and max Y coordinates. + Sets the dimension type. Vanilla options are "overworld", "the_nether", "the_end" -setXMin: +setDimID: + Arguments: + int + Usage: + dimension id + Notes: + Sets the dimension id. + +setZMin: Arguments: float Usage: min Notes: - Sets the min X coordinate. + Sets the min Z coordinate. -setZMax: +setXMinMax: Arguments: - float + float, float Usage: - max + min, max Notes: - Sets the max Z coordinate. + Sets the min and max X coordinates. -setZMin: +setYMinMax: Arguments: - float + float, float Usage: - min + min, max Notes: - Sets the min Z coordinate. + Sets the min and max Y coordinates. -setDimensionType: +setZMinMax: Arguments: - String + float, float Usage: - dimension type + min, max Notes: - Sets the dimension type. Vanilla options are "overworld", "the_nether", "the_end" + Sets the min and max Z coordinates. diff --git a/config/triumph/documentation/dataObjects/PotionEffectData.txt b/config/triumph/documentation/dataObjects/PotionEffectData.txt index 4a7e106..ab4dd51 100644 --- a/config/triumph/documentation/dataObjects/PotionEffectData.txt +++ b/config/triumph/documentation/dataObjects/PotionEffectData.txt @@ -18,29 +18,29 @@ setAmbient: Notes: Sets if the effect is ambient. -setAmplifierMinMax: +setDurationMinMax: Arguments: float, float Usage: min, max Notes: - Sets the min and max amplifier for the effect. + Sets the min and max duration for the effect. -setDurationMinMax: +setAmplifierMinMax: Arguments: float, float Usage: min, max Notes: - Sets the min and max duration for the effect. + Sets the min and max amplifier for the effect. -setAmplifierMax: +setDurationMax: Arguments: float Usage: max Notes: - Sets the max amplifier for the effect. + Sets the max duration for the effect. setDurationMin: Arguments: @@ -50,19 +50,19 @@ setDurationMin: Notes: Sets the min duration for the effect. -setDurationMax: +setAmplifierMin: Arguments: float Usage: - max + min Notes: - Sets the max duration for the effect. + Sets the min amplifier for the effect. -setAmplifierMin: +setAmplifierMax: Arguments: float Usage: - min + max Notes: - Sets the min amplifier for the effect. + Sets the max amplifier for the effect. diff --git a/config/triumph/documentation/script/ScriptAdvancement.txt b/config/triumph/documentation/script/ScriptAdvancement.txt index 21ec57c..fe7dfb5 100644 --- a/config/triumph/documentation/script/ScriptAdvancement.txt +++ b/config/triumph/documentation/script/ScriptAdvancement.txt @@ -10,35 +10,29 @@ setBackground: Notes: Sets the background for the advancement page. This is required and only used by root advancements. Be aware the background is tiled. -setDescription: +setPos: Arguments: - String + int, int Usage: - description + x pos, y pos Notes: - Sets the description for the advancement. This or setTranslatedDescription is required. + Sets the x and y coordinates of the advancement. -addParent: +setDescription: Arguments: String - Notes: - Adds a parent for the advancement. This only effects its position on the advancement page and connection lines. By default parents are not required for the advancement to be completed. At least one parent is required for non-root advancements. If the string ends with a / it will be treated as a folder, and all advancements within that folder will be added as parents. - -setPos: - Arguments: - int, int Usage: - x pos, y pos + description Notes: - Sets the x and y coordinates of the advancement. + Sets the description for the advancement. This or setTranslatedDescription is required. -addCriteria: +setTitle: Arguments: - String, String + String Usage: - criteria name, criteria trigger type + title Notes: - Adds a criteria to the advancement with the specified type. Returns the criteria object for use as a variable. + Sets the title for the advancement. This or setTranslatedTitle is required. setIcon: Arguments: @@ -48,13 +42,11 @@ setIcon: Notes: Sets the item icon for the advancement. This is required. -setTitle: +addParent: Arguments: String - Usage: - title Notes: - Sets the title for the advancement. This or setTranslatedTitle is required. + Adds a parent for the advancement. This only effects its position on the advancement page and connection lines. By default parents are not required for the advancement to be completed. At least one parent is required for non-root advancements. If the string ends with a / it will be treated as a folder, and all advancements within that folder will be added as parents. setHidden: Arguments: @@ -72,81 +64,101 @@ hideLines: Notes: Sets the advancement to hide connection lines to parents. -setUncompletedTitleColor: +addRewardSkillable: + Arguments: + String, int + Usage: + skill, levels + Notes: + Adds a Skillable skill level up reward. + +setUncompletedIconColor: Arguments: int Usage: color int Notes: - Sets the uncompleted title color for the advancement. + Sets the uncompleted icon color for the advancement. -setUncompletedTitleColor: +setUncompletedIconColor: Arguments: int, int, int Usage: red, green, blue Notes: - Sets the uncompleted title color for the advancement. + Sets the uncompleted icon color for the advancement. -setCompletedTitleColor: +setCompletedIconColor: + Arguments: + int, int, int + Usage: + red, green, blue + Notes: + Sets the completed icon color for the advancement. + +setCompletedIconColor: Arguments: int Usage: color Notes: - Sets the completed title color for the advancement. + Sets the completed icon color for the advancement. -setCompletedTitleColor: +setUncompletedTitleColor: Arguments: int, int, int Usage: red, green, blue Notes: - Sets the completed title color for the advancement. + Sets the uncompleted title color for the advancement. -setTranslatedTitle: +setUncompletedTitleColor: Arguments: - String + int Usage: - title translation path - Notes: - Sets the translated title for the advancement. Used for localization. This or setTitle is required. - -pageAlwaysVisible: + color int Notes: - Only usable in root advancements. Makes the page always visible. All visibility options (alwaysVisible, alwaysHidden, visibleIf, hiddenIf, visibleUnless and hiddenUnless) are run in order of addition to the script. The first one in the list to be completed is the one which enforces its visibility option. + Sets the uncompleted title color for the advancement. -setCompletedIconColor: +setRewardExperience: Arguments: int Usage: - color + experience Notes: - Sets the completed icon color for the advancement. + Sets the experience amount for the reward for completing the advancement. This is in xp, not in levels. -setCompletedIconColor: +setCompletedLineColor: Arguments: int, int, int Usage: red, green, blue Notes: - Sets the completed icon color for the advancement. + Sets the completed line color for the advancement. -setUncompletedIconColor: +setCompletedLineColor: Arguments: int Usage: color int Notes: - Sets the uncompleted icon color for the advancement. + Sets the completed line color for the advancement. -setUncompletedIconColor: +setCompletedTitleColor: Arguments: int, int, int Usage: red, green, blue Notes: - Sets the uncompleted icon color for the advancement. + Sets the completed title color for the advancement. + +setCompletedTitleColor: + Arguments: + int + Usage: + color + Notes: + Sets the completed title color for the advancement. setAnnounceToChat: Arguments: @@ -156,21 +168,21 @@ setAnnounceToChat: Notes: Sets if the advancement completion should be announced in chat. -setRewardExperience: +setTranslatedTitle: Arguments: - int + String Usage: - experience + title translation path Notes: - Sets the experience amount for the reward for completing the advancement. This is in xp, not in levels. + Sets the translated title for the advancement. Used for localization. This or setTitle is required. -addRewardSkillable: +addRewardFunction: Arguments: - String, int + String Usage: - skill, levels + function name Notes: - Adds a Skillable skill level up reward. + Adds the function with the provided name as a reward for completing the advancement. setTranslatedDescription: Arguments: @@ -180,13 +192,13 @@ setTranslatedDescription: Notes: Sets the description for the advancement. Used for localization. This or setDescription is required. -addRewardFunction: - Arguments: - String - Usage: - function name +pageAlwaysVisible: Notes: - Adds the function with the provided name as a reward for completing the advancement. + Only usable in root advancements. Makes the page always visible. All visibility options (alwaysVisible, alwaysHidden, visibleIf, hiddenIf, visibleUnless and hiddenUnless) are run in order of addition to the script. The first one in the list to be completed is the one which enforces its visibility option. + +setRequiresParents: + Notes: + This is a helper method which adds criteria either named 'completedParent'/'completedParent2'/etc or if the 'useNewParentCompletionCriteriaNames' option is set in the main config named the same as their title or resource location (Example: "Completed Some Advancement Title") with type "triumph:completed_advancement", and makes them a requirement. This effectively makes the advancement require its parents to be completed before it can be completed. setUncompletedLineColor: Arguments: @@ -212,26 +224,6 @@ pageVisibleUnless: Notes: Only usable in root advancements. Makes the page visible if the provided advancement/gamestage is not completed. All visibility options (alwaysVisible, alwaysHidden, visibleIf, hiddenIf, visibleUnless and hiddenUnless) are run in order of addition to the script. The first one in the list to be completed is the one which enforces its visibility option. -setCompletedLineColor: - Arguments: - int, int, int - Usage: - red, green, blue - Notes: - Sets the completed line color for the advancement. - -setCompletedLineColor: - Arguments: - int - Usage: - color int - Notes: - Sets the completed line color for the advancement. - -setRequiresParents: - Notes: - This is a helper method which adds criteria either named 'completedParent'/'completedParent2'/etc or if the 'useNewParentCompletionCriteriaNames' option is set in the main config named the same as their title or resource location (Example: "Completed Some Advancement Title") with type "triumph:completed_advancement", and makes them a requirement. This effectively makes the advancement require its parents to be completed before it can be completed. - addRewardLootTable: Arguments: String @@ -240,25 +232,21 @@ addRewardLootTable: Notes: Adds a loot table reward. -pageRequiresRoot: - Notes: - Convenience method to add a 'triumph:completed_advancement' criteria for this root to every advancement on the page. Can only be used in a root advancement. - setRequirements: Arguments: - String, String array + String Usage: - Requirements type, criteria exception array + Requirements type. This type can be either "any" or "all" Notes: - This is a helper method designed to make setting criteria requirements easier. If set to "all" this will make all criteria required for completion. If set to "any" this will make any criteria complete the advancement. If set to "any" the array of criteria exceptions is used to configure the requirements where all exceptions are required plus any other single criteria. + This is a helper method designed to make setting criteria requirements easier. If set to "all" this will make all criteria required for completion. If set to "any" this will make any criteria complete the advancement. setRequirements: Arguments: - String + String, String array Usage: - Requirements type. This type can be either "any" or "all" + Requirements type, criteria exception array Notes: - This is a helper method designed to make setting criteria requirements easier. If set to "all" this will make all criteria required for completion. If set to "any" this will make any criteria complete the advancement. + This is a helper method designed to make setting criteria requirements easier. If set to "all" this will make all criteria required for completion. If set to "any" this will make any criteria complete the advancement. If set to "any" the array of criteria exceptions is used to configure the requirements where all exceptions are required plus any other single criteria. addRequirements: Arguments: @@ -268,37 +256,37 @@ addRequirements: Notes: This is the manual way of adding requirements. The array of criteria requirements will be added as a requirement array. This is done in basically the same way as vanilla Json advancements, where an array of requirements is a group of criteria that, if all are completed, the advancement is completed. Multiple arrays can be added by calling this function multiple times. -pageAlwaysHidden: - Notes: - Only usable in root advancements. Makes the page always hidden. All visibility options (alwaysVisible, alwaysHidden, visibleIf, hiddenIf, visibleUnless and hiddenUnless) are run in order of addition to the script. The first one in the list to be completed is the one which enforces its visibility option. - -pageVisibleIf: +addRewardRecipe: Arguments: String Usage: - Advancement resource location or gamestage name + recipe name Notes: - Only usable in root advancements. Makes the page visible if the provided advancement/gamestage is complete. All visibility options (alwaysVisible, alwaysHidden, visibleIf, hiddenIf, visibleUnless and hiddenUnless) are run in order of addition to the script. The first one in the list to be completed is the one which enforces its visibility option. + Adds a recipe as a reward for completing the advancement. You can get the name of the recipe you want to grant from NEI or JEI. -pageHiddenIf: +pageRequiresRoot: + Notes: + Convenience method to add a 'triumph:completed_advancement' criteria for this root to every advancement on the page. Can only be used in a root advancement. + +addRewardItem: Arguments: - String + ItemBlockData Usage: - Advancement resource location or gamestage name + item data Notes: - Only usable in root advancements. Makes the page hidden if the provided advancement/gamestage is complete. All visibility options (alwaysVisible, alwaysHidden, visibleIf, hiddenIf, visibleUnless and hiddenUnless) are run in order of addition to the script. The first one in the list to be completed is the one which enforces its visibility option. + Adds the item as a reward for completing this advancement. -addRewardRecipe: +alwaysHidden: + Notes: + Makes the advancement always hidden. All visibility options (alwaysVisible, alwaysHidden, visibleIf, hiddenIf, visibleUnless and hiddenUnless) are run in order of addition to the script. The first one in the list to be completed is the one which enforces its visibility option. + +visibleIf: Arguments: String Usage: - recipe name - Notes: - Adds a recipe as a reward for completing the advancement. You can get the name of the recipe you want to grant from NEI or JEI. - -alwaysVisible: + Advancement resource location or gamestage name Notes: - Makes the advancement always visible. All visibility options (alwaysVisible, alwaysHidden, visibleIf, hiddenIf, visibleUnless and hiddenUnless) are run in order of addition to the script. The first one in the list to be completed is the one which enforces its visibility option. + Makes the advancement visible if the provided advancement/gamestage is complete. All visibility options (alwaysVisible, alwaysHidden, visibleIf, hiddenIf, visibleUnless and hiddenUnless) are run in order of addition to the script. The first one in the list to be completed is the one which enforces its visibility option. setShowToast: Arguments: @@ -308,41 +296,45 @@ setShowToast: Notes: Sets if a toast should be shown to the player when the advancement is completed. -visibleIf: +setFrameType: Arguments: - String + boolean Usage: - Advancement resource location or gamestage name + frame type Notes: - Makes the advancement visible if the provided advancement/gamestage is complete. All visibility options (alwaysVisible, alwaysHidden, visibleIf, hiddenIf, visibleUnless and hiddenUnless) are run in order of addition to the script. The first one in the list to be completed is the one which enforces its visibility option. + Sets the frame type for the advancement. Options are "TASK", "CHALLENGE", "GOAL". Default is TASK. -visibleUnless: +alwaysVisible: + Notes: + Makes the advancement always visible. All visibility options (alwaysVisible, alwaysHidden, visibleIf, hiddenIf, visibleUnless and hiddenUnless) are run in order of addition to the script. The first one in the list to be completed is the one which enforces its visibility option. + +hiddenUnless: Arguments: String Usage: Advancement resource location or gamestage name Notes: - Makes the advancement visible if the provided advancement/gamestage is not completed. All visibility options (alwaysVisible, alwaysHidden, visibleIf, hiddenIf, visibleUnless and hiddenUnless) are run in order of addition to the script. The first one in the list to be completed is the one which enforces its visibility option. + Makes the advancement hidden if the provided advancement/gamestage is not completed. All visibility options (alwaysVisible, alwaysHidden, visibleIf, hiddenIf, visibleUnless and hiddenUnless) are run in order of addition to the script. The first one in the list to be completed is the one which enforces its visibility option. -addRewardItem: - Arguments: - ItemBlockData - Usage: - item data +pageAlwaysHidden: Notes: - Adds the item as a reward for completing this advancement. + Only usable in root advancements. Makes the page always hidden. All visibility options (alwaysVisible, alwaysHidden, visibleIf, hiddenIf, visibleUnless and hiddenUnless) are run in order of addition to the script. The first one in the list to be completed is the one which enforces its visibility option. -setFrameType: +setRepeatTime: Arguments: - boolean + long Usage: - frame type + number of seconds before the advancement can be repeated Notes: - Sets the frame type for the advancement. Options are "TASK", "CHALLENGE", "GOAL". Default is TASK. + Sets the number of seconds real time between advancement completion and when it will be completable again. -alwaysHidden: +pageVisibleIf: + Arguments: + String + Usage: + Advancement resource location or gamestage name Notes: - Makes the advancement always hidden. All visibility options (alwaysVisible, alwaysHidden, visibleIf, hiddenIf, visibleUnless and hiddenUnless) are run in order of addition to the script. The first one in the list to be completed is the one which enforces its visibility option. + Only usable in root advancements. Makes the page visible if the provided advancement/gamestage is complete. All visibility options (alwaysVisible, alwaysHidden, visibleIf, hiddenIf, visibleUnless and hiddenUnless) are run in order of addition to the script. The first one in the list to be completed is the one which enforces its visibility option. hiddenIf: Arguments: @@ -352,27 +344,35 @@ hiddenIf: Notes: Makes the advancement hidden if the provided advancement/gamestage is complete. All visibility options (alwaysVisible, alwaysHidden, visibleIf, hiddenIf, visibleUnless and hiddenUnless) are run in order of addition to the script. The first one in the list to be completed is the one which enforces its visibility option. -hiddenUnless: +pageHiddenUnless: Arguments: String Usage: Advancement resource location or gamestage name Notes: - Makes the advancement hidden if the provided advancement/gamestage is not completed. All visibility options (alwaysVisible, alwaysHidden, visibleIf, hiddenIf, visibleUnless and hiddenUnless) are run in order of addition to the script. The first one in the list to be completed is the one which enforces its visibility option. + Only usable in root advancements. Makes the page hidden if the provided advancement/gamestage is not completed. All visibility options (alwaysVisible, alwaysHidden, visibleIf, hiddenIf, visibleUnless and hiddenUnless) are run in order of addition to the script. The first one in the list to be completed is the one which enforces its visibility option. -setRepeatTime: +visibleUnless: Arguments: - long + String Usage: - number of seconds before the advancement can be repeated + Advancement resource location or gamestage name Notes: - Sets the number of seconds real time between advancement completion and when it will be completable again. + Makes the advancement visible if the provided advancement/gamestage is not completed. All visibility options (alwaysVisible, alwaysHidden, visibleIf, hiddenIf, visibleUnless and hiddenUnless) are run in order of addition to the script. The first one in the list to be completed is the one which enforces its visibility option. -pageHiddenUnless: +pageHiddenIf: Arguments: String Usage: Advancement resource location or gamestage name Notes: - Only usable in root advancements. Makes the page hidden if the provided advancement/gamestage is not completed. All visibility options (alwaysVisible, alwaysHidden, visibleIf, hiddenIf, visibleUnless and hiddenUnless) are run in order of addition to the script. The first one in the list to be completed is the one which enforces its visibility option. + Only usable in root advancements. Makes the page hidden if the provided advancement/gamestage is complete. All visibility options (alwaysVisible, alwaysHidden, visibleIf, hiddenIf, visibleUnless and hiddenUnless) are run in order of addition to the script. The first one in the list to be completed is the one which enforces its visibility option. + +addCriteria: + Arguments: + String, String + Usage: + criteria name, criteria trigger type + Notes: + Adds a criteria to the advancement with the specified type. Returns the criteria object for use as a variable. diff --git a/config/worldedit/worldedit.properties b/config/worldedit/worldedit.properties index 647fa96..495e57a 100644 --- a/config/worldedit/worldedit.properties +++ b/config/worldedit/worldedit.properties @@ -1,5 +1,5 @@ #Don't put comments; they get removed -#Mon May 06 02:33:16 SGT 2019 +#Sun May 12 07:25:49 SGT 2019 super-pickaxe-many-drop-items=true super-pickaxe-drop-items=true craftscript-dir=craftscripts diff --git a/icon.png b/icon.png index 38cd583..1e28acd 100644 Binary files a/icon.png and b/icon.png differ diff --git a/libraries/libloader mod state.obj b/libraries/libloader mod state.obj index cd283c1..d6d78e3 100644 Binary files a/libraries/libloader mod state.obj and b/libraries/libloader mod state.obj differ diff --git a/minecraftinstance.json b/minecraftinstance.json index 23fbd9b..d11cae6 100644 --- a/minecraftinstance.json +++ b/minecraftinstance.json @@ -45,454 +45,469 @@ "name": "NA v2", "cachedScans": [ { - "folderName": "StevesCarts-1.12.2-2.4.29.132.jar", - "fingerprint": 3382279019, - "fileDateHash": 3943342257, + "folderName": "Traverse-1.12.2-1.6.0-69.jar", + "fingerprint": 2645941718, + "fileDateHash": 1385696153, "sectionID": 6, "individualFingerprints": [ - 3382279019 + 2645941718 ], "status": 1, - "timestamp": "2019-02-01T06:45:48.9289355Z", - "lastWriteTimeUtc": "2019-01-31T17:13:59.4736859Z", - "queryTimestamp": "2019-04-29T18:54:51.1587013Z", + "timestamp": "2019-02-01T10:17:52.2745687Z", + "lastWriteTimeUtc": "2019-02-01T08:45:51.6541539Z", + "queryTimestamp": "2019-05-10T13:38:18.514016Z", "fileCount": 1, - "fileSize": 2475525 + "fileSize": 270133 }, { - "folderName": "tooltiptweaker-1.0.jar", - "fingerprint": 1189801370, - "fileDateHash": 217305639, - "sectionID": 8, + "folderName": "animania-1.12.2-1.6.2.jar", + "fingerprint": 2734508958, + "fileDateHash": 3767059123, + "sectionID": 6, "individualFingerprints": [ - 1189801370 + 2734508958 ], "status": 1, - "timestamp": "2019-04-29T19:46:52.433974Z", - "lastWriteTimeUtc": "2019-04-29T19:35:14.7094138Z", - "queryTimestamp": "2019-04-29T19:46:54.0050748Z", + "timestamp": "2019-01-31T16:53:04.9199548Z", + "lastWriteTimeUtc": "2019-01-31T16:51:00.8423622Z", + "queryTimestamp": "2019-05-10T13:38:18.514016Z", "fileCount": 1, - "fileSize": 6861 + "fileSize": 8953456 }, { - "folderName": "ResourceLoader-MC1.12.1-1.5.3.jar", - "fingerprint": 699442863, - "fileDateHash": 3754645649, + "folderName": "va-1.12.2-1.5.5.jar", + "fingerprint": 1834624234, + "fileDateHash": 1593912777, "sectionID": 6, "individualFingerprints": [ - 699442863 + 1834624234 ], "status": 1, - "timestamp": "2019-02-01T10:17:52.0646793Z", - "lastWriteTimeUtc": "2019-02-01T07:29:55.3570499Z", - "queryTimestamp": "2019-04-29T18:54:51.1587013Z", + "timestamp": "2019-02-01T11:29:25.791915Z", + "lastWriteTimeUtc": "2019-02-01T11:08:06.7752735Z", + "queryTimestamp": "2019-05-10T13:38:18.514016Z", "fileCount": 1, - "fileSize": 16612 + "fileSize": 246566 }, { - "folderName": "MPUtils-1.12.2-1.5.7.jar", - "fingerprint": 3581466004, - "fileDateHash": 478234917, - "sectionID": 8, + "folderName": "Chameleon-1.12-4.1.3.jar", + "fingerprint": 2760206313, + "fileDateHash": 1436784776, + "sectionID": 6, "individualFingerprints": [ - 3581466004 + 2760206313 ], "status": 1, - "timestamp": "2019-04-29T18:54:45.5481532Z", - "lastWriteTimeUtc": "2019-04-29T18:12:29.1886772Z", - "queryTimestamp": "2019-04-29T18:54:51.1587013Z", + "timestamp": "2019-02-01T06:45:41.3561689Z", + "lastWriteTimeUtc": "2019-01-31T17:15:31.8983899Z", + "queryTimestamp": "2019-05-10T13:38:18.514016Z", "fileCount": 1, - "fileSize": 250663 + "fileSize": 96859 }, { - "folderName": "HorseTweaks_1.12.2-1.0.5.jar", - "fingerprint": 2125370091, - "fileDateHash": 3358965665, + "folderName": "MTLib-3.0.6.jar", + "fingerprint": 396445966, + "fileDateHash": 142893803, "sectionID": 8, "individualFingerprints": [ - 2125370091 + 396445966 ], "status": 1, - "timestamp": "2019-04-29T18:54:43.8958354Z", - "lastWriteTimeUtc": "2019-04-29T18:40:20.5354297Z", - "queryTimestamp": "2019-04-29T18:54:51.1587013Z", + "timestamp": "2019-04-29T18:54:45.8282861Z", + "lastWriteTimeUtc": "2019-04-29T18:08:18.8978896Z", + "queryTimestamp": "2019-05-10T13:38:18.514016Z", "fileCount": 1, - "fileSize": 74990 + "fileSize": 30002 }, { - "folderName": "NoNVFlash-1.12.2-1.2.0.3-universal.jar", - "fingerprint": 3477904127, - "fileDateHash": 30540182, - "sectionID": 6, + "folderName": "vanillafoodpantry-mc1.12.2-4.3.1.jar", + "fingerprint": 3978071647, + "fileDateHash": 4290339463, + "sectionID": 8, "individualFingerprints": [ - 3477904127 + 3978071647 ], "status": 1, - "timestamp": "2019-02-01T11:49:15.8554464Z", - "lastWriteTimeUtc": "2019-02-01T11:39:28.6673289Z", - "queryTimestamp": "2019-04-29T18:54:51.1587013Z", + "timestamp": "2019-04-29T18:54:49.2098618Z", + "lastWriteTimeUtc": "2019-04-29T17:22:59.2346785Z", + "queryTimestamp": "2019-05-10T13:38:18.514016Z", "fileCount": 1, - "fileSize": 7216 + "fileSize": 1656445 }, { - "folderName": "naturalnetherportals-1.2.0-mc1.12.x.jar", - "fingerprint": 3916940782, - "fileDateHash": 220607966, - "sectionID": 6, + "folderName": "Aroma1997Core-1.12.2-2.0.0.2.b165.jar", + "fingerprint": 2632828997, + "fileDateHash": 3595503811, + "sectionID": 8, "individualFingerprints": [ - 3916940782 + 2632828997 ], "status": 1, - "timestamp": "2019-02-01T06:45:47.775618Z", - "lastWriteTimeUtc": "2019-01-31T17:18:36.1512332Z", - "queryTimestamp": "2019-04-29T18:54:51.1587013Z", + "timestamp": "2019-04-29T18:54:38.7916146Z", + "lastWriteTimeUtc": "2019-04-29T16:38:34.0896484Z", + "queryTimestamp": "2019-05-10T13:38:18.514016Z", "fileCount": 1, - "fileSize": 21049 + "fileSize": 398657 }, { - "folderName": "[1.12]MoVillages-1.5.4.jar", - "fingerprint": 1319571831, - "fileDateHash": 3231617686, - "sectionID": 6, + "folderName": "compactmachines3-1.12.2-3.0.18-b278.jar", + "fingerprint": 2656999452, + "fileDateHash": 1264891298, + "sectionID": 8, "individualFingerprints": [ - 1319571831 + 2656999452 ], "status": 1, - "timestamp": "2019-02-01T11:29:26.0897437Z", - "lastWriteTimeUtc": "2019-02-01T10:46:17.4109375Z", - "queryTimestamp": "2019-04-29T18:54:51.1587013Z", + "timestamp": "2019-05-10T13:38:12.0914337Z", + "lastWriteTimeUtc": "2019-05-10T12:22:36.4907017Z", + "queryTimestamp": "2019-05-10T13:38:18.514016Z", "fileCount": 1, - "fileSize": 35549 + "fileSize": 730062 }, { - "folderName": "restrictions-1.12-1.3.0.jar", - "fingerprint": 733996194, - "fileDateHash": 2077472483, - "sectionID": 8, + "folderName": "FastWorkbench-1.12.2-1.6.0.jar", + "fingerprint": 1304066834, + "fileDateHash": 517260288, + "sectionID": 6, "individualFingerprints": [ - 733996194 + 1304066834 ], "status": 1, - "timestamp": "2019-04-29T18:54:47.7455559Z", - "lastWriteTimeUtc": "2019-04-29T17:34:56.6391991Z", - "queryTimestamp": "2019-04-29T18:54:51.1587013Z", + "timestamp": "2019-02-01T06:45:44.0157264Z", + "lastWriteTimeUtc": "2019-01-31T17:26:31.1282234Z", + "queryTimestamp": "2019-05-10T13:38:18.514016Z", "fileCount": 1, - "fileSize": 38722 + "fileSize": 25347 }, { - "folderName": "Aroma1997Core-1.12.2-2.0.0.1.b163.jar", - "fingerprint": 3767265069, - "fileDateHash": 3710725793, + "folderName": "OreExcavation-1.4.137.jar", + "fingerprint": 3611976955, + "fileDateHash": 616511434, "sectionID": 6, "individualFingerprints": [ - 3767265069 + 3611976955 ], "status": 1, - "timestamp": "2019-02-17T15:02:51.0024502Z", - "lastWriteTimeUtc": "2019-02-15T14:22:20.6878863Z", - "queryTimestamp": "2019-04-29T18:54:51.1587013Z", + "timestamp": "2019-02-17T15:02:51.9968623Z", + "lastWriteTimeUtc": "2019-02-15T14:35:29.2246951Z", + "queryTimestamp": "2019-05-10T13:38:18.514016Z", "fileCount": 1, - "fileSize": 397717 + "fileSize": 180172 }, { - "folderName": "OpenBlocks-1.12.2-1.8.1.jar", - "fingerprint": 778518540, - "fileDateHash": 2706080642, + "folderName": "malisisdoors-1.12.2-7.3.0.jar", + "fingerprint": 2375017557, + "fileDateHash": 658861983, "sectionID": 8, "individualFingerprints": [ - 778518540 + 2375017557 ], "status": 1, - "timestamp": "2019-04-29T18:54:46.8660676Z", - "lastWriteTimeUtc": "2019-04-29T17:59:52.4367307Z", - "queryTimestamp": "2019-04-29T18:54:51.1587013Z", + "timestamp": "2019-04-29T19:46:51.9443065Z", + "lastWriteTimeUtc": "2019-04-29T19:46:45.5216641Z", + "queryTimestamp": "2019-05-10T13:38:18.514016Z", "fileCount": 1, - "fileSize": 3217616 + "fileSize": 1741669 }, { - "folderName": "FastFurnace-1.12.2-1.2.1.jar", - "fingerprint": 2785243327, - "fileDateHash": 1672546607, - "sectionID": 6, + "folderName": "MPUtils-1.12.2-1.5.7.jar", + "fingerprint": 3581466004, + "fileDateHash": 478234917, + "sectionID": 8, "individualFingerprints": [ - 2785243327 + 3581466004 ], "status": 1, - "timestamp": "2019-02-01T06:45:43.7938352Z", - "lastWriteTimeUtc": "2019-01-31T17:26:35.5634329Z", - "queryTimestamp": "2019-04-29T18:54:51.1587013Z", + "timestamp": "2019-04-29T18:54:45.5481532Z", + "lastWriteTimeUtc": "2019-04-29T18:12:29.1886772Z", + "queryTimestamp": "2019-05-10T13:38:18.514016Z", "fileCount": 1, - "fileSize": 8976 + "fileSize": 250663 }, { - "folderName": "AppleCore-mc1.12.2-3.1.4.jar", - "fingerprint": 2343897411, - "fileDateHash": 4208019871, + "folderName": "modtweaker-4.0.16.jar", + "fingerprint": 327818037, + "fileDateHash": 4109627719, "sectionID": 6, "individualFingerprints": [ - 2343897411 + 327818037 ], "status": 1, - "timestamp": "2019-02-01T06:45:38.6787089Z", - "lastWriteTimeUtc": "2019-01-31T17:28:20.6461288Z", - "queryTimestamp": "2019-04-29T18:54:51.1587013Z", + "timestamp": "2019-02-01T06:45:46.9280871Z", + "lastWriteTimeUtc": "2019-01-31T17:21:10.1843917Z", + "queryTimestamp": "2019-05-10T13:38:18.514016Z", "fileCount": 1, - "fileSize": 81946 + "fileSize": 433948 }, { - "folderName": "Schematics-1.12.2.12.jar", - "fingerprint": 929572411, - "fileDateHash": 1704710929, + "folderName": "CodeChickenLib-1.12.2-3.2.2.353-universal.jar", + "fingerprint": 1154181364, + "fileDateHash": 1180737787, "sectionID": 6, "individualFingerprints": [ - 929572411 + 1154181364 ], "status": 1, - "timestamp": "2019-02-03T19:58:36.6030378Z", - "lastWriteTimeUtc": "2019-02-03T10:56:02.5365058Z", - "queryTimestamp": "2019-04-29T18:54:51.1587013Z", + "timestamp": "2019-02-01T06:45:41.883869Z", + "lastWriteTimeUtc": "2019-01-31T17:04:00.3480775Z", + "queryTimestamp": "2019-05-10T13:38:18.514016Z", "fileCount": 1, - "fileSize": 127582 + "fileSize": 700785 }, { - "folderName": "longfallboots-1.2.1b.jar", - "fingerprint": 248361575, - "fileDateHash": 2653373365, + "folderName": "dttraverse-1.5.jar.disabled", + "fingerprint": 953006892, + "fileDateHash": 1142927149, "sectionID": 6, "individualFingerprints": [ - 248361575 + 953006892 ], "status": 1, - "timestamp": "2019-02-01T11:49:15.7515055Z", - "lastWriteTimeUtc": "2019-02-01T11:43:55.2197271Z", - "queryTimestamp": "2019-04-29T18:54:51.1587013Z", + "timestamp": "2019-02-03T10:55:11.3665057Z", + "lastWriteTimeUtc": "2019-02-01T08:46:00.8638746Z", + "queryTimestamp": "2019-05-10T13:38:18.514016Z", "fileCount": 1, - "fileSize": 6891 + "fileSize": 70431 }, { - "folderName": "ArtemisLib-1.12.2-v1.0.4.jar", - "fingerprint": 3632578015, - "fileDateHash": 1457485560, + "folderName": "apatheticmobs-1.4.1.jar", + "fingerprint": 2397479866, + "fileDateHash": 2751026109, "sectionID": 8, "individualFingerprints": [ - 3632578015 + 2397479866 ], "status": 1, - "timestamp": "2019-04-29T18:54:38.9683201Z", - "lastWriteTimeUtc": "2019-04-29T17:34:31.0344649Z", - "queryTimestamp": "2019-04-29T18:54:51.1587013Z", + "timestamp": "2019-05-10T13:38:11.8845807Z", + "lastWriteTimeUtc": "2019-05-04T19:46:20.7274059Z", + "queryTimestamp": "2019-05-10T13:38:18.514016Z", "fileCount": 1, - "fileSize": 21091 + "fileSize": 34189 }, { - "folderName": "alcatrazcore-1.0.4.jar", - "fingerprint": 1102474827, - "fileDateHash": 419616729, + "folderName": "HardcoreDarkness-MC1.12.2-2.0.jar", + "fingerprint": 1381892724, + "fileDateHash": 1238832692, "sectionID": 6, "individualFingerprints": [ - 1102474827 + 1381892724 ], "status": 1, - "timestamp": "2019-02-06T10:08:52.4289626Z", - "lastWriteTimeUtc": "2019-02-05T23:55:48.1074971Z", - "queryTimestamp": "2019-04-29T18:54:51.1587013Z", + "timestamp": "2019-02-01T18:10:17.5841504Z", + "lastWriteTimeUtc": "2019-02-01T13:02:51.4934004Z", + "queryTimestamp": "2019-05-10T13:38:18.514016Z", "fileCount": 1, - "fileSize": 109321 + "fileSize": 32327 }, { - "folderName": "ChestTransporter-1.12.2-2.8.8.jar", - "fingerprint": 61699318, - "fileDateHash": 3262246533, + "folderName": "CTM-MC1.12.2-0.3.3.22.jar", + "fingerprint": 2605538404, + "fileDateHash": 4160411629, "sectionID": 6, "individualFingerprints": [ - 61699318 + 2605538404 ], "status": 1, - "timestamp": "2019-02-01T06:45:41.5370657Z", - "lastWriteTimeUtc": "2019-01-31T17:05:44.5069626Z", - "queryTimestamp": "2019-04-29T18:54:51.1587013Z", + "timestamp": "2019-02-01T18:10:17.4742134Z", + "lastWriteTimeUtc": "2019-02-01T12:48:17.2811691Z", + "queryTimestamp": "2019-05-10T13:38:18.514016Z", "fileCount": 1, - "fileSize": 314060 + "fileSize": 194281 }, { - "folderName": "foamfix-0.10.3-1.12.2.jar", - "fingerprint": 1322124505, - "fileDateHash": 4153405595, - "sectionID": 6, + "folderName": "jmh_1.12-1.3.jar", + "fingerprint": 3300397010, + "fileDateHash": 2034354907, + "sectionID": 6, "individualFingerprints": [ - 1322124505 + 3300397010 ], "status": 1, - "timestamp": "2019-02-01T06:45:44.2665617Z", - "lastWriteTimeUtc": "2019-01-31T17:27:33.6394146Z", - "queryTimestamp": "2019-04-29T18:54:51.1587013Z", + "timestamp": "2019-02-01T06:45:46.5533069Z", + "lastWriteTimeUtc": "2019-01-31T17:24:45.0322663Z", + "queryTimestamp": "2019-05-10T13:38:18.514016Z", "fileCount": 1, - "fileSize": 216000 + "fileSize": 24064 }, { - "folderName": "BNBGamingCore-1.12.2-0.10.0.jar", - "fingerprint": 1822373431, - "fileDateHash": 3992901504, + "folderName": "NaturesAura-r17.jar", + "fingerprint": 90988006, + "fileDateHash": 910976575, + "sectionID": 8, + "individualFingerprints": [ + 90988006 + ], + "status": 1, + "timestamp": "2019-04-29T18:54:46.0009039Z", + "lastWriteTimeUtc": "2019-04-29T18:08:14.0726699Z", + "queryTimestamp": "2019-05-10T13:38:18.514016Z", + "fileCount": 1, + "fileSize": 766825 + }, + { + "folderName": "OpenModsLib-1.12.2-0.12.1.jar", + "fingerprint": 474439055, + "fileDateHash": 1478016236, "sectionID": 6, "individualFingerprints": [ - 1822373431 + 474439055 ], "status": 1, - "timestamp": "2019-02-01T11:29:25.1282955Z", - "lastWriteTimeUtc": "2019-02-01T10:42:28.5264549Z", - "queryTimestamp": "2019-04-29T18:54:51.1587013Z", + "timestamp": "2019-02-01T12:12:42.0987664Z", + "lastWriteTimeUtc": "2019-02-01T12:11:53.7667895Z", + "queryTimestamp": "2019-05-10T13:38:18.514016Z", "fileCount": 1, - "fileSize": 127165 + "fileSize": 2639564 }, { - "folderName": "EquipmentTooltips-1.12.2-1.0.3-4.jar", - "fingerprint": 888762558, - "fileDateHash": 2380671420, + "folderName": "lostcities-1.12-2.0.16.jar", + "fingerprint": 575209866, + "fileDateHash": 2209742450, "sectionID": 6, "individualFingerprints": [ - 888762558 + 575209866 ], "status": 1, - "timestamp": "2019-02-03T19:58:35.9843917Z", - "lastWriteTimeUtc": "2019-02-03T10:55:41.0075878Z", - "queryTimestamp": "2019-04-29T18:54:51.1743259Z", + "timestamp": "2019-02-17T15:02:51.2912848Z", + "lastWriteTimeUtc": "2019-02-15T14:36:58.9283513Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 23533 + "fileSize": 786467 }, { - "folderName": "AutoRegLib-1.3-24.jar", - "fingerprint": 2539226764, - "fileDateHash": 1887259689, + "folderName": "Placebo-1.12.2-1.5.1.jar", + "fingerprint": 649950004, + "fileDateHash": 32000935, "sectionID": 6, "individualFingerprints": [ - 2539226764 + 649950004 ], "status": 1, - "timestamp": "2019-02-01T06:45:39.206405Z", - "lastWriteTimeUtc": "2019-01-31T17:06:12.1061404Z", - "queryTimestamp": "2019-04-29T18:54:51.1743259Z", + "timestamp": "2019-02-01T06:45:47.9574926Z", + "lastWriteTimeUtc": "2019-01-31T17:25:09.2741012Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 101437 + "fileSize": 73345 }, { - "folderName": "engineers_doors-1.12.2-0.8.0.jar", - "fingerprint": 3927455532, - "fileDateHash": 312371189, + "folderName": "immersivepetroleum-1.12.2-1.1.9.jar", + "fingerprint": 4256046140, + "fileDateHash": 154429955, "sectionID": 6, "individualFingerprints": [ - 3927455532 + 4256046140 ], "status": 1, - "timestamp": "2019-02-01T10:17:50.7254496Z", - "lastWriteTimeUtc": "2019-02-01T10:08:22.3051518Z", - "queryTimestamp": "2019-04-29T18:54:51.1743259Z", + "timestamp": "2019-02-01T06:45:45.1520512Z", + "lastWriteTimeUtc": "2019-01-31T17:28:58.7461655Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 121107 + "fileSize": 906018 }, { - "folderName": "llibrary-1.7.19-1.12.2.jar", - "fingerprint": 507777411, - "fileDateHash": 2330844502, + "folderName": "OreExcavation-1.4.140.jar", + "fingerprint": 3050740267, + "fileDateHash": 3396403924, "sectionID": 8, "individualFingerprints": [ - 507777411 + 3050740267 ], "status": 1, - "timestamp": "2019-04-29T18:54:44.6481708Z", - "lastWriteTimeUtc": "2019-04-29T18:15:52.0115828Z", - "queryTimestamp": "2019-04-29T18:54:51.1743259Z", + "timestamp": "2019-04-29T18:54:46.9457835Z", + "lastWriteTimeUtc": "2019-04-29T17:59:11.842267Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 884837 + "fileSize": 180481 }, { - "folderName": "parry-1.0-hotfix.jar", - "fingerprint": 1680891666, - "fileDateHash": 119111917, + "folderName": "StorageDrawers-1.12.2-5.3.8.jar", + "fingerprint": 112282176, + "fileDateHash": 221030031, "sectionID": 6, "individualFingerprints": [ - 1680891666 + 112282176 ], "status": 1, - "timestamp": "2019-02-01T12:12:42.2916564Z", - "lastWriteTimeUtc": "2019-02-01T12:11:14.5013008Z", - "queryTimestamp": "2019-04-29T18:54:51.1743259Z", + "timestamp": "2019-02-01T06:45:49.0018928Z", + "lastWriteTimeUtc": "2019-01-31T17:15:32.6559628Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 11260 + "fileSize": 596220 }, { - "folderName": "culinaryconstruct-1.3.2.1.jar", - "fingerprint": 4171104945, - "fileDateHash": 827599616, - "sectionID": 8, + "folderName": "# LibLoader.jar", + "fingerprint": 16707052, + "fileDateHash": 4142720275, + "sectionID": 6, "individualFingerprints": [ - 4171104945 + 16707052 ], "status": 1, - "timestamp": "2019-04-29T18:54:42.3882336Z", - "lastWriteTimeUtc": "2019-04-29T18:44:17.962596Z", - "queryTimestamp": "2019-04-29T18:54:51.1743259Z", + "timestamp": "2019-02-01T18:16:24.4884968Z", + "lastWriteTimeUtc": "2019-02-01T18:16:22.6650315Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 99580 + "fileSize": 23934 }, { - "folderName": "Tails-1.12-1.10.0.jar", - "fingerprint": 3286169498, - "fileDateHash": 3698953756, - "sectionID": 6, + "folderName": "zcm-na-test.jar", + "fingerprint": 2740364763, + "fileDateHash": 148167798, + "sectionID": 8, "individualFingerprints": [ - 3286169498 + 2740364763 ], "status": 1, - "timestamp": "2019-02-01T06:45:49.2127702Z", - "lastWriteTimeUtc": "2019-01-31T17:32:22.8363958Z", - "queryTimestamp": "2019-04-29T18:54:51.1743259Z", + "timestamp": "2019-05-10T13:38:15.3213187Z", + "lastWriteTimeUtc": "2019-05-05T12:06:36.6203812Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 269876 + "fileSize": 117736 }, { - "folderName": "Better Muffling-1.12.2-0.2.0-Beta.jar", - "fingerprint": 2817570900, - "fileDateHash": 1682033171, - "sectionID": 6, + "folderName": "ImmersivePosts-0.1.2.jar", + "fingerprint": 959712258, + "fileDateHash": 724445184, + "sectionID": 8, "individualFingerprints": [ - 2817570900 + 959712258 ], "status": 1, - "timestamp": "2019-02-01T06:45:39.6631451Z", - "lastWriteTimeUtc": "2019-01-31T17:02:08.2310964Z", - "queryTimestamp": "2019-04-29T18:54:51.1743259Z", + "timestamp": "2019-04-29T18:54:44.0847258Z", + "lastWriteTimeUtc": "2019-04-29T18:50:26.2309167Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 206753 + "fileSize": 140528 }, { - "folderName": "refinedstoragerequestify-1.12.2-1.0.2-3.jar", - "fingerprint": 559790498, - "fileDateHash": 2200659748, - "sectionID": 8, + "folderName": "aactadapter-1.12.2-0.1.0.jar", + "fingerprint": 307486104, + "fileDateHash": 1107162296, + "sectionID": 6, "individualFingerprints": [ - 559790498 + 307486104 ], "status": 1, - "timestamp": "2019-04-29T18:54:47.7455559Z", - "lastWriteTimeUtc": "2019-04-29T17:38:08.8161924Z", - "queryTimestamp": "2019-04-29T18:54:51.1743259Z", + "timestamp": "2019-01-31T16:53:04.7380491Z", + "lastWriteTimeUtc": "2019-01-31T16:49:50.224101Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 28038 + "fileSize": 6336 }, { - "folderName": "OreExcavation-1.4.137.jar", - "fingerprint": 3611976955, - "fileDateHash": 616511434, + "folderName": "SereneSeasons-1.12.2-1.2.15-universal.jar", + "fingerprint": 307212093, + "fileDateHash": 1582042618, "sectionID": 6, "individualFingerprints": [ - 3611976955 + 307212093 ], "status": 1, - "timestamp": "2019-02-17T15:02:51.9968623Z", - "lastWriteTimeUtc": "2019-02-15T14:35:29.2246951Z", - "queryTimestamp": "2019-04-29T18:54:51.1743259Z", + "timestamp": "2019-02-01T10:17:52.2235996Z", + "lastWriteTimeUtc": "2019-02-01T08:46:34.932997Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 180172 + "fileSize": 181265 }, { "folderName": "CustomMainMenu-MC1.12.2-2.0.9.jar", @@ -505,174 +520,174 @@ "status": 1, "timestamp": "2019-02-01T10:17:50.4526054Z", "lastWriteTimeUtc": "2019-02-01T07:29:47.530559Z", - "queryTimestamp": "2019-04-29T18:54:51.1743259Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, "fileSize": 177791 }, { - "folderName": "rendigital-rels.zip", - "fingerprint": 2493092265, - "fileDateHash": 3065718181, - "sectionID": 12, + "folderName": "AromaBackup-1.12.2-3.0.0.0.b117.jar", + "fingerprint": 2916598679, + "fileDateHash": 2104064851, + "sectionID": 6, "individualFingerprints": [ - 2493092265 + 2916598679 ], "status": 1, - "timestamp": "2019-02-02T06:23:52.2044071Z", - "lastWriteTimeUtc": "2018-03-18T19:54:09.6852032Z", - "queryTimestamp": "2019-04-29T18:54:51.1743259Z", + "timestamp": "2019-02-17T15:02:51.0464048Z", + "lastWriteTimeUtc": "2019-02-15T14:22:09.8712673Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 844435 + "fileSize": 160774 }, { - "folderName": "refinedstorage-1.6.14.jar", - "fingerprint": 2765963100, - "fileDateHash": 2443321293, + "folderName": "SimpleCorn1.12-1.12-2.5.9.jar", + "fingerprint": 3699341580, + "fileDateHash": 3105734273, "sectionID": 8, "individualFingerprints": [ - 2765963100 + 3699341580 ], "status": 1, - "timestamp": "2019-04-29T18:54:47.7231959Z", - "lastWriteTimeUtc": "2019-04-29T17:38:03.0868206Z", - "queryTimestamp": "2019-04-29T18:54:51.1743259Z", + "timestamp": "2019-04-29T18:54:47.7768064Z", + "lastWriteTimeUtc": "2019-04-29T17:30:24.0139854Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 1910269 + "fileSize": 86785 }, { - "folderName": "OceanFloor-1.12-1.0.1.jar", - "fingerprint": 2413905780, - "fileDateHash": 870085423, - "sectionID": 6, + "folderName": "DynamicTrees-1.12.2-0.9.5.jar.disabled", + "fingerprint": 3162549126, + "fileDateHash": 1094138510, + "sectionID": 8, "individualFingerprints": [ - 2413905780 + 3162549126 ], "status": 1, - "timestamp": "2019-02-01T12:12:41.9668445Z", - "lastWriteTimeUtc": "2019-02-01T12:12:13.8512753Z", - "queryTimestamp": "2019-04-29T18:54:51.1743259Z", + "timestamp": "2019-04-29T18:54:42.4680524Z", + "lastWriteTimeUtc": "2019-04-29T18:44:07.8803291Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 5466 + "fileSize": 786013 }, { - "folderName": "Auraddons-1.6-NAr11.jar", - "fingerprint": 3200690101, - "fileDateHash": 2359694050, + "folderName": "JEIHider-1.1c.jar.disabled", + "fingerprint": 3105393364, + "fileDateHash": 2840518449, "sectionID": 6, "individualFingerprints": [ - 3200690101 + 3105393364 ], "status": 1, - "timestamp": "2019-02-17T15:02:51.1093691Z", - "lastWriteTimeUtc": "2019-02-15T14:26:46.8027911Z", - "queryTimestamp": "2019-04-29T18:54:51.1743259Z", + "timestamp": "2019-02-01T18:10:17.8100199Z", + "lastWriteTimeUtc": "2019-02-01T16:30:59.9496071Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 145251 + "fileSize": 3660 }, { - "folderName": "Quark-r1.5-148.jar", - "fingerprint": 4290714922, - "fileDateHash": 2588075468, - "sectionID": 8, + "folderName": "CookingForBlockheads_1.12.2-6.4.69.jar", + "fingerprint": 3081432518, + "fileDateHash": 3869800276, + "sectionID": 6, "individualFingerprints": [ - 4290714922 + 3081432518 ], "status": 1, - "timestamp": "2019-04-29T18:54:47.6677863Z", - "lastWriteTimeUtc": "2019-04-29T17:41:50.2721787Z", - "queryTimestamp": "2019-04-29T18:54:51.1743259Z", + "timestamp": "2019-02-01T06:45:42.1756978Z", + "lastWriteTimeUtc": "2019-01-31T17:24:31.726888Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 2225899 + "fileSize": 586812 }, { - "folderName": "multimob-1.0.5.jar", - "fingerprint": 2815907424, - "fileDateHash": 3452036102, - "sectionID": 6, - "individualFingerprints": [ - 2815907424 + "folderName": "refinedstoragerequestify-1.12.2-1.0.2-3.jar", + "fingerprint": 559790498, + "fileDateHash": 2200659748, + "sectionID": 8, + "individualFingerprints": [ + 559790498 ], "status": 1, - "timestamp": "2019-02-01T10:17:51.4720211Z", - "lastWriteTimeUtc": "2019-02-01T07:31:18.0488148Z", - "queryTimestamp": "2019-04-29T18:54:51.1743259Z", + "timestamp": "2019-04-29T18:54:47.7455559Z", + "lastWriteTimeUtc": "2019-04-29T17:38:08.8161924Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 183875 + "fileSize": 28038 }, { - "folderName": "Aroma1997Core-1.12.2-2.0.0.2.b165.jar", - "fingerprint": 2632828997, - "fileDateHash": 3595503811, + "folderName": "AppleCore-mc1.12.2-3.2.0.jar", + "fingerprint": 4131795334, + "fileDateHash": 2541981660, "sectionID": 8, "individualFingerprints": [ - 2632828997 + 4131795334 ], "status": 1, - "timestamp": "2019-04-29T18:54:38.7916146Z", - "lastWriteTimeUtc": "2019-04-29T16:38:34.0896484Z", - "queryTimestamp": "2019-04-29T18:54:51.1743259Z", + "timestamp": "2019-04-29T18:54:38.5854547Z", + "lastWriteTimeUtc": "2019-04-29T16:36:32.2847523Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 398657 + "fileSize": 88308 }, { - "folderName": "NaturesAura-r17.jar", - "fingerprint": 90988006, - "fileDateHash": 910976575, - "sectionID": 8, + "folderName": "Triumph-1.12.2-3.12.2.jar", + "fingerprint": 1321969535, + "fileDateHash": 2602739738, + "sectionID": 6, "individualFingerprints": [ - 90988006 + 1321969535 ], "status": 1, - "timestamp": "2019-04-29T18:54:46.0009039Z", - "lastWriteTimeUtc": "2019-04-29T18:08:14.0726699Z", - "queryTimestamp": "2019-04-29T18:54:51.1743259Z", + "timestamp": "2019-02-08T17:52:43.3332552Z", + "lastWriteTimeUtc": "2019-02-08T17:49:45.1049538Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 766825 + "fileSize": 302591 }, { - "folderName": "Quark-r1.5-145.jar", - "fingerprint": 1511817227, - "fileDateHash": 902728144, + "folderName": "NaturesAura-r11.jar", + "fingerprint": 2307578390, + "fileDateHash": 3569914295, "sectionID": 6, "individualFingerprints": [ - 1511817227 + 2307578390 ], "status": 1, - "timestamp": "2019-02-01T06:45:48.1034094Z", - "lastWriteTimeUtc": "2019-01-31T17:06:12.9396825Z", - "queryTimestamp": "2019-04-29T18:54:51.1743259Z", + "timestamp": "2019-02-17T15:02:51.446177Z", + "lastWriteTimeUtc": "2019-02-15T14:32:49.1856189Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 2054899 + "fileSize": 636775 }, { - "folderName": "coroutil-1.12.1-1.2.31.jar", - "fingerprint": 515114187, - "fileDateHash": 2602410217, - "sectionID": 8, + "folderName": "theoneprobe-1.12-1.4.28.jar", + "fingerprint": 2094495496, + "fileDateHash": 2254944042, + "sectionID": 6, "individualFingerprints": [ - 515114187 + 2094495496 ], "status": 1, - "timestamp": "2019-04-29T18:54:41.8018436Z", - "lastWriteTimeUtc": "2019-04-29T18:45:03.3926219Z", - "queryTimestamp": "2019-04-29T18:54:51.1743259Z", + "timestamp": "2019-02-01T10:38:57.9127825Z", + "lastWriteTimeUtc": "2019-02-01T10:27:36.6044098Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 2313614 + "fileSize": 301893 }, { - "folderName": "CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar", - "fingerprint": 1339366238, - "fileDateHash": 1570002525, + "folderName": "jammachine-1.12.2-0.8.2-universal.jar.disabled", + "fingerprint": 4183682756, + "fileDateHash": 3318320445, "sectionID": 6, "individualFingerprints": [ - 1339366238 + 4183682756 ], "status": 1, - "timestamp": "2019-01-31T16:53:05.8799474Z", - "lastWriteTimeUtc": "2019-01-31T16:50:57.4200983Z", - "queryTimestamp": "2019-04-29T18:54:51.1743259Z", + "timestamp": "2019-02-06T14:02:22.0470097Z", + "lastWriteTimeUtc": "2019-02-01T11:42:35.0607407Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 90465 + "fileSize": 148458 }, { "folderName": "BetterRecords-1.12.2-1.6.1.jar", @@ -685,2725 +700,2732 @@ "status": 1, "timestamp": "2019-02-01T06:45:40.7605117Z", "lastWriteTimeUtc": "2019-01-31T17:01:23.4556655Z", - "queryTimestamp": "2019-04-29T18:54:51.1743259Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, "fileSize": 863287 }, { - "folderName": "CraftPresence-1.12.2-1.4.9.9.jar", - "fingerprint": 716700694, - "fileDateHash": 812657913, + "folderName": "Toast Control-1.12.2-1.8.0.jar", + "fingerprint": 2434680542, + "fileDateHash": 729404595, "sectionID": 6, "individualFingerprints": [ - 716700694 + 2434680542 ], "status": 1, - "timestamp": "2019-02-02T17:23:03.3598087Z", - "lastWriteTimeUtc": "2019-02-01T11:40:52.1048474Z", - "queryTimestamp": "2019-04-29T18:54:51.1743259Z", + "timestamp": "2019-02-01T06:45:50.6390251Z", + "lastWriteTimeUtc": "2019-01-31T17:25:09.8188021Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 184402 + "fileSize": 21748 }, { - "folderName": "topaddons-1.12.2-1.10.1.jar", - "fingerprint": 2234225707, - "fileDateHash": 338092516, + "folderName": "IntegrationForegoing-1.12.2-1.8.2.jar", + "fingerprint": 2188616098, + "fileDateHash": 1767368785, "sectionID": 6, "individualFingerprints": [ - 2234225707 + 2188616098 ], "status": 1, - "timestamp": "2019-02-01T18:10:19.9148136Z", - "lastWriteTimeUtc": "2019-02-01T13:15:55.4221664Z", - "queryTimestamp": "2019-04-29T18:54:51.1743259Z", + "timestamp": "2019-02-01T18:10:17.7940313Z", + "lastWriteTimeUtc": "2019-02-01T12:59:51.3756433Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 242440 + "fileSize": 178746 }, { - "folderName": "Modpack Configuration Checker-1.12.2-v1.8.jar", - "fingerprint": 1302613137, - "fileDateHash": 2568921184, - "sectionID": 8, + "folderName": "New Test World", + "fingerprint": 2431033258, + "fileDateHash": 2804763289, + "sectionID": 10, "individualFingerprints": [ - 1302613137 - ], - "status": 1, - "timestamp": "2019-04-29T18:54:45.2528804Z", - "lastWriteTimeUtc": "2019-04-29T18:13:15.3640124Z", - "queryTimestamp": "2019-04-29T18:54:51.1743259Z", - "fileCount": 1, - "fileSize": 129030 + 55880912, + 162934971, + 210001989, + 212031070, + 222472151, + 280020078, + 288104332, + 396609896, + 467588967, + 489458212, + 515998764, + 602055275, + 669874663, + 757500741, + 758054953, + 758054953, + 758054953, + 758054953, + 758054953, + 796307002, + 811723540, + 855234199, + 921510117, + 940243083, + 952222129, + 988868282, + 1041299348, + 1133658576, + 1142816835, + 1215540590, + 1280587607, + 1313355454, + 1384104345, + 1485567255, + 1540447798, + 1540447798, + 1544686454, + 1547067836, + 1594698235, + 1610155660, + 1673552913, + 1688446156, + 1721251174, + 1774580715, + 1799195765, + 1809881867, + 1827762752, + 1831312154, + 1892022757, + 2035601532, + 2051901053, + 2109129737, + 2141101077, + 2165766583, + 2184506596, + 2195181615, + 2235544665, + 2270966237, + 2270966237, + 2270966237, + 2270966237, + 2270966237, + 2270966237, + 2275084318, + 2319252431, + 2336574816, + 2430003878, + 2430003878, + 2447169260, + 2462168083, + 2489683215, + 2508302312, + 2608837090, + 2639441722, + 2653906460, + 2685875072, + 2705518251, + 2714992191, + 2995710541, + 3091425838, + 3137311278, + 3278065775, + 3354720994, + 3381404771, + 3389699407, + 3454972738, + 3517855489, + 3582932549, + 3587020853, + 3587972900, + 3592843892, + 3602182398, + 3626653952, + 3658113660, + 3703793570, + 3771282984, + 3771282984, + 3771282984, + 3771282984, + 3771282984, + 3784058293, + 3841025495, + 3876126387, + 3926316431, + 3935031749, + 3997202638, + 4011425274, + 4107438161, + 4161013771, + 4175216460, + 4195658519, + 4251773629, + 4265031189, + 4273531445 + ], + "status": 1, + "timestamp": "2019-05-10T13:38:16.973303Z", + "lastWriteTimeUtc": "2019-05-08T22:53:57.6516682Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", + "fileCount": 22, + "fileSize": 0 }, { - "folderName": "IntegrationForegoing-1.12.2-1.8.2.jar", - "fingerprint": 2188616098, - "fileDateHash": 1767368785, + "folderName": "ThermalInnovation-1.12.2-0.3.2.11-universal.jar", + "fingerprint": 3850067489, + "fileDateHash": 1459401321, "sectionID": 6, "individualFingerprints": [ - 2188616098 + 3850067489 ], "status": 1, - "timestamp": "2019-02-01T18:10:17.7940313Z", - "lastWriteTimeUtc": "2019-02-01T12:59:51.3756433Z", - "queryTimestamp": "2019-04-29T18:54:51.1743259Z", + "timestamp": "2019-02-05T23:55:17.4992Z", + "lastWriteTimeUtc": "2019-02-05T14:12:05.6509189Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 178746 + "fileSize": 197603 }, { - "folderName": "LoadingProfiler-MC1.12-1.3.jar", - "fingerprint": 1509490519, - "fileDateHash": 1267772429, + "folderName": "moreoverlays-1.14-mc1.12.2.jar", + "fingerprint": 799281325, + "fileDateHash": 468608286, "sectionID": 6, "individualFingerprints": [ - 1509490519 + 799281325 ], "status": 1, - "timestamp": "2019-02-01T18:10:18.1298375Z", - "lastWriteTimeUtc": "2019-02-01T16:39:40.149803Z", - "queryTimestamp": "2019-04-29T18:54:51.1743259Z", + "timestamp": "2019-02-01T11:49:15.7595005Z", + "lastWriteTimeUtc": "2019-02-01T11:45:07.1562479Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 19127 + "fileSize": 39764 }, { - "folderName": "BetterAdvancements-1.12.2-0.0.17.74.jar", - "fingerprint": 1025930002, - "fileDateHash": 1427065808, + "folderName": "TorchLever-1.0.jar", + "fingerprint": 3065098801, + "fileDateHash": 1775329403, "sectionID": 6, "individualFingerprints": [ - 1025930002 + 3065098801 ], "status": 1, - "timestamp": "2019-02-01T11:29:25.0973138Z", - "lastWriteTimeUtc": "2019-02-01T10:41:17.6527228Z", - "queryTimestamp": "2019-04-29T18:54:51.1743259Z", + "timestamp": "2019-02-01T11:49:15.9074168Z", + "lastWriteTimeUtc": "2019-02-01T11:35:03.2161045Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 67374 + "fileSize": 16393 }, { - "folderName": "clearwater-1.2.jar", - "fingerprint": 1126605813, - "fileDateHash": 4047445636, + "folderName": "QuarkOddities-1.12.2.jar", + "fingerprint": 4267477614, + "fileDateHash": 3615575217, "sectionID": 6, "individualFingerprints": [ - 1126605813 + 4267477614 ], "status": 1, - "timestamp": "2019-02-01T11:49:15.0119293Z", - "lastWriteTimeUtc": "2019-02-01T11:31:42.2793618Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-02-01T10:17:52.0257032Z", + "lastWriteTimeUtc": "2019-02-01T06:52:00.0802479Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 4038 + "fileSize": 1556 }, { - "folderName": "RebornCore-1.12.2-3.13.12.447-universal.jar", - "fingerprint": 3856277520, - "fileDateHash": 3510801975, + "folderName": "Patchouli-1.0-19.jar", + "fingerprint": 1667439915, + "fileDateHash": 1919005744, "sectionID": 8, "individualFingerprints": [ - 3856277520 + 1667439915 ], "status": 1, - "timestamp": "2019-04-29T18:54:47.7071886Z", - "lastWriteTimeUtc": "2019-04-29T17:39:01.7835945Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-04-29T18:54:47.1150506Z", + "lastWriteTimeUtc": "2019-04-29T17:59:05.6571957Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 740730 + "fileSize": 466011 }, { - "folderName": "antiqueatlas-1.12.2-4.5.0.jar", - "fingerprint": 403908989, - "fileDateHash": 1552699146, - "sectionID": 6, + "folderName": "IntegrationForegoing-1.12.2-1.9.jar", + "fingerprint": 3416241667, + "fileDateHash": 318125186, + "sectionID": 8, "individualFingerprints": [ - 403908989 + 3416241667 ], "status": 1, - "timestamp": "2019-01-31T16:53:05.0239916Z", - "lastWriteTimeUtc": "2019-01-31T16:42:24.6587572Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-04-29T18:54:44.2056569Z", + "lastWriteTimeUtc": "2019-04-29T18:26:47.5964649Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 1270259 + "fileSize": 172247 }, { - "folderName": "InventorySpam-1.12.2-1.0.5.jar", - "fingerprint": 112695124, - "fileDateHash": 2552211106, - "sectionID": 6, + "folderName": "llibrary-1.7.19-1.12.2.jar", + "fingerprint": 507777411, + "fileDateHash": 2330844502, + "sectionID": 8, "individualFingerprints": [ - 112695124 + 507777411 ], "status": 1, - "timestamp": "2019-02-01T11:49:15.5925972Z", - "lastWriteTimeUtc": "2019-02-01T11:42:05.4707252Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-04-29T18:54:44.6481708Z", + "lastWriteTimeUtc": "2019-04-29T18:15:52.0115828Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 28071 + "fileSize": 884837 }, { - "folderName": "SimpleCorn1.12-1.12-2.4.1.jar", - "fingerprint": 3077536044, - "fileDateHash": 1631206851, + "folderName": "topaddons-1.12.2-1.10.1.jar", + "fingerprint": 2234225707, + "fileDateHash": 338092516, "sectionID": 6, "individualFingerprints": [ - 3077536044 + 2234225707 ], "status": 1, - "timestamp": "2019-02-01T10:17:52.2405923Z", - "lastWriteTimeUtc": "2019-02-01T10:05:58.744868Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-02-01T18:10:19.9148136Z", + "lastWriteTimeUtc": "2019-02-01T13:15:55.4221664Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 76332 + "fileSize": 242440 }, { - "folderName": "reauth-3.6.0.jar", - "fingerprint": 1809264525, - "fileDateHash": 2075325562, + "folderName": "CraftPresence-1.12.2-1.4.9.9.jar", + "fingerprint": 716700694, + "fileDateHash": 812657913, "sectionID": 6, "individualFingerprints": [ - 1809264525 + 716700694 ], "status": 1, - "timestamp": "2019-02-01T06:45:48.1953612Z", - "lastWriteTimeUtc": "2019-01-31T17:08:43.8819015Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-02-02T17:23:03.3598087Z", + "lastWriteTimeUtc": "2019-02-01T11:40:52.1048474Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 30446 + "fileSize": 184402 }, { - "folderName": "jepb-1.12-1.2.1.jar", - "fingerprint": 2180534721, - "fileDateHash": 4118374511, + "folderName": "titlechanger-1.1.3.jar", + "fingerprint": 1187358689, + "fileDateHash": 1126467992, "sectionID": 6, "individualFingerprints": [ - 2180534721 + 1187358689 ], "status": 1, - "timestamp": "2019-02-01T18:10:17.8110195Z", - "lastWriteTimeUtc": "2019-02-01T13:19:26.7338091Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-02-01T11:29:25.7069624Z", + "lastWriteTimeUtc": "2019-02-01T11:18:45.3842032Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 27195 + "fileSize": 5923 }, { - "folderName": "DynamicTrees-1.12.2-0.9.4.jar.disabled", - "fingerprint": 1208938606, - "fileDateHash": 4196062783, + "folderName": "AutoRegLib-1.3-28.jar", + "fingerprint": 2030432368, + "fileDateHash": 3693586961, + "sectionID": 8, + "individualFingerprints": [ + 2030432368 + ], + "status": 1, + "timestamp": "2019-04-29T18:54:39.8087069Z", + "lastWriteTimeUtc": "2019-04-29T16:55:09.0541313Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", + "fileCount": 1, + "fileSize": 105468 + }, + { + "folderName": "longfallboots-1.2.1b.jar", + "fingerprint": 248361575, + "fileDateHash": 2653373365, "sectionID": 6, "individualFingerprints": [ - 1208938606 + 248361575 ], "status": 1, - "timestamp": "2019-02-03T10:55:11.3904895Z", - "lastWriteTimeUtc": "2019-02-01T08:46:12.7220777Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-02-01T11:49:15.7515055Z", + "lastWriteTimeUtc": "2019-02-01T11:43:55.2197271Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 785265 + "fileSize": 6891 }, { - "folderName": "modnametooltip_1.12.2-1.10.0.jar", - "fingerprint": 67156792, - "fileDateHash": 2984029843, + "folderName": "refinedstorage-1.6.12.jar", + "fingerprint": 824986034, + "fileDateHash": 4103965761, "sectionID": 6, "individualFingerprints": [ - 67156792 + 824986034 ], "status": 1, - "timestamp": "2019-02-01T10:17:51.2921245Z", - "lastWriteTimeUtc": "2019-02-01T10:02:15.942262Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-02-01T06:45:48.5991435Z", + "lastWriteTimeUtc": "2019-01-31T17:15:43.1959682Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 9698 + "fileSize": 1896159 }, { - "folderName": "restrictions-1.12-1.2.1.jar", - "fingerprint": 1852367302, - "fileDateHash": 1899589690, + "folderName": "StuffASockInIt-1.12.2-1.1.15.jar", + "fingerprint": 916499501, + "fileDateHash": 1320130331, "sectionID": 6, "individualFingerprints": [ - 1852367302 + 916499501 ], "status": 1, - "timestamp": "2019-02-03T19:58:36.2702245Z", - "lastWriteTimeUtc": "2019-02-03T10:58:07.9921829Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-02-01T11:29:25.6170154Z", + "lastWriteTimeUtc": "2019-02-01T10:41:36.6076206Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 38208 + "fileSize": 11069 }, { - "folderName": "CraftPresence-1.12.2-1.5.3.1.jar", - "fingerprint": 473534238, - "fileDateHash": 673948006, + "folderName": "Oversaturation-1.1.jar", + "fingerprint": 798517354, + "fileDateHash": 1735650516, "sectionID": 8, "individualFingerprints": [ - 473534238 + 798517354 ], "status": 1, - "timestamp": "2019-04-29T18:54:42.009738Z", - "lastWriteTimeUtc": "2019-04-29T18:45:06.9098243Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-04-29T19:46:52.430997Z", + "lastWriteTimeUtc": "2019-04-29T19:09:41.1080488Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 217691 + "fileSize": 6032 }, { - "folderName": "EndReborn II [0.2.9].jar", - "fingerprint": 4140266020, - "fileDateHash": 2426590873, - "sectionID": 6, + "folderName": "tiereddepths-1.0.jar", + "fingerprint": 3959036618, + "fileDateHash": 2272845336, + "sectionID": 8, "individualFingerprints": [ - 4140266020 + 3959036618 ], "status": 1, - "timestamp": "2019-02-03T10:55:11.4164687Z", - "lastWriteTimeUtc": "2019-02-03T09:01:08.6858603Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-04-29T19:46:52.4329943Z", + "lastWriteTimeUtc": "2019-04-29T19:34:57.5520735Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 1912612 + "fileSize": 5357 }, { - "folderName": "lostcities-1.12-2.0.16.jar", - "fingerprint": 575209866, - "fileDateHash": 2209742450, - "sectionID": 6, + "folderName": "restrictions-1.12-1.3.0.jar", + "fingerprint": 733996194, + "fileDateHash": 2077472483, + "sectionID": 8, "individualFingerprints": [ - 575209866 + 733996194 ], "status": 1, - "timestamp": "2019-02-17T15:02:51.2912848Z", - "lastWriteTimeUtc": "2019-02-15T14:36:58.9283513Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-04-29T18:54:47.7455559Z", + "lastWriteTimeUtc": "2019-04-29T17:34:56.6391991Z", + "queryTimestamp": "2019-05-10T13:38:18.5296405Z", "fileCount": 1, - "fileSize": 786467 + "fileSize": 38722 }, { - "folderName": "AtlasExtras-1.12.2-1.6.jar", - "fingerprint": 625645782, - "fileDateHash": 3506894898, + "folderName": "Schematics-1.12.2.12.jar", + "fingerprint": 929572411, + "fileDateHash": 1704710929, "sectionID": 6, "individualFingerprints": [ - 625645782 + 929572411 ], "status": 1, - "timestamp": "2019-02-17T15:02:51.0764083Z", - "lastWriteTimeUtc": "2019-02-15T14:26:41.4778442Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-02-03T19:58:36.6030378Z", + "lastWriteTimeUtc": "2019-02-03T10:56:02.5365058Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 57537 + "fileSize": 127582 }, { - "folderName": "TeaStory-3.3.1-B30.413-1.12.2.jar", - "fingerprint": 1075726000, - "fileDateHash": 741755607, + "folderName": "Quark-r1.5-150.jar", + "fingerprint": 1957043902, + "fileDateHash": 2492360641, "sectionID": 8, "individualFingerprints": [ - 1075726000 + 1957043902 ], "status": 1, - "timestamp": "2019-04-29T18:54:47.9276653Z", - "lastWriteTimeUtc": "2019-04-29T17:26:25.2241243Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-05-10T13:38:14.809012Z", + "lastWriteTimeUtc": "2019-05-10T13:14:23.4879496Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 1186644 + "fileSize": 2247323 }, { - "folderName": "FullscreenWindowed-1.12-1.6.0.jar", - "fingerprint": 1002938307, - "fileDateHash": 183931864, - "sectionID": 6, + "folderName": "BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar", + "fingerprint": 2031588189, + "fileDateHash": 808074847, + "sectionID": 8, "individualFingerprints": [ - 1002938307 + 2031588189 ], "status": 1, - "timestamp": "2019-02-01T10:17:50.7414382Z", - "lastWriteTimeUtc": "2019-02-01T10:05:08.067305Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-04-29T18:54:40.0430454Z", + "lastWriteTimeUtc": "2019-04-29T18:49:59.2627864Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 18396 + "fileSize": 77866 }, { - "folderName": "mcjtylib-1.12-3.1.1.jar", - "fingerprint": 2182696633, - "fileDateHash": 3617177588, - "sectionID": 6, + "folderName": "Waddles-1.12.2-0.6.0.jar", + "fingerprint": 1177925110, + "fileDateHash": 1417066923, + "sectionID": 8, "individualFingerprints": [ - 2182696633 + 1177925110 ], "status": 1, - "timestamp": "2019-02-03T19:58:36.2222586Z", - "lastWriteTimeUtc": "2019-02-03T10:58:05.658926Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-05-10T13:38:14.9027349Z", + "lastWriteTimeUtc": "2019-05-09T11:51:50.8020764Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 493473 + "fileSize": 234934 }, { - "folderName": "AppleCore-mc1.12.2-3.2.0.jar", - "fingerprint": 4131795334, - "fileDateHash": 2541981660, + "folderName": "incontrol-1.12-3.9.7.jar.disabled", + "fingerprint": 3548405406, + "fileDateHash": 3312981033, "sectionID": 8, "individualFingerprints": [ - 4131795334 + 3548405406 ], "status": 1, - "timestamp": "2019-04-29T18:54:38.5854547Z", - "lastWriteTimeUtc": "2019-04-29T16:36:32.2847523Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-04-29T18:54:44.1746773Z", + "lastWriteTimeUtc": "2019-04-29T18:27:43.1311911Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 88308 + "fileSize": 138614 }, { - "folderName": "Modpack Configuration Checker-1.12.2-v1.6.1.jar", - "fingerprint": 1816332509, - "fileDateHash": 3143183972, - "sectionID": 6, + "folderName": "RebornCore-1.12.2-3.13.12.447-universal.jar", + "fingerprint": 3856277520, + "fileDateHash": 3510801975, + "sectionID": 8, "individualFingerprints": [ - 1816332509 + 3856277520 ], "status": 1, - "timestamp": "2019-02-01T11:49:15.7515055Z", - "lastWriteTimeUtc": "2019-02-01T11:44:59.088894Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-04-29T18:54:47.7071886Z", + "lastWriteTimeUtc": "2019-04-29T17:39:01.7835945Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 112763 + "fileSize": 740730 }, { - "folderName": "BetterFps-1.4.8.jar", - "fingerprint": 3051920250, - "fileDateHash": 2136679726, - "sectionID": 6, + "folderName": "mcjtylib-1.12-3.5.2.jar", + "fingerprint": 3633965879, + "fileDateHash": 92852756, + "sectionID": 8, "individualFingerprints": [ - 3051920250 + 3633965879 ], "status": 1, - "timestamp": "2019-02-01T06:45:40.0279335Z", - "lastWriteTimeUtc": "2019-01-31T16:54:20.4572225Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-05-10T13:38:14.1539192Z", + "lastWriteTimeUtc": "2019-05-10T12:55:22.4158035Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 155196 + "fileSize": 543094 }, { - "folderName": "WAIM-1.0.0.jar", - "fingerprint": 1142838799, - "fileDateHash": 475515294, - "sectionID": 6, + "folderName": "Placebo-1.12.2-1.6.0.jar", + "fingerprint": 2862833350, + "fileDateHash": 1386239241, + "sectionID": 8, "individualFingerprints": [ - 1142838799 + 2862833350 ], "status": 1, - "timestamp": "2019-02-01T11:29:25.8558779Z", - "lastWriteTimeUtc": "2019-02-01T11:09:07.2975928Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-04-29T18:54:47.5584212Z", + "lastWriteTimeUtc": "2019-04-29T17:56:06.8712824Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 10081 + "fileSize": 76902 }, { - "folderName": "modtweaker-4.0.16.jar", - "fingerprint": 327818037, - "fileDateHash": 4109627719, + "folderName": "LoreExpansion-1.12-1.1.7-13.jar", + "fingerprint": 526510025, + "fileDateHash": 3934927007, "sectionID": 6, "individualFingerprints": [ - 327818037 + 526510025 ], "status": 1, - "timestamp": "2019-02-01T06:45:46.9280871Z", - "lastWriteTimeUtc": "2019-01-31T17:21:10.1843917Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-02-01T10:17:51.2041736Z", + "lastWriteTimeUtc": "2019-02-01T10:01:32.362363Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 433948 + "fileSize": 1887159 }, { - "folderName": "ServerTabInfo-1.12.2-1.2.3.jar", - "fingerprint": 1741346197, - "fileDateHash": 3619881499, + "folderName": "FastFurnace-1.12.2-1.2.1.jar", + "fingerprint": 2785243327, + "fileDateHash": 1672546607, "sectionID": 6, "individualFingerprints": [ - 1741346197 + 2785243327 ], "status": 1, - "timestamp": "2019-02-01T18:10:19.4280928Z", - "lastWriteTimeUtc": "2019-02-01T12:21:09.3287837Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-02-01T06:45:43.7938352Z", + "lastWriteTimeUtc": "2019-01-31T17:26:35.5634329Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 53611 - }, - { - "folderName": "ThermalInnovation-1.12.2-0.3.2.11-universal.jar", - "fingerprint": 3850067489, - "fileDateHash": 1459401321, - "sectionID": 6, - "individualFingerprints": [ - 3850067489 - ], - "status": 1, - "timestamp": "2019-02-05T23:55:17.4992Z", - "lastWriteTimeUtc": "2019-02-05T14:12:05.6509189Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", - "fileCount": 1, - "fileSize": 197603 - }, - { - "folderName": "moreoverlays-1.14-mc1.12.2.jar", - "fingerprint": 799281325, - "fileDateHash": 468608286, - "sectionID": 6, - "individualFingerprints": [ - 799281325 - ], - "status": 1, - "timestamp": "2019-02-01T11:49:15.7595005Z", - "lastWriteTimeUtc": "2019-02-01T11:45:07.1562479Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", - "fileCount": 1, - "fileSize": 39764 + "fileSize": 8976 }, { - "folderName": "CraftTweaker2-1.12-4.1.17.jar", - "fingerprint": 3018677521, - "fileDateHash": 2924736960, + "folderName": "wings-1.1.4-1.12.2.jar", + "fingerprint": 355186265, + "fileDateHash": 4140727103, "sectionID": 8, "individualFingerprints": [ - 3018677521 + 355186265 ], "status": 1, - "timestamp": "2019-04-29T18:54:42.3642476Z", - "lastWriteTimeUtc": "2019-04-29T18:44:21.9616511Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-04-29T18:54:49.2567352Z", + "lastWriteTimeUtc": "2019-04-29T17:19:30.3521928Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 1360499 + "fileSize": 320733 }, { - "folderName": "jei_1.12.2-4.15.0.278.jar", - "fingerprint": 909771497, - "fileDateHash": 417762655, + "folderName": "CookingForBlockheads_1.12.2-6.4.70.jar", + "fingerprint": 3801276902, + "fileDateHash": 1973680628, "sectionID": 8, "individualFingerprints": [ - 909771497 + 3801276902 ], "status": 1, - "timestamp": "2019-04-29T18:54:44.4175557Z", - "lastWriteTimeUtc": "2019-04-29T18:17:01.4001857Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-04-29T18:54:41.2788927Z", + "lastWriteTimeUtc": "2019-04-29T18:45:53.127348Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 649741 + "fileSize": 589828 }, { - "folderName": "Exchangers-1.12.2-2.8.jar", - "fingerprint": 433410941, - "fileDateHash": 3345371314, + "folderName": "zombieawareness-1.12.1-1.11.16.jar", + "fingerprint": 4139434154, + "fileDateHash": 987536849, "sectionID": 6, "individualFingerprints": [ - 433410941 + 4139434154 ], "status": 1, - "timestamp": "2019-02-02T12:51:55.5461312Z", - "lastWriteTimeUtc": "2019-02-02T11:58:27.6346573Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-02-01T12:12:42.4765501Z", + "lastWriteTimeUtc": "2019-02-01T11:57:51.6154161Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 281052 + "fileSize": 285951 }, { - "folderName": "titlechanger-1.1.3.jar", - "fingerprint": 1187358689, - "fileDateHash": 1126467992, + "folderName": "MPUtils-1.12.2-1.5.6.jar", + "fingerprint": 2397817165, + "fileDateHash": 2977327369, "sectionID": 6, "individualFingerprints": [ - 1187358689 + 2397817165 ], "status": 1, - "timestamp": "2019-02-01T11:29:25.7069624Z", - "lastWriteTimeUtc": "2019-02-01T11:18:45.3842032Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-02-01T06:45:47.2449031Z", + "lastWriteTimeUtc": "2019-01-31T17:18:10.6789066Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 5923 + "fileSize": 250276 }, { - "folderName": "BNBGamingCore-1.12.2-0.11.0.jar", - "fingerprint": 4212799678, - "fileDateHash": 1366727970, + "folderName": "Auraddons-1.7.2-NAr14.jar", + "fingerprint": 2496128817, + "fileDateHash": 3450656063, "sectionID": 8, "individualFingerprints": [ - 4212799678 + 2496128817 ], "status": 1, - "timestamp": "2019-04-29T18:54:40.1577388Z", - "lastWriteTimeUtc": "2019-04-29T18:49:42.6630359Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-04-29T18:54:39.6498781Z", + "lastWriteTimeUtc": "2019-04-29T16:46:32.1710952Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 130110 + "fileSize": 148063 }, { - "folderName": "BetterBuildersWands-1.12.2-0.13.0.267+dc89c58.jar", - "fingerprint": 2131587194, - "fileDateHash": 3359066665, + "folderName": "incontrol-1.12-3.9.2.jar.disabled", + "fingerprint": 959055282, + "fileDateHash": 1715522526, "sectionID": 6, "individualFingerprints": [ - 2131587194 + 959055282 ], "status": 1, - "timestamp": "2019-02-05T23:55:17.1633931Z", - "lastWriteTimeUtc": "2019-02-05T14:10:03.8721072Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-02-17T15:02:51.2613022Z", + "lastWriteTimeUtc": "2019-02-15T14:57:16.8885706Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 77716 + "fileSize": 132705 }, { - "folderName": "WanionLib-1.12.2-2.2.jar", - "fingerprint": 3602088970, - "fileDateHash": 261138973, + "folderName": "NetherPortalFix_1.12.1-5.3.17.jar", + "fingerprint": 2800467167, + "fileDateHash": 971377580, "sectionID": 6, "individualFingerprints": [ - 3602088970 + 2800467167 ], "status": 1, - "timestamp": "2019-02-01T11:29:25.9348356Z", - "lastWriteTimeUtc": "2019-02-01T11:28:10.6460171Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-02-01T06:45:47.9455207Z", + "lastWriteTimeUtc": "2019-01-31T17:18:28.5785746Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 129188 + "fileSize": 109445 }, { - "folderName": "HungerInPeace-mc1.12-1.0.0.jar", - "fingerprint": 2904506437, - "fileDateHash": 567767209, + "folderName": "OpenBlocks-1.12.2-1.8.jar", + "fingerprint": 3701942740, + "fileDateHash": 3079081606, "sectionID": 6, "individualFingerprints": [ - 2904506437 + 3701942740 ], "status": 1, - "timestamp": "2019-02-01T06:45:44.7842837Z", - "lastWriteTimeUtc": "2019-01-31T17:28:22.4630871Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-02-01T12:12:42.0477955Z", + "lastWriteTimeUtc": "2019-02-01T12:11:54.6802884Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 4661 + "fileSize": 3217313 }, { - "folderName": "Born In A Barn V1.8-1.12-1.1.jar", - "fingerprint": 3736396456, - "fileDateHash": 1760252645, + "folderName": "wings-1.1.2-1.12.2.jar", + "fingerprint": 2552690513, + "fileDateHash": 1927296391, "sectionID": 6, "individualFingerprints": [ - 3736396456 + 2552690513 ], "status": 1, - "timestamp": "2019-02-01T18:10:17.4432308Z", - "lastWriteTimeUtc": "2019-02-01T16:55:51.1404845Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-02-01T12:12:42.4645581Z", + "lastWriteTimeUtc": "2019-02-01T12:09:27.9621245Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 3642 + "fileSize": 320605 }, { - "folderName": "ThermalExpansion-1.12.2-5.5.3.41-universal.jar", - "fingerprint": 1698470813, - "fileDateHash": 1723497131, + "folderName": "SimpleCorn1.12-1.12-2.4.1.jar", + "fingerprint": 3077536044, + "fileDateHash": 1631206851, "sectionID": 6, "individualFingerprints": [ - 1698470813 + 3077536044 ], "status": 1, - "timestamp": "2019-02-05T23:55:17.4152484Z", - "lastWriteTimeUtc": "2019-02-05T14:11:58.7578924Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-02-01T10:17:52.2405923Z", + "lastWriteTimeUtc": "2019-02-01T10:05:58.744868Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 2415692 + "fileSize": 76332 }, { - "folderName": "Nutrition-1.12.2-4.0.0.jar", - "fingerprint": 1032140290, - "fileDateHash": 2349262254, + "folderName": "advancedmortars-1.12.2-1.6.22.jar", + "fingerprint": 3181174847, + "fileDateHash": 215806803, "sectionID": 6, "individualFingerprints": [ - 1032140290 + 3181174847 ], "status": 1, - "timestamp": "2019-02-01T11:49:15.8574447Z", - "lastWriteTimeUtc": "2019-02-01T11:49:03.8695973Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-01-31T16:53:04.7420471Z", + "lastWriteTimeUtc": "2019-01-31T16:42:03.0903062Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 107101 + "fileSize": 113253 }, { - "folderName": "Harvest-1.12-1.2.7-20.jar", - "fingerprint": 1260477084, - "fileDateHash": 2225080545, + "folderName": "foamfix-0.10.3-1.12.2.jar", + "fingerprint": 1322124505, + "fileDateHash": 4153405595, "sectionID": 6, "individualFingerprints": [ - 1260477084 + 1322124505 ], "status": 1, - "timestamp": "2019-02-01T10:17:51.0222845Z", - "lastWriteTimeUtc": "2019-02-01T10:05:27.5621694Z", - "queryTimestamp": "2019-04-29T18:54:51.1899491Z", + "timestamp": "2019-02-01T06:45:44.2665617Z", + "lastWriteTimeUtc": "2019-01-31T17:27:33.6394146Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 17988 + "fileSize": 216000 }, { - "folderName": "EnderStorage-1.12.2-2.4.5.135-universal.jar", - "fingerprint": 2794322583, - "fileDateHash": 1222851126, + "folderName": "multimob-1.0.5.jar", + "fingerprint": 2815907424, + "fileDateHash": 3452036102, "sectionID": 6, "individualFingerprints": [ - 2794322583 + 2815907424 ], "status": 1, - "timestamp": "2019-02-01T18:10:17.5221863Z", - "lastWriteTimeUtc": "2019-02-01T12:48:32.8044844Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-02-01T10:17:51.4720211Z", + "lastWriteTimeUtc": "2019-02-01T07:31:18.0488148Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 223227 + "fileSize": 183875 }, { - "folderName": "Toast Control-1.12.2-1.8.0.jar", - "fingerprint": 2434680542, - "fileDateHash": 729404595, - "sectionID": 6, + "folderName": "mpbasic-1.12.2-1.4.11.jar", + "fingerprint": 3536529576, + "fileDateHash": 289545369, + "sectionID": 8, "individualFingerprints": [ - 2434680542 + 3536529576 ], "status": 1, - "timestamp": "2019-02-01T06:45:50.6390251Z", - "lastWriteTimeUtc": "2019-01-31T17:25:09.8188021Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-04-29T18:54:45.3392748Z", + "lastWriteTimeUtc": "2019-04-29T18:12:25.3134264Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 21748 + "fileSize": 108871 }, { - "folderName": "Waystones_1.12.2-4.0.67.jar", - "fingerprint": 445023595, - "fileDateHash": 1663266660, - "sectionID": 6, + "folderName": "LunatriusCore-1.12.2-1.2.0.42-universal.jar", + "fingerprint": 1145034958, + "fileDateHash": 1999692605, + "sectionID": 8, "individualFingerprints": [ - 445023595 + 1145034958 ], "status": 1, - "timestamp": "2019-02-01T11:29:25.9458289Z", - "lastWriteTimeUtc": "2019-02-01T11:25:56.3828015Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-05-10T13:38:14.0601758Z", + "lastWriteTimeUtc": "2019-05-05T17:59:54.5348102Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 172854 + "fileSize": 76753 }, { - "folderName": "theoneprobe-1.12-1.4.28.jar", - "fingerprint": 2094495496, - "fileDateHash": 2254944042, + "folderName": "CoFHWorld-1.12.2-1.3.0.6-universal.jar", + "fingerprint": 2557865424, + "fileDateHash": 2492534089, "sectionID": 6, "individualFingerprints": [ - 2094495496 + 2557865424 ], "status": 1, - "timestamp": "2019-02-01T10:38:57.9127825Z", - "lastWriteTimeUtc": "2019-02-01T10:27:36.6044098Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-02-01T06:45:41.9388346Z", + "lastWriteTimeUtc": "2019-01-31T17:03:57.8213957Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 301893 + "fileSize": 531831 }, { - "folderName": "TorchLever1.12.2-1.0.jar", - "fingerprint": 975482961, - "fileDateHash": 1712176558, - "sectionID": 8, - "individualFingerprints": [ - 975482961 - ], - "status": 1, - "timestamp": "2019-04-29T18:54:48.746457Z", - "lastWriteTimeUtc": "2019-04-29T17:23:15.6560767Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", - "fileCount": 1, - "fileSize": 16467 - }, - { - "folderName": "worleycaves-1.3.0.jar", - "fingerprint": 2484190969, - "fileDateHash": 3077956768, - "sectionID": 6, + "folderName": "HorseTweaks_1.12.2-1.0.5.jar", + "fingerprint": 2125370091, + "fileDateHash": 3358965665, + "sectionID": 8, "individualFingerprints": [ - 2484190969 + 2125370091 ], "status": 1, - "timestamp": "2019-02-01T18:10:20.1316881Z", - "lastWriteTimeUtc": "2019-02-01T17:01:59.3782974Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-04-29T18:54:43.8958354Z", + "lastWriteTimeUtc": "2019-04-29T18:40:20.5354297Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 58722 + "fileSize": 74990 }, { - "folderName": "FastWorkbench-1.12.2-1.6.0.jar", - "fingerprint": 1304066834, - "fileDateHash": 517260288, + "folderName": "ThermalFoundation-1.12.2-2.6.2.26-universal.jar", + "fingerprint": 433801934, + "fileDateHash": 3510542527, "sectionID": 6, "individualFingerprints": [ - 1304066834 + 433801934 ], "status": 1, - "timestamp": "2019-02-01T06:45:44.0157264Z", - "lastWriteTimeUtc": "2019-01-31T17:26:31.1282234Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-02-05T23:55:17.4602239Z", + "lastWriteTimeUtc": "2019-02-05T14:12:01.9150621Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 25347 + "fileSize": 2305489 }, { - "folderName": "mpbasic-1.12.2-1.4.10.jar", - "fingerprint": 1576894577, - "fileDateHash": 1175367654, + "folderName": "athenaeum-1.12.2-1.16.0.jar", + "fingerprint": 3118707492, + "fileDateHash": 1081511497, "sectionID": 6, "individualFingerprints": [ - 1576894577 + 3118707492 ], "status": 1, - "timestamp": "2019-02-01T06:45:47.0380428Z", - "lastWriteTimeUtc": "2019-01-31T17:18:11.5344179Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-02-08T18:22:16.639492Z", + "lastWriteTimeUtc": "2019-02-08T18:09:12.8281697Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 109016 + "fileSize": 206554 }, { - "folderName": "llibrary-1.7.17-1.12.2.jar", - "fingerprint": 523346982, - "fileDateHash": 859070007, + "folderName": "BetterBuildersWands-1.12.2-0.13.0.267+dc89c58.jar", + "fingerprint": 2131587194, + "fileDateHash": 3359066665, "sectionID": 6, "individualFingerprints": [ - 523346982 + 2131587194 ], "status": 1, - "timestamp": "2019-02-01T12:12:41.9568485Z", - "lastWriteTimeUtc": "2019-02-01T12:09:27.30652Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-02-05T23:55:17.1633931Z", + "lastWriteTimeUtc": "2019-02-05T14:10:03.8721072Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 880123 + "fileSize": 77716 }, { - "folderName": "DefaultWorldGenerator-port-1.12-2.3.jar", - "fingerprint": 2577627143, - "fileDateHash": 3603535904, + "folderName": "ImmersiveFloofs-1.12.2-1.0.0.jar", + "fingerprint": 1044524559, + "fileDateHash": 2166438710, "sectionID": 6, "individualFingerprints": [ - 2577627143 + 1044524559 ], "status": 1, - "timestamp": "2019-02-01T10:26:36.9228244Z", - "lastWriteTimeUtc": "2019-02-01T10:18:28.5391033Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-02-01T06:45:45.059107Z", + "lastWriteTimeUtc": "2019-01-31T17:32:24.5629586Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 196038 + "fileSize": 14126 }, { - "folderName": "BetterAdvancements-1.12.2-0.1.0.77.jar", - "fingerprint": 1663259258, - "fileDateHash": 1648801798, - "sectionID": 8, + "folderName": "primitivemobs-1.2.3a.jar", + "fingerprint": 1703043317, + "fileDateHash": 545704458, + "sectionID": 6, "individualFingerprints": [ - 1663259258 + 1703043317 ], "status": 1, - "timestamp": "2019-04-29T18:54:39.9649474Z", - "lastWriteTimeUtc": "2019-04-29T18:50:03.4027011Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-02-01T10:17:51.9957198Z", + "lastWriteTimeUtc": "2019-02-01T07:31:19.5139158Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 62668 + "fileSize": 859957 }, { - "folderName": "JustAFewFish-1.7_for_1.12.jar", - "fingerprint": 3718830303, - "fileDateHash": 1075424121, + "folderName": "immersivetech-1.12-1.3.10.jar", + "fingerprint": 3098397324, + "fileDateHash": 1670020471, "sectionID": 6, "individualFingerprints": [ - 3718830303 + 3098397324 ], "status": 1, - "timestamp": "2019-02-01T11:29:25.5850347Z", - "lastWriteTimeUtc": "2019-02-01T11:05:40.8209318Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-02-01T06:45:45.7877216Z", + "lastWriteTimeUtc": "2019-01-31T17:28:44.069001Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 238863 + "fileSize": 522502 }, { - "folderName": "Chameleon-1.12-4.1.3.jar", - "fingerprint": 2760206313, - "fileDateHash": 1436784776, + "folderName": "industrialforegoing-1.12.2-1.12.5-229.jar", + "fingerprint": 3798795885, + "fileDateHash": 2908610316, "sectionID": 6, "individualFingerprints": [ - 2760206313 + 3798795885 ], "status": 1, - "timestamp": "2019-02-01T06:45:41.3561689Z", - "lastWriteTimeUtc": "2019-01-31T17:15:31.8983899Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-02-03T10:55:11.4674316Z", + "lastWriteTimeUtc": "2019-02-03T09:02:28.1890507Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 96859 + "fileSize": 1580424 }, { - "folderName": "notreepunching-2.0.11.jar", - "fingerprint": 2654890834, - "fileDateHash": 1041004133, + "folderName": "DefaultWorldGenerator-port-1.12-2.3.jar", + "fingerprint": 2577627143, + "fileDateHash": 3603535904, "sectionID": 6, "individualFingerprints": [ - 2654890834 + 2577627143 ], "status": 1, - "timestamp": "2019-02-17T15:02:51.6140819Z", - "lastWriteTimeUtc": "2019-02-15T14:34:53.2760899Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-02-01T10:26:36.9228244Z", + "lastWriteTimeUtc": "2019-02-01T10:18:28.5391033Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 2114826 + "fileSize": 196038 }, { - "folderName": "endercrop-1.12.2-1.6.0.jar", - "fingerprint": 2551423804, - "fileDateHash": 754093458, + "folderName": "ImmersiveCables-1.12.2-1.3.2.jar", + "fingerprint": 991598649, + "fileDateHash": 1344077851, "sectionID": 6, "individualFingerprints": [ - 2551423804 + 991598649 ], "status": 1, - "timestamp": "2019-02-01T10:17:50.7104565Z", - "lastWriteTimeUtc": "2019-02-01T10:10:00.2927011Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-02-01T06:45:44.7872629Z", + "lastWriteTimeUtc": "2019-01-31T17:29:05.923581Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 73719 + "fileSize": 205922 }, { - "folderName": "wings-1.1.2-1.12.2.jar", - "fingerprint": 2552690513, - "fileDateHash": 1927296391, + "folderName": "FullscreenWindowed-1.12-1.6.0.jar", + "fingerprint": 1002938307, + "fileDateHash": 183931864, "sectionID": 6, "individualFingerprints": [ - 2552690513 + 1002938307 ], "status": 1, - "timestamp": "2019-02-01T12:12:42.4645581Z", - "lastWriteTimeUtc": "2019-02-01T12:09:27.9621245Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-02-01T10:17:50.7414382Z", + "lastWriteTimeUtc": "2019-02-01T10:05:08.067305Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 320605 + "fileSize": 18396 }, { - "folderName": "advancedmortars-1.12.2-1.6.22.jar", - "fingerprint": 3181174847, - "fileDateHash": 215806803, + "folderName": "RealisticItemDrops-1.2.14.jar", + "fingerprint": 1656616189, + "fileDateHash": 3753654722, "sectionID": 6, "individualFingerprints": [ - 3181174847 + 1656616189 ], "status": 1, - "timestamp": "2019-01-31T16:53:04.7420471Z", - "lastWriteTimeUtc": "2019-01-31T16:42:03.0903062Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-02-01T06:45:48.1443883Z", + "lastWriteTimeUtc": "2019-01-31T17:07:42.8447108Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 113253 + "fileSize": 65733 }, { - "folderName": "mcjtylib-1.12-3.5.0.jar", - "fingerprint": 78774774, - "fileDateHash": 4152671757, - "sectionID": 8, + "folderName": "jei_1.12.2-4.14.4.264.jar", + "fingerprint": 2473614970, + "fileDateHash": 3473582071, + "sectionID": 6, "individualFingerprints": [ - 78774774 + 2473614970 ], "status": 1, - "timestamp": "2019-04-29T18:54:45.2372754Z", - "lastWriteTimeUtc": "2019-04-29T18:15:47.4333844Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-02-01T06:45:46.5303131Z", + "lastWriteTimeUtc": "2019-01-31T16:53:14.331967Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 541575 + "fileSize": 645452 }, { - "folderName": "incontrol-1.12-3.9.2.jar.disabled", - "fingerprint": 959055282, - "fileDateHash": 1715522526, + "folderName": "reauth-3.6.0.jar", + "fingerprint": 1809264525, + "fileDateHash": 2075325562, "sectionID": 6, "individualFingerprints": [ - 959055282 + 1809264525 ], "status": 1, - "timestamp": "2019-02-17T15:02:51.2613022Z", - "lastWriteTimeUtc": "2019-02-15T14:57:16.8885706Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-02-01T06:45:48.1953612Z", + "lastWriteTimeUtc": "2019-01-31T17:08:43.8819015Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 132705 + "fileSize": 30446 }, { - "folderName": "AromaBackup-1.12.2-3.0.0.0.b117.jar", - "fingerprint": 2916598679, - "fileDateHash": 2104064851, + "folderName": "DynamicTrees-1.12.2-0.9.4.jar.disabled", + "fingerprint": 1208938606, + "fileDateHash": 4196062783, "sectionID": 6, "individualFingerprints": [ - 2916598679 + 1208938606 ], "status": 1, - "timestamp": "2019-02-17T15:02:51.0464048Z", - "lastWriteTimeUtc": "2019-02-15T14:22:09.8712673Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-02-03T10:55:11.3904895Z", + "lastWriteTimeUtc": "2019-02-01T08:46:12.7220777Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 160774 + "fileSize": 785265 }, { - "folderName": "OpenModsLib-1.12.2-0.12.2.jar", - "fingerprint": 1596478407, - "fileDateHash": 964646344, + "folderName": "foamfix-0.10.5-1.12.2.jar", + "fingerprint": 3180889627, + "fileDateHash": 886727805, "sectionID": 8, "individualFingerprints": [ - 1596478407 + 3180889627 ], "status": 1, - "timestamp": "2019-04-29T18:54:46.8973141Z", - "lastWriteTimeUtc": "2019-04-29T17:59:57.9409182Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-04-29T18:54:43.5616422Z", + "lastWriteTimeUtc": "2019-04-29T18:40:24.8009098Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 2639587 + "fileSize": 211210 }, { - "folderName": "athenaeum-1.12.2-1.16.0.jar", - "fingerprint": 3118707492, - "fileDateHash": 1081511497, + "folderName": "alcatrazcore-1.0.4.jar", + "fingerprint": 1102474827, + "fileDateHash": 419616729, "sectionID": 6, "individualFingerprints": [ - 3118707492 + 1102474827 ], "status": 1, - "timestamp": "2019-02-08T18:22:16.639492Z", - "lastWriteTimeUtc": "2019-02-08T18:09:12.8281697Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-02-06T10:08:52.4289626Z", + "lastWriteTimeUtc": "2019-02-05T23:55:48.1074971Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 206554 + "fileSize": 109321 }, { - "folderName": "artisanworktables-1.12.2-1.20.1.jar", - "fingerprint": 581265726, - "fileDateHash": 1336785710, + "folderName": "InventorySpam-1.12.2-1.0.5.jar", + "fingerprint": 112695124, + "fileDateHash": 2552211106, "sectionID": 6, "individualFingerprints": [ - 581265726 + 112695124 ], "status": 1, - "timestamp": "2019-02-08T18:22:15.7709735Z", - "lastWriteTimeUtc": "2019-02-08T18:09:15.1472841Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-02-01T11:49:15.5925972Z", + "lastWriteTimeUtc": "2019-02-01T11:42:05.4707252Z", + "queryTimestamp": "2019-05-10T13:38:18.5452639Z", "fileCount": 1, - "fileSize": 1070090 + "fileSize": 28071 }, { - "folderName": "IntegrationForegoing-1.12.2-1.9.jar", - "fingerprint": 3416241667, - "fileDateHash": 318125186, - "sectionID": 8, + "folderName": "NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar", + "fingerprint": 4281345704, + "fileDateHash": 1064665716, + "sectionID": 6, "individualFingerprints": [ - 3416241667 + 4281345704 ], "status": 1, - "timestamp": "2019-04-29T18:54:44.2056569Z", - "lastWriteTimeUtc": "2019-04-29T18:26:47.5964649Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-02-01T10:17:51.4910103Z", + "lastWriteTimeUtc": "2019-02-01T08:46:17.5509619Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 172247 + "fileSize": 40598 }, { - "folderName": "Controlling-3.0.6.jar", - "fingerprint": 2220369187, - "fileDateHash": 1086245781, + "folderName": "justthetips-1.12-1.0.1.1.jar", + "fingerprint": 2104960454, + "fileDateHash": 2938742291, "sectionID": 6, "individualFingerprints": [ - 2220369187 + 2104960454 ], "status": 1, - "timestamp": "2019-02-01T06:45:41.9628399Z", - "lastWriteTimeUtc": "2019-01-31T17:25:05.058981Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-02-01T11:29:25.6010237Z", + "lastWriteTimeUtc": "2019-02-01T11:00:11.5122923Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 26034 + "fileSize": 334035 }, { - "folderName": "RedstoneFlux-1.12-2.1.0.6-universal.jar", - "fingerprint": 1941774686, - "fileDateHash": 2557456621, + "folderName": "World-Stripper-1.6.0-1.12.2.jar", + "fingerprint": 2474798541, + "fileDateHash": 2011781456, "sectionID": 6, "individualFingerprints": [ - 1941774686 + 2474798541 ], "status": 1, - "timestamp": "2019-02-01T06:45:48.4542075Z", - "lastWriteTimeUtc": "2019-01-31T17:03:55.7395963Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-02-01T11:29:26.0377742Z", + "lastWriteTimeUtc": "2019-02-01T11:25:28.4048243Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 36278 + "fileSize": 50296 }, { - "folderName": "artisanworktables-1.12.2-1.21.1.jar", - "fingerprint": 3413252512, - "fileDateHash": 1060321521, - "sectionID": 8, + "folderName": "VanillaFix-1.0.10-99.jar", + "fingerprint": 3241108399, + "fileDateHash": 1591442719, + "sectionID": 6, "individualFingerprints": [ - 3413252512 + 3241108399 ], "status": 1, - "timestamp": "2019-04-29T18:54:39.093315Z", - "lastWriteTimeUtc": "2019-04-29T16:42:07.3845368Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-02-06T10:32:15.5189096Z", + "lastWriteTimeUtc": "2019-02-06T10:12:49.3363828Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 1076222 + "fileSize": 1117860 }, { - "folderName": "malisisdoors-1.12.2-7.3.0.jar", - "fingerprint": 2375017557, - "fileDateHash": 658861983, - "sectionID": 8, + "folderName": "Patchouli-1.0-16.jar", + "fingerprint": 2867177945, + "fileDateHash": 2352939210, + "sectionID": 6, "individualFingerprints": [ - 2375017557 + 2867177945 ], "status": 1, - "timestamp": "2019-04-29T19:46:51.9443065Z", - "lastWriteTimeUtc": "2019-04-29T19:46:45.5216641Z", - "queryTimestamp": "2019-04-29T19:46:54.0600463Z", + "timestamp": "2019-02-01T10:17:51.972734Z", + "lastWriteTimeUtc": "2019-02-01T10:01:50.0915903Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 1741669 + "fileSize": 464322 }, { - "folderName": "CodeChickenLib-1.12.2-3.2.2.353-universal.jar", - "fingerprint": 1154181364, - "fileDateHash": 1180737787, - "sectionID": 6, + "folderName": "refinedstorage-1.6.14.jar", + "fingerprint": 2765963100, + "fileDateHash": 2443321293, + "sectionID": 8, "individualFingerprints": [ - 1154181364 + 2765963100 ], "status": 1, - "timestamp": "2019-02-01T06:45:41.883869Z", - "lastWriteTimeUtc": "2019-01-31T17:04:00.3480775Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-04-29T18:54:47.7231959Z", + "lastWriteTimeUtc": "2019-04-29T17:38:03.0868206Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 700785 + "fileSize": 1910269 }, { - "folderName": "trumpetskeleton-1.12-1.0.2.1.jar", - "fingerprint": 892723166, - "fileDateHash": 1381570182, - "sectionID": 6, + "folderName": "simplylight-0.7.0.jar", + "fingerprint": 2241225852, + "fileDateHash": 1007819994, + "sectionID": 8, "individualFingerprints": [ - 892723166 + 2241225852 ], "status": 1, - "timestamp": "2019-02-01T11:49:16.061328Z", - "lastWriteTimeUtc": "2019-02-01T11:30:26.6475691Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-05-10T13:38:14.8402602Z", + "lastWriteTimeUtc": "2019-05-06T11:00:32.474262Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 42657 + "fileSize": 413307 }, { - "folderName": "veining-1.3.2-1.12.x.jar", - "fingerprint": 4293467837, - "fileDateHash": 1283876157, + "folderName": "RedstoneFlux-1.12-2.1.0.6-universal.jar", + "fingerprint": 1941774686, + "fileDateHash": 2557456621, "sectionID": 6, "individualFingerprints": [ - 4293467837 + 1941774686 ], "status": 1, - "timestamp": "2019-02-01T11:49:16.2302331Z", - "lastWriteTimeUtc": "2019-02-01T11:35:23.8417162Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-02-01T06:45:48.4542075Z", + "lastWriteTimeUtc": "2019-01-31T17:03:55.7395963Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 56226 + "fileSize": 36278 }, { - "folderName": "Oversaturation-1.1.jar", - "fingerprint": 798517354, - "fileDateHash": 1735650516, + "folderName": "worleycaves-1.4.0.jar", + "fingerprint": 1422171571, + "fileDateHash": 2088549144, "sectionID": 8, "individualFingerprints": [ - 798517354 + 1422171571 ], "status": 1, - "timestamp": "2019-04-29T19:46:52.430997Z", - "lastWriteTimeUtc": "2019-04-29T19:09:41.1080488Z", - "queryTimestamp": "2019-04-29T19:46:54.0620452Z", + "timestamp": "2019-04-29T18:54:49.5778949Z", + "lastWriteTimeUtc": "2019-04-29T17:18:40.0203415Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 6032 + "fileSize": 60541 }, { - "folderName": "NaturesCompass-1.12.2-1.5.1.jar", - "fingerprint": 3263734572, - "fileDateHash": 2761118883, + "folderName": "ThermalExpansion-1.12.2-5.5.3.41-universal.jar", + "fingerprint": 1698470813, + "fileDateHash": 1723497131, "sectionID": 6, "individualFingerprints": [ - 3263734572 + 1698470813 ], "status": 1, - "timestamp": "2019-02-01T11:49:15.7734921Z", - "lastWriteTimeUtc": "2019-02-01T11:45:32.5872918Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-02-05T23:55:17.4152484Z", + "lastWriteTimeUtc": "2019-02-05T14:11:58.7578924Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 180209 + "fileSize": 2415692 }, { - "folderName": "Patchouli-1.0-16.jar", - "fingerprint": 2867177945, - "fileDateHash": 2352939210, + "folderName": "WAIM-1.0.0.jar", + "fingerprint": 1142838799, + "fileDateHash": 475515294, "sectionID": 6, "individualFingerprints": [ - 2867177945 + 1142838799 ], "status": 1, - "timestamp": "2019-02-01T10:17:51.972734Z", - "lastWriteTimeUtc": "2019-02-01T10:01:50.0915903Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-02-01T11:29:25.8558779Z", + "lastWriteTimeUtc": "2019-02-01T11:09:07.2975928Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 464322 + "fileSize": 10081 }, { - "folderName": "FeaturedServers-1.12-1.0.6.jar", - "fingerprint": 2907529822, - "fileDateHash": 1776944011, + "folderName": "naturalnetherportals-1.2.0-mc1.12.x.jar", + "fingerprint": 3916940782, + "fileDateHash": 220607966, "sectionID": 6, "individualFingerprints": [ - 2907529822 + 3916940782 ], "status": 1, - "timestamp": "2019-02-01T06:45:44.2655634Z", - "lastWriteTimeUtc": "2019-01-31T17:10:40.2278838Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-02-01T06:45:47.775618Z", + "lastWriteTimeUtc": "2019-01-31T17:18:36.1512332Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 4919 + "fileSize": 21049 }, { - "folderName": "corpsecomplex-1.12.2-1.0.5.1.jar", - "fingerprint": 3066937085, - "fileDateHash": 3943648110, - "sectionID": 8, + "folderName": "AutoRegLib-1.3-24.jar", + "fingerprint": 2539226764, + "fileDateHash": 1887259689, + "sectionID": 6, "individualFingerprints": [ - 3066937085 + 2539226764 ], "status": 1, - "timestamp": "2019-04-29T18:54:41.8201507Z", - "lastWriteTimeUtc": "2019-04-29T18:44:25.9658246Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-02-01T06:45:39.206405Z", + "lastWriteTimeUtc": "2019-01-31T17:06:12.1061404Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 121954 + "fileSize": 101437 }, { - "folderName": "MPUtils-1.12.2-1.5.6.jar", - "fingerprint": 2397817165, - "fileDateHash": 2977327369, - "sectionID": 6, + "folderName": "antiqueatlas-1.12.2-4.5.1.jar", + "fingerprint": 2755220253, + "fileDateHash": 2015607255, + "sectionID": 8, "individualFingerprints": [ - 2397817165 + 2755220253 ], "status": 1, - "timestamp": "2019-02-01T06:45:47.2449031Z", - "lastWriteTimeUtc": "2019-01-31T17:18:10.6789066Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-05-10T13:38:11.3384319Z", + "lastWriteTimeUtc": "2019-05-10T12:02:05.6009742Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 250276 + "fileSize": 1270824 }, { - "folderName": "UniDict-1.12.2-2.9.2.jar", - "fingerprint": 642651734, - "fileDateHash": 1568000141, - "sectionID": 6, + "folderName": "Nutrition-1.12.2-4.3.0.jar", + "fingerprint": 2480384484, + "fileDateHash": 3552880671, + "sectionID": 8, "individualFingerprints": [ - 642651734 + 2480384484 ], "status": 1, - "timestamp": "2019-02-01T11:29:25.7689283Z", - "lastWriteTimeUtc": "2019-02-01T11:28:10.9937965Z", - "queryTimestamp": "2019-04-29T18:54:51.2055729Z", + "timestamp": "2019-05-10T13:38:14.1695443Z", + "lastWriteTimeUtc": "2019-05-06T20:21:13.2100421Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 192476 + "fileSize": 110618 }, { - "folderName": "culinaryconstruct-1.3.2.jar", - "fingerprint": 423263154, - "fileDateHash": 3224159274, + "folderName": "MetalChests-v4.0.1.g01955d6.jar", + "fingerprint": 3264704527, + "fileDateHash": 1840131417, "sectionID": 6, "individualFingerprints": [ - 423263154 + 3264704527 ], "status": 1, - "timestamp": "2019-02-05T23:55:17.3412914Z", - "lastWriteTimeUtc": "2019-02-05T14:11:17.1631916Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-02-01T06:45:46.6742326Z", + "lastWriteTimeUtc": "2019-01-31T17:05:32.5078426Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 99445 + "fileSize": 283549 }, { - "folderName": "AdditionalBanners-1.12.2-1.1.76.jar", - "fingerprint": 3176467415, - "fileDateHash": 2216009233, + "folderName": "Harvest-1.12-1.2.7-20.jar", + "fingerprint": 1260477084, + "fileDateHash": 2225080545, "sectionID": 6, "individualFingerprints": [ - 3176467415 + 1260477084 ], "status": 1, - "timestamp": "2019-02-01T18:10:17.419245Z", - "lastWriteTimeUtc": "2019-02-01T13:20:29.4907524Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-02-01T10:17:51.0222845Z", + "lastWriteTimeUtc": "2019-02-01T10:05:27.5621694Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 89210 + "fileSize": 17988 }, { - "folderName": "immersivepetroleum-1.12.2-1.1.9.jar", - "fingerprint": 4256046140, - "fileDateHash": 154429955, + "folderName": "EnderStorage-1.12.2-2.4.5.135-universal.jar", + "fingerprint": 2794322583, + "fileDateHash": 1222851126, "sectionID": 6, "individualFingerprints": [ - 4256046140 + 2794322583 ], "status": 1, - "timestamp": "2019-02-01T06:45:45.1520512Z", - "lastWriteTimeUtc": "2019-01-31T17:28:58.7461655Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-02-01T18:10:17.5221863Z", + "lastWriteTimeUtc": "2019-02-01T12:48:32.8044844Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 906018 + "fileSize": 223227 }, { - "folderName": "weather2-1.12.1-2.6.12.jar", - "fingerprint": 943059266, - "fileDateHash": 2372870067, - "sectionID": 6, - "individualFingerprints": [ - 943059266 + "folderName": "rendigital-rels.zip", + "fingerprint": 2493092265, + "fileDateHash": 3065718181, + "sectionID": 12, + "individualFingerprints": [ + 2493092265 ], "status": 1, - "timestamp": "2019-02-01T11:29:25.9578209Z", - "lastWriteTimeUtc": "2019-02-01T11:26:10.6785922Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-02-02T06:23:52.2044071Z", + "lastWriteTimeUtc": "2018-03-18T19:54:09.6852032Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 4550732 + "fileSize": 844435 }, { - "folderName": "MTLib-3.0.6.jar", - "fingerprint": 396445966, - "fileDateHash": 142893803, - "sectionID": 8, + "folderName": "WitherSkeletonTweaks-1.12.2-2.6.3.jar", + "fingerprint": 2926245632, + "fileDateHash": 688283624, + "sectionID": 6, "individualFingerprints": [ - 396445966 + 2926245632 ], "status": 1, - "timestamp": "2019-04-29T18:54:45.8282861Z", - "lastWriteTimeUtc": "2019-04-29T18:08:18.8978896Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-02-01T18:10:19.9497936Z", + "lastWriteTimeUtc": "2019-02-01T12:15:33.0236522Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 30002 + "fileSize": 27026 }, { - "folderName": "corpsecomplex-1.12.2-1.0.4.1.jar", - "fingerprint": 741036201, - "fileDateHash": 3682663116, + "folderName": "ThermalDynamics-1.12.2-2.5.4.18-universal.jar", + "fingerprint": 2440492480, + "fileDateHash": 3309398779, "sectionID": 6, "individualFingerprints": [ - 741036201 + 2440492480 ], "status": 1, - "timestamp": "2019-02-17T15:02:51.17735Z", - "lastWriteTimeUtc": "2019-02-15T14:29:42.0388842Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-02-05T23:55:17.3922618Z", + "lastWriteTimeUtc": "2019-02-05T14:11:55.2438981Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 119836 + "fileSize": 761920 }, { - "folderName": "foamfix-0.10.5-1.12.2.jar", - "fingerprint": 3180889627, - "fileDateHash": 886727805, - "sectionID": 8, + "folderName": "jepb-1.12-1.2.1.jar", + "fingerprint": 2180534721, + "fileDateHash": 4118374511, + "sectionID": 6, "individualFingerprints": [ - 3180889627 + 2180534721 ], "status": 1, - "timestamp": "2019-04-29T18:54:43.5616422Z", - "lastWriteTimeUtc": "2019-04-29T18:40:24.8009098Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-02-01T18:10:17.8110195Z", + "lastWriteTimeUtc": "2019-02-01T13:19:26.7338091Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 211210 + "fileSize": 27195 }, { - "folderName": "CoFHCore-1.12.2-4.6.2.25-universal.jar", - "fingerprint": 1877767350, - "fileDateHash": 3142929253, - "sectionID": 6, + "folderName": "PortalGun-1.12.2-7.1.0.jar", + "fingerprint": 1773313034, + "fileDateHash": 1143684127, + "sectionID": 8, "individualFingerprints": [ - 1877767350 + 1773313034 ], "status": 1, - "timestamp": "2019-02-05T23:55:17.1813832Z", - "lastWriteTimeUtc": "2019-02-05T14:10:53.5761797Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-05-10T13:38:14.5744668Z", + "lastWriteTimeUtc": "2019-05-09T11:36:47.0872855Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 844166 + "fileSize": 1717073 }, { - "folderName": "animania-1.12.2-1.6.2.jar", - "fingerprint": 2734508958, - "fileDateHash": 3767059123, + "folderName": "corpsecomplex-1.12.2-1.0.4.1.jar", + "fingerprint": 741036201, + "fileDateHash": 3682663116, "sectionID": 6, "individualFingerprints": [ - 2734508958 + 741036201 ], "status": 1, - "timestamp": "2019-01-31T16:53:04.9199548Z", - "lastWriteTimeUtc": "2019-01-31T16:51:00.8423622Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-02-17T15:02:51.17735Z", + "lastWriteTimeUtc": "2019-02-15T14:29:42.0388842Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 8953456 + "fileSize": 119836 }, { - "folderName": "jmh_1.12-2.0.jar", - "fingerprint": 3466804963, - "fileDateHash": 192463536, - "sectionID": 8, + "folderName": "coroutil-1.12.1-1.2.27.jar", + "fingerprint": 1477814809, + "fileDateHash": 1739565588, + "sectionID": 6, "individualFingerprints": [ - 3466804963 + 1477814809 ], "status": 1, - "timestamp": "2019-04-29T18:54:44.4355279Z", - "lastWriteTimeUtc": "2019-04-29T18:16:57.6206431Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-02-05T23:55:17.2053694Z", + "lastWriteTimeUtc": "2019-02-05T14:10:59.1010437Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 25108 + "fileSize": 2305965 }, { - "folderName": "CosmicLib-1.12.2-0.4.0.BETA.jar", - "fingerprint": 4202739697, - "fileDateHash": 2244751265, + "folderName": "bitcoin-1.12.2-1.1.0.jar", + "fingerprint": 2770989147, + "fileDateHash": 4199363679, "sectionID": 6, "individualFingerprints": [ - 4202739697 + 2770989147 ], "status": 1, - "timestamp": "2019-02-01T18:10:17.4462283Z", - "lastWriteTimeUtc": "2019-02-01T12:23:27.8909596Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-02-01T06:45:40.7914937Z", + "lastWriteTimeUtc": "2019-01-31T17:04:03.5137643Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 491705 + "fileSize": 32280 }, { - "folderName": "industrialforegoing-1.12.2-1.12.12-236.jar", - "fingerprint": 2991823641, - "fileDateHash": 1047141415, - "sectionID": 8, + "folderName": "tesla-core-lib-1.12.2-1.0.15.jar", + "fingerprint": 3720775035, + "fileDateHash": 3763830624, + "sectionID": 6, "individualFingerprints": [ - 2991823641 + 3720775035 ], "status": 1, - "timestamp": "2019-04-29T18:54:44.1756765Z", - "lastWriteTimeUtc": "2019-04-29T18:26:56.8135539Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-02-01T06:45:49.5316072Z", + "lastWriteTimeUtc": "2019-01-31T17:22:49.9186665Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 1600649 + "fileSize": 1140374 }, { - "folderName": "ImmersiveEngineering-0.12-89.jar", - "fingerprint": 2437036758, - "fileDateHash": 3860394370, + "folderName": "culinaryconstruct-1.3.2.1.jar", + "fingerprint": 4171104945, + "fileDateHash": 827599616, "sectionID": 8, "individualFingerprints": [ - 2437036758 + 4171104945 ], "status": 1, - "timestamp": "2019-04-29T18:54:44.0087699Z", - "lastWriteTimeUtc": "2019-04-29T18:27:37.4806362Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-04-29T18:54:42.3882336Z", + "lastWriteTimeUtc": "2019-04-29T18:44:17.962596Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 6542920 + "fileSize": 99580 }, { - "folderName": "incontrol-1.12-3.9.7.jar.disabled", - "fingerprint": 3548405406, - "fileDateHash": 3312981033, - "sectionID": 8, + "folderName": "simplemagnet-1.12.2-1.2.11.jar", + "fingerprint": 852150242, + "fileDateHash": 955863279, + "sectionID": 6, "individualFingerprints": [ - 3548405406 + 852150242 ], "status": 1, - "timestamp": "2019-04-29T18:54:44.1746773Z", - "lastWriteTimeUtc": "2019-04-29T18:27:43.1311911Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-02-01T06:45:48.7050825Z", + "lastWriteTimeUtc": "2019-01-31T17:15:13.871723Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 138614 + "fileSize": 39456 }, { - "folderName": "AutoRegLib-1.3-28.jar", - "fingerprint": 2030432368, - "fileDateHash": 3693586961, + "folderName": "engineersdecor-1.12.2-1.0.5-b1.jar", + "fingerprint": 3315565948, + "fileDateHash": 2825452372, "sectionID": 8, "individualFingerprints": [ - 2030432368 + 3315565948 ], "status": 1, - "timestamp": "2019-04-29T18:54:39.8087069Z", - "lastWriteTimeUtc": "2019-04-29T16:55:09.0541313Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-05-10T13:38:12.9402967Z", + "lastWriteTimeUtc": "2019-05-10T12:24:59.8743646Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 105468 + "fileSize": 463544 }, { - "folderName": "StorageDrawers-1.12.2-5.3.8.jar", - "fingerprint": 112282176, - "fileDateHash": 221030031, + "folderName": "MTLib-3.0.5.jar", + "fingerprint": 3707401081, + "fileDateHash": 2902859246, "sectionID": 6, "individualFingerprints": [ - 112282176 - ], - "status": 1, - "timestamp": "2019-02-01T06:45:49.0018928Z", - "lastWriteTimeUtc": "2019-01-31T17:15:32.6559628Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", - "fileCount": 1, - "fileSize": 596220 - }, - { - "folderName": "Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b92.jar", - "fingerprint": 1087911533, - "fileDateHash": 138867362, - "sectionID": 8, - "individualFingerprints": [ - 1087911533 + 3707401081 ], "status": 1, - "timestamp": "2019-04-29T18:54:38.814601Z", - "lastWriteTimeUtc": "2019-04-29T16:36:18.677802Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-02-01T06:45:47.5707172Z", + "lastWriteTimeUtc": "2019-01-31T17:21:08.3504435Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 126965 + "fileSize": 30005 }, { - "folderName": "CraftTweaker2-1.12-4.1.14.jar", - "fingerprint": 3225469772, - "fileDateHash": 865294022, + "folderName": "customstuff4-1.12.2-0.5.3.jar", + "fingerprint": 2124961907, + "fileDateHash": 759039101, "sectionID": 6, "individualFingerprints": [ - 3225469772 + 2124961907 ], "status": 1, - "timestamp": "2019-01-31T16:53:06.0288633Z", - "lastWriteTimeUtc": "2019-01-31T16:49:49.1986993Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-02-01T10:26:36.9038365Z", + "lastWriteTimeUtc": "2019-02-01T10:24:20.5284349Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 1327552 + "fileSize": 469935 }, { - "folderName": "topaddons-1.12.2-1.11.0.jar", - "fingerprint": 3089378494, - "fileDateHash": 2838515505, + "folderName": "jei_1.12.2-4.15.0.278.jar", + "fingerprint": 909771497, + "fileDateHash": 417762655, "sectionID": 8, "individualFingerprints": [ - 3089378494 + 909771497 ], "status": 1, - "timestamp": "2019-04-29T18:54:48.4573925Z", - "lastWriteTimeUtc": "2019-04-29T17:24:29.118426Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-04-29T18:54:44.4175557Z", + "lastWriteTimeUtc": "2019-04-29T18:17:01.4001857Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 244342 + "fileSize": 649741 }, { - "folderName": "torohealth-1.12.2-11.jar", - "fingerprint": 378881515, - "fileDateHash": 2989228629, + "folderName": "ServerTabInfo-1.12.2-1.2.3.jar", + "fingerprint": 1741346197, + "fileDateHash": 3619881499, "sectionID": 6, "individualFingerprints": [ - 378881515 + 1741346197 ], "status": 1, - "timestamp": "2019-02-01T11:29:25.7089629Z", - "lastWriteTimeUtc": "2019-02-01T11:18:08.8721213Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-02-01T18:10:19.4280928Z", + "lastWriteTimeUtc": "2019-02-01T12:21:09.3287837Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 66307 + "fileSize": 53611 }, { - "folderName": "betternether-0.1.8.2.jar", - "fingerprint": 2031099542, - "fileDateHash": 2119532233, + "folderName": "ContainerFix MC1.12.2 v1.0.jar", + "fingerprint": 2099770065, + "fileDateHash": 3726573593, "sectionID": 6, "individualFingerprints": [ - 2031099542 + 2099770065 ], "status": 1, - "timestamp": "2019-02-08T17:16:07.7387355Z", - "lastWriteTimeUtc": "2019-02-06T14:02:42.2530884Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-02-01T11:29:25.1782694Z", + "lastWriteTimeUtc": "2019-02-01T10:43:43.8792693Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 1647854 + "fileSize": 14301 }, { - "folderName": "OreExcavation-1.4.140.jar", - "fingerprint": 3050740267, - "fileDateHash": 3396403924, + "folderName": "tooltiptweaker-1.0.jar", + "fingerprint": 1189801370, + "fileDateHash": 217305639, "sectionID": 8, "individualFingerprints": [ - 3050740267 + 1189801370 ], "status": 1, - "timestamp": "2019-04-29T18:54:46.9457835Z", - "lastWriteTimeUtc": "2019-04-29T17:59:11.842267Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-04-29T19:46:52.433974Z", + "lastWriteTimeUtc": "2019-04-29T19:35:14.7094138Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 180481 + "fileSize": 6861 }, { - "folderName": "NetherPortalFix_1.12.1-5.3.17.jar", - "fingerprint": 2800467167, - "fileDateHash": 971377580, + "folderName": "Modpack Configuration Checker-1.12.2-v1.6.1.jar", + "fingerprint": 1816332509, + "fileDateHash": 3143183972, "sectionID": 6, "individualFingerprints": [ - 2800467167 + 1816332509 ], "status": 1, - "timestamp": "2019-02-01T06:45:47.9455207Z", - "lastWriteTimeUtc": "2019-01-31T17:18:28.5785746Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-02-01T11:49:15.7515055Z", + "lastWriteTimeUtc": "2019-02-01T11:44:59.088894Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 109445 + "fileSize": 112763 }, { - "folderName": "FastFurnace-1.12.2-1.3.0.jar", - "fingerprint": 3259306463, - "fileDateHash": 3313294518, - "sectionID": 8, + "folderName": "ThermalCultivation-1.12.2-0.3.2.11-universal.jar", + "fingerprint": 3356545401, + "fileDateHash": 3062049438, + "sectionID": 6, "individualFingerprints": [ - 3259306463 + 3356545401 ], "status": 1, - "timestamp": "2019-04-29T18:54:43.2736143Z", - "lastWriteTimeUtc": "2019-04-29T18:40:28.4776075Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-02-05T23:55:17.3802693Z", + "lastWriteTimeUtc": "2019-02-05T14:11:51.1322649Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 9615 + "fileSize": 106846 }, { - "folderName": "HardcoreDarkness-MC1.12.2-2.0.jar", - "fingerprint": 1381892724, - "fileDateHash": 1238832692, - "sectionID": 6, + "folderName": "modtweaker-4.0.17.jar", + "fingerprint": 2501908090, + "fileDateHash": 1733698828, + "sectionID": 8, "individualFingerprints": [ - 1381892724 + 2501908090 ], "status": 1, - "timestamp": "2019-02-01T18:10:17.5841504Z", - "lastWriteTimeUtc": "2019-02-01T13:02:51.4934004Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-04-29T18:54:45.3232826Z", + "lastWriteTimeUtc": "2019-04-29T18:13:10.3965404Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 32327 + "fileSize": 447874 }, { - "folderName": "bonsaitrees-1.1.2-b144.jar", - "fingerprint": 4081230734, - "fileDateHash": 1033616689, + "folderName": "artisanworktables-1.12.2-1.20.1.jar", + "fingerprint": 581265726, + "fileDateHash": 1336785710, "sectionID": 6, "individualFingerprints": [ - 4081230734 + 581265726 ], "status": 1, - "timestamp": "2019-02-01T06:45:41.0153676Z", - "lastWriteTimeUtc": "2019-01-31T17:04:55.063476Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-02-08T18:22:15.7709735Z", + "lastWriteTimeUtc": "2019-02-08T18:09:15.1472841Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 563280 + "fileSize": 1070090 }, { - "folderName": "worleycaves-1.4.0.jar", - "fingerprint": 1422171571, - "fileDateHash": 2088549144, - "sectionID": 8, + "folderName": "Controlling-3.0.6.jar", + "fingerprint": 2220369187, + "fileDateHash": 1086245781, + "sectionID": 6, "individualFingerprints": [ - 1422171571 + 2220369187 ], "status": 1, - "timestamp": "2019-04-29T18:54:49.5778949Z", - "lastWriteTimeUtc": "2019-04-29T17:18:40.0203415Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-02-01T06:45:41.9628399Z", + "lastWriteTimeUtc": "2019-01-31T17:25:05.058981Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 60541 + "fileSize": 26034 }, { - "folderName": "overpoweredarmorbar-1.12.2-0.3.2.jar", - "fingerprint": 3989303171, - "fileDateHash": 2279119193, + "folderName": "Quark-r1.5-145.jar", + "fingerprint": 1511817227, + "fileDateHash": 902728144, "sectionID": 6, "individualFingerprints": [ - 3989303171 + 1511817227 ], "status": 1, - "timestamp": "2019-02-01T12:12:42.157734Z", - "lastWriteTimeUtc": "2019-02-01T12:11:26.0616738Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-02-01T06:45:48.1034094Z", + "lastWriteTimeUtc": "2019-01-31T17:06:12.9396825Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 16358 + "fileSize": 2054899 }, { - "folderName": "VanillaFix-1.0.10-99.jar", - "fingerprint": 3241108399, - "fileDateHash": 1591442719, + "folderName": "Blur-1.0.4-14.jar", + "fingerprint": 2805116230, + "fileDateHash": 1774791764, "sectionID": 6, "individualFingerprints": [ - 3241108399 + 2805116230 ], "status": 1, - "timestamp": "2019-02-06T10:32:15.5189096Z", - "lastWriteTimeUtc": "2019-02-06T10:12:49.3363828Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-01-31T16:53:05.7229651Z", + "lastWriteTimeUtc": "2019-01-31T16:52:02.9273005Z", + "queryTimestamp": "2019-05-10T13:38:18.5608883Z", "fileCount": 1, - "fileSize": 1117860 + "fileSize": 16146 }, { - "folderName": "Cucumber-1.12.2-1.1.3.jar", - "fingerprint": 3550059760, - "fileDateHash": 1647101726, + "folderName": "vanillafoodpantry-mc1.12.2-4.3.jar", + "fingerprint": 436821594, + "fileDateHash": 2678460065, "sectionID": 6, "individualFingerprints": [ - 3550059760 + 436821594 ], "status": 1, - "timestamp": "2019-02-01T06:45:42.7934032Z", - "lastWriteTimeUtc": "2019-01-31T17:26:03.3735761Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-02-01T11:29:25.8099037Z", + "lastWriteTimeUtc": "2019-02-01T11:07:44.8296466Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 126699 + "fileSize": 1635543 }, { - "folderName": "va-1.12.2-1.5.5.jar", - "fingerprint": 1834624234, - "fileDateHash": 1593912777, + "folderName": "antiqueatlas-1.12.2-4.5.0.jar", + "fingerprint": 403908989, + "fileDateHash": 1552699146, "sectionID": 6, "individualFingerprints": [ - 1834624234 + 403908989 ], "status": 1, - "timestamp": "2019-02-01T11:29:25.791915Z", - "lastWriteTimeUtc": "2019-02-01T11:08:06.7752735Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-01-31T16:53:05.0239916Z", + "lastWriteTimeUtc": "2019-01-31T16:42:24.6587572Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 246566 + "fileSize": 1270259 }, { - "folderName": "jmh_1.12-1.3.jar", - "fingerprint": 3300397010, - "fileDateHash": 2034354907, + "folderName": "betternether-0.1.8.2.jar", + "fingerprint": 2031099542, + "fileDateHash": 2119532233, "sectionID": 6, "individualFingerprints": [ - 3300397010 + 2031099542 ], "status": 1, - "timestamp": "2019-02-01T06:45:46.5533069Z", - "lastWriteTimeUtc": "2019-01-31T17:24:45.0322663Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-02-08T17:16:07.7387355Z", + "lastWriteTimeUtc": "2019-02-06T14:02:42.2530884Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 24064 + "fileSize": 1647854 }, { - "folderName": "wings-1.1.4-1.12.2.jar", - "fingerprint": 355186265, - "fileDateHash": 4140727103, - "sectionID": 8, + "folderName": "rustic-1.1.0.jar", + "fingerprint": 375244295, + "fileDateHash": 2994866378, + "sectionID": 6, "individualFingerprints": [ - 355186265 + 375244295 ], "status": 1, - "timestamp": "2019-04-29T18:54:49.2567352Z", - "lastWriteTimeUtc": "2019-04-29T17:19:30.3521928Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-02-08T17:52:43.3042697Z", + "lastWriteTimeUtc": "2019-02-08T17:43:29.8536678Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 320733 + "fileSize": 1335906 }, { - "folderName": "TickrateChanger-1.0.14.jar", - "fingerprint": 4108064359, - "fileDateHash": 2956842575, + "folderName": "modnametooltip_1.12.2-1.10.0.jar", + "fingerprint": 67156792, + "fileDateHash": 2984029843, "sectionID": 6, "individualFingerprints": [ - 4108064359 + 67156792 ], "status": 1, - "timestamp": "2019-02-01T18:10:19.7279207Z", - "lastWriteTimeUtc": "2019-02-01T12:23:25.9921226Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-02-01T10:17:51.2921245Z", + "lastWriteTimeUtc": "2019-02-01T10:02:15.942262Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 24268 + "fileSize": 9698 }, { - "folderName": "EndReborn II [0.3.0].jar", - "fingerprint": 4175145949, - "fileDateHash": 4217143692, + "folderName": "simplemagnet-1.12.2-1.3.12.jar", + "fingerprint": 4110920807, + "fileDateHash": 2907206102, "sectionID": 8, "individualFingerprints": [ - 4175145949 + 4110920807 ], "status": 1, - "timestamp": "2019-04-29T18:54:42.4836601Z", - "lastWriteTimeUtc": "2019-04-29T18:43:50.0623106Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-04-29T18:54:47.8736967Z", + "lastWriteTimeUtc": "2019-04-29T17:28:43.3294005Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 1950984 + "fileSize": 42038 }, { - "folderName": "compactmachines3-1.12.2-3.0.17-b267.jar", - "fingerprint": 924572449, - "fileDateHash": 1907410352, - "sectionID": 8, + "folderName": "AdditionalBanners-1.12.2-1.1.76.jar", + "fingerprint": 3176467415, + "fileDateHash": 2216009233, + "sectionID": 6, "individualFingerprints": [ - 924572449 + 3176467415 ], "status": 1, - "timestamp": "2019-04-29T18:54:40.5852916Z", - "lastWriteTimeUtc": "2019-04-29T18:49:26.729438Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-02-01T18:10:17.419245Z", + "lastWriteTimeUtc": "2019-02-01T13:20:29.4907524Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 651474 + "fileSize": 89210 }, { - "folderName": "New Test World", - "fingerprint": 726240009, - "fileDateHash": 1234054104, - "sectionID": 10, + "folderName": "llibrary-1.7.17-1.12.2.jar", + "fingerprint": 523346982, + "fileDateHash": 859070007, + "sectionID": 6, "individualFingerprints": [ - 38782228, - 170184015, - 415099796, - 475475938, - 489458212, - 489458212, - 489458212, - 758054953, - 758054953, - 758054953, - 758054953, - 811723540, - 1008330340, - 1143846769, - 1221268052, - 1495502155, - 1495502155, - 1495502155, - 1527012922, - 1786166787, - 1815602010, - 2141431494, - 2336574816, - 2382648550, - 2430003878, - 2430003878, - 2608837090, - 2643933950, - 2770220064, - 2804016123, - 2991355558, - 3019899320, - 3051051341, - 3052982433, - 3582932549, - 3587020853, - 3641395800, - 3784058293, - 3993508471, - 4156972796, - 4213863462, - 4213863462, - 4213863462, - 4213863462, - 4254815204 + 523346982 ], "status": 1, - "timestamp": "2019-02-08T17:16:08.6282263Z", - "lastWriteTimeUtc": "2019-02-07T18:24:37.0432458Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", - "fileCount": 20, - "fileSize": 0 + "timestamp": "2019-02-01T12:12:41.9568485Z", + "lastWriteTimeUtc": "2019-02-01T12:09:27.30652Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", + "fileCount": 1, + "fileSize": 880123 }, { - "folderName": "ContainerFix MC1.12.2 v1.0.jar", - "fingerprint": 2099770065, - "fileDateHash": 3726573593, - "sectionID": 6, + "folderName": "Resizing Potion-r2.1.jar", + "fingerprint": 3311359492, + "fileDateHash": 3554222556, + "sectionID": 8, "individualFingerprints": [ - 2099770065 + 3311359492 ], "status": 1, - "timestamp": "2019-02-01T11:29:25.1782694Z", - "lastWriteTimeUtc": "2019-02-01T10:43:43.8792693Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-04-29T18:54:47.7455559Z", + "lastWriteTimeUtc": "2019-04-29T17:34:32.377779Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 14301 + "fileSize": 40315 }, { - "folderName": "SleepingOverhaul-1.12.2-1.0.0.jar", - "fingerprint": 3432852104, - "fileDateHash": 563341966, + "folderName": "AppleSkin-mc1.12-1.0.9.jar", + "fingerprint": 1708065614, + "fileDateHash": 2316103098, "sectionID": 6, "individualFingerprints": [ - 3432852104 + 1708065614 ], "status": 1, - "timestamp": "2019-02-01T18:10:19.4400861Z", - "lastWriteTimeUtc": "2019-02-01T12:23:29.8098577Z", - "queryTimestamp": "2019-04-29T18:54:51.221197Z", + "timestamp": "2019-02-01T11:49:14.6021657Z", + "lastWriteTimeUtc": "2019-02-01T11:36:11.6045669Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 42547 + "fileSize": 32317 }, { - "folderName": "Patchouli-1.0-19.jar", - "fingerprint": 1667439915, - "fileDateHash": 1919005744, - "sectionID": 8, + "folderName": "customport-1.12.2-1.0.jar", + "fingerprint": 2568558243, + "fileDateHash": 100153175, + "sectionID": 6, "individualFingerprints": [ - 1667439915 + 2568558243 ], "status": 1, - "timestamp": "2019-04-29T18:54:47.1150506Z", - "lastWriteTimeUtc": "2019-04-29T17:59:05.6571957Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", + "timestamp": "2019-02-01T10:26:36.7613845Z", + "lastWriteTimeUtc": "2019-02-01T10:21:11.2245992Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 466011 + "fileSize": 11936 }, { - "folderName": "OldJavaWarning-1.12.2-1.0.9.jar", - "fingerprint": 1819712383, - "fileDateHash": 864495136, - "sectionID": 6, + "folderName": "worldedit-forge-mc1.12.2-6.1.10-SNAPSHOT-dist.jar", + "fingerprint": 2926074011, + "fileDateHash": 4150781104, + "sectionID": 8, "individualFingerprints": [ - 1819712383 + 2926074011 ], "status": 1, - "timestamp": "2019-02-01T12:12:41.9678445Z", - "lastWriteTimeUtc": "2019-02-01T12:12:05.166255Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", + "timestamp": "2019-05-10T13:38:15.2152143Z", + "lastWriteTimeUtc": "2019-05-03T16:54:39.5679807Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 9373 + "fileSize": 1479104 }, { - "folderName": "JEIHider-1.1c.jar.disabled", - "fingerprint": 3105393364, - "fileDateHash": 2840518449, + "folderName": "notreepunching-2.0.11.jar", + "fingerprint": 2654890834, + "fileDateHash": 1041004133, "sectionID": 6, "individualFingerprints": [ - 3105393364 + 2654890834 ], "status": 1, - "timestamp": "2019-02-01T18:10:17.8100199Z", - "lastWriteTimeUtc": "2019-02-01T16:30:59.9496071Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", + "timestamp": "2019-02-17T15:02:51.6140819Z", + "lastWriteTimeUtc": "2019-02-15T14:34:53.2760899Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 3660 + "fileSize": 2114826 }, { - "folderName": "Placebo-1.12.2-1.6.0.jar", - "fingerprint": 2862833350, - "fileDateHash": 1386239241, - "sectionID": 8, + "folderName": "parry-1.0-hotfix.jar", + "fingerprint": 1680891666, + "fileDateHash": 119111917, + "sectionID": 6, "individualFingerprints": [ - 2862833350 + 1680891666 ], "status": 1, - "timestamp": "2019-04-29T18:54:47.5584212Z", - "lastWriteTimeUtc": "2019-04-29T17:56:06.8712824Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", + "timestamp": "2019-02-01T12:12:42.2916564Z", + "lastWriteTimeUtc": "2019-02-01T12:11:14.5013008Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 76902 + "fileSize": 11260 }, { - "folderName": "despawningspawners-1.12-1.2.0-2.jar", - "fingerprint": 2610269385, - "fileDateHash": 877024094, + "folderName": "FastLeafDecay-v14.jar", + "fingerprint": 1940914729, + "fileDateHash": 592826472, "sectionID": 6, "individualFingerprints": [ - 2610269385 + 1940914729 ], "status": 1, - "timestamp": "2019-02-01T10:17:50.4915824Z", - "lastWriteTimeUtc": "2019-02-01T10:12:02.9881697Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", + "timestamp": "2019-02-01T06:45:44.0127272Z", + "lastWriteTimeUtc": "2019-01-31T17:26:38.4758359Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 12389 + "fileSize": 5200 }, { - "folderName": "CoFHWorld-1.12.2-1.3.0.6-universal.jar", - "fingerprint": 2557865424, - "fileDateHash": 2492534089, + "folderName": "diethopper-1.1.jar", + "fingerprint": 973247290, + "fileDateHash": 3900417424, "sectionID": 6, "individualFingerprints": [ - 2557865424 + 973247290 ], "status": 1, - "timestamp": "2019-02-01T06:45:41.9388346Z", - "lastWriteTimeUtc": "2019-01-31T17:03:57.8213957Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", + "timestamp": "2019-02-01T10:17:50.6544917Z", + "lastWriteTimeUtc": "2019-02-01T10:11:32.287683Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 531831 + "fileSize": 5222 }, { - "folderName": "ThermalDynamics-1.12.2-2.5.4.18-universal.jar", - "fingerprint": 2440492480, - "fileDateHash": 3309398779, + "folderName": "Nutrition-1.12.2-4.0.0.jar", + "fingerprint": 1032140290, + "fileDateHash": 2349262254, "sectionID": 6, "individualFingerprints": [ - 2440492480 + 1032140290 ], "status": 1, - "timestamp": "2019-02-05T23:55:17.3922618Z", - "lastWriteTimeUtc": "2019-02-05T14:11:55.2438981Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", + "timestamp": "2019-02-01T11:49:15.8574447Z", + "lastWriteTimeUtc": "2019-02-01T11:49:03.8695973Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 761920 + "fileSize": 107101 }, { - "folderName": "ThermalCultivation-1.12.2-0.3.2.11-universal.jar", - "fingerprint": 3356545401, - "fileDateHash": 3062049438, + "folderName": "WanionLib-1.12.2-2.2.jar", + "fingerprint": 3602088970, + "fileDateHash": 261138973, "sectionID": 6, "individualFingerprints": [ - 3356545401 + 3602088970 ], "status": 1, - "timestamp": "2019-02-05T23:55:17.3802693Z", - "lastWriteTimeUtc": "2019-02-05T14:11:51.1322649Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", + "timestamp": "2019-02-01T11:29:25.9348356Z", + "lastWriteTimeUtc": "2019-02-01T11:28:10.6460171Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 106846 + "fileSize": 129188 }, { - "folderName": "Compact Sky Test", - "fingerprint": 4183065551, - "fileDateHash": 2792706069, - "sectionID": 10, + "folderName": "OpenModsLib-1.12.2-0.12.2.jar", + "fingerprint": 1596478407, + "fileDateHash": 964646344, + "sectionID": 8, "individualFingerprints": [ - 13620161, - 304407795, - 327085094, - 370601504, - 489458212, - 489458212, - 490579288, - 490579288, - 534379636, - 758054953, - 758054953, - 758054953, - 770499991, - 818169910, - 938812664, - 992915765, - 1063531984, - 1173926840, - 1239553436, - 1512398384, - 1976720490, - 2336574816, - 2422689420, - 2430003878, - 2430003878, - 2519576263, - 2626840225, - 3265132191, - 3321802029, - 3429610747, - 3473092442, - 3536651895, - 3565562781, - 3582932549, - 3584819953, - 3610311022, - 3624323804, - 3697038994, - 3698801674, - 3702864958, - 3784058293, - 3813519763, - 4003419108, - 4122234517, - 4213863462, - 4213863462, - 4213863462, - 4213863462 + 1596478407 ], "status": 1, - "timestamp": "2019-02-06T14:02:22.436794Z", - "lastWriteTimeUtc": "2019-02-06T13:06:20.8197961Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", - "fileCount": 20, - "fileSize": 0 + "timestamp": "2019-04-29T18:54:46.8973141Z", + "lastWriteTimeUtc": "2019-04-29T17:59:57.9409182Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", + "fileCount": 1, + "fileSize": 2639587 }, { - "folderName": "MTLib-3.0.5.jar", - "fingerprint": 3707401081, - "fileDateHash": 2902859246, - "sectionID": 6, + "folderName": "topaddons-1.12.2-1.11.0.jar", + "fingerprint": 3089378494, + "fileDateHash": 2838515505, + "sectionID": 8, "individualFingerprints": [ - 3707401081 + 3089378494 ], "status": 1, - "timestamp": "2019-02-01T06:45:47.5707172Z", - "lastWriteTimeUtc": "2019-01-31T17:21:08.3504435Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", + "timestamp": "2019-04-29T18:54:48.4573925Z", + "lastWriteTimeUtc": "2019-04-29T17:24:29.118426Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 30005 + "fileSize": 244342 }, { - "folderName": "Blur-1.0.4-14.jar", - "fingerprint": 2805116230, - "fileDateHash": 1774791764, + "folderName": "HungerInPeace-mc1.12-1.0.0.jar", + "fingerprint": 2904506437, + "fileDateHash": 567767209, "sectionID": 6, "individualFingerprints": [ - 2805116230 + 2904506437 ], "status": 1, - "timestamp": "2019-01-31T16:53:05.7229651Z", - "lastWriteTimeUtc": "2019-01-31T16:52:02.9273005Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", + "timestamp": "2019-02-01T06:45:44.7842837Z", + "lastWriteTimeUtc": "2019-01-31T17:28:22.4630871Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 16146 + "fileSize": 4661 }, { - "folderName": "CookingForBlockheads_1.12.2-6.4.69.jar", - "fingerprint": 3081432518, - "fileDateHash": 3869800276, + "folderName": "AtlasExtras-1.12.2-1.6.jar", + "fingerprint": 625645782, + "fileDateHash": 3506894898, "sectionID": 6, "individualFingerprints": [ - 3081432518 + 625645782 ], "status": 1, - "timestamp": "2019-02-01T06:45:42.1756978Z", - "lastWriteTimeUtc": "2019-01-31T17:24:31.726888Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", + "timestamp": "2019-02-17T15:02:51.0764083Z", + "lastWriteTimeUtc": "2019-02-15T14:26:41.4778442Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 586812 + "fileSize": 57537 }, { - "folderName": "vanillafoodpantry-mc1.12.2-4.3.jar", - "fingerprint": 436821594, - "fileDateHash": 2678460065, + "folderName": "FeaturedServers-1.12-1.0.6.jar", + "fingerprint": 2907529822, + "fileDateHash": 1776944011, "sectionID": 6, "individualFingerprints": [ - 436821594 + 2907529822 ], "status": 1, - "timestamp": "2019-02-01T11:29:25.8099037Z", - "lastWriteTimeUtc": "2019-02-01T11:07:44.8296466Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", + "timestamp": "2019-02-01T06:45:44.2655634Z", + "lastWriteTimeUtc": "2019-01-31T17:10:40.2278838Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 1635543 + "fileSize": 4919 }, { - "folderName": "jeivillagers-1.12-1.0.2.jar", - "fingerprint": 2772795985, - "fileDateHash": 746804490, + "folderName": "EquipmentTooltips-1.12.2-1.0.3-4.jar", + "fingerprint": 888762558, + "fileDateHash": 2380671420, "sectionID": 6, "individualFingerprints": [ - 2772795985 + 888762558 ], "status": 1, - "timestamp": "2019-02-01T11:29:25.3541681Z", - "lastWriteTimeUtc": "2019-02-01T10:46:29.0681694Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", + "timestamp": "2019-02-03T19:58:35.9843917Z", + "lastWriteTimeUtc": "2019-02-03T10:55:41.0075878Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 26491 + "fileSize": 23533 }, { - "folderName": "weirdinggadget-1.12.2-2.0.13-universal.jar", - "fingerprint": 2461745942, - "fileDateHash": 3839978710, + "folderName": "Waystones_1.12.2-4.0.67.jar", + "fingerprint": 445023595, + "fileDateHash": 1663266660, "sectionID": 6, "individualFingerprints": [ - 2461745942 + 445023595 ], "status": 1, - "timestamp": "2019-02-01T11:29:26.0227829Z", - "lastWriteTimeUtc": "2019-02-01T11:25:40.3859565Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", + "timestamp": "2019-02-01T11:29:25.9458289Z", + "lastWriteTimeUtc": "2019-02-01T11:25:56.3828015Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 179194 + "fileSize": 172854 }, { - "folderName": "MetalChests-v4.0.1.g01955d6.jar", - "fingerprint": 3264704527, - "fileDateHash": 1840131417, + "folderName": "restrictions-1.12-1.2.1.jar", + "fingerprint": 1852367302, + "fileDateHash": 1899589690, "sectionID": 6, "individualFingerprints": [ - 3264704527 + 1852367302 ], "status": 1, - "timestamp": "2019-02-01T06:45:46.6742326Z", - "lastWriteTimeUtc": "2019-01-31T17:05:32.5078426Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", + "timestamp": "2019-02-03T19:58:36.2702245Z", + "lastWriteTimeUtc": "2019-02-03T10:58:07.9921829Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 283549 + "fileSize": 38208 }, { - "folderName": "diethopper-1.1.jar", - "fingerprint": 973247290, - "fileDateHash": 3900417424, + "folderName": "clearwater-1.2.jar", + "fingerprint": 1126605813, + "fileDateHash": 4047445636, "sectionID": 6, "individualFingerprints": [ - 973247290 + 1126605813 ], "status": 1, - "timestamp": "2019-02-01T10:17:50.6544917Z", - "lastWriteTimeUtc": "2019-02-01T10:11:32.287683Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", + "timestamp": "2019-02-01T11:49:15.0119293Z", + "lastWriteTimeUtc": "2019-02-01T11:31:42.2793618Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 5222 + "fileSize": 4038 }, { - "folderName": "rustic-1.1.0.jar", - "fingerprint": 375244295, - "fileDateHash": 2994866378, + "folderName": "BNBGamingCore-1.12.2-0.10.0.jar", + "fingerprint": 1822373431, + "fileDateHash": 3992901504, "sectionID": 6, "individualFingerprints": [ - 375244295 + 1822373431 ], "status": 1, - "timestamp": "2019-02-08T17:52:43.3042697Z", - "lastWriteTimeUtc": "2019-02-08T17:43:29.8536678Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", + "timestamp": "2019-02-01T11:29:25.1282955Z", + "lastWriteTimeUtc": "2019-02-01T10:42:28.5264549Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 1335906 + "fileSize": 127165 }, { - "folderName": "refinedstorage-1.6.12.jar", - "fingerprint": 824986034, - "fileDateHash": 4103965761, - "sectionID": 6, + "folderName": "lostcities-1.12-2.0.18.jar", + "fingerprint": 1472015098, + "fileDateHash": 2548524898, + "sectionID": 8, "individualFingerprints": [ - 824986034 + 1472015098 ], "status": 1, - "timestamp": "2019-02-01T06:45:48.5991435Z", - "lastWriteTimeUtc": "2019-01-31T17:15:43.1959682Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", + "timestamp": "2019-04-29T18:54:44.6721579Z", + "lastWriteTimeUtc": "2019-04-29T17:26:18.2642482Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 1896159 + "fileSize": 789365 }, { - "folderName": "simplemagnet-1.12.2-1.2.11.jar", - "fingerprint": 852150242, - "fileDateHash": 955863279, + "folderName": "BetterFps-1.4.8.jar", + "fingerprint": 3051920250, + "fileDateHash": 2136679726, "sectionID": 6, "individualFingerprints": [ - 852150242 + 3051920250 ], "status": 1, - "timestamp": "2019-02-01T06:45:48.7050825Z", - "lastWriteTimeUtc": "2019-01-31T17:15:13.871723Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", + "timestamp": "2019-02-01T06:45:40.0279335Z", + "lastWriteTimeUtc": "2019-01-31T16:54:20.4572225Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 39456 + "fileSize": 155196 }, { - "folderName": "AppleSkin-mc1.12-1.0.9.jar", - "fingerprint": 1708065614, - "fileDateHash": 2316103098, - "sectionID": 6, + "folderName": "notreepunching-2.0.13.jar", + "fingerprint": 140309917, + "fileDateHash": 2559373762, + "sectionID": 8, "individualFingerprints": [ - 1708065614 + 140309917 ], "status": 1, - "timestamp": "2019-02-01T11:49:14.6021657Z", - "lastWriteTimeUtc": "2019-02-01T11:36:11.6045669Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", + "timestamp": "2019-04-29T18:54:46.7028495Z", + "lastWriteTimeUtc": "2019-04-29T18:01:38.9212025Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 32317 + "fileSize": 2115765 }, { - "folderName": "tiereddepths-1.0.jar", - "fingerprint": 3959036618, - "fileDateHash": 2272845336, + "folderName": "BetterAdvancements-1.12.2-0.1.0.77.jar", + "fingerprint": 1663259258, + "fileDateHash": 1648801798, "sectionID": 8, "individualFingerprints": [ - 3959036618 + 1663259258 ], "status": 1, - "timestamp": "2019-04-29T19:46:52.4329943Z", - "lastWriteTimeUtc": "2019-04-29T19:34:57.5520735Z", - "queryTimestamp": "2019-04-29T19:46:54.1270073Z", + "timestamp": "2019-04-29T18:54:39.9649474Z", + "lastWriteTimeUtc": "2019-04-29T18:50:03.4027011Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 5357 + "fileSize": 62668 }, { - "folderName": "ImmersiveEngineering-0.12-88.jar", - "fingerprint": 3170305556, - "fileDateHash": 425221770, + "folderName": "FarmingForBlockheads_1.12.2-3.1.26.jar", + "fingerprint": 3907588145, + "fileDateHash": 1396888015, "sectionID": 6, "individualFingerprints": [ - 3170305556 + 3907588145 ], "status": 1, - "timestamp": "2019-02-01T06:45:44.9681601Z", - "lastWriteTimeUtc": "2019-01-31T17:28:56.4854641Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", + "timestamp": "2019-02-01T06:45:43.5329826Z", + "lastWriteTimeUtc": "2019-01-31T17:24:25.6962746Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 6516615 + "fileSize": 242247 }, { - "folderName": "industrialforegoing-1.12.2-1.12.5-229.jar", - "fingerprint": 3798795885, - "fileDateHash": 2908610316, + "folderName": "Auraddons-1.6-NAr11.jar", + "fingerprint": 3200690101, + "fileDateHash": 2359694050, "sectionID": 6, "individualFingerprints": [ - 3798795885 + 3200690101 ], "status": 1, - "timestamp": "2019-02-03T10:55:11.4674316Z", - "lastWriteTimeUtc": "2019-02-03T09:02:28.1890507Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", + "timestamp": "2019-02-17T15:02:51.1093691Z", + "lastWriteTimeUtc": "2019-02-15T14:26:46.8027911Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 1580424 + "fileSize": 145251 }, { - "folderName": "World-Stripper-1.6.0-1.12.2.jar", - "fingerprint": 2474798541, - "fileDateHash": 2011781456, + "folderName": "mcjtylib-1.12-3.1.1.jar", + "fingerprint": 2182696633, + "fileDateHash": 3617177588, "sectionID": 6, "individualFingerprints": [ - 2474798541 + 2182696633 ], "status": 1, - "timestamp": "2019-02-01T11:29:26.0377742Z", - "lastWriteTimeUtc": "2019-02-01T11:25:28.4048243Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", + "timestamp": "2019-02-03T19:58:36.2222586Z", + "lastWriteTimeUtc": "2019-02-03T10:58:05.658926Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 50296 + "fileSize": 493473 }, { - "folderName": "demagnetize-1.12.2-1.0.1.jar", - "fingerprint": 3291933989, - "fileDateHash": 2080603200, + "folderName": "Aroma1997Core-1.12.2-2.0.0.1.b163.jar", + "fingerprint": 3767265069, + "fileDateHash": 3710725793, "sectionID": 6, "individualFingerprints": [ - 3291933989 + 3767265069 ], "status": 1, - "timestamp": "2019-02-01T06:45:42.9833013Z", - "lastWriteTimeUtc": "2019-01-31T17:15:06.2670849Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", + "timestamp": "2019-02-17T15:02:51.0024502Z", + "lastWriteTimeUtc": "2019-02-15T14:22:20.6878863Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 63512 + "fileSize": 397717 }, { - "folderName": "OldJavaWarning-1.12.2-1.0.10.jar", - "fingerprint": 2194539971, - "fileDateHash": 1826371298, - "sectionID": 8, + "folderName": "TeaStory-3.3.0-B27.205-1.12.2.jar", + "fingerprint": 837466503, + "fileDateHash": 1221456763, + "sectionID": 6, "individualFingerprints": [ - 2194539971 + 837466503 ], "status": 1, - "timestamp": "2019-04-29T18:54:46.8021225Z", - "lastWriteTimeUtc": "2019-04-29T18:00:17.842455Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", + "timestamp": "2019-02-05T23:55:17.3532834Z", + "lastWriteTimeUtc": "2019-02-05T14:11:32.4054919Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 10103 + "fileSize": 1182505 }, { - "folderName": "BNBGamingLib-1.12.2-2.17.5.jar", - "fingerprint": 461739698, - "fileDateHash": 1386388142, - "sectionID": 6, + "folderName": "industrialforegoing-1.12.2-1.12.12-236.jar", + "fingerprint": 2991823641, + "fileDateHash": 1047141415, + "sectionID": 8, "individualFingerprints": [ - 461739698 + 2991823641 ], "status": 1, - "timestamp": "2019-02-17T15:02:51.1313762Z", - "lastWriteTimeUtc": "2019-02-15T14:28:57.3540721Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", + "timestamp": "2019-04-29T18:54:44.1756765Z", + "lastWriteTimeUtc": "2019-04-29T18:26:56.8135539Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 132746 + "fileSize": 1600649 }, { - "folderName": "zombieawareness-1.12.1-1.11.16.jar", - "fingerprint": 4139434154, - "fileDateHash": 987536849, - "sectionID": 6, + "folderName": "ImmersiveEngineering-0.12-89.jar", + "fingerprint": 2437036758, + "fileDateHash": 3860394370, + "sectionID": 8, "individualFingerprints": [ - 4139434154 + 2437036758 ], "status": 1, - "timestamp": "2019-02-01T12:12:42.4765501Z", - "lastWriteTimeUtc": "2019-02-01T11:57:51.6154161Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", + "timestamp": "2019-04-29T18:54:44.0087699Z", + "lastWriteTimeUtc": "2019-04-29T18:27:37.4806362Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 285951 + "fileSize": 6542920 }, { - "folderName": "ImmersivePosts-0.1.2.jar", - "fingerprint": 959712258, - "fileDateHash": 724445184, - "sectionID": 8, + "folderName": "JustAFewFish-1.7_for_1.12.jar", + "fingerprint": 3718830303, + "fileDateHash": 1075424121, + "sectionID": 6, "individualFingerprints": [ - 959712258 + 3718830303 ], "status": 1, - "timestamp": "2019-04-29T18:54:44.0847258Z", - "lastWriteTimeUtc": "2019-04-29T18:50:26.2309167Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", + "timestamp": "2019-02-01T11:29:25.5850347Z", + "lastWriteTimeUtc": "2019-02-01T11:05:40.8209318Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 140528 + "fileSize": 238863 }, { - "folderName": "engineersdecor-1.12.2-1.0.4-b7.jar", - "fingerprint": 1791924794, - "fileDateHash": 3741908285, - "sectionID": 8, + "folderName": "BedBugs-1.12-1.0.1.jar.disabled", + "fingerprint": 3729142344, + "fileDateHash": 696329061, + "sectionID": 6, "individualFingerprints": [ - 1791924794 + 3729142344 ], "status": 1, - "timestamp": "2019-04-29T19:46:51.6642426Z", - "lastWriteTimeUtc": "2019-04-29T19:12:06.4779432Z", - "queryTimestamp": "2019-04-29T19:46:54.1380018Z", + "timestamp": "2019-02-06T10:32:15.2470651Z", + "lastWriteTimeUtc": "2019-01-31T17:03:21.1199294Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 398581 + "fileSize": 17363 }, { - "folderName": "ServerPropertiesLAN-2.65.jar", - "fingerprint": 2767594484, - "fileDateHash": 1395820825, + "folderName": "overpoweredarmorbar-1.12.2-0.3.2.jar", + "fingerprint": 3989303171, + "fileDateHash": 2279119193, "sectionID": 6, "individualFingerprints": [ - 2767594484 + 3989303171 ], "status": 1, - "timestamp": "2019-02-01T06:45:48.6510951Z", - "lastWriteTimeUtc": "2019-01-31T17:12:56.1394956Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", + "timestamp": "2019-02-01T12:12:42.157734Z", + "lastWriteTimeUtc": "2019-02-01T12:11:26.0616738Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 200160 + "fileSize": 16358 }, { - "folderName": "SimpleCorn1.12-1.12-2.5.9.jar", - "fingerprint": 3699341580, - "fileDateHash": 3105734273, - "sectionID": 8, + "folderName": "dirt2path-1.8.0.jar", + "fingerprint": 1031004075, + "fileDateHash": 2678771567, + "sectionID": 6, "individualFingerprints": [ - 3699341580 + 1031004075 ], "status": 1, - "timestamp": "2019-04-29T18:54:47.7768064Z", - "lastWriteTimeUtc": "2019-04-29T17:30:24.0139854Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", + "timestamp": "2019-02-01T10:26:36.9408153Z", + "lastWriteTimeUtc": "2019-02-01T10:19:22.0448039Z", + "queryTimestamp": "2019-05-10T13:38:18.5765122Z", "fileCount": 1, - "fileSize": 86785 + "fileSize": 6069 }, { - "folderName": "QuarkOddities-1.12.2.jar", - "fingerprint": 4267477614, - "fileDateHash": 3615575217, + "folderName": "jeivillagers-1.12-1.0.2.jar", + "fingerprint": 2772795985, + "fileDateHash": 746804490, "sectionID": 6, "individualFingerprints": [ - 4267477614 + 2772795985 ], "status": 1, - "timestamp": "2019-02-01T10:17:52.0257032Z", - "lastWriteTimeUtc": "2019-02-01T06:52:00.0802479Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", - "fileCount": 1, - "fileSize": 1556 + "timestamp": "2019-02-01T11:29:25.3541681Z", + "lastWriteTimeUtc": "2019-02-01T10:46:29.0681694Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", + "fileCount": 1, + "fileSize": 26491 }, { - "folderName": "# LibLoader.jar", - "fingerprint": 16707052, - "fileDateHash": 4142720275, - "sectionID": 6, + "folderName": "corpsecomplex-1.12.2-1.0.5.1.jar", + "fingerprint": 3066937085, + "fileDateHash": 3943648110, + "sectionID": 8, "individualFingerprints": [ - 16707052 + 3066937085 ], "status": 1, - "timestamp": "2019-02-01T18:16:24.4884968Z", - "lastWriteTimeUtc": "2019-02-01T18:16:22.6650315Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", + "timestamp": "2019-04-29T18:54:41.8201507Z", + "lastWriteTimeUtc": "2019-04-29T18:44:25.9658246Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", "fileCount": 1, - "fileSize": 23934 + "fileSize": 121954 }, { - "folderName": "jei_1.12.2-4.14.4.264.jar", - "fingerprint": 2473614970, - "fileDateHash": 3473582071, - "sectionID": 6, + "folderName": "Triumph-1.12.2-3.17.0.jar", + "fingerprint": 3343147766, + "fileDateHash": 2045707578, + "sectionID": 8, "individualFingerprints": [ - 2473614970 + 3343147766 ], "status": 1, - "timestamp": "2019-02-01T06:45:46.5303131Z", - "lastWriteTimeUtc": "2019-01-31T16:53:14.331967Z", - "queryTimestamp": "2019-04-29T18:54:51.2368203Z", + "timestamp": "2019-04-29T18:54:48.8518103Z", + "lastWriteTimeUtc": "2019-04-29T17:23:03.8128894Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", "fileCount": 1, - "fileSize": 645452 + "fileSize": 328530 }, { - "folderName": "HorseTweaks_1.12.2-1.0.4.jar", - "fingerprint": 3464163144, - "fileDateHash": 2859169867, + "folderName": "CraftTweaker2-1.12-4.1.14.jar", + "fingerprint": 3225469772, + "fileDateHash": 865294022, "sectionID": 6, "individualFingerprints": [ - 3464163144 + 3225469772 ], "status": 1, - "timestamp": "2019-02-01T06:45:44.6843222Z", - "lastWriteTimeUtc": "2019-01-31T17:27:53.2857461Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-01-31T16:53:06.0288633Z", + "lastWriteTimeUtc": "2019-01-31T16:49:49.1986993Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", "fileCount": 1, - "fileSize": 74870 + "fileSize": 1327552 }, { - "folderName": "immersivetech-1.12-1.3.10.jar", - "fingerprint": 3098397324, - "fileDateHash": 1670020471, + "folderName": "ServerPropertiesLAN-2.65.jar", + "fingerprint": 2767594484, + "fileDateHash": 1395820825, "sectionID": 6, "individualFingerprints": [ - 3098397324 + 2767594484 ], "status": 1, - "timestamp": "2019-02-01T06:45:45.7877216Z", - "lastWriteTimeUtc": "2019-01-31T17:28:44.069001Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-02-01T06:45:48.6510951Z", + "lastWriteTimeUtc": "2019-01-31T17:12:56.1394956Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", "fileCount": 1, - "fileSize": 522502 + "fileSize": 200160 }, { - "folderName": "aactadapter-1.12.2-0.1.0.jar", - "fingerprint": 307486104, - "fileDateHash": 1107162296, - "sectionID": 6, + "folderName": "Charm-1.12.2-1.0.1.jar", + "fingerprint": 3899517270, + "fileDateHash": 4218382294, + "sectionID": 8, "individualFingerprints": [ - 307486104 + 3899517270 ], "status": 1, - "timestamp": "2019-01-31T16:53:04.7380491Z", - "lastWriteTimeUtc": "2019-01-31T16:49:50.224101Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-05-10T13:38:12.0601875Z", + "lastWriteTimeUtc": "2019-05-10T12:17:10.9534298Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", "fileCount": 1, - "fileSize": 6336 + "fileSize": 2227965 }, { - "folderName": "SereneSeasons-1.12.2-1.2.15-universal.jar", - "fingerprint": 307212093, - "fileDateHash": 1582042618, + "folderName": "endercrop-1.12.2-1.6.0.jar", + "fingerprint": 2551423804, + "fileDateHash": 754093458, "sectionID": 6, "individualFingerprints": [ - 307212093 + 2551423804 ], "status": 1, - "timestamp": "2019-02-01T10:17:52.2235996Z", - "lastWriteTimeUtc": "2019-02-01T08:46:34.932997Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-02-01T10:17:50.7104565Z", + "lastWriteTimeUtc": "2019-02-01T10:10:00.2927011Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", "fileCount": 1, - "fileSize": 181265 + "fileSize": 73719 }, { - "folderName": "malisiscore-1.12.2-6.5.1.jar", - "fingerprint": 578924288, - "fileDateHash": 2097036890, - "sectionID": 8, + "folderName": "demagnetize-1.12.2-1.0.1.jar", + "fingerprint": 3291933989, + "fileDateHash": 2080603200, + "sectionID": 6, "individualFingerprints": [ - 578924288 + 3291933989 ], "status": 1, - "timestamp": "2019-04-29T19:46:51.9170467Z", - "lastWriteTimeUtc": "2019-04-29T19:46:43.4758399Z", - "queryTimestamp": "2019-04-29T19:46:54.146004Z", + "timestamp": "2019-02-01T06:45:42.9833013Z", + "lastWriteTimeUtc": "2019-01-31T17:15:06.2670849Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", "fileCount": 1, - "fileSize": 1939783 + "fileSize": 63512 }, { - "folderName": "refinedstoragerequestify-1.12.2-1.0.1-2.jar", - "fingerprint": 2957973844, - "fileDateHash": 1766350184, + "folderName": "Exchangers-1.12.2-2.8.jar", + "fingerprint": 433410941, + "fileDateHash": 3345371314, "sectionID": 6, "individualFingerprints": [ - 2957973844 + 433410941 ], "status": 1, - "timestamp": "2019-02-01T18:10:18.539602Z", - "lastWriteTimeUtc": "2019-02-01T16:31:31.6794386Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-02-02T12:51:55.5461312Z", + "lastWriteTimeUtc": "2019-02-02T11:58:27.6346573Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", "fileCount": 1, - "fileSize": 28041 + "fileSize": 281052 }, { - "folderName": "MouseTweaks-2.10-mc1.12.2.jar", - "fingerprint": 533666569, - "fileDateHash": 2956719404, + "folderName": "EndReborn II [0.2.9].jar", + "fingerprint": 4140266020, + "fileDateHash": 2426590873, "sectionID": 6, "individualFingerprints": [ - 533666569 + 4140266020 ], "status": 1, - "timestamp": "2019-02-17T15:02:51.3782353Z", - "lastWriteTimeUtc": "2019-02-15T14:30:23.7984959Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-02-03T10:55:11.4164687Z", + "lastWriteTimeUtc": "2019-02-03T09:01:08.6858603Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", "fileCount": 1, - "fileSize": 75170 + "fileSize": 1912612 }, { - "folderName": "CTM-MC1.12.2-0.3.3.22.jar", - "fingerprint": 2605538404, - "fileDateHash": 4160411629, + "folderName": "VillagerTrades-1.12-0.6.4.jar", + "fingerprint": 2221889737, + "fileDateHash": 2568605007, "sectionID": 6, "individualFingerprints": [ - 2605538404 + 2221889737 ], "status": 1, - "timestamp": "2019-02-01T18:10:17.4742134Z", - "lastWriteTimeUtc": "2019-02-01T12:48:17.2811691Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-02-01T11:29:25.8438845Z", + "lastWriteTimeUtc": "2019-02-01T11:27:53.8166666Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", "fileCount": 1, - "fileSize": 194281 + "fileSize": 78202 }, { - "folderName": "dirt2path-1.8.0.jar", - "fingerprint": 1031004075, - "fileDateHash": 2678771567, - "sectionID": 6, + "folderName": "zcm-ca-test.jar", + "fingerprint": 325645589, + "fileDateHash": 706816781, + "sectionID": 8, "individualFingerprints": [ - 1031004075 + 325645589 ], "status": 1, - "timestamp": "2019-02-01T10:26:36.9408153Z", - "lastWriteTimeUtc": "2019-02-01T10:19:22.0448039Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-05-10T13:38:15.2464606Z", + "lastWriteTimeUtc": "2019-05-08T22:29:59.0908425Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", "fileCount": 1, - "fileSize": 6069 + "fileSize": 2673813 }, { - "folderName": "justthetips-1.12-1.0.1.1.jar", - "fingerprint": 2104960454, - "fileDateHash": 2938742291, + "folderName": "Born In A Barn V1.8-1.12-1.1.jar", + "fingerprint": 3736396456, + "fileDateHash": 1760252645, "sectionID": 6, "individualFingerprints": [ - 2104960454 + 3736396456 ], "status": 1, - "timestamp": "2019-02-01T11:29:25.6010237Z", - "lastWriteTimeUtc": "2019-02-01T11:00:11.5122923Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-02-01T18:10:17.4432308Z", + "lastWriteTimeUtc": "2019-02-01T16:55:51.1404845Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", "fileCount": 1, - "fileSize": 334035 + "fileSize": 3642 }, { - "folderName": "ImmersiveCables-1.12.2-1.3.2.jar", - "fingerprint": 991598649, - "fileDateHash": 1344077851, - "sectionID": 6, + "folderName": "malisiscore-1.12.2-6.5.1.jar", + "fingerprint": 578924288, + "fileDateHash": 2097036890, + "sectionID": 8, "individualFingerprints": [ - 991598649 + 578924288 ], "status": 1, - "timestamp": "2019-02-01T06:45:44.7872629Z", - "lastWriteTimeUtc": "2019-01-31T17:29:05.923581Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-04-29T19:46:51.9170467Z", + "lastWriteTimeUtc": "2019-04-29T19:46:43.4758399Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", "fileCount": 1, - "fileSize": 205922 + "fileSize": 1939783 }, { - "folderName": "ThermalFoundation-1.12.2-2.6.2.26-universal.jar", - "fingerprint": 433801934, - "fileDateHash": 3510542527, + "folderName": "NaturesCompass-1.12.2-1.5.1.jar", + "fingerprint": 3263734572, + "fileDateHash": 2761118883, "sectionID": 6, "individualFingerprints": [ - 433801934 + 3263734572 ], "status": 1, - "timestamp": "2019-02-05T23:55:17.4602239Z", - "lastWriteTimeUtc": "2019-02-05T14:12:01.9150621Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-02-01T11:49:15.7734921Z", + "lastWriteTimeUtc": "2019-02-01T11:45:32.5872918Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", "fileCount": 1, - "fileSize": 2305489 + "fileSize": 180209 }, { - "folderName": "ExtendedCrafting-1.12.2-1.5.2.jar", - "fingerprint": 2656160228, - "fileDateHash": 2285306186, - "sectionID": 6, + "folderName": "CalmDownZombieGuy-1.12.2-1.0.0.jar", + "fingerprint": 1347844556, + "fileDateHash": 3972934615, + "sectionID": 8, "individualFingerprints": [ - 2656160228 + 1347844556 ], "status": 1, - "timestamp": "2019-02-01T06:45:43.0602538Z", - "lastWriteTimeUtc": "2019-01-31T17:26:05.4623829Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-04-29T19:46:51.6632642Z", + "lastWriteTimeUtc": "2019-04-29T19:42:17.482218Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", "fileCount": 1, - "fileSize": 432553 + "fileSize": 5953 }, { - "folderName": "compactmachines3-1.12.2-3.0.13-b236.jar", - "fingerprint": 3416974167, - "fileDateHash": 1257996054, - "sectionID": 6, + "folderName": "BNBGamingLib-1.12.2-2.17.6.jar", + "fingerprint": 1245112832, + "fileDateHash": 1313990783, + "sectionID": 8, "individualFingerprints": [ - 3416974167 + 1245112832 ], "status": 1, - "timestamp": "2019-02-01T11:29:25.1582788Z", - "lastWriteTimeUtc": "2019-02-01T10:44:56.1597675Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-04-29T18:54:40.327212Z", + "lastWriteTimeUtc": "2019-04-29T18:49:38.4558682Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", "fileCount": 1, - "fileSize": 633874 + "fileSize": 132644 }, { - "folderName": "customstuff4-1.12.2-0.5.3.jar", - "fingerprint": 2124961907, - "fileDateHash": 759039101, + "folderName": "worleycaves-1.3.0.jar", + "fingerprint": 2484190969, + "fileDateHash": 3077956768, "sectionID": 6, "individualFingerprints": [ - 2124961907 + 2484190969 ], "status": 1, - "timestamp": "2019-02-01T10:26:36.9038365Z", - "lastWriteTimeUtc": "2019-02-01T10:24:20.5284349Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-02-01T18:10:20.1316881Z", + "lastWriteTimeUtc": "2019-02-01T17:01:59.3782974Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", "fileCount": 1, - "fileSize": 469935 + "fileSize": 58722 }, { - "folderName": "ExtendedCrafting-1.12.2-1.5.4.jar", - "fingerprint": 1348349250, - "fileDateHash": 2018264691, - "sectionID": 8, + "folderName": "ExtendedCrafting-1.12.2-1.5.2.jar", + "fingerprint": 2656160228, + "fileDateHash": 2285306186, + "sectionID": 6, "individualFingerprints": [ - 1348349250 + 2656160228 ], "status": 1, - "timestamp": "2019-04-29T18:54:42.8586335Z", - "lastWriteTimeUtc": "2019-04-29T18:43:20.6944828Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-02-01T06:45:43.0602538Z", + "lastWriteTimeUtc": "2019-01-31T17:26:05.4623829Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", "fileCount": 1, - "fileSize": 430890 + "fileSize": 432553 }, { - "folderName": "WitherSkeletonTweaks-1.12.2-2.6.3.jar", - "fingerprint": 2926245632, - "fileDateHash": 688283624, + "folderName": "Tails-1.12-1.10.0.jar", + "fingerprint": 3286169498, + "fileDateHash": 3698953756, "sectionID": 6, "individualFingerprints": [ - 2926245632 + 3286169498 ], "status": 1, - "timestamp": "2019-02-01T18:10:19.9497936Z", - "lastWriteTimeUtc": "2019-02-01T12:15:33.0236522Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-02-01T06:45:49.2127702Z", + "lastWriteTimeUtc": "2019-01-31T17:32:22.8363958Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", "fileCount": 1, - "fileSize": 27026 + "fileSize": 269876 }, { - "folderName": "vanillafoodpantry-mc1.12.2-4.3.1.jar", - "fingerprint": 3978071647, - "fileDateHash": 4290339463, + "folderName": "iChunUtil-1.12.2-7.1.4.jar", + "fingerprint": 4046336101, + "fileDateHash": 494675344, "sectionID": 8, "individualFingerprints": [ - 3978071647 + 4046336101 ], "status": 1, - "timestamp": "2019-04-29T18:54:49.2098618Z", - "lastWriteTimeUtc": "2019-04-29T17:22:59.2346785Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-05-10T13:38:13.1816158Z", + "lastWriteTimeUtc": "2019-05-09T11:36:41.088743Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", "fileCount": 1, - "fileSize": 1656445 + "fileSize": 548473 }, { - "folderName": "StevesCarts-1.12.2-2.4.30.134.jar", - "fingerprint": 155893150, - "fileDateHash": 1826496127, + "folderName": "FastFurnace-1.12.2-1.3.1.jar", + "fingerprint": 1142134081, + "fileDateHash": 722052853, "sectionID": 8, "individualFingerprints": [ - 155893150 + 1142134081 ], "status": 1, - "timestamp": "2019-04-29T18:54:47.8736967Z", - "lastWriteTimeUtc": "2019-04-29T17:27:31.9046683Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-05-10T13:38:13.1816158Z", + "lastWriteTimeUtc": "2019-05-10T12:50:20.2980832Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", "fileCount": 1, - "fileSize": 2475731 + "fileSize": 10035 + }, + { + "folderName": "InGameInfoXML-1.12.2-2.8.2.94-universal.jar", + "fingerprint": 1323756321, + "fileDateHash": 3148988992, + "sectionID": 8, + "individualFingerprints": [ + 1323756321 + ], + "status": 1, + "timestamp": "2019-05-10T13:38:14.0445716Z", + "lastWriteTimeUtc": "2019-05-05T17:57:58.9415768Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", + "fileCount": 1, + "fileSize": 315455 + }, + { + "folderName": "AppleCore-mc1.12.2-3.1.4.jar", + "fingerprint": 2343897411, + "fileDateHash": 4208019871, + "sectionID": 6, + "individualFingerprints": [ + 2343897411 + ], + "status": 1, + "timestamp": "2019-02-01T06:45:38.6787089Z", + "lastWriteTimeUtc": "2019-01-31T17:28:20.6461288Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", + "fileCount": 1, + "fileSize": 81946 }, { "folderName": "jph_1.12-1.0.jar", @@ -3416,84 +3438,453 @@ "status": 1, "timestamp": "2019-04-29T18:54:44.5574586Z", "lastWriteTimeUtc": "2019-04-29T18:54:05.2858841Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", "fileCount": 1, "fileSize": 11506 }, { - "folderName": "TickProfiler-1.12-0.0.7.jar", - "fingerprint": 3677198734, - "fileDateHash": 1936258757, + "folderName": "StevesCarts-1.12.2-2.4.29.132.jar", + "fingerprint": 3382279019, + "fileDateHash": 3943342257, "sectionID": 6, "individualFingerprints": [ - 3677198734 + 3382279019 ], "status": 1, - "timestamp": "2019-02-01T18:10:19.7059336Z", - "lastWriteTimeUtc": "2019-02-01T16:39:32.2113486Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-02-01T06:45:48.9289355Z", + "lastWriteTimeUtc": "2019-01-31T17:13:59.4736859Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", "fileCount": 1, - "fileSize": 638924 + "fileSize": 2475525 }, { - "folderName": "Triumph-1.12.2-3.12.2.jar", - "fingerprint": 1321969535, - "fileDateHash": 2602739738, + "folderName": "refinedstoragerequestify-1.12.2-1.0.1-2.jar", + "fingerprint": 2957973844, + "fileDateHash": 1766350184, "sectionID": 6, "individualFingerprints": [ - 1321969535 + 2957973844 ], "status": 1, - "timestamp": "2019-02-08T17:52:43.3332552Z", - "lastWriteTimeUtc": "2019-02-08T17:49:45.1049538Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-02-01T18:10:18.539602Z", + "lastWriteTimeUtc": "2019-02-01T16:31:31.6794386Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", + "fileCount": 1, + "fileSize": 28041 + }, + { + "folderName": "HorseTweaks_1.12.2-1.0.4.jar", + "fingerprint": 3464163144, + "fileDateHash": 2859169867, + "sectionID": 6, + "individualFingerprints": [ + 3464163144 + ], + "status": 1, + "timestamp": "2019-02-01T06:45:44.6843222Z", + "lastWriteTimeUtc": "2019-01-31T17:27:53.2857461Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", + "fileCount": 1, + "fileSize": 74870 + }, + { + "folderName": "ArtemisLib-1.12.2-v1.0.4.jar", + "fingerprint": 3632578015, + "fileDateHash": 1457485560, + "sectionID": 8, + "individualFingerprints": [ + 3632578015 + ], + "status": 1, + "timestamp": "2019-04-29T18:54:38.9683201Z", + "lastWriteTimeUtc": "2019-04-29T17:34:31.0344649Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", + "fileCount": 1, + "fileSize": 21091 + }, + { + "folderName": "phosphor-1.12.2-0.2.4+build46-universal.jar", + "fingerprint": 2986701063, + "fileDateHash": 1846663563, + "sectionID": 8, + "individualFingerprints": [ + 2986701063 + ], + "status": 1, + "timestamp": "2019-05-10T13:38:14.3802713Z", + "lastWriteTimeUtc": "2019-05-10T13:05:24.9589015Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", + "fileCount": 1, + "fileSize": 1034715 + }, + { + "folderName": "Modpack Configuration Checker-1.12.2-v1.8.jar", + "fingerprint": 1302613137, + "fileDateHash": 2568921184, + "sectionID": 8, + "individualFingerprints": [ + 1302613137 + ], + "status": 1, + "timestamp": "2019-04-29T18:54:45.2528804Z", + "lastWriteTimeUtc": "2019-04-29T18:13:15.3640124Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", + "fileCount": 1, + "fileSize": 129030 + }, + { + "folderName": "Another New World Test", + "fingerprint": 424877297, + "fileDateHash": 1003869221, + "sectionID": 10, + "individualFingerprints": [ + 57782132, + 189616397, + 190877656, + 212440481, + 253811943, + 281261276, + 475428946, + 489458212, + 489458212, + 489458212, + 489458212, + 517389514, + 591558833, + 650312109, + 674714365, + 753671155, + 758054953, + 758054953, + 758054953, + 758054953, + 758054953, + 758054953, + 759728066, + 841343900, + 864292231, + 896092766, + 945056760, + 946085821, + 951952113, + 1030674013, + 1040838250, + 1150153357, + 1198675523, + 1200348393, + 1211179309, + 1265358630, + 1483284000, + 1540447798, + 1627952651, + 1649615336, + 1747810767, + 1839321110, + 1840441312, + 1856815879, + 1926398306, + 1928839680, + 1967351626, + 1983556340, + 2003029274, + 2060695356, + 2115174569, + 2120783131, + 2170354965, + 2171019279, + 2172122423, + 2231199347, + 2264053355, + 2270966237, + 2270966237, + 2270966237, + 2270966237, + 2270966237, + 2270966237, + 2296232558, + 2298987304, + 2336574816, + 2405359015, + 2430003878, + 2465721085, + 2598145422, + 2608837090, + 2615622528, + 2656085935, + 2660531850, + 2712241476, + 2719438721, + 2824679791, + 2856414545, + 2861103464, + 2876323950, + 2882039290, + 2914430956, + 2934144392, + 2949429177, + 2976093043, + 3052982433, + 3068316388, + 3074227030, + 3097201025, + 3150721965, + 3150774019, + 3228798627, + 3299108151, + 3301574945, + 3429610747, + 3542473938, + 3543991065, + 3582932549, + 3604075400, + 3784058293, + 3796607312, + 3829567749, + 3839219912, + 3839219912, + 3893117657, + 3916997715, + 3952049878, + 4009315676, + 4018188550, + 4027835581, + 4115998222, + 4225445055, + 4228148738 + ], + "status": 1, + "timestamp": "2019-05-10T13:38:15.3369824Z", + "lastWriteTimeUtc": "2019-05-03T09:04:43.2818093Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", + "fileCount": 22, + "fileSize": 0 + }, + { + "folderName": "NoNausea-MC1.12-1.0.jar", + "fingerprint": 2197328098, + "fileDateHash": 2217699935, + "sectionID": 6, + "individualFingerprints": [ + 2197328098 + ], + "status": 1, + "timestamp": "2019-02-01T11:49:15.7814902Z", + "lastWriteTimeUtc": "2019-02-01T11:47:28.392142Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", + "fileCount": 1, + "fileSize": 9679 + }, + { + "folderName": "Compact Sky Test", + "fingerprint": 4183065551, + "fileDateHash": 2792706069, + "sectionID": 10, + "individualFingerprints": [ + 13620161, + 304407795, + 327085094, + 370601504, + 489458212, + 489458212, + 490579288, + 490579288, + 534379636, + 758054953, + 758054953, + 758054953, + 770499991, + 818169910, + 938812664, + 992915765, + 1063531984, + 1173926840, + 1239553436, + 1512398384, + 1976720490, + 2336574816, + 2422689420, + 2430003878, + 2430003878, + 2519576263, + 2626840225, + 3265132191, + 3321802029, + 3429610747, + 3473092442, + 3536651895, + 3565562781, + 3582932549, + 3584819953, + 3610311022, + 3624323804, + 3697038994, + 3698801674, + 3702864958, + 3784058293, + 3813519763, + 4003419108, + 4122234517, + 4213863462, + 4213863462, + 4213863462, + 4213863462 + ], + "status": 1, + "timestamp": "2019-02-06T14:02:22.436794Z", + "lastWriteTimeUtc": "2019-02-06T13:06:20.8197961Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", + "fileCount": 20, + "fileSize": 0 + }, + { + "folderName": "torohealth-1.12.2-11.jar", + "fingerprint": 378881515, + "fileDateHash": 2989228629, + "sectionID": 6, + "individualFingerprints": [ + 378881515 + ], + "status": 1, + "timestamp": "2019-02-01T11:29:25.7089629Z", + "lastWriteTimeUtc": "2019-02-01T11:18:08.8721213Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", + "fileCount": 1, + "fileSize": 66307 + }, + { + "folderName": "OldJavaWarning-1.12.2-1.0.10.jar", + "fingerprint": 2194539971, + "fileDateHash": 1826371298, + "sectionID": 8, + "individualFingerprints": [ + 2194539971 + ], + "status": 1, + "timestamp": "2019-04-29T18:54:46.8021225Z", + "lastWriteTimeUtc": "2019-04-29T18:00:17.842455Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", + "fileCount": 1, + "fileSize": 10103 + }, + { + "folderName": "CoFHCore-1.12.2-4.6.2.25-universal.jar", + "fingerprint": 1877767350, + "fileDateHash": 3142929253, + "sectionID": 6, + "individualFingerprints": [ + 1877767350 + ], + "status": 1, + "timestamp": "2019-02-05T23:55:17.1813832Z", + "lastWriteTimeUtc": "2019-02-05T14:10:53.5761797Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", + "fileCount": 1, + "fileSize": 844166 + }, + { + "folderName": "MouseTweaks-2.10-mc1.12.2.jar", + "fingerprint": 533666569, + "fileDateHash": 2956719404, + "sectionID": 6, + "individualFingerprints": [ + 533666569 + ], + "status": 1, + "timestamp": "2019-02-17T15:02:51.3782353Z", + "lastWriteTimeUtc": "2019-02-15T14:30:23.7984959Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", + "fileCount": 1, + "fileSize": 75170 + }, + { + "folderName": "engineers_doors-1.12.2-0.8.0.jar", + "fingerprint": 3927455532, + "fileDateHash": 312371189, + "sectionID": 6, + "individualFingerprints": [ + 3927455532 + ], + "status": 1, + "timestamp": "2019-02-01T10:17:50.7254496Z", + "lastWriteTimeUtc": "2019-02-01T10:08:22.3051518Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", + "fileCount": 1, + "fileSize": 121107 + }, + { + "folderName": "BetterAdvancements-1.12.2-0.0.17.74.jar", + "fingerprint": 1025930002, + "fileDateHash": 1427065808, + "sectionID": 6, + "individualFingerprints": [ + 1025930002 + ], + "status": 1, + "timestamp": "2019-02-01T11:29:25.0973138Z", + "lastWriteTimeUtc": "2019-02-01T10:41:17.6527228Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", + "fileCount": 1, + "fileSize": 67374 + }, + { + "folderName": "NoNVFlash-1.12.2-1.2.0.3-universal.jar", + "fingerprint": 3477904127, + "fileDateHash": 30540182, + "sectionID": 6, + "individualFingerprints": [ + 3477904127 + ], + "status": 1, + "timestamp": "2019-02-01T11:49:15.8554464Z", + "lastWriteTimeUtc": "2019-02-01T11:39:28.6673289Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", "fileCount": 1, - "fileSize": 302591 + "fileSize": 7216 }, { - "folderName": "BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar", - "fingerprint": 2031588189, - "fileDateHash": 808074847, - "sectionID": 8, + "folderName": "ImmersiveEngineering-0.12-88.jar", + "fingerprint": 3170305556, + "fileDateHash": 425221770, + "sectionID": 6, "individualFingerprints": [ - 2031588189 + 3170305556 ], "status": 1, - "timestamp": "2019-04-29T18:54:40.0430454Z", - "lastWriteTimeUtc": "2019-04-29T18:49:59.2627864Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-02-01T06:45:44.9681601Z", + "lastWriteTimeUtc": "2019-01-31T17:28:56.4854641Z", + "queryTimestamp": "2019-05-10T13:38:18.5921361Z", "fileCount": 1, - "fileSize": 77866 + "fileSize": 6516615 }, { - "folderName": "Resizing Potion-r2.1.jar", - "fingerprint": 3311359492, - "fileDateHash": 3554222556, + "folderName": "BNBGamingCore-1.12.2-0.11.0.jar", + "fingerprint": 4212799678, + "fileDateHash": 1366727970, "sectionID": 8, "individualFingerprints": [ - 3311359492 + 4212799678 ], "status": 1, - "timestamp": "2019-04-29T18:54:47.7455559Z", - "lastWriteTimeUtc": "2019-04-29T17:34:32.377779Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-04-29T18:54:40.1577388Z", + "lastWriteTimeUtc": "2019-04-29T18:49:42.6630359Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 40315 + "fileSize": 130110 }, { - "folderName": "LoreExpansion-1.12-1.1.7-13.jar", - "fingerprint": 526510025, - "fileDateHash": 3934927007, + "folderName": "OceanFloor-1.12-1.0.1.jar", + "fingerprint": 2413905780, + "fileDateHash": 870085423, "sectionID": 6, "individualFingerprints": [ - 526510025 + 2413905780 ], "status": 1, - "timestamp": "2019-02-01T10:17:51.2041736Z", - "lastWriteTimeUtc": "2019-02-01T10:01:32.362363Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-02-01T12:12:41.9668445Z", + "lastWriteTimeUtc": "2019-02-01T12:12:13.8512753Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 1887159 + "fileSize": 5466 }, { "folderName": "Forgelin-1.8.2.jar", @@ -3506,219 +3897,219 @@ "status": 1, "timestamp": "2019-02-01T06:45:44.5943928Z", "lastWriteTimeUtc": "2019-01-31T17:01:21.9297191Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, "fileSize": 5124663 }, { - "folderName": "lostcities-1.12-2.0.18.jar", - "fingerprint": 1472015098, - "fileDateHash": 2548524898, - "sectionID": 8, + "folderName": "veining-1.3.2-1.12.x.jar", + "fingerprint": 4293467837, + "fileDateHash": 1283876157, + "sectionID": 6, "individualFingerprints": [ - 1472015098 + 4293467837 ], "status": 1, - "timestamp": "2019-04-29T18:54:44.6721579Z", - "lastWriteTimeUtc": "2019-04-29T17:26:18.2642482Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-02-01T11:49:16.2302331Z", + "lastWriteTimeUtc": "2019-02-01T11:35:23.8417162Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 789365 + "fileSize": 56226 }, { - "folderName": "CalmDownZombieGuy-1.12.2-1.0.0.jar", - "fingerprint": 1347844556, - "fileDateHash": 3972934615, + "folderName": "CraftPresence-1.12.2-1.5.3.1.jar", + "fingerprint": 473534238, + "fileDateHash": 673948006, "sectionID": 8, "individualFingerprints": [ - 1347844556 + 473534238 ], "status": 1, - "timestamp": "2019-04-29T19:46:51.6632642Z", - "lastWriteTimeUtc": "2019-04-29T19:42:17.482218Z", - "queryTimestamp": "2019-04-29T19:46:54.1579904Z", + "timestamp": "2019-04-29T18:54:42.009738Z", + "lastWriteTimeUtc": "2019-04-29T18:45:06.9098243Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 5953 + "fileSize": 217691 }, { - "folderName": "Placebo-1.12.2-1.5.1.jar", - "fingerprint": 649950004, - "fileDateHash": 32000935, - "sectionID": 6, + "folderName": "ServerTabInfo-1.12.2-1.2.4.jar", + "fingerprint": 4124133158, + "fileDateHash": 790993637, + "sectionID": 8, "individualFingerprints": [ - 649950004 + 4124133158 ], "status": 1, - "timestamp": "2019-02-01T06:45:47.9574926Z", - "lastWriteTimeUtc": "2019-01-31T17:25:09.2741012Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-04-29T18:54:47.7455559Z", + "lastWriteTimeUtc": "2019-04-29T17:30:29.2196534Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 73345 + "fileSize": 53620 }, { - "folderName": "Traverse-1.12.2-1.6.0-69.jar", - "fingerprint": 2645941718, - "fileDateHash": 1385696153, + "folderName": "compactmachines3-1.12.2-3.0.13-b236.jar", + "fingerprint": 3416974167, + "fileDateHash": 1257996054, "sectionID": 6, "individualFingerprints": [ - 2645941718 + 3416974167 ], "status": 1, - "timestamp": "2019-02-01T10:17:52.2745687Z", - "lastWriteTimeUtc": "2019-02-01T08:45:51.6541539Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-02-01T11:29:25.1582788Z", + "lastWriteTimeUtc": "2019-02-01T10:44:56.1597675Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 270133 + "fileSize": 633874 }, { - "folderName": "jammachine-1.12.2-0.8.2-universal.jar.disabled", - "fingerprint": 4183682756, - "fileDateHash": 3318320445, + "folderName": "[1.12]MoVillages-1.5.4.jar", + "fingerprint": 1319571831, + "fileDateHash": 3231617686, "sectionID": 6, "individualFingerprints": [ - 4183682756 + 1319571831 ], "status": 1, - "timestamp": "2019-02-06T14:02:22.0470097Z", - "lastWriteTimeUtc": "2019-02-01T11:42:35.0607407Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-02-01T11:29:26.0897437Z", + "lastWriteTimeUtc": "2019-02-01T10:46:17.4109375Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 148458 + "fileSize": 35549 }, { - "folderName": "FastLeafDecay-v14.jar", - "fingerprint": 1940914729, - "fileDateHash": 592826472, - "sectionID": 6, + "folderName": "jmh_1.12-2.0.jar", + "fingerprint": 3466804963, + "fileDateHash": 192463536, + "sectionID": 8, "individualFingerprints": [ - 1940914729 + 3466804963 ], "status": 1, - "timestamp": "2019-02-01T06:45:44.0127272Z", - "lastWriteTimeUtc": "2019-01-31T17:26:38.4758359Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-04-29T18:54:44.4355279Z", + "lastWriteTimeUtc": "2019-04-29T18:16:57.6206431Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 5200 + "fileSize": 25108 }, { - "folderName": "primitivemobs-1.2.3a.jar", - "fingerprint": 1703043317, - "fileDateHash": 545704458, + "folderName": "OldJavaWarning-1.12.2-1.0.9.jar", + "fingerprint": 1819712383, + "fileDateHash": 864495136, "sectionID": 6, "individualFingerprints": [ - 1703043317 + 1819712383 ], "status": 1, - "timestamp": "2019-02-01T10:17:51.9957198Z", - "lastWriteTimeUtc": "2019-02-01T07:31:19.5139158Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-02-01T12:12:41.9678445Z", + "lastWriteTimeUtc": "2019-02-01T12:12:05.166255Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 859957 + "fileSize": 9373 }, { - "folderName": "tesla-core-lib-1.12.2-1.0.15.jar", - "fingerprint": 3720775035, - "fileDateHash": 3763830624, - "sectionID": 6, + "folderName": "Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b92.jar", + "fingerprint": 1087911533, + "fileDateHash": 138867362, + "sectionID": 8, "individualFingerprints": [ - 3720775035 + 1087911533 ], "status": 1, - "timestamp": "2019-02-01T06:45:49.5316072Z", - "lastWriteTimeUtc": "2019-01-31T17:22:49.9186665Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-04-29T18:54:38.814601Z", + "lastWriteTimeUtc": "2019-04-29T16:36:18.677802Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 1140374 + "fileSize": 126965 }, { - "folderName": "OpenBlocks-1.12.2-1.8.jar", - "fingerprint": 3701942740, - "fileDateHash": 3079081606, - "sectionID": 6, + "folderName": "coroutil-1.12.1-1.2.31.jar", + "fingerprint": 515114187, + "fileDateHash": 2602410217, + "sectionID": 8, "individualFingerprints": [ - 3701942740 + 515114187 ], "status": 1, - "timestamp": "2019-02-01T12:12:42.0477955Z", - "lastWriteTimeUtc": "2019-02-01T12:11:54.6802884Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-04-29T18:54:41.8018436Z", + "lastWriteTimeUtc": "2019-04-29T18:45:03.3926219Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 3217313 + "fileSize": 2313614 }, { - "folderName": "FarmingForBlockheads_1.12.2-3.1.26.jar", - "fingerprint": 3907588145, - "fileDateHash": 1396888015, + "folderName": "ResourceLoader-MC1.12.1-1.5.3.jar", + "fingerprint": 699442863, + "fileDateHash": 3754645649, "sectionID": 6, "individualFingerprints": [ - 3907588145 + 699442863 ], "status": 1, - "timestamp": "2019-02-01T06:45:43.5329826Z", - "lastWriteTimeUtc": "2019-01-31T17:24:25.6962746Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-02-01T10:17:52.0646793Z", + "lastWriteTimeUtc": "2019-02-01T07:29:55.3570499Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 242247 + "fileSize": 16612 }, { - "folderName": "NoNausea-MC1.12-1.0.jar", - "fingerprint": 2197328098, - "fileDateHash": 2217699935, + "folderName": "culinaryconstruct-1.3.2.jar", + "fingerprint": 423263154, + "fileDateHash": 3224159274, "sectionID": 6, "individualFingerprints": [ - 2197328098 + 423263154 ], "status": 1, - "timestamp": "2019-02-01T11:49:15.7814902Z", - "lastWriteTimeUtc": "2019-02-01T11:47:28.392142Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-02-05T23:55:17.3412914Z", + "lastWriteTimeUtc": "2019-02-05T14:11:17.1631916Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 9679 + "fileSize": 99445 }, { - "folderName": "Clumps-3.1.2.jar", - "fingerprint": 1290884162, - "fileDateHash": 797194566, - "sectionID": 6, + "folderName": "CraftTweaker2-1.12-4.1.17.jar", + "fingerprint": 3018677521, + "fileDateHash": 2924736960, + "sectionID": 8, "individualFingerprints": [ - 1290884162 + 3018677521 ], "status": 1, - "timestamp": "2019-02-01T06:45:41.6579954Z", - "lastWriteTimeUtc": "2019-01-31T17:05:18.2770108Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-04-29T18:54:42.3642476Z", + "lastWriteTimeUtc": "2019-04-29T18:44:21.9616511Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 13792 + "fileSize": 1360499 }, { - "folderName": "BedBugs-1.12-1.0.1.jar.disabled", - "fingerprint": 3729142344, - "fileDateHash": 696329061, - "sectionID": 6, + "folderName": "TorchLever1.12.2-1.0.jar", + "fingerprint": 975482961, + "fileDateHash": 1712176558, + "sectionID": 8, "individualFingerprints": [ - 3729142344 + 975482961 ], "status": 1, - "timestamp": "2019-02-06T10:32:15.2470651Z", - "lastWriteTimeUtc": "2019-01-31T17:03:21.1199294Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "timestamp": "2019-04-29T18:54:48.746457Z", + "lastWriteTimeUtc": "2019-04-29T17:23:15.6560767Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 17363 + "fileSize": 16467 }, { - "folderName": "RealisticItemDrops-1.2.14.jar", - "fingerprint": 1656616189, - "fileDateHash": 3753654722, - "sectionID": 6, + "folderName": "artisanworktables-1.12.2-1.21.1.jar", + "fingerprint": 3413252512, + "fileDateHash": 1060321521, + "sectionID": 8, "individualFingerprints": [ - 1656616189 + 3413252512 ], - "status": 1, - "timestamp": "2019-02-01T06:45:48.1443883Z", - "lastWriteTimeUtc": "2019-01-31T17:07:42.8447108Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "status": 1, + "timestamp": "2019-04-29T18:54:39.093315Z", + "lastWriteTimeUtc": "2019-04-29T16:42:07.3845368Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 65733 + "fileSize": 1076222 }, { "folderName": "RebornCore-1.12.2-3.13.4.419-universal.jar", @@ -3731,129 +4122,129 @@ "status": 1, "timestamp": "2019-02-17T15:02:52.0388373Z", "lastWriteTimeUtc": "2019-02-15T14:36:21.8804975Z", - "queryTimestamp": "2019-04-29T18:54:51.2524443Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, "fileSize": 735142 }, { - "folderName": "DynamicTrees-1.12.2-0.9.5.jar.disabled", - "fingerprint": 3162549126, - "fileDateHash": 1094138510, - "sectionID": 8, + "folderName": "LoadingProfiler-MC1.12-1.3.jar", + "fingerprint": 1509490519, + "fileDateHash": 1267772429, + "sectionID": 6, "individualFingerprints": [ - 3162549126 + 1509490519 ], "status": 1, - "timestamp": "2019-04-29T18:54:42.4680524Z", - "lastWriteTimeUtc": "2019-04-29T18:44:07.8803291Z", - "queryTimestamp": "2019-04-29T18:54:51.2680704Z", + "timestamp": "2019-02-01T18:10:18.1298375Z", + "lastWriteTimeUtc": "2019-02-01T16:39:40.149803Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 786013 + "fileSize": 19127 }, { - "folderName": "simplylight-0.6.0.jar", - "fingerprint": 1016893363, - "fileDateHash": 817462309, - "sectionID": 6, + "folderName": "debugstick-1.1.jar", + "fingerprint": 108723583, + "fileDateHash": 1991308871, + "sectionID": 8, "individualFingerprints": [ - 1016893363 + 108723583 ], "status": 1, - "timestamp": "2019-02-01T10:17:52.2565813Z", - "lastWriteTimeUtc": "2019-02-01T09:58:00.0779177Z", - "queryTimestamp": "2019-04-29T18:54:51.2680704Z", + "timestamp": "2019-05-10T13:38:12.8414022Z", + "lastWriteTimeUtc": "2019-05-09T09:27:12.2740412Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 409952 + "fileSize": 11573 }, { - "folderName": "TeaStory-3.3.0-B27.205-1.12.2.jar", - "fingerprint": 837466503, - "fileDateHash": 1221456763, + "folderName": "mpbasic-1.12.2-1.4.10.jar", + "fingerprint": 1576894577, + "fileDateHash": 1175367654, "sectionID": 6, "individualFingerprints": [ - 837466503 + 1576894577 ], "status": 1, - "timestamp": "2019-02-05T23:55:17.3532834Z", - "lastWriteTimeUtc": "2019-02-05T14:11:32.4054919Z", - "queryTimestamp": "2019-04-29T18:54:51.2680704Z", + "timestamp": "2019-02-01T06:45:47.0380428Z", + "lastWriteTimeUtc": "2019-01-31T17:18:11.5344179Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 1182505 + "fileSize": 109016 }, { - "folderName": "NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar", - "fingerprint": 4281345704, - "fileDateHash": 1064665716, + "folderName": "Better Muffling-1.12.2-0.2.0-Beta.jar", + "fingerprint": 2817570900, + "fileDateHash": 1682033171, "sectionID": 6, "individualFingerprints": [ - 4281345704 + 2817570900 ], "status": 1, - "timestamp": "2019-02-01T10:17:51.4910103Z", - "lastWriteTimeUtc": "2019-02-01T08:46:17.5509619Z", - "queryTimestamp": "2019-04-29T18:54:51.2680704Z", + "timestamp": "2019-02-01T06:45:39.6631451Z", + "lastWriteTimeUtc": "2019-01-31T17:02:08.2310964Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 40598 + "fileSize": 206753 }, { - "folderName": "TorchLever-1.0.jar", - "fingerprint": 3065098801, - "fileDateHash": 1775329403, - "sectionID": 6, + "folderName": "CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar", + "fingerprint": 1339366238, + "fileDateHash": 387463042, + "sectionID": 8, "individualFingerprints": [ - 3065098801 + 1339366238 ], "status": 1, - "timestamp": "2019-02-01T11:49:15.9074168Z", - "lastWriteTimeUtc": "2019-02-01T11:35:03.2161045Z", - "queryTimestamp": "2019-04-29T18:54:51.2680704Z", + "timestamp": "2019-05-10T13:38:12.7164116Z", + "lastWriteTimeUtc": "2019-04-30T13:28:00.4662485Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 16393 + "fileSize": 90465 }, { - "folderName": "Triumph-1.12.2-3.17.0.jar", - "fingerprint": 3343147766, - "fileDateHash": 2045707578, + "folderName": "PedestalCrafting-1.12.2-1.0.2.jar", + "fingerprint": 3407687147, + "fileDateHash": 1534713087, "sectionID": 8, "individualFingerprints": [ - 3343147766 + 3407687147 ], "status": 1, - "timestamp": "2019-04-29T18:54:48.8518103Z", - "lastWriteTimeUtc": "2019-04-29T17:23:03.8128894Z", - "queryTimestamp": "2019-04-29T18:54:51.2680704Z", + "timestamp": "2019-05-10T13:38:14.2761469Z", + "lastWriteTimeUtc": "2019-05-05T11:03:28.0556335Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 328530 + "fileSize": 81427 }, { - "folderName": "notreepunching-2.0.13.jar", - "fingerprint": 140309917, - "fileDateHash": 2559373762, + "folderName": "weirdinggadget-1.12.2-2.1.16-universal.jar", + "fingerprint": 1349726620, + "fileDateHash": 3705787268, "sectionID": 8, "individualFingerprints": [ - 140309917 + 1349726620 ], "status": 1, - "timestamp": "2019-04-29T18:54:46.7028495Z", - "lastWriteTimeUtc": "2019-04-29T18:01:38.9212025Z", - "queryTimestamp": "2019-04-29T18:54:51.2680704Z", + "timestamp": "2019-05-10T13:38:14.9496072Z", + "lastWriteTimeUtc": "2019-05-09T11:36:25.6314763Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 2115765 + "fileSize": 181054 }, { - "folderName": "mpbasic-1.12.2-1.4.11.jar", - "fingerprint": 3536529576, - "fileDateHash": 289545369, - "sectionID": 8, + "folderName": "ChestTransporter-1.12.2-2.8.8.jar", + "fingerprint": 61699318, + "fileDateHash": 3262246533, + "sectionID": 6, "individualFingerprints": [ - 3536529576 + 61699318 ], "status": 1, - "timestamp": "2019-04-29T18:54:45.3392748Z", - "lastWriteTimeUtc": "2019-04-29T18:12:25.3134264Z", - "queryTimestamp": "2019-04-29T18:54:51.2680704Z", + "timestamp": "2019-02-01T06:45:41.5370657Z", + "lastWriteTimeUtc": "2019-01-31T17:05:44.5069626Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 108871 + "fileSize": 314060 }, { "folderName": "deuf-1.1-1.12.2.jar", @@ -3866,268 +4257,238 @@ "status": 1, "timestamp": "2019-02-01T18:10:17.4951999Z", "lastWriteTimeUtc": "2019-02-01T17:16:05.3164493Z", - "queryTimestamp": "2019-04-29T18:54:51.2680704Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, "fileSize": 6482 }, { - "folderName": "dttraverse-1.5.jar.disabled", - "fingerprint": 953006892, - "fileDateHash": 1142927149, - "sectionID": 6, + "folderName": "EndReborn II [0.3.0].jar", + "fingerprint": 4175145949, + "fileDateHash": 4217143692, + "sectionID": 8, "individualFingerprints": [ - 953006892 + 4175145949 ], "status": 1, - "timestamp": "2019-02-03T10:55:11.3665057Z", - "lastWriteTimeUtc": "2019-02-01T08:46:00.8638746Z", - "queryTimestamp": "2019-04-29T18:54:51.2680704Z", + "timestamp": "2019-04-29T18:54:42.4836601Z", + "lastWriteTimeUtc": "2019-04-29T18:43:50.0623106Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 70431 + "fileSize": 1950984 }, { - "folderName": "NaturesAura-r11.jar", - "fingerprint": 2307578390, - "fileDateHash": 3569914295, - "sectionID": 6, + "folderName": "TeaStory-3.3.1-B30.413-1.12.2.jar", + "fingerprint": 1075726000, + "fileDateHash": 741755607, + "sectionID": 8, "individualFingerprints": [ - 2307578390 + 1075726000 ], "status": 1, - "timestamp": "2019-02-17T15:02:51.446177Z", - "lastWriteTimeUtc": "2019-02-15T14:32:49.1856189Z", - "queryTimestamp": "2019-04-29T18:54:51.2680704Z", + "timestamp": "2019-04-29T18:54:47.9276653Z", + "lastWriteTimeUtc": "2019-04-29T17:26:25.2241243Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 636775 + "fileSize": 1186644 }, { - "folderName": "VillagerTrades-1.12-0.6.4.jar", - "fingerprint": 2221889737, - "fileDateHash": 2568605007, + "folderName": "UniDict-1.12.2-2.9.2.jar", + "fingerprint": 642651734, + "fileDateHash": 1568000141, "sectionID": 6, "individualFingerprints": [ - 2221889737 - ], - "status": 1, - "timestamp": "2019-02-01T11:29:25.8438845Z", - "lastWriteTimeUtc": "2019-02-01T11:27:53.8166666Z", - "queryTimestamp": "2019-04-29T18:54:51.2680704Z", - "fileCount": 1, - "fileSize": 78202 - }, - { - "folderName": "CookingForBlockheads_1.12.2-6.4.70.jar", - "fingerprint": 3801276902, - "fileDateHash": 1973680628, - "sectionID": 8, - "individualFingerprints": [ - 3801276902 + 642651734 ], "status": 1, - "timestamp": "2019-04-29T18:54:41.2788927Z", - "lastWriteTimeUtc": "2019-04-29T18:45:53.127348Z", - "queryTimestamp": "2019-04-29T18:54:51.2680704Z", + "timestamp": "2019-02-01T11:29:25.7689283Z", + "lastWriteTimeUtc": "2019-02-01T11:28:10.9937965Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 589828 + "fileSize": 192476 }, { - "folderName": "modtweaker-4.0.17.jar", - "fingerprint": 2501908090, - "fileDateHash": 1733698828, - "sectionID": 8, + "folderName": "BNBGamingLib-1.12.2-2.17.5.jar", + "fingerprint": 461739698, + "fileDateHash": 1386388142, + "sectionID": 6, "individualFingerprints": [ - 2501908090 + 461739698 ], "status": 1, - "timestamp": "2019-04-29T18:54:45.3232826Z", - "lastWriteTimeUtc": "2019-04-29T18:13:10.3965404Z", - "queryTimestamp": "2019-04-29T18:54:51.2680704Z", + "timestamp": "2019-02-17T15:02:51.1313762Z", + "lastWriteTimeUtc": "2019-02-15T14:28:57.3540721Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 447874 + "fileSize": 132746 }, { - "folderName": "StuffASockInIt-1.12.2-1.1.15.jar", - "fingerprint": 916499501, - "fileDateHash": 1320130331, + "folderName": "bonsaitrees-1.1.2-b144.jar", + "fingerprint": 4081230734, + "fileDateHash": 1033616689, "sectionID": 6, "individualFingerprints": [ - 916499501 + 4081230734 ], "status": 1, - "timestamp": "2019-02-01T11:29:25.6170154Z", - "lastWriteTimeUtc": "2019-02-01T10:41:36.6076206Z", - "queryTimestamp": "2019-04-29T18:54:51.2680704Z", + "timestamp": "2019-02-01T06:45:41.0153676Z", + "lastWriteTimeUtc": "2019-01-31T17:04:55.063476Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 11069 + "fileSize": 563280 }, { - "folderName": "FastWorkbench-1.12.2-1.7.0.jar", - "fingerprint": 3070851923, - "fileDateHash": 3839064885, - "sectionID": 8, + "folderName": "Cucumber-1.12.2-1.1.3.jar", + "fingerprint": 3550059760, + "fileDateHash": 1647101726, + "sectionID": 6, "individualFingerprints": [ - 3070851923 + 3550059760 ], "status": 1, - "timestamp": "2019-04-29T18:54:43.3525673Z", - "lastWriteTimeUtc": "2019-04-29T18:43:14.5505895Z", - "queryTimestamp": "2019-04-29T18:54:51.2680704Z", + "timestamp": "2019-02-01T06:45:42.7934032Z", + "lastWriteTimeUtc": "2019-01-31T17:26:03.3735761Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 26289 + "fileSize": 126699 }, { - "folderName": "BNBGamingLib-1.12.2-2.17.6.jar", - "fingerprint": 1245112832, - "fileDateHash": 1313990783, + "folderName": "StevesCarts-1.12.2-2.4.30.134.jar", + "fingerprint": 155893150, + "fileDateHash": 1826496127, "sectionID": 8, "individualFingerprints": [ - 1245112832 + 155893150 ], "status": 1, - "timestamp": "2019-04-29T18:54:40.327212Z", - "lastWriteTimeUtc": "2019-04-29T18:49:38.4558682Z", - "queryTimestamp": "2019-04-29T18:54:51.2680704Z", + "timestamp": "2019-04-29T18:54:47.8736967Z", + "lastWriteTimeUtc": "2019-04-29T17:27:31.9046683Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 132644 + "fileSize": 2475731 }, { - "folderName": "OpenModsLib-1.12.2-0.12.1.jar", - "fingerprint": 474439055, - "fileDateHash": 1478016236, + "folderName": "TickProfiler-1.12-0.0.7.jar", + "fingerprint": 3677198734, + "fileDateHash": 1936258757, "sectionID": 6, "individualFingerprints": [ - 474439055 - ], - "status": 1, - "timestamp": "2019-02-01T12:12:42.0987664Z", - "lastWriteTimeUtc": "2019-02-01T12:11:53.7667895Z", - "queryTimestamp": "2019-04-29T18:54:51.2680704Z", - "fileCount": 1, - "fileSize": 2639564 - }, - { - "folderName": "Charm-1.12.2-1.0.0-beta3.jar", - "fingerprint": 4044097454, - "fileDateHash": 3410057964, - "sectionID": 8, - "individualFingerprints": [ - 4044097454 + 3677198734 ], "status": 1, - "timestamp": "2019-04-29T18:54:40.5553086Z", - "lastWriteTimeUtc": "2019-04-29T18:54:17.5283384Z", - "queryTimestamp": "2019-04-29T18:54:51.2680704Z", + "timestamp": "2019-02-01T18:10:19.7059336Z", + "lastWriteTimeUtc": "2019-02-01T16:39:32.2113486Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 2225238 + "fileSize": 638924 }, { - "folderName": "customport-1.12.2-1.0.jar", - "fingerprint": 2568558243, - "fileDateHash": 100153175, + "folderName": "trumpetskeleton-1.12-1.0.2.1.jar", + "fingerprint": 892723166, + "fileDateHash": 1381570182, "sectionID": 6, "individualFingerprints": [ - 2568558243 + 892723166 ], "status": 1, - "timestamp": "2019-02-01T10:26:36.7613845Z", - "lastWriteTimeUtc": "2019-02-01T10:21:11.2245992Z", - "queryTimestamp": "2019-04-29T18:54:51.2680704Z", + "timestamp": "2019-02-01T11:49:16.061328Z", + "lastWriteTimeUtc": "2019-02-01T11:30:26.6475691Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 11936 + "fileSize": 42657 }, { - "folderName": "Auraddons-1.7.2-NAr14.jar", - "fingerprint": 2496128817, - "fileDateHash": 3450656063, + "folderName": "FastWorkbench-1.12.2-1.7.1.jar", + "fingerprint": 3941866452, + "fileDateHash": 1320311146, "sectionID": 8, "individualFingerprints": [ - 2496128817 + 3941866452 ], "status": 1, - "timestamp": "2019-04-29T18:54:39.6498781Z", - "lastWriteTimeUtc": "2019-04-29T16:46:32.1710952Z", - "queryTimestamp": "2019-04-29T18:54:51.2680704Z", + "timestamp": "2019-05-10T13:38:13.1816158Z", + "lastWriteTimeUtc": "2019-05-10T12:50:14.6173635Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 148063 + "fileSize": 26307 }, { - "folderName": "ServerTabInfo-1.12.2-1.2.4.jar", - "fingerprint": 4124133158, - "fileDateHash": 790993637, + "folderName": "OpenBlocks-1.12.2-1.8.1.jar", + "fingerprint": 778518540, + "fileDateHash": 2706080642, "sectionID": 8, "individualFingerprints": [ - 4124133158 + 778518540 ], "status": 1, - "timestamp": "2019-04-29T18:54:47.7455559Z", - "lastWriteTimeUtc": "2019-04-29T17:30:29.2196534Z", - "queryTimestamp": "2019-04-29T18:54:51.2680704Z", + "timestamp": "2019-04-29T18:54:46.8660676Z", + "lastWriteTimeUtc": "2019-04-29T17:59:52.4367307Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 53620 + "fileSize": 3217616 }, { - "folderName": "simplemagnet-1.12.2-1.3.12.jar", - "fingerprint": 4110920807, - "fileDateHash": 2907206102, - "sectionID": 8, + "folderName": "Clumps-3.1.2.jar", + "fingerprint": 1290884162, + "fileDateHash": 797194566, + "sectionID": 6, "individualFingerprints": [ - 4110920807 + 1290884162 ], "status": 1, - "timestamp": "2019-04-29T18:54:47.8736967Z", - "lastWriteTimeUtc": "2019-04-29T17:28:43.3294005Z", - "queryTimestamp": "2019-04-29T18:54:51.2680704Z", + "timestamp": "2019-02-01T06:45:41.6579954Z", + "lastWriteTimeUtc": "2019-01-31T17:05:18.2770108Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 42038 + "fileSize": 13792 }, { - "folderName": "coroutil-1.12.1-1.2.27.jar", - "fingerprint": 1477814809, - "fileDateHash": 1739565588, + "folderName": "despawningspawners-1.12-1.2.0-2.jar", + "fingerprint": 2610269385, + "fileDateHash": 877024094, "sectionID": 6, "individualFingerprints": [ - 1477814809 + 2610269385 ], "status": 1, - "timestamp": "2019-02-05T23:55:17.2053694Z", - "lastWriteTimeUtc": "2019-02-05T14:10:59.1010437Z", - "queryTimestamp": "2019-04-29T18:54:51.2680704Z", + "timestamp": "2019-02-01T10:17:50.4915824Z", + "lastWriteTimeUtc": "2019-02-01T10:12:02.9881697Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 2305965 + "fileSize": 12389 }, { - "folderName": "bitcoin-1.12.2-1.1.0.jar", - "fingerprint": 2770989147, - "fileDateHash": 4199363679, - "sectionID": 6, + "folderName": "PipeMaster-1.0.2-b8.jar", + "fingerprint": 843970653, + "fileDateHash": 3596768145, + "sectionID": 8, "individualFingerprints": [ - 2770989147 + 843970653 ], "status": 1, - "timestamp": "2019-02-01T06:45:40.7914937Z", - "lastWriteTimeUtc": "2019-01-31T17:04:03.5137643Z", - "queryTimestamp": "2019-04-29T18:54:51.2680704Z", + "timestamp": "2019-05-10T13:38:14.395873Z", + "lastWriteTimeUtc": "2019-05-09T11:36:30.3327942Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 32280 + "fileSize": 137226 }, { - "folderName": "ImmersiveFloofs-1.12.2-1.0.0.jar", - "fingerprint": 1044524559, - "fileDateHash": 2166438710, + "folderName": "weather2-1.12.1-2.6.12.jar", + "fingerprint": 943059266, + "fileDateHash": 2372870067, "sectionID": 6, "individualFingerprints": [ - 1044524559 + 943059266 ], "status": 1, - "timestamp": "2019-02-01T06:45:45.059107Z", - "lastWriteTimeUtc": "2019-01-31T17:32:24.5629586Z", - "queryTimestamp": "2019-04-29T18:54:51.2680704Z", + "timestamp": "2019-02-01T11:29:25.9578209Z", + "lastWriteTimeUtc": "2019-02-01T11:26:10.6785922Z", + "queryTimestamp": "2019-05-10T13:38:18.6077597Z", "fileCount": 1, - "fileSize": 14126 + "fileSize": 4550732 } ], "isValid": true, - "lastPreviousMatchUpdate": "2019-04-29T19:46:57.4019432Z", + "lastPreviousMatchUpdate": "2019-05-10T13:38:21.9464453Z", "isEnabled": true, "isPinned": false, "gameVersion": "1.12.2", @@ -4204,7 +4565,7 @@ "dateInstalled": "2019-01-31T17:28:20.647128Z", "dateUpdated": "2019-04-29T16:36:32.523042Z", "dateLastUpdateAttempted": "2019-04-29T16:36:32.523042Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -4349,6 +4710,84 @@ "manifestName": null, "installedTargets": null }, + { + "addonID": 251767, + "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", + "installedFile": { + "id": 2553465, + "displayName": "Waddles-1.12.2-0.6.0.jar", + "fileName": "Waddles-1.12.2-0.6.0.jar", + "fileDate": "2018-04-20T13:07:36.617Z", + "fileLength": 234934, + "releaseType": 1, + "fileStatus": 4, + "downloadUrl": "https://edge.forgecdn.net/files/2553/465/Waddles-1.12.2-0.6.0.jar", + "isAlternate": false, + "alternateFileId": 0, + "dependencies": [], + "isAvailable": true, + "modules": [ + { + "foldername": "META-INF", + "fingerprint": 910992577, + "type": 3 + }, + { + "foldername": "com", + "fingerprint": 603578769, + "type": 3 + }, + { + "foldername": "assets", + "fingerprint": 316379540, + "type": 3 + }, + { + "foldername": "mcmod.info", + "fingerprint": 777882461, + "type": 3 + } + ], + "packageFingerprint": 1177925110, + "gameVersion": [ + "1.12.2" + ], + "sortableGameVersion": [ + { + "gameVersionPadded": "0000000001.0000000012.0000000002", + "gameVersion": "1.12.2", + "gameVersionReleaseDate": "2017-09-18T05:00:00Z", + "gameVersionName": "1.12.2" + } + ], + "hasInstallScript": false, + "isCompatibleWithClient": false, + "categorySectionPackageType": 6, + "restrictProjectFileAccess": 1, + "projectStatus": 4, + "renderCacheId": 1373438, + "projectId": 251767, + "packageFingerprintId": 236840495, + "gameVersionDateReleased": "2017-09-18T05:00:00Z", + "gameVersionMappingId": 1568697, + "gameVersionId": 6756, + "gameId": 432, + "FileNameOnDisk": "Waddles-1.12.2-0.6.0.jar" + }, + "dateInstalled": "2019-05-10T13:38:20.6884688Z", + "dateUpdated": "2018-05-10T13:38:20.6884688Z", + "dateLastUpdateAttempted": "0001-01-01T00:00:00", + "status": 5, + "preferenceAutoInstallUpdates": false, + "preferenceAlternateFile": false, + "preferenceIsIgnored": false, + "isModified": false, + "isWorkingCopy": false, + "isFuzzyMatch": false, + "preferenceReleaseType": null, + "manifestName": null, + "installedTargets": [] + }, { "addonID": 291874, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", @@ -4489,7 +4928,7 @@ "dateInstalled": "2019-04-29T19:09:41.1700317Z", "dateUpdated": "2019-04-29T19:09:41.1730305Z", "dateLastUpdateAttempted": "2019-04-29T19:09:41.1730305Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -4565,7 +5004,7 @@ "dateInstalled": "2019-01-31T16:54:28.2747403Z", "dateUpdated": "2019-04-29T18:49:59.7331635Z", "dateLastUpdateAttempted": "2019-04-29T18:49:59.7331635Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -4635,7 +5074,7 @@ "dateInstalled": "2019-02-01T10:05:58.744868Z", "dateUpdated": "2019-04-29T17:30:24.1309223Z", "dateLastUpdateAttempted": "2019-04-29T17:30:24.1309223Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -4712,7 +5151,7 @@ "dateInstalled": "2019-02-01T11:44:59.0898722Z", "dateUpdated": "2019-04-29T18:13:15.4820554Z", "dateLastUpdateAttempted": "2019-04-29T18:13:15.4820554Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -4880,6 +5319,96 @@ "manifestName": null, "installedTargets": null }, + { + "addonID": 225604, + "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", + "installedFile": { + "id": 2489566, + "displayName": "InGameInfoXML-1.12.2-2.8.2.94-universal.jar", + "fileName": "InGameInfoXML-1.12.2-2.8.2.94-universal.jar", + "fileDate": "2017-10-11T08:54:23.48Z", + "fileLength": 315455, + "releaseType": 1, + "fileStatus": 4, + "downloadUrl": "https://edge.forgecdn.net/files/2489/566/InGameInfoXML-1.12.2-2.8.2.94-universal.jar", + "isAlternate": false, + "alternateFileId": 2489567, + "dependencies": [ + { + "id": 12611656, + "addonId": 225605, + "type": 3, + "fileId": 2489566 + } + ], + "isAvailable": true, + "modules": [ + { + "foldername": "META-INF", + "fingerprint": 1699968289, + "type": 3 + }, + { + "foldername": "com", + "fingerprint": 2479653748, + "type": 3 + }, + { + "foldername": "assets", + "fingerprint": 4065674418, + "type": 3 + }, + { + "foldername": "mcmod.info", + "fingerprint": 1052969402, + "type": 3 + }, + { + "foldername": "pack.mcmeta", + "fingerprint": 1382556037, + "type": 3 + } + ], + "packageFingerprint": 1323756321, + "gameVersion": [ + "1.12.2" + ], + "sortableGameVersion": [ + { + "gameVersionPadded": "0000000001.0000000012.0000000002", + "gameVersion": "1.12.2", + "gameVersionReleaseDate": "2017-09-18T05:00:00Z", + "gameVersionName": "1.12.2" + } + ], + "hasInstallScript": false, + "isCompatibleWithClient": true, + "categorySectionPackageType": 6, + "restrictProjectFileAccess": 1, + "projectStatus": 4, + "renderCacheId": 412366, + "projectId": 225604, + "packageFingerprintId": 205474774, + "gameVersionDateReleased": "2008-03-01T06:00:00Z", + "gameVersionMappingId": 1454522, + "gameVersionId": 4458, + "gameId": 432, + "FileNameOnDisk": "InGameInfoXML-1.12.2-2.8.2.94-universal.jar" + }, + "dateInstalled": "2019-05-10T13:38:20.6884688Z", + "dateUpdated": "2018-05-10T13:38:20.6884688Z", + "dateLastUpdateAttempted": "0001-01-01T00:00:00", + "status": 5, + "preferenceAutoInstallUpdates": false, + "preferenceAlternateFile": false, + "preferenceIsIgnored": false, + "isModified": false, + "isWorkingCopy": false, + "isFuzzyMatch": false, + "preferenceReleaseType": null, + "manifestName": null, + "installedTargets": [] + }, { "addonID": 301356, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", @@ -5017,6 +5546,89 @@ "manifestName": null, "installedTargets": null }, + { + "addonID": 225605, + "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", + "installedFile": { + "id": 2489549, + "displayName": "LunatriusCore-1.12.2-1.2.0.42-universal.jar", + "fileName": "LunatriusCore-1.12.2-1.2.0.42-universal.jar", + "fileDate": "2017-10-11T07:40:08.403Z", + "fileLength": 76753, + "releaseType": 1, + "fileStatus": 4, + "downloadUrl": "https://edge.forgecdn.net/files/2489/549/LunatriusCore-1.12.2-1.2.0.42-universal.jar", + "isAlternate": false, + "alternateFileId": 2489550, + "dependencies": [], + "isAvailable": true, + "modules": [ + { + "foldername": "META-INF", + "fingerprint": 2510888000, + "type": 3 + }, + { + "foldername": "com", + "fingerprint": 19076286, + "type": 3 + }, + { + "foldername": "assets", + "fingerprint": 337329185, + "type": 3 + }, + { + "foldername": "mcmod.info", + "fingerprint": 1508196263, + "type": 3 + }, + { + "foldername": "pack.mcmeta", + "fingerprint": 1714927463, + "type": 3 + } + ], + "packageFingerprint": 1145034958, + "gameVersion": [ + "1.12.2" + ], + "sortableGameVersion": [ + { + "gameVersionPadded": "0000000001.0000000012.0000000002", + "gameVersion": "1.12.2", + "gameVersionReleaseDate": "2017-09-18T05:00:00Z", + "gameVersionName": "1.12.2" + } + ], + "hasInstallScript": false, + "isCompatibleWithClient": true, + "categorySectionPackageType": 6, + "restrictProjectFileAccess": 1, + "projectStatus": 4, + "renderCacheId": 411477, + "projectId": 225605, + "packageFingerprintId": 205472898, + "gameVersionDateReleased": "2008-03-01T06:00:00Z", + "gameVersionMappingId": 1454486, + "gameVersionId": 4458, + "gameId": 432, + "FileNameOnDisk": "LunatriusCore-1.12.2-1.2.0.42-universal.jar" + }, + "dateInstalled": "2019-05-10T13:38:20.6884688Z", + "dateUpdated": "2018-05-10T13:38:20.6884688Z", + "dateLastUpdateAttempted": "0001-01-01T00:00:00", + "status": 5, + "preferenceAutoInstallUpdates": false, + "preferenceAlternateFile": false, + "preferenceIsIgnored": false, + "isModified": false, + "isWorkingCopy": false, + "isFuzzyMatch": false, + "preferenceReleaseType": null, + "manifestName": null, + "installedTargets": [] + }, { "addonID": 257356, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", @@ -5055,51 +5667,144 @@ "modules": [ { "foldername": "META-INF", - "fingerprint": 3884108096, - "type": 0 + "fingerprint": 3884108096, + "type": 0 + }, + { + "foldername": "mcjty", + "fingerprint": 568705640, + "type": 0 + }, + { + "foldername": "mcmod.info", + "fingerprint": 1241914228, + "type": 0 + }, + { + "foldername": "pack.mcmeta", + "fingerprint": 1002355645, + "type": 0 + } + ], + "packageFingerprint": 3548405406, + "gameVersion": [ + "1.12.2" + ], + "hasInstallScript": false, + "isCompatibleWithClient": false, + "categorySectionPackageType": 0, + "restrictProjectFileAccess": 0, + "projectStatus": 0, + "projectId": 0, + "gameId": 0, + "FileNameOnDisk": "incontrol-1.12-3.9.7.jar.disabled" + }, + "dateInstalled": "2019-01-31T17:25:21.9700688Z", + "dateUpdated": "2019-04-29T18:27:43.3240832Z", + "dateLastUpdateAttempted": "2019-04-29T18:27:43.3240832Z", + "status": 5, + "preferenceAutoInstallUpdates": false, + "preferenceAlternateFile": false, + "preferenceIsIgnored": false, + "isModified": true, + "isWorkingCopy": false, + "isFuzzyMatch": false, + "preferenceReleaseType": null, + "manifestName": null, + "installedTargets": null + }, + { + "addonID": 225608, + "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", + "installedFile": { + "id": 2655056, + "displayName": "WorldEdit 6.1.10 (For MC 1.12.2)", + "fileName": "worldedit-forge-mc1.12.2-6.1.10-SNAPSHOT-dist.jar", + "fileDate": "2019-01-02T03:35:29.11Z", + "fileLength": 1479104, + "releaseType": 1, + "fileStatus": 4, + "downloadUrl": "https://edge.forgecdn.net/files/2655/56/worldedit-forge-mc1.12.2-6.1.10-SNAPSHOT-dist.jar", + "isAlternate": false, + "alternateFileId": 0, + "dependencies": [], + "isAvailable": true, + "modules": [ + { + "foldername": "META-INF", + "fingerprint": 4250328058, + "type": 3 }, { - "foldername": "mcjty", - "fingerprint": 568705640, - "type": 0 + "foldername": "com", + "fingerprint": 1057938381, + "type": 3 + }, + { + "foldername": "assets", + "fingerprint": 1834172738, + "type": 3 + }, + { + "foldername": "defaults", + "fingerprint": 3361350141, + "type": 3 }, { "foldername": "mcmod.info", - "fingerprint": 1241914228, - "type": 0 + "fingerprint": 1360980690, + "type": 3 }, { - "foldername": "pack.mcmeta", - "fingerprint": 1002355645, - "type": 0 + "foldername": "dummyThing", + "fingerprint": 79582461, + "type": 3 + }, + { + "foldername": "net", + "fingerprint": 1800938105, + "type": 3 } ], - "packageFingerprint": 3548405406, + "packageFingerprint": 2926074011, "gameVersion": [ "1.12.2" ], + "sortableGameVersion": [ + { + "gameVersionPadded": "0000000001.0000000012.0000000002", + "gameVersion": "1.12.2", + "gameVersionReleaseDate": "2017-09-18T05:00:00Z", + "gameVersionName": "1.12.2" + } + ], "hasInstallScript": false, "isCompatibleWithClient": false, - "categorySectionPackageType": 0, - "restrictProjectFileAccess": 0, - "projectStatus": 0, - "projectId": 0, - "gameId": 0, - "FileNameOnDisk": "incontrol-1.12-3.9.7.jar.disabled" + "categorySectionPackageType": 6, + "restrictProjectFileAccess": 1, + "projectStatus": 4, + "renderCacheId": 1492379, + "projectId": 225608, + "packageFingerprintId": 283937060, + "gameVersionDateReleased": "2017-09-18T05:00:00Z", + "gameVersionMappingId": 1725307, + "gameVersionId": 6756, + "gameId": 432, + "FileNameOnDisk": "worldedit-forge-mc1.12.2-6.1.10-SNAPSHOT-dist.jar" }, - "dateInstalled": "2019-01-31T17:25:21.9700688Z", - "dateUpdated": "2019-04-29T18:27:43.3240832Z", - "dateLastUpdateAttempted": "2019-04-29T18:27:43.3240832Z", - "status": 4, + "dateInstalled": "2019-05-10T13:38:20.6884688Z", + "dateUpdated": "2018-05-10T13:38:20.6884688Z", + "dateLastUpdateAttempted": "0001-01-01T00:00:00", + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, - "isModified": true, + "isModified": false, "isWorkingCopy": false, "isFuzzyMatch": false, "preferenceReleaseType": null, "manifestName": null, - "installedTargets": null + "installedTargets": [] }, { "addonID": 253462, @@ -5169,7 +5874,7 @@ "dateInstalled": "2019-01-31T17:13:59.4736859Z", "dateUpdated": "2019-04-29T17:27:31.9376495Z", "dateLastUpdateAttempted": "2019-04-29T17:27:31.9376495Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -5559,7 +6264,7 @@ "dateInstalled": "2019-02-01T11:57:37.5834585Z", "dateUpdated": "2019-04-29T17:26:26.1096182Z", "dateLastUpdateAttempted": "2019-04-29T17:26:26.1096182Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -5629,7 +6334,7 @@ "dateInstalled": "2019-02-01T11:35:03.2161045Z", "dateUpdated": "2019-04-29T17:23:15.7810186Z", "dateLastUpdateAttempted": "2019-04-29T17:23:15.7810186Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -6072,7 +6777,7 @@ "dateInstalled": "2019-01-31T17:13:57.3678935Z", "dateUpdated": "2019-04-29T17:39:01.8085785Z", "dateLastUpdateAttempted": "2019-04-29T17:39:01.8085785Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -7005,7 +7710,7 @@ "dateInstalled": "2019-02-01T10:42:26.9223621Z", "dateUpdated": "2019-04-29T18:49:38.705171Z", "dateLastUpdateAttempted": "2019-04-29T18:49:38.705171Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -7020,67 +7725,81 @@ "addonID": 300331, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2616164, - "fileName": "simplylight-0.6.0.jar", - "fileDate": "2018-09-12T12:47:49.167", - "fileLength": 409952, + "id": 2707745, + "displayName": "simplylight-0.7.0.jar", + "fileName": "simplylight-0.7.0.jar", + "fileDate": "2019-05-05T22:48:35.623Z", + "fileLength": 413307, "releaseType": 1, - "fileStatus": 2, - "downloadUrl": "https://files.forgecdn.net/files/2616/164/simplylight-0.6.0.jar", + "fileStatus": 4, + "downloadUrl": "https://edge.forgecdn.net/files/2707/745/simplylight-0.7.0.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [ { - "id": 0, + "id": 25937752, "addonId": 248453, - "type": 1, - "fileId": 0 + "type": 3, + "fileId": 2707745 } ], "isAvailable": true, "modules": [ { "foldername": "META-INF", - "fingerprint": 0, - "type": 0 + "fingerprint": 2359969477, + "type": 3 }, { "foldername": "com", - "fingerprint": 0, - "type": 0 + "fingerprint": 3458408213, + "type": 3 }, { "foldername": "assets", - "fingerprint": 0, - "type": 0 + "fingerprint": 2045362670, + "type": 3 }, { "foldername": "mcmod.info", - "fingerprint": 0, - "type": 0 + "fingerprint": 1677150911, + "type": 3 }, { "foldername": "pack.mcmeta", - "fingerprint": 0, - "type": 0 + "fingerprint": 698403945, + "type": 3 } ], - "packageFingerprint": 1016893363, + "packageFingerprint": 2241225852, "gameVersion": [ "1.12.2" ], + "sortableGameVersion": [ + { + "gameVersionPadded": "0000000001.0000000012.0000000002", + "gameVersion": "1.12.2", + "gameVersionReleaseDate": "2017-09-18T05:00:00Z", + "gameVersionName": "1.12.2" + } + ], "hasInstallScript": false, "isCompatibleWithClient": false, - "categorySectionPackageType": 0, - "restrictProjectFileAccess": 0, - "projectStatus": 0, - "projectId": 0, - "gameId": 0, - "FileNameOnDisk": "simplylight-0.6.0.jar" + "categorySectionPackageType": 6, + "restrictProjectFileAccess": 1, + "projectStatus": 4, + "renderCacheId": 1555666, + "projectId": 300331, + "packageFingerprintId": 313597934, + "gameVersionDateReleased": "2017-09-18T05:00:00Z", + "gameVersionMappingId": 1806401, + "gameVersionId": 6756, + "gameId": 432, + "FileNameOnDisk": "simplylight-0.7.0.jar" }, - "dateInstalled": "2019-02-01T09:58:00.0779177Z", - "dateUpdated": "2019-02-01T09:58:00.085914Z", - "dateLastUpdateAttempted": "2019-02-01T09:58:00.085914Z", + "dateInstalled": "2019-05-10T13:38:20.6884688Z", + "dateUpdated": "2018-05-10T13:38:20.6884688Z", + "dateLastUpdateAttempted": "0001-01-01T00:00:00", "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -7090,7 +7809,7 @@ "isFuzzyMatch": false, "preferenceReleaseType": null, "manifestName": null, - "installedTargets": null + "installedTargets": [] }, { "addonID": 264684, @@ -7598,7 +8317,7 @@ "dateInstalled": "2019-01-31T17:25:09.2750901Z", "dateUpdated": "2019-04-29T17:56:07.1021518Z", "dateLastUpdateAttempted": "2019-04-29T17:56:07.1021518Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -7774,7 +8493,7 @@ "dateInstalled": "2019-02-01T12:09:27.9621245Z", "dateUpdated": "2019-04-29T17:19:30.8459106Z", "dateLastUpdateAttempted": "2019-04-29T17:19:30.8459106Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -7967,7 +8686,7 @@ "dateInstalled": "2019-02-01T12:12:44.9581582Z", "dateUpdated": "2019-04-29T18:50:03.4963959Z", "dateLastUpdateAttempted": "2019-04-29T18:50:03.4963959Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -8157,7 +8876,7 @@ "dateInstalled": "2019-02-01T17:01:59.3782974Z", "dateUpdated": "2019-04-29T17:18:40.1412208Z", "dateLastUpdateAttempted": "2019-04-29T17:18:40.1412208Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -8168,6 +8887,110 @@ "manifestName": null, "installedTargets": null }, + { + "addonID": 229084, + "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", + "installedFile": { + "id": 2684033, + "displayName": "PortalGun-1.12.2-7.1.0.jar", + "fileName": "PortalGun-1.12.2-7.1.0.jar", + "fileDate": "2019-03-06T16:16:37.053Z", + "fileLength": 1717073, + "releaseType": 1, + "fileStatus": 4, + "downloadUrl": "https://edge.forgecdn.net/files/2684/33/PortalGun-1.12.2-7.1.0.jar", + "isAlternate": false, + "alternateFileId": 0, + "dependencies": [ + { + "id": 24189361, + "addonId": 229060, + "type": 3, + "fileId": 2684033 + } + ], + "isAvailable": true, + "modules": [ + { + "foldername": "META-INF", + "fingerprint": 1114128094, + "type": 3 + }, + { + "foldername": "assets", + "fingerprint": 1888163514, + "type": 3 + }, + { + "foldername": "mcmod.info", + "fingerprint": 334588912, + "type": 3 + }, + { + "foldername": "me", + "fingerprint": 1512242472, + "type": 3 + }, + { + "foldername": "pack.mcmeta", + "fingerprint": 3732371316, + "type": 3 + } + ], + "packageFingerprint": 1773313034, + "gameVersion": [ + "1.12", + "1.12.1", + "1.12.2" + ], + "sortableGameVersion": [ + { + "gameVersionPadded": "0000000001.0000000012", + "gameVersion": "1.12", + "gameVersionReleaseDate": "2017-06-07T05:00:00Z", + "gameVersionName": "1.12" + }, + { + "gameVersionPadded": "0000000001.0000000012.0000000001", + "gameVersion": "1.12.1", + "gameVersionReleaseDate": "2017-08-03T05:00:00Z", + "gameVersionName": "1.12.1" + }, + { + "gameVersionPadded": "0000000001.0000000012.0000000002", + "gameVersion": "1.12.2", + "gameVersionReleaseDate": "2017-09-18T05:00:00Z", + "gameVersionName": "1.12.2" + } + ], + "hasInstallScript": false, + "isCompatibleWithClient": false, + "categorySectionPackageType": 6, + "restrictProjectFileAccess": 1, + "projectStatus": 4, + "renderCacheId": 1527730, + "projectId": 229084, + "packageFingerprintId": 298749774, + "gameVersionDateReleased": "2008-03-01T06:00:00Z", + "gameVersionMappingId": 1767367, + "gameVersionId": 4458, + "gameId": 432, + "FileNameOnDisk": "PortalGun-1.12.2-7.1.0.jar" + }, + "dateInstalled": "2019-05-10T13:38:20.6884688Z", + "dateUpdated": "2018-05-10T13:38:20.6884688Z", + "dateLastUpdateAttempted": "0001-01-01T00:00:00", + "status": 5, + "preferenceAutoInstallUpdates": false, + "preferenceAlternateFile": false, + "preferenceIsIgnored": false, + "isModified": false, + "isWorkingCopy": false, + "isFuzzyMatch": false, + "preferenceReleaseType": null, + "manifestName": null, + "installedTargets": [] + }, { "addonID": 297038, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", @@ -8227,7 +9050,7 @@ "dateInstalled": "2019-02-01T11:40:52.1048474Z", "dateUpdated": "2019-04-29T18:45:07.2904223Z", "dateLastUpdateAttempted": "2019-04-29T18:45:07.2904223Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -8491,7 +9314,7 @@ "dateInstalled": "2019-04-29T19:35:14.7983601Z", "dateUpdated": "2019-04-29T19:35:14.8023581Z", "dateLastUpdateAttempted": "2019-04-29T19:35:14.8023581Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -8502,6 +9325,89 @@ "manifestName": null, "installedTargets": null }, + { + "addonID": 309862, + "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", + "installedFile": { + "id": 2706375, + "displayName": "Apathetic Mobs 1.4.1: Server-based Player Whitelist", + "fileName": "apatheticmobs-1.4.1.jar", + "fileDate": "2019-05-02T16:07:19.343Z", + "fileLength": 34189, + "releaseType": 1, + "fileStatus": 4, + "downloadUrl": "https://edge.forgecdn.net/files/2706/375/apatheticmobs-1.4.1.jar", + "isAlternate": false, + "alternateFileId": 0, + "dependencies": [], + "isAvailable": true, + "modules": [ + { + "foldername": "META-INF", + "fingerprint": 1301485548, + "type": 3 + }, + { + "foldername": "whizzball1", + "fingerprint": 532273980, + "type": 3 + }, + { + "foldername": "mcmod.info", + "fingerprint": 2369712706, + "type": 3 + }, + { + "foldername": "assets", + "fingerprint": 1609278610, + "type": 3 + }, + { + "foldername": "pack.mcmeta", + "fingerprint": 3273911401, + "type": 3 + } + ], + "packageFingerprint": 2397479866, + "gameVersion": [ + "1.12.2" + ], + "sortableGameVersion": [ + { + "gameVersionPadded": "0000000001.0000000012.0000000002", + "gameVersion": "1.12.2", + "gameVersionReleaseDate": "2017-09-18T05:00:00Z", + "gameVersionName": "1.12.2" + } + ], + "hasInstallScript": false, + "isCompatibleWithClient": false, + "categorySectionPackageType": 6, + "restrictProjectFileAccess": 1, + "projectStatus": 4, + "renderCacheId": 1554025, + "projectId": 309862, + "packageFingerprintId": 312560293, + "gameVersionDateReleased": "2017-09-18T05:00:00Z", + "gameVersionMappingId": 1803902, + "gameVersionId": 6756, + "gameId": 432, + "FileNameOnDisk": "apatheticmobs-1.4.1.jar" + }, + "dateInstalled": "2019-05-10T13:38:20.6884688Z", + "dateUpdated": "2018-05-10T13:38:20.6884688Z", + "dateLastUpdateAttempted": "0001-01-01T00:00:00", + "status": 5, + "preferenceAutoInstallUpdates": false, + "preferenceAlternateFile": false, + "preferenceIsIgnored": false, + "isModified": false, + "isWorkingCopy": false, + "isFuzzyMatch": false, + "preferenceReleaseType": null, + "manifestName": null, + "installedTargets": [] + }, { "addonID": 291484, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", @@ -8768,72 +9674,8 @@ "addonId": 242818, "type": 1, "fileId": 0 - } - ], - "isAvailable": true, - "modules": [ - { - "foldername": "META-INF", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "assets", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "cofh", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "mcmod.info", - "fingerprint": 0, - "type": 0 - } - ], - "packageFingerprint": 2440492480, - "gameVersion": [ - "1.12.2" - ], - "hasInstallScript": false, - "isCompatibleWithClient": false, - "categorySectionPackageType": 0, - "restrictProjectFileAccess": 0, - "projectStatus": 0, - "projectId": 0, - "gameId": 0, - "FileNameOnDisk": "ThermalDynamics-1.12.2-2.5.4.18-universal.jar" - }, - "dateInstalled": "2019-02-01T11:39:13.4303514Z", - "dateUpdated": "2019-02-05T14:11:55.2498877Z", - "dateLastUpdateAttempted": "2019-02-05T14:11:55.2498877Z", - "status": 5, - "preferenceAutoInstallUpdates": false, - "preferenceAlternateFile": false, - "preferenceIsIgnored": false, - "isModified": false, - "isWorkingCopy": false, - "isFuzzyMatch": false, - "preferenceReleaseType": null, - "manifestName": null, - "installedTargets": null - }, - { - "addonID": 230233, - "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", - "installedFile": { - "id": 2482684, - "fileName": "v1.0.14 (MC 1.12.2)", - "fileDate": "2017-09-22T00:30:42.287", - "fileLength": 24268, - "releaseType": 1, - "fileStatus": 1, - "downloadUrl": "https://files.forgecdn.net/files/2482/684/TickrateChanger-1.0.14.jar", - "isAlternate": false, - "alternateFileId": 0, - "dependencies": [], + } + ], "isAvailable": true, "modules": [ { @@ -8842,22 +9684,22 @@ "type": 0 }, { - "foldername": "me", + "foldername": "assets", "fingerprint": 0, "type": 0 }, { - "foldername": "mcmod.info", + "foldername": "cofh", "fingerprint": 0, "type": 0 }, { - "foldername": "assets", + "foldername": "mcmod.info", "fingerprint": 0, "type": 0 } ], - "packageFingerprint": 4108064359, + "packageFingerprint": 2440492480, "gameVersion": [ "1.12.2" ], @@ -8868,11 +9710,11 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "TickrateChanger-1.0.14.jar" + "FileNameOnDisk": "ThermalDynamics-1.12.2-2.5.4.18-universal.jar" }, - "dateInstalled": "2019-02-01T12:23:25.9921226Z", - "dateUpdated": "2019-02-01T12:23:25.997117Z", - "dateLastUpdateAttempted": "2019-02-01T12:23:25.997117Z", + "dateInstalled": "2019-02-01T11:39:13.4303514Z", + "dateUpdated": "2019-02-05T14:11:55.2498877Z", + "dateLastUpdateAttempted": "2019-02-05T14:11:55.2498877Z", "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -9033,7 +9875,7 @@ "dateInstalled": "2019-02-03T09:07:05.3818256Z", "dateUpdated": "2019-04-29T16:46:32.3559717Z", "dateLastUpdateAttempted": "2019-04-29T16:46:32.3559717Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -9178,14 +10020,14 @@ "addonID": 318255, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2698698, - "displayName": "Phosphor 0.2.2", - "fileName": "phosphor-1.12.2-0.2.2+build43-universal.jar", - "fileDate": "2019-04-13T17:15:54.58Z", - "fileLength": 1081692, + "id": 2707000, + "displayName": "Phosphor 0.2.4", + "fileName": "phosphor-1.12.2-0.2.4+build46-universal.jar", + "fileDate": "2019-05-04T04:46:27.02Z", + "fileLength": 1034715, "releaseType": 2, "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/2698/698/phosphor-1.12.2-0.2.2+build43-universal.jar", + "downloadUrl": "https://edge.forgecdn.net/files/2707/0/phosphor-1.12.2-0.2.4+build46-universal.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -9193,7 +10035,7 @@ "modules": [ { "foldername": "META-INF", - "fingerprint": 3813647367, + "fingerprint": 1381763908, "type": 0 }, { @@ -9203,17 +10045,17 @@ }, { "foldername": "mcmod.info", - "fingerprint": 2097425041, + "fingerprint": 2917904287, "type": 0 }, { "foldername": "me", - "fingerprint": 268218111, + "fingerprint": 35657734, "type": 0 }, { "foldername": "mixins.phosphor.json", - "fingerprint": 3974546558, + "fingerprint": 2781907940, "type": 0 }, { @@ -9227,7 +10069,7 @@ "type": 0 } ], - "packageFingerprint": 2631073448, + "packageFingerprint": 2986701063, "gameVersion": [ "1.12.2" ], @@ -9238,11 +10080,11 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "phosphor-1.12.2-0.2.2+build43-universal.jar" + "FileNameOnDisk": "phosphor-1.12.2-0.2.4+build46-universal.jar" }, "dateInstalled": "2019-04-29T19:54:58.883926Z", - "dateUpdated": "2019-04-29T19:54:58.883926Z", - "dateLastUpdateAttempted": "2019-04-29T19:54:58.883926Z", + "dateUpdated": "2019-05-10T13:05:24.9788919Z", + "dateLastUpdateAttempted": "2019-05-10T13:05:24.9788919Z", "status": 4, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -9376,7 +10218,7 @@ "dateInstalled": "2019-04-29T19:42:17.5829442Z", "dateUpdated": "2019-04-29T19:42:17.5829442Z", "dateLastUpdateAttempted": "2019-04-29T19:42:17.5829442Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -9446,7 +10288,7 @@ "dateInstalled": "2019-01-31T17:15:43.1969607Z", "dateUpdated": "2019-04-29T17:38:03.1138026Z", "dateLastUpdateAttempted": "2019-04-29T17:38:03.1138026Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -9540,12 +10382,13 @@ "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { "id": 2661859, - "fileName": "CraftStudioAPI-1.0.1.95-mc1.12-alpha.jar", - "fileDate": "2019-01-18T22:14:22.807", + "displayName": "CraftStudioAPI-1.0.1.95-mc1.12-alpha.jar", + "fileName": "CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar", + "fileDate": "2019-01-18T22:14:22.807Z", "fileLength": 90465, "releaseType": 2, - "fileStatus": 2, - "downloadUrl": "https://files.forgecdn.net/files/2661/859/CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar", + "fileStatus": 4, + "downloadUrl": "https://edge.forgecdn.net/files/2661/859/CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -9553,38 +10396,63 @@ "modules": [ { "foldername": "META-INF", - "fingerprint": 0, - "type": 0 + "fingerprint": 2314640535, + "type": 3 }, { "foldername": "com", - "fingerprint": 0, - "type": 0 + "fingerprint": 1777442019, + "type": 3 }, { "foldername": "mcmod.info", - "fingerprint": 0, - "type": 0 + "fingerprint": 4196766581, + "type": 3 } ], "packageFingerprint": 1339366238, "gameVersion": [ "1.12", - "1.12.2", - "1.12.1" + "1.12.1", + "1.12.2" + ], + "sortableGameVersion": [ + { + "gameVersionPadded": "0000000001.0000000012", + "gameVersion": "1.12", + "gameVersionReleaseDate": "2017-06-07T05:00:00Z", + "gameVersionName": "1.12" + }, + { + "gameVersionPadded": "0000000001.0000000012.0000000001", + "gameVersion": "1.12.1", + "gameVersionReleaseDate": "2017-08-03T05:00:00Z", + "gameVersionName": "1.12.1" + }, + { + "gameVersionPadded": "0000000001.0000000012.0000000002", + "gameVersion": "1.12.2", + "gameVersionReleaseDate": "2017-09-18T05:00:00Z", + "gameVersionName": "1.12.2" + } ], "hasInstallScript": false, "isCompatibleWithClient": false, - "categorySectionPackageType": 0, - "restrictProjectFileAccess": 0, - "projectStatus": 0, - "projectId": 0, - "gameId": 0, + "categorySectionPackageType": 6, + "restrictProjectFileAccess": 1, + "projectStatus": 4, + "renderCacheId": 1500604, + "projectId": 268704, + "packageFingerprintId": 287474434, + "gameVersionDateReleased": "2008-03-01T06:00:00Z", + "gameVersionMappingId": 1735936, + "gameVersionId": 4458, + "gameId": 432, "FileNameOnDisk": "CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar" }, - "dateInstalled": "2019-01-31T16:50:57.4200983Z", - "dateUpdated": "2019-01-31T16:50:57.4200983Z", - "dateLastUpdateAttempted": "2019-01-31T16:50:57.4200983Z", + "dateInstalled": "2019-05-10T13:38:20.6884688Z", + "dateUpdated": "2018-05-10T13:38:20.6884688Z", + "dateLastUpdateAttempted": "0001-01-01T00:00:00", "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -9594,7 +10462,7 @@ "isFuzzyMatch": false, "preferenceReleaseType": null, "manifestName": null, - "installedTargets": null + "installedTargets": [] }, { "addonID": 302128, @@ -9821,7 +10689,7 @@ "dateInstalled": "2019-01-31T17:28:56.4854641Z", "dateUpdated": "2019-04-29T18:27:37.787248Z", "dateLastUpdateAttempted": "2019-04-29T18:27:37.787248Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -10022,7 +10890,7 @@ "dateInstalled": "2019-01-31T16:49:49.1986993Z", "dateUpdated": "2019-04-29T18:44:21.9929Z", "dateLastUpdateAttempted": "2019-04-29T18:44:21.9929Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -10092,7 +10960,7 @@ "dateInstalled": "2019-02-01T12:11:38.2466876Z", "dateUpdated": "2019-04-29T17:59:11.9538772Z", "dateLastUpdateAttempted": "2019-04-29T17:59:11.9538772Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -10164,7 +11032,7 @@ "dateInstalled": "2019-01-31T17:18:11.5344179Z", "dateUpdated": "2019-04-29T18:12:25.5359795Z", "dateLastUpdateAttempted": "2019-04-29T18:12:25.5359795Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -10300,7 +11168,7 @@ "dateInstalled": "2019-04-29T19:34:57.6070391Z", "dateUpdated": "2019-04-29T19:34:57.6110393Z", "dateLastUpdateAttempted": "2019-04-29T19:34:57.6110393Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -10453,14 +11321,14 @@ "addonID": 318872, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2704444, - "displayName": "Charm-1.12.2-1.0.0-beta3.jar", - "fileName": "Charm-1.12.2-1.0.0-beta3.jar", - "fileDate": "2019-04-27T19:50:32.767Z", - "fileLength": 2225238, - "releaseType": 2, + "id": 2708457, + "displayName": "Charm-1.12.2-1.0.1.jar", + "fileName": "Charm-1.12.2-1.0.1.jar", + "fileDate": "2019-05-08T00:31:12.897Z", + "fileLength": 2227965, + "releaseType": 1, "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/2704/444/Charm-1.12.2-1.0.0-beta3.jar", + "downloadUrl": "https://edge.forgecdn.net/files/2708/457/Charm-1.12.2-1.0.1.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -10468,26 +11336,26 @@ "modules": [ { "foldername": "META-INF", - "fingerprint": 509005290, + "fingerprint": 1994433259, "type": 0 }, { "foldername": "svenhjol", - "fingerprint": 1986408670, + "fingerprint": 1567144075, "type": 0 }, { - "foldername": "assets", - "fingerprint": 147719127, + "foldername": "mcmod.info", + "fingerprint": 3476332062, "type": 0 }, { - "foldername": "mcmod.info", - "fingerprint": 83896483, + "foldername": "assets", + "fingerprint": 1469907397, "type": 0 } ], - "packageFingerprint": 4044097454, + "packageFingerprint": 3899517270, "gameVersion": [ "1.12.2" ], @@ -10498,11 +11366,11 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "Charm-1.12.2-1.0.0-beta3.jar" + "FileNameOnDisk": "Charm-1.12.2-1.0.1.jar" }, "dateInstalled": "2019-04-29T18:54:17.5439116Z", - "dateUpdated": "2019-04-29T18:54:17.5439116Z", - "dateLastUpdateAttempted": "2019-04-29T18:54:17.5439116Z", + "dateUpdated": "2019-05-10T12:17:11.0044007Z", + "dateLastUpdateAttempted": "2019-05-10T12:17:11.0044007Z", "status": 4, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -10515,23 +11383,23 @@ "installedTargets": null }, { - "addonID": 266515, + "addonID": 243121, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2699878, - "displayName": "industrialforegoing-1.12.2-1.12.12-236.jar", - "fileName": "industrialforegoing-1.12.2-1.12.12-236.jar", - "fileDate": "2019-04-16T10:23:41.82Z", - "fileLength": 1600649, - "releaseType": 2, + "id": 2708706, + "displayName": "Quark-r1.5-150.jar", + "fileName": "Quark-r1.5-150.jar", + "fileDate": "2019-05-08T19:48:33.69Z", + "fileLength": 2247323, + "releaseType": 1, "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/2699/878/industrialforegoing-1.12.2-1.12.12-236.jar", + "downloadUrl": "https://edge.forgecdn.net/files/2708/706/Quark-r1.5-150.jar", "isAlternate": false, - "alternateFileId": 2699879, + "alternateFileId": 0, "dependencies": [ { "id": 0, - "addonId": 254602, + "addonId": 250363, "type": 3, "fileId": 0 } @@ -10540,26 +11408,31 @@ "modules": [ { "foldername": "META-INF", - "fingerprint": 4239508943, + "fingerprint": 3157077576, "type": 0 }, { - "foldername": "com", - "fingerprint": 4158996743, + "foldername": "vazkii", + "fingerprint": 2348889257, + "type": 0 + }, + { + "foldername": "assets", + "fingerprint": 2042399171, "type": 0 }, { "foldername": "mcmod.info", - "fingerprint": 2074628858, + "fingerprint": 975418288, "type": 0 }, { - "foldername": "assets", - "fingerprint": 3422462830, + "foldername": "proxypack.mcmeta", + "fingerprint": 3313685099, "type": 0 } ], - "packageFingerprint": 2991823641, + "packageFingerprint": 1957043902, "gameVersion": [ "1.12.2" ], @@ -10570,11 +11443,11 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "industrialforegoing-1.12.2-1.12.12-236.jar" + "FileNameOnDisk": "Quark-r1.5-150.jar" }, - "dateInstalled": "2019-01-31T17:22:50.8351383Z", - "dateUpdated": "2019-04-29T18:26:56.8365424Z", - "dateLastUpdateAttempted": "2019-04-29T18:26:56.8365424Z", + "dateInstalled": "2019-01-31T17:06:12.9396825Z", + "dateUpdated": "2019-05-10T13:14:23.525928Z", + "dateLastUpdateAttempted": "2019-05-10T13:14:23.525928Z", "status": 4, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -10587,23 +11460,23 @@ "installedTargets": null }, { - "addonID": 243121, + "addonID": 266515, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2704894, - "displayName": "Quark-r1.5-148.jar", - "fileName": "Quark-r1.5-148.jar", - "fileDate": "2019-04-28T20:06:52.153Z", - "fileLength": 2225899, - "releaseType": 1, + "id": 2699878, + "displayName": "industrialforegoing-1.12.2-1.12.12-236.jar", + "fileName": "industrialforegoing-1.12.2-1.12.12-236.jar", + "fileDate": "2019-04-16T10:23:41.82Z", + "fileLength": 1600649, + "releaseType": 2, "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/2704/894/Quark-r1.5-148.jar", + "downloadUrl": "https://edge.forgecdn.net/files/2699/878/industrialforegoing-1.12.2-1.12.12-236.jar", "isAlternate": false, - "alternateFileId": 0, + "alternateFileId": 2699879, "dependencies": [ { "id": 0, - "addonId": 250363, + "addonId": 254602, "type": 3, "fileId": 0 } @@ -10612,31 +11485,26 @@ "modules": [ { "foldername": "META-INF", - "fingerprint": 2292791237, - "type": 0 - }, - { - "foldername": "vazkii", - "fingerprint": 1125129526, + "fingerprint": 4239508943, "type": 0 }, { - "foldername": "assets", - "fingerprint": 1400790648, + "foldername": "com", + "fingerprint": 4158996743, "type": 0 }, { "foldername": "mcmod.info", - "fingerprint": 2401216999, + "fingerprint": 2074628858, "type": 0 }, { - "foldername": "proxypack.mcmeta", - "fingerprint": 3313685099, + "foldername": "assets", + "fingerprint": 3422462830, "type": 0 } ], - "packageFingerprint": 4290714922, + "packageFingerprint": 2991823641, "gameVersion": [ "1.12.2" ], @@ -10647,12 +11515,12 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "Quark-r1.5-148.jar" + "FileNameOnDisk": "industrialforegoing-1.12.2-1.12.12-236.jar" }, - "dateInstalled": "2019-01-31T17:06:12.9396825Z", - "dateUpdated": "2019-04-29T17:41:50.3011446Z", - "dateLastUpdateAttempted": "2019-04-29T17:41:50.3011446Z", - "status": 4, + "dateInstalled": "2019-01-31T17:22:50.8351383Z", + "dateUpdated": "2019-04-29T18:26:56.8365424Z", + "dateLastUpdateAttempted": "2019-04-29T18:26:56.8365424Z", + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -10664,17 +11532,16 @@ "installedTargets": null }, { - "addonID": 250363, + "addonID": 266516, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2704893, - "displayName": "AutoRegLib-1.3-28.jar", - "fileName": "AutoRegLib-1.3-28.jar", - "fileDate": "2019-04-28T20:04:00.483Z", - "fileLength": 105468, - "releaseType": 1, - "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/2704/893/AutoRegLib-1.3-28.jar", + "id": 2576105, + "fileName": "customstuff4-1.12.2-0.5.3.jar", + "fileDate": "2018-06-24T17:35:16.78", + "fileLength": 469935, + "releaseType": 3, + "fileStatus": 2, + "downloadUrl": "https://files.forgecdn.net/files/2576/105/customstuff4-1.12.2-0.5.3.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -10682,28 +11549,30 @@ "modules": [ { "foldername": "META-INF", - "fingerprint": 3752877443, + "fingerprint": 0, "type": 0 }, { - "foldername": "vazkii", - "fingerprint": 170378918, + "foldername": "cubex2", + "fingerprint": 0, "type": 0 }, { "foldername": "assets", - "fingerprint": 1346084177, + "fingerprint": 0, "type": 0 }, { "foldername": "mcmod.info", - "fingerprint": 1867470365, + "fingerprint": 0, "type": 0 } ], - "packageFingerprint": 2030432368, + "packageFingerprint": 2124961907, "gameVersion": [ - "1.12.2" + "1.12.2", + "1.12", + "1.12.1" ], "hasInstallScript": false, "isCompatibleWithClient": false, @@ -10712,12 +11581,12 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "AutoRegLib-1.3-28.jar" + "FileNameOnDisk": "customstuff4-1.12.2-0.5.3.jar" }, - "dateInstalled": "2019-01-31T17:06:12.1071404Z", - "dateUpdated": "2019-04-29T16:55:09.2694396Z", - "dateLastUpdateAttempted": "2019-04-29T16:55:09.2694396Z", - "status": 4, + "dateInstalled": "2019-02-01T10:26:40.184486Z", + "dateUpdated": "2018-02-01T10:26:40.184486Z", + "dateLastUpdateAttempted": "0001-01-01T00:00:00", + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -10729,16 +11598,17 @@ "installedTargets": null }, { - "addonID": 266516, + "addonID": 250363, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2576105, - "fileName": "customstuff4-1.12.2-0.5.3.jar", - "fileDate": "2018-06-24T17:35:16.78", - "fileLength": 469935, - "releaseType": 3, - "fileStatus": 2, - "downloadUrl": "https://files.forgecdn.net/files/2576/105/customstuff4-1.12.2-0.5.3.jar", + "id": 2704893, + "displayName": "AutoRegLib-1.3-28.jar", + "fileName": "AutoRegLib-1.3-28.jar", + "fileDate": "2019-04-28T20:04:00.483Z", + "fileLength": 105468, + "releaseType": 1, + "fileStatus": 4, + "downloadUrl": "https://edge.forgecdn.net/files/2704/893/AutoRegLib-1.3-28.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -10746,30 +11616,28 @@ "modules": [ { "foldername": "META-INF", - "fingerprint": 0, + "fingerprint": 3752877443, "type": 0 }, { - "foldername": "cubex2", - "fingerprint": 0, + "foldername": "vazkii", + "fingerprint": 170378918, "type": 0 }, { "foldername": "assets", - "fingerprint": 0, + "fingerprint": 1346084177, "type": 0 }, { "foldername": "mcmod.info", - "fingerprint": 0, + "fingerprint": 1867470365, "type": 0 } ], - "packageFingerprint": 2124961907, + "packageFingerprint": 2030432368, "gameVersion": [ - "1.12.2", - "1.12", - "1.12.1" + "1.12.2" ], "hasInstallScript": false, "isCompatibleWithClient": false, @@ -10778,11 +11646,11 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "customstuff4-1.12.2-0.5.3.jar" + "FileNameOnDisk": "AutoRegLib-1.3-28.jar" }, - "dateInstalled": "2019-02-01T10:26:40.184486Z", - "dateUpdated": "2018-02-01T10:26:40.184486Z", - "dateLastUpdateAttempted": "0001-01-01T00:00:00", + "dateInstalled": "2019-01-31T17:06:12.1071404Z", + "dateUpdated": "2019-04-29T16:55:09.2694396Z", + "dateLastUpdateAttempted": "2019-04-29T16:55:09.2694396Z", "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -10865,14 +11733,14 @@ "addonID": 313866, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2705261, - "displayName": "engineersdecor-1.12.2-1.0.4-b7.jar", - "fileName": "engineersdecor-1.12.2-1.0.4-b7.jar", - "fileDate": "2019-04-29T17:12:13.813Z", - "fileLength": 398581, + "id": 2708936, + "displayName": "engineersdecor-1.12.2-1.0.5-b1.jar", + "fileName": "engineersdecor-1.12.2-1.0.5-b1.jar", + "fileDate": "2019-05-09T15:23:33.153Z", + "fileLength": 463544, "releaseType": 2, "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/2705/261/engineersdecor-1.12.2-1.0.4-b7.jar", + "downloadUrl": "https://edge.forgecdn.net/files/2708/936/engineersdecor-1.12.2-1.0.5-b1.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [ @@ -10887,17 +11755,22 @@ "modules": [ { "foldername": "META-INF", - "fingerprint": 1452167647, + "fingerprint": 2811650453, "type": 0 }, { "foldername": "assets", - "fingerprint": 1633146570, + "fingerprint": 956119656, + "type": 0 + }, + { + "foldername": "blusunrize", + "fingerprint": 3716988195, "type": 0 }, { "foldername": "mcmod.info", - "fingerprint": 3710639740, + "fingerprint": 2276330776, "type": 0 }, { @@ -10907,11 +11780,11 @@ }, { "foldername": "wile", - "fingerprint": 4222313784, + "fingerprint": 3223757259, "type": 0 } ], - "packageFingerprint": 1791924794, + "packageFingerprint": 3315565948, "gameVersion": [ "1.12.2" ], @@ -10922,11 +11795,11 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "engineersdecor-1.12.2-1.0.4-b7.jar" + "FileNameOnDisk": "engineersdecor-1.12.2-1.0.5-b1.jar" }, "dateInstalled": "2019-04-29T19:12:06.6879757Z", - "dateUpdated": "2019-04-29T19:12:06.6879757Z", - "dateLastUpdateAttempted": "2019-04-29T19:12:06.6879757Z", + "dateUpdated": "2019-05-10T12:25:00.1931842Z", + "dateLastUpdateAttempted": "2019-05-10T12:25:00.1931842Z", "status": 4, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -11023,7 +11896,7 @@ "dateInstalled": "2019-02-01T11:46:33.0678343Z", "dateUpdated": "2019-04-29T18:08:15.1910118Z", "dateLastUpdateAttempted": "2019-04-29T18:08:15.1910118Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -11038,26 +11911,26 @@ "addonID": 233105, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2704409, - "displayName": "McJtyLib - 1.12-3.5.0", - "fileName": "mcjtylib-1.12-3.5.0.jar", - "fileDate": "2019-04-27T18:21:50.123Z", - "fileLength": 541575, + "id": 2708318, + "displayName": "McJtyLib - 1.12-3.5.2", + "fileName": "mcjtylib-1.12-3.5.2.jar", + "fileDate": "2019-05-07T18:19:04.837Z", + "fileLength": 543094, "releaseType": 1, "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/2704/409/mcjtylib-1.12-3.5.0.jar", + "downloadUrl": "https://edge.forgecdn.net/files/2708/318/mcjtylib-1.12-3.5.2.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [ { "id": 0, - "addonId": 270789, + "addonId": 245211, "type": 2, "fileId": 0 }, { "id": 0, - "addonId": 245211, + "addonId": 270789, "type": 2, "fileId": 0 } @@ -11066,17 +11939,17 @@ "modules": [ { "foldername": "META-INF", - "fingerprint": 1483560276, + "fingerprint": 1595472614, "type": 0 }, { "foldername": "mcjty", - "fingerprint": 3789055709, + "fingerprint": 1422153667, "type": 0 }, { "foldername": "mcmod.info", - "fingerprint": 69971097, + "fingerprint": 3247388801, "type": 0 }, { @@ -11085,7 +11958,7 @@ "type": 0 } ], - "packageFingerprint": 78774774, + "packageFingerprint": 3633965879, "gameVersion": [ "1.12.2" ], @@ -11096,11 +11969,11 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "mcjtylib-1.12-3.5.0.jar" + "FileNameOnDisk": "mcjtylib-1.12-3.5.2.jar" }, "dateInstalled": "2019-02-03T10:58:05.6599267Z", - "dateUpdated": "2019-04-29T18:15:47.4583701Z", - "dateLastUpdateAttempted": "2019-04-29T18:15:47.4583701Z", + "dateUpdated": "2019-05-10T12:55:22.4407917Z", + "dateLastUpdateAttempted": "2019-05-10T12:55:22.4407917Z", "status": 4, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -11113,16 +11986,16 @@ "installedTargets": null }, { - "addonID": 296604, + "addonID": 284350, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2655869, - "fileName": "dttraverse-1.5.jar", - "fileDate": "2019-01-04T00:34:22.843", - "fileLength": 70431, + "id": 2662251, + "fileName": "athenaeum-1.12.2-1.16.0.jar", + "fileDate": "2019-01-19T18:55:57.067", + "fileLength": 206554, "releaseType": 2, "fileStatus": 2, - "downloadUrl": "https://files.forgecdn.net/files/2655/869/dttraverse-1.5.jar", + "downloadUrl": "https://files.forgecdn.net/files/2662/251/athenaeum-1.12.2-1.16.0.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -11134,7 +12007,7 @@ "type": 0 }, { - "foldername": "dttraverse", + "foldername": "com", "fingerprint": 0, "type": 0 }, @@ -11154,7 +12027,7 @@ "type": 0 } ], - "packageFingerprint": 953006892, + "packageFingerprint": 3118707492, "gameVersion": [ "1.12.2" ], @@ -11165,16 +12038,16 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "dttraverse-1.5.jar.disabled" + "FileNameOnDisk": "athenaeum-1.12.2-1.16.0.jar" }, - "dateInstalled": "2019-02-01T08:46:00.8638746Z", - "dateUpdated": "2019-02-01T08:46:00.8678766Z", - "dateLastUpdateAttempted": "2019-02-01T08:46:00.8678766Z", + "dateInstalled": "2019-02-08T18:09:12.8311668Z", + "dateUpdated": "2019-02-08T18:09:12.8361626Z", + "dateLastUpdateAttempted": "2019-02-08T18:09:12.8361626Z", "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, - "isModified": true, + "isModified": false, "isWorkingCopy": false, "isFuzzyMatch": false, "preferenceReleaseType": null, @@ -11182,16 +12055,16 @@ "installedTargets": null }, { - "addonID": 284350, + "addonID": 296604, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", - "installedFile": { - "id": 2662251, - "fileName": "athenaeum-1.12.2-1.16.0.jar", - "fileDate": "2019-01-19T18:55:57.067", - "fileLength": 206554, + "installedFile": { + "id": 2655869, + "fileName": "dttraverse-1.5.jar", + "fileDate": "2019-01-04T00:34:22.843", + "fileLength": 70431, "releaseType": 2, "fileStatus": 2, - "downloadUrl": "https://files.forgecdn.net/files/2662/251/athenaeum-1.12.2-1.16.0.jar", + "downloadUrl": "https://files.forgecdn.net/files/2655/869/dttraverse-1.5.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -11203,7 +12076,7 @@ "type": 0 }, { - "foldername": "com", + "foldername": "dttraverse", "fingerprint": 0, "type": 0 }, @@ -11223,7 +12096,7 @@ "type": 0 } ], - "packageFingerprint": 3118707492, + "packageFingerprint": 953006892, "gameVersion": [ "1.12.2" ], @@ -11234,16 +12107,16 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "athenaeum-1.12.2-1.16.0.jar" + "FileNameOnDisk": "dttraverse-1.5.jar.disabled" }, - "dateInstalled": "2019-02-08T18:09:12.8311668Z", - "dateUpdated": "2019-02-08T18:09:12.8361626Z", - "dateLastUpdateAttempted": "2019-02-08T18:09:12.8361626Z", + "dateInstalled": "2019-02-01T08:46:00.8638746Z", + "dateUpdated": "2019-02-01T08:46:00.8678766Z", + "dateLastUpdateAttempted": "2019-02-01T08:46:00.8678766Z", "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, - "isModified": false, + "isModified": true, "isWorkingCopy": false, "isFuzzyMatch": false, "preferenceReleaseType": null, @@ -11321,7 +12194,7 @@ "dateInstalled": "2019-02-08T18:09:15.1472841Z", "dateUpdated": "2019-04-29T16:42:08.0212838Z", "dateLastUpdateAttempted": "2019-04-29T16:42:08.0212838Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -11535,7 +12408,7 @@ "dateInstalled": "2019-02-01T10:42:28.5264549Z", "dateUpdated": "2019-04-29T18:49:42.8989804Z", "dateLastUpdateAttempted": "2019-04-29T18:49:42.8989804Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -11550,14 +12423,14 @@ "addonID": 224218, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2699496, - "displayName": "compactmachines3-1.12.2-3.0.17-b267.jar", - "fileName": "compactmachines3-1.12.2-3.0.17-b267.jar", - "fileDate": "2019-04-15T12:45:36.36Z", - "fileLength": 651474, + "id": 2707509, + "displayName": "compactmachines3-1.12.2-3.0.18-b278.jar", + "fileName": "compactmachines3-1.12.2-3.0.18-b278.jar", + "fileDate": "2019-05-05T13:17:27.99Z", + "fileLength": 730062, "releaseType": 2, "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/2699/496/compactmachines3-1.12.2-3.0.17-b267.jar", + "downloadUrl": "https://edge.forgecdn.net/files/2707/509/compactmachines3-1.12.2-3.0.18-b278.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -11565,22 +12438,22 @@ "modules": [ { "foldername": "META-INF", - "fingerprint": 1371388095, + "fingerprint": 2616997696, "type": 0 }, { "foldername": "org", - "fingerprint": 209288719, + "fingerprint": 2301521069, "type": 0 }, { "foldername": "assets", - "fingerprint": 125607658, + "fingerprint": 4180937795, "type": 0 }, { "foldername": "mcmod.info", - "fingerprint": 711131079, + "fingerprint": 2594948111, "type": 0 }, { @@ -11589,7 +12462,7 @@ "type": 0 } ], - "packageFingerprint": 924572449, + "packageFingerprint": 2656999452, "gameVersion": [ "1.12", "1.12.1", @@ -11602,11 +12475,11 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "compactmachines3-1.12.2-3.0.17-b267.jar" + "FileNameOnDisk": "compactmachines3-1.12.2-3.0.18-b278.jar" }, "dateInstalled": "2019-02-01T10:44:56.1597675Z", - "dateUpdated": "2019-04-29T18:49:27.3812341Z", - "dateLastUpdateAttempted": "2019-04-29T18:49:27.3812341Z", + "dateUpdated": "2019-05-10T12:22:37.3242448Z", + "dateLastUpdateAttempted": "2019-05-10T12:22:37.3242448Z", "status": 4, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -11619,16 +12492,16 @@ "installedTargets": null }, { - "addonID": 226447, + "addonID": 250398, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2477566, - "fileName": "ResourceLoader-MC1.12.1-1.5.3.jar", - "fileDate": "2017-09-08T21:46:12.243", - "fileLength": 16612, + "id": 2522248, + "fileName": "Controlling-3.0.6", + "fileDate": "2018-01-20T15:47:57.317", + "fileLength": 26034, "releaseType": 1, "fileStatus": 1, - "downloadUrl": "https://files.forgecdn.net/files/2477/566/ResourceLoader-MC1.12.1-1.5.3.jar", + "downloadUrl": "https://files.forgecdn.net/files/2522/248/Controlling-3.0.6.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -11640,7 +12513,12 @@ "type": 0 }, { - "foldername": "lumien", + "foldername": "us", + "fingerprint": 0, + "type": 0 + }, + { + "foldername": "assets", "fingerprint": 0, "type": 0 }, @@ -11650,11 +12528,11 @@ "type": 0 } ], - "packageFingerprint": 699442863, + "packageFingerprint": 2220369187, "gameVersion": [ - "1.12.2", "1.12", - "1.12.1" + "1.12.1", + "1.12.2" ], "hasInstallScript": false, "isCompatibleWithClient": false, @@ -11663,11 +12541,11 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "ResourceLoader-MC1.12.1-1.5.3.jar" + "FileNameOnDisk": "Controlling-3.0.6.jar" }, - "dateInstalled": "2019-02-01T07:29:55.3580504Z", - "dateUpdated": "2019-02-01T07:29:55.3630475Z", - "dateLastUpdateAttempted": "2019-02-01T07:29:55.3630475Z", + "dateInstalled": "2019-01-31T17:25:05.058981Z", + "dateUpdated": "2019-01-31T17:25:05.0649785Z", + "dateLastUpdateAttempted": "2019-01-31T17:25:05.0649785Z", "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -11680,16 +12558,16 @@ "installedTargets": null }, { - "addonID": 250398, + "addonID": 226447, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2522248, - "fileName": "Controlling-3.0.6", - "fileDate": "2018-01-20T15:47:57.317", - "fileLength": 26034, + "id": 2477566, + "fileName": "ResourceLoader-MC1.12.1-1.5.3.jar", + "fileDate": "2017-09-08T21:46:12.243", + "fileLength": 16612, "releaseType": 1, "fileStatus": 1, - "downloadUrl": "https://files.forgecdn.net/files/2522/248/Controlling-3.0.6.jar", + "downloadUrl": "https://files.forgecdn.net/files/2477/566/ResourceLoader-MC1.12.1-1.5.3.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -11701,12 +12579,7 @@ "type": 0 }, { - "foldername": "us", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "assets", + "foldername": "lumien", "fingerprint": 0, "type": 0 }, @@ -11716,11 +12589,11 @@ "type": 0 } ], - "packageFingerprint": 2220369187, + "packageFingerprint": 699442863, "gameVersion": [ + "1.12.2", "1.12", - "1.12.1", - "1.12.2" + "1.12.1" ], "hasInstallScript": false, "isCompatibleWithClient": false, @@ -11729,11 +12602,11 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "Controlling-3.0.6.jar" + "FileNameOnDisk": "ResourceLoader-MC1.12.1-1.5.3.jar" }, - "dateInstalled": "2019-01-31T17:25:05.058981Z", - "dateUpdated": "2019-01-31T17:25:05.0649785Z", - "dateLastUpdateAttempted": "2019-01-31T17:25:05.0649785Z", + "dateInstalled": "2019-02-01T07:29:55.3580504Z", + "dateUpdated": "2019-02-01T07:29:55.3630475Z", + "dateLastUpdateAttempted": "2019-02-01T07:29:55.3630475Z", "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -12009,7 +12882,7 @@ "dateInstalled": "2019-02-01T16:31:31.680444Z", "dateUpdated": "2019-04-29T17:38:09.2019202Z", "dateLastUpdateAttempted": "2019-04-29T17:38:09.2019202Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -12094,80 +12967,6 @@ "manifestName": null, "installedTargets": null }, - { - "addonID": 283283, - "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", - "installedFile": { - "id": 2644720, - "fileName": "0.4.0", - "fileDate": "2018-12-06T08:12:58.68", - "fileLength": 491705, - "releaseType": 2, - "fileStatus": 2, - "downloadUrl": "https://files.forgecdn.net/files/2644/720/CosmicLib-1.12.2-0.4.0.BETA.jar", - "isAlternate": false, - "alternateFileId": 0, - "dependencies": [], - "isAvailable": true, - "modules": [ - { - "foldername": "META-INF", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "assets", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "com", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "dummyThing", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "mcmod.info", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "pack.mcmeta", - "fingerprint": 0, - "type": 0 - } - ], - "packageFingerprint": 4202739697, - "gameVersion": [ - "1.12.2" - ], - "hasInstallScript": false, - "isCompatibleWithClient": false, - "categorySectionPackageType": 0, - "restrictProjectFileAccess": 0, - "projectStatus": 0, - "projectId": 0, - "gameId": 0, - "FileNameOnDisk": "CosmicLib-1.12.2-0.4.0.BETA.jar" - }, - "dateInstalled": "2019-02-01T12:23:27.8909596Z", - "dateUpdated": "2019-02-01T12:23:27.896971Z", - "dateLastUpdateAttempted": "2019-02-01T12:23:27.896971Z", - "status": 5, - "preferenceAutoInstallUpdates": false, - "preferenceAlternateFile": false, - "preferenceIsIgnored": false, - "isModified": false, - "isWorkingCopy": false, - "isFuzzyMatch": false, - "preferenceReleaseType": null, - "manifestName": null, - "installedTargets": null - }, { "addonID": 231484, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", @@ -12247,7 +13046,7 @@ "dateInstalled": "2019-01-31T17:24:31.726888Z", "dateUpdated": "2019-04-29T18:45:53.8541405Z", "dateLastUpdateAttempted": "2019-04-29T18:45:53.8541405Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -12319,7 +13118,7 @@ "dateInstalled": "2019-02-01T11:07:44.8296466Z", "dateUpdated": "2019-04-29T17:22:59.4455576Z", "dateLastUpdateAttempted": "2019-04-29T17:22:59.4455576Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -12331,24 +13130,23 @@ "installedTargets": null }, { - "addonID": 253211, + "addonID": 268250, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2684561, - "displayName": "MTLib-3.0.6", - "fileName": "MTLib-3.0.6.jar", - "fileDate": "2019-03-07T23:02:28.413Z", - "fileLength": 30002, + "id": 2544919, + "fileName": "immersivepetroleum-1.12.2-1.1.9.jar", + "fileDate": "2018-03-25T17:36:20.13", + "fileLength": 906018, "releaseType": 1, - "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/2684/561/MTLib-3.0.6.jar", + "fileStatus": 2, + "downloadUrl": "https://files.forgecdn.net/files/2544/919/immersivepetroleum-1.12.2-1.1.9.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [ { "id": 0, - "addonId": 239197, - "type": 3, + "addonId": 231951, + "type": 1, "fileId": 0 } ], @@ -12356,21 +13154,31 @@ "modules": [ { "foldername": "META-INF", - "fingerprint": 3365396811, + "fingerprint": 0, "type": 0 }, { - "foldername": "com", - "fingerprint": 2697108139, + "foldername": "flaxbeard", + "fingerprint": 0, + "type": 0 + }, + { + "foldername": "assets", + "fingerprint": 0, "type": 0 }, { "foldername": "mcmod.info", - "fingerprint": 2935607937, + "fingerprint": 0, + "type": 0 + }, + { + "foldername": "pack.mcmeta", + "fingerprint": 0, "type": 0 } ], - "packageFingerprint": 396445966, + "packageFingerprint": 4256046140, "gameVersion": [ "1.12.2" ], @@ -12381,12 +13189,12 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "MTLib-3.0.6.jar" + "FileNameOnDisk": "immersivepetroleum-1.12.2-1.1.9.jar" }, - "dateInstalled": "2019-01-31T17:21:08.3504435Z", - "dateUpdated": "2019-04-29T18:08:19.4911058Z", - "dateLastUpdateAttempted": "2019-04-29T18:08:19.4911058Z", - "status": 4, + "dateInstalled": "2019-01-31T17:28:58.7461655Z", + "dateUpdated": "2019-01-31T17:28:58.7521626Z", + "dateLastUpdateAttempted": "2019-01-31T17:28:58.7521626Z", + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -12398,23 +13206,24 @@ "installedTargets": null }, { - "addonID": 268250, + "addonID": 253211, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2544919, - "fileName": "immersivepetroleum-1.12.2-1.1.9.jar", - "fileDate": "2018-03-25T17:36:20.13", - "fileLength": 906018, + "id": 2684561, + "displayName": "MTLib-3.0.6", + "fileName": "MTLib-3.0.6.jar", + "fileDate": "2019-03-07T23:02:28.413Z", + "fileLength": 30002, "releaseType": 1, - "fileStatus": 2, - "downloadUrl": "https://files.forgecdn.net/files/2544/919/immersivepetroleum-1.12.2-1.1.9.jar", + "fileStatus": 4, + "downloadUrl": "https://edge.forgecdn.net/files/2684/561/MTLib-3.0.6.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [ { "id": 0, - "addonId": 231951, - "type": 1, + "addonId": 239197, + "type": 3, "fileId": 0 } ], @@ -12422,31 +13231,21 @@ "modules": [ { "foldername": "META-INF", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "flaxbeard", - "fingerprint": 0, + "fingerprint": 3365396811, "type": 0 }, { - "foldername": "assets", - "fingerprint": 0, + "foldername": "com", + "fingerprint": 2697108139, "type": 0 }, { "foldername": "mcmod.info", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "pack.mcmeta", - "fingerprint": 0, + "fingerprint": 2935607937, "type": 0 } ], - "packageFingerprint": 4256046140, + "packageFingerprint": 396445966, "gameVersion": [ "1.12.2" ], @@ -12457,11 +13256,11 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "immersivepetroleum-1.12.2-1.1.9.jar" + "FileNameOnDisk": "MTLib-3.0.6.jar" }, - "dateInstalled": "2019-01-31T17:28:58.7461655Z", - "dateUpdated": "2019-01-31T17:28:58.7521626Z", - "dateLastUpdateAttempted": "2019-01-31T17:28:58.7521626Z", + "dateInstalled": "2019-01-31T17:21:08.3504435Z", + "dateUpdated": "2019-04-29T18:08:19.4911058Z", + "dateLastUpdateAttempted": "2019-04-29T18:08:19.4911058Z", "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -12527,7 +13326,7 @@ "dateInstalled": "2019-01-31T17:24:45.0322663Z", "dateUpdated": "2019-04-29T18:16:57.7695369Z", "dateLastUpdateAttempted": "2019-04-29T18:16:57.7695369Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -12539,42 +13338,46 @@ "installedTargets": null }, { - "addonID": 282745, + "addonID": 271605, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2519727, - "fileName": "[1.12.x] Natural Nether Portals 1.2.0", - "fileDate": "2018-01-13T08:42:42.52", - "fileLength": 21049, + "id": 2683085, + "displayName": "corpsecomplex-1.12.2-1.0.5.1.jar", + "fileName": "corpsecomplex-1.12.2-1.0.5.1.jar", + "fileDate": "2019-03-04T09:15:30.25Z", + "fileLength": 121954, "releaseType": 1, - "fileStatus": 1, - "downloadUrl": "https://files.forgecdn.net/files/2519/727/naturalnetherportals-1.2.0-mc1.12.x.jar", + "fileStatus": 4, + "downloadUrl": "https://edge.forgecdn.net/files/2683/85/corpsecomplex-1.12.2-1.0.5.1.jar", "isAlternate": false, - "alternateFileId": 0, + "alternateFileId": 2683086, "dependencies": [], "isAvailable": true, "modules": [ { "foldername": "META-INF", - "fingerprint": 0, + "fingerprint": 223119485, "type": 0 }, { - "foldername": "net", - "fingerprint": 0, + "foldername": "assets", + "fingerprint": 59768075, + "type": 0 + }, + { + "foldername": "c4", + "fingerprint": 539197489, "type": 0 }, { "foldername": "mcmod.info", - "fingerprint": 0, + "fingerprint": 296115033, "type": 0 } ], - "packageFingerprint": 3916940782, + "packageFingerprint": 3066937085, "gameVersion": [ - "1.12", - "1.12.2", - "1.12.1" + "1.12.2" ], "hasInstallScript": false, "isCompatibleWithClient": false, @@ -12583,11 +13386,11 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "naturalnetherportals-1.2.0-mc1.12.x.jar" + "FileNameOnDisk": "corpsecomplex-1.12.2-1.0.5.1.jar" }, - "dateInstalled": "2019-01-31T17:18:36.1512332Z", - "dateUpdated": "2019-01-31T17:18:36.1562303Z", - "dateLastUpdateAttempted": "2019-01-31T17:18:36.1562303Z", + "dateInstalled": "2019-02-01T11:38:30.1681235Z", + "dateUpdated": "2019-04-29T18:44:26.106393Z", + "dateLastUpdateAttempted": "2019-04-29T18:44:26.106393Z", "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -12600,46 +13403,42 @@ "installedTargets": null }, { - "addonID": 271605, + "addonID": 282745, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2683085, - "displayName": "corpsecomplex-1.12.2-1.0.5.1.jar", - "fileName": "corpsecomplex-1.12.2-1.0.5.1.jar", - "fileDate": "2019-03-04T09:15:30.25Z", - "fileLength": 121954, + "id": 2519727, + "fileName": "[1.12.x] Natural Nether Portals 1.2.0", + "fileDate": "2018-01-13T08:42:42.52", + "fileLength": 21049, "releaseType": 1, - "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/2683/85/corpsecomplex-1.12.2-1.0.5.1.jar", + "fileStatus": 1, + "downloadUrl": "https://files.forgecdn.net/files/2519/727/naturalnetherportals-1.2.0-mc1.12.x.jar", "isAlternate": false, - "alternateFileId": 2683086, + "alternateFileId": 0, "dependencies": [], "isAvailable": true, "modules": [ { "foldername": "META-INF", - "fingerprint": 223119485, - "type": 0 - }, - { - "foldername": "assets", - "fingerprint": 59768075, + "fingerprint": 0, "type": 0 }, { - "foldername": "c4", - "fingerprint": 539197489, + "foldername": "net", + "fingerprint": 0, "type": 0 }, { "foldername": "mcmod.info", - "fingerprint": 296115033, + "fingerprint": 0, "type": 0 } ], - "packageFingerprint": 3066937085, + "packageFingerprint": 3916940782, "gameVersion": [ - "1.12.2" + "1.12", + "1.12.2", + "1.12.1" ], "hasInstallScript": false, "isCompatibleWithClient": false, @@ -12648,12 +13447,12 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "corpsecomplex-1.12.2-1.0.5.1.jar" + "FileNameOnDisk": "naturalnetherportals-1.2.0-mc1.12.x.jar" }, - "dateInstalled": "2019-02-01T11:38:30.1681235Z", - "dateUpdated": "2019-04-29T18:44:26.106393Z", - "dateLastUpdateAttempted": "2019-04-29T18:44:26.106393Z", - "status": 4, + "dateInstalled": "2019-01-31T17:18:36.1512332Z", + "dateUpdated": "2019-01-31T17:18:36.1562303Z", + "dateLastUpdateAttempted": "2019-01-31T17:18:36.1562303Z", + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -12866,7 +13665,7 @@ "dateInstalled": "2019-02-03T15:33:47.4841123Z", "dateUpdated": "2019-04-29T18:44:18.0902167Z", "dateLastUpdateAttempted": "2019-04-29T18:44:18.0902167Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -13021,14 +13820,14 @@ "addonID": 288885, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2702816, - "displayName": "FastWorkbench-1.12.2-1.7.0.jar", - "fileName": "FastWorkbench-1.12.2-1.7.0.jar", - "fileDate": "2019-04-23T20:20:41.42Z", - "fileLength": 26289, + "id": 2708462, + "displayName": "FastWorkbench-1.12.2-1.7.1.jar", + "fileName": "FastWorkbench-1.12.2-1.7.1.jar", + "fileDate": "2019-05-08T00:52:02.483Z", + "fileLength": 26307, "releaseType": 1, "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/2702/816/FastWorkbench-1.12.2-1.7.0.jar", + "downloadUrl": "https://edge.forgecdn.net/files/2708/462/FastWorkbench-1.12.2-1.7.1.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -13036,21 +13835,21 @@ "modules": [ { "foldername": "META-INF", - "fingerprint": 637272816, + "fingerprint": 1485148024, "type": 0 }, { "foldername": "shadows", - "fingerprint": 1310066647, + "fingerprint": 444650051, "type": 0 }, { "foldername": "mcmod.info", - "fingerprint": 3426777763, + "fingerprint": 2647427163, "type": 0 } ], - "packageFingerprint": 3070851923, + "packageFingerprint": 3941866452, "gameVersion": [ "1.12.2" ], @@ -13061,11 +13860,11 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "FastWorkbench-1.12.2-1.7.0.jar" + "FileNameOnDisk": "FastWorkbench-1.12.2-1.7.1.jar" }, "dateInstalled": "2019-01-31T17:26:31.1282234Z", - "dateUpdated": "2019-04-29T18:43:15.0502842Z", - "dateLastUpdateAttempted": "2019-04-29T18:43:15.0502842Z", + "dateUpdated": "2019-05-10T12:50:14.7852173Z", + "dateLastUpdateAttempted": "2019-05-10T12:50:14.7852173Z", "status": 4, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -13078,67 +13877,91 @@ "installedTargets": null }, { - "addonID": 247111, + "addonID": 292785, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2698796, - "displayName": "topaddons-1.12.2-1.11.0.jar", - "fileName": "topaddons-1.12.2-1.11.0.jar", - "fileDate": "2019-04-13T21:26:30.217Z", - "fileLength": 244342, + "id": 2639533, + "fileName": "VanillaFix-1.0.10-99.jar", + "fileDate": "2018-11-19T18:44:57.183", + "fileLength": 1117860, "releaseType": 1, - "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/2698/796/topaddons-1.12.2-1.11.0.jar", + "fileStatus": 2, + "downloadUrl": "https://files.forgecdn.net/files/2639/533/VanillaFix-1.0.10-99.jar", "isAlternate": false, - "alternateFileId": 2698797, - "dependencies": [ - { - "id": 0, - "addonId": 245211, - "type": 3, - "fileId": 0 - } - ], + "alternateFileId": 0, + "dependencies": [], "isAvailable": true, "modules": [ { "foldername": "META-INF", - "fingerprint": 2021150649, + "fingerprint": 0, "type": 0 }, { - "foldername": "io", - "fingerprint": 2465567597, + "foldername": "org", + "fingerprint": 0, "type": 0 }, { "foldername": "assets", - "fingerprint": 3449926384, + "fingerprint": 0, + "type": 0 + }, + { + "foldername": "dst_root_ca_x3.jks", + "fingerprint": 0, "type": 0 }, { "foldername": "mcmod.info", - "fingerprint": 2740156072, + "fingerprint": 0, "type": 0 }, { - "foldername": "pack.mcmeta", - "fingerprint": 2508079726, + "foldername": "mixins.vanillafix.bugs.json", + "fingerprint": 0, "type": 0 }, { - "foldername": "topaddonslogo.png", - "fingerprint": 4209097068, + "foldername": "mixins.vanillafix.crashes.json", + "fingerprint": 0, "type": 0 }, { - "foldername": "LICENSE", - "fingerprint": 697443232, + "foldername": "mixins.vanillafix.modsupport.json", + "fingerprint": 0, + "type": 0 + }, + { + "foldername": "mixins.vanillafix.profiler.json", + "fingerprint": 0, + "type": 0 + }, + { + "foldername": "mixins.vanillafix.textures.json", + "fingerprint": 0, + "type": 0 + }, + { + "foldername": "mixins.vanillafix.textures.modsupport.json", + "fingerprint": 0, + "type": 0 + }, + { + "foldername": "pack.mcmeta", + "fingerprint": 0, + "type": 0 + }, + { + "foldername": "mixins.vanillafix.refmap.json", + "fingerprint": 0, "type": 0 } ], - "packageFingerprint": 3089378494, + "packageFingerprint": 3241108399, "gameVersion": [ + "1.12", + "1.12.1", "1.12.2" ], "hasInstallScript": false, @@ -13148,12 +13971,12 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "topaddons-1.12.2-1.11.0.jar" + "FileNameOnDisk": "VanillaFix-1.0.10-99.jar" }, - "dateInstalled": "2019-02-01T13:15:55.4231651Z", - "dateUpdated": "2019-04-29T17:24:29.5636901Z", - "dateLastUpdateAttempted": "2019-04-29T17:24:29.5636901Z", - "status": 4, + "dateInstalled": "2019-02-06T10:12:49.3363828Z", + "dateUpdated": "2019-02-06T10:12:49.4383267Z", + "dateLastUpdateAttempted": "2019-02-06T10:12:49.4383267Z", + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -13165,91 +13988,67 @@ "installedTargets": null }, { - "addonID": 292785, + "addonID": 247111, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2639533, - "fileName": "VanillaFix-1.0.10-99.jar", - "fileDate": "2018-11-19T18:44:57.183", - "fileLength": 1117860, + "id": 2698796, + "displayName": "topaddons-1.12.2-1.11.0.jar", + "fileName": "topaddons-1.12.2-1.11.0.jar", + "fileDate": "2019-04-13T21:26:30.217Z", + "fileLength": 244342, "releaseType": 1, - "fileStatus": 2, - "downloadUrl": "https://files.forgecdn.net/files/2639/533/VanillaFix-1.0.10-99.jar", + "fileStatus": 4, + "downloadUrl": "https://edge.forgecdn.net/files/2698/796/topaddons-1.12.2-1.11.0.jar", "isAlternate": false, - "alternateFileId": 0, - "dependencies": [], + "alternateFileId": 2698797, + "dependencies": [ + { + "id": 0, + "addonId": 245211, + "type": 3, + "fileId": 0 + } + ], "isAvailable": true, "modules": [ { "foldername": "META-INF", - "fingerprint": 0, + "fingerprint": 2021150649, "type": 0 }, { - "foldername": "org", - "fingerprint": 0, + "foldername": "io", + "fingerprint": 2465567597, "type": 0 }, { "foldername": "assets", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "dst_root_ca_x3.jks", - "fingerprint": 0, + "fingerprint": 3449926384, "type": 0 }, { "foldername": "mcmod.info", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "mixins.vanillafix.bugs.json", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "mixins.vanillafix.crashes.json", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "mixins.vanillafix.modsupport.json", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "mixins.vanillafix.profiler.json", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "mixins.vanillafix.textures.json", - "fingerprint": 0, + "fingerprint": 2740156072, "type": 0 }, { - "foldername": "mixins.vanillafix.textures.modsupport.json", - "fingerprint": 0, + "foldername": "pack.mcmeta", + "fingerprint": 2508079726, "type": 0 }, { - "foldername": "pack.mcmeta", - "fingerprint": 0, + "foldername": "topaddonslogo.png", + "fingerprint": 4209097068, "type": 0 }, { - "foldername": "mixins.vanillafix.refmap.json", - "fingerprint": 0, + "foldername": "LICENSE", + "fingerprint": 697443232, "type": 0 } ], - "packageFingerprint": 3241108399, + "packageFingerprint": 3089378494, "gameVersion": [ - "1.12", - "1.12.1", "1.12.2" ], "hasInstallScript": false, @@ -13259,11 +14058,11 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "VanillaFix-1.0.10-99.jar" + "FileNameOnDisk": "topaddons-1.12.2-1.11.0.jar" }, - "dateInstalled": "2019-02-06T10:12:49.3363828Z", - "dateUpdated": "2019-02-06T10:12:49.4383267Z", - "dateLastUpdateAttempted": "2019-02-06T10:12:49.4383267Z", + "dateInstalled": "2019-02-01T13:15:55.4231651Z", + "dateUpdated": "2019-04-29T17:24:29.5636901Z", + "dateLastUpdateAttempted": "2019-04-29T17:24:29.5636901Z", "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -13415,6 +14214,67 @@ "manifestName": null, "installedTargets": null }, + { + "addonID": 225957, + "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", + "installedFile": { + "id": 2499443, + "fileName": "HardcoreDarkness-MC1.12.2-2.0.jar", + "fileDate": "2017-11-12T12:49:18.307", + "fileLength": 32327, + "releaseType": 1, + "fileStatus": 1, + "downloadUrl": "https://files.forgecdn.net/files/2499/443/HardcoreDarkness-MC1.12.2-2.0.jar", + "isAlternate": false, + "alternateFileId": 0, + "dependencies": [], + "isAvailable": true, + "modules": [ + { + "foldername": "META-INF", + "fingerprint": 0, + "type": 0 + }, + { + "foldername": "lumien", + "fingerprint": 0, + "type": 0 + }, + { + "foldername": "mcmod.info", + "fingerprint": 0, + "type": 0 + } + ], + "packageFingerprint": 1381892724, + "gameVersion": [ + "1.12", + "1.12.2", + "1.12.1" + ], + "hasInstallScript": false, + "isCompatibleWithClient": false, + "categorySectionPackageType": 0, + "restrictProjectFileAccess": 0, + "projectStatus": 0, + "projectId": 0, + "gameId": 0, + "FileNameOnDisk": "HardcoreDarkness-MC1.12.2-2.0.jar" + }, + "dateInstalled": "2019-02-01T13:02:51.4934004Z", + "dateUpdated": "2019-02-01T13:02:51.4983975Z", + "dateLastUpdateAttempted": "2019-02-01T13:02:51.4983975Z", + "status": 5, + "preferenceAutoInstallUpdates": false, + "preferenceAlternateFile": false, + "preferenceIsIgnored": false, + "isModified": false, + "isWorkingCopy": false, + "isFuzzyMatch": false, + "preferenceReleaseType": null, + "manifestName": null, + "installedTargets": null + }, { "addonID": 291126, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", @@ -13498,16 +14358,16 @@ "installedTargets": null }, { - "addonID": 225957, + "addonID": 230976, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2499443, - "fileName": "HardcoreDarkness-MC1.12.2-2.0.jar", - "fileDate": "2017-11-12T12:49:18.307", - "fileLength": 32327, + "id": 2463272, + "fileName": "FastLeafDecay-v14.jar", + "fileDate": "2017-08-11T18:57:44.643", + "fileLength": 5200, "releaseType": 1, "fileStatus": 1, - "downloadUrl": "https://files.forgecdn.net/files/2499/443/HardcoreDarkness-MC1.12.2-2.0.jar", + "downloadUrl": "https://files.forgecdn.net/files/2463/272/FastLeafDecay-v14.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -13519,7 +14379,7 @@ "type": 0 }, { - "foldername": "lumien", + "foldername": "net", "fingerprint": 0, "type": 0 }, @@ -13527,11 +14387,15 @@ "foldername": "mcmod.info", "fingerprint": 0, "type": 0 + }, + { + "foldername": "pack.mcmeta", + "fingerprint": 0, + "type": 0 } ], - "packageFingerprint": 1381892724, + "packageFingerprint": 1940914729, "gameVersion": [ - "1.12", "1.12.2", "1.12.1" ], @@ -13542,11 +14406,11 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "HardcoreDarkness-MC1.12.2-2.0.jar" + "FileNameOnDisk": "FastLeafDecay-v14.jar" }, - "dateInstalled": "2019-02-01T13:02:51.4934004Z", - "dateUpdated": "2019-02-01T13:02:51.4983975Z", - "dateLastUpdateAttempted": "2019-02-01T13:02:51.4983975Z", + "dateInstalled": "2019-01-31T17:26:38.4758359Z", + "dateUpdated": "2019-01-31T17:26:38.4818326Z", + "dateLastUpdateAttempted": "2019-01-31T17:26:38.4818326Z", "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -13619,71 +14483,6 @@ "dateInstalled": "2019-01-31T16:51:18.4304374Z", "dateUpdated": "2019-04-29T16:38:34.1141733Z", "dateLastUpdateAttempted": "2019-04-29T16:38:34.1141733Z", - "status": 4, - "preferenceAutoInstallUpdates": false, - "preferenceAlternateFile": false, - "preferenceIsIgnored": false, - "isModified": false, - "isWorkingCopy": false, - "isFuzzyMatch": false, - "preferenceReleaseType": null, - "manifestName": null, - "installedTargets": null - }, - { - "addonID": 230976, - "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", - "installedFile": { - "id": 2463272, - "fileName": "FastLeafDecay-v14.jar", - "fileDate": "2017-08-11T18:57:44.643", - "fileLength": 5200, - "releaseType": 1, - "fileStatus": 1, - "downloadUrl": "https://files.forgecdn.net/files/2463/272/FastLeafDecay-v14.jar", - "isAlternate": false, - "alternateFileId": 0, - "dependencies": [], - "isAvailable": true, - "modules": [ - { - "foldername": "META-INF", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "net", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "mcmod.info", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "pack.mcmeta", - "fingerprint": 0, - "type": 0 - } - ], - "packageFingerprint": 1940914729, - "gameVersion": [ - "1.12.2", - "1.12.1" - ], - "hasInstallScript": false, - "isCompatibleWithClient": false, - "categorySectionPackageType": 0, - "restrictProjectFileAccess": 0, - "projectStatus": 0, - "projectId": 0, - "gameId": 0, - "FileNameOnDisk": "FastLeafDecay-v14.jar" - }, - "dateInstalled": "2019-01-31T17:26:38.4758359Z", - "dateUpdated": "2019-01-31T17:26:38.4818326Z", - "dateLastUpdateAttempted": "2019-01-31T17:26:38.4818326Z", "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -13756,7 +14555,7 @@ "dateInstalled": "2019-01-31T17:21:10.1843917Z", "dateUpdated": "2019-04-29T18:13:10.4165505Z", "dateLastUpdateAttempted": "2019-04-29T18:13:10.4165505Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -13826,7 +14625,7 @@ "dateInstalled": "2019-01-31T16:41:28.6074615Z", "dateUpdated": "2019-04-29T18:17:01.4231727Z", "dateLastUpdateAttempted": "2019-04-29T18:17:01.4231727Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -13908,7 +14707,7 @@ "dateInstalled": "2019-02-01T16:44:30.3601936Z", "dateUpdated": "2019-04-29T17:34:32.8884864Z", "dateLastUpdateAttempted": "2019-04-29T17:34:32.8884864Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -14020,89 +14819,7 @@ "type": 0 } ], - "packageFingerprint": 2907529822, - "gameVersion": [ - "1.12.2" - ], - "hasInstallScript": false, - "isCompatibleWithClient": false, - "categorySectionPackageType": 0, - "restrictProjectFileAccess": 0, - "projectStatus": 0, - "projectId": 0, - "gameId": 0, - "FileNameOnDisk": "FeaturedServers-1.12-1.0.6.jar" - }, - "dateInstalled": "2019-01-31T17:10:40.2278838Z", - "dateUpdated": "2019-01-31T17:10:40.2328595Z", - "dateLastUpdateAttempted": "2019-01-31T17:10:40.2328595Z", - "status": 5, - "preferenceAutoInstallUpdates": false, - "preferenceAlternateFile": false, - "preferenceIsIgnored": false, - "isModified": false, - "isWorkingCopy": false, - "isFuzzyMatch": false, - "preferenceReleaseType": null, - "manifestName": null, - "installedTargets": null - }, - { - "addonID": 297284, - "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", - "installedFile": { - "id": 2644723, - "fileName": "1.0.0", - "fileDate": "2018-12-06T08:17:47.827", - "fileLength": 42547, - "releaseType": 1, - "fileStatus": 2, - "downloadUrl": "https://files.forgecdn.net/files/2644/723/SleepingOverhaul-1.12.2-1.0.0.jar", - "isAlternate": false, - "alternateFileId": 0, - "dependencies": [ - { - "id": 0, - "addonId": 230233, - "type": 1, - "fileId": 0 - }, - { - "id": 0, - "addonId": 283283, - "type": 1, - "fileId": 0 - } - ], - "isAvailable": true, - "modules": [ - { - "foldername": "META-INF", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "assets", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "com", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "mcmod.info", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "pack.mcmeta", - "fingerprint": 0, - "type": 0 - } - ], - "packageFingerprint": 3432852104, + "packageFingerprint": 2907529822, "gameVersion": [ "1.12.2" ], @@ -14113,11 +14830,11 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "SleepingOverhaul-1.12.2-1.0.0.jar" + "FileNameOnDisk": "FeaturedServers-1.12-1.0.6.jar" }, - "dateInstalled": "2019-02-01T12:23:29.8098577Z", - "dateUpdated": "2019-02-01T12:23:29.8158539Z", - "dateLastUpdateAttempted": "2019-02-01T12:23:29.8158539Z", + "dateInstalled": "2019-01-31T17:10:40.2278838Z", + "dateUpdated": "2019-01-31T17:10:40.2328595Z", + "dateLastUpdateAttempted": "2019-01-31T17:10:40.2328595Z", "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -14191,7 +14908,7 @@ "dateInstalled": "2019-02-03T10:58:07.9931818Z", "dateUpdated": "2019-04-29T17:34:57.1767458Z", "dateLastUpdateAttempted": "2019-04-29T17:34:57.1767458Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -14414,7 +15131,7 @@ "dateInstalled": "2019-01-31T17:18:10.6789066Z", "dateUpdated": "2019-04-29T18:12:29.5304312Z", "dateLastUpdateAttempted": "2019-04-29T18:12:29.5304312Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -14540,7 +15257,7 @@ "dateInstalled": "2019-02-01T10:01:50.0915903Z", "dateUpdated": "2019-04-29T17:59:06.1956192Z", "dateLastUpdateAttempted": "2019-04-29T17:59:06.1956192Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -14626,14 +15343,14 @@ "addonID": 299540, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2704826, - "displayName": "FastFurnace-1.12.2-1.3.0.jar", - "fileName": "FastFurnace-1.12.2-1.3.0.jar", - "fileDate": "2019-04-28T17:09:35.29Z", - "fileLength": 9615, + "id": 2706111, + "displayName": "FastFurnace-1.12.2-1.3.1.jar", + "fileName": "FastFurnace-1.12.2-1.3.1.jar", + "fileDate": "2019-05-01T21:29:47.233Z", + "fileLength": 10035, "releaseType": 1, "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/2704/826/FastFurnace-1.12.2-1.3.0.jar", + "downloadUrl": "https://edge.forgecdn.net/files/2706/111/FastFurnace-1.12.2-1.3.1.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -14641,21 +15358,21 @@ "modules": [ { "foldername": "META-INF", - "fingerprint": 1328416636, + "fingerprint": 2860440290, "type": 0 }, { "foldername": "shadows", - "fingerprint": 525072616, + "fingerprint": 3143447717, "type": 0 }, { "foldername": "mcmod.info", - "fingerprint": 1891886297, + "fingerprint": 3287728280, "type": 0 } ], - "packageFingerprint": 3259306463, + "packageFingerprint": 1142134081, "gameVersion": [ "1.12.2" ], @@ -14666,11 +15383,11 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "FastFurnace-1.12.2-1.3.0.jar" + "FileNameOnDisk": "FastFurnace-1.12.2-1.3.1.jar" }, "dateInstalled": "2019-01-31T17:26:35.5634329Z", - "dateUpdated": "2019-04-29T18:40:28.8569345Z", - "dateLastUpdateAttempted": "2019-04-29T18:40:28.8569345Z", + "dateUpdated": "2019-05-10T12:50:20.3690216Z", + "dateLastUpdateAttempted": "2019-05-10T12:50:20.3690216Z", "status": 4, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -14736,7 +15453,7 @@ "dateInstalled": "2019-04-29T18:54:05.3639729Z", "dateUpdated": "2019-04-29T18:54:05.3639729Z", "dateLastUpdateAttempted": "2019-04-29T18:54:05.3639729Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -14901,7 +15618,7 @@ "dateInstalled": "2019-02-01T10:42:30.8441175Z", "dateUpdated": "2019-04-29T17:23:04.3153035Z", "dateLastUpdateAttempted": "2019-04-29T17:23:04.3153035Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -14912,6 +15629,114 @@ "manifestName": null, "installedTargets": null }, + { + "addonID": 297322, + "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", + "installedFile": { + "id": 2579973, + "displayName": "PedestalCrafting-1.12.2-1.0.2", + "fileName": "PedestalCrafting-1.12.2-1.0.2.jar", + "fileDate": "2018-07-06T04:16:22.827Z", + "fileLength": 81427, + "releaseType": 1, + "fileStatus": 4, + "downloadUrl": "https://edge.forgecdn.net/files/2579/973/PedestalCrafting-1.12.2-1.0.2.jar", + "isAlternate": false, + "alternateFileId": 0, + "dependencies": [ + { + "id": 18259140, + "addonId": 238222, + "type": 2, + "fileId": 2579973 + }, + { + "id": 18259137, + "addonId": 245211, + "type": 2, + "fileId": 2579973 + }, + { + "id": 18259138, + "addonId": 253449, + "type": 2, + "fileId": 2579973 + }, + { + "id": 18259139, + "addonId": 239197, + "type": 2, + "fileId": 2579973 + } + ], + "isAvailable": true, + "modules": [ + { + "foldername": "META-INF", + "fingerprint": 3340521824, + "type": 3 + }, + { + "foldername": "me", + "fingerprint": 1246176487, + "type": 3 + }, + { + "foldername": "assets", + "fingerprint": 748137667, + "type": 3 + }, + { + "foldername": "mcmod.info", + "fingerprint": 1588699708, + "type": 3 + }, + { + "foldername": "pack.mcmeta", + "fingerprint": 1027397736, + "type": 3 + } + ], + "packageFingerprint": 3407687147, + "gameVersion": [ + "1.12.2" + ], + "sortableGameVersion": [ + { + "gameVersionPadded": "0000000001.0000000012.0000000002", + "gameVersion": "1.12.2", + "gameVersionReleaseDate": "2017-09-18T05:00:00Z", + "gameVersionName": "1.12.2" + } + ], + "hasInstallScript": false, + "isCompatibleWithClient": false, + "categorySectionPackageType": 6, + "restrictProjectFileAccess": 1, + "projectStatus": 4, + "renderCacheId": 1404906, + "projectId": 297322, + "packageFingerprintId": 250681463, + "gameVersionDateReleased": "2017-09-18T05:00:00Z", + "gameVersionMappingId": 1611320, + "gameVersionId": 6756, + "gameId": 432, + "FileNameOnDisk": "PedestalCrafting-1.12.2-1.0.2.jar" + }, + "dateInstalled": "2019-05-10T13:38:20.6884688Z", + "dateUpdated": "2018-05-10T13:38:20.6884688Z", + "dateLastUpdateAttempted": "0001-01-01T00:00:00", + "status": 5, + "preferenceAutoInstallUpdates": false, + "preferenceAlternateFile": false, + "preferenceIsIgnored": false, + "isModified": false, + "isWorkingCopy": false, + "isFuzzyMatch": false, + "preferenceReleaseType": null, + "manifestName": null, + "installedTargets": [] + }, { "addonID": 278385, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", @@ -15044,77 +15869,7 @@ "dateInstalled": "2019-02-01T12:11:53.7667895Z", "dateUpdated": "2019-04-29T17:59:57.9709013Z", "dateLastUpdateAttempted": "2019-04-29T17:59:57.9709013Z", - "status": 4, - "preferenceAutoInstallUpdates": false, - "preferenceAlternateFile": false, - "preferenceIsIgnored": false, - "isModified": false, - "isWorkingCopy": false, - "isFuzzyMatch": false, - "preferenceReleaseType": null, - "manifestName": null, - "installedTargets": null - }, - { - "addonID": 243298, - "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", - "installedFile": { - "id": 2704186, - "displayName": "LLibrary 1.7.19", - "fileName": "llibrary-1.7.19-1.12.2.jar", - "fileDate": "2019-04-27T07:08:15.22Z", - "fileLength": 884837, - "releaseType": 1, - "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/2704/186/llibrary-1.7.19-1.12.2.jar", - "isAlternate": false, - "alternateFileId": 2704187, - "dependencies": [], - "isAvailable": true, - "modules": [ - { - "foldername": "META-INF", - "fingerprint": 3471623170, - "type": 0 - }, - { - "foldername": "assets", - "fingerprint": 1107678282, - "type": 0 - }, - { - "foldername": "llibrary-core-1.0.11-1.12.2.jar", - "fingerprint": 745504321, - "type": 0 - }, - { - "foldername": "mcmod.info", - "fingerprint": 2272383311, - "type": 0 - }, - { - "foldername": "net", - "fingerprint": 3653886756, - "type": 0 - } - ], - "packageFingerprint": 507777411, - "gameVersion": [ - "1.12.2" - ], - "hasInstallScript": false, - "isCompatibleWithClient": false, - "categorySectionPackageType": 0, - "restrictProjectFileAccess": 0, - "projectStatus": 0, - "projectId": 0, - "gameId": 0, - "FileNameOnDisk": "llibrary-1.7.19-1.12.2.jar" - }, - "dateInstalled": "2019-02-01T12:09:27.30652Z", - "dateUpdated": "2019-04-29T18:15:52.0453597Z", - "dateLastUpdateAttempted": "2019-04-29T18:15:52.0453597Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -15191,7 +15946,7 @@ "dateInstalled": "2019-02-01T12:11:54.6802884Z", "dateUpdated": "2019-04-29T17:59:52.4767079Z", "dateLastUpdateAttempted": "2019-04-29T17:59:52.4767079Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -15203,42 +15958,51 @@ "installedTargets": null }, { - "addonID": 226035, + "addonID": 243298, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2432422, - "fileName": "NoNausea-MC1.12-1.0.jar", - "fileDate": "2017-06-11T17:14:55.273", - "fileLength": 9679, + "id": 2704186, + "displayName": "LLibrary 1.7.19", + "fileName": "llibrary-1.7.19-1.12.2.jar", + "fileDate": "2019-04-27T07:08:15.22Z", + "fileLength": 884837, "releaseType": 1, - "fileStatus": 1, - "downloadUrl": "https://files.forgecdn.net/files/2432/422/NoNausea-MC1.12-1.0.jar", + "fileStatus": 4, + "downloadUrl": "https://edge.forgecdn.net/files/2704/186/llibrary-1.7.19-1.12.2.jar", "isAlternate": false, - "alternateFileId": 0, + "alternateFileId": 2704187, "dependencies": [], "isAvailable": true, "modules": [ { "foldername": "META-INF", - "fingerprint": 0, + "fingerprint": 3471623170, "type": 0 }, { - "foldername": "lumien", - "fingerprint": 0, + "foldername": "assets", + "fingerprint": 1107678282, + "type": 0 + }, + { + "foldername": "llibrary-core-1.0.11-1.12.2.jar", + "fingerprint": 745504321, "type": 0 }, { "foldername": "mcmod.info", - "fingerprint": 0, + "fingerprint": 2272383311, + "type": 0 + }, + { + "foldername": "net", + "fingerprint": 3653886756, "type": 0 } ], - "packageFingerprint": 2197328098, + "packageFingerprint": 507777411, "gameVersion": [ - "1.12.2", - "1.12", - "1.12.1" + "1.12.2" ], "hasInstallScript": false, "isCompatibleWithClient": false, @@ -15247,11 +16011,11 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "NoNausea-MC1.12-1.0.jar" + "FileNameOnDisk": "llibrary-1.7.19-1.12.2.jar" }, - "dateInstalled": "2019-02-01T11:47:28.3931228Z", - "dateUpdated": "2019-02-01T11:47:28.3951363Z", - "dateLastUpdateAttempted": "2019-02-01T11:47:28.3951363Z", + "dateInstalled": "2019-02-01T12:09:27.30652Z", + "dateUpdated": "2019-04-29T18:15:52.0453597Z", + "dateLastUpdateAttempted": "2019-04-29T18:15:52.0453597Z", "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -15264,16 +16028,16 @@ "installedTargets": null }, { - "addonID": 230497, + "addonID": 226035, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2450900, - "fileName": "Chameleon-1.12-4.1.3.jar", - "fileDate": "2017-07-15T05:39:36.437", - "fileLength": 96859, + "id": 2432422, + "fileName": "NoNausea-MC1.12-1.0.jar", + "fileDate": "2017-06-11T17:14:55.273", + "fileLength": 9679, "releaseType": 1, "fileStatus": 1, - "downloadUrl": "https://files.forgecdn.net/files/2450/900/Chameleon-1.12-4.1.3.jar", + "downloadUrl": "https://files.forgecdn.net/files/2432/422/NoNausea-MC1.12-1.0.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -15285,7 +16049,7 @@ "type": 0 }, { - "foldername": "com", + "foldername": "lumien", "fingerprint": 0, "type": 0 }, @@ -15293,14 +16057,9 @@ "foldername": "mcmod.info", "fingerprint": 0, "type": 0 - }, - { - "foldername": "pack.mcmeta", - "fingerprint": 0, - "type": 0 } ], - "packageFingerprint": 2760206313, + "packageFingerprint": 2197328098, "gameVersion": [ "1.12.2", "1.12", @@ -15313,11 +16072,11 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "Chameleon-1.12-4.1.3.jar" + "FileNameOnDisk": "NoNausea-MC1.12-1.0.jar" }, - "dateInstalled": "2019-01-31T17:15:31.8983899Z", - "dateUpdated": "2019-01-31T17:15:31.9043888Z", - "dateLastUpdateAttempted": "2019-01-31T17:15:31.9043888Z", + "dateInstalled": "2019-02-01T11:47:28.3931228Z", + "dateUpdated": "2019-02-01T11:47:28.3951363Z", + "dateLastUpdateAttempted": "2019-02-01T11:47:28.3951363Z", "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -15330,17 +16089,16 @@ "installedTargets": null }, { - "addonID": 291218, + "addonID": 230497, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2696995, - "displayName": "HorseTweaks_1.12.2-1.0.5.jar", - "fileName": "HorseTweaks_1.12.2-1.0.5.jar", - "fileDate": "2019-04-08T17:01:37.037Z", - "fileLength": 74990, + "id": 2450900, + "fileName": "Chameleon-1.12-4.1.3.jar", + "fileDate": "2017-07-15T05:39:36.437", + "fileLength": 96859, "releaseType": 1, - "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/2696/995/HorseTweaks_1.12.2-1.0.5.jar", + "fileStatus": 1, + "downloadUrl": "https://files.forgecdn.net/files/2450/900/Chameleon-1.12-4.1.3.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -15348,33 +16106,30 @@ "modules": [ { "foldername": "META-INF", - "fingerprint": 1346877987, + "fingerprint": 0, "type": 0 }, { - "foldername": "net", - "fingerprint": 475576292, + "foldername": "com", + "fingerprint": 0, "type": 0 }, { "foldername": "mcmod.info", - "fingerprint": 2598787801, - "type": 0 - }, - { - "foldername": "pack.mcmeta", - "fingerprint": 2947654698, + "fingerprint": 0, "type": 0 }, { - "foldername": "assets", - "fingerprint": 601831541, + "foldername": "pack.mcmeta", + "fingerprint": 0, "type": 0 } ], - "packageFingerprint": 2125370091, + "packageFingerprint": 2760206313, "gameVersion": [ - "1.12.2" + "1.12.2", + "1.12", + "1.12.1" ], "hasInstallScript": false, "isCompatibleWithClient": false, @@ -15383,12 +16138,12 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "HorseTweaks_1.12.2-1.0.5.jar" + "FileNameOnDisk": "Chameleon-1.12-4.1.3.jar" }, - "dateInstalled": "2019-01-31T17:27:53.2857461Z", - "dateUpdated": "2019-04-29T18:40:20.6244915Z", - "dateLastUpdateAttempted": "2019-04-29T18:40:20.6244915Z", - "status": 4, + "dateInstalled": "2019-01-31T17:15:31.8983899Z", + "dateUpdated": "2019-01-31T17:15:31.9043888Z", + "dateLastUpdateAttempted": "2019-01-31T17:15:31.9043888Z", + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -15472,16 +16227,17 @@ "installedTargets": null }, { - "addonID": 258914, + "addonID": 291218, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2660489, - "fileName": "weirdinggadget-1.12.2-2.0.13-universal.jar", - "fileDate": "2019-01-15T11:27:36.31", - "fileLength": 179194, + "id": 2696995, + "displayName": "HorseTweaks_1.12.2-1.0.5.jar", + "fileName": "HorseTweaks_1.12.2-1.0.5.jar", + "fileDate": "2019-04-08T17:01:37.037Z", + "fileLength": 74990, "releaseType": 1, - "fileStatus": 2, - "downloadUrl": "https://files.forgecdn.net/files/2660/489/weirdinggadget-1.12.2-2.0.13-universal.jar", + "fileStatus": 4, + "downloadUrl": "https://edge.forgecdn.net/files/2696/995/HorseTweaks_1.12.2-1.0.5.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -15489,29 +16245,32 @@ "modules": [ { "foldername": "META-INF", - "fingerprint": 0, + "fingerprint": 1346877987, "type": 0 }, { - "foldername": "com", - "fingerprint": 0, + "foldername": "net", + "fingerprint": 475576292, "type": 0 }, { "foldername": "mcmod.info", - "fingerprint": 0, + "fingerprint": 2598787801, + "type": 0 + }, + { + "foldername": "pack.mcmeta", + "fingerprint": 2947654698, "type": 0 }, { "foldername": "assets", - "fingerprint": 0, + "fingerprint": 601831541, "type": 0 } ], - "packageFingerprint": 2461745942, + "packageFingerprint": 2125370091, "gameVersion": [ - "1.12", - "1.12.1", "1.12.2" ], "hasInstallScript": false, @@ -15521,11 +16280,11 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "weirdinggadget-1.12.2-2.0.13-universal.jar" + "FileNameOnDisk": "HorseTweaks_1.12.2-1.0.5.jar" }, - "dateInstalled": "2019-02-01T11:25:40.3859565Z", - "dateUpdated": "2019-02-01T11:25:40.3909496Z", - "dateLastUpdateAttempted": "2019-02-01T11:25:40.3909496Z", + "dateInstalled": "2019-01-31T17:27:53.2857461Z", + "dateUpdated": "2019-04-29T18:40:20.6244915Z", + "dateLastUpdateAttempted": "2019-04-29T18:40:20.6244915Z", "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -15537,6 +16296,84 @@ "manifestName": null, "installedTargets": null }, + { + "addonID": 258914, + "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", + "installedFile": { + "id": 2708729, + "displayName": "weirdinggadget-1.12.2-2.1.16-universal.jar", + "fileName": "weirdinggadget-1.12.2-2.1.16-universal.jar", + "fileDate": "2019-05-08T21:47:35.813Z", + "fileLength": 181054, + "releaseType": 3, + "fileStatus": 4, + "downloadUrl": "https://edge.forgecdn.net/files/2708/729/weirdinggadget-1.12.2-2.1.16-universal.jar", + "isAlternate": false, + "alternateFileId": 0, + "dependencies": [], + "isAvailable": true, + "modules": [ + { + "foldername": "META-INF", + "fingerprint": 2720097207, + "type": 3 + }, + { + "foldername": "com", + "fingerprint": 3001848682, + "type": 3 + }, + { + "foldername": "mcmod.info", + "fingerprint": 1198983863, + "type": 3 + }, + { + "foldername": "assets", + "fingerprint": 2507368370, + "type": 3 + } + ], + "packageFingerprint": 1349726620, + "gameVersion": [ + "1.12.2" + ], + "sortableGameVersion": [ + { + "gameVersionPadded": "0000000001.0000000012.0000000002", + "gameVersion": "1.12.2", + "gameVersionReleaseDate": "2017-09-18T05:00:00Z", + "gameVersionName": "1.12.2" + } + ], + "hasInstallScript": false, + "isCompatibleWithClient": false, + "categorySectionPackageType": 6, + "restrictProjectFileAccess": 1, + "projectStatus": 4, + "renderCacheId": 1556852, + "projectId": 258914, + "packageFingerprintId": 314116889, + "gameVersionDateReleased": "2008-03-01T06:00:00Z", + "gameVersionMappingId": 1807860, + "gameVersionId": 4458, + "gameId": 432, + "FileNameOnDisk": "weirdinggadget-1.12.2-2.1.16-universal.jar" + }, + "dateInstalled": "2019-05-10T13:38:20.6884688Z", + "dateUpdated": "2018-05-10T13:38:20.6884688Z", + "dateLastUpdateAttempted": "0001-01-01T00:00:00", + "status": 5, + "preferenceAutoInstallUpdates": false, + "preferenceAlternateFile": false, + "preferenceIsIgnored": false, + "isModified": false, + "isWorkingCopy": false, + "isFuzzyMatch": false, + "preferenceReleaseType": null, + "manifestName": null, + "installedTargets": [] + }, { "addonID": 237749, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", @@ -15602,7 +16439,7 @@ "dateInstalled": "2019-02-01T11:26:06.7288517Z", "dateUpdated": "2019-04-29T18:45:03.4715973Z", "dateLastUpdateAttempted": "2019-04-29T18:45:03.4715973Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -15614,73 +16451,175 @@ "installedTargets": null }, { - "addonID": 268387, + "addonID": 320188, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2698394, - "displayName": "ExtendedCrafting-1.12.2-1.5.4.jar", - "fileName": "ExtendedCrafting-1.12.2-1.5.4.jar", - "fileDate": "2019-04-12T20:40:15.573Z", - "fileLength": 430890, + "id": 2703974, + "displayName": "debugstick-1.1.jar", + "fileName": "debugstick-1.1.jar", + "fileDate": "2019-04-26T17:40:59.61Z", + "fileLength": 11573, "releaseType": 1, "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/2698/394/ExtendedCrafting-1.12.2-1.5.4.jar", + "downloadUrl": "https://edge.forgecdn.net/files/2703/974/debugstick-1.1.jar", "isAlternate": false, "alternateFileId": 0, - "dependencies": [ + "dependencies": [], + "isAvailable": true, + "modules": [ { - "id": 0, - "addonId": 272335, - "type": 3, - "fileId": 0 + "foldername": "META-INF", + "fingerprint": 2284067681, + "type": 3 }, { - "id": 0, - "addonId": 239197, - "type": 2, - "fileId": 0 + "foldername": "com", + "fingerprint": 3669267611, + "type": 3 + }, + { + "foldername": "assets", + "fingerprint": 3593540881, + "type": 3 + }, + { + "foldername": "mcmod.info", + "fingerprint": 1531909871, + "type": 3 + }, + { + "foldername": "pack.mcmeta", + "fingerprint": 3273911401, + "type": 3 + } + ], + "packageFingerprint": 108723583, + "gameVersion": [ + "1.12.2" + ], + "sortableGameVersion": [ + { + "gameVersionPadded": "0000000001.0000000012.0000000002", + "gameVersion": "1.12.2", + "gameVersionReleaseDate": "2017-09-18T05:00:00Z", + "gameVersionName": "1.12.2" } ], + "hasInstallScript": false, + "isCompatibleWithClient": false, + "categorySectionPackageType": 6, + "restrictProjectFileAccess": 1, + "projectStatus": 4, + "renderCacheId": 1551205, + "projectId": 320188, + "packageFingerprintId": 310896125, + "gameVersionDateReleased": "2017-09-18T05:00:00Z", + "gameVersionMappingId": 1799792, + "gameVersionId": 6756, + "gameId": 432, + "FileNameOnDisk": "debugstick-1.1.jar" + }, + "dateInstalled": "2019-05-10T13:38:20.6884688Z", + "dateUpdated": "2018-05-10T13:38:20.6884688Z", + "dateLastUpdateAttempted": "0001-01-01T00:00:00", + "status": 5, + "preferenceAutoInstallUpdates": false, + "preferenceAlternateFile": false, + "preferenceIsIgnored": false, + "isModified": false, + "isWorkingCopy": false, + "isFuzzyMatch": false, + "preferenceReleaseType": null, + "manifestName": null, + "installedTargets": [] + }, + { + "addonID": 309607, + "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", + "installedFile": { + "id": 2676874, + "displayName": "PipeMaster-1.0.2-b8.jar", + "fileName": "PipeMaster-1.0.2-b8.jar", + "fileDate": "2019-02-19T11:33:54.533Z", + "fileLength": 137226, + "releaseType": 2, + "fileStatus": 4, + "downloadUrl": "https://edge.forgecdn.net/files/2676/874/PipeMaster-1.0.2-b8.jar", + "isAlternate": false, + "alternateFileId": 0, + "dependencies": [], "isAvailable": true, "modules": [ { "foldername": "META-INF", - "fingerprint": 3529860521, - "type": 0 + "fingerprint": 3935014059, + "type": 3 }, { - "foldername": "com", - "fingerprint": 1853011151, - "type": 0 + "foldername": "org", + "fingerprint": 1364054544, + "type": 3 }, { "foldername": "assets", - "fingerprint": 3301407304, - "type": 0 + "fingerprint": 545256605, + "type": 3 }, { "foldername": "mcmod.info", - "fingerprint": 4237277099, - "type": 0 + "fingerprint": 3615435527, + "type": 3 + }, + { + "foldername": "pack.mcmeta", + "fingerprint": 3081980320, + "type": 3 } ], - "packageFingerprint": 1348349250, + "packageFingerprint": 843970653, "gameVersion": [ + "1.12", + "1.12.1", "1.12.2" ], + "sortableGameVersion": [ + { + "gameVersionPadded": "0000000001.0000000012", + "gameVersion": "1.12", + "gameVersionReleaseDate": "2017-06-07T05:00:00Z", + "gameVersionName": "1.12" + }, + { + "gameVersionPadded": "0000000001.0000000012.0000000001", + "gameVersion": "1.12.1", + "gameVersionReleaseDate": "2017-08-03T05:00:00Z", + "gameVersionName": "1.12.1" + }, + { + "gameVersionPadded": "0000000001.0000000012.0000000002", + "gameVersion": "1.12.2", + "gameVersionReleaseDate": "2017-09-18T05:00:00Z", + "gameVersionName": "1.12.2" + } + ], "hasInstallScript": false, "isCompatibleWithClient": false, - "categorySectionPackageType": 0, - "restrictProjectFileAccess": 0, - "projectStatus": 0, - "projectId": 0, - "gameId": 0, - "FileNameOnDisk": "ExtendedCrafting-1.12.2-1.5.4.jar" + "categorySectionPackageType": 6, + "restrictProjectFileAccess": 1, + "projectStatus": 4, + "renderCacheId": 1518809, + "projectId": 309607, + "packageFingerprintId": 294770879, + "gameVersionDateReleased": "2017-06-07T05:00:00Z", + "gameVersionMappingId": 1757765, + "gameVersionId": 6580, + "gameId": 432, + "FileNameOnDisk": "PipeMaster-1.0.2-b8.jar" }, - "dateInstalled": "2019-01-31T17:26:05.4633793Z", - "dateUpdated": "2019-04-29T18:43:21.2790986Z", - "dateLastUpdateAttempted": "2019-04-29T18:43:21.2790986Z", - "status": 4, + "dateInstalled": "2019-05-10T13:38:20.6884688Z", + "dateUpdated": "2018-05-10T13:38:20.6884688Z", + "dateLastUpdateAttempted": "0001-01-01T00:00:00", + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -15689,7 +16628,7 @@ "isFuzzyMatch": false, "preferenceReleaseType": null, "manifestName": null, - "installedTargets": null + "installedTargets": [] }, { "addonID": 237754, @@ -15931,7 +16870,7 @@ "dateInstalled": "2019-02-01T12:21:09.3287837Z", "dateUpdated": "2019-04-29T17:30:29.26063Z", "dateLastUpdateAttempted": "2019-04-29T17:30:29.26063Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -15999,83 +16938,7 @@ }, "dateInstalled": "2019-02-01T13:13:47.326826Z", "dateUpdated": "2019-02-08T17:43:29.8786543Z", - "dateLastUpdateAttempted": "2019-02-08T17:43:29.8786543Z", - "status": 5, - "preferenceAutoInstallUpdates": false, - "preferenceAlternateFile": false, - "preferenceIsIgnored": false, - "isModified": false, - "isWorkingCopy": false, - "isFuzzyMatch": false, - "preferenceReleaseType": null, - "manifestName": null, - "installedTargets": null - }, - { - "addonID": 222722, - "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", - "installedFile": { - "id": 2638771, - "fileName": "BetterRecords-1.12.2-1.6.1.jar", - "fileDate": "2018-11-17T03:43:30.257", - "fileLength": 863287, - "releaseType": 1, - "fileStatus": 2, - "downloadUrl": "https://files.forgecdn.net/files/2638/771/BetterRecords-1.12.2-1.6.1.jar", - "isAlternate": false, - "alternateFileId": 0, - "dependencies": [ - { - "id": 0, - "addonId": 248453, - "type": 1, - "fileId": 0 - } - ], - "isAvailable": true, - "modules": [ - { - "foldername": "META-INF", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "com", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "assets", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "mcmod.info", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "pack.mcmeta", - "fingerprint": 0, - "type": 0 - } - ], - "packageFingerprint": 3547415029, - "gameVersion": [ - "1.12.2" - ], - "hasInstallScript": false, - "isCompatibleWithClient": false, - "categorySectionPackageType": 0, - "restrictProjectFileAccess": 0, - "projectStatus": 0, - "projectId": 0, - "gameId": 0, - "FileNameOnDisk": "BetterRecords-1.12.2-1.6.1.jar" - }, - "dateInstalled": "2019-01-31T17:01:23.4566789Z", - "dateUpdated": "2019-01-31T17:01:23.4596639Z", - "dateLastUpdateAttempted": "2019-01-31T17:01:23.4596639Z", + "dateLastUpdateAttempted": "2019-02-08T17:43:29.8786543Z", "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -16176,22 +17039,22 @@ "installedTargets": null }, { - "addonID": 271740, + "addonID": 222722, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2661198, - "fileName": "Toast Control-1.12.2-1.8.0.jar", - "fileDate": "2019-01-17T06:26:21.81", - "fileLength": 21748, + "id": 2638771, + "fileName": "BetterRecords-1.12.2-1.6.1.jar", + "fileDate": "2018-11-17T03:43:30.257", + "fileLength": 863287, "releaseType": 1, "fileStatus": 2, - "downloadUrl": "https://files.forgecdn.net/files/2661/198/Toast Control-1.12.2-1.8.0.jar", + "downloadUrl": "https://files.forgecdn.net/files/2638/771/BetterRecords-1.12.2-1.6.1.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [ { "id": 0, - "addonId": 283644, + "addonId": 248453, "type": 1, "fileId": 0 } @@ -16204,7 +17067,7 @@ "type": 0 }, { - "foldername": "shadows", + "foldername": "com", "fingerprint": 0, "type": 0 }, @@ -16224,7 +17087,7 @@ "type": 0 } ], - "packageFingerprint": 2434680542, + "packageFingerprint": 3547415029, "gameVersion": [ "1.12.2" ], @@ -16235,11 +17098,11 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "Toast Control-1.12.2-1.8.0.jar" + "FileNameOnDisk": "BetterRecords-1.12.2-1.6.1.jar" }, - "dateInstalled": "2019-01-31T17:25:09.8198021Z", - "dateUpdated": "2019-01-31T17:25:09.9417321Z", - "dateLastUpdateAttempted": "2019-01-31T17:25:09.9417321Z", + "dateInstalled": "2019-01-31T17:01:23.4566789Z", + "dateUpdated": "2019-01-31T17:01:23.4596639Z", + "dateLastUpdateAttempted": "2019-01-31T17:01:23.4596639Z", "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -16252,43 +17115,56 @@ "installedTargets": null }, { - "addonID": 284553, + "addonID": 271740, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2515828, - "fileName": "customport-1.12.2-1.0.jar", - "fileDate": "2018-01-01T23:33:21.25", - "fileLength": 11936, + "id": 2707353, + "displayName": "Toast Control-1.12.2-1.8.1.jar", + "fileName": "Toast Control-1.12.2-1.8.1.jar", + "fileDate": "2019-05-05T02:34:46.547Z", + "fileLength": 21668, "releaseType": 1, - "fileStatus": 1, - "downloadUrl": "https://files.forgecdn.net/files/2515/828/customport-1.12.2-1.0.jar", + "fileStatus": 4, + "downloadUrl": "https://edge.forgecdn.net/files/2707/353/Toast Control-1.12.2-1.8.1.jar", "isAlternate": false, "alternateFileId": 0, - "dependencies": [], + "dependencies": [ + { + "id": 0, + "addonId": 283644, + "type": 3, + "fileId": 0 + } + ], "isAvailable": true, "modules": [ { "foldername": "META-INF", - "fingerprint": 0, + "fingerprint": 3882244668, "type": 0 }, { - "foldername": "afdw", - "fingerprint": 0, + "foldername": "shadows", + "fingerprint": 2270940515, + "type": 0 + }, + { + "foldername": "assets", + "fingerprint": 3855115832, "type": 0 }, { "foldername": "mcmod.info", - "fingerprint": 0, + "fingerprint": 3304178910, "type": 0 }, { "foldername": "pack.mcmeta", - "fingerprint": 0, + "fingerprint": 3104490496, "type": 0 } ], - "packageFingerprint": 2568558243, + "packageFingerprint": 416416811, "gameVersion": [ "1.12.2" ], @@ -16299,12 +17175,12 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "customport-1.12.2-1.0.jar" + "FileNameOnDisk": "Toast Control-1.12.2-1.8.1.jar" }, - "dateInstalled": "2019-02-01T10:21:11.2245992Z", - "dateUpdated": "2019-02-01T10:21:11.230595Z", - "dateLastUpdateAttempted": "2019-02-01T10:21:11.230595Z", - "status": 5, + "dateInstalled": "2019-01-31T17:25:09.8198021Z", + "dateUpdated": "2019-05-10T14:15:12.8514514Z", + "dateLastUpdateAttempted": "2019-05-10T14:15:12.8514514Z", + "status": 4, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -16316,16 +17192,16 @@ "installedTargets": null }, { - "addonID": 60089, + "addonID": 284553, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2671937, - "fileName": "[1.12.2] Mouse Tweaks 2.10", - "fileDate": "2019-02-11T11:33:40.123", - "fileLength": 75170, + "id": 2515828, + "fileName": "customport-1.12.2-1.0.jar", + "fileDate": "2018-01-01T23:33:21.25", + "fileLength": 11936, "releaseType": 1, - "fileStatus": 2, - "downloadUrl": "https://files.forgecdn.net/files/2671/937/MouseTweaks-2.10-mc1.12.2.jar", + "fileStatus": 1, + "downloadUrl": "https://files.forgecdn.net/files/2515/828/customport-1.12.2-1.0.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -16337,27 +17213,22 @@ "type": 0 }, { - "foldername": "yalter", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "litemod.json", + "foldername": "afdw", "fingerprint": 0, "type": 0 }, { - "foldername": "mousetweaks_logo.png", + "foldername": "mcmod.info", "fingerprint": 0, "type": 0 }, { - "foldername": "mcmod.info", + "foldername": "pack.mcmeta", "fingerprint": 0, "type": 0 } ], - "packageFingerprint": 533666569, + "packageFingerprint": 2568558243, "gameVersion": [ "1.12.2" ], @@ -16368,11 +17239,11 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "MouseTweaks-2.10-mc1.12.2.jar" + "FileNameOnDisk": "customport-1.12.2-1.0.jar" }, - "dateInstalled": "2019-01-31T17:20:37.3439354Z", - "dateUpdated": "2019-02-15T14:30:23.8054717Z", - "dateLastUpdateAttempted": "2019-02-15T14:30:23.8054717Z", + "dateInstalled": "2019-02-01T10:21:11.2245992Z", + "dateUpdated": "2019-02-01T10:21:11.230595Z", + "dateLastUpdateAttempted": "2019-02-01T10:21:11.230595Z", "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -16479,7 +17350,7 @@ "dateInstalled": "2019-02-01T16:50:53.2890929Z", "dateUpdated": "2019-04-29T18:43:50.6099957Z", "dateLastUpdateAttempted": "2019-04-29T18:43:50.6099957Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -16491,16 +17362,16 @@ "installedTargets": null }, { - "addonID": 278993, + "addonID": 60089, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2654304, - "fileName": "bonsaitrees-1.1.2-b144.jar", - "fileDate": "2018-12-31T01:47:00.987", - "fileLength": 563280, + "id": 2671937, + "fileName": "[1.12.2] Mouse Tweaks 2.10", + "fileDate": "2019-02-11T11:33:40.123", + "fileLength": 75170, "releaseType": 1, "fileStatus": 2, - "downloadUrl": "https://files.forgecdn.net/files/2654/304/bonsaitrees-1.1.2-b144.jar", + "downloadUrl": "https://files.forgecdn.net/files/2671/937/MouseTweaks-2.10-mc1.12.2.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -16512,31 +17383,29 @@ "type": 0 }, { - "foldername": "org", + "foldername": "yalter", "fingerprint": 0, "type": 0 }, { - "foldername": "assets", + "foldername": "litemod.json", "fingerprint": 0, "type": 0 }, { - "foldername": "mcmod.info", + "foldername": "mousetweaks_logo.png", "fingerprint": 0, "type": 0 }, { - "foldername": "pack.mcmeta", + "foldername": "mcmod.info", "fingerprint": 0, "type": 0 } ], - "packageFingerprint": 4081230734, + "packageFingerprint": 533666569, "gameVersion": [ - "1.12.2", - "1.12", - "1.12.1" + "1.12.2" ], "hasInstallScript": false, "isCompatibleWithClient": false, @@ -16545,11 +17414,11 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "bonsaitrees-1.1.2-b144.jar" + "FileNameOnDisk": "MouseTweaks-2.10-mc1.12.2.jar" }, - "dateInstalled": "2019-01-31T17:04:55.063476Z", - "dateUpdated": "2019-01-31T17:04:55.0704638Z", - "dateLastUpdateAttempted": "2019-01-31T17:04:55.0704638Z", + "dateInstalled": "2019-01-31T17:20:37.3439354Z", + "dateUpdated": "2019-02-15T14:30:23.8054717Z", + "dateLastUpdateAttempted": "2019-02-15T14:30:23.8054717Z", "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -16561,6 +17430,89 @@ "manifestName": null, "installedTargets": null }, + { + "addonID": 296260, + "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", + "installedFile": { + "id": 2624814, + "displayName": "iChunUtil-1.12.2-7.1.4.jar", + "fileName": "iChunUtil-1.12.2-7.1.4.jar", + "fileDate": "2018-10-06T04:58:14.58Z", + "fileLength": 548473, + "releaseType": 1, + "fileStatus": 4, + "downloadUrl": "https://edge.forgecdn.net/files/2624/814/iChunUtil-1.12.2-7.1.4.jar", + "isAlternate": false, + "alternateFileId": 0, + "dependencies": [], + "isAvailable": true, + "modules": [ + { + "foldername": "META-INF", + "fingerprint": 3119848845, + "type": 3 + }, + { + "foldername": "me", + "fingerprint": 2194868003, + "type": 3 + }, + { + "foldername": "assets", + "fingerprint": 3869004665, + "type": 3 + }, + { + "foldername": "mcmod.info", + "fingerprint": 1495961354, + "type": 3 + }, + { + "foldername": "pack.mcmeta", + "fingerprint": 1043948853, + "type": 3 + } + ], + "packageFingerprint": 4046336101, + "gameVersion": [ + "1.12.2" + ], + "sortableGameVersion": [ + { + "gameVersionPadded": "0000000001.0000000012.0000000002", + "gameVersion": "1.12.2", + "gameVersionReleaseDate": "2017-09-18T05:00:00Z", + "gameVersionName": "1.12.2" + } + ], + "hasInstallScript": false, + "isCompatibleWithClient": false, + "categorySectionPackageType": 6, + "restrictProjectFileAccess": 1, + "projectStatus": 4, + "renderCacheId": 1456113, + "projectId": 296260, + "packageFingerprintId": 268498957, + "gameVersionDateReleased": "2017-09-18T05:00:00Z", + "gameVersionMappingId": 1678083, + "gameVersionId": 6756, + "gameId": 432, + "FileNameOnDisk": "iChunUtil-1.12.2-7.1.4.jar" + }, + "dateInstalled": "2019-05-10T13:38:20.6884688Z", + "dateUpdated": "2018-05-10T13:38:20.6884688Z", + "dateLastUpdateAttempted": "0001-01-01T00:00:00", + "status": 5, + "preferenceAutoInstallUpdates": false, + "preferenceAlternateFile": false, + "preferenceIsIgnored": false, + "isModified": false, + "isWorkingCopy": false, + "isFuzzyMatch": false, + "preferenceReleaseType": null, + "manifestName": null, + "installedTargets": [] + }, { "addonID": 60092, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", @@ -16629,7 +17581,78 @@ "dateInstalled": "2019-04-29T16:36:18.8082682Z", "dateUpdated": "2019-04-29T16:36:18.8238916Z", "dateLastUpdateAttempted": "2019-04-29T16:36:18.8238916Z", - "status": 4, + "status": 5, + "preferenceAutoInstallUpdates": false, + "preferenceAlternateFile": false, + "preferenceIsIgnored": false, + "isModified": false, + "isWorkingCopy": false, + "isFuzzyMatch": false, + "preferenceReleaseType": null, + "manifestName": null, + "installedTargets": null + }, + { + "addonID": 278993, + "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", + "installedFile": { + "id": 2654304, + "fileName": "bonsaitrees-1.1.2-b144.jar", + "fileDate": "2018-12-31T01:47:00.987", + "fileLength": 563280, + "releaseType": 1, + "fileStatus": 2, + "downloadUrl": "https://files.forgecdn.net/files/2654/304/bonsaitrees-1.1.2-b144.jar", + "isAlternate": false, + "alternateFileId": 0, + "dependencies": [], + "isAvailable": true, + "modules": [ + { + "foldername": "META-INF", + "fingerprint": 0, + "type": 0 + }, + { + "foldername": "org", + "fingerprint": 0, + "type": 0 + }, + { + "foldername": "assets", + "fingerprint": 0, + "type": 0 + }, + { + "foldername": "mcmod.info", + "fingerprint": 0, + "type": 0 + }, + { + "foldername": "pack.mcmeta", + "fingerprint": 0, + "type": 0 + } + ], + "packageFingerprint": 4081230734, + "gameVersion": [ + "1.12.2", + "1.12", + "1.12.1" + ], + "hasInstallScript": false, + "isCompatibleWithClient": false, + "categorySectionPackageType": 0, + "restrictProjectFileAccess": 0, + "projectStatus": 0, + "projectId": 0, + "gameId": 0, + "FileNameOnDisk": "bonsaitrees-1.1.2-b144.jar" + }, + "dateInstalled": "2019-01-31T17:04:55.063476Z", + "dateUpdated": "2019-01-31T17:04:55.0704638Z", + "dateLastUpdateAttempted": "2019-01-31T17:04:55.0704638Z", + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -16719,49 +17742,56 @@ "installedTargets": null }, { - "addonID": 252818, + "addonID": 314645, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2702424, - "displayName": "DynamicTrees-1.12.2-0.9.5.jar", - "fileName": "DynamicTrees-1.12.2-0.9.5.jar", - "fileDate": "2019-04-22T22:34:14.923Z", - "fileLength": 786013, + "id": 2704214, + "displayName": "ImmersivePosts 0.1.2", + "fileName": "ImmersivePosts-0.1.2.jar", + "fileDate": "2019-04-27T09:12:09.68Z", + "fileLength": 140528, "releaseType": 1, "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/2702/424/DynamicTrees-1.12.2-0.9.5.jar", + "downloadUrl": "https://edge.forgecdn.net/files/2704/214/ImmersivePosts-0.1.2.jar", "isAlternate": false, - "alternateFileId": 2702425, - "dependencies": [], + "alternateFileId": 0, + "dependencies": [ + { + "id": 0, + "addonId": 231951, + "type": 3, + "fileId": 0 + } + ], "isAvailable": true, "modules": [ { "foldername": "META-INF", - "fingerprint": 4069978063, + "fingerprint": 616395264, "type": 0 }, { - "foldername": "com", - "fingerprint": 3974957092, + "foldername": "assets", + "fingerprint": 4252821703, "type": 0 }, { - "foldername": "assets", - "fingerprint": 2234854618, + "foldername": "mcmod.info", + "fingerprint": 540226730, "type": 0 }, { "foldername": "pack.mcmeta", - "fingerprint": 2008929579, + "fingerprint": 4015204812, "type": 0 }, { - "foldername": "mcmod.info", - "fingerprint": 3761570769, + "foldername": "twistedgate", + "fingerprint": 2804784949, "type": 0 } ], - "packageFingerprint": 3162549126, + "packageFingerprint": 959712258, "gameVersion": [ "1.12.2" ], @@ -16772,16 +17802,16 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "DynamicTrees-1.12.2-0.9.5.jar.disabled" + "FileNameOnDisk": "ImmersivePosts-0.1.2.jar" }, - "dateInstalled": "2019-02-01T08:46:12.7220777Z", - "dateUpdated": "2019-04-29T18:44:07.9013381Z", - "dateLastUpdateAttempted": "2019-04-29T18:44:07.9013381Z", - "status": 4, + "dateInstalled": "2019-04-29T18:50:26.2933822Z", + "dateUpdated": "2019-04-29T18:50:26.2933822Z", + "dateLastUpdateAttempted": "2019-04-29T18:50:26.2933822Z", + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, - "isModified": true, + "isModified": false, "isWorkingCopy": false, "isFuzzyMatch": false, "preferenceReleaseType": null, @@ -16848,56 +17878,49 @@ "installedTargets": null }, { - "addonID": 314645, + "addonID": 252818, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2704214, - "displayName": "ImmersivePosts 0.1.2", - "fileName": "ImmersivePosts-0.1.2.jar", - "fileDate": "2019-04-27T09:12:09.68Z", - "fileLength": 140528, + "id": 2702424, + "displayName": "DynamicTrees-1.12.2-0.9.5.jar", + "fileName": "DynamicTrees-1.12.2-0.9.5.jar", + "fileDate": "2019-04-22T22:34:14.923Z", + "fileLength": 786013, "releaseType": 1, "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/2704/214/ImmersivePosts-0.1.2.jar", + "downloadUrl": "https://edge.forgecdn.net/files/2702/424/DynamicTrees-1.12.2-0.9.5.jar", "isAlternate": false, - "alternateFileId": 0, - "dependencies": [ - { - "id": 0, - "addonId": 231951, - "type": 3, - "fileId": 0 - } - ], + "alternateFileId": 2702425, + "dependencies": [], "isAvailable": true, "modules": [ { "foldername": "META-INF", - "fingerprint": 616395264, + "fingerprint": 4069978063, "type": 0 }, { - "foldername": "assets", - "fingerprint": 4252821703, + "foldername": "com", + "fingerprint": 3974957092, "type": 0 }, { - "foldername": "mcmod.info", - "fingerprint": 540226730, + "foldername": "assets", + "fingerprint": 2234854618, "type": 0 }, { "foldername": "pack.mcmeta", - "fingerprint": 4015204812, + "fingerprint": 2008929579, "type": 0 }, { - "foldername": "twistedgate", - "fingerprint": 2804784949, + "foldername": "mcmod.info", + "fingerprint": 3761570769, "type": 0 } ], - "packageFingerprint": 959712258, + "packageFingerprint": 3162549126, "gameVersion": [ "1.12.2" ], @@ -16908,16 +17931,16 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "ImmersivePosts-0.1.2.jar" + "FileNameOnDisk": "DynamicTrees-1.12.2-0.9.5.jar.disabled" }, - "dateInstalled": "2019-04-29T18:50:26.2933822Z", - "dateUpdated": "2019-04-29T18:50:26.2933822Z", - "dateLastUpdateAttempted": "2019-04-29T18:50:26.2933822Z", - "status": 4, + "dateInstalled": "2019-02-01T08:46:12.7220777Z", + "dateUpdated": "2019-04-29T18:44:07.9013381Z", + "dateLastUpdateAttempted": "2019-04-29T18:44:07.9013381Z", + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, - "isModified": false, + "isModified": true, "isWorkingCopy": false, "isFuzzyMatch": false, "preferenceReleaseType": null, @@ -17177,7 +18200,7 @@ "dateInstalled": "2019-02-01T12:12:05.166255Z", "dateUpdated": "2019-04-29T18:00:18.1870359Z", "dateLastUpdateAttempted": "2019-04-29T18:00:18.1870359Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -17189,16 +18212,16 @@ "installedTargets": null }, { - "addonID": 254508, + "addonID": 241140, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2443328, - "fileName": "BedBugs-1.12-1.0.1.jar", - "fileDate": "2017-06-29T15:51:32.283", - "fileLength": 17363, + "id": 2499252, + "fileName": "DefaultWorldGenerator-port-1.12-2.3.jar", + "fileDate": "2017-11-11T19:07:30.48", + "fileLength": 196038, "releaseType": 1, "fileStatus": 1, - "downloadUrl": "https://files.forgecdn.net/files/2443/328/BedBugs-1.12-1.0.1.jar", + "downloadUrl": "https://files.forgecdn.net/files/2499/252/DefaultWorldGenerator-port-1.12-2.3.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -17210,24 +18233,35 @@ "type": 0 }, { - "foldername": "gr8pefish", + "foldername": "com", "fingerprint": 0, "type": 0 }, { - "foldername": "assets", + "foldername": "mcmod.info", "fingerprint": 0, "type": 0 }, { - "foldername": "mcmod.info", + "foldername": "defaultworldgen.png", + "fingerprint": 0, + "type": 0 + }, + { + "foldername": "pack.mcmeta", + "fingerprint": 0, + "type": 0 + }, + { + "foldername": "assets", "fingerprint": 0, "type": 0 } ], - "packageFingerprint": 3729142344, + "packageFingerprint": 2577627143, "gameVersion": [ "1.12.2", + "1.12.1", "1.12" ], "hasInstallScript": false, @@ -17237,16 +18271,16 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "BedBugs-1.12-1.0.1.jar.disabled" + "FileNameOnDisk": "DefaultWorldGenerator-port-1.12-2.3.jar" }, - "dateInstalled": "2019-01-31T17:03:21.1199294Z", - "dateUpdated": "2019-01-31T17:03:21.1259261Z", - "dateLastUpdateAttempted": "2019-01-31T17:03:21.1259261Z", + "dateInstalled": "2019-02-01T10:18:28.5391033Z", + "dateUpdated": "2019-02-01T10:18:28.5460956Z", + "dateLastUpdateAttempted": "2019-02-01T10:18:28.5460956Z", "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, - "isModified": true, + "isModified": false, "isWorkingCopy": false, "isFuzzyMatch": false, "preferenceReleaseType": null, @@ -17254,16 +18288,16 @@ "installedTargets": null }, { - "addonID": 241140, + "addonID": 254508, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2499252, - "fileName": "DefaultWorldGenerator-port-1.12-2.3.jar", - "fileDate": "2017-11-11T19:07:30.48", - "fileLength": 196038, + "id": 2443328, + "fileName": "BedBugs-1.12-1.0.1.jar", + "fileDate": "2017-06-29T15:51:32.283", + "fileLength": 17363, "releaseType": 1, "fileStatus": 1, - "downloadUrl": "https://files.forgecdn.net/files/2499/252/DefaultWorldGenerator-port-1.12-2.3.jar", + "downloadUrl": "https://files.forgecdn.net/files/2443/328/BedBugs-1.12-1.0.1.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -17275,35 +18309,24 @@ "type": 0 }, { - "foldername": "com", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "mcmod.info", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "defaultworldgen.png", + "foldername": "gr8pefish", "fingerprint": 0, "type": 0 }, { - "foldername": "pack.mcmeta", + "foldername": "assets", "fingerprint": 0, "type": 0 }, { - "foldername": "assets", + "foldername": "mcmod.info", "fingerprint": 0, "type": 0 } ], - "packageFingerprint": 2577627143, + "packageFingerprint": 3729142344, "gameVersion": [ "1.12.2", - "1.12.1", "1.12" ], "hasInstallScript": false, @@ -17313,16 +18336,16 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "DefaultWorldGenerator-port-1.12-2.3.jar" + "FileNameOnDisk": "BedBugs-1.12-1.0.1.jar.disabled" }, - "dateInstalled": "2019-02-01T10:18:28.5391033Z", - "dateUpdated": "2019-02-01T10:18:28.5460956Z", - "dateLastUpdateAttempted": "2019-02-01T10:18:28.5460956Z", + "dateInstalled": "2019-01-31T17:03:21.1199294Z", + "dateUpdated": "2019-01-31T17:03:21.1259261Z", + "dateLastUpdateAttempted": "2019-01-31T17:03:21.1259261Z", "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, - "isModified": false, + "isModified": true, "isWorkingCopy": false, "isFuzzyMatch": false, "preferenceReleaseType": null, @@ -17401,7 +18424,7 @@ "dateInstalled": "2019-02-05T23:55:51.1357588Z", "dateUpdated": "2019-04-29T18:01:39.0451323Z", "dateLastUpdateAttempted": "2019-04-29T18:01:39.0451323Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -17482,19 +18505,26 @@ "installedTargets": null }, { - "addonID": 242818, + "addonID": 261199, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2618630, - "fileName": "CodeChicken Lib 1.12.2-3.2.2.353-universal", - "fileDate": "2018-09-19T05:25:44.03", - "fileLength": 700785, + "id": 2641368, + "fileName": "Animania-1.12.2-1.6.2", + "fileDate": "2018-11-25T21:22:39.26", + "fileLength": 8953456, "releaseType": 1, "fileStatus": 2, - "downloadUrl": "https://files.forgecdn.net/files/2618/630/CodeChickenLib-1.12.2-3.2.2.353-universal.jar", + "downloadUrl": "https://files.forgecdn.net/files/2641/368/animania-1.12.2-1.6.2.jar", "isAlternate": false, "alternateFileId": 0, - "dependencies": [], + "dependencies": [ + { + "id": 0, + "addonId": 268704, + "type": 1, + "fileId": 0 + } + ], "isAvailable": true, "modules": [ { @@ -17503,12 +18533,17 @@ "type": 0 }, { - "foldername": "assets", + "foldername": "com", "fingerprint": 0, "type": 0 }, { - "foldername": "codechicken", + "foldername": "addons.mcmeta", + "fingerprint": 0, + "type": 0 + }, + { + "foldername": "assets", "fingerprint": 0, "type": 0 }, @@ -17518,7 +18553,7 @@ "type": 0 } ], - "packageFingerprint": 1154181364, + "packageFingerprint": 2734508958, "gameVersion": [ "1.12.2" ], @@ -17529,11 +18564,11 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "CodeChickenLib-1.12.2-3.2.2.353-universal.jar" + "FileNameOnDisk": "animania-1.12.2-1.6.2.jar" }, - "dateInstalled": "2019-01-31T17:04:00.3480775Z", - "dateUpdated": "2019-01-31T17:04:00.35408Z", - "dateLastUpdateAttempted": "2019-01-31T17:04:00.35408Z", + "dateInstalled": "2019-01-31T16:51:00.8423622Z", + "dateUpdated": "2019-01-31T16:51:00.8663007Z", + "dateLastUpdateAttempted": "2019-01-31T16:51:00.8663007Z", "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -17546,26 +18581,19 @@ "installedTargets": null }, { - "addonID": 261199, + "addonID": 242818, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2641368, - "fileName": "Animania-1.12.2-1.6.2", - "fileDate": "2018-11-25T21:22:39.26", - "fileLength": 8953456, + "id": 2618630, + "fileName": "CodeChicken Lib 1.12.2-3.2.2.353-universal", + "fileDate": "2018-09-19T05:25:44.03", + "fileLength": 700785, "releaseType": 1, "fileStatus": 2, - "downloadUrl": "https://files.forgecdn.net/files/2641/368/animania-1.12.2-1.6.2.jar", + "downloadUrl": "https://files.forgecdn.net/files/2618/630/CodeChickenLib-1.12.2-3.2.2.353-universal.jar", "isAlternate": false, "alternateFileId": 0, - "dependencies": [ - { - "id": 0, - "addonId": 268704, - "type": 1, - "fileId": 0 - } - ], + "dependencies": [], "isAvailable": true, "modules": [ { @@ -17574,17 +18602,12 @@ "type": 0 }, { - "foldername": "com", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "addons.mcmeta", + "foldername": "assets", "fingerprint": 0, "type": 0 }, { - "foldername": "assets", + "foldername": "codechicken", "fingerprint": 0, "type": 0 }, @@ -17594,7 +18617,7 @@ "type": 0 } ], - "packageFingerprint": 2734508958, + "packageFingerprint": 1154181364, "gameVersion": [ "1.12.2" ], @@ -17605,11 +18628,11 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "animania-1.12.2-1.6.2.jar" + "FileNameOnDisk": "CodeChickenLib-1.12.2-3.2.2.353-universal.jar" }, - "dateInstalled": "2019-01-31T16:51:00.8423622Z", - "dateUpdated": "2019-01-31T16:51:00.8663007Z", - "dateLastUpdateAttempted": "2019-01-31T16:51:00.8663007Z", + "dateInstalled": "2019-01-31T17:04:00.3480775Z", + "dateUpdated": "2019-01-31T17:04:00.35408Z", + "dateLastUpdateAttempted": "2019-01-31T17:04:00.35408Z", "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -17622,16 +18645,16 @@ "installedTargets": null }, { - "addonID": 228897, + "addonID": 252848, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2537201, - "fileName": "LoreExpansion-1.12-1.1.7-13.jar", - "fileDate": "2018-03-03T22:31:54.677", - "fileLength": 1887159, - "releaseType": 2, - "fileStatus": 2, - "downloadUrl": "https://files.forgecdn.net/files/2537/201/LoreExpansion-1.12-1.1.7-13.jar", + "id": 2513221, + "fileName": "NaturesCompass-1.12.2-1.5.1.jar", + "fileDate": "2017-12-24T05:00:47.907", + "fileLength": 180209, + "releaseType": 1, + "fileStatus": 1, + "downloadUrl": "https://files.forgecdn.net/files/2513/221/NaturesCompass-1.12.2-1.5.1.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -17643,31 +18666,26 @@ "type": 0 }, { - "foldername": "me", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "mcmod.info", + "foldername": "com", "fingerprint": 0, "type": 0 }, { - "foldername": "logo.png", + "foldername": "assets", "fingerprint": 0, "type": 0 }, { - "foldername": "assets", + "foldername": "mcmod.info", "fingerprint": 0, "type": 0 } ], - "packageFingerprint": 526510025, + "packageFingerprint": 3263734572, "gameVersion": [ + "1.12", "1.12.2", - "1.12.1", - "1.12" + "1.12.1" ], "hasInstallScript": false, "isCompatibleWithClient": false, @@ -17676,11 +18694,11 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "LoreExpansion-1.12-1.1.7-13.jar" + "FileNameOnDisk": "NaturesCompass-1.12.2-1.5.1.jar" }, - "dateInstalled": "2019-02-01T10:01:32.362363Z", - "dateUpdated": "2019-02-01T10:01:32.397351Z", - "dateLastUpdateAttempted": "2019-02-01T10:01:32.397351Z", + "dateInstalled": "2019-02-01T11:45:32.5882891Z", + "dateUpdated": "2019-02-01T11:45:32.5922875Z", + "dateLastUpdateAttempted": "2019-02-01T11:45:32.5922875Z", "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -17693,16 +18711,16 @@ "installedTargets": null }, { - "addonID": 252848, + "addonID": 228897, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2513221, - "fileName": "NaturesCompass-1.12.2-1.5.1.jar", - "fileDate": "2017-12-24T05:00:47.907", - "fileLength": 180209, - "releaseType": 1, - "fileStatus": 1, - "downloadUrl": "https://files.forgecdn.net/files/2513/221/NaturesCompass-1.12.2-1.5.1.jar", + "id": 2537201, + "fileName": "LoreExpansion-1.12-1.1.7-13.jar", + "fileDate": "2018-03-03T22:31:54.677", + "fileLength": 1887159, + "releaseType": 2, + "fileStatus": 2, + "downloadUrl": "https://files.forgecdn.net/files/2537/201/LoreExpansion-1.12-1.1.7-13.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -17714,26 +18732,31 @@ "type": 0 }, { - "foldername": "com", + "foldername": "me", "fingerprint": 0, "type": 0 }, { - "foldername": "assets", + "foldername": "mcmod.info", "fingerprint": 0, "type": 0 }, { - "foldername": "mcmod.info", + "foldername": "logo.png", + "fingerprint": 0, + "type": 0 + }, + { + "foldername": "assets", "fingerprint": 0, "type": 0 } ], - "packageFingerprint": 3263734572, + "packageFingerprint": 526510025, "gameVersion": [ - "1.12", "1.12.2", - "1.12.1" + "1.12.1", + "1.12" ], "hasInstallScript": false, "isCompatibleWithClient": false, @@ -17742,11 +18765,11 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "NaturesCompass-1.12.2-1.5.1.jar" + "FileNameOnDisk": "LoreExpansion-1.12-1.1.7-13.jar" }, - "dateInstalled": "2019-02-01T11:45:32.5882891Z", - "dateUpdated": "2019-02-01T11:45:32.5922875Z", - "dateLastUpdateAttempted": "2019-02-01T11:45:32.5922875Z", + "dateInstalled": "2019-02-01T10:01:32.362363Z", + "dateUpdated": "2019-02-01T10:01:32.397351Z", + "dateLastUpdateAttempted": "2019-02-01T10:01:32.397351Z", "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -17905,7 +18928,7 @@ "dateInstalled": "2019-04-29T19:46:45.9314203Z", "dateUpdated": "2019-04-29T19:46:45.9470449Z", "dateLastUpdateAttempted": "2019-04-29T19:46:45.9470449Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -17917,16 +18940,16 @@ "installedTargets": null }, { - "addonID": 241160, + "addonID": 294075, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2612052, - "fileName": "NetherPortalFix_1.12.1-5.3.17.jar", - "fileDate": "2018-09-02T11:40:27.253", - "fileLength": 109445, + "id": 2601927, + "fileName": "Schematics-1.12.2.12.jar", + "fileDate": "2018-08-12T08:03:20.157", + "fileLength": 127582, "releaseType": 1, "fileStatus": 2, - "downloadUrl": "https://files.forgecdn.net/files/2612/52/NetherPortalFix_1.12.1-5.3.17.jar", + "downloadUrl": "https://files.forgecdn.net/files/2601/927/Schematics-1.12.2.12.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -17938,7 +18961,12 @@ "type": 0 }, { - "foldername": "net", + "foldername": "com", + "fingerprint": 0, + "type": 0 + }, + { + "foldername": "assets", "fingerprint": 0, "type": 0 }, @@ -17948,12 +18976,12 @@ "type": 0 }, { - "foldername": "assets", + "foldername": "pack.mcmeta", "fingerprint": 0, "type": 0 } ], - "packageFingerprint": 2800467167, + "packageFingerprint": 929572411, "gameVersion": [ "1.12.2" ], @@ -17964,11 +18992,11 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "NetherPortalFix_1.12.1-5.3.17.jar" + "FileNameOnDisk": "Schematics-1.12.2.12.jar" }, - "dateInstalled": "2019-01-31T17:18:28.5785746Z", - "dateUpdated": "2019-01-31T17:18:28.5855722Z", - "dateLastUpdateAttempted": "2019-01-31T17:18:28.5855722Z", + "dateInstalled": "2019-02-03T10:56:02.5365058Z", + "dateUpdated": "2019-02-03T10:56:02.5415007Z", + "dateLastUpdateAttempted": "2019-02-03T10:56:02.5415007Z", "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -17981,16 +19009,16 @@ "installedTargets": null }, { - "addonID": 294075, + "addonID": 241160, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2601927, - "fileName": "Schematics-1.12.2.12.jar", - "fileDate": "2018-08-12T08:03:20.157", - "fileLength": 127582, + "id": 2612052, + "fileName": "NetherPortalFix_1.12.1-5.3.17.jar", + "fileDate": "2018-09-02T11:40:27.253", + "fileLength": 109445, "releaseType": 1, "fileStatus": 2, - "downloadUrl": "https://files.forgecdn.net/files/2601/927/Schematics-1.12.2.12.jar", + "downloadUrl": "https://files.forgecdn.net/files/2612/52/NetherPortalFix_1.12.1-5.3.17.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -18002,12 +19030,7 @@ "type": 0 }, { - "foldername": "com", - "fingerprint": 0, - "type": 0 - }, - { - "foldername": "assets", + "foldername": "net", "fingerprint": 0, "type": 0 }, @@ -18017,12 +19040,12 @@ "type": 0 }, { - "foldername": "pack.mcmeta", + "foldername": "assets", "fingerprint": 0, "type": 0 } ], - "packageFingerprint": 929572411, + "packageFingerprint": 2800467167, "gameVersion": [ "1.12.2" ], @@ -18033,11 +19056,11 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "Schematics-1.12.2.12.jar" + "FileNameOnDisk": "NetherPortalFix_1.12.1-5.3.17.jar" }, - "dateInstalled": "2019-02-03T10:56:02.5365058Z", - "dateUpdated": "2019-02-03T10:56:02.5415007Z", - "dateLastUpdateAttempted": "2019-02-03T10:56:02.5415007Z", + "dateInstalled": "2019-01-31T17:18:28.5785746Z", + "dateUpdated": "2019-01-31T17:18:28.5855722Z", + "dateLastUpdateAttempted": "2019-01-31T17:18:28.5855722Z", "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -18108,7 +19131,7 @@ "dateInstalled": "2019-01-31T17:15:13.872736Z", "dateUpdated": "2019-04-29T17:28:43.8079065Z", "dateLastUpdateAttempted": "2019-04-29T17:28:43.8079065Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -18120,16 +19143,17 @@ "installedTargets": null }, { - "addonID": 227795, + "addonID": 223896, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2659892, - "fileName": "antiqueatlas-1.12.2-4.5.0.jar", - "fileDate": "2019-01-14T00:17:44.91", - "fileLength": 1270259, + "id": 2680892, + "displayName": "malisiscore-1.12.2-6.5.1.jar", + "fileName": "malisiscore-1.12.2-6.5.1.jar", + "fileDate": "2019-02-27T02:33:39.453Z", + "fileLength": 1939783, "releaseType": 1, - "fileStatus": 2, - "downloadUrl": "https://files.forgecdn.net/files/2659/892/antiqueatlas-1.12.2-4.5.0.jar", + "fileStatus": 4, + "downloadUrl": "https://edge.forgecdn.net/files/2680/892/malisiscore-1.12.2-6.5.1.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -18137,46 +19161,56 @@ "modules": [ { "foldername": "META-INF", - "fingerprint": 0, + "fingerprint": 1344286964, "type": 0 }, { - "foldername": "antiqueatlas_logo.png", - "fingerprint": 0, + "foldername": "LICENSE.txt", + "fingerprint": 272069732, "type": 0 }, { "foldername": "assets", - "fingerprint": 0, + "fingerprint": 3059823214, "type": 0 }, { - "foldername": "hunternif", - "fingerprint": 0, + "foldername": "malisiscore.png", + "fingerprint": 3745243041, "type": 0 }, { - "foldername": "kenkron", - "fingerprint": 0, + "foldername": "mcmod.info", + "fingerprint": 3884207819, "type": 0 }, { - "foldername": "markerExample.json", - "fingerprint": 0, + "foldername": "mixins.malisiscore.core.json", + "fingerprint": 1363995015, "type": 0 }, { - "foldername": "mcmod.info", - "fingerprint": 0, + "foldername": "mixins.malisiscore.refmap.json", + "fingerprint": 3563191651, + "type": 0 + }, + { + "foldername": "net", + "fingerprint": 2083600134, "type": 0 }, { "foldername": "pack.mcmeta", - "fingerprint": 0, + "fingerprint": 2932619408, + "type": 0 + }, + { + "foldername": "org", + "fingerprint": 3926838308, "type": 0 } ], - "packageFingerprint": 403908989, + "packageFingerprint": 578924288, "gameVersion": [ "1.12.2" ], @@ -18187,11 +19221,11 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "antiqueatlas-1.12.2-4.5.0.jar" + "FileNameOnDisk": "malisiscore-1.12.2-6.5.1.jar" }, - "dateInstalled": "2019-01-31T16:42:24.6597546Z", - "dateUpdated": "2019-01-31T16:42:24.6657517Z", - "dateLastUpdateAttempted": "2019-01-31T16:42:24.6657517Z", + "dateInstalled": "2019-04-29T19:46:43.4914124Z", + "dateUpdated": "2019-04-29T19:46:43.4914124Z", + "dateLastUpdateAttempted": "2019-04-29T19:46:43.4914124Z", "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -18204,17 +19238,17 @@ "installedTargets": null }, { - "addonID": 223896, + "addonID": 227795, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2680892, - "displayName": "malisiscore-1.12.2-6.5.1.jar", - "fileName": "malisiscore-1.12.2-6.5.1.jar", - "fileDate": "2019-02-27T02:33:39.453Z", - "fileLength": 1939783, + "id": 2706321, + "displayName": "antiqueatlas-1.12.2-4.5.1.jar", + "fileName": "antiqueatlas-1.12.2-4.5.1.jar", + "fileDate": "2019-05-02T12:29:39.07Z", + "fileLength": 1270824, "releaseType": 1, "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/2680/892/malisiscore-1.12.2-6.5.1.jar", + "downloadUrl": "https://edge.forgecdn.net/files/2706/321/antiqueatlas-1.12.2-4.5.1.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -18222,56 +19256,46 @@ "modules": [ { "foldername": "META-INF", - "fingerprint": 1344286964, + "fingerprint": 671915270, "type": 0 }, { - "foldername": "LICENSE.txt", - "fingerprint": 272069732, + "foldername": "antiqueatlas_logo.png", + "fingerprint": 3543155372, "type": 0 }, { "foldername": "assets", - "fingerprint": 3059823214, - "type": 0 - }, - { - "foldername": "malisiscore.png", - "fingerprint": 3745243041, + "fingerprint": 2254410373, "type": 0 }, { - "foldername": "mcmod.info", - "fingerprint": 3884207819, + "foldername": "hunternif", + "fingerprint": 4200009973, "type": 0 }, { - "foldername": "mixins.malisiscore.core.json", - "fingerprint": 1363995015, + "foldername": "kenkron", + "fingerprint": 4004546132, "type": 0 }, { - "foldername": "mixins.malisiscore.refmap.json", - "fingerprint": 3563191651, + "foldername": "markerExample.json", + "fingerprint": 2222096781, "type": 0 }, { - "foldername": "net", - "fingerprint": 2083600134, + "foldername": "mcmod.info", + "fingerprint": 42463241, "type": 0 }, { "foldername": "pack.mcmeta", - "fingerprint": 2932619408, - "type": 0 - }, - { - "foldername": "org", - "fingerprint": 3926838308, + "fingerprint": 2070548379, "type": 0 } ], - "packageFingerprint": 578924288, + "packageFingerprint": 2755220253, "gameVersion": [ "1.12.2" ], @@ -18282,11 +19306,11 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "malisiscore-1.12.2-6.5.1.jar" + "FileNameOnDisk": "antiqueatlas-1.12.2-4.5.1.jar" }, - "dateInstalled": "2019-04-29T19:46:43.4914124Z", - "dateUpdated": "2019-04-29T19:46:43.4914124Z", - "dateLastUpdateAttempted": "2019-04-29T19:46:43.4914124Z", + "dateInstalled": "2019-01-31T16:42:24.6597546Z", + "dateUpdated": "2019-05-10T12:02:06.585412Z", + "dateLastUpdateAttempted": "2019-05-10T12:02:06.585412Z", "status": 4, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -18366,14 +19390,14 @@ "addonID": 269024, "gameInstanceID": "19aba295-a8aa-453c-b001-b80d4771ebb9", "installedFile": { - "id": 2704400, - "displayName": "LostCities - 1.12-2.0.18", - "fileName": "lostcities-1.12-2.0.18.jar", - "fileDate": "2019-04-27T18:20:17.303Z", - "fileLength": 789365, + "id": 2707389, + "displayName": "LostCities - 1.12-2.0.19", + "fileName": "lostcities-1.12-2.0.19.jar", + "fileDate": "2019-05-05T06:07:03.813Z", + "fileLength": 789492, "releaseType": 1, "fileStatus": 4, - "downloadUrl": "https://edge.forgecdn.net/files/2704/400/lostcities-1.12-2.0.18.jar", + "downloadUrl": "https://edge.forgecdn.net/files/2707/389/lostcities-1.12-2.0.19.jar", "isAlternate": false, "alternateFileId": 0, "dependencies": [], @@ -18381,17 +19405,17 @@ "modules": [ { "foldername": "META-INF", - "fingerprint": 1609391979, + "fingerprint": 2500376919, "type": 0 }, { "foldername": "mcjty", - "fingerprint": 2401228978, + "fingerprint": 4138837937, "type": 0 }, { "foldername": "mcmod.info", - "fingerprint": 3696785981, + "fingerprint": 752762987, "type": 0 }, { @@ -18405,7 +19429,7 @@ "type": 0 } ], - "packageFingerprint": 1472015098, + "packageFingerprint": 3049914348, "gameVersion": [ "1.12.2" ], @@ -18416,11 +19440,11 @@ "projectStatus": 0, "projectId": 0, "gameId": 0, - "FileNameOnDisk": "lostcities-1.12-2.0.18.jar" + "FileNameOnDisk": "lostcities-1.12-2.0.19.jar" }, "dateInstalled": "2019-02-01T09:46:06.6823037Z", - "dateUpdated": "2019-04-29T17:26:18.9246432Z", - "dateLastUpdateAttempted": "2019-04-29T17:26:18.9246432Z", + "dateUpdated": "2019-05-10T13:42:05.5588927Z", + "dateLastUpdateAttempted": "2019-05-10T13:42:05.5588927Z", "status": 4, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, @@ -18496,7 +19520,7 @@ "dateInstalled": "2019-01-31T17:27:33.6394146Z", "dateUpdated": "2019-04-29T18:40:25.1199034Z", "dateLastUpdateAttempted": "2019-04-29T18:40:25.1199034Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -18732,7 +19756,7 @@ "dateInstalled": "2019-02-01T12:59:51.3756433Z", "dateUpdated": "2019-04-29T18:26:47.8231761Z", "dateLastUpdateAttempted": "2019-04-29T18:26:47.8231761Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, @@ -18802,7 +19826,7 @@ "dateInstalled": "2019-04-29T17:34:31.1803843Z", "dateUpdated": "2019-04-29T17:34:31.1853794Z", "dateLastUpdateAttempted": "2019-04-29T17:34:31.1853794Z", - "status": 4, + "status": 5, "preferenceAutoInstallUpdates": false, "preferenceAlternateFile": false, "preferenceIsIgnored": false, diff --git a/options.txt b/options.txt index 7e2be6c..5fb3483 100644 --- a/options.txt +++ b/options.txt @@ -86,6 +86,13 @@ key_key.hotbar.7:8 key_key.hotbar.8:9 key_key.hotbar.9:10 key_Open Config GUI:157 +key_quark.keybind.changeHotbar:44 +key_quark.keybind.chestSort:0 +key_quark.keybind.chestDropoff:0 +key_quark.keybind.chestMerge:0 +key_quark.keybind.chestRestock:0 +key_quark.keybind.chestExtract:0 +key_quark.keybind.playerSort:0 key_quark.emote.no:73 key_quark.emote.yes:72 key_quark.emote.wave:71 @@ -105,13 +112,6 @@ key_quark.emote.jet:0 key_quark.emote.exorcist:0 key_quark.emote.zombie:0 key_quark.keybind.lockBuilding:0 -key_quark.keybind.changeHotbar:44 -key_quark.keybind.chestSort:0 -key_quark.keybind.chestDropoff:0 -key_quark.keybind.chestMerge:0 -key_quark.keybind.chestRestock:0 -key_quark.keybind.chestExtract:0 -key_quark.keybind.playerSort:0 key_key.exchanger_range_switch:51 key_key.exchanger_mode_switch:39 key_key.exchanger_force_drop_items:52 diff --git a/patchouli_data.json b/patchouli_data.json index 7e3aff5..d388077 100644 --- a/patchouli_data.json +++ b/patchouli_data.json @@ -53,13 +53,13 @@ } ], "history": [ + "patchouli:gettingcomfortable/lamps", + "patchouli:gettingcomfortable/morelamps", "patchouli:gettingcomfortable/fishtank", "patchouli:gamemechanics/seasons", "patchouli:gamemechanics/weatherstuff", "patchouli:gamemechanics/darknights", "patchouli:gamemechanics/pedestalcrafting", - "patchouli:gettingcomfortable/lamps", - "patchouli:gettingcomfortable/morelamps", "patchouli:gametips/alterlitium", "patchouli:gametips/lightingupcaves", "patchouli:food/nutrition", diff --git a/resources/mainmenu/mesobackground_16by9.jpg b/resources/mainmenu/mesobackground_16by9.jpg new file mode 100644 index 0000000..6142de0 Binary files /dev/null and b/resources/mainmenu/mesobackground_16by9.jpg differ diff --git a/scripts/04zcmca.zs b/scripts/04zcmca.zs index d8d107a..2fa10b6 100644 --- a/scripts/04zcmca.zs +++ b/scripts/04zcmca.zs @@ -1,6 +1,9 @@ + +import mods.artisanworktables.builder.RecipeBuilder; + print("Initializing 'NA04 - ZCM/Composite Alterlite recipes and content for New Alterlite'..."); -// ZCM Makeshift Furnace +// ZCM Makeshift Furnace -- Deprecated, will be removed. /* recipes.addShaped("zcm_furnace", , [[, , ], @@ -10,6 +13,30 @@ recipes.addShaped("zcm_furnace", , print("Making sure this mod is disabled. If you can see this, the script is not properly configured!"); */ -// More recipes to be added. +// See 1x_artisan_x.zs scripts for labyrinth blocks recipes and the sort. + +// Composite Block Recipe +RecipeBuilder.get("mason") + .setShaped([ + [, , ], + [, , ], + [, , ]]) + .addOutput( * 4) + .addTool(, 8) + .addTool(, 8) + .setName("na04_zcm_ca_composite_block_recipe") + .create(); + +// Synthetic Dirt +recipes.addShaped("zcm_ca_synthetic_dirt_recipe", , + [[, , null], + [, , null], + [null, null, null]]); + +// Synthetic Sand +recipes.addShaped("zcm_ca_synthetic_sand_recipe", , + [[, , null], + [, , null], + [null, null, null]]); print("Initialization of 'NA04 - ZCM/Composite Alterlite recipes and content for New Alterlite' has been completed."); \ No newline at end of file diff --git a/scripts/06alterlitiummechanics.zs.disabled b/scripts/06alterlitiummechanics.zs.disabled deleted file mode 100644 index 87e30b7..0000000 --- a/scripts/06alterlitiummechanics.zs.disabled +++ /dev/null @@ -1,13 +0,0 @@ -print("Initializing 'NA06 - Alterlitium Mechanics for New Alterlite'..."); - -val nAtlItem = ; -nAtlItem.add(); - -val nAtlOre = ; -nAtlOre.add(); - -val nAtlBlock = ; -nAtlBlock.add(); - - -print("Initialization of 'NA06 - Alterlitium Mechanics for New Alterlite' has been completed."); \ No newline at end of file diff --git a/scripts/11artisan_labyrinth.zs b/scripts/11artisan_labyrinth.zs new file mode 100644 index 0000000..6cd95ab --- /dev/null +++ b/scripts/11artisan_labyrinth.zs @@ -0,0 +1,177 @@ + +import mods.artisanworktables.builder.RecipeBuilder; + +print("Initializing 'NA11 - Artisan Worktables Recipes for Labyrinth blocks and alike for New Alterlite'..."); + +//val mason = RecipeBuilder.get("mason"); + +// === First 6 === +// Standard Labyrinth Block +RecipeBuilder.get("mason") + .setShaped([ + [, , ], + [, null, ], + [, , ]]) + .setFluid( * 500) + .addOutput( * 8) + .addTool(, 16) + .addTool(, 8) + .setName("na11_mason_labyrinth_type_0") + .create(); + +// Cade Labyrinth Block +RecipeBuilder.get("mason") + .setShaped([ + [, , ], + [, null, ], + [, , ]]) + .setFluid( * 500) + .addOutput( * 8) + .addTool(, 16) + .addTool(, 8) + .setName("na11_mason_labyrinth_type_1") + .create(); + +// White Labyrinth Block +RecipeBuilder.get("mason") + .setShaped([ + [, , ], + [, null, ], + [, , ]]) + .setFluid( * 500) + .addOutput( * 8) + .addTool(, 16) + .addTool(, 8) + .setName("na11_mason_labyrinth_type_2") + .create(); + +// Mundane Labyrinth Block +RecipeBuilder.get("mason") + .setShaped([ + [, , ], + [, null, ], + [, , ]]) + .setFluid( * 500) + .setSecondaryIngredients([ * 8]) + .addOutput( * 8) + .addTool(, 16) + .addTool(, 8) + .setName("na11_mason_labyrinth_type_3") + .create(); + +// Stale Labyrinth Block +RecipeBuilder.get("mason") + .setShaped([ + [, , ], + [, null, ], + [, , ]]) + .setFluid( * 500) + .setSecondaryIngredients([ * 8]) + .addOutput( * 8) + .addTool(, 16) + .addTool(, 8) + .setName("na11_mason_labyrinth_type_4") + .create(); + +// Yellow Labyrinth Block +RecipeBuilder.get("mason") + .setShaped([ + [, , ], + [, null, ], + [, , ]]) + .setFluid( * 500) + .setSecondaryIngredients([ * 8]) + .addOutput( * 8) + .addTool(, 16) + .addTool(, 8) + .setName("na11_mason_labyrinth_type_5") + .create(); + +// === Second 6 Set (Uses Coal Dust) === +// Tallack Labyrinth Block +RecipeBuilder.get("mason") + .setShaped([ + [, , ], + [, null, ], + [, , ]]) + .setFluid( * 500) + .setSecondaryIngredients([ * 8]) + .addOutput( * 8) + .addTool(, 16) + .addTool(, 8) + .setName("na11_mason_labyrinth_type_6") + .create(); + +// Hazardous Labyrinth Block +RecipeBuilder.get("mason") + .setShaped([ + [, , ], + [, null, ], + [, , ]]) + .setFluid( * 500) + .setSecondaryIngredients([ * 8]) + .addOutput( * 8) + .addTool(, 16) + .addTool(, 8) + .setName("na11_mason_labyrinth_type_7") + .create(); + +// Axon Labyrinth Block +RecipeBuilder.get("mason") + .setShaped([ + [, , ], + [, null, ], + [, , ]]) + .setFluid( * 500) + .setSecondaryIngredients([ * 8]) + .addOutput( * 8) + .addTool(, 16) + .addTool(, 8) + .setName("na11_mason_labyrinth_type_8") + .create(); + +// Gramm Labyrinth Block +RecipeBuilder.get("mason") + .setShaped([ + [, , ], + [, null, ], + [, , ]]) + .setFluid( * 500) + .setSecondaryIngredients([ * 8]) + .addOutput( * 8) + .addTool(, 16) + .addTool(, 8) + .setName("na11_mason_labyrinth_type_9") + .create(); + +// Barned Labyrinth Block +RecipeBuilder.get("mason") + .setShaped([ + [, , ], + [, null, ], + [, , ]]) + .setFluid( * 500) + .setSecondaryIngredients([ * 8]) + .addOutput( * 8) + .addTool(, 16) + .addTool(, 8) + .setName("na11_mason_labyrinth_type_10") + .create(); + +// Masked Labyrinth Block +RecipeBuilder.get("mason") + .setShaped([ + [, , ], + [, null, ], + [, , ]]) + .setFluid( * 500) + .setSecondaryIngredients([ * 8]) + .addOutput( * 8) + .addTool(, 16) + .addTool(, 8) + .setName("na11_mason_labyrinth_type_11") + .create(); + +// More coming soon + +print("Initialization of 'NA11 - Artisan Worktables Recipes for Labyrinth blocks and alike for New Alterlite' has been completed."); \ No newline at end of file