diff --git a/.packwizignore b/.packwizignore index d286930..e56f31d 100644 --- a/.packwizignore +++ b/.packwizignore @@ -2,4 +2,6 @@ .gitattributes extra_files/** server/** -credits.txt \ No newline at end of file +credits.txt +kubejs/jsconfig.json +kubejs/probe/** diff --git a/config/lithium.properties b/config/canary.properties similarity index 56% rename from config/lithium.properties rename to config/canary.properties index b68c3e5..a48abea 100644 --- a/config/lithium.properties +++ b/config/canary.properties @@ -1,11 +1,12 @@ -# This is the configuration file for Radium. +# This is the configuration file for Canary. # This file exists for debugging purposes and should not be configured otherwise. +# Before configuring anything, take a backup of the worlds that will be opened. # # You can find information on editing this file and all the available options here: -# https://github.com/jellysquid3/lithium-fabric/wiki/Configuration-File +# https://github.com/AbdElAziz333/Canary/wiki/Configuration-File # # By default, this file will be empty except for this notice. # Fix little tiles mixin.shapes.specialized_shapes = false -mixin.entity.collisions = false \ No newline at end of file +mixin.entity.collisions = false diff --git a/config/carryon-common.toml b/config/carryon-common.toml new file mode 100644 index 0000000..faf42df --- /dev/null +++ b/config/carryon-common.toml @@ -0,0 +1,81 @@ + +[settings] + #General Settings + #Maximum distance from where Blocks and Entities can be picked up + #Range: 0.0 ~ 1.7976931348623157E308 + maxDistance = 2.5 + #Max width of entities that can be picked up in survival mode + #Range: 0.0 ~ 10.0 + maxEntityWidth = 1.5 + #Max height of entities that can be picked up in survival mode + #Range: 0.0 ~ 10.0 + maxEntityHeight = 1.5 + #Slowness multiplier for blocks + #Range: 0.0 ~ 1.7976931348623157E308 + blockSlownessMultiplier = 2.0 + #Slowness multiplier for entities + #Range: 0.0 ~ 1.7976931348623157E308 + entitySlownessMultiplier = 1.5 + #Maximum stack limit for entities + #Range: > 1 + maxEntityStackLimit = 3 + #More complex Tile Entities slow down the player more + heavyTiles = true + #Allow all blocks to be picked up, not just Tile Entites. White/Blacklist will still be respected. + pickupAllBlocks = false + #Whether Blocks and Entities slow the creative player down when carried + slownessInCreative = true + #Whether hostile mobs should be able to picked up in survival mode + pickupHostileMobs = false + #Larger Entities slow down the player more + heavyEntities = true + #Allow babies to be carried even when adult mob is blacklisted (or not whitelisted) + allowBabies = false + #Use Whitelist instead of Blacklist for Blocks + useWhitelistBlocks = true + #Use Whitelist instead of Blacklist for Entities + useWhitelistEntities = false + #Use Whitelist instead of Blacklist for Stacking + useWhitelistStacking = false + #Whether the player can hit blocks and entities while carrying or not + hitWhileCarrying = false + #Whether the player drops the carried object when hit or not + dropCarriedWhenHit = true + #Use custom Pickup Scripts. Having this set to false, will not allow you to run scripts, but will increase your performance + useScripts = false + #Allows entities to be stacked on top of each other + stackableEntities = true + #Whether entities' size matters when stacking or not. This means that larger entities cannot be stacked on smaller ones + entitySizeMattersStacking = true + #Usually all the block state information is retained when placing a block that was picked up. But some information is changed to a modified property, like rotation or orientation. In this list, add additional properties that should NOT be saved and instead be updated when placed. Format: modid:block[propertyname]. Note: You don't need to add an entry for every subtype of a same block. For example, we only add an entry for one type of slab, but the change is applied to all slabs. + placementStateExceptions = ["minecraft:chest[type]", "minecraft:stone_button[face]", "minecraft:vine[north,east,south,west,up]", "minecraft:creeper_head[rotation]", "minecraft:glow_lichen[north,east,south,west,up,down]", "minecraft:oak_sign[rotation]", "minecraft:oak_trapdoor[half]"] + #Whether Players can be picked up. Creative players can't be picked up in Survival Mode + pickupPlayers = true + #Whether players in Survival Mode can pick up unbreakable blocks. Creative players always can. + pickupUnbreakableBlocks = false + +[whitelist] + #Whitelist. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Black---and-Whitelist-Config + #Entities that CAN be picked up (useWhitelistEntities must be true) + allowedEntities = [] + #Blocks that CAN be picked up (useWhitelistBlocks must be true) + allowedBlocks = ["minecraft:crafting_table","#forge:chests", "#forge:barrels", "forge:boxes/shulker", "sophisticatedstorage:shulker_box", "sophisticatedstorage:copper_shulker_box", "sophisticatedstorage:iron_shulker_box", "sophisticatedstorage:gold_shulker_box", "sophisticatedstorage:diamond_shulker_box", "sophisticatedstorage:netherite_shulker_box", "sophisticatedbackpacks:backpack", "functionalstorage:*"] + #Entities that CAN have other entities stacked on top of them (useWhitelistStacking must be true) + allowedStacking = [] + +[blacklist] + #Blacklist. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Black---and-Whitelist-Config + #Blocks that cannot be picked up + forbiddenTiles = ["#forge:immovable", "#forge:relocation_not_supported", "minecraft:end_portal", "minecraft:piston_head", "minecraft:end_gateway", "minecraft:tall_grass", "minecraft:large_fern", "minecraft:peony", "minecraft:rose_bush", "minecraft:lilac", "minecraft:sunflower", "minecraft:*_bed", "minecraft:*_door", "minecraft:big_dripleaf_stem", "minecraft:waterlily", "minecraft:cake", "minecraft:nether_portal", "minecraft:tall_seagrass", "animania:block_trough", "animania:block_invisiblock", "colossalchests:*", "ic2:*", "bigreactors:*", "forestry:*", "tconstruct:*", "rustic:*", "botania:*", "astralsorcery:*", "quark:colored_bed_*", "immersiveengineering:*", "embers:block_furnace", "embers:ember_bore", "embers:ember_activator", "embers:mixer", "embers:heat_coil", "embers:large_tank", "embers:crystal_cell", "embers:alchemy_pedestal", "embers:boiler", "embers:combustor", "embers:catalzyer", "embers:field_chart", "embers:inferno_forge", "storagedrawers:framingtable", "skyresources:*", "lootbags:*", "exsartagine:*", "aquamunda:tank", "opencomputers:*", "malisisdoors:*", "industrialforegoing:*", "minecolonies:*", "thaumcraft:pillar*", "thaumcraft:infernal_furnace", "thaumcraft:placeholder*", "thaumcraft:infusion_matrix", "thaumcraft:golem_builder", "thaumcraft:thaumatorium*", "magneticraft:oil_heater", "magneticraft:solar_panel", "magneticraft:steam_engine", "magneticraft:shelving_unit", "magneticraft:grinder", "magneticraft:sieve", "magneticraft:solar_tower", "magneticraft:solar_mirror", "magneticraft:container", "magneticraft:pumpjack", "magneticraft:solar_panel", "magneticraft:refinery", "magneticraft:oil_heater", "magneticraft:hydraulic_press", "magneticraft:multiblock_gap", "refinedstorage:*", "mcmultipart:*", "enderstorage:*", "betterstorage:*", "practicallogistics2:*", "wearablebackpacks:*", "rftools:screen", "rftools:creative_screen", "create:*", "magic_doorknob:*", "iceandfire:*", "ftbquests:*", "waystones:*", "contact:*", "framedblocks:*", "securitycraft:*", "forgemultipartcbe:*", "integrateddynamics:cable", "mekanismgenerators:wind_generator", "cookingforblockheads:cabinet", "cookingforblockheads:corner", "cookingforblockheads:counter", "cookingforblockheads:oven", "cookingforblockheads:toaster", "cookingforblockheads:milk_jar", "cookingforblockheads:cow_jar", "cookingforblockheads:fruit_basket", "cookingforblockheads:cooking_table", "cookingforblockheads:fridge", "cookingforblockheads:sink", "powah:*", "advancementtrophies:trophy", "mekanismgenerators:heat_generator", "mna:filler_block"] + #Entities that cannot be picked up + forbiddenEntities = ["minecraft:end_crystal", "minecraft:ender_dragon", "minecraft:ghast", "minecraft:shulker", "minecraft:leash_knot", "minecraft:armor_stand", "minecraft:item_frame", "minecraft:painting", "minecraft:shulker_bullet", "animania:hamster", "animania:ferret*", "animania:hedgehog*", "animania:cart", "animania:wagon", "mynko:*", "pixelmon:*", "mocreatures:*", "quark:totem", "vehicle:*", "securitycraft:*", "taterzens:npc", "easy_npc:*", "bodiesbodies:dead_body"] + #Entities that cannot have other entities stacked on top of them + forbiddenStacking = ["minecraft:horse"] + +[customPickupConditions] + #Custom Pickup Conditions. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Custom-Pickup-Condition-Config + #Custom Pickup Conditions for Blocks + customPickupConditionsBlocks = [] + #Custom Pickup Conditions for Entities + customPickupConditionsEntities = [] + diff --git a/config/everycomp-common.toml b/config/everycomp-common.toml deleted file mode 100644 index f3f5dd4..0000000 --- a/config/everycomp-common.toml +++ /dev/null @@ -1,23 +0,0 @@ - -[general] - #Enables the generation of dynamic assets. This is required for the mod to work properly. Turn off if you chose to add all the generated assets via datapack manually. This can speedup boot times for modpacks. Note that the generated assets will depend on loaded datapacks - generate_dynamic_assets = true - #Puts all the added items into a new Every Compat tab instead of their own mod tabs. Be warned that if disabled it could cause some issue with some mods that have custom tabs - creative_tab = true - #Makes dynamic assets that are generated depend on loaded resource packs. Turn off to make them just use vanilla assets - assets_depend_on_loaded_packs = true - #Creates a debug folder inside your instance directory where all the dynamically generated resources will be saved - save_debug_resources = false - #Sends a packet to verify all dependencies mod versions are the same on connect. DIsable if it causes issues - mod_version_check_packet = true - #Don't touch unless you are told to - debug_packet = false - - [general.tooltips] - #Enabled tooltips showing which mod an EC item is from - mod_origin_enabled = true - #Enabled tooltips showing which block type an EC item is made from - block_type_enabled = true - #Only show on advanced settings - show_on_advanced_tooltips = false - diff --git a/config/everycomp-entries.toml b/config/everycomp-entries.toml deleted file mode 100644 index 79ad98b..0000000 --- a/config/everycomp-entries.toml +++ /dev/null @@ -1,626 +0,0 @@ - -#Disables certain types. Note that all these configs, like in any other mod, only hide stuff from tabs and disable their recipes -[types] - - [types.cake] - - [types.cake.createaddition] - chocolate_cake = true - honey_cake = true - - [types.cake.mynethersdelight] - magma_cake = true - - [types.wood_type] - - [types.wood_type.upgrade_aquatic] - driftwood = true - river = true - - [types.wood_type.domum_ornamentum] - cactus = true - cactus_extra = true - - [types.wood_type.ars_nouveau] - archwood = true - - [types.wood_type.quark] - azalea = true - ancient = true - blossom = true - - [types.wood_type.deeperdarker] - bloom = true - echo = true - - [types.wood_type.biomesoplenty] - fir = true - pine = true - maple = true - redwood = true - mahogany = true - jacaranda = true - palm = true - willow = true - dead = true - magic = true - umbran = true - hellbark = true - empyreal = true - - [types.wood_type.silentgear] - netherwood = true - - [types.wood_type.vanillabackport] - pale_oak = true - - [types.wood_type.createdieselgenerators] - chip_wood = true - - [types.wood_type.mynethersdelight] - powdery = true - - [types.leaves_type] - - [types.leaves_type.ars_nouveau] - blue_archwood = true - green_archwood = true - purple_archwood = true - red_archwood = true - - [types.leaves_type.ars_elemental] - yellow_archwood = true - - [types.leaves_type.fruitsdelight] - pear = true - hawberry = true - lychee = true - mango = true - persimmon = true - peach = true - orange = true - apple = true - mangosteen = true - bayberry = true - kiwi = true - fig = true - durian = true - - [types.leaves_type.upgrade_aquatic] - river = true - - [types.leaves_type.quark] - ancient = true - blue_blossom = true - lavender_blossom = true - orange_blossom = true - yellow_blossom = true - red_blossom = true - - [types.leaves_type.biomesoplenty] - origin = true - flowering_oak = true - red_maple = true - orange_maple = true - yellow_maple = true - rainbow_birch = true - snowblossom = true - null = true - cypress = true - fir = true - pine = true - redwood = true - mahogany = true - jacaranda = true - palm = true - willow = true - dead = true - magic = true - umbran = true - hellbark = true - empyreal = true - - [types.leaves_type.silentgear] - netherwood = true - - [types.leaves_type.deeperdarker] - echo = true - - [types.leaves_type.vanillabackport] - pale_oak = true - - [types.leaves_type.chipped] - apple_acacia = true - cherry_acacia = true - dead_acacia = true - frosted_acacia = true - golden_acacia = true - golden_cherry_acacia = true - magenta_flower_acacia = true - orange_acacia = true - red_acacia = true - white_flower_acacia = true - apple_birch = true - cherry_birch = true - dead_birch = true - frosted_birch = true - golden_birch = true - golden_cherry_birch = true - magenta_flower_birch = true - orange_birch = true - red_birch = true - white_flower_birch = true - apple_dark_oak = true - cherry_dark_oak = true - dead_dark_oak = true - frosted_dark_oak = true - golden_dark_oak = true - golden_cherry_dark_oak = true - magenta_flower_dark_oak = true - orange_dark_oak = true - red_dark_oak = true - white_flower_dark_oak = true - apple_jungle = true - cherry_jungle = true - dead_jungle = true - frosted_jungle = true - golden_jungle = true - golden_cherry_jungle = true - magenta_flower_jungle = true - orange_jungle = true - red_jungle = true - white_flower_jungle = true - apple_oak = true - cherry_oak = true - dead_oak = true - frosted_oak = true - golden_oak = true - golden_cherry_oak = true - magenta_flower_oak = true - orange_oak = true - red_oak = true - white_flower_oak = true - apple_spruce = true - cherry_spruce = true - dead_spruce = true - frosted_spruce = true - golden_spruce = true - golden_cherry_spruce = true - magenta_flower_spruce = true - orange_spruce = true - red_spruce = true - white_flower_spruce = true - golden_apple_acacia = true - golden_apple_birch = true - golden_apple_dark_oak = true - golden_apple_jungle = true - golden_apple_oak = true - golden_apple_spruce = true - - [types.stone_type] - - [types.stone_type.create] - limestone = true - asurine = true - crimsite = true - ochrum = true - veridium = true - scoria = true - scorchia = true - - [types.stone_type.ars_nouveau] - sourcestone = true - - [types.stone_type.quark] - soul_sandstone = true - limestone = true - jasper = true - shale = true - myalite = true - permafrost = true - - [types.stone_type.biomesoplenty] - black_sandstone = true - orange_sandstone = true - white_sandstone = true - brimstone = true - - [types.stone_type.securitycraft] - reinforced_stone = true - - [types.stone_type.deeperdarker] - sculk_stone = true - gloomslate = true - - [types.stone_type.upgrade_aquatic] - coralstone = true - - [types.mud_type] - - [types.mud_type.deeperdarker] - sculk_grime = true - - [types.mud_type.securitycraft] - reinforced_mud = true - -#Disables specific entries -[entries] - - [entries.wood_type] - - [entries.wood_type.refurbished_furniture] - cutting_board = true - drawer = true - storage_cabinet = true - table = true - mail_box = true - dark_ceiling_fan = true - kitchen_sink = true - toilet = true - storage_jar = true - lattice_fence = true - basin = true - kitchen_drawer = true - lattice_fence_gate = true - kitchen_cabinetry = true - bath = true - crate = true - desk = true - chair = true - light_ceiling_fan = true - kitchen_storage_cabinet = true - - [entries.wood_type.functionalstorage] - 1 = true - 4 = true - 2 = true - - [entries.wood_type.table_top_craft] - connect_four = true - chess = true - chess_timer = true - - [entries.wood_type.create] - window = true - window_pane = true - - [entries.wood_type.farmersdelight] - cabinet = true - - [entries.wood_type.quark] - hollow_log = true - vertical_planks = true - post = true - trapped_chest = true - bookshelf = true - chest = true - stripped_post = true - ladder = false - vertical_slab = true - - [entries.wood_type.handcrafted] - counter = true - corner_trim = true - fancy_bed = true - desk = true - shelf = true - cupboard = true - dining_bench = true - bench = true - drawer = true - pillar_trim = true - side_table = true - nightstand = true - couch = true - table = true - chair = true - - [entries.wood_type.chipped] - fine_planks = true - checkered_trapdoor = true - overgrown_trapdoor = true - overgrown_door = true - windowed_door = true - tiled_door = true - classic_trapdoor = true - circle_glass = true - center_cut_log = true - pegged_planks = true - torch = true - secret_door = true - smooth_planks = true - screen_door = true - bared_glass = true - ornate_bared_glass = true - hewn_planks = true - crossed_planks = true - edged_stripped_log = true - beach_door = true - fine_vertical_planks = true - cross_laced_planks = true - diamond_bordered_glass = true - railed_planks = true - planks_mosaic = true - distorted_trapdoor = true - iron_barred_trapdoor = true - firewood_log = true - circle_glass_pane = true - f_sign_stripped_log = true - versailles_planks = true - wise_stripped_log = true - layered_stripped_log = true - whirlwind_planks = true - large_diamond_glass_pane = true - planked_log = true - mixed_log = true - framed_planks = true - square_glass = true - vined_trapdoor = true - barrel = true - woven_glass = true - detailed_planks = true - woven_trapdoor = true - cobweb_trapdoor = true - gated_door = true - supported_door = true - barred_trapdoor = true - line_bared_glass_pane = true - horizontal_lined_glass_pane = true - airy_trapdoor = true - lumpy_stripped_log = true - line_bared_glass = true - slanted_planks = true - edge_cut_log = true - barred_door = true - suspicious_trapdoor = true - chipped_stripped_log = true - patient_stripped_log = true - herringbone_planks = true - pressed_door = true - planks_panel = true - vertically_railed_planks = true - bared_glass_pane = true - diamond_bordered_glass_pane = true - solid_trapdoor = true - tiled_planks = true - boarded_door = true - dual_paneled_door = true - square_glass_pane = true - meshed_trapdoor = true - overgrown_log = true - thin_planks = true - fancy_trapdoor = true - paper_door = true - warted_trapdoor = true - basket_woven_planks = true - enclosed_planks = true - flowering_log = true - k_sign_stripped_log = true - double_herringbone_planks = true - sign_stripped_log = true - crated_planks = true - horizontal_lined_glass = true - knotted_stripped_log = true - l_sign_stripped_log = true - reinforced_log = true - natural_planks = true - classic_windowed_trapdoor = true - brick_bond_planks = true - wickered_planks = true - bordered_glass_pane = true - sliding_door = true - heavy_trapdoor = true - bordered_glass = true - laced_planks = true - boxed_planks = true - reinforced_crate = true - large_diamond_glass = true - snowflake_glass_pane = true - bricky_planks = true - reinforced_stripped_log = true - slotted_trapdoor = true - shack_door = true - bundled_log = true - polished_planks = true - ornate_bared_glass_pane = true - stern_stripped_log = true - diagonal_planks = true - wall_torch = true - crate = true - nailed_planks = true - cornered_planks = true - shifted_planks = true - vertical_planks = true - glass_door = true - fortified_door = true - paneled_door = true - carved_stripped_log = true - leafy_trapdoor = true - snowflake_glass = true - heavy_door = true - pointless_trapdoor = true - stacked_planks = true - planks_shavings = true - twisted_trapdoor = true - i_sign_stripped_log = true - d_sign_stripped_log = true - diamond_planks = true - woven_glass_pane = true - windowed_trapdoor = true - tile_windowed_door = true - damaged_log = true - golden_barred_trapdoor = true - nailed_log = true - - [entries.leaves_type] - - [entries.leaves_type.quark] - hedge = true - leaf_carpet = true - - [entries.leaves_type.refurbished_furniture] - hedge = true - - [entries.stone_type] - - [entries.stone_type.rechiseled] - squares = true - smooth_large_tiles = true - brick_paving_connecting = true - brick_pattern_connecting = true - brick_pattern = true - waves_connecting = true - small_bricks = true - smooth_large_tiles_connecting = true - small_bricks_connecting = true - path_connecting = true - bordered = true - rotated_bricks_connecting = true - smooth_rotated_bricks = true - rotated_bricks = true - big_tiles_connecting = true - smooth_brick_paving = true - diagonal_bricks = true - big_tiles = true - smooth_rotated_bricks_connecting = true - tiles_connecting = true - brick_paving = true - small_tiles_connecting = true - bordered_connecting = true - waves = true - crushed_connecting = true - tiles = true - squares_connecting = true - path = true - smooth_tiles_connecting = true - diagonal_bricks_connecting = true - smooth_tiles = true - crushed = true - small_tiles = true - smooth_brick_paving_connecting = true - slated = true - - [entries.stone_type.create] - cut_wall = true - small_bricks = true - layered = true - cut_brick_wall = true - pillar = true - cut_brick_stairs = true - cut_brick_slab = true - polished_cut_slab = true - polished_cut_wall = true - cut_slab = true - small_brick_wall = true - cut = true - polished_cut = true - small_brick_slab = true - cut_stairs = true - small_brick_stairs = true - cut_bricks = true - polished_cut_stairs = true - - [entries.stone_type.quark] - polished_vertical_slab = true - pillar = true - vertical_slab = true - - [entries.stone_type.additional_lights] - standing_torch_l_polished = true - standing_torch_s_smooth = true - fire_pit_s_mossy_bricks = true - fire_pit_l_bricks = true - al_lamp = true - fire_pit_s_bricks = true - standing_torch_l_mossy_bricks = true - standing_torch_l_smooth = true - fire_pit_l_polished = true - fire_pit_s = true - standing_torch_l_bricks = true - fire_pit_l = true - standing_torch_s_mossy_bricks = true - fire_pit_s_smooth = true - standing_torch_l = true - fire_pit_l_smooth = true - standing_torch_s = true - standing_torch_s_bricks = true - fire_pit_s_polished = true - fire_pit_l_mossy_bricks = true - standing_torch_s_polished = true - - [entries.stone_type.chipped] - pillar = true - checkered_tiles = true - cracked_flat_tiles = true - weathered = true - smooth_column = true - fine_pillar = true - brick_bordered = true - smooth_inlayed = true - bordered = true - cut_column = true - smoothed_double_inlayed = true - rounded_bricks = true - overlapping_tiles = true - pillar_top = true - rough = true - loded = true - massive_bricks = true - thick_inlayed = true - tiny_brick_bordered = true - pointed_dripstone = false - mini_tiles = true - angry = true - vertical_cut = true - crying = true - runic_carved = true - stacked_bricks = true - inscribed = true - polished = true - cut_blank = true - blank_carving = true - tiny_layered_slabs = true - flat_tiles = true - inlayed = true - trodden = true - tiled = true - creeper_carving = true - cracked_bricks = true - pillar_bricks = true - cracked_disordered_bricks = true - ornate_pillar = true - tiled_column = true - eroded = true - tiled_bordered = true - simple_pillar = true - scales = true - vertical_disordered_bricks = true - sad = true - glad = true - unamused = true - edged_bricks = true - cobbled = true - tiny_layered_bricks = true - bricks = true - layed_bricks = true - spider_carving = true - sanded = true - engraved = true - offset_bricks = true - small_bricks = true - duh = true - smooth_ringed = true - curly_pillar = true - etched_bricks = true - spiraled = true - prismal_remnants = true - tiny_bricks = true - carved = true - - [entries.mud_type] - - [entries.mud_type.quark] - carved_bricks = true - pillar = true - brick_lattice = true - diff --git a/config/particle_core_config.toml b/config/particle_core_config.toml new file mode 100644 index 0000000..fc798a8 --- /dev/null +++ b/config/particle_core_config.toml @@ -0,0 +1,9 @@ +# Don't change this! Version used to track needed updates. +version = 0 +turnOffPotionParticles = "NONE" +reduceAllChance = 0.0 +reduceDecreasedChance = 0.0 +disableParticles = false +byTypeReductions = { +"minecraft:smoke" = 0.1 +} diff --git a/config/particular-common.toml b/config/particular-common.toml new file mode 100644 index 0000000..5fb7398 --- /dev/null +++ b/config/particular-common.toml @@ -0,0 +1,103 @@ + +#Particular Mod Configuration +[general] + + #Enable/Disable Effects + [general.enabledEffects] + #Enable water splash particles + waterSplash = false + #Enable cascade particles + cascades = true + #Enable waterfall spray particles + waterfallSpray = false + #Enable firefly particles + fireflies = true + #Enable falling leaves particles + fallingLeaves = true + #Enable cave dust particles + caveDust = true + #Enable chest bubbles + chestBubbles = true + #Enable soul sand bubbles + soulSandBubbles = true + #Enable barrel bubbles + barrelBubbles = true + #Enable popping bubbles + poppingBubbles = true + #Enable rain ripples + rainRipples = true + #Enable water drip ripples + waterDripRipples = true + #Enable cake eating particles + cakeEatingParticles = true + #Enable emissive lava drips + emissiveLavaDrips = true + + #Advanced Particle Settings + [general.advancedSettings] + + [general.advancedSettings.fireflySettings] + #Time when fireflies start spawning + #Range: 0 ~ 23999 + startTime = 12000 + #Time when fireflies stop spawning + #Range: 0 ~ 23999 + endTime = 23000 + #Minimum temperature for fireflies to spawn + #Range: 0.0 ~ 2.0 + minTemp = 0.5 + #Maximum temperature for fireflies to spawn + #Range: 0.0 ~ 2.0 + maxTemp = 0.9900000095367432 + #Whether fireflies can spawn in rain + canSpawnInRain = false + + [general.advancedSettings.fireflySettings.frequencyModifiers] + #Daily random factors for firefly spawning + dailyRandom = [0.0, 0.0, 0.0, 0.33, 0.66, 1.0] + #Frequency modifier for grass + #Range: 0.0 ~ 1.0 + grass = 0.16666666666666666 + #Frequency modifier for tall grass + #Range: 0.0 ~ 1.0 + tallGrass = 0.08333333333333333 + #Frequency modifier for flowers + #Range: 0.0 ~ 1.0 + flowers = 1.0 + #Frequency modifier for tall flowers + #Range: 0.0 ~ 1.0 + tallFlowers = 0.5 + + [general.advancedSettings.fallingLeavesSettings] + #Chance of spawning falling leaves (higher = less frequent) + #Range: > 1 + spawnChance = 60 + #Whether falling leaves create ripples when landing on water + spawnRipples = true + #Whether falling leaves lay flat on the ground + layFlatOnGround = true + #Whether falling leaves lay at right angles + layFlatRightAngles = false + + [general.advancedSettings.caveDustSettings] + #Chance of spawning cave dust (higher = less frequent) + #Range: > 1 + spawnChance = 700 + #Base maximum age of cave dust particles + #Range: > 1 + baseMaxAge = 200 + #OwOColor of cave dust particles (RGB hex) + #Range: 0 ~ 16777215 + color = 8421504 + #Duration of fade effect for cave dust particles + #Range: > 0 + fadeDuration = 20 + #Maximum acceleration of cave dust particles + #Range: 0.0 ~ 1.0 + maxAcceleration = 0.029999999329447746 + #Chance of changing acceleration for cave dust particles + #Range: > 1 + accelChangeChance = 180 + #Biomes where cave dust won't spawn + excludeBiomes = ["minecraft:lush_caves", "minecraft:dripstone_caves", "minecraft:deep_dark"] + diff --git a/config/paxi/datapack_load_order.json b/config/paxi/datapack_load_order.json new file mode 100644 index 0000000..1868fa5 --- /dev/null +++ b/config/paxi/datapack_load_order.json @@ -0,0 +1,3 @@ +{ + "loadOrder": [] +} \ No newline at end of file diff --git a/kubejs/data/create-immersive-aircrafts-data-pack.pw.toml b/config/paxi/datapacks/create-immersive-aircrafts-data-pack.pw.toml similarity index 100% rename from kubejs/data/create-immersive-aircrafts-data-pack.pw.toml rename to config/paxi/datapacks/create-immersive-aircrafts-data-pack.pw.toml diff --git a/kubejs/data/create-immersive-aircrafts-warship-recipe.pw.toml b/config/paxi/datapacks/create-immersive-aircrafts-warship-recipe.pw.toml similarity index 100% rename from kubejs/data/create-immersive-aircrafts-warship-recipe.pw.toml rename to config/paxi/datapacks/create-immersive-aircrafts-warship-recipe.pw.toml diff --git a/kubejs/data/create-let-the-adventure-begin.pw.toml b/config/paxi/datapacks/create-let-the-adventure-begin.pw.toml similarity index 100% rename from kubejs/data/create-let-the-adventure-begin.pw.toml rename to config/paxi/datapacks/create-let-the-adventure-begin.pw.toml diff --git a/config/paxi/datapacks/repurposed-structures-bountiful-compat.pw.toml b/config/paxi/datapacks/repurposed-structures-bountiful-compat.pw.toml new file mode 100644 index 0000000..1da4ecd --- /dev/null +++ b/config/paxi/datapacks/repurposed-structures-bountiful-compat.pw.toml @@ -0,0 +1,13 @@ +name = "Repurposed Structures - Bountiful Compat" +filename = "Repurposed_Structures-Bountiful_v3.zip" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/CUfOpYVR/versions/2vRkUyMs/Repurposed_Structures-Bountiful_v3.zip" +hash-format = "sha512" +hash = "8ccd86d597b50be14eb156230f73f400b7e9bc9a037684f3d476789ed08b8c066510393ade8148998c1a034b58dfd637c208993b6770b4e893921f93fe01c988" + +[update] +[update.modrinth] +mod-id = "CUfOpYVR" +version = "2vRkUyMs" diff --git a/kubejs/data/repurposed-structures-farmers-delight-compat.pw.toml b/config/paxi/datapacks/repurposed-structures-farmers-delight-compat.pw.toml similarity index 100% rename from kubejs/data/repurposed-structures-farmers-delight-compat.pw.toml rename to config/paxi/datapacks/repurposed-structures-farmers-delight-compat.pw.toml diff --git a/config/paxi/resourcepack_load_order.json b/config/paxi/resourcepack_load_order.json new file mode 100644 index 0000000..1868fa5 --- /dev/null +++ b/config/paxi/resourcepack_load_order.json @@ -0,0 +1,3 @@ +{ + "loadOrder": [] +} \ No newline at end of file diff --git a/resourcepacks/3d-crops.pw.toml b/config/paxi/resourcepacks/3d-crops.pw.toml similarity index 59% rename from resourcepacks/3d-crops.pw.toml rename to config/paxi/resourcepacks/3d-crops.pw.toml index 63eeff8..8d11e06 100644 --- a/resourcepacks/3d-crops.pw.toml +++ b/config/paxi/resourcepacks/3d-crops.pw.toml @@ -4,8 +4,8 @@ side = "client" [download] url = "https://cdn.modrinth.com/data/PgpTtNoI/versions/iKYRZwnm/crops-3d%282%29.zip" -hash-format = "sha1" -hash = "233e886a3aed43cb48d01f87b8d68f43eb66b970" +hash-format = "sha512" +hash = "57073e45b1499cb7c4e6e40f9314fa6bb24716f116ef83a65914c86a7999bb26d28c023afd502e2bdbce60312c225199c4e46a3194e8dbe7bb60121894338996" [update] [update.modrinth] diff --git a/resourcepacks/better-lanterns.pw.toml b/config/paxi/resourcepacks/better-lanterns.pw.toml similarity index 63% rename from resourcepacks/better-lanterns.pw.toml rename to config/paxi/resourcepacks/better-lanterns.pw.toml index d5c53ec..9209bc9 100644 --- a/resourcepacks/better-lanterns.pw.toml +++ b/config/paxi/resourcepacks/better-lanterns.pw.toml @@ -4,8 +4,8 @@ side = "client" [download] url = "https://cdn.modrinth.com/data/PGGrfcvL/versions/xuTH8Cj3/Better%2BLanterns%2Bv1.2%28mc-1.20.1%29.zip" -hash-format = "sha1" -hash = "705b7fa82c39ff568f0b2ea4ebebe71ce2c9be19" +hash-format = "sha512" +hash = "10e2ddfd29e4e0e5ac1fcab2672f554a67c8656b97e9cb9d90ef120fd5cfb76f616883caa7b8377d176ebcdb9a7324a3eefa35b3f40d17aa2b4f8f666fc01ec9" [update] [update.modrinth] diff --git a/config/paxi/resourcepacks/better-leaves.pw.toml b/config/paxi/resourcepacks/better-leaves.pw.toml new file mode 100644 index 0000000..c825a73 --- /dev/null +++ b/config/paxi/resourcepacks/better-leaves.pw.toml @@ -0,0 +1,13 @@ +name = "Motschen's Better Leaves" +filename = "Better-Leaves-9.2.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/uvpymuxq/versions/1lk3J8Ip/Better-Leaves-9.2.zip" +hash-format = "sha512" +hash = "5cb3cb074fe11e35719cd080b1850569365c76996a2162df856e35de2daf1d34bee0c58bc10e940b492d12f1501155193ddf3cc285af3d198ee5a0d65ba420a2" + +[update] +[update.modrinth] +mod-id = "uvpymuxq" +version = "1lk3J8Ip" diff --git a/config/paxi/resourcepacks/create-computercraft.pw.toml b/config/paxi/resourcepacks/create-computercraft.pw.toml new file mode 100644 index 0000000..53ca505 --- /dev/null +++ b/config/paxi/resourcepacks/create-computercraft.pw.toml @@ -0,0 +1,13 @@ +name = "Create: ComputerCraft" +filename = "Create Computers 1.2.1 - 1.20.1 Resource Pack Only.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/mh9nQqo4/versions/KGjoGhyf/Create%20Computers%201.2.1%20-%201.20.1%20Resource%20Pack%20Only.zip" +hash-format = "sha512" +hash = "61606ef330b2ed87282fc0139e0ee64ce9021d400bce7e82493a4c1821c434fa65ef04fb5ba2df701dec52a95976fc967dc4853d63f53100c5d6ad2eadc9c9f4" + +[update] +[update.modrinth] +mod-id = "mh9nQqo4" +version = "KGjoGhyf" diff --git a/resourcepacks/create-immersive-aircrafts-resource-pack.pw.toml b/config/paxi/resourcepacks/create-immersive-aircrafts-resource-pack.pw.toml similarity index 100% rename from resourcepacks/create-immersive-aircrafts-resource-pack.pw.toml rename to config/paxi/resourcepacks/create-immersive-aircrafts-resource-pack.pw.toml diff --git a/resourcepacks/create-immersive-aircrafts-warship.pw.toml b/config/paxi/resourcepacks/create-immersive-aircrafts-warship.pw.toml similarity index 100% rename from resourcepacks/create-immersive-aircrafts-warship.pw.toml rename to config/paxi/resourcepacks/create-immersive-aircrafts-warship.pw.toml diff --git a/config/paxi/resourcepacks/create-ultra-pbr.pw.toml b/config/paxi/resourcepacks/create-ultra-pbr.pw.toml new file mode 100644 index 0000000..6026786 --- /dev/null +++ b/config/paxi/resourcepacks/create-ultra-pbr.pw.toml @@ -0,0 +1,13 @@ +name = "Create Ultra" +filename = "Create_Ultra_v1.0.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/9wrMXul2/versions/TF4czhUS/Create_Ultra_v1.0.zip" +hash-format = "sha512" +hash = "0d1a4c80674e397cfa4d9df9795b8ce1374234418071e30fb64da0a04bc356bf7ed0d41785d7d3e4d6e096905aaadc2ddf4da5dfbf6d2644dd399a616bde9edb" + +[update] +[update.modrinth] +mod-id = "9wrMXul2" +version = "TF4czhUS" diff --git a/resourcepacks/created-pretty-pipes.pw.toml b/config/paxi/resourcepacks/created-pretty-pipes.pw.toml similarity index 100% rename from resourcepacks/created-pretty-pipes.pw.toml rename to config/paxi/resourcepacks/created-pretty-pipes.pw.toml diff --git a/config/paxi/resourcepacks/cubic-sun-moon.pw.toml b/config/paxi/resourcepacks/cubic-sun-moon.pw.toml new file mode 100644 index 0000000..8588e4b --- /dev/null +++ b/config/paxi/resourcepacks/cubic-sun-moon.pw.toml @@ -0,0 +1,13 @@ +name = "Cubic Sun & Moon" +filename = "cubic-sun-moon-v1.8.3a.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/g4bSYbrU/versions/sdYrL5PD/cubic-sun-moon-v1.8.3a.zip" +hash-format = "sha512" +hash = "f985f17e128c1f8fb11b4e0def7949d030eb8f8ac7eb9e8ff430706b65228620daf38ef1c0d12f8c0c904094c0c79ccf26815d1b8ce89e989effd2480ba5aa76" + +[update] +[update.modrinth] +mod-id = "g4bSYbrU" +version = "sdYrL5PD" diff --git a/resourcepacks/enhanced-boss-bars.pw.toml b/config/paxi/resourcepacks/enhanced-boss-bars.pw.toml similarity index 100% rename from resourcepacks/enhanced-boss-bars.pw.toml rename to config/paxi/resourcepacks/enhanced-boss-bars.pw.toml diff --git a/resourcepacks/fresh-animations-extensions.pw.toml b/config/paxi/resourcepacks/fresh-animations-extensions.pw.toml similarity index 100% rename from resourcepacks/fresh-animations-extensions.pw.toml rename to config/paxi/resourcepacks/fresh-animations-extensions.pw.toml diff --git a/resourcepacks/fresh-animations.pw.toml b/config/paxi/resourcepacks/fresh-animations.pw.toml similarity index 61% rename from resourcepacks/fresh-animations.pw.toml rename to config/paxi/resourcepacks/fresh-animations.pw.toml index 19bff42..7bb97e5 100644 --- a/resourcepacks/fresh-animations.pw.toml +++ b/config/paxi/resourcepacks/fresh-animations.pw.toml @@ -4,8 +4,8 @@ side = "client" [download] url = "https://cdn.modrinth.com/data/50dA9Sha/versions/8vtPih5h/FreshAnimations_v1.9.2.zip" -hash-format = "sha1" -hash = "ff18e6a762b87d7e8bad0726ac7d9c153306c6d2" +hash-format = "sha512" +hash = "97a387112a5a94b0e7f4d0d2439977a9f28579303ad883ed3d0fcc3277357f8b3ab2418960f698d1a5f435903e0b2f82716fc92f8500cac090f900b2d2135dcf" [update] [update.modrinth] diff --git a/config/paxi/resourcepacks/fresh-friends.pw.toml b/config/paxi/resourcepacks/fresh-friends.pw.toml new file mode 100644 index 0000000..cb042c1 --- /dev/null +++ b/config/paxi/resourcepacks/fresh-friends.pw.toml @@ -0,0 +1,13 @@ +name = "Fresh Friends" +filename = "Fresh Friends v2.1.1.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "47d9df0c2e4edb2da632219de4d40dce89935f46" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5484568 +project-id = 929636 diff --git a/config/paxi/resourcepacks/freshly-modded.pw.toml b/config/paxi/resourcepacks/freshly-modded.pw.toml new file mode 100644 index 0000000..ff97a11 --- /dev/null +++ b/config/paxi/resourcepacks/freshly-modded.pw.toml @@ -0,0 +1,13 @@ +name = "F.M.R.P" +filename = "FMRP 1.6.3 Beta.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/u4nhiAdP/versions/qfuAXXat/FMRP%201.6.3%20Beta.zip" +hash-format = "sha512" +hash = "6888f7aa2ec5d79c762d41dd098abf1db17e3e91286618d5c4b6680bf6d5717d462bfecdb05ef643302d7f0db169801e65430f9bbc2f3de11ccd46302bad24f3" + +[update] +[update.modrinth] +mod-id = "u4nhiAdP" +version = "qfuAXXat" diff --git a/resourcepacks/katus-carpets-and-rugs.pw.toml b/config/paxi/resourcepacks/katus-carpets-and-rugs.pw.toml similarity index 100% rename from resourcepacks/katus-carpets-and-rugs.pw.toml rename to config/paxi/resourcepacks/katus-carpets-and-rugs.pw.toml diff --git a/config/paxi/resourcepacks/low-fire-pack.pw.toml b/config/paxi/resourcepacks/low-fire-pack.pw.toml new file mode 100644 index 0000000..d969570 --- /dev/null +++ b/config/paxi/resourcepacks/low-fire-pack.pw.toml @@ -0,0 +1,13 @@ +name = "Low Fire" +filename = "Low Fire.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/1jZGHJ05/versions/pRgzcNkq/Low%20Fire.zip" +hash-format = "sha512" +hash = "f6e535040762b5c4f280e22c832ed58dc779460bdf24116a282b67c51b2996fe5fd11557632f27e9bd9b808ec0e49c254766da27229b052711428186dde48253" + +[update] +[update.modrinth] +mod-id = "1jZGHJ05" +version = "pRgzcNkq" diff --git a/config/paxi/resourcepacks/mt-ct-d.pw.toml b/config/paxi/resourcepacks/mt-ct-d.pw.toml new file mode 100644 index 0000000..4d6fb77 --- /dev/null +++ b/config/paxi/resourcepacks/mt-ct-d.pw.toml @@ -0,0 +1,13 @@ +name = "Midnighttigger's Default Connected Textures" +filename = "Midnighttiggers-FCT-Default_1.20_V7.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/TjOXlt9Y/versions/XYxarLuF/Midnighttiggers-FCT-Default_1.20_V7.zip" +hash-format = "sha512" +hash = "7d5d02af10b206ea0c3e88aef09cece29c30eeb2afbe20debfc530779bc7dd56c269b340b052dbb0a720fdb69e4fdad988525690f2322af14d0a9b8f6511c483" + +[update] +[update.modrinth] +mod-id = "TjOXlt9Y" +version = "XYxarLuF" diff --git a/config/paxi/resourcepacks/rays-3d-ladders.pw.toml b/config/paxi/resourcepacks/rays-3d-ladders.pw.toml new file mode 100644 index 0000000..ae6a205 --- /dev/null +++ b/config/paxi/resourcepacks/rays-3d-ladders.pw.toml @@ -0,0 +1,13 @@ +name = "RAY's 3D Ladders" +filename = "§9RAY's §f3D §6Ladders§8§o§k.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Uupo7yGf/versions/zgBt9I31/%C2%A79RAY%27s%20%C2%A7f3D%20%C2%A76Ladders%C2%A78%C2%A7o%C2%A7k.zip" +hash-format = "sha512" +hash = "27b9f7ceb4b7dca93a9db0d3f1616fd4e6c47898940d84419dada384b13c60d5cef6f470046478161f31059d7471e7d956ee818a985216f427b2c054d0731687" + +[update] +[update.modrinth] +mod-id = "Uupo7yGf" +version = "zgBt9I31" diff --git a/config/paxi/resourcepacks/rays-3d-rails.pw.toml b/config/paxi/resourcepacks/rays-3d-rails.pw.toml new file mode 100644 index 0000000..d77678d --- /dev/null +++ b/config/paxi/resourcepacks/rays-3d-rails.pw.toml @@ -0,0 +1,13 @@ +name = "RAY's 3D Rails" +filename = "§9RAY's §f3D §6Rails§8§o§k.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/jKa9Ievs/versions/9D6mRR7S/%C2%A79RAY%27s%20%C2%A7f3D%20%C2%A76Rails%C2%A78%C2%A7o%C2%A7k.zip" +hash-format = "sha512" +hash = "8270b270ca7a0e2be9bb0653aa05878e4b60ded3091707637620cf0b025d09f00ff6187a307b51bcddaeefeec4851f9fb65d1fd3138e3a777108db3035ce2590" + +[update] +[update.modrinth] +mod-id = "jKa9Ievs" +version = "9D6mRR7S" diff --git a/config/paxi/resourcepacks/recolourful-containers-gui.pw.toml b/config/paxi/resourcepacks/recolourful-containers-gui.pw.toml new file mode 100644 index 0000000..6552dab --- /dev/null +++ b/config/paxi/resourcepacks/recolourful-containers-gui.pw.toml @@ -0,0 +1,13 @@ +name = "Recolourful Containers GUI + HUD" +filename = "Recolourful Containers 2.1.1 (1.19.4+).zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/lewweaHO/versions/vG2IW0v1/Recolourful%20Containers%202.1.1%20%281.19.4%2B%29.zip" +hash-format = "sha512" +hash = "1be1d3d8469122a5919eff6d7eb754d555f89612f0d1411948baa049702280c300ad0b9ea4dcdb7845678680a31f8823f1896bd346564489127a522e27296f0e" + +[update] +[update.modrinth] +mod-id = "lewweaHO" +version = "vG2IW0v1" diff --git a/resourcepacks/tras-fresh-player.pw.toml b/config/paxi/resourcepacks/tras-fresh-player.pw.toml similarity index 100% rename from resourcepacks/tras-fresh-player.pw.toml rename to config/paxi/resourcepacks/tras-fresh-player.pw.toml diff --git a/config/refurbished_furniture.server.toml b/config/refurbished_furniture.server.toml deleted file mode 100644 index 1da5cd9..0000000 --- a/config/refurbished_furniture.server.toml +++ /dev/null @@ -1,161 +0,0 @@ - -# Toilet related properties -[toilet] - # The storage capacity of the fluid tank contained in this block. If you're using Forge, - # 1000 units represents the capacity of a bucket, while it's 81000 on Fabric. So if you - # want 3 buckets worth of storage, it will be 3000 (Forge) or 243000 (Fabric) - # Valid range: 1 to 9223372036854775807 (inclusive) - fluidCapacity = 1000 - # If enabled, when interacting with this block it will dispense free water into - # it's fluid tank, assuming the tank is empty or contains water but has not reached it's - # capacity. - # Valid values: true, false - dispenseWater = false - -# Electricity related properties -[electricity] - # The maximum amount of nodes in a network that can be powered by an electricity - # source, like the electricity generator. - # Valid range: 1 to 512 (inclusive) - maximumNodesInNetwork = 64 - # The maximum amount of links that can be connected to a single electricity node. - # Valid range: 1 to 64 (inclusive) - maximumLinksPerElectricityNode = 6 - # The maximum amount of links that can be connected to an Electricity Generator. - # Valid range: 1 to 64 (inclusive) - maximumLinksPerElectricityGenerator = 12 - # The amount of power that is generated by the electricity generator per fuel tick. - # For example, coal has 1600 ticks of fuel, and at a ratio of 4, it would produce - # 6400 units of power. The default value of 8 means that the electricity generator - # would consume almost 2 coal per in-game day. - # Valid range: 1 to 128 (inclusive) - fuelToPowerRatio = 16 - # The maximum area radius determines the size of the area which electricity nodes must - # be inside of to be powered by a source node (like the Electricity Generator). The - # radius is represented as blocks. The center of the area is the source node providing - # the power, and area radius expands in each cardinal direction, including up and down. - # For example, if we have an area radius of 16 blocks, a source node can provide power - # to other electricity nodes from (x-16,y-16,z-16) to (x+16,y+16,z+16) with x,y,z being - # the block position of the source. Electricity nodes still must be connected with - # links to be powered, this config value just determines the acceptable area. - # Valid range: 1 to 256 (inclusive) - powerableAreaRadius = 80 - - # Cheats for electricity. Free power, etc. - [electricity.cheats] - # Makes all blocks that require electricity always be powered without them being - # connected to an Electricity Generator. Warning, some blocks may no longer work as - # expected. Use at your own risk of a downgraded experience. - # Valid values: true, false - everythingIsPowered = false - # Electricity Generators will now output free power, and stay on forever. - # Valid values: true, false - freeGeneratorPower = false - -# Mailing related properties -[mailing] - # If enabled, this will ban items with an inventory (like a Shulker Box) being sent through - # a Post Box. This prevents players from creating massive NBT on a single item, which can - # cause issues for your server/world save. - # Valid values: true, false - banSendingItemsWithInventories = true - # Prevents items contained in this list from being sent through a Post Box. - # An example of how the list is defined: - # bannedItems = [ - # "minecraft:water_bucket", - # "minecraft:diamond", - # "refurbished_furniture:mailbox" - # ... - # ] - # ^ Note: This is just an example. Write your list below. - bannedItems = [] - # A list of dimensions you are allowed to place mailboxes. An empty list means that - # mailboxes can be placed in any dimension. - # An example of how the list is defined: - # allowedDimensions = [ - # "minecraft:overworld", - # "minecraft:the_nether", - # ... - # ] - # ^ Note: This is just an example. Write your list below. - allowedDimensions = [] - # The amount of inventory rows in a mailbox. If you change this value from a larger to - # a smaller value, items contained in the removed rows will be deleted. Use caution - # when changing this value to avoid inconvenience and backup your saves. - # Valid range: 1 to 6 (inclusive) - mailboxInventoryRows = 1 - # The maximum amount of mailboxes a player is allowed to register/own. - # Valid range: 1 to 2147483647 (inclusive) - maxMailboxesPerPlayer = 16 - # The maximum amount of items that can be queued for delivery to a mailbox. Items become - # queued when the receiving mailbox's inventory is full. This is to prevent infinite storage. - # Valid range: 0 to 256 (inclusive) - deliveryQueueSize = 32 - -# Kitchen Sink related properties -[kitchenSink] - # If enabled, when interacting with this block it will dispense free water into - # it's fluid tank, assuming the tank is empty or contains water but has not reached it's - # capacity. - # Valid values: true, false - dispenseWater = false - # The storage capacity of the fluid tank contained in this block. If you're using Forge, - # 1000 units represents the capacity of a bucket, while it's 81000 on Fabric. So if you - # want 3 buckets worth of storage, it will be 3000 (Forge) or 243000 (Fabric) - # Valid range: 1 to 9223372036854775807 (inclusive) - fluidCapacity = 3000 - -# Recycle Bin related properties -[recycleBin] - # The maximum amount of experience levels that the recycling bin can hold. Recycling stops once it reaches that level. - # Valid range: 1 to 100 (inclusive) - maximumExperienceLevels = 5 - # The amount of time in ticks that it takes to perform one cycle of recycling - # Valid range: 1 to 2147483647 (inclusive) - processingTime = 10 - # The amount of experience to add when recycling an item. - # Valid range: 0 to 179769313486231570000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 (inclusive) - experiencePerItem = 0.05 - -# Trampoline related properties -[trampoline] - # The maximum height that can be achieved from bouncing on the trampoline. The maximum - # height is affected the shape of the trampoline, the center trampoline in a 3x3 will - # be able to reach the maximum bounce height, while a single trampoline will only reach - # half. - # Valid range: 0 to 64 (inclusive) - maxBounceHeight = 8.0 - -# Basin related properties -[basin] - # The storage capacity of the fluid tank contained in this block. If you're using Forge, - # 1000 units represents the capacity of a bucket, while it's 81000 on Fabric. So if you - # want 3 buckets worth of storage, it will be 3000 (Forge) or 243000 (Fabric) - # Valid range: 1 to 9223372036854775807 (inclusive) - fluidCapacity = 1000 - # If enabled, when interacting with this block it will dispense free water into - # it's fluid tank, assuming the tank is empty or contains water but has not reached it's - # capacity. - # Valid values: true, false - dispenseWater = false - -# Recipe related properties -[recipes] - # If enabled, the Frying Pan and Grill will inherit all the cooking recipes from the - # vanilla Campfire. - # Valid values: true, false - inheritCampfireRecipes = true - -# Bath related properties -[bath] - # The storage capacity of the fluid tank contained in this block. If you're using Forge, - # 1000 units represents the capacity of a bucket, while it's 81000 on Fabric. So if you - # want 3 buckets worth of storage, it will be 3000 (Forge) or 243000 (Fabric) - # Valid range: 1 to 9223372036854775807 (inclusive) - fluidCapacity = 10000 - # If enabled, when interacting with this block it will dispense free water into - # it's fluid tank, assuming the tank is empty or contains water but has not reached it's - # capacity. - # Valid values: true, false - dispenseWater = false - diff --git a/config/sidebar_buttons.json b/config/sidebar_buttons.json deleted file mode 100644 index 6e86721..0000000 --- a/config/sidebar_buttons.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "ftbteams": { - "my_team": true - }, - "ftblibrary": { - "toggle.gamemode": true, - "toggle.rain": true, - "toggle.day": true, - "toggle.night": true - }, - "ftbessentials": { - "trash_can": true - }, - "ftbchunks": { - "chunks": false, - "claim_chunks": false - } -} diff --git a/config/sodiumdynamiclights-client.toml b/config/sodiumdynamiclights-client.toml new file mode 100644 index 0000000..f9db91f --- /dev/null +++ b/config/sodiumdynamiclights-client.toml @@ -0,0 +1,20 @@ + +[sodiumdynamiclights] + #Lighting mode + #Allowed Values: OFF, SLOW, FAST, REALTIME + mode = "REALTIME" + #Enable entities light source. + entities = true + #Enable first-person player light source. + self = true + #Enable block entities light source. + block_entities = true + #Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water. + water_sensitive_check = true + #TNT lighting mode. May be off, simple or fancy. + #Allowed Values: OFF, SIMPLE, FANCY + tnt = "FANCY" + #Creeper lighting mode. May be off, simple or fancy. + #Allowed Values: OFF, SIMPLE, FANCY + creeper = "FANCY" + diff --git a/config/sodiumextras-client.toml b/config/sodiumextras-client.toml index 03be8c7..04c9e83 100644 --- a/config/sodiumextras-client.toml +++ b/config/sodiumextras-client.toml @@ -5,11 +5,11 @@ #Set Fullscreen mode #Borderless let you change between screens more faster and move your mouse across monitors #Allowed Values: WINDOWED, BORDERLESS, FULLSCREEN - fullscreen = "WINDOWED" + fullscreen = "BORDERLESS" #Configure FPS Display mode #Complete mode gives you min FPS count and average count #Allowed Values: OFF, SIMPLE, ADVANCED - fpsDisplay = "ADVANCED" + fpsDisplay = "SIMPLE" #Configure FPS Display gravity #Places counter on specified corner of your screen #Allowed Values: LEFT, CENTER, RIGHT diff --git a/config/supplementaries-common.toml b/config/supplementaries-common.toml new file mode 100644 index 0000000..5a460cf --- /dev/null +++ b/config/supplementaries-common.toml @@ -0,0 +1,679 @@ + +[redstone] + wind_vane = true + clock_block = true + redstone_illuminator = true + crank = true + cog_block = true + gold_door = true + gold_trapdoor = true + lock_block = true + relayer = true + + [redstone.speaker_block] + enabled = true + #Enable/disable speaker block narrator mode + narrator_enabled = true + #Max text + #Range: 0 ~ 10000 + max_text = 32 + #Maximum block range + #Range: 0 ~ 100000000 + range = 64 + + [redstone.bellows] + enabled = true + #bellows pushes air following this equation: + #air=(sin(2PI*ticks/period)<0), with period = base_period-(redstone_power-1)*power_scaling + #represents base period at 1 power + #Range: 1 ~ 512 + base_period = 78 + #entities with velocity greater than this won't be pushed + #Range: 0.0 ~ 16.0 + power_scaling = 2.0 + #velocity increase uses this equation: + #vel = base_vel*((range-entity_distance)/range) with base_vel = base_velocity_scaling/period + #note that the block will push further the faster it's pulsing + #Range: 0.0 ~ 64.0 + base_velocity_scaling = 5.0 + #maximum range + #note that it will still only keep alive the two fire blocks closer to it + #Range: 0 ~ 16 + range = 5 + + [redstone.spring_launcher] + enabled = true + #spring launcher launch speed + #Range: 0.0 ~ 16.0 + velocity = 1.5 + #fall distance needed to trigger the automatic spring launch + #Range: 0 ~ 512 + fall_height_required = 5 + + [redstone.enderman_head] + enabled = true + drop_head = true + #Time to increase 1 power level when being looked at + #Range: 0 ~ 10000 + ticks_to_increase_power = 15 + #do enderman heads work when looked from any side? + work_from_any_side = false + + [redstone.turn_table] + enabled = true + #can rotate entities standing on it? + rotate_entities = true + #Allows turn table to shuffle containers content when rotated over horizontal axis + shuffle_containers = true + + [redstone.pulley_block] + enabled = true + #Chance for a new mineshaft elevator piece to spawn + #Range: 0.0 ~ 1.0 + mineshaft_elevator = 0.035 + + [redstone.dispenser_minecart] + enabled = true + #Makes projectiles shot from dispenser minecart retain the minecart velocity and be shot at an angle when the minecart is on a rail slope + adjust_projectile_angle = true + + [redstone.faucet] + enabled = true + #Turn off to prevent faucets from dropping items + spill_items = true + #Allows faucets to fill entities inventories + fill_entities_below = false + + [redstone.crystal_display] + enabled = true + #Allows chaining 2 crystal displays, letting one power the other to its left IF its own power exceeds 10. Given power will be its own divided by 10. Note that to work the decimal display must NOT have power directly behind it. Doing so will override the behavior to non chaining mode + chaining = true + +[functional] + fodder = true + hourglass = true + + [functional.rope] + #Allows ropes to be supported & attached to solid block sides + block_side_attachment = true + #Makes sliding down ropes as fast as free falling, still negating fall damage + slide_on_fall = true + #In case you want to disable supplementaries ropes you can specify here another mod rope and they will be used for rope arrows and in mineshafts instead + rope_override = "supplementaries:rope" + #Enables horizontal placement of ropes. Disabling will make ropes always non solid + horizontal_ropes = true + #Use this config to turn allow supplementaries to replace all items tagged as #supplementaies:ropes with supplementaries own rope or turn them to air instead. This is applied to all loot tables (chests and drops) + #Allowed Values: REPLACE, NONE, REMOVE + replace_in_loot_tables = "NONE" + + [functional.jar] + enabled = true + #Jar liquid capacity: leave at 12 for pixel accuracy + #Range: 0 ~ 1024 + capacity = 12 + #Allow right click to instantly eat or drink food or potions inside a placed jar. + #Disable if you think this ability is op (honey for example). Cookies are excluded + drink_from_jar = false + #Allows the player to directly drink from jar items + drink_from_jar_item = false + #Dynamically allows all small mobs inside jars depending on their hitbox size + jar_auto_detect = false + #Allow Jars to capture small mobs + jar_capture = true + #Allow Jars to hold cookies + jar_cookies = true + #Allow Jars to hold liquids from bottles, buckets and bowls + jar_liquids = true + + [functional.cage] + enabled = true + #Allows all entities to be captured by cages and jars. Not meant for survival + allow_all_mobs = false + #Allows all baby mobs to be captured by cages + cage_allow_all_babies = false + #Dynamically allows all small mobs inside cages depending on their hitbox size + cage_auto_detect = false + #Makes it so all (hostile) mobs captured by cages and jars will be set to persistent so they won't despawn when released + persistent_mobs = false + #Health percentage under which mobs will be allowed to be captured by cages and jars. Leave at 100 to accept any health level + #Range: 1 ~ 100 + health_threshold = 100 + #When on, if a mob is tameable, it will only be capturable when tamed. + require_taming = true + + [functional.safe] + enabled = true + #Makes safes only breakable by their owner or by a player in creative + prevent_breaking = false + #Make safes simpler so they do not require keys: + #they will be bound to the first person that opens one and only that person will be able to interact with them + simple_safes = false + + [functional.sack] + enabled = true + #Penalize the player with slowness effect when carrying too many sacks + sack_penalty = true + #Maximum number of sacks after which the overencumbered effect will be applied. Each multiple of this number will increase the effect strength by one + #Range: 0 ~ 50 + sack_increment = 2 + #How many slots should a sack have + #Range: 1 ~ 27 + slots = 9 + + [functional.bamboo_spikes] + enabled = true + tipped_spikes = true + #Allows entities killed by spikes to drop loot as if they were killed by a player + player_loot = false + #Alternative mode for bamboo spikes. Allows only harmful effects to be applied on them and they obtain infinite durability + only_allow_harmful_effects = true + #Populate the creative inventory with all tipped spikes variations + populate_creative_tab = true + + [functional.urn] + enabled = true + #Chance for an urn to spawn a critter from the urn_spawn tag + #Range: 0.0 ~ 1.0 + critter_spawn_chance = 0.01 + cave_urns = true + + [functional.soap] + enabled = true + #Dyed Bock types that cannot be cleaned with soap + clean_blacklist = ["minecraft:glazed_terracotta", "botania:mystical_flower", "mna:chimerite_crystal", "botania:floating_flower", ",minecraft:mushroom", "botania:mushroom", "botania:tall_mystical_flower", "botania:petal_block", "morered:network_cable", "xycraft_world:glowing_shiny_aurey_block", "xycraft_world:shiny_aurey_block", "xycraft_world:rgb_lamp", "xycraft_world:glowing_rgb_viewer", "xycraft_world:glowing_matte_rgb_block", "xycraft_world:rgb_lamp_pole"] + + #This is a map of special blocks that can be cleaned with soap + [functional.soap.special_blocks] + "quark:dirty_glass" = "minecraft:glass" + "minecraft:sticky_piston" = "minecraft:piston" + "quark:dirty_glass_pane" = "minecraft:glass_pane" + "#alexscaves:cave_paintings" = "alexscaves:smooth_limestone" + + [functional.cannon] + enabled = true + #Cannon fire power multiplier + #Range: 0.0 ~ 5.0 + fire_power = 0.6 + #Time for a cannon to fire a projectile after it has been lit up + #Range: 0 ~ 500 + fuse_time = 40 + #Time for a cannon to be able to fire again after it has been fired + #Range: 0 ~ 500 + cooldown = 60 + music_disc_heave_ho = true + + [functional.cannon.cannonball] + enabled = true + #Cannonball power scaling. Higher values will make cannonballs have more energy. Reminder that the damage and breaking power of a cannonball is proportional to its energy (speed squared) times this constant + #Range: 0.0 ~ 100.0 + power_scaling = 3.5 + #Radius of the 'explosion' when a cannonball hits a block. Set to 0 to disable + #Range: 0.0 ~ 10.0 + break_radius = 1.1 + + [functional.present] + enabled = true + trapped_present = true + + [functional.flax] + enabled = false + wild_flax = false + + [functional.lumisene] + enabled = true + #Gives the flammable effext also when merely stepping on lumisene. Turning this off if you think effects are not something that should be applied like that and just by drinking it. + #Range: 0 ~ 10000 + flammable_from_lumisene_block_duration = 50 + + [functional.lumisene.lumisene_bottle] + #Enables lumisene bottles and the flammable effect and lumisene bottles. Turn off if you think its over the top and doesnt match with existing effects + enabled = true + #Duration of the flammable effect when you drink a lumisene bottle + #Range: 0 ~ 10000 + flammable_duration = 300 + #Duration of the glowing effect when you drink a lumisene bottle + #Range: 0 ~ 10000 + glowing_duration = 200 + +[building] + lapis_bricks = true + deepslate_lamp = true + end_stone_lamp = true + blackstone_lamp = true + stone_lamp = true + stone_tile = true + blackstone_tile = true + bunting = true + sconce = true + sconce_lever = true + pancake = true + checker_block = true + raked_gravel = true + feather_block = true + statue = true + doormat = true + flint_block = true + fine_wood = true + candle_holder = true + fire_pit = true + wicker_fence = true + + [building.blackboard] + enabled = true + #Enable to draw directly on a blackboard using any dye. Gui still only works in black and white + colored_blackboard = true + #Interaction mode for blackboards + #Allowed Values: BOTH, GUI, MANUAL + interaction_mode = "BOTH" + + [building.gravel_bricks] + enabled = true + + [building.slidy_block] + enabled = true + #Slidy block speed + #Range: 0.0 ~ 1.0 + speed = 0.125 + + [building.timber_frame] + enabled = true + #Allow placing a timber frame directly on a block by holding shift + swap_on_shift = false + #Allows axes to remove a framed block leaving the contained block intact + axes_strip = true + #Replace a timber frame with wattle and daub block when daub is placed in it + replace_daub = true + + [building.iron_gate] + enabled = true + #Allows two iron gates to be opened simultaneously when on top of the other + double_opening = true + #Makes iron (ang gold) gates behave like their door counterpart so for example iron gates will only be openable by redstone + door-like_gates = false + + [building.item_shelf] + enabled = true + #Makes item shelves climbable + climbable_shelves = false + + [building.sugar_cube] + enabled = true + #Makes sugar cubes dissolve in rain + dissolve_in_rain = true + #Duration in seconts of speed effect garanted to horses that eat a sugar cube + #Range: 0 ~ 1000 + horse_speed_duration = 10 + + [building.planter] + enabled = true + #Makes so saplings that grow in a planter will break it turning into rooted dirt + broken_by_sapling = false + #When Farmers Delight is on planter will also act like rich soil and use it in its recipe + rich_soil_planter = true + + [building.notice_board] + enabled = true + #Allows notice boards to accept and display any item, not just maps and books + allow_any_item = false + #Enables a GUI for the block. Not needed as the block just holds one item which you can place by clicking on it + gui = true + + [building.pedestal] + enabled = true + #If enabled end crystals placed on a pedestals will provide an enchantment power bonus equivalent to 3 bookshelves + #Range: 0.0 ~ 100.0 + crystal_enchanting = 3.0 + + [building.ash] + enabled = true + #Burnable blocks will have a chance to create ash layers when burned. Greater this number the greater the chance will be + #Range: 0.0 ~ 1.0 + ash_from_fire_chance = 1.0 + #Burning mobs will drop ash when they die + ash_from_burning_mobs = true + #Allows rain to wash away ash layers overtime + rain_wash_ash = true + #Use a datapack to tweak rarity + basalt_ash = true + + [building.flag] + enabled = true + #Allows right/left clicking on a stick to lower/raise a flag attached to it + stick_pole = true + #Maximum allowed pole length + #Range: 0 ~ 256 + pole_length = 16 + + [building.goblet] + enabled = true + #Allows drinking from goblets + allow_drinking = true + + [building.globe] + enabled = true + sepia_globe = true + + [building.sign_post] + enabled = true + + [building.sign_post.way_sign] + #Entirely disables them from spawning + enabled = true + #With this option road signs will display the distance to the structure that they are pointing to + show_distance_text = true + + [building.daub] + enabled = true + wattle_and_daub = true + + [building.ash_bricks] + enabled = true + + [building.hat_stand] + enabled = true + #Allow all items to go on hat stand + unrestricted = false + + [building.awning] + enabled = true + #Allows having slanted awnings. Disabled if you feel its cursed. + slant = true + #Allows entities to fall through awnings, when shifting. + shift_through = true + #Bouncing angle of slanted awnings + #Range: 0.0 ~ 90.0 + angle = 69.44395478041653 + + [building.flower_box] + enabled = true + #Makes so flower boxes can only contain one tall flower item per block + simple_mode = true + + [building.netherite_doors] + door = true + trapdoor = true + +[tools] + candy = true + stasis = true + altimeter = true + confetti_popper = true + + [tools.quiver] + enabled = true + #Allows using a quiver without being slowed down + use_without_slow = true + #Arrow stacks that can fit inside a quiver. Requires reboot + #Range: 1 ~ 9 + slots = 6 + #Increase this number to alter the probability for a Skeleton with quiver to spawn. Note that this also depends on local difficulty so you wont ever see them on easy and very rarely on normal. Similar logic to equipment + #Range: 0.0 ~ 1.0 + quiver_skeleton_spawn_chance = 0.03 + #Allows quiver to only be used when in offhand or in curio slot + only_works_in_curio = false + #Arrows you pickup will try to go in a quiver if available provided it has some arrow of the same type + quiver_pickup = true + + [tools.lunch_basket] + enabled = true + #Allows lunch baskets to be placed on the ground + placeable = true + #Arrow stacks that can fit inside a lunch basket. Requires reboot + #Range: 1 ~ 9 + slots = 6 + + [tools.slice_map] + enabled = true + #Multiplier that will be applied by slice maps to lower their range compared to normal maps + #Range: 0.0 ~ 1.0 + range_multiplier = 0.25 + + [tools.bubble_blower] + enabled = true + #Amount of soap consumed per bubble block placed + #Range: 1 ~ 25 + stasis_cost = 5 + + [tools.bubble_blower.bubble_block] + #Max lifetime of bubble blocks. Set to 10000 to have it infinite + #Range: 1 ~ 10000 + lifetime = 1200 + #Can bubble break when touched on? + break_when_touched = true + #If true feather falling prevents breaking bubbles when stepping on them + feather_falling_prevents_breaking = true + + [tools.wrench] + enabled = true + #Allows wrenches to bypass a block interaction action prioritizing their own when on said hand + #Allowed Values: MAIN_HAND, OFF_HAND, BOTH, NONE + bypass_when_on = "MAIN_HAND" + + [tools.rope_arrow] + enabled = true + #Max number of rope items allowed to be stored inside a rope arrow + #Range: 1 ~ 256 + capacity = 32 + #Makes rope arrows exclusive to crossbows + exclusive_to_crossbows = false + + [tools.flute] + enabled = true + #Radius in which an unbound flute will search pets + #Range: 0 ~ 500 + unbound_radius = 64 + #Max distance at which a bound flute will allow a pet to teleport + #Range: 0 ~ 500 + bound_distance = 64 + + [tools.bomb] + enabled = true + #Bomb explosion radius (damage depends on this) + #Range: 0.1 ~ 10.0 + explosion_radius = 2.0 + #Do bombs break blocks like tnt? + #Allowed Values: ALL, WEAK, NONE + break_blocks = "WEAK" + #Put here any number other than 0 to have your bombs explode after a certain amount of ticks instead than on contact + #Range: 0 ~ 100000 + bomb_fuse = 0 + #Enable bomb item cooldown + cooldown = true + + [tools.bomb.blue_bomb] + #Bomb explosion radius (damage depends on this) + #Range: 0.1 ~ 10.0 + explosion_radius = 5.15 + #Do bombs break blocks like tnt? + #Allowed Values: ALL, WEAK, NONE + break_blocks = "WEAK" + + [tools.slingshot] + enabled = true + #Slingshot range multiplier. Affect the initial projectile speed + #Range: 0.0 ~ 5.0 + range_multiplier = 1.0 + #Time in ticks to fully charge a slingshot + #Range: 0 ~ 100 + charge_time = 20 + #Deceleration for the stasis projectile + #Range: 0.1 ~ 1.0 + stasis_deceleration = 0.9625 + #Allow enderman to intercept any slingshot projectile + unrestricted_enderman_intercept = true + #Allows buckets to be thrown by slingshots. Thrown buckets will place their content when they land + allow_buckets = true + #Damage that items in the 'supplementaries:slingshot_damageable' tag will deal. Scales with thrown speed. Tag is empty by default. + #Range: 0.0 ~ 100.0 + damageable_damage = 0.5 + #Allows splash potions to be thrown by slingshots + allow_splash_potions = false + #Allows bombs to be thrown by slingshots + allow_bombs = false + #Allows fire charges to be thrown by slingshots + allow_fire_charges = false + #Allows snowballs to be thrown by slingshots + allow_snowballs = false + #Allows enderpearls to be thrown by slingshots + allow_enderpearls = false + + [tools.antique_ink] + enabled = true + +#General settings +[general] + #Enable Creative Tab + creative_tab = false + #Set to false to disable custom dispenser behaviors (i.e: filling jars) if for some reason they are causing trouble + dispensers = true + #Creates a creative tab full of filled jars + jar_tab = false + #Save generated resources to disk in a 'debug' folder in your game directory. Mainly for debug purposes but can be used to generate assets in all wood types for your mods :0 + debug_save_dynamic_pack = false + #Turn this on to disable any interaction on blocks placed by other players. This affects item shelves, signs, flower pots, and boards. Useful for protected servers. Note that it will affect only blocks placed after this is turned on and such blocks will keep being protected after this option is disabled + server_protection = false + #Disable startup messages and sanity check that the mod performs to inform of possible detected crashes that might occur due to issues + sanity_checks_messages = true + #slightly increase this or decrease this number to tweak the red merchant spawn chance. Won't spawn at 0 and will spawn twice as often on 2 + #Range: 0.0 ~ 10.0 + red_merchant_spawn_multiplier = 1.0 + +#Vanilla tweaks +[tweaks] + + [tweaks.dragon_banner_pattern] + #Adds dragon banner pattern made from dragon head + enabled = true + + [tweaks.shulker_helmet] + #Allows wearing shulker shells + enabled = true + + [tweaks.golden_apple_disenchant] + enabled = true + + [tweaks.traders_open_doors] + #Allows traders to open doors (because they couldn't apparently) + enabled = true + + [tweaks.dispenser_tweaks] + #Allows dispensers to use axes on blocks to strip logs and scrape off copper oxidation and wax + axe_strip = true + #Enables shooting ender pearls with dispensers + shoot_ender_pearls = true + #Enables extracting bundles items with dispensers + extract_from_bundles = true + + [tweaks.throwable_bricks] + #Throw bricks at your foes! Might break glass blocks + enabled = true + + [tweaks.placeable_sticks] + #Allow placeable sticks + sticks = true + #Allow placeable blaze rods + blaze_rods = true + + [tweaks.placeable_gunpowder] + #Allow placeable gunpowder + enabled = true + #Number of ticks it takes for gunpowder to burn 1 stage (out of 8). Increase to slow it down + #Range: 0 ~ 20 + speed = 2 + #Age at which it spread to the next gunpowder block. Also affects speed + #Range: 0 ~ 8 + spread_age = 2 + + [tweaks.raked_gravel] + #allow gravel to be raked with a hoe + enabled = true + + [tweaks.bottle_xp] + #Allow bottling up xp by using a bottle on an enchanting table + enabled = false + #bottling health cost + #Range: 0 ~ 20 + cost = 2 + #Block that should be clicked on for bottling to work. Leave blank for enchanting table. You can put another block here from another mod if you find it more fitting + target_block = "" + + [tweaks.map_tweaks] + #Cartographers will sell 'adventurer maps' that will lead to a random vanilla structure (choosen from a thought out preset list). + #Best kept disabled if you are adding custom adventurer maps with datapack (check the wiki for more) + random_adventurer_maps = true + #Select a random structure to look for instead of iterating through all of the ones in the tag returning the closest. Turning on will make ones that have diff structures (aka all different ruined portals) show up more. On could take much more time to compute + random_adventurer_maps_select_random_structure = true + #Enables beacons, lodestones, respawn anchors, beds, conduits, portals to be displayed on maps by clicking one of them with a map + block_map_markers = true + #Shows a death marker on your map when you die. Requires a recovery compass in player inventory or similar + #Allowed Values: OFF, WITH_COMPASS, ALWAYS + death_marker = "WITH_COMPASS" + #If Quark is installed adventurer maps will be replaced by adventurer quills. These will not lag the server when generating + quill_adventurer_maps = true + #If Quark is installed replaces buried treasure and mansion maps with their equivalent quill form. This removes the lag spike they create when generating + quill_vanilla_maps = true + #Miminum search radius for quill. Used to incrase the radius of vanilla searches. For reference buried treasures are at 50 and locate is at 100 chunks + #Range: 10 ~ 600 + min_search_radius = 75 + #Makes blocks tagged as 'tinted_on_map' use their tint color. This allows for accurate biome colors for water and grass as well as other custom block that use any tint + tinted_blocks_on_maps = true + + [tweaks.placeable_books] + #Allows written books to be placed down. Requires shift clicking + written_books = true + #Allow books and enchanted books to be placed on the ground + enabled = true + #Enchantment power bonus given by normal book piles with 4 books. Piles with less books will have their respective fraction of this total. For reference a vanilla bookshelf provides 1 + #Range: 0.0 ~ 5.0 + book_power = 1.0 + #Enchantment power bonus given by normal book piles with 4 books. Piles with less books will have their respective fraction of this total. For reference a vanilla bookshelf provides 1 + #Range: 0.0 ~ 5.0 + enchanted_book_power = 1.334 + #Allow all books to be placed both vertically and horizontally + mixed_books = false + + [tweaks.zombie_horse] + #Feed a stack of rotten flesh to a skeleton horse to buff him up to a zombie horse + zombie_horse_conversion = true + #Amount of rotten flesh needed + #Range: 1 ~ 1000 + rotten_flesh = 64 + #Allows zombie horses to be ridden underwater + rideable_underwater = true + #Convert a zombie horse back by feeding it a golden carrot + zombie_horse_inverse_conversion = true + + [tweaks.noteblocks_scare] + #Noteblocks with a zombie head will scare off villagers + enabled = true + + [tweaks.bad_luck_tweaks] + #Hit a void cat, get the unluck + cat_unluck = true + #If you have unluck you are more likely to get hit by a lighting + lightning_unluck = true + + [tweaks.item_lore] + #Adds a recipe to add 'lore' strings to an item by combining it with a named nametag + enabled = true + + [tweaks.sus_recipes] + #Adds recipes to craft suspicious gravel and suspicious sand + enabled = true + + [tweaks.slimed_effect] + enabled = true + #Allow slimeballs to be thrown + throwable_slimeballs = true + #Show a slime overlay when you hit an entity with a slimeball + overlay = true + #Thrown slimeballs will shortly nerf the player jump height. Disable if you don't want this effect as it can be quite powerful + #Allowed Values: NEVER, ALWAYS, NORMAL_DIFFICULTY, HARD_DIFFICULTY + hinders_jump = "NORMAL_DIFFICULTY" + #Duration of the slimed effect in ticks + #Range: 0 ~ 1000 + duration = 300 + #Chance that a slime mob will apply slimed effect on successful attack. Multiplied by the slime size + #Range: 0.0 ~ 1.0 + chance_per_slime_size = 0.15 + diff --git a/credits.txt b/credits.txt deleted file mode 100644 index 3fa5d0e..0000000 --- a/credits.txt +++ /dev/null @@ -1,2 +0,0 @@ -Credits: -Vanilla Tweaks: https://vanillatweaks.net/ \ No newline at end of file diff --git a/defaultconfigs/ftbchunks-world.snbt b/defaultconfigs/ftbchunks-world.snbt deleted file mode 100644 index 17dfab9..0000000 --- a/defaultconfigs/ftbchunks-world.snbt +++ /dev/null @@ -1,197 +0,0 @@ -{ - # Forced modes won't let players change their ally settings - # Default: "default" - # Valid values: "default", "forced_all", "forced_none" - ally_mode: "default" - - # Dimension ID's where chunks may not be claimed. Add "minecraft:the_end" to this list if you want to disable chunk claiming in The End, or "othermod:*" to disable chunk claiming in *all* dimensions added by "othermod" - # Default: [] - claim_dimension_blacklist: [ ] - - # Dimension ID's where chunks may be claimed. If non-empty, chunks may be claimed *only* in these dimensions (and the dimension is not in "claim_dimension_blacklist"). Same syntax as for "claim_dimension_blacklist". - # Default: [] - claim_dimension_whitelist: [ ] - - # Disables all land protection. Useful for private servers where everyone is trusted and claims are only used for force-loading - # Default: false - disable_protection: false - - # Override to disable/enable fake players like miners and auto-clickers globally. - # Default will check this setting for each team - # Default: "check" - # Valid values: "check", "deny", "allow" - fake_players: "check" - - # Minimap for clients connecting to this server will be disabled - # Default: false - force_disable_minimap: false - - # Control how force-loaded chunks work. - # NEVER: only allow chunk force-loading if the owning team has at least one online player. - # ALWAYS: always allow force-loading, even if no players are online. - # DEFAULT: allow force-loading IF the team has at least one player with the 'ftbchunks.chunk_load_offline' FTB Ranks permission. - # Default: "default" - # Valid values: "default", "always", "never" - force_load_mode: "default" - - # Hard limit for the number of chunks a team can claim, regardless of how many members. Default of 0 means no hard limit. - # Default: 0 - # Range: 0 ~ 2147483647 - hard_team_claim_limit: 0 - - # Hard limit for the number of chunks a team can force-load, regardless of how many members. Default of 0 means no hard limit. - # Default: 0 - # Range: 0 ~ 2147483647 - hard_team_force_limit: 0 - - # If true, "Location Visibility" team settings are ignored, and all players can see each other anywhere on the map. - # Default: false - location_mode_override: false - - # Interval in ticks to send updates to clients with long-range player tracking data. - # Lower values mean more frequent updates but more server load and network traffic; be careful with this, especially on busy servers. - # Setting this to 0 disables long-range tracking. - # Default: 20 - # Range: 0 ~ 2147483647 - long_range_tracker_interval: 20 - - # Max claimed chunks. - # You can override this with FTB Ranks 'ftbchunks.max_claimed' permission - # Default: 500 - # Range: -∞ ~ +∞ - max_claimed_chunks: 0 - - # Max force loaded chunks. - # You can override this with FTB Ranks 'ftbchunks.max_force_loaded' permission - # Default: 25 - # Range: -∞ ~ +∞ - max_force_loaded_chunks: 0 - - # Maximum time (in real-world days) where if no player in a team logs in, the team automatically loses their claims. - # Prevents chunks being claimed indefinitely by teams who no longer play. - # Default of 0 means no automatic loss of claims. - # Default: 0.0 - # Range: 0.0 ~ 3650.0 - max_idle_days_before_unclaim: 0.0d - - # Maximum time (in real-world days) where if no player in a team logs in, any forceloaded chunks owned by the team are no longer forceloaded. - # Prevents chunks being forceloaded indefinitely by teams who no longer play. - # Default of 0 means no automatic loss of forceloading. - # Default: 0.0 - # Range: 0.0 ~ 3650.0 - max_idle_days_before_unforce: 0.0d - - # Maximum time in days to keep logs of prevented fakeplayer access to a team's claims. - # Default: 7 - # Range: 1 ~ 2147483647 - max_prevented_log_age: 7 - - # Requires you to claim chunks in order to edit and interact with blocks - # Default: false - no_wilderness: false - - # Dimension ID's where the no_wilderness rule is enforced - building is only allowed in claimed chunks. If this is non-empty, it overrides the 'no_wilderness' setting. - # Default: [] - no_wilderness_dimensions: [ ] - - # Method by which party claim & force-load limits are calculated. - # LARGEST: use the limits of the member with the largest limits - # SUM: add up all the members' limits - # OWNER: use the party owner's limits only - # AVERAGE: use the average of all members' limits. - # Default: "largest" - # Valid values: "largest", "owner", "sum", "average" - party_limit_mode: "largest" - - # If true, pistons are prevented from pushing/pulling blocks across claims owned by different teams (unless the target claim has public 'edit block' permissions defined). If 'disable_protection' is set to true, this setting is ignored. - # Default: true - piston_protection: true - - # When true, standard FTB Chunk explosion protection is applied in protected chunks when the source of the explosion cannot be determined - # (Ghast fireballs are a common case - vanilla supplies a null entity source) - # Default: true - protect_unknown_explosions: true - - # Should PvP combat be allowed in claimed chunks? Default is ALWAYS; NEVER prevents it in all claimed chunks; PER_TEAM allows teams to decide if PvP is allowed in their claims - # Default: "always" - # Valid values: "always", "never", "per_team" - pvp_mode: "always" - - # If true, the player must have the 'ftbchunks_mapping' Game stage to be able to use the map and minimap. - # Requires KubeJS and/or Gamestages to be installed. - # Default: false - require_game_stage: false - team_prop_defaults: { - # Default explosion protection for claimed chunks - # Default: false - def_allow_explosions: false - - # Default mode for block breaking and placing in claimed chunks (NeoForge only) - # Default: "allies" - # Valid values: "allies", "private", "public" - def_block_edit: "allies" - - # Default mode for block interaction, breaking and placing in claimed chunks (Fabric only) - # Default: "allies" - # Valid values: "allies", "private", "public" - def_block_edit_interact: "allies" - - # Default mode for block interaction (right-click) in claimed chunks (NeoForge only) - # Default: "allies" - # Valid values: "allies", "private", "public" - def_block_interact: "allies" - - # Default claim visibility for claimed chunks - # Default: "public" - # Valid values: "allies", "private", "public" - def_claim_visibility: "public" - - # Default mode for left-clicking non-living entities (armor stands, item frames...) in claimed chunks - # Default: "allies" - # Valid values: "allies", "private", "public" - def_entity_attack: "allies" - - # Default mode for entity interaction in claimed chunks - # Default: "allies" - # Valid values: "allies", "private", "public" - def_entity_interact: "allies" - - # Default allow fake player IDs which are the same as real permitted players - # Default: true - def_fake_player_ids: true - - # Default allow-fake-player setting for team properties - # Default: false - def_fake_players: false - - # Default mob griefing protection for claimed chunks - # Default: false - def_mob_griefing: false - - # Default named fake players who should be allowed by default - # Default: [] - def_named_fake_players: [ ] - - # Default long-range player visibility on map - # Default: "allies" - # Valid values: "allies", "private", "public" - def_player_visibility: "allies" - - # Default PvP setting in claimed chunks - # Default: true - def_pvp: true - } - waypoint_sharing: { - # Allow players to share waypoints with their party. - # Default: true - waypoint_sharing_party: true - - # Allow players to share waypoints with other players. - # Default: true - waypoint_sharing_players: true - - # Allow players to share waypoints with the entire server. - # Default: true - waypoint_sharing_server: true - } -} diff --git a/extra_files/VanillaTweaks_r831692_MC1.20.x.zip b/extra_files/VanillaTweaks_r831692_MC1.20.x.zip deleted file mode 100644 index c972f48..0000000 Binary files a/extra_files/VanillaTweaks_r831692_MC1.20.x.zip and /dev/null differ diff --git a/index.toml b/index.toml index 6278e66..739e623 100644 --- a/index.toml +++ b/index.toml @@ -28,26 +28,22 @@ hash = "16b359fbd94031d59091f2c2ce4f301725d389417703406e622b6899ee6da090" file = "config/biomesize.json" hash = "448e2e6499e49e06f203bcb6ca75d51d2db9eb14116012017b2b54bfaa69fd1f" +[[files]] +file = "config/canary.properties" +hash = "27c4c60af7e9ad4aa8613dfaa3f70dc81f4b1415923a869038acd856f1b7ead9" + +[[files]] +file = "config/carryon-common.toml" +hash = "7290ee9b76c7b9b059d413cf10f9af73923ff2805d527067a791531684d92b4b" + [[files]] file = "config/chalk-common.toml" hash = "25b2539bcd6545c4065e2dd3633e34da74bb7a43255f8821f68c012ddc22f140" -[[files]] -file = "config/everycomp-common.toml" -hash = "557d26a85b90d8ea0df6494e915c50ea6c385639a2209f272d7f1d48181fca4e" - -[[files]] -file = "config/everycomp-entries.toml" -hash = "5c2255a07713dda24cab3474702fda35403efd24a3dc2008f39f5fd4ce37d094" - [[files]] file = "config/item_obliterator.json5" hash = "d0d3ed6915d688a89d18af010c07604b74d6a848aef5d7b3bc88f95300de0ff8" -[[files]] -file = "config/lithium.properties" -hash = "78873c622d50f3fe51e23ea1b88eb8fa8a204575b69c5c79bdbe6d8517475724" - [[files]] file = "config/mimi-common.toml" hash = "8a200ea9ebbbfddb0fd1ca970995decd7f2940cbff3a672a9a5581335ae34a0f" @@ -60,6 +56,152 @@ hash = "49a9c8dd688b9b7d2dffc315e053551c3f8014b62da08c8dd1820f9840bb97b2" file = "config/parcool-client.toml" hash = "cf0aef66c044396f248026b1799ebc57dcbd90e10d75292cb39421f280e550cc" +[[files]] +file = "config/particle_core_config.toml" +hash = "e6a9e8389d446e342c15dbf41bdf89e0e6fc3a5b3b9063ea6282fdb45023545e" + +[[files]] +file = "config/particular-common.toml" +hash = "88984926e59b88f5949aa3ab22a6197972b2ce600422452a3c841017fd2f74c1" + +[[files]] +file = "config/paxi/datapack_load_order.json" +hash = "d0aaf3172f34275479f0669aa5b0a94b85788ae638f3062b948ec49d31c38293" + +[[files]] +file = "config/paxi/datapacks/create-immersive-aircrafts-data-pack.pw.toml" +hash = "9bbd764bc260954610ba2b03f74d782293914adb44edfd1d058b6b215d6265d2" +metafile = true + +[[files]] +file = "config/paxi/datapacks/create-immersive-aircrafts-warship-recipe.pw.toml" +hash = "4001acc9689143ca7c79e2ad6835a1f6905229dfe91c6acf8dd3da94720b271c" +metafile = true + +[[files]] +file = "config/paxi/datapacks/create-let-the-adventure-begin.pw.toml" +hash = "7b323c8b76960ff2963ac6724cfffae3d9afe87b9cd76d08b6641be80e9ac607" +metafile = true + +[[files]] +file = "config/paxi/datapacks/repurposed-structures-bountiful-compat.pw.toml" +hash = "699add81f482578de9afcd4d30512acf1005504dd067d255a823d3ed83d3d10e" +metafile = true + +[[files]] +file = "config/paxi/datapacks/repurposed-structures-farmers-delight-compat.pw.toml" +hash = "83ddbb3b1fd548de53a940282e902d499e2484d5dd4c2d90d6aa7f229d3fe6eb" +metafile = true + +[[files]] +file = "config/paxi/resourcepack_load_order.json" +hash = "d0aaf3172f34275479f0669aa5b0a94b85788ae638f3062b948ec49d31c38293" + +[[files]] +file = "config/paxi/resourcepacks/3d-crops.pw.toml" +hash = "82e610917524c6f1af58e102a1be333665ee9af1649477aae0546a30d1ae3114" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/better-lanterns.pw.toml" +hash = "120a936d5345b58a613ce793b0ce4bd6527aec7125eed4b6177f45d6e8602fb5" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/better-leaves.pw.toml" +hash = "5507b242a9db7237f92f75009d0036fc606ccbde30de9ad520dac873812126ab" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/create-computercraft.pw.toml" +hash = "5acf665b02f3a79024123c7824fd13bcb29b955c8d03c13806e13253352fb012" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/create-immersive-aircrafts-resource-pack.pw.toml" +hash = "f3a4bb5d89c7d9a554aca934d729611a3bad37c01ab374caf7af6cbc1de4fab0" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/create-immersive-aircrafts-warship.pw.toml" +hash = "28ee2dba0ba6725b94705abb55ea2ba496854f3150a2e04633049b62b0c1d965" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/create-ultra-pbr.pw.toml" +hash = "b6122098ae49967c153fe0457009610ed0e9edc176e13e547eb8090e80da7b00" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/created-pretty-pipes.pw.toml" +hash = "4bd6658dce272ed195c49753ea45ae15db5334111fbd3ce8251cbf7ffc8c7519" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/cubic-sun-moon.pw.toml" +hash = "f5e98012cc353ad12cb6cd0a272dc4e3ade24cbd4cd726fdb4b756c8abf095f6" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/enhanced-boss-bars.pw.toml" +hash = "88496e670b35be0585d76f593cad1e59e76e7e9c4a014d5e8e4ce8c8b8e29986" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/fresh-animations-extensions.pw.toml" +hash = "21bf0205d09a3cf7a43cffdb4b2cb2e05e60bac4fd74f527b447487460410af5" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/fresh-animations.pw.toml" +hash = "b96abadb2cdb56d53145609e6a8ee9fd70171878bb5414412dddee1fca902a7b" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/fresh-friends.pw.toml" +hash = "d658750cee1260bb169a5f8b6bebee3cb3af6c0e1039c11f6424f0a1072d9dfd" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/freshly-modded.pw.toml" +hash = "df698a1174251e125bfa5527ec8bbb7cab81fde6b97fdb5b1bf815b3cb053e04" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/katus-carpets-and-rugs.pw.toml" +hash = "2e0e08e6c175390a7e21f1d43cbffe904cc506a52300e5d77a83816789654a8f" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/low-fire-pack.pw.toml" +hash = "2215365751320cf23b2b12b0491801f360b9b774c8a07e1135b3ed97058be124" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/mt-ct-d.pw.toml" +hash = "4c3b8d2343a00b85c1072fa91a0855df869b6384f4e674edb0b8b4779dfd3fe2" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/rays-3d-ladders.pw.toml" +hash = "53e2da580a363c839de4c196fae91751accc5e772c065fc0cc4d07b7864f3cf8" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/rays-3d-rails.pw.toml" +hash = "0e80f97855da0ee8b2cba02d4cc1f3c82f50bd1ec0772645cfd5dd5d6f4e9a86" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/recolourful-containers-gui.pw.toml" +hash = "ef8c4aee3cb0c28e703b1d78904de1abbc1babf245308faf3ff4dcc9e283e157" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/tras-fresh-player.pw.toml" +hash = "394f0039beb4b5c48ba9587b7cfbc306e94b3cb1448f8dd7a624e27af573eedb" +metafile = true + [[files]] file = "config/prettyrain.json5" hash = "844d0b9f6738e24413f8d882885bae51a3f59ba9b99c6f6c45de278afed7083f" @@ -68,10 +210,6 @@ hash = "844d0b9f6738e24413f8d882885bae51a3f59ba9b99c6f6c45de278afed7083f" file = "config/quark-common.toml" hash = "04550d35639b667b8a0082ff91faad0db6a43dd62d58d773c28e7b15393d103f" -[[files]] -file = "config/refurbished_furniture.server.toml" -hash = "b87ef6384d4a301e3a6623bf7b874c088935e4eb0f23defd15f04ba013bf8d3e" - [[files]] file = "config/resourcepackoverrides.json" hash = "a5ed28c685db4a64393d5d3f0a4b3b6b3db5505a6c4afd91b9607b0798d006a9" @@ -80,10 +218,6 @@ hash = "a5ed28c685db4a64393d5d3f0a4b3b6b3db5505a6c4afd91b9607b0798d006a9" file = "config/securitycraft-client.toml" hash = "681fefd81cf5efe37f61ec39f00b2f78b45035b2be2d85552f61eccecbd2c969" -[[files]] -file = "config/sidebar_buttons.json" -hash = "ee3a7b34213efa11ae0ae04f50fb58b3ec64bb5a877180ae5b209aad9b60882d" - [[files]] file = "config/silentgear-common.toml" hash = "7d5d8113085e7d3fb0addb31435fc471bec4d927bfb5ac6c6c3042c1eb85f7b5" @@ -92,9 +226,13 @@ hash = "7d5d8113085e7d3fb0addb31435fc471bec4d927bfb5ac6c6c3042c1eb85f7b5" file = "config/sizeshiftingpotions.json" hash = "d651f194cb78df36b2754be29badb45480335583d44673c1405666689ed1babf" +[[files]] +file = "config/sodiumdynamiclights-client.toml" +hash = "f85d096050d7f762e84eafd756599ba7a6468e37df45843ee119d0071c8c714f" + [[files]] file = "config/sodiumextras-client.toml" -hash = "16f41a4a5a79a2cd90c8c788b9f258164b1510b92a6c9485660b5c38d170d44d" +hash = "90651a0633eeca691a6487d1f2ea80e686d3cedd463abbdc581fa3f021d4b4cf" [[files]] file = "config/sparsestructures.json5" @@ -104,6 +242,10 @@ hash = "9b2e5442da12a3fe3239825a25e09394ef95d917b5e5a11de9c4d39227a9b2a9" file = "config/spawncapcontrolutility-common.toml" hash = "24f3adf87a8da5472434dfde7808eeea747dc7bb14a73b490780df54060fbac6" +[[files]] +file = "config/supplementaries-common.toml" +hash = "188ad4e4e5a04cc988bf48aa9817f49ab7a65bbe1bfa9f806df634809bd6f217" + [[files]] file = "config/terrablender.toml" hash = "b1d546cca9e24ee94d08705ac1f3046aa2c6c494fe35360049b419ce3f709c3c" @@ -136,74 +278,44 @@ hash = "36833cb8f4746d41a412f5a9b5756a2b56eddab9490ebac3f45d69f53d16ce5d" file = "defaultconfigs/create_power_loader-server.toml" hash = "fa7e2a6cd92f77b880088e9bb6185478e88b33ed15b08606f53d8392b1abc71d" -[[files]] -file = "defaultconfigs/ftbchunks-world.snbt" -hash = "3938b170027ddfcde391bc1b5f42d43dc10c52d238a688091b0db7d61ae39d67" - [[files]] file = "defaultconfigs/gravestone-server.toml" hash = "f4d6948ef0104f473696489b977a01b2cc6f9980b7f9643a3a14b8f5fbbe5f12" [[files]] -file = "kubejs/data/amplified-nether.pw.toml" -hash = "0bea19a26b492795f76201e9a51ab8beddf32826493b107ee8ef16fd2739d117" -metafile = true +file = "kubejs/client_scripts/ars_nouveau_remove_client.js" +hash = "0dd80e31efcb3c53e3a150ca7cf6c9de9cbefcc19613958dec743205bd647006" [[files]] -file = "kubejs/data/create-immersive-aircrafts-data-pack.pw.toml" -hash = "9bbd764bc260954610ba2b03f74d782293914adb44edfd1d058b6b215d6265d2" -metafile = true +file = "kubejs/server_scripts/ars_nouveau_remove.js" +hash = "02186858dba534fe236aa03ac704144781ee2f00070e10219f1b04f6c8f4b1dd" [[files]] -file = "kubejs/data/create-immersive-aircrafts-warship-recipe.pw.toml" -hash = "4001acc9689143ca7c79e2ad6835a1f6905229dfe91c6acf8dd3da94720b271c" -metafile = true +file = "kubejs/server_scripts/sands.js" +hash = "675ab12107fbbef61eb7071e315c009546ad9d68ce003010688692bb28cb48e6" [[files]] -file = "kubejs/data/create-let-the-adventure-begin.pw.toml" -hash = "7b323c8b76960ff2963ac6724cfffae3d9afe87b9cd76d08b6641be80e9ac607" -metafile = true +file = "kubejs/server_scripts/sheets.js" +hash = "a31d7d1d0fee38111bd8867a47b7220a53311efaa015dd0964c25726ae176655" [[files]] -file = "kubejs/data/ctov-advanced-peripheral-compat.pw.toml" -hash = "9c3a35fa983f66adaafd6a76710ad5c24c6a09c44e123508d4494419dc3f5b04" -metafile = true +file = "kubejs/server_scripts/sifting.js" +hash = "a5b8711446521f8567ff3d5f3a18af09a6c8c78e2e020ec1f55d0754cd940363" [[files]] -file = "kubejs/data/ctov-domesticated-innovation-compat.pw.toml" -hash = "eef0d76355d13db8d99d2683a82c126de832a8b910b7e41cb3e3585ef74395bc" -metafile = true - -[[files]] -file = "kubejs/data/ctov-savage-and-ravage-compat.pw.toml" -hash = "f3f9fd1a592af176b6a57fc5757840975c0cd9d66a7e97a6c1151b74f34c6579" -metafile = true - -[[files]] -file = "kubejs/data/dungeons-and-taverns.pw.toml" -hash = "535a5e3f3334e2c6a473a94d438db58cc754b314835d4f8cb107a9a306d71ac2" -metafile = true - -[[files]] -file = "kubejs/data/nullscape.pw.toml" -hash = "6f7f0e1ac0581ec8f06d9abd70fd9e155f6fc1bd901fb4f8c097c52e87ec52ac" -metafile = true - -[[files]] -file = "kubejs/data/repurposed-structures-farmers-delight-compat.pw.toml" -hash = "83ddbb3b1fd548de53a940282e902d499e2484d5dd4c2d90d6aa7f229d3fe6eb" -metafile = true - -[[files]] -file = "mods/3dskinlayers.pw.toml" -hash = "370f7b92c62eaa111a0e8c4f764f5c84368cbb24033f6a17fe5da284b77cab45" -metafile = true +file = "kubejs/server_scripts/stones.js" +hash = "574e2cea901c42d7c28f7a41b64ccba39fa8c88c22a853e237a302a00a6d15ea" [[files]] file = "mods/additional-lights.pw.toml" hash = "760b9fc6688b0f2caed2dfa42fe41862c72c81e361deb5a73a5c7fa200873e7d" metafile = true +[[files]] +file = "mods/addonslib.pw.toml" +hash = "bd8e33f831b15d37e2c3b95837fcd27da49dcdbe57c74b0a8a2ce2bc5136a5b4" +metafile = true + [[files]] file = "mods/advancedperipherals.pw.toml" hash = "0182123a19bb7ee99cb8db17b8d10262a498718a117a47c105fd7b84110a1fcb" @@ -211,82 +323,82 @@ metafile = true [[files]] file = "mods/advancement-plaques.pw.toml" -hash = "30e065f165388cc8ee2753b495d555ddccc1494157ddea7f999632d45704a6b8" +hash = "7f243cdb7d52214593d8155a12de24d4992a781a94597eb09bf3ffb3396e5eb5" metafile = true [[files]] file = "mods/akashic-tome.pw.toml" -hash = "90e6b6e0c2870e0fa874e41ccab0576a40bfa3604e45dfcbafb46fd96347c0bf" +hash = "9d1b15ffa15606c346ad2ed32c349fceac9863ae13b433c2aee7d026c87d4339" metafile = true [[files]] file = "mods/alexs-mobs.pw.toml" -hash = "c107c014f7703badbf59958405f64b888a1b5a56e21d8092e204c851032c3a6e" +hash = "e1016eb125a5a41a10f80847eb00affae0e539e703846f303949ed5d82b7f1bf" metafile = true [[files]] -file = "mods/alltheleaks.pw.toml" -hash = "e5ebb747553799e65aa1a2222ea07e24a151f269e1388c4726b752c098b43fee" +file = "mods/almanac.pw.toml" +hash = "416c089224a401ec7c0ef60ae6f1f8555e783f89ec6aba49d72f41c58d7955d2" metafile = true [[files]] -file = "mods/almanac-lib.pw.toml" -hash = "067c72c78318b03c01b6d35aff74135ef1c969425e471efe777dce7a174c7005" +file = "mods/almost-unified.pw.toml" +hash = "57c0f350262f81f6768226f833a7bc3d6d9d6342c4e2c77a0f477043483c42b9" metafile = true [[files]] file = "mods/alternate-current.pw.toml" -hash = "64a9d35d95525940611e536b2d16ee73dec0c213832195b2f7f8f925e077d774" +hash = "54e171ca3f1f39eba38186a9a5ce6901eb12be05341d76956adff63805d79225" metafile = true [[files]] file = "mods/ambientsounds.pw.toml" -hash = "2fe938de868cdfd05c6e9914ed23e4de3c360f7b9ba960b5c0b193f2bf33c21d" +hash = "0a01a0be766ccb1492c1d0a5dd3b315ef455862ee68c578bd01cbcf71d7058eb" metafile = true [[files]] file = "mods/amendments.pw.toml" -hash = "4fe7367f9c2966e59db30ae8c1043225302923b1b932c06fba8423e74d754ef9" +hash = "f6cb39881349ebcd51d5ea8563110dd0fb861b66c18f7a261eabe1ef41563cd2" +metafile = true + +[[files]] +file = "mods/amplified-nether-height.pw.toml" +hash = "9fb0bb83d8818d33f326b68c49d7a5d26c3005b8e6893c16bf044e95e3ac59d5" +metafile = true + +[[files]] +file = "mods/amplified-nether.pw.toml" +hash = "e63323ef22e8672030d1b6c4d10572b36c9684e76093d953f1ca4fa51d30c700" metafile = true [[files]] file = "mods/anti-xray.pw.toml" -hash = "ae8994f9c6ecf41d8eef4135da5d8b556d61504d0d53b5599d91662d53613ba3" +hash = "db41e89c14e8d4e21903b385ef34a548ef48da36385e1c2f8c44e212eb7c4f69" metafile = true [[files]] file = "mods/appleskin.pw.toml" -hash = "0a1d5aeaae3975eaa4bb3a98e91852f797a5095794af70df41d50841c57ca347" -metafile = true - -[[files]] -file = "mods/aquaculture-delight.pw.toml" -hash = "da06aae3c2a37a247a474578a2e86ed604a5c282c62c524b4abea6333c0254e8" -metafile = true - -[[files]] -file = "mods/aquaculture.pw.toml" -hash = "c4ba20c9dc88687865d5c9dd2b6e0043a69055c46b8fd935dd74c43ee56b5428" +hash = "793693a85f3c87d4e899ee0c58deabc53690bf5a70f17343f28fd5063ce8a1e1" metafile = true [[files]] file = "mods/archers-paradox.pw.toml" -hash = "63be7d6052403cdf1dacef23e19b78edcf575545fe622c408df1f7fd6466343e" +hash = "9e40762be394c42df1b4fda5b37646b4fff31ac3c38e06219dc1758131f9037e" metafile = true [[files]] file = "mods/architectury-api.pw.toml" -hash = "fa34a3117af7f8ed553ec563a7c90c1d6462184c7df5b837c831cb482c6ae582" -metafile = true - -[[files]] -file = "mods/area-effect-clouds-3d.pw.toml" -hash = "d77434809ca8f26179acaf7087e9d41ad40a49c8aa130aff870cf3c97467eadc" +hash = "4e81241ba2da06f425efc5e09fb6b38470125c1581c39e1310c5843a0b96ec76" metafile = true [[files]] file = "mods/armor-stand-shift-swap.pw.toml" -hash = "2984179a69133d01a9c674a63e73fdbb684a1a4bae78331228ed21a1ca77b117" +hash = "4be30d08a51e85d1648938cc3541d66f7b86850dab7b304bf9cd62eaa1de1c1f" +metafile = true + +[[files]] +file = "mods/armor-statues.pw.toml" +hash = "05dda113751f1aa8b057368d70820be2b53ca7a8a968f9a12fd43a208f84658c" metafile = true [[files]] @@ -311,57 +423,52 @@ metafile = true [[files]] file = "mods/astikorcarts-redux.pw.toml" -hash = "dead19cffb240dd465b1a23addffd5d98ea834ed365d8de584c10415b89b2905" +hash = "c3daae892d91d5b36c65fbd18f19d22a61fcac210f25350cde0a413c6a49210f" metafile = true [[files]] file = "mods/asyncparticles.pw.toml" -hash = "e94dd8bc3077b9457f00e70888bba258b5611f574d4401ad70841af986efa88a" -metafile = true - -[[files]] -file = "mods/athena-mod.pw.toml" -hash = "e11ddca37c00c8cdf8ee89c7b59df544f50966d2d6c5b016916f023afb98c02e" -metafile = true - -[[files]] -file = "mods/attributes.pw.toml" -hash = "d9954044a0feca74bf11a9444fdc1e820ddabce7ea52492fe877af05f4337161" +hash = "609a4c6a7dd2417e082aa0577e79a7d4e71227b12f7c69960e46deb38c402429" metafile = true [[files]] file = "mods/automobility.pw.toml" -hash = "5e3ff30d77ab34aba80c887c01838d408a20e4730726c98feffbf15c568a7b5b" +hash = "e0b0d4ffb66d813a4e6da0910d8e050bbfd8e16731dacb78fc5478029932c473" metafile = true [[files]] file = "mods/azurelib.pw.toml" -hash = "50c5d6da9ee2c5b6410f5858a41400c177dc63b44527cfb9fc5e5762f3bd7f4a" +hash = "ba158dbe96ec7b8ff104894179f970957c871455300d170aa2017ff2d4c87554" metafile = true [[files]] file = "mods/back-up-beds.pw.toml" -hash = "b36c0ec51318660f2ec8a162247f96dd8b39042fff4af4f563deff3ff01ce8fe" +hash = "f29e912ae282656a8381f02cc9c6395211516d93ed4dad0580554d5239ddc19c" +metafile = true + +[[files]] +file = "mods/bad-wither-no-cookie.pw.toml" +hash = "0a80e045329dc8e191f81dd4fa2cacfeff65715e990d2819650d1d83308d2bc4" metafile = true [[files]] file = "mods/badoptimizations.pw.toml" -hash = "91f1d9c05b551cdb158cba7718f8361bfddb34c11ead1e5d0708bfeb609f666e" +hash = "501acdaa439603e3a002cd2da5aad794ff9f39b2c75270bfab5779e2d7c6e0d8" metafile = true [[files]] file = "mods/baguettelib.pw.toml" -hash = "1b912abaf6db8c9107e2de1b891c0900aa9db637b90e926dcdee9688e6f49b32" +hash = "4db5860026e59a5179afe8caa24d09787b807091e53a46e5e6c0437e67c5c43e" metafile = true [[files]] file = "mods/balm.pw.toml" -hash = "a86ce796ebf9141ed1bd0bff0446f3f06a63f588245bb3d206364968ba1f83a6" +hash = "165f0811218eace4605df7a95f4f4c9c8c1cb82885ac425a7b364d680fb85490" metafile = true [[files]] file = "mods/bamboo-everything.pw.toml" -hash = "4ba8c8e5f8d1de58aecde7d9dc6b6d2a4c0ec1fc12d2ae21117e743e5f247380" +hash = "21b3719cc727afefef00ff1e5d278af322921857e109bca738de906877351c92" metafile = true [[files]] @@ -369,19 +476,14 @@ file = "mods/beautified-chat-server.pw.toml" hash = "e83415e3d763ec9d1dd18439e558936f179f7a32bab8060136e3b7d24b6050df" metafile = true -[[files]] -file = "mods/better-advancements.pw.toml" -hash = "049a53c17c071155b3cedd2d40fea0647cf642ea68e0353e8f6b82e753cc03e4" -metafile = true - [[files]] file = "mods/better-chunk-loading-forge-fabric.pw.toml" hash = "fd079f3df97fe9024821bd3e4f532ace972193214491114acc2aaecbc3218d43" metafile = true [[files]] -file = "mods/better-combat-by-daedelus.pw.toml" -hash = "f6a0e47845c06a47bbd3471318c2b95e83ad4e3d1759c84d0a2a3bf6437ca33a" +file = "mods/better-combat.pw.toml" +hash = "f2772ac30db5760b191049f87d2315f1652d9b04357e644df9d8a2bafdc269e5" metafile = true [[files]] @@ -391,22 +493,17 @@ metafile = true [[files]] file = "mods/betterf3.pw.toml" -hash = "3368f9c1c6208d801b4a1f0590aec21afce0d941501349c187b574da3b160c03" +hash = "28358fe53c22695b3bf1f93ac2225c46fe3525918b7b993ac36e68a7f0a16fe8" metafile = true [[files]] file = "mods/biomes-o-plenty.pw.toml" -hash = "be710b0c92ac946d39f47043d5da9e96f56b73dd7ed2c9346431368c9b82aa38" +hash = "2bcea8e16d358942a8f8b8cf6e39cc303d90fac29b1b3ecb8033bd214d4afa0f" metafile = true [[files]] file = "mods/biomesize.pw.toml" -hash = "9c2ac5983de8e2e80a556e34efd410dc87180326f46bb921202170671b941d62" -metafile = true - -[[files]] -file = "mods/block-of-sky.pw.toml" -hash = "971c2e4bad7c3176e051734ee22fbc08236485af07273eed24a4201844682752" +hash = "cf7946725e4b8c6457267419ea66246eaedcda7e6c0f410e87b08a4aeddaac3f" metafile = true [[files]] @@ -414,34 +511,34 @@ file = "mods/blockui.pw.toml" hash = "fa85cc4a9950579441376714cab8abeb1997d71aa3c6586f5a75b5951fdf6f83" metafile = true +[[files]] +file = "mods/bluemap-offline-player-markers-forge.pw.toml" +hash = "920155c8b6d1c28770d7e7f81f14e24645c814af778f4421769ef05779ee2e32" +metafile = true + [[files]] file = "mods/bluemap.pw.toml" -hash = "eb5dc88b3860990c3a952610ae99e1edd3085b310b331ae34a7b8c4dfe066302" +hash = "9a0f0930fc2c31e87d23e42ea95fe33517b54b6c3b33bbfc4649196797df5188" metafile = true [[files]] file = "mods/bluemapfrontiers.pw.toml" -hash = "2431950761fa6b963d280e602f0d0b623f0953c858fa6a2df5d91f936397aa8c" +hash = "1de988d35df123a97432c4379b1ba358ce3f5aaadd813686547419cffad7c290" metafile = true [[files]] file = "mods/blueprint.pw.toml" -hash = "aba280e6b2da6e901771d58f8bd5c0a3b45fdfdaf297044824af8be446d95dc7" +hash = "90fc66d49d29c1b1a5b14c5d571d628c6853f7f0519b04e74e14399c75cd08c6" +metafile = true + +[[files]] +file = "mods/boatload.pw.toml" +hash = "929d6d7501b6c6ce7a12136eac14f351a59e81366a3aa21a83f8a95fdd11df6c" metafile = true [[files]] file = "mods/bookshelf-lib.pw.toml" -hash = "40bab89c8030327eba75a6fe4350d6ac883d4b168a8171d4c0ca3a416efbd318" -metafile = true - -[[files]] -file = "mods/bookshelf.pw.toml" -hash = "058699e4832d0cf5396c5ea29244100f0c0e39a8d7aa5b64c2afdcc3cb8c8145" -metafile = true - -[[files]] -file = "mods/botarium.pw.toml" -hash = "15f70ccb7c7b0ff27ec791788d24de00fc6f6715311644b0fe374f006c9f230e" +hash = "02062a6b61e230e7debaf1c03d5e1e7203e427588fceb9f3d6ef8cad8062397e" metafile = true [[files]] @@ -460,13 +557,13 @@ hash = "e2dab2bdd1e0b02c15698a903449ac6478665e4256a8481f5f4703aee043eb5b" metafile = true [[files]] -file = "mods/buddingcrystals.pw.toml" -hash = "44b1251bfde237cf4cc93eee572cebd3a86952992555b01cde26f69f4d7b9aa5" +file = "mods/buzzier-bees.pw.toml" +hash = "86aec83567cb69fb2eabc1d0b1e03b97ed3c290bb3b119144b7ea1857b7bd734" metafile = true [[files]] -file = "mods/buzzier-bees.pw.toml" -hash = "2516b65e08c77c27f7bd9c36303e4f046ef3e4b885ac14a5e57e75de048a0c90" +file = "mods/byzantine-styles-pack-for-minecolonies.pw.toml" +hash = "24c86082c993135b552f25ee1a1d470f3cde95168438dc5aeffe2d37f81db2f1" metafile = true [[files]] @@ -476,17 +573,22 @@ metafile = true [[files]] file = "mods/calcmod.pw.toml" -hash = "8fe7caa6b276c9e707f8b23a52501be29b98592e0239f914179a3b964f56571a" +hash = "11e3c24bb7e70b0229d87a0ce83e0110e6ae53358f4c40842dc33e3afbe297c0" metafile = true [[files]] -file = "mods/cameraoverhaul.pw.toml" -hash = "d2e8616c03376aee912e5bc0fce74216a8fdc7010ae97edcfbe0bcebaeb9a56f" +file = "mods/camera-overhaul-reforged.pw.toml" +hash = "8381957fa2d1a7802ff081197bac6c90bd1c5794e51fd906b66f65e8aef2498b" +metafile = true + +[[files]] +file = "mods/canary.pw.toml" +hash = "14481081a9e233f4ba57df8a77ce028184818143eae1c73b60749ea482c912e9" metafile = true [[files]] file = "mods/carry-on.pw.toml" -hash = "ded75a2dd4ee0ea57454d080652099f759ff222a17c6f7daa86df944daf5ad04" +hash = "a613f5d2df911fea606968bbdb56eebfd05ac02ada846cf0d2e56e72345d9338" metafile = true [[files]] @@ -500,28 +602,18 @@ hash = "29ff87cf944ddc64351bffbf504c94a57055daf91d4df5b0cd1b8b28d28280bc" metafile = true [[files]] -file = "mods/cgs.pw.toml" -hash = "5b0a9cf452579c7bed8ffcd42e04c1715c8420020379f56b2f6fb2d2fba62f6b" -metafile = true - -[[files]] -file = "mods/chalk.pw.toml" -hash = "2fd7cb889d3b994a174a16befb63b9e8b2fee350ae1a338cd7651cb8e171089e" +file = "mods/chalk-mod.pw.toml" +hash = "e9032276b540ac21b4553d201dc5cd15240f027b41a631306830805c45513c4f" metafile = true [[files]] file = "mods/charm-of-undying.pw.toml" -hash = "70203eccb52079014b1438e6488730cebb84e52aa0daf516211b4587a49bdb1e" +hash = "ca5edf85f25f07f04040b243e67ab3c8fd437ee5a2694d17ed4993d2f83d8812" metafile = true [[files]] file = "mods/chat-heads.pw.toml" -hash = "8bed64c10a9d9148ce6692b1bc0ab72d04cc5a9b1f304e7c602ea0446a3bf63f" -metafile = true - -[[files]] -file = "mods/chipped.pw.toml" -hash = "b0732421ae2999d558a7b70a11fa86a93738ca33f6f3ec343017796df9c47d9c" +hash = "de0ab85ea06d797c2b3b5c70c8f1fdfc1f76fb2530f792a89f4f6d9807fc649a" metafile = true [[files]] @@ -529,14 +621,19 @@ file = "mods/chunk-loaders.pw.toml" hash = "09bcd8e486ca21121c04fe1e5bc05c5dcb2225447355a6d4d4d8073d68c552d7" metafile = true +[[files]] +file = "mods/chunk-sending-forge-fabric.pw.toml" +hash = "4ab858babfd5ef7474b4e78c93b1819a78eef5b92ca30349f16aaa82f883fc55" +metafile = true + [[files]] file = "mods/chunky.pw.toml" -hash = "b8ac7a7010280f28cd8eca99edb7a236822d1d7be4cba233eceb9e865ed8ef08" +hash = "0e17f9758f6f67ef87aa6f8d5afc47901521a05904cd8470ef65063b48e69d73" metafile = true [[files]] file = "mods/citadel.pw.toml" -hash = "865aadc698921e1d57e610cd5b56ba3036796295241593fed8ef7af26887b640" +hash = "0bdcf1c5057873c78db71bee196ccf5ec846f6cf82f639b094668b3ba92e151f" metafile = true [[files]] @@ -546,32 +643,22 @@ metafile = true [[files]] file = "mods/client-crafting.pw.toml" -hash = "d5da426934259bd2645b4a0b9223e94717814be3c3ffe0c001faa0b779f851ba" +hash = "df16edf3d7ad513c6c5b76984ab1db4081f422aa2cef26e055e35e428b4bc4e1" metafile = true [[files]] file = "mods/climate-rivers.pw.toml" -hash = "5f0af5d99df040521a7c5de8274d439ddae988d0896310795fe8b732360f80bf" +hash = "fdf583c9427a0a52534da077093a5806b5968b0a1d0ca11980cf3a1ba79e0c98" metafile = true [[files]] file = "mods/cloth-config.pw.toml" -hash = "5ac32407263c973bebc5aee61fe000d29d9879020fafb6631581396b64e55dfe" -metafile = true - -[[files]] -file = "mods/cobweb.pw.toml" -hash = "bc5bde51620622b9f415bcc3dfea4dca5bd17171383cf4290e1075b7352adbe0" -metafile = true - -[[files]] -file = "mods/codechicken-lib.pw.toml" -hash = "74a525a623611769f07d844ea6d6817979ff88c92327785f34ebb3847f22cc39" +hash = "e3dd03e7fec88831974857e2cdded54dd5c5bdcaa3f6d6248c2800e82db4dd41" metafile = true [[files]] file = "mods/cofh-core.pw.toml" -hash = "1ba38e1558b064ee70588d7b61f7fe208b233af999b13c0cf03a11b628d05cb0" +hash = "2851d6afaaef7a6295ad252746fd4d200e96f7e85c24f11dca9be06ad221b41b" metafile = true [[files]] @@ -579,29 +666,24 @@ file = "mods/collective.pw.toml" hash = "a26cea970dd7ffc20aeb983912e72ba57e83f6e1a42a661a5b4250f77de25650" metafile = true -[[files]] -file = "mods/colorwheel-patcher.pw.toml" -hash = "e6782bbad3a2f4545ed34eef4f649ade50233c0e7b17bf900453e8c7bc33caec" -metafile = true - -[[files]] -file = "mods/colorwheel.pw.toml" -hash = "db106700181cd018d55ff7610bf3f0d6d4464943aadc14a21a2eeb431b916dc2" -metafile = true - [[files]] file = "mods/comforts.pw.toml" -hash = "673b81b2090bdce49d7743e8c4b3e8587d1106ad6d032f23148c39f7787a0bac" +hash = "a2c5d820180d2610e5017e3f08957010e30cf05d50ee3180272dac6f969260cf" metafile = true [[files]] file = "mods/completionists-index.pw.toml" -hash = "90029198d6d868fdcd4ff45290e8256040b32958c4e1937361934545f235537c" +hash = "eb21f935e929abfe91a8016fda8ca0a2187e4ec6bc692e5063b7ed7f21200d81" metafile = true [[files]] -file = "mods/computer-cartographer.pw.toml" -hash = "4d0ca9ea4809e47d6144972c396499d781f17c2f908f5e2bae8e6c9529753e3a" +file = "mods/configured.pw.toml" +hash = "c1bdeff356cd2ac164e2c0e6d0ceeda234db9774c2df44fb9f0e71d3960cc3f1" +metafile = true + +[[files]] +file = "mods/connectible-chains-forge.pw.toml" +hash = "10e3d014bd3927d75f0969c35fa9296073b8987975aa6a059771a7571e35dd38" metafile = true [[files]] @@ -609,9 +691,24 @@ file = "mods/connectivity.pw.toml" hash = "b110d17098d959631ac663a006fe3145784048d5b443483189949ad8240fb82c" metafile = true +[[files]] +file = "mods/connector-extras.pw.toml" +hash = "d8480ee1f6ae58fa389e502108bcde4936ca326d6dc2f1608b9af9ac141cb35a" +metafile = true + +[[files]] +file = "mods/connector.pw.toml" +hash = "852ee3d5dea735c0c8f4c030edb06164863e7d27eef535c697f86a8b20a1cff0" +metafile = true + [[files]] file = "mods/controlling.pw.toml" -hash = "2a50d21837bba88e3c9490c6bb8e0a9b44b052645d5c1481b48a060439c20a3c" +hash = "4063abe583282834b2f78e3b3e6b9ee4d231a680f74c020e405a4ef196f21ee4" +metafile = true + +[[files]] +file = "mods/coolrain.pw.toml" +hash = "dd3c03678a537da1f286dd617e8d127b76b778a207864a5b1c20813bfa7304db" metafile = true [[files]] @@ -621,7 +718,7 @@ metafile = true [[files]] file = "mods/corgilib.pw.toml" -hash = "28053b4a334c4079b5d4c7ea2d3b8d48f8fa61420498f1bed0ff83cd316bbba0" +hash = "aab86d52c9896cfcf7c0635c3c897c3dd190de84e3be9eeb726a22c5a61602ed" metafile = true [[files]] @@ -640,13 +737,13 @@ hash = "17a10532b2a12768f31f8bd209024312e6e224d01f87c8476704000b40d2334e" metafile = true [[files]] -file = "mods/create-aquatic-ambitions.pw.toml" -hash = "5c3452a0f053f6b60c0e566b8c406f3dba46666641c782928c8dee2c1d74d17b" +file = "mods/create-air-ducts.pw.toml" +hash = "d37b6ffd39d24bb6f1675b76a23121a4923282dbefb23e253573d3c896983e10" metafile = true [[files]] -file = "mods/create-better-fps.pw.toml" -hash = "9cf306fa58ab8958ab6c5d9186181e8fd2bf3e911ec02753b1046a90bcf12339" +file = "mods/create-aquatic-ambitions.pw.toml" +hash = "5c3452a0f053f6b60c0e566b8c406f3dba46666641c782928c8dee2c1d74d17b" metafile = true [[files]] @@ -665,13 +762,13 @@ hash = "5acc1723e2a8df0db1abfa954edbe6c9d9baa35172ee77255ff0493526ff0ca8" metafile = true [[files]] -file = "mods/create-central-kitchen.pw.toml" -hash = "5b9c383ce87acc21602ab5cc5bb35a440487b0608fce9d8489ff641bf0413513" +file = "mods/create-ccbr.pw.toml" +hash = "a394326edcd2255782cb0071700e85392d512f49f5c3d377f407315587d28b07" metafile = true [[files]] -file = "mods/create-confectionery.pw.toml" -hash = "8845c6e549e63cef58e420a081b87e1db4230ea02efc835c74b8dab37e183148" +file = "mods/create-central-kitchen.pw.toml" +hash = "81624db65c91a18ac83dd8356ad49c1436b090a95983f927a1c69269af5646d9" metafile = true [[files]] @@ -680,18 +777,18 @@ hash = "4852a9af0dd34136c85a20a9729b554bbb8afbf81f8bfdbb52b8a8cae898b1e6" metafile = true [[files]] -file = "mods/create-curios-jetpack.pw.toml" -hash = "55646b5942b171bba20026f455017539def9056614ea420131566fa0c17217c0" +file = "mods/create-deco-additions.pw.toml" +hash = "217ea0fc85b62cd045628a88db52dfb95d69047014c89772e1fb5881736a3712" metafile = true [[files]] file = "mods/create-deco.pw.toml" -hash = "ed31437039d9afd64d6f0d04b6f41db1b7f042c050956da70d5d1b05bf03bd0b" +hash = "87be52b8aaa9864eab1ec2df8c862cd01a084989b07c4cdbfaa21c57a9a778a6" metafile = true [[files]] file = "mods/create-diesel-generators.pw.toml" -hash = "6ed9f8d7d9829d8f03708ace7d1acf130e8cfb87bb794e0681b5a198f61312cc" +hash = "186e1585665b7d703f2ac3798d75b7b6cc7404c61a55fffb2301d04bbbea0b17" metafile = true [[files]] @@ -709,9 +806,14 @@ file = "mods/create-enchantment-industry.pw.toml" hash = "c670ae9055f10dafb61fe340583c361f4c41ed45671c9440bae1f0696b47252a" metafile = true +[[files]] +file = "mods/create-fishing-bobber-detector.pw.toml" +hash = "c9ff36fe7735b709bbf13003f05ae3637b62fc00fd01689da12f65e486fae30f" +metafile = true + [[files]] file = "mods/create-guardian-beam-defense.pw.toml" -hash = "726d712cc801d1c8c446ac7d2305d15cf8fb9561a62e107e687f02c433a7c5c9" +hash = "ebbeae6d65c714b0bcd25b5f600ae445d16a604b15347b42e2bd3960b208cbf5" metafile = true [[files]] @@ -719,26 +821,16 @@ file = "mods/create-halitosis.pw.toml" hash = "7087de4537a27036095811d218d18302b29b6dbe34bce26b504c73b5c8f96b7f" metafile = true +[[files]] +file = "mods/create-let-the-adventure-begin.pw.toml" +hash = "7b323c8b76960ff2963ac6724cfffae3d9afe87b9cd76d08b6641be80e9ac607" +metafile = true + [[files]] file = "mods/create-mechanical-extruder.pw.toml" hash = "3688fd8c6db46d2196feb5e30236fedbfa4d921a6782fa70e431cbb898596313" metafile = true -[[files]] -file = "mods/create-mechanical-spawner.pw.toml" -hash = "e28ad23aa941b216a9cd44dc5f9a5c0a1d72f9b2a86437e4db41bd073cd0e2cf" -metafile = true - -[[files]] -file = "mods/create-mobile-packages.pw.toml" -hash = "ab388f5cb5e6171608be81b0089496b64b3b5060b19a0f94051d201c2a78bd7f" -metafile = true - -[[files]] -file = "mods/create-optical.pw.toml" -hash = "27c15311ba2022cb1eb86f9a16808799e383f18a49d8d97dfd399686deb3aaa7" -metafile = true - [[files]] file = "mods/create-ore-excavation.pw.toml" hash = "dd0b2f978bc582e671f0b374d1a24680d02e44f9c541ce9c87cba0dacdeda507" @@ -746,7 +838,7 @@ metafile = true [[files]] file = "mods/create-power-loader.pw.toml" -hash = "cd05f2d0fb1c0e3273cb94b402a2a3ddad664cb2f5053951c83a213159cf7ef5" +hash = "255864fc7aa8e28619e5ddbf9094623bfcc9d6caa260bc0cd3d32b39d45a532f" metafile = true [[files]] @@ -769,24 +861,14 @@ file = "mods/create-sound-of-steam.pw.toml" hash = "2f6d193a89636e07670a8c79e9a409a985468c9c29b9ea97a3c1ad4e8ed438d1" metafile = true -[[files]] -file = "mods/create-steam-n-rails.pw.toml" -hash = "076ff478a024d973f3892ec67884f8f6973b0945bcd38900eefc113ea0ff9f71" -metafile = true - [[files]] file = "mods/create-stuff-additions.pw.toml" -hash = "a0a97c3a14629fe1be41ac5c059d24c954a71e6cf4ff1cb7c04ed2bf6014d78b" -metafile = true - -[[files]] -file = "mods/create-trading-floor.pw.toml" -hash = "9febb128660a6bd9e7518237f42ff38c59835050fec105fad76b853356fc4bef" +hash = "8d568223f61b027a5db4622d9d15dd8d00ccefe99e1cdcb6b62c0f0fae5c6f27" metafile = true [[files]] file = "mods/create-tweaked-controllers.pw.toml" -hash = "b866760db6d171ba750d4aba6310a85ade6a0d73199f101592fb546b59ed9f61" +hash = "aba70a0cd8e2169d87508bcf587b8f59cebd0ea466b2fd873a0ca21f9a02ade3" metafile = true [[files]] @@ -801,17 +883,17 @@ metafile = true [[files]] file = "mods/createaddition.pw.toml" -hash = "13b1a2b6bb389a37c08cee933ee5357c9c6330f85be92dcd53fd01a3d8b45bf9" +hash = "efb00d657d22a7e560916ae2b7a2836f48586527a5ff40338af7e928472ef9da" +metafile = true + +[[files]] +file = "mods/createbetterfps.pw.toml" +hash = "e32c9fced8690cbcee779dcf9b48d38e4f8cf6076ec4bcead8c8a834fc6808c4" metafile = true [[files]] file = "mods/creativecore.pw.toml" -hash = "1a0099366159fe4c62c19e82b512375eaa528574cf1a7d60fc7b2c96e8a83a51" -metafile = true - -[[files]] -file = "mods/ct-overhaul-village.pw.toml" -hash = "96b92f9d6c4b3866ba018a99d7b01e07b12aca02e74dfdc6407c45c1af2b4d19" +hash = "9582c04926dd9cea7f68f6f1b4e068bd2ec3f6fcb2734497d885364c6b74b1e1" metafile = true [[files]] @@ -821,7 +903,7 @@ metafile = true [[files]] file = "mods/curios.pw.toml" -hash = "c1fb4b35943ed603eaaa2999ec0faa3d22a5ea2a95f7ef1b0cd0eae83c945bae" +hash = "9eefd607e0d54ec444e798ccdeede1a09a3939440bd1e11c11b84c07a5134be2" metafile = true [[files]] @@ -834,24 +916,29 @@ file = "mods/cursery.pw.toml" hash = "2994e9f5cb4f258694f4704ef96eb1ebcf2b1799cd8d9361341c359660cb6744" metafile = true +[[files]] +file = "mods/cut-through.pw.toml" +hash = "b64e0bcd7299d5f773d7e7937d141c1c55803a3077de6f242db972853b11990b" +metafile = true + [[files]] file = "mods/data-anchor.pw.toml" -hash = "3a189a18cd2b36c95539b77d81d4dded698197174d48e183fb03f7dac4cbd4a7" +hash = "4a24ff40173c5380b4cc3f6c34f1aaa06ee922a6c9fb060d1dd0aea89aef0e6c" metafile = true [[files]] -file = "mods/deeperdarker.pw.toml" -hash = "e50740a50bdeef70e78fc991fbc8eee9dbb4bacd11f5e7cbf10f4c46cb5fd0aa" -metafile = true - -[[files]] -file = "mods/defaultsettings.pw.toml" -hash = "de4c62f0f71ddc523420e93faa15da4cdeb5e067e9a17f44c250e01ff6a624d6" +file = "mods/default-options.pw.toml" +hash = "04982248fbfb09fe69f8075d589bc0bc8fab58bd98e165100f0e9da8045119d8" metafile = true [[files]] file = "mods/delightful.pw.toml" -hash = "7329d2465dd7f479bbfca0e747ae8c86609be5487b2ee8a9f9f22ac5e1b133d1" +hash = "30a0c2c3aa7a3532c3f2121c2aa67ae03fb953cd18e858077a4643bd9bd7bc2d" +metafile = true + +[[files]] +file = "mods/despawning-eggs-hatch.pw.toml" +hash = "67b8e5a7aba13af94d9f4a596138a1e0aa8754ca5b080a295e923097fc342f53" metafile = true [[files]] @@ -874,19 +961,24 @@ file = "mods/dismount-entity.pw.toml" hash = "014cf6e6912ff9476c0ae25b92b2c61aa71c5f780ec670b43e3b30602620bde3" metafile = true +[[files]] +file = "mods/distanthorizons.pw.toml" +hash = "a6b00f4e2cabcea93d7e72896ad2abae71cd37bc685b05235b32b9f12a033783" +metafile = true + [[files]] file = "mods/do-a-barrel-roll.pw.toml" -hash = "4062d03ec231ba2fcff0f5b7b1dc9cdb86fbd160b68732a44959b2ef08d4f511" +hash = "53fd334af7b7c6ada2b3d15a8d666011c5b54bcfc5515e6ca2d13eeb3c286b0d" metafile = true [[files]] file = "mods/domestication-innovation.pw.toml" -hash = "2aa8e99103e73af719667f2c03ab4380b1febed92cce4724aff8a5ec0e3cafea" +hash = "bfd2911d1fc7136f92be93d4e3081b85f30109373ac640fbac2e3b3896d709f2" metafile = true [[files]] file = "mods/domum-ornamentum.pw.toml" -hash = "d3922913009ec2b0da3a55aeaa6dca2e4338beee3ddbbba3cbe379293fce0aaf" +hash = "67b30562f3c9b2bdfecc77cbe8fb042a5e43bb84015695c451342f514830ce86" metafile = true [[files]] @@ -895,8 +987,13 @@ hash = "d709d46fd4c3c5ee65c92ee43f1f5e7d2ad091b5bfe3bd996d50b4922023c7a7" metafile = true [[files]] -file = "mods/dungeonsenhanced.pw.toml" -hash = "dfb924c37e57408d64fd7228a7ab0f6bb0f1821b1489c38c50779353245db36e" +file = "mods/dungeons-and-taverns.pw.toml" +hash = "a6af059766ea70358690d048898d19e493108e2e06a97542fac696fd5e03589a" +metafile = true + +[[files]] +file = "mods/dungeons-enhanced.pw.toml" +hash = "116a4e4f12fce0d4f32699608012ec1d7b02d9924ed30dfbff956afcf4a3d797" metafile = true [[files]] @@ -909,19 +1006,14 @@ file = "mods/dynamic-view.pw.toml" hash = "a955e3695047fa8d2c25bf1fb47d1cad55fff1b4d94d4273e60da84a1d7b4736" metafile = true -[[files]] -file = "mods/dynamic_asset_generator.pw.toml" -hash = "6b8053bc7343659665925625e947a2f79a786cf2e14b67934b3091b04bd6a624" -metafile = true - [[files]] file = "mods/easy-anvils.pw.toml" -hash = "3b17a2980b74426f94633164b0c068f8afa025eabee0e0bd1a32c5965361c028" +hash = "0c91bda0e9a61b15ac8a729678c70af9b9630c8ea6cadf591750b129caa10000" metafile = true [[files]] file = "mods/easy-magic.pw.toml" -hash = "6e00b7d2b9e48e4286f7313f848b2520ebb26315672bfa4a27bef23d02db2ca8" +hash = "f04c6bc722bee9b7f66eb9a1fd6abc016b60c77fc1c9ae05f8dd4a24225a2709" metafile = true [[files]] @@ -931,7 +1023,7 @@ metafile = true [[files]] file = "mods/effortless-building.pw.toml" -hash = "fdb68bcedaba7e10832e199b017d1fae8767b7292aaf940bccc646910267d96e" +hash = "fc90107a8ba7d443f4e38c2b46743a54bb02596bf076d1de6889eb4d62e5a255" metafile = true [[files]] @@ -941,47 +1033,37 @@ metafile = true [[files]] file = "mods/embeddium.pw.toml" -hash = "2a4e32365b962f7857d6003af7abee398a92919a5b3ddcd2a51ab9359b80865a" -metafile = true - -[[files]] -file = "mods/emi-create-schematics.pw.toml" -hash = "11129650c7d60ba989eda3316b0c39d444a2549cd2878f35be5f2a0aa4e434ff" +hash = "5ec0c37f3f4ad07a40c10376668bca80334ddb7ad2bab06eb4de8f7aac339c8e" metafile = true [[files]] file = "mods/emi-enchanting.pw.toml" -hash = "639edd799624f43142f1d320d7e069c6dbca98f277fccd7e5de2a35065b1e5c0" +hash = "3a728230bfbaf61c1fb3a102bcf320b63a0a132c149b0b827eaf1ce0a52e3fef" metafile = true [[files]] file = "mods/emi-loot.pw.toml" -hash = "851d792c8de31e31d732275bf30a2c211133c8898a2342bad6fe5bd34f8dbd00" -metafile = true - -[[files]] -file = "mods/emi-ores.pw.toml" -hash = "063965dad9a64ae9e75da00e7fd3512d098ff2da01d2e50d4c8e01d00c79ad45" +hash = "5d6004ca876efde3d87e789b18c6e3c54be63ccab8b733d3f1b7c74f39f29eda" metafile = true [[files]] file = "mods/emi.pw.toml" -hash = "a09fd1c71c6c3306b4cace77159cbbe7cf99277ccfdcc647ccd5e362cf0edac3" +hash = "f0b4372343e873512d57e5ee877f37362f8dde8e75771075abe44686509294b9" metafile = true [[files]] file = "mods/emiffect.pw.toml" -hash = "8159fa7300089cc3f83cbde9bb4666a24e946ee3376c3b5b221ee920951d023e" +hash = "f9f6ab1a6f68298710ca37f82503969531856c67138c4049f20c134d8b70dc55" metafile = true [[files]] file = "mods/emitrades.pw.toml" -hash = "66f328eff01494ff30f946c1b5b68e20a111c1de80dcb20d86d17246f7f87aaa" +hash = "16b4a8a6c29d642b83ccfb68729c6520928fef115551d43aa301da72ca9498cd" metafile = true [[files]] file = "mods/emojiful.pw.toml" -hash = "3b8dacbd1cd0e3d849b080473559fd26e4268e396075ad37d0fdf7031ee9dc97" +hash = "df875bdbabfd623724c54a4eccc023dbaec5027e19b9c68e34a70538f510e16e" metafile = true [[files]] @@ -989,9 +1071,14 @@ file = "mods/end-portal-recipe.pw.toml" hash = "194a9fa8a58116434b473033cb9805867f7b1ec9c4fb86ba8077470cf4fa468e" metafile = true +[[files]] +file = "mods/endergetic.pw.toml" +hash = "ac8886608c2af5d3406068dab4b29e63317aaee35c4a9565535f28d717cc8194" +metafile = true + [[files]] file = "mods/enhanced-celestials.pw.toml" -hash = "885221a000410ecbababafdbc18cc530c911ed86346dee14706df70dcc728030" +hash = "6e3de42267e18b37ba96d27a8cf0a147d427caaa95e529784ee3b44832666953" metafile = true [[files]] @@ -1001,32 +1088,27 @@ metafile = true [[files]] file = "mods/enhancedvisuals.pw.toml" -hash = "67cb05bef9f9999c423b1b3281a5397f036d6a43a3b15613629bfcb2898c5c16" +hash = "918746290a31eb36dbb95c7a9fb5397a3b223253cea0850b011604f8c829ecb3" metafile = true [[files]] file = "mods/ensorcellation.pw.toml" -hash = "9780912a21d843e262d6f137ae4e7f95ae21e059e82c8a449b5930c767b06dc4" +hash = "6047057f4da3267df6cfb7fcf09ac599b66862282eeab24915fe49aa80ec0ec9" metafile = true [[files]] file = "mods/entity-model-features.pw.toml" -hash = "a4d11e919132d573da75c2e2d06242921541cfdf94ebfafe976fbc5fe7fc2e29" +hash = "14ddf6bc740ded7825a455f90f0045ed3b4c2e65168565715daaff8532da5dbd" metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "603798d7f740ac0f67c3fb48fc3fd17cdf48d8bdd7339c89901bf6a4ff0631e9" -metafile = true - -[[files]] -file = "mods/entityjs.pw.toml" -hash = "23448b2205920635da7f70727aa8fe0964c8b23b3024a10bdc10afe5783260bf" +hash = "ba33e2257a6e3e4ae195919d16fdb142c326261bd0ea57560820f8d9fd9e324e" metafile = true [[files]] file = "mods/entitytexturefeatures.pw.toml" -hash = "c593551ad29c010a4985f4310c32707bfb8859ebe939d5e17c4cd919862f5555" +hash = "cc4926dece87e61770569a0c558f3c2e674e036a92939afe93058d8c4263b96f" metafile = true [[files]] @@ -1035,23 +1117,28 @@ hash = "4940a95ccc3e64748655a4e9fa4ce866f3a85da1bba7e9f3d0a3b4741dd4b679" metafile = true [[files]] -file = "mods/essentials.pw.toml" -hash = "1fa2e66e87823ddff5d6f0b7d2ae796397be53af7541f6674018580eac2b400b" +file = "mods/esf.pw.toml" +hash = "96081096586e12d56e1aca800c43d1c308363968bf728d9df4076b325c602904" +metafile = true + +[[files]] +file = "mods/essentialsmod.pw.toml" +hash = "ec7614e11c8670959e86c8c45fa4a4e098d8643d5e5c13e589bdfe295a5c67a0" metafile = true [[files]] file = "mods/etched.pw.toml" -hash = "c9f73e2b93b64fb0c44fbbde6245a5d5934143d6c4b9cc9829e3ba62c02ead4e" +hash = "bd2b62e4397f57220ddf4d862b5c6d87de3192b4ff4da14e9f5d00029ed13c48" metafile = true [[files]] -file = "mods/every-compat.pw.toml" -hash = "bba04d1c28aae515e3b0366bde65ff7621b0ffb65c1d06b1c9b8b997c5446d60" +file = "mods/euphoria-patches.pw.toml" +hash = "80c22135368ecb216a6e8992f8485534c8500bf6ea82c8af7f22cb11ebb30962" metafile = true [[files]] file = "mods/exposure.pw.toml" -hash = "ea36b8516ea429e479368b708082e89af5fa50dc3576b52c2ff8c8dac595801c" +hash = "ce198cf0e4ac56f35c03b5e721eacbd6c6bc86b6ab318c4c7259082edb625fc2" metafile = true [[files]] @@ -1061,27 +1148,22 @@ metafile = true [[files]] file = "mods/farmers-delight.pw.toml" -hash = "fa6e35c376181fa82ad33b9cb4c20382a0effd7eb09a06107dcc884b98f49ff2" +hash = "7b846273c5cbc4d0eb1f3d0eb4802b0e81e54dea84cf25666015ca50931fe307" metafile = true [[files]] file = "mods/farsight.pw.toml" -hash = "d8e74231f81185870f1b766f2f21c80c10627ddde5b75fb913e5a618711fb2ba" -metafile = true - -[[files]] -file = "mods/farsighted-mobs.pw.toml" -hash = "b46b4a5dff7afee347b788a31d1c5939ab5fcd3a6f3000456baf79b6f7ee597d" +hash = "a6313c759ee8e9ab0afb8fc056c6ce6d2be7ee87063c0ec85905b83302382af0" metafile = true [[files]] file = "mods/fast-async-world-save-forge-fabric.pw.toml" -hash = "661124f176ae58775772a60ddfb0193222dd33a1516f2c8bd8dad877c00fa838" +hash = "23a04210d34ea538f7a1db8a2b8abcb929e683632a1bb0c9ed838af9cd93d0dd" metafile = true [[files]] file = "mods/fast-ip-ping.pw.toml" -hash = "64f7ff38d1d2b074d18eb83b1d9b5b08bb389472202ccd86ed60eb9a56b23c5a" +hash = "06580e84bd3c27a84c743ebe0c45e3bd7ce6e1b6377e39f15774634a7663130b" metafile = true [[files]] @@ -1094,6 +1176,11 @@ file = "mods/fastfurnace.pw.toml" hash = "932ddad36de5cc064fd285cff392872050de95e262029d336e99f44e0ce01d97" metafile = true +[[files]] +file = "mods/fastload.pw.toml" +hash = "832e8a46a8abf0363eeeea3f860b6b8ec5af2e9e8bb717be03fee848470dd538" +metafile = true + [[files]] file = "mods/fastsuite.pw.toml" hash = "a828c60907bd972cb75263bce3bd6bacfb31b98ccb3d5556ad10c7be81258e5d" @@ -1105,13 +1192,8 @@ hash = "77095e78d0432b58d1243f271e953c8c6b318bf8dbd0563358b07e15baf30a9c" metafile = true [[files]] -file = "mods/ferritecore.pw.toml" -hash = "5bd0506bc0be25116b234f2b5af9447f60d82ae1cb6c5be4e12d8841f6c2501c" -metafile = true - -[[files]] -file = "mods/fishing-bobber-detector.pw.toml" -hash = "66a6bf500d4f4a0f8cd16d5e1ea0dd22ddb5f3e4559a686d0b20671fd98b2e3d" +file = "mods/ferrite-core.pw.toml" +hash = "902bac905b93271f02bd0951a22bac06a3da24f5c237fcaeb469e14a7679e508" metafile = true [[files]] @@ -1121,17 +1203,12 @@ metafile = true [[files]] file = "mods/flat-bedrock.pw.toml" -hash = "7f4f50fb3010b6496b97c7d1b20ff68dc3031839a9f9724040a03426c1219069" +hash = "48f024992f7d4b734688ae4102b3660a090c5ae3f871e831533f4e8b6e8a01a8" metafile = true [[files]] file = "mods/flerovium.pw.toml" -hash = "eeda9463b59d354bb30d0f67d5ffa80689232205969b4e0db742bdf1b42a52ca" -metafile = true - -[[files]] -file = "mods/flib.pw.toml" -hash = "3e8ccc74f161b632cf8eadda6548860bfa58e4970cec1630135b83900e31b98d" +hash = "7e4d086c43ca799a4974051db465a8f8c63c912137ef98557047a1e3f7068d8d" metafile = true [[files]] @@ -1140,13 +1217,18 @@ hash = "8ece65683a05af3181ced85f44f0d67bb6e254ff2d536cd308547c7a8f2faad4" metafile = true [[files]] -file = "mods/flower-seeds.pw.toml" -hash = "7aa1acdac123161a8acde06918341b53cfabd9afafefa1cd7b6dc6013e685316" +file = "mods/flowerseeds.pw.toml" +hash = "0c06930680283810407478f5c366d7381ae51a1ae3419e611191b80e7d43158e" +metafile = true + +[[files]] +file = "mods/forgified-fabric-api.pw.toml" +hash = "52cbf31840eef5ec3a4dd81ab04ef33a518e4f0ed89fad11c965da0374a7a6d6" metafile = true [[files]] file = "mods/framedblocks.pw.toml" -hash = "90b1dbb488e42623788abdaa6afe9808aa811a57fac8f76f3153092e06152836" +hash = "41e24ed037adefe00c62d1935f428cc71cb733a04e8012223d66004e52f5ef9d" metafile = true [[files]] @@ -1154,109 +1236,64 @@ file = "mods/framework.pw.toml" hash = "376f8a190f00bd120193d7a665ebe1b03dfe329cc395f7d944f7216c1182c84d" metafile = true -[[files]] -file = "mods/freecam.pw.toml" -hash = "e5f1f938c54e1ecc766972b4c7c092770346d5924faba9803edb7750c4cf1f88" -metafile = true - -[[files]] -file = "mods/fruits-delight.pw.toml" -hash = "2d83d6fe471249033cb2ab305ba496a9ba85c2fea12eecb55c4cb8cb92520369" -metafile = true - -[[files]] -file = "mods/ftb-chunks-forge.pw.toml" -hash = "c727cdfb22c0a34cafbdb2e33da7504e6aa9e96a0d78e5d913bf5fa9006d44c7" -metafile = true - -[[files]] -file = "mods/ftb-essentials.pw.toml" -hash = "602bf7d11a9c0492223fa8445bcfcb27b006138de98523c45e2bed78df991eff" -metafile = true - -[[files]] -file = "mods/ftb-library-forge.pw.toml" -hash = "eb351918762f5c8f05672257082d1ca144c3c9397c40d6785116d1af8b02d864" -metafile = true - -[[files]] -file = "mods/ftb-ranks-forge.pw.toml" -hash = "439f3bcdd21e7bea24e721ab09c1f7b3c0ecd2c0049e1672902ac0eda256b9f3" -metafile = true - -[[files]] -file = "mods/ftb-teams-forge.pw.toml" -hash = "6a0155012732893dae42d8a7dae4df181367eaaea57296e0ca9849567e7b9b4f" -metafile = true - -[[files]] -file = "mods/ftb-xmod-compat.pw.toml" -hash = "39e65bf3c47517cdb2f9b4b49c6632dd56db797744faaf8b1a3726b1b95aacb4" -metafile = true - [[files]] file = "mods/functional-storage.pw.toml" -hash = "ea05f8426dda347174d1690299c4517a489c6c17370a98fd812e9d06ce1dbcfd" +hash = "0d719b8788c3e53940faa21383b51197049ab367fb25fd32aeea852f0a69ebdc" metafile = true [[files]] file = "mods/fusion-connected-textures.pw.toml" -hash = "094add6803dc6040e303fda19c98fcc4541b7880e27c839a7597e7d165f91818" +hash = "c3dc9fa3e5dac927b728439d9601bdbbe5d07b499f660bf54e9967f5b98247ac" metafile = true [[files]] file = "mods/fzzy-config.pw.toml" -hash = "c35b46cec8c819cca0b163ae3ac8aeac405bf84a967f08e502e48618fbec1a5e" -metafile = true - -[[files]] -file = "mods/game-stages.pw.toml" -hash = "7f78914f6a77dcbae35e2b581d6e679215b33c224cffe0b8fe44b42afb13a87d" +hash = "9e5fe7493fe0106d7c8e2a4a15ee3426c204db1d884ece072bd3cfd8399be9ca" metafile = true [[files]] file = "mods/geckoanimfix.pw.toml" -hash = "e066037d1723ffd77dbf5f1a7600c539097502386b0290c5914535689ccd42ef" +hash = "f78c94f42ffaf5365f45b58f83545ced3dc9ae0cf075412e7710079e163eed28" metafile = true [[files]] file = "mods/geckolib.pw.toml" -hash = "c931f7daf7871aa42f640e41c0b720d7988a1ee1eecae64b3af2c176b1d56343" +hash = "5290e7961ab2ca528b8bf3fecfbcb33240029314fd7cb2086c06c3ee13daf1fc" metafile = true [[files]] file = "mods/glassential-renewed.pw.toml" -hash = "703473d818e3010254222d26c76e0bdf790557169fdb5b7d0b3db2e2cd410a0f" +hash = "b4a11fb082275738d08b6c2bcad6d934801c5b5705abb30d2c5b5b908bc8f1c2" metafile = true [[files]] file = "mods/glitchcore.pw.toml" -hash = "c46659c3e873e0ca121f5215991ae8bc989132a3fea0c2da9eed0f22a947b2b9" -metafile = true - -[[files]] -file = "mods/glodium.pw.toml" -hash = "2a7944b951ebfaa4dcf963c3e2faf43eb8115d99a4390daa49dd8ea6676e8828" +hash = "71f185e62d546881244d4b5a213ebc3d2d6df14b0218c0e5dd6426fcb22cb55f" metafile = true [[files]] file = "mods/grabby-mobs.pw.toml" -hash = "b1140e7129884eee025e55682ad7392fc94e48761a53295c49566116c8caa358" +hash = "1fc17008c6d7bf42c8067b11a626bbe284597e5f45784b327203e3888c24a2f1" metafile = true [[files]] file = "mods/gravestone-mod.pw.toml" -hash = "d7eea2dac0999767af18c2d64c08da73862271c65e9017188804c6320b0a8e6e" +hash = "505f977e07c140709abf88b890313a65b01116a1ee1b0c15f0ef479cbf00cd89" metafile = true [[files]] file = "mods/gravestone-x-curios-api-compat.pw.toml" -hash = "4e9a8e9192b8a65bbb1dbb50b2b8bf51cc09c6d8be2bc75a3430b5695c1fa399" +hash = "f29b802fac8e85e5b6b4bc52338495ee5a3cb40aea8798296bbf00befcbb613a" metafile = true [[files]] -file = "mods/guard-villagers.pw.toml" -hash = "af611db48c7c591bffe5100b284423e8c6282bcbd3b86a12fed2f954f3b1f46d" +file = "mods/gui-clock.pw.toml" +hash = "a9c241e1b2d4ac6b5e3624e8c8ce582ac56f663202b8f7aa2a8a8cad108146b0" +metafile = true + +[[files]] +file = "mods/gui-compass.pw.toml" +hash = "9036f0e7bcc0a2eaf1a6799eb90a5cf6c1af6005c7713f23dd18ec7f6e36afa7" metafile = true [[files]] @@ -1264,16 +1301,6 @@ file = "mods/gui-effect-timer.pw.toml" hash = "30d423b601f0d4ccf180d9a332e5dad3309e457c3656ce336e13f891b223c4eb" metafile = true -[[files]] -file = "mods/guide-api-village-and-pillage.pw.toml" -hash = "c15730bdd8e9e5b54d80f82d18d965370b2242e9da27b6188e13896810b7e49f" -metafile = true - -[[files]] -file = "mods/guideme.pw.toml" -hash = "1635aa0e0df9d27f22de030955c8690061970abe26e3e913c4d950227aba4916" -metafile = true - [[files]] file = "mods/handcrafted.pw.toml" hash = "db495b3ac268709a2ba673bfe220b10257fb7dae549f94bfbd539617d571f131" @@ -1286,42 +1313,32 @@ metafile = true [[files]] file = "mods/highlight.pw.toml" -hash = "ee8e026f46f06f68fa61abfd0e50b195c3348c8ecbbcac8eeb8fc7a05c1219ba" +hash = "bfe8e8ef61657bfc608211ceec3ba076813b6b534b31ab05c51d52fdbdaf6833" +metafile = true + +[[files]] +file = "mods/horde-moon.pw.toml" +hash = "adb0c79bf433904b98f0d1dbabcdfbd2b0a4f88c641da1052333e2a487c9ff26" metafile = true [[files]] file = "mods/hourglass.pw.toml" -hash = "f7111a197c3e4748c1c35283b10605503025c8c57f1410da5d5442c63c7ba410" +hash = "33c13017e0a59e5743ac644cf37496622a096c925b708e3bd39de676b1c2fc00" metafile = true [[files]] file = "mods/hypertube.pw.toml" -hash = "3220716c48b480ea4d998a84f52e2660b73b73722ad727663cff77f4c0f8ff80" +hash = "ba3fcb30a7c4482efca462d9a13964eecc37c48b8ab136d946dbf9f204b19816" metafile = true [[files]] file = "mods/iceberg.pw.toml" -hash = "50b00515575c25d51a37c30489ac637cf83ac54eec0b8e863822a345334c7e08" -metafile = true - -[[files]] -file = "mods/illager-invasion.pw.toml" -hash = "0c58c78ba5f4b93e96211bf29c7334923f91024e731b128336ef6f53af36ba72" -metafile = true - -[[files]] -file = "mods/immediatelyfast.pw.toml" -hash = "bd7af9b5938971ac01a7f655f75ea0b1934fe7b4dd1f5df5f6f51698fd150689" +hash = "c1d1a0476c58e3c011de6f750f48eb4f48493a1b9cef7bd59c008e87e0c0984c" metafile = true [[files]] file = "mods/immersive-aircraft.pw.toml" -hash = "9406e74a2166c58db37c0ba2a29da94723d0c158b05cc6bf22355f7855a27709" -metafile = true - -[[files]] -file = "mods/immersive-furniture.pw.toml" -hash = "ca3485b4f1c0b5b88fbacc2fed0f7e0d8a2d9bab28e88619255e7241cb84aae6" +hash = "06d89bbcca9f454369e193c6f042a8931d40d57c53ae9aff2f7a25c106c70f5d" metafile = true [[files]] @@ -1331,7 +1348,7 @@ metafile = true [[files]] file = "mods/immersive-paintings.pw.toml" -hash = "c006beeec7fca82263506ab1fda78e472e54bb64be350e130902f4f475df25cb" +hash = "3aa4d2e503b7a4544868954aa8175335ee34714a8b44cc2a41cdbb833e271c31" metafile = true [[files]] @@ -1346,37 +1363,17 @@ metafile = true [[files]] file = "mods/infused-foods.pw.toml" -hash = "93d1f4f2e688acbd110ac8978134f9721932a1adb5ce74ee60c54abb172549cd" -metafile = true - -[[files]] -file = "mods/insanelib.pw.toml" -hash = "77c073555bf293127cddd6234147d20f4fa7de2838063917b8852ec03889ff1b" +hash = "1fceda5e8deb44acdced2f940ac7204d8bced63ec5476491ceace13973f26898" metafile = true [[files]] file = "mods/interiors.pw.toml" -hash = "588e222f5cf824fb8317bd3800752c8a4a86f3c707f70b35420f8c9a9599fe43" +hash = "94a549e2ce246807a68cb59773e2ee2ec412039fb2aed4e4d5b35077972c66d4" metafile = true [[files]] file = "mods/inventory-essentials.pw.toml" -hash = "13f1b20a32f521b558e13367855b02eb04099272e0f1ea18c939df32e32a2854" -metafile = true - -[[files]] -file = "mods/inventory-profiles-next.pw.toml" -hash = "0beef96e88001a69ab96c2b247f772ab9861e862a8fe46ade170ac229b347eef" -metafile = true - -[[files]] -file = "mods/inventory-sorter.pw.toml" -hash = "7c993c8854fa4a7510e886ada88f3070ccdfcf4ca199dda558a4f6b0318f0132" -metafile = true - -[[files]] -file = "mods/item-collectors.pw.toml" -hash = "7d2da6e1421f12b93810029b443f5dcf11b9203687c5066036631b4730efae68" +hash = "c041823ae93801a6c94e9c5ddc77c78c961432c3264b9af4bda70e641bd81d78" metafile = true [[files]] @@ -1386,57 +1383,47 @@ metafile = true [[files]] file = "mods/itemphysic.pw.toml" -hash = "80611ef25f28ac46363d64be51fedc91277e59ea26c8d28d34eed538caffb35a" +hash = "f22ed96cbe57135e229a2cb014cd4a6327ecd78b48354f906924a51ab1afacc7" metafile = true [[files]] file = "mods/jade-addons-forge.pw.toml" -hash = "a77bf476d5aca75e9b1ec87d9a7ad66bd9e819e41d2e5564f755caa419070368" +hash = "f8312021fd88a4952e1d50a2f156fab65314f87658d7153efc56be76a422d5cd" metafile = true [[files]] file = "mods/jade.pw.toml" -hash = "0e68e97012bb2d2b1c746e3867a0a7ce34b84c53f4c136a824e0b05e7a18d62e" +hash = "66a8d44f5ef66075063ced8b54312a46bb8a256090d36df877b8ff58de9d16be" metafile = true [[files]] file = "mods/jadecolonies.pw.toml" -hash = "eebbfe5571281be61a838c365908d89d14135683ac15f6c09ac1f2bd3a012646" +hash = "b4f2303ad933f043ea13832bb130fec60ad4892e489bc19f9fff7db1b9db8a66" metafile = true [[files]] file = "mods/jaopca.pw.toml" -hash = "298ba20470d2f61348410938cc8cacf6f63df1d3f4635c75af367fc9377ea02b" -metafile = true - -[[files]] -file = "mods/jcplugin.pw.toml" -hash = "5c9deb013e842d42103c2b9d723a91e890648a400831a25a554f2d65d83b778f" +hash = "ee0c30de0a6e37f4bc54b186adad9c7d92f2e52ad38563bfda9892dac08b9d38" metafile = true [[files]] file = "mods/journeymap-integration.pw.toml" -hash = "d439ee315a5f488532f8dd9c6f8055945f13bce067a4622cf547bd35408c3cd6" +hash = "3821402f6ea538edf6f958ca67b81fa999379d4d36f6fcea24b44a80f70a450d" metafile = true [[files]] file = "mods/journeymap.pw.toml" -hash = "1ff2d8ad68c4c66a92454a917ab0e383ac67872e56832bf80559a724c8845041" +hash = "b29b617692233d60179a6d7376dade85063af0e73a3cc53c623bf570fb768d82" metafile = true [[files]] file = "mods/joy-of-painting.pw.toml" -hash = "7142644b6ee70047ec0eec880a44050cf4fd7e42c94f93dbe85ea7630f2d4500" -metafile = true - -[[files]] -file = "mods/just-enough-effect-descriptions-jeed.pw.toml" -hash = "cdbace4c088d4fef7c0340ca4190e667b1ca7bbd8f4f55a914317302109d41f1" +hash = "dca44614a72da5f7d2d57823cc54aaf3335d652c1a447a6e5df2e60365a6ea95" metafile = true [[files]] file = "mods/justenoughbreeding.pw.toml" -hash = "093e6cd07b01381751d27c1278f1af5e3afb8c77c8e5188d67fc7ffa2f508478" +hash = "1452a856b21b8b84e47c2220bc4e6a410ce5330023f890009a3f84c9046c6d3b" metafile = true [[files]] @@ -1451,12 +1438,7 @@ metafile = true [[files]] file = "mods/kleeslabs.pw.toml" -hash = "9e682ce4a481bd0da76375037951d2e104513421e3da640ec0c3f027f498a83f" -metafile = true - -[[files]] -file = "mods/konkrete.pw.toml" -hash = "ba6600d024f257ff40d4fca84e87fc553d5853b6c71f666d8597891d611b62f0" +hash = "75c7970a9da830e67e3d06c3f300c77fc6ca04cd78570c5324e902e65ec90e38" metafile = true [[files]] @@ -1464,34 +1446,29 @@ file = "mods/kotlin-for-forge.pw.toml" hash = "7ea985404ee4cc9082472c6869ec146309f526e395361b39f2f4c1a43506c41d" metafile = true -[[files]] -file = "mods/krypton-reforged.pw.toml" -hash = "ba2f214504381c53f588e1a52d8be657b47ed53a256b45d623cea2c724748afa" -metafile = true - [[files]] file = "mods/kubejs-additions.pw.toml" -hash = "748fd9bda115507dbe486c90886f449723c60b59529cc4c103489c2326c09528" +hash = "6620fae8fba109613b492e98dd0238da3960525b6b39a113d016d4a55c6d697b" metafile = true [[files]] file = "mods/kubejs-ars-nouveau.pw.toml" -hash = "50dde309aba5227016d9901bac4d439899107b495e31671aa150f6788e414570" +hash = "94416feb86dc3a3e476e1c3d761111b0223426c92b9a2b0f388abca81b5b5a57" metafile = true [[files]] file = "mods/kubejs-create.pw.toml" -hash = "7e9ef26310359f482e595815664b3d08381b30c6517c32a58078b0999e1d953a" +hash = "e9ea701c9fc9bb54d1bd3b6998403a229f896449c0d15b5df23dc46e20ac5092" metafile = true [[files]] file = "mods/kubejs.pw.toml" -hash = "873d23ad2ce05e3e92a05e011f3f9a375a745a4ca6ed4c9fffb0518fc8255bf7" +hash = "b6ed220c9069f60704dbfe19fd55c976ca56ada35bcb6918c4ad226cd842b99c" metafile = true [[files]] file = "mods/labels.pw.toml" -hash = "3f46c69d55ff321765b0bdd51b2a9854983babc177cac10b3e7eef74a373c3c1" +hash = "7923eace31678f02b226afaff1840bca064c0fc8d3194e422a79783ebdb9ffbf" metafile = true [[files]] @@ -1501,17 +1478,12 @@ metafile = true [[files]] file = "mods/leaves-be-gone.pw.toml" -hash = "79f696c09f378d5a2127ad7ddcda4c03cb2fe71622860c99addef9aa29c91b74" +hash = "9a5e498a9c596fb0bfbab74173aa854257466e8c538d15c1966ce268b3267575" metafile = true [[files]] file = "mods/legendary-tooltips.pw.toml" -hash = "1c5451c27ebcdbdaa4451c4b338c1ff43ebeee08c647dc1cfd7ce7e74a276f41" -metafile = true - -[[files]] -file = "mods/let-me-despawn.pw.toml" -hash = "fd6ee498584d8f4aca78c5f2498cc7017940950a6f15694b227a5353da1bfb15" +hash = "bc4c7d42fd94d57b020a43dbb3aa3caaa8395c77bd872f252a8302a39b2256a9" metafile = true [[files]] @@ -1519,14 +1491,9 @@ file = "mods/lexiconfig.pw.toml" hash = "471f6366615d29246e35c3193359ea479925ad98eb2beb1d59f0647f9896df3d" metafile = true -[[files]] -file = "mods/libipn.pw.toml" -hash = "5e4e001b1df1aab3e8000afebb86a8c9587f64ff782f79eb6d7b8058b31d6ad9" -metafile = true - [[files]] file = "mods/libre-exp-fix.pw.toml" -hash = "2df749972ffc9084f19f4097bd1c6a99af01ab0d88cf367e8bcba53be8069506" +hash = "2663905fe952509f424367370d0fc98c683103688983deb8b7a01f30fa77ac73" metafile = true [[files]] @@ -1536,22 +1503,27 @@ metafile = true [[files]] file = "mods/light-overlay.pw.toml" -hash = "844a296d58e4d08f63bf086cbd4690046d75884b00f2220a0428655603fdaa4d" +hash = "ec1dbea2c473bfd08357e3a31745ba28046debee77242e9c401169ddbc88bcd3" metafile = true [[files]] file = "mods/lithostitched.pw.toml" -hash = "03eb823bab4e1babe2cf37bad12fc975f9001ddb0ac6c20f17d86cccd100e90c" +hash = "457f1d7c34cb8cb605b002fee89d3f0a766eb461ef82236c48cb1196b1e81a97" metafile = true [[files]] file = "mods/littletiles.pw.toml" -hash = "c66129d5a0cdb5fb962aa6c0ce4d72ecab1bc212d03acfaf86c5dcf749cbace6" +hash = "4636619eb9cd279957e6f4e840c0e660bf3850a877dc34ba26eb3582f12183c4" +metafile = true + +[[files]] +file = "mods/lmd.pw.toml" +hash = "6aa6897a3227a41db128aef512ad6e6cf33e3c3b806973f94bf63a2eed69f4df" metafile = true [[files]] file = "mods/log-begone.pw.toml" -hash = "df82a01b01bb7ff43f4b0674bb65a2b8416f305d0390ce7b6211555daa5e4dde" +hash = "f618ae45f80532409d1c2b5a473320f54619540580c3f51160f44927ade0ee6a" metafile = true [[files]] @@ -1560,13 +1532,13 @@ hash = "2cc3e04346dd40e35885ad4f64ce5bc1362d5a4882c58fc53717fe12aa389002" metafile = true [[files]] -file = "mods/loot-integrations-choicetheorems-overhauled.pw.toml" -hash = "fe5b96dbc4abcde988d5c952685f96e42993efff3acab348ec2ef6f2f00ff130" +file = "mods/longer-chat-history.pw.toml" +hash = "686fa9e001d88a8d6209426fbe13fb84a13fc9e1d72cf02717e3bbee4dec3d86" metafile = true [[files]] -file = "mods/loot-integrations.pw.toml" -hash = "7d9b2aa5cac6ac41b286427835faff3c865f8353fe0f6646cfe92f0507ecd33f" +file = "mods/longer-login-times.pw.toml" +hash = "27778be66f8c825ab12d72c76cf39163c9e4b083a7956049ebda1d66ed2ad99c" metafile = true [[files]] @@ -1576,32 +1548,97 @@ metafile = true [[files]] file = "mods/lootr.pw.toml" -hash = "a3fc2800be76f3406961d01ab4ab6805b4ca5e269f53d3cb2d58ea39d6afa9f2" +hash = "00f3f21762720f03dd0f1d60449d2a5d3a0104989223f4efa81401d94b8f3358" metafile = true [[files]] -file = "mods/magnesium-extras.pw.toml" -hash = "27f69e040bd3275a1ee455353f1ad31b69200d72122308ead260522a6c2525e0" +file = "mods/macaws-abnormals.pw.toml" +hash = "e16479a82d98e0f2c794ace703a9be92f9a977ea73e84a4abcb151ea36a01dbe" metafile = true [[files]] -file = "mods/magnum-torch-forge.pw.toml" -hash = "5f6768157929bccb85b4b561fb4e16c99018ad93ce3f53b945ab9b37307c3665" +file = "mods/macaws-biomes-o-plenty.pw.toml" +hash = "2b8c0e4b034cdd77791bd822e8a5e5c42ada35f977132d6ee2297e8e1cddda3b" +metafile = true + +[[files]] +file = "mods/macaws-bridges.pw.toml" +hash = "ee387ba74c2c7e999d48071408abbd1ca322e70f36e79c590a150c9572d3a9cb" +metafile = true + +[[files]] +file = "mods/macaws-doors.pw.toml" +hash = "e4f414ece2ec81f6dd2dfb8c0176670a576b988f60c8b45a1f4b749b4d008c9d" +metafile = true + +[[files]] +file = "mods/macaws-fences-and-walls.pw.toml" +hash = "c671e975aad1c5aeeb6ddd19894baa899334cc266001402c1a956f83c465cc34" +metafile = true + +[[files]] +file = "mods/macaws-furniture.pw.toml" +hash = "454c8dd01b9f5e9b9288f37230dd0e38b7a2bba8d14bf4adce738185626191bd" +metafile = true + +[[files]] +file = "mods/macaws-holidays.pw.toml" +hash = "c2b6ff731ec50589e048a1b424bed73d3d3498cc99b3588db6c224465bb82454" +metafile = true + +[[files]] +file = "mods/macaws-lights-and-lamps.pw.toml" +hash = "a205d0ab764efa4bb2eb93c114bbfde4cd3e117d117be9a941b8b56148945d0a" +metafile = true + +[[files]] +file = "mods/macaws-paths-and-pavings.pw.toml" +hash = "1a621ba80dc3db935afe234475501a880e11a2cc96222833803e6636154f6724" +metafile = true + +[[files]] +file = "mods/macaws-quark.pw.toml" +hash = "566cf4cd7b8b82829a317e9efb2df27783990bdf62cc8ec948918ce3d0b51f24" +metafile = true + +[[files]] +file = "mods/macaws-roofs.pw.toml" +hash = "1191b45155fb0f23f5a3fe4b9170b73f52a1c9599de504fe922e4ea7e7e3c95f" +metafile = true + +[[files]] +file = "mods/macaws-stairs.pw.toml" +hash = "27745585e7d6cebb2fcb687563ce64d67a6dedc9ba1755b34d08309f591c8e92" +metafile = true + +[[files]] +file = "mods/macaws-trapdoors.pw.toml" +hash = "40d34a4deede6848d6a49a9f1cf8fdd2af9dd1de058ffeb77e247099e087621f" +metafile = true + +[[files]] +file = "mods/macaws-windows.pw.toml" +hash = "dd8c35f46e1998175f993fa3acfc8b17600a1c031d62e273474232299d698afa" +metafile = true + +[[files]] +file = "mods/magnum-torch.pw.toml" +hash = "33ac8df50343a510256bb78c4dca99014fd4f88fdb548edd8aed6a3013f8947e" metafile = true [[files]] file = "mods/majrusz-library.pw.toml" -hash = "0ef781c42a9409729bab1b76403b1a1dcd1eae6e22ebbdedab180acd2a64952c" +hash = "bc6a2458b8337e76c0636142242ef36f75ff13e65f977fdd81bb5cc823e5b360" +metafile = true + +[[files]] +file = "mods/majruszs-enchantments.pw.toml" +hash = "e15076021a888aa4c0d5320c3c1bb97d5ff882b7596453b07b78cce462036178" metafile = true [[files]] file = "mods/mapfrontiers.pw.toml" -hash = "a74787065553dba0e758bb70b2a071350e05c84af5cf09d5a564e7bc66fe6d60" -metafile = true - -[[files]] -file = "mods/melody.pw.toml" -hash = "0b9cc190139b0eb2d5f0153f05717ed53edd499ad2a3eeee99ea75d22fd0ef1c" +hash = "fe878c20c83e1d4ac34a97c370a50947ed90d765ec005c935925aaded41abe8c" metafile = true [[files]] @@ -1611,12 +1648,17 @@ metafile = true [[files]] file = "mods/memoryleakfix.pw.toml" -hash = "dce7ad9ac47f903e6fb130b962f08d7ac53eba5706f64a1ef406cb5f41944ee3" +hash = "ade41e4315735aa9116a0222b332e03d3f8df6eea301764d40d0bdc40f5e8689" metafile = true [[files]] -file = "mods/mimi-mod.pw.toml" -hash = "57aa8530b884bfa53d7d4ef9185e0b7e6e830358c15b495883367463137c55ad" +file = "mods/midnightlib.pw.toml" +hash = "82a0484217227dc92a79a12733b5a8051591c14c5aff1a55e7e675eb8c7eb72e" +metafile = true + +[[files]] +file = "mods/mimi.pw.toml" +hash = "33fbcd9a8b89bd4ee05892f89f79f4af26812093432bffca0ea0d260b76ca66b" metafile = true [[files]] @@ -1631,22 +1673,22 @@ metafile = true [[files]] file = "mods/minecolonies-tweaks.pw.toml" -hash = "083654ef2ed1f89fdb60698c52a01a55476bd17205235988956f315fbc9d93c7" +hash = "a111bbfa4eb381243dff971f8a63d1266a4f7dfc4e7dea99750b6562eca79a3d" metafile = true [[files]] file = "mods/minecolonies.pw.toml" -hash = "c479a465e374cc7422dc3db0db01f5e978d2e6966686f54fa1d6540f628c15ff" +hash = "392032be14361a623c145025d428c840a43005d6a439aaf1a7f03629191fd75a" metafile = true [[files]] file = "mods/minemention.pw.toml" -hash = "b5e28dd045827d56ef6ed79656fe61f03c608e7d1d8fa3a2a66846024b0e07af" +hash = "fc276741dc939cdb4cdb677a9643166abcff2ce81c9e2f91f349a4090a2a8446" metafile = true [[files]] file = "mods/minemenu.pw.toml" -hash = "15b4d5978d62a45d63626d4aa51d772e0aa5cda41c77eac3e15088c093b88d1e" +hash = "3c8e28c58a785e98c329cb31f5f43887ee14bf7dd0b782d35cd71d8f405745d4" metafile = true [[files]] @@ -1660,18 +1702,13 @@ hash = "cad7a953dcc840a65ab415778f92ae16b36c0eefe7cddb4bdfb998bdce07dd43" metafile = true [[files]] -file = "mods/mobtimizations.pw.toml" -hash = "18e911c5a0308b2b6bcde2e4c4ac0cf1ff6d2a7b9d4e82ba4c80d97ae0b2a79e" +file = "mods/mmmmmmmmmmmm.pw.toml" +hash = "70bd76457fcd02b797eeaad3e88c3390b88d0e8bd15d7100631c41401953926e" metafile = true [[files]] file = "mods/modernfix.pw.toml" -hash = "85917ce951c9e29f3961aa13142968414143ed78e2b13ad203fc2796cc80060c" -metafile = true - -[[files]] -file = "mods/modonomicon.pw.toml" -hash = "fe03ff925a227f90b4a4bba5d1c36ba5e733d4ca182f45baed795a0e1a7d7ac2" +hash = "dc906a68268eaba1a7690ddda6931e752b72aba629eec3407f252ecee76b70ea" metafile = true [[files]] @@ -1689,19 +1726,9 @@ file = "mods/more-red.pw.toml" hash = "ea4a8be0d3d889f0240a975a2ba25d8c39c29900fe47de950b667dd7f5c69a88" metafile = true -[[files]] -file = "mods/morejs.pw.toml" -hash = "df7a58af5cb547cb765642ee4ed563fa15c59d9e6f44d99229541d4d1d32c84b" -metafile = true - -[[files]] -file = "mods/morph-o-tool.pw.toml" -hash = "77740f2f9cbdd4c2f8a88d53f5e5ffa7197405db846d3ba7a99bf89f577803ea" -metafile = true - [[files]] file = "mods/mouse-tweaks.pw.toml" -hash = "08d4222aed09fcd5eb58f45291f883cc63fedccd0268addc415af9d0e64b1c7f" +hash = "679fa8f3b49b9ed3fbcb29d6ccdb99bce465faa01f9cec000464ac8d4fbe134f" metafile = true [[files]] @@ -1711,7 +1738,7 @@ metafile = true [[files]] file = "mods/multibeds.pw.toml" -hash = "da84e554c16b3512a201bd674c5e5f5f41685955f7589a0ac799acccb8c0d4a5" +hash = "1237338874b76d4521a4016e562014e03f85968c88cda1fc45ee1d8c6afde7c2" metafile = true [[files]] @@ -1719,11 +1746,6 @@ file = "mods/my-nethers-delight.pw.toml" hash = "019b1fc9ddc90219203532bf68538e1f1b2487599c6c9b9a3a074df0abd66b48" metafile = true -[[files]] -file = "mods/natures-compass.pw.toml" -hash = "464e83a35e22e9bbdf7be38cf7a7a98c39462a0a50b01d2a1355bcae9167ea7a" -metafile = true - [[files]] file = "mods/necronomicon.pw.toml" hash = "1802dcd780c6deb02fb0d9251474f221077c7c80b8d673585ab59a93f4fe2abb" @@ -1731,32 +1753,32 @@ metafile = true [[files]] file = "mods/nekos-enchanted-books.pw.toml" -hash = "cb6ea4ac1856c75ed32284dadce944d9b2f7b409bcaa22da1f3fb7647a80333a" +hash = "d8bade3bf5ab82d9b3f185bff6c5630cfa4319f331c12d0b6ee226d65eb8b345" metafile = true [[files]] file = "mods/neruina.pw.toml" -hash = "de02dd5b14cbde882dcc4574a68fb7e2b7774cceacd902410491c2e63af0bf89" +hash = "370cc7013d4161ac19543d08d386376a979a4a6a0b016f6c76cd391784ba0634" metafile = true [[files]] file = "mods/netherportalfix.pw.toml" -hash = "da8adfd1a2ab5e050fc182940c9bf972cbcafdbb12e22fe8274ccf47c71e9899" +hash = "311e6ff7804f35deac9b3bd48bba8708590f1d8b6648048e7a021b4c5583d3fc" metafile = true [[files]] file = "mods/no-chat-reports.pw.toml" -hash = "b57f83a78903e7e2d3ac3ad588a36a7b17663a4ee8f7800c179c9cfbf40931d3" +hash = "b849dfdaaa3e4ad635fb16595bfd6ae03b83de0c02f5b06faafb24cc33926f3f" metafile = true [[files]] file = "mods/noisium.pw.toml" -hash = "967412dd78791d3c8ed00470ac9dd9473d0d03fdf78d04a9a004ea79bfcbde70" +hash = "c18dd089c44103b56f8edcbd41a071e41a1fcd46094b2c93df5cc5f07853f18b" metafile = true [[files]] file = "mods/not-enough-animations.pw.toml" -hash = "6fdd8498513768f5ba38ce1ff2c9ad6a8e9a8e183b3ee8c1b1c6aed8b6df1229" +hash = "da05994ea44ee2e24f3554ca617db6b87a34d8c65e0b80ec85a3dec3e8b93f11" metafile = true [[files]] @@ -1769,6 +1791,11 @@ file = "mods/nukateams-gun-lib.pw.toml" hash = "7860d26898adba94ff8f2166aaabdb28a697d36a22ad34da95d7cc248cbf9835" metafile = true +[[files]] +file = "mods/nullscape.pw.toml" +hash = "e5e76b305f6e8fd611fb70695f42014c62e5f46b926d626eaf5ca0c78e394c5c" +metafile = true + [[files]] file = "mods/numismatics.pw.toml" hash = "63504f8d1db513fa1a78c214d824be5a9ddba732850a461cae0bb1029b8462b7" @@ -1781,7 +1808,7 @@ metafile = true [[files]] file = "mods/oceans-delight.pw.toml" -hash = "57f6793fdca748db18eb33a34344f68804e881af07c5e032073d8b33ee683a54" +hash = "7f5a7cc6134e81f6f9411e353d5f92bee50fba2edfbc738b1fb3732a54cf51ba" metafile = true [[files]] @@ -1791,17 +1818,17 @@ metafile = true [[files]] file = "mods/oculus.pw.toml" -hash = "e852e8e1b974b9dce481cb2eee523b7375893051956509a5b1fa0b7d7a1e7528" +hash = "f83b253ca6a8e6f2f847952704da0e1fb00e65cbb10b7c9cb15d1a1780618da0" metafile = true [[files]] file = "mods/overflowing-bars.pw.toml" -hash = "4d2414c1705acb3b0831403820758443a42355fa69992927e3e1a77874f8a8a6" +hash = "fb05d7ec98426510ee309380a6f804f5670fe45657cdfe6b2b83ee1fa375f7e7" metafile = true [[files]] file = "mods/packet-fixer.pw.toml" -hash = "ffbe3acc272e246868e214c89001fbee1699a8e45ac7d32c96bb60c7f1d8567d" +hash = "6228ae1e24e5f876d3feff6b45762a20fc496f1c3f7e48972d45446e42d095bc" metafile = true [[files]] @@ -1811,7 +1838,7 @@ metafile = true [[files]] file = "mods/parcool.pw.toml" -hash = "33db15d92fa940001d0bc142079f114000b57c7eec5582d0b648d99ebccbacbc" +hash = "8df736af7b5447e8c5027a716975434a9f76ad0390cdf8c0c1b85ceee8aabe93" metafile = true [[files]] @@ -1820,33 +1847,33 @@ hash = "be2cd243fe83f4253d406afaf81781ffafb12d86903fcac8df913f247d84a0df" metafile = true [[files]] -file = "mods/particular-reforged.pw.toml" -hash = "478c689d606c576b161d8e775497e2f529af4c770079747eaa527230b1bf112d" +file = "mods/particle-rain.pw.toml" +hash = "294cc52b53a8fa2cda03dd772380fbae58c822a5f27c7c66e8d7a7d43ec9c297" metafile = true [[files]] -file = "mods/patchouli.pw.toml" -hash = "dec2bc011d4ca1d451aaa3eea477f13366bfb13beba0716018f47d9331a50d8e" +file = "mods/particular-reforged.pw.toml" +hash = "be90f08db379a2d98cb5813c2610591014a1ed91246cbcd59b86f9d7783411d5" +metafile = true + +[[files]] +file = "mods/paxi.pw.toml" +hash = "be48890d990e03c639c5636c79bfa74bbd531c49a80487507984899c386a0bd9" metafile = true [[files]] file = "mods/pehkui.pw.toml" -hash = "7c334196e474463949d42ea741afe7177f09572bdf50edf51fb7bd90a1093d5e" +hash = "1f92dd360908c1801848dcd4d14aca5640199545e7e22e76bfdb981b06fa9399" metafile = true [[files]] -file = "mods/petrolpark.pw.toml" -hash = "692fd62c81816bebbb14c56d8f21481f5eda7761d382a23694dd9b30fecfdba6" -metafile = true - -[[files]] -file = "mods/petrols-parts.pw.toml" -hash = "7165e1854d27fbe4448eaee9c797d40a5039548f6b127c79558e8da8c47592e6" +file = "mods/pick-up-notifier.pw.toml" +hash = "a566e339809d1596f335414f04f8151a56149af191ee3161c2e73a4db7084b3e" metafile = true [[files]] file = "mods/ping-wheel.pw.toml" -hash = "ce096bc755136d82af694a3fead87f5812e7b306656384ed3232ac741b357fce" +hash = "b1838e8993cd1779474f5eb252fa0cac06e469441c1d10dc163c0f1038afd6d9" metafile = true [[files]] @@ -1861,32 +1888,22 @@ metafile = true [[files]] file = "mods/platforms.pw.toml" -hash = "7887b8d2490d5153452d97380e7a19fb05dc664878775e9f807cdf4024bd1d5d" +hash = "a3405020853f549e0041348eb106035c43b0fbab617d8c5df52e7e6cea45b67f" metafile = true [[files]] file = "mods/playeranimator.pw.toml" -hash = "b52622122c19a3894e62fc5506d7c3332d202504fd406d6718be646f979feb40" +hash = "765987a78e5d8c782d0da2de99998b43b5907d6c41347d3804045ad109e4a586" metafile = true [[files]] file = "mods/playerrevive.pw.toml" -hash = "93e79f423eafdfeb26a0ce9907f4a7dc63b8fdbb2a8702393b24ceec50954d6d" -metafile = true - -[[files]] -file = "mods/plushie.pw.toml" -hash = "99b0c10c575e0dde89e6c856fc4576a3e68e998861f1be53ff462e3b79b22203" +hash = "0e4e32a1b974218110ad20c2545e57e748979dbc7b0e4981d474a6386b898c05" metafile = true [[files]] file = "mods/polymorph.pw.toml" -hash = "8c65958007f81cdf1a57dac999ec7ffdde17cce6154c9a2f75bbb389fd11efbf" -metafile = true - -[[files]] -file = "mods/ponder.pw.toml" -hash = "64ded834b8e641fdd53e916bbe44e1b57e15902ddfe138a66e88949d3067572c" +hash = "4ab869d8784f4ac318b5c92fa3d9e65f997352b8b57f34b409ca6f171637f0fe" metafile = true [[files]] @@ -1894,24 +1911,24 @@ file = "mods/portable-mobs.pw.toml" hash = "d270bd51d408164ae2da2e2e04be893c9066e701a604383a59cade1e1523b042" metafile = true +[[files]] +file = "mods/portable-tanks.pw.toml" +hash = "ea41c1a0fa68ef2442705fd325e5d622357787024bda5e352a0e1c94ce65a265" +metafile = true + [[files]] file = "mods/presence-footsteps-forge.pw.toml" -hash = "7cc7116fee8b525e93630dc9a4d79b5a6f0ae07434cad71280fad75224442502" +hash = "fc6fbe4edaef15637092d30600743dec1bc9bf6055f71a5ff026df108fa2b532" metafile = true [[files]] file = "mods/pretty-pipes.pw.toml" -hash = "0729cfefad5651843eb27cc59464ca1ba9d4221f4f9393291a66645817944122" -metafile = true - -[[files]] -file = "mods/pretty-rain.pw.toml" -hash = "d6e773e9b7f99cc8d83d4df2c085df97016ac3fb545add46310570cea8d594e3" +hash = "4145ea27a5d578ff8e3786bd3cf6533688eda6b9df129cf80308e81bea63163b" metafile = true [[files]] file = "mods/prism-lib.pw.toml" -hash = "2b0772879a1d43e6fc0d892dca4a85d360e813d5cd3907fc2ab42f345b146362" +hash = "f79cb80b6ea599fe4ca9404465277ff7edf25118976170c28827590febfcee7a" metafile = true [[files]] @@ -1919,11 +1936,6 @@ file = "mods/probejs.pw.toml" hash = "3e206eab3141046deacb09e998bb854df66bd4319b6f6cb77e84d85366836bbf" metafile = true -[[files]] -file = "mods/progressive-bosses.pw.toml" -hash = "98ee28550e828fde9e52898bcb79964786c33c2be18d62124a2ff265cf555b2e" -metafile = true - [[files]] file = "mods/puzzles-lib.pw.toml" hash = "74991cede8019cf93d1243369d840913375ab3a7d448d764c7a15f87f5bc4e52" @@ -1931,7 +1943,7 @@ metafile = true [[files]] file = "mods/quark.pw.toml" -hash = "782e93dadc96d37803987d33c91155d7ad4be1bad1f9fda02d2c50dd29f7972a" +hash = "8df897c0f7831e919aa528c3c1e5239f39439c123d99761230ab2357132bad98" metafile = true [[files]] @@ -1939,19 +1951,14 @@ file = "mods/radiant-gear.pw.toml" hash = "0769e162810d1d35105b3c777f8acdb52970b32f77da15d09c88c4e41eb2a3c4" metafile = true -[[files]] -file = "mods/radium-reforged.pw.toml" -hash = "77fa86d36ada0d178545853f987f9e71128e1833c9c29ae62c436c09bdb31948" -metafile = true - [[files]] file = "mods/rechiseled-create.pw.toml" -hash = "8cfd7cbb2fc8bf5408b11ed9fb00d4a14f79c61db07f1b6db2843a75ff899996" +hash = "8911c9c22f020ad594f6c83442ca069d13ed72b386e22c614ba4f749556c23f0" metafile = true [[files]] file = "mods/rechiseled.pw.toml" -hash = "3e8c59c1817babb68d49af1bd816d6d00ffbaa8343968ad324996a0d5deb9c69" +hash = "442f784b7c8e3d3231e407a9af4530c16fff9c301a5f57144fb5d895c754ded9" metafile = true [[files]] @@ -1960,13 +1967,18 @@ hash = "346314904e0a035d68514e7d9e332d4a63e288abc7fd7bdfaf6d655c511a5916" metafile = true [[files]] -file = "mods/refurbished-furniture.pw.toml" -hash = "d0bf99ee6738fe077f5da39695f8f04aaa5fc25b5aad9387310d9d6134759500" +file = "mods/redirected.pw.toml" +hash = "e6a6271d5f360df60467751651242b3eb6cc86f3e1fb94def2b32427080f7bd7" +metafile = true + +[[files]] +file = "mods/reforgedplay-mod.pw.toml" +hash = "4ca78559de5e641b7050b29ca6322cde44152805e69cf690c80005f3dda2e366" metafile = true [[files]] file = "mods/regrowth.pw.toml" -hash = "7f38ad4c05aaac5b63f8a1802548a5d7d0639d9f819c9646833bd9fd3a538f34" +hash = "5e893defced5c834e2c08f650ef66c6661bac7b46d62f206427ac813b127e6ac" metafile = true [[files]] @@ -1974,16 +1986,6 @@ file = "mods/repurposed-structures-forge.pw.toml" hash = "e2df7d107a8bbbd97924de5e8230ec319970134029bde0b857ed8e863acc8591" metafile = true -[[files]] -file = "mods/resource-pack-overrides.pw.toml" -hash = "5614c4af04d39763d7779a77b457947ac9cde2e8e22823720ccb505c792b2dc1" -metafile = true - -[[files]] -file = "mods/resourceful-config.pw.toml" -hash = "6c7fad08ba7d394ff9b5ddeff53bd54c8438f04811d6cd6bf89a6cad70fe7f56" -metafile = true - [[files]] file = "mods/resourceful-lib.pw.toml" hash = "5c07edd0c8fe82e85efd6c027476ba54cf98291526803b74614c3436292e4ab6" @@ -1991,27 +1993,22 @@ metafile = true [[files]] file = "mods/resourcepackcached.pw.toml" -hash = "210909880704cdaf7ee4fd757519ccf0755c877722be3cb7347f9d4488295ed4" -metafile = true - -[[files]] -file = "mods/responsiveshields.pw.toml" -hash = "5e2560813db484f28e643ecab4db6fa0ef4f67801c60dd97a0b64e8763c62385" +hash = "23f7a6f94c573aa57558e5c06c1ffc4169c0dcd8f13d88c54003a910b5bf02b7" metafile = true [[files]] file = "mods/retro-damage-indicators.pw.toml" -hash = "09951e94c8fcacfdc580c76554c15c50f4f28bcf9587fc6a9fed6eef09015b34" +hash = "ba76693f55482df48a233d1429477b6aee8cb3e191af8a2e8e7d290017ae839c" metafile = true [[files]] file = "mods/rhino.pw.toml" -hash = "ca4411ac6d8a9a892948bb63cd0ba52ae5523ca5e257632d6ae8c933b660c5ee" +hash = "5b92406160d9ea8a61ddf111caaecb7f6283678e2c40b08b72dce3eeaf20dc96" metafile = true [[files]] file = "mods/rpl.pw.toml" -hash = "e57b6a5323ab8f386d4ddfe8bd6232b5bd08afc95275a65fd30ee5b0cf031045" +hash = "de023c84385bc6e7399d54e2c172c96c95e501104c822496ff1b336ea11a60b3" metafile = true [[files]] @@ -2019,29 +2016,34 @@ file = "mods/rrls.pw.toml" hash = "35c4484a3bd6b9055f3f944ed8bdc27fb8c62a385277b9e7f89fd19bccfa4191" metafile = true -[[files]] -file = "mods/ryoamiclights.pw.toml" -hash = "eb3e0a0e6ce67ec6164900d16a1ad9a6b72b5a3dcae42ef66a5ba2b75f8ececc" -metafile = true - [[files]] file = "mods/saplanting.pw.toml" hash = "3fd9d3cae12326ac693bbb1f16ae17fa17e6d0ca1d267334526af8926a940b65" metafile = true +[[files]] +file = "mods/saturn.pw.toml" +hash = "3602f220a9d98e89d44168a6e84dc7bb169fb8b8209b4b966288d1fa1c3650bc" +metafile = true + [[files]] file = "mods/savage-and-ravage.pw.toml" -hash = "47c45d5e9c8dd1d1a388d3bfc3de5fb91fe1b0f699036983a7e25c30b5d68c22" +hash = "2baa9ef40b8cea6397998245f451d8d5c65c97633562bae8d3db7c442d3b02c7" +metafile = true + +[[files]] +file = "mods/scaffolding-drops-nearby.pw.toml" +hash = "0cd5367ed91852729bc52d57bdbabc4079fa92c1aa7b03ef19c3f8d9f737978e" metafile = true [[files]] file = "mods/seamless-loading-screen.pw.toml" -hash = "aa50b494342d9f3f2c5b213f0d9d2bc84b9a9e7d81c1134a4efd81c30750816e" +hash = "9fa45dfc2bc1e69381308d53a3a2f4ce21c10664424cdc8b84366d448cbc5250" metafile = true [[files]] file = "mods/searchables.pw.toml" -hash = "35905f57cdb21a2aaa26345f2fabe3137ee2db6ee3bb2149cea206611b11ef69" +hash = "b8c7497acbf4890b4609b6b20de7affdd3482fc99af975d9ff6b29c075e1d8a7" metafile = true [[files]] @@ -2049,11 +2051,6 @@ file = "mods/security-craft.pw.toml" hash = "e1ba99a16736c1f1cf3f88f5f88be42b529922a066ca4c1f67384c5b69d37a4b" metafile = true -[[files]] -file = "mods/selene.pw.toml" -hash = "6c8fe855482559b5b1f79dedacec091eb7e35c48399e5bf11132e4941334da54" -metafile = true - [[files]] file = "mods/servercore.pw.toml" hash = "517915b57bfe0877d5c252e0f79084b545627770082ccdbe769c39b4031378b9" @@ -2061,22 +2058,22 @@ metafile = true [[files]] file = "mods/shetiphiancore.pw.toml" -hash = "b0b05d305d955fc5a8bb4dbe357592b1be120ce5f0cf91720bf59608686dea6b" +hash = "fe2fccdae540a4eb5629b6a77e640972307d38e7e5f41848129f87741e5aff80" metafile = true [[files]] file = "mods/shoulder-surfing-reloaded.pw.toml" -hash = "f07304a74a216d0c0209bfe6a16263289b1ca5eb4e30250bb8f96ca1e1de51d0" +hash = "7bca90c4efb4c34f696ee68da4efb80af5106afd82c4252c5a10b08adf8c79d7" metafile = true [[files]] file = "mods/silent-gear.pw.toml" -hash = "399181e95079a84299af9720dc7726066a4e973a14b0a46b97b863058aaf9c93" +hash = "ccd0eaace91d511375a1eeb58bd045dfe3c951d6f3d748284eced2b6614168bd" metafile = true [[files]] file = "mods/silent-lib.pw.toml" -hash = "66f07d4b96ef556a78998966fa125ba4e1ce0d461d340e712983f584aeb0d205" +hash = "d8534ac5dab1f2bef206331abd2d2a0bb504b68c10fcd71aefd49239eab5f7e0" metafile = true [[files]] @@ -2091,12 +2088,7 @@ metafile = true [[files]] file = "mods/simple-voice-chat.pw.toml" -hash = "c2c7b6d4eed58bc50c480356cfd76650133a5b0e0b31e88b81567f04736fe3fe" -metafile = true - -[[files]] -file = "mods/simple-voice-radio.pw.toml" -hash = "7bb9b367774fd68ce3e0c600f41f5c882b2232a203d3132b7224229ae73f9534" +hash = "8d917ea7ff84c93d8791ad83778df087666af97251d884d6628da35c99e7da69" metafile = true [[files]] @@ -2106,22 +2098,22 @@ metafile = true [[files]] file = "mods/sizeshiftingpotions.pw.toml" -hash = "d616f258517e3f52623e91de94a87f06b0fe185a490d5a3915d53697a87c6a26" +hash = "7ee2ac87bbb1d754041dfe34d9f7472f398a805af1b5e4cd93cad79489d36bb2" metafile = true [[files]] file = "mods/skeleton-horse-spawn.pw.toml" -hash = "a5282d80aebb13f3d5512c737b9547a0d093671703b9e93b2d42c2ad50804140" +hash = "b32cb63613b0718eceee0b703c851da70aad6e2e230dbfbf757f5b4c0b60a4ce" metafile = true [[files]] file = "mods/skinrestorer.pw.toml" -hash = "df7020416ba59a3c38e2782172686702c8c908d9b5dba73deb4ceb50654eac6f" +hash = "f12790d03476ff683eb00e0391872b45f8e1b547b2d30e245a678eeff051fbee" metafile = true [[files]] file = "mods/slice-and-dice.pw.toml" -hash = "5a9b0472f83570f78750dd1973a2d4e599d546ded34539930036b6f187dde4c1" +hash = "1ec44d19b3251bb6673853ce9a1aa63220b01d4920ea60e982b0911c5b5943fb" metafile = true [[files]] @@ -2131,7 +2123,7 @@ metafile = true [[files]] file = "mods/smaller-nether-portals.pw.toml" -hash = "c9aafa17269cf2aada10ef16fbe95de009498cdb49c708e68b715ca3f99aa1a9" +hash = "926a41088fa002b32038c56cae1e11987fc31cb2571d963245a44127f2bcbe7a" metafile = true [[files]] @@ -2145,48 +2137,53 @@ hash = "ae410d05070a1fd74bced0d747a54eec522921889b302d05b94cf4fc5d44e8dc" metafile = true [[files]] -file = "mods/sodium-embeddium-options-mod-compat.pw.toml" -hash = "2e5b22d50e0f18e526dce3a17dc672d8e4e5bf26b1169746d3e431684f93022b" +file = "mods/sodium-dynamic-lights.pw.toml" +hash = "82bb7cd6c8b68bb1831bb7c374bd316b6403cd01195d582f19c31076c908953a" +metafile = true + +[[files]] +file = "mods/sodium-extras.pw.toml" +hash = "968e14e9f71820264208b5b9690f58ff7258b06863104c41a7752b1561491cb4" metafile = true [[files]] file = "mods/sodium-options-api.pw.toml" -hash = "bec4fd7f9b90e9040786e31d14bf4af7fb42fce842b9f5acfdd0821c973ecb82" +hash = "75a60e6b443b351b7a4a78ffce7c71e44b3e20ca10c374aea1de516c785d6e2d" metafile = true [[files]] -file = "mods/some-assembly-required.pw.toml" -hash = "f2c63187c5e77244efcd0e1b4d157cac8373370f248176611a13ad1f1632d008" +file = "mods/sodium-options-mod-compat.pw.toml" +hash = "01b30f16d4c1d8c0389f794d5c4f4d7e7598e584551a75af2d75f59ffe570334" metafile = true [[files]] file = "mods/sophisticated-backpacks-create-integration.pw.toml" -hash = "5c3e838f7a5a9e4bdf0158d37e3e61872b5b5211525e5fa26ecf802c7220ab3f" +hash = "7c977a68e1c06707099b5e194e67f042a336dab4eb509e7cd22c02728e81369a" metafile = true [[files]] file = "mods/sophisticated-backpacks.pw.toml" -hash = "dae8fd03abe4ceb053cb365c865a60be3a92aa5f10fa79e6136770f23db64282" +hash = "15c2a8356b15996bca18904354e261dd29ec87a8ed055671d7d21d0c71eceb74" metafile = true [[files]] file = "mods/sophisticated-core.pw.toml" -hash = "f13b1a634b1e821070711549e50159733b747bb208801ec8411816e1b77a534a" +hash = "737f4acdf13d65c0e21665d411b8bdd027851b1877f2147397ca93ec03b5f401" metafile = true [[files]] file = "mods/sophisticated-storage-create-integration.pw.toml" -hash = "1298f00ae11d6871a87b18d2af78d939542e277ccb59953886502568981a0c42" +hash = "455448cbb5d86a9c09f3c6c77785a39f3de03c59a90c622ae39bc3af832dd10c" metafile = true [[files]] file = "mods/sophisticated-storage.pw.toml" -hash = "1a671e795d0e4b92665e140096460dc8961dfc61b95e0568e5284693f58cce0e" +hash = "58cd23e339de1d81993add380ea5968f79cb67aa15e8b3cc2b20a44506a4c8f9" metafile = true [[files]] file = "mods/sound-physics-remastered.pw.toml" -hash = "13b8bfed308eb056714ca7db09115d47833828b1a5ecdb5e0a37572db4965d10" +hash = "860fc3d1f54380f99f3337029b441cc0665c33bdf6356f23a2c9adf21fca3072" metafile = true [[files]] @@ -2196,7 +2193,7 @@ metafile = true [[files]] file = "mods/sparsestructures.pw.toml" -hash = "8abb5d92b79ec9531b91a51ecd2d199c294553de3982820a37625f816e9430d8" +hash = "8afe4235723b1d90c132d811402640759449c73173f4535090487966fa912d31" metafile = true [[files]] @@ -2215,63 +2212,58 @@ hash = "e56e60b6dabffd4b2332ed19c62e6455b7d78a9fb58c810d2185739575c9448a" metafile = true [[files]] -file = "mods/stone-zone.pw.toml" -hash = "16c515541a1e04e6129ae5ac73ff122e70c1f7b6ad4245d67eb69e4a0b1edbd2" +file = "mods/straw-statues.pw.toml" +hash = "791be45440111d5edac5246dc8db707e25f5534783212ebe3909ad40b7230a4b" metafile = true [[files]] file = "mods/structure-essentials-forge-fabric.pw.toml" -hash = "d363e398432dc2bb7fca4da57b228714ece2e8488d930c3177cb52fe84ea2896" +hash = "7bcdf22b4220f2ab55ce31ce7c65b3955ecab4f1d386a19e46d71bd1b1cdb09d" metafile = true [[files]] file = "mods/structure-gel-api.pw.toml" -hash = "5dfd5e42573659ad84a5d870082aae38aaa8469aba2655e5b2cb14de4ca4cbdd" +hash = "0a1893b4abfd0e7243095240b329552c082dd3fa7874b43e9b43c94812875472" metafile = true [[files]] file = "mods/structurize.pw.toml" -hash = "c35e5a06dcd2a6a2614200254f7ba1b9a016b9c9ad38ed2f3343766673f6b764" +hash = "0f1ece503f3ba54206e2a896574ba1d7d642684898394419ee4b43c0a0ec8efe" metafile = true [[files]] file = "mods/stylecolonies.pw.toml" -hash = "49cd3d2e248f86ea44057302b7bbbf72dafd3bbf0cd3c91cc3e9a979de1b038c" +hash = "0dac2b91da7462c513a6c0bab3bc2325cfe3144342eb40f4fad20d8e0d0936fa" metafile = true [[files]] file = "mods/supermartijn642s-config-lib.pw.toml" -hash = "3eede8a7ebafb69840153ff51dbc879b0232799e90a834ab6d71274b1316179f" +hash = "1cf9cb3955b075664ea4fba13b47fe7160975740a28864983aebd53d39c1946e" metafile = true [[files]] file = "mods/supermartijn642s-core-lib.pw.toml" -hash = "4ddff1daf862f7e481a6c30c4cbb4bb32165f2c73cefc908dbf62b18f0d46a56" +hash = "b969799c17defc1e7c76e4605557c9d32802a0004a5e45b7044e85d3d9c43345" metafile = true [[files]] file = "mods/supplementaries.pw.toml" -hash = "bc95c66c8a61ad096681adcdef283f5a8a80d8686bf68b8ea989ff48fb5c0812" +hash = "906b1a08e332ab12174bc72e32b1537b7d3f0ae4a01ee7c7d50ec54dd2f057b6" metafile = true [[files]] file = "mods/table-top-craft.pw.toml" -hash = "c8597c7c0d8768c1dbef6cbcc7d45846933aa0528074bf41878e7cf0683f6a1f" +hash = "d8a0355cf4da9ce96dadbec3fa67a0ffa81132c72c3184f03b6bd30cb2669e08" metafile = true [[files]] -file = "mods/tectonic.pw.toml" -hash = "1688cf8e91002b58e23e3040a8b72a728ca76f054d110440d1e91b0d8ec4b16a" +file = "mods/telluriumforge.pw.toml" +hash = "a761c961202be4f50372fc92e7117421673a04479ef70026461e52dbcaf833a5" metafile = true [[files]] file = "mods/terrablender.pw.toml" -hash = "ea2e58a4de6dede94d982dd935753307a9a4f8c45e5920750e84d3db6faa1454" -metafile = true - -[[files]] -file = "mods/text-animator.pw.toml" -hash = "affe29b0f45b557be4403f751c474de7ae372d073037b99012b1218bb1268300" +hash = "14117b94c456598c9acece143c7a0da3cf56d13182d035a74a2da8a52dd19cbd" metafile = true [[files]] @@ -2281,7 +2273,7 @@ metafile = true [[files]] file = "mods/titanium.pw.toml" -hash = "5e41fd8f565e09e83868e4c4776154befd3203b01ed5f09b6f7cd27687ec0041" +hash = "351aef144aa70ab4f41b3dcf044e0929631227f1ad118f22e611e13ff91fdfe4" metafile = true [[files]] @@ -2291,7 +2283,7 @@ metafile = true [[files]] file = "mods/toms-peripherals.pw.toml" -hash = "1db3c3af533564aa1355e6041419db817bff50ac697cada6d4ab11c8d24c69c2" +hash = "8f24c32dfb990b6741be6085cc2e478b675bafdb368a059fd431e39f3253af9e" metafile = true [[files]] @@ -2306,22 +2298,17 @@ metafile = true [[files]] file = "mods/trade-cycling.pw.toml" -hash = "7e1a756df25f645bc5e3dd434d0c673ca30c70c1482a84b11b0065e08cf51e6d" +hash = "1fd9dddb35880e9262a0ef801d34058a0f77ddc21fb0e1fab0da07f692071d51" metafile = true [[files]] file = "mods/trash-cans.pw.toml" -hash = "13af80b2b1274ebea8a8afdd31340b98280ae70ae7a64061162d0b07e75e0929" +hash = "4a8a42c4c7834873a5f64f0f4e07eb46056329b345a1b835d8ea0aff2390fc0e" metafile = true [[files]] file = "mods/treechop.pw.toml" -hash = "de3524544e462fc53f0959a59c879a866730436083527ecf37852f4682b93786" -metafile = true - -[[files]] -file = "mods/trials-chambers-backport.pw.toml" -hash = "fe6141476e2f7c8dedbba98bf74cb3ef012bfa0d43a0ebcbd63f3817353c251c" +hash = "f156304cd261a234aee02630dc33e8ad6b3a10898d5b0a7069d1a88f9b607813" metafile = true [[files]] @@ -2329,19 +2316,29 @@ file = "mods/tumbleweed.pw.toml" hash = "15af8d1b761076f112ac3a81edb2b2d5647688d7e30ea2460fe7841d43323b27" metafile = true +[[files]] +file = "mods/turtle-charging-station.pw.toml" +hash = "14170c1c52dedf30ad7bcc37bb70e64d7e17b72d6b78b879330dd54ca202c4e5" +metafile = true + [[files]] file = "mods/turtlematic.pw.toml" -hash = "8879c65659409c01a38d7d09273a8b543ff225fc7f42a46e35ec3e023d4d5f7b" +hash = "1a8984a958382b8676baa3fb51ac7615007c71cdc76b7bcc52e3e3d98186dc48" metafile = true [[files]] file = "mods/txnilib.pw.toml" -hash = "77c5bf0d72f21521fa00452124d4f59f535633aaee1785e4da470602dde454ab" +hash = "c2df41a37fec3a93afc4e2866705bf9e457d506ce8cd02e61c2f610d4f6a7617" metafile = true [[files]] file = "mods/upgrade-aquatic.pw.toml" -hash = "de12903119040ec0f566d6b2f155d50c8c2fbde3e01f415d1761ed10c9b178d9" +hash = "909482378bf0ed15645bcbba896daf9e83b7ef4e100bc44d6d3a34090f13578f" +metafile = true + +[[files]] +file = "mods/vanilla-zoom.pw.toml" +hash = "a9a3629d7cdd91cf0f62a64627c5262c7fbecf5972b2196558354f8f6a8ebd23" metafile = true [[files]] @@ -2354,6 +2351,11 @@ file = "mods/villager-names-serilum.pw.toml" hash = "3cfc1070e53b96ec42fadea40770178eb4a2fdb50246879f570b164c2eb7b197" metafile = true +[[files]] +file = "mods/villager-recruits.pw.toml" +hash = "6b8785d7c41f1b43793664c619e24c823c38a18a0ab3afe112673bae1af14012" +metafile = true + [[files]] file = "mods/villager-workers.pw.toml" hash = "19bfd9ceea4903a0c577351d4dfd1549e962afdd566030762d885104bce7bc04" @@ -2361,7 +2363,7 @@ metafile = true [[files]] file = "mods/visual-workbench.pw.toml" -hash = "00e6f0cd99061c678ac3228d0e730f6a0940dcea9329494bd55cce63b1216cc8" +hash = "23b611c902298a16170f27a4e93f8f649103e9f694463c3e075d43898e5b6036" metafile = true [[files]] @@ -2375,113 +2377,103 @@ hash = "8a49a31e1a2840c9f8973de29ec2d4f57eb277167363162755fbd026b5dd13b3" metafile = true [[files]] -file = "mods/wakes-reforged.pw.toml" -hash = "12742b8bf7d714bfb46d19fa1f8784b34bfdcc14f4625429d4bd530659a81163" -metafile = true - -[[files]] -file = "mods/waterdripsound.pw.toml" -hash = "e4705d285fcff51d1eb99f3b1fd53b1a0f0d2ec78224d2edefc8f8eed450e90a" +file = "mods/wakes.pw.toml" +hash = "24cfa457173f8fd0aec773a4437c86dc22a9ef41c73514a2237160b514ff837d" metafile = true [[files]] file = "mods/waterframes.pw.toml" -hash = "d28b90966022063b1e09f5dba0c03a5a76537561fe81d7396fc3e5c6d1eab503" +hash = "d0caa1c4b9734ec5e846dc7bdffe158604a176e276312b1abaac98b5cbd4918e" metafile = true [[files]] file = "mods/watermedia.pw.toml" -hash = "71c614959650d8c1f72d4e8a0e221c263685da7da47ed7278e3631ed780f6eea" +hash = "db448883024c3b6fa903231dafc93055881a9f5114708e53ea9883af8e2b1888" metafile = true [[files]] -file = "mods/wavey-capes.pw.toml" -hash = "b49b9420c03d23a5d9c6db184d5b8af73f02d82edb0724ce51eb1543ed8616db" +file = "mods/waystones-teleport-pets.pw.toml" +hash = "b312d7ef0c6ec3b33b5bedb5f9e412230391e87bb7ba6f287f4571eb5805462b" metafile = true [[files]] file = "mods/waystones.pw.toml" -hash = "a4bbf33f0294ba3077f63ef5d94288d84456fb784bcf4d1ae943295bb23504de" +hash = "c226a4478ae5a02afd8af4e8ad91bccc29cb29a1afa575a17f59a89032d648d1" metafile = true [[files]] file = "mods/what-are-they-up-to.pw.toml" -hash = "57d69a930e8272c52bed5f54d2d645e6e3e7eab14435901a5c70dbb4af4005a4" -metafile = true - -[[files]] -file = "mods/wonderful-enchantments.pw.toml" -hash = "32b0cc4de656130b7c0f66b110338536ce09e025490b3144893a1af3527e4701" +hash = "c557d1b26559ef987c229187d2f2705616e78179ce04fa1c96cc3d76a1cdf1b5" metafile = true [[files]] file = "mods/yacl.pw.toml" -hash = "e911c4030a826cbec7d099cfe0df24b94e7a064d1922eabd3a3e8a7fb99eae6b" +hash = "f3b3d035b89519faccc4ddd8b0b4407ce96c0eb49068fe50a445d43a3baa8bea" metafile = true [[files]] file = "mods/yeetus-experimentus.pw.toml" -hash = "e808b52742984a2aa14d16deb58b03a07e9bb0ed00327dd5e6046a15c2955175" +hash = "f1ab9504f1664dd80407ea5c44425723a6621e0092051bd23dc5241757bccb17" metafile = true [[files]] file = "mods/yungs-api.pw.toml" -hash = "e59b1afad3abcd2656cb958ee423fa36f6f6a5ec4acd7e2df47865fb9582da66" +hash = "152c6732da180e958fb29f492bae2e468d4dfd423ce4d3d0d31ef31c2eec6c61" metafile = true [[files]] file = "mods/yungs-better-desert-temples.pw.toml" -hash = "c2e3390b5330508e73c0e0d42067dcbdb1137e73ce7ec4324288fd3b7ed2d50d" +hash = "532f07775974b695733981b2548859d3bc76c743781a5da5035d40fd6e485ab0" metafile = true [[files]] file = "mods/yungs-better-dungeons.pw.toml" -hash = "647dc25daba3bac1f6e93e3abedaa80d00c83812595e0cf42df5ae966058e84f" +hash = "c35112cced2eec8e5782c5c4327ae31bce16cc1356c75e52000053e890e0f0c1" metafile = true [[files]] file = "mods/yungs-better-end-island.pw.toml" -hash = "7e9f9d03e9777945478efb8eedc7e3b23d8986c6f3275cba4e3d6ffb65adb13e" +hash = "302d69d833264022aa7ff781dbcde7f60f3c9e3021881b29f6f59223c36579c8" metafile = true [[files]] file = "mods/yungs-better-jungle-temples.pw.toml" -hash = "2b4c452b8e077743406460087ecba4a8e7b93d581308c4879dda8a35ed6e86c4" +hash = "8c8b596c0e8f7366e30ee6edbd591fba9ef16741c25a505e64de9a299cd72e80" metafile = true [[files]] file = "mods/yungs-better-mineshafts.pw.toml" -hash = "4353ffe53f1dcf34093430446f30629d5f23ae10839dd766ea4438806d915a78" +hash = "41aa01e9d0507d3131eb5fd2f6d8f2b7c54237e30a94e2a3bf6f52915cb8a688" metafile = true [[files]] file = "mods/yungs-better-nether-fortresses.pw.toml" -hash = "4143741c21217772c5f568cef36ec16861f9895d193f5eff3c674a6032fac4f1" +hash = "05f825a655bc94af6ab592d13c396b60c818cfc65ff2528e206e7a40a180e210" metafile = true [[files]] file = "mods/yungs-better-ocean-monuments.pw.toml" -hash = "9ad77d663f0a287c2a902d71ccf7221f4ab49a29946743432e4ccb7506e86c21" +hash = "60511ad5628ed8e45a552de171c3330bdcdbd5f86f7047e26b505b7a8c824a47" metafile = true [[files]] file = "mods/yungs-better-strongholds.pw.toml" -hash = "584b719bb17c63ca4bb1432f45af46a17e1bce6307565f13b9c0298bb80f6945" +hash = "18dfe8ada0af83eb86d4b8ff8e202479b7c2ab1ee1f894d9bb07cda1744e8981" metafile = true [[files]] file = "mods/yungs-better-witch-huts.pw.toml" -hash = "7deb34098e5722d3b024231e937c66984e5874f653f0cfc95482f22bbc18f4d4" +hash = "e25c97f72666319efdd79eafc22301376446912cbb8ac14339c428c98e3ce1b5" metafile = true [[files]] file = "mods/yungs-bridges.pw.toml" -hash = "d92d38a261d5c8449b33c114ba3391567c5aca8853301928746de2386348b50b" +hash = "f759c09a8fef97038be0c9daaee09e5252a3ddaf56870cabc9af11e5fced97d4" metafile = true [[files]] file = "mods/zeta.pw.toml" -hash = "f4317b7e3936074a1eb5530d5883e4da7105b18edd8f89b0e5064b354ec7bff8" +hash = "4bcf74d4569def60ca031d565350952c2edcc420f26278bc7997654a77b6fb4d" metafile = true [[files]] @@ -2491,95 +2483,20 @@ metafile = true [[files]] file = "mods/zombie-horse-spawn.pw.toml" -hash = "14fd76ab4194290801666a5f1f9147d14e41ef7df07423a33970aa120054397a" -metafile = true - -[[files]] -file = "resourcepacks/3d-crops.pw.toml" -hash = "5b71e347b4890f18e2d56ce27cb00ebdebecf16de8bf3f932e6ff2d54b233a53" -metafile = true - -[[files]] -file = "resourcepacks/better-lanterns.pw.toml" -hash = "5af3785186ce92fb810d6e7861256b3f703ad3a4fc3c1e7e4d494d425ea75221" -metafile = true - -[[files]] -file = "resourcepacks/create-immersive-aircrafts-resource-pack.pw.toml" -hash = "f3a4bb5d89c7d9a554aca934d729611a3bad37c01ab374caf7af6cbc1de4fab0" -metafile = true - -[[files]] -file = "resourcepacks/create-immersive-aircrafts-warship.pw.toml" -hash = "28ee2dba0ba6725b94705abb55ea2ba496854f3150a2e04633049b62b0c1d965" -metafile = true - -[[files]] -file = "resourcepacks/created-pretty-pipes.pw.toml" -hash = "4bd6658dce272ed195c49753ea45ae15db5334111fbd3ce8251cbf7ffc8c7519" -metafile = true - -[[files]] -file = "resourcepacks/enhanced-boss-bars.pw.toml" -hash = "88496e670b35be0585d76f593cad1e59e76e7e9c4a014d5e8e4ce8c8b8e29986" -metafile = true - -[[files]] -file = "resourcepacks/enhancedvisual-pixelated.pw.toml" -hash = "97fc6f322c735434313528746c38e5d5db85ea49ac379cfd06af32d42cc348b3" -metafile = true - -[[files]] -file = "resourcepacks/fresh-animations-extensions.pw.toml" -hash = "21bf0205d09a3cf7a43cffdb4b2cb2e05e60bac4fd74f527b447487460410af5" -metafile = true - -[[files]] -file = "resourcepacks/fresh-animations.pw.toml" -hash = "256b67c869770482657d4dd31124bf705c780c5c798206af522bcd5392c7ded9" -metafile = true - -[[files]] -file = "resourcepacks/katus-carpets-and-rugs.pw.toml" -hash = "2e0e08e6c175390a7e21f1d43cbffe904cc506a52300e5d77a83816789654a8f" -metafile = true - -[[files]] -file = "resourcepacks/low-on-fire.pw.toml" -hash = "018f24ab1380ecde5718cb096be904d3b649f7aa0dde73365d25b033a8e93820" -metafile = true - -[[files]] -file = "resourcepacks/mt-ct-d.pw.toml" -hash = "0c7502dacef00dd966152df2bbb0e1000a1672ca731fc6f1c6609a4fdde718a4" -metafile = true - -[[files]] -file = "resourcepacks/rays-3d-ladders.pw.toml" -hash = "2065785370c5a0454cc62911b5e457c6022fb5e2dbb3b32453e82c2857e562fe" -metafile = true - -[[files]] -file = "resourcepacks/rays-3d-rails.pw.toml" -hash = "f545314148f42ff48b5913e68f7922a77d94be165d30f239cedefc59a2c9f6f5" -metafile = true - -[[files]] -file = "resourcepacks/tras-fresh-player.pw.toml" -hash = "394f0039beb4b5c48ba9587b7cfbc306e94b3cb1448f8dd7a624e27af573eedb" -metafile = true - -[[files]] -file = "resourcepacks/vanillatweaks.pw.toml" -hash = "e5ea45ecd43650b7add4558bd39d0c6223574e60ea12e6a22db147b7fa36ec5c" +hash = "41e9844d70e61b06c0c79d4b23b1b34aa31a23d5256e8c203d6ec5bc8a4649ef" metafile = true [[files]] file = "shaderpacks/bsl-shaders-classic.pw.toml" -hash = "466d4026a8d2275e932d395feb928fe64bf8e2adb1bb1b2842bf73825d7c4653" +hash = "12f0f4fb508a6a178b3a725503d0802978b4bebdf678bccc5f81a5655a0db4c4" metafile = true [[files]] -file = "shaderpacks/bsl-shaders.pw.toml" -hash = "de935cc093420166c4b011e130c35b64919d0d4e9862e2ea169745f307583259" +file = "shaderpacks/complementary-reimagined.pw.toml" +hash = "3385e33cb8e2cbf402562dcb68669cc2905fec01b4be9fe27a516010c5aaff87" +metafile = true + +[[files]] +file = "shaderpacks/psx-shader.pw.toml" +hash = "cae1e279176423750315d392d152f800c8b34ee870b1c2e60600fdd7f4b7630b" metafile = true diff --git a/kubejs/client_scripts/ars_nouveau_remove_client.js b/kubejs/client_scripts/ars_nouveau_remove_client.js new file mode 100644 index 0000000..93e8db2 --- /dev/null +++ b/kubejs/client_scripts/ars_nouveau_remove_client.js @@ -0,0 +1,7 @@ +// priority: 0 + +// Visit the wiki for more info - https://kubejs.com/ + +JEIEvents.hideItems((e) => { + e.hide("ars_nouveau:stable_warp_scroll"); +}); diff --git a/kubejs/data/amplified-nether.pw.toml b/kubejs/data/amplified-nether.pw.toml deleted file mode 100644 index ff4888c..0000000 --- a/kubejs/data/amplified-nether.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Amplified Nether" -filename = "Amplified_Nether_1.20_v1.2.5.zip" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/wXiGiyGX/versions/kV0nKKQI/Amplified_Nether_1.20_v1.2.5.zip" -hash-format = "sha1" -hash = "2c3a967f7de0736f20cf8e87994320953de1e45e" - -[update] -[update.modrinth] -mod-id = "wXiGiyGX" -version = "kV0nKKQI" diff --git a/kubejs/data/ctov-advanced-peripheral-compat.pw.toml b/kubejs/data/ctov-advanced-peripheral-compat.pw.toml deleted file mode 100644 index 21dc616..0000000 --- a/kubejs/data/ctov-advanced-peripheral-compat.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "CTOV - Advanced Peripheral Compat" -filename = "ctov-advanced-peripheral-add-on-v2-0.zip" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/dLYWYSIm/versions/uS3bLyHY/ctov-advanced-peripheral-add-on-v2-0.zip" -hash-format = "sha512" -hash = "70e8bb462ebd50825eade1c288a37d67db1489e2d1d5c6a714614348618728cbf073779518805c7050bccc26a8d165cb64ff4f9534f08dae67323a4d32b36332" - -[update] -[update.modrinth] -mod-id = "dLYWYSIm" -version = "uS3bLyHY" diff --git a/kubejs/data/ctov-domesticated-innovation-compat.pw.toml b/kubejs/data/ctov-domesticated-innovation-compat.pw.toml deleted file mode 100644 index af28ff0..0000000 --- a/kubejs/data/ctov-domesticated-innovation-compat.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "CTOV - Domesticated Innovation Compat" -filename = "ctov-domestication-innovation-add-on-v2-0.zip" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/BORRKwOq/versions/xMIlox24/ctov-domestication-innovation-add-on-v2-0.zip" -hash-format = "sha512" -hash = "983edac3e63249977fb7253aed6af5edca9bb30115c0442dae0507743f3ebfc5614ea1e23a994605a2bd7e80c7683b89cca8922f889f3aa0bdeb308cd9fa0d29" - -[update] -[update.modrinth] -mod-id = "BORRKwOq" -version = "xMIlox24" diff --git a/kubejs/data/ctov-savage-and-ravage-compat.pw.toml b/kubejs/data/ctov-savage-and-ravage-compat.pw.toml deleted file mode 100644 index 9689af5..0000000 --- a/kubejs/data/ctov-savage-and-ravage-compat.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "CTOV - Savage and Ravage Compat" -filename = "ctov-savage-and-ravage-add-on-v2-0.zip" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/p7P0HjJw/versions/2PiTffxb/ctov-savage-and-ravage-add-on-v2-0.zip" -hash-format = "sha512" -hash = "a8d309a8390d3e7f4e7e6437f918676352a3f5e7eda6d26b63d0242fae9b37167bcd94b46ad00517adc9cf67231dbfce9061251fdbba54dc1a0f9c31d5ca563f" - -[update] -[update.modrinth] -mod-id = "p7P0HjJw" -version = "2PiTffxb" diff --git a/kubejs/data/dungeons-and-taverns.pw.toml b/kubejs/data/dungeons-and-taverns.pw.toml deleted file mode 100644 index 8307dce..0000000 --- a/kubejs/data/dungeons-and-taverns.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Dungeons and Taverns" -filename = "Dungeons and Taverns 3.0.3.fix.zip" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/tpehi7ww/versions/J9ojWPrx/Dungeons%20and%20Taverns%203.0.3.fix.zip" -hash-format = "sha512" -hash = "6a7b8c7e7ee9e84761d34b51f8400403ee5a46f947dd6b04f90b4ad4f15b947eefedc3ffb7555ba369622866ca6e8127ad5e4f974a0700b348f7db42d3a9fd94" - -[update] -[update.modrinth] -mod-id = "tpehi7ww" -version = "J9ojWPrx" diff --git a/kubejs/data/nullscape.pw.toml b/kubejs/data/nullscape.pw.toml deleted file mode 100644 index bc525f9..0000000 --- a/kubejs/data/nullscape.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Nullscape" -filename = "Nullscape_1.20_v1.2.8.zip" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/LPjGiSO4/versions/ZMeTWsSm/Nullscape_1.20_v1.2.8.zip" -hash-format = "sha1" -hash = "db7f3e0a17e0367780501a02c64f69cbe947ea37" - -[update] -[update.modrinth] -mod-id = "LPjGiSO4" -version = "ZMeTWsSm" diff --git a/kubejs/jsconfig.json b/kubejs/jsconfig.json new file mode 100644 index 0000000..e2acac6 --- /dev/null +++ b/kubejs/jsconfig.json @@ -0,0 +1,16 @@ +{ + "compilerOptions": { + "lib": [ + "ES5", + "ES2015" + ], + "rootDirs": [ + "probe/generated", + "probe/user", + "server_scripts", + "startup_scripts", + "client_scripts" + ], + "target": "ES2015" + } +} \ No newline at end of file diff --git a/kubejs/server_scripts/ars_nouveau_remove.js b/kubejs/server_scripts/ars_nouveau_remove.js new file mode 100644 index 0000000..0c9b692 --- /dev/null +++ b/kubejs/server_scripts/ars_nouveau_remove.js @@ -0,0 +1,10 @@ +// priority: 0 + + +ServerEvents.recipes((e) => { + e.remove({ output: "ars_nouveau:stable_warp_scroll" }); +}); + +LootJS.modifiers((e) => { + e.addLootTableModifier(/.*/).removeLoot("ars_nouveau:stable_warp_scroll"); +}); diff --git a/kubejs/server_scripts/sands.js b/kubejs/server_scripts/sands.js new file mode 100644 index 0000000..0844ccc --- /dev/null +++ b/kubejs/server_scripts/sands.js @@ -0,0 +1,90 @@ +// priority: 0 + +const colors = [ + "white", + "light_gray", + "gray", + "black", + "brown", + "red", + "orange", + "yellow", + "lime", + "green", + "cyan", + "light_blue", + "blue", + "purple", + "magenta", + "pink", +]; + +ServerEvents.recipes((event) => { + // BoP sands recipes + event.recipes.create.milling( + Item.of("biomesoplenty:orange_sand"), + Item.of("biomesoplenty:orange_sandstone") + ); + event.recipes.create.milling( + Item.of("biomesoplenty:black_sand"), + Item.of("biomesoplenty:black_sandstone") + ); + event.recipes.create.milling( + Item.of("biomesoplenty:white_sand"), + Item.of("biomesoplenty:white_sandstone") + ); + event.recipes.create.milling( + Item.of("biomesoplenty:white_sand"), + Item.of("minecraft:diorite") + ); + event.recipes.create.milling( + Item.of("biomesoplenty:black_sand"), + Item.of("minecraft:blackstone") + ); + event.recipes.create.milling( + Item.of("biomesoplenty:orange_sand"), + Item.of("quark:jasper") + ); + // Lead nugget from black sand + event.recipes.create.splashing( + [ + Item.of("minecraft:clay_ball").withChance(0.2), + Item.of("cgs:lead_nugget",3).withChance(0.12), + ], + Item.of("biomesoplenty:black_sand") + ); + // Copper nugget from orange sand + event.recipes.create.splashing( + [ + Item.of("minecraft:clay_ball").withChance(0.2), + Item.of("create:copper_nugget",3).withChance(0.12), + ], + Item.of("biomesoplenty:orange_sand") + ); + + // Zinc nugget from white sand + event.recipes.create.splashing( + [ + Item.of("minecraft:clay").withChance(0.2), + Item.of("create:zinc_nugget",3).withChance(0.12), + ], + Item.of("biomesoplenty:white_sand") + ); + + + // Concrete from all sands + colors.forEach((color) => { + event.remove({ + input: "#minecraft:sand", + output: "minecraft:" + color + "_concrete_powder", + }); + event.recipes.minecraft.crafting_shapeless( + Item.of("minecraft:" + color + "_concrete_powder", 8), + [ + "4x #forge:sand", + Item.of("minecraft:gravel", 4), + Item.of("minecraft:" + color + "_dye"), + ] + ); + }); +}); diff --git a/kubejs/server_scripts/sheets.js b/kubejs/server_scripts/sheets.js new file mode 100644 index 0000000..3a2c163 --- /dev/null +++ b/kubejs/server_scripts/sheets.js @@ -0,0 +1,34 @@ +// priority: 0 + +ServerEvents.recipes((event) => { + event.remove({ output: "createdeco:zinc_sheet" }); + event.replaceOutput( + { output: "createdeco:zinc_sheet" }, + "createdeco:zinc_sheet", + "createaddition:zinc_sheet" + ); + event.replaceInput( + { input: "createdeco:zinc_sheet" }, + "createdeco:zinc_sheet", + "#forge:plates/zinc" + ); + event.replaceInput( + { input: "createaddition:zinc_sheet" }, + "createaddition:zinc_sheet", + "#forge:plates/zinc" + ); +}); + +ServerEvents.tags("item", (event) => { + event.add("forge:plates/zinc", "createdeco:zinc_sheet"); + event.add("forge:plates", "createdeco:zinc_sheet"); + + event.add("forge:plates/netherite", "createdeco:netherite_sheet"); + event.add("forge:plates", "createdeco:netherite_sheet"); + + event.add("forge:plates/andesite", "createdeco:andesite_sheet"); + event.add("forge:plates", "createdeco:andesite_sheet"); + + event.add("forge:plates/industrial_iron", "createdeco:industrial_iron_sheet"); + event.add("forge:plates", "createdeco:industrial_iron_sheet"); +}); diff --git a/kubejs/server_scripts/sifting.js b/kubejs/server_scripts/sifting.js new file mode 100644 index 0000000..d52a8e7 --- /dev/null +++ b/kubejs/server_scripts/sifting.js @@ -0,0 +1,5 @@ +// priority: 0 + +ServerEvents.recipes((event) => { + event.remove({ type: "createsifter:sifting" }); +}); diff --git a/kubejs/server_scripts/stones.js b/kubejs/server_scripts/stones.js new file mode 100644 index 0000000..d8b1a2d --- /dev/null +++ b/kubejs/server_scripts/stones.js @@ -0,0 +1 @@ +// priority: 0 \ No newline at end of file diff --git a/mods/3dskinlayers.pw.toml b/mods/3dskinlayers.pw.toml deleted file mode 100644 index b7665df..0000000 --- a/mods/3dskinlayers.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -name = "3D Skin Layers" -filename = "skinlayers3d-forge-1.8.1-mc1.20.1.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/zV5r3pPn/versions/FCGRRtOk/skinlayers3d-forge-1.8.1-mc1.20.1.jar" -hash-format = "sha512" -hash = "4320e863bbcbca078b98ba24b7253a60253cd9d4c8eb82c45daf206c1b52670dc2644abbf5e78a6ac65ff852235c9d6e2f8fc5ad2c38d0f413205eb52d5d4bbe" - -[update] -[update.modrinth] -mod-id = "zV5r3pPn" -version = "FCGRRtOk" - -[option] -optional = true -description = "Render the player skin layer in 3D" -default = true diff --git a/mods/addonslib.pw.toml b/mods/addonslib.pw.toml new file mode 100644 index 0000000..ca491e2 --- /dev/null +++ b/mods/addonslib.pw.toml @@ -0,0 +1,13 @@ +name = "AddonsLib" +filename = "addonslib-1.20.1-1.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/cl5ec0Qm/versions/q3N4HHEI/addonslib-1.20.1-1.4.jar" +hash-format = "sha512" +hash = "fee31ba58b1c2844e0dd827ba0fb4d1efd50fb7ff65f593dc9a5c773b9ec2b3dfb3869c00a28a0da513a1cf068feca01f30f272bc980f1a1e1ee550105a4e34d" + +[update] +[update.modrinth] +mod-id = "cl5ec0Qm" +version = "q3N4HHEI" diff --git a/mods/advancement-plaques.pw.toml b/mods/advancement-plaques.pw.toml index 94b0ec8..9e637ab 100644 --- a/mods/advancement-plaques.pw.toml +++ b/mods/advancement-plaques.pw.toml @@ -1,16 +1,11 @@ name = "Advancement Plaques" filename = "AdvancementPlaques-1.20.1-forge-1.6.9.jar" -side = "both" +side = "client" [download] url = "https://cdn.modrinth.com/data/9NM0dXub/versions/xqigG9AR/AdvancementPlaques-1.20.1-forge-1.6.9.jar" -hash-format = "sha1" -hash = "6e7b01db61f9646977bd06e9d85492a667d4a8bd" - -[option] -optional = true -default = true -description = "Replace those boring advancement popups with something flashier." +hash-format = "sha512" +hash = "20053af7b38b6d25c18c73608f5437f7298c2cf9310c0f71933c02224bf903b18ae61c9959753d834e2c9687b6b57175bfe01f3a3c96bcc599714a4f5155b492" [update] [update.modrinth] diff --git a/mods/akashic-tome.pw.toml b/mods/akashic-tome.pw.toml index 39c35b1..3ce66c5 100644 --- a/mods/akashic-tome.pw.toml +++ b/mods/akashic-tome.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/JBthPdnp/versions/FKIrMLZn/AkashicTome-1.7-27.jar" -hash-format = "sha1" -hash = "06c00f0fd09dda54ef47f51b66093447929c936a" +hash-format = "sha512" +hash = "2f55c52f400931e5b8947eed211f892a3dc5c2f60c6e5100ef78f990e096d0272909681808d037a1dc3b25fafdf2ffd59a64a9c354ab73f080172076e2443513" [update] [update.modrinth] diff --git a/mods/alexs-mobs.pw.toml b/mods/alexs-mobs.pw.toml index f90f2c6..f299c14 100644 --- a/mods/alexs-mobs.pw.toml +++ b/mods/alexs-mobs.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/2cMuAZAp/versions/XoIASRVU/alexsmobs-1.22.9.jar" -hash-format = "sha1" -hash = "dbf93d2f1da19e16739e91e8ea0fc6f4bc2f228f" +hash-format = "sha512" +hash = "b50280057926d750f9ffbf6a8df36deb37529356895f6bf59f25d272ecf69afccec65ec1a5c3a8bfad24f9475c15b93c5ec4666447b1fce26a90c41445bbfb04" [update] [update.modrinth] diff --git a/mods/alltheleaks.pw.toml b/mods/alltheleaks.pw.toml deleted file mode 100644 index dca44b5..0000000 --- a/mods/alltheleaks.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "AllTheLeaks (Memory Leak Fix)" -filename = "alltheleaks-0.1.4-beta+1.20.1-forge.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "31064c1cebcc90d9e914f1e17a5530385e14544d" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6482449 -project-id = 1091339 diff --git a/mods/almanac-lib.pw.toml b/mods/almanac-lib.pw.toml deleted file mode 100644 index 7b62f37..0000000 --- a/mods/almanac-lib.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Almanac Lib" -filename = "almanac-1.20.x-forge-1.0.2.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "f0b711df59cd589b088e536ca4134c5e6e73fd58" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 5803518 -project-id = 1115285 diff --git a/mods/almanac.pw.toml b/mods/almanac.pw.toml new file mode 100644 index 0000000..b637570 --- /dev/null +++ b/mods/almanac.pw.toml @@ -0,0 +1,13 @@ +name = "Almanac" +filename = "almanac-1.20.x-forge-1.0.2.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/Gi02250Z/versions/DnzrwvfD/almanac-1.20.x-forge-1.0.2.jar" +hash-format = "sha512" +hash = "58c4dea50fcb17593e2c97a23ce101c62b5b32e2fd71d4bbf323f2778d4474c991caba7234ecf4d06f1e246ccb9ad7f67f2fa73f023cd80ef55333e2ed952f43" + +[update] +[update.modrinth] +mod-id = "Gi02250Z" +version = "DnzrwvfD" diff --git a/mods/almost-unified.pw.toml b/mods/almost-unified.pw.toml new file mode 100644 index 0000000..1f6d433 --- /dev/null +++ b/mods/almost-unified.pw.toml @@ -0,0 +1,13 @@ +name = "Almost Unified" +filename = "almostunified-forge-1.20.1-0.10.0.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/sdaSaQEz/versions/1OakfHy9/almostunified-forge-1.20.1-0.10.0.jar" +hash-format = "sha512" +hash = "186887efa62c34589f5925d38a4209dea5c81da61c8fe1d574224d7e4acaa37bd7f71733adcab3f0c7a455137c5fc18c71c7d843a4bfc692e5843d70886f5815" + +[update] +[update.modrinth] +mod-id = "sdaSaQEz" +version = "1OakfHy9" diff --git a/mods/alternate-current.pw.toml b/mods/alternate-current.pw.toml index b337501..5f12a54 100644 --- a/mods/alternate-current.pw.toml +++ b/mods/alternate-current.pw.toml @@ -4,8 +4,8 @@ side = "server" [download] url = "https://cdn.modrinth.com/data/r0v8vy1s/versions/kC6SY4Zp/alternate_current-mc1.20-1.7.0.jar" -hash-format = "sha1" -hash = "02def44a2c416459ee5daecbe1caa6d78571e205" +hash-format = "sha512" +hash = "d9ae21a3a389c63466bf22b36d4a78c859f30c901397622f1f1438737901a2c67e4d911c83831e0d4f1edabf0b86b58f4192d9980ecef8278393fd4af64a9585" [update] [update.modrinth] diff --git a/mods/ambientsounds.pw.toml b/mods/ambientsounds.pw.toml index f27c312..658f781 100644 --- a/mods/ambientsounds.pw.toml +++ b/mods/ambientsounds.pw.toml @@ -11,8 +11,3 @@ hash = "0754b6afd97f0b3d2a991303e9f1d70512dabe5f490a6b86de99602f4d787da17222c3aa [update.modrinth] mod-id = "fM515JnW" version = "lDrRWaFm" - -[option] -optional = true -description = "Adds a rich ambience to the minecraft world." -default = true diff --git a/mods/amendments.pw.toml b/mods/amendments.pw.toml index 6e78845..4ad0f9e 100644 --- a/mods/amendments.pw.toml +++ b/mods/amendments.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/6iTJugQR/versions/luR9kOmm/amendments-1.20-1.2.19.jar" -hash-format = "sha1" -hash = "495a3a96b1e3c66485ff0b41f71516a8e37d80bf" +hash-format = "sha512" +hash = "21ca276f72f0a1ca2e3c0d12c6cb49f3c07bf757e505f607e82eda65ff8ddc5a694edc6c0506fd95c526620087653e07b37e788cc4cfb02785987337b978ccce" [update] [update.modrinth] diff --git a/mods/amplified-nether-height.pw.toml b/mods/amplified-nether-height.pw.toml new file mode 100644 index 0000000..6895052 --- /dev/null +++ b/mods/amplified-nether-height.pw.toml @@ -0,0 +1,13 @@ +name = "Amplified Nether Height" +filename = "amplified-nether-height-1.2+datapack.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/8YzB9eVH/versions/wUxxQFCc/amplified-nether-height-1.2%2Bdatapack.jar" +hash-format = "sha512" +hash = "b0743c0b7672cdefddf041621d9f3c021372c822e300625dc0dee5f5bf432d50dc42754707302aaacec4ade7c106c93b09c51ce6db90a4a4a6fd66569959d233" + +[update] +[update.modrinth] +mod-id = "8YzB9eVH" +version = "wUxxQFCc" diff --git a/mods/amplified-nether.pw.toml b/mods/amplified-nether.pw.toml new file mode 100644 index 0000000..c0707c8 --- /dev/null +++ b/mods/amplified-nether.pw.toml @@ -0,0 +1,13 @@ +name = "Amplified Nether" +filename = "Amplified_Nether_1.21.x_v1.2.11.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/wXiGiyGX/versions/9mHpIiie/Amplified_Nether_1.21.x_v1.2.11.jar" +hash-format = "sha512" +hash = "d577e7afd496ab05d63c1beb468f5828c34bf1946c9288d2ea38126400954177a215a97e6e3865072a711f273921199131f0ee676f9d556b4a2c1215ae2192ce" + +[update] +[update.modrinth] +mod-id = "wXiGiyGX" +version = "9mHpIiie" diff --git a/mods/anti-xray.pw.toml b/mods/anti-xray.pw.toml index c0002e3..4449f83 100644 --- a/mods/anti-xray.pw.toml +++ b/mods/anti-xray.pw.toml @@ -4,8 +4,8 @@ side = "server" [download] url = "https://cdn.modrinth.com/data/sml2FMaA/versions/ruAUEszF/antixray-forge-1.4.6%2B1.20.1.jar" -hash-format = "sha1" -hash = "06d5dad3c1c96bdb8e3498d1330ac59c01eb744e" +hash-format = "sha512" +hash = "91837b95ac75e6365813a9fdc76c1f9a5d83f26a277901f7268f9063b6b16bb15513bc5e9b135f2ab161bc0cee9f1e16f1ff4cd2d17f34f2b4c4cdc15a7ce601" [update] [update.modrinth] diff --git a/mods/appleskin.pw.toml b/mods/appleskin.pw.toml index 80a0124..eaaefe7 100644 --- a/mods/appleskin.pw.toml +++ b/mods/appleskin.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/XdXDExVF/appleskin-forge-mc1.20.1-2.5.1.jar" -hash-format = "sha1" -hash = "81919356f84eab14258db98924b66c3c38e372b1" +hash-format = "sha512" +hash = "3176f928fb6c60d27f5edb610ca4ab0236175404eebf32797a1ec6cdd794bb294a260231579578536d03571377e43c6181adc75d8dd2c0733f17fce4f7e636b9" [update] [update.modrinth] diff --git a/mods/aquaculture-delight.pw.toml b/mods/aquaculture-delight.pw.toml deleted file mode 100644 index dd69b34..0000000 --- a/mods/aquaculture-delight.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Aquaculture Delight" -filename = "aquaculturedelight-1.1.0-forge-1.20.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/U9GJqWrI/versions/Qn9bVRpQ/aquaculturedelight-1.1.0-forge-1.20.1.jar" -hash-format = "sha512" -hash = "f0d727c1d744f602fa61841616b43dd9f9855a9d04b0ffd7cfbdaa93b7909c16be9d8666e717df439b26cd1d77146d5c1438435b800a1ae2eb75be0189b22bf7" - -[update] -[update.modrinth] -mod-id = "U9GJqWrI" -version = "Qn9bVRpQ" diff --git a/mods/aquaculture.pw.toml b/mods/aquaculture.pw.toml deleted file mode 100644 index d765a76..0000000 --- a/mods/aquaculture.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Aquaculture 2" -filename = "Aquaculture-1.20.1-2.5.5.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "726e1058f839e98786877d3f94527b1a0917e924" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6296111 -project-id = 60028 diff --git a/mods/archers-paradox.pw.toml b/mods/archers-paradox.pw.toml index f1205ee..d66bea3 100644 --- a/mods/archers-paradox.pw.toml +++ b/mods/archers-paradox.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/euzGeN6k/versions/mucZ9uPP/archers_paradox-1.20.1-5.0.0.17.jar" -hash-format = "sha1" -hash = "09991b139e2ee89c55f1e14385329ef41776870f" +hash-format = "sha512" +hash = "3ac67b4dfbd2f292d668577e522a1b0ccaa688df85ba42f580f40cee473dfa1ed93570416dc2501ffff76cd4d2bb9e7aae9f679082980b771a4653a4c15b2c13" [update] [update.modrinth] diff --git a/mods/architectury-api.pw.toml b/mods/architectury-api.pw.toml index e4122ce..4427914 100644 --- a/mods/architectury-api.pw.toml +++ b/mods/architectury-api.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/1MKTLiiG/architectury-9.2.14-forge.jar" -hash-format = "sha1" -hash = "a52918a500ff421180a1cbd1a0cabee712134ec4" +hash-format = "sha512" +hash = "cf67f2050cafa00f0bee42e6d7bef77fdb808ac4f71742f7b4d6d5c1e6ffb49561a5a252f332d2b78a9767bdb5faa284611790dba303fbdc736ae36d794f61c7" [update] [update.modrinth] diff --git a/mods/area-effect-clouds-3d.pw.toml b/mods/area-effect-clouds-3d.pw.toml deleted file mode 100644 index 3881576..0000000 --- a/mods/area-effect-clouds-3d.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Area Effect Clouds 3D" -filename = "areaeffectcloud3d-1.0.4.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/6uNpi7nI/versions/QevoTLB5/areaeffectcloud3d-1.0.4.jar" -hash-format = "sha512" -hash = "baa5e5599beefd625d964b550b418be7b0fd492e8f24b42b42f7e516ba6f2987c063f46468abea8d397ccb8b3078751e9b65803ae438ce020056679565a6616f" - -[update] -[update.modrinth] -mod-id = "6uNpi7nI" -version = "QevoTLB5" diff --git a/mods/armor-stand-shift-swap.pw.toml b/mods/armor-stand-shift-swap.pw.toml index 77f251f..804515b 100644 --- a/mods/armor-stand-shift-swap.pw.toml +++ b/mods/armor-stand-shift-swap.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/vFDTNKLA/versions/o416kPwV/armorstandshiftswap-forge-1.20.1-1.0.0.jar" -hash-format = "sha1" -hash = "4dc1875a4f6ca118f17a86531d314e095f7c2f1f" +hash-format = "sha512" +hash = "9be8e668569ce2b070fcb36d4dea4c34a2a50fbff2dadcd38cf2a9b75b3f598d9ad156380a9d74d87c67736dde3a04382271174a5ff57ed02c6da1785f3298d1" [update] [update.modrinth] diff --git a/mods/armor-statues.pw.toml b/mods/armor-statues.pw.toml new file mode 100644 index 0000000..5d865e7 --- /dev/null +++ b/mods/armor-statues.pw.toml @@ -0,0 +1,13 @@ +name = "Armor Statues" +filename = "ArmorStatues-v8.0.6-1.20.1-Forge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/bbGCtEvb/versions/Oa75lUzE/ArmorStatues-v8.0.6-1.20.1-Forge.jar" +hash-format = "sha512" +hash = "818331fcf19afc47a5bdbecf70e935d8707c43831cc3295ee2cd2717dcb08d03a8426da748281032d3039c01d816fb863b51a97b7fe9dd13246fc8e70efb1971" + +[update] +[update.modrinth] +mod-id = "bbGCtEvb" +version = "Oa75lUzE" diff --git a/mods/astikorcarts-redux.pw.toml b/mods/astikorcarts-redux.pw.toml index 7af1764..f711630 100644 --- a/mods/astikorcarts-redux.pw.toml +++ b/mods/astikorcarts-redux.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/mnLFouB0/versions/p3r1QBKd/astikorcarts-1.20.1-1.1.8.jar" -hash-format = "sha1" -hash = "49a8ac1c23282fe86420f0b4527e522421f2f692" +hash-format = "sha512" +hash = "b75bd70ba76b0f82ab4dd546594ff7121849b3c6a574afbfcdb1acc9596559230019628a6197c420e9b96233482780f896574d868f046ef1c61a61c8928d9888" [update] [update.modrinth] diff --git a/mods/asyncparticles.pw.toml b/mods/asyncparticles.pw.toml index bcaccdd..2593e14 100644 --- a/mods/asyncparticles.pw.toml +++ b/mods/asyncparticles.pw.toml @@ -1,13 +1,13 @@ name = "AsyncParticles" -filename = "AsyncParticles-2.3.0-alpha.1+1.20.1.jar" +filename = "AsyncParticles-2.3.0-alpha.3+1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/c3onkd5k/versions/gvitgjZ7/AsyncParticles-2.3.0-alpha.1%2B1.20.1.jar" +url = "https://cdn.modrinth.com/data/c3onkd5k/versions/O88HZDJk/AsyncParticles-2.3.0-alpha.3%2B1.20.1.jar" hash-format = "sha512" -hash = "9e3242b4127ebfc5ab29c7ae62b214f09944cae7930837ef4076c8d074495e618d361062ca60d28b4a119f0177f8cb1d1fcf2d0bdeace9f7646a4ee2e9ff008a" +hash = "33f758bd7aa0685c18e9fac5a1120a8f8c5d5729e694d76fece319d2289cf1f5185e1bbbcaaca1b47958eab2d6fc75155862d3541bfe7b11624b6c6300e071a5" [update] [update.modrinth] mod-id = "c3onkd5k" -version = "gvitgjZ7" +version = "O88HZDJk" diff --git a/mods/athena-mod.pw.toml b/mods/athena-mod.pw.toml deleted file mode 100644 index 5ea8634..0000000 --- a/mods/athena-mod.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Athena" -filename = "athena-forge-1.20.1-3.1.2.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/b1ZV3DIJ/versions/DULOQFj7/athena-forge-1.20.1-3.1.2.jar" -hash-format = "sha512" -hash = "5a71a1c220eafbfbdb570fa204454352b48d55f238db1a5b398a8c40f6b0fbd8c09a2f6c10def330abdf3daadaa24dfa52471f8de931a93fd99dc7d85b60960b" - -[update] -[update.modrinth] -mod-id = "b1ZV3DIJ" -version = "DULOQFj7" diff --git a/mods/attributes.pw.toml b/mods/attributes.pw.toml deleted file mode 100644 index f5f71cd..0000000 --- a/mods/attributes.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Pufferfish's Attributes" -filename = "puffish_attributes-0.7.4-1.20-forge.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/FCFcFw09/versions/rVUNuENq/puffish_attributes-0.7.4-1.20-forge.jar" -hash-format = "sha1" -hash = "1b1a1367fbbd531a7b267a29e8abd6a14b1d23e0" - -[update] -[update.modrinth] -mod-id = "FCFcFw09" -version = "rVUNuENq" diff --git a/mods/automobility.pw.toml b/mods/automobility.pw.toml index a3411a0..5eb5c91 100644 --- a/mods/automobility.pw.toml +++ b/mods/automobility.pw.toml @@ -3,11 +3,11 @@ filename = "automobility-0.4.2+1.20.1-forge.jar" side = "both" [download] -hash-format = "sha1" -hash = "007f228d2d728ec0ec79ab405d09b05a4ee7bed6" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/rqIsPf9F/versions/46g3IiWw/automobility-0.4.2%2B1.20.1-forge.jar" +hash-format = "sha512" +hash = "96aec122a35e12891054f246435f0ff27b5e759942545e25839bb6da54e7b3544c81297bbe77d14692b0a31af9d5ab70d7c13de7e92e288b15abf9c7e8832ef4" [update] -[update.curseforge] -file-id = 4613497 -project-id = 658286 +[update.modrinth] +mod-id = "rqIsPf9F" +version = "46g3IiWw" diff --git a/mods/azurelib.pw.toml b/mods/azurelib.pw.toml index bb08973..8fdcf54 100644 --- a/mods/azurelib.pw.toml +++ b/mods/azurelib.pw.toml @@ -1,13 +1,13 @@ name = "AzureLib" -filename = "azurelib-neo-1.20.1-3.0.8.jar" +filename = "azurelib-neo-1.20.1-3.0.9.jar" side = "both" [download] hash-format = "sha1" -hash = "4c66fe986c0b6a7ea83d4ca4865eed4a8d94d06d" +hash = "129e21ed942d9f55a4c27f2ad3c76da09a322498" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6652099 +file-id = 6747998 project-id = 817423 diff --git a/mods/back-up-beds.pw.toml b/mods/back-up-beds.pw.toml index b18a1fc..cc1fed2 100644 --- a/mods/back-up-beds.pw.toml +++ b/mods/back-up-beds.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/emKWxR7d/versions/aCh5Ua9b/backupbeds-1.0.0.jar" -hash-format = "sha1" -hash = "9175527cdade0ff5dd5efac11d15c4cdbd446596" +hash-format = "sha512" +hash = "05fd5a101ffbbc99cf3bb8510d3862080b49ecd61c09465f119496b73b3a2400dc90363ab63e37a186bd905d8e853a40ef40959d337232824b4aabd76aa1c847" [update] [update.modrinth] diff --git a/mods/bad-wither-no-cookie.pw.toml b/mods/bad-wither-no-cookie.pw.toml new file mode 100644 index 0000000..a0f78b8 --- /dev/null +++ b/mods/bad-wither-no-cookie.pw.toml @@ -0,0 +1,13 @@ +name = "Bad Wither No Cookie - Reloaded" +filename = "bwncr-forge-1.20.1-3.17.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/lL2MtE37/versions/QpHjZgDn/bwncr-forge-1.20.1-3.17.2.jar" +hash-format = "sha512" +hash = "86a93f4d99fde2248d821c18e120fc65e85250d2bc2ae7f4c757d7a439a10c217e158418920034c78ad7f2df3400dbe69c414f37f418df52d3093fe818acd5ca" + +[update] +[update.modrinth] +mod-id = "lL2MtE37" +version = "QpHjZgDn" diff --git a/mods/badoptimizations.pw.toml b/mods/badoptimizations.pw.toml index 4d2e424..b11c462 100644 --- a/mods/badoptimizations.pw.toml +++ b/mods/badoptimizations.pw.toml @@ -1,18 +1,13 @@ name = "BadOptimizations" -filename = "BadOptimizations-2.2.3-1.20.1.jar" +filename = "BadOptimizations-2.3.0-1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/g96Z4WVZ/versions/6Js5HJ5e/BadOptimizations-2.2.3-1.20.1.jar" +url = "https://cdn.modrinth.com/data/g96Z4WVZ/versions/RPOjbIwJ/BadOptimizations-2.3.0-1.20.1.jar" hash-format = "sha512" -hash = "74020601544eacc77804981173957bdd839a0a4688e237483f5ce80a299a14b893abe11a23f60c44162ea8a4f9f3ac2952d0aade9875f87b4b1ef3ef8a254754" +hash = "288638bd5e4d9163205006ddc06eb6d962abcf9c49b602eeef3389e56184deee7844037a7cd41f770d6088a063756380afe1a6c456668356dd56b238834c3c49" [update] [update.modrinth] mod-id = "g96Z4WVZ" -version = "6Js5HJ5e" - -[option] -optional = true -description = "Optimization mod that focuses on things other than rendering" -default = true +version = "RPOjbIwJ" diff --git a/mods/baguettelib.pw.toml b/mods/baguettelib.pw.toml index c81e76c..6d87c80 100644 --- a/mods/baguettelib.pw.toml +++ b/mods/baguettelib.pw.toml @@ -1,13 +1,13 @@ name = "BaguetteLib" filename = "baguettelib-1.20.1-Forge-1.0.0.jar" -side = "both" +side = "server" [download] -hash-format = "sha1" -hash = "bb17d8ed796efce38eb8fcc72ec477f3373e6c9f" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/OfKzpbRU/versions/OLS1YT3J/baguettelib-1.20.1-Forge-1.0.0.jar" +hash-format = "sha512" +hash = "7bbd98f24b5ff9bb8665e4caa93f2862c850a9a692596024547e6fa94f074e0f3ab6f8fd7cb3e3d32bdd53f4cb3841d3752130cfeb05a5297fc7481a88709f6f" [update] -[update.curseforge] -file-id = 6523425 -project-id = 1264423 +[update.modrinth] +mod-id = "OfKzpbRU" +version = "OLS1YT3J" diff --git a/mods/balm.pw.toml b/mods/balm.pw.toml index 3e48692..851431b 100644 --- a/mods/balm.pw.toml +++ b/mods/balm.pw.toml @@ -1,13 +1,13 @@ name = "Balm" -filename = "balm-forge-1.20.1-7.3.31-all.jar" +filename = "balm-forge-1.20.1-7.3.32-all.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/jxGSAI51/balm-forge-1.20.1-7.3.31-all.jar" +url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/LP848Yrz/balm-forge-1.20.1-7.3.32-all.jar" hash-format = "sha512" -hash = "7969335f9228620159ae97a0f0d27bb11bb06b11999fdcc277296957310391fea39f49f0f8e6e0f6d368eb21899dce79691d01ff3670e03a25abebc832e7a39c" +hash = "260a139128d3904e52f044463434740c95b82a73e4ac0ece2086541ce31ddcdee882f1aa14de3f58c07f3de2b9f1226280ffaae16d5c81f9c6dd182fd8b608ca" [update] [update.modrinth] mod-id = "MBAkmtvl" -version = "jxGSAI51" +version = "LP848Yrz" diff --git a/mods/bamboo-everything.pw.toml b/mods/bamboo-everything.pw.toml index 0f89d88..c9f3393 100644 --- a/mods/bamboo-everything.pw.toml +++ b/mods/bamboo-everything.pw.toml @@ -1,13 +1,13 @@ name = "Bamboo Everything" -filename = "BambooEverything-forge-3.0.3+mc1.20.1.jar" +filename = "BambooEverything-forge-3.0.1-build.55+mc1.20.1.jar" side = "both" [download] -hash-format = "sha1" -hash = "ddc5738ccf252c7bc29841439b0a6ced9bdf5a1c" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/cpRkny9R/versions/Uyi73A6b/BambooEverything-forge-3.0.1-build.55%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "d481e3356d6573ef6214235b11b7c1de53d6570ef58fdbe9efca0e93563ade2d3e847cd69cdadf7572341154487b00e9d18a0872c25754575d855bff1a69992d" [update] -[update.curseforge] -file-id = 4681097 -project-id = 331723 +[update.modrinth] +mod-id = "cpRkny9R" +version = "Uyi73A6b" diff --git a/mods/better-advancements.pw.toml b/mods/better-advancements.pw.toml deleted file mode 100644 index 3954a3c..0000000 --- a/mods/better-advancements.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -name = "Better Advancements" -filename = "BetterAdvancements-NeoForge-1.20.1-0.4.2.25.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/Q2OqKxDG/versions/NS5G3ENg/BetterAdvancements-NeoForge-1.20.1-0.4.2.25.jar" -hash-format = "sha1" -hash = "c1047a1116886365ef5c37879cb250d312f74283" - -[option] -optional = true -default = true -description = "Better Advancements tries to improve the UI and UX for the advancements system in minecraft 1.12+ in a modded environment" - -[update] -[update.modrinth] -mod-id = "Q2OqKxDG" -version = "NS5G3ENg" diff --git a/mods/better-combat-by-daedelus.pw.toml b/mods/better-combat-by-daedelus.pw.toml deleted file mode 100644 index fb7c934..0000000 --- a/mods/better-combat-by-daedelus.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Better Combat [Fabric & Forge]" -filename = "bettercombat-forge-1.8.6+1.20.1.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "70c20cd81a4051b2ad4289ff6522e80b397d7b3d" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 5625757 -project-id = 639842 diff --git a/mods/better-combat.pw.toml b/mods/better-combat.pw.toml new file mode 100644 index 0000000..9f4d7fd --- /dev/null +++ b/mods/better-combat.pw.toml @@ -0,0 +1,13 @@ +name = "Better Combat" +filename = "bettercombat-forge-1.8.6+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/5sy6g3kz/versions/UjlaL0Fm/bettercombat-forge-1.8.6%2B1.20.1.jar" +hash-format = "sha512" +hash = "24b3acd2b1ff3e24b2828ec003bcf2f5af7b4556be728996ddc8bdca3244bb92e91ef76f3c1bc10a15a5e59cd80b388f4994097fd258aadcb7abb7f3bd6959c3" + +[update] +[update.modrinth] +mod-id = "5sy6g3kz" +version = "UjlaL0Fm" diff --git a/mods/betterf3.pw.toml b/mods/betterf3.pw.toml index fc9bbfa..985088a 100644 --- a/mods/betterf3.pw.toml +++ b/mods/betterf3.pw.toml @@ -4,14 +4,8 @@ side = "client" [download] url = "https://cdn.modrinth.com/data/8shC1gFX/versions/xo6HmgWj/BetterF3-7.0.2-Forge-1.20.1.jar" -hash-format = "sha1" -hash = "b65cba59e87dc6c6d1aa9c47f09b9996b4e5075d" - -[option] -optional = true -default = true -description = "BetterF3 is a mod that replaces Minecraft's original debug HUD with a highly customizable, more human-readable HUD." - +hash-format = "sha512" +hash = "e88ce04d601a5953de909edaabb49dad9eea2c3a9ccccb1247fd041554b30794d4d4c315be065c90b1017cbd798199e644fe8d905125f4c431ddb8eaf170dd15" [update] [update.modrinth] diff --git a/mods/biomes-o-plenty.pw.toml b/mods/biomes-o-plenty.pw.toml index 11e1823..d2cce79 100644 --- a/mods/biomes-o-plenty.pw.toml +++ b/mods/biomes-o-plenty.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/HXF82T3G/versions/jxUqRzSD/BiomesOPlenty-forge-1.20.1-19.0.0.96.jar" -hash-format = "sha1" -hash = "f6ffd20b9825c4a69d93af7caed701a60bf804b5" +hash-format = "sha512" +hash = "d23b4526f80ed88b9253b4cb28f9f2675744dcabfee9e19f3e33f5870b84b7fa1e3104ff1201d0b4408d6a8354195cbedee1ed42100c9778e1ffd32ddab5e55e" [update] [update.modrinth] diff --git a/mods/biomesize.pw.toml b/mods/biomesize.pw.toml index e0409e7..dba9037 100644 --- a/mods/biomesize.pw.toml +++ b/mods/biomesize.pw.toml @@ -1,6 +1,6 @@ name = "Biome Sizes[Forge/Fabric]" filename = "biomesize-1.20.1-1.5.jar" -side = "server" +side = "both" [download] hash-format = "sha1" diff --git a/mods/block-of-sky.pw.toml b/mods/block-of-sky.pw.toml deleted file mode 100644 index 6b2dfd2..0000000 --- a/mods/block-of-sky.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Block of Sky" -filename = "blockofsky-neoforge-1.20.1-0.3.0.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/GdhF8pws/versions/7o9ZUrrk/blockofsky-neoforge-1.20.1-0.3.0.jar" -hash-format = "sha1" -hash = "aa67a294c45231dd719255ae465b12437ea62dc3" - -[update] -[update.modrinth] -mod-id = "GdhF8pws" -version = "7o9ZUrrk" diff --git a/mods/bluemap-offline-player-markers-forge.pw.toml b/mods/bluemap-offline-player-markers-forge.pw.toml new file mode 100644 index 0000000..034fd2d --- /dev/null +++ b/mods/bluemap-offline-player-markers-forge.pw.toml @@ -0,0 +1,19 @@ +name = "BlueMap Offline Player Markers (Forge/NeoForge)" +filename = "bluemapofflineplayermarkers-1.3.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/LFSk55jv/versions/g5aUEyKM/bluemapofflineplayermarkers-1.3.1.jar" +hash-format = "sha512" +hash = "d8b92646aa2ebff0d0f7176d717459b542995b81b26531c87ddb613da973d2999a280f922f703fbbba5c366ad0556bbad01e4cc4a8212372d9ebb70df8e70451" + +[update] +[update.modrinth] +mod-id = "LFSk55jv" +version = "g5aUEyKM" + +[option] +optional = true +description = "A BlueMap addon for Forge and NeoForge that adds marker where players last disconnected" +default = false + diff --git a/mods/bluemap.pw.toml b/mods/bluemap.pw.toml index 619f0cb..4896d9a 100644 --- a/mods/bluemap.pw.toml +++ b/mods/bluemap.pw.toml @@ -4,15 +4,15 @@ side = "server" [download] url = "https://cdn.modrinth.com/data/swbUV1cr/versions/aHbq9KFB/BlueMap-5.3-forge-1.20.jar" -hash-format = "sha1" -hash = "63697b589da28c335016a1e7755ccb9309cbc09e" - -[option] -optional = true -default = false -description = "A Minecraft mapping tool that creates 3D models of your Minecraft worlds and displays them in a web viewer." +hash-format = "sha512" +hash = "3885e5085d6475c5d5dbc50d51ed207f5cebbaa1ad4d6eeec02ba56c317ae7b0080394ff0732334fd8cdf4d2a6b94506ecb700a4b385fdaf3728f024bf42c14e" [update] [update.modrinth] mod-id = "swbUV1cr" version = "aHbq9KFB" + +[option] +optional = true +description = "A Minecraft mapping tool that creates 3D models of your Minecraft worlds and displays them in a web viewer." +default = false diff --git a/mods/bluemapfrontiers.pw.toml b/mods/bluemapfrontiers.pw.toml index cb6b182..19f0e86 100644 --- a/mods/bluemapfrontiers.pw.toml +++ b/mods/bluemapfrontiers.pw.toml @@ -4,15 +4,15 @@ side = "server" [download] url = "https://cdn.modrinth.com/data/OGGG6gVy/versions/e6SxXn7W/bluemapfrontiers-1.20.1_forge-1.0.0.jar" -hash-format = "sha1" -hash = "bbf4673266291fb0379fe85aad8145bf82e03cd1" - -[option] -optional = true -default = false -description = "MapFrontiers integration for BlueMap" +hash-format = "sha512" +hash = "ef7f9dce1b029782ea991f01395738a0daa63dd4e32a29c287874544517438c065a6dd7ec8dbc31a4ba49c8cca50f942dc881d3ee9ef26591bd91942c05bb9bb" [update] [update.modrinth] mod-id = "OGGG6gVy" version = "e6SxXn7W" + +[option] +optional = true +description = "MapFrontiers integration for BlueMap" +default = false \ No newline at end of file diff --git a/mods/blueprint.pw.toml b/mods/blueprint.pw.toml index a6328e4..feaf66a 100644 --- a/mods/blueprint.pw.toml +++ b/mods/blueprint.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/VsM5EDoI/versions/xtEwbO0X/blueprint-1.20.1-7.1.3.jar" -hash-format = "sha1" -hash = "fdf9cb568546e80485ea4402a39656ed9acfa991" +hash-format = "sha512" +hash = "9665cb45ae78ec59352b195d65a44d6573c1ad65749a6546054e0b8032836d939526dd1df6521034cd2bd34e6559e785d20404df3130050b8e763a8ccfe06534" [update] [update.modrinth] diff --git a/mods/boatload.pw.toml b/mods/boatload.pw.toml new file mode 100644 index 0000000..47921c2 --- /dev/null +++ b/mods/boatload.pw.toml @@ -0,0 +1,13 @@ +name = "Boatload" +filename = "boatload-1.20.1-5.0.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/hevpK888/versions/hCft0zTY/boatload-1.20.1-5.0.1.jar" +hash-format = "sha512" +hash = "82bf9266e2de0adebcba4effc9552da928fc78dd20b3f5f52da483423d1add1a42756848ec12cebd54d19a7007ca9119af622ef096230b26bb66133cd7275051" + +[update] +[update.modrinth] +mod-id = "hevpK888" +version = "hCft0zTY" diff --git a/mods/bookshelf-lib.pw.toml b/mods/bookshelf-lib.pw.toml index b9553eb..9a01ec5 100644 --- a/mods/bookshelf-lib.pw.toml +++ b/mods/bookshelf-lib.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/uy4Cnpcm/versions/tNwsir0K/Bookshelf-Forge-1.20.1-20.2.13.jar" -hash-format = "sha1" -hash = "c53d9eb5ce9e8ef0f2ea9b11e478d84ce958c3e5" +hash-format = "sha512" +hash = "1143753a001bccb3fc84c699cc93343f1941da9b7a63d3a3b8078808262b42962f8b10a2c16ed97a49c058865a6dbaa7e85a1e8842b95039d222f06ab4ee9509" [update] [update.modrinth] diff --git a/mods/bookshelf.pw.toml b/mods/bookshelf.pw.toml deleted file mode 100644 index 8a3af9e..0000000 --- a/mods/bookshelf.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Bookshelf" -filename = "Bookshelf-Forge-1.20.1-20.2.13.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "c53d9eb5ce9e8ef0f2ea9b11e478d84ce958c3e5" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 5423987 -project-id = 228525 diff --git a/mods/botarium.pw.toml b/mods/botarium.pw.toml deleted file mode 100644 index 687a00c..0000000 --- a/mods/botarium.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Botarium" -filename = "botarium-forge-1.20.1-2.3.4.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/2u6LRnMa/versions/O7D6FTfW/botarium-forge-1.20.1-2.3.4.jar" -hash-format = "sha1" -hash = "a6928cb03b7c5f81900d3d3c8e8c8f6a89a51a5b" - -[update] -[update.modrinth] -mod-id = "2u6LRnMa" -version = "O7D6FTfW" diff --git a/mods/buddingcrystals.pw.toml b/mods/buddingcrystals.pw.toml deleted file mode 100644 index 7286ac3..0000000 --- a/mods/buddingcrystals.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "BuddingCrystals" -filename = "BuddingCrystals-3.0.1.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "dfc8be19c40e3436f8d3c0b5956614017adcd6c6" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 5641653 -project-id = 628302 diff --git a/mods/buzzier-bees.pw.toml b/mods/buzzier-bees.pw.toml index bacf920..df647d0 100644 --- a/mods/buzzier-bees.pw.toml +++ b/mods/buzzier-bees.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/b7vOFSIp/versions/6jop5A7X/buzzier_bees-1.20.1-6.0.1.jar" -hash-format = "sha1" -hash = "d92322f51b864a40a6230cfb20692c0a98039917" +hash-format = "sha512" +hash = "7a84e9920286dd6647d2440672a5c501bc73cfc2c09a7c437da6320b7ee9e50d982b35ccb77fe28ce66946b89c99bdf96af11e29befdcdf621a0cc1247eddb62" [update] [update.modrinth] diff --git a/mods/byzantine-styles-pack-for-minecolonies.pw.toml b/mods/byzantine-styles-pack-for-minecolonies.pw.toml new file mode 100644 index 0000000..7d3f13f --- /dev/null +++ b/mods/byzantine-styles-pack-for-minecolonies.pw.toml @@ -0,0 +1,13 @@ +name = "Byzantine Styles Pack for Minecolonies" +filename = "Byzantine-1.21.1-35.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "953fbbc4b1f718c73873dd845a26b5a4bdac3831" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6760250 +project-id = 974855 diff --git a/mods/calcmod.pw.toml b/mods/calcmod.pw.toml index 19bb35f..d7a571c 100644 --- a/mods/calcmod.pw.toml +++ b/mods/calcmod.pw.toml @@ -4,8 +4,8 @@ side = "server" [download] url = "https://cdn.modrinth.com/data/XoHTb2Ap/versions/9YJSPPRw/calcmod-forge-1.20.1-1.3.0.jar" -hash-format = "sha1" -hash = "2a8a3d7678573fed1bf3296f42e9cadd36e6178d" +hash-format = "sha512" +hash = "807294a4e15c069aa41e13f1bb8c5d760a08afbcd4f173bcd8b545a016f2eff4c9bfb8ee0e120165d7a7d46c68ff725566a486026f3d2daac1a1c6f5441f170f" [update] [update.modrinth] diff --git a/mods/camera-overhaul-reforged.pw.toml b/mods/camera-overhaul-reforged.pw.toml new file mode 100644 index 0000000..b9063a2 --- /dev/null +++ b/mods/camera-overhaul-reforged.pw.toml @@ -0,0 +1,13 @@ +name = "Camera Overhaul Reforged" +filename = "cameraoverhaul-1.1-1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/LwcpSm6L/versions/jdWdZZDc/cameraoverhaul-1.1-1.20.4.jar" +hash-format = "sha512" +hash = "f3b651aa9e7d82b6bb2b9e55c4aa127ac885b5c6d4b763930fe700c0eeea58de5856c4ef9cbc19442ecad99a609085d47639a9b2e6b5e30b03a6ba4086c6a08f" + +[update] +[update.modrinth] +mod-id = "LwcpSm6L" +version = "jdWdZZDc" diff --git a/mods/cameraoverhaul.pw.toml b/mods/cameraoverhaul.pw.toml deleted file mode 100644 index 57e2e53..0000000 --- a/mods/cameraoverhaul.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -name = "Camera Overhaul" -filename = "CameraOverhaul-v2.0.4-forge+mc[1.20.0-1.20.5].jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/m0oRwcZx/versions/wI7mPzLg/CameraOverhaul-v2.0.4-forge%2Bmc%5B1.20.0-1.20.5%5D.jar" -hash-format = "sha512" -hash = "aed432cb50cbf24b6c1155b4234c4669caf02daf0156c3c9d970ad491433d02aaebd2c50c453d16e7f7581f6d54721cf4f25134e0a410a4d28c4abbdd2635a90" - -[option] -optional = true -default = true -description = "A mod that makes gameplay & movement more satisfying through the use of various camera rotations, and more!" - -[update] -[update.modrinth] -mod-id = "m0oRwcZx" -version = "wI7mPzLg" diff --git a/mods/canary.pw.toml b/mods/canary.pw.toml new file mode 100644 index 0000000..8326222 --- /dev/null +++ b/mods/canary.pw.toml @@ -0,0 +1,13 @@ +name = "Canary" +filename = "canary-mc1.20.1-0.3.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qa2H4BS9/versions/lauzXB0n/canary-mc1.20.1-0.3.3.jar" +hash-format = "sha512" +hash = "38f0bec7967f9d354e46dacdbe7d284ef823270dc737a7388adde157c45a025e53d77e04a00a582900666b85402c461bee4b80345fc7f03edb5c2b96708442bd" + +[update] +[update.modrinth] +mod-id = "qa2H4BS9" +version = "lauzXB0n" diff --git a/mods/carry-on.pw.toml b/mods/carry-on.pw.toml index aaaabb7..9384f0d 100644 --- a/mods/carry-on.pw.toml +++ b/mods/carry-on.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/joEfVgkn/versions/edGQD16r/carryon-forge-1.20.1-2.1.2.7.jar" -hash-format = "sha1" -hash = "9999714ca3dd2f2401f0396ca44f3b27c3784c4f" +hash-format = "sha512" +hash = "4f75afb703dd71c322d4e2e27d28d7ab4afeb0c242bcee6d1eb5fef59ee4347352f1ca55f1826743957d2e95a951ed13884356485b0a979b14010915079e2c29" [update] [update.modrinth] diff --git a/mods/cgs.pw.toml b/mods/cgs.pw.toml deleted file mode 100644 index 42d14c2..0000000 --- a/mods/cgs.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Create: Gunsmithing" -filename = "create-gunsmithing-1.20.1-1.1.3.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "57b5125a39ccef985e402cef875eda1443e59f28" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6707650 -project-id = 1194036 diff --git a/mods/chalk-mod.pw.toml b/mods/chalk-mod.pw.toml new file mode 100644 index 0000000..cbc2574 --- /dev/null +++ b/mods/chalk-mod.pw.toml @@ -0,0 +1,13 @@ +name = "Chalk" +filename = "chalk-1.20.1-1.6.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/YWGP4Y1d/versions/tRKPNWEg/chalk-1.20.1-1.6.6.jar" +hash-format = "sha512" +hash = "c2c485321015847087c4724c768f5be7dffd24b1cb10be1e8e44f4dfcd42490dd6be82770c83ecba3344f93b4d66651c7bbc811f95ee300d889d11edf51b22f6" + +[update] +[update.modrinth] +mod-id = "YWGP4Y1d" +version = "tRKPNWEg" diff --git a/mods/chalk.pw.toml b/mods/chalk.pw.toml deleted file mode 100644 index cf6edee..0000000 --- a/mods/chalk.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Chalk" -filename = "chalk-1.20.1-1.6.6.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "4476abc4a3f707c2e82d91038972644d92752df5" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6661590 -project-id = 533748 diff --git a/mods/charm-of-undying.pw.toml b/mods/charm-of-undying.pw.toml index bdbf37b..10ebd5a 100644 --- a/mods/charm-of-undying.pw.toml +++ b/mods/charm-of-undying.pw.toml @@ -1,13 +1,13 @@ -name = "Charm of Undying (Fabric/Forge/Quilt)" +name = "Charm of Undying" filename = "charmofundying-forge-6.5.0+1.20.1.jar" side = "both" [download] -hash-format = "sha1" -hash = "2afdc7f42b47384062012e54439c4aab90fb7063" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/b5GyyYkp/versions/NmSTxeOm/charmofundying-forge-6.5.0%2B1.20.1.jar" +hash-format = "sha512" +hash = "193c52f2c3b983973b739f0ad6d9736735a8b7ec912a015f70a1804b55a1443f6a5830f0e894b5b399c15361f38fe67177391e39e6174dba34d67ffdf7ae2e44" [update] -[update.curseforge] -file-id = 5159193 -project-id = 316873 +[update.modrinth] +mod-id = "b5GyyYkp" +version = "NmSTxeOm" diff --git a/mods/chat-heads.pw.toml b/mods/chat-heads.pw.toml index 5e0c83d..f02b102 100644 --- a/mods/chat-heads.pw.toml +++ b/mods/chat-heads.pw.toml @@ -4,14 +4,8 @@ side = "client" [download] url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/45EJNtBe/chat_heads-0.13.18-forge-1.20.jar" -hash-format = "sha1" -hash = "f775daaaa9ec1b6ec4ad0c217382f9d9a3565e18" - -[option] -optional = true -default = true -description = "See who you're chatting with!" - +hash-format = "sha512" +hash = "626e418bfab8262970533f790b76257d366b4f6ca595255dd6f6b09ba874bfcdcfad90d1a4136144efc5406c7313a7defef5e8787284ead276f7a52b4d9e5db1" [update] [update.modrinth] diff --git a/mods/chipped.pw.toml b/mods/chipped.pw.toml deleted file mode 100644 index 319131a..0000000 --- a/mods/chipped.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Chipped" -filename = "chipped-forge-1.20.1-3.0.7.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/BAscRYKm/versions/pi3f4er3/chipped-forge-1.20.1-3.0.7.jar" -hash-format = "sha512" -hash = "be1871655e213cf488d5049058200e03655f63b5922b6031af142d79d8958dca6653e7fa501f1aa2fda5544ad44a4f593521a7927a516e99579406a23a187045" - -[update] -[update.modrinth] -mod-id = "BAscRYKm" -version = "pi3f4er3" diff --git a/mods/chunk-sending-forge-fabric.pw.toml b/mods/chunk-sending-forge-fabric.pw.toml new file mode 100644 index 0000000..2cbdd52 --- /dev/null +++ b/mods/chunk-sending-forge-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Chunk Sending[Forge/Fabric]" +filename = "chunksending-1.20.1-2.8.jar" +side = "server" + +[download] +hash-format = "sha1" +hash = "befdcf1c0177c8dd97d68ebb3c5c5581065caefe" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4894789 +project-id = 831663 diff --git a/mods/chunky.pw.toml b/mods/chunky.pw.toml index 6c8c330..7acb865 100644 --- a/mods/chunky.pw.toml +++ b/mods/chunky.pw.toml @@ -1,16 +1,11 @@ name = "Chunky" filename = "Chunky-1.3.146.jar" -side = "server" +side = "both" [download] url = "https://cdn.modrinth.com/data/fALzjamp/versions/4FTDk9wv/Chunky-1.3.146.jar" -hash-format = "sha1" -hash = "0b782d12b4ac3b03a94c28f32e9b2d5587d1dd50" - -[option] -optional = true -default = true -description = "Pre-generates chunks, quickly and efficiently" +hash-format = "sha512" +hash = "13ef9d5bfea1895118eec45aa3071e2d79408241f29990624f67e157d4c525391753b0a1539ff3359dad79a6e5ab5e0b84fffbe528bdefcaaefd579ec794d9c9" [update] [update.modrinth] diff --git a/mods/citadel.pw.toml b/mods/citadel.pw.toml index 8c0406e..59eaf10 100644 --- a/mods/citadel.pw.toml +++ b/mods/citadel.pw.toml @@ -1,13 +1,13 @@ name = "Citadel" -filename = "citadel-2.6.1-1.20.1.jar" +filename = "citadel-2.6.2-1.20.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/jJfV67b1/versions/a7H8TGhJ/citadel-2.6.1-1.20.1.jar" -hash-format = "sha1" -hash = "97ccbfda78ed538669352d868ad6fa6075ec6a99" +url = "https://cdn.modrinth.com/data/jJfV67b1/versions/oD1qDb1C/citadel-2.6.2-1.20.1.jar" +hash-format = "sha512" +hash = "67f0d800157a807447ebf92e822bef8e3e441e471eba03592cd0c06541ae44130fef6c842764a4fb732b97dc4a5ff92210c39dd242b87106712d20ac976c5ba7" [update] [update.modrinth] mod-id = "jJfV67b1" -version = "a7H8TGhJ" +version = "oD1qDb1C" diff --git a/mods/client-crafting.pw.toml b/mods/client-crafting.pw.toml index 464e4f9..73ad473 100644 --- a/mods/client-crafting.pw.toml +++ b/mods/client-crafting.pw.toml @@ -7,11 +7,6 @@ hash-format = "sha1" hash = "2cd821e69e88d3eda2c144b268c25b361ded3d9a" mode = "metadata:curseforge" -[option] -optional = true -default = true -description = "Clientcrafting is a client-side utility which makes crafting UI's much more responsive through eliminating the server delayClientcrafting is a client-side utility which makes crafting UI's much more responsive through eliminating the server delay" - [update] [update.curseforge] file-id = 5097009 diff --git a/mods/climate-rivers.pw.toml b/mods/climate-rivers.pw.toml index 2704b91..b0c4fc2 100644 --- a/mods/climate-rivers.pw.toml +++ b/mods/climate-rivers.pw.toml @@ -4,8 +4,8 @@ side = "server" [download] url = "https://cdn.modrinth.com/data/DzZWws4q/versions/tclzgJeT/ClimateRivers-v20.1.0-1.20.1-Forge.jar" -hash-format = "sha1" -hash = "2e7a9b02a1dfdc4279330ae5c4ff8c4c269bd27d" +hash-format = "sha512" +hash = "8a1d4f2aed6e0dca161e1dbfbb23713b5cd0d93d76a81ebf8f628a8a12e437fb298506fd58675b18011a78481ceee64e1bd87abbc82410a33ea085c3dee76df2" [update] [update.modrinth] diff --git a/mods/cloth-config.pw.toml b/mods/cloth-config.pw.toml index ebf11dc..450b0e9 100644 --- a/mods/cloth-config.pw.toml +++ b/mods/cloth-config.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/9s6osm5g/versions/t8TXrZvZ/cloth-config-11.1.136-forge.jar" -hash-format = "sha1" -hash = "c65d07748acc57ceb45d53b3964368b84f34d54f" +hash-format = "sha512" +hash = "137c4af99c53d77317cbfb1cc8c49fc2761708b49d1992f51fd846960df41dde3a83519c987e081508d4ed90c603566f3d5a6cb620ad9d85b8f4de59aa9115ef" [update] [update.modrinth] diff --git a/mods/cobweb.pw.toml b/mods/cobweb.pw.toml deleted file mode 100644 index 6b2ecf3..0000000 --- a/mods/cobweb.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Cobweb" -filename = "cobweb-forge-1.20.1-1.0.1.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "607bbb82656d28ddfaa5ef2ec6e9c413859f5956" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6089406 -project-id = 968456 diff --git a/mods/codechicken-lib.pw.toml b/mods/codechicken-lib.pw.toml deleted file mode 100644 index f6166d2..0000000 --- a/mods/codechicken-lib.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "CodeChicken Lib" -filename = "CodeChickenLib-1.20.1-4.4.0.516-universal.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/2gq0ALnz/versions/pxajg7Ob/CodeChickenLib-1.20.1-4.4.0.516-universal.jar" -hash-format = "sha1" -hash = "f9b90ff58442b5967366fd90d24980a34540518d" - -[update] -[update.modrinth] -mod-id = "2gq0ALnz" -version = "pxajg7Ob" diff --git a/mods/cofh-core.pw.toml b/mods/cofh-core.pw.toml index 384e400..e481ab0 100644 --- a/mods/cofh-core.pw.toml +++ b/mods/cofh-core.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/OWSRM4vD/versions/kglS53Hd/cofh_core-1.20.1-11.0.2.56.jar" -hash-format = "sha1" -hash = "6f7c0056fece31bf393df450d79482810ed444af" +hash-format = "sha512" +hash = "5a62bc6dcaaf3cf77234f3e0559eb6d2ec7db05b39feeba56dbdd46f3378aec6d97bd2078e220fe33891384abc40e1a705affe9d77ae4e35cf60185e07c11a73" [update] [update.modrinth] diff --git a/mods/colorwheel-patcher.pw.toml b/mods/colorwheel-patcher.pw.toml deleted file mode 100644 index 9d7d649..0000000 --- a/mods/colorwheel-patcher.pw.toml +++ /dev/null @@ -1,19 +0,0 @@ -name = "Colorwheel Patcher" -filename = "colorwheel_patcher-forge-0.2.4+mc1.20.1.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "17cce5f5de7efe043548802f4ed0fe4b29211d92" -mode = "metadata:curseforge" - -[option] -optional = true -default = false -description = "Colorwheel Patcher is a mod that automatically patches supported shaderpacks at launch to be made compatible with Colorwheel." - - -[update] -[update.curseforge] -file-id = 6763039 -project-id = 1285475 diff --git a/mods/colorwheel.pw.toml b/mods/colorwheel.pw.toml deleted file mode 100644 index 19234bd..0000000 --- a/mods/colorwheel.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -name = "Colorwheel" -filename = "colorwheel-forge-0.2.3+mc1.20.1.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "1cc37ad7c35a4417c54fc112060b86922008c48e" -mode = "metadata:curseforge" - -[option] -optional = true -default = false -description = "Colorwheel is a mod that makes Flywheel and Iris/Oculus compatible." - -[update] -[update.curseforge] -file-id = 6762935 -project-id = 1254143 diff --git a/mods/comforts.pw.toml b/mods/comforts.pw.toml index 573fb1d..1298d9f 100644 --- a/mods/comforts.pw.toml +++ b/mods/comforts.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/SaCpeal4/versions/gBDsc134/comforts-forge-6.4.0%2B1.20.1.jar" -hash-format = "sha1" -hash = "e7b9fe89566bb1ee013e33745f22f309f679536e" +hash-format = "sha512" +hash = "5f8bc01de36814bbea454ad306efd6b7ae9de933117fe8c1197a13454804e4b71ddd0685a24ace45b81527a8489d4081f7e75b6c5d3f7d7c8f791520407fac09" [update] [update.modrinth] diff --git a/mods/completionists-index.pw.toml b/mods/completionists-index.pw.toml index 84cbd0a..6131b55 100644 --- a/mods/completionists-index.pw.toml +++ b/mods/completionists-index.pw.toml @@ -1,6 +1,6 @@ name = "Completionist's Index" filename = "CompletionistsIndex-v8.0.0-1.20.1-Forge.jar" -side = "both" +side = "client" [download] url = "https://cdn.modrinth.com/data/iSCGCCV1/versions/VSxl1I7f/CompletionistsIndex-v8.0.0-1.20.1-Forge.jar" diff --git a/mods/computer-cartographer.pw.toml b/mods/computer-cartographer.pw.toml deleted file mode 100644 index be5dc63..0000000 --- a/mods/computer-cartographer.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Computer Cartographer" -filename = "computer_cartographer-1.20.1-1.0-forge.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/eu7WswDc/versions/YbdPiGff/computer_cartographer-1.20.1-1.0-forge.jar" -hash-format = "sha1" -hash = "dff79e836a2761be0e14244feae75e4081ba94b8" - -[update] -[update.modrinth] -mod-id = "eu7WswDc" -version = "YbdPiGff" diff --git a/mods/configured.pw.toml b/mods/configured.pw.toml new file mode 100644 index 0000000..cb9cc8c --- /dev/null +++ b/mods/configured.pw.toml @@ -0,0 +1,13 @@ +name = "Configured" +filename = "configured-forge-1.20.1-2.2.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "065c2d287a52f52fc8d33d780192325ee6f4b6ae" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5180900 +project-id = 457570 diff --git a/mods/connectible-chains-forge.pw.toml b/mods/connectible-chains-forge.pw.toml new file mode 100644 index 0000000..a6f089c --- /dev/null +++ b/mods/connectible-chains-forge.pw.toml @@ -0,0 +1,13 @@ +name = "Connectible Chains [FORGE]" +filename = "Connectible Chains-forge-1.20.1-1.1.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c2d46c7d488623a65df0225459231d0b0102c0f9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6142294 +project-id = 418514 diff --git a/mods/connector-extras.pw.toml b/mods/connector-extras.pw.toml new file mode 100644 index 0000000..47ab4d1 --- /dev/null +++ b/mods/connector-extras.pw.toml @@ -0,0 +1,13 @@ +name = "Connector Extras" +filename = "ConnectorExtras-1.11.2+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/FYpiwiBR/versions/d28gpPn6/ConnectorExtras-1.11.2%2B1.20.1.jar" +hash-format = "sha512" +hash = "a318841ce2c42e8ba2058d47ad323bcb8ca500515c391f3f31b6468e8d4d974a53effe8a0a801b7fafd60d9845be514696bd9b095a3cc5d014bde02ce531bada" + +[update] +[update.modrinth] +mod-id = "FYpiwiBR" +version = "d28gpPn6" diff --git a/mods/connector.pw.toml b/mods/connector.pw.toml new file mode 100644 index 0000000..d3cff31 --- /dev/null +++ b/mods/connector.pw.toml @@ -0,0 +1,13 @@ +name = "Sinytra Connector" +filename = "Connector-1.0.0-beta.46+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/u58R1TMW/versions/e8hSZ4vp/Connector-1.0.0-beta.46%2B1.20.1.jar" +hash-format = "sha512" +hash = "7d98bd11e72dc95fb30e84d2be9175f2687201451d0e21421074bd225fcbcac8b4bcc1cd1b2dbd5f03e798569cac2f3bcc87c1baba1b1ad002268c578b20a533" + +[update] +[update.modrinth] +mod-id = "u58R1TMW" +version = "e8hSZ4vp" diff --git a/mods/controlling.pw.toml b/mods/controlling.pw.toml index a5459e8..167acb7 100644 --- a/mods/controlling.pw.toml +++ b/mods/controlling.pw.toml @@ -4,8 +4,8 @@ side = "client" [download] url = "https://cdn.modrinth.com/data/xv94TkTM/versions/LH6Bi6Am/Controlling-forge-1.20.1-12.0.2.jar" -hash-format = "sha1" -hash = "6195a3d1464f8fb641d7e165163aea1a857ce08e" +hash-format = "sha512" +hash = "3945bf3f6d843957f13584dfc70bede253d1e48f0dcb96f647fbcc6fcd3d1748a0dd9c6ca5c882e07a41f98eb84057934f51e43ab6023ed0a19695de2e6fe9f5" [update] [update.modrinth] diff --git a/mods/coolrain.pw.toml b/mods/coolrain.pw.toml new file mode 100644 index 0000000..1c7cbd1 --- /dev/null +++ b/mods/coolrain.pw.toml @@ -0,0 +1,13 @@ +name = "Cool Rain" +filename = "coolrain-1.2.0-1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/iDyqnQLT/versions/6r3KQJqu/coolrain-1.2.0-1.20.1.jar" +hash-format = "sha512" +hash = "f73ff9ecbca22ac59c2d761beb9d055f6fd47bb2cc0b44271ca9a0f962003767c0c19fd50fae87b1801f7dbc026b6b3c8841ebe495886b522b7dbc7baa537447" + +[update] +[update.modrinth] +mod-id = "iDyqnQLT" +version = "6r3KQJqu" diff --git a/mods/corgilib.pw.toml b/mods/corgilib.pw.toml index f11b361..56f2e7c 100644 --- a/mods/corgilib.pw.toml +++ b/mods/corgilib.pw.toml @@ -3,11 +3,11 @@ filename = "Corgilib-Forge-1.20.1-4.0.3.4.jar" side = "both" [download] -hash-format = "sha1" -hash = "4b08e5f8f2580842eacd5388458a0b52411a9fb2" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/ziOp6EO8/versions/QQhzscay/Corgilib-Forge-1.20.1-4.0.3.4.jar" +hash-format = "sha512" +hash = "1c256d44dc4a80b37b747cc7ded2a12e4e6580e093b8a28fd5645bfe46d2d332ad2f84588900908e2c668ed42af44c036fe45401d5f22e1598745d5613cbb367" [update] -[update.curseforge] -file-id = 6616784 -project-id = 693313 +[update.modrinth] +mod-id = "ziOp6EO8" +version = "QQhzscay" diff --git a/mods/create-air-ducts.pw.toml b/mods/create-air-ducts.pw.toml new file mode 100644 index 0000000..8951ca4 --- /dev/null +++ b/mods/create-air-ducts.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Air Ducts" +filename = "create_airducts-1.20.1-1.0.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9XPqZpTX/versions/GgJrOujJ/create_airducts-1.20.1-1.0.4.jar" +hash-format = "sha512" +hash = "d2187922ac4f1f8afd2e7a478ce21d29780d37f8f06334c96da5665a1c42459c57b3ffc81aca5ad49f4e1cfc5c9a0ff25b5f64509224429cf9ec3d08fdd947ae" + +[update] +[update.modrinth] +mod-id = "9XPqZpTX" +version = "GgJrOujJ" diff --git a/mods/create-better-fps.pw.toml b/mods/create-better-fps.pw.toml deleted file mode 100644 index d3c7e2e..0000000 --- a/mods/create-better-fps.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -name = "Create Better FPS" -filename = "createbetterfps-1.20.1-1.1.1.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "519f436f67c316db546cbab54a03fdbfd17fe9f1" -mode = "metadata:curseforge" - -[option] -optional = true -default = false -description = "This project can greatly improve your fps when using ShaderPacks playing Create6.0." - -[update] -[update.curseforge] -file-id = 6716449 -project-id = 1217518 diff --git a/mods/create-ccbr.pw.toml b/mods/create-ccbr.pw.toml new file mode 100644 index 0000000..e921cef --- /dev/null +++ b/mods/create-ccbr.pw.toml @@ -0,0 +1,13 @@ +name = "Create: CC Better Recipes" +filename = "ccbr-1.1.4-backport-forge-1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/WZfuGM1m/versions/h6O16M1o/ccbr-1.1.4-backport-forge-1.20.1.jar" +hash-format = "sha512" +hash = "165024da3da84e9503a88afb48a533d653f632ea4ed221f7a6ecb5338c3976b13deda428ec8408ec509cb75e3805aef3609000696bef0927cbefc99c423f4073" + +[update] +[update.modrinth] +mod-id = "WZfuGM1m" +version = "h6O16M1o" diff --git a/mods/create-central-kitchen.pw.toml b/mods/create-central-kitchen.pw.toml index 1515370..0ab71ac 100644 --- a/mods/create-central-kitchen.pw.toml +++ b/mods/create-central-kitchen.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/btq68HMO/versions/TDatHO4i/create_central_kitchen-1.20.1-for-create-6.0.4-1.4.1.jar" -hash-format = "sha1" -hash = "f094ebdd210242b082772226c98e402adb0c8fab" +hash-format = "sha512" +hash = "761782e56babc42886f1548dc62035766daf522382ac634ba15de8158ea921605766480ce5a52b25c82825790998b9a2ab3d7fca2aa76c384e0a0f68f60e8654" [update] [update.modrinth] diff --git a/mods/create-confectionery.pw.toml b/mods/create-confectionery.pw.toml deleted file mode 100644 index bbaf6ad..0000000 --- a/mods/create-confectionery.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Create Confectionery" -filename = "create-confectionery1.20.1_v1.1.0.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/WPE5gRs9/versions/rMCmTwR8/create-confectionery1.20.1_v1.1.0.jar" -hash-format = "sha512" -hash = "a72005f5bd6cfe590f0ef359e1e7b9c9d9f573508e671f7e462c56c27d9fbbb413a9bdfd52eb5a1b59229535df9aba3c7f6f4ea082ca3f0b9df20041f5950921" - -[update] -[update.modrinth] -mod-id = "WPE5gRs9" -version = "rMCmTwR8" diff --git a/mods/create-curios-jetpack.pw.toml b/mods/create-curios-jetpack.pw.toml deleted file mode 100644 index 17a4d61..0000000 --- a/mods/create-curios-jetpack.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Create: Curios Jetpack & Backtank [Forge/Fabric/NeoForge]" -filename = "create_jetpack_curios-1.2.0-forge-1.20.1.jar" -side = "server" - -[download] -url = "https://cdn.modrinth.com/data/BBhCMftF/versions/MmHHKvju/create_jetpack_curios-1.2.0-forge-1.20.1.jar" -hash-format = "sha1" -hash = "0aab00450801572cd81fdf3d30221bfc4827a9dc" - -[update] -[update.modrinth] -mod-id = "BBhCMftF" -version = "MmHHKvju" diff --git a/mods/create-deco-additions.pw.toml b/mods/create-deco-additions.pw.toml new file mode 100644 index 0000000..3717311 --- /dev/null +++ b/mods/create-deco-additions.pw.toml @@ -0,0 +1,13 @@ +name = "Create Deco Additions" +filename = "create-deco-additions-1.3.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/HrsF061q/versions/zXYMiPys/create-deco-additions-1.3.2.jar" +hash-format = "sha512" +hash = "73a5db0f0c210bc18d7d2d2e89d372d0c30c3f0966e0847f0a3ce033cfc2d65871a1011313dd6358ebe298bec2d9f9ca8d63ffeb5f1e4c9844bc66765afded34" + +[update] +[update.modrinth] +mod-id = "HrsF061q" +version = "zXYMiPys" diff --git a/mods/create-deco.pw.toml b/mods/create-deco.pw.toml index 8333df1..26876df 100644 --- a/mods/create-deco.pw.toml +++ b/mods/create-deco.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/sMvUb4Rb/versions/e9gaSRMd/createdeco-2.0.3-1.20.1-forge.jar" -hash-format = "sha1" -hash = "54c8ad5686b846310bca9e69982a455e668dede3" +hash-format = "sha512" +hash = "50b7e9bb7b09d720160b2491528f2ab751ad2299541be75cc6941e6b6c3d2d40faff5c5fa07a1bea9e3f43b73146ef6e0fdf6a106e65246b9767dd81053766bf" [update] [update.modrinth] diff --git a/mods/create-diesel-generators.pw.toml b/mods/create-diesel-generators.pw.toml index 8b99bab..cc708a1 100644 --- a/mods/create-diesel-generators.pw.toml +++ b/mods/create-diesel-generators.pw.toml @@ -1,13 +1,13 @@ name = "Create: Diesel Generators" -filename = "createdieselgenerators-1.20.1-1.3.2.jar" +filename = "createdieselgenerators-1.20.1-1.3.3.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/ZM3tt6p1/versions/C5orwyhl/createdieselgenerators-1.20.1-1.3.2.jar" +url = "https://cdn.modrinth.com/data/ZM3tt6p1/versions/rhxQsell/createdieselgenerators-1.20.1-1.3.3.jar" hash-format = "sha512" -hash = "b24d334d54a155a5bbabbe846a07e97bde3c26da23e9101567757e3fff27f433b9751f3944587f53e5531df61f5cff5b7bab8f05cc8653a790da1b8f906a4dd2" +hash = "bae4a7b718bc7340183d8926dcd912c31a26f4b89fe5b154f8ac8dffd927373179e7303b2401307405462f7af5443092280c6a8ac79c48335fca33a7caad536b" [update] [update.modrinth] mod-id = "ZM3tt6p1" -version = "C5orwyhl" +version = "rhxQsell" diff --git a/mods/create-fishing-bobber-detector.pw.toml b/mods/create-fishing-bobber-detector.pw.toml new file mode 100644 index 0000000..78d405d --- /dev/null +++ b/mods/create-fishing-bobber-detector.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Fishing Bobber Detector" +filename = "bobberdetector-forge1.20.1-1.0.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/GRznXwf3/versions/NJGiBgvD/bobberdetector-forge1.20.1-1.0.2.jar" +hash-format = "sha512" +hash = "5b9293fa8789c2aa52ca9f2e9156c51e24c7fbe33fb0fe0ea622a471be45fe707ce5e4ee8095b3da1575f98d3b785229d0492a38b7106bfb69b535c3cc921015" + +[update] +[update.modrinth] +mod-id = "GRznXwf3" +version = "NJGiBgvD" diff --git a/mods/create-guardian-beam-defense.pw.toml b/mods/create-guardian-beam-defense.pw.toml index d954f93..1b31d81 100644 --- a/mods/create-guardian-beam-defense.pw.toml +++ b/mods/create-guardian-beam-defense.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/pwPEdvXO/versions/F8mcAu6C/Create-Guardian-Beam-Defense-1.3.2b-1.20.1.jar" -hash-format = "sha1" -hash = "08885f5424f55f14b9211e908662631032388692" +hash-format = "sha512" +hash = "66c56ef28c0fd04fb4659605727b61d190f3e8e778b5b20beea3c5c6dc5bc326717f4637fe23e05ce69d0e0d6a601e41729ed92408d2cebb93f2a03957d02c58" [update] [update.modrinth] diff --git a/mods/create-let-the-adventure-begin.pw.toml b/mods/create-let-the-adventure-begin.pw.toml new file mode 100644 index 0000000..41c9938 --- /dev/null +++ b/mods/create-let-the-adventure-begin.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Let The Adventure Begin" +filename = "create_ltab-2.7.8.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/fUa6OtBG/versions/PkQg23TD/create_ltab-2.7.8.1.jar" +hash-format = "sha512" +hash = "b9b46196ba2e77478122b08bf58abcc357c6a2ad0e91eeaf1941c954cb26e34b072512a3f6ccbc59655c9cc06fa4bb243bd339abb401889af598264e3ed2aadf" + +[update] +[update.modrinth] +mod-id = "fUa6OtBG" +version = "PkQg23TD" diff --git a/mods/create-mechanical-spawner.pw.toml b/mods/create-mechanical-spawner.pw.toml deleted file mode 100644 index 2fe6422..0000000 --- a/mods/create-mechanical-spawner.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Create Mechanical Spawner" -filename = "create_mechanical_spawner-1.20.1-0.1.7-6.0.6.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/T1hmeGi9/versions/rmpoahFk/create_mechanical_spawner-1.20.1-0.1.7-6.0.6.jar" -hash-format = "sha512" -hash = "98bbd78eb33682203a5daae7f7f3d1000e0fcfb325624c9605a1e8a6638c15466282c53ed76245ab291aaff273b7bc6fce55c54a09986b89af23a2c05280e50f" - -[update] -[update.modrinth] -mod-id = "T1hmeGi9" -version = "rmpoahFk" diff --git a/mods/create-mobile-packages.pw.toml b/mods/create-mobile-packages.pw.toml deleted file mode 100644 index 6f16f6c..0000000 --- a/mods/create-mobile-packages.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Create: Mobile Packages" -filename = "create_mobile_packages-1.20.1-0.5.5.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/1vXRfEHZ/versions/iVETuh9w/create_mobile_packages-1.20.1-0.5.5.jar" -hash-format = "sha512" -hash = "e3880052d41b32e05df851ffd546408975949c74cb6b84fb5573b0eaab32ce934a92f4899fd53181577bc4cd7497f4d03a9fd329332b99f3e22b655482d58fc8" - -[update] -[update.modrinth] -mod-id = "1vXRfEHZ" -version = "iVETuh9w" diff --git a/mods/create-optical.pw.toml b/mods/create-optical.pw.toml deleted file mode 100644 index df87a59..0000000 --- a/mods/create-optical.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Create Optical" -filename = "create_optical-0.3.1.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "df3ab23620718727d5c93f64d5141e4d0e38219e" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6336887 -project-id = 1007714 diff --git a/mods/create-power-loader.pw.toml b/mods/create-power-loader.pw.toml index 834f48c..0b58be5 100644 --- a/mods/create-power-loader.pw.toml +++ b/mods/create-power-loader.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/wPQ6GgFE/versions/gQuz8jcV/create_power_loader-2.0.3-mc1.20.1.jar" -hash-format = "sha1" -hash = "6b638fb67730d8429ec64fb43e20ad651f2e49b6" +hash-format = "sha512" +hash = "cce4eeb6a7dc942f24f0a7b4182c1b92898b3cc998a876d910148a498d0a39ac8a37fb7d9b66ee81dadd422b9fe42ff57c7f5f9aa05dcdde80b64c04cfb9d55d" [update] [update.modrinth] diff --git a/mods/create-steam-n-rails.pw.toml b/mods/create-steam-n-rails.pw.toml deleted file mode 100644 index c4cab56..0000000 --- a/mods/create-steam-n-rails.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Create: Steam 'n' Rails" -filename = "Steam_Rails-1.6.11-alpha+forge-mc1.20.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/ZzjhlDgM/versions/miLFDQNQ/Steam_Rails-1.6.11-alpha%2Bforge-mc1.20.1.jar" -hash-format = "sha512" -hash = "5352b3be7dc800be4727f84bbc75050d4a81b1f220637188b0e9f411ad9ecd01ea3d9392165ec55574700d8c9fb8cfc930e9e3e6f87cc3d65022734a776da239" - -[update] -[update.modrinth] -mod-id = "ZzjhlDgM" -version = "miLFDQNQ" diff --git a/mods/create-stuff-additions.pw.toml b/mods/create-stuff-additions.pw.toml index b70de01..27233cc 100644 --- a/mods/create-stuff-additions.pw.toml +++ b/mods/create-stuff-additions.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/aq9qUUQG/versions/Z3P99xA8/create-stuff-additions1.20.1_v2.1.0.jar" -hash-format = "sha1" -hash = "02c8a8b61370c28e153e1d2bc9bd0db7a8193854" +hash-format = "sha512" +hash = "165020b72403b58d1265685d5a13c3a32186c28ea95f3ebea3f677ff0cf3c271dbcbc701cfd2680fa846a2eb594f7d3c09c39f51cdd257b64c4e48fb108246aa" [update] [update.modrinth] diff --git a/mods/create-trading-floor.pw.toml b/mods/create-trading-floor.pw.toml deleted file mode 100644 index bda29ad..0000000 --- a/mods/create-trading-floor.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Create: Trading floor" -filename = "trading_floor-forge-1.20.1-2.0.4.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/WROfLLvn/versions/9rfxvFEe/trading_floor-forge-1.20.1-2.0.4.jar" -hash-format = "sha512" -hash = "5b11162746f2da3371540029bda3c054d8aff5d0b3c7ca7faa77c073b9f74b73d9d2aae8dc3e7fee089aa2fb7d5daa3780ce024afeff427105138b4000ed0ec2" - -[update] -[update.modrinth] -mod-id = "WROfLLvn" -version = "9rfxvFEe" diff --git a/mods/create-tweaked-controllers.pw.toml b/mods/create-tweaked-controllers.pw.toml index 7c062b0..f45a32f 100644 --- a/mods/create-tweaked-controllers.pw.toml +++ b/mods/create-tweaked-controllers.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/H6bJ8Ju4/versions/aHqvR8LC/create_tweaked_controllers-1.20.1-1.2.5.jar" -hash-format = "sha1" -hash = "f71ca2b4e555b112930680c17840ec56df8445f8" +hash-format = "sha512" +hash = "aa57d77aacdcc15fc586f6a3a1be30340a1ac1017c03e9fb7b698cf39222ed8e51cb32c0e51533a1d1638bce463850ff05b81a49a44d3254a646aba906af2a6e" [update] [update.modrinth] diff --git a/mods/createaddition.pw.toml b/mods/createaddition.pw.toml index 2bbd446..a26983c 100644 --- a/mods/createaddition.pw.toml +++ b/mods/createaddition.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/kU1G12Nn/versions/SecVSw22/createaddition-1.20.1-1.3.1.jar" -hash-format = "sha1" -hash = "0c408317b7c3bc3c7f7d5f6dbbb3ee106fa5f4fc" +hash-format = "sha512" +hash = "d9fd62d5041670e3194848624672674b2ef23a88348f30968574803786da0a56b3d34a1ab7e542d6666cd3983d88fbedce08b2c56165a464fee7e3c383c07ad5" [update] [update.modrinth] diff --git a/mods/createbetterfps.pw.toml b/mods/createbetterfps.pw.toml new file mode 100644 index 0000000..b17b168 --- /dev/null +++ b/mods/createbetterfps.pw.toml @@ -0,0 +1,13 @@ +name = "CreateBetterFps" +filename = "createbetterfps-1.20.1-1.1.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/lMYIHZNH/versions/G8AvMFll/createbetterfps-1.20.1-1.1.1.jar" +hash-format = "sha512" +hash = "27a24d6b1c473fe2b3fe31364088739d7bf7ee379fb835a50fea356f2c3e57f895dd61255baadbbd5c124518d1ee370782a091399135bbc03b64e470483e38da" + +[update] +[update.modrinth] +mod-id = "lMYIHZNH" +version = "G8AvMFll" diff --git a/mods/creativecore.pw.toml b/mods/creativecore.pw.toml index ac8dc89..cf23522 100644 --- a/mods/creativecore.pw.toml +++ b/mods/creativecore.pw.toml @@ -3,11 +3,11 @@ filename = "CreativeCore_FORGE_v2.12.32_mc1.20.1.jar" side = "both" [download] -hash-format = "sha1" -hash = "d49e8c29748677d0a530432f1c1bda4e9865da00" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/OsZiaDHq/versions/IbFWHI5h/CreativeCore_FORGE_v2.12.32_mc1.20.1.jar" +hash-format = "sha512" +hash = "7f7c684a35020a0327e31f5521a363d1c29312a22839c69c5dbdf51d77428298dbd0ca685166c06d8426010448e777e087e141fef6b5093fd67cb73c4bd51f8a" [update] -[update.curseforge] -file-id = 6383884 -project-id = 257814 +[update.modrinth] +mod-id = "OsZiaDHq" +version = "IbFWHI5h" diff --git a/mods/ct-overhaul-village.pw.toml b/mods/ct-overhaul-village.pw.toml deleted file mode 100644 index 6a267a7..0000000 --- a/mods/ct-overhaul-village.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "ChoiceTheorem's Overhauled Village" -filename = "ctov-3.3.6.jar" -side = "server" - -[download] -url = "https://cdn.modrinth.com/data/fgmhI8kH/versions/nF92O1uF/ctov-3.3.6.jar" -hash-format = "sha512" -hash = "bfe67af2d569d41ed96ee9165ba0c9c2c4452c69a2b6062183d2394cde075315e957df4688b401bd6753286ce14542daf0279868902fe8f9c2014d1043e77dec" - -[update] -[update.modrinth] -mod-id = "fgmhI8kH" -version = "nF92O1uF" diff --git a/mods/curios.pw.toml b/mods/curios.pw.toml index 14c9e35..a83572f 100644 --- a/mods/curios.pw.toml +++ b/mods/curios.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/vvuO3ImH/versions/IPQlZkz1/curios-forge-5.14.1%2B1.20.1.jar" -hash-format = "sha1" -hash = "452175b95ad3db6ff58bb8968f6bf7a9d1e0f480" +hash-format = "sha512" +hash = "1373f95fd111c977db2f6adcef8e4eb486a2d926a3e17374692dee4ac3d65857de6446c16922b531aa5ace2c23c666a7fcc28c720b2917c1e04808d15648ba87" [update] [update.modrinth] diff --git a/mods/cut-through.pw.toml b/mods/cut-through.pw.toml new file mode 100644 index 0000000..c80b9cb --- /dev/null +++ b/mods/cut-through.pw.toml @@ -0,0 +1,13 @@ +name = "Cut Through" +filename = "CutThrough-v8.0.2-1.20.1-Forge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Dk6su9JN/versions/ZD7nA4WX/CutThrough-v8.0.2-1.20.1-Forge.jar" +hash-format = "sha512" +hash = "62a89186a53f2cb3e4bd22252dd049152053a1ae312d6421be528ac7e5fdda2883bf5bd7ec8b57b8af69c6f952cdb804d39acf5e85ddffb1e7d1a516c98d0c1c" + +[update] +[update.modrinth] +mod-id = "Dk6su9JN" +version = "ZD7nA4WX" diff --git a/mods/data-anchor.pw.toml b/mods/data-anchor.pw.toml index 447cd51..b97e3a5 100644 --- a/mods/data-anchor.pw.toml +++ b/mods/data-anchor.pw.toml @@ -3,11 +3,11 @@ filename = "Data_Anchor-forge-1.20.1-1.0.0.19.jar" side = "both" [download] -hash-format = "sha1" -hash = "8a6773632382d8fb8e8baa48ee5273a603f57701" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/z2XEADmE/versions/WKWSOV6p/Data_Anchor-forge-1.20.1-1.0.0.19.jar" +hash-format = "sha512" +hash = "50c795a3b68b0a61d2fa462ad2e67340f6f4c7b5787b6bea4fed5fa24fa98b44b85ccd7ecf4b3d97dfc008655479083a986777bcf774b80b61feace57f371d70" [update] -[update.curseforge] -file-id = 6507578 -project-id = 1203668 +[update.modrinth] +mod-id = "z2XEADmE" +version = "WKWSOV6p" diff --git a/mods/deeperdarker.pw.toml b/mods/deeperdarker.pw.toml deleted file mode 100644 index 9fd6450..0000000 --- a/mods/deeperdarker.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Deeper and Darker" -filename = "deeperdarker-forge-1.20.1-1.3.3.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "12f95fa85c62123140d1962702a97a3bb746bbf5" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 5906086 -project-id = 659011 diff --git a/mods/default-options.pw.toml b/mods/default-options.pw.toml new file mode 100644 index 0000000..69c3145 --- /dev/null +++ b/mods/default-options.pw.toml @@ -0,0 +1,13 @@ +name = "Default Options" +filename = "defaultoptions-forge-1.20-18.0.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/WEg59z5b/versions/CKNINccT/defaultoptions-forge-1.20-18.0.1.jar" +hash-format = "sha512" +hash = "41ab37f580a1cbcb063958b7ec6034c9bea729aecb5452e5982a21d068617a818e78d31f03e76fc4e06dbf73f066f576d9dd6566f70d4912f29b595ba5c54079" + +[update] +[update.modrinth] +mod-id = "WEg59z5b" +version = "CKNINccT" diff --git a/mods/defaultsettings.pw.toml b/mods/defaultsettings.pw.toml deleted file mode 100644 index 84c9972..0000000 --- a/mods/defaultsettings.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -name = "DefaultSettings" -filename = "DefaultSettings-1.20.x-4.0.7-Forge.jar" -side = "client" - -[download] -hash-format = "sha1" -hash = "787645dd7602ca80face4180d6a3826f8e057a54" -mode = "metadata:curseforge" - -[option] -optional = true -default = true -description = "Default modpack settings" - -[update] -[update.curseforge] -file-id = 5141086 -project-id = 318012 diff --git a/mods/delightful.pw.toml b/mods/delightful.pw.toml index 70770d2..ab4512b 100644 --- a/mods/delightful.pw.toml +++ b/mods/delightful.pw.toml @@ -1,13 +1,13 @@ name = "Delightful" -filename = "Delightful-1.20.1-3.7.2.jar" +filename = "Delightful-1.20.1-3.7.3.jar" side = "both" [download] -hash-format = "sha1" -hash = "8c93621a79fc43cab0f5f4efa5cafadb48cc6f09" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/JtSnhtNJ/versions/8S1xBpBG/Delightful-1.20.1-3.7.3.jar" +hash-format = "sha512" +hash = "2f1cdd21d33346fa95a3351a5c40dccfb350974330357bcd373a67f437da0aed964da0f1e3523223b620ce78a09ed5186ac20d26e6168654861b34e66d97f8a4" [update] -[update.curseforge] -file-id = 6618808 -project-id = 637529 +[update.modrinth] +mod-id = "JtSnhtNJ" +version = "8S1xBpBG" diff --git a/mods/despawning-eggs-hatch.pw.toml b/mods/despawning-eggs-hatch.pw.toml new file mode 100644 index 0000000..62ca466 --- /dev/null +++ b/mods/despawning-eggs-hatch.pw.toml @@ -0,0 +1,13 @@ +name = "Despawning Eggs Hatch" +filename = "despawningeggshatch-1.20.1-4.5.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/iKRtwScn/versions/I5LEJ06o/despawningeggshatch-1.20.1-4.5.jar" +hash-format = "sha512" +hash = "52204d4e005bfd484083cc2cc1d7875ecbbcb36fbae31bd649a116fa7edc5328e1116cd3e4f8f97f8b0d72298354a69b4193ea930fb436cb947de3f74f11a6b4" + +[update] +[update.modrinth] +mod-id = "iKRtwScn" +version = "I5LEJ06o" diff --git a/mods/distanthorizons.pw.toml b/mods/distanthorizons.pw.toml new file mode 100644 index 0000000..408ccf9 --- /dev/null +++ b/mods/distanthorizons.pw.toml @@ -0,0 +1,18 @@ +name = "Distant Horizons" +filename = "DistantHorizons-fabric-forge-2.3.2-b-1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uCdwusMi/versions/vSDePnsB/DistantHorizons-fabric-forge-2.3.2-b-1.20.1.jar" +hash-format = "sha512" +hash = "14f5548cffa24fabdcfce6626fc813db42e28350a126833a54e1c54e13e6b393e232b5a0d55fe6bc6f7e273061adaade67f8a8bbee9503cdaf869c28db0995b7" + +[update] +[update.modrinth] +mod-id = "uCdwusMi" +version = "vSDePnsB" + +[option] +optional = true +description = "See farther without turning your game into a slide show" +default = false diff --git a/mods/do-a-barrel-roll.pw.toml b/mods/do-a-barrel-roll.pw.toml index 093306e..d2d5402 100644 --- a/mods/do-a-barrel-roll.pw.toml +++ b/mods/do-a-barrel-roll.pw.toml @@ -4,13 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/6FtRfnLg/versions/VH8QpKA5/do_a_barrel_roll-forge-3.5.6%2B1.20.1.jar" -hash-format = "sha1" -hash = "08b58bfbdf20660bdc5a0c4a0b088f7d89f40a38" - -[option] -optional = true -default = true -description = "Microsoft flight simulator for Minecraft elytras." +hash-format = "sha512" +hash = "f07294a0e43826c400d10fe52b6d3a5f58ba9c51eecd464f30957faae875d397a8fbfdd8b6e58989fc7ebfbb59f84b283eb7a83bebc906777d1a2b65336deec4" [update] [update.modrinth] diff --git a/mods/domestication-innovation.pw.toml b/mods/domestication-innovation.pw.toml index 753a729..dc1fd3e 100644 --- a/mods/domestication-innovation.pw.toml +++ b/mods/domestication-innovation.pw.toml @@ -3,11 +3,11 @@ filename = "domesticationinnovation-1.7.1-1.20.1.jar" side = "both" [download] -hash-format = "sha1" -hash = "8feae4ba8a3ffb117fa7b3b4291a520e2497fa1e" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/h5JyLdjM/versions/SGxCLghg/domesticationinnovation-1.7.1-1.20.1.jar" +hash-format = "sha512" +hash = "3d6c4f0259ce504578a5dceb47c61a03784b77e15408b2c57252a82d03dd74cb5ffabfd3234b5ad365e169419dec7bef49d23ac737e2d508f8f51ecf387ecea9" [update] -[update.curseforge] -file-id = 4911955 -project-id = 591149 +[update.modrinth] +mod-id = "h5JyLdjM" +version = "SGxCLghg" diff --git a/mods/domum-ornamentum.pw.toml b/mods/domum-ornamentum.pw.toml index fb664b3..e3ca4f0 100644 --- a/mods/domum-ornamentum.pw.toml +++ b/mods/domum-ornamentum.pw.toml @@ -1,13 +1,13 @@ name = "Domum Ornamentum" -filename = "domum_ornamentum-1.20.1-1.0.286-snapshot-universal.jar" +filename = "domum_ornamentum-1.20.1-1.0.290-snapshot-universal.jar" side = "both" [download] hash-format = "sha1" -hash = "b7e4de99a8b8a9038940485200de439ecb0c957b" +hash = "040a8e565583ce3bf8829e32204e7a3681f1ab10" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6683106 +file-id = 6721676 project-id = 527361 diff --git a/mods/dungeons-and-taverns.pw.toml b/mods/dungeons-and-taverns.pw.toml new file mode 100644 index 0000000..9ded014 --- /dev/null +++ b/mods/dungeons-and-taverns.pw.toml @@ -0,0 +1,13 @@ +name = "Dungeons and Taverns" +filename = "dungeons-and-taverns-3.0.3.f.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/tpehi7ww/versions/ojHpWOrz/dungeons-and-taverns-3.0.3.f.jar" +hash-format = "sha512" +hash = "66008a7439fde95270350433adbff7b74944ad97e216ad165d11b3a023647a8cd18c17aa12ded2a58fa793ff29433e9bcbbd55e6ffd5a3af44f72c1ea12c1089" + +[update] +[update.modrinth] +mod-id = "tpehi7ww" +version = "ojHpWOrz" diff --git a/mods/dungeons-enhanced.pw.toml b/mods/dungeons-enhanced.pw.toml new file mode 100644 index 0000000..746d186 --- /dev/null +++ b/mods/dungeons-enhanced.pw.toml @@ -0,0 +1,13 @@ +name = "Dungeons Enhanced" +filename = "dungeons_enhanced-1.20.1-5.4.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/3IAJcJXa/versions/yg5IoymZ/dungeons_enhanced-1.20.1-5.4.2.jar" +hash-format = "sha512" +hash = "7b61eb7bd6f44e03fc734d26c0444eb0977cfcb839c3e590b275b5f53776933327ad249ee627c3a1c9dbf57b2b0ea1bda9b718c22fb6737e9bc92082d43b59c8" + +[update] +[update.modrinth] +mod-id = "3IAJcJXa" +version = "yg5IoymZ" diff --git a/mods/dungeonsenhanced.pw.toml b/mods/dungeonsenhanced.pw.toml deleted file mode 100644 index 149d203..0000000 --- a/mods/dungeonsenhanced.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Dungeons Enhanced" -filename = "dungeons_enhanced-1.20.1-5.4.2.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "ea9be1e6487724f113d69c8f2fe0725ef4f3be31" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6625556 -project-id = 480715 diff --git a/mods/dynamic_asset_generator.pw.toml b/mods/dynamic_asset_generator.pw.toml deleted file mode 100644 index 17b28f8..0000000 --- a/mods/dynamic_asset_generator.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Dynamic Asset Generator" -filename = "dynamicassetgenerator-forge-1.20.1-4.2.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/83pFEQVb/versions/gC6FX5Kn/dynamicassetgenerator-forge-1.20.1-4.2.2.jar" -hash-format = "sha512" -hash = "33f1650bcf3d935eb565b36f798528853063ef08c62e2e7064c8112ed3a485e2676e10ec777d8299de9137f0da4455a623ecf1b4778dfda964587185557bd879" - -[update] -[update.modrinth] -mod-id = "83pFEQVb" -version = "gC6FX5Kn" diff --git a/mods/easy-anvils.pw.toml b/mods/easy-anvils.pw.toml index 75bbfa6..f9ccafb 100644 --- a/mods/easy-anvils.pw.toml +++ b/mods/easy-anvils.pw.toml @@ -1,13 +1,13 @@ -name = "Easy Anvils [Forge & Fabric]" +name = "Easy Anvils" filename = "EasyAnvils-v8.0.2-1.20.1-Forge.jar" side = "both" [download] -hash-format = "sha1" -hash = "d44a8b549b27713a92d59148729bf374ff3e25f0" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/OZBR5JT5/versions/4pRdDqEb/EasyAnvils-v8.0.2-1.20.1-Forge.jar" +hash-format = "sha512" +hash = "2b4715538b2e78bd86fbd05ebd07b7da2c7fa00d6e9653f6fcfad7f1fc59edb495f54164a8e2a48ed97b1722388b11729221775d798c8de9e92fb73e07f01e14" [update] -[update.curseforge] -file-id = 5156621 -project-id = 682567 +[update.modrinth] +mod-id = "OZBR5JT5" +version = "4pRdDqEb" diff --git a/mods/easy-magic.pw.toml b/mods/easy-magic.pw.toml index 47b92ae..8359439 100644 --- a/mods/easy-magic.pw.toml +++ b/mods/easy-magic.pw.toml @@ -1,13 +1,13 @@ -name = "Easy Magic [Forge & Fabric]" +name = "Easy Magic" filename = "EasyMagic-v8.0.1-1.20.1-Forge.jar" side = "both" [download] -hash-format = "sha1" -hash = "9bfb5d63ac2e03ecdab8755c968ffa25b799469b" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/9hx3AbJM/versions/W2xPEG9I/EasyMagic-v8.0.1-1.20.1-Forge.jar" +hash-format = "sha512" +hash = "ac4bc9cbca15e4b07361a84d90357e53edb0d9e336f16138b0644545061299c51c9b4af1554fac0e5f891021035b0bcd9e4b57c39ee9188324b6bca9d63cd90f" [update] -[update.curseforge] -file-id = 4658750 -project-id = 456239 +[update.modrinth] +mod-id = "9hx3AbJM" +version = "W2xPEG9I" diff --git a/mods/effortless-building.pw.toml b/mods/effortless-building.pw.toml index a46f9ea..4cf5ce3 100644 --- a/mods/effortless-building.pw.toml +++ b/mods/effortless-building.pw.toml @@ -3,11 +3,11 @@ filename = "effortlessbuilding-1.20.1-3.10.jar" side = "both" [download] -hash-format = "sha1" -hash = "f71f32238e9d08e71b95941d8f69740d245f2a6a" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/DYtfQEYj/versions/GCzIlABB/effortlessbuilding-1.20.1-3.10.jar" +hash-format = "sha512" +hash = "4fa3a6fff79a6613f84def1013b39f903309a2dd154c5471d1b2ed1bd3ede945246b1d12d4b3d0a88bf18f6ea2f9c7f20d0401a5283a6963392722d78df9c266" [update] -[update.curseforge] -file-id = 6330928 -project-id = 302113 +[update.modrinth] +mod-id = "DYtfQEYj" +version = "GCzIlABB" diff --git a/mods/embeddium.pw.toml b/mods/embeddium.pw.toml index ed9bcb6..1d63f7d 100644 --- a/mods/embeddium.pw.toml +++ b/mods/embeddium.pw.toml @@ -4,8 +4,8 @@ side = "client" [download] url = "https://cdn.modrinth.com/data/sk9rgfiA/versions/UTbfe5d1/embeddium-0.3.31%2Bmc1.20.1.jar" -hash-format = "sha1" -hash = "bb2fa8f3e493af16af9160d049f96c614a1faf2f" +hash-format = "sha512" +hash = "ffbf2da4685260a4d5c14c621708bd20722563f084f042d3dfb0a7b87f048e39299648c854a93939129da0d23a15a91ec628560d601e76074b08e275f6e132e9" [update] [update.modrinth] diff --git a/mods/emi-create-schematics.pw.toml b/mods/emi-create-schematics.pw.toml deleted file mode 100644 index db779be..0000000 --- a/mods/emi-create-schematics.pw.toml +++ /dev/null @@ -1,19 +0,0 @@ -name = "EMI: Create Schematics" -filename = "emi_create_schematics-1.0.3.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/5bgqgixq/versions/sZxUrbc2/emi_create_schematics-1.0.3.jar" -hash-format = "sha1" -hash = "9d4a08f5bb86192bda1cc8ca806bccb8483eb5fc" - -[option] -optional = true -default = false -description = "Add schematic items to EMI Favourites list" - - -[update] -[update.modrinth] -mod-id = "5bgqgixq" -version = "sZxUrbc2" diff --git a/mods/emi-enchanting.pw.toml b/mods/emi-enchanting.pw.toml index 5dec170..cc81bd5 100644 --- a/mods/emi-enchanting.pw.toml +++ b/mods/emi-enchanting.pw.toml @@ -4,13 +4,8 @@ side = "client" [download] url = "https://cdn.modrinth.com/data/wbWoo11W/versions/s8VlWyjj/emi_enchanting-0.1.2%2B1.20.1%2Bforge.jar" -hash-format = "sha1" -hash = "0374c5c3eb4dd361f89388cda84744dc70ae638d" - -[option] -optional = true -default = false -description = "EMI Plugin that gives basic enchantment information; valid items, exlcusions, etc." +hash-format = "sha512" +hash = "db7b4979c9a5fc756c34f05a481b09a2ee62c97ea6c393ff80d5310a7a0673c458dd946c86050cf9d424f6e37718fd8e5fbd6ccce0826dbc02b9afecc02aae3c" [update] [update.modrinth] diff --git a/mods/emi-loot.pw.toml b/mods/emi-loot.pw.toml index 46dfb1e..4c3488e 100644 --- a/mods/emi-loot.pw.toml +++ b/mods/emi-loot.pw.toml @@ -4,13 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/qbbO7Jns/versions/hWzv5ZZZ/emi_loot-0.7.6%2B1.20.1%2Bforge.jar" -hash-format = "sha1" -hash = "ae1753ff363181e1b976716e768699e711dc5f2e" - -[option] -optional = true -default = false -description = "A loot drop (chest, block, entity) plugin for the EMI Recipe and Item viewer." +hash-format = "sha512" +hash = "20d738ea5a529b5b43608cc1edeb17df67a75856c824349d5222f9b5d1434124d3383c3a6d9d480e0ee79d90d9446e3a521dffe689da370bb11d616f1bf93caa" [update] [update.modrinth] diff --git a/mods/emi-ores.pw.toml b/mods/emi-ores.pw.toml deleted file mode 100644 index 0be42aa..0000000 --- a/mods/emi-ores.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -name = "EMI Ores" -filename = "emi_ores-1.2+1.20.1+forge.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/sG4TqDb8/versions/o0r0h2yg/emi_ores-1.2%2B1.20.1%2Bforge.jar" -hash-format = "sha1" -hash = "c821f26e4a00c14fb453bfdb7628aec59fd2acf1" - -[option] -optional = true -default = false -description = "Easily view ore generation information from inside EMI." - -[update] -[update.modrinth] -mod-id = "sG4TqDb8" -version = "o0r0h2yg" diff --git a/mods/emi.pw.toml b/mods/emi.pw.toml index 64b9a11..878c09b 100644 --- a/mods/emi.pw.toml +++ b/mods/emi.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/fRiHVvU7/versions/WtJS5tVw/emi-1.1.22%2B1.20.1%2Bforge.jar" -hash-format = "sha1" -hash = "d8049d6ec86befcd100a0ff0fc8ebc289f735997" +hash-format = "sha512" +hash = "fcc80ee419a96682d157e8fd0993e0f13031dafc6399dabb17b9696636e791a903e7d3d15131edd3b533544454f072c4b19e92b146c80d4be6980bb20a0dbb7b" [update] [update.modrinth] diff --git a/mods/emiffect.pw.toml b/mods/emiffect.pw.toml index d3aefd3..06238c7 100644 --- a/mods/emiffect.pw.toml +++ b/mods/emiffect.pw.toml @@ -4,13 +4,8 @@ side = "client" [download] url = "https://cdn.modrinth.com/data/705gWllI/versions/cwzXpY1E/emiffect-forge-1.1.2%2Bmc1.20.1.jar" -hash-format = "sha1" -hash = "cb87cd6b12e3a9cc5bbb979406d310fe50cd92a6" - -[option] -optional = true -default = false -description = "EMI addon that appends status effects in EMI and provides information about each status effect." +hash-format = "sha512" +hash = "d1aa78d400796abea326498d3143af8ae4d61fa9635339be36ae38f342c586e309216c4e2b8d19fd5eaaa17a24e60c590dc33059f910ea941398fd3ebf2b1324" [update] [update.modrinth] diff --git a/mods/emitrades.pw.toml b/mods/emitrades.pw.toml index 4f1e393..55d1d8b 100644 --- a/mods/emitrades.pw.toml +++ b/mods/emitrades.pw.toml @@ -4,13 +4,8 @@ side = "client" [download] url = "https://cdn.modrinth.com/data/j2HhbEE7/versions/LBT7pcVH/emitrades-forge-1.2.1%2Bmc1.20.1.jar" -hash-format = "sha1" -hash = "ea86eceb04978bc366fe022bbab5dd5ea0bd3ab4" - -[option] -optional = true -default = false -description = "Villager trading for EMI." +hash-format = "sha512" +hash = "b0344906a3da867373edf6a4d5a7bcb1d0aa0aaf11825244b9d1d5aeb1aec1c5d023b754ab8f881905c7086ba11d2cdc5740ba29ab967b4549346531bcbc1b86" [update] [update.modrinth] diff --git a/mods/emojiful.pw.toml b/mods/emojiful.pw.toml index 231f839..f70a3d9 100644 --- a/mods/emojiful.pw.toml +++ b/mods/emojiful.pw.toml @@ -3,11 +3,11 @@ filename = "Emojiful-Forge-1.20.1-4.2.0.jar" side = "both" [download] -hash-format = "sha1" -hash = "3a715b0c8e9244a0d6aace3e3d2f863a62ddc3bc" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/72GXx2MO/versions/NFYwjzXZ/Emojiful-Forge-1.20.1-4.2.0.jar" +hash-format = "sha512" +hash = "df643bfc3efd3cdca4084a23ab204e1d2004e5f305c55aec9d64d5907c380013d8ff44df7fcf3f06758c99c805104436468b0db270ea510bf3c10e507d9da5fd" [update] -[update.curseforge] -file-id = 4672310 -project-id = 284324 +[update.modrinth] +mod-id = "72GXx2MO" +version = "NFYwjzXZ" diff --git a/mods/endergetic.pw.toml b/mods/endergetic.pw.toml new file mode 100644 index 0000000..8b30d4d --- /dev/null +++ b/mods/endergetic.pw.toml @@ -0,0 +1,13 @@ +name = "The Endergetic Expansion" +filename = "endergetic-1.20.1-5.0.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/cPle5Z8G/versions/En1Ihw7Y/endergetic-1.20.1-5.0.1.jar" +hash-format = "sha512" +hash = "593553a76aa417e4043be47d7166fae4e0a7efd854eb403cc1bcdd60f950bb61c310b3cec21f405f1931e26393835adcc2e682871e12180be68e57ac3323064a" + +[update] +[update.modrinth] +mod-id = "cPle5Z8G" +version = "En1Ihw7Y" diff --git a/mods/enhanced-celestials.pw.toml b/mods/enhanced-celestials.pw.toml index 162e9e2..ebabe47 100644 --- a/mods/enhanced-celestials.pw.toml +++ b/mods/enhanced-celestials.pw.toml @@ -1,13 +1,13 @@ -name = "Enhanced Celestials - Blood, Blue, & Harvest (Super) Moons" +name = "Enhanced Celestials" filename = "Enhanced-Celestials-forge-1.20.1-5.0.3.1.jar" side = "both" [download] -hash-format = "sha1" -hash = "287315f7214d37b2b4a999c44f0a3867c6356578" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/2rL16t1O/versions/HTji7Upc/Enhanced-Celestials-forge-1.20.1-5.0.3.1.jar" +hash-format = "sha512" +hash = "0604bfeb4c8bd3c1d5cd7526dadb74808aad8b3e62de95145e84921c45ce32189d335b99a7475510ee351112e47ea56a25bec376f8e3d16c0637f6ca5dea11eb" [update] -[update.curseforge] -file-id = 6318263 -project-id = 438447 +[update.modrinth] +mod-id = "2rL16t1O" +version = "HTji7Upc" diff --git a/mods/enhancedvisuals.pw.toml b/mods/enhancedvisuals.pw.toml index 33d04df..3e2cc5d 100644 --- a/mods/enhancedvisuals.pw.toml +++ b/mods/enhancedvisuals.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/KjL0jE2w/versions/m3cjYtkA/EnhancedVisuals_FORGE_v1.8.2_mc1.20.1.jar" -hash-format = "sha1" -hash = "780caf39421ccfc495d14cb287856ced97c32985" +hash-format = "sha512" +hash = "d3e6fca63651f262b07a75053453beb8ccf963f096a8aaffef13cc16a27666e3b31bb4eab36282c27b3c7586b030cb53f74b7534f756c26d5f2b9b745cc39941" [update] [update.modrinth] diff --git a/mods/ensorcellation.pw.toml b/mods/ensorcellation.pw.toml index 3a8f9e8..6d35fbc 100644 --- a/mods/ensorcellation.pw.toml +++ b/mods/ensorcellation.pw.toml @@ -3,11 +3,11 @@ filename = "ensorcellation-1.20.1-5.0.2.24.jar" side = "both" [download] -hash-format = "sha1" -hash = "e0a018f61c2302c377b26ef3f7c5bd6e8a7303b8" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/ImlP9deQ/versions/VY1IIRi6/ensorcellation-1.20.1-5.0.2.24.jar" +hash-format = "sha512" +hash = "83548db81b6099fa0ebe51bea556ed04d0a7c72f320360703235206fffb0c2616ee182146bd12ec63229e40007a35dc4b910ddf714d9461858a8811843ca8fb6" [update] -[update.curseforge] -file-id = 5430042 -project-id = 349447 +[update.modrinth] +mod-id = "ImlP9deQ" +version = "VY1IIRi6" diff --git a/mods/entity-model-features.pw.toml b/mods/entity-model-features.pw.toml index 2cbf229..127dd05 100644 --- a/mods/entity-model-features.pw.toml +++ b/mods/entity-model-features.pw.toml @@ -4,8 +4,8 @@ side = "client" [download] url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/p39UPPar/entity_model_features_forge_1.20.1-2.4.1.jar" -hash-format = "sha1" -hash = "2ed40fd0bf3266e67036e5b3857da84c24b045e1" +hash-format = "sha512" +hash = "f6160617baabb494226d09687aed23e0cdc6de42122d1c6b038ef733990cabc2aff62b6b1e91eb42236e9e0b952dcf1cdc42c323d823f41a0e5c285f831dce65" [update] [update.modrinth] diff --git a/mods/entityculling.pw.toml b/mods/entityculling.pw.toml index 96310f8..e45ae72 100644 --- a/mods/entityculling.pw.toml +++ b/mods/entityculling.pw.toml @@ -1,18 +1,13 @@ name = "Entity Culling" -filename = "entityculling-forge-1.8.0-mc1.20.1.jar" +filename = "entityculling-forge-1.8.2-mc1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/DQD98FEX/entityculling-forge-1.8.0-mc1.20.1.jar" +url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/zinofwiX/entityculling-forge-1.8.2-mc1.20.1.jar" hash-format = "sha512" -hash = "af9ba81d12b1f3f425203cabecbd0409686cedc7b4491e751e09b32732a971adfaeca0f8e81671d2055621cdcd6160481f2c7268a38280fd80626a4ffa61fb68" +hash = "45c54f5f69cc75d0c9c79a716c182d3d9ee59d9883d2333030f191176ee70922ad281ea1b60d2f10bbaf8be96a3454c6d14ef484d1db49c153c97859dbc4ffb5" [update] [update.modrinth] mod-id = "NNAgCjsB" -version = "DQD98FEX" - -[option] -optional = true -description = "Using async path-tracing to hide Block-/Entities that are not visible" -default = true +version = "zinofwiX" diff --git a/mods/entityjs.pw.toml b/mods/entityjs.pw.toml deleted file mode 100644 index bb869a9..0000000 --- a/mods/entityjs.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "EntityJS" -filename = "entityjs-0.5.9-1.20.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/OvPZ16yX/versions/aHhuxvIA/entityjs-0.5.9-1.20.1.jar" -hash-format = "sha512" -hash = "c5375c44411c0e2b22919413ab8c26b656767f6dd68a75360878ac5943e2ac9d51a3031b892b2bacb06953ab6f2434f79ecae66b4c5c57fb71338dc63079b935" - -[update] -[update.modrinth] -mod-id = "OvPZ16yX" -version = "aHhuxvIA" diff --git a/mods/entitytexturefeatures.pw.toml b/mods/entitytexturefeatures.pw.toml index 55dc421..cf362e1 100644 --- a/mods/entitytexturefeatures.pw.toml +++ b/mods/entitytexturefeatures.pw.toml @@ -4,8 +4,8 @@ side = "client" [download] url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/rGt1IuJq/entity_texture_features_forge_1.20.1-6.2.9.jar" -hash-format = "sha1" -hash = "55c8a7db3b4ddd28485c4d2bab7381a756b771c6" +hash-format = "sha512" +hash = "0d8576c785c689aa39c29f8dbee46b28c308a01a87eaa01a1d405c617b7a30be5ba1e62faeb5f212e44d50ae5a230e48815ac572adaba0c6d3a9e2df47183023" [update] [update.modrinth] diff --git a/mods/esf.pw.toml b/mods/esf.pw.toml new file mode 100644 index 0000000..7b6b66d --- /dev/null +++ b/mods/esf.pw.toml @@ -0,0 +1,13 @@ +name = "[ESF] Entity Sound Features" +filename = "entity_sound_features_forge_1.19.4+-0.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/IMuO8COj/versions/xB2kHwnQ/entity_sound_features_forge_1.19.4%2B-0.4.jar" +hash-format = "sha512" +hash = "217f67f375e704a880882190c6d10f7383aaaa4f08cc3f5eb56c60185b20595ed5322882fcc6156b2d5947f86b4955e81a971d3903e82633a331954d5af11590" + +[update] +[update.modrinth] +mod-id = "IMuO8COj" +version = "xB2kHwnQ" diff --git a/mods/essentials.pw.toml b/mods/essentials.pw.toml deleted file mode 100644 index b10a4d7..0000000 --- a/mods/essentials.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Essentials" -filename = "essentials-1.20.1-2.16.0.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "51624cbd509a58bf22b232817b2ecef8e2ff1155" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4640300 -project-id = 293752 diff --git a/mods/essentialsmod.pw.toml b/mods/essentialsmod.pw.toml new file mode 100644 index 0000000..0bf7ce0 --- /dev/null +++ b/mods/essentialsmod.pw.toml @@ -0,0 +1,13 @@ +name = "Essentials" +filename = "essentials-1.20.1-2.16.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/M09T0qPI/versions/LRiWeXes/essentials-1.20.1-2.16.0.jar" +hash-format = "sha512" +hash = "523ecf31560a312307ce8fbbe0016c1d4759d4326aecc2d7c676f433f3d4848b9d82b0ea935208963423bac38bf0e22cadb01e6773c5419dae26f5ab685e6bda" + +[update] +[update.modrinth] +mod-id = "M09T0qPI" +version = "LRiWeXes" diff --git a/mods/etched.pw.toml b/mods/etched.pw.toml index 5f20702..86d084a 100644 --- a/mods/etched.pw.toml +++ b/mods/etched.pw.toml @@ -1,13 +1,13 @@ name = "Etched" -filename = "etched-3.0.4.jar" +filename = "etched-3.0.2.jar" side = "both" [download] -hash-format = "sha1" -hash = "4f440ac41309993a46e0ffcb2dd6106d7b92b3e2" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/zi3Fnfmc/versions/M178L4Do/etched-3.0.2.jar" +hash-format = "sha512" +hash = "d932c4fb13b62e92f33dbad0d826e3f08f338d05e166421bf997101176b468f23792931b2c6f154e3b2d1c6fde5012a3ae5a98aa7711da5eb41184523d834046" [update] -[update.curseforge] -file-id = 5999495 -project-id = 491890 +[update.modrinth] +mod-id = "zi3Fnfmc" +version = "M178L4Do" diff --git a/mods/euphoria-patches.pw.toml b/mods/euphoria-patches.pw.toml new file mode 100644 index 0000000..6a22e95 --- /dev/null +++ b/mods/euphoria-patches.pw.toml @@ -0,0 +1,13 @@ +name = "Euphoria Patches" +filename = "EuphoriaPatcher-1.6.5-r5.5.1-forge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/4H6sumDB/versions/7HZ6bhvl/EuphoriaPatcher-1.6.5-r5.5.1-forge.jar" +hash-format = "sha512" +hash = "895ded2d95bc935d5c91002bebacfb4f471136aaf87ba8bc32abf2e8214ad206cc35ea2c53ad1d3d5264be21a34ee5c199b8a6cf133ec0ee2005122a706a35f8" + +[update] +[update.modrinth] +mod-id = "4H6sumDB" +version = "7HZ6bhvl" diff --git a/mods/every-compat.pw.toml b/mods/every-compat.pw.toml deleted file mode 100644 index 1a9d3fa..0000000 --- a/mods/every-compat.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Every Compat (Wood Good)" -filename = "everycomp-1.20-2.8.12-forge.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "018be48ad689e61fc14ad0bf54692a5b33f8f8ec" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6740051 -project-id = 628539 diff --git a/mods/exposure.pw.toml b/mods/exposure.pw.toml index da633fd..68ae9bb 100644 --- a/mods/exposure.pw.toml +++ b/mods/exposure.pw.toml @@ -3,11 +3,11 @@ filename = "exposure-1.20.1-1.7.16-forge.jar" side = "both" [download] -hash-format = "sha1" -hash = "b1ec92eeafdc97e88e0baacd5d89f4c1f89a4bbc" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/hB899VmG/versions/Wk43p4gt/exposure-1.20.1-1.7.16-forge.jar" +hash-format = "sha512" +hash = "94e1c0ddbcb12d2b95e964d9081e41c4c6ad960100ab31fa7faee5ff8d0a3b5e7b29288117dad4d4aa17ae7fc01d19f2a269f327f27151d47248c9d6ff68ace2" [update] -[update.curseforge] -file-id = 6655718 -project-id = 871755 +[update.modrinth] +mod-id = "hB899VmG" +version = "Wk43p4gt" diff --git a/mods/farmers-delight.pw.toml b/mods/farmers-delight.pw.toml index 74893f4..1001a8b 100644 --- a/mods/farmers-delight.pw.toml +++ b/mods/farmers-delight.pw.toml @@ -3,11 +3,11 @@ filename = "FarmersDelight-1.20.1-1.2.8.jar" side = "both" [download] -hash-format = "sha1" -hash = "a3402ee46cf12583416b8fbe84a97dd20ba1401a" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/R2OftAxM/versions/YWFFrKk6/FarmersDelight-1.20.1-1.2.8.jar" +hash-format = "sha512" +hash = "e9e8f234a08570806da9f35ce943d0bfe36a00b3c1a0da45acb52fe166e6bd9762d6d85b2de071e2da515e90cd7618d28e69be08ce42e002a01833dd8e3b307a" [update] -[update.curseforge] -file-id = 6597298 -project-id = 398521 +[update.modrinth] +mod-id = "R2OftAxM" +version = "YWFFrKk6" diff --git a/mods/farsight.pw.toml b/mods/farsight.pw.toml index 2a2e7f4..9574518 100644 --- a/mods/farsight.pw.toml +++ b/mods/farsight.pw.toml @@ -7,11 +7,6 @@ hash-format = "sha1" hash = "c124558a7f6a7560944600c0f64a5e433d95cc4c" mode = "metadata:curseforge" -[option] -optional = true -default = true -description = "Client keep chunks loaded even if server unloads them" - [update] [update.curseforge] file-id = 5531397 diff --git a/mods/farsighted-mobs.pw.toml b/mods/farsighted-mobs.pw.toml deleted file mode 100644 index a340e1c..0000000 --- a/mods/farsighted-mobs.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Farsighted Mobs" -filename = "farsighted-mobs-forge-1.1-1.20.1.jar" -side = "server" - -[download] -url = "https://cdn.modrinth.com/data/eEpWUjwq/versions/cBbVgZbj/farsighted-mobs-forge-1.1-1.20.1.jar" -hash-format = "sha1" -hash = "c9f5bae420984a5c8a8b0b11527ac27cc0d76d52" - -[update] -[update.modrinth] -mod-id = "eEpWUjwq" -version = "cBbVgZbj" diff --git a/mods/fast-async-world-save-forge-fabric.pw.toml b/mods/fast-async-world-save-forge-fabric.pw.toml index 12bbcf9..b63fde9 100644 --- a/mods/fast-async-world-save-forge-fabric.pw.toml +++ b/mods/fast-async-world-save-forge-fabric.pw.toml @@ -1,6 +1,6 @@ name = "Fast Async World Save[Forge/Fabric]" filename = "fastasyncworldsave-1.20.1-2.4.jar" -side = "server" +side = "both" [download] hash-format = "sha1" diff --git a/mods/fast-ip-ping.pw.toml b/mods/fast-ip-ping.pw.toml index 7661a8e..f8429b4 100644 --- a/mods/fast-ip-ping.pw.toml +++ b/mods/fast-ip-ping.pw.toml @@ -1,13 +1,13 @@ name = "Fast IP Ping" filename = "fast-ip-ping-v1.0.7-mc1.20.4-forge.jar" -side = "both" +side = "client" [download] -hash-format = "sha1" -hash = "253d21fd87657e6dc1e451c9758f5daaa71b86c8" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/9mtu0sUO/versions/W1Wnmkqh/fast-ip-ping-v1.0.7-mc1.20.4-forge.jar" +hash-format = "sha512" +hash = "5223cd922b4f32faf8e6263976d39ead51e12dc332a16eacfddd11196872609b1d905673ab707f38d62f5d3f9c243dc51bb62bf3f8179d15a006c616feb48be8" [update] -[update.curseforge] -file-id = 6666671 -project-id = 904356 +[update.modrinth] +mod-id = "9mtu0sUO" +version = "W1Wnmkqh" diff --git a/mods/fastload.pw.toml b/mods/fastload.pw.toml new file mode 100644 index 0000000..20d3c58 --- /dev/null +++ b/mods/fastload.pw.toml @@ -0,0 +1,13 @@ +name = "Fastload" +filename = "Fastload-Reforged-mc1.20.1-3.4.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/kCpssoSb/versions/5caSj7kt/Fastload-Reforged-mc1.20.1-3.4.0.jar" +hash-format = "sha512" +hash = "b8be6ed0bef707c7c34d84049eb68313a5c787f6e9c9a88fb94daed6bccfedc6c181a1fca431f53b6e8ac03c7baf7653414b5a5792cab6b500c6d66502489431" + +[update] +[update.modrinth] +mod-id = "kCpssoSb" +version = "5caSj7kt" diff --git a/mods/ferrite-core.pw.toml b/mods/ferrite-core.pw.toml new file mode 100644 index 0000000..e7cce4d --- /dev/null +++ b/mods/ferrite-core.pw.toml @@ -0,0 +1,13 @@ +name = "FerriteCore" +filename = "ferritecore-6.0.1-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uXXizFIs/versions/DG5Fn9Sz/ferritecore-6.0.1-forge.jar" +hash-format = "sha512" +hash = "a1960a7c03dc32d4ccaccaf28afdd9b078758bbd62d15a91d4039a83fa9397a098e89b69591f6bd5190254d9ee97e502504154b9aec764adb8c65f000b75ba2c" + +[update] +[update.modrinth] +mod-id = "uXXizFIs" +version = "DG5Fn9Sz" diff --git a/mods/ferritecore.pw.toml b/mods/ferritecore.pw.toml deleted file mode 100644 index 4c7aa95..0000000 --- a/mods/ferritecore.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "FerriteCore ((Neo)Forge)" -filename = "ferritecore-6.0.1-forge.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "417fb6ce8f52abf40bd9d0390371790f9576f8ba" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4810975 -project-id = 429235 diff --git a/mods/fishing-bobber-detector.pw.toml b/mods/fishing-bobber-detector.pw.toml deleted file mode 100644 index ef69f28..0000000 --- a/mods/fishing-bobber-detector.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Create: Fishing Bobber Detector | Automatic Fishing with Create" -filename = "bobberdetector-forge1.20.1-1.0.2.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "4b29ff691959c2c46db2a75fb09e1d9e4a33ee2b" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6527814 -project-id = 897858 diff --git a/mods/flat-bedrock.pw.toml b/mods/flat-bedrock.pw.toml index b7ab924..40278ff 100644 --- a/mods/flat-bedrock.pw.toml +++ b/mods/flat-bedrock.pw.toml @@ -1,6 +1,6 @@ name = "Flat Bedrock" filename = "flatbedrock-forge-3.0.1-build.18+mc1.20.1.jar" -side = "both" +side = "server" [download] url = "https://cdn.modrinth.com/data/ZYLnkiVu/versions/PpXxqWu6/flatbedrock-forge-3.0.1-build.18%2Bmc1.20.1.jar" diff --git a/mods/flerovium.pw.toml b/mods/flerovium.pw.toml index 653e1d4..117700f 100644 --- a/mods/flerovium.pw.toml +++ b/mods/flerovium.pw.toml @@ -1,13 +1,13 @@ name = "Flerovium" filename = "flerovium-forge-1.20.1-1.2.14-all.jar" -side = "both" +side = "client" [download] -hash-format = "sha1" -hash = "4a6559c66e232f022d96d50fef908aee2ad4e175" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/4Rh1Mobu/versions/T8auyPMX/flerovium-forge-1.20.1-1.2.14-all.jar" +hash-format = "sha512" +hash = "b209dc5500bf5ea4079a8125ad2061a9bc622841d51c9d25a86fff08e3db52fd5ab500c69274ef84154f3eb485feaabc600db36f6c274af8c0b600e8a27ac151" [update] -[update.curseforge] -file-id = 6594072 -project-id = 1142875 +[update.modrinth] +mod-id = "4Rh1Mobu" +version = "T8auyPMX" diff --git a/mods/flib.pw.toml b/mods/flib.pw.toml deleted file mode 100644 index f0250d0..0000000 --- a/mods/flib.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "FLIB" -filename = "flib-1.20.1-0.0.15.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "39a45a151ca3843d03f25a5a038139a63a858489" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6369719 -project-id = 661261 diff --git a/mods/flower-seeds.pw.toml b/mods/flower-seeds.pw.toml deleted file mode 100644 index f5ca5eb..0000000 --- a/mods/flower-seeds.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Flower Seeds 2" -filename = "FlowerSeeds2-1.20.1-1.1.2.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "8411f3b23559e202af0154fcb0221f3bf5277ade" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4800977 -project-id = 445955 diff --git a/mods/flowerseeds.pw.toml b/mods/flowerseeds.pw.toml new file mode 100644 index 0000000..671a7af --- /dev/null +++ b/mods/flowerseeds.pw.toml @@ -0,0 +1,13 @@ +name = "Flower Seeds 2" +filename = "FlowerSeeds2-1.20.1-1.1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/UsgvKntP/versions/plLlRbcl/FlowerSeeds2-1.20.1-1.1.2.jar" +hash-format = "sha512" +hash = "ea16b9ab73edafd18bb85ee30ef118484e00422d57f414300b12c8c69c5fc39694c8c1bd60cec048f7beb6501ce254461ab28135a9b280c0ca30d032f18df1b8" + +[update] +[update.modrinth] +mod-id = "UsgvKntP" +version = "plLlRbcl" diff --git a/mods/forgified-fabric-api.pw.toml b/mods/forgified-fabric-api.pw.toml new file mode 100644 index 0000000..1b179b9 --- /dev/null +++ b/mods/forgified-fabric-api.pw.toml @@ -0,0 +1,13 @@ +name = "Forgified Fabric API" +filename = "fabric-api-0.92.2+1.11.12+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Aqlf1Shp/versions/qzoL6HjK/fabric-api-0.92.2%2B1.11.12%2B1.20.1.jar" +hash-format = "sha512" +hash = "1a9d391a1579ee9e59b5435c40c199fd5cf48d763e981a0893fcb5704edb9bb88014eb933a66b7eff1c57ba17b864a6dfe0b307c3b51296704a890ec354e0696" + +[update] +[update.modrinth] +mod-id = "Aqlf1Shp" +version = "qzoL6HjK" diff --git a/mods/framedblocks.pw.toml b/mods/framedblocks.pw.toml index bf5f5a7..965de39 100644 --- a/mods/framedblocks.pw.toml +++ b/mods/framedblocks.pw.toml @@ -1,13 +1,13 @@ name = "FramedBlocks" -filename = "FramedBlocks-9.4.1.jar" +filename = "FramedBlocks-9.4.2.jar" side = "both" [download] -hash-format = "sha1" -hash = "4dc6627ae7405643713523ea3275a5310b0e1131" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/wbgfS34j/versions/7rttes4D/FramedBlocks-9.4.2.jar" +hash-format = "sha512" +hash = "51229b5b63a2b631682a0702a8525bdf54e53a1ecb6410331086073aa058040cde9724304cf29bce08583bebdd0c2eb6f103cd192fc10b2f246d19af05701fc5" [update] -[update.curseforge] -file-id = 6297988 -project-id = 441647 +[update.modrinth] +mod-id = "wbgfS34j" +version = "7rttes4D" diff --git a/mods/freecam.pw.toml b/mods/freecam.pw.toml deleted file mode 100644 index 615afa8..0000000 --- a/mods/freecam.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -name = "Freecam" -filename = "freecam-forge-1.2.1+1.20.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/XeEZ3fK2/versions/bvoDmWip/freecam-forge-1.2.1%2B1.20.jar" -hash-format = "sha512" -hash = "14d5194c02d6281094efdc857e608b412cdb84ffbf94a06401c8509daa74914273e18224f05d9fe9bcea23fa70d5350c6edaf8bf657e58787f08a4553169c0d2" - -[update] -[update.modrinth] -mod-id = "XeEZ3fK2" -version = "bvoDmWip" - -[option] -optional = true -description = "A highly customizable freecam mod." -default = false \ No newline at end of file diff --git a/mods/fruits-delight.pw.toml b/mods/fruits-delight.pw.toml deleted file mode 100644 index ca4fc72..0000000 --- a/mods/fruits-delight.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Fruits Delight" -filename = "fruitsdelight-1.0.22.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "d7315736e324c6b9c74f659804a4eaced3bf3b63" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6500940 -project-id = 943774 diff --git a/mods/ftb-chunks-forge.pw.toml b/mods/ftb-chunks-forge.pw.toml deleted file mode 100644 index 4f30e9c..0000000 --- a/mods/ftb-chunks-forge.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "FTB Chunks (Forge)" -filename = "ftb-chunks-forge-2001.3.6.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "7fde7917655a3356cab92f17ad2bca34962c4928" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6431735 -project-id = 314906 diff --git a/mods/ftb-essentials.pw.toml b/mods/ftb-essentials.pw.toml deleted file mode 100644 index 8b794b2..0000000 --- a/mods/ftb-essentials.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "FTB Essentials (Forge & Fabric)" -filename = "ftb-essentials-forge-2001.2.3.jar" -side = "server" - -[download] -hash-format = "sha1" -hash = "460ec092156d6b457bd91dc463ac1ee49e22442d" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6555287 -project-id = 410811 diff --git a/mods/ftb-library-forge.pw.toml b/mods/ftb-library-forge.pw.toml deleted file mode 100644 index 3f23e8b..0000000 --- a/mods/ftb-library-forge.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "FTB Library (Forge)" -filename = "ftb-library-forge-2001.2.9.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "42639a90f91c79d6b323ede5e229a79c050f4dc7" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6164053 -project-id = 404465 diff --git a/mods/ftb-ranks-forge.pw.toml b/mods/ftb-ranks-forge.pw.toml deleted file mode 100644 index 2c18caa..0000000 --- a/mods/ftb-ranks-forge.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "FTB Ranks (Forge)" -filename = "ftb-ranks-forge-2001.1.7.jar" -side = "server" - -[download] -hash-format = "sha1" -hash = "1ef101b4c5991cc239d9b56a95500e3b404228f7" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6522073 -project-id = 314905 diff --git a/mods/ftb-teams-forge.pw.toml b/mods/ftb-teams-forge.pw.toml deleted file mode 100644 index a4a2f54..0000000 --- a/mods/ftb-teams-forge.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "FTB Teams (Forge)" -filename = "ftb-teams-forge-2001.3.1.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "c2af94e0b86631cb75daa8de2377ff72527651ca" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6130786 -project-id = 404468 diff --git a/mods/ftb-xmod-compat.pw.toml b/mods/ftb-xmod-compat.pw.toml deleted file mode 100644 index 11df043..0000000 --- a/mods/ftb-xmod-compat.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "FTB XMod Compat" -filename = "ftb-xmod-compat-forge-2.1.3.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "0584f628d2bc6a612d79dee368324357ebae1423" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6402486 -project-id = 889915 diff --git a/mods/functional-storage.pw.toml b/mods/functional-storage.pw.toml index 9be2921..6b91348 100644 --- a/mods/functional-storage.pw.toml +++ b/mods/functional-storage.pw.toml @@ -3,11 +3,11 @@ filename = "functionalstorage-1.20.1-1.2.13.jar" side = "both" [download] -hash-format = "sha1" -hash = "052a7a94e46dbad7955a316f496a187764ae46f0" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/cO40ZIg3/versions/qppl3Yso/functionalstorage-1.20.1-1.2.13.jar" +hash-format = "sha512" +hash = "0382d7d9bcf67c93d88cba1e6aa13cf3e80d01bde893f896103b0684a0bc76dc8c22398f4dd072e13366ca8895d22723e0791e50e930107ac957c239f108ab1f" [update] -[update.curseforge] -file-id = 6702553 -project-id = 556861 +[update.modrinth] +mod-id = "cO40ZIg3" +version = "qppl3Yso" diff --git a/mods/fusion-connected-textures.pw.toml b/mods/fusion-connected-textures.pw.toml index 61c1cd6..a3dad03 100644 --- a/mods/fusion-connected-textures.pw.toml +++ b/mods/fusion-connected-textures.pw.toml @@ -1,13 +1,13 @@ name = "Fusion (Connected Textures)" -filename = "fusion-1.2.7b-forge-mc1.20.1.jar" +filename = "fusion-1.2.8a-forge-mc1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/p19vrgc2/versions/2d50nhi5/fusion-1.2.7b-forge-mc1.20.1.jar" -hash-format = "sha1" -hash = "b2b22926e3a4aabb0638837caf620759ca97e7d3" +url = "https://cdn.modrinth.com/data/p19vrgc2/versions/t5BK347X/fusion-1.2.8a-forge-mc1.20.1.jar" +hash-format = "sha512" +hash = "bd14d1e5c06dd34b9814a41f94f3aa0f7c53256d10ad962740003efb6e2a2b15b717cc47b5aa96e291cc9f64ecb71a9a3b6db07b7fc3984cfab6784bbc592d8e" [update] [update.modrinth] mod-id = "p19vrgc2" -version = "2d50nhi5" +version = "t5BK347X" diff --git a/mods/fzzy-config.pw.toml b/mods/fzzy-config.pw.toml index aed5792..b99ceed 100644 --- a/mods/fzzy-config.pw.toml +++ b/mods/fzzy-config.pw.toml @@ -1,13 +1,13 @@ name = "Fzzy Config" -filename = "fzzy_config-0.7.0+1.20.1+forge.jar" +filename = "fzzy_config-0.7.1+1.20.1+forge.jar" side = "both" [download] -hash-format = "sha1" -hash = "7d8a48fbf677cd96fdd25f4dfb35557b6e37ab37" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/hYykXjDp/versions/OOPrShvY/fzzy_config-0.7.1%2B1.20.1%2Bforge.jar" +hash-format = "sha512" +hash = "071a286f739e2860cc8b7079fb7247b20b38450137beef1b55ab0478c010dc19a690d96aa89274dfdff09bc027b0c2ce052fea8ffbba3c1fef5ff2c8aafed2e2" [update] -[update.curseforge] -file-id = 6582106 -project-id = 1005914 +[update.modrinth] +mod-id = "hYykXjDp" +version = "OOPrShvY" diff --git a/mods/game-stages.pw.toml b/mods/game-stages.pw.toml deleted file mode 100644 index 7623064..0000000 --- a/mods/game-stages.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Game Stages" -filename = "GameStages-Forge-1.20.1-15.0.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/iAlZk5aS/versions/El97XbC9/GameStages-Forge-1.20.1-15.0.2.jar" -hash-format = "sha1" -hash = "e17306593188b9fd16170a9dc47a8e0051a9f1e7" - -[update] -[update.modrinth] -mod-id = "iAlZk5aS" -version = "El97XbC9" diff --git a/mods/geckoanimfix.pw.toml b/mods/geckoanimfix.pw.toml index 2400bb2..403025f 100644 --- a/mods/geckoanimfix.pw.toml +++ b/mods/geckoanimfix.pw.toml @@ -4,13 +4,8 @@ side = "client" [download] url = "https://cdn.modrinth.com/data/TbriQCWD/versions/uWXuMaW4/GeckoLibOculusCompat-Forge-1.0.1.jar" -hash-format = "sha1" -hash = "d5c91ae0cfade2672bf00628721da661a59930c5" - -[option] -optional = true -default = true -description = "Fixes GeckoLib animations not working if using a shaderpack with entity shadows. (Needs Oculus installed)" +hash-format = "sha512" +hash = "12c17477ad82bad2d80348732ee1e0d19cf1b68ca64527a251af46e664a8a5473bfba4262441d5bb0b5ff2b5f515df4387d4fce327d5906e3c3d073eb9bd9652" [update] [update.modrinth] diff --git a/mods/geckolib.pw.toml b/mods/geckolib.pw.toml index b572999..99bba4e 100644 --- a/mods/geckolib.pw.toml +++ b/mods/geckolib.pw.toml @@ -1,13 +1,13 @@ -name = "GeckoLib" +name = "Geckolib" filename = "geckolib-forge-1.20.1-4.7.2.jar" side = "both" [download] -hash-format = "sha1" -hash = "3626c6e40677f1db48edc81f4fdb16caf1dc1254" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/8BmcQJ2H/versions/AiVKLYep/geckolib-forge-1.20.1-4.7.2.jar" +hash-format = "sha512" +hash = "40aefbb89e4a65c1955bd05c13cb656c0902e545741770d9395037f6a87684e91676935e0d5b7be0419abd1599272fa3aa245dc3976208b82f568d994813e314" [update] -[update.curseforge] -file-id = 6658942 -project-id = 388172 +[update.modrinth] +mod-id = "8BmcQJ2H" +version = "AiVKLYep" diff --git a/mods/glassential-renewed.pw.toml b/mods/glassential-renewed.pw.toml index dc916cb..ecf093a 100644 --- a/mods/glassential-renewed.pw.toml +++ b/mods/glassential-renewed.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/kc9FSsYx/versions/SBkUxlpc/glassential-renewed-forge-1.20.1-2.4.4.jar" -hash-format = "sha1" -hash = "c8042247faf1cdd8d892c266ec363b57c77dc227" +hash-format = "sha512" +hash = "820080785a0c598de9308207c0c04f34a9e55236b40c8dc92fa2f6c6869ba3031eeb05b69a73eefb2507efcde9277256228f1d9db08288bc1c5930bf46f53f7d" [update] [update.modrinth] diff --git a/mods/glitchcore.pw.toml b/mods/glitchcore.pw.toml index 4c03df0..b20f588 100644 --- a/mods/glitchcore.pw.toml +++ b/mods/glitchcore.pw.toml @@ -3,11 +3,11 @@ filename = "GlitchCore-forge-1.20.1-0.0.1.1.jar" side = "both" [download] -hash-format = "sha1" -hash = "1a0aaf7c33b9acb26bf75899a43e8941cac1f6e7" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/s3dmwKy5/versions/pYPZ5MNI/GlitchCore-forge-1.20.1-0.0.1.1.jar" +hash-format = "sha512" +hash = "f4d9ec11b9604f59552cbecf4099600e7adef993cff37af0badac29505bd47aa9615acd140ee808b51754b048c2d61e2f942f656ff391df1e080cbffdfec5112" [update] -[update.curseforge] -file-id = 5787839 -project-id = 955399 +[update.modrinth] +mod-id = "s3dmwKy5" +version = "pYPZ5MNI" diff --git a/mods/glodium.pw.toml b/mods/glodium.pw.toml deleted file mode 100644 index cabea58..0000000 --- a/mods/glodium.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Glodium" -filename = "Glodium-1.20-1.5-forge.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "c7534db3248adfcf39a6158b423dfc9bfc99a378" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 5226922 -project-id = 957920 diff --git a/mods/grabby-mobs.pw.toml b/mods/grabby-mobs.pw.toml index 66e7cb4..7179697 100644 --- a/mods/grabby-mobs.pw.toml +++ b/mods/grabby-mobs.pw.toml @@ -4,8 +4,8 @@ side = "server" [download] url = "https://cdn.modrinth.com/data/O6Sh7btX/versions/jeoBVRvR/grabbymobs-1.20.1-1.6.jar" -hash-format = "sha1" -hash = "e72f81403fe5197ce2583d43a01f7b77636d8381" +hash-format = "sha512" +hash = "dca95e67d1f7197c8e89314a47d9af65182b9696841eb10b0cae2eeb7095e65284bcc22625451f294fd82a5d0a62bd84fb9d2aaa61a759aea542f3500183ab80" [update] [update.modrinth] diff --git a/mods/gravestone-mod.pw.toml b/mods/gravestone-mod.pw.toml index 7f9981b..19661fa 100644 --- a/mods/gravestone-mod.pw.toml +++ b/mods/gravestone-mod.pw.toml @@ -1,13 +1,13 @@ name = "GraveStone Mod" -filename = "gravestone-forge-1.20.1-1.0.31.jar" +filename = "gravestone-forge-1.20.1-1.0.32.jar" side = "both" [download] -hash-format = "sha1" -hash = "61d5a2b6c5bda6c86310485b19455e27a648478b" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/RYtXKJPr/versions/kSpC0ysX/gravestone-forge-1.20.1-1.0.32.jar" +hash-format = "sha512" +hash = "c145bceae02a604e30e6fb324353a4319b71ae79c902f40fde2dd17ec1c4f395407fc0874c2dd75b1bde7d1b5fd4ad8a8e09ba85ccdcfe04209ee3b45fbe78be" [update] -[update.curseforge] -file-id = 6736256 -project-id = 238551 +[update.modrinth] +mod-id = "RYtXKJPr" +version = "kSpC0ysX" diff --git a/mods/gravestone-x-curios-api-compat.pw.toml b/mods/gravestone-x-curios-api-compat.pw.toml index 52a2771..1c753c1 100644 --- a/mods/gravestone-x-curios-api-compat.pw.toml +++ b/mods/gravestone-x-curios-api-compat.pw.toml @@ -1,13 +1,13 @@ name = "Gravestone x Curios API Compat" filename = "gravestonecurioscompat-1.20.x-Forge-3.0.0.jar" -side = "both" +side = "server" [download] -hash-format = "sha1" -hash = "a563c0daf8ec490eb56426fc0f440adc31e628d8" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/NaiL8bPN/versions/jkxbFNyf/gravestonecurioscompat-1.20.x-Forge-3.0.0.jar" +hash-format = "sha512" +hash = "5e6114fc9f3efc9e468ff6fc5665190356d4b53c5cd73331df174d61e1c3f4b11b7e3c812253f9b6a03b3c808b06796b3402d71f9510a524e94238fdc95e63fc" [update] -[update.curseforge] -file-id = 6544424 -project-id = 1139062 +[update.modrinth] +mod-id = "NaiL8bPN" +version = "jkxbFNyf" diff --git a/mods/guard-villagers.pw.toml b/mods/guard-villagers.pw.toml deleted file mode 100644 index b4677ff..0000000 --- a/mods/guard-villagers.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Guard Villagers" -filename = "guardvillagers-1.20.1-1.6.10.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/H1sntfo8/versions/SPPdFnqa/guardvillagers-1.20.1-1.6.10.jar" -hash-format = "sha512" -hash = "b5c087b93a6bb4b42f7ee3bfe027e9642740ed03f6a98229aaf4a9111498956451b4aba264e0d883b2cb6b71b7d25bdaf3bc8452474cd07af00cbbe5ba066018" - -[update] -[update.modrinth] -mod-id = "H1sntfo8" -version = "SPPdFnqa" diff --git a/mods/gui-clock.pw.toml b/mods/gui-clock.pw.toml new file mode 100644 index 0000000..9c8a275 --- /dev/null +++ b/mods/gui-clock.pw.toml @@ -0,0 +1,13 @@ +name = "GUI Clock" +filename = "guiclock-1.20.1-4.7.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/g1yXisD2/versions/2bQaZYoX/guiclock-1.20.1-4.7.jar" +hash-format = "sha512" +hash = "e502fc0af40096343369d3033b11046946f4705ec5e236ad0137a6750c26c3d35914202e11d47ab946097fc6f371067c6d151a75965a59d04417be00019f4aeb" + +[update] +[update.modrinth] +mod-id = "g1yXisD2" +version = "2bQaZYoX" diff --git a/mods/gui-compass.pw.toml b/mods/gui-compass.pw.toml new file mode 100644 index 0000000..f5c8a5a --- /dev/null +++ b/mods/gui-compass.pw.toml @@ -0,0 +1,13 @@ +name = "GUI Compass" +filename = "guicompass-1.20.1-4.9.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/ZORMkttv/versions/9DiaGkWm/guicompass-1.20.1-4.9.jar" +hash-format = "sha512" +hash = "4f24b965d8fee065de0550a92e1fd8f11670306265bef749083dfac5709ed7eca60a673b87fa508b02d6339f93cec54838297bc98cd90f59b6f2b69c6439fbac" + +[update] +[update.modrinth] +mod-id = "ZORMkttv" +version = "9DiaGkWm" diff --git a/mods/guide-api-village-and-pillage.pw.toml b/mods/guide-api-village-and-pillage.pw.toml deleted file mode 100644 index 8ad11c0..0000000 --- a/mods/guide-api-village-and-pillage.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Guide-API Village and Pillage" -filename = "Guide-API-VP-1.20.1-2.2.6.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "e1994e3be4a6bc18b269df0f311664cd1cacae1d" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4799858 -project-id = 380771 diff --git a/mods/guideme.pw.toml b/mods/guideme.pw.toml deleted file mode 100644 index 5371df0..0000000 --- a/mods/guideme.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "GuideME" -filename = "guideme-20.1.11.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/Ck4E7v7R/versions/mfDRKud3/guideme-20.1.11.jar" -hash-format = "sha512" -hash = "614c00ebaa8ce6430f3bcd91ad3256cd9443af9c7ca7dc9784a901ab110b71c7e31375e51836f3551445dd42d1494160b0c57b03170cd9f964bf10255c8307b5" - -[update] -[update.modrinth] -mod-id = "Ck4E7v7R" -version = "mfDRKud3" diff --git a/mods/highlight.pw.toml b/mods/highlight.pw.toml index e7ee9db..4c00bae 100644 --- a/mods/highlight.pw.toml +++ b/mods/highlight.pw.toml @@ -4,8 +4,8 @@ side = "client" [download] url = "https://cdn.modrinth.com/data/Vz96hXMh/versions/CJKpdSjT/highlight-forge-1.20-2.0.1.jar" -hash-format = "sha1" -hash = "f0cbbdf1b0510cfbc38453d4fd411b8a915e3457" +hash-format = "sha512" +hash = "3a4a5459d3df8da1c49f61a78863f9414b6ac2e4fd9d61fdb28dca4300c750131088a8dafd189db3ef9b84a35ee56dbea3b325fb1f3d994b840873eb780e1f15" [update] [update.modrinth] diff --git a/mods/horde-moon.pw.toml b/mods/horde-moon.pw.toml new file mode 100644 index 0000000..cce0f8b --- /dev/null +++ b/mods/horde-moon.pw.toml @@ -0,0 +1,13 @@ +name = "Horde Moon" +filename = "ZombieMoon-1.20-1.0.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ir4RqbYg/versions/L9gjIcCk/ZombieMoon-1.20-1.0.1.jar" +hash-format = "sha512" +hash = "3656e04c971ef8d3fa923923575dde5463cf2f99dc97817e5267ef807a8520845f81d5d809e93edeffd32a1bc820089c3df952a42f13c4c9f2607fd4bfa48076" + +[update] +[update.modrinth] +mod-id = "ir4RqbYg" +version = "L9gjIcCk" diff --git a/mods/hourglass.pw.toml b/mods/hourglass.pw.toml index 35bec0d..aa6f272 100644 --- a/mods/hourglass.pw.toml +++ b/mods/hourglass.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/1ZqmoFFP/versions/G7VDa3zX/hourglass-1.20-1.2.1.1.jar" -hash-format = "sha1" -hash = "d7e6bf68eab1471e27573372a2bcf07d3744987d" +hash-format = "sha512" +hash = "451720aa35cc7df4a3de0d971b2933863fc93379751ad0e6bce03de065db2d7ea878271ff753f2d2ca03075218e57019af1cfeae707aa5e3fca8d773d82315a6" [update] [update.modrinth] diff --git a/mods/hypertube.pw.toml b/mods/hypertube.pw.toml index bd86145..45db884 100644 --- a/mods/hypertube.pw.toml +++ b/mods/hypertube.pw.toml @@ -1,13 +1,13 @@ name = "Create: Hypertubes" -filename = "create_hypertube-0.2.2-FORGE.jar" +filename = "create_hypertube-0.2.3-FORGE.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/ATDdrG1y/versions/T03ljNLM/create_hypertube-0.2.2-FORGE.jar" +url = "https://cdn.modrinth.com/data/ATDdrG1y/versions/29xx8WYd/create_hypertube-0.2.3-FORGE.jar" hash-format = "sha512" -hash = "ac6f3166b72a88cf26a215ca02e9a4d156b0e35432c318311d02671b5be5df84f8a114136c2880853e61059cd3dc0755f6d778fbaa6e7ee24735242ac7dada1e" +hash = "a68a604423b609e699b0bd1b0588e04b0e0b946af40ca654e203cb89f4fddcac2c980f233240fe1507bb172f35e5ebac0c2f9bdbe3a0312abbc47c9ecdfabf18" [update] [update.modrinth] mod-id = "ATDdrG1y" -version = "T03ljNLM" +version = "29xx8WYd" diff --git a/mods/iceberg.pw.toml b/mods/iceberg.pw.toml index 8cfc9f2..bcd1870 100644 --- a/mods/iceberg.pw.toml +++ b/mods/iceberg.pw.toml @@ -1,11 +1,11 @@ name = "Iceberg" filename = "Iceberg-1.20.1-forge-1.1.25.jar" -side = "both" +side = "client" [download] url = "https://cdn.modrinth.com/data/5faXoLqX/versions/BQ8rJPXV/Iceberg-1.20.1-forge-1.1.25.jar" -hash-format = "sha1" -hash = "d551ff55814cfb01403b812459ee5a02b020d87b" +hash-format = "sha512" +hash = "8612097a014fcd6343a092cfeddb0e9d57c5a665b9ac61603a7760d156abd048ac548db55e750b369700b0475661e554f4b92b44677edf07574d4f9ffa42558c" [update] [update.modrinth] diff --git a/mods/illager-invasion.pw.toml b/mods/illager-invasion.pw.toml deleted file mode 100644 index d3f4526..0000000 --- a/mods/illager-invasion.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Illager Invasion" -filename = "IllagerInvasion-v8.0.7-1.20.1-Forge.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "103953f4bf3d5a4a344ec5317d510ac90a25badc" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6192869 -project-id = 891324 diff --git a/mods/immediatelyfast.pw.toml b/mods/immediatelyfast.pw.toml deleted file mode 100644 index 1f022c0..0000000 --- a/mods/immediatelyfast.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "ImmediatelyFast" -filename = "ImmediatelyFast-Forge-1.5.0+1.20.4.jar" -side = "client" - -[download] -hash-format = "sha1" -hash = "653fb9d1ce673b9987b18dfc0a9db4b9cb48d1de" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6312293 -project-id = 686911 diff --git a/mods/immersive-aircraft.pw.toml b/mods/immersive-aircraft.pw.toml index fb5aeac..21dd658 100644 --- a/mods/immersive-aircraft.pw.toml +++ b/mods/immersive-aircraft.pw.toml @@ -1,13 +1,13 @@ -name = "Immersive Aircraft [Fabric/Forge]" -filename = "immersive_aircraft-1.2.2+1.20.1-forge.jar" +name = "Immersive Aircraft" +filename = "immersive_aircraft-1.3.3+1.20.1-forge.jar" side = "both" [download] -hash-format = "sha1" -hash = "5f1c9fb4a9825557a951bd5f97465fe44fc01df7" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/x3HZvrj6/versions/GsVmbbkj/immersive_aircraft-1.3.3%2B1.20.1-forge.jar" +hash-format = "sha512" +hash = "7b74442e161bb74538e0d8da34a81616daeea56a0da62db86113a78b3bf3c2b3a6b0e12f12454fd7c96092762f6b212ba57cb87eb1af2b242a4d5df4eca03055" [update] -[update.curseforge] -file-id = 6316345 -project-id = 666014 +[update.modrinth] +mod-id = "x3HZvrj6" +version = "GsVmbbkj" diff --git a/mods/immersive-furniture.pw.toml b/mods/immersive-furniture.pw.toml deleted file mode 100644 index 717ba52..0000000 --- a/mods/immersive-furniture.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Immersive Furniture" -filename = "immersive_furniture-forge-0.0.4+1.20.1.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "3c56798c7fd316ce53232fd1dd29c510ff88c8b6" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6704759 -project-id = 1283531 diff --git a/mods/immersive-paintings.pw.toml b/mods/immersive-paintings.pw.toml index 89d410f..dcd6f61 100644 --- a/mods/immersive-paintings.pw.toml +++ b/mods/immersive-paintings.pw.toml @@ -1,13 +1,13 @@ -name = "Immersive Paintings [Fabric/Forge]" +name = "Immersive Paintings" filename = "immersive_paintings-0.6.8+1.20.1-forge.jar" side = "both" [download] -hash-format = "sha1" -hash = "f3a464ae2cb3173c7a7b765b4b9e61591f71833c" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/6txNkua3/versions/vvLA2zs9/immersive_paintings-0.6.8%2B1.20.1-forge.jar" +hash-format = "sha512" +hash = "2e0e73eadc2bdb5bfcac43945f87678799475d3c9be33c419abefe0ba59d3d97d8644d7270cdb661fdf4484af7190a8f7849b050d5f055e7b744eab89ada9f78" [update] -[update.curseforge] -file-id = 6672642 -project-id = 639584 +[update.modrinth] +mod-id = "6txNkua3" +version = "vvLA2zs9" diff --git a/mods/infused-foods.pw.toml b/mods/infused-foods.pw.toml index 40b6189..15c61b7 100644 --- a/mods/infused-foods.pw.toml +++ b/mods/infused-foods.pw.toml @@ -3,11 +3,11 @@ filename = "infusedfoods-1.20.1-10.0.0.jar" side = "both" [download] -hash-format = "sha1" -hash = "566e9214aae960db4b94120659d4c1644ee92ebc" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/QinxcGwM/versions/aQTOpWkN/infusedfoods-1.20.1-10.0.0.jar" +hash-format = "sha512" +hash = "32ede6f3e6bf5b02abc731c8dd547b5bbeff26385a648e281b4e04de25152036e4ae1f4a6311d6060da2910e0b992773c4a4b32e8ba8b57c93e8e4ff4b5f01b4" [update] -[update.curseforge] -file-id = 4702172 -project-id = 629292 +[update.modrinth] +mod-id = "QinxcGwM" +version = "aQTOpWkN" diff --git a/mods/insanelib.pw.toml b/mods/insanelib.pw.toml deleted file mode 100644 index 76cb1e5..0000000 --- a/mods/insanelib.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "InsaneLib" -filename = "insanelib-1.21.12.jar" -side = "server" - -[download] -url = "https://cdn.modrinth.com/data/USZyvOJq/versions/UcJAaIpB/insanelib-1.21.12.jar" -hash-format = "sha512" -hash = "ca0d26e6d99f22370d82158981acb18f82eb5bb926fcb966ae22356618cd0226ac3c507585fcea46cdf6fb7448f0885ae1c87247093e450dd6843210daaf73ac" - -[update] -[update.modrinth] -mod-id = "USZyvOJq" -version = "UcJAaIpB" diff --git a/mods/interiors.pw.toml b/mods/interiors.pw.toml index 0a9a96a..be2fe67 100644 --- a/mods/interiors.pw.toml +++ b/mods/interiors.pw.toml @@ -3,11 +3,11 @@ filename = "interiors-0.5.6+forge-mc1.20.1-local.jar" side = "both" [download] -hash-format = "sha1" -hash = "5f46c829dc012138faa1191d97ef79c7569b53a1" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/r4Knci2k/versions/sFv3NBS4/interiors-0.5.6%2Bforge-mc1.20.1-local.jar" +hash-format = "sha512" +hash = "1c84e2a566cc03fc88fc27a55dcbac7a85f91781c73a8993c9761ac94b13eef93b04a89ffecb75d94a07e367ee09e78d2f8dc1e99a06163fc60cddef708d91a7" [update] -[update.curseforge] -file-id = 6301533 -project-id = 906239 +[update.modrinth] +mod-id = "r4Knci2k" +version = "sFv3NBS4" diff --git a/mods/inventory-essentials.pw.toml b/mods/inventory-essentials.pw.toml index 33eb92a..cb582ba 100644 --- a/mods/inventory-essentials.pw.toml +++ b/mods/inventory-essentials.pw.toml @@ -1,18 +1,13 @@ name = "Inventory Essentials" -filename = "inventoryessentials-forge-1.20.1-8.2.7.jar" +filename = "inventoryessentials-forge-1.20.1-8.2.8.jar" side = "both" [download] -hash-format = "sha1" -hash = "bb25a09a4a01682cec6760e57b2dd6033fde0cf6" -mode = "metadata:curseforge" - -[option] -optional = true -default = true -description = "Basic inventory tweaks. Lightweight and compatible." +url = "https://cdn.modrinth.com/data/Boon8xwi/versions/cTEq5KLy/inventoryessentials-forge-1.20.1-8.2.8.jar" +hash-format = "sha512" +hash = "8c9cbcae6983a4a8c574b8f3985e81dc0783b6af4822ca1cb958f64a81f8e3c91a45209f4ca342f7c7e575841250472d127de0c1414ae2581c8770f4cb930bb2" [update] -[update.curseforge] -file-id = 6179249 -project-id = 368825 +[update.modrinth] +mod-id = "Boon8xwi" +version = "cTEq5KLy" diff --git a/mods/inventory-profiles-next.pw.toml b/mods/inventory-profiles-next.pw.toml deleted file mode 100644 index 1ebebbf..0000000 --- a/mods/inventory-profiles-next.pw.toml +++ /dev/null @@ -1,20 +0,0 @@ -name = "Inventory Profiles Next" -filename = "InventoryProfilesNext-forge-1.20-1.10.14.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/O7RBXm3n/versions/WiFQ8Cj2/InventoryProfilesNext-forge-1.20-1.10.14.jar" -hash-format = "sha1" -hash = "f733fc7a3a97277ff4a897e9f55bb01cecc47209" - - -[option] -optional = true -default = false -description = "Take control over your inventory. Sort. Move matching Items. Throw all. Locked slots. Gear sets! And much more. (Needs libIPN)" - - -[update] -[update.modrinth] -mod-id = "O7RBXm3n" -version = "WiFQ8Cj2" diff --git a/mods/inventory-sorter.pw.toml b/mods/inventory-sorter.pw.toml deleted file mode 100644 index 76a84b8..0000000 --- a/mods/inventory-sorter.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Inventory Sorter" -filename = "inventorysorter-1.20.1-23.0.8.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "36565103f478245ac1da7f4d7c8f2dfda5702f12" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 5979609 -project-id = 240633 diff --git a/mods/item-collectors.pw.toml b/mods/item-collectors.pw.toml deleted file mode 100644 index 45aaee7..0000000 --- a/mods/item-collectors.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Item Collectors" -filename = "itemcollectors-1.1.10-forge-mc1.20.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/y9vDr4Th/versions/UQ2T8KDU/itemcollectors-1.1.10-forge-mc1.20.jar" -hash-format = "sha512" -hash = "f7038842870605c1696ae2e3fe0e031387d03a5a6714df2339dc48434a4a19c058836269e8dce2195bd62a7a4d4e35c907dbb8d7acc25917c554baabb341b1b6" - -[update] -[update.modrinth] -mod-id = "y9vDr4Th" -version = "UQ2T8KDU" diff --git a/mods/itemphysic.pw.toml b/mods/itemphysic.pw.toml index 6d6dc19..2f851db 100644 --- a/mods/itemphysic.pw.toml +++ b/mods/itemphysic.pw.toml @@ -1,13 +1,13 @@ -name = "ItemPhysic Full" +name = "ItemPhysic" filename = "ItemPhysic_FORGE_v1.8.7_mc1.20.1.jar" side = "both" [download] -hash-format = "sha1" -hash = "97fcd27e8a88fca71ba92bd3e4f2f5ce77d447ee" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/aT8BzaOj/versions/PfKluHbn/ItemPhysic_FORGE_v1.8.7_mc1.20.1.jar" +hash-format = "sha512" +hash = "4e2f595a9437978970b05bba5f610b231ca5570567b0a61468a442c0a9f97144d77d89425d24dac9c6d9837a17e1748b3a085a36e2b570aae138f787b51f3be9" [update] -[update.curseforge] -file-id = 6450992 -project-id = 258587 +[update.modrinth] +mod-id = "aT8BzaOj" +version = "PfKluHbn" diff --git a/mods/jade-addons-forge.pw.toml b/mods/jade-addons-forge.pw.toml index fe87773..0c08478 100644 --- a/mods/jade-addons-forge.pw.toml +++ b/mods/jade-addons-forge.pw.toml @@ -11,8 +11,3 @@ hash = "a11d4604453f7aa7cbeafcd2b399c7e39e66a5b38cccdbc7ad7dbce3f79f0a632568d286 [update.modrinth] mod-id = "xuDOzCLy" version = "AvIT9ADi" - -[option] -optional = true -description = "Jade 🔍's additional mod supports for Neo/Forge" -default = true \ No newline at end of file diff --git a/mods/jade.pw.toml b/mods/jade.pw.toml index 7cb5781..a9cbab7 100644 --- a/mods/jade.pw.toml +++ b/mods/jade.pw.toml @@ -11,8 +11,3 @@ hash = "3b8c4e273b70c30781accb27b3c307e9a8f676c2f3e6987fb9864588c4c0b93cbfd20bbc [update.modrinth] mod-id = "nvQzSEkH" version = "9gf6jOO0" - -[option] -optional = true -description = "Shows information about what you are looking at." -default = true \ No newline at end of file diff --git a/mods/jadecolonies.pw.toml b/mods/jadecolonies.pw.toml index d6a78c0..cdf861e 100644 --- a/mods/jadecolonies.pw.toml +++ b/mods/jadecolonies.pw.toml @@ -11,9 +11,3 @@ mode = "metadata:curseforge" [update.curseforge] file-id = 5048697 project-id = 882310 - - -[option] -optional = true -description = "Addon for Jade 🔍 that adds support for MineColonies" -default = true diff --git a/mods/jaopca.pw.toml b/mods/jaopca.pw.toml index 9a0b85f..87d2be7 100644 --- a/mods/jaopca.pw.toml +++ b/mods/jaopca.pw.toml @@ -3,11 +3,11 @@ filename = "JAOPCA-1.20.1-4.4.16.31.jar" side = "both" [download] -hash-format = "sha1" -hash = "cf37efb261359df515a113f504424334984c1970" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/P48mHi2j/versions/eqKSVcr0/JAOPCA-1.20.1-4.4.16.31.jar" +hash-format = "sha512" +hash = "1bca7b533f9bc98e0ddcb05413af793a70fc2f507c9bb87d6d3b0d45a58e6c9f82f9d38be2395d17213852c795990ba29a21594126cf767c3d0abe04f30e9a3a" [update] -[update.curseforge] -file-id = 6703518 -project-id = 266936 +[update.modrinth] +mod-id = "P48mHi2j" +version = "eqKSVcr0" diff --git a/mods/jcplugin.pw.toml b/mods/jcplugin.pw.toml deleted file mode 100644 index a64d4fa..0000000 --- a/mods/jcplugin.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "JCPlugin" -filename = "JCPlugin-1.17.x-1.20.x-4.0.4-Forge.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "9fd902aa2fd1e42fcb04fed1cfe7f6bf1a2e4bea" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4573148 -project-id = 659192 diff --git a/mods/journeymap-integration.pw.toml b/mods/journeymap-integration.pw.toml index 86b8bef..6351751 100644 --- a/mods/journeymap-integration.pw.toml +++ b/mods/journeymap-integration.pw.toml @@ -1,13 +1,13 @@ name = "JourneyMap Integration" filename = "jmi-forge-1.20.1-0.14-48.jar" -side = "both" +side = "client" [download] -hash-format = "sha1" -hash = "f2be323d589b953eaa303f8b74913831a5a9b77b" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/M1ZKbfkJ/versions/BBbIV2h1/jmi-forge-1.20.1-0.14-48.jar" +hash-format = "sha512" +hash = "a7edd83e45b56cc3704aaa6a00e934541073ff81e7dc4e2e30623c29048a32df81c6f7f13e43da1443463ccbac9e056144d8672260762a83b7556123c8152092" [update] -[update.curseforge] -file-id = 5510356 -project-id = 525447 +[update.modrinth] +mod-id = "M1ZKbfkJ" +version = "BBbIV2h1" diff --git a/mods/journeymap.pw.toml b/mods/journeymap.pw.toml index 655bbe5..d19424e 100644 --- a/mods/journeymap.pw.toml +++ b/mods/journeymap.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/lfHFW1mp/versions/r7FWVNCs/journeymap-1.20.1-5.10.3-forge.jar" -hash-format = "sha1" -hash = "fdd97a782bdc6d0e28a851a9715abb190df47aa6" +hash-format = "sha512" +hash = "9d9892ab5775755fb09cc1fb31d77c712abe781c735bb67642257b4f7aa4607e269a157090d70f8a651d9f5b58ad78afa3b3c9cf30b3745d43f4c0bc7759b990" [update] [update.modrinth] diff --git a/mods/joy-of-painting.pw.toml b/mods/joy-of-painting.pw.toml index 207707e..fa0c40d 100644 --- a/mods/joy-of-painting.pw.toml +++ b/mods/joy-of-painting.pw.toml @@ -3,11 +3,11 @@ filename = "xercapaint-1.20.1-1.0.1.jar" side = "both" [download] -hash-format = "sha1" -hash = "d8447a6f13406c0be84ac3037210a97b44158539" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/YOs4tZea/versions/Ia6GOvCO/xercapaint-1.20.1-1.0.1.jar" +hash-format = "sha512" +hash = "d5a567605847400dc9c4e413da436c343867f3f3a5f38d62fdfcd9f2622a599ac6513d821fb3dd0e4f19b417d3045f6d23d986bc7b7c5256e63b214522bbf06f" [update] -[update.curseforge] -file-id = 5591990 -project-id = 350727 +[update.modrinth] +mod-id = "YOs4tZea" +version = "Ia6GOvCO" diff --git a/mods/just-enough-effect-descriptions-jeed.pw.toml b/mods/just-enough-effect-descriptions-jeed.pw.toml deleted file mode 100644 index 90472d7..0000000 --- a/mods/just-enough-effect-descriptions-jeed.pw.toml +++ /dev/null @@ -1,19 +0,0 @@ -name = "Just Enough Effect Descriptions (JEED)" -filename = "jeed-1.20-2.2.5.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/EO27GKs1/versions/jHYonbva/jeed-1.20-2.2.5.jar" -hash-format = "sha1" -hash = "9f6b1884ad8b81c0e8796daf7871eeb54271f27b" - -[option] -optional = true -default = false -description = "JEI plugin that displays information on all status effects" - - -[update] -[update.modrinth] -mod-id = "EO27GKs1" -version = "jHYonbva" diff --git a/mods/justenoughbreeding.pw.toml b/mods/justenoughbreeding.pw.toml index a58c300..f9df610 100644 --- a/mods/justenoughbreeding.pw.toml +++ b/mods/justenoughbreeding.pw.toml @@ -4,13 +4,8 @@ side = "client" [download] url = "https://cdn.modrinth.com/data/9Pk89J3g/versions/TGUwLPfr/justenoughbreeding-forge-1.20-1.20.1-1.5.0.jar" -hash-format = "sha1" -hash = "9521743b4635610f16ff5a0db9f46acee816969e" - -[option] -optional = true -default = false -description = "JEI/REI/EMI plugin that displays breeding information" +hash-format = "sha512" +hash = "b495ae85a83f2a7b03fa90b5bcdbffe1104507dc484b00e005b1f3d5910726ec3cabc73e8145956513dd691c3c84187caef16c8ec6be56fc8d31095a5b203b8e" [update] [update.modrinth] diff --git a/mods/kleeslabs.pw.toml b/mods/kleeslabs.pw.toml index 7eb02a9..0f57cd2 100644 --- a/mods/kleeslabs.pw.toml +++ b/mods/kleeslabs.pw.toml @@ -1,13 +1,13 @@ name = "KleeSlabs" -filename = "kleeslabs-forge-1.20.1-15.0.6.jar" -side = "both" +filename = "kleeslabs-forge-1.20.1-15.0.8.jar" +side = "server" [download] -hash-format = "sha1" -hash = "e7d966ecf207ef4baa7602d09664b45f97211f27" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/7uh75ruZ/versions/u0OuPBOa/kleeslabs-forge-1.20.1-15.0.8.jar" +hash-format = "sha512" +hash = "e311f5fc1fc4d827d35945c364aa757a48492caefb4ae84bbeb1b68e3bccf5713b17702ed230f43deeef42f46b5f537f434b554b04231e91cd2fbb0c36064e82" [update] -[update.curseforge] -file-id = 6226684 -project-id = 241895 +[update.modrinth] +mod-id = "7uh75ruZ" +version = "u0OuPBOa" diff --git a/mods/konkrete.pw.toml b/mods/konkrete.pw.toml deleted file mode 100644 index 03f1b78..0000000 --- a/mods/konkrete.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Konkrete [Forge/NeoForge]" -filename = "konkrete_forge_1.8.0_MC_1.20-1.20.1.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "2019d821bed9071daabed43979433a5473ceee49" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 5028413 -project-id = 410295 diff --git a/mods/krypton-reforged.pw.toml b/mods/krypton-reforged.pw.toml deleted file mode 100644 index 9139182..0000000 --- a/mods/krypton-reforged.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Krypton Reforged" -filename = "KryptonReforged-0.2.3.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "92690482dad46a8c9cf28e4b6b26e49f4dc67095" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4606534 -project-id = 549394 diff --git a/mods/kubejs-additions.pw.toml b/mods/kubejs-additions.pw.toml index 5be68b0..b79e7d1 100644 --- a/mods/kubejs-additions.pw.toml +++ b/mods/kubejs-additions.pw.toml @@ -3,11 +3,11 @@ filename = "kubejsadditions-forge-4.3.4.jar" side = "both" [download] -hash-format = "sha1" -hash = "c2720e589a292d5d168ef71a57f5dc3436db96b1" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/BZemjxZb/versions/6D8WV9Cf/kubejsadditions-forge-4.3.4.jar" +hash-format = "sha512" +hash = "08f6426ab4466573ac7c4407d78df113c6ed88643cfd71c078382f2677c68db8b59c57aeee6c792cef0fefa16f7f7cba7912f73610de417d2fbed908201784cf" [update] -[update.curseforge] -file-id = 6302185 -project-id = 594387 +[update.modrinth] +mod-id = "BZemjxZb" +version = "6D8WV9Cf" diff --git a/mods/kubejs-ars-nouveau.pw.toml b/mods/kubejs-ars-nouveau.pw.toml index ac6c1af..0c571be 100644 --- a/mods/kubejs-ars-nouveau.pw.toml +++ b/mods/kubejs-ars-nouveau.pw.toml @@ -4,10 +4,10 @@ side = "both" [download] hash-format = "sha1" -hash = "e54620c7e9879768d947827325f1e133b75c283d" +hash = "4f9ea0636f208d3f7ab5b8fe609a943889d32d75" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4920407 +file-id = 4862554 project-id = 833926 diff --git a/mods/kubejs-create.pw.toml b/mods/kubejs-create.pw.toml index ba5cae5..2eb066e 100644 --- a/mods/kubejs-create.pw.toml +++ b/mods/kubejs-create.pw.toml @@ -3,11 +3,11 @@ filename = "kubejs-create-forge-2001.3.0-build.8.jar" side = "both" [download] -hash-format = "sha1" -hash = "cbeb6643d1cea979a7e01c87cfb08b9210a1c393" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/T38eAZQC/versions/5vppyenb/kubejs-create-forge-2001.3.0-build.8.jar" +hash-format = "sha512" +hash = "1c6fa2b3dc52683bdf124ebfc507ad5adb5f1ceb147181466be4e495bc6eab1411976911477df538369ff2529607cb73bf3b4a05a8ed2f24804f4891d7635981" [update] -[update.curseforge] -file-id = 6265498 -project-id = 429371 +[update.modrinth] +mod-id = "T38eAZQC" +version = "5vppyenb" diff --git a/mods/kubejs.pw.toml b/mods/kubejs.pw.toml index f05622f..9f21a92 100644 --- a/mods/kubejs.pw.toml +++ b/mods/kubejs.pw.toml @@ -3,11 +3,11 @@ filename = "kubejs-forge-2001.6.5-build.16.jar" side = "both" [download] -hash-format = "sha1" -hash = "93fcf0eacc5dc08a4f719eaaed1dc93f0dc80f66" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/umyGl7zF/versions/g5igndAv/kubejs-forge-2001.6.5-build.16.jar" +hash-format = "sha512" +hash = "819f730d2a9d980bb246d30d67793f06f6a1608381c7ce3577cf25e70dd3d595271f8fcfbf3ae037168842f660e79e49846756bd18c79793b310ff18ab826cbd" [update] -[update.curseforge] -file-id = 5853326 -project-id = 238086 +[update.modrinth] +mod-id = "umyGl7zF" +version = "g5igndAv" diff --git a/mods/labels.pw.toml b/mods/labels.pw.toml index a3203e4..1a9ddff 100644 --- a/mods/labels.pw.toml +++ b/mods/labels.pw.toml @@ -3,11 +3,11 @@ filename = "labels-1.20-2.0.0.jar" side = "both" [download] -hash-format = "sha1" -hash = "884db2252492f0ba38f48b2da3d0b11f2e9a644e" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/x6r7yhfi/versions/euTZP75U/labels-1.20-2.0.0.jar" +hash-format = "sha512" +hash = "a069d8670bc6747b446bf2de1b917145112b33ab0734983bcb6810a984d026a5edb28f75a3424dbccc3299d2ffe08513c5668aa5c3658ee7a696f692ad30f3fd" [update] -[update.curseforge] -file-id = 6201654 -project-id = 688223 +[update.modrinth] +mod-id = "x6r7yhfi" +version = "euTZP75U" diff --git a/mods/leaves-be-gone.pw.toml b/mods/leaves-be-gone.pw.toml index f081f8e..26b72d0 100644 --- a/mods/leaves-be-gone.pw.toml +++ b/mods/leaves-be-gone.pw.toml @@ -4,8 +4,8 @@ side = "server" [download] url = "https://cdn.modrinth.com/data/AVq17PqV/versions/slScQFdb/LeavesBeGone-v8.0.0-1.20.1-Forge.jar" -hash-format = "sha1" -hash = "c5043f862be7db76892c7c0c95d02fa3f8332af0" +hash-format = "sha512" +hash = "7e209ccfcc438bec934556132ec7bb48dcf7db55611fd0e26a72f19b6a7c07e8a5103408e5e2d46b825979944a2208ba5dc28b95a0e3c4f6a78d8494e1d9780a" [update] [update.modrinth] diff --git a/mods/legendary-tooltips.pw.toml b/mods/legendary-tooltips.pw.toml index 8d64911..becb725 100644 --- a/mods/legendary-tooltips.pw.toml +++ b/mods/legendary-tooltips.pw.toml @@ -1,18 +1,13 @@ -name = "Legendary Tooltips [Neo/Forge]" +name = "Legendary Tooltips" filename = "LegendaryTooltips-1.20.1-forge-1.4.5.jar" side = "client" [download] -hash-format = "sha1" -hash = "7d83a56572d333ea352706872f565b8b8537085c" -mode = "metadata:curseforge" - -[option] -optional = true -default = true -description = "Give your rare items a fancier tooltip! Also adds additional tooltip configuration options." +url = "https://cdn.modrinth.com/data/atHH8NyV/versions/JhxD2e6J/LegendaryTooltips-1.20.1-forge-1.4.5.jar" +hash-format = "sha512" +hash = "20d973e57ac7c20fe8f3a6f5cd75b46d3362a7f7ec408750f15894ce98c14174f083535abeff8640c21e53411cceef6387442141bf98a694b0e3ba4d18804257" [update] -[update.curseforge] -file-id = 4662781 -project-id = 532127 +[update.modrinth] +mod-id = "atHH8NyV" +version = "JhxD2e6J" diff --git a/mods/let-me-despawn.pw.toml b/mods/let-me-despawn.pw.toml deleted file mode 100644 index 9e2c075..0000000 --- a/mods/let-me-despawn.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Let Me Despawn" -filename = "letmedespawn-1.20.x-forge-1.5.0.jar" -side = "server" - -[download] -hash-format = "sha1" -hash = "878dd35df02e1e17b7eb16113147f964eda8847f" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6311230 -project-id = 663477 diff --git a/mods/libipn.pw.toml b/mods/libipn.pw.toml deleted file mode 100644 index e32aea0..0000000 --- a/mods/libipn.pw.toml +++ /dev/null @@ -1,20 +0,0 @@ -name = "libIPN" -filename = "libIPN-forge-1.20-4.0.2.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/onSQdWhM/versions/pdAXmKcS/libIPN-forge-1.20-4.0.2.jar" -hash-format = "sha1" -hash = "3e7c7fcdc037a6ae3d9146e718d87fc83f88f6d5" - - -[option] -optional = true -default = false -description = "Inventory Profiles Next GUI/Config library" - - -[update] -[update.modrinth] -mod-id = "onSQdWhM" -version = "pdAXmKcS" diff --git a/mods/libre-exp-fix.pw.toml b/mods/libre-exp-fix.pw.toml index a9887a8..f84aadd 100644 --- a/mods/libre-exp-fix.pw.toml +++ b/mods/libre-exp-fix.pw.toml @@ -4,8 +4,8 @@ side = "server" [download] url = "https://cdn.modrinth.com/data/qOQALrK4/versions/qm1Ms09j/libreexpfix-0.2.7%2B1.18b14-BETA-forge.jar" -hash-format = "sha1" -hash = "f75702c87638b37a7ff117a9077fe5863988f872" +hash-format = "sha512" +hash = "4d16ba527d7154cc474f961f9698be6ad8cf0878fdfed52057b6ed4c9b7e3ba6253b6d29e680ba1d92bb8067288b06a8a8fad2820f291d8bd21afa4a87a7669c" [update] [update.modrinth] diff --git a/mods/light-overlay.pw.toml b/mods/light-overlay.pw.toml index 78ad07e..5b8fa1a 100644 --- a/mods/light-overlay.pw.toml +++ b/mods/light-overlay.pw.toml @@ -1,17 +1,12 @@ name = "Light Overlay (Rift/Forge/Fabric)" filename = "light-overlay-8.0.0-forge.jar" -side = "client" +side = "both" [download] hash-format = "sha1" hash = "f0b73885662b8ffbc448623d1d117b663673f35e" mode = "metadata:curseforge" -[option] -optional = true -default = false -description = "This mod provides users with a NEI-like light overlay" - [update] [update.curseforge] file-id = 4573178 diff --git a/mods/lithostitched.pw.toml b/mods/lithostitched.pw.toml index a7fd85a..d5db0d9 100644 --- a/mods/lithostitched.pw.toml +++ b/mods/lithostitched.pw.toml @@ -1,13 +1,13 @@ name = "Lithostitched" -filename = "lithostitched-forge-1.20.1-1.4.10.jar" +filename = "lithostitched-forge-1.20.1-1.4.11.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/XaDC71GB/versions/jlXvKth9/lithostitched-forge-1.20.1-1.4.10.jar" +url = "https://cdn.modrinth.com/data/XaDC71GB/versions/srPoHKt8/lithostitched-forge-1.20.1-1.4.11.jar" hash-format = "sha512" -hash = "a5d1cea19ce8ef9adff656c5fb20eb10ec3816fb759bd28ddaca61a483a1dbebeeba62e5d9d55931f7f7c64416718847470dc4dfc4d54a8b5c91f0ba993b16f8" +hash = "4e50a0fb4f054b429803cb20fc0820011b12098ebca1f17b1b0634cab832369e08446901d5e97fd35b01e99cf6066d20a16cc673c5b7bc8196568b3db67128c2" [update] [update.modrinth] mod-id = "XaDC71GB" -version = "jlXvKth9" +version = "srPoHKt8" diff --git a/mods/littletiles.pw.toml b/mods/littletiles.pw.toml index 830003a..7892a7d 100644 --- a/mods/littletiles.pw.toml +++ b/mods/littletiles.pw.toml @@ -3,11 +3,11 @@ filename = "LittleTiles_BETA_v1.6.0-pre161_mc1.20.1.jar" side = "both" [download] -hash-format = "sha1" -hash = "858d2de167f660c491632ed9727292b418ca804a" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/RCRxC1tD/versions/sBbUjEhq/LittleTiles_BETA_v1.6.0-pre161_mc1.20.1.jar" +hash-format = "sha512" +hash = "e9bf001062959a729165c12a6858a6be8349c503840e06240a065dbabaf0d005ce9275589dc2c8cbe44474be0a2f94353f44cc67376ae00d79284aa4ff8e991f" [update] -[update.curseforge] -file-id = 6610285 -project-id = 257818 +[update.modrinth] +mod-id = "RCRxC1tD" +version = "sBbUjEhq" diff --git a/mods/lmd.pw.toml b/mods/lmd.pw.toml new file mode 100644 index 0000000..91d822a --- /dev/null +++ b/mods/lmd.pw.toml @@ -0,0 +1,13 @@ +name = "Let Me Despawn" +filename = "letmedespawn-1.20.x-forge-1.5.0.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/vE2FN5qn/versions/1VmupN41/letmedespawn-1.20.x-forge-1.5.0.jar" +hash-format = "sha512" +hash = "22e5e7a3e4eb1e238ff420108f6fb138e2fc47335a8fbe4cef093cef32d7aaf710de00ba0450bfee570aa2857989b0e9d7abb8600720386e185ffac5670505c1" + +[update] +[update.modrinth] +mod-id = "vE2FN5qn" +version = "1VmupN41" diff --git a/mods/log-begone.pw.toml b/mods/log-begone.pw.toml index 0178768..ce6479d 100644 --- a/mods/log-begone.pw.toml +++ b/mods/log-begone.pw.toml @@ -1,13 +1,13 @@ name = "Log Begone" filename = "Log-Begone-Forge-1.20.1-1.0.8.jar" -side = "server" +side = "both" [download] -hash-format = "sha1" -hash = "3b9f1c7fea5e0bdbc6f06429e147bd0a7c08663d" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/9ON3zv6e/versions/HEJGfa5J/Log-Begone-Forge-1.20.1-1.0.8.jar" +hash-format = "sha512" +hash = "505fcf7df73d084169c20f401f7a90d987837eaac04ac18678d51669303051609b05f6da11df031cefc8c65a906137148e8bcc6f4f5899a42e817832d936faaf" [update] -[update.curseforge] -file-id = 4583425 -project-id = 623560 +[update.modrinth] +mod-id = "9ON3zv6e" +version = "HEJGfa5J" diff --git a/mods/longer-chat-history.pw.toml b/mods/longer-chat-history.pw.toml new file mode 100644 index 0000000..023145c --- /dev/null +++ b/mods/longer-chat-history.pw.toml @@ -0,0 +1,13 @@ +name = "Longer Chat History" +filename = "LongerChatHistory-1.3-Forge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/f4P7fNKN/versions/u3861OxW/LongerChatHistory-1.3-Forge.jar" +hash-format = "sha512" +hash = "6486e442ed20f349e3582cf851da82dae479f8f60dda1c30ebe59cb5b2afeb822a3ca48dd89cd3c2dee372c3ce3e9b3420fc806f3e770ddb14c9fa2c65f862a8" + +[update] +[update.modrinth] +mod-id = "f4P7fNKN" +version = "u3861OxW" diff --git a/mods/longer-login-times.pw.toml b/mods/longer-login-times.pw.toml new file mode 100644 index 0000000..b91bd71 --- /dev/null +++ b/mods/longer-login-times.pw.toml @@ -0,0 +1,13 @@ +name = "Longer Login Times" +filename = "longerlogintimes-1.0.0-forge-mc1.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "708e7f8f1dc2955c0331b5fb028fa97720762df3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4594800 +project-id = 566374 diff --git a/mods/loot-integrations-choicetheorems-overhauled.pw.toml b/mods/loot-integrations-choicetheorems-overhauled.pw.toml deleted file mode 100644 index 73d7b8e..0000000 --- a/mods/loot-integrations-choicetheorems-overhauled.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Loot Integrations: ChoiceTheorem's Overhauled Village & Immersive Structures" -filename = "lootintegrations_ctov-1.4.jar" -side = "server" - -[download] -hash-format = "sha1" -hash = "4d24044f3757946ded3cf507e2fc5733635c5dba" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6510009 -project-id = 1135500 diff --git a/mods/loot-integrations.pw.toml b/mods/loot-integrations.pw.toml deleted file mode 100644 index f1df07c..0000000 --- a/mods/loot-integrations.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Loot Integrations" -filename = "lootintegrations-1.20.1-4.7.jar" -side = "server" - -[download] -hash-format = "sha1" -hash = "2aa541075b8e13480db4a8021482fbffb2132337" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6640968 -project-id = 580689 diff --git a/mods/lootr.pw.toml b/mods/lootr.pw.toml index 4a115c6..041b7ba 100644 --- a/mods/lootr.pw.toml +++ b/mods/lootr.pw.toml @@ -1,13 +1,13 @@ -name = "Lootr (Forge & NeoForge)" +name = "Lootr" filename = "lootr-forge-1.20-0.7.35.91.jar" side = "both" [download] -hash-format = "sha1" -hash = "4175b32e3bc25b05c45cc84f70b585279a871d3c" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/EltpO5cN/versions/HmhkyU8X/lootr-forge-1.20-0.7.35.91.jar" +hash-format = "sha512" +hash = "9b576ec6008a5c86ce9ea218285bc133f49e9eaf8f4b854fa49170a9cc3c8de028b236f2e563493405732277fd1d2909520d5961076b3ddbffcb0c7c539b4826" [update] -[update.curseforge] -file-id = 6330326 -project-id = 361276 +[update.modrinth] +mod-id = "EltpO5cN" +version = "HmhkyU8X" diff --git a/mods/macaws-abnormals.pw.toml b/mods/macaws-abnormals.pw.toml new file mode 100644 index 0000000..ac66cd0 --- /dev/null +++ b/mods/macaws-abnormals.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Abnormals" +filename = "mcwabnormals-1.20.1-1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/jZrq3qzM/versions/e42SPN5h/mcwabnormals-1.20.1-1.2.jar" +hash-format = "sha512" +hash = "5f76d1cd63da9ab3637be15d36dd53b5528da3d80066eb714d3f7a1f8c51e90eaeb11d488cbbc3803af92b6f50e503477718b21516298a33db3fb4dca173ca75" + +[update] +[update.modrinth] +mod-id = "jZrq3qzM" +version = "e42SPN5h" diff --git a/mods/macaws-biomes-o-plenty.pw.toml b/mods/macaws-biomes-o-plenty.pw.toml new file mode 100644 index 0000000..3980867 --- /dev/null +++ b/mods/macaws-biomes-o-plenty.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Biomes O' Plenty" +filename = "mcwbiomesoplenty-1.20.1-1.2.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Tanquv9C/versions/iDxDKtrx/mcwbiomesoplenty-1.20.1-1.2.1.jar" +hash-format = "sha512" +hash = "694f0d5b0273293bab4e8ef5d7fe93d7e23350c6ea8e5e2aec1525060779a5b26a4d2e4ed357da6025f936d9b83bbcbd9cf96d543bea75b2ba12745abf3868e9" + +[update] +[update.modrinth] +mod-id = "Tanquv9C" +version = "iDxDKtrx" diff --git a/mods/macaws-bridges.pw.toml b/mods/macaws-bridges.pw.toml new file mode 100644 index 0000000..1093a9c --- /dev/null +++ b/mods/macaws-bridges.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Bridges" +filename = "mcw-bridges-3.1.0-mc1.20.1forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/GURcjz8O/versions/XSLsYKYH/mcw-bridges-3.1.0-mc1.20.1forge.jar" +hash-format = "sha512" +hash = "830c2c31d00b9aa170570ae0b6959d086c3bccfdb40575f94d40c0411b051978ecd82da0e8c07c8d4b3753f9b88c0e6e06426934c6f97cd7a113d6acb358a02e" + +[update] +[update.modrinth] +mod-id = "GURcjz8O" +version = "XSLsYKYH" diff --git a/mods/macaws-doors.pw.toml b/mods/macaws-doors.pw.toml new file mode 100644 index 0000000..9ce3907 --- /dev/null +++ b/mods/macaws-doors.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Doors" +filename = "mcw-doors-1.1.2-mc1.20.1forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/kNxa8z3e/versions/yP3Gpe6J/mcw-doors-1.1.2-mc1.20.1forge.jar" +hash-format = "sha512" +hash = "447b00a2d0a2721af4a36c4330b0b0e7c04a8c9b2f003cb3121015969d2f41cd3b4839eb300d125f52d9db30dea3333bb4e23c9f2f13f3a869453e854a370404" + +[update] +[update.modrinth] +mod-id = "kNxa8z3e" +version = "yP3Gpe6J" diff --git a/mods/macaws-fences-and-walls.pw.toml b/mods/macaws-fences-and-walls.pw.toml new file mode 100644 index 0000000..b97b10b --- /dev/null +++ b/mods/macaws-fences-and-walls.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Fences and Walls" +filename = "mcw-fences-1.2.0-1.20.1forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/GmwLse2I/versions/p0mowM7n/mcw-fences-1.2.0-1.20.1forge.jar" +hash-format = "sha512" +hash = "0c34a3919bdfeebe8e57f8b1e8097e0532a7710b91ff3ed0c18603e424c166ef65fee7cbb62f37113cadc6ad6b25ca9bb897e78465649e82128eb0b79d8f36f0" + +[update] +[update.modrinth] +mod-id = "GmwLse2I" +version = "p0mowM7n" diff --git a/mods/macaws-furniture.pw.toml b/mods/macaws-furniture.pw.toml new file mode 100644 index 0000000..b88fdf9 --- /dev/null +++ b/mods/macaws-furniture.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Furniture" +filename = "mcw-furniture-3.3.0-mc1.20.1forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/dtWC90iB/versions/jQcvCX79/mcw-furniture-3.3.0-mc1.20.1forge.jar" +hash-format = "sha512" +hash = "aeb7537b9bb41615418e32d8383d6a0ea8b337554593752aa39ed955d50e1faa025c35a1d4bdb66fe49f9930a33d3becb8c897ee438c353da44d5fc8b7dfbdb8" + +[update] +[update.modrinth] +mod-id = "dtWC90iB" +version = "jQcvCX79" diff --git a/mods/macaws-holidays.pw.toml b/mods/macaws-holidays.pw.toml new file mode 100644 index 0000000..cf82bb5 --- /dev/null +++ b/mods/macaws-holidays.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Holidays" +filename = "mcw-holidays-1.1.0-mc1.20.1forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/rH20L2Lp/versions/BxIc7JK1/mcw-holidays-1.1.0-mc1.20.1forge.jar" +hash-format = "sha512" +hash = "82613772349cb15b3cc964a5669486c2f70f8a5afa2addbb07bad55aa5c0e5cc7ce837bb78043d290e7bd7e8a3ca334ac6b47fada5921414161918608e66b69b" + +[update] +[update.modrinth] +mod-id = "rH20L2Lp" +version = "BxIc7JK1" diff --git a/mods/macaws-lights-and-lamps.pw.toml b/mods/macaws-lights-and-lamps.pw.toml new file mode 100644 index 0000000..3a3353b --- /dev/null +++ b/mods/macaws-lights-and-lamps.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Lights and Lamps" +filename = "mcw-lights-1.1.2-mc1.20.1forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/w4an97C2/versions/gqevfDHf/mcw-lights-1.1.2-mc1.20.1forge.jar" +hash-format = "sha512" +hash = "2ee82b5ca8d964cff83ea41d38bfa5e4c9a9bedb7bccf891ce269d25238bfeb3f46b428a4d6ff6695a69907046cec22b356f3feefe94564bfa4cc081df8fcb72" + +[update] +[update.modrinth] +mod-id = "w4an97C2" +version = "gqevfDHf" diff --git a/mods/macaws-paths-and-pavings.pw.toml b/mods/macaws-paths-and-pavings.pw.toml new file mode 100644 index 0000000..93d7b28 --- /dev/null +++ b/mods/macaws-paths-and-pavings.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Paths and Pavings" +filename = "mcw-paths-1.1.0forge-mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/VRLhWB91/versions/1Gry6fOe/mcw-paths-1.1.0forge-mc1.20.1.jar" +hash-format = "sha512" +hash = "8703058cfecdf491c0e25363aaa36a4c70f0061483dc207b7cc1f3608e1232caeed0384619a120f551e7db01032b4d5a306d85f4c83dacc5c91ac0d301980c95" + +[update] +[update.modrinth] +mod-id = "VRLhWB91" +version = "1Gry6fOe" diff --git a/mods/macaws-quark.pw.toml b/mods/macaws-quark.pw.toml new file mode 100644 index 0000000..1f1948c --- /dev/null +++ b/mods/macaws-quark.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Quark" +filename = "mcwquark-1.20.1-1.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uLtxXFVm/versions/owWQZxrs/mcwquark-1.20.1-1.4.jar" +hash-format = "sha512" +hash = "185a9338462509846f5b032db9d9e2d289fd4a6dbad9456ac305e316b4e8bcdb970e40cbd6ba76639c440e62029607d0068749a302547c3c874d28d8167a16af" + +[update] +[update.modrinth] +mod-id = "uLtxXFVm" +version = "owWQZxrs" diff --git a/mods/macaws-roofs.pw.toml b/mods/macaws-roofs.pw.toml new file mode 100644 index 0000000..f8bdf48 --- /dev/null +++ b/mods/macaws-roofs.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Roofs" +filename = "mcw-roofs-2.3.2-mc1.20.1forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/B8jaH3P1/versions/31e80GhE/mcw-roofs-2.3.2-mc1.20.1forge.jar" +hash-format = "sha512" +hash = "ff7d8be7efb2c427dba8898ed181804b93d2d7523227a190a4c100370f485e5e734c83930b6888652c9469bf01b89a3c7fd2cd00e37c5b6021ec9bd3aa6ea3e3" + +[update] +[update.modrinth] +mod-id = "B8jaH3P1" +version = "31e80GhE" diff --git a/mods/macaws-stairs.pw.toml b/mods/macaws-stairs.pw.toml new file mode 100644 index 0000000..b654f84 --- /dev/null +++ b/mods/macaws-stairs.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Stairs" +filename = "mcw-stairs-1.0.1-1.20.1forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/iP3wH1ha/versions/BKaABdta/mcw-stairs-1.0.1-1.20.1forge.jar" +hash-format = "sha512" +hash = "21632ee3d07aeb2f25bb676f172609bd1c99da409b70ad156198a589af8cda21ef93820754d5e13b626b4a67f13eb771b831237fede9d330d96adc9c67abfd39" + +[update] +[update.modrinth] +mod-id = "iP3wH1ha" +version = "BKaABdta" diff --git a/mods/macaws-trapdoors.pw.toml b/mods/macaws-trapdoors.pw.toml new file mode 100644 index 0000000..c4f9e32 --- /dev/null +++ b/mods/macaws-trapdoors.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Trapdoors" +filename = "mcw-trapdoors-1.1.4-mc1.20.1forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/n2fvCDlM/versions/eyOMFyxY/mcw-trapdoors-1.1.4-mc1.20.1forge.jar" +hash-format = "sha512" +hash = "e18c33b1b9025c8a249658f0656e0c4e38e19b5e9ee61ba57bbe0329c21fb1d36ee90f3b26dac22cb5e4b5599b35732c4b1f725541751295b6cb72f406920dc0" + +[update] +[update.modrinth] +mod-id = "n2fvCDlM" +version = "eyOMFyxY" diff --git a/mods/macaws-windows.pw.toml b/mods/macaws-windows.pw.toml new file mode 100644 index 0000000..5f5c208 --- /dev/null +++ b/mods/macaws-windows.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Windows" +filename = "mcw-windows-2.4.0-1.20.1forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/C7I0BCni/versions/KzTPAR92/mcw-windows-2.4.0-1.20.1forge.jar" +hash-format = "sha512" +hash = "c61c89491a1e50989b6ef8f605368dd327690600be073e5475c9a26b6d12b8020305f9199518c573b92041a8eceb869cca3bcfdad16e4a3376d3b542fec77f32" + +[update] +[update.modrinth] +mod-id = "C7I0BCni" +version = "KzTPAR92" diff --git a/mods/magnesium-extras.pw.toml b/mods/magnesium-extras.pw.toml deleted file mode 100644 index a7ccaf4..0000000 --- a/mods/magnesium-extras.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Sodium/Embeddium Extras" -filename = "sodiumextras-forge-1.0.7-1.20.1.jar" -side = "client" - -[download] -hash-format = "sha1" -hash = "7603f44bc4750774fbbdc07a3153c391650fcf3d" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6041697 -project-id = 558905 diff --git a/mods/magnum-torch-forge.pw.toml b/mods/magnum-torch-forge.pw.toml deleted file mode 100644 index 03ab510..0000000 --- a/mods/magnum-torch-forge.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Magnum Torch" -filename = "MagnumTorch-v8.0.2-1.20.1-Forge.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "bc5bf29c5a27ad90619a0ae6f67d9004765d4c25" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 5046982 -project-id = 593981 diff --git a/mods/magnum-torch.pw.toml b/mods/magnum-torch.pw.toml new file mode 100644 index 0000000..ede731e --- /dev/null +++ b/mods/magnum-torch.pw.toml @@ -0,0 +1,13 @@ +name = "Magnum Torch" +filename = "MagnumTorch-v8.0.2-1.20.1-Forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/jorDmSKv/versions/LrsjuUiA/MagnumTorch-v8.0.2-1.20.1-Forge.jar" +hash-format = "sha512" +hash = "2434d5c691e041fc3e3e56238710aecbfc6e9266019f367d7d0716c7328a8125194e7c19d595fe2254718ad89dd4a3936e12137740a6c2ba046e1bb29380fef5" + +[update] +[update.modrinth] +mod-id = "jorDmSKv" +version = "LrsjuUiA" diff --git a/mods/majrusz-library.pw.toml b/mods/majrusz-library.pw.toml index af441f2..c1bcbef 100644 --- a/mods/majrusz-library.pw.toml +++ b/mods/majrusz-library.pw.toml @@ -3,11 +3,11 @@ filename = "majrusz-library-forge-1.20.1-7.0.8.jar" side = "both" [download] -hash-format = "sha1" -hash = "be0e1b5808206abcc2ff6a369ce0c2ba53968c55" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/PYQD8noM/versions/BZzTRseC/majrusz-library-forge-1.20.1-7.0.8.jar" +hash-format = "sha512" +hash = "82ec00a6486a67f3270ca3bdf708b1a58fd1e1f7b463e5cd7f5e6189fea57b79a25989f9d0fb5a9aadc323ed2110ab42fe11c740923eb538710059198c5a64a7" [update] -[update.curseforge] -file-id = 5302100 -project-id = 437409 +[update.modrinth] +mod-id = "PYQD8noM" +version = "BZzTRseC" diff --git a/mods/majruszs-enchantments.pw.toml b/mods/majruszs-enchantments.pw.toml new file mode 100644 index 0000000..16f7a5b --- /dev/null +++ b/mods/majruszs-enchantments.pw.toml @@ -0,0 +1,13 @@ +name = "Majrusz's Enchantments" +filename = "majruszs-enchantments-forge-1.20.1-1.10.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/jJthQvHv/versions/Pk7dUGrq/majruszs-enchantments-forge-1.20.1-1.10.8.jar" +hash-format = "sha512" +hash = "f9d1bea88116508e97c9dca01fd91b9285220345291c6481d203a3fc3ea2f41ebba9a040315781c4b1c42718a16a53624cff8cf387fcd2fbf6e7c0c6fb8fceb8" + +[update] +[update.modrinth] +mod-id = "jJthQvHv" +version = "Pk7dUGrq" diff --git a/mods/mapfrontiers.pw.toml b/mods/mapfrontiers.pw.toml index 74cbeab..9e8397d 100644 --- a/mods/mapfrontiers.pw.toml +++ b/mods/mapfrontiers.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/hWlsli6y/versions/7xzghvJI/MapFrontiers-1.20.1-2.6.0p6-forge.jar" -hash-format = "sha1" -hash = "c3e35c5bf8d031b6f2644a2c0b42e9670bb92766" +hash-format = "sha512" +hash = "4b94f46d7e6ba231815e1daa1bfb031142e6976c86cf23ff840b7054a6b507ceaf29e9ff6f36d571c7e9db66769d597223d4d181c86103f8c37447df13afd5a3" [update] [update.modrinth] diff --git a/mods/melody.pw.toml b/mods/melody.pw.toml deleted file mode 100644 index 5490ac3..0000000 --- a/mods/melody.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Melody" -filename = "melody_forge_1.0.3_MC_1.20.1-1.20.4.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "e0942d396a70c09038e6c2e5e1da6505178249b8" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 5109692 -project-id = 938643 diff --git a/mods/memoryleakfix.pw.toml b/mods/memoryleakfix.pw.toml index 1476275..eea1543 100644 --- a/mods/memoryleakfix.pw.toml +++ b/mods/memoryleakfix.pw.toml @@ -4,13 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/NRjRiSSD/versions/3w0IxNtk/memoryleakfix-forge-1.17%2B-1.1.5.jar" -hash-format = "sha1" -hash = "9f60142dd94631800386a16a4ad70ad9e84cd78a" - -[option] -optional = true -default = true -description = "A mod that fixes random memory leaks for both the client and server" +hash-format = "sha512" +hash = "f4d7b0eb70a605ffb81bebd24fd125d8c0bc7917c3e00f27bee64988836323de5a3d205e89a4a5f8ae75741ca874f62996e7c8e5ed489dc3c1824337e93d263f" [update] [update.modrinth] diff --git a/mods/midnightlib.pw.toml b/mods/midnightlib.pw.toml new file mode 100644 index 0000000..7365b2a --- /dev/null +++ b/mods/midnightlib.pw.toml @@ -0,0 +1,13 @@ +name = "MidnightLib" +filename = "midnightlib-forge-1.4.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/codAaoxh/versions/UhRAdyzr/midnightlib-forge-1.4.2.jar" +hash-format = "sha512" +hash = "5946159d26c11b2ae2a51c8a4fdca6521d430a22df58fa146f19b2f681e64446ad15a85068b5f6092e1bbc49d9c7def287aebec3aa7d686c2b2949b55a8c5bfa" + +[update] +[update.modrinth] +mod-id = "codAaoxh" +version = "UhRAdyzr" diff --git a/mods/mimi-mod.pw.toml b/mods/mimi-mod.pw.toml deleted file mode 100644 index ecd086e..0000000 --- a/mods/mimi-mod.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Musical Instrument Minecraft Interface (MIMI)" -filename = "mimimod-1.20.1-4.3.0-forge.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "fef5b39e19b4609956f0d354775818203ed1fc11" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6734386 -project-id = 499803 diff --git a/mods/mimi.pw.toml b/mods/mimi.pw.toml new file mode 100644 index 0000000..334f25e --- /dev/null +++ b/mods/mimi.pw.toml @@ -0,0 +1,13 @@ +name = "Musical Instrument Minecraft Interface (MIMI)" +filename = "mimimod-1.20.1-4.3.0-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/efSTEGLV/versions/2GXOuCi2/mimimod-1.20.1-4.3.0-forge.jar" +hash-format = "sha512" +hash = "618961b0cf451d193bff744393c8a5109ea35e5b2f4a19f21e7d0f70c57b98b4d0d810665d715e060fd4f447b65b0ea0322fa12f85a765b0282bada699992eee" + +[update] +[update.modrinth] +mod-id = "efSTEGLV" +version = "2GXOuCi2" diff --git a/mods/minecolonies-tweaks.pw.toml b/mods/minecolonies-tweaks.pw.toml index eb22f6f..39d6f1c 100644 --- a/mods/minecolonies-tweaks.pw.toml +++ b/mods/minecolonies-tweaks.pw.toml @@ -1,13 +1,13 @@ name = "Tweaks addon for MineColonies" -filename = "MineColonies_Tweaks-1.20.1-2.69-all.jar" +filename = "MineColonies_Tweaks-1.20.1-2.70-all.jar" side = "both" [download] hash-format = "sha1" -hash = "99c795434321f5367c99b56fe00b9b0cdf40f9a9" +hash = "f99c77f45b62b264515bb6bd7883de1fb9842eba" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6609883 +file-id = 6763707 project-id = 975812 diff --git a/mods/minecolonies.pw.toml b/mods/minecolonies.pw.toml index 7e8b140..e58cdb8 100644 --- a/mods/minecolonies.pw.toml +++ b/mods/minecolonies.pw.toml @@ -1,13 +1,13 @@ name = "MineColonies" -filename = "minecolonies-1.20.1-1.1.939-snapshot.jar" +filename = "minecolonies-1.20.1-1.1.968-snapshot.jar" side = "both" [download] hash-format = "sha1" -hash = "73f8b6883d2a33cfa7af9942df4263e2dee47163" +hash = "614f7d36f14d9a04ca4d5596f3c31a4a0635fb10" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6656717 +file-id = 6765207 project-id = 245506 diff --git a/mods/minemention.pw.toml b/mods/minemention.pw.toml index a19ee73..2ab87fa 100644 --- a/mods/minemention.pw.toml +++ b/mods/minemention.pw.toml @@ -3,11 +3,11 @@ filename = "MineMention-1.20.1-3.0.1.jar" side = "both" [download] -hash-format = "sha1" -hash = "b2118000038ddcca534f58ef48999ec309ab7e8e" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/cGVpcVeo/versions/RFBo4n19/MineMention-1.20.1-3.0.1.jar" +hash-format = "sha512" +hash = "dfc8a738e3f49bc2b028a3af5bf811f3b2ef69bc06134740bd18791899f40522c1e827864281eeb548787b27cda6ecc3b7c3ce92d2eb015227767c78a8c334a4" [update] -[update.curseforge] -file-id = 4614482 -project-id = 460925 +[update.modrinth] +mod-id = "cGVpcVeo" +version = "RFBo4n19" diff --git a/mods/minemenu.pw.toml b/mods/minemenu.pw.toml index fff05da..5c5ccf5 100644 --- a/mods/minemenu.pw.toml +++ b/mods/minemenu.pw.toml @@ -1,6 +1,6 @@ name = "MineMenu" filename = "MineMenu-1.20.1-1.12.3.jar" -side = "client" +side = "both" [download] hash-format = "sha1" diff --git a/mods/mmmmmmmmmmmm.pw.toml b/mods/mmmmmmmmmmmm.pw.toml new file mode 100644 index 0000000..a2d1a3a --- /dev/null +++ b/mods/mmmmmmmmmmmm.pw.toml @@ -0,0 +1,13 @@ +name = "MmmMmmMmmMmm" +filename = "dummmmmmy-1.20-2.0.7.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Adega8YN/versions/bJE2Owsg/dummmmmmy-1.20-2.0.7.jar" +hash-format = "sha512" +hash = "abd79582e1768e3f032aabe591138656cf194acf53e5c3a3f0628df72fd81b2fc468c0970844f831a082e892f28a235da31713ad3531c8910e6187abdb75117a" + +[update] +[update.modrinth] +mod-id = "Adega8YN" +version = "bJE2Owsg" diff --git a/mods/mobtimizations.pw.toml b/mods/mobtimizations.pw.toml deleted file mode 100644 index 8460571..0000000 --- a/mods/mobtimizations.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Mobtimizations - Entity Performance Fixes" -filename = "mobtimizations-forge-1.20.1-1.0.0.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/Kbz7UydC/versions/mEhoYk0d/mobtimizations-forge-1.20.1-1.0.0.jar" -hash-format = "sha512" -hash = "6b4687616bbeb1afe6dc13fd291373ee4af2bdc26a5a3367ec20500f9afac4706a3b26a65e52bded5d8cb4a7d8782c0e742002bf7ca2d66b54f5ea35879f413a" - -[update] -[update.modrinth] -mod-id = "Kbz7UydC" -version = "mEhoYk0d" diff --git a/mods/modernfix.pw.toml b/mods/modernfix.pw.toml index 1ed2c76..786a5f7 100644 --- a/mods/modernfix.pw.toml +++ b/mods/modernfix.pw.toml @@ -1,18 +1,13 @@ name = "ModernFix" -filename = "modernfix-forge-5.24.1+mc1.20.1.jar" +filename = "modernfix-forge-5.24.3+mc1.20.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/nmDcB62a/versions/DdUByV9S/modernfix-forge-5.24.1%2Bmc1.20.1.jar" +url = "https://cdn.modrinth.com/data/nmDcB62a/versions/EAQLVtM2/modernfix-forge-5.24.3%2Bmc1.20.1.jar" hash-format = "sha512" -hash = "564764194983bf5d78dd94cfce621ff0e7936cb71019491ed0052bad30ed520c251ed6f6e82a3d8c3450362063b2686c8e460bf0d2e03a6b6a38477ade41d7da" +hash = "da085b988b270450b3606705c50da504d6f04d5c357521d9acf888c1dbe8b267a5a342e2be555919471ce4aa105268a176e41f801adad991f27e495b3c3c354c" [update] [update.modrinth] mod-id = "nmDcB62a" -version = "DdUByV9S" - -[option] -optional = true -description = "All-in-one mod that improves performance, reduces memory usage, and fixes many bugs. Compatible with all your favorite performance mods!" -default = true +version = "EAQLVtM2" diff --git a/mods/modonomicon.pw.toml b/mods/modonomicon.pw.toml deleted file mode 100644 index 4eb4ef6..0000000 --- a/mods/modonomicon.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Modonomicon" -filename = "modonomicon-1.20.1-forge-1.77.6.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "6dc377631b94d7ea0996c22ecf2bde1ce5b55a7a" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6181667 -project-id = 538392 diff --git a/mods/morejs.pw.toml b/mods/morejs.pw.toml deleted file mode 100644 index 2b0b303..0000000 --- a/mods/morejs.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "MoreJS" -filename = "morejs-forge-1.20.1-0.10.1.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "c460ca3e95e40894c78fd327c5ba73c7da83f6d3" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6542592 -project-id = 666198 diff --git a/mods/morph-o-tool.pw.toml b/mods/morph-o-tool.pw.toml deleted file mode 100644 index fbe08cf..0000000 --- a/mods/morph-o-tool.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Morph-o-Tool" -filename = "Morph-o-Tool-1.7-38.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/rtbzFq0N/versions/CItFodYh/Morph-o-Tool-1.7-38.jar" -hash-format = "sha1" -hash = "cbaaf31f83277c2aa3bb9fa0a77d8a9dd9c40d00" - -[update] -[update.modrinth] -mod-id = "rtbzFq0N" -version = "CItFodYh" diff --git a/mods/mouse-tweaks.pw.toml b/mods/mouse-tweaks.pw.toml index 9e98dc7..67f0c2c 100644 --- a/mods/mouse-tweaks.pw.toml +++ b/mods/mouse-tweaks.pw.toml @@ -4,13 +4,8 @@ side = "client" [download] url = "https://cdn.modrinth.com/data/aC3cM3Vq/versions/7JVXOe3K/MouseTweaks-forge-mc1.20.1-2.25.1.jar" -hash-format = "sha1" -hash = "d751153e722a4e014691c83f39f5b07c6ec5333c" - -[option] -optional = true -default = true -description = "Enhances inventory management by adding various functions to the mouse buttons." +hash-format = "sha512" +hash = "a3bb0272c0a1a3be9250dfee030bb8f86217fa6a32bd534be8c940fdd8c466c800c2df85874877983ced36ecfc28c8ced6c0d42107c1ab621385b4be9a7c65eb" [update] [update.modrinth] diff --git a/mods/multibeds.pw.toml b/mods/multibeds.pw.toml index f5e05ea..019288d 100644 --- a/mods/multibeds.pw.toml +++ b/mods/multibeds.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/JyytxgF6/versions/pP8m9HZ0/multibeds-forge-1.20.1-1.2.jar" -hash-format = "sha1" -hash = "83687dcdf53a4d58965d32cc8954cf1dd444512e" +hash-format = "sha512" +hash = "720f26060a3e6bfb30948078e8c0de5f50960f5661721cee71245eba77a86a91bef9d7ed82adb3fd57916cba0913f744e22613a75dcb44209bf13d47fe7f76ce" [update] [update.modrinth] diff --git a/mods/natures-compass.pw.toml b/mods/natures-compass.pw.toml deleted file mode 100644 index 13d72a8..0000000 --- a/mods/natures-compass.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Nature's Compass" -filename = "NaturesCompass-1.20.1-1.11.2-forge.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "31ae930cdbb34e8e05e1954cfb2fee3a3813e850" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4712189 -project-id = 252848 diff --git a/mods/nekos-enchanted-books.pw.toml b/mods/nekos-enchanted-books.pw.toml index 9cf44c6..21e41a4 100644 --- a/mods/nekos-enchanted-books.pw.toml +++ b/mods/nekos-enchanted-books.pw.toml @@ -3,16 +3,11 @@ filename = "NekosEnchantedBooks-1.19.3-2.0.3.jar" side = "client" [download] -hash-format = "sha1" -hash = "9b7494151519256774e893ca7ac5bffaa17f05b9" -mode = "metadata:curseforge" - -[option] -optional = true -default = true -description = "Gives every Enchanted Book in Minecraft a unique texture!" +url = "https://cdn.modrinth.com/data/VZWuyRVr/versions/VpA4roMg/NekosEnchantedBooks-1.19.3-2.0.3.jar" +hash-format = "sha512" +hash = "0849aca3926110665f83a8e2b9c6ba783eeecf8cd1540d11a74ed07272c97563cdc6ae8692a1654ce65db33c757546efcf5aef7fb4ec14298d860d534d19f4ae" [update] -[update.curseforge] -file-id = 6180647 -project-id = 441114 +[update.modrinth] +mod-id = "VZWuyRVr" +version = "VpA4roMg" diff --git a/mods/neruina.pw.toml b/mods/neruina.pw.toml index 4949332..d09de02 100644 --- a/mods/neruina.pw.toml +++ b/mods/neruina.pw.toml @@ -4,8 +4,8 @@ side = "server" [download] url = "https://cdn.modrinth.com/data/1s5x833P/versions/3dEDxcSK/Neruina-2.1.1-forge%2B1.20.1.jar" -hash-format = "sha1" -hash = "eb1b12d781ea619b5483a3d9330e2e0c9f28b243" +hash-format = "sha512" +hash = "8597526b68383230c44f8078dfa3755429ab1bcd5d5a349ffd590745bf23622b2694320f3b450ce6efa2bf68a6d5663bcb2549ddb6c6bc3f565cc101b76d3a6c" [update] [update.modrinth] diff --git a/mods/netherportalfix.pw.toml b/mods/netherportalfix.pw.toml index b96030d..130e293 100644 --- a/mods/netherportalfix.pw.toml +++ b/mods/netherportalfix.pw.toml @@ -4,8 +4,8 @@ side = "server" [download] url = "https://cdn.modrinth.com/data/nPZr02ET/versions/cWPAnu7u/netherportalfix-forge-1.20-13.0.1.jar" -hash-format = "sha1" -hash = "2179040063d0e11083e54a9b1957de9f909d0d6f" +hash-format = "sha512" +hash = "622d181918418c9bd9c919d19e9f5b0cc8e70c18b7c9be79353ea96481c40264cd986367630d9228867a8fbe94a2b9a2fd5b1ae3ba9edcb8edd12185a8366e3a" [update] [update.modrinth] diff --git a/mods/no-chat-reports.pw.toml b/mods/no-chat-reports.pw.toml index ed2ee8d..c9f0299 100644 --- a/mods/no-chat-reports.pw.toml +++ b/mods/no-chat-reports.pw.toml @@ -3,16 +3,11 @@ filename = "NoChatReports-FORGE-1.20.1-v2.2.2.jar" side = "both" [download] -hash-format = "sha1" -hash = "069396e689ae887d065c8d61b7945e685fbcc65b" -mode = "metadata:curseforge" - -[option] -optional = true -default = true -description = "Makes chat unreportable (where possible). Also removes telemetry" +url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/ksEG6N5E/NoChatReports-FORGE-1.20.1-v2.2.2.jar" +hash-format = "sha512" +hash = "39aa2e120a10ee68e9b03e3d5bd6f2d5def2fa7fcd914f55f018a85381eb0bb52055abce53a64cb0b0fba10f24da12caef085733e715907598ce468bcf59df51" [update] -[update.curseforge] -file-id = 4610474 -project-id = 634062 +[update.modrinth] +mod-id = "qQyHxfxd" +version = "ksEG6N5E" diff --git a/mods/noisium.pw.toml b/mods/noisium.pw.toml index 6046a72..6b0d374 100644 --- a/mods/noisium.pw.toml +++ b/mods/noisium.pw.toml @@ -4,8 +4,8 @@ side = "server" [download] url = "https://cdn.modrinth.com/data/KuNKN7d2/versions/AfjBJbK1/noisium-merged-2.0.1%2Bmc1.20.x.jar" -hash-format = "sha1" -hash = "1f51eb9613a49ee421d839ccb7c9f004b534dcaf" +hash-format = "sha512" +hash = "f86140544ce261402447d003e99d677b2d35a95a0da04afb9046dd4995f2bfb82d74562b38325a6bb511632690a11d00d463e6d951ccd7e32bd5779f6bcbe56b" [update] [update.modrinth] diff --git a/mods/not-enough-animations.pw.toml b/mods/not-enough-animations.pw.toml index f67ba37..738b4cd 100644 --- a/mods/not-enough-animations.pw.toml +++ b/mods/not-enough-animations.pw.toml @@ -1,18 +1,13 @@ name = "Not Enough Animations" -filename = "notenoughanimations-forge-1.9.3-mc1.20.1.jar" +filename = "notenoughanimations-forge-1.10.1-mc1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/MPCX6s5C/versions/a2Q3t34g/notenoughanimations-forge-1.9.3-mc1.20.1.jar" -hash-format = "sha1" -hash = "68e3ab1b89d39a48362a4741a50c73e7ebb2fe7a" - -[option] -optional = true -default = true -description = "Bringing first-person animations to the third-person" +url = "https://cdn.modrinth.com/data/MPCX6s5C/versions/dG98B4oD/notenoughanimations-forge-1.10.1-mc1.20.1.jar" +hash-format = "sha512" +hash = "bee73667587c2a952507b6feb7f5d5288559583a5f2547388678c3b03aabf9862f41bf44943ce7d7cf17dba6edaa6b62c676a2173b387a73e1c66577c72aafa5" [update] [update.modrinth] mod-id = "MPCX6s5C" -version = "a2Q3t34g" +version = "dG98B4oD" diff --git a/mods/nullscape.pw.toml b/mods/nullscape.pw.toml new file mode 100644 index 0000000..49a1956 --- /dev/null +++ b/mods/nullscape.pw.toml @@ -0,0 +1,13 @@ +name = "Nullscape" +filename = "Nullscape_1.20.x_v1.2.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/LPjGiSO4/versions/QsRKydVt/Nullscape_1.20.x_v1.2.8.jar" +hash-format = "sha512" +hash = "fcd11f20ab1b374a219e915156c8439f2d6fcabb060406f4d0a11392f945228e1c6e375f8e9e3048ac01c3a351c88bde4327e1f958bfd5ef4ab81c178f9e35da" + +[update] +[update.modrinth] +mod-id = "LPjGiSO4" +version = "QsRKydVt" diff --git a/mods/oceans-delight.pw.toml b/mods/oceans-delight.pw.toml index 4613b8e..9189d0e 100644 --- a/mods/oceans-delight.pw.toml +++ b/mods/oceans-delight.pw.toml @@ -1,13 +1,13 @@ -name = "Ocean's Delight" +name = "Ocean's Delight" filename = "oceansdelight-1.0.2-1.20.jar" side = "both" [download] -hash-format = "sha1" -hash = "32af985453bde77bfa56d59cdfb11cab5662c8e1" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/DGiq4ZSW/versions/9jLLNENb/oceansdelight-1.0.2-1.20.jar" +hash-format = "sha512" +hash = "64ba0396d7168c73c810c8aefc135eebd7c2d5780e482fb36e96de87d0f226625b3ebb4249372b896ededa335895efda5d134846522e2e45c0a8d3a97ae2bf93" [update] -[update.curseforge] -file-id = 4652060 -project-id = 841262 +[update.modrinth] +mod-id = "DGiq4ZSW" +version = "9jLLNENb" diff --git a/mods/oculus.pw.toml b/mods/oculus.pw.toml index 55ba502..14276bd 100644 --- a/mods/oculus.pw.toml +++ b/mods/oculus.pw.toml @@ -4,13 +4,8 @@ side = "client" [download] url = "https://cdn.modrinth.com/data/GchcoXML/versions/iQ1SwGc3/oculus-mc1.20.1-1.8.0.jar" -hash-format = "sha1" -hash = "984f774e71790deaec674c7587bd24e0711871b2" - -[option] -optional = true -default = false -description = "Unofficial Fork of 'Iris', made to work with FML" +hash-format = "sha512" +hash = "1bb4ac77400d6684347988ed298a692c2cb15cf7923693607eb8739b171a20fef7412259e9e157111d9ce21779badab386029956f7d2283a9e611722a373e9d5" [update] [update.modrinth] diff --git a/mods/overflowing-bars.pw.toml b/mods/overflowing-bars.pw.toml index 0c2e416..b8ec5c5 100644 --- a/mods/overflowing-bars.pw.toml +++ b/mods/overflowing-bars.pw.toml @@ -1,13 +1,13 @@ -name = "Overflowing Bars [Forge & Fabric]" +name = "Overflowing Bars" filename = "OverflowingBars-v8.0.1-1.20.1-Forge.jar" -side = "both" +side = "client" [download] -hash-format = "sha1" -hash = "047ac47549ae0a21b05f70d74bcf436ee0221eef" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/XD7XOrAF/versions/w90XIUWB/OverflowingBars-v8.0.1-1.20.1-Forge.jar" +hash-format = "sha512" +hash = "4854cac7069e1140dd9b567e04414c0acc865f66433b7c8cb79269e4c1a20c38f30b2d393e9920ff7f9c732fdf01408a22b07f5d1532756623072470dfc24248" [update] -[update.curseforge] -file-id = 5763974 -project-id = 852662 +[update.modrinth] +mod-id = "XD7XOrAF" +version = "w90XIUWB" diff --git a/mods/packet-fixer.pw.toml b/mods/packet-fixer.pw.toml index 5e575de..87b29cd 100644 --- a/mods/packet-fixer.pw.toml +++ b/mods/packet-fixer.pw.toml @@ -1,13 +1,13 @@ name = "Packet Fixer" -filename = "packetfixer-3.0.0-1.18-1.20.4-merged.jar" +filename = "packetfixer-3.1.4-1.18-1.20.4-merged.jar" side = "both" [download] -hash-format = "sha1" -hash = "d5a9cd52052c8b35d07ddeedbb91b2e5959fdf3d" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/c7m1mi73/versions/dCEO67fT/packetfixer-3.1.4-1.18-1.20.4-merged.jar" +hash-format = "sha512" +hash = "b6a5b6f684c538ee907e99362be5d8c86b4b923bb2ef9789a1a7ed739f054dc73a7eca8ddf174f97f102f848d74105cd3b6011d8930a5ff001e71d9efad65dcf" [update] -[update.curseforge] -file-id = 6679764 -project-id = 689467 +[update.modrinth] +mod-id = "c7m1mi73" +version = "dCEO67fT" diff --git a/mods/parcool.pw.toml b/mods/parcool.pw.toml index 8ded959..6f56548 100644 --- a/mods/parcool.pw.toml +++ b/mods/parcool.pw.toml @@ -1,13 +1,13 @@ -name = "ParCool! ~ Minecraft Parkour ~" +name = "ParCool!" filename = "ParCool-1.20.1-3.4.0.7.jar" side = "both" [download] -hash-format = "sha1" -hash = "04acff668a1de9ff02837910c8aa1213a001001d" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/Fsvx2bdR/versions/OxcsXyGd/ParCool-1.20.1-3.4.0.7.jar" +hash-format = "sha512" +hash = "6b5df056eb44ead6f9b4984d443909078110b7660bce64ce90d30a826ddca1a6fa588e387be22770fc99b739382fe25d5e1c8e724b524159af7bfdcb1708f5bd" [update] -[update.curseforge] -file-id = 6652972 -project-id = 482378 +[update.modrinth] +mod-id = "Fsvx2bdR" +version = "OxcsXyGd" diff --git a/mods/particle-rain.pw.toml b/mods/particle-rain.pw.toml new file mode 100644 index 0000000..3828c43 --- /dev/null +++ b/mods/particle-rain.pw.toml @@ -0,0 +1,13 @@ +name = "Particle Rain" +filename = "particlerain-4.0.0-alpha-2+1.20.1-forge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/nrikgvxm/versions/UsNoYJDT/particlerain-4.0.0-alpha-2%2B1.20.1-forge.jar" +hash-format = "sha512" +hash = "1e55eba8b83a330f73385cf5a8c5109d0bf796dff70af78ff1da584e7dda277e88a9878dc013b63bac4630c07b94712a6b35c65bb43df901db594c442f2002ca" + +[update] +[update.modrinth] +mod-id = "nrikgvxm" +version = "UsNoYJDT" diff --git a/mods/particular-reforged.pw.toml b/mods/particular-reforged.pw.toml index 466d29e..34f945d 100644 --- a/mods/particular-reforged.pw.toml +++ b/mods/particular-reforged.pw.toml @@ -1,6 +1,6 @@ name = "Particular ✨ Reforged" filename = "particular-1.20.1-Forge-1.2.4.jar" -side = "both" +side = "client" [download] url = "https://cdn.modrinth.com/data/pYFUU6cq/versions/E2JI5D7W/particular-1.20.1-Forge-1.2.4.jar" diff --git a/mods/patchouli.pw.toml b/mods/patchouli.pw.toml deleted file mode 100644 index ccc3ed0..0000000 --- a/mods/patchouli.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Patchouli" -filename = "Patchouli-1.20.1-84.1-FORGE.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "e91d2e2f251375d647d592b670ea6f310c2554eb" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6164575 -project-id = 306770 diff --git a/mods/paxi.pw.toml b/mods/paxi.pw.toml new file mode 100644 index 0000000..e9706bf --- /dev/null +++ b/mods/paxi.pw.toml @@ -0,0 +1,13 @@ +name = "Paxi" +filename = "Paxi-1.20-Forge-4.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/CU0PAyzb/versions/C7buFh0l/Paxi-1.20-Forge-4.0.jar" +hash-format = "sha512" +hash = "50ed8c99981b9860c846a18cda215d388b67019b76a172833fa4e4b52cbd122eb8e49e594e5789790f95af06e0a98dcf2433b001b1f559b3e7071d2e6b7c1dd7" + +[update] +[update.modrinth] +mod-id = "CU0PAyzb" +version = "C7buFh0l" diff --git a/mods/pehkui.pw.toml b/mods/pehkui.pw.toml index adb1e4c..818f1a6 100644 --- a/mods/pehkui.pw.toml +++ b/mods/pehkui.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/t5W7Jfwy/versions/SQpqSgAE/Pehkui-3.8.2%2B1.20.1-forge.jar" -hash-format = "sha1" -hash = "4bc816efdd8e5e2a97423313674401351710e403" +hash-format = "sha512" +hash = "e4660f0b5af6bfe2902ab39a6fbfa911856e0567bffc47842b482731da373afa4424b9e7cf47c61a0c2107445520475053709a6671d9eb4b7f4b55597729af3f" [update] [update.modrinth] diff --git a/mods/petrolpark.pw.toml b/mods/petrolpark.pw.toml deleted file mode 100644 index 3917278..0000000 --- a/mods/petrolpark.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Petrolpark's Library" -filename = "petrolpark-1.20.1-1.4.9-all.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/ik2WZkTZ/versions/NOmZ92Rf/petrolpark-1.20.1-1.4.9-all.jar" -hash-format = "sha1" -hash = "b00aeb68a5121d7dc5ca5515593fe0a381fcb6ce" - -[update] -[update.modrinth] -mod-id = "ik2WZkTZ" -version = "NOmZ92Rf" diff --git a/mods/petrols-parts.pw.toml b/mods/petrols-parts.pw.toml deleted file mode 100644 index f912a00..0000000 --- a/mods/petrols-parts.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Petrol's Parts (Create add-on)" -filename = "petrolsparts-1.20.1-1.2.3-all.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/AN0CZD9P/versions/hCQO8AvZ/petrolsparts-1.20.1-1.2.3-all.jar" -hash-format = "sha1" -hash = "25e34a9c096ec3f02206d43ac49c246942eb359f" - -[update] -[update.modrinth] -mod-id = "AN0CZD9P" -version = "hCQO8AvZ" diff --git a/mods/pick-up-notifier.pw.toml b/mods/pick-up-notifier.pw.toml new file mode 100644 index 0000000..0c29ae3 --- /dev/null +++ b/mods/pick-up-notifier.pw.toml @@ -0,0 +1,13 @@ +name = "Pick Up Notifier" +filename = "PickUpNotifier-v8.0.0-1.20.1-Forge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/ZX66K16c/versions/LojgSWbd/PickUpNotifier-v8.0.0-1.20.1-Forge.jar" +hash-format = "sha512" +hash = "3cddd0e7cd2527bf9483c2a4a40eb1d1e650c806fdfd3bcdf55cffdcc0575ca71d56a50d8d09cca63793e3da6b22436b636702755e0644beb4b0051f039a2dda" + +[update] +[update.modrinth] +mod-id = "ZX66K16c" +version = "LojgSWbd" diff --git a/mods/ping-wheel.pw.toml b/mods/ping-wheel.pw.toml index 35fcaf3..18fa540 100644 --- a/mods/ping-wheel.pw.toml +++ b/mods/ping-wheel.pw.toml @@ -1,13 +1,13 @@ name = "Ping Wheel" -filename = "Ping-Wheel-1.10.2-forge-1.20.1.jar" +filename = "Ping-Wheel-1.10.3-forge-1.20.1.jar" side = "both" [download] -hash-format = "sha1" -hash = "183c1004a2e58e4ba1b2d1406205bda31c14d63e" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/QQXAdCzh/versions/jnzl9ziX/Ping-Wheel-1.10.3-forge-1.20.1.jar" +hash-format = "sha512" +hash = "f1fcad4eae39dc6508578b29c067663d44d851fcdc57e53f78ed22262e578abfd9d27f84517d21a8aca7c27956b19402cb9ef0e67441c7e55d656ee92c3241dc" [update] -[update.curseforge] -file-id = 6352029 -project-id = 734339 +[update.modrinth] +mod-id = "QQXAdCzh" +version = "jnzl9ziX" diff --git a/mods/platforms.pw.toml b/mods/platforms.pw.toml index f3f7fe7..114ac94 100644 --- a/mods/platforms.pw.toml +++ b/mods/platforms.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/xIF7nCgD/versions/QKXIpujo/platforms-forge-1.20.1-1.1.jar" -hash-format = "sha1" -hash = "70cb43046454ae2d5fae8b9a67d5fad3e06ff83b" +hash-format = "sha512" +hash = "2f52488bfa3412dd15afd01657c0e3a9915404f61e14b42b2cf576601e250d8dacda7dc49781f134222c7632a9b85bf8e906c8da156afca7aa345868b0e2fd5a" [update] [update.modrinth] diff --git a/mods/playeranimator.pw.toml b/mods/playeranimator.pw.toml index ea82b77..34babea 100644 --- a/mods/playeranimator.pw.toml +++ b/mods/playeranimator.pw.toml @@ -3,11 +3,11 @@ filename = "player-animation-lib-forge-1.0.2-rc1+1.20.jar" side = "both" [download] -hash-format = "sha1" -hash = "16808f94a41d45d8e986b4e4ea6b02ba57fa058a" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/gedNE4y2/versions/xe2EVE6q/player-animation-lib-forge-1.0.2-rc1%2B1.20.jar" +hash-format = "sha512" +hash = "cb9f6a3aaa943823a85fdd716ddb3c7623af2b3520926c3a98d170c52d31908894808fb61c52bea39bae622dbab59d50b4bad56f7ca0533a9c3350d412c33729" [update] -[update.curseforge] -file-id = 4587214 -project-id = 658587 +[update.modrinth] +mod-id = "gedNE4y2" +version = "xe2EVE6q" diff --git a/mods/playerrevive.pw.toml b/mods/playerrevive.pw.toml index 6329cd2..a81a75a 100644 --- a/mods/playerrevive.pw.toml +++ b/mods/playerrevive.pw.toml @@ -3,11 +3,11 @@ filename = "PlayerRevive_FORGE_v2.0.31_mc1.20.1.jar" side = "both" [download] -hash-format = "sha1" -hash = "84c039f20b8f048c835c429c2c4a9fd82a5e65f6" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/ABIMzABM/versions/fUdn8MeF/PlayerRevive_FORGE_v2.0.31_mc1.20.1.jar" +hash-format = "sha512" +hash = "26ec9d4f4ff24a3e708f5485e40149214df76734af90848429bc7cedf397230a8e7b8b11aa21f11e50ea2987c862f09186ecd1b55b7ded31c5c99d661ede686a" [update] -[update.curseforge] -file-id = 6048921 -project-id = 266890 +[update.modrinth] +mod-id = "ABIMzABM" +version = "fUdn8MeF" diff --git a/mods/plushie.pw.toml b/mods/plushie.pw.toml deleted file mode 100644 index 9969fc5..0000000 --- a/mods/plushie.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Plushie Mod" -filename = "plushies-1.4.0-forge.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/hsOK0gUP/versions/lioWGH5B/plushies-1.4.0-forge.jar" -hash-format = "sha512" -hash = "fc7b8c86570aaa7bf79363f7bd573582b6dad1cc812d1c56004ea72357ddfc8c1fe4b488f1ed355fd29364d4c3a427931f6a4ac12f8d97d0795fb9332457fcb4" - -[update] -[update.modrinth] -mod-id = "hsOK0gUP" -version = "lioWGH5B" diff --git a/mods/polymorph.pw.toml b/mods/polymorph.pw.toml index 85fd012..31d3344 100644 --- a/mods/polymorph.pw.toml +++ b/mods/polymorph.pw.toml @@ -1,13 +1,13 @@ -name = "Polymorph (Fabric/Forge/Quilt)" +name = "Polymorph" filename = "polymorph-forge-0.49.10+1.20.1.jar" side = "both" [download] -hash-format = "sha1" -hash = "e4afd6f512cc06311320357ed974cee586e031c3" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/tagwiZkJ/versions/UZBKtFyR/polymorph-forge-0.49.10%2B1.20.1.jar" +hash-format = "sha512" +hash = "c36b4c3b893fa01619cf03750878913f37b59854282cd25ff61a8a81da59f0d8f0cb42da8da1e2ab20d0d86f8e0ad6e9bdf69925d1336a03fd23dbf9b232fe87" [update] -[update.curseforge] -file-id = 6450982 -project-id = 388800 +[update.modrinth] +mod-id = "tagwiZkJ" +version = "UZBKtFyR" diff --git a/mods/ponder.pw.toml b/mods/ponder.pw.toml deleted file mode 100644 index de34824..0000000 --- a/mods/ponder.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Ponder for KubeJS" -filename = "ponderjs-1.20.1-2.0.5.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "75c6b999ae5d37faf6337fcd6787928946866b18" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6519832 -project-id = 622888 diff --git a/mods/portable-tanks.pw.toml b/mods/portable-tanks.pw.toml new file mode 100644 index 0000000..d554861 --- /dev/null +++ b/mods/portable-tanks.pw.toml @@ -0,0 +1,13 @@ +name = "Portable Tanks" +filename = "portabletanks-1.1.7-forge-mc1.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2433b82365f9686c9dae80b69e5596b6cc5924db" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4595672 +project-id = 503920 diff --git a/mods/presence-footsteps-forge.pw.toml b/mods/presence-footsteps-forge.pw.toml index 8a4019b..7f67c4a 100644 --- a/mods/presence-footsteps-forge.pw.toml +++ b/mods/presence-footsteps-forge.pw.toml @@ -1,6 +1,6 @@ name = "Presence Footsteps (Forge)" filename = "PresenceFootsteps-1.20.1-1.9.1-beta.1.jar" -side = "client" +side = "both" [download] hash-format = "sha1" diff --git a/mods/pretty-pipes.pw.toml b/mods/pretty-pipes.pw.toml index b85c35f..fec63d4 100644 --- a/mods/pretty-pipes.pw.toml +++ b/mods/pretty-pipes.pw.toml @@ -3,11 +3,11 @@ filename = "PrettyPipes-1.15.0-all.jar" side = "both" [download] -hash-format = "sha1" -hash = "8e69a3719b89e67b0d26792d7ce0d77fbfaf02e4" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/XExdLWCQ/versions/LqsTdtjN/PrettyPipes-1.15.0-all.jar" +hash-format = "sha512" +hash = "1b021f9479c861f69d94b50337784ac25b20ecec83f847ca6b4835e8b37f1c099df27e249441070945486eb5990aaf68cfbf1ae4b16085db017e2d5ebf2e7bcb" [update] -[update.curseforge] -file-id = 4769646 -project-id = 376737 +[update.modrinth] +mod-id = "XExdLWCQ" +version = "LqsTdtjN" diff --git a/mods/pretty-rain.pw.toml b/mods/pretty-rain.pw.toml deleted file mode 100644 index d4565ac..0000000 --- a/mods/pretty-rain.pw.toml +++ /dev/null @@ -1,19 +0,0 @@ -name = "Pretty Rain" -filename = "Pretty Rain-1.20.1-Forge-1.1.3.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/IhZuHxkl/versions/ubdFPI1o/Pretty%20Rain-1.20.1-Forge-1.1.3.jar" -hash-format = "sha512" -hash = "518d062a79eeb18838d91a159879633dcbca18027be03a3314a8c4da95964e42db634cdc611ac7c086ecddb6c3ef484d1c5a4080efc2dfeb97cf098b53415a68" - - -[option] -optional = true -default = true -description = "Pretty Rain replaces the default weather with prettier particle effects." - -[update] -[update.modrinth] -mod-id = "IhZuHxkl" -version = "ubdFPI1o" diff --git a/mods/prism-lib.pw.toml b/mods/prism-lib.pw.toml index 821a1bf..0f82829 100644 --- a/mods/prism-lib.pw.toml +++ b/mods/prism-lib.pw.toml @@ -1,13 +1,13 @@ -name = "Prism [Neo/Forge]" +name = "Prism" filename = "Prism-1.20.1-forge-1.0.5.jar" -side = "both" +side = "client" [download] -hash-format = "sha1" -hash = "bcb4bbb1052f49ed4fe6e7d5d7f91f68d45c3fe3" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/1OE8wbN0/versions/FFyss87M/Prism-1.20.1-forge-1.0.5.jar" +hash-format = "sha512" +hash = "b73de6bf581f5f28d86baa3eeb8ac0ff30aa9a35280da7fa528547bbb9e0aff5f931b434e143a4dfc4d11ae03ce52bc1cfa359beb8b656880e75bf1aa8d91b81" [update] -[update.curseforge] -file-id = 4650325 -project-id = 638111 +[update.modrinth] +mod-id = "1OE8wbN0" +version = "FFyss87M" diff --git a/mods/progressive-bosses.pw.toml b/mods/progressive-bosses.pw.toml deleted file mode 100644 index 8e3dba0..0000000 --- a/mods/progressive-bosses.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Progressive Bosses" -filename = "progressivebosses-4.3.6.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/Zxspe0HA/versions/nmOPJMhr/progressivebosses-4.3.6.jar" -hash-format = "sha512" -hash = "d856b4ec402fb071c328c52fa85d49741653b3aa342b3a94e450bd27c236fe5a1f7c7ce41960f1333d5e5008b8223167de1d3799e2a00a0a7818ac751cee0843" - -[update] -[update.modrinth] -mod-id = "Zxspe0HA" -version = "nmOPJMhr" diff --git a/mods/quark.pw.toml b/mods/quark.pw.toml index 12bef33..b3639a3 100644 --- a/mods/quark.pw.toml +++ b/mods/quark.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/qnQsVE2z/versions/DijQLauD/Quark-4.0-462.jar" -hash-format = "sha1" -hash = "9b0fb82995622a0070c00827c698c43b49d9d14b" +hash-format = "sha512" +hash = "585b182ccd51066e841141c9bc74fe8b820df86119828b7542b56771c3fcaf8bcc92f9d67f4e87736e82a45bb9166f71c015b95e230f964215290707b6475eed" [update] [update.modrinth] diff --git a/mods/radium-reforged.pw.toml b/mods/radium-reforged.pw.toml deleted file mode 100644 index 128d344..0000000 --- a/mods/radium-reforged.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Radium Reforged" -filename = "radium-mc1.20.1-0.12.4+git.26c9d8e.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "f5f5f792473bb7b85ec221f75c5afb3740afb13a" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 5706069 -project-id = 570017 diff --git a/mods/rechiseled-create.pw.toml b/mods/rechiseled-create.pw.toml index 0625ef5..22376bd 100644 --- a/mods/rechiseled-create.pw.toml +++ b/mods/rechiseled-create.pw.toml @@ -1,13 +1,13 @@ name = "Rechiseled: Create" -filename = "rechiseledcreate-1.0.2a-forge-mc1.20.jar" +filename = "rechiseledcreate-1.0.2b-forge-mc1.20.jar" side = "both" [download] -hash-format = "sha1" -hash = "972f9c406120858159a4184d02cb9a8906f6f04b" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/E6867niZ/versions/EZfZoGHe/rechiseledcreate-1.0.2b-forge-mc1.20.jar" +hash-format = "sha512" +hash = "e5055fb4dbe0198f2158e3e28c982efa16a850a7c502be2266c4dd50b87b5666ed3271849d6b8e222d803ff9bda22a1a92edda8ac95d74dbf2d063b2683dd124" [update] -[update.curseforge] -file-id = 6401061 -project-id = 888624 +[update.modrinth] +mod-id = "E6867niZ" +version = "EZfZoGHe" diff --git a/mods/rechiseled.pw.toml b/mods/rechiseled.pw.toml index 6a6b6c1..2e47a49 100644 --- a/mods/rechiseled.pw.toml +++ b/mods/rechiseled.pw.toml @@ -3,11 +3,11 @@ filename = "rechiseled-1.1.6-forge-mc1.20.jar" side = "both" [download] -hash-format = "sha1" -hash = "cacec8ace7987d33e76873bf574704aea7564a4e" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/B0g2vT6l/versions/C384ujVf/rechiseled-1.1.6-forge-mc1.20.jar" +hash-format = "sha512" +hash = "2be090e73f8ded2c140d277a1997020286f344ecb2e87e762e0d9ce5d29e9f158381c0100e257136dd2460e2e320cbeed956f656d4b36e58040b9bb07517935e" [update] -[update.curseforge] -file-id = 5286306 -project-id = 558998 +[update.modrinth] +mod-id = "B0g2vT6l" +version = "C384ujVf" diff --git a/mods/redirected.pw.toml b/mods/redirected.pw.toml new file mode 100644 index 0000000..182cc46 --- /dev/null +++ b/mods/redirected.pw.toml @@ -0,0 +1,13 @@ +name = "Redirected" +filename = "redirected-forge-1.0.0-1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/hhnR8xqU/versions/cJBVuClJ/redirected-forge-1.0.0-1.20.1.jar" +hash-format = "sha512" +hash = "4f1362b1c0a4620b4fdb1282ae4fa036df843ffef4b0c1146d887a324f2517b4331691db42de09c7ca6729dad2993ff06ccd38b6f203e9623d25e17951b8fddf" + +[update] +[update.modrinth] +mod-id = "hhnR8xqU" +version = "cJBVuClJ" diff --git a/mods/reforgedplay-mod.pw.toml b/mods/reforgedplay-mod.pw.toml new file mode 100644 index 0000000..fa015c3 --- /dev/null +++ b/mods/reforgedplay-mod.pw.toml @@ -0,0 +1,18 @@ +name = "ReForgedPlay [replay mod on (neo)forge]" +filename = "reforgedplaymod-1.20.1-0.3.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "37b714750d0e5487b488b29ff1e1623e5bb18ed6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5637596 +project-id = 1018692 + +[option] +optional = true +description = "Record, replay and edit your adventures in Minecraft" +default = false diff --git a/mods/refurbished-furniture.pw.toml b/mods/refurbished-furniture.pw.toml deleted file mode 100644 index 59808b8..0000000 --- a/mods/refurbished-furniture.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "MrCrayfish's Furniture Mod: Refurbished" -filename = "refurbished_furniture-forge-1.20.1-1.0.14.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "b4aa83b3ad88939625da29c0adbad7eddc88c148" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6623931 -project-id = 897116 diff --git a/mods/regrowth.pw.toml b/mods/regrowth.pw.toml index 7389852..2e9907b 100644 --- a/mods/regrowth.pw.toml +++ b/mods/regrowth.pw.toml @@ -4,8 +4,8 @@ side = "server" [download] url = "https://cdn.modrinth.com/data/eR7uVkrb/versions/LSUJIpgX/regrowth-1.20-46.31.2.jar" -hash-format = "sha1" -hash = "b29fb388654d6db7865af38bedf53643ca78a774" +hash-format = "sha512" +hash = "0194b0651f7bc2047f805208c1764cd4fa2fc9bde25845b688b0762e91133f4d65ad9756ffe59fde9b85ce0b009e02dd8eb00d37b57fe2a4763421179ee92bec" [update] [update.modrinth] diff --git a/mods/resource-pack-overrides.pw.toml b/mods/resource-pack-overrides.pw.toml deleted file mode 100644 index e7e300f..0000000 --- a/mods/resource-pack-overrides.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Resource Pack Overrides" -filename = "ResourcePackOverrides-v8.0.3-1.20.1-Forge.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/YsFycamt/versions/fw5ouviG/ResourcePackOverrides-v8.0.3-1.20.1-Forge.jar" -hash-format = "sha1" -hash = "fa3d92461bceb63439d33ab634e894d4b342599c" - -[update] -[update.modrinth] -mod-id = "YsFycamt" -version = "fw5ouviG" diff --git a/mods/resourceful-config.pw.toml b/mods/resourceful-config.pw.toml deleted file mode 100644 index c55004d..0000000 --- a/mods/resourceful-config.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Resourceful Config" -filename = "resourcefulconfig-forge-1.20.1-2.1.3.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/M1953qlQ/versions/DERs8u7v/resourcefulconfig-forge-1.20.1-2.1.3.jar" -hash-format = "sha1" -hash = "597d40920dcc935f963842c817dcc4901862ab14" - -[update] -[update.modrinth] -mod-id = "M1953qlQ" -version = "DERs8u7v" diff --git a/mods/resourcepackcached.pw.toml b/mods/resourcepackcached.pw.toml index ee6ed89..057a0fc 100644 --- a/mods/resourcepackcached.pw.toml +++ b/mods/resourcepackcached.pw.toml @@ -1,13 +1,13 @@ name = "ResourcePackCached" filename = "rpc-1.1.2+1.20.1-forge.jar" -side = "both" +side = "client" [download] -hash-format = "sha1" -hash = "19e88579617d599eb4d9389980c4323395be196e" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/d4phKsx2/versions/VG3as7Qn/rpc-1.1.2%2B1.20.1-forge.jar" +hash-format = "sha512" +hash = "0f3139166361f6d73586d098884bdbf3b641299567db13a75848f8f7ae184cbe2333de10369dbca745d22c7ec220f09df5825e1186d0491c000c47bda4af2e61" [update] -[update.curseforge] -file-id = 5966736 -project-id = 1125284 +[update.modrinth] +mod-id = "d4phKsx2" +version = "VG3as7Qn" diff --git a/mods/responsiveshields.pw.toml b/mods/responsiveshields.pw.toml deleted file mode 100644 index 053a678..0000000 --- a/mods/responsiveshields.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Responsive Shields" -filename = "responsiveshields-2.3-mc1.18-19-20.x.jar" -side = "server" - -[download] -url = "https://cdn.modrinth.com/data/MBmh0f9A/versions/6vuwab6O/responsiveshields-2.3-mc1.18-19-20.x.jar" -hash-format = "sha1" -hash = "51bac4566c689abe50f5016b1de3de807a1a78aa" - -[update] -[update.modrinth] -mod-id = "MBmh0f9A" -version = "6vuwab6O" diff --git a/mods/retro-damage-indicators.pw.toml b/mods/retro-damage-indicators.pw.toml index 8035831..d0a00b6 100644 --- a/mods/retro-damage-indicators.pw.toml +++ b/mods/retro-damage-indicators.pw.toml @@ -7,11 +7,6 @@ url = "https://cdn.modrinth.com/data/5xDsLBRb/versions/2XsyrIHD/retrodamageindic hash-format = "sha512" hash = "2f195d7d66676af3eb640df481d524c66cb5a1a712c24eb2309ec8175996e9a6af8995ba6a598e3da4dbc7f3555962754bdd70b7fca1895040842ae5f87b645a" -[option] -optional = true -default = true -description = "Retro Damage Indicators brings back the classic modded Damage Indicator look and feel to modern Minecraft." - [update] [update.modrinth] mod-id = "5xDsLBRb" diff --git a/mods/rhino.pw.toml b/mods/rhino.pw.toml index 6391b95..3bad63c 100644 --- a/mods/rhino.pw.toml +++ b/mods/rhino.pw.toml @@ -3,11 +3,11 @@ filename = "rhino-forge-2001.2.3-build.10.jar" side = "both" [download] -hash-format = "sha1" -hash = "c83c9b719a6bab33fbd2b3f2f680eb3adbfc1aa1" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/sk9knFPE/versions/uNALdylI/rhino-forge-2001.2.3-build.10.jar" +hash-format = "sha512" +hash = "4eb6a635f3eff3baa158539bd55344421cf69b15e28f7da8bf55f370a11c071f3525063a6f81b67fbfca550ad8aaab7e6208df87f65ca6ed2851edd46f032b58" [update] -[update.curseforge] -file-id = 6186971 -project-id = 416294 +[update.modrinth] +mod-id = "sk9knFPE" +version = "uNALdylI" diff --git a/mods/rpl.pw.toml b/mods/rpl.pw.toml index 8255a1e..8e3d7b2 100644 --- a/mods/rpl.pw.toml +++ b/mods/rpl.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/B3pb093D/versions/MxClZxbS/ritchiesprojectilelib-2.1.0%2Bmc.1.20.1-forge.jar" -hash-format = "sha1" -hash = "3f8af3e9e7331be574bcbb1dca479c83b9cd45bd" +hash-format = "sha512" +hash = "a717edbfb9e47009db9c526e0563a65ceae7d18d5cca3547d7d2f1011bdc703566ed69c92b8435775ffbbaa002d05f873bdd49f062d45c350b61b814a36056b1" [update] [update.modrinth] diff --git a/mods/ryoamiclights.pw.toml b/mods/ryoamiclights.pw.toml deleted file mode 100644 index bb73318..0000000 --- a/mods/ryoamiclights.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "RyoamicLights" -filename = "RyoamicLights-forge-0.2.3+mc1.20.1.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/reCfnRvJ/versions/c2Th4NIB/RyoamicLights-forge-0.2.3%2Bmc1.20.1.jar" -hash-format = "sha512" -hash = "6e605b6362f12290408b12b791cf6c0b67eb82120d1bf9e290b8f50fb27fd3235df0cec44d1c88db7638e237c770d53c077454578c91d6b99d16b0eed2dd1fb1" - -[update] -[update.modrinth] -mod-id = "reCfnRvJ" -version = "c2Th4NIB" diff --git a/mods/saturn.pw.toml b/mods/saturn.pw.toml new file mode 100644 index 0000000..af4245d --- /dev/null +++ b/mods/saturn.pw.toml @@ -0,0 +1,13 @@ +name = "Saturn" +filename = "saturn-mc1.20.1-0.1.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/2eT495vq/versions/Yx85DYaG/saturn-mc1.20.1-0.1.3.jar" +hash-format = "sha512" +hash = "8b4b9a69e7b55df8148e83a6d17ef381b9c412d8730d0068974bd48bbdae1a1a43837a5307471bc5dd2b41d3aa821d73c8683a3f480a9d987b2cf0969aa178cc" + +[update] +[update.modrinth] +mod-id = "2eT495vq" +version = "Yx85DYaG" diff --git a/mods/savage-and-ravage.pw.toml b/mods/savage-and-ravage.pw.toml index 43bc1e8..0b5cb57 100644 --- a/mods/savage-and-ravage.pw.toml +++ b/mods/savage-and-ravage.pw.toml @@ -3,11 +3,11 @@ filename = "savage_and_ravage-1.20.1-6.0.0.jar" side = "both" [download] -hash-format = "sha1" -hash = "a6895b929eaa76a46814c0bb0d3e70190d3b26a1" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/KxOh9voD/versions/38OAGsVf/savage_and_ravage-1.20.1-6.0.0.jar" +hash-format = "sha512" +hash = "1b0ca038a5ecf8f1b23f5753ec97e22d989c6e469620e6db5a009f372d3395967fd9e545be2a8fcd7a10ea059aa67f7dbaf97b43022f7ee9c818cba0acfc239b" [update] -[update.curseforge] -file-id = 6040963 -project-id = 381736 +[update.modrinth] +mod-id = "KxOh9voD" +version = "38OAGsVf" diff --git a/mods/scaffolding-drops-nearby.pw.toml b/mods/scaffolding-drops-nearby.pw.toml new file mode 100644 index 0000000..03ab94d --- /dev/null +++ b/mods/scaffolding-drops-nearby.pw.toml @@ -0,0 +1,13 @@ +name = "Scaffolding Drops Nearby" +filename = "scaffoldingdropsnearby-1.20.1-3.4.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/uO522mgw/versions/PrrHinLr/scaffoldingdropsnearby-1.20.1-3.4.jar" +hash-format = "sha512" +hash = "b90047f592a8e5dc2a1a61ab1349882163cacf507c36965bd66ad62415a8d6ebd2218464184403cabd5c64437f73c91910110b480ff38f09cb9ded04848317b6" + +[update] +[update.modrinth] +mod-id = "uO522mgw" +version = "PrrHinLr" diff --git a/mods/seamless-loading-screen.pw.toml b/mods/seamless-loading-screen.pw.toml index d0fa5c6..09ec4a2 100644 --- a/mods/seamless-loading-screen.pw.toml +++ b/mods/seamless-loading-screen.pw.toml @@ -1,18 +1,13 @@ -name = "Seamless Loading Screen" +name = "Seamless Loading Screen " filename = "seamless-loading-screen-2.0.3+1.20.1-forge.jar" side = "client" [download] -hash-format = "sha1" -hash = "fb03054d727573029b2dbf5e78bd187491b8931d" -mode = "metadata:curseforge" - -[option] -optional = true -default = true -description = "Takes a screenshot of the game when you leave a world or server, and displays it when you rejoin it." +url = "https://cdn.modrinth.com/data/TyTPFOiF/versions/iguviUFl/seamless-loading-screen-2.0.3%2B1.20.1-forge.jar" +hash-format = "sha512" +hash = "58a7a8ce6bc2f9a5a1403200e46681705e256c4384ffd9043dfc9c5223c0e90b22c280163e913a69a7bf41c63830a4b9c11109b14c62d3e9fe87d32949676903" [update] -[update.curseforge] -file-id = 4755295 -project-id = 429926 +[update.modrinth] +mod-id = "TyTPFOiF" +version = "iguviUFl" diff --git a/mods/searchables.pw.toml b/mods/searchables.pw.toml index 4e675b3..de0c25f 100644 --- a/mods/searchables.pw.toml +++ b/mods/searchables.pw.toml @@ -4,8 +4,8 @@ side = "client" [download] url = "https://cdn.modrinth.com/data/fuuu3xnx/versions/PM9yAW1G/Searchables-forge-1.20.1-1.0.3.jar" -hash-format = "sha1" -hash = "5b976f6e76ec74cdef21865e31f56bcb11558db7" +hash-format = "sha512" +hash = "185617d6d446f3d4ef6c7d5c6ee4e2fb731a89f7495157313b21292ec6b8e3dbcc10c0379ab49ecb2d0c64d0a78df74750d7f7336d5e6c43516a7c92f278c0a2" [update] [update.modrinth] diff --git a/mods/selene.pw.toml b/mods/selene.pw.toml deleted file mode 100644 index 81647a3..0000000 --- a/mods/selene.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Moonlight Lib" -filename = "moonlight-1.20-2.14.1-forge.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "1658692ea4a03369f07b3af821fe622f0e6b47ac" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6507197 -project-id = 499980 diff --git a/mods/shetiphiancore.pw.toml b/mods/shetiphiancore.pw.toml index 0d618b0..e24f97d 100644 --- a/mods/shetiphiancore.pw.toml +++ b/mods/shetiphiancore.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/oX7uP2kS/versions/OArfEEsX/shetiphiancore-forge-1.20.1-1.4.jar" -hash-format = "sha1" -hash = "410b5b74c1373ae16ce62d304f3d9c34df9e3aef" +hash-format = "sha512" +hash = "a263396b9b5afe2f88d561da478aacb3bc15b9d6f850cdd6a8fec18710d22b4dc432936b4c1b3d18a49925ab6577faec2bc8d6810d51546f25742d2af9dc5b65" [update] [update.modrinth] diff --git a/mods/shoulder-surfing-reloaded.pw.toml b/mods/shoulder-surfing-reloaded.pw.toml index 845c6dc..9d72c69 100644 --- a/mods/shoulder-surfing-reloaded.pw.toml +++ b/mods/shoulder-surfing-reloaded.pw.toml @@ -1,18 +1,13 @@ name = "Shoulder Surfing Reloaded" -filename = "ShoulderSurfing-Forge-1.20.1-4.13.1.jar" +filename = "ShoulderSurfing-Forge-1.20.1-4.14.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/kepjj2sy/versions/8Ytbhnhu/ShoulderSurfing-Forge-1.20.1-4.13.1.jar" +url = "https://cdn.modrinth.com/data/kepjj2sy/versions/uNEGD88l/ShoulderSurfing-Forge-1.20.1-4.14.1.jar" hash-format = "sha512" -hash = "4ea4135b298cbfcac01d4be56b00803d832586be3acd020007b248adcc7af6ead8e74ae2a98b134edc8b2f24884194ed518bad960cb5088b9c57abf46413f827" +hash = "7361c88c9ac487c13cf4e21f6fbc4afcfec5c2eb638d8322d4a1d966b3c53fa6093f7c1c9c9df47192026eca135e5635549bd4b9898d0bc3e2818ac4434c7df8" [update] [update.modrinth] mod-id = "kepjj2sy" -version = "8Ytbhnhu" - -[option] -optional = true -description = "Highly configurable third person camera mod" -default = true +version = "uNEGD88l" diff --git a/mods/silent-gear.pw.toml b/mods/silent-gear.pw.toml index f751551..db8b613 100644 --- a/mods/silent-gear.pw.toml +++ b/mods/silent-gear.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/73mSSnCf/versions/FTLzdGgN/silent-gear-1.20.1-3.6.6.jar" -hash-format = "sha1" -hash = "d0b9e29dfef149d392997cca2baaf526e09ec426" +hash-format = "sha512" +hash = "08d90018a54f5799277e059c5f26e06b57c9b176cd22e0913aea646afd8228e6912b2d84d15eb16fb63893a84d512c9fa0bb657d6b0f9dd4ac20d77facd94398" [update] [update.modrinth] diff --git a/mods/silent-lib.pw.toml b/mods/silent-lib.pw.toml index 56516db..bfebce8 100644 --- a/mods/silent-lib.pw.toml +++ b/mods/silent-lib.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/BQhuHQo4/versions/WGt4877n/silent-lib-1.20.1-8.0.0.jar" -hash-format = "sha1" -hash = "62a8a63755a70aba2e8aa047856a4611729ca1b3" +hash-format = "sha512" +hash = "6a24bf4a7be495041b6305815e7ffeb8badc4ca3ef8ecb2050a31c85045504df5d7803676138d73a152aa2858821a74bc9b2a09b0ca5dfa9a22288722cd701e7" [update] [update.modrinth] diff --git a/mods/simple-voice-chat.pw.toml b/mods/simple-voice-chat.pw.toml index 49c8ee1..5429854 100644 --- a/mods/simple-voice-chat.pw.toml +++ b/mods/simple-voice-chat.pw.toml @@ -1,13 +1,13 @@ name = "Simple Voice Chat" -filename = "voicechat-forge-1.20.1-2.5.32.jar" +filename = "voicechat-forge-1.20.1-2.5.34.jar" side = "both" [download] -hash-format = "sha1" -hash = "ac473891f29bbeadf3a82bde2666bd26a33c2eb5" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/K2GUC6z0/voicechat-forge-1.20.1-2.5.34.jar" +hash-format = "sha512" +hash = "2b63a94d90865878e1391cc4af52a52e3ec1a77b59f4536beae24edb5f617d850a0664510532fd9cc7daf8597078199ceeac15db27435f3ed2cd907cbe370f70" [update] -[update.curseforge] -file-id = 6697141 -project-id = 416089 +[update.modrinth] +mod-id = "9eGKb6K1" +version = "K2GUC6z0" diff --git a/mods/simple-voice-radio.pw.toml b/mods/simple-voice-radio.pw.toml deleted file mode 100644 index b9f5ebc..0000000 --- a/mods/simple-voice-radio.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Simple Voice Radio" -filename = "simpleradio-forge-1.20.1-3.4.6.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "d3aea4aa49e93e218732ed2c7afb2f44e980c679" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6486356 -project-id = 820070 diff --git a/mods/sizeshiftingpotions.pw.toml b/mods/sizeshiftingpotions.pw.toml index 26cc5a2..ee8938b 100644 --- a/mods/sizeshiftingpotions.pw.toml +++ b/mods/sizeshiftingpotions.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/rfj2v0X6/versions/kcFeja97/sizeshiftingpotions-1.7.1-forge.jar" -hash-format = "sha1" -hash = "bd68e5eee5a1ed9843ebfebe0582bfec86ec9ab8" +hash-format = "sha512" +hash = "3d8ad618d52ec1e47f3f8856dadb6babeb974b782e9d923f6ef4724088b4ac7e8e5ca58d3ae09a9f75e24d8c23f6062fb93a35f6ba43232f5dfff32c1d646979" [update] [update.modrinth] diff --git a/mods/skeleton-horse-spawn.pw.toml b/mods/skeleton-horse-spawn.pw.toml index fd4a7db..60b8293 100644 --- a/mods/skeleton-horse-spawn.pw.toml +++ b/mods/skeleton-horse-spawn.pw.toml @@ -4,8 +4,8 @@ side = "server" [download] url = "https://cdn.modrinth.com/data/ZcqNoW8j/versions/Yn0bTDEt/skeletonhorsespawn-1.20.1-4.1.jar" -hash-format = "sha1" -hash = "e1848018bb09a6111cbdd4dce507ae3dce4e4234" +hash-format = "sha512" +hash = "598f02f7be22cda3fbd80bee2a25e2583cca459b74469bc42fb252f324fa0af37d13bda9a50101720be8646bd9109fa7f915822685552fbb9a47bc9053abe389" [update] [update.modrinth] diff --git a/mods/skinrestorer.pw.toml b/mods/skinrestorer.pw.toml index c5c4f2e..6a7ac4d 100644 --- a/mods/skinrestorer.pw.toml +++ b/mods/skinrestorer.pw.toml @@ -1,13 +1,13 @@ name = "Skin Restorer" -filename = "skinrestorer-2.4.1+1.20-forge.jar" +filename = "skinrestorer-2.4.2+1.20-forge.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/ghrZDhGW/versions/zBTTp6Rf/skinrestorer-2.4.1%2B1.20-forge.jar" +url = "https://cdn.modrinth.com/data/ghrZDhGW/versions/fhVMrhdM/skinrestorer-2.4.2%2B1.20-forge.jar" hash-format = "sha512" -hash = "31678d8e457a9964ed74f49b7f7dd528a030ac168c3a16d23e6fc8d6189097f55b65ca75191c5d2b0db056db6113d52d077cc1acc7a1beabbcae062ce0af7407" +hash = "1017acfbb00e41efce5e7999d0651bd090d547e866887d7ca4964da1dd617549ec3c48e9a5efbe8f3ff3f42a022a2a8ada9f2f33a58414f4d0068cc7da76d831" [update] [update.modrinth] mod-id = "ghrZDhGW" -version = "zBTTp6Rf" +version = "fhVMrhdM" diff --git a/mods/slice-and-dice.pw.toml b/mods/slice-and-dice.pw.toml index e254a7e..56e7b2b 100644 --- a/mods/slice-and-dice.pw.toml +++ b/mods/slice-and-dice.pw.toml @@ -3,11 +3,11 @@ filename = "sliceanddice-forge-3.4.1.jar" side = "both" [download] -hash-format = "sha1" -hash = "836411d9c265b17dbb4acc7a59d99aa5ac52ec59" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/GmjmRQ0A/versions/zRXLDIwB/sliceanddice-forge-3.4.1.jar" +hash-format = "sha512" +hash = "d8c48242b971d958c3ff280b620ad4f06f95ca05cebf2000e3642be46c155982a4de3bde986e145061b92627e559a846b96a3a54bf636d36890d087d22466663" [update] -[update.curseforge] -file-id = 6715725 -project-id = 659674 +[update.modrinth] +mod-id = "GmjmRQ0A" +version = "zRXLDIwB" diff --git a/mods/smaller-nether-portals.pw.toml b/mods/smaller-nether-portals.pw.toml index d41a854..be394c8 100644 --- a/mods/smaller-nether-portals.pw.toml +++ b/mods/smaller-nether-portals.pw.toml @@ -4,8 +4,8 @@ side = "server" [download] url = "https://cdn.modrinth.com/data/fYAofsi6/versions/AKAgpUev/smallernetherportals-1.20.1-3.9.jar" -hash-format = "sha1" -hash = "9d3d6627d7feefbd5f85bc70a751cc44fbca2908" +hash-format = "sha512" +hash = "9ecae52cc42fe3edc1a45b157d495cddf867975d1f63a6c3aa65e732eeac40ac5bae3e3d1269cd342fe077e548e67cd7b9f05a1a3e760447162f192c4cfca91b" [update] [update.modrinth] diff --git a/mods/sodium-dynamic-lights.pw.toml b/mods/sodium-dynamic-lights.pw.toml new file mode 100644 index 0000000..1a8b535 --- /dev/null +++ b/mods/sodium-dynamic-lights.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium Dynamic Lights" +filename = "sodiumdynamiclights-forge-1.0.10-1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/PxQSWIcD/versions/I156ee3A/sodiumdynamiclights-forge-1.0.10-1.20.1.jar" +hash-format = "sha512" +hash = "b8527199be5a8b4bc758a4f320586b5886e6ff657718f52d464386b1e3c695d7bfe644e2ef9487a869c93c0866818995ecd47b9e1a19054929242682e37f58b7" + +[update] +[update.modrinth] +mod-id = "PxQSWIcD" +version = "I156ee3A" diff --git a/mods/sodium-embeddium-options-mod-compat.pw.toml b/mods/sodium-embeddium-options-mod-compat.pw.toml deleted file mode 100644 index 6d6102c..0000000 --- a/mods/sodium-embeddium-options-mod-compat.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Sodium/Embeddium Options Mod Compat" -filename = "sodiumoptionsmodcompat-forge-1.0.0-1.20.1.jar" -side = "client" - -[download] -hash-format = "sha1" -hash = "797554fd7d20a86fc168d2df83d611ed12185b05" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6041603 -project-id = 1146393 diff --git a/mods/sodium-extras.pw.toml b/mods/sodium-extras.pw.toml new file mode 100644 index 0000000..9944de9 --- /dev/null +++ b/mods/sodium-extras.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium Extras" +filename = "sodiumextras-forge-1.0.7-1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/vqqx0QiE/versions/VNFB2Vgv/sodiumextras-forge-1.0.7-1.20.1.jar" +hash-format = "sha512" +hash = "47f298943079eb6b8f5222cbb093fec0c29c86a6f68e8000545059d64ff5c4cbf76fa774565a0d4d89d1fb0a278b62292f7619fb818e4fdfd9f01a637e7fcbfb" + +[update] +[update.modrinth] +mod-id = "vqqx0QiE" +version = "VNFB2Vgv" diff --git a/mods/sodium-options-api.pw.toml b/mods/sodium-options-api.pw.toml index 828b704..2b6530a 100644 --- a/mods/sodium-options-api.pw.toml +++ b/mods/sodium-options-api.pw.toml @@ -1,13 +1,13 @@ -name = "Sodium/Embeddium Options API" +name = "Sodium Options API" filename = "sodiumoptionsapi-forge-1.0.10-1.20.1.jar" side = "client" [download] -hash-format = "sha1" -hash = "7529fbf938787ed13a251cbf40936f8c29ec4b6c" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/Es5v4eyq/versions/d0EFLitO/sodiumoptionsapi-forge-1.0.10-1.20.1.jar" +hash-format = "sha512" +hash = "20b11f1582df3df3d351e0cffcfc8b97453e2d73164fbad46d3f4eb960cab57d8f708d84b818782ef019d5cd9494ce001161f753623680516a191d6f510ebb79" [update] -[update.curseforge] -file-id = 6100812 -project-id = 1103431 +[update.modrinth] +mod-id = "Es5v4eyq" +version = "d0EFLitO" diff --git a/mods/sodium-options-mod-compat.pw.toml b/mods/sodium-options-mod-compat.pw.toml new file mode 100644 index 0000000..e9aa7a3 --- /dev/null +++ b/mods/sodium-options-mod-compat.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium Options Mod Compat" +filename = "sodiumoptionsmodcompat-forge-1.0.0-1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Yg1VT27P/versions/VSq6XYM3/sodiumoptionsmodcompat-forge-1.0.0-1.20.1.jar" +hash-format = "sha512" +hash = "e4c6daa11fe54f0f624044f6d514c5af399fdab41bad582aaf9581821ef72be4a459593731cda526bcd2a86ae73b2c951f901987e18691cb38989d7592d8116b" + +[update] +[update.modrinth] +mod-id = "Yg1VT27P" +version = "VSq6XYM3" diff --git a/mods/some-assembly-required.pw.toml b/mods/some-assembly-required.pw.toml deleted file mode 100644 index c8aab4d..0000000 --- a/mods/some-assembly-required.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Some Assembly Required" -filename = "some-assembly-required-1.20.1-4.2.0.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "35c5d994329aacdca12dae53c052e4fd2acfd42f" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6426462 -project-id = 422951 diff --git a/mods/sophisticated-backpacks-create-integration.pw.toml b/mods/sophisticated-backpacks-create-integration.pw.toml index 5ea97e9..879fb5d 100644 --- a/mods/sophisticated-backpacks-create-integration.pw.toml +++ b/mods/sophisticated-backpacks-create-integration.pw.toml @@ -3,11 +3,11 @@ filename = "sophisticatedbackpackscreateintegration-1.20.1-0.1.3.11.jar" side = "both" [download] -hash-format = "sha1" -hash = "4a22a23c0efee32a324f6758f50183189b9415b6" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/s85zLEDe/versions/B6pOD9gx/sophisticatedbackpackscreateintegration-1.20.1-0.1.3.11.jar" +hash-format = "sha512" +hash = "9fd0176f500fc40d8fdb2a53867d8fbdc803423f382da71054093afc6cfa73b4475d4c7754dc43dbc4b8c877f224dd7e6937452e7ec588d77742229ebebc7d29" [update] -[update.curseforge] -file-id = 6566661 -project-id = 1238567 +[update.modrinth] +mod-id = "s85zLEDe" +version = "B6pOD9gx" diff --git a/mods/sophisticated-backpacks.pw.toml b/mods/sophisticated-backpacks.pw.toml index 7f0dc12..dbcd8fe 100644 --- a/mods/sophisticated-backpacks.pw.toml +++ b/mods/sophisticated-backpacks.pw.toml @@ -3,11 +3,11 @@ filename = "sophisticatedbackpacks-1.20.1-3.23.23.1281.jar" side = "both" [download] -hash-format = "sha1" -hash = "0a52120105615eb78d9cb9372424fe94529000c6" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/TyCTlI4b/versions/3nFxZQrX/sophisticatedbackpacks-1.20.1-3.23.23.1281.jar" +hash-format = "sha512" +hash = "bb032cd0abe2330d76f4e8c5e38974fafdabfa52cdd16364a1946082ecb1d76e041cd2683bb5f98d22d927e0e13b21c16e518789cf5821708773dec96f102659" [update] -[update.curseforge] -file-id = 6761714 -project-id = 422301 +[update.modrinth] +mod-id = "TyCTlI4b" +version = "3nFxZQrX" diff --git a/mods/sophisticated-core.pw.toml b/mods/sophisticated-core.pw.toml index 0efd4e0..efd1ef3 100644 --- a/mods/sophisticated-core.pw.toml +++ b/mods/sophisticated-core.pw.toml @@ -3,11 +3,11 @@ filename = "sophisticatedcore-1.20.1-1.2.75.1033.jar" side = "both" [download] -hash-format = "sha1" -hash = "ff32a30d40ba71d0af46e58987b1c97c81dfa12a" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/nmoqTijg/versions/2Nf2a3j9/sophisticatedcore-1.20.1-1.2.75.1033.jar" +hash-format = "sha512" +hash = "af116b9b26be90495dbf6f5e8a28bb1ef4482570a09b3b5bf8845fa38221d2cec3f2283c7d20ed490bc0b600eb6d2906c19bce9c214cfa07d7544260b9134666" [update] -[update.curseforge] -file-id = 6759791 -project-id = 618298 +[update.modrinth] +mod-id = "nmoqTijg" +version = "2Nf2a3j9" diff --git a/mods/sophisticated-storage-create-integration.pw.toml b/mods/sophisticated-storage-create-integration.pw.toml index 777731b..9c88906 100644 --- a/mods/sophisticated-storage-create-integration.pw.toml +++ b/mods/sophisticated-storage-create-integration.pw.toml @@ -3,11 +3,11 @@ filename = "sophisticatedstoragecreateintegration-1.20.1-0.1.12.36.jar" side = "both" [download] -hash-format = "sha1" -hash = "b7fa3fc0b933675e9cfa09dd09e80c375f8b46d7" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/MJ0hdevs/versions/powNv2AB/sophisticatedstoragecreateintegration-1.20.1-0.1.12.36.jar" +hash-format = "sha512" +hash = "dd1e0f697e2bcc9032d5393703143f64bd088a440e51ab73751e86bfb742c19ea7339c6268c387c9801892ebd73be43a6f81aa312c0bdf9bd5a1bd57979395f1" [update] -[update.curseforge] -file-id = 6568516 -project-id = 1226755 +[update.modrinth] +mod-id = "MJ0hdevs" +version = "powNv2AB" diff --git a/mods/sophisticated-storage.pw.toml b/mods/sophisticated-storage.pw.toml index 6342b01..2dfecdf 100644 --- a/mods/sophisticated-storage.pw.toml +++ b/mods/sophisticated-storage.pw.toml @@ -3,11 +3,11 @@ filename = "sophisticatedstorage-1.20.1-1.3.55.1200.jar" side = "both" [download] -hash-format = "sha1" -hash = "91d3f27c631ea8bee7fbb773635835f402ce1739" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/hMlaZH8f/versions/8gr9Vndv/sophisticatedstorage-1.20.1-1.3.55.1200.jar" +hash-format = "sha512" +hash = "cfbe812a2bba3d6c6030c31adf3d9fb1ce75b22255ae32ba3b1c74b147b38d7ac6eeaf3f9fea2499fec6395e3688578efe25c02f664ea650f1827c2a3f49aa17" [update] -[update.curseforge] -file-id = 6759167 -project-id = 619320 +[update.modrinth] +mod-id = "hMlaZH8f" +version = "8gr9Vndv" diff --git a/mods/sound-physics-remastered.pw.toml b/mods/sound-physics-remastered.pw.toml index 97acf33..0044f86 100644 --- a/mods/sound-physics-remastered.pw.toml +++ b/mods/sound-physics-remastered.pw.toml @@ -1,18 +1,13 @@ name = "Sound Physics Remastered" filename = "sound-physics-remastered-forge-1.20.1-1.4.13.jar" -side = "server" +side = "client" [download] -hash-format = "sha1" -hash = "0851097c159a0498620e8cd307ab7d26c6fcc57b" -mode = "metadata:curseforge" - -[option] -optional = true -default = true -description = "A Minecraft mod that provides realistic sound attenuation, reverberation, and absorption through blocks." +url = "https://cdn.modrinth.com/data/qyVF9oeo/versions/fqgMU03D/sound-physics-remastered-forge-1.20.1-1.4.13.jar" +hash-format = "sha512" +hash = "3840428a7b9e065e380b5fc59a134e7c9aa3b46c0c491724534274eb709a1927be5ab6473a8a38f60bdb16e128174a1bae432e81e86a622b7d2b75e4aa961998" [update] -[update.curseforge] -file-id = 6399601 -project-id = 535489 +[update.modrinth] +mod-id = "qyVF9oeo" +version = "fqgMU03D" diff --git a/mods/sparsestructures.pw.toml b/mods/sparsestructures.pw.toml index 371ffa6..5ad03f6 100644 --- a/mods/sparsestructures.pw.toml +++ b/mods/sparsestructures.pw.toml @@ -4,8 +4,8 @@ side = "server" [download] url = "https://cdn.modrinth.com/data/qwvI41y9/versions/oqEnX6AN/sparsestructures-forge-1.20.1-3.0.jar" -hash-format = "sha1" -hash = "3a14160106a66c54ce47c5e26d8a20c70b44d4c1" +hash-format = "sha512" +hash = "d4cf093c76af0456ed629ac163753c309f7b7096bb7d826929f9fb64ca29af096705dbe5e12c831a183544506c80067d5eae43882bc65808170ee25fbf482aba" [update] [update.modrinth] diff --git a/mods/stone-zone.pw.toml b/mods/stone-zone.pw.toml deleted file mode 100644 index ef415ee..0000000 --- a/mods/stone-zone.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Every Compat (Stone Zone)" -filename = "stonezone-1.20-2.8.9.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/uYwn8IP5/versions/Q0zoEYlx/stonezone-1.20-2.8.9.jar" -hash-format = "sha512" -hash = "976852b539d23170e91db9e88c5ea5340b963902ee7f88a60f4af3c889b33e4343972fad06fe3bdc53e2fd11a79a6daf2a134e7d2776c6dea349075f5c541a3d" - -[update] -[update.modrinth] -mod-id = "uYwn8IP5" -version = "Q0zoEYlx" diff --git a/mods/straw-statues.pw.toml b/mods/straw-statues.pw.toml new file mode 100644 index 0000000..673e91d --- /dev/null +++ b/mods/straw-statues.pw.toml @@ -0,0 +1,13 @@ +name = "Straw Statues" +filename = "StrawStatues-v8.0.3-1.20.1-Forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/2fltysAl/versions/1WbJR9ka/StrawStatues-v8.0.3-1.20.1-Forge.jar" +hash-format = "sha512" +hash = "5812934c0cd827119ab3955263857b3577eadbdc2bb78a09f978928faa0eafab8b10dc5cdb7896453179705c65bf7593129ae33561b752bbe62177c52b7f3d3a" + +[update] +[update.modrinth] +mod-id = "2fltysAl" +version = "1WbJR9ka" diff --git a/mods/structure-essentials-forge-fabric.pw.toml b/mods/structure-essentials-forge-fabric.pw.toml index e6470ba..971065d 100644 --- a/mods/structure-essentials-forge-fabric.pw.toml +++ b/mods/structure-essentials-forge-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Structure Essentials[Forge/Fabric]" -filename = "structureessentials-1.20.1-4.7.jar" +filename = "structureessentials-1.20.1-4.8.jar" side = "server" [download] hash-format = "sha1" -hash = "c216ea632cda04c1c1378f7468408b4b534f5b2f" +hash = "1f94d509a6c25fa85b748d3cc3015bbbb977a948" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6420202 +file-id = 6732854 project-id = 832882 diff --git a/mods/structure-gel-api.pw.toml b/mods/structure-gel-api.pw.toml index 8ed998b..c01f2d1 100644 --- a/mods/structure-gel-api.pw.toml +++ b/mods/structure-gel-api.pw.toml @@ -3,11 +3,11 @@ filename = "structure_gel-1.20.1-2.16.2.jar" side = "both" [download] -hash-format = "sha1" -hash = "ec8c59d2a69eca3249a8da673f572b40b6d59895" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/T8TGycIQ/versions/xavY0MZc/structure_gel-1.20.1-2.16.2.jar" +hash-format = "sha512" +hash = "643f7ae81418e2a473824f35dc06df357a16e17ae1dd0f4c6dd00958aebacc83fb15386240d4767b6ad41d6b89735778bb564080ce6174a0a374f9ac63f9ced8" [update] -[update.curseforge] -file-id = 5278429 -project-id = 378802 +[update.modrinth] +mod-id = "T8TGycIQ" +version = "xavY0MZc" diff --git a/mods/structurize.pw.toml b/mods/structurize.pw.toml index b45a0cd..f63c674 100644 --- a/mods/structurize.pw.toml +++ b/mods/structurize.pw.toml @@ -1,13 +1,13 @@ name = "Structurize" -filename = "structurize-1.20.1-1.0.773-snapshot.jar" +filename = "structurize-1.20.1-1.0.775-snapshot.jar" side = "both" [download] hash-format = "sha1" -hash = "a8a4b3f414088bdf75522f5b3af233e4171ea1fd" +hash = "fc34cf86db5378e98e0c80520995fa11843ad437" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6607881 +file-id = 6710737 project-id = 298744 diff --git a/mods/stylecolonies.pw.toml b/mods/stylecolonies.pw.toml index 765281a..e07069b 100644 --- a/mods/stylecolonies.pw.toml +++ b/mods/stylecolonies.pw.toml @@ -1,13 +1,13 @@ name = "Stylecolonies" -filename = "stylecolonies-1.20.1-1.15.12-snapshot.jar" +filename = "stylecolonies-1.20.1-1.15.23.jar" side = "both" [download] hash-format = "sha1" -hash = "74f57e9a3467716eba44d756afaaed9efe9baf50" +hash = "c39110adfe08e5e68a3fe76f24ec93dbca379d09" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6653927 +file-id = 6774435 project-id = 827507 diff --git a/mods/supermartijn642s-config-lib.pw.toml b/mods/supermartijn642s-config-lib.pw.toml index 8e8cc90..46f7854 100644 --- a/mods/supermartijn642s-config-lib.pw.toml +++ b/mods/supermartijn642s-config-lib.pw.toml @@ -3,11 +3,11 @@ filename = "supermartijn642configlib-1.1.8-forge-mc1.20.jar" side = "both" [download] -hash-format = "sha1" -hash = "f80f9eed728966adcfbcc848633e789645057281" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/LN9BxssP/versions/ZKor79dR/supermartijn642configlib-1.1.8-forge-mc1.20.jar" +hash-format = "sha512" +hash = "476595aacc7c66a0cf7bcd56143975122ea54ae4c5b61a232d3b0b9b1e3c013575efcc05de31a5d2c4e129542bfd8ae255a25d1486a4e08961cc4a303940fd19" [update] -[update.curseforge] -file-id = 4715408 -project-id = 438332 +[update.modrinth] +mod-id = "LN9BxssP" +version = "ZKor79dR" diff --git a/mods/supermartijn642s-core-lib.pw.toml b/mods/supermartijn642s-core-lib.pw.toml index a162b67..b3cb223 100644 --- a/mods/supermartijn642s-core-lib.pw.toml +++ b/mods/supermartijn642s-core-lib.pw.toml @@ -3,11 +3,11 @@ filename = "supermartijn642corelib-1.1.18-forge-mc1.20.1.jar" side = "both" [download] -hash-format = "sha1" -hash = "d37e1148b512c67cee704635b4f07d1f9ea8c31c" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/rOUBggPv/versions/VWJoqHin/supermartijn642corelib-1.1.18-forge-mc1.20.1.jar" +hash-format = "sha512" +hash = "dedde27b0e1cd24c006c840bf4d0028689670f1fe9cbde16134e7c08cce58a88f431b39346b7a6847348cafec09638b2c14b2e6dcb4c14a23127e90c5ba9d362" [update] -[update.curseforge] -file-id = 6034718 -project-id = 454372 +[update.modrinth] +mod-id = "rOUBggPv" +version = "VWJoqHin" diff --git a/mods/supplementaries.pw.toml b/mods/supplementaries.pw.toml index 67919d0..c4c7d1b 100644 --- a/mods/supplementaries.pw.toml +++ b/mods/supplementaries.pw.toml @@ -1,13 +1,13 @@ name = "Supplementaries" -filename = "supplementaries-1.20-3.1.31.jar" +filename = "supplementaries-1.20-3.1.36.jar" side = "both" [download] -hash-format = "sha1" -hash = "f917a929bc6571e11a451badb1f22b259445c9cd" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/fFEIiSDQ/versions/gY8LSKD4/supplementaries-1.20-3.1.36.jar" +hash-format = "sha512" +hash = "9f35db45279fa0fdbb9bf7e0020832991849a7c8d1de3da00e9d3098a5791230e544611fa36689f7edae768d093eb6a366ef955066e54f867e307d2c4236828d" [update] -[update.curseforge] -file-id = 6615104 -project-id = 412082 +[update.modrinth] +mod-id = "fFEIiSDQ" +version = "gY8LSKD4" diff --git a/mods/table-top-craft.pw.toml b/mods/table-top-craft.pw.toml index 895c93d..92546fe 100644 --- a/mods/table-top-craft.pw.toml +++ b/mods/table-top-craft.pw.toml @@ -1,13 +1,13 @@ -name = "Table Top Craft (Forge)" -filename = "table_top_craft-1.20.1-6.1.2.jar" +name = "Table Top Craft" +filename = "table_top_craft-forge-1.20.1-6.1.2.jar" side = "both" [download] -hash-format = "sha1" -hash = "c833b6cc08573029670cee326cb684c2ba344818" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/IO0hAHwQ/versions/TSPHNuY1/table_top_craft-forge-1.20.1-6.1.2.jar" +hash-format = "sha512" +hash = "a5a4a4d19ffb571f9612a84d869b7d527e77cf113bb5ef57fed854aa9699cfc189ad2f35a7a2bb11de940b3984139a8dd1ffc8620c05514e4ae8ac06b0a6bb1e" [update] -[update.curseforge] -file-id = 5318681 -project-id = 467136 +[update.modrinth] +mod-id = "IO0hAHwQ" +version = "TSPHNuY1" diff --git a/mods/tectonic.pw.toml b/mods/tectonic.pw.toml deleted file mode 100644 index 9bc5c61..0000000 --- a/mods/tectonic.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Tectonic" -filename = "tectonic-forge-1.20.1-2.4.1.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "55412e1b8ef36cd8eabef83d47f9377e78904f65" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 5676419 -project-id = 686836 diff --git a/mods/telluriumforge.pw.toml b/mods/telluriumforge.pw.toml new file mode 100644 index 0000000..a0000a9 --- /dev/null +++ b/mods/telluriumforge.pw.toml @@ -0,0 +1,13 @@ +name = "TelluriumForge" +filename = "telluriumforge-1.4.0-1.20.1-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/GPY7zsQZ/versions/5ghCAy0g/telluriumforge-1.4.0-1.20.1-forge.jar" +hash-format = "sha512" +hash = "a1272f68b2c1dc143224dce1a4a1d4b5550b80f0b4e99b256f0a6ee96012eb987376957c36d91e2b2649d265d018e99f2381863fc282ae4a2c0a46451dafb684" + +[update] +[update.modrinth] +mod-id = "GPY7zsQZ" +version = "5ghCAy0g" diff --git a/mods/terrablender.pw.toml b/mods/terrablender.pw.toml index 91c6810..6d5e06a 100644 --- a/mods/terrablender.pw.toml +++ b/mods/terrablender.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/kkmrDlKT/versions/zGconCHG/TerraBlender-forge-1.20.1-3.0.1.10.jar" -hash-format = "sha1" -hash = "b3dbaf1aac31601b9efb19e4c67646750041968a" +hash-format = "sha512" +hash = "69b819eb021032561626cf436635c31dced45baae6ef9f21d95690e1e57c55914dc72a43a4ccd0a3337cd32e89ff592056be8dc6b7bd12842438500a157a6275" [update] [update.modrinth] diff --git a/mods/text-animator.pw.toml b/mods/text-animator.pw.toml deleted file mode 100644 index b888443..0000000 --- a/mods/text-animator.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Text Animator" -filename = "TextAnimator-1.20.1-forge-2.4.0.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "04ef2d6150b150a443c81dc1210db0fd22d664dc" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 5533776 -project-id = 881778 diff --git a/mods/titanium.pw.toml b/mods/titanium.pw.toml index 5877eb6..c5f535c 100644 --- a/mods/titanium.pw.toml +++ b/mods/titanium.pw.toml @@ -3,11 +3,11 @@ filename = "titanium-1.20.1-3.8.32.jar" side = "both" [download] -hash-format = "sha1" -hash = "4672c64a8019e81a4a6c8239f20661d5edbd5da1" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/1Ro7m06l/versions/8krhHkrZ/titanium-1.20.1-3.8.32.jar" +hash-format = "sha512" +hash = "c4563176fad77499859691d8b5e18c35e08fec0a31f57f9e51f3538462f1ad738fb29335fc46d5857bffbdfc2dbd49bb32dc96614876d1f858b8cc81d6264057" [update] -[update.curseforge] -file-id = 5468426 -project-id = 287342 +[update.modrinth] +mod-id = "1Ro7m06l" +version = "8krhHkrZ" diff --git a/mods/toms-peripherals.pw.toml b/mods/toms-peripherals.pw.toml index 3d366e3..9952f9c 100644 --- a/mods/toms-peripherals.pw.toml +++ b/mods/toms-peripherals.pw.toml @@ -3,11 +3,11 @@ filename = "toms-peripherals-1.20.1-1.3.0.jar" side = "both" [download] -hash-format = "sha1" -hash = "1ed5ea45ee4e84fc6be386360354c10592f7fbf4" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/ljgxd2P8/versions/9B5CPuxC/toms-peripherals-1.20.1-1.3.0.jar" +hash-format = "sha512" +hash = "4bda4fdb04f8db6ebc7d38f413f9d421f92b96f1aa750dc0d072ff5f82206c9c4bf43a8ed8f9a5987e94690721af50c481293e34778db42bbdf9173c2c45156e" [update] -[update.curseforge] -file-id = 5805841 -project-id = 931210 +[update.modrinth] +mod-id = "ljgxd2P8" +version = "9B5CPuxC" diff --git a/mods/trade-cycling.pw.toml b/mods/trade-cycling.pw.toml index 600dcdc..2faffbf 100644 --- a/mods/trade-cycling.pw.toml +++ b/mods/trade-cycling.pw.toml @@ -3,11 +3,11 @@ filename = "trade-cycling-forge-1.20.1-1.0.18.jar" side = "both" [download] -hash-format = "sha1" -hash = "fbe3dfba11bd9e1c73b673f252c7d4f5cececa06" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/qpPoAL6m/versions/W1h55dwF/trade-cycling-forge-1.20.1-1.0.18.jar" +hash-format = "sha512" +hash = "17686ccd22f946eba90a68dd6b58601571a1cf1fdeb8ab277173d9e162e3937758620c362436077c1f2b9310ce53e78306baffad47d533efb6efe0251081ee3a" [update] -[update.curseforge] -file-id = 6497870 -project-id = 570431 +[update.modrinth] +mod-id = "qpPoAL6m" +version = "W1h55dwF" diff --git a/mods/trash-cans.pw.toml b/mods/trash-cans.pw.toml index 148fb90..2dd1f6e 100644 --- a/mods/trash-cans.pw.toml +++ b/mods/trash-cans.pw.toml @@ -3,11 +3,11 @@ filename = "trashcans-1.0.18b-forge-mc1.20.jar" side = "both" [download] -hash-format = "sha1" -hash = "4bc991b861a981921d06b731368239ce6ea571d3" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/4QrnfueM/versions/Q0Ym1HHm/trashcans-1.0.18b-forge-mc1.20.jar" +hash-format = "sha512" +hash = "fc8f2bc217bdfa9d7a7902159cefb091d768ab6f05cf0c2343d1f3066fec9525d044ddf46454142699366341188f87fdb1340d5cedd9b535ed7bf4109f3b996a" [update] -[update.curseforge] -file-id = 4712179 -project-id = 394535 +[update.modrinth] +mod-id = "4QrnfueM" +version = "Q0Ym1HHm" diff --git a/mods/treechop.pw.toml b/mods/treechop.pw.toml index d4c1972..ba4ef20 100644 --- a/mods/treechop.pw.toml +++ b/mods/treechop.pw.toml @@ -1,13 +1,13 @@ name = "HT's TreeChop" -filename = "TreeChop-1.20.1-forge-0.19.0-fixed.jar" +filename = "TreeChop-1.20.1-forge-0.19.0.jar" side = "both" [download] -hash-format = "sha1" -hash = "ac5a20b5a2fd9ed7d6e9a0c033f53307947e5f3f" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/gHoB7SHO/versions/rhBPK6sB/TreeChop-1.20.1-forge-0.19.0.jar" +hash-format = "sha512" +hash = "ef5547a56443e1cd086386082447262b868d91f3cc68e3ff94a797b0ada84d86a5b148a94f940e6365e40a8952d776cd81682f02c2d840205c8f8835b090b3f2" [update] -[update.curseforge] -file-id = 5565422 -project-id = 421377 +[update.modrinth] +mod-id = "gHoB7SHO" +version = "rhBPK6sB" diff --git a/mods/trials-chambers-backport.pw.toml b/mods/trials-chambers-backport.pw.toml deleted file mode 100644 index 3e39fdb..0000000 --- a/mods/trials-chambers-backport.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Trials Chambers [1.20.1 Backport]" -filename = "Trials-2.3.3.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/s5Igmyc6/versions/ydomBxLa/Trials-2.3.3.jar" -hash-format = "sha512" -hash = "5b87cebab24793cedadea822e603acc6452a586b62da627c686edfa74e340bf2bd64fac61664c4438cd1d1343999ce4469ebf5b6743348ff2540e3663702b0fa" - -[update] -[update.modrinth] -mod-id = "s5Igmyc6" -version = "ydomBxLa" diff --git a/mods/turtle-charging-station.pw.toml b/mods/turtle-charging-station.pw.toml new file mode 100644 index 0000000..0baefbb --- /dev/null +++ b/mods/turtle-charging-station.pw.toml @@ -0,0 +1,13 @@ +name = "Turtle Charging Station" +filename = "turtlechargingstation-1.7.0-1.20.1-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/f7J3NZvt/versions/wAyJkEAZ/turtlechargingstation-1.7.0-1.20.1-forge.jar" +hash-format = "sha512" +hash = "196c7d1698fe4af34e0c3fc1f37f9bac640f3ae2262b0eadaacb9a8cce807406da4bdb5c45cfc36144b310e43080e81990fa8aea9c5b559459d52d41d444cdc1" + +[update] +[update.modrinth] +mod-id = "f7J3NZvt" +version = "wAyJkEAZ" diff --git a/mods/turtlematic.pw.toml b/mods/turtlematic.pw.toml index ab54f35..9acb55c 100644 --- a/mods/turtlematic.pw.toml +++ b/mods/turtlematic.pw.toml @@ -3,11 +3,11 @@ filename = "turtlematic-forge-1.20.1-1.4.1.jar" side = "both" [download] -hash-format = "sha1" -hash = "9ff22daf2d6cd88a5319379b28364bafaa62515f" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/UogK5QqE/versions/D5b45M6W/turtlematic-forge-1.20.1-1.4.1.jar" +hash-format = "sha512" +hash = "673762f22a701d9155077bfa3e7034558facfaeb6d397ec7970801798a11ab2b8cae95d102ae00c08ff7847bbf6ef1e5e064e301de4bbd31e2f60c3999aeb3d2" [update] -[update.curseforge] -file-id = 6322053 -project-id = 618288 +[update.modrinth] +mod-id = "UogK5QqE" +version = "D5b45M6W" diff --git a/mods/txnilib.pw.toml b/mods/txnilib.pw.toml index e86c4fa..4384d4a 100644 --- a/mods/txnilib.pw.toml +++ b/mods/txnilib.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/vBbPDuOs/versions/kQ8qnDHA/txnilib-forge-1.0.24-1.20.1.jar" -hash-format = "sha1" -hash = "a1e16b7d61f0f16a162d429ee1eab9b4e3eeb9ef" +hash-format = "sha512" +hash = "06881ae202d9903909c34a1742f38308f7a04e4ed9c5eb3bd09441920d2666c6f4ee54b38ed3688b612ade5a06d2a35b45fad8a232c4e8f7f6bf527f082f6bc9" [update] [update.modrinth] diff --git a/mods/upgrade-aquatic.pw.toml b/mods/upgrade-aquatic.pw.toml index 09006eb..352a141 100644 --- a/mods/upgrade-aquatic.pw.toml +++ b/mods/upgrade-aquatic.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/gTuTFFyz/versions/nWAYgQaF/upgrade_aquatic-1.20.1-6.0.3.jar" -hash-format = "sha1" -hash = "8745e0f1c1371fe5c028aa7397e4de1a0c4220f6" +hash-format = "sha512" +hash = "a24616ae779f8e62e6cfb51856b183ef2881824f2a17c3d08dee03ed04331c189b1554c512d42cf3370cac9745228647fcca93bc164d9a7a027b7af2a4a4dfb3" [update] [update.modrinth] diff --git a/mods/vanilla-zoom.pw.toml b/mods/vanilla-zoom.pw.toml new file mode 100644 index 0000000..c166bb1 --- /dev/null +++ b/mods/vanilla-zoom.pw.toml @@ -0,0 +1,13 @@ +name = "Vanilla Zoom" +filename = "vanillazoom-1.20.1-2.8.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/CDbpcSM6/versions/zQ9ENDyD/vanillazoom-1.20.1-2.8.jar" +hash-format = "sha512" +hash = "421413949376faaf67c1b2e48577c9aaca640541e1f765954ec06c5a98c285c5c868e48cedea4ca351c14edab5767ea399de66d415957afb956b0d6fa515562f" + +[update] +[update.modrinth] +mod-id = "CDbpcSM6" +version = "zQ9ENDyD" diff --git a/mods/villager-recruits.pw.toml b/mods/villager-recruits.pw.toml new file mode 100644 index 0000000..689f48e --- /dev/null +++ b/mods/villager-recruits.pw.toml @@ -0,0 +1,13 @@ +name = "Villager Recruits" +filename = "recruits-1.20.1-1.13.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/WOg9lm4u/versions/prnJrz7o/recruits-1.20.1-1.13.5.jar" +hash-format = "sha512" +hash = "ca776411f4c18bf898cf42b7c41fdd332f5c8834b1acc67c16ae37e4c62337655ce6538782c50097a16078e1812c0dac55175208dbcb8d1a5c271cb490b3eb93" + +[update] +[update.modrinth] +mod-id = "WOg9lm4u" +version = "prnJrz7o" diff --git a/mods/visual-workbench.pw.toml b/mods/visual-workbench.pw.toml index 26df48e..b2ef627 100644 --- a/mods/visual-workbench.pw.toml +++ b/mods/visual-workbench.pw.toml @@ -3,11 +3,11 @@ filename = "VisualWorkbench-v8.0.0-1.20.1-Forge.jar" side = "both" [download] -hash-format = "sha1" -hash = "7ebf579edcf2440eadf1ed6c8c895e1bc2d77bf1" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/kfqD1JRw/versions/c22Z4rsv/VisualWorkbench-v8.0.0-1.20.1-Forge.jar" +hash-format = "sha512" +hash = "fcfb713b7ce6b876243f294ffa154a203c6b9eced3c6dd978923413af9e737c0c220872b1a127d03c316da8b12e4bbae18a5ecf5f84ab57a2fb8548b41d8f0dc" [update] -[update.curseforge] -file-id = 4612695 -project-id = 500273 +[update.modrinth] +mod-id = "kfqD1JRw" +version = "c22Z4rsv" diff --git a/mods/wakes-reforged.pw.toml b/mods/wakes-reforged.pw.toml deleted file mode 100644 index d5e7017..0000000 --- a/mods/wakes-reforged.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Wakes Reforged" -filename = "wakes-1.20.1-Forge-1.0.5.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/E0SdeAoH/versions/Wat8yBcW/wakes-1.20.1-Forge-1.0.5.jar" -hash-format = "sha512" -hash = "cd576dcefff4bbc0565db0926e99048f48cee227ef1950357eb4c336856d32280ad1b28b35ce260470f6ed8438a1a5c287cefb23be3edc5c920fa946723a8926" - -[update] -[update.modrinth] -mod-id = "E0SdeAoH" -version = "Wat8yBcW" diff --git a/mods/wakes.pw.toml b/mods/wakes.pw.toml new file mode 100644 index 0000000..d2fa84a --- /dev/null +++ b/mods/wakes.pw.toml @@ -0,0 +1,13 @@ +name = "Wakes" +filename = "wakes-0.4.0+1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/dlNu0RQY/versions/hUOdfRBT/wakes-0.4.0%2B1.20.1.jar" +hash-format = "sha512" +hash = "650618eaec6d09c0b433023a95999ec07e899e2c56e141f67a14a811d54acbd49b92f5460cab5142250a4ad1048aef8508384b4e241948e6cf24e7c4143db7a2" + +[update] +[update.modrinth] +mod-id = "dlNu0RQY" +version = "hUOdfRBT" diff --git a/mods/waterdripsound.pw.toml b/mods/waterdripsound.pw.toml deleted file mode 100644 index 86e145b..0000000 --- a/mods/waterdripsound.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -name = "Drip Sounds (Forge)" -filename = "DripSounds-1.19.4-0.3.2.jar" -side = "client" - -[download] -hash-format = "sha1" -hash = "e91743f0e4a1b8d2e1b795f3ccd4bd4190f5d4c3" -mode = "metadata:curseforge" - -[option] -optional = true -default = true -description = "Adds sounds for drip particles landing & settings for block particles" - -[update] -[update.curseforge] -file-id = 4579519 -project-id = 390986 diff --git a/mods/waterframes.pw.toml b/mods/waterframes.pw.toml index d3ff508..3819994 100644 --- a/mods/waterframes.pw.toml +++ b/mods/waterframes.pw.toml @@ -3,11 +3,11 @@ filename = "waterframes-FORGE-mc1.20.1-v2.1.15.jar" side = "both" [download] -hash-format = "sha1" -hash = "d6d3ef3b04c4d1135d9eac9e507bbabdcf70d1c0" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/eBzFuVTM/versions/Add8joyQ/waterframes-FORGE-mc1.20.1-v2.1.15.jar" +hash-format = "sha512" +hash = "64e453850454f5986eb9643d155e26aa40eef5c1054dbde8a66f0654a3256069cd070b331435d7a8affe7e2baf7a24d1801734a518b792afc7c01130652f97e1" [update] -[update.curseforge] -file-id = 6700266 -project-id = 834607 +[update.modrinth] +mod-id = "eBzFuVTM" +version = "Add8joyQ" diff --git a/mods/watermedia.pw.toml b/mods/watermedia.pw.toml index 969d7c6..e3317db 100644 --- a/mods/watermedia.pw.toml +++ b/mods/watermedia.pw.toml @@ -1,13 +1,13 @@ -name = "WATERMeDIA: Multimedia API" +name = "WATERMeDIA" filename = "watermedia-2.1.25.jar" side = "client" [download] -hash-format = "sha1" -hash = "76747f5509c7c2adea22931230207669c9ee87d2" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/G922NeHS/versions/8MrS6vpH/watermedia-2.1.25.jar" +hash-format = "sha512" +hash = "78a106a6e3d8afdb5d67dfca4ecfd8164b4be47ff135ddfcfb452425ea066f130773d8cbb838bd64d79c986e8fbf2e47129ed3a36b9ca28b5604be9bd26bdb56" [update] -[update.curseforge] -file-id = 6616372 -project-id = 869524 +[update.modrinth] +mod-id = "G922NeHS" +version = "8MrS6vpH" diff --git a/mods/wavey-capes.pw.toml b/mods/wavey-capes.pw.toml deleted file mode 100644 index e02a312..0000000 --- a/mods/wavey-capes.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -name = "Wavey Capes" -filename = "waveycapes-forge-1.6.1.1-mc1.20.1.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/kYuIpRLv/versions/wZ7qUyGH/waveycapes-forge-1.6.1.1-mc1.20.1.jar" -hash-format = "sha512" -hash = "8db1547dea598f7061ed8dd8209cc447fe3ddf18204e398c261e39fbe7e2c343cb47791c36d14683b1993eb301f571913d6835e1d269aa462a6ce0f43d191bc5" - -[update] -[update.modrinth] -mod-id = "kYuIpRLv" -version = "wZ7qUyGH" - -[option] -optional = true -description = "The cape shouldn't be a static slab" -default = true diff --git a/mods/waystones-teleport-pets.pw.toml b/mods/waystones-teleport-pets.pw.toml new file mode 100644 index 0000000..cada14d --- /dev/null +++ b/mods/waystones-teleport-pets.pw.toml @@ -0,0 +1,13 @@ +name = "Waystones Teleport Pets" +filename = "WaystonesTeleportPets-1.20-1.20.1--1.2.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/VaCl9OtG/versions/Yh4b40rs/WaystonesTeleportPets-1.20-1.20.1--1.2.jar" +hash-format = "sha512" +hash = "c4e13812dbd77a07f585b056f830412f6ebb27e47b567b7c82ac3a5e9a9c20e999972cc52638a18a4f7f0670ad16dfa5a770f86e3c13f888ca65cbbd2f8113c4" + +[update] +[update.modrinth] +mod-id = "VaCl9OtG" +version = "Yh4b40rs" diff --git a/mods/waystones.pw.toml b/mods/waystones.pw.toml index 3ea1219..5378ccf 100644 --- a/mods/waystones.pw.toml +++ b/mods/waystones.pw.toml @@ -1,13 +1,13 @@ name = "Waystones" -filename = "waystones-forge-1.20.1-14.1.13.jar" +filename = "waystones-forge-1.20.1-14.1.15.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/LOpKHB2A/versions/8Mw54W1S/waystones-forge-1.20.1-14.1.13.jar" -hash-format = "sha1" -hash = "c0d8abb076737ba1ce3761c08e56d9a1e80ae501" +url = "https://cdn.modrinth.com/data/LOpKHB2A/versions/PaSAsEfP/waystones-forge-1.20.1-14.1.15.jar" +hash-format = "sha512" +hash = "4d587090bee57d5141c0ec1de7b421002d009e2198ab63bc02ec014c9398b82ad7b14f856e05f72f32474e2faf0b77a863279ffaa1bb7197c0ab2124b1c0b7b5" [update] [update.modrinth] mod-id = "LOpKHB2A" -version = "8Mw54W1S" +version = "PaSAsEfP" diff --git a/mods/what-are-they-up-to.pw.toml b/mods/what-are-they-up-to.pw.toml index 1a57f35..03ca74d 100644 --- a/mods/what-are-they-up-to.pw.toml +++ b/mods/what-are-they-up-to.pw.toml @@ -3,11 +3,11 @@ filename = "watut-forge-1.20.1-1.2.3.jar" side = "both" [download] -hash-format = "sha1" -hash = "d376debf1f96f37dbedf56919baeb7da2dcef9ab" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/AtB5mHky/versions/GpiXMxvP/watut-forge-1.20.1-1.2.3.jar" +hash-format = "sha512" +hash = "80be5011a6f3a933bf87cc1815febde79e915a9fb3d2ff304bfda199ad8a09e5acb32b91dc6a56db4765209c83ca977870b11bc7dbfeb7c4efa0fda6cc370386" [update] -[update.curseforge] -file-id = 6315241 -project-id = 945479 +[update.modrinth] +mod-id = "AtB5mHky" +version = "GpiXMxvP" diff --git a/mods/wonderful-enchantments.pw.toml b/mods/wonderful-enchantments.pw.toml deleted file mode 100644 index 745c69a..0000000 --- a/mods/wonderful-enchantments.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Majrusz's Enchantments" -filename = "majruszs-enchantments-forge-1.20.1-1.10.8.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "f40859a5dbf2d98ebc3b5628678aa15a5bb8518a" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 5293997 -project-id = 417439 diff --git a/mods/yacl.pw.toml b/mods/yacl.pw.toml index 9a5623e..9603fad 100644 --- a/mods/yacl.pw.toml +++ b/mods/yacl.pw.toml @@ -4,13 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/sCWgXDYQ/yet_another_config_lib_v3-3.6.6%2B1.20.1-forge.jar" -hash-format = "sha1" -hash = "644731e321c53a35a0b3177a3cc6347fe38002f4" - -[option] -optional = true -default = false -description = "A builder-based configuration library for Minecraft." +hash-format = "sha512" +hash = "7fdd923ae94c1ada9bf0524f21cdfbb4f870ea93b26d02f369829585892fc5a2f61e60f43a6686ee611ff11bde8f123f178279e2de453c8fb320264153a0e8d9" [update] [update.modrinth] diff --git a/mods/yeetus-experimentus.pw.toml b/mods/yeetus-experimentus.pw.toml index 172b4d9..d5b6418 100644 --- a/mods/yeetus-experimentus.pw.toml +++ b/mods/yeetus-experimentus.pw.toml @@ -4,13 +4,8 @@ side = "client" [download] url = "https://cdn.modrinth.com/data/HaaH232J/versions/LgPc1FbC/YeetusExperimentus-Forge-2.3.0-build.4%2Bmc1.20.1.jar" -hash-format = "sha1" -hash = "d40beae393ec07da5faf925cea380e31a7f08d39" - -[option] -optional = true -default = true -description = "Disable's the Experimental Settings popup, which appears when you create or load world." +hash-format = "sha512" +hash = "55afa06e7020d6b84725d996046382641dd044078b5a1d918f30ae531a33be98990612dfc5eea41ec404246ce6eb0b77189d931e71c17b15bf5b903bc184444a" [update] [update.modrinth] diff --git a/mods/yungs-api.pw.toml b/mods/yungs-api.pw.toml index 534becb..62074ae 100644 --- a/mods/yungs-api.pw.toml +++ b/mods/yungs-api.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/Ua7DFN59/versions/PJOYAmAs/YungsApi-1.20-Forge-4.0.6.jar" -hash-format = "sha1" -hash = "af584b690f5646c6032002b58abc4591beed3833" +hash-format = "sha512" +hash = "7d83d94a90e55a712f6508485c044ff202916e9b9b9166b75177cb8f2eb919543bbbe1547d11c41cfd4763820f934235f47c0b26dd9e89bc1030954afa9fb889" [update] [update.modrinth] diff --git a/mods/yungs-better-desert-temples.pw.toml b/mods/yungs-better-desert-temples.pw.toml index 8fda983..1132e52 100644 --- a/mods/yungs-better-desert-temples.pw.toml +++ b/mods/yungs-better-desert-temples.pw.toml @@ -4,8 +4,8 @@ side = "server" [download] url = "https://cdn.modrinth.com/data/XNlO7sBv/versions/lRK2ZA9U/YungsBetterDesertTemples-1.20-Forge-3.0.3.jar" -hash-format = "sha1" -hash = "31b386b2dbaa4933e0a10ccdfb25f56da16931a6" +hash-format = "sha512" +hash = "30ce20533c9a2cc11608120dd7d5fb0f9b48e11873eb1a653d2d88022d351f2c25b316b63df0dbc693de598e0f1c768a36865e0759dbab23e2f2e36a3918470a" [update] [update.modrinth] diff --git a/mods/yungs-better-dungeons.pw.toml b/mods/yungs-better-dungeons.pw.toml index b223dc1..0c4ac69 100644 --- a/mods/yungs-better-dungeons.pw.toml +++ b/mods/yungs-better-dungeons.pw.toml @@ -4,8 +4,8 @@ side = "server" [download] url = "https://cdn.modrinth.com/data/o1C1Dkj5/versions/kPiQ6v4q/YungsBetterDungeons-1.20-Forge-4.0.4.jar" -hash-format = "sha1" -hash = "67a9e1c2ff126ab54cea8e0709d178915243039e" +hash-format = "sha512" +hash = "56bd11a7aca3bacb908381a668af8f5b574c5557c21370ace783d637c949802187110a4f5dc26afae4d9af74cdf64cee81d59fac3513a9bec3f921193fc938b8" [update] [update.modrinth] diff --git a/mods/yungs-better-end-island.pw.toml b/mods/yungs-better-end-island.pw.toml index a7c15d1..3c2ea2f 100644 --- a/mods/yungs-better-end-island.pw.toml +++ b/mods/yungs-better-end-island.pw.toml @@ -4,8 +4,8 @@ side = "server" [download] url = "https://cdn.modrinth.com/data/2BwBOmBQ/versions/Izqhg3Va/YungsBetterEndIsland-1.20-Forge-2.0.6.jar" -hash-format = "sha1" -hash = "4e7bf109981593061b8100bc8bf23e1c9bbcbb76" +hash-format = "sha512" +hash = "a51b76fc41d19276bea2ebe081b153d3be53c502ef9de93593990f8b7bf644e3e4fd4cff17477abce16692f23aff3077be1762606f10ca1058771741ad652e2e" [update] [update.modrinth] diff --git a/mods/yungs-better-jungle-temples.pw.toml b/mods/yungs-better-jungle-temples.pw.toml index c692f26..8d084ba 100644 --- a/mods/yungs-better-jungle-temples.pw.toml +++ b/mods/yungs-better-jungle-temples.pw.toml @@ -4,8 +4,8 @@ side = "server" [download] url = "https://cdn.modrinth.com/data/z9Ve58Ih/versions/CXQc6EnZ/YungsBetterJungleTemples-1.20-Forge-2.0.5.jar" -hash-format = "sha1" -hash = "0b3c8556983895fea980247bb4d437ca535e7259" +hash-format = "sha512" +hash = "433d84ca6a8f223376bc8e30c7ca2407294876c2fe8ef51fec9f12358b5b4f84c76031abba74a256eec12146817690224b141668890ebba99decd411d6b37b9c" [update] [update.modrinth] diff --git a/mods/yungs-better-mineshafts.pw.toml b/mods/yungs-better-mineshafts.pw.toml index 38ff902..b2ea406 100644 --- a/mods/yungs-better-mineshafts.pw.toml +++ b/mods/yungs-better-mineshafts.pw.toml @@ -4,8 +4,8 @@ side = "server" [download] url = "https://cdn.modrinth.com/data/HjmxVlSr/versions/kVO57zxB/YungsBetterMineshafts-1.20-Forge-4.0.4.jar" -hash-format = "sha1" -hash = "e2cbc574807a994bb9610184eb4bbfe29a6c0774" +hash-format = "sha512" +hash = "1e8237e0fc4dd7e00a3ad30c5c02a82eeed63aed4544310cfdee863ac95b626874773f599779b985e6e460869804c036e1336c2720fbb34a3b09445434c063c8" [update] [update.modrinth] diff --git a/mods/yungs-better-nether-fortresses.pw.toml b/mods/yungs-better-nether-fortresses.pw.toml index c50d02f..c18bc0e 100644 --- a/mods/yungs-better-nether-fortresses.pw.toml +++ b/mods/yungs-better-nether-fortresses.pw.toml @@ -4,8 +4,8 @@ side = "server" [download] url = "https://cdn.modrinth.com/data/Z2mXHnxP/versions/2nUEz0zq/YungsBetterNetherFortresses-1.20-Forge-2.0.6.jar" -hash-format = "sha1" -hash = "889cd16a93764d1d6af2e2dda5bbc286a2683e7a" +hash-format = "sha512" +hash = "bceefeaf84dffd7386a61118d6b1c6c2107e17e7a8f4340eff2c1f0234dba0e6d8f43903521d5a70334362ab6e4069788e5b29cf42d8ee9cd4f2a98feb64112b" [update] [update.modrinth] diff --git a/mods/yungs-better-ocean-monuments.pw.toml b/mods/yungs-better-ocean-monuments.pw.toml index a9616d1..d67b17b 100644 --- a/mods/yungs-better-ocean-monuments.pw.toml +++ b/mods/yungs-better-ocean-monuments.pw.toml @@ -4,8 +4,8 @@ side = "server" [download] url = "https://cdn.modrinth.com/data/3dT9sgt4/versions/SN4iZ7wf/YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar" -hash-format = "sha1" -hash = "d8e74ed19903752a97ed0e1d2b1a8bf378bc252f" +hash-format = "sha512" +hash = "2c67db8caf355f2e3b4a6f2b99c64abfa3b084163b38e18aba7f8ad0fb297fab3bfa7a61cd6bff5391fdaad185ed8233f22080a2cd35f1428d2d04dbfdf10a1d" [update] [update.modrinth] diff --git a/mods/yungs-better-strongholds.pw.toml b/mods/yungs-better-strongholds.pw.toml index 33ed8f4..4de08aa 100644 --- a/mods/yungs-better-strongholds.pw.toml +++ b/mods/yungs-better-strongholds.pw.toml @@ -4,8 +4,8 @@ side = "server" [download] url = "https://cdn.modrinth.com/data/kidLKymU/versions/rwiShgsc/YungsBetterStrongholds-1.20-Forge-4.0.3.jar" -hash-format = "sha1" -hash = "3730238c56edca4bb5b2238e1314aec572ced385" +hash-format = "sha512" +hash = "7fbb51f761ca1a514ce95e9967bcc93c09766a8929f19029390d46b18d7e876c4354d11350a5f8410dc28e485680f4eaf1019e4bd074cff34e8cfc5b232480d4" [update] [update.modrinth] diff --git a/mods/yungs-better-witch-huts.pw.toml b/mods/yungs-better-witch-huts.pw.toml index 8549511..d5418a9 100644 --- a/mods/yungs-better-witch-huts.pw.toml +++ b/mods/yungs-better-witch-huts.pw.toml @@ -4,8 +4,8 @@ side = "server" [download] url = "https://cdn.modrinth.com/data/t5FRdP87/versions/mwlYB7rq/YungsBetterWitchHuts-1.20-Forge-3.0.3.jar" -hash-format = "sha1" -hash = "71fee574f920c6b05004f100ba07e9b8d5844169" +hash-format = "sha512" +hash = "c17d5b07ecf44aa4539bd7af37882a63ab73ec10dd2c9675ed715e7c1f0ee73ee9d9c32bfddfb67f8f3c6f8b753cb965119e31e64926ea6d50ef33f881fc61f1" [update] [update.modrinth] diff --git a/mods/yungs-bridges.pw.toml b/mods/yungs-bridges.pw.toml index 6c30b5a..d68884f 100644 --- a/mods/yungs-bridges.pw.toml +++ b/mods/yungs-bridges.pw.toml @@ -4,8 +4,8 @@ side = "server" [download] url = "https://cdn.modrinth.com/data/Ht4BfYp6/versions/KgO1gfM2/YungsBridges-1.20-Forge-4.0.3.jar" -hash-format = "sha1" -hash = "88467fe87b95e6cf7a432822033cf74dd8586254" +hash-format = "sha512" +hash = "2705fbaeb62115c5604719d68756f723a974ea9a62a4194771ebbea877ee715de72cefe3b01ec0d318d4d6fe2e9de87e6a7122ef21ee54d48153e84cb7bae0c6" [update] [update.modrinth] diff --git a/mods/zeta.pw.toml b/mods/zeta.pw.toml index f1c8da3..523a00e 100644 --- a/mods/zeta.pw.toml +++ b/mods/zeta.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/MVARlG2f/versions/boj4QtcB/Zeta-1.0-30.jar" -hash-format = "sha1" -hash = "1e87aae038570b8f5864bcdd6ae6dabb30162f2d" +hash-format = "sha512" +hash = "c74dc0e007de81a5a4cbcaca0b4699e3a5cbc2fd62f92f5ce66841dbf4b0a9145c6ab79f7c131f72d1406949543fc429f3dc208b0eb0f8f84c12929d3b8d0adf" [update] [update.modrinth] diff --git a/mods/zombie-horse-spawn.pw.toml b/mods/zombie-horse-spawn.pw.toml index 9a91025..3fb094c 100644 --- a/mods/zombie-horse-spawn.pw.toml +++ b/mods/zombie-horse-spawn.pw.toml @@ -4,8 +4,8 @@ side = "server" [download] url = "https://cdn.modrinth.com/data/owDBGfRd/versions/dKV5HYJi/zombiehorsespawn-1.20.1-5.2.jar" -hash-format = "sha1" -hash = "fefc3dc5501be8d2439f0da37788b7b5a74d3344" +hash-format = "sha512" +hash = "78f5c59715f91819719de35720151d5c8e9523c891b35f8665a027c925a2be088b84104652d9f49e92fe1c6906107ee51002fba23677497da3d415183854c56f" [update] [update.modrinth] diff --git a/pack.toml b/pack.toml index 84d4f59..897e9dd 100644 --- a/pack.toml +++ b/pack.toml @@ -1,16 +1,16 @@ -name = "Banana" -author = "materus" +name = "PodKos" +author = "Mateusz \"materus\" Słodkowicz" version = "1.0.0" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "c85cc435205459ecd8e9cde881553ee9aa5edcc6fb84b1dd347c77fdada75649" +hash = "2f25fe92046ad0d8347d29d6781c4e8667b6c8fa494690da9dd69594a66cb8d8" [versions] forge = "47.4.4" minecraft = "1.20.1" [options] -datapack-folder = "kubejs/data" +datapack-folder = "paxi/datapacks" diff --git a/resourcepacks/enhancedvisual-pixelated.pw.toml b/resourcepacks/enhancedvisual-pixelated.pw.toml deleted file mode 100644 index e891df0..0000000 --- a/resourcepacks/enhancedvisual-pixelated.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "EnhancedVisual Pixelated" -filename = "Pixelated_v1.3.4_EnhancedVisuals(nox_cgt).zip" -side = "both" - -[download] -hash-format = "sha1" -hash = "b9c2af377c216f90af7ce4ee370937b53fea3d74" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6275492 -project-id = 758265 diff --git a/resourcepacks/low-on-fire.pw.toml b/resourcepacks/low-on-fire.pw.toml deleted file mode 100644 index 416a806..0000000 --- a/resourcepacks/low-on-fire.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Low On Fire" -filename = "LowOnFire_1.20.1.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/RRxvWKNC/versions/roiZsJIW/LowOnFire_1.20.1.zip" -hash-format = "sha1" -hash = "08db918bc8642b5501402fe25c9b6a8286a538b5" - -[update] -[update.modrinth] -mod-id = "RRxvWKNC" -version = "roiZsJIW" diff --git a/resourcepacks/mt-ct-d.pw.toml b/resourcepacks/mt-ct-d.pw.toml deleted file mode 100644 index ac46e6d..0000000 --- a/resourcepacks/mt-ct-d.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Midnighttigger's Default Connected Textures" -filename = "Midnighttiggers-FCT-Default_1.20_V6.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/TjOXlt9Y/versions/Uqkwu16P/Midnighttiggers-FCT-Default_1.20_V6.zip" -hash-format = "sha1" -hash = "a7bf850b0bc78196d7ba6a7fc2bbdb70c997d366" - -[update] -[update.modrinth] -mod-id = "TjOXlt9Y" -version = "Uqkwu16P" diff --git a/resourcepacks/rays-3d-ladders.pw.toml b/resourcepacks/rays-3d-ladders.pw.toml deleted file mode 100644 index ee2919e..0000000 --- a/resourcepacks/rays-3d-ladders.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "RAY's 3D Ladders" -filename = "§9RAY's §f3D §6Ladders§8§o§k.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/Uupo7yGf/versions/sahNNRUv/%C2%A79RAY%27s%20%C2%A7f3D%20%C2%A76Ladders%C2%A78%C2%A7o%C2%A7k.zip" -hash-format = "sha1" -hash = "92f0b4d4f4e98efe2bc1b86b37f6a4e88c860afb" - -[update] -[update.modrinth] -mod-id = "Uupo7yGf" -version = "sahNNRUv" diff --git a/resourcepacks/rays-3d-rails.pw.toml b/resourcepacks/rays-3d-rails.pw.toml deleted file mode 100644 index 9aea28e..0000000 --- a/resourcepacks/rays-3d-rails.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "RAY's 3D Rails" -filename = "§9RAY's §f3D §6Rails§8§o§k.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/jKa9Ievs/versions/wzF8cfcE/%C2%A79RAY%27s%20%C2%A7f3D%20%C2%A76Rails%C2%A78%C2%A7o%C2%A7k.zip" -hash-format = "sha1" -hash = "7b0f28b314e616029b3537035a084ce22621986c" - -[update] -[update.modrinth] -mod-id = "jKa9Ievs" -version = "wzF8cfcE" diff --git a/resourcepacks/vanillatweaks.pw.toml b/resourcepacks/vanillatweaks.pw.toml deleted file mode 100644 index c0ec97f..0000000 --- a/resourcepacks/vanillatweaks.pw.toml +++ /dev/null @@ -1,7 +0,0 @@ -name = "VanillaTweaks" -filename = "VanillaTweaks_r831692_MC1.20.x.zip" - -[download] -url = "https://baka.materus.pl/materus/banana-mc/raw/branch/1.20.1-dev/extra_files/VanillaTweaks_r831692_MC1.20.x.zip" -hash-format = "sha256" -hash = "1af2029d0eb243f04c48c1042d71ec1749f8dbcec75126917d1dda7e39afd9d2" diff --git a/shaderpacks/bsl-shaders-classic.pw.toml b/shaderpacks/bsl-shaders-classic.pw.toml index b414d78..06d1edf 100644 --- a/shaderpacks/bsl-shaders-classic.pw.toml +++ b/shaderpacks/bsl-shaders-classic.pw.toml @@ -7,12 +7,6 @@ url = "https://cdn.modrinth.com/data/pgzM6RBY/versions/a05qYRrG/BSLClassic_v10.0 hash-format = "sha512" hash = "97bb2e8ea94e2d57130bae1c8e99efba96fdc06872742e69a23f82f011d9064c7c7bdd4a0abefddd6c578b56c8fa21d3d8f3339acaf3c21192f2acca9d783ef6" - -[option] -optional = true -default = true -description = "Shaderpack for Minecraft: Java Edition. It's bright, colorful, and distinct." - [update] [update.modrinth] mod-id = "pgzM6RBY" diff --git a/shaderpacks/bsl-shaders.pw.toml b/shaderpacks/bsl-shaders.pw.toml deleted file mode 100644 index cda81ce..0000000 --- a/shaderpacks/bsl-shaders.pw.toml +++ /dev/null @@ -1,19 +0,0 @@ -name = "BSL Shaders" -filename = "BSL_v10.0.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/Q1vvjJYV/versions/jRn8y2VF/BSL_v10.0.zip" -hash-format = "sha512" -hash = "3ce31ae8c7242ae335de70df10f8147420a64ca372585c195d0b300f9e8c5b923f1e5bf2b8dddfcc741a0ce8e0235e079540101632837624787da84e9b52d72f" - - -[option] -optional = true -default = true -description = "Shaderpack for Minecraft: Java Edition. It's bright, colorful, and distinct." - -[update] -[update.modrinth] -mod-id = "Q1vvjJYV" -version = "jRn8y2VF" diff --git a/shaderpacks/complementary-reimagined.pw.toml b/shaderpacks/complementary-reimagined.pw.toml new file mode 100644 index 0000000..8ba6ae5 --- /dev/null +++ b/shaderpacks/complementary-reimagined.pw.toml @@ -0,0 +1,13 @@ +name = "Complementary Shaders - Reimagined" +filename = "ComplementaryReimagined_r5.5.1.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/HVnmMxH1/versions/sAAjYvFB/ComplementaryReimagined_r5.5.1.zip" +hash-format = "sha512" +hash = "e3168c3e8b9a59e70dbc7dd27931d8b245e5b16b093c87f1dccd01edc3a8be0fb14153fe8175e822ea6463ac0d715de377d186455580915c6f9d98c02b39194f" + +[update] +[update.modrinth] +mod-id = "HVnmMxH1" +version = "sAAjYvFB" diff --git a/shaderpacks/psx-shader.pw.toml b/shaderpacks/psx-shader.pw.toml new file mode 100644 index 0000000..977ae42 --- /dev/null +++ b/shaderpacks/psx-shader.pw.toml @@ -0,0 +1,13 @@ +name = "PSX Shader" +filename = "PSX_Shader.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/5FTpbyBl/versions/z6WyqZok/PSX_Shader.zip" +hash-format = "sha512" +hash = "b25a3d9845dcff7a49bbcddeb9dac4dbb492e7ede664c838e5ecfefc5c1706dc8b0e8dfde2b8836d6b6de24bdf76f52974fa3d5d53603bb4c8f16d6b815fd208" + +[update] +[update.modrinth] +mod-id = "5FTpbyBl" +version = "z6WyqZok"