22 Commits
Author SHA1 Message Date
yonah 0aeee7aa86 mods: add forge origins classes 2025-12-03 02:17:49 +09:00
yonah 99454586ba mods: add origins mods
This is still pending the classes mod, but that appears to be
fabric-only and will be added and tested in a separate patch.
2025-12-03 01:50:11 +09:00
yonah c8f307cf94 mods: add gravestones curios api compat
Huge qol improvement.
2025-11-08 11:28:43 +09:00
yonah e226baa1b5 mods/create-extended-bogeys-borked-addon: new mod 2025-10-07 19:53:57 +09:00
yonah cc3b0581ee mods: remove various mods 2025-10-03 18:18:37 +09:00
yonah 27db6f050c config/amendments-common: falling lanterns 2025-06-25 22:17:41 +09:00
yonah 50c2cd2f30 defaultconfigs/gravestone-server: remove obituary 2025-06-25 01:39:09 +09:00
yonah c7e18764ae config/iceandfire-common: tamed dragon griefing 2025-06-24 23:17:18 +09:00
yonah 04a03e475e config/xenon++: move framerate display 2025-06-21 23:10:48 +09:00
yonah c9bfba2d54 config/sodiumdynamiclights-client: tweak condition
Disable water sensitive check, enable entity lights.
2025-06-21 23:10:14 +09:00
yonah 106c120b43 config/sereneseasons: pause when offline
Changed: progress_season_while_offline = false
2025-06-21 05:02:03 +09:00
yonah e9c215015e config/waystones-common: global waystone setup
Changed: globalWaystoneSetupRequiresCreativeMode = false
2025-06-21 03:08:00 +09:00
yonah 03bbb5fbb2 config/ShieldExpansion-common: disable cooldown
The cooldown is annoying and makes shields unusable. Disable it as per
Aneko's request.
2025-06-19 23:38:09 +09:00
yonah c84447877d pack: add default server 2025-06-19 23:35:19 +09:00
yonah 985d688019 config/bcc-common: configure modpack name 2025-06-19 23:31:14 +09:00
yonah 24495ee682 mods: remove thin air
This mod doesn't make much sense.
2025-06-19 01:07:18 +09:00
yonah a241d4055a pack: server -> both for all mods 2025-06-19 00:58:12 +09:00
yonah bfbf136a79 mods/cupboard: fix side
Curseforge tags this incorrectly.
2025-06-19 00:43:41 +09:00
yonah 8028811d79 mods: remove bhmenu
Not sure how this mod ended up here.
2025-06-19 00:20:30 +09:00
yonah 06b5d05a76 mods: fix hash
Curseforge excludes some mods from the API.
2025-06-18 02:16:02 +09:00
yonah 1fe3726d6e pack: rehash 2025-06-18 01:47:39 +09:00
yonah 56858c96d1 pack: initialise pack 2025-06-18 01:46:47 +09:00
443 changed files with 6445 additions and 4979 deletions
+30
View File
@@ -0,0 +1,30 @@
[ShieldList]
#
#List of items to considered as shields, any item with right-click functionality will theoretically work
#Automatically populated with items that have parrying stats set by active datapacks
shieldList = ["blue_skies:spike_shield", "shieldexp:wooden_shield", "blue_skies:moonstone_shield", "shieldexp:iron_shield", "twilightforest:knightmetal_shield", "shieldexp:netherite_shield", "alexsmobs:shield_of_the_deep", "minecraft:shield", "shieldexp:golden_shield", "shieldexp:diamond_shield"]
#
#List of items to not consider as shields, even if they have stats set by a datapack
shieldBlacklist = []
[Modifiers]
#
#Disable the cooldown when the player lowers their shield
noLoweringCooldown = false
#
#Disable putting shields on cooldown at all
noCooldown = true
#
#Make all shields have vanilla movement speed
noSpeedModifier = false
#
#Make shields only block partial damage from explosions when not parrying
harderExplosions = false
#
#Double the parry window for a more relaxed experience
lenientParryMode = false
#
#Double the shield stamina for a more relaxed experience
lenientStaminaMode = false
+113
View File
@@ -0,0 +1,113 @@
[lectern]
#Improved lectern screen allowing to edit font of a book while on it
improved_screen = true
[hanging_signs]
#Allows placing items on hanging signs
items_on_signs = true
[cauldron]
#Enables enhanced cauldron
enhanced_cauldron = true
#Allows crafting items using cauldrons by clicking on them
crafting = true
#Allows dying cauldron water bedrock style and mixing them too
dye_water = true
#Max amount of items that 1 cauldron layer can recolor.This is a multiplier on top of vanilla crafting recipe amount
#Range: 1 ~ 64
dye_recipes_per_layer = 4
#Max amount of items that 1 cauldron layer can craft with potions.This is a multiplier on top of vanilla crafting recipe amount
#Range: 1 ~ 64
potion_recipes_per_layer = 2
#Allows mixin potions in cauldrons
#Allowed Values: OFF, ONLY_BOILING, ON
potions_mixing = "ON"
#Max amount of effects allowed in a mixed potion
#Range: 1 ~ 64
potion_mixing_limit = 8
#Makes cauldrons connect to fences
connect_to_fences = true
#Map of potion ids to their inverse ids. Used for potion mixing
[cauldron.inverse_potions]
"minecraft:weakness" = "minecraft:strength"
"minecraft:unluck" = "minecraft:luck"
"minecraft:speed" = "minecraft:slowness"
"minecraft:instant_damage" = "minecraft:instant_health"
"minecraft:instant_health" = "minecraft:instant_damage"
"minecraft:strength" = "minecraft:weakness"
"minecraft:haste" = "minecraft:mining_fatigue"
"minecraft:mining_fatigue" = "minecraft:haste"
"minecraft:luck" = "minecraft:unluck"
"minecraft:slowness" = "minecraft:speed"
[tripwire_hook]
#Allows placing tools on tripwire hooks
tool_hook = true
[carpets]
#Allows you to place carpets on stairs
carpeted_stairs = true
#Allows you to place carpets on slabs
carpeted_slabs = true
[cake]
#Allows you to place a cake on top of another
double_cake = true
#Allows eating a cake from every side
directional_cake = true
[mob_head]
#Allows you to place two mob heads on top of each other
skull_piles = true
#Allows candles to be placed on top of skulls
skull_candles = true
#Allows placing more than one candle ontop of each skull
multiple_candles = true
[flower_pot]
#allows you to place hanging flower pots. Works with any modded pot too
hanging_pot = true
[lantern]
#Allow wall lanterns placement
wall_lanterns = true
#Gives high priority to wall lantern placement. Enable to override other wall lanterns placements, disable if it causes issues with other mods that use lower priority block click events
high_priority = true
#Mod ids of mods that have lantern block that extend the base lantern class but don't look like one
mod_blacklist = ["bbb", "extlights", "betterendforge", "spelunkery", "galosphere", "tconstruct", "enigmaticlegacy", "beautify", "candlelight"]
#Ids of blocks that are not detected as lanterns but should be
id_whitelist = ["enlightened_end:xenon_lantern"]
#Allows ceiling lanterns to fall if their support is broken.Additionally if they fall from high enough they will break creating a fire where they land
#Allowed Values: ON, OFF, NO_FIRE
falling_lanterns = "OFF"
[bell]
#Ring a bell by clicking on a chain that's connected to it
chain_ringing = true
#Max chain length that allows a bell to ring
#Range: 0 ~ 256
chain_length = 16
[banners]
#Allow banners to be placed on ceilings
ceiling_banners = true
[misc]
#Allows dying blocks by right clicking them with dye
dye_blocks = false
[torch]
#Allows torches to set entities on fire
torch_fire = true
#Allows torches to set entities on fire when held in offhand given you are attacking with a sword
torch_fire_offhand = false
#Duration of the on fire effect applied by torches. In seconds
#Range: 1 ~ 60
torch_fire_duration = 2
[lily_pad]
#Allows lilypads to have any block placed ontop
better_lilypads = true
+14
View File
@@ -0,0 +1,14 @@
#General settings
[general]
#The CurseForge project ID for the modpack
#Range: > 0
modpackProjectID = 0
#The name of the modpack
modpackName = "Tecatnical"
#The version of the modpack
modpackVersion = "0.0.1"
#Use the metadata.json to determine the modpack version
#ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING
useMetadata = false
+395
View 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" = 800
#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" = false
#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" = 500.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" = 150.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" = 50.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" = 10.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" = 40.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" = 50.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" = 50.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" = 20.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" = 100.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" = 250.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
+14
View File
@@ -0,0 +1,14 @@
[general]
#Whether crops are affected by seasons.
seasonal_crops = true
#Whether to include tooltips on crops listing which seasons they're fertile in. Note: This only applies to listed crops.
crop_tooltips = true
#How crops behave when out of season.
#0 = Grow slowly
#1 = Can't grow
#2 = Break when trying to grow
out_of_season_crop_behavior = 0
#Maximum height level for out of season crops to have fertility underground.
underground_fertility_level = 48
+163
View File
@@ -0,0 +1,163 @@
[weather_settings]
#Generate snow and ice during the Winter season
generate_snow_ice = true
#Change the frequency of rain/snow/storms based on the season
change_weather_frequency = true
[time_settings]
#The duration of a Minecraft day in ticks.
#This only adjusts the internal length of a day used by the season cycle.
#It is intended to be used in conjunction with another mod which adjusts the actual length of a Minecraft day.
day_duration = 24000
#The duration of a sub season in days.
sub_season_duration = 8
#The starting sub season for new worlds.
#0 = Random, 1 - 3 = Early/Mid/Late Spring
#4 - 6 = Early/Mid/Late Summer
#7 - 9 = Early/Mid/Late Autumn
#10 - 12 = Early/Mid/Late Winter
starting_sub_season = 1
#If the season should progress on a server with no players online
progress_season_while_offline = false
[aesthetic_settings]
#Change the grass color based on the current season
change_grass_color = true
#Change the foliage colour based on the current season
change_foliage_color = true
#Change the birch colour based on the current season
change_birch_color = true
[dimension_settings]
#Seasons will only apply to dimensons listed here
whitelisted_dimensions = ["minecraft:overworld"]
#melt_percent is the 0-1 percentage chance a snow or ice block will melt when chosen. (e.g. 100.0 = 100%, 50.0 = 50%)
#melt_rolls is the number of blocks randomly picked in each chunk, each tick. (High number rolls is not recommended on servers)
#melt_rolls should be 0 if blocks should not melt in that season.
#biome_temp_adjustment is the amount to adjust the biome temperature by from -10.0 to 10.0.
#min_rain_time is the minimum time interval between rain events in ticks. Set to -1 to disable rain.
#max_rain_time is the maximum time interval between rain events in ticks. Set to -1 to disable rain.
#min_thunder_time is the minimum time interval between thunder events in ticks. Set to -1 to disable thunder.
#max_thunder_time is the maximum time interval between thunder events in ticks. Set to -1 to disable thunder.
[[season_properties]]
season = "LATE_SUMMER"
melt_percent = 25.0
melt_rolls = 1
biome_temp_adjustment = 0.0
min_rain_time = 12000
max_rain_time = 96000
min_thunder_time = 12000
max_thunder_time = 180000
[[season_properties]]
season = "LATE_WINTER"
melt_percent = 0.0
melt_rolls = 0
biome_temp_adjustment = -0.8
min_rain_time = 12000
max_rain_time = 36000
min_thunder_time = -1
max_thunder_time = -1
[[season_properties]]
season = "LATE_AUTUMN"
melt_percent = 6.25
melt_rolls = 1
biome_temp_adjustment = -0.25
min_rain_time = 12000
max_rain_time = 180000
min_thunder_time = 12000
max_thunder_time = 180000
[[season_properties]]
season = "EARLY_SPRING"
melt_percent = 6.25
melt_rolls = 1
biome_temp_adjustment = -0.25
min_rain_time = 12000
max_rain_time = 96000
min_thunder_time = 12000
max_thunder_time = 180000
[[season_properties]]
season = "LATE_SPRING"
melt_percent = 12.5
melt_rolls = 1
biome_temp_adjustment = 0.0
min_rain_time = 12000
max_rain_time = 96000
min_thunder_time = 12000
max_thunder_time = 180000
[[season_properties]]
season = "EARLY_WINTER"
melt_percent = 0.0
melt_rolls = 0
biome_temp_adjustment = -0.8
min_rain_time = 12000
max_rain_time = 36000
min_thunder_time = -1
max_thunder_time = -1
[[season_properties]]
season = "EARLY_AUTUMN"
melt_percent = 12.5
melt_rolls = 1
biome_temp_adjustment = 0.0
min_rain_time = 12000
max_rain_time = 180000
min_thunder_time = 12000
max_thunder_time = 180000
[[season_properties]]
season = "MID_AUTUMN"
melt_percent = 8.33
melt_rolls = 1
biome_temp_adjustment = 0.0
min_rain_time = 12000
max_rain_time = 180000
min_thunder_time = 12000
max_thunder_time = 180000
[[season_properties]]
season = "EARLY_SUMMER"
melt_percent = 25.0
melt_rolls = 1
biome_temp_adjustment = 0.0
min_rain_time = 12000
max_rain_time = 96000
min_thunder_time = 12000
max_thunder_time = 180000
[[season_properties]]
season = "MID_SPRING"
melt_percent = 8.33
melt_rolls = 1
biome_temp_adjustment = 0.0
min_rain_time = 12000
max_rain_time = 96000
min_thunder_time = 12000
max_thunder_time = 180000
[[season_properties]]
season = "MID_WINTER"
melt_percent = 0.0
melt_rolls = 0
biome_temp_adjustment = -0.8
min_rain_time = 12000
max_rain_time = 36000
min_thunder_time = -1
max_thunder_time = -1
[[season_properties]]
season = "MID_SUMMER"
melt_percent = 25.0
melt_rolls = 1
biome_temp_adjustment = 0.0
min_rain_time = 12000
max_rain_time = 96000
min_thunder_time = 12000
max_thunder_time = 180000
+20
View File
@@ -0,0 +1,20 @@
[sodiumdynamiclights]
#Lighting mode
#Allowed Values: OFF, SLOW, FAST, REALTIME
mode = "REALTIME"
#Enable entities light source.
entities = true
#Enable first-person player light source.
self = true
#Enable block entities light source.
block_entities = true
#Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water.
water_sensitive_check = false
#TNT lighting mode. May be off, simple or fancy.
#Allowed Values: OFF, SIMPLE, FANCY
tnt = "SIMPLE"
#Creeper lighting mode. May be off, simple or fancy.
#Allowed Values: OFF, SIMPLE, FANCY
creeper = "SIMPLE"
+110
View File
@@ -0,0 +1,110 @@
[inventoryButton]
#Set to 'NONE' for no inventory button. Set to 'NEAREST' for an inventory button that teleports to the nearest waystone. Set to 'ANY' for an inventory button that opens the waystone selection menu. Set to a waystone name for an inventory button that teleports to a specifically named waystone.
inventoryButton = ""
#The x position of the warp button in the inventory.
warpButtonX = 58
#The y position of the warp button in the inventory.
warpButtonY = 60
#The y position of the warp button in the creative menu.
creativeWarpButtonX = 88
#The y position of the warp button in the creative menu.
creativeWarpButtonY = 33
[cooldowns]
#The multiplier applied to the cooldown when teleporting to a global waystone via inventory button or warp stone.
globalWaystoneCooldownMultiplier = 1.0
#The cooldown between usages of the warp stone in seconds. This is bound to the player, not the item, so multiple warp stones share the same cooldown.
warpStoneCooldown = 30
#The time in ticks that it takes to use a warp stone. This is the charge-up time when holding right-click.
warpStoneUseTime = 32
#The time in ticks that it takes to use a warp plate. This is the time the player has to stand on top for.
warpPlateUseTime = 20
#The time in ticks it takes to use a scroll. This is the charge-up time when holding right-click.
scrollUseTime = 32
#The cooldown between usages of the inventory button in seconds.
inventoryButtonCooldown = 300
[worldGen]
#Set to 'DEFAULT' to only generate the normally textured waystones. Set to 'MOSSY' or 'SANDY' to generate all as that variant. Set to 'BIOME' to make the style depend on the biome it is generated in.
#Allowed Values: DEFAULT, MOSSY, SANDY, BIOME
worldGenStyle = "BIOME"
#Approximate chunk distance between waystones generated freely in world generation. Set to 0 to disable generation.
frequency = 25
#List of dimensions that waystones are allowed to spawn in through world gen. If left empty, all dimensions except those in worldGenDimensionDenyList are used.
dimensionAllowList = ["minecraft:overworld", "minecraft:the_nether", "minecraft:the_end"]
#List of dimensions that waystones are not allowed to spawn in through world gen. Only used if worldGenDimensionAllowList is empty.
dimensionDenyList = []
#Set to 'PRESET_FIRST' to first use names from the custom names list. Set to 'PRESET_ONLY' to use only those custom names. Set to 'MIXED' to have some waystones use custom names, and others random names.
#Allowed Values: PRESET_FIRST, RANDOM_ONLY, PRESET_ONLY, MIXED
nameGenerationMode = "PRESET_FIRST"
#These names will be used for the PRESET name generation mode. See the nameGenerationMode option for more info.
customWaystoneNames = []
#Set to true if waystones should be added to the generation of villages. Some villages may still spawn without a waystone.
spawnInVillages = true
#Ensures that pretty much every village will have a waystone, by spawning it as early as possible. In addition, this means waystones will generally be located in the center of the village.
forceSpawnInVillages = false
[restrictions]
#If enabled, only creative players can place, edit or break waystones. This does NOT disable the crafting recipe.
restrictToCreative = false
#If enabled, only the owner of a waystone (the one who placed it) can rename it.
restrictRenameToOwner = false
#If enabled, waystones generated in worldgen are unbreakable.
generatedWaystonesUnbreakable = false
#If enabled, leashed mobs will be teleported with you
transportLeashed = true
#Whether to take leashed mobs with you when teleporting between dimensions
transportLeashedDimensional = true
#List of leashed mobs that cannot be taken with you when teleporting
leashedDenyList = ["minecraft:wither"]
#Set to 'ALLOW' to allow dimensional warp in general. Set to 'GLOBAL_ONLY' to restrict dimensional warp to global waystones. Set to 'DENY' to disallow all dimensional warps.
#Allowed Values: ALLOW, GLOBAL_ONLY, DENY
dimensionalWarp = "ALLOW"
#List of dimensions that players are allowed to warp cross-dimension from and to. If left empty, all dimensions except those in dimensionalWarpDenyList are allowed.
dimensionalWarpAllowList = []
#List of dimensions that players are not allowed to warp cross-dimension from and to. Only used if dimensionalWarpAllowList is empty.
dimensionalWarpDenyList = []
#Set to true if players should be able to teleport between waystones by simply right-clicking a waystone.
allowWaystoneToWaystoneTeleport = true
#Set to false to allow non-creative players to make waystones globally activated for all players.
globalWaystoneSetupRequiresCreativeMode = false
[client]
#If enabled, the text overlay on waystones will no longer always render at full brightness.
disableTextGlow = false
[xpCost]
#Set to true if experience cost should be inverted, meaning the shorter the distance, the more expensive. Can be used to encourage other methods for short-distance travel.
inverseXpCost = false
#The amount of blocks per xp level requirement. If set to 500, the base xp cost for travelling 1000 blocks will be 2 levels.
blocksPerXpLevel = 1000
#The minimum base xp cost (may be subceeded by multipliers defined below)
minimumBaseXpCost = 0.0
#The maximum base xp cost (may be exceeded by multipliers defined below), set to 0 to disable all distance-based XP costs
maximumBaseXpCost = 3.0
#How much xp is needed per leashed animal to travel with you
xpCostPerLeashed = 0
#The base xp level cost when travelling between dimensions. Ignores block distance.
dimensionalWarpXpCost = 3
#The multiplier applied to the base xp cost when teleporting to a global waystone through any method.
globalWaystoneXpCostMultiplier = 0.0
#The multiplier applied to the base xp cost when teleporting using a Warp Stone item (not the Waystone block, Konstantin)
warpStoneXpCostMultiplier = 0.0
#The multiplier applied to the base xp cost when teleporting from one waystone to another.
waystoneXpCostMultiplier = 0.0
#The multiplier applied to the base xp cost when teleporting from one sharestone to another.
sharestoneXpCostMultiplier = 0.0
#The multiplier applied to the base xp cost when teleporting from a portstone.
portstoneXpCostMultiplier = 0.0
#The multiplier applied to the base xp cost when teleporting from one warp plate to another.
warpPlateXpCostMultiplier = 0.0
#The multiplier applied to the base xp cost when teleporting via the inventory button.
inventoryButtonXpCostMultiplier = 0.0
[compatibility]
#If enabled, JourneyMap waypoints will be created for each activated waystone.
displayWaystonesOnJourneyMap = true
#If enabled, JourneyMap waypoints will only be created if the mod 'JourneyMap Integration' is not installed
preferJourneyMapIntegration = true
+131
View File
@@ -0,0 +1,131 @@
[xenonextras]
[xenonextras.general]
#Configure FPS Display mode
#Complete mode gives you min FPS count and average count
#Allowed Values: OFF, SIMPLE, ADVANCED, FRAMETIME
fpsDisplay = "ADVANCED"
#Shows GPU and memory usage onto FPS display
#Allowed Values: OFF, ON, RAM
fpsDisplaySystem = "ON"
#Set Fullscreen mode
#Borderless let you change between screens more faster and move your mouse across monitors
#Allowed Values: WINDOWED, BORDERLESS, FULLSCREEN
fullscreen = "BORDERLESS"
#Configure FPS Display gravity
#Places counter on specified corner of your screen
#Allowed Values: LEFT, CENTER, RIGHT
fpsDisplayGravity = "RIGHT"
#Toggle FPS Display shadow
#In case sometimes you can't see the text
fpsDisplayShadow = false
#Configure FPS Display margin
#Give some space between corner and text
#Range: 0 ~ 48
fpsDisplayMargin = 12
[xenonextras.performance]
#Toggles JREI item rendering until searching
#Increases performance a little bit and cleans your screen when you don't want to use it
hideJREI = false
#Toggles Minecraft Fonts shadows
#Depending of the case may increase performance
#Gives a flat style text
fontShadows = true
[xenonextras.performance.distanceCulling]
[xenonextras.performance.distanceCulling.entities]
#Configure modifier applied to hostile entities
#Value is raw, 50% - 200%
#Range: 25 ~ 200
hostileEntityModifier = 100
#Configure horizontal max distance before cull entities
#Value is squared, default was 64^2 (or 64x64)
#Range: > 0
cullingMaxDistanceX = 4096
#Toggles distance culling for entities
enable = true
#Configure vertical max distance before cull entities
#Value is raw
#Range: 0 ~ 512
cullingMaxDistanceY = 32
#List of all Entities to be ignored by distance culling
#Uses ResourceLocation to identify it
#Example 1: "minecraft:bat" - Ignores bats only
#Example 2: "alexsmobs:*" - ignores all entities for alexmobs mod
whitelist = ["minecraft:ghast", "minecraft:ender_dragon", "iceandfire:*", "create:*"]
[xenonextras.performance.distanceCulling.tileEntities]
#Configure horizontal max distance before cull Block entities
#Value is squared, default was 64^2 (or 64x64)
#Range: > 0
cullingMaxDistanceX = 4096
#Toggles distance culling for Block Entities
#Maybe you use another mod for that :(
enable = true
#Configure vertical max distance before cull Block entities
#Value is raw
#Range: 0 ~ 512
cullingMaxDistanceY = 32
#List of all Block Entities to be ignored by distance culling
#Uses ResourceLocation to identify it
#Example 1: "minecraft:chest" - Ignores chests only
#Example 2: "ae2:*" - ignores all Block entities from Applied Energetics 2
whitelist = ["waterframes:*"]
[xenonextras.others]
#Configure if borderless fullscreen option should be attached to F11 or replace vanilla fullscreen
#Allowed Values: ATTACH, REPLACE, OFF
borderlessAttachModeOnF11 = "ATTACH"
[xenonextras.quality]
#Chunks fade in speed
#This option doesn't affect performance, just changes speed
#Allowed Values: OFF, FAST, SLOW
chunkFadeSpeed = "SLOW"
#Raise clouds
#Modify clouds height perfect for a adaptative world experience
#Range: 0 ~ 512
cloudsHeight = 192
#Toggle fog feature
#Fog was a vanilla feature, toggling off may increases performance
fog = true
[xenonextras.quality.darkness]
#Configure fog brightness on nether when darkness is enabled
#Range: 0.0 ~ 1.0
endFogBright = 0.5
#Configure min moon brightness level with darkness
#Range: 0.0 ~ 1.0
newMoonBright = 0.0
#Toggle Darkness on End dimension
enableOnEnd = false
#Toggle Darkness default mode for modded dimensions
valueByDefault = false
#Configure Darkness Mode
#Each config changes what is considered 'true darkness'
#Allowed Values: TOTAL_DARKNESS, PITCH_BLACK, DARK, DIM, OFF
mode = "OFF"
#Toggles if moon phases affects darkness in the overworld
affectedByMoonPhase = true
#List of all dimensions to use True Darkness
#This option overrides 'valueByDefault' state
dimensionWhitelist = []
#Configure max moon brightness level with darkness
#Range: 0.0 ~ 1.0
fullMoonBright = 0.25
#Configure fog brightness on nether when darkness is enabled
#Range: 0.0 ~ 1.0
netherFogBright = 0.5
#Toggle Darkness on Nether dimension
enableOnNether = false
#Toggle darkness when dimension has no SkyLight
enableOnNoSkyLight = false
#Disables all bright sources of darkness like moon or fog
#Only affects darkness effect
enableBlockLightOnly = false
#Toggle Darkness on Overworld dimension
enableOnOverworld = true
+18
View File
@@ -0,0 +1,18 @@
#If this is set to true you get an obituary after you died
enable_obituary = true
#The blocks that can be replaced with a grave
#If it starts with '#' it is a tag
replaceable_blocks = ["#gravestone:grave_replaceable"]
#If this is set to true the obituary will be taken out of your inventory when you break the grave
remove_obituary = true
#If this is set to true only the player that owns the grave and admins can break the grave
only_owners_can_break = false
#If this is set to true the ghost of the dead player will be spawned when the grave is broken
spawn_ghost = false
#If this is set to true the ghost player will defend the player
friendly_ghost = true
#If this is set to true you get your items back into your inventory by sneaking on the grave
sneak_pickup = false
#If this is set to true you get your items sorted back into your inventory by breaking the grave
break_pickup = true
+1151 -356
View File
File diff suppressed because it is too large Load Diff
+10 -14
View File
@@ -1,18 +1,14 @@
filename = 'skinlayers3d-neoforge-1.11.2-mc1.21.1.jar' name = "3D Skin Layers"
name = '3D Skin Layers' filename = "skinlayers3d-forge-1.7.5-mc1.20.1.jar"
side = 'client' side = "client"
x-prismlauncher-dependencies = []
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '1.11.2'
[download] [download]
hash = 'c017d098874697ba93a03c06cfb4fe8a8bbc619448bff55c3c821089b164677fae2c8c2059e99fc9933af6ff519759c399deae763b1ac9e34593cd6e4f427f3a' url = "https://cdn.modrinth.com/data/zV5r3pPn/versions/93jYE7eX/skinlayers3d-forge-1.7.5-mc1.20.1.jar"
hash-format = 'sha512' hash-format = "sha512"
mode = 'url' hash = "f722ff23be6f66e5bc813b1fd6f85149e0333618ec7bad0a52fbb4d5038ea3c58d47735d9ea53547de327b4feae077e4a32b4ffca25090c5eedc78ef3080f65b"
url = 'https://cdn.modrinth.com/data/zV5r3pPn/versions/xPYbAPfz/skinlayers3d-neoforge-1.11.2-mc1.21.1.jar' mode = "url"
[update]
[update.modrinth] [update.modrinth]
mod-id = 'zV5r3pPn' mod-id = "zV5r3pPn"
version = 'xPYbAPfz' version = "93jYE7eX"
-33
View File
@@ -1,33 +0,0 @@
filename = 'accessories_compat_layer-neoforge-0.1.12+1.21.1.jar'
name = 'Accessories Compatibility Layer'
side = 'both'
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'beta'
x-prismlauncher-version-number = '0.1.12'
[download]
hash = 'f729c4e1c069182aac89805551a056b937e17fd6d9c031b14a6003b5c4fac609563f2c3d6786fe56ecfb62a1094124e68b2e4fb6e2612818d899d3bac181c215'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/ySnjMzLg/versions/JMgVNypu/accessories_compat_layer-neoforge-0.1.12%2B1.21.1.jar'
[update.modrinth]
mod-id = 'ySnjMzLg'
version = 'JMgVNypu'
[[x-prismlauncher-dependencies]]
addonId = 'jtmvUHXj'
type = 'REQUIRED'
[[x-prismlauncher-dependencies]]
addonId = 'ccKDOlHs'
type = 'REQUIRED'
[[x-prismlauncher-dependencies]]
addonId = 'vvuO3ImH'
type = 'REQUIRED'
[[x-prismlauncher-dependencies]]
addonId = 'izkDUlrJ'
type = 'INCOMPATIBLE'
-21
View File
@@ -1,21 +0,0 @@
filename = 'accessories-neoforge-1.1.0-beta.53+1.21.1.jar'
name = 'Accessories'
side = 'both'
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'beta'
x-prismlauncher-version-number = '1.1.0-beta.53+1.21.1'
[download]
hash = 'baafa9a5e48c17c243d45b6260095ffef2ad00e4e970aafc5b1ca9ab5f4a542b18b0fb35d4584318791edbaf00a3c44806f62062513d991383192aca4df27a07'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/jtmvUHXj/versions/Fb55Fgjz/accessories-neoforge-1.1.0-beta.53%2B1.21.1.jar'
[update.modrinth]
mod-id = 'jtmvUHXj'
version = 'Fb55Fgjz'
[[x-prismlauncher-dependencies]]
addonId = 'ccKDOlHs'
type = 'REQUIRED'
+14
View File
@@ -0,0 +1,14 @@
name = "Ad Astra"
filename = "ad_astra-forge-1.20.1-1.15.19.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/3ufwT9JF/versions/ZXcgZ31q/ad_astra-forge-1.20.1-1.15.19.jar"
hash-format = "sha512"
hash = "81e9aabe3e736d1ac1b5a6876ce7d561e04dcffa22c07284f1bcba51f76b184bb0c9d319855c70a69283de9f454997d5420aa92533adf7af85fc513abe837299"
mode = "url"
[update]
[update.modrinth]
mod-id = "3ufwT9JF"
version = "ZXcgZ31q"
+14
View File
@@ -0,0 +1,14 @@
name = "Ad Tetra!"
filename = "adtetra-2.1.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/YecCeirP/versions/l6TLDnhF/adtetra-2.1.0.jar"
hash-format = "sha512"
hash = "f3209377ba357ba539a9c95b83a63d902b477005b9d0a792d478a15760d99d9647600aff4ae17f9c1dc3187b4e6e52773cccdc52ceee91fa9205bdd6cba124ed"
mode = "url"
[update]
[update.modrinth]
mod-id = "YecCeirP"
version = "l6TLDnhF"
+14
View File
@@ -0,0 +1,14 @@
name = "Advancement Plaques"
filename = "AdvancementPlaques-1.20.1-forge-1.6.9.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/9NM0dXub/versions/xqigG9AR/AdvancementPlaques-1.20.1-forge-1.6.9.jar"
hash-format = "sha512"
hash = "20053af7b38b6d25c18c73608f5437f7298c2cf9310c0f71933c02224bf903b18ae61c9959753d834e2c9687b6b57175bfe01f3a3c96bcc599714a4f5155b492"
mode = "url"
[update]
[update.modrinth]
mod-id = "9NM0dXub"
version = "xqigG9AR"
+14
View File
@@ -0,0 +1,14 @@
name = "AeroBlender"
filename = "aeroblender-1.20.1-1.0.1-neoforge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/1eaq94ok/versions/Q9Ek6EKB/aeroblender-1.20.1-1.0.1-neoforge.jar"
hash-format = "sha512"
hash = "2506564dc44df5ef8560b66e7a92b2086425fcaa9fa64e6b0dfcbefb676b5cb711ab68243302684e6979951bf5f41f0ceb908fbcdf9d9f91a3c526a102b3af52"
mode = "url"
[update]
[update.modrinth]
mod-id = "1eaq94ok"
version = "Q9Ek6EKB"
+13
View File
@@ -0,0 +1,13 @@
name = "Aether Delight (A Farmer's Delight Add-on)"
filename = "aether_delight_1.0.0_forge_1.20.1.jar"
side = "both"
[download]
hash-format = "sha512"
hash = "1bde180cbdc14d918d8d8b1d5d22a0bba23ed5f06f7fdbcf056f0dac6097449a8d12006bfb4700d2f0988352d3bb10cae234907e7010114290b30fadd7b24bab"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5029396
project-id = 961108
@@ -0,0 +1,13 @@
name = "Aether Addon: Enhanced Extinguishing"
filename = "aether_enhanced_extinguishing-1.20.1-1.0.0-neoforge.jar"
side = "both"
[download]
hash-format = "sha512"
hash = "60c2bb338f5ed1b19a1d8564a83236b9763d6e093306ca82b125a8d4662ba6a4658986bdb21ed1e0342c0e51ddb57dff0a8d5b024c75a99bdded6f23328e7380"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4755648
project-id = 884860
+14
View File
@@ -0,0 +1,14 @@
name = "Aether: Lost Content Addon"
filename = "lost_aether_content-1.20.1-1.2.3.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/lr2r2Dpz/versions/PVl7uKx1/lost_aether_content-1.20.1-1.2.3.jar"
hash-format = "sha512"
hash = "758ffc122386cc392726f359dab3f98a4c1ecff85577748a0927d8933bbdeec42927a32185ffbc64c437d9a44b1489f6b7a60af3cfc6a381dea5689f44c1b778"
mode = "url"
[update]
[update.modrinth]
mod-id = "lr2r2Dpz"
version = "PVl7uKx1"
+13
View File
@@ -0,0 +1,13 @@
name = "The Aether"
filename = "aether-1.20.1-1.5.2-neoforge.jar"
side = "both"
[download]
hash-format = "sha512"
hash = "e45d040345b86b7bb9f4548477937932c3fc2bcb72bad0f0246b50282eaf445f70c8af8264ee6290bc24ef9981802f791c0ee0cb9b710b07d1d99bf360f48131"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 6134920
project-id = 255308
+13
View File
@@ -0,0 +1,13 @@
name = "Aetheric Tetranomicon"
filename = "aetheric_tetranomicon-1.1.2-1.20.1.jar"
side = "both"
[download]
hash-format = "sha512"
hash = "72ddde5f63ff6a3db2b00da4eee057cc08517b88b68f932eb77518f4c1d9fb90974d745a774653322e9214cd85e7d387e69a0bb5034a47030bf6f8ff5430ed65"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5241644
project-id = 966902
+14
View File
@@ -0,0 +1,14 @@
name = "Alex's Caves"
filename = "alexscaves-2.0.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/U6GY0xp0/versions/lC8HHXOF/alexscaves-2.0.2.jar"
hash-format = "sha512"
hash = "d23092cf507f4cf66ead45d7b393393ea83a9002056962ee6c341e91323ae39e10f2aefbbbc9f5e54409eb3ee522ad0c2dd5661077b09f1e37d034cfdd4333a0"
mode = "url"
[update]
[update.modrinth]
mod-id = "U6GY0xp0"
version = "lC8HHXOF"
+13
View File
@@ -0,0 +1,13 @@
name = "Alex's Delight"
filename = "alexsdelight-1.5.jar"
side = "both"
[download]
hash-format = "sha512"
hash = "1865647b5951a7a79f9965519e716b1007d2c27bd72cf2d88cebf1fc7397367360e14272a497ad5fa9b7c59bf22dd30c4f02aeff0d36b73952d23a91b34ebd1b"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5028450
project-id = 556448
-21
View File
@@ -1,21 +0,0 @@
filename = 'alexsmobs-1.22.17.jar'
name = "Alex's Mobs (Unofficial Port)"
side = 'both'
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '1.22.17'
[download]
hash = '9f57f20693bb187c54f6d68dc34592b87d0e55a5a4628ad097b0aa39afe165f4a834b83b6590d803e64bac0b1230a8f46369bfe45851a3cc964cf3d88f235277'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/EmNhnNnt/versions/KSgki4uc/alexsmobs-1.22.17.jar'
[update.modrinth]
mod-id = 'EmNhnNnt'
version = 'KSgki4uc'
[[x-prismlauncher-dependencies]]
addonId = 'XjY0RcQj'
type = 'REQUIRED'
+14
View File
@@ -0,0 +1,14 @@
name = "Alex's Mobs"
filename = "alexsmobs-1.22.9.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/2cMuAZAp/versions/XoIASRVU/alexsmobs-1.22.9.jar"
hash-format = "sha512"
hash = "b50280057926d750f9ffbf6a8df36deb37529356895f6bf59f25d272ecf69afccec65ec1a5c3a8bfad24f9475c15b93c5ec4666447b1fce26a90c41445bbfb04"
mode = "url"
[update]
[update.modrinth]
mod-id = "2cMuAZAp"
version = "XoIASRVU"
+8 -13
View File
@@ -1,18 +1,13 @@
filename = 'alltheleaks-1.1.9+1.21.1-neoforge.jar' name = "AllTheLeaks (Memory Leak Fix)"
name = 'AllTheLeaks (Memory Leak Fix)' filename = "alltheleaks-0.1.3-beta+1.20.1-forge.jar"
side = 'server' side = "both"
x-prismlauncher-dependencies = []
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = 'alltheleaks-1.1.9+1.21.1-neoforge.jar'
[download] [download]
hash = '2e9d1bc9bb9801af070f59a808db232c2a6526dd' hash-format = "sha512"
hash-format = 'sha1' hash = "60d72caae40583a55d3a499a6558eebab7bf5835f8fe345cd429b738ddab115c3f5f60855589d752b42366a3bed5a76dc138368e45ceb74043042e6d59f02e7d"
mode = 'metadata:curseforge' mode = "metadata:curseforge"
url = ''
[update]
[update.curseforge] [update.curseforge]
file-id = 8090653 file-id = 6371968
project-id = 1091339 project-id = 1091339
+14
View File
@@ -0,0 +1,14 @@
name = "Alternate Current"
filename = "alternate_current-mc1.20-1.7.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/r0v8vy1s/versions/kC6SY4Zp/alternate_current-mc1.20-1.7.0.jar"
hash-format = "sha512"
hash = "d9ae21a3a389c63466bf22b36d4a78c859f30c901397622f1f1438737901a2c67e4d911c83831e0d4f1edabf0b86b58f4192d9980ecef8278393fd4af64a9585"
mode = "url"
[update]
[update.modrinth]
mod-id = "r0v8vy1s"
version = "kC6SY4Zp"
+14
View File
@@ -0,0 +1,14 @@
name = "Amendments"
filename = "amendments-1.20-1.2.18.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/6iTJugQR/versions/zMu0Lu83/amendments-1.20-1.2.18.jar"
hash-format = "sha512"
hash = "60ede016474e57e8929cf4263d255f56d8762cc8f8d1be8c2c16946b0a7b80c38faec525c65bc3d377a4e51fcfe812ac7abd387eeac88ba7e247f9726e17ab7b"
mode = "url"
[update]
[update.modrinth]
mod-id = "6iTJugQR"
version = "zMu0Lu83"
+10 -50
View File
@@ -1,53 +1,13 @@
filename = 'Apotheosis-1.21.1-8.5.4.jar' name = "Apotheosis"
name = 'Apotheosis' filename = "Apotheosis-1.20.1-7.4.8.jar"
side = 'both' side = "both"
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '1.21.1-8.5.4'
[download] [download]
hash = '338933d96a451205fdce94eb1443c6f88c55cd5c8bcd45bfd23948a7c39bd11f1fb103ceec75e344d8f1fed92bf26df13e7ba04cffee7ba805cbfe5f081f2245' hash-format = "sha512"
hash-format = 'sha512' hash = "40709a506f96e407d0d34f07e38916bd7238b2b56d54e806063fcc99ccc9fd97d8913afa57c5edfe58f71e2ea5f67c07510a8b5130cb8d9e16e7142b18e4a96c"
mode = 'url' mode = "metadata:curseforge"
url = 'https://cdn.modrinth.com/data/rqFWfVlz/versions/Vp2TR6ib/Apotheosis-1.21.1-8.5.4.jar'
[update.modrinth] [update]
mod-id = 'rqFWfVlz' [update.curseforge]
version = 'Vp2TR6ib' file-id = 6461960
project-id = 313970
[[x-prismlauncher-dependencies]]
addonId = 'pL8MtgqY'
type = 'REQUIRED'
[[x-prismlauncher-dependencies]]
addonId = 'tCkE8p2N'
type = 'REQUIRED'
[[x-prismlauncher-dependencies]]
addonId = 'UVtY3ZAC'
type = 'OPTIONAL'
[[x-prismlauncher-dependencies]]
addonId = 'mH8wdmqr'
type = 'OPTIONAL'
[[x-prismlauncher-dependencies]]
addonId = 'u6dRKJwZ'
type = 'OPTIONAL'
[[x-prismlauncher-dependencies]]
addonId = 'DfxVkOAO'
type = 'REQUIRED'
[[x-prismlauncher-dependencies]]
addonId = 'nvQzSEkH'
type = 'OPTIONAL'
[[x-prismlauncher-dependencies]]
addonId = 'nU0bVIaL'
type = 'REQUIRED'
[[x-prismlauncher-dependencies]]
addonId = 'DGaH8Rh0'
type = 'REQUIRED'
+10 -22
View File
@@ -1,25 +1,13 @@
filename = 'ApothicAttributes-1.21.1-2.9.1.jar' name = "Apothic Attributes"
name = 'Apothic Attributes' filename = "ApothicAttributes-1.20.1-1.3.7.jar"
side = 'both' side = "both"
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '1.21.1-2.9.1'
[download] [download]
hash = 'e8e40e2f5c7f400b31050e08cae444b9133808208d1455fa9cf864677953232922688d2587d9c7b4cd538197d50457d50711890634900ebf3310b94076ef7993' hash-format = "sha512"
hash-format = 'sha512' hash = "d0b7a9dac9e0d34cdec49afd9a3c9f5382dcfac69b18a7c7a600d4537cf2653368a00333389c8e7c9fdacf952e0e4f921464309e257a3dd992f1ba26f4ce6836"
mode = 'url' mode = "metadata:curseforge"
url = 'https://cdn.modrinth.com/data/DGaH8Rh0/versions/Z0nG7STl/ApothicAttributes-1.21.1-2.9.1.jar'
[update.modrinth] [update]
mod-id = 'DGaH8Rh0' [update.curseforge]
version = 'Z0nG7STl' file-id = 5634071
project-id = 898963
[[x-prismlauncher-dependencies]]
addonId = 'vvuO3ImH'
type = 'OPTIONAL'
[[x-prismlauncher-dependencies]]
addonId = 'tCkE8p2N'
type = 'REQUIRED'
-25
View File
@@ -1,25 +0,0 @@
filename = 'ApothicEnchanting-1.21.1-1.5.3.jar'
name = 'Apothic-Enchanting'
side = 'both'
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '1.21.1-1.5.3'
[download]
hash = 'e7d4f17d816657319b7c27d511e2cad5ed80b0588dd9ed57b204f41aeca6399030e42fde38640a7d285d2b18dc4f602009caa9ac3aad803c8515d0bd8fd29d29'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/pL8MtgqY/versions/CZ1OdBnA/ApothicEnchanting-1.21.1-1.5.3.jar'
[update.modrinth]
mod-id = 'pL8MtgqY'
version = 'CZ1OdBnA'
[[x-prismlauncher-dependencies]]
addonId = 'tCkE8p2N'
type = 'REQUIRED'
[[x-prismlauncher-dependencies]]
addonId = 'DGaH8Rh0'
type = 'REQUIRED'
-21
View File
@@ -1,21 +0,0 @@
filename = 'ApothicSpawners-1.21.1-1.3.4.jar'
name = 'Apothic-Spawners'
side = 'both'
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '1.21.1-1.3.4'
[download]
hash = '23a44d12f6b96e626d5b7582b41f562e75df6d7812c9f5ec6d2ab3eeb3eb8250214aab364ab6dd5359d258443277b0922e7446e5e1156e7f2fd9b1c97ca631d8'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/DfxVkOAO/versions/vTCJYc3D/ApothicSpawners-1.21.1-1.3.4.jar'
[update.modrinth]
mod-id = 'DfxVkOAO'
version = 'vTCJYc3D'
[[x-prismlauncher-dependencies]]
addonId = 'tCkE8p2N'
type = 'REQUIRED'
+10 -14
View File
@@ -1,18 +1,14 @@
filename = 'appleskin-neoforge-mc1.21-3.0.9.jar' name = "AppleSkin"
name = 'AppleSkin' filename = "appleskin-forge-mc1.20.1-2.5.1.jar"
side = 'both' side = "both"
x-prismlauncher-dependencies = []
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21', '1.21.1', '1.21.2' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '3.0.9+mc1.21'
[download] [download]
hash = 'f4ea46273e407334b63e262e2555c9a8204f7b5e60f23f272fbaa83ad9e88800e0ee186aca840710df2dbe0a18b37758695fef2ae1a902c10b3706e3de772937' url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/XdXDExVF/appleskin-forge-mc1.20.1-2.5.1.jar"
hash-format = 'sha512' hash-format = "sha512"
mode = 'url' hash = "3176f928fb6c60d27f5edb610ca4ab0236175404eebf32797a1ec6cdd794bb294a260231579578536d03571377e43c6181adc75d8dd2c0733f17fce4f7e636b9"
url = 'https://cdn.modrinth.com/data/EsAfCjCV/versions/uAKA6Laj/appleskin-neoforge-mc1.21-3.0.9.jar' mode = "url"
[update]
[update.modrinth] [update.modrinth]
mod-id = 'EsAfCjCV' mod-id = "EsAfCjCV"
version = 'uAKA6Laj' version = "XdXDExVF"
-18
View File
@@ -1,18 +0,0 @@
filename = 'aquaculturedelight-1.2.0-neoforge-1.21.1.jar'
name = 'Aquaculture Delight'
side = 'both'
x-prismlauncher-dependencies = []
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '1.2.0'
[download]
hash = 'ef13ec67b0af25a94015d5dcd7a549b3a7759026cd3689923b107e92700f09cc0826f0c98d22fdeef37f2f8d5f1219f6d6edabb5f026b5fec9d347b5e1c23231'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/U9GJqWrI/versions/VFpyJiVp/aquaculturedelight-1.2.0-neoforge-1.21.1.jar'
[update.modrinth]
mod-id = 'U9GJqWrI'
version = 'VFpyJiVp'
-18
View File
@@ -1,18 +0,0 @@
filename = 'Aquaculture-1.21.1-2.7.21.jar'
name = 'Aquaculture 2'
side = 'both'
x-prismlauncher-dependencies = []
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '2.7.21'
[download]
hash = '532571f9a9d336d7da4b175f482c2d99c31f440841f9d20dd58137e1df3218180badd54d178559fdc0ac3e08ff94eaf3f1c4d133b9e60c66775971c0a557386d'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/Vl1uNAuy/versions/5pbz0ETj/Aquaculture-1.21.1-2.7.21.jar'
[update.modrinth]
mod-id = 'Vl1uNAuy'
version = '5pbz0ETj'
+14
View File
@@ -0,0 +1,14 @@
name = "Aquamirae"
filename = "aquamirae-6.API15.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/k23mNPhZ/versions/7lX4KLFc/aquamirae-6.API15.jar"
hash-format = "sha512"
hash = "9a134941b020d33dcdbc8843eefcb3bfa9f5e68a7269b2f48f86f8c5dae1d0759c8431a94e77377ce001b72ef11014728bf83a2ac9fc590bf94496f4aef47ef7"
mode = "url"
[update]
[update.modrinth]
mod-id = "k23mNPhZ"
version = "7lX4KLFc"
+10 -14
View File
@@ -1,18 +1,14 @@
filename = 'architectury-13.0.8-neoforge.jar' name = "Architectury API"
name = 'Architectury API' filename = "architectury-9.2.14-forge.jar"
side = 'both' side = "both"
x-prismlauncher-dependencies = []
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '13.0.8+neoforge'
[download] [download]
hash = '65e3664953385d880320dd6bb818bcb96d361c07c53e2a7f65e64c6a47720ee26b233224ae9cad465ef0b2bbaefdaf30fb0175a983cecd91de058817d6fcf57e' url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/1MKTLiiG/architectury-9.2.14-forge.jar"
hash-format = 'sha512' hash-format = "sha512"
mode = 'url' hash = "cf67f2050cafa00f0bee42e6d7bef77fdb808ac4f71742f7b4d6d5c1e6ffb49561a5a252f332d2b78a9767bdb5faa284611790dba303fbdc736ae36d794f61c7"
url = 'https://cdn.modrinth.com/data/lhGA9TYQ/versions/ZxYGwlk0/architectury-13.0.8-neoforge.jar' mode = "url"
[update]
[update.modrinth] [update.modrinth]
mod-id = 'lhGA9TYQ' mod-id = "lhGA9TYQ"
version = 'ZxYGwlk0' version = "1MKTLiiG"
+14
View File
@@ -0,0 +1,14 @@
name = "Ars Nouveau"
filename = "ars_nouveau-1.20.1-4.12.6-all.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/TKB6INcv/versions/5FicuxZm/ars_nouveau-1.20.1-4.12.6-all.jar"
hash-format = "sha512"
hash = "6d9fc2bfaa33d493a3c575876337549932d94eb2b4d25de59342063a0903dd1277d8c7dcc5378ad56c5c701bd87ce8f9456a2e3775376c581a5c08fd60644fd4"
mode = "url"
[update]
[update.modrinth]
mod-id = "TKB6INcv"
version = "5FicuxZm"
-21
View File
@@ -1,21 +0,0 @@
filename = 'artifactscrafting-1.1.0-RPG.jar'
name = 'Artifacts crafting'
side = 'both'
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '1.1.0'
[download]
hash = 'bd8e90856103ea747bac3785ed69cd505b25cd7812ff4a01fc9478c7a7dfc4b82f9722a781919b9419da4a594104a238de870b5643cf7e1e797f28ce3791eab4'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/GFqBpmHU/versions/Q1Uu7dRa/artifactscrafting-1.1.0-RPG.jar'
[update.modrinth]
mod-id = 'GFqBpmHU'
version = 'Q1Uu7dRa'
[[x-prismlauncher-dependencies]]
addonId = 'P0Mu4wcQ'
type = 'REQUIRED'
-33
View File
@@ -1,33 +0,0 @@
filename = 'artifacts-neoforge-13.2.1.jar'
name = 'Artifacts'
side = 'both'
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '13.2.1'
[download]
hash = '4e5ccc2733e2ede833e6c4ae6b44751eab5ac48857055b61fdcbb6434c7d867c17b438eea9f226f6af652ee397f3fb4d7583f263a5d706d730ff7243ace865dc'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/P0Mu4wcQ/versions/rGPw090r/artifacts-neoforge-13.2.1.jar'
[update.modrinth]
mod-id = 'P0Mu4wcQ'
version = 'rGPw090r'
[[x-prismlauncher-dependencies]]
addonId = 'jtmvUHXj'
type = 'OPTIONAL'
[[x-prismlauncher-dependencies]]
addonId = '9s6osm5g'
type = 'OPTIONAL'
[[x-prismlauncher-dependencies]]
addonId = 'vvuO3ImH'
type = 'OPTIONAL'
[[x-prismlauncher-dependencies]]
addonId = '5aaWibi9'
type = 'OPTIONAL'
+13
View File
@@ -0,0 +1,13 @@
name = "Ash API"
filename = "ash_api-forge-3.0.2+1.20.1.jar"
side = "both"
[download]
hash-format = "sha512"
hash = "bfc389039eccc4c4a5834137e681b565def651c37d5f289b4c9d31d8375c3cfaa5badac03dcd310d6f2e9ab076a4de85c0ed6d9ec3685ab9b9f79e03fda725f6"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4653714
project-id = 838498
+14
View File
@@ -0,0 +1,14 @@
name = "Pufferfish's Attributes"
filename = "puffish_attributes-0.7.4-1.20-forge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/FCFcFw09/versions/rVUNuENq/puffish_attributes-0.7.4-1.20-forge.jar"
hash-format = "sha512"
hash = "2ea30018073afd2fa3332edf98ec2ecfa7faae8da64b8038872947d1f250d635e9f6153371ba84579a5fa5436e8e3c5940b094af5780f908065c4d001e4446d9"
mode = "url"
[update]
[update.modrinth]
mod-id = "FCFcFw09"
version = "rVUNuENq"
-21
View File
@@ -1,21 +0,0 @@
filename = 'authme-neoforge-9.0.1+1.21.1.jar'
name = 'Auth Me'
side = 'client'
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = 'v9.0.1+1.21.1'
[download]
hash = '6f8a343e7bd75d0f9e222c9ced405a2b3b729656983e6ffe111bf97217fd95ddd83817580a126258a414c39e725266b51f03df40e2bd1072b24b7eee524cd8ad'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/yjgIrBjZ/versions/NinhKHNO/authme-neoforge-9.0.1%2B1.21.1.jar'
[update.modrinth]
mod-id = 'yjgIrBjZ'
version = 'NinhKHNO'
[[x-prismlauncher-dependencies]]
addonId = 'M1953qlQ'
type = 'EMBEDDED'
-21
View File
@@ -1,21 +0,0 @@
filename = 'Axiom-5.4.2-for-MC1.21.1.jar'
name = 'Axiom'
side = 'both'
x-prismlauncher-loaders = [ 'fabric' ]
x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '5.4.2'
[download]
hash = 'b73711c2809d2461dc2dfd92069a7ad3b986d7d70a11b927d2fc8c133158a4af29ea156208c42a6e61f2c26afbc5623806314622da8f4b3f21ae90c9949138e7'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/N6n5dqoA/versions/BzK22yyR/Axiom-5.4.2-for-MC1.21.1.jar'
[update.modrinth]
mod-id = 'N6n5dqoA'
version = 'BzK22yyR'
[[x-prismlauncher-dependencies]]
addonId = 'P7dR8mSH'
type = 'REQUIRED'
+14
View File
@@ -0,0 +1,14 @@
name = "AzureLib"
filename = "azurelib-neo-1.20.1-2.0.41.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/7zlUOZvb/versions/I0GFy2Sd/azurelib-neo-1.20.1-2.0.41.jar"
hash-format = "sha512"
hash = "1693783b50536b3073682b2b8b4d90275438713e7533f1c00a6b1d20227c354a74256818af54001f0f504a798b3e29295ee80cfb16ab5204ac985de11d84b7ba"
mode = "url"
[update]
[update.modrinth]
mod-id = "7zlUOZvb"
version = "I0GFy2Sd"
+13
View File
@@ -0,0 +1,13 @@
name = "BaguetteLib"
filename = "baguettelib-1.20.1-Forge-1.1.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/OfKzpbRU/versions/zcwsIJEa/baguettelib-1.20.1-Forge-1.1.1.jar"
hash-format = "sha512"
hash = "0e9f34e0e8d8703269fd6d26a3635268d8f01d79c17355a85f07cd3cf382e84d23635c9715522e3839091caed6db723984b4df569fd06b042557fcf7f46f0f08"
[update]
[update.modrinth]
mod-id = "OfKzpbRU"
version = "zcwsIJEa"
+10 -15
View File
@@ -1,18 +1,13 @@
filename = 'balm-neoforge-1.21.1-21.0.59.jar' name = "Balm"
name = 'Balm' filename = "balm-forge-1.20.1-7.3.31-all.jar"
side = 'both' side = "both"
x-prismlauncher-dependencies = []
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '21.0.59+neoforge-1.21.1'
[download] [download]
hash = 'e02f05817d8916ce17b0c1c56ff26c8283969212b3cffe977258499d24a5b8926b69d3c3d691058a6b65f807439aac28b9e2de2905a3fea74dc22777dbe44b46' hash-format = "sha512"
hash-format = 'sha512' hash = "d433f3774361121382d32d1dbd48e15bdc88132f3e602666e9e3b192745bb47704f370d202d7f9ebd173ea7954cd9e7a3311a6d7cd0f937cd463aa92765fb553"
mode = 'url' mode = "metadata:curseforge"
url = 'https://cdn.modrinth.com/data/MBAkmtvl/versions/QXfHYVcw/balm-neoforge-1.21.1-21.0.59.jar'
[update.modrinth] [update]
mod-id = 'MBAkmtvl' [update.curseforge]
version = 'QXfHYVcw' file-id = 6588893
project-id = 531761
+10 -21
View File
@@ -1,25 +1,14 @@
filename = 'BarteringStation-v21.1.0-1.21.1-NeoForge.jar' name = "Bartering Station"
name = 'Bartering Station' filename = "BarteringStation-v8.0.0-1.20.1-Forge.jar"
side = 'both' side = "both"
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = 'v21.1.0-1.21.1-NeoForge'
[download] [download]
hash = '68b6a63feb16e529650ebf6b39161717454a75b4b8b233930208fc9c9db6f2c4b348ba61460b925fa358a0a02e0677aaefa2fc333040afff811431e57b9cf31e' url = "https://cdn.modrinth.com/data/EOig9U0j/versions/4op6LZEK/BarteringStation-v8.0.0-1.20.1-Forge.jar"
hash-format = 'sha512' hash-format = "sha512"
mode = 'url' hash = "999d29b7e454865e80432da594fb155c1d77c6b2ce9f4f3f1bf1673510b732b75d2a44bce044563ba020fcbdb92fff1c2c67047c4a5a7fc9c0836a32c18744fb"
url = 'https://cdn.modrinth.com/data/EOig9U0j/versions/GOAgiH0l/BarteringStation-v21.1.0-1.21.1-NeoForge.jar' mode = "url"
[update]
[update.modrinth] [update.modrinth]
mod-id = 'EOig9U0j' mod-id = "EOig9U0j"
version = 'GOAgiH0l' version = "4op6LZEK"
[[x-prismlauncher-dependencies]]
addonId = '5WeWGLoJ'
type = 'OPTIONAL'
[[x-prismlauncher-dependencies]]
addonId = 'QAGBst4M'
type = 'REQUIRED'
-25
View File
@@ -1,25 +0,0 @@
filename = 'bclib-21.0.21.jar'
name = 'BCLib: New Dawn'
side = 'both'
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '21.0.21'
[download]
hash = 'cd0fdef08ba760b572f944e23c0137c338b5fd41cb027fb4789a570d2b36e554f4249e279641829677e66c3f6dc11a4f25b76bf035c6e243546e2d0cf23d27da'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/7bdKEtKC/versions/OaVg9Swk/bclib-21.0.21.jar'
[update.modrinth]
mod-id = '7bdKEtKC'
version = 'OaVg9Swk'
[[x-prismlauncher-dependencies]]
addonId = 'HZmhgdJk'
type = 'REQUIRED'
[[x-prismlauncher-dependencies]]
addonId = 'R8uGDQpB'
type = 'REQUIRED'
+14
View File
@@ -0,0 +1,14 @@
name = "BCLib"
filename = "bclib-3.0.14.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/BgNRHReB/versions/TPC86Pyz/bclib-3.0.14.jar"
hash-format = "sha512"
hash = "bc35cc37a221fbc6f7fca293e72aad0877d8c9d07067ff0b4c8f51dcddbb82ac7cbbb86d1550eef7690bcd1ecf09625f0389f39ae9a252eec5d8511ba7deec4a"
mode = "url"
[update]
[update.modrinth]
mod-id = "BgNRHReB"
version = "TPC86Pyz"
+10 -17
View File
@@ -1,21 +1,14 @@
filename = 'bellsandwhistles-0.4.7-1.21.1.jar' name = "Create: Bells & Whistles"
name = 'Create: Bells & Whistles' filename = "bellsandwhistles-0.4.3-1.20.x.jar"
side = 'both' side = "both"
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = 'v0.4.7-1.21.1'
[download] [download]
hash = '482ee096477b89ed8ec5ce008a4a8ac0ae853079a4f5ce16ad0e0dd9b2eb12b3326f17acaaca1eae0bc51ad238f4e51c8d5b93ded71fe7240717ac8600041c59' url = "https://cdn.modrinth.com/data/gJ5afkVv/versions/uvnfNUsp/bellsandwhistles-0.4.3-1.20.x.jar"
hash-format = 'sha512' hash-format = "sha512"
mode = 'url' hash = "8b78879a2d2a4b450892a97701dd594b78002006072d38c7a2d67e58e32fd5af1de831c71d826365c976903fc8208c4f61b17d9b1d703107a995a1ae190b65ab"
url = 'https://cdn.modrinth.com/data/gJ5afkVv/versions/w0mifib8/bellsandwhistles-0.4.7-1.21.1.jar' mode = "url"
[update]
[update.modrinth] [update.modrinth]
mod-id = 'gJ5afkVv' mod-id = "gJ5afkVv"
version = 'w0mifib8' version = "uvnfNUsp"
[[x-prismlauncher-dependencies]]
addonId = 'LNytGWDc'
type = 'REQUIRED'
@@ -1,21 +0,0 @@
filename = 'bl_accessories_layer-1.2.2-neoforge+1.21.1.jar'
name = 'Beltborne Lanterns: Accessories Layer'
side = 'both'
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'beta'
x-prismlauncher-version-number = '1.2.2-neoforge'
[download]
hash = 'cfee104af6e496689805aa31eb2540df2c2da653cc269217d279a862d441bb60d000f950974a55078f815cc5bced054ed448fa04acf2dc0af964532b579d09ad'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/geZ7ilkE/versions/217aqMLc/bl_accessories_layer-1.2.2-neoforge%2B1.21.1.jar'
[update.modrinth]
mod-id = 'geZ7ilkE'
version = '217aqMLc'
[[x-prismlauncher-dependencies]]
addonId = 'NUFDZAKS'
type = 'REQUIRED'
-21
View File
@@ -1,21 +0,0 @@
filename = 'beltborne_lanterns-1.2.5-neoforge+1.21.1.jar'
name = 'Beltborne Lanterns'
side = 'both'
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '1.2.5-neoforge'
[download]
hash = 'a540eefcdd340cde918a814c55e6f245f46ded7d7ee3b565a7a62b54cc8e27a073baf6b7a0b6c62b95ea5b4632202370617e18e2d15064e0000f6df296c1a9ba'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/NUFDZAKS/versions/6pbCx85r/beltborne_lanterns-1.2.5-neoforge%2B1.21.1.jar'
[update.modrinth]
mod-id = 'NUFDZAKS'
version = '6pbCx85r'
[[x-prismlauncher-dependencies]]
addonId = '9s6osm5g'
type = 'REQUIRED'
+14
View File
@@ -0,0 +1,14 @@
name = "Better Advancements"
filename = "BetterAdvancements-Forge-1.20.1-0.4.2.10.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/Q2OqKxDG/versions/E1pOIPhV/BetterAdvancements-Forge-1.20.1-0.4.2.10.jar"
hash-format = "sha512"
hash = "a929bf83e5d42b90e05bf3e9a0e4b2dd4879228a81a89cf3ef001cb50872d7c416e166c7229b8af219488399dae5deca1f2cc7b94d23d3064123deda2c97564d"
mode = "url"
[update]
[update.modrinth]
mod-id = "Q2OqKxDG"
version = "E1pOIPhV"
+14
View File
@@ -0,0 +1,14 @@
name = "Better Compatibility Checker"
filename = "BetterCompatibilityChecker-forge-4.0.8+mc1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/KJhXPbHQ/versions/YLJKBPTh/BetterCompatibilityChecker-forge-4.0.8%2Bmc1.20.1.jar"
hash-format = "sha512"
hash = "9bc033b764d50bf9563a11ebe3cceee6d071bd68b96715ddef23419103d09d1380276975e1e1ea981418bee281af89fadb250ec09a270ffa1c41c1788ce0028a"
mode = "url"
[update]
[update.modrinth]
mod-id = "KJhXPbHQ"
version = "YLJKBPTh"
+14
View File
@@ -0,0 +1,14 @@
name = "Better Mods Button"
filename = "BetterModsButton-v8.0.2-1.20.1-Forge.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/KUZAAwdD/versions/bSoVaTgS/BetterModsButton-v8.0.2-1.20.1-Forge.jar"
hash-format = "sha512"
hash = "a2235c03fa59f28e2b934a325d81487b6ae7783e28177a095f109c0f453fb7327c9d74739fbfe206b82d33361c0965d633689b29bd0e5367751820aadb598634"
mode = "url"
[update]
[update.modrinth]
mod-id = "KUZAAwdD"
version = "bSoVaTgS"
-18
View File
@@ -1,18 +0,0 @@
filename = 'BetterPingDisplay-1.21.1-1.1.jar'
name = 'Better Ping Display [Forge/NeoForge]'
side = 'client'
x-prismlauncher-dependencies = []
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '1.21.1-1.1'
[download]
hash = '301362230f1e66a6725eb20fae106435f2d9561df631a54091956b052f9a2111a230b238dbeb0ae58a5bfa261be43474ab40315e50eebeeacef5a592e2c3bfbb'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/ZvaHbwoZ/versions/AzKubcBR/BetterPingDisplay-1.21.1-1.1.jar'
[update.modrinth]
mod-id = 'ZvaHbwoZ'
version = 'AzKubcBR'
-29
View File
@@ -1,29 +0,0 @@
filename = 'BetterEnd-21.0.25.jar'
name = 'BetterEnd: New Dawn'
side = 'both'
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '21.0.25'
[download]
hash = '2059fe9157953e03c3ddef06b71ef93b95a31445a37b446ea344f3e35f8b18de4d2e756b0299b4c9d2719de48e2c549492332213a0440d7b814434cc64822b14'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/IcERKldh/versions/mf7D5Bcy/BetterEnd-21.0.25.jar'
[update.modrinth]
mod-id = 'IcERKldh'
version = 'mf7D5Bcy'
[[x-prismlauncher-dependencies]]
addonId = '7bdKEtKC'
type = 'REQUIRED'
[[x-prismlauncher-dependencies]]
addonId = 'R8uGDQpB'
type = 'REQUIRED'
[[x-prismlauncher-dependencies]]
addonId = 'HZmhgdJk'
type = 'REQUIRED'
+14
View File
@@ -0,0 +1,14 @@
name = "BetterEnd"
filename = "better-end-4.0.11.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/gc8OEnCC/versions/7QwyTILr/better-end-4.0.11.jar"
hash-format = "sha512"
hash = "5faae5cb3d8759837ec341c605dd9c8b6b32a908e7e1f1248b3b2567c5f9969079df33694cdfb6c743a732bfc9d5824843a93edec07f09e68f8b408e355d15e7"
mode = "url"
[update]
[update.modrinth]
mod-id = "gc8OEnCC"
version = "7QwyTILr"
+13
View File
@@ -0,0 +1,13 @@
name = "Biome Music[Forge/Fabric]"
filename = "biomemusic-1.20.1-3.4.jar"
side = "client"
[download]
hash-format = "sha512"
hash = "2a7a89997736a1a07018901fec4d32a7d78695cb21fec18b251b34aa818d7ee44a39ee430d56afa1be00acd97f5f1e99883ef3288cd943008dd08103b3940e7d"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 6195999
project-id = 840873
+9 -21
View File
@@ -1,25 +1,13 @@
filename = 'BiomesOPlenty-neoforge-1.21.1-21.1.0.14.jar'
name = "Biomes O' Plenty" name = "Biomes O' Plenty"
side = 'both' filename = "BiomesOPlenty-forge-1.20.1-19.0.0.96.jar"
x-prismlauncher-loaders = [ 'neoforge' ] side = "both"
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'beta'
x-prismlauncher-version-number = '21.1.0.14'
[download] [download]
hash = '1569d9ed5b619f99d61a7cf1b2d886b278df2905b3ce9324f8e7a17c5c960312ec681cc06f1ad96644bde2cdc60440d8be9952f0ee0f84f7937210f46fbb21d7' hash-format = "sha512"
hash-format = 'sha512' hash = "05c1476b935f9e0a2021117f6b79ddfa648f851a3c323857b986cd2d59a9ac7898c52cc676c37c4f8ea54420d6cb0b444f5e11fb952c13d16ce3ad4d05258ff3"
mode = 'url' mode = "metadata:curseforge"
url = 'https://cdn.modrinth.com/data/HXF82T3G/versions/BtZKRp69/BiomesOPlenty-neoforge-1.21.1-21.1.0.14.jar'
[update.modrinth] [update]
mod-id = 'HXF82T3G' [update.curseforge]
version = 'BtZKRp69' file-id = 6364065
project-id = 220318
[[x-prismlauncher-dependencies]]
addonId = 's3dmwKy5'
type = 'REQUIRED'
[[x-prismlauncher-dependencies]]
addonId = 'kkmrDlKT'
type = 'REQUIRED'
+8 -13
View File
@@ -1,18 +1,13 @@
filename = 'blockui-1.0.211-1.21.1-snapshot.jar' name = "BlockUI"
name = 'BlockUI' filename = "blockui-1.20.1-1.0.193.jar"
side = '' side = "both"
x-prismlauncher-dependencies = []
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'beta'
x-prismlauncher-version-number = 'blockui-1.0.211-1.21.1-snapshot.jar'
[download] [download]
hash = '0ab4e0342b9f1e595d9a891f84747e4e5389c552' hash-format = "sha512"
hash-format = 'sha1' hash = "c8a718c87e9a84b3d6232bedf793fde9d4dc36bd7d28e707c257e450ba8c144ce56d2fa2003a0f156454bdde8f8cf3a3883e095bdbca4fff7223edc6a5b37cf0"
mode = 'metadata:curseforge' mode = "metadata:curseforge"
url = ''
[update]
[update.curseforge] [update.curseforge]
file-id = 7790469 file-id = 6646544
project-id = 522992 project-id = 522992
+14
View File
@@ -0,0 +1,14 @@
name = "Blue Skies"
filename = "blue_skies-1.20.1-1.3.31.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/DOSy3C4M/versions/YGq4rvX4/blue_skies-1.20.1-1.3.31.jar"
hash-format = "sha512"
hash = "9b3adb424cff067b5299cd4bfbb377d1cac6d7695d139e561eaf20901b67cc2e5f5fce242d68d8286f2d123b649b25a7f6d406a93d9bc65447772ddc6fe4016d"
mode = "url"
[update]
[update.modrinth]
mod-id = "DOSy3C4M"
version = "YGq4rvX4"
+14
View File
@@ -0,0 +1,14 @@
name = "Boat Break Fix"
filename = "BoatBreakFix-Universal-1.0.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/OVb8ZE5p/versions/Uf9jCC3m/BoatBreakFix-Universal-1.0.2.jar"
hash-format = "sha512"
hash = "7dedce72e959a05db469ff7e6175d7bc7189ed012ecb4bbbf299f0ee2b1876c67753731e05928ba8743b294cf5b208da01056d65ca51c27ad14b2313addcea92"
mode = "url"
[update]
[update.modrinth]
mod-id = "OVb8ZE5p"
version = "Uf9jCC3m"
+10 -14
View File
@@ -1,18 +1,14 @@
filename = 'bookshelf-neoforge-1.21.1-21.1.81.jar' name = "Bookshelf"
name = 'Bookshelf' filename = "Bookshelf-Forge-1.20.1-20.2.13.jar"
side = 'both' side = "both"
x-prismlauncher-dependencies = []
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '21.1.81'
[download] [download]
hash = '78d4577a8e8fbb241216968475dd73f5b9e5efeb7da802b18a4e6c290e49af6cb4a5676e9855d0d8ff3613f967812e4bd363bbb9196c17c954d19454f84b2214' url = "https://cdn.modrinth.com/data/uy4Cnpcm/versions/tNwsir0K/Bookshelf-Forge-1.20.1-20.2.13.jar"
hash-format = 'sha512' hash-format = "sha512"
mode = 'url' hash = "1143753a001bccb3fc84c699cc93343f1941da9b7a63d3a3b8078808262b42962f8b10a2c16ed97a49c058865a6dbaa7e85a1e8842b95039d222f06ab4ee9509"
url = 'https://cdn.modrinth.com/data/uy4Cnpcm/versions/1sdJl7J1/bookshelf-neoforge-1.21.1-21.1.81.jar' mode = "url"
[update]
[update.modrinth] [update.modrinth]
mod-id = 'uy4Cnpcm' mod-id = "uy4Cnpcm"
version = '1sdJl7J1' version = "tNwsir0K"
+10 -26
View File
@@ -1,29 +1,13 @@
filename = 'BOMD-NeoForge-1.21-1.3.2.jar' name = "Bosses of Mass Destruction [Forge | NeoForge]"
name = 'Bosses of Mass Destruction Forge' filename = "BOMD-Forge-1.20.1-1.1.2.jar"
side = 'both' side = "both"
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '1.3.2'
[download] [download]
hash = 'a0d8ee00f1190a6e35b1e03a6f088c2d559fd1cf9ea1e5a2f87698442bf800a2cee7bbacc9a02014b7805629b926f07f7183b68403a26815b6dc65a372885576' hash-format = "sha512"
hash-format = 'sha512' hash = "af395e7ac283fcf40e92485763851901af8aa5bdfe694a59ae62474a4e9223e8119a0a6978651fd3ea5cbe99e469a34097456ff7bf98cd2bc70508fb3daa5165"
mode = 'url' mode = "metadata:curseforge"
url = 'https://cdn.modrinth.com/data/hFUzfDsn/versions/HMIiPvSY/BOMD-NeoForge-1.21-1.3.2.jar'
[update.modrinth] [update]
mod-id = 'hFUzfDsn' [update.curseforge]
version = 'HMIiPvSY' file-id = 5067728
project-id = 941573
[[x-prismlauncher-dependencies]]
addonId = '8BmcQJ2H'
type = 'REQUIRED'
[[x-prismlauncher-dependencies]]
addonId = 'GkIc6rRo'
type = 'REQUIRED'
[[x-prismlauncher-dependencies]]
addonId = '9s6osm5g'
type = 'REQUIRED'
-22
View File
@@ -1,22 +0,0 @@
filename = 'block_factorys_bosses-2.1.2-neo-1.21.1.jar'
name = "Bosses'Rise"
side = 'both'
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '2.1.2'
[download]
hash = '9a2b58bd7c15c15f089d87bdd1ac5b8cccaeab6a28518b9a10336e811334aba7e42c9cae7733a5fd7125ebce28554b0dea530cb7f86ecb85617203d948590344'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/q2bV1Tm1/versions/lE9PF6Wp/block_factorys_bosses-2.1.2-neo-1.21.1.jar'
[update.modrinth]
mod-id = 'q2bV1Tm1'
version = 'lE9PF6Wp'
[[x-prismlauncher-dependencies]]
addonId = '8BmcQJ2H'
type = 'REQUIRED'
version = 'gFmrC8Ru'
+14
View File
@@ -0,0 +1,14 @@
name = "Botarium"
filename = "botarium-forge-1.20.1-2.3.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/2u6LRnMa/versions/O7D6FTfW/botarium-forge-1.20.1-2.3.4.jar"
hash-format = "sha512"
hash = "aa3530dde50966e47958690b02a343c4de3782d32ae3b2cb75b2155eebb76e172a292768d846b8d14a97bc9ebe18f1f655eaa3469fce13b2b4b15b16af0aba01"
mode = "url"
[update]
[update.modrinth]
mod-id = "2u6LRnMa"
version = "O7D6FTfW"
+14
View File
@@ -0,0 +1,14 @@
name = "Bountiful"
filename = "Bountiful-6.0.4+1.20.1-forge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/BpwWFOVM/versions/EM7Su3PD/Bountiful-6.0.4%2B1.20.1-forge.jar"
hash-format = "sha512"
hash = "63e460c967d4c38bad82e20eb35955f1bb22b505239fafb02aed60a43840f7417306cc99ea8da25bf7ea36d0a1c65347b3b20d0f597311dc7c4473908bd63705"
mode = "url"
[update]
[update.modrinth]
mod-id = "BpwWFOVM"
version = "EM7Su3PD"
+10 -15
View File
@@ -1,18 +1,13 @@
filename = 'caelus-neoforge-7.0.1+1.21.1.jar' name = "Caelus API (Forge/NeoForge)"
name = 'Caelus API' filename = "caelus-forge-3.2.0+1.20.1.jar"
side = 'both' side = "both"
x-prismlauncher-dependencies = []
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '7.0.1+1.21.1'
[download] [download]
hash = '3763f95304ade2bacb217828c74eeef7905a114f71d41537d56121af58c182c2685467a5afb7e03ddb3997ec3d7496bdfdf71a9946a9f33e3470393e7a13306d' hash-format = "sha512"
hash-format = 'sha512' hash = "c2cd101a569fc124a3c25b692cce5825ebfce908985532dba6cb694407da09404654c7c9877ac0295327eb3351fca1d3a6088ca23ef98f76d3eabf7ad4d7d5ff"
mode = 'url' mode = "metadata:curseforge"
url = 'https://cdn.modrinth.com/data/40FYwb4z/versions/KsfI4QsR/caelus-neoforge-7.0.1%2B1.21.1.jar'
[update.modrinth] [update]
mod-id = '40FYwb4z' [update.curseforge]
version = 'KsfI4QsR' file-id = 5281700
project-id = 308989
+10 -14
View File
@@ -1,18 +1,14 @@
filename = 'carryon-neoforge-1.21.1-2.2.4.4.jar' name = "Carry On"
name = 'Carry On' filename = "carryon-forge-1.20.1-2.1.2.7.jar"
side = 'both' side = "both"
x-prismlauncher-dependencies = []
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '2.2.4'
[download] [download]
hash = '8b78ddc55ce6e28d4457dadb5aca4cd32e16d2db3c395276993e67c6acc108ced55e3e3d9a01aa5bf1da0d4fccab6183ba62acc1421054c0b2ecae9bd03cabf6' url = "https://cdn.modrinth.com/data/joEfVgkn/versions/edGQD16r/carryon-forge-1.20.1-2.1.2.7.jar"
hash-format = 'sha512' hash-format = "sha512"
mode = 'url' hash = "4f75afb703dd71c322d4e2e27d28d7ab4afeb0c242bcee6d1eb5fef59ee4347352f1ca55f1826743957d2e95a951ed13884356485b0a979b14010915079e2c29"
url = 'https://cdn.modrinth.com/data/joEfVgkn/versions/cgZi7nC7/carryon-neoforge-1.21.1-2.2.4.4.jar' mode = "url"
[update]
[update.modrinth] [update.modrinth]
mod-id = 'joEfVgkn' mod-id = "joEfVgkn"
version = 'cgZi7nC7' version = "edGQD16r"
-25
View File
@@ -1,25 +0,0 @@
filename = 'CarryOnAeroCompat-1.21.1-1.1.1.jar'
name = 'Carry On + Create Aeronautics Compat'
side = 'server'
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '1.1.1'
[download]
hash = '93684af538863a276232a8bf2a30a54573334023cff9c0a8290a7ff504c222562c447429bc402e591069a26e6fa20e861e5b438d0ce503d5ecdf385067643ed3'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/MpnDZ1Lx/versions/z7xbAdje/CarryOnAeroCompat-1.21.1-1.1.1.jar'
[update.modrinth]
mod-id = 'MpnDZ1Lx'
version = 'z7xbAdje'
[[x-prismlauncher-dependencies]]
addonId = 'oWaK0Q19'
type = 'OPTIONAL'
[[x-prismlauncher-dependencies]]
addonId = 'joEfVgkn'
type = 'REQUIRED'
+14
View File
@@ -0,0 +1,14 @@
name = "CC: Tweaked"
filename = "cc-tweaked-1.20.1-forge-1.113.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/gu7yAYhd/versions/a457666C/cc-tweaked-1.20.1-forge-1.113.1.jar"
hash-format = "sha512"
hash = "d82e78dc579c5a30fc98d48b48d6b6876d74c1146a2c91bf1f1f0aa34daebaad92f3a3a4f355f9c9f05affed1c5c904b8bc660269aee568634956e22a0a49d3d"
mode = "url"
[update]
[update.modrinth]
mod-id = "gu7yAYhd"
version = "a457666C"
+14
View File
@@ -0,0 +1,14 @@
name = "CC:C Bridge"
filename = "cccbridge-mc1.20.1-forge-1.6.3.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/fXt291FO/versions/sPKVzUaW/cccbridge-mc1.20.1-forge-1.6.3.jar"
hash-format = "sha512"
hash = "aa3b5464a1038d94de718583d035def8a9944032cb5de177cbef285ed49ca891c10c7095c5db1840eb3d4f4828f083056d1e02fafcdbb2c4ca771093be5923eb"
mode = "url"
[update]
[update.modrinth]
mod-id = "fXt291FO"
version = "sPKVzUaW"
+9 -16
View File
@@ -1,21 +1,14 @@
filename = 'CerbonsAPI-NeoForge-1.21-1.3.0.jar'
name = "CERBON's API" name = "CERBON's API"
side = 'both' filename = "CerbonsAPI-Forge-1.20.1-1.1.0.jar"
x-prismlauncher-loaders = [ 'neoforge' ] side = "both"
x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '1.3.0'
[download] [download]
hash = '6bd24b718d532cdd0c49150eefc223b4d7c3550bbc81d5c65ed84b704bf3c8e20d3cb3524082688383cc4aba38e190921976b056b84d5755670c5399a7c7e627' url = "https://cdn.modrinth.com/data/GkIc6rRo/versions/XWZQbKsr/CerbonsAPI-Forge-1.20.1-1.1.0.jar"
hash-format = 'sha512' hash-format = "sha512"
mode = 'url' hash = "757e11d6bda175025b88688becd0e70fec8f00d50ee0861537968a79f1053853c4c8845ba62bb689b8734ec7f0c8c2f1029fb1daf897152337662bbc5b47c438"
url = 'https://cdn.modrinth.com/data/GkIc6rRo/versions/5wbxkBQ1/CerbonsAPI-NeoForge-1.21-1.3.0.jar' mode = "url"
[update]
[update.modrinth] [update.modrinth]
mod-id = 'GkIc6rRo' mod-id = "GkIc6rRo"
version = '5wbxkBQ1' version = "XWZQbKsr"
[[x-prismlauncher-dependencies]]
addonId = 'GkIc6rRo'
type = 'REQUIRED'
+10 -17
View File
@@ -1,21 +1,14 @@
filename = 'charmofundying-neoforge-9.1.0+1.21.1.jar' name = "Charm of Undying"
name = 'Charm of Undying' filename = "charmofundying-forge-6.5.0+1.20.1.jar"
side = 'both' side = "both"
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '9.1.0+1.21.1'
[download] [download]
hash = '645ac2932458a2af489e679d3a244a76d8776f72390c692e56951c069782e34e1327057f72e63132aee3ab471042765425ecc73d0c2dc1959ae649e25c55ba43' url = "https://cdn.modrinth.com/data/b5GyyYkp/versions/NmSTxeOm/charmofundying-forge-6.5.0%2B1.20.1.jar"
hash-format = 'sha512' hash-format = "sha512"
mode = 'url' hash = "193c52f2c3b983973b739f0ad6d9736735a8b7ec912a015f70a1804b55a1443f6a5830f0e894b5b399c15361f38fe67177391e39e6174dba34d67ffdf7ae2e44"
url = 'https://cdn.modrinth.com/data/b5GyyYkp/versions/bfg1ghkD/charmofundying-neoforge-9.1.0%2B1.21.1.jar' mode = "url"
[update]
[update.modrinth] [update.modrinth]
mod-id = 'b5GyyYkp' mod-id = "b5GyyYkp"
version = 'bfg1ghkD' version = "NmSTxeOm"
[[x-prismlauncher-dependencies]]
addonId = 'vvuO3ImH'
type = 'REQUIRED'
+14
View File
@@ -0,0 +1,14 @@
name = "Chef's Delight - Farmer's Delight Villagers"
filename = "chefs-delight-1.0.3-forge-1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/pvcsfne4/versions/5tGfF2Ok/chefs-delight-1.0.3-forge-1.20.1.jar"
hash-format = "sha512"
hash = "a944bfd3b8728f2d1003cc42bf416170337e1aa321d4441bcb5a0d5f00aadd9e97ec395153a7f30f5bac8a5e7fc30143010a78fab5d4fd5659ebfec73e7e8a90"
mode = "url"
[update]
[update.modrinth]
mod-id = "pvcsfne4"
version = "5tGfF2Ok"
+14
View File
@@ -0,0 +1,14 @@
name = "Chipped"
filename = "chipped-forge-1.20.1-3.0.7.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/BAscRYKm/versions/pi3f4er3/chipped-forge-1.20.1-3.0.7.jar"
hash-format = "sha512"
hash = "be1871655e213cf488d5049058200e03655f63b5922b6031af142d79d8958dca6653e7fa501f1aa2fda5544ad44a4f593521a7927a516e99579406a23a187045"
mode = "url"
[update]
[update.modrinth]
mod-id = "BAscRYKm"
version = "pi3f4er3"
-18
View File
@@ -1,18 +0,0 @@
filename = 'citadel-1.21.1-2.7.6.jar'
name = 'Citadel (Unofficial Port)'
side = 'both'
x-prismlauncher-dependencies = []
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '2.7.6'
[download]
hash = '81fd425d8910da30d9ce130213e518ed3acf6d6b63c98396668126e17f99f4d8e17348de7f6147ed3639ca59a3d3d79e1f0d78937972732fda04b7ac8a886547'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/XjY0RcQj/versions/mIylVpkN/citadel-1.21.1-2.7.6.jar'
[update.modrinth]
mod-id = 'XjY0RcQj'
version = 'mIylVpkN'
+14
View File
@@ -0,0 +1,14 @@
name = "Citadel"
filename = "citadel-2.6.1-1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/jJfV67b1/versions/a7H8TGhJ/citadel-2.6.1-1.20.1.jar"
hash-format = "sha512"
hash = "51158a57623562253ae2940d67a6ae172e1c558bf06f288bb61dab2f182a8945ade5a8e9e192a3c94fad686c37063158c2bcacd202f0ccb73f0c1fc57f7dcf0d"
mode = "url"
[update]
[update.modrinth]
mod-id = "jJfV67b1"
version = "a7H8TGhJ"
+13
View File
@@ -0,0 +1,13 @@
name = "Client Crafting"
filename = "clientcrafting-1.20.1-1.8.jar"
side = "client"
[download]
hash-format = "sha512"
hash = "c5a7aa5a0848df1e6b4b340dbbac7a692a18e2fd72824f8db20a3fafa908c64dc1db7f44dd3d1f314afb07a7f51c27132de33fc88f8684cd37a1d4684066e572"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5097009
project-id = 888790
+10 -14
View File
@@ -1,18 +1,14 @@
filename = 'cloth-config-15.0.140-neoforge.jar' name = "Cloth Config API"
name = 'Cloth Config API' filename = "cloth-config-11.1.136-forge.jar"
side = 'both' side = "both"
x-prismlauncher-dependencies = []
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '15.0.140+neoforge'
[download] [download]
hash = 'aaf9b010955b8cd294e5a92f069985b18729fd5e2cf22d351f1dff9680f15488688803ec41e77e941cbde130ceb535014ca4c868047d80ab69c2d508e216654d' url = "https://cdn.modrinth.com/data/9s6osm5g/versions/t8TXrZvZ/cloth-config-11.1.136-forge.jar"
hash-format = 'sha512' hash-format = "sha512"
mode = 'url' hash = "137c4af99c53d77317cbfb1cc8c49fc2761708b49d1992f51fd846960df41dde3a83519c987e081508d4ed90c603566f3d5a6cb620ad9d85b8f4de59aa9115ef"
url = 'https://cdn.modrinth.com/data/9s6osm5g/versions/izKINKFg/cloth-config-15.0.140-neoforge.jar' mode = "url"
[update]
[update.modrinth] [update.modrinth]
mod-id = '9s6osm5g' mod-id = "9s6osm5g"
version = 'izKINKFg' version = "t8TXrZvZ"
+10 -15
View File
@@ -1,18 +1,13 @@
filename = 'Clumps-neoforge-1.21.1-19.0.0.1.jar' name = "Clumps"
name = 'Clumps' filename = "Clumps-forge-1.20.1-12.0.0.4.jar"
side = 'both' side = "both"
x-prismlauncher-dependencies = []
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '19.0.0.1'
[download] [download]
hash = '314d8d8e640d73041f27e0f3f2cad7aad8b4c77dbd7fb31700ef7760362261f77085eed5289555c725d99c3f47a114e7290cd608f39c9f0f12ef74958463bdcc' hash-format = "sha512"
hash-format = 'sha512' hash = "8519f95133e1bab4163b44d39fb5c7bf5968be340961df428d9b98ab92f6f75641d76c81f632e5f86e244b429321758957d6e8c5d0e0007f498259697bfc7018"
mode = 'url' mode = "metadata:curseforge"
url = 'https://cdn.modrinth.com/data/Wnxd13zP/versions/jo7lDoK4/Clumps-neoforge-1.21.1-19.0.0.1.jar'
[update.modrinth] [update]
mod-id = 'Wnxd13zP' [update.curseforge]
version = 'jo7lDoK4' file-id = 5278538
project-id = 256717
+10 -17
View File
@@ -1,21 +1,14 @@
filename = 'Waves-1.21.x-1.6.jar' name = "Coastal Waves"
name = 'Coastal Waves' filename = "Waves-1.20.1-1.5.1.jar"
side = 'both' side = "both"
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '1.6'
[download] [download]
hash = '8efdaba5838a659b825433e4e701f6cd90d45e49f8a6838a2d83bf271fd055d5fb16f1ee075e0d2ebba4f9013569b33661d1ef40027f7c705f570dba5873108f' url = "https://cdn.modrinth.com/data/2ygdYUcf/versions/X5VAOq7P/Waves-1.20.1-1.5.1.jar"
hash-format = 'sha512' hash-format = "sha512"
mode = 'url' hash = "6eac3cee76b7543ff0d565752ab2272db36d8f4af6646b3c4434955e8527aec5b509aac79dd218227c2b739e390b3c9432fa0690eb2ccb88202fe0ae0d25fd56"
url = 'https://cdn.modrinth.com/data/2ygdYUcf/versions/U5Cx2fXK/Waves-1.21.x-1.6.jar' mode = "url"
[update]
[update.modrinth] [update.modrinth]
mod-id = '2ygdYUcf' mod-id = "2ygdYUcf"
version = 'U5Cx2fXK' version = "X5VAOq7P"
[[x-prismlauncher-dependencies]]
addonId = 'JaCEZUhg'
type = 'OPTIONAL'
+14
View File
@@ -0,0 +1,14 @@
name = "Cobweb"
filename = "cobweb-forge-1.20.1-1.0.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/dQcfqGbl/versions/6tcgyNkq/cobweb-forge-1.20.1-1.0.1.jar"
hash-format = "sha512"
hash = "fc152db7f2f0a2676ab570033945c03b5547bee667788305899371b7d421e9103ebeda5e839a644d36e6ed9b6d7c1a2b4c0db7ceae1888559d7e34f35ee6bfdb"
mode = "url"
[update]
[update.modrinth]
mod-id = "dQcfqGbl"
version = "6tcgyNkq"
+14
View File
@@ -0,0 +1,14 @@
name = "Collective"
filename = "collective-1.20.1-8.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/e0M1UDsY/versions/jcKaR4j8/collective-1.20.1-8.1.jar"
hash-format = "sha512"
hash = "e82782bb9583fbec11f2aebc195e07ff93c4e5a501513431fb8c5e33e8ad6f6dc20dbff3d7f5e6ab62ca9c8180222ebbf7c721e747b9ef4ec79d46c82d5c835f"
mode = "url"
[update]
[update.modrinth]
mod-id = "e0M1UDsY"
version = "jcKaR4j8"
-18
View File
@@ -1,18 +0,0 @@
filename = 'colorwheel_patcher-neoforge-1.0.5+mc1.21.1.jar'
name = 'Colorwheel Patcher'
side = 'client'
x-prismlauncher-dependencies = []
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '1.0.5+mc1.21.1'
[download]
hash = '902bca40ac980f4aab2564d64cf47a698b18f44234f9757c9125f755f9890d3350ca4e28e25e601ea8031139cab5b6bf897298bc4033e39ef86c9d7054705cb2'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/KPsw5jDu/versions/dQqV3sci/colorwheel_patcher-neoforge-1.0.5%2Bmc1.21.1.jar'
[update.modrinth]
mod-id = 'KPsw5jDu'
version = 'dQqV3sci'
-41
View File
@@ -1,41 +0,0 @@
filename = 'colorwheel-neoforge-1.2.9+mc1.21.1.jar'
name = 'Colorwheel'
side = 'client'
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '1.2.9+mc1.21.1'
[download]
hash = 'd2473439fdb26ff6a217808beea389f81e4cb387a9d7fde084660c432e70b8689d960c8e269820932632e6cefb7c11c1e24de758dceee723d93a83035927ccdc'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/BzHgFoGz/versions/Uhs2KYar/colorwheel-neoforge-1.2.9%2Bmc1.21.1.jar'
[update.modrinth]
mod-id = 'BzHgFoGz'
version = 'Uhs2KYar'
[[x-prismlauncher-dependencies]]
addonId = 'KPsw5jDu'
type = 'OPTIONAL'
[[x-prismlauncher-dependencies]]
addonId = 'LNytGWDc'
type = 'OPTIONAL'
[[x-prismlauncher-dependencies]]
addonId = 'ndHYMY2K'
type = 'INCOMPATIBLE'
[[x-prismlauncher-dependencies]]
addonId = '6qTrsXCy'
type = 'OPTIONAL'
[[x-prismlauncher-dependencies]]
addonId = 'T9PomCSv'
type = 'OPTIONAL'
[[x-prismlauncher-dependencies]]
addonId = 'YL57xq9U'
type = 'REQUIRED'
-25
View File
@@ -1,25 +0,0 @@
filename = 'combat_roll-neoforge-2.0.6+1.21.1.jar'
name = 'Combat Roll'
side = 'both'
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '2.0.6+1.21.1-neoforge'
[download]
hash = '2f75b0865c6f342bc7f0fe8abb6e161befae64dd23ad73bc2ed5b6aa892055ee886d63d061afa9323f3056c5ba39621226b712d2435168c5fb8f856cebd27c16'
hash-format = 'sha512'
mode = 'url'
url = 'https://cdn.modrinth.com/data/wGKYL7st/versions/FT7t1n1a/combat_roll-neoforge-2.0.6%2B1.21.1.jar'
[update.modrinth]
mod-id = 'wGKYL7st'
version = 'FT7t1n1a'
[[x-prismlauncher-dependencies]]
addonId = '9s6osm5g'
type = 'REQUIRED'
[[x-prismlauncher-dependencies]]
addonId = 'gedNE4y2'
type = 'REQUIRED'
+10 -14
View File
@@ -1,18 +1,14 @@
filename = 'comforts-neoforge-9.0.5+1.21.1.jar' name = "Comforts"
name = 'Comforts' filename = "comforts-forge-6.4.0+1.20.1.jar"
side = 'both' side = "both"
x-prismlauncher-dependencies = []
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '9.0.5+1.21.1'
[download] [download]
hash = 'e9de2952545e9e773a6e78fc501e8cd231ea19750c30404355b71df9928eb5bd0921a4429aeca9d0fa10e67717f77fcf7a2aae117ac953b8f7de246b0ad685e4' url = "https://cdn.modrinth.com/data/SaCpeal4/versions/gBDsc134/comforts-forge-6.4.0%2B1.20.1.jar"
hash-format = 'sha512' hash-format = "sha512"
mode = 'url' hash = "5f8bc01de36814bbea454ad306efd6b7ae9de933117fe8c1197a13454804e4b71ddd0685a24ace45b81527a8489d4081f7e75b6c5d3f7d7c8f791520407fac09"
url = 'https://cdn.modrinth.com/data/SaCpeal4/versions/3kpPjcTc/comforts-neoforge-9.0.5%2B1.21.1.jar' mode = "url"
[update]
[update.modrinth] [update.modrinth]
mod-id = 'SaCpeal4' mod-id = "SaCpeal4"
version = '3kpPjcTc' version = "gBDsc134"
+14
View File
@@ -0,0 +1,14 @@
name = "Configured Defaults"
filename = "ConfiguredDefaults-v8.0.4-1.20.1-Forge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/SISoSFPP/versions/5OURZGyn/ConfiguredDefaults-v8.0.4-1.20.1-Forge.jar"
hash-format = "sha512"
hash = "ef941b912c15fb530533410a9a758bfca29603597c4bdfb9be720fe980759ce39ae1c0a6a65a0292d9a55005c83d48833b02941b5ac4749f1dfd0da2d3669475"
mode = "url"
[update]
[update.modrinth]
mod-id = "SISoSFPP"
version = "5OURZGyn"
+13
View File
@@ -0,0 +1,13 @@
name = "Connectivity"
filename = "connectivity-1.20.1-7.1.jar"
side = "both"
[download]
hash-format = "sha512"
hash = "c503757870d46f50dc92601165b7bc8c868850a29865462a8a59271e6334c0dc7aebca39e86bfd962bb37b432238a9e1d3f2e7831327d5da6624da7062da6e15"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 6229159
project-id = 470193
+14
View File
@@ -0,0 +1,14 @@
name = "Connector Extras"
filename = "ConnectorExtras-1.11.2+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/FYpiwiBR/versions/d28gpPn6/ConnectorExtras-1.11.2%2B1.20.1.jar"
hash-format = "sha512"
hash = "a318841ce2c42e8ba2058d47ad323bcb8ca500515c391f3f31b6468e8d4d974a53effe8a0a801b7fafd60d9845be514696bd9b095a3cc5d014bde02ce531bada"
mode = "url"
[update]
[update.modrinth]
mod-id = "FYpiwiBR"
version = "d28gpPn6"
+10 -21
View File
@@ -1,25 +1,14 @@
filename = 'connector-2.0.0-beta.15+1.21.1-full.jar' name = "Sinytra Connector"
name = 'Sinytra Connector' filename = "Connector-1.0.0-beta.46+1.20.1.jar"
side = 'both' side = "both"
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'beta'
x-prismlauncher-version-number = '2.0.0-beta.15+1.21.1'
[download] [download]
hash = '71b9a887298d3f60c3f5ae72835a6e146f3e664184f1d60edef5e2b989e5b6ef460757526e87a3b1a162e5778ea932aa4da8223aa557ffa2178ffb574a42533d' url = "https://cdn.modrinth.com/data/u58R1TMW/versions/e8hSZ4vp/Connector-1.0.0-beta.46%2B1.20.1.jar"
hash-format = 'sha512' hash-format = "sha512"
mode = 'url' hash = "7d98bd11e72dc95fb30e84d2be9175f2687201451d0e21421074bd225fcbcac8b4bcc1cd1b2dbd5f03e798569cac2f3bcc87c1baba1b1ad002268c578b20a533"
url = 'https://cdn.modrinth.com/data/u58R1TMW/versions/kDbM9LpX/connector-2.0.0-beta.15%2B1.21.1-full.jar' mode = "url"
[update]
[update.modrinth] [update.modrinth]
mod-id = 'u58R1TMW' mod-id = "u58R1TMW"
version = 'kDbM9LpX' version = "e8hSZ4vp"
[[x-prismlauncher-dependencies]]
addonId = 'Aqlf1Shp'
type = 'REQUIRED'
[[x-prismlauncher-dependencies]]
addonId = 'FYpiwiBR'
type = 'OPTIONAL'
+14
View File
@@ -0,0 +1,14 @@
name = "Construction Wand"
filename = "constructionwand-1.20.1-2.11.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/bV2crgLh/versions/XCgKj8gL/constructionwand-1.20.1-2.11.jar"
hash-format = "sha512"
hash = "a029f801dbcfacd230650fd018f7424535454fb2062d796cbe9cd622a9fe4ae80cb0d7883faa2775c27ed73a21dffbadb44ddc32ce1293ec098654393e7b1c95"
mode = "url"
[update]
[update.modrinth]
mod-id = "bV2crgLh"
version = "XCgKj8gL"
-33
View File
@@ -1,33 +0,0 @@
filename = 'ConstructionWandsRevived-1.21.1-4.0.1-NeoForge.jar'
name = 'Construction Wands Revived'
side = 'server'
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21', '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = 'ConstructionWandsRevived-1.21.1-4.0.1-NeoForge'
[download]
hash = '3d5162efc7f21e4a13ced7cdf3bc209d48c87783'
hash-format = 'sha1'
mode = 'metadata:curseforge'
url = ''
[update.curseforge]
file-id = 8260116
project-id = 1395288
[[x-prismlauncher-dependencies]]
addonId = '223794'
type = 'OPTIONAL'
[[x-prismlauncher-dependencies]]
addonId = '243076'
type = 'OPTIONAL'
[[x-prismlauncher-dependencies]]
addonId = '309927'
type = 'OPTIONAL'
[[x-prismlauncher-dependencies]]
addonId = '422301'
type = 'OPTIONAL'
+10 -21
View File
@@ -1,25 +1,14 @@
filename = 'continuity-3.0.0+1.21.neoforge.jar' name = "Continuity"
name = 'Continuity' filename = "continuity-3.0.0+1.20.1.forge.jar"
side = 'client' side = "client"
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '3.0.0+1.21.neoforge'
[download] [download]
hash = '320b6def6073ce0ffc0ce2bd7cdb66324467ea3e7cec05508f32d78f65c60ff3e155394b94c60f62e059404ec0ca3fc6112987a5764a8f85241d3026a2ee4935' url = "https://cdn.modrinth.com/data/1IjD5062/versions/9KbAcWSO/continuity-3.0.0%2B1.20.1.forge.jar"
hash-format = 'sha512' hash-format = "sha512"
mode = 'url' hash = "eef634cde3307893e6f0c4c1d2e9a6e3eb706ee1b9ee86403d18c65762f7158e774665e503486477788b0ca320f543d03d5667a94f82ae2cd99f15a32e953b3a"
url = 'https://cdn.modrinth.com/data/1IjD5062/versions/eXGUs5sy/continuity-3.0.0%2B1.21.neoforge.jar' mode = "url"
[update]
[update.modrinth] [update.modrinth]
mod-id = '1IjD5062' mod-id = "1IjD5062"
version = 'eXGUs5sy' version = "9KbAcWSO"
[[x-prismlauncher-dependencies]]
addonId = 'Aqlf1Shp'
type = 'REQUIRED'
[[x-prismlauncher-dependencies]]
addonId = 'u58R1TMW'
type = 'REQUIRED'
+10 -18
View File
@@ -1,21 +1,13 @@
filename = 'Controlling-neoforge-1.21.1-19.0.5.jar' name = "Controlling"
name = 'Controlling' filename = "Controlling-forge-1.20.1-12.0.2.jar"
side = 'client' side = "both"
x-prismlauncher-loaders = [ 'neoforge' ]
x-prismlauncher-mc-versions = [ '1.21.1' ]
x-prismlauncher-release-type = 'release'
x-prismlauncher-version-number = '19.0.5'
[download] [download]
hash = 'bd01b2a38a869ea38e5f2a8fcd601e67ea9b132b9883c6ae752bc35dff6e94f6d47b965e31c1ee5c2f6a1221653549680da779fcb5319d199aec261d221d179e' hash-format = "sha512"
hash-format = 'sha512' hash = "622aaf07a0f0f0fb7a96bd68fc52716b67e3e06547674207e7af4a26afebbfe5379b5553feef8b3258964ecd288844f0018be7848a5cb4b86de375a24470cac6"
mode = 'url' mode = "metadata:curseforge"
url = 'https://cdn.modrinth.com/data/xv94TkTM/versions/FaNppCJJ/Controlling-neoforge-1.21.1-19.0.5.jar'
[update.modrinth] [update]
mod-id = 'xv94TkTM' [update.curseforge]
version = 'FaNppCJJ' file-id = 4646682
project-id = 250398
[[x-prismlauncher-dependencies]]
addonId = 'fuuu3xnx'
type = 'REQUIRED'

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