version 2 initial test

This commit is contained in:
Hexugory 2024-11-28 19:55:08 -06:00
parent 609fa8c84e
commit 150a6bba23
105 changed files with 850 additions and 986 deletions

View File

@ -0,0 +1,35 @@
[visuals]
#whether to cave maps are visible when held by players from the third-person perspective.
cave_maps_visible_in_third_person = true
#whether to shake the screen from tremorsaurus stomping, nuclear explosions, etc.
screen_shaking = true
#true if some block models, like uranium ore or abyssmarine bricks render as fullbright. May increase load time, no gameplay performance impact.
emissive_block_models = true
#whether to make the screen flash white during nuclear explosions.
nuclear_bomb_flash = true
#true if some biomes, such as primordial caves, have ambient light that makes the biome easier to see in.
biome_ambient_light = true
#true if some biomes, such as toxic caves, apply a color to ambient light. May conflict with shaders.
biome_ambient_light_coloring = false
#true if some biomes, such as primordial caves, have an always well-lit sky when in them. May conflict with shaders.
biome_sky_overrides = true
#true if some biomes, such as abyssal chasm, have an thicker water fog to them. May conflict with shaders.
biome_sky_fog_overrides = true
#true if ambersol block renders with rays of light emerging from it.
ambersol_shines = true
#true if irradiated effect makes mobs glow. May conflict with shaders.
radiation_glow_effect = true
#determines how far to the left the subterranodon flight indicator renders on the screen when mounted. Negative numbers will render it on the right.
#Range: -12000 ~ 12000
subterranodon_indicator_x = 22
#determines how far from bottom the subterranodon flight indicator renders on the screen when mounted.
#Range: -12000 ~ 12000
subterranodon_indicator_y = 6
#true if sugar rush makes the world more saturated. May conflict with shaders.
sugar_rush_saturation_effect = true
[audio]
#whether nuclear explosions briefly muffle other sounds.
nuclear_bomb_muffles_sounds = true

View File

@ -1,50 +0,0 @@
{
"configVersion": 11,
"animationSmoothingSpeed": 0.2,
"holdingItems": [
"minecraft:clock",
"minecraft:recovery_compass",
"minecraft:soul_lantern",
"minecraft:compass",
"minecraft:torch",
"minecraft:lantern",
"minecraft:soul_torch"
],
"enableAnimationSmoothing": true,
"enableInWorldMapRendering": true,
"enableOffhandHiding": true,
"enableRotationLocking": true,
"enableLadderAnimation": false,
"ladderAnimationAmplifier": 0.35,
"ladderAnimationArmHeight": 1.7,
"ladderAnimationArmSpeed": 2.0,
"enableRotateToLadder": true,
"enableEatDrinkAnimation": true,
"enableRowBoatAnimation": true,
"enableHorseAnimation": true,
"dontHoldItemsInBed": true,
"freezeArmsInBed": true,
"rotationLock": "NONE",
"showLastUsedSword": false,
"sheathSwords": [
"minecraft:golden_sword",
"minecraft:iron_sword",
"minecraft:wooden_sword",
"minecraft:stone_sword",
"minecraft:diamond_sword",
"minecraft:netherite_sword"
],
"enableCrawlingAnimation": true,
"holdUpItemsMode": "NONE",
"holdUpItemOffset": 0.0,
"itemSwapAnimation": true,
"tweakElytraAnimation": true,
"petAnimation": true,
"fallingAnimation": true,
"freezingAnimation": true,
"huggingAnimation": true,
"narutoRunning": false,
"enableInWorldBookRendering": false,
"disableLegSmoothing": false,
"bowAnimation": "VANILLA"
}

View File

@ -42,7 +42,7 @@ ao:true
prioritizeChunkUpdates:0 prioritizeChunkUpdates:0
biomeBlendRadius:2 biomeBlendRadius:2
renderClouds:"true" renderClouds:"true"
resourcePacks:["vanilla","mod_resources","Moonlight Mods Dynamic Assets","file/K-On!! Custom GUI Pack(1.20.4).zip"] resourcePacks:[]
incompatibleResourcePacks:[] incompatibleResourcePacks:[]
lastServer: lastServer:
lang:en_us lang:en_us

View File

@ -9,10 +9,10 @@
vanillaHealthBarMode = "HIDE" vanillaHealthBarMode = "HIDE"
#The design to use to visualize the health #The design to use to visualize the health
#Allowed Values: OFF, NUMBERS, HEARTS, PLAYER_MODEL, PLAYER_MODEL_4_COLORS #Allowed Values: OFF, NUMBERS, HEARTS, PLAYER_MODEL, PLAYER_MODEL_4_COLORS
overlayMode = "PLAYER_MODEL" overlayMode = "HEARTS"
#The relative point of the overlay #The relative point of the overlay
#Allowed Values: TOP_LEFT, TOP_RIGHT, BOTTOM_RIGHT, BOTTOM_LEFT #Allowed Values: TOP_LEFT, TOP_RIGHT, BOTTOM_RIGHT, BOTTOM_LEFT
overlayPosition = "BOTTOM_RIGHT" overlayPosition = "BOTTOM_LEFT"
#Determines how first aid should display armor on item tooltips. #Determines how first aid should display armor on item tooltips.
#REPLACE replaces the vanilla description with the one fitting first aid #REPLACE replaces the vanilla description with the one fitting first aid
#APPEND will add the first aid values at the bottom #APPEND will add the first aid values at the bottom

View File

@ -29,7 +29,7 @@
[Attributes.Tier2] [Attributes.Tier2]
#Defines the health of Tier 2 Gaia mobs [80 = 40 Hearts] #Defines the health of Tier 2 Gaia mobs [80 = 40 Hearts]
#Range: > 1 #Range: > 1
tier2maxHealth = 40 tier2maxHealth = 80
#Defines the attack damage of Tier 2 Gaia mobs [8 = 4 Hearts] #Defines the attack damage of Tier 2 Gaia mobs [8 = 4 Hearts]
#Range: > 1 #Range: > 1
tier2attackDamage = 8 tier2attackDamage = 8

View File

@ -1,20 +0,0 @@
#Whether mediumcore appears as the first, default game mode when creating a new world.
mediumcore_default_game_mode = true
#Whether hearts appear with a different texture in mediumcore.
mediumcore_heart_texture = true
#The amount of max health each player starts with in mediumcore. Default is 20 HP, which is 10 hearts.
#Range: 0.5 ~ 1000.0
starting_player_health = 20.0
#The lowest amount of max health a player can have in mediumcore. Health will not decrease beyond this threshold no matter how many deaths are taken. Default is 6 HP, which is 3 hearts.
#Range: 0.5 ~ 1000.0
minimum_player_health = 6.0
#The amount of max health each player can possibly have in mediumcore. Default is 20 HP, which is 10 hearts.
#Range: 0.5 ~ 1000.0
max_player_health = 20.0
#The amount of max health lost with each death. Default is 2 HP, which is 1 heart.
#Range: 0.0 ~ 20.0
health_decrease_per_death = 2.0
#The amount of max health regained when healed. Default is 2 HP, which is 1 heart.
#Range: 0.0 ~ 20.0
health_increase_per_heal = 2.0

View File

@ -1,49 +0,0 @@
[items]
[items.milk_bottles]
#If milk can be inserted into cauldrons
"Milk Cauldron" = false
#If cauldrons are filled with milk dropping from a dripstone
"Milk from Dripstone" = true
#If milkable mobs can be milked with empty glass bottles
"Milking with Glass Bottles" = false
#If milkshakes can be inserted into cauldrons
"Milkshake Cauldrons" = true
[blocks]
[blocks.strawberry_bush]
#The minimum height required for Strawberry Bushes to grow White Strawberries
"White Strawberry minimum height" = 256
#If arthropods that go through Strawberry Bushes are given Invisibility
"Strawberry Bushes give arthropods Invisibility" = true
[mobs]
[mobs.plantain_spider]
"Plantain Spider spawn from Banana Bundles" = true
"Plantain Spiders give Slipping" = true
[mobs.chimpanzee]
#The percentage chance for a Banana Plant to generate with a group of Chimpanzees
"Chimpanzee group chance" = 0.25
#The maximum amount of Chimpanzees that can spawn with a Banana Plant
"Chimpanzee maximum group size" = 10
#The minimum attempts for Chimpanzees to spawn with a Banana Plant
"Chimpanzee minimum spawn attempts" = 12
#The maximum attempts for Chimpanzees to spawn with a Banana Plant
"Chimpanzee maximum spawn attempts" = 24
[worldgen]
[worldgen.suspicious_banana_plant]
#If Banana Plants can rarely generate with Suspicious Gravel and archaeology
"Suspicious Banana Plants" = true
#The percentage chance for a Suspicious Banana Plant to generate
"Suspicious Banana Plant chance" = 0.08
#The minimum amount of Suspicious Gravel total that can spawn at a Suspicious Banana Plant
"Common Suspicious Gravel minimum" = 8
#The minimum amount of Suspicious Gravel with the rare archaeology loot table that can spawn at a Suspicious Banana Plant
"Rare Suspicious Gravel minimum" = 2

View File

@ -0,0 +1,13 @@
name = "AL's Boss Rush"
filename = "AL's Boss Rush 1.1.zip"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/vUbGnkNv/versions/X5XWcasT/AL%27s%20Boss%20Rush%201.1.zip"
hash-format = "sha512"
hash = "e8138a297e7142a8f83be67e929ca2b440a2ada7d4d32bb52f89b3ff7b969718b8ba69d7ed7031d8891348805e76ae06859aa1976d2af0cb65a203cdafd4293e"
[update]
[update.modrinth]
mod-id = "vUbGnkNv"
version = "X5XWcasT"

133
config/xaerominimap.txt Normal file
View File

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

View File

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

View File

@ -13,7 +13,7 @@
#Prevents rendering of arrows model #Prevents rendering of arrows model
DisableArrowsModel = false DisableArrowsModel = false
#The default model ID when a player first enters the game #The default model ID when a player first enters the game
DefaultModelId = "default" DefaultModelId = "steve"
#The default model texture when a player first enters the game #The default model texture when a player first enters the game
DefaultModelTexture = "default" DefaultModelTexture = "default"
#If rendering errors occur, try turning on this. #If rendering errors occur, try turning on this.

View File

@ -8,6 +8,10 @@ hash = "1c0e36f3124939575589c950dbdeed152cd3541e125562199aa6783af482aa50"
file = "config/NoChatReports/NCR-Encryption.json" file = "config/NoChatReports/NCR-Encryption.json"
hash = "ad41c18d8223070fe2a7566dd6d9baad76edc4424c8f6ee3c9e0c596eb7d5a3f" hash = "ad41c18d8223070fe2a7566dd6d9baad76edc4424c8f6ee3c9e0c596eb7d5a3f"
[[files]]
file = "config/alexscaves-client.toml"
hash = "db5c9fddb7816fae75ecdb86e604c97408eca8626d785b9380a0b39d68b8bd58"
[[files]] [[files]]
file = "config/alexsmobs.toml" file = "config/alexsmobs.toml"
hash = "f577e6a58e3690537eed6d9bae70c09f661036afd342c1974f626849cf0963a3" hash = "f577e6a58e3690537eed6d9bae70c09f661036afd342c1974f626849cf0963a3"
@ -36,10 +40,6 @@ hash = "d62bfa66ac9f627ee0a2d3955eece66fb4e1d4c35aba61398d8816ddcbff3a6b"
file = "config/builtinservers.json" file = "config/builtinservers.json"
hash = "ddf7afbb42ba7f3247a521e1cf5f40835e94eabc2bf69af3ab2bd64cfc3c322d" hash = "ddf7afbb42ba7f3247a521e1cf5f40835e94eabc2bf69af3ab2bd64cfc3c322d"
[[files]]
file = "config/defaultoptions/extra/config/notenoughanimations.json"
hash = "503070bad750f39e08f8d87678c61487edbfece1a3353a9527b08f7197f4aea3"
[[files]] [[files]]
file = "config/defaultoptions/extra/config/xenon++.toml" file = "config/defaultoptions/extra/config/xenon++.toml"
hash = "b4788ca51fea3a57f4ebb595ee15a595d7d739c5090938da0fb46077dfa7ae1a" hash = "b4788ca51fea3a57f4ebb595ee15a595d7d739c5090938da0fb46077dfa7ae1a"
@ -54,7 +54,7 @@ hash = "492453a867917f0f4095ac97a1503c706842b0bc27382dbaaf0821063cf20aed"
[[files]] [[files]]
file = "config/defaultoptions/options.txt" file = "config/defaultoptions/options.txt"
hash = "229f269a7064c4428ec1ba22abae27fa956c2aba1847041ebb632cacf11cd3b9" hash = "b049c4d7ae52e2bf445e87214b3deb0e3927d57869438352fc34d1d196d4670f"
[[files]] [[files]]
file = "config/dragonfight.json" file = "config/dragonfight.json"
@ -66,11 +66,11 @@ hash = "69a0410ceef163d01f3aa69f4da71830b425b56b4b1c4a91b5f4f9c72e1a841d"
[[files]] [[files]]
file = "config/firstaid-client.toml" file = "config/firstaid-client.toml"
hash = "e2836629fe7ad8e8391999d56d20b648c4a79ec23781452367b8060ee525cd33" hash = "942b89fc31ae35f30cc5ec5da69d949e2e671a6def433fefe91d8a4ff1a7765a"
[[files]] [[files]]
file = "config/grimoireofgaia-common.toml" file = "config/grimoireofgaia-common.toml"
hash = "128f0e8f9f93f0a782e04fca2e1bb3bf040eec9547903a86d554818d54374ca5" hash = "578325c584fe9fa87e44dd72138bb025f611e512b0698f9e86f1e9a94fcc97b8"
[[files]] [[files]]
file = "config/iceandfire-client.toml" file = "config/iceandfire-client.toml"
@ -92,14 +92,6 @@ hash = "a406a7013ac72db8f9d59cbd0a55303e2f5527b274c29a985c6b83c1ae1a4bae"
file = "config/improvedmobs/equipment.json" file = "config/improvedmobs/equipment.json"
hash = "d546d97780e037e576f1d41df2fac7e6d9d31358a25a215ba8c2f9bb9b742b4e" hash = "d546d97780e037e576f1d41df2fac7e6d9d31358a25a215ba8c2f9bb9b742b4e"
[[files]]
file = "config/mediumcore-common.toml"
hash = "fd2d673e6b5cb45172098c9a5a3ed5c24b3b7873cfeb5158985e446a0b7e5777"
[[files]]
file = "config/neapolitan-common.toml"
hash = "1064ab501f5121e0db1927fc0e9a9bd29bd0e2a152a487a14c31e63f12347456"
[[files]] [[files]]
file = "config/paxi/datapacks/CavePack/data/minecraft/tags/items/bookshelf_books.json" file = "config/paxi/datapacks/CavePack/data/minecraft/tags/items/bookshelf_books.json"
hash = "a5709ebc9b10bf8329917c837844e9590563792117f32e0a1ba457941158bde9" hash = "a5709ebc9b10bf8329917c837844e9590563792117f32e0a1ba457941158bde9"
@ -120,6 +112,11 @@ hash = "5ce60441aaad5a325418324856546732d8715e67dfb0a4896e6f4ca9d9df7740"
file = "config/paxi/datapacks/VocalWarfare/pack.mcmeta" file = "config/paxi/datapacks/VocalWarfare/pack.mcmeta"
hash = "c776469509e666d62ef909e3dfab864f7d9c5cc30a85ae2428d0fefacb5214c1" hash = "c776469509e666d62ef909e3dfab864f7d9c5cc30a85ae2428d0fefacb5214c1"
[[files]]
file = "config/paxi/resourcepacks/als-boss-rush.pw.toml"
hash = "c789f89ece8d4dfc5706d78e7907e07e037b195a7ada4436c2c520267a480189"
metafile = true
[[files]] [[files]]
file = "config/quark-common.toml" file = "config/quark-common.toml"
hash = "9e792fab3cb0b8a11af61bb175f3285af85cff57f2c9faf7cfe5661b579f9868" hash = "9e792fab3cb0b8a11af61bb175f3285af85cff57f2c9faf7cfe5661b579f9868"
@ -149,34 +146,27 @@ file = "config/tacz/custom/tacz-tti-gunpack-by-koei.pw.toml"
hash = "9cbc432343f3398b4c47498f4c0fe80920cc5a24fe49d24d6736d2f296a8ce8f" hash = "9cbc432343f3398b4c47498f4c0fe80920cc5a24fe49d24d6736d2f296a8ce8f"
metafile = true metafile = true
[[files]]
file = "config/xaerominimap.txt"
hash = "3e0ee20dd4023742a6eb44a0ca48512e6d28814825172bc893081543b11b928d"
[[files]]
file = "config/xaerominimap_entities.json"
hash = "0b52401fe870bedd2012af3c9d4fa577807d71d8718833971a9e31ae7a8a011f"
[[files]] [[files]]
file = "config/yes_steve_model-common.toml" file = "config/yes_steve_model-common.toml"
hash = "2a464864a96b2516c9141c8a069243c7a4c3a59b548251e1ebfd2dcfc15376da" hash = "12ed5b322bb7a71f178a114172026c33bf8a40ee309cf32667f89a4af1295044"
[[files]] [[files]]
file = "defaultconfigs/firstaid-server.toml" file = "defaultconfigs/firstaid-server.toml"
hash = "b30258169614f1e9856ba95d22963f8149645853aec26fd25e9cf787d413412d" hash = "b30258169614f1e9856ba95d22963f8149645853aec26fd25e9cf787d413412d"
[[files]]
file = "mods/advancement-frames.pw.toml"
hash = "34b19d5e2f564339152197ab80c46252a7f1dfc8cdb221af8388001689ed6379"
metafile = true
[[files]]
file = "mods/advancement-plaques.pw.toml"
hash = "145a58229db4efc11fcc989f9c07b204242875db2496dcf0f7460ffe12061543"
metafile = true
[[files]] [[files]]
file = "mods/alexs-caves.pw.toml" file = "mods/alexs-caves.pw.toml"
hash = "0cbc4b2c6b58b7a94f030ae84f18057e5dc78a17bad429f40b8884926a6ab233" hash = "0cbc4b2c6b58b7a94f030ae84f18057e5dc78a17bad429f40b8884926a6ab233"
metafile = true metafile = true
[[files]]
file = "mods/alexs-mediumcore.pw.toml"
hash = "9f3c246c9b6c26fb6fab8ee94cc3c1db6564eb2071e87c162ec0294067a95668"
metafile = true
[[files]] [[files]]
file = "mods/alexs-mobs.pw.toml" file = "mods/alexs-mobs.pw.toml"
hash = "e1016eb125a5a41a10f80847eb00affae0e539e703846f303949ed5d82b7f1bf" hash = "e1016eb125a5a41a10f80847eb00affae0e539e703846f303949ed5d82b7f1bf"
@ -184,7 +174,7 @@ metafile = true
[[files]] [[files]]
file = "mods/allurement!.pw.toml" file = "mods/allurement!.pw.toml"
hash = "66637845d4532fda28d72b58fd28e57be92354ad250fff4048d352508e27f364" hash = "a4dba57fcce3f41ba52e3ab28343b3165f021d9d363c693bed73a476769b5a85"
metafile = true metafile = true
[[files]] [[files]]
@ -204,27 +194,12 @@ metafile = true
[[files]] [[files]]
file = "mods/appleskin.pw.toml" file = "mods/appleskin.pw.toml"
hash = "0a1d5aeaae3975eaa4bb3a98e91852f797a5095794af70df41d50841c57ca347" hash = "793693a85f3c87d4e899ee0c58deabc53690bf5a70f17343f28fd5063ce8a1e1"
metafile = true
[[files]]
file = "mods/architectury-api.pw.toml"
hash = "fa34a3117af7f8ed553ec563a7c90c1d6462184c7df5b837c831cb482c6ae582"
metafile = true metafile = true
[[files]] [[files]]
file = "mods/attributefix.pw.toml" file = "mods/attributefix.pw.toml"
hash = "ecdd4372e076170c6b3bc4665dfdc5dac60292aaac013c7f95305b43e8916495" hash = "258431b158c3adc8e7bf4ac8ea9cec20def2e3c373294488d72c238bcbd7538a"
metafile = true
[[files]]
file = "mods/autumnity.pw.toml"
hash = "ad9187e9de71c0259c492269a0bdf2959c98a86822bd8575678172620fabd0dd"
metafile = true
[[files]]
file = "mods/badpackets.pw.toml"
hash = "b1e70c01c737670dab9430ea844053bdc0ffbb62519ea8846deaeb3c49de9655"
metafile = true metafile = true
[[files]] [[files]]
@ -233,23 +208,23 @@ hash = "54728d260dd32fba42550ef0e287af0bf00c239771f9a093bc6db2486fcdcaa7"
metafile = true metafile = true
[[files]] [[files]]
file = "mods/berry-good.pw.toml" file = "mods/better-advancements.pw.toml"
hash = "3e9b02238da5a6b6a89e7eccd519ad392ea3fd2af3e9012e208522937efd7c1a" hash = "54fb66472853060193e643d5e24fef619a431c96970f6ebcbbc41681b9963f97"
metafile = true metafile = true
[[files]] [[files]]
file = "mods/better-climbing.pw.toml" file = "mods/better-climbing.pw.toml"
hash = "1bf633be9aa13b87fe2381a0aa4bf49df3d201303743142151bd443a0c87072b" hash = "d9ab6c39c1422c4beca4fb5f2c3afb3d7855423e0af1ae847f3bf3bc326bf31b"
metafile = true
[[files]]
file = "mods/blue-skies.pw.toml"
hash = "e0b611005c8d2142ca889e850c9f1450f45b1d30086aa8743579dde6ab1bd9af"
metafile = true metafile = true
[[files]] [[files]]
file = "mods/blueprint.pw.toml" file = "mods/blueprint.pw.toml"
hash = "dc0b2fab9c86d45c490e46a37bf1560698425f2c83609853a6c530b2b38ce321" hash = "2feae581c36c173096b02edb7da506a168a0e60b0a9b2459d60a6e42adbc70ab"
metafile = true
[[files]]
file = "mods/boatload.pw.toml"
hash = "40ab7ade1fde2b98ce6fc644db5b8c4ca7c3aaabfbe7c45a55f7bdc019870351"
metafile = true metafile = true
[[files]] [[files]]
@ -259,12 +234,7 @@ metafile = true
[[files]] [[files]]
file = "mods/builtin-servers.pw.toml" file = "mods/builtin-servers.pw.toml"
hash = "a4be16e51af6d10099097105151d01c20b536fc9166298526f67cf12f871187b" hash = "98776d93b938c8fc4ffa5818b8e4b8686698feec9fef1e60235d3a368a2cbfa9"
metafile = true
[[files]]
file = "mods/buzzier-bees.pw.toml"
hash = "d922768e2b70ad98fcbfb9954f14d1111f30f7e526e76ae864c3b27c33d3aaeb"
metafile = true metafile = true
[[files]] [[files]]
@ -277,34 +247,14 @@ file = "mods/carry-on.pw.toml"
hash = "a613f5d2df911fea606968bbdb56eebfd05ac02ada846cf0d2e56e72345d9338" hash = "a613f5d2df911fea606968bbdb56eebfd05ac02ada846cf0d2e56e72345d9338"
metafile = true metafile = true
[[files]]
file = "mods/catalogue.pw.toml"
hash = "0722da0022c3d9dcf6be08f561828222f61911b62aed7d8c75f71c126e12e1b8"
metafile = true
[[files]]
file = "mods/chalk-mod.pw.toml"
hash = "98efea80bf5c0169b2566c3b76bec9afa4a349253ed87c0287b345c8f11b15a3"
metafile = true
[[files]] [[files]]
file = "mods/citadel.pw.toml" file = "mods/citadel.pw.toml"
hash = "05fdc598a3d7461f62d878ebe8d3d7fd714ca8bdeb93831e9f0e0876adfca01a" hash = "05fdc598a3d7461f62d878ebe8d3d7fd714ca8bdeb93831e9f0e0876adfca01a"
metafile = true metafile = true
[[files]]
file = "mods/clayworks.pw.toml"
hash = "d22e3505597e1e469d8d8c3df5c51c4bfca59c3a3f95a29f4014a5107c0380b8"
metafile = true
[[files]]
file = "mods/cloth-config.pw.toml"
hash = "e3dd03e7fec88831974857e2cdded54dd5c5bdcaa3f6d6248c2800e82db4dd41"
metafile = true
[[files]] [[files]]
file = "mods/clumps.pw.toml" file = "mods/clumps.pw.toml"
hash = "fb8e035187556a9406507176782dd251769d8cdf14e9712b508bcc47ff6904d9" hash = "903352ffbd84d4b95fed905893f4715d9c3f88ec9fff6fb06f6e359e0b839dc3"
metafile = true metafile = true
[[files]] [[files]]
@ -319,7 +269,7 @@ metafile = true
[[files]] [[files]]
file = "mods/controlling.pw.toml" file = "mods/controlling.pw.toml"
hash = "2a50d21837bba88e3c9490c6bb8e0a9b44b052645d5c1481b48a060439c20a3c" hash = "4063abe583282834b2f78e3b3e6b9ee4d231a680f74c020e405a4ef196f21ee4"
metafile = true metafile = true
[[files]] [[files]]
@ -327,6 +277,16 @@ file = "mods/corgilib.pw.toml"
hash = "e88092f02b88f3dfac3c80de17ed0b0bbe3de9596a28a8d780227e7151ea0578" hash = "e88092f02b88f3dfac3c80de17ed0b0bbe3de9596a28a8d780227e7151ea0578"
metafile = true metafile = true
[[files]]
file = "mods/create.pw.toml"
hash = "1eceb4e4ab86c793f992ce9444e92f46dae76c3f744d8e19feb1143fb6c01939"
metafile = true
[[files]]
file = "mods/creativecore.pw.toml"
hash = "d22e2f9e149dc3a02dec2e7bed5bc3a389afed3e27335e5611b58a873baa4455"
metafile = true
[[files]] [[files]]
file = "mods/cupboard.pw.toml" file = "mods/cupboard.pw.toml"
hash = "2eb26b157c4159bfeff6a00147afa35284397d558f84b55367d1a41064d7456a" hash = "2eb26b157c4159bfeff6a00147afa35284397d558f84b55367d1a41064d7456a"
@ -339,7 +299,7 @@ metafile = true
[[files]] [[files]]
file = "mods/default-options.pw.toml" file = "mods/default-options.pw.toml"
hash = "91c2538d726a12623122d1a2945a6ad3d2d5b290d43c72149f21af560e8465eb" hash = "04982248fbfb09fe69f8075d589bc0bc8fab58bd98e165100f0e9da8045119d8"
metafile = true metafile = true
[[files]] [[files]]
@ -347,9 +307,34 @@ file = "mods/ding.pw.toml"
hash = "2fcea0bdf1c046a408cf5b2fb163a0cfbb826ba221a0fa1bec74e4df25b040ff" hash = "2fcea0bdf1c046a408cf5b2fb163a0cfbb826ba221a0fa1bec74e4df25b040ff"
metafile = true metafile = true
[[files]]
file = "mods/distanthorizons.pw.toml"
hash = "7f65a2107438b4ecfc775f671ea5dab999189b49ed4335ef4aaa071454f806e3"
metafile = true
[[files]] [[files]]
file = "mods/domestication-innovation.pw.toml" file = "mods/domestication-innovation.pw.toml"
hash = "815edded2c6be145f2a82e48a4044955e4969a220d29d4290f395d38a6ff15e8" hash = "bfd2911d1fc7136f92be93d4e3081b85f30109373ac640fbac2e3b3896d709f2"
metafile = true
[[files]]
file = "mods/emi-create-schematics.pw.toml"
hash = "92f6f339f84a5a6f8afb382620f7da0a01da4cba3a2e894115a1d6b36dcc2344"
metafile = true
[[files]]
file = "mods/emi-enchanting.pw.toml"
hash = "3a728230bfbaf61c1fb3a102bcf320b63a0a132c149b0b827eaf1ce0a52e3fef"
metafile = true
[[files]]
file = "mods/emi-loot.pw.toml"
hash = "3dbc9206585bb9a4fb3f6af39672f335e57b5e5f581524c429f014240e2b44b3"
metafile = true
[[files]]
file = "mods/emi-ores.pw.toml"
hash = "0d5f0c70d0b229ef3885011ed0675333d6d02c70abd57f0de595faca487d4cf9"
metafile = true metafile = true
[[files]] [[files]]
@ -357,9 +342,14 @@ file = "mods/emi.pw.toml"
hash = "b922bf1accaec299a669b1915a600a8cdaad3baadffa4b509633a83ad4c020a1" hash = "b922bf1accaec299a669b1915a600a8cdaad3baadffa4b509633a83ad4c020a1"
metafile = true metafile = true
[[files]]
file = "mods/emiffect.pw.toml"
hash = "f9f6ab1a6f68298710ca37f82503969531856c67138c4049f20c134d8b70dc55"
metafile = true
[[files]] [[files]]
file = "mods/emitrades.pw.toml" file = "mods/emitrades.pw.toml"
hash = "e141c57090cc48337e6a8b88e10edb3b434de8967aa6cbff252896b4ed53cf89" hash = "16b4a8a6c29d642b83ccfb68729c6520928fef115551d43aa301da72ca9498cd"
metafile = true metafile = true
[[files]] [[files]]
@ -373,13 +363,18 @@ hash = "a7a719603d51f35baee5d74d61f8c250c0765376784c390d9d6721e4b98723e0"
metafile = true metafile = true
[[files]] [[files]]
file = "mods/enhanced-mushrooms.pw.toml" file = "mods/entity-model-features.pw.toml"
hash = "23a7bb32b5061475bb891159f3216235feabe3efa5e8eeb2036f0bca7f7a44b3" hash = "8c84f53560aaa3c65293f5a04748ffe9e00457b9c69347aedc2c9daa915809af"
metafile = true
[[files]]
file = "mods/entitytexturefeatures.pw.toml"
hash = "e8170bacc6d4a33e524a1e742c231d1ef04ef41808b55ca126f6f5605654877e"
metafile = true metafile = true
[[files]] [[files]]
file = "mods/every-compat.pw.toml" file = "mods/every-compat.pw.toml"
hash = "ff970c00a6b366a0e663a7a0032bb10f0caa6b18049f64f577f1dee56ac0da4f" hash = "9c7343f92d9f338798d85ea60a721f7ee1d53243515968562457101b6276f447"
metafile = true metafile = true
[[files]] [[files]]
@ -394,12 +389,12 @@ metafile = true
[[files]] [[files]]
file = "mods/fast-ip-ping.pw.toml" file = "mods/fast-ip-ping.pw.toml"
hash = "5ffdc4d438a375906c102c6593fa1306a4de83108fc13d9a1b86fe824fff58d6" hash = "d8db3e87c66d04e6848edbbd56c824285330183361638ab97dce8306fc161977"
metafile = true metafile = true
[[files]] [[files]]
file = "mods/ferrite-core.pw.toml" file = "mods/ferrite-core.pw.toml"
hash = "4a73f04a8986129d79ea4f283a0a33ce51af17079b6efa23596af5bc685e1c1e" hash = "902bac905b93271f02bd0951a22bac06a3da24f5c237fcaeb469e14a7679e508"
metafile = true metafile = true
[[files]] [[files]]
@ -414,7 +409,12 @@ metafile = true
[[files]] [[files]]
file = "mods/fzzy-config.pw.toml" file = "mods/fzzy-config.pw.toml"
hash = "f07f5771f51fc0d9075edaa8a58f211fb2935bf79fbc3d73db8dd0415bd17447" hash = "9c4391618f128b62c95c3f7537d59a758737336f88e05d022edc2cb630449069"
metafile = true
[[files]]
file = "mods/geckolib.pw.toml"
hash = "1484808760dad0e89dfbd3e3758b96dc9ecbb3d46fcec1489ac9d090213376c6"
metafile = true metafile = true
[[files]] [[files]]
@ -422,31 +422,11 @@ file = "mods/grimoire-of-gaia.pw.toml"
hash = "1edffe2fe81fe9d55ea867d6e1c14e41c804b1a0190c893a260cb9e194c2bc1e" hash = "1edffe2fe81fe9d55ea867d6e1c14e41c804b1a0190c893a260cb9e194c2bc1e"
metafile = true metafile = true
[[files]]
file = "mods/heartstone.pw.toml"
hash = "48259ca967372079e53a4144b5b96d6ffdd47e3142802663f42eb661df50e9e0"
metafile = true
[[files]]
file = "mods/i-wanna-skate.pw.toml"
hash = "a36d0eeb8e5ad976c9b2ffb3910c9df0ba8535e17f781e169f4173086e34cda0"
metafile = true
[[files]]
file = "mods/ice-and-fire-dragon-finder.pw.toml"
hash = "14b20987e8511e8020d27a716e381938776ba1926ff2649d493294ee5b3554d0"
metafile = true
[[files]] [[files]]
file = "mods/ice-and-fire-dragons.pw.toml" file = "mods/ice-and-fire-dragons.pw.toml"
hash = "3e8cbae6a944592a6485b8c5e62b0794fe950ba8a6b155302d08f4205b9ad9b3" hash = "3e8cbae6a944592a6485b8c5e62b0794fe950ba8a6b155302d08f4205b9ad9b3"
metafile = true metafile = true
[[files]]
file = "mods/iceberg.pw.toml"
hash = "c1d1a0476c58e3c011de6f750f48eb4f48493a1b9cef7bd59c008e87e0c0984c"
metafile = true
[[files]] [[files]]
file = "mods/ichunutil.pw.toml" file = "mods/ichunutil.pw.toml"
hash = "3aa75e307989c0a66a0658b5c6776e8d664d73f55a99e5ff30ef24d4d2918619" hash = "3aa75e307989c0a66a0658b5c6776e8d664d73f55a99e5ff30ef24d4d2918619"
@ -457,14 +437,9 @@ file = "mods/improved-mobs.pw.toml"
hash = "3a778f237a4491fcc2ede2793064d9e0df7f93ef86a5dd866b6f644a59d66374" hash = "3a778f237a4491fcc2ede2793064d9e0df7f93ef86a5dd866b6f644a59d66374"
metafile = true metafile = true
[[files]]
file = "mods/incubation.pw.toml"
hash = "74f82c1ec7e2cd5ca741a4537c3824c0a60a7c39534a58427836efdebae402e1"
metafile = true
[[files]] [[files]]
file = "mods/jade-addons-forge.pw.toml" file = "mods/jade-addons-forge.pw.toml"
hash = "9360bfe3f55dffec1013b2e8ed4efeab04f2e1afb4366e8c9c4780536d836eff" hash = "3f432b6a6358f773426d01ab360816b2792c2d033eeca8d5595d2af205b22321"
metafile = true metafile = true
[[files]] [[files]]
@ -474,27 +449,7 @@ metafile = true
[[files]] [[files]]
file = "mods/jei.pw.toml" file = "mods/jei.pw.toml"
hash = "134c7169b2cf93d04bee9cc926a8e340807c9f067ea6154aff1e8263a02e9278" hash = "3c4797a9ade2ad41b4163a8838ad95b27f2b07906bf44f1c05a04c822e44719b"
metafile = true
[[files]]
file = "mods/just-enough-effect-descriptions-jeed.pw.toml"
hash = "41777ea0270566dbf365b39bb28a852c27585cf3936abc63576fffa5bca4d708"
metafile = true
[[files]]
file = "mods/just-enough-professions-jep.pw.toml"
hash = "76ad5b491a38df4f6debfae8808cb455c9b7ecd6c039a814ce1639278ac1f86c"
metafile = true
[[files]]
file = "mods/just-enough-resources-jer.pw.toml"
hash = "83219231c7af4677a2507e01ca0faf39acca69f05506148d1d6a3e47b4c94562"
metafile = true
[[files]]
file = "mods/justenoughbreeding.pw.toml"
hash = "e730b0b887b876020b23b5621009efae4bf70647690b7511a2e982bab0af8540"
metafile = true metafile = true
[[files]] [[files]]
@ -504,37 +459,37 @@ metafile = true
[[files]] [[files]]
file = "mods/lucent.pw.toml" file = "mods/lucent.pw.toml"
hash = "62041794a3b89328e32fd32fe2fd85702b000978fb6aa34d9b60c2f67bf8a0d4" hash = "2a25158198d33e13a0f0a79126ac9dc220793a16cf43e3688da290a0d6266689"
metafile = true
[[files]]
file = "mods/majrusz-library.pw.toml"
hash = "bc6a2458b8337e76c0636142242ef36f75ff13e65f977fdd81bb5cc823e5b360"
metafile = true
[[files]]
file = "mods/majruszs-progressive-difficulty.pw.toml"
hash = "dfd3ca238414939a4a9054bc933d4b5d9dfd5a306b86b898e1706cd6d66602f1"
metafile = true metafile = true
[[files]] [[files]]
file = "mods/moonlight.pw.toml" file = "mods/moonlight.pw.toml"
hash = "7af6d0a677c74cbd1ade186d72e0a2ce5b19b38913462bee1a9a5d41828a826c" hash = "6645dab73d9fd1261013c58d0171db73c60bc730bd66c9f6f36da7b341818cbc"
metafile = true metafile = true
[[files]] [[files]]
file = "mods/mouse-tweaks.pw.toml" file = "mods/mouse-tweaks.pw.toml"
hash = "ea7f91e66e1e475cd5fa10f56caa46a6a53754da99ed3252e6a6f68b731699b1" hash = "679fa8f3b49b9ed3fbcb29d6ccdb99bce465faa01f9cec000464ac8d4fbe134f"
metafile = true
[[files]]
file = "mods/neapolitan.pw.toml"
hash = "d01255f11201634a26e318142a28fe47705388c27d2c44e0bc3fd69593870a00"
metafile = true metafile = true
[[files]] [[files]]
file = "mods/no-chat-reports.pw.toml" file = "mods/no-chat-reports.pw.toml"
hash = "9a3c80bf6eee8234001d2a1602b3e123ac5706af051902e40f24abe317b86e50" hash = "b849dfdaaa3e4ad635fb16595bfd6ae03b83de0c02f5b06faafb24cc33926f3f"
metafile = true metafile = true
[[files]] [[files]]
file = "mods/noisium.pw.toml" file = "mods/noisium.pw.toml"
hash = "c60be719d5ede034bcc81d79fdec100b8d07c09a270ac01f571cf516840a263b" hash = "85f965de3efa0ad66252b3540afff30d5a3cf8c9cb86692987830b8ae08489c5"
metafile = true
[[files]]
file = "mods/not-enough-animations.pw.toml"
hash = "c4fd2f46cf30b0bc2fc9587fd1d363506d058b2a33677e5ac2bd8cf0eeee243c"
metafile = true metafile = true
[[files]] [[files]]
@ -559,7 +514,7 @@ metafile = true
[[files]] [[files]]
file = "mods/paxi.pw.toml" file = "mods/paxi.pw.toml"
hash = "e63b436dba4a80db68e4c79e5d9f030096fad75fe264490403d75dee3dab72de" hash = "be48890d990e03c639c5636c79bfa74bbd531c49a80487507984899c386a0bd9"
metafile = true metafile = true
[[files]] [[files]]
@ -567,19 +522,19 @@ file = "mods/pehkui.pw.toml"
hash = "1f92dd360908c1801848dcd4d14aca5640199545e7e22e76bfdb981b06fa9399" hash = "1f92dd360908c1801848dcd4d14aca5640199545e7e22e76bfdb981b06fa9399"
metafile = true metafile = true
[[files]]
file = "mods/personality!.pw.toml"
hash = "cb0de35c2b0c500669ec9486ae381f3987c437070c56a4788697d2430ae6d531"
metafile = true
[[files]] [[files]]
file = "mods/placebo.pw.toml" file = "mods/placebo.pw.toml"
hash = "0f807372e11d5a8a28266ab214fd243fa7558fe3f5a0cc6505090faede8c2dd6" hash = "0f807372e11d5a8a28266ab214fd243fa7558fe3f5a0cc6505090faede8c2dd6"
metafile = true metafile = true
[[files]]
file = "mods/playerrevive.pw.toml"
hash = "8b1c89143ff1ab069da28b866ea281fd628c6712c322518a413959b7839edc95"
metafile = true
[[files]] [[files]]
file = "mods/quark-oddities.pw.toml" file = "mods/quark-oddities.pw.toml"
hash = "4b6d6900e40ceea949928423e7863817aeb07c17dba719ca45dac34d3f8d5b41" hash = "056c481f39ce13ff8b3fa09fc5dd6b6549676135de8eb890ddc96ad180a4e383"
metafile = true metafile = true
[[files]] [[files]]
@ -592,39 +547,9 @@ file = "mods/radium.pw.toml"
hash = "bbdd40b650286973d44b1931d4b8c4bcc02b02f2c5583545709347503bd13057" hash = "bbdd40b650286973d44b1931d4b8c4bcc02b02f2c5583545709347503bd13057"
metafile = true metafile = true
[[files]]
file = "mods/raised.pw.toml"
hash = "4ac97596695bcac0e845fc38670d33974e4c902f5257afb9e764eed599e5f110"
metafile = true
[[files]]
file = "mods/rats.pw.toml"
hash = "b33e8cd1a5634fc9bf75c39ea283f74cc20aaae25da876682393336aa212c638"
metafile = true
[[files]]
file = "mods/reef-redux.pw.toml"
hash = "bf8ff517f0cecb234ba1e5221d6d3b4659a66245f5ad3b0e05a580fd1b230e06"
metafile = true
[[files]]
file = "mods/rei.pw.toml"
hash = "32ee85be1b868a77453a16ab97c3f8e1a69d8ea7fff95ea0eeb1aea78b8d0eef"
metafile = true
[[files]] [[files]]
file = "mods/retro-damage-indicators.pw.toml" file = "mods/retro-damage-indicators.pw.toml"
hash = "d5cb65a7e8f9f7d19d6749b22cae9e983d2f13f60aacde1d355c64201d5759ea" hash = "ba76693f55482df48a233d1429477b6aee8cb3e191af8a2e8e7d290017ae839c"
metafile = true
[[files]]
file = "mods/roughly-enough-items-server-component.pw.toml"
hash = "965602d29bd503c0bbca0c38fb19e84ba2f7040d24964a00ebcc60751792390e"
metafile = true
[[files]]
file = "mods/roughly-enough-professions-rep.pw.toml"
hash = "6fd9a6d68248f4f9651ffef54116ca3dee692e7f9a3aebdf95fd79a431dfd8be"
metafile = true metafile = true
[[files]] [[files]]
@ -639,12 +564,12 @@ metafile = true
[[files]] [[files]]
file = "mods/searchables.pw.toml" file = "mods/searchables.pw.toml"
hash = "35905f57cdb21a2aaa26345f2fabe3137ee2db6ee3bb2149cea206611b11ef69" hash = "b8c7497acbf4890b4609b6b20de7affdd3482fc99af975d9ff6b29c075e1d8a7"
metafile = true metafile = true
[[files]] [[files]]
file = "mods/shoulder-surfing-reloaded.pw.toml" file = "mods/shoulder-surfing-reloaded.pw.toml"
hash = "39aa00aa4b1b13bf0bbf1ff4d92b90d51c66a9b2f197d470047445fd47df235e" hash = "f3b6dd5f40891c79b04bd9546635cbfded364cf79656e5e889dd8a4588717be3"
metafile = true metafile = true
[[files]] [[files]]
@ -652,14 +577,24 @@ file = "mods/simple-voice-chat.pw.toml"
hash = "e3bdb65c2ce034e26c9277751a370baac6df6853d55e92327170df8778a837fb" hash = "e3bdb65c2ce034e26c9277751a370baac6df6853d55e92327170df8778a837fb"
metafile = true metafile = true
[[files]]
file = "mods/slashblade-resharped.pw.toml"
hash = "7144ac7e9c02aa103c9adde12975fa4a7826577aa39c325fde30f41ec2d74a06"
metafile = true
[[files]]
file = "mods/slice-and-dice.pw.toml"
hash = "389bde529f3226ae80f2d4f6a65327a12527af80180d472cbc26eb5405d359d7"
metafile = true
[[files]] [[files]]
file = "mods/sophisticated-backpacks.pw.toml" file = "mods/sophisticated-backpacks.pw.toml"
hash = "07f99211917ddb8a69568d634ebcaacc7c757426c5000588c4789594d7c1e471" hash = "731af9b877b4c93ebb80b6939ab8765982cf9a1fd205b726b3c6e2bd2efc59f1"
metafile = true metafile = true
[[files]] [[files]]
file = "mods/sophisticated-core.pw.toml" file = "mods/sophisticated-core.pw.toml"
hash = "d540ccb4b586d4dfd70dd74601f66dc4d8e8456d376e4b0f01f92eebed8d29ee" hash = "e8521b6d148b584e49dd307607f2e1b369c3ca7a27087aed529d0e51b74429d4"
metafile = true metafile = true
[[files]] [[files]]
@ -674,27 +609,17 @@ metafile = true
[[files]] [[files]]
file = "mods/spark.pw.toml" file = "mods/spark.pw.toml"
hash = "dbe2c430bf58c773082d7fd9d1bee2d510a2e0c08f390f7465e819b6e321ae09" hash = "0be4976227df8e261fd362889bf8e85b93e224d1b1c3cd2a11b73a9de3b64083"
metafile = true
[[files]]
file = "mods/species.pw.toml"
hash = "271b21a8fb0d8b00bc37d6b6c488b6edf6ebcb63774b68abf933b7400b3856f0"
metafile = true metafile = true
[[files]] [[files]]
file = "mods/structure-gel-api.pw.toml" file = "mods/structure-gel-api.pw.toml"
hash = "f9966c3e2ba050306b8c96f610ed705931cc48fedca54fb4270af875aa54dff3" hash = "0a1893b4abfd0e7243095240b329552c082dd3fa7874b43e9b43c94812875472"
metafile = true
[[files]]
file = "mods/supplementaries-squared.pw.toml"
hash = "c3a517cbdeb9348c3f834589e28622a94959f0361d66fdf0922ed6f2da37019a"
metafile = true metafile = true
[[files]] [[files]]
file = "mods/supplementaries.pw.toml" file = "mods/supplementaries.pw.toml"
hash = "c10abbbab8c8f9ace6d9dc822df1c8ed1453273cfb270dda049ca954d23bb637" hash = "21ded7427eed05b00fd5f1fb2c1e5232809113dc9020f612269181cad844a1fb"
metafile = true metafile = true
[[files]] [[files]]
@ -707,11 +632,6 @@ file = "mods/tenshilib.pw.toml"
hash = "25ac4e21c8f32b8bc174037bb4a6b4e9ca7b03018de859596113022de4906036" hash = "25ac4e21c8f32b8bc174037bb4a6b4e9ca7b03018de859596113022de4906036"
metafile = true metafile = true
[[files]]
file = "mods/the-conjurer.pw.toml"
hash = "e7c7d4f5233ce10edc53b6e4a4aa02e79428b3d7a044b50510b7b8e8e06dd6b3"
metafile = true
[[files]] [[files]]
file = "mods/the-twilight-forest.pw.toml" file = "mods/the-twilight-forest.pw.toml"
hash = "d1f859de9867b7433305aef1631aa22a436a4c3924474a21c0a22ab5f2093c04" hash = "d1f859de9867b7433305aef1631aa22a436a4c3924474a21c0a22ab5f2093c04"
@ -737,34 +657,19 @@ file = "mods/touhou-little-maid.pw.toml"
hash = "77603adde751d1c08b3496ca1f3b37ecb1eb448384111e19ad819845da110f55" hash = "77603adde751d1c08b3496ca1f3b37ecb1eb448384111e19ad819845da110f55"
metafile = true metafile = true
[[files]]
file = "mods/transmog.pw.toml"
hash = "8e4b77f9c0d67fb1279104d15966e847e983618c9263fbb51dec91f3768e5335"
metafile = true
[[files]] [[files]]
file = "mods/trials-chambers-backport.pw.toml" file = "mods/trials-chambers-backport.pw.toml"
hash = "3265a2cc2c3a62a4f8b380be694dde3cd7dba9e0630359b6a34527350bd068e8" hash = "3265a2cc2c3a62a4f8b380be694dde3cd7dba9e0630359b6a34527350bd068e8"
metafile = true metafile = true
[[files]]
file = "mods/upgrade-aquatic.pw.toml"
hash = "788d283ab803701f297c558076d01dbf11755416f8d854c37e0448c8b15e6da3"
metafile = true
[[files]] [[files]]
file = "mods/waystones.pw.toml" file = "mods/waystones.pw.toml"
hash = "2266cb1da126b45b30bf361cb9126fdb48e731587be34ffe79006eb882a757ca" hash = "2266cb1da126b45b30bf361cb9126fdb48e731587be34ffe79006eb882a757ca"
metafile = true metafile = true
[[files]] [[files]]
file = "mods/wits.pw.toml" file = "mods/withering-heights.pw.toml"
hash = "20dc25320ab64a7138f58f8fef29bbafba9ec30dd6873e81a8266645542514ce" hash = "e2d6cb25e4d486ccdb11e4e78ab2f32ef3732a56063621ad64924f43ae410f7e"
metafile = true
[[files]]
file = "mods/woodworks.pw.toml"
hash = "d8b1fdcc4d8437ed8a69ef63821a9be7e99660e33cbd4166addab7f32548d6f3"
metafile = true metafile = true
[[files]] [[files]]
@ -799,7 +704,7 @@ metafile = true
[[files]] [[files]]
file = "mods/yungs-menu-tweaks.pw.toml" file = "mods/yungs-menu-tweaks.pw.toml"
hash = "5b5fdfaf8e757e4f54e621aca1c52f5d8c90c7be3bc78c2978173326f5c02bf5" hash = "612f34b57df3396413db1ba79f99e057da377a8725887ca21b415acd85cb65b5"
metafile = true metafile = true
[[files]] [[files]]
@ -811,7 +716,3 @@ metafile = true
file = "resourcepacks/k-on!!-custom-gui-pack.pw.toml" file = "resourcepacks/k-on!!-custom-gui-pack.pw.toml"
hash = "329553a8c2290af66fc40beb35c9e4e1dd307cbf644f1b259b2fffcd5f7a6a5a" hash = "329553a8c2290af66fc40beb35c9e4e1dd307cbf644f1b259b2fffcd5f7a6a5a"
metafile = true metafile = true
[[files]]
file = "unsup.toml"
hash = "015848b7742e19a7a90570d570312c9995baa2036ea33ee68a78cd18377e4023"

View File

@ -1,13 +0,0 @@
name = "Advancement Frames"
filename = "advancementframes-1.20-2.2.7.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/zUBn5hHr/versions/syxp8b5I/advancementframes-1.20-2.2.7.jar"
hash-format = "sha1"
hash = "c87f89d50e050752b61c6d7121bd766842fc0766"
[update]
[update.modrinth]
mod-id = "zUBn5hHr"
version = "syxp8b5I"

View File

@ -1,13 +0,0 @@
name = "Advancement Plaques"
filename = "AdvancementPlaques-1.20.1-forge-1.6.7.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/9NM0dXub/versions/kgUIXD9e/AdvancementPlaques-1.20.1-forge-1.6.7.jar"
hash-format = "sha512"
hash = "a7f829d475c7c2d72cdb8a1151b6a3e2bedc0150384e74a569b1fd17bb761645be2781d54acbbdb4fa51a52a00438400670e1e6609427b3472778e1f32d7b0fa"
[update]
[update.modrinth]
mod-id = "9NM0dXub"
version = "kgUIXD9e"

View File

@ -1,13 +0,0 @@
name = "Mediumcore"
filename = "mediumcore-1.0.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/XjSJMp3X/versions/sLPdr0s2/mediumcore-1.0.0.jar"
hash-format = "sha1"
hash = "5edd02797337895a7c0dbe78f72640bbcc0d9ed1"
[update]
[update.modrinth]
mod-id = "XjSJMp3X"
version = "sLPdr0s2"

View File

@ -4,8 +4,8 @@ side = "both"
[download] [download]
url = "https://cdn.modrinth.com/data/eIO12l2t/versions/qc1hOxYD/allurement-1.20.1-4.0.0.jar" url = "https://cdn.modrinth.com/data/eIO12l2t/versions/qc1hOxYD/allurement-1.20.1-4.0.0.jar"
hash-format = "sha1" hash-format = "sha512"
hash = "1687ae1c9475c70f4044e7b381aa8df1c4249e1e" hash = "20d244fcf81b232d9cf917d2ec303e324cdb8a551835fabad8dec549042ad784996cc1caa159e1802a6746eb96371a88864deeed8a0dcc539df5d36978904f13"
[update] [update]
[update.modrinth] [update.modrinth]

View File

@ -4,8 +4,8 @@ side = "both"
[download] [download]
url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/XdXDExVF/appleskin-forge-mc1.20.1-2.5.1.jar" url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/XdXDExVF/appleskin-forge-mc1.20.1-2.5.1.jar"
hash-format = "sha1" hash-format = "sha512"
hash = "81919356f84eab14258db98924b66c3c38e372b1" hash = "3176f928fb6c60d27f5edb610ca4ab0236175404eebf32797a1ec6cdd794bb294a260231579578536d03571377e43c6181adc75d8dd2c0733f17fce4f7e636b9"
[update] [update]
[update.modrinth] [update.modrinth]

View File

@ -1,13 +0,0 @@
name = "Architectury API"
filename = "architectury-9.2.14-forge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/1MKTLiiG/architectury-9.2.14-forge.jar"
hash-format = "sha1"
hash = "a52918a500ff421180a1cbd1a0cabee712134ec4"
[update]
[update.modrinth]
mod-id = "lhGA9TYQ"
version = "1MKTLiiG"

View File

@ -4,8 +4,8 @@ side = "both"
[download] [download]
url = "https://cdn.modrinth.com/data/lOOpEntO/versions/Y42wjyly/AttributeFix-Forge-1.20.1-21.0.4.jar" url = "https://cdn.modrinth.com/data/lOOpEntO/versions/Y42wjyly/AttributeFix-Forge-1.20.1-21.0.4.jar"
hash-format = "sha1" hash-format = "sha512"
hash = "6eb69343eb21d38f95d1b1d00e6bc777bdb336fa" hash = "a4f1431c3abb23d97ae6d742721fcc2d1d97b6f9e72e492cc13f2471b608614b8cbbde513fa0a6f8d002f27168130850bf358d405cd2120c979927d7e88fe3d3"
[update] [update]
[update.modrinth] [update.modrinth]

View File

@ -1,13 +0,0 @@
name = "Autumnity"
filename = "autumnity-1.20.1-5.0.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/cRh6MJ6n/versions/dNSKgdoR/autumnity-1.20.1-5.0.1.jar"
hash-format = "sha1"
hash = "b7dcdc74db6c25c5c6f1644304491a161f459a14"
[update]
[update.modrinth]
mod-id = "cRh6MJ6n"
version = "dNSKgdoR"

View File

@ -1,13 +0,0 @@
name = "bad packets"
filename = "badpackets-forge-0.4.3.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/ftdbN0KK/versions/aXZqpNgH/badpackets-forge-0.4.3.jar"
hash-format = "sha1"
hash = "34b4ae0b51fe8bb55529dd20968bf58e20b4a21e"
[update]
[update.modrinth]
mod-id = "ftdbN0KK"
version = "aXZqpNgH"

View File

@ -1,13 +0,0 @@
name = "Berry Good"
filename = "berry_good-1.20.1-7.0.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/2WZWaKCl/versions/a8xhP8dI/berry_good-1.20.1-7.0.0.jar"
hash-format = "sha1"
hash = "ae052f061baeffac6d7e79a570fe7341081d83cd"
[update]
[update.modrinth]
mod-id = "2WZWaKCl"
version = "a8xhP8dI"

View File

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

View File

@ -4,8 +4,8 @@ side = "both"
[download] [download]
url = "https://cdn.modrinth.com/data/ZucWZEBV/versions/DWFhllFz/better_climbing-forge-3.jar" url = "https://cdn.modrinth.com/data/ZucWZEBV/versions/DWFhllFz/better_climbing-forge-3.jar"
hash-format = "sha1" hash-format = "sha512"
hash = "74558f3499d9e5e1f4e29e0163781c594df52eb8" hash = "954febed3b52a3be083073d41429022580bd8d9931070f7f14c52db1180df8132d19f0f4ed48e0e3fcb63cb003823e47bef95a80e9d5da5927babcb18b16d7ad"
[update] [update]
[update.modrinth] [update.modrinth]

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

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

View File

@ -4,8 +4,8 @@ side = "both"
[download] [download]
url = "https://cdn.modrinth.com/data/VsM5EDoI/versions/LkOcOC7A/blueprint-1.20.1-7.1.0.jar" url = "https://cdn.modrinth.com/data/VsM5EDoI/versions/LkOcOC7A/blueprint-1.20.1-7.1.0.jar"
hash-format = "sha1" hash-format = "sha512"
hash = "5ff3b2c8ff096d6481ed252f0371aeb60b460f27" hash = "cb788eb25834e601f3c59cf9af9eeb30416a4ee9a87fafb6f5abbbea7f97f66b7197b20a57988fe365ba1a122292194bdb73ce0e0aa8af1a0318080a74495652"
[update] [update]
[update.modrinth] [update.modrinth]

View File

@ -1,13 +0,0 @@
name = "Boatload"
filename = "boatload-1.20.1-5.0.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/hevpK888/versions/hCft0zTY/boatload-1.20.1-5.0.1.jar"
hash-format = "sha1"
hash = "7e04920780f58a0556f88f9934797deb2107641a"
[update]
[update.modrinth]
mod-id = "hevpK888"
version = "hCft0zTY"

View File

@ -4,8 +4,8 @@ side = "client"
[download] [download]
url = "https://cdn.modrinth.com/data/IupkwRPf/versions/bHFzotWC/builtin-servers-2.1%2B1.20-forge.jar" url = "https://cdn.modrinth.com/data/IupkwRPf/versions/bHFzotWC/builtin-servers-2.1%2B1.20-forge.jar"
hash-format = "sha1" hash-format = "sha512"
hash = "9df9c9bb790d1ce578bc09265375fe65a86ca3c0" hash = "32895549653560824a70891ffcc5bbe44179ea4546c3231aa6ae9f669862c9b9daeac5a8a6edbd115d3fa8dbf59a3c9edb2755b4f97fe362c29a7277a8e6b07b"
[update] [update]
[update.modrinth] [update.modrinth]

View File

@ -1,13 +0,0 @@
name = "Buzzier Bees"
filename = "buzzier_bees-1.20.1-6.0.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/b7vOFSIp/versions/PyMRj9VM/buzzier_bees-1.20.1-6.0.0.jar"
hash-format = "sha1"
hash = "5de23e8c0e88ded278bb7fd1bddd245c88c72eb4"
[update]
[update.modrinth]
mod-id = "b7vOFSIp"
version = "PyMRj9VM"

View File

@ -1,13 +0,0 @@
name = "Catalogue"
filename = "catalogue-forge-1.20.1-1.8.0.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "b8cc73db430fa6015671492d4332a65a8c2f5cae"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4766090
project-id = 459701

View File

@ -1,13 +0,0 @@
name = "Chalk"
filename = "chalk-1.20.1-1.6.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/YWGP4Y1d/versions/YhueAXpz/chalk-1.20.1-1.6.4.jar"
hash-format = "sha1"
hash = "22f996677b1525316ec35c3cabb9099788847b62"
[update]
[update.modrinth]
mod-id = "YWGP4Y1d"
version = "YhueAXpz"

View File

@ -1,13 +0,0 @@
name = "Clayworks"
filename = "clayworks-1.20.1-3.0.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/1iicrEO3/versions/aoLZaKRo/clayworks-1.20.1-3.0.1.jar"
hash-format = "sha1"
hash = "34a0a74ac1dc524ad00e3eea5608b397bd05552c"
[update]
[update.modrinth]
mod-id = "1iicrEO3"
version = "aoLZaKRo"

View File

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

View File

@ -4,8 +4,8 @@ side = "both"
[download] [download]
url = "https://cdn.modrinth.com/data/Wnxd13zP/versions/nAHGB5ls/Clumps-forge-1.20.1-12.0.0.4.jar" url = "https://cdn.modrinth.com/data/Wnxd13zP/versions/nAHGB5ls/Clumps-forge-1.20.1-12.0.0.4.jar"
hash-format = "sha1" hash-format = "sha512"
hash = "8809c7aa6c71389e9c59abfe5def52c1cb8d4f1c" hash = "ffd8ff2438e9f9d260d3926ccdd0cccc4772c6f99f29715690aed4f6e97a76035f3aeaa78168e2a458bc4cccf521e97ebdb6e0b61c819facb04af9ebb3638383"
[update] [update]
[update.modrinth] [update.modrinth]

View File

@ -4,8 +4,8 @@ side = "client"
[download] [download]
url = "https://cdn.modrinth.com/data/xv94TkTM/versions/LH6Bi6Am/Controlling-forge-1.20.1-12.0.2.jar" url = "https://cdn.modrinth.com/data/xv94TkTM/versions/LH6Bi6Am/Controlling-forge-1.20.1-12.0.2.jar"
hash-format = "sha1" hash-format = "sha512"
hash = "6195a3d1464f8fb641d7e165163aea1a857ce08e" hash = "3945bf3f6d843957f13584dfc70bede253d1e48f0dcb96f647fbcc6fcd3d1748a0dd9c6ca5c882e07a41f98eb84057934f51e43ab6023ed0a19695de2e6fe9f5"
[update] [update]
[update.modrinth] [update.modrinth]

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

@ -0,0 +1,13 @@
name = "Create"
filename = "create-1.20.1-0.5.1.j.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/LNytGWDc/versions/6R069CcK/create-1.20.1-0.5.1.j.jar"
hash-format = "sha512"
hash = "893b531f7d93e30561024087b8718934fc2bb93c4f3f40edff5346f18e0330c8d3524f1ebef50d90e91a20f7a679ef6da44dd9b6e68292afe28b1b88fa7f07fb"
[update]
[update.modrinth]
mod-id = "LNytGWDc"
version = "6R069CcK"

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

@ -0,0 +1,13 @@
name = "CreativeCore"
filename = "CreativeCore_FORGE_v2.12.22_mc1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/OsZiaDHq/versions/a7Yy3lNf/CreativeCore_FORGE_v2.12.22_mc1.20.1.jar"
hash-format = "sha512"
hash = "933e0f979a7e683027d154caff47e5188ad8c504292ee238af4299f79eb35d428a4bbbf7e4ef03c3cb42cb8f917e0f1fee598074bef762de093b9b61c7996652"
[update]
[update.modrinth]
mod-id = "OsZiaDHq"
version = "a7Yy3lNf"

View File

@ -4,8 +4,8 @@ side = "client"
[download] [download]
url = "https://cdn.modrinth.com/data/WEg59z5b/versions/CKNINccT/defaultoptions-forge-1.20-18.0.1.jar" url = "https://cdn.modrinth.com/data/WEg59z5b/versions/CKNINccT/defaultoptions-forge-1.20-18.0.1.jar"
hash-format = "sha1" hash-format = "sha512"
hash = "73af2309627a68a7bff3e53e02ea22fb5c4651e5" hash = "41ab37f580a1cbcb063958b7ec6034c9bea729aecb5452e5982a21d068617a818e78d31f03e76fc4e06dbf73f066f576d9dd6566f70d4912f29b595ba5c54079"
[update] [update]
[update.modrinth] [update.modrinth]

View File

@ -0,0 +1,18 @@
name = "Distant Horizons"
filename = "DistantHorizons-2.2.1-a-1.20.1-forge-fabric.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/uCdwusMi/versions/20nF6i21/DistantHorizons-2.2.1-a-1.20.1-forge-fabric.jar"
hash-format = "sha512"
hash = "a5059a249283f686bc49bc4c2606fce7b665102983f396996f47c11245fee21059554db5f9bdf63fa41ec954282a9ee3646ea42997f37bedb0af8b14944704f4"
[update]
[update.modrinth]
mod-id = "uCdwusMi"
version = "20nF6i21"
[option]
optional = true
description = "Distant Horizons adds simplified terrain past Minecraft's default view distance. This makes fog obsolete. May worsen performance."
default = true

View File

@ -4,8 +4,8 @@ side = "both"
[download] [download]
url = "https://cdn.modrinth.com/data/h5JyLdjM/versions/SGxCLghg/domesticationinnovation-1.7.1-1.20.1.jar" url = "https://cdn.modrinth.com/data/h5JyLdjM/versions/SGxCLghg/domesticationinnovation-1.7.1-1.20.1.jar"
hash-format = "sha1" hash-format = "sha512"
hash = "8feae4ba8a3ffb117fa7b3b4291a520e2497fa1e" hash = "3d6c4f0259ce504578a5dceb47c61a03784b77e15408b2c57252a82d03dd74cb5ffabfd3234b5ad365e169419dec7bef49d23ac737e2d508f8f51ecf387ecea9"
[update] [update]
[update.modrinth] [update.modrinth]

View File

@ -0,0 +1,13 @@
name = "EMI: Create Schematics"
filename = "EMI Create Schematics [1.0.1 Forge 1.20.1].jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/5bgqgixq/versions/M63IQ6mP/EMI%20Create%20Schematics%20%5B1.0.1%20Forge%201.20.1%5D.jar"
hash-format = "sha512"
hash = "416ebf049bf1de3394856f890528e1edd9bd57b28106b472529d2780a37e86140a512718af626188eb53cd03ec769dea441985fe889c7958ecf232d70d585d40"
[update]
[update.modrinth]
mod-id = "5bgqgixq"
version = "M63IQ6mP"

View File

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

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

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

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

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

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

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

View File

@ -4,8 +4,8 @@ side = "client"
[download] [download]
url = "https://cdn.modrinth.com/data/j2HhbEE7/versions/LBT7pcVH/emitrades-forge-1.2.1%2Bmc1.20.1.jar" url = "https://cdn.modrinth.com/data/j2HhbEE7/versions/LBT7pcVH/emitrades-forge-1.2.1%2Bmc1.20.1.jar"
hash-format = "sha1" hash-format = "sha512"
hash = "ea86eceb04978bc366fe022bbab5dd5ea0bd3ab4" hash = "b0344906a3da867373edf6a4d5a7bcb1d0aa0aaf11825244b9d1d5aeb1aec1c5d023b754ab8f881905c7086ba11d2cdc5740ba29ab967b4549346531bcbc1b86"
[update] [update]
[update.modrinth] [update.modrinth]

View File

@ -1,13 +0,0 @@
name = "Enhanced Mushrooms"
filename = "enhanced_mushrooms-5.0.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/4Zf7J76Q/versions/DSNxiUU9/enhanced_mushrooms-5.0.0.jar"
hash-format = "sha1"
hash = "8c82416022e838af7e19849e65199c478aa975fc"
[update]
[update.modrinth]
mod-id = "4Zf7J76Q"
version = "DSNxiUU9"

View File

@ -0,0 +1,13 @@
name = "[EMF] Entity Model Features"
filename = "entity_model_features_forge_1.20.1-2.2.6.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/SwaXdYpi/entity_model_features_forge_1.20.1-2.2.6.jar"
hash-format = "sha512"
hash = "f0b3d467c7af10593969f1632cc827ebba289fa5795bb21c9da20dd1dc9ed59fba4018b07eb0552e94ac882af69bb6ab3188755511e48219fd9e1838e0cc11df"
[update]
[update.modrinth]
mod-id = "4I1XuqiY"
version = "SwaXdYpi"

View File

@ -0,0 +1,13 @@
name = "[ETF] Entity Texture Features"
filename = "entity_texture_features_forge_1.20.1-6.2.8.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/515ZJGh4/entity_texture_features_forge_1.20.1-6.2.8.jar"
hash-format = "sha512"
hash = "ce44be5a9f8ce8eb7f79b218f78b470cdf5b99cba3f885959c986ba94d181d92d8c32ae19548d52bd9d55a8f9e016498d972cdb2c34f6466496d894fb719e377"
[update]
[update.modrinth]
mod-id = "BVzZfTc1"
version = "515ZJGh4"

View File

@ -1,13 +1,13 @@
name = "Every Compat (Wood Good)" name = "Every Compat (Wood Good)"
filename = "everycomp-1.20-2.6.90.jar" filename = "everycomp-1.20-2.6.92.jar"
side = "both" side = "both"
[download] [download]
url = "https://cdn.modrinth.com/data/eiktJyw1/versions/wzutXfUE/everycomp-1.20-2.6.90.jar" url = "https://cdn.modrinth.com/data/eiktJyw1/versions/MLP0LUjl/everycomp-1.20-2.6.92.jar"
hash-format = "sha512" hash-format = "sha512"
hash = "2fe7bd1808859f4685536dac26022a1d40816fb368d60450794744c77da010aacc20ade0897deeba8d1548eef0c35fedd1748fa43ab49717a11acd93c8002495" hash = "1bab3a70ad538c5324cbe30ccf5a8c1cc3c4580bed6101bc5e23908d8336f5915be53dd7b0994643108f275cad82e87122646183b5c46bcf60644e697dc0549b"
[update] [update]
[update.modrinth] [update.modrinth]
mod-id = "eiktJyw1" mod-id = "eiktJyw1"
version = "wzutXfUE" version = "MLP0LUjl"

View File

@ -1,4 +1,4 @@
name = "fast-ip-ping" name = "Fast IP Ping"
filename = "fast-ip-ping-v1.0.5-mc1.20.4-forge.jar" filename = "fast-ip-ping-v1.0.5-mc1.20.4-forge.jar"
side = "client" side = "client"

View File

@ -4,8 +4,8 @@ side = "both"
[download] [download]
url = "https://cdn.modrinth.com/data/uXXizFIs/versions/DG5Fn9Sz/ferritecore-6.0.1-forge.jar" url = "https://cdn.modrinth.com/data/uXXizFIs/versions/DG5Fn9Sz/ferritecore-6.0.1-forge.jar"
hash-format = "sha1" hash-format = "sha512"
hash = "417fb6ce8f52abf40bd9d0390371790f9576f8ba" hash = "a1960a7c03dc32d4ccaccaf28afdd9b078758bbd62d15a91d4039a83fa9397a098e89b69591f6bd5190254d9ee97e502504154b9aec764adb8c65f000b75ba2c"
[update] [update]
[update.modrinth] [update.modrinth]

View File

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

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

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

View File

@ -1,13 +0,0 @@
name = "Heartstone"
filename = "heartstone-1.20-1.3.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/NBY6AFje/versions/CU7DW2ln/heartstone-1.20-1.3.0.jar"
hash-format = "sha1"
hash = "1caf5715c4265882f695b2c8ec37257a527fdec6"
[update]
[update.modrinth]
mod-id = "NBY6AFje"
version = "CU7DW2ln"

View File

@ -1,13 +0,0 @@
name = "I Wanna Skate"
filename = "iwannaskate-1.2.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/OuJDwbIs/versions/V5qgYPzs/iwannaskate-1.2.0.jar"
hash-format = "sha1"
hash = "13d32a92909c7079d7e18598f42dbfe1497b40cf"
[update]
[update.modrinth]
mod-id = "OuJDwbIs"
version = "V5qgYPzs"

View File

@ -1,13 +0,0 @@
name = "Ice and Fire: Dragon Finder"
filename = "dragonfinder-1.20.1-1.0.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/6jH64T6j/versions/W7d3gdr9/dragonfinder-1.20.1-1.0.0.jar"
hash-format = "sha512"
hash = "17a247ade2df68e59167f36682665298af471bab522d1b2d7f8be80d08c22ea314a8ea552474e10524f4819bda57de02117f4446b0fa70823c2eb981067ce87b"
[update]
[update.modrinth]
mod-id = "6jH64T6j"
version = "W7d3gdr9"

View File

@ -1,13 +0,0 @@
name = "Iceberg"
filename = "Iceberg-1.20.1-forge-1.1.25.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/5faXoLqX/versions/BQ8rJPXV/Iceberg-1.20.1-forge-1.1.25.jar"
hash-format = "sha512"
hash = "8612097a014fcd6343a092cfeddb0e9d57c5a665b9ac61603a7760d156abd048ac548db55e750b369700b0475661e554f4b92b44677edf07574d4f9ffa42558c"
[update]
[update.modrinth]
mod-id = "5faXoLqX"
version = "BQ8rJPXV"

View File

@ -1,13 +0,0 @@
name = "Incubation"
filename = "incubation-1.20.1-4.0.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/A4Xrv60A/versions/jwszUDno/incubation-1.20.1-4.0.2.jar"
hash-format = "sha1"
hash = "02e3f7d4322d866708890c7bfc7b4021a8810293"
[update]
[update.modrinth]
mod-id = "A4Xrv60A"
version = "jwszUDno"

View File

@ -1,4 +1,4 @@
name = "Jade Addons (Forge)" name = "Jade Addons (NeoForge)"
filename = "JadeAddons-1.20.1-Forge-5.3.1.jar" filename = "JadeAddons-1.20.1-Forge-5.3.1.jar"
side = "both" side = "both"

View File

@ -1,6 +1,6 @@
name = "Just Enough Items" name = "Just Enough Items"
filename = "jei-1.20.1-forge-15.20.0.105.jar" filename = "jei-1.20.1-forge-15.20.0.105.jar"
side = "client" side = "both"
[download] [download]
url = "https://cdn.modrinth.com/data/u6dRKJwZ/versions/iNv5B1Zj/jei-1.20.1-forge-15.20.0.105.jar" url = "https://cdn.modrinth.com/data/u6dRKJwZ/versions/iNv5B1Zj/jei-1.20.1-forge-15.20.0.105.jar"

View File

@ -1,13 +0,0 @@
name = "Just Enough Effect Descriptions (JEED)"
filename = "jeed-1.20-2.2.2.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/EO27GKs1/versions/UsKXS9eh/jeed-1.20-2.2.2.jar"
hash-format = "sha512"
hash = "11758e3a7a2ffbf601bb5a4785071bd91aa9acb3b1f93748aa1505f5124b893f7f1f019ff446d6cbed9942595435a4c8dd65f03d04ad25b53ea5636b3f029a72"
[update]
[update.modrinth]
mod-id = "EO27GKs1"
version = "UsKXS9eh"

View File

@ -1,13 +0,0 @@
name = "Just Enough Professions (JEP)"
filename = "JustEnoughProfessions-forge-1.20.1-3.0.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/kB56GtWA/versions/ANKVJC3T/JustEnoughProfessions-forge-1.20.1-3.0.1.jar"
hash-format = "sha1"
hash = "dd8b3252f980da6ff4bc39127a84d786cf0bd06f"
[update]
[update.modrinth]
mod-id = "kB56GtWA"
version = "ANKVJC3T"

View File

@ -1,13 +0,0 @@
name = "Just Enough Resources (JER)"
filename = "JustEnoughResources-1.20.1-1.4.0.247.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/uEfK2CXF/versions/jW52tbTk/JustEnoughResources-1.20.1-1.4.0.247.jar"
hash-format = "sha1"
hash = "526e788a9b38afc5171fab49b64a5a54e1bb25d7"
[update]
[update.modrinth]
mod-id = "uEfK2CXF"
version = "jW52tbTk"

View File

@ -1,13 +0,0 @@
name = "Just Enough Breeding (JEBr)"
filename = "justenoughbreeding-neoforge-1.20.1-1.4.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/9Pk89J3g/versions/iJCWFXEr/justenoughbreeding-neoforge-1.20.1-1.4.1.jar"
hash-format = "sha512"
hash = "8d2547132612a4fb1bdcdf5487b2652314396ab7f89362ca418396dfba3606a70fec3f398db20917decacf682103db6416aeb2e7402bd36131c2492b7e15936d"
[update]
[update.modrinth]
mod-id = "9Pk89J3g"
version = "iJCWFXEr"

View File

@ -4,8 +4,8 @@ side = "client"
[download] [download]
url = "https://cdn.modrinth.com/data/JE0fgMUp/versions/YHpxVMDQ/lucent-1.20.1-1.5.5.jar" url = "https://cdn.modrinth.com/data/JE0fgMUp/versions/YHpxVMDQ/lucent-1.20.1-1.5.5.jar"
hash-format = "sha1" hash-format = "sha512"
hash = "d72dc411c4e35869044840e4b551e8734788bc51" hash = "03ecca88448b9a042d9fb744f5e5e153a97b1995f471efd3e6a5aac5b23c24de1559b8dfa6fa0e1bf7a51c5098a3601a445bf0adfd5a29dd28c3e253f42b06ac"
[update] [update]
[update.modrinth] [update.modrinth]

View File

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

View File

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

View File

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

View File

@ -4,8 +4,8 @@ side = "client"
[download] [download]
url = "https://cdn.modrinth.com/data/aC3cM3Vq/versions/7JVXOe3K/MouseTweaks-forge-mc1.20.1-2.25.1.jar" url = "https://cdn.modrinth.com/data/aC3cM3Vq/versions/7JVXOe3K/MouseTweaks-forge-mc1.20.1-2.25.1.jar"
hash-format = "sha1" hash-format = "sha512"
hash = "d751153e722a4e014691c83f39f5b07c6ec5333c" hash = "a3bb0272c0a1a3be9250dfee030bb8f86217fa6a32bd534be8c940fdd8c466c800c2df85874877983ced36ecfc28c8ced6c0d42107c1ab621385b4be9a7c65eb"
[update] [update]
[update.modrinth] [update.modrinth]

View File

@ -1,13 +0,0 @@
name = "Neapolitan"
filename = "neapolitan-1.20.1-5.0.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/InYMuiQt/versions/bSOBBF52/neapolitan-1.20.1-5.0.0.jar"
hash-format = "sha1"
hash = "2ef19ce68ea3873d572eb1440da58b0f1f9a41db"
[update]
[update.modrinth]
mod-id = "InYMuiQt"
version = "bSOBBF52"

View File

@ -4,8 +4,8 @@ side = "both"
[download] [download]
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/ksEG6N5E/NoChatReports-FORGE-1.20.1-v2.2.2.jar" url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/ksEG6N5E/NoChatReports-FORGE-1.20.1-v2.2.2.jar"
hash-format = "sha1" hash-format = "sha512"
hash = "069396e689ae887d065c8d61b7945e685fbcc65b" hash = "39aa2e120a10ee68e9b03e3d5bd6f2d5def2fa7fcd914f55f018a85381eb0bb52055abce53a64cb0b0fba10f24da12caef085733e715907598ce468bcf59df51"
[update] [update]
[update.modrinth] [update.modrinth]

View File

@ -4,8 +4,8 @@ side = "both"
[download] [download]
url = "https://cdn.modrinth.com/data/KuNKN7d2/versions/AfjBJbK1/noisium-merged-2.0.1%2Bmc1.20.x.jar" url = "https://cdn.modrinth.com/data/KuNKN7d2/versions/AfjBJbK1/noisium-merged-2.0.1%2Bmc1.20.x.jar"
hash-format = "sha1" hash-format = "sha512"
hash = "1f51eb9613a49ee421d839ccb7c9f004b534dcaf" hash = "f86140544ce261402447d003e99d677b2d35a95a0da04afb9046dd4995f2bfb82d74562b38325a6bb511632690a11d00d463e6d951ccd7e32bd5779f6bcbe56b"
[update] [update]
[update.modrinth] [update.modrinth]

View File

@ -1,13 +0,0 @@
name = "Not Enough Animations"
filename = "notenoughanimations-forge-1.8.1-mc1.20.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/MPCX6s5C/versions/WsjBROya/notenoughanimations-forge-1.8.1-mc1.20.1.jar"
hash-format = "sha512"
hash = "fe3ce4e9008fa87f97e0a6a421477e26624ccbb656cc967c2c5574a877c0e9cc69a818c137188e48e5d14aa243cf7c60d359be044bc5e12e6c5e2dbba2365abf"
[update]
[update.modrinth]
mod-id = "MPCX6s5C"
version = "WsjBROya"

View File

@ -4,8 +4,8 @@ side = "both"
[download] [download]
url = "https://cdn.modrinth.com/data/CU0PAyzb/versions/C7buFh0l/Paxi-1.20-Forge-4.0.jar" url = "https://cdn.modrinth.com/data/CU0PAyzb/versions/C7buFh0l/Paxi-1.20-Forge-4.0.jar"
hash-format = "sha1" hash-format = "sha512"
hash = "a3a7008e07a27b3c831af7e4c82fbbc10a4da328" hash = "50ed8c99981b9860c846a18cda215d388b67019b76a172833fa4e4b52cbd122eb8e49e594e5789790f95af06e0a98dcf2433b001b1f559b3e7071d2e6b7c1dd7"
[update] [update]
[update.modrinth] [update.modrinth]

View File

@ -1,13 +0,0 @@
name = "Personality"
filename = "personality-1.20.1-4.0.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/zrAMu1nt/versions/K0BDgtcD/personality-1.20.1-4.0.0.jar"
hash-format = "sha1"
hash = "9996ee9d399e23c8110ac5df72009ae1445ac640"
[update]
[update.modrinth]
mod-id = "zrAMu1nt"
version = "K0BDgtcD"

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

@ -0,0 +1,13 @@
name = "PlayerRevive"
filename = "PlayerRevive_FORGE_v2.0.29_mc1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/ABIMzABM/versions/MQOdwQFF/PlayerRevive_FORGE_v2.0.29_mc1.20.1.jar"
hash-format = "sha512"
hash = "d6f8ac6cc2b4ee84e9461611f523d635fc183de3f4c52c5275b547b8f654df1369e78cd679a5bbca69c75007b042ec124150d7aea91f4bd193d550895ab845b3"
[update]
[update.modrinth]
mod-id = "ABIMzABM"
version = "MQOdwQFF"

View File

@ -4,8 +4,8 @@ side = "both"
[download] [download]
url = "https://cdn.modrinth.com/data/qeEEslrN/versions/NrzERFzz/QuarkOddities-1.20.1.jar" url = "https://cdn.modrinth.com/data/qeEEslrN/versions/NrzERFzz/QuarkOddities-1.20.1.jar"
hash-format = "sha1" hash-format = "sha512"
hash = "69ed292c207af89febd156d83b3e78f64b35b969" hash = "d861797934748481931e00b9958500d83a9160fbe111b4bd4bd05777103daa48127906b21211436b5c2da2a9aef9d868459c5aebb5b1627b20c6f5d63dc54169"
[update] [update]
[update.modrinth] [update.modrinth]

View File

@ -1,13 +0,0 @@
name = "Raised"
filename = "raised-forge-1.20.1-4.0.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/nCQRBEiR/versions/KikwC56L/raised-forge-1.20.1-4.0.1.jar"
hash-format = "sha512"
hash = "0083de47f22b5300a63b10a6356aec6fb6f7e686b827748e73f272f6cd1769266f0b8c9c0b4cdd4e3eda2ece655ffec0f978bcd26f4f0922f86fbbc36eb57ced"
[update]
[update.modrinth]
mod-id = "nCQRBEiR"
version = "KikwC56L"

View File

@ -1,13 +0,0 @@
name = "Rats"
filename = "Rats-1.20.1-8.1.3.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/CETpiisl/versions/EbBp44Gs/Rats-1.20.1-8.1.3.jar"
hash-format = "sha512"
hash = "9743b737d2ecbb102d5d3f27e9e3a21dfce3bbe62be8c63669e864b210b15564c738272139f1db7730dd57a5425b730d382d369fbff90299f8bd1c957868bfe4"
[update]
[update.modrinth]
mod-id = "CETpiisl"
version = "EbBp44Gs"

View File

@ -1,13 +0,0 @@
name = "Reef Redux"
filename = "reefredux-1.20.1-1.2.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/cXc3rmTO/versions/j4Seb6OD/reefredux-1.20.1-1.2.0.jar"
hash-format = "sha512"
hash = "c8d3b5e5cad7b0d546e049ecfbe948db5909bd871069b0b5dfcc5a440ab086c430a98a4a35c03fb82e2da7bca0030b1c7800646725ee536c23d961755ef37028"
[update]
[update.modrinth]
mod-id = "cXc3rmTO"
version = "j4Seb6OD"

View File

@ -1,13 +0,0 @@
name = "Roughly Enough Items (REI)"
filename = "RoughlyEnoughItems-12.1.785-forge.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/nfn13YXA/versions/IoS2AjPk/RoughlyEnoughItems-12.1.785-forge.jar"
hash-format = "sha512"
hash = "c229232ce96368e16631ac0557caa2b14f3ee2c5d587241da7889b142aecb61eb68dd400f60f368951ffc741f2d375732daf2bf5a46ced239a6e4bb692066110"
[update]
[update.modrinth]
mod-id = "nfn13YXA"
version = "IoS2AjPk"

View File

@ -4,8 +4,8 @@ side = "client"
[download] [download]
url = "https://cdn.modrinth.com/data/5xDsLBRb/versions/2XsyrIHD/retrodamageindicators-1.0.1.jar" url = "https://cdn.modrinth.com/data/5xDsLBRb/versions/2XsyrIHD/retrodamageindicators-1.0.1.jar"
hash-format = "sha1" hash-format = "sha512"
hash = "a63e8e355a866b285269e8bc654f854b488278c8" hash = "2f195d7d66676af3eb640df481d524c66cb5a1a712c24eb2309ec8175996e9a6af8995ba6a598e3da4dbc7f3555962754bdd70b7fca1895040842ae5f87b645a"
[update] [update]
[update.modrinth] [update.modrinth]

View File

@ -1,13 +0,0 @@
name = "Roughly Enough Items Server Component (REI-SC)"
filename = "RoughlyEnoughItems-12.1.785-server-only.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/OM4ZYSws/versions/eVGbaFoc/RoughlyEnoughItems-12.1.785-server-only.jar"
hash-format = "sha512"
hash = "c15a6f25694a251fa164ffedc47dd2e2d3ccea85818ce0b7b3323318cfe6d6f3c5d642145e2a4b446e13953f8877773c69eabdd530c02e14134144fc52353222"
[update]
[update.modrinth]
mod-id = "OM4ZYSws"
version = "eVGbaFoc"

View File

@ -1,13 +0,0 @@
name = "Roughly Enough Professions (REP)"
filename = "RoughlyEnoughProfessions-forge-1.20.1-2.0.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/V8XJ8f5f/versions/qdLND0lY/RoughlyEnoughProfessions-forge-1.20.1-2.0.2.jar"
hash-format = "sha1"
hash = "5e685b5a74d2ce0a5255822f26238ccca423943c"
[update]
[update.modrinth]
mod-id = "V8XJ8f5f"
version = "qdLND0lY"

View File

@ -4,8 +4,8 @@ side = "client"
[download] [download]
url = "https://cdn.modrinth.com/data/fuuu3xnx/versions/PM9yAW1G/Searchables-forge-1.20.1-1.0.3.jar" url = "https://cdn.modrinth.com/data/fuuu3xnx/versions/PM9yAW1G/Searchables-forge-1.20.1-1.0.3.jar"
hash-format = "sha1" hash-format = "sha512"
hash = "5b976f6e76ec74cdef21865e31f56bcb11558db7" hash = "185617d6d446f3d4ef6c7d5c6ee4e2fb731a89f7495157313b21292ec6b8e3dbcc10c0379ab49ecb2d0c64d0a78df74750d7f7336d5e6c43516a7c92f278c0a2"
[update] [update]
[update.modrinth] [update.modrinth]

View File

@ -1,13 +1,13 @@
name = "Shoulder Surfing Reloaded" name = "Shoulder Surfing Reloaded"
filename = "ShoulderSurfing-Forge-1.20.1-4.6.0.jar" filename = "ShoulderSurfing-Forge-1.20.1-4.6.2.jar"
side = "client" side = "client"
[download] [download]
url = "https://cdn.modrinth.com/data/kepjj2sy/versions/xHqlmlcm/ShoulderSurfing-Forge-1.20.1-4.6.0.jar" url = "https://cdn.modrinth.com/data/kepjj2sy/versions/Z0f03Uy0/ShoulderSurfing-Forge-1.20.1-4.6.2.jar"
hash-format = "sha512" hash-format = "sha512"
hash = "3d5754af210d5c387e29ecec6675121467d64345cbc2ceaf265353a47bc71765954439bfbb3494f390b01ce856fe86ec5930a27c581a181040dbff3a002e77e8" hash = "179fcab9222b1573ae837485e45aec9ba06e557f390ff97473ad1bafc880ec7c87645a6b82cf46a810c83c6d5148a94bd8ff12956d316ed123ce4c0b104e36c7"
[update] [update]
[update.modrinth] [update.modrinth]
mod-id = "kepjj2sy" mod-id = "kepjj2sy"
version = "xHqlmlcm" version = "Z0f03Uy0"

View File

@ -0,0 +1,13 @@
name = "SlashBlade:Resharped"
filename = "SlashBladeResharped-1.20.1-1.1.10.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/8T53F0sy/versions/7tF0LGLr/SlashBladeResharped-1.20.1-1.1.10.jar"
hash-format = "sha512"
hash = "34574126ea8e598a4b6b7246290a7dcd0e314cb5cade503d7640029afc3861ff11a9085915f45d039247e516a14b816bcce4c94cdc697cad27bfe67dd47636f3"
[update]
[update.modrinth]
mod-id = "8T53F0sy"
version = "7tF0LGLr"

View File

@ -0,0 +1,13 @@
name = "Create Slice & Dice"
filename = "sliceanddice-forge-3.3.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/GmjmRQ0A/versions/bKH5nqMk/sliceanddice-forge-3.3.0.jar"
hash-format = "sha512"
hash = "de6dff745e4ed632de34ea53c0156da75777f06dcdf68f5174505ce982260c23dc6b50c0d27411c04605f0bf2cfc0ceaa7d5e6068bc5959dcbda3bdcaa8db7c8"
[update]
[update.modrinth]
mod-id = "GmjmRQ0A"
version = "bKH5nqMk"

View File

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

View File

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

View File

@ -4,8 +4,8 @@ side = "both"
[download] [download]
url = "https://cdn.modrinth.com/data/l6YH9Als/versions/4FXHDE9F/spark-1.10.53-forge.jar" url = "https://cdn.modrinth.com/data/l6YH9Als/versions/4FXHDE9F/spark-1.10.53-forge.jar"
hash-format = "sha1" hash-format = "sha512"
hash = "231fb325368c0660954f47bfb03493f5246fa4d1" hash = "15c6a3753dcba380624643a1e19c856240e8f6bed280f908e1be12c6154a86284ac86405c806273842975e0b7270af93ea9b1db5cf575a3853e54e1088cf7343"
[update] [update]
[update.modrinth] [update.modrinth]

View File

@ -1,13 +0,0 @@
name = "Species"
filename = "species-1.20.1-2.2-forge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/s5d4P01r/versions/6ZvnLcTh/species-1.20.1-2.2-forge.jar"
hash-format = "sha512"
hash = "ca69f61833a605b127b18906d09c8740a9ced98cfb18146637629cfa65209e843f798057097d47702e5c5ca2d622f90fa55b8f0fade3015e56929e5e27347e18"
[update]
[update.modrinth]
mod-id = "s5d4P01r"
version = "6ZvnLcTh"

View File

@ -4,8 +4,8 @@ side = "both"
[download] [download]
url = "https://cdn.modrinth.com/data/T8TGycIQ/versions/xavY0MZc/structure_gel-1.20.1-2.16.2.jar" url = "https://cdn.modrinth.com/data/T8TGycIQ/versions/xavY0MZc/structure_gel-1.20.1-2.16.2.jar"
hash-format = "sha1" hash-format = "sha512"
hash = "ec8c59d2a69eca3249a8da673f572b40b6d59895" hash = "643f7ae81418e2a473824f35dc06df357a16e17ae1dd0f4c6dd00958aebacc83fb15386240d4767b6ad41d6b89735778bb564080ce6174a0a374f9ac63f9ced8"
[update] [update]
[update.modrinth] [update.modrinth]

View File

@ -1,13 +0,0 @@
name = "Supplementaries Squared"
filename = "suppsquared-1.20-1.1.16.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/dCCkNFwE/versions/epDSxpGy/suppsquared-1.20-1.1.16.jar"
hash-format = "sha512"
hash = "49f8dea1fb59e1c427392e72d332e7ab70bf0a84b6430413be9513cab7299d248c8f9f9bb2832cbb9971b40ecd3f04c7c78ffbb915b7ff1ffe2c57ddc3d1df59"
[update]
[update.modrinth]
mod-id = "dCCkNFwE"
version = "epDSxpGy"

View File

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

View File

@ -1,13 +0,0 @@
name = "The Conjurer"
filename = "the-conjurer-1.20.1-1.1.6.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/84MLqQxZ/versions/87u1KPDZ/the-conjurer-1.20.1-1.1.6.jar"
hash-format = "sha1"
hash = "0b7aee55e8fd499950185ef263115228fc200c5e"
[update]
[update.modrinth]
mod-id = "84MLqQxZ"
version = "87u1KPDZ"

View File

@ -1,13 +0,0 @@
name = "Transmog"
filename = "transmog-forge-1.3.0+1.20.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Th33t82F/versions/m4flMQ8W/transmog-forge-1.3.0%2B1.20.jar"
hash-format = "sha1"
hash = "fb009825144e608895e0c5e52d4fdbcc80b1105f"
[update]
[update.modrinth]
mod-id = "Th33t82F"
version = "m4flMQ8W"

View File

@ -1,13 +0,0 @@
name = "Upgrade Aquatic"
filename = "upgrade_aquatic-1.20.1-6.0.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/gTuTFFyz/versions/8oPpOKDw/upgrade_aquatic-1.20.1-6.0.1.jar"
hash-format = "sha512"
hash = "ff308bd4b06939eeab3234fd46f91cdb340dfd64fc7c46609636375ae3e571a93c7ef800aced2c250887948a0b15aafe66dfc2063cdb7f0987e6f33ffc902e30"
[update]
[update.modrinth]
mod-id = "gTuTFFyz"
version = "8oPpOKDw"

View File

@ -0,0 +1,13 @@
name = "Withering Heights: Revamped Wither"
filename = "withering-heights-alpha-1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/NCPLOWlF/versions/prpDWC8S/withering-heights-alpha-1.jar"
hash-format = "sha512"
hash = "58d1e1c9eef82fc2c328f77d7c687cc0e71c51a76d4623d6872c37a7edba326120087eaa6812ada74d949c7ca7356577f28a7d365c9f86212ebff71541f76899"
[update]
[update.modrinth]
mod-id = "NCPLOWlF"
version = "prpDWC8S"

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