diff --git a/.packwizignore b/.packwizignore index 4e87554..d286930 100644 --- a/.packwizignore +++ b/.packwizignore @@ -1,4 +1,5 @@ .git/** .gitattributes extra_files/** +server/** credits.txt \ No newline at end of file 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/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/everycomp-common.toml b/config/everycomp-common.toml new file mode 100644 index 0000000..f3f5dd4 --- /dev/null +++ b/config/everycomp-common.toml @@ -0,0 +1,23 @@ + +[general] + #Enables the generation of dynamic assets. This is required for the mod to work properly. Turn off if you chose to add all the generated assets via datapack manually. This can speedup boot times for modpacks. Note that the generated assets will depend on loaded datapacks + generate_dynamic_assets = true + #Puts all the added items into a new Every Compat tab instead of their own mod tabs. Be warned that if disabled it could cause some issue with some mods that have custom tabs + creative_tab = true + #Makes dynamic assets that are generated depend on loaded resource packs. Turn off to make them just use vanilla assets + assets_depend_on_loaded_packs = true + #Creates a debug folder inside your instance directory where all the dynamically generated resources will be saved + save_debug_resources = false + #Sends a packet to verify all dependencies mod versions are the same on connect. DIsable if it causes issues + mod_version_check_packet = true + #Don't touch unless you are told to + debug_packet = false + + [general.tooltips] + #Enabled tooltips showing which mod an EC item is from + mod_origin_enabled = true + #Enabled tooltips showing which block type an EC item is made from + block_type_enabled = true + #Only show on advanced settings + show_on_advanced_tooltips = false + diff --git a/config/everycomp-entries.toml b/config/everycomp-entries.toml index e5a0e2f..79ad98b 100644 --- a/config/everycomp-entries.toml +++ b/config/everycomp-entries.toml @@ -8,9 +8,8 @@ chocolate_cake = true honey_cake = true - [types.cake.thermal] - chocolate_cake = true - spice_cake = true + [types.cake.mynethersdelight] + magma_cake = true [types.wood_type] @@ -30,12 +29,36 @@ ancient = true blossom = true - [types.wood_type.vampirism] - dark_spruce = true - cursed_spruce = true + [types.wood_type.deeperdarker] + bloom = true + echo = true - [types.wood_type.thermal] - rubberwood = true + [types.wood_type.biomesoplenty] + fir = true + pine = true + maple = true + redwood = true + mahogany = true + jacaranda = true + palm = true + willow = true + dead = true + magic = true + umbran = true + hellbark = true + empyreal = true + + [types.wood_type.silentgear] + netherwood = true + + [types.wood_type.vanillabackport] + pale_oak = true + + [types.wood_type.createdieselgenerators] + chip_wood = true + + [types.wood_type.mynethersdelight] + powdery = true [types.leaves_type] @@ -63,12 +86,6 @@ fig = true durian = true - [types.leaves_type.vampirism] - dark_spruce = true - - [types.leaves_type.thermal] - rubberwood = true - [types.leaves_type.upgrade_aquatic] river = true @@ -80,6 +97,152 @@ yellow_blossom = true red_blossom = true + [types.leaves_type.biomesoplenty] + origin = true + flowering_oak = true + red_maple = true + orange_maple = true + yellow_maple = true + rainbow_birch = true + snowblossom = true + null = true + cypress = true + fir = true + pine = true + redwood = true + mahogany = true + jacaranda = true + palm = true + willow = true + dead = true + magic = true + umbran = true + hellbark = true + empyreal = true + + [types.leaves_type.silentgear] + netherwood = true + + [types.leaves_type.deeperdarker] + echo = true + + [types.leaves_type.vanillabackport] + pale_oak = true + + [types.leaves_type.chipped] + apple_acacia = true + cherry_acacia = true + dead_acacia = true + frosted_acacia = true + golden_acacia = true + golden_cherry_acacia = true + magenta_flower_acacia = true + orange_acacia = true + red_acacia = true + white_flower_acacia = true + apple_birch = true + cherry_birch = true + dead_birch = true + frosted_birch = true + golden_birch = true + golden_cherry_birch = true + magenta_flower_birch = true + orange_birch = true + red_birch = true + white_flower_birch = true + apple_dark_oak = true + cherry_dark_oak = true + dead_dark_oak = true + frosted_dark_oak = true + golden_dark_oak = true + golden_cherry_dark_oak = true + magenta_flower_dark_oak = true + orange_dark_oak = true + red_dark_oak = true + white_flower_dark_oak = true + apple_jungle = true + cherry_jungle = true + dead_jungle = true + frosted_jungle = true + golden_jungle = true + golden_cherry_jungle = true + magenta_flower_jungle = true + orange_jungle = true + red_jungle = true + white_flower_jungle = true + apple_oak = true + cherry_oak = true + dead_oak = true + frosted_oak = true + golden_oak = true + golden_cherry_oak = true + magenta_flower_oak = true + orange_oak = true + red_oak = true + white_flower_oak = true + apple_spruce = true + cherry_spruce = true + dead_spruce = true + frosted_spruce = true + golden_spruce = true + golden_cherry_spruce = true + magenta_flower_spruce = true + orange_spruce = true + red_spruce = true + white_flower_spruce = true + golden_apple_acacia = true + golden_apple_birch = true + golden_apple_dark_oak = true + golden_apple_jungle = true + golden_apple_oak = true + golden_apple_spruce = true + + [types.stone_type] + + [types.stone_type.create] + limestone = true + asurine = true + crimsite = true + ochrum = true + veridium = true + scoria = true + scorchia = true + + [types.stone_type.ars_nouveau] + sourcestone = true + + [types.stone_type.quark] + soul_sandstone = true + limestone = true + jasper = true + shale = true + myalite = true + permafrost = true + + [types.stone_type.biomesoplenty] + black_sandstone = true + orange_sandstone = true + white_sandstone = true + brimstone = true + + [types.stone_type.securitycraft] + reinforced_stone = true + + [types.stone_type.deeperdarker] + sculk_stone = true + gloomslate = true + + [types.stone_type.upgrade_aquatic] + coralstone = true + + [types.mud_type] + + [types.mud_type.deeperdarker] + sculk_grime = true + + [types.mud_type.securitycraft] + reinforced_mud = true + #Disables specific entries [entries] @@ -135,6 +298,160 @@ ladder = false vertical_slab = true + [entries.wood_type.handcrafted] + counter = true + corner_trim = true + fancy_bed = true + desk = true + shelf = true + cupboard = true + dining_bench = true + bench = true + drawer = true + pillar_trim = true + side_table = true + nightstand = true + couch = true + table = true + chair = true + + [entries.wood_type.chipped] + fine_planks = true + checkered_trapdoor = true + overgrown_trapdoor = true + overgrown_door = true + windowed_door = true + tiled_door = true + classic_trapdoor = true + circle_glass = true + center_cut_log = true + pegged_planks = true + torch = true + secret_door = true + smooth_planks = true + screen_door = true + bared_glass = true + ornate_bared_glass = true + hewn_planks = true + crossed_planks = true + edged_stripped_log = true + beach_door = true + fine_vertical_planks = true + cross_laced_planks = true + diamond_bordered_glass = true + railed_planks = true + planks_mosaic = true + distorted_trapdoor = true + iron_barred_trapdoor = true + firewood_log = true + circle_glass_pane = true + f_sign_stripped_log = true + versailles_planks = true + wise_stripped_log = true + layered_stripped_log = true + whirlwind_planks = true + large_diamond_glass_pane = true + planked_log = true + mixed_log = true + framed_planks = true + square_glass = true + vined_trapdoor = true + barrel = true + woven_glass = true + detailed_planks = true + woven_trapdoor = true + cobweb_trapdoor = true + gated_door = true + supported_door = true + barred_trapdoor = true + line_bared_glass_pane = true + horizontal_lined_glass_pane = true + airy_trapdoor = true + lumpy_stripped_log = true + line_bared_glass = true + slanted_planks = true + edge_cut_log = true + barred_door = true + suspicious_trapdoor = true + chipped_stripped_log = true + patient_stripped_log = true + herringbone_planks = true + pressed_door = true + planks_panel = true + vertically_railed_planks = true + bared_glass_pane = true + diamond_bordered_glass_pane = true + solid_trapdoor = true + tiled_planks = true + boarded_door = true + dual_paneled_door = true + square_glass_pane = true + meshed_trapdoor = true + overgrown_log = true + thin_planks = true + fancy_trapdoor = true + paper_door = true + warted_trapdoor = true + basket_woven_planks = true + enclosed_planks = true + flowering_log = true + k_sign_stripped_log = true + double_herringbone_planks = true + sign_stripped_log = true + crated_planks = true + horizontal_lined_glass = true + knotted_stripped_log = true + l_sign_stripped_log = true + reinforced_log = true + natural_planks = true + classic_windowed_trapdoor = true + brick_bond_planks = true + wickered_planks = true + bordered_glass_pane = true + sliding_door = true + heavy_trapdoor = true + bordered_glass = true + laced_planks = true + boxed_planks = true + reinforced_crate = true + large_diamond_glass = true + snowflake_glass_pane = true + bricky_planks = true + reinforced_stripped_log = true + slotted_trapdoor = true + shack_door = true + bundled_log = true + polished_planks = true + ornate_bared_glass_pane = true + stern_stripped_log = true + diagonal_planks = true + wall_torch = true + crate = true + nailed_planks = true + cornered_planks = true + shifted_planks = true + vertical_planks = true + glass_door = true + fortified_door = true + paneled_door = true + carved_stripped_log = true + leafy_trapdoor = true + snowflake_glass = true + heavy_door = true + pointless_trapdoor = true + stacked_planks = true + planks_shavings = true + twisted_trapdoor = true + i_sign_stripped_log = true + d_sign_stripped_log = true + diamond_planks = true + woven_glass_pane = true + windowed_trapdoor = true + tile_windowed_door = true + damaged_log = true + golden_barred_trapdoor = true + nailed_log = true + [entries.leaves_type] [entries.leaves_type.quark] @@ -144,3 +461,166 @@ [entries.leaves_type.refurbished_furniture] hedge = true + [entries.stone_type] + + [entries.stone_type.rechiseled] + squares = true + smooth_large_tiles = true + brick_paving_connecting = true + brick_pattern_connecting = true + brick_pattern = true + waves_connecting = true + small_bricks = true + smooth_large_tiles_connecting = true + small_bricks_connecting = true + path_connecting = true + bordered = true + rotated_bricks_connecting = true + smooth_rotated_bricks = true + rotated_bricks = true + big_tiles_connecting = true + smooth_brick_paving = true + diagonal_bricks = true + big_tiles = true + smooth_rotated_bricks_connecting = true + tiles_connecting = true + brick_paving = true + small_tiles_connecting = true + bordered_connecting = true + waves = true + crushed_connecting = true + tiles = true + squares_connecting = true + path = true + smooth_tiles_connecting = true + diagonal_bricks_connecting = true + smooth_tiles = true + crushed = true + small_tiles = true + smooth_brick_paving_connecting = true + slated = true + + [entries.stone_type.create] + cut_wall = true + small_bricks = true + layered = true + cut_brick_wall = true + pillar = true + cut_brick_stairs = true + cut_brick_slab = true + polished_cut_slab = true + polished_cut_wall = true + cut_slab = true + small_brick_wall = true + cut = true + polished_cut = true + small_brick_slab = true + cut_stairs = true + small_brick_stairs = true + cut_bricks = true + polished_cut_stairs = true + + [entries.stone_type.quark] + polished_vertical_slab = true + pillar = true + vertical_slab = true + + [entries.stone_type.additional_lights] + standing_torch_l_polished = true + standing_torch_s_smooth = true + fire_pit_s_mossy_bricks = true + fire_pit_l_bricks = true + al_lamp = true + fire_pit_s_bricks = true + standing_torch_l_mossy_bricks = true + standing_torch_l_smooth = true + fire_pit_l_polished = true + fire_pit_s = true + standing_torch_l_bricks = true + fire_pit_l = true + standing_torch_s_mossy_bricks = true + fire_pit_s_smooth = true + standing_torch_l = true + fire_pit_l_smooth = true + standing_torch_s = true + standing_torch_s_bricks = true + fire_pit_s_polished = true + fire_pit_l_mossy_bricks = true + standing_torch_s_polished = true + + [entries.stone_type.chipped] + pillar = true + checkered_tiles = true + cracked_flat_tiles = true + weathered = true + smooth_column = true + fine_pillar = true + brick_bordered = true + smooth_inlayed = true + bordered = true + cut_column = true + smoothed_double_inlayed = true + rounded_bricks = true + overlapping_tiles = true + pillar_top = true + rough = true + loded = true + massive_bricks = true + thick_inlayed = true + tiny_brick_bordered = true + pointed_dripstone = false + mini_tiles = true + angry = true + vertical_cut = true + crying = true + runic_carved = true + stacked_bricks = true + inscribed = true + polished = true + cut_blank = true + blank_carving = true + tiny_layered_slabs = true + flat_tiles = true + inlayed = true + trodden = true + tiled = true + creeper_carving = true + cracked_bricks = true + pillar_bricks = true + cracked_disordered_bricks = true + ornate_pillar = true + tiled_column = true + eroded = true + tiled_bordered = true + simple_pillar = true + scales = true + vertical_disordered_bricks = true + sad = true + glad = true + unamused = true + edged_bricks = true + cobbled = true + tiny_layered_bricks = true + bricks = true + layed_bricks = true + spider_carving = true + sanded = true + engraved = true + offset_bricks = true + small_bricks = true + duh = true + smooth_ringed = true + curly_pillar = true + etched_bricks = true + spiraled = true + prismal_remnants = true + tiny_bricks = true + carved = true + + [entries.mud_type] + + [entries.mud_type.quark] + carved_bricks = true + pillar = true + brick_lattice = true + diff --git a/config/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 index 13efe11..7126793 100644 --- a/config/parcool-client.toml +++ b/config/parcool-client.toml @@ -86,8 +86,8 @@ enable_DiveAnimationHostAnimator = true enable_DiveIntoWaterAnimator = true enable_DodgeAnimator = true - enable_FastRunningAnimator = true - enable_FastSwimAnimator = true + enable_FastRunningAnimator = false + enable_FastSwimAnimator = false enable_FlippingAnimator = true enable_HideInBlockAnimator = true enable_HorizontalWallRunAnimator = true 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..ae0b7f2 --- /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" = true + "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" = false + "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" = true + #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" = true + #Makes Sheep not drop Wool when killed + "Disable Wool Drops" = true + #Disables mob griefing for only specific entities + "Enable Selective Mob Griefing" = true + #Force Elytra to only work in specific dimensions + "Enable Dimension Locked Elytra" = true + #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/refurbished_furniture.server.toml b/config/refurbished_furniture.server.toml new file mode 100644 index 0000000..1da5cd9 --- /dev/null +++ b/config/refurbished_furniture.server.toml @@ -0,0 +1,161 @@ + +# Toilet related properties +[toilet] + # The storage capacity of the fluid tank contained in this block. If you're using Forge, + # 1000 units represents the capacity of a bucket, while it's 81000 on Fabric. So if you + # want 3 buckets worth of storage, it will be 3000 (Forge) or 243000 (Fabric) + # Valid range: 1 to 9223372036854775807 (inclusive) + fluidCapacity = 1000 + # If enabled, when interacting with this block it will dispense free water into + # it's fluid tank, assuming the tank is empty or contains water but has not reached it's + # capacity. + # Valid values: true, false + dispenseWater = false + +# Electricity related properties +[electricity] + # The maximum amount of nodes in a network that can be powered by an electricity + # source, like the electricity generator. + # Valid range: 1 to 512 (inclusive) + maximumNodesInNetwork = 64 + # The maximum amount of links that can be connected to a single electricity node. + # Valid range: 1 to 64 (inclusive) + maximumLinksPerElectricityNode = 6 + # The maximum amount of links that can be connected to an Electricity Generator. + # Valid range: 1 to 64 (inclusive) + maximumLinksPerElectricityGenerator = 12 + # The amount of power that is generated by the electricity generator per fuel tick. + # For example, coal has 1600 ticks of fuel, and at a ratio of 4, it would produce + # 6400 units of power. The default value of 8 means that the electricity generator + # would consume almost 2 coal per in-game day. + # Valid range: 1 to 128 (inclusive) + fuelToPowerRatio = 16 + # The maximum area radius determines the size of the area which electricity nodes must + # be inside of to be powered by a source node (like the Electricity Generator). The + # radius is represented as blocks. The center of the area is the source node providing + # the power, and area radius expands in each cardinal direction, including up and down. + # For example, if we have an area radius of 16 blocks, a source node can provide power + # to other electricity nodes from (x-16,y-16,z-16) to (x+16,y+16,z+16) with x,y,z being + # the block position of the source. Electricity nodes still must be connected with + # links to be powered, this config value just determines the acceptable area. + # Valid range: 1 to 256 (inclusive) + powerableAreaRadius = 80 + + # Cheats for electricity. Free power, etc. + [electricity.cheats] + # Makes all blocks that require electricity always be powered without them being + # connected to an Electricity Generator. Warning, some blocks may no longer work as + # expected. Use at your own risk of a downgraded experience. + # Valid values: true, false + everythingIsPowered = false + # Electricity Generators will now output free power, and stay on forever. + # Valid values: true, false + freeGeneratorPower = false + +# Mailing related properties +[mailing] + # If enabled, this will ban items with an inventory (like a Shulker Box) being sent through + # a Post Box. This prevents players from creating massive NBT on a single item, which can + # cause issues for your server/world save. + # Valid values: true, false + banSendingItemsWithInventories = true + # Prevents items contained in this list from being sent through a Post Box. + # An example of how the list is defined: + # bannedItems = [ + # "minecraft:water_bucket", + # "minecraft:diamond", + # "refurbished_furniture:mailbox" + # ... + # ] + # ^ Note: This is just an example. Write your list below. + bannedItems = [] + # A list of dimensions you are allowed to place mailboxes. An empty list means that + # mailboxes can be placed in any dimension. + # An example of how the list is defined: + # allowedDimensions = [ + # "minecraft:overworld", + # "minecraft:the_nether", + # ... + # ] + # ^ Note: This is just an example. Write your list below. + allowedDimensions = [] + # The amount of inventory rows in a mailbox. If you change this value from a larger to + # a smaller value, items contained in the removed rows will be deleted. Use caution + # when changing this value to avoid inconvenience and backup your saves. + # Valid range: 1 to 6 (inclusive) + mailboxInventoryRows = 1 + # The maximum amount of mailboxes a player is allowed to register/own. + # Valid range: 1 to 2147483647 (inclusive) + maxMailboxesPerPlayer = 16 + # The maximum amount of items that can be queued for delivery to a mailbox. Items become + # queued when the receiving mailbox's inventory is full. This is to prevent infinite storage. + # Valid range: 0 to 256 (inclusive) + deliveryQueueSize = 32 + +# Kitchen Sink related properties +[kitchenSink] + # If enabled, when interacting with this block it will dispense free water into + # it's fluid tank, assuming the tank is empty or contains water but has not reached it's + # capacity. + # Valid values: true, false + dispenseWater = false + # The storage capacity of the fluid tank contained in this block. If you're using Forge, + # 1000 units represents the capacity of a bucket, while it's 81000 on Fabric. So if you + # want 3 buckets worth of storage, it will be 3000 (Forge) or 243000 (Fabric) + # Valid range: 1 to 9223372036854775807 (inclusive) + fluidCapacity = 3000 + +# Recycle Bin related properties +[recycleBin] + # The maximum amount of experience levels that the recycling bin can hold. Recycling stops once it reaches that level. + # Valid range: 1 to 100 (inclusive) + maximumExperienceLevels = 5 + # The amount of time in ticks that it takes to perform one cycle of recycling + # Valid range: 1 to 2147483647 (inclusive) + processingTime = 10 + # The amount of experience to add when recycling an item. + # Valid range: 0 to 179769313486231570000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 (inclusive) + experiencePerItem = 0.05 + +# Trampoline related properties +[trampoline] + # The maximum height that can be achieved from bouncing on the trampoline. The maximum + # height is affected the shape of the trampoline, the center trampoline in a 3x3 will + # be able to reach the maximum bounce height, while a single trampoline will only reach + # half. + # Valid range: 0 to 64 (inclusive) + maxBounceHeight = 8.0 + +# Basin related properties +[basin] + # The storage capacity of the fluid tank contained in this block. If you're using Forge, + # 1000 units represents the capacity of a bucket, while it's 81000 on Fabric. So if you + # want 3 buckets worth of storage, it will be 3000 (Forge) or 243000 (Fabric) + # Valid range: 1 to 9223372036854775807 (inclusive) + fluidCapacity = 1000 + # If enabled, when interacting with this block it will dispense free water into + # it's fluid tank, assuming the tank is empty or contains water but has not reached it's + # capacity. + # Valid values: true, false + dispenseWater = false + +# Recipe related properties +[recipes] + # If enabled, the Frying Pan and Grill will inherit all the cooking recipes from the + # vanilla Campfire. + # Valid values: true, false + inheritCampfireRecipes = true + +# Bath related properties +[bath] + # The storage capacity of the fluid tank contained in this block. If you're using Forge, + # 1000 units represents the capacity of a bucket, while it's 81000 on Fabric. So if you + # want 3 buckets worth of storage, it will be 3000 (Forge) or 243000 (Fabric) + # Valid range: 1 to 9223372036854775807 (inclusive) + fluidCapacity = 10000 + # If enabled, when interacting with this block it will dispense free water into + # it's fluid tank, assuming the tank is empty or contains water but has not reached it's + # capacity. + # Valid values: true, false + dispenseWater = false + diff --git a/config/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/sidebar_buttons.json b/config/sidebar_buttons.json new file mode 100644 index 0000000..6e86721 --- /dev/null +++ b/config/sidebar_buttons.json @@ -0,0 +1,18 @@ +{ + "ftbteams": { + "my_team": true + }, + "ftblibrary": { + "toggle.gamemode": true, + "toggle.rain": true, + "toggle.day": true, + "toggle.night": true + }, + "ftbessentials": { + "trash_can": true + }, + "ftbchunks": { + "chunks": false, + "claim_chunks": false + } +} diff --git a/config/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/sodiumextras-client.toml b/config/sodiumextras-client.toml new file mode 100644 index 0000000..03be8c7 --- /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 = "WINDOWED" + #Configure FPS Display mode + #Complete mode gives you min FPS count and average count + #Allowed Values: OFF, SIMPLE, ADVANCED + fpsDisplay = "ADVANCED" + #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 = "PITCH_BLACK" + #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 = 4096 + #Configure vertical max distance before cull Block entities + #Value is raw + #Range: 0 ~ 512 + cullingMaxDistanceY = 32 + #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 = 4096 + #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/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/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/ftbchunks-world.snbt b/defaultconfigs/ftbchunks-world.snbt new file mode 100644 index 0000000..17dfab9 --- /dev/null +++ b/defaultconfigs/ftbchunks-world.snbt @@ -0,0 +1,197 @@ +{ + # Forced modes won't let players change their ally settings + # Default: "default" + # Valid values: "default", "forced_all", "forced_none" + ally_mode: "default" + + # Dimension ID's where chunks may not be claimed. Add "minecraft:the_end" to this list if you want to disable chunk claiming in The End, or "othermod:*" to disable chunk claiming in *all* dimensions added by "othermod" + # Default: [] + claim_dimension_blacklist: [ ] + + # Dimension ID's where chunks may be claimed. If non-empty, chunks may be claimed *only* in these dimensions (and the dimension is not in "claim_dimension_blacklist"). Same syntax as for "claim_dimension_blacklist". + # Default: [] + claim_dimension_whitelist: [ ] + + # Disables all land protection. Useful for private servers where everyone is trusted and claims are only used for force-loading + # Default: false + disable_protection: false + + # Override to disable/enable fake players like miners and auto-clickers globally. + # Default will check this setting for each team + # Default: "check" + # Valid values: "check", "deny", "allow" + fake_players: "check" + + # Minimap for clients connecting to this server will be disabled + # Default: false + force_disable_minimap: false + + # Control how force-loaded chunks work. + # NEVER: only allow chunk force-loading if the owning team has at least one online player. + # ALWAYS: always allow force-loading, even if no players are online. + # DEFAULT: allow force-loading IF the team has at least one player with the 'ftbchunks.chunk_load_offline' FTB Ranks permission. + # Default: "default" + # Valid values: "default", "always", "never" + force_load_mode: "default" + + # Hard limit for the number of chunks a team can claim, regardless of how many members. Default of 0 means no hard limit. + # Default: 0 + # Range: 0 ~ 2147483647 + hard_team_claim_limit: 0 + + # Hard limit for the number of chunks a team can force-load, regardless of how many members. Default of 0 means no hard limit. + # Default: 0 + # Range: 0 ~ 2147483647 + hard_team_force_limit: 0 + + # If true, "Location Visibility" team settings are ignored, and all players can see each other anywhere on the map. + # Default: false + location_mode_override: false + + # Interval in ticks to send updates to clients with long-range player tracking data. + # Lower values mean more frequent updates but more server load and network traffic; be careful with this, especially on busy servers. + # Setting this to 0 disables long-range tracking. + # Default: 20 + # Range: 0 ~ 2147483647 + long_range_tracker_interval: 20 + + # Max claimed chunks. + # You can override this with FTB Ranks 'ftbchunks.max_claimed' permission + # Default: 500 + # Range: -∞ ~ +∞ + max_claimed_chunks: 0 + + # Max force loaded chunks. + # You can override this with FTB Ranks 'ftbchunks.max_force_loaded' permission + # Default: 25 + # Range: -∞ ~ +∞ + max_force_loaded_chunks: 0 + + # Maximum time (in real-world days) where if no player in a team logs in, the team automatically loses their claims. + # Prevents chunks being claimed indefinitely by teams who no longer play. + # Default of 0 means no automatic loss of claims. + # Default: 0.0 + # Range: 0.0 ~ 3650.0 + max_idle_days_before_unclaim: 0.0d + + # Maximum time (in real-world days) where if no player in a team logs in, any forceloaded chunks owned by the team are no longer forceloaded. + # Prevents chunks being forceloaded indefinitely by teams who no longer play. + # Default of 0 means no automatic loss of forceloading. + # Default: 0.0 + # Range: 0.0 ~ 3650.0 + max_idle_days_before_unforce: 0.0d + + # Maximum time in days to keep logs of prevented fakeplayer access to a team's claims. + # Default: 7 + # Range: 1 ~ 2147483647 + max_prevented_log_age: 7 + + # Requires you to claim chunks in order to edit and interact with blocks + # Default: false + no_wilderness: false + + # Dimension ID's where the no_wilderness rule is enforced - building is only allowed in claimed chunks. If this is non-empty, it overrides the 'no_wilderness' setting. + # Default: [] + no_wilderness_dimensions: [ ] + + # Method by which party claim & force-load limits are calculated. + # LARGEST: use the limits of the member with the largest limits + # SUM: add up all the members' limits + # OWNER: use the party owner's limits only + # AVERAGE: use the average of all members' limits. + # Default: "largest" + # Valid values: "largest", "owner", "sum", "average" + party_limit_mode: "largest" + + # If true, pistons are prevented from pushing/pulling blocks across claims owned by different teams (unless the target claim has public 'edit block' permissions defined). If 'disable_protection' is set to true, this setting is ignored. + # Default: true + piston_protection: true + + # When true, standard FTB Chunk explosion protection is applied in protected chunks when the source of the explosion cannot be determined + # (Ghast fireballs are a common case - vanilla supplies a null entity source) + # Default: true + protect_unknown_explosions: true + + # Should PvP combat be allowed in claimed chunks? Default is ALWAYS; NEVER prevents it in all claimed chunks; PER_TEAM allows teams to decide if PvP is allowed in their claims + # Default: "always" + # Valid values: "always", "never", "per_team" + pvp_mode: "always" + + # If true, the player must have the 'ftbchunks_mapping' Game stage to be able to use the map and minimap. + # Requires KubeJS and/or Gamestages to be installed. + # Default: false + require_game_stage: false + team_prop_defaults: { + # Default explosion protection for claimed chunks + # Default: false + def_allow_explosions: false + + # Default mode for block breaking and placing in claimed chunks (NeoForge only) + # Default: "allies" + # Valid values: "allies", "private", "public" + def_block_edit: "allies" + + # Default mode for block interaction, breaking and placing in claimed chunks (Fabric only) + # Default: "allies" + # Valid values: "allies", "private", "public" + def_block_edit_interact: "allies" + + # Default mode for block interaction (right-click) in claimed chunks (NeoForge only) + # Default: "allies" + # Valid values: "allies", "private", "public" + def_block_interact: "allies" + + # Default claim visibility for claimed chunks + # Default: "public" + # Valid values: "allies", "private", "public" + def_claim_visibility: "public" + + # Default mode for left-clicking non-living entities (armor stands, item frames...) in claimed chunks + # Default: "allies" + # Valid values: "allies", "private", "public" + def_entity_attack: "allies" + + # Default mode for entity interaction in claimed chunks + # Default: "allies" + # Valid values: "allies", "private", "public" + def_entity_interact: "allies" + + # Default allow fake player IDs which are the same as real permitted players + # Default: true + def_fake_player_ids: true + + # Default allow-fake-player setting for team properties + # Default: false + def_fake_players: false + + # Default mob griefing protection for claimed chunks + # Default: false + def_mob_griefing: false + + # Default named fake players who should be allowed by default + # Default: [] + def_named_fake_players: [ ] + + # Default long-range player visibility on map + # Default: "allies" + # Valid values: "allies", "private", "public" + def_player_visibility: "allies" + + # Default PvP setting in claimed chunks + # Default: true + def_pvp: true + } + waypoint_sharing: { + # Allow players to share waypoints with their party. + # Default: true + waypoint_sharing_party: true + + # Allow players to share waypoints with other players. + # Default: true + waypoint_sharing_players: true + + # Allow players to share waypoints with the entire server. + # Default: true + waypoint_sharing_server: true + } +} diff --git a/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/index.toml b/index.toml index 85dea3b..6278e66 100644 --- a/index.toml +++ b/index.toml @@ -1,9 +1,25 @@ 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" @@ -16,30 +32,118 @@ hash = "448e2e6499e49e06f203bcb6ca75d51d2db9eb14116012017b2b54bfaa69fd1f" file = "config/chalk-common.toml" hash = "25b2539bcd6545c4065e2dd3633e34da74bb7a43255f8821f68c012ddc22f140" +[[files]] +file = "config/everycomp-common.toml" +hash = "557d26a85b90d8ea0df6494e915c50ea6c385639a2209f272d7f1d48181fca4e" + [[files]] file = "config/everycomp-entries.toml" -hash = "e904d2eb01a078a8c5b76506d66e42d8728902782724989c31a003c7644d2f08" +hash = "5c2255a07713dda24cab3474702fda35403efd24a3dc2008f39f5fd4ce37d094" + +[[files]] +file = "config/item_obliterator.json5" +hash = "d0d3ed6915d688a89d18af010c07604b74d6a848aef5d7b3bc88f95300de0ff8" [[files]] file = "config/lithium.properties" hash = "78873c622d50f3fe51e23ea1b88eb8fa8a204575b69c5c79bdbe6d8517475724" +[[files]] +file = "config/mimi-common.toml" +hash = "8a200ea9ebbbfddb0fd1ca970995decd7f2940cbff3a672a9a5581335ae34a0f" + +[[files]] +file = "config/minemenu-common.toml" +hash = "49a9c8dd688b9b7d2dffc315e053551c3f8014b62da08c8dd1820f9840bb97b2" + [[files]] file = "config/parcool-client.toml" -hash = "adaf949d789167e9d0c1b15fc395cb1eecccb4c880de6b136ab4d571702b6aea" +hash = "cf0aef66c044396f248026b1799ebc57dcbd90e10d75292cb39421f280e550cc" + +[[files]] +file = "config/prettyrain.json5" +hash = "844d0b9f6738e24413f8d882885bae51a3f59ba9b99c6f6c45de278afed7083f" + +[[files]] +file = "config/quark-common.toml" +hash = "04550d35639b667b8a0082ff91faad0db6a43dd62d58d773c28e7b15393d103f" + +[[files]] +file = "config/refurbished_furniture.server.toml" +hash = "b87ef6384d4a301e3a6623bf7b874c088935e4eb0f23defd15f04ba013bf8d3e" [[files]] file = "config/resourcepackoverrides.json" hash = "a5ed28c685db4a64393d5d3f0a4b3b6b3db5505a6c4afd91b9607b0798d006a9" +[[files]] +file = "config/securitycraft-client.toml" +hash = "681fefd81cf5efe37f61ec39f00b2f78b45035b2be2d85552f61eccecbd2c969" + +[[files]] +file = "config/sidebar_buttons.json" +hash = "ee3a7b34213efa11ae0ae04f50fb58b3ec64bb5a877180ae5b209aad9b60882d" + [[files]] file = "config/silentgear-common.toml" hash = "7d5d8113085e7d3fb0addb31435fc471bec4d927bfb5ac6c6c3042c1eb85f7b5" +[[files]] +file = "config/sizeshiftingpotions.json" +hash = "d651f194cb78df36b2754be29badb45480335583d44673c1405666689ed1babf" + +[[files]] +file = "config/sodiumextras-client.toml" +hash = "16f41a4a5a79a2cd90c8c788b9f258164b1510b92a6c9485660b5c38d170d44d" + +[[files]] +file = "config/sparsestructures.json5" +hash = "9b2e5442da12a3fe3239825a25e09394ef95d917b5e5a11de9c4d39227a9b2a9" + +[[files]] +file = "config/spawncapcontrolutility-common.toml" +hash = "24f3adf87a8da5472434dfde7808eeea747dc7bb14a73b490780df54060fbac6" + +[[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/ftbchunks-world.snbt" +hash = "3938b170027ddfcde391bc1b5f42d43dc10c52d238a688091b0db7d61ae39d67" + +[[files]] +file = "defaultconfigs/gravestone-server.toml" +hash = "f4d6948ef0104f473696489b977a01b2cc6f9980b7f9643a3a14b8f5fbbe5f12" + [[files]] file = "kubejs/data/amplified-nether.pw.toml" hash = "0bea19a26b492795f76201e9a51ab8beddf32826493b107ee8ef16fd2739d117" @@ -55,19 +159,54 @@ file = "kubejs/data/create-immersive-aircrafts-warship-recipe.pw.toml" hash = "4001acc9689143ca7c79e2ad6835a1f6905229dfe91c6acf8dd3da94720b271c" metafile = true +[[files]] +file = "kubejs/data/create-let-the-adventure-begin.pw.toml" +hash = "7b323c8b76960ff2963ac6724cfffae3d9afe87b9cd76d08b6641be80e9ac607" +metafile = true + +[[files]] +file = "kubejs/data/ctov-advanced-peripheral-compat.pw.toml" +hash = "9c3a35fa983f66adaafd6a76710ad5c24c6a09c44e123508d4494419dc3f5b04" +metafile = true + +[[files]] +file = "kubejs/data/ctov-domesticated-innovation-compat.pw.toml" +hash = "eef0d76355d13db8d99d2683a82c126de832a8b910b7e41cb3e3585ef74395bc" +metafile = true + +[[files]] +file = "kubejs/data/ctov-savage-and-ravage-compat.pw.toml" +hash = "f3f9fd1a592af176b6a57fc5757840975c0cd9d66a7e97a6c1151b74f34c6579" +metafile = true + +[[files]] +file = "kubejs/data/dungeons-and-taverns.pw.toml" +hash = "535a5e3f3334e2c6a473a94d438db58cc754b314835d4f8cb107a9a306d71ac2" +metafile = true + [[files]] file = "kubejs/data/nullscape.pw.toml" hash = "6f7f0e1ac0581ec8f06d9abd70fd9e155f6fc1bd901fb4f8c097c52e87ec52ac" metafile = true +[[files]] +file = "kubejs/data/repurposed-structures-farmers-delight-compat.pw.toml" +hash = "83ddbb3b1fd548de53a940282e902d499e2484d5dd4c2d90d6aa7f229d3fe6eb" +metafile = true + [[files]] file = "mods/3dskinlayers.pw.toml" -hash = "0110260a8f4eb4797025ccff9eb9955f84a30823b5358aeb2c4dc181e9dd691c" +hash = "370f7b92c62eaa111a0e8c4f764f5c84368cbb24033f6a17fe5da284b77cab45" +metafile = true + +[[files]] +file = "mods/additional-lights.pw.toml" +hash = "760b9fc6688b0f2caed2dfa42fe41862c72c81e361deb5a73a5c7fa200873e7d" metafile = true [[files]] file = "mods/advancedperipherals.pw.toml" -hash = "e32a7b3124b643508e48d1cedd410ad781407cbf4cb53de44a050b4b16b4adb1" +hash = "0182123a19bb7ee99cb8db17b8d10262a498718a117a47c105fd7b84110a1fcb" metafile = true [[files]] @@ -75,26 +214,11 @@ file = "mods/advancement-plaques.pw.toml" hash = "30e065f165388cc8ee2753b495d555ddccc1494157ddea7f999632d45704a6b8" metafile = true -[[files]] -file = "mods/ai-improvements.pw.toml" -hash = "2b29a73176b2e53fc62d36ca05307ef9061a8735beb72bed884cd25148972b17" -metafile = true - [[files]] file = "mods/akashic-tome.pw.toml" hash = "90e6b6e0c2870e0fa874e41ccab0576a40bfa3604e45dfcbafb46fd96347c0bf" metafile = true -[[files]] -file = "mods/alchemistry.pw.toml" -hash = "ad8e84dc8f6d5ccf78432345cec082c76a2f828b8e014986cf3080626cd0840e" -metafile = true - -[[files]] -file = "mods/alchemylib.pw.toml" -hash = "443eeba299b820216c4da449a71138104a57274909e71e9a0f26c4709f47506e" -metafile = true - [[files]] file = "mods/alexs-mobs.pw.toml" hash = "c107c014f7703badbf59958405f64b888a1b5a56e21d8092e204c851032c3a6e" @@ -117,7 +241,7 @@ metafile = true [[files]] file = "mods/ambientsounds.pw.toml" -hash = "c8687ecfd74d5bbb4cd3685736009ccd667d4d5370bbb2af20a458bcacf268c0" +hash = "2fe938de868cdfd05c6e9914ed23e4de3c360f7b9ba960b5c0b193f2bf33c21d" metafile = true [[files]] @@ -135,6 +259,11 @@ file = "mods/appleskin.pw.toml" hash = "0a1d5aeaae3975eaa4bb3a98e91852f797a5095794af70df41d50841c57ca347" metafile = true +[[files]] +file = "mods/aquaculture-delight.pw.toml" +hash = "da06aae3c2a37a247a474578a2e86ed604a5c282c62c524b4abea6333c0254e8" +metafile = true + [[files]] file = "mods/aquaculture.pw.toml" hash = "c4ba20c9dc88687865d5c9dd2b6e0043a69055c46b8fd935dd74c43ee56b5428" @@ -150,6 +279,11 @@ file = "mods/architectury-api.pw.toml" hash = "fa34a3117af7f8ed553ec563a7c90c1d6462184c7df5b837c831cb482c6ae582" metafile = true +[[files]] +file = "mods/area-effect-clouds-3d.pw.toml" +hash = "d77434809ca8f26179acaf7087e9d41ad40a49c8aa130aff870cf3c97467eadc" +metafile = true + [[files]] file = "mods/armor-stand-shift-swap.pw.toml" hash = "2984179a69133d01a9c674a63e73fdbb684a1a4bae78331228ed21a1ca77b117" @@ -167,7 +301,12 @@ metafile = true [[files]] file = "mods/ars-nouveau.pw.toml" -hash = "5994f2b1c61f6d8211413c1cb999464fc5e87439129f6f0b086daf64fda9ec96" +hash = "44505ec6c8d7ac5948b3f192cff3db191b07c4d39d501ce3af916006cda3c5a6" +metafile = true + +[[files]] +file = "mods/ars-technica.pw.toml" +hash = "f74d674d172fb27b93f1738f092a2d6b2d4cecc578656f9357886b8e13fecc35" metafile = true [[files]] @@ -175,11 +314,31 @@ file = "mods/astikorcarts-redux.pw.toml" hash = "dead19cffb240dd465b1a23addffd5d98ea834ed365d8de584c10415b89b2905" metafile = true +[[files]] +file = "mods/asyncparticles.pw.toml" +hash = "e94dd8bc3077b9457f00e70888bba258b5611f574d4401ad70841af986efa88a" +metafile = true + +[[files]] +file = "mods/athena-mod.pw.toml" +hash = "e11ddca37c00c8cdf8ee89c7b59df544f50966d2d6c5b016916f023afb98c02e" +metafile = true + [[files]] file = "mods/attributes.pw.toml" hash = "d9954044a0feca74bf11a9444fdc1e820ddabce7ea52492fe877af05f4337161" metafile = true +[[files]] +file = "mods/automobility.pw.toml" +hash = "5e3ff30d77ab34aba80c887c01838d408a20e4730726c98feffbf15c568a7b5b" +metafile = true + +[[files]] +file = "mods/azurelib.pw.toml" +hash = "50c5d6da9ee2c5b6410f5858a41400c177dc63b44527cfb9fc5e5762f3bd7f4a" +metafile = true + [[files]] file = "mods/back-up-beds.pw.toml" hash = "b36c0ec51318660f2ec8a162247f96dd8b39042fff4af4f563deff3ff01ce8fe" @@ -187,7 +346,7 @@ metafile = true [[files]] file = "mods/badoptimizations.pw.toml" -hash = "d51229109d8c5e2f0f2fc10bee382a44f96b2f0cc2f86dd591b13b9b2c39069e" +hash = "91f1d9c05b551cdb158cba7718f8361bfddb34c11ead1e5d0708bfeb609f666e" metafile = true [[files]] @@ -197,7 +356,17 @@ metafile = true [[files]] file = "mods/balm.pw.toml" -hash = "c7949fb5e4ba49cce30642a0c9d04ec744b2ff7af2f752b41fa55008e74adc27" +hash = "a86ce796ebf9141ed1bd0bff0446f3f06a63f588245bb3d206364968ba1f83a6" +metafile = true + +[[files]] +file = "mods/bamboo-everything.pw.toml" +hash = "4ba8c8e5f8d1de58aecde7d9dc6b6d2a4c0ec1fc12d2ae21117e743e5f247380" +metafile = true + +[[files]] +file = "mods/beautified-chat-server.pw.toml" +hash = "e83415e3d763ec9d1dd18439e558936f179f7a32bab8060136e3b7d24b6050df" metafile = true [[files]] @@ -242,7 +411,7 @@ metafile = true [[files]] file = "mods/blockui.pw.toml" -hash = "b66321dcd74400f64d539bde020f14335d77d04012b2f991b0cfb5bc800ba9a7" +hash = "fa85cc4a9950579441376714cab8abeb1997d71aa3c6586f5a75b5951fdf6f83" metafile = true [[files]] @@ -275,6 +444,26 @@ file = "mods/botarium.pw.toml" hash = "15f70ccb7c7b0ff27ec791788d24de00fc6f6715311644b0fe374f006c9f230e" 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/buddingcrystals.pw.toml" +hash = "44b1251bfde237cf4cc93eee572cebd3a86952992555b01cde26f69f4d7b9aa5" +metafile = true + [[files]] file = "mods/buzzier-bees.pw.toml" hash = "2516b65e08c77c27f7bd9c36303e4f046ef3e4b885ac14a5e57e75de048a0c90" @@ -282,7 +471,7 @@ metafile = true [[files]] file = "mods/caelus.pw.toml" -hash = "5155ae1ca2c606df2001422a48cd167d2449160d5fe12a302753dee69af7fe92" +hash = "8a8ea0af79b88d9c192d208aa5be4bacd934e2b92d4721566e2e796eb9761e10" metafile = true [[files]] @@ -290,24 +479,34 @@ file = "mods/calcmod.pw.toml" hash = "8fe7caa6b276c9e707f8b23a52501be29b98592e0239f914179a3b964f56571a" metafile = true +[[files]] +file = "mods/cameraoverhaul.pw.toml" +hash = "d2e8616c03376aee912e5bc0fce74216a8fdc7010ae97edcfbe0bcebaeb9a56f" +metafile = true + [[files]] file = "mods/carry-on.pw.toml" hash = "ded75a2dd4ee0ea57454d080652099f759ff222a17c6f7daa86df944daf5ad04" metafile = true [[files]] -file = "mods/cb-multipart.pw.toml" -hash = "1738b50832f89b56e1097391c82f0ffcf60f2f102c60b3fc252e4eb82b8fb3cb" +file = "mods/cc-tweaked.pw.toml" +hash = "33fbfba45630792a9223d4e20c9300bc9fef142c68781fc648c32b62313f3e16" metafile = true [[files]] -file = "mods/cc-tweaked.pw.toml" -hash = "86f9fa64b1f57106fc00a7f25902f09d9989f7046e7639e70714853b5382adad" +file = "mods/cccbridge.pw.toml" +hash = "29ff87cf944ddc64351bffbf504c94a57055daf91d4df5b0cd1b8b28d28280bc" +metafile = true + +[[files]] +file = "mods/cgs.pw.toml" +hash = "5b0a9cf452579c7bed8ffcd42e04c1715c8420020379f56b2f6fb2d2fba62f6b" metafile = true [[files]] file = "mods/chalk.pw.toml" -hash = "e85ac4a7776a805899c99b738ea6cad96cdc6f683958446c6cb99c21462cb97e" +hash = "2fd7cb889d3b994a174a16befb63b9e8b2fee350ae1a338cd7651cb8e171089e" metafile = true [[files]] @@ -321,8 +520,13 @@ hash = "8bed64c10a9d9148ce6692b1bc0ab72d04cc5a9b1f304e7c602ea0446a3bf63f" metafile = true [[files]] -file = "mods/chemlib.pw.toml" -hash = "882da059a6d7439b9cdf746813c61ce1e8e73c00a88e4e0cbe4412d4c312702a" +file = "mods/chipped.pw.toml" +hash = "b0732421ae2999d558a7b70a11fa86a93738ca33f6f3ec343017796df9c47d9c" +metafile = true + +[[files]] +file = "mods/chunk-loaders.pw.toml" +hash = "09bcd8e486ca21121c04fe1e5bc05c5dcb2225447355a6d4d4d8073d68c552d7" metafile = true [[files]] @@ -360,11 +564,6 @@ file = "mods/cobweb.pw.toml" hash = "bc5bde51620622b9f415bcc3dfea4dca5bd17171383cf4290e1075b7352adbe0" metafile = true -[[files]] -file = "mods/codechicken-lib-1-8.pw.toml" -hash = "f88db7aef79947669ba4d736cc2f352a2269eb21770d5597d306c3017ea126dc" -metafile = true - [[files]] file = "mods/codechicken-lib.pw.toml" hash = "74a525a623611769f07d844ea6d6817979ff88c92327785f34ebb3847f22cc39" @@ -377,7 +576,17 @@ metafile = true [[files]] file = "mods/collective.pw.toml" -hash = "ff2c734786c306f7e415c78c90fa35bc603ff525a2d3e9babac59abfd7fe245a" +hash = "a26cea970dd7ffc20aeb983912e72ba57e83f6e1a42a661a5b4250f77de25650" +metafile = true + +[[files]] +file = "mods/colorwheel-patcher.pw.toml" +hash = "e6782bbad3a2f4545ed34eef4f649ade50233c0e7b17bf900453e8c7bc33caec" +metafile = true + +[[files]] +file = "mods/colorwheel.pw.toml" +hash = "db106700181cd018d55ff7610bf3f0d6d4464943aadc14a21a2eeb431b916dc2" metafile = true [[files]] @@ -385,6 +594,11 @@ file = "mods/comforts.pw.toml" hash = "673b81b2090bdce49d7743e8c4b3e8587d1106ad6d032f23148c39f7787a0bac" metafile = true +[[files]] +file = "mods/completionists-index.pw.toml" +hash = "90029198d6d868fdcd4ff45290e8256040b32958c4e1937361934545f235537c" +metafile = true + [[files]] file = "mods/computer-cartographer.pw.toml" hash = "4d0ca9ea4809e47d6144972c396499d781f17c2f908f5e2bae8e6c9529753e3a" @@ -402,27 +616,52 @@ metafile = true [[files]] file = "mods/copycats.pw.toml" -hash = "9bc3eeb597a35bcd37230133f5481858511837882f4a5057d89ab5d728f7ff50" +hash = "408ce5619020064fc084d150d331edc654bbf1749bbd289e19f050a0df51f1c8" metafile = true [[files]] file = "mods/corgilib.pw.toml" -hash = "81781a2ccd1c5062eabaa5c84798d805698b14e4ce1eab24e628e1165a4429c3" +hash = "28053b4a334c4079b5d4c7ea2d3b8d48f8fa61420498f1bed0ff83cd316bbba0" +metafile = true + +[[files]] +file = "mods/corn-delight.pw.toml" +hash = "eae9c322dd6aa5738b289ee29a78e7bcef0b6f37f4ec741edf094e3be87d3d1a" metafile = true [[files]] file = "mods/coroutil.pw.toml" -hash = "9f2bb57e05bad305f03c25c275c6d11e952835a41b2da68dba10a0bd1f3f6261" +hash = "b2c7739b56ef71f50a86658cfa67375796beafd391c4dbe26a5de8cd92b9b685" +metafile = true + +[[files]] +file = "mods/craftpresence.pw.toml" +hash = "17a10532b2a12768f31f8bd209024312e6e224d01f87c8476704000b40d2334e" +metafile = true + +[[files]] +file = "mods/create-aquatic-ambitions.pw.toml" +hash = "5c3452a0f053f6b60c0e566b8c406f3dba46666641c782928c8dee2c1d74d17b" +metafile = true + +[[files]] +file = "mods/create-better-fps.pw.toml" +hash = "9cf306fa58ab8958ab6c5d9186181e8fd2bf3e911ec02753b1046a90bcf12339" +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 = "0ecc58b1aaa67a0332f12f7b1eedf229106af505473b4d3091f3478c749b9347" +hash = "58458b5ea5eba986c14b79bab34f84e7f44dba5edcedff94c0122865ccb4c520" metafile = true [[files]] file = "mods/create-cc-total-logistics.pw.toml" -hash = "e40e235298bb3380c63f2d77886ccaf054f7a8ed0df256566f1625932a8636bb" +hash = "5acc1723e2a8df0db1abfa954edbe6c9d9baa35172ee77255ff0493526ff0ca8" metafile = true [[files]] @@ -430,9 +669,14 @@ file = "mods/create-central-kitchen.pw.toml" hash = "5b9c383ce87acc21602ab5cc5bb35a440487b0608fce9d8489ff641bf0413513" metafile = true +[[files]] +file = "mods/create-confectionery.pw.toml" +hash = "8845c6e549e63cef58e420a081b87e1db4230ea02efc835c74b8dab37e183148" +metafile = true + [[files]] file = "mods/create-connected.pw.toml" -hash = "9d6f4f7b7df3a81b0938534a8714e85c76ae29f4a762f0392fd79efb3611a619" +hash = "4852a9af0dd34136c85a20a9729b554bbb8afbf81f8bfdbb52b8a8cae898b1e6" metafile = true [[files]] @@ -445,14 +689,24 @@ file = "mods/create-deco.pw.toml" hash = "ed31437039d9afd64d6f0d04b6f41db1b7f042c050956da70d5d1b05bf03bd0b" metafile = true +[[files]] +file = "mods/create-diesel-generators.pw.toml" +hash = "6ed9f8d7d9829d8f03708ace7d1acf130e8cfb87bb794e0681b5a198f61312cc" +metafile = true + +[[files]] +file = "mods/create-encased.pw.toml" +hash = "97d53eb23caae90250d61a8624ffccf91ca16df07614b294cdafbc387f09aa26" +metafile = true + [[files]] file = "mods/create-enchantable-machinery.pw.toml" -hash = "97c3698512157fda02769a139de82b45ef4937293f04fd964057333b234baf61" +hash = "eed9cdc2a8373ca272ac3a9e0b50ec13e6ef808ef86a53f211407d8b3b6704d2" metafile = true [[files]] file = "mods/create-enchantment-industry.pw.toml" -hash = "7f2357b9ed0b0e9cecd57f12f76eea7408d3d5bae4508a86d3f49f82d50e406b" +hash = "c670ae9055f10dafb61fe340583c361f4c41ed45671c9440bae1f0696b47252a" metafile = true [[files]] @@ -462,37 +716,22 @@ metafile = true [[files]] file = "mods/create-halitosis.pw.toml" -hash = "49942393edf991b787473fb7279f07843e221e588e64818320ef5588ce64af85" -metafile = true - -[[files]] -file = "mods/create-jetpack.pw.toml" -hash = "4f3455237902b288f2b20451ea8f79142e0c15d36eb4846bb725fb93e9a6e6ea" -metafile = true - -[[files]] -file = "mods/create-love-war.pw.toml" -hash = "f46c1a396260fc0d1e274c64bfe0e8b2a1c4b68eca62694f051da8cb3eed1d76" +hash = "7087de4537a27036095811d218d18302b29b6dbe34bce26b504c73b5c8f96b7f" metafile = true [[files]] file = "mods/create-mechanical-extruder.pw.toml" -hash = "c9847002630876cfc624ed3c0fe4eb7ef070b260631c8c308ca449b0dd34d6b1" +hash = "3688fd8c6db46d2196feb5e30236fedbfa4d921a6782fa70e431cbb898596313" metafile = true [[files]] file = "mods/create-mechanical-spawner.pw.toml" -hash = "ff1c6e17928f5d9fd91bc976add0c8687a22238c03ee524b6d6cc0bd25c7e0f3" -metafile = true - -[[files]] -file = "mods/create-metallurgy.pw.toml" -hash = "c95e1963d13415093738f01c2c2a52e1bfd1ab358f705ce836bcae0dd4af3d4d" +hash = "e28ad23aa941b216a9cd44dc5f9a5c0a1d72f9b2a86437e4db41bd073cd0e2cf" metafile = true [[files]] file = "mods/create-mobile-packages.pw.toml" -hash = "d821f6c5e412ba62e0637cb16e77c416a8a225b4924a2446fe1804ecd2b2eebd" +hash = "ab388f5cb5e6171608be81b0089496b64b3b5060b19a0f94051d201c2a78bd7f" metafile = true [[files]] @@ -502,7 +741,7 @@ metafile = true [[files]] file = "mods/create-ore-excavation.pw.toml" -hash = "aceaea91fc076947daedf8a25b5d2856adb1e6742f40a0694e4a4b558a113bb3" +hash = "dd0b2f978bc582e671f0b374d1a24680d02e44f9c541ce9c87cba0dacdeda507" metafile = true [[files]] @@ -510,19 +749,29 @@ file = "mods/create-power-loader.pw.toml" hash = "cd05f2d0fb1c0e3273cb94b402a2a3ddad664cb2f5053951c83a213159cf7ef5" metafile = true +[[files]] +file = "mods/create-radars.pw.toml" +hash = "d329779921574e5a4709ee468955af18c84546a2be55d13a0e49ca0fc88b0a6f" +metafile = true + [[files]] file = "mods/create-railways-navigator.pw.toml" -hash = "a40a10276efcdde8d05284652777cfd383b8b84966e66a8114467e921ab1988b" +hash = "9ce768751565bacd62477d56be77dd7f0e0151e03d8a671ee0de21b6a9070818" metafile = true [[files]] file = "mods/create-sifting.pw.toml" -hash = "14b39417f7ca4ba45adf4d9ef7237877cf9e05d5acca0ec515140d71ff27b555" +hash = "cc6fc949e8be879801537a682d4b3870461d66543806f0364e4f30791178e3df" metafile = true [[files]] file = "mods/create-sound-of-steam.pw.toml" -hash = "cd40edbfa7daa15e2f3e1ae9007bbda296fc17f75e5cbdc8ed3976837306b4ef" +hash = "2f6d193a89636e07670a8c79e9a409a985468c9c29b9ea97a3c1ad4e8ed438d1" +metafile = true + +[[files]] +file = "mods/create-steam-n-rails.pw.toml" +hash = "076ff478a024d973f3892ec67884f8f6973b0945bcd38900eefc113ea0ff9f71" metafile = true [[files]] @@ -531,13 +780,8 @@ hash = "a0a97c3a14629fe1be41ac5c059d24c954a71e6cf4ff1cb7c04ed2bf6014d78b" metafile = true [[files]] -file = "mods/create-teleporters.pw.toml" -hash = "417fcfb3b9de52c74464749b7d871a6a04fc31a3b643dc0317846d892446fda4" -metafile = true - -[[files]] -file = "mods/create-tfmg.pw.toml" -hash = "a6f1fea50f0dba0a22af66afcd6e0df50aafb72796295127d069b496dbcf4730" +file = "mods/create-trading-floor.pw.toml" +hash = "9febb128660a6bd9e7518237f42ff38c59835050fec105fad76b853356fc4bef" metafile = true [[files]] @@ -547,12 +791,12 @@ metafile = true [[files]] file = "mods/create.pw.toml" -hash = "7841368c0240554eb99f08a5c07a2dc135751147a9de1c5086f96fc03eac9d6e" +hash = "97f7c75ac9bf6ee2a4f15c0f1e3e4cd161f3d2e33f32ebf623811ac90b3c2a83" metafile = true [[files]] file = "mods/create_factory_logistics.pw.toml" -hash = "a8490e9a7e0f4a14bf2822140c19ce45840ae5424b58d952462dbe29db281acd" +hash = "44818e88efcbf8f8cfa96486d73ec2d9ad299bc23082ab5b0a88aeb8e7d92b2c" metafile = true [[files]] @@ -560,21 +804,16 @@ file = "mods/createaddition.pw.toml" hash = "13b1a2b6bb389a37c08cee933ee5357c9c6330f85be92dcd53fd01a3d8b45bf9" metafile = true -[[files]] -file = "mods/createbetterfps.pw.toml" -hash = "247c38c77fd66b153061eb5e2b98e80b3be62f5f4b0204d29fb10d0e757bf4ce" -metafile = true - -[[files]] -file = "mods/creating-space.pw.toml" -hash = "184dc0fe8605045eb3547e01860fc1976c0daf314e8a2de6a0fb6bdacfc92d80" -metafile = true - [[files]] file = "mods/creativecore.pw.toml" hash = "1a0099366159fe4c62c19e82b512375eaa528574cf1a7d60fc7b2c96e8a83a51" metafile = true +[[files]] +file = "mods/ct-overhaul-village.pw.toml" +hash = "96b92f9d6c4b3866ba018a99d7b01e07b12aca02e74dfdc6407c45c1af2b4d19" +metafile = true + [[files]] file = "mods/cupboard.pw.toml" hash = "2eb26b157c4159bfeff6a00147afa35284397d558f84b55367d1a41064d7456a" @@ -586,13 +825,13 @@ hash = "c1fb4b35943ed603eaaa2999ec0faa3d22a5ea2a95f7ef1b0cd0eae83c945bae" metafile = true [[files]] -file = "mods/cursery.pw.toml" -hash = "2994e9f5cb4f258694f4704ef96eb1ebcf2b1799cd8d9361341c359660cb6744" +file = "mods/curious-lanterns.pw.toml" +hash = "08a2db404abdeeddd99346716bdf566705112db412566f2bde7c5780e62f5c2e" metafile = true [[files]] -file = "mods/custom-player-models.pw.toml" -hash = "eb4827760229fe02106139aef8b2fd4aff5705073430e98720366167f137df1d" +file = "mods/cursery.pw.toml" +hash = "2994e9f5cb4f258694f4704ef96eb1ebcf2b1799cd8d9361341c359660cb6744" metafile = true [[files]] @@ -612,22 +851,27 @@ metafile = true [[files]] file = "mods/delightful.pw.toml" -hash = "7e66dc768ce9a290edf6b25bb0ee760b7aafabb8c161a2181306dfb3b2bfddee" +hash = "7329d2465dd7f479bbfca0e747ae8c86609be5487b2ee8a9f9f22ac5e1b133d1" metafile = true [[files]] -file = "mods/diet.pw.toml" -hash = "90791d91751fc9a54e339f07f23f71ecb159383c946234a1113cbfab8a34162e" +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 = "c8ea4b20eeab877e2fd374c36df5eb01f028629567b9e25ab8d25922490172d9" -metafile = true - -[[files]] -file = "mods/distanthorizons.pw.toml" -hash = "c98329d3014a3f4eb8905dd1e9aa81efc13a317993bb2d5f85f3ece2aa00ae82" +hash = "014cf6e6912ff9476c0ae25b92b2c61aa71c5f780ec670b43e3b30602620bde3" metafile = true [[files]] @@ -642,7 +886,7 @@ metafile = true [[files]] file = "mods/domum-ornamentum.pw.toml" -hash = "6536d3a02319fb3500cd412ddb715f7be2818aa60f3b3dacd2658a0d85e31d15" +hash = "d3922913009ec2b0da3a55aeaa6dca2e4338beee3ddbbba3cbe379293fce0aaf" metafile = true [[files]] @@ -652,7 +896,12 @@ metafile = true [[files]] file = "mods/dungeonsenhanced.pw.toml" -hash = "cf6e07b5fa96474ddba2990b2898c03eb615844a99cb0505045626c5f91c8cc0" +hash = "dfb924c37e57408d64fd7228a7ab0f6bb0f1821b1489c38c50779353245db36e" +metafile = true + +[[files]] +file = "mods/dynamic-fps.pw.toml" +hash = "a4c814876cd9046f9cdbe0a5967edff092adb8c28de2d717ce5fe469d6fbc9a2" metafile = true [[files]] @@ -661,8 +910,8 @@ hash = "a955e3695047fa8d2c25bf1fb47d1cad55fff1b4d94d4273e60da84a1d7b4736" metafile = true [[files]] -file = "mods/dynamiclights-reforged.pw.toml" -hash = "00a06884a4f8854fad85f2456c1d6c53ee09cc5e545a35e41cad24e82907a1ab" +file = "mods/dynamic_asset_generator.pw.toml" +hash = "6b8053bc7343659665925625e947a2f79a786cf2e14b67934b3091b04bd6a624" metafile = true [[files]] @@ -675,6 +924,11 @@ file = "mods/easy-magic.pw.toml" hash = "6e00b7d2b9e48e4286f7313f848b2520ebb26315672bfa4a27bef23d02db2ca8" metafile = true +[[files]] +file = "mods/echo-chest.pw.toml" +hash = "a03f85ba7fd8beab1519e871b22d1c3525fe2c4176bef49790f4fbd00e37a426" +metafile = true + [[files]] file = "mods/effortless-building.pw.toml" hash = "fdb68bcedaba7e10832e199b017d1fae8767b7292aaf940bccc646910267d96e" @@ -682,7 +936,7 @@ metafile = true [[files]] file = "mods/elytra-slot.pw.toml" -hash = "2a3437d7259d88da14de0b4dfec2b5ac805f33b1814fecbfd5eabc5b49155620" +hash = "b819114773db1e86fa897907d79abf9925f05a6ae3fd10f7a02cca41f3e9a0d2" metafile = true [[files]] @@ -730,11 +984,21 @@ file = "mods/emojiful.pw.toml" hash = "3b8dacbd1cd0e3d849b080473559fd26e4268e396075ad37d0fdf7031ee9dc97" metafile = true +[[files]] +file = "mods/end-portal-recipe.pw.toml" +hash = "194a9fa8a58116434b473033cb9805867f7b1ec9c4fb86ba8077470cf4fa468e" +metafile = true + [[files]] file = "mods/enhanced-celestials.pw.toml" hash = "885221a000410ecbababafdbc18cc530c911ed86346dee14706df70dcc728030" metafile = true +[[files]] +file = "mods/enhanced-hordes.pw.toml" +hash = "fab637d56fc710f47c0a1419ac61aa29ef74140d191d34e5271e0c4275cd1bd1" +metafile = true + [[files]] file = "mods/enhancedvisuals.pw.toml" hash = "67cb05bef9f9999c423b1b3281a5397f036d6a43a3b15613629bfcb2898c5c16" @@ -752,7 +1016,12 @@ metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "60b6bc8db1481573714876937f06c2682551ecb9d0bf77bbb0d6ef2d0e88b91a" +hash = "603798d7f740ac0f67c3fb48fc3fd17cdf48d8bdd7339c89901bf6a4ff0631e9" +metafile = true + +[[files]] +file = "mods/entityjs.pw.toml" +hash = "23448b2205920635da7f70727aa8fe0964c8b23b3024a10bdc10afe5783260bf" metafile = true [[files]] @@ -762,7 +1031,7 @@ metafile = true [[files]] file = "mods/escalated.pw.toml" -hash = "323a067a75a9f34fd7d0561f19fafe066e0426b4c5075ef7d329605dbf36cbf3" +hash = "4940a95ccc3e64748655a4e9fa4ce866f3a85da1bba7e9f3d0a3b4741dd4b679" metafile = true [[files]] @@ -775,19 +1044,14 @@ file = "mods/etched.pw.toml" hash = "c9f73e2b93b64fb0c44fbbde6245a5d5934143d6c4b9cc9829e3ba62c02ead4e" metafile = true -[[files]] -file = "mods/everlasting-skins.pw.toml" -hash = "144f30ae8a3344de44566b2aab7643cb8806258755bf3436977222175048b1dc" -metafile = true - [[files]] file = "mods/every-compat.pw.toml" -hash = "36fd54233eb3881c90fcb2d6d63f5b37353c26ca61bfaeb34b6bbe251fa99f1b" +hash = "bba04d1c28aae515e3b0366bde65ff7621b0ffb65c1d06b1c9b8b997c5446d60" metafile = true [[files]] file = "mods/exposure.pw.toml" -hash = "b913a4cd873ed0b32990101771291986a4a781c1e0330abdcd6a5d4fa59fa2b3" +hash = "ea36b8516ea429e479368b708082e89af5fa50dc3576b52c2ff8c8dac595801c" metafile = true [[files]] @@ -795,14 +1059,9 @@ file = "mods/fairy-lights.pw.toml" hash = "eeca094798607a0393a5ec261a0f3298e20fa74b0daa879951aec47c2c7fe64b" metafile = true -[[files]] -file = "mods/falling-leaves-forge.pw.toml" -hash = "3c66648e727977468e2bfc740cb7291684bb99908c203d0f7943ef8200fd7fdd" -metafile = true - [[files]] file = "mods/farmers-delight.pw.toml" -hash = "ba6c13e70f06dde3b8d01d4143c22fea36ec035d7cd8834c7a82aa778a809467" +hash = "fa6e35c376181fa82ad33b9cb4c20382a0effd7eb09a06107dcc884b98f49ff2" metafile = true [[files]] @@ -822,7 +1081,12 @@ metafile = true [[files]] file = "mods/fast-ip-ping.pw.toml" -hash = "5c7c4b36c5f55ab35da64788cbc951eeca254d7d2388ddd5e9cf5a9776e44a93" +hash = "64f7ff38d1d2b074d18eb83b1d9b5b08bb389472202ccd86ed60eb9a56b23c5a" +metafile = true + +[[files]] +file = "mods/fastboot.pw.toml" +hash = "d4b18897dbe6c897b49afd13ccd6402c6a8aeb4935e94e98414d594a4f67791f" metafile = true [[files]] @@ -856,13 +1120,13 @@ hash = "e60a8e1a8559394229fbd54e3e386709f10d3a693f0d470b3708da08736efaae" metafile = true [[files]] -file = "mods/flans-mod-reloaded.pw.toml" -hash = "6b0dcebd93c1181543720d529ae8f8daf3350c7ab59cf4a20f0519824f639531" +file = "mods/flat-bedrock.pw.toml" +hash = "7f4f50fb3010b6496b97c7d1b20ff68dc3031839a9f9724040a03426c1219069" metafile = true [[files]] -file = "mods/flat-bedrock.pw.toml" -hash = "58bb88014ad25293958956e0b2ad80bcb32a94766e143616534f9519e6df3e62" +file = "mods/flerovium.pw.toml" +hash = "eeda9463b59d354bb30d0f67d5ffa80689232205969b4e0db742bdf1b42a52ca" metafile = true [[files]] @@ -871,13 +1135,13 @@ hash = "3e8ccc74f161b632cf8eadda6548860bfa58e4970cec1630135b83900e31b98d" metafile = true [[files]] -file = "mods/flower-seeds.pw.toml" -hash = "7aa1acdac123161a8acde06918341b53cfabd9afafefa1cd7b6dc6013e685316" +file = "mods/flower-seeds-2-biomes-o-plenty.pw.toml" +hash = "8ece65683a05af3181ced85f44f0d67bb6e254ff2d536cd308547c7a8f2faad4" metafile = true [[files]] -file = "mods/forgiving-void.pw.toml" -hash = "c05df28ed293314070ceebdad0a6cad1e0bedb2028f1e51cccae15363f44407e" +file = "mods/flower-seeds.pw.toml" +hash = "7aa1acdac123161a8acde06918341b53cfabd9afafefa1cd7b6dc6013e685316" metafile = true [[files]] @@ -890,6 +1154,11 @@ file = "mods/framework.pw.toml" hash = "376f8a190f00bd120193d7a665ebe1b03dfe329cc395f7d944f7216c1182c84d" metafile = true +[[files]] +file = "mods/freecam.pw.toml" +hash = "e5f1f938c54e1ecc766972b4c7c092770346d5924faba9803edb7750c4cf1f88" +metafile = true + [[files]] file = "mods/fruits-delight.pw.toml" hash = "2d83d6fe471249033cb2ab305ba496a9ba85c2fea12eecb55c4cb8cb92520369" @@ -910,11 +1179,6 @@ file = "mods/ftb-library-forge.pw.toml" hash = "eb351918762f5c8f05672257082d1ca144c3c9397c40d6785116d1af8b02d864" metafile = true -[[files]] -file = "mods/ftb-quests-forge.pw.toml" -hash = "2ec083ed1872a8886a63c8f112958fdda1cf802d01c90400272e0d95a82c976d" -metafile = true - [[files]] file = "mods/ftb-ranks-forge.pw.toml" hash = "439f3bcdd21e7bea24e721ab09c1f7b3c0ecd2c0049e1672902ac0eda256b9f3" @@ -932,7 +1196,7 @@ metafile = true [[files]] file = "mods/functional-storage.pw.toml" -hash = "3de7e29cd28529757e0a09db7466b7d50b791ba4235de2f125a86921a5c60ea7" +hash = "ea05f8426dda347174d1690299c4517a489c6c17370a98fd812e9d06ce1dbcfd" metafile = true [[files]] @@ -942,7 +1206,7 @@ metafile = true [[files]] file = "mods/fzzy-config.pw.toml" -hash = "53e690e118baf442ae92faee438328e629ba387cd77ad788ded22055773db80f" +hash = "c35b46cec8c819cca0b163ae3ac8aeac405bf84a967f08e502e48618fbec1a5e" metafile = true [[files]] @@ -957,7 +1221,7 @@ metafile = true [[files]] file = "mods/geckolib.pw.toml" -hash = "598758f152e98916bc6eea2ad73a82b47a6e6934f4b0ba1e1f6593773afd1a50" +hash = "c931f7daf7871aa42f640e41c0b720d7988a1ee1eecae64b3af2c176b1d56343" metafile = true [[files]] @@ -982,7 +1246,7 @@ metafile = true [[files]] file = "mods/gravestone-mod.pw.toml" -hash = "acf1aceab8c44817b0c376a99d2019614e0471d3d1a9cb2f40943fec03f05fbf" +hash = "d7eea2dac0999767af18c2d64c08da73862271c65e9017188804c6320b0a8e6e" metafile = true [[files]] @@ -992,7 +1256,12 @@ metafile = true [[files]] file = "mods/guard-villagers.pw.toml" -hash = "43ad38fddd7386159c1429d17277be44fdfad6cbae18eb6a2c9855980b11e7c3" +hash = "af611db48c7c591bffe5100b284423e8c6282bcbd3b86a12fed2f954f3b1f46d" +metafile = true + +[[files]] +file = "mods/gui-effect-timer.pw.toml" +hash = "30d423b601f0d4ccf180d9a332e5dad3309e457c3656ce336e13f891b223c4eb" metafile = true [[files]] @@ -1002,7 +1271,17 @@ metafile = true [[files]] file = "mods/guideme.pw.toml" -hash = "708def9b5044248bb9df33c58b849d9dd584bc324c5cc7e211eddb64b0151ad0" +hash = "1635aa0e0df9d27f22de030955c8690061970abe26e3e913c4d950227aba4916" +metafile = true + +[[files]] +file = "mods/handcrafted.pw.toml" +hash = "db495b3ac268709a2ba673bfe220b10257fb7dae549f94bfbd539617d571f131" +metafile = true + +[[files]] +file = "mods/herd-mentality.pw.toml" +hash = "fa64ace9c6827c4d72cdd7e9a231ab630e4fe917c2c450c39b3dfde78becce13" metafile = true [[files]] @@ -1016,13 +1295,13 @@ hash = "f7111a197c3e4748c1c35283b10605503025c8c57f1410da5d5442c63c7ba410" metafile = true [[files]] -file = "mods/i-wanna-skate.pw.toml" -hash = "d2c5bef579319e19738723011ed628dc412fbac086b0be452c434ae82d355821" +file = "mods/hypertube.pw.toml" +hash = "3220716c48b480ea4d998a84f52e2660b73b73722ad727663cff77f4c0f8ff80" metafile = true [[files]] file = "mods/iceberg.pw.toml" -hash = "d3ff93cfc3c3e3d2e805ababa25afb90cc46ff6bd90579e697bab3ff5f8e4d31" +hash = "50b00515575c25d51a37c30489ac637cf83ac54eec0b8e863822a345334c7e08" metafile = true [[files]] @@ -1030,11 +1309,6 @@ file = "mods/illager-invasion.pw.toml" hash = "0c58c78ba5f4b93e96211bf29c7334923f91024e731b128336ef6f53af36ba72" metafile = true -[[files]] -file = "mods/illagers-wear-armor.pw.toml" -hash = "f6738bb45b4d9d0defd9966452324dd6495713c880f2a914a377613d4415d870" -metafile = true - [[files]] file = "mods/immediatelyfast.pw.toml" hash = "bd7af9b5938971ac01a7f655f75ea0b1934fe7b4dd1f5df5f6f51698fd150689" @@ -1045,14 +1319,29 @@ file = "mods/immersive-aircraft.pw.toml" hash = "9406e74a2166c58db37c0ba2a29da94723d0c158b05cc6bf22355f7855a27709" metafile = true +[[files]] +file = "mods/immersive-furniture.pw.toml" +hash = "ca3485b4f1c0b5b88fbacc2fed0f7e0d8a2d9bab28e88619255e7241cb84aae6" +metafile = true + +[[files]] +file = "mods/immersive-machinery.pw.toml" +hash = "f45e371916edd3de073a9733e494c1dc14fc10622330e78724f89333a9de7a04" +metafile = true + [[files]] file = "mods/immersive-paintings.pw.toml" -hash = "9bd757c1ac41f77280b388da33a76fec9712c8f15cf914a13e5e664773191d1a" +hash = "c006beeec7fca82263506ab1fda78e472e54bb64be350e130902f4f475df25cb" +metafile = true + +[[files]] +file = "mods/immersive-ui.pw.toml" +hash = "db67b75db18d2ce8bebe92b72f5d5a3f64de4077edfd4439e8f633517c6f53c1" metafile = true [[files]] file = "mods/in-control.pw.toml" -hash = "b150df72d58287d53bf97730bdf30f7ea8097b392a0b4e777992fb90329c5f77" +hash = "239b4042820f3c77f2750690bac6a1ac09638f6fa6b47f3b486436e96deeb0e0" metafile = true [[files]] @@ -1060,6 +1349,11 @@ file = "mods/infused-foods.pw.toml" hash = "93d1f4f2e688acbd110ac8978134f9721932a1adb5ce74ee60c54abb172549cd" metafile = true +[[files]] +file = "mods/insanelib.pw.toml" +hash = "77c073555bf293127cddd6234147d20f4fa7de2838063917b8852ec03889ff1b" +metafile = true + [[files]] file = "mods/interiors.pw.toml" hash = "588e222f5cf824fb8317bd3800752c8a4a86f3c707f70b35420f8c9a9599fe43" @@ -1080,29 +1374,39 @@ file = "mods/inventory-sorter.pw.toml" hash = "7c993c8854fa4a7510e886ada88f3070ccdfcf4ca199dda558a4f6b0318f0132" metafile = true +[[files]] +file = "mods/item-collectors.pw.toml" +hash = "7d2da6e1421f12b93810029b443f5dcf11b9203687c5066036631b4730efae68" +metafile = true + +[[files]] +file = "mods/item-obliterator.pw.toml" +hash = "8d2954e230da5baa467b2851827aed41e6c7544fd2ddbb581fa177efb2bc0ffb" +metafile = true + [[files]] file = "mods/itemphysic.pw.toml" hash = "80611ef25f28ac46363d64be51fedc91277e59ea26c8d28d34eed538caffb35a" metafile = true [[files]] -file = "mods/jade-addons.pw.toml" -hash = "7d34832fccd983537af7d4f95d7ffb3be00d21f3e67ed392d409a094ba527907" +file = "mods/jade-addons-forge.pw.toml" +hash = "a77bf476d5aca75e9b1ec87d9a7ad66bd9e819e41d2e5564f755caa419070368" metafile = true [[files]] file = "mods/jade.pw.toml" -hash = "0d68ccd512d979461762131d43d74930c11883c85523d0750f86d1946a6b9285" +hash = "0e68e97012bb2d2b1c746e3867a0a7ce34b84c53f4c136a824e0b05e7a18d62e" metafile = true [[files]] file = "mods/jadecolonies.pw.toml" -hash = "f6c69fa90bef17a1466c5a5002fc3bd9d6dd222d47a027f3e3e5f8aaad4a9b05" +hash = "eebbfe5571281be61a838c365908d89d14135683ac15f6c09ac1f2bd3a012646" metafile = true [[files]] file = "mods/jaopca.pw.toml" -hash = "7afbe55592636e9d19043b5f5c5a8abc4fe4c03c220566f1cbe982f87e50831c" +hash = "298ba20470d2f61348410938cc8cacf6f63df1d3f4635c75af367fc9377ea02b" metafile = true [[files]] @@ -1135,6 +1439,16 @@ file = "mods/justenoughbreeding.pw.toml" hash = "093e6cd07b01381751d27c1278f1af5e3afb8c77c8e5188d67fc7ffa2f508478" 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 = "9e682ce4a481bd0da76375037951d2e104513421e3da640ec0c3f027f498a83f" @@ -1147,7 +1461,7 @@ metafile = true [[files]] file = "mods/kotlin-for-forge.pw.toml" -hash = "82ffc26ad624cdd846cbbeb99ed40ef44229ec7006a7ae7e8caa8df6409c20db" +hash = "7ea985404ee4cc9082472c6869ec146309f526e395361b39f2f4c1a43506c41d" metafile = true [[files]] @@ -1170,11 +1484,6 @@ file = "mods/kubejs-create.pw.toml" hash = "7e9ef26310359f482e595815664b3d08381b30c6517c32a58078b0999e1d953a" metafile = true -[[files]] -file = "mods/kubejs-thermal.pw.toml" -hash = "be2fd618cc61b8eee5ab16c03b4780809da0f3de76bf5224a463cfffeebd6385" -metafile = true - [[files]] file = "mods/kubejs.pw.toml" hash = "873d23ad2ce05e3e92a05e011f3f9a375a745a4ca6ed4c9fffb0518fc8255bf7" @@ -1207,7 +1516,7 @@ metafile = true [[files]] file = "mods/lexiconfig.pw.toml" -hash = "e72b77792a8d646cb9ff26043d590041d3d8ed9aaedd0b097d5879c90525d70f" +hash = "471f6366615d29246e35c3193359ea479925ad98eb2beb1d59f0647f9896df3d" metafile = true [[files]] @@ -1222,7 +1531,7 @@ metafile = true [[files]] file = "mods/libx.pw.toml" -hash = "2c255a6aff5c016d8769777fd9e23f4bbc256d103fb45eef12b1d6af77249ba1" +hash = "5f92ea3a89a013d4a004e1a391ee00dad45715d46e002210a5692b87ef324815" metafile = true [[files]] @@ -1230,9 +1539,14 @@ file = "mods/light-overlay.pw.toml" hash = "844a296d58e4d08f63bf086cbd4690046d75884b00f2220a0428655603fdaa4d" metafile = true +[[files]] +file = "mods/lithostitched.pw.toml" +hash = "03eb823bab4e1babe2cf37bad12fc975f9001ddb0ac6c20f17d86cccd100e90c" +metafile = true + [[files]] file = "mods/littletiles.pw.toml" -hash = "fb8505233a2b66a6945d510eea32aea9d7bf4716c34e6688a48adb5f07ce4ff7" +hash = "c66129d5a0cdb5fb962aa6c0ce4d72ecab1bc212d03acfaf86c5dcf749cbace6" metafile = true [[files]] @@ -1245,9 +1559,19 @@ file = "mods/login-protection.pw.toml" hash = "2cc3e04346dd40e35885ad4f64ce5bc1362d5a4882c58fc53717fe12aa389002" metafile = true +[[files]] +file = "mods/loot-integrations-choicetheorems-overhauled.pw.toml" +hash = "fe5b96dbc4abcde988d5c952685f96e42993efff3acab348ec2ef6f2f00ff130" +metafile = true + +[[files]] +file = "mods/loot-integrations.pw.toml" +hash = "7d9b2aa5cac6ac41b286427835faff3c865f8353fe0f6646cfe92f0507ecd33f" +metafile = true + [[files]] file = "mods/lootjs.pw.toml" -hash = "e8ffbf5788712fac841e1bb0bff8969697f99be47d6f1c3f41ebe9ac965016d3" +hash = "dac76b57fd114d37956011ad054aab6b5e86f1fd9e308da534bff0ca69a78989" metafile = true [[files]] @@ -1276,13 +1600,13 @@ hash = "a74787065553dba0e758bb70b2a071350e05c84af5cf09d5a564e7bc66fe6d60" metafile = true [[files]] -file = "mods/max-health-fix.pw.toml" -hash = "a433c965c277b4f3b89606b2e87c56545bca0c42568e5ee0e75962628ddd939e" +file = "mods/melody.pw.toml" +hash = "0b9cc190139b0eb2d5f0153f05717ed53edd499ad2a3eeee99ea75d22fd0ef1c" metafile = true [[files]] -file = "mods/melody.pw.toml" -hash = "0b9cc190139b0eb2d5f0153f05717ed53edd499ad2a3eeee99ea75d22fd0ef1c" +file = "mods/melter.pw.toml" +hash = "d84a6db03f9e656a5976b9f6065740e8456b8f4fe8c614628e340b9cc75ec980" metafile = true [[files]] @@ -1292,7 +1616,12 @@ metafile = true [[files]] file = "mods/mimi-mod.pw.toml" -hash = "1a653059b4ffdcf46ad8e06adaf2108e7aa06c840cd2bc4b9ce2c3ca67124ec2" +hash = "57aa8530b884bfa53d7d4ef9185e0b7e6e830358c15b495883367463137c55ad" +metafile = true + +[[files]] +file = "mods/minecolonies-compatibility.pw.toml" +hash = "04de91d4fc27eaf30c24c8bab1bf8653d3dd02e913986f61248a8ae8a5ccfb9e" metafile = true [[files]] @@ -1300,9 +1629,14 @@ file = "mods/minecolonies-for-computercraft.pw.toml" hash = "0a869d874f172ec0ee7bafe6240922e0dea6944388079c58d1e15f76d1a42140" metafile = true +[[files]] +file = "mods/minecolonies-tweaks.pw.toml" +hash = "083654ef2ed1f89fdb60698c52a01a55476bd17205235988956f315fbc9d93c7" +metafile = true + [[files]] file = "mods/minecolonies.pw.toml" -hash = "07a9d94303d19b38d77b15666ae84a94ea18e15b637729931b5aa1951580e935" +hash = "c479a465e374cc7422dc3db0db01f5e978d2e6966686f54fa1d6540f628c15ff" metafile = true [[files]] @@ -1312,12 +1646,27 @@ metafile = true [[files]] file = "mods/minemenu.pw.toml" -hash = "3c8e28c58a785e98c329cb31f5f43887ee14bf7dd0b782d35cd71d8f405745d4" +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/mobtimizations.pw.toml" +hash = "18e911c5a0308b2b6bcde2e4c4ac0cf1ff6d2a7b9d4e82ba4c80d97ae0b2a79e" metafile = true [[files]] file = "mods/modernfix.pw.toml" -hash = "6449fe9d236c7a0dd58ecd72698e02d7ec914a6174eb5331299d902c8a973aaf" +hash = "85917ce951c9e29f3961aa13142968414143ed78e2b13ad203fc2796cc80060c" metafile = true [[files]] @@ -1327,7 +1676,17 @@ metafile = true [[files]] file = "mods/moonlight.pw.toml" -hash = "68460c7dacb4aa38a6efad1152923307a5a414da5719cdd8f588cb6bdb8b0eec" +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]] @@ -1355,11 +1714,21 @@ file = "mods/multibeds.pw.toml" hash = "da84e554c16b3512a201bd674c5e5f5f41685955f7589a0ac799acccb8c0d4a5" metafile = true +[[files]] +file = "mods/my-nethers-delight.pw.toml" +hash = "019b1fc9ddc90219203532bf68538e1f1b2487599c6c9b9a3a074df0abd66b48" +metafile = true + [[files]] file = "mods/natures-compass.pw.toml" hash = "464e83a35e22e9bbdf7be38cf7a7a98c39462a0a50b01d2a1355bcae9167ea7a" metafile = true +[[files]] +file = "mods/necronomicon.pw.toml" +hash = "1802dcd780c6deb02fb0d9251474f221077c7c80b8d673585ab59a93f4fe2abb" +metafile = true + [[files]] file = "mods/nekos-enchanted-books.pw.toml" hash = "cb6ea4ac1856c75ed32284dadce944d9b2f7b409bcaa22da1f3fb7647a80333a" @@ -1392,7 +1761,22 @@ metafile = true [[files]] file = "mods/notenoughcrashes.pw.toml" -hash = "c5e06d475ce3ebc68d5a531c0b4bcf2d6368862fe9d6ab554f1d380865ff7789" +hash = "1588f074af0ca7a5145fd676faf3e14381bb96d1383a3dfbaac7398b1dc6e2fd" +metafile = true + +[[files]] +file = "mods/nukateams-gun-lib.pw.toml" +hash = "7860d26898adba94ff8f2166aaabdb28a697d36a22ad34da95d7cc248cbf9835" +metafile = true + +[[files]] +file = "mods/numismatics.pw.toml" +hash = "63504f8d1db513fa1a78c214d824be5a9ddba732850a461cae0bb1029b8462b7" +metafile = true + +[[files]] +file = "mods/obsidianui.pw.toml" +hash = "fba2939765b7b4fdeaf0f01589ab562c806859ba10924c2dc2a9cdb8b05852b2" metafile = true [[files]] @@ -1400,9 +1784,14 @@ file = "mods/oceans-delight.pw.toml" hash = "57f6793fdca748db18eb33a34344f68804e881af07c5e032073d8b33ee683a54" metafile = true +[[files]] +file = "mods/octo-lib.pw.toml" +hash = "4ee6b38fbd604374f4703b852ebe2119c6493ae09b88f6398ab256e423bd5d4a" +metafile = true + [[files]] file = "mods/oculus.pw.toml" -hash = "2bb3b792a640c2c91890c89a4a481a44903036f04692a357553689350e461cfe" +hash = "e852e8e1b974b9dce481cb2eee523b7375893051956509a5b1fa0b7d7a1e7528" metafile = true [[files]] @@ -1412,7 +1801,7 @@ metafile = true [[files]] file = "mods/packet-fixer.pw.toml" -hash = "5ebfccec321146cf5c65f00b6cb98907930f2b927131d25b727f4c97fd34025e" +hash = "ffbe3acc272e246868e214c89001fbee1699a8e45ac7d32c96bb60c7f1d8567d" metafile = true [[files]] @@ -1422,7 +1811,17 @@ metafile = true [[files]] file = "mods/parcool.pw.toml" -hash = "592c892ed93ab6eb709348b57e2920fceb9e300d767d5a819429a8a42bc238ae" +hash = "33db15d92fa940001d0bc142079f114000b57c7eec5582d0b648d99ebccbacbc" +metafile = true + +[[files]] +file = "mods/particle-core.pw.toml" +hash = "be2cd243fe83f4253d406afaf81781ffafb12d86903fcac8df913f247d84a0df" +metafile = true + +[[files]] +file = "mods/particular-reforged.pw.toml" +hash = "478c689d606c576b161d8e775497e2f529af4c770079747eaa527230b1bf112d" metafile = true [[files]] @@ -1455,6 +1854,11 @@ 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 = "7887b8d2490d5153452d97380e7a19fb05dc664878775e9f807cdf4024bd1d5d" @@ -1470,6 +1874,11 @@ file = "mods/playerrevive.pw.toml" hash = "93e79f423eafdfeb26a0ce9907f4a7dc63b8fdbb2a8702393b24ceec50954d6d" metafile = true +[[files]] +file = "mods/plushie.pw.toml" +hash = "99b0c10c575e0dde89e6c856fc4576a3e68e998861f1be53ff462e3b79b22203" +metafile = true + [[files]] file = "mods/polymorph.pw.toml" hash = "8c65958007f81cdf1a57dac999ec7ffdde17cce6154c9a2f75bbb389fd11efbf" @@ -1495,6 +1904,11 @@ file = "mods/pretty-pipes.pw.toml" hash = "0729cfefad5651843eb27cc59464ca1ba9d4221f4f9393291a66645817944122" metafile = true +[[files]] +file = "mods/pretty-rain.pw.toml" +hash = "d6e773e9b7f99cc8d83d4df2c085df97016ac3fb545add46310570cea8d594e3" +metafile = true + [[files]] file = "mods/prism-lib.pw.toml" hash = "2b0772879a1d43e6fc0d892dca4a85d360e813d5cd3907fc2ab42f345b146362" @@ -1506,38 +1920,13 @@ hash = "3e206eab3141046deacb09e998bb854df66bd4319b6f6cb77e84d85366836bbf" metafile = true [[files]] -file = "mods/project-red-core.pw.toml" -hash = "98e03508421ce06b124bf740699a559004461a4f9323cbc1dc4755d88d606dae" -metafile = true - -[[files]] -file = "mods/project-red-expansion.pw.toml" -hash = "5c43d83a56390cf77a2f1f3bdf3bdfb853f3e0e2080b81ee4badf8d1cb86fe29" -metafile = true - -[[files]] -file = "mods/project-red-fabrication.pw.toml" -hash = "336a5ca52ebc0c4a00efc03424d37ce6d74c921958fce31ed10403d1519b2c34" -metafile = true - -[[files]] -file = "mods/project-red-illumination.pw.toml" -hash = "b338de21dac4ffc7e13a88ca233ad3edf98b3cd7fc93f8098a56cf1bc64a15f5" -metafile = true - -[[files]] -file = "mods/project-red-integration.pw.toml" -hash = "fde5ac0f66a3804b5c8cc3e52342499cd95a607f436c6978f078ba1ff9be6b63" -metafile = true - -[[files]] -file = "mods/project-red-transmission.pw.toml" -hash = "2851faa364c2c6c2121d697d4adaad21303a7117769cd9804ddfbba49b22708a" +file = "mods/progressive-bosses.pw.toml" +hash = "98ee28550e828fde9e52898bcb79964786c33c2be18d62124a2ff265cf555b2e" metafile = true [[files]] file = "mods/puzzles-lib.pw.toml" -hash = "cc9064c8ab8c286efa63451ea1d0421f279d6462615fd1f4f6f23f4b82a69e40" +hash = "74991cede8019cf93d1243369d840913375ab3a7d448d764c7a15f87f5bc4e52" metafile = true [[files]] @@ -1545,6 +1934,11 @@ file = "mods/quark.pw.toml" hash = "782e93dadc96d37803987d33c91155d7ad4be1bad1f9fda02d2c50dd29f7972a" metafile = true +[[files]] +file = "mods/radiant-gear.pw.toml" +hash = "0769e162810d1d35105b3c777f8acdb52970b32f77da15d09c88c4e41eb2a3c4" +metafile = true + [[files]] file = "mods/radium-reforged.pw.toml" hash = "77fa86d36ada0d178545853f987f9e71128e1833c9c29ae62c436c09bdb31948" @@ -1567,7 +1961,7 @@ metafile = true [[files]] file = "mods/refurbished-furniture.pw.toml" -hash = "35ab5c3dcf5dd6b521dbf5d5543879d751ba4bdbcb1781ce2a27cb98f6b105e9" +hash = "d0bf99ee6738fe077f5da39695f8f04aaa5fc25b5aad9387310d9d6134759500" metafile = true [[files]] @@ -1575,6 +1969,11 @@ file = "mods/regrowth.pw.toml" hash = "7f38ad4c05aaac5b63f8a1802548a5d7d0639d9f819c9646833bd9fd3a538f34" metafile = true +[[files]] +file = "mods/repurposed-structures-forge.pw.toml" +hash = "e2df7d107a8bbbd97924de5e8230ec319970134029bde0b857ed8e863acc8591" +metafile = true + [[files]] file = "mods/resource-pack-overrides.pw.toml" hash = "5614c4af04d39763d7779a77b457947ac9cde2e8e22823720ccb505c792b2dc1" @@ -1587,7 +1986,12 @@ metafile = true [[files]] file = "mods/resourceful-lib.pw.toml" -hash = "33c1012df4c3267ee9e70509001739908b2f2c72ae0b2728a750b3516644aa2c" +hash = "5c07edd0c8fe82e85efd6c027476ba54cf98291526803b74614c3436292e4ab6" +metafile = true + +[[files]] +file = "mods/resourcepackcached.pw.toml" +hash = "210909880704cdaf7ee4fd757519ccf0755c877722be3cb7347f9d4488295ed4" metafile = true [[files]] @@ -1595,6 +1999,11 @@ file = "mods/responsiveshields.pw.toml" hash = "5e2560813db484f28e643ecab4db6fa0ef4f67801c60dd97a0b64e8763c62385" metafile = true +[[files]] +file = "mods/retro-damage-indicators.pw.toml" +hash = "09951e94c8fcacfdc580c76554c15c50f4f28bcf9587fc6a9fed6eef09015b34" +metafile = true + [[files]] file = "mods/rhino.pw.toml" hash = "ca4411ac6d8a9a892948bb63cd0ba52ae5523ca5e257632d6ae8c933b660c5ee" @@ -1605,6 +2014,21 @@ file = "mods/rpl.pw.toml" hash = "e57b6a5323ab8f386d4ddfe8bd6232b5bd08afc95275a65fd30ee5b0cf031045" metafile = true +[[files]] +file = "mods/rrls.pw.toml" +hash = "35c4484a3bd6b9055f3f944ed8bdc27fb8c62a385277b9e7f89fd19bccfa4191" +metafile = true + +[[files]] +file = "mods/ryoamiclights.pw.toml" +hash = "eb3e0a0e6ce67ec6164900d16a1ad9a6b72b5a3dcae42ef66a5ba2b75f8ececc" +metafile = true + +[[files]] +file = "mods/saplanting.pw.toml" +hash = "3fd9d3cae12326ac693bbb1f16ae17fa17e6d0ca1d267334526af8926a940b65" +metafile = true + [[files]] file = "mods/savage-and-ravage.pw.toml" hash = "47c45d5e9c8dd1d1a388d3bfc3de5fb91fe1b0f699036983a7e25c30b5d68c22" @@ -1622,7 +2046,7 @@ metafile = true [[files]] file = "mods/security-craft.pw.toml" -hash = "a157ae53232ad935e2bc2fd837cdd1fc8bfd59dccb28f62e43168535a3d7cded" +hash = "e1ba99a16736c1f1cf3f88f5f88be42b529922a066ca4c1f67384c5b69d37a4b" metafile = true [[files]] @@ -1632,7 +2056,7 @@ metafile = true [[files]] file = "mods/servercore.pw.toml" -hash = "5f67406870237320fd17a3a464d8a6108672f9e80bc0212848b9d50a84b91796" +hash = "517915b57bfe0877d5c252e0f79084b545627770082ccdbe769c39b4031378b9" metafile = true [[files]] @@ -1642,7 +2066,7 @@ metafile = true [[files]] file = "mods/shoulder-surfing-reloaded.pw.toml" -hash = "52689b14c647d952851914e10033659233d08a93d92b222392145bfd3803bad4" +hash = "f07304a74a216d0c0209bfe6a16263289b1ca5eb4e30250bb8f96ca1e1de51d0" metafile = true [[files]] @@ -1660,9 +2084,14 @@ 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 = "1f24b43be5efacc252ef6df1d794ea811fd3f33e6f76d6d999e11e28018e553e" +hash = "c2c7b6d4eed58bc50c480356cfd76650133a5b0e0b31e88b81567f04736fe3fe" metafile = true [[files]] @@ -1686,13 +2115,18 @@ hash = "a5282d80aebb13f3d5512c737b9547a0d093671703b9e93b2d42c2ad50804140" metafile = true [[files]] -file = "mods/skills.pw.toml" -hash = "190b39fc173e8b70fbe0c3096101dbf173a18b908c0c852db1e70a018cd78cbe" +file = "mods/skinrestorer.pw.toml" +hash = "df7020416ba59a3c38e2782172686702c8c908d9b5dba73deb4ceb50654eac6f" metafile = true [[files]] file = "mods/slice-and-dice.pw.toml" -hash = "ebc991519db80f7009e67023483354bb562ee939eeac754cf4cb290e29d01761" +hash = "5a9b0472f83570f78750dd1973a2d4e599d546ded34539930036b6f187dde4c1" +metafile = true + +[[files]] +file = "mods/small-ships.pw.toml" +hash = "a291a8d50f30843e49d92db1cde7734327e809b52d24183eecff8c165eed82a6" metafile = true [[files]] @@ -1707,7 +2141,7 @@ metafile = true [[files]] file = "mods/snow-under-trees.pw.toml" -hash = "7208d9c2aa81d8d456d048afd691d77c1d29f6d96623b0a538f6aa5d2a58130d" +hash = "ae410d05070a1fd74bced0d747a54eec522921889b302d05b94cf4fc5d44e8dc" metafile = true [[files]] @@ -1727,27 +2161,27 @@ metafile = true [[files]] file = "mods/sophisticated-backpacks-create-integration.pw.toml" -hash = "625c2b5209e679c9a8c8d1733b0667516fee4e0d71fc01d3ca797d61a40e40b5" +hash = "5c3e838f7a5a9e4bdf0158d37e3e61872b5b5211525e5fa26ecf802c7220ab3f" metafile = true [[files]] file = "mods/sophisticated-backpacks.pw.toml" -hash = "3466500d3d5e0582ef44b24b3ae5596790b430b9a7ee784d1a6a0f48105c4598" +hash = "dae8fd03abe4ceb053cb365c865a60be3a92aa5f10fa79e6136770f23db64282" metafile = true [[files]] file = "mods/sophisticated-core.pw.toml" -hash = "ad786c4347011d61febf00111288c9862c8d98eb3bd5b3b24a7525462a9242a3" +hash = "f13b1a634b1e821070711549e50159733b747bb208801ec8411816e1b77a534a" metafile = true [[files]] file = "mods/sophisticated-storage-create-integration.pw.toml" -hash = "f547a21c4fbc66ee7511d67924f12ee544191ade58270e8b414820e84cbc3134" +hash = "1298f00ae11d6871a87b18d2af78d939542e277ccb59953886502568981a0c42" metafile = true [[files]] file = "mods/sophisticated-storage.pw.toml" -hash = "fd516396d242500448e80d7e37a7bbcf15bf6b2c191b09e0fd5f0e430f2affb2" +hash = "1a671e795d0e4b92665e140096460dc8961dfc61b95e0568e5284693f58cce0e" metafile = true [[files]] @@ -1765,6 +2199,26 @@ file = "mods/sparsestructures.pw.toml" hash = "8abb5d92b79ec9531b91a51ecd2d199c294553de3982820a37625f816e9430d8" 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/stone-zone.pw.toml" +hash = "16c515541a1e04e6129ae5ac73ff122e70c1f7b6ad4245d67eb69e4a0b1edbd2" +metafile = true + [[files]] file = "mods/structure-essentials-forge-fabric.pw.toml" hash = "d363e398432dc2bb7fca4da57b228714ece2e8488d930c3177cb52fe84ea2896" @@ -1777,12 +2231,12 @@ metafile = true [[files]] file = "mods/structurize.pw.toml" -hash = "3d53fa1767da8c6ac2d9268acf67c7a191828e0dda4e6677fda434a23a99dfe5" +hash = "c35e5a06dcd2a6a2614200254f7ba1b9a016b9c9ad38ed2f3343766673f6b764" metafile = true [[files]] file = "mods/stylecolonies.pw.toml" -hash = "495422b26c0153e4595e6af55aa5d07bdf2dab951fd703f5c72eccbcc8055511" +hash = "49cd3d2e248f86ea44057302b7bbbf72dafd3bbf0cd3c91cc3e9a979de1b038c" metafile = true [[files]] @@ -1797,7 +2251,7 @@ metafile = true [[files]] file = "mods/supplementaries.pw.toml" -hash = "e06b639b9475918643d71f95eb745bb6a5f7033d7f36f057bacb0e93b3d03279" +hash = "bc95c66c8a61ad096681adcdef283f5a8a80d8686bf68b8ea989ff48fb5c0812" metafile = true [[files]] @@ -1815,49 +2269,14 @@ file = "mods/terrablender.pw.toml" hash = "ea2e58a4de6dede94d982dd935753307a9a4f8c45e5920750e84d3db6faa1454" metafile = true -[[files]] -file = "mods/terralith.pw.toml" -hash = "b0978cb7ae7b79c5be89b323ca1bd038f693ff6d11c43dfcbd63953964149af2" -metafile = true - [[files]] file = "mods/text-animator.pw.toml" hash = "affe29b0f45b557be4403f751c474de7ae372d073037b99012b1218bb1268300" metafile = true [[files]] -file = "mods/thermal-cultivation.pw.toml" -hash = "a2b0b8b765b7d8ef735276c0c09488353da50671f3a62684b1046a052f3a8a15" -metafile = true - -[[files]] -file = "mods/thermal-dynamics.pw.toml" -hash = "280fc16d8cbed28aff6aef45470a22b55cd64394f87eb6f59ce640e70fa27399" -metafile = true - -[[files]] -file = "mods/thermal-expansion.pw.toml" -hash = "1603a2d57a71762925e57c61ae45649bf6aab128295a31efec214b0676c79024" -metafile = true - -[[files]] -file = "mods/thermal-foundation.pw.toml" -hash = "626f0ea226f55c453930ef387b32ad090c8defdd07792fe0aefc4b5afa87cb46" -metafile = true - -[[files]] -file = "mods/thermal-innovation.pw.toml" -hash = "d0d2d356f1a5015e354516ed99549815b3dac67307c1374cf5b87e2333afaa62" -metafile = true - -[[files]] -file = "mods/thermal-integration.pw.toml" -hash = "ed869df5d51c4496840f3d5fb2c9d86bab6cf25f8b12eb7dda139aaa65b18d05" -metafile = true - -[[files]] -file = "mods/thermal-locomotion.pw.toml" -hash = "0459cc802d3353342386dfe9455b99587a4dc39ca4007944d71d248517965754" +file = "mods/thirst-was-taken.pw.toml" +hash = "ce8bf92b15d52138235ade355923aea4d9c10469cc64017251c12bbb66c9b88c" metafile = true [[files]] @@ -1867,7 +2286,7 @@ metafile = true [[files]] file = "mods/tmrv.pw.toml" -hash = "9ebed72eafac155f31769bd8811b6c629fa05dac0c5a99151f5ef36be7739ecf" +hash = "a670e30e6a4ca146bc13cd21238899b01eb877daa2bd6ebfef4a2e97cd4925d2" metafile = true [[files]] @@ -1875,6 +2294,11 @@ file = "mods/toms-peripherals.pw.toml" hash = "1db3c3af533564aa1355e6041419db817bff50ac697cada6d4ab11c8d24c69c2" metafile = true +[[files]] +file = "mods/too-fast.pw.toml" +hash = "c24febd1fd6db1cf87dc4ba9caf9ecedba0e7326c06456dcce71c390ba98b424" +metafile = true + [[files]] file = "mods/towntalk.pw.toml" hash = "32e0f6bce7adc5b09ba3350110ac4be7ee04e556db35ba1db97bacfabd31e4dc" @@ -1895,6 +2319,11 @@ file = "mods/treechop.pw.toml" hash = "de3524544e462fc53f0959a59c879a866730436083527ecf37852f4682b93786" metafile = true +[[files]] +file = "mods/trials-chambers-backport.pw.toml" +hash = "fe6141476e2f7c8dedbba98bf74cb3ef012bfa0d43a0ebcbd63f3817353c251c" +metafile = true + [[files]] file = "mods/tumbleweed.pw.toml" hash = "15af8d1b761076f112ac3a81edb2b2d5647688d7e30ea2460fe7841d43323b27" @@ -1916,23 +2345,18 @@ hash = "de12903119040ec0f566d6b2f155d50c8c2fbde3e01f415d1761ed10c9b178d9" metafile = true [[files]] -file = "mods/vampires-need-umbrellas.pw.toml" -hash = "2905c695fcea5c12cd5bef42a2385fc55d67e0c62e99badc916e8c65f86b5fe6" +file = "mods/vanillabackport.pw.toml" +hash = "3ffd7bf994c8472ec7dcce39d4cc87f1a6cfee523c9ed36d55f6b7bde6220da2" metafile = true [[files]] -file = "mods/vampirism-become-a-vampire.pw.toml" -hash = "2e1fecf7bfd784b606f8525192de50dfb7db993b938e0911621b6c07a65ae6dc" +file = "mods/villager-names-serilum.pw.toml" +hash = "3cfc1070e53b96ec42fadea40770178eb4a2fdb50246879f570b164c2eb7b197" metafile = true [[files]] -file = "mods/vampirism-integrations.pw.toml" -hash = "332551c0553fa7589f8324aaba183510c8ebdd5ac2823f71cfb753908a228afe" -metafile = true - -[[files]] -file = "mods/venders-game.pw.toml" -hash = "aaf611eb8a2ee93e52267d0c988533d13186f4e436da1d19bc4931f999d0f7b5" +file = "mods/villager-workers.pw.toml" +hash = "19bfd9ceea4903a0c577351d4dfd1549e962afdd566030762d885104bce7bc04" metafile = true [[files]] @@ -1941,13 +2365,18 @@ hash = "00e6f0cd99061c678ac3228d0e730f6a0940dcea9329494bd55cce63b1216cc8" metafile = true [[files]] -file = "mods/vivecraft-compat.pw.toml" -hash = "a60a25f11519f63169ab6560fa88a8d33de16ee111b2fc812756c7d2173f69bd" +file = "mods/visuality-forge.pw.toml" +hash = "736738062381bec4d55b726546b4fab7443bea0e5983e8af65b90c56da72da06" metafile = true [[files]] -file = "mods/vivecraft.pw.toml" -hash = "715293ca3b656d3957d5dc974047c3629bb0512307044860100983a433015589" +file = "mods/voidtotem.pw.toml" +hash = "8a49a31e1a2840c9f8973de29ec2d4f57eb277167363162755fbd026b5dd13b3" +metafile = true + +[[files]] +file = "mods/wakes-reforged.pw.toml" +hash = "12742b8bf7d714bfb46d19fa1f8784b34bfdcc14f4625429d4bd530659a81163" metafile = true [[files]] @@ -1957,12 +2386,17 @@ metafile = true [[files]] file = "mods/waterframes.pw.toml" -hash = "86d64d907b512c2dccacacc724340588227480e3adf89aaf733299b32071bc6e" +hash = "d28b90966022063b1e09f5dba0c03a5a76537561fe81d7396fc3e5c6d1eab503" metafile = true [[files]] file = "mods/watermedia.pw.toml" -hash = "7109c28cd8cd4e32634ad3c6d167bc7c717b17e2598a078cbab7fa73f7f8caa5" +hash = "71c614959650d8c1f72d4e8a0e221c263685da7da47ed7278e3631ed780f6eea" +metafile = true + +[[files]] +file = "mods/wavey-capes.pw.toml" +hash = "b49b9420c03d23a5d9c6db184d5b8af73f02d82edb0724ce51eb1543ed8616db" metafile = true [[files]] @@ -2050,6 +2484,11 @@ file = "mods/zeta.pw.toml" hash = "f4317b7e3936074a1eb5530d5883e4da7105b18edd8f89b0e5064b354ec7bff8" metafile = true +[[files]] +file = "mods/zombie-awareness.pw.toml" +hash = "7a4b8e290aa6cd5602482fce48c71a2822a2380f35a586cd7444b3f1680629e8" +metafile = true + [[files]] file = "mods/zombie-horse-spawn.pw.toml" hash = "14fd76ab4194290801666a5f1f9147d14e41ef7df07423a33970aa120054397a" @@ -2075,6 +2514,16 @@ file = "resourcepacks/create-immersive-aircrafts-warship.pw.toml" hash = "28ee2dba0ba6725b94705abb55ea2ba496854f3150a2e04633049b62b0c1d965" metafile = true +[[files]] +file = "resourcepacks/created-pretty-pipes.pw.toml" +hash = "4bd6658dce272ed195c49753ea45ae15db5334111fbd3ce8251cbf7ffc8c7519" +metafile = true + +[[files]] +file = "resourcepacks/enhanced-boss-bars.pw.toml" +hash = "88496e670b35be0585d76f593cad1e59e76e7e9c4a014d5e8e4ce8c8b8e29986" +metafile = true + [[files]] file = "resourcepacks/enhancedvisual-pixelated.pw.toml" hash = "97fc6f322c735434313528746c38e5d5db85ea49ac379cfd06af32d42cc348b3" @@ -2124,3 +2573,13 @@ metafile = true file = "resourcepacks/vanillatweaks.pw.toml" hash = "e5ea45ecd43650b7add4558bd39d0c6223574e60ea12e6a22db147b7fa36ec5c" metafile = true + +[[files]] +file = "shaderpacks/bsl-shaders-classic.pw.toml" +hash = "466d4026a8d2275e932d395feb928fe64bf8e2adb1bb1b2842bf73825d7c4653" +metafile = true + +[[files]] +file = "shaderpacks/bsl-shaders.pw.toml" +hash = "de935cc093420166c4b011e130c35b64919d0d4e9862e2ea169745f307583259" +metafile = true diff --git a/kubejs/data/create-let-the-adventure-begin.pw.toml b/kubejs/data/create-let-the-adventure-begin.pw.toml new file mode 100644 index 0000000..41c9938 --- /dev/null +++ b/kubejs/data/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/kubejs/data/ctov-advanced-peripheral-compat.pw.toml b/kubejs/data/ctov-advanced-peripheral-compat.pw.toml new file mode 100644 index 0000000..21dc616 --- /dev/null +++ b/kubejs/data/ctov-advanced-peripheral-compat.pw.toml @@ -0,0 +1,13 @@ +name = "CTOV - Advanced Peripheral Compat" +filename = "ctov-advanced-peripheral-add-on-v2-0.zip" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/dLYWYSIm/versions/uS3bLyHY/ctov-advanced-peripheral-add-on-v2-0.zip" +hash-format = "sha512" +hash = "70e8bb462ebd50825eade1c288a37d67db1489e2d1d5c6a714614348618728cbf073779518805c7050bccc26a8d165cb64ff4f9534f08dae67323a4d32b36332" + +[update] +[update.modrinth] +mod-id = "dLYWYSIm" +version = "uS3bLyHY" diff --git a/kubejs/data/ctov-domesticated-innovation-compat.pw.toml b/kubejs/data/ctov-domesticated-innovation-compat.pw.toml new file mode 100644 index 0000000..af28ff0 --- /dev/null +++ b/kubejs/data/ctov-domesticated-innovation-compat.pw.toml @@ -0,0 +1,13 @@ +name = "CTOV - Domesticated Innovation Compat" +filename = "ctov-domestication-innovation-add-on-v2-0.zip" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/BORRKwOq/versions/xMIlox24/ctov-domestication-innovation-add-on-v2-0.zip" +hash-format = "sha512" +hash = "983edac3e63249977fb7253aed6af5edca9bb30115c0442dae0507743f3ebfc5614ea1e23a994605a2bd7e80c7683b89cca8922f889f3aa0bdeb308cd9fa0d29" + +[update] +[update.modrinth] +mod-id = "BORRKwOq" +version = "xMIlox24" diff --git a/kubejs/data/ctov-savage-and-ravage-compat.pw.toml b/kubejs/data/ctov-savage-and-ravage-compat.pw.toml new file mode 100644 index 0000000..9689af5 --- /dev/null +++ b/kubejs/data/ctov-savage-and-ravage-compat.pw.toml @@ -0,0 +1,13 @@ +name = "CTOV - Savage and Ravage Compat" +filename = "ctov-savage-and-ravage-add-on-v2-0.zip" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/p7P0HjJw/versions/2PiTffxb/ctov-savage-and-ravage-add-on-v2-0.zip" +hash-format = "sha512" +hash = "a8d309a8390d3e7f4e7e6437f918676352a3f5e7eda6d26b63d0242fae9b37167bcd94b46ad00517adc9cf67231dbfce9061251fdbba54dc1a0f9c31d5ca563f" + +[update] +[update.modrinth] +mod-id = "p7P0HjJw" +version = "2PiTffxb" diff --git a/kubejs/data/dungeons-and-taverns.pw.toml b/kubejs/data/dungeons-and-taverns.pw.toml new file mode 100644 index 0000000..8307dce --- /dev/null +++ b/kubejs/data/dungeons-and-taverns.pw.toml @@ -0,0 +1,13 @@ +name = "Dungeons and Taverns" +filename = "Dungeons and Taverns 3.0.3.fix.zip" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/tpehi7ww/versions/J9ojWPrx/Dungeons%20and%20Taverns%203.0.3.fix.zip" +hash-format = "sha512" +hash = "6a7b8c7e7ee9e84761d34b51f8400403ee5a46f947dd6b04f90b4ad4f15b947eefedc3ffb7555ba369622866ca6e8127ad5e4f974a0700b348f7db42d3a9fd94" + +[update] +[update.modrinth] +mod-id = "tpehi7ww" +version = "J9ojWPrx" diff --git a/kubejs/data/repurposed-structures-farmers-delight-compat.pw.toml b/kubejs/data/repurposed-structures-farmers-delight-compat.pw.toml new file mode 100644 index 0000000..a201aba --- /dev/null +++ b/kubejs/data/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/mods/3dskinlayers.pw.toml b/mods/3dskinlayers.pw.toml index 9a0c260..b7665df 100644 --- a/mods/3dskinlayers.pw.toml +++ b/mods/3dskinlayers.pw.toml @@ -1,18 +1,18 @@ name = "3D Skin Layers" -filename = "skinlayers3d-forge-1.7.5-mc1.20.1.jar" +filename = "skinlayers3d-forge-1.8.1-mc1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/zV5r3pPn/versions/93jYE7eX/skinlayers3d-forge-1.7.5-mc1.20.1.jar" -hash-format = "sha1" -hash = "b3c7025f1330efb98165609b16fe0eb1f3ba3aa6" - -[option] -optional = true -default = true -description = "Render the player skin layer in 3D" +url = "https://cdn.modrinth.com/data/zV5r3pPn/versions/FCGRRtOk/skinlayers3d-forge-1.8.1-mc1.20.1.jar" +hash-format = "sha512" +hash = "4320e863bbcbca078b98ba24b7253a60253cd9d4c8eb82c45daf206c1b52670dc2644abbf5e78a6ac65ff852235c9d6e2f8fc5ad2c38d0f413205eb52d5d4bbe" [update] [update.modrinth] mod-id = "zV5r3pPn" -version = "93jYE7eX" +version = "FCGRRtOk" + +[option] +optional = true +description = "Render the player skin layer in 3D" +default = true 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/advancedperipherals.pw.toml b/mods/advancedperipherals.pw.toml index 136f340..06b9905 100644 --- a/mods/advancedperipherals.pw.toml +++ b/mods/advancedperipherals.pw.toml @@ -1,13 +1,13 @@ name = "Advanced Peripherals" -filename = "AdvancedPeripherals-1.20.1-0.7.41r.jar" +filename = "AdvancedPeripherals-1.20.1-0.7.44r.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/SOw6jD6x/versions/n4Npq89k/AdvancedPeripherals-1.20.1-0.7.41r.jar" -hash-format = "sha1" -hash = "e1040428e13272a318c06257ad9b1c6706f5ed1d" +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 = "n4Npq89k" +version = "toqbt6Np" diff --git a/mods/ai-improvements.pw.toml b/mods/ai-improvements.pw.toml deleted file mode 100644 index 06f8f52..0000000 --- a/mods/ai-improvements.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "AI Improvements" -filename = "AI-Improvements-1.20-0.5.2.jar" -side = "server" - -[download] -url = "https://cdn.modrinth.com/data/DSVgwcji/versions/eJihmpNQ/AI-Improvements-1.20-0.5.2.jar" -hash-format = "sha1" -hash = "11ad483d1fd1f7ebd84b4940b1dc0926b3e9daa8" - -[update] -[update.modrinth] -mod-id = "DSVgwcji" -version = "eJihmpNQ" diff --git a/mods/alchemistry.pw.toml b/mods/alchemistry.pw.toml deleted file mode 100644 index 39fed0e..0000000 --- a/mods/alchemistry.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Alchemistry" -filename = "alchemistry-1.20.1-2.3.4.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "f0656d019a7254befb87e46bcae1dc0ce7acd173" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4770614 -project-id = 293425 diff --git a/mods/alchemylib.pw.toml b/mods/alchemylib.pw.toml deleted file mode 100644 index 253a2ae..0000000 --- a/mods/alchemylib.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "AlchemyLib" -filename = "alchemylib-1.20.1-1.0.30.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "7942a72f2df9f09aacd39aaa26803ebcc637ffb6" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 5037781 -project-id = 293426 diff --git a/mods/ambientsounds.pw.toml b/mods/ambientsounds.pw.toml index 43cb718..f27c312 100644 --- a/mods/ambientsounds.pw.toml +++ b/mods/ambientsounds.pw.toml @@ -1,18 +1,18 @@ name = "AmbientSounds" -filename = "AmbientSounds_FORGE_v6.1.10_mc1.20.1.jar" +filename = "AmbientSounds_FORGE_v6.1.11_mc1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/fM515JnW/versions/xGUL054M/AmbientSounds_FORGE_v6.1.10_mc1.20.1.jar" -hash-format = "sha1" -hash = "e7ef689927dc79299548b4350783e40aa038c7f7" - -[option] -optional = true -default = true -description = "Adds a rich ambience to the minecraft world." +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 = "xGUL054M" +version = "lDrRWaFm" + +[option] +optional = true +description = "Adds a rich ambience to the minecraft world." +default = true diff --git a/mods/aquaculture-delight.pw.toml b/mods/aquaculture-delight.pw.toml new file mode 100644 index 0000000..dd69b34 --- /dev/null +++ b/mods/aquaculture-delight.pw.toml @@ -0,0 +1,13 @@ +name = "Aquaculture Delight" +filename = "aquaculturedelight-1.1.0-forge-1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/U9GJqWrI/versions/Qn9bVRpQ/aquaculturedelight-1.1.0-forge-1.20.1.jar" +hash-format = "sha512" +hash = "f0d727c1d744f602fa61841616b43dd9f9855a9d04b0ffd7cfbdaa93b7909c16be9d8666e717df439b26cd1d77146d5c1438435b800a1ae2eb75be0189b22bf7" + +[update] +[update.modrinth] +mod-id = "U9GJqWrI" +version = "Qn9bVRpQ" diff --git a/mods/area-effect-clouds-3d.pw.toml b/mods/area-effect-clouds-3d.pw.toml new file mode 100644 index 0000000..3881576 --- /dev/null +++ b/mods/area-effect-clouds-3d.pw.toml @@ -0,0 +1,13 @@ +name = "Area Effect Clouds 3D" +filename = "areaeffectcloud3d-1.0.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/6uNpi7nI/versions/QevoTLB5/areaeffectcloud3d-1.0.4.jar" +hash-format = "sha512" +hash = "baa5e5599beefd625d964b550b418be7b0fd492e8f24b42b42f7e516ba6f2987c063f46468abea8d397ccb8b3078751e9b65803ae438ce020056679565a6616f" + +[update] +[update.modrinth] +mod-id = "6uNpi7nI" +version = "QevoTLB5" diff --git a/mods/ars-nouveau.pw.toml b/mods/ars-nouveau.pw.toml index f6c04dc..40791c5 100644 --- a/mods/ars-nouveau.pw.toml +++ b/mods/ars-nouveau.pw.toml @@ -1,13 +1,13 @@ name = "Ars Nouveau" -filename = "ars_nouveau-1.20.1-4.12.6-all.jar" +filename = "ars_nouveau-1.20.1-4.12.7-all.jar" side = "both" [download] hash-format = "sha1" -hash = "7b67a645814dc4c9673f29bcb6f25cbe9544c826" +hash = "6c23a97d771ea7ad43bee9bd71d2f2a1f2084170" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 5894609 +file-id = 6688854 project-id = 401955 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/asyncparticles.pw.toml b/mods/asyncparticles.pw.toml new file mode 100644 index 0000000..bcaccdd --- /dev/null +++ b/mods/asyncparticles.pw.toml @@ -0,0 +1,13 @@ +name = "AsyncParticles" +filename = "AsyncParticles-2.3.0-alpha.1+1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/c3onkd5k/versions/gvitgjZ7/AsyncParticles-2.3.0-alpha.1%2B1.20.1.jar" +hash-format = "sha512" +hash = "9e3242b4127ebfc5ab29c7ae62b214f09944cae7930837ef4076c8d074495e618d361062ca60d28b4a119f0177f8cb1d1fcf2d0bdeace9f7646a4ee2e9ff008a" + +[update] +[update.modrinth] +mod-id = "c3onkd5k" +version = "gvitgjZ7" diff --git a/mods/athena-mod.pw.toml b/mods/athena-mod.pw.toml new file mode 100644 index 0000000..5ea8634 --- /dev/null +++ b/mods/athena-mod.pw.toml @@ -0,0 +1,13 @@ +name = "Athena" +filename = "athena-forge-1.20.1-3.1.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/b1ZV3DIJ/versions/DULOQFj7/athena-forge-1.20.1-3.1.2.jar" +hash-format = "sha512" +hash = "5a71a1c220eafbfbdb570fa204454352b48d55f238db1a5b398a8c40f6b0fbd8c09a2f6c10def330abdf3daadaa24dfa52471f8de931a93fd99dc7d85b60960b" + +[update] +[update.modrinth] +mod-id = "b1ZV3DIJ" +version = "DULOQFj7" diff --git a/mods/automobility.pw.toml b/mods/automobility.pw.toml new file mode 100644 index 0000000..a3411a0 --- /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] +hash-format = "sha1" +hash = "007f228d2d728ec0ec79ab405d09b05a4ee7bed6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4613497 +project-id = 658286 diff --git a/mods/azurelib.pw.toml b/mods/azurelib.pw.toml new file mode 100644 index 0000000..bb08973 --- /dev/null +++ b/mods/azurelib.pw.toml @@ -0,0 +1,13 @@ +name = "AzureLib" +filename = "azurelib-neo-1.20.1-3.0.8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4c66fe986c0b6a7ea83d4ca4865eed4a8d94d06d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6652099 +project-id = 817423 diff --git a/mods/badoptimizations.pw.toml b/mods/badoptimizations.pw.toml index 8e32bcb..4d2e424 100644 --- a/mods/badoptimizations.pw.toml +++ b/mods/badoptimizations.pw.toml @@ -1,18 +1,18 @@ name = "BadOptimizations" -filename = "BadOptimizations-2.2.2-1.20.1.jar" +filename = "BadOptimizations-2.2.3-1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/g96Z4WVZ/versions/5kAwHDZz/BadOptimizations-2.2.2-1.20.1.jar" -hash-format = "sha1" -hash = "04a3b472e31ab2c71ed7ae6051b718a0900302fb" - -[option] -optional = true -default = true -description = "Optimization mod that focuses on things other than rendering" +url = "https://cdn.modrinth.com/data/g96Z4WVZ/versions/6Js5HJ5e/BadOptimizations-2.2.3-1.20.1.jar" +hash-format = "sha512" +hash = "74020601544eacc77804981173957bdd839a0a4688e237483f5ce80a299a14b893abe11a23f60c44162ea8a4f9f3ac2952d0aade9875f87b4b1ef3ef8a254754" [update] [update.modrinth] mod-id = "g96Z4WVZ" -version = "5kAwHDZz" +version = "6Js5HJ5e" + +[option] +optional = true +description = "Optimization mod that focuses on things other than rendering" +default = true diff --git a/mods/balm.pw.toml b/mods/balm.pw.toml index 69482e8..3e48692 100644 --- a/mods/balm.pw.toml +++ b/mods/balm.pw.toml @@ -1,13 +1,13 @@ name = "Balm" -filename = "balm-forge-1.20.1-7.3.30-all.jar" +filename = "balm-forge-1.20.1-7.3.31-all.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/KQwDHwmX/balm-forge-1.20.1-7.3.30-all.jar" -hash-format = "sha1" -hash = "3feeff09618e4b897106ab2ca04687f91b7d97a3" +url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/jxGSAI51/balm-forge-1.20.1-7.3.31-all.jar" +hash-format = "sha512" +hash = "7969335f9228620159ae97a0f0d27bb11bb06b11999fdcc277296957310391fea39f49f0f8e6e0f6d368eb21899dce79691d01ff3670e03a25abebc832e7a39c" [update] [update.modrinth] mod-id = "MBAkmtvl" -version = "KQwDHwmX" +version = "jxGSAI51" diff --git a/mods/bamboo-everything.pw.toml b/mods/bamboo-everything.pw.toml new file mode 100644 index 0000000..0f89d88 --- /dev/null +++ b/mods/bamboo-everything.pw.toml @@ -0,0 +1,13 @@ +name = "Bamboo Everything" +filename = "BambooEverything-forge-3.0.3+mc1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ddc5738ccf252c7bc29841439b0a6ced9bdf5a1c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4681097 +project-id = 331723 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/blockui.pw.toml b/mods/blockui.pw.toml index 57cf7c3..823595c 100644 --- a/mods/blockui.pw.toml +++ b/mods/blockui.pw.toml @@ -1,13 +1,13 @@ name = "BlockUI" -filename = "blockui-1.20.1-1.0.190-snapshot.jar" +filename = "blockui-1.20.1-1.0.193.jar" side = "both" [download] hash-format = "sha1" -hash = "021049afd7db534a623e739ee8cc37fbc4edfe89" +hash = "b3b361140fbe5c5f96b56df22f8db2e8c6ac4a9c" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6368392 +file-id = 6646544 project-id = 522992 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/buddingcrystals.pw.toml b/mods/buddingcrystals.pw.toml new file mode 100644 index 0000000..7286ac3 --- /dev/null +++ b/mods/buddingcrystals.pw.toml @@ -0,0 +1,13 @@ +name = "BuddingCrystals" +filename = "BuddingCrystals-3.0.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "dfc8be19c40e3436f8d3c0b5956614017adcd6c6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5641653 +project-id = 628302 diff --git a/mods/caelus.pw.toml b/mods/caelus.pw.toml index 702173c..d905efb 100644 --- a/mods/caelus.pw.toml +++ b/mods/caelus.pw.toml @@ -1,13 +1,13 @@ -name = "Caelus API (Forge/NeoForge)" +name = "Caelus API" filename = "caelus-forge-3.2.0+1.20.1.jar" side = "both" [download] -hash-format = "sha1" -hash = "fa834f140bf7dce7b67c29b46cb531f4309d3209" -mode = "metadata:curseforge" +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.curseforge] -file-id = 5281700 -project-id = 308989 +[update.modrinth] +mod-id = "40FYwb4z" +version = "mRry0DgY" diff --git a/mods/cameraoverhaul.pw.toml b/mods/cameraoverhaul.pw.toml new file mode 100644 index 0000000..57e2e53 --- /dev/null +++ b/mods/cameraoverhaul.pw.toml @@ -0,0 +1,18 @@ +name = "Camera Overhaul" +filename = "CameraOverhaul-v2.0.4-forge+mc[1.20.0-1.20.5].jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/m0oRwcZx/versions/wI7mPzLg/CameraOverhaul-v2.0.4-forge%2Bmc%5B1.20.0-1.20.5%5D.jar" +hash-format = "sha512" +hash = "aed432cb50cbf24b6c1155b4234c4669caf02daf0156c3c9d970ad491433d02aaebd2c50c453d16e7f7581f6d54721cf4f25134e0a410a4d28c4abbdd2635a90" + +[option] +optional = true +default = true +description = "A mod that makes gameplay & movement more satisfying through the use of various camera rotations, and more!" + +[update] +[update.modrinth] +mod-id = "m0oRwcZx" +version = "wI7mPzLg" diff --git a/mods/cb-multipart.pw.toml b/mods/cb-multipart.pw.toml deleted file mode 100644 index 8e452b4..0000000 --- a/mods/cb-multipart.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "CB Multipart" -filename = "CBMultipart-1.20.1-3.3.0.146-universal.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/LmvnWWSV/versions/RKOPiW1p/CBMultipart-1.20.1-3.3.0.146-universal.jar" -hash-format = "sha1" -hash = "7eb4d3f7b9dc4b65cffd848f2949eb5d468dfc32" - -[update] -[update.modrinth] -mod-id = "LmvnWWSV" -version = "RKOPiW1p" diff --git a/mods/cc-tweaked.pw.toml b/mods/cc-tweaked.pw.toml index 7b1a596..ab28929 100644 --- a/mods/cc-tweaked.pw.toml +++ b/mods/cc-tweaked.pw.toml @@ -1,13 +1,13 @@ name = "CC: Tweaked" -filename = "cc-tweaked-1.20.1-forge-1.115.1.jar" +filename = "cc-tweaked-1.20.1-forge-1.116.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/gu7yAYhd/versions/GYnSPc0b/cc-tweaked-1.20.1-forge-1.115.1.jar" -hash-format = "sha1" -hash = "1a2f9672b3aa5e4c485c8b3ac0b2579ecdfb6798" +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 = "GYnSPc0b" +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/cgs.pw.toml b/mods/cgs.pw.toml new file mode 100644 index 0000000..42d14c2 --- /dev/null +++ b/mods/cgs.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Gunsmithing" +filename = "create-gunsmithing-1.20.1-1.1.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "57b5125a39ccef985e402cef875eda1443e59f28" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6707650 +project-id = 1194036 diff --git a/mods/chalk.pw.toml b/mods/chalk.pw.toml index 0e8a9fd..cf6edee 100644 --- a/mods/chalk.pw.toml +++ b/mods/chalk.pw.toml @@ -1,13 +1,13 @@ name = "Chalk" -filename = "chalk-1.20.1-1.6.5.jar" +filename = "chalk-1.20.1-1.6.6.jar" side = "both" [download] hash-format = "sha1" -hash = "e4dee75dfe5f8ca8ec21f89ff877d3564bd5c9df" +hash = "4476abc4a3f707c2e82d91038972644d92752df5" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 5979807 +file-id = 6661590 project-id = 533748 diff --git a/mods/chemlib.pw.toml b/mods/chemlib.pw.toml deleted file mode 100644 index 1477cc3..0000000 --- a/mods/chemlib.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "ChemLib" -filename = "chemlib-1.20.1-2.0.19.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "fe8feeed94c9cd7354c4a075ad81fc6f5e0a0d2c" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 5128632 -project-id = 340666 diff --git a/mods/chipped.pw.toml b/mods/chipped.pw.toml new file mode 100644 index 0000000..319131a --- /dev/null +++ b/mods/chipped.pw.toml @@ -0,0 +1,13 @@ +name = "Chipped" +filename = "chipped-forge-1.20.1-3.0.7.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/BAscRYKm/versions/pi3f4er3/chipped-forge-1.20.1-3.0.7.jar" +hash-format = "sha512" +hash = "be1871655e213cf488d5049058200e03655f63b5922b6031af142d79d8958dca6653e7fa501f1aa2fda5544ad44a4f593521a7927a516e99579406a23a187045" + +[update] +[update.modrinth] +mod-id = "BAscRYKm" +version = "pi3f4er3" diff --git a/mods/chunk-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/codechicken-lib-1-8.pw.toml b/mods/codechicken-lib-1-8.pw.toml deleted file mode 100644 index b057de9..0000000 --- a/mods/codechicken-lib-1-8.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "CodeChicken Lib 1.8.+" -filename = "CodeChickenLib-1.20.1-4.4.0.516-universal.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "f9b90ff58442b5967366fd90d24980a34540518d" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 5753868 -project-id = 242818 diff --git a/mods/collective.pw.toml b/mods/collective.pw.toml index f99c3fd..04e7354 100644 --- a/mods/collective.pw.toml +++ b/mods/collective.pw.toml @@ -3,11 +3,11 @@ filename = "collective-1.20.1-8.3.jar" side = "both" [download] -hash-format = "sha1" -hash = "ec387c40637a330661d9f4c3e59d93efc17046a2" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/e0M1UDsY/versions/P0uRrvF9/collective-1.20.1-8.3.jar" +hash-format = "sha512" +hash = "11263db68965bd7d727284ecfd84047d0085c647af1aa8903896946515742ae5ced21cf3b46497dcf5e35ff1f0db646dad2bc330b9c3997cf75b304d34e4f745" [update] -[update.curseforge] -file-id = 6429218 -project-id = 342584 +[update.modrinth] +mod-id = "e0M1UDsY" +version = "P0uRrvF9" diff --git a/mods/colorwheel-patcher.pw.toml b/mods/colorwheel-patcher.pw.toml new file mode 100644 index 0000000..9d7d649 --- /dev/null +++ b/mods/colorwheel-patcher.pw.toml @@ -0,0 +1,19 @@ +name = "Colorwheel Patcher" +filename = "colorwheel_patcher-forge-0.2.4+mc1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "17cce5f5de7efe043548802f4ed0fe4b29211d92" +mode = "metadata:curseforge" + +[option] +optional = true +default = false +description = "Colorwheel Patcher is a mod that automatically patches supported shaderpacks at launch to be made compatible with Colorwheel." + + +[update] +[update.curseforge] +file-id = 6763039 +project-id = 1285475 diff --git a/mods/colorwheel.pw.toml b/mods/colorwheel.pw.toml new file mode 100644 index 0000000..19234bd --- /dev/null +++ b/mods/colorwheel.pw.toml @@ -0,0 +1,18 @@ +name = "Colorwheel" +filename = "colorwheel-forge-0.2.3+mc1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1cc37ad7c35a4417c54fc112060b86922008c48e" +mode = "metadata:curseforge" + +[option] +optional = true +default = false +description = "Colorwheel is a mod that makes Flywheel and Iris/Oculus compatible." + +[update] +[update.curseforge] +file-id = 6762935 +project-id = 1254143 diff --git a/mods/completionists-index.pw.toml b/mods/completionists-index.pw.toml new file mode 100644 index 0000000..84cbd0a --- /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 = "both" + +[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/copycats.pw.toml b/mods/copycats.pw.toml index 38d4d76..160b158 100644 --- a/mods/copycats.pw.toml +++ b/mods/copycats.pw.toml @@ -1,13 +1,13 @@ name = "Create: Copycats+" -filename = "copycats-3.0.1+mc.1.20.1-forge.jar" +filename = "copycats-3.0.2+mc.1.20.1-forge.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/UT2M39wf/versions/N0bPoy0A/copycats-3.0.1%2Bmc.1.20.1-forge.jar" -hash-format = "sha1" -hash = "a92699d3d6459654aadad52ccb211243834cc647" +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 = "N0bPoy0A" +version = "ibcPwZZT" diff --git a/mods/corgilib.pw.toml b/mods/corgilib.pw.toml index 4a55962..f11b361 100644 --- a/mods/corgilib.pw.toml +++ b/mods/corgilib.pw.toml @@ -1,13 +1,13 @@ name = "CorgiLib" -filename = "Corgilib-Forge-1.20.1-4.0.3.3.jar" +filename = "Corgilib-Forge-1.20.1-4.0.3.4.jar" side = "both" [download] hash-format = "sha1" -hash = "d16e759524a44d4aeaaeeab15ac2e687175af209" +hash = "4b08e5f8f2580842eacd5388458a0b52411a9fb2" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6002849 +file-id = 6616784 project-id = 693313 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 index 9f49ba9..f68a06f 100644 --- a/mods/coroutil.pw.toml +++ b/mods/coroutil.pw.toml @@ -3,11 +3,11 @@ filename = "coroutil-forge-1.20.1-1.3.7.jar" side = "both" [download] -hash-format = "sha1" -hash = "7f5f0b62a638b6053c95919cbe8c2bea2e0c93d0" -mode = "metadata:curseforge" +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.curseforge] -file-id = 5096038 -project-id = 237749 +[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-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-better-fps.pw.toml b/mods/create-better-fps.pw.toml new file mode 100644 index 0000000..d3c7e2e --- /dev/null +++ b/mods/create-better-fps.pw.toml @@ -0,0 +1,18 @@ +name = "Create Better FPS" +filename = "createbetterfps-1.20.1-1.1.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "519f436f67c316db546cbab54a03fdbfd17fe9f1" +mode = "metadata:curseforge" + +[option] +optional = true +default = false +description = "This project can greatly improve your fps when using ShaderPacks playing Create6.0." + +[update] +[update.curseforge] +file-id = 6716449 +project-id = 1217518 diff --git a/mods/create-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 index 01f6a88..c6655e7 100644 --- a/mods/create-big-cannons.pw.toml +++ b/mods/create-big-cannons.pw.toml @@ -1,13 +1,13 @@ name = "Create Big Cannons" -filename = "createbigcannons-5.9.0+mc.1.20.1-forge.jar" +filename = "createbigcannons-5.9.1+mc.1.20.1-forge.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/GWp4jCJj/versions/ZOkFGRwq/createbigcannons-5.9.0%2Bmc.1.20.1-forge.jar" -hash-format = "sha1" -hash = "b1689d75c4a9fb594434649f55fb81c07404596b" +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 = "ZOkFGRwq" +version = "hdPNh3oa" diff --git a/mods/create-cc-total-logistics.pw.toml b/mods/create-cc-total-logistics.pw.toml index f336321..8425a4e 100644 --- a/mods/create-cc-total-logistics.pw.toml +++ b/mods/create-cc-total-logistics.pw.toml @@ -1,13 +1,13 @@ name = "Create: CC Total Logistics" -filename = "createcclogistics-1.20.1-forge-0.3.5.jar" +filename = "createcclogistics-1.20.1-forge-0.3.7.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/FuyTRq2g/versions/L1mTX79Z/createcclogistics-1.20.1-forge-0.3.5.jar" -hash-format = "sha1" -hash = "81ba37bdc27df52014d54e269bd13aff38b92b37" +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 = "L1mTX79Z" +version = "wsrJETfG" diff --git a/mods/create-confectionery.pw.toml b/mods/create-confectionery.pw.toml new file mode 100644 index 0000000..bbaf6ad --- /dev/null +++ b/mods/create-confectionery.pw.toml @@ -0,0 +1,13 @@ +name = "Create Confectionery" +filename = "create-confectionery1.20.1_v1.1.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/WPE5gRs9/versions/rMCmTwR8/create-confectionery1.20.1_v1.1.0.jar" +hash-format = "sha512" +hash = "a72005f5bd6cfe590f0ef359e1e7b9c9d9f573508e671f7e462c56c27d9fbbb413a9bdfd52eb5a1b59229535df9aba3c7f6f4ea082ca3f0b9df20041f5950921" + +[update] +[update.modrinth] +mod-id = "WPE5gRs9" +version = "rMCmTwR8" diff --git a/mods/create-connected.pw.toml b/mods/create-connected.pw.toml index 88b1e5d..8b97d63 100644 --- a/mods/create-connected.pw.toml +++ b/mods/create-connected.pw.toml @@ -1,13 +1,13 @@ name = "Create: Connected" -filename = "create_connected-1.0.3-mc1.20.1-all.jar" +filename = "create_connected-1.1.7-mc1.20.1-all.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Vg5TIO6d/versions/3VdM3n84/create_connected-1.0.3-mc1.20.1-all.jar" -hash-format = "sha1" -hash = "0c7dc70a77706e6289e612673ce9508d5de39b71" +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 = "3VdM3n84" +version = "HMzC945H" diff --git a/mods/create-diesel-generators.pw.toml b/mods/create-diesel-generators.pw.toml new file mode 100644 index 0000000..8b99bab --- /dev/null +++ b/mods/create-diesel-generators.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Diesel Generators" +filename = "createdieselgenerators-1.20.1-1.3.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ZM3tt6p1/versions/C5orwyhl/createdieselgenerators-1.20.1-1.3.2.jar" +hash-format = "sha512" +hash = "b24d334d54a155a5bbabbe846a07e97bde3c26da23e9101567757e3fff27f433b9751f3944587f53e5531df61f5cff5b7bab8f05cc8653a790da1b8f906a4dd2" + +[update] +[update.modrinth] +mod-id = "ZM3tt6p1" +version = "C5orwyhl" 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 index 38632f1..8d62180 100644 --- a/mods/create-enchantable-machinery.pw.toml +++ b/mods/create-enchantable-machinery.pw.toml @@ -1,13 +1,13 @@ name = "Create: Enchantable Machinery" -filename = "createenchantablemachinery-3.3.3+mc1.20.1-forge.jar" +filename = "createenchantablemachinery-3.4.1+mc1.20.1-forge.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/eqrvp4NK/versions/roObsdUd/createenchantablemachinery-3.3.3%2Bmc1.20.1-forge.jar" -hash-format = "sha1" -hash = "8f0e06984dc8a188726732f0f17133a66339bca1" +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 = "roObsdUd" +version = "hHW0Bm2r" diff --git a/mods/create-enchantment-industry.pw.toml b/mods/create-enchantment-industry.pw.toml index 9678960..6532992 100644 --- a/mods/create-enchantment-industry.pw.toml +++ b/mods/create-enchantment-industry.pw.toml @@ -1,13 +1,13 @@ name = "Create: Enchantment Industry" -filename = "create_enchantment_industry-1.3.2-for-create-6.0.4.jar" +filename = "create_enchantment_industry-1.3.3-for-create-6.0.6.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/JWGBpFUP/versions/j4ZxxcbE/create_enchantment_industry-1.3.2-for-create-6.0.4.jar" -hash-format = "sha1" -hash = "69c646642b6c7d97f7876cd847201c5d810b9e49" +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 = "j4ZxxcbE" +version = "E8bB0Vws" diff --git a/mods/create-halitosis.pw.toml b/mods/create-halitosis.pw.toml index 2d356b0..26e685f 100644 --- a/mods/create-halitosis.pw.toml +++ b/mods/create-halitosis.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/MOgR2kut/versions/oA3ZatXt/createhalitosis-1.20.1-1.0.1.jar" -hash-format = "sha1" -hash = "16ba23808b68fc7fede81434a354bf8f57463ea2" +hash-format = "sha512" +hash = "8a4d4174356561d59d33053eab6d6e675580d38d08b13d7a92bb93ea7c1d3a747b33df2688a9f2f53e2264ca5e993075e200d8d2fca6c0369c43a41880ebd573" [update] [update.modrinth] diff --git a/mods/create-jetpack.pw.toml b/mods/create-jetpack.pw.toml deleted file mode 100644 index 4128e42..0000000 --- a/mods/create-jetpack.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Create Jetpack" -filename = "create_jetpack-forge-4.4.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/UbFnAd4l/versions/wAQ8Ph2w/create_jetpack-forge-4.4.2.jar" -hash-format = "sha1" -hash = "075d763daff4c8d0522e9bc673760daf9eb7abb4" - -[update] -[update.modrinth] -mod-id = "UbFnAd4l" -version = "wAQ8Ph2w" diff --git a/mods/create-love-war.pw.toml b/mods/create-love-war.pw.toml deleted file mode 100644 index 77155aa..0000000 --- a/mods/create-love-war.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Create: Love & War" -filename = "createloveandwar-0.4.1-1.20.1-Create-6.0.0.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/71LJXmxX/versions/ifb6B2Zh/createloveandwar-0.4.1-1.20.1-Create-6.0.0.jar" -hash-format = "sha1" -hash = "61efa35bd58361203c5d0b39ed2be05ee5eaccc4" - -[update] -[update.modrinth] -mod-id = "71LJXmxX" -version = "ifb6B2Zh" diff --git a/mods/create-mechanical-extruder.pw.toml b/mods/create-mechanical-extruder.pw.toml index b4d8ed7..9eb1c7a 100644 --- a/mods/create-mechanical-extruder.pw.toml +++ b/mods/create-mechanical-extruder.pw.toml @@ -1,13 +1,13 @@ name = "Create Mechanical Extruder" -filename = "create_mecanical_extruder-1.20.1-1.6.9-6.0.4.jar" +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/xrCoD99D/create_mecanical_extruder-1.20.1-1.6.9-6.0.4.jar" -hash-format = "sha1" -hash = "a9ce8ed8774984e95548253a35979bda7dd7a2fd" +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 = "xrCoD99D" +version = "VNMBNgGY" diff --git a/mods/create-mechanical-spawner.pw.toml b/mods/create-mechanical-spawner.pw.toml index 019138d..2fe6422 100644 --- a/mods/create-mechanical-spawner.pw.toml +++ b/mods/create-mechanical-spawner.pw.toml @@ -1,13 +1,13 @@ name = "Create Mechanical Spawner" -filename = "create_mechanical_spawner-1.20.1-0.1.6-6.0.4.jar" +filename = "create_mechanical_spawner-1.20.1-0.1.7-6.0.6.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/T1hmeGi9/versions/wXrjWpGm/create_mechanical_spawner-1.20.1-0.1.6-6.0.4.jar" -hash-format = "sha1" -hash = "2555641e47fb5adae97b4c1469012c22e2876b96" +url = "https://cdn.modrinth.com/data/T1hmeGi9/versions/rmpoahFk/create_mechanical_spawner-1.20.1-0.1.7-6.0.6.jar" +hash-format = "sha512" +hash = "98bbd78eb33682203a5daae7f7f3d1000e0fcfb325624c9605a1e8a6638c15466282c53ed76245ab291aaff273b7bc6fce55c54a09986b89af23a2c05280e50f" [update] [update.modrinth] mod-id = "T1hmeGi9" -version = "wXrjWpGm" +version = "rmpoahFk" diff --git a/mods/create-metallurgy.pw.toml b/mods/create-metallurgy.pw.toml deleted file mode 100644 index 094826d..0000000 --- a/mods/create-metallurgy.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Create: Metallurgy" -filename = "createmetallurgy-0.0.7-C6-1.20.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/Soft45xC/versions/sr7zqqRS/createmetallurgy-0.0.7-C6-1.20.1.jar" -hash-format = "sha1" -hash = "7c642e6b29d63a6834fbc3efa23272f76a424e62" - -[update] -[update.modrinth] -mod-id = "Soft45xC" -version = "sr7zqqRS" diff --git a/mods/create-mobile-packages.pw.toml b/mods/create-mobile-packages.pw.toml index 85e4f19..6f16f6c 100644 --- a/mods/create-mobile-packages.pw.toml +++ b/mods/create-mobile-packages.pw.toml @@ -1,13 +1,13 @@ name = "Create: Mobile Packages" -filename = "create_mobile_packages-1.20.1-0.5.0.jar" +filename = "create_mobile_packages-1.20.1-0.5.5.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/1vXRfEHZ/versions/YQO7dCSQ/create_mobile_packages-1.20.1-0.5.0.jar" -hash-format = "sha1" -hash = "ce446d3c917f7757c18584354853d7c2c1ab51b5" +url = "https://cdn.modrinth.com/data/1vXRfEHZ/versions/iVETuh9w/create_mobile_packages-1.20.1-0.5.5.jar" +hash-format = "sha512" +hash = "e3880052d41b32e05df851ffd546408975949c74cb6b84fb5573b0eaab32ce934a92f4899fd53181577bc4cd7497f4d03a9fd329332b99f3e22b655482d58fc8" [update] [update.modrinth] mod-id = "1vXRfEHZ" -version = "YQO7dCSQ" +version = "iVETuh9w" diff --git a/mods/create-ore-excavation.pw.toml b/mods/create-ore-excavation.pw.toml index 9a7bd5e..26f6796 100644 --- a/mods/create-ore-excavation.pw.toml +++ b/mods/create-ore-excavation.pw.toml @@ -1,13 +1,13 @@ name = "Create Ore Excavation" -filename = "createoreexcavation-1.20-1.6.3.jar" +filename = "createoreexcavation-1.20-1.6.4.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/ResbpANg/versions/CNLjZPEs/createoreexcavation-1.20-1.6.3.jar" -hash-format = "sha1" -hash = "16bdf28e86d8e291f8b6c099feac169389b44caa" +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 = "CNLjZPEs" +version = "MPDMsEbA" 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 index 928dafd..c7beca5 100644 --- a/mods/create-railways-navigator.pw.toml +++ b/mods/create-railways-navigator.pw.toml @@ -1,13 +1,13 @@ name = "Create Railways Navigator" -filename = "createrailwaysnavigator-forge-1.20.1-beta-0.8.0-C6.jar" +filename = "createrailwaysnavigator-forge-1.20.1-beta-0.8.4-C6.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Dq3STxps/versions/jb6dTIwq/createrailwaysnavigator-forge-1.20.1-beta-0.8.0-C6.jar" -hash-format = "sha1" -hash = "7f932301f6b94fee8135725a230e5caa3b49b609" +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 = "jb6dTIwq" +version = "1el6zRxn" diff --git a/mods/create-sifting.pw.toml b/mods/create-sifting.pw.toml index a4063f7..40c0037 100644 --- a/mods/create-sifting.pw.toml +++ b/mods/create-sifting.pw.toml @@ -1,13 +1,13 @@ name = "Create Sifting" -filename = "createsifter-1.20.1-1.8.4-6.0.3.jar" +filename = "createsifter-1.20.1-1.8.6-6.0.6.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/r018adCw/versions/Dddl57MQ/createsifter-1.20.1-1.8.4-6.0.3.jar" -hash-format = "sha1" -hash = "c1189ad36b72f083dc6bb22fdd7fd837de9301ff" +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 = "Dddl57MQ" +version = "GlQRvUIe" diff --git a/mods/create-sound-of-steam.pw.toml b/mods/create-sound-of-steam.pw.toml index 7486392..924c608 100644 --- a/mods/create-sound-of-steam.pw.toml +++ b/mods/create-sound-of-steam.pw.toml @@ -1,13 +1,13 @@ name = "Create: Sound of Steam" -filename = "pipeorgans-0.7.1+1.20.1.jar" +filename = "pipeorgans-0.7.3+1.20.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/yGttHo06/versions/pmXex6aS/pipeorgans-0.7.1%2B1.20.1.jar" +url = "https://cdn.modrinth.com/data/yGttHo06/versions/dLzvs5GA/pipeorgans-0.7.3%2B1.20.1.jar" hash-format = "sha512" -hash = "1c38208bf87129ccfbe70001b5310f6175610ec262b7c989da0f8551f359e2fa6e1070ca5595b9fbb6a48ceb55dd63968304d534f449818584e507d9e053e392" +hash = "2a3f48cb50334fbf0f4819092992df8bc9c098a9e2f7fb70ead75de0cf8d346e2f3da5c7c449e47cd372492e7373cecd6d3878b0e3e4bb0fe15fdadc3824ade8" [update] [update.modrinth] mod-id = "yGttHo06" -version = "pmXex6aS" +version = "dLzvs5GA" diff --git a/mods/create-steam-n-rails.pw.toml b/mods/create-steam-n-rails.pw.toml new file mode 100644 index 0000000..c4cab56 --- /dev/null +++ b/mods/create-steam-n-rails.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Steam 'n' Rails" +filename = "Steam_Rails-1.6.11-alpha+forge-mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ZzjhlDgM/versions/miLFDQNQ/Steam_Rails-1.6.11-alpha%2Bforge-mc1.20.1.jar" +hash-format = "sha512" +hash = "5352b3be7dc800be4727f84bbc75050d4a81b1f220637188b0e9f411ad9ecd01ea3d9392165ec55574700d8c9fb8cfc930e9e3e6f87cc3d65022734a776da239" + +[update] +[update.modrinth] +mod-id = "ZzjhlDgM" +version = "miLFDQNQ" diff --git a/mods/create-teleporters.pw.toml b/mods/create-teleporters.pw.toml deleted file mode 100644 index d3c543b..0000000 --- a/mods/create-teleporters.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Create: Teleporters" -filename = "createteleporters2.3-1.20.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/9mtJ8MHP/versions/NeYvTQQ9/createteleporters2.3-1.20.1.jar" -hash-format = "sha1" -hash = "1ccd6755dea952add65abc22e9ad5d058613ed08" - -[update] -[update.modrinth] -mod-id = "9mtJ8MHP" -version = "NeYvTQQ9" diff --git a/mods/create-tfmg.pw.toml b/mods/create-tfmg.pw.toml deleted file mode 100644 index 04216ff..0000000 --- a/mods/create-tfmg.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Create: The Factory Must Grow" -filename = "tfmg-0.9.3b-1.20.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/USgVjXsk/versions/VwFfpSSM/tfmg-0.9.3b-1.20.1.jar" -hash-format = "sha1" -hash = "6ae7739062c925eed1c039f4da837f4e120b0f9a" - -[update] -[update.modrinth] -mod-id = "USgVjXsk" -version = "VwFfpSSM" diff --git a/mods/create-trading-floor.pw.toml b/mods/create-trading-floor.pw.toml new file mode 100644 index 0000000..bda29ad --- /dev/null +++ b/mods/create-trading-floor.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Trading floor" +filename = "trading_floor-forge-1.20.1-2.0.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/WROfLLvn/versions/9rfxvFEe/trading_floor-forge-1.20.1-2.0.4.jar" +hash-format = "sha512" +hash = "5b11162746f2da3371540029bda3c054d8aff5d0b3c7ca7faa77c073b9f74b73d9d2aae8dc3e7fee089aa2fb7d5daa3780ce024afeff427105138b4000ed0ec2" + +[update] +[update.modrinth] +mod-id = "WROfLLvn" +version = "9rfxvFEe" diff --git a/mods/create.pw.toml b/mods/create.pw.toml index 79e49e9..da3f289 100644 --- a/mods/create.pw.toml +++ b/mods/create.pw.toml @@ -1,13 +1,13 @@ name = "Create" -filename = "create-1.20.1-6.0.5.jar" +filename = "create-1.20.1-6.0.6.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/LNytGWDc/versions/Ju7BfP9E/create-1.20.1-6.0.5.jar" +url = "https://cdn.modrinth.com/data/LNytGWDc/versions/JjPQsQVw/create-1.20.1-6.0.6.jar" hash-format = "sha512" -hash = "261f43a3dae3ecf658d8c34bb24c518313a37009390457276e6664333623e994cc8ac42accf4dadac5820678520484b2029be67b0f6d2a183b68b36b0028ab15" +hash = "efc7097430ff2e7fe5e54478efbefc52d0017762b59372878a03f79f4eb0446572290bf377e8aba8374f3a9932fdf1cefd4a4650a9a5f3cf6ab0ad9fd05cc30b" [update] [update.modrinth] mod-id = "LNytGWDc" -version = "Ju7BfP9E" +version = "JjPQsQVw" diff --git a/mods/create_factory_logistics.pw.toml b/mods/create_factory_logistics.pw.toml index 0e164e2..305de67 100644 --- a/mods/create_factory_logistics.pw.toml +++ b/mods/create_factory_logistics.pw.toml @@ -1,13 +1,13 @@ name = "Create Factory Logistics" -filename = "create_factory_logistics-1.2.1.0-all.jar" +filename = "create_factory_logistics-1.20.1-1.4.5.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/QMGO17gm/versions/xRGdrurN/create_factory_logistics-1.2.1.0-all.jar" -hash-format = "sha1" -hash = "a0fe8eeb9ce34cb3684c987fe34f3f62447d1c4e" +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 = "xRGdrurN" +version = "sh99tkPX" diff --git a/mods/createbetterfps.pw.toml b/mods/createbetterfps.pw.toml deleted file mode 100644 index fb4cf21..0000000 --- a/mods/createbetterfps.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -name = "CreateBetterFps" -filename = "Ponder-Forge-1.20.1-1.0.0.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/lMYIHZNH/versions/UaYq5a7I/Ponder-Forge-1.20.1-1.0.0.jar" -hash-format = "sha1" -hash = "6d579a96ca7fc945403fd984c4dbcf32a86c7437" - -[option] -optional = true -default = true -description = "Improve your Create FPS when shaderpack is on, up to 50%. (Need Oculus installed)" - -[update] -[update.modrinth] -mod-id = "lMYIHZNH" -version = "UaYq5a7I" diff --git a/mods/creating-space.pw.toml b/mods/creating-space.pw.toml deleted file mode 100644 index af85a58..0000000 --- a/mods/creating-space.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Creating Space" -filename = "creatingspace-1.20.1_1.7.10.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/8VQksBiY/versions/MybILAIh/creatingspace-1.20.1_1.7.10.jar" -hash-format = "sha1" -hash = "5fc8fb49b20a27a7ba3757e3c8ae5ceb39b9f31a" - -[update] -[update.modrinth] -mod-id = "8VQksBiY" -version = "MybILAIh" diff --git a/mods/ct-overhaul-village.pw.toml b/mods/ct-overhaul-village.pw.toml new file mode 100644 index 0000000..6a267a7 --- /dev/null +++ b/mods/ct-overhaul-village.pw.toml @@ -0,0 +1,13 @@ +name = "ChoiceTheorem's Overhauled Village" +filename = "ctov-3.3.6.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/fgmhI8kH/versions/nF92O1uF/ctov-3.3.6.jar" +hash-format = "sha512" +hash = "bfe67af2d569d41ed96ee9165ba0c9c2c4452c69a2b6062183d2394cde075315e957df4688b401bd6753286ce14542daf0279868902fe8f9c2014d1043e77dec" + +[update] +[update.modrinth] +mod-id = "fgmhI8kH" +version = "nF92O1uF" diff --git a/mods/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/custom-player-models.pw.toml b/mods/custom-player-models.pw.toml deleted file mode 100644 index 204a4e8..0000000 --- a/mods/custom-player-models.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -name = "Customizable Player Models" -filename = "CustomPlayerModels-1.20-0.6.22a.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/h1E7sQNL/versions/NGAYd6YG/CustomPlayerModels-1.20-0.6.22a.jar" -hash-format = "sha1" -hash = "caa388526ad4245955f5e6f9b03380c452dcd972" - -[option] -optional = true -default = false -description = "Customize your minecraft avatar! (Needed for Vivecraft-Compat)" - -[update] -[update.modrinth] -mod-id = "h1E7sQNL" -version = "NGAYd6YG" diff --git a/mods/delightful.pw.toml b/mods/delightful.pw.toml index a6b877a..70770d2 100644 --- a/mods/delightful.pw.toml +++ b/mods/delightful.pw.toml @@ -1,13 +1,13 @@ name = "Delightful" -filename = "Delightful-1.20.1-3.7.1.jar" +filename = "Delightful-1.20.1-3.7.2.jar" side = "both" [download] hash-format = "sha1" -hash = "a0ae11fff0cd20d626bc7ad7fd44029f3d17523a" +hash = "8c93621a79fc43cab0f5f4efa5cafadb48cc6f09" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6245502 +file-id = 6618808 project-id = 637529 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/diet.pw.toml b/mods/diet.pw.toml deleted file mode 100644 index ea678db..0000000 --- a/mods/diet.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Diet (Fabric/Forge/Quilt)" -filename = "diet-forge-2.1.1+1.20.1.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "c5f5d5980803259931dfa62236e888fb08ecf70a" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4813904 -project-id = 443570 diff --git a/mods/dismount-entity.pw.toml b/mods/dismount-entity.pw.toml index c8ff450..6940bdd 100644 --- a/mods/dismount-entity.pw.toml +++ b/mods/dismount-entity.pw.toml @@ -4,8 +4,8 @@ side = "server" [download] url = "https://cdn.modrinth.com/data/H7N61Wcl/versions/8dvHq4gs/dismountentity-1.20.1-3.6.jar" -hash-format = "sha1" -hash = "8c61481080f7665c124f6051a0544b19b0dfd793" +hash-format = "sha512" +hash = "071f0596af218aebabaeae1cdd52c9c2e712c96969df80c4635c1b810afa6605cb5459ffb92b23d89d4b46be9330a185edaea8c5ed39b71477066d49daefc934" [update] [update.modrinth] diff --git a/mods/distanthorizons.pw.toml b/mods/distanthorizons.pw.toml deleted file mode 100644 index a449481..0000000 --- a/mods/distanthorizons.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -name = "Distant Horizons" -filename = "DistantHorizons-fabric-forge-2.3.2-b-1.20.1.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/uCdwusMi/versions/vSDePnsB/DistantHorizons-fabric-forge-2.3.2-b-1.20.1.jar" -hash-format = "sha1" -hash = "57a3a0105c51fdeb7d4a79a35cd8a16586917cf4" - -[option] -optional = true -default = false -description = "See farther without turning your game into a slide show" - -[update] -[update.modrinth] -mod-id = "uCdwusMi" -version = "vSDePnsB" diff --git a/mods/domum-ornamentum.pw.toml b/mods/domum-ornamentum.pw.toml index eae1bbf..fb664b3 100644 --- a/mods/domum-ornamentum.pw.toml +++ b/mods/domum-ornamentum.pw.toml @@ -1,13 +1,13 @@ name = "Domum Ornamentum" -filename = "domum_ornamentum-1.20.1-1.0.285-snapshot-universal.jar" +filename = "domum_ornamentum-1.20.1-1.0.286-snapshot-universal.jar" side = "both" [download] hash-format = "sha1" -hash = "c7ac72b2e4fb5309e3cd0988b610c2f3016b9cb9" +hash = "b7e4de99a8b8a9038940485200de439ecb0c957b" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6335390 +file-id = 6683106 project-id = 527361 diff --git a/mods/dungeonsenhanced.pw.toml b/mods/dungeonsenhanced.pw.toml index 970478b..149d203 100644 --- a/mods/dungeonsenhanced.pw.toml +++ b/mods/dungeonsenhanced.pw.toml @@ -1,13 +1,13 @@ name = "Dungeons Enhanced" -filename = "dungeons_enhanced-1.20.1-5.4.1.jar" +filename = "dungeons_enhanced-1.20.1-5.4.2.jar" side = "both" [download] hash-format = "sha1" -hash = "0c0fb63075e065c6cfc2a4667b4ec193509de9d4" +hash = "ea9be1e6487724f113d69c8f2fe0725ef4f3be31" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6546119 +file-id = 6625556 project-id = 480715 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_asset_generator.pw.toml b/mods/dynamic_asset_generator.pw.toml new file mode 100644 index 0000000..17b28f8 --- /dev/null +++ b/mods/dynamic_asset_generator.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic Asset Generator" +filename = "dynamicassetgenerator-forge-1.20.1-4.2.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/83pFEQVb/versions/gC6FX5Kn/dynamicassetgenerator-forge-1.20.1-4.2.2.jar" +hash-format = "sha512" +hash = "33f1650bcf3d935eb565b36f798528853063ef08c62e2e7064c8112ed3a485e2676e10ec777d8299de9137f0da4455a623ecf1b4778dfda964587185557bd879" + +[update] +[update.modrinth] +mod-id = "83pFEQVb" +version = "gC6FX5Kn" diff --git a/mods/dynamiclights-reforged.pw.toml b/mods/dynamiclights-reforged.pw.toml deleted file mode 100644 index 6e71c40..0000000 --- a/mods/dynamiclights-reforged.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Sodium/Embeddium Dynamic Lights" -filename = "sodiumdynamiclights-forge-1.0.10-1.20.1.jar" -side = "client" - -[download] -hash-format = "sha1" -hash = "d27524e85bed0f0af83c03be46f9ca3eb02a1be9" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6044481 -project-id = 551736 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/elytra-slot.pw.toml b/mods/elytra-slot.pw.toml index 09796c5..a882b5c 100644 --- a/mods/elytra-slot.pw.toml +++ b/mods/elytra-slot.pw.toml @@ -1,13 +1,13 @@ -name = "Elytra Slot (Fabric/Forge/Quilt)" +name = "Elytra Slot" filename = "elytraslot-forge-6.4.4+1.20.1.jar" side = "both" [download] -hash-format = "sha1" -hash = "f11443ef3371fa790eb33cba1a517638a3afcb07" -mode = "metadata:curseforge" +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.curseforge] -file-id = 5778734 -project-id = 317716 +[update.modrinth] +mod-id = "mSQF1NpT" +version = "k6lA080t" 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/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/entityculling.pw.toml b/mods/entityculling.pw.toml index decd0cc..96310f8 100644 --- a/mods/entityculling.pw.toml +++ b/mods/entityculling.pw.toml @@ -1,18 +1,18 @@ name = "Entity Culling" -filename = "entityculling-forge-1.7.4-mc1.20.1.jar" +filename = "entityculling-forge-1.8.0-mc1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/kMC7OLoZ/entityculling-forge-1.7.4-mc1.20.1.jar" -hash-format = "sha1" -hash = "f68ae39bd2a78d405a193757fd328a60ceea0323" - -[option] -optional = true -default = true -description = "Using async path-tracing to hide Block-/Entities that are not visible" +url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/DQD98FEX/entityculling-forge-1.8.0-mc1.20.1.jar" +hash-format = "sha512" +hash = "af9ba81d12b1f3f425203cabecbd0409686cedc7b4491e751e09b32732a971adfaeca0f8e81671d2055621cdcd6160481f2c7268a38280fd80626a4ffa61fb68" [update] [update.modrinth] mod-id = "NNAgCjsB" -version = "kMC7OLoZ" +version = "DQD98FEX" + +[option] +optional = true +description = "Using async path-tracing to hide Block-/Entities that are not visible" +default = true diff --git a/mods/entityjs.pw.toml b/mods/entityjs.pw.toml new file mode 100644 index 0000000..bb869a9 --- /dev/null +++ b/mods/entityjs.pw.toml @@ -0,0 +1,13 @@ +name = "EntityJS" +filename = "entityjs-0.5.9-1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/OvPZ16yX/versions/aHhuxvIA/entityjs-0.5.9-1.20.1.jar" +hash-format = "sha512" +hash = "c5375c44411c0e2b22919413ab8c26b656767f6dd68a75360878ac5943e2ac9d51a3031b892b2bacb06953ab6f2434f79ecae66b4c5c57fb71338dc63079b935" + +[update] +[update.modrinth] +mod-id = "OvPZ16yX" +version = "aHhuxvIA" diff --git a/mods/escalated.pw.toml b/mods/escalated.pw.toml index 57504ea..8a1091e 100644 --- a/mods/escalated.pw.toml +++ b/mods/escalated.pw.toml @@ -1,13 +1,13 @@ name = "Create: Escalated" -filename = "escalated-1.0.4+create.6.0.4-mc.1.20.1-forge.jar" +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/wdqjNs68/escalated-1.0.4%2Bcreate.6.0.4-mc.1.20.1-forge.jar" -hash-format = "sha1" -hash = "63fdc6529a93b330d1a2c869a9c9aca81fc15292" +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 = "wdqjNs68" +version = "GXPR3ORJ" diff --git a/mods/everlasting-skins.pw.toml b/mods/everlasting-skins.pw.toml deleted file mode 100644 index ff133e8..0000000 --- a/mods/everlasting-skins.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Everlasting Skins" -filename = "EverlastingSkins-1.20.1-1.0.jar" -side = "server" - -[download] -hash-format = "sha1" -hash = "181d1533f29b5cf90ac9582838141ffd6bd0d06e" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4620037 -project-id = 538149 diff --git a/mods/every-compat.pw.toml b/mods/every-compat.pw.toml index 6296176..1a9d3fa 100644 --- a/mods/every-compat.pw.toml +++ b/mods/every-compat.pw.toml @@ -1,13 +1,13 @@ name = "Every Compat (Wood Good)" -filename = "everycomp-1.20-2.8.5-forge.jar" +filename = "everycomp-1.20-2.8.12-forge.jar" side = "both" [download] hash-format = "sha1" -hash = "429aa177f1383f4679360a37de0cf9f9fedda6b3" +hash = "018be48ad689e61fc14ad0bf54692a5b33f8f8ec" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6531158 +file-id = 6740051 project-id = 628539 diff --git a/mods/exposure.pw.toml b/mods/exposure.pw.toml index 7bda204..da633fd 100644 --- a/mods/exposure.pw.toml +++ b/mods/exposure.pw.toml @@ -1,13 +1,13 @@ name = "Exposure" -filename = "exposure-1.20.1-1.7.13-forge.jar" +filename = "exposure-1.20.1-1.7.16-forge.jar" side = "both" [download] hash-format = "sha1" -hash = "d02564001309a6129f519c6fcbf9f920e6d2036b" +hash = "b1ec92eeafdc97e88e0baacd5d89f4c1f89a4bbc" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6436177 +file-id = 6655718 project-id = 871755 diff --git a/mods/falling-leaves-forge.pw.toml b/mods/falling-leaves-forge.pw.toml deleted file mode 100644 index 0c34c3e..0000000 --- a/mods/falling-leaves-forge.pw.toml +++ /dev/null @@ -1,19 +0,0 @@ -name = "Falling Leaves (NeoForge/Forge)" -filename = "fallingleaves-1.20.1-2.1.2.jar" -side = "client" - -[download] -hash-format = "sha1" -hash = "b890536f44a5c0a49f2b1f4af91c17d948b4ef4d" -mode = "metadata:curseforge" - -[option] -optional = true -default = true -description = "Adds a neat little particle effect to leaf blocks" - - -[update] -[update.curseforge] -file-id = 6241090 -project-id = 463155 diff --git a/mods/farmers-delight.pw.toml b/mods/farmers-delight.pw.toml index 003a24f..74893f4 100644 --- a/mods/farmers-delight.pw.toml +++ b/mods/farmers-delight.pw.toml @@ -1,13 +1,13 @@ name = "Farmer's Delight" -filename = "FarmersDelight-1.20.1-1.2.7.jar" +filename = "FarmersDelight-1.20.1-1.2.8.jar" side = "both" [download] hash-format = "sha1" -hash = "0e614a93c6520d7b4e6714ba110daa416f07c716" +hash = "a3402ee46cf12583416b8fbe84a97dd20ba1401a" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6154802 +file-id = 6597298 project-id = 398521 diff --git a/mods/fast-ip-ping.pw.toml b/mods/fast-ip-ping.pw.toml index 24cad1e..7661a8e 100644 --- a/mods/fast-ip-ping.pw.toml +++ b/mods/fast-ip-ping.pw.toml @@ -1,13 +1,13 @@ name = "Fast IP Ping" -filename = "fast-ip-ping-v1.0.5-mc1.20.4-forge.jar" +filename = "fast-ip-ping-v1.0.7-mc1.20.4-forge.jar" side = "both" [download] hash-format = "sha1" -hash = "cba9a0f2b37706ae0486e74636049545580892fd" +hash = "253d21fd87657e6dc1e451c9758f5daaa71b86c8" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 5746970 +file-id = 6666671 project-id = 904356 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/flans-mod-reloaded.pw.toml b/mods/flans-mod-reloaded.pw.toml deleted file mode 100644 index c29283c..0000000 --- a/mods/flans-mod-reloaded.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Flan's Mod: Reloaded" -filename = "flansmod-1.20.1-0.4.316.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "30442c57eeac6073a1fc795b74d21e45f6434a6c" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6263691 -project-id = 943564 diff --git a/mods/flat-bedrock.pw.toml b/mods/flat-bedrock.pw.toml index 5b29a83..b7ab924 100644 --- a/mods/flat-bedrock.pw.toml +++ b/mods/flat-bedrock.pw.toml @@ -1,11 +1,11 @@ name = "Flat Bedrock" filename = "flatbedrock-forge-3.0.1-build.18+mc1.20.1.jar" -side = "server" +side = "both" [download] url = "https://cdn.modrinth.com/data/ZYLnkiVu/versions/PpXxqWu6/flatbedrock-forge-3.0.1-build.18%2Bmc1.20.1.jar" -hash-format = "sha1" -hash = "b1e341f7a1530e04de418728a8cbddc696421df9" +hash-format = "sha512" +hash = "b800b59b82bc16d416a1d2985dd6f6ed590386b1876848bf87c3055fab758cad85906c95b2e3e070de47d9150f4d9b4bd73fd370ddda267308223e715788ac4f" [update] [update.modrinth] diff --git a/mods/flerovium.pw.toml b/mods/flerovium.pw.toml new file mode 100644 index 0000000..653e1d4 --- /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 = "both" + +[download] +hash-format = "sha1" +hash = "4a6559c66e232f022d96d50fef908aee2ad4e175" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6594072 +project-id = 1142875 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/forgiving-void.pw.toml b/mods/forgiving-void.pw.toml deleted file mode 100644 index 75ead6a..0000000 --- a/mods/forgiving-void.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Forgiving Void" -filename = "forgivingvoid-forge-1.20-10.0.1.jar" -side = "server" - -[download] -url = "https://cdn.modrinth.com/data/1vkzEZjE/versions/sobyFP2n/forgivingvoid-forge-1.20-10.0.1.jar" -hash-format = "sha1" -hash = "8bbc93cc3eb2fa31c05d663e2ca30b3b9e02bc43" - -[update] -[update.modrinth] -mod-id = "1vkzEZjE" -version = "sobyFP2n" diff --git a/mods/freecam.pw.toml b/mods/freecam.pw.toml new file mode 100644 index 0000000..615afa8 --- /dev/null +++ b/mods/freecam.pw.toml @@ -0,0 +1,18 @@ +name = "Freecam" +filename = "freecam-forge-1.2.1+1.20.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/XeEZ3fK2/versions/bvoDmWip/freecam-forge-1.2.1%2B1.20.jar" +hash-format = "sha512" +hash = "14d5194c02d6281094efdc857e608b412cdb84ffbf94a06401c8509daa74914273e18224f05d9fe9bcea23fa70d5350c6edaf8bf657e58787f08a4553169c0d2" + +[update] +[update.modrinth] +mod-id = "XeEZ3fK2" +version = "bvoDmWip" + +[option] +optional = true +description = "A highly customizable freecam mod." +default = false \ No newline at end of file diff --git a/mods/ftb-quests-forge.pw.toml b/mods/ftb-quests-forge.pw.toml deleted file mode 100644 index 1f3f155..0000000 --- a/mods/ftb-quests-forge.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "FTB Quests (Forge)" -filename = "ftb-quests-forge-2001.4.13.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "ad087e2dc897c7e2eea36901a05da9518bc0673f" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6431737 -project-id = 289412 diff --git a/mods/functional-storage.pw.toml b/mods/functional-storage.pw.toml index 848896d..9be2921 100644 --- a/mods/functional-storage.pw.toml +++ b/mods/functional-storage.pw.toml @@ -1,13 +1,13 @@ name = "Functional Storage" -filename = "functionalstorage-1.20.1-1.2.12.jar" +filename = "functionalstorage-1.20.1-1.2.13.jar" side = "both" [download] hash-format = "sha1" -hash = "5e1c98a440f93eac4269a2ab3ac86912eab825bb" +hash = "052a7a94e46dbad7955a316f496a187764ae46f0" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 5650296 +file-id = 6702553 project-id = 556861 diff --git a/mods/fzzy-config.pw.toml b/mods/fzzy-config.pw.toml index 7556f4e..aed5792 100644 --- a/mods/fzzy-config.pw.toml +++ b/mods/fzzy-config.pw.toml @@ -1,13 +1,13 @@ name = "Fzzy Config" -filename = "fzzy_config-0.6.9+1.20.1+forge.jar" +filename = "fzzy_config-0.7.0+1.20.1+forge.jar" side = "both" [download] hash-format = "sha1" -hash = "749df31acdf11c562ad689b26ef478da37807f94" +hash = "7d8a48fbf677cd96fdd25f4dfb35557b6e37ab37" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6405142 +file-id = 6582106 project-id = 1005914 diff --git a/mods/geckolib.pw.toml b/mods/geckolib.pw.toml index 4b9b25f..b572999 100644 --- a/mods/geckolib.pw.toml +++ b/mods/geckolib.pw.toml @@ -1,13 +1,13 @@ name = "GeckoLib" -filename = "geckolib-forge-1.20.1-4.7.1.2.jar" +filename = "geckolib-forge-1.20.1-4.7.2.jar" side = "both" [download] hash-format = "sha1" -hash = "c2b5d7ccf77f505996701ba477741d7e5cd034e1" +hash = "3626c6e40677f1db48edc81f4fdb16caf1dc1254" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6333474 +file-id = 6658942 project-id = 388172 diff --git a/mods/gravestone-mod.pw.toml b/mods/gravestone-mod.pw.toml index 47ae169..7f9981b 100644 --- a/mods/gravestone-mod.pw.toml +++ b/mods/gravestone-mod.pw.toml @@ -1,13 +1,13 @@ name = "GraveStone Mod" -filename = "gravestone-forge-1.20.1-1.0.24.jar" +filename = "gravestone-forge-1.20.1-1.0.31.jar" side = "both" [download] hash-format = "sha1" -hash = "3109df55ca2d0a0d73a683628c04ccd058cc82e9" +hash = "61d5a2b6c5bda6c86310485b19455e27a648478b" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 5794082 +file-id = 6736256 project-id = 238551 diff --git a/mods/guard-villagers.pw.toml b/mods/guard-villagers.pw.toml index da87300..b4677ff 100644 --- a/mods/guard-villagers.pw.toml +++ b/mods/guard-villagers.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/H1sntfo8/versions/SPPdFnqa/guardvillagers-1.20.1-1.6.10.jar" -hash-format = "sha1" -hash = "4638a636bd6b10ed1629c5c0ce72170c44f9e2ca" +hash-format = "sha512" +hash = "b5c087b93a6bb4b42f7ee3bfe027e9642740ed03f6a98229aaf4a9111498956451b4aba264e0d883b2cb6b71b7d25bdaf3bc8452474cd07af00cbbe5ba066018" [update] [update.modrinth] 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/guideme.pw.toml b/mods/guideme.pw.toml index c94da6a..5371df0 100644 --- a/mods/guideme.pw.toml +++ b/mods/guideme.pw.toml @@ -1,13 +1,13 @@ name = "GuideME" -filename = "guideme-20.1.7.jar" +filename = "guideme-20.1.11.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Ck4E7v7R/versions/UD2nQxJx/guideme-20.1.7.jar" -hash-format = "sha1" -hash = "fc039093c479b3632b1ab60ea503e79b76b686f9" +url = "https://cdn.modrinth.com/data/Ck4E7v7R/versions/mfDRKud3/guideme-20.1.11.jar" +hash-format = "sha512" +hash = "614c00ebaa8ce6430f3bcd91ad3256cd9443af9c7ca7dc9784a901ab110b71c7e31375e51836f3551445dd42d1494160b0c57b03170cd9f964bf10255c8307b5" [update] [update.modrinth] mod-id = "Ck4E7v7R" -version = "UD2nQxJx" +version = "mfDRKud3" 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/hypertube.pw.toml b/mods/hypertube.pw.toml new file mode 100644 index 0000000..bd86145 --- /dev/null +++ b/mods/hypertube.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Hypertubes" +filename = "create_hypertube-0.2.2-FORGE.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ATDdrG1y/versions/T03ljNLM/create_hypertube-0.2.2-FORGE.jar" +hash-format = "sha512" +hash = "ac6f3166b72a88cf26a215ca02e9a4d156b0e35432c318311d02671b5be5df84f8a114136c2880853e61059cd3dc0755f6d778fbaa6e7ee24735242ac7dada1e" + +[update] +[update.modrinth] +mod-id = "ATDdrG1y" +version = "T03ljNLM" diff --git a/mods/i-wanna-skate.pw.toml b/mods/i-wanna-skate.pw.toml deleted file mode 100644 index 771140f..0000000 --- a/mods/i-wanna-skate.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "I Wanna Skate" -filename = "iwannaskate-1.2.0.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "13d32a92909c7079d7e18598f42dbfe1497b40cf" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4576733 -project-id = 695018 diff --git a/mods/iceberg.pw.toml b/mods/iceberg.pw.toml index 6559a14..8cfc9f2 100644 --- a/mods/iceberg.pw.toml +++ b/mods/iceberg.pw.toml @@ -1,6 +1,6 @@ name = "Iceberg" filename = "Iceberg-1.20.1-forge-1.1.25.jar" -side = "client" +side = "both" [download] url = "https://cdn.modrinth.com/data/5faXoLqX/versions/BQ8rJPXV/Iceberg-1.20.1-forge-1.1.25.jar" diff --git a/mods/illagers-wear-armor.pw.toml b/mods/illagers-wear-armor.pw.toml deleted file mode 100644 index d1d3688..0000000 --- a/mods/illagers-wear-armor.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Illagers Wear Armor" -filename = "illagersweararmor-1.20.1-1.4.0.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "43d23dc28606d74c6079d275c02021292c7de1b4" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 5538877 -project-id = 407488 diff --git a/mods/immersive-furniture.pw.toml b/mods/immersive-furniture.pw.toml new file mode 100644 index 0000000..717ba52 --- /dev/null +++ b/mods/immersive-furniture.pw.toml @@ -0,0 +1,13 @@ +name = "Immersive Furniture" +filename = "immersive_furniture-forge-0.0.4+1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3c56798c7fd316ce53232fd1dd29c510ff88c8b6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6704759 +project-id = 1283531 diff --git a/mods/immersive-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 index 1d3b8e0..89d410f 100644 --- a/mods/immersive-paintings.pw.toml +++ b/mods/immersive-paintings.pw.toml @@ -1,13 +1,13 @@ name = "Immersive Paintings [Fabric/Forge]" -filename = "immersive_paintings-0.6.7+1.20.1-forge.jar" +filename = "immersive_paintings-0.6.8+1.20.1-forge.jar" side = "both" [download] hash-format = "sha1" -hash = "46910c10470c43cb1566384e9422fb76b341b84c" +hash = "f3a464ae2cb3173c7a7b765b4b9e61591f71833c" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 4789114 +file-id = 6672642 project-id = 639584 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 index f4cb53f..bd6cd23 100644 --- a/mods/in-control.pw.toml +++ b/mods/in-control.pw.toml @@ -1,13 +1,13 @@ name = "In Control!" -filename = "incontrol-1.20-9.3.2.jar" +filename = "incontrol-1.20-9.3.3.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/KpICtuVx/versions/ohNzHQby/incontrol-1.20-9.3.2.jar" -hash-format = "sha1" -hash = "107825023c58c5ec75c5fc0bc8e0a268f9ecf2c7" +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 = "ohNzHQby" +version = "ZFnsAtt1" diff --git a/mods/insanelib.pw.toml b/mods/insanelib.pw.toml new file mode 100644 index 0000000..76cb1e5 --- /dev/null +++ b/mods/insanelib.pw.toml @@ -0,0 +1,13 @@ +name = "InsaneLib" +filename = "insanelib-1.21.12.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/USZyvOJq/versions/UcJAaIpB/insanelib-1.21.12.jar" +hash-format = "sha512" +hash = "ca0d26e6d99f22370d82158981acb18f82eb5bb926fcb966ae22356618cd0226ac3c507585fcea46cdf6fb7448f0885ae1c87247093e450dd6843210daaf73ac" + +[update] +[update.modrinth] +mod-id = "USZyvOJq" +version = "UcJAaIpB" diff --git a/mods/item-collectors.pw.toml b/mods/item-collectors.pw.toml new file mode 100644 index 0000000..45aaee7 --- /dev/null +++ b/mods/item-collectors.pw.toml @@ -0,0 +1,13 @@ +name = "Item Collectors" +filename = "itemcollectors-1.1.10-forge-mc1.20.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/y9vDr4Th/versions/UQ2T8KDU/itemcollectors-1.1.10-forge-mc1.20.jar" +hash-format = "sha512" +hash = "f7038842870605c1696ae2e3fe0e031387d03a5a6714df2339dc48434a4a19c058836269e8dce2195bd62a7a4d4e35c907dbb8d7acc25917c554baabb341b1b6" + +[update] +[update.modrinth] +mod-id = "y9vDr4Th" +version = "UQ2T8KDU" diff --git a/mods/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/jade-addons-forge.pw.toml b/mods/jade-addons-forge.pw.toml new file mode 100644 index 0000000..fe87773 --- /dev/null +++ b/mods/jade-addons-forge.pw.toml @@ -0,0 +1,18 @@ +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" + +[option] +optional = true +description = "Jade 🔍's additional mod supports for Neo/Forge" +default = true \ No newline at end of file diff --git a/mods/jade-addons.pw.toml b/mods/jade-addons.pw.toml deleted file mode 100644 index 8c98b66..0000000 --- a/mods/jade-addons.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -name = "Jade Addons (Neo/Forge)" -filename = "JadeAddons-1.20.1-Forge-5.5.0.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "5e74e87f61cf05c18457f09dfa1cb70332b6b777" -mode = "metadata:curseforge" - -[option] -optional = true -default = true -description = "Jade's additional mod supports for Neo/Forge (Needs Jade installed)" - -[update] -[update.curseforge] -file-id = 6274674 -project-id = 583345 diff --git a/mods/jade.pw.toml b/mods/jade.pw.toml index 8e7db0a..7cb5781 100644 --- a/mods/jade.pw.toml +++ b/mods/jade.pw.toml @@ -3,16 +3,16 @@ filename = "Jade-1.20.1-Forge-11.13.1.jar" side = "both" [download] -hash-format = "sha1" -hash = "0e5af2bdca3a600d3f0cf28cc9f735542d19e7fc" -mode = "metadata:curseforge" +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" [option] optional = true -default = true description = "Shows information about what you are looking at." - -[update] -[update.curseforge] -file-id = 6271651 -project-id = 324717 +default = true \ No newline at end of file diff --git a/mods/jadecolonies.pw.toml b/mods/jadecolonies.pw.toml index 43d604d..d6a78c0 100644 --- a/mods/jadecolonies.pw.toml +++ b/mods/jadecolonies.pw.toml @@ -7,12 +7,13 @@ hash-format = "sha1" hash = "2758989a557e37bb12d6bf5bac88bc47a57f1e2f" mode = "metadata:curseforge" -[option] -optional = true -default = true -description = "Addon for Jade that adds support for MineColonies and Domum Ornamentum. (Needs Jade installed)" - [update] [update.curseforge] file-id = 5048697 project-id = 882310 + + +[option] +optional = true +description = "Addon for Jade 🔍 that adds support for MineColonies" +default = true diff --git a/mods/jaopca.pw.toml b/mods/jaopca.pw.toml index a928490..9a0b85f 100644 --- a/mods/jaopca.pw.toml +++ b/mods/jaopca.pw.toml @@ -1,13 +1,13 @@ name = "JAOPCA" -filename = "JAOPCA-1.20.1-4.4.14.26.jar" +filename = "JAOPCA-1.20.1-4.4.16.31.jar" side = "both" [download] hash-format = "sha1" -hash = "4f78c6917c41aa744bdfaabde6430c1e342b64a5" +hash = "cf37efb261359df515a113f504424334984c1970" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6283697 +file-id = 6703518 project-id = 266936 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/kotlin-for-forge.pw.toml b/mods/kotlin-for-forge.pw.toml index 5dfcb69..82dd0a0 100644 --- a/mods/kotlin-for-forge.pw.toml +++ b/mods/kotlin-for-forge.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/ordsPcFz/versions/hmeyC41q/kotlinforforge-4.11.0-all.jar" -hash-format = "sha1" -hash = "1fd8acfd75a2be2dc3cdcc7e816482b2e427d6e5" +hash-format = "sha512" +hash = "d72707078f0c4fde78981c638ca976722f22a64ce74bdb489258790fe9886d763a7b1e0dfbc5429ddd3105d8a65d177f06242dfb1457e219e56c70dd3e8cbf2c" [update] [update.modrinth] diff --git a/mods/kubejs-thermal.pw.toml b/mods/kubejs-thermal.pw.toml deleted file mode 100644 index e658a4e..0000000 --- a/mods/kubejs-thermal.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "KubeJS Thermal" -filename = "kubejs-thermal-2001.1.10-build.2.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "bace9e49302c3ef2a23b4522ea37b9c78ccf8770" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 5002992 -project-id = 421694 diff --git a/mods/lexiconfig.pw.toml b/mods/lexiconfig.pw.toml index 544bc08..6756a40 100644 --- a/mods/lexiconfig.pw.toml +++ b/mods/lexiconfig.pw.toml @@ -3,11 +3,11 @@ filename = "lexiconfig-forge-1.4.18-1.jar" side = "both" [download] -hash-format = "sha1" -hash = "1c10e44a30f9cf6c453a737657763fcdfd620ac2" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/D157Rgyf/versions/iv3Hdpa6/lexiconfig-forge-1.4.18-1.jar" +hash-format = "sha512" +hash = "6050924134d594dd7031061bfe70b34429842516b388262335024206e50993794baa3697f08053bd001e728d3ce42875ee5215e819ed2c595a002cec46c40985" [update] -[update.curseforge] -file-id = 6513950 -project-id = 1019452 +[update.modrinth] +mod-id = "D157Rgyf" +version = "iv3Hdpa6" diff --git a/mods/libx.pw.toml b/mods/libx.pw.toml index 27c0dd0..682c4ed 100644 --- a/mods/libx.pw.toml +++ b/mods/libx.pw.toml @@ -3,11 +3,11 @@ filename = "LibX-1.20.1-5.0.14.jar" side = "both" [download] -hash-format = "sha1" -hash = "d75610b0c34626cea8b1155a47d28333cc1f58a2" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/qEH6GYul/versions/YHTMDq85/LibX-1.20.1-5.0.14.jar" +hash-format = "sha512" +hash = "af096d18c3bb1ee5e0fc765ccbe5e63882865f16884e005f23a537f14009edf0f8dcd82254fcbc76081757430abc3a825001f89e120a7415aa1dbe2772f7a922" [update] -[update.curseforge] -file-id = 5207625 -project-id = 412525 +[update.modrinth] +mod-id = "qEH6GYul" +version = "YHTMDq85" diff --git a/mods/lithostitched.pw.toml b/mods/lithostitched.pw.toml new file mode 100644 index 0000000..a7fd85a --- /dev/null +++ b/mods/lithostitched.pw.toml @@ -0,0 +1,13 @@ +name = "Lithostitched" +filename = "lithostitched-forge-1.20.1-1.4.10.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/XaDC71GB/versions/jlXvKth9/lithostitched-forge-1.20.1-1.4.10.jar" +hash-format = "sha512" +hash = "a5d1cea19ce8ef9adff656c5fb20eb10ec3816fb759bd28ddaca61a483a1dbebeeba62e5d9d55931f7f7c64416718847470dc4dfc4d54a8b5c91f0ba993b16f8" + +[update] +[update.modrinth] +mod-id = "XaDC71GB" +version = "jlXvKth9" diff --git a/mods/littletiles.pw.toml b/mods/littletiles.pw.toml index 6c1d3fa..830003a 100644 --- a/mods/littletiles.pw.toml +++ b/mods/littletiles.pw.toml @@ -1,13 +1,13 @@ name = "LittleTiles" -filename = "LittleTiles_BETA_v1.6.0-pre159_mc1.20.1.jar" +filename = "LittleTiles_BETA_v1.6.0-pre161_mc1.20.1.jar" side = "both" [download] hash-format = "sha1" -hash = "397970f9bb30302e6555880b027e0a52c073ae57" +hash = "858d2de167f660c491632ed9727292b418ca804a" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6428590 +file-id = 6610285 project-id = 257818 diff --git a/mods/loot-integrations-choicetheorems-overhauled.pw.toml b/mods/loot-integrations-choicetheorems-overhauled.pw.toml new file mode 100644 index 0000000..73d7b8e --- /dev/null +++ b/mods/loot-integrations-choicetheorems-overhauled.pw.toml @@ -0,0 +1,13 @@ +name = "Loot Integrations: ChoiceTheorem's Overhauled Village & Immersive Structures" +filename = "lootintegrations_ctov-1.4.jar" +side = "server" + +[download] +hash-format = "sha1" +hash = "4d24044f3757946ded3cf507e2fc5733635c5dba" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6510009 +project-id = 1135500 diff --git a/mods/loot-integrations.pw.toml b/mods/loot-integrations.pw.toml new file mode 100644 index 0000000..f1df07c --- /dev/null +++ b/mods/loot-integrations.pw.toml @@ -0,0 +1,13 @@ +name = "Loot Integrations" +filename = "lootintegrations-1.20.1-4.7.jar" +side = "server" + +[download] +hash-format = "sha1" +hash = "2aa541075b8e13480db4a8021482fbffb2132337" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6640968 +project-id = 580689 diff --git a/mods/lootjs.pw.toml b/mods/lootjs.pw.toml index 439085f..2c02c1e 100644 --- a/mods/lootjs.pw.toml +++ b/mods/lootjs.pw.toml @@ -3,11 +3,11 @@ filename = "lootjs-forge-1.20.1-2.13.0.jar" side = "both" [download] -hash-format = "sha1" -hash = "fdf90acf177c19bcbfaa08527f6568bd3e6e622e" -mode = "metadata:curseforge" +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.curseforge] -file-id = 6508899 -project-id = 570630 +[update.modrinth] +mod-id = "fJFETWDN" +version = "RjTRvo4g" diff --git a/mods/max-health-fix.pw.toml b/mods/max-health-fix.pw.toml deleted file mode 100644 index 115c88e..0000000 --- a/mods/max-health-fix.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Max Health Fix" -filename = "MaxHealthFix-Forge-1.20.1-12.0.3.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "c4194bac838c5346708c70724ca4a095f89d6312" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 5378283 -project-id = 492246 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/mimi-mod.pw.toml b/mods/mimi-mod.pw.toml index b2817fe..ecd086e 100644 --- a/mods/mimi-mod.pw.toml +++ b/mods/mimi-mod.pw.toml @@ -1,13 +1,13 @@ name = "Musical Instrument Minecraft Interface (MIMI)" -filename = "mimimod-1.20.1-4.1.3.jar" +filename = "mimimod-1.20.1-4.3.0-forge.jar" side = "both" [download] hash-format = "sha1" -hash = "dea2bb87b127887f777a3f9f6be00bd5a106ce10" +hash = "fef5b39e19b4609956f0d354775818203ed1fc11" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6200398 +file-id = 6734386 project-id = 499803 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-tweaks.pw.toml b/mods/minecolonies-tweaks.pw.toml new file mode 100644 index 0000000..eb22f6f --- /dev/null +++ b/mods/minecolonies-tweaks.pw.toml @@ -0,0 +1,13 @@ +name = "Tweaks addon for MineColonies" +filename = "MineColonies_Tweaks-1.20.1-2.69-all.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "99c795434321f5367c99b56fe00b9b0cdf40f9a9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6609883 +project-id = 975812 diff --git a/mods/minecolonies.pw.toml b/mods/minecolonies.pw.toml index 632b792..7e8b140 100644 --- a/mods/minecolonies.pw.toml +++ b/mods/minecolonies.pw.toml @@ -1,13 +1,13 @@ name = "MineColonies" -filename = "minecolonies-1.20.1-1.1.897-snapshot.jar" +filename = "minecolonies-1.20.1-1.1.939-snapshot.jar" side = "both" [download] hash-format = "sha1" -hash = "8390dcd30ef69369b1c9800cc9d435ac2714796a" +hash = "73f8b6883d2a33cfa7af9942df4263e2dee47163" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6555451 +file-id = 6656717 project-id = 245506 diff --git a/mods/minemenu.pw.toml b/mods/minemenu.pw.toml index 5c5ccf5..fff05da 100644 --- a/mods/minemenu.pw.toml +++ b/mods/minemenu.pw.toml @@ -1,6 +1,6 @@ name = "MineMenu" filename = "MineMenu-1.20.1-1.12.3.jar" -side = "both" +side = "client" [download] hash-format = "sha1" 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/mobtimizations.pw.toml b/mods/mobtimizations.pw.toml new file mode 100644 index 0000000..8460571 --- /dev/null +++ b/mods/mobtimizations.pw.toml @@ -0,0 +1,13 @@ +name = "Mobtimizations - Entity Performance Fixes" +filename = "mobtimizations-forge-1.20.1-1.0.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Kbz7UydC/versions/mEhoYk0d/mobtimizations-forge-1.20.1-1.0.0.jar" +hash-format = "sha512" +hash = "6b4687616bbeb1afe6dc13fd291373ee4af2bdc26a5a3367ec20500f9afac4706a3b26a65e52bded5d8cb4a7d8782c0e742002bf7ca2d66b54f5ea35879f413a" + +[update] +[update.modrinth] +mod-id = "Kbz7UydC" +version = "mEhoYk0d" diff --git a/mods/modernfix.pw.toml b/mods/modernfix.pw.toml index 0304844..1ed2c76 100644 --- a/mods/modernfix.pw.toml +++ b/mods/modernfix.pw.toml @@ -1,18 +1,18 @@ name = "ModernFix" -filename = "modernfix-forge-5.23.0+mc1.20.1.jar" +filename = "modernfix-forge-5.24.1+mc1.20.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/nmDcB62a/versions/OLk2pIh9/modernfix-forge-5.23.0%2Bmc1.20.1.jar" -hash-format = "sha1" -hash = "901b9adb31fe489c5d6db76dd08b9ed29a4d5395" - -[option] -optional = true -default = true -description = "All-in-one mod that improves performance, reduces memory usage, and fixes many bugs. Compatible with all your favorite performance mods!" +url = "https://cdn.modrinth.com/data/nmDcB62a/versions/DdUByV9S/modernfix-forge-5.24.1%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "564764194983bf5d78dd94cfce621ff0e7936cb71019491ed0052bad30ed520c251ed6f6e82a3d8c3450362063b2686c8e460bf0d2e03a6b6a38477ade41d7da" [update] [update.modrinth] mod-id = "nmDcB62a" -version = "OLk2pIh9" +version = "DdUByV9S" + +[option] +optional = true +description = "All-in-one mod that improves performance, reduces memory usage, and fixes many bugs. Compatible with all your favorite performance mods!" +default = true diff --git a/mods/moonlight.pw.toml b/mods/moonlight.pw.toml index 1e7a52a..33f5c9f 100644 --- a/mods/moonlight.pw.toml +++ b/mods/moonlight.pw.toml @@ -1,13 +1,13 @@ name = "Moonlight Lib" -filename = "moonlight-1.20-2.14.1-forge.jar" +filename = "moonlight-1.20-2.14.13-forge.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/twkfQtEc/versions/A0KjYUVI/moonlight-1.20-2.14.1-forge.jar" -hash-format = "sha1" -hash = "1658692ea4a03369f07b3af821fe622f0e6b47ac" +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 = "A0KjYUVI" +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/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/notenoughcrashes.pw.toml b/mods/notenoughcrashes.pw.toml index 8296875..fe35401 100644 --- a/mods/notenoughcrashes.pw.toml +++ b/mods/notenoughcrashes.pw.toml @@ -1,13 +1,13 @@ name = "Not Enough Crashes" -filename = "notenoughcrashes-4.4.7+1.20.1-forge.jar" +filename = "notenoughcrashes-4.4.9+1.20.1-forge.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/yM94ont6/versions/W6W0bVtN/notenoughcrashes-4.4.7%2B1.20.1-forge.jar" -hash-format = "sha1" -hash = "0cd0d0f49762dcaf3716e72c5e159ed9645ce468" +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 = "W6W0bVtN" +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/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/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 index c4453f1..55ba502 100644 --- a/mods/oculus.pw.toml +++ b/mods/oculus.pw.toml @@ -9,7 +9,7 @@ hash = "984f774e71790deaec674c7587bd24e0711871b2" [option] optional = true -default = true +default = false description = "Unofficial Fork of 'Iris', made to work with FML" [update] diff --git a/mods/packet-fixer.pw.toml b/mods/packet-fixer.pw.toml index 8ad5a99..5e575de 100644 --- a/mods/packet-fixer.pw.toml +++ b/mods/packet-fixer.pw.toml @@ -1,13 +1,13 @@ name = "Packet Fixer" -filename = "packetfixer-forge-2.0.0-1.19-to-1.20.1.jar" +filename = "packetfixer-3.0.0-1.18-1.20.4-merged.jar" side = "both" [download] hash-format = "sha1" -hash = "7e49bb839dd872ec323b25826f6dd782f6f34b2a" +hash = "d5a9cd52052c8b35d07ddeedbb91b2e5959fdf3d" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6195870 +file-id = 6679764 project-id = 689467 diff --git a/mods/parcool.pw.toml b/mods/parcool.pw.toml index 0faae21..8ded959 100644 --- a/mods/parcool.pw.toml +++ b/mods/parcool.pw.toml @@ -1,13 +1,13 @@ name = "ParCool! ~ Minecraft Parkour ~" -filename = "ParCool-1.20.1-3.4.0.4.jar" +filename = "ParCool-1.20.1-3.4.0.7.jar" side = "both" [download] hash-format = "sha1" -hash = "f264bd947de87c1fa9865e05bb82a3d94002a81c" +hash = "04acff668a1de9ff02837910c8aa1213a001001d" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6525544 +file-id = 6652972 project-id = 482378 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/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/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/plushie.pw.toml b/mods/plushie.pw.toml new file mode 100644 index 0000000..9969fc5 --- /dev/null +++ b/mods/plushie.pw.toml @@ -0,0 +1,13 @@ +name = "Plushie Mod" +filename = "plushies-1.4.0-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/hsOK0gUP/versions/lioWGH5B/plushies-1.4.0-forge.jar" +hash-format = "sha512" +hash = "fc7b8c86570aaa7bf79363f7bd573582b6dad1cc812d1c56004ea72357ddfc8c1fe4b488f1ed355fd29364d4c3a427931f6a4ac12f8d97d0795fb9332457fcb4" + +[update] +[update.modrinth] +mod-id = "hsOK0gUP" +version = "lioWGH5B" diff --git a/mods/pretty-rain.pw.toml b/mods/pretty-rain.pw.toml new file mode 100644 index 0000000..d4565ac --- /dev/null +++ b/mods/pretty-rain.pw.toml @@ -0,0 +1,19 @@ +name = "Pretty Rain" +filename = "Pretty Rain-1.20.1-Forge-1.1.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/IhZuHxkl/versions/ubdFPI1o/Pretty%20Rain-1.20.1-Forge-1.1.3.jar" +hash-format = "sha512" +hash = "518d062a79eeb18838d91a159879633dcbca18027be03a3314a8c4da95964e42db634cdc611ac7c086ecddb6c3ef484d1c5a4080efc2dfeb97cf098b53415a68" + + +[option] +optional = true +default = true +description = "Pretty Rain replaces the default weather with prettier particle effects." + +[update] +[update.modrinth] +mod-id = "IhZuHxkl" +version = "ubdFPI1o" diff --git a/mods/progressive-bosses.pw.toml b/mods/progressive-bosses.pw.toml new file mode 100644 index 0000000..8e3dba0 --- /dev/null +++ b/mods/progressive-bosses.pw.toml @@ -0,0 +1,13 @@ +name = "Progressive Bosses" +filename = "progressivebosses-4.3.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Zxspe0HA/versions/nmOPJMhr/progressivebosses-4.3.6.jar" +hash-format = "sha512" +hash = "d856b4ec402fb071c328c52fa85d49741653b3aa342b3a94e450bd27c236fe5a1f7c7ce41960f1333d5e5008b8223167de1d3799e2a00a0a7818ac751cee0843" + +[update] +[update.modrinth] +mod-id = "Zxspe0HA" +version = "nmOPJMhr" diff --git a/mods/project-red-core.pw.toml b/mods/project-red-core.pw.toml deleted file mode 100644 index 5ef0e8d..0000000 --- a/mods/project-red-core.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Project Red Core" -filename = "ProjectRed-1.20.1-4.21.0-core.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/zIlxygxr/versions/VMVNDpPp/ProjectRed-1.20.1-4.21.0-core.jar" -hash-format = "sha1" -hash = "2820c03addb16a3a51f2879b942f76911423bf3a" - -[update] -[update.modrinth] -mod-id = "zIlxygxr" -version = "VMVNDpPp" diff --git a/mods/project-red-expansion.pw.toml b/mods/project-red-expansion.pw.toml deleted file mode 100644 index 639d224..0000000 --- a/mods/project-red-expansion.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Project Red Expansion" -filename = "ProjectRed-1.20.1-4.21.0-expansion.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/fn5zBLFv/versions/cSItTPWJ/ProjectRed-1.20.1-4.21.0-expansion.jar" -hash-format = "sha1" -hash = "9a4f8f637e3dfd41fa993747e6d21a864957199d" - -[update] -[update.modrinth] -mod-id = "fn5zBLFv" -version = "cSItTPWJ" diff --git a/mods/project-red-fabrication.pw.toml b/mods/project-red-fabrication.pw.toml deleted file mode 100644 index 436b6b5..0000000 --- a/mods/project-red-fabrication.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Project Red Fabrication" -filename = "ProjectRed-1.20.1-4.21.0-fabrication.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/5H1VMCiY/versions/qKVevBTp/ProjectRed-1.20.1-4.21.0-fabrication.jar" -hash-format = "sha1" -hash = "cf6eecd75ea61708fabc52cda2de5e0e68f3009c" - -[update] -[update.modrinth] -mod-id = "5H1VMCiY" -version = "qKVevBTp" diff --git a/mods/project-red-illumination.pw.toml b/mods/project-red-illumination.pw.toml deleted file mode 100644 index 532080e..0000000 --- a/mods/project-red-illumination.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Project Red - Illumination" -filename = "ProjectRed-1.20.1-4.21.0-illumination.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "6d1ca25b3f52ca42329854e078303fa976f74a68" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6332083 -project-id = 229046 diff --git a/mods/project-red-integration.pw.toml b/mods/project-red-integration.pw.toml deleted file mode 100644 index f16e544..0000000 --- a/mods/project-red-integration.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Project Red Integration" -filename = "ProjectRed-1.20.1-4.21.0-integration.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/3JruZJb0/versions/OkyHTzBD/ProjectRed-1.20.1-4.21.0-integration.jar" -hash-format = "sha1" -hash = "c8f4be2822c87c200e21db571b5b0c7d63eac145" - -[update] -[update.modrinth] -mod-id = "3JruZJb0" -version = "OkyHTzBD" diff --git a/mods/project-red-transmission.pw.toml b/mods/project-red-transmission.pw.toml deleted file mode 100644 index 5e254bc..0000000 --- a/mods/project-red-transmission.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Project Red Transmission" -filename = "ProjectRed-1.20.1-4.21.0-transmission.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/dXmH4rEw/versions/efp4eqYW/ProjectRed-1.20.1-4.21.0-transmission.jar" -hash-format = "sha1" -hash = "d7645694b8b8f4adc62449c89661cfe5bb400531" - -[update] -[update.modrinth] -mod-id = "dXmH4rEw" -version = "efp4eqYW" diff --git a/mods/puzzles-lib.pw.toml b/mods/puzzles-lib.pw.toml index 68c27cd..f04a172 100644 --- a/mods/puzzles-lib.pw.toml +++ b/mods/puzzles-lib.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/QAGBst4M/versions/YFZdsqXl/PuzzlesLib-v8.1.32-1.20.1-Forge.jar" -hash-format = "sha1" -hash = "1f24a25582fa6bb2569e32401a232ee90d34cc1a" +hash-format = "sha512" +hash = "f6420b4884583727ee66d7410ce5ad3ce2a5fd9aed49700ea4bba1fd944a4b63d2d3f15a3d0d64afa2ec1aa261f8ef52b6277712c7d19e6dd31ff9d9360f05ae" [update] [update.modrinth] 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/refurbished-furniture.pw.toml b/mods/refurbished-furniture.pw.toml index 5c94b30..59808b8 100644 --- a/mods/refurbished-furniture.pw.toml +++ b/mods/refurbished-furniture.pw.toml @@ -1,13 +1,13 @@ name = "MrCrayfish's Furniture Mod: Refurbished" -filename = "refurbished_furniture-forge-1.20.1-1.0.12.jar" +filename = "refurbished_furniture-forge-1.20.1-1.0.14.jar" side = "both" [download] hash-format = "sha1" -hash = "1cf1d6420a2909bff70cde149843c9cd6ec07d8e" +hash = "b4aa83b3ad88939625da29c0adbad7eddc88c148" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6272885 +file-id = 6623931 project-id = 897116 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 index 1e9e445..5e42572 100644 --- a/mods/resourceful-lib.pw.toml +++ b/mods/resourceful-lib.pw.toml @@ -4,8 +4,8 @@ side = "both" [download] url = "https://cdn.modrinth.com/data/G1hIVOrD/versions/OhsHaCcW/resourcefullib-forge-1.20.1-2.1.29.jar" -hash-format = "sha1" -hash = "6fc590a7c56a720fec57e290cbb0a106efbb3ffa" +hash-format = "sha512" +hash = "8dbe951d431545a7d18081a8b11a52a248e6d8ff9862ae6462b0f5a6f57ff523af12704c3adb071ae99a7c5c1dd895bd7875dea59f9c4956c1597a668b6e8820" [update] [update.modrinth] diff --git a/mods/resourcepackcached.pw.toml b/mods/resourcepackcached.pw.toml new file mode 100644 index 0000000..ee6ed89 --- /dev/null +++ b/mods/resourcepackcached.pw.toml @@ -0,0 +1,13 @@ +name = "ResourcePackCached" +filename = "rpc-1.1.2+1.20.1-forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "19e88579617d599eb4d9389980c4323395be196e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5966736 +project-id = 1125284 diff --git a/mods/retro-damage-indicators.pw.toml b/mods/retro-damage-indicators.pw.toml new file mode 100644 index 0000000..8035831 --- /dev/null +++ b/mods/retro-damage-indicators.pw.toml @@ -0,0 +1,18 @@ +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" + +[option] +optional = true +default = true +description = "Retro Damage Indicators brings back the classic modded Damage Indicator look and feel to modern Minecraft." + +[update] +[update.modrinth] +mod-id = "5xDsLBRb" +version = "2XsyrIHD" 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/ryoamiclights.pw.toml b/mods/ryoamiclights.pw.toml new file mode 100644 index 0000000..bb73318 --- /dev/null +++ b/mods/ryoamiclights.pw.toml @@ -0,0 +1,13 @@ +name = "RyoamicLights" +filename = "RyoamicLights-forge-0.2.3+mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/reCfnRvJ/versions/c2Th4NIB/RyoamicLights-forge-0.2.3%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "6e605b6362f12290408b12b791cf6c0b67eb82120d1bf9e290b8f50fb27fd3235df0cec44d1c88db7638e237c770d53c077454578c91d6b99d16b0eed2dd1fb1" + +[update] +[update.modrinth] +mod-id = "reCfnRvJ" +version = "c2Th4NIB" diff --git a/mods/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/security-craft.pw.toml b/mods/security-craft.pw.toml index 4fd924f..38eefc4 100644 --- a/mods/security-craft.pw.toml +++ b/mods/security-craft.pw.toml @@ -1,13 +1,13 @@ -name = "Security Craft" +name = "SecurityCraft" filename = "[1.20.1] SecurityCraft v1.10.0.1.jar" side = "both" [download] -hash-format = "sha1" -hash = "497e922cadb9650a5edab4dc26694bedbd830bf2" -mode = "metadata:curseforge" +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.curseforge] -file-id = 6490260 -project-id = 64760 +[update.modrinth] +mod-id = "v8jzRtAt" +version = "KdmbFCxl" diff --git a/mods/servercore.pw.toml b/mods/servercore.pw.toml index 207d13c..deea014 100644 --- a/mods/servercore.pw.toml +++ b/mods/servercore.pw.toml @@ -1,11 +1,11 @@ name = "ServerCore" filename = "servercore-forge-1.5.2+1.20.1.jar" -side = "server" +side = "both" [download] url = "https://cdn.modrinth.com/data/4WWQxlQP/versions/rx1c7m6q/servercore-forge-1.5.2%2B1.20.1.jar" -hash-format = "sha1" -hash = "75c6418edc76da55ec89f417e8c43c9d1873fceb" +hash-format = "sha512" +hash = "650f54dcf6d44e26cbc180ca5779857574692f02ff2a55146ed085db1665dde7fb578c75d655e3de064ed56599bc6d38dd547f5f123381c0a54867b98f805b0c" [update] [update.modrinth] diff --git a/mods/shoulder-surfing-reloaded.pw.toml b/mods/shoulder-surfing-reloaded.pw.toml index 5378a70..845c6dc 100644 --- a/mods/shoulder-surfing-reloaded.pw.toml +++ b/mods/shoulder-surfing-reloaded.pw.toml @@ -1,18 +1,18 @@ name = "Shoulder Surfing Reloaded" -filename = "ShoulderSurfing-Forge-1.20.1-4.12.0.jar" +filename = "ShoulderSurfing-Forge-1.20.1-4.13.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/kepjj2sy/versions/fbC1e2ja/ShoulderSurfing-Forge-1.20.1-4.12.0.jar" -hash-format = "sha1" -hash = "d873f7f38d3da819aecd2aeed8ed060b7f29a520" - -[option] -optional = true -default = true -description = "Highly configurable third person camera mod" +url = "https://cdn.modrinth.com/data/kepjj2sy/versions/8Ytbhnhu/ShoulderSurfing-Forge-1.20.1-4.13.1.jar" +hash-format = "sha512" +hash = "4ea4135b298cbfcac01d4be56b00803d832586be3acd020007b248adcc7af6ead8e74ae2a98b134edc8b2f24884194ed518bad960cb5088b9c57abf46413f827" [update] [update.modrinth] mod-id = "kepjj2sy" -version = "fbC1e2ja" +version = "8Ytbhnhu" + +[option] +optional = true +description = "Highly configurable third person camera mod" +default = true 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 index 4cde4ca..49c8ee1 100644 --- a/mods/simple-voice-chat.pw.toml +++ b/mods/simple-voice-chat.pw.toml @@ -1,13 +1,13 @@ name = "Simple Voice Chat" -filename = "voicechat-forge-1.20.1-2.5.30.jar" +filename = "voicechat-forge-1.20.1-2.5.32.jar" side = "both" [download] hash-format = "sha1" -hash = "680078f43dc11b579cd36acba10613476640d164" +hash = "ac473891f29bbeadf3a82bde2666bd26a33c2eb5" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6439524 +file-id = 6697141 project-id = 416089 diff --git a/mods/skills.pw.toml b/mods/skills.pw.toml deleted file mode 100644 index ff8628e..0000000 --- a/mods/skills.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Pufferfish's Skills" -filename = "puffish_skills-0.16.0-1.20-forge.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/hqQqvaa4/versions/9t3cXAPc/puffish_skills-0.16.0-1.20-forge.jar" -hash-format = "sha1" -hash = "d85dd602b2c83ab9c56aab2e6956fd8435e6d321" - -[update] -[update.modrinth] -mod-id = "hqQqvaa4" -version = "9t3cXAPc" diff --git a/mods/skinrestorer.pw.toml b/mods/skinrestorer.pw.toml new file mode 100644 index 0000000..c5c4f2e --- /dev/null +++ b/mods/skinrestorer.pw.toml @@ -0,0 +1,13 @@ +name = "Skin Restorer" +filename = "skinrestorer-2.4.1+1.20-forge.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/ghrZDhGW/versions/zBTTp6Rf/skinrestorer-2.4.1%2B1.20-forge.jar" +hash-format = "sha512" +hash = "31678d8e457a9964ed74f49b7f7dd528a030ac168c3a16d23e6fc8d6189097f55b65ca75191c5d2b0db056db6113d52d077cc1acc7a1beabbcae062ce0af7407" + +[update] +[update.modrinth] +mod-id = "ghrZDhGW" +version = "zBTTp6Rf" diff --git a/mods/slice-and-dice.pw.toml b/mods/slice-and-dice.pw.toml index 3ea4c05..e254a7e 100644 --- a/mods/slice-and-dice.pw.toml +++ b/mods/slice-and-dice.pw.toml @@ -1,13 +1,13 @@ name = "Create Slice & Dice" -filename = "sliceanddice-forge-3.4.0.jar" +filename = "sliceanddice-forge-3.4.1.jar" side = "both" [download] hash-format = "sha1" -hash = "705208db673f97abf5d82ab2849a69fdd7c0dc7a" +hash = "836411d9c265b17dbb4acc7a59d99aa5ac52ec59" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6276207 +file-id = 6715725 project-id = 659674 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/snow-under-trees.pw.toml b/mods/snow-under-trees.pw.toml index 1d5a0ed..c538e8a 100644 --- a/mods/snow-under-trees.pw.toml +++ b/mods/snow-under-trees.pw.toml @@ -1,13 +1,13 @@ name = "Snow Under Trees" -filename = "snowundertrees-1.20.1-1.4.10.jar" +filename = "snowundertrees-1.20.1-1.4.12.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/Q3vyMuj2/versions/uXuRfZCa/snowundertrees-1.20.1-1.4.10.jar" -hash-format = "sha1" -hash = "976686c2510929da9e2288dd22a1031e246f63ec" +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 = "uXuRfZCa" +version = "VPpaFQ0C" diff --git a/mods/sophisticated-backpacks-create-integration.pw.toml b/mods/sophisticated-backpacks-create-integration.pw.toml index f1ef7b2..5ea97e9 100644 --- a/mods/sophisticated-backpacks-create-integration.pw.toml +++ b/mods/sophisticated-backpacks-create-integration.pw.toml @@ -1,13 +1,13 @@ name = "Sophisticated Backpacks Create Integration" -filename = "sophisticatedbackpackscreateintegration-1.20.1-0.1.2.8.jar" +filename = "sophisticatedbackpackscreateintegration-1.20.1-0.1.3.11.jar" side = "both" [download] hash-format = "sha1" -hash = "7b4999edb34a69bb56d2c54643039322e8d0f88b" +hash = "4a22a23c0efee32a324f6758f50183189b9415b6" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6533098 +file-id = 6566661 project-id = 1238567 diff --git a/mods/sophisticated-backpacks.pw.toml b/mods/sophisticated-backpacks.pw.toml index cef2bf7..7f0dc12 100644 --- a/mods/sophisticated-backpacks.pw.toml +++ b/mods/sophisticated-backpacks.pw.toml @@ -1,13 +1,13 @@ name = "Sophisticated Backpacks" -filename = "sophisticatedbackpacks-1.20.1-3.23.17.1246.jar" +filename = "sophisticatedbackpacks-1.20.1-3.23.23.1281.jar" side = "both" [download] hash-format = "sha1" -hash = "f7beb466c68703311d5d828fc869cb3a27142087" +hash = "0a52120105615eb78d9cb9372424fe94529000c6" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6539219 +file-id = 6761714 project-id = 422301 diff --git a/mods/sophisticated-core.pw.toml b/mods/sophisticated-core.pw.toml index d051f06..0efd4e0 100644 --- a/mods/sophisticated-core.pw.toml +++ b/mods/sophisticated-core.pw.toml @@ -1,13 +1,13 @@ name = "Sophisticated Core" -filename = "sophisticatedcore-1.20.1-1.2.60.987.jar" +filename = "sophisticatedcore-1.20.1-1.2.75.1033.jar" side = "both" [download] hash-format = "sha1" -hash = "948bab903fdf1b44ab4e5e13c31a2bce89bea571" +hash = "ff32a30d40ba71d0af46e58987b1c97c81dfa12a" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6545102 +file-id = 6759791 project-id = 618298 diff --git a/mods/sophisticated-storage-create-integration.pw.toml b/mods/sophisticated-storage-create-integration.pw.toml index 4af31b9..777731b 100644 --- a/mods/sophisticated-storage-create-integration.pw.toml +++ b/mods/sophisticated-storage-create-integration.pw.toml @@ -1,13 +1,13 @@ name = "Sophisticated Storage Create Integration" -filename = "sophisticatedstoragecreateintegration-1.20.1-0.1.10.30.jar" +filename = "sophisticatedstoragecreateintegration-1.20.1-0.1.12.36.jar" side = "both" [download] hash-format = "sha1" -hash = "d95af3575aa2a0021c0241dce569551d7b7b3038" +hash = "b7fa3fc0b933675e9cfa09dd09e80c375f8b46d7" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6533115 +file-id = 6568516 project-id = 1226755 diff --git a/mods/sophisticated-storage.pw.toml b/mods/sophisticated-storage.pw.toml index 69b4be7..6342b01 100644 --- a/mods/sophisticated-storage.pw.toml +++ b/mods/sophisticated-storage.pw.toml @@ -1,13 +1,13 @@ name = "Sophisticated Storage" -filename = "sophisticatedstorage-1.20.1-1.3.44.1157.jar" +filename = "sophisticatedstorage-1.20.1-1.3.55.1200.jar" side = "both" [download] hash-format = "sha1" -hash = "50dcc71b34cc99de627d98ac1d83fe2d48d556d6" +hash = "91d3f27c631ea8bee7fbb773635835f402ce1739" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6539224 +file-id = 6759167 project-id = 619320 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/stone-zone.pw.toml b/mods/stone-zone.pw.toml new file mode 100644 index 0000000..ef415ee --- /dev/null +++ b/mods/stone-zone.pw.toml @@ -0,0 +1,13 @@ +name = "Every Compat (Stone Zone)" +filename = "stonezone-1.20-2.8.9.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uYwn8IP5/versions/Q0zoEYlx/stonezone-1.20-2.8.9.jar" +hash-format = "sha512" +hash = "976852b539d23170e91db9e88c5ea5340b963902ee7f88a60f4af3c889b33e4343972fad06fe3bdc53e2fd11a79a6daf2a134e7d2776c6dea349075f5c541a3d" + +[update] +[update.modrinth] +mod-id = "uYwn8IP5" +version = "Q0zoEYlx" diff --git a/mods/structurize.pw.toml b/mods/structurize.pw.toml index 62d776a..b45a0cd 100644 --- a/mods/structurize.pw.toml +++ b/mods/structurize.pw.toml @@ -1,13 +1,13 @@ name = "Structurize" -filename = "structurize-1.20.1-1.0.772-snapshot.jar" +filename = "structurize-1.20.1-1.0.773-snapshot.jar" side = "both" [download] hash-format = "sha1" -hash = "8a0fc3c418d07677795ac23088946f91427ea4cf" +hash = "a8a4b3f414088bdf75522f5b3af233e4171ea1fd" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6515173 +file-id = 6607881 project-id = 298744 diff --git a/mods/stylecolonies.pw.toml b/mods/stylecolonies.pw.toml index 65457ca..765281a 100644 --- a/mods/stylecolonies.pw.toml +++ b/mods/stylecolonies.pw.toml @@ -1,13 +1,13 @@ name = "Stylecolonies" -filename = "stylecolonies-1.13-1.20.1.jar" +filename = "stylecolonies-1.20.1-1.15.12-snapshot.jar" side = "both" [download] hash-format = "sha1" -hash = "078522fd39a1536df54395615f298a10d332c07e" +hash = "74f57e9a3467716eba44d756afaaed9efe9baf50" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6390408 +file-id = 6653927 project-id = 827507 diff --git a/mods/supplementaries.pw.toml b/mods/supplementaries.pw.toml index 364ede6..67919d0 100644 --- a/mods/supplementaries.pw.toml +++ b/mods/supplementaries.pw.toml @@ -1,13 +1,13 @@ name = "Supplementaries" -filename = "supplementaries-1.20-3.1.30.jar" +filename = "supplementaries-1.20-3.1.31.jar" side = "both" [download] hash-format = "sha1" -hash = "33d8271a5c7972e85f809fe91dd14575e4fee57c" +hash = "f917a929bc6571e11a451badb1f22b259445c9cd" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6463022 +file-id = 6615104 project-id = 412082 diff --git a/mods/terralith.pw.toml b/mods/terralith.pw.toml deleted file mode 100644 index caeed4e..0000000 --- a/mods/terralith.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Terralith" -filename = "Terralith_1.20.x_v2.5.4.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "79e1409b8db4ce86df9d6d6730f09c4bd8860a30" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 5512076 -project-id = 513688 diff --git a/mods/thermal-cultivation.pw.toml b/mods/thermal-cultivation.pw.toml deleted file mode 100644 index 2d90792..0000000 --- a/mods/thermal-cultivation.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Thermal Cultivation" -filename = "thermal_cultivation-1.20.1-11.0.1.24.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "1973b5142aedca44aefa66d2406643e7d00205c7" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 5372746 -project-id = 271835 diff --git a/mods/thermal-dynamics.pw.toml b/mods/thermal-dynamics.pw.toml deleted file mode 100644 index 1ce6b25..0000000 --- a/mods/thermal-dynamics.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Thermal Dynamics" -filename = "thermal_dynamics-1.20.1-11.0.1.23.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "7a9b3691dfca81e52d3e34738c6bc0a98b58bf93" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 5372747 -project-id = 227443 diff --git a/mods/thermal-expansion.pw.toml b/mods/thermal-expansion.pw.toml deleted file mode 100644 index ccf3604..0000000 --- a/mods/thermal-expansion.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Thermal Expansion" -filename = "thermal_expansion-1.20.1-11.0.1.29.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "c79fe5b922653d109cdcee45f4bca24c86daf6c0" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 5372749 -project-id = 69163 diff --git a/mods/thermal-foundation.pw.toml b/mods/thermal-foundation.pw.toml deleted file mode 100644 index 57410ee..0000000 --- a/mods/thermal-foundation.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Thermal Foundation" -filename = "thermal_foundation-1.20.1-11.0.6.70.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "7c1fbd79c9bda7478560faa886eaadf0dd8d181f" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 5443583 -project-id = 222880 diff --git a/mods/thermal-innovation.pw.toml b/mods/thermal-innovation.pw.toml deleted file mode 100644 index 658d03b..0000000 --- a/mods/thermal-innovation.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Thermal Innovation" -filename = "thermal_innovation-1.20.1-11.0.1.23.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "5c6881416ff4fb116d05f4a48acf12b30f10af82" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 5372751 -project-id = 291737 diff --git a/mods/thermal-integration.pw.toml b/mods/thermal-integration.pw.toml deleted file mode 100644 index 25c6da8..0000000 --- a/mods/thermal-integration.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Thermal Integration" -filename = "thermal_integration-1.20.1-11.0.1.27.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "8d6ecb5e6c8b7dc0a95eeaba012c6bcd1b75e77d" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 5374210 -project-id = 626708 diff --git a/mods/thermal-locomotion.pw.toml b/mods/thermal-locomotion.pw.toml deleted file mode 100644 index 2d9d3bb..0000000 --- a/mods/thermal-locomotion.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Thermal Locomotion" -filename = "thermal_locomotion-1.20.1-11.0.1.19.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "f39c3b75c4a34bc838c1abcc1ba88a8e724b11ec" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 5372752 -project-id = 406959 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/tmrv.pw.toml b/mods/tmrv.pw.toml index 37fdb00..d12600f 100644 --- a/mods/tmrv.pw.toml +++ b/mods/tmrv.pw.toml @@ -1,13 +1,13 @@ name = "TooManyRecipeViewers" -filename = "toomanyrecipeviewers-0.4.2+mc.20.1.jar" +filename = "toomanyrecipeviewers-0.6.0+mc.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/yFypjcfd/versions/oDulUifY/toomanyrecipeviewers-0.4.2%2Bmc.20.1.jar" -hash-format = "sha1" -hash = "7bbc19d0ece115f195546be246ac5960590ccd58" +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 = "oDulUifY" +version = "HDeMQWHN" 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/trials-chambers-backport.pw.toml b/mods/trials-chambers-backport.pw.toml new file mode 100644 index 0000000..3e39fdb --- /dev/null +++ b/mods/trials-chambers-backport.pw.toml @@ -0,0 +1,13 @@ +name = "Trials Chambers [1.20.1 Backport]" +filename = "Trials-2.3.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/s5Igmyc6/versions/ydomBxLa/Trials-2.3.3.jar" +hash-format = "sha512" +hash = "5b87cebab24793cedadea822e603acc6452a586b62da627c686edfa74e340bf2bd64fac61664c4438cd1d1343999ce4469ebf5b6743348ff2540e3663702b0fa" + +[update] +[update.modrinth] +mod-id = "s5Igmyc6" +version = "ydomBxLa" diff --git a/mods/vampires-need-umbrellas.pw.toml b/mods/vampires-need-umbrellas.pw.toml deleted file mode 100644 index 2464e3e..0000000 --- a/mods/vampires-need-umbrellas.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Vampires Need Umbrellas" -filename = "VampiresNeedUmbrellas-1.20.1-1.0.1.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "7e499394047946c841a39e0655f41e2a3f7c77a2" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4751131 -project-id = 364129 diff --git a/mods/vampirism-become-a-vampire.pw.toml b/mods/vampirism-become-a-vampire.pw.toml deleted file mode 100644 index 39decf9..0000000 --- a/mods/vampirism-become-a-vampire.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Vampirism - Become a vampire!" -filename = "Vampirism-1.20.1-1.10.13.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "3a5cef72c487c710a7494d773ceca44e2690b5b7" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6289561 -project-id = 233029 diff --git a/mods/vampirism-integrations.pw.toml b/mods/vampirism-integrations.pw.toml deleted file mode 100644 index 50a6f4a..0000000 --- a/mods/vampirism-integrations.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Vampirism Integrations" -filename = "vampirism_integrations-1.20.1-1.8.0.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/ygTFuViO/versions/FCWlXprr/vampirism_integrations-1.20.1-1.8.0.jar" -hash-format = "sha1" -hash = "c22c5f7a27e67870f43bfcfce662cac277fe3289" - -[update] -[update.modrinth] -mod-id = "ygTFuViO" -version = "FCWlXprr" 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/venders-game.pw.toml b/mods/venders-game.pw.toml deleted file mode 100644 index 2e5601e..0000000 --- a/mods/venders-game.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Vender's Game - A Flan's Mod Content Pack" -filename = "flansvendersgame-1.20.1-0.4.316.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/eJ4pWSLN/versions/34yUipcp/flansvendersgame-1.20.1-0.4.316.jar" -hash-format = "sha1" -hash = "6f8c7e742a536010e2302dbe7789d01ca9859e84" - -[update] -[update.modrinth] -mod-id = "eJ4pWSLN" -version = "34yUipcp" 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-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/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/vivecraft-compat.pw.toml b/mods/vivecraft-compat.pw.toml deleted file mode 100644 index 403ae6f..0000000 --- a/mods/vivecraft-compat.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -name = "ViveCraft Compat" -filename = "vivecraftcompat-1.20-1.5.0.jar" -side = "client" - -[download] -hash-format = "sha1" -hash = "253f249541c6aaf3b1ee99e4fb2eec85dece3aa2" -mode = "metadata:curseforge" - -[option] -optional = true -default = false -description = "Improves compatibility between vivecraft and various other mods. (Need Customizable Player Models)" - -[update] -[update.curseforge] -file-id = 6261927 -project-id = 895840 diff --git a/mods/vivecraft.pw.toml b/mods/vivecraft.pw.toml deleted file mode 100644 index e2b3e30..0000000 --- a/mods/vivecraft.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Vivecraft" -filename = "vivecraft-1.20.1-1.2.5-forge.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "f52acc2e4293ca5bad35ef4de83f7868b14f3fec" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6208688 -project-id = 667903 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..d5e7017 --- /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] +url = "https://cdn.modrinth.com/data/E0SdeAoH/versions/Wat8yBcW/wakes-1.20.1-Forge-1.0.5.jar" +hash-format = "sha512" +hash = "cd576dcefff4bbc0565db0926e99048f48cee227ef1950357eb4c336856d32280ad1b28b35ce260470f6ed8438a1a5c287cefb23be3edc5c920fa946723a8926" + +[update] +[update.modrinth] +mod-id = "E0SdeAoH" +version = "Wat8yBcW" diff --git a/mods/waterframes.pw.toml b/mods/waterframes.pw.toml index 38ae421..d3ff508 100644 --- a/mods/waterframes.pw.toml +++ b/mods/waterframes.pw.toml @@ -1,13 +1,13 @@ name = "WATERFrAMES: Multimedia Displays" -filename = "waterframes-FORGE-mc1.20.1-v2.1.14.jar" +filename = "waterframes-FORGE-mc1.20.1-v2.1.15.jar" side = "both" [download] hash-format = "sha1" -hash = "61a47fdd76e8c0dbe374b4462809f7530e452f86" +hash = "d6d3ef3b04c4d1135d9eac9e507bbabdcf70d1c0" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6386145 +file-id = 6700266 project-id = 834607 diff --git a/mods/watermedia.pw.toml b/mods/watermedia.pw.toml index b2a9b41..969d7c6 100644 --- a/mods/watermedia.pw.toml +++ b/mods/watermedia.pw.toml @@ -1,13 +1,13 @@ name = "WATERMeDIA: Multimedia API" -filename = "watermedia-2.1.24.jar" +filename = "watermedia-2.1.25.jar" side = "client" [download] hash-format = "sha1" -hash = "6a2ff3506e2050d510ba60391c78c34206e4c95f" +hash = "76747f5509c7c2adea22931230207669c9ee87d2" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6457358 +file-id = 6616372 project-id = 869524 diff --git a/mods/wavey-capes.pw.toml b/mods/wavey-capes.pw.toml new file mode 100644 index 0000000..e02a312 --- /dev/null +++ b/mods/wavey-capes.pw.toml @@ -0,0 +1,18 @@ +name = "Wavey Capes" +filename = "waveycapes-forge-1.6.1.1-mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/kYuIpRLv/versions/wZ7qUyGH/waveycapes-forge-1.6.1.1-mc1.20.1.jar" +hash-format = "sha512" +hash = "8db1547dea598f7061ed8dd8209cc447fe3ddf18204e398c261e39fbe7e2c343cb47791c36d14683b1993eb301f571913d6835e1d269aa462a6ce0f43d191bc5" + +[update] +[update.modrinth] +mod-id = "kYuIpRLv" +version = "wZ7qUyGH" + +[option] +optional = true +description = "The cape shouldn't be a static slab" +default = true diff --git a/mods/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/pack.toml b/pack.toml index 68be6fc..46fc0b9 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "147d3e46e9e1e62fa349f9c76244b2de91ed3e58e2b8297844400c5d6cc54bf9" +hash = "c85cc435205459ecd8e9cde881553ee9aa5edcc6fb84b1dd347c77fdada75649" [versions] forge = "47.4.1" diff --git a/resourcepacks/created-pretty-pipes.pw.toml b/resourcepacks/created-pretty-pipes.pw.toml new file mode 100644 index 0000000..eb4d15a --- /dev/null +++ b/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/resourcepacks/enhanced-boss-bars.pw.toml b/resourcepacks/enhanced-boss-bars.pw.toml new file mode 100644 index 0000000..584f6b0 --- /dev/null +++ b/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/shaderpacks/bsl-shaders-classic.pw.toml b/shaderpacks/bsl-shaders-classic.pw.toml new file mode 100644 index 0000000..b414d78 --- /dev/null +++ b/shaderpacks/bsl-shaders-classic.pw.toml @@ -0,0 +1,19 @@ +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" + + +[option] +optional = true +default = true +description = "Shaderpack for Minecraft: Java Edition. It's bright, colorful, and distinct." + +[update] +[update.modrinth] +mod-id = "pgzM6RBY" +version = "a05qYRrG" diff --git a/shaderpacks/bsl-shaders.pw.toml b/shaderpacks/bsl-shaders.pw.toml new file mode 100644 index 0000000..cda81ce --- /dev/null +++ b/shaderpacks/bsl-shaders.pw.toml @@ -0,0 +1,19 @@ +name = "BSL Shaders" +filename = "BSL_v10.0.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Q1vvjJYV/versions/jRn8y2VF/BSL_v10.0.zip" +hash-format = "sha512" +hash = "3ce31ae8c7242ae335de70df10f8147420a64ca372585c195d0b300f9e8c5b923f1e5bf2b8dddfcc741a0ce8e0235e079540101632837624787da84e9b52d72f" + + +[option] +optional = true +default = true +description = "Shaderpack for Minecraft: Java Edition. It's bright, colorful, and distinct." + +[update] +[update.modrinth] +mod-id = "Q1vvjJYV" +version = "jRn8y2VF"