diff --git a/.gitignore b/.gitignore index fcf7a55..075fc03 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,9 @@ *.mrpack # Exclude packwiz binary -packwiz.exe \ No newline at end of file +packwiz.exe + +# Exclude scripts +/*.ps1 +/*.bat +/*.txt \ No newline at end of file diff --git a/.packwizignore b/.packwizignore index 16fdb98..720a426 100644 --- a/.packwizignore +++ b/.packwizignore @@ -4,4 +4,7 @@ # Exclude README /README.md -/static/* \ No newline at end of file +/static/* +/*.ps1 +/*.bat +/*.txt \ No newline at end of file diff --git a/config/domestication-innovation.toml b/config/domestication-innovation.toml new file mode 100644 index 0000000..84b0e38 --- /dev/null +++ b/config/domestication-innovation.toml @@ -0,0 +1,127 @@ + +[general] + #true if wolves, cats, parrots, foxes, axolotls, etc can be set to wander, sit or follow + trinary_command_system = true + #true if axolotls are fully tameable (axolotl must be tamed with tropical fish) + tameable_axolotls = true + #true if horses, donkeys, llamas, etc can be given enchants, beds, etc + tameable_horse = true + #true if foxes are fully tameable (fox must be tamed via breeding) + tameable_fox = true + #true if rabbits are fully tameable (rabbit must be tamed with carrots) + tameable_rabbit = true + #true if frogs are fully tameable (rabbit must be tamed with spider eyes) + tameable_frog = true + #true if attacks do not register on pets from their owners and go through them to attack a mob behind them + swing_through_pets = true + #true if apples can turn into rotten apples if they despawn + rotten_apple = true + #true if mobs can respawn in pet beds the next morning after they die + pet_bed_respawns = true + #true if collar tag functionality are enabled. If this is disabled, there is no way to enchant mobs! + collar_tags = true + #true if rabbits scare ravagers like they used to do + rabbits_scare_ravagers = true + #true if animal tamer villagers are enabled. Their work station is a pet bed + animal_tamer_villager = true + #the spawn weight of the pet store in villages, set to 0 to disable it entirely + #Range: 0 ~ 1000 + petstore_village_weight = 17 + +[loot] + #true if pet curse enchantments should only appear in loot, and not the enchanting table. + pet_curse_enchantments_loot_only = true + #percent chance of woodland mansion loot table containing sinister carrot: + #Range: 0.0 ~ 1.0 + sinister_carrot_loot_chance = 0.3 + #percent chance of burried treasure loot table containing Bubbling book: + #Range: 0.0 ~ 1.0 + bubbling_loot_chance = 0.65 + #percent chance of woodland mansion loot table containing Vampire book: + #Range: 0.0 ~ 1.0 + vampirism_loot_chance = 0.22 + #percent chance of end city loot table containing Void Cloud book: + #Range: 0.0 ~ 1.0 + void_cloud_loot_chance = 0.19 + #percent chance of mineshaft loot table containing Ore Scenting book: + #Range: 0.0 ~ 1.0 + ore_scenting_loot_chance = 0.15 + #percent chance of ancient city loot table containing Muffled book: + #Range: 0.0 ~ 1.0 + muffled_loot_chance = 0.19 + #percent chance of nether fortress loot table containing Blazing Protection book: + #Range: 0.0 ~ 1.0 + blazing_protection_loot_chance = 0.2 + +[enchantments] + #true if health boost enchant is enabled, false if disabled + health_boost_enabled = true + #true if fireproof enchant is enabled, false if disabled + fireproof_enabled = true + #true if immunity frame enchant is enabled, false if disabled + immunity_frame_enabled = true + #true if deflection enchant is enabled, false if disabled + deflection_enabled = true + #true if poison resistance enchant is enabled, false if disabled + poison_resistance_enabled = true + #true if chain lightning enchant is enabled, false if disabled + chain_lightning_enabled = true + #true if speedster enchant is enabled, false if disabled + speedster_enabled = true + #true if frost fang enchant is enabled, false if disabled + frost_fang_enabled = true + #true if magnetic enchant is enabled, false if disabled + magnetic_enabled = true + #true if linked inventory enchant is enabled, false if disabled + linked_inventory_enabled = true + #true if total recall enchant is enabled, false if disabled + total_recall_enabled = true + #true if health siphon enchant is enabled, false if disabled + health_siphon_enabled = true + #true if bubbling enchant is enabled, false if disabled + bubbling_enabled = true + #true if herding enchant is enabled, false if disabled + herding_enabled = true + #true if amphibious enchant is enabled, false if disabled + amphibious_enabled = true + #true if vampire enchant is enabled, false if disabled + vampire_enabled = true + #true if void cloud enchant is enabled, false if disabled + void_cloud_enabled = true + #true if charisma enchant is enabled, false if disabled + charisma_enabled = true + #true if shadow hands enchant is enabled, false if disabled + shadow_hands_enabled = true + #true if disc jockey enchant is enabled, false if disabled + disc_jockey_enabled = true + #true if defusal enchant is enabled, false if disabled + defusal_enabled = true + #true if warping bite enchant is enabled, false if disabled + warping_bite_enabled = true + #true if ore scenting enchant is enabled, false if disabled + ore_scenting_enabled = true + #true if gluttonous enchant is enabled, false if disabled + gluttonous_enabled = true + #true if psychic wall enchant is enabled, false if disabled + psychic_wall_enabled = true + #true if intimidation enchant is enabled, false if disabled + intimidation_enabled = true + #true if tethered teleport enchant is enabled, false if disabled + tethered_teleport_enabled = true + #true if muffled enchant is enabled, false if disabled + muffled_enabled = true + #true if blazing protection enchant is enabled, false if disabled + blazing_protection_enabled = true + #true if healing aura enchant is enabled, false if disabled + healing_aura_enabled = true + #true if rejuvenation enchant is enabled, false if disabled + rejuvenation_enabled = true + #true if undead curse enchant is enabled, false if disabled + undead_curse_enabled = true + #true if infamy curse enchant is enabled, false if disabled + infamy_curse_enabled = true + #true if blight curse enchant is enabled, false if disabled + blight_curse_enabled = true + #true if immaturity curse enchant is enabled, false if disabled + immaturity_curse_enabled = true + diff --git a/config/epicsiegemod-common.toml b/config/epicsiegemod-common.toml new file mode 100644 index 0000000..d77e74d --- /dev/null +++ b/config/epicsiegemod-common.toml @@ -0,0 +1,179 @@ + +#General settings +[General] + #Mobs that are exempt from AI modifications [default: [minecraft:iron_golem] + AI_Blacklist = ["minecraft:iron_golem"] + #Prevents players skipping the night through sleep [default: false] + allowSleep = false + #Awareness Radius [default: 64] + #Range: > 0 + awarenessRadius = 64 + #The interval in which 'hard' days will occur where mob spawning is increased and lighting is ignored (0 = off, default = 8/full moon) [default: 8] + #Range: > 0 + hardcoreDayCycle = 8 + #Maximum number of attackers per target [default: 16] + #Range: 0 ~ 128 + pathingCap = 16 + #Temporary invulnerability in ticks when respawning and teleporting [default: 200] + #Range: > 0 + resistanceCooldown = 200 + #Xray Distance [default: 64] + #Range: > 0 + xrayDistance = 64 + +#Attack settings +[Attack] + #Allows mobs to attack villagers as they would players [default: true] + attackPets = true + #Everyone one and everything is a target [default: false] + attackEverything = false + #Mobs are passive until provoked [default: false] + neutralMobs = false + #Mobs will strafe more than normal and avoid imminent explosions [default: true] + attackEvasion = true + #Animals will fight back if provoked [default: true] + animalsAttack = true + +#Advanced settings +[Advanced] + #List of mobs that can dig through blocks [default: [minecraft:zombie] + diggerMobs = [] + #List of blocks that digger mobs are forbidden from digging (Format: 'minecraft:wool' prefix with # if mentioning a block tag) + diggingBlacklist = [] + #The item given to a digger 5% of the time [default: minecraft:iron_pickaxe] + diggerItem = "minecraft:iron_pickaxe" + #Is the digging blacklist inverted? [default: false] + diggingBlacklistInverted = false + #Digging mobs require the proper tools to dig [default: true] + diggingRequiresTools = true + #How common demolition variants are [default: 0.1] + #Range: 0.0 ~ 1.0 + demolitionChance = 0.0 + #List of mobs that can drop live TNT [default: [minecraft:zombie] + demolitionMobs = [] + #List of mobs that can pillar up and build stairs [default: [minecraft:zombie] + buildingMobs = [] + #If mobs should be allowed to grief blocks [default: false] + griefing = false + #List of mobs that aren't allowed to grief + griefingBlacklist = [] + #If mobs should be allowed to grief all light emitting blocks [default: true] + griefLightSources = false + #What blocks will be targeted for destruction when idle (Format: 'minecraft:wool' prefix with # if mentioning a block tag) + griefableBlocks = ["minecraft:chest", "minecraft:furnace", "minecraft:crafting_table", "#minecraft:fence_gates", "minecraft:melon_block", "minecraft:pumpkin", "#forge:glass", "#forge:glass_panes", "#forge:stained_glass", "#forge:stained_glass_panes", "#minecraft:crops", "minecraft:brewing_stand", "minecraft:enchanting_table", "minecraft:cake", "minecraft:ladder", "#minecraft:wooden_doors", "minecraft:farmland", "minecraft:bookshelf", "#minecraft:saplings", "#minecraft:beds", "#minecraft:fences", "#minecraft:planks"] + #List of blocks that mobs can pillar with [default: [minecraft:cobblestone] + pillarBlocks = ["minecraft:cobblestone"] + #If mobs should be allowed to jump/leap at their target [default: false] + jumping = true + #The height the mobs reach when jumping [default: 0.4] + #Range: 0.01 ~ 8.0 + jumpHeight = 0.4 + #List of mobs that can jump/leap at their target [default: [minecraft:zombie] + jumpingMobs = ["minecraft:zombie"] + #If mobs should be allowed to target blocks for the mobs to actively target [default: true] + blockTargeting = true + #If the block targeting should be as important as targeting entities (When enabled the goal gets added to the targetSelector instead of the goalSelector) [default: true] + targetBlocksImportance = false + #List of mobs that can actively target blocks [default: [minecraft:zombie] + targetingMobs = ["minecraft:zombie"] + #What blocks will be targeted for removal when idle (Format: 'minecraft:wool' prefix with # if mentioning a block tag) + blockTargets = ["#minecraft:candles"] + +#Other settings +[Other] + #The factor by which mob health and damage multipliers will be increased when bosses are killed [default: 0.1] + #Range: 0.0 ~ 1.7976931348623157E308 + bossKillModifier = 0.0 + #The upper limit of the Boss Kill Modifier [default: 3.0] + #Range: 0.0 ~ 1.7976931348623157E308 + bossModifierCap = 1.0 + #Debug mob targeting by printing the targeting out [default: false] + debugTargets = false + #List of custom potion types witches can throw (id:duration:lvl) [default: [minecraft:harming:1:0, minecraft:slowness:200:0, minecraft:blindness:200:0, minecraft:poison:200:0, minecraft:weakness:200:1, minecraft:mining_fatigue:200:2] ] + witchPotions = ["minecraft:harming:1:0", "minecraft:slowness:200:0", "minecraft:blindness:200:0", "minecraft:poison:200:0", "minecraft:weakness:200:1", "minecraft:mining_fatigue:200:2"] + #Allows Enderman to teleport the player instead of themselves [default: true] + enderPlayerTeleport = true + #The chance a Spider will web its target to the ground [default: 0.25] + #Range: 0.0 ~ 1.0 + webbingChance = 0.25 + #Dying to zombies will turn your corpse into one of them [default: true] + infectiousZombies = true + +#Creeper settings +[Creepers] + #Ignores the listing and allows any mob to have a Creeper rider [default: true] + allCreeperJockeys = true + #Creepers will attempt to blast through walls [default: true] + breaching = false + #AND HIS NAME IS... [default: 0.01] + #Range: 0.0 ~ 1.0 + cenaChance = 0.01 + #The chance a Creeper will spawn riding another mob [default: 0.1] + #Range: 0.0 ~ 1.0 + creeperJockeyChance = 0.1 + #A list of mobs which can become Creeper Jockeys + creeperJockeyMobs = [] + #Creeper detonations leave behind flaming craters [default: true] + napalm = true + #A list of mobs which when exploded generate napalm + napalmMobs = ["minecraft:creeper"] + #The chance a Creeper will spawn pre-powered [default: 0.1] + #Range: 0.0 ~ 1.0 + poweredRarity = 0.1 + #Creepers will continue approaching their target while arming [default: true] + walkingFuse = true + +#Skeletons settings +[Skeletons] + #How likely Skeletons are to miss their target [default: 0] + #Range: > 0 + arrowError = 0 + #How far away can Skeletons shoot from [default: 64] + #Range: > 1 + fireDistance = 64 + #How far away can Skeletons shoot from [default: 64] + #Range: 0.0 ~ 1.0 + witherSkeletonChance = 0.1 + #Effects that Skeleton arrows can have (id:duration:lvl) [default: [minecraft:slowness:60:0] + arrowTips = ["minecraft:slowness:60:0"] + +#Attribute settings +[Attributes] + #Health modifier [default: 1.0] + #Range: 0.0 ~ 1.7976931348623157E308 + healthModifier = 1.0 + #Damage modifier [default: 1.0] + #Range: 0.0 ~ 1.7976931348623157E308 + damageModifier = 1.0 + #Speed modifier [default: 1.0] + #Range: 0.0 ~ 1.7976931348623157E308 + speedModifier = 1.0 + #Knockback modifier [default: 1.0] + #Range: 0.0 ~ 1.7976931348623157E308 + knockbackModifier = 1.0 + #Boss Health modifier [default: false] + bossHealthModifier = false + #Boss Damage modifier [default: false] + bossDamageModifier = false + #Boss Speed modifier [default: false] + bossSpeedModifier = false + #Boss Knockback modifier [default: false] + bossKnockbackModifier = false + +#Game Stages support +[GameStages] + #The stage required until mobs can dig through blocks [empty = disabled] + diggerStage = "" + #The stage required until mobs can drop live TNT [empty = disabled] + demolitionStage = "" + #The stage required until mobs can pillar up and build stairs [empty = disabled] + buildingStage = "" + #The stage required until mobs can grief blocks [empty = disabled] + griefingStage = "" + #The stage required until creeper jockeys can spawn [empty = disabled] + creeperJockeyStage = "" + #The stage required until mobs can jump at their target [empty = disabled] + jumpingStage = "" + #The stage required until mobs can actively target blocks [empty = disabled] + blockTargetingStage = "" + diff --git a/config/paxi/datapacks/ExtendedFeeding/data/origins_minus/tags/entity_types/has_blood.json b/config/paxi/datapacks/ExtendedFeeding/data/origins_minus/tags/entity_types/has_blood.json new file mode 100644 index 0000000..04c24e9 --- /dev/null +++ b/config/paxi/datapacks/ExtendedFeeding/data/origins_minus/tags/entity_types/has_blood.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "touhou_little_maid:fairy" + ] +} diff --git a/config/paxi/datapacks/ExtendedFeeding/pack.mcmeta b/config/paxi/datapacks/ExtendedFeeding/pack.mcmeta new file mode 100644 index 0000000..7fc8f1e --- /dev/null +++ b/config/paxi/datapacks/ExtendedFeeding/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 8, + "description": "More targets for Sanguine in Origins Minus" + } +} diff --git a/config/sedparties-common.toml b/config/sedparties-common.toml new file mode 100644 index 0000000..850abfe --- /dev/null +++ b/config/sedparties-common.toml @@ -0,0 +1,83 @@ + +#Common Party Settings +[timers] + #Delay (in seconds) for player to accept invite before it automatically expires. + #Range: 5 ~ 60 + playerAcceptTimer = 30 + #Delay (in ticks) for player packet syncing (hunger, xp) + #Range: 10 ~ 200 + playerUpdateInterval = 10 + #Delay (in ticks) for player packet syncing for less frequent items (World Temp, etc) + #Range: 40 ~ 800 + playerSlowUpdateInterval = 40 + +[mechanics] + #Max size for a party + #Range: > 2 + partySize = 20 + #Makes the party system utilize the vanilla team system as well. + useVanillaTeams = true + #Allow players to attack each other in parties + friendlyFire = false + +[xp-share] + #Allow players to share XP in a party. This is a universal option. + enableShare = true + #Enables XP Sharing between party members regardless of distance from each other. + globalShare = true + #Disables XP Sharing from vanilla commands that give experience *points*. + #(/xp add [name] [amount] points) + ignoreCommand = true + +[mod-support] + #This allows for extra modded information (like cast bars) to update regardless of distance. + #true - Enables this feature. Members have all information shared regardless of distance. + #false - Disables this feature. Members have to be within tracking range for updates. + #APPLIES TO: Cast Bar Element + allowGlobalUpdates = true + #Allow you to enable specific type of game stage syncing between party members. + #ALL - Players can opt-in to allow all game stage syncing, including previous entries. + #FUTURE - Players can only opt-in to allow future game stages to be synced + #NONE - Game stage syncing is disabled completely. + #Allowed Values: ALL, FUTURE, NONE + syncGameStages = "NONE" + #Specifies if Game Stages (and other mods with similar systems) should utilize server lists for syncing. + #These white/blacklists determine what stages are allowed to be synced by the client, regardless of sync settings. + #If the list is a whitelist, only stages in the list will be syncable. + #For a blacklist, all stages that aren't in the list will be syncable. + useSyncLists = false + #Uses FTB Teams to handle party management instead. Commands will be disabled. + useFTBTeams = false + +[boss-module] + #The boss module allows you to alter boss attributes and loot depending on the number of players from various types of sources. + #true - Enables the boss module. + #false - Disables the boss module. + bossModuleEnabled = false + #A list of entity IDs that the Parties mod treats as bosses. These entities will utilize the scaling of the Boss Module. Changes to this list require a restart. + markBosses = ["minecraft:wither", "minecraft:ender_dragon", "minecraft:warden"] + #Changes the way the player count is calculated to adjust the attributes and loot drops of bosses. + #SERVER - Counts all online players. + #DIMENSION - Counts all players in the same dimension. + #RADIUS - Counts all players in a defined radius from the spawned boss. (Not functional yet) + #PARTY - Counts all players in the nearest player's party. + #Allowed Values: SERVER, DIMENSION, RADIUS, PARTY + playerCountType = "DIMENSION" + #If playerCountType is RADIUS, this defines the radius size from the boss to look for players, in meters. + #Range: > 1 + playerCountRadius = 256 + #The health mod per player count defined above, as a total multiplier. (0.5 = 150%) + #A value of 0 disables health modifiers. + #Range: 0.0 ~ 2.147483647E9 + healthMod = 0.25 + #The damage mod per player count defined above, as a total multiplier. (0.5 = 150%) + #A value of 0 disables damage modifiers. + #Range: 0.0 ~ 2.147483647E9 + damageMod = 0.25 + #If true, scales the loot to the amount of players from the player count above. + #Setting this value to false disables this feature. + scaleLoot = true + #If true, scales special loot just like above. + #Currently determines whether you'd get more Affixed items from Apotheosis mini-bosses. + scaleSpecialLoot = false + diff --git a/config/sedparties/active-preset.json b/config/sedparties/active-preset.json new file mode 100644 index 0000000..73bd11c --- /dev/null +++ b/config/sedparties/active-preset.json @@ -0,0 +1,16 @@ +[ + { + "preset": "0:EABAAAA/-3|3:AoBABAU=|4:Hu+f/AC4AkI=|5:QIgISg==|6:cAQCAQ==|7:BggXAJ275/8AAAA=|8:BghPgEW75/4FYBQ=|9:BhhQAEd+zMwBkBQ=|10:Y1PL//9TU////gXAUhR4sCAhBAM=|13:YIAgFgFHAf8XAAAA|14:OCBcA6DwAVhAAAAAC8X/xWz/bP/Fxf9sbA==|15:KCEeAmAuAVHAAAAEi//Og7yFMpteAH5MAA==|23:BRgRARIAAAA=|1:AQBgBgpQJA==|", + "xPos": 0, + "yPos": 204, + "scale": 0.5, + "anchor": "TOP_LEFT" + }, + { + "preset": "0:EABAAAA/-3|3:AoBABAU=|4:Hu+f/AC4AkI=|5:QIgISg==|6:cAQCAQ==|7:BggXAJ275/8AAAA=|8:BghPgEW75/4FYBQ=|9:BhhQAEd+zMwBkBQ=|10:Y1PL//9TU////gXAUhR4sCAhBAM=|13:YIAgFgFHAf8XAAAA|14:OCBcA6DwAVhAAAAAC8X/xWz/bP/Fxf9sbA==|15:KCEeAmAuAVHAAAAEi//Og7yFMpteAH5MAA==|23:BRgRARIAAAA=|1:AQBgBgpQJA==|", + "xPos": 0, + "yPos": 0, + "scale": 0.5, + "anchor": "LEFT" + } +] \ No newline at end of file diff --git a/index.toml b/index.toml index edc414f..9db611e 100644 --- a/index.toml +++ b/index.toml @@ -1,5 +1,29 @@ hash-format = "sha256" +[[files]] +file = "config/paxi/datapacks/ExtendedFeeding/data/origins_minus/tags/entity_types/has_blood.json" +hash = "d03a72853be2c771db8daaf74c5c57895fabc30afe70ba6d02ad6f8e212e6eb0" + +[[files]] +file = "config/paxi/datapacks/ExtendedFeeding/pack.mcmeta" +hash = "bd2a241fb29cdb0f8ad2da103d7502e198dd759d3db6c91c0c46c40f7b49d72a" + +[[files]] +file = "config/paxi/datapacks/InchlingOrigin/data/inchlingorigin/origins/inchling.json" +hash = "1131223b0ac353d02d9b0be081678465e8a53e7441f302b016f84bf7fb554021" + +[[files]] +file = "config/paxi/datapacks/InchlingOrigin/data/inchlingorigin/powers/kobito.json" +hash = "85530f4795e1246d34e4cfcc6bd573715b8c5e38519a61d57b66ac7c1f0f7727" + +[[files]] +file = "config/paxi/datapacks/InchlingOrigin/data/origins/origin_layers/origin.json" +hash = "b76b5d0f70c30259829c1d28cd0b46815bcbb39b092fd2c02b46b1ccc9b046b1" + +[[files]] +file = "config/paxi/datapacks/InchlingOrigin/pack.mcmeta" +hash = "efc5d4309e27ed36838e8e7b4755e0b8c31015193534cc4e79d7aa0bc1cc0c6b" + [[files]] file = "config/paxi/datapacks/UltimineWhitelist/data/ftbultimine/tags/block/block_whitelist.json" hash = "70b0f49e0c79bcc4e674b55d2b78dbfe4ba1a9384e9d8fe4e8ea5640ec8397dd" @@ -8,21 +32,156 @@ hash = "70b0f49e0c79bcc4e674b55d2b78dbfe4ba1a9384e9d8fe4e8ea5640ec8397dd" file = "config/paxi/datapacks/UltimineWhitelist/pack.mcmeta" hash = "f2e470e7c82f0b4d9a756f373a01dd01f80eab79143f547804eb6f535daf1a86" +[[files]] +file = "mods/abnormals-delight.pw.toml" +hash = "26ebcc24106ded2bec288547aba566a6ca92fd685c23d1a6221765f6f3f3e5c9" +metafile = true + +[[files]] +file = "mods/ae2.pw.toml" +hash = "bf4133b4ac7b08983c98dcfb4cbfe4cc2b10698efb935d19378fd6a27490dd22" +metafile = true + +[[files]] +file = "mods/alexs-caves.pw.toml" +hash = "0cbc4b2c6b58b7a94f030ae84f18057e5dc78a17bad429f40b8884926a6ab233" +metafile = true + +[[files]] +file = "mods/alexs-mobs.pw.toml" +hash = "e1016eb125a5a41a10f80847eb00affae0e539e703846f303949ed5d82b7f1bf" +metafile = true + +[[files]] +file = "mods/amendments.pw.toml" +hash = "c2ec7d87283cca5de5a7ec0d82c3d94fc22d9511ce90bfc286ae51d749c2c6a9" +metafile = true + [[files]] file = "mods/appleskin.pw.toml" hash = "793693a85f3c87d4e899ee0c58deabc53690bf5a70f17343f28fd5063ce8a1e1" metafile = true +[[files]] +file = "mods/architectury-api.pw.toml" +hash = "4e81241ba2da06f425efc5e09fb6b38470125c1581c39e1310c5843a0b96ec76" +metafile = true + +[[files]] +file = "mods/artifacts.pw.toml" +hash = "a41a3cf3204c48e0a0b48acbad66ff4dbd71a94942cb4955973a7059b686aa05" +metafile = true + +[[files]] +file = "mods/autumnity.pw.toml" +hash = "318e1c63105062eb80bf04a944b7f924222ad41267699b1058d1e6181cb579c1" +metafile = true + +[[files]] +file = "mods/baguettelib.pw.toml" +hash = "35e86e1132c11dde7900ffe5c75e71bdf4e6f6b399306c6a0771ef6375c36c5c" +metafile = true + +[[files]] +file = "mods/balm.pw.toml" +hash = "4611b33b8d0e571170bdd629e285771c1134060925712595546182b2f3a6787d" +metafile = true + +[[files]] +file = "mods/bellsandwhistles.pw.toml" +hash = "126db1f1ec01bbc4cf3393e087363e2fdbfe4a3face897ed27985b14a1a519a9" +metafile = true + +[[files]] +file = "mods/better-archeology.pw.toml" +hash = "735631eac59208282e2e9487466ba3c18e42388f1b521b30fc8848a2b47fb229" +metafile = true + +[[files]] +file = "mods/blueprint.pw.toml" +hash = "90fc66d49d29c1b1a5b14c5d571d628c6853f7f0519b04e74e14399c75cd08c6" +metafile = true + +[[files]] +file = "mods/boatload.pw.toml" +hash = "929d6d7501b6c6ce7a12136eac14f351a59e81366a3aa21a83f8a95fdd11df6c" +metafile = true + +[[files]] +file = "mods/born-in-chaos.pw.toml" +hash = "cd46ef6620f61eff41c8bdfb5734c9e381c0780e78ce3049888c5579277925e4" +metafile = true + +[[files]] +file = "mods/botania.pw.toml" +hash = "450686274e074a0caa8adb5ae1a740abb37126cbe02df4a7aa29b54532c0aa79" +metafile = true + +[[files]] +file = "mods/brandons-core.pw.toml" +hash = "b6d8fef872aac09946c194edf3684b64af1a70e150f3703e380676e4f938c982" +metafile = true + +[[files]] +file = "mods/buzzier-bees.pw.toml" +hash = "86aec83567cb69fb2eabc1d0b1e03b97ed3c290bb3b119144b7ea1857b7bd734" +metafile = true + +[[files]] +file = "mods/caelus.pw.toml" +hash = "8a8ea0af79b88d9c192d208aa5be4bacd934e2b92d4721566e2e796eb9761e10" +metafile = true + +[[files]] +file = "mods/carry-on.pw.toml" +hash = "a613f5d2df911fea606968bbdb56eebfd05ac02ada846cf0d2e56e72345d9338" +metafile = true + +[[files]] +file = "mods/caverns-and-chasms.pw.toml" +hash = "77eb951aea38d711bb8bddd89b66b65a2ce7423d93525843a409b57e03f02fa1" +metafile = true + +[[files]] +file = "mods/cc-tweaked.pw.toml" +hash = "33fbfba45630792a9223d4e20c9300bc9fef142c68781fc648c32b62313f3e16" +metafile = true + +[[files]] +file = "mods/champions-unofficial.pw.toml" +hash = "ee2e34d00e0fc6067420fe0c0e30b3d0d266f4794a49854539a60daed7b6fdfa" +metafile = true + +[[files]] +file = "mods/chisels-bits.pw.toml" +hash = "aca009f78e1223d44ba4b9683537d7acdd899b30834e25ab04a3092156725bcf" +metafile = true + [[files]] file = "mods/chloride.pw.toml" hash = "5fffcedde4d14f05b332a6a70680340ae2021d2697b45e49ffedb073abcb7c5c" metafile = true +[[files]] +file = "mods/citadel.pw.toml" +hash = "0bdcf1c5057873c78db71bee196ccf5ec846f6cf82f639b094668b3ba92e151f" +metafile = true + +[[files]] +file = "mods/clayworks.pw.toml" +hash = "d1a1614acad3bd48477c1047c72e6d088c1760aab683ebfdb6da3c7529a9ee97" +metafile = true + [[files]] file = "mods/cloth-config.pw.toml" hash = "e3dd03e7fec88831974857e2cdded54dd5c5bdcaa3f6d6248c2800e82db4dd41" metafile = true +[[files]] +file = "mods/codechicken-lib.pw.toml" +hash = "c93aa0b2389ae4dd6fbd83ffbca5fc2f6307885dd5a21e776fe4a74278e3966c" +metafile = true + [[files]] file = "mods/collective.pw.toml" hash = "a26cea970dd7ffc20aeb983912e72ba57e83f6e1a42a661a5b4250f77de25650" @@ -33,9 +192,39 @@ file = "mods/controlling.pw.toml" hash = "4063abe583282834b2f78e3b3e6b9ee4d231a680f74c020e405a4ef196f21ee4" metafile = true +[[files]] +file = "mods/cooking-for-blockheads.pw.toml" +hash = "6b01e1980e165ce370edf788380da7a7ddb291207af9e416d8f5a0ca08b46169" +metafile = true + [[files]] file = "mods/craftgr.pw.toml" -hash = "b696efa54facb2ad2462af696337ac1330493914b9b9951af65563fb9626ac12" +hash = "0fded483d6e30e484eca89c7fe28d566fd25d935da4ce84cb6663a14d0151d0e" +metafile = true + +[[files]] +file = "mods/create-central-kitchen.pw.toml" +hash = "0b69f772db857977d0e70bad04d4a8112f0963074ca07258efb44d2d3e5f4578" +metafile = true + +[[files]] +file = "mods/create-garnished-reworked.pw.toml" +hash = "b1164b9d59034c03d52c8640f50683ab559da344805200dace67b4f1dc69d3b5" +metafile = true + +[[files]] +file = "mods/create-steam-n-rails.pw.toml" +hash = "1e2f20e482537a35dcf6be7814984f2ee75ed37f1f1861424e9c936727445c41" +metafile = true + +[[files]] +file = "mods/create.pw.toml" +hash = "97f7c75ac9bf6ee2a4f15c0f1e3e4cd161f3d2e33f32ebf623811ac90b3c2a83" +metafile = true + +[[files]] +file = "mods/curios.pw.toml" +hash = "9eefd607e0d54ec444e798ccdeede1a09a3939440bd1e11c11b84c07a5134be2" metafile = true [[files]] @@ -43,11 +232,36 @@ file = "mods/death-backup.pw.toml" hash = "6da7992310256cd5af24f5e6409f07408204863191c0cfc006f5c04a7193b953" metafile = true +[[files]] +file = "mods/deeperdarker.pw.toml" +hash = "eb60f70cc84efa111a51c35311a44ae352b3b9c98ec7ba4e64595ae627e33006" +metafile = true + +[[files]] +file = "mods/domestication-innovation.pw.toml" +hash = "bfd2911d1fc7136f92be93d4e3081b85f30109373ac640fbac2e3b3896d709f2" +metafile = true + +[[files]] +file = "mods/draconic-evolution.pw.toml" +hash = "bd39c958001bcdf13acd853692e21d57c34b199ffb5343a14f38eb657a84d65b" +metafile = true + +[[files]] +file = "mods/dusty-decorations.pw.toml" +hash = "279cece87d0118a9de64f80bdcad6e4c579c164743b623352d4db42d9b25339d" +metafile = true + [[files]] file = "mods/embeddium.pw.toml" hash = "5ec0c37f3f4ad07a40c10376668bca80334ddb7ad2bab06eb4de8f7aac339c8e" metafile = true +[[files]] +file = "mods/embers.pw.toml" +hash = "6cf7178d516a49aaa29fad1683ff9cfac7d4f1a2036d813abfc725b80879f0c5" +metafile = true + [[files]] file = "mods/emi-loot.pw.toml" hash = "5d6004ca876efde3d87e789b18c6e3c54be63ccab8b733d3f1b7c74f39f29eda" @@ -63,6 +277,21 @@ file = "mods/emi.pw.toml" hash = "f0b4372343e873512d57e5ee877f37362f8dde8e75771075abe44686509294b9" metafile = true +[[files]] +file = "mods/enchanted-witchcraft.pw.toml" +hash = "c235f3680ba04a68596ce7f6d7e93e31effbb06bb38ca9ab57cd7bebaaeb5cfe" +metafile = true + +[[files]] +file = "mods/environmental.pw.toml" +hash = "c5e05be38b6c548660275117d3236819d6b6d31ad4cdb7f1880ef7491077eefd" +metafile = true + +[[files]] +file = "mods/epic-siege-mod.pw.toml" +hash = "6a2dbbc2f810da20244a0d5edcc0690a682a665fc1e2ae85d6b48d620c08ade1" +metafile = true + [[files]] file = "mods/euphoria-patches.pw.toml" hash = "3406a2113b2bf6a7cabbe7d1c309130dcbd60fc83d352c4be3cb62df75ba6567" @@ -73,11 +302,21 @@ file = "mods/every-compat.pw.toml" hash = "4a2a945e2c9378078df6273529b5d85d7933415e758a630657f1dcaaa795f5b2" metafile = true +[[files]] +file = "mods/explorers-compass.pw.toml" +hash = "3136d2fa3cd097330976de6517806fb9a306b60a9c2f9f3845d1289cad11b8c4" +metafile = true + [[files]] file = "mods/exposure.pw.toml" hash = "ce198cf0e4ac56f35c03b5e721eacbd6c6bc86b6ab318c4c7259082edb625fc2" metafile = true +[[files]] +file = "mods/farmers-delight.pw.toml" +hash = "9f2ffb0d4c65fcb2a96878287a7119459b9d0637c395e5097d691416690d6563" +metafile = true + [[files]] file = "mods/fast-ip-ping.pw.toml" hash = "06580e84bd3c27a84c743ebe0c45e3bd7ce6e1b6377e39f15774634a7663130b" @@ -88,14 +327,89 @@ file = "mods/figura.pw.toml" hash = "51af4a776fd62c9349329b2b13e0c29f80f5d728bba7afce35e512dcf6f10beb" metafile = true +[[files]] +file = "mods/framework.pw.toml" +hash = "376f8a190f00bd120193d7a665ebe1b03dfe329cc395f7d944f7216c1182c84d" +metafile = true + +[[files]] +file = "mods/ftb-library-forge.pw.toml" +hash = "691798dd9acfd386bc9332249cd4c1291c646af4d97999090ec0528d9bb35c88" +metafile = true + +[[files]] +file = "mods/ftb-ultimine-forge.pw.toml" +hash = "1c383e66311b5edd6d7116ae0544108d60450f58e94853126665d75d85561d68" +metafile = true + [[files]] file = "mods/fzzy-config.pw.toml" hash = "af1270987203e41ee2ac5a293bda1f4c49d6d2d40408431d92d61a5fc3eca82b" metafile = true +[[files]] +file = "mods/gallery.pw.toml" +hash = "513dff304eaff520c5b25a5b245518c95053a58b4c3ca58c070a5ffa14e0c7bf" +metafile = true + +[[files]] +file = "mods/geckolib.pw.toml" +hash = "1030e18f2e875dfdf39de82b823e1dfe6009f21f1aaad338137d3a90504e2f7e" +metafile = true + +[[files]] +file = "mods/gems-realm.pw.toml" +hash = "61ec8d9812ff0c8d861e7f3030480f8a279dec774d2e6567a09146cf46ae60af" +metafile = true + +[[files]] +file = "mods/gravestone-mod.pw.toml" +hash = "12e6cb4e6f2a5c0342a7f61ece1f118d637e53e34b6691d53b36fed317022dfd" +metafile = true + +[[files]] +file = "mods/gravestone-x-curios-api-compat.pw.toml" +hash = "d7d0f86224da66c4f5309f48f60d785fc52f4ab4bc03d387b689401788ab26be" +metafile = true + +[[files]] +file = "mods/guideme.pw.toml" +hash = "5b1ccd88254480f6b73358491b4ef1eff859cffdd6784dea4d1a89c8fdf74601" +metafile = true + +[[files]] +file = "mods/hardcore-redeploy.pw.toml" +hash = "afed77a98b5d8bd3d8f3bc80011e5c9ae385c9117ec2e50f269ba91dc2be6fa4" +metafile = true + +[[files]] +file = "mods/hex-casting.pw.toml" +hash = "59a167a2e05a518d25d1e6f1b4789bad66a47e7fa2909817c5ec433c7aa46661" +metafile = true + +[[files]] +file = "mods/hypertube.pw.toml" +hash = "e45b6900634184734d8cba3b529d8647ef3237ec878eb6f918d650ea0351d751" +metafile = true + +[[files]] +file = "mods/immersiveengineering.pw.toml" +hash = "f0f53a142295b7d004100bea2cf0f60b06854b40eddc9abb8a447db4e57d4883" +metafile = true + +[[files]] +file = "mods/incubation.pw.toml" +hash = "5c190b1a62a132464e35a534ec9e214d3c1ee94ea4169e93237ff5492b7fad03" +metafile = true + +[[files]] +file = "mods/inline.pw.toml" +hash = "b449e490600e89d6ce55b7e85f57073d799298f2b2501b2918745c4652b5b842" +metafile = true + [[files]] file = "mods/inventory-tweaks-refoxed.pw.toml" -hash = "8afdabc2edf17a0eed4de3a8e25df147c82d1775cddb02cf7f47c0c0f59797e0" +hash = "dc6f321ebe3d5c3dad851d7b10ca049bc9664ba80c53b57748a2bc5aed4d08af" metafile = true [[files]] @@ -103,9 +417,29 @@ file = "mods/jade.pw.toml" hash = "0fbcc8cf03336e6bed425e2115fc4ff1a3a05be5c655228b305e70380eb08b57" metafile = true +[[files]] +file = "mods/kotlin-for-forge.pw.toml" +hash = "7ea985404ee4cc9082472c6869ec146309f526e395361b39f2f4c1a43506c41d" +metafile = true + +[[files]] +file = "mods/kubejs.pw.toml" +hash = "b6ed220c9069f60704dbfe19fd55c976ca56ada35bcb6918c4ad226cd842b99c" +metafile = true + +[[files]] +file = "mods/l_enders-cataclysm.pw.toml" +hash = "2077e6d69a10bbe27b402aa52e5a21ba1abec55b7b573e173e703908a85518ad" +metafile = true + [[files]] file = "mods/leaves-be-gone.pw.toml" -hash = "9a5e498a9c596fb0bfbab74173aa854257466e8c538d15c1966ce268b3267575" +hash = "071ae7387afbd840ec0142a0a07c2edf31d28a0a43334ce1e0786eca4e9d715b" +metafile = true + +[[files]] +file = "mods/lets-do-vinery.pw.toml" +hash = "94255c24694569e26337079e3ff81165b4e914ab427d4dab0e1d78b65325ba9f" metafile = true [[files]] @@ -113,6 +447,86 @@ file = "mods/lighty.pw.toml" hash = "94aa69e3f800f454553aa7f80b8e28a4751d58487775100fb60ae16bbd799259" metafile = true +[[files]] +file = "mods/lionfish-api.pw.toml" +hash = "3e055c411c197b2103e338dc9fdcd37272df81aaf4246f801694f97feaf7d232" +metafile = true + +[[files]] +file = "mods/lodestonelib.pw.toml" +hash = "dfb4b7c9a2085a665e87ebc3d60045e3173bb602e7b3de94e29d37168083345d" +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-lights-and-lamps.pw.toml" +hash = "a205d0ab764efa4bb2eb93c114bbfde4cd3e117d117be9a941b8b56148945d0a" +metafile = true + +[[files]] +file = "mods/macaws-paintings.pw.toml" +hash = "5ca76dcdb8448783ed3bb933ee2cefd017406d946b1b5adf7550ba7bcffe0932" +metafile = true + +[[files]] +file = "mods/macaws-paths-and-pavings.pw.toml" +hash = "bd555889b27b5518a595b27838464e1af089c282873fde02ea50c75394edb25f" +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 = "8fb0ae9433533a1d24f9b738d6fa27f1d3091b10fd60fd9b0944b48901993c7e" +metafile = true + +[[files]] +file = "mods/mahou-tsukai.pw.toml" +hash = "c01e4f873d0c5deb69686ad4583b8c052408256f3641a4d6c277b865fc341634" +metafile = true + +[[files]] +file = "mods/malum.pw.toml" +hash = "00a16f6cc02ad9f0825138857da26e6bf5c0f65dc5d4d40705b091e29176d3a2" +metafile = true + +[[files]] +file = "mods/mana-and-artifice.pw.toml" +hash = "2bc8d879af82d7d67fac9df413924164d78fd6eb1e9a4fda13f80c211bd1b6ff" +metafile = true + [[files]] file = "mods/moonlight.pw.toml" hash = "02d8f73c4d1f35c4cd877ff6c988e2ea5fe35080e77a7a097b17c00233e62abc" @@ -123,6 +537,16 @@ file = "mods/mouse-tweaks.pw.toml" hash = "679fa8f3b49b9ed3fbcb29d6ccdb99bce465faa01f9cec000464ac8d4fbe134f" metafile = true +[[files]] +file = "mods/natures-compass.pw.toml" +hash = "362ead0883974a7de4dd711a75ccfe71b2ceadf172211934e8cd6084977c0f49" +metafile = true + +[[files]] +file = "mods/neapolitan.pw.toml" +hash = "bf2f88caa86cf5f54de608794fa1ca696e873c9021d2fafbfd694df1fbde695d" +metafile = true + [[files]] file = "mods/no-chat-reports.pw.toml" hash = "b849dfdaaa3e4ad635fb16595bfd6ae03b83de0c02f5b06faafb24cc33926f3f" @@ -130,7 +554,12 @@ metafile = true [[files]] file = "mods/noisium.pw.toml" -hash = "c18dd089c44103b56f8edcbd41a071e41a1fcd46094b2c93df5cc5f07853f18b" +hash = "85f965de3efa0ad66252b3540afff30d5a3cf8c9cb86692987830b8ae08489c5" +metafile = true + +[[files]] +file = "mods/numismatics.pw.toml" +hash = "63504f8d1db513fa1a78c214d824be5a9ddba732850a461cae0bb1029b8462b7" metafile = true [[files]] @@ -138,19 +567,79 @@ file = "mods/oculus.pw.toml" hash = "f83b253ca6a8e6f2f847952704da0e1fb00e65cbb10b7c9cb15d1a1780618da0" metafile = true +[[files]] +file = "mods/origins-forge.pw.toml" +hash = "736d3d09ea2fb87f8477f72d81a1f17b8ba6ad61a9cee9c122a37b2ccbdd62c9" +metafile = true + +[[files]] +file = "mods/origins-minus.pw.toml" +hash = "1e66966105725bf715aa7565b5f0cd9c3cd587b7d31d6c8d6c274b661c10ca49" +metafile = true + +[[files]] +file = "mods/parcool.pw.toml" +hash = "2438da2d375b218f4a5c02345e77e96ed759a792092d023982add05e632951a0" +metafile = true + +[[files]] +file = "mods/parties.pw.toml" +hash = "3649539243c4ec916cdcb6483db8e9086999c3a77725a27296543f1ff4db4c91" +metafile = true + +[[files]] +file = "mods/patchouli.pw.toml" +hash = "55c6d0b8ee25fd6a37a964805de3d2eab3f20d73a88ba77a63b4a51fd985d9dd" +metafile = true + +[[files]] +file = "mods/paucal.pw.toml" +hash = "3a4c0fe9052e2c63f96a08066fb18ba08f501e06e8ffd6e2c9240e86eab21304" +metafile = true + [[files]] file = "mods/paxi.pw.toml" hash = "be48890d990e03c639c5636c79bfa74bbd531c49a80487507984899c386a0bd9" metafile = true +[[files]] +file = "mods/pehkui.pw.toml" +hash = "1f92dd360908c1801848dcd4d14aca5640199545e7e22e76bfdb981b06fa9399" +metafile = true + +[[files]] +file = "mods/productivebees.pw.toml" +hash = "ebf8fb25a5a9cb17121a987d40b8ba2a5e5bcf55195dfebedaafe15162bb162f" +metafile = true + [[files]] file = "mods/puzzles-lib.pw.toml" hash = "4dd7038889da90e145f9d074bec64a61aaae12dc57c875aa7ad99b8b2e07979b" metafile = true +[[files]] +file = "mods/quark.pw.toml" +hash = "8df897c0f7831e919aa528c3c1e5239f39439c123d99761230ab2357132bad98" +metafile = true + [[files]] file = "mods/radium.pw.toml" -hash = "ae4d739bbdb025651a884093de72addac0865525b39e603fb575031a59987763" +hash = "bbdd40b650286973d44b1931d4b8c4bcc02b02f2c5583545709347503bd13057" +metafile = true + +[[files]] +file = "mods/refurbished-furniture.pw.toml" +hash = "d0bf99ee6738fe077f5da39695f8f04aaa5fc25b5aad9387310d9d6134759500" +metafile = true + +[[files]] +file = "mods/rhino.pw.toml" +hash = "5b92406160d9ea8a61ddf111caaecb7f6283678e2c40b08b72dce3eeaf20dc96" +metafile = true + +[[files]] +file = "mods/savage-and-ravage.pw.toml" +hash = "2baa9ef40b8cea6397998245f451d8d5c65c97633562bae8d3db7c442d3b02c7" metafile = true [[files]] @@ -163,6 +652,16 @@ file = "mods/searchables.pw.toml" hash = "b8c7497acbf4890b4609b6b20de7affdd3482fc99af975d9ff6b29c075e1d8a7" metafile = true +[[files]] +file = "mods/selene.pw.toml" +hash = "46ec2f81b9426aaf381f5310aae30a3d07b356714890419d6926bce537583c57" +metafile = true + +[[files]] +file = "mods/smartbrainlib.pw.toml" +hash = "b592adf84840a655afc338c00be282ebe451a295a3ef73ec9d6c54e84a7803c2" +metafile = true + [[files]] file = "mods/sodium-dynamic-lights.pw.toml" hash = "82bb7cd6c8b68bb1831bb7c374bd316b6403cd01195d582f19c31076c908953a" @@ -173,6 +672,21 @@ file = "mods/sodium-options-api.pw.toml" hash = "75a60e6b443b351b7a4a78ffce7c71e44b3e20ca10c374aea1de516c785d6e2d" metafile = true +[[files]] +file = "mods/sophisticated-backpacks.pw.toml" +hash = "c4184a664c2d9f0f06d1d46c1f9afca32e1ff4725b5704f1abf8fdbed1df0f61" +metafile = true + +[[files]] +file = "mods/sophisticated-core.pw.toml" +hash = "77b127ffe5654cc8c70e158e5a466763781669736407ff55b17d96e008a3d9fd" +metafile = true + +[[files]] +file = "mods/sophisticated-storage.pw.toml" +hash = "10f77a184299ca1e0901bcaf5efd16320dce9af177e25e6d87dcd7ff7134c611" +metafile = true + [[files]] file = "mods/sound-physics-remastered.pw.toml" hash = "df83379df811648f22453dd2b106686504820aad0dd6e901bbc6e8d2d16e1ef1" @@ -183,16 +697,86 @@ file = "mods/spark.pw.toml" hash = "0be4976227df8e261fd362889bf8e85b93e224d1b1c3cd2a11b73a9de3b64083" metafile = true +[[files]] +file = "mods/species.pw.toml" +hash = "50d0cb105f5db0a982d9c00f5ea6aee826866576b796526686ab0877c912e968" +metafile = true + +[[files]] +file = "mods/spice-of-life-carrot-edition.pw.toml" +hash = "08faa8239705d280e41d353888bf717906fe71b1d5b9278bac9f5cd87b07efb3" +metafile = true + +[[files]] +file = "mods/stateobserver.pw.toml" +hash = "3b3e9f0dde7b6b3f3be1a65e63583b36636292859e397668b9cdcd3a810b0b28" +metafile = true + +[[files]] +file = "mods/stone-zone.pw.toml" +hash = "ab6fde96a32c43fba659a2c2af45a4a284e01607f7c32da15a083365858e5d24" +metafile = true + +[[files]] +file = "mods/supermartijn642s-config-lib.pw.toml" +hash = "1cf9cb3955b075664ea4fba13b47fe7160975740a28864983aebd53d39c1946e" +metafile = true + +[[files]] +file = "mods/supplementaries.pw.toml" +hash = "f1a97b4c5c890b2153f4b91360279911b8affa8577a2d2a3645d5f6d583d2e39" +metafile = true + +[[files]] +file = "mods/the-twilight-forest.pw.toml" +hash = "d1f859de9867b7433305aef1631aa22a436a4c3924474a21c0a22ab5f2093c04" +metafile = true + [[files]] file = "mods/tmrv.pw.toml" hash = "ab79dd5c567f7c409b95bef167961b58ac95531be8ffd0542190cb17701db6c0" metafile = true +[[files]] +file = "mods/touhou-little-maid.pw.toml" +hash = "13f4f153958e055c656d8c7410a004f6a10e7372a5e996dde140c25c49e2616b" +metafile = true + +[[files]] +file = "mods/transmog.pw.toml" +hash = "a0db24950948f1dd5e0b5dda408c5c1f40ac617a08e60de527ac6720dafd49c9" +metafile = true + +[[files]] +file = "mods/trials-chambers-backport.pw.toml" +hash = "fe6141476e2f7c8dedbba98bf74cb3ef012bfa0d43a0ebcbd63f3817353c251c" +metafile = true + [[files]] file = "mods/true-ending.pw.toml" hash = "0bc775f6b740e9fa539e8237f49ce5265a15f16725fef1deeab7097ea6571099" metafile = true +[[files]] +file = "mods/upgrade-aquatic.pw.toml" +hash = "909482378bf0ed15645bcbba896daf9e83b7ef4e100bc44d6d3a34090f13578f" +metafile = true + +[[files]] +file = "mods/waystones.pw.toml" +hash = "073176bf34feab44656497b2e5ddf80eae8cf12f743f332d56ac0544bd91d8e2" +metafile = true + +[[files]] +file = "mods/woodworks.pw.toml" +hash = "353939cab2b72be526a3ab124c1f7a17bb354f88ee067197f25ebaa807e9dd2d" +metafile = true + +[[files]] +file = "mods/world-comment.pw.toml" +hash = "733f69d76783e8379a82a577980c15fe9c6e08972a9a67df5f2127d7b6d7b161" +metafile = true + [[files]] file = "mods/xaeros-minimap.pw.toml" hash = "1a592e56f6720b44d1031d2d715d454eff2099e915160c0c75f853ae8b314b15" @@ -208,6 +792,16 @@ file = "mods/yungs-api.pw.toml" hash = "152c6732da180e958fb29f492bae2e468d4dfd423ce4d3d0d31ef31c2eec6c61" metafile = true +[[files]] +file = "mods/yungs-better-end-island.pw.toml" +hash = "d9e05e164bb61c2bcecc58702c46e59c2721928a3b355050d1e84736d74fe6fc" +metafile = true + +[[files]] +file = "mods/zeta.pw.toml" +hash = "4bcf74d4569def60ca031d565350952c2edcc420f26278bc7997654a77b6fb4d" +metafile = true + [[files]] file = "shaderpacks/bsl-shaders.pw.toml" hash = "d30923bf5cfb4988a372508cb461d8077609d79a38d0b170785804c7ad15f16e" diff --git a/mods/abnormals-delight.pw.toml b/mods/abnormals-delight.pw.toml new file mode 100644 index 0000000..575cd66 --- /dev/null +++ b/mods/abnormals-delight.pw.toml @@ -0,0 +1,13 @@ +name = "Abnormals Delight" +filename = "abnormals_delight-1.20.1-5.0.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ts3qjo5t/versions/vvM8zPPK/abnormals_delight-1.20.1-5.0.1.jar" +hash-format = "sha512" +hash = "9df6fa9adbf718dfec505167475e1d3c8a2a3aa124553658b8cc6659d09064290f7e878ae59f9ae0a9a293dc46630062cddd6b93f2b558bfded39963ae2f35f3" + +[update] +[update.modrinth] +mod-id = "ts3qjo5t" +version = "vvM8zPPK" diff --git a/mods/ae2.pw.toml b/mods/ae2.pw.toml new file mode 100644 index 0000000..a8d77d4 --- /dev/null +++ b/mods/ae2.pw.toml @@ -0,0 +1,13 @@ +name = "Applied Energistics 2" +filename = "appliedenergistics2-forge-15.4.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/XxWD5pD3/versions/Zfyso1sP/appliedenergistics2-forge-15.4.8.jar" +hash-format = "sha512" +hash = "98cc889ab3c8b4172604161d8e2c65bb84833d73b6fa6d749b5fca245cd4fc18b191a75cfe07f0a648df2f1d5442aed5f1f5555883f6011aca81f470ca5d7d48" + +[update] +[update.modrinth] +mod-id = "XxWD5pD3" +version = "Zfyso1sP" diff --git a/mods/alexs-caves.pw.toml b/mods/alexs-caves.pw.toml new file mode 100644 index 0000000..20168a8 --- /dev/null +++ b/mods/alexs-caves.pw.toml @@ -0,0 +1,13 @@ +name = "Alex's Caves" +filename = "alexscaves-2.0.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/U6GY0xp0/versions/lC8HHXOF/alexscaves-2.0.2.jar" +hash-format = "sha512" +hash = "d23092cf507f4cf66ead45d7b393393ea83a9002056962ee6c341e91323ae39e10f2aefbbbc9f5e54409eb3ee522ad0c2dd5661077b09f1e37d034cfdd4333a0" + +[update] +[update.modrinth] +mod-id = "U6GY0xp0" +version = "lC8HHXOF" diff --git a/mods/alexs-mobs.pw.toml b/mods/alexs-mobs.pw.toml new file mode 100644 index 0000000..f299c14 --- /dev/null +++ b/mods/alexs-mobs.pw.toml @@ -0,0 +1,13 @@ +name = "Alex's Mobs" +filename = "alexsmobs-1.22.9.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/2cMuAZAp/versions/XoIASRVU/alexsmobs-1.22.9.jar" +hash-format = "sha512" +hash = "b50280057926d750f9ffbf6a8df36deb37529356895f6bf59f25d272ecf69afccec65ec1a5c3a8bfad24f9475c15b93c5ec4666447b1fce26a90c41445bbfb04" + +[update] +[update.modrinth] +mod-id = "2cMuAZAp" +version = "XoIASRVU" diff --git a/mods/amendments.pw.toml b/mods/amendments.pw.toml new file mode 100644 index 0000000..040a6bf --- /dev/null +++ b/mods/amendments.pw.toml @@ -0,0 +1,13 @@ +name = "Amendments" +filename = "amendments-1.20-2.2.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/6iTJugQR/versions/3iFSTYky/amendments-1.20-2.2.1.jar" +hash-format = "sha512" +hash = "044151db542b273e34be424576a500f0496828581451904927662fa6cc352c890127888c9d257d88e8c6f98552be77164b709db62626094e1e8685bdaa66205d" + +[update] +[update.modrinth] +mod-id = "6iTJugQR" +version = "3iFSTYky" diff --git a/mods/architectury-api.pw.toml b/mods/architectury-api.pw.toml new file mode 100644 index 0000000..4427914 --- /dev/null +++ b/mods/architectury-api.pw.toml @@ -0,0 +1,13 @@ +name = "Architectury API" +filename = "architectury-9.2.14-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/1MKTLiiG/architectury-9.2.14-forge.jar" +hash-format = "sha512" +hash = "cf67f2050cafa00f0bee42e6d7bef77fdb808ac4f71742f7b4d6d5c1e6ffb49561a5a252f332d2b78a9767bdb5faa284611790dba303fbdc736ae36d794f61c7" + +[update] +[update.modrinth] +mod-id = "lhGA9TYQ" +version = "1MKTLiiG" diff --git a/mods/artifacts.pw.toml b/mods/artifacts.pw.toml new file mode 100644 index 0000000..9bc519e --- /dev/null +++ b/mods/artifacts.pw.toml @@ -0,0 +1,13 @@ +name = "Artifacts" +filename = "artifacts-forge-9.5.16.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/P0Mu4wcQ/versions/NEtfVCxm/artifacts-forge-9.5.16.jar" +hash-format = "sha512" +hash = "17890934dd62a8a3434208b534c6eca10df62d65a8f6c47a51eff9c7b821ebdd4d7b8519235072a357bbbedf78725d9ab438e6a388e29c899b1b8584cf6149ec" + +[update] +[update.modrinth] +mod-id = "P0Mu4wcQ" +version = "NEtfVCxm" diff --git a/mods/autumnity.pw.toml b/mods/autumnity.pw.toml new file mode 100644 index 0000000..269fe5c --- /dev/null +++ b/mods/autumnity.pw.toml @@ -0,0 +1,13 @@ +name = "Autumnity" +filename = "autumnity-1.20.1-5.0.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/cRh6MJ6n/versions/F0pPtIPH/autumnity-1.20.1-5.0.2.jar" +hash-format = "sha512" +hash = "09362d1901f3a49d0c027028760213fe54b76acd5a7cff73b27c691581a5280ac7b7b3e26e3eb1a559d08b1490d417dd6525825b62b59f2f5a5355a066d00549" + +[update] +[update.modrinth] +mod-id = "cRh6MJ6n" +version = "F0pPtIPH" diff --git a/mods/baguettelib.pw.toml b/mods/baguettelib.pw.toml new file mode 100644 index 0000000..aaf6b48 --- /dev/null +++ b/mods/baguettelib.pw.toml @@ -0,0 +1,13 @@ +name = "BaguetteLib" +filename = "baguettelib-1.20.1-Forge-1.1.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/OfKzpbRU/versions/zcwsIJEa/baguettelib-1.20.1-Forge-1.1.1.jar" +hash-format = "sha512" +hash = "0e9f34e0e8d8703269fd6d26a3635268d8f01d79c17355a85f07cd3cf382e84d23635c9715522e3839091caed6db723984b4df569fd06b042557fcf7f46f0f08" + +[update] +[update.modrinth] +mod-id = "OfKzpbRU" +version = "zcwsIJEa" diff --git a/mods/balm.pw.toml b/mods/balm.pw.toml new file mode 100644 index 0000000..17460e2 --- /dev/null +++ b/mods/balm.pw.toml @@ -0,0 +1,13 @@ +name = "Balm" +filename = "balm-forge-1.20.1-7.3.35-all.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/1OQBd8YF/balm-forge-1.20.1-7.3.35-all.jar" +hash-format = "sha512" +hash = "cf5d6b6183cc2c9dfa77c4666f7f75ea5b9417e23c9a8df091ae1f49e65b6f92e5d41e90a2e6d1b3207555de2239b163a6309a8b51d31c57725137f81375840d" + +[update] +[update.modrinth] +mod-id = "MBAkmtvl" +version = "1OQBd8YF" diff --git a/mods/bellsandwhistles.pw.toml b/mods/bellsandwhistles.pw.toml new file mode 100644 index 0000000..d6d47fa --- /dev/null +++ b/mods/bellsandwhistles.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Bells & Whistles" +filename = "bellsandwhistles-0.4.5-1.20.x-Create6.0+.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gJ5afkVv/versions/kW8DoegV/bellsandwhistles-0.4.5-1.20.x-Create6.0%2B.jar" +hash-format = "sha512" +hash = "99fc8e509ff2ed5a3c521e17bb04e574f6cf5d1abc9adb170dd5d311b9cdc762f75bd133b63e1fd56e00fe030674cf87ee1760187fed1c3d30dae429ee00861c" + +[update] +[update.modrinth] +mod-id = "gJ5afkVv" +version = "kW8DoegV" diff --git a/mods/better-archeology.pw.toml b/mods/better-archeology.pw.toml new file mode 100644 index 0000000..5cc2df9 --- /dev/null +++ b/mods/better-archeology.pw.toml @@ -0,0 +1,13 @@ +name = "Better Archeology" +filename = "betterarcheology-1.2.1-1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/zCh7omyG/versions/vsqxpUo3/betterarcheology-1.2.1-1.20.1.jar" +hash-format = "sha512" +hash = "1b1483ae31f42f687915c964cbd07b1f165e4ffa55aec23370f7f0efcb61f78f16a3ef8d6edbc2f4812524f22cc969a8f0d7cd2e2a6b5edf6959342526deaeb1" + +[update] +[update.modrinth] +mod-id = "zCh7omyG" +version = "vsqxpUo3" diff --git a/mods/blueprint.pw.toml b/mods/blueprint.pw.toml new file mode 100644 index 0000000..feaf66a --- /dev/null +++ b/mods/blueprint.pw.toml @@ -0,0 +1,13 @@ +name = "Blueprint" +filename = "blueprint-1.20.1-7.1.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/VsM5EDoI/versions/xtEwbO0X/blueprint-1.20.1-7.1.3.jar" +hash-format = "sha512" +hash = "9665cb45ae78ec59352b195d65a44d6573c1ad65749a6546054e0b8032836d939526dd1df6521034cd2bd34e6559e785d20404df3130050b8e763a8ccfe06534" + +[update] +[update.modrinth] +mod-id = "VsM5EDoI" +version = "xtEwbO0X" 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/born-in-chaos.pw.toml b/mods/born-in-chaos.pw.toml new file mode 100644 index 0000000..e77ce24 --- /dev/null +++ b/mods/born-in-chaos.pw.toml @@ -0,0 +1,13 @@ +name = "Born in Chaos" +filename = "born_in_chaos_[Forge]1.20.1_1.7.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a8bda4c4fc29a190221877ea60820b60a1cc186f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6833957 +project-id = 686437 diff --git a/mods/botania.pw.toml b/mods/botania.pw.toml new file mode 100644 index 0000000..6723b53 --- /dev/null +++ b/mods/botania.pw.toml @@ -0,0 +1,13 @@ +name = "Botania" +filename = "Botania-1.20.1-450-FORGE.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/pfjLUfGv/versions/cuN4HNDd/Botania-1.20.1-450-FORGE.jar" +hash-format = "sha512" +hash = "a19581dbab10c93266418c7a2713454f8d5266fec03316252804be8829180cac535cb8cceeb37febe7e28a57b3ada4aa261164b821d3e48f2669cf8ae73716db" + +[update] +[update.modrinth] +mod-id = "pfjLUfGv" +version = "cuN4HNDd" diff --git a/mods/brandons-core.pw.toml b/mods/brandons-core.pw.toml new file mode 100644 index 0000000..8091379 --- /dev/null +++ b/mods/brandons-core.pw.toml @@ -0,0 +1,13 @@ +name = "Brandons Core" +filename = "BrandonsCore-1.20.1-3.2.1.302-universal.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/iFDWVIFV/versions/qFTHdrDH/BrandonsCore-1.20.1-3.2.1.302-universal.jar" +hash-format = "sha512" +hash = "5cdf22a6343dcc5c3e59d622344120e4314cce0be98ee9c865c69c333b8bd449812de380b8142065ab7bf873a51607995b5f2d83f69212f285f14f774ea16d8a" + +[update] +[update.modrinth] +mod-id = "iFDWVIFV" +version = "qFTHdrDH" diff --git a/mods/buzzier-bees.pw.toml b/mods/buzzier-bees.pw.toml new file mode 100644 index 0000000..df647d0 --- /dev/null +++ b/mods/buzzier-bees.pw.toml @@ -0,0 +1,13 @@ +name = "Buzzier Bees" +filename = "buzzier_bees-1.20.1-6.0.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/b7vOFSIp/versions/6jop5A7X/buzzier_bees-1.20.1-6.0.1.jar" +hash-format = "sha512" +hash = "7a84e9920286dd6647d2440672a5c501bc73cfc2c09a7c437da6320b7ee9e50d982b35ccb77fe28ce66946b89c99bdf96af11e29befdcdf621a0cc1247eddb62" + +[update] +[update.modrinth] +mod-id = "b7vOFSIp" +version = "6jop5A7X" diff --git a/mods/caelus.pw.toml b/mods/caelus.pw.toml new file mode 100644 index 0000000..d905efb --- /dev/null +++ b/mods/caelus.pw.toml @@ -0,0 +1,13 @@ +name = "Caelus API" +filename = "caelus-forge-3.2.0+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/40FYwb4z/versions/mRry0DgY/caelus-forge-3.2.0%2B1.20.1.jar" +hash-format = "sha512" +hash = "906baad404c33288d8daf8937bc6a85d3bcc03db67a4a68395b8f01eea57f773420ff97919aadb08a7618b62b0c6c3db72270f9c3af836b822385464f509cf78" + +[update] +[update.modrinth] +mod-id = "40FYwb4z" +version = "mRry0DgY" diff --git a/mods/carry-on.pw.toml b/mods/carry-on.pw.toml new file mode 100644 index 0000000..9384f0d --- /dev/null +++ b/mods/carry-on.pw.toml @@ -0,0 +1,13 @@ +name = "Carry On" +filename = "carryon-forge-1.20.1-2.1.2.7.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/joEfVgkn/versions/edGQD16r/carryon-forge-1.20.1-2.1.2.7.jar" +hash-format = "sha512" +hash = "4f75afb703dd71c322d4e2e27d28d7ab4afeb0c242bcee6d1eb5fef59ee4347352f1ca55f1826743957d2e95a951ed13884356485b0a979b14010915079e2c29" + +[update] +[update.modrinth] +mod-id = "joEfVgkn" +version = "edGQD16r" diff --git a/mods/caverns-and-chasms.pw.toml b/mods/caverns-and-chasms.pw.toml new file mode 100644 index 0000000..0dda72e --- /dev/null +++ b/mods/caverns-and-chasms.pw.toml @@ -0,0 +1,13 @@ +name = "Caverns & Chasms" +filename = "caverns_and_chasms-1.20.1-2.0.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/tfjmPSbI/versions/fsal1BlK/caverns_and_chasms-1.20.1-2.0.0.jar" +hash-format = "sha512" +hash = "d7d9265f96ac34fcaf029491da63e66f614b84cde6e41d40732a714286fa1e5f748dfe8057baf2ce86247166dd1bd2f32349abcf0372ab6e87a6ea08d85077e0" + +[update] +[update.modrinth] +mod-id = "tfjmPSbI" +version = "fsal1BlK" diff --git a/mods/cc-tweaked.pw.toml b/mods/cc-tweaked.pw.toml new file mode 100644 index 0000000..ab28929 --- /dev/null +++ b/mods/cc-tweaked.pw.toml @@ -0,0 +1,13 @@ +name = "CC: Tweaked" +filename = "cc-tweaked-1.20.1-forge-1.116.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gu7yAYhd/versions/OMIJHNkd/cc-tweaked-1.20.1-forge-1.116.1.jar" +hash-format = "sha512" +hash = "c65b821055b63c70ddedd44a710c9ca76c6406edfc20a38d7e21f19b33bd92309207aa3732ac6e77801bb7d69bef50cd780ed373891658a2ace7938f3d0a2150" + +[update] +[update.modrinth] +mod-id = "gu7yAYhd" +version = "OMIJHNkd" diff --git a/mods/champions-unofficial.pw.toml b/mods/champions-unofficial.pw.toml new file mode 100644 index 0000000..49dcd48 --- /dev/null +++ b/mods/champions-unofficial.pw.toml @@ -0,0 +1,13 @@ +name = "Champions-Unofficial" +filename = "champions-forge-1.20.1-2.1.10.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/VJZc5cJx/versions/lC2uBBu2/champions-forge-1.20.1-2.1.10.2.jar" +hash-format = "sha512" +hash = "1712ea49acb28a2ce624fcd0a3f82c28c38db8691b7e7498f5d14e77dd0abdb6b186ddade2f9e2f97dcaf1863c4bbc2cfbfa84eae095d5ba6d6f9a79329f7998" + +[update] +[update.modrinth] +mod-id = "VJZc5cJx" +version = "lC2uBBu2" diff --git a/mods/chisels-bits.pw.toml b/mods/chisels-bits.pw.toml new file mode 100644 index 0000000..bdadb6e --- /dev/null +++ b/mods/chisels-bits.pw.toml @@ -0,0 +1,13 @@ +name = "Chisels & Bits - For Forge" +filename = "chisels-and-bits-forge-1.4.148.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "bff153dc16b26a0d4f0e8ccc27b2e0fc2dc89355" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5203366 +project-id = 231095 diff --git a/mods/citadel.pw.toml b/mods/citadel.pw.toml new file mode 100644 index 0000000..59eaf10 --- /dev/null +++ b/mods/citadel.pw.toml @@ -0,0 +1,13 @@ +name = "Citadel" +filename = "citadel-2.6.2-1.20.1.jar" +side = "both" + +[download] +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 = "oD1qDb1C" diff --git a/mods/clayworks.pw.toml b/mods/clayworks.pw.toml new file mode 100644 index 0000000..71a56ec --- /dev/null +++ b/mods/clayworks.pw.toml @@ -0,0 +1,13 @@ +name = "Clayworks" +filename = "clayworks-1.20.1-3.0.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/1iicrEO3/versions/ZbSpUtwV/clayworks-1.20.1-3.0.4.jar" +hash-format = "sha512" +hash = "4b85b3ee80c359f9cb122cf19414ba2f07619c699c7257a6061ba710db8ce5defc5503ce825401dfeb2c3abf0a356ef5d82315cd02432f5feb13ce71eb9e6cf7" + +[update] +[update.modrinth] +mod-id = "1iicrEO3" +version = "ZbSpUtwV" diff --git a/mods/codechicken-lib.pw.toml b/mods/codechicken-lib.pw.toml new file mode 100644 index 0000000..1fb9adb --- /dev/null +++ b/mods/codechicken-lib.pw.toml @@ -0,0 +1,13 @@ +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 = "sha512" +hash = "c3854f8c4ef06073f22990fc804597d257f9c2a355d95deda9caa6d56e864fac4302798662909a229aaa63d82fcca219d42e0ee13584e613678f5e52ef99b21c" + +[update] +[update.modrinth] +mod-id = "2gq0ALnz" +version = "pxajg7Ob" diff --git a/mods/cooking-for-blockheads.pw.toml b/mods/cooking-for-blockheads.pw.toml new file mode 100644 index 0000000..f6c832d --- /dev/null +++ b/mods/cooking-for-blockheads.pw.toml @@ -0,0 +1,13 @@ +name = "Cooking for Blockheads" +filename = "cookingforblockheads-forge-1.20.1-16.0.14.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/vJnhuDde/versions/mYMjjpcD/cookingforblockheads-forge-1.20.1-16.0.14.jar" +hash-format = "sha512" +hash = "3e74bb124e50bf224aab4bd2700eb2625a6f498ac2ee7ab6a655d5c6aae1d7088fd5cec3fe5bc9dc71e4f94f7c3c0f4ada134278f89cc3f4853c7b26ec475042" + +[update] +[update.modrinth] +mod-id = "vJnhuDde" +version = "mYMjjpcD" diff --git a/mods/craftgr.pw.toml b/mods/craftgr.pw.toml index 6ad2477..4f504f2 100644 --- a/mods/craftgr.pw.toml +++ b/mods/craftgr.pw.toml @@ -11,3 +11,8 @@ hash = "7178d0f59e0f52c6b61fd0d67a0e3fb4a55f0ec9078a6ee096e066261c7a8ade2b4fe19a [update.modrinth] mod-id = "lKYr4L6w" version = "3nN73j93" + +[option] +optional = true +description = "Shoutout to LunarSpotlight" +default = true diff --git a/mods/create-central-kitchen.pw.toml b/mods/create-central-kitchen.pw.toml new file mode 100644 index 0000000..a639259 --- /dev/null +++ b/mods/create-central-kitchen.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Central Kitchen" +filename = "create_central_kitchen-1.20.1-for-create-6.0.6-1.4.3b.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/btq68HMO/versions/b6J7xYnJ/create_central_kitchen-1.20.1-for-create-6.0.6-1.4.3b.jar" +hash-format = "sha512" +hash = "0578fdcfc9e8f5f3717e2dab468fadca35480e6a2c6a701b43004c57ea1ff0d979c790148d68b6c9233c4c697e9e972d82e7ffd22d11db514b69d23b06f80bbc" + +[update] +[update.modrinth] +mod-id = "btq68HMO" +version = "b6J7xYnJ" diff --git a/mods/create-garnished-reworked.pw.toml b/mods/create-garnished-reworked.pw.toml new file mode 100644 index 0000000..cede899 --- /dev/null +++ b/mods/create-garnished-reworked.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Garnished Reworked" +filename = "creategarnished-0.1.2.1+1.20.1-neoforged.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/f1wEzr0F/versions/pWAqKQyn/creategarnished-0.1.2.1%2B1.20.1-neoforged.jar" +hash-format = "sha512" +hash = "ac09a758ac88f33f8ba59b2f031be7dd49a0f92b7cf80bfd583b9d8c837e47083b96e85d5e89cea80fce723bedcdc864e4406f3bb7d7332d66558a0d3a195034" + +[update] +[update.modrinth] +mod-id = "f1wEzr0F" +version = "pWAqKQyn" diff --git a/mods/create-steam-n-rails.pw.toml b/mods/create-steam-n-rails.pw.toml new file mode 100644 index 0000000..620c7fc --- /dev/null +++ b/mods/create-steam-n-rails.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Steam 'n' Rails" +filename = "Steam_Rails-1.6.13-alpha+forge-mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ZzjhlDgM/versions/ezVPFGKZ/Steam_Rails-1.6.13-alpha%2Bforge-mc1.20.1.jar" +hash-format = "sha512" +hash = "99f18f3501fdb67add6d1fdc9016f09718aa6d3fe172559954840747f01e70834e56bb3c26de86846ec9dea3de565d1b86b675d3498c6696b0d0334ac7daf1c5" + +[update] +[update.modrinth] +mod-id = "ZzjhlDgM" +version = "ezVPFGKZ" diff --git a/mods/create.pw.toml b/mods/create.pw.toml new file mode 100644 index 0000000..da3f289 --- /dev/null +++ b/mods/create.pw.toml @@ -0,0 +1,13 @@ +name = "Create" +filename = "create-1.20.1-6.0.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/LNytGWDc/versions/JjPQsQVw/create-1.20.1-6.0.6.jar" +hash-format = "sha512" +hash = "efc7097430ff2e7fe5e54478efbefc52d0017762b59372878a03f79f4eb0446572290bf377e8aba8374f3a9932fdf1cefd4a4650a9a5f3cf6ab0ad9fd05cc30b" + +[update] +[update.modrinth] +mod-id = "LNytGWDc" +version = "JjPQsQVw" diff --git a/mods/curios.pw.toml b/mods/curios.pw.toml new file mode 100644 index 0000000..a83572f --- /dev/null +++ b/mods/curios.pw.toml @@ -0,0 +1,13 @@ +name = "Curios API" +filename = "curios-forge-5.14.1+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/vvuO3ImH/versions/IPQlZkz1/curios-forge-5.14.1%2B1.20.1.jar" +hash-format = "sha512" +hash = "1373f95fd111c977db2f6adcef8e4eb486a2d926a3e17374692dee4ac3d65857de6446c16922b531aa5ace2c23c666a7fcc28c720b2917c1e04808d15648ba87" + +[update] +[update.modrinth] +mod-id = "vvuO3ImH" +version = "IPQlZkz1" diff --git a/mods/deeperdarker.pw.toml b/mods/deeperdarker.pw.toml new file mode 100644 index 0000000..c9f4823 --- /dev/null +++ b/mods/deeperdarker.pw.toml @@ -0,0 +1,13 @@ +name = "Deeper and Darker" +filename = "deeperdarker-forge-1.20.1-1.3.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/fnAffV0n/versions/e2oirgc2/deeperdarker-forge-1.20.1-1.3.3.jar" +hash-format = "sha512" +hash = "fcf08e2d1bfb0bf40120f426826b25e6d483a83cf7f04d221798bcc8cb46cedb9065dc5c0d33213f5c708cebd0081aba4ca7265fcd96c76b16d2f99bd4297aae" + +[update] +[update.modrinth] +mod-id = "fnAffV0n" +version = "e2oirgc2" diff --git a/mods/domestication-innovation.pw.toml b/mods/domestication-innovation.pw.toml new file mode 100644 index 0000000..dc1fd3e --- /dev/null +++ b/mods/domestication-innovation.pw.toml @@ -0,0 +1,13 @@ +name = "Domestication Innovation" +filename = "domesticationinnovation-1.7.1-1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/h5JyLdjM/versions/SGxCLghg/domesticationinnovation-1.7.1-1.20.1.jar" +hash-format = "sha512" +hash = "3d6c4f0259ce504578a5dceb47c61a03784b77e15408b2c57252a82d03dd74cb5ffabfd3234b5ad365e169419dec7bef49d23ac737e2d508f8f51ecf387ecea9" + +[update] +[update.modrinth] +mod-id = "h5JyLdjM" +version = "SGxCLghg" diff --git a/mods/draconic-evolution.pw.toml b/mods/draconic-evolution.pw.toml new file mode 100644 index 0000000..a9d7911 --- /dev/null +++ b/mods/draconic-evolution.pw.toml @@ -0,0 +1,13 @@ +name = "Draconic Evolution" +filename = "Draconic-Evolution-1.20.1-3.1.2.621-universal.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nBqivi8H/versions/YR33MHbk/Draconic-Evolution-1.20.1-3.1.2.621-universal.jar" +hash-format = "sha512" +hash = "202d3a0147f7a0614ab1fabf7c5795451f0f2fef91cf1cbd6dff3447c3d41ce8a62a43d8e8836ba80ef76752c46851f03390c32dee6a7a073803ebea8e5aec9a" + +[update] +[update.modrinth] +mod-id = "nBqivi8H" +version = "YR33MHbk" diff --git a/mods/dusty-decorations.pw.toml b/mods/dusty-decorations.pw.toml new file mode 100644 index 0000000..c221e5d --- /dev/null +++ b/mods/dusty-decorations.pw.toml @@ -0,0 +1,13 @@ +name = "Dusty Decorations" +filename = "DustyDecorations_1.20.1Forge_V1.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/KgFOuaiZ/versions/zmgN8Y2Y/DustyDecorations_1.20.1Forge_V1.0.jar" +hash-format = "sha512" +hash = "1fe402f2621760e8e425a148296638bcab799fdfbecc8f4c146d172214fd35ee254a00bddb40019d6cd6c7a598be7df9910ac8cc743df91e1b77ef274985239f" + +[update] +[update.modrinth] +mod-id = "KgFOuaiZ" +version = "zmgN8Y2Y" diff --git a/mods/embers.pw.toml b/mods/embers.pw.toml new file mode 100644 index 0000000..75d497b --- /dev/null +++ b/mods/embers.pw.toml @@ -0,0 +1,13 @@ +name = "Embers Rekindled" +filename = "embersrekindled-1.20.1-1.4.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/eMWmEr1R/versions/LPS5MjQ9/embersrekindled-1.20.1-1.4.2.jar" +hash-format = "sha512" +hash = "98fc579c45dfb7e1a069a86f7c8eaa50f5e2c96f8dcc1b7577bb1948e9bbcdf6327ae6682359d5f4824bd0f880d99f02949fe50850be7b9ade50fa4dc8edcb6b" + +[update] +[update.modrinth] +mod-id = "eMWmEr1R" +version = "LPS5MjQ9" diff --git a/mods/enchanted-witchcraft.pw.toml b/mods/enchanted-witchcraft.pw.toml new file mode 100644 index 0000000..e9960f2 --- /dev/null +++ b/mods/enchanted-witchcraft.pw.toml @@ -0,0 +1,13 @@ +name = "Enchanted: Witchcraft" +filename = "enchanted-forge-1.20.1-3.1.13.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/HsbpdVo9/versions/Kj0OxoXD/enchanted-forge-1.20.1-3.1.13.jar" +hash-format = "sha512" +hash = "39f3cf2ff9a2dc42b19097dbf2536d73ba34f1a82e8370a2edf7489e255c980ebdc2ce0fc3546e6a5b724a1a1c6be870c79c6b2f5c0806f12a8ac55da69314a0" + +[update] +[update.modrinth] +mod-id = "HsbpdVo9" +version = "Kj0OxoXD" diff --git a/mods/environmental.pw.toml b/mods/environmental.pw.toml new file mode 100644 index 0000000..6073b1d --- /dev/null +++ b/mods/environmental.pw.toml @@ -0,0 +1,13 @@ +name = "Environmental" +filename = "environmental-1.20.1-4.1.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/OqtiAZcV/versions/wWji5yMv/environmental-1.20.1-4.1.0.jar" +hash-format = "sha512" +hash = "b4b16fff8bb563292e66d5645b8dd164dcde2656e2cc92656adb9682ad35b260ee8d9d15e398862e6adce517b078c3354b498e9d23fc9a3f353954f21fa5b69c" + +[update] +[update.modrinth] +mod-id = "OqtiAZcV" +version = "wWji5yMv" diff --git a/mods/epic-siege-mod.pw.toml b/mods/epic-siege-mod.pw.toml new file mode 100644 index 0000000..d1885fa --- /dev/null +++ b/mods/epic-siege-mod.pw.toml @@ -0,0 +1,13 @@ +name = "Epic Siege Mod" +filename = "EpicSiegeMod-14.171.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8167b3f55184328d72172333e6ac7f27a62aec0e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6028079 +project-id = 229449 diff --git a/mods/explorers-compass.pw.toml b/mods/explorers-compass.pw.toml new file mode 100644 index 0000000..6d11e88 --- /dev/null +++ b/mods/explorers-compass.pw.toml @@ -0,0 +1,13 @@ +name = "Explorer's Compass" +filename = "ExplorersCompass-1.20.1-1.3.3-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/RV1qfVQ8/versions/JS0ehUbr/ExplorersCompass-1.20.1-1.3.3-forge.jar" +hash-format = "sha512" +hash = "a36e1de88eded95222ed6c0d938d52218f3177d9893cbf5fc8059f3ee9b2880700dab96727c26a9bd954341e7541a6a9292a3febf2867fbdce005b44a059c6c6" + +[update] +[update.modrinth] +mod-id = "RV1qfVQ8" +version = "JS0ehUbr" diff --git a/mods/farmers-delight.pw.toml b/mods/farmers-delight.pw.toml new file mode 100644 index 0000000..4c08cea --- /dev/null +++ b/mods/farmers-delight.pw.toml @@ -0,0 +1,13 @@ +name = "Farmer's Delight" +filename = "FarmersDelight-1.20.1-1.2.9.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/R2OftAxM/versions/8rPF1pFi/FarmersDelight-1.20.1-1.2.9.jar" +hash-format = "sha512" +hash = "b628f9818301788dfba535615dde964e1727b8b3b22884f26df1f8a2b5a11a063f3803de00bc6eb8d148440286d43a29b98352afb33bd447b847c21b870442cb" + +[update] +[update.modrinth] +mod-id = "R2OftAxM" +version = "8rPF1pFi" diff --git a/mods/framework.pw.toml b/mods/framework.pw.toml new file mode 100644 index 0000000..cdcb060 --- /dev/null +++ b/mods/framework.pw.toml @@ -0,0 +1,13 @@ +name = "Framework" +filename = "framework-forge-1.20.1-0.7.15.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0963ba5c19634030dbf1358b5c5f5fb341fede73" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6531428 +project-id = 549225 diff --git a/mods/ftb-library-forge.pw.toml b/mods/ftb-library-forge.pw.toml new file mode 100644 index 0000000..2955003 --- /dev/null +++ b/mods/ftb-library-forge.pw.toml @@ -0,0 +1,13 @@ +name = "FTB Library (Forge)" +filename = "ftb-library-forge-2001.2.10.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9472bb30d0e38cb774b9cc7852bdd8dbf845622b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6807424 +project-id = 404465 diff --git a/mods/ftb-ultimine-forge.pw.toml b/mods/ftb-ultimine-forge.pw.toml new file mode 100644 index 0000000..8308a4d --- /dev/null +++ b/mods/ftb-ultimine-forge.pw.toml @@ -0,0 +1,13 @@ +name = "FTB Ultimine (Forge)" +filename = "ftb-ultimine-forge-2001.1.7.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3cbefa29b387cebb85022cb0ff838fd54b67cf82" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6899418 +project-id = 386134 diff --git a/mods/gallery.pw.toml b/mods/gallery.pw.toml new file mode 100644 index 0000000..d564373 --- /dev/null +++ b/mods/gallery.pw.toml @@ -0,0 +1,13 @@ +name = "Gallery" +filename = "gallery-1.20.1-1.0.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/EOA6vv83/versions/GXA1WCeg/gallery-1.20.1-1.0.3.jar" +hash-format = "sha512" +hash = "aee033d4ab2752c62071d3835aca8878fe7c4486cbbe7416d31a87e5682fb876b8c79de91fc006fda8b10ec52cb91325b09294b66d53e3e522a62399ad7c814f" + +[update] +[update.modrinth] +mod-id = "EOA6vv83" +version = "GXA1WCeg" diff --git a/mods/geckolib.pw.toml b/mods/geckolib.pw.toml new file mode 100644 index 0000000..f5b1846 --- /dev/null +++ b/mods/geckolib.pw.toml @@ -0,0 +1,13 @@ +name = "Geckolib" +filename = "geckolib-forge-1.20.1-4.8.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/8BmcQJ2H/versions/aVW7Z5da/geckolib-forge-1.20.1-4.8.2.jar" +hash-format = "sha512" +hash = "8d8cb1f2d60c885b3b312aca63b94e3942e50ca40e96514f35fb74a39367afa07e4986640a66c66b035da9ea60cb6d8ff602e9c0b6b298e5ce584ad9f46a2f45" + +[update] +[update.modrinth] +mod-id = "8BmcQJ2H" +version = "aVW7Z5da" diff --git a/mods/gems-realm.pw.toml b/mods/gems-realm.pw.toml new file mode 100644 index 0000000..7bca1b4 --- /dev/null +++ b/mods/gems-realm.pw.toml @@ -0,0 +1,13 @@ +name = "Every Compat (Gems Realm)" +filename = "gemsrealm-1.20-2.9.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/v259p1An/versions/JMmJcasE/gemsrealm-1.20-2.9.2.jar" +hash-format = "sha512" +hash = "dd13e7532da3692c74e11803fb6958572ba380afecaf0f74e37926fd76d39ed000e5a7ba94e400cffbf95b88d956251ab3c628d61eae697dfcce4877b84b0e51" + +[update] +[update.modrinth] +mod-id = "v259p1An" +version = "JMmJcasE" diff --git a/mods/gravestone-mod.pw.toml b/mods/gravestone-mod.pw.toml new file mode 100644 index 0000000..60b8fef --- /dev/null +++ b/mods/gravestone-mod.pw.toml @@ -0,0 +1,13 @@ +name = "GraveStone Mod" +filename = "gravestone-forge-1.20.1-1.0.33.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/RYtXKJPr/versions/UQMeEqbE/gravestone-forge-1.20.1-1.0.33.jar" +hash-format = "sha512" +hash = "8a1a6d8cd077885a2cd5f696f67154ce357f6e069eb60d9ef8b4eaf3f96f02e5645de9fdddfeeaa6b92fe2f6718b303235f09ecf46c10d0faa44a1f2c1f95a56" + +[update] +[update.modrinth] +mod-id = "RYtXKJPr" +version = "UQMeEqbE" diff --git a/mods/gravestone-x-curios-api-compat.pw.toml b/mods/gravestone-x-curios-api-compat.pw.toml new file mode 100644 index 0000000..956024c --- /dev/null +++ b/mods/gravestone-x-curios-api-compat.pw.toml @@ -0,0 +1,13 @@ +name = "Gravestone x Curios API Compat" +filename = "gravestonecurioscompat-1.20.x-Forge-3.0.0.jar" +side = "both" + +[download] +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.modrinth] +mod-id = "NaiL8bPN" +version = "jkxbFNyf" diff --git a/mods/guideme.pw.toml b/mods/guideme.pw.toml new file mode 100644 index 0000000..d9f0e51 --- /dev/null +++ b/mods/guideme.pw.toml @@ -0,0 +1,13 @@ +name = "GuideME" +filename = "guideme-20.1.13.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Ck4E7v7R/versions/SYp7t1xZ/guideme-20.1.13.jar" +hash-format = "sha512" +hash = "1983c44e7ab1110096929eb49f3e1eeeced97719140ff1b732fce5646744c2b0a971060a3d4289b79ff339ffc9d582f8f2afff5bd88e7cd61e43fb5a1ccc760d" + +[update] +[update.modrinth] +mod-id = "Ck4E7v7R" +version = "SYp7t1xZ" diff --git a/mods/hardcore-redeploy.pw.toml b/mods/hardcore-redeploy.pw.toml new file mode 100644 index 0000000..9dd13f3 --- /dev/null +++ b/mods/hardcore-redeploy.pw.toml @@ -0,0 +1,8 @@ +name = "hardcore-redeploy" +filename = "hardcore_redeploy-1.1.1-forge.jar" +side = "both" + +[download] +url = "https://git.touhoudiscord.net/Hexugory/HardcoreRedeploy/releases/download/1.1.1/hardcore_redeploy-1.1.1-forge.jar" +hash-format = "sha256" +hash = "32ef4ab4410827a547e5b77662c11bd8e5c53b061a6e750fba3a7932e53f8e64" diff --git a/mods/hex-casting.pw.toml b/mods/hex-casting.pw.toml new file mode 100644 index 0000000..ef795cf --- /dev/null +++ b/mods/hex-casting.pw.toml @@ -0,0 +1,13 @@ +name = "Hex Casting" +filename = "hexcasting-forge-1.20.1-0.11.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nTW3yKrm/versions/xENnFQpR/hexcasting-forge-1.20.1-0.11.2.jar" +hash-format = "sha512" +hash = "c8c9fb583daf2a74173630808c9aca2da7edf6cfd56c357b1947ec5d424074c0d91286680dafe552148a70909ccfbd17d5a045a060d591c9e913c0eb07ac8c00" + +[update] +[update.modrinth] +mod-id = "nTW3yKrm" +version = "xENnFQpR" diff --git a/mods/hypertube.pw.toml b/mods/hypertube.pw.toml new file mode 100644 index 0000000..9d49dc7 --- /dev/null +++ b/mods/hypertube.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Hypertubes" +filename = "create_hypertube-0.2.5-FORGE.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ATDdrG1y/versions/oT3tlxGs/create_hypertube-0.2.5-FORGE.jar" +hash-format = "sha512" +hash = "ffd47f1726bec14456a5a322e104bde942b64ea9a123d8fb3563453a7f762c580aa1732ea0917ad75714cae3fde70e16e9f38fd9952873abf205eab2dfd384ab" + +[update] +[update.modrinth] +mod-id = "ATDdrG1y" +version = "oT3tlxGs" diff --git a/mods/immersiveengineering.pw.toml b/mods/immersiveengineering.pw.toml new file mode 100644 index 0000000..1dc77b3 --- /dev/null +++ b/mods/immersiveengineering.pw.toml @@ -0,0 +1,13 @@ +name = "Immersive Engineering" +filename = "ImmersiveEngineering-1.20.1-10.2.0-183.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/tIm2nV03/versions/WUzj4tgJ/ImmersiveEngineering-1.20.1-10.2.0-183.jar" +hash-format = "sha512" +hash = "fdb52fb1faf5522c97820480e436216114c931672d3b0ff1c26c64a5bfd350d3599df31dcb14a5dba49236d8fac3d99b4bb96b0a84d55443e282754d687536f7" + +[update] +[update.modrinth] +mod-id = "tIm2nV03" +version = "WUzj4tgJ" diff --git a/mods/incubation.pw.toml b/mods/incubation.pw.toml new file mode 100644 index 0000000..d9d605c --- /dev/null +++ b/mods/incubation.pw.toml @@ -0,0 +1,13 @@ +name = "Incubation" +filename = "incubation-1.20.1-4.0.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/A4Xrv60A/versions/WAqOPLlv/incubation-1.20.1-4.0.4.jar" +hash-format = "sha512" +hash = "b3a1dc70385bd91bd97571bdb9779ad5d6add6c5cbabc028bb73f700027a2bf03166f40f2214a2895dd4b8e8754a1c93d9aa55879c0ffb003d821b852fe787ea" + +[update] +[update.modrinth] +mod-id = "A4Xrv60A" +version = "WAqOPLlv" diff --git a/mods/inline.pw.toml b/mods/inline.pw.toml new file mode 100644 index 0000000..a4812c1 --- /dev/null +++ b/mods/inline.pw.toml @@ -0,0 +1,13 @@ +name = "Inline" +filename = "inline-forge-1.20.1-1.2.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/fin1PX4m/versions/H1jsvy53/inline-forge-1.20.1-1.2.2.jar" +hash-format = "sha512" +hash = "ff631012ef59eb560999dab05b65325f9ab848f0f7253818c9202ab1b8ecfc0de3417c6d57c2b63573da00814c8b87cdc86bc0b35952d1f927b97983dde0a153" + +[update] +[update.modrinth] +mod-id = "fin1PX4m" +version = "H1jsvy53" diff --git a/mods/inventory-tweaks-refoxed.pw.toml b/mods/inventory-tweaks-refoxed.pw.toml index 2099eb0..47acd54 100644 --- a/mods/inventory-tweaks-refoxed.pw.toml +++ b/mods/inventory-tweaks-refoxed.pw.toml @@ -1,6 +1,6 @@ name = "Inventory Tweaks: ReFoxed" filename = "invtweaks-1.20.1-1.2.0.jar" -side = "client" +side = "both" [download] url = "https://cdn.modrinth.com/data/uqnMI1kq/versions/eyPkQyNd/invtweaks-1.20.1-1.2.0.jar" diff --git a/mods/kotlin-for-forge.pw.toml b/mods/kotlin-for-forge.pw.toml new file mode 100644 index 0000000..82dd0a0 --- /dev/null +++ b/mods/kotlin-for-forge.pw.toml @@ -0,0 +1,13 @@ +name = "Kotlin for Forge" +filename = "kotlinforforge-4.11.0-all.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ordsPcFz/versions/hmeyC41q/kotlinforforge-4.11.0-all.jar" +hash-format = "sha512" +hash = "d72707078f0c4fde78981c638ca976722f22a64ce74bdb489258790fe9886d763a7b1e0dfbc5429ddd3105d8a65d177f06242dfb1457e219e56c70dd3e8cbf2c" + +[update] +[update.modrinth] +mod-id = "ordsPcFz" +version = "hmeyC41q" diff --git a/mods/kubejs.pw.toml b/mods/kubejs.pw.toml new file mode 100644 index 0000000..9f21a92 --- /dev/null +++ b/mods/kubejs.pw.toml @@ -0,0 +1,13 @@ +name = "KubeJS" +filename = "kubejs-forge-2001.6.5-build.16.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/umyGl7zF/versions/g5igndAv/kubejs-forge-2001.6.5-build.16.jar" +hash-format = "sha512" +hash = "819f730d2a9d980bb246d30d67793f06f6a1608381c7ce3577cf25e70dd3d595271f8fcfbf3ae037168842f660e79e49846756bd18c79793b310ff18ab826cbd" + +[update] +[update.modrinth] +mod-id = "umyGl7zF" +version = "g5igndAv" diff --git a/mods/l_enders-cataclysm.pw.toml b/mods/l_enders-cataclysm.pw.toml new file mode 100644 index 0000000..7635af0 --- /dev/null +++ b/mods/l_enders-cataclysm.pw.toml @@ -0,0 +1,13 @@ +name = "L_Ender's Cataclysm" +filename = "L_Enders_Cataclysm-3.16.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/46KJle7n/versions/NvvXful4/L_Enders_Cataclysm-3.16.jar" +hash-format = "sha512" +hash = "772ea9def8393a8376b332af5199844281f7f272fec1a73b28b9b477dc574d6820b541aac1cde6801b5cac05dfa4e622d2ab49c02c1e21acc9550a58ec5eadc6" + +[update] +[update.modrinth] +mod-id = "46KJle7n" +version = "NvvXful4" diff --git a/mods/leaves-be-gone.pw.toml b/mods/leaves-be-gone.pw.toml index 26b72d0..5564415 100644 --- a/mods/leaves-be-gone.pw.toml +++ b/mods/leaves-be-gone.pw.toml @@ -1,6 +1,6 @@ name = "Leaves Be Gone" filename = "LeavesBeGone-v8.0.0-1.20.1-Forge.jar" -side = "server" +side = "both" [download] url = "https://cdn.modrinth.com/data/AVq17PqV/versions/slScQFdb/LeavesBeGone-v8.0.0-1.20.1-Forge.jar" diff --git a/mods/lets-do-vinery.pw.toml b/mods/lets-do-vinery.pw.toml new file mode 100644 index 0000000..15a96ce --- /dev/null +++ b/mods/lets-do-vinery.pw.toml @@ -0,0 +1,13 @@ +name = "[Let's Do] Vinery" +filename = "letsdo-vinery-forge-1.4.41.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/1DWmBJVA/versions/2I4cH49O/letsdo-vinery-forge-1.4.41.jar" +hash-format = "sha512" +hash = "22c900eb1542d9d47b21f9708e76f25d82dc2393a800ed5e447ba34ef8756d6460e4b981a7d7585ddcf2796c5e6b2d8355403e5c830966bc5aa628f6468500e9" + +[update] +[update.modrinth] +mod-id = "1DWmBJVA" +version = "2I4cH49O" diff --git a/mods/lionfish-api.pw.toml b/mods/lionfish-api.pw.toml new file mode 100644 index 0000000..0bc0e25 --- /dev/null +++ b/mods/lionfish-api.pw.toml @@ -0,0 +1,13 @@ +name = "Lionfish-API" +filename = "lionfishapi-2.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/FoVacERa/versions/KZh3Mkcu/lionfishapi-2.4.jar" +hash-format = "sha512" +hash = "08712bbd71cfd6f6187a54a1373a82a017ed2a6de989d641f70e60b67e82cb80dbe27dbe55d8315a4f006444057ac10670c6f61b230ad1d6d9eb1d7b37baeac0" + +[update] +[update.modrinth] +mod-id = "FoVacERa" +version = "KZh3Mkcu" diff --git a/mods/lodestonelib.pw.toml b/mods/lodestonelib.pw.toml new file mode 100644 index 0000000..fdf9ff4 --- /dev/null +++ b/mods/lodestonelib.pw.toml @@ -0,0 +1,13 @@ +name = "Lodestone" +filename = "lodestone-1.20.1-1.6.4.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/bN3xUWdo/versions/dRIycWqx/lodestone-1.20.1-1.6.4.1.jar" +hash-format = "sha512" +hash = "fec5107deb73c06c4b1756349cb874e0933c4181fd20e8528e46a24e35ccb048898c8607830deea3242d7303784a9c3a03f3fadd40d13fb6dc27a34a77f5cc85" + +[update] +[update.modrinth] +mod-id = "bN3xUWdo" +version = "dRIycWqx" 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-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-paintings.pw.toml b/mods/macaws-paintings.pw.toml new file mode 100644 index 0000000..630bc48 --- /dev/null +++ b/mods/macaws-paintings.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Paintings" +filename = "mcw-paintings-1.0.5-1.20.1forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/okE6QVAY/versions/yaSdsps0/mcw-paintings-1.0.5-1.20.1forge.jar" +hash-format = "sha512" +hash = "8be3906c309e054894480ca33a74f47c87edb5e6aef35be850fd86eeeeeeaa4afb95f6812235f4c326b726458a8e1b7f1c1685b3017b986f28abbe9f3ec0ac85" + +[update] +[update.modrinth] +mod-id = "okE6QVAY" +version = "yaSdsps0" diff --git a/mods/macaws-paths-and-pavings.pw.toml b/mods/macaws-paths-and-pavings.pw.toml new file mode 100644 index 0000000..39f7c5b --- /dev/null +++ b/mods/macaws-paths-and-pavings.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Paths and Pavings" +filename = "mcw-mcwpaths-1.1.1-mc1.20.1forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/VRLhWB91/versions/yHkcTSFb/mcw-mcwpaths-1.1.1-mc1.20.1forge.jar" +hash-format = "sha512" +hash = "52c08de819b80616602df9350241ec37581ebbe323a779bb935c3167b698893a97df3c5190c249ec90a0beb68da4532745c89675dfc9857d1a18c20fb8c5c1cd" + +[update] +[update.modrinth] +mod-id = "VRLhWB91" +version = "yHkcTSFb" 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..28c65b0 --- /dev/null +++ b/mods/macaws-windows.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Windows" +filename = "mcw-mcwwindows-2.4.1-mc1.20.1forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/C7I0BCni/versions/sAci0S1N/mcw-mcwwindows-2.4.1-mc1.20.1forge.jar" +hash-format = "sha512" +hash = "3fec283b95915996399fe839e7feb26a82c6531548316978e061302983dae410b33e2289ab6c0c1fad441523b8f40e6abb1968d409855a8c32e02796b1925349" + +[update] +[update.modrinth] +mod-id = "C7I0BCni" +version = "sAci0S1N" diff --git a/mods/mahou-tsukai.pw.toml b/mods/mahou-tsukai.pw.toml new file mode 100644 index 0000000..9ff892b --- /dev/null +++ b/mods/mahou-tsukai.pw.toml @@ -0,0 +1,13 @@ +name = "Mahou Tsukai" +filename = "mahoutsukai-1.20.1-v1.34.74.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/7jOxn6qJ/versions/iP9fAEwX/mahoutsukai-1.20.1-v1.34.74.jar" +hash-format = "sha512" +hash = "1e5f02e31e6921d3ca3ea825a0e85ed4cbde0ae2cfc86f8c51077e2b822b8b8dac2b3b3cc232918a8cd8465e8877bb80964dfc17c5d0eba4138181ca1cc1d113" + +[update] +[update.modrinth] +mod-id = "7jOxn6qJ" +version = "iP9fAEwX" diff --git a/mods/malum.pw.toml b/mods/malum.pw.toml new file mode 100644 index 0000000..e34ad1c --- /dev/null +++ b/mods/malum.pw.toml @@ -0,0 +1,13 @@ +name = "Malum" +filename = "malum-1.20.1-1.6.7.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/jgzwYsAN/versions/U88VbrNU/malum-1.20.1-1.6.7.jar" +hash-format = "sha512" +hash = "76b3a9d6fad5a4f0e1a24dd4ff40b3215b78319373f5b3ed7261570f2ae22c3601dd873907356476a03e10104669194c9fdb693ef7643edccd6062c97083cd2b" + +[update] +[update.modrinth] +mod-id = "jgzwYsAN" +version = "U88VbrNU" diff --git a/mods/mana-and-artifice.pw.toml b/mods/mana-and-artifice.pw.toml new file mode 100644 index 0000000..40fc78a --- /dev/null +++ b/mods/mana-and-artifice.pw.toml @@ -0,0 +1,13 @@ +name = "Mana and Artifice" +filename = "mna-forge-1.20.1-3.1.11-all.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/zaRGNexp/versions/odH1eB1x/mna-forge-1.20.1-3.1.11-all.jar" +hash-format = "sha512" +hash = "1a571bf1dca7a56c7cd9af318a6f8b461aa55ae28eddfd91f344041bd7f252a76ba9cfef9ff123ce67ab3ab888ffcad3a199b34f48a099eb4cccc9cb19559ab4" + +[update] +[update.modrinth] +mod-id = "zaRGNexp" +version = "odH1eB1x" diff --git a/mods/natures-compass.pw.toml b/mods/natures-compass.pw.toml new file mode 100644 index 0000000..1d1ad6b --- /dev/null +++ b/mods/natures-compass.pw.toml @@ -0,0 +1,13 @@ +name = "Nature's Compass" +filename = "NaturesCompass-1.20.1-1.11.2-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/fPetb5Kh/versions/Og40jCNX/NaturesCompass-1.20.1-1.11.2-forge.jar" +hash-format = "sha512" +hash = "7a2a9e9e91f9d2093d94c42ed056bca4048f39ba45b233415b6d1874986b5848a82826873ccc2b38abccbdf5652f2e217482354c66434ed1b93df8971cb0bea3" + +[update] +[update.modrinth] +mod-id = "fPetb5Kh" +version = "Og40jCNX" diff --git a/mods/neapolitan.pw.toml b/mods/neapolitan.pw.toml new file mode 100644 index 0000000..292ec8a --- /dev/null +++ b/mods/neapolitan.pw.toml @@ -0,0 +1,13 @@ +name = "Neapolitan" +filename = "neapolitan-1.20.1-5.1.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/InYMuiQt/versions/AC9UEwPQ/neapolitan-1.20.1-5.1.0.jar" +hash-format = "sha512" +hash = "490fd228c449922e71d942b3886473a0873b131e4cbe4525819196aa5d453231bf2521f55ecf12630130bf5011e17a5d9cf60829128062d9841cc1f3a48c0afb" + +[update] +[update.modrinth] +mod-id = "InYMuiQt" +version = "AC9UEwPQ" diff --git a/mods/noisium.pw.toml b/mods/noisium.pw.toml index 6b0d374..f905aac 100644 --- a/mods/noisium.pw.toml +++ b/mods/noisium.pw.toml @@ -1,6 +1,6 @@ name = "Noisium" filename = "noisium-merged-2.0.1+mc1.20.x.jar" -side = "server" +side = "both" [download] url = "https://cdn.modrinth.com/data/KuNKN7d2/versions/AfjBJbK1/noisium-merged-2.0.1%2Bmc1.20.x.jar" diff --git a/mods/numismatics.pw.toml b/mods/numismatics.pw.toml new file mode 100644 index 0000000..e0b7a38 --- /dev/null +++ b/mods/numismatics.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Numismatics" +filename = "CreateNumismatics-1.0.15+forge-mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Jdbbtt0i/versions/wjKJbg4D/CreateNumismatics-1.0.15%2Bforge-mc1.20.1.jar" +hash-format = "sha512" +hash = "775481ce32bc34f580d4e2bd6b9084f003370b0a61a6938549857b4cdf9d483e19e838214ae15fba4b4732cc9a077849851b744a4a1156049ed5e555573b8b83" + +[update] +[update.modrinth] +mod-id = "Jdbbtt0i" +version = "wjKJbg4D" diff --git a/mods/origins-forge.pw.toml b/mods/origins-forge.pw.toml new file mode 100644 index 0000000..5ba3955 --- /dev/null +++ b/mods/origins-forge.pw.toml @@ -0,0 +1,13 @@ +name = "Origins (Forge)" +filename = "origins-forge-1.20.1-1.10.0.9-all.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/jl3m2lR9/versions/vynFXywM/origins-forge-1.20.1-1.10.0.9-all.jar" +hash-format = "sha512" +hash = "b103ac2ac509e98eaceedf04891bbe302e82f8b4a7fc3790b3d63bd912306bb09f9925489473211627a7a87d2049672a3e66c5cf6f5b1e34e62049f3a43d0e5d" + +[update] +[update.modrinth] +mod-id = "jl3m2lR9" +version = "vynFXywM" diff --git a/mods/origins-minus.pw.toml b/mods/origins-minus.pw.toml new file mode 100644 index 0000000..7a9f703 --- /dev/null +++ b/mods/origins-minus.pw.toml @@ -0,0 +1,13 @@ +name = "Origins Minus" +filename = "origins-minus-2.4.0+1.20.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gbOL9is1/versions/pHkQcfzT/origins-minus-2.4.0%2B1.20.jar" +hash-format = "sha512" +hash = "ccb329b3d78b32c5d220cc7c723f6149664435565268f42e4b027496bb1e7c05c87d71ba29178824e14763e347eb04c2615d8ba63ba4b6b4d1e3408f30f370c2" + +[update] +[update.modrinth] +mod-id = "gbOL9is1" +version = "pHkQcfzT" diff --git a/mods/parcool.pw.toml b/mods/parcool.pw.toml new file mode 100644 index 0000000..9dc931a --- /dev/null +++ b/mods/parcool.pw.toml @@ -0,0 +1,13 @@ +name = "ParCool!" +filename = "ParCool-1.20.1-3.4.1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Fsvx2bdR/versions/2ABdaFeN/ParCool-1.20.1-3.4.1.2.jar" +hash-format = "sha512" +hash = "e58c388bcafbdfa16ab1069c52b025a488e674769699471f264d441435fa02d9f3ea9d3f833ff0b3680c72db7d237b11ea5254484c365f7393b7662080b88488" + +[update] +[update.modrinth] +mod-id = "Fsvx2bdR" +version = "2ABdaFeN" diff --git a/mods/parties.pw.toml b/mods/parties.pw.toml new file mode 100644 index 0000000..6070a45 --- /dev/null +++ b/mods/parties.pw.toml @@ -0,0 +1,13 @@ +name = "Parties" +filename = "sedparties-1.20.1-2.0-beta-p.7.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "89609beba8ad6cd27313f094b4798a49ac04e41b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5813202 +project-id = 358243 diff --git a/mods/patchouli.pw.toml b/mods/patchouli.pw.toml new file mode 100644 index 0000000..4c242c4 --- /dev/null +++ b/mods/patchouli.pw.toml @@ -0,0 +1,13 @@ +name = "Patchouli" +filename = "Patchouli-1.20.1-84.1-FORGE.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nU0bVIaL/versions/8Qyw08ld/Patchouli-1.20.1-84.1-FORGE.jar" +hash-format = "sha512" +hash = "d87143ae5dc979e8d65dd35ff0916077a355c503c4a906bed0d9dbe600ff0602e5296800cbdf2260d47033f664691b54e1b18a1b9835339c4e13d69fc4251f1b" + +[update] +[update.modrinth] +mod-id = "nU0bVIaL" +version = "8Qyw08ld" diff --git a/mods/paucal.pw.toml b/mods/paucal.pw.toml new file mode 100644 index 0000000..84d01ff --- /dev/null +++ b/mods/paucal.pw.toml @@ -0,0 +1,13 @@ +name = "PAUCAL" +filename = "paucal-0.6.0+1.20.1-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/TZo2wHFe/versions/HyBiJPtT/paucal-0.6.0%2B1.20.1-forge.jar" +hash-format = "sha512" +hash = "c970d419650a54fbf90319d5a2187228ab634ada8b9a2b381f8365066718e006203f0769217b47c9a875eb296751eadfa5fb79788deb36d7c07ca258e9d3e249" + +[update] +[update.modrinth] +mod-id = "TZo2wHFe" +version = "HyBiJPtT" diff --git a/mods/pehkui.pw.toml b/mods/pehkui.pw.toml new file mode 100644 index 0000000..818f1a6 --- /dev/null +++ b/mods/pehkui.pw.toml @@ -0,0 +1,13 @@ +name = "Pehkui" +filename = "Pehkui-3.8.2+1.20.1-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/t5W7Jfwy/versions/SQpqSgAE/Pehkui-3.8.2%2B1.20.1-forge.jar" +hash-format = "sha512" +hash = "e4660f0b5af6bfe2902ab39a6fbfa911856e0567bffc47842b482731da373afa4424b9e7cf47c61a0c2107445520475053709a6671d9eb4b7f4b55597729af3f" + +[update] +[update.modrinth] +mod-id = "t5W7Jfwy" +version = "SQpqSgAE" diff --git a/mods/productivebees.pw.toml b/mods/productivebees.pw.toml new file mode 100644 index 0000000..093d530 --- /dev/null +++ b/mods/productivebees.pw.toml @@ -0,0 +1,13 @@ +name = "Productive Bees" +filename = "productivebees-1.20.1-12.6.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/jH6iiqkd/versions/mywVOObd/productivebees-1.20.1-12.6.0.jar" +hash-format = "sha512" +hash = "5079bf8ed7e73149a0c6f78026506f32c91ca392f402f52beb40140d7c7d08e40a27e463dc8b34d06c5f8f50599be0dd7dd71cc0b86f78d039c48424c2329951" + +[update] +[update.modrinth] +mod-id = "jH6iiqkd" +version = "mywVOObd" diff --git a/mods/quark.pw.toml b/mods/quark.pw.toml new file mode 100644 index 0000000..b3639a3 --- /dev/null +++ b/mods/quark.pw.toml @@ -0,0 +1,13 @@ +name = "Quark" +filename = "Quark-4.0-462.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qnQsVE2z/versions/DijQLauD/Quark-4.0-462.jar" +hash-format = "sha512" +hash = "585b182ccd51066e841141c9bc74fe8b820df86119828b7542b56771c3fcaf8bcc92f9d67f4e87736e82a45bb9166f71c015b95e230f964215290707b6475eed" + +[update] +[update.modrinth] +mod-id = "qnQsVE2z" +version = "DijQLauD" diff --git a/mods/radium.pw.toml b/mods/radium.pw.toml index 3ac83f5..cac1820 100644 --- a/mods/radium.pw.toml +++ b/mods/radium.pw.toml @@ -1,6 +1,6 @@ name = "Radium" filename = "radium-mc1.20.1-0.12.4+git.26c9d8e.jar" -side = "server" +side = "both" [download] url = "https://cdn.modrinth.com/data/2gvRmQXx/versions/n947JjJH/radium-mc1.20.1-0.12.4%2Bgit.26c9d8e.jar" diff --git a/mods/refurbished-furniture.pw.toml b/mods/refurbished-furniture.pw.toml new file mode 100644 index 0000000..59808b8 --- /dev/null +++ b/mods/refurbished-furniture.pw.toml @@ -0,0 +1,13 @@ +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/rhino.pw.toml b/mods/rhino.pw.toml new file mode 100644 index 0000000..3bad63c --- /dev/null +++ b/mods/rhino.pw.toml @@ -0,0 +1,13 @@ +name = "Rhino" +filename = "rhino-forge-2001.2.3-build.10.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/sk9knFPE/versions/uNALdylI/rhino-forge-2001.2.3-build.10.jar" +hash-format = "sha512" +hash = "4eb6a635f3eff3baa158539bd55344421cf69b15e28f7da8bf55f370a11c071f3525063a6f81b67fbfca550ad8aaab7e6208df87f65ca6ed2851edd46f032b58" + +[update] +[update.modrinth] +mod-id = "sk9knFPE" +version = "uNALdylI" diff --git a/mods/savage-and-ravage.pw.toml b/mods/savage-and-ravage.pw.toml new file mode 100644 index 0000000..0b5cb57 --- /dev/null +++ b/mods/savage-and-ravage.pw.toml @@ -0,0 +1,13 @@ +name = "Savage & Ravage" +filename = "savage_and_ravage-1.20.1-6.0.0.jar" +side = "both" + +[download] +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.modrinth] +mod-id = "KxOh9voD" +version = "38OAGsVf" diff --git a/mods/selene.pw.toml b/mods/selene.pw.toml new file mode 100644 index 0000000..f5c077b --- /dev/null +++ b/mods/selene.pw.toml @@ -0,0 +1,13 @@ +name = "Moonlight Lib" +filename = "moonlight-1.20-2.16.13-forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "129d43de27f584d4cde8c64a3773b1848bfc557d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7027387 +project-id = 499980 diff --git a/mods/smartbrainlib.pw.toml b/mods/smartbrainlib.pw.toml new file mode 100644 index 0000000..aef1987 --- /dev/null +++ b/mods/smartbrainlib.pw.toml @@ -0,0 +1,13 @@ +name = "SmartBrainLib" +filename = "SmartBrainLib-forge-1.20.1-1.15.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/PuyPazRT/versions/YkeJNm33/SmartBrainLib-forge-1.20.1-1.15.jar" +hash-format = "sha512" +hash = "51754d743b86bf89da5c15a1c2b733f4b3713bf2aa7e6bd4d920cd36bc7923f2de316903fbe0d675a37f848929508c0e418dec1ecf7e87342f547fe32e75f8f4" + +[update] +[update.modrinth] +mod-id = "PuyPazRT" +version = "YkeJNm33" diff --git a/mods/sophisticated-backpacks.pw.toml b/mods/sophisticated-backpacks.pw.toml new file mode 100644 index 0000000..7bd77d5 --- /dev/null +++ b/mods/sophisticated-backpacks.pw.toml @@ -0,0 +1,13 @@ +name = "Sophisticated Backpacks" +filename = "sophisticatedbackpacks-1.20.1-3.24.8.1381.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/TyCTlI4b/versions/LYJRLti0/sophisticatedbackpacks-1.20.1-3.24.8.1381.jar" +hash-format = "sha512" +hash = "34b67a534dce86f29a292b45bba13fd0da6183c4eab2743cfd3dfc45fa8aa96e4dbcc833f37b94fa7bf2a644ef46741c18eb0fe169a60d092d53c67201bc8bcd" + +[update] +[update.modrinth] +mod-id = "TyCTlI4b" +version = "LYJRLti0" diff --git a/mods/sophisticated-core.pw.toml b/mods/sophisticated-core.pw.toml new file mode 100644 index 0000000..5bc2c8f --- /dev/null +++ b/mods/sophisticated-core.pw.toml @@ -0,0 +1,13 @@ +name = "Sophisticated Core" +filename = "sophisticatedcore-1.20.1-1.2.95.1174.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nmoqTijg/versions/n0rkxKaA/sophisticatedcore-1.20.1-1.2.95.1174.jar" +hash-format = "sha512" +hash = "ef49bc38a4333eccbbc0b4fb0ab290b34173c5024631ee2e8573b9770de7381a3eebe2aeaced41d0098400918a4d40c6a5fee1e4932ba34f4e8e2f9fd7738d0b" + +[update] +[update.modrinth] +mod-id = "nmoqTijg" +version = "n0rkxKaA" diff --git a/mods/sophisticated-storage.pw.toml b/mods/sophisticated-storage.pw.toml new file mode 100644 index 0000000..bd8e623 --- /dev/null +++ b/mods/sophisticated-storage.pw.toml @@ -0,0 +1,13 @@ +name = "Sophisticated Storage" +filename = "sophisticatedstorage-1.20.1-1.4.10.1326.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/hMlaZH8f/versions/tTQcWytd/sophisticatedstorage-1.20.1-1.4.10.1326.jar" +hash-format = "sha512" +hash = "2a7e16be0b6370950e84dbefeb462c149654bef74a18b53365e91548768ab91d422cee55a9f2853c2612f397a5ef38a9c4a424473571254d12af62fcc85dd214" + +[update] +[update.modrinth] +mod-id = "hMlaZH8f" +version = "tTQcWytd" diff --git a/mods/species.pw.toml b/mods/species.pw.toml new file mode 100644 index 0000000..5996128 --- /dev/null +++ b/mods/species.pw.toml @@ -0,0 +1,13 @@ +name = "Species" +filename = "species-3.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/s5d4P01r/versions/KwPDNMjG/species-3.5.jar" +hash-format = "sha512" +hash = "9ff8a488d3eed6950fe8eb09e3ab55e7fe65ee3340c212067e46bf98054330658e6406ad72388054f9ce00921b8d8fdeb5f28e09058c800bdf46e2e47a754a64" + +[update] +[update.modrinth] +mod-id = "s5d4P01r" +version = "KwPDNMjG" diff --git a/mods/spice-of-life-carrot-edition.pw.toml b/mods/spice-of-life-carrot-edition.pw.toml new file mode 100644 index 0000000..3c925ab --- /dev/null +++ b/mods/spice-of-life-carrot-edition.pw.toml @@ -0,0 +1,13 @@ +name = "Spice of Life: Carrot Edition" +filename = "solcarrot-1.20.1-1.15.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f7fa1fd0c633b10f98d7f0f97766b95aac1a2dc0" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4888575 +project-id = 277616 diff --git a/mods/stateobserver.pw.toml b/mods/stateobserver.pw.toml new file mode 100644 index 0000000..b706ed0 --- /dev/null +++ b/mods/stateobserver.pw.toml @@ -0,0 +1,13 @@ +name = "StateObserver" +filename = "stateobserver-forge-1.20.1-1.4.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/D1lhcTKz/versions/BHMS4baI/stateobserver-forge-1.20.1-1.4.3.jar" +hash-format = "sha512" +hash = "41dbbbe2d00d3e0f9620fcf5bec5bc98b893f74f5912da7e56e4647156aee266ae8ca34825ce5cc6f133f739e01d8750fc4598dc480613657618f2673a8d74a6" + +[update] +[update.modrinth] +mod-id = "D1lhcTKz" +version = "BHMS4baI" diff --git a/mods/stone-zone.pw.toml b/mods/stone-zone.pw.toml new file mode 100644 index 0000000..e913710 --- /dev/null +++ b/mods/stone-zone.pw.toml @@ -0,0 +1,13 @@ +name = "Every Compat (Stone Zone)" +filename = "stonezone-1.20-2.9.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uYwn8IP5/versions/1oxHHWvn/stonezone-1.20-2.9.3.jar" +hash-format = "sha512" +hash = "a4c99fb8ebd93e9fcb5fab749150166e6513b19bd195dd44fd1e546bd4a00f498659463ac8b851fa7d65ecc87972e8ad80b3693993b382788781d4739606a8ae" + +[update] +[update.modrinth] +mod-id = "uYwn8IP5" +version = "1oxHHWvn" diff --git a/mods/supermartijn642s-config-lib.pw.toml b/mods/supermartijn642s-config-lib.pw.toml new file mode 100644 index 0000000..46f7854 --- /dev/null +++ b/mods/supermartijn642s-config-lib.pw.toml @@ -0,0 +1,13 @@ +name = "SuperMartijn642's Config Lib" +filename = "supermartijn642configlib-1.1.8-forge-mc1.20.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/LN9BxssP/versions/ZKor79dR/supermartijn642configlib-1.1.8-forge-mc1.20.jar" +hash-format = "sha512" +hash = "476595aacc7c66a0cf7bcd56143975122ea54ae4c5b61a232d3b0b9b1e3c013575efcc05de31a5d2c4e129542bfd8ae255a25d1486a4e08961cc4a303940fd19" + +[update] +[update.modrinth] +mod-id = "LN9BxssP" +version = "ZKor79dR" diff --git a/mods/supplementaries.pw.toml b/mods/supplementaries.pw.toml new file mode 100644 index 0000000..8401c74 --- /dev/null +++ b/mods/supplementaries.pw.toml @@ -0,0 +1,13 @@ +name = "Supplementaries" +filename = "supplementaries-1.20-3.1.39.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/fFEIiSDQ/versions/nFuBlVta/supplementaries-1.20-3.1.39.jar" +hash-format = "sha512" +hash = "114a110e414aaa65e4078963b0346ca92ec1719067a7509f66ff244003a5800da9627712972f201e0f0bac99495a7be3c62596acae2a270c2fd3d7d605ca1125" + +[update] +[update.modrinth] +mod-id = "fFEIiSDQ" +version = "nFuBlVta" diff --git a/mods/the-twilight-forest.pw.toml b/mods/the-twilight-forest.pw.toml new file mode 100644 index 0000000..2a21a80 --- /dev/null +++ b/mods/the-twilight-forest.pw.toml @@ -0,0 +1,13 @@ +name = "The Twilight Forest" +filename = "twilightforest-1.20.1-4.3.2508-universal.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "fa3b506a45d3e9c465551cd533fd50c899496e9f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5468648 +project-id = 227639 diff --git a/mods/touhou-little-maid.pw.toml b/mods/touhou-little-maid.pw.toml new file mode 100644 index 0000000..1a62e03 --- /dev/null +++ b/mods/touhou-little-maid.pw.toml @@ -0,0 +1,13 @@ +name = "Touhou Little Maid" +filename = "touhoulittlemaid-1.4.0-forge+mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/R0bDWFAW/versions/Ji0Bz3hv/touhoulittlemaid-1.4.0-forge%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "42d274d47191ab0ed3605cd042bd9dafa2f90effda7487b7d5ca8ddc5a46270fa1f8bd0e67554b787336b53386197844c329dc34a139d00bdf4c9a50ebe278d0" + +[update] +[update.modrinth] +mod-id = "R0bDWFAW" +version = "Ji0Bz3hv" diff --git a/mods/transmog.pw.toml b/mods/transmog.pw.toml new file mode 100644 index 0000000..540225d --- /dev/null +++ b/mods/transmog.pw.toml @@ -0,0 +1,13 @@ +name = "Transmog" +filename = "transmog-forge-1.3.0+1.20.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Th33t82F/versions/m4flMQ8W/transmog-forge-1.3.0%2B1.20.jar" +hash-format = "sha512" +hash = "2d8a3f5aa12ac60880663c6559b7f7bbd5761b57483b720cc47f4fdba049ef671778b9e9e1a30bf18d5aecbd08eadf9863ca0c5d6edbeb1df96d744a12b296e5" + +[update] +[update.modrinth] +mod-id = "Th33t82F" +version = "m4flMQ8W" diff --git a/mods/trials-chambers-backport.pw.toml b/mods/trials-chambers-backport.pw.toml new file mode 100644 index 0000000..3e39fdb --- /dev/null +++ b/mods/trials-chambers-backport.pw.toml @@ -0,0 +1,13 @@ +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/upgrade-aquatic.pw.toml b/mods/upgrade-aquatic.pw.toml new file mode 100644 index 0000000..352a141 --- /dev/null +++ b/mods/upgrade-aquatic.pw.toml @@ -0,0 +1,13 @@ +name = "Upgrade Aquatic" +filename = "upgrade_aquatic-1.20.1-6.0.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gTuTFFyz/versions/nWAYgQaF/upgrade_aquatic-1.20.1-6.0.3.jar" +hash-format = "sha512" +hash = "a24616ae779f8e62e6cfb51856b183ef2881824f2a17c3d08dee03ed04331c189b1554c512d42cf3370cac9745228647fcca93bc164d9a7a027b7af2a4a4dfb3" + +[update] +[update.modrinth] +mod-id = "gTuTFFyz" +version = "nWAYgQaF" diff --git a/mods/waystones.pw.toml b/mods/waystones.pw.toml new file mode 100644 index 0000000..969e157 --- /dev/null +++ b/mods/waystones.pw.toml @@ -0,0 +1,13 @@ +name = "Waystones" +filename = "waystones-forge-1.20.1-14.1.17.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/LOpKHB2A/versions/WozH13dr/waystones-forge-1.20.1-14.1.17.jar" +hash-format = "sha512" +hash = "707b12ad4e483d57149179f5cca35258f05a89f22b6c46b2841f581ea8804c4c4984eb6db7c7f0ab59d48916cfaec56e305b988dfdee8dc31047a3f6df4eb164" + +[update] +[update.modrinth] +mod-id = "LOpKHB2A" +version = "WozH13dr" diff --git a/mods/woodworks.pw.toml b/mods/woodworks.pw.toml new file mode 100644 index 0000000..ba58327 --- /dev/null +++ b/mods/woodworks.pw.toml @@ -0,0 +1,13 @@ +name = "Woodworks" +filename = "woodworks-1.20.1-3.0.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/rv1sovni/versions/236Amnif/woodworks-1.20.1-3.0.2.jar" +hash-format = "sha512" +hash = "c603e306917569ef94d13cb4d1d43e329826828d474ec7bc02ed80c4938a4ad687b32437555d7fe11268bb9e12871bc5802a4941fba9130037ccdd997568c0d7" + +[update] +[update.modrinth] +mod-id = "rv1sovni" +version = "236Amnif" diff --git a/mods/world-comment.pw.toml b/mods/world-comment.pw.toml new file mode 100644 index 0000000..0b30e72 --- /dev/null +++ b/mods/world-comment.pw.toml @@ -0,0 +1,13 @@ +name = "WorldComment" +filename = "WorldComment-0.3.2+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/GNAofCJ3/versions/SebcJV8H/WorldComment-0.3.2%2B1.20.1.jar" +hash-format = "sha512" +hash = "f28de50e5b968cd182f3100898e95078812970bcb72a91b8167eba485fa181734d7aa9f7fa32964b4c09cc820b939045d0f033cc9364a9327021f5eade83d0c7" + +[update] +[update.modrinth] +mod-id = "GNAofCJ3" +version = "SebcJV8H" diff --git a/mods/yungs-better-end-island.pw.toml b/mods/yungs-better-end-island.pw.toml new file mode 100644 index 0000000..289e022 --- /dev/null +++ b/mods/yungs-better-end-island.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better End Island" +filename = "YungsBetterEndIsland-1.20-Forge-2.0.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/2BwBOmBQ/versions/Izqhg3Va/YungsBetterEndIsland-1.20-Forge-2.0.6.jar" +hash-format = "sha512" +hash = "a51b76fc41d19276bea2ebe081b153d3be53c502ef9de93593990f8b7bf644e3e4fd4cff17477abce16692f23aff3077be1762606f10ca1058771741ad652e2e" + +[update] +[update.modrinth] +mod-id = "2BwBOmBQ" +version = "Izqhg3Va" diff --git a/mods/zeta.pw.toml b/mods/zeta.pw.toml new file mode 100644 index 0000000..523a00e --- /dev/null +++ b/mods/zeta.pw.toml @@ -0,0 +1,13 @@ +name = "Zeta" +filename = "Zeta-1.0-30.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/MVARlG2f/versions/boj4QtcB/Zeta-1.0-30.jar" +hash-format = "sha512" +hash = "c74dc0e007de81a5a4cbcaca0b4699e3a5cbc2fd62f92f5ce66841dbf4b0a9145c6ab79f7c131f72d1406949543fc429f3dc208b0eb0f8f84c12929d3b8d0adf" + +[update] +[update.modrinth] +mod-id = "MVARlG2f" +version = "boj4QtcB" diff --git a/pack.toml b/pack.toml index 5b8b6c1..20c1af7 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "0acf65057475f1422c0eec7f3dafcad0afdb159c21a5266d73eb45add1152d82" +hash = "d30d76057c757574b52f4c3ecdb24814456415a7f99edf7bcf38d37b85be8806" [versions] forge = "47.4.9"