initial version

This commit is contained in:
Hexugory 2024-12-01 23:04:27 -06:00
commit b13d9dfb4d
109 changed files with 4874 additions and 0 deletions

4
.gitattributes vendored Normal file
View File

@ -0,0 +1,4 @@
# Disable Git line ending conversion, to prevent packwiz index hashes changing when committing from Windows
* -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# Exclude exported CurseForge zip files
/*.zip
# Exclude exported Modrinth modpacks
*.mrpack
# Exclude packwiz binary
packwiz.exe

7
.packwizignore Normal file
View File

@ -0,0 +1,7 @@
# .packwizignore follows the same format as .gitignore, and can be used to exclude unwanted files from pack exports
# See https://git-scm.com/docs/gitignore
# Exclude README
/README.md
/static/*

711
config/alexsmobs.toml Normal file
View File

@ -0,0 +1,711 @@
[general]
#Whether all players should get an Animal Dictionary when joining the world for the first time.
giveBookOnStartup = true
#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 = 0
#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

View File

@ -0,0 +1,37 @@
[Visuals]
#
# Should blue skies override the title screen panorama.
# Default: true
custom_panorama = false
#
# Whether or not brightness should be capped when inside the dimensions for aesthetic purposes.
# Default: true
limit_brightness = true
["Inventory Tabs"]
#
# If set to true, inventory tabs will use simple buttons that can be placed anywhere on the screen.
# Default: false
use_simple_inventory_tabs = false
["Inventory Tabs"."Sliding Tabs"]
#
# If set to true, inventory tabs appear on the bottom left corner instead of the bottom right.
# Default: false
left_align = false
["Inventory Tabs".Buttons]
#
# The x position of the inventory tabs.
# Default: -88
x = -88
#
# The y position of the inventory tabs.
# Default: -83
y = -83
#
# If set to true, inventory tabs are sorted vertically. If set to false, they are sorted horizontally.
# Default: false
is_vertical = false

1950
config/quark-common.toml Normal file

File diff suppressed because it is too large Load Diff

133
config/xaerominimap.txt Normal file
View File

@ -0,0 +1,133 @@
#CONFIG ONLY OPTIONS
ignoreUpdate:0
settingsButton:false
allowWrongWorldTeleportation:false
differentiateByServerAddress:true
debugEntityIcons:false
debugEntityVariantIds:false
radarHideInvisibleEntities:true
allowInternetAccess:true
#INGAME SETTINGS (DO NOT EDIT!)
updateNotification:true
minimap:true
caveMaps:2
caveZoom:1
showWaypoints:true
showIngameWaypoints:true
displayRedstone:true
deathpoints:true
oldDeathpoints:true
distance:1
lockNorth:false
zoom:0
minimapSize:0
chunkGrid:-1
slimeChunks:false
mapSafeMode:false
minimapOpacity:100.0
waypointsIngameIconScale:0
waypointsIngameDistanceScale:0
waypointsIngameNameScale:0
waypointsIngameCloseScale:1.0
antiAliasing:true
blockColours:0
lighting:true
dotsStyle:0
dotNameScale:1.0
compassOverEverything:true
showFlowers:true
keepWaypointNames:true
waypointsDistanceExp:0
waypointsDistanceMin:0.0
defaultWaypointTPCommandFormat:/tp @s {x} {y} {z}
defaultWaypointTPCommandRotationFormat:/tp @s {x} {y} {z} {yaw} ~
arrowScale:1.5
arrowColour:0
smoothDots:true
worldMap:true
terrainDepth:true
terrainSlopes:2
mainEntityAs:0
blockTransparency:true
waypointOpacityIngame:80
waypointOpacityMap:90
hideWorldNames:1
openSlimeSettings:true
alwaysShowDistance:false
renderLayerIndex:1
crossDimensionalTp:true
biomeColorsVanillaMode:false
lookingAtAngle:10
lookingAtAngleVertical:180
centeredEnlarged:false
zoomOnEnlarged:0
minimapTextAlign:0
waypointsMutualEdit:true
compassLocation:1
compassDirectionScale:0
caveMapsDepth:30
hideWaypointCoordinates:false
renderAllSets:false
playerArrowOpacity:100
waypointsBottom:false
minimapShape:0
lightOverlayType:0
lightOverlayMaxLight:7
lightOverlayMinLight:0
lightOverlayColor:13
uiScale:0
bossHealthPushBox:1
potionEffectPushBox:1
minimapFrame:0
minimapFrameColor:9
compassColor:9
northCompassColor:-1
displayMultipleWaypointInfo:1
entityRadar:true
adjustHeightForCarpetLikeBlocks:true
autoConvertWaypointDistanceToKmThreshold:10000
waypointDistancePrecision:1
mainDotSize:2
partialYTeleportation:true
deleteReachedDeathpoints:true
hideMinimapUnderScreen:true
hideMinimapUnderF3:true
manualCaveModeStartAuto:true
manualCaveModeStart:-1
chunkGridLineWidth:1
temporaryWaypointsGlobal:true
keepUnlockedWhenEnlarged:false
enlargedMinimapAToggle:false
displayStainedGlass:true
waypointOnMapScale:0
switchToAutoOnDeath:true
infoDisplayBackgroundOpacity:40
caveModeToggleTimer:1000
legibleCaveMaps:false
biomeBlending:true
displayTrackedPlayersOnMap:true
displayTrackedPlayersInWorld:true
dimensionScaledMaxWaypointDistance:true
trackedPlayerWorldIconScale:0
trackedPlayerWorldNameScale:0
trackedPlayerMinimapIconScale:0
displayClaims:true
displayCurrentClaim:true
claimsFillOpacity:46
claimsBorderOpacity:80
infoDisplayOrder:coords:overworld_coords:chunk_coords:angles:dimension:biome:weather:light_level:time:real_time:highlights:light_overlay_indicator:manual_cave_mode_indicator:custom_sub_world
infoDisplay:coords:true:15:-1
infoDisplay:overworld_coords:false:15:-1
infoDisplay:chunk_coords:false:15:-1
infoDisplay:angles:false:15:-1
infoDisplay:dimension:false:15:-1
infoDisplay:biome:false:15:-1
infoDisplay:weather:false:15:-1
infoDisplay:light_level:0:15:-1
infoDisplay:time:0:15:-1
infoDisplay:real_time:0:15:-1
infoDisplay:highlights:true:15:-1
infoDisplay:light_overlay_indicator:true:15:-1
infoDisplay:manual_cave_mode_indicator:true:15:-1
infoDisplay:custom_sub_world:true:15:-1
module;id=xaerominimap:minimap;active=true;x=0;y=0;centered=false;fromRight=true;fromBottom=false;flippedVer=false;flippedHor=false;

View File

@ -0,0 +1,194 @@
{
"hardInclude": "anything",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [
"minecraft:glow_item_frame",
"minecraft:item_frame"
],
"name": "gui.xaero_entity_category_root",
"protection": true,
"settingOverrides": {
"displayHeight": 0.0,
"displayed": true,
"heightBasedFade": true,
"renderOrder": 0.0,
"color": 13.0,
"displayNameWhenIconFails": true,
"entityNumber": 1000.0,
"alwaysDisplayNametags": false,
"dotSize": 2.0,
"startFadingAt": 0.0,
"renderOverMinimapFrame": 1.0,
"icons": 1.0,
"heightLimit": 20.0,
"names": 0.0,
"iconScale": 1.0
},
"subCategories": [
{
"hardInclude": "living",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [
"minecraft:armor_stand"
],
"name": "gui.xaero_entity_category_living",
"protection": true,
"settingOverrides": {
"renderOrder": 2.0,
"color": 14.0
},
"subCategories": [
{
"hardInclude": "players",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_players",
"protection": true,
"settingOverrides": {
"renderOrder": 6.0,
"color": 15.0,
"heightLimit": 2050.0
},
"subCategories": [
{
"hardInclude": "nothing",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_friend",
"protection": true,
"settingOverrides": {},
"subCategories": []
},
{
"hardInclude": "tracked",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_tracked",
"protection": true,
"settingOverrides": {
"icons": 2.0
},
"subCategories": []
},
{
"hardInclude": "same-team",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_same_team",
"protection": true,
"settingOverrides": {},
"subCategories": []
},
{
"hardInclude": "anything",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_other_teams",
"protection": true,
"settingOverrides": {
"renderOrder": 7.0
},
"subCategories": []
}
]
},
{
"hardInclude": "hostile",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_hostile",
"protection": true,
"settingOverrides": {
"renderOrder": 3.0,
"color": 12.0
},
"subCategories": [
{
"hardInclude": "tamed",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_hostile_tamed",
"protection": true,
"settingOverrides": {
"renderOrder": 5.0,
"color": 10.0
},
"subCategories": []
}
]
},
{
"hardInclude": "anything",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_friendly",
"protection": true,
"settingOverrides": {},
"subCategories": [
{
"hardInclude": "tamed",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_friendly_tamed",
"protection": true,
"settingOverrides": {
"renderOrder": 4.0,
"color": 10.0
},
"subCategories": []
}
]
}
]
},
{
"hardInclude": "items",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_items",
"protection": true,
"settingOverrides": {
"renderOrder": 1.0,
"color": 9.0
},
"subCategories": []
},
{
"hardInclude": "anything",
"includeList": [],
"includeListInSuperCategory": true,
"excludeMode": "ONLY",
"excludeList": [],
"name": "gui.xaero_entity_category_other_entities",
"protection": true,
"settingOverrides": {
"color": 5.0
},
"subCategories": []
}
]
}

516
index.toml Normal file
View File

@ -0,0 +1,516 @@
hash-format = "sha256"
[[files]]
file = "config/alexsmobs.toml"
hash = "f577e6a58e3690537eed6d9bae70c09f661036afd342c1974f626849cf0963a3"
[[files]]
file = "config/blue_skies-client.toml"
hash = "071d402fc522364f0bbbe1cce75c96800c5f4bf0236dcf6766a948180d7ed595"
[[files]]
file = "config/quark-common.toml"
hash = "c9b165957b05ac7980581cf548d49ab202edf6296cc59a58effcc6889475fa5a"
[[files]]
file = "config/xaerominimap.txt"
hash = "3e0ee20dd4023742a6eb44a0ca48512e6d28814825172bc893081543b11b928d"
[[files]]
file = "config/xaerominimap_entities.json"
hash = "0b52401fe870bedd2012af3c9d4fa577807d71d8718833971a9e31ae7a8a011f"
[[files]]
file = "mods/accessories-cc-layer.pw.toml"
hash = "2e31627453295ef5d88ada8a3d294cd04eec3ef61dfd9f8abeee8d837f4b9dc5"
metafile = true
[[files]]
file = "mods/accessories-tc-layer.pw.toml"
hash = "f0a1bb333ffdb23edde7bc7912e2e489f1986f5107f547afd66d5aa6e4aca985"
metafile = true
[[files]]
file = "mods/accessories.pw.toml"
hash = "fc7a2e6906974b8f7ed9acced35b318b3ef55e336fe26bbc3947d171400466ce"
metafile = true
[[files]]
file = "mods/alexs-caves.pw.toml"
hash = "0cbc4b2c6b58b7a94f030ae84f18057e5dc78a17bad429f40b8884926a6ab233"
metafile = true
[[files]]
file = "mods/alexs-mobs.pw.toml"
hash = "e1016eb125a5a41a10f80847eb00affae0e539e703846f303949ed5d82b7f1bf"
metafile = true
[[files]]
file = "mods/amendments.pw.toml"
hash = "c52aab6767b8a08db1fa860cee2f8019d804b92b80fbe78f701fcd4b37d6ad7d"
metafile = true
[[files]]
file = "mods/appleskin.pw.toml"
hash = "793693a85f3c87d4e899ee0c58deabc53690bf5a70f17343f28fd5063ce8a1e1"
metafile = true
[[files]]
file = "mods/besmirchment-2.pw.toml"
hash = "c2d86313e77a36f06601cb2bb95944e68c7cdc5e0f1f173f617253502d691e2d"
metafile = true
[[files]]
file = "mods/better-advancements.pw.toml"
hash = "54fb66472853060193e643d5e24fef619a431c96970f6ebcbbc41681b9963f97"
metafile = true
[[files]]
file = "mods/better-climbing.pw.toml"
hash = "d9ab6c39c1422c4beca4fb5f2c3afb3d7855423e0af1ae847f3bf3bc326bf31b"
metafile = true
[[files]]
file = "mods/bewitchment.pw.toml"
hash = "1e77bb42d892684f7ccdccf6b82169d9bb0eb339f40bc7014ef871253a877815"
metafile = true
[[files]]
file = "mods/biomancy.pw.toml"
hash = "9645745c65db24bd944b638a3672c20b6af3564e80b32110968ade12134f1119"
metafile = true
[[files]]
file = "mods/blood-magic.pw.toml"
hash = "832ce23a285dd86387eb7950f6159cc0ec0cdda36dad4b7036c35a99001b6943"
metafile = true
[[files]]
file = "mods/blue-skies.pw.toml"
hash = "e0b611005c8d2142ca889e850c9f1450f45b1d30086aa8743579dde6ab1bd9af"
metafile = true
[[files]]
file = "mods/bookshelf-lib.pw.toml"
hash = "02062a6b61e230e7debaf1c03d5e1e7203e427588fceb9f3d6ef8cad8062397e"
metafile = true
[[files]]
file = "mods/botania.pw.toml"
hash = "ef498b46cdf1f30eee10976d1c366f769d39ff01045b53313fcf2ba60f78a45e"
metafile = true
[[files]]
file = "mods/builtin-servers.pw.toml"
hash = "98776d93b938c8fc4ffa5818b8e4b8686698feec9fef1e60235d3a368a2cbfa9"
metafile = true
[[files]]
file = "mods/citadel.pw.toml"
hash = "05fdc598a3d7461f62d878ebe8d3d7fd714ca8bdeb93831e9f0e0876adfca01a"
metafile = true
[[files]]
file = "mods/cloth-config.pw.toml"
hash = "e3dd03e7fec88831974857e2cdded54dd5c5bdcaa3f6d6248c2800e82db4dd41"
metafile = true
[[files]]
file = "mods/clumps.pw.toml"
hash = "903352ffbd84d4b95fed905893f4715d9c3f88ec9fff6fb06f6e359e0b839dc3"
metafile = true
[[files]]
file = "mods/collective.pw.toml"
hash = "a0f2e11e55aa98b13ca469e8cee71d38a16a2ed0fba99b95fb0664adfc93e838"
metafile = true
[[files]]
file = "mods/configured.pw.toml"
hash = "c1bdeff356cd2ac164e2c0e6d0ceeda234db9774c2df44fb9f0e71d3960cc3f1"
metafile = true
[[files]]
file = "mods/connector-extras.pw.toml"
hash = "d8480ee1f6ae58fa389e502108bcde4936ca326d6dc2f1608b9af9ac141cb35a"
metafile = true
[[files]]
file = "mods/connector.pw.toml"
hash = "852ee3d5dea735c0c8f4c030edb06164863e7d27eef535c697f86a8b20a1cff0"
metafile = true
[[files]]
file = "mods/controlling.pw.toml"
hash = "4063abe583282834b2f78e3b3e6b9ee4d231a680f74c020e405a4ef196f21ee4"
metafile = true
[[files]]
file = "mods/craftgr.pw.toml"
hash = "0fded483d6e30e484eca89c7fe28d566fd25d935da4ce84cb6663a14d0151d0e"
metafile = true
[[files]]
file = "mods/cupboard.pw.toml"
hash = "2eb26b157c4159bfeff6a00147afa35284397d558f84b55367d1a41064d7456a"
metafile = true
[[files]]
file = "mods/curios.pw.toml"
hash = "6e72f1af6c31a2afeb112f6a7737c37a55ae9c1b076f4ccadbe544849499aa4f"
metafile = true
[[files]]
file = "mods/death-backup.pw.toml"
hash = "68b78321237afd3d931840246e3c1d9f613e70df68f6c108c9fba63fb9a75550"
metafile = true
[[files]]
file = "mods/ding.pw.toml"
hash = "2fcea0bdf1c046a408cf5b2fb163a0cfbb826ba221a0fa1bec74e4df25b040ff"
metafile = true
[[files]]
file = "mods/distanthorizons.pw.toml"
hash = "7016aa6a08cf0defeea379ed5a06d26470e91c6cd3b5362ca9959cde2e7ef182"
metafile = true
[[files]]
file = "mods/domestication-innovation.pw.toml"
hash = "bfd2911d1fc7136f92be93d4e3081b85f30109373ac640fbac2e3b3896d709f2"
metafile = true
[[files]]
file = "mods/embers.pw.toml"
hash = "3586757030ab2d1d3befc540c5f4b5983f935ef8c919d4c5c8dbac7175f93344"
metafile = true
[[files]]
file = "mods/emi-enchanting.pw.toml"
hash = "3a728230bfbaf61c1fb3a102bcf320b63a0a132c149b0b827eaf1ce0a52e3fef"
metafile = true
[[files]]
file = "mods/emi-loot.pw.toml"
hash = "3dbc9206585bb9a4fb3f6af39672f335e57b5e5f581524c429f014240e2b44b3"
metafile = true
[[files]]
file = "mods/emi-ores.pw.toml"
hash = "0d5f0c70d0b229ef3885011ed0675333d6d02c70abd57f0de595faca487d4cf9"
metafile = true
[[files]]
file = "mods/emi.pw.toml"
hash = "b922bf1accaec299a669b1915a600a8cdaad3baadffa4b509633a83ad4c020a1"
metafile = true
[[files]]
file = "mods/emiffect.pw.toml"
hash = "f9f6ab1a6f68298710ca37f82503969531856c67138c4049f20c134d8b70dc55"
metafile = true
[[files]]
file = "mods/emitrades.pw.toml"
hash = "16b4a8a6c29d642b83ccfb68729c6520928fef115551d43aa301da72ca9498cd"
metafile = true
[[files]]
file = "mods/enchantery.pw.toml"
hash = "bdfe6a329c8675b67366f7c02b40ebcd32e10e115863a1831357743656458ce5"
metafile = true
[[files]]
file = "mods/enchantment-descriptions.pw.toml"
hash = "473489bb165ab775858cc475d8e9ae599e126bced1c73d17563e3459e4899719"
metafile = true
[[files]]
file = "mods/every-compat.pw.toml"
hash = "e584ec731662c04d246e76f0e4b67e6909643beaf7a2dd975b50e3eac0eadfa4"
metafile = true
[[files]]
file = "mods/exposure.pw.toml"
hash = "56643304802508b362d2cee4acd59425e640ef9199a235839d7dafdd4f580c18"
metafile = true
[[files]]
file = "mods/farmers-delight.pw.toml"
hash = "9a0ad748fc5db8eada0834d48c5101e3b76700031fd304d88176dfaabfeefa20"
metafile = true
[[files]]
file = "mods/fast-ip-ping.pw.toml"
hash = "d8db3e87c66d04e6848edbbd56c824285330183361638ab97dce8306fc161977"
metafile = true
[[files]]
file = "mods/figura.pw.toml"
hash = "7b411f636c4a61db20882904e79625750ff1230c83763a0a426c04a8bbf8d7f1"
metafile = true
[[files]]
file = "mods/forgeshot.pw.toml"
hash = "7aa5dbf2f02f2a895547b54e89b8a8a70c04afe4cdb981d2b077e960d6c5d6c7"
metafile = true
[[files]]
file = "mods/forgified-fabric-api.pw.toml"
hash = "73731fbf0a731554608aaa9705f51036892f1fe92606a93594f689e7227a5056"
metafile = true
[[files]]
file = "mods/fzzy-config.pw.toml"
hash = "9c4391618f128b62c95c3f7537d59a758737336f88e05d022edc2cb630449069"
metafile = true
[[files]]
file = "mods/geckolib.pw.toml"
hash = "1484808760dad0e89dfbd3e3758b96dc9ecbb3d46fcec1489ac9d090213376c6"
metafile = true
[[files]]
file = "mods/hex-casting.pw.toml"
hash = "59a167a2e05a518d25d1e6f1b4789bad66a47e7fa2909817c5ec433c7aa46661"
metafile = true
[[files]]
file = "mods/ichunutil.pw.toml"
hash = "3aa75e307989c0a66a0658b5c6776e8d664d73f55a99e5ff30ef24d4d2918619"
metafile = true
[[files]]
file = "mods/jade-addons-forge.pw.toml"
hash = "3f432b6a6358f773426d01ab360816b2792c2d033eeca8d5595d2af205b22321"
metafile = true
[[files]]
file = "mods/jade.pw.toml"
hash = "7f6c0ca162ebadc819fa2fe5d925daec6144d3480a6d75c769a72b8b46b78f9f"
metafile = true
[[files]]
file = "mods/jei.pw.toml"
hash = "3c4797a9ade2ad41b4163a8838ad95b27f2b07906bf44f1c05a04c822e44719b"
metafile = true
[[files]]
file = "mods/l_enders-cataclysm.pw.toml"
hash = "b5baa9c71008ac4bceb08fbb361209743f25671760e365cfad5abf254e5ad82c"
metafile = true
[[files]]
file = "mods/lighty.pw.toml"
hash = "94aa69e3f800f454553aa7f80b8e28a4751d58487775100fb60ae16bbd799259"
metafile = true
[[files]]
file = "mods/lionfish-api.pw.toml"
hash = "3e055c411c197b2103e338dc9fdcd37272df81aaf4246f801694f97feaf7d232"
metafile = true
[[files]]
file = "mods/lodestonelib.pw.toml"
hash = "fbe4059f0565f8ca134309b0e1c5b93df446d61007b39aedf33c9dd9a0d094d7"
metafile = true
[[files]]
file = "mods/lucent.pw.toml"
hash = "2a25158198d33e13a0f0a79126ac9dc220793a16cf43e3688da290a0d6266689"
metafile = true
[[files]]
file = "mods/mahou-tsukai.pw.toml"
hash = "c01e4f873d0c5deb69686ad4583b8c052408256f3641a4d6c277b865fc341634"
metafile = true
[[files]]
file = "mods/majrusz-library.pw.toml"
hash = "bc6a2458b8337e76c0636142242ef36f75ff13e65f977fdd81bb5cc823e5b360"
metafile = true
[[files]]
file = "mods/majruszs-enchantments.pw.toml"
hash = "e15076021a888aa4c0d5320c3c1bb97d5ff882b7596453b07b78cce462036178"
metafile = true
[[files]]
file = "mods/majruszs-progressive-difficulty.pw.toml"
hash = "dfd3ca238414939a4a9054bc933d4b5d9dfd5a306b86b898e1706cd6d66602f1"
metafile = true
[[files]]
file = "mods/malum.pw.toml"
hash = "dc16a4c535569125383dee24d051a0e2ab7fe90372bc40b0cfbcf42df65283d6"
metafile = true
[[files]]
file = "mods/mana-and-artifice.pw.toml"
hash = "152486c10524a591e37295bf008d31296a3eca55d0a13642d406367d01426469"
metafile = true
[[files]]
file = "mods/modonomicon.pw.toml"
hash = "c28127cc67e959efe92660887cdf9a5953456081028f1581a95599da87db93a3"
metafile = true
[[files]]
file = "mods/moonlight.pw.toml"
hash = "6645dab73d9fd1261013c58d0171db73c60bc730bd66c9f6f36da7b341818cbc"
metafile = true
[[files]]
file = "mods/mouse-tweaks.pw.toml"
hash = "679fa8f3b49b9ed3fbcb29d6ccdb99bce465faa01f9cec000464ac8d4fbe134f"
metafile = true
[[files]]
file = "mods/no-chat-reports.pw.toml"
hash = "b849dfdaaa3e4ad635fb16595bfd6ae03b83de0c02f5b06faafb24cc33926f3f"
metafile = true
[[files]]
file = "mods/patchouli.pw.toml"
hash = "3cf8b0b943ef4e88b788d86284f634d7f3a252b642ac0c5b41c7ef2ff548238f"
metafile = true
[[files]]
file = "mods/paxi.pw.toml"
hash = "be48890d990e03c639c5636c79bfa74bbd531c49a80487507984899c386a0bd9"
metafile = true
[[files]]
file = "mods/pehkui.pw.toml"
hash = "1f92dd360908c1801848dcd4d14aca5640199545e7e22e76bfdb981b06fa9399"
metafile = true
[[files]]
file = "mods/quark-oddities.pw.toml"
hash = "056c481f39ce13ff8b3fa09fc5dd6b6549676135de8eb890ddc96ad180a4e383"
metafile = true
[[files]]
file = "mods/quark.pw.toml"
hash = "105a3cb78f853a00406250e8a5be2cc2a757cdee03b8d933529c96b3bd9be309"
metafile = true
[[files]]
file = "mods/radium.pw.toml"
hash = "bbdd40b650286973d44b1931d4b8c4bcc02b02f2c5583545709347503bd13057"
metafile = true
[[files]]
file = "mods/retro-damage-indicators.pw.toml"
hash = "446c0853f6c0c5656b157adbef2819c2552e66242fd8cf610177a5eeb8bccdc1"
metafile = true
[[files]]
file = "mods/savage-ender-dragon.pw.toml"
hash = "844ccf23ba21f56bc5ddc4f64afdf3bcf8b6b29f6066b5520311aee96b59b339"
metafile = true
[[files]]
file = "mods/screenshot-viewer.pw.toml"
hash = "142dd384cfb6ed95d9962599278c870998ba2d80dc1bdab622616c50b29893b5"
metafile = true
[[files]]
file = "mods/searchables.pw.toml"
hash = "b8c7497acbf4890b4609b6b20de7affdd3482fc99af975d9ff6b29c075e1d8a7"
metafile = true
[[files]]
file = "mods/simple-voice-chat.pw.toml"
hash = "e3bdb65c2ce034e26c9277751a370baac6df6853d55e92327170df8778a837fb"
metafile = true
[[files]]
file = "mods/sophisticated-backpacks.pw.toml"
hash = "731af9b877b4c93ebb80b6939ab8765982cf9a1fd205b726b3c6e2bd2efc59f1"
metafile = true
[[files]]
file = "mods/sophisticated-core.pw.toml"
hash = "e8521b6d148b584e49dd307607f2e1b369c3ca7a27087aed529d0e51b74429d4"
metafile = true
[[files]]
file = "mods/sophisticated-storage.pw.toml"
hash = "15d83ce25386a10765723d7d878445a8bd0764db9615b62a16935d6ae9591f65"
metafile = true
[[files]]
file = "mods/sound-physics-remastered.pw.toml"
hash = "d23fde8bff0018f39f4ba8ef8d3017860371acf48d1b89b9b8c631aebc518fda"
metafile = true
[[files]]
file = "mods/spark.pw.toml"
hash = "0be4976227df8e261fd362889bf8e85b93e224d1b1c3cd2a11b73a9de3b64083"
metafile = true
[[files]]
file = "mods/starlight-forge.pw.toml"
hash = "985d34e70842a5c8e0a8a4e35be894e5f5c6d0dcbe25f2a8f74a45616d32be33"
metafile = true
[[files]]
file = "mods/structure-gel-api.pw.toml"
hash = "0a1893b4abfd0e7243095240b329552c082dd3fa7874b43e9b43c94812875472"
metafile = true
[[files]]
file = "mods/supplementaries.pw.toml"
hash = "21ded7427eed05b00fd5f1fb2c1e5232809113dc9020f612269181cad844a1fb"
metafile = true
[[files]]
file = "mods/thaumon.pw.toml"
hash = "c23e94b6987ad57c3591fcda57b87434bed36cdbbfccdb03385b8e62acda0e6a"
metafile = true
[[files]]
file = "mods/the-twilight-forest.pw.toml"
hash = "d1f859de9867b7433305aef1631aa22a436a4c3924474a21c0a22ab5f2093c04"
metafile = true
[[files]]
file = "mods/trials-chambers-backport.pw.toml"
hash = "3265a2cc2c3a62a4f8b380be694dde3cd7dba9e0630359b6a34527350bd068e8"
metafile = true
[[files]]
file = "mods/withering-heights.pw.toml"
hash = "e2d6cb25e4d486ccdb11e4e78ab2f32ef3732a56063621ad64924f43ae410f7e"
metafile = true
[[files]]
file = "mods/xaeros-minimap.pw.toml"
hash = "14cf28485830d53433b7f6c82eb23fc87dcbc382a65eb20078088dc2e801da3e"
metafile = true
[[files]]
file = "mods/xaeros-world-map.pw.toml"
hash = "8e3026324227122e65ef891db279aa84191611f26d29e5dbd92e0bd2ce048b6d"
metafile = true
[[files]]
file = "mods/xenon-forge.pw.toml"
hash = "1f7936bd08b3d5a2ff346c01d6e398aa33183a45796ba5d1a8d98758561fcf7e"
metafile = true
[[files]]
file = "mods/yungs-api.pw.toml"
hash = "152c6732da180e958fb29f492bae2e468d4dfd423ce4d3d0d31ef31c2eec6c61"
metafile = true
[[files]]
file = "mods/yungs-better-end-island.pw.toml"
hash = "302d69d833264022aa7ff781dbcde7f60f3c9e3021881b29f6f59223c36579c8"
metafile = true
[[files]]
file = "mods/zeta.pw.toml"
hash = "cb92831ae1333084aee2e0582ad76e074ee902f76939b2e2c4d288b831d27f1a"
metafile = true

View File

@ -0,0 +1,13 @@
name = "Curios Compat Layer for Accessories"
filename = "accessories_cclayer-7.4.0-beta.18+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/izkDUlrJ/versions/kmnzFxJx/accessories_cclayer-7.4.0-beta.18%2B1.20.1.jar"
hash-format = "sha512"
hash = "85ae3b54be3893cc9761a636f37bd2c3e60e8c434f54605958b9aee7bf67908dbd56c6bd237acc8c42fa9c3c24cdd955e11e5f52d35449b286bd0eaa79a24dd7"
[update]
[update.modrinth]
mod-id = "izkDUlrJ"
version = "kmnzFxJx"

View File

@ -0,0 +1,13 @@
name = "Trinkets Compat Layer for Accessories"
filename = "accessories_tclayer-3.10.0-beta.18+1.21.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/TkWgV1AW/versions/cDrOq5N0/accessories_tclayer-3.10.0-beta.18%2B1.21.1.jar"
hash-format = "sha512"
hash = "2de346cf68a0a1768476a69007e79cda5cb1f498a1e897d5a4657f7642cdf7a3acadb5048e0c231dc2a7331fa3cd910c62075dfbddc5d2573773524fdca062ec"
[update]
[update.modrinth]
mod-id = "TkWgV1AW"
version = "cDrOq5N0"

13
mods/accessories.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Accessories"
filename = "accessories-neoforge-1.0.0-beta.42+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/jtmvUHXj/versions/1MWeROAl/accessories-neoforge-1.0.0-beta.42%2B1.20.1.jar"
hash-format = "sha512"
hash = "5f2dcb7aa2f0e0e23afab5ba6cca1e69c3bd4ad65961e4d4df6be1faaff7ba4f02dafe1f5d3b327c32748679ba0c0f7363e40cc2903e407377e176126cb75f30"
[update]
[update.modrinth]
mod-id = "jtmvUHXj"
version = "1MWeROAl"

13
mods/alexs-caves.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Alex's Caves"
filename = "alexscaves-2.0.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/U6GY0xp0/versions/lC8HHXOF/alexscaves-2.0.2.jar"
hash-format = "sha512"
hash = "d23092cf507f4cf66ead45d7b393393ea83a9002056962ee6c341e91323ae39e10f2aefbbbc9f5e54409eb3ee522ad0c2dd5661077b09f1e37d034cfdd4333a0"
[update]
[update.modrinth]
mod-id = "U6GY0xp0"
version = "lC8HHXOF"

13
mods/alexs-mobs.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Alex's Mobs"
filename = "alexsmobs-1.22.9.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/2cMuAZAp/versions/XoIASRVU/alexsmobs-1.22.9.jar"
hash-format = "sha512"
hash = "b50280057926d750f9ffbf6a8df36deb37529356895f6bf59f25d272ecf69afccec65ec1a5c3a8bfad24f9475c15b93c5ec4666447b1fce26a90c41445bbfb04"
[update]
[update.modrinth]
mod-id = "2cMuAZAp"
version = "XoIASRVU"

13
mods/amendments.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Amendments"
filename = "amendments-1.20-1.2.12.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/6iTJugQR/versions/qE7sokDv/amendments-1.20-1.2.12.jar"
hash-format = "sha512"
hash = "89fc59fdf4e333ead7d8cccc175b9fe302746945491ea976f730aac3083b34edf424fe9c0159f6fb78d6adda74592b1469a3e08e64fe7644054a5d4e2a9c24ed"
[update]
[update.modrinth]
mod-id = "6iTJugQR"
version = "qE7sokDv"

13
mods/appleskin.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "AppleSkin"
filename = "appleskin-forge-mc1.20.1-2.5.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/XdXDExVF/appleskin-forge-mc1.20.1-2.5.1.jar"
hash-format = "sha512"
hash = "3176f928fb6c60d27f5edb610ca4ab0236175404eebf32797a1ec6cdd794bb294a260231579578536d03571377e43c6181adc75d8dd2c0733f17fce4f7e636b9"
[update]
[update.modrinth]
mod-id = "EsAfCjCV"
version = "XdXDExVF"

View File

@ -0,0 +1,13 @@
name = "Besmirchment 2"
filename = "besmirchment-1.20.1-4.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "124d867a1133cef2645317c2861ef1edabb3013e"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5213810
project-id = 542196

View File

@ -0,0 +1,13 @@
name = "Better Advancements"
filename = "BetterAdvancements-NeoForge-1.20.1-0.4.2.10.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/Q2OqKxDG/versions/U17TRk9r/BetterAdvancements-NeoForge-1.20.1-0.4.2.10.jar"
hash-format = "sha512"
hash = "e7979f9951edc3caebeabbe73f782bdfedc03760cea86027251832827566acb01fd4a3ad00ea1277f5b3ad3af348971e6be38cf5064c61d0b4aa538866520a21"
[update]
[update.modrinth]
mod-id = "Q2OqKxDG"
version = "U17TRk9r"

View File

@ -0,0 +1,13 @@
name = "Better Climbing"
filename = "better_climbing-forge-3.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/ZucWZEBV/versions/DWFhllFz/better_climbing-forge-3.jar"
hash-format = "sha512"
hash = "954febed3b52a3be083073d41429022580bd8d9931070f7f14c52db1180df8132d19f0f4ed48e0e3fcb63cb003823e47bef95a80e9d5da5927babcb18b16d7ad"
[update]
[update.modrinth]
mod-id = "ZucWZEBV"
version = "DWFhllFz"

13
mods/bewitchment.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Bewitchment"
filename = "bewitchment-1.20-10.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/AKbBSvuC/versions/JwA6Nkik/bewitchment-1.20-10.jar"
hash-format = "sha512"
hash = "85896761a0a2bd1a6e883c0e3dfdd86b2782f03704183ca10e99240d641cda5a4c637745a6500023720ac9a58a1a5116c34974ed029e9fdf3037b2a4326a41f3"
[update]
[update.modrinth]
mod-id = "AKbBSvuC"
version = "JwA6Nkik"

13
mods/biomancy.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Biomancy"
filename = "biomancy-forge-1.20.1-2.8.19.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/uAAuyU4M/versions/R9G57ESj/biomancy-forge-1.20.1-2.8.19.0.jar"
hash-format = "sha512"
hash = "d80ba507287c3dda4da25434a8dce4c52e295d94d9d3367c4c8e779a66296bd26727004fb7981f5c837e209a4acf0040b58fd8fb4c01c1d016185ffaa7c023de"
[update]
[update.modrinth]
mod-id = "uAAuyU4M"
version = "R9G57ESj"

13
mods/blood-magic.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Blood Magic"
filename = "bloodmagic-1.20.1-3.3.3-45.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/PbNc6qBY/versions/KoL2JNWd/bloodmagic-1.20.1-3.3.3-45.jar"
hash-format = "sha512"
hash = "7ac041c400263d828f1c078ca6b7b9032ca4b9f187995824ff6b7f9f57b31129204cbf33edf1a679259672c22566e68849d3ab0d4d1600790d09d36dc013b931"
[update]
[update.modrinth]
mod-id = "PbNc6qBY"
version = "KoL2JNWd"

13
mods/blue-skies.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Blue Skies"
filename = "blue_skies-1.20.1-1.3.31.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/DOSy3C4M/versions/YGq4rvX4/blue_skies-1.20.1-1.3.31.jar"
hash-format = "sha512"
hash = "9b3adb424cff067b5299cd4bfbb377d1cac6d7695d139e561eaf20901b67cc2e5f5fce242d68d8286f2d123b649b25a7f6d406a93d9bc65447772ddc6fe4016d"
[update]
[update.modrinth]
mod-id = "DOSy3C4M"
version = "YGq4rvX4"

View File

@ -0,0 +1,13 @@
name = "Bookshelf"
filename = "Bookshelf-Forge-1.20.1-20.2.13.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/uy4Cnpcm/versions/tNwsir0K/Bookshelf-Forge-1.20.1-20.2.13.jar"
hash-format = "sha512"
hash = "1143753a001bccb3fc84c699cc93343f1941da9b7a63d3a3b8078808262b42962f8b10a2c16ed97a49c058865a6dbaa7e85a1e8842b95039d222f06ab4ee9509"
[update]
[update.modrinth]
mod-id = "uy4Cnpcm"
version = "tNwsir0K"

13
mods/botania.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Botania"
filename = "Botania-1.20.1-446-FORGE.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/pfjLUfGv/versions/QXK1IBLc/Botania-1.20.1-446-FORGE.jar"
hash-format = "sha512"
hash = "a344ae2cd74ed3461c23bbcd18aa01e790f0a908a44e0286e6c227c18d947038b1df6a4bc5f7c7d27c5311631d5981787a00e01a9d180686bcb61d856ae553d9"
[update]
[update.modrinth]
mod-id = "pfjLUfGv"
version = "QXK1IBLc"

View File

@ -0,0 +1,13 @@
name = "Builtin Servers"
filename = "builtin-servers-2.1+1.20-forge.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/IupkwRPf/versions/bHFzotWC/builtin-servers-2.1%2B1.20-forge.jar"
hash-format = "sha512"
hash = "32895549653560824a70891ffcc5bbe44179ea4546c3231aa6ae9f669862c9b9daeac5a8a6edbd115d3fa8dbf59a3c9edb2755b4f97fe362c29a7277a8e6b07b"
[update]
[update.modrinth]
mod-id = "IupkwRPf"
version = "bHFzotWC"

13
mods/citadel.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Citadel"
filename = "citadel-2.6.0-1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/jJfV67b1/versions/mL5pYWWo/citadel-2.6.0-1.20.1.jar"
hash-format = "sha512"
hash = "8edb2264317e547230960109aaadae36ce0db9abb27748d47033c64c7f4958a970172ae382552c5e3c41a4885e95437328a6eba53226fd64c4ce0b4f0ec22b4f"
[update]
[update.modrinth]
mod-id = "jJfV67b1"
version = "mL5pYWWo"

13
mods/cloth-config.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Cloth Config API"
filename = "cloth-config-11.1.136-forge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/t8TXrZvZ/cloth-config-11.1.136-forge.jar"
hash-format = "sha512"
hash = "137c4af99c53d77317cbfb1cc8c49fc2761708b49d1992f51fd846960df41dde3a83519c987e081508d4ed90c603566f3d5a6cb620ad9d85b8f4de59aa9115ef"
[update]
[update.modrinth]
mod-id = "9s6osm5g"
version = "t8TXrZvZ"

13
mods/clumps.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Clumps"
filename = "Clumps-forge-1.20.1-12.0.0.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Wnxd13zP/versions/nAHGB5ls/Clumps-forge-1.20.1-12.0.0.4.jar"
hash-format = "sha512"
hash = "ffd8ff2438e9f9d260d3926ccdd0cccc4772c6f99f29715690aed4f6e97a76035f3aeaa78168e2a458bc4cccf521e97ebdb6e0b61c819facb04af9ebb3638383"
[update]
[update.modrinth]
mod-id = "Wnxd13zP"
version = "nAHGB5ls"

13
mods/collective.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Collective"
filename = "collective-1.20.1-7.87.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/e0M1UDsY/versions/aNzU64AT/collective-1.20.1-7.87.jar"
hash-format = "sha512"
hash = "65acb74e5acd56f1507ff83cee86fa2a78efea5ff2577828bd1c38323af4bcb594bfa4deb9d511060035c9503046a5da7fccc034228e6e799c2fb36fbf59e1a8"
[update]
[update.modrinth]
mod-id = "e0M1UDsY"
version = "aNzU64AT"

13
mods/configured.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Configured"
filename = "configured-forge-1.20.1-2.2.3.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "065c2d287a52f52fc8d33d780192325ee6f4b6ae"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5180900
project-id = 457570

View File

@ -0,0 +1,13 @@
name = "Connector Extras"
filename = "ConnectorExtras-1.11.2+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/FYpiwiBR/versions/d28gpPn6/ConnectorExtras-1.11.2%2B1.20.1.jar"
hash-format = "sha512"
hash = "a318841ce2c42e8ba2058d47ad323bcb8ca500515c391f3f31b6468e8d4d974a53effe8a0a801b7fafd60d9845be514696bd9b095a3cc5d014bde02ce531bada"
[update]
[update.modrinth]
mod-id = "FYpiwiBR"
version = "d28gpPn6"

13
mods/connector.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Sinytra Connector"
filename = "Connector-1.0.0-beta.46+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/u58R1TMW/versions/e8hSZ4vp/Connector-1.0.0-beta.46%2B1.20.1.jar"
hash-format = "sha512"
hash = "7d98bd11e72dc95fb30e84d2be9175f2687201451d0e21421074bd225fcbcac8b4bcc1cd1b2dbd5f03e798569cac2f3bcc87c1baba1b1ad002268c578b20a533"
[update]
[update.modrinth]
mod-id = "u58R1TMW"
version = "e8hSZ4vp"

13
mods/controlling.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Controlling"
filename = "Controlling-forge-1.20.1-12.0.2.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/xv94TkTM/versions/LH6Bi6Am/Controlling-forge-1.20.1-12.0.2.jar"
hash-format = "sha512"
hash = "3945bf3f6d843957f13584dfc70bede253d1e48f0dcb96f647fbcc6fcd3d1748a0dd9c6ca5c882e07a41f98eb84057934f51e43ab6023ed0a19695de2e6fe9f5"
[update]
[update.modrinth]
mod-id = "xv94TkTM"
version = "LH6Bi6Am"

18
mods/craftgr.pw.toml Normal file
View File

@ -0,0 +1,18 @@
name = "CraftGR"
filename = "craftgr-1.5.1-mc1.20.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/lKYr4L6w/versions/3nN73j93/craftgr-1.5.1-mc1.20.1.jar"
hash-format = "sha512"
hash = "7178d0f59e0f52c6b61fd0d67a0e3fb4a55f0ec9078a6ee096e066261c7a8ade2b4fe19aac5153096f57fb036e9a173f82a2e527e58b880ac7ca2792af0761b9"
[update]
[update.modrinth]
mod-id = "lKYr4L6w"
version = "3nN73j93"
[option]
optional = true
description = "Shoutout to LunarSpotlight"
default = true

13
mods/cupboard.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Cupboard"
filename = "cupboard-1.20.1-2.7.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "204bc8aa83e8a685f64311b72d55505ab2eca867"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5470032
project-id = 326652

13
mods/curios.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Curios API"
filename = "curios-forge-5.11.0+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/vvuO3ImH/versions/QBtodtmR/curios-forge-5.11.0%2B1.20.1.jar"
hash-format = "sha512"
hash = "f958e9496ea4b3538a287b67c34b51933fac9989d6dea7aa81b4a2b53ae555d4269dd01ca140c95cc470a0bb71ab5ed51e8a522519b1498cd7ccccc74a6ce94b"
[update]
[update.modrinth]
mod-id = "vvuO3ImH"
version = "QBtodtmR"

13
mods/death-backup.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Death Backup"
filename = "deathbackup-1.20.1-3.4.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/Ot5JFxuv/versions/3JcUGeGH/deathbackup-1.20.1-3.4.jar"
hash-format = "sha512"
hash = "d99acbe28840d6bd36752722ebbb3b83ca01b25e165e232ffa7eeb00b334edba421ee2f2c2e15774f714cd12a0b656165538a3ab17747d7948faac270535e809"
[update]
[update.modrinth]
mod-id = "Ot5JFxuv"
version = "3JcUGeGH"

13
mods/ding.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Ding"
filename = "Ding-1.20.1-Forge-1.5.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/UEtTD3gP/versions/nRsfFBuc/Ding-1.20.1-Forge-1.5.0.jar"
hash-format = "sha512"
hash = "dd579ba235a2444d044f6b502d669ef43c5ed67c88737dd20c11dec6083469f488bb8a7318d8a9a0145bd33ced13d90547d928ecafd28d0c81fca48c12a49286"
[update]
[update.modrinth]
mod-id = "UEtTD3gP"
version = "nRsfFBuc"

View File

@ -0,0 +1,12 @@
name = "distanthorizons"
filename = "DistantHorizons-forge-2.3.0-b-dev-1.20.1.jar"
[download]
url = "https://git.touhoudiscord.net/Hexugory/VocalWarfare/media/branch/main/static/DistantHorizons-forge-2.3.0-b-dev-1.20.1.jar"
hash-format = "sha256"
hash = "72b4c82f14c92b9e31afda40820edc63cd330887245026f7b77dc3401524168d"
[option]
optional = true
description = "Distant Horizons adds simplified terrain past Minecraft's default view distance. This makes fog obsolete. May worsen performance."
default = true

View File

@ -0,0 +1,13 @@
name = "Domestication Innovation"
filename = "domesticationinnovation-1.7.1-1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/h5JyLdjM/versions/SGxCLghg/domesticationinnovation-1.7.1-1.20.1.jar"
hash-format = "sha512"
hash = "3d6c4f0259ce504578a5dceb47c61a03784b77e15408b2c57252a82d03dd74cb5ffabfd3234b5ad365e169419dec7bef49d23ac737e2d508f8f51ecf387ecea9"
[update]
[update.modrinth]
mod-id = "h5JyLdjM"
version = "SGxCLghg"

13
mods/embers.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Embers Rekindled"
filename = "embersrekindled-1.20.1-1.3.9.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/eMWmEr1R/versions/sVamBl5z/embersrekindled-1.20.1-1.3.9.jar"
hash-format = "sha512"
hash = "c46c4c3bb2960479aa2a3eef755c41a3ce6b0ec846c3735668fc39a8352e93bf0a2ee1a6cb0afdd1bf9f44ee0c7ab42a28a609993d8a578da4f28e3466644eea"
[update]
[update.modrinth]
mod-id = "eMWmEr1R"
version = "sVamBl5z"

View File

@ -0,0 +1,13 @@
name = "EMI Enchanting"
filename = "emi_enchanting-0.1.2+1.20.1+forge.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/wbWoo11W/versions/s8VlWyjj/emi_enchanting-0.1.2%2B1.20.1%2Bforge.jar"
hash-format = "sha512"
hash = "db7b4979c9a5fc756c34f05a481b09a2ee62c97ea6c393ff80d5310a7a0673c458dd946c86050cf9d424f6e37718fd8e5fbd6ccce0826dbc02b9afecc02aae3c"
[update]
[update.modrinth]
mod-id = "wbWoo11W"
version = "s8VlWyjj"

13
mods/emi-loot.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "EMI Loot"
filename = "emi_loot-0.7.4+1.20.1+forge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/qbbO7Jns/versions/muA4mic3/emi_loot-0.7.4%2B1.20.1%2Bforge.jar"
hash-format = "sha512"
hash = "5a2d79545b057149c09455841058bda33215a8ff8b8c5b4bfebddde734d66897fb6cea6fbbd536f66160e3a866390bb20ecbeb7256b851df13cff1f76d6e3973"
[update]
[update.modrinth]
mod-id = "qbbO7Jns"
version = "muA4mic3"

13
mods/emi-ores.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "EMI Ores"
filename = "emi_ores-1.0+1.20.1+forge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/sG4TqDb8/versions/9lPVsy7y/emi_ores-1.0%2B1.20.1%2Bforge.jar"
hash-format = "sha512"
hash = "ea405deb1e310b5044cf10dd3df2aa14bdbfcf48da69265e9339ed79ebc7b25be15ad3916cc5360a5e97e9d3b78091a8f74bda489e55ba3cd754e11d3b046faa"
[update]
[update.modrinth]
mod-id = "sG4TqDb8"
version = "9lPVsy7y"

13
mods/emi.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "EMI"
filename = "emi-1.1.18+1.20.1+forge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/fRiHVvU7/versions/nD8mVPnn/emi-1.1.18%2B1.20.1%2Bforge.jar"
hash-format = "sha512"
hash = "fcd703423763df75799fcab2829018669eed58b5412fda5fff8bf1272d13873d55b40f3adbcdef441b9ae63628525d06b30abbd12c1253732bc81db137cd1518"
[update]
[update.modrinth]
mod-id = "fRiHVvU7"
version = "nD8mVPnn"

13
mods/emiffect.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "EMIffect"
filename = "emiffect-forge-1.1.2+mc1.20.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/705gWllI/versions/cwzXpY1E/emiffect-forge-1.1.2%2Bmc1.20.1.jar"
hash-format = "sha512"
hash = "d1aa78d400796abea326498d3143af8ae4d61fa9635339be36ae38f342c586e309216c4e2b8d19fd5eaaa17a24e60c590dc33059f910ea941398fd3ebf2b1324"
[update]
[update.modrinth]
mod-id = "705gWllI"
version = "cwzXpY1E"

13
mods/emitrades.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "EMI Trades"
filename = "emitrades-forge-1.2.1+mc1.20.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/j2HhbEE7/versions/LBT7pcVH/emitrades-forge-1.2.1%2Bmc1.20.1.jar"
hash-format = "sha512"
hash = "b0344906a3da867373edf6a4d5a7bcb1d0aa0aaf11825244b9d1d5aeb1aec1c5d023b754ab8f881905c7086ba11d2cdc5740ba29ab967b4549346531bcbc1b86"
[update]
[update.modrinth]
mod-id = "j2HhbEE7"
version = "LBT7pcVH"

13
mods/enchantery.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Enchantery"
filename = "enchantery-1.20.1-0.0.9-forge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/IAmBzGUb/versions/GegEPPPW/enchantery-1.20.1-0.0.9-forge.jar"
hash-format = "sha512"
hash = "d038f8896d5225b298fc54d02f735c4af7ea0a0e0773b896c5908211aba754957cfd63e92733d266bb89844e93ba73a96c36d719a5fed558a1e3753e0f22dfab"
[update]
[update.modrinth]
mod-id = "IAmBzGUb"
version = "GegEPPPW"

View File

@ -0,0 +1,13 @@
name = "Enchantment Descriptions"
filename = "EnchantmentDescriptions-Forge-1.20.1-17.1.19.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/UVtY3ZAC/versions/nq9ce04C/EnchantmentDescriptions-Forge-1.20.1-17.1.19.jar"
hash-format = "sha512"
hash = "d57228e02a626e3605a32952ed9ae5ea9c3fc0e1a953080cddec8bc6e3f2931e6e7102549116840be02a8ecd9db166e001efab89cd28e404ab73ddce8bb8ea76"
[update]
[update.modrinth]
mod-id = "UVtY3ZAC"
version = "nq9ce04C"

13
mods/every-compat.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Every Compat (Wood Good)"
filename = "everycomp-1.20-2.6.94.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/eiktJyw1/versions/QvooAiDa/everycomp-1.20-2.6.94.jar"
hash-format = "sha512"
hash = "fc76c9cb75777264f7998b7f211a1d7a162b8a78c13b80a2715c850f49fdfaf2507839544e78bdc5459d9935f242ec575cb422907ab3918cf39a8c595996dfec"
[update]
[update.modrinth]
mod-id = "eiktJyw1"
version = "QvooAiDa"

13
mods/exposure.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Exposure"
filename = "exposure-1.20.1-1.7.7-forge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/hB899VmG/versions/3o0pJdF1/exposure-1.20.1-1.7.7-forge.jar"
hash-format = "sha512"
hash = "47845fe77048201fbe25de88be6db6f8f54deb0b6446c40d342d32ed04271c4d505a0feecf11e1165cbbfb544b50e3dcdd94f47d3250f5e5a77f517641314f7d"
[update]
[update.modrinth]
mod-id = "hB899VmG"
version = "3o0pJdF1"

View File

@ -0,0 +1,13 @@
name = "Farmer's Delight"
filename = "FarmersDelight-1.20.1-1.2.5.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/R2OftAxM/versions/5tKbefI6/FarmersDelight-1.20.1-1.2.5.jar"
hash-format = "sha512"
hash = "f0998fa5db9124ab4f1b6471d83f386c47bef814b23f904c35952c08bff3e12043b3f2c0fda671644cee14a293830f33dc5e87b2b8a4712456f11ee98510a2f5"
[update]
[update.modrinth]
mod-id = "R2OftAxM"
version = "5tKbefI6"

13
mods/fast-ip-ping.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Fast IP Ping"
filename = "fast-ip-ping-v1.0.5-mc1.20.4-forge.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/9mtu0sUO/versions/lfk0K3KM/fast-ip-ping-v1.0.5-mc1.20.4-forge.jar"
hash-format = "sha512"
hash = "1fc904dd25895fcf2c6fa75a1e42d88c1e082a1070e8a7d8559692cb5e538256686a128a84bf5326af9f92d84e478e2cfe6b6a53e055ac24631e8979aa7dedc8"
[update]
[update.modrinth]
mod-id = "9mtu0sUO"
version = "lfk0K3KM"

13
mods/figura.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Figura"
filename = "figura-0.1.2+1.20.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/s9gIPDom/versions/8892Wqoi/figura-0.1.2%2B1.20.1.jar"
hash-format = "sha512"
hash = "64c7757ca16cc41be6e5c2949991381b09e74c324975fe6371f74fb3e3fff4cf039c3f20f6171319499efbc34f5a15e6cb79bf51ea1a7f88fc1ddfa4280f757b"
[update]
[update.modrinth]
mod-id = "s9gIPDom"
version = "8892Wqoi"

13
mods/forgeshot.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Forgeshot"
filename = "forgeshot-mc1.20.1-1.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/3j0bB3uL/versions/IKMO0iSQ/forgeshot-mc1.20.1-1.0.jar"
hash-format = "sha512"
hash = "4057e4972a688450f3563556ef6db3e80a63a591440756e3b9de30b6edb36c2266f3b52c2cbea33f9650cf6c23ea8f385de4bc6328d5c8e5a841dea9e35e9ecd"
[update]
[update.modrinth]
mod-id = "3j0bB3uL"
version = "IKMO0iSQ"

View File

@ -0,0 +1,13 @@
name = "Forgified Fabric API"
filename = "fabric-api-0.92.2+1.11.8+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Aqlf1Shp/versions/D3EZO1Kr/fabric-api-0.92.2%2B1.11.8%2B1.20.1.jar"
hash-format = "sha512"
hash = "1222d70e0a403d98a6431806c4357b191fda4bb928eaf7e70b7374cffd0ceae8716812a4d2a0e09ddfeee7adfcb8a6ee8e046c4663ca272c6eb1badab83696c5"
[update]
[update.modrinth]
mod-id = "Aqlf1Shp"
version = "D3EZO1Kr"

13
mods/fzzy-config.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Fzzy Config"
filename = "fzzy_config-0.5.8+1.20.1+forge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/hYykXjDp/versions/zesWsGFg/fzzy_config-0.5.8%2B1.20.1%2Bforge.jar"
hash-format = "sha512"
hash = "ec2ea46608f193b2ba6cbbb173daa1212e6dab59fd5a3f0653829e446144cce04f7f516a40adc0e9abeaef34e34b384c5065032f904720ccf733d9f0b3254347"
[update]
[update.modrinth]
mod-id = "hYykXjDp"
version = "zesWsGFg"

13
mods/geckolib.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Geckolib"
filename = "geckolib-forge-1.20.1-4.4.9.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/8BmcQJ2H/versions/RBA7lJaW/geckolib-forge-1.20.1-4.4.9.jar"
hash-format = "sha512"
hash = "513d95e2c8fac5484b6c12083e763ff00c8f6c4845d580cbe197484ca6ce2cbf7b92793ef6b587091d250bf335bc9c8ebfe8008059fa6c225601316cf5b767d4"
[update]
[update.modrinth]
mod-id = "8BmcQJ2H"
version = "RBA7lJaW"

13
mods/hex-casting.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Hex Casting"
filename = "hexcasting-forge-1.20.1-0.11.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/nTW3yKrm/versions/xENnFQpR/hexcasting-forge-1.20.1-0.11.2.jar"
hash-format = "sha512"
hash = "c8c9fb583daf2a74173630808c9aca2da7edf6cfd56c357b1947ec5d424074c0d91286680dafe552148a70909ccfbd17d5a045a060d591c9e913c0eb07ac8c00"
[update]
[update.modrinth]
mod-id = "nTW3yKrm"
version = "xENnFQpR"

13
mods/ichunutil.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "iChunUtil"
filename = "iChunUtil-1.20.1-Forge-1.0.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/W6ROj0Hl/versions/LIbLo7dH/iChunUtil-1.20.1-Forge-1.0.0.jar"
hash-format = "sha512"
hash = "2a3a1f9b7bbcb79f1c3bd8bd514267e793091b74b55dca48f62fe26dbbe90b6824fada89d1abaceb5911c31e8313cc865e142f558fcf966d4324bb28296ab4f5"
[update]
[update.modrinth]
mod-id = "W6ROj0Hl"
version = "LIbLo7dH"

View File

@ -0,0 +1,13 @@
name = "Jade Addons (NeoForge)"
filename = "JadeAddons-1.20.1-Forge-5.3.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/xuDOzCLy/versions/PSP77dD5/JadeAddons-1.20.1-Forge-5.3.1.jar"
hash-format = "sha512"
hash = "f892ddfd0551a4c813343507c511707253f30808972228f506e4541750c91e8af15ca460bd88d17fd512a83fe8c280703064afb2b6d56b32f1ee082a8d69b302"
[update]
[update.modrinth]
mod-id = "xuDOzCLy"
version = "PSP77dD5"

13
mods/jade.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Jade 🔍"
filename = "Jade-1.20.1-Forge-11.12.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/nvQzSEkH/versions/bzWVE2db/Jade-1.20.1-Forge-11.12.2.jar"
hash-format = "sha512"
hash = "7eca39a04d4e91af3cd1e05ec288b9cbdf284799da444abeae3ee178eeee413e10bde2bc4cddc8a08259cb1cd2337c26ff92770b20cdab70e1554922ac96a968"
[update]
[update.modrinth]
mod-id = "nvQzSEkH"
version = "bzWVE2db"

13
mods/jei.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Just Enough Items"
filename = "jei-1.20.1-forge-15.20.0.105.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/u6dRKJwZ/versions/iNv5B1Zj/jei-1.20.1-forge-15.20.0.105.jar"
hash-format = "sha512"
hash = "bdf079afca6f3ed1bf9a1226fa8fc4c4e71ff679c1dc3289a558084c2cfbc2b5cd122636c73a2fd0e25cd468d32efce29175774aaa6389a249ce2c1062075dff"
[update]
[update.modrinth]
mod-id = "u6dRKJwZ"
version = "iNv5B1Zj"

View File

@ -0,0 +1,13 @@
name = "L_Ender's Cataclysm"
filename = "L_Enders_Cataclysm-2.26 - 1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/46KJle7n/versions/m8LGvJ6v/L_Enders_Cataclysm-2.26%20-%201.20.1.jar"
hash-format = "sha512"
hash = "a319d49c0921aaaf52afe51c8fcb0c9f57398717bd30a21025f84bc7a3c2adbf0348e8c045fdba0c6c062d3e828f2dbd49ab71d0015b3f3aa9628e3241897a11"
[update]
[update.modrinth]
mod-id = "46KJle7n"
version = "m8LGvJ6v"

13
mods/lighty.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Lighty"
filename = "lighty-forge-2.1.3+1.20.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/yjvKidNM/versions/9xbi0x5Q/lighty-forge-2.1.3%2B1.20.1.jar"
hash-format = "sha512"
hash = "1525d124f075b724942531c394e3506b661daf37f852b547bb3ceaf91b7fd461a96ce8cd43bb85d50b3a36350211af4c2cfc344d9233aeb636faf3933dbb3188"
[update]
[update.modrinth]
mod-id = "yjvKidNM"
version = "9xbi0x5Q"

13
mods/lionfish-api.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Lionfish-API"
filename = "lionfishapi-2.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/FoVacERa/versions/KZh3Mkcu/lionfishapi-2.4.jar"
hash-format = "sha512"
hash = "08712bbd71cfd6f6187a54a1373a82a017ed2a6de989d641f70e60b67e82cb80dbe27dbe55d8315a4f006444057ac10670c6f61b230ad1d6d9eb1d7b37baeac0"
[update]
[update.modrinth]
mod-id = "FoVacERa"
version = "KZh3Mkcu"

13
mods/lodestonelib.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Lodestone"
filename = "lodestone-1.20.1-1.6.4.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/bN3xUWdo/versions/riljz5Ik/lodestone-1.20.1-1.6.4.1.jar"
hash-format = "sha512"
hash = "473c53cc8ce12c0023115d995b929902283e71b04327af302c858923f247a866a9665157c5ccf1a2a5f44e5242df4aa656a40d20c20b16d17f0f7844839e6c14"
[update]
[update.modrinth]
mod-id = "bN3xUWdo"
version = "riljz5Ik"

13
mods/lucent.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Lucent"
filename = "lucent-1.20.1-1.5.5.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/JE0fgMUp/versions/YHpxVMDQ/lucent-1.20.1-1.5.5.jar"
hash-format = "sha512"
hash = "03ecca88448b9a042d9fb744f5e5e153a97b1995f471efd3e6a5aac5b23c24de1559b8dfa6fa0e1bf7a51c5098a3601a445bf0adfd5a29dd28c3e253f42b06ac"
[update]
[update.modrinth]
mod-id = "JE0fgMUp"
version = "YHpxVMDQ"

13
mods/mahou-tsukai.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Mahou Tsukai"
filename = "mahoutsukai-1.20.1-v1.34.74.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/7jOxn6qJ/versions/iP9fAEwX/mahoutsukai-1.20.1-v1.34.74.jar"
hash-format = "sha512"
hash = "1e5f02e31e6921d3ca3ea825a0e85ed4cbde0ae2cfc86f8c51077e2b822b8b8dac2b3b3cc232918a8cd8465e8877bb80964dfc17c5d0eba4138181ca1cc1d113"
[update]
[update.modrinth]
mod-id = "7jOxn6qJ"
version = "iP9fAEwX"

View File

@ -0,0 +1,13 @@
name = "Majrusz Library"
filename = "majrusz-library-forge-1.20.1-7.0.8.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/PYQD8noM/versions/BZzTRseC/majrusz-library-forge-1.20.1-7.0.8.jar"
hash-format = "sha512"
hash = "82ec00a6486a67f3270ca3bdf708b1a58fd1e1f7b463e5cd7f5e6189fea57b79a25989f9d0fb5a9aadc323ed2110ab42fe11c740923eb538710059198c5a64a7"
[update]
[update.modrinth]
mod-id = "PYQD8noM"
version = "BZzTRseC"

View File

@ -0,0 +1,13 @@
name = "Majrusz's Enchantments"
filename = "majruszs-enchantments-forge-1.20.1-1.10.8.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/jJthQvHv/versions/Pk7dUGrq/majruszs-enchantments-forge-1.20.1-1.10.8.jar"
hash-format = "sha512"
hash = "f9d1bea88116508e97c9dca01fd91b9285220345291c6481d203a3fc3ea2f41ebba9a040315781c4b1c42718a16a53624cff8cf387fcd2fbf6e7c0c6fb8fceb8"
[update]
[update.modrinth]
mod-id = "jJthQvHv"
version = "Pk7dUGrq"

View File

@ -0,0 +1,13 @@
name = "Majrusz's Progressive Difficulty"
filename = "majruszs-difficulty-forge-1.20.1-1.9.10.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/GGDBwjOg/versions/IH8yR3yr/majruszs-difficulty-forge-1.20.1-1.9.10.jar"
hash-format = "sha512"
hash = "eae1ea6ec5a2578f8a1d69b1845dc40c3b34529fd87152098904b0f2de702b4c06b873850bf48aaa6c7fe6d604ad31c8d195ab1f0277d76f56b54f689939d232"
[update]
[update.modrinth]
mod-id = "GGDBwjOg"
version = "IH8yR3yr"

13
mods/malum.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Malum"
filename = "malum-1.20.1-1.6.5.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/jgzwYsAN/versions/hmpAzpC1/malum-1.20.1-1.6.5.1.jar"
hash-format = "sha512"
hash = "3a01eab048120db837b8e95dce79429257342c86eaca431d23ff885a6030f2902a4af8ca178c7bb695bd3b44ad6232743b2f206e91200443f9681adb40087f9a"
[update]
[update.modrinth]
mod-id = "jgzwYsAN"
version = "hmpAzpC1"

View File

@ -0,0 +1,13 @@
name = "Mana and Artifice"
filename = "mna-forge-1.20.1-3.1.0.1-all.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/zaRGNexp/versions/dN8E5zJw/mna-forge-1.20.1-3.1.0.1-all.jar"
hash-format = "sha512"
hash = "06ca57b995441fe64b1ddeba872bab51ce121e9951d81f84b6fe01cee78cd1f350a3a141f01d7486e7eb8af92517e9a7771f97e3d3e6f255d54dd959cf3c0dc8"
[update]
[update.modrinth]
mod-id = "zaRGNexp"
version = "dN8E5zJw"

13
mods/modonomicon.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Modonomicon"
filename = "modonomicon-1.20.1-forge-1.77.3.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/692GClaE/versions/N9FcO8yc/modonomicon-1.20.1-forge-1.77.3.jar"
hash-format = "sha512"
hash = "c156d8adc7cf8b12a0b72502ae6637d02494ab295ec8cccab461b94d7579379e220b979bad6732feba6cccdc9fd7e0c76931926edd63474e431e440426832264"
[update]
[update.modrinth]
mod-id = "692GClaE"
version = "N9FcO8yc"

13
mods/moonlight.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Moonlight Lib"
filename = "moonlight-1.20-2.13.33-forge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/twkfQtEc/versions/GhEfemV7/moonlight-1.20-2.13.33-forge.jar"
hash-format = "sha512"
hash = "fbcbaad58e50cc44a5b50c387b1c8dbba31c0d6c34697258f336c40cd1856a214635d8e4aaeb851933a56eca5bc371c4d7d95c7c6cab03d2b6c7dd6f080fd80e"
[update]
[update.modrinth]
mod-id = "twkfQtEc"
version = "GhEfemV7"

13
mods/mouse-tweaks.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Mouse Tweaks"
filename = "MouseTweaks-forge-mc1.20.1-2.25.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/aC3cM3Vq/versions/7JVXOe3K/MouseTweaks-forge-mc1.20.1-2.25.1.jar"
hash-format = "sha512"
hash = "a3bb0272c0a1a3be9250dfee030bb8f86217fa6a32bd534be8c940fdd8c466c800c2df85874877983ced36ecfc28c8ced6c0d42107c1ab621385b4be9a7c65eb"
[update]
[update.modrinth]
mod-id = "aC3cM3Vq"
version = "7JVXOe3K"

View File

@ -0,0 +1,13 @@
name = "No Chat Reports"
filename = "NoChatReports-FORGE-1.20.1-v2.2.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/ksEG6N5E/NoChatReports-FORGE-1.20.1-v2.2.2.jar"
hash-format = "sha512"
hash = "39aa2e120a10ee68e9b03e3d5bd6f2d5def2fa7fcd914f55f018a85381eb0bb52055abce53a64cb0b0fba10f24da12caef085733e715907598ce468bcf59df51"
[update]
[update.modrinth]
mod-id = "qQyHxfxd"
version = "ksEG6N5E"

13
mods/patchouli.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Patchouli"
filename = "Patchouli-1.20.1-84-FORGE.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/nU0bVIaL/versions/JMtc0mTS/Patchouli-1.20.1-84-FORGE.jar"
hash-format = "sha512"
hash = "c38eb664bf5a0a9552e01e790b43a60551e2286309042ec2f71c5abd7881975623f0409c49b12db1d74db497e678cd74061d9e8d6b6d4d363cd3747eca8da25d"
[update]
[update.modrinth]
mod-id = "nU0bVIaL"
version = "JMtc0mTS"

13
mods/paxi.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Paxi"
filename = "Paxi-1.20-Forge-4.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/CU0PAyzb/versions/C7buFh0l/Paxi-1.20-Forge-4.0.jar"
hash-format = "sha512"
hash = "50ed8c99981b9860c846a18cda215d388b67019b76a172833fa4e4b52cbd122eb8e49e594e5789790f95af06e0a98dcf2433b001b1f559b3e7071d2e6b7c1dd7"
[update]
[update.modrinth]
mod-id = "CU0PAyzb"
version = "C7buFh0l"

13
mods/pehkui.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Pehkui"
filename = "Pehkui-3.8.2+1.20.1-forge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/t5W7Jfwy/versions/SQpqSgAE/Pehkui-3.8.2%2B1.20.1-forge.jar"
hash-format = "sha512"
hash = "e4660f0b5af6bfe2902ab39a6fbfa911856e0567bffc47842b482731da373afa4424b9e7cf47c61a0c2107445520475053709a6671d9eb4b7f4b55597729af3f"
[update]
[update.modrinth]
mod-id = "t5W7Jfwy"
version = "SQpqSgAE"

View File

@ -0,0 +1,13 @@
name = "Quark Oddities"
filename = "QuarkOddities-1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/qeEEslrN/versions/NrzERFzz/QuarkOddities-1.20.1.jar"
hash-format = "sha512"
hash = "d861797934748481931e00b9958500d83a9160fbe111b4bd4bd05777103daa48127906b21211436b5c2da2a9aef9d868459c5aebb5b1627b20c6f5d63dc54169"
[update]
[update.modrinth]
mod-id = "qeEEslrN"
version = "NrzERFzz"

13
mods/quark.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Quark"
filename = "Quark-4.0-460.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/qnQsVE2z/versions/vIWYw2yn/Quark-4.0-460.jar"
hash-format = "sha512"
hash = "aebe10ece0231560aa38e269c3f46e0fe9a7e77e196054abde7fd1604b4f8b6857d03a7bd68e8983e8109431646a9df9090c32c4af2bffcfa5e4dd7efea97706"
[update]
[update.modrinth]
mod-id = "qnQsVE2z"
version = "vIWYw2yn"

13
mods/radium.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Radium"
filename = "radium-mc1.20.1-0.12.4+git.26c9d8e.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/2gvRmQXx/versions/n947JjJH/radium-mc1.20.1-0.12.4%2Bgit.26c9d8e.jar"
hash-format = "sha512"
hash = "7b59c491d72801257c740626faab8c14ed580db28493c474147341531bca3de5ea822d4042d3786ae619449b6f6ffc1001a1cdc1b9276ec900e57ab17dd8989a"
[update]
[update.modrinth]
mod-id = "2gvRmQXx"
version = "n947JjJH"

View File

@ -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"
[update]
[update.modrinth]
mod-id = "5xDsLBRb"
version = "2XsyrIHD"
[option]
optional = true
description = "Adds damage indicators when you damage enemies, as well as a HUD element that shows enemies' health."
default = true

View File

@ -0,0 +1,13 @@
name = "Savage Ender Dragon[Forge/Fabric]"
filename = "dragonfight-1.20.1-4.6.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "8eea2b3f3f1012670ce11d198b039306f47655ca"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5560802
project-id = 523327

View File

@ -0,0 +1,13 @@
name = "Screenshot Viewer"
filename = "screenshot_viewer-1.3.2-forge-mc1.20.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/laNoi025/versions/GE608lKF/screenshot_viewer-1.3.2-forge-mc1.20.1.jar"
hash-format = "sha512"
hash = "fd6559c0ad392899299dfcdd9622dded9384a93b614246a64c6841f99ffb17a4733c58a2376cd58fd948c0ab97f5338cb560e1d46b1eeb2504142dc0ae8f8a75"
[update]
[update.modrinth]
mod-id = "laNoi025"
version = "GE608lKF"

13
mods/searchables.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Searchables"
filename = "Searchables-forge-1.20.1-1.0.3.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/fuuu3xnx/versions/PM9yAW1G/Searchables-forge-1.20.1-1.0.3.jar"
hash-format = "sha512"
hash = "185617d6d446f3d4ef6c7d5c6ee4e2fb731a89f7495157313b21292ec6b8e3dbcc10c0379ab49ecb2d0c64d0a78df74750d7f7336d5e6c43516a7c92f278c0a2"
[update]
[update.modrinth]
mod-id = "fuuu3xnx"
version = "PM9yAW1G"

View File

@ -0,0 +1,13 @@
name = "Simple Voice Chat"
filename = "voicechat-forge-1.20.1-2.5.26.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/tMbKtqzI/voicechat-forge-1.20.1-2.5.26.jar"
hash-format = "sha512"
hash = "f3085f64c17392fb812d9f22674cdcc2abb269df7e9e84830aacdec1c77501a8b4f5e6451fbdc12a6fb93fb4751c61ead01df663c8b710881f0f7427ab96d9a3"
[update]
[update.modrinth]
mod-id = "9eGKb6K1"
version = "tMbKtqzI"

View File

@ -0,0 +1,13 @@
name = "Sophisticated Backpacks"
filename = "sophisticatedbackpacks-1.20.1-3.20.17.1150.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/TyCTlI4b/versions/zkb0vOdU/sophisticatedbackpacks-1.20.1-3.20.17.1150.jar"
hash-format = "sha512"
hash = "07c3ee65e92caf75ad80e74067f8f0d09c47717f1f27e43e13b6744d41dbc56abcb12434f20d99426052aeb3d15e4d0c5660462933360cad1e293685165d7fe8"
[update]
[update.modrinth]
mod-id = "TyCTlI4b"
version = "zkb0vOdU"

View File

@ -0,0 +1,13 @@
name = "Sophisticated Core"
filename = "sophisticatedcore-1.20.1-0.7.11.799.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/nmoqTijg/versions/GfdQLGWv/sophisticatedcore-1.20.1-0.7.11.799.jar"
hash-format = "sha512"
hash = "147220501151faf2c30ee848e3c664ada6419af093d469157408308b0dd50f017e230fabbcbec7c74e96a7058ad8e00f9b58f16dced8fa5153baa10f849d90d0"
[update]
[update.modrinth]
mod-id = "nmoqTijg"
version = "GfdQLGWv"

View File

@ -0,0 +1,13 @@
name = "Sophisticated Storage"
filename = "sophisticatedstorage-1.20.1-0.10.50.955.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/hMlaZH8f/versions/Xag11acQ/sophisticatedstorage-1.20.1-0.10.50.955.jar"
hash-format = "sha512"
hash = "ef0f7ee9ce3dcb0a633cef538addcdeb8789197f5e38a57a508dfb427c1da8dfc403e1b8da8c1df9214890889f99a90ab5656f7eebf9792a52dacd630748dd7e"
[update]
[update.modrinth]
mod-id = "hMlaZH8f"
version = "Xag11acQ"

View File

@ -0,0 +1,18 @@
name = "Sound Physics Remastered"
filename = "sound-physics-remastered-forge-1.20.1-1.4.5.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/qyVF9oeo/versions/AGRkYn5p/sound-physics-remastered-forge-1.20.1-1.4.5.jar"
hash-format = "sha512"
hash = "c4008e53e87992bfe08fef277426c12e495ed77eadca17149b1a798a026a0372a1ac8e478200794c588452bdead8ea4b8903ad13acb4fcd26043b65bc0d02e43"
[update]
[update.modrinth]
mod-id = "qyVF9oeo"
version = "AGRkYn5p"
[option]
optional = true
description = "Sound Physics Remastered provides realistic sound attenuation, reverberation, and absorption through blocks."
default = true

13
mods/spark.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "spark"
filename = "spark-1.10.53-forge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/l6YH9Als/versions/4FXHDE9F/spark-1.10.53-forge.jar"
hash-format = "sha512"
hash = "15c6a3753dcba380624643a1e19c856240e8f6bed280f908e1be12c6154a86284ac86405c806273842975e0b7270af93ea9b1db5cf575a3853e54e1088cf7343"
[update]
[update.modrinth]
mod-id = "l6YH9Als"
version = "4FXHDE9F"

View File

@ -0,0 +1,13 @@
name = "Starlight (Forge)"
filename = "starlight-1.1.2+forge.1cda73c.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/iRfIGC1s/versions/cNa0vkNj/starlight-1.1.2%2Bforge.1cda73c.jar"
hash-format = "sha512"
hash = "cc89c6b2dd0db709586028c7732a57a3e6184f19cc2b98b25964c720c3ab434031e62de23e0dab022575d637b5e4a34b5813164d32ec356d56588da400e7d026"
[update]
[update.modrinth]
mod-id = "iRfIGC1s"
version = "cNa0vkNj"

View File

@ -0,0 +1,13 @@
name = "Structure Gel API"
filename = "structure_gel-1.20.1-2.16.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/T8TGycIQ/versions/xavY0MZc/structure_gel-1.20.1-2.16.2.jar"
hash-format = "sha512"
hash = "643f7ae81418e2a473824f35dc06df357a16e17ae1dd0f4c6dd00958aebacc83fb15386240d4767b6ad41d6b89735778bb564080ce6174a0a374f9ac63f9ced8"
[update]
[update.modrinth]
mod-id = "T8TGycIQ"
version = "xavY0MZc"

View File

@ -0,0 +1,13 @@
name = "Supplementaries"
filename = "supplementaries-1.20-3.1.10.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/fFEIiSDQ/versions/HcdcLvdS/supplementaries-1.20-3.1.10.jar"
hash-format = "sha512"
hash = "ae597c5d9f8203b612ef97433dfe207929984523f5c041d86f9e6a199d66c9044a71c8809646c64e4b5faa37bf34fbcb7f07b335f52443244475f3f549ca25ef"
[update]
[update.modrinth]
mod-id = "fFEIiSDQ"
version = "HcdcLvdS"

13
mods/thaumon.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Thaumon"
filename = "thaumon-forge-2.3.0+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/PvssKrgi/versions/Tb7PHu9J/thaumon-forge-2.3.0%2B1.20.1.jar"
hash-format = "sha512"
hash = "c532ed655a21539123cd8fcb491eaec020997f836c02b3ee3ca3621ab02d66780c3e425267f752fd41077afb8d451d003999ae44e06621ff126decc7b91afde4"
[update]
[update.modrinth]
mod-id = "PvssKrgi"
version = "Tb7PHu9J"

View File

@ -0,0 +1,13 @@
name = "The Twilight Forest"
filename = "twilightforest-1.20.1-4.3.2508-universal.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "fa3b506a45d3e9c465551cd533fd50c899496e9f"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5468648
project-id = 227639

Some files were not shown because too many files have changed in this diff Show More