Vocal Warfare
This commit is contained in:
parent
87186d6954
commit
f2fdc2632f
145
config/apotheosis/adventure.cfg
Normal file
145
config/apotheosis/adventure.cfg
Normal file
@ -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 <itemname>|chance|<type>.
|
||||
# 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
|
||||
}
|
||||
|
||||
|
40
config/apotheosis/apotheosis.cfg
Normal file
40
config/apotheosis/apotheosis.cfg
Normal file
@ -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
|
||||
}
|
||||
|
||||
|
1494
config/apotheosis/names.cfg
Normal file
1494
config/apotheosis/names.cfg
Normal file
File diff suppressed because it is too large
Load Diff
@ -4,7 +4,7 @@
|
||||
{
|
||||
"name": "TouhouDiscordcraft",
|
||||
"address": "104.224.55.51",
|
||||
"forced": false
|
||||
"forced": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
65
config/dragonfight.json
Normal file
65
config/dragonfight.json
Normal file
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
43
config/firstaid-client.toml
Normal file
43
config/firstaid-client.toml
Normal file
@ -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
|
||||
|
9
config/iceandfire-client.toml
Normal file
9
config/iceandfire-client.toml
Normal file
@ -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
|
||||
|
395
config/iceandfire-common.toml
Normal file
395
config/iceandfire-common.toml
Normal file
@ -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
|
||||
|
19
config/improvedmobs/client.toml
Normal file
19
config/improvedmobs/client.toml
Normal file
@ -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"
|
||||
|
292
config/improvedmobs/common.toml
Normal file
292
config/improvedmobs/common.toml
Normal file
File diff suppressed because one or more lines are too long
1260
config/improvedmobs/equipment.json
Normal file
1260
config/improvedmobs/equipment.json
Normal file
File diff suppressed because it is too large
Load Diff
13
config/tacz/custom/tacz-gucci-attachments-by-koei.pw.toml
Normal file
13
config/tacz/custom/tacz-gucci-attachments-by-koei.pw.toml
Normal file
@ -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
|
13
config/tacz/custom/tacz-helldivers2-gunpack-by-koei.pw.toml
Normal file
13
config/tacz/custom/tacz-helldivers2-gunpack-by-koei.pw.toml
Normal file
@ -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
|
13
config/tacz/custom/tacz-tti-gunpack-by-koei.pw.toml
Normal file
13
config/tacz/custom/tacz-tti-gunpack-by-koei.pw.toml
Normal file
@ -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
|
51
config/yes_steve_model-common.toml
Normal file
51
config/yes_steve_model-common.toml
Normal file
@ -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
|
||||
|
161
defaultconfigs/firstaid-server.toml
Normal file
161
defaultconfigs/firstaid-server.toml
Normal file
@ -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]
|
||||
|
341
index.toml
341
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]]
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
@ -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"
|
||||
|
@ -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"
|
||||
|
13
mods/apotheosis.pw.toml
Normal file
13
mods/apotheosis.pw.toml
Normal file
@ -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
|
13
mods/apothic-attributes.pw.toml
Normal file
13
mods/apothic-attributes.pw.toml
Normal file
@ -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
|
@ -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"
|
||||
|
@ -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"
|
||||
|
13
mods/caelus.pw.toml
Normal file
13
mods/caelus.pw.toml
Normal file
@ -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"
|
@ -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"
|
||||
|
@ -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"
|
||||
|
13
mods/corgilib.pw.toml
Normal file
13
mods/corgilib.pw.toml
Normal file
@ -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"
|
13
mods/creativecore.pw.toml
Normal file
13
mods/creativecore.pw.toml
Normal file
@ -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"
|
13
mods/cupboard.pw.toml
Normal file
13
mods/cupboard.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Cupboard"
|
||||
filename = "cupboard-1.20.1-2.7.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "204bc8aa83e8a685f64311b72d55505ab2eca867"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 5470032
|
||||
project-id = 326652
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
13
mods/enhanced-celestials.pw.toml
Normal file
13
mods/enhanced-celestials.pw.toml
Normal file
@ -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"
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
13
mods/firstaid.pw.toml
Normal file
13
mods/firstaid.pw.toml
Normal file
@ -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"
|
13
mods/forgeshot.pw.toml
Normal file
13
mods/forgeshot.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Forgeshot"
|
||||
filename = "forgeshot-mc1.20.1-1.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/3j0bB3uL/versions/IKMO0iSQ/forgeshot-mc1.20.1-1.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "4057e4972a688450f3563556ef6db3e80a63a591440756e3b9de30b6edb36c2266f3b52c2cbea33f9650cf6c23ea8f385de4bc6328d5c8e5a841dea9e35e9ecd"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "3j0bB3uL"
|
||||
version = "IKMO0iSQ"
|
13
mods/fzzy-config.pw.toml
Normal file
13
mods/fzzy-config.pw.toml
Normal file
@ -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"
|
13
mods/grimoire-of-gaia.pw.toml
Normal file
13
mods/grimoire-of-gaia.pw.toml
Normal file
@ -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
|
13
mods/ice-and-fire-dragon-finder.pw.toml
Normal file
13
mods/ice-and-fire-dragon-finder.pw.toml
Normal file
@ -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"
|
13
mods/ice-and-fire-dragons.pw.toml
Normal file
13
mods/ice-and-fire-dragons.pw.toml
Normal file
@ -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"
|
@ -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"
|
||||
|
13
mods/ichunutil.pw.toml
Normal file
13
mods/ichunutil.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "iChunUtil"
|
||||
filename = "iChunUtil-1.20.1-Forge-1.0.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/W6ROj0Hl/versions/LIbLo7dH/iChunUtil-1.20.1-Forge-1.0.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "2a3a1f9b7bbcb79f1c3bd8bd514267e793091b74b55dca48f62fe26dbbe90b6824fada89d1abaceb5911c31e8313cc865e142f558fcf966d4324bb28296ab4f5"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "W6ROj0Hl"
|
||||
version = "LIbLo7dH"
|
13
mods/improved-mobs.pw.toml
Normal file
13
mods/improved-mobs.pw.toml
Normal file
@ -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"
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
13
mods/kotlin-for-forge.pw.toml
Normal file
13
mods/kotlin-for-forge.pw.toml
Normal file
@ -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"
|
@ -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"
|
||||
|
@ -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"
|
||||
|
13
mods/origins-forge.pw.toml
Normal file
13
mods/origins-forge.pw.toml
Normal file
@ -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"
|
13
mods/origins-minus.pw.toml
Normal file
13
mods/origins-minus.pw.toml
Normal file
@ -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"
|
13
mods/parcool.pw.toml
Normal file
13
mods/parcool.pw.toml
Normal file
@ -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"
|
13
mods/patchouli.pw.toml
Normal file
13
mods/patchouli.pw.toml
Normal file
@ -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
|
13
mods/pehkui.pw.toml
Normal file
13
mods/pehkui.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Pehkui"
|
||||
filename = "Pehkui-3.8.2+1.20.1-forge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/t5W7Jfwy/versions/SQpqSgAE/Pehkui-3.8.2%2B1.20.1-forge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "e4660f0b5af6bfe2902ab39a6fbfa911856e0567bffc47842b482731da373afa4424b9e7cf47c61a0c2107445520475053709a6671d9eb4b7f4b55597729af3f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "t5W7Jfwy"
|
||||
version = "SQpqSgAE"
|
13
mods/placebo.pw.toml
Normal file
13
mods/placebo.pw.toml
Normal file
@ -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
|
13
mods/playerrevive.pw.toml
Normal file
13
mods/playerrevive.pw.toml
Normal file
@ -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"
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
13
mods/rats.pw.toml
Normal file
13
mods/rats.pw.toml
Normal file
@ -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"
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
13
mods/savage-ender-dragon.pw.toml
Normal file
13
mods/savage-ender-dragon.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Savage Ender Dragon[Forge/Fabric]"
|
||||
filename = "dragonfight-1.20.1-4.6.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "8eea2b3f3f1012670ce11d198b039306f47655ca"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 5560802
|
||||
project-id = 523327
|
13
mods/screenshot-viewer.pw.toml
Normal file
13
mods/screenshot-viewer.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Screenshot Viewer"
|
||||
filename = "screenshot_viewer-1.3.2-forge-mc1.20.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/laNoi025/versions/GE608lKF/screenshot_viewer-1.3.2-forge-mc1.20.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "fd6559c0ad392899299dfcdd9622dded9384a93b614246a64c6841f99ffb17a4733c58a2376cd58fd948c0ab97f5338cb560e1d46b1eeb2504142dc0ae8f8a75"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "laNoi025"
|
||||
version = "GE608lKF"
|
13
mods/shoulder-surfing-reloaded.pw.toml
Normal file
13
mods/shoulder-surfing-reloaded.pw.toml
Normal file
@ -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"
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
13
mods/tectonic.pw.toml
Normal file
13
mods/tectonic.pw.toml
Normal file
@ -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"
|
13
mods/tenshilib.pw.toml
Normal file
13
mods/tenshilib.pw.toml
Normal file
@ -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"
|
13
mods/third-person-shooting-zero.pw.toml
Normal file
13
mods/third-person-shooting-zero.pw.toml
Normal file
@ -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"
|
13
mods/thirst-was-taken.pw.toml
Normal file
13
mods/thirst-was-taken.pw.toml
Normal file
@ -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"
|
13
mods/timeless-and-classics-zero.pw.toml
Normal file
13
mods/timeless-and-classics-zero.pw.toml
Normal file
@ -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"
|
13
mods/toms-storage.pw.toml
Normal file
13
mods/toms-storage.pw.toml
Normal file
@ -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"
|
13
mods/touhou-little-maid.pw.toml
Normal file
13
mods/touhou-little-maid.pw.toml
Normal file
@ -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"
|
13
mods/trials-chambers-backport.pw.toml
Normal file
13
mods/trials-chambers-backport.pw.toml
Normal file
@ -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"
|
@ -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"
|
||||
|
@ -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"
|
||||
|
13
mods/xaeros-world-map.pw.toml
Normal file
13
mods/xaeros-world-map.pw.toml
Normal file
@ -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"
|
@ -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
|
||||
|
13
mods/yes-steve-model.pw.toml
Normal file
13
mods/yes-steve-model.pw.toml
Normal file
@ -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"
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
13
resourcepacks/k-on!!-custom-gui-pack.pw.toml
Normal file
13
resourcepacks/k-on!!-custom-gui-pack.pw.toml
Normal file
@ -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"
|
Loading…
Reference in New Issue
Block a user