commit 4dd49ebb8010b448b5f173eaf0c274b5f8cc76f6 Author: materus Date: Thu May 22 16:58:17 2025 +0200 Init "World of Banana" modpack diff --git a/.packwizignore b/.packwizignore new file mode 100644 index 0000000..e56f31d --- /dev/null +++ b/.packwizignore @@ -0,0 +1,7 @@ +.git/** +.gitattributes +extra_files/** +server/** +credits.txt +kubejs/jsconfig.json +kubejs/probe/** diff --git a/config/Advancedperipherals/world.toml b/config/Advancedperipherals/world.toml new file mode 100644 index 0000000..310ca6c --- /dev/null +++ b/config/Advancedperipherals/world.toml @@ -0,0 +1,13 @@ + +#Config to adjust world settings +[World] + #Enable the villager structures for the computer scientist. + enableVillagerStructures = true + #Gives the ap documentation to new players. + givePlayerBookOnJoin = false + #The weight of the villager structures. + #Range: 0 ~ 16000 + villagerStructureWeight = 10 + #Enable new wandering trader trades. + enableWanderingTraderTrades = true + diff --git a/config/advancementplaques-common.toml b/config/advancementplaques-common.toml new file mode 100644 index 0000000..d6841d5 --- /dev/null +++ b/config/advancementplaques-common.toml @@ -0,0 +1,75 @@ + +#Client Configuration +[client] + + [client.visual_options] + # If plaques should show on the top of the screen. + on_top = true + # The distance from the top or bottom of the screen, in pixels. + #Range: 8 ~ 256 + distance = 16 + # The horizontal offset from the center, in pixels. + #Range: -256 ~ 256 + horizontal_offset = 0 + # Hide waila/hwyla/jade popups while plaques are showing. + hide_waila = true + # If plaques should show for task advancements (normal advancements). + tasks = true + # If plaques should show for goal advancements (medium-difficulty advancements). + goals = true + # If plaques should show for challenge advancements (high-difficulty advancements). + challenges = true + # Text color to use for plaque titles (like "Advancement made!"). Can be entered as an 8-digit hex color code #AARRGGBB for convenience. If Prism library is installed, any Prism color definition is supported. + title_color = "#FF332200" + # Text color to use for advancement names on plaques. Can be entered as an 8-digit hex color code #AARRGGBB for convenience. If Prism library is installed, any Prism color definition is supported. + name_color = "#FFFFFFFF" + + [client.duration_options] + # Duration of the shiny effect fade in for tasks. + #Range: 0.1 ~ 3.0 + task_effect_fadein = 0.5 + # Duration of the shiny effect fade out for tasks. + #Range: 0.1 ~ 3.0 + task_effect_fadeout = 1.5 + # Duration of the plaques for tasks (minus the effect fade in/out durations). + #Range: 2.0 ~ 10.0 + task_duration = 7.0 + # Duration of the shiny effect fade in for goals. + #Range: 0.1 ~ 3.0 + goal_effect_fadein = 0.5 + # Duration of the shiny effect fade out for goals. + #Range: 0.1 ~ 3.0 + goal_effect_fadeout = 1.5 + # Duration of the plaques for goals (minus the effect fade in/out durations). + #Range: 2.0 ~ 10.0 + goal_duration = 7.0 + # Duration of the shiny effect fade in for challenges. + #Range: 0.1 ~ 3.0 + challenge_effect_fadein = 1.25 + # Duration of the shiny effect fade out for challenges. + #Range: 0.1 ~ 3.0 + challenge_effect_fadeout = 1.5 + # Duration of the plaques for challenges (minus the effect fade in/out durations). + #Range: 2.0 ~ 10.0 + challenge_duration = 7.0 + + [client.functionality_options] + # Blacklist of advancements to never show plaques for. Takes precedence over whitelist if they conflict. + # Options: + # Advancement ID (eg. "minecraft:adventure/adventuring_time") + # Mod ID (Omit the colon, eg. "minecraft") + # Advancement Category (End with a /, eg. "minecraft:story/") + blacklist = [] + # Whitelist of advancements to show plaques for. Leave empty to display for all. + # Same options available as blacklist. + whitelist = [] + # Volume of task sounds. Set to 0 to mute. + #Range: 0.0 ~ 1.0 + task_volume = 1.0 + # Volume of goal sounds. Set to 0 to mute. + #Range: 0.0 ~ 1.0 + goal_volume = 1.0 + # Volume of challenge sounds. Set to 0 to mute. + #Range: 0.0 ~ 1.0 + challenge_volume = 1.0 + diff --git a/config/alexsmobs.toml b/config/alexsmobs.toml new file mode 100644 index 0000000..d89dad4 --- /dev/null +++ b/config/alexsmobs.toml @@ -0,0 +1,711 @@ + +[general] + #Whether all players should get an Animal Dictionary when joining the world for the first time. + giveBookOnStartup = false + #Lava Opacity for the Lava Vision Potion. + #Range: 0.01 ~ 1.0 + lavaVisionOpacity = 0.65 + #Whether to disable certain aspects of the Lava Vision Potion. Enable if issues with shaders persist. + shadersCompat = false + #Whether bananas should drop from blocks tagged with #alexsmobs:drops_bananas + bananasDropFromLeaves = true + #1 out of this number chance for leaves to drop a banana when broken. Fortune is automatically factored in + #Range: > 0 + bananaChance = 200 + #Whether spiders should target fly mobs. + spidersAttackFlies = true + #Whether wolves should target moose mobs. + wolvesAttackMoose = true + #Whether polar bears should target seal mobs. + polarBearsAttackSeals = true + #Whether cats, ocelots and foxes should target jerboa mobs. + catsAndFoxesAttackJerboas = true + #Whether dolphins should target flying fish mobs. + dolphinsAttackFlyingFish = true + #Whether lava can be bottled with a right click of a glass bottle. + lavaBottleEnabled = true + #Whether bone serpents are neutral or hostile. + neutralBoneSerpents = false + #Whether mimicubes spawns should be restricted solely to the end city structure or to whatever biome is specified in their respective biome config. + mimicubeSpawnInEndCity = true + #Whether mimicream can be used to duplicate items. + mimicreamRepair = true + #Blacklist for items that mimicream cannot make a copy of. Ex: "minecraft:stone_sword", "alexsmobs:blood_sprayer" + mimicreamBlacklist = ["alexsmobs:blood_sprayer", "alexsmobs:hemolymph_blaster"] + #Whether wild raccoons steal food from chests. + raccoonStealFromChests = true + #Whether wild crows steal crops from farmland. + crowsStealCrops = true + #Whether fish oil gives players a special levitation effect. + fishOilMeme = true + #Whether soul vulture spawns should be restricted solely to the nether fossil structure or to whatever biome is specified in their respective biome config. + soulVultureSpawnOnFossil = true + #Whether acacia blossoms should drop from blocks tagged with #alexsmobs:drops_acacia_blossoms + acaciaBlossomsDropFromLeaves = true + #1 out of this number chance for leaves to drop an acacia when broken. Fortune is automatically factored in + #Range: > 0 + acaciaBlossomChance = 130 + #Whether wandering traders offer items like acacia blossoms, mosquito larva, crocodile egg, etc. + wanderingTraderOffers = true + #0 = no mungus biome transformation. 1 = mungus changes blocks, but not chunk's biome. 2 = mungus transforms blocks and biome of chunk. + #Range: 0 ~ 2 + mungusBiomeTransformationType = 2 + #List of all mungus mushrooms, biome transformations and surface blocks. Each is seperated by a |. Add an entry with a block registry name, biome registry name, and block registry name(for the ground). + mungusBiomeMatches = ["minecraft:red_mushroom|minecraft:mushroom_fields|minecraft:mycelium", "minecraft:brown_mushroom|minecraft:mushroom_fields|minecraft:mycelium", "minecraft:crimson_fungus|minecraft:crimson_forest|minecraft:crimson_nylium", "minecraft:warped_fungus|minecraft:warped_forest|minecraft:warped_nylium"] + #Whether guster spawns are limited to when it is raining/thundering. + limitGusterSpawnsToWeather = true + #Whether Crimson Mosquitoes can transform into Warped Moscos if attacking a Mungus or any listed creature. + warpedMoscoTransformation = true + #List of extra(non mungus) mobs that will trigger a crimson mosquito to become a warped mosquito. Ex: "minecraft:mooshroom", "alexsmobs:warped_toad" + warpedMoscoMobTriggers = [""] + #True if straddleboard enchants are enabled. + straddleboardEnchants = true + #Whether emu should target skeletons. + emuTargetSkeletons = true + #Percent chance for emu leggings to dodge projectile attacks. + #Range: 0.0 ~ 1.0 + emuPantsDodgeChance = 0.45 + #Whether cachalots can destroy wood blocks if angry. + cachalotDestruction = true + #Relative volume of cachalot whales compared to other animals. Note that irl they are the loudest animal. Turn this down if you find their clicks annoying. + #Range: 0.0 ~ 10.0 + cachalotVolume = 3.0 + #Percent chance for fungus to grow per each leaf a leafcutter ant returns to the colony. + #Range: 0.0 ~ 1.0 + leafcutterAntFungusGrowChance = 0.3 + #How many feedings of leaves does a leafcutter colony need in order to regain a worker ant, if below half the max members. + #Range: 2 ~ 100000 + leafcutterAntRepopulateFeedings = 25 + #Max number of ant entities allowed inside a leafcutter anthill. + #Range: 2 ~ 100000 + leafcutterAntColonySize = 10 + #Percent chance for leafcutter ants to break leaves blocks when harvesting. Set to zero so that they can not break any blocks. + #Range: 0.0 ~ 1.0 + leafcutterAntBreakLeavesChance = 0.2 + #Makes eagles teleport back to their owner if they get stuck during controlled flight. Useful for when playing with the Optifine mod, since this mod is the fault of many issues with the falconry system. + falconryTeleportsBack = false + #Makes Tarantula Hawks fireproof, perfect if you also want these guys to spawn in the nether. + fireproofTarantulaHawk = false + #List of dimensions in which spawning void worms via mysterious worm items is allowed. + voidWormSpawnDimensions = ["minecraft:the_end"] + #All void worm damage is scaled to this. + #Range: 0.0 ~ 100.0 + voidWormDamageModifier = 1.0 + #Max Health of the void worm boss. + #Range: 0.0 ~ 1000000.0 + voidWormMaxHealth = 160.0 + #Whether the void worm boss is summonable or not, via the mysterious worm item. + voidWormSummonable = true + #Whether seagulls should steal food out of players' hotbar slots. + seagullStealing = true + #List of items that seagulls cannot take from players. + seagullStealingBlacklist = [] + #Whether the Clinging Potion effect should flip the screen. Warning: may cause nausea. + clingingFlipEffect = false + #Percent chance of getting Pigshoes from Piglin Bartering. Set to zero to disable. + #Range: 0.0 ~ 1.0 + tusklinShoesBarteringChance = 0.02500000037252903 + #The visual zoom of the rainbow pattern on the rainbow glass block. Higher number = bigger pattern. + #Range: 1.0 ~ 10000.0 + rainbowGlassFidelity = 16.0 + #Whether Rabbits can transform into Bunfungus if fed Mungal spores. + bunfungusTransformation = true + #True if some Alex's Mobs items should spawn in loot chests. + addLootToChests = true + #List of items that cannot be put in a Transmuting Table. + transmutationBlacklist = ["minecraft:beacon"] + #True if transmutation tables should not have the ability to pick up new items to transmute, and only give options from the loot tables. + limitTransmutingToLootTables = false + #True if transmutation tables can explode when broken. + transmutingTableExplodes = true + #The experience, in levels, that each transmutation of a stack takes in the transmuting table. + #Range: 0 ~ 100000 + transmutingExperienceCost = 3 + #The step value multiplied by the log of the stack size when transmuting an item, used to determine its weight for appearing in future transmutation possibilities. Higher number = more likely to appear. + #Range: 1.0 ~ 10000.0 + transmutingWeightAddStep = 3.0 + #The step value that an item looses when selecting it as the transmutation result. Keep this number higher than the one above for balance reasons. Higher number = less likely to appear after transmuting multiple times. + #Range: 1.0 ~ 10000.0 + transmutingWeightRemoveStep = 4.0 + #True if skreechers can summon a new warden, when applicable. + skreechersSummonWarden = true + #The distance in blocks that will cause an underminer to dissapear when approached by a player. + #Range: 1.0 ~ 10000.0 + underminerDisappearDistance = 8.0 + +[spawning] + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + grizzlyBearSpawnWeight = 8 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + grizzlyBearSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + roadrunnerSpawnWeight = 9 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + roadrunnerSpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + boneSerpentSpawnWeight = 8 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + boneSeprentSpawnRolls = 40 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + gazelleSpawnWeight = 40 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + gazelleSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + crocodileSpawnWeight = 20 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + crocSpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + flySpawnWeight = 3 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + flySpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + hummingbirdSpawnWeight = 19 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + hummingbirdSpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + orcaSpawnWeight = 2 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + orcaSpawnRolls = 6 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + sunbirdSpawnWeight = 5 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + sunbirdSpawnRolls = 6 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + gorillaSpawnWeight = 25 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + gorillaSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + crimsonMosquitoSpawnWeight = 15 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + crimsonMosquitoSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + rattlesnakeSpawnWeight = 12 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + rattlesnakeSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + endergradeSpawnWeight = 10 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + endergradeSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + hammerheadSharkSpawnWeight = 8 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + hammerheadSharkSpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + lobsterSpawnWeight = 7 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + lobsterSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + komodoDragonSpawnWeight = 16 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + komodoDragonSpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + capuchinMonkeySpawnWeight = 28 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + capuchinMonkeySpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + caveCentipedeSpawnWeight = 8 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + caveCentipedeSpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + warpedToadSpawnWeight = 30 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + warpedToadSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + mooseSpawnWeight = 9 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + mooseSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + mimicubeSpawnWeight = 40 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + mimicubeSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + raccoonSpawnWeight = 10 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + raccoonSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + blobfishSpawnWeight = 30 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + blobfishSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + sealSpawnWeight = 20 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + sealSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + cockroachSpawnWeight = 4 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + cockroachSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + shoebillSpawnWeight = 10 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + shoebillSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + elephantSpawnWeight = 30 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + elephantSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + soulVultureSpawnWeight = 30 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + soulVultureSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + snowLeopardSpawnWeight = 18 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + snowLeopardSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + spectreSpawnWeight = 10 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + spectreSpawnRolls = 5 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + crowSpawnWeight = 10 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + crowSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + alligatorSnappingTurtleSpawnWeight = 20 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + alligatorSnappingTurtleSpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + mungusSpawnWeight = 4 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + mungusSpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + mantisShrimpSpawnWeight = 15 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + mantisShrimpSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + gusterSpawnWeight = 35 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + gusterSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn. NOTE: By default the warped mosco doesn't spawn in any biomes. + #Range: 0 ~ 1000 + warpedMoscoSpawnWeight = 1 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + warpedMoscoSpawnRolls = 1000 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + straddlerSpawnWeight = 70 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + straddlerSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + stradpoleSpawnWeight = 10 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + stradpoleSpawnRolls = 3 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + emuSpawnWeight = 20 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + emuSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + platypusSpawnWeight = 20 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + platypusSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + dropbearSpawnWeight = 19 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + dropbearSpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + tasmanianDevilSpawnWeight = 10 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + tasmanianDevilSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + kangarooSpawnWeight = 25 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + kangarooSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + cachalotWhaleSpawnWeight = 2 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + cachalotWhaleSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + enderiophageSpawnWeight = 4 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + enderiophageSpawnRolls = 2 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + baldEagleSpawnWeight = 15 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + baldEagleSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + tigerSpawnWeight = 30 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + tigerSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + tarantulaHawkSpawnWeight = 6 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + tarantulaHawkSpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + voidWormSpawnWeight = 0 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + voidWormSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + frilledSharkSpawnWeight = 11 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + frilledSharkSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + mimicOctopusSpawnWeight = 9 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + mimicOctopusSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + seagullSpawnWeight = 21 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + seagullSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + froststalkerSpawnWeight = 20 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + froststalkerSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + tusklinSpawnWeight = 18 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + tusklinSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + laviathanSpawnWeight = 15 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + laviathanSpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + cosmawSpawnWeight = 9 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + cosmawSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + toucanSpawnWeight = 23 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + toucanSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + manedWolfSpawnWeight = 8 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + manedWolfSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + anacondaSpawnWeight = 12 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + anacondaSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + anteaterSpawnWeight = 7 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + anteaterSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + rockyRollerSpawnWeight = 60 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + rockyRollerSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + flutterSpawnWeight = 13 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + flutterSpawnRolls = 0 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + geladaMonkeySpawnWeight = 5 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + geladaMonkeySpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + jerboaSpawnWeight = 12 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + jerboaSpawnRolls = 2 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + terrapinSpawnWeight = 4 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + terrapinSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + combJellySpawnWeight = 5 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + combJellySpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + cosmicCodSpawnWeight = 5 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + cosmicCodSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + bunfungusSpawnWeight = 3 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + bunfungusSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + bisonSpawnWeight = 9 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + bisonSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + giantSquidSpawnWeight = 3 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + giantSquidSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn (NOTE: this mob spawns are restricted exclusively to one chunk, see below) + #Range: 0 ~ 1000 + devilsHolePupfishSpawnWeight = 23 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning (NOTE: this mob spawns are restricted exclusively to one chunk, see below) + #Range: > 0 + devilsHolePupfishSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + catfishSpawnWeight = 4 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + catfishSpawnRolls = 2 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + flyingFishSpawnWeight = 8 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + flyingFishSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + skelewagSpawnWeight = 15 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + skelewagSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + rainFrogSpawnWeight = 10 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + rainFrogSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + potooSpawnWeight = 15 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + potooSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + mudskipperSpawnWeight = 28 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + mudskipperSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + rhinocerosSpawnWeight = 24 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + rhinocerosSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + sugarGliderSpawnWeight = 15 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + sugarGliderSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + farseerSpawnWeight = 30 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + farseerSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + skreecherSpawnWeight = 10 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + skreecherSpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + underminerSpawnWeight = 50 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + underminerSpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + murmurSpawnWeight = 5 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + murmurSpawnRolls = 1 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + skunkSpawnWeight = 7 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + skunkSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + bananaSlugSpawnWeight = 14 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + bananaSlugSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + blueJaySpawnWeight = 16 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + blueJaySpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + caimanSpawnWeight = 29 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + caimanSpawnRolls = 0 + #Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn + #Range: 0 ~ 1000 + triopsSpawnWeight = 8 + #Random roll chance to enable mob spawning. Higher number = lower chance of spawning + #Range: > 0 + triopsSpawnRolls = 0 + +[uniqueSpawning] + #Maximum world y-level that cave centipedes can spawn at + #Range: -64 ~ 320 + caveCentipedeSpawnHeight = 0 + #Maximum world y-level that blobfish can spawn at + #Range: -64 ~ 320 + blobfishSpawnHeight = 25 + #Whether to enable beached cachalot whales to spawn on beaches during thunder storms. + beachedCachalotWhales = true + #Percent chance increase for each failed attempt to spawn a beached cachalot whale. Higher value = more spawns. + #Range: 0 ~ 100 + beachedCachalotWhaleSpawnChance = 5 + #Delay (in ticks) between attempts to spawn beached cachalot whales. Default is a single day. Works like wandering traders. + #Range: > 0 + beachedCachalotWhaleSpawnDelay = 24000 + #Percent chance for leafcutter anthills to spawn as world gen in each chunk. Set to zero to disable spawning. + #Range: 0.0 ~ 1.0 + leafcutterAnthillSpawnChance = 0.004999999888241291 + #Minimum world y-level that gelada monkeys can spawn at + #Range: -64 ~ 320 + geladaMonkeySpawnRolls = 0 + #Whether to restrict all pupfish spawns to one chunk (similar to real life) or have them only obey their spawn config. + restrictPupfishSpawns = true + #The maximum distance a pupfish spawn chunk is from world spawn(0, 0) in blocks. + #Range: 2 ~ 1000000000 + pupfishChunkSpawnDistance = 2000 + #Whether to restrict all skelewag spawns to shipwreck structures. + restrictSkelewagSpawns = true + #Whether to restrict all farseer spawns to near the world border. + restrictFarseerSpawns = true + #Whether to restrict all underminer spawns to abandoned mineshafts. + restrictUnderminerSpawns = true + #The maximum distance a farseer can spawn from the world border. + #Range: 2 ~ 1000000000 + farseerBorderSpawnDistance = 100 + #Maximum world y-level that murmur can spawn at + #Range: -64 ~ 320 + murmurSpawnHeight = -30 + +[dangerZone] + #Its been so long... + superSecretSettings = false + #How many cpu cores some mobs(elephants, leafcutter ants, bison etc) should utilize when pathing. Bigger number = less impact on TPS + #Range: 1 ~ 100 + pathfindingThreads = 5 + diff --git a/config/ars_nouveau-common.toml b/config/ars_nouveau-common.toml new file mode 100644 index 0000000..0162de9 --- /dev/null +++ b/config/ars_nouveau-common.toml @@ -0,0 +1,74 @@ + +#General settings +[general] + #Dimensions where hostile mobs will not spawn. Ex: ["minecraft:overworld", "undergarden:undergarden"]. . Run /forge dimensions for a list. + dimensionBlacklist = [] + #Spawn a book in the players inventory on login + spawnBook = false + #How much mana whirlisprigs consume per generation + #Range: 0 ~ 10000 + sylphManaCost = 250 + #How much progress whirlisprigs must accumulate before creating resources + #Range: 0 ~ 10000 + whirlisprigProgress = 250 + #Should the Wilden Hunter attack animals? + hunterHuntsAnimals = false + #Should the Wilden Stalker attack animals? + stalkerHuntsAnimals = false + #Should the Wilden Defender attack animals? + defenderHuntsAnimals = false + #Should the Wilden Chimera dive bomb destroy blocks? + destructiveDiveBomb = true + #Archwood forest spawn weight + #Range: > 0 + archwoodForest = 2 + #How many inventories can lectern support per bookwyrm + #Range: > 1 + bookwyrmLimit = 8 + +[drygmy_production] + #How much source drygmys consume per generation + #Range: 0 ~ 10000 + drygmyManaCost = 1000 + #How many channels must occur before a drygmy produces loot + #Range: 0 ~ 300 + drygmyMaxProgress = 20 + #Bonus number of items a drygmy produces per unique mob + #Range: 0 ~ 300 + drygmyUniqueBonus = 2 + #Base number of items a drygmy produces per cycle before bonuses. + #Range: > -2147483648 + drygmyBaseItems = 1 + #Max Bonus number of items a drygmy produces from nearby entities. Each entity equals 1 item. + #Range: 0 ~ 300 + drygmyQuantityCap = 5 + +#Items +[item] + #Spawn Caster Tomes in Dungeon Loot? + spawnTomes = true + #How much mana the Ring of Jumping consumes per jump + #Range: 0 ~ 10000 + jumpRingCost = 30 + +#Blocks +[block] + #How much potion a melder takes from each input jar. 100 = 1 potion + #Range: > 100 + melderInputCost = 200 + #How much potion a melder outputs per cycle. 100 = 1 potion + #Range: > 100 + melderOutput = 100 + #How much source a melder takes per cycle + #Range: > 0 + melderSourceCost = 300 + #The max potion level the enchanted flask can grant. This isnt needed unless you have an infinite potion leveling exploit. + #Range: > 2 + enchantedFlaskCap = 255 + +#Debug +[debug] + #Max number of log events to keep on entities. Lowering this number may make it difficult to debug why your entities are stuck. + #Range: > 0 + maxLogEvents = 100 + diff --git a/config/ars_nouveau-server.toml b/config/ars_nouveau-server.toml new file mode 100644 index 0000000..6b60cea --- /dev/null +++ b/config/ars_nouveau-server.toml @@ -0,0 +1,57 @@ + +#Mana +[mana] + #Base mana regen in seconds + #Range: > 0 + baseRegen = 5 + #Base max mana + #Range: > 0 + baseMax = 100 + #How often max and regen will be calculated, in ticks. NOTE: Having the base mana regen AT LEAST this value is recommended. + #Range: 1 ~ 20 + updateInterval = 5 + #Max mana bonus per glyph + #Range: > 0 + glyphmax = 15 + #Max mana bonus for tier of book + #Range: > 0 + tierMax = 50 + #Mana regen bonus for tier of book + #Range: > 0 + tierRegen = 1 + #Mana Boost value per level + #Range: > 0 + manaBoost = 25 + #(enchantment) Mana regen per second per level + #Range: > 0 + manaRegenEnchantment = 2 + #Regen bonus per glyph + #Range: 0.0 ~ 2.147483647E9 + glyphRegen = 0.33 + #Regen bonus per potion level + #Range: > 0 + potionRegen = 10 + +[spell_casting] + #Enforce augment cap on casting? Turn this off if you are a pack maker and want to create more powerful items than players. + enforceCapOnCast = true + #Enforce glyph per spell limit on casting? Turn this off if you are a pack maker and want to create more powerful items than players. + enforceGlyphLimitOnCast = true + +[item] + #Cost per glyph in a codex + #Range: > 0 + codexCost = 10 + +[warp_portals] + #Enable warp portals? + enableWarpPortals = false + +#Beta Features +[beta] + #Allow crafting infinite spells. This is a beta feature and may cause crashes. + infiniteSpells = false + #Limits the crafting infinite spells beta, set a cap to the number of additional glyphs. This is a beta feature and may cause crashes. + #Range: 10 ~ 1000 + infiniteSpellLimit = 30 + diff --git a/config/backupbeds-common.toml b/config/backupbeds-common.toml new file mode 100644 index 0000000..117d94d --- /dev/null +++ b/config/backupbeds-common.toml @@ -0,0 +1,4 @@ +#The maximum amount of backup beds tracked by the server for each player. +#Range: 0 ~ 100 +backup_bed_track_count = 3 + diff --git a/config/bcc-common.toml b/config/bcc-common.toml new file mode 100644 index 0000000..92a06af --- /dev/null +++ b/config/bcc-common.toml @@ -0,0 +1,14 @@ + +#General settings +[general] + #The CurseForge project ID for the modpack + #Range: > 0 + modpackProjectID = 0 + #The name of the modpack + modpackName = "WORLD_OF_BANANA" + #The version of the modpack + modpackVersion = "1.0" + #Use the metadata.json to determine the modpack version + #ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING + useMetadata = false + diff --git a/config/biomesize.json b/config/biomesize.json new file mode 100644 index 0000000..a5b6ba5 --- /dev/null +++ b/config/biomesize.json @@ -0,0 +1,6 @@ +{ + "biomeSizeModifier": { + "desc:": "Biome size modifier, added to the vanilla biome size. Vanilla value:0, recommended range: [-8;8]: default:-2", + "biomeSizeModifier": 3 + } +} diff --git a/config/canary.properties b/config/canary.properties new file mode 100644 index 0000000..a48abea --- /dev/null +++ b/config/canary.properties @@ -0,0 +1,12 @@ +# This is the configuration file for Canary. +# This file exists for debugging purposes and should not be configured otherwise. +# Before configuring anything, take a backup of the worlds that will be opened. +# +# You can find information on editing this file and all the available options here: +# https://github.com/AbdElAziz333/Canary/wiki/Configuration-File +# +# By default, this file will be empty except for this notice. + +# Fix little tiles +mixin.shapes.specialized_shapes = false +mixin.entity.collisions = false diff --git a/config/carryon-common.toml b/config/carryon-common.toml new file mode 100644 index 0000000..c8a7b2a --- /dev/null +++ b/config/carryon-common.toml @@ -0,0 +1,81 @@ + +[settings] + #General Settings + #Maximum distance from where Blocks and Entities can be picked up + #Range: 0.0 ~ 1.7976931348623157E308 + maxDistance = 2.5 + #Max width of entities that can be picked up in survival mode + #Range: 0.0 ~ 10.0 + maxEntityWidth = 1.5 + #Max height of entities that can be picked up in survival mode + #Range: 0.0 ~ 10.0 + maxEntityHeight = 1.5 + #Slowness multiplier for blocks + #Range: 0.0 ~ 1.7976931348623157E308 + blockSlownessMultiplier = 2.0 + #Slowness multiplier for entities + #Range: 0.0 ~ 1.7976931348623157E308 + entitySlownessMultiplier = 1.5 + #Maximum stack limit for entities + #Range: > 1 + maxEntityStackLimit = 3 + #More complex Tile Entities slow down the player more + heavyTiles = true + #Allow all blocks to be picked up, not just Tile Entites. White/Blacklist will still be respected. + pickupAllBlocks = false + #Whether Blocks and Entities slow the creative player down when carried + slownessInCreative = true + #Whether hostile mobs should be able to picked up in survival mode + pickupHostileMobs = false + #Larger Entities slow down the player more + heavyEntities = true + #Allow babies to be carried even when adult mob is blacklisted (or not whitelisted) + allowBabies = false + #Use Whitelist instead of Blacklist for Blocks + useWhitelistBlocks = true + #Use Whitelist instead of Blacklist for Entities + useWhitelistEntities = false + #Use Whitelist instead of Blacklist for Stacking + useWhitelistStacking = false + #Whether the player can hit blocks and entities while carrying or not + hitWhileCarrying = false + #Whether the player drops the carried object when hit or not + dropCarriedWhenHit = true + #Use custom Pickup Scripts. Having this set to false, will not allow you to run scripts, but will increase your performance + useScripts = false + #Allows entities to be stacked on top of each other + stackableEntities = true + #Whether entities' size matters when stacking or not. This means that larger entities cannot be stacked on smaller ones + entitySizeMattersStacking = true + #Usually all the block state information is retained when placing a block that was picked up. But some information is changed to a modified property, like rotation or orientation. In this list, add additional properties that should NOT be saved and instead be updated when placed. Format: modid:block[propertyname]. Note: You don't need to add an entry for every subtype of a same block. For example, we only add an entry for one type of slab, but the change is applied to all slabs. + placementStateExceptions = ["minecraft:chest[type]", "minecraft:stone_button[face]", "minecraft:vine[north,east,south,west,up]", "minecraft:creeper_head[rotation]", "minecraft:glow_lichen[north,east,south,west,up,down]", "minecraft:oak_sign[rotation]", "minecraft:oak_trapdoor[half]"] + #Whether Players can be picked up. Creative players can't be picked up in Survival Mode + pickupPlayers = true + #Whether players in Survival Mode can pick up unbreakable blocks. Creative players always can. + pickupUnbreakableBlocks = false + +[whitelist] + #Whitelist. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Black---and-Whitelist-Config + #Entities that CAN be picked up (useWhitelistEntities must be true) + allowedEntities = [] + #Blocks that CAN be picked up (useWhitelistBlocks must be true) + allowedBlocks = ["minecraft:buddings_amethyst", "minecraft:spawner", "minecraft:crafting_table", "#forge:chests", "#forge:barrels", "forge:boxes/shulker", "sophisticatedstorage:shulker_box", "sophisticatedstorage:copper_shulker_box", "sophisticatedstorage:iron_shulker_box", "sophisticatedstorage:gold_shulker_box", "sophisticatedstorage:diamond_shulker_box", "sophisticatedstorage:netherite_shulker_box", "sophisticatedbackpacks:backpack", "functionalstorage:*"] + #Entities that CAN have other entities stacked on top of them (useWhitelistStacking must be true) + allowedStacking = [] + +[blacklist] + #Blacklist. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Black---and-Whitelist-Config + #Blocks that cannot be picked up + forbiddenTiles = ["#forge:immovable", "#forge:relocation_not_supported", "minecraft:end_portal", "minecraft:piston_head", "minecraft:end_gateway", "minecraft:tall_grass", "minecraft:large_fern", "minecraft:peony", "minecraft:rose_bush", "minecraft:lilac", "minecraft:sunflower", "minecraft:*_bed", "minecraft:*_door", "minecraft:big_dripleaf_stem", "minecraft:waterlily", "minecraft:cake", "minecraft:nether_portal", "minecraft:tall_seagrass", "animania:block_trough", "animania:block_invisiblock", "colossalchests:*", "ic2:*", "bigreactors:*", "forestry:*", "tconstruct:*", "rustic:*", "botania:*", "astralsorcery:*", "quark:colored_bed_*", "immersiveengineering:*", "embers:block_furnace", "embers:ember_bore", "embers:ember_activator", "embers:mixer", "embers:heat_coil", "embers:large_tank", "embers:crystal_cell", "embers:alchemy_pedestal", "embers:boiler", "embers:combustor", "embers:catalzyer", "embers:field_chart", "embers:inferno_forge", "storagedrawers:framingtable", "skyresources:*", "lootbags:*", "exsartagine:*", "aquamunda:tank", "opencomputers:*", "malisisdoors:*", "industrialforegoing:*", "minecolonies:*", "thaumcraft:pillar*", "thaumcraft:infernal_furnace", "thaumcraft:placeholder*", "thaumcraft:infusion_matrix", "thaumcraft:golem_builder", "thaumcraft:thaumatorium*", "magneticraft:oil_heater", "magneticraft:solar_panel", "magneticraft:steam_engine", "magneticraft:shelving_unit", "magneticraft:grinder", "magneticraft:sieve", "magneticraft:solar_tower", "magneticraft:solar_mirror", "magneticraft:container", "magneticraft:pumpjack", "magneticraft:solar_panel", "magneticraft:refinery", "magneticraft:oil_heater", "magneticraft:hydraulic_press", "magneticraft:multiblock_gap", "refinedstorage:*", "mcmultipart:*", "enderstorage:*", "betterstorage:*", "practicallogistics2:*", "wearablebackpacks:*", "rftools:screen", "rftools:creative_screen", "create:*", "magic_doorknob:*", "iceandfire:*", "ftbquests:*", "waystones:*", "contact:*", "framedblocks:*", "securitycraft:*", "forgemultipartcbe:*", "integrateddynamics:cable", "mekanismgenerators:wind_generator", "cookingforblockheads:cabinet", "cookingforblockheads:corner", "cookingforblockheads:counter", "cookingforblockheads:oven", "cookingforblockheads:toaster", "cookingforblockheads:milk_jar", "cookingforblockheads:cow_jar", "cookingforblockheads:fruit_basket", "cookingforblockheads:cooking_table", "cookingforblockheads:fridge", "cookingforblockheads:sink", "powah:*", "advancementtrophies:trophy", "mekanismgenerators:heat_generator", "mna:filler_block"] + #Entities that cannot be picked up + forbiddenEntities = ["minecraft:end_crystal", "minecraft:ender_dragon", "minecraft:ghast", "minecraft:shulker", "minecraft:leash_knot", "minecraft:armor_stand", "minecraft:item_frame", "minecraft:painting", "minecraft:shulker_bullet", "animania:hamster", "animania:ferret*", "animania:hedgehog*", "animania:cart", "animania:wagon", "mynko:*", "pixelmon:*", "mocreatures:*", "quark:totem", "vehicle:*", "securitycraft:*", "taterzens:npc", "easy_npc:*", "bodiesbodies:dead_body"] + #Entities that cannot have other entities stacked on top of them + forbiddenStacking = ["minecraft:horse"] + +[customPickupConditions] + #Custom Pickup Conditions. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Custom-Pickup-Condition-Config + #Custom Pickup Conditions for Blocks + customPickupConditionsBlocks = [] + #Custom Pickup Conditions for Entities + customPickupConditionsEntities = [] + diff --git a/config/chalk-common.toml b/config/chalk-common.toml new file mode 100644 index 0000000..b3ac2a1 --- /dev/null +++ b/config/chalk-common.toml @@ -0,0 +1,33 @@ +#How many marks you can draw with a single chalk. Default: 64 +#Range: > 0 +ChalkUses = 128 +#How much light glowing mark produces. Default: 5 +#Range: 0 ~ 15 +GlowingMarkLightLevel = 7 +#Controls whether glowing should be enabled in Chalk Box. +#If disabled - you will not be able to draw glowing marks with chalk box. +#Default: true +ChalkBoxGlowingEnabled = true +#How many glowing uses one glowing item will give. +#Default: 8 +#Range: 1 ~ 9999 +ChalkBoxGlowingItemUses = 16 +#If enabled, Chalks (and Chalk Boxes) will generate in Dungeons, Abandoned Mineshafts, Planes and Savanna villages, Cartographer houses +#Default: true +ShouldGenerateInChests = true + +#Enable/disable symbols and location of the advancement that will unlock that symbol. (Empty = always unlocked) +[Symbols] + CrossEnabled = true + CrossUnlockAdvancement = "" + CheckEnabled = true + CheckUnlockAdvancement = "" + HouseEnabled = true + HouseUnlockAdvancement = "chalk:adventure/sleep_three_times_in_one_place" + PickaxeEnabled = true + PickaxeUnlockAdvancement = "minecraft:story/iron_tools" + SkullEnabled = true + SkullUnlockAdvancement = "chalk:adventure/get_skeleton_skull" + HeartEnabled = true + HeartUnlockAdvancement = "minecraft:husbandry/tame_an_animal" + diff --git a/config/cobblegenrandomizer-common.toml b/config/cobblegenrandomizer-common.toml new file mode 100644 index 0000000..a6de145 --- /dev/null +++ b/config/cobblegenrandomizer-common.toml @@ -0,0 +1,42 @@ + +#General settings +[general] + #Use config instead of datapack + use_config = true + + #List settings + #Syntax: ["modid:block|weight"] + #Example: ["minecraft:stone|2","minecraft:dirt|1"] + #Forge tags are supported + [general.lists] + #Cobble gen + block_list_cobble = ["minecraft:cobblestone"] + #Stone gen + block_list_stone = ["minecraft:stone"] + #Basalt gen + block_list_basalt = ["minecraft:basalt"] + + #Custom settings + [general.lists.custom] + #Custom generators + #Syntax: [gen] + #Gen: [type, block, list] + #Type: cobblestone, stone + #Block: resource location of the block below the generated block + #List: see List settings + #Examples: + #custom_generators = [ + # ["cobblestone", "minecraft:diamond_block", ["minecraft:diamond_block"]], + # ["cobblestone", "minecraft:dirt", ["forge:dirt"]], + # ["cobblestone", "minecraft:white_wool", ["minecraft:wool"]]] + custom_generators = [ + ["cobblestone", "minecraft:coal_block", ["minecraft:blackstone"]], + ["stone", "minecraft:coal_block", ["minecraft:blackstone|100","minecraft:glided_blackstone|5"]], + ["cobblestone", "minecraft:quartz_block", ["minecraft:granite"]], + ["stone", "minecraft:quartz_block", ["minecraft:granite"]], + ["cobblestone", "minecraft:polished_deepslate", ["minecraft:cobbled_deeplsate"]], + ["stone", "minecraft:polished_deepslate", ["minecraft:deepslate"]], + ["cobblestone", "create:limestone", ["minecraft:calcite"]], + ["stone", "create:limestone", ["minecraft:calcite"]] + ] + diff --git a/config/defaultoptions-common.toml b/config/defaultoptions-common.toml new file mode 100644 index 0000000..dc15775 --- /dev/null +++ b/config/defaultoptions-common.toml @@ -0,0 +1,6 @@ +#The default difficulty selected for newly created worlds. +#Allowed Values: PEACEFUL, EASY, NORMAL, HARD +defaultDifficulty = "HARD" +#Set to true if the difficulty for new world's should be locked to the specific default. This cannot be unlocked by players without external tools! Probably a bad idea. I don't recommend. Why am I adding this option? +lockDifficulty = false + diff --git a/config/defaultoptions/keybindings.txt b/config/defaultoptions/keybindings.txt new file mode 100644 index 0000000..ae66d66 --- /dev/null +++ b/config/defaultoptions/keybindings.txt @@ -0,0 +1,313 @@ +key_key.attack:key.mouse.left:NONE +key_key.use:key.mouse.right:NONE +key_key.forward:key.keyboard.w:NONE +key_key.left:key.keyboard.a:NONE +key_key.back:key.keyboard.s:NONE +key_key.right:key.keyboard.d:NONE +key_key.jump:key.keyboard.space:NONE +key_key.sneak:key.keyboard.left.shift:NONE +key_key.sprint:key.keyboard.left.control:NONE +key_key.drop:key.keyboard.q:NONE +key_key.inventory:key.keyboard.e:NONE +key_key.chat:key.keyboard.t:NONE +key_key.playerlist:key.keyboard.tab:NONE +key_key.pickItem:key.mouse.middle:NONE +key_key.command:key.keyboard.slash:NONE +key_key.socialInteractions:key.keyboard.p:NONE +key_key.screenshot:key.keyboard.f2:NONE +key_key.togglePerspective:key.keyboard.f5:NONE +key_key.smoothCamera:key.keyboard.unknown:NONE +key_key.fullscreen:key.keyboard.f11:NONE +key_key.spectatorOutlines:key.keyboard.unknown:NONE +key_key.swapOffhand:key.keyboard.f:NONE +key_key.saveToolbarActivator:key.keyboard.c:NONE +key_key.loadToolbarActivator:key.keyboard.x:NONE +key_key.advancements:key.keyboard.l:NONE +key_key.hotbar.1:key.keyboard.1:NONE +key_key.hotbar.2:key.keyboard.2:NONE +key_key.hotbar.3:key.keyboard.3:NONE +key_key.hotbar.4:key.keyboard.4:NONE +key_key.hotbar.5:key.keyboard.5:NONE +key_key.hotbar.6:key.keyboard.6:NONE +key_key.hotbar.7:key.keyboard.7:NONE +key_key.hotbar.8:key.keyboard.8:NONE +key_key.hotbar.9:key.keyboard.9:NONE +key_key.entityculling.toggle:key.keyboard.unknown:NONE +key_key.mimi.midi.gui.filecaster:key.keyboard.period:NONE +key_key.mimi.midi.gui.transmitter:key.keyboard.comma:NONE +key_key.mimi.midi.gui.settings:key.keyboard.home:NONE +key_key.mimi.midi.alloff:key.keyboard.end:NONE +key_key.mimi.midi.gui.main:key.keyboard.j:NONE +key_key.mimi.midi.gui.off:key.keyboard.k:NONE +key_key.mimi.midi.gui.seat:key.keyboard.l:NONE +key_key.modernfix.config:key.keyboard.unknown:NONE +key_key.exposure.camera_controls:key.keyboard.unknown:NONE +key_info.structure_gel.building_tool.undo:key.keyboard.z:CONTROL +key_info.structure_gel.building_tool.redo:key.keyboard.y:CONTROL +key_key.structure_gel.open_building_tool_gui:key.keyboard.unknown:NONE +key_key.dynamic_fps.toggle_forced:key.keyboard.unknown:NONE +key_key.dynamic_fps.toggle_disabled:key.keyboard.unknown:NONE +key_key.recruits.command_screen_key:key.keyboard.unknown:NONE +key_key.recruits.team_screen_key:key.keyboard.u:NONE +key_key.push_to_talk:key.keyboard.v:NONE +key_key.whisper:key.keyboard.unknown:NONE +key_key.mute_microphone:key.keyboard.m:NONE +key_key.disable_voice_chat:key.keyboard.n:NONE +key_key.hide_icons:key.keyboard.h:NONE +key_key.voice_chat:key.keyboard.unknown:NONE +key_key.voice_chat_settings:key.keyboard.unknown:NONE +key_key.voice_chat_group:key.keyboard.g:NONE +key_key.voice_chat_toggle_recording:key.keyboard.unknown:NONE +key_key.voice_chat_adjust_volumes:key.keyboard.unknown:NONE +key_key.trade_cycling.cycle_trades:key.keyboard.unknown:NONE +key_key.shouldersurfing.adjust_camera_left:key.keyboard.left:NONE +key_key.shouldersurfing.adjust_camera_right:key.keyboard.right:NONE +key_key.shouldersurfing.adjust_camera_in:key.keyboard.up:NONE +key_key.shouldersurfing.adjust_camera_out:key.keyboard.down:NONE +key_key.shouldersurfing.adjust_camera_up:key.keyboard.page.up:NONE +key_key.shouldersurfing.adjust_camera_down:key.keyboard.page.down:NONE +key_key.shouldersurfing.swap_shoulder:key.keyboard.o:NONE +key_key.shouldersurfing.toggle_first_person:key.keyboard.unknown:NONE +key_key.shouldersurfing.toggle_third_person_front:key.keyboard.unknown:NONE +key_key.shouldersurfing.toggle_third_person_back:key.keyboard.unknown:NONE +key_key.shouldersurfing.free_look:key.keyboard.left.alt:NONE +key_key.shouldersurfing.toggle_camera_coupling:key.keyboard.unknown:NONE +key_key.shouldersurfing.toggle_x_offset_presets:key.keyboard.unknown:NONE +key_key.shouldersurfing.toggle_y_offset_presets:key.keyboard.unknown:NONE +key_key.shouldersurfing.toggle_z_offset_presets:key.keyboard.unknown:NONE +key_key.astikorcarts.desc:key.keyboard.r:NONE +key_key.securitycraft.cameraZoomIn:key.keyboard.equal:NONE +key_key.securitycraft.cameraZoomOut:key.keyboard.minus:NONE +key_key.securitycraft.cameraEmitRedstone:key.keyboard.r:NONE +key_key.securitycraft.cameraActivateNightVision:key.keyboard.n:NONE +key_key.securitycraft.setDefaultViewingDirection:key.keyboard.u:NONE +key_key.structurize.teleport:key.keyboard.unknown:NONE +key_key.structurize.move_forward:key.keyboard.up:NONE +key_key.structurize.move_back:key.keyboard.down:NONE +key_key.structurize.move_left:key.keyboard.left:NONE +key_key.structurize.move_right:key.keyboard.right:NONE +key_key.structurize.move_up:key.keyboard.keypad.add:NONE +key_key.structurize.move_down:key.keyboard.keypad.subtract:NONE +key_key.structurize.rotate_cw:key.keyboard.right:SHIFT +key_key.structurize.rotate_ccw:key.keyboard.left:SHIFT +key_key.structurize.mirror:key.keyboard.m:NONE +key_key.structurize.place:key.keyboard.enter:NONE +key_iris.keybind.reload:key.keyboard.unknown:NONE +key_iris.keybind.toggleShaders:key.keyboard.k:NONE +key_iris.keybind.shaderPackSelection:key.keyboard.o:NONE +key_key.inventoryessentials.single_transfer:key.mouse.left:CONTROL +key_key.inventoryessentials.screen_bulk_drop:key.mouse.left:SHIFT +key_keybind.advancedperipherals.description:key.keyboard.left.control:NONE +key_placebo.toggleTrails:key.keyboard.keypad.9:NONE +key_placebo.toggleWings:key.keyboard.keypad.8:NONE +key_keybind.sophisticatedbackpacks.open_backpack:key.keyboard.b:NONE +key_keybind.sophisticatedbackpacks.inventory_interaction:key.keyboard.c:NONE +key_keybind.sophisticatedbackpacks.tool_swap:key.keyboard.unknown:NONE +key_keybind.sophisticatedbackpacks.sort:key.mouse.middle:NONE +key_keybind.sophisticatedbackpacks.toggle_upgrade_3:key.keyboard.unknown:NONE +key_keybind.sophisticatedbackpacks.toggle_upgrade_2:key.keyboard.x:ALT +key_keybind.sophisticatedbackpacks.toggle_upgrade_1:key.keyboard.z:ALT +key_keybind.sophisticatedbackpacks.toggle_upgrade_5:key.keyboard.unknown:NONE +key_keybind.sophisticatedbackpacks.toggle_upgrade_4:key.keyboard.unknown:NONE +key_key.carry.desc:key.keyboard.left.shift:NONE +key_key.vanillazoom.togglezoom.desc:key.keyboard.left.alt:NONE +key_keyinfo.copycats.fill_copycat:key.keyboard.left.alt:NONE +key_key.azurelib.reload:key.keyboard.r:NONE +key_key.azurelib.scope:key.keyboard.left.alt:NONE +key_key.azurelib.fire:key.keyboard.unknown:NONE +key_key.ntgl.reload:key.keyboard.r:NONE +key_key.ntgl.unload:key.keyboard.u:NONE +key_key.ntgl.attachments:key.keyboard.z:NONE +key_key.ntgl.inspect:key.keyboard.i:NONE +key_key.ntgl.fire_select:key.keyboard.b:NONE +key_key.ntgl.ammo_select:key.keyboard.n:NONE +key_key.minecolonies.toggle_goggles:key.keyboard.unknown:NONE +key_key.rotateup:key.keyboard.up:NONE +key_key.rotatedown:key.keyboard.down:NONE +key_key.rotateright:key.keyboard.right:NONE +key_key.rotateleft:key.keyboard.left:NONE +key_key.little.mirror:key.keyboard.g:NONE +key_key.little.mark:key.keyboard.m:NONE +key_key.little.config.item:key.keyboard.c:NONE +key_key.little.undo:key.keyboard.z:CONTROL +key_key.little.redo:key.keyboard.y:CONTROL +key_ponder.keyinfo.ponder:key.keyboard.w:NONE +key_key.effortlessbuilding.mode.desc:key.keyboard.left.alt:NONE +key_key.effortlessbuilding.hud.desc:key.keyboard.keypad.add:NONE +key_key.effortlessbuilding.undo.desc:key.keyboard.z:CONTROL +key_key.effortlessbuilding.redo.desc:key.keyboard.y:CONTROL +key_key.effortlessbuilding.previous_build_mode.desc:key.keyboard.unknown:NONE +key_key.effortlessbuilding.disable_build_mode_toggle.desc:key.keyboard.unknown:NONE +key_key.shetiphiancore.tool.next:key.keyboard.page.up:NONE +key_key.shetiphiancore.tool.previous:key.keyboard.page.down:NONE +key_key.do_a_barrel_roll.toggle_enabled:key.keyboard.i:NONE +key_key.do_a_barrel_roll.toggle_thrust:key.keyboard.unknown:NONE +key_key.do_a_barrel_roll.open_config:key.keyboard.unknown:NONE +key_key.do_a_barrel_roll.pitch_up:key.keyboard.unknown:NONE +key_key.do_a_barrel_roll.pitch_down:key.keyboard.unknown:NONE +key_key.do_a_barrel_roll.yaw_left:key.keyboard.a:NONE +key_key.do_a_barrel_roll.yaw_right:key.keyboard.d:NONE +key_key.do_a_barrel_roll.roll_left:key.keyboard.unknown:NONE +key_key.do_a_barrel_roll.roll_right:key.keyboard.unknown:NONE +key_key.do_a_barrel_roll.thrust_forward:key.keyboard.w:NONE +key_key.do_a_barrel_roll.thrust_backward:key.keyboard.unknown:NONE +key_key.curios.open.desc:key.keyboard.g:NONE +key_controls.open_command_screen:key.keyboard.unknown:NONE +key_create_tweaked_controllers.keybind.mouse_focus:key.keyboard.left.alt:NONE +key_create_tweaked_controllers.keybind.mouse_reset:key.keyboard.r:NONE +key_create_tweaked_controllers.keybind.controller_exit:key.keyboard.tab:NONE +key_key.createbigcannons.pitch_mode:key.keyboard.c:NONE +key_key.createbigcannons.fire_controlled_cannon:key.mouse.left:NONE +key_key.toggleVisualItemContents:key.keyboard.unknown:NONE +key_key.toggleSelectedItemTooltips:key.keyboard.unknown:NONE +key_key.toggleCarriedItemTooltips:key.keyboard.unknown:NONE +key_key.cycleLeft:key.keyboard.g:NONE +key_key.cycleRight:key.keyboard.h:NONE +key_key.cofh.mode_change_increment:key.keyboard.v:NONE +key_key.cofh.mode_change_decrement:key.keyboard.b:NONE +key_key.minecolonies_tweaks.resourcescroll_book:key.keyboard.unknown:NONE +key_keybinds.bettercombat.feint:key.keyboard.unknown:NONE +key_keybinds.bettercombat.toggle_mine_with_weapons:key.keyboard.unknown:NONE +key_key.open_menu:key.keyboard.unknown:NONE +key_treechop.key.toggle_chopping:key.keyboard.unknown:NONE +key_treechop.key.toggle_felling:key.keyboard.unknown:NONE +key_treechop.key.cycle_sneak_behavior:key.keyboard.unknown:NONE +key_treechop.key.open_settings_overlay:key.keyboard.n:NONE +key_key.ars_nouveau.open_book:key.keyboard.c:NONE +key_key.ars_nouveau.selection_hud:key.keyboard.v:NONE +key_key.ars_nouveau.next_slot:key.keyboard.x:NONE +key_key.ars_nouveau.previous_slot:key.keyboard.z:NONE +key_key.ars_nouveau.head_curio_hotkey:key.keyboard.g:NONE +key_key.ars_nouveau.qc1:key.keyboard.unknown:NONE +key_key.ars_nouveau.qc2:key.keyboard.unknown:NONE +key_key.ars_nouveau.qc3:key.keyboard.unknown:NONE +key_key.ars_nouveau.qc4:key.keyboard.unknown:NONE +key_key.ars_nouveau.qc5:key.keyboard.unknown:NONE +key_key.ars_nouveau.qc6:key.keyboard.unknown:NONE +key_key.ars_nouveau.qc7:key.keyboard.unknown:NONE +key_key.ars_nouveau.qc8:key.keyboard.unknown:NONE +key_key.ars_nouveau.qc9:key.keyboard.unknown:NONE +key_key.ars_nouveau.qc10:key.keyboard.unknown:NONE +key_key.ars_nouveau.familiar_toggle:key.keyboard.unknown:NONE +key_key.ars_elemental.open_pouch:key.keyboard.j:NONE +key_key.immersive_aircraft.fallback_control_left:key.keyboard.unknown:NONE +key_key.immersive_aircraft.fallback_control_right:key.keyboard.unknown:NONE +key_key.immersive_aircraft.fallback_control_forward:key.keyboard.unknown:NONE +key_key.immersive_aircraft.fallback_control_backward:key.keyboard.unknown:NONE +key_key.immersive_aircraft.fallback_control_up:key.keyboard.unknown:NONE +key_key.immersive_aircraft.fallback_control_down:key.keyboard.unknown:NONE +key_key.immersive_aircraft.fallback_control_pull:key.keyboard.unknown:NONE +key_key.immersive_aircraft.fallback_control_push:key.keyboard.unknown:NONE +key_key.immersive_aircraft.fallback_use:key.keyboard.unknown:NONE +key_key.immersive_aircraft.dismount:key.keyboard.r:NONE +key_key.immersive_aircraft.boost:key.keyboard.b:NONE +key_key.immersive_machinery.horn:key.keyboard.h:NONE +key_key.lightoverlay.enable_overlay:key.keyboard.f7:NONE +key_chunkloaders.keys.open_screen:key.keyboard.unknown:NONE +key_key.smallships.ship_sail:key.keyboard.r:NONE +key_keybind.sophisticatedstorage.sort:key.mouse.middle:NONE +key_ping-wheel.key.ping-location:key.mouse.5:NONE +key_ping-wheel.key.open-settings:key.keyboard.unknown:NONE +key_ping-wheel.key.name-labels:key.keyboard.left.alt:NONE +key_create.keyinfo.toolmenu:key.keyboard.left.alt:NONE +key_create.keyinfo.toolbelt:key.keyboard.left.alt:NONE +key_create.keyinfo.rotate_menu:key.keyboard.unknown:NONE +key_framedblocks.key.update_cull:key.keyboard.f9:NONE +key_framedblocks.key.wipe_cache:key.keyboard.unknown:NONE +key_key.pipeorgans.midi_config:key.keyboard.semicolon:NONE +key_petrolpark.key.tube.build:key.keyboard.enter:NONE +key_petrolpark.key.tube.delete_control_point:key.keyboard.backspace:NONE +key_petrolpark.key.tube.add_control_point_after:key.keyboard.equal:NONE +key_petrolpark.key.tube.add_control_point_before:key.keyboard.minus:NONE +key_petrolpark.key.tube.cancel:key.keyboard.x:NONE +key_destroy.key.hotbar.10:key.keyboard.0:NONE +key_destroy.key.hotbar.11:key.keyboard.minus:NONE +key_destroy.key.hotbar.12:key.keyboard.equal:NONE +key_destroy.key.hotbar.13:key.keyboard.unknown:NONE +key_destroy.key.hotbar.14:key.keyboard.unknown:NONE +key_destroy.key.hotbar.15:key.keyboard.unknown:NONE +key_destroy.key.hotbar.16:key.keyboard.unknown:NONE +key_destroy.key.hotbar.17:key.keyboard.unknown:NONE +key_key.journeymap.zoom_in:key.keyboard.equal:NONE +key_key.journeymap.zoom_out:key.keyboard.minus:NONE +key_key.journeymap.minimap_type:key.keyboard.left.bracket:NONE +key_key.journeymap.minimap_preset:key.keyboard.backslash:NONE +key_key.journeymap.create_waypoint:key.keyboard.b:NONE +key_key.journeymap.toggle_waypoints:key.keyboard.z:NONE +key_key.journeymap.fullscreen_create_waypoint:key.keyboard.b:NONE +key_key.journeymap.fullscreen_chat_position:key.keyboard.c:NONE +key_key.journeymap.map_toggle_alt:key.keyboard.j:NONE +key_key.journeymap.fullscreen_waypoints:key.keyboard.n:NONE +key_key.journeymap.minimap_toggle_alt:key.keyboard.j:CONTROL +key_key.journeymap.fullscreen_options:key.keyboard.o:NONE +key_key.journeymap.fullscreen.north:key.keyboard.up:NONE +key_key.journeymap.fullscreen.south:key.keyboard.down:NONE +key_key.journeymap.fullscreen.east:key.keyboard.right:NONE +key_key.journeymap.fullscreen.west:key.keyboard.left:NONE +key_key.journeymap.fullscreen.disable_buttons:key.keyboard.h:NONE +key_key.configured.open_mod_list:key.keyboard.unknown:NONE +key_key.endergetic.booflo_slam:key.keyboard.x:NONE +key_key.creategbd.beam_reactor_toggle:key.keyboard.r:NONE +key_key.jade.config:key.keyboard.keypad.0:NONE +key_key.jade.show_overlay:key.keyboard.keypad.1:NONE +key_key.jade.toggle_liquid:key.keyboard.keypad.2:NONE +key_key.jade.show_recipes:key.keyboard.keypad.3:NONE +key_key.jade.show_uses:key.keyboard.keypad.4:NONE +key_key.jade.narrate:key.keyboard.keypad.5:NONE +key_key.jade.show_details:key.keyboard.left.shift:NONE +key_quark.keybind.autorun:key.keyboard.unknown:NONE +key_quark.keybind.back:key.mouse.4:NONE +key_quark.keybind.camera_mode:key.keyboard.f12:NONE +key_quark.keybind.transfer_insert:key.keyboard.unknown:NONE +key_quark.keybind.transfer_extract:key.keyboard.unknown:NONE +key_quark.keybind.shift_lock:key.keyboard.unknown:NONE +key_quark.emote.no:key.keyboard.unknown:NONE +key_quark.emote.yes:key.keyboard.unknown:NONE +key_quark.emote.wave:key.keyboard.unknown:NONE +key_quark.emote.salute:key.keyboard.unknown:NONE +key_quark.emote.cheer:key.keyboard.unknown:NONE +key_quark.emote.clap:key.keyboard.unknown:NONE +key_quark.emote.think:key.keyboard.unknown:NONE +key_quark.emote.point:key.keyboard.unknown:NONE +key_quark.emote.shrug:key.keyboard.unknown:NONE +key_quark.emote.headbang:key.keyboard.unknown:NONE +key_quark.emote.weep:key.keyboard.unknown:NONE +key_quark.emote.facepalm:key.keyboard.unknown:NONE +key_quark.keybind.patreon_emote.dance:key.keyboard.unknown:NONE +key_quark.keybind.patreon_emote.tpose:key.keyboard.unknown:NONE +key_quark.keybind.patreon_emote.dab:key.keyboard.unknown:NONE +key_quark.keybind.patreon_emote.jet:key.keyboard.unknown:NONE +key_quark.keybind.patreon_emote.exorcist:key.keyboard.unknown:NONE +key_quark.keybind.patreon_emote.zombie:key.keyboard.unknown:NONE +key_quark.keybind.change_hotbar:key.keyboard.unknown:NONE +key_quark.keybind.sort_player:key.keyboard.unknown:NONE +key_quark.keybind.sort_container:key.keyboard.unknown:NONE +key_quark.keybind.lock_rotation:key.keyboard.k:NONE +key_quark.keybind.narrator_readout:key.keyboard.unknown:NONE +key_quark.keybind.narrator_full_readout:key.keyboard.unknown:NONE +key_quark.keybind.variant_selector:key.keyboard.r:NONE +key_supplementaries.keybind.quiver:key.keyboard.v:NONE +key_key.create_sa.flying:key.keyboard.space:NONE +key_key.create_sa.increase_reach:key.keyboard.up:NONE +key_key.create_sa.decrease_reach:key.keyboard.down:NONE +key_key.parcool.Enable:key.keyboard.p:CONTROL +key_key.parcool.Crawl:key.keyboard.c:NONE +key_key.parcool.ClingToCliff:key.mouse.right:NONE +key_key.parcool.Breakfall:key.keyboard.r:NONE +key_key.parcool.FastRun:key.keyboard.left.control:NONE +key_key.parcool.Dodge:key.keyboard.r:NONE +key_key.parcool.RideZipline:key.mouse.right:NONE +key_key.parcool.WallSlide:key.mouse.right:NONE +key_key.parcool.WallJump:key.keyboard.space:NONE +key_key.parcool.Vault:key.mouse.right:NONE +key_key.parcool.HorizontalWallRun:key.keyboard.r:NONE +key_key.parcool.HideInBlock:key.keyboard.c:NONE +key_key.parcool.openSetting:key.keyboard.p:ALT +key_key.parcool.QuickTurn:key.keyboard.unknown:NONE +key_key.parcool.Flipping:key.keyboard.unknown:NONE +key_key.parcool.HangDown:key.mouse.right:NONE +key_key.presencefootsteps.settings:key.keyboard.f10:NONE +key_key.craftpresence.config_keycode.name:key.keyboard.grave.accent:NONE +key_key.pickup.item:key.keyboard.unknown:NONE +key_key.createrailwaysnavigator.route_overlay_options:key.keyboard.r:NONE +key_key.armorstandshiftswap.swap:key.keyboard.unknown:NONE diff --git a/config/defaultoptions/options.txt b/config/defaultoptions/options.txt new file mode 100644 index 0000000..20739b9 --- /dev/null +++ b/config/defaultoptions/options.txt @@ -0,0 +1,103 @@ +version:3465 +autoJump:false +operatorItemsTab:false +autoSuggestions:true +chatColors:true +chatLinks:true +chatLinksPrompt:true +enableVsync:true +entityShadows:true +forceUnicodeFont:false +discrete_mouse_scroll:false +invertYMouse:false +realmsNotifications:true +reducedDebugInfo:false +showSubtitles:false +directionalAudio:false +touchscreen:false +fullscreen:true +bobView:true +toggleCrouch:false +toggleSprint:false +darkMojangStudiosBackground:false +hideLightningFlashes:false +mouseSensitivity:0.5 +fov:0.0 +screenEffectScale:1.0 +fovEffectScale:1.0 +darknessEffectScale:1.0 +glintSpeed:0.5 +glintStrength:0.75 +damageTiltStrength:1.0 +highContrast:false +gamma:0.5 +renderDistance:12 +simulationDistance:12 +entityDistanceScaling:5.0 +guiScale:2 +particles:0 +maxFps:120 +graphicsMode:1 +ao:true +prioritizeChunkUpdates:0 +biomeBlendRadius:2 +renderClouds:"true" +resourcePacks:["vanilla","mod_resources","jaopca:inmemory","builtin/towntalk","-1.21.2 Fresh Moves v3.1 (With Animated Eyes).zip","Better+Lanterns+v1.2(mc-1.20.1).zip","Create Computers 1.2.1 - 1.20.1 Resource Pack Only.zip","Create Immersive Aircraft Warship ResoucePack v1.2.zip","Create Immersive Aircrafts Resource Pack 1.20.1 - 2.0.zip","Created+Pretty+Pipes1.0+FIXED.zip","FreshAnimations_v1.9.2.zip","KatusCarpets_Alternate1-20.zip","Midnighttiggers-FCT-Default_1.20_V7.zip","Moonlight Mods Dynamic Assets","Recolourful Containers 2.1.1 (1.19.4+).zip","[1.4.1] Enhanced Boss Bars.zip","crops-3d(2).zip","cubic-sun-moon-v1.8.3a.zip","fabric","§9RAY\u0027s §f3D §6Ladders§8§o§k.zip","§9RAY\u0027s §f3D §6Rails§8§o§k.zip","FA+All_Extensions-v1.4.zip","builtin/add_pack_finders_test","Create_Ultra_v1.0.zip","FMRP 1.6.3 Beta.zip","Low Fire.zip"] +incompatibleResourcePacks:["builtin/towntalk","Created+Pretty+Pipes1.0+FIXED.zip","KatusCarpets_Alternate1-20.zip","Midnighttiggers-FCT-Default_1.20_V7.zip","Recolourful Containers 2.1.1 (1.19.4+).zip","crops-3d(2).zip","§9RAY\u0027s §f3D §6Ladders§8§o§k.zip","§9RAY\u0027s §f3D §6Rails§8§o§k.zip","FMRP 1.6.3 Beta.zip"] +lastServer:10.0.0.2 +lang:en_us +soundDevice:"" +chatVisibility:0 +chatOpacity:1.0 +chatLineSpacing:0.0 +textBackgroundOpacity:0.5 +backgroundForChatOnly:true +hideServerAddress:false +advancedItemTooltips:true +pauseOnLostFocus:true +overrideWidth:0 +overrideHeight:0 +chatHeightFocused:1.0 +chatDelay:0.0 +chatHeightUnfocused:0.4375 +chatScale:1.0 +chatWidth:1.0 +notificationDisplayTime:1.0 +mipmapLevels:4 +useNativeTransport:true +mainHand:"right" +attackIndicator:1 +narrator:0 +tutorialStep:none +mouseWheelSensitivity:1.0 +rawMouseInput:true +glDebugVerbosity:1 +skipMultiplayerWarning:true +skipRealms32bitWarning:false +hideMatchedNames:true +joinedFirstServer:true +hideBundleTutorial:false +syncChunkWrites:false +showAutosaveIndicator:true +allowServerListing:true +onlyShowSecureChat:false +panoramaScrollSpeed:1.0 +telemetryOptInExtra:false +onboardAccessibility:false +soundCategory_master:1.0 +soundCategory_music:0.0 +soundCategory_record:1.0 +soundCategory_weather:1.0 +soundCategory_block:1.0 +soundCategory_hostile:1.0 +soundCategory_neutral:1.0 +soundCategory_player:1.0 +soundCategory_ambient:1.0 +soundCategory_voice:1.0 +modelPart_cape:true +modelPart_jacket:true +modelPart_left_sleeve:true +modelPart_right_sleeve:true +modelPart_left_pants_leg:true +modelPart_right_pants_leg:true +modelPart_hat:true diff --git a/config/do_a_barrel_roll-client.json b/config/do_a_barrel_roll-client.json new file mode 100644 index 0000000..08bc97a --- /dev/null +++ b/config/do_a_barrel_roll-client.json @@ -0,0 +1,62 @@ +{ + "format_version_do_not_edit": 2, + "general": { + "mod_enabled": true, + "controls": { + "switch_roll_and_yaw": false, + "invert_pitch": false, + "momentum_based_mouse": false, + "momentum_mouse_deadzone": 0.2, + "show_momentum_widget": true, + "activation_behaviour": "VANILLA", + "disable_when_submerged": true + }, + "hud": { + "show_horizon": true + }, + "banking": { + "enable_banking": true, + "banking_strength": 20.0, + "simulate_control_surface_efficacy": false + }, + "thrust": { + "enable_thrust": false, + "max_thrust": 2.0, + "thrust_acceleration": 0.1, + "thrust_particles": true + }, + "misc": { + "enable_easter_eggs": true + } + }, + "sensitivity": { + "smoothing": { + "smoothing_enabled": true, + "smoothing_pitch": 1.0, + "smoothing_yaw": 0.4, + "smoothing_roll": 1.0 + }, + "camera_smoothing": { + "pitch": 1.0, + "yaw": 2.5, + "roll": 1.0 + }, + "desktop": { + "pitch": 1.0, + "yaw": 0.4, + "roll": 1.0 + }, + "controller": { + "pitch": 1.0, + "yaw": 0.4, + "roll": 1.0 + } + }, + "advanced": { + "banking_x_formula": "sin($roll * TO_RAD) * cos($pitch * TO_RAD) * 10 * $banking_strength", + "banking_y_formula": "(-1 + cos($roll * TO_RAD)) * cos($pitch * TO_RAD) * 10 * $banking_strength", + "elevator_efficacy_formula": "$velocity_x * $look_x + $velocity_y * $look_y + $velocity_z * $look_z", + "aileron_efficacy_formula": "$velocity_x * $look_x + $velocity_y * $look_y + $velocity_z * $look_z", + "rudder_efficacy_formula": "$velocity_x * $look_x + $velocity_y * $look_y + $velocity_z * $look_z" + } +} diff --git a/config/item_obliterator.json5 b/config/item_obliterator.json5 new file mode 100644 index 0000000..c33a1ce --- /dev/null +++ b/config/item_obliterator.json5 @@ -0,0 +1,53 @@ +{ + // ----------------------------------------------------------- + // Item Obliterator by ElocinDev + // ----------------------------------------------------------- + // + // How to add items? + // - They are json strings, so you need to separate each + // entry with a comma, except the last + // - If you start an entry with !, it will be treated as a regular expression + // Example: "!minecraft:.*_sword" to disable all swords + // + // ----------------------------------------------------------- + // Do not touch this + "configVersion": 2, + // ----------------------------------------------------------- + // Items here will be unusable completely + // Example: minecraft:diamond + "blacklisted_items": [ + "!chipped:.*pointed_dripstone", + "ars_nouveau:stable_warp_scroll" + ], + // ----------------------------------------------------------- + // Removes an item if it contains certain nbt tag. If the whole entry (or expression) is present, the item gets removed. + // Use with caution! This is a very expensive operation and can cause lag if you have a lot of items blacklisted. + // + // Example to disable a regeneration potion: Potion:"minecraft:regeneration" + // + // You can also use regular expressions by starting the value with ! + "blacklisted_nbt": [], + // ----------------------------------------------------------- + // Items here will not be able to be right-clicked (Interact) + // Example: minecraft:apple + "only_disable_interactions": [ + ], + // ----------------------------------------------------------- + // Items here will not be able to be used to attack + // Example: minecraft:diamond_sword + "only_disable_attacks": [ + ], + // ----------------------------------------------------------- + // Items here will get their recipes disabled + // Keep in mind this already is applied to blacklisted items + "only_disable_recipes": [ + ], + // ----------------------------------------------------------- + // If true, the mod will use a hashset to handle the blacklisted items + // This is a more optimized approach only if you have a lot of items blacklisted (20 or more is recommended) + // If you just have a small amount of items blacklisted, keep this false + // + // [!] Enabling this will disable all regular expressions + // [!] Does not apply to NBT, only item blacklist / interaction / attack + "use_hashmap_optimizations": false +} \ No newline at end of file diff --git a/config/mimi-common.toml b/config/mimi-common.toml new file mode 100644 index 0000000..adc56da --- /dev/null +++ b/config/mimi-common.toml @@ -0,0 +1,15 @@ + +["World Generation"] + #Toggles whether Instrumentalist shops should generate in villages. + enableInstrumentalistShop = true + #Comma-separated list of mobs that can be given instruments to hold. + allowedInstrumentMobs = "minecraft:zombie,minecraft:husk,minecraft:skeleton,minecraft:stray,minecraft:wither_skeleton" + #Toggles wheter to give players the MIMI Guide Book on first join. + doGiveBookOnFirstJoin = false + +[Other] + #Toggles whether MIMI should log when the server fails to timely execute a MIDI command which usually just indiciates server performance trouble. + doLogMidiTaskErrors = true + #The number of milliseconds a MIDI thread task should wait before timing out. Longer times may reduce instances of tasks failing but also reduce responsiveness of Transmitters. + midiTaskTimeoutMillis = 15000 + diff --git a/config/minemenu-common.toml b/config/minemenu-common.toml new file mode 100644 index 0000000..33df8de --- /dev/null +++ b/config/minemenu-common.toml @@ -0,0 +1,30 @@ + +[general] + toggle = false + rightClickToEdit = true + releaseToSelect = false + menuAnimation = true + menuButtonIcon = "minecraft:stone" + +[visual] + + [visual.menu] + #Range: 0 ~ 255 + alpha = 153 + #Range: 0 ~ 255 + red = 0 + #Range: 0 ~ 255 + green = 0 + #Range: 0 ~ 255 + blue = 0 + + [visual.select] + #Range: 0 ~ 255 + alpha = 153 + #Range: 0 ~ 255 + red = 255 + #Range: 0 ~ 255 + green = 0 + #Range: 0 ~ 255 + blue = 0 + diff --git a/config/parcool-client.toml b/config/parcool-client.toml new file mode 100644 index 0000000..7126793 --- /dev/null +++ b/config/parcool-client.toml @@ -0,0 +1,259 @@ + +["Possibility_of_Actions(Some_do_not_have_to_work)"] + can_BreakfallReady = true + can_CatLeap = true + can_ChargeJump = true + can_ClimbPoles = true + can_ClimbUp = true + can_ClingToCliff = true + can_HideInBlock = true + can_Crawl = true + can_Dive = true + can_Dodge = true + can_FastRun = true + can_FastSwim = true + can_Flipping = true + can_HangDown = true + can_HorizontalWallRun = true + can_JumpFromBar = true + can_QuickTurn = true + can_RideZipline = true + can_Roll = true + can_SkyDive = true + can_Slide = true + can_Tap = true + can_Vault = true + can_VerticalWallRun = true + can_WallJump = true + can_WallSlide = true + +[Stamina_HUD_Configuration] + #Allowed Values: Normal, Light, Hide + stamina_hud_type = "Light" + #horizontal alignment + #Allowed Values: Left, Right + align_h_s_hud = "Right" + #vertical alignment + #Allowed Values: Top, Bottom + align_v_s_hud = "Bottom" + hide_hud_if_stamina_infinite = true + #Stamina HUD shows action charge rate, cool time or etc + show_action_status_bar = true + #horizontal offset of normal HUD + #Range: 0 ~ 100 + offset_h_stamina_hud = 3 + #vertical offset of normal HUD + #Range: 0 ~ 100 + offset_v_stamina_hud = 3 + #horizontal offset of light HUD + #Range: -100 ~ 100 + offset_h_light_hud = 0 + #vertical offset of light HUD + #Range: -100 ~ 100 + offset_v_light_hud = 0 + +[Animations] + #Enable custom animations + enable_animation = true + #Enable custom animation of falling + enable_falling_animation = false + #Enable lean animation while FastRun + enable_lean_animation_fast_run = true + #Enable first-person-view animations + enable_fpv_animation = false + #Enable rotation of camera by Dodge + enable_camera_rotation_dodge = false + #Enable rotation of camera by Backward Wall-Jump + enable_camera_rotation_back_wall_jump = true + #Enable rotation of camera by Roll + enable_camera_rotation_roll = true + #Enable rotation of camera by Flipping + enable_camera_rotation_flipping = true + #Enable animation of camera by Vault + enable_camera_animation_vault = false + #Enable animation of camera by Horizontal-WallRun + enable_camera_animation_h-wall-run = true + #Enable animation of camera by Hang-Down + enable_camera_animation_hang-down = true + + [Animations.Animators] + enable_BackwardWallJumpAnimator = true + enable_CatLeapAnimator = true + enable_ChargeJumpAnimator = true + enable_ClimbUpAnimator = true + enable_ClingToCliffAnimator = true + enable_CrawlAnimator = true + enable_DiveAnimationHostAnimator = true + enable_DiveIntoWaterAnimator = true + enable_DodgeAnimator = true + enable_FastRunningAnimator = false + enable_FastSwimAnimator = false + enable_FlippingAnimator = true + enable_HideInBlockAnimator = true + enable_HorizontalWallRunAnimator = true + enable_JumpChargingAnimator = false + enable_JumpFromBarAnimator = true + enable_HangAnimator = true + enable_KongVaultAnimator = true + enable_RideZiplineAnimator = true + enable_RollAnimator = true + enable_SlidingAnimator = true + enable_SpeedVaultAnimator = true + enable_TapAnimator = true + enable_VerticalWallRunAnimator = true + enable_WallJumpAnimator = true + enable_WallSlideAnimator = true + +[Control] + #Control of Fast Run + #Allowed Values: PressKey, Toggle, Auto + fast-run_control = "PressKey" + #Control of Crawl + #Allowed Values: PressKey, Toggle + crawl_control = "PressKey" + #Control of Flipping + #Allowed Values: PressRightAndLeft, TapMovementAndJump, PressFlippingKey + flip_control = "PressFlippingKey" + #Control of Horizontal Wall Run + #Allowed Values: PressKey, Auto + h-wall-run_control = "PressKey" + #Control of Wall Jump + #Allowed Values: PressKey, ReleaseKey + wall-jump_control = "PressKey" + #Control of Cling To Cliff + #Allowed Values: PressKey, Toggle + cling-to-cliff_control = "PressKey" + #Enable double-tapping ctrl for Dodge + enable_double_tapping_for_dodge = false + #Enable cooldown of wall jump + enable_wall_jump_cooldown = true + #Enable Crawl in air + enable_crawl_in_air = true + #Enable Vault in air + enable_vault_in_air = true + #Enable getting off steps while doing dodge + can_get_off_steps_while_dodge = false + #Enable Roll when creative mode (experimental) + enable_roll_creative = false + #Make Vault need Vault Key Pressed + vault_needs_key_pressed = false + #Make HideInBlock need player sneaking + hideinblock_needs_sneaking = true + #enable players to do actions needing Fast-Running by sprint + substitute_sprint = false + #acceptable walll angle of wall jump : `0` means you exactly opposite to wall, `180` allow you to wall jump for all angle + #Range: 0 ~ 180 + acceptable_angle_wall_jump = 110 + #How long duration of dodge is deal as successive dodge + #Range: > 0 + successive_dodge_cool_time = 30 + #Cool time of Dodge action + #Range: > 11 + dodge_cool_time = 11 + #Max number of times of successive Dodge action + #Range: > 1 + successive_dodge_count = 3 + +[Modifier] + #How long you can do Horizontal Wall Run + #Range: 15 ~ 100 + wall-run_continuable_tick = 25 + #How long you can do Slide + #Range: 10 ~ 60 + sliding_continuable_tick = 15 + #FastRun speed modifier + #Range: 0.001 ~ 10.0 + fast-run_modifier = 2.0 + #FastSwim speed modifier + #Range: 0.001 ~ 10.0 + fast-swim_modifier = 2.0 + #Dodge speed modifier + #Range: 0.5 ~ 3.0 + dodge-speed_modifier = 1.0 + +[Other_Configuration] + #Vault Animation(Dynamic is to select animation dynamically) + #Allowed Values: SpeedVault, KongVault, Dynamic + vault_animation_mode = "Dynamic" + #Color theme of Setting GUI + #Allowed Values: Red, Green, Blue, Yellow, Black + gui_color_theme = "Blue" + #Enable just timing effect of Breakfall + enable_just_time_effect_breakfall = true + #Enable sounds triggered by Action + enable_sounds = true + #Enable particles triggered by Action + enable_particles = true + #Enable particles triggered by just-time breakfall + enable_particles_jt_breakfall = true + #Enable block like rendering of zipline + enable_3d_render_zipline = true + #Notify if auto resynchronization of Limitation is executed + notify_limitation_auto_resync = true + #Whether ParCool is active + parcool_activation = true + +[Stamina] + #Allowed Values: Default, Hunger, Feathers, Paraglider, EpicFight + used_stamina = "Default" + #Caution : Max stamina and stamina recovery config is removed because they became attributes. + #Infinite Stamina (this needs a permission from server, even if it is on single player's game. normally permitted) + #Please check 'parcool-server.toml' in 'serverconfig' directory + infinite_stamina = false + #Infinite Stamina while player is creative mode + infinite_stamina_if_creative_mode = true + + [Stamina.Consumption] + #Range: 0 ~ 10000 + stamina_consumption_of_BreakfallReady = 0 + #Range: 0 ~ 10000 + stamina_consumption_of_CatLeap = 200 + #Range: 0 ~ 10000 + stamina_consumption_of_ChargeJump = 100 + #Range: 0 ~ 10000 + stamina_consumption_of_ClimbPoles = 0 + #Range: 0 ~ 10000 + stamina_consumption_of_ClimbUp = 150 + #Range: 0 ~ 10000 + stamina_consumption_of_ClingToCliff = 2 + #Range: 0 ~ 10000 + stamina_consumption_of_HideInBlock = 0 + #Range: 0 ~ 10000 + stamina_consumption_of_Crawl = 0 + #Range: 0 ~ 10000 + stamina_consumption_of_Dive = 0 + #Range: 0 ~ 10000 + stamina_consumption_of_Dodge = 80 + #Range: 0 ~ 10000 + stamina_consumption_of_FastRun = 2 + #Range: 0 ~ 10000 + stamina_consumption_of_FastSwim = 3 + #Range: 0 ~ 10000 + stamina_consumption_of_Flipping = 80 + #Range: 0 ~ 10000 + stamina_consumption_of_HangDown = 3 + #Range: 0 ~ 10000 + stamina_consumption_of_HorizontalWallRun = 2 + #Range: 0 ~ 10000 + stamina_consumption_of_JumpFromBar = 100 + #Range: 0 ~ 10000 + stamina_consumption_of_QuickTurn = 0 + #Range: 0 ~ 10000 + stamina_consumption_of_RideZipline = 2 + #Range: 0 ~ 10000 + stamina_consumption_of_Roll = 100 + #Range: 0 ~ 10000 + stamina_consumption_of_SkyDive = 0 + #Range: 0 ~ 10000 + stamina_consumption_of_Slide = 0 + #Range: 0 ~ 10000 + stamina_consumption_of_Tap = 100 + #Range: 0 ~ 10000 + stamina_consumption_of_Vault = 50 + #Range: 0 ~ 10000 + stamina_consumption_of_VerticalWallRun = 150 + #Range: 0 ~ 10000 + stamina_consumption_of_WallJump = 120 + #Range: 0 ~ 10000 + stamina_consumption_of_WallSlide = 8 + diff --git a/config/particle_core_config.toml b/config/particle_core_config.toml new file mode 100644 index 0000000..fc798a8 --- /dev/null +++ b/config/particle_core_config.toml @@ -0,0 +1,9 @@ +# Don't change this! Version used to track needed updates. +version = 0 +turnOffPotionParticles = "NONE" +reduceAllChance = 0.0 +reduceDecreasedChance = 0.0 +disableParticles = false +byTypeReductions = { +"minecraft:smoke" = 0.1 +} diff --git a/config/particular-common.toml b/config/particular-common.toml new file mode 100644 index 0000000..5fb7398 --- /dev/null +++ b/config/particular-common.toml @@ -0,0 +1,103 @@ + +#Particular Mod Configuration +[general] + + #Enable/Disable Effects + [general.enabledEffects] + #Enable water splash particles + waterSplash = false + #Enable cascade particles + cascades = true + #Enable waterfall spray particles + waterfallSpray = false + #Enable firefly particles + fireflies = true + #Enable falling leaves particles + fallingLeaves = true + #Enable cave dust particles + caveDust = true + #Enable chest bubbles + chestBubbles = true + #Enable soul sand bubbles + soulSandBubbles = true + #Enable barrel bubbles + barrelBubbles = true + #Enable popping bubbles + poppingBubbles = true + #Enable rain ripples + rainRipples = true + #Enable water drip ripples + waterDripRipples = true + #Enable cake eating particles + cakeEatingParticles = true + #Enable emissive lava drips + emissiveLavaDrips = true + + #Advanced Particle Settings + [general.advancedSettings] + + [general.advancedSettings.fireflySettings] + #Time when fireflies start spawning + #Range: 0 ~ 23999 + startTime = 12000 + #Time when fireflies stop spawning + #Range: 0 ~ 23999 + endTime = 23000 + #Minimum temperature for fireflies to spawn + #Range: 0.0 ~ 2.0 + minTemp = 0.5 + #Maximum temperature for fireflies to spawn + #Range: 0.0 ~ 2.0 + maxTemp = 0.9900000095367432 + #Whether fireflies can spawn in rain + canSpawnInRain = false + + [general.advancedSettings.fireflySettings.frequencyModifiers] + #Daily random factors for firefly spawning + dailyRandom = [0.0, 0.0, 0.0, 0.33, 0.66, 1.0] + #Frequency modifier for grass + #Range: 0.0 ~ 1.0 + grass = 0.16666666666666666 + #Frequency modifier for tall grass + #Range: 0.0 ~ 1.0 + tallGrass = 0.08333333333333333 + #Frequency modifier for flowers + #Range: 0.0 ~ 1.0 + flowers = 1.0 + #Frequency modifier for tall flowers + #Range: 0.0 ~ 1.0 + tallFlowers = 0.5 + + [general.advancedSettings.fallingLeavesSettings] + #Chance of spawning falling leaves (higher = less frequent) + #Range: > 1 + spawnChance = 60 + #Whether falling leaves create ripples when landing on water + spawnRipples = true + #Whether falling leaves lay flat on the ground + layFlatOnGround = true + #Whether falling leaves lay at right angles + layFlatRightAngles = false + + [general.advancedSettings.caveDustSettings] + #Chance of spawning cave dust (higher = less frequent) + #Range: > 1 + spawnChance = 700 + #Base maximum age of cave dust particles + #Range: > 1 + baseMaxAge = 200 + #OwOColor of cave dust particles (RGB hex) + #Range: 0 ~ 16777215 + color = 8421504 + #Duration of fade effect for cave dust particles + #Range: > 0 + fadeDuration = 20 + #Maximum acceleration of cave dust particles + #Range: 0.0 ~ 1.0 + maxAcceleration = 0.029999999329447746 + #Chance of changing acceleration for cave dust particles + #Range: > 1 + accelChangeChance = 180 + #Biomes where cave dust won't spawn + excludeBiomes = ["minecraft:lush_caves", "minecraft:dripstone_caves", "minecraft:deep_dark"] + diff --git a/config/paxi/datapack_load_order.json b/config/paxi/datapack_load_order.json new file mode 100644 index 0000000..1868fa5 --- /dev/null +++ b/config/paxi/datapack_load_order.json @@ -0,0 +1,3 @@ +{ + "loadOrder": [] +} \ No newline at end of file diff --git a/config/paxi/datapacks/create-immersive-aircrafts-data-pack.pw.toml b/config/paxi/datapacks/create-immersive-aircrafts-data-pack.pw.toml new file mode 100644 index 0000000..39c9102 --- /dev/null +++ b/config/paxi/datapacks/create-immersive-aircrafts-data-pack.pw.toml @@ -0,0 +1,13 @@ +name = "Create Immersive Aircrafts - Recipes" +filename = "Create Immersive Aircrafts Datapack 1.20.1 - 1.2.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "a280b915471adf8dddb39acc9506c1c678820d3f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5601088 +project-id = 870545 diff --git a/config/paxi/datapacks/create-immersive-aircrafts-warship-recipe.pw.toml b/config/paxi/datapacks/create-immersive-aircrafts-warship-recipe.pw.toml new file mode 100644 index 0000000..d99d1f3 --- /dev/null +++ b/config/paxi/datapacks/create-immersive-aircrafts-warship-recipe.pw.toml @@ -0,0 +1,7 @@ +name = "create-immersive-aircrafts-warship-recipe" +filename = "Create Immersive Aircrafts Warship Recipe DataPack v1.0.zip" + +[download] +url = "https://baka.materus.pl/materus/banana-mc/raw/branch/1.20.1/extra_files/Create%20Immersive%20Aircrafts%20Warship%20Recipe%20DataPack%20v1.0.zip" +hash-format = "sha256" +hash = "ec511627ad6f83312fbf003202ceca281a6e7104b9ac7b06e5b2b2d01cd4391f" diff --git a/config/paxi/datapacks/create-let-the-adventure-begin.pw.toml b/config/paxi/datapacks/create-let-the-adventure-begin.pw.toml new file mode 100644 index 0000000..41c9938 --- /dev/null +++ b/config/paxi/datapacks/create-let-the-adventure-begin.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Let The Adventure Begin" +filename = "create_ltab-2.7.8.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/fUa6OtBG/versions/PkQg23TD/create_ltab-2.7.8.1.jar" +hash-format = "sha512" +hash = "b9b46196ba2e77478122b08bf58abcc357c6a2ad0e91eeaf1941c954cb26e34b072512a3f6ccbc59655c9cc06fa4bb243bd339abb401889af598264e3ed2aadf" + +[update] +[update.modrinth] +mod-id = "fUa6OtBG" +version = "PkQg23TD" diff --git a/config/paxi/datapacks/repurposed-structures-bountiful-compat.pw.toml b/config/paxi/datapacks/repurposed-structures-bountiful-compat.pw.toml new file mode 100644 index 0000000..1da4ecd --- /dev/null +++ b/config/paxi/datapacks/repurposed-structures-bountiful-compat.pw.toml @@ -0,0 +1,13 @@ +name = "Repurposed Structures - Bountiful Compat" +filename = "Repurposed_Structures-Bountiful_v3.zip" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/CUfOpYVR/versions/2vRkUyMs/Repurposed_Structures-Bountiful_v3.zip" +hash-format = "sha512" +hash = "8ccd86d597b50be14eb156230f73f400b7e9bc9a037684f3d476789ed08b8c066510393ade8148998c1a034b58dfd637c208993b6770b4e893921f93fe01c988" + +[update] +[update.modrinth] +mod-id = "CUfOpYVR" +version = "2vRkUyMs" diff --git a/config/paxi/datapacks/repurposed-structures-farmers-delight-compat.pw.toml b/config/paxi/datapacks/repurposed-structures-farmers-delight-compat.pw.toml new file mode 100644 index 0000000..a201aba --- /dev/null +++ b/config/paxi/datapacks/repurposed-structures-farmers-delight-compat.pw.toml @@ -0,0 +1,13 @@ +name = "Repurposed Structures - Farmer's Delight Compat" +filename = "Repurposed_Structures-Farmers_Delight_v6.zip" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/P5wB88AS/versions/DSuBmePz/Repurposed_Structures-Farmers_Delight_v6.zip" +hash-format = "sha512" +hash = "6ae1085c18dc0c6213996996cc78881c930edcf5eb1d33b0a23645e2f590253f94e367ded82a7f2acda335f88868f0a589c5af60ff75921b6fa0a5f22bfeaa5e" + +[update] +[update.modrinth] +mod-id = "P5wB88AS" +version = "DSuBmePz" diff --git a/config/paxi/resourcepack_load_order.json b/config/paxi/resourcepack_load_order.json new file mode 100644 index 0000000..1868fa5 --- /dev/null +++ b/config/paxi/resourcepack_load_order.json @@ -0,0 +1,3 @@ +{ + "loadOrder": [] +} \ No newline at end of file diff --git a/config/paxi/resourcepacks/3d-crops.pw.toml b/config/paxi/resourcepacks/3d-crops.pw.toml new file mode 100644 index 0000000..8d11e06 --- /dev/null +++ b/config/paxi/resourcepacks/3d-crops.pw.toml @@ -0,0 +1,13 @@ +name = "3D crops Revamped" +filename = "crops-3d(2).zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/PgpTtNoI/versions/iKYRZwnm/crops-3d%282%29.zip" +hash-format = "sha512" +hash = "57073e45b1499cb7c4e6e40f9314fa6bb24716f116ef83a65914c86a7999bb26d28c023afd502e2bdbce60312c225199c4e46a3194e8dbe7bb60121894338996" + +[update] +[update.modrinth] +mod-id = "PgpTtNoI" +version = "iKYRZwnm" diff --git a/config/paxi/resourcepacks/better-lanterns.pw.toml b/config/paxi/resourcepacks/better-lanterns.pw.toml new file mode 100644 index 0000000..9209bc9 --- /dev/null +++ b/config/paxi/resourcepacks/better-lanterns.pw.toml @@ -0,0 +1,13 @@ +name = "Better Lanterns" +filename = "Better+Lanterns+v1.2(mc-1.20.1).zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/PGGrfcvL/versions/xuTH8Cj3/Better%2BLanterns%2Bv1.2%28mc-1.20.1%29.zip" +hash-format = "sha512" +hash = "10e2ddfd29e4e0e5ac1fcab2672f554a67c8656b97e9cb9d90ef120fd5cfb76f616883caa7b8377d176ebcdb9a7324a3eefa35b3f40d17aa2b4f8f666fc01ec9" + +[update] +[update.modrinth] +mod-id = "PGGrfcvL" +version = "xuTH8Cj3" diff --git a/config/paxi/resourcepacks/better-leaves.pw.toml b/config/paxi/resourcepacks/better-leaves.pw.toml new file mode 100644 index 0000000..c825a73 --- /dev/null +++ b/config/paxi/resourcepacks/better-leaves.pw.toml @@ -0,0 +1,13 @@ +name = "Motschen's Better Leaves" +filename = "Better-Leaves-9.2.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/uvpymuxq/versions/1lk3J8Ip/Better-Leaves-9.2.zip" +hash-format = "sha512" +hash = "5cb3cb074fe11e35719cd080b1850569365c76996a2162df856e35de2daf1d34bee0c58bc10e940b492d12f1501155193ddf3cc285af3d198ee5a0d65ba420a2" + +[update] +[update.modrinth] +mod-id = "uvpymuxq" +version = "1lk3J8Ip" diff --git a/config/paxi/resourcepacks/create-computercraft.pw.toml b/config/paxi/resourcepacks/create-computercraft.pw.toml new file mode 100644 index 0000000..53ca505 --- /dev/null +++ b/config/paxi/resourcepacks/create-computercraft.pw.toml @@ -0,0 +1,13 @@ +name = "Create: ComputerCraft" +filename = "Create Computers 1.2.1 - 1.20.1 Resource Pack Only.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/mh9nQqo4/versions/KGjoGhyf/Create%20Computers%201.2.1%20-%201.20.1%20Resource%20Pack%20Only.zip" +hash-format = "sha512" +hash = "61606ef330b2ed87282fc0139e0ee64ce9021d400bce7e82493a4c1821c434fa65ef04fb5ba2df701dec52a95976fc967dc4853d63f53100c5d6ad2eadc9c9f4" + +[update] +[update.modrinth] +mod-id = "mh9nQqo4" +version = "KGjoGhyf" diff --git a/config/paxi/resourcepacks/create-immersive-aircrafts-resource-pack.pw.toml b/config/paxi/resourcepacks/create-immersive-aircrafts-resource-pack.pw.toml new file mode 100644 index 0000000..c4d690f --- /dev/null +++ b/config/paxi/resourcepacks/create-immersive-aircrafts-resource-pack.pw.toml @@ -0,0 +1,13 @@ +name = "Create Immersive Aircrafts" +filename = "Create Immersive Aircrafts Resource Pack 1.20.1 - 2.0.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "ec0a9ed7b65989c539102ea8f54e8e7fcb46b072" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5096356 +project-id = 821020 diff --git a/config/paxi/resourcepacks/create-immersive-aircrafts-warship.pw.toml b/config/paxi/resourcepacks/create-immersive-aircrafts-warship.pw.toml new file mode 100644 index 0000000..7e57a4c --- /dev/null +++ b/config/paxi/resourcepacks/create-immersive-aircrafts-warship.pw.toml @@ -0,0 +1,7 @@ +name = "create-immersive-aircrafts-warship" +filename = "Create Immersive Aircraft Warship ResoucePack v1.2.zip" + +[download] +url = "https://baka.materus.pl/materus/banana-mc/raw/branch/1.20.1/extra_files/Create%20Immersive%20Aircraft%20Warship%20ResoucePack%20v1.2.zip" +hash-format = "sha256" +hash = "dc15bc747c981b2eb238352681392a3e31c97a259f3748410a134c67a5db8df2" diff --git a/config/paxi/resourcepacks/create-ultra-pbr.pw.toml b/config/paxi/resourcepacks/create-ultra-pbr.pw.toml new file mode 100644 index 0000000..6026786 --- /dev/null +++ b/config/paxi/resourcepacks/create-ultra-pbr.pw.toml @@ -0,0 +1,13 @@ +name = "Create Ultra" +filename = "Create_Ultra_v1.0.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/9wrMXul2/versions/TF4czhUS/Create_Ultra_v1.0.zip" +hash-format = "sha512" +hash = "0d1a4c80674e397cfa4d9df9795b8ce1374234418071e30fb64da0a04bc356bf7ed0d41785d7d3e4d6e096905aaadc2ddf4da5dfbf6d2644dd399a616bde9edb" + +[update] +[update.modrinth] +mod-id = "9wrMXul2" +version = "TF4czhUS" diff --git a/config/paxi/resourcepacks/created-pretty-pipes.pw.toml b/config/paxi/resourcepacks/created-pretty-pipes.pw.toml new file mode 100644 index 0000000..eb4d15a --- /dev/null +++ b/config/paxi/resourcepacks/created-pretty-pipes.pw.toml @@ -0,0 +1,13 @@ +name = "Created Pretty Pipes" +filename = "Created+Pretty+Pipes1.0+FIXED.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/oC4pZTdw/versions/O0rnFr9u/Created%2BPretty%2BPipes1.0%2BFIXED.zip" +hash-format = "sha512" +hash = "3227f5883906fad6edff002466379bbcf71e994d494860d5059fa04ca5f7fe99d8d03b3ad3b27786f5c6406ba1017dd21e90b1fe86fb0f3f076db5a18549162d" + +[update] +[update.modrinth] +mod-id = "oC4pZTdw" +version = "O0rnFr9u" diff --git a/config/paxi/resourcepacks/cubic-sun-moon.pw.toml b/config/paxi/resourcepacks/cubic-sun-moon.pw.toml new file mode 100644 index 0000000..8588e4b --- /dev/null +++ b/config/paxi/resourcepacks/cubic-sun-moon.pw.toml @@ -0,0 +1,13 @@ +name = "Cubic Sun & Moon" +filename = "cubic-sun-moon-v1.8.3a.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/g4bSYbrU/versions/sdYrL5PD/cubic-sun-moon-v1.8.3a.zip" +hash-format = "sha512" +hash = "f985f17e128c1f8fb11b4e0def7949d030eb8f8ac7eb9e8ff430706b65228620daf38ef1c0d12f8c0c904094c0c79ccf26815d1b8ce89e989effd2480ba5aa76" + +[update] +[update.modrinth] +mod-id = "g4bSYbrU" +version = "sdYrL5PD" diff --git a/config/paxi/resourcepacks/enhanced-boss-bars.pw.toml b/config/paxi/resourcepacks/enhanced-boss-bars.pw.toml new file mode 100644 index 0000000..584f6b0 --- /dev/null +++ b/config/paxi/resourcepacks/enhanced-boss-bars.pw.toml @@ -0,0 +1,13 @@ +name = "Enhanced Boss Bars" +filename = "[1.4.1] Enhanced Boss Bars.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/U5SedJ9S/versions/3fjpw8Kj/%5B1.4.1%5D%20Enhanced%20Boss%20Bars.zip" +hash-format = "sha512" +hash = "e2ab6353357cd06e7d92670baeff994f3d3e87bb6bbb8243b8f74b4a2012118ace418772118510bfc9228b94ca44586f14f01d6eb33f885a6ca45608033782a9" + +[update] +[update.modrinth] +mod-id = "U5SedJ9S" +version = "3fjpw8Kj" diff --git a/config/paxi/resourcepacks/fresh-animations-extensions.pw.toml b/config/paxi/resourcepacks/fresh-animations-extensions.pw.toml new file mode 100644 index 0000000..9707fff --- /dev/null +++ b/config/paxi/resourcepacks/fresh-animations-extensions.pw.toml @@ -0,0 +1,13 @@ +name = "Fresh Animations - Extensions" +filename = "FA+All_Extensions-v1.4.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/YAVTU8mK/versions/JrJx24Cj/FA%2BAll_Extensions-v1.4.zip" +hash-format = "sha1" +hash = "112c33f88dc9de26a5c85f25d4a27fdde2c14fc9" + +[update] +[update.modrinth] +mod-id = "YAVTU8mK" +version = "JrJx24Cj" diff --git a/config/paxi/resourcepacks/fresh-animations.pw.toml b/config/paxi/resourcepacks/fresh-animations.pw.toml new file mode 100644 index 0000000..7bb97e5 --- /dev/null +++ b/config/paxi/resourcepacks/fresh-animations.pw.toml @@ -0,0 +1,13 @@ +name = "Fresh Animations" +filename = "FreshAnimations_v1.9.2.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/50dA9Sha/versions/8vtPih5h/FreshAnimations_v1.9.2.zip" +hash-format = "sha512" +hash = "97a387112a5a94b0e7f4d0d2439977a9f28579303ad883ed3d0fcc3277357f8b3ab2418960f698d1a5f435903e0b2f82716fc92f8500cac090f900b2d2135dcf" + +[update] +[update.modrinth] +mod-id = "50dA9Sha" +version = "8vtPih5h" diff --git a/config/paxi/resourcepacks/fresh-friends.pw.toml b/config/paxi/resourcepacks/fresh-friends.pw.toml new file mode 100644 index 0000000..cb042c1 --- /dev/null +++ b/config/paxi/resourcepacks/fresh-friends.pw.toml @@ -0,0 +1,13 @@ +name = "Fresh Friends" +filename = "Fresh Friends v2.1.1.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "47d9df0c2e4edb2da632219de4d40dce89935f46" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5484568 +project-id = 929636 diff --git a/config/paxi/resourcepacks/freshly-modded.pw.toml b/config/paxi/resourcepacks/freshly-modded.pw.toml new file mode 100644 index 0000000..ff97a11 --- /dev/null +++ b/config/paxi/resourcepacks/freshly-modded.pw.toml @@ -0,0 +1,13 @@ +name = "F.M.R.P" +filename = "FMRP 1.6.3 Beta.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/u4nhiAdP/versions/qfuAXXat/FMRP%201.6.3%20Beta.zip" +hash-format = "sha512" +hash = "6888f7aa2ec5d79c762d41dd098abf1db17e3e91286618d5c4b6680bf6d5717d462bfecdb05ef643302d7f0db169801e65430f9bbc2f3de11ccd46302bad24f3" + +[update] +[update.modrinth] +mod-id = "u4nhiAdP" +version = "qfuAXXat" diff --git a/config/paxi/resourcepacks/katus-carpets-and-rugs.pw.toml b/config/paxi/resourcepacks/katus-carpets-and-rugs.pw.toml new file mode 100644 index 0000000..2dbe7fb --- /dev/null +++ b/config/paxi/resourcepacks/katus-carpets-and-rugs.pw.toml @@ -0,0 +1,13 @@ +name = "Katu's Carpets and Rugs" +filename = "KatusCarpets_Alternate1-20.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "fdea3e76189072cfbd5f4992c2a73cdceab92343" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4612807 +project-id = 721177 diff --git a/config/paxi/resourcepacks/low-fire-pack.pw.toml b/config/paxi/resourcepacks/low-fire-pack.pw.toml new file mode 100644 index 0000000..d969570 --- /dev/null +++ b/config/paxi/resourcepacks/low-fire-pack.pw.toml @@ -0,0 +1,13 @@ +name = "Low Fire" +filename = "Low Fire.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/1jZGHJ05/versions/pRgzcNkq/Low%20Fire.zip" +hash-format = "sha512" +hash = "f6e535040762b5c4f280e22c832ed58dc779460bdf24116a282b67c51b2996fe5fd11557632f27e9bd9b808ec0e49c254766da27229b052711428186dde48253" + +[update] +[update.modrinth] +mod-id = "1jZGHJ05" +version = "pRgzcNkq" diff --git a/config/paxi/resourcepacks/mt-ct-d.pw.toml b/config/paxi/resourcepacks/mt-ct-d.pw.toml new file mode 100644 index 0000000..4d6fb77 --- /dev/null +++ b/config/paxi/resourcepacks/mt-ct-d.pw.toml @@ -0,0 +1,13 @@ +name = "Midnighttigger's Default Connected Textures" +filename = "Midnighttiggers-FCT-Default_1.20_V7.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/TjOXlt9Y/versions/XYxarLuF/Midnighttiggers-FCT-Default_1.20_V7.zip" +hash-format = "sha512" +hash = "7d5d02af10b206ea0c3e88aef09cece29c30eeb2afbe20debfc530779bc7dd56c269b340b052dbb0a720fdb69e4fdad988525690f2322af14d0a9b8f6511c483" + +[update] +[update.modrinth] +mod-id = "TjOXlt9Y" +version = "XYxarLuF" diff --git a/config/paxi/resourcepacks/rays-3d-ladders.pw.toml b/config/paxi/resourcepacks/rays-3d-ladders.pw.toml new file mode 100644 index 0000000..ae6a205 --- /dev/null +++ b/config/paxi/resourcepacks/rays-3d-ladders.pw.toml @@ -0,0 +1,13 @@ +name = "RAY's 3D Ladders" +filename = "§9RAY's §f3D §6Ladders§8§o§k.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Uupo7yGf/versions/zgBt9I31/%C2%A79RAY%27s%20%C2%A7f3D%20%C2%A76Ladders%C2%A78%C2%A7o%C2%A7k.zip" +hash-format = "sha512" +hash = "27b9f7ceb4b7dca93a9db0d3f1616fd4e6c47898940d84419dada384b13c60d5cef6f470046478161f31059d7471e7d956ee818a985216f427b2c054d0731687" + +[update] +[update.modrinth] +mod-id = "Uupo7yGf" +version = "zgBt9I31" diff --git a/config/paxi/resourcepacks/rays-3d-rails.pw.toml b/config/paxi/resourcepacks/rays-3d-rails.pw.toml new file mode 100644 index 0000000..d77678d --- /dev/null +++ b/config/paxi/resourcepacks/rays-3d-rails.pw.toml @@ -0,0 +1,13 @@ +name = "RAY's 3D Rails" +filename = "§9RAY's §f3D §6Rails§8§o§k.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/jKa9Ievs/versions/9D6mRR7S/%C2%A79RAY%27s%20%C2%A7f3D%20%C2%A76Rails%C2%A78%C2%A7o%C2%A7k.zip" +hash-format = "sha512" +hash = "8270b270ca7a0e2be9bb0653aa05878e4b60ded3091707637620cf0b025d09f00ff6187a307b51bcddaeefeec4851f9fb65d1fd3138e3a777108db3035ce2590" + +[update] +[update.modrinth] +mod-id = "jKa9Ievs" +version = "9D6mRR7S" diff --git a/config/paxi/resourcepacks/recolourful-containers-gui.pw.toml b/config/paxi/resourcepacks/recolourful-containers-gui.pw.toml new file mode 100644 index 0000000..6552dab --- /dev/null +++ b/config/paxi/resourcepacks/recolourful-containers-gui.pw.toml @@ -0,0 +1,13 @@ +name = "Recolourful Containers GUI + HUD" +filename = "Recolourful Containers 2.1.1 (1.19.4+).zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/lewweaHO/versions/vG2IW0v1/Recolourful%20Containers%202.1.1%20%281.19.4%2B%29.zip" +hash-format = "sha512" +hash = "1be1d3d8469122a5919eff6d7eb754d555f89612f0d1411948baa049702280c300ad0b9ea4dcdb7845678680a31f8823f1896bd346564489127a522e27296f0e" + +[update] +[update.modrinth] +mod-id = "lewweaHO" +version = "vG2IW0v1" diff --git a/config/paxi/resourcepacks/tras-fresh-player.pw.toml b/config/paxi/resourcepacks/tras-fresh-player.pw.toml new file mode 100644 index 0000000..a6b0f94 --- /dev/null +++ b/config/paxi/resourcepacks/tras-fresh-player.pw.toml @@ -0,0 +1,13 @@ +name = "Fresh Moves" +filename = "-1.21.2 Fresh Moves v3.1 (With Animated Eyes).zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/slufHzC2/versions/4uyHvhnf/-1.21.2%20Fresh%20Moves%20v3.1%20%28With%20Animated%20Eyes%29.zip" +hash-format = "sha1" +hash = "7049cc12935ff4be20173c908ad946f530861a4c" + +[update] +[update.modrinth] +mod-id = "slufHzC2" +version = "4uyHvhnf" diff --git a/config/prettyrain.json5 b/config/prettyrain.json5 new file mode 100644 index 0000000..9163797 --- /dev/null +++ b/config/prettyrain.json5 @@ -0,0 +1,74 @@ +{ + "maxParticleAmount": 1500, + "particleDensity": 100, + "particleStormDensity": 200, + "particleRadius": 25, + "doRainParticles": true, + "doSplashParticles": true, + "doSmokeParticles": true, + "doRippleParticles": true, + "doStreakParticles": true, + "doSnowParticles": true, + "doSandParticles": true, + "doShrubParticles": true, + "doFogParticles": false, + "doGroundFogParticles": false, + "doRainSounds": true, + "doSnowSounds": true, + "doSandSounds": true, + "rain": { + "density": 100, + "gravity": 1.0, + "windStrength": 0.30000001192092896, + "stormWindStrength": 0.5, + "opacity": 100, + "splashDensity": 5, + "size": 2.0 + }, + "snow": { + "density": 40, + "gravity": 0.07999999821186066, + "rotationAmount": 0.029999999329447746, + "stormRotationAmount": 0.05000000074505806, + "windStrength": 1.0, + "stormWindStrength": 3.0, + "size": 2.0 + }, + "sand": { + "density": 80, + "gravity": 0.20000000298023224, + "windStrength": 0.30000001192092896, + "moteSize": 0.10000000149011612, + "size": 2.0, + "spawnOnGround": true, + "matchTags": "minecraft:sand" + }, + "shrub": { + "density": 2, + "gravity": 0.20000000298023224, + "rotationAmount": 0.20000000298023224, + "bounciness": 0.20000000298023224 + }, + "ripple": { + "resolution": 16, + "useResourcepackResolution": true + }, + "fog": { + "density": 20, + "gravity": 0.20000000298023224, + "size": 0.5 + }, + "groundFog": { + "density": 20, + "spawnHeight": 64, + "size": 8.0 + }, + "renderVanillaWeather": false, + "tickVanillaWeather": false, + "biomeTint": true, + "tintMix": 50, + "spawnAboveClouds": false, + "cloudHeight": 330, + "alwaysRaining": false, + "yLevelWindAdjustment": true +} diff --git a/config/quark-common.toml b/config/quark-common.toml new file mode 100644 index 0000000..b7e482b --- /dev/null +++ b/config/quark-common.toml @@ -0,0 +1,1954 @@ + +[general] + "Enable 'q' Button" = false + "'q' Button on the Right" = false + "Disable Q Menu Effects" = false + #How many advancements deep you can see in the advancement screen. Vanilla is 2. + #Allowed values: (0,) + "Advancement Visibility Depth" = 2 + #Blocks that Quark should treat as Shulker Boxes. + "Shulker Boxes" = ["minecraft:white_shulker_box", "minecraft:orange_shulker_box", "minecraft:magenta_shulker_box", "minecraft:light_blue_shulker_box", "minecraft:yellow_shulker_box", "minecraft:lime_shulker_box", "minecraft:pink_shulker_box", "minecraft:gray_shulker_box", "minecraft:light_gray_shulker_box", "minecraft:cyan_shulker_box", "minecraft:purple_shulker_box", "minecraft:blue_shulker_box", "minecraft:brown_shulker_box", "minecraft:green_shulker_box", "minecraft:red_shulker_box", "minecraft:black_shulker_box"] + #Should Quark treat anything with 'shulker_box' in its item identifier as a shulker box? + "Interpret Shulker Box Like Blocks" = true + #Set to true if you need to find the class name for a screen that's causing problems + "Print Screen Classnames" = false + #A list of screens that can accept quark's buttons. Use "Print Screen Classnames" to find the names of any others you'd want to add. + "Allowed Screens" = [] + #If set to true, the 'Allowed Screens' option will work as a Blacklist rather than a Whitelist. WARNING: Use at your own risk as some mods may not support this. + "Use Screen List Blacklist" = false + #If 'true' and TerraBlender is present, Quark will add a TerraBlender region. The region will contain vanilla biomes and the Glimmering Weald. + "Terrablender Add Region" = true + #Quark will set this weight for its TerraBlender region. + "Terrablender Region Weight" = 1 + #If 'true', Quark will modify the `minecraft:overworld` MultiNoiseBiomeSourceParameterList preset, even when Terrablender is installed. + #This will have various knock-on effects but might make the Weald more common, or appear closer to modded biomes. Who knows? + "Terrablender Modify Vanilla Anyway" = false + #Set to false to disable the popup message telling you that you can config quark in the q menu + "Enable Onboarding" = false + #The amount of slots the chest button system should seek when trying to figure out if a container should be eligible for them. + "Chest Button Slot Target" = 27 + #Set this to false to not generate the Quark Programmer Art resource pack + "Generate Programmer Art" = false + + [general.chest_button_offsets] + "Player X" = 0 + "Player Y" = 0 + "Top X" = 0 + "Top Y" = 0 + "Middle X" = 0 + "Middle Y" = 0 + +[categories] + automation = true + building = true + management = true + tools = true + tweaks = true + world = true + mobs = true + client = true + experimental = true + oddities = true + +[automation] + "Chains Connect Blocks" = true + Chute = true + Crafter = true + "Dispensers Place Blocks" = true + "Ender Watcher" = true + "Feeding Trough" = true + Gravisand = true + "Iron Rod" = true + "Metal Buttons" = true + "Obsidian Plate" = true + "Pistons Move Tile Entities" = true + "Redstone Randomizer" = true + + [automation.crafter] + #Setting this to true will change the Crafter to use Emi's original design instead of Mojang's. + #Emi's design allows only one item per slot, instead of continuing to fill it round robin. + #If this is enabled, Allow Items While Powered should also be set to false for the full design. + "Use Emi Logic" = false + #Set to false to allow items to be inserted into the Crafter even while it's powered. + "Allow Items While Powered" = true + + [automation.dispensers_place_blocks] + Blacklist = ["minecraft:water", "minecraft:lava", "minecraft:fire"] + #Set to false to refrain from registering any behaviors for blocks that have optional dispense behaviors already set. + #An optional behavior is one that will defer to the generic dispense item behavior if its condition fails. + #e.g. the Shulker Box behavior is optional, because it'll throw out the item if it fails, whereas TNT is not optional. + #If true, it'll attempt to use the previous behavior before trying to place the block in the world. + #Requires a game restart to re-apply. + "Wrap Existing Behaviors" = true + + [automation.feeding_trough] + #How long, in game ticks, between animals being able to eat from the trough + #Allowed values: [1,) + Cooldown = 30 + #The maximum amount of animals allowed around the trough's range for an animal to enter love mode + "Max Animals" = 32 + #The chance (between 0 and 1) for an animal to enter love mode when eating from the trough + #Allowed values: (0,1] + "Love Chance" = 0.333333333 + Range = 10.0 + #Chance that an animal decides to look for a through. Closer it is to 1 the more performance it will take. Decreasing will make animals take longer to find one + "Look Chance" = 0.015 + + [automation.iron_rod] + "Use Pre End Recipe" = false + + [automation.metal_buttons] + "Enable Iron" = true + "Enable Gold" = true + + [automation.pistons_move_tile_entities] + "Enable Chests Moving Together" = true + "Render Blacklist" = ["psi:programmer", "botania:starfield"] + "Movement Blacklist" = ["minecraft:spawner", "integrateddynamics:cable", "randomthings:blockbreaker", "minecraft:ender_chest", "minecraft:enchanting_table", "minecraft:trapped_chest", "quark:spruce_trapped_chest", "quark:birch_trapped_chest", "quark:jungle_trapped_chest", "quark:acacia_trapped_chest", "quark:dark_oak_trapped_chest", "endergetic:bolloom_bud"] + "Delayed Update List" = ["minecraft:dispenser", "minecraft:dropper"] + +[building] + "Celebratory Lamps" = true + "Compressed Blocks" = true + "Duskbound Blocks" = true + "Framed Glass" = true + "Glass Item Frame" = true + "Gold Bars" = true + Grate = true + Hedges = true + "Hollow Logs" = true + "Industrial Palette" = true + "Japanese Palette" = true + "Leaf Carpet" = true + Midori = true + "More Brick Types" = true + "More Mud Blocks" = true + "More Potted Plants" = true + "Nether Brick Fence Gate" = true + "Rainbow Lamps" = true + "Raw Metal Bricks" = true + Rope = true + "Shear Vines" = true + Shingles = true + "Soul Sandstone" = true + Stools = true + "Sturdy Stone" = true + Thatch = true + "Variant Bookshelves" = true + "Variant Chests" = true + "Variant Furnaces" = true + "Variant Ladders" = true + "Vertical Planks" = true + "Vertical Slabs" = true + "Wooden Posts" = true + "More Stone Variants" = true + + [building.celebratory_lamps] + "Light Level" = 15 + + [building.compressed_blocks] + "Charcoal Block and Blaze Lantern Stay On Fire Forever" = true + #Allowed values: [0,) + "Charcoal Block Fuel Time" = 16000 + #Allowed values: [0,) + "Blaze Lantern Fuel Time" = 24000 + #Allowed values: [0,) + "Stick Block Fuel Time" = 900 + "Enable Charcoal Block" = true + "Enable Sugar Cane Block" = true + "Enable Cactus Block" = true + "Enable Chorus Fruit Block" = true + "Enable Stick Block" = true + "Enable Apple Crate" = true + "Enable Golden Apple Crate" = true + "Enable Potato Crate" = true + "Enable Carrot Crate" = true + "Enable Golden Carrot Crate" = true + "Enable Beetroot Crate" = true + "Enable Cocoa Bean Sack" = true + "Enable Nether Wart Sack" = true + "Enable Gunpowder Sack" = true + "Enable Berry Sack" = true + "Enable Glow Berry Sack" = true + "Enable Blaze Lantern" = true + "Enable Bonded Leather" = true + "Enable Bonded Rabbit Hide" = true + + [building.glass_item_frame] + "Glass Item Frames Update Maps" = true + #Set to true for faster map updates. Default is every 3s + "Glass Item Frames Update Maps Every Tick" = false + #The scale at which items render in the Glass Item Frame. To match the vanilla Item Frame size, set to 1.0 + "Item Render Scale" = 1.5 + + [building.gold_bars] + "Generate In Nether Fortress" = true + + [building.hollow_logs] + "Enable Auto Crawl" = true + + [building.industrial_palette] + "Enable Iron Plates" = true + "Enable Iron Ladder" = true + + [building.japanese_palette] + "Enable Paper Blocks" = true + "Enable Bamboo Mats" = true + + [building.leaf_carpet] + #This feature disables itself if any of the following mods are loaded: + # - immersive_weathering + # - woodworks + #This is done to prevent content overlap. + #You can turn this on to force the feature to be loaded even if the above mods are also loaded. + "Ignore Anti Overlap" = false + + [building.more_brick_types] + #This also comes with a utility recipe for Red Nether Bricks + "Enable Blue Nether Bricks" = true + #This also includes Red Sandstone Bricks and Soul Sandstone Bricks + "Enable Sandstone Bricks" = true + #This also includes Mossy Cobblestone Bricks + "Enable Cobblestone Bricks" = true + #Requires Cobblestone Bricks to be enabled + "Enable Blackstone Bricks" = true + #Requires Cobblestone Bricks to be enabled + "Enable Dirt Bricks" = true + #Requires Cobblestone Bricks to be enabled + "Enable Netherrack Bricks" = true + + [building.rainbow_lamps] + "Light Level" = 15 + #Whether Rainbow Lamps should be made from and themed on Corundum if that module is enabled. + "Use Corundum" = true + + [building.rope] + #Set to true to allow ropes to move Tile Entities even if Pistons Push TEs is disabled. + #Note that ropes will still use the same blacklist. + "Force Enable Move Tile Entities" = false + "Enable Dispenser Behavior" = true + #This feature disables itself if any of the following mods are loaded: + # - supplementaries + #This is done to prevent content overlap. + #You can turn this on to force the feature to be loaded even if the above mods are also loaded. + "Ignore Anti Overlap" = false + + [building.thatch] + #Allowed values: [0,1] + "Fall Damage Multiplier" = 0.5 + #This feature disables itself if any of the following mods are loaded: + # - environmental + # - goated + #This is done to prevent content overlap. + #You can turn this on to force the feature to be loaded even if the above mods are also loaded. + "Ignore Anti Overlap" = false + + [building.variant_bookshelves] + "Change Names" = true + #This feature disables itself if any of the following mods are loaded: + # - woodster + # - woodworks + #This is done to prevent content overlap. + #You can turn this on to force the feature to be loaded even if the above mods are also loaded. + "Ignore Anti Overlap" = false + + [building.variant_chests] + "Enable Reverting Wooden Chests" = true + "Replace Worldgen Chests" = true + #Chests to put in structures. It's preferred to use worldgen tags for this. The format per entry is "structure=chest", where "structure" is a structure ID, and "chest" is a block ID, which must correspond to a standard chest block. + "Structure Chests" = [] + #This feature disables itself if any of the following mods are loaded: + # - woodworks + #This is done to prevent content overlap. + #You can turn this on to force the feature to be loaded even if the above mods are also loaded. + "Ignore Anti Overlap" = false + + [building.variant_ladders] + "Change Names" = true + #This feature disables itself if any of the following mods are loaded: + # - woodster + # - woodworks + #This is done to prevent content overlap. + #You can turn this on to force the feature to be loaded even if the above mods are also loaded. + "Ignore Anti Overlap" = false + + [building.vertical_slabs] + #Should Walls and Panes attempt to connect to the side of Vertical Slabs? + "Allow Side Connections" = true + + [building.more_stone_variants] + "Enable Bricks" = true + "Enable Chiseled Bricks" = true + "Enable Pillar" = true + +[management] + "Automatic Tool Restock" = true + "Easy Transfering" = true + "Expanded Item Interactions" = true + "Hotbar Changer" = true + "Inventory Sorting" = false + "Item Sharing" = true + "Quick Armor Swapping" = true + + [management.automatic_tool_restock] + #Enchantments deemed important enough to have special priority when finding a replacement + "Important Enchantments" = ["minecraft:silk_touch", "minecraft:fortune", "minecraft:infinity", "minecraft:luck_of_the_sea", "minecraft:looting"] + #Enable replacing your tools with tools of the same type but not the same item + "Enable Loose Matching" = true + #Enable comparing enchantments to find a replacement + "Enable Enchant Matching" = true + #Allow pulling items from one hotbar slot to another + "Check Hotbar" = false + "Unstackables Only" = false + #Any items you place in this list will be ignored by the restock feature + "Ignored Items" = ["botania:exchange_rod", "botania:dirt_rod", "botania:skydirt_rod", "botania:cobble_rod"] + #This feature disables itself if any of the following mods are loaded: + # - inventorytweaks + #This is done to prevent content overlap. + #You can turn this on to force the feature to be loaded even if the above mods are also loaded. + "Ignore Anti Overlap" = false + + [management.easy_transfering] + "Enable Shift Lock" = true + + [management.expanded_item_interactions] + "Enable Armor Interaction" = true + "Enable Shulker Box Interaction" = true + "Enable Lava Interaction" = true + "Allow Opening Shulker Boxes" = true + "Allow Rotating Bundles" = true + + [management.hotbar_changer] + "Animation Time" = 7.0 + + [management.inventory_sorting] + "Enable Player Inventory" = true + "Enable Player Inventory In Chests" = true + "Enable Chests" = true + #Play a click when sorting inventories using keybindings + "Satisfying Click" = true + + [management.item_sharing] + #In ticks. + #Allowed values: [0,) + Cooldown = 100 + "Render Items In Chat" = true + + [management.quick_armor_swapping] + "Swap Off Hand" = true + +[tools] + Abacus = true + "Ambient Discs" = true + "Ancient Tomes" = true + "Beacon Redirection" = true + "Bottled Cloud" = true + "Color Runes" = true + "Endermosh Music Disc" = true + "Parrot Eggs" = true + "Pathfinder Maps" = true + Pickarang = true + "Seed Pouch" = true + "Skull Pikes" = true + "Slime In A Bucket" = true + "Torch Arrow" = true + Trowel = true + + [tools.abacus] + + [tools.abacus.highlight_color] + A = 0.4 + R = 0.0 + G = 0.0 + B = 0.0 + + [tools.ambient_discs] + "Drop On Spider Kill" = true + Volume = 3.0 + + [tools.ancient_tomes] + #Format is lootTable,weight. i.e. "minecraft:chests/stronghold_library,30" + "Loot Tables" = ["minecraft:chests/stronghold_library,20", "minecraft:chests/simple_dungeon,20", "minecraft:chests/bastion_treasure,25", "minecraft:chests/woodland_mansion,15", "minecraft:chests/nether_bridge,0", "minecraft:chests/underwater_ruin_big,0", "minecraft:chests/underwater_ruin_small,0", "minecraft:chests/ancient_city,4", "quark:misc/monster_box,5"] + "Item Quality" = 2 + "Normal Upgrade Cost" = 10 + "Limit Break Upgrade Cost" = 30 + "Valid Enchantments" = ["minecraft:feather_falling", "minecraft:thorns", "minecraft:sharpness", "minecraft:smite", "minecraft:bane_of_arthropods", "minecraft:knockback", "minecraft:fire_aspect", "minecraft:looting", "minecraft:sweeping", "minecraft:efficiency", "minecraft:unbreaking", "minecraft:fortune", "minecraft:power", "minecraft:punch", "minecraft:luck_of_the_sea", "minecraft:lure", "minecraft:loyalty", "minecraft:riptide", "minecraft:impaling", "minecraft:piercing"] + "Overleveled Books Glow Rainbow" = true + #When enabled, Efficiency VI Diamond and Netherite pickaxes can instamine Deepslate when under Haste 2 + "Deepslate Tweak" = true + "Deepslate Tweak Needs Haste2" = true + #Master Librarians will offer to exchange Ancient Tomes, provided you give them a max-level Enchanted Book of the Tome's enchantment too. + "Librarians Exchange Ancient Tomes" = true + #Applying a tome will also randomly curse your item + "Curse Gear" = false + #Allows combining tomes with normal books + "Combine With Books" = true + #Whether a sanity check is performed on the valid enchantments. If this is turned off, enchantments such as Silk Touch will be allowed to generate Ancient Tomes, if explicitly added to the Valid Enchantments. + "Sanity Check" = true + + [tools.beacon_redirection] + "Horizontal Move Limit" = 64 + "Allow Tinted Glass Transparency" = true + + [tools.bottled_cloud] + "Cloud Level Bottom" = 191 + "Cloud Level Top" = 196 + + [tools.color_runes] + "Dungeon Weight" = 10 + "Nether Fortress Weight" = 8 + "Jungle Temple Weight" = 8 + "Desert Temple Weight" = 8 + "Item Quality" = 0 + + [tools.endermosh_music_disc] + "Play Endermosh During Enderdragon Fight" = false + "Add To End City Loot" = true + "Loot Weight" = 5 + "Loot Quality" = 1 + + [tools.parrot_eggs] + #The chance feeding a parrot will produce an egg + Chance = 0.05 + #How long it takes to create an egg + "Egg Time" = 12000 + "Enable Special Awesome Parrot" = true + + [tools.pathfinder_maps] + #In this section you can add custom Pathfinder Maps. This works for both vanilla and modded biomes. + #Each custom map must be on its own line. + #The format for a custom map is as follows: + #,,,,, + #With the following descriptions: + # - being the biome's ID NAME. You can find vanilla names here - https://minecraft.wiki/w/Biome#Biome_IDs + # - being the Cartographer villager level required for the map to be unlockable + # - being the cheapest (in Emeralds) the map can be + # - being the most expensive (in Emeralds) the map can be + # - being a hex color (without the #) for the map to display. You can generate one here - https://htmlcolorcodes.com/ + #Here's an example of a map to locate Ice Mountains: + #minecraft:ice_mountains,2,8,14,7FE4FF + Customs = [] + #Set to false to make it so the default quark Pathfinder Map Built-In don't get added, and only the custom ones do + "Apply Default Trades" = true + #How many steps in the search should the Pathfinder's Quill do per tick? The higher this value, the faster it'll find a result, but the higher chance it'll lag the game while doing so + "Pathfinders Quill Speed" = 32 + #Experimental. Determines if quills should be multithreaded instead. Will ignore quill speed. This could drastically improve performance as it execute the logic off the main thread ideally causing no lag at all + "Multi Threaded" = true + #Allows retrying after a pathfinder quill fails to find a biome nearby. Turn off if you think its op + "Allow Retrying" = true + "Search Radius" = 6400 + "Xp From Trade" = 5 + "Add To Cartographer" = true + "Add To Wandering Trader Forced" = true + "Add To Wandering Trader Generic" = false + "Add To Wandering Trader Rare" = false + "Draw Hud" = true + "Hud On Top" = false + + [tools.pickarang] + "Enable Flamerang" = true + #Set this to true to use the recipe without the Heart of Diamond, even if the Heart of Diamond is enabled. + "Never Use Heart Of Diamond" = false + + [tools.pickarang.pickarang] + #How long it takes before the Pickarang starts returning to the player if it doesn't hit anything. + Timeout = 20 + #Pickarang harvest level. 2 is Iron, 3 is Diamond, 4 is Netherite. + "Harvest Level" = 3 + #Pickarang durability. Set to -1 to have the Pickarang be unbreakable. + Durability = 800 + #Pickarang max hardness breakable. 22.5 is ender chests, 25.0 is monster boxes, 50 is obsidian. Most things are below 5. + "Max Hardness" = 20.0 + #How much damage the Pickarang deals when swung as an item + "Attack Damage" = 2 + #How many ticks do you have to wait between using the pickarang again + Cooldown = 10 + #Whether this pickarang type can act as a hoe. + "Can Act As Hoe" = false + #Whether this pickarang type can act as a shovel. + "Can Act As Shovel" = true + #Whether this pickarang type can act as an axe. + "Can Act As Axe" = true + + [tools.pickarang.flamerang] + #How long it takes before the Pickarang starts returning to the player if it doesn't hit anything. + Timeout = 20 + #Pickarang harvest level. 2 is Iron, 3 is Diamond, 4 is Netherite. + "Harvest Level" = 4 + #Pickarang durability. Set to -1 to have the Pickarang be unbreakable. + Durability = 1040 + #Pickarang max hardness breakable. 22.5 is ender chests, 25.0 is monster boxes, 50 is obsidian. Most things are below 5. + "Max Hardness" = 20.0 + #How much damage the Pickarang deals when swung as an item + "Attack Damage" = 3 + #How many ticks do you have to wait between using the pickarang again + Cooldown = 10 + #Whether this pickarang type can act as a hoe. + "Can Act As Hoe" = false + #Whether this pickarang type can act as a shovel. + "Can Act As Shovel" = true + #Whether this pickarang type can act as an axe. + "Can Act As Axe" = true + + [tools.seed_pouch] + "Max Items" = 640 + "Show All Variants In Creative" = true + "Shift Range" = 3 + #Allow putting bone meal into the Seed Pouch (or anything else in the tag 'quark:seed_pouch_fertilizers') + "Allow Fertilizer" = true + "Fertilizer Shift Range" = 3 + + [tools.skull_pikes] + "Pike Range" = 5.0 + + [tools.torch_arrow] + "Extinguish On Miss" = false + + [tools.trowel] + #Amount of blocks placed is this value + 1. + #Set to 0 to make the Trowel unbreakable + #Allowed values: [0,) + "Trowel Max Durability" = 0 + +[tweaks] + "Armed Armor Stands" = true + "Automatic Recipe Unlock" = true + "Better Elytra Rocket" = true + "Campfires Boost Elytra" = true + "Compasses Work Everywhere" = true + "Coral On Cactus" = true + "Diamond Repair" = true + "Double Door Opening" = true + "Dragon Scales" = true + "Dyeable Item Frames" = true + Emotes = true + "Enhanced Ladders" = true + "Glass Shard" = true + "Gold Tools Have Fortune" = true + "Grab Chickens" = false + "Hoe Harvesting" = true + "Horses Swim" = true + "Improved Sponges" = true + "Lock Rotation" = true + "Magma Keeps Concrete Powder" = true + "Map Washing" = true + "More Banner Layers" = true + "More Note Block Sounds" = true + "More Villagers" = true + "No Durability On Cosmetics" = true + "Pat The Dogs" = true + "Petals On Water" = true + "Pig Litters" = true + "Poison Potato Usage" = true + "Reacharound Placing" = true + "Renewable Spore Blossoms" = true + "Replace Scaffolding" = true + "Safer Creatures" = true + "Shulker Packing" = true + "Simple Harvest" = true + "Slabs To Blocks" = true + "Slimes To Magma Cubes" = true + "Snow Golem Player Heads" = true + "Utility Recipes" = true + "Vexes Die With Their Masters" = true + "Villagers Follow Emeralds" = true + "Zombie Villagers On Normal" = true + + [tweaks.automatic_recipe_unlock] + #A list of recipe names that should NOT be added in by default + "Ignored Recipes" = [] + "Force Limited Crafting" = false + "Disable Recipe Book" = false + #If enabled, advancements granting recipes will be stopped from loading, potentially reducing the lagspike on first world join. + "Filter Recipe Advancements" = true + #This feature disables itself if any of the following mods are loaded: + # - nerb + #This is done to prevent content overlap. + #You can turn this on to force the feature to be loaded even if the above mods are also loaded. + "Ignore Anti Overlap" = false + + [tweaks.campfires_boost_elytra] + "Boost Strength" = 0.5 + "Max Speed" = 1.0 + + [tweaks.compasses_work_everywhere] + "Enable Compass Nerf" = false + "Enable Clock Nerf" = false + "Enable Nether" = true + "Enable End" = true + + [tweaks.diamond_repair] + #List of changes to apply to repair items, format is "=" as seen in the defualt. + #Multiple repair items can be applied for the same base item, and as long as at least one is provided, any vanilla option will be removed. + #To use multiple items, comma separate them (e.g. "minecraft:diamond_sword=minecraft:diamond,minecraft:emerald")If you want the vanilla option back, you must add it again manually. + "Repair Item Changes" = ["minecraft:netherite_sword=minecraft:diamond", "minecraft:netherite_pickaxe=minecraft:diamond", "minecraft:netherite_axe=minecraft:diamond", "minecraft:netherite_shovel=minecraft:diamond", "minecraft:netherite_hoe=minecraft:diamond", "minecraft:netherite_helmet=minecraft:diamond", "minecraft:netherite_chestplate=minecraft:diamond", "minecraft:netherite_leggings=minecraft:diamond", "minecraft:netherite_boots=minecraft:diamond"] + "Unrepairable Items" = [] + "Enable Jei Hints" = true + + [tweaks.double_door_opening] + "Enable Doors" = true + "Enable Fence Gates" = true + #This feature disables itself if any of the following mods are loaded: + # - utilitix + #This is done to prevent content overlap. + #You can turn this on to force the feature to be loaded even if the above mods are also loaded. + "Ignore Anti Overlap" = false + + [tweaks.emotes] + #The enabled default emotes. Remove from this list to disable them. You can also re-order them, if you feel like it. + "Enabled Emotes" = ["no", "yes", "wave", "salute", "cheer", "clap", "think", "point", "shrug", "headbang", "weep", "facepalm"] + #The list of Custom Emotes to be loaded. + #Watch the tutorial on Custom Emotes to learn how to make your own: https://youtu.be/ourHUkan6aQ + "Custom Emotes" = [] + #Enable this to make custom emotes read the file every time they're triggered so you can edit on the fly. + #DO NOT ship enabled this in a modpack, please. + "Custom Emote Debug" = false + "Button Shift X" = 0 + "Button Shift Y" = 0 + + [tweaks.enhanced_ladders] + #Allowed values: (,0] + "Fall Speed" = -0.2 + "Allow Freestanding" = true + "Allow Dropping Down" = true + "Allow Sliding" = true + "Allow Inventory Sneak" = true + + [tweaks.gold_tools_have_fortune] + #Allowed values: [0,) + "Fortune Level" = 2 + #Allowed values: [0,4] + "Harvest Level" = 2 + "Display Baked Enchantments In Tooltip" = true + "Italic Tooltip" = true + #Enchantments other than Gold's Fortune/Looting to bake into items. Format is "item+enchant@level", such as "minecraft:stick+sharpness@10". + "Baked Enchantments" = [] + + [tweaks.grab_chickens] + "Needs No Helmet" = true + #Set to 0 to disable + "Slowness Level" = 1 + + [tweaks.hoe_harvesting] + #Allowed values: [1,5] + "Regular Hoe Radius" = 2 + #Allowed values: [1,5] + "High Tier Hoe Radius" = 3 + + [tweaks.improved_sponges] + #The maximum number of water tiles that a sponge can soak up. Vanilla default is 64. + #Allowed values: [64,) + "Maximum Water Drain" = 256 + #The maximum number of water tiles that a sponge can 'crawl along' for draining. Vanilla default is 6. + #Allowed values: [6,) + "Maximum Crawl Distance" = 10 + "Enable Placing On Water" = true + + [tweaks.lock_rotation] + #When true, lock rotation indicator in the same style as crosshair + "Render Like Cross Hair" = true + + [tweaks.map_washing] + #This feature disables itself if any of the following mods are loaded: + # - supplementaries + #This is done to prevent content overlap. + #You can turn this on to force the feature to be loaded even if the above mods are also loaded. + "Ignore Anti Overlap" = false + + [tweaks.more_banner_layers] + #Allowed values: [1,16] + "Layer Limit" = 16 + + [tweaks.more_note_block_sounds] + "Enable Amethyst Sound" = true + + [tweaks.more_villagers] + "Ocean Villager" = true + "Beach Villager" = true + + [tweaks.no_durability_on_cosmetics] + #Allow applying cosmetic items such as color runes with no anvil durability usage? Cosmetic items are defined in the quark:cosmetic_anvil_items tag + "Allow Cosmetic Items" = true + + [tweaks.pat_the_dogs] + #How many ticks it takes for a dog to want affection after being pet/tamed; leave -1 to disable + "Dogs Want Love" = -1 + #Whether you can pet all mobs + "Pet All Mobs" = false + #If `petAllMobs` is set, these mobs still can't be pet + "Pettable Denylist" = ["minecraft:ender_dragon", "minecraft:wither", "minecraft:armor_stand"] + #Even if `petAllMobs` is not set, these mobs can be pet + "Pettable Allowlist" = [] + + [tweaks.pig_litters] + #Allowed values: [1,) + "Min Pig Litter Size" = 2 + #Allowed values: [1,) + "Max Pig Litter Size" = 3 + "Pigs Eat Golden Carrots" = true + #Allowed values: [0,) + "Min Golden Carrot Boost" = 0 + #Allowed values: [0,) + "Max Golden Carrot Boost" = 2 + + [tweaks.poison_potato_usage] + Chance = 0.1 + "Poison Effect" = true + + [tweaks.reacharound_placing] + #Allowed values: [0,1] + Leniency = 0.5 + Whitelist = [] + Blacklist = [] + + [tweaks.renewable_spore_blossoms] + "Bone Meal Chance" = 0.2 + + [tweaks.replace_scaffolding] + #How many times the algorithm for finding out where a block would be placed is allowed to turn. If you set this to large values (> 3) it may start producing weird effects. + "Max Bounces" = 1 + + [tweaks.safer_creatures] + #How many blocks should be subtracted from the rabbit fall height when calculating fall damage. 5 is the same value as vanilla frogs + "Height Reduction" = 5.0 + "Enable Slime Fall Damage Removal" = true + + [tweaks.simple_harvest] + #Can players harvest crops with empty hand clicks? + "Empty Hand Harvest" = true + #Does harvesting crops with a hoe cost durability? + "Harvesting Costs Durability" = false + #Should Quark look for(nonvanilla) crops, and handle them? + "Do Harvesting Search" = true + #Should villagers use simple harvest instead of breaking crops? + "Villagers Use Simple Harvest" = true + #Which crops can be harvested? + #Format is: "harvestState[,afterHarvest]", i.e. "minecraft:wheat[age=7]" or "minecraft:cocoa[age=2,facing=north],minecraft:cocoa[age=0,facing=north]" + "Harvestable Blocks" = ["minecraft:wheat[age=7]", "minecraft:carrots[age=7]", "minecraft:potatoes[age=7]", "minecraft:beetroots[age=3]", "minecraft:nether_wart[age=3]", "minecraft:cocoa[age=2,facing=north],minecraft:cocoa[age=0,facing=north]", "minecraft:cocoa[age=2,facing=south],minecraft:cocoa[age=0,facing=south]", "minecraft:cocoa[age=2,facing=east],minecraft:cocoa[age=0,facing=east]", "minecraft:cocoa[age=2,facing=west],minecraft:cocoa[age=0,facing=west]"] + #Which blocks should right click harvesting simulate a click on instead of breaking? + #This is for blocks like sweet berry bushes, which have right click harvesting built in. + "Right Clickable Blocks" = ["minecraft:sweet_berry_bush", "minecraft:cave_vines"] + + [tweaks.utility_recipes] + #Can any wool color be dyed? + "Dye Any Wool" = true + #Can other stone-like materials be used for crafting stone tools? + "Better Stone Tool Crafting" = true + #Can a dispenser be crafted by adding a bow to a dropper? + "Enable Dispenser" = true + #Can a repeater be crafted with the pattern for a redstone torch? + "Enable Repeater" = true + #Can you craft a minecart around blocks which can be placed inside? + "Enable Minecarts" = true + #Can you craft a boat around a chest to directly make a chest boat? + "Enable Chest Boats" = true + #Can you craft four chests at once using logs? + "Logs To Chests" = true + #Can Coral be crafted into dye? + "Coral To Dye" = true + #Can cookies, paper, and bread be crafted in a 2x2 crafting table? + "Bent Recipes" = true + #Can Rotten Flesh and Poisonous Potatoes be composted? + "Compostable Toxins" = true + #Does Dragon Breath return a bottle when used as a reagent or material? + "Effective Dragon Breath" = true + #Can torches can be used as fuel in furnaces? + "Torches Burn" = true + #Can bones be smelted down to bone meal? + "Bone Meal Utility" = true + #Can Charcoal be crafted into Black Dye? + "Charcoal To Black Dye" = true + #Can two Logs be used instead of a Chest to make a Hopper? + "Easy Hopper" = true + #Can two Logs be used to craft 16 sticks? + "Easy Sticks" = true + #Can raw ore blocks be smelted, taking 9x the time a normal item? + "Smelt Raw Ore Blocks" = true + +[world] + "Ancient Wood" = true + "Azalea Wood" = true + "Big Stone Clusters" = true + "Blossom Trees" = true + "Chorus Vegetation" = true + Corundum = true + "Fairy Rings" = true + "Fallen Logs" = true + "Glimmering Weald" = true + "Monster Box" = true + "Nether Obsidian Spikes" = true + "New Stone Types" = true + "No More Lava Pockets" = true + Permafrost = true + "Spiral Spires" = true + + [world.ancient_wood] + "Ancient Fruit Gives Exp" = true + #Allowed values: [1,) + "Ancient Fruit Exp Value" = 10 + #Set to a value other than 0 to enable Ancient City loot chest generation (8 recommended if you do) + #Allowed values: [0,) + "Ancient City Loot Weight" = 0 + #Allowed values: [0,) + "Ancient City Loot Quality" = 1 + #Set to 0 to disable sniffer sniffing. The vanilla loot table has every entry at weight 1, so without editing it, it's impossible to make the sapling more rare + #Allowed values: [0,) + "Sniffing Loot Weight" = 1 + #Allowed values: [0,) + "Sniffing Loot Quality" = 0 + + [world.azalea_wood] + #This feature disables itself if any of the following mods are loaded: + # - caverns_and_chasms + #This is done to prevent content overlap. + #You can turn this on to force the feature to be loaded even if the above mods are also loaded. + "Ignore Anti Overlap" = false + + [world.big_stone_clusters] + #Blocks that stone clusters can replace. If you want to make it so it only replaces in one dimension, + #do "block|dimension", as we do for netherrack and end stone by default. + "Blocks To Replace" = ["minecraft:stone", "minecraft:andesite", "minecraft:diorite", "minecraft:granite", "minecraft:netherrack|minecraft:the_nether", "minecraft:end_stone|minecraft:the_end", "quark:marble", "quark:limestone", "quark:jasper", "quark:slate"] + + [world.big_stone_clusters.calcite] + Enabled = true + #Allowed values: [0,) + Rarity = 4 + "Min Y Level" = 20 + "Max Y Level" = 80 + #Allowed values: [0,) + "Horizontal Size" = 14 + #Allowed values: [0,) + "Vertical Size" = 14 + #Allowed values: [0,) + "Horizontal Variation" = 9 + #Allowed values: [0,) + "Vertical Variation" = 9 + + [world.big_stone_clusters.calcite.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.big_stone_clusters.calcite.biomes] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [world.big_stone_clusters.calcite.biomes.tags] + "Biome Tags" = ["minecraft:is_mountain"] + "Is Blacklist" = false + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [world.big_stone_clusters.calcite.biomes.biomes] + Biomes = [] + "Is Blacklist" = true + + [world.big_stone_clusters.limestone] + Enabled = true + #Allowed values: [0,) + Rarity = 4 + "Min Y Level" = 20 + "Max Y Level" = 80 + #Allowed values: [0,) + "Horizontal Size" = 14 + #Allowed values: [0,) + "Vertical Size" = 14 + #Allowed values: [0,) + "Horizontal Variation" = 9 + #Allowed values: [0,) + "Vertical Variation" = 9 + + [world.big_stone_clusters.limestone.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.big_stone_clusters.limestone.biomes] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [world.big_stone_clusters.limestone.biomes.tags] + "Biome Tags" = ["forge:is_swamp", "minecraft:is_ocean"] + "Is Blacklist" = false + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [world.big_stone_clusters.limestone.biomes.biomes] + Biomes = [] + "Is Blacklist" = true + + [world.big_stone_clusters.jasper] + Enabled = true + #Allowed values: [0,) + Rarity = 4 + "Min Y Level" = 20 + "Max Y Level" = 80 + #Allowed values: [0,) + "Horizontal Size" = 14 + #Allowed values: [0,) + "Vertical Size" = 14 + #Allowed values: [0,) + "Horizontal Variation" = 9 + #Allowed values: [0,) + "Vertical Variation" = 9 + + [world.big_stone_clusters.jasper.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.big_stone_clusters.jasper.biomes] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [world.big_stone_clusters.jasper.biomes.tags] + "Biome Tags" = ["minecraft:is_badlands", "forge:is_sandy"] + "Is Blacklist" = false + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [world.big_stone_clusters.jasper.biomes.biomes] + Biomes = [] + "Is Blacklist" = true + + [world.big_stone_clusters.shale] + Enabled = true + #Allowed values: [0,) + Rarity = 4 + "Min Y Level" = 20 + "Max Y Level" = 80 + #Allowed values: [0,) + "Horizontal Size" = 14 + #Allowed values: [0,) + "Vertical Size" = 14 + #Allowed values: [0,) + "Horizontal Variation" = 9 + #Allowed values: [0,) + "Vertical Variation" = 9 + + [world.big_stone_clusters.shale.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.big_stone_clusters.shale.biomes] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [world.big_stone_clusters.shale.biomes.tags] + "Biome Tags" = ["forge:is_snowy"] + "Is Blacklist" = false + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [world.big_stone_clusters.shale.biomes.biomes] + Biomes = [] + "Is Blacklist" = true + + [world.big_stone_clusters.myalite] + "Generate In Air" = true + Enabled = true + #Allowed values: [0,) + Rarity = 100 + "Min Y Level" = 58 + "Max Y Level" = 62 + #Allowed values: [0,) + "Horizontal Size" = 20 + #Allowed values: [0,) + "Vertical Size" = 40 + #Allowed values: [0,) + "Horizontal Variation" = 6 + #Allowed values: [0,) + "Vertical Variation" = 10 + + [world.big_stone_clusters.myalite.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:the_end"] + + [world.big_stone_clusters.myalite.biomes] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [world.big_stone_clusters.myalite.biomes.tags] + "Biome Tags" = [] + "Is Blacklist" = true + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [world.big_stone_clusters.myalite.biomes.biomes] + Biomes = ["minecraft:end_highlands"] + "Is Blacklist" = false + + [world.blossom_trees] + "Drop Leaf Particles" = true + + [world.blossom_trees.blue] + Rarity = 200 + + [world.blossom_trees.blue.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.blossom_trees.blue.biome_config] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [world.blossom_trees.blue.biome_config.tags] + "Biome Tags" = ["forge:is_snowy"] + "Is Blacklist" = false + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [world.blossom_trees.blue.biome_config.biomes] + Biomes = [] + "Is Blacklist" = true + + [world.blossom_trees.lavender] + Rarity = 100 + + [world.blossom_trees.lavender.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.blossom_trees.lavender.biome_config] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [world.blossom_trees.lavender.biome_config.tags] + "Biome Tags" = ["forge:is_swamp"] + "Is Blacklist" = false + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [world.blossom_trees.lavender.biome_config.biomes] + Biomes = [] + "Is Blacklist" = true + + [world.blossom_trees.orange] + Rarity = 100 + + [world.blossom_trees.orange.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.blossom_trees.orange.biome_config] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [world.blossom_trees.orange.biome_config.tags] + "Biome Tags" = ["minecraft:is_savanna"] + "Is Blacklist" = false + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [world.blossom_trees.orange.biome_config.biomes] + Biomes = [] + "Is Blacklist" = true + + [world.blossom_trees.yellow] + Rarity = 200 + + [world.blossom_trees.yellow.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.blossom_trees.yellow.biome_config] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [world.blossom_trees.yellow.biome_config.tags] + "Biome Tags" = ["forge:is_plains"] + "Is Blacklist" = false + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [world.blossom_trees.yellow.biome_config.biomes] + Biomes = [] + "Is Blacklist" = true + + [world.blossom_trees.red] + Rarity = 30 + + [world.blossom_trees.red.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.blossom_trees.red.biome_config] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [world.blossom_trees.red.biome_config.tags] + "Biome Tags" = ["minecraft:is_badlands"] + "Is Blacklist" = false + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [world.blossom_trees.red.biome_config.biomes] + Biomes = [] + "Is Blacklist" = true + + [world.chorus_vegetation] + Rarity = 150 + Radius = 7 + "Chunk Attempts" = 120 + "Highlands Chance" = 1.0 + "Midlands Chance" = 0.2 + "Other End Biomes Chance" = 0.0 + "Passive Teleport Chance" = 0.2 + "Endermite Spawn Chance" = 0.01 + "Teleport Duplication Chance" = 0.01 + + [world.corundum] + #Allowed values: [0,1] + "Crystal Chance" = 0.16 + #Allowed values: [0,1] + "Crystal Cluster Chance" = 0.2 + #Allowed values: [0,1] + "Crystal Cluster On Sides Chance" = 0.6 + #Allowed values: [0,1] + "Double Crystal Chance" = 0.2 + #The chance that a crystal can grow, this is on average 1 in X world ticks, set to a higher value to make them grow slower. Minimum is 1, for every tick. Set to 0 to disable growth. + "Cave Crystal Growth Chance" = 5 + "Crystals Craft Runes" = true + "Enable Collateral Movement" = true + + [world.corundum.generation_settings] + #Allowed values: [0,) + Rarity = 400 + "Min Y Level" = 0 + "Max Y Level" = 64 + #Allowed values: [0,) + "Horizontal Size" = 36 + #Allowed values: [0,) + "Vertical Size" = 14 + #Allowed values: [0,) + "Horizontal Variation" = 8 + #Allowed values: [0,) + "Vertical Variation" = 6 + + [world.corundum.generation_settings.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.corundum.generation_settings.biomes] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [world.corundum.generation_settings.biomes.tags] + "Biome Tags" = ["minecraft:is_ocean"] + "Is Blacklist" = true + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [world.corundum.generation_settings.biomes.biomes] + Biomes = [] + "Is Blacklist" = true + + [world.fairy_rings] + "Forest Chance" = 0.00625 + "Plains Chance" = 0.0025 + Ores = ["minecraft:emerald_ore", "minecraft:diamond_ore"] + + [world.fairy_rings.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.fallen_logs] + #Percentage of fallen logs spawning as hollow. Requires Hollow Logs Module to be enabled + "Hollow Chance" = 0.7 + Rarity = 5 + #Chance for logs to spawn on water + "On Water Chance" = 0.1 + "Sparse Biome Rarity" = 12 + #Tags that define which biomes can have which wood types + "Biome Tags" = ["quark:has_fallen_acacia=minecraft:acacia_log", "quark:has_fallen_birch=minecraft:birch_log", "quark:has_fallen_cherry=minecraft:cherry_log", "quark:has_fallen_dark_oak=minecraft:dark_oak_log", "quark:has_fallen_jungle=minecraft:jungle_log", "quark:has_fallen_mangrove=minecraft:mangrove_log", "quark:has_fallen_oak=minecraft:oak_log", "quark:has_fallen_spruce=minecraft:spruce_log"] + + [world.fallen_logs.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.monster_box] + #The chance for the monster box generator to try and place one in a chunk. 0 is 0%, 1 is 100% + #This can be higher than 100% if you want multiple per chunk. + "Chance Per Chunk" = 0.2 + "Min Y" = -50 + "Max Y" = 0 + "Min Mob Count" = 5 + "Max Mob Count" = 8 + "Enable Extra Loot Table" = true + "Activation Range" = 2.5 + #How many blocks to search vertically from a position before trying to place a block. Higher means you'll get more boxes in open spaces. + "Search Range" = 15 + + [world.monster_box.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.nether_obsidian_spikes] + #The chance for a chunk to contain spikes (1 is 100%, 0 is 0%) + "Chance Per Chunk" = 0.1 + #The chance for a spike to be big (1 is 100%, 0 is 0%) + "Big Spike Chance" = 0.03 + #Should a chunk have spikes, how many would the generator try to place + "Tries Per Chunk" = 4 + "Big Spike Spawners" = true + + [world.nether_obsidian_spikes.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:the_nether"] + + [world.new_stone_types] + "Enable Limestone" = true + "Enable Jasper" = true + "Enable Shale" = true + "Enable Myalite" = true + "Add New Stones To Mason Trades" = true + + [world.new_stone_types.limestone] + + [world.new_stone_types.limestone.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.new_stone_types.limestone.oregen_lower] + #Allowed values: [-64,320] + "Min Height" = 0 + #Allowed values: [-64,320] + "Max Height" = 60 + #Allowed values: [0,) + "Cluster Size" = 64 + #Can be a positive integer or a fractional value betweeen 0 and 1. If integer, it spawns that many clusters. If fractional, it has that chance to spawn a single cluster. Set exactly zero to not spawn at all. + #Allowed values: [0,) + "Cluster Count" = 2.0 + + [world.new_stone_types.limestone.oregen_upper] + #Allowed values: [-64,320] + "Min Height" = 64 + #Allowed values: [-64,320] + "Max Height" = 128 + #Allowed values: [0,) + "Cluster Size" = 64 + #Can be a positive integer or a fractional value betweeen 0 and 1. If integer, it spawns that many clusters. If fractional, it has that chance to spawn a single cluster. Set exactly zero to not spawn at all. + #Allowed values: [0,) + "Cluster Count" = 0.1666666 + + [world.new_stone_types.jasper] + + [world.new_stone_types.jasper.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.new_stone_types.jasper.oregen_lower] + #Allowed values: [-64,320] + "Min Height" = 0 + #Allowed values: [-64,320] + "Max Height" = 60 + #Allowed values: [0,) + "Cluster Size" = 64 + #Can be a positive integer or a fractional value betweeen 0 and 1. If integer, it spawns that many clusters. If fractional, it has that chance to spawn a single cluster. Set exactly zero to not spawn at all. + #Allowed values: [0,) + "Cluster Count" = 2.0 + + [world.new_stone_types.jasper.oregen_upper] + #Allowed values: [-64,320] + "Min Height" = 64 + #Allowed values: [-64,320] + "Max Height" = 128 + #Allowed values: [0,) + "Cluster Size" = 64 + #Can be a positive integer or a fractional value betweeen 0 and 1. If integer, it spawns that many clusters. If fractional, it has that chance to spawn a single cluster. Set exactly zero to not spawn at all. + #Allowed values: [0,) + "Cluster Count" = 0.1666666 + + [world.new_stone_types.shale] + + [world.new_stone_types.shale.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.new_stone_types.shale.oregen_lower] + #Allowed values: [-64,320] + "Min Height" = 0 + #Allowed values: [-64,320] + "Max Height" = 60 + #Allowed values: [0,) + "Cluster Size" = 64 + #Can be a positive integer or a fractional value betweeen 0 and 1. If integer, it spawns that many clusters. If fractional, it has that chance to spawn a single cluster. Set exactly zero to not spawn at all. + #Allowed values: [0,) + "Cluster Count" = 2.0 + + [world.new_stone_types.shale.oregen_upper] + #Allowed values: [-64,320] + "Min Height" = 64 + #Allowed values: [-64,320] + "Max Height" = 128 + #Allowed values: [0,) + "Cluster Size" = 64 + #Can be a positive integer or a fractional value betweeen 0 and 1. If integer, it spawns that many clusters. If fractional, it has that chance to spawn a single cluster. Set exactly zero to not spawn at all. + #Allowed values: [0,) + "Cluster Count" = 0.1666666 + + [world.new_stone_types.myalite] + + [world.new_stone_types.myalite.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:the_end"] + + [world.new_stone_types.myalite.oregen_lower] + #Allowed values: [-64,320] + "Min Height" = 0 + #Allowed values: [-64,320] + "Max Height" = 60 + #Allowed values: [0,) + "Cluster Size" = 64 + #Can be a positive integer or a fractional value betweeen 0 and 1. If integer, it spawns that many clusters. If fractional, it has that chance to spawn a single cluster. Set exactly zero to not spawn at all. + #Allowed values: [0,) + "Cluster Count" = 2.0 + + [world.new_stone_types.myalite.oregen_upper] + #Allowed values: [-64,320] + "Min Height" = 64 + #Allowed values: [-64,320] + "Max Height" = 128 + #Allowed values: [0,) + "Cluster Size" = 64 + #Can be a positive integer or a fractional value betweeen 0 and 1. If integer, it spawns that many clusters. If fractional, it has that chance to spawn a single cluster. Set exactly zero to not spawn at all. + #Allowed values: [0,) + "Cluster Count" = 0.1666666 + + [world.permafrost] + + [world.permafrost.generation_settings] + #Allowed values: [0,) + Rarity = 2 + "Min Y Level" = 105 + "Max Y Level" = 140 + #Allowed values: [0,) + "Horizontal Size" = 72 + #Allowed values: [0,) + "Vertical Size" = 15 + #Allowed values: [0,) + "Horizontal Variation" = 22 + #Allowed values: [0,) + "Vertical Variation" = 4 + + [world.permafrost.generation_settings.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.permafrost.generation_settings.biomes] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [world.permafrost.generation_settings.biomes.tags] + "Biome Tags" = [] + "Is Blacklist" = true + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [world.permafrost.generation_settings.biomes.biomes] + Biomes = ["minecraft:frozen_peaks"] + "Is Blacklist" = false + + [world.spiral_spires] + Rarity = 200 + Radius = 15 + "Enable Myalite Viaducts" = true + #Allowed values: [2,1,024] + "Myalite Conduit Distance" = 24 + "Renewable Myalite" = true + + [world.spiral_spires.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:the_end"] + + [world.spiral_spires.biomes] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [world.spiral_spires.biomes.tags] + "Biome Tags" = [] + "Is Blacklist" = true + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [world.spiral_spires.biomes.biomes] + Biomes = ["minecraft:end_highlands"] + "Is Blacklist" = false + +[mobs] + Crabs = true + Forgotten = true + Foxhound = true + Shiba = true + Stonelings = true + Toretoise = true + Wraith = true + + [mobs.crabs] + "Enable Brewing" = true + #Whether Resilience should be required for 'How Did We Get Here?' and (if brewing is enabled) 'A Furious Cocktail'. + #Keep this on when brewing is disabled if your pack adds an alternative source for the effect. + "Resilience Required For All Effects" = true + "Add Crab Leg To Fisherman Trades" = true + + [mobs.crabs.spawn_config] + #Allowed values: (0,) + "Spawn Weight" = 5 + #Allowed values: [1,) + "Min Group Size" = 1 + #Allowed values: [1,) + "Max Group Size" = 3 + + [mobs.crabs.spawn_config.biomes] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [mobs.crabs.spawn_config.biomes.tags] + "Biome Tags" = ["minecraft:is_beach"] + "Is Blacklist" = false + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [mobs.crabs.spawn_config.biomes.biomes] + Biomes = [] + "Is Blacklist" = true + + [mobs.forgotten] + #This is the probability of a Skeleton that spawns under the height threshold being replaced with a Forgotten. + "Forgotten Spawn Rate" = 0.05 + "Max Height For Spawn" = 0 + + [mobs.foxhound] + #The chance coal will tame a foxhound + "Tame Chance" = 0.05 + "Foxhounds Speed Up Furnaces" = true + + [mobs.foxhound.spawn_config] + #Allowed values: (0,) + "Spawn Weight" = 30 + #Allowed values: [1,) + "Min Group Size" = 1 + #Allowed values: [1,) + "Max Group Size" = 2 + + [mobs.foxhound.spawn_config.biomes] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [mobs.foxhound.spawn_config.biomes.tags] + "Biome Tags" = [] + "Is Blacklist" = true + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [mobs.foxhound.spawn_config.biomes.biomes] + Biomes = ["minecraft:nether_wastes", "minecraft:basalt_deltas"] + "Is Blacklist" = false + + [mobs.foxhound.lesser_spawn_config] + "Max Cost" = 0.7 + "Spawn Cost" = 0.15 + #Allowed values: (0,) + "Spawn Weight" = 2 + #Allowed values: [1,) + "Min Group Size" = 1 + #Allowed values: [1,) + "Max Group Size" = 1 + + [mobs.foxhound.lesser_spawn_config.biomes] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [mobs.foxhound.lesser_spawn_config.biomes.tags] + "Biome Tags" = [] + "Is Blacklist" = true + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [mobs.foxhound.lesser_spawn_config.biomes.biomes] + Biomes = ["minecraft:soul_sand_valley"] + "Is Blacklist" = false + + [mobs.shiba] + "Ignore Areas With Skylight" = false + + [mobs.shiba.spawn_config] + #Allowed values: (0,) + "Spawn Weight" = 40 + #Allowed values: [1,) + "Min Group Size" = 1 + #Allowed values: [1,) + "Max Group Size" = 3 + + [mobs.shiba.spawn_config.biomes] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [mobs.shiba.spawn_config.biomes.tags] + "Biome Tags" = ["minecraft:is_mountain"] + "Is Blacklist" = false + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [mobs.shiba.spawn_config.biomes.biomes] + Biomes = [] + "Is Blacklist" = true + + [mobs.stonelings] + "Max Y Level" = 0 + "Enable Diamond Heart" = true + #When enabled, stonelings are much more aggressive in checking for players + "Cautious Stonelings" = false + "Tamable Stonelings" = true + #Disabled if if Pathfinder Maps are disabled. + "Weald Pathfinder Maps" = true + + [mobs.stonelings.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [mobs.stonelings.spawn_config] + #Allowed values: (0,) + "Spawn Weight" = 80 + #Allowed values: [1,) + "Min Group Size" = 1 + #Allowed values: [1,) + "Max Group Size" = 1 + + [mobs.stonelings.spawn_config.biomes] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [mobs.stonelings.spawn_config.biomes.tags] + "Biome Tags" = ["forge:is_void", "minecraft:is_nether", "minecraft:is_end"] + "Is Blacklist" = true + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [mobs.stonelings.spawn_config.biomes.biomes] + Biomes = [] + "Is Blacklist" = true + + [mobs.toretoise] + "Max Y Level" = 0 + #The number of ticks from mining a tortoise until feeding it could cause it to regrow. + "Cooldown Ticks" = 1200 + #The items that can be fed to toretoises to make them regrow ores. + Foods = ["minecraft:glow_berries"] + "Allow Toretoise To Regrow" = true + #Feeding a toretoise after cooldown will regrow them with a one-in-this-number chance. Set to 1 to always regrow, higher = lower chance. + "Regrow Chance" = 3 + + [mobs.toretoise.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [mobs.toretoise.spawn_config] + #Allowed values: (0,) + "Spawn Weight" = 120 + #Allowed values: [1,) + "Min Group Size" = 2 + #Allowed values: [1,) + "Max Group Size" = 4 + + [mobs.toretoise.spawn_config.biomes] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [mobs.toretoise.spawn_config.biomes.tags] + "Biome Tags" = ["forge:is_void", "minecraft:is_nether", "minecraft:is_end"] + "Is Blacklist" = true + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [mobs.toretoise.spawn_config.biomes.biomes] + Biomes = [] + "Is Blacklist" = true + + [mobs.wraith] + #List of sound sets to use with wraiths. + #Three sounds must be provided per entry, separated by | (in the format idle|hurt|death). Leave blank for no sound (i.e. if a mob has no ambient noise) + "Wraith Sounds" = ["entity.sheep.ambient|entity.sheep.hurt|entity.sheep.death", "entity.cow.ambient|entity.cow.hurt|entity.cow.death", "entity.pig.ambient|entity.pig.hurt|entity.pig.death", "entity.chicken.ambient|entity.chicken.hurt|entity.chicken.death", "entity.horse.ambient|entity.horse.hurt|entity.horse.death", "entity.cat.ambient|entity.cat.hurt|entity.cat.death", "entity.wolf.ambient|entity.wolf.hurt|entity.wolf.death", "entity.villager.ambient|entity.villager.hurt|entity.villager.death", "entity.polar_bear.ambient|entity.polar_bear.hurt|entity.polar_bear.death", "entity.zombie.ambient|entity.zombie.hurt|entity.zombie.death", "entity.skeleton.ambient|entity.skeleton.hurt|entity.skeleton.death", "entity.spider.ambient|entity.spider.hurt|entity.spider.death", "|entity.creeper.hurt|entity.creeper.death", "entity.endermen.ambient|entity.endermen.hurt|entity.endermen.death", "entity.zombie_pig.ambient|entity.zombie_pig.hurt|entity.zombie_pig.death", "entity.witch.ambient|entity.witch.hurt|entity.witch.death", "entity.blaze.ambient|entity.blaze.hurt|entity.blaze.death", "entity.llama.ambient|entity.llama.hurt|entity.llama.death", "|quark:entity.stoneling.cry|quark:entity.stoneling.die", "quark:entity.frog.idle|quark:entity.frog.hurt|quark:entity.frog.die"] + + [mobs.wraith.spawn_config] + "Max Cost" = 0.7 + "Spawn Cost" = 0.15 + #Allowed values: (0,) + "Spawn Weight" = 5 + #Allowed values: [1,) + "Min Group Size" = 1 + #Allowed values: [1,) + "Max Group Size" = 3 + + [mobs.wraith.spawn_config.biomes] + + #Biome tags for which this should spawn in. Must match both this and 'biomes' to spawn. + [mobs.wraith.spawn_config.biomes.tags] + "Biome Tags" = [] + "Is Blacklist" = true + + #Biome names this should spawn in. Must match both this and 'types' to spawn. + [mobs.wraith.spawn_config.biomes.biomes] + Biomes = ["minecraft:soul_sand_valley"] + "Is Blacklist" = false + +[client] + "Auto Walk Keybind" = true + "Back Button Keybind" = true + "Buckets Show Inhabitants" = true + Camera = true + "Chest Searching" = true + "Elytra Indicator" = true + "Greener Grass" = true + "Improved Tooltips" = true + "Long Range Pick Block" = true + "Microcrafting Helper" = true + "Soul Candles" = true + "Usage Ticker" = true + "Uses For Curses" = true + "Variant Animal Textures" = false + "Wool Shuts Up Minecarts" = true + + [client.auto_walk_keybind] + "Draw Hud" = true + "Hud Height" = 10 + + [client.buckets_show_inhabitants] + "Show Axolotls" = true + "Show Crabs" = true + "Show Tropical Fish" = true + "Show Shiny Slime" = true + + [client.camera] + #Date format that will be displayed in screenshots. Must be a valid one (i.e. MM/dd/yyyy) + "Date Format" = "MM/dd/yyyy" + + [client.chest_searching] + + [client.chest_searching.overlay_color] + A = 0.67 + R = 0.0 + G = 0.0 + B = 0.0 + + [client.greener_grass] + "Affect Leaves" = true + "Affect Water" = false + "Block List" = ["minecraft:large_fern", "minecraft:tall_grass", "minecraft:grass_block", "minecraft:fern", "minecraft:grass", "minecraft:potted_fern", "minecraft:sugar_cane", "environmental:giant_tall_grass", "grassslabs:grass_carpet", "grassslabs:grass_slab", "grassslabs:grass_stairs", "valhelsia_structures:grass_block"] + "Leaves List" = ["minecraft:spruce_leaves", "minecraft:birch_leaves", "minecraft:oak_leaves", "minecraft:jungle_leaves", "minecraft:acacia_leaves", "minecraft:dark_oak_leaves", "atmospheric:rosewood_leaves", "atmospheric:morado_leaves", "atmospheric:yucca_leaves", "autumnity:maple_leaves", "environmental:willow_leaves", "environmental:hanging_willow_leaves", "minecraft:vine"] + + [client.greener_grass.color_matrix] + R = [0.89, 0.0, 0.0] + G = [0.0, 1.11, 0.0] + B = [0.0, 0.0, 0.89] + + [client.greener_grass.water_matrix] + R = [0.86, 0.0, 0.0] + G = [0.0, 1.0, 0.22] + B = [0.0, 0.0, 1.22] + + [client.improved_tooltips] + "Attribute Tooltips" = true + "Food Tooltips" = true + "Shulker Tooltips" = true + "Map Tooltips" = true + "Enchanting Tooltips" = true + "Fuel Time Tooltips" = true + "Shulker Box Use Colors" = true + "Shulker Box Require Shift" = false + "Map Require Shift" = false + #The value of each shank of food. + #Tweak this when using mods like Hardcore Hunger which change that value. + "Food Divisor" = 2 + "Show Saturation" = true + "Food Compression Threshold" = 4 + "Fuel Time Divisor" = 200 + #Should item attributes be colored relative to your current equipped item? + #e.g. if wearing an Iron Helmet, the armor value in a Diamond Helmet will show as green, and vice versa would be red. + #If set to false, item attributes will show in white or red if they're negative values. + "Show Upgrade Status" = true + "Animate Up Down Arrows" = true + "Enchanting Stacks" = ["minecraft:diamond_sword", "minecraft:diamond_pickaxe", "minecraft:diamond_shovel", "minecraft:diamond_axe", "minecraft:diamond_hoe", "minecraft:diamond_helmet", "minecraft:diamond_chestplate", "minecraft:diamond_leggings", "minecraft:diamond_boots", "minecraft:shears", "minecraft:bow", "minecraft:fishing_rod", "minecraft:crossbow", "minecraft:trident", "minecraft:elytra", "minecraft:shield", "quark:pickarang", "supplementaries:slingshot", "supplementaries:bubble_blower", "farmersdelight:diamond_knife", "the_bumblezone:stinger_spear", "the_bumblezone:crystal_cannon", "the_bumblezone:honey_crystal_shield", "the_bumblezone:honey_bee_leggings_2"] + #A list of additional stacks to display on each enchantment + #The format is as follows: + #enchant_id=item1,item2,item3... + #So to display a carrot on a stick on a mending book, for example, you use: + #minecraft:mending=minecraft:carrot_on_a_stick + "Enchanting Additional Stacks" = [] + + [client.usage_ticker] + #Switch the armor display to the off hand side and the hand display to the main hand side + Invert = false + "Shift Left" = 0 + "Shift Right" = 0 + "Enable Main Hand" = true + "Enable Off Hand" = true + "Enable Armor" = true + + [client.uses_for_curses] + "Vanish Pumpkin Overlay" = true + "Bind Armor Stands With Player Heads" = true + + [client.variant_animal_textures] + "Enable Cow" = false + "Enable Pig" = false + "Enable Chicken" = false + "Enable Shiny Rabbit" = false + "Enable Shiny Llama" = false + "Enable Shiny Dolphin" = false + "Enable Shiny Slime" = false + "Enable L G B T Bees" = false + "Every Bee Is L G B T" = false + #The chance for an animal to have a special "Shiny" skin, like a shiny pokemon. This is 1 in X. Set to 0 to disable. + "Shiny Animal Chance" = 2048 + #If a shiny animal should emit occasional sparkles. + "Shiny Sparkles" = true + +[experimental] + "Adjustable Chat" = false + "Climate Control Remover" = false + #This feature generates Resource Pack Item Model predicates on the items defined in 'Items to Change' + #for the Enchantments defined in 'Enchantments to Register'. + #Example: if 'minecraft:silk_touch' is added to 'Enchantments to Register', and 'minecraft:netherite_pickaxe' + #is added to 'Items to Change', then a predicate named 'quark_has_enchant_minecraft_silk_touch' will be available + #to the netherite_pickaxe.json item model, whose value will be the enchantment level. + "Enchantment Predicates" = false + "Enchantments Begone" = false + "Game Nerfs" = true + "Narrator Readout" = false + "Overlay Shader" = false + "Spawner Replacer" = false + #Allows placing variant blocks automatically via a selector menu triggered from a keybind + "Variant Selector" = false + "Villager Rerolling Rework" = false + + [experimental.adjustable_chat] + "Horizontal Shift" = 0 + "Vertical Shift" = 0 + + [experimental.climate_control_remover] + #Disables the temperature comparison when choosing biomes to generate. + "Disable Temperature" = false + #Disables the humidity comparison when choosing biomes to generate. + "Disable Humidity" = false + #Disables the 'continentalness' comparison when choosing biomes to generate. + #WARNING: Enabling this will probably make oceans act a lot more like rivers. + "Disable Continentalness" = false + #Disables the 'erosion' comparison when choosing biomes to generate. + #WARNING: Enabling this will probably create very extreme height differences, and will make the End more chaotic. + "Disable Erosion" = false + #Disables the 'depth' comparison when choosing biomes to generate. + #WARNING: Enabling this will probably make cave biomes appear at unusual heights. + "Disable Depth" = false + #Disables the 'weirdness' comparison when choosing biomes to generate. + #WARNING: Enabling this will... well, probably make things weird. + "Disable Weirdness" = false + #Disables the 'offset' parameter when choosing biomes to generate. + #WARNING: Enabling this will make rarer nether biomes more common. + "Disable Offset" = false + + #This feature generates Resource Pack Item Model predicates on the items defined in 'Items to Change' + #for the Enchantments defined in 'Enchantments to Register'. + #Example: if 'minecraft:silk_touch' is added to 'Enchantments to Register', and 'minecraft:netherite_pickaxe' + #is added to 'Items to Change', then a predicate named 'quark_has_enchant_minecraft_silk_touch' will be available + #to the netherite_pickaxe.json item model, whose value will be the enchantment level. + [experimental.enchantment_predicates] + "Items To Change" = [] + "Enchantments To Register" = [] + + [experimental.enchantments_begone] + "Enchantments To Begone" = [] + + [experimental.game_nerfs] + #Makes Mending act like the Unmending mod + #https://www.curseforge.com/minecraft/mc-mods/unmending + "Nerf Mending" = false + #Makes Mending II still work even if mending is nerfed. + #If you want Mending II, disable the sanity check on Ancient Tomes and add minecraft:mending to the tomes. + "No Nerf for Mending II" = false + #Resets all villager discounts when zombified to prevent reducing prices to ridiculous levels + "Nerf Villager Discount" = true + #Makes Iron Golems not drop Iron Ingots + "Disable Iron Farms" = true + #Makes Boats not glide on ice + "Disable Ice Roads" = false + #Makes Sheep not drop Wool when killed + "Disable Wool Drops" = true + #Disables mob griefing for only specific entities + "Enable Selective Mob Griefing" = false + #Force Elytra to only work in specific dimensions + "Enable Dimension Locked Elytra" = false + #Makes falling blocks not able to be duped via dimension crossing + "Disable Falling Block Dupe" = true + #Fixes several piston physics exploits, most notably including TNT duping + "Disable Piston Physics Exploits" = true + #Fixes mushroom growth being able to replace blocks + "Disable Mushroom Block Removal" = true + #Makes tripwire hooks unable to be duplicated + "Disable Tripwire Hook Dupe" = true + #Makes villages spawn less often when close to spawn + "Village Spawn Nerf" = false + #Distance at which villages will spawn as normal. Effect scales linearly from world spawn + "Village Spawn Nerf Distance" = 7000 + "Non Griefing Entities" = ["minecraft:creeper", "minecraft:enderman"] + "Elytra Allowed Dimensions" = ["minecraft:the_end"] + + [experimental.overlay_shader] + #Sets the name of the shader to load on a regular basis. This can load any shader the Camera module can (and requires the Camera module enabled to apply said logic). + #Some useful shaders include 'desaturate', 'oversaturate', 'bumpy' + #Colorblind simulation shaders are available in the form of 'deuteranopia', 'protanopia', 'tritanopia', and 'achromatopsia' + Shader = "none" + + [experimental.spawner_replacer] + #Mobs to be replaced with other mobs. + #Format is: "mob1,mob2", i.e. "minecraft:spider,minecraft:skeleton" + "Replace Mobs" = [] + + #Allows placing variant blocks automatically via a selector menu triggered from a keybind + [experimental.variant_selector] + #Set this to true to automatically convert any dropped variant items into their originals. Do this ONLY if you intend to take control of every recipe via a data pack or equivalent, as this will introduce dupes otherwise. + "Convert Variant Items" = false + #Enable the hammer, allowing variants to be swapped between eachother, including the original block. Do this ONLY under the same circumstances as Convert Variant Items. + "Enable Hammer" = false + "Show Tooltip" = true + "Align Hud To Hotbar" = false + "Show Simple Hud" = false + "Show Hud" = true + "Enable Green Tint" = true + "Override Held Item Render" = true + "Hud Offset X" = 0 + "Hud Offset Y" = 0 + #When true, selector arrow will render in same style as crosshair + "Render Like Cross Hair" = true + #Uses smaller arrow icon for variant selector overlay + "Smaller Arrow" = false + + [experimental.variant_selector.variants] + #The list of all variant types available for players to use. Values are treated as suffixes to block IDs for scanning. + #Prefix any variant type with ! to make it show up for Manual Variants but not be automatically scanned for. (e.g. '!polish') + "Variant Types" = ["slab", "stairs", "wall", "fence", "fence_gate", "vertical_slab"] + #By default, only a mod's namespace is scanned for variants for its items (e.g. if coolmod adds coolmod:fun_block, it'll search only for coolmod:fun_block_stairs). + # Mods in this list are also scanned for variants if none are found in itself (e.g. if quark is in the list and coolmod:fun_block_stairs doesn't exist, it'll try to look for quark:fun_block_stairs next) + "Tested Mods" = ["quark", "everycomp", "v_slab_compat"] + "Print Variant Map To Log" = false + #Format is 'alias=original' in each value (e.g. 'wall=fence' means that a failed search for, minecraft:cobblestone_fence will try cobblestone_wall next) + Aliases = ["carpet=slab", "pane=fence"] + #Ends of block IDs to try and remove when looking for variants. (e.g. minecraft:oak_planks goes into minecraft:oak_stairs, so we have to include '_planks' in this list for it to find them or else it'll only look for minecraft:oak_planks_stairs) + "Strip Candidates" = ["_planks", "_wool", "_block", "s"] + #Add manual variant overrides here, the format is 'type,block,output' (e.g. polish,minecraft:stone_bricks,minecraft:chiseled_stone_bricks). The type must be listed in Variant Types + "Manual Variants" = [] + # A list of block IDs and mappings to be excluded from variant selection. + #To exclude a block from being turned into other blocks, just include the block ID (e.g. minecraft:cobblestone). + #To exclude a block from having other blocks turned into it, suffix it with = (e.g. =minecraft:cobblestone_stairs) + #To exclude a specific block->variant combination, put = between the two (e.g. minecraft:cobblestone=minecraft:cobblestone_stairs) + Blacklist = ["minecraft:snow", "minecraft:bamboo", "minecraft:bamboo_block"] + + [experimental.villager_rerolling_rework] + #If enabled, the first two trades a villager generates for a profession will always be the same for a given villager. + #This prevents repeatedly placing down a job site block to reroll the villager's trades. + "Seed Initial Villager Trades" = true + #Set to 0 to disable the chance to reroll trades when restocking. + #It's possible for a trade to not restock even when the chance is 1. This happens when the rerolled trade is one the villager already has. + #This chance only guarantees a reroll will be attempted. + #Allowed values: [0,1] + "Chance To Reroll When Restocking" = 0.25 + #Set to 0 to disable the chance to reroll trades when restocking. Set to -1 to allow unlimited rerolling. + #Trades earlier in the list will restock first. + "Maximum Restocks Per Day" = 3 + #If enabled, villagers will reroll when they restock, rather than when they begin work for the day. + #If disabled, players can prevent rerolling by ensuring the villager isn't out of stock on their last restock of the day. + "Reroll On Any Restock" = false + #If enabled, villagers will be able to reroll any trade that has been used AT ALL since the last restock. + "Reroll Even If Not Out Of Stock" = false + +[oddities] + Backpack = true + Crate = true + Magnets = true + "Matrix Enchanting" = true + Pipes = true + "Tiny Potato" = true + "Totem Of Holding" = true + + [oddities.backpack] + #Set this to true to allow the backpacks to be unequipped even with items in them + "Super Op Mode" = false + "Enable Ravager Hide" = true + "Items In Backpack Tick" = true + "Base Ravager Hide Drop" = 1 + "Extra Chance Per Looting" = 0.5 + "Allow Armor Stand Unloading" = true + + [oddities.crate] + "Max Items" = 640 + + [oddities.magnets] + #Any items you place in this list will be derived so that any block made of it will become magnetizable + "Magnetic Derivation List" = ["minecraft:iron_ingot", "minecraft:copper_ingot", "minecraft:exposed_copper", "minecraft:weathered_copper", "minecraft:oxidized_copper", "minecraft:raw_iron", "minecraft:raw_copper", "minecraft:iron_ore", "minecraft:deepslate_iron_ore", "minecraft:copper_ore", "minecraft:deepslate_copper_ore", "quark:gravisand"] + #Block/Item IDs to force-allow magnetism on, regardless of their crafting recipe + "Magnetic Whitelist" = ["minecraft:chipped_anvil", "minecraft:damaged_anvil", "minecraft:iron_horse_armor", "minecraft:chainmail_helmet", "minecraft:chainmail_boots", "minecraft:chainmail_leggings", "minecraft:chainmail_chestplate", "#minecraft:cauldrons"] + #Block/Item IDs to force-disable magnetism on, regardless of their crafting recipe + "Magnetic Blacklist" = ["minecraft:tripwire_hook", "minecraft:map"] + "Use Pre End Recipe" = false + #When true magnets will never push something that pistons cant push. Disable to have further control. This allows iron rods to break obsidian for example + "Use Piston Logic" = true + #Allows magnets to push and pull entities in the 'affected_by_magnets' tag (edit it with datapack). Turning off can reduce lag + "Affect Entities" = true + #Allows magnets to push and pull entities having magnetic armor. Requires 'magnetic_entities' config ON + "Affects Armor" = true + #Determines how fast entities are pulled by magnets. Still follows the inverse square law + "Entities Pull Force" = 0.18000000715255737 + #Stonecutters pulled by magnets will silk touch the blocks they cut. + "Stone Cutter Silk Touch" = true + #The maximum hardness of a block that a stonecutter pushed by magnets can cut through. + "Stone Cutter Max Hardness" = 3.0 + + [oddities.matrix_enchanting] + #The maximum enchanting power the matrix enchanter can accept + "Max Bookshelves" = 15 + #Should this be X, the price of a piece increase by 1 every X pieces you generate + "Piece Price Scale" = 9 + #The higher this is, the better enchantments you'll get on books + "Book Enchantability" = 12 + #How many pieces you can generate without any bookshelves + "Base Max Piece Count" = 3 + #How many pieces you can generate without any bookshelves (for Books) + "Base Max Piece Count Book" = 1 + #At which piece count the calculation for the min level should default to increasing one per piece rather than using the scale factor + "Min Level Cutoff" = 8 + #How many pieces a single Lapis can generate + "Charge Per Lapis" = 4 + #How much the min level requirement for adding a new piece should increase for each piece added (up until the value of Min Level Cutoff) + "Min Level Scale Factor" = 1.2 + #How much the min level requirement for adding a new piece to a book should increase per each bookshelf being used + "Min Level Scale Factor Book" = 2.0 + #How much to multiply the frequency of pieces where at least one of the same type has been generated + "Dupe Multiplier" = 1.4 + #How much to multiply the frequency of pieces where incompatible pieces have been generated + "Incompatible Multiplier" = 0.0 + #Set to false to disable the ability to create Enchanted Books + "Allow Books" = true + #Set this to true to allow treasure enchantments to be rolled as pieces + "Allow Treasures" = false + #Set this to true to allow undiscoverable enchantments to be rolled as pieces + "Allow Undiscoverable Enchantments" = false + #Any treasure enchantment IDs here will be able to appear in books in matrix enchanting + "Treasure Whitelist" = [] + #Any undiscoverable enchantment IDs here will be able to appear in matrix enchanting + "Undiscoverable Whitelist" = [] + #Set to false to disable the tooltip for items with pending enchantments + "Show Tooltip" = true + #By default, enchantment rarities are fuzzed a bit to feel better with the new system. Set this to false to override this behaviour. + "Normalize Rarity" = true + #Matrix Enchanting can be done with water instead of air around the enchanting table. Set this to false to disable this behaviour. + "Allow Underwater Enchanting" = true + #Matrix Enchanting can be done with short (<= 3px blocks) instead of air around the enchanting table. Set this to false to disable this behaviour. + "Allow Short Block Enchanting" = true + #Candles with soul sand below them or below the bookshelves dampen enchantments instead of influence them. + "Soul Candles Invert" = true + #A list of enchantment IDs you don't want the enchantment table to be able to create + "Disallowed Enchantments" = [] + #An array of influences each candle should apply. This list must be 16 elements long, and is in order of wool colors. + #A minus sign before an enchantment will make the influence decrease the probability of that enchantment. + "Influences List" = ["minecraft:unbreaking", "minecraft:fire_protection", "minecraft:knockback,minecraft:punch", "minecraft:feather_falling", "minecraft:looting,minecraft:fortune,minecraft:luck_of_the_sea", "minecraft:blast_protection", "minecraft:silk_touch,minecraft:channeling", "minecraft:bane_of_arthropods", "minecraft:protection", "minecraft:respiration,minecraft:loyalty,minecraft:infinity", "minecraft:sweeping,minecraft:multishot", "minecraft:efficiency,minecraft:sharpness,minecraft:lure,minecraft:power,minecraft:impaling,minecraft:quick_charge", "minecraft:aqua_affinity,minecraft:depth_strider,minecraft:riptide", "minecraft:thorns,minecraft:piercing", "minecraft:fire_aspect,minecraft:flame", "minecraft:smite,minecraft:projectile_protection"] + #An array of influences that other blocks should apply. + #Format is: "blockstate;strength;color;enchantments", i.e. "minecraft:sea_pickle[pickles=1,waterlogged=false];1;#008000;minecraft:aqua_affinity,minecraft:depth_strider,minecraft:riptide" (etc) or "minecraft:anvil[facing=north];#808080;-minecraft:thorns,minecraft:unbreaking" (etc) + "States To Influences" = [] + #Set to false to disable the ability to influence enchantment outcomes with candles + "Allow Influencing" = true + #The max amount of candles that can influence a single enchantment + "Influence Max" = 4 + #How much each candle influences an enchantment. This works as a multiplier to its weight + "Influence Power" = 0.125 + #If you set this to false, the vanilla Enchanting Table will no longer automatically convert to the Matrix Enchanting table. You'll have to add a recipe for the Matrix Enchanting Table to make use of this. + "Automatically Convert" = true + + [oddities.pipes] + #How long it takes for an item to cross a pipe. Bigger = slower. + "Pipe Speed" = 5 + #Set to 0 if you don't want pipes to have a max amount of items + "Max Pipe Items" = 16 + #When items eject or are absorbed by pipes, should they make sounds? + "Do Pipes Whoosh" = true + "Enable Encased Pipes" = true + "Render Pipe Items" = true + "Emit Vibrations" = true + + [oddities.tiny_potato] + #Set this to true to use the recipe without the Heart of Diamond, even if the Heart of Diamond is enabled. + "Never Use Heart Of Diamond" = false + #This feature disables itself if any of the following mods are loaded: + # - botania + #This is done to prevent content overlap. + #You can turn this on to force the feature to be loaded even if the above mods are also loaded. + "Ignore Anti Overlap" = false + + [oddities.totem_of_holding] + #Set this to false to remove the behaviour where totems destroy themselves if the player dies again. + "Dark Souls Mode" = true + #Totem will always spawn if the player killer is themselves. + "Spawn Totem on PVP Kill" = false + #Set this to true to make it so that if a totem is destroyed, the items it holds are destroyed alongside it rather than dropped + "Destroy Lost Items" = false + #Set this to false to only allow the owner of a totem to collect its items rather than any player + "Allow Anyone To Collect" = true + diff --git a/config/resourcepackoverrides.json b/config/resourcepackoverrides.json new file mode 100644 index 0000000..f776dc8 --- /dev/null +++ b/config/resourcepackoverrides.json @@ -0,0 +1,132 @@ +{ + "schema_version": "2", + "default_overrides": { + "force_compatible": true + }, + "default_packs": [ + "file/Pixelated_v1.3.4_EnhancedVisuals(nox_cgt).zip", + "file/LowOnFire_1.20.1.zip", + "file/Midnighttiggers-FCT-Default_1.20_V6.zip", + "file/KatusCarpets_Alternate1-20.zip" + ], + "pack_overrides": { + + "vanilla": { + "title": "\"Vanilla Assets\"", + "description": "\"Resource pack from Minecraft\"", + "required": true, + "default_position": "BOTTOM", + "fixed_position": true + + }, + "file/VanillaTweaks_r831692_MC1.20.x.zip": { + "title" :"\"Vanilla Tweaks\"", + "description": "\"Makes game a little bit better\"", + "force_compatible": true, + "default_position": "TOP", + "fixed_position": true, + "required": true + }, + "file/FreshAnimations_v1.9.2.zip": { + "title" : "\"Fresh Animations\"", + "description":"\"Make your game like the trailers! Dynamic animated entities to freshen your Minecraft experience.\"", + "required": true, + "force_compatible": true + }, + + "file/FA+All_Extensions-v1.4.zip": { + "title" : "\"Fresh Animations - Extensions\"", + "description":"\"Extra customisation for Fresh Animations.\"", + "required": true, + "force_compatible": true + }, + + "file/-1.21.2 Fresh Moves v3.1 (With Animated Eyes).zip": { + "title" : "\"Fresh Moves\"", + "description":"\"This is EMF Player Animation resource pack. Gives fancy animations to the player entity. Compatible with animations from other mods. Like Quark's emotes, Parcool...\"", + "required": true, + "force_compatible": true + }, + + "file/crops-3d(2).zip": { + "title" : "\"3D crops Revamped\"", + "description":"\"Makes minecraft crops 3D\"", + "required": true, + "force_compatible": true + }, + + "file/Better+Lanterns+v1.2(mc-1.20.1).zip": { + "title" : "\"Better Lanterns\"", + "description":"\"Makes Lanterns and Chains 3D\"", + "required": true, + "force_compatible": true + + }, + + "file/Create Immersive Aircrafts Resource Pack 1.20.1 - 2.0.zip": { + "title" : "\"Create Immersive Aircrafts\"", + "description":"\"Retextures Immersive Aircrafts to work better with Create\"", + "required": true, + "force_compatible": true + }, + + "file/Create Immersive Aircraft Warship ResoucePack v1.2.zip": { + "title" : "\"Create Immersive Aircraft : Warship\"", + "description":"\"This resource pack changes the texture (and even model) of the Warship to look more like it belongs in the Create Mod\"", + "required": true, + "force_compatible": true + }, + + "file/Pixelated_v1.3.4_EnhancedVisuals(nox_cgt).zip": { + "title" : "\"EnhancedVisual Pixelated\"", + "description":"\"Makes Enhanced Visuals effects pixelated\"", + "force_compatible": true + }, + + "file/LowOnFire_1.20.1.zip": { + "title" : "\"Low On Fire\"", + "description":"\"Low fire on your screen!\"", + "force_compatible": true + }, + "file/Midnighttiggers-FCT-Default_1.20_V6.zip": { + "title": "\"Midnighttigger's Default Connected Textures\"", + "description": "\"Default Connected Textures with Fusion\"", + "force_compatible": true + }, + "file/KatusCarpets_Alternate1-20.zip": { + "title": "\"Katu's Carpets and Rugs\"", + "description": "\"Here are some carpet texture replacements, to make them a little more interesting and aesthetic\"", + "force_compatible": true + }, + + + + "1": [ + "file/\u00A79RAY's \u00A7f3D \u00A76Rails\u00A78\u00A7o\u00A7k.zip", + "file/\u00A79RAY's \u00A7f3D \u00A76Ladders\u00A78\u00A7o\u00A7k.zip" + ], + + "$$1": { + "required": true, + "force_compatible": true + }, + + "2": [ + "create_central_kitchen:create_styled", + "builtin/towntalk", + "builtin/loveandwar_vender_art", + "builtin/add_pack_finders_test", + "mod_resources", + "fabric", + "Moonlight Mods Dynamic Assets" + ], + + "$$2": { + "hidden": true, + "required": true, + "force_compatible": true + } + + + } +} diff --git a/config/securitycraft-client.toml b/config/securitycraft-client.toml new file mode 100644 index 0000000..3abb23f --- /dev/null +++ b/config/securitycraft-client.toml @@ -0,0 +1,18 @@ +#Send a welcome message containing tips when joining the world +sayThanksMessage = false +#Should reinforced blocks' textures be slightly darker than their vanilla counterparts? Servers can force this setting on clients if the server config setting "force_reinforced_block_tint" is set to true. +reinforced_block_tint = true +#Set the color that reinforced blocks' textures have when reinforced_block_tint is enabled. This cannot be overridden by servers, and will be applied the same to all blocks. Grayscale values look best. +#Format: 0xRRGGBB +#Range: 0 ~ 16777215 +reinforced_block_tint_color = 10066329 +#Set the radius in which chunks viewed in a frame camera feed should be requested from the server and rendered. If this config has a higher value than the vanilla "Render Distance" option or the "view-distance" server property, the smaller value is used instead. +#Range: 2 ~ 32 +frame_feed_render_distance = 16 +#Set the resolution of the Frame camera feed. This is always a square resolution. Smaller values will be less detailed, higher values may lead to diminishing returns. +#Range: 1 ~ 16384 +frame_feed_resolution = 512 +#The maximum amount of frames per second the Frame camera feed renders at. Higher values will lead to worse performance. +#Range: 10 ~ 260 +frame_feed_fps_limit = 30 + diff --git a/config/silentgear-common.toml b/config/silentgear-common.toml new file mode 100644 index 0000000..12e04be --- /dev/null +++ b/config/silentgear-common.toml @@ -0,0 +1,208 @@ + +[item] + + #Blueprint and template settings + [item.blueprint] + #Allowed blueprint types. Valid values are: BOTH, BLUEPRINT, and TEMPLATE + #Allowed Values: BOTH, BLUEPRINT, TEMPLATE + typesAllowed = "BOTH" + #When joining a new world, should players be given a blueprint package? + #The blueprint package gives some blueprints when used (right-click). + #To change what is given, override the starter_blueprints loot table. + spawnWithStarterBlueprints = false + + #Repair kit configs. + [item.repairKits] + + #Capacity is the number of materials that can be stored (all types combined) + #Setting to zero would make the repair kit unusable. + [item.repairKits.capacity] + #Range: > 0 + very_crude = 8 + #Range: > 0 + crude = 16 + #Range: > 0 + sturdy = 32 + #Range: > 0 + crimson = 48 + #Range: > 0 + azure = 64 + + #Efficiency is the percentage of the repair value used. Higher values mean less materials used. + #Setting to zero would make the repair kit unusable. + [item.repairKits.efficiency] + #Range: 0.0 ~ 10.0 + very_crude = 0.10000001192092896 + #Range: 0.0 ~ 10.0 + crude = 0.1499999940395355 + #Range: 0.0 ~ 10.0 + sturdy = 0.2000000059604645 + #Range: 0.0 ~ 10.0 + crimson = 0.24999998807907104 + #Range: 0.0 ~ 10.0 + azure = 0.3 + #Repair efficiency with loose materials if no repair kit is used. + #Setting a value greater than zero makes repair kits optional. + #Range: 0.0 ~ 10.0 + missing = 0.0 + + [item.netherwood_charcoal] + #Burn time of netherwood charcoal, in ticks. Vanilla charcoal is 1600. + #Range: > 0 + burn_time = 2400 + +#Settings for nerfed items. +#You can give items reduced durability to encourage use of Silent Gear tools. +#Changes require a restart! +[nerfedItems] + #Enable this feature. If false, the other settings in this category are ignored. + enabled = false + #Multiplies max durability by this value. If the result would be zero, a value of 1 is assigned. + #Range: 0.0 ~ 1.0 + durabilityMultiplier = 0.05 + #Multiplies harvest speed by this value. + #Range: 0.0 ~ 1.0 + harvestSpeedMultiplier = 0.5 + #These items will have reduced durability + items = ["diamond_axe", "iron_axe", "golden_axe", "stone_axe", "wooden_axe", "diamond_hoe", "iron_hoe", "golden_hoe", "stone_hoe", "wooden_hoe", "diamond_pickaxe", "iron_pickaxe", "golden_pickaxe", "stone_pickaxe", "wooden_pickaxe", "diamond_shovel", "iron_shovel", "golden_shovel", "stone_shovel", "wooden_shovel", "diamond_sword", "iron_sword", "golden_sword", "stone_sword", "wooden_sword"] + +#Settings for sinew drops +[sinew] + #Drop rate of sinew (chance out of 1) + #Range: 0.0 ~ 1.0 + dropRate = 0.2 + #These entities can drop sinew when killed. + dropsFrom = ["minecraft:cow", "minecraft:pig", "minecraft:sheep"] + +#Settings for gear (tools, weapons, and armor) +[gear] + #Allow parts to be crafted with mixed materials in a crafting grid, like earlier versions. + #In 1.17, mixing is normally only allowed in compound-crafting blocks. + allowLegacyMaterialMixing = false + #If set to false all conversion recipes (type 'silentgear:conversion') will be disabled + #An example of a conversion recipe is placing a vanilla stone pickaxe into a crafting grid to make a Silent Gear stone pickaxe + #Note: This also affects conversion recipes added by data packs and other mods + allowConversionRecipes = true + #Displays a message in chat, notifying the player that an item broke and hinting that it can be repaired + sendBrokenMessage = true + #How frequently gear will recalcute stats as damaged + #Higher numbers will cause more recalculations, allowing traits to update stat values more often + #Range: > 1 + damageFactorLevels = 10 + #If true, gear breaks permanently, like vanilla tools and armor + breaksPermanently = false + #The item tier assigned to gear tool items. + #Leave this alone unless you are trying to work around mod compatibility issues! + #Normally, this value is not used for anything. But some mods mistakenly check it. + #Allowed Values: WOOD, STONE, IRON, DIAMOND, GOLD, NETHERITE + dummyToolTier = "WOOD" + #The armor material assigned to the gear armor items. + #Leave this alone unless you are trying to work around mod compatibility issues! + #Normally, this value is not used for anything. But some mods mistakenly check it. + #Allowed Values: LEATHER, CHAIN, IRON, GOLD, DIAMOND, TURTLE, NETHERITE + dummyArmorMaterial = "LEATHER" + + [gear.enchanting] + #Allow gear items to be enchanted by normal means (enchanting table, etc.) + #There may still be other ways to obtain enchantments on gear items, depending on what other mods are installed. + #Enchantments will not be removed from gear items that have them. + allowEnchanting = true + #Forcibly remove all enchantments from gear items. Enchantments added by traits will not be removed. + #Enchantments will be removed during stat recalculations, so items not in a player's inventory will not be affected. + forceRemoveEnchantments = false + + [gear.prospector_hammer] + #The range in blocks the prospector hammer will search for blocks of interest + #Range: 0 ~ 64 + range = 16 + + [gear.saw] + #Caps how far the saw can look for blocks when chopping down trees. Try decreasing this if you get stack overflow exceptions. + #Increasing this value is allowed, but not recommended unless you know what you are doing. + #Range: > 0 + recursionDepth = 200 + + #Settings for AOE tools (hammer, excavator) + #Match modes determine what blocks are considered similar enough to be mined together. + #LOOSE: Break anything (you probably do not want this) + #MODERATE: Break anything with the same harvest level + #STRICT: Break only the exact same block + [gear.aoeTool] + + [gear.aoeTool.matchMode] + #Match mode for most blocks + #Allowed Values: LOOSE, MODERATE, STRICT + standard = "MODERATE" + #Match mode for ore blocks (anything in the forge:ores block tag) + #Allowed Values: LOOSE, MODERATE, STRICT + ores = "STRICT" + + [gear.repairs] + #Effectiveness of gear repairs done in an anvil. Set to 0 to disable anvil repairs. + #Range: 0.0 ~ 1.0 + anvilEffectiveness = 0.5 + #DEPRECATED! Use repair kit configs instead. + #Range: 0.0 ~ 1.0 + quickEffectiveness = 0.35 + + [gear.upgrades] + #If true, upgrade parts may only be applied in an anvil. + applyInAnvilOnly = false + #If true, parts that are replaced (swapped out) of a gear item are not returned to the player and are instead destroyed. + #This applies to the recipe where placing a gear item and a part into a crafting grid will swap out the part. + destroySwappedParts = false + +#Settings for the material grader +[materialGrader] + #The median (most common, average) grade that a material grader with tier 1 catalyst will produce. + #Higher tier catalysts will increase the median by one grade per tier past 1 (if 1 = C, 2 = B, etc.) + #Allowed Values: NONE, E, D, C, B, A, S, SS, SSS, MAX + median_grade = "C" + #The standard deviation of grades the material grader will produce. + #Grades are normally distributed, with the median grade being at the center of the bell curve. + #Larger numbers will make both higher and lower grades more common. + #Extremely large values may completely break the curve, yielding mostly the lowest and highest grades. + #Range: 0.0 ~ 100.0 + standardDeviation = 1.5 + +#Settings for the salvager +[salvager] + + [salvager.partLossRate] + #Minimum rate of part loss when salvaging items. 0 = no loss, 1 = complete loss. + #Rate depends on remaining durability. + #Range: 0.0 ~ 1.0 + min = 0.4 + #Maximum rate of part loss when salvaging items. 0 = no loss, 1 = complete loss. + #Rate depends on remaining durability. + #Range: 0.0 ~ 1.0 + max = 0.9 + +#Settings for the starlight charger +[starlightCharger] + #The rate at which the starlight charger gathers energy during the night + #Range: > 0 + chargeRate = 50 + #The maximum amount of energy the starlight charger can store + #Range: > 0 + maxCharge = 1000000 + +[debug] + + [debug.logging] + #Log additional information related to loading and synchronizing gear parts and traits. + #This might help track down more obscure issues. + extraPartAndTraitInfo = false + #Log stat calculations in the debug.log every time gear stats are recalculated + stats = true + #Log information on construction of gear and part models, as well as textures they attempt to load. + #This is intended to help find and fix rare issues that some users are experiencing. + modelAndTexture = false + #Log details about certain features being adding to biomes and other world generator details + worldGen = true + +[other] + #Shows a "WIP" (work in progress) label in the tooltip of certain unfinished, but usable blocks and items + #Set to false to remove the text from tooltips + showWipText = true + diff --git a/config/sizeshiftingpotions.json b/config/sizeshiftingpotions.json new file mode 100644 index 0000000..f35788a --- /dev/null +++ b/config/sizeshiftingpotions.json @@ -0,0 +1,11 @@ +{ + "maxSize": 3.0, + "minSize": 0.1, + "sizeChangeFactor": 2.0, + "growingPotion": true, + "shrinkingPotion": true, + "wideningPotion": true, + "thinningPotion": true, + "useNetherFungus": false, + "addReachModifier": true +} diff --git a/config/sodiumdynamiclights-client.toml b/config/sodiumdynamiclights-client.toml new file mode 100644 index 0000000..f9db91f --- /dev/null +++ b/config/sodiumdynamiclights-client.toml @@ -0,0 +1,20 @@ + +[sodiumdynamiclights] + #Lighting mode + #Allowed Values: OFF, SLOW, FAST, REALTIME + mode = "REALTIME" + #Enable entities light source. + entities = true + #Enable first-person player light source. + self = true + #Enable block entities light source. + block_entities = true + #Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water. + water_sensitive_check = true + #TNT lighting mode. May be off, simple or fancy. + #Allowed Values: OFF, SIMPLE, FANCY + tnt = "FANCY" + #Creeper lighting mode. May be off, simple or fancy. + #Allowed Values: OFF, SIMPLE, FANCY + creeper = "FANCY" + diff --git a/config/sodiumextras-client.toml b/config/sodiumextras-client.toml new file mode 100644 index 0000000..8241ec5 --- /dev/null +++ b/config/sodiumextras-client.toml @@ -0,0 +1,131 @@ + +[embeddiumextras] + + [embeddiumextras.general] + #Set Fullscreen mode + #Borderless let you change between screens more faster and move your mouse across monitors + #Allowed Values: WINDOWED, BORDERLESS, FULLSCREEN + fullscreen = "FULLSCREEN" + #Configure FPS Display mode + #Complete mode gives you min FPS count and average count + #Allowed Values: OFF, SIMPLE, ADVANCED + fpsDisplay = "SIMPLE" + #Configure FPS Display gravity + #Places counter on specified corner of your screen + #Allowed Values: LEFT, CENTER, RIGHT + fpsDisplayGravity = "LEFT" + #Shows GPU and memory usage onto FPS display + #Allowed Values: OFF, ON, GPU, RAM + fpsDisplaySystem = "OFF" + #Configure FPS Display margin + #Give some space between corner and text + #Range: 0 ~ 48 + fpsDisplayMargin = 12 + #Toggle FPS Display shadow + #In case sometimes you can't see the text + fpsDisplayShadow = false + + [embeddiumextras.quality] + #Toggle fog feature + #Fog was a vanilla feature, toggling off may increases performance + fog = true + #Raise clouds + #Modify clouds height perfect for a adaptative world experience + #Range: 0 ~ 512 + cloudsHeight = 330 + #Chunks fade in speed + #This option doesn't affect performance, just changes speed + #Allowed Values: OFF, FAST, SLOW + chunkFadeSpeed = "SLOW" + + [embeddiumextras.quality.darkness] + #Configure Darkness Mode + #Each config changes what is considered 'true darkness' + #Allowed Values: PITCH_BLACK, TOTAL_DARKNESS, DARK, DIM, OFF + mode = "TOTAL_DARKNESS" + #Toggle Darkness on Overworld dimension + enableOnOverworld = true + #Toggle Darkness on Nether dimension + enableOnNether = false + #Configure fog brightness on nether when darkness is enabled + #Range: 0.0 ~ 1.0 + netherFogBright = 0.5 + #Toggle Darkness on End dimension + enableOnEnd = false + #Configure fog brightness on nether when darkness is enabled + #Range: 0.0 ~ 1.0 + endFogBright = 0.5 + #Toggle Darkness default mode for modded dimensions + valueByDefault = false + #List of all dimensions to use True Darkness + #This option overrides 'valueByDefault' state + dimensionWhitelist = [] + #Toggle darkness when dimension has no SkyLight + enableOnNoSkyLight = false + #Disables all bright sources of darkness like moon or fog + #Only affects darkness effect + enableBlockLightOnly = false + #Toggles if moon phases affects darkness in the overworld + affectedByMoonPhase = true + #Configure max moon brightness level with darkness + #Range: 0.0 ~ 1.0 + fullMoonBright = 0.5 + #Configure min moon brightness level with darkness + #Range: 0.0 ~ 1.0 + newMoonBright = 0.0 + + [embeddiumextras.performance] + #Toggles JREI item rendering until searching + #Increases performance a little bit and cleans your screen when you don't want to use it + hideJREI = false + #Toggles Minecraft Fonts shadows + #Depending of the case may increase performance + #Gives a flat style text + fontShadows = true + + [embeddiumextras.performance.distanceCulling] + + [embeddiumextras.performance.distanceCulling.tileEntities] + #Toggles distance culling for Block Entities + #Maybe you use another mod for that :( + enable = true + #Configure horizontal max distance before cull Block entities + #Value is squared, default was 64^2 (or 64x64) + #Range: > 0 + cullingMaxDistanceX = 16384 + #Configure vertical max distance before cull Block entities + #Value is raw + #Range: 0 ~ 512 + cullingMaxDistanceY = 64 + #List of all Block Entities to be ignored by distance culling + #Uses ResourceLocation to identify it + #Example 1: "minecraft:chest" - Ignores chests only + #Example 2: "ae2:*" - ignores all Block entities from Applied Energetics 2 + whitelist = ["waterframes:*"] + + [embeddiumextras.performance.distanceCulling.entities] + #Toggles distance culling for entities + #Maybe you use another mod for that :( + enable = true + #Configure horizontal max distance before cull entities + #Value is squared, default was 64^2 (or 64x64) + #Range: > 0 + cullingMaxDistanceX = 16384 + #Configure vertical max distance before cull entities + #Value is raw + #Range: 0 ~ 512 + cullingMaxDistanceY = 64 + #List of all Entities to be ignored by distance culling + #Uses ResourceLocation to identify it + #Example 1: "minecraft:bat" - Ignores bats only + #Example 2: "alexsmobs:*" - ignores all entities for alexmobs mod + whitelist = ["minecraft:ghast", "minecraft:ender_dragon", "iceandfire:*", "create:*"] + + [embeddiumextras.others] + #Configure if borderless fullscreen option should be attached to F11 or replace vanilla fullscreen + #Allowed Values: ATTACH, REPLACE, OFF + borderlessAttachModeOnF11 = "OFF" + #Toggles fast language reload + #Embeddedt points it maybe cause troubles to JEI, so ¿why not add it as a toggleable option? + fastLanguageReload = true + diff --git a/config/sparsestructures.json5 b/config/sparsestructures.json5 new file mode 100644 index 0000000..961969e --- /dev/null +++ b/config/sparsestructures.json5 @@ -0,0 +1,40 @@ +// ### THE MOD REQUIRES A RESTART OF THE GAME TO APPLY CHANGES ### +{ + // this is the main spread factor (default is 2) + // + // tips: a spread factor can be a decimal number (such as 1.5) + // a spread factor of 1 means all structure's placements are not modified (useful if you want to use only custom spread factors) + // a spread factor above 1 means all structures are rarer + // a spread factor below 1 means all structures are more common + // a spread factor of 0 disables all structures entirely + "spreadFactor": 1.75, + + // Some structure mods/datapacks do not specify a custom salt or use the same salt for all their structures, which might cause structure overlap. + // Enabling this is supposed to reduce this phenomenon, as all structure sets will have their own salt, hashed from their id. + // If unsure, leave this enabled. + "idBasedSalt": true, + + // this is a list of custom spread factors + "customSpreadFactors": [ + // example of the mansion being doubled in rarity (the mod's default) + { + "structure": "minecraft:mansion", + "factor": 3 + }, + // add the structures you want to modify in the format: + // (don't forget to remove "//", and use dots for decimal numbers) + // + // { + // "structure": "namespace:structure_name", + // "factor": number + // }, + // + // where "structure" is a structure_set or the name of a structure + // /!\ if you put the name of a structure, all structures in its set will be modified + // (example: "minecraft:village_plains" will modify all structures in the "villages" set) + // see https://minecraft.wiki/w/Tutorials/Custom_structures#Structure_Set for more info + // + // tip: you can dump all structure sets in a file by running the custom command /dumpstructuresets + // tip: the same spread factors rules apply here (set to 0 to disable said structure) + ] +} \ No newline at end of file diff --git a/config/spawncapcontrolutility-common.toml b/config/spawncapcontrolutility-common.toml new file mode 100644 index 0000000..9f413c6 --- /dev/null +++ b/config/spawncapcontrolutility-common.toml @@ -0,0 +1,3 @@ +#spawn Categories(MONSTER, CREATURE, ... defaults..., custom pools from other mods +spawnCategories = ["MONSTER,140", "CREATURE,20", "AMBIENT,28", "AXOLOTLS,10", "UNDERGROUND_WATER_CREATURE,10", "WATER_CREATURE,10", "WATER_AMBIENT,30"] + diff --git a/config/starterkit/descriptions/Default.txt b/config/starterkit/descriptions/Default.txt new file mode 100644 index 0000000..d746703 --- /dev/null +++ b/config/starterkit/descriptions/Default.txt @@ -0,0 +1 @@ +Start with some food diff --git a/config/starterkit/kits/Default.txt b/config/starterkit/kits/Default.txt new file mode 100644 index 0000000..9473edd --- /dev/null +++ b/config/starterkit/kits/Default.txt @@ -0,0 +1,42 @@ +'head' : '', +'chest' : '', +'legs' : '', +'feet' : '{Count:1b,id:"minecraft:leather_boots",tag:{Damage:0}}', +'offhand' : '', +0 : '', +1 : '', +2 : '', +3 : '', +4 : '', +5 : '', +6 : '{Count:16b,id:"minecraft:potion",tag:{Potion:"minecraft:water",Purity:3}}', +7 : '{Count:16b,id:"minecraft:cooked_beef"}', +8 : '{Count:4b,id:"farmersdelight:shepherds_pie"}', +9 : '', +10 : '', +11 : '', +12 : '', +13 : '', +14 : '', +15 : '', +16 : '', +17 : '', +18 : '', +19 : '', +20 : '', +21 : '', +22 : '', +23 : '', +24 : '', +25 : '', +26 : '', +27 : '', +28 : '', +29 : '', +30 : '', +31 : '', +32 : '', +33 : '', +34 : '', +35 : '', +'effects' : '', \ No newline at end of file diff --git a/config/supplementaries-common.toml b/config/supplementaries-common.toml new file mode 100644 index 0000000..5a460cf --- /dev/null +++ b/config/supplementaries-common.toml @@ -0,0 +1,679 @@ + +[redstone] + wind_vane = true + clock_block = true + redstone_illuminator = true + crank = true + cog_block = true + gold_door = true + gold_trapdoor = true + lock_block = true + relayer = true + + [redstone.speaker_block] + enabled = true + #Enable/disable speaker block narrator mode + narrator_enabled = true + #Max text + #Range: 0 ~ 10000 + max_text = 32 + #Maximum block range + #Range: 0 ~ 100000000 + range = 64 + + [redstone.bellows] + enabled = true + #bellows pushes air following this equation: + #air=(sin(2PI*ticks/period)<0), with period = base_period-(redstone_power-1)*power_scaling + #represents base period at 1 power + #Range: 1 ~ 512 + base_period = 78 + #entities with velocity greater than this won't be pushed + #Range: 0.0 ~ 16.0 + power_scaling = 2.0 + #velocity increase uses this equation: + #vel = base_vel*((range-entity_distance)/range) with base_vel = base_velocity_scaling/period + #note that the block will push further the faster it's pulsing + #Range: 0.0 ~ 64.0 + base_velocity_scaling = 5.0 + #maximum range + #note that it will still only keep alive the two fire blocks closer to it + #Range: 0 ~ 16 + range = 5 + + [redstone.spring_launcher] + enabled = true + #spring launcher launch speed + #Range: 0.0 ~ 16.0 + velocity = 1.5 + #fall distance needed to trigger the automatic spring launch + #Range: 0 ~ 512 + fall_height_required = 5 + + [redstone.enderman_head] + enabled = true + drop_head = true + #Time to increase 1 power level when being looked at + #Range: 0 ~ 10000 + ticks_to_increase_power = 15 + #do enderman heads work when looked from any side? + work_from_any_side = false + + [redstone.turn_table] + enabled = true + #can rotate entities standing on it? + rotate_entities = true + #Allows turn table to shuffle containers content when rotated over horizontal axis + shuffle_containers = true + + [redstone.pulley_block] + enabled = true + #Chance for a new mineshaft elevator piece to spawn + #Range: 0.0 ~ 1.0 + mineshaft_elevator = 0.035 + + [redstone.dispenser_minecart] + enabled = true + #Makes projectiles shot from dispenser minecart retain the minecart velocity and be shot at an angle when the minecart is on a rail slope + adjust_projectile_angle = true + + [redstone.faucet] + enabled = true + #Turn off to prevent faucets from dropping items + spill_items = true + #Allows faucets to fill entities inventories + fill_entities_below = false + + [redstone.crystal_display] + enabled = true + #Allows chaining 2 crystal displays, letting one power the other to its left IF its own power exceeds 10. Given power will be its own divided by 10. Note that to work the decimal display must NOT have power directly behind it. Doing so will override the behavior to non chaining mode + chaining = true + +[functional] + fodder = true + hourglass = true + + [functional.rope] + #Allows ropes to be supported & attached to solid block sides + block_side_attachment = true + #Makes sliding down ropes as fast as free falling, still negating fall damage + slide_on_fall = true + #In case you want to disable supplementaries ropes you can specify here another mod rope and they will be used for rope arrows and in mineshafts instead + rope_override = "supplementaries:rope" + #Enables horizontal placement of ropes. Disabling will make ropes always non solid + horizontal_ropes = true + #Use this config to turn allow supplementaries to replace all items tagged as #supplementaies:ropes with supplementaries own rope or turn them to air instead. This is applied to all loot tables (chests and drops) + #Allowed Values: REPLACE, NONE, REMOVE + replace_in_loot_tables = "NONE" + + [functional.jar] + enabled = true + #Jar liquid capacity: leave at 12 for pixel accuracy + #Range: 0 ~ 1024 + capacity = 12 + #Allow right click to instantly eat or drink food or potions inside a placed jar. + #Disable if you think this ability is op (honey for example). Cookies are excluded + drink_from_jar = false + #Allows the player to directly drink from jar items + drink_from_jar_item = false + #Dynamically allows all small mobs inside jars depending on their hitbox size + jar_auto_detect = false + #Allow Jars to capture small mobs + jar_capture = true + #Allow Jars to hold cookies + jar_cookies = true + #Allow Jars to hold liquids from bottles, buckets and bowls + jar_liquids = true + + [functional.cage] + enabled = true + #Allows all entities to be captured by cages and jars. Not meant for survival + allow_all_mobs = false + #Allows all baby mobs to be captured by cages + cage_allow_all_babies = false + #Dynamically allows all small mobs inside cages depending on their hitbox size + cage_auto_detect = false + #Makes it so all (hostile) mobs captured by cages and jars will be set to persistent so they won't despawn when released + persistent_mobs = false + #Health percentage under which mobs will be allowed to be captured by cages and jars. Leave at 100 to accept any health level + #Range: 1 ~ 100 + health_threshold = 100 + #When on, if a mob is tameable, it will only be capturable when tamed. + require_taming = true + + [functional.safe] + enabled = true + #Makes safes only breakable by their owner or by a player in creative + prevent_breaking = false + #Make safes simpler so they do not require keys: + #they will be bound to the first person that opens one and only that person will be able to interact with them + simple_safes = false + + [functional.sack] + enabled = true + #Penalize the player with slowness effect when carrying too many sacks + sack_penalty = true + #Maximum number of sacks after which the overencumbered effect will be applied. Each multiple of this number will increase the effect strength by one + #Range: 0 ~ 50 + sack_increment = 2 + #How many slots should a sack have + #Range: 1 ~ 27 + slots = 9 + + [functional.bamboo_spikes] + enabled = true + tipped_spikes = true + #Allows entities killed by spikes to drop loot as if they were killed by a player + player_loot = false + #Alternative mode for bamboo spikes. Allows only harmful effects to be applied on them and they obtain infinite durability + only_allow_harmful_effects = true + #Populate the creative inventory with all tipped spikes variations + populate_creative_tab = true + + [functional.urn] + enabled = true + #Chance for an urn to spawn a critter from the urn_spawn tag + #Range: 0.0 ~ 1.0 + critter_spawn_chance = 0.01 + cave_urns = true + + [functional.soap] + enabled = true + #Dyed Bock types that cannot be cleaned with soap + clean_blacklist = ["minecraft:glazed_terracotta", "botania:mystical_flower", "mna:chimerite_crystal", "botania:floating_flower", ",minecraft:mushroom", "botania:mushroom", "botania:tall_mystical_flower", "botania:petal_block", "morered:network_cable", "xycraft_world:glowing_shiny_aurey_block", "xycraft_world:shiny_aurey_block", "xycraft_world:rgb_lamp", "xycraft_world:glowing_rgb_viewer", "xycraft_world:glowing_matte_rgb_block", "xycraft_world:rgb_lamp_pole"] + + #This is a map of special blocks that can be cleaned with soap + [functional.soap.special_blocks] + "quark:dirty_glass" = "minecraft:glass" + "minecraft:sticky_piston" = "minecraft:piston" + "quark:dirty_glass_pane" = "minecraft:glass_pane" + "#alexscaves:cave_paintings" = "alexscaves:smooth_limestone" + + [functional.cannon] + enabled = true + #Cannon fire power multiplier + #Range: 0.0 ~ 5.0 + fire_power = 0.6 + #Time for a cannon to fire a projectile after it has been lit up + #Range: 0 ~ 500 + fuse_time = 40 + #Time for a cannon to be able to fire again after it has been fired + #Range: 0 ~ 500 + cooldown = 60 + music_disc_heave_ho = true + + [functional.cannon.cannonball] + enabled = true + #Cannonball power scaling. Higher values will make cannonballs have more energy. Reminder that the damage and breaking power of a cannonball is proportional to its energy (speed squared) times this constant + #Range: 0.0 ~ 100.0 + power_scaling = 3.5 + #Radius of the 'explosion' when a cannonball hits a block. Set to 0 to disable + #Range: 0.0 ~ 10.0 + break_radius = 1.1 + + [functional.present] + enabled = true + trapped_present = true + + [functional.flax] + enabled = false + wild_flax = false + + [functional.lumisene] + enabled = true + #Gives the flammable effext also when merely stepping on lumisene. Turning this off if you think effects are not something that should be applied like that and just by drinking it. + #Range: 0 ~ 10000 + flammable_from_lumisene_block_duration = 50 + + [functional.lumisene.lumisene_bottle] + #Enables lumisene bottles and the flammable effect and lumisene bottles. Turn off if you think its over the top and doesnt match with existing effects + enabled = true + #Duration of the flammable effect when you drink a lumisene bottle + #Range: 0 ~ 10000 + flammable_duration = 300 + #Duration of the glowing effect when you drink a lumisene bottle + #Range: 0 ~ 10000 + glowing_duration = 200 + +[building] + lapis_bricks = true + deepslate_lamp = true + end_stone_lamp = true + blackstone_lamp = true + stone_lamp = true + stone_tile = true + blackstone_tile = true + bunting = true + sconce = true + sconce_lever = true + pancake = true + checker_block = true + raked_gravel = true + feather_block = true + statue = true + doormat = true + flint_block = true + fine_wood = true + candle_holder = true + fire_pit = true + wicker_fence = true + + [building.blackboard] + enabled = true + #Enable to draw directly on a blackboard using any dye. Gui still only works in black and white + colored_blackboard = true + #Interaction mode for blackboards + #Allowed Values: BOTH, GUI, MANUAL + interaction_mode = "BOTH" + + [building.gravel_bricks] + enabled = true + + [building.slidy_block] + enabled = true + #Slidy block speed + #Range: 0.0 ~ 1.0 + speed = 0.125 + + [building.timber_frame] + enabled = true + #Allow placing a timber frame directly on a block by holding shift + swap_on_shift = false + #Allows axes to remove a framed block leaving the contained block intact + axes_strip = true + #Replace a timber frame with wattle and daub block when daub is placed in it + replace_daub = true + + [building.iron_gate] + enabled = true + #Allows two iron gates to be opened simultaneously when on top of the other + double_opening = true + #Makes iron (ang gold) gates behave like their door counterpart so for example iron gates will only be openable by redstone + door-like_gates = false + + [building.item_shelf] + enabled = true + #Makes item shelves climbable + climbable_shelves = false + + [building.sugar_cube] + enabled = true + #Makes sugar cubes dissolve in rain + dissolve_in_rain = true + #Duration in seconts of speed effect garanted to horses that eat a sugar cube + #Range: 0 ~ 1000 + horse_speed_duration = 10 + + [building.planter] + enabled = true + #Makes so saplings that grow in a planter will break it turning into rooted dirt + broken_by_sapling = false + #When Farmers Delight is on planter will also act like rich soil and use it in its recipe + rich_soil_planter = true + + [building.notice_board] + enabled = true + #Allows notice boards to accept and display any item, not just maps and books + allow_any_item = false + #Enables a GUI for the block. Not needed as the block just holds one item which you can place by clicking on it + gui = true + + [building.pedestal] + enabled = true + #If enabled end crystals placed on a pedestals will provide an enchantment power bonus equivalent to 3 bookshelves + #Range: 0.0 ~ 100.0 + crystal_enchanting = 3.0 + + [building.ash] + enabled = true + #Burnable blocks will have a chance to create ash layers when burned. Greater this number the greater the chance will be + #Range: 0.0 ~ 1.0 + ash_from_fire_chance = 1.0 + #Burning mobs will drop ash when they die + ash_from_burning_mobs = true + #Allows rain to wash away ash layers overtime + rain_wash_ash = true + #Use a datapack to tweak rarity + basalt_ash = true + + [building.flag] + enabled = true + #Allows right/left clicking on a stick to lower/raise a flag attached to it + stick_pole = true + #Maximum allowed pole length + #Range: 0 ~ 256 + pole_length = 16 + + [building.goblet] + enabled = true + #Allows drinking from goblets + allow_drinking = true + + [building.globe] + enabled = true + sepia_globe = true + + [building.sign_post] + enabled = true + + [building.sign_post.way_sign] + #Entirely disables them from spawning + enabled = true + #With this option road signs will display the distance to the structure that they are pointing to + show_distance_text = true + + [building.daub] + enabled = true + wattle_and_daub = true + + [building.ash_bricks] + enabled = true + + [building.hat_stand] + enabled = true + #Allow all items to go on hat stand + unrestricted = false + + [building.awning] + enabled = true + #Allows having slanted awnings. Disabled if you feel its cursed. + slant = true + #Allows entities to fall through awnings, when shifting. + shift_through = true + #Bouncing angle of slanted awnings + #Range: 0.0 ~ 90.0 + angle = 69.44395478041653 + + [building.flower_box] + enabled = true + #Makes so flower boxes can only contain one tall flower item per block + simple_mode = true + + [building.netherite_doors] + door = true + trapdoor = true + +[tools] + candy = true + stasis = true + altimeter = true + confetti_popper = true + + [tools.quiver] + enabled = true + #Allows using a quiver without being slowed down + use_without_slow = true + #Arrow stacks that can fit inside a quiver. Requires reboot + #Range: 1 ~ 9 + slots = 6 + #Increase this number to alter the probability for a Skeleton with quiver to spawn. Note that this also depends on local difficulty so you wont ever see them on easy and very rarely on normal. Similar logic to equipment + #Range: 0.0 ~ 1.0 + quiver_skeleton_spawn_chance = 0.03 + #Allows quiver to only be used when in offhand or in curio slot + only_works_in_curio = false + #Arrows you pickup will try to go in a quiver if available provided it has some arrow of the same type + quiver_pickup = true + + [tools.lunch_basket] + enabled = true + #Allows lunch baskets to be placed on the ground + placeable = true + #Arrow stacks that can fit inside a lunch basket. Requires reboot + #Range: 1 ~ 9 + slots = 6 + + [tools.slice_map] + enabled = true + #Multiplier that will be applied by slice maps to lower their range compared to normal maps + #Range: 0.0 ~ 1.0 + range_multiplier = 0.25 + + [tools.bubble_blower] + enabled = true + #Amount of soap consumed per bubble block placed + #Range: 1 ~ 25 + stasis_cost = 5 + + [tools.bubble_blower.bubble_block] + #Max lifetime of bubble blocks. Set to 10000 to have it infinite + #Range: 1 ~ 10000 + lifetime = 1200 + #Can bubble break when touched on? + break_when_touched = true + #If true feather falling prevents breaking bubbles when stepping on them + feather_falling_prevents_breaking = true + + [tools.wrench] + enabled = true + #Allows wrenches to bypass a block interaction action prioritizing their own when on said hand + #Allowed Values: MAIN_HAND, OFF_HAND, BOTH, NONE + bypass_when_on = "MAIN_HAND" + + [tools.rope_arrow] + enabled = true + #Max number of rope items allowed to be stored inside a rope arrow + #Range: 1 ~ 256 + capacity = 32 + #Makes rope arrows exclusive to crossbows + exclusive_to_crossbows = false + + [tools.flute] + enabled = true + #Radius in which an unbound flute will search pets + #Range: 0 ~ 500 + unbound_radius = 64 + #Max distance at which a bound flute will allow a pet to teleport + #Range: 0 ~ 500 + bound_distance = 64 + + [tools.bomb] + enabled = true + #Bomb explosion radius (damage depends on this) + #Range: 0.1 ~ 10.0 + explosion_radius = 2.0 + #Do bombs break blocks like tnt? + #Allowed Values: ALL, WEAK, NONE + break_blocks = "WEAK" + #Put here any number other than 0 to have your bombs explode after a certain amount of ticks instead than on contact + #Range: 0 ~ 100000 + bomb_fuse = 0 + #Enable bomb item cooldown + cooldown = true + + [tools.bomb.blue_bomb] + #Bomb explosion radius (damage depends on this) + #Range: 0.1 ~ 10.0 + explosion_radius = 5.15 + #Do bombs break blocks like tnt? + #Allowed Values: ALL, WEAK, NONE + break_blocks = "WEAK" + + [tools.slingshot] + enabled = true + #Slingshot range multiplier. Affect the initial projectile speed + #Range: 0.0 ~ 5.0 + range_multiplier = 1.0 + #Time in ticks to fully charge a slingshot + #Range: 0 ~ 100 + charge_time = 20 + #Deceleration for the stasis projectile + #Range: 0.1 ~ 1.0 + stasis_deceleration = 0.9625 + #Allow enderman to intercept any slingshot projectile + unrestricted_enderman_intercept = true + #Allows buckets to be thrown by slingshots. Thrown buckets will place their content when they land + allow_buckets = true + #Damage that items in the 'supplementaries:slingshot_damageable' tag will deal. Scales with thrown speed. Tag is empty by default. + #Range: 0.0 ~ 100.0 + damageable_damage = 0.5 + #Allows splash potions to be thrown by slingshots + allow_splash_potions = false + #Allows bombs to be thrown by slingshots + allow_bombs = false + #Allows fire charges to be thrown by slingshots + allow_fire_charges = false + #Allows snowballs to be thrown by slingshots + allow_snowballs = false + #Allows enderpearls to be thrown by slingshots + allow_enderpearls = false + + [tools.antique_ink] + enabled = true + +#General settings +[general] + #Enable Creative Tab + creative_tab = false + #Set to false to disable custom dispenser behaviors (i.e: filling jars) if for some reason they are causing trouble + dispensers = true + #Creates a creative tab full of filled jars + jar_tab = false + #Save generated resources to disk in a 'debug' folder in your game directory. Mainly for debug purposes but can be used to generate assets in all wood types for your mods :0 + debug_save_dynamic_pack = false + #Turn this on to disable any interaction on blocks placed by other players. This affects item shelves, signs, flower pots, and boards. Useful for protected servers. Note that it will affect only blocks placed after this is turned on and such blocks will keep being protected after this option is disabled + server_protection = false + #Disable startup messages and sanity check that the mod performs to inform of possible detected crashes that might occur due to issues + sanity_checks_messages = true + #slightly increase this or decrease this number to tweak the red merchant spawn chance. Won't spawn at 0 and will spawn twice as often on 2 + #Range: 0.0 ~ 10.0 + red_merchant_spawn_multiplier = 1.0 + +#Vanilla tweaks +[tweaks] + + [tweaks.dragon_banner_pattern] + #Adds dragon banner pattern made from dragon head + enabled = true + + [tweaks.shulker_helmet] + #Allows wearing shulker shells + enabled = true + + [tweaks.golden_apple_disenchant] + enabled = true + + [tweaks.traders_open_doors] + #Allows traders to open doors (because they couldn't apparently) + enabled = true + + [tweaks.dispenser_tweaks] + #Allows dispensers to use axes on blocks to strip logs and scrape off copper oxidation and wax + axe_strip = true + #Enables shooting ender pearls with dispensers + shoot_ender_pearls = true + #Enables extracting bundles items with dispensers + extract_from_bundles = true + + [tweaks.throwable_bricks] + #Throw bricks at your foes! Might break glass blocks + enabled = true + + [tweaks.placeable_sticks] + #Allow placeable sticks + sticks = true + #Allow placeable blaze rods + blaze_rods = true + + [tweaks.placeable_gunpowder] + #Allow placeable gunpowder + enabled = true + #Number of ticks it takes for gunpowder to burn 1 stage (out of 8). Increase to slow it down + #Range: 0 ~ 20 + speed = 2 + #Age at which it spread to the next gunpowder block. Also affects speed + #Range: 0 ~ 8 + spread_age = 2 + + [tweaks.raked_gravel] + #allow gravel to be raked with a hoe + enabled = true + + [tweaks.bottle_xp] + #Allow bottling up xp by using a bottle on an enchanting table + enabled = false + #bottling health cost + #Range: 0 ~ 20 + cost = 2 + #Block that should be clicked on for bottling to work. Leave blank for enchanting table. You can put another block here from another mod if you find it more fitting + target_block = "" + + [tweaks.map_tweaks] + #Cartographers will sell 'adventurer maps' that will lead to a random vanilla structure (choosen from a thought out preset list). + #Best kept disabled if you are adding custom adventurer maps with datapack (check the wiki for more) + random_adventurer_maps = true + #Select a random structure to look for instead of iterating through all of the ones in the tag returning the closest. Turning on will make ones that have diff structures (aka all different ruined portals) show up more. On could take much more time to compute + random_adventurer_maps_select_random_structure = true + #Enables beacons, lodestones, respawn anchors, beds, conduits, portals to be displayed on maps by clicking one of them with a map + block_map_markers = true + #Shows a death marker on your map when you die. Requires a recovery compass in player inventory or similar + #Allowed Values: OFF, WITH_COMPASS, ALWAYS + death_marker = "WITH_COMPASS" + #If Quark is installed adventurer maps will be replaced by adventurer quills. These will not lag the server when generating + quill_adventurer_maps = true + #If Quark is installed replaces buried treasure and mansion maps with their equivalent quill form. This removes the lag spike they create when generating + quill_vanilla_maps = true + #Miminum search radius for quill. Used to incrase the radius of vanilla searches. For reference buried treasures are at 50 and locate is at 100 chunks + #Range: 10 ~ 600 + min_search_radius = 75 + #Makes blocks tagged as 'tinted_on_map' use their tint color. This allows for accurate biome colors for water and grass as well as other custom block that use any tint + tinted_blocks_on_maps = true + + [tweaks.placeable_books] + #Allows written books to be placed down. Requires shift clicking + written_books = true + #Allow books and enchanted books to be placed on the ground + enabled = true + #Enchantment power bonus given by normal book piles with 4 books. Piles with less books will have their respective fraction of this total. For reference a vanilla bookshelf provides 1 + #Range: 0.0 ~ 5.0 + book_power = 1.0 + #Enchantment power bonus given by normal book piles with 4 books. Piles with less books will have their respective fraction of this total. For reference a vanilla bookshelf provides 1 + #Range: 0.0 ~ 5.0 + enchanted_book_power = 1.334 + #Allow all books to be placed both vertically and horizontally + mixed_books = false + + [tweaks.zombie_horse] + #Feed a stack of rotten flesh to a skeleton horse to buff him up to a zombie horse + zombie_horse_conversion = true + #Amount of rotten flesh needed + #Range: 1 ~ 1000 + rotten_flesh = 64 + #Allows zombie horses to be ridden underwater + rideable_underwater = true + #Convert a zombie horse back by feeding it a golden carrot + zombie_horse_inverse_conversion = true + + [tweaks.noteblocks_scare] + #Noteblocks with a zombie head will scare off villagers + enabled = true + + [tweaks.bad_luck_tweaks] + #Hit a void cat, get the unluck + cat_unluck = true + #If you have unluck you are more likely to get hit by a lighting + lightning_unluck = true + + [tweaks.item_lore] + #Adds a recipe to add 'lore' strings to an item by combining it with a named nametag + enabled = true + + [tweaks.sus_recipes] + #Adds recipes to craft suspicious gravel and suspicious sand + enabled = true + + [tweaks.slimed_effect] + enabled = true + #Allow slimeballs to be thrown + throwable_slimeballs = true + #Show a slime overlay when you hit an entity with a slimeball + overlay = true + #Thrown slimeballs will shortly nerf the player jump height. Disable if you don't want this effect as it can be quite powerful + #Allowed Values: NEVER, ALWAYS, NORMAL_DIFFICULTY, HARD_DIFFICULTY + hinders_jump = "NORMAL_DIFFICULTY" + #Duration of the slimed effect in ticks + #Range: 0 ~ 1000 + duration = 300 + #Chance that a slime mob will apply slimed effect on successful attack. Multiplied by the slime size + #Range: 0.0 ~ 1.0 + chance_per_slime_size = 0.15 + diff --git a/config/terrablender.toml b/config/terrablender.toml new file mode 100644 index 0000000..92961af --- /dev/null +++ b/config/terrablender.toml @@ -0,0 +1,18 @@ +#General settings +general = {} + +#Generation settings +[generation_settings] + #The size of overworld biome regions from each mod that uses TerraBlender. + #Range: 2-6 + overworld_region_size = 4 + #The weighting of vanilla biome regions in the nether. + #Range: 0-2147483647 + vanilla_nether_region_weight = 10 + #The size of nether biome regions from each mod that uses TerraBlender. + #Range: 2-6 + nether_region_size = 2 + #The weighting of vanilla biome regions in the overworld. + #Range: 0-2147483647 + vanilla_overworld_region_weight = 10 + diff --git a/config/watut-common.toml b/config/watut-common.toml new file mode 100644 index 0000000..8577b23 --- /dev/null +++ b/config/watut-common.toml @@ -0,0 +1,9 @@ + +#General mod settings +[general] + #- + announceIdleStatesInChat = true + #Default 5 minutes + #Range: > -2147483648 + ticksToMarkPlayerIdle = 6000 + diff --git a/config/waystones-common.toml b/config/waystones-common.toml new file mode 100644 index 0000000..a6c1480 --- /dev/null +++ b/config/waystones-common.toml @@ -0,0 +1,110 @@ + +[inventoryButton] + #Set to 'NONE' for no inventory button. Set to 'NEAREST' for an inventory button that teleports to the nearest waystone. Set to 'ANY' for an inventory button that opens the waystone selection menu. Set to a waystone name for an inventory button that teleports to a specifically named waystone. + inventoryButton = "" + #The x position of the warp button in the inventory. + warpButtonX = 58 + #The y position of the warp button in the inventory. + warpButtonY = 60 + #The y position of the warp button in the creative menu. + creativeWarpButtonX = 88 + #The y position of the warp button in the creative menu. + creativeWarpButtonY = 33 + +[cooldowns] + #The multiplier applied to the cooldown when teleporting to a global waystone via inventory button or warp stone. + globalWaystoneCooldownMultiplier = 1.0 + #The cooldown between usages of the warp stone in seconds. This is bound to the player, not the item, so multiple warp stones share the same cooldown. + warpStoneCooldown = 300 + #The time in ticks that it takes to use a warp stone. This is the charge-up time when holding right-click. + warpStoneUseTime = 128 + #The time in ticks that it takes to use a warp plate. This is the time the player has to stand on top for. + warpPlateUseTime = 60 + #The time in ticks it takes to use a scroll. This is the charge-up time when holding right-click. + scrollUseTime = 128 + #The cooldown between usages of the inventory button in seconds. + inventoryButtonCooldown = 300 + +[worldGen] + #Set to 'DEFAULT' to only generate the normally textured waystones. Set to 'MOSSY' or 'SANDY' to generate all as that variant. Set to 'BIOME' to make the style depend on the biome it is generated in. + #Allowed Values: DEFAULT, MOSSY, SANDY, BIOME + worldGenStyle = "BIOME" + #Approximate chunk distance between waystones generated freely in world generation. Set to 0 to disable generation. + frequency = 0 + #List of dimensions that waystones are allowed to spawn in through world gen. If left empty, all dimensions except those in worldGenDimensionDenyList are used. + dimensionAllowList = ["minecraft:overworld", "minecraft:the_nether", "minecraft:the_end"] + #List of dimensions that waystones are not allowed to spawn in through world gen. Only used if worldGenDimensionAllowList is empty. + dimensionDenyList = [] + #Set to 'PRESET_FIRST' to first use names from the custom names list. Set to 'PRESET_ONLY' to use only those custom names. Set to 'MIXED' to have some waystones use custom names, and others random names. + #Allowed Values: PRESET_FIRST, RANDOM_ONLY, PRESET_ONLY, MIXED + nameGenerationMode = "PRESET_FIRST" + #These names will be used for the PRESET name generation mode. See the nameGenerationMode option for more info. + customWaystoneNames = [] + #Set to true if waystones should be added to the generation of villages. Some villages may still spawn without a waystone. + spawnInVillages = true + #Ensures that pretty much every village will have a waystone, by spawning it as early as possible. In addition, this means waystones will generally be located in the center of the village. + forceSpawnInVillages = false + +[restrictions] + #If enabled, only creative players can place, edit or break waystones. This does NOT disable the crafting recipe. + restrictToCreative = false + #If enabled, only the owner of a waystone (the one who placed it) can rename it. + restrictRenameToOwner = true + #If enabled, waystones generated in worldgen are unbreakable. + generatedWaystonesUnbreakable = false + #If enabled, leashed mobs will be teleported with you + transportLeashed = true + #Whether to take leashed mobs with you when teleporting between dimensions + transportLeashedDimensional = true + #List of leashed mobs that cannot be taken with you when teleporting + leashedDenyList = ["minecraft:wither"] + #Set to 'ALLOW' to allow dimensional warp in general. Set to 'GLOBAL_ONLY' to restrict dimensional warp to global waystones. Set to 'DENY' to disallow all dimensional warps. + #Allowed Values: ALLOW, GLOBAL_ONLY, DENY + dimensionalWarp = "ALLOW" + #List of dimensions that players are allowed to warp cross-dimension from and to. If left empty, all dimensions except those in dimensionalWarpDenyList are allowed. + dimensionalWarpAllowList = [] + #List of dimensions that players are not allowed to warp cross-dimension from and to. Only used if dimensionalWarpAllowList is empty. + dimensionalWarpDenyList = [] + #Set to true if players should be able to teleport between waystones by simply right-clicking a waystone. + allowWaystoneToWaystoneTeleport = true + #Set to false to allow non-creative players to make waystones globally activated for all players. + globalWaystoneSetupRequiresCreativeMode = true + +[client] + #If enabled, the text overlay on waystones will no longer always render at full brightness. + disableTextGlow = false + +[xpCost] + #Set to true if experience cost should be inverted, meaning the shorter the distance, the more expensive. Can be used to encourage other methods for short-distance travel. + inverseXpCost = true + #The amount of blocks per xp level requirement. If set to 500, the base xp cost for travelling 1000 blocks will be 2 levels. + blocksPerXpLevel = 500 + #The minimum base xp cost (may be subceeded by multipliers defined below) + minimumBaseXpCost = 3.0 + #The maximum base xp cost (may be exceeded by multipliers defined below), set to 0 to disable all distance-based XP costs + maximumBaseXpCost = 10.0 + #How much xp is needed per leashed animal to travel with you + xpCostPerLeashed = 0 + #The base xp level cost when travelling between dimensions. Ignores block distance. + dimensionalWarpXpCost = 5 + #The multiplier applied to the base xp cost when teleporting to a global waystone through any method. + globalWaystoneXpCostMultiplier = 0.0 + #The multiplier applied to the base xp cost when teleporting using a Warp Stone item (not the Waystone block, Konstantin) + warpStoneXpCostMultiplier = 0.0 + #The multiplier applied to the base xp cost when teleporting from one waystone to another. + waystoneXpCostMultiplier = 0.0 + #The multiplier applied to the base xp cost when teleporting from one sharestone to another. + sharestoneXpCostMultiplier = 0.0 + #The multiplier applied to the base xp cost when teleporting from a portstone. + portstoneXpCostMultiplier = 0.0 + #The multiplier applied to the base xp cost when teleporting from one warp plate to another. + warpPlateXpCostMultiplier = 0.0 + #The multiplier applied to the base xp cost when teleporting via the inventory button. + inventoryButtonXpCostMultiplier = 0.0 + +[compatibility] + #If enabled, JourneyMap waypoints will be created for each activated waystone. + displayWaystonesOnJourneyMap = true + #If enabled, JourneyMap waypoints will only be created if the mod 'JourneyMap Integration' is not installed + preferJourneyMapIntegration = true + diff --git a/config/zombieawareness/Features.toml b/config/zombieawareness/Features.toml new file mode 100644 index 0000000..bf77b36 --- /dev/null +++ b/config/zombieawareness/Features.toml @@ -0,0 +1,35 @@ + +#General mod settings +[general] + #Spawn sound sense sources for monsters to track + awareness_Sound = true + #Spawn scent/blood sense sources for monsters to track + awareness_Scent = true + #Monsters see light near player and move towards it + awareness_Light = true + #Growling zombies attracts other zombies + noisyZombies = true + #Pistons cause sound sense sources attracting monsters + noisyPistons = true + #Causes monsters to horde up and wander the surface together to random points + wanderingHordes = true + #How often in seconds we set a random point around a player for mobs to wander to from far away. Makes mobs path around more, dont use if you have TPS performance issues. + #Range: > -2147483648 + frequencyOfWanderingHordesPerPlayer = 30 + #How loud sounds should be when you are alerted that a mob is coming to investigate an area near you + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + soundVolumeInvestigate = 0.0 + #How loud sounds should be for a mob targetting you + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + soundVolumeAlertTarget = 0.0 + #Enhanced mobs will make a sound when they target you + soundAlerts = false + #Any hostile mob that targets you will make a sound, even if not enhanced + soundAlertsForAllAttackingMobs = false + #Enhanced mobs will make a sound when they are investigating a sense near you + soundInvestigates = false + #Uses a different kind of mob alert noise, might break immersion a bit ;) + soundUseAlternateAlertNoise = false + #Only spawn sound sense entities in Overworld + awareness_Sound_OverworldOnly = false + diff --git a/config/zombieawareness/General.toml b/config/zombieawareness/General.toml new file mode 100644 index 0000000..baa166c --- /dev/null +++ b/config/zombieawareness/General.toml @@ -0,0 +1,67 @@ + +#General mod settings +[general] + #Max awareness range for zombies + #Range: > -2147483648 + maxPFRangeSense = 128 + #Prevent non zombies from being attracted to light + awareness_Light_OnlyZombies = true + #Custom targetting sight range on top of vanilla sight based targetting + #Range: > -2147483648 + sightRange = 16 + #Always target closest player [performance sensitive] + omniscient = false + #skips line of sight check on targetting [performance sensitive] + seeThroughWalls = false + #Effects how far monsters will sense scents from + #Range: > -2147483648 + scentStrength = 60 + #Effects how far monsters will sense sound sources from + #Range: > -2147483648 + soundStrength = 60 + #max rate of spawning sound sources in milliseconds + #Range: > -2147483648 + frequentSoundThreshold = 1000 + #Range of extra random speed to give a zombie for extra spawns and zombie duplications, eg: 0 = no boost, 1 = up to double speed (works for my extra spawned mobs only) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + zombieRandSpeedBoost = 0.3 + #The amount of delay in game ticks between processing mobs with enhanced AI, less is more frequent [performance sensitive] + #Range: > -2147483648 + tickRateAILoop = 5 + #how frequently the mod iterates all players, effects rates, less is more frequent + #Range: > -2147483648 + tickRatePlayerLoop = 20 + #How long before a mob can move around again to track a light source, or scent, or sound, increase number to reduce performance impact of mod if needed + #Range: > -2147483648 + tickCooldownBetweenPathfinds = 300 + #How likely zombies making noise near you will attract other zombies, higher = less likely, 0 = every time they make a noise + #Range: > -2147483648 + noisyZombiesReinforceOddsTo1 = 5 + #- + debugConsole = false + #- + debugConsoleOmniscient = false + #- + debugConsoleSuperDetailed = false + #Minimum distance required between active sense sources, prevents spamming sources [performance sensitive] + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + extraScentCutoffRange = 3.0 + #Max strength allowed for a sense, in case senses get a super high base strength or large buff + #Range: > -2147483648 + senseMaxStrength = 300 + #Days before all of the mods features will be activated + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + daysBeforeFeaturesActivate = 0.0 + #Block breaks cause sound senses to spawn + blockBreakEvent_Active = true + #Block mining before it breaks cause sound senses to spawn + blockHittingEvent_Active = true + #Odds of hitting a block causing a sound sense, rolled per tick + #Range: > -2147483648 + blockHittingEvent_OddsTo1 = 20 + #Only spawn sound senses for players, if false, machines and other things will cause them too + blockBreakEvent_PlayersOnly = false + #Every 2 seconds, the percent chance a mob has to look for an active sense in range, 100 = nearly instant, 10 = slowly over time, performance sensitive setting, higher = more frequent pathfind attempts + #Range: > -2147483648 + findSense_PercentChance = 10 + diff --git a/defaultconfigs/create_enchantment_industry-server.toml b/defaultconfigs/create_enchantment_industry-server.toml new file mode 100644 index 0000000..677cedc --- /dev/null +++ b/defaultconfigs/create_enchantment_industry-server.toml @@ -0,0 +1,65 @@ +#. +#The Tank Capacity of the Disenchanter +#[@cui:RequiresReload:server] +#Range: > 0 +disenchanterTankCapacity = 2000 +#. +#The Tank Capacity of the Copier +#[@cui:RequiresReload:server] +#Range: > 0 +copierTankCapacity = 8000 +#. +#The Tank Capacity of the Blaze Enchanter +#[@cui:RequiresReload:server] +#Range: > 0 +blazeEnchanterTankCapacity = 4000 +#. +#The Maximum Extended Levels beyond Enchantment's Max Level that can be reached through Hyper-Enchanting +#Range: > 0 +maxHyperEnchantingLevelExtension = 4 +#. +#The Chance of whether Deployer-killed entities will drop Experience Nugget +#Range: 0.0 ~ 1.0 +deployerXpDropChance = 1.0 +#. +enableHyperEnchant = true +#. +#Range: 0.009999999776482582 ~ 100.0 +enchantByBlazeEnchanterCostCoefficient = 1.0 +#. +#Range: 0.009999999776482582 ~ 100.0 +hyperEnchantByBlazeEnchanterCostCoefficient = 1.0 +#. +#Range: 0.009999999776482582 ~ 100.0 +copyEnchantedBookCostCoefficient = 1.0 +#. +#Range: 0.009999999776482582 ~ 100.0 +copyEnchantedBookWithHyperExperienceCostCoefficient = 1.0 +#. +#The amount of ink needed to be consumed by Copying one page of Written Book +#Range: 1 ~ 100 +copyWrittenBookCostPerPage = 5 +#. +#The amount of liquid experience needed to be consumed by Copying Name Tag +#Range: 1 ~ 1000 +copyNameTagCost = 7 +#. +#The amount of ink needed to be consumed by Copying Train Schedule +#Range: 1 ~ 1000 +copyTrainScheduleCost = 10 +#. +#The amount of ink needed to be consumed by Copying Clipboard +#Range: 1 ~ 1000 +copyClipboardCost = 10 +#. +#The probability of dropping Experience Nugget after killing a creature on the Crushing Wheel +#Range: 0.0 ~ 1.0 +crushingWheelDropExpRate = 0.30000001192092896 +#. +#The Scale of Experience Nugget dropped by Crushing-Wheel-killed entities +#Range: 0.10000000149011612 ~ 100.0 +crushingWheelDropExpScale = 0.3400000035762787 +#. +#Whether or not copying a written book always get original version. Setting it to false let you always get copy version of the book. +copyingWrittenBookAlwaysGetOriginalVersion = true + diff --git a/defaultconfigs/create_mobile_packages-server.toml b/defaultconfigs/create_mobile_packages-server.toml new file mode 100644 index 0000000..741e902 --- /dev/null +++ b/defaultconfigs/create_mobile_packages-server.toml @@ -0,0 +1,22 @@ +#. +#The Speed of a Robo Bee in Blocks per Second. Default: 6 +#Range: > 1 +beeSpeed = 6 +#. +#The Speed of the rotation of a Robo Bee in degrees per Second. Default: 45 +#Range: > 1 +beeRotationSpeed = 45 +#. +#If true, the Robo Bee will be able to deliver packages from one port to another. Default: true +portToPort = false +#. +#The maximum distance a Robo Bee can travel. Default: -1 (unlimited) +#Range: > -1 +beeMaxDistance = -1 +#. +#If true, the Robo Bee will display a nametag with the address of the package it is carrying. Default: true +displayNametag = true +#. +#If true, when Spawning a Robo Bee with the Item it will take any Package from the offhand and deliver it. Default: true +allowRoboBeeSpawnPackageTransport = true + diff --git a/defaultconfigs/create_power_loader-server.toml b/defaultconfigs/create_power_loader-server.toml new file mode 100644 index 0000000..d75e360 --- /dev/null +++ b/defaultconfigs/create_power_loader-server.toml @@ -0,0 +1,91 @@ + +#. +#Configure the Andesite Chunk Loader +[andesite] + #. + #. + #Number of ticks between chunk loading checks. Does not affect contraptions + #Range: 0 ~ 200 + chunkUpdateInterval = 10 + #. + #Minimum number of ticks between loss of power and chunk unloading. Rounds up to multiples of update interval + #Range: 0 ~ 1200 + unloadGracePeriod = 20 + #. + #A multiplier for the minimum speed requirement of a chunk loader + #Range: 0.0 ~ 128.0 + speedMultiplier = 1.0 + #. + #The stress impact of a chunk loader when it is at 1 RPM + #Range: 0.0 ~ 3.4028234663852886E38 + stressImpact = 16.0 + #. + #Whether the chunk loader functions on the ground when given rotational power + enableStatic = true + #. + #Chunk loading radius on contraptions. 1 = 1 chunk, 2 = 9 chunks. Contraptions require a minimum radius of 2 for reliable loading + #Range: 1 ~ 10 + rangeOnContraption = 2 + #. + #Chunk loading radius on trains. 1 = 1 chunk, 2 = 9 chunks + #Range: 1 ~ 10 + rangeOnTrain = 2 + #. + #Chunk loading radius on train stations. 1 = 1 chunk, 2 = 9 chunks + #Range: 1 ~ 10 + rangeOnStation = 2 + #. + #Whether the chunk loader functions on contraptions other than trains. WARNING: does not update contraptions that are currently unloaded + enableContraption = false + #. + #Whether the chunk loader functions on trains + enableTrain = false + #. + #Whether the chunk loader functions when attached to train stations. + enableStation = false + +#. +#Configure the Brass Chunk Loader +[brass] + #. + #. + #Number of ticks between chunk loading checks. Does not affect contraptions + #Range: 0 ~ 200 + chunkUpdateInterval = 10 + #. + #Minimum number of ticks between loss of power and chunk unloading. Rounds up to multiples of update interval + #Range: 0 ~ 1200 + unloadGracePeriod = 20 + #. + #A multiplier for the minimum speed requirement of a chunk loader + #Range: 0.0 ~ 128.0 + speedMultiplier = 1.0 + #. + #The stress impact of a chunk loader when it is at 1 RPM + #Range: 0.0 ~ 3.4028234663852886E38 + stressImpact = 16.0 + #. + #Whether the chunk loader functions on the ground when given rotational power + enableStatic = true + #. + #Chunk loading radius on contraptions. 1 = 1 chunk, 2 = 9 chunks. Contraptions require a minimum radius of 2 for reliable loading + #Range: 1 ~ 10 + rangeOnContraption = 3 + #. + #Chunk loading radius on trains. 1 = 1 chunk, 2 = 9 chunks + #Range: 1 ~ 10 + rangeOnTrain = 3 + #. + #Chunk loading radius on train stations. 1 = 1 chunk, 2 = 9 chunks + #Range: 1 ~ 10 + rangeOnStation = 3 + #. + #Whether the chunk loader functions on contraptions other than trains. WARNING: does not update contraptions that are currently unloaded + enableContraption = true + #. + #Whether the chunk loader functions on trains + enableTrain = true + #. + #Whether the chunk loader functions when attached to train stations. + enableStation = true + diff --git a/defaultconfigs/gravestone-server.toml b/defaultconfigs/gravestone-server.toml new file mode 100644 index 0000000..36fb2c3 --- /dev/null +++ b/defaultconfigs/gravestone-server.toml @@ -0,0 +1,18 @@ +#If this is set to true you get an obituary after you died +enable_obituary = true +#The blocks that can be replaced with a grave +#If it starts with '#' it is a tag +replaceable_blocks = ["#gravestone:grave_replaceable"] +#If this is set to true the obituary will be taken out of your inventory when you break the grave +remove_obituary = true +#If this is set to true only the player that owns the grave and admins can break the grave +only_owners_can_break = false +#If this is set to true the ghost of the dead player will be spawned when the grave is broken +spawn_ghost = false +#If this is set to true the ghost player will defend the player +friendly_ghost = true +#If this is set to true you get your items back into your inventory by sneaking on the grave +sneak_pickup = true +#If this is set to true you get your items sorted back into your inventory by breaking the grave +break_pickup = true + diff --git a/extra_files/Create Immersive Aircraft Warship ResoucePack v1.2.zip b/extra_files/Create Immersive Aircraft Warship ResoucePack v1.2.zip new file mode 100644 index 0000000..e9c5671 Binary files /dev/null and b/extra_files/Create Immersive Aircraft Warship ResoucePack v1.2.zip differ diff --git a/extra_files/Create Immersive Aircrafts Warship Recipe DataPack v1.0.zip b/extra_files/Create Immersive Aircrafts Warship Recipe DataPack v1.0.zip new file mode 100644 index 0000000..1944e87 Binary files /dev/null and b/extra_files/Create Immersive Aircrafts Warship Recipe DataPack v1.0.zip differ diff --git a/index.toml b/index.toml new file mode 100644 index 0000000..85c5678 --- /dev/null +++ b/index.toml @@ -0,0 +1,2554 @@ +hash-format = "sha256" + +[[files]] +file = "config/Advancedperipherals/world.toml" +hash = "4e3565c12cfc267354435ea2f1016b270335cd7590605cfc56d8e45c7e9f1c03" + +[[files]] +file = "config/advancementplaques-common.toml" +hash = "33bc62d83dab1ac1516648fe216b2e940b44ebc96e0e0e79142caabdc7fe8bf8" + +[[files]] +file = "config/alexsmobs.toml" +hash = "8c94dc654ac89e15d65d3123bc9d7eccf48807c9dd4f6f2b3623ee3332dfbe54" + +[[files]] +file = "config/ars_nouveau-common.toml" +hash = "93d329f4856d0041b94db2bba6d3a73fce420774be07b51d0fd05400ef22ca75" + +[[files]] +file = "config/ars_nouveau-server.toml" +hash = "da8cdc3b43e0cdf585a22ffb1f6e0ccab34bbb3552008b07857433349852d332" + +[[files]] +file = "config/backupbeds-common.toml" +hash = "16b359fbd94031d59091f2c2ce4f301725d389417703406e622b6899ee6da090" + +[[files]] +file = "config/bcc-common.toml" +hash = "700cce5459791902ac52fe9ca317a71fdca8660ceffdaf5454ab451d339c6165" + +[[files]] +file = "config/biomesize.json" +hash = "448e2e6499e49e06f203bcb6ca75d51d2db9eb14116012017b2b54bfaa69fd1f" + +[[files]] +file = "config/canary.properties" +hash = "27c4c60af7e9ad4aa8613dfaa3f70dc81f4b1415923a869038acd856f1b7ead9" + +[[files]] +file = "config/carryon-common.toml" +hash = "0f3429d69b04d8cacb8c268844ed58e09d6ac1c2281920ad0a837f23b8b9b3f6" + +[[files]] +file = "config/chalk-common.toml" +hash = "25b2539bcd6545c4065e2dd3633e34da74bb7a43255f8821f68c012ddc22f140" + +[[files]] +file = "config/cobblegenrandomizer-common.toml" +hash = "cc0769c94241a5edcebf1630f7e9527609f9d35b6443dd27f0f88de416a3989d" + +[[files]] +file = "config/defaultoptions-common.toml" +hash = "fd893ef796d2930bd298466dfd6e3b2be963247954c25d4566626be43ad5f8a4" + +[[files]] +file = "config/defaultoptions/keybindings.txt" +hash = "220e465f93193d53482924b3840d7533d695b5b70555b1e728e6b6879c3d7e58" + +[[files]] +file = "config/defaultoptions/options.txt" +hash = "6035264f959f137b7ec723e466b01514741e9ca599b09ae26cfdc851caf30268" + +[[files]] +file = "config/do_a_barrel_roll-client.json" +hash = "8939c1cdacb248c12e2de64f3c016b99cb49c61b32658177986035ea95d2f9de" + +[[files]] +file = "config/item_obliterator.json5" +hash = "d0d3ed6915d688a89d18af010c07604b74d6a848aef5d7b3bc88f95300de0ff8" + +[[files]] +file = "config/mimi-common.toml" +hash = "8a200ea9ebbbfddb0fd1ca970995decd7f2940cbff3a672a9a5581335ae34a0f" + +[[files]] +file = "config/minemenu-common.toml" +hash = "49a9c8dd688b9b7d2dffc315e053551c3f8014b62da08c8dd1820f9840bb97b2" + +[[files]] +file = "config/parcool-client.toml" +hash = "cf0aef66c044396f248026b1799ebc57dcbd90e10d75292cb39421f280e550cc" + +[[files]] +file = "config/particle_core_config.toml" +hash = "e6a9e8389d446e342c15dbf41bdf89e0e6fc3a5b3b9063ea6282fdb45023545e" + +[[files]] +file = "config/particular-common.toml" +hash = "88984926e59b88f5949aa3ab22a6197972b2ce600422452a3c841017fd2f74c1" + +[[files]] +file = "config/paxi/datapack_load_order.json" +hash = "d0aaf3172f34275479f0669aa5b0a94b85788ae638f3062b948ec49d31c38293" + +[[files]] +file = "config/paxi/datapacks/create-immersive-aircrafts-data-pack.pw.toml" +hash = "9bbd764bc260954610ba2b03f74d782293914adb44edfd1d058b6b215d6265d2" +metafile = true + +[[files]] +file = "config/paxi/datapacks/create-immersive-aircrafts-warship-recipe.pw.toml" +hash = "b2d7780a7f2d250c572ad48551d796a2909e4a62dafe9d0e2e3ee601742a5905" +metafile = true + +[[files]] +file = "config/paxi/datapacks/create-let-the-adventure-begin.pw.toml" +hash = "7b323c8b76960ff2963ac6724cfffae3d9afe87b9cd76d08b6641be80e9ac607" +metafile = true + +[[files]] +file = "config/paxi/datapacks/repurposed-structures-bountiful-compat.pw.toml" +hash = "699add81f482578de9afcd4d30512acf1005504dd067d255a823d3ed83d3d10e" +metafile = true + +[[files]] +file = "config/paxi/datapacks/repurposed-structures-farmers-delight-compat.pw.toml" +hash = "83ddbb3b1fd548de53a940282e902d499e2484d5dd4c2d90d6aa7f229d3fe6eb" +metafile = true + +[[files]] +file = "config/paxi/resourcepack_load_order.json" +hash = "d0aaf3172f34275479f0669aa5b0a94b85788ae638f3062b948ec49d31c38293" + +[[files]] +file = "config/paxi/resourcepacks/3d-crops.pw.toml" +hash = "82e610917524c6f1af58e102a1be333665ee9af1649477aae0546a30d1ae3114" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/better-lanterns.pw.toml" +hash = "120a936d5345b58a613ce793b0ce4bd6527aec7125eed4b6177f45d6e8602fb5" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/better-leaves.pw.toml" +hash = "5507b242a9db7237f92f75009d0036fc606ccbde30de9ad520dac873812126ab" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/create-computercraft.pw.toml" +hash = "5acf665b02f3a79024123c7824fd13bcb29b955c8d03c13806e13253352fb012" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/create-immersive-aircrafts-resource-pack.pw.toml" +hash = "f3a4bb5d89c7d9a554aca934d729611a3bad37c01ab374caf7af6cbc1de4fab0" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/create-immersive-aircrafts-warship.pw.toml" +hash = "5667f9fe7966e3a9470f4245cb1f77ab71455d64589409722aa86e714241571f" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/create-ultra-pbr.pw.toml" +hash = "b6122098ae49967c153fe0457009610ed0e9edc176e13e547eb8090e80da7b00" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/created-pretty-pipes.pw.toml" +hash = "4bd6658dce272ed195c49753ea45ae15db5334111fbd3ce8251cbf7ffc8c7519" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/cubic-sun-moon.pw.toml" +hash = "f5e98012cc353ad12cb6cd0a272dc4e3ade24cbd4cd726fdb4b756c8abf095f6" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/enhanced-boss-bars.pw.toml" +hash = "88496e670b35be0585d76f593cad1e59e76e7e9c4a014d5e8e4ce8c8b8e29986" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/fresh-animations-extensions.pw.toml" +hash = "21bf0205d09a3cf7a43cffdb4b2cb2e05e60bac4fd74f527b447487460410af5" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/fresh-animations.pw.toml" +hash = "b96abadb2cdb56d53145609e6a8ee9fd70171878bb5414412dddee1fca902a7b" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/fresh-friends.pw.toml" +hash = "d658750cee1260bb169a5f8b6bebee3cb3af6c0e1039c11f6424f0a1072d9dfd" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/freshly-modded.pw.toml" +hash = "df698a1174251e125bfa5527ec8bbb7cab81fde6b97fdb5b1bf815b3cb053e04" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/katus-carpets-and-rugs.pw.toml" +hash = "2e0e08e6c175390a7e21f1d43cbffe904cc506a52300e5d77a83816789654a8f" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/low-fire-pack.pw.toml" +hash = "2215365751320cf23b2b12b0491801f360b9b774c8a07e1135b3ed97058be124" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/mt-ct-d.pw.toml" +hash = "4c3b8d2343a00b85c1072fa91a0855df869b6384f4e674edb0b8b4779dfd3fe2" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/rays-3d-ladders.pw.toml" +hash = "53e2da580a363c839de4c196fae91751accc5e772c065fc0cc4d07b7864f3cf8" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/rays-3d-rails.pw.toml" +hash = "0e80f97855da0ee8b2cba02d4cc1f3c82f50bd1ec0772645cfd5dd5d6f4e9a86" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/recolourful-containers-gui.pw.toml" +hash = "ef8c4aee3cb0c28e703b1d78904de1abbc1babf245308faf3ff4dcc9e283e157" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/tras-fresh-player.pw.toml" +hash = "394f0039beb4b5c48ba9587b7cfbc306e94b3cb1448f8dd7a624e27af573eedb" +metafile = true + +[[files]] +file = "config/prettyrain.json5" +hash = "844d0b9f6738e24413f8d882885bae51a3f59ba9b99c6f6c45de278afed7083f" + +[[files]] +file = "config/quark-common.toml" +hash = "43ca05e7eb03bed7c4118780cde059d81005eefe59082d4c6bd0445e959c01d2" + +[[files]] +file = "config/resourcepackoverrides.json" +hash = "a5ed28c685db4a64393d5d3f0a4b3b6b3db5505a6c4afd91b9607b0798d006a9" + +[[files]] +file = "config/securitycraft-client.toml" +hash = "681fefd81cf5efe37f61ec39f00b2f78b45035b2be2d85552f61eccecbd2c969" + +[[files]] +file = "config/silentgear-common.toml" +hash = "7d5d8113085e7d3fb0addb31435fc471bec4d927bfb5ac6c6c3042c1eb85f7b5" + +[[files]] +file = "config/sizeshiftingpotions.json" +hash = "d651f194cb78df36b2754be29badb45480335583d44673c1405666689ed1babf" + +[[files]] +file = "config/sodiumdynamiclights-client.toml" +hash = "f85d096050d7f762e84eafd756599ba7a6468e37df45843ee119d0071c8c714f" + +[[files]] +file = "config/sodiumextras-client.toml" +hash = "a6d1a2d26e596953c4b93e19c593ffc7d5d7359cb3a5cfcaad61c0c0e2bd7a2c" + +[[files]] +file = "config/sparsestructures.json5" +hash = "9b2e5442da12a3fe3239825a25e09394ef95d917b5e5a11de9c4d39227a9b2a9" + +[[files]] +file = "config/spawncapcontrolutility-common.toml" +hash = "24f3adf87a8da5472434dfde7808eeea747dc7bb14a73b490780df54060fbac6" + +[[files]] +file = "config/starterkit/descriptions/Default.txt" +hash = "e537d4de175058a952fb640652ee7d7b1764adb078a3b38e4a7b9202e2a74d62" + +[[files]] +file = "config/starterkit/kits/Default.txt" +hash = "7db18c7382f1f5b8d5cc76771ae8cf2c70b06d8402aa827fa016c864ef882dcb" + +[[files]] +file = "config/supplementaries-common.toml" +hash = "188ad4e4e5a04cc988bf48aa9817f49ab7a65bbe1bfa9f806df634809bd6f217" + +[[files]] +file = "config/terrablender.toml" +hash = "b1d546cca9e24ee94d08705ac1f3046aa2c6c494fe35360049b419ce3f709c3c" + +[[files]] +file = "config/watut-common.toml" +hash = "597d18c83a6e34e39f24cf48fcddb6bd7a65dcf087d2d1d5326a4ea62aa20b2f" + +[[files]] +file = "config/waystones-common.toml" +hash = "3956169e4f69eecbf0c56aab31e3a53bc723be439557f610e1e5bd235af022e1" + +[[files]] +file = "config/zombieawareness/Features.toml" +hash = "02b93fd5d6f64f680b3c68c31cf913813692aa54bd536f9dcbf69dfb24052f0f" + +[[files]] +file = "config/zombieawareness/General.toml" +hash = "296a90350caf180aafa2d4be57119ecf034cf6a4695b183f27f6033e04cb3bc7" + +[[files]] +file = "defaultconfigs/create_enchantment_industry-server.toml" +hash = "5eabe85627a3dac80a8a3db24877ca155b53dc6fb348d0b6b25813ceef636e1a" + +[[files]] +file = "defaultconfigs/create_mobile_packages-server.toml" +hash = "36833cb8f4746d41a412f5a9b5756a2b56eddab9490ebac3f45d69f53d16ce5d" + +[[files]] +file = "defaultconfigs/create_power_loader-server.toml" +hash = "fa7e2a6cd92f77b880088e9bb6185478e88b33ed15b08606f53d8392b1abc71d" + +[[files]] +file = "defaultconfigs/gravestone-server.toml" +hash = "f4d6948ef0104f473696489b977a01b2cc6f9980b7f9643a3a14b8f5fbbe5f12" + +[[files]] +file = "kubejs/client_scripts/ars_nouveau_remove_client.js" +hash = "0dd80e31efcb3c53e3a150ca7cf6c9de9cbefcc19613958dec743205bd647006" + +[[files]] +file = "kubejs/server_scripts/ars_nouveau_remove.js" +hash = "02186858dba534fe236aa03ac704144781ee2f00070e10219f1b04f6c8f4b1dd" + +[[files]] +file = "kubejs/server_scripts/sands.js" +hash = "675ab12107fbbef61eb7071e315c009546ad9d68ce003010688692bb28cb48e6" + +[[files]] +file = "kubejs/server_scripts/sheets.js" +hash = "a31d7d1d0fee38111bd8867a47b7220a53311efaa015dd0964c25726ae176655" + +[[files]] +file = "kubejs/server_scripts/sifting.js" +hash = "a5b8711446521f8567ff3d5f3a18af09a6c8c78e2e020ec1f55d0754cd940363" + +[[files]] +file = "kubejs/server_scripts/stones.js" +hash = "574e2cea901c42d7c28f7a41b64ccba39fa8c88c22a853e237a302a00a6d15ea" + +[[files]] +file = "mods/additional-lights.pw.toml" +hash = "760b9fc6688b0f2caed2dfa42fe41862c72c81e361deb5a73a5c7fa200873e7d" +metafile = true + +[[files]] +file = "mods/addonslib.pw.toml" +hash = "bd8e33f831b15d37e2c3b95837fcd27da49dcdbe57c74b0a8a2ce2bc5136a5b4" +metafile = true + +[[files]] +file = "mods/advancedperipherals.pw.toml" +hash = "0182123a19bb7ee99cb8db17b8d10262a498718a117a47c105fd7b84110a1fcb" +metafile = true + +[[files]] +file = "mods/advancement-plaques.pw.toml" +hash = "7f243cdb7d52214593d8155a12de24d4992a781a94597eb09bf3ffb3396e5eb5" +metafile = true + +[[files]] +file = "mods/akashic-tome.pw.toml" +hash = "9d1b15ffa15606c346ad2ed32c349fceac9863ae13b433c2aee7d026c87d4339" +metafile = true + +[[files]] +file = "mods/alexs-mobs.pw.toml" +hash = "e1016eb125a5a41a10f80847eb00affae0e539e703846f303949ed5d82b7f1bf" +metafile = true + +[[files]] +file = "mods/almanac.pw.toml" +hash = "416c089224a401ec7c0ef60ae6f1f8555e783f89ec6aba49d72f41c58d7955d2" +metafile = true + +[[files]] +file = "mods/almost-unified.pw.toml" +hash = "e860a4d8ccff8c2b14487c96627c8e34743db1f9854216fb8c87f525f50bcb5b" +metafile = true + +[[files]] +file = "mods/alternate-current.pw.toml" +hash = "54e171ca3f1f39eba38186a9a5ce6901eb12be05341d76956adff63805d79225" +metafile = true + +[[files]] +file = "mods/ambientsounds.pw.toml" +hash = "0a01a0be766ccb1492c1d0a5dd3b315ef455862ee68c578bd01cbcf71d7058eb" +metafile = true + +[[files]] +file = "mods/amendments.pw.toml" +hash = "f6cb39881349ebcd51d5ea8563110dd0fb861b66c18f7a261eabe1ef41563cd2" +metafile = true + +[[files]] +file = "mods/amplified-nether-height.pw.toml" +hash = "9fb0bb83d8818d33f326b68c49d7a5d26c3005b8e6893c16bf044e95e3ac59d5" +metafile = true + +[[files]] +file = "mods/amplified-nether.pw.toml" +hash = "e63323ef22e8672030d1b6c4d10572b36c9684e76093d953f1ca4fa51d30c700" +metafile = true + +[[files]] +file = "mods/anti-xray.pw.toml" +hash = "db41e89c14e8d4e21903b385ef34a548ef48da36385e1c2f8c44e212eb7c4f69" +metafile = true + +[[files]] +file = "mods/appleskin.pw.toml" +hash = "793693a85f3c87d4e899ee0c58deabc53690bf5a70f17343f28fd5063ce8a1e1" +metafile = true + +[[files]] +file = "mods/archers-paradox.pw.toml" +hash = "9e40762be394c42df1b4fda5b37646b4fff31ac3c38e06219dc1758131f9037e" +metafile = true + +[[files]] +file = "mods/architectury-api.pw.toml" +hash = "4e81241ba2da06f425efc5e09fb6b38470125c1581c39e1310c5843a0b96ec76" +metafile = true + +[[files]] +file = "mods/armor-stand-shift-swap.pw.toml" +hash = "4be30d08a51e85d1648938cc3541d66f7b86850dab7b304bf9cd62eaa1de1c1f" +metafile = true + +[[files]] +file = "mods/armor-statues.pw.toml" +hash = "05dda113751f1aa8b057368d70820be2b53ca7a8a968f9a12fd43a208f84658c" +metafile = true + +[[files]] +file = "mods/ars-creo.pw.toml" +hash = "0502e2b33b08fe5920ff1ea61d3cd3c86d9e93ff234af56088c63dff4c189733" +metafile = true + +[[files]] +file = "mods/ars-elemental.pw.toml" +hash = "edf6b8a4b3daa8579920fd7d4bcf08898465eab1c31f8906f8bf3bba1bdda84a" +metafile = true + +[[files]] +file = "mods/ars-nouveau.pw.toml" +hash = "44505ec6c8d7ac5948b3f192cff3db191b07c4d39d501ce3af916006cda3c5a6" +metafile = true + +[[files]] +file = "mods/ars-scalaes.pw.toml" +hash = "cff38a0ff474bdbd272e2766a697f4964bcc232e4ecd67f27daf367ee162a053" +metafile = true + +[[files]] +file = "mods/ars-technica.pw.toml" +hash = "f74d674d172fb27b93f1738f092a2d6b2d4cecc578656f9357886b8e13fecc35" +metafile = true + +[[files]] +file = "mods/astikorcarts-redux.pw.toml" +hash = "c3daae892d91d5b36c65fbd18f19d22a61fcac210f25350cde0a413c6a49210f" +metafile = true + +[[files]] +file = "mods/asyncparticles.pw.toml" +hash = "609a4c6a7dd2417e082aa0577e79a7d4e71227b12f7c69960e46deb38c402429" +metafile = true + +[[files]] +file = "mods/automobility.pw.toml" +hash = "e0b0d4ffb66d813a4e6da0910d8e050bbfd8e16731dacb78fc5478029932c473" +metafile = true + +[[files]] +file = "mods/azurelib.pw.toml" +hash = "ba158dbe96ec7b8ff104894179f970957c871455300d170aa2017ff2d4c87554" +metafile = true + +[[files]] +file = "mods/back-up-beds.pw.toml" +hash = "f29e912ae282656a8381f02cc9c6395211516d93ed4dad0580554d5239ddc19c" +metafile = true + +[[files]] +file = "mods/bad-wither-no-cookie.pw.toml" +hash = "0a80e045329dc8e191f81dd4fa2cacfeff65715e990d2819650d1d83308d2bc4" +metafile = true + +[[files]] +file = "mods/badoptimizations.pw.toml" +hash = "501acdaa439603e3a002cd2da5aad794ff9f39b2c75270bfab5779e2d7c6e0d8" +metafile = true + +[[files]] +file = "mods/baguettelib.pw.toml" +hash = "4db5860026e59a5179afe8caa24d09787b807091e53a46e5e6c0437e67c5c43e" +metafile = true + +[[files]] +file = "mods/balm.pw.toml" +hash = "165f0811218eace4605df7a95f4f4c9c8c1cb82885ac425a7b364d680fb85490" +metafile = true + +[[files]] +file = "mods/bamboo-everything.pw.toml" +hash = "21b3719cc727afefef00ff1e5d278af322921857e109bca738de906877351c92" +metafile = true + +[[files]] +file = "mods/beautified-chat-server.pw.toml" +hash = "e83415e3d763ec9d1dd18439e558936f179f7a32bab8060136e3b7d24b6050df" +metafile = true + +[[files]] +file = "mods/better-chunk-loading-forge-fabric.pw.toml" +hash = "fd079f3df97fe9024821bd3e4f532ace972193214491114acc2aaecbc3218d43" +metafile = true + +[[files]] +file = "mods/better-combat.pw.toml" +hash = "f2772ac30db5760b191049f87d2315f1652d9b04357e644df9d8a2bafdc269e5" +metafile = true + +[[files]] +file = "mods/better-compatibility-checker.pw.toml" +hash = "f5eabbef8dbed2bc19e632718a720a6d77466eeb66b9b220930f7f66e8a9d032" +metafile = true + +[[files]] +file = "mods/better-fps-render-distance.pw.toml" +hash = "bfce4b91fe7c691dc04afda24f60453a74f49c8d3cf763e80095673d1299375d" +metafile = true + +[[files]] +file = "mods/betterf3.pw.toml" +hash = "28358fe53c22695b3bf1f93ac2225c46fe3525918b7b993ac36e68a7f0a16fe8" +metafile = true + +[[files]] +file = "mods/biomes-o-plenty.pw.toml" +hash = "2bcea8e16d358942a8f8b8cf6e39cc303d90fac29b1b3ecb8033bd214d4afa0f" +metafile = true + +[[files]] +file = "mods/biomesize.pw.toml" +hash = "cf7946725e4b8c6457267419ea66246eaedcda7e6c0f410e87b08a4aeddaac3f" +metafile = true + +[[files]] +file = "mods/blockui.pw.toml" +hash = "fa85cc4a9950579441376714cab8abeb1997d71aa3c6586f5a75b5951fdf6f83" +metafile = true + +[[files]] +file = "mods/bluemap-offline-player-markers-forge.pw.toml" +hash = "920155c8b6d1c28770d7e7f81f14e24645c814af778f4421769ef05779ee2e32" +metafile = true + +[[files]] +file = "mods/bluemap.pw.toml" +hash = "9a0f0930fc2c31e87d23e42ea95fe33517b54b6c3b33bbfc4649196797df5188" +metafile = true + +[[files]] +file = "mods/bluemapfrontiers.pw.toml" +hash = "1de988d35df123a97432c4379b1ba358ce3f5aaadd813686547419cffad7c290" +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/bookshelf-lib.pw.toml" +hash = "02062a6b61e230e7debaf1c03d5e1e7203e427588fceb9f3d6ef8cad8062397e" +metafile = true + +[[files]] +file = "mods/bountiful.pw.toml" +hash = "b317b19055dd6bb83ad65a3dc937fd69eb458e5cc265c023a7de0ac6d39bbef0" +metafile = true + +[[files]] +file = "mods/brewin-and-chewin.pw.toml" +hash = "d47b75b30e711de67e9de2ce05fd5979a89e5aacb5c0fd036c6f9466b1da2665" +metafile = true + +[[files]] +file = "mods/brutal-bosses-dungeon.pw.toml" +hash = "e2dab2bdd1e0b02c15698a903449ac6478665e4256a8481f5f4703aee043eb5b" +metafile = true + +[[files]] +file = "mods/buzzier-bees.pw.toml" +hash = "86aec83567cb69fb2eabc1d0b1e03b97ed3c290bb3b119144b7ea1857b7bd734" +metafile = true + +[[files]] +file = "mods/byzantine-styles-pack-for-minecolonies.pw.toml" +hash = "24c86082c993135b552f25ee1a1d470f3cde95168438dc5aeffe2d37f81db2f1" +metafile = true + +[[files]] +file = "mods/caelus.pw.toml" +hash = "8a8ea0af79b88d9c192d208aa5be4bacd934e2b92d4721566e2e796eb9761e10" +metafile = true + +[[files]] +file = "mods/calcmod.pw.toml" +hash = "11e3c24bb7e70b0229d87a0ce83e0110e6ae53358f4c40842dc33e3afbe297c0" +metafile = true + +[[files]] +file = "mods/camera-overhaul-reforged.pw.toml" +hash = "8381957fa2d1a7802ff081197bac6c90bd1c5794e51fd906b66f65e8aef2498b" +metafile = true + +[[files]] +file = "mods/canary.pw.toml" +hash = "14481081a9e233f4ba57df8a77ce028184818143eae1c73b60749ea482c912e9" +metafile = true + +[[files]] +file = "mods/carry-on.pw.toml" +hash = "a613f5d2df911fea606968bbdb56eebfd05ac02ada846cf0d2e56e72345d9338" +metafile = true + +[[files]] +file = "mods/cc-tweaked.pw.toml" +hash = "33fbfba45630792a9223d4e20c9300bc9fef142c68781fc648c32b62313f3e16" +metafile = true + +[[files]] +file = "mods/cccbridge.pw.toml" +hash = "29ff87cf944ddc64351bffbf504c94a57055daf91d4df5b0cd1b8b28d28280bc" +metafile = true + +[[files]] +file = "mods/chalk-mod.pw.toml" +hash = "e9032276b540ac21b4553d201dc5cd15240f027b41a631306830805c45513c4f" +metafile = true + +[[files]] +file = "mods/charm-of-undying.pw.toml" +hash = "ca5edf85f25f07f04040b243e67ab3c8fd437ee5a2694d17ed4993d2f83d8812" +metafile = true + +[[files]] +file = "mods/chat-heads.pw.toml" +hash = "de0ab85ea06d797c2b3b5c70c8f1fdfc1f76fb2530f792a89f4f6d9807fc649a" +metafile = true + +[[files]] +file = "mods/chunk-loaders.pw.toml" +hash = "09bcd8e486ca21121c04fe1e5bc05c5dcb2225447355a6d4d4d8073d68c552d7" +metafile = true + +[[files]] +file = "mods/chunk-sending-forge-fabric.pw.toml" +hash = "4ab858babfd5ef7474b4e78c93b1819a78eef5b92ca30349f16aaa82f883fc55" +metafile = true + +[[files]] +file = "mods/chunky.pw.toml" +hash = "0e17f9758f6f67ef87aa6f8d5afc47901521a05904cd8470ef65063b48e69d73" +metafile = true + +[[files]] +file = "mods/citadel.pw.toml" +hash = "0bdcf1c5057873c78db71bee196ccf5ec846f6cf82f639b094668b3ba92e151f" +metafile = true + +[[files]] +file = "mods/clickable-advancements.pw.toml" +hash = "588807da8d9fcf5b9670a0b9804d8a3c400a4985b23e8aa7368f4e7c6e721f80" +metafile = true + +[[files]] +file = "mods/client-crafting.pw.toml" +hash = "df16edf3d7ad513c6c5b76984ab1db4081f422aa2cef26e055e35e428b4bc4e1" +metafile = true + +[[files]] +file = "mods/climate-rivers.pw.toml" +hash = "fdf583c9427a0a52534da077093a5806b5968b0a1d0ca11980cf3a1ba79e0c98" +metafile = true + +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "e3dd03e7fec88831974857e2cdded54dd5c5bdcaa3f6d6248c2800e82db4dd41" +metafile = true + +[[files]] +file = "mods/cobblegenrandomizer.pw.toml" +hash = "b6c98086f9fa71d9fe4d702294ed527b53f7096e361cbbd71016cf859e164572" +metafile = true + +[[files]] +file = "mods/cofh-core.pw.toml" +hash = "2851d6afaaef7a6295ad252746fd4d200e96f7e85c24f11dca9be06ad221b41b" +metafile = true + +[[files]] +file = "mods/collective.pw.toml" +hash = "a26cea970dd7ffc20aeb983912e72ba57e83f6e1a42a661a5b4250f77de25650" +metafile = true + +[[files]] +file = "mods/comforts.pw.toml" +hash = "a2c5d820180d2610e5017e3f08957010e30cf05d50ee3180272dac6f969260cf" +metafile = true + +[[files]] +file = "mods/completionists-index.pw.toml" +hash = "eb21f935e929abfe91a8016fda8ca0a2187e4ec6bc692e5063b7ed7f21200d81" +metafile = true + +[[files]] +file = "mods/configured.pw.toml" +hash = "8165f9f7f66ffe4fa7b92ef8f8564cd10f93ec2cf07d6931c442cf91333a1ca3" +metafile = true + +[[files]] +file = "mods/connectible-chains-forge.pw.toml" +hash = "10e3d014bd3927d75f0969c35fa9296073b8987975aa6a059771a7571e35dd38" +metafile = true + +[[files]] +file = "mods/connectivity.pw.toml" +hash = "b110d17098d959631ac663a006fe3145784048d5b443483189949ad8240fb82c" +metafile = true + +[[files]] +file = "mods/controlling.pw.toml" +hash = "4063abe583282834b2f78e3b3e6b9ee4d231a680f74c020e405a4ef196f21ee4" +metafile = true + +[[files]] +file = "mods/copycats.pw.toml" +hash = "408ce5619020064fc084d150d331edc654bbf1749bbd289e19f050a0df51f1c8" +metafile = true + +[[files]] +file = "mods/corgilib.pw.toml" +hash = "aab86d52c9896cfcf7c0635c3c897c3dd190de84e3be9eeb726a22c5a61602ed" +metafile = true + +[[files]] +file = "mods/corn-delight.pw.toml" +hash = "eae9c322dd6aa5738b289ee29a78e7bcef0b6f37f4ec741edf094e3be87d3d1a" +metafile = true + +[[files]] +file = "mods/coroutil.pw.toml" +hash = "b2c7739b56ef71f50a86658cfa67375796beafd391c4dbe26a5de8cd92b9b685" +metafile = true + +[[files]] +file = "mods/craftpresence.pw.toml" +hash = "17a10532b2a12768f31f8bd209024312e6e224d01f87c8476704000b40d2334e" +metafile = true + +[[files]] +file = "mods/create-air-ducts.pw.toml" +hash = "d37b6ffd39d24bb6f1675b76a23121a4923282dbefb23e253573d3c896983e10" +metafile = true + +[[files]] +file = "mods/create-aquatic-ambitions.pw.toml" +hash = "5c3452a0f053f6b60c0e566b8c406f3dba46666641c782928c8dee2c1d74d17b" +metafile = true + +[[files]] +file = "mods/create-big-cannons-advanced-technologies.pw.toml" +hash = "be9105f19c4c8056dc6c40af2d85f0d33ee0f59257473f5b19aff1301b931971" +metafile = true + +[[files]] +file = "mods/create-big-cannons.pw.toml" +hash = "58458b5ea5eba986c14b79bab34f84e7f44dba5edcedff94c0122865ccb4c520" +metafile = true + +[[files]] +file = "mods/create-cc-total-logistics.pw.toml" +hash = "5acc1723e2a8df0db1abfa954edbe6c9d9baa35172ee77255ff0493526ff0ca8" +metafile = true + +[[files]] +file = "mods/create-ccbr.pw.toml" +hash = "a394326edcd2255782cb0071700e85392d512f49f5c3d377f407315587d28b07" +metafile = true + +[[files]] +file = "mods/create-central-kitchen.pw.toml" +hash = "81624db65c91a18ac83dd8356ad49c1436b090a95983f927a1c69269af5646d9" +metafile = true + +[[files]] +file = "mods/create-connected.pw.toml" +hash = "4852a9af0dd34136c85a20a9729b554bbb8afbf81f8bfdbb52b8a8cae898b1e6" +metafile = true + +[[files]] +file = "mods/create-deco-additions.pw.toml" +hash = "217ea0fc85b62cd045628a88db52dfb95d69047014c89772e1fb5881736a3712" +metafile = true + +[[files]] +file = "mods/create-deco.pw.toml" +hash = "87be52b8aaa9864eab1ec2df8c862cd01a084989b07c4cdbfaa21c57a9a778a6" +metafile = true + +[[files]] +file = "mods/create-diesel-generators.pw.toml" +hash = "186e1585665b7d703f2ac3798d75b7b6cc7404c61a55fffb2301d04bbbea0b17" +metafile = true + +[[files]] +file = "mods/create-encased.pw.toml" +hash = "97d53eb23caae90250d61a8624ffccf91ca16df07614b294cdafbc387f09aa26" +metafile = true + +[[files]] +file = "mods/create-enchantable-machinery.pw.toml" +hash = "eed9cdc2a8373ca272ac3a9e0b50ec13e6ef808ef86a53f211407d8b3b6704d2" +metafile = true + +[[files]] +file = "mods/create-enchantment-industry.pw.toml" +hash = "c670ae9055f10dafb61fe340583c361f4c41ed45671c9440bae1f0696b47252a" +metafile = true + +[[files]] +file = "mods/create-fishing-bobber-detector.pw.toml" +hash = "c9ff36fe7735b709bbf13003f05ae3637b62fc00fd01689da12f65e486fae30f" +metafile = true + +[[files]] +file = "mods/create-guardian-beam-defense.pw.toml" +hash = "ebbeae6d65c714b0bcd25b5f600ae445d16a604b15347b42e2bd3960b208cbf5" +metafile = true + +[[files]] +file = "mods/create-halitosis.pw.toml" +hash = "7087de4537a27036095811d218d18302b29b6dbe34bce26b504c73b5c8f96b7f" +metafile = true + +[[files]] +file = "mods/create-let-the-adventure-begin.pw.toml" +hash = "7b323c8b76960ff2963ac6724cfffae3d9afe87b9cd76d08b6641be80e9ac607" +metafile = true + +[[files]] +file = "mods/create-mechanical-extruder.pw.toml" +hash = "3688fd8c6db46d2196feb5e30236fedbfa4d921a6782fa70e431cbb898596313" +metafile = true + +[[files]] +file = "mods/create-ore-excavation.pw.toml" +hash = "dd0b2f978bc582e671f0b374d1a24680d02e44f9c541ce9c87cba0dacdeda507" +metafile = true + +[[files]] +file = "mods/create-power-loader.pw.toml" +hash = "255864fc7aa8e28619e5ddbf9094623bfcc9d6caa260bc0cd3d32b39d45a532f" +metafile = true + +[[files]] +file = "mods/create-radars.pw.toml" +hash = "d329779921574e5a4709ee468955af18c84546a2be55d13a0e49ca0fc88b0a6f" +metafile = true + +[[files]] +file = "mods/create-railways-navigator.pw.toml" +hash = "9ce768751565bacd62477d56be77dd7f0e0151e03d8a671ee0de21b6a9070818" +metafile = true + +[[files]] +file = "mods/create-sifting.pw.toml" +hash = "cc6fc949e8be879801537a682d4b3870461d66543806f0364e4f30791178e3df" +metafile = true + +[[files]] +file = "mods/create-sound-of-steam.pw.toml" +hash = "2f6d193a89636e07670a8c79e9a409a985468c9c29b9ea97a3c1ad4e8ed438d1" +metafile = true + +[[files]] +file = "mods/create-stuff-additions.pw.toml" +hash = "8d568223f61b027a5db4622d9d15dd8d00ccefe99e1cdcb6b62c0f0fae5c6f27" +metafile = true + +[[files]] +file = "mods/create-tweaked-controllers.pw.toml" +hash = "aba70a0cd8e2169d87508bcf587b8f59cebd0ea466b2fd873a0ca21f9a02ade3" +metafile = true + +[[files]] +file = "mods/create.pw.toml" +hash = "97f7c75ac9bf6ee2a4f15c0f1e3e4cd161f3d2e33f32ebf623811ac90b3c2a83" +metafile = true + +[[files]] +file = "mods/create_factory_logistics.pw.toml" +hash = "44818e88efcbf8f8cfa96486d73ec2d9ad299bc23082ab5b0a88aeb8e7d92b2c" +metafile = true + +[[files]] +file = "mods/createaddition.pw.toml" +hash = "efb00d657d22a7e560916ae2b7a2836f48586527a5ff40338af7e928472ef9da" +metafile = true + +[[files]] +file = "mods/createbetterfps.pw.toml" +hash = "e32c9fced8690cbcee779dcf9b48d38e4f8cf6076ec4bcead8c8a834fc6808c4" +metafile = true + +[[files]] +file = "mods/creativecore.pw.toml" +hash = "9582c04926dd9cea7f68f6f1b4e068bd2ec3f6fcb2734497d885364c6b74b1e1" +metafile = true + +[[files]] +file = "mods/cupboard.pw.toml" +hash = "2eb26b157c4159bfeff6a00147afa35284397d558f84b55367d1a41064d7456a" +metafile = true + +[[files]] +file = "mods/curios.pw.toml" +hash = "9eefd607e0d54ec444e798ccdeede1a09a3939440bd1e11c11b84c07a5134be2" +metafile = true + +[[files]] +file = "mods/curious-lanterns.pw.toml" +hash = "08a2db404abdeeddd99346716bdf566705112db412566f2bde7c5780e62f5c2e" +metafile = true + +[[files]] +file = "mods/cursery.pw.toml" +hash = "2994e9f5cb4f258694f4704ef96eb1ebcf2b1799cd8d9361341c359660cb6744" +metafile = true + +[[files]] +file = "mods/cut-through.pw.toml" +hash = "b64e0bcd7299d5f773d7e7937d141c1c55803a3077de6f242db972853b11990b" +metafile = true + +[[files]] +file = "mods/data-anchor.pw.toml" +hash = "4a24ff40173c5380b4cc3f6c34f1aaa06ee922a6c9fb060d1dd0aea89aef0e6c" +metafile = true + +[[files]] +file = "mods/default-options.pw.toml" +hash = "04982248fbfb09fe69f8075d589bc0bc8fab58bd98e165100f0e9da8045119d8" +metafile = true + +[[files]] +file = "mods/delightful.pw.toml" +hash = "30a0c2c3aa7a3532c3f2121c2aa67ae03fb953cd18e858077a4643bd9bd7bc2d" +metafile = true + +[[files]] +file = "mods/despawning-eggs-hatch.pw.toml" +hash = "67b8e5a7aba13af94d9f4a596138a1e0aa8754ca5b080a295e923097fc342f53" +metafile = true + +[[files]] +file = "mods/destroy.pw.toml" +hash = "111a89a6457a2c98720769fa21e214e1056ad9a05eb58f2ce0e7f4dfc2a65688" +metafile = true + +[[files]] +file = "mods/diagonal-fences.pw.toml" +hash = "31bec9d75cc9e7e00e3b564c7ad5ff161840a7f5d2a6e39e6ba4672b15ed2040" +metafile = true + +[[files]] +file = "mods/diagonal-walls.pw.toml" +hash = "8a0376d17bc64c6fc4d3097b20daf4c5da22735fafb4d5b2dc90a074694ffae1" +metafile = true + +[[files]] +file = "mods/diagonal-windows.pw.toml" +hash = "d83cb449f28672c09c80987e2321bfa13aa6127a814ef6007185575ba0173e0a" +metafile = true + +[[files]] +file = "mods/dismount-entity.pw.toml" +hash = "014cf6e6912ff9476c0ae25b92b2c61aa71c5f780ec670b43e3b30602620bde3" +metafile = true + +[[files]] +file = "mods/distanthorizons.pw.toml" +hash = "a6b00f4e2cabcea93d7e72896ad2abae71cd37bc685b05235b32b9f12a033783" +metafile = true + +[[files]] +file = "mods/do-a-barrel-roll.pw.toml" +hash = "53fd334af7b7c6ada2b3d15a8d666011c5b54bcfc5515e6ca2d13eeb3c286b0d" +metafile = true + +[[files]] +file = "mods/domestication-innovation.pw.toml" +hash = "bfd2911d1fc7136f92be93d4e3081b85f30109373ac640fbac2e3b3896d709f2" +metafile = true + +[[files]] +file = "mods/domum-ornamentum.pw.toml" +hash = "67b30562f3c9b2bdfecc77cbe8fb042a5e43bb84015695c451342f514830ce86" +metafile = true + +[[files]] +file = "mods/dripsounds.pw.toml" +hash = "d709d46fd4c3c5ee65c92ee43f1f5e7d2ad091b5bfe3bd996d50b4922023c7a7" +metafile = true + +[[files]] +file = "mods/dungeons-and-taverns.pw.toml" +hash = "a6af059766ea70358690d048898d19e493108e2e06a97542fac696fd5e03589a" +metafile = true + +[[files]] +file = "mods/dungeons-enhanced.pw.toml" +hash = "116a4e4f12fce0d4f32699608012ec1d7b02d9924ed30dfbff956afcf4a3d797" +metafile = true + +[[files]] +file = "mods/dynamic-fps.pw.toml" +hash = "a4c814876cd9046f9cdbe0a5967edff092adb8c28de2d717ce5fe469d6fbc9a2" +metafile = true + +[[files]] +file = "mods/dynamic-view.pw.toml" +hash = "a955e3695047fa8d2c25bf1fb47d1cad55fff1b4d94d4273e60da84a1d7b4736" +metafile = true + +[[files]] +file = "mods/easy-anvils.pw.toml" +hash = "0c91bda0e9a61b15ac8a729678c70af9b9630c8ea6cadf591750b129caa10000" +metafile = true + +[[files]] +file = "mods/easy-magic.pw.toml" +hash = "f04c6bc722bee9b7f66eb9a1fd6abc016b60c77fc1c9ae05f8dd4a24225a2709" +metafile = true + +[[files]] +file = "mods/echo-chest.pw.toml" +hash = "a03f85ba7fd8beab1519e871b22d1c3525fe2c4176bef49790f4fbd00e37a426" +metafile = true + +[[files]] +file = "mods/effortless-building.pw.toml" +hash = "fc90107a8ba7d443f4e38c2b46743a54bb02596bf076d1de6889eb4d62e5a255" +metafile = true + +[[files]] +file = "mods/elytra-slot.pw.toml" +hash = "b819114773db1e86fa897907d79abf9925f05a6ae3fd10f7a02cca41f3e9a0d2" +metafile = true + +[[files]] +file = "mods/embeddium.pw.toml" +hash = "5ec0c37f3f4ad07a40c10376668bca80334ddb7ad2bab06eb4de8f7aac339c8e" +metafile = true + +[[files]] +file = "mods/emi-enchanting.pw.toml" +hash = "3a728230bfbaf61c1fb3a102bcf320b63a0a132c149b0b827eaf1ce0a52e3fef" +metafile = true + +[[files]] +file = "mods/emi-loot.pw.toml" +hash = "5d6004ca876efde3d87e789b18c6e3c54be63ccab8b733d3f1b7c74f39f29eda" +metafile = true + +[[files]] +file = "mods/emi.pw.toml" +hash = "f0b4372343e873512d57e5ee877f37362f8dde8e75771075abe44686509294b9" +metafile = true + +[[files]] +file = "mods/emiffect.pw.toml" +hash = "f9f6ab1a6f68298710ca37f82503969531856c67138c4049f20c134d8b70dc55" +metafile = true + +[[files]] +file = "mods/emitrades.pw.toml" +hash = "16b4a8a6c29d642b83ccfb68729c6520928fef115551d43aa301da72ca9498cd" +metafile = true + +[[files]] +file = "mods/emojiful.pw.toml" +hash = "df875bdbabfd623724c54a4eccc023dbaec5027e19b9c68e34a70538f510e16e" +metafile = true + +[[files]] +file = "mods/end-portal-recipe.pw.toml" +hash = "194a9fa8a58116434b473033cb9805867f7b1ec9c4fb86ba8077470cf4fa468e" +metafile = true + +[[files]] +file = "mods/endergetic.pw.toml" +hash = "ac8886608c2af5d3406068dab4b29e63317aaee35c4a9565535f28d717cc8194" +metafile = true + +[[files]] +file = "mods/enhanced-celestials.pw.toml" +hash = "6e3de42267e18b37ba96d27a8cf0a147d427caaa95e529784ee3b44832666953" +metafile = true + +[[files]] +file = "mods/enhanced-hordes.pw.toml" +hash = "fab637d56fc710f47c0a1419ac61aa29ef74140d191d34e5271e0c4275cd1bd1" +metafile = true + +[[files]] +file = "mods/enhancedvisuals.pw.toml" +hash = "918746290a31eb36dbb95c7a9fb5397a3b223253cea0850b011604f8c829ecb3" +metafile = true + +[[files]] +file = "mods/ensorcellation.pw.toml" +hash = "6047057f4da3267df6cfb7fcf09ac599b66862282eeab24915fe49aa80ec0ec9" +metafile = true + +[[files]] +file = "mods/entity-model-features.pw.toml" +hash = "14ddf6bc740ded7825a455f90f0045ed3b4c2e65168565715daaff8532da5dbd" +metafile = true + +[[files]] +file = "mods/entityculling.pw.toml" +hash = "ba33e2257a6e3e4ae195919d16fdb142c326261bd0ea57560820f8d9fd9e324e" +metafile = true + +[[files]] +file = "mods/entitytexturefeatures.pw.toml" +hash = "cc4926dece87e61770569a0c558f3c2e674e036a92939afe93058d8c4263b96f" +metafile = true + +[[files]] +file = "mods/escalated.pw.toml" +hash = "4940a95ccc3e64748655a4e9fa4ce866f3a85da1bba7e9f3d0a3b4741dd4b679" +metafile = true + +[[files]] +file = "mods/esf.pw.toml" +hash = "96081096586e12d56e1aca800c43d1c308363968bf728d9df4076b325c602904" +metafile = true + +[[files]] +file = "mods/essentialsmod.pw.toml" +hash = "ec7614e11c8670959e86c8c45fa4a4e098d8643d5e5c13e589bdfe295a5c67a0" +metafile = true + +[[files]] +file = "mods/etched.pw.toml" +hash = "bd2b62e4397f57220ddf4d862b5c6d87de3192b4ff4da14e9f5d00029ed13c48" +metafile = true + +[[files]] +file = "mods/euphoria-patches.pw.toml" +hash = "80c22135368ecb216a6e8992f8485534c8500bf6ea82c8af7f22cb11ebb30962" +metafile = true + +[[files]] +file = "mods/exposure.pw.toml" +hash = "ce198cf0e4ac56f35c03b5e721eacbd6c6bc86b6ab318c4c7259082edb625fc2" +metafile = true + +[[files]] +file = "mods/fairy-lights.pw.toml" +hash = "eeca094798607a0393a5ec261a0f3298e20fa74b0daa879951aec47c2c7fe64b" +metafile = true + +[[files]] +file = "mods/farmers-delight.pw.toml" +hash = "7b846273c5cbc4d0eb1f3d0eb4802b0e81e54dea84cf25666015ca50931fe307" +metafile = true + +[[files]] +file = "mods/farmers-respite.pw.toml" +hash = "49431cb48a66b264c2cb7702c7bb80155d1a59a42d384348e30700ce0ebc1e4c" +metafile = true + +[[files]] +file = "mods/farsight.pw.toml" +hash = "a6313c759ee8e9ab0afb8fc056c6ce6d2be7ee87063c0ec85905b83302382af0" +metafile = true + +[[files]] +file = "mods/fast-async-world-save-forge-fabric.pw.toml" +hash = "23a04210d34ea538f7a1db8a2b8abcb929e683632a1bb0c9ed838af9cd93d0dd" +metafile = true + +[[files]] +file = "mods/fast-ip-ping.pw.toml" +hash = "06580e84bd3c27a84c743ebe0c45e3bd7ce6e1b6377e39f15774634a7663130b" +metafile = true + +[[files]] +file = "mods/fastboot.pw.toml" +hash = "d4b18897dbe6c897b49afd13ccd6402c6a8aeb4935e94e98414d594a4f67791f" +metafile = true + +[[files]] +file = "mods/fastfurnace.pw.toml" +hash = "932ddad36de5cc064fd285cff392872050de95e262029d336e99f44e0ce01d97" +metafile = true + +[[files]] +file = "mods/fastload.pw.toml" +hash = "832e8a46a8abf0363eeeea3f860b6b8ec5af2e9e8bb717be03fee848470dd538" +metafile = true + +[[files]] +file = "mods/fastsuite.pw.toml" +hash = "a828c60907bd972cb75263bce3bd6bacfb31b98ccb3d5556ad10c7be81258e5d" +metafile = true + +[[files]] +file = "mods/fastworkbench.pw.toml" +hash = "77095e78d0432b58d1243f271e953c8c6b318bf8dbd0563358b07e15baf30a9c" +metafile = true + +[[files]] +file = "mods/ferrite-core.pw.toml" +hash = "902bac905b93271f02bd0951a22bac06a3da24f5c237fcaeb469e14a7679e508" +metafile = true + +[[files]] +file = "mods/fix-gpu-memory-leak.pw.toml" +hash = "e60a8e1a8559394229fbd54e3e386709f10d3a693f0d470b3708da08736efaae" +metafile = true + +[[files]] +file = "mods/flat-bedrock.pw.toml" +hash = "48f024992f7d4b734688ae4102b3660a090c5ae3f871e831533f4e8b6e8a01a8" +metafile = true + +[[files]] +file = "mods/flerovium.pw.toml" +hash = "7e4d086c43ca799a4974051db465a8f8c63c912137ef98557047a1e3f7068d8d" +metafile = true + +[[files]] +file = "mods/flower-seeds-2-biomes-o-plenty.pw.toml" +hash = "8ece65683a05af3181ced85f44f0d67bb6e254ff2d536cd308547c7a8f2faad4" +metafile = true + +[[files]] +file = "mods/flowerseeds.pw.toml" +hash = "0c06930680283810407478f5c366d7381ae51a1ae3419e611191b80e7d43158e" +metafile = true + +[[files]] +file = "mods/framedblocks.pw.toml" +hash = "41e24ed037adefe00c62d1935f428cc71cb733a04e8012223d66004e52f5ef9d" +metafile = true + +[[files]] +file = "mods/framework.pw.toml" +hash = "376f8a190f00bd120193d7a665ebe1b03dfe329cc395f7d944f7216c1182c84d" +metafile = true + +[[files]] +file = "mods/functional-storage.pw.toml" +hash = "0d719b8788c3e53940faa21383b51197049ab367fb25fd32aeea852f0a69ebdc" +metafile = true + +[[files]] +file = "mods/fusion-connected-textures.pw.toml" +hash = "c3dc9fa3e5dac927b728439d9601bdbbe5d07b499f660bf54e9967f5b98247ac" +metafile = true + +[[files]] +file = "mods/fzzy-config.pw.toml" +hash = "9e5fe7493fe0106d7c8e2a4a15ee3426c204db1d884ece072bd3cfd8399be9ca" +metafile = true + +[[files]] +file = "mods/geckoanimfix.pw.toml" +hash = "f78c94f42ffaf5365f45b58f83545ced3dc9ae0cf075412e7710079e163eed28" +metafile = true + +[[files]] +file = "mods/geckolib.pw.toml" +hash = "5290e7961ab2ca528b8bf3fecfbcb33240029314fd7cb2086c06c3ee13daf1fc" +metafile = true + +[[files]] +file = "mods/glassential-renewed.pw.toml" +hash = "b4a11fb082275738d08b6c2bcad6d934801c5b5705abb30d2c5b5b908bc8f1c2" +metafile = true + +[[files]] +file = "mods/glitchcore.pw.toml" +hash = "71f185e62d546881244d4b5a213ebc3d2d6df14b0218c0e5dd6426fcb22cb55f" +metafile = true + +[[files]] +file = "mods/grabby-mobs.pw.toml" +hash = "1fc17008c6d7bf42c8067b11a626bbe284597e5f45784b327203e3888c24a2f1" +metafile = true + +[[files]] +file = "mods/gravestone-mod.pw.toml" +hash = "505f977e07c140709abf88b890313a65b01116a1ee1b0c15f0ef479cbf00cd89" +metafile = true + +[[files]] +file = "mods/gravestone-x-curios-api-compat.pw.toml" +hash = "f29b802fac8e85e5b6b4bc52338495ee5a3cb40aea8798296bbf00befcbb613a" +metafile = true + +[[files]] +file = "mods/gui-clock.pw.toml" +hash = "a9c241e1b2d4ac6b5e3624e8c8ce582ac56f663202b8f7aa2a8a8cad108146b0" +metafile = true + +[[files]] +file = "mods/gui-compass.pw.toml" +hash = "9036f0e7bcc0a2eaf1a6799eb90a5cf6c1af6005c7713f23dd18ec7f6e36afa7" +metafile = true + +[[files]] +file = "mods/gui-effect-timer.pw.toml" +hash = "30d423b601f0d4ccf180d9a332e5dad3309e457c3656ce336e13f891b223c4eb" +metafile = true + +[[files]] +file = "mods/handcrafted.pw.toml" +hash = "db495b3ac268709a2ba673bfe220b10257fb7dae549f94bfbd539617d571f131" +metafile = true + +[[files]] +file = "mods/herd-mentality.pw.toml" +hash = "fa64ace9c6827c4d72cdd7e9a231ab630e4fe917c2c450c39b3dfde78becce13" +metafile = true + +[[files]] +file = "mods/highlight.pw.toml" +hash = "bfe8e8ef61657bfc608211ceec3ba076813b6b534b31ab05c51d52fdbdaf6833" +metafile = true + +[[files]] +file = "mods/horde-moon.pw.toml" +hash = "adb0c79bf433904b98f0d1dbabcdfbd2b0a4f88c641da1052333e2a487c9ff26" +metafile = true + +[[files]] +file = "mods/hourglass.pw.toml" +hash = "33c13017e0a59e5743ac644cf37496622a096c925b708e3bd39de676b1c2fc00" +metafile = true + +[[files]] +file = "mods/hypertube.pw.toml" +hash = "ba3fcb30a7c4482efca462d9a13964eecc37c48b8ab136d946dbf9f204b19816" +metafile = true + +[[files]] +file = "mods/iceberg.pw.toml" +hash = "c1d1a0476c58e3c011de6f750f48eb4f48493a1b9cef7bd59c008e87e0c0984c" +metafile = true + +[[files]] +file = "mods/immediatelyfast.pw.toml" +hash = "591082f1380a5542d2d1acb537d8d53ee26b5492a0b757d086729e926465eca8" +metafile = true + +[[files]] +file = "mods/immersive-aircraft.pw.toml" +hash = "06d89bbcca9f454369e193c6f042a8931d40d57c53ae9aff2f7a25c106c70f5d" +metafile = true + +[[files]] +file = "mods/immersive-machinery.pw.toml" +hash = "f45e371916edd3de073a9733e494c1dc14fc10622330e78724f89333a9de7a04" +metafile = true + +[[files]] +file = "mods/immersive-paintings.pw.toml" +hash = "3aa4d2e503b7a4544868954aa8175335ee34714a8b44cc2a41cdbb833e271c31" +metafile = true + +[[files]] +file = "mods/immersive-ui.pw.toml" +hash = "db67b75db18d2ce8bebe92b72f5d5a3f64de4077edfd4439e8f633517c6f53c1" +metafile = true + +[[files]] +file = "mods/in-control.pw.toml" +hash = "239b4042820f3c77f2750690bac6a1ac09638f6fa6b47f3b486436e96deeb0e0" +metafile = true + +[[files]] +file = "mods/infused-foods.pw.toml" +hash = "1fceda5e8deb44acdced2f940ac7204d8bced63ec5476491ceace13973f26898" +metafile = true + +[[files]] +file = "mods/interiors.pw.toml" +hash = "94a549e2ce246807a68cb59773e2ee2ec412039fb2aed4e4d5b35077972c66d4" +metafile = true + +[[files]] +file = "mods/inventory-essentials.pw.toml" +hash = "c041823ae93801a6c94e9c5ddc77c78c961432c3264b9af4bda70e641bd81d78" +metafile = true + +[[files]] +file = "mods/iris-flywheel-compat.pw.toml" +hash = "9a4c54491b61110383b5e55036d900ef8457e2a7d6261c821bda60a3b55a8688" +metafile = true + +[[files]] +file = "mods/item-obliterator.pw.toml" +hash = "8d2954e230da5baa467b2851827aed41e6c7544fd2ddbb581fa177efb2bc0ffb" +metafile = true + +[[files]] +file = "mods/itemphysic.pw.toml" +hash = "f22ed96cbe57135e229a2cb014cd4a6327ecd78b48354f906924a51ab1afacc7" +metafile = true + +[[files]] +file = "mods/jade-addons-forge.pw.toml" +hash = "f8312021fd88a4952e1d50a2f156fab65314f87658d7153efc56be76a422d5cd" +metafile = true + +[[files]] +file = "mods/jade.pw.toml" +hash = "66a8d44f5ef66075063ced8b54312a46bb8a256090d36df877b8ff58de9d16be" +metafile = true + +[[files]] +file = "mods/jadecolonies.pw.toml" +hash = "b4f2303ad933f043ea13832bb130fec60ad4892e489bc19f9fff7db1b9db8a66" +metafile = true + +[[files]] +file = "mods/jaopca.pw.toml" +hash = "ee0c30de0a6e37f4bc54b186adad9c7d92f2e52ad38563bfda9892dac08b9d38" +metafile = true + +[[files]] +file = "mods/journeymap-integration.pw.toml" +hash = "3821402f6ea538edf6f958ca67b81fa999379d4d36f6fcea24b44a80f70a450d" +metafile = true + +[[files]] +file = "mods/journeymap.pw.toml" +hash = "b29b617692233d60179a6d7376dade85063af0e73a3cc53c623bf570fb768d82" +metafile = true + +[[files]] +file = "mods/joy-of-painting.pw.toml" +hash = "dca44614a72da5f7d2d57823cc54aaf3335d652c1a447a6e5df2e60365a6ea95" +metafile = true + +[[files]] +file = "mods/justenoughbreeding.pw.toml" +hash = "1452a856b21b8b84e47c2220bc4e6a410ce5330023f890009a3f84c9046c6d3b" +metafile = true + +[[files]] +file = "mods/kambrik.pw.toml" +hash = "c87302d1a4dc50b28115cd591dd32f751a0b9ca880f20658d2e537cb117a7df8" +metafile = true + +[[files]] +file = "mods/keep-my-soil-tilled.pw.toml" +hash = "cb3d4d3065e00571b32f0b016c08fa061e48d9eff5d35e92847dc98a5ada4af1" +metafile = true + +[[files]] +file = "mods/kleeslabs.pw.toml" +hash = "75c7970a9da830e67e3d06c3f300c77fc6ca04cd78570c5324e902e65ec90e38" +metafile = true + +[[files]] +file = "mods/kotlin-for-forge.pw.toml" +hash = "7ea985404ee4cc9082472c6869ec146309f526e395361b39f2f4c1a43506c41d" +metafile = true + +[[files]] +file = "mods/kubejs-additions.pw.toml" +hash = "6620fae8fba109613b492e98dd0238da3960525b6b39a113d016d4a55c6d697b" +metafile = true + +[[files]] +file = "mods/kubejs-ars-nouveau.pw.toml" +hash = "94416feb86dc3a3e476e1c3d761111b0223426c92b9a2b0f388abca81b5b5a57" +metafile = true + +[[files]] +file = "mods/kubejs-create.pw.toml" +hash = "e9ea701c9fc9bb54d1bd3b6998403a229f896449c0d15b5df23dc46e20ac5092" +metafile = true + +[[files]] +file = "mods/kubejs.pw.toml" +hash = "b6ed220c9069f60704dbfe19fd55c976ca56ada35bcb6918c4ad226cd842b99c" +metafile = true + +[[files]] +file = "mods/labels.pw.toml" +hash = "7923eace31678f02b226afaff1840bca064c0fc8d3194e422a79783ebdb9ffbf" +metafile = true + +[[files]] +file = "mods/leaky.pw.toml" +hash = "ba3aa25a5f522e55225ad0bc52bc4011864ad5fe24ca25dbea32fb7dde29753f" +metafile = true + +[[files]] +file = "mods/leaves-be-gone.pw.toml" +hash = "9a5e498a9c596fb0bfbab74173aa854257466e8c538d15c1966ce268b3267575" +metafile = true + +[[files]] +file = "mods/legendary-tooltips.pw.toml" +hash = "bc4c7d42fd94d57b020a43dbb3aa3caaa8395c77bd872f252a8302a39b2256a9" +metafile = true + +[[files]] +file = "mods/lexiconfig.pw.toml" +hash = "471f6366615d29246e35c3193359ea479925ad98eb2beb1d59f0647f9896df3d" +metafile = true + +[[files]] +file = "mods/libre-exp-fix.pw.toml" +hash = "2663905fe952509f424367370d0fc98c683103688983deb8b7a01f30fa77ac73" +metafile = true + +[[files]] +file = "mods/libx.pw.toml" +hash = "5f92ea3a89a013d4a004e1a391ee00dad45715d46e002210a5692b87ef324815" +metafile = true + +[[files]] +file = "mods/light-overlay.pw.toml" +hash = "ec1dbea2c473bfd08357e3a31745ba28046debee77242e9c401169ddbc88bcd3" +metafile = true + +[[files]] +file = "mods/lithostitched.pw.toml" +hash = "457f1d7c34cb8cb605b002fee89d3f0a766eb461ef82236c48cb1196b1e81a97" +metafile = true + +[[files]] +file = "mods/littletiles.pw.toml" +hash = "4636619eb9cd279957e6f4e840c0e660bf3850a877dc34ba26eb3582f12183c4" +metafile = true + +[[files]] +file = "mods/lmd.pw.toml" +hash = "6aa6897a3227a41db128aef512ad6e6cf33e3c3b806973f94bf63a2eed69f4df" +metafile = true + +[[files]] +file = "mods/log-begone.pw.toml" +hash = "f618ae45f80532409d1c2b5a473320f54619540580c3f51160f44927ade0ee6a" +metafile = true + +[[files]] +file = "mods/login-protection.pw.toml" +hash = "2cc3e04346dd40e35885ad4f64ce5bc1362d5a4882c58fc53717fe12aa389002" +metafile = true + +[[files]] +file = "mods/longer-chat-history.pw.toml" +hash = "686fa9e001d88a8d6209426fbe13fb84a13fc9e1d72cf02717e3bbee4dec3d86" +metafile = true + +[[files]] +file = "mods/longer-login-times.pw.toml" +hash = "27778be66f8c825ab12d72c76cf39163c9e4b083a7956049ebda1d66ed2ad99c" +metafile = true + +[[files]] +file = "mods/lootjs.pw.toml" +hash = "dac76b57fd114d37956011ad054aab6b5e86f1fd9e308da534bff0ca69a78989" +metafile = true + +[[files]] +file = "mods/lootr.pw.toml" +hash = "00f3f21762720f03dd0f1d60449d2a5d3a0104989223f4efa81401d94b8f3358" +metafile = true + +[[files]] +file = "mods/macaws-abnormals.pw.toml" +hash = "e16479a82d98e0f2c794ace703a9be92f9a977ea73e84a4abcb151ea36a01dbe" +metafile = true + +[[files]] +file = "mods/macaws-biomes-o-plenty.pw.toml" +hash = "2b8c0e4b034cdd77791bd822e8a5e5c42ada35f977132d6ee2297e8e1cddda3b" +metafile = true + +[[files]] +file = "mods/macaws-bridges.pw.toml" +hash = "ee387ba74c2c7e999d48071408abbd1ca322e70f36e79c590a150c9572d3a9cb" +metafile = true + +[[files]] +file = "mods/macaws-doors.pw.toml" +hash = "e4f414ece2ec81f6dd2dfb8c0176670a576b988f60c8b45a1f4b749b4d008c9d" +metafile = true + +[[files]] +file = "mods/macaws-fences-and-walls.pw.toml" +hash = "c671e975aad1c5aeeb6ddd19894baa899334cc266001402c1a956f83c465cc34" +metafile = true + +[[files]] +file = "mods/macaws-furniture.pw.toml" +hash = "454c8dd01b9f5e9b9288f37230dd0e38b7a2bba8d14bf4adce738185626191bd" +metafile = true + +[[files]] +file = "mods/macaws-holidays.pw.toml" +hash = "c2b6ff731ec50589e048a1b424bed73d3d3498cc99b3588db6c224465bb82454" +metafile = true + +[[files]] +file = "mods/macaws-lights-and-lamps.pw.toml" +hash = "a205d0ab764efa4bb2eb93c114bbfde4cd3e117d117be9a941b8b56148945d0a" +metafile = true + +[[files]] +file = "mods/macaws-paths-and-pavings.pw.toml" +hash = "1a621ba80dc3db935afe234475501a880e11a2cc96222833803e6636154f6724" +metafile = true + +[[files]] +file = "mods/macaws-quark.pw.toml" +hash = "566cf4cd7b8b82829a317e9efb2df27783990bdf62cc8ec948918ce3d0b51f24" +metafile = true + +[[files]] +file = "mods/macaws-roofs.pw.toml" +hash = "1191b45155fb0f23f5a3fe4b9170b73f52a1c9599de504fe922e4ea7e7e3c95f" +metafile = true + +[[files]] +file = "mods/macaws-stairs.pw.toml" +hash = "27745585e7d6cebb2fcb687563ce64d67a6dedc9ba1755b34d08309f591c8e92" +metafile = true + +[[files]] +file = "mods/macaws-trapdoors.pw.toml" +hash = "40d34a4deede6848d6a49a9f1cf8fdd2af9dd1de058ffeb77e247099e087621f" +metafile = true + +[[files]] +file = "mods/macaws-windows.pw.toml" +hash = "dd8c35f46e1998175f993fa3acfc8b17600a1c031d62e273474232299d698afa" +metafile = true + +[[files]] +file = "mods/magnum-torch.pw.toml" +hash = "33ac8df50343a510256bb78c4dca99014fd4f88fdb548edd8aed6a3013f8947e" +metafile = true + +[[files]] +file = "mods/majrusz-library.pw.toml" +hash = "bc6a2458b8337e76c0636142242ef36f75ff13e65f977fdd81bb5cc823e5b360" +metafile = true + +[[files]] +file = "mods/majruszs-enchantments.pw.toml" +hash = "e15076021a888aa4c0d5320c3c1bb97d5ff882b7596453b07b78cce462036178" +metafile = true + +[[files]] +file = "mods/mapfrontiers.pw.toml" +hash = "fe878c20c83e1d4ac34a97c370a50947ed90d765ec005c935925aaded41abe8c" +metafile = true + +[[files]] +file = "mods/melter.pw.toml" +hash = "d84a6db03f9e656a5976b9f6065740e8456b8f4fe8c614628e340b9cc75ec980" +metafile = true + +[[files]] +file = "mods/memoryleakfix.pw.toml" +hash = "ade41e4315735aa9116a0222b332e03d3f8df6eea301764d40d0bdc40f5e8689" +metafile = true + +[[files]] +file = "mods/midnightlib.pw.toml" +hash = "82a0484217227dc92a79a12733b5a8051591c14c5aff1a55e7e675eb8c7eb72e" +metafile = true + +[[files]] +file = "mods/mimi.pw.toml" +hash = "33fbcd9a8b89bd4ee05892f89f79f4af26812093432bffca0ea0d260b76ca66b" +metafile = true + +[[files]] +file = "mods/minecolonies-compatibility.pw.toml" +hash = "04de91d4fc27eaf30c24c8bab1bf8653d3dd02e913986f61248a8ae8a5ccfb9e" +metafile = true + +[[files]] +file = "mods/minecolonies-for-computercraft.pw.toml" +hash = "0a869d874f172ec0ee7bafe6240922e0dea6944388079c58d1e15f76d1a42140" +metafile = true + +[[files]] +file = "mods/minecolonies-tweaks.pw.toml" +hash = "a111bbfa4eb381243dff971f8a63d1266a4f7dfc4e7dea99750b6562eca79a3d" +metafile = true + +[[files]] +file = "mods/minecolonies.pw.toml" +hash = "392032be14361a623c145025d428c840a43005d6a439aaf1a7f03629191fd75a" +metafile = true + +[[files]] +file = "mods/minemention.pw.toml" +hash = "fc276741dc939cdb4cdb677a9643166abcff2ce81c9e2f91f349a4090a2a8446" +metafile = true + +[[files]] +file = "mods/minemenu.pw.toml" +hash = "15b4d5978d62a45d63626d4aa51d772e0aa5cda41c77eac3e15088c093b88d1e" +metafile = true + +[[files]] +file = "mods/miners-delight.pw.toml" +hash = "67a9681bb1944cb09e596d30905be4ab72f5478b5abaa67a45737a51824ae648" +metafile = true + +[[files]] +file = "mods/mmlib.pw.toml" +hash = "cad7a953dcc840a65ab415778f92ae16b36c0eefe7cddb4bdfb998bdce07dd43" +metafile = true + +[[files]] +file = "mods/mmmmmmmmmmmm.pw.toml" +hash = "70bd76457fcd02b797eeaad3e88c3390b88d0e8bd15d7100631c41401953926e" +metafile = true + +[[files]] +file = "mods/modernfix.pw.toml" +hash = "dc906a68268eaba1a7690ddda6931e752b72aba629eec3407f252ecee76b70ea" +metafile = true + +[[files]] +file = "mods/moonlight.pw.toml" +hash = "93261366422f3358126df561a57ae6e2d93bd11600d9fbaba5f866ec52a319f0" +metafile = true + +[[files]] +file = "mods/more-red-x-cc-tweaked-compat.pw.toml" +hash = "c267d39e15eee2203a0773569d9dbc28fab80b764cc60119cfe30a650e954fd7" +metafile = true + +[[files]] +file = "mods/more-red.pw.toml" +hash = "ea4a8be0d3d889f0240a975a2ba25d8c39c29900fe47de950b667dd7f5c69a88" +metafile = true + +[[files]] +file = "mods/mouse-tweaks.pw.toml" +hash = "679fa8f3b49b9ed3fbcb29d6ccdb99bce465faa01f9cec000464ac8d4fbe134f" +metafile = true + +[[files]] +file = "mods/multi-piston.pw.toml" +hash = "680583e1e6c2b4aa4251b25f4887d7e865dfa889268052c498ef152dedee812a" +metafile = true + +[[files]] +file = "mods/multibeds.pw.toml" +hash = "1237338874b76d4521a4016e562014e03f85968c88cda1fc45ee1d8c6afde7c2" +metafile = true + +[[files]] +file = "mods/my-nethers-delight.pw.toml" +hash = "019b1fc9ddc90219203532bf68538e1f1b2487599c6c9b9a3a074df0abd66b48" +metafile = true + +[[files]] +file = "mods/necronomicon.pw.toml" +hash = "1802dcd780c6deb02fb0d9251474f221077c7c80b8d673585ab59a93f4fe2abb" +metafile = true + +[[files]] +file = "mods/nekos-enchanted-books.pw.toml" +hash = "d8bade3bf5ab82d9b3f185bff6c5630cfa4319f331c12d0b6ee226d65eb8b345" +metafile = true + +[[files]] +file = "mods/neruina.pw.toml" +hash = "370cc7013d4161ac19543d08d386376a979a4a6a0b016f6c76cd391784ba0634" +metafile = true + +[[files]] +file = "mods/netherportalfix.pw.toml" +hash = "311e6ff7804f35deac9b3bd48bba8708590f1d8b6648048e7a021b4c5583d3fc" +metafile = true + +[[files]] +file = "mods/no-chat-reports.pw.toml" +hash = "b849dfdaaa3e4ad635fb16595bfd6ae03b83de0c02f5b06faafb24cc33926f3f" +metafile = true + +[[files]] +file = "mods/noisium.pw.toml" +hash = "c18dd089c44103b56f8edcbd41a071e41a1fcd46094b2c93df5cc5f07853f18b" +metafile = true + +[[files]] +file = "mods/not-enough-animations.pw.toml" +hash = "da05994ea44ee2e24f3554ca617db6b87a34d8c65e0b80ec85a3dec3e8b93f11" +metafile = true + +[[files]] +file = "mods/notenoughcrashes.pw.toml" +hash = "1588f074af0ca7a5145fd676faf3e14381bb96d1383a3dfbaac7398b1dc6e2fd" +metafile = true + +[[files]] +file = "mods/nukateams-gun-lib.pw.toml" +hash = "7860d26898adba94ff8f2166aaabdb28a697d36a22ad34da95d7cc248cbf9835" +metafile = true + +[[files]] +file = "mods/nullscape.pw.toml" +hash = "e5e76b305f6e8fd611fb70695f42014c62e5f46b926d626eaf5ca0c78e394c5c" +metafile = true + +[[files]] +file = "mods/numismatics.pw.toml" +hash = "63504f8d1db513fa1a78c214d824be5a9ddba732850a461cae0bb1029b8462b7" +metafile = true + +[[files]] +file = "mods/obsidianui.pw.toml" +hash = "fba2939765b7b4fdeaf0f01589ab562c806859ba10924c2dc2a9cdb8b05852b2" +metafile = true + +[[files]] +file = "mods/oceans-delight.pw.toml" +hash = "7f5a7cc6134e81f6f9411e353d5f92bee50fba2edfbc738b1fb3732a54cf51ba" +metafile = true + +[[files]] +file = "mods/octo-lib.pw.toml" +hash = "4ee6b38fbd604374f4703b852ebe2119c6493ae09b88f6398ab256e423bd5d4a" +metafile = true + +[[files]] +file = "mods/oculus.pw.toml" +hash = "f83b253ca6a8e6f2f847952704da0e1fb00e65cbb10b7c9cb15d1a1780618da0" +metafile = true + +[[files]] +file = "mods/overflowing-bars.pw.toml" +hash = "fb05d7ec98426510ee309380a6f804f5670fe45657cdfe6b2b83ee1fa375f7e7" +metafile = true + +[[files]] +file = "mods/packet-fixer.pw.toml" +hash = "6228ae1e24e5f876d3feff6b45762a20fc496f1c3f7e48972d45446e42d095bc" +metafile = true + +[[files]] +file = "mods/parcool-compatibility-addon.pw.toml" +hash = "f6e668b29090a5d1d19711649bd28a0eb5cd74abfb4bffde4c8aec6ebe7d084f" +metafile = true + +[[files]] +file = "mods/parcool.pw.toml" +hash = "8df736af7b5447e8c5027a716975434a9f76ad0390cdf8c0c1b85ceee8aabe93" +metafile = true + +[[files]] +file = "mods/particle-core.pw.toml" +hash = "be2cd243fe83f4253d406afaf81781ffafb12d86903fcac8df913f247d84a0df" +metafile = true + +[[files]] +file = "mods/particle-rain.pw.toml" +hash = "294cc52b53a8fa2cda03dd772380fbae58c822a5f27c7c66e8d7a7d43ec9c297" +metafile = true + +[[files]] +file = "mods/particular-reforged.pw.toml" +hash = "478c689d606c576b161d8e775497e2f529af4c770079747eaa527230b1bf112d" +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/petrolpark.pw.toml" +hash = "eda279845f88269a5eadcf01f2ec75e975882dbf549c5332d97f55a1b02850a6" +metafile = true + +[[files]] +file = "mods/petrols-parts.pw.toml" +hash = "f07927109b603c991c76f91e69e18dc0f4935b56bf7bb8a1026da9605052855e" +metafile = true + +[[files]] +file = "mods/pick-up-notifier.pw.toml" +hash = "a566e339809d1596f335414f04f8151a56149af191ee3161c2e73a4db7084b3e" +metafile = true + +[[files]] +file = "mods/ping-wheel.pw.toml" +hash = "b1838e8993cd1779474f5eb252fa0cac06e469441c1d10dc163c0f1038afd6d9" +metafile = true + +[[files]] +file = "mods/placebo.pw.toml" +hash = "045d582e2c534c5bb96d7336b4ae2cd12692c6de29b19ae5f1dbfd8759c03b03" +metafile = true + +[[files]] +file = "mods/platform.pw.toml" +hash = "b1f540bb76039ab86c9160d8d92ca93fe21559aef95f1e5819f7061740c6e8a6" +metafile = true + +[[files]] +file = "mods/platforms.pw.toml" +hash = "a3405020853f549e0041348eb106035c43b0fbab617d8c5df52e7e6cea45b67f" +metafile = true + +[[files]] +file = "mods/playeranimator.pw.toml" +hash = "765987a78e5d8c782d0da2de99998b43b5907d6c41347d3804045ad109e4a586" +metafile = true + +[[files]] +file = "mods/playerrevive.pw.toml" +hash = "0e4e32a1b974218110ad20c2545e57e748979dbc7b0e4981d474a6386b898c05" +metafile = true + +[[files]] +file = "mods/polymorph.pw.toml" +hash = "4ab869d8784f4ac318b5c92fa3d9e65f997352b8b57f34b409ca6f171637f0fe" +metafile = true + +[[files]] +file = "mods/portable-tanks.pw.toml" +hash = "ea41c1a0fa68ef2442705fd325e5d622357787024bda5e352a0e1c94ce65a265" +metafile = true + +[[files]] +file = "mods/presence-footsteps-forge.pw.toml" +hash = "7cc7116fee8b525e93630dc9a4d79b5a6f0ae07434cad71280fad75224442502" +metafile = true + +[[files]] +file = "mods/pretty-pipes.pw.toml" +hash = "4145ea27a5d578ff8e3786bd3cf6533688eda6b9df129cf80308e81bea63163b" +metafile = true + +[[files]] +file = "mods/prism-lib.pw.toml" +hash = "f79cb80b6ea599fe4ca9404465277ff7edf25118976170c28827590febfcee7a" +metafile = true + +[[files]] +file = "mods/probejs.pw.toml" +hash = "3e206eab3141046deacb09e998bb854df66bd4319b6f6cb77e84d85366836bbf" +metafile = true + +[[files]] +file = "mods/puzzles-lib.pw.toml" +hash = "74991cede8019cf93d1243369d840913375ab3a7d448d764c7a15f87f5bc4e52" +metafile = true + +[[files]] +file = "mods/quark.pw.toml" +hash = "8df897c0f7831e919aa528c3c1e5239f39439c123d99761230ab2357132bad98" +metafile = true + +[[files]] +file = "mods/radiant-gear.pw.toml" +hash = "0769e162810d1d35105b3c777f8acdb52970b32f77da15d09c88c4e41eb2a3c4" +metafile = true + +[[files]] +file = "mods/rechiseled-create.pw.toml" +hash = "8911c9c22f020ad594f6c83442ca069d13ed72b386e22c614ba4f749556c23f0" +metafile = true + +[[files]] +file = "mods/rechiseled.pw.toml" +hash = "442f784b7c8e3d3231e407a9af4530c16fff9c301a5f57144fb5d895c754ded9" +metafile = true + +[[files]] +file = "mods/recipe-essentials-forge-fabric.pw.toml" +hash = "346314904e0a035d68514e7d9e332d4a63e288abc7fd7bdfaf6d655c511a5916" +metafile = true + +[[files]] +file = "mods/redirected.pw.toml" +hash = "e6a6271d5f360df60467751651242b3eb6cc86f3e1fb94def2b32427080f7bd7" +metafile = true + +[[files]] +file = "mods/reforgedplay-mod.pw.toml" +hash = "857a3522fc1c73555f35b887ab4be67571b83c09ba604d2a44c24b027a150694" +metafile = true + +[[files]] +file = "mods/regrowth.pw.toml" +hash = "5e893defced5c834e2c08f650ef66c6661bac7b46d62f206427ac813b127e6ac" +metafile = true + +[[files]] +file = "mods/repurposed-structures-forge.pw.toml" +hash = "e2df7d107a8bbbd97924de5e8230ec319970134029bde0b857ed8e863acc8591" +metafile = true + +[[files]] +file = "mods/resourceful-lib.pw.toml" +hash = "5c07edd0c8fe82e85efd6c027476ba54cf98291526803b74614c3436292e4ab6" +metafile = true + +[[files]] +file = "mods/resourcepackcached.pw.toml" +hash = "23f7a6f94c573aa57558e5c06c1ffc4169c0dcd8f13d88c54003a910b5bf02b7" +metafile = true + +[[files]] +file = "mods/retro-damage-indicators.pw.toml" +hash = "ba76693f55482df48a233d1429477b6aee8cb3e191af8a2e8e7d290017ae839c" +metafile = true + +[[files]] +file = "mods/rhino.pw.toml" +hash = "5b92406160d9ea8a61ddf111caaecb7f6283678e2c40b08b72dce3eeaf20dc96" +metafile = true + +[[files]] +file = "mods/rpl.pw.toml" +hash = "de023c84385bc6e7399d54e2c172c96c95e501104c822496ff1b336ea11a60b3" +metafile = true + +[[files]] +file = "mods/rrls.pw.toml" +hash = "35c4484a3bd6b9055f3f944ed8bdc27fb8c62a385277b9e7f89fd19bccfa4191" +metafile = true + +[[files]] +file = "mods/saplanting.pw.toml" +hash = "3fd9d3cae12326ac693bbb1f16ae17fa17e6d0ca1d267334526af8926a940b65" +metafile = true + +[[files]] +file = "mods/saturn.pw.toml" +hash = "3602f220a9d98e89d44168a6e84dc7bb169fb8b8209b4b966288d1fa1c3650bc" +metafile = true + +[[files]] +file = "mods/savage-and-ravage.pw.toml" +hash = "2baa9ef40b8cea6397998245f451d8d5c65c97633562bae8d3db7c442d3b02c7" +metafile = true + +[[files]] +file = "mods/scaffolding-drops-nearby.pw.toml" +hash = "0cd5367ed91852729bc52d57bdbabc4079fa92c1aa7b03ef19c3f8d9f737978e" +metafile = true + +[[files]] +file = "mods/seamless-loading-screen.pw.toml" +hash = "9fa45dfc2bc1e69381308d53a3a2f4ce21c10664424cdc8b84366d448cbc5250" +metafile = true + +[[files]] +file = "mods/searchables.pw.toml" +hash = "b8c7497acbf4890b4609b6b20de7affdd3482fc99af975d9ff6b29c075e1d8a7" +metafile = true + +[[files]] +file = "mods/security-craft.pw.toml" +hash = "e1ba99a16736c1f1cf3f88f5f88be42b529922a066ca4c1f67384c5b69d37a4b" +metafile = true + +[[files]] +file = "mods/servercore.pw.toml" +hash = "517915b57bfe0877d5c252e0f79084b545627770082ccdbe769c39b4031378b9" +metafile = true + +[[files]] +file = "mods/shetiphiancore.pw.toml" +hash = "fe2fccdae540a4eb5629b6a77e640972307d38e7e5f41848129f87741e5aff80" +metafile = true + +[[files]] +file = "mods/shoulder-surfing-reloaded.pw.toml" +hash = "7bca90c4efb4c34f696ee68da4efb80af5106afd82c4252c5a10b08adf8c79d7" +metafile = true + +[[files]] +file = "mods/silent-gear.pw.toml" +hash = "ccd0eaace91d511375a1eeb58bd045dfe3c951d6f3d748284eced2b6614168bd" +metafile = true + +[[files]] +file = "mods/silent-lib.pw.toml" +hash = "d8534ac5dab1f2bef206331abd2d2a0bb504b68c10fcd71aefd49239eab5f7e0" +metafile = true + +[[files]] +file = "mods/simple-login.pw.toml" +hash = "88bdb37465eaaeea366e49cb9cee56a4b7165e7dba43c00f7825b38d2beafcdb" +metafile = true + +[[files]] +file = "mods/simple-radio.pw.toml" +hash = "60a3b1aa962b013468fbaf732b7b7e5e04734ed0e8f09e7eed84b2da3e01ab0a" +metafile = true + +[[files]] +file = "mods/simple-voice-chat.pw.toml" +hash = "8d917ea7ff84c93d8791ad83778df087666af97251d884d6628da35c99e7da69" +metafile = true + +[[files]] +file = "mods/simply-light.pw.toml" +hash = "762eced5d260cdbc94f0acc033efd8fe70fdfe5a28bd8d180e0b052de509893f" +metafile = true + +[[files]] +file = "mods/sizeshiftingpotions.pw.toml" +hash = "7ee2ac87bbb1d754041dfe34d9f7472f398a805af1b5e4cd93cad79489d36bb2" +metafile = true + +[[files]] +file = "mods/skeleton-horse-spawn.pw.toml" +hash = "b32cb63613b0718eceee0b703c851da70aad6e2e230dbfbf757f5b4c0b60a4ce" +metafile = true + +[[files]] +file = "mods/skinrestorer.pw.toml" +hash = "f12790d03476ff683eb00e0391872b45f8e1b547b2d30e245a678eeff051fbee" +metafile = true + +[[files]] +file = "mods/slice-and-dice.pw.toml" +hash = "1ec44d19b3251bb6673853ce9a1aa63220b01d4920ea60e982b0911c5b5943fb" +metafile = true + +[[files]] +file = "mods/small-ships.pw.toml" +hash = "a291a8d50f30843e49d92db1cde7734327e809b52d24183eecff8c165eed82a6" +metafile = true + +[[files]] +file = "mods/smaller-nether-portals.pw.toml" +hash = "926a41088fa002b32038c56cae1e11987fc31cb2571d963245a44127f2bcbe7a" +metafile = true + +[[files]] +file = "mods/smooth-chunk-save.pw.toml" +hash = "e3bbce143fa556b491edd7be8a841d8d347873f7ac1a8e38fa2dc82fbba25ad4" +metafile = true + +[[files]] +file = "mods/snow-under-trees.pw.toml" +hash = "ae410d05070a1fd74bced0d747a54eec522921889b302d05b94cf4fc5d44e8dc" +metafile = true + +[[files]] +file = "mods/sodium-dynamic-lights.pw.toml" +hash = "82bb7cd6c8b68bb1831bb7c374bd316b6403cd01195d582f19c31076c908953a" +metafile = true + +[[files]] +file = "mods/sodium-extras.pw.toml" +hash = "968e14e9f71820264208b5b9690f58ff7258b06863104c41a7752b1561491cb4" +metafile = true + +[[files]] +file = "mods/sodium-options-api.pw.toml" +hash = "75a60e6b443b351b7a4a78ffce7c71e44b3e20ca10c374aea1de516c785d6e2d" +metafile = true + +[[files]] +file = "mods/sodium-options-mod-compat.pw.toml" +hash = "01b30f16d4c1d8c0389f794d5c4f4d7e7598e584551a75af2d75f59ffe570334" +metafile = true + +[[files]] +file = "mods/sophisticated-backpacks-create-integration.pw.toml" +hash = "7c977a68e1c06707099b5e194e67f042a336dab4eb509e7cd22c02728e81369a" +metafile = true + +[[files]] +file = "mods/sophisticated-backpacks.pw.toml" +hash = "15c2a8356b15996bca18904354e261dd29ec87a8ed055671d7d21d0c71eceb74" +metafile = true + +[[files]] +file = "mods/sophisticated-core.pw.toml" +hash = "737f4acdf13d65c0e21665d411b8bdd027851b1877f2147397ca93ec03b5f401" +metafile = true + +[[files]] +file = "mods/sophisticated-storage-create-integration.pw.toml" +hash = "455448cbb5d86a9c09f3c6c77785a39f3de03c59a90c622ae39bc3af832dd10c" +metafile = true + +[[files]] +file = "mods/sophisticated-storage.pw.toml" +hash = "58cd23e339de1d81993add380ea5968f79cb67aa15e8b3cc2b20a44506a4c8f9" +metafile = true + +[[files]] +file = "mods/sound-physics-remastered.pw.toml" +hash = "860fc3d1f54380f99f3337029b441cc0665c33bdf6356f23a2c9adf21fca3072" +metafile = true + +[[files]] +file = "mods/spark.pw.toml" +hash = "19f87c2c4c618ceeaa2b2876edc0546b65c6caaf0b8ee0faa4d76c6a8813c32a" +metafile = true + +[[files]] +file = "mods/sparsestructures.pw.toml" +hash = "8afe4235723b1d90c132d811402640759449c73173f4535090487966fa912d31" +metafile = true + +[[files]] +file = "mods/spawncapcontrolutility.pw.toml" +hash = "968986a972fe60d1604a63cbe7672a7f47a2be19f62b0695195bf3e705a9c9d9" +metafile = true + +[[files]] +file = "mods/spice-of-life-carrot-edition.pw.toml" +hash = "08faa8239705d280e41d353888bf717906fe71b1d5b9278bac9f5cd87b07efb3" +metafile = true + +[[files]] +file = "mods/starter-kit.pw.toml" +hash = "e56e60b6dabffd4b2332ed19c62e6455b7d78a9fb58c810d2185739575c9448a" +metafile = true + +[[files]] +file = "mods/straw-statues.pw.toml" +hash = "791be45440111d5edac5246dc8db707e25f5534783212ebe3909ad40b7230a4b" +metafile = true + +[[files]] +file = "mods/structure-essentials-forge-fabric.pw.toml" +hash = "7bcdf22b4220f2ab55ce31ce7c65b3955ecab4f1d386a19e46d71bd1b1cdb09d" +metafile = true + +[[files]] +file = "mods/structure-gel-api.pw.toml" +hash = "0a1893b4abfd0e7243095240b329552c082dd3fa7874b43e9b43c94812875472" +metafile = true + +[[files]] +file = "mods/structurize.pw.toml" +hash = "0f1ece503f3ba54206e2a896574ba1d7d642684898394419ee4b43c0a0ec8efe" +metafile = true + +[[files]] +file = "mods/stylecolonies.pw.toml" +hash = "0dac2b91da7462c513a6c0bab3bc2325cfe3144342eb40f4fad20d8e0d0936fa" +metafile = true + +[[files]] +file = "mods/supermartijn642s-config-lib.pw.toml" +hash = "1cf9cb3955b075664ea4fba13b47fe7160975740a28864983aebd53d39c1946e" +metafile = true + +[[files]] +file = "mods/supermartijn642s-core-lib.pw.toml" +hash = "b969799c17defc1e7c76e4605557c9d32802a0004a5e45b7044e85d3d9c43345" +metafile = true + +[[files]] +file = "mods/supplementaries.pw.toml" +hash = "906b1a08e332ab12174bc72e32b1537b7d3f0ae4a01ee7c7d50ec54dd2f057b6" +metafile = true + +[[files]] +file = "mods/table-top-craft.pw.toml" +hash = "d8a0355cf4da9ce96dadbec3fa67a0ffa81132c72c3184f03b6bd30cb2669e08" +metafile = true + +[[files]] +file = "mods/telluriumforge.pw.toml" +hash = "a761c961202be4f50372fc92e7117421673a04479ef70026461e52dbcaf833a5" +metafile = true + +[[files]] +file = "mods/terrablender.pw.toml" +hash = "14117b94c456598c9acece143c7a0da3cf56d13182d035a74a2da8a52dd19cbd" +metafile = true + +[[files]] +file = "mods/thirst-was-taken.pw.toml" +hash = "ce8bf92b15d52138235ade355923aea4d9c10469cc64017251c12bbb66c9b88c" +metafile = true + +[[files]] +file = "mods/titanium.pw.toml" +hash = "351aef144aa70ab4f41b3dcf044e0929631227f1ad118f22e611e13ff91fdfe4" +metafile = true + +[[files]] +file = "mods/tmrv.pw.toml" +hash = "a670e30e6a4ca146bc13cd21238899b01eb877daa2bd6ebfef4a2e97cd4925d2" +metafile = true + +[[files]] +file = "mods/toms-peripherals.pw.toml" +hash = "8f24c32dfb990b6741be6085cc2e478b675bafdb368a059fd431e39f3253af9e" +metafile = true + +[[files]] +file = "mods/too-fast.pw.toml" +hash = "c24febd1fd6db1cf87dc4ba9caf9ecedba0e7326c06456dcce71c390ba98b424" +metafile = true + +[[files]] +file = "mods/towntalk.pw.toml" +hash = "32e0f6bce7adc5b09ba3350110ac4be7ee04e556db35ba1db97bacfabd31e4dc" +metafile = true + +[[files]] +file = "mods/trade-cycling.pw.toml" +hash = "1fd9dddb35880e9262a0ef801d34058a0f77ddc21fb0e1fab0da07f692071d51" +metafile = true + +[[files]] +file = "mods/trash-cans.pw.toml" +hash = "4a8a42c4c7834873a5f64f0f4e07eb46056329b345a1b835d8ea0aff2390fc0e" +metafile = true + +[[files]] +file = "mods/treechop.pw.toml" +hash = "f156304cd261a234aee02630dc33e8ad6b3a10898d5b0a7069d1a88f9b607813" +metafile = true + +[[files]] +file = "mods/tumbleweed.pw.toml" +hash = "15af8d1b761076f112ac3a81edb2b2d5647688d7e30ea2460fe7841d43323b27" +metafile = true + +[[files]] +file = "mods/turtle-charging-station.pw.toml" +hash = "14170c1c52dedf30ad7bcc37bb70e64d7e17b72d6b78b879330dd54ca202c4e5" +metafile = true + +[[files]] +file = "mods/turtlematic.pw.toml" +hash = "1a8984a958382b8676baa3fb51ac7615007c71cdc76b7bcc52e3e3d98186dc48" +metafile = true + +[[files]] +file = "mods/txnilib.pw.toml" +hash = "c2df41a37fec3a93afc4e2866705bf9e457d506ce8cd02e61c2f610d4f6a7617" +metafile = true + +[[files]] +file = "mods/upgrade-aquatic.pw.toml" +hash = "909482378bf0ed15645bcbba896daf9e83b7ef4e100bc44d6d3a34090f13578f" +metafile = true + +[[files]] +file = "mods/vanilla-zoom.pw.toml" +hash = "a9a3629d7cdd91cf0f62a64627c5262c7fbecf5972b2196558354f8f6a8ebd23" +metafile = true + +[[files]] +file = "mods/vanillabackport.pw.toml" +hash = "3ffd7bf994c8472ec7dcce39d4cc87f1a6cfee523c9ed36d55f6b7bde6220da2" +metafile = true + +[[files]] +file = "mods/villager-names-serilum.pw.toml" +hash = "3cfc1070e53b96ec42fadea40770178eb4a2fdb50246879f570b164c2eb7b197" +metafile = true + +[[files]] +file = "mods/villager-recruits.pw.toml" +hash = "6b8785d7c41f1b43793664c619e24c823c38a18a0ab3afe112673bae1af14012" +metafile = true + +[[files]] +file = "mods/villager-workers.pw.toml" +hash = "19bfd9ceea4903a0c577351d4dfd1549e962afdd566030762d885104bce7bc04" +metafile = true + +[[files]] +file = "mods/visual-workbench.pw.toml" +hash = "23b611c902298a16170f27a4e93f8f649103e9f694463c3e075d43898e5b6036" +metafile = true + +[[files]] +file = "mods/visuality-forge.pw.toml" +hash = "736738062381bec4d55b726546b4fab7443bea0e5983e8af65b90c56da72da06" +metafile = true + +[[files]] +file = "mods/voidtotem.pw.toml" +hash = "8a49a31e1a2840c9f8973de29ec2d4f57eb277167363162755fbd026b5dd13b3" +metafile = true + +[[files]] +file = "mods/wakes-reforged.pw.toml" +hash = "33e7f299bef3826e9cc8e6acad3f42a8d785d79138e6677d9e9df13777e6e953" +metafile = true + +[[files]] +file = "mods/waterframes.pw.toml" +hash = "d0caa1c4b9734ec5e846dc7bdffe158604a176e276312b1abaac98b5cbd4918e" +metafile = true + +[[files]] +file = "mods/watermedia.pw.toml" +hash = "db448883024c3b6fa903231dafc93055881a9f5114708e53ea9883af8e2b1888" +metafile = true + +[[files]] +file = "mods/waystones-teleport-pets.pw.toml" +hash = "b312d7ef0c6ec3b33b5bedb5f9e412230391e87bb7ba6f287f4571eb5805462b" +metafile = true + +[[files]] +file = "mods/waystones.pw.toml" +hash = "c226a4478ae5a02afd8af4e8ad91bccc29cb29a1afa575a17f59a89032d648d1" +metafile = true + +[[files]] +file = "mods/what-are-they-up-to.pw.toml" +hash = "c557d1b26559ef987c229187d2f2705616e78179ce04fa1c96cc3d76a1cdf1b5" +metafile = true + +[[files]] +file = "mods/yacl.pw.toml" +hash = "f3b3d035b89519faccc4ddd8b0b4407ce96c0eb49068fe50a445d43a3baa8bea" +metafile = true + +[[files]] +file = "mods/yeetus-experimentus.pw.toml" +hash = "f1ab9504f1664dd80407ea5c44425723a6621e0092051bd23dc5241757bccb17" +metafile = true + +[[files]] +file = "mods/yungs-api.pw.toml" +hash = "152c6732da180e958fb29f492bae2e468d4dfd423ce4d3d0d31ef31c2eec6c61" +metafile = true + +[[files]] +file = "mods/yungs-better-desert-temples.pw.toml" +hash = "532f07775974b695733981b2548859d3bc76c743781a5da5035d40fd6e485ab0" +metafile = true + +[[files]] +file = "mods/yungs-better-dungeons.pw.toml" +hash = "c35112cced2eec8e5782c5c4327ae31bce16cc1356c75e52000053e890e0f0c1" +metafile = true + +[[files]] +file = "mods/yungs-better-end-island.pw.toml" +hash = "302d69d833264022aa7ff781dbcde7f60f3c9e3021881b29f6f59223c36579c8" +metafile = true + +[[files]] +file = "mods/yungs-better-jungle-temples.pw.toml" +hash = "8c8b596c0e8f7366e30ee6edbd591fba9ef16741c25a505e64de9a299cd72e80" +metafile = true + +[[files]] +file = "mods/yungs-better-mineshafts.pw.toml" +hash = "41aa01e9d0507d3131eb5fd2f6d8f2b7c54237e30a94e2a3bf6f52915cb8a688" +metafile = true + +[[files]] +file = "mods/yungs-better-nether-fortresses.pw.toml" +hash = "05f825a655bc94af6ab592d13c396b60c818cfc65ff2528e206e7a40a180e210" +metafile = true + +[[files]] +file = "mods/yungs-better-ocean-monuments.pw.toml" +hash = "60511ad5628ed8e45a552de171c3330bdcdbd5f86f7047e26b505b7a8c824a47" +metafile = true + +[[files]] +file = "mods/yungs-better-strongholds.pw.toml" +hash = "18dfe8ada0af83eb86d4b8ff8e202479b7c2ab1ee1f894d9bb07cda1744e8981" +metafile = true + +[[files]] +file = "mods/yungs-better-witch-huts.pw.toml" +hash = "e25c97f72666319efdd79eafc22301376446912cbb8ac14339c428c98e3ce1b5" +metafile = true + +[[files]] +file = "mods/yungs-bridges.pw.toml" +hash = "f759c09a8fef97038be0c9daaee09e5252a3ddaf56870cabc9af11e5fced97d4" +metafile = true + +[[files]] +file = "mods/zeta.pw.toml" +hash = "4bcf74d4569def60ca031d565350952c2edcc420f26278bc7997654a77b6fb4d" +metafile = true + +[[files]] +file = "mods/zombie-awareness.pw.toml" +hash = "7a4b8e290aa6cd5602482fce48c71a2822a2380f35a586cd7444b3f1680629e8" +metafile = true + +[[files]] +file = "mods/zombie-horse-spawn.pw.toml" +hash = "41e9844d70e61b06c0c79d4b23b1b34aa31a23d5256e8c203d6ec5bc8a4649ef" +metafile = true + +[[files]] +file = "shaderpacks/bsl-shaders-classic.pw.toml" +hash = "12f0f4fb508a6a178b3a725503d0802978b4bebdf678bccc5f81a5655a0db4c4" +metafile = true + +[[files]] +file = "shaderpacks/complementary-reimagined.pw.toml" +hash = "3385e33cb8e2cbf402562dcb68669cc2905fec01b4be9fe27a516010c5aaff87" +metafile = true + +[[files]] +file = "shaderpacks/psx-shader.pw.toml" +hash = "cae1e279176423750315d392d152f800c8b34ee870b1c2e60600fdd7f4b7630b" +metafile = true diff --git a/kubejs/client_scripts/ars_nouveau_remove_client.js b/kubejs/client_scripts/ars_nouveau_remove_client.js new file mode 100644 index 0000000..93e8db2 --- /dev/null +++ b/kubejs/client_scripts/ars_nouveau_remove_client.js @@ -0,0 +1,7 @@ +// priority: 0 + +// Visit the wiki for more info - https://kubejs.com/ + +JEIEvents.hideItems((e) => { + e.hide("ars_nouveau:stable_warp_scroll"); +}); diff --git a/kubejs/jsconfig.json b/kubejs/jsconfig.json new file mode 100644 index 0000000..e2acac6 --- /dev/null +++ b/kubejs/jsconfig.json @@ -0,0 +1,16 @@ +{ + "compilerOptions": { + "lib": [ + "ES5", + "ES2015" + ], + "rootDirs": [ + "probe/generated", + "probe/user", + "server_scripts", + "startup_scripts", + "client_scripts" + ], + "target": "ES2015" + } +} \ No newline at end of file diff --git a/kubejs/server_scripts/ars_nouveau_remove.js b/kubejs/server_scripts/ars_nouveau_remove.js new file mode 100644 index 0000000..0c9b692 --- /dev/null +++ b/kubejs/server_scripts/ars_nouveau_remove.js @@ -0,0 +1,10 @@ +// priority: 0 + + +ServerEvents.recipes((e) => { + e.remove({ output: "ars_nouveau:stable_warp_scroll" }); +}); + +LootJS.modifiers((e) => { + e.addLootTableModifier(/.*/).removeLoot("ars_nouveau:stable_warp_scroll"); +}); diff --git a/kubejs/server_scripts/sands.js b/kubejs/server_scripts/sands.js new file mode 100644 index 0000000..0844ccc --- /dev/null +++ b/kubejs/server_scripts/sands.js @@ -0,0 +1,90 @@ +// priority: 0 + +const colors = [ + "white", + "light_gray", + "gray", + "black", + "brown", + "red", + "orange", + "yellow", + "lime", + "green", + "cyan", + "light_blue", + "blue", + "purple", + "magenta", + "pink", +]; + +ServerEvents.recipes((event) => { + // BoP sands recipes + event.recipes.create.milling( + Item.of("biomesoplenty:orange_sand"), + Item.of("biomesoplenty:orange_sandstone") + ); + event.recipes.create.milling( + Item.of("biomesoplenty:black_sand"), + Item.of("biomesoplenty:black_sandstone") + ); + event.recipes.create.milling( + Item.of("biomesoplenty:white_sand"), + Item.of("biomesoplenty:white_sandstone") + ); + event.recipes.create.milling( + Item.of("biomesoplenty:white_sand"), + Item.of("minecraft:diorite") + ); + event.recipes.create.milling( + Item.of("biomesoplenty:black_sand"), + Item.of("minecraft:blackstone") + ); + event.recipes.create.milling( + Item.of("biomesoplenty:orange_sand"), + Item.of("quark:jasper") + ); + // Lead nugget from black sand + event.recipes.create.splashing( + [ + Item.of("minecraft:clay_ball").withChance(0.2), + Item.of("cgs:lead_nugget",3).withChance(0.12), + ], + Item.of("biomesoplenty:black_sand") + ); + // Copper nugget from orange sand + event.recipes.create.splashing( + [ + Item.of("minecraft:clay_ball").withChance(0.2), + Item.of("create:copper_nugget",3).withChance(0.12), + ], + Item.of("biomesoplenty:orange_sand") + ); + + // Zinc nugget from white sand + event.recipes.create.splashing( + [ + Item.of("minecraft:clay").withChance(0.2), + Item.of("create:zinc_nugget",3).withChance(0.12), + ], + Item.of("biomesoplenty:white_sand") + ); + + + // Concrete from all sands + colors.forEach((color) => { + event.remove({ + input: "#minecraft:sand", + output: "minecraft:" + color + "_concrete_powder", + }); + event.recipes.minecraft.crafting_shapeless( + Item.of("minecraft:" + color + "_concrete_powder", 8), + [ + "4x #forge:sand", + Item.of("minecraft:gravel", 4), + Item.of("minecraft:" + color + "_dye"), + ] + ); + }); +}); diff --git a/kubejs/server_scripts/sheets.js b/kubejs/server_scripts/sheets.js new file mode 100644 index 0000000..3a2c163 --- /dev/null +++ b/kubejs/server_scripts/sheets.js @@ -0,0 +1,34 @@ +// priority: 0 + +ServerEvents.recipes((event) => { + event.remove({ output: "createdeco:zinc_sheet" }); + event.replaceOutput( + { output: "createdeco:zinc_sheet" }, + "createdeco:zinc_sheet", + "createaddition:zinc_sheet" + ); + event.replaceInput( + { input: "createdeco:zinc_sheet" }, + "createdeco:zinc_sheet", + "#forge:plates/zinc" + ); + event.replaceInput( + { input: "createaddition:zinc_sheet" }, + "createaddition:zinc_sheet", + "#forge:plates/zinc" + ); +}); + +ServerEvents.tags("item", (event) => { + event.add("forge:plates/zinc", "createdeco:zinc_sheet"); + event.add("forge:plates", "createdeco:zinc_sheet"); + + event.add("forge:plates/netherite", "createdeco:netherite_sheet"); + event.add("forge:plates", "createdeco:netherite_sheet"); + + event.add("forge:plates/andesite", "createdeco:andesite_sheet"); + event.add("forge:plates", "createdeco:andesite_sheet"); + + event.add("forge:plates/industrial_iron", "createdeco:industrial_iron_sheet"); + event.add("forge:plates", "createdeco:industrial_iron_sheet"); +}); diff --git a/kubejs/server_scripts/sifting.js b/kubejs/server_scripts/sifting.js new file mode 100644 index 0000000..d52a8e7 --- /dev/null +++ b/kubejs/server_scripts/sifting.js @@ -0,0 +1,5 @@ +// priority: 0 + +ServerEvents.recipes((event) => { + event.remove({ type: "createsifter:sifting" }); +}); diff --git a/kubejs/server_scripts/stones.js b/kubejs/server_scripts/stones.js new file mode 100644 index 0000000..d8b1a2d --- /dev/null +++ b/kubejs/server_scripts/stones.js @@ -0,0 +1 @@ +// priority: 0 \ No newline at end of file diff --git a/mods/additional-lights.pw.toml b/mods/additional-lights.pw.toml new file mode 100644 index 0000000..8c998e6 --- /dev/null +++ b/mods/additional-lights.pw.toml @@ -0,0 +1,13 @@ +name = "Additional Lights" +filename = "additional_lights-1.20.1-2.1.7.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b8ce072a8ce63e903fda4138b03179b504058335" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4596807 +project-id = 384991 diff --git a/mods/addonslib.pw.toml b/mods/addonslib.pw.toml new file mode 100644 index 0000000..ca491e2 --- /dev/null +++ b/mods/addonslib.pw.toml @@ -0,0 +1,13 @@ +name = "AddonsLib" +filename = "addonslib-1.20.1-1.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/cl5ec0Qm/versions/q3N4HHEI/addonslib-1.20.1-1.4.jar" +hash-format = "sha512" +hash = "fee31ba58b1c2844e0dd827ba0fb4d1efd50fb7ff65f593dc9a5c773b9ec2b3dfb3869c00a28a0da513a1cf068feca01f30f272bc980f1a1e1ee550105a4e34d" + +[update] +[update.modrinth] +mod-id = "cl5ec0Qm" +version = "q3N4HHEI" diff --git a/mods/advancedperipherals.pw.toml b/mods/advancedperipherals.pw.toml new file mode 100644 index 0000000..06b9905 --- /dev/null +++ b/mods/advancedperipherals.pw.toml @@ -0,0 +1,13 @@ +name = "Advanced Peripherals" +filename = "AdvancedPeripherals-1.20.1-0.7.44r.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/SOw6jD6x/versions/toqbt6Np/AdvancedPeripherals-1.20.1-0.7.44r.jar" +hash-format = "sha512" +hash = "79c5ef416fbda79fbf8cda44fc3ae5515e6096c975d5c17c99407ea4e69a4b9523f853d7bb5f3677c697c8b0838ccc790d86afb722af6f0adc01e539d1eb71dc" + +[update] +[update.modrinth] +mod-id = "SOw6jD6x" +version = "toqbt6Np" diff --git a/mods/advancement-plaques.pw.toml b/mods/advancement-plaques.pw.toml new file mode 100644 index 0000000..9e637ab --- /dev/null +++ b/mods/advancement-plaques.pw.toml @@ -0,0 +1,13 @@ +name = "Advancement Plaques" +filename = "AdvancementPlaques-1.20.1-forge-1.6.9.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/9NM0dXub/versions/xqigG9AR/AdvancementPlaques-1.20.1-forge-1.6.9.jar" +hash-format = "sha512" +hash = "20053af7b38b6d25c18c73608f5437f7298c2cf9310c0f71933c02224bf903b18ae61c9959753d834e2c9687b6b57175bfe01f3a3c96bcc599714a4f5155b492" + +[update] +[update.modrinth] +mod-id = "9NM0dXub" +version = "xqigG9AR" diff --git a/mods/akashic-tome.pw.toml b/mods/akashic-tome.pw.toml new file mode 100644 index 0000000..3ce66c5 --- /dev/null +++ b/mods/akashic-tome.pw.toml @@ -0,0 +1,13 @@ +name = "Akashic Tome" +filename = "AkashicTome-1.7-27.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/JBthPdnp/versions/FKIrMLZn/AkashicTome-1.7-27.jar" +hash-format = "sha512" +hash = "2f55c52f400931e5b8947eed211f892a3dc5c2f60c6e5100ef78f990e096d0272909681808d037a1dc3b25fafdf2ffd59a64a9c354ab73f080172076e2443513" + +[update] +[update.modrinth] +mod-id = "JBthPdnp" +version = "FKIrMLZn" 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/almanac.pw.toml b/mods/almanac.pw.toml new file mode 100644 index 0000000..b637570 --- /dev/null +++ b/mods/almanac.pw.toml @@ -0,0 +1,13 @@ +name = "Almanac" +filename = "almanac-1.20.x-forge-1.0.2.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/Gi02250Z/versions/DnzrwvfD/almanac-1.20.x-forge-1.0.2.jar" +hash-format = "sha512" +hash = "58c4dea50fcb17593e2c97a23ce101c62b5b32e2fd71d4bbf323f2778d4474c991caba7234ecf4d06f1e246ccb9ad7f67f2fa73f023cd80ef55333e2ed952f43" + +[update] +[update.modrinth] +mod-id = "Gi02250Z" +version = "DnzrwvfD" diff --git a/mods/almost-unified.pw.toml b/mods/almost-unified.pw.toml new file mode 100644 index 0000000..7f6dd78 --- /dev/null +++ b/mods/almost-unified.pw.toml @@ -0,0 +1,13 @@ +name = "Almost Unified" +filename = "almostunified-forge-1.20.1-0.10.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/sdaSaQEz/versions/1OakfHy9/almostunified-forge-1.20.1-0.10.0.jar" +hash-format = "sha512" +hash = "186887efa62c34589f5925d38a4209dea5c81da61c8fe1d574224d7e4acaa37bd7f71733adcab3f0c7a455137c5fc18c71c7d843a4bfc692e5843d70886f5815" + +[update] +[update.modrinth] +mod-id = "sdaSaQEz" +version = "1OakfHy9" diff --git a/mods/alternate-current.pw.toml b/mods/alternate-current.pw.toml new file mode 100644 index 0000000..5f12a54 --- /dev/null +++ b/mods/alternate-current.pw.toml @@ -0,0 +1,13 @@ +name = "Alternate Current" +filename = "alternate_current-mc1.20-1.7.0.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/r0v8vy1s/versions/kC6SY4Zp/alternate_current-mc1.20-1.7.0.jar" +hash-format = "sha512" +hash = "d9ae21a3a389c63466bf22b36d4a78c859f30c901397622f1f1438737901a2c67e4d911c83831e0d4f1edabf0b86b58f4192d9980ecef8278393fd4af64a9585" + +[update] +[update.modrinth] +mod-id = "r0v8vy1s" +version = "kC6SY4Zp" diff --git a/mods/ambientsounds.pw.toml b/mods/ambientsounds.pw.toml new file mode 100644 index 0000000..658f781 --- /dev/null +++ b/mods/ambientsounds.pw.toml @@ -0,0 +1,13 @@ +name = "AmbientSounds" +filename = "AmbientSounds_FORGE_v6.1.11_mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/fM515JnW/versions/lDrRWaFm/AmbientSounds_FORGE_v6.1.11_mc1.20.1.jar" +hash-format = "sha512" +hash = "0754b6afd97f0b3d2a991303e9f1d70512dabe5f490a6b86de99602f4d787da17222c3aa6ffff74633e4b40472e1ccaab5b5a1d7a967c788b89334749d475ad9" + +[update] +[update.modrinth] +mod-id = "fM515JnW" +version = "lDrRWaFm" diff --git a/mods/amendments.pw.toml b/mods/amendments.pw.toml new file mode 100644 index 0000000..4ad0f9e --- /dev/null +++ b/mods/amendments.pw.toml @@ -0,0 +1,13 @@ +name = "Amendments" +filename = "amendments-1.20-1.2.19.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/6iTJugQR/versions/luR9kOmm/amendments-1.20-1.2.19.jar" +hash-format = "sha512" +hash = "21ca276f72f0a1ca2e3c0d12c6cb49f3c07bf757e505f607e82eda65ff8ddc5a694edc6c0506fd95c526620087653e07b37e788cc4cfb02785987337b978ccce" + +[update] +[update.modrinth] +mod-id = "6iTJugQR" +version = "luR9kOmm" diff --git a/mods/amplified-nether-height.pw.toml b/mods/amplified-nether-height.pw.toml new file mode 100644 index 0000000..6895052 --- /dev/null +++ b/mods/amplified-nether-height.pw.toml @@ -0,0 +1,13 @@ +name = "Amplified Nether Height" +filename = "amplified-nether-height-1.2+datapack.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/8YzB9eVH/versions/wUxxQFCc/amplified-nether-height-1.2%2Bdatapack.jar" +hash-format = "sha512" +hash = "b0743c0b7672cdefddf041621d9f3c021372c822e300625dc0dee5f5bf432d50dc42754707302aaacec4ade7c106c93b09c51ce6db90a4a4a6fd66569959d233" + +[update] +[update.modrinth] +mod-id = "8YzB9eVH" +version = "wUxxQFCc" diff --git a/mods/amplified-nether.pw.toml b/mods/amplified-nether.pw.toml new file mode 100644 index 0000000..c0707c8 --- /dev/null +++ b/mods/amplified-nether.pw.toml @@ -0,0 +1,13 @@ +name = "Amplified Nether" +filename = "Amplified_Nether_1.21.x_v1.2.11.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/wXiGiyGX/versions/9mHpIiie/Amplified_Nether_1.21.x_v1.2.11.jar" +hash-format = "sha512" +hash = "d577e7afd496ab05d63c1beb468f5828c34bf1946c9288d2ea38126400954177a215a97e6e3865072a711f273921199131f0ee676f9d556b4a2c1215ae2192ce" + +[update] +[update.modrinth] +mod-id = "wXiGiyGX" +version = "9mHpIiie" diff --git a/mods/anti-xray.pw.toml b/mods/anti-xray.pw.toml new file mode 100644 index 0000000..4449f83 --- /dev/null +++ b/mods/anti-xray.pw.toml @@ -0,0 +1,13 @@ +name = "AntiXray" +filename = "antixray-forge-1.4.6+1.20.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/sml2FMaA/versions/ruAUEszF/antixray-forge-1.4.6%2B1.20.1.jar" +hash-format = "sha512" +hash = "91837b95ac75e6365813a9fdc76c1f9a5d83f26a277901f7268f9063b6b16bb15513bc5e9b135f2ab161bc0cee9f1e16f1ff4cd2d17f34f2b4c4cdc15a7ce601" + +[update] +[update.modrinth] +mod-id = "sml2FMaA" +version = "ruAUEszF" diff --git a/mods/appleskin.pw.toml b/mods/appleskin.pw.toml new file mode 100644 index 0000000..eaaefe7 --- /dev/null +++ b/mods/appleskin.pw.toml @@ -0,0 +1,13 @@ +name = "AppleSkin" +filename = "appleskin-forge-mc1.20.1-2.5.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/XdXDExVF/appleskin-forge-mc1.20.1-2.5.1.jar" +hash-format = "sha512" +hash = "3176f928fb6c60d27f5edb610ca4ab0236175404eebf32797a1ec6cdd794bb294a260231579578536d03571377e43c6181adc75d8dd2c0733f17fce4f7e636b9" + +[update] +[update.modrinth] +mod-id = "EsAfCjCV" +version = "XdXDExVF" diff --git a/mods/archers-paradox.pw.toml b/mods/archers-paradox.pw.toml new file mode 100644 index 0000000..d66bea3 --- /dev/null +++ b/mods/archers-paradox.pw.toml @@ -0,0 +1,13 @@ +name = "Archer's Paradox" +filename = "archers_paradox-1.20.1-5.0.0.17.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/euzGeN6k/versions/mucZ9uPP/archers_paradox-1.20.1-5.0.0.17.jar" +hash-format = "sha512" +hash = "3ac67b4dfbd2f292d668577e522a1b0ccaa688df85ba42f580f40cee473dfa1ed93570416dc2501ffff76cd4d2bb9e7aae9f679082980b771a4653a4c15b2c13" + +[update] +[update.modrinth] +mod-id = "euzGeN6k" +version = "mucZ9uPP" 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/armor-stand-shift-swap.pw.toml b/mods/armor-stand-shift-swap.pw.toml new file mode 100644 index 0000000..804515b --- /dev/null +++ b/mods/armor-stand-shift-swap.pw.toml @@ -0,0 +1,13 @@ +name = "Armor Stand Shift Swap" +filename = "armorstandshiftswap-forge-1.20.1-1.0.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/vFDTNKLA/versions/o416kPwV/armorstandshiftswap-forge-1.20.1-1.0.0.jar" +hash-format = "sha512" +hash = "9be8e668569ce2b070fcb36d4dea4c34a2a50fbff2dadcd38cf2a9b75b3f598d9ad156380a9d74d87c67736dde3a04382271174a5ff57ed02c6da1785f3298d1" + +[update] +[update.modrinth] +mod-id = "vFDTNKLA" +version = "o416kPwV" diff --git a/mods/armor-statues.pw.toml b/mods/armor-statues.pw.toml new file mode 100644 index 0000000..5d865e7 --- /dev/null +++ b/mods/armor-statues.pw.toml @@ -0,0 +1,13 @@ +name = "Armor Statues" +filename = "ArmorStatues-v8.0.6-1.20.1-Forge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/bbGCtEvb/versions/Oa75lUzE/ArmorStatues-v8.0.6-1.20.1-Forge.jar" +hash-format = "sha512" +hash = "818331fcf19afc47a5bdbecf70e935d8707c43831cc3295ee2cd2717dcb08d03a8426da748281032d3039c01d816fb863b51a97b7fe9dd13246fc8e70efb1971" + +[update] +[update.modrinth] +mod-id = "bbGCtEvb" +version = "Oa75lUzE" diff --git a/mods/ars-creo.pw.toml b/mods/ars-creo.pw.toml new file mode 100644 index 0000000..4fb3751 --- /dev/null +++ b/mods/ars-creo.pw.toml @@ -0,0 +1,13 @@ +name = "Ars Creo" +filename = "ars_creo-1.20.1-4.3.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f622f585fb6421897b0f7c5859731188f7239a01" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6265696 +project-id = 575698 diff --git a/mods/ars-elemental.pw.toml b/mods/ars-elemental.pw.toml new file mode 100644 index 0000000..8713eaa --- /dev/null +++ b/mods/ars-elemental.pw.toml @@ -0,0 +1,13 @@ +name = "Ars Elemental" +filename = "ars_elemental-1.20.1-0.6.7.8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "fedd4064ac48108ce56f87f89478a2783c8f26bd" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6390889 +project-id = 561470 diff --git a/mods/ars-nouveau.pw.toml b/mods/ars-nouveau.pw.toml new file mode 100644 index 0000000..40791c5 --- /dev/null +++ b/mods/ars-nouveau.pw.toml @@ -0,0 +1,13 @@ +name = "Ars Nouveau" +filename = "ars_nouveau-1.20.1-4.12.7-all.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6c23a97d771ea7ad43bee9bd71d2f2a1f2084170" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6688854 +project-id = 401955 diff --git a/mods/ars-scalaes.pw.toml b/mods/ars-scalaes.pw.toml new file mode 100644 index 0000000..25189b6 --- /dev/null +++ b/mods/ars-scalaes.pw.toml @@ -0,0 +1,13 @@ +name = "Ars Scalaes" +filename = "ars_scalaes-1.20.1-1.10.7c.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b731e612ccdab3d246e2f97795c88ed0abe0b890" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5850815 +project-id = 630431 diff --git a/mods/ars-technica.pw.toml b/mods/ars-technica.pw.toml new file mode 100644 index 0000000..d30dff7 --- /dev/null +++ b/mods/ars-technica.pw.toml @@ -0,0 +1,13 @@ +name = "Ars Technica" +filename = "ars_technica-1.20.1-1.4.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5f8087b09012575d4ce29b7e4e3729e29e52ff0e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6587052 +project-id = 1096161 diff --git a/mods/astikorcarts-redux.pw.toml b/mods/astikorcarts-redux.pw.toml new file mode 100644 index 0000000..f711630 --- /dev/null +++ b/mods/astikorcarts-redux.pw.toml @@ -0,0 +1,13 @@ +name = "AstikorCarts Redux" +filename = "astikorcarts-1.20.1-1.1.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/mnLFouB0/versions/p3r1QBKd/astikorcarts-1.20.1-1.1.8.jar" +hash-format = "sha512" +hash = "b75bd70ba76b0f82ab4dd546594ff7121849b3c6a574afbfcdb1acc9596559230019628a6197c420e9b96233482780f896574d868f046ef1c61a61c8928d9888" + +[update] +[update.modrinth] +mod-id = "mnLFouB0" +version = "p3r1QBKd" diff --git a/mods/asyncparticles.pw.toml b/mods/asyncparticles.pw.toml new file mode 100644 index 0000000..2593e14 --- /dev/null +++ b/mods/asyncparticles.pw.toml @@ -0,0 +1,13 @@ +name = "AsyncParticles" +filename = "AsyncParticles-2.3.0-alpha.3+1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/c3onkd5k/versions/O88HZDJk/AsyncParticles-2.3.0-alpha.3%2B1.20.1.jar" +hash-format = "sha512" +hash = "33f758bd7aa0685c18e9fac5a1120a8f8c5d5729e694d76fece319d2289cf1f5185e1bbbcaaca1b47958eab2d6fc75155862d3541bfe7b11624b6c6300e071a5" + +[update] +[update.modrinth] +mod-id = "c3onkd5k" +version = "O88HZDJk" diff --git a/mods/automobility.pw.toml b/mods/automobility.pw.toml new file mode 100644 index 0000000..5eb5c91 --- /dev/null +++ b/mods/automobility.pw.toml @@ -0,0 +1,13 @@ +name = "Automobility" +filename = "automobility-0.4.2+1.20.1-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/rqIsPf9F/versions/46g3IiWw/automobility-0.4.2%2B1.20.1-forge.jar" +hash-format = "sha512" +hash = "96aec122a35e12891054f246435f0ff27b5e759942545e25839bb6da54e7b3544c81297bbe77d14692b0a31af9d5ab70d7c13de7e92e288b15abf9c7e8832ef4" + +[update] +[update.modrinth] +mod-id = "rqIsPf9F" +version = "46g3IiWw" diff --git a/mods/azurelib.pw.toml b/mods/azurelib.pw.toml new file mode 100644 index 0000000..8fdcf54 --- /dev/null +++ b/mods/azurelib.pw.toml @@ -0,0 +1,13 @@ +name = "AzureLib" +filename = "azurelib-neo-1.20.1-3.0.9.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "129e21ed942d9f55a4c27f2ad3c76da09a322498" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6747998 +project-id = 817423 diff --git a/mods/back-up-beds.pw.toml b/mods/back-up-beds.pw.toml new file mode 100644 index 0000000..cc1fed2 --- /dev/null +++ b/mods/back-up-beds.pw.toml @@ -0,0 +1,13 @@ +name = "Back Up Beds" +filename = "backupbeds-1.0.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/emKWxR7d/versions/aCh5Ua9b/backupbeds-1.0.0.jar" +hash-format = "sha512" +hash = "05fd5a101ffbbc99cf3bb8510d3862080b49ecd61c09465f119496b73b3a2400dc90363ab63e37a186bd905d8e853a40ef40959d337232824b4aabd76aa1c847" + +[update] +[update.modrinth] +mod-id = "emKWxR7d" +version = "aCh5Ua9b" diff --git a/mods/bad-wither-no-cookie.pw.toml b/mods/bad-wither-no-cookie.pw.toml new file mode 100644 index 0000000..a0f78b8 --- /dev/null +++ b/mods/bad-wither-no-cookie.pw.toml @@ -0,0 +1,13 @@ +name = "Bad Wither No Cookie - Reloaded" +filename = "bwncr-forge-1.20.1-3.17.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/lL2MtE37/versions/QpHjZgDn/bwncr-forge-1.20.1-3.17.2.jar" +hash-format = "sha512" +hash = "86a93f4d99fde2248d821c18e120fc65e85250d2bc2ae7f4c757d7a439a10c217e158418920034c78ad7f2df3400dbe69c414f37f418df52d3093fe818acd5ca" + +[update] +[update.modrinth] +mod-id = "lL2MtE37" +version = "QpHjZgDn" diff --git a/mods/badoptimizations.pw.toml b/mods/badoptimizations.pw.toml new file mode 100644 index 0000000..b11c462 --- /dev/null +++ b/mods/badoptimizations.pw.toml @@ -0,0 +1,13 @@ +name = "BadOptimizations" +filename = "BadOptimizations-2.3.0-1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/g96Z4WVZ/versions/RPOjbIwJ/BadOptimizations-2.3.0-1.20.1.jar" +hash-format = "sha512" +hash = "288638bd5e4d9163205006ddc06eb6d962abcf9c49b602eeef3389e56184deee7844037a7cd41f770d6088a063756380afe1a6c456668356dd56b238834c3c49" + +[update] +[update.modrinth] +mod-id = "g96Z4WVZ" +version = "RPOjbIwJ" diff --git a/mods/baguettelib.pw.toml b/mods/baguettelib.pw.toml new file mode 100644 index 0000000..6d87c80 --- /dev/null +++ b/mods/baguettelib.pw.toml @@ -0,0 +1,13 @@ +name = "BaguetteLib" +filename = "baguettelib-1.20.1-Forge-1.0.0.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/OfKzpbRU/versions/OLS1YT3J/baguettelib-1.20.1-Forge-1.0.0.jar" +hash-format = "sha512" +hash = "7bbd98f24b5ff9bb8665e4caa93f2862c850a9a692596024547e6fa94f074e0f3ab6f8fd7cb3e3d32bdd53f4cb3841d3752130cfeb05a5297fc7481a88709f6f" + +[update] +[update.modrinth] +mod-id = "OfKzpbRU" +version = "OLS1YT3J" diff --git a/mods/balm.pw.toml b/mods/balm.pw.toml new file mode 100644 index 0000000..851431b --- /dev/null +++ b/mods/balm.pw.toml @@ -0,0 +1,13 @@ +name = "Balm" +filename = "balm-forge-1.20.1-7.3.32-all.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/LP848Yrz/balm-forge-1.20.1-7.3.32-all.jar" +hash-format = "sha512" +hash = "260a139128d3904e52f044463434740c95b82a73e4ac0ece2086541ce31ddcdee882f1aa14de3f58c07f3de2b9f1226280ffaae16d5c81f9c6dd182fd8b608ca" + +[update] +[update.modrinth] +mod-id = "MBAkmtvl" +version = "LP848Yrz" diff --git a/mods/bamboo-everything.pw.toml b/mods/bamboo-everything.pw.toml new file mode 100644 index 0000000..c9f3393 --- /dev/null +++ b/mods/bamboo-everything.pw.toml @@ -0,0 +1,13 @@ +name = "Bamboo Everything" +filename = "BambooEverything-forge-3.0.1-build.55+mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/cpRkny9R/versions/Uyi73A6b/BambooEverything-forge-3.0.1-build.55%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "d481e3356d6573ef6214235b11b7c1de53d6570ef58fdbe9efca0e93563ade2d3e847cd69cdadf7572341154487b00e9d18a0872c25754575d855bff1a69992d" + +[update] +[update.modrinth] +mod-id = "cpRkny9R" +version = "Uyi73A6b" diff --git a/mods/beautified-chat-server.pw.toml b/mods/beautified-chat-server.pw.toml new file mode 100644 index 0000000..1b6ca54 --- /dev/null +++ b/mods/beautified-chat-server.pw.toml @@ -0,0 +1,13 @@ +name = "Beautified Chat [Server]" +filename = "beautifiedchatserver-1.20.1-2.7.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/C00Y5Ci9/versions/b4hRWt5h/beautifiedchatserver-1.20.1-2.7.jar" +hash-format = "sha512" +hash = "6c19b18297ea3ef830384c313f184d69f26d7b37be1bd159b98423dbc6301711929b5643030f15539eb0bde0c3ae5e24caa987ae110b91e82643df9683a2c093" + +[update] +[update.modrinth] +mod-id = "C00Y5Ci9" +version = "b4hRWt5h" diff --git a/mods/better-chunk-loading-forge-fabric.pw.toml b/mods/better-chunk-loading-forge-fabric.pw.toml new file mode 100644 index 0000000..3a72e88 --- /dev/null +++ b/mods/better-chunk-loading-forge-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Better chunk loading[Forge/Fabric]" +filename = "betterchunkloading-1.20.1-5.4.jar" +side = "server" + +[download] +hash-format = "sha1" +hash = "cd7e61a4f5eca956094e0844560382ca58d79bc6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6210180 +project-id = 899487 diff --git a/mods/better-combat.pw.toml b/mods/better-combat.pw.toml new file mode 100644 index 0000000..9f4d7fd --- /dev/null +++ b/mods/better-combat.pw.toml @@ -0,0 +1,13 @@ +name = "Better Combat" +filename = "bettercombat-forge-1.8.6+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/5sy6g3kz/versions/UjlaL0Fm/bettercombat-forge-1.8.6%2B1.20.1.jar" +hash-format = "sha512" +hash = "24b3acd2b1ff3e24b2828ec003bcf2f5af7b4556be728996ddc8bdca3244bb92e91ef76f3c1bc10a15a5e59cd80b388f4994097fd258aadcb7abb7f3bd6959c3" + +[update] +[update.modrinth] +mod-id = "5sy6g3kz" +version = "UjlaL0Fm" diff --git a/mods/better-compatibility-checker.pw.toml b/mods/better-compatibility-checker.pw.toml new file mode 100644 index 0000000..fd5d152 --- /dev/null +++ b/mods/better-compatibility-checker.pw.toml @@ -0,0 +1,13 @@ +name = "Better Compatibility Checker" +filename = "BetterCompatibilityChecker-3.0.1-build.58+mc1.20.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/KJhXPbHQ/versions/auZ4x8at/BetterCompatibilityChecker-3.0.1-build.58%2Bmc1.20.jar" +hash-format = "sha512" +hash = "4b7e47858fdc91540dcde025bf9d771a45fb9071d2a5c9d40becf045532ea19d6a517b2d8008b2d00dc4d6705a929e56ab1116cb314abb1d3b4d46710af08f3b" + +[update] +[update.modrinth] +mod-id = "KJhXPbHQ" +version = "auZ4x8at" diff --git a/mods/better-fps-render-distance.pw.toml b/mods/better-fps-render-distance.pw.toml new file mode 100644 index 0000000..cc8ba7f --- /dev/null +++ b/mods/better-fps-render-distance.pw.toml @@ -0,0 +1,13 @@ +name = "Better Fps - Render Distance[Forge]" +filename = "betterfpsdist-1.20.1-6.0.jar" +side = "client" + +[download] +hash-format = "sha1" +hash = "8e4fe2cd85c08c24ab363b47a63d1c872fc3cc1e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5723247 +project-id = 551520 diff --git a/mods/betterf3.pw.toml b/mods/betterf3.pw.toml new file mode 100644 index 0000000..985088a --- /dev/null +++ b/mods/betterf3.pw.toml @@ -0,0 +1,13 @@ +name = "BetterF3" +filename = "BetterF3-7.0.2-Forge-1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/8shC1gFX/versions/xo6HmgWj/BetterF3-7.0.2-Forge-1.20.1.jar" +hash-format = "sha512" +hash = "e88ce04d601a5953de909edaabb49dad9eea2c3a9ccccb1247fd041554b30794d4d4c315be065c90b1017cbd798199e644fe8d905125f4c431ddb8eaf170dd15" + +[update] +[update.modrinth] +mod-id = "8shC1gFX" +version = "xo6HmgWj" diff --git a/mods/biomes-o-plenty.pw.toml b/mods/biomes-o-plenty.pw.toml new file mode 100644 index 0000000..d2cce79 --- /dev/null +++ b/mods/biomes-o-plenty.pw.toml @@ -0,0 +1,13 @@ +name = "Biomes O' Plenty" +filename = "BiomesOPlenty-forge-1.20.1-19.0.0.96.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/HXF82T3G/versions/jxUqRzSD/BiomesOPlenty-forge-1.20.1-19.0.0.96.jar" +hash-format = "sha512" +hash = "d23b4526f80ed88b9253b4cb28f9f2675744dcabfee9e19f3e33f5870b84b7fa1e3104ff1201d0b4408d6a8354195cbedee1ed42100c9778e1ffd32ddab5e55e" + +[update] +[update.modrinth] +mod-id = "HXF82T3G" +version = "jxUqRzSD" diff --git a/mods/biomesize.pw.toml b/mods/biomesize.pw.toml new file mode 100644 index 0000000..dba9037 --- /dev/null +++ b/mods/biomesize.pw.toml @@ -0,0 +1,13 @@ +name = "Biome Sizes[Forge/Fabric]" +filename = "biomesize-1.20.1-1.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "649d563353c3df11d25cb44492574bd2b827a72c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6013048 +project-id = 775502 diff --git a/mods/blockui.pw.toml b/mods/blockui.pw.toml new file mode 100644 index 0000000..823595c --- /dev/null +++ b/mods/blockui.pw.toml @@ -0,0 +1,13 @@ +name = "BlockUI" +filename = "blockui-1.20.1-1.0.193.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b3b361140fbe5c5f96b56df22f8db2e8c6ac4a9c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6646544 +project-id = 522992 diff --git a/mods/bluemap-offline-player-markers-forge.pw.toml b/mods/bluemap-offline-player-markers-forge.pw.toml new file mode 100644 index 0000000..034fd2d --- /dev/null +++ b/mods/bluemap-offline-player-markers-forge.pw.toml @@ -0,0 +1,19 @@ +name = "BlueMap Offline Player Markers (Forge/NeoForge)" +filename = "bluemapofflineplayermarkers-1.3.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/LFSk55jv/versions/g5aUEyKM/bluemapofflineplayermarkers-1.3.1.jar" +hash-format = "sha512" +hash = "d8b92646aa2ebff0d0f7176d717459b542995b81b26531c87ddb613da973d2999a280f922f703fbbba5c366ad0556bbad01e4cc4a8212372d9ebb70df8e70451" + +[update] +[update.modrinth] +mod-id = "LFSk55jv" +version = "g5aUEyKM" + +[option] +optional = true +description = "A BlueMap addon for Forge and NeoForge that adds marker where players last disconnected" +default = false + diff --git a/mods/bluemap.pw.toml b/mods/bluemap.pw.toml new file mode 100644 index 0000000..4896d9a --- /dev/null +++ b/mods/bluemap.pw.toml @@ -0,0 +1,18 @@ +name = "BlueMap" +filename = "BlueMap-5.3-forge-1.20.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/swbUV1cr/versions/aHbq9KFB/BlueMap-5.3-forge-1.20.jar" +hash-format = "sha512" +hash = "3885e5085d6475c5d5dbc50d51ed207f5cebbaa1ad4d6eeec02ba56c317ae7b0080394ff0732334fd8cdf4d2a6b94506ecb700a4b385fdaf3728f024bf42c14e" + +[update] +[update.modrinth] +mod-id = "swbUV1cr" +version = "aHbq9KFB" + +[option] +optional = true +description = "A Minecraft mapping tool that creates 3D models of your Minecraft worlds and displays them in a web viewer." +default = false diff --git a/mods/bluemapfrontiers.pw.toml b/mods/bluemapfrontiers.pw.toml new file mode 100644 index 0000000..19f0e86 --- /dev/null +++ b/mods/bluemapfrontiers.pw.toml @@ -0,0 +1,18 @@ +name = "BluemapFrontiers" +filename = "bluemapfrontiers-1.20.1_forge-1.0.0.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/OGGG6gVy/versions/e6SxXn7W/bluemapfrontiers-1.20.1_forge-1.0.0.jar" +hash-format = "sha512" +hash = "ef7f9dce1b029782ea991f01395738a0daa63dd4e32a29c287874544517438c065a6dd7ec8dbc31a4ba49c8cca50f942dc881d3ee9ef26591bd91942c05bb9bb" + +[update] +[update.modrinth] +mod-id = "OGGG6gVy" +version = "e6SxXn7W" + +[option] +optional = true +description = "MapFrontiers integration for BlueMap" +default = false \ No newline at end of file diff --git a/mods/blueprint.pw.toml b/mods/blueprint.pw.toml 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/bookshelf-lib.pw.toml b/mods/bookshelf-lib.pw.toml new file mode 100644 index 0000000..9a01ec5 --- /dev/null +++ b/mods/bookshelf-lib.pw.toml @@ -0,0 +1,13 @@ +name = "Bookshelf" +filename = "Bookshelf-Forge-1.20.1-20.2.13.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uy4Cnpcm/versions/tNwsir0K/Bookshelf-Forge-1.20.1-20.2.13.jar" +hash-format = "sha512" +hash = "1143753a001bccb3fc84c699cc93343f1941da9b7a63d3a3b8078808262b42962f8b10a2c16ed97a49c058865a6dbaa7e85a1e8842b95039d222f06ab4ee9509" + +[update] +[update.modrinth] +mod-id = "uy4Cnpcm" +version = "tNwsir0K" diff --git a/mods/bountiful.pw.toml b/mods/bountiful.pw.toml new file mode 100644 index 0000000..e55a2eb --- /dev/null +++ b/mods/bountiful.pw.toml @@ -0,0 +1,13 @@ +name = "Bountiful" +filename = "Bountiful-6.0.4+1.20.1-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/BpwWFOVM/versions/EM7Su3PD/Bountiful-6.0.4%2B1.20.1-forge.jar" +hash-format = "sha512" +hash = "63e460c967d4c38bad82e20eb35955f1bb22b505239fafb02aed60a43840f7417306cc99ea8da25bf7ea36d0a1c65347b3b20d0f597311dc7c4473908bd63705" + +[update] +[update.modrinth] +mod-id = "BpwWFOVM" +version = "EM7Su3PD" diff --git a/mods/brewin-and-chewin.pw.toml b/mods/brewin-and-chewin.pw.toml new file mode 100644 index 0000000..8600412 --- /dev/null +++ b/mods/brewin-and-chewin.pw.toml @@ -0,0 +1,13 @@ +name = "Brewin' And Chewin'" +filename = "BrewinAndChewin-1.20.1-3.2.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/hIu9KJTT/versions/9myDFPCD/BrewinAndChewin-1.20.1-3.2.1.jar" +hash-format = "sha512" +hash = "f784c2530f34e56e70a58ee7345e95abc79b312c39fbbef6339ab19dfd20e2842cd7414c5ef2395db2bfa0a9bb1036affc6a3be685b2b731ee3195b2d0d4eb5d" + +[update] +[update.modrinth] +mod-id = "hIu9KJTT" +version = "9myDFPCD" diff --git a/mods/brutal-bosses-dungeon.pw.toml b/mods/brutal-bosses-dungeon.pw.toml new file mode 100644 index 0000000..c43777d --- /dev/null +++ b/mods/brutal-bosses-dungeon.pw.toml @@ -0,0 +1,13 @@ +name = "Brutal Bosses - Custom Bosses[Forge/Fabric]" +filename = "brutalbosses-1.20.1-8.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0e59c3f66dc43654638acc136161c0bc83c918d2" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6622620 +project-id = 557999 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/byzantine-styles-pack-for-minecolonies.pw.toml b/mods/byzantine-styles-pack-for-minecolonies.pw.toml new file mode 100644 index 0000000..7d3f13f --- /dev/null +++ b/mods/byzantine-styles-pack-for-minecolonies.pw.toml @@ -0,0 +1,13 @@ +name = "Byzantine Styles Pack for Minecolonies" +filename = "Byzantine-1.21.1-35.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "953fbbc4b1f718c73873dd845a26b5a4bdac3831" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6760250 +project-id = 974855 diff --git a/mods/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/calcmod.pw.toml b/mods/calcmod.pw.toml new file mode 100644 index 0000000..d7a571c --- /dev/null +++ b/mods/calcmod.pw.toml @@ -0,0 +1,13 @@ +name = "CalcMod" +filename = "calcmod-forge-1.20.1-1.3.0.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/XoHTb2Ap/versions/9YJSPPRw/calcmod-forge-1.20.1-1.3.0.jar" +hash-format = "sha512" +hash = "807294a4e15c069aa41e13f1bb8c5d760a08afbcd4f173bcd8b545a016f2eff4c9bfb8ee0e120165d7a7d46c68ff725566a486026f3d2daac1a1c6f5441f170f" + +[update] +[update.modrinth] +mod-id = "XoHTb2Ap" +version = "9YJSPPRw" diff --git a/mods/camera-overhaul-reforged.pw.toml b/mods/camera-overhaul-reforged.pw.toml new file mode 100644 index 0000000..b9063a2 --- /dev/null +++ b/mods/camera-overhaul-reforged.pw.toml @@ -0,0 +1,13 @@ +name = "Camera Overhaul Reforged" +filename = "cameraoverhaul-1.1-1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/LwcpSm6L/versions/jdWdZZDc/cameraoverhaul-1.1-1.20.4.jar" +hash-format = "sha512" +hash = "f3b651aa9e7d82b6bb2b9e55c4aa127ac885b5c6d4b763930fe700c0eeea58de5856c4ef9cbc19442ecad99a609085d47639a9b2e6b5e30b03a6ba4086c6a08f" + +[update] +[update.modrinth] +mod-id = "LwcpSm6L" +version = "jdWdZZDc" diff --git a/mods/canary.pw.toml b/mods/canary.pw.toml new file mode 100644 index 0000000..8326222 --- /dev/null +++ b/mods/canary.pw.toml @@ -0,0 +1,13 @@ +name = "Canary" +filename = "canary-mc1.20.1-0.3.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qa2H4BS9/versions/lauzXB0n/canary-mc1.20.1-0.3.3.jar" +hash-format = "sha512" +hash = "38f0bec7967f9d354e46dacdbe7d284ef823270dc737a7388adde157c45a025e53d77e04a00a582900666b85402c461bee4b80345fc7f03edb5c2b96708442bd" + +[update] +[update.modrinth] +mod-id = "qa2H4BS9" +version = "lauzXB0n" diff --git a/mods/carry-on.pw.toml b/mods/carry-on.pw.toml 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/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/cccbridge.pw.toml b/mods/cccbridge.pw.toml new file mode 100644 index 0000000..69c4a9e --- /dev/null +++ b/mods/cccbridge.pw.toml @@ -0,0 +1,13 @@ +name = "CC:C Bridge" +filename = "cccbridge-mc1.20.1-v1.7.1-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/fXt291FO/versions/yxrimuPr/cccbridge-mc1.20.1-v1.7.1-forge.jar" +hash-format = "sha512" +hash = "23d6cb811e731581fd33b898ab055b3ba32ee53aa60e0fcc6df4c8bcdda93dcd20681e7ca25a6043903c483158c9b8c9b2867747e6bbda14dc58cf04fbbeaa95" + +[update] +[update.modrinth] +mod-id = "fXt291FO" +version = "yxrimuPr" diff --git a/mods/chalk-mod.pw.toml b/mods/chalk-mod.pw.toml new file mode 100644 index 0000000..cbc2574 --- /dev/null +++ b/mods/chalk-mod.pw.toml @@ -0,0 +1,13 @@ +name = "Chalk" +filename = "chalk-1.20.1-1.6.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/YWGP4Y1d/versions/tRKPNWEg/chalk-1.20.1-1.6.6.jar" +hash-format = "sha512" +hash = "c2c485321015847087c4724c768f5be7dffd24b1cb10be1e8e44f4dfcd42490dd6be82770c83ecba3344f93b4d66651c7bbc811f95ee300d889d11edf51b22f6" + +[update] +[update.modrinth] +mod-id = "YWGP4Y1d" +version = "tRKPNWEg" diff --git a/mods/charm-of-undying.pw.toml b/mods/charm-of-undying.pw.toml new file mode 100644 index 0000000..10ebd5a --- /dev/null +++ b/mods/charm-of-undying.pw.toml @@ -0,0 +1,13 @@ +name = "Charm of Undying" +filename = "charmofundying-forge-6.5.0+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/b5GyyYkp/versions/NmSTxeOm/charmofundying-forge-6.5.0%2B1.20.1.jar" +hash-format = "sha512" +hash = "193c52f2c3b983973b739f0ad6d9736735a8b7ec912a015f70a1804b55a1443f6a5830f0e894b5b399c15361f38fe67177391e39e6174dba34d67ffdf7ae2e44" + +[update] +[update.modrinth] +mod-id = "b5GyyYkp" +version = "NmSTxeOm" diff --git a/mods/chat-heads.pw.toml b/mods/chat-heads.pw.toml new file mode 100644 index 0000000..f02b102 --- /dev/null +++ b/mods/chat-heads.pw.toml @@ -0,0 +1,13 @@ +name = "Chat Heads" +filename = "chat_heads-0.13.18-forge-1.20.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/45EJNtBe/chat_heads-0.13.18-forge-1.20.jar" +hash-format = "sha512" +hash = "626e418bfab8262970533f790b76257d366b4f6ca595255dd6f6b09ba874bfcdcfad90d1a4136144efc5406c7313a7defef5e8787284ead276f7a52b4d9e5db1" + +[update] +[update.modrinth] +mod-id = "Wb5oqrBJ" +version = "45EJNtBe" diff --git a/mods/chunk-loaders.pw.toml b/mods/chunk-loaders.pw.toml new file mode 100644 index 0000000..8c3f72b --- /dev/null +++ b/mods/chunk-loaders.pw.toml @@ -0,0 +1,13 @@ +name = "Chunk Loaders" +filename = "chunkloaders-1.2.8a-forge-mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/t1VgucWo/versions/5RSR78ic/chunkloaders-1.2.8a-forge-mc1.20.1.jar" +hash-format = "sha512" +hash = "97156c4e0e0997618ec7e9b00b3e2a69a17434e2655f547f2cdf71bfa2aa6afb13beefce44b5c53fb33de46a877846ce904b22958f0e33f2269d2bb97635a651" + +[update] +[update.modrinth] +mod-id = "t1VgucWo" +version = "5RSR78ic" diff --git a/mods/chunk-sending-forge-fabric.pw.toml b/mods/chunk-sending-forge-fabric.pw.toml new file mode 100644 index 0000000..2cbdd52 --- /dev/null +++ b/mods/chunk-sending-forge-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Chunk Sending[Forge/Fabric]" +filename = "chunksending-1.20.1-2.8.jar" +side = "server" + +[download] +hash-format = "sha1" +hash = "befdcf1c0177c8dd97d68ebb3c5c5581065caefe" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4894789 +project-id = 831663 diff --git a/mods/chunky.pw.toml b/mods/chunky.pw.toml new file mode 100644 index 0000000..7acb865 --- /dev/null +++ b/mods/chunky.pw.toml @@ -0,0 +1,13 @@ +name = "Chunky" +filename = "Chunky-1.3.146.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/fALzjamp/versions/4FTDk9wv/Chunky-1.3.146.jar" +hash-format = "sha512" +hash = "13ef9d5bfea1895118eec45aa3071e2d79408241f29990624f67e157d4c525391753b0a1539ff3359dad79a6e5ab5e0b84fffbe528bdefcaaefd579ec794d9c9" + +[update] +[update.modrinth] +mod-id = "fALzjamp" +version = "4FTDk9wv" 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/clickable-advancements.pw.toml b/mods/clickable-advancements.pw.toml new file mode 100644 index 0000000..cb9d75b --- /dev/null +++ b/mods/clickable-advancements.pw.toml @@ -0,0 +1,13 @@ +name = "Clickable advancements[Forge/Fabric]" +filename = "clickadv-1.20.1-3.8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a348e4418676ed8b1ffea6c54755f1ee8656f559" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5293987 +project-id = 511733 diff --git a/mods/client-crafting.pw.toml b/mods/client-crafting.pw.toml new file mode 100644 index 0000000..73ad473 --- /dev/null +++ b/mods/client-crafting.pw.toml @@ -0,0 +1,13 @@ +name = "Client Crafting" +filename = "clientcrafting-1.20.1-1.8.jar" +side = "client" + +[download] +hash-format = "sha1" +hash = "2cd821e69e88d3eda2c144b268c25b361ded3d9a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5097009 +project-id = 888790 diff --git a/mods/climate-rivers.pw.toml b/mods/climate-rivers.pw.toml new file mode 100644 index 0000000..b0c4fc2 --- /dev/null +++ b/mods/climate-rivers.pw.toml @@ -0,0 +1,13 @@ +name = "Climate Rivers" +filename = "ClimateRivers-v20.1.0-1.20.1-Forge.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/DzZWws4q/versions/tclzgJeT/ClimateRivers-v20.1.0-1.20.1-Forge.jar" +hash-format = "sha512" +hash = "8a1d4f2aed6e0dca161e1dbfbb23713b5cd0d93d76a81ebf8f628a8a12e437fb298506fd58675b18011a78481ceee64e1bd87abbc82410a33ea085c3dee76df2" + +[update] +[update.modrinth] +mod-id = "DzZWws4q" +version = "tclzgJeT" diff --git a/mods/cloth-config.pw.toml b/mods/cloth-config.pw.toml new file mode 100644 index 0000000..450b0e9 --- /dev/null +++ b/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API" +filename = "cloth-config-11.1.136-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9s6osm5g/versions/t8TXrZvZ/cloth-config-11.1.136-forge.jar" +hash-format = "sha512" +hash = "137c4af99c53d77317cbfb1cc8c49fc2761708b49d1992f51fd846960df41dde3a83519c987e081508d4ed90c603566f3d5a6cb620ad9d85b8f4de59aa9115ef" + +[update] +[update.modrinth] +mod-id = "9s6osm5g" +version = "t8TXrZvZ" diff --git a/mods/cobblegenrandomizer.pw.toml b/mods/cobblegenrandomizer.pw.toml new file mode 100644 index 0000000..0175245 --- /dev/null +++ b/mods/cobblegenrandomizer.pw.toml @@ -0,0 +1,13 @@ +name = "CobbleGenRandomizer" +filename = "cobblegenrandomizer-1.20.1-1.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "242f1b8dfbb379c4ab51b6913761edefc5d452fe" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4817846 +project-id = 402256 diff --git a/mods/cofh-core.pw.toml b/mods/cofh-core.pw.toml new file mode 100644 index 0000000..e481ab0 --- /dev/null +++ b/mods/cofh-core.pw.toml @@ -0,0 +1,13 @@ +name = "CoFH Core" +filename = "cofh_core-1.20.1-11.0.2.56.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/OWSRM4vD/versions/kglS53Hd/cofh_core-1.20.1-11.0.2.56.jar" +hash-format = "sha512" +hash = "5a62bc6dcaaf3cf77234f3e0559eb6d2ec7db05b39feeba56dbdd46f3378aec6d97bd2078e220fe33891384abc40e1a705affe9d77ae4e35cf60185e07c11a73" + +[update] +[update.modrinth] +mod-id = "OWSRM4vD" +version = "kglS53Hd" diff --git a/mods/collective.pw.toml b/mods/collective.pw.toml new file mode 100644 index 0000000..04e7354 --- /dev/null +++ b/mods/collective.pw.toml @@ -0,0 +1,13 @@ +name = "Collective" +filename = "collective-1.20.1-8.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/e0M1UDsY/versions/P0uRrvF9/collective-1.20.1-8.3.jar" +hash-format = "sha512" +hash = "11263db68965bd7d727284ecfd84047d0085c647af1aa8903896946515742ae5ced21cf3b46497dcf5e35ff1f0db646dad2bc330b9c3997cf75b304d34e4f745" + +[update] +[update.modrinth] +mod-id = "e0M1UDsY" +version = "P0uRrvF9" diff --git a/mods/comforts.pw.toml b/mods/comforts.pw.toml new file mode 100644 index 0000000..1298d9f --- /dev/null +++ b/mods/comforts.pw.toml @@ -0,0 +1,13 @@ +name = "Comforts" +filename = "comforts-forge-6.4.0+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/SaCpeal4/versions/gBDsc134/comforts-forge-6.4.0%2B1.20.1.jar" +hash-format = "sha512" +hash = "5f8bc01de36814bbea454ad306efd6b7ae9de933117fe8c1197a13454804e4b71ddd0685a24ace45b81527a8489d4081f7e75b6c5d3f7d7c8f791520407fac09" + +[update] +[update.modrinth] +mod-id = "SaCpeal4" +version = "gBDsc134" diff --git a/mods/completionists-index.pw.toml b/mods/completionists-index.pw.toml new file mode 100644 index 0000000..6131b55 --- /dev/null +++ b/mods/completionists-index.pw.toml @@ -0,0 +1,13 @@ +name = "Completionist's Index" +filename = "CompletionistsIndex-v8.0.0-1.20.1-Forge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/iSCGCCV1/versions/VSxl1I7f/CompletionistsIndex-v8.0.0-1.20.1-Forge.jar" +hash-format = "sha512" +hash = "1185dc8952b56a2128c6f827760bf7da7db2cf14132a8714c221cb0ffa44a323fdbbe922b8959ce890ed490496f2aa13090d7723ea213bba5d7d51e39dc46a1c" + +[update] +[update.modrinth] +mod-id = "iSCGCCV1" +version = "VSxl1I7f" diff --git a/mods/configured.pw.toml b/mods/configured.pw.toml new file mode 100644 index 0000000..f2958ef --- /dev/null +++ b/mods/configured.pw.toml @@ -0,0 +1,13 @@ +name = "Configured" +filename = "configured-forge-1.20.1-2.2.3.jar" +side = "client" + +[download] +hash-format = "sha1" +hash = "065c2d287a52f52fc8d33d780192325ee6f4b6ae" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5180900 +project-id = 457570 diff --git a/mods/connectible-chains-forge.pw.toml b/mods/connectible-chains-forge.pw.toml new file mode 100644 index 0000000..a6f089c --- /dev/null +++ b/mods/connectible-chains-forge.pw.toml @@ -0,0 +1,13 @@ +name = "Connectible Chains [FORGE]" +filename = "Connectible Chains-forge-1.20.1-1.1.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c2d46c7d488623a65df0225459231d0b0102c0f9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6142294 +project-id = 418514 diff --git a/mods/connectivity.pw.toml b/mods/connectivity.pw.toml new file mode 100644 index 0000000..061f514 --- /dev/null +++ b/mods/connectivity.pw.toml @@ -0,0 +1,13 @@ +name = "Connectivity" +filename = "connectivity-1.20.1-7.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d4f2165b6c34439d110111c71d774f19d6947261" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6229159 +project-id = 470193 diff --git a/mods/controlling.pw.toml b/mods/controlling.pw.toml new file mode 100644 index 0000000..167acb7 --- /dev/null +++ b/mods/controlling.pw.toml @@ -0,0 +1,13 @@ +name = "Controlling" +filename = "Controlling-forge-1.20.1-12.0.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/xv94TkTM/versions/LH6Bi6Am/Controlling-forge-1.20.1-12.0.2.jar" +hash-format = "sha512" +hash = "3945bf3f6d843957f13584dfc70bede253d1e48f0dcb96f647fbcc6fcd3d1748a0dd9c6ca5c882e07a41f98eb84057934f51e43ab6023ed0a19695de2e6fe9f5" + +[update] +[update.modrinth] +mod-id = "xv94TkTM" +version = "LH6Bi6Am" diff --git a/mods/copycats.pw.toml b/mods/copycats.pw.toml new file mode 100644 index 0000000..160b158 --- /dev/null +++ b/mods/copycats.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Copycats+" +filename = "copycats-3.0.2+mc.1.20.1-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/UT2M39wf/versions/ibcPwZZT/copycats-3.0.2%2Bmc.1.20.1-forge.jar" +hash-format = "sha512" +hash = "29b1912155e4e6f0c08355d475c8f89923912c5bdf1f7b75da760d743e733af78b3dfc82e5a5a56d5ef0bbaff6e51c25eb98558187c330e8c20259016a0fee2f" + +[update] +[update.modrinth] +mod-id = "UT2M39wf" +version = "ibcPwZZT" diff --git a/mods/corgilib.pw.toml b/mods/corgilib.pw.toml new file mode 100644 index 0000000..56f2e7c --- /dev/null +++ b/mods/corgilib.pw.toml @@ -0,0 +1,13 @@ +name = "CorgiLib" +filename = "Corgilib-Forge-1.20.1-4.0.3.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ziOp6EO8/versions/QQhzscay/Corgilib-Forge-1.20.1-4.0.3.4.jar" +hash-format = "sha512" +hash = "1c256d44dc4a80b37b747cc7ded2a12e4e6580e093b8a28fd5645bfe46d2d332ad2f84588900908e2c668ed42af44c036fe45401d5f22e1598745d5613cbb367" + +[update] +[update.modrinth] +mod-id = "ziOp6EO8" +version = "QQhzscay" diff --git a/mods/corn-delight.pw.toml b/mods/corn-delight.pw.toml new file mode 100644 index 0000000..13c310d --- /dev/null +++ b/mods/corn-delight.pw.toml @@ -0,0 +1,13 @@ +name = "Corn Delight" +filename = "corn_delight-1.1.8-1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uxLAKWU8/versions/YjUI4FwB/corn_delight-1.1.8-1.20.1.jar" +hash-format = "sha512" +hash = "534db48f887586fd19f10db904cc9a19fa6c7b9ca4211983a88ec4f63e96292efdb5610e5eb9fbbe57c4e4e25a65305087ef71373c67331200deb7eaf4225d77" + +[update] +[update.modrinth] +mod-id = "uxLAKWU8" +version = "YjUI4FwB" diff --git a/mods/coroutil.pw.toml b/mods/coroutil.pw.toml new file mode 100644 index 0000000..f68a06f --- /dev/null +++ b/mods/coroutil.pw.toml @@ -0,0 +1,13 @@ +name = "CoroUtil" +filename = "coroutil-forge-1.20.1-1.3.7.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/rLLJ1OZM/versions/6rPDKAT8/coroutil-forge-1.20.1-1.3.7.jar" +hash-format = "sha512" +hash = "37a13eaa68579dd45204ebdfa43b2909123a2e5e875a2ca51da0d0882d4c524be1e95fce4bb26db21901b7d100ad9363968814e3566d44b5afce8fb8e8088057" + +[update] +[update.modrinth] +mod-id = "rLLJ1OZM" +version = "6rPDKAT8" diff --git a/mods/craftpresence.pw.toml b/mods/craftpresence.pw.toml new file mode 100644 index 0000000..9fb88c3 --- /dev/null +++ b/mods/craftpresence.pw.toml @@ -0,0 +1,13 @@ +name = "CraftPresence" +filename = "CraftPresence-2.4.3+1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/DFqQfIBR/versions/oIpViecx/CraftPresence-2.4.3%2B1.20.1.jar" +hash-format = "sha512" +hash = "b11f9b49c80bf193c5324685bf40345117bab6dfc8afdbc59c015d08cd46736f0f3b3b36613bc1fd012549af2681c47c580f0b7398f7e34fe2dbe64c581a9ae0" + +[update] +[update.modrinth] +mod-id = "DFqQfIBR" +version = "oIpViecx" diff --git a/mods/create-air-ducts.pw.toml b/mods/create-air-ducts.pw.toml new file mode 100644 index 0000000..8951ca4 --- /dev/null +++ b/mods/create-air-ducts.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Air Ducts" +filename = "create_airducts-1.20.1-1.0.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9XPqZpTX/versions/GgJrOujJ/create_airducts-1.20.1-1.0.4.jar" +hash-format = "sha512" +hash = "d2187922ac4f1f8afd2e7a478ce21d29780d37f8f06334c96da5665a1c42459c57b3ffc81aca5ad49f4e1cfc5c9a0ff25b5f64509224429cf9ec3d08fdd947ae" + +[update] +[update.modrinth] +mod-id = "9XPqZpTX" +version = "GgJrOujJ" diff --git a/mods/create-aquatic-ambitions.pw.toml b/mods/create-aquatic-ambitions.pw.toml new file mode 100644 index 0000000..f3a3087 --- /dev/null +++ b/mods/create-aquatic-ambitions.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Aquatic Ambitions" +filename = "create_aquatic_ambitions-1.20.1-2.0.0-b.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9SyaPzp7/versions/fJossEUI/create_aquatic_ambitions-1.20.1-2.0.0-b.jar" +hash-format = "sha512" +hash = "30f145bd11c7878bc1d550a11d1c2e16d69c845f1064be0c429cc2be802b3c806918ae4f8f3f4344442e4a73eeb8319baf2555aeb3d548dc5204924f07a36d76" + +[update] +[update.modrinth] +mod-id = "9SyaPzp7" +version = "fJossEUI" diff --git a/mods/create-big-cannons-advanced-technologies.pw.toml b/mods/create-big-cannons-advanced-technologies.pw.toml new file mode 100644 index 0000000..d46c476 --- /dev/null +++ b/mods/create-big-cannons-advanced-technologies.pw.toml @@ -0,0 +1,13 @@ +name = "Create Big Cannons: Advanced Technologies" +filename = "cbc_at_forge_1.20.1_0.1.3a.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/pTfszyXD/versions/RbSJjkBN/cbc_at_forge_1.20.1_0.1.3a.jar" +hash-format = "sha512" +hash = "4fd2d61e17e09b9e6a8585283a4e243bb86f3f892f160805505f74e26458b078574c4bc1ebf2e7432f71604a5f98f72e258bba201e9e193eaf2f6fa116830b0a" + +[update] +[update.modrinth] +mod-id = "pTfszyXD" +version = "RbSJjkBN" diff --git a/mods/create-big-cannons.pw.toml b/mods/create-big-cannons.pw.toml new file mode 100644 index 0000000..c6655e7 --- /dev/null +++ b/mods/create-big-cannons.pw.toml @@ -0,0 +1,13 @@ +name = "Create Big Cannons" +filename = "createbigcannons-5.9.1+mc.1.20.1-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/GWp4jCJj/versions/hdPNh3oa/createbigcannons-5.9.1%2Bmc.1.20.1-forge.jar" +hash-format = "sha512" +hash = "2732bfaa49c762e6768d8b60b9e5d75c152a6e013b4898135fdbcb790e2c5b7087e06d2f13b30baf6eb22686711b21b2fb6d95daa6b387bd9cd9b905c29449a6" + +[update] +[update.modrinth] +mod-id = "GWp4jCJj" +version = "hdPNh3oa" diff --git a/mods/create-cc-total-logistics.pw.toml b/mods/create-cc-total-logistics.pw.toml new file mode 100644 index 0000000..8425a4e --- /dev/null +++ b/mods/create-cc-total-logistics.pw.toml @@ -0,0 +1,13 @@ +name = "Create: CC Total Logistics" +filename = "createcclogistics-1.20.1-forge-0.3.7.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/FuyTRq2g/versions/wsrJETfG/createcclogistics-1.20.1-forge-0.3.7.jar" +hash-format = "sha512" +hash = "96cf9a3eef9c355d4c6ca8752fea37629a3b45cbc93b65efd718d41f32c4189871b588eac76ae6aaeee186f1b2880dd8f21a92d46ccbda7447a6e4ee5564a686" + +[update] +[update.modrinth] +mod-id = "FuyTRq2g" +version = "wsrJETfG" diff --git a/mods/create-ccbr.pw.toml b/mods/create-ccbr.pw.toml new file mode 100644 index 0000000..e921cef --- /dev/null +++ b/mods/create-ccbr.pw.toml @@ -0,0 +1,13 @@ +name = "Create: CC Better Recipes" +filename = "ccbr-1.1.4-backport-forge-1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/WZfuGM1m/versions/h6O16M1o/ccbr-1.1.4-backport-forge-1.20.1.jar" +hash-format = "sha512" +hash = "165024da3da84e9503a88afb48a533d653f632ea4ed221f7a6ecb5338c3976b13deda428ec8408ec509cb75e3805aef3609000696bef0927cbefc99c423f4073" + +[update] +[update.modrinth] +mod-id = "WZfuGM1m" +version = "h6O16M1o" diff --git a/mods/create-central-kitchen.pw.toml b/mods/create-central-kitchen.pw.toml new file mode 100644 index 0000000..0ab71ac --- /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.4-1.4.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/btq68HMO/versions/TDatHO4i/create_central_kitchen-1.20.1-for-create-6.0.4-1.4.1.jar" +hash-format = "sha512" +hash = "761782e56babc42886f1548dc62035766daf522382ac634ba15de8158ea921605766480ce5a52b25c82825790998b9a2ab3d7fca2aa76c384e0a0f68f60e8654" + +[update] +[update.modrinth] +mod-id = "btq68HMO" +version = "TDatHO4i" diff --git a/mods/create-connected.pw.toml b/mods/create-connected.pw.toml new file mode 100644 index 0000000..8b97d63 --- /dev/null +++ b/mods/create-connected.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Connected" +filename = "create_connected-1.1.7-mc1.20.1-all.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Vg5TIO6d/versions/HMzC945H/create_connected-1.1.7-mc1.20.1-all.jar" +hash-format = "sha512" +hash = "647418a320bf722c280b452df54e78dc5deb351ac586ffb2fb8a89ae4784771c4bd4ee17c16efc15d8d705e299521aaa6150bb9e3ab6962fe1c23312c87d2328" + +[update] +[update.modrinth] +mod-id = "Vg5TIO6d" +version = "HMzC945H" diff --git a/mods/create-deco-additions.pw.toml b/mods/create-deco-additions.pw.toml new file mode 100644 index 0000000..3717311 --- /dev/null +++ b/mods/create-deco-additions.pw.toml @@ -0,0 +1,13 @@ +name = "Create Deco Additions" +filename = "create-deco-additions-1.3.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/HrsF061q/versions/zXYMiPys/create-deco-additions-1.3.2.jar" +hash-format = "sha512" +hash = "73a5db0f0c210bc18d7d2d2e89d372d0c30c3f0966e0847f0a3ce033cfc2d65871a1011313dd6358ebe298bec2d9f9ca8d63ffeb5f1e4c9844bc66765afded34" + +[update] +[update.modrinth] +mod-id = "HrsF061q" +version = "zXYMiPys" diff --git a/mods/create-deco.pw.toml b/mods/create-deco.pw.toml new file mode 100644 index 0000000..26876df --- /dev/null +++ b/mods/create-deco.pw.toml @@ -0,0 +1,13 @@ +name = "Create Deco" +filename = "createdeco-2.0.3-1.20.1-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/sMvUb4Rb/versions/e9gaSRMd/createdeco-2.0.3-1.20.1-forge.jar" +hash-format = "sha512" +hash = "50b7e9bb7b09d720160b2491528f2ab751ad2299541be75cc6941e6b6c3d2d40faff5c5fa07a1bea9e3f43b73146ef6e0fdf6a106e65246b9767dd81053766bf" + +[update] +[update.modrinth] +mod-id = "sMvUb4Rb" +version = "e9gaSRMd" diff --git a/mods/create-diesel-generators.pw.toml b/mods/create-diesel-generators.pw.toml new file mode 100644 index 0000000..cc708a1 --- /dev/null +++ b/mods/create-diesel-generators.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Diesel Generators" +filename = "createdieselgenerators-1.20.1-1.3.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ZM3tt6p1/versions/rhxQsell/createdieselgenerators-1.20.1-1.3.3.jar" +hash-format = "sha512" +hash = "bae4a7b718bc7340183d8926dcd912c31a26f4b89fe5b154f8ac8dffd927373179e7303b2401307405462f7af5443092280c6a8ac79c48335fca33a7caad536b" + +[update] +[update.modrinth] +mod-id = "ZM3tt6p1" +version = "rhxQsell" diff --git a/mods/create-encased.pw.toml b/mods/create-encased.pw.toml new file mode 100644 index 0000000..24b95e9 --- /dev/null +++ b/mods/create-encased.pw.toml @@ -0,0 +1,13 @@ +name = "Create Encased" +filename = "Create Encased-1.20.1-1.7.2-fix1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/hSSqdyU1/versions/usE25rBf/Create%20Encased-1.20.1-1.7.2-fix1.jar" +hash-format = "sha512" +hash = "bfc692851e342cd2e22bbe3b8627247f145dbac72d6737941486262079e0aad87bad597439557f31eecb17cd703de4ae7c5e8d6706190a4362d4f43003f7fcc7" + +[update] +[update.modrinth] +mod-id = "hSSqdyU1" +version = "usE25rBf" diff --git a/mods/create-enchantable-machinery.pw.toml b/mods/create-enchantable-machinery.pw.toml new file mode 100644 index 0000000..8d62180 --- /dev/null +++ b/mods/create-enchantable-machinery.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Enchantable Machinery" +filename = "createenchantablemachinery-3.4.1+mc1.20.1-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/eqrvp4NK/versions/hHW0Bm2r/createenchantablemachinery-3.4.1%2Bmc1.20.1-forge.jar" +hash-format = "sha512" +hash = "c8492e85a0756a165e291ac896aab5b3276de182dac5a177d7fcd6c31b58606a5aa845be013055c00a5dfba64f68d89e97ee38e3188a248918f1a15e61869399" + +[update] +[update.modrinth] +mod-id = "eqrvp4NK" +version = "hHW0Bm2r" diff --git a/mods/create-enchantment-industry.pw.toml b/mods/create-enchantment-industry.pw.toml new file mode 100644 index 0000000..6532992 --- /dev/null +++ b/mods/create-enchantment-industry.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Enchantment Industry" +filename = "create_enchantment_industry-1.3.3-for-create-6.0.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/JWGBpFUP/versions/E8bB0Vws/create_enchantment_industry-1.3.3-for-create-6.0.6.jar" +hash-format = "sha512" +hash = "aa1714ee1c7562f0b01780bb3a1271e7214a790711efc8279f11b133075fc72de6e1c08ca87fbf4eeb113d2ea816947153c2383bd90b18e2221d28bd14b7844e" + +[update] +[update.modrinth] +mod-id = "JWGBpFUP" +version = "E8bB0Vws" diff --git a/mods/create-fishing-bobber-detector.pw.toml b/mods/create-fishing-bobber-detector.pw.toml new file mode 100644 index 0000000..78d405d --- /dev/null +++ b/mods/create-fishing-bobber-detector.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Fishing Bobber Detector" +filename = "bobberdetector-forge1.20.1-1.0.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/GRznXwf3/versions/NJGiBgvD/bobberdetector-forge1.20.1-1.0.2.jar" +hash-format = "sha512" +hash = "5b9293fa8789c2aa52ca9f2e9156c51e24c7fbe33fb0fe0ea622a471be45fe707ce5e4ee8095b3da1575f98d3b785229d0492a38b7106bfb69b535c3cc921015" + +[update] +[update.modrinth] +mod-id = "GRznXwf3" +version = "NJGiBgvD" diff --git a/mods/create-guardian-beam-defense.pw.toml b/mods/create-guardian-beam-defense.pw.toml new file mode 100644 index 0000000..1b31d81 --- /dev/null +++ b/mods/create-guardian-beam-defense.pw.toml @@ -0,0 +1,13 @@ +name = "Create Guardian Beam Defense" +filename = "Create-Guardian-Beam-Defense-1.3.2b-1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/pwPEdvXO/versions/F8mcAu6C/Create-Guardian-Beam-Defense-1.3.2b-1.20.1.jar" +hash-format = "sha512" +hash = "66c56ef28c0fd04fb4659605727b61d190f3e8e778b5b20beea3c5c6dc5bc326717f4637fe23e05ce69d0e0d6a601e41729ed92408d2cebb93f2a03957d02c58" + +[update] +[update.modrinth] +mod-id = "pwPEdvXO" +version = "F8mcAu6C" diff --git a/mods/create-halitosis.pw.toml b/mods/create-halitosis.pw.toml new file mode 100644 index 0000000..26e685f --- /dev/null +++ b/mods/create-halitosis.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Halitosis" +filename = "createhalitosis-1.20.1-1.0.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/MOgR2kut/versions/oA3ZatXt/createhalitosis-1.20.1-1.0.1.jar" +hash-format = "sha512" +hash = "8a4d4174356561d59d33053eab6d6e675580d38d08b13d7a92bb93ea7c1d3a747b33df2688a9f2f53e2264ca5e993075e200d8d2fca6c0369c43a41880ebd573" + +[update] +[update.modrinth] +mod-id = "MOgR2kut" +version = "oA3ZatXt" diff --git a/mods/create-let-the-adventure-begin.pw.toml b/mods/create-let-the-adventure-begin.pw.toml new file mode 100644 index 0000000..41c9938 --- /dev/null +++ b/mods/create-let-the-adventure-begin.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Let The Adventure Begin" +filename = "create_ltab-2.7.8.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/fUa6OtBG/versions/PkQg23TD/create_ltab-2.7.8.1.jar" +hash-format = "sha512" +hash = "b9b46196ba2e77478122b08bf58abcc357c6a2ad0e91eeaf1941c954cb26e34b072512a3f6ccbc59655c9cc06fa4bb243bd339abb401889af598264e3ed2aadf" + +[update] +[update.modrinth] +mod-id = "fUa6OtBG" +version = "PkQg23TD" diff --git a/mods/create-mechanical-extruder.pw.toml b/mods/create-mechanical-extruder.pw.toml new file mode 100644 index 0000000..9eb1c7a --- /dev/null +++ b/mods/create-mechanical-extruder.pw.toml @@ -0,0 +1,13 @@ +name = "Create Mechanical Extruder" +filename = "create_mecanical_extruder-1.20.1-1.6.10-6.0.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/hGAlcCDJ/versions/VNMBNgGY/create_mecanical_extruder-1.20.1-1.6.10-6.0.6.jar" +hash-format = "sha512" +hash = "c66c12e16e36868abfaba29cccfdca703fd93e80b1768ba77a55b0b156bc6b6663b9e97bdf7928496a8a8f83277871a177a78f65e43e4b9829b124a0d81ebdf3" + +[update] +[update.modrinth] +mod-id = "hGAlcCDJ" +version = "VNMBNgGY" diff --git a/mods/create-ore-excavation.pw.toml b/mods/create-ore-excavation.pw.toml new file mode 100644 index 0000000..26f6796 --- /dev/null +++ b/mods/create-ore-excavation.pw.toml @@ -0,0 +1,13 @@ +name = "Create Ore Excavation" +filename = "createoreexcavation-1.20-1.6.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ResbpANg/versions/MPDMsEbA/createoreexcavation-1.20-1.6.4.jar" +hash-format = "sha512" +hash = "c38adcbbd3e53b29938c8f35a16a6c1c58c4947962cf260fa8ac3029b6f9f53e4cef574768b569239f5a78633700976316da59632425949b316bc019fc0e6994" + +[update] +[update.modrinth] +mod-id = "ResbpANg" +version = "MPDMsEbA" diff --git a/mods/create-power-loader.pw.toml b/mods/create-power-loader.pw.toml new file mode 100644 index 0000000..0b58be5 --- /dev/null +++ b/mods/create-power-loader.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Power Loader" +filename = "create_power_loader-2.0.3-mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/wPQ6GgFE/versions/gQuz8jcV/create_power_loader-2.0.3-mc1.20.1.jar" +hash-format = "sha512" +hash = "cce4eeb6a7dc942f24f0a7b4182c1b92898b3cc998a876d910148a498d0a39ac8a37fb7d9b66ee81dadd422b9fe42ff57c7f5f9aa05dcdde80b64c04cfb9d55d" + +[update] +[update.modrinth] +mod-id = "wPQ6GgFE" +version = "gQuz8jcV" diff --git a/mods/create-radars.pw.toml b/mods/create-radars.pw.toml new file mode 100644 index 0000000..854307d --- /dev/null +++ b/mods/create-radars.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Radars" +filename = "create_radar-0.3.1+mc1.20.1-all.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/BLu2Yqfq/versions/gW067sUS/create_radar-0.3.1%2Bmc1.20.1-all.jar" +hash-format = "sha512" +hash = "1a187904386fd566d5d7b83afa1d2cd16b12c89455fa6dece58836e9a40164d8da0773b50265210b6f0ff1764f816f3dc892f5a8dadffb2c9c9dd0c332eae8e6" + +[update] +[update.modrinth] +mod-id = "BLu2Yqfq" +version = "gW067sUS" diff --git a/mods/create-railways-navigator.pw.toml b/mods/create-railways-navigator.pw.toml new file mode 100644 index 0000000..c7beca5 --- /dev/null +++ b/mods/create-railways-navigator.pw.toml @@ -0,0 +1,13 @@ +name = "Create Railways Navigator" +filename = "createrailwaysnavigator-forge-1.20.1-beta-0.8.4-C6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Dq3STxps/versions/1el6zRxn/createrailwaysnavigator-forge-1.20.1-beta-0.8.4-C6.jar" +hash-format = "sha512" +hash = "7ea85a50d728b0956d88b3c3f5b3a61cb6ca9bc8311d7783c2affc4f3e8b24c1022511ddc4c1aeec9fca6ef6310b9d109094d056d9aeec0687348f8e92df1ecf" + +[update] +[update.modrinth] +mod-id = "Dq3STxps" +version = "1el6zRxn" diff --git a/mods/create-sifting.pw.toml b/mods/create-sifting.pw.toml new file mode 100644 index 0000000..40c0037 --- /dev/null +++ b/mods/create-sifting.pw.toml @@ -0,0 +1,13 @@ +name = "Create Sifting" +filename = "createsifter-1.20.1-1.8.6-6.0.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/r018adCw/versions/GlQRvUIe/createsifter-1.20.1-1.8.6-6.0.6.jar" +hash-format = "sha512" +hash = "5f1c795a1fd6f95dbeda490ddffc7cc8385908f19387dfab2d6919c582c9d18c6862d52fc893e6390cde3b5d7fba279ff223b4022df4a498783a7a2bedf74a53" + +[update] +[update.modrinth] +mod-id = "r018adCw" +version = "GlQRvUIe" diff --git a/mods/create-sound-of-steam.pw.toml b/mods/create-sound-of-steam.pw.toml new file mode 100644 index 0000000..924c608 --- /dev/null +++ b/mods/create-sound-of-steam.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Sound of Steam" +filename = "pipeorgans-0.7.3+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/yGttHo06/versions/dLzvs5GA/pipeorgans-0.7.3%2B1.20.1.jar" +hash-format = "sha512" +hash = "2a3f48cb50334fbf0f4819092992df8bc9c098a9e2f7fb70ead75de0cf8d346e2f3da5c7c449e47cd372492e7373cecd6d3878b0e3e4bb0fe15fdadc3824ade8" + +[update] +[update.modrinth] +mod-id = "yGttHo06" +version = "dLzvs5GA" diff --git a/mods/create-stuff-additions.pw.toml b/mods/create-stuff-additions.pw.toml new file mode 100644 index 0000000..27233cc --- /dev/null +++ b/mods/create-stuff-additions.pw.toml @@ -0,0 +1,13 @@ +name = "Create Stuff 'N Additions" +filename = "create-stuff-additions1.20.1_v2.1.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/aq9qUUQG/versions/Z3P99xA8/create-stuff-additions1.20.1_v2.1.0.jar" +hash-format = "sha512" +hash = "165020b72403b58d1265685d5a13c3a32186c28ea95f3ebea3f677ff0cf3c271dbcbc701cfd2680fa846a2eb594f7d3c09c39f51cdd257b64c4e48fb108246aa" + +[update] +[update.modrinth] +mod-id = "aq9qUUQG" +version = "Z3P99xA8" diff --git a/mods/create-tweaked-controllers.pw.toml b/mods/create-tweaked-controllers.pw.toml new file mode 100644 index 0000000..f45a32f --- /dev/null +++ b/mods/create-tweaked-controllers.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Tweaked Controllers" +filename = "create_tweaked_controllers-1.20.1-1.2.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/H6bJ8Ju4/versions/aHqvR8LC/create_tweaked_controllers-1.20.1-1.2.5.jar" +hash-format = "sha512" +hash = "aa57d77aacdcc15fc586f6a3a1be30340a1ac1017c03e9fb7b698cf39222ed8e51cb32c0e51533a1d1638bce463850ff05b81a49a44d3254a646aba906af2a6e" + +[update] +[update.modrinth] +mod-id = "H6bJ8Ju4" +version = "aHqvR8LC" 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/create_factory_logistics.pw.toml b/mods/create_factory_logistics.pw.toml new file mode 100644 index 0000000..305de67 --- /dev/null +++ b/mods/create_factory_logistics.pw.toml @@ -0,0 +1,13 @@ +name = "Create Factory Logistics" +filename = "create_factory_logistics-1.20.1-1.4.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/QMGO17gm/versions/sh99tkPX/create_factory_logistics-1.20.1-1.4.5.jar" +hash-format = "sha512" +hash = "6e3c43e506ac2166eea0d070641dd4f9180543e1fb5765138296dcbdb5f59f4aea01ead8c8a1c049d70ab8cb7d093535ddc196cee1a48c01ee3572f639e772af" + +[update] +[update.modrinth] +mod-id = "QMGO17gm" +version = "sh99tkPX" diff --git a/mods/createaddition.pw.toml b/mods/createaddition.pw.toml new file mode 100644 index 0000000..a26983c --- /dev/null +++ b/mods/createaddition.pw.toml @@ -0,0 +1,13 @@ +name = "Create Crafts & Additions" +filename = "createaddition-1.20.1-1.3.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/kU1G12Nn/versions/SecVSw22/createaddition-1.20.1-1.3.1.jar" +hash-format = "sha512" +hash = "d9fd62d5041670e3194848624672674b2ef23a88348f30968574803786da0a56b3d34a1ab7e542d6666cd3983d88fbedce08b2c56165a464fee7e3c383c07ad5" + +[update] +[update.modrinth] +mod-id = "kU1G12Nn" +version = "SecVSw22" diff --git a/mods/createbetterfps.pw.toml b/mods/createbetterfps.pw.toml new file mode 100644 index 0000000..b17b168 --- /dev/null +++ b/mods/createbetterfps.pw.toml @@ -0,0 +1,13 @@ +name = "CreateBetterFps" +filename = "createbetterfps-1.20.1-1.1.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/lMYIHZNH/versions/G8AvMFll/createbetterfps-1.20.1-1.1.1.jar" +hash-format = "sha512" +hash = "27a24d6b1c473fe2b3fe31364088739d7bf7ee379fb835a50fea356f2c3e57f895dd61255baadbbd5c124518d1ee370782a091399135bbc03b64e470483e38da" + +[update] +[update.modrinth] +mod-id = "lMYIHZNH" +version = "G8AvMFll" diff --git a/mods/creativecore.pw.toml b/mods/creativecore.pw.toml new file mode 100644 index 0000000..cf23522 --- /dev/null +++ b/mods/creativecore.pw.toml @@ -0,0 +1,13 @@ +name = "CreativeCore" +filename = "CreativeCore_FORGE_v2.12.32_mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/OsZiaDHq/versions/IbFWHI5h/CreativeCore_FORGE_v2.12.32_mc1.20.1.jar" +hash-format = "sha512" +hash = "7f7c684a35020a0327e31f5521a363d1c29312a22839c69c5dbdf51d77428298dbd0ca685166c06d8426010448e777e087e141fef6b5093fd67cb73c4bd51f8a" + +[update] +[update.modrinth] +mod-id = "OsZiaDHq" +version = "IbFWHI5h" diff --git a/mods/cupboard.pw.toml b/mods/cupboard.pw.toml new file mode 100644 index 0000000..2160f6c --- /dev/null +++ b/mods/cupboard.pw.toml @@ -0,0 +1,13 @@ +name = "Cupboard" +filename = "cupboard-1.20.1-2.7.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "204bc8aa83e8a685f64311b72d55505ab2eca867" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5470032 +project-id = 326652 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/curious-lanterns.pw.toml b/mods/curious-lanterns.pw.toml new file mode 100644 index 0000000..5606b1a --- /dev/null +++ b/mods/curious-lanterns.pw.toml @@ -0,0 +1,13 @@ +name = "Curious Lanterns" +filename = "curiouslanterns-1.20.1-1.3.7.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/cE5SLYbv/versions/XHC2wH2e/curiouslanterns-1.20.1-1.3.7.jar" +hash-format = "sha512" +hash = "cd781f828539e28c2f5afa748b4ba21368fd542f968f51c823ca94c08fffe16a7506e70d0d99ef5bc6ce041c499679092052197170f673c4fb517767cff475c8" + +[update] +[update.modrinth] +mod-id = "cE5SLYbv" +version = "XHC2wH2e" diff --git a/mods/cursery.pw.toml b/mods/cursery.pw.toml new file mode 100644 index 0000000..89d3a3d --- /dev/null +++ b/mods/cursery.pw.toml @@ -0,0 +1,13 @@ +name = "Cursery[Forge/Fabric]" +filename = "cursery-1.20.1-4.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6649ae844c2fcd2fb848e8b419e9dfb33220661a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4767585 +project-id = 476545 diff --git a/mods/cut-through.pw.toml b/mods/cut-through.pw.toml new file mode 100644 index 0000000..c80b9cb --- /dev/null +++ b/mods/cut-through.pw.toml @@ -0,0 +1,13 @@ +name = "Cut Through" +filename = "CutThrough-v8.0.2-1.20.1-Forge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Dk6su9JN/versions/ZD7nA4WX/CutThrough-v8.0.2-1.20.1-Forge.jar" +hash-format = "sha512" +hash = "62a89186a53f2cb3e4bd22252dd049152053a1ae312d6421be528ac7e5fdda2883bf5bd7ec8b57b8af69c6f952cdb804d39acf5e85ddffb1e7d1a516c98d0c1c" + +[update] +[update.modrinth] +mod-id = "Dk6su9JN" +version = "ZD7nA4WX" diff --git a/mods/data-anchor.pw.toml b/mods/data-anchor.pw.toml new file mode 100644 index 0000000..b97e3a5 --- /dev/null +++ b/mods/data-anchor.pw.toml @@ -0,0 +1,13 @@ +name = "Data Anchor" +filename = "Data_Anchor-forge-1.20.1-1.0.0.19.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/z2XEADmE/versions/WKWSOV6p/Data_Anchor-forge-1.20.1-1.0.0.19.jar" +hash-format = "sha512" +hash = "50c795a3b68b0a61d2fa462ad2e67340f6f4c7b5787b6bea4fed5fa24fa98b44b85ccd7ecf4b3d97dfc008655479083a986777bcf774b80b61feace57f371d70" + +[update] +[update.modrinth] +mod-id = "z2XEADmE" +version = "WKWSOV6p" diff --git a/mods/default-options.pw.toml b/mods/default-options.pw.toml new file mode 100644 index 0000000..69c3145 --- /dev/null +++ b/mods/default-options.pw.toml @@ -0,0 +1,13 @@ +name = "Default Options" +filename = "defaultoptions-forge-1.20-18.0.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/WEg59z5b/versions/CKNINccT/defaultoptions-forge-1.20-18.0.1.jar" +hash-format = "sha512" +hash = "41ab37f580a1cbcb063958b7ec6034c9bea729aecb5452e5982a21d068617a818e78d31f03e76fc4e06dbf73f066f576d9dd6566f70d4912f29b595ba5c54079" + +[update] +[update.modrinth] +mod-id = "WEg59z5b" +version = "CKNINccT" diff --git a/mods/delightful.pw.toml b/mods/delightful.pw.toml new file mode 100644 index 0000000..ab4512b --- /dev/null +++ b/mods/delightful.pw.toml @@ -0,0 +1,13 @@ +name = "Delightful" +filename = "Delightful-1.20.1-3.7.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/JtSnhtNJ/versions/8S1xBpBG/Delightful-1.20.1-3.7.3.jar" +hash-format = "sha512" +hash = "2f1cdd21d33346fa95a3351a5c40dccfb350974330357bcd373a67f437da0aed964da0f1e3523223b620ce78a09ed5186ac20d26e6168654861b34e66d97f8a4" + +[update] +[update.modrinth] +mod-id = "JtSnhtNJ" +version = "8S1xBpBG" diff --git a/mods/despawning-eggs-hatch.pw.toml b/mods/despawning-eggs-hatch.pw.toml new file mode 100644 index 0000000..62ca466 --- /dev/null +++ b/mods/despawning-eggs-hatch.pw.toml @@ -0,0 +1,13 @@ +name = "Despawning Eggs Hatch" +filename = "despawningeggshatch-1.20.1-4.5.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/iKRtwScn/versions/I5LEJ06o/despawningeggshatch-1.20.1-4.5.jar" +hash-format = "sha512" +hash = "52204d4e005bfd484083cc2cc1d7875ecbbcb36fbae31bd649a116fa7edc5328e1116cd3e4f8f97f8b0d72298354a69b4193ea930fb436cb947de3f74f11a6b4" + +[update] +[update.modrinth] +mod-id = "iKRtwScn" +version = "I5LEJ06o" diff --git a/mods/destroy.pw.toml b/mods/destroy.pw.toml new file mode 100644 index 0000000..252fed1 --- /dev/null +++ b/mods/destroy.pw.toml @@ -0,0 +1,13 @@ +name = "Destroy (Create add-on)" +filename = "destroy-1.20.1-0.1.3-all.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uY7EYHum/versions/Z43mg4A6/destroy-1.20.1-0.1.3-all.jar" +hash-format = "sha512" +hash = "d37e93d43cf16a72f9e4834bb871a46f7c661f5801872a162a8478a9e22bd09eaaf38a831787a23064dba580cae80cd3ed95697002cd6506cb0554764cdeb88e" + +[update] +[update.modrinth] +mod-id = "uY7EYHum" +version = "Z43mg4A6" diff --git a/mods/diagonal-fences.pw.toml b/mods/diagonal-fences.pw.toml new file mode 100644 index 0000000..bd1113d --- /dev/null +++ b/mods/diagonal-fences.pw.toml @@ -0,0 +1,13 @@ +name = "Diagonal Fences" +filename = "DiagonalFences-v8.1.5-1.20.1-Forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/IKARgflD/versions/6eK8RyWM/DiagonalFences-v8.1.5-1.20.1-Forge.jar" +hash-format = "sha512" +hash = "53c274fba4c750f953fd44b9edbd78306e1bf6c480ae9cf54d93146200c16602d3d3fd51f803cee734987fe7f0389f4250df1ce0785256e5dc8d202d22c4c2af" + +[update] +[update.modrinth] +mod-id = "IKARgflD" +version = "6eK8RyWM" diff --git a/mods/diagonal-walls.pw.toml b/mods/diagonal-walls.pw.toml new file mode 100644 index 0000000..ef77f62 --- /dev/null +++ b/mods/diagonal-walls.pw.toml @@ -0,0 +1,13 @@ +name = "Diagonal Walls" +filename = "DiagonalWalls-v8.0.4-1.20.1-Forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/FQgc8dib/versions/ISQPtPH5/DiagonalWalls-v8.0.4-1.20.1-Forge.jar" +hash-format = "sha512" +hash = "ca0bbb39aeca6ab2bc93a4efd40ae71b3b680af25f4acbd6029384ffe64304aecf2c5722194de3616e1a963fdd8cec135282503f43c679b0e30d1a709e9ac578" + +[update] +[update.modrinth] +mod-id = "FQgc8dib" +version = "ISQPtPH5" diff --git a/mods/diagonal-windows.pw.toml b/mods/diagonal-windows.pw.toml new file mode 100644 index 0000000..cb25aab --- /dev/null +++ b/mods/diagonal-windows.pw.toml @@ -0,0 +1,13 @@ +name = "Diagonal Windows" +filename = "DiagonalWindows-v8.1.5-1.20.1-Forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/oOi0CKes/versions/IpxUHCn0/DiagonalWindows-v8.1.5-1.20.1-Forge.jar" +hash-format = "sha512" +hash = "dd05d1ae6286b9c6a03898e5d13ebb8cfdaf812792bcf1d151279f24b46f932e1aec412141f05bc8f6efe15bf4d4b388ce27e66c21836fdd8ce64472957a0fd8" + +[update] +[update.modrinth] +mod-id = "oOi0CKes" +version = "IpxUHCn0" diff --git a/mods/dismount-entity.pw.toml b/mods/dismount-entity.pw.toml new file mode 100644 index 0000000..6940bdd --- /dev/null +++ b/mods/dismount-entity.pw.toml @@ -0,0 +1,13 @@ +name = "Dismount Entity" +filename = "dismountentity-1.20.1-3.6.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/H7N61Wcl/versions/8dvHq4gs/dismountentity-1.20.1-3.6.jar" +hash-format = "sha512" +hash = "071f0596af218aebabaeae1cdd52c9c2e712c96969df80c4635c1b810afa6605cb5459ffb92b23d89d4b46be9330a185edaea8c5ed39b71477066d49daefc934" + +[update] +[update.modrinth] +mod-id = "H7N61Wcl" +version = "8dvHq4gs" diff --git a/mods/distanthorizons.pw.toml b/mods/distanthorizons.pw.toml new file mode 100644 index 0000000..408ccf9 --- /dev/null +++ b/mods/distanthorizons.pw.toml @@ -0,0 +1,18 @@ +name = "Distant Horizons" +filename = "DistantHorizons-fabric-forge-2.3.2-b-1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uCdwusMi/versions/vSDePnsB/DistantHorizons-fabric-forge-2.3.2-b-1.20.1.jar" +hash-format = "sha512" +hash = "14f5548cffa24fabdcfce6626fc813db42e28350a126833a54e1c54e13e6b393e232b5a0d55fe6bc6f7e273061adaade67f8a8bbee9503cdaf869c28db0995b7" + +[update] +[update.modrinth] +mod-id = "uCdwusMi" +version = "vSDePnsB" + +[option] +optional = true +description = "See farther without turning your game into a slide show" +default = false diff --git a/mods/do-a-barrel-roll.pw.toml b/mods/do-a-barrel-roll.pw.toml new file mode 100644 index 0000000..d2d5402 --- /dev/null +++ b/mods/do-a-barrel-roll.pw.toml @@ -0,0 +1,13 @@ +name = "Do a Barrel Roll" +filename = "do_a_barrel_roll-forge-3.5.6+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/6FtRfnLg/versions/VH8QpKA5/do_a_barrel_roll-forge-3.5.6%2B1.20.1.jar" +hash-format = "sha512" +hash = "f07294a0e43826c400d10fe52b6d3a5f58ba9c51eecd464f30957faae875d397a8fbfdd8b6e58989fc7ebfbb59f84b283eb7a83bebc906777d1a2b65336deec4" + +[update] +[update.modrinth] +mod-id = "6FtRfnLg" +version = "VH8QpKA5" 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/domum-ornamentum.pw.toml b/mods/domum-ornamentum.pw.toml new file mode 100644 index 0000000..e3ca4f0 --- /dev/null +++ b/mods/domum-ornamentum.pw.toml @@ -0,0 +1,13 @@ +name = "Domum Ornamentum" +filename = "domum_ornamentum-1.20.1-1.0.290-snapshot-universal.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "040a8e565583ce3bf8829e32204e7a3681f1ab10" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6721676 +project-id = 527361 diff --git a/mods/dripsounds.pw.toml b/mods/dripsounds.pw.toml new file mode 100644 index 0000000..294bb70 --- /dev/null +++ b/mods/dripsounds.pw.toml @@ -0,0 +1,13 @@ +name = "Drip Sounds" +filename = "Drip Sounds-0.5.1+1.20.4-Forge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/T8MMXTpr/versions/eOBbLhlz/Drip%20Sounds-0.5.1%2B1.20.4-Forge.jar" +hash-format = "sha512" +hash = "814da8f44edf9952c10d4fb6e10ed991960cb5b2da73d56ca59913c199cc92b6f43789b935b50e3c878759e58ae0ad0dc7054439507ba5beb217fbfcc4870bba" + +[update] +[update.modrinth] +mod-id = "T8MMXTpr" +version = "eOBbLhlz" diff --git a/mods/dungeons-and-taverns.pw.toml b/mods/dungeons-and-taverns.pw.toml new file mode 100644 index 0000000..9ded014 --- /dev/null +++ b/mods/dungeons-and-taverns.pw.toml @@ -0,0 +1,13 @@ +name = "Dungeons and Taverns" +filename = "dungeons-and-taverns-3.0.3.f.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/tpehi7ww/versions/ojHpWOrz/dungeons-and-taverns-3.0.3.f.jar" +hash-format = "sha512" +hash = "66008a7439fde95270350433adbff7b74944ad97e216ad165d11b3a023647a8cd18c17aa12ded2a58fa793ff29433e9bcbbd55e6ffd5a3af44f72c1ea12c1089" + +[update] +[update.modrinth] +mod-id = "tpehi7ww" +version = "ojHpWOrz" diff --git a/mods/dungeons-enhanced.pw.toml b/mods/dungeons-enhanced.pw.toml new file mode 100644 index 0000000..746d186 --- /dev/null +++ b/mods/dungeons-enhanced.pw.toml @@ -0,0 +1,13 @@ +name = "Dungeons Enhanced" +filename = "dungeons_enhanced-1.20.1-5.4.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/3IAJcJXa/versions/yg5IoymZ/dungeons_enhanced-1.20.1-5.4.2.jar" +hash-format = "sha512" +hash = "7b61eb7bd6f44e03fc734d26c0444eb0977cfcb839c3e590b275b5f53776933327ad249ee627c3a1c9dbf57b2b0ea1bda9b718c22fb6737e9bc92082d43b59c8" + +[update] +[update.modrinth] +mod-id = "3IAJcJXa" +version = "yg5IoymZ" diff --git a/mods/dynamic-fps.pw.toml b/mods/dynamic-fps.pw.toml new file mode 100644 index 0000000..432a7d2 --- /dev/null +++ b/mods/dynamic-fps.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic FPS" +filename = "dynamic-fps-3.9.5+minecraft-1.20.0-forge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/JsDP4XZK/dynamic-fps-3.9.5%2Bminecraft-1.20.0-forge.jar" +hash-format = "sha512" +hash = "8c7e44d51941e839e569fa98339d3a7cdf2f41f29cb8f498421a88a799db2ae27963d0ca8be7a9670142e0c6165b633370731565187c710337da709d5fc72963" + +[update] +[update.modrinth] +mod-id = "LQ3K71Q1" +version = "JsDP4XZK" diff --git a/mods/dynamic-view.pw.toml b/mods/dynamic-view.pw.toml new file mode 100644 index 0000000..c100ebc --- /dev/null +++ b/mods/dynamic-view.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic View[Forge]" +filename = "dynview-1.20.1-4.0.jar" +side = "server" + +[download] +hash-format = "sha1" +hash = "626d970796531ae63a4029176ef0db07b2109c4f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5345889 +project-id = 366140 diff --git a/mods/easy-anvils.pw.toml b/mods/easy-anvils.pw.toml new file mode 100644 index 0000000..f9ccafb --- /dev/null +++ b/mods/easy-anvils.pw.toml @@ -0,0 +1,13 @@ +name = "Easy Anvils" +filename = "EasyAnvils-v8.0.2-1.20.1-Forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/OZBR5JT5/versions/4pRdDqEb/EasyAnvils-v8.0.2-1.20.1-Forge.jar" +hash-format = "sha512" +hash = "2b4715538b2e78bd86fbd05ebd07b7da2c7fa00d6e9653f6fcfad7f1fc59edb495f54164a8e2a48ed97b1722388b11729221775d798c8de9e92fb73e07f01e14" + +[update] +[update.modrinth] +mod-id = "OZBR5JT5" +version = "4pRdDqEb" diff --git a/mods/easy-magic.pw.toml b/mods/easy-magic.pw.toml new file mode 100644 index 0000000..8359439 --- /dev/null +++ b/mods/easy-magic.pw.toml @@ -0,0 +1,13 @@ +name = "Easy Magic" +filename = "EasyMagic-v8.0.1-1.20.1-Forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9hx3AbJM/versions/W2xPEG9I/EasyMagic-v8.0.1-1.20.1-Forge.jar" +hash-format = "sha512" +hash = "ac4bc9cbca15e4b07361a84d90357e53edb0d9e336f16138b0644545061299c51c9b4af1554fac0e5f891021035b0bcd9e4b57c39ee9188324b6bca9d63cd90f" + +[update] +[update.modrinth] +mod-id = "9hx3AbJM" +version = "W2xPEG9I" diff --git a/mods/echo-chest.pw.toml b/mods/echo-chest.pw.toml new file mode 100644 index 0000000..d740f32 --- /dev/null +++ b/mods/echo-chest.pw.toml @@ -0,0 +1,13 @@ +name = "Echo Chest" +filename = "EchoChest-v8.0.0-1.20.1-Forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/m3pkVbY8/versions/aQcerSRS/EchoChest-v8.0.0-1.20.1-Forge.jar" +hash-format = "sha512" +hash = "7d630386a5f14ee061f3b019b49723564637ae0128d7bee647e145e831fb6132dd0ae70bd79244a817c94b0862ab4c723c55a8b9bfb42f571b9fed139c28f509" + +[update] +[update.modrinth] +mod-id = "m3pkVbY8" +version = "aQcerSRS" diff --git a/mods/effortless-building.pw.toml b/mods/effortless-building.pw.toml new file mode 100644 index 0000000..4cf5ce3 --- /dev/null +++ b/mods/effortless-building.pw.toml @@ -0,0 +1,13 @@ +name = "Effortless Building" +filename = "effortlessbuilding-1.20.1-3.10.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/DYtfQEYj/versions/GCzIlABB/effortlessbuilding-1.20.1-3.10.jar" +hash-format = "sha512" +hash = "4fa3a6fff79a6613f84def1013b39f903309a2dd154c5471d1b2ed1bd3ede945246b1d12d4b3d0a88bf18f6ea2f9c7f20d0401a5283a6963392722d78df9c266" + +[update] +[update.modrinth] +mod-id = "DYtfQEYj" +version = "GCzIlABB" diff --git a/mods/elytra-slot.pw.toml b/mods/elytra-slot.pw.toml new file mode 100644 index 0000000..a882b5c --- /dev/null +++ b/mods/elytra-slot.pw.toml @@ -0,0 +1,13 @@ +name = "Elytra Slot" +filename = "elytraslot-forge-6.4.4+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/mSQF1NpT/versions/k6lA080t/elytraslot-forge-6.4.4%2B1.20.1.jar" +hash-format = "sha512" +hash = "0fc4adb7e3b7469eb925ebde8e9364524595187f9b15791ac6ff009d07d44d562b17c58d6e3b0a40fe3c40fdbd57b64343a8fe942d4b6c7022aa9cd34f7a8cef" + +[update] +[update.modrinth] +mod-id = "mSQF1NpT" +version = "k6lA080t" diff --git a/mods/embeddium.pw.toml b/mods/embeddium.pw.toml new file mode 100644 index 0000000..1d63f7d --- /dev/null +++ b/mods/embeddium.pw.toml @@ -0,0 +1,13 @@ +name = "Embeddium" +filename = "embeddium-0.3.31+mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/sk9rgfiA/versions/UTbfe5d1/embeddium-0.3.31%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "ffbf2da4685260a4d5c14c621708bd20722563f084f042d3dfb0a7b87f048e39299648c854a93939129da0d23a15a91ec628560d601e76074b08e275f6e132e9" + +[update] +[update.modrinth] +mod-id = "sk9rgfiA" +version = "UTbfe5d1" diff --git a/mods/emi-enchanting.pw.toml b/mods/emi-enchanting.pw.toml new file mode 100644 index 0000000..cc81bd5 --- /dev/null +++ b/mods/emi-enchanting.pw.toml @@ -0,0 +1,13 @@ +name = "EMI Enchanting" +filename = "emi_enchanting-0.1.2+1.20.1+forge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/wbWoo11W/versions/s8VlWyjj/emi_enchanting-0.1.2%2B1.20.1%2Bforge.jar" +hash-format = "sha512" +hash = "db7b4979c9a5fc756c34f05a481b09a2ee62c97ea6c393ff80d5310a7a0673c458dd946c86050cf9d424f6e37718fd8e5fbd6ccce0826dbc02b9afecc02aae3c" + +[update] +[update.modrinth] +mod-id = "wbWoo11W" +version = "s8VlWyjj" diff --git a/mods/emi-loot.pw.toml b/mods/emi-loot.pw.toml new file mode 100644 index 0000000..4c3488e --- /dev/null +++ b/mods/emi-loot.pw.toml @@ -0,0 +1,13 @@ +name = "EMI Loot" +filename = "emi_loot-0.7.6+1.20.1+forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qbbO7Jns/versions/hWzv5ZZZ/emi_loot-0.7.6%2B1.20.1%2Bforge.jar" +hash-format = "sha512" +hash = "20d738ea5a529b5b43608cc1edeb17df67a75856c824349d5222f9b5d1434124d3383c3a6d9d480e0ee79d90d9446e3a521dffe689da370bb11d616f1bf93caa" + +[update] +[update.modrinth] +mod-id = "qbbO7Jns" +version = "hWzv5ZZZ" diff --git a/mods/emi.pw.toml b/mods/emi.pw.toml new file mode 100644 index 0000000..878c09b --- /dev/null +++ b/mods/emi.pw.toml @@ -0,0 +1,13 @@ +name = "EMI" +filename = "emi-1.1.22+1.20.1+forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/fRiHVvU7/versions/WtJS5tVw/emi-1.1.22%2B1.20.1%2Bforge.jar" +hash-format = "sha512" +hash = "fcc80ee419a96682d157e8fd0993e0f13031dafc6399dabb17b9696636e791a903e7d3d15131edd3b533544454f072c4b19e92b146c80d4be6980bb20a0dbb7b" + +[update] +[update.modrinth] +mod-id = "fRiHVvU7" +version = "WtJS5tVw" diff --git a/mods/emiffect.pw.toml b/mods/emiffect.pw.toml new file mode 100644 index 0000000..06238c7 --- /dev/null +++ b/mods/emiffect.pw.toml @@ -0,0 +1,13 @@ +name = "EMIffect" +filename = "emiffect-forge-1.1.2+mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/705gWllI/versions/cwzXpY1E/emiffect-forge-1.1.2%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "d1aa78d400796abea326498d3143af8ae4d61fa9635339be36ae38f342c586e309216c4e2b8d19fd5eaaa17a24e60c590dc33059f910ea941398fd3ebf2b1324" + +[update] +[update.modrinth] +mod-id = "705gWllI" +version = "cwzXpY1E" diff --git a/mods/emitrades.pw.toml b/mods/emitrades.pw.toml new file mode 100644 index 0000000..55d1d8b --- /dev/null +++ b/mods/emitrades.pw.toml @@ -0,0 +1,13 @@ +name = "EMI Trades" +filename = "emitrades-forge-1.2.1+mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/j2HhbEE7/versions/LBT7pcVH/emitrades-forge-1.2.1%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "b0344906a3da867373edf6a4d5a7bcb1d0aa0aaf11825244b9d1d5aeb1aec1c5d023b754ab8f881905c7086ba11d2cdc5740ba29ab967b4549346531bcbc1b86" + +[update] +[update.modrinth] +mod-id = "j2HhbEE7" +version = "LBT7pcVH" diff --git a/mods/emojiful.pw.toml b/mods/emojiful.pw.toml new file mode 100644 index 0000000..f70a3d9 --- /dev/null +++ b/mods/emojiful.pw.toml @@ -0,0 +1,13 @@ +name = "Emojiful" +filename = "Emojiful-Forge-1.20.1-4.2.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/72GXx2MO/versions/NFYwjzXZ/Emojiful-Forge-1.20.1-4.2.0.jar" +hash-format = "sha512" +hash = "df643bfc3efd3cdca4084a23ab204e1d2004e5f305c55aec9d64d5907c380013d8ff44df7fcf3f06758c99c805104436468b0db270ea510bf3c10e507d9da5fd" + +[update] +[update.modrinth] +mod-id = "72GXx2MO" +version = "NFYwjzXZ" diff --git a/mods/end-portal-recipe.pw.toml b/mods/end-portal-recipe.pw.toml new file mode 100644 index 0000000..f6d6b92 --- /dev/null +++ b/mods/end-portal-recipe.pw.toml @@ -0,0 +1,13 @@ +name = "End Portal Recipe" +filename = "endportalrecipe-1.20.1-5.7.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/VbCjkvcq/versions/laOcMdQ2/endportalrecipe-1.20.1-5.7.jar" +hash-format = "sha512" +hash = "e0ee5de490a9e7b241da43ee843081a443b54f8ae8e359d10bd6949b7c28946f8c9c326f507f9343ea344d99070e95e0b454e350ab0c6fc3aaecefa4cb6e67b3" + +[update] +[update.modrinth] +mod-id = "VbCjkvcq" +version = "laOcMdQ2" diff --git a/mods/endergetic.pw.toml b/mods/endergetic.pw.toml new file mode 100644 index 0000000..8b30d4d --- /dev/null +++ b/mods/endergetic.pw.toml @@ -0,0 +1,13 @@ +name = "The Endergetic Expansion" +filename = "endergetic-1.20.1-5.0.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/cPle5Z8G/versions/En1Ihw7Y/endergetic-1.20.1-5.0.1.jar" +hash-format = "sha512" +hash = "593553a76aa417e4043be47d7166fae4e0a7efd854eb403cc1bcdd60f950bb61c310b3cec21f405f1931e26393835adcc2e682871e12180be68e57ac3323064a" + +[update] +[update.modrinth] +mod-id = "cPle5Z8G" +version = "En1Ihw7Y" diff --git a/mods/enhanced-celestials.pw.toml b/mods/enhanced-celestials.pw.toml new file mode 100644 index 0000000..ebabe47 --- /dev/null +++ b/mods/enhanced-celestials.pw.toml @@ -0,0 +1,13 @@ +name = "Enhanced Celestials" +filename = "Enhanced-Celestials-forge-1.20.1-5.0.3.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/2rL16t1O/versions/HTji7Upc/Enhanced-Celestials-forge-1.20.1-5.0.3.1.jar" +hash-format = "sha512" +hash = "0604bfeb4c8bd3c1d5cd7526dadb74808aad8b3e62de95145e84921c45ce32189d335b99a7475510ee351112e47ea56a25bec376f8e3d16c0637f6ca5dea11eb" + +[update] +[update.modrinth] +mod-id = "2rL16t1O" +version = "HTji7Upc" diff --git a/mods/enhanced-hordes.pw.toml b/mods/enhanced-hordes.pw.toml new file mode 100644 index 0000000..b30e3e2 --- /dev/null +++ b/mods/enhanced-hordes.pw.toml @@ -0,0 +1,13 @@ +name = "Enhanced Hordes" +filename = "eh1.3.1-1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "bbc21837fb1fee893f7f99c7799fcdc5960e3d04" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5565963 +project-id = 899308 diff --git a/mods/enhancedvisuals.pw.toml b/mods/enhancedvisuals.pw.toml new file mode 100644 index 0000000..3e2cc5d --- /dev/null +++ b/mods/enhancedvisuals.pw.toml @@ -0,0 +1,13 @@ +name = "EnhancedVisuals" +filename = "EnhancedVisuals_FORGE_v1.8.2_mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/KjL0jE2w/versions/m3cjYtkA/EnhancedVisuals_FORGE_v1.8.2_mc1.20.1.jar" +hash-format = "sha512" +hash = "d3e6fca63651f262b07a75053453beb8ccf963f096a8aaffef13cc16a27666e3b31bb4eab36282c27b3c7586b030cb53f74b7534f756c26d5f2b9b745cc39941" + +[update] +[update.modrinth] +mod-id = "KjL0jE2w" +version = "m3cjYtkA" diff --git a/mods/ensorcellation.pw.toml b/mods/ensorcellation.pw.toml new file mode 100644 index 0000000..6d35fbc --- /dev/null +++ b/mods/ensorcellation.pw.toml @@ -0,0 +1,13 @@ +name = "Ensorcellation" +filename = "ensorcellation-1.20.1-5.0.2.24.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ImlP9deQ/versions/VY1IIRi6/ensorcellation-1.20.1-5.0.2.24.jar" +hash-format = "sha512" +hash = "83548db81b6099fa0ebe51bea556ed04d0a7c72f320360703235206fffb0c2616ee182146bd12ec63229e40007a35dc4b910ddf714d9461858a8811843ca8fb6" + +[update] +[update.modrinth] +mod-id = "ImlP9deQ" +version = "VY1IIRi6" diff --git a/mods/entity-model-features.pw.toml b/mods/entity-model-features.pw.toml new file mode 100644 index 0000000..127dd05 --- /dev/null +++ b/mods/entity-model-features.pw.toml @@ -0,0 +1,13 @@ +name = "[EMF] Entity Model Features" +filename = "entity_model_features_forge_1.20.1-2.4.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/p39UPPar/entity_model_features_forge_1.20.1-2.4.1.jar" +hash-format = "sha512" +hash = "f6160617baabb494226d09687aed23e0cdc6de42122d1c6b038ef733990cabc2aff62b6b1e91eb42236e9e0b952dcf1cdc42c323d823f41a0e5c285f831dce65" + +[update] +[update.modrinth] +mod-id = "4I1XuqiY" +version = "p39UPPar" diff --git a/mods/entityculling.pw.toml b/mods/entityculling.pw.toml new file mode 100644 index 0000000..e45ae72 --- /dev/null +++ b/mods/entityculling.pw.toml @@ -0,0 +1,13 @@ +name = "Entity Culling" +filename = "entityculling-forge-1.8.2-mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/zinofwiX/entityculling-forge-1.8.2-mc1.20.1.jar" +hash-format = "sha512" +hash = "45c54f5f69cc75d0c9c79a716c182d3d9ee59d9883d2333030f191176ee70922ad281ea1b60d2f10bbaf8be96a3454c6d14ef484d1db49c153c97859dbc4ffb5" + +[update] +[update.modrinth] +mod-id = "NNAgCjsB" +version = "zinofwiX" diff --git a/mods/entitytexturefeatures.pw.toml b/mods/entitytexturefeatures.pw.toml new file mode 100644 index 0000000..cf362e1 --- /dev/null +++ b/mods/entitytexturefeatures.pw.toml @@ -0,0 +1,13 @@ +name = "[ETF] Entity Texture Features" +filename = "entity_texture_features_forge_1.20.1-6.2.9.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/rGt1IuJq/entity_texture_features_forge_1.20.1-6.2.9.jar" +hash-format = "sha512" +hash = "0d8576c785c689aa39c29f8dbee46b28c308a01a87eaa01a1d405c617b7a30be5ba1e62faeb5f212e44d50ae5a230e48815ac572adaba0c6d3a9e2df47183023" + +[update] +[update.modrinth] +mod-id = "BVzZfTc1" +version = "rGt1IuJq" diff --git a/mods/escalated.pw.toml b/mods/escalated.pw.toml new file mode 100644 index 0000000..8a1091e --- /dev/null +++ b/mods/escalated.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Escalated" +filename = "escalated-1.1.0+create.6.0.6-mc.1.20.1-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/LyOBYG8Q/versions/GXPR3ORJ/escalated-1.1.0%2Bcreate.6.0.6-mc.1.20.1-forge.jar" +hash-format = "sha512" +hash = "a641981ddb3acbe37f4c30c1d3bca8aedb607fa286dbf12c08b1c5eb91a417d29c34e30cc9e072166c3e1b69d5b86a4a6cfc62ce0beead905706dadbb4b903db" + +[update] +[update.modrinth] +mod-id = "LyOBYG8Q" +version = "GXPR3ORJ" diff --git a/mods/esf.pw.toml b/mods/esf.pw.toml new file mode 100644 index 0000000..7b6b66d --- /dev/null +++ b/mods/esf.pw.toml @@ -0,0 +1,13 @@ +name = "[ESF] Entity Sound Features" +filename = "entity_sound_features_forge_1.19.4+-0.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/IMuO8COj/versions/xB2kHwnQ/entity_sound_features_forge_1.19.4%2B-0.4.jar" +hash-format = "sha512" +hash = "217f67f375e704a880882190c6d10f7383aaaa4f08cc3f5eb56c60185b20595ed5322882fcc6156b2d5947f86b4955e81a971d3903e82633a331954d5af11590" + +[update] +[update.modrinth] +mod-id = "IMuO8COj" +version = "xB2kHwnQ" diff --git a/mods/essentialsmod.pw.toml b/mods/essentialsmod.pw.toml new file mode 100644 index 0000000..0bf7ce0 --- /dev/null +++ b/mods/essentialsmod.pw.toml @@ -0,0 +1,13 @@ +name = "Essentials" +filename = "essentials-1.20.1-2.16.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/M09T0qPI/versions/LRiWeXes/essentials-1.20.1-2.16.0.jar" +hash-format = "sha512" +hash = "523ecf31560a312307ce8fbbe0016c1d4759d4326aecc2d7c676f433f3d4848b9d82b0ea935208963423bac38bf0e22cadb01e6773c5419dae26f5ab685e6bda" + +[update] +[update.modrinth] +mod-id = "M09T0qPI" +version = "LRiWeXes" diff --git a/mods/etched.pw.toml b/mods/etched.pw.toml new file mode 100644 index 0000000..86d084a --- /dev/null +++ b/mods/etched.pw.toml @@ -0,0 +1,13 @@ +name = "Etched" +filename = "etched-3.0.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/zi3Fnfmc/versions/M178L4Do/etched-3.0.2.jar" +hash-format = "sha512" +hash = "d932c4fb13b62e92f33dbad0d826e3f08f338d05e166421bf997101176b468f23792931b2c6f154e3b2d1c6fde5012a3ae5a98aa7711da5eb41184523d834046" + +[update] +[update.modrinth] +mod-id = "zi3Fnfmc" +version = "M178L4Do" diff --git a/mods/euphoria-patches.pw.toml b/mods/euphoria-patches.pw.toml new file mode 100644 index 0000000..6a22e95 --- /dev/null +++ b/mods/euphoria-patches.pw.toml @@ -0,0 +1,13 @@ +name = "Euphoria Patches" +filename = "EuphoriaPatcher-1.6.5-r5.5.1-forge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/4H6sumDB/versions/7HZ6bhvl/EuphoriaPatcher-1.6.5-r5.5.1-forge.jar" +hash-format = "sha512" +hash = "895ded2d95bc935d5c91002bebacfb4f471136aaf87ba8bc32abf2e8214ad206cc35ea2c53ad1d3d5264be21a34ee5c199b8a6cf133ec0ee2005122a706a35f8" + +[update] +[update.modrinth] +mod-id = "4H6sumDB" +version = "7HZ6bhvl" diff --git a/mods/exposure.pw.toml b/mods/exposure.pw.toml new file mode 100644 index 0000000..68ae9bb --- /dev/null +++ b/mods/exposure.pw.toml @@ -0,0 +1,13 @@ +name = "Exposure" +filename = "exposure-1.20.1-1.7.16-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/hB899VmG/versions/Wk43p4gt/exposure-1.20.1-1.7.16-forge.jar" +hash-format = "sha512" +hash = "94e1c0ddbcb12d2b95e964d9081e41c4c6ad960100ab31fa7faee5ff8d0a3b5e7b29288117dad4d4aa17ae7fc01d19f2a269f327f27151d47248c9d6ff68ace2" + +[update] +[update.modrinth] +mod-id = "hB899VmG" +version = "Wk43p4gt" diff --git a/mods/fairy-lights.pw.toml b/mods/fairy-lights.pw.toml new file mode 100644 index 0000000..8452a24 --- /dev/null +++ b/mods/fairy-lights.pw.toml @@ -0,0 +1,13 @@ +name = "Fairy Lights" +filename = "fairylights-7.0.0-1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7b392b908492be1dbfc84b72ae6445db8bb891dd" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4961775 +project-id = 233342 diff --git a/mods/farmers-delight.pw.toml b/mods/farmers-delight.pw.toml new file mode 100644 index 0000000..1001a8b --- /dev/null +++ b/mods/farmers-delight.pw.toml @@ -0,0 +1,13 @@ +name = "Farmer's Delight" +filename = "FarmersDelight-1.20.1-1.2.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/R2OftAxM/versions/YWFFrKk6/FarmersDelight-1.20.1-1.2.8.jar" +hash-format = "sha512" +hash = "e9e8f234a08570806da9f35ce943d0bfe36a00b3c1a0da45acb52fe166e6bd9762d6d85b2de071e2da515e90cd7618d28e69be08ce42e002a01833dd8e3b307a" + +[update] +[update.modrinth] +mod-id = "R2OftAxM" +version = "YWFFrKk6" diff --git a/mods/farmers-respite.pw.toml b/mods/farmers-respite.pw.toml new file mode 100644 index 0000000..8a30d7d --- /dev/null +++ b/mods/farmers-respite.pw.toml @@ -0,0 +1,13 @@ +name = "Farmer's Respite" +filename = "farmersrespite-1.20.1-2.1.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9ae5bc246cb1a8f3573ab685a4e9ddfaf869e2de" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5543547 +project-id = 551453 diff --git a/mods/farsight.pw.toml b/mods/farsight.pw.toml new file mode 100644 index 0000000..9574518 --- /dev/null +++ b/mods/farsight.pw.toml @@ -0,0 +1,13 @@ +name = "Farsight [Forge/Neo]" +filename = "farsight-1.20.1-3.7.jar" +side = "client" + +[download] +hash-format = "sha1" +hash = "c124558a7f6a7560944600c0f64a5e433d95cc4c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5531397 +project-id = 495693 diff --git a/mods/fast-async-world-save-forge-fabric.pw.toml b/mods/fast-async-world-save-forge-fabric.pw.toml new file mode 100644 index 0000000..b63fde9 --- /dev/null +++ b/mods/fast-async-world-save-forge-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Fast Async World Save[Forge/Fabric]" +filename = "fastasyncworldsave-1.20.1-2.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "49cde0230482c5a5162274ac21416f2766273828" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6303144 +project-id = 951499 diff --git a/mods/fast-ip-ping.pw.toml b/mods/fast-ip-ping.pw.toml new file mode 100644 index 0000000..f8429b4 --- /dev/null +++ b/mods/fast-ip-ping.pw.toml @@ -0,0 +1,13 @@ +name = "Fast IP Ping" +filename = "fast-ip-ping-v1.0.7-mc1.20.4-forge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/9mtu0sUO/versions/W1Wnmkqh/fast-ip-ping-v1.0.7-mc1.20.4-forge.jar" +hash-format = "sha512" +hash = "5223cd922b4f32faf8e6263976d39ead51e12dc332a16eacfddd11196872609b1d905673ab707f38d62f5d3f9c243dc51bb62bf3f8179d15a006c616feb48be8" + +[update] +[update.modrinth] +mod-id = "9mtu0sUO" +version = "W1Wnmkqh" diff --git a/mods/fastboot.pw.toml b/mods/fastboot.pw.toml new file mode 100644 index 0000000..85e6b1f --- /dev/null +++ b/mods/fastboot.pw.toml @@ -0,0 +1,13 @@ +name = "FastBoot" +filename = "fastboot-1.20.x-1.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/nRL5uFe0/versions/L7hAkvRy/fastboot-1.20.x-1.2.jar" +hash-format = "sha512" +hash = "7c888221c58ba85199feeae6aba539bde4a02c4c996457b49d91cb9274f5a08b19cfecfe6d6c3387343ef15dbfde812f8e2672e4fd7979615045d6a9d16e6aa8" + +[update] +[update.modrinth] +mod-id = "nRL5uFe0" +version = "L7hAkvRy" diff --git a/mods/fastfurnace.pw.toml b/mods/fastfurnace.pw.toml new file mode 100644 index 0000000..cc0abe8 --- /dev/null +++ b/mods/fastfurnace.pw.toml @@ -0,0 +1,13 @@ +name = "FastFurnace" +filename = "FastFurnace-1.20.1-8.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b144b8599acd3fac3f8f9d31fa217a4a5b942f61" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5181098 +project-id = 299540 diff --git a/mods/fastload.pw.toml b/mods/fastload.pw.toml new file mode 100644 index 0000000..20d3c58 --- /dev/null +++ b/mods/fastload.pw.toml @@ -0,0 +1,13 @@ +name = "Fastload" +filename = "Fastload-Reforged-mc1.20.1-3.4.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/kCpssoSb/versions/5caSj7kt/Fastload-Reforged-mc1.20.1-3.4.0.jar" +hash-format = "sha512" +hash = "b8be6ed0bef707c7c34d84049eb68313a5c787f6e9c9a88fb94daed6bccfedc6c181a1fca431f53b6e8ac03c7baf7653414b5a5792cab6b500c6d66502489431" + +[update] +[update.modrinth] +mod-id = "kCpssoSb" +version = "5caSj7kt" diff --git a/mods/fastsuite.pw.toml b/mods/fastsuite.pw.toml new file mode 100644 index 0000000..3283442 --- /dev/null +++ b/mods/fastsuite.pw.toml @@ -0,0 +1,13 @@ +name = "FastSuite" +filename = "FastSuite-1.20.1-5.1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3a759dce0ddc91e299027faa800c0ee40ab90de8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6318054 +project-id = 475117 diff --git a/mods/fastworkbench.pw.toml b/mods/fastworkbench.pw.toml new file mode 100644 index 0000000..601e3a3 --- /dev/null +++ b/mods/fastworkbench.pw.toml @@ -0,0 +1,13 @@ +name = "FastWorkbench" +filename = "FastWorkbench-1.20.1-8.0.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1a322a85e7c7024b8a0715c12d27b5ed0930d729" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5101229 +project-id = 288885 diff --git a/mods/ferrite-core.pw.toml b/mods/ferrite-core.pw.toml new file mode 100644 index 0000000..e7cce4d --- /dev/null +++ b/mods/ferrite-core.pw.toml @@ -0,0 +1,13 @@ +name = "FerriteCore" +filename = "ferritecore-6.0.1-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uXXizFIs/versions/DG5Fn9Sz/ferritecore-6.0.1-forge.jar" +hash-format = "sha512" +hash = "a1960a7c03dc32d4ccaccaf28afdd9b078758bbd62d15a91d4039a83fa9397a098e89b69591f6bd5190254d9ee97e502504154b9aec764adb8c65f000b75ba2c" + +[update] +[update.modrinth] +mod-id = "uXXizFIs" +version = "DG5Fn9Sz" diff --git a/mods/fix-gpu-memory-leak.pw.toml b/mods/fix-gpu-memory-leak.pw.toml new file mode 100644 index 0000000..f312ed5 --- /dev/null +++ b/mods/fix-gpu-memory-leak.pw.toml @@ -0,0 +1,13 @@ +name = "fix GPU memory leak[Forge/Fabric]" +filename = "gpumemleakfix-1.20.1-1.8.jar" +side = "client" + +[download] +hash-format = "sha1" +hash = "54301c2db5467e0f9f5c504887436f358335331f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4884976 +project-id = 882495 diff --git a/mods/flat-bedrock.pw.toml b/mods/flat-bedrock.pw.toml new file mode 100644 index 0000000..40278ff --- /dev/null +++ b/mods/flat-bedrock.pw.toml @@ -0,0 +1,13 @@ +name = "Flat Bedrock" +filename = "flatbedrock-forge-3.0.1-build.18+mc1.20.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/ZYLnkiVu/versions/PpXxqWu6/flatbedrock-forge-3.0.1-build.18%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "b800b59b82bc16d416a1d2985dd6f6ed590386b1876848bf87c3055fab758cad85906c95b2e3e070de47d9150f4d9b4bd73fd370ddda267308223e715788ac4f" + +[update] +[update.modrinth] +mod-id = "ZYLnkiVu" +version = "PpXxqWu6" diff --git a/mods/flerovium.pw.toml b/mods/flerovium.pw.toml new file mode 100644 index 0000000..117700f --- /dev/null +++ b/mods/flerovium.pw.toml @@ -0,0 +1,13 @@ +name = "Flerovium" +filename = "flerovium-forge-1.20.1-1.2.14-all.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/4Rh1Mobu/versions/T8auyPMX/flerovium-forge-1.20.1-1.2.14-all.jar" +hash-format = "sha512" +hash = "b209dc5500bf5ea4079a8125ad2061a9bc622841d51c9d25a86fff08e3db52fd5ab500c69274ef84154f3eb485feaabc600db36f6c274af8c0b600e8a27ac151" + +[update] +[update.modrinth] +mod-id = "4Rh1Mobu" +version = "T8auyPMX" diff --git a/mods/flower-seeds-2-biomes-o-plenty.pw.toml b/mods/flower-seeds-2-biomes-o-plenty.pw.toml new file mode 100644 index 0000000..71f666b --- /dev/null +++ b/mods/flower-seeds-2-biomes-o-plenty.pw.toml @@ -0,0 +1,13 @@ +name = "Flower Seeds 2 Biomes O Plenty" +filename = "FlowerSeeds2BiomesOPlenty-1.20.1-1.1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/lVweZ8cq/versions/4VEHpotj/FlowerSeeds2BiomesOPlenty-1.20.1-1.1.2.jar" +hash-format = "sha512" +hash = "952fdc96a24f861281ffd8ebfeb9a3b646662c3c4e69b4782967871556e2ac2f2b35554fa5ff67dbe4a4bbe458d833335d79e7bd2c4f9db794dfe7453478dde2" + +[update] +[update.modrinth] +mod-id = "lVweZ8cq" +version = "4VEHpotj" diff --git a/mods/flowerseeds.pw.toml b/mods/flowerseeds.pw.toml new file mode 100644 index 0000000..671a7af --- /dev/null +++ b/mods/flowerseeds.pw.toml @@ -0,0 +1,13 @@ +name = "Flower Seeds 2" +filename = "FlowerSeeds2-1.20.1-1.1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/UsgvKntP/versions/plLlRbcl/FlowerSeeds2-1.20.1-1.1.2.jar" +hash-format = "sha512" +hash = "ea16b9ab73edafd18bb85ee30ef118484e00422d57f414300b12c8c69c5fc39694c8c1bd60cec048f7beb6501ce254461ab28135a9b280c0ca30d032f18df1b8" + +[update] +[update.modrinth] +mod-id = "UsgvKntP" +version = "plLlRbcl" diff --git a/mods/framedblocks.pw.toml b/mods/framedblocks.pw.toml new file mode 100644 index 0000000..965de39 --- /dev/null +++ b/mods/framedblocks.pw.toml @@ -0,0 +1,13 @@ +name = "FramedBlocks" +filename = "FramedBlocks-9.4.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/wbgfS34j/versions/7rttes4D/FramedBlocks-9.4.2.jar" +hash-format = "sha512" +hash = "51229b5b63a2b631682a0702a8525bdf54e53a1ecb6410331086073aa058040cde9724304cf29bce08583bebdd0c2eb6f103cd192fc10b2f246d19af05701fc5" + +[update] +[update.modrinth] +mod-id = "wbgfS34j" +version = "7rttes4D" 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/functional-storage.pw.toml b/mods/functional-storage.pw.toml new file mode 100644 index 0000000..6b91348 --- /dev/null +++ b/mods/functional-storage.pw.toml @@ -0,0 +1,13 @@ +name = "Functional Storage" +filename = "functionalstorage-1.20.1-1.2.13.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/cO40ZIg3/versions/qppl3Yso/functionalstorage-1.20.1-1.2.13.jar" +hash-format = "sha512" +hash = "0382d7d9bcf67c93d88cba1e6aa13cf3e80d01bde893f896103b0684a0bc76dc8c22398f4dd072e13366ca8895d22723e0791e50e930107ac957c239f108ab1f" + +[update] +[update.modrinth] +mod-id = "cO40ZIg3" +version = "qppl3Yso" diff --git a/mods/fusion-connected-textures.pw.toml b/mods/fusion-connected-textures.pw.toml new file mode 100644 index 0000000..a3dad03 --- /dev/null +++ b/mods/fusion-connected-textures.pw.toml @@ -0,0 +1,13 @@ +name = "Fusion (Connected Textures)" +filename = "fusion-1.2.8a-forge-mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/p19vrgc2/versions/t5BK347X/fusion-1.2.8a-forge-mc1.20.1.jar" +hash-format = "sha512" +hash = "bd14d1e5c06dd34b9814a41f94f3aa0f7c53256d10ad962740003efb6e2a2b15b717cc47b5aa96e291cc9f64ecb71a9a3b6db07b7fc3984cfab6784bbc592d8e" + +[update] +[update.modrinth] +mod-id = "p19vrgc2" +version = "t5BK347X" diff --git a/mods/fzzy-config.pw.toml b/mods/fzzy-config.pw.toml new file mode 100644 index 0000000..b99ceed --- /dev/null +++ b/mods/fzzy-config.pw.toml @@ -0,0 +1,13 @@ +name = "Fzzy Config" +filename = "fzzy_config-0.7.1+1.20.1+forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/hYykXjDp/versions/OOPrShvY/fzzy_config-0.7.1%2B1.20.1%2Bforge.jar" +hash-format = "sha512" +hash = "071a286f739e2860cc8b7079fb7247b20b38450137beef1b55ab0478c010dc19a690d96aa89274dfdff09bc027b0c2ce052fea8ffbba3c1fef5ff2c8aafed2e2" + +[update] +[update.modrinth] +mod-id = "hYykXjDp" +version = "OOPrShvY" diff --git a/mods/geckoanimfix.pw.toml b/mods/geckoanimfix.pw.toml new file mode 100644 index 0000000..403025f --- /dev/null +++ b/mods/geckoanimfix.pw.toml @@ -0,0 +1,13 @@ +name = "Iris/Oculus & GeckoLib Compat" +filename = "GeckoLibOculusCompat-Forge-1.0.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/TbriQCWD/versions/uWXuMaW4/GeckoLibOculusCompat-Forge-1.0.1.jar" +hash-format = "sha512" +hash = "12c17477ad82bad2d80348732ee1e0d19cf1b68ca64527a251af46e664a8a5473bfba4262441d5bb0b5ff2b5f515df4387d4fce327d5906e3c3d073eb9bd9652" + +[update] +[update.modrinth] +mod-id = "TbriQCWD" +version = "uWXuMaW4" diff --git a/mods/geckolib.pw.toml b/mods/geckolib.pw.toml new file mode 100644 index 0000000..99bba4e --- /dev/null +++ b/mods/geckolib.pw.toml @@ -0,0 +1,13 @@ +name = "Geckolib" +filename = "geckolib-forge-1.20.1-4.7.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/8BmcQJ2H/versions/AiVKLYep/geckolib-forge-1.20.1-4.7.2.jar" +hash-format = "sha512" +hash = "40aefbb89e4a65c1955bd05c13cb656c0902e545741770d9395037f6a87684e91676935e0d5b7be0419abd1599272fa3aa245dc3976208b82f568d994813e314" + +[update] +[update.modrinth] +mod-id = "8BmcQJ2H" +version = "AiVKLYep" diff --git a/mods/glassential-renewed.pw.toml b/mods/glassential-renewed.pw.toml new file mode 100644 index 0000000..ecf093a --- /dev/null +++ b/mods/glassential-renewed.pw.toml @@ -0,0 +1,13 @@ +name = "Glassential Renewed (Fabric/NeoForge)" +filename = "glassential-renewed-forge-1.20.1-2.4.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/kc9FSsYx/versions/SBkUxlpc/glassential-renewed-forge-1.20.1-2.4.4.jar" +hash-format = "sha512" +hash = "820080785a0c598de9308207c0c04f34a9e55236b40c8dc92fa2f6c6869ba3031eeb05b69a73eefb2507efcde9277256228f1d9db08288bc1c5930bf46f53f7d" + +[update] +[update.modrinth] +mod-id = "kc9FSsYx" +version = "SBkUxlpc" diff --git a/mods/glitchcore.pw.toml b/mods/glitchcore.pw.toml new file mode 100644 index 0000000..b20f588 --- /dev/null +++ b/mods/glitchcore.pw.toml @@ -0,0 +1,13 @@ +name = "GlitchCore" +filename = "GlitchCore-forge-1.20.1-0.0.1.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/s3dmwKy5/versions/pYPZ5MNI/GlitchCore-forge-1.20.1-0.0.1.1.jar" +hash-format = "sha512" +hash = "f4d9ec11b9604f59552cbecf4099600e7adef993cff37af0badac29505bd47aa9615acd140ee808b51754b048c2d61e2f942f656ff391df1e080cbffdfec5112" + +[update] +[update.modrinth] +mod-id = "s3dmwKy5" +version = "pYPZ5MNI" diff --git a/mods/grabby-mobs.pw.toml b/mods/grabby-mobs.pw.toml new file mode 100644 index 0000000..7179697 --- /dev/null +++ b/mods/grabby-mobs.pw.toml @@ -0,0 +1,13 @@ +name = "Grabby Mobs" +filename = "grabbymobs-1.20.1-1.6.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/O6Sh7btX/versions/jeoBVRvR/grabbymobs-1.20.1-1.6.jar" +hash-format = "sha512" +hash = "dca95e67d1f7197c8e89314a47d9af65182b9696841eb10b0cae2eeb7095e65284bcc22625451f294fd82a5d0a62bd84fb9d2aaa61a759aea542f3500183ab80" + +[update] +[update.modrinth] +mod-id = "O6Sh7btX" +version = "jeoBVRvR" diff --git a/mods/gravestone-mod.pw.toml b/mods/gravestone-mod.pw.toml new file mode 100644 index 0000000..19661fa --- /dev/null +++ b/mods/gravestone-mod.pw.toml @@ -0,0 +1,13 @@ +name = "GraveStone Mod" +filename = "gravestone-forge-1.20.1-1.0.32.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/RYtXKJPr/versions/kSpC0ysX/gravestone-forge-1.20.1-1.0.32.jar" +hash-format = "sha512" +hash = "c145bceae02a604e30e6fb324353a4319b71ae79c902f40fde2dd17ec1c4f395407fc0874c2dd75b1bde7d1b5fd4ad8a8e09ba85ccdcfe04209ee3b45fbe78be" + +[update] +[update.modrinth] +mod-id = "RYtXKJPr" +version = "kSpC0ysX" diff --git a/mods/gravestone-x-curios-api-compat.pw.toml b/mods/gravestone-x-curios-api-compat.pw.toml new file mode 100644 index 0000000..1c753c1 --- /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 = "server" + +[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/gui-clock.pw.toml b/mods/gui-clock.pw.toml new file mode 100644 index 0000000..9c8a275 --- /dev/null +++ b/mods/gui-clock.pw.toml @@ -0,0 +1,13 @@ +name = "GUI Clock" +filename = "guiclock-1.20.1-4.7.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/g1yXisD2/versions/2bQaZYoX/guiclock-1.20.1-4.7.jar" +hash-format = "sha512" +hash = "e502fc0af40096343369d3033b11046946f4705ec5e236ad0137a6750c26c3d35914202e11d47ab946097fc6f371067c6d151a75965a59d04417be00019f4aeb" + +[update] +[update.modrinth] +mod-id = "g1yXisD2" +version = "2bQaZYoX" diff --git a/mods/gui-compass.pw.toml b/mods/gui-compass.pw.toml new file mode 100644 index 0000000..f5c8a5a --- /dev/null +++ b/mods/gui-compass.pw.toml @@ -0,0 +1,13 @@ +name = "GUI Compass" +filename = "guicompass-1.20.1-4.9.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/ZORMkttv/versions/9DiaGkWm/guicompass-1.20.1-4.9.jar" +hash-format = "sha512" +hash = "4f24b965d8fee065de0550a92e1fd8f11670306265bef749083dfac5709ed7eca60a673b87fa508b02d6339f93cec54838297bc98cd90f59b6f2b69c6439fbac" + +[update] +[update.modrinth] +mod-id = "ZORMkttv" +version = "9DiaGkWm" diff --git a/mods/gui-effect-timer.pw.toml b/mods/gui-effect-timer.pw.toml new file mode 100644 index 0000000..7202bb7 --- /dev/null +++ b/mods/gui-effect-timer.pw.toml @@ -0,0 +1,13 @@ +name = "GUI Effect Timer" +filename = "guieffecttimer-1.20.1-1.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/R0GPb3QZ/versions/61sKzomI/guieffecttimer-1.20.1-1.0.jar" +hash-format = "sha512" +hash = "44900eee1cd0ccaaf2f23b760af608a633b78793890278371b32cd410dba0f47e892c6251811b55d4be8391eb62920bf92d24904f3c18d8d0078d25a3c161e6a" + +[update] +[update.modrinth] +mod-id = "R0GPb3QZ" +version = "61sKzomI" diff --git a/mods/handcrafted.pw.toml b/mods/handcrafted.pw.toml new file mode 100644 index 0000000..a53dcc8 --- /dev/null +++ b/mods/handcrafted.pw.toml @@ -0,0 +1,13 @@ +name = "Handcrafted" +filename = "handcrafted-forge-1.20.1-3.0.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/pJmCFF0p/versions/N7wZwOFy/handcrafted-forge-1.20.1-3.0.6.jar" +hash-format = "sha512" +hash = "d3c2eb6fad0c274d4ce9e121749252bcbc19a1b0ff5b619255a08f22e3aade51d3f3fd454712de5b1cb8242e78c2f320ab99d2c94f96f372b4089dbc66a8d78e" + +[update] +[update.modrinth] +mod-id = "pJmCFF0p" +version = "N7wZwOFy" diff --git a/mods/herd-mentality.pw.toml b/mods/herd-mentality.pw.toml new file mode 100644 index 0000000..bd73b05 --- /dev/null +++ b/mods/herd-mentality.pw.toml @@ -0,0 +1,13 @@ +name = "Herd Mentality" +filename = "HerdMentality-Forge-1.20.1-12.0.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/zOBrENMH/versions/RIi6HJO2/HerdMentality-Forge-1.20.1-12.0.3.jar" +hash-format = "sha512" +hash = "48d9d49faf3a9196ac364a96402919a8af8d22933d3d4522fd5f2703f3b409c5aabc45e92868511afda07b7e7e2a5b9e106a9a92a519b2994b790efb68154096" + +[update] +[update.modrinth] +mod-id = "zOBrENMH" +version = "RIi6HJO2" diff --git a/mods/highlight.pw.toml b/mods/highlight.pw.toml new file mode 100644 index 0000000..4c00bae --- /dev/null +++ b/mods/highlight.pw.toml @@ -0,0 +1,13 @@ +name = "Highlight" +filename = "highlight-forge-1.20-2.0.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Vz96hXMh/versions/CJKpdSjT/highlight-forge-1.20-2.0.1.jar" +hash-format = "sha512" +hash = "3a4a5459d3df8da1c49f61a78863f9414b6ac2e4fd9d61fdb28dca4300c750131088a8dafd189db3ef9b84a35ee56dbea3b325fb1f3d994b840873eb780e1f15" + +[update] +[update.modrinth] +mod-id = "Vz96hXMh" +version = "CJKpdSjT" diff --git a/mods/horde-moon.pw.toml b/mods/horde-moon.pw.toml new file mode 100644 index 0000000..cce0f8b --- /dev/null +++ b/mods/horde-moon.pw.toml @@ -0,0 +1,13 @@ +name = "Horde Moon" +filename = "ZombieMoon-1.20-1.0.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ir4RqbYg/versions/L9gjIcCk/ZombieMoon-1.20-1.0.1.jar" +hash-format = "sha512" +hash = "3656e04c971ef8d3fa923923575dde5463cf2f99dc97817e5267ef807a8520845f81d5d809e93edeffd32a1bc820089c3df952a42f13c4c9f2607fd4bfa48076" + +[update] +[update.modrinth] +mod-id = "ir4RqbYg" +version = "L9gjIcCk" diff --git a/mods/hourglass.pw.toml b/mods/hourglass.pw.toml new file mode 100644 index 0000000..aa6f272 --- /dev/null +++ b/mods/hourglass.pw.toml @@ -0,0 +1,13 @@ +name = "Hourglass" +filename = "hourglass-1.20-1.2.1.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/1ZqmoFFP/versions/G7VDa3zX/hourglass-1.20-1.2.1.1.jar" +hash-format = "sha512" +hash = "451720aa35cc7df4a3de0d971b2933863fc93379751ad0e6bce03de065db2d7ea878271ff753f2d2ca03075218e57019af1cfeae707aa5e3fca8d773d82315a6" + +[update] +[update.modrinth] +mod-id = "1ZqmoFFP" +version = "G7VDa3zX" diff --git a/mods/hypertube.pw.toml b/mods/hypertube.pw.toml new file mode 100644 index 0000000..45db884 --- /dev/null +++ b/mods/hypertube.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Hypertubes" +filename = "create_hypertube-0.2.3-FORGE.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ATDdrG1y/versions/29xx8WYd/create_hypertube-0.2.3-FORGE.jar" +hash-format = "sha512" +hash = "a68a604423b609e699b0bd1b0588e04b0e0b946af40ca654e203cb89f4fddcac2c980f233240fe1507bb172f35e5ebac0c2f9bdbe3a0312abbc47c9ecdfabf18" + +[update] +[update.modrinth] +mod-id = "ATDdrG1y" +version = "29xx8WYd" diff --git a/mods/iceberg.pw.toml b/mods/iceberg.pw.toml new file mode 100644 index 0000000..bcd1870 --- /dev/null +++ b/mods/iceberg.pw.toml @@ -0,0 +1,13 @@ +name = "Iceberg" +filename = "Iceberg-1.20.1-forge-1.1.25.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/5faXoLqX/versions/BQ8rJPXV/Iceberg-1.20.1-forge-1.1.25.jar" +hash-format = "sha512" +hash = "8612097a014fcd6343a092cfeddb0e9d57c5a665b9ac61603a7760d156abd048ac548db55e750b369700b0475661e554f4b92b44677edf07574d4f9ffa42558c" + +[update] +[update.modrinth] +mod-id = "5faXoLqX" +version = "BQ8rJPXV" diff --git a/mods/immediatelyfast.pw.toml b/mods/immediatelyfast.pw.toml new file mode 100644 index 0000000..1f151b1 --- /dev/null +++ b/mods/immediatelyfast.pw.toml @@ -0,0 +1,13 @@ +name = "ImmediatelyFast" +filename = "ImmediatelyFast-Forge-1.5.1+1.20.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f1687e57a835e44a9ecf2f343cba5817936f8ae0" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6745706 +project-id = 686911 diff --git a/mods/immersive-aircraft.pw.toml b/mods/immersive-aircraft.pw.toml new file mode 100644 index 0000000..21dd658 --- /dev/null +++ b/mods/immersive-aircraft.pw.toml @@ -0,0 +1,13 @@ +name = "Immersive Aircraft" +filename = "immersive_aircraft-1.3.3+1.20.1-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/x3HZvrj6/versions/GsVmbbkj/immersive_aircraft-1.3.3%2B1.20.1-forge.jar" +hash-format = "sha512" +hash = "7b74442e161bb74538e0d8da34a81616daeea56a0da62db86113a78b3bf3c2b3a6b0e12f12454fd7c96092762f6b212ba57cb87eb1af2b242a4d5df4eca03055" + +[update] +[update.modrinth] +mod-id = "x3HZvrj6" +version = "GsVmbbkj" diff --git a/mods/immersive-machinery.pw.toml b/mods/immersive-machinery.pw.toml new file mode 100644 index 0000000..c6a8f0c --- /dev/null +++ b/mods/immersive-machinery.pw.toml @@ -0,0 +1,13 @@ +name = "Immersive Machinery" +filename = "immersive_machinery-0.2.0+1.20.1-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/kGP3J2TW/versions/sgXhNamJ/immersive_machinery-0.2.0%2B1.20.1-forge.jar" +hash-format = "sha512" +hash = "004d159d6b6f04d82dd721aa72016c75d517471d2f6ef6e3adaed959b0ab0c835c1ee60e589131531ed8ee1d94b7479a86b106ceec1994c7d45c6b4c27605ca5" + +[update] +[update.modrinth] +mod-id = "kGP3J2TW" +version = "sgXhNamJ" diff --git a/mods/immersive-paintings.pw.toml b/mods/immersive-paintings.pw.toml new file mode 100644 index 0000000..dcd6f61 --- /dev/null +++ b/mods/immersive-paintings.pw.toml @@ -0,0 +1,13 @@ +name = "Immersive Paintings" +filename = "immersive_paintings-0.6.8+1.20.1-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/6txNkua3/versions/vvLA2zs9/immersive_paintings-0.6.8%2B1.20.1-forge.jar" +hash-format = "sha512" +hash = "2e0e73eadc2bdb5bfcac43945f87678799475d3c9be33c419abefe0ba59d3d97d8644d7270cdb661fdf4484af7190a8f7849b050d5f055e7b744eab89ada9f78" + +[update] +[update.modrinth] +mod-id = "6txNkua3" +version = "vvLA2zs9" diff --git a/mods/immersive-ui.pw.toml b/mods/immersive-ui.pw.toml new file mode 100644 index 0000000..9759352 --- /dev/null +++ b/mods/immersive-ui.pw.toml @@ -0,0 +1,13 @@ +name = "Immersive UI" +filename = "ImmersiveUI-FORGE-0.3.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/9wv7LuMc/versions/YbO8SNFq/ImmersiveUI-FORGE-0.3.0.jar" +hash-format = "sha512" +hash = "7a1810467de4e383ac8876bab2176c9f32465cc13ff7c598877ce3c1339b9a698b6beff8b4291d008e06a1fbc0a5570fac945597398532e70eba12e0b6f061aa" + +[update] +[update.modrinth] +mod-id = "9wv7LuMc" +version = "YbO8SNFq" diff --git a/mods/in-control.pw.toml b/mods/in-control.pw.toml new file mode 100644 index 0000000..bd6cd23 --- /dev/null +++ b/mods/in-control.pw.toml @@ -0,0 +1,13 @@ +name = "In Control!" +filename = "incontrol-1.20-9.3.3.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/KpICtuVx/versions/ZFnsAtt1/incontrol-1.20-9.3.3.jar" +hash-format = "sha512" +hash = "6d511dd23e6512c7fdecf08baa36a3c730cf8ea0f9aa0d09c141efe3a70163573efaa090494bfe59d5fee838684510e2460f413950a293e9ca4e885202b7ac58" + +[update] +[update.modrinth] +mod-id = "KpICtuVx" +version = "ZFnsAtt1" diff --git a/mods/infused-foods.pw.toml b/mods/infused-foods.pw.toml new file mode 100644 index 0000000..15c61b7 --- /dev/null +++ b/mods/infused-foods.pw.toml @@ -0,0 +1,13 @@ +name = "Infused Foods" +filename = "infusedfoods-1.20.1-10.0.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/QinxcGwM/versions/aQTOpWkN/infusedfoods-1.20.1-10.0.0.jar" +hash-format = "sha512" +hash = "32ede6f3e6bf5b02abc731c8dd547b5bbeff26385a648e281b4e04de25152036e4ae1f4a6311d6060da2910e0b992773c4a4b32e8ba8b57c93e8e4ff4b5f01b4" + +[update] +[update.modrinth] +mod-id = "QinxcGwM" +version = "aQTOpWkN" diff --git a/mods/interiors.pw.toml b/mods/interiors.pw.toml new file mode 100644 index 0000000..be2fe67 --- /dev/null +++ b/mods/interiors.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Interiors" +filename = "interiors-0.5.6+forge-mc1.20.1-local.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/r4Knci2k/versions/sFv3NBS4/interiors-0.5.6%2Bforge-mc1.20.1-local.jar" +hash-format = "sha512" +hash = "1c84e2a566cc03fc88fc27a55dcbac7a85f91781c73a8993c9761ac94b13eef93b04a89ffecb75d94a07e367ee09e78d2f8dc1e99a06163fc60cddef708d91a7" + +[update] +[update.modrinth] +mod-id = "r4Knci2k" +version = "sFv3NBS4" diff --git a/mods/inventory-essentials.pw.toml b/mods/inventory-essentials.pw.toml new file mode 100644 index 0000000..cb582ba --- /dev/null +++ b/mods/inventory-essentials.pw.toml @@ -0,0 +1,13 @@ +name = "Inventory Essentials" +filename = "inventoryessentials-forge-1.20.1-8.2.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Boon8xwi/versions/cTEq5KLy/inventoryessentials-forge-1.20.1-8.2.8.jar" +hash-format = "sha512" +hash = "8c9cbcae6983a4a8c574b8f3985e81dc0783b6af4822ca1cb958f64a81f8e3c91a45209f4ca342f7c7e575841250472d127de0c1414ae2581c8770f4cb930bb2" + +[update] +[update.modrinth] +mod-id = "Boon8xwi" +version = "cTEq5KLy" diff --git a/mods/iris-flywheel-compat.pw.toml b/mods/iris-flywheel-compat.pw.toml new file mode 100644 index 0000000..a6fbee4 --- /dev/null +++ b/mods/iris-flywheel-compat.pw.toml @@ -0,0 +1,13 @@ +name = "Iris & Oculus Flywheel Compat" +filename = "oculus-flywheel-compat-Forge-2.0.3.jar" +side = "client" + +[download] +hash-format = "sha1" +hash = "a11227479ddcddcb0eed3f9c3717c53fd5a47222" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6694861 +project-id = 659897 diff --git a/mods/item-obliterator.pw.toml b/mods/item-obliterator.pw.toml new file mode 100644 index 0000000..dc96377 --- /dev/null +++ b/mods/item-obliterator.pw.toml @@ -0,0 +1,13 @@ +name = "Item Obliterator" +filename = "Item-Obliterator-NeoForge-MC1.20.1-2.3.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/3ESR84kR/versions/EV0cDZhI/Item-Obliterator-NeoForge-MC1.20.1-2.3.1.jar" +hash-format = "sha512" +hash = "4e207c6e0437dc14970d009453777111c8a1a8aed7953eefc32c057e964d1061ca71c38e6eb9b065f1b519da13d26a45f7e8bf199937fcc091beedccd6055754" + +[update] +[update.modrinth] +mod-id = "3ESR84kR" +version = "EV0cDZhI" diff --git a/mods/itemphysic.pw.toml b/mods/itemphysic.pw.toml new file mode 100644 index 0000000..2f851db --- /dev/null +++ b/mods/itemphysic.pw.toml @@ -0,0 +1,13 @@ +name = "ItemPhysic" +filename = "ItemPhysic_FORGE_v1.8.7_mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/aT8BzaOj/versions/PfKluHbn/ItemPhysic_FORGE_v1.8.7_mc1.20.1.jar" +hash-format = "sha512" +hash = "4e2f595a9437978970b05bba5f610b231ca5570567b0a61468a442c0a9f97144d77d89425d24dac9c6d9837a17e1748b3a085a36e2b570aae138f787b51f3be9" + +[update] +[update.modrinth] +mod-id = "aT8BzaOj" +version = "PfKluHbn" diff --git a/mods/jade-addons-forge.pw.toml b/mods/jade-addons-forge.pw.toml new file mode 100644 index 0000000..0c08478 --- /dev/null +++ b/mods/jade-addons-forge.pw.toml @@ -0,0 +1,13 @@ +name = "Jade Addons (Neo/Forge)" +filename = "JadeAddons-1.20.1-Forge-5.5.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/xuDOzCLy/versions/AvIT9ADi/JadeAddons-1.20.1-Forge-5.5.0.jar" +hash-format = "sha512" +hash = "a11d4604453f7aa7cbeafcd2b399c7e39e66a5b38cccdbc7ad7dbce3f79f0a632568d28665ffb22a29676c78ad2089d9bf13793518fc453270a0bbbbbcfd91fd" + +[update] +[update.modrinth] +mod-id = "xuDOzCLy" +version = "AvIT9ADi" diff --git a/mods/jade.pw.toml b/mods/jade.pw.toml new file mode 100644 index 0000000..a9cbab7 --- /dev/null +++ b/mods/jade.pw.toml @@ -0,0 +1,13 @@ +name = "Jade 🔍" +filename = "Jade-1.20.1-Forge-11.13.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nvQzSEkH/versions/9gf6jOO0/Jade-1.20.1-Forge-11.13.1.jar" +hash-format = "sha512" +hash = "3b8c4e273b70c30781accb27b3c307e9a8f676c2f3e6987fb9864588c4c0b93cbfd20bbcbe697dada6474b4d652ce686f98d3f72346d4946e573c0435674d8cf" + +[update] +[update.modrinth] +mod-id = "nvQzSEkH" +version = "9gf6jOO0" diff --git a/mods/jadecolonies.pw.toml b/mods/jadecolonies.pw.toml new file mode 100644 index 0000000..cdf861e --- /dev/null +++ b/mods/jadecolonies.pw.toml @@ -0,0 +1,13 @@ +name = "JadeColonies" +filename = "JadeColonies-1.20.1-1.4.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2758989a557e37bb12d6bf5bac88bc47a57f1e2f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5048697 +project-id = 882310 diff --git a/mods/jaopca.pw.toml b/mods/jaopca.pw.toml new file mode 100644 index 0000000..87d2be7 --- /dev/null +++ b/mods/jaopca.pw.toml @@ -0,0 +1,13 @@ +name = "JAOPCA" +filename = "JAOPCA-1.20.1-4.4.16.31.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/P48mHi2j/versions/eqKSVcr0/JAOPCA-1.20.1-4.4.16.31.jar" +hash-format = "sha512" +hash = "1bca7b533f9bc98e0ddcb05413af793a70fc2f507c9bb87d6d3b0d45a58e6c9f82f9d38be2395d17213852c795990ba29a21594126cf767c3d0abe04f30e9a3a" + +[update] +[update.modrinth] +mod-id = "P48mHi2j" +version = "eqKSVcr0" diff --git a/mods/journeymap-integration.pw.toml b/mods/journeymap-integration.pw.toml new file mode 100644 index 0000000..6351751 --- /dev/null +++ b/mods/journeymap-integration.pw.toml @@ -0,0 +1,13 @@ +name = "JourneyMap Integration" +filename = "jmi-forge-1.20.1-0.14-48.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/M1ZKbfkJ/versions/BBbIV2h1/jmi-forge-1.20.1-0.14-48.jar" +hash-format = "sha512" +hash = "a7edd83e45b56cc3704aaa6a00e934541073ff81e7dc4e2e30623c29048a32df81c6f7f13e43da1443463ccbac9e056144d8672260762a83b7556123c8152092" + +[update] +[update.modrinth] +mod-id = "M1ZKbfkJ" +version = "BBbIV2h1" diff --git a/mods/journeymap.pw.toml b/mods/journeymap.pw.toml new file mode 100644 index 0000000..d19424e --- /dev/null +++ b/mods/journeymap.pw.toml @@ -0,0 +1,13 @@ +name = "JourneyMap" +filename = "journeymap-1.20.1-5.10.3-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/lfHFW1mp/versions/r7FWVNCs/journeymap-1.20.1-5.10.3-forge.jar" +hash-format = "sha512" +hash = "9d9892ab5775755fb09cc1fb31d77c712abe781c735bb67642257b4f7aa4607e269a157090d70f8a651d9f5b58ad78afa3b3c9cf30b3745d43f4c0bc7759b990" + +[update] +[update.modrinth] +mod-id = "lfHFW1mp" +version = "r7FWVNCs" diff --git a/mods/joy-of-painting.pw.toml b/mods/joy-of-painting.pw.toml new file mode 100644 index 0000000..fa0c40d --- /dev/null +++ b/mods/joy-of-painting.pw.toml @@ -0,0 +1,13 @@ +name = "Joy of Painting" +filename = "xercapaint-1.20.1-1.0.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/YOs4tZea/versions/Ia6GOvCO/xercapaint-1.20.1-1.0.1.jar" +hash-format = "sha512" +hash = "d5a567605847400dc9c4e413da436c343867f3f3a5f38d62fdfcd9f2622a599ac6513d821fb3dd0e4f19b417d3045f6d23d986bc7b7c5256e63b214522bbf06f" + +[update] +[update.modrinth] +mod-id = "YOs4tZea" +version = "Ia6GOvCO" diff --git a/mods/justenoughbreeding.pw.toml b/mods/justenoughbreeding.pw.toml new file mode 100644 index 0000000..f9df610 --- /dev/null +++ b/mods/justenoughbreeding.pw.toml @@ -0,0 +1,13 @@ +name = "Just Enough Breeding (JEBr)" +filename = "justenoughbreeding-forge-1.20-1.20.1-1.5.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/9Pk89J3g/versions/TGUwLPfr/justenoughbreeding-forge-1.20-1.20.1-1.5.0.jar" +hash-format = "sha512" +hash = "b495ae85a83f2a7b03fa90b5bcdbffe1104507dc484b00e005b1f3d5910726ec3cabc73e8145956513dd691c3c84187caef16c8ec6be56fc8d31095a5b203b8e" + +[update] +[update.modrinth] +mod-id = "9Pk89J3g" +version = "TGUwLPfr" diff --git a/mods/kambrik.pw.toml b/mods/kambrik.pw.toml new file mode 100644 index 0000000..5e41469 --- /dev/null +++ b/mods/kambrik.pw.toml @@ -0,0 +1,13 @@ +name = "Kambrik" +filename = "Kambrik-6.1.1+1.20.1-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/zfbCkvdZ/versions/er56DwLJ/Kambrik-6.1.1%2B1.20.1-forge.jar" +hash-format = "sha512" +hash = "6f19e23f0ec7f542e71d95239a322f5453cb50e6890f95c9152472cc7629b28fdcf3e4eab5a00bc768f893238fd65cd91230b5ecb8debc14b30d6721b5b0923d" + +[update] +[update.modrinth] +mod-id = "zfbCkvdZ" +version = "er56DwLJ" diff --git a/mods/keep-my-soil-tilled.pw.toml b/mods/keep-my-soil-tilled.pw.toml new file mode 100644 index 0000000..e544d0f --- /dev/null +++ b/mods/keep-my-soil-tilled.pw.toml @@ -0,0 +1,13 @@ +name = "Keep My Soil Tilled" +filename = "keepmysoiltilled-1.20.1-2.5.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/OC5Zubbe/versions/WLWL44CC/keepmysoiltilled-1.20.1-2.5.jar" +hash-format = "sha512" +hash = "2c2daacd0c8ed3cd089c3f7810f762a4064a74eb7a353194bf826508c812c5d152326856f798f2d5c136bfc81f2c388c566f3a4ac69cb0099058d25ab0357f0a" + +[update] +[update.modrinth] +mod-id = "OC5Zubbe" +version = "WLWL44CC" diff --git a/mods/kleeslabs.pw.toml b/mods/kleeslabs.pw.toml new file mode 100644 index 0000000..0f57cd2 --- /dev/null +++ b/mods/kleeslabs.pw.toml @@ -0,0 +1,13 @@ +name = "KleeSlabs" +filename = "kleeslabs-forge-1.20.1-15.0.8.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/7uh75ruZ/versions/u0OuPBOa/kleeslabs-forge-1.20.1-15.0.8.jar" +hash-format = "sha512" +hash = "e311f5fc1fc4d827d35945c364aa757a48492caefb4ae84bbeb1b68e3bccf5713b17702ed230f43deeef42f46b5f537f434b554b04231e91cd2fbb0c36064e82" + +[update] +[update.modrinth] +mod-id = "7uh75ruZ" +version = "u0OuPBOa" 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-additions.pw.toml b/mods/kubejs-additions.pw.toml new file mode 100644 index 0000000..b79e7d1 --- /dev/null +++ b/mods/kubejs-additions.pw.toml @@ -0,0 +1,13 @@ +name = "KubeJS Additions" +filename = "kubejsadditions-forge-4.3.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/BZemjxZb/versions/6D8WV9Cf/kubejsadditions-forge-4.3.4.jar" +hash-format = "sha512" +hash = "08f6426ab4466573ac7c4407d78df113c6ed88643cfd71c078382f2677c68db8b59c57aeee6c792cef0fefa16f7f7cba7912f73610de417d2fbed908201784cf" + +[update] +[update.modrinth] +mod-id = "BZemjxZb" +version = "6D8WV9Cf" diff --git a/mods/kubejs-ars-nouveau.pw.toml b/mods/kubejs-ars-nouveau.pw.toml new file mode 100644 index 0000000..0c571be --- /dev/null +++ b/mods/kubejs-ars-nouveau.pw.toml @@ -0,0 +1,13 @@ +name = "KubeJS Ars Nouveau" +filename = "kubejsarsnouveau-1.2.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4f9ea0636f208d3f7ab5b8fe609a943889d32d75" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4862554 +project-id = 833926 diff --git a/mods/kubejs-create.pw.toml b/mods/kubejs-create.pw.toml new file mode 100644 index 0000000..2eb066e --- /dev/null +++ b/mods/kubejs-create.pw.toml @@ -0,0 +1,13 @@ +name = "KubeJS Create" +filename = "kubejs-create-forge-2001.3.0-build.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/T38eAZQC/versions/5vppyenb/kubejs-create-forge-2001.3.0-build.8.jar" +hash-format = "sha512" +hash = "1c6fa2b3dc52683bdf124ebfc507ad5adb5f1ceb147181466be4e495bc6eab1411976911477df538369ff2529607cb73bf3b4a05a8ed2f24804f4891d7635981" + +[update] +[update.modrinth] +mod-id = "T38eAZQC" +version = "5vppyenb" 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/labels.pw.toml b/mods/labels.pw.toml new file mode 100644 index 0000000..1a9ddff --- /dev/null +++ b/mods/labels.pw.toml @@ -0,0 +1,13 @@ +name = "Storage Labels" +filename = "labels-1.20-2.0.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/x6r7yhfi/versions/euTZP75U/labels-1.20-2.0.0.jar" +hash-format = "sha512" +hash = "a069d8670bc6747b446bf2de1b917145112b33ab0734983bcb6810a984d026a5edb28f75a3424dbccc3299d2ffe08513c5668aa5c3658ee7a696f692ad30f3fd" + +[update] +[update.modrinth] +mod-id = "x6r7yhfi" +version = "euTZP75U" diff --git a/mods/leaky.pw.toml b/mods/leaky.pw.toml new file mode 100644 index 0000000..c910e8b --- /dev/null +++ b/mods/leaky.pw.toml @@ -0,0 +1,13 @@ +name = "Leaky - Item Lag Fix[Forge/Fabric]" +filename = "leaky-1.20.1-2.1.jar" +side = "server" + +[download] +hash-format = "sha1" +hash = "0a206404d460cf46eb6ce3360fbb4235156b418b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5340919 +project-id = 856906 diff --git a/mods/leaves-be-gone.pw.toml b/mods/leaves-be-gone.pw.toml new file mode 100644 index 0000000..26b72d0 --- /dev/null +++ b/mods/leaves-be-gone.pw.toml @@ -0,0 +1,13 @@ +name = "Leaves Be Gone" +filename = "LeavesBeGone-v8.0.0-1.20.1-Forge.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/AVq17PqV/versions/slScQFdb/LeavesBeGone-v8.0.0-1.20.1-Forge.jar" +hash-format = "sha512" +hash = "7e209ccfcc438bec934556132ec7bb48dcf7db55611fd0e26a72f19b6a7c07e8a5103408e5e2d46b825979944a2208ba5dc28b95a0e3c4f6a78d8494e1d9780a" + +[update] +[update.modrinth] +mod-id = "AVq17PqV" +version = "slScQFdb" diff --git a/mods/legendary-tooltips.pw.toml b/mods/legendary-tooltips.pw.toml new file mode 100644 index 0000000..becb725 --- /dev/null +++ b/mods/legendary-tooltips.pw.toml @@ -0,0 +1,13 @@ +name = "Legendary Tooltips" +filename = "LegendaryTooltips-1.20.1-forge-1.4.5.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/atHH8NyV/versions/JhxD2e6J/LegendaryTooltips-1.20.1-forge-1.4.5.jar" +hash-format = "sha512" +hash = "20d973e57ac7c20fe8f3a6f5cd75b46d3362a7f7ec408750f15894ce98c14174f083535abeff8640c21e53411cceef6387442141bf98a694b0e3ba4d18804257" + +[update] +[update.modrinth] +mod-id = "atHH8NyV" +version = "JhxD2e6J" diff --git a/mods/lexiconfig.pw.toml b/mods/lexiconfig.pw.toml new file mode 100644 index 0000000..6756a40 --- /dev/null +++ b/mods/lexiconfig.pw.toml @@ -0,0 +1,13 @@ +name = "Lexiconfig" +filename = "lexiconfig-forge-1.4.18-1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/D157Rgyf/versions/iv3Hdpa6/lexiconfig-forge-1.4.18-1.jar" +hash-format = "sha512" +hash = "6050924134d594dd7031061bfe70b34429842516b388262335024206e50993794baa3697f08053bd001e728d3ce42875ee5215e819ed2c595a002cec46c40985" + +[update] +[update.modrinth] +mod-id = "D157Rgyf" +version = "iv3Hdpa6" diff --git a/mods/libre-exp-fix.pw.toml b/mods/libre-exp-fix.pw.toml new file mode 100644 index 0000000..f84aadd --- /dev/null +++ b/mods/libre-exp-fix.pw.toml @@ -0,0 +1,13 @@ +name = "LibreExpFix (Fixes \"0 Experience\" Bug)" +filename = "libreexpfix-0.2.7+1.18b14-BETA-forge.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/qOQALrK4/versions/qm1Ms09j/libreexpfix-0.2.7%2B1.18b14-BETA-forge.jar" +hash-format = "sha512" +hash = "4d16ba527d7154cc474f961f9698be6ad8cf0878fdfed52057b6ed4c9b7e3ba6253b6d29e680ba1d92bb8067288b06a8a8fad2820f291d8bd21afa4a87a7669c" + +[update] +[update.modrinth] +mod-id = "qOQALrK4" +version = "qm1Ms09j" diff --git a/mods/libx.pw.toml b/mods/libx.pw.toml new file mode 100644 index 0000000..682c4ed --- /dev/null +++ b/mods/libx.pw.toml @@ -0,0 +1,13 @@ +name = "LibX" +filename = "LibX-1.20.1-5.0.14.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qEH6GYul/versions/YHTMDq85/LibX-1.20.1-5.0.14.jar" +hash-format = "sha512" +hash = "af096d18c3bb1ee5e0fc765ccbe5e63882865f16884e005f23a537f14009edf0f8dcd82254fcbc76081757430abc3a825001f89e120a7415aa1dbe2772f7a922" + +[update] +[update.modrinth] +mod-id = "qEH6GYul" +version = "YHTMDq85" diff --git a/mods/light-overlay.pw.toml b/mods/light-overlay.pw.toml new file mode 100644 index 0000000..5b8fa1a --- /dev/null +++ b/mods/light-overlay.pw.toml @@ -0,0 +1,13 @@ +name = "Light Overlay (Rift/Forge/Fabric)" +filename = "light-overlay-8.0.0-forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f0b73885662b8ffbc448623d1d117b663673f35e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4573178 +project-id = 325492 diff --git a/mods/lithostitched.pw.toml b/mods/lithostitched.pw.toml new file mode 100644 index 0000000..d5db0d9 --- /dev/null +++ b/mods/lithostitched.pw.toml @@ -0,0 +1,13 @@ +name = "Lithostitched" +filename = "lithostitched-forge-1.20.1-1.4.11.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/XaDC71GB/versions/srPoHKt8/lithostitched-forge-1.20.1-1.4.11.jar" +hash-format = "sha512" +hash = "4e50a0fb4f054b429803cb20fc0820011b12098ebca1f17b1b0634cab832369e08446901d5e97fd35b01e99cf6066d20a16cc673c5b7bc8196568b3db67128c2" + +[update] +[update.modrinth] +mod-id = "XaDC71GB" +version = "srPoHKt8" diff --git a/mods/littletiles.pw.toml b/mods/littletiles.pw.toml new file mode 100644 index 0000000..7892a7d --- /dev/null +++ b/mods/littletiles.pw.toml @@ -0,0 +1,13 @@ +name = "LittleTiles" +filename = "LittleTiles_BETA_v1.6.0-pre161_mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/RCRxC1tD/versions/sBbUjEhq/LittleTiles_BETA_v1.6.0-pre161_mc1.20.1.jar" +hash-format = "sha512" +hash = "e9bf001062959a729165c12a6858a6be8349c503840e06240a065dbabaf0d005ce9275589dc2c8cbe44474be0a2f94353f44cc67376ae00d79284aa4ff8e991f" + +[update] +[update.modrinth] +mod-id = "RCRxC1tD" +version = "sBbUjEhq" diff --git a/mods/lmd.pw.toml b/mods/lmd.pw.toml new file mode 100644 index 0000000..91d822a --- /dev/null +++ b/mods/lmd.pw.toml @@ -0,0 +1,13 @@ +name = "Let Me Despawn" +filename = "letmedespawn-1.20.x-forge-1.5.0.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/vE2FN5qn/versions/1VmupN41/letmedespawn-1.20.x-forge-1.5.0.jar" +hash-format = "sha512" +hash = "22e5e7a3e4eb1e238ff420108f6fb138e2fc47335a8fbe4cef093cef32d7aaf710de00ba0450bfee570aa2857989b0e9d7abb8600720386e185ffac5670505c1" + +[update] +[update.modrinth] +mod-id = "vE2FN5qn" +version = "1VmupN41" diff --git a/mods/log-begone.pw.toml b/mods/log-begone.pw.toml new file mode 100644 index 0000000..ce6479d --- /dev/null +++ b/mods/log-begone.pw.toml @@ -0,0 +1,13 @@ +name = "Log Begone" +filename = "Log-Begone-Forge-1.20.1-1.0.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9ON3zv6e/versions/HEJGfa5J/Log-Begone-Forge-1.20.1-1.0.8.jar" +hash-format = "sha512" +hash = "505fcf7df73d084169c20f401f7a90d987837eaac04ac18678d51669303051609b05f6da11df031cefc8c65a906137148e8bcc6f4f5899a42e817832d936faaf" + +[update] +[update.modrinth] +mod-id = "9ON3zv6e" +version = "HEJGfa5J" diff --git a/mods/login-protection.pw.toml b/mods/login-protection.pw.toml new file mode 100644 index 0000000..798c9e7 --- /dev/null +++ b/mods/login-protection.pw.toml @@ -0,0 +1,13 @@ +name = "Login Protection[Forge/Fabric]" +filename = "logprot-1.20.1-3.5.jar" +side = "server" + +[download] +hash-format = "sha1" +hash = "26347b80241985cc80022fee9dbc3e62593cbe88" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6293742 +project-id = 358304 diff --git a/mods/longer-chat-history.pw.toml b/mods/longer-chat-history.pw.toml new file mode 100644 index 0000000..023145c --- /dev/null +++ b/mods/longer-chat-history.pw.toml @@ -0,0 +1,13 @@ +name = "Longer Chat History" +filename = "LongerChatHistory-1.3-Forge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/f4P7fNKN/versions/u3861OxW/LongerChatHistory-1.3-Forge.jar" +hash-format = "sha512" +hash = "6486e442ed20f349e3582cf851da82dae479f8f60dda1c30ebe59cb5b2afeb822a3ca48dd89cd3c2dee372c3ce3e9b3420fc806f3e770ddb14c9fa2c65f862a8" + +[update] +[update.modrinth] +mod-id = "f4P7fNKN" +version = "u3861OxW" diff --git a/mods/longer-login-times.pw.toml b/mods/longer-login-times.pw.toml new file mode 100644 index 0000000..b91bd71 --- /dev/null +++ b/mods/longer-login-times.pw.toml @@ -0,0 +1,13 @@ +name = "Longer Login Times" +filename = "longerlogintimes-1.0.0-forge-mc1.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "708e7f8f1dc2955c0331b5fb028fa97720762df3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4594800 +project-id = 566374 diff --git a/mods/lootjs.pw.toml b/mods/lootjs.pw.toml new file mode 100644 index 0000000..2c02c1e --- /dev/null +++ b/mods/lootjs.pw.toml @@ -0,0 +1,13 @@ +name = "LootJS: KubeJS Addon" +filename = "lootjs-forge-1.20.1-2.13.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/fJFETWDN/versions/RjTRvo4g/lootjs-forge-1.20.1-2.13.0.jar" +hash-format = "sha512" +hash = "c8652b1ccffccd66885dc9dc89490afe46f055c9d9ede2fef24e06978db5957815e6125974670263ab15c1d60d7106954f4d10aff48cd7f1e04277e351d1aa2c" + +[update] +[update.modrinth] +mod-id = "fJFETWDN" +version = "RjTRvo4g" diff --git a/mods/lootr.pw.toml b/mods/lootr.pw.toml new file mode 100644 index 0000000..041b7ba --- /dev/null +++ b/mods/lootr.pw.toml @@ -0,0 +1,13 @@ +name = "Lootr" +filename = "lootr-forge-1.20-0.7.35.91.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/EltpO5cN/versions/HmhkyU8X/lootr-forge-1.20-0.7.35.91.jar" +hash-format = "sha512" +hash = "9b576ec6008a5c86ce9ea218285bc133f49e9eaf8f4b854fa49170a9cc3c8de028b236f2e563493405732277fd1d2909520d5961076b3ddbffcb0c7c539b4826" + +[update] +[update.modrinth] +mod-id = "EltpO5cN" +version = "HmhkyU8X" diff --git a/mods/macaws-abnormals.pw.toml b/mods/macaws-abnormals.pw.toml new file mode 100644 index 0000000..ac66cd0 --- /dev/null +++ b/mods/macaws-abnormals.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Abnormals" +filename = "mcwabnormals-1.20.1-1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/jZrq3qzM/versions/e42SPN5h/mcwabnormals-1.20.1-1.2.jar" +hash-format = "sha512" +hash = "5f76d1cd63da9ab3637be15d36dd53b5528da3d80066eb714d3f7a1f8c51e90eaeb11d488cbbc3803af92b6f50e503477718b21516298a33db3fb4dca173ca75" + +[update] +[update.modrinth] +mod-id = "jZrq3qzM" +version = "e42SPN5h" diff --git a/mods/macaws-biomes-o-plenty.pw.toml b/mods/macaws-biomes-o-plenty.pw.toml new file mode 100644 index 0000000..3980867 --- /dev/null +++ b/mods/macaws-biomes-o-plenty.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Biomes O' Plenty" +filename = "mcwbiomesoplenty-1.20.1-1.2.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Tanquv9C/versions/iDxDKtrx/mcwbiomesoplenty-1.20.1-1.2.1.jar" +hash-format = "sha512" +hash = "694f0d5b0273293bab4e8ef5d7fe93d7e23350c6ea8e5e2aec1525060779a5b26a4d2e4ed357da6025f936d9b83bbcbd9cf96d543bea75b2ba12745abf3868e9" + +[update] +[update.modrinth] +mod-id = "Tanquv9C" +version = "iDxDKtrx" diff --git a/mods/macaws-bridges.pw.toml b/mods/macaws-bridges.pw.toml new file mode 100644 index 0000000..1093a9c --- /dev/null +++ b/mods/macaws-bridges.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Bridges" +filename = "mcw-bridges-3.1.0-mc1.20.1forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/GURcjz8O/versions/XSLsYKYH/mcw-bridges-3.1.0-mc1.20.1forge.jar" +hash-format = "sha512" +hash = "830c2c31d00b9aa170570ae0b6959d086c3bccfdb40575f94d40c0411b051978ecd82da0e8c07c8d4b3753f9b88c0e6e06426934c6f97cd7a113d6acb358a02e" + +[update] +[update.modrinth] +mod-id = "GURcjz8O" +version = "XSLsYKYH" diff --git a/mods/macaws-doors.pw.toml b/mods/macaws-doors.pw.toml new file mode 100644 index 0000000..9ce3907 --- /dev/null +++ b/mods/macaws-doors.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Doors" +filename = "mcw-doors-1.1.2-mc1.20.1forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/kNxa8z3e/versions/yP3Gpe6J/mcw-doors-1.1.2-mc1.20.1forge.jar" +hash-format = "sha512" +hash = "447b00a2d0a2721af4a36c4330b0b0e7c04a8c9b2f003cb3121015969d2f41cd3b4839eb300d125f52d9db30dea3333bb4e23c9f2f13f3a869453e854a370404" + +[update] +[update.modrinth] +mod-id = "kNxa8z3e" +version = "yP3Gpe6J" diff --git a/mods/macaws-fences-and-walls.pw.toml b/mods/macaws-fences-and-walls.pw.toml new file mode 100644 index 0000000..b97b10b --- /dev/null +++ b/mods/macaws-fences-and-walls.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Fences and Walls" +filename = "mcw-fences-1.2.0-1.20.1forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/GmwLse2I/versions/p0mowM7n/mcw-fences-1.2.0-1.20.1forge.jar" +hash-format = "sha512" +hash = "0c34a3919bdfeebe8e57f8b1e8097e0532a7710b91ff3ed0c18603e424c166ef65fee7cbb62f37113cadc6ad6b25ca9bb897e78465649e82128eb0b79d8f36f0" + +[update] +[update.modrinth] +mod-id = "GmwLse2I" +version = "p0mowM7n" diff --git a/mods/macaws-furniture.pw.toml b/mods/macaws-furniture.pw.toml new file mode 100644 index 0000000..b88fdf9 --- /dev/null +++ b/mods/macaws-furniture.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Furniture" +filename = "mcw-furniture-3.3.0-mc1.20.1forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/dtWC90iB/versions/jQcvCX79/mcw-furniture-3.3.0-mc1.20.1forge.jar" +hash-format = "sha512" +hash = "aeb7537b9bb41615418e32d8383d6a0ea8b337554593752aa39ed955d50e1faa025c35a1d4bdb66fe49f9930a33d3becb8c897ee438c353da44d5fc8b7dfbdb8" + +[update] +[update.modrinth] +mod-id = "dtWC90iB" +version = "jQcvCX79" diff --git a/mods/macaws-holidays.pw.toml b/mods/macaws-holidays.pw.toml new file mode 100644 index 0000000..cf82bb5 --- /dev/null +++ b/mods/macaws-holidays.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Holidays" +filename = "mcw-holidays-1.1.0-mc1.20.1forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/rH20L2Lp/versions/BxIc7JK1/mcw-holidays-1.1.0-mc1.20.1forge.jar" +hash-format = "sha512" +hash = "82613772349cb15b3cc964a5669486c2f70f8a5afa2addbb07bad55aa5c0e5cc7ce837bb78043d290e7bd7e8a3ca334ac6b47fada5921414161918608e66b69b" + +[update] +[update.modrinth] +mod-id = "rH20L2Lp" +version = "BxIc7JK1" diff --git a/mods/macaws-lights-and-lamps.pw.toml b/mods/macaws-lights-and-lamps.pw.toml new file mode 100644 index 0000000..3a3353b --- /dev/null +++ b/mods/macaws-lights-and-lamps.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Lights and Lamps" +filename = "mcw-lights-1.1.2-mc1.20.1forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/w4an97C2/versions/gqevfDHf/mcw-lights-1.1.2-mc1.20.1forge.jar" +hash-format = "sha512" +hash = "2ee82b5ca8d964cff83ea41d38bfa5e4c9a9bedb7bccf891ce269d25238bfeb3f46b428a4d6ff6695a69907046cec22b356f3feefe94564bfa4cc081df8fcb72" + +[update] +[update.modrinth] +mod-id = "w4an97C2" +version = "gqevfDHf" diff --git a/mods/macaws-paths-and-pavings.pw.toml b/mods/macaws-paths-and-pavings.pw.toml new file mode 100644 index 0000000..93d7b28 --- /dev/null +++ b/mods/macaws-paths-and-pavings.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Paths and Pavings" +filename = "mcw-paths-1.1.0forge-mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/VRLhWB91/versions/1Gry6fOe/mcw-paths-1.1.0forge-mc1.20.1.jar" +hash-format = "sha512" +hash = "8703058cfecdf491c0e25363aaa36a4c70f0061483dc207b7cc1f3608e1232caeed0384619a120f551e7db01032b4d5a306d85f4c83dacc5c91ac0d301980c95" + +[update] +[update.modrinth] +mod-id = "VRLhWB91" +version = "1Gry6fOe" diff --git a/mods/macaws-quark.pw.toml b/mods/macaws-quark.pw.toml new file mode 100644 index 0000000..1f1948c --- /dev/null +++ b/mods/macaws-quark.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Quark" +filename = "mcwquark-1.20.1-1.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uLtxXFVm/versions/owWQZxrs/mcwquark-1.20.1-1.4.jar" +hash-format = "sha512" +hash = "185a9338462509846f5b032db9d9e2d289fd4a6dbad9456ac305e316b4e8bcdb970e40cbd6ba76639c440e62029607d0068749a302547c3c874d28d8167a16af" + +[update] +[update.modrinth] +mod-id = "uLtxXFVm" +version = "owWQZxrs" diff --git a/mods/macaws-roofs.pw.toml b/mods/macaws-roofs.pw.toml new file mode 100644 index 0000000..f8bdf48 --- /dev/null +++ b/mods/macaws-roofs.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Roofs" +filename = "mcw-roofs-2.3.2-mc1.20.1forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/B8jaH3P1/versions/31e80GhE/mcw-roofs-2.3.2-mc1.20.1forge.jar" +hash-format = "sha512" +hash = "ff7d8be7efb2c427dba8898ed181804b93d2d7523227a190a4c100370f485e5e734c83930b6888652c9469bf01b89a3c7fd2cd00e37c5b6021ec9bd3aa6ea3e3" + +[update] +[update.modrinth] +mod-id = "B8jaH3P1" +version = "31e80GhE" diff --git a/mods/macaws-stairs.pw.toml b/mods/macaws-stairs.pw.toml new file mode 100644 index 0000000..b654f84 --- /dev/null +++ b/mods/macaws-stairs.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Stairs" +filename = "mcw-stairs-1.0.1-1.20.1forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/iP3wH1ha/versions/BKaABdta/mcw-stairs-1.0.1-1.20.1forge.jar" +hash-format = "sha512" +hash = "21632ee3d07aeb2f25bb676f172609bd1c99da409b70ad156198a589af8cda21ef93820754d5e13b626b4a67f13eb771b831237fede9d330d96adc9c67abfd39" + +[update] +[update.modrinth] +mod-id = "iP3wH1ha" +version = "BKaABdta" diff --git a/mods/macaws-trapdoors.pw.toml b/mods/macaws-trapdoors.pw.toml new file mode 100644 index 0000000..c4f9e32 --- /dev/null +++ b/mods/macaws-trapdoors.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Trapdoors" +filename = "mcw-trapdoors-1.1.4-mc1.20.1forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/n2fvCDlM/versions/eyOMFyxY/mcw-trapdoors-1.1.4-mc1.20.1forge.jar" +hash-format = "sha512" +hash = "e18c33b1b9025c8a249658f0656e0c4e38e19b5e9ee61ba57bbe0329c21fb1d36ee90f3b26dac22cb5e4b5599b35732c4b1f725541751295b6cb72f406920dc0" + +[update] +[update.modrinth] +mod-id = "n2fvCDlM" +version = "eyOMFyxY" diff --git a/mods/macaws-windows.pw.toml b/mods/macaws-windows.pw.toml new file mode 100644 index 0000000..5f5c208 --- /dev/null +++ b/mods/macaws-windows.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Windows" +filename = "mcw-windows-2.4.0-1.20.1forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/C7I0BCni/versions/KzTPAR92/mcw-windows-2.4.0-1.20.1forge.jar" +hash-format = "sha512" +hash = "c61c89491a1e50989b6ef8f605368dd327690600be073e5475c9a26b6d12b8020305f9199518c573b92041a8eceb869cca3bcfdad16e4a3376d3b542fec77f32" + +[update] +[update.modrinth] +mod-id = "C7I0BCni" +version = "KzTPAR92" diff --git a/mods/magnum-torch.pw.toml b/mods/magnum-torch.pw.toml new file mode 100644 index 0000000..ede731e --- /dev/null +++ b/mods/magnum-torch.pw.toml @@ -0,0 +1,13 @@ +name = "Magnum Torch" +filename = "MagnumTorch-v8.0.2-1.20.1-Forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/jorDmSKv/versions/LrsjuUiA/MagnumTorch-v8.0.2-1.20.1-Forge.jar" +hash-format = "sha512" +hash = "2434d5c691e041fc3e3e56238710aecbfc6e9266019f367d7d0716c7328a8125194e7c19d595fe2254718ad89dd4a3936e12137740a6c2ba046e1bb29380fef5" + +[update] +[update.modrinth] +mod-id = "jorDmSKv" +version = "LrsjuUiA" diff --git a/mods/majrusz-library.pw.toml b/mods/majrusz-library.pw.toml new file mode 100644 index 0000000..c1bcbef --- /dev/null +++ b/mods/majrusz-library.pw.toml @@ -0,0 +1,13 @@ +name = "Majrusz Library" +filename = "majrusz-library-forge-1.20.1-7.0.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/PYQD8noM/versions/BZzTRseC/majrusz-library-forge-1.20.1-7.0.8.jar" +hash-format = "sha512" +hash = "82ec00a6486a67f3270ca3bdf708b1a58fd1e1f7b463e5cd7f5e6189fea57b79a25989f9d0fb5a9aadc323ed2110ab42fe11c740923eb538710059198c5a64a7" + +[update] +[update.modrinth] +mod-id = "PYQD8noM" +version = "BZzTRseC" diff --git a/mods/majruszs-enchantments.pw.toml b/mods/majruszs-enchantments.pw.toml new file mode 100644 index 0000000..16f7a5b --- /dev/null +++ b/mods/majruszs-enchantments.pw.toml @@ -0,0 +1,13 @@ +name = "Majrusz's Enchantments" +filename = "majruszs-enchantments-forge-1.20.1-1.10.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/jJthQvHv/versions/Pk7dUGrq/majruszs-enchantments-forge-1.20.1-1.10.8.jar" +hash-format = "sha512" +hash = "f9d1bea88116508e97c9dca01fd91b9285220345291c6481d203a3fc3ea2f41ebba9a040315781c4b1c42718a16a53624cff8cf387fcd2fbf6e7c0c6fb8fceb8" + +[update] +[update.modrinth] +mod-id = "jJthQvHv" +version = "Pk7dUGrq" diff --git a/mods/mapfrontiers.pw.toml b/mods/mapfrontiers.pw.toml new file mode 100644 index 0000000..9e8397d --- /dev/null +++ b/mods/mapfrontiers.pw.toml @@ -0,0 +1,13 @@ +name = "MapFrontiers" +filename = "MapFrontiers-1.20.1-2.6.0p6-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/hWlsli6y/versions/7xzghvJI/MapFrontiers-1.20.1-2.6.0p6-forge.jar" +hash-format = "sha512" +hash = "4b94f46d7e6ba231815e1daa1bfb031142e6976c86cf23ff840b7054a6b507ceaf29e9ff6f36d571c7e9db66769d597223d4d181c86103f8c37447df13afd5a3" + +[update] +[update.modrinth] +mod-id = "hWlsli6y" +version = "7xzghvJI" diff --git a/mods/melter.pw.toml b/mods/melter.pw.toml new file mode 100644 index 0000000..58939b2 --- /dev/null +++ b/mods/melter.pw.toml @@ -0,0 +1,13 @@ +name = "Melter" +filename = "melter-1.20.1-1.6.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/1oFTujWR/versions/3Osd3SHL/melter-1.20.1-1.6.1.jar" +hash-format = "sha512" +hash = "c7a88e1d3ad9794fe5d3ca28a3da15bb6c4b5d3a6eb11bb7387d3e952f2d2aee33bf1d0ce996d0338b3758053b85c4df6f21fda2d7ffe4f9724a428f8e6477f1" + +[update] +[update.modrinth] +mod-id = "1oFTujWR" +version = "3Osd3SHL" diff --git a/mods/memoryleakfix.pw.toml b/mods/memoryleakfix.pw.toml new file mode 100644 index 0000000..eea1543 --- /dev/null +++ b/mods/memoryleakfix.pw.toml @@ -0,0 +1,13 @@ +name = "Memory Leak Fix" +filename = "memoryleakfix-forge-1.17+-1.1.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/NRjRiSSD/versions/3w0IxNtk/memoryleakfix-forge-1.17%2B-1.1.5.jar" +hash-format = "sha512" +hash = "f4d7b0eb70a605ffb81bebd24fd125d8c0bc7917c3e00f27bee64988836323de5a3d205e89a4a5f8ae75741ca874f62996e7c8e5ed489dc3c1824337e93d263f" + +[update] +[update.modrinth] +mod-id = "NRjRiSSD" +version = "3w0IxNtk" diff --git a/mods/midnightlib.pw.toml b/mods/midnightlib.pw.toml new file mode 100644 index 0000000..7365b2a --- /dev/null +++ b/mods/midnightlib.pw.toml @@ -0,0 +1,13 @@ +name = "MidnightLib" +filename = "midnightlib-forge-1.4.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/codAaoxh/versions/UhRAdyzr/midnightlib-forge-1.4.2.jar" +hash-format = "sha512" +hash = "5946159d26c11b2ae2a51c8a4fdca6521d430a22df58fa146f19b2f681e64446ad15a85068b5f6092e1bbc49d9c7def287aebec3aa7d686c2b2949b55a8c5bfa" + +[update] +[update.modrinth] +mod-id = "codAaoxh" +version = "UhRAdyzr" diff --git a/mods/mimi.pw.toml b/mods/mimi.pw.toml new file mode 100644 index 0000000..334f25e --- /dev/null +++ b/mods/mimi.pw.toml @@ -0,0 +1,13 @@ +name = "Musical Instrument Minecraft Interface (MIMI)" +filename = "mimimod-1.20.1-4.3.0-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/efSTEGLV/versions/2GXOuCi2/mimimod-1.20.1-4.3.0-forge.jar" +hash-format = "sha512" +hash = "618961b0cf451d193bff744393c8a5109ea35e5b2f4a19f21e7d0f70c57b98b4d0d810665d715e060fd4f447b65b0ea0322fa12f85a765b0282bada699992eee" + +[update] +[update.modrinth] +mod-id = "efSTEGLV" +version = "2GXOuCi2" diff --git a/mods/minecolonies-compatibility.pw.toml b/mods/minecolonies-compatibility.pw.toml new file mode 100644 index 0000000..7945b42 --- /dev/null +++ b/mods/minecolonies-compatibility.pw.toml @@ -0,0 +1,13 @@ +name = "Compatibility addon for MineColonies" +filename = "MineColonies_Compatibility-1.20.1-2.78.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2a6d6ac572dca88fe3d136d892c55d8936fe2043" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6707287 +project-id = 1006214 diff --git a/mods/minecolonies-for-computercraft.pw.toml b/mods/minecolonies-for-computercraft.pw.toml new file mode 100644 index 0000000..0ca67c2 --- /dev/null +++ b/mods/minecolonies-for-computercraft.pw.toml @@ -0,0 +1,13 @@ +name = "MineColonies for ComputerCraft" +filename = "Colony4ComputerCraft-1.20.1-2.6.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "acf0063ce3b758a6d3085680053bb53e8158c4b7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6045103 +project-id = 445290 diff --git a/mods/minecolonies-tweaks.pw.toml b/mods/minecolonies-tweaks.pw.toml new file mode 100644 index 0000000..39d6f1c --- /dev/null +++ b/mods/minecolonies-tweaks.pw.toml @@ -0,0 +1,13 @@ +name = "Tweaks addon for MineColonies" +filename = "MineColonies_Tweaks-1.20.1-2.70-all.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f99c77f45b62b264515bb6bd7883de1fb9842eba" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6763707 +project-id = 975812 diff --git a/mods/minecolonies.pw.toml b/mods/minecolonies.pw.toml new file mode 100644 index 0000000..e58cdb8 --- /dev/null +++ b/mods/minecolonies.pw.toml @@ -0,0 +1,13 @@ +name = "MineColonies" +filename = "minecolonies-1.20.1-1.1.968-snapshot.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "614f7d36f14d9a04ca4d5596f3c31a4a0635fb10" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6765207 +project-id = 245506 diff --git a/mods/minemention.pw.toml b/mods/minemention.pw.toml new file mode 100644 index 0000000..2ab87fa --- /dev/null +++ b/mods/minemention.pw.toml @@ -0,0 +1,13 @@ +name = "MineMention" +filename = "MineMention-1.20.1-3.0.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/cGVpcVeo/versions/RFBo4n19/MineMention-1.20.1-3.0.1.jar" +hash-format = "sha512" +hash = "dfc8a738e3f49bc2b028a3af5bf811f3b2ef69bc06134740bd18791899f40522c1e827864281eeb548787b27cda6ecc3b7c3ce92d2eb015227767c78a8c334a4" + +[update] +[update.modrinth] +mod-id = "cGVpcVeo" +version = "RFBo4n19" diff --git a/mods/minemenu.pw.toml b/mods/minemenu.pw.toml new file mode 100644 index 0000000..fff05da --- /dev/null +++ b/mods/minemenu.pw.toml @@ -0,0 +1,13 @@ +name = "MineMenu" +filename = "MineMenu-1.20.1-1.12.3.jar" +side = "client" + +[download] +hash-format = "sha1" +hash = "8cc736b3965e4d101ddbc3724c42ae9559978572" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4938047 +project-id = 222378 diff --git a/mods/miners-delight.pw.toml b/mods/miners-delight.pw.toml new file mode 100644 index 0000000..9545a60 --- /dev/null +++ b/mods/miners-delight.pw.toml @@ -0,0 +1,13 @@ +name = "Miner's Delight" +filename = "miners_delight-1.20.1-1.2.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qMxbM4BQ/versions/loZ09szX/miners_delight-1.20.1-1.2.3.jar" +hash-format = "sha512" +hash = "4d459153ab93a4536b75bfd566b0915cceb7953347d05c0cb5fe129360e5d49d64731528ccd63ff5e785091e9f6300db0bcf5778f51ca82a8f5584fba9278f60" + +[update] +[update.modrinth] +mod-id = "qMxbM4BQ" +version = "loZ09szX" diff --git a/mods/mmlib.pw.toml b/mods/mmlib.pw.toml new file mode 100644 index 0000000..7d67b28 --- /dev/null +++ b/mods/mmlib.pw.toml @@ -0,0 +1,13 @@ +name = "Mysterious Mountain Lib" +filename = "mysterious_mountain_lib-1.5.22-1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ntMyNH8c/versions/GCX4PZJn/mysterious_mountain_lib-1.5.22-1.20.1.jar" +hash-format = "sha512" +hash = "be896ab0cad63779b4a5ddd5519b5151c11979babfc213fce4ce82bc77a2751223f0c300a3ff2bf993e89d3f4c8de77a3bfbd3669641831d90008eb43472046a" + +[update] +[update.modrinth] +mod-id = "ntMyNH8c" +version = "GCX4PZJn" diff --git a/mods/mmmmmmmmmmmm.pw.toml b/mods/mmmmmmmmmmmm.pw.toml new file mode 100644 index 0000000..a2d1a3a --- /dev/null +++ b/mods/mmmmmmmmmmmm.pw.toml @@ -0,0 +1,13 @@ +name = "MmmMmmMmmMmm" +filename = "dummmmmmy-1.20-2.0.7.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Adega8YN/versions/bJE2Owsg/dummmmmmy-1.20-2.0.7.jar" +hash-format = "sha512" +hash = "abd79582e1768e3f032aabe591138656cf194acf53e5c3a3f0628df72fd81b2fc468c0970844f831a082e892f28a235da31713ad3531c8910e6187abdb75117a" + +[update] +[update.modrinth] +mod-id = "Adega8YN" +version = "bJE2Owsg" diff --git a/mods/modernfix.pw.toml b/mods/modernfix.pw.toml new file mode 100644 index 0000000..786a5f7 --- /dev/null +++ b/mods/modernfix.pw.toml @@ -0,0 +1,13 @@ +name = "ModernFix" +filename = "modernfix-forge-5.24.3+mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nmDcB62a/versions/EAQLVtM2/modernfix-forge-5.24.3%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "da085b988b270450b3606705c50da504d6f04d5c357521d9acf888c1dbe8b267a5a342e2be555919471ce4aa105268a176e41f801adad991f27e495b3c3c354c" + +[update] +[update.modrinth] +mod-id = "nmDcB62a" +version = "EAQLVtM2" diff --git a/mods/moonlight.pw.toml b/mods/moonlight.pw.toml new file mode 100644 index 0000000..33f5c9f --- /dev/null +++ b/mods/moonlight.pw.toml @@ -0,0 +1,13 @@ +name = "Moonlight Lib" +filename = "moonlight-1.20-2.14.13-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/twkfQtEc/versions/97agqQ6E/moonlight-1.20-2.14.13-forge.jar" +hash-format = "sha512" +hash = "a2fe908138ec199aa48d86328fb4f95cab9113d1c7dd296b6d39af86246ccb8cd0c3196d78c6cc89f1a31720ab350575ae82a8952e3532fedd347aeb471421d6" + +[update] +[update.modrinth] +mod-id = "twkfQtEc" +version = "97agqQ6E" diff --git a/mods/more-red-x-cc-tweaked-compat.pw.toml b/mods/more-red-x-cc-tweaked-compat.pw.toml new file mode 100644 index 0000000..0bf5eb5 --- /dev/null +++ b/mods/more-red-x-cc-tweaked-compat.pw.toml @@ -0,0 +1,13 @@ +name = "More Red x CC:Tweaked Compat" +filename = "MoreRed-CCT-Compat-1.20.1-1.0.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/e4uFcbDl/versions/DVOCes0G/MoreRed-CCT-Compat-1.20.1-1.0.0.jar" +hash-format = "sha512" +hash = "2931514718be05c42dceb4e5ebd76d05912ca0be99f5edf6b85f8786154bd094372c7d3f37cf1e66f46c262327507963b2b36a1fcefef88cd08e99f49224fe18" + +[update] +[update.modrinth] +mod-id = "e4uFcbDl" +version = "DVOCes0G" diff --git a/mods/more-red.pw.toml b/mods/more-red.pw.toml new file mode 100644 index 0000000..644f4f6 --- /dev/null +++ b/mods/more-red.pw.toml @@ -0,0 +1,13 @@ +name = "More Red" +filename = "morered-1.20.1-4.0.0.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/UxYNfnfx/versions/nmvr3DB5/morered-1.20.1-4.0.0.4.jar" +hash-format = "sha512" +hash = "f7597a4cb98d40bfb9bc344a1389db6a498b339ae10cdc710a3ab83ed993788cc332b899f3876b0dec79e12c57dd93fb72b950c240cae4ac818f68d7fa48f48f" + +[update] +[update.modrinth] +mod-id = "UxYNfnfx" +version = "nmvr3DB5" diff --git a/mods/mouse-tweaks.pw.toml b/mods/mouse-tweaks.pw.toml new file mode 100644 index 0000000..67f0c2c --- /dev/null +++ b/mods/mouse-tweaks.pw.toml @@ -0,0 +1,13 @@ +name = "Mouse Tweaks" +filename = "MouseTweaks-forge-mc1.20.1-2.25.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/aC3cM3Vq/versions/7JVXOe3K/MouseTweaks-forge-mc1.20.1-2.25.1.jar" +hash-format = "sha512" +hash = "a3bb0272c0a1a3be9250dfee030bb8f86217fa6a32bd534be8c940fdd8c466c800c2df85874877983ced36ecfc28c8ced6c0d42107c1ab621385b4be9a7c65eb" + +[update] +[update.modrinth] +mod-id = "aC3cM3Vq" +version = "7JVXOe3K" diff --git a/mods/multi-piston.pw.toml b/mods/multi-piston.pw.toml new file mode 100644 index 0000000..eeab7e6 --- /dev/null +++ b/mods/multi-piston.pw.toml @@ -0,0 +1,13 @@ +name = "Multi-Piston" +filename = "multipiston-1.20-1.2.43-RELEASE.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1fc108ebf5f9fe34cf0366c7b71adf230400a74c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5204918 +project-id = 303278 diff --git a/mods/multibeds.pw.toml b/mods/multibeds.pw.toml new file mode 100644 index 0000000..019288d --- /dev/null +++ b/mods/multibeds.pw.toml @@ -0,0 +1,13 @@ +name = "MultiBeds" +filename = "multibeds-forge-1.20.1-1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/JyytxgF6/versions/pP8m9HZ0/multibeds-forge-1.20.1-1.2.jar" +hash-format = "sha512" +hash = "720f26060a3e6bfb30948078e8c0de5f50960f5661721cee71245eba77a86a91bef9d7ed82adb3fd57916cba0913f744e22613a75dcb44209bf13d47fe7f76ce" + +[update] +[update.modrinth] +mod-id = "JyytxgF6" +version = "pP8m9HZ0" diff --git a/mods/my-nethers-delight.pw.toml b/mods/my-nethers-delight.pw.toml new file mode 100644 index 0000000..02cc54d --- /dev/null +++ b/mods/my-nethers-delight.pw.toml @@ -0,0 +1,13 @@ +name = "My Nether's Delight" +filename = "MyNethersDelight-1.20.1-0.1.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/O53VhQoZ/versions/Y0doU8aW/MyNethersDelight-1.20.1-0.1.8.jar" +hash-format = "sha512" +hash = "a736c5f30b24738b6c16d3b62f7baa90d133260c6e24c27dd85845c0f2030f46d9568c8cc39ba28d8316683ffd0898a530c2b74af340ac5fb533c16271548fc2" + +[update] +[update.modrinth] +mod-id = "O53VhQoZ" +version = "Y0doU8aW" diff --git a/mods/necronomicon.pw.toml b/mods/necronomicon.pw.toml new file mode 100644 index 0000000..08c41e0 --- /dev/null +++ b/mods/necronomicon.pw.toml @@ -0,0 +1,13 @@ +name = "Necronomicon API" +filename = "Necronomicon-Forge-1.6.0+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/P1Kv5EAO/versions/AomMq7HP/Necronomicon-Forge-1.6.0%2B1.20.1.jar" +hash-format = "sha512" +hash = "d63d8d3e252197b7cabffc10ba6ec718d03b0038345d40dc5c9ce3014b9e542a35760ab0250f179b3de4183fe34784d645157b34bf54648c0ebbe24604ed5ba7" + +[update] +[update.modrinth] +mod-id = "P1Kv5EAO" +version = "AomMq7HP" diff --git a/mods/nekos-enchanted-books.pw.toml b/mods/nekos-enchanted-books.pw.toml new file mode 100644 index 0000000..21e41a4 --- /dev/null +++ b/mods/nekos-enchanted-books.pw.toml @@ -0,0 +1,13 @@ +name = "Neko's Enchanted Books" +filename = "NekosEnchantedBooks-1.19.3-2.0.3.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/VZWuyRVr/versions/VpA4roMg/NekosEnchantedBooks-1.19.3-2.0.3.jar" +hash-format = "sha512" +hash = "0849aca3926110665f83a8e2b9c6ba783eeecf8cd1540d11a74ed07272c97563cdc6ae8692a1654ce65db33c757546efcf5aef7fb4ec14298d860d534d19f4ae" + +[update] +[update.modrinth] +mod-id = "VZWuyRVr" +version = "VpA4roMg" diff --git a/mods/neruina.pw.toml b/mods/neruina.pw.toml new file mode 100644 index 0000000..d09de02 --- /dev/null +++ b/mods/neruina.pw.toml @@ -0,0 +1,13 @@ +name = "Neruina - Ticking Entity Fixer" +filename = "Neruina-2.1.1-forge+1.20.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/1s5x833P/versions/3dEDxcSK/Neruina-2.1.1-forge%2B1.20.1.jar" +hash-format = "sha512" +hash = "8597526b68383230c44f8078dfa3755429ab1bcd5d5a349ffd590745bf23622b2694320f3b450ce6efa2bf68a6d5663bcb2549ddb6c6bc3f565cc101b76d3a6c" + +[update] +[update.modrinth] +mod-id = "1s5x833P" +version = "3dEDxcSK" diff --git a/mods/netherportalfix.pw.toml b/mods/netherportalfix.pw.toml new file mode 100644 index 0000000..130e293 --- /dev/null +++ b/mods/netherportalfix.pw.toml @@ -0,0 +1,13 @@ +name = "NetherPortalFix" +filename = "netherportalfix-forge-1.20-13.0.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/nPZr02ET/versions/cWPAnu7u/netherportalfix-forge-1.20-13.0.1.jar" +hash-format = "sha512" +hash = "622d181918418c9bd9c919d19e9f5b0cc8e70c18b7c9be79353ea96481c40264cd986367630d9228867a8fbe94a2b9a2fd5b1ae3ba9edcb8edd12185a8366e3a" + +[update] +[update.modrinth] +mod-id = "nPZr02ET" +version = "cWPAnu7u" diff --git a/mods/no-chat-reports.pw.toml b/mods/no-chat-reports.pw.toml new file mode 100644 index 0000000..c9f0299 --- /dev/null +++ b/mods/no-chat-reports.pw.toml @@ -0,0 +1,13 @@ +name = "No Chat Reports" +filename = "NoChatReports-FORGE-1.20.1-v2.2.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/ksEG6N5E/NoChatReports-FORGE-1.20.1-v2.2.2.jar" +hash-format = "sha512" +hash = "39aa2e120a10ee68e9b03e3d5bd6f2d5def2fa7fcd914f55f018a85381eb0bb52055abce53a64cb0b0fba10f24da12caef085733e715907598ce468bcf59df51" + +[update] +[update.modrinth] +mod-id = "qQyHxfxd" +version = "ksEG6N5E" diff --git a/mods/noisium.pw.toml b/mods/noisium.pw.toml new file mode 100644 index 0000000..6b0d374 --- /dev/null +++ b/mods/noisium.pw.toml @@ -0,0 +1,13 @@ +name = "Noisium" +filename = "noisium-merged-2.0.1+mc1.20.x.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/KuNKN7d2/versions/AfjBJbK1/noisium-merged-2.0.1%2Bmc1.20.x.jar" +hash-format = "sha512" +hash = "f86140544ce261402447d003e99d677b2d35a95a0da04afb9046dd4995f2bfb82d74562b38325a6bb511632690a11d00d463e6d951ccd7e32bd5779f6bcbe56b" + +[update] +[update.modrinth] +mod-id = "KuNKN7d2" +version = "AfjBJbK1" diff --git a/mods/not-enough-animations.pw.toml b/mods/not-enough-animations.pw.toml new file mode 100644 index 0000000..738b4cd --- /dev/null +++ b/mods/not-enough-animations.pw.toml @@ -0,0 +1,13 @@ +name = "Not Enough Animations" +filename = "notenoughanimations-forge-1.10.1-mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/MPCX6s5C/versions/dG98B4oD/notenoughanimations-forge-1.10.1-mc1.20.1.jar" +hash-format = "sha512" +hash = "bee73667587c2a952507b6feb7f5d5288559583a5f2547388678c3b03aabf9862f41bf44943ce7d7cf17dba6edaa6b62c676a2173b387a73e1c66577c72aafa5" + +[update] +[update.modrinth] +mod-id = "MPCX6s5C" +version = "dG98B4oD" diff --git a/mods/notenoughcrashes.pw.toml b/mods/notenoughcrashes.pw.toml new file mode 100644 index 0000000..fe35401 --- /dev/null +++ b/mods/notenoughcrashes.pw.toml @@ -0,0 +1,13 @@ +name = "Not Enough Crashes" +filename = "notenoughcrashes-4.4.9+1.20.1-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/yM94ont6/versions/6XEwkJBV/notenoughcrashes-4.4.9%2B1.20.1-forge.jar" +hash-format = "sha512" +hash = "71b8f9796d99576e99a4d21be768399ecd86c776c1eb3e664a3388e727fa78e36005831c5268bd7e47bad724e35b3d85e17fa5737ec232f626d6f392aa94ef59" + +[update] +[update.modrinth] +mod-id = "yM94ont6" +version = "6XEwkJBV" diff --git a/mods/nukateams-gun-lib.pw.toml b/mods/nukateams-gun-lib.pw.toml new file mode 100644 index 0000000..663a592 --- /dev/null +++ b/mods/nukateams-gun-lib.pw.toml @@ -0,0 +1,13 @@ +name = "NukaTeam's Gun Lib" +filename = "ntgl-1.20.1-1.10.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "38b28557b5283f02d0857376f0cf5d7ba94a2cb3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6670935 +project-id = 998474 diff --git a/mods/nullscape.pw.toml b/mods/nullscape.pw.toml new file mode 100644 index 0000000..49a1956 --- /dev/null +++ b/mods/nullscape.pw.toml @@ -0,0 +1,13 @@ +name = "Nullscape" +filename = "Nullscape_1.20.x_v1.2.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/LPjGiSO4/versions/QsRKydVt/Nullscape_1.20.x_v1.2.8.jar" +hash-format = "sha512" +hash = "fcd11f20ab1b374a219e915156c8439f2d6fcabb060406f4d0a11392f945228e1c6e375f8e9e3048ac01c3a351c88bde4327e1f958bfd5ef4ab81c178f9e35da" + +[update] +[update.modrinth] +mod-id = "LPjGiSO4" +version = "QsRKydVt" diff --git a/mods/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/obsidianui.pw.toml b/mods/obsidianui.pw.toml new file mode 100644 index 0000000..4ea1710 --- /dev/null +++ b/mods/obsidianui.pw.toml @@ -0,0 +1,13 @@ +name = "ObsidianUI" +filename = "ObsidianUI-forge-0.2.3+mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/E0L8mfJZ/versions/3UXTHiK6/ObsidianUI-forge-0.2.3%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "07f3890ac55345eb4c7091af03ca7523ee5eb6a7db0a651479096d1a85ebbdfccc6c5e81de6546fcb2e5a9953c89cdacdc98e2ffd6aa020da3d72d8f295f8fa3" + +[update] +[update.modrinth] +mod-id = "E0L8mfJZ" +version = "3UXTHiK6" diff --git a/mods/oceans-delight.pw.toml b/mods/oceans-delight.pw.toml new file mode 100644 index 0000000..9189d0e --- /dev/null +++ b/mods/oceans-delight.pw.toml @@ -0,0 +1,13 @@ +name = "Ocean's Delight" +filename = "oceansdelight-1.0.2-1.20.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/DGiq4ZSW/versions/9jLLNENb/oceansdelight-1.0.2-1.20.jar" +hash-format = "sha512" +hash = "64ba0396d7168c73c810c8aefc135eebd7c2d5780e482fb36e96de87d0f226625b3ebb4249372b896ededa335895efda5d134846522e2e45c0a8d3a97ae2bf93" + +[update] +[update.modrinth] +mod-id = "DGiq4ZSW" +version = "9jLLNENb" diff --git a/mods/octo-lib.pw.toml b/mods/octo-lib.pw.toml new file mode 100644 index 0000000..bc2698e --- /dev/null +++ b/mods/octo-lib.pw.toml @@ -0,0 +1,13 @@ +name = "OctoLib" +filename = "OctoLib-FORGE-0.5.0.1+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/RH2KUdKJ/versions/HZ7KmyXp/OctoLib-FORGE-0.5.0.1%2B1.20.1.jar" +hash-format = "sha512" +hash = "e0bbe3a999f3a8c32b7dc0fd5bae61f62915dc5be40ac97a777f0784cdfaaed74b74f48cd407b9a8abb081ff331fbd272c9d4e08125f48f091435c926468d5c6" + +[update] +[update.modrinth] +mod-id = "RH2KUdKJ" +version = "HZ7KmyXp" diff --git a/mods/oculus.pw.toml b/mods/oculus.pw.toml new file mode 100644 index 0000000..14276bd --- /dev/null +++ b/mods/oculus.pw.toml @@ -0,0 +1,13 @@ +name = "Oculus" +filename = "oculus-mc1.20.1-1.8.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/GchcoXML/versions/iQ1SwGc3/oculus-mc1.20.1-1.8.0.jar" +hash-format = "sha512" +hash = "1bb4ac77400d6684347988ed298a692c2cb15cf7923693607eb8739b171a20fef7412259e9e157111d9ce21779badab386029956f7d2283a9e611722a373e9d5" + +[update] +[update.modrinth] +mod-id = "GchcoXML" +version = "iQ1SwGc3" diff --git a/mods/overflowing-bars.pw.toml b/mods/overflowing-bars.pw.toml new file mode 100644 index 0000000..b8ec5c5 --- /dev/null +++ b/mods/overflowing-bars.pw.toml @@ -0,0 +1,13 @@ +name = "Overflowing Bars" +filename = "OverflowingBars-v8.0.1-1.20.1-Forge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/XD7XOrAF/versions/w90XIUWB/OverflowingBars-v8.0.1-1.20.1-Forge.jar" +hash-format = "sha512" +hash = "4854cac7069e1140dd9b567e04414c0acc865f66433b7c8cb79269e4c1a20c38f30b2d393e9920ff7f9c732fdf01408a22b07f5d1532756623072470dfc24248" + +[update] +[update.modrinth] +mod-id = "XD7XOrAF" +version = "w90XIUWB" diff --git a/mods/packet-fixer.pw.toml b/mods/packet-fixer.pw.toml new file mode 100644 index 0000000..87b29cd --- /dev/null +++ b/mods/packet-fixer.pw.toml @@ -0,0 +1,13 @@ +name = "Packet Fixer" +filename = "packetfixer-3.1.4-1.18-1.20.4-merged.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/c7m1mi73/versions/dCEO67fT/packetfixer-3.1.4-1.18-1.20.4-merged.jar" +hash-format = "sha512" +hash = "b6a5b6f684c538ee907e99362be5d8c86b4b923bb2ef9789a1a7ed739f054dc73a7eca8ddf174f97f102f848d74105cd3b6011d8930a5ff001e71d9efad65dcf" + +[update] +[update.modrinth] +mod-id = "c7m1mi73" +version = "dCEO67fT" diff --git a/mods/parcool-compatibility-addon.pw.toml b/mods/parcool-compatibility-addon.pw.toml new file mode 100644 index 0000000..0215e9c --- /dev/null +++ b/mods/parcool-compatibility-addon.pw.toml @@ -0,0 +1,13 @@ +name = "ParCool+ / Compatibility Addon" +filename = "ParCool-CompatibilityAddon-1.20.1-3.3.1.0-1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2783cb8af6f47456f5b7acf3e24ce418f4ea5a3f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6036025 +project-id = 1132901 diff --git a/mods/parcool.pw.toml b/mods/parcool.pw.toml new file mode 100644 index 0000000..6f56548 --- /dev/null +++ b/mods/parcool.pw.toml @@ -0,0 +1,13 @@ +name = "ParCool!" +filename = "ParCool-1.20.1-3.4.0.7.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Fsvx2bdR/versions/OxcsXyGd/ParCool-1.20.1-3.4.0.7.jar" +hash-format = "sha512" +hash = "6b5df056eb44ead6f9b4984d443909078110b7660bce64ce90d30a826ddca1a6fa588e387be22770fc99b739382fe25d5e1c8e724b524159af7bfdcb1708f5bd" + +[update] +[update.modrinth] +mod-id = "Fsvx2bdR" +version = "OxcsXyGd" diff --git a/mods/particle-core.pw.toml b/mods/particle-core.pw.toml new file mode 100644 index 0000000..fa96f9b --- /dev/null +++ b/mods/particle-core.pw.toml @@ -0,0 +1,13 @@ +name = "Particle Core" +filename = "particle_core-0.2.6+1.20.1+forge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/RSeLon5O/versions/bqPuw9aZ/particle_core-0.2.6%2B1.20.1%2Bforge.jar" +hash-format = "sha512" +hash = "58c88b1654f3b2d733860aa3358cfa322245f2edc4ee6e79150912bf675c6bdef936f2f4f043a7cc56472a24cdee7f5963b6db2631478446fdcaf14ebc17d94c" + +[update] +[update.modrinth] +mod-id = "RSeLon5O" +version = "bqPuw9aZ" diff --git a/mods/particle-rain.pw.toml b/mods/particle-rain.pw.toml new file mode 100644 index 0000000..3828c43 --- /dev/null +++ b/mods/particle-rain.pw.toml @@ -0,0 +1,13 @@ +name = "Particle Rain" +filename = "particlerain-4.0.0-alpha-2+1.20.1-forge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/nrikgvxm/versions/UsNoYJDT/particlerain-4.0.0-alpha-2%2B1.20.1-forge.jar" +hash-format = "sha512" +hash = "1e55eba8b83a330f73385cf5a8c5109d0bf796dff70af78ff1da584e7dda277e88a9878dc013b63bac4630c07b94712a6b35c65bb43df901db594c442f2002ca" + +[update] +[update.modrinth] +mod-id = "nrikgvxm" +version = "UsNoYJDT" diff --git a/mods/particular-reforged.pw.toml b/mods/particular-reforged.pw.toml new file mode 100644 index 0000000..466d29e --- /dev/null +++ b/mods/particular-reforged.pw.toml @@ -0,0 +1,13 @@ +name = "Particular ✨ Reforged" +filename = "particular-1.20.1-Forge-1.2.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/pYFUU6cq/versions/E2JI5D7W/particular-1.20.1-Forge-1.2.4.jar" +hash-format = "sha512" +hash = "ad4e43288e04daa286cce5cedce07cceb9603e95562d91cbf5bb8cea0090fd93f28aa12c28d36988b60a86136899be2138fbf324171755b59b36dde2b836fdae" + +[update] +[update.modrinth] +mod-id = "pYFUU6cq" +version = "E2JI5D7W" diff --git a/mods/paxi.pw.toml b/mods/paxi.pw.toml new file mode 100644 index 0000000..e9706bf --- /dev/null +++ b/mods/paxi.pw.toml @@ -0,0 +1,13 @@ +name = "Paxi" +filename = "Paxi-1.20-Forge-4.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/CU0PAyzb/versions/C7buFh0l/Paxi-1.20-Forge-4.0.jar" +hash-format = "sha512" +hash = "50ed8c99981b9860c846a18cda215d388b67019b76a172833fa4e4b52cbd122eb8e49e594e5789790f95af06e0a98dcf2433b001b1f559b3e7071d2e6b7c1dd7" + +[update] +[update.modrinth] +mod-id = "CU0PAyzb" +version = "C7buFh0l" diff --git a/mods/pehkui.pw.toml b/mods/pehkui.pw.toml 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/petrolpark.pw.toml b/mods/petrolpark.pw.toml new file mode 100644 index 0000000..1da2b37 --- /dev/null +++ b/mods/petrolpark.pw.toml @@ -0,0 +1,13 @@ +name = "Petrolpark's Library" +filename = "petrolpark-1.20.1-1.4.9-all.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ik2WZkTZ/versions/NOmZ92Rf/petrolpark-1.20.1-1.4.9-all.jar" +hash-format = "sha512" +hash = "6b332edf763356a6e65c5eec4f8778258e57a1b0caac04ffdea44113616470a09ebeedbe63c95ebe2983824a8c7f32fe686680afad54c5d73a03351860e04e8c" + +[update] +[update.modrinth] +mod-id = "ik2WZkTZ" +version = "NOmZ92Rf" diff --git a/mods/petrols-parts.pw.toml b/mods/petrols-parts.pw.toml new file mode 100644 index 0000000..03ebfce --- /dev/null +++ b/mods/petrols-parts.pw.toml @@ -0,0 +1,13 @@ +name = "Petrol's Parts (Create add-on)" +filename = "petrolsparts-1.20.1-1.2.3-all.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/AN0CZD9P/versions/hCQO8AvZ/petrolsparts-1.20.1-1.2.3-all.jar" +hash-format = "sha512" +hash = "1688cfe270a21a111d4a2faf93bdb6ffeb2a86faba34a6569f329e96af8ca4f937a954f45b7a57907602fc44ea4793b2af6e3e482d36f4ce435d88c4809db57b" + +[update] +[update.modrinth] +mod-id = "AN0CZD9P" +version = "hCQO8AvZ" diff --git a/mods/pick-up-notifier.pw.toml b/mods/pick-up-notifier.pw.toml new file mode 100644 index 0000000..0c29ae3 --- /dev/null +++ b/mods/pick-up-notifier.pw.toml @@ -0,0 +1,13 @@ +name = "Pick Up Notifier" +filename = "PickUpNotifier-v8.0.0-1.20.1-Forge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/ZX66K16c/versions/LojgSWbd/PickUpNotifier-v8.0.0-1.20.1-Forge.jar" +hash-format = "sha512" +hash = "3cddd0e7cd2527bf9483c2a4a40eb1d1e650c806fdfd3bcdf55cffdcc0575ca71d56a50d8d09cca63793e3da6b22436b636702755e0644beb4b0051f039a2dda" + +[update] +[update.modrinth] +mod-id = "ZX66K16c" +version = "LojgSWbd" diff --git a/mods/ping-wheel.pw.toml b/mods/ping-wheel.pw.toml new file mode 100644 index 0000000..18fa540 --- /dev/null +++ b/mods/ping-wheel.pw.toml @@ -0,0 +1,13 @@ +name = "Ping Wheel" +filename = "Ping-Wheel-1.10.3-forge-1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/QQXAdCzh/versions/jnzl9ziX/Ping-Wheel-1.10.3-forge-1.20.1.jar" +hash-format = "sha512" +hash = "f1fcad4eae39dc6508578b29c067663d44d851fcdc57e53f78ed22262e578abfd9d27f84517d21a8aca7c27956b19402cb9ef0e67441c7e55d656ee92c3241dc" + +[update] +[update.modrinth] +mod-id = "QQXAdCzh" +version = "jnzl9ziX" diff --git a/mods/placebo.pw.toml b/mods/placebo.pw.toml new file mode 100644 index 0000000..75df101 --- /dev/null +++ b/mods/placebo.pw.toml @@ -0,0 +1,13 @@ +name = "Placebo" +filename = "Placebo-1.20.1-8.6.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e85f53de2e582a79ce25ff1df1e7b5b5fc08440f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6274231 +project-id = 283644 diff --git a/mods/platform.pw.toml b/mods/platform.pw.toml new file mode 100644 index 0000000..2158472 --- /dev/null +++ b/mods/platform.pw.toml @@ -0,0 +1,13 @@ +name = "Platform" +filename = "Platform-forge-1.20.1-1.2.10.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/i6fiqm5y/versions/JbxK24WC/Platform-forge-1.20.1-1.2.10.1.jar" +hash-format = "sha512" +hash = "b24a0d23d8807dcb2670ef2c3c89fd6f733e276f2923816c39b80eac5cf74dc24cb2cf5f36d8a9404bfc4a94c0e93cf443ccec57a75f444d75313991ed621337" + +[update] +[update.modrinth] +mod-id = "i6fiqm5y" +version = "JbxK24WC" diff --git a/mods/platforms.pw.toml b/mods/platforms.pw.toml new file mode 100644 index 0000000..114ac94 --- /dev/null +++ b/mods/platforms.pw.toml @@ -0,0 +1,13 @@ +name = "Platforms" +filename = "platforms-forge-1.20.1-1.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/xIF7nCgD/versions/QKXIpujo/platforms-forge-1.20.1-1.1.jar" +hash-format = "sha512" +hash = "2f52488bfa3412dd15afd01657c0e3a9915404f61e14b42b2cf576601e250d8dacda7dc49781f134222c7632a9b85bf8e906c8da156afca7aa345868b0e2fd5a" + +[update] +[update.modrinth] +mod-id = "xIF7nCgD" +version = "QKXIpujo" diff --git a/mods/playeranimator.pw.toml b/mods/playeranimator.pw.toml new file mode 100644 index 0000000..34babea --- /dev/null +++ b/mods/playeranimator.pw.toml @@ -0,0 +1,13 @@ +name = "playerAnimator" +filename = "player-animation-lib-forge-1.0.2-rc1+1.20.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gedNE4y2/versions/xe2EVE6q/player-animation-lib-forge-1.0.2-rc1%2B1.20.jar" +hash-format = "sha512" +hash = "cb9f6a3aaa943823a85fdd716ddb3c7623af2b3520926c3a98d170c52d31908894808fb61c52bea39bae622dbab59d50b4bad56f7ca0533a9c3350d412c33729" + +[update] +[update.modrinth] +mod-id = "gedNE4y2" +version = "xe2EVE6q" diff --git a/mods/playerrevive.pw.toml b/mods/playerrevive.pw.toml new file mode 100644 index 0000000..a81a75a --- /dev/null +++ b/mods/playerrevive.pw.toml @@ -0,0 +1,13 @@ +name = "PlayerRevive" +filename = "PlayerRevive_FORGE_v2.0.31_mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ABIMzABM/versions/fUdn8MeF/PlayerRevive_FORGE_v2.0.31_mc1.20.1.jar" +hash-format = "sha512" +hash = "26ec9d4f4ff24a3e708f5485e40149214df76734af90848429bc7cedf397230a8e7b8b11aa21f11e50ea2987c862f09186ecd1b55b7ded31c5c99d661ede686a" + +[update] +[update.modrinth] +mod-id = "ABIMzABM" +version = "fUdn8MeF" diff --git a/mods/polymorph.pw.toml b/mods/polymorph.pw.toml new file mode 100644 index 0000000..31d3344 --- /dev/null +++ b/mods/polymorph.pw.toml @@ -0,0 +1,13 @@ +name = "Polymorph" +filename = "polymorph-forge-0.49.10+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/tagwiZkJ/versions/UZBKtFyR/polymorph-forge-0.49.10%2B1.20.1.jar" +hash-format = "sha512" +hash = "c36b4c3b893fa01619cf03750878913f37b59854282cd25ff61a8a81da59f0d8f0cb42da8da1e2ab20d0d86f8e0ad6e9bdf69925d1336a03fd23dbf9b232fe87" + +[update] +[update.modrinth] +mod-id = "tagwiZkJ" +version = "UZBKtFyR" diff --git a/mods/portable-tanks.pw.toml b/mods/portable-tanks.pw.toml new file mode 100644 index 0000000..d554861 --- /dev/null +++ b/mods/portable-tanks.pw.toml @@ -0,0 +1,13 @@ +name = "Portable Tanks" +filename = "portabletanks-1.1.7-forge-mc1.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2433b82365f9686c9dae80b69e5596b6cc5924db" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4595672 +project-id = 503920 diff --git a/mods/presence-footsteps-forge.pw.toml b/mods/presence-footsteps-forge.pw.toml new file mode 100644 index 0000000..8a4019b --- /dev/null +++ b/mods/presence-footsteps-forge.pw.toml @@ -0,0 +1,13 @@ +name = "Presence Footsteps (Forge)" +filename = "PresenceFootsteps-1.20.1-1.9.1-beta.1.jar" +side = "client" + +[download] +hash-format = "sha1" +hash = "6ccb76043763f929a11f1857a57b41bb70ab7512" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5015286 +project-id = 433068 diff --git a/mods/pretty-pipes.pw.toml b/mods/pretty-pipes.pw.toml new file mode 100644 index 0000000..fec63d4 --- /dev/null +++ b/mods/pretty-pipes.pw.toml @@ -0,0 +1,13 @@ +name = "Pretty Pipes" +filename = "PrettyPipes-1.15.0-all.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/XExdLWCQ/versions/LqsTdtjN/PrettyPipes-1.15.0-all.jar" +hash-format = "sha512" +hash = "1b021f9479c861f69d94b50337784ac25b20ecec83f847ca6b4835e8b37f1c099df27e249441070945486eb5990aaf68cfbf1ae4b16085db017e2d5ebf2e7bcb" + +[update] +[update.modrinth] +mod-id = "XExdLWCQ" +version = "LqsTdtjN" diff --git a/mods/prism-lib.pw.toml b/mods/prism-lib.pw.toml new file mode 100644 index 0000000..0f82829 --- /dev/null +++ b/mods/prism-lib.pw.toml @@ -0,0 +1,13 @@ +name = "Prism" +filename = "Prism-1.20.1-forge-1.0.5.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/1OE8wbN0/versions/FFyss87M/Prism-1.20.1-forge-1.0.5.jar" +hash-format = "sha512" +hash = "b73de6bf581f5f28d86baa3eeb8ac0ff30aa9a35280da7fa528547bbb9e0aff5f931b434e143a4dfc4d11ae03ce52bc1cfa359beb8b656880e75bf1aa8d91b81" + +[update] +[update.modrinth] +mod-id = "1OE8wbN0" +version = "FFyss87M" diff --git a/mods/probejs.pw.toml b/mods/probejs.pw.toml new file mode 100644 index 0000000..74ca541 --- /dev/null +++ b/mods/probejs.pw.toml @@ -0,0 +1,19 @@ +name = "ProbeJS" +filename = "probejs-6.0.1-forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5380211b1c2891f454a136545721526b184d8513" +mode = "metadata:curseforge" + +[option] +optional = true +default = false +description = "Typing generator mod to generate KubeJS typings. Enabling Intellisense for your KubeJS environments! (Help with modpack development)" + + +[update] +[update.curseforge] +file-id = 5227399 +project-id = 585406 diff --git a/mods/puzzles-lib.pw.toml b/mods/puzzles-lib.pw.toml new file mode 100644 index 0000000..f04a172 --- /dev/null +++ b/mods/puzzles-lib.pw.toml @@ -0,0 +1,13 @@ +name = "Puzzles Lib" +filename = "PuzzlesLib-v8.1.32-1.20.1-Forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/QAGBst4M/versions/YFZdsqXl/PuzzlesLib-v8.1.32-1.20.1-Forge.jar" +hash-format = "sha512" +hash = "f6420b4884583727ee66d7410ce5ad3ce2a5fd9aed49700ea4bba1fd944a4b63d2d3f15a3d0d64afa2ec1aa261f8ef52b6277712c7d19e6dd31ff9d9360f05ae" + +[update] +[update.modrinth] +mod-id = "QAGBst4M" +version = "YFZdsqXl" 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/radiant-gear.pw.toml b/mods/radiant-gear.pw.toml new file mode 100644 index 0000000..7e95b5d --- /dev/null +++ b/mods/radiant-gear.pw.toml @@ -0,0 +1,13 @@ +name = "Radiant Gear" +filename = "radiantgear-forge-2.2.0+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/AtT9wm5O/versions/dQfDugX5/radiantgear-forge-2.2.0%2B1.20.1.jar" +hash-format = "sha512" +hash = "0929e33369614b98ea477066191c22b4dda58983a5291d45c8f6f339da1429b539b88431cba92e8c81e43cfbbdc0f032047afc899f422ecb01b85451e6ee161c" + +[update] +[update.modrinth] +mod-id = "AtT9wm5O" +version = "dQfDugX5" diff --git a/mods/rechiseled-create.pw.toml b/mods/rechiseled-create.pw.toml new file mode 100644 index 0000000..22376bd --- /dev/null +++ b/mods/rechiseled-create.pw.toml @@ -0,0 +1,13 @@ +name = "Rechiseled: Create" +filename = "rechiseledcreate-1.0.2b-forge-mc1.20.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/E6867niZ/versions/EZfZoGHe/rechiseledcreate-1.0.2b-forge-mc1.20.jar" +hash-format = "sha512" +hash = "e5055fb4dbe0198f2158e3e28c982efa16a850a7c502be2266c4dd50b87b5666ed3271849d6b8e222d803ff9bda22a1a92edda8ac95d74dbf2d063b2683dd124" + +[update] +[update.modrinth] +mod-id = "E6867niZ" +version = "EZfZoGHe" diff --git a/mods/rechiseled.pw.toml b/mods/rechiseled.pw.toml new file mode 100644 index 0000000..2e47a49 --- /dev/null +++ b/mods/rechiseled.pw.toml @@ -0,0 +1,13 @@ +name = "Rechiseled" +filename = "rechiseled-1.1.6-forge-mc1.20.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/B0g2vT6l/versions/C384ujVf/rechiseled-1.1.6-forge-mc1.20.jar" +hash-format = "sha512" +hash = "2be090e73f8ded2c140d277a1997020286f344ecb2e87e762e0d9ce5d29e9f158381c0100e257136dd2460e2e320cbeed956f656d4b36e58040b9bb07517935e" + +[update] +[update.modrinth] +mod-id = "B0g2vT6l" +version = "C384ujVf" diff --git a/mods/recipe-essentials-forge-fabric.pw.toml b/mods/recipe-essentials-forge-fabric.pw.toml new file mode 100644 index 0000000..d5570cc --- /dev/null +++ b/mods/recipe-essentials-forge-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Recipe Essentials[Forge/Fabric]" +filename = "recipeessentials-1.20.1-4.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6e50995efefdef6f77f0289200a17ae4c18cde75" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6165709 +project-id = 907856 diff --git a/mods/redirected.pw.toml b/mods/redirected.pw.toml new file mode 100644 index 0000000..182cc46 --- /dev/null +++ b/mods/redirected.pw.toml @@ -0,0 +1,13 @@ +name = "Redirected" +filename = "redirected-forge-1.0.0-1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/hhnR8xqU/versions/cJBVuClJ/redirected-forge-1.0.0-1.20.1.jar" +hash-format = "sha512" +hash = "4f1362b1c0a4620b4fdb1282ae4fa036df843ffef4b0c1146d887a324f2517b4331691db42de09c7ca6729dad2993ff06ccd38b6f203e9623d25e17951b8fddf" + +[update] +[update.modrinth] +mod-id = "hhnR8xqU" +version = "cJBVuClJ" diff --git a/mods/reforgedplay-mod.pw.toml b/mods/reforgedplay-mod.pw.toml new file mode 100644 index 0000000..21a1b07 --- /dev/null +++ b/mods/reforgedplay-mod.pw.toml @@ -0,0 +1,18 @@ +name = "ReForgedPlay [replay mod on (neo)forge]" +filename = "reforgedplaymod-1.20.1-0.3.1.jar" +side = "client" + +[download] +hash-format = "sha1" +hash = "37b714750d0e5487b488b29ff1e1623e5bb18ed6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5637596 +project-id = 1018692 + +[option] +optional = true +description = "Record, replay and edit your adventures in Minecraft" +default = false diff --git a/mods/regrowth.pw.toml b/mods/regrowth.pw.toml new file mode 100644 index 0000000..2e9907b --- /dev/null +++ b/mods/regrowth.pw.toml @@ -0,0 +1,13 @@ +name = "Regrowth" +filename = "regrowth-1.20-46.31.2.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/eR7uVkrb/versions/LSUJIpgX/regrowth-1.20-46.31.2.jar" +hash-format = "sha512" +hash = "0194b0651f7bc2047f805208c1764cd4fa2fc9bde25845b688b0762e91133f4d65ad9756ffe59fde9b85ce0b009e02dd8eb00d37b57fe2a4763421179ee92bec" + +[update] +[update.modrinth] +mod-id = "eR7uVkrb" +version = "LSUJIpgX" diff --git a/mods/repurposed-structures-forge.pw.toml b/mods/repurposed-structures-forge.pw.toml new file mode 100644 index 0000000..dcef5b6 --- /dev/null +++ b/mods/repurposed-structures-forge.pw.toml @@ -0,0 +1,13 @@ +name = "Repurposed Structures - Neoforge/Forge" +filename = "repurposed_structures-7.1.17+1.20.1-forge.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/QDNS5oAT/versions/LOn0p5qT/repurposed_structures-7.1.17%2B1.20.1-forge.jar" +hash-format = "sha512" +hash = "85a3a807e79a798f5e333e91b22dab645761ceec3abaccd2b4b095f647a73b2b120f78d28cdf2ef87a76422d049d6f3d516205bbbc11e073c9f17c1e760ae6f0" + +[update] +[update.modrinth] +mod-id = "QDNS5oAT" +version = "LOn0p5qT" diff --git a/mods/resourceful-lib.pw.toml b/mods/resourceful-lib.pw.toml new file mode 100644 index 0000000..5e42572 --- /dev/null +++ b/mods/resourceful-lib.pw.toml @@ -0,0 +1,13 @@ +name = "Resourceful Lib" +filename = "resourcefullib-forge-1.20.1-2.1.29.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/G1hIVOrD/versions/OhsHaCcW/resourcefullib-forge-1.20.1-2.1.29.jar" +hash-format = "sha512" +hash = "8dbe951d431545a7d18081a8b11a52a248e6d8ff9862ae6462b0f5a6f57ff523af12704c3adb071ae99a7c5c1dd895bd7875dea59f9c4956c1597a668b6e8820" + +[update] +[update.modrinth] +mod-id = "G1hIVOrD" +version = "OhsHaCcW" diff --git a/mods/resourcepackcached.pw.toml b/mods/resourcepackcached.pw.toml new file mode 100644 index 0000000..057a0fc --- /dev/null +++ b/mods/resourcepackcached.pw.toml @@ -0,0 +1,13 @@ +name = "ResourcePackCached" +filename = "rpc-1.1.2+1.20.1-forge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/d4phKsx2/versions/VG3as7Qn/rpc-1.1.2%2B1.20.1-forge.jar" +hash-format = "sha512" +hash = "0f3139166361f6d73586d098884bdbf3b641299567db13a75848f8f7ae184cbe2333de10369dbca745d22c7ec220f09df5825e1186d0491c000c47bda4af2e61" + +[update] +[update.modrinth] +mod-id = "d4phKsx2" +version = "VG3as7Qn" diff --git a/mods/retro-damage-indicators.pw.toml b/mods/retro-damage-indicators.pw.toml new file mode 100644 index 0000000..d0a00b6 --- /dev/null +++ b/mods/retro-damage-indicators.pw.toml @@ -0,0 +1,13 @@ +name = "Retro Damage Indicators" +filename = "retrodamageindicators-1.0.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/5xDsLBRb/versions/2XsyrIHD/retrodamageindicators-1.0.1.jar" +hash-format = "sha512" +hash = "2f195d7d66676af3eb640df481d524c66cb5a1a712c24eb2309ec8175996e9a6af8995ba6a598e3da4dbc7f3555962754bdd70b7fca1895040842ae5f87b645a" + +[update] +[update.modrinth] +mod-id = "5xDsLBRb" +version = "2XsyrIHD" 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/rpl.pw.toml b/mods/rpl.pw.toml new file mode 100644 index 0000000..8e3d7b2 --- /dev/null +++ b/mods/rpl.pw.toml @@ -0,0 +1,13 @@ +name = "Ritchie's Projectile Library" +filename = "ritchiesprojectilelib-2.1.0+mc.1.20.1-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/B3pb093D/versions/MxClZxbS/ritchiesprojectilelib-2.1.0%2Bmc.1.20.1-forge.jar" +hash-format = "sha512" +hash = "a717edbfb9e47009db9c526e0563a65ceae7d18d5cca3547d7d2f1011bdc703566ed69c92b8435775ffbbaa002d05f873bdd49f062d45c350b61b814a36056b1" + +[update] +[update.modrinth] +mod-id = "B3pb093D" +version = "MxClZxbS" diff --git a/mods/rrls.pw.toml b/mods/rrls.pw.toml new file mode 100644 index 0000000..bf6640f --- /dev/null +++ b/mods/rrls.pw.toml @@ -0,0 +1,13 @@ +name = "Remove Reloading Screen" +filename = "rrls-4.0.6.1+mc1.20.1-forge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/ZP7xHXtw/versions/DMHJY7vL/rrls-4.0.6.1%2Bmc1.20.1-forge.jar" +hash-format = "sha512" +hash = "825f037e40e904b11f2744e2b6fa2823b7cef41ec9e71c10cf71dd89233ed15a9c4687376af32d9e2ec50be92db3bb0ef818712eb88654489aedf35efd726079" + +[update] +[update.modrinth] +mod-id = "ZP7xHXtw" +version = "DMHJY7vL" diff --git a/mods/saplanting.pw.toml b/mods/saplanting.pw.toml new file mode 100644 index 0000000..92f8a76 --- /dev/null +++ b/mods/saplanting.pw.toml @@ -0,0 +1,13 @@ +name = "Saplanting" +filename = "saplanting-1.20.1-forge-1.3.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/Vo4uFiz0/versions/eB58rzJT/saplanting-1.20.1-forge-1.3.1.jar" +hash-format = "sha512" +hash = "115899400c6bac50ea83f1e6119daf2e9998cacdbb4ba38925edfe39dd9aa6acf0ffc3f33ada31f5f221544baaa5eb1b1c73c5375d30e16a104ac5f6c7153ef5" + +[update] +[update.modrinth] +mod-id = "Vo4uFiz0" +version = "eB58rzJT" diff --git a/mods/saturn.pw.toml b/mods/saturn.pw.toml new file mode 100644 index 0000000..af4245d --- /dev/null +++ b/mods/saturn.pw.toml @@ -0,0 +1,13 @@ +name = "Saturn" +filename = "saturn-mc1.20.1-0.1.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/2eT495vq/versions/Yx85DYaG/saturn-mc1.20.1-0.1.3.jar" +hash-format = "sha512" +hash = "8b4b9a69e7b55df8148e83a6d17ef381b9c412d8730d0068974bd48bbdae1a1a43837a5307471bc5dd2b41d3aa821d73c8683a3f480a9d987b2cf0969aa178cc" + +[update] +[update.modrinth] +mod-id = "2eT495vq" +version = "Yx85DYaG" diff --git a/mods/savage-and-ravage.pw.toml b/mods/savage-and-ravage.pw.toml 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/scaffolding-drops-nearby.pw.toml b/mods/scaffolding-drops-nearby.pw.toml new file mode 100644 index 0000000..03ab94d --- /dev/null +++ b/mods/scaffolding-drops-nearby.pw.toml @@ -0,0 +1,13 @@ +name = "Scaffolding Drops Nearby" +filename = "scaffoldingdropsnearby-1.20.1-3.4.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/uO522mgw/versions/PrrHinLr/scaffoldingdropsnearby-1.20.1-3.4.jar" +hash-format = "sha512" +hash = "b90047f592a8e5dc2a1a61ab1349882163cacf507c36965bd66ad62415a8d6ebd2218464184403cabd5c64437f73c91910110b480ff38f09cb9ded04848317b6" + +[update] +[update.modrinth] +mod-id = "uO522mgw" +version = "PrrHinLr" diff --git a/mods/seamless-loading-screen.pw.toml b/mods/seamless-loading-screen.pw.toml new file mode 100644 index 0000000..09ec4a2 --- /dev/null +++ b/mods/seamless-loading-screen.pw.toml @@ -0,0 +1,13 @@ +name = "Seamless Loading Screen " +filename = "seamless-loading-screen-2.0.3+1.20.1-forge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/TyTPFOiF/versions/iguviUFl/seamless-loading-screen-2.0.3%2B1.20.1-forge.jar" +hash-format = "sha512" +hash = "58a7a8ce6bc2f9a5a1403200e46681705e256c4384ffd9043dfc9c5223c0e90b22c280163e913a69a7bf41c63830a4b9c11109b14c62d3e9fe87d32949676903" + +[update] +[update.modrinth] +mod-id = "TyTPFOiF" +version = "iguviUFl" diff --git a/mods/searchables.pw.toml b/mods/searchables.pw.toml new file mode 100644 index 0000000..de0c25f --- /dev/null +++ b/mods/searchables.pw.toml @@ -0,0 +1,13 @@ +name = "Searchables" +filename = "Searchables-forge-1.20.1-1.0.3.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/fuuu3xnx/versions/PM9yAW1G/Searchables-forge-1.20.1-1.0.3.jar" +hash-format = "sha512" +hash = "185617d6d446f3d4ef6c7d5c6ee4e2fb731a89f7495157313b21292ec6b8e3dbcc10c0379ab49ecb2d0c64d0a78df74750d7f7336d5e6c43516a7c92f278c0a2" + +[update] +[update.modrinth] +mod-id = "fuuu3xnx" +version = "PM9yAW1G" diff --git a/mods/security-craft.pw.toml b/mods/security-craft.pw.toml new file mode 100644 index 0000000..38eefc4 --- /dev/null +++ b/mods/security-craft.pw.toml @@ -0,0 +1,13 @@ +name = "SecurityCraft" +filename = "[1.20.1] SecurityCraft v1.10.0.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/v8jzRtAt/versions/KdmbFCxl/%5B1.20.1%5D%20SecurityCraft%20v1.10.0.1.jar" +hash-format = "sha512" +hash = "1890516f36604a123125f8565faff1a90fa13aea7f9d6fb00dde21aa8318992dc7e9f9de971d11f7767916193f8dc2d41ac629ded16e77d73a7b769807b952fe" + +[update] +[update.modrinth] +mod-id = "v8jzRtAt" +version = "KdmbFCxl" diff --git a/mods/servercore.pw.toml b/mods/servercore.pw.toml new file mode 100644 index 0000000..deea014 --- /dev/null +++ b/mods/servercore.pw.toml @@ -0,0 +1,13 @@ +name = "ServerCore" +filename = "servercore-forge-1.5.2+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/4WWQxlQP/versions/rx1c7m6q/servercore-forge-1.5.2%2B1.20.1.jar" +hash-format = "sha512" +hash = "650f54dcf6d44e26cbc180ca5779857574692f02ff2a55146ed085db1665dde7fb578c75d655e3de064ed56599bc6d38dd547f5f123381c0a54867b98f805b0c" + +[update] +[update.modrinth] +mod-id = "4WWQxlQP" +version = "rx1c7m6q" diff --git a/mods/shetiphiancore.pw.toml b/mods/shetiphiancore.pw.toml new file mode 100644 index 0000000..e24f97d --- /dev/null +++ b/mods/shetiphiancore.pw.toml @@ -0,0 +1,13 @@ +name = "ShetiPhianCore" +filename = "shetiphiancore-forge-1.20.1-1.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/oX7uP2kS/versions/OArfEEsX/shetiphiancore-forge-1.20.1-1.4.jar" +hash-format = "sha512" +hash = "a263396b9b5afe2f88d561da478aacb3bc15b9d6f850cdd6a8fec18710d22b4dc432936b4c1b3d18a49925ab6577faec2bc8d6810d51546f25742d2af9dc5b65" + +[update] +[update.modrinth] +mod-id = "oX7uP2kS" +version = "OArfEEsX" diff --git a/mods/shoulder-surfing-reloaded.pw.toml b/mods/shoulder-surfing-reloaded.pw.toml new file mode 100644 index 0000000..9d72c69 --- /dev/null +++ b/mods/shoulder-surfing-reloaded.pw.toml @@ -0,0 +1,13 @@ +name = "Shoulder Surfing Reloaded" +filename = "ShoulderSurfing-Forge-1.20.1-4.14.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/kepjj2sy/versions/uNEGD88l/ShoulderSurfing-Forge-1.20.1-4.14.1.jar" +hash-format = "sha512" +hash = "7361c88c9ac487c13cf4e21f6fbc4afcfec5c2eb638d8322d4a1d966b3c53fa6093f7c1c9c9df47192026eca135e5635549bd4b9898d0bc3e2818ac4434c7df8" + +[update] +[update.modrinth] +mod-id = "kepjj2sy" +version = "uNEGD88l" diff --git a/mods/silent-gear.pw.toml b/mods/silent-gear.pw.toml new file mode 100644 index 0000000..db8b613 --- /dev/null +++ b/mods/silent-gear.pw.toml @@ -0,0 +1,13 @@ +name = "Silent Gear" +filename = "silent-gear-1.20.1-3.6.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/73mSSnCf/versions/FTLzdGgN/silent-gear-1.20.1-3.6.6.jar" +hash-format = "sha512" +hash = "08d90018a54f5799277e059c5f26e06b57c9b176cd22e0913aea646afd8228e6912b2d84d15eb16fb63893a84d512c9fa0bb657d6b0f9dd4ac20d77facd94398" + +[update] +[update.modrinth] +mod-id = "73mSSnCf" +version = "FTLzdGgN" diff --git a/mods/silent-lib.pw.toml b/mods/silent-lib.pw.toml new file mode 100644 index 0000000..bfebce8 --- /dev/null +++ b/mods/silent-lib.pw.toml @@ -0,0 +1,13 @@ +name = "Silent Lib" +filename = "silent-lib-1.20.1-8.0.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/BQhuHQo4/versions/WGt4877n/silent-lib-1.20.1-8.0.0.jar" +hash-format = "sha512" +hash = "6a24bf4a7be495041b6305815e7ffeb8badc4ca3ef8ecb2050a31c85045504df5d7803676138d73a152aa2858821a74bc9b2a09b0ca5dfa9a22288722cd701e7" + +[update] +[update.modrinth] +mod-id = "BQhuHQo4" +version = "WGt4877n" diff --git a/mods/simple-login.pw.toml b/mods/simple-login.pw.toml new file mode 100644 index 0000000..096f2bc --- /dev/null +++ b/mods/simple-login.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Login" +filename = "SimpleLogin-1.20.1-1.0.2-all.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2fcdb0d2221b32fc4f64dea2957ec0dd7ace3174" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4745380 +project-id = 312664 diff --git a/mods/simple-radio.pw.toml b/mods/simple-radio.pw.toml new file mode 100644 index 0000000..78d2ff4 --- /dev/null +++ b/mods/simple-radio.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Radio" +filename = "simpleradio-forge-1.20.1-3.4.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/S7b8mMXS/versions/YNYTaait/simpleradio-forge-1.20.1-3.4.6.jar" +hash-format = "sha512" +hash = "f2fa4e1d95cd81c8dfa63f0d949b565778906137cf658326341ee65d6785666f655b624a24e259cc3e6bc9a162d148e4b2562d1bc996d5e637aa3eefe494f8c0" + +[update] +[update.modrinth] +mod-id = "S7b8mMXS" +version = "YNYTaait" diff --git a/mods/simple-voice-chat.pw.toml b/mods/simple-voice-chat.pw.toml new file mode 100644 index 0000000..5429854 --- /dev/null +++ b/mods/simple-voice-chat.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Voice Chat" +filename = "voicechat-forge-1.20.1-2.5.34.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/K2GUC6z0/voicechat-forge-1.20.1-2.5.34.jar" +hash-format = "sha512" +hash = "2b63a94d90865878e1391cc4af52a52e3ec1a77b59f4536beae24edb5f617d850a0664510532fd9cc7daf8597078199ceeac15db27435f3ed2cd907cbe370f70" + +[update] +[update.modrinth] +mod-id = "9eGKb6K1" +version = "K2GUC6z0" diff --git a/mods/simply-light.pw.toml b/mods/simply-light.pw.toml new file mode 100644 index 0000000..08a778a --- /dev/null +++ b/mods/simply-light.pw.toml @@ -0,0 +1,13 @@ +name = "Simply Light" +filename = "simplylight-1.20.1-1.4.6-build.50.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "cfd851ffd2c3b451a96a19207dc6e084c1dfec73" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4832944 +project-id = 300331 diff --git a/mods/sizeshiftingpotions.pw.toml b/mods/sizeshiftingpotions.pw.toml new file mode 100644 index 0000000..ee8938b --- /dev/null +++ b/mods/sizeshiftingpotions.pw.toml @@ -0,0 +1,13 @@ +name = "Size Shifting Potions" +filename = "sizeshiftingpotions-1.7.1-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/rfj2v0X6/versions/kcFeja97/sizeshiftingpotions-1.7.1-forge.jar" +hash-format = "sha512" +hash = "3d8ad618d52ec1e47f3f8856dadb6babeb974b782e9d923f6ef4724088b4ac7e8e5ca58d3ae09a9f75e24d8c23f6062fb93a35f6ba43232f5dfff32c1d646979" + +[update] +[update.modrinth] +mod-id = "rfj2v0X6" +version = "kcFeja97" diff --git a/mods/skeleton-horse-spawn.pw.toml b/mods/skeleton-horse-spawn.pw.toml new file mode 100644 index 0000000..60b8293 --- /dev/null +++ b/mods/skeleton-horse-spawn.pw.toml @@ -0,0 +1,13 @@ +name = "Skeleton Horse Spawn" +filename = "skeletonhorsespawn-1.20.1-4.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/ZcqNoW8j/versions/Yn0bTDEt/skeletonhorsespawn-1.20.1-4.1.jar" +hash-format = "sha512" +hash = "598f02f7be22cda3fbd80bee2a25e2583cca459b74469bc42fb252f324fa0af37d13bda9a50101720be8646bd9109fa7f915822685552fbb9a47bc9053abe389" + +[update] +[update.modrinth] +mod-id = "ZcqNoW8j" +version = "Yn0bTDEt" diff --git a/mods/skinrestorer.pw.toml b/mods/skinrestorer.pw.toml new file mode 100644 index 0000000..6a7ac4d --- /dev/null +++ b/mods/skinrestorer.pw.toml @@ -0,0 +1,13 @@ +name = "Skin Restorer" +filename = "skinrestorer-2.4.2+1.20-forge.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/ghrZDhGW/versions/fhVMrhdM/skinrestorer-2.4.2%2B1.20-forge.jar" +hash-format = "sha512" +hash = "1017acfbb00e41efce5e7999d0651bd090d547e866887d7ca4964da1dd617549ec3c48e9a5efbe8f3ff3f42a022a2a8ada9f2f33a58414f4d0068cc7da76d831" + +[update] +[update.modrinth] +mod-id = "ghrZDhGW" +version = "fhVMrhdM" diff --git a/mods/slice-and-dice.pw.toml b/mods/slice-and-dice.pw.toml new file mode 100644 index 0000000..56e7b2b --- /dev/null +++ b/mods/slice-and-dice.pw.toml @@ -0,0 +1,13 @@ +name = "Create Slice & Dice" +filename = "sliceanddice-forge-3.4.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/GmjmRQ0A/versions/zRXLDIwB/sliceanddice-forge-3.4.1.jar" +hash-format = "sha512" +hash = "d8c48242b971d958c3ff280b620ad4f06f95ca05cebf2000e3642be46c155982a4de3bde986e145061b92627e559a846b96a3a54bf636d36890d087d22466663" + +[update] +[update.modrinth] +mod-id = "GmjmRQ0A" +version = "zRXLDIwB" diff --git a/mods/small-ships.pw.toml b/mods/small-ships.pw.toml new file mode 100644 index 0000000..7a14b11 --- /dev/null +++ b/mods/small-ships.pw.toml @@ -0,0 +1,13 @@ +name = "Small Ships" +filename = "smallships-forge-1.20.1-2.0.0-b1.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/rGWEHQrP/versions/58DKgNnY/smallships-forge-1.20.1-2.0.0-b1.4.jar" +hash-format = "sha512" +hash = "96eb4b05e2ca71e6f608811da0e1687a9744421b84e7c876e9a36cd2cdc30bf3c7174525c0915f87be30bd840d39f7b7aa8e0dde19747a495ff5c1a57b701dac" + +[update] +[update.modrinth] +mod-id = "rGWEHQrP" +version = "58DKgNnY" diff --git a/mods/smaller-nether-portals.pw.toml b/mods/smaller-nether-portals.pw.toml new file mode 100644 index 0000000..be394c8 --- /dev/null +++ b/mods/smaller-nether-portals.pw.toml @@ -0,0 +1,13 @@ +name = "Smaller Nether Portals" +filename = "smallernetherportals-1.20.1-3.9.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/fYAofsi6/versions/AKAgpUev/smallernetherportals-1.20.1-3.9.jar" +hash-format = "sha512" +hash = "9ecae52cc42fe3edc1a45b157d495cddf867975d1f63a6c3aa65e732eeac40ac5bae3e3d1269cd342fe077e548e67cd7b9f05a1a3e760447162f192c4cfca91b" + +[update] +[update.modrinth] +mod-id = "fYAofsi6" +version = "AKAgpUev" diff --git a/mods/smooth-chunk-save.pw.toml b/mods/smooth-chunk-save.pw.toml new file mode 100644 index 0000000..e5d1eb4 --- /dev/null +++ b/mods/smooth-chunk-save.pw.toml @@ -0,0 +1,13 @@ +name = "Server Performance - Smooth Chunk Save[Forge/Fabric]" +filename = "smoothchunk-1.20.1-4.1.jar" +side = "server" + +[download] +hash-format = "sha1" +hash = "3e142e4a2e12db1c9a3777879cc021aff49da088" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6296598 +project-id = 582327 diff --git a/mods/snow-under-trees.pw.toml b/mods/snow-under-trees.pw.toml new file mode 100644 index 0000000..c538e8a --- /dev/null +++ b/mods/snow-under-trees.pw.toml @@ -0,0 +1,13 @@ +name = "Snow Under Trees" +filename = "snowundertrees-1.20.1-1.4.12.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/Q3vyMuj2/versions/VPpaFQ0C/snowundertrees-1.20.1-1.4.12.jar" +hash-format = "sha512" +hash = "9873d8d037348a918768a528150d13f2324528afb6cf9f7f42c46682e439501d9a2157261ffff138e6da143853d4c4135a43f9912726e1203e5b23d7a137970f" + +[update] +[update.modrinth] +mod-id = "Q3vyMuj2" +version = "VPpaFQ0C" diff --git a/mods/sodium-dynamic-lights.pw.toml b/mods/sodium-dynamic-lights.pw.toml new file mode 100644 index 0000000..1a8b535 --- /dev/null +++ b/mods/sodium-dynamic-lights.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium Dynamic Lights" +filename = "sodiumdynamiclights-forge-1.0.10-1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/PxQSWIcD/versions/I156ee3A/sodiumdynamiclights-forge-1.0.10-1.20.1.jar" +hash-format = "sha512" +hash = "b8527199be5a8b4bc758a4f320586b5886e6ff657718f52d464386b1e3c695d7bfe644e2ef9487a869c93c0866818995ecd47b9e1a19054929242682e37f58b7" + +[update] +[update.modrinth] +mod-id = "PxQSWIcD" +version = "I156ee3A" diff --git a/mods/sodium-extras.pw.toml b/mods/sodium-extras.pw.toml new file mode 100644 index 0000000..9944de9 --- /dev/null +++ b/mods/sodium-extras.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium Extras" +filename = "sodiumextras-forge-1.0.7-1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/vqqx0QiE/versions/VNFB2Vgv/sodiumextras-forge-1.0.7-1.20.1.jar" +hash-format = "sha512" +hash = "47f298943079eb6b8f5222cbb093fec0c29c86a6f68e8000545059d64ff5c4cbf76fa774565a0d4d89d1fb0a278b62292f7619fb818e4fdfd9f01a637e7fcbfb" + +[update] +[update.modrinth] +mod-id = "vqqx0QiE" +version = "VNFB2Vgv" diff --git a/mods/sodium-options-api.pw.toml b/mods/sodium-options-api.pw.toml new file mode 100644 index 0000000..2b6530a --- /dev/null +++ b/mods/sodium-options-api.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium Options API" +filename = "sodiumoptionsapi-forge-1.0.10-1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Es5v4eyq/versions/d0EFLitO/sodiumoptionsapi-forge-1.0.10-1.20.1.jar" +hash-format = "sha512" +hash = "20b11f1582df3df3d351e0cffcfc8b97453e2d73164fbad46d3f4eb960cab57d8f708d84b818782ef019d5cd9494ce001161f753623680516a191d6f510ebb79" + +[update] +[update.modrinth] +mod-id = "Es5v4eyq" +version = "d0EFLitO" diff --git a/mods/sodium-options-mod-compat.pw.toml b/mods/sodium-options-mod-compat.pw.toml new file mode 100644 index 0000000..e9aa7a3 --- /dev/null +++ b/mods/sodium-options-mod-compat.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium Options Mod Compat" +filename = "sodiumoptionsmodcompat-forge-1.0.0-1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Yg1VT27P/versions/VSq6XYM3/sodiumoptionsmodcompat-forge-1.0.0-1.20.1.jar" +hash-format = "sha512" +hash = "e4c6daa11fe54f0f624044f6d514c5af399fdab41bad582aaf9581821ef72be4a459593731cda526bcd2a86ae73b2c951f901987e18691cb38989d7592d8116b" + +[update] +[update.modrinth] +mod-id = "Yg1VT27P" +version = "VSq6XYM3" diff --git a/mods/sophisticated-backpacks-create-integration.pw.toml b/mods/sophisticated-backpacks-create-integration.pw.toml new file mode 100644 index 0000000..879fb5d --- /dev/null +++ b/mods/sophisticated-backpacks-create-integration.pw.toml @@ -0,0 +1,13 @@ +name = "Sophisticated Backpacks Create Integration" +filename = "sophisticatedbackpackscreateintegration-1.20.1-0.1.3.11.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/s85zLEDe/versions/B6pOD9gx/sophisticatedbackpackscreateintegration-1.20.1-0.1.3.11.jar" +hash-format = "sha512" +hash = "9fd0176f500fc40d8fdb2a53867d8fbdc803423f382da71054093afc6cfa73b4475d4c7754dc43dbc4b8c877f224dd7e6937452e7ec588d77742229ebebc7d29" + +[update] +[update.modrinth] +mod-id = "s85zLEDe" +version = "B6pOD9gx" diff --git a/mods/sophisticated-backpacks.pw.toml b/mods/sophisticated-backpacks.pw.toml new file mode 100644 index 0000000..dbcd8fe --- /dev/null +++ b/mods/sophisticated-backpacks.pw.toml @@ -0,0 +1,13 @@ +name = "Sophisticated Backpacks" +filename = "sophisticatedbackpacks-1.20.1-3.23.23.1281.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/TyCTlI4b/versions/3nFxZQrX/sophisticatedbackpacks-1.20.1-3.23.23.1281.jar" +hash-format = "sha512" +hash = "bb032cd0abe2330d76f4e8c5e38974fafdabfa52cdd16364a1946082ecb1d76e041cd2683bb5f98d22d927e0e13b21c16e518789cf5821708773dec96f102659" + +[update] +[update.modrinth] +mod-id = "TyCTlI4b" +version = "3nFxZQrX" diff --git a/mods/sophisticated-core.pw.toml b/mods/sophisticated-core.pw.toml new file mode 100644 index 0000000..efd1ef3 --- /dev/null +++ b/mods/sophisticated-core.pw.toml @@ -0,0 +1,13 @@ +name = "Sophisticated Core" +filename = "sophisticatedcore-1.20.1-1.2.75.1033.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nmoqTijg/versions/2Nf2a3j9/sophisticatedcore-1.20.1-1.2.75.1033.jar" +hash-format = "sha512" +hash = "af116b9b26be90495dbf6f5e8a28bb1ef4482570a09b3b5bf8845fa38221d2cec3f2283c7d20ed490bc0b600eb6d2906c19bce9c214cfa07d7544260b9134666" + +[update] +[update.modrinth] +mod-id = "nmoqTijg" +version = "2Nf2a3j9" diff --git a/mods/sophisticated-storage-create-integration.pw.toml b/mods/sophisticated-storage-create-integration.pw.toml new file mode 100644 index 0000000..9c88906 --- /dev/null +++ b/mods/sophisticated-storage-create-integration.pw.toml @@ -0,0 +1,13 @@ +name = "Sophisticated Storage Create Integration" +filename = "sophisticatedstoragecreateintegration-1.20.1-0.1.12.36.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/MJ0hdevs/versions/powNv2AB/sophisticatedstoragecreateintegration-1.20.1-0.1.12.36.jar" +hash-format = "sha512" +hash = "dd1e0f697e2bcc9032d5393703143f64bd088a440e51ab73751e86bfb742c19ea7339c6268c387c9801892ebd73be43a6f81aa312c0bdf9bd5a1bd57979395f1" + +[update] +[update.modrinth] +mod-id = "MJ0hdevs" +version = "powNv2AB" diff --git a/mods/sophisticated-storage.pw.toml b/mods/sophisticated-storage.pw.toml new file mode 100644 index 0000000..2dfecdf --- /dev/null +++ b/mods/sophisticated-storage.pw.toml @@ -0,0 +1,13 @@ +name = "Sophisticated Storage" +filename = "sophisticatedstorage-1.20.1-1.3.55.1200.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/hMlaZH8f/versions/8gr9Vndv/sophisticatedstorage-1.20.1-1.3.55.1200.jar" +hash-format = "sha512" +hash = "cfbe812a2bba3d6c6030c31adf3d9fb1ce75b22255ae32ba3b1c74b147b38d7ac6eeaf3f9fea2499fec6395e3688578efe25c02f664ea650f1827c2a3f49aa17" + +[update] +[update.modrinth] +mod-id = "hMlaZH8f" +version = "8gr9Vndv" diff --git a/mods/sound-physics-remastered.pw.toml b/mods/sound-physics-remastered.pw.toml new file mode 100644 index 0000000..0044f86 --- /dev/null +++ b/mods/sound-physics-remastered.pw.toml @@ -0,0 +1,13 @@ +name = "Sound Physics Remastered" +filename = "sound-physics-remastered-forge-1.20.1-1.4.13.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/qyVF9oeo/versions/fqgMU03D/sound-physics-remastered-forge-1.20.1-1.4.13.jar" +hash-format = "sha512" +hash = "3840428a7b9e065e380b5fc59a134e7c9aa3b46c0c491724534274eb709a1927be5ab6473a8a38f60bdb16e128174a1bae432e81e86a622b7d2b75e4aa961998" + +[update] +[update.modrinth] +mod-id = "qyVF9oeo" +version = "fqgMU03D" diff --git a/mods/spark.pw.toml b/mods/spark.pw.toml new file mode 100644 index 0000000..4b84d66 --- /dev/null +++ b/mods/spark.pw.toml @@ -0,0 +1,18 @@ +name = "spark" +filename = "spark-1.10.53-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/l6YH9Als/versions/4FXHDE9F/spark-1.10.53-forge.jar" +hash-format = "sha1" +hash = "231fb325368c0660954f47bfb03493f5246fa4d1" + +[option] +optional = true +default = false +description = "spark is a performance profiler for Minecraft clients, servers and proxies." + +[update] +[update.modrinth] +mod-id = "l6YH9Als" +version = "4FXHDE9F" diff --git a/mods/sparsestructures.pw.toml b/mods/sparsestructures.pw.toml new file mode 100644 index 0000000..5ad03f6 --- /dev/null +++ b/mods/sparsestructures.pw.toml @@ -0,0 +1,13 @@ +name = "Sparse Structures" +filename = "sparsestructures-forge-1.20.1-3.0.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/qwvI41y9/versions/oqEnX6AN/sparsestructures-forge-1.20.1-3.0.jar" +hash-format = "sha512" +hash = "d4cf093c76af0456ed629ac163753c309f7b7096bb7d826929f9fb64ca29af096705dbe5e12c831a183544506c80067d5eae43882bc65808170ee25fbf482aba" + +[update] +[update.modrinth] +mod-id = "qwvI41y9" +version = "oqEnX6AN" diff --git a/mods/spawncapcontrolutility.pw.toml b/mods/spawncapcontrolutility.pw.toml new file mode 100644 index 0000000..92b92f5 --- /dev/null +++ b/mods/spawncapcontrolutility.pw.toml @@ -0,0 +1,13 @@ +name = "Spawncap Control Utility (Forge & Fabric)" +filename = "spawncapcontrolutility-1.20-46.1.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7650c8bb099364a130d6e792877eb192873fab7d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4594067 +project-id = 657824 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/starter-kit.pw.toml b/mods/starter-kit.pw.toml new file mode 100644 index 0000000..18ce6d7 --- /dev/null +++ b/mods/starter-kit.pw.toml @@ -0,0 +1,13 @@ +name = "Starter Kit" +filename = "starterkit-1.20.1-7.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/6L3ydNi8/versions/8vUVrBt5/starterkit-1.20.1-7.4.jar" +hash-format = "sha512" +hash = "bb4d83fe928171bacd44d3c025f0dfbe6f42abb613f2b8d6a185cdd131a9856a9cec6cdc47c9130b4f417eab90bcc333e49453283a86f8bb28d478dc954eb3db" + +[update] +[update.modrinth] +mod-id = "6L3ydNi8" +version = "8vUVrBt5" diff --git a/mods/straw-statues.pw.toml b/mods/straw-statues.pw.toml new file mode 100644 index 0000000..673e91d --- /dev/null +++ b/mods/straw-statues.pw.toml @@ -0,0 +1,13 @@ +name = "Straw Statues" +filename = "StrawStatues-v8.0.3-1.20.1-Forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/2fltysAl/versions/1WbJR9ka/StrawStatues-v8.0.3-1.20.1-Forge.jar" +hash-format = "sha512" +hash = "5812934c0cd827119ab3955263857b3577eadbdc2bb78a09f978928faa0eafab8b10dc5cdb7896453179705c65bf7593129ae33561b752bbe62177c52b7f3d3a" + +[update] +[update.modrinth] +mod-id = "2fltysAl" +version = "1WbJR9ka" diff --git a/mods/structure-essentials-forge-fabric.pw.toml b/mods/structure-essentials-forge-fabric.pw.toml new file mode 100644 index 0000000..971065d --- /dev/null +++ b/mods/structure-essentials-forge-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Structure Essentials[Forge/Fabric]" +filename = "structureessentials-1.20.1-4.8.jar" +side = "server" + +[download] +hash-format = "sha1" +hash = "1f94d509a6c25fa85b748d3cc3015bbbb977a948" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6732854 +project-id = 832882 diff --git a/mods/structure-gel-api.pw.toml b/mods/structure-gel-api.pw.toml new file mode 100644 index 0000000..c01f2d1 --- /dev/null +++ b/mods/structure-gel-api.pw.toml @@ -0,0 +1,13 @@ +name = "Structure Gel API" +filename = "structure_gel-1.20.1-2.16.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/T8TGycIQ/versions/xavY0MZc/structure_gel-1.20.1-2.16.2.jar" +hash-format = "sha512" +hash = "643f7ae81418e2a473824f35dc06df357a16e17ae1dd0f4c6dd00958aebacc83fb15386240d4767b6ad41d6b89735778bb564080ce6174a0a374f9ac63f9ced8" + +[update] +[update.modrinth] +mod-id = "T8TGycIQ" +version = "xavY0MZc" diff --git a/mods/structurize.pw.toml b/mods/structurize.pw.toml new file mode 100644 index 0000000..f63c674 --- /dev/null +++ b/mods/structurize.pw.toml @@ -0,0 +1,13 @@ +name = "Structurize" +filename = "structurize-1.20.1-1.0.775-snapshot.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "fc34cf86db5378e98e0c80520995fa11843ad437" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6710737 +project-id = 298744 diff --git a/mods/stylecolonies.pw.toml b/mods/stylecolonies.pw.toml new file mode 100644 index 0000000..e07069b --- /dev/null +++ b/mods/stylecolonies.pw.toml @@ -0,0 +1,13 @@ +name = "Stylecolonies" +filename = "stylecolonies-1.20.1-1.15.23.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c39110adfe08e5e68a3fe76f24ec93dbca379d09" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6774435 +project-id = 827507 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/supermartijn642s-core-lib.pw.toml b/mods/supermartijn642s-core-lib.pw.toml new file mode 100644 index 0000000..b3cb223 --- /dev/null +++ b/mods/supermartijn642s-core-lib.pw.toml @@ -0,0 +1,13 @@ +name = "SuperMartijn642's Core Lib" +filename = "supermartijn642corelib-1.1.18-forge-mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/rOUBggPv/versions/VWJoqHin/supermartijn642corelib-1.1.18-forge-mc1.20.1.jar" +hash-format = "sha512" +hash = "dedde27b0e1cd24c006c840bf4d0028689670f1fe9cbde16134e7c08cce58a88f431b39346b7a6847348cafec09638b2c14b2e6dcb4c14a23127e90c5ba9d362" + +[update] +[update.modrinth] +mod-id = "rOUBggPv" +version = "VWJoqHin" diff --git a/mods/supplementaries.pw.toml b/mods/supplementaries.pw.toml new file mode 100644 index 0000000..c4c7d1b --- /dev/null +++ b/mods/supplementaries.pw.toml @@ -0,0 +1,13 @@ +name = "Supplementaries" +filename = "supplementaries-1.20-3.1.36.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/fFEIiSDQ/versions/gY8LSKD4/supplementaries-1.20-3.1.36.jar" +hash-format = "sha512" +hash = "9f35db45279fa0fdbb9bf7e0020832991849a7c8d1de3da00e9d3098a5791230e544611fa36689f7edae768d093eb6a366ef955066e54f867e307d2c4236828d" + +[update] +[update.modrinth] +mod-id = "fFEIiSDQ" +version = "gY8LSKD4" diff --git a/mods/table-top-craft.pw.toml b/mods/table-top-craft.pw.toml new file mode 100644 index 0000000..92546fe --- /dev/null +++ b/mods/table-top-craft.pw.toml @@ -0,0 +1,13 @@ +name = "Table Top Craft" +filename = "table_top_craft-forge-1.20.1-6.1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/IO0hAHwQ/versions/TSPHNuY1/table_top_craft-forge-1.20.1-6.1.2.jar" +hash-format = "sha512" +hash = "a5a4a4d19ffb571f9612a84d869b7d527e77cf113bb5ef57fed854aa9699cfc189ad2f35a7a2bb11de940b3984139a8dd1ffc8620c05514e4ae8ac06b0a6bb1e" + +[update] +[update.modrinth] +mod-id = "IO0hAHwQ" +version = "TSPHNuY1" diff --git a/mods/telluriumforge.pw.toml b/mods/telluriumforge.pw.toml new file mode 100644 index 0000000..a0000a9 --- /dev/null +++ b/mods/telluriumforge.pw.toml @@ -0,0 +1,13 @@ +name = "TelluriumForge" +filename = "telluriumforge-1.4.0-1.20.1-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/GPY7zsQZ/versions/5ghCAy0g/telluriumforge-1.4.0-1.20.1-forge.jar" +hash-format = "sha512" +hash = "a1272f68b2c1dc143224dce1a4a1d4b5550b80f0b4e99b256f0a6ee96012eb987376957c36d91e2b2649d265d018e99f2381863fc282ae4a2c0a46451dafb684" + +[update] +[update.modrinth] +mod-id = "GPY7zsQZ" +version = "5ghCAy0g" diff --git a/mods/terrablender.pw.toml b/mods/terrablender.pw.toml new file mode 100644 index 0000000..6d5e06a --- /dev/null +++ b/mods/terrablender.pw.toml @@ -0,0 +1,13 @@ +name = "TerraBlender" +filename = "TerraBlender-forge-1.20.1-3.0.1.10.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/kkmrDlKT/versions/zGconCHG/TerraBlender-forge-1.20.1-3.0.1.10.jar" +hash-format = "sha512" +hash = "69b819eb021032561626cf436635c31dced45baae6ef9f21d95690e1e57c55914dc72a43a4ccd0a3337cd32e89ff592056be8dc6b7bd12842438500a157a6275" + +[update] +[update.modrinth] +mod-id = "kkmrDlKT" +version = "zGconCHG" diff --git a/mods/thirst-was-taken.pw.toml b/mods/thirst-was-taken.pw.toml new file mode 100644 index 0000000..7101d8d --- /dev/null +++ b/mods/thirst-was-taken.pw.toml @@ -0,0 +1,13 @@ +name = "Thirst Was Taken" +filename = "ThirstWasTaken-1.20.1-1.4.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/iUheEnjm/versions/v0d2UK5F/ThirstWasTaken-1.20.1-1.4.0.jar" +hash-format = "sha512" +hash = "682e4f44253ad670af2b29b0cf35be79c24de131489fe09b53364990521ce84e4ffa9aa4b9225f69e642920f8a237cc314c45a9161fd75e9016f2b72f4994113" + +[update] +[update.modrinth] +mod-id = "iUheEnjm" +version = "v0d2UK5F" diff --git a/mods/titanium.pw.toml b/mods/titanium.pw.toml new file mode 100644 index 0000000..c5f535c --- /dev/null +++ b/mods/titanium.pw.toml @@ -0,0 +1,13 @@ +name = "Titanium" +filename = "titanium-1.20.1-3.8.32.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/1Ro7m06l/versions/8krhHkrZ/titanium-1.20.1-3.8.32.jar" +hash-format = "sha512" +hash = "c4563176fad77499859691d8b5e18c35e08fec0a31f57f9e51f3538462f1ad738fb29335fc46d5857bffbdfc2dbd49bb32dc96614876d1f858b8cc81d6264057" + +[update] +[update.modrinth] +mod-id = "1Ro7m06l" +version = "8krhHkrZ" diff --git a/mods/tmrv.pw.toml b/mods/tmrv.pw.toml new file mode 100644 index 0000000..d12600f --- /dev/null +++ b/mods/tmrv.pw.toml @@ -0,0 +1,13 @@ +name = "TooManyRecipeViewers" +filename = "toomanyrecipeviewers-0.6.0+mc.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/yFypjcfd/versions/HDeMQWHN/toomanyrecipeviewers-0.6.0%2Bmc.20.1.jar" +hash-format = "sha512" +hash = "06d33975a4a36111a04b2a163728c8c6580f85f41aa4c8e598d23113f59d9d51cc6064985a7808bc84b9b73c1a245ac958b2a9d9ddf6dcbd82b6c93c06e4008b" + +[update] +[update.modrinth] +mod-id = "yFypjcfd" +version = "HDeMQWHN" diff --git a/mods/toms-peripherals.pw.toml b/mods/toms-peripherals.pw.toml new file mode 100644 index 0000000..9952f9c --- /dev/null +++ b/mods/toms-peripherals.pw.toml @@ -0,0 +1,13 @@ +name = "Tom's Peripherals" +filename = "toms-peripherals-1.20.1-1.3.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ljgxd2P8/versions/9B5CPuxC/toms-peripherals-1.20.1-1.3.0.jar" +hash-format = "sha512" +hash = "4bda4fdb04f8db6ebc7d38f413f9d421f92b96f1aa750dc0d072ff5f82206c9c4bf43a8ed8f9a5987e94690721af50c481293e34778db42bbdf9173c2c45156e" + +[update] +[update.modrinth] +mod-id = "ljgxd2P8" +version = "9B5CPuxC" diff --git a/mods/too-fast.pw.toml b/mods/too-fast.pw.toml new file mode 100644 index 0000000..e4849e6 --- /dev/null +++ b/mods/too-fast.pw.toml @@ -0,0 +1,13 @@ +name = "Too Fast" +filename = "toofast-1.20-0.4.3.5.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/w6JSkKSH/versions/2pix3xrW/toofast-1.20-0.4.3.5.jar" +hash-format = "sha512" +hash = "722b6788724c813978d468100f85532ea5a9f07830d4a0475aa6050434bef5da3e51ccd235ed7158b6797d938ab10b9b3f79422e72517c2e20761dd923c5d602" + +[update] +[update.modrinth] +mod-id = "w6JSkKSH" +version = "2pix3xrW" diff --git a/mods/towntalk.pw.toml b/mods/towntalk.pw.toml new file mode 100644 index 0000000..bed2189 --- /dev/null +++ b/mods/towntalk.pw.toml @@ -0,0 +1,13 @@ +name = "TownTalk" +filename = "towntalk-1.20.1-1.1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "03e6488b9e762888d1d187d5cf73a60695b63c52" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5355511 +project-id = 900364 diff --git a/mods/trade-cycling.pw.toml b/mods/trade-cycling.pw.toml new file mode 100644 index 0000000..2faffbf --- /dev/null +++ b/mods/trade-cycling.pw.toml @@ -0,0 +1,13 @@ +name = "Trade Cycling" +filename = "trade-cycling-forge-1.20.1-1.0.18.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qpPoAL6m/versions/W1h55dwF/trade-cycling-forge-1.20.1-1.0.18.jar" +hash-format = "sha512" +hash = "17686ccd22f946eba90a68dd6b58601571a1cf1fdeb8ab277173d9e162e3937758620c362436077c1f2b9310ce53e78306baffad47d533efb6efe0251081ee3a" + +[update] +[update.modrinth] +mod-id = "qpPoAL6m" +version = "W1h55dwF" diff --git a/mods/trash-cans.pw.toml b/mods/trash-cans.pw.toml new file mode 100644 index 0000000..2dd1f6e --- /dev/null +++ b/mods/trash-cans.pw.toml @@ -0,0 +1,13 @@ +name = "Trash Cans" +filename = "trashcans-1.0.18b-forge-mc1.20.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/4QrnfueM/versions/Q0Ym1HHm/trashcans-1.0.18b-forge-mc1.20.jar" +hash-format = "sha512" +hash = "fc8f2bc217bdfa9d7a7902159cefb091d768ab6f05cf0c2343d1f3066fec9525d044ddf46454142699366341188f87fdb1340d5cedd9b535ed7bf4109f3b996a" + +[update] +[update.modrinth] +mod-id = "4QrnfueM" +version = "Q0Ym1HHm" diff --git a/mods/treechop.pw.toml b/mods/treechop.pw.toml new file mode 100644 index 0000000..ba4ef20 --- /dev/null +++ b/mods/treechop.pw.toml @@ -0,0 +1,13 @@ +name = "HT's TreeChop" +filename = "TreeChop-1.20.1-forge-0.19.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gHoB7SHO/versions/rhBPK6sB/TreeChop-1.20.1-forge-0.19.0.jar" +hash-format = "sha512" +hash = "ef5547a56443e1cd086386082447262b868d91f3cc68e3ff94a797b0ada84d86a5b148a94f940e6365e40a8952d776cd81682f02c2d840205c8f8835b090b3f2" + +[update] +[update.modrinth] +mod-id = "gHoB7SHO" +version = "rhBPK6sB" diff --git a/mods/tumbleweed.pw.toml b/mods/tumbleweed.pw.toml new file mode 100644 index 0000000..43fbb02 --- /dev/null +++ b/mods/tumbleweed.pw.toml @@ -0,0 +1,13 @@ +name = "Tumbleweed" +filename = "Tumbleweed-forge-1.20.1-0.5.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d3c2504eb77c98c6e6af49370a8370440aaded9a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4891607 +project-id = 245028 diff --git a/mods/turtle-charging-station.pw.toml b/mods/turtle-charging-station.pw.toml new file mode 100644 index 0000000..0baefbb --- /dev/null +++ b/mods/turtle-charging-station.pw.toml @@ -0,0 +1,13 @@ +name = "Turtle Charging Station" +filename = "turtlechargingstation-1.7.0-1.20.1-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/f7J3NZvt/versions/wAyJkEAZ/turtlechargingstation-1.7.0-1.20.1-forge.jar" +hash-format = "sha512" +hash = "196c7d1698fe4af34e0c3fc1f37f9bac640f3ae2262b0eadaacb9a8cce807406da4bdb5c45cfc36144b310e43080e81990fa8aea9c5b559459d52d41d444cdc1" + +[update] +[update.modrinth] +mod-id = "f7J3NZvt" +version = "wAyJkEAZ" diff --git a/mods/turtlematic.pw.toml b/mods/turtlematic.pw.toml new file mode 100644 index 0000000..9acb55c --- /dev/null +++ b/mods/turtlematic.pw.toml @@ -0,0 +1,13 @@ +name = "Turtlematic" +filename = "turtlematic-forge-1.20.1-1.4.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/UogK5QqE/versions/D5b45M6W/turtlematic-forge-1.20.1-1.4.1.jar" +hash-format = "sha512" +hash = "673762f22a701d9155077bfa3e7034558facfaeb6d397ec7970801798a11ab2b8cae95d102ae00c08ff7847bbf6ef1e5e064e301de4bbd31e2f60c3999aeb3d2" + +[update] +[update.modrinth] +mod-id = "UogK5QqE" +version = "D5b45M6W" diff --git a/mods/txnilib.pw.toml b/mods/txnilib.pw.toml new file mode 100644 index 0000000..4384d4a --- /dev/null +++ b/mods/txnilib.pw.toml @@ -0,0 +1,13 @@ +name = "TxniLib" +filename = "txnilib-forge-1.0.24-1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/vBbPDuOs/versions/kQ8qnDHA/txnilib-forge-1.0.24-1.20.1.jar" +hash-format = "sha512" +hash = "06881ae202d9903909c34a1742f38308f7a04e4ed9c5eb3bd09441920d2666c6f4ee54b38ed3688b612ade5a06d2a35b45fad8a232c4e8f7f6bf527f082f6bc9" + +[update] +[update.modrinth] +mod-id = "vBbPDuOs" +version = "kQ8qnDHA" 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/vanilla-zoom.pw.toml b/mods/vanilla-zoom.pw.toml new file mode 100644 index 0000000..c166bb1 --- /dev/null +++ b/mods/vanilla-zoom.pw.toml @@ -0,0 +1,13 @@ +name = "Vanilla Zoom" +filename = "vanillazoom-1.20.1-2.8.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/CDbpcSM6/versions/zQ9ENDyD/vanillazoom-1.20.1-2.8.jar" +hash-format = "sha512" +hash = "421413949376faaf67c1b2e48577c9aaca640541e1f765954ec06c5a98c285c5c868e48cedea4ca351c14edab5767ea399de66d415957afb956b0d6fa515562f" + +[update] +[update.modrinth] +mod-id = "CDbpcSM6" +version = "zQ9ENDyD" diff --git a/mods/vanillabackport.pw.toml b/mods/vanillabackport.pw.toml new file mode 100644 index 0000000..288ce91 --- /dev/null +++ b/mods/vanillabackport.pw.toml @@ -0,0 +1,13 @@ +name = "Vanilla Backport" +filename = "vanillabackport-forge-1.20.1-1.1.4.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/6xwxDTgf/versions/YYCwVgZP/vanillabackport-forge-1.20.1-1.1.4.3.jar" +hash-format = "sha512" +hash = "e5203c9d30d32f613dd9a06d9ec6986fbdd09ea358a7823bb411faf40e504dc3cc7608b8abea160145b21f3c5e6d457d3c8253c9b62ea3169747f9738fa6e7ab" + +[update] +[update.modrinth] +mod-id = "6xwxDTgf" +version = "YYCwVgZP" diff --git a/mods/villager-names-serilum.pw.toml b/mods/villager-names-serilum.pw.toml new file mode 100644 index 0000000..ad52540 --- /dev/null +++ b/mods/villager-names-serilum.pw.toml @@ -0,0 +1,13 @@ +name = "Villager Names" +filename = "villagernames-1.20.1-8.2.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/gqRXDo8B/versions/hvhPwZZ6/villagernames-1.20.1-8.2.jar" +hash-format = "sha512" +hash = "6315c0f723c35f5420b720b481aecc524f3311d01ac60627425a99face0367b5aedf50f324a0a3a197c1cacf9f09efb47449dc70284e72311c19ad193e19f34b" + +[update] +[update.modrinth] +mod-id = "gqRXDo8B" +version = "hvhPwZZ6" diff --git a/mods/villager-recruits.pw.toml b/mods/villager-recruits.pw.toml new file mode 100644 index 0000000..689f48e --- /dev/null +++ b/mods/villager-recruits.pw.toml @@ -0,0 +1,13 @@ +name = "Villager Recruits" +filename = "recruits-1.20.1-1.13.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/WOg9lm4u/versions/prnJrz7o/recruits-1.20.1-1.13.5.jar" +hash-format = "sha512" +hash = "ca776411f4c18bf898cf42b7c41fdd332f5c8834b1acc67c16ae37e4c62337655ce6538782c50097a16078e1812c0dac55175208dbcb8d1a5c271cb490b3eb93" + +[update] +[update.modrinth] +mod-id = "WOg9lm4u" +version = "prnJrz7o" diff --git a/mods/villager-workers.pw.toml b/mods/villager-workers.pw.toml new file mode 100644 index 0000000..7f3115c --- /dev/null +++ b/mods/villager-workers.pw.toml @@ -0,0 +1,13 @@ +name = "Villager Workers" +filename = "workers-1.20.1-1.7.9.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Pqlv7VM3/versions/BkW6TROB/workers-1.20.1-1.7.9.1.jar" +hash-format = "sha512" +hash = "3255dfcd9794c8cc99ac05dbdd691cd001eca35499c23b8daaf35091d1ef98a522edfa2adeff53eb0ed1aadba29370363cce18d0a0ed59f49c8e29c623a06def" + +[update] +[update.modrinth] +mod-id = "Pqlv7VM3" +version = "BkW6TROB" diff --git a/mods/visual-workbench.pw.toml b/mods/visual-workbench.pw.toml new file mode 100644 index 0000000..b2ef627 --- /dev/null +++ b/mods/visual-workbench.pw.toml @@ -0,0 +1,13 @@ +name = "Visual Workbench" +filename = "VisualWorkbench-v8.0.0-1.20.1-Forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/kfqD1JRw/versions/c22Z4rsv/VisualWorkbench-v8.0.0-1.20.1-Forge.jar" +hash-format = "sha512" +hash = "fcfb713b7ce6b876243f294ffa154a203c6b9eced3c6dd978923413af9e737c0c220872b1a127d03c316da8b12e4bbae18a5ecf5f84ab57a2fb8548b41d8f0dc" + +[update] +[update.modrinth] +mod-id = "kfqD1JRw" +version = "c22Z4rsv" diff --git a/mods/visuality-forge.pw.toml b/mods/visuality-forge.pw.toml new file mode 100644 index 0000000..7291e03 --- /dev/null +++ b/mods/visuality-forge.pw.toml @@ -0,0 +1,13 @@ +name = "Visuality: Reforged" +filename = "visuality-forge-2.0.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/z13R7Et1/versions/MyhpSYT4/visuality-forge-2.0.2.jar" +hash-format = "sha512" +hash = "b9e980655580abc4cd60dddc3ddde4650768086280417c4ebd66c4487919a4b905ea246f544ecfb126999fdf356209b2c8c2a87f7c3080fc6c272892d47f72f8" + +[update] +[update.modrinth] +mod-id = "z13R7Et1" +version = "MyhpSYT4" diff --git a/mods/voidtotem.pw.toml b/mods/voidtotem.pw.toml new file mode 100644 index 0000000..eb2446c --- /dev/null +++ b/mods/voidtotem.pw.toml @@ -0,0 +1,13 @@ +name = "Void Totem" +filename = "voidtotem-forge-1.20-3.0.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/q6eiiQ07/versions/Vehubses/voidtotem-forge-1.20-3.0.1.jar" +hash-format = "sha512" +hash = "fc28d631ae9537a24868b1a05769bbb75a48c4e14cd99b99864208f1ba1d5726e0c4318aaa5bcc7635749b460728abe9510273ef95fc1358bc16459ab78392a8" + +[update] +[update.modrinth] +mod-id = "q6eiiQ07" +version = "Vehubses" diff --git a/mods/wakes-reforged.pw.toml b/mods/wakes-reforged.pw.toml new file mode 100644 index 0000000..cf13042 --- /dev/null +++ b/mods/wakes-reforged.pw.toml @@ -0,0 +1,13 @@ +name = "Wakes Reforged" +filename = "wakes-1.20.1-Forge-1.0.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "17793fcdcdc7d83169c1488cce4621fc04bc4987" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6519189 +project-id = 1223529 diff --git a/mods/waterframes.pw.toml b/mods/waterframes.pw.toml new file mode 100644 index 0000000..3819994 --- /dev/null +++ b/mods/waterframes.pw.toml @@ -0,0 +1,13 @@ +name = "WATERFrAMES: Multimedia Displays" +filename = "waterframes-FORGE-mc1.20.1-v2.1.15.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/eBzFuVTM/versions/Add8joyQ/waterframes-FORGE-mc1.20.1-v2.1.15.jar" +hash-format = "sha512" +hash = "64e453850454f5986eb9643d155e26aa40eef5c1054dbde8a66f0654a3256069cd070b331435d7a8affe7e2baf7a24d1801734a518b792afc7c01130652f97e1" + +[update] +[update.modrinth] +mod-id = "eBzFuVTM" +version = "Add8joyQ" diff --git a/mods/watermedia.pw.toml b/mods/watermedia.pw.toml new file mode 100644 index 0000000..e3317db --- /dev/null +++ b/mods/watermedia.pw.toml @@ -0,0 +1,13 @@ +name = "WATERMeDIA" +filename = "watermedia-2.1.25.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/G922NeHS/versions/8MrS6vpH/watermedia-2.1.25.jar" +hash-format = "sha512" +hash = "78a106a6e3d8afdb5d67dfca4ecfd8164b4be47ff135ddfcfb452425ea066f130773d8cbb838bd64d79c986e8fbf2e47129ed3a36b9ca28b5604be9bd26bdb56" + +[update] +[update.modrinth] +mod-id = "G922NeHS" +version = "8MrS6vpH" diff --git a/mods/waystones-teleport-pets.pw.toml b/mods/waystones-teleport-pets.pw.toml new file mode 100644 index 0000000..cada14d --- /dev/null +++ b/mods/waystones-teleport-pets.pw.toml @@ -0,0 +1,13 @@ +name = "Waystones Teleport Pets" +filename = "WaystonesTeleportPets-1.20-1.20.1--1.2.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/VaCl9OtG/versions/Yh4b40rs/WaystonesTeleportPets-1.20-1.20.1--1.2.jar" +hash-format = "sha512" +hash = "c4e13812dbd77a07f585b056f830412f6ebb27e47b567b7c82ac3a5e9a9c20e999972cc52638a18a4f7f0670ad16dfa5a770f86e3c13f888ca65cbbd2f8113c4" + +[update] +[update.modrinth] +mod-id = "VaCl9OtG" +version = "Yh4b40rs" diff --git a/mods/waystones.pw.toml b/mods/waystones.pw.toml new file mode 100644 index 0000000..5378ccf --- /dev/null +++ b/mods/waystones.pw.toml @@ -0,0 +1,13 @@ +name = "Waystones" +filename = "waystones-forge-1.20.1-14.1.15.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/LOpKHB2A/versions/PaSAsEfP/waystones-forge-1.20.1-14.1.15.jar" +hash-format = "sha512" +hash = "4d587090bee57d5141c0ec1de7b421002d009e2198ab63bc02ec014c9398b82ad7b14f856e05f72f32474e2faf0b77a863279ffaa1bb7197c0ab2124b1c0b7b5" + +[update] +[update.modrinth] +mod-id = "LOpKHB2A" +version = "PaSAsEfP" diff --git a/mods/what-are-they-up-to.pw.toml b/mods/what-are-they-up-to.pw.toml new file mode 100644 index 0000000..03ca74d --- /dev/null +++ b/mods/what-are-they-up-to.pw.toml @@ -0,0 +1,13 @@ +name = "What Are They Up To (Watut)" +filename = "watut-forge-1.20.1-1.2.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/AtB5mHky/versions/GpiXMxvP/watut-forge-1.20.1-1.2.3.jar" +hash-format = "sha512" +hash = "80be5011a6f3a933bf87cc1815febde79e915a9fb3d2ff304bfda199ad8a09e5acb32b91dc6a56db4765209c83ca977870b11bc7dbfeb7c4efa0fda6cc370386" + +[update] +[update.modrinth] +mod-id = "AtB5mHky" +version = "GpiXMxvP" diff --git a/mods/yacl.pw.toml b/mods/yacl.pw.toml new file mode 100644 index 0000000..9603fad --- /dev/null +++ b/mods/yacl.pw.toml @@ -0,0 +1,13 @@ +name = "YetAnotherConfigLib (YACL)" +filename = "yet_another_config_lib_v3-3.6.6+1.20.1-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/sCWgXDYQ/yet_another_config_lib_v3-3.6.6%2B1.20.1-forge.jar" +hash-format = "sha512" +hash = "7fdd923ae94c1ada9bf0524f21cdfbb4f870ea93b26d02f369829585892fc5a2f61e60f43a6686ee611ff11bde8f123f178279e2de453c8fb320264153a0e8d9" + +[update] +[update.modrinth] +mod-id = "1eAoo2KR" +version = "sCWgXDYQ" diff --git a/mods/yeetus-experimentus.pw.toml b/mods/yeetus-experimentus.pw.toml new file mode 100644 index 0000000..d5b6418 --- /dev/null +++ b/mods/yeetus-experimentus.pw.toml @@ -0,0 +1,13 @@ +name = "Yeetus Experimentus" +filename = "YeetusExperimentus-Forge-2.3.0-build.4+mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/HaaH232J/versions/LgPc1FbC/YeetusExperimentus-Forge-2.3.0-build.4%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "55afa06e7020d6b84725d996046382641dd044078b5a1d918f30ae531a33be98990612dfc5eea41ec404246ce6eb0b77189d931e71c17b15bf5b903bc184444a" + +[update] +[update.modrinth] +mod-id = "HaaH232J" +version = "LgPc1FbC" diff --git a/mods/yungs-api.pw.toml b/mods/yungs-api.pw.toml new file mode 100644 index 0000000..62074ae --- /dev/null +++ b/mods/yungs-api.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's API" +filename = "YungsApi-1.20-Forge-4.0.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Ua7DFN59/versions/PJOYAmAs/YungsApi-1.20-Forge-4.0.6.jar" +hash-format = "sha512" +hash = "7d83d94a90e55a712f6508485c044ff202916e9b9b9166b75177cb8f2eb919543bbbe1547d11c41cfd4763820f934235f47c0b26dd9e89bc1030954afa9fb889" + +[update] +[update.modrinth] +mod-id = "Ua7DFN59" +version = "PJOYAmAs" diff --git a/mods/yungs-better-desert-temples.pw.toml b/mods/yungs-better-desert-temples.pw.toml new file mode 100644 index 0000000..1132e52 --- /dev/null +++ b/mods/yungs-better-desert-temples.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Desert Temples" +filename = "YungsBetterDesertTemples-1.20-Forge-3.0.3.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/XNlO7sBv/versions/lRK2ZA9U/YungsBetterDesertTemples-1.20-Forge-3.0.3.jar" +hash-format = "sha512" +hash = "30ce20533c9a2cc11608120dd7d5fb0f9b48e11873eb1a653d2d88022d351f2c25b316b63df0dbc693de598e0f1c768a36865e0759dbab23e2f2e36a3918470a" + +[update] +[update.modrinth] +mod-id = "XNlO7sBv" +version = "lRK2ZA9U" diff --git a/mods/yungs-better-dungeons.pw.toml b/mods/yungs-better-dungeons.pw.toml new file mode 100644 index 0000000..0c4ac69 --- /dev/null +++ b/mods/yungs-better-dungeons.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Dungeons" +filename = "YungsBetterDungeons-1.20-Forge-4.0.4.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/o1C1Dkj5/versions/kPiQ6v4q/YungsBetterDungeons-1.20-Forge-4.0.4.jar" +hash-format = "sha512" +hash = "56bd11a7aca3bacb908381a668af8f5b574c5557c21370ace783d637c949802187110a4f5dc26afae4d9af74cdf64cee81d59fac3513a9bec3f921193fc938b8" + +[update] +[update.modrinth] +mod-id = "o1C1Dkj5" +version = "kPiQ6v4q" diff --git a/mods/yungs-better-end-island.pw.toml b/mods/yungs-better-end-island.pw.toml new file mode 100644 index 0000000..3c2ea2f --- /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 = "server" + +[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/yungs-better-jungle-temples.pw.toml b/mods/yungs-better-jungle-temples.pw.toml new file mode 100644 index 0000000..8d084ba --- /dev/null +++ b/mods/yungs-better-jungle-temples.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Jungle Temples" +filename = "YungsBetterJungleTemples-1.20-Forge-2.0.5.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/z9Ve58Ih/versions/CXQc6EnZ/YungsBetterJungleTemples-1.20-Forge-2.0.5.jar" +hash-format = "sha512" +hash = "433d84ca6a8f223376bc8e30c7ca2407294876c2fe8ef51fec9f12358b5b4f84c76031abba74a256eec12146817690224b141668890ebba99decd411d6b37b9c" + +[update] +[update.modrinth] +mod-id = "z9Ve58Ih" +version = "CXQc6EnZ" diff --git a/mods/yungs-better-mineshafts.pw.toml b/mods/yungs-better-mineshafts.pw.toml new file mode 100644 index 0000000..b2ea406 --- /dev/null +++ b/mods/yungs-better-mineshafts.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Mineshafts" +filename = "YungsBetterMineshafts-1.20-Forge-4.0.4.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/HjmxVlSr/versions/kVO57zxB/YungsBetterMineshafts-1.20-Forge-4.0.4.jar" +hash-format = "sha512" +hash = "1e8237e0fc4dd7e00a3ad30c5c02a82eeed63aed4544310cfdee863ac95b626874773f599779b985e6e460869804c036e1336c2720fbb34a3b09445434c063c8" + +[update] +[update.modrinth] +mod-id = "HjmxVlSr" +version = "kVO57zxB" diff --git a/mods/yungs-better-nether-fortresses.pw.toml b/mods/yungs-better-nether-fortresses.pw.toml new file mode 100644 index 0000000..c18bc0e --- /dev/null +++ b/mods/yungs-better-nether-fortresses.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Nether Fortresses" +filename = "YungsBetterNetherFortresses-1.20-Forge-2.0.6.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/Z2mXHnxP/versions/2nUEz0zq/YungsBetterNetherFortresses-1.20-Forge-2.0.6.jar" +hash-format = "sha512" +hash = "bceefeaf84dffd7386a61118d6b1c6c2107e17e7a8f4340eff2c1f0234dba0e6d8f43903521d5a70334362ab6e4069788e5b29cf42d8ee9cd4f2a98feb64112b" + +[update] +[update.modrinth] +mod-id = "Z2mXHnxP" +version = "2nUEz0zq" diff --git a/mods/yungs-better-ocean-monuments.pw.toml b/mods/yungs-better-ocean-monuments.pw.toml new file mode 100644 index 0000000..d67b17b --- /dev/null +++ b/mods/yungs-better-ocean-monuments.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Ocean Monuments" +filename = "YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/3dT9sgt4/versions/SN4iZ7wf/YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar" +hash-format = "sha512" +hash = "2c67db8caf355f2e3b4a6f2b99c64abfa3b084163b38e18aba7f8ad0fb297fab3bfa7a61cd6bff5391fdaad185ed8233f22080a2cd35f1428d2d04dbfdf10a1d" + +[update] +[update.modrinth] +mod-id = "3dT9sgt4" +version = "SN4iZ7wf" diff --git a/mods/yungs-better-strongholds.pw.toml b/mods/yungs-better-strongholds.pw.toml new file mode 100644 index 0000000..4de08aa --- /dev/null +++ b/mods/yungs-better-strongholds.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Strongholds" +filename = "YungsBetterStrongholds-1.20-Forge-4.0.3.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/kidLKymU/versions/rwiShgsc/YungsBetterStrongholds-1.20-Forge-4.0.3.jar" +hash-format = "sha512" +hash = "7fbb51f761ca1a514ce95e9967bcc93c09766a8929f19029390d46b18d7e876c4354d11350a5f8410dc28e485680f4eaf1019e4bd074cff34e8cfc5b232480d4" + +[update] +[update.modrinth] +mod-id = "kidLKymU" +version = "rwiShgsc" diff --git a/mods/yungs-better-witch-huts.pw.toml b/mods/yungs-better-witch-huts.pw.toml new file mode 100644 index 0000000..d5418a9 --- /dev/null +++ b/mods/yungs-better-witch-huts.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Witch Huts" +filename = "YungsBetterWitchHuts-1.20-Forge-3.0.3.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/t5FRdP87/versions/mwlYB7rq/YungsBetterWitchHuts-1.20-Forge-3.0.3.jar" +hash-format = "sha512" +hash = "c17d5b07ecf44aa4539bd7af37882a63ab73ec10dd2c9675ed715e7c1f0ee73ee9d9c32bfddfb67f8f3c6f8b753cb965119e31e64926ea6d50ef33f881fc61f1" + +[update] +[update.modrinth] +mod-id = "t5FRdP87" +version = "mwlYB7rq" diff --git a/mods/yungs-bridges.pw.toml b/mods/yungs-bridges.pw.toml new file mode 100644 index 0000000..d68884f --- /dev/null +++ b/mods/yungs-bridges.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Bridges" +filename = "YungsBridges-1.20-Forge-4.0.3.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/Ht4BfYp6/versions/KgO1gfM2/YungsBridges-1.20-Forge-4.0.3.jar" +hash-format = "sha512" +hash = "2705fbaeb62115c5604719d68756f723a974ea9a62a4194771ebbea877ee715de72cefe3b01ec0d318d4d6fe2e9de87e6a7122ef21ee54d48153e84cb7bae0c6" + +[update] +[update.modrinth] +mod-id = "Ht4BfYp6" +version = "KgO1gfM2" 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/mods/zombie-awareness.pw.toml b/mods/zombie-awareness.pw.toml new file mode 100644 index 0000000..8df2c40 --- /dev/null +++ b/mods/zombie-awareness.pw.toml @@ -0,0 +1,13 @@ +name = "Zombie Awareness" +filename = "zombieawareness-1.20.1-1.13.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/mMTOWOaA/versions/vmo9rLxO/zombieawareness-1.20.1-1.13.1.jar" +hash-format = "sha512" +hash = "16f33ffaa52c208c4239a35bc2ce268e0b56bec81d37a6120aa7708e64d806399c115d54d915f03c88bf9e44fdea01b0dc201816cd0ffd2f96601ae2ba3db337" + +[update] +[update.modrinth] +mod-id = "mMTOWOaA" +version = "vmo9rLxO" diff --git a/mods/zombie-horse-spawn.pw.toml b/mods/zombie-horse-spawn.pw.toml new file mode 100644 index 0000000..3fb094c --- /dev/null +++ b/mods/zombie-horse-spawn.pw.toml @@ -0,0 +1,13 @@ +name = "Zombie Horse Spawn" +filename = "zombiehorsespawn-1.20.1-5.2.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/owDBGfRd/versions/dKV5HYJi/zombiehorsespawn-1.20.1-5.2.jar" +hash-format = "sha512" +hash = "78f5c59715f91819719de35720151d5c8e9523c891b35f8665a027c925a2be088b84104652d9f49e92fe1c6906107ee51002fba23677497da3d415183854c56f" + +[update] +[update.modrinth] +mod-id = "owDBGfRd" +version = "dKV5HYJi" diff --git a/pack.toml b/pack.toml new file mode 100644 index 0000000..3f70c32 --- /dev/null +++ b/pack.toml @@ -0,0 +1,16 @@ +name = "World of Banana" +author = "Mateusz \"materus\" Słodkowicz" +version = "1.0.0" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "15bfe016b8e54e1173d135846720f1f3ae5bfaa63e004ccf572cb2bcb60e6eb1" + +[versions] +forge = "47.4.4" +minecraft = "1.20.1" + +[options] +datapack-folder = "paxi/datapacks" diff --git a/shaderpacks/bsl-shaders-classic.pw.toml b/shaderpacks/bsl-shaders-classic.pw.toml new file mode 100644 index 0000000..06d1edf --- /dev/null +++ b/shaderpacks/bsl-shaders-classic.pw.toml @@ -0,0 +1,13 @@ +name = "BSL Shaders - Classic" +filename = "BSLClassic_v10.0.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/pgzM6RBY/versions/a05qYRrG/BSLClassic_v10.0.zip" +hash-format = "sha512" +hash = "97bb2e8ea94e2d57130bae1c8e99efba96fdc06872742e69a23f82f011d9064c7c7bdd4a0abefddd6c578b56c8fa21d3d8f3339acaf3c21192f2acca9d783ef6" + +[update] +[update.modrinth] +mod-id = "pgzM6RBY" +version = "a05qYRrG" diff --git a/shaderpacks/complementary-reimagined.pw.toml b/shaderpacks/complementary-reimagined.pw.toml new file mode 100644 index 0000000..8ba6ae5 --- /dev/null +++ b/shaderpacks/complementary-reimagined.pw.toml @@ -0,0 +1,13 @@ +name = "Complementary Shaders - Reimagined" +filename = "ComplementaryReimagined_r5.5.1.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/HVnmMxH1/versions/sAAjYvFB/ComplementaryReimagined_r5.5.1.zip" +hash-format = "sha512" +hash = "e3168c3e8b9a59e70dbc7dd27931d8b245e5b16b093c87f1dccd01edc3a8be0fb14153fe8175e822ea6463ac0d715de377d186455580915c6f9d98c02b39194f" + +[update] +[update.modrinth] +mod-id = "HVnmMxH1" +version = "sAAjYvFB" diff --git a/shaderpacks/psx-shader.pw.toml b/shaderpacks/psx-shader.pw.toml new file mode 100644 index 0000000..977ae42 --- /dev/null +++ b/shaderpacks/psx-shader.pw.toml @@ -0,0 +1,13 @@ +name = "PSX Shader" +filename = "PSX_Shader.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/5FTpbyBl/versions/z6WyqZok/PSX_Shader.zip" +hash-format = "sha512" +hash = "b25a3d9845dcff7a49bbcddeb9dac4dbb492e7ede664c838e5ecfefc5c1706dc8b0e8dfde2b8836d6b6de24bdf76f52974fa3d5d53603bb4c8f16d6b815fd208" + +[update] +[update.modrinth] +mod-id = "5FTpbyBl" +version = "z6WyqZok"