From f2fdc2632f9a4dc9754feb0bfb7f347a2fb05245 Mon Sep 17 00:00:00 2001 From: Hexugory Date: Wed, 20 Nov 2024 16:52:29 -0600 Subject: [PATCH] Vocal Warfare --- config/apotheosis/adventure.cfg | 145 ++ config/apotheosis/apotheosis.cfg | 40 + config/apotheosis/names.cfg | 1494 +++++++++++++++++ config/builtinservers.json | 2 +- .../defaultoptions/extra/config/xenon++.toml | 2 +- config/defaultoptions/options.txt | 2 +- config/dragonfight.json | 65 + config/firstaid-client.toml | 43 + config/iceandfire-client.toml | 9 + config/iceandfire-common.toml | 395 +++++ config/improvedmobs/client.toml | 19 + config/improvedmobs/common.toml | 292 ++++ config/improvedmobs/equipment.json | 1260 ++++++++++++++ .../tacz-gucci-attachments-by-koei.pw.toml | 13 + .../tacz-helldivers2-gunpack-by-koei.pw.toml | 13 + .../custom/tacz-tti-gunpack-by-koei.pw.toml | 13 + config/yes_steve_model-common.toml | 51 + defaultconfigs/firstaid-server.toml | 161 ++ index.toml | 341 +++- mods/advancement-plaques.pw.toml | 10 +- mods/alexs-caves.pw.toml | 10 +- mods/alexs-cloud-storage.pw.toml | 13 - mods/alexs-mobs.pw.toml | 10 +- mods/amendments.pw.toml | 10 +- mods/apotheosis.pw.toml | 13 + mods/apothic-attributes.pw.toml | 13 + mods/balm.pw.toml | 10 +- mods/bookshelf-lib.pw.toml | 10 +- mods/caelus.pw.toml | 13 + mods/citadel.pw.toml | 10 +- mods/cloth-config.pw.toml | 10 +- mods/corgilib.pw.toml | 13 + mods/creativecore.pw.toml | 13 + mods/cupboard.pw.toml | 13 + mods/ding.pw.toml | 10 +- mods/emi-loot.pw.toml | 10 +- mods/emi.pw.toml | 10 +- mods/enchantment-descriptions.pw.toml | 10 +- mods/enhanced-celestials.pw.toml | 13 + mods/every-compat.pw.toml | 10 +- mods/exposure.pw.toml | 10 +- mods/farmers-delight.pw.toml | 10 +- mods/fast-ip-ping.pw.toml | 10 +- mods/figura.pw.toml | 18 - mods/firstaid.pw.toml | 13 + mods/forgeshot.pw.toml | 13 + mods/fzzy-config.pw.toml | 13 + mods/grimoire-of-gaia.pw.toml | 13 + mods/ice-and-fire-dragon-finder.pw.toml | 13 + mods/ice-and-fire-dragons.pw.toml | 13 + mods/iceberg.pw.toml | 10 +- mods/ichunutil.pw.toml | 13 + mods/improved-mobs.pw.toml | 13 + mods/jade-addons-forge.pw.toml | 10 +- mods/jade.pw.toml | 10 +- mods/jei.pw.toml | 10 +- ...st-enough-effect-descriptions-jeed.pw.toml | 10 +- mods/justenoughbreeding.pw.toml | 10 +- mods/kotlin-for-forge.pw.toml | 13 + mods/moonlight.pw.toml | 10 +- mods/not-enough-animations.pw.toml | 10 +- mods/origins-forge.pw.toml | 13 + mods/origins-minus.pw.toml | 13 + mods/parcool.pw.toml | 13 + mods/patchouli.pw.toml | 13 + mods/pehkui.pw.toml | 13 + mods/placebo.pw.toml | 13 + mods/playerrevive.pw.toml | 13 + mods/quark.pw.toml | 10 +- mods/radium.pw.toml | 10 +- mods/raised.pw.toml | 10 +- mods/rats.pw.toml | 13 + mods/reef-redux.pw.toml | 10 +- mods/rei.pw.toml | 10 +- ...ghly-enough-items-server-component.pw.toml | 10 +- mods/savage-ender-dragon.pw.toml | 13 + mods/screenshot-viewer.pw.toml | 13 + mods/shoulder-surfing-reloaded.pw.toml | 13 + mods/simple-voice-chat.pw.toml | 10 +- mods/species.pw.toml | 10 +- mods/supplementaries-squared.pw.toml | 10 +- mods/supplementaries.pw.toml | 10 +- mods/tectonic.pw.toml | 13 + mods/tenshilib.pw.toml | 13 + mods/third-person-shooting-zero.pw.toml | 13 + mods/thirst-was-taken.pw.toml | 13 + mods/timeless-and-classics-zero.pw.toml | 13 + mods/toms-storage.pw.toml | 13 + mods/touhou-little-maid.pw.toml | 13 + mods/trials-chambers-backport.pw.toml | 13 + mods/upgrade-aquatic.pw.toml | 10 +- mods/waystones.pw.toml | 10 +- mods/xaeros-world-map.pw.toml | 13 + mods/xenon-forge.pw.toml | 20 +- mods/yes-steve-model.pw.toml | 13 + mods/yungs-api.pw.toml | 10 +- mods/zeta.pw.toml | 10 +- pack.toml | 4 +- resourcepacks/k-on!!-custom-gui-pack.pw.toml | 13 + 99 files changed, 5004 insertions(+), 285 deletions(-) create mode 100644 config/apotheosis/adventure.cfg create mode 100644 config/apotheosis/apotheosis.cfg create mode 100644 config/apotheosis/names.cfg create mode 100644 config/dragonfight.json create mode 100644 config/firstaid-client.toml create mode 100644 config/iceandfire-client.toml create mode 100644 config/iceandfire-common.toml create mode 100644 config/improvedmobs/client.toml create mode 100644 config/improvedmobs/common.toml create mode 100644 config/improvedmobs/equipment.json create mode 100644 config/tacz/custom/tacz-gucci-attachments-by-koei.pw.toml create mode 100644 config/tacz/custom/tacz-helldivers2-gunpack-by-koei.pw.toml create mode 100644 config/tacz/custom/tacz-tti-gunpack-by-koei.pw.toml create mode 100644 config/yes_steve_model-common.toml create mode 100644 defaultconfigs/firstaid-server.toml delete mode 100644 mods/alexs-cloud-storage.pw.toml create mode 100644 mods/apotheosis.pw.toml create mode 100644 mods/apothic-attributes.pw.toml create mode 100644 mods/caelus.pw.toml create mode 100644 mods/corgilib.pw.toml create mode 100644 mods/creativecore.pw.toml create mode 100644 mods/cupboard.pw.toml create mode 100644 mods/enhanced-celestials.pw.toml delete mode 100644 mods/figura.pw.toml create mode 100644 mods/firstaid.pw.toml create mode 100644 mods/forgeshot.pw.toml create mode 100644 mods/fzzy-config.pw.toml create mode 100644 mods/grimoire-of-gaia.pw.toml create mode 100644 mods/ice-and-fire-dragon-finder.pw.toml create mode 100644 mods/ice-and-fire-dragons.pw.toml create mode 100644 mods/ichunutil.pw.toml create mode 100644 mods/improved-mobs.pw.toml create mode 100644 mods/kotlin-for-forge.pw.toml create mode 100644 mods/origins-forge.pw.toml create mode 100644 mods/origins-minus.pw.toml create mode 100644 mods/parcool.pw.toml create mode 100644 mods/patchouli.pw.toml create mode 100644 mods/pehkui.pw.toml create mode 100644 mods/placebo.pw.toml create mode 100644 mods/playerrevive.pw.toml create mode 100644 mods/rats.pw.toml create mode 100644 mods/savage-ender-dragon.pw.toml create mode 100644 mods/screenshot-viewer.pw.toml create mode 100644 mods/shoulder-surfing-reloaded.pw.toml create mode 100644 mods/tectonic.pw.toml create mode 100644 mods/tenshilib.pw.toml create mode 100644 mods/third-person-shooting-zero.pw.toml create mode 100644 mods/thirst-was-taken.pw.toml create mode 100644 mods/timeless-and-classics-zero.pw.toml create mode 100644 mods/toms-storage.pw.toml create mode 100644 mods/touhou-little-maid.pw.toml create mode 100644 mods/trials-chambers-backport.pw.toml create mode 100644 mods/xaeros-world-map.pw.toml create mode 100644 mods/yes-steve-model.pw.toml create mode 100644 resourcepacks/k-on!!-custom-gui-pack.pw.toml diff --git a/config/apotheosis/adventure.cfg b/config/apotheosis/adventure.cfg new file mode 100644 index 0000000..0588cb7 --- /dev/null +++ b/config/apotheosis/adventure.cfg @@ -0,0 +1,145 @@ +# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1 + +# Apotheosis Adventure Module Config + +affixes { + # A list of type overrides for the affix loot system. Format is |chance|. + # Valid types are: none, sword, trident, shield, heavy_weapon, pickaxe, shovel, crossbow, bow + # Default: [minecraft:iron_sword|sword], [minecraft:shulker_shell|none] + S:"Equipment Type Overrides" < + minecraft:iron_sword|sword + minecraft:shulker_shell|none + > + + # The chance that a naturally spawned mob will be granted an affix item. 0 = 0%, 1 = 100% + # Default: 0.075; Range: [0.0 ~ 1.0] + S:"Random Affix Chance"=0.075 + + # The chance that a mob will drop a gem. 0 = 0%, 1 = 100% + # Default: 0.045; Range: [0.0 ~ 1.0] + S:"Gem Drop Chance"=0.045 + + # The flat bonus chance that bosses have to drop a gem, added to Gem Drop Chance. 0 = 0%, 1 = 100% + # Default: 0.33; Range: [0.0 ~ 1.0] + S:"Gem Boss Bonus"=0.33 + + # If affixes that cleave can hit players (excluding the user). + # Default: false + B:"Cleave Players"=false + + # Loot Rules, in the form of Loot Table Matchers, permitting affix items to spawn in loot tables. + # The format for these is domain:pattern|chance and domain is optional. Domain is a modid, pattern is a regex string, and chance is a float 0..1 chance for the item to spawn in any matched tables. + # If you omit the domain, the format is pattern|chance, and the matcher will run for all domains. + # The pattern MUST be a valid regex string, and should match the paths of desired loot tables under the specified domain. Note: "Match Any Character" is ".*" (dot star) and not "*" (star). + # If there is a match, an item has a chance to spawn in that loot table. + # Default: [minecraft:chests.*|0.35], [.*chests.*|0.3], [twilightforest:structures.*|0.3] + S:"Affix Item Loot Rules" < + minecraft:chests.*|0.35 + .*chests.*|0.3 + twilightforest:structures.*|0.3 + > + + # Loot Rules, in the form of Loot Table Matchers, permitting affixes to be added to any valid item. Here, the chance refers to the chance an item receives affixes. See comment on "Affix Item Loot Rules" for description. + # Default: [.*blocks.*|0], [.*|0.35] + S:"Affix Convert Loot Rules" < + .*blocks.*|0 + .*|0.35 + > + + # Dimensional rarities for affix conversion (see "Affix Convert Loot Rules"), in the form of dimension|min|max. A dimension not listed uses all rarities. + # Default: [overworld|common|rare], [the_nether|uncommon|epic], [the_end|rare|mythic], [twilightforest:twilight_forest|uncommon|epic] + S:"Affix Convert Rarities" < + overworld|common|rare + the_nether|uncommon|epic + the_end|rare|mythic + twilightforest:twilight_forest|uncommon|epic + > + + # If Quark's Attribute Tooltip handling is disabled for affix items + # Default: true + B:"Disable Quark Tooltips for Affix Items"=true + + # The item that will be used when attempting to place torches with the torch placer affix. Must be a valid item that places a block on right click. + # Default: minecraft:torch + S:"Torch Placement Item"=minecraft:torch +} + + +gems { + # Loot Rules, in the form of Loot Table Matchers, permitting gems to spawn in loot tables. See comment on "Affix Item Loot Rules" for description. + # Default: [minecraft:chests.*|0.25], [.*chests.*|0.20], [twilightforest:structures.*|0.20] + S:"Gem Loot Rules" < + minecraft:chests.*|0.25 + .*chests.*|0.20 + twilightforest:structures.*|0.20 + > + + # Dimensional rarities for gem drops, in the form of dimension|min|max. A dimension not listed uses all rarities. + # Default: [overworld|common|mythic], [the_nether|uncommon|mythic], [the_end|rare|mythic], [twilightforest:twilight_forest|uncommon|mythic] + S:"Gem Dimensional Rarities" < + overworld|common|mythic + the_nether|uncommon|mythic + the_end|rare|mythic + twilightforest:twilight_forest|uncommon|mythic + > +} + + +bosses { + # If boss items are always cursed. Enable this if you want bosses to be less overpowered by always giving them a negative effect. + # Default: false + B:"Curse Boss Items"=false + + # The range at which boss spawns will be announced. If you are closer than this number of blocks (ignoring y-level), you will receive the announcement. + # Default: 96.0; Range: [0.0 ~ 1024.0] + S:"Boss Announce Range"=96.0 + + # The volume of the boss announcement sound. 0 to disable. This control is clientside. + # Default: 0.75; Range: [0.0 ~ 1.0] + S:"Boss Announce Volume"=0.75 + + # If the boss announcement range ignores y-level. + # Default: false + B:"Boss Announce Ignore Y"=false + + # The time, in ticks, that must pass between any two natural boss spawns in a single dimension. + # Default: 3600; Range: [0 ~ 720000] + I:"Boss Spawn Cooldown"=3600 + + # If true, invading bosses will automatically target the closest player. + # Default: false + B:"Boss Auto-Aggro"=true + + # If true, bosses will glow when they spawn. + # Default: true + B:"Boss Glowing On Spawn"=true + + # Dimensions where bosses can spawn naturally, spawn chance, and spawn rules. + # Format is dimname|chance|rule, chance is a float from 0..1. + # Valid rules are visible here https://github.com/Shadows-of-Fire/Apotheosis/blob/1.19/src/main/java/shadows/apotheosis/adventure/boss/BossEvents.java#L174C27-L174C27 + # Default: [minecraft:overworld|0.018|NEEDS_SKY], [minecraft:the_nether|0.025|ANY], [minecraft:the_end|0.018|SURFACE_OUTER_END], [twilightforest:twilight_forest|0.05|NEEDS_SURFACE] + S:"Boss Spawn Dimensions" < + minecraft:overworld|0.018|NEEDS_SKY + minecraft:the_nether|0.025|ANY + minecraft:the_end|0.018|SURFACE_OUTER_END + twilightforest:twilight_forest|0.05|NEEDS_SURFACE + > +} + + +worldgen { + # The dimensions that the deadly module will generate in. + # Default: [overworld] + S:"Generation Dimension Whitelist" < + overworld + > +} + + +spawners { + # The chance that a Rogue Spawner has a "valuable" chest instead of a standard one. 0 = 0%, 1 = 100% + # Default: 0.11; Range: [0.0 ~ 1.0] + S:"Spawner Value Chance"=0.11 +} + + diff --git a/config/apotheosis/apotheosis.cfg b/config/apotheosis/apotheosis.cfg new file mode 100644 index 0000000..fdd946f --- /dev/null +++ b/config/apotheosis/apotheosis.cfg @@ -0,0 +1,40 @@ +# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1 + +# Apotheosis Module Control + +# This file allows individual modules of Apotheosis to be enabled or disabled. +# Changes will have no effect until the next game restart. +# This file must match on client and server. + + +general { + # If the enchantment module is enabled. + # Default: true + B:"Enable Enchantment Module"=false + + # If the adventure module is loaded. + # Default: true + B:"Enable Adventure Module"=true + + # If the spawner module is enabled. + # Default: true + B:"Enable Spawner Module"=false + + # If the potion module is loaded. + # Default: true + B:"Enable Potion Module"=false + + # If the village module is loaded. + # Default: true + B:"Enable Village Module"=false + + # If the garden module is loaded. + # Default: true + B:"Enable Garden Module"=false + + # If the Chronicle of Shadows is given to new players. + # Default: true + B:"Give Book on First Join"=false +} + + diff --git a/config/apotheosis/names.cfg b/config/apotheosis/names.cfg new file mode 100644 index 0000000..85b57b3 --- /dev/null +++ b/config/apotheosis/names.cfg @@ -0,0 +1,1494 @@ +# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1 + +# + +entity { + # A list of full names, which are used in the generation of boss names. May be empty only if name parts is not empty. + # Default: [Prim], [Tyrael], [Bajorno], [Michael Morbius], [Morbius], [Arun], [Panez], [Doomsday], [Vanamar], [WhatTheDrunk], [Lothrazar], [Chelly], [Chelicia], [Darsh], [Dariush], [Cheese E Piloza], [Bing], [Royal], [NoWayHere], [SwankyStella], [Isosahedron], [Asfalis], [Biz], [Icicle], [Darko], [Shadows], [Katarina], [Faellynna], [Diliviel], [Jank], [Albert], [Andrew], [Anderson], [Andy], [Allan], [Arthur], [Aaron], [Allison], [Arielle], [Amanda], [Anne], [Annie], [Amy], [Alana], [Brandon], [Brady], [Bernard], [Ben], [Benjamin], [Bob], [Bobette], [Brooke], [Brandy], [Beatrice], [Bea], [Bella], [Becky], [Carlton], [Carl], [Calvin], [Cameron], [Carson], [Chase], [Cassandra], [Cassie], [Cas], [Carol], [Carly], [Cherise], [Charlotte], [Cheryl], [Chasity], [Danny], [Drake], [Daniel], [Derrel], [David], [Dave], [Donovan], [Don], [Donald], [Drew], [Derrick], [Darla], [Donna], [Dora], [Danielle], [Edward], [Elliot], [Ed], [Edson], [Elton], [Eddison], [Earl], [Eric], [Ericson], [Eddie], [Ediovany], [Emma], [Elizabeth], [Eliza], [Esperanza], [Esper], [Esmeralda], [Emi], [Emily], [Elaine], [Fernando], [Ferdinand], [Fred], [Feddie], [Fredward], [Frank], [Franklin], [Felix], [Felicia], [Fran], [Greg], [Gregory], [George], [Gerald], [Gina], [Geraldine], [Gabby], [Hendrix], [Henry], [Hobbes], [Herbert], [Heath], [Henderson], [Helga], [Hera], [Helen], [Helena], [Hannah], [Ike], [Issac], [Israel], [Ismael], [Irlanda], [Isabelle], [Irene], [Irenia], [Jimmy], [Jim], [Justin], [Jacob], [Jake], [Jon], [Johnson], [Jonny], [Jonathan], [Josh], [Joshua], [Julian], [Jesus], [Jericho], [Jeb], [Jess], [Joan], [Jill], [Jillian], [Jessica], [Jennifer], [Jenny], [Jen], [Judy], [Kenneth], [Kenny], [Ken], [Keith], [Kevin], [Karen], [Kassandra], [Kassie], [Leonard], [Leo], [Leroy], [Lee], [Lenny], [Luke], [Lucas], [Liam], [Lorraine], [Latasha], [Lauren], [Laquisha], [Livia], [Lydia], [Lila], [Lilly], [Lillian], [Lilith], [Lana], [Mason], [Mike], [Mickey], [Mario], [Manny], [Mark], [Marcus], [Martin], [Marty], [Matthew], [Matt], [Max], [Maximillian], [Marth], [Mia], [Marriah], [Maddison], [Maddie], [Marissa], [Miranda], [Mary], [Martha], [Melonie], [Melody], [Mel], [Minnie], [Nathan], [Nathaniel], [Nate], [Ned], [Nick], [Norman], [Nicholas], [Natasha], [Nicki], [Nora], [Nelly], [Nina], [Orville], [Oliver], [Orlando], [Owen], [Olsen], [Odin], [Olaf], [Ortega], [Olivia], [Patrick], [Pat], [Paul], [Perry], [Pinnochio], [Patrice], [Patricia], [Pennie], [Petunia], [Patti], [Pernelle], [Quade], [Quincy], [Quentin], [Quinn], [Roberto], [Robbie], [Rob], [Robert], [Roy], [Roland], [Ronald], [Richard], [Rick], [Ricky], [Rose], [Rosa], [Rhonda], [Rebecca], [Roberta], [Sparky], [Shiloh], [Stephen], [Steve], [Saul], [Sheen], [Shane], [Sean], [Sampson], [Samuel], [Sammy], [Stefan], [Sasha], [Sam], [Susan], [Suzy], [Shelby], [Samantha], [Sheila], [Sharon], [Sally], [Stephanie], [Sandra], [Sandy], [Sage], [Tim], [Thomas], [Thompson], [Tyson], [Tyler], [Tom], [Tyrone], [Timmothy], [Tamara], [Tabby], [Tabitha], [Tessa], [Tiara], [Tyra], [Uriel], [Ursala], [Uma], [Victor], [Vincent], [Vince], [Vance], [Vinny], [Velma], [Victoria], [Veronica], [Wilson], [Wally], [Wallace], [Will], [Wilard], [William], [Wilhelm], [Xavier], [Xandra], [Young], [Yvonne], [Yolanda], [Zach], [Zachary] + S:Names < + Prim + Tyrael + Bajorno + Michael Morbius + Morbius + Arun + Panez + Doomsday + Vanamar + WhatTheDrunk + Lothrazar + Chelly + Chelicia + Darsh + Dariush + Cheese E Piloza + Bing + Royal + NoWayHere + SwankyStella + Isosahedron + Asfalis + Biz + Icicle + Darko + Shadows + Katarina + Faellynna + Diliviel + Jank + Albert + Andrew + Anderson + Andy + Allan + Arthur + Aaron + Allison + Arielle + Amanda + Anne + Annie + Amy + Alana + Brandon + Brady + Bernard + Ben + Benjamin + Bob + Bobette + Brooke + Brandy + Beatrice + Bea + Bella + Becky + Carlton + Carl + Calvin + Cameron + Carson + Chase + Cassandra + Cassie + Cas + Carol + Carly + Cherise + Charlotte + Cheryl + Chasity + Danny + Drake + Daniel + Derrel + David + Dave + Donovan + Don + Donald + Drew + Derrick + Darla + Donna + Dora + Danielle + Edward + Elliot + Ed + Edson + Elton + Eddison + Earl + Eric + Ericson + Eddie + Ediovany + Emma + Elizabeth + Eliza + Esperanza + Esper + Esmeralda + Emi + Emily + Elaine + Fernando + Ferdinand + Fred + Feddie + Fredward + Frank + Franklin + Felix + Felicia + Fran + Greg + Gregory + George + Gerald + Gina + Geraldine + Gabby + Hendrix + Henry + Hobbes + Herbert + Heath + Henderson + Helga + Hera + Helen + Helena + Hannah + Ike + Issac + Israel + Ismael + Irlanda + Isabelle + Irene + Irenia + Jimmy + Jim + Justin + Jacob + Jake + Jon + Johnson + Jonny + Jonathan + Josh + Joshua + Julian + Jesus + Jericho + Jeb + Jess + Joan + Jill + Jillian + Jessica + Jennifer + Jenny + Jen + Judy + Kenneth + Kenny + Ken + Keith + Kevin + Karen + Kassandra + Kassie + Leonard + Leo + Leroy + Lee + Lenny + Luke + Lucas + Liam + Lorraine + Latasha + Lauren + Laquisha + Livia + Lydia + Lila + Lilly + Lillian + Lilith + Lana + Mason + Mike + Mickey + Mario + Manny + Mark + Marcus + Martin + Marty + Matthew + Matt + Max + Maximillian + Marth + Mia + Marriah + Maddison + Maddie + Marissa + Miranda + Mary + Martha + Melonie + Melody + Mel + Minnie + Nathan + Nathaniel + Nate + Ned + Nick + Norman + Nicholas + Natasha + Nicki + Nora + Nelly + Nina + Orville + Oliver + Orlando + Owen + Olsen + Odin + Olaf + Ortega + Olivia + Patrick + Pat + Paul + Perry + Pinnochio + Patrice + Patricia + Pennie + Petunia + Patti + Pernelle + Quade + Quincy + Quentin + Quinn + Roberto + Robbie + Rob + Robert + Roy + Roland + Ronald + Richard + Rick + Ricky + Rose + Rosa + Rhonda + Rebecca + Roberta + Sparky + Shiloh + Stephen + Steve + Saul + Sheen + Shane + Sean + Sampson + Samuel + Sammy + Stefan + Sasha + Sam + Susan + Suzy + Shelby + Samantha + Sheila + Sharon + Sally + Stephanie + Sandra + Sandy + Sage + Tim + Thomas + Thompson + Tyson + Tyler + Tom + Tyrone + Timmothy + Tamara + Tabby + Tabitha + Tessa + Tiara + Tyra + Uriel + Ursala + Uma + Victor + Vincent + Vince + Vance + Vinny + Velma + Victoria + Veronica + Wilson + Wally + Wallace + Will + Wilard + William + Wilhelm + Xavier + Xandra + Young + Yvonne + Yolanda + Zach + Zachary + Final Knight + Chenyaaa + Voice Fucker + Hakur9 + Sefeia + Magnum Koishi + ZUN + LordAlfredo + Moderator + Valkyria + Tinker + Alexander Mobiles + Araragi + Hikari + Tairitsu + Gorillion Daylight + Kyriaki + shitass + > + + # A list of name pieces, which can be spliced together to create full names. May be empty only if names is not empty. + # Default: [Prim], [Morb], [Ius], [Kat], [Chel], [Bing], [Darsh], [Jank], [Dark], [Osto], [Grab], [Thar], [Ger], [Ald], [Mas], [On], [O], [Din], [Thor], [Jon], [Ath], [Burb], [En], [A], [E], [I], [U], [Hab], [Bloo], [Ena], [Dit], [Aph], [Ern], [Bor], [Dav], [Id], [Toast], [Son], [For], [Wen], [Lob], [Van], [Zap], [Ear], [Ben], [Don], [Bran], [Gro], [Jen], [Bob], [Ette], [Ere], [Man], [Qua], [Bro], [Cree], [Per], [Skel], [Ton], [Zom], [Bie], [Wolf], [End], [Er], [Pig], [Sil], [Ver], [Fish], [Cow], [Chic], [Ken], [Sheep], [Squid], [Hell] + S:"Name Parts" < + Prim + Morb + Ius + Kat + Chel + Bing + Darsh + Jank + Dark + Osto + Grab + Thar + Ger + Ald + Mas + On + O + Din + Thor + Jon + Ath + Burb + En + A + E + I + U + Hab + Bloo + Ena + Dit + Aph + Ern + Bor + Dav + Id + Toast + Son + For + Wen + Lob + Van + Zap + Ear + Ben + Don + Bran + Gro + Jen + Bob + Ette + Ere + Man + Qua + Bro + Cree + Per + Skel + Ton + Zom + Bie + Wolf + End + Er + Pig + Sil + Ver + Fish + Cow + Chic + Ken + Sheep + Squid + Hell + > + + # A list of prefixes, which are used in the generation of boss names. May be empty. + # Default: [Dr. Michael], [Sir], [Mister], [Madam], [Doctor], [Father], [Mother], [Poppa], [Lord], [Lady], [Overseer], [Professor], [Mr.], [Mr. President], [Duke], [Duchess], [Dame], [The Honorable], [Chancellor], [Vice-Chancellor], [His Holiness], [Reverend], [Count], [Viscount], [Earl], [Captain], [Major], [General], [Senpai] + S:Prefixes < + Dr. Michael + Sir + Mister + Madam + Doctor + Father + Mother + Poppa + Lord + Lady + Overseer + Professor + Mr. + Mr. President + Duke + Duchess + Dame + The Honorable + Chancellor + Vice-Chancellor + His Holiness + Reverend + Count + Viscount + Earl + Captain + Major + General + Senpai + Hardgore + Superplayer + > + + # A list of suffixes, which are used in the generation of boss names. A suffix is always preceeded by "The". May be empty. + # Default: [Morbius], [Dragonborn], [Rejected], [Mighty], [Supreme], [Superior], [Ultimate], [Lame], [Wimpy], [Curious], [Sneaky], [Pathetic], [Crying], [Eagle], [Errant], [Unholy], [Questionable], [Mean], [Hungry], [Thirsty], [Feeble], [Wise], [Sage], [Magical], [Mythical], [Legendary], [Not Very Nice], [Jerk], [Doctor], [Misunderstood], [Angry], [Knight], [Bishop], [Godly], [Special], [Toasty], [Shiny], [Shimmering], [Light], [Dark], [Odd-Smelling], [Funky], [Rock Smasher], [Son of Herobrine], [Cracked], [Sticky], [§kAlien§r], [Baby], [Manly], [Rough], [Scary], [Undoubtable], [Honest], [Non-Suspicious], [Boring], [Odd], [Lazy], [Super], [Nifty], [Ogre Slayer], [Pig Thief], [Dirt Digger], [Really Cool], [Doominator], [... Something], [Extra-Fishy], [Gorilla Slaughterer], [Marbles Winner], [AC Rizzlord], [President], [Burger Chef], [Professional Animator], [Cheese Sprayer], [Happiness Advocate], [Ghost Hunter], [Head of Potatoes], [Ninja], [Warrior], [Pyromancer] + S:Suffixes < + Morbius + Dragonborn + Rejected + Mighty + Supreme + Superior + Ultimate + Lame + Wimpy + Curious + Sneaky + Pathetic + Crying + Eagle + Errant + Unholy + Questionable + Mean + Hungry + Thirsty + Feeble + Wise + Sage + Magical + Mythical + Legendary + Not Very Nice + Jerk + Doctor + Misunderstood + Angry + Knight + Bishop + Godly + Special + Toasty + Shiny + Shimmering + Light + Dark + Odd-Smelling + Funky + Rock Smasher + Son of Herobrine + Cracked + Sticky + §kAlien§r + Baby + Manly + Rough + Scary + Undoubtable + Honest + Non-Suspicious + Boring + Odd + Lazy + Super + Nifty + Ogre Slayer + Pig Thief + Dirt Digger + Really Cool + Doominator + ... Something + Extra-Fishy + Gorilla Slaughterer + Marbles Winner + AC Rizzlord + President + Burger Chef + Professional Animator + Cheese Sprayer + Happiness Advocate + Ghost Hunter + Head of Potatoes + Ninja + Warrior + Pyromancer + Voice Fucker + Moderator + Gibia + Duck + Brain Lag + Magic 8 Ball + Drip Install + Lolita + Banned + Insignificant Side Character + Gregtech Player + Yunder + Ultimate Touhou + Drink + Magical Girl + Subarashii + > +} + + +items { + # A list of root names for helms, used in the generation of item names. May not be empty. + # Default: [Helmet], [Cap], [Crown], [Great Helm], [Bassinet], [Sallet], [Close Helm], [Barbute] + S:Helms < + Helmet + Cap + Crown + Great Helm + Bassinet + Sallet + Close Helm + Barbute + Mob Cap + > + + # A list of root names for chestplates, used in the generation of item names. May not be empty. + # Default: [Chestplate], [Tunic], [Brigandine], [Hauberk], [Cuirass] + S:chestplates < + Chestplate + Tunic + Brigandine + Hauberk + Cuirass + > + + # A list of root names for leggings, used in the generation of item names. May not be empty. + # Default: [Leggings], [Pants], [Tassets], [Cuisses], [Schynbalds] + S:leggings < + Leggings + Pants + Tassets + Cuisses + Schynbalds + > + + # A list of root names for boots, used in the generation of item names. May not be empty. + # Default: [Boots], [Shoes], [Greaves], [Sabatons], [Sollerets] + S:boots < + Boots + Shoes + Greaves + Sabatons + Sollerets + > + + # A list of root names for swords, used in the generation of item names. May not be empty. + # Default: [Sword], [Cutter], [Slicer], [Dicer], [Knife], [Blade], [Machete], [Brand], [Claymore], [Cutlass], [Foil], [Dagger], [Glaive], [Rapier], [Saber], [Scimitar], [Shortsword], [Longsword], [Broadsword], [Calibur] + S:swords < + Sword + Cutter + Slicer + Dicer + Knife + Blade + Machete + Brand + Claymore + Cutlass + Foil + Dagger + Glaive + Rapier + Saber + Scimitar + Shortsword + Longsword + Broadsword + Calibur + > + + # A list of root names for axes, used in the generation of item names. May not be empty. + # Default: [Axe], [Chopper], [Hatchet], [Tomahawk], [Cleaver], [Hacker], [Tree-Cutter], [Truncator] + S:axes < + Axe + Chopper + Hatchet + Tomahawk + Cleaver + Hacker + Tree-Cutter + Truncator + > + + # A list of root names for pickaxes, used in the generation of item names. May not be empty. + # Default: [Pickaxe], [Pick], [Mattock], [Rock-Smasher], [Miner] + S:pickaxes < + Pickaxe + Pick + Mattock + Rock-Smasher + Miner + > + + # A list of root names for shovels, used in the generation of item names. May not be empty. + # Default: [Shovel], [Spade], [Digger], [Excavator], [Trowel], [Scoop] + S:shovels < + Shovel + Spade + Digger + Excavator + Trowel + Scoop + > + + # A list of root names for bows, used in the generation of item names. May not be empty. + # Default: [Bow], [Shortbow], [Longbow], [Flatbow], [Recurve Bow], [Reflex Bow], [Self Bow], [Composite Bow], [Arrow-Flinger] + S:bows < + Bow + Shortbow + Longbow + Flatbow + Recurve Bow + Reflex Bow + Self Bow + Composite Bow + Arrow-Flinger + > + + # A list of root names for shields, used in the generation of item names. May not be empty. + # Default: [Shield], [Buckler], [Targe], [Greatshield], [Blockade], [Bulwark], [Tower Shield], [Protector], [Aegis] + S:shields < + Shield + Buckler + Targe + Greatshield + Blockade + Bulwark + Tower Shield + Protector + Aegis + > +} + + +tools { + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:dragonbone_sword, iceandfire:dragonbone_shovel, iceandfire:dragonbone_pickaxe, iceandfire:dragonbone_axe, iceandfire:dragonbone_hoe + # + # Default: [ + S:iceandfire_dragonbone_sword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:ratlantis_sword, rats:ratlantis_pickaxe, rats:ratlantis_axe, rats:ratlantis_shovel, rats:ratlantis_hoe + # + # Default: [ + S:rats_ratlantis_sword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:stone_sword, minecraft:stone_shovel, minecraft:stone_pickaxe, minecraft:stone_axe, minecraft:stone_hoe + # + # Default: [ + S:STONE < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:stymphalian_bird_dagger + # + # Default: [ + S:iceandfire_stymphalian_bird_dagger < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:myrmex_desert_sword, iceandfire:myrmex_desert_sword_venom, iceandfire:myrmex_desert_shovel, iceandfire:myrmex_desert_pickaxe, iceandfire:myrmex_desert_axe, iceandfire:myrmex_desert_hoe, iceandfire:myrmex_jungle_sword, iceandfire:myrmex_jungle_sword_venom, iceandfire:myrmex_jungle_shovel, iceandfire:myrmex_jungle_pickaxe, iceandfire:myrmex_jungle_axe, iceandfire:myrmex_jungle_hoe + # + # Default: [ + S:iceandfire_myrmex_desert_sword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:silver_sword, iceandfire:silver_shovel, iceandfire:silver_pickaxe, iceandfire:silver_axe, iceandfire:silver_hoe + # + # Default: [ + S:iceandfire_silver_sword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:dragonsteel_fire_sword, iceandfire:dragonsteel_fire_pickaxe, iceandfire:dragonsteel_fire_axe, iceandfire:dragonsteel_fire_shovel, iceandfire:dragonsteel_fire_hoe + # + # Default: [ + S:iceandfire_dragonsteel_fire_sword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:dragonbone_sword_lightning + # + # Default: [ + S:iceandfire_dragonbone_sword_lightning < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:pirat_cutlass + # + # Default: [ + S:rats_pirat_cutlass < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:plague_scythe + # + # Default: [ + S:rats_plague_scythe < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:dread_sword + # + # Default: [ + S:iceandfire_dread_sword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:hippocampus_slapper + # + # Default: [ + S:iceandfire_hippocampus_slapper < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:amphithere_macuahuitl + # + # Default: [ + S:iceandfire_amphithere_macuahuitl < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:dragonbone_sword_fire + # + # Default: [ + S:iceandfire_dragonbone_sword_fire < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: farmersdelight:flint_knife + # + # Default: [ + S:farmersdelight_flint_knife < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:iron_sword, minecraft:iron_shovel, minecraft:iron_pickaxe, minecraft:iron_axe, minecraft:iron_hoe, alexsmobs:skelewag_sword, alexsmobs:ghostly_pickaxe, alexsmobs:tendon_whip, farmersdelight:iron_knife + # + # Default: [ + S:IRON < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:copper_sword, iceandfire:copper_shovel, iceandfire:copper_pickaxe, iceandfire:copper_axe, iceandfire:copper_hoe + # + # Default: [ + S:iceandfire_copper_sword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:troll_weapon_axe, iceandfire:troll_weapon_column, iceandfire:troll_weapon_column_forest, iceandfire:troll_weapon_column_frost, iceandfire:troll_weapon_hammer, iceandfire:troll_weapon_trunk, iceandfire:troll_weapon_trunk_frost + # + # Default: [ + S:iceandfire_troll_weapon_axe < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:dragonbone_sword_ice + # + # Default: [ + S:iceandfire_dragonbone_sword_ice < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:dragonsteel_lightning_sword, iceandfire:dragonsteel_lightning_pickaxe, iceandfire:dragonsteel_lightning_axe, iceandfire:dragonsteel_lightning_shovel, iceandfire:dragonsteel_lightning_hoe + # + # Default: [ + S:iceandfire_dragonsteel_lightning_sword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:ghost_sword + # + # Default: [ + S:iceandfire_ghost_sword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:diamond_sword, minecraft:diamond_shovel, minecraft:diamond_pickaxe, minecraft:diamond_axe, minecraft:diamond_hoe, farmersdelight:diamond_knife, alexscaves:desolate_dagger + # + # Default: [ + S:DIAMOND < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:ghost_pirat_cutlass + # + # Default: [ + S:rats_ghost_pirat_cutlass < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:golden_sword, minecraft:golden_shovel, minecraft:golden_pickaxe, minecraft:golden_axe, minecraft:golden_hoe, farmersdelight:golden_knife + # + # Default: [ + S:GOLD < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:dread_knight_sword + # + # Default: [ + S:iceandfire_dread_knight_sword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:dread_queen_sword + # + # Default: [ + S:iceandfire_dread_queen_sword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:netherite_sword, minecraft:netherite_shovel, minecraft:netherite_pickaxe, minecraft:netherite_axe, minecraft:netherite_hoe, farmersdelight:netherite_knife + # + # Default: [ + S:NETHERITE < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:dragonsteel_ice_sword, iceandfire:dragonsteel_ice_pickaxe, iceandfire:dragonsteel_ice_axe, iceandfire:dragonsteel_ice_shovel, iceandfire:dragonsteel_ice_hoe + # + # Default: [ + S:iceandfire_dragonsteel_ice_sword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:wooden_sword, minecraft:wooden_shovel, minecraft:wooden_pickaxe, minecraft:wooden_axe, minecraft:wooden_hoe + # + # Default: [ + S:WOOD < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:hippogryph_sword + # + # Default: [ + S:iceandfire_hippogryph_sword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:feral_bagh_nakhs + # + # Default: [ + S:rats_feral_bagh_nakhs < + > +} + + +armors { + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:armor_silver_metal_helmet, iceandfire:armor_silver_metal_chestplate, iceandfire:armor_silver_metal_leggings, iceandfire:armor_silver_metal_boots + # + # Default: [ + S:iceandfire_armor_silver_metal_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:armor_copper_helmet, iceandfire:armor_copper_chestplate, iceandfire:armor_copper_leggings, iceandfire:armor_copper_boots + # + # Default: [ + S:iceandfire_armor_copper_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexsmobs:frontier_cap + # + # Default: [ + S:alexsmobs_frontier_cap < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:earplugs + # + # Default: [ + S:iceandfire_earplugs < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:chef_toque + # + # Default: [ + S:CHEF_TOQUE < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:tide_bronze_helmet, iceandfire:tide_bronze_chestplate, iceandfire:tide_bronze_leggings, iceandfire:tide_bronze_boots + # + # Default: [ + S:iceandfire_tide_bronze_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:myrmex_jungle_helmet, iceandfire:myrmex_jungle_chestplate, iceandfire:myrmex_jungle_leggings, iceandfire:myrmex_jungle_boots + # + # Default: [ + S:iceandfire_myrmex_jungle_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:blindfold + # + # Default: [ + S:iceandfire_blindfold < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:tide_deepblue_helmet, iceandfire:tide_deepblue_chestplate, iceandfire:tide_deepblue_leggings, iceandfire:tide_deepblue_boots + # + # Default: [ + S:iceandfire_tide_deepblue_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexsmobs:froststalker_helmet + # + # Default: [ + S:alexsmobs_froststalker_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexsmobs:fedora + # + # Default: [ + S:alexsmobs_fedora < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:tide_purple_helmet, iceandfire:tide_purple_chestplate, iceandfire:tide_purple_leggings, iceandfire:tide_purple_boots + # + # Default: [ + S:iceandfire_tide_purple_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:dragonsteel_lightning_helmet, iceandfire:dragonsteel_lightning_chestplate, iceandfire:dragonsteel_lightning_leggings, iceandfire:dragonsteel_lightning_boots + # + # Default: [ + S:iceandfire_dragonsteel_lightning_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:sheep_helmet, iceandfire:sheep_chestplate, iceandfire:sheep_leggings, iceandfire:sheep_boots + # + # Default: [ + S:iceandfire_sheep_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:turtle_helmet + # + # Default: [ + S:TURTLE < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexscaves:hazmat_mask, alexscaves:hazmat_chestplate, alexscaves:hazmat_leggings, alexscaves:hazmat_boots + # + # Default: [ + S:alexscaves_hazmat_mask < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:armor_bronze_helmet, iceandfire:armor_bronze_chestplate, iceandfire:armor_bronze_leggings, iceandfire:armor_bronze_boots + # + # Default: [ + S:iceandfire_armor_bronze_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:armor_electric_helmet, iceandfire:armor_electric_chestplate, iceandfire:armor_electric_leggings, iceandfire:armor_electric_boots + # + # Default: [ + S:iceandfire_armor_electric_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexsmobs:moose_headgear + # + # Default: [ + S:alexsmobs_moose_headgear < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:rat_king_crown + # + # Default: [ + S:CROWN < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:tide_teal_helmet, iceandfire:tide_teal_chestplate, iceandfire:tide_teal_leggings, iceandfire:tide_teal_boots + # + # Default: [ + S:iceandfire_tide_teal_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:chainmail_helmet, minecraft:chainmail_chestplate, minecraft:chainmail_leggings, minecraft:chainmail_boots + # + # Default: [ + S:CHAIN < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:forest_troll_leather_helmet, iceandfire:forest_troll_leather_chestplate, iceandfire:forest_troll_leather_leggings, iceandfire:forest_troll_leather_boots + # + # Default: [ + S:iceandfire_forest_troll_leather_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexsmobs:sombrero + # + # Default: [ + S:alexsmobs_sombrero < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:top_hat + # + # Default: [ + S:TOP_HAT < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:armor_gray_helmet, iceandfire:armor_gray_chestplate, iceandfire:armor_gray_leggings, iceandfire:armor_gray_boots + # + # Default: [ + S:iceandfire_armor_gray_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexscaves:primordial_helmet, alexscaves:primordial_tunic, alexscaves:primordial_pants + # + # Default: [ + S:alexscaves_primordial_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexsmobs:flying_fish_boots + # + # Default: [ + S:alexsmobs_flying_fish_boots < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexsmobs:rocky_chestplate + # + # Default: [ + S:alexsmobs_rocky_chestplate < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:golden_helmet, minecraft:golden_chestplate, minecraft:golden_leggings, minecraft:golden_boots + # + # Default: [ + S:GOLD < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:armor_amythest_helmet, iceandfire:armor_amythest_chestplate, iceandfire:armor_amythest_leggings, iceandfire:armor_amythest_boots + # + # Default: [ + S:iceandfire_armor_amythest_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:plague_doctor_mask, rats:black_death_mask + # + # Default: [ + S:PLAGUE_MASK < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexsmobs:crocodile_chestplate + # + # Default: [ + S:alexsmobs_crocodile_chestplate < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:diamond_helmet, minecraft:diamond_chestplate, minecraft:diamond_leggings, minecraft:diamond_boots + # + # Default: [ + S:DIAMOND < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:netherite_helmet, minecraft:netherite_chestplate, minecraft:netherite_leggings, minecraft:netherite_boots + # + # Default: [ + S:NETHERITE < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:tide_green_helmet, iceandfire:tide_green_chestplate, iceandfire:tide_green_leggings, iceandfire:tide_green_boots + # + # Default: [ + S:iceandfire_tide_green_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:armor_blue_helmet, iceandfire:armor_blue_chestplate, iceandfire:armor_blue_leggings, iceandfire:armor_blue_boots + # + # Default: [ + S:iceandfire_armor_blue_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:halo_hat + # + # Default: [ + S:HALO < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexscaves:gingerbread_helmet, alexscaves:gingerbread_chestplate, alexscaves:gingerbread_leggings, alexscaves:gingerbread_boots + # + # Default: [ + S:alexscaves_gingerbread_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:leather_helmet, minecraft:leather_chestplate, minecraft:leather_leggings, minecraft:leather_boots, iwannaskate:beanie, iwannaskate:skater_cap, quark:backpack, quark:forgotten_hat + # + # Default: [ + S:LEATHER < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:deathworm_red_helmet, iceandfire:deathworm_red_chestplate, iceandfire:deathworm_red_leggings, iceandfire:deathworm_red_boots + # + # Default: [ + S:iceandfire_deathworm_red_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexscaves:hood_of_darkness, alexscaves:cloak_of_darkness + # + # Default: [ + S:alexscaves_hood_of_darkness < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:archeologist_hat, rats:fisherman_hat, rats:pirat_hat, rats:exterminator_hat, rats:aviator_hat, rats:military_hat + # + # Default: [ + S:GENERIC_HAT < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:armor_copper_metal_helmet, iceandfire:armor_copper_metal_chestplate, iceandfire:armor_copper_metal_leggings, iceandfire:armor_copper_metal_boots + # + # Default: [ + S:iceandfire_armor_copper_metal_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexsmobs:spiked_turtle_shell + # + # Default: [ + S:alexsmobs_spiked_turtle_shell < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:tide_red_helmet, iceandfire:tide_red_chestplate, iceandfire:tide_red_leggings, iceandfire:tide_red_boots + # + # Default: [ + S:iceandfire_tide_red_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:armor_green_helmet, iceandfire:armor_green_chestplate, iceandfire:armor_green_leggings, iceandfire:armor_green_boots + # + # Default: [ + S:iceandfire_armor_green_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexsmobs:unsettling_kimono + # + # Default: [ + S:alexsmobs_unsettling_kimono < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:armor_red_helmet, iceandfire:armor_red_chestplate, iceandfire:armor_red_leggings, iceandfire:armor_red_boots + # + # Default: [ + S:iceandfire_armor_red_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:deathworm_yellow_helmet, iceandfire:deathworm_yellow_chestplate, iceandfire:deathworm_yellow_leggings, iceandfire:deathworm_yellow_boots + # + # Default: [ + S:iceandfire_deathworm_yellow_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexsmobs:tarantula_hawk_elytra + # + # Default: [ + S:alexsmobs_tarantula_hawk_elytra < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:piper_hat + # + # Default: [ + S:PIPER_HAT < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:deathworm_white_helmet, iceandfire:deathworm_white_chestplate, iceandfire:deathworm_white_leggings, iceandfire:deathworm_white_boots + # + # Default: [ + S:iceandfire_deathworm_white_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:ratlantis_helmet, rats:ratlantis_chestplate, rats:ratlantis_leggings, rats:ratlantis_boots + # + # Default: [ + S:RATLANTIS < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:iron_helmet, minecraft:iron_chestplate, minecraft:iron_leggings, minecraft:iron_boots, iwannaskate:spiked_skater_helmet + # + # Default: [ + S:IRON < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: autumnity:snail_shell_chestplate + # + # Default: [ + S:autumnity_snail_shell_chestplate < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:armor_black_helmet, iceandfire:armor_black_chestplate, iceandfire:armor_black_leggings, iceandfire:armor_black_boots + # + # Default: [ + S:iceandfire_armor_black_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: conjurer_illager:conjurer_hat + # + # Default: [ + S:CONJURER_HAT < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:armor_sapphire_helmet, iceandfire:armor_sapphire_chestplate, iceandfire:armor_sapphire_leggings, iceandfire:armor_sapphire_boots + # + # Default: [ + S:iceandfire_armor_sapphire_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexsmobs:centipede_leggings + # + # Default: [ + S:alexsmobs_centipede_leggings < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexscaves:rainbounce_boots + # + # Default: [ + S:alexscaves_rainbounce_boots < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexscaves:diving_helmet, alexscaves:diving_chestplate, alexscaves:diving_leggings, alexscaves:diving_boots + # + # Default: [ + S:alexscaves_diving_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:tide_blue_helmet, iceandfire:tide_blue_chestplate, iceandfire:tide_blue_leggings, iceandfire:tide_blue_boots + # + # Default: [ + S:iceandfire_tide_blue_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:armor_white_helmet, iceandfire:armor_white_chestplate, iceandfire:armor_white_leggings, iceandfire:armor_white_boots + # + # Default: [ + S:iceandfire_armor_white_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexsmobs:novelty_hat + # + # Default: [ + S:alexsmobs_novelty_hat < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:mountain_troll_leather_helmet, iceandfire:mountain_troll_leather_chestplate, iceandfire:mountain_troll_leather_leggings, iceandfire:mountain_troll_leather_boots + # + # Default: [ + S:iceandfire_mountain_troll_leather_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:dragonsteel_fire_helmet, iceandfire:dragonsteel_fire_chestplate, iceandfire:dragonsteel_fire_leggings, iceandfire:dragonsteel_fire_boots + # + # Default: [ + S:iceandfire_dragonsteel_fire_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:dragonsteel_ice_helmet, iceandfire:dragonsteel_ice_chestplate, iceandfire:dragonsteel_ice_leggings, iceandfire:dragonsteel_ice_boots + # + # Default: [ + S:iceandfire_dragonsteel_ice_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:myrmex_desert_helmet, iceandfire:myrmex_desert_chestplate, iceandfire:myrmex_desert_leggings, iceandfire:myrmex_desert_boots + # + # Default: [ + S:iceandfire_myrmex_desert_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexsmobs:roadrunner_boots + # + # Default: [ + S:alexsmobs_roadrunner_boots < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:santa_hat + # + # Default: [ + S:SANTA_HAT < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:frost_troll_leather_helmet, iceandfire:frost_troll_leather_chestplate, iceandfire:frost_troll_leather_leggings, iceandfire:frost_troll_leather_boots + # + # Default: [ + S:iceandfire_frost_troll_leather_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:farmer_hat + # + # Default: [ + S:FARMER_HAT < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: minecraft:shulker_shell + # + # Default: [ + S:minecraft_shulker_shell < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:rat_fez + # + # Default: [ + S:FEZ < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: iceandfire:armor_silver_helmet, iceandfire:armor_silver_chestplate, iceandfire:armor_silver_leggings, iceandfire:armor_silver_boots + # + # Default: [ + S:iceandfire_armor_silver_helmet < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: alexsmobs:emu_leggings + # + # Default: [ + S:alexsmobs_emu_leggings < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: rats:ghost_pirat_hat + # + # Default: [ + S:GHOST_HAT < + > +} + + +formatting { + # The format string that will be used when a suffix is applied. + # Default: %s the %s + S:"Suffix Format"=%s the %s + + # The format string that will be used to indicate ownership. + # Default: %s's + S:"Ownership Format"=%s's +} + + diff --git a/config/builtinservers.json b/config/builtinservers.json index 47cdae0..639f009 100644 --- a/config/builtinservers.json +++ b/config/builtinservers.json @@ -4,7 +4,7 @@ { "name": "TouhouDiscordcraft", "address": "104.224.55.51", - "forced": false + "forced": true } ] } diff --git a/config/defaultoptions/extra/config/xenon++.toml b/config/defaultoptions/extra/config/xenon++.toml index c79a312..1352534 100644 --- a/config/defaultoptions/extra/config/xenon++.toml +++ b/config/defaultoptions/extra/config/xenon++.toml @@ -107,7 +107,7 @@ #Configure Darkness Mode #Each config changes what is considered 'true darkness' #Allowed Values: TOTAL_DARKNESS, PITCH_BLACK, DARK, DIM, OFF - mode = "OFF" + mode = "TOTAL_DARKNESS" #Toggles if moon phases affects darkness in the overworld affectedByMoonPhase = true #List of all dimensions to use True Darkness diff --git a/config/defaultoptions/options.txt b/config/defaultoptions/options.txt index f4a9f83..e27b10c 100644 --- a/config/defaultoptions/options.txt +++ b/config/defaultoptions/options.txt @@ -42,7 +42,7 @@ ao:true prioritizeChunkUpdates:0 biomeBlendRadius:2 renderClouds:"true" -resourcePacks:[] +resourcePacks:["vanilla","mod_resources","Moonlight Mods Dynamic Assets","file/K-On!! Custom GUI Pack(1.20.4).zip"] incompatibleResourcePacks:[] lastServer: lang:en_us diff --git a/config/dragonfight.json b/config/dragonfight.json new file mode 100644 index 0000000..3433c4d --- /dev/null +++ b/config/dragonfight.json @@ -0,0 +1,65 @@ +{ + "dragonDifficulty": { + "desc:": "Sets the dragon difficulty modifier, the higher the more difficult the dragon gets.Scales up mob spawn amount, dragon damage and health aswell as crystal respawn intervals. Note that the difficulty already scales on the playercount involved in the fight, this is a static bonus ontop.default:2, vanilla:0", + "dragonDifficulty": 2 + }, + "crystalRespawnTimeModifier": { + "desc:": "Modifies crystal respawn time, 0.5 = spawns twice as fast, 2 = twice as slow. default:1.0", + "crystalRespawnTimeModifier": 1.0 + }, + "lightningExplosionDensity": { + "desc:": "Modifies lightning and explosion density, 0.5 = half as many, 2 = twice as many. default:1.0", + "lightningExplosionDensity": 1.0 + }, + "disableLightning": { + "desc:": "Disables lightning spawns: default:false", + "disableLightning": true + }, + "antiflightAbility": { + "desc:": "Enables anti-flight ability: default:true", + "antiflightAbility": true + }, + "dragonHealthModifier": { + "desc:": "Sets the dragon health modifier: default:1.0", + "dragonHealthModifier": 2.0 + }, + "dragonDamageModifier": { + "desc:": "Sets the dragon damage modifier: default:1.0", + "dragonDamageModifier": 1.0 + }, + "mobSpawnAmountModifier": { + "desc:": "Sets the mob spawn amount modifier: default:1.0", + "mobSpawnAmountModifier": 1.0 + }, + "dragonXPModifier": { + "desc:": "Sets the XP drop modifier: default:1.0", + "dragonXPModifier": 1.0 + }, + "printDragonPhases": { + "desc:": "Prints the dragon phase in chat if enabled: default:false", + "printDragonPhases": true + }, + "disableDragonAreaSpawns": { + "desc:": "Disables mob spawning on the Dragon island during the fight: default:true", + "disableDragonAreaSpawns": true + }, + "descSpawnEntries": "Below are configuration options for entity spawning, when trying to use nbt append it right after the entity type, e.g. minecraft:zombie{}. Put a backslash in front of all quotation marks", + "spawnoncrystaldestroy": { + "desc:": "List of mobs spawning when a crystal is destroyed at range, intended to be flying or ranged to close the gap: e.g. format : [\"minecraft:zombie\", \"minecraft:creeper\"]", + "spawnoncrystaldestroy": [ + "minecraft:phantom" + ] + }, + "spawnoncrystalrespawn": { + "desc:": "List of mobs spawning on crystal respawn, intended to be ranged to ward of players from a distance: e.g. format : [\"minecraft:zombie\", \"minecraft:creeper\"]", + "spawnoncrystalrespawn": [ + "minecraft:blaze" + ] + }, + "spawnwhilelanded": { + "desc:": "List of mobs spawning while the dragon is sitting in the middle, intended to be melee and not vulnerable to ranged: e.g. format : [\"minecraft:zombie\", \"minecraft:creeper\"]", + "spawnwhilelanded": [ + "minecraft:enderman" + ] + } +} \ No newline at end of file diff --git a/config/firstaid-client.toml b/config/firstaid-client.toml new file mode 100644 index 0000000..5e5d3dc --- /dev/null +++ b/config/firstaid-client.toml @@ -0,0 +1,43 @@ + +#Client only configuration settings +[Overlay] + #The mode how to show the mc vanilla health bar. + #NORMAL shows the vanilla health value that calculated the way vanillaHealthCalculation is specified (server config) + #HIGHLIGHT_CRITICAL_PATH show the vanilla health value and highlights the health value of the most damaged critical limb (by default head or body) using the hardcore-styled hearts for them and the normal hearts for the rest of the health. Only works if vanillaHealthCalculation is set to AVERAGE_ALL + #HIDE just doesn't display the vanilla health bar at all. + #Allowed Values: NORMAL, HIGHLIGHT_CRITICAL_PATH, HIDE + vanillaHealthBarMode = "HIDE" + #The design to use to visualize the health + #Allowed Values: OFF, NUMBERS, HEARTS, PLAYER_MODEL, PLAYER_MODEL_4_COLORS + overlayMode = "PLAYER_MODEL" + #The relative point of the overlay + #Allowed Values: TOP_LEFT, TOP_RIGHT, BOTTOM_RIGHT, BOTTOM_LEFT + overlayPosition = "BOTTOM_RIGHT" + #Determines how first aid should display armor on item tooltips. + #REPLACE replaces the vanilla description with the one fitting first aid + #APPEND will add the first aid values at the bottom + #NONE will show the old vanilla values. Be advised this is purly visual, interally, the first aid value will always be used + #Allowed Values: REPLACE, APPEND, NONE + armorTooltipMode = "REPLACE" + #The offset on the x axis + #Range: -32768 ~ 32767 + xOffset = 0 + #The offset on the y axis + #Range: -32768 ~ 32767 + yOffset = 1 + #Determines the transparency of the overlay. 200 = Maximum transparency, 0 = Fully opaque + #Range: 0 ~ 200 + alpha = 50 + #Specifies how many ticks (20 ticks = 1 second) the overlay should be visible after health changed (healing/damaging) + #If set to -1, the HUD is always visible + #Range: -1 ~ 600 + visibleDurationTicks = -1 + #If set to true, the overlay will flash for a short moment if the health changed. Only affects PLAYER_MODEL overlay + flash = true + +[Misc] + #Set to true to enable the debuff sounds. Only matters when debuffs are enabled + enableSoundSystem = true + #Disables the funny easter eggs on certain events if false + enableEasterEggs = true + diff --git a/config/iceandfire-client.toml b/config/iceandfire-client.toml new file mode 100644 index 0000000..d8eeec8 --- /dev/null +++ b/config/iceandfire-client.toml @@ -0,0 +1,9 @@ + +[general] + #Whether to display the dragon on the main menu or not + "Custom main menu" = false + #True if riding dragons should make the player take a 3rd person view automatically. + "Auto 3rd person when riding dragon" = true + #Whether to use the vanilla font in the bestiary or not + "Use Vanilla Font" = false + diff --git a/config/iceandfire-common.toml b/config/iceandfire-common.toml new file mode 100644 index 0000000..22672fd --- /dev/null +++ b/config/iceandfire-common.toml @@ -0,0 +1,395 @@ + +[Generation] + + [Generation.Dragon] + #Whether to generate dragon skeletons or not + "Generate Dragon Skeletons" = true + #1 out of this number chance per chunk for generation + #Range: 1 ~ 10000 + "Generate Dragon Skeleton Chance" = 300 + #1 out of this number chance per chunk for generation + #Range: 1 ~ 10000 + "Generate Dragon Cave Chance" = 180 + #1 out of this number chance per chunk for generation + #Range: 1 ~ 10000 + "Generate Dragon Roost Chance" = 360 + #1 out of this number chance per block that gold will generate in dragon lairs. + #Range: 1 ~ 10000 + "Dragon Den Gold Amount" = 4 + #Ratio of Stone(this number) to Ores in Dragon Caves + #Range: 1 ~ 10000 + "Dragon Cave Ore Ratio" = 45 + + [Generation.Structures-Features] + #How far away dangerous structures(dragon roosts, cyclops caves, etc.) must be from spawn. + #Range: 1 ~ 10000 + "Dangerous World Gen Dist From Spawn" = 320 + #How far away dangerous structures(dragon roosts, cyclops caves, etc.) must be from the last generated structure. + #Range: 1 ~ 10000 + "Dangerous World Gen Dist Seperation" = 300 + #Whether to generate glacier biomes or not + "Generate Glaciers" = true + #Glacier Spawn Weight. Higher number = more common + #Range: 1 ~ 10000 + "Glacier Spawn Weight" = 4 + #True if mausoleums are allowed to generate + "Generate Mausoleums" = true + #Whether to generate graveyards or not + "Generate Graveyards" = true + #True if gorgon temples are allowed to spawn + "Generate Gorgon Temple" = true + +[Dragons] + + [Dragons.Griefing] + #Dragon griefing - 2 is no griefing, 1 is breaking weak blocks, 0 is default. This value is also affected by minecrafts mob griefing rule. + #Range: 0 ~ 2 + "Dragon Griefing" = 0 + #True if tamed dragons can follow the griefing rules. + "Tamed Dragon Griefing" = true + #The percentage chance for a block to drop as an item when a dragon breaks it. + #Range: 0.0 ~ 1.0 + "Dragon Block Breaking Drop Chance" = 0.10000000149011612 + + [Dragons.Attributes] + #How long it takes(in ticks) for a dragon egg to hatch + #Range: > 1 + "Dragon Egg Hatch Time" = 7200 + #Dragon Flap Noise Distance - Larger number, further away you can hear it + #Range: 0 ~ 10000 + "Dragon Flap Noise Distance" = 4 + #Dragon Flute Distance - how many chunks away is the dragon flute effective? + #Range: 0 ~ 10000 + "Dragon Flute Distance" = 4 + #Max dragon health. Health is scaled to this + #Range: 1.0 ~ 100000.0 + "Dragon Health" = 5000.0 + #Max dragon attack damage. Attack Damage is scaled to this + #Range: 1 ~ 10000 + "Dragon Attack Damage" = 17 + #Damage dealt from a successful fire breath attack. Attack Damage is scaled to by age, so a stage 5 dragon will deal 5x as much as this number + #Range: 0.0 ~ 10000.0 + "Dragon Attack Damage(Fire breath)" = 2.0 + #Damage dealt from a successful ice breath attack. Attack Damage is scaled to by age, so a stage 5 dragon will deal 5x as much as this number + #Range: 0.0 ~ 10000.0 + "Dragon Attack Damage(Ice breath)" = 2.5 + #Damage dealt from a successful lightning breath attack. Attack Damage is scaled to by age, so a stage 5 dragon will deal 5x as much as this number + #Range: 0.0 ~ 10000.0 + "Dragon Attack Damage(Lightning breath)" = 3.5 + #Change this to slow down or speed up dragon or amphithere flight. + #Range: 0.0 ~ 2.0 + "Dragon Flight Speed Modifier" = 1.0 + #Enable this if your server is being bombarded with moved wrongly or moved too fast console messages. REQUIRES RESTART! + "Dragon Moved Wrongly Error Fix" = false + + [Dragons.Behaviour] + #How high dragons can fly, in Y height. + #Range: > 100 + "Max Dragon Flight Height" = 256 + #How far away dragons will detect gold blocks being destroyed or chests being opened + #Range: 0 ~ 10000 + "Dragon Gold Search Length" = 30 + #Whether the bite attack from a dragon heals them or not. + "Dragon Bite Heal" = true + #True if dragons can despawn. Note that if this is false there may be SERIOUS lag issues. + "Dragons Despawn" = true + #True if tamed dragons go to sleep at night. + "Tamed Dragons Sleep" = true + #True if dragons can break blocks if they get stuck. Turn this off if your dragons randomly explode. + "Dragons Dig When Stuck" = true + #True if dragons can drop their skull on death. + "Dragons Drop Skull" = true + #True if dragons can drop their heart on death. + "Dragons Drop Heart" = true + #True if dragons can drop their blood on death. + "Dragons Drop Blood" = true + #True if dragons fire/ice charges create secondary explosions that launch blocks everywhere. Turn this to true if you like unfair explosions. Or lag. + "Explosive Dragon Breath" = false + #How many blocks away can dragons spot potential prey. Note that increasing this could cause lag. + #Range: 1 ~ 10000 + "Dragon Target Search Length" = 128 + #How many blocks away can dragons wander from their defined "home" position. + #Range: 1 ~ 10000 + "Dragon Wander From Home Distance" = 40 + #Every interval of this number in ticks, dragon hunger decreases. + #Range: 1 ~ 10000 + "Dragon Hunger Tick Rate" = 3000 + #Every interval of this number in ticks, dragon allowed to break blocks. + #Range: 0 ~ 10000 + "Dragon Block Break Cooldown" = 5 + #True if villagers should run away and hide from dragons and other hostile Ice and Fire mobs. + "Villagers Fear Dragons" = true + #True if animals should run away and hide from dragons and other hostile Ice and Fire mobs. + "Animals Fear Dragons" = true + #A more intelligent dragon pathfinding system, but is also laggier. Turn this on if you think dragons are too stupid. + "Intelligent Dragon Pathfinding" = false + +[Mobs] + + [Mobs.Pixies] + #1 out of this number chance per chunk for generation + #Range: 1 ~ 10000 + "Spawn Pixies Chance" = 60 + #size of pixie villages + #Range: 1 ~ 10000 + "Pixie Village Size" = 5 + #True if pixies are allowed to steal from players + "Pixies Steal Items" = true + + [Mobs.Cyclops] + #1 out of this number chance per chunk for generation + #Range: 1 ~ 10000 + "Spawn Cyclops Cave Chance" = 100 + #1 out of this number chance per chunk for generation + #Range: 1 ~ 10000 + "Spawn Wandering Cyclops Chance" = 100 + #Maximum cyclops health + #Range: 1.0 ~ 10000.0 + "Cyclops Max Health" = 1500.0 + #How many blocks away can cyclopes detect sheep. Note that increasing this could cause lag. + #Range: 1 ~ 10000 + "Cyclopes Sheep Search Length" = 17 + #Cyclops attack strength + #Range: 1.0 ~ 10000.0 + "Cyclops Attack Strength" = 15.0 + #Amount of damage done with cyclops bite attack. + #Range: 1.0 ~ 10000.0 + "Cyclops Bite Strength" = 40.0 + #Whether or not cyclops can break logs or leaves in their way + "Cyclops Griefing" = true + + [Mobs.Sirens] + #Maximum siren health + #Range: 1.0 ~ 10000.0 + "Siren Max Health" = 500.0 + #True to make the screen pink when sirens attract players + "Use Siren Shader" = true + #1 out of this number chance per chunk for generation + #Range: 1 ~ 10000 + "Spawn Sirens Chance" = 400 + #how long(in ticks) can a siren use its sing effect on a player, without a cooldown. + #Range: 100 ~ 24000 + "Siren Max Sing Time" = 12000 + #how long(in ticks) a siren has to wait after failing to lure in a player + #Range: 100 ~ 24000 + "Siren Time Between Songs" = 2000 + + [Mobs.DeathWorms] + #How many blocks away can death worms spot potential prey. Note that increasing this could cause lag + #Range: 1 ~ 10000 + "Death Worm Target Search Length" = 64 + #Default deathworm health, this is scaled to the worm's particular size + #Range: 1.0 ~ 10000.0 + "Death Worm Base Health" = 100.0 + #Default deathworm attack strength, this is scaled to the worm's particular size + #Range: 1.0 ~ 10000.0 + "Death Worm Base Attack Strength" = 3.0 + #True if wild deathworms are allowed to target and attack monsters + "Death Worms Target Monsters" = true + #Deathworm spawn weight. Higher = lower chance to spawn + #Range: 1 ~ 10000 + "Death Worm Spawn Weight" = 30 + + [Mobs.Cockatrice] + #Maximum cockatrice health + #Range: 1.0 ~ 10000.0 + "Cockatrice Health" = 400.0 + #1 out of this number chance per 6000 ticks for a chicken to lay a cockatrice egg. + #Range: > 1 + "Cockatrice chicken Search Length" = 30 + #True if chickens lay rotten eggs. + "Chickens Lay Rotten Eggs" = true + #True if cockatrices are allowed to spawn + "Spawn Cockatrices" = true + #Cockatrice spawn weight. Lower = lower chance to spawn + #Range: 1 ~ 10000 + "Cockatrice Spawn Weight" = 4 + + [Mobs.Stymphalians] + #How many blocks away can stymphalian birds spot potential prey. Note that increasing this could cause lag. + #Range: 1 ~ 10000 + "Stymphalian Bird Target Search Length" = 64 + #1/this number chance for a stymphalian feather to turn into an item before despawning. Zero means never. + #Range: 0 ~ 10000 + "Stymphalian Bird Feather Drop Chance" = 25 + #Stymphalian bird feather attack strength. + #Range: 0.0 ~ 10000.0 + "Stymphalian Bird Feather Attack Strength" = 1.0 + #How far away stymphalian birds will consider other birds to be in the same flock. + #Range: 1 ~ 10000 + "Stymphalian Bird Flock Length" = 40 + #How high stymphalian birds can fly, in Y height. + #Range: > 10 + "Max Stymphalian Bird Flight Height" = 80 + #True if stymphalian birds can drop items registered in the ore dictionary to ingotCopper, ingotBronze, nuggetCopper, nuggetBronze. + "Stymphalian Birds drop ore dict items" = true + #True if stymphalian birds are allowed to target and attack animals + "Stymphalian Birds Target Animals" = false + #1 out of this number chance per chunk for generation + #Range: 1 ~ 10000 + "Spawn Stymhphalian Bird Chance" = 100 + + [Mobs.Trolls] + #True if trolls are allowed to spawn + "Spawn Trolls" = true + #True if trolls are allowed to drop their weapon on death. + "Trolls Drop Weapon" = true + #Troll spawn weight. Lower = lower chance to spawn + #Range: 1 ~ 10000 + "Troll Spawn Weight" = 40 + #Maximum troll health + #Range: 1.0 ~ 10000.0 + "Troll Max Health" = 500.0 + #Troll attack strength + #Range: 1.0 ~ 10000.0 + "Troll Attack Strength" = 10.0 + + [Mobs.Myrmex] + #How many ticks it takes for a Myrmex Queen to produce an egg. + #Range: 1 ~ 10000 + "Myrmex Gestation Length" = 2500 + #How many ticks it takes for a Myrmex to move from a larva to a pupa, and from a pupa to an adult. + #Range: 1 ~ 100000 + "Myrmex Hatch Length" = 35000 + #One out of this number chance per chunk to generate a myrmex hive. + #Range: 1 ~ 10000 + "Myrmex Colony Gen Chance" = 150 + #How many maximum individuals a myrmex colony can have. + #Range: 10 ~ 10000 + "Myrmex Colony Max Size" = 80 + #Base Myrmex(worker) attack strength + #Range: 1.0 ~ 10000.0 + "Myrmex Base Attack Strength" = 3.0 + #The maximum radius myrmex area allowed to wander/forage + #Range: 25 ~ 4000 + "Myrmex Maximum Wander Radius" = 50 + #Myrmex hives will ignore daytime + "Myrmex Hive Ignore Daytime" = false + + [Mobs.Amphitheres] + #True if amphitheres are allowed to spawn + "Spawn Amphitheres" = true + #Amphithere spawn weight. Lower = lower chance to spawn + #Range: 1 ~ 10000 + "Amphithere Spawn Weight" = 50 + #How many blocks away can ampitheres detect villagers being hurt. Note that increasing this could cause lag. + #Range: 1 ~ 10000 + "Amphithere Villager Search Length" = 64 + #How many ticks it takes while riding an untamed amphithere to tame it. + #Range: 1 ~ 10000 + "Amphithere Tame Time" = 400 + #How fast amphitheres fly. + #Range: 0.0 ~ 3.0 + "Amphithere Flight Speed" = 1.75 + #Maximum amphithere health + #Range: 1.0 ~ 10000.0 + "Amphithere Max Health" = 500.0 + #Amphithere attack strength + #Range: 1.0 ~ 10000.0 + "Amphithere Attack Strength" = 7.0 + + [Mobs.SeaSerpents] + #1 out of this number chance per chunk for generation + #Range: 1 ~ 10000 + "Spawn Sea Serpent Chance" = 250 + #Whether or not sea serpents can break weak blocks in their way + "Sea Serpent Griefing" = true + #Default sea serpent health, this is scaled to the sea serpent's particular size + #Range: 1.0 ~ 10000.0 + "Sea Serpent Base Health" = 200.0 + #Default sea serpent attack strength, this is scaled to the sea serpent's particular size + #Range: 1.0 ~ 10000.0 + "Sea Serpent Base Attack Strength" = 4.0 + + [Mobs.Hippocampus] + #1 out of this number chance per chunk for generation + #Range: 1 ~ 10000 + "Spawn Hippocampus Chance" = 40 + #Change this to slow down or speed up hippocampus swimming. + #Range: 0.0 ~ 2.0 + "Hippocampus Swim Speed Modifier" = 1.0 + + [Mobs.Hippogryph] + #True if hippogryphs are allowed to spawn + "Spawn Hippogryphs" = true + #Hippogryph spawn weight. Lower = lower chance to spawn. + #Range: 1 ~ 10000 + "Hippogryph Spawn Weight" = 2 + #Change this to slow down or speed up hippogryph flight. + #Range: 0.0 ~ 2.0 + "Hippogryph Flight Speed Modifier" = 1.0 + + [Mobs.Gorgons] + #Maximum gorgon health + #Range: 1.0 ~ 10000.0 + "Gorgon Max Health" = 1000.0 + + [Mobs.Others] + #True if dread liches are allowed to spawn + "Spawn Liches" = true + #Dread Lich spawn weight. Lower = lower chance to spawn + #Range: 1 ~ 10000 + "Lich Spawn Weight" = 2 + #Dread Lich spawn chance. Lower = higher chance to spawn + #Range: 1 ~ 10000 + "Lich Spawn Chance" = 30 + #Maximum hydra health + #Range: 1.0 ~ 10000.0 + "Hydra Max Health" = 2500.0 + #One out of this number chance per chunk to generate a hydra cave. + #Range: 1 ~ 10000 + "Hydra Caves Gen Chance" = 60 + #Maximum ghost health. + #Range: 1.0 ~ 10000.0 + "Ghost Max Health" = 30.0 + #Maximum ghost attack strength. + #Range: 0.0 ~ 10000.0 + "Ghost Attack Strength" = 3.0 + #True if ghosts can rarely spawn from brutal PvP deaths. + "Ghost Spawn from PvP deaths" = true + #Villager Scribe House generation weight. Lower = lower chance to spawn + #Range: 0 ~ 10000 + "Villager Scribe House Weight" = 5 + #Allows attributes for mobs to be overridden via the config file. One might want to disable this if other mods are enabled that change mob attributes e.g armor, health etc... + "Allow Attribute Overriding" = true + +[Items] + #Default attack strength of a dragonsteel sword. + #Range: 5.0 ~ 2.147483647E9 + "Dragonsteel Sword Base Attack Strength" = 25.0 + #Default armor value of dragonsteel chestplate. + #Range: > 7 + "Dragonsteel Base Armor" = 12 + #Default armor toughness value of dragonsteel. + #Range: 0.0 ~ 1.7976931348623157E308 + "Dragonsteel Base Armor Toughness" = 6.0 + #Default durability value of dragonsteel tools. + #Range: > 1 + "Dragonsteel Base Durability" = 8000 + #Default durability value of dragonsteel equipment. + #Range: > 1 + "Dragonsteel Base Durability Equipment" = 8000 + #Disable this to remove easter egg with tinkers installed. + Weezer = true + #Percentage of critical strike that will disarm with easter egg tinkers material. + #Range: 0.0 ~ 1.0 + "Easter Egg Tinkers Tool Disarm chance" = 0.20000000298023224 + #True if the summon crystal can load chunks to find dragons. + "Chunk Load Summon Crystal" = true + #True if the dragon bone fire sword ignites attackers. + "Dragon Bone Fire Abilities" = true + #True if the dragon bone ice sword freezes attackers. + "Dragon Bone Ice Abilities" = true + #True if the dragon bone lightning sword strikes attackers. + "Dragon Bone Lightning Abilities" = true + +[Pathfinding] + #Maximum threads to use for dragon/myrmex pathfinding. Increase this number if pathing is slow and you have many cores. + #Range: > 1 + "Dragon Pathfinding Threads" = 3 + #Maximum nodes for dragons/myrmex to path too. Decrease this is dragon pathfinding is super slow or intensive. + #Range: > 1 + "Dragon Max Pathfinding Nodes" = 5000 + #Enables the option to draw the pathfinding nodes when enabled (use a stick on an entity) + "Debug Pathfinding Mode" = false + diff --git a/config/improvedmobs/client.toml b/config/improvedmobs/client.toml new file mode 100644 index 0000000..59c97da --- /dev/null +++ b/config/improvedmobs/client.toml @@ -0,0 +1,19 @@ + +#Gui Configs +[gui] + #Range: > 0 + "Gui X" = 5 + #Range: > 0 + "Gui Y" = 5 + #Textformatting codes for the display of the difficulty + #Allowed Values: BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE, OBFUSCATED, BOLD, STRIKETHROUGH, UNDERLINE, ITALIC, RESET + "Difficulty color" = "DARK_PURPLE" + #Scaling of the difficulty text + #Range: 0.0 ~ 1.7976931348623157E308 + "Text Scale" = 1.0 + #Show the the difficulty text + "Show Difficulty" = false + #Relative location of the difficulty text in regards to the screen. + #Allowed Values: TOPRIGHT, TOPLEFT, BOTTOMRIGHT, BOTTOMLEFT + "Difficulty location" = "TOPLEFT" + diff --git a/config/improvedmobs/common.toml b/config/improvedmobs/common.toml new file mode 100644 index 0000000..cdc6c26 --- /dev/null +++ b/config/improvedmobs/common.toml @@ -0,0 +1,292 @@ + +#Default difficulty caps at 250 +[general] + #Disable/Enables the whole difficulty scaling of this mod. Requires a mc restart + "Enable difficulty scaling" = false + #Time in ticks for which the difficulty shouldnt increase at the beginning. One full minecraft day is 24000 ticks + #Range: > 0 + "Difficulty Delay" = 0 + #If true ignores mobs from spawners + "Ignore Spawner" = false + #Handles increase in difficulty regarding current difficulty. + #Format is - + #Example ["0-0.01","10-0.1","30-0"] + #So the difficulty increases by 0.01 every 2400 ticks (->0.1 per mc day since a mc day has 24000 ticks) till it reaches a difficulty of 10. + #Then it increases by 1 per mc day till it reaches 30 and then stops. + #If you want to use negative values use | instead of - as the delimiter. + "Difficulty Increase" = ["0.0-30.0", "30.0-0.0"] + #Wether difficulty should only increase with at least one online players or not + "Ignore Players" = false + #If true will increase difficulty by the amount of time skipped. Else will only increase difficulty once. + "Punish Time Skip" = true + #Disable/Enable friendly fire for owned pets. + FriendlyFire = false + #Blacklist for pet you should't be able to give armor to. Pets from mods, which have custom armor already should be included here (for balancing reasons). + "Pet Blacklist" = ["touhou_little_maid:maid"] + #Treat pet blacklist as whitelist + "Pet Whitelist" = true + #Increase difficulty with time + #Here untill its back as a gamerule + "Difficulty toggle" = true + #How the difficulty at a position is calculated. Supported values are: + #GLOBAL: Serverwide difficulty value + #PLAYERMAX: Maximum difficulty of players in a 256 radius around the position + #PLAYERMEAN: Average difficulty of players in a 256 radius around the position + #DISTANCE: Uses the distance to the position defined in Center Position to define the difficulty + #DISTANCESPAWN: Uses the distance to the world spawn to define the difficulty + #If the type is any of the distance types the functionality of Difficulty Increase is changed to the following where the 1. value is the minimum distance and the 2. is the difficulty that applies. + #E.g. ["0-0","1000-5"] translates to 0 difficulty between 0-1000 distance and 5 difficulty for distance >= 1000 + #You can also define it as a triple x-y-z instead where z is the increase per block in for that area. + #E.g. ["0-0-0.1","1000-5-1"] the difficulty increases between 0-1000 by 0.1 per block and >= 1000 by 1 per block with a starting value of 5 + #Allowed Values: GLOBAL, PLAYERMAX, PLAYERMEAN, DISTANCE, DISTANCESPAWN + "Difficulty type" = "GLOBAL" + #Position used for DISTANCE difficulty type + "Center Position" = "0-0" + +#Black/Whitelist for various stuff +[list] + #Entities added here will be blacklisted from their assigned flags. Usage: + # or or <#tag> followed by any of: + #[ALL,ATTRIBUTES,ARMOR,HELDITEMS,BLOCKBREAK,USEITEM,LADDER,STEAL,GUARDIAN,PARROT,TARGETVILLAGER,NEUTRALAGGRO,PEHKUI,REVERSE]. + #Having no flags is equal to ALL. Use REVERSE to reverse all flags. Some flags do nothing for certain mobs! + #Examples (without <>): + # (equal to minecraft:sheep|ALL) excludes sheeps from all modifications + # add sheep to attributes modification only + #<#minecraft:raiders|ATTRIBUTES> will add all entities in the raiders tag to everything except attributes + # will add sheep to everything except attributes + # disables everything for all minecraft mobs + "Entity Configs" = ["touhou_little_maid", "grimoireofgaia", "minecraft:blaze|GUARDIAN", "alexsmobs|HELDITEMS|USEITEM|GUARDIAN", "minecraft:ender_dragon", "iceandfire", "alexscaves", "alexsmobs:froststalker", "alexsmobs:centipede_tail", "species:deepfish", "alexsmobs:snow_leopard", "alexsmobs:lobster", "alexsmobs:seagull", "alexsmobs:moose", "alexsmobs:seal", "minecraft:glow_squid", "alexsmobs:shoebill", "alexsmobs:roadrunner", "alexsmobs:laviathan", "minecraft:trader_llama", "upgrade_aquatic:goose", "rats:ratfish", "alexsmobs:endergrade", "minecraft:horse", "alexscaves:subterranodon", "alexscaves:grottoceratops", "minecraft:llama", "alexsmobs:maned_wolf", "minecraft:tadpole", "minecraft:dolphin", "upgrade_aquatic:immortal_jellyfish", "alexsmobs:gelada_monkey", "alexsmobs:komodo_dragon", "species:mammutilation", "alexsmobs:hammerhead_shark", "minecraft:donkey", "alexsmobs:tiger", "upgrade_aquatic:box_jellyfish", "alexsmobs:grizzly_bear", "quark:stoneling", "buzzier_bees:grizzly_bear", "grimoireofgaia:creeper_girl", "species:goober", "minecraft:bee", "species:birt", "alexsmobs:devils_hole_pupfish", "alexsmobs:crocodile", "quark:toretoise", "alexsmobs:triops", "alexsmobs:rhinoceros", "minecraft:mooshroom", "alexsmobs:frilled_shark", "alexsmobs:bison", "rats:plague_doctor", "minecraft:villager", "alexsmobs:bald_eagle", "iceandfire:ice_dragon", "rats:rat", "minecraft:axolotl", "alexsmobs:blobfish", "alexsmobs:gorilla", "rats:rat_mount_automaton", "autumnity:snail", "alexsmobs:tusklin", "alexscaves:sweetish_fish", "minecraft:strider", "alexscaves:raycat", "minecraft:parrot", "quark:crab", "alexsmobs:cosmic_cod", "alexsmobs:underminer", "minecraft:wandering_trader", "alexscaves:atlatitan", "alexscaves:vallumraptor", "alexscaves:deep_one_mage", "iceandfire:sea_serpent", "minecraft:frog", "minecraft:iron_golem", "alexsmobs:kangaroo", "iceandfire:mob_skull", "iwannaskate:wandering_skater", "alexsmobs:banana_slug", "alexsmobs:mimic_octopus", "grimoireofgaia:chest", "alexsmobs:hummingbird", "alexsmobs:bunfungus", "upgrade_aquatic:cassiopea_jellyfish", "upgrade_aquatic:flare", "alexscaves:deep_one", "minecraft:mule", "alexsmobs:crow", "alexsmobs:flying_fish", "alexsmobs:centipede_body", "minecraft:pufferfish", "alexsmobs:tarantula_hawk", "grimoireofgaia:gravemite", "minecraft:fox", "alexsmobs:cachalot_whale", "minecraft:allay", "species:trooper", "alexsmobs:warped_toad", "alexscaves:gammaroach", "minecraft:chicken", "alexsmobs:giant_squid", "upgrade_aquatic:pike", "alexsmobs:emu", "alexsmobs:cockroach", "buzzier_bees:moobloom", "alexscaves:gummy_bear", "neapolitan:chimpanzee", "alexsmobs:flutter", "alexscaves:notor", "grimoireofgaia:ant_hill", "alexsmobs:terrapin", "alexsmobs:capuchin_monkey", "iceandfire:dread_horse", "rats:rat_mount_biplane", "alexsmobs:anaconda", "iceandfire:myrmex_swarmer", "minecraft:polar_bear", "alexscaves:tremorzilla", "iceandfire:lightning_dragon", "upgrade_aquatic:nautilus", "iceandfire:dragon_skull", "minecraft:pig", "minecraft:turtle", "alexsmobs:alligator_snapping_turtle", "alexscaves:candicorn", "grimoireofgaia:trader", "minecraft:sheep", "rats:tamed_rat", "rats:rat_mount_strider", "minecraft:goat", "alexsmobs:rattlesnake", "iceandfire:fire_dragon", "species:springling", "minecraft:cod", "alexsmobs:mantis_shrimp", "alexsmobs:raccoon", "alexsmobs:platypus", "minecraft:squid", "rats:rat_protector", "minecraft:skeleton_horse", "rats:rat_mount_golem", "iceandfire:myrmex_soldier", "alexsmobs:potoo", "minecraft:cow", "alexscaves:radgill", "alexsmobs:fly", "alexscaves:trilocaris", "iceandfire:hippocampus", "species:cruncher", "quark:shiba", "iceandfire:pixie", "alexsmobs:blue_jay", "alexsmobs:toucan", "minecraft:salmon", "iceandfire:myrmex_queen", "upgrade_aquatic:lionfish", "alexsmobs:sea_bear", "rats:rat_mount_chicken", "rats:rat_baron_plane", "minecraft:snow_golem", "rats:rat_mount_beast", "alexscaves:hullbreaker", "alexsmobs:anteater", "alexsmobs:mudskipper", "iceandfire:myrmex_sentinel", "alexsmobs:rain_frog", "alexsmobs:sugar_glider", "supplementaries:red_merchant", "iceandfire:myrmex_royal", "minecraft:rabbit", "alexsmobs:orca", "alexsmobs:leafcutter_ant", "alexscaves:tremorsaurus", "alexsmobs:mungus", "alexsmobs:jerboa", "species:treeper", "minecraft:bat", "alexsmobs:caiman", "upgrade_aquatic:perch", "alexsmobs:spectre", "alexsmobs:cosmaw", "iceandfire:amphithere", "grimoireofgaia:slime_girl", "alexsmobs:catfish", "alexsmobs:comb_jelly", "grimoireofgaia:horse", "grimoireofgaia:ender_girl", "alexscaves:tripodfish", "autumnity:turkey", "alexscaves:relicheirus", "species:roombug", "alexscaves:deep_one_knight", "alexsmobs:elephant", "alexsmobs:gazelle", "minecraft:sniffer", "alexsmobs:skunk", "rats:pirat_boat", "minecraft:zombie_horse", "alexsmobs:sunbird", "iceandfire:cockatrice", "minecraft:camel", "alexscaves:sea_pig", "alexsmobs:tasmanian_devil", "iceandfire:myrmex_worker", "alexscaves:gossamer_worm", "minecraft:cat", "alexsmobs:stradpole", "minecraft:tropical_fish", "iceandfire:hippogryph", "alexscaves:gloomoth", "grimoireofgaia:cyan_flower", "minecraft:ocelot", "iceandfire:deathworm", "alexscaves:lanternfish", "minecraft:wolf", "minecraft:panda"] + #Any of the following + #[ATTRIBUTES, ARMOR, HELDITEMS, BLOCKBREAK, USEITEM, LADDER, STEAL, GUARDIAN, PARROT, TARGETVILLAGER, NEUTRALAGGRO, PEHKUI] + #added here will disable that feature completely. + #E.g. ["GUARDIAN"] will disable the guardian feature + "Flag Blacklist" = ["NEUTRALAGGRO", "TARGETVILLAGER"] + #Treat ATTRIBUTES flags as whitelist + "Attribute Whitelist" = false + #Treat ARMOR flags as whitelist + "Armor Equip Whitelist" = false + #Treat HELDITEMS flags as whitelist + "Held Equip Whitelist" = false + #Treat BLOCKBREAK flags as whitelist + "Breaker Whitelist" = false + #Treat USEITEM flags as whitelist + "Use Flag Whitelist" = false + #Treat LADDER flags as whitelist + "Ladder Whitelist" = false + #Treat STEAL flags as whitelist + "Steal Whitelist" = false + #Treat GUARDIAN flags as whitelist + "Guardian Whitelist" = false + #Treat PARROT flags as whitelist + "Phantom Whitelist" = false + #Treat TARGETVILLAGER flags as whitelist + "Villager Whitelist" = false + #Treat NEUTRALAGGRO flags as whitelist + "Neutral Aggro Whitelist" = false + #Treat PEHKUI flags as whitelist (Needs pehkui installed) + "Pehkui Whitelist" = false + +#Settings for mod integration +[integration] + #Should the scaling health mods difficulty system be used instead of this ones. (Requires scaling health mod) + #Allowed Values: OFF, ON, ADD + "Use Scaling Health Mod" = "OFF" + #If true and playerEx is installed will use the level from playerEx as difficulty + #Allowed Values: OFF, ON, ADD + "Use Player EX Mod" = "OFF" + #Scaling for playerEX integration + #Range: 0.0 ~ 1.7976931348623157E308 + "PlayerEX Scaling" = 1.0 + #If true and LevelZ is installed will use the the total skill level from LevelZ as difficulty + #Allowed Values: OFF, ON, ADD + "Use LevelZ Mod" = "OFF" + #Scaling for LevelZ integration + #Range: 0.0 ~ 1.7976931348623157E308 + "LevelZ Scaling" = 1.0 + #Using pehkui to vary the size of mobs + "Use pehkui Mod" = true + #The Max scale of mobs. Range [1.0,10], default 2.0 + #Range: 1.0 ~ 10.0 + "Max size Multiplier" = 2.0 + #The Minimum scale of mobs. Range (0,1.0), default 0.5 + #Range: 0.0 ~ 1.0 + "Minimum size Multiplier" = 0.5 + #Chance that a mob will be affected by size changes + #Range: 0.0 ~ 1.0 + "Size Chance" = 0.5 + +#Settings regarding custom ai for mobs +[ai] + #Whitelist for blocks, which can be actively broken. + #Usage: id|namespace|#tag. Put "!" infront to exclude blocks. E.g. "minecraft", "minecraft:dirt" or "#minecraft:planks" + #Note: If you include common blocks (like grass blocks) the pathfinding can have undesirable results. + "Block Break Whitelist" = ["#forge:glass", "#forge:glass_panes", "#minecraft:fence_gates", "#forge:fence_gates", "#minecraft:wooden_doors"] + #Treat Block Whitelist as Blocklist + "Breaklist as Blacklist" = false + #Use the block breaking sound instead of a knocking sound + Sound = false + #Chance for a mob to be able to break blocks + #Range: 0.0 ~ 1.0 + "Breaker Chance" = 0.30000001192092896 + #Initial cooldown for block breaking mobs + #Range: > 0 + "Breaker Initial Cooldown" = 120 + #Cooldown for breaking blocks + #Range: > 0 + "Breaker Cooldown" = 20 + #By default mobs can only break the block they can harvest with the current tool they holding. Set this to true to disable that check (The block will not drop if they cant harvest it though!). + "Ignore Harvest Check" = false + #Blocks will be restored after x ticks being broken. If set to 0 will never restore + #This will not restore block entity data! + #Range: > 0 + "Restore delay" = 0 + #If mobs should break blocks when not chasing a target + "Idle Break" = false + #Chance a breaker mob to ignore line of sight + #Range: 0.0 ~ 1.0 + "Breaker Sight Ignore" = 0.5 + #A modifier to the breaking speed + #Range: 0.0 ~ 1.7976931348623157E308 + "Breaking Speed Base" = 1.0 + #Addition to breaking speed modifier based on difficulty. + #Final modifier is base + addition * difficulty + #Range: 0.0 ~ 1.7976931348623157E308 + "Breaking Speed Add" = 0.0 + #Chance for a mob to be able to steal items from inventory blocks + #Range: 0.0 ~ 1.0 + "Stealer Chance" = 0.30000001192092896 + #List of blocks mobs shouldn't steal from. You can also add a modid to blacklist whole mods + "Steal Block Blacklist" = [] + #Items which will be given to mobs who can break blocks. Empty list = no items. Syntax: id;weight + #Note: Mobs can only break blocks if the tool they are holding can break the blocks + "Breaking items" = ["minecraft:diamond_pickaxe;1", "minecraft:iron_axe;2"] + #Should mobs be able to break block entities? Evaluated before the break list + "Break BlockEntities" = true + #Chance for neutral mobs to be aggressive + #Range: 0.0 ~ 1.0 + "Neutral Aggressive Chance" = 0.05000000074505806 + #List for of pairs containing which mobs auto target others. Syntax is [mob id]-[mob id] where second value is the target. + # e.g. minecraft:zombie-minecraft:skeleton makes all zombies target skeletons + "Auto Target List" = [] + #Difficulty at which mobs are able to break blocks + #Range: 0.0 ~ 1.7976931348623157E308 + "Difficulty Break AI" = 0.0 + #Difficulty at which mobs are able to steal items + #Range: 0.0 ~ 1.7976931348623157E308 + "Difficulty Steal AI" = 0.0 + #Chance for mobs to be able to summon an aquatic mount + #Range: 0.0 ~ 1.0 + "Guardian Chance" = 0.5 + #Chance for mobs to be able to summon a flying mount + #Range: 0.0 ~ 1.0 + "Phantom Chance" = 0.5 + #Set this to true to allow tnt thrown by mobs to destroy blocks + "TNT Block Destruction" = false + #Chance for a mob to ignore line of sight + #This config ONLY affects villager target, neutral aggressive and auto targeting feature + #Range: 0.0 ~ 1.0 + "Generic Sight Ignore" = 0.5 + +#Configs regarding mobs spawning with equipment +[equipment] + #Blacklist items from whole mods. Add modid to prevent items from that mod being equipped. (For individual items use the equipment.json) + "Item Blacklist" = ["alexscaves", "iceandfire"] + #Use blacklist as whitelist + "Item Whitelist" = false + #Blacklist for items mobs should never be able to use. + #Use as in using the item similar to players (e.g. shooting bows) + "Item Use Blacklist" = ["bigbrain:buckler"] + #Turn the use blacklist into a whitelist + "Item Use Whitelist" = false + #Blacklist for specific mobs and items they shouldnt use (e.g. skeletons already use bows) + # + #For different items but same entity use multiple lines + #Some special names are BOW, TRIDEN, CROSSBOW refering to every bow/trident/crossbow item (So you dont need to type e.g. every bow item) + "Entity Item Use Blacklist" = ["minecraft:drowned;TRIDENT", "minecraft:illusioner;BOW", "minecraft:piglin;CROSSBOW", "minecraft:pillager;CROSSBOW", "minecraft:skeleton;BOW", "minecraft:snow_golem;minecraft:snowball", "minecraft:stray;BOW", "minecraft:wither_skeleton;BOW"] + #Base chance that a mob can have one piece of armor + #Range: 0.0 ~ 1.0 + "Equipment Chance" = 0.10000000149011612 + #Base chance for each additional armor pieces + #Range: 0.0 ~ 1.0 + "Additional Equipment Chance" = 0.30000001192092896 + #Adds additional x*difficulty% to base equip chance + #Range: 0.0 ~ 1.7976931348623157E308 + "Equipment Addition" = 0.30000001192092896 + #Chance for an equipment to have a random armor trim + #Range: 0.0 ~ 1.0 + "Armor Trim Chance" = 0.05000000074505806 + #Chance for mobs to have a weapon + #Range: 0.0 ~ 1.0 + "Weapon Chance" = 0.5 + #Adds additional x*difficulty% to base weapon chance + #Range: 0.0 ~ 1.7976931348623157E308 + "Weapon Chance Add" = 0.30000001192092896 + #Base chance for each armor pieces to get enchanted + #Range: 0.0 ~ 1.0 + "Enchanting Chance" = 0.20000000298023224 + #Adds additional x*difficulty% to base enchanting chance + #Range: 0.0 ~ 1.7976931348623157E308 + "Enchanting Addition" = 0.20000000298023224 + #Specify min and max enchanting levels according to difficulty. difficulty-minLevel-maxLevel + "Enchanting Calc" = ["0.0-5-10", "25.0-5-15", "50.0-10-17", "100.0-15-25", "200.0-20-30", "250.0-30-35"] + #Blacklist enchantments from being applied to equipments + "Enchanting Blacklist" = [] + #Turn the enchant blacklist to a whitelist + "Enchanting Whitelist" = false + #Chance for mobs to have an item in offhand + #Range: 0.0 ~ 1.0 + "Item Equip Chance" = 0.5 + #Adds additional x*difficulty% to base item chance + #Range: 0.0 ~ 1.7976931348623157E308 + "Item Chance add" = 0.20000000298023224 + #Should mobs drop the armor equipped through this mod? Will not change drops if the mob obtained the armor through other means (e.g. vanilla) + "Should drop equipment" = false + +#Settings for attribute modifiers +[attributes] + #Health will be multiplied by 1 + difficulty*0.016*x. Set to 0 to disable + #Range: 0.0 ~ 1.7976931348623157E308 + "Health Increase Multiplier" = 1.0 + #Health will be multiplied by at maximum this. Set to 0 means no limit + #Range: 0.0 ~ 1.7976931348623157E308 + "Max Health Increase" = 5.0 + #Round health to the nearest x. Set to 0 to disable + #Range: 0.0 ~ 1.7976931348623157E308 + "Round HP" = 0.5 + #Damage will be multiplied by 1 + difficulty*0.008*x. Set to 0 to disable + #Range: 0.0 ~ 1.7976931348623157E308 + "Damage Increase Multiplier" = 1.0 + #Damage will be multiplied by at maximum this. Set to 0 means no limit + #Range: 0.0 ~ 1.7976931348623157E308 + "Max Damage Increase" = 3.0 + #Speed will be increased by difficulty*0.0008*x. Set to 0 to disable + #Range: 0.0 ~ 1.7976931348623157E308 + "Speed Increase" = 1.0 + #Maximum increase in speed + #Range: 0.0 ~ 1.0 + "Max Speed" = 0.1 + #Knockback will be increased by difficulty*0.002*x. Set to 0 to disable + #Range: 0.0 ~ 1.7976931348623157E308 + "Knockback Increase" = 1.0 + #Maximum increase in knockback + #Range: 0.0 ~ 1.0 + "Max Knockback" = 0.5 + #Magic resistance will be increased by difficulty*0.0016*x. Set to 0 to disable + #Range: 0.0 ~ 1.7976931348623157E308 + "Magic Resistance Increase" = 1.0 + #Maximum increase in magic resistance. Magic reduction is percentage + #Range: 0.0 ~ 1.0 + "Max Magic Resistance" = 0.4000000059604645 + #Projectile Damage will be multiplied by 1 + difficulty*0.008*x. Set to 0 to disable + #Range: 0.0 ~ 1.7976931348623157E308 + "Projectile Damage Increase" = 1.0 + #Projectile damage will be multiplied by maximum of this + #Range: 0.0 ~ 1.7976931348623157E308 + "Max Projectile Damage" = 2.0 + #Explosion Damage will be multiplied by 1 + difficulty*0.003*x. Set to 0 to disable + #Range: 0.0 ~ 1.7976931348623157E308 + "Explosion Damage Increase" = 1.0 + #Explosion damage will be multiplied by maximum of this + #Range: 0.0 ~ 1.7976931348623157E308 + "Max Explosion Damage" = 1.75 + diff --git a/config/improvedmobs/equipment.json b/config/improvedmobs/equipment.json new file mode 100644 index 0000000..45f0d9e --- /dev/null +++ b/config/improvedmobs/equipment.json @@ -0,0 +1,1260 @@ +{ + "__comment": [ + "Mobs will be able to equip items declared here", + "The first number is the weight while the second number is the quality", + "Weight is the weight of an item. Higher weight means that the item is more likely to get choosen", + "Quality is a modifier applied to the weight. The final weight used is weight + quality * current difficulty" + ], + "MAINHAND": { + "alexscaves:desolate_dagger": [ + 11806, + 4.753436 + ], + "alexsmobs:skelewag_sword": [ + 13720, + 0.7804518 + ], + "alexsmobs:tendon_whip": [ + 14017, + 0.0469 + ], + "grimoireofgaia:cursed_metal_sword": [ + 13932, + 0.47611615 + ], + "grimoireofgaia:metal_club": [ + 13971, + 0.37663084 + ], + "grimoireofgaia:metal_dagger": [ + 14047, + 0.043899998 + ], + "grimoireofgaia:minotaur_hammer": [ + 13831, + 0.6319829 + ], + "grimoireofgaia:weapon_book": [ + 13095, + 1.5853943 + ], + "grimoireofgaia:weapon_book_battle": [ + 13095, + 1.5853943 + ], + "grimoireofgaia:weapon_book_ender": [ + 13095, + 1.5853943 + ], + "grimoireofgaia:weapon_book_freezing": [ + 13095, + 1.5853943 + ], + "grimoireofgaia:weapon_book_hunger": [ + 13095, + 1.5853943 + ], + "grimoireofgaia:weapon_book_metal": [ + 13095, + 1.5853943 + ], + "grimoireofgaia:weapon_book_nature": [ + 13095, + 1.5853943 + ], + "grimoireofgaia:weapon_book_nightmare": [ + 13095, + 1.5853943 + ], + "grimoireofgaia:weapon_book_wither": [ + 13095, + 1.5853943 + ], + "iceandfire:amphithere_macuahuitl": [ + 13592, + 0.94598794 + ], + "iceandfire:copper_axe": [ + 13911, + 0.5130528 + ], + "iceandfire:copper_sword": [ + 13949, + 0.44120392 + ], + "iceandfire:dragonbone_axe": [ + 11475, + 5.459938 + ], + "iceandfire:dragonbone_bow": [ + 11518, + 5.3690643 + ], + "iceandfire:dragonbone_sword": [ + 11545, + 5.311902 + ], + "iceandfire:dragonbone_sword_fire": [ + 10916, + 6.6307178 + ], + "iceandfire:dragonbone_sword_ice": [ + 10916, + 6.6307178 + ], + "iceandfire:dragonbone_sword_lightning": [ + 10916, + 6.6307178 + ], + "iceandfire:dragonsteel_fire_axe": [ + 20, + 29.865591 + ], + "iceandfire:dragonsteel_fire_sword": [ + 292, + 29.272722 + ], + "iceandfire:dragonsteel_ice_axe": [ + 20, + 29.865591 + ], + "iceandfire:dragonsteel_ice_sword": [ + 292, + 29.272722 + ], + "iceandfire:dragonsteel_lightning_axe": [ + 20, + 29.865591 + ], + "iceandfire:dragonsteel_lightning_sword": [ + 292, + 29.272722 + ], + "iceandfire:dread_knight_sword": [ + 12132, + 4.0215507 + ], + "iceandfire:dread_queen_sword": [ + 292, + 29.272722 + ], + "iceandfire:dread_sword": [ + 14272, + 0.021399999 + ], + "iceandfire:ghost_sword": [ + 9156, + 10.300405 + ], + "iceandfire:hippocampus_slapper": [ + 13631, + 0.89580816 + ], + "iceandfire:hippogryph_sword": [ + 13559, + 0.988363 + ], + "iceandfire:myrmex_desert_axe": [ + 13376, + 1.2230678 + ], + "iceandfire:myrmex_desert_sword": [ + 13422, + 1.1640399 + ], + "iceandfire:myrmex_desert_sword_venom": [ + 13422, + 1.1640399 + ], + "iceandfire:myrmex_jungle_axe": [ + 13376, + 1.2230678 + ], + "iceandfire:myrmex_jungle_sword": [ + 13422, + 1.1640399 + ], + "iceandfire:myrmex_jungle_sword_venom": [ + 13422, + 1.1640399 + ], + "iceandfire:silver_axe": [ + 13614, + 0.91769844 + ], + "iceandfire:silver_sword": [ + 13660, + 0.8583848 + ], + "iceandfire:stymphalian_bird_dagger": [ + 13571, + 0.9729605 + ], + "iceandfire:troll_weapon_axe": [ + 13662, + 0.8557993 + ], + "iceandfire:troll_weapon_column": [ + 13662, + 0.8557993 + ], + "iceandfire:troll_weapon_column_forest": [ + 13662, + 0.8557993 + ], + "iceandfire:troll_weapon_column_frost": [ + 13662, + 0.8557993 + ], + "iceandfire:troll_weapon_hammer": [ + 13662, + 0.8557993 + ], + "iceandfire:troll_weapon_trunk": [ + 13662, + 0.8557993 + ], + "iceandfire:troll_weapon_trunk_frost": [ + 13662, + 0.8557993 + ], + "minecraft:bow": [ + 11918, + 4.508568 + ], + "minecraft:crossbow": [ + 12212, + 3.826627 + ], + "minecraft:diamond_axe": [ + 11681, + 5.022479 + ], + "minecraft:diamond_sword": [ + 11743, + 4.889481 + ], + "minecraft:enchanted_book": [ + 12886, + 1.8573177 + ], + "minecraft:golden_axe": [ + 14342, + 0.014399999 + ], + "minecraft:golden_sword": [ + 14405, + 0.0081 + ], + "minecraft:iron_axe": [ + 13909, + 0.51635593 + ], + "minecraft:iron_sword": [ + 13996, + 0.049 + ], + "minecraft:lingering_potion{Potion:\"minecraft:harming\"}": [ + 12986, + 1.7269388 + ], + "minecraft:netherite_axe": [ + 10845, + 6.778693 + ], + "minecraft:netherite_sword": [ + 10915, + 6.632802 + ], + "minecraft:snowball": [ + 13936, + 0.46844563 + ], + "minecraft:splash_potion{Potion:\"minecraft:harming\"}": [ + 12986, + 1.7269388 + ], + "minecraft:stone_axe": [ + 14112, + 0.0374 + ], + "minecraft:stone_sword": [ + 14220, + 0.026599998 + ], + "minecraft:tnt": [ + 12786, + 1.9881918 + ], + "minecraft:trident": [ + 11986, + 4.357304 + ], + "minecraft:wooden_axe": [ + 14296, + 0.019 + ], + "minecraft:wooden_sword": [ + 14359, + 0.0127 + ], + "rats:feral_bagh_nakhs": [ + 13546, + 1.0050428 + ], + "rats:ghost_pirat_cutlass": [ + 13824, + 0.6416611 + ], + "rats:pirat_cutlass": [ + 13872, + 0.57356006 + ], + "rats:plague_scythe": [ + 11747, + 4.8808722 + ], + "rats:ratlantis_axe": [ + 8290, + 12.117205 + ], + "rats:ratlantis_bow": [ + 9686, + 9.192951 + ], + "rats:ratlantis_sword": [ + 8306, + 12.083552 + ] + }, + "OFFHAND": { + "alexscaves:resistor_shield": [ + 262, + 4.9045377 + ], + "grimoireofgaia:bone_shield": [ + 1862, + 1.2744464 + ], + "grimoireofgaia:gold_shield": [ + 1742, + 1.4289483 + ], + "grimoireofgaia:iron_shield": [ + 1590, + 1.6255897 + ], + "grimoireofgaia:stone_shield": [ + 1962, + 1.1460843 + ], + "minecraft:ender_pearl": [ + 1912, + 1.2102311 + ], + "minecraft:flint_and_steel": [ + 1884, + 1.2461817 + ], + "minecraft:lava_bucket": [ + 1512, + 1.7269388 + ], + "minecraft:shield": [ + 1590, + 1.6255897 + ] + }, + "FEET": { + "alexscaves:diving_boots": [ + 5009, + 1.1178746 + ], + "alexscaves:gingerbread_boots": [ + 5263, + 0.79089624 + ], + "alexscaves:hazmat_boots": [ + 5210, + 0.85967726 + ], + "alexscaves:rainbounce_boots": [ + 5650, + 0.0387 + ], + "alexsmobs:flying_fish_boots": [ + 5896, + 0.014099999 + ], + "alexsmobs:roadrunner_boots": [ + 5334, + 0.6972618 + ], + "iceandfire:armor_amythest_boots": [ + 3002, + 5.510578 + ], + "iceandfire:armor_black_boots": [ + 3002, + 5.510578 + ], + "iceandfire:armor_blue_boots": [ + 3002, + 5.510578 + ], + "iceandfire:armor_bronze_boots": [ + 3002, + 5.510578 + ], + "iceandfire:armor_copper_boots": [ + 3002, + 5.510578 + ], + "iceandfire:armor_copper_metal_boots": [ + 5547, + 0.049 + ], + "iceandfire:armor_electric_boots": [ + 3002, + 5.510578 + ], + "iceandfire:armor_gray_boots": [ + 3002, + 5.510578 + ], + "iceandfire:armor_green_boots": [ + 3002, + 5.510578 + ], + "iceandfire:armor_red_boots": [ + 3002, + 5.510578 + ], + "iceandfire:armor_sapphire_boots": [ + 3002, + 5.510578 + ], + "iceandfire:armor_silver_boots": [ + 3002, + 5.510578 + ], + "iceandfire:armor_silver_metal_boots": [ + 5256, + 0.80001926 + ], + "iceandfire:armor_white_boots": [ + 3002, + 5.510578 + ], + "iceandfire:deathworm_red_boots": [ + 4750, + 1.4508864 + ], + "iceandfire:deathworm_white_boots": [ + 4750, + 1.4508864 + ], + "iceandfire:deathworm_yellow_boots": [ + 4750, + 1.4508864 + ], + "iceandfire:dragonsteel_fire_boots": [ + 35, + 11.709396 + ], + "iceandfire:dragonsteel_ice_boots": [ + 35, + 11.709396 + ], + "iceandfire:dragonsteel_lightning_boots": [ + 35, + 11.709396 + ], + "iceandfire:forest_troll_leather_boots": [ + 4691, + 1.5271299 + ], + "iceandfire:frost_troll_leather_boots": [ + 4691, + 1.5271299 + ], + "iceandfire:mountain_troll_leather_boots": [ + 4691, + 1.5271299 + ], + "iceandfire:myrmex_desert_boots": [ + 4222, + 2.1392972 + ], + "iceandfire:myrmex_jungle_boots": [ + 4222, + 2.1392972 + ], + "iceandfire:sheep_boots": [ + 5731, + 0.030599998 + ], + "iceandfire:tide_blue_boots": [ + 3579, + 4.262535 + ], + "iceandfire:tide_bronze_boots": [ + 3579, + 4.262535 + ], + "iceandfire:tide_deepblue_boots": [ + 3579, + 4.262535 + ], + "iceandfire:tide_green_boots": [ + 3579, + 4.262535 + ], + "iceandfire:tide_purple_boots": [ + 3579, + 4.262535 + ], + "iceandfire:tide_red_boots": [ + 3579, + 4.262535 + ], + "iceandfire:tide_teal_boots": [ + 3579, + 4.262535 + ], + "minecraft:chainmail_boots": [ + 5445, + 0.540316 + ], + "minecraft:diamond_boots": [ + 4529, + 1.7373508 + ], + "minecraft:golden_boots": [ + 5511, + 0.4136078 + ], + "minecraft:iron_boots": [ + 5197, + 0.8764657 + ], + "minecraft:leather_boots": [ + 5793, + 0.0244 + ], + "minecraft:netherite_boots": [ + 4402, + 1.9030677 + ], + "rats:ratlantis_boots": [ + 2328, + 6.920353 + ] + }, + "LEGS": { + "alexscaves:diving_leggings": [ + 5007, + 1.1537791 + ], + "alexscaves:gingerbread_leggings": [ + 5276, + 0.8078281 + ], + "alexscaves:hazmat_leggings": [ + 5208, + 0.89580816 + ], + "alexscaves:primordial_pants": [ + 5298, + 0.7791448 + ], + "alexsmobs:centipede_leggings": [ + 3757, + 3.9059477 + ], + "alexsmobs:emu_leggings": [ + 4992, + 1.173019 + ], + "iceandfire:armor_amythest_leggings": [ + 3028, + 5.510578 + ], + "iceandfire:armor_black_leggings": [ + 3028, + 5.510578 + ], + "iceandfire:armor_blue_leggings": [ + 3028, + 5.510578 + ], + "iceandfire:armor_bronze_leggings": [ + 3028, + 5.510578 + ], + "iceandfire:armor_copper_leggings": [ + 3028, + 5.510578 + ], + "iceandfire:armor_copper_metal_leggings": [ + 5573, + 0.049 + ], + "iceandfire:armor_electric_leggings": [ + 3028, + 5.510578 + ], + "iceandfire:armor_gray_leggings": [ + 3028, + 5.510578 + ], + "iceandfire:armor_green_leggings": [ + 3028, + 5.510578 + ], + "iceandfire:armor_red_leggings": [ + 3028, + 5.510578 + ], + "iceandfire:armor_sapphire_leggings": [ + 3028, + 5.510578 + ], + "iceandfire:armor_silver_leggings": [ + 3028, + 5.510578 + ], + "iceandfire:armor_silver_metal_leggings": [ + 5282, + 0.80001926 + ], + "iceandfire:armor_white_leggings": [ + 3028, + 5.510578 + ], + "iceandfire:deathworm_red_leggings": [ + 4776, + 1.4508864 + ], + "iceandfire:deathworm_white_leggings": [ + 4776, + 1.4508864 + ], + "iceandfire:deathworm_yellow_leggings": [ + 4776, + 1.4508864 + ], + "iceandfire:dragonsteel_fire_leggings": [ + 61, + 11.709396 + ], + "iceandfire:dragonsteel_ice_leggings": [ + 61, + 11.709396 + ], + "iceandfire:dragonsteel_lightning_leggings": [ + 61, + 11.709396 + ], + "iceandfire:forest_troll_leather_leggings": [ + 4717, + 1.5271299 + ], + "iceandfire:frost_troll_leather_leggings": [ + 4717, + 1.5271299 + ], + "iceandfire:mountain_troll_leather_leggings": [ + 4717, + 1.5271299 + ], + "iceandfire:myrmex_desert_leggings": [ + 4248, + 2.1392972 + ], + "iceandfire:myrmex_jungle_leggings": [ + 4248, + 2.1392972 + ], + "iceandfire:sheep_leggings": [ + 5757, + 0.030599998 + ], + "iceandfire:tide_blue_leggings": [ + 3605, + 4.262535 + ], + "iceandfire:tide_bronze_leggings": [ + 3605, + 4.262535 + ], + "iceandfire:tide_deepblue_leggings": [ + 3605, + 4.262535 + ], + "iceandfire:tide_green_leggings": [ + 3605, + 4.262535 + ], + "iceandfire:tide_purple_leggings": [ + 3605, + 4.262535 + ], + "iceandfire:tide_red_leggings": [ + 3605, + 4.262535 + ], + "iceandfire:tide_teal_leggings": [ + 3605, + 4.262535 + ], + "minecraft:chainmail_leggings": [ + 5471, + 0.540316 + ], + "minecraft:diamond_leggings": [ + 4555, + 1.7373508 + ], + "minecraft:golden_leggings": [ + 5537, + 0.4136078 + ], + "minecraft:iron_leggings": [ + 5223, + 0.8764657 + ], + "minecraft:leather_leggings": [ + 5819, + 0.0244 + ], + "minecraft:netherite_leggings": [ + 4428, + 1.9030677 + ], + "rats:ratlantis_leggings": [ + 2354, + 6.920353 + ] + }, + "CHEST": { + "alexscaves:cloak_of_darkness": [ + 5360, + 0.6972618 + ], + "alexscaves:diving_chestplate": [ + 5023, + 1.1332608 + ], + "alexscaves:gingerbread_chestplate": [ + 5284, + 0.7974141 + ], + "alexscaves:hazmat_chestplate": [ + 5225, + 0.87388456 + ], + "alexscaves:primordial_tunic": [ + 5315, + 0.7568712 + ], + "alexsmobs:crocodile_chestplate": [ + 4781, + 1.4444326 + ], + "alexsmobs:rocky_chestplate": [ + 4860, + 1.3426114 + ], + "alexsmobs:tarantula_hawk_elytra": [ + 5208, + 0.89580816 + ], + "alexsmobs:unsettling_kimono": [ + 5431, + 0.59963983 + ], + "autumnity:snail_shell_chestplate": [ + 5757, + 0.030599998 + ], + "iceandfire:armor_amythest_chestplate": [ + 3028, + 5.510578 + ], + "iceandfire:armor_black_chestplate": [ + 3028, + 5.510578 + ], + "iceandfire:armor_blue_chestplate": [ + 3028, + 5.510578 + ], + "iceandfire:armor_bronze_chestplate": [ + 3028, + 5.510578 + ], + "iceandfire:armor_copper_chestplate": [ + 3028, + 5.510578 + ], + "iceandfire:armor_copper_metal_chestplate": [ + 5573, + 0.049 + ], + "iceandfire:armor_electric_chestplate": [ + 3028, + 5.510578 + ], + "iceandfire:armor_gray_chestplate": [ + 3028, + 5.510578 + ], + "iceandfire:armor_green_chestplate": [ + 3028, + 5.510578 + ], + "iceandfire:armor_red_chestplate": [ + 3028, + 5.510578 + ], + "iceandfire:armor_sapphire_chestplate": [ + 3028, + 5.510578 + ], + "iceandfire:armor_silver_chestplate": [ + 3028, + 5.510578 + ], + "iceandfire:armor_silver_metal_chestplate": [ + 5282, + 0.80001926 + ], + "iceandfire:armor_white_chestplate": [ + 3028, + 5.510578 + ], + "iceandfire:deathworm_red_chestplate": [ + 4776, + 1.4508864 + ], + "iceandfire:deathworm_white_chestplate": [ + 4776, + 1.4508864 + ], + "iceandfire:deathworm_yellow_chestplate": [ + 4776, + 1.4508864 + ], + "iceandfire:dragonsteel_fire_chestplate": [ + 61, + 11.709396 + ], + "iceandfire:dragonsteel_ice_chestplate": [ + 61, + 11.709396 + ], + "iceandfire:dragonsteel_lightning_chestplate": [ + 61, + 11.709396 + ], + "iceandfire:forest_troll_leather_chestplate": [ + 4717, + 1.5271299 + ], + "iceandfire:frost_troll_leather_chestplate": [ + 4717, + 1.5271299 + ], + "iceandfire:mountain_troll_leather_chestplate": [ + 4717, + 1.5271299 + ], + "iceandfire:myrmex_desert_chestplate": [ + 4248, + 2.1392972 + ], + "iceandfire:myrmex_jungle_chestplate": [ + 4248, + 2.1392972 + ], + "iceandfire:sheep_chestplate": [ + 5757, + 0.030599998 + ], + "iceandfire:tide_blue_chestplate": [ + 3605, + 4.262535 + ], + "iceandfire:tide_bronze_chestplate": [ + 3605, + 4.262535 + ], + "iceandfire:tide_deepblue_chestplate": [ + 3605, + 4.262535 + ], + "iceandfire:tide_green_chestplate": [ + 3605, + 4.262535 + ], + "iceandfire:tide_purple_chestplate": [ + 3605, + 4.262535 + ], + "iceandfire:tide_red_chestplate": [ + 3605, + 4.262535 + ], + "iceandfire:tide_teal_chestplate": [ + 3605, + 4.262535 + ], + "minecraft:chainmail_chestplate": [ + 5471, + 0.540316 + ], + "minecraft:diamond_chestplate": [ + 4555, + 1.7373508 + ], + "minecraft:golden_chestplate": [ + 5537, + 0.4136078 + ], + "minecraft:iron_chestplate": [ + 5223, + 0.8764657 + ], + "minecraft:leather_chestplate": [ + 5819, + 0.0244 + ], + "minecraft:netherite_chestplate": [ + 4428, + 1.9030677 + ], + "quark:backpack": [ + 5819, + 0.0244 + ], + "rats:ratlantis_chestplate": [ + 2354, + 6.920353 + ] + }, + "HEAD": { + "alexscaves:diving_helmet": [ + 4951, + 1.173019 + ], + "alexscaves:gingerbread_helmet": [ + 5228, + 0.8169267 + ], + "alexscaves:hazmat_mask": [ + 5153, + 0.91383743 + ], + "alexscaves:hood_of_darkness": [ + 5295, + 0.7291897 + ], + "alexscaves:primordial_helmet": [ + 5243, + 0.7974141 + ], + "alexsmobs:fedora": [ + 5583, + 0.043899998 + ], + "alexsmobs:frontier_cap": [ + 5277, + 0.75292885 + ], + "alexsmobs:froststalker_helmet": [ + 5370, + 0.62781405 + ], + "alexsmobs:moose_headgear": [ + 5268, + 0.7647448 + ], + "alexsmobs:novelty_hat": [ + 5583, + 0.043899998 + ], + "alexsmobs:sombrero": [ + 5554, + 0.0468 + ], + "alexsmobs:spiked_turtle_shell": [ + 5018, + 1.0871058 + ], + "conjurer_illager:conjurer_hat": [ + 5716, + 0.030599998 + ], + "iceandfire:armor_amythest_helmet": [ + 2987, + 5.510578 + ], + "iceandfire:armor_black_helmet": [ + 2987, + 5.510578 + ], + "iceandfire:armor_blue_helmet": [ + 2987, + 5.510578 + ], + "iceandfire:armor_bronze_helmet": [ + 2987, + 5.510578 + ], + "iceandfire:armor_copper_helmet": [ + 2987, + 5.510578 + ], + "iceandfire:armor_copper_metal_helmet": [ + 5532, + 0.049 + ], + "iceandfire:armor_electric_helmet": [ + 2987, + 5.510578 + ], + "iceandfire:armor_gray_helmet": [ + 2987, + 5.510578 + ], + "iceandfire:armor_green_helmet": [ + 2987, + 5.510578 + ], + "iceandfire:armor_red_helmet": [ + 2987, + 5.510578 + ], + "iceandfire:armor_sapphire_helmet": [ + 2987, + 5.510578 + ], + "iceandfire:armor_silver_helmet": [ + 2987, + 5.510578 + ], + "iceandfire:armor_silver_metal_helmet": [ + 5241, + 0.80001926 + ], + "iceandfire:armor_white_helmet": [ + 2987, + 5.510578 + ], + "iceandfire:blindfold": [ + 5873, + 0.0149 + ], + "iceandfire:deathworm_red_helmet": [ + 4735, + 1.4508864 + ], + "iceandfire:deathworm_white_helmet": [ + 4735, + 1.4508864 + ], + "iceandfire:deathworm_yellow_helmet": [ + 4735, + 1.4508864 + ], + "iceandfire:dragonsteel_fire_helmet": [ + 20, + 11.709396 + ], + "iceandfire:dragonsteel_ice_helmet": [ + 20, + 11.709396 + ], + "iceandfire:dragonsteel_lightning_helmet": [ + 20, + 11.709396 + ], + "iceandfire:earplugs": [ + 5873, + 0.0149 + ], + "iceandfire:forest_troll_leather_helmet": [ + 4676, + 1.5271299 + ], + "iceandfire:frost_troll_leather_helmet": [ + 4676, + 1.5271299 + ], + "iceandfire:mountain_troll_leather_helmet": [ + 4676, + 1.5271299 + ], + "iceandfire:myrmex_desert_helmet": [ + 4207, + 2.1392972 + ], + "iceandfire:myrmex_jungle_helmet": [ + 4207, + 2.1392972 + ], + "iceandfire:sheep_helmet": [ + 5716, + 0.030599998 + ], + "iceandfire:tide_blue_helmet": [ + 3564, + 4.262535 + ], + "iceandfire:tide_bronze_helmet": [ + 3564, + 4.262535 + ], + "iceandfire:tide_deepblue_helmet": [ + 3564, + 4.262535 + ], + "iceandfire:tide_green_helmet": [ + 3564, + 4.262535 + ], + "iceandfire:tide_purple_helmet": [ + 3564, + 4.262535 + ], + "iceandfire:tide_red_helmet": [ + 3564, + 4.262535 + ], + "iceandfire:tide_teal_helmet": [ + 3564, + 4.262535 + ], + "iwannaskate:beanie": [ + 5778, + 0.0244 + ], + "iwannaskate:skater_cap": [ + 5778, + 0.0244 + ], + "iwannaskate:spiked_skater_helmet": [ + 5182, + 0.8764657 + ], + "minecraft:chainmail_helmet": [ + 5430, + 0.540316 + ], + "minecraft:diamond_helmet": [ + 4514, + 1.7373508 + ], + "minecraft:golden_helmet": [ + 5496, + 0.4136078 + ], + "minecraft:iron_helmet": [ + 5182, + 0.8764657 + ], + "minecraft:leather_helmet": [ + 5778, + 0.0244 + ], + "minecraft:netherite_helmet": [ + 4387, + 1.9030677 + ], + "minecraft:shulker_shell": [ + 5941, + 0.0081 + ], + "minecraft:turtle_helmet": [ + 5126, + 0.948558 + ], + "quark:forgotten_hat": [ + 5778, + 0.0244 + ], + "rats:archeologist_hat": [ + 4758, + 1.4212085 + ], + "rats:aviator_hat": [ + 4758, + 1.4212085 + ], + "rats:black_death_mask": [ + 5628, + 0.039399996 + ], + "rats:chef_toque": [ + 5183, + 0.8751751 + ], + "rats:exterminator_hat": [ + 4758, + 1.4212085 + ], + "rats:farmer_hat": [ + 5183, + 0.8751751 + ], + "rats:fisherman_hat": [ + 4758, + 1.4212085 + ], + "rats:ghost_pirat_hat": [ + 5183, + 0.8751751 + ], + "rats:halo_hat": [ + 5183, + 0.8751751 + ], + "rats:military_hat": [ + 4758, + 1.4212085 + ], + "rats:piper_hat": [ + 5672, + 0.035 + ], + "rats:pirat_hat": [ + 4758, + 1.4212085 + ], + "rats:plague_doctor_mask": [ + 5628, + 0.039399996 + ], + "rats:rat_fez": [ + 4758, + 1.4212085 + ], + "rats:rat_king_crown": [ + 5183, + 0.8751751 + ], + "rats:ratlantis_helmet": [ + 2313, + 6.920353 + ], + "rats:santa_hat": [ + 5183, + 0.8751751 + ], + "rats:top_hat": [ + 5183, + 0.8751751 + ] + } +} \ No newline at end of file diff --git a/config/tacz/custom/tacz-gucci-attachments-by-koei.pw.toml b/config/tacz/custom/tacz-gucci-attachments-by-koei.pw.toml new file mode 100644 index 0000000..38986e7 --- /dev/null +++ b/config/tacz/custom/tacz-gucci-attachments-by-koei.pw.toml @@ -0,0 +1,13 @@ +name = "[TaCZ]Gucci Attachments" +filename = "Gucci Attachments-v0.1.1.r-0607-152243.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "cb2cd8edf671a98732d456a52fb8684f1b839f48" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5405533 +project-id = 1031151 diff --git a/config/tacz/custom/tacz-helldivers2-gunpack-by-koei.pw.toml b/config/tacz/custom/tacz-helldivers2-gunpack-by-koei.pw.toml new file mode 100644 index 0000000..88e0564 --- /dev/null +++ b/config/tacz/custom/tacz-helldivers2-gunpack-by-koei.pw.toml @@ -0,0 +1,13 @@ +name = "[TaCZ]Hell Divers2 Gun Pack" +filename = "HellDiver2 Gunpack-v1.0.0.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "02afc461a8f13bc84372b37541a989fba1ab4135" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5813517 +project-id = 1031134 diff --git a/config/tacz/custom/tacz-tti-gunpack-by-koei.pw.toml b/config/tacz/custom/tacz-tti-gunpack-by-koei.pw.toml new file mode 100644 index 0000000..1b55534 --- /dev/null +++ b/config/tacz/custom/tacz-tti-gunpack-by-koei.pw.toml @@ -0,0 +1,13 @@ +name = "[TaCZ]TTI Gun Pack" +filename = "TTI_Gunpack-v0.1.1-0607-154832.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "5be8f682e71f7cbdc7f0e5e6ee2bae76c254ab29" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5405555 +project-id = 1031166 diff --git a/config/yes_steve_model-common.toml b/config/yes_steve_model-common.toml new file mode 100644 index 0000000..edeff4c --- /dev/null +++ b/config/yes_steve_model-common.toml @@ -0,0 +1,51 @@ + +[general] + #Whether to display disclaimer GUI + DisclaimerShow = true + #Whether to print animation roulette play message + PrintAnimationRouletteMsg = false + #Prevents rendering of self player's model + DisableSelfModel = false + #Prevents rendering of other player's model + DisableOtherModel = false + #Prevents rendering of self player's hand + DisableSelfHands = false + #Prevents rendering of arrows model + DisableArrowsModel = false + #The default model ID when a player first enters the game + DefaultModelId = "default" + #The default model texture when a player first enters the game + DefaultModelTexture = "default" + #If rendering errors occur, try turning on this. + UseCompatibilityRenderer = false + +[extra_player_render] + #Whether to display player + DisablePlayerRender = false + #Player position x in screen + #Range: > 0 + PlayerPosX = 10 + #Player position y in screen + #Range: > 0 + PlayerPosY = 10 + #Player scale in screen + #Range: 8.0 ~ 360.0 + PlayerScale = 40.0 + #Player yaw offset in screen + #Range: 4.9E-324 ~ 1.7976931348623157E308 + PlayerYawOffset = 5.0 + +#Only available on dedicated servers. +[server_scheduler] + #Concurrent level for processing models. Value 0 means AUTO. + #Range: 0 ~ 11 + ThreadCount = 0 + #Bandwidth limitation during distributing models to players.(In Mbps) + #Range: 1 ~ 999 + BandwidthLimit = 5 + #Timeout for players to respond to synchronization. Value not greater than 10 means AUTO.(In seconds) + #Range: 0 ~ 120 + PlayerSyncTimeout = 0 + #Whether or not players are allowed to switch models + CanSwitchModel = true + diff --git a/defaultconfigs/firstaid-server.toml b/defaultconfigs/firstaid-server.toml new file mode 100644 index 0000000..0a2c391 --- /dev/null +++ b/defaultconfigs/firstaid-server.toml @@ -0,0 +1,161 @@ + +#Server to Client synced configuration settings +["Damage System"] + #Max health of the Head + #Range: 2 ~ 12 + maxHealthHead = 4 + #Max health of the Left Arm + #Range: 2 ~ 12 + maxHealthLeft_Arm = 4 + #Max health of the Left Leg + #Range: 2 ~ 12 + maxHealthLeft_Leg = 4 + #Max health of the Left Foot + #Range: 2 ~ 12 + maxHealthLeft_Foot = 4 + #Max health of the Body + #Range: 2 ~ 12 + maxHealthBody = 6 + #Max health of the Right Arm + #Range: 2 ~ 12 + maxHealthRight_Arm = 4 + #Max health of the Right Leg + #Range: 2 ~ 12 + maxHealthRight_Leg = 4 + #Max health of the Right Foot + #Range: 2 ~ 12 + maxHealthRight_Foot = 4 + #True if the head can cause death if health drops to 0 + causeDeathHead = true + #True if the body can cause death if health drops to 0 + causeDeathBody = true + +["Locational Armor"] + + ["Locational Armor".Armor] + #The multiplier for local armor for every armor of slot Head + #Range: 1.0 ~ 16.0 + multiplierHead = 6.0 + #The multiplier for local armor for every armor of slot Chest + #Range: 1.0 ~ 16.0 + multiplierChest = 2.5 + #The multiplier for local armor for every armor of slot Legs + #Range: 1.0 ~ 16.0 + multiplierLegs = 3.0 + #The multiplier for local armor for every armor of slot Feet + #Range: 1.0 ~ 16.0 + multiplierFeet = 6.0 + #The static offset applied to any armor piece with a value greater than zero of slot Head + #Range: 0.0 ~ 4.0 + offsetHead = 1.0 + #The static offset applied to any armor piece with a value greater than zero of slot Chest + #Range: 0.0 ~ 4.0 + offsetChest = 0.0 + #The static offset applied to any armor piece with a value greater than zero of slot Legs + #Range: 0.0 ~ 4.0 + offsetLegs = 0.0 + #The static offset applied to any armor piece with a value greater than zero of slot Feet + #Range: 0.0 ~ 4.0 + offsetFeet = 0.0 + + ["Locational Armor".Toughness] + #The multiplier for local armor for every armor of slot Head + #Range: 1.0 ~ 16.0 + multiplierHead = 4.0 + #The multiplier for local armor for every armor of slot Chest + #Range: 1.0 ~ 16.0 + multiplierChest = 3.0 + #The multiplier for local armor for every armor of slot Legs + #Range: 1.0 ~ 16.0 + multiplierLegs = 3.0 + #The multiplier for local armor for every armor of slot Feet + #Range: 1.0 ~ 16.0 + multiplierFeet = 3.5 + #The static offset applied to any armor piece with a value greater than zero of slot Head + #Range: 0.0 ~ 4.0 + offsetHead = 0.0 + #The static offset applied to any armor piece with a value greater than zero of slot Chest + #Range: 0.0 ~ 4.0 + offsetChest = 0.0 + #The static offset applied to any armor piece with a value greater than zero of slot Legs + #Range: 0.0 ~ 4.0 + offsetLegs = 0.0 + #The static offset applied to any armor piece with a value greater than zero of slot Feet + #Range: 0.0 ~ 4.0 + offsetFeet = 0.0 + +["Internal Healing"] + + ["Internal Healing".bandage] + #The total heals this item does when applied. 1 heal = half a heart + #Range: 1 ~ 127 + totalsHeals = 4 + #The time it takes for a single heal to trigger. Total time this item is active = this * totalHeals + #Range: 1 ~ 32767 + secondsPerHeal = 2 + #The time it takes in the GUI to apply the item in milliseconds + #Range: 0 ~ 16000 + applyTime = 500 + + ["Internal Healing".plaster] + #The total heals this item does when applied. 1 heal = half a heart + #Range: 1 ~ 127 + totalsHeals = 2 + #The time it takes for a single heal to trigger. Total time this item is active = this * totalHeals + #Range: 1 ~ 32767 + secondsPerHeal = 1 + #The time it takes in the GUI to apply the item in milliseconds + #Range: 0 ~ 16000 + applyTime = 0 + +["External Healing"] + #Allow vanilla's natural regeneration. Requires "allowOtherHealingItems" to be true + #**WARNING** This sets the gamerule "naturalRegeneration" for all of your worlds internally, so it persists even if you remove the mod + allowNaturalRegeneration = true + #If false, healing potions and other healing items will have no effect + allowOtherHealingItems = true + #Specifies how much percent of the max health should be restored when sleeping + #Range: 0.0 ~ 1.0 + sleepHealPercentage = 0.07 + #The value external regen will be multiplied with. Has no effect if "allowOtherHealingItems" is disabled + #Range: 0.0 ~ 20.0 + otherRegenMultiplier = 0.75 + #The value vanilla's natural regeneration will be multiplied with. Has no effect if "allowNaturalRegeneration" is disabled + #Range: 0.0 ~ 20.0 + naturalRegenMultiplier = 0.5 + #Specifies how the vanilla resistance potion effect should reduce damage. + #By default, one level of resistance reduces 20% of damage. Changing this value to e.g. 10 will reduce the reduction to 10% damage reduction per level + #Range: 1 ~ 40 + resistanceReductionPercentPerLevel = 20 + +[misc] + #If true, max health is scaled to your hearts, and the config entries get multiplier to match the max health + scaleMaxHealth = true + #If true, max health will be capped at 6 hearts and absorption at 2 hearts per limb. If false, the health cap will be much higher (64 hearts normal and 16 absorption) + capMaxHealth = true + #Specifies how the vanilla health is calculated. Affects the vanilla visual health bar, as well as the value other mods get to see when they query the player health. + #AVERAGE_ALL simply takes all limbs and calculates the average of it. + #AVERAGE_CRITICAL takes all critical limbs and calculates the average of it. + #MIN_CRITICAl takes the smallest health value of all critical limb. + #Does not have any effect if all critical limbs have been disabled. + #Allowed Values: AVERAGE_ALL, AVERAGE_CRITICAL, MIN_CRITICAL, CRITICAL_50_PERCENT_OTHER_50_PERCENT + vanillaHealthCalculation = "AVERAGE_ALL" + #If enabled, the default random damage distribution will be changed to leave critical limbs at 1hp if possible. + #When there is too much damage, the damage will still kill the player. Other distributions that defined are not affected by this. + useFriendlyRandomDistribution = false + #If set to LOCAL_ENCHANTMENTS, only the enchantments for the armor for the body part that is currently being damaged is taken into account. The strength of the armor is multiplied by 4 (default value, can be changed by enchantmentMultiplier), so it matches the vanilla default + #If set to GLOBAL_ENCHANTMENTS, the enchantments of all armor pieces are taken into account for all body parts that have any kind of armor. + #Allowed Values: GLOBAL_ENCHANTMENTS, LOCAL_ENCHANTMENTS + armorEnchantmentMode = "LOCAL_ENCHANTMENTS" + +["Enchantment Handling"] + #Specifies the default modifier. This is only used if armorEnchantmentMode is LOCAL_ENCHANTMENTS, as this is used scale up the values to somewhat match what vanilla balances around (as vanilla balances around global enchantments) + #Range: 1 ~ 4 + enchantmentMultiplier = 4 + #Specifies the overrides for the the modifier. This is only used if armorEnchantmentMode is LOCAL_ENCHANTMENTS. This can be used to set another multiplier for special enchantments + #This list specifies the resource location of the enchantment. Must be fully specified and cannot use wildcard. Example: minecraft:feather_falling. First entry here will be matched to first multiplier, second entry to second multiplier and so on + resourceLocations = ["minecraft:feather_falling"] + #Specifies the overrides for the the modifier. This is only used if armorEnchantmentMode is LOCAL_ENCHANTMENTS. This can be used to set another multiplier for special enchantments + #This list specifies the multiplier of the corresponding resource location. See resourceLocations comment. Must be between 1 and 4 + overrideMultiplier = [2] + diff --git a/index.toml b/index.toml index 7ae8992..92d5bf7 100644 --- a/index.toml +++ b/index.toml @@ -16,9 +16,21 @@ hash = "8e1d05a9b4ab8b923ff4951ef391665f3bdd218d943152f6f1f57509786bc0f7" file = "config/allurement-common.toml" hash = "1e10f0bf2d27dededeaa726379e8f6375defa3df7cdadcb22244938e3c8c49e3" +[[files]] +file = "config/apotheosis/adventure.cfg" +hash = "087feaf297bcf10bd9c76518e1b7c6b86c5ab265c8ca768a4247c68c451942d9" + +[[files]] +file = "config/apotheosis/apotheosis.cfg" +hash = "c560582fe4f21ab20dd06bfb380037b31b323d20c361000f06a504b821c279e5" + +[[files]] +file = "config/apotheosis/names.cfg" +hash = "3a016f452ca17e3dd6196459eb57316969c90584fd7029dcf4379db759943ef7" + [[files]] file = "config/builtinservers.json" -hash = "acb27bebe0ffaba8871cec5f9fb041b7d57b6164ed99ebbc8d63e028b9b62d13" +hash = "d2a2d2f1ea348fcaf9e7c49a0056b08da4246489fb254788ba3d1d0031950b88" [[files]] file = "config/defaultoptions/extra/config/notenoughanimations.json" @@ -26,7 +38,7 @@ hash = "503070bad750f39e08f8d87678c61487edbfece1a3353a9527b08f7197f4aea3" [[files]] file = "config/defaultoptions/extra/config/xenon++.toml" -hash = "5596c8e03becf322cffca6bc0b70eafc06d4e457806caf34ef40103f7ffa3e69" +hash = "b4788ca51fea3a57f4ebb595ee15a595d7d739c5090938da0fb46077dfa7ae1a" [[files]] file = "config/defaultoptions/extra/config/xenon-options.json" @@ -38,12 +50,40 @@ hash = "492453a867917f0f4095ac97a1503c706842b0bc27382dbaaf0821063cf20aed" [[files]] file = "config/defaultoptions/options.txt" -hash = "b049c4d7ae52e2bf445e87214b3deb0e3927d57869438352fc34d1d196d4670f" +hash = "229f269a7064c4428ec1ba22abae27fa956c2aba1847041ebb632cacf11cd3b9" + +[[files]] +file = "config/dragonfight.json" +hash = "ced0d6b9032c08d107df351a9dd5569ab4c196cd92f718bc4b7fc9d0014a4241" [[files]] file = "config/everycomp-common.toml" hash = "69a0410ceef163d01f3aa69f4da71830b425b56b4b1c4a91b5f4f9c72e1a841d" +[[files]] +file = "config/firstaid-client.toml" +hash = "e2836629fe7ad8e8391999d56d20b648c4a79ec23781452367b8060ee525cd33" + +[[files]] +file = "config/iceandfire-client.toml" +hash = "a4dcf9cc2e7f541fe73ee2f9780694cb8e9c7738a0a06e2a456453c3a47a8b9d" + +[[files]] +file = "config/iceandfire-common.toml" +hash = "0984eaafe739d46fb2887b15a9b576a6c406611f9ab2a0981a31adfd80e1d27a" + +[[files]] +file = "config/improvedmobs/client.toml" +hash = "5c4979938a79c1b7fcff70433ce9a1519023f67b788c353999288656e6fb85cf" + +[[files]] +file = "config/improvedmobs/common.toml" +hash = "baff6717ab1d03c75c428c3f80e3a0d2022bb8a135a2d4ecf1f4ade91c6baed6" + +[[files]] +file = "config/improvedmobs/equipment.json" +hash = "d546d97780e037e576f1d41df2fac7e6d9d31358a25a215ba8c2f9bb9b742b4e" + [[files]] file = "config/mediumcore-common.toml" hash = "fd2d673e6b5cb45172098c9a5a3ed5c24b3b7873cfeb5158985e446a0b7e5777" @@ -60,6 +100,29 @@ hash = "a303b326aab92c6d789ac268c1d3009e31f23e0f6c1deeee05baceba626fb9b9" file = "config/quark-common.toml" hash = "9e792fab3cb0b8a11af61bb175f3285af85cff57f2c9faf7cfe5661b579f9868" +[[files]] +file = "config/tacz/custom/tacz-gucci-attachments-by-koei.pw.toml" +hash = "c8a0e4f6bc710e55843da1f4d9cf9d53e6247b4ddadb89c9f94671f6931585a7" +metafile = true + +[[files]] +file = "config/tacz/custom/tacz-helldivers2-gunpack-by-koei.pw.toml" +hash = "4c0232ad6a9f78209a0732799b97fec51f5249acba3179d46587566a322add3c" +metafile = true + +[[files]] +file = "config/tacz/custom/tacz-tti-gunpack-by-koei.pw.toml" +hash = "9cbc432343f3398b4c47498f4c0fe80920cc5a24fe49d24d6736d2f296a8ce8f" +metafile = true + +[[files]] +file = "config/yes_steve_model-common.toml" +hash = "2a464864a96b2516c9141c8a069243c7a4c3a59b548251e1ebfd2dcfc15376da" + +[[files]] +file = "defaultconfigs/firstaid-server.toml" +hash = "b30258169614f1e9856ba95d22963f8149645853aec26fd25e9cf787d413412d" + [[files]] file = "mods/advancement-frames.pw.toml" hash = "34b19d5e2f564339152197ab80c46252a7f1dfc8cdb221af8388001689ed6379" @@ -67,17 +130,12 @@ metafile = true [[files]] file = "mods/advancement-plaques.pw.toml" -hash = "d0578c8686aa8e24f7ba2660cb771baf27b04ae33521c686aec67ff622f1fbb1" +hash = "145a58229db4efc11fcc989f9c07b204242875db2496dcf0f7460ffe12061543" metafile = true [[files]] file = "mods/alexs-caves.pw.toml" -hash = "ec436a1f3378f8bd08ccd02e0ee74c441ff51d73bb62d446f6123eb2d6ebed6b" -metafile = true - -[[files]] -file = "mods/alexs-cloud-storage.pw.toml" -hash = "bdbae88750284cfad729dd5dced813bdbb9f86b8ff2097ee55f50ad5c4db832c" +hash = "0cbc4b2c6b58b7a94f030ae84f18057e5dc78a17bad429f40b8884926a6ab233" metafile = true [[files]] @@ -87,7 +145,7 @@ metafile = true [[files]] file = "mods/alexs-mobs.pw.toml" -hash = "c7ef8f8629620ae3d9d2da71aaf440624c40157a80c0eda4298c0aa60b7c76c0" +hash = "e1016eb125a5a41a10f80847eb00affae0e539e703846f303949ed5d82b7f1bf" metafile = true [[files]] @@ -97,7 +155,17 @@ metafile = true [[files]] file = "mods/amendments.pw.toml" -hash = "fb72e8b371be37587b541f8442f6ad79a9873196a9d5a10a5f971258b9228a4e" +hash = "c52aab6767b8a08db1fa860cee2f8019d804b92b80fbe78f701fcd4b37d6ad7d" +metafile = true + +[[files]] +file = "mods/apotheosis.pw.toml" +hash = "aeb6c7309052bb9bfb096ed6aef11cfab3c4bf3b0a44746b4e249bc0cca8120c" +metafile = true + +[[files]] +file = "mods/apothic-attributes.pw.toml" +hash = "7ec91c6a496a122e84c4f0e7737175bf869dda8e046a208ef6e13830ca731378" metafile = true [[files]] @@ -132,7 +200,7 @@ metafile = true [[files]] file = "mods/balm.pw.toml" -hash = "1447df8a4bd1fd2cce2ae71f900f3d1f1626baa2fe37c877cef19549a4101c36" +hash = "54728d260dd32fba42550ef0e287af0bf00c239771f9a093bc6db2486fcdcaa7" metafile = true [[files]] @@ -157,7 +225,7 @@ metafile = true [[files]] file = "mods/bookshelf-lib.pw.toml" -hash = "64be5125bb867f68dec3ca9241395373ea49142b0fc0edf3a39bc12955b76b82" +hash = "02062a6b61e230e7debaf1c03d5e1e7203e427588fceb9f3d6ef8cad8062397e" metafile = true [[files]] @@ -170,6 +238,11 @@ file = "mods/buzzier-bees.pw.toml" hash = "d922768e2b70ad98fcbfb9954f14d1111f30f7e526e76ae864c3b27c33d3aaeb" metafile = true +[[files]] +file = "mods/caelus.pw.toml" +hash = "8a8ea0af79b88d9c192d208aa5be4bacd934e2b92d4721566e2e796eb9761e10" +metafile = true + [[files]] file = "mods/catalogue.pw.toml" hash = "0722da0022c3d9dcf6be08f561828222f61911b62aed7d8c75f71c126e12e1b8" @@ -182,7 +255,7 @@ metafile = true [[files]] file = "mods/citadel.pw.toml" -hash = "e06b4f6a4a5fa7982439f57ca5015b616c606789d9deef0ddb78838b85306fed" +hash = "05fdc598a3d7461f62d878ebe8d3d7fd714ca8bdeb93831e9f0e0876adfca01a" metafile = true [[files]] @@ -192,7 +265,7 @@ metafile = true [[files]] file = "mods/cloth-config.pw.toml" -hash = "38cf4a76862812fefc9b1ae0b8fac02b3f706716f3228eb859b511950273e791" +hash = "e3dd03e7fec88831974857e2cdded54dd5c5bdcaa3f6d6248c2800e82db4dd41" metafile = true [[files]] @@ -210,6 +283,21 @@ file = "mods/controlling.pw.toml" hash = "2a50d21837bba88e3c9490c6bb8e0a9b44b052645d5c1481b48a060439c20a3c" metafile = true +[[files]] +file = "mods/corgilib.pw.toml" +hash = "e88092f02b88f3dfac3c80de17ed0b0bbe3de9596a28a8d780227e7151ea0578" +metafile = true + +[[files]] +file = "mods/creativecore.pw.toml" +hash = "d22e2f9e149dc3a02dec2e7bed5bc3a389afed3e27335e5611b58a873baa4455" +metafile = true + +[[files]] +file = "mods/cupboard.pw.toml" +hash = "2eb26b157c4159bfeff6a00147afa35284397d558f84b55367d1a41064d7456a" +metafile = true + [[files]] file = "mods/default-options.pw.toml" hash = "91c2538d726a12623122d1a2945a6ad3d2d5b290d43c72149f21af560e8465eb" @@ -217,7 +305,7 @@ metafile = true [[files]] file = "mods/ding.pw.toml" -hash = "9a47ae3e125db2d8222de6b8e145678687201e500f9b788b9fd014619db091c3" +hash = "2fcea0bdf1c046a408cf5b2fb163a0cfbb826ba221a0fa1bec74e4df25b040ff" metafile = true [[files]] @@ -227,12 +315,12 @@ metafile = true [[files]] file = "mods/emi-loot.pw.toml" -hash = "5e3e6bd38266786f78f570307f54ab49bfc6337a0e6667d2635d3407c857ff86" +hash = "3dbc9206585bb9a4fb3f6af39672f335e57b5e5f581524c429f014240e2b44b3" metafile = true [[files]] file = "mods/emi.pw.toml" -hash = "3e8e2a8e07dc49b294a001d3a0e5b80388437c4a8058b9ba0b308127f2f0010f" +hash = "b922bf1accaec299a669b1915a600a8cdaad3baadffa4b509633a83ad4c020a1" metafile = true [[files]] @@ -242,7 +330,12 @@ metafile = true [[files]] file = "mods/enchantment-descriptions.pw.toml" -hash = "9eccc7dd35aa94937c4ec819379dd8502d427616d56b85a603648926a223cf29" +hash = "473489bb165ab775858cc475d8e9ae599e126bced1c73d17563e3459e4899719" +metafile = true + +[[files]] +file = "mods/enhanced-celestials.pw.toml" +hash = "a7a719603d51f35baee5d74d61f8c250c0765376784c390d9d6721e4b98723e0" metafile = true [[files]] @@ -252,22 +345,22 @@ metafile = true [[files]] file = "mods/every-compat.pw.toml" -hash = "f8a6b91ac7b8164c5b88a955dceb3c7e2a0a3af017e43a969e141515c42f70a4" +hash = "ff970c00a6b366a0e663a7a0032bb10f0caa6b18049f64f577f1dee56ac0da4f" metafile = true [[files]] file = "mods/exposure.pw.toml" -hash = "5eb5a1b0ce99c73188ebfd5d45d2c563fe745556ad18d7e1dc745a70afd55e1b" +hash = "56643304802508b362d2cee4acd59425e640ef9199a235839d7dafdd4f580c18" metafile = true [[files]] file = "mods/farmers-delight.pw.toml" -hash = "32504030cc409f25f4864cb0387b906cd07f1c818301302faddd0de7f777d51c" +hash = "9a0ad748fc5db8eada0834d48c5101e3b76700031fd304d88176dfaabfeefa20" metafile = true [[files]] file = "mods/fast-ip-ping.pw.toml" -hash = "e40f25640b4d5872b76c7324b35dd995d041fd409ca4fa4e93f8c6a1dfb4fbcc" +hash = "5ffdc4d438a375906c102c6593fa1306a4de83108fc13d9a1b86fe824fff58d6" metafile = true [[files]] @@ -276,8 +369,23 @@ hash = "4a73f04a8986129d79ea4f283a0a33ce51af17079b6efa23596af5bc685e1c1e" metafile = true [[files]] -file = "mods/figura.pw.toml" -hash = "9552bbb8b0b26886282c451349d9604d4fc2dfbe23e834b9ccf99fcba299914c" +file = "mods/firstaid.pw.toml" +hash = "7823845c196434c7d310e7b9ae0628dd6934bff27d3d6e572a85833e15e643f4" +metafile = true + +[[files]] +file = "mods/forgeshot.pw.toml" +hash = "7aa5dbf2f02f2a895547b54e89b8a8a70c04afe4cdb981d2b077e960d6c5d6c7" +metafile = true + +[[files]] +file = "mods/fzzy-config.pw.toml" +hash = "f07f5771f51fc0d9075edaa8a58f211fb2935bf79fbc3d73db8dd0415bd17447" +metafile = true + +[[files]] +file = "mods/grimoire-of-gaia.pw.toml" +hash = "1edffe2fe81fe9d55ea867d6e1c14e41c804b1a0190c893a260cb9e194c2bc1e" metafile = true [[files]] @@ -290,9 +398,29 @@ file = "mods/i-wanna-skate.pw.toml" hash = "a36d0eeb8e5ad976c9b2ffb3910c9df0ba8535e17f781e169f4173086e34cda0" metafile = true +[[files]] +file = "mods/ice-and-fire-dragon-finder.pw.toml" +hash = "14b20987e8511e8020d27a716e381938776ba1926ff2649d493294ee5b3554d0" +metafile = true + +[[files]] +file = "mods/ice-and-fire-dragons.pw.toml" +hash = "3e8cbae6a944592a6485b8c5e62b0794fe950ba8a6b155302d08f4205b9ad9b3" +metafile = true + [[files]] file = "mods/iceberg.pw.toml" -hash = "d0d383d4ff24fd6a4c5a9319806b0c99da9d0120fa14719911596eb39abc6f20" +hash = "c1d1a0476c58e3c011de6f750f48eb4f48493a1b9cef7bd59c008e87e0c0984c" +metafile = true + +[[files]] +file = "mods/ichunutil.pw.toml" +hash = "3aa75e307989c0a66a0658b5c6776e8d664d73f55a99e5ff30ef24d4d2918619" +metafile = true + +[[files]] +file = "mods/improved-mobs.pw.toml" +hash = "3a778f237a4491fcc2ede2793064d9e0df7f93ef86a5dd866b6f644a59d66374" metafile = true [[files]] @@ -302,22 +430,22 @@ metafile = true [[files]] file = "mods/jade-addons-forge.pw.toml" -hash = "ee91acdffc481f535911c38fbc06c62c85e6531a2ee7e4e116401b3ad544e74a" +hash = "9360bfe3f55dffec1013b2e8ed4efeab04f2e1afb4366e8c9c4780536d836eff" metafile = true [[files]] file = "mods/jade.pw.toml" -hash = "ab6c2176b162ad517d68ddd9bb2c16f3cacc1fae5ad76abd6e62bc2f1d747f4b" +hash = "7f6c0ca162ebadc819fa2fe5d925daec6144d3480a6d75c769a72b8b46b78f9f" metafile = true [[files]] file = "mods/jei.pw.toml" -hash = "e93f24623fe48bd7eee6e54e80c223ce71e639e210372124b8f22dd6b72924cc" +hash = "134c7169b2cf93d04bee9cc926a8e340807c9f067ea6154aff1e8263a02e9278" metafile = true [[files]] file = "mods/just-enough-effect-descriptions-jeed.pw.toml" -hash = "2bc2974c8a78fbb020c5ed1d568e2539d090803cedc1fe9ac3a64b9ba8e06cef" +hash = "41777ea0270566dbf365b39bb28a852c27585cf3936abc63576fffa5bca4d708" metafile = true [[files]] @@ -332,7 +460,12 @@ metafile = true [[files]] file = "mods/justenoughbreeding.pw.toml" -hash = "200f03de3e7604b4f18a98310d0fb94ec1266dd72f9874808eb1f9601114a8e6" +hash = "e730b0b887b876020b23b5621009efae4bf70647690b7511a2e982bab0af8540" +metafile = true + +[[files]] +file = "mods/kotlin-for-forge.pw.toml" +hash = "7ea985404ee4cc9082472c6869ec146309f526e395361b39f2f4c1a43506c41d" metafile = true [[files]] @@ -342,7 +475,7 @@ metafile = true [[files]] file = "mods/moonlight.pw.toml" -hash = "9836e452ae6c62dfccd573462e8a2c8bfdc9e03bb7b1d8271fa13dc6275fdfaf" +hash = "7af6d0a677c74cbd1ade186d72e0a2ce5b19b38913462bee1a9a5d41828a826c" metafile = true [[files]] @@ -367,7 +500,27 @@ metafile = true [[files]] file = "mods/not-enough-animations.pw.toml" -hash = "26ca76ce6d17ce793960ef92cf1933f0e2330a425ff4f048d7d094f2a133f508" +hash = "c4fd2f46cf30b0bc2fc9587fd1d363506d058b2a33677e5ac2bd8cf0eeee243c" +metafile = true + +[[files]] +file = "mods/origins-forge.pw.toml" +hash = "736d3d09ea2fb87f8477f72d81a1f17b8ba6ad61a9cee9c122a37b2ccbdd62c9" +metafile = true + +[[files]] +file = "mods/origins-minus.pw.toml" +hash = "a7d206c15c4a213c81b3c89a8537212b0d9ba12b32c8f7cf75c124993e716d89" +metafile = true + +[[files]] +file = "mods/parcool.pw.toml" +hash = "b46731dca4207983e9dd86544b84699aaa0953026ea6fa4eae4180c5f3a0a0bb" +metafile = true + +[[files]] +file = "mods/patchouli.pw.toml" +hash = "3a7eaa64434e7449e5fe6bd089bc784499432dae7d6ca07174b55b10a3b32ec8" metafile = true [[files]] @@ -375,16 +528,31 @@ file = "mods/paxi.pw.toml" hash = "e63b436dba4a80db68e4c79e5d9f030096fad75fe264490403d75dee3dab72de" metafile = true +[[files]] +file = "mods/pehkui.pw.toml" +hash = "1f92dd360908c1801848dcd4d14aca5640199545e7e22e76bfdb981b06fa9399" +metafile = true + [[files]] file = "mods/personality!.pw.toml" hash = "cb0de35c2b0c500669ec9486ae381f3987c437070c56a4788697d2430ae6d531" metafile = true +[[files]] +file = "mods/placebo.pw.toml" +hash = "0f807372e11d5a8a28266ab214fd243fa7558fe3f5a0cc6505090faede8c2dd6" +metafile = true + [[files]] file = "mods/player-trade-secure-trading-between-players.pw.toml" hash = "990403dd8663ceea74c43fda30c1cd40a9c4e720220e9ce29b31ea9d685c439b" metafile = true +[[files]] +file = "mods/playerrevive.pw.toml" +hash = "8b1c89143ff1ab069da28b866ea281fd628c6712c322518a413959b7839edc95" +metafile = true + [[files]] file = "mods/quark-oddities.pw.toml" hash = "4b6d6900e40ceea949928423e7863817aeb07c17dba719ca45dac34d3f8d5b41" @@ -392,27 +560,32 @@ metafile = true [[files]] file = "mods/quark.pw.toml" -hash = "e513f146124930d8d2c9ae3c192fb399129efa16bb844140124c5b8da6ff8558" +hash = "105a3cb78f853a00406250e8a5be2cc2a757cdee03b8d933529c96b3bd9be309" metafile = true [[files]] file = "mods/radium.pw.toml" -hash = "70153a0d8cc39a3584589a0d66e7746c09acb43497cd0d271b6a69839fedebf3" +hash = "bbdd40b650286973d44b1931d4b8c4bcc02b02f2c5583545709347503bd13057" metafile = true [[files]] file = "mods/raised.pw.toml" -hash = "0ac29579249ed15e4fde2e62792e601d16a08f602d69ed96cd1ca37571973861" +hash = "4ac97596695bcac0e845fc38670d33974e4c902f5257afb9e764eed599e5f110" +metafile = true + +[[files]] +file = "mods/rats.pw.toml" +hash = "b33e8cd1a5634fc9bf75c39ea283f74cc20aaae25da876682393336aa212c638" metafile = true [[files]] file = "mods/reef-redux.pw.toml" -hash = "54a07a9caf118de8cb355b5af7f06dc6e8876837df263c8db7a48177e519855a" +hash = "bf8ff517f0cecb234ba1e5221d6d3b4659a66245f5ad3b0e05a580fd1b230e06" metafile = true [[files]] file = "mods/rei.pw.toml" -hash = "6069264d5bd6f36ac4818f64b19b0734dc36f31b694f09d13368c437529dcf2d" +hash = "32ee85be1b868a77453a16ab97c3f8e1a69d8ea7fff95ea0eeb1aea78b8d0eef" metafile = true [[files]] @@ -422,7 +595,7 @@ metafile = true [[files]] file = "mods/roughly-enough-items-server-component.pw.toml" -hash = "a511fe9c283cf212559795f83dda289a1b5e45a07ae4f2ce8ffe3793c9f3230e" +hash = "965602d29bd503c0bbca0c38fb19e84ba2f7040d24964a00ebcc60751792390e" metafile = true [[files]] @@ -430,14 +603,29 @@ file = "mods/roughly-enough-professions-rep.pw.toml" hash = "6fd9a6d68248f4f9651ffef54116ca3dee692e7f9a3aebdf95fd79a431dfd8be" 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 = "35905f57cdb21a2aaa26345f2fabe3137ee2db6ee3bb2149cea206611b11ef69" metafile = true +[[files]] +file = "mods/shoulder-surfing-reloaded.pw.toml" +hash = "39aa00aa4b1b13bf0bbf1ff4d92b90d51c66a9b2f197d470047445fd47df235e" +metafile = true + [[files]] file = "mods/simple-voice-chat.pw.toml" -hash = "0ba94a262f7f8ec584fdf46363c7c2a13f5b23610c8cee9a5423d1ab4a9b19ae" +hash = "e3bdb65c2ce034e26c9277751a370baac6df6853d55e92327170df8778a837fb" metafile = true [[files]] @@ -447,7 +635,7 @@ metafile = true [[files]] file = "mods/species.pw.toml" -hash = "3953ac0eb81d402025a5ebefff82709dbedc8a411df8a70afc5149ab7e083309" +hash = "271b21a8fb0d8b00bc37d6b6c488b6edf6ebcb63774b68abf933b7400b3856f0" metafile = true [[files]] @@ -457,12 +645,22 @@ metafile = true [[files]] file = "mods/supplementaries-squared.pw.toml" -hash = "a463bada10798e1cd951c6bedd167628d98b063bbf2ae94d7e6e60361fa0ac8d" +hash = "c3a517cbdeb9348c3f834589e28622a94959f0361d66fdf0922ed6f2da37019a" metafile = true [[files]] file = "mods/supplementaries.pw.toml" -hash = "51d5ed928f1e8800a9dd42b44e0f8a4c547780dd763a91748812312b5d29f371" +hash = "c10abbbab8c8f9ace6d9dc822df1c8ed1453273cfb270dda049ca954d23bb637" +metafile = true + +[[files]] +file = "mods/tectonic.pw.toml" +hash = "23c3dddf24d8d65b2ad798247389647b47e10439dca2c46b1c958a8d2b0a1841" +metafile = true + +[[files]] +file = "mods/tenshilib.pw.toml" +hash = "25ac4e21c8f32b8bc174037bb4a6b4e9ca7b03018de859596113022de4906036" metafile = true [[files]] @@ -470,19 +668,49 @@ file = "mods/the-conjurer.pw.toml" hash = "e7c7d4f5233ce10edc53b6e4a4aa02e79428b3d7a044b50510b7b8e8e06dd6b3" metafile = true +[[files]] +file = "mods/third-person-shooting-zero.pw.toml" +hash = "fe73225624ff39768285725c2c0cc8007925da07a1e1267e1a4e8b2a2e486d31" +metafile = true + +[[files]] +file = "mods/thirst-was-taken.pw.toml" +hash = "c2e5c1d5221dea8bc1010930b1a5b55b8faecdf9b8b3c7c1055f8089af098afc" +metafile = true + +[[files]] +file = "mods/timeless-and-classics-zero.pw.toml" +hash = "a4b08e52d3a6f5ed9fa1b3124b64d1d9b29845d80da284474654a719739ed5c7" +metafile = true + +[[files]] +file = "mods/toms-storage.pw.toml" +hash = "3869af43202af44211167226216ecd0ff557a87fe4fa8e01a271fe4e4c37b844" +metafile = true + +[[files]] +file = "mods/touhou-little-maid.pw.toml" +hash = "77603adde751d1c08b3496ca1f3b37ecb1eb448384111e19ad819845da110f55" +metafile = true + [[files]] file = "mods/transmog.pw.toml" hash = "8e4b77f9c0d67fb1279104d15966e847e983618c9263fbb51dec91f3768e5335" metafile = true +[[files]] +file = "mods/trials-chambers-backport.pw.toml" +hash = "3265a2cc2c3a62a4f8b380be694dde3cd7dba9e0630359b6a34527350bd068e8" +metafile = true + [[files]] file = "mods/upgrade-aquatic.pw.toml" -hash = "427a4ac2edeca19b458978f01611b2be1179e325b609e3d56241f97c8415a789" +hash = "788d283ab803701f297c558076d01dbf11755416f8d854c37e0448c8b15e6da3" metafile = true [[files]] file = "mods/waystones.pw.toml" -hash = "05bf4c054b1346db1696d76ebbbea07fc30668251a3c78905a98b3045df4dbf7" +hash = "2266cb1da126b45b30bf361cb9126fdb48e731587be34ffe79006eb882a757ca" metafile = true [[files]] @@ -495,14 +723,24 @@ file = "mods/woodworks.pw.toml" hash = "d8b1fdcc4d8437ed8a69ef63821a9be7e99660e33cbd4166addab7f32548d6f3" metafile = true +[[files]] +file = "mods/xaeros-world-map.pw.toml" +hash = "8e3026324227122e65ef891db279aa84191611f26d29e5dbd92e0bd2ce048b6d" +metafile = true + [[files]] file = "mods/xenon-forge.pw.toml" -hash = "5ad6515fd0e1d2f45e219e0a15066ff46c115a9aedba1a6e78d618dcf86fad7f" +hash = "464ca05aab27c1e44c64d53662bc10dd574cbdaef5ecb7a419b3adee44824317" +metafile = true + +[[files]] +file = "mods/yes-steve-model.pw.toml" +hash = "63e6a7e0f6c42f11058cd62bf2172f08f5ecf87cf6d96c790fab28fc7f210eb6" metafile = true [[files]] file = "mods/yungs-api.pw.toml" -hash = "896b09e7166d70f08e089862ad5eb8dbc8cfed02608f2c478587dbea191aadf2" +hash = "152c6732da180e958fb29f492bae2e468d4dfd423ce4d3d0d31ef31c2eec6c61" metafile = true [[files]] @@ -512,7 +750,12 @@ metafile = true [[files]] file = "mods/zeta.pw.toml" -hash = "86f3fe9dfda1e20b94ab08770214641e16882e314230d250f2f854a2051b4bde" +hash = "cb92831ae1333084aee2e0582ad76e074ee902f76939b2e2c4d288b831d27f1a" +metafile = true + +[[files]] +file = "resourcepacks/k-on!!-custom-gui-pack.pw.toml" +hash = "329553a8c2290af66fc40beb35c9e4e1dd307cbf644f1b259b2fffcd5f7a6a5a" metafile = true [[files]] diff --git a/mods/advancement-plaques.pw.toml b/mods/advancement-plaques.pw.toml index f7ce3ff..b372cb4 100644 --- a/mods/advancement-plaques.pw.toml +++ b/mods/advancement-plaques.pw.toml @@ -1,13 +1,13 @@ name = "Advancement Plaques" -filename = "AdvancementPlaques-1.20.1-forge-1.5.1.jar" +filename = "AdvancementPlaques-1.20.1-forge-1.6.7.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/9NM0dXub/versions/1GjhWcGQ/AdvancementPlaques-1.20.1-forge-1.5.1.jar" -hash-format = "sha1" -hash = "459bf06be69d28ebf522d22905019cba785978c9" +url = "https://cdn.modrinth.com/data/9NM0dXub/versions/kgUIXD9e/AdvancementPlaques-1.20.1-forge-1.6.7.jar" +hash-format = "sha512" +hash = "a7f829d475c7c2d72cdb8a1151b6a3e2bedc0150384e74a569b1fd17bb761645be2781d54acbbdb4fa51a52a00438400670e1e6609427b3472778e1f32d7b0fa" [update] [update.modrinth] mod-id = "9NM0dXub" -version = "1GjhWcGQ" +version = "kgUIXD9e" diff --git a/mods/alexs-caves.pw.toml b/mods/alexs-caves.pw.toml index fb70e46..20168a8 100644 --- a/mods/alexs-caves.pw.toml +++ b/mods/alexs-caves.pw.toml @@ -1,13 +1,13 @@ name = "Alex's Caves" -filename = "alexscaves-1.1.4.jar" +filename = "alexscaves-2.0.2.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/U6GY0xp0/versions/pdifL7d0/alexscaves-1.1.4.jar" -hash-format = "sha1" -hash = "3899837681e024ab4d520301346980fe51eceffa" +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 = "pdifL7d0" +version = "lC8HHXOF" diff --git a/mods/alexs-cloud-storage.pw.toml b/mods/alexs-cloud-storage.pw.toml deleted file mode 100644 index ac16d94..0000000 --- a/mods/alexs-cloud-storage.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Cloud Storage" -filename = "cloudstorage-1.4.0-1.20.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/ZiATPR3I/versions/RdcFsm0S/cloudstorage-1.4.0-1.20.jar" -hash-format = "sha1" -hash = "583d797ade4d5b4e8de5f0171957cf6b2f691d8d" - -[update] -[update.modrinth] -mod-id = "ZiATPR3I" -version = "RdcFsm0S" diff --git a/mods/alexs-mobs.pw.toml b/mods/alexs-mobs.pw.toml index a60e7b8..f299c14 100644 --- a/mods/alexs-mobs.pw.toml +++ b/mods/alexs-mobs.pw.toml @@ -1,13 +1,13 @@ name = "Alex's Mobs" -filename = "alexsmobs-1.22.8.jar" +filename = "alexsmobs-1.22.9.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/2cMuAZAp/versions/oaRqJ7uM/alexsmobs-1.22.8.jar" -hash-format = "sha1" -hash = "1bf92f4c70a4e01af077600d5543a63812e4d815" +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 = "oaRqJ7uM" +version = "XoIASRVU" diff --git a/mods/amendments.pw.toml b/mods/amendments.pw.toml index 5af9a05..f611bac 100644 --- a/mods/amendments.pw.toml +++ b/mods/amendments.pw.toml @@ -1,13 +1,13 @@ name = "Amendments" -filename = "amendments-1.20-1.1.31.jar" +filename = "amendments-1.20-1.2.12.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/6iTJugQR/versions/iFucsSea/amendments-1.20-1.1.31.jar" -hash-format = "sha1" -hash = "8d554e03863249f677dda814ffe0b4daa2a56804" +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 = "iFucsSea" +version = "qE7sokDv" diff --git a/mods/apotheosis.pw.toml b/mods/apotheosis.pw.toml new file mode 100644 index 0000000..510944f --- /dev/null +++ b/mods/apotheosis.pw.toml @@ -0,0 +1,13 @@ +name = "Apotheosis" +filename = "Apotheosis-1.20.1-7.4.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "301ded73e26a178cb2673a3e9e02235afbf824b6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5753183 +project-id = 313970 diff --git a/mods/apothic-attributes.pw.toml b/mods/apothic-attributes.pw.toml new file mode 100644 index 0000000..10499c6 --- /dev/null +++ b/mods/apothic-attributes.pw.toml @@ -0,0 +1,13 @@ +name = "Apothic Attributes (AttributesLib)" +filename = "ApothicAttributes-1.20.1-1.3.7.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1dc0744d17f0861fe6b067798d39abce9d8e0e86" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5634071 +project-id = 898963 diff --git a/mods/balm.pw.toml b/mods/balm.pw.toml index 41a80a3..1b4d0da 100644 --- a/mods/balm.pw.toml +++ b/mods/balm.pw.toml @@ -1,13 +1,13 @@ name = "Balm" -filename = "balm-forge-1.20.1-7.2.2.jar" +filename = "balm-forge-1.20.1-7.3.9-all.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/fzqus8s0/balm-forge-1.20.1-7.2.2.jar" -hash-format = "sha1" -hash = "c0bb062b52fa0a234d922e066d3e09c3df4297d9" +url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/UTwD7ASf/balm-forge-1.20.1-7.3.9-all.jar" +hash-format = "sha512" +hash = "62f736031f4485c952eb4b516cd456b75b8f045ba9d9776cc107eceda8e1d1d778949c3218d495a669e4dff4b51ed0395b10defd5c9f49d8c9e979151765b9e3" [update] [update.modrinth] mod-id = "MBAkmtvl" -version = "fzqus8s0" +version = "UTwD7ASf" diff --git a/mods/bookshelf-lib.pw.toml b/mods/bookshelf-lib.pw.toml index 38d71cc..9a01ec5 100644 --- a/mods/bookshelf-lib.pw.toml +++ b/mods/bookshelf-lib.pw.toml @@ -1,13 +1,13 @@ name = "Bookshelf" -filename = "Bookshelf-Forge-1.20.1-20.1.10.jar" +filename = "Bookshelf-Forge-1.20.1-20.2.13.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/uy4Cnpcm/versions/zozOd4AM/Bookshelf-Forge-1.20.1-20.1.10.jar" -hash-format = "sha1" -hash = "6f9ac2d30eb64781ddd47ddf0b2ea84c32501e03" +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 = "zozOd4AM" +version = "tNwsir0K" diff --git a/mods/caelus.pw.toml b/mods/caelus.pw.toml new file mode 100644 index 0000000..d905efb --- /dev/null +++ b/mods/caelus.pw.toml @@ -0,0 +1,13 @@ +name = "Caelus API" +filename = "caelus-forge-3.2.0+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/40FYwb4z/versions/mRry0DgY/caelus-forge-3.2.0%2B1.20.1.jar" +hash-format = "sha512" +hash = "906baad404c33288d8daf8937bc6a85d3bcc03db67a4a68395b8f01eea57f773420ff97919aadb08a7618b62b0c6c3db72270f9c3af836b822385464f509cf78" + +[update] +[update.modrinth] +mod-id = "40FYwb4z" +version = "mRry0DgY" diff --git a/mods/citadel.pw.toml b/mods/citadel.pw.toml index e8054c0..bf56117 100644 --- a/mods/citadel.pw.toml +++ b/mods/citadel.pw.toml @@ -1,13 +1,13 @@ name = "Citadel" -filename = "citadel-2.5.4-1.20.1.jar" +filename = "citadel-2.6.0-1.20.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/jJfV67b1/versions/ssXkoBKk/citadel-2.5.4-1.20.1.jar" -hash-format = "sha1" -hash = "e7f209ae09cf818ecf98698482b82a1cbe0fe058" +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 = "ssXkoBKk" +version = "mL5pYWWo" diff --git a/mods/cloth-config.pw.toml b/mods/cloth-config.pw.toml index 8d63340..450b0e9 100644 --- a/mods/cloth-config.pw.toml +++ b/mods/cloth-config.pw.toml @@ -1,13 +1,13 @@ name = "Cloth Config API" -filename = "cloth-config-11.1.118-forge.jar" +filename = "cloth-config-11.1.136-forge.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/9s6osm5g/versions/nr1znv5v/cloth-config-11.1.118-forge.jar" -hash-format = "sha1" -hash = "c46ca3fba95691873a765f4e79750c615f33e446" +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 = "nr1znv5v" +version = "t8TXrZvZ" diff --git a/mods/corgilib.pw.toml b/mods/corgilib.pw.toml new file mode 100644 index 0000000..f6e35a3 --- /dev/null +++ b/mods/corgilib.pw.toml @@ -0,0 +1,13 @@ +name = "CorgiLib" +filename = "Corgilib-Forge-1.20.1-4.0.3.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ziOp6EO8/versions/RE7m8W42/Corgilib-Forge-1.20.1-4.0.3.2.jar" +hash-format = "sha512" +hash = "aee77c2e495945756c1326c97135e80d5ffadc1ad859c7ac8e67f553aaf51ab0d3875da8504da111947b83eafb2a1f14858e1c8cc72c0f3a7a933699337a298b" + +[update] +[update.modrinth] +mod-id = "ziOp6EO8" +version = "RE7m8W42" diff --git a/mods/creativecore.pw.toml b/mods/creativecore.pw.toml new file mode 100644 index 0000000..1461c3d --- /dev/null +++ b/mods/creativecore.pw.toml @@ -0,0 +1,13 @@ +name = "CreativeCore" +filename = "CreativeCore_FORGE_v2.12.22_mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/OsZiaDHq/versions/a7Yy3lNf/CreativeCore_FORGE_v2.12.22_mc1.20.1.jar" +hash-format = "sha512" +hash = "933e0f979a7e683027d154caff47e5188ad8c504292ee238af4299f79eb35d428a4bbbf7e4ef03c3cb42cb8f917e0f1fee598074bef762de093b9b61c7996652" + +[update] +[update.modrinth] +mod-id = "OsZiaDHq" +version = "a7Yy3lNf" diff --git a/mods/cupboard.pw.toml b/mods/cupboard.pw.toml new file mode 100644 index 0000000..2160f6c --- /dev/null +++ b/mods/cupboard.pw.toml @@ -0,0 +1,13 @@ +name = "Cupboard" +filename = "cupboard-1.20.1-2.7.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "204bc8aa83e8a685f64311b72d55505ab2eca867" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5470032 +project-id = 326652 diff --git a/mods/ding.pw.toml b/mods/ding.pw.toml index 42a1a78..4bf0e1f 100644 --- a/mods/ding.pw.toml +++ b/mods/ding.pw.toml @@ -1,13 +1,13 @@ name = "Ding" -filename = "Ding-1.20.1-Forge-1.4.1.jar" +filename = "Ding-1.20.1-Forge-1.5.0.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/UEtTD3gP/versions/ZvOp5eWG/Ding-1.20.1-Forge-1.4.1.jar" -hash-format = "sha1" -hash = "c46db36e9fc40865d54590c1a59ea71915e341a6" +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 = "ZvOp5eWG" +version = "nRsfFBuc" diff --git a/mods/emi-loot.pw.toml b/mods/emi-loot.pw.toml index 25e00b9..262fcfb 100644 --- a/mods/emi-loot.pw.toml +++ b/mods/emi-loot.pw.toml @@ -1,13 +1,13 @@ name = "EMI Loot" -filename = "emi_loot-0.6.5+1.20.1+forge.jar" +filename = "emi_loot-0.7.4+1.20.1+forge.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/qbbO7Jns/versions/91c49w5V/emi_loot-0.6.5%2B1.20.1%2Bforge.jar" -hash-format = "sha1" -hash = "dbaf0e9e00267860015d8991f0c4c38e39a994ed" +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 = "91c49w5V" +version = "muA4mic3" diff --git a/mods/emi.pw.toml b/mods/emi.pw.toml index 1d21c2a..a037d95 100644 --- a/mods/emi.pw.toml +++ b/mods/emi.pw.toml @@ -1,13 +1,13 @@ name = "EMI" -filename = "emi-1.1.6+1.20.1+forge.jar" +filename = "emi-1.1.18+1.20.1+forge.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/fRiHVvU7/versions/5b1435Qy/emi-1.1.6%2B1.20.1%2Bforge.jar" -hash-format = "sha1" -hash = "3241252653bab30468bac7c1402edd8fd807fa83" +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 = "5b1435Qy" +version = "nD8mVPnn" diff --git a/mods/enchantment-descriptions.pw.toml b/mods/enchantment-descriptions.pw.toml index cee8b14..0b28e33 100644 --- a/mods/enchantment-descriptions.pw.toml +++ b/mods/enchantment-descriptions.pw.toml @@ -1,13 +1,13 @@ name = "Enchantment Descriptions" -filename = "EnchantmentDescriptions-Forge-1.20.1-17.0.15.jar" +filename = "EnchantmentDescriptions-Forge-1.20.1-17.1.19.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/UVtY3ZAC/versions/P4T8CChc/EnchantmentDescriptions-Forge-1.20.1-17.0.15.jar" -hash-format = "sha1" -hash = "3a74fe0e8907520df16759f33a69804c2b91a070" +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 = "P4T8CChc" +version = "nq9ce04C" diff --git a/mods/enhanced-celestials.pw.toml b/mods/enhanced-celestials.pw.toml new file mode 100644 index 0000000..b955e3c --- /dev/null +++ b/mods/enhanced-celestials.pw.toml @@ -0,0 +1,13 @@ +name = "Enhanced Celestials" +filename = "Enhanced-Celestials-Forge-1.20.1-5.0.1.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/2rL16t1O/versions/1xSRBbRW/Enhanced-Celestials-Forge-1.20.1-5.0.1.0.jar" +hash-format = "sha512" +hash = "bf46e9d1f29ab03737c7b9e0bf333244c3e5059763a30817174462fa26e4f8296e55d4ba1ab2a0d6081852b110abec373268620b241c53ac57e6b0bd0ddb14aa" + +[update] +[update.modrinth] +mod-id = "2rL16t1O" +version = "1xSRBbRW" diff --git a/mods/every-compat.pw.toml b/mods/every-compat.pw.toml index 6e79a56..d416a6d 100644 --- a/mods/every-compat.pw.toml +++ b/mods/every-compat.pw.toml @@ -1,13 +1,13 @@ name = "Every Compat (Wood Good)" -filename = "everycomp-1.20-2.6.55.jar" +filename = "everycomp-1.20-2.6.90.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/eiktJyw1/versions/UcNI6KkG/everycomp-1.20-2.6.55.jar" -hash-format = "sha1" -hash = "dfb56c2a8342a24605080a492487474218d54259" +url = "https://cdn.modrinth.com/data/eiktJyw1/versions/wzutXfUE/everycomp-1.20-2.6.90.jar" +hash-format = "sha512" +hash = "2fe7bd1808859f4685536dac26022a1d40816fb368d60450794744c77da010aacc20ade0897deeba8d1548eef0c35fedd1748fa43ab49717a11acd93c8002495" [update] [update.modrinth] mod-id = "eiktJyw1" -version = "UcNI6KkG" +version = "wzutXfUE" diff --git a/mods/exposure.pw.toml b/mods/exposure.pw.toml index a669b96..a2c6ee4 100644 --- a/mods/exposure.pw.toml +++ b/mods/exposure.pw.toml @@ -1,13 +1,13 @@ name = "Exposure" -filename = "exposure-1.20.1-1.6.0-forge.jar" +filename = "exposure-1.20.1-1.7.7-forge.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/hB899VmG/versions/IaNkecwg/exposure-1.20.1-1.6.0-forge.jar" -hash-format = "sha1" -hash = "e8540cbffbdc957edadf124bef5a01779dfdcf09" +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 = "IaNkecwg" +version = "3o0pJdF1" diff --git a/mods/farmers-delight.pw.toml b/mods/farmers-delight.pw.toml index ca92066..37c40ed 100644 --- a/mods/farmers-delight.pw.toml +++ b/mods/farmers-delight.pw.toml @@ -1,13 +1,13 @@ name = "Farmer's Delight" -filename = "FarmersDelight-1.20.1-1.2.4.jar" +filename = "FarmersDelight-1.20.1-1.2.5.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/R2OftAxM/versions/AxgOboGq/FarmersDelight-1.20.1-1.2.4.jar" -hash-format = "sha1" -hash = "71daa55fd88b6f181c51ec6892600415df591f64" +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 = "AxgOboGq" +version = "5tKbefI6" diff --git a/mods/fast-ip-ping.pw.toml b/mods/fast-ip-ping.pw.toml index 9fad54f..dd7af4f 100644 --- a/mods/fast-ip-ping.pw.toml +++ b/mods/fast-ip-ping.pw.toml @@ -1,13 +1,13 @@ name = "fast-ip-ping" -filename = "fast-ip-ping-mc1.20.4-forge-v1.0.1.jar" +filename = "fast-ip-ping-v1.0.5-mc1.20.4-forge.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/9mtu0sUO/versions/f6pkJC6p/fast-ip-ping-mc1.20.4-forge-v1.0.1.jar" -hash-format = "sha1" -hash = "d2ae47cc0e30f9dd354de6af5db0a65401dab631" +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 = "f6pkJC6p" +version = "lfk0K3KM" diff --git a/mods/figura.pw.toml b/mods/figura.pw.toml deleted file mode 100644 index 83dca72..0000000 --- a/mods/figura.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -name = "Figura" -filename = "figura-0.1.4+1.20.1-forge-mc.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/s9gIPDom/versions/vo8jpIKn/figura-0.1.4%2B1.20.1-forge-mc.jar" -hash-format = "sha1" -hash = "272ec108bf034d0a82f3a67dbdea5e5158c9b569" - -[option] -optional = true -default = false -description = "hazu >:(" - -[update] -[update.modrinth] -mod-id = "s9gIPDom" -version = "vo8jpIKn" diff --git a/mods/firstaid.pw.toml b/mods/firstaid.pw.toml new file mode 100644 index 0000000..fecb2cb --- /dev/null +++ b/mods/firstaid.pw.toml @@ -0,0 +1,13 @@ +name = "FirstAid" +filename = "firstaid-1.20.1-1.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/eTiYU57B/versions/JzYydXeE/firstaid-1.20.1-1.1.jar" +hash-format = "sha512" +hash = "614e6f36bf1ef441446901710ed6512cb0d3878857d3b5a3bf707e50a26f53505af7330df7a4aa7b4d6efece80ae3cb34fbad549ed28986a755389bdef0538a9" + +[update] +[update.modrinth] +mod-id = "eTiYU57B" +version = "JzYydXeE" diff --git a/mods/forgeshot.pw.toml b/mods/forgeshot.pw.toml new file mode 100644 index 0000000..36bccd7 --- /dev/null +++ b/mods/forgeshot.pw.toml @@ -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" diff --git a/mods/fzzy-config.pw.toml b/mods/fzzy-config.pw.toml new file mode 100644 index 0000000..4d7ada6 --- /dev/null +++ b/mods/fzzy-config.pw.toml @@ -0,0 +1,13 @@ +name = "Fzzy Config" +filename = "fzzy_config-0.5.7+1.20.1+forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/hYykXjDp/versions/JGCE9bhE/fzzy_config-0.5.7%2B1.20.1%2Bforge.jar" +hash-format = "sha512" +hash = "e4ed4919c77d8372d7de073dce463609eca0cead38b2d592a4fa7ea5edcaf2e630e0542b6486193f2680ad3e7774b9b9822f2aaf773a8cd11e867825fd4bb047" + +[update] +[update.modrinth] +mod-id = "hYykXjDp" +version = "JGCE9bhE" diff --git a/mods/grimoire-of-gaia.pw.toml b/mods/grimoire-of-gaia.pw.toml new file mode 100644 index 0000000..cc6f659 --- /dev/null +++ b/mods/grimoire-of-gaia.pw.toml @@ -0,0 +1,13 @@ +name = "Grimoire of Gaia" +filename = "GrimoireOfGaia4-1.20.1-4.0.0-alpha.11.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ec2aad2cfcb8cabb59887e95ff359040926ee786" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5678610 +project-id = 228948 diff --git a/mods/ice-and-fire-dragon-finder.pw.toml b/mods/ice-and-fire-dragon-finder.pw.toml new file mode 100644 index 0000000..3b553a8 --- /dev/null +++ b/mods/ice-and-fire-dragon-finder.pw.toml @@ -0,0 +1,13 @@ +name = "Ice and Fire: Dragon Finder" +filename = "dragonfinder-1.20.1-1.0.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/6jH64T6j/versions/W7d3gdr9/dragonfinder-1.20.1-1.0.0.jar" +hash-format = "sha512" +hash = "17a247ade2df68e59167f36682665298af471bab522d1b2d7f8be80d08c22ea314a8ea552474e10524f4819bda57de02117f4446b0fa70823c2eb981067ce87b" + +[update] +[update.modrinth] +mod-id = "6jH64T6j" +version = "W7d3gdr9" diff --git a/mods/ice-and-fire-dragons.pw.toml b/mods/ice-and-fire-dragons.pw.toml new file mode 100644 index 0000000..9f3e238 --- /dev/null +++ b/mods/ice-and-fire-dragons.pw.toml @@ -0,0 +1,13 @@ +name = "Ice and Fire" +filename = "iceandfire-2.1.13-1.20.1-beta-5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/LVnvHVBp/versions/EzN8KQYF/iceandfire-2.1.13-1.20.1-beta-5.jar" +hash-format = "sha512" +hash = "9e3559efccfb898a1f96c16910c07d26bafa730603a335db04df5a1ef511bd2e60b6bbb788c12aa80b12c8ffd8228e7eddf840f90f356577bfd0e439e24eb4f1" + +[update] +[update.modrinth] +mod-id = "LVnvHVBp" +version = "EzN8KQYF" diff --git a/mods/iceberg.pw.toml b/mods/iceberg.pw.toml index f86d9e3..bcd1870 100644 --- a/mods/iceberg.pw.toml +++ b/mods/iceberg.pw.toml @@ -1,13 +1,13 @@ name = "Iceberg" -filename = "Iceberg-1.20.1-forge-1.1.21.jar" +filename = "Iceberg-1.20.1-forge-1.1.25.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/5faXoLqX/versions/boNnPeth/Iceberg-1.20.1-forge-1.1.21.jar" -hash-format = "sha1" -hash = "1692af84ef74a07b1f2e5dcdbff821effafdd24b" +url = "https://cdn.modrinth.com/data/5faXoLqX/versions/BQ8rJPXV/Iceberg-1.20.1-forge-1.1.25.jar" +hash-format = "sha512" +hash = "8612097a014fcd6343a092cfeddb0e9d57c5a665b9ac61603a7760d156abd048ac548db55e750b369700b0475661e554f4b92b44677edf07574d4f9ffa42558c" [update] [update.modrinth] mod-id = "5faXoLqX" -version = "boNnPeth" +version = "BQ8rJPXV" diff --git a/mods/ichunutil.pw.toml b/mods/ichunutil.pw.toml new file mode 100644 index 0000000..d1cdaac --- /dev/null +++ b/mods/ichunutil.pw.toml @@ -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" diff --git a/mods/improved-mobs.pw.toml b/mods/improved-mobs.pw.toml new file mode 100644 index 0000000..96adb7a --- /dev/null +++ b/mods/improved-mobs.pw.toml @@ -0,0 +1,13 @@ +name = "Improved Mobs" +filename = "improvedmobs-1.20.1-1.13.0-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/23MovWyi/versions/UANNR9yv/improvedmobs-1.20.1-1.13.0-forge.jar" +hash-format = "sha512" +hash = "439800f59ddeb8b2727260e89f7a02d82821c71fea88a8513aba83cabb829b288baf274c007a9fcf3ee942f51ff079a0cbfa27464d0a4df9a46cb7c11556fc8e" + +[update] +[update.modrinth] +mod-id = "23MovWyi" +version = "UANNR9yv" diff --git a/mods/jade-addons-forge.pw.toml b/mods/jade-addons-forge.pw.toml index 80e9f4f..4338e8e 100644 --- a/mods/jade-addons-forge.pw.toml +++ b/mods/jade-addons-forge.pw.toml @@ -1,13 +1,13 @@ name = "Jade Addons (Forge)" -filename = "JadeAddons-1.20.1-forge-5.2.2.jar" +filename = "JadeAddons-1.20.1-Forge-5.3.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/xuDOzCLy/versions/AdyaTuHw/JadeAddons-1.20.1-forge-5.2.2.jar" -hash-format = "sha1" -hash = "74b567a2b23bf34cd37ee4c02059318f8cc702d7" +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 = "AdyaTuHw" +version = "PSP77dD5" diff --git a/mods/jade.pw.toml b/mods/jade.pw.toml index 1a99dff..18d375c 100644 --- a/mods/jade.pw.toml +++ b/mods/jade.pw.toml @@ -1,13 +1,13 @@ name = "Jade 🔍" -filename = "Jade-1.20.1-forge-11.9.2.jar" +filename = "Jade-1.20.1-Forge-11.12.2.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/nvQzSEkH/versions/X6kFPDSp/Jade-1.20.1-forge-11.9.2.jar" -hash-format = "sha1" -hash = "c393847a8a8fc5ed6f594a12618e68900abe447c" +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 = "X6kFPDSp" +version = "bzWVE2db" diff --git a/mods/jei.pw.toml b/mods/jei.pw.toml index 8e332af..a65bc28 100644 --- a/mods/jei.pw.toml +++ b/mods/jei.pw.toml @@ -1,13 +1,13 @@ name = "Just Enough Items" -filename = "jei-1.20.1-forge-15.3.0.4.jar" +filename = "jei-1.20.1-forge-15.20.0.105.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/u6dRKJwZ/versions/PeYsGsQy/jei-1.20.1-forge-15.3.0.4.jar" -hash-format = "sha1" -hash = "1a431d34991d51998f9971c4291bac2d58eaa154" +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 = "PeYsGsQy" +version = "iNv5B1Zj" diff --git a/mods/just-enough-effect-descriptions-jeed.pw.toml b/mods/just-enough-effect-descriptions-jeed.pw.toml index ee77cdb..f5046b3 100644 --- a/mods/just-enough-effect-descriptions-jeed.pw.toml +++ b/mods/just-enough-effect-descriptions-jeed.pw.toml @@ -1,13 +1,13 @@ name = "Just Enough Effect Descriptions (JEED)" -filename = "jeed-1.20-2.1.12.jar" +filename = "jeed-1.20-2.2.2.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/EO27GKs1/versions/rONG0iY3/jeed-1.20-2.1.12.jar" -hash-format = "sha1" -hash = "38d95e3a45183e01dd527289ea765fbb69917646" +url = "https://cdn.modrinth.com/data/EO27GKs1/versions/UsKXS9eh/jeed-1.20-2.2.2.jar" +hash-format = "sha512" +hash = "11758e3a7a2ffbf601bb5a4785071bd91aa9acb3b1f93748aa1505f5124b893f7f1f019ff446d6cbed9942595435a4c8dd65f03d04ad25b53ea5636b3f029a72" [update] [update.modrinth] mod-id = "EO27GKs1" -version = "rONG0iY3" +version = "UsKXS9eh" diff --git a/mods/justenoughbreeding.pw.toml b/mods/justenoughbreeding.pw.toml index 9d553e9..db9a995 100644 --- a/mods/justenoughbreeding.pw.toml +++ b/mods/justenoughbreeding.pw.toml @@ -1,13 +1,13 @@ name = "Just Enough Breeding (JEBr)" -filename = "justenoughbreeding-forge-1.20.x-1.2.1.jar" +filename = "justenoughbreeding-neoforge-1.20.1-1.4.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/9Pk89J3g/versions/96ywZ7No/justenoughbreeding-forge-1.20.x-1.2.1.jar" -hash-format = "sha1" -hash = "effa02960c81b5ff3d47316f793b76ca7b423db4" +url = "https://cdn.modrinth.com/data/9Pk89J3g/versions/iJCWFXEr/justenoughbreeding-neoforge-1.20.1-1.4.1.jar" +hash-format = "sha512" +hash = "8d2547132612a4fb1bdcdf5487b2652314396ab7f89362ca418396dfba3606a70fec3f398db20917decacf682103db6416aeb2e7402bd36131c2492b7e15936d" [update] [update.modrinth] mod-id = "9Pk89J3g" -version = "96ywZ7No" +version = "iJCWFXEr" diff --git a/mods/kotlin-for-forge.pw.toml b/mods/kotlin-for-forge.pw.toml new file mode 100644 index 0000000..82dd0a0 --- /dev/null +++ b/mods/kotlin-for-forge.pw.toml @@ -0,0 +1,13 @@ +name = "Kotlin for Forge" +filename = "kotlinforforge-4.11.0-all.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ordsPcFz/versions/hmeyC41q/kotlinforforge-4.11.0-all.jar" +hash-format = "sha512" +hash = "d72707078f0c4fde78981c638ca976722f22a64ce74bdb489258790fe9886d763a7b1e0dfbc5429ddd3105d8a65d177f06242dfb1457e219e56c70dd3e8cbf2c" + +[update] +[update.modrinth] +mod-id = "ordsPcFz" +version = "hmeyC41q" diff --git a/mods/moonlight.pw.toml b/mods/moonlight.pw.toml index 6451b5e..0bbde07 100644 --- a/mods/moonlight.pw.toml +++ b/mods/moonlight.pw.toml @@ -1,13 +1,13 @@ name = "Moonlight Lib" -filename = "moonlight-1.20-2.11.29-forge.jar" +filename = "moonlight-1.20-2.13.26-forge.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/twkfQtEc/versions/N9LlGRuD/moonlight-1.20-2.11.29-forge.jar" -hash-format = "sha1" -hash = "26eea72b9a7d721500abc45a9c7d54ab9ebfca5c" +url = "https://cdn.modrinth.com/data/twkfQtEc/versions/jC0EiiwU/moonlight-1.20-2.13.26-forge.jar" +hash-format = "sha512" +hash = "5ff14416e98094a83591dc0201fcf3b5bf2853c697a35ac31dc906ab66bccfc55067703ecea111f836f084e59706f55e1b96594b250f5523914f30b97d120ab7" [update] [update.modrinth] mod-id = "twkfQtEc" -version = "N9LlGRuD" +version = "jC0EiiwU" diff --git a/mods/not-enough-animations.pw.toml b/mods/not-enough-animations.pw.toml index 66d20ab..788fd70 100644 --- a/mods/not-enough-animations.pw.toml +++ b/mods/not-enough-animations.pw.toml @@ -1,13 +1,13 @@ name = "Not Enough Animations" -filename = "notenoughanimations-forge-1.7.3-mc1.20.1.jar" +filename = "notenoughanimations-forge-1.8.1-mc1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/MPCX6s5C/versions/Av1z44jf/notenoughanimations-forge-1.7.3-mc1.20.1.jar" -hash-format = "sha1" -hash = "e51e63167f18672a8d34cdec9c1efe75914d18cb" +url = "https://cdn.modrinth.com/data/MPCX6s5C/versions/WsjBROya/notenoughanimations-forge-1.8.1-mc1.20.1.jar" +hash-format = "sha512" +hash = "fe3ce4e9008fa87f97e0a6a421477e26624ccbb656cc967c2c5574a877c0e9cc69a818c137188e48e5d14aa243cf7c60d359be044bc5e12e6c5e2dbba2365abf" [update] [update.modrinth] mod-id = "MPCX6s5C" -version = "Av1z44jf" +version = "WsjBROya" diff --git a/mods/origins-forge.pw.toml b/mods/origins-forge.pw.toml new file mode 100644 index 0000000..5ba3955 --- /dev/null +++ b/mods/origins-forge.pw.toml @@ -0,0 +1,13 @@ +name = "Origins (Forge)" +filename = "origins-forge-1.20.1-1.10.0.9-all.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/jl3m2lR9/versions/vynFXywM/origins-forge-1.20.1-1.10.0.9-all.jar" +hash-format = "sha512" +hash = "b103ac2ac509e98eaceedf04891bbe302e82f8b4a7fc3790b3d63bd912306bb09f9925489473211627a7a87d2049672a3e66c5cf6f5b1e34e62049f3a43d0e5d" + +[update] +[update.modrinth] +mod-id = "jl3m2lR9" +version = "vynFXywM" diff --git a/mods/origins-minus.pw.toml b/mods/origins-minus.pw.toml new file mode 100644 index 0000000..eb0f00c --- /dev/null +++ b/mods/origins-minus.pw.toml @@ -0,0 +1,13 @@ +name = "Origins Minus" +filename = "origins-minus-2.2.3+1.20.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gbOL9is1/versions/TlhduF7R/origins-minus-2.2.3%2B1.20.jar" +hash-format = "sha512" +hash = "6189711c6fcad440d75a22fbbb85b4da74a8e1aca8b0e5b922548878f0a72d103180bf91871fabc91febdb7fbe1f52562b3f4c4595454de00e3c6e393a3afe03" + +[update] +[update.modrinth] +mod-id = "gbOL9is1" +version = "TlhduF7R" diff --git a/mods/parcool.pw.toml b/mods/parcool.pw.toml new file mode 100644 index 0000000..438a0d7 --- /dev/null +++ b/mods/parcool.pw.toml @@ -0,0 +1,13 @@ +name = "ParCool!" +filename = "ParCool-1.20.1-3.3.0.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Fsvx2bdR/versions/H0pXfFO6/ParCool-1.20.1-3.3.0.2.jar" +hash-format = "sha512" +hash = "403f7e968a73b1fad3750b3ec9ef4a9757ceb9699ee43e5b17db90591099577b93ade3fa338d459bd0aaf22c6e02da58428c2fb1d4abc7830347bce83b28810e" + +[update] +[update.modrinth] +mod-id = "Fsvx2bdR" +version = "H0pXfFO6" diff --git a/mods/patchouli.pw.toml b/mods/patchouli.pw.toml new file mode 100644 index 0000000..36b6ef0 --- /dev/null +++ b/mods/patchouli.pw.toml @@ -0,0 +1,13 @@ +name = "Patchouli" +filename = "Patchouli-1.20.1-84-FORGE.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b6b7267f3669c10c167d5d375d0274d40e3eb756" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4966125 +project-id = 306770 diff --git a/mods/pehkui.pw.toml b/mods/pehkui.pw.toml new file mode 100644 index 0000000..818f1a6 --- /dev/null +++ b/mods/pehkui.pw.toml @@ -0,0 +1,13 @@ +name = "Pehkui" +filename = "Pehkui-3.8.2+1.20.1-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/t5W7Jfwy/versions/SQpqSgAE/Pehkui-3.8.2%2B1.20.1-forge.jar" +hash-format = "sha512" +hash = "e4660f0b5af6bfe2902ab39a6fbfa911856e0567bffc47842b482731da373afa4424b9e7cf47c61a0c2107445520475053709a6671d9eb4b7f4b55597729af3f" + +[update] +[update.modrinth] +mod-id = "t5W7Jfwy" +version = "SQpqSgAE" diff --git a/mods/placebo.pw.toml b/mods/placebo.pw.toml new file mode 100644 index 0000000..f18a02f --- /dev/null +++ b/mods/placebo.pw.toml @@ -0,0 +1,13 @@ +name = "Placebo" +filename = "Placebo-1.20.1-8.6.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "dacfb5429e4a7902203e417c78aab6e0d5087255" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5414631 +project-id = 283644 diff --git a/mods/playerrevive.pw.toml b/mods/playerrevive.pw.toml new file mode 100644 index 0000000..aa15b5e --- /dev/null +++ b/mods/playerrevive.pw.toml @@ -0,0 +1,13 @@ +name = "PlayerRevive" +filename = "PlayerRevive_FORGE_v2.0.29_mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ABIMzABM/versions/MQOdwQFF/PlayerRevive_FORGE_v2.0.29_mc1.20.1.jar" +hash-format = "sha512" +hash = "d6f8ac6cc2b4ee84e9461611f523d635fc183de3f4c52c5275b547b8f654df1369e78cd679a5bbca69c75007b042ec124150d7aea91f4bd193d550895ab845b3" + +[update] +[update.modrinth] +mod-id = "ABIMzABM" +version = "MQOdwQFF" diff --git a/mods/quark.pw.toml b/mods/quark.pw.toml index 40e7033..cfbc93d 100644 --- a/mods/quark.pw.toml +++ b/mods/quark.pw.toml @@ -1,13 +1,13 @@ name = "Quark" -filename = "Quark-4.0-443.jar" +filename = "Quark-4.0-460.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/qnQsVE2z/versions/mTZKUEO8/Quark-4.0-443.jar" -hash-format = "sha1" -hash = "4bb048c40a82963aa493b23776fb127d13386967" +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 = "mTZKUEO8" +version = "vIWYw2yn" diff --git a/mods/radium.pw.toml b/mods/radium.pw.toml index 2e06260..cac1820 100644 --- a/mods/radium.pw.toml +++ b/mods/radium.pw.toml @@ -1,13 +1,13 @@ name = "Radium" -filename = "radium-mc1.20.1-0.12.3+git.50c5c33.jar" +filename = "radium-mc1.20.1-0.12.4+git.26c9d8e.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/2gvRmQXx/versions/NhMILNAm/radium-mc1.20.1-0.12.3%2Bgit.50c5c33.jar" -hash-format = "sha1" -hash = "c498557a39250523a29a40678ae86f1c03d757c0" +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 = "NhMILNAm" +version = "n947JjJH" diff --git a/mods/raised.pw.toml b/mods/raised.pw.toml index 881f805..3170631 100644 --- a/mods/raised.pw.toml +++ b/mods/raised.pw.toml @@ -1,13 +1,13 @@ name = "Raised" -filename = "raised-forge-1.20.1-3.1.3.jar" +filename = "raised-forge-1.20.1-4.0.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/nCQRBEiR/versions/rHORzYiO/raised-forge-1.20.1-3.1.3.jar" -hash-format = "sha1" -hash = "b8bfb049c7f4b5d8cca9739f78f42520ab119836" +url = "https://cdn.modrinth.com/data/nCQRBEiR/versions/KikwC56L/raised-forge-1.20.1-4.0.1.jar" +hash-format = "sha512" +hash = "0083de47f22b5300a63b10a6356aec6fb6f7e686b827748e73f272f6cd1769266f0b8c9c0b4cdd4e3eda2ece655ffec0f978bcd26f4f0922f86fbbc36eb57ced" [update] [update.modrinth] mod-id = "nCQRBEiR" -version = "rHORzYiO" +version = "KikwC56L" diff --git a/mods/rats.pw.toml b/mods/rats.pw.toml new file mode 100644 index 0000000..2efc7c2 --- /dev/null +++ b/mods/rats.pw.toml @@ -0,0 +1,13 @@ +name = "Rats" +filename = "Rats-1.20.1-8.1.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/CETpiisl/versions/EbBp44Gs/Rats-1.20.1-8.1.3.jar" +hash-format = "sha512" +hash = "9743b737d2ecbb102d5d3f27e9e3a21dfce3bbe62be8c63669e864b210b15564c738272139f1db7730dd57a5425b730d382d369fbff90299f8bd1c957868bfe4" + +[update] +[update.modrinth] +mod-id = "CETpiisl" +version = "EbBp44Gs" diff --git a/mods/reef-redux.pw.toml b/mods/reef-redux.pw.toml index 60c74e5..ce3cd66 100644 --- a/mods/reef-redux.pw.toml +++ b/mods/reef-redux.pw.toml @@ -1,13 +1,13 @@ name = "Reef Redux" -filename = "reefredux-1.20.1-1.1.1.jar" +filename = "reefredux-1.20.1-1.2.0.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/cXc3rmTO/versions/QeyzDYF7/reefredux-1.20.1-1.1.1.jar" -hash-format = "sha1" -hash = "01d116358c884769687304b7ab768f5634731c8f" +url = "https://cdn.modrinth.com/data/cXc3rmTO/versions/j4Seb6OD/reefredux-1.20.1-1.2.0.jar" +hash-format = "sha512" +hash = "c8d3b5e5cad7b0d546e049ecfbe948db5909bd871069b0b5dfcc5a440ab086c430a98a4a35c03fb82e2da7bca0030b1c7800646725ee536c23d961755ef37028" [update] [update.modrinth] mod-id = "cXc3rmTO" -version = "QeyzDYF7" +version = "j4Seb6OD" diff --git a/mods/rei.pw.toml b/mods/rei.pw.toml index 020ce3a..bcb99d2 100644 --- a/mods/rei.pw.toml +++ b/mods/rei.pw.toml @@ -1,13 +1,13 @@ name = "Roughly Enough Items (REI)" -filename = "RoughlyEnoughItems-12.1.725-forge.jar" +filename = "RoughlyEnoughItems-12.1.785-forge.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/nfn13YXA/versions/2bDXz4ej/RoughlyEnoughItems-12.1.725-forge.jar" -hash-format = "sha1" -hash = "f238c2913044eaf48282dff46b7aab2dcd1a270b" +url = "https://cdn.modrinth.com/data/nfn13YXA/versions/IoS2AjPk/RoughlyEnoughItems-12.1.785-forge.jar" +hash-format = "sha512" +hash = "c229232ce96368e16631ac0557caa2b14f3ee2c5d587241da7889b142aecb61eb68dd400f60f368951ffc741f2d375732daf2bf5a46ced239a6e4bb692066110" [update] [update.modrinth] mod-id = "nfn13YXA" -version = "2bDXz4ej" +version = "IoS2AjPk" diff --git a/mods/roughly-enough-items-server-component.pw.toml b/mods/roughly-enough-items-server-component.pw.toml index 07f94b4..37db22b 100644 --- a/mods/roughly-enough-items-server-component.pw.toml +++ b/mods/roughly-enough-items-server-component.pw.toml @@ -1,13 +1,13 @@ name = "Roughly Enough Items Server Component (REI-SC)" -filename = "RoughlyEnoughItems-12.1.725-server-only.jar" +filename = "RoughlyEnoughItems-12.1.785-server-only.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/OM4ZYSws/versions/VvR2jxYh/RoughlyEnoughItems-12.1.725-server-only.jar" -hash-format = "sha1" -hash = "20e13ac7f58b04a2058e02af4637667609b4b507" +url = "https://cdn.modrinth.com/data/OM4ZYSws/versions/eVGbaFoc/RoughlyEnoughItems-12.1.785-server-only.jar" +hash-format = "sha512" +hash = "c15a6f25694a251fa164ffedc47dd2e2d3ccea85818ce0b7b3323318cfe6d6f3c5d642145e2a4b446e13953f8877773c69eabdd530c02e14134144fc52353222" [update] [update.modrinth] mod-id = "OM4ZYSws" -version = "VvR2jxYh" +version = "eVGbaFoc" diff --git a/mods/savage-ender-dragon.pw.toml b/mods/savage-ender-dragon.pw.toml new file mode 100644 index 0000000..1a1b2fa --- /dev/null +++ b/mods/savage-ender-dragon.pw.toml @@ -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 diff --git a/mods/screenshot-viewer.pw.toml b/mods/screenshot-viewer.pw.toml new file mode 100644 index 0000000..e8411fe --- /dev/null +++ b/mods/screenshot-viewer.pw.toml @@ -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" diff --git a/mods/shoulder-surfing-reloaded.pw.toml b/mods/shoulder-surfing-reloaded.pw.toml new file mode 100644 index 0000000..29b3fd5 --- /dev/null +++ b/mods/shoulder-surfing-reloaded.pw.toml @@ -0,0 +1,13 @@ +name = "Shoulder Surfing Reloaded" +filename = "ShoulderSurfing-Forge-1.20.1-4.6.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/kepjj2sy/versions/xHqlmlcm/ShoulderSurfing-Forge-1.20.1-4.6.0.jar" +hash-format = "sha512" +hash = "3d5754af210d5c387e29ecec6675121467d64345cbc2ceaf265353a47bc71765954439bfbb3494f390b01ce856fe86ec5930a27c581a181040dbff3a002e77e8" + +[update] +[update.modrinth] +mod-id = "kepjj2sy" +version = "xHqlmlcm" diff --git a/mods/simple-voice-chat.pw.toml b/mods/simple-voice-chat.pw.toml index b0e8f53..fc9b916 100644 --- a/mods/simple-voice-chat.pw.toml +++ b/mods/simple-voice-chat.pw.toml @@ -1,13 +1,13 @@ name = "Simple Voice Chat" -filename = "voicechat-forge-1.20.1-2.5.15.jar" +filename = "voicechat-forge-1.20.1-2.5.26.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/akzMlJ1h/voicechat-forge-1.20.1-2.5.15.jar" -hash-format = "sha1" -hash = "621d54e3e42a5f927178447f5e37b3f0812dfefc" +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 = "akzMlJ1h" +version = "tMbKtqzI" diff --git a/mods/species.pw.toml b/mods/species.pw.toml index 2efc297..b3fb024 100644 --- a/mods/species.pw.toml +++ b/mods/species.pw.toml @@ -1,13 +1,13 @@ name = "Species" -filename = "Species-1.20.1-1.3-Forge.jar" +filename = "species-1.20.1-2.2-forge.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/s5d4P01r/versions/WWJ8Aftw/Species-1.20.1-1.3-Forge.jar" -hash-format = "sha1" -hash = "1606c1845882c951f574b7d17d05addaf6d7a383" +url = "https://cdn.modrinth.com/data/s5d4P01r/versions/6ZvnLcTh/species-1.20.1-2.2-forge.jar" +hash-format = "sha512" +hash = "ca69f61833a605b127b18906d09c8740a9ced98cfb18146637629cfa65209e843f798057097d47702e5c5ca2d622f90fa55b8f0fade3015e56929e5e27347e18" [update] [update.modrinth] mod-id = "s5d4P01r" -version = "WWJ8Aftw" +version = "6ZvnLcTh" diff --git a/mods/supplementaries-squared.pw.toml b/mods/supplementaries-squared.pw.toml index 5d316d6..b1ea41e 100644 --- a/mods/supplementaries-squared.pw.toml +++ b/mods/supplementaries-squared.pw.toml @@ -1,13 +1,13 @@ name = "Supplementaries Squared" -filename = "suppsquared-1.20-1.1.14.jar" +filename = "suppsquared-1.20-1.1.16.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/dCCkNFwE/versions/8PXoizc7/suppsquared-1.20-1.1.14.jar" -hash-format = "sha1" -hash = "1b02c35166233a7d59200456603b1fc3880497aa" +url = "https://cdn.modrinth.com/data/dCCkNFwE/versions/epDSxpGy/suppsquared-1.20-1.1.16.jar" +hash-format = "sha512" +hash = "49f8dea1fb59e1c427392e72d332e7ab70bf0a84b6430413be9513cab7299d248c8f9f9bb2832cbb9971b40ecd3f04c7c78ffbb915b7ff1ffe2c57ddc3d1df59" [update] [update.modrinth] mod-id = "dCCkNFwE" -version = "8PXoizc7" +version = "epDSxpGy" diff --git a/mods/supplementaries.pw.toml b/mods/supplementaries.pw.toml index ece8ac5..8078f2c 100644 --- a/mods/supplementaries.pw.toml +++ b/mods/supplementaries.pw.toml @@ -1,13 +1,13 @@ name = "Supplementaries" -filename = "supplementaries-1.20-2.8.10.jar" +filename = "supplementaries-1.20-3.1.7.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/fFEIiSDQ/versions/bY4VCxjZ/supplementaries-1.20-2.8.10.jar" -hash-format = "sha1" -hash = "f1c66ee484536135d907b0cb1834a0e179bad57f" +url = "https://cdn.modrinth.com/data/fFEIiSDQ/versions/F4hwpxKp/supplementaries-1.20-3.1.7.jar" +hash-format = "sha512" +hash = "2407164973a007749b0092a75b4ac8736376e856be7261856904d762930521d1a8d19b907503af9d827676124bfaa2653106cde69796493f2cbc98b27e88cc1e" [update] [update.modrinth] mod-id = "fFEIiSDQ" -version = "bY4VCxjZ" +version = "F4hwpxKp" diff --git a/mods/tectonic.pw.toml b/mods/tectonic.pw.toml new file mode 100644 index 0000000..7c71141 --- /dev/null +++ b/mods/tectonic.pw.toml @@ -0,0 +1,13 @@ +name = "Tectonic" +filename = "tectonic-mod-1.19.3-v2.2.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/lWDHr9jE/versions/hxUteWC1/tectonic-mod-1.19.3-v2.2.1.jar" +hash-format = "sha512" +hash = "9db833326e38ed224c4b52656ee1a28c4068a624c83b60a5dfc9369fb27c492ad4766f4ea30fa8c552ec5fe33a02488706a94941ebb97cdc34d694687147bf81" + +[update] +[update.modrinth] +mod-id = "lWDHr9jE" +version = "hxUteWC1" diff --git a/mods/tenshilib.pw.toml b/mods/tenshilib.pw.toml new file mode 100644 index 0000000..1a7400e --- /dev/null +++ b/mods/tenshilib.pw.toml @@ -0,0 +1,13 @@ +name = "TenshiLib" +filename = "tenshilib-1.20.1-1.7.6-forge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/P2rffivS/versions/5elJ9ZTS/tenshilib-1.20.1-1.7.6-forge.jar" +hash-format = "sha512" +hash = "492f11b0a999af306f07b363d8edfad9849ce7294e2609755eee906d1502b00feebd4304c6cd9bfe1a85ffbda0de5b6224a37693c4eb4b42ae664d61a23d8666" + +[update] +[update.modrinth] +mod-id = "P2rffivS" +version = "5elJ9ZTS" diff --git a/mods/third-person-shooting-zero.pw.toml b/mods/third-person-shooting-zero.pw.toml new file mode 100644 index 0000000..637dc33 --- /dev/null +++ b/mods/third-person-shooting-zero.pw.toml @@ -0,0 +1,13 @@ +name = "Third Person Shooting: Zero" +filename = "tp_shooting-1.20.1-5.1.0-all.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/yl6ylodU/versions/kua1PFpL/tp_shooting-1.20.1-5.1.0-all.jar" +hash-format = "sha512" +hash = "eff0cee9bcb5a37a9ffe04e2816820e70a7ab55a0d2e14224a1893660e21106b67bb6db1a7cb8b1f42590e537c567e914ff9e514ce439962f6273e9a07db33c4" + +[update] +[update.modrinth] +mod-id = "yl6ylodU" +version = "kua1PFpL" diff --git a/mods/thirst-was-taken.pw.toml b/mods/thirst-was-taken.pw.toml new file mode 100644 index 0000000..d8aff44 --- /dev/null +++ b/mods/thirst-was-taken.pw.toml @@ -0,0 +1,13 @@ +name = "Thirst Was Taken" +filename = "ThirstWasTaken-1.20.1-1.3.11.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/iUheEnjm/versions/kPKDcpnP/ThirstWasTaken-1.20.1-1.3.11.jar" +hash-format = "sha512" +hash = "441a1673fd5d410738badfb58ac12eea5db7436d2256d84ac5ba8f1e94bed124c7d2f3adccfc2020833cb980c24c16c50d903154528af572ab4c07c5b584a9fc" + +[update] +[update.modrinth] +mod-id = "iUheEnjm" +version = "kPKDcpnP" diff --git a/mods/timeless-and-classics-zero.pw.toml b/mods/timeless-and-classics-zero.pw.toml new file mode 100644 index 0000000..353d499 --- /dev/null +++ b/mods/timeless-and-classics-zero.pw.toml @@ -0,0 +1,13 @@ +name = "[TaCZ] Timeless and Classics Zero" +filename = "tacz-1.20.1-1.0.3-all.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/SzzJttH8/versions/Qd1RlJ8k/tacz-1.20.1-1.0.3-all.jar" +hash-format = "sha512" +hash = "5f0df1913985072174bc6c319e63f078cbf99c766a47e6b0111529a0637f3fc98fa21e3ab1ecaf115dce9d23f406bb36b9e48d576c71dbc39ebf641491482156" + +[update] +[update.modrinth] +mod-id = "SzzJttH8" +version = "Qd1RlJ8k" diff --git a/mods/toms-storage.pw.toml b/mods/toms-storage.pw.toml new file mode 100644 index 0000000..7190849 --- /dev/null +++ b/mods/toms-storage.pw.toml @@ -0,0 +1,13 @@ +name = "Tom's Simple Storage Mod" +filename = "toms_storage-1.20-1.6.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/XZNI4Cpy/versions/KLq8PemV/toms_storage-1.20-1.6.8.jar" +hash-format = "sha512" +hash = "4136218c3dba7d1b3494b3f5bd210ae90f981399943db54b6ac515eb7a2422721585026d32b1d25395ec74d2ca9892ba8d203a53865252430df3e5c10767ed7a" + +[update] +[update.modrinth] +mod-id = "XZNI4Cpy" +version = "KLq8PemV" diff --git a/mods/touhou-little-maid.pw.toml b/mods/touhou-little-maid.pw.toml new file mode 100644 index 0000000..0b85300 --- /dev/null +++ b/mods/touhou-little-maid.pw.toml @@ -0,0 +1,13 @@ +name = "Touhou Little Maid" +filename = "touhoulittlemaid-1.20.1-release-1.1.13.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/R0bDWFAW/versions/xGnD0Rlf/touhoulittlemaid-1.20.1-release-1.1.13.jar" +hash-format = "sha512" +hash = "bc5228b9532de5be593dbeee1867498897d8c9860feecc4d7f70e5799eeb5233a1fd13d9276c51e1bea3519bf47780ab980d2de6b533bbf94c6c5408a94c673d" + +[update] +[update.modrinth] +mod-id = "R0bDWFAW" +version = "xGnD0Rlf" diff --git a/mods/trials-chambers-backport.pw.toml b/mods/trials-chambers-backport.pw.toml new file mode 100644 index 0000000..34b2d4b --- /dev/null +++ b/mods/trials-chambers-backport.pw.toml @@ -0,0 +1,13 @@ +name = "Trials Chambers [1.20.1 Backport]" +filename = "Trials-2.3.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/s5Igmyc6/versions/BscGtoKc/Trials-2.3.2.jar" +hash-format = "sha512" +hash = "0e0c192a702a85cb501b4c3654c25a66fb9d0f4d246fb4fc2188deed988ed332284b900a587c9b2669a2f7b14fdfb4c425c34dbcfd7e337bc53b546e9933f081" + +[update] +[update.modrinth] +mod-id = "s5Igmyc6" +version = "BscGtoKc" diff --git a/mods/upgrade-aquatic.pw.toml b/mods/upgrade-aquatic.pw.toml index a488e76..34916bf 100644 --- a/mods/upgrade-aquatic.pw.toml +++ b/mods/upgrade-aquatic.pw.toml @@ -1,13 +1,13 @@ name = "Upgrade Aquatic" -filename = "upgrade_aquatic-1.20.1-6.0.0.jar" +filename = "upgrade_aquatic-1.20.1-6.0.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/gTuTFFyz/versions/VUl1Dsmx/upgrade_aquatic-1.20.1-6.0.0.jar" -hash-format = "sha1" -hash = "439b2023c88929edda20f4cfbdb630df0050b10c" +url = "https://cdn.modrinth.com/data/gTuTFFyz/versions/8oPpOKDw/upgrade_aquatic-1.20.1-6.0.1.jar" +hash-format = "sha512" +hash = "ff308bd4b06939eeab3234fd46f91cdb340dfd64fc7c46609636375ae3e571a93c7ef800aced2c250887948a0b15aafe66dfc2063cdb7f0987e6f33ffc902e30" [update] [update.modrinth] mod-id = "gTuTFFyz" -version = "VUl1Dsmx" +version = "8oPpOKDw" diff --git a/mods/waystones.pw.toml b/mods/waystones.pw.toml index 05d8919..b49892e 100644 --- a/mods/waystones.pw.toml +++ b/mods/waystones.pw.toml @@ -1,13 +1,13 @@ name = "Waystones" -filename = "waystones-forge-1.20-14.1.3.jar" +filename = "waystones-forge-1.20-14.1.6.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/LOpKHB2A/versions/TlRV5nuf/waystones-forge-1.20-14.1.3.jar" -hash-format = "sha1" -hash = "b85d0fb174e544a025d4db86282773f8cc43b1e8" +url = "https://cdn.modrinth.com/data/LOpKHB2A/versions/5LARDzDl/waystones-forge-1.20-14.1.6.jar" +hash-format = "sha512" +hash = "bc1779174b758ea26abd6858626595f3a5362605bc9cbf5d101f626bff9bff5e92f89ef05266cd5ebebe1ab0ef5f0d9af18e385e280237c116a02010c298e2c7" [update] [update.modrinth] mod-id = "LOpKHB2A" -version = "TlRV5nuf" +version = "5LARDzDl" diff --git a/mods/xaeros-world-map.pw.toml b/mods/xaeros-world-map.pw.toml new file mode 100644 index 0000000..07408bf --- /dev/null +++ b/mods/xaeros-world-map.pw.toml @@ -0,0 +1,13 @@ +name = "Xaero's World Map" +filename = "XaerosWorldMap_1.39.0_Forge_1.20.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/NcUtCpym/versions/zGpACLsy/XaerosWorldMap_1.39.0_Forge_1.20.jar" +hash-format = "sha512" +hash = "009065642ee160718285a2bde5a4f9b297303f9837f48169f9c74707cf30bdf57e1d614d2507becc497efbad15ad6ecafd1d9c804ab3b66a0688b43946622dd6" + +[update] +[update.modrinth] +mod-id = "NcUtCpym" +version = "zGpACLsy" diff --git a/mods/xenon-forge.pw.toml b/mods/xenon-forge.pw.toml index 8afaf4d..a1e688a 100644 --- a/mods/xenon-forge.pw.toml +++ b/mods/xenon-forge.pw.toml @@ -1,18 +1,18 @@ name = "Xenon" -filename = "xenon-0.3.11+mc1.20.1.jar" +filename = "xenon-0.3.31+mc1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/aWDwN8NN/versions/JaqFrl3A/xenon-0.3.11%2Bmc1.20.1.jar" -hash-format = "sha1" -hash = "3fe71e8c80f93882a3d3c266af14d1f32d141e84" - -[option] -optional = true -default = true -description = "Xenon is a fork of Embeddium, which is a fork of Rubidium, which is a fork of Sodium.\n\nBasically, it's an client-side optimization mod. It's not required and can cause some rendering issues with other mods, so you can disable it to fix those minor visual bugs at the cost of performance." +url = "https://cdn.modrinth.com/data/aWDwN8NN/versions/GPtbF9kb/xenon-0.3.31%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "4bc040555bda9940bd276d7591b224b506490cbc9eb5d23e60645eb0a2404ac2ca1f8108637969c906072cbd8d325f364e611e524778404a445bd8eecbda760c" [update] [update.modrinth] mod-id = "aWDwN8NN" -version = "JaqFrl3A" +version = "GPtbF9kb" + +[option] +optional = true +description = "Xenon is a fork of Embeddium, which is a fork of Rubidium, which is a fork of Sodium.\n\nBasically, it's an client-side optimization mod. It's not required and can cause some rendering issues with other mods, so you can disable it to fix those minor visual bugs at the cost of performance." +default = true diff --git a/mods/yes-steve-model.pw.toml b/mods/yes-steve-model.pw.toml new file mode 100644 index 0000000..46f87ad --- /dev/null +++ b/mods/yes-steve-model.pw.toml @@ -0,0 +1,13 @@ +name = "Yes Steve Model" +filename = "yesstevemodel-forge-1.20-2.2.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/86xjpqqS/versions/xPJXJg4B/yesstevemodel-forge-1.20-2.2.2.jar" +hash-format = "sha512" +hash = "823ebc47a08bbc3d01a3ed9a7481371ba085a603fab6f334988c109a49e4fadab96944340b340145966d0357292290812b80fffafae66c2ff5d9ddd5f27ac9fc" + +[update] +[update.modrinth] +mod-id = "86xjpqqS" +version = "xPJXJg4B" diff --git a/mods/yungs-api.pw.toml b/mods/yungs-api.pw.toml index e5e85f7..62074ae 100644 --- a/mods/yungs-api.pw.toml +++ b/mods/yungs-api.pw.toml @@ -1,13 +1,13 @@ name = "YUNG's API" -filename = "YungsApi-1.20-Forge-4.0.5.jar" +filename = "YungsApi-1.20-Forge-4.0.6.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/Ua7DFN59/versions/aMs83SRk/YungsApi-1.20-Forge-4.0.5.jar" -hash-format = "sha1" -hash = "c3a989fdf8429828bd784e35e83f89c0786b43de" +url = "https://cdn.modrinth.com/data/Ua7DFN59/versions/PJOYAmAs/YungsApi-1.20-Forge-4.0.6.jar" +hash-format = "sha512" +hash = "7d83d94a90e55a712f6508485c044ff202916e9b9b9166b75177cb8f2eb919543bbbe1547d11c41cfd4763820f934235f47c0b26dd9e89bc1030954afa9fb889" [update] [update.modrinth] mod-id = "Ua7DFN59" -version = "aMs83SRk" +version = "PJOYAmAs" diff --git a/mods/zeta.pw.toml b/mods/zeta.pw.toml index a268303..4b8552b 100644 --- a/mods/zeta.pw.toml +++ b/mods/zeta.pw.toml @@ -1,13 +1,13 @@ name = "Zeta" -filename = "Zeta-1.0-16.jar" +filename = "Zeta-1.0-24.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/MVARlG2f/versions/8gI46xKb/Zeta-1.0-16.jar" -hash-format = "sha1" -hash = "0e45be88cb4c30e131ca630bd415f7f02f1f1e8d" +url = "https://cdn.modrinth.com/data/MVARlG2f/versions/MRyLCiek/Zeta-1.0-24.jar" +hash-format = "sha512" +hash = "929032eb6dbef3fea23b47e04495cdfad7a219409bf2adbbde2ac12b8607fd49140f79a6d18c640fd44fb0f4ebf23cc2f00bafe02fc4064555eec9e529d1982f" [update] [update.modrinth] mod-id = "MVARlG2f" -version = "8gI46xKb" +version = "MRyLCiek" diff --git a/pack.toml b/pack.toml index fc365a5..2bde4cf 100644 --- a/pack.toml +++ b/pack.toml @@ -6,9 +6,9 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "21996ffd2c6a5744b517c098a719651fbe15e685dff83d44c926d1fd8a8d0a93" +hash = "81d51e43934d2a8eb9c07fc3836db48e851604f116e6f41f083194a86d877097" [versions] -forge = "47.2.0" +forge = "47.3.0" minecraft = "1.20.1" unsup = "0.2.3" diff --git a/resourcepacks/k-on!!-custom-gui-pack.pw.toml b/resourcepacks/k-on!!-custom-gui-pack.pw.toml new file mode 100644 index 0000000..9451452 --- /dev/null +++ b/resourcepacks/k-on!!-custom-gui-pack.pw.toml @@ -0,0 +1,13 @@ +name = "K-On!! Custom GUI Pack" +filename = "K-On!! Custom GUI Pack(1.20.4).zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/bcixYmDF/versions/QbzhlVmf/K-On%21%21%20Custom%20GUI%20Pack%281.20.4%29.zip" +hash-format = "sha512" +hash = "8ef84ceab85a76a37b39485bda55c93bbad94af8f888d3b2615c4107051974826af0d571fa73ec24ed93a61fa8e6cc6af36f2f87c5422f31dad36363920d8e2e" + +[update] +[update.modrinth] +mod-id = "bcixYmDF" +version = "QbzhlVmf"