Initial commit
This commit is contained in:
commit
b83c1d7ab6
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# Disable Git line ending conversion, to prevent packwiz index hashes changing when committing from Windows
|
||||
* -text
|
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
# Exclude exported CurseForge zip files
|
||||
/*.zip
|
||||
|
||||
# Exclude exported Modrinth modpacks
|
||||
*.mrpack
|
||||
|
||||
# Exclude packwiz binary
|
||||
packwiz.exe
|
7
.packwizignore
Normal file
7
.packwizignore
Normal file
@ -0,0 +1,7 @@
|
||||
# .packwizignore follows the same format as .gitignore, and can be used to exclude unwanted files from pack exports
|
||||
# See https://git-scm.com/docs/gitignore
|
||||
|
||||
# Exclude README
|
||||
/README.md
|
||||
|
||||
/static/*
|
158
config/allurement-common.toml
Normal file
158
config/allurement-common.toml
Normal file
@ -0,0 +1,158 @@
|
||||
|
||||
[enchantments]
|
||||
|
||||
[enchantments.alleviating]
|
||||
#Armor enchantment that heals the user when collecting experience
|
||||
"Enable Alleviating" = true
|
||||
#How much the experience value is multiplied by into health
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
"Healing factor" = 0.25
|
||||
|
||||
[enchantments.launch]
|
||||
#Weapon enchantment that launches enemies upwards rather than away
|
||||
"Enable Launch" = true
|
||||
#How much the target is affected on the vertical axis
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
"Vertical factor" = 0.35
|
||||
|
||||
[enchantments.obedience]
|
||||
#Horse armor enchantment tha prevents the horse from roaming around
|
||||
"Enable Obedience" = true
|
||||
|
||||
[enchantments.reeling]
|
||||
#Crossbow enchantment that pulls targets towards the user
|
||||
"Enable Reeling" = true
|
||||
#How much the target is affected on the horizontal axis
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
"Horizontal factor" = 0.5
|
||||
#How much the target is affected on the vertical axis
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
"Vertical factor" = 0.25
|
||||
|
||||
[enchantments.reforming]
|
||||
#Gear enchantment that very slowly repairs items over time
|
||||
"Enable Reforming" = true
|
||||
#How many ticks it takes a reforming item to repair
|
||||
#Range: > 0
|
||||
"Reforming tick rate" = 600
|
||||
|
||||
[enchantments.shockwave]
|
||||
#Boots enchantment that creates a shockwave when taking fall damage
|
||||
"Enable Shockwave" = true
|
||||
#If Shockwave tramples farmland within the wave radius
|
||||
"Shockwave tramples farmland" = true
|
||||
|
||||
[enchantments.vengeance]
|
||||
#Armor enchantment that stores incoming damage and applies it to user's next attack
|
||||
"Enable Vengeance" = true
|
||||
#How much the damage taken with vengeance is multiplied for attacks
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
"Damage factor" = 0.025
|
||||
|
||||
[enchantments.spread_of_ailments]
|
||||
#Crossbow enchantment that applies the user's active effects to their arrows
|
||||
"Enable Spread of Ailments" = true
|
||||
|
||||
[curses]
|
||||
|
||||
[curses.ascension_curse]
|
||||
#Curse that causes the cursed item to float upwards when dropped
|
||||
"Enable Curse of Ascension" = true
|
||||
|
||||
[curses.fleeting_curse]
|
||||
#Curse that causes nearby entities to repel the cursed item
|
||||
"Enable Curse of Fleeting" = true
|
||||
|
||||
[tweaks]
|
||||
|
||||
[tweaks.enchanting]
|
||||
#Allow enchanting power from bookshelves to transmit through any non-solid block, not just replaceable ones
|
||||
"Non-solid blocks transmit enchanting power" = true
|
||||
#Allow Chiseled Bookshelves to be usable to boost enchanting table power
|
||||
"Chiseled Bookshelf enchanting" = true
|
||||
#How many regular books are needed to increase the enchantment power by 1
|
||||
#Range: 1 ~ 6
|
||||
"Books needed" = 3
|
||||
#How many enchanted are needed to increase the enchantment power by 1
|
||||
#Range: 1 ~ 6
|
||||
"Enchanted Books needed" = 2
|
||||
|
||||
[tweaks.horse_armor]
|
||||
#Allow horse armor to be enchanted
|
||||
"Enchantable horse armor" = true
|
||||
#If horse armor can appear enchanted when found in loot tables
|
||||
"Generates in loot tables" = true
|
||||
#Which loot tables horse armor can't appear enchanted in
|
||||
"Unenchanted loot tables" = ["minecraft:chests/village/village_weaponsmith", "minecraft:chests/stronghold_corridor", "minecraft:chests/nether_bridge"]
|
||||
|
||||
[tweaks.bane_of_arthropods]
|
||||
#If Bane of Arthropods increases the mining speed of Cobwebs
|
||||
"Bane of Arthropods mines cobwebs faster" = true
|
||||
|
||||
[tweaks.feather_falling]
|
||||
#If having Feather Falling prevents farmland from being trampled
|
||||
"Feather Falling prevents trampling" = true
|
||||
|
||||
[tweaks.infinity]
|
||||
#If Infinity requires an arrow in the player's inventory in order to shoot
|
||||
"Infinity requires arrows" = false
|
||||
|
||||
[tweaks.protection]
|
||||
#Remove the base Protection enchantment, requiring players to choose between the other types
|
||||
"Disable Protection" = false
|
||||
|
||||
[tweaks.riptide]
|
||||
#Allow Riptide to function when in cauldrons
|
||||
"Riptide works in cauldrons" = true
|
||||
|
||||
[tweaks.soul_speed]
|
||||
#Instead of losing durability as you run, Soul Speed makes incoming damage increase when on Soul Speed blocks
|
||||
"Soul Speed change" = true
|
||||
#How much damage is multiplied when hurt on Soul Speed blocks
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
"Damage factor" = 1.5
|
||||
|
||||
[tweaks.experience]
|
||||
|
||||
[tweaks.experience.dropped_xp]
|
||||
#If the player drops a flat percentage of their experience rather than capping at level 7
|
||||
"Drop experience percentage" = true
|
||||
#What percentage of the player's total experience is dropped
|
||||
#Range: 0.0 ~ 1.0
|
||||
"Experience percentage" = 0.75
|
||||
|
||||
[tweaks.experience.level_scaling]
|
||||
#Remove the amount of experience per level increasing (experimental)
|
||||
"Remove level scaling" = false
|
||||
#The amount of experience per level, if level scaling is removed (experimental)
|
||||
#Range: > 0
|
||||
"Experience per level" = 50
|
||||
#If the level scaling should only be modified after it reaches the 'Experience per level' value (experimental)
|
||||
"Remove level scaling after cap" = true
|
||||
|
||||
[tweaks.experience.ender_dragon]
|
||||
#If Ender Dragon experience dropping should be adjusted (to account for level scaling)
|
||||
"Adjust Ender Dragon experience drop" = false
|
||||
#The amount of experience (in points) that should be dropped by the Ender Dragon
|
||||
#Range: > 0
|
||||
"Ender Dragon experience drop" = 3000
|
||||
#The amount of experience (in points) that should be dropped by a respawned Ender Dragon
|
||||
#Range: > 0
|
||||
"Respawned Ender Dragon experience drop" = 750
|
||||
|
||||
[tweaks.experience.anvil]
|
||||
#If renaming items should always cost 1 experience
|
||||
"Cheap item renaming" = true
|
||||
#Remove the cap of 40 on anvil repairing prices
|
||||
"Remove too expensive" = true
|
||||
#If anvils can be repaired by right clicking with an iron ingot or using a dispenser
|
||||
"Anvil ingot repairing" = true
|
||||
#The amount of tries it should take on average to repair an anvil with an ingot (1 in x chance)
|
||||
#Range: > 0
|
||||
"Ingot repair chance" = 5
|
||||
#If anvil transaction costs should be capped at a certain level
|
||||
"Cap anvil costs" = false
|
||||
#The max amount of levels an anvil transaction should be able to cost
|
||||
#Range: > 1
|
||||
"Anvil cost cap" = 30
|
||||
|
50
config/defaultoptions/extra/config/notenoughanimations.json
Normal file
50
config/defaultoptions/extra/config/notenoughanimations.json
Normal file
@ -0,0 +1,50 @@
|
||||
{
|
||||
"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"
|
||||
}
|
131
config/defaultoptions/extra/config/xenon++.toml
Normal file
131
config/defaultoptions/extra/config/xenon++.toml
Normal 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 = "OFF"
|
||||
#Shows GPU and memory usage onto FPS display
|
||||
#Allowed Values: OFF, ON, RAM
|
||||
fpsDisplaySystem = "OFF"
|
||||
#Set Fullscreen mode
|
||||
#Borderless let you change between screens more faster and move your mouse across monitors
|
||||
#Allowed Values: WINDOWED, BORDERLESS, FULLSCREEN
|
||||
fullscreen = "WINDOWED"
|
||||
#Configure FPS Display gravity
|
||||
#Places counter on specified corner of your screen
|
||||
#Allowed Values: LEFT, CENTER, RIGHT
|
||||
fpsDisplayGravity = "LEFT"
|
||||
#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
|
||||
|
30
config/defaultoptions/extra/config/xenon-options.json
Normal file
30
config/defaultoptions/extra/config/xenon-options.json
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"quality": {
|
||||
"weather_quality": "DEFAULT",
|
||||
"leaves_quality": "DEFAULT",
|
||||
"enable_vignette": true
|
||||
},
|
||||
"advanced": {
|
||||
"enable_memory_tracing": false,
|
||||
"use_advanced_staging_buffers": true,
|
||||
"disable_incompatible_mod_warnings": false,
|
||||
"cpu_render_ahead_limit": 3
|
||||
},
|
||||
"performance": {
|
||||
"chunk_builder_threads": 0,
|
||||
"always_defer_chunk_updates_v2": true,
|
||||
"animate_only_visible_textures": true,
|
||||
"use_entity_culling": true,
|
||||
"leaf_culling_quality": "SOLID",
|
||||
"use_fog_occlusion": true,
|
||||
"use_block_face_culling": true,
|
||||
"use_compact_vertex_format": true,
|
||||
"use_translucent_face_sorting": false,
|
||||
"use_no_error_g_l_context": true
|
||||
},
|
||||
"notifications": {
|
||||
"force_disable_donation_prompts": false,
|
||||
"has_cleared_donation_button": false,
|
||||
"has_seen_donation_prompt": false
|
||||
}
|
||||
}
|
120
config/defaultoptions/keybindings.txt
Normal file
120
config/defaultoptions/keybindings.txt
Normal file
@ -0,0 +1,120 @@
|
||||
key_key.attack:key.mouse.left:NONE
|
||||
key_key.use:key.mouse.right:NONE
|
||||
key_key.forward:key.keyboard.w:NONE
|
||||
key_key.left:key.keyboard.a:NONE
|
||||
key_key.back:key.keyboard.s:NONE
|
||||
key_key.right:key.keyboard.d:NONE
|
||||
key_key.jump:key.keyboard.space:NONE
|
||||
key_key.sneak:key.keyboard.left.shift:NONE
|
||||
key_key.sprint:key.keyboard.left.control:NONE
|
||||
key_key.drop:key.keyboard.q:NONE
|
||||
key_key.inventory:key.keyboard.e:NONE
|
||||
key_key.chat:key.keyboard.t:NONE
|
||||
key_key.playerlist:key.keyboard.tab:NONE
|
||||
key_key.pickItem:key.mouse.middle:NONE
|
||||
key_key.command:key.keyboard.slash:NONE
|
||||
key_key.socialInteractions:key.keyboard.p:NONE
|
||||
key_key.screenshot:key.keyboard.f2:NONE
|
||||
key_key.togglePerspective:key.keyboard.f5:NONE
|
||||
key_key.smoothCamera:key.keyboard.unknown:NONE
|
||||
key_key.fullscreen:key.keyboard.f11:NONE
|
||||
key_key.spectatorOutlines:key.keyboard.unknown:NONE
|
||||
key_key.swapOffhand:key.keyboard.f:NONE
|
||||
key_key.saveToolbarActivator:key.keyboard.unknown:NONE
|
||||
key_key.loadToolbarActivator:key.keyboard.unknown:NONE
|
||||
key_key.advancements:key.keyboard.l:NONE
|
||||
key_key.hotbar.1:key.keyboard.1:NONE
|
||||
key_key.hotbar.2:key.keyboard.2:NONE
|
||||
key_key.hotbar.3:key.keyboard.3:NONE
|
||||
key_key.hotbar.4:key.keyboard.4:NONE
|
||||
key_key.hotbar.5:key.keyboard.5:NONE
|
||||
key_key.hotbar.6:key.keyboard.6:NONE
|
||||
key_key.hotbar.7:key.keyboard.7:NONE
|
||||
key_key.hotbar.8:key.keyboard.8:NONE
|
||||
key_key.hotbar.9:key.keyboard.9:NONE
|
||||
key_key.jei.cheatItemStack2:key.mouse.middle:NONE
|
||||
key_key.jei.previousPage:key.keyboard.unknown:NONE
|
||||
key_key.jei.clearSearchBar:key.mouse.right:NONE
|
||||
key_key.jei.cheatOneItem2:key.mouse.right:NONE
|
||||
key_key.jei.nextRecipePage:key.keyboard.page.down:NONE
|
||||
key_key.jei.toggleBookmarkOverlay:key.keyboard.unknown:NONE
|
||||
key_key.jei.focusSearch:key.keyboard.f:CONTROL
|
||||
key_key.jei.previousSearch:key.keyboard.up:NONE
|
||||
key_key.jei.cheatItemStack:key.mouse.left:SHIFT
|
||||
key_key.jei.cheatOneItem:key.mouse.left:NONE
|
||||
key_key.jei.toggleOverlay:key.keyboard.o:CONTROL
|
||||
key_key.jei.previousRecipePage:key.keyboard.page.up:NONE
|
||||
key_key.jei.toggleHideIngredient:key.mouse.left:CONTROL
|
||||
key_key.jei.toggleEditMode:key.keyboard.unknown:NONE
|
||||
key_key.jei.showRecipe:key.keyboard.r:NONE
|
||||
key_key.jei.toggleCheatMode:key.keyboard.unknown:NONE
|
||||
key_key.jei.showRecipe2:key.mouse.left:NONE
|
||||
key_key.jei.nextPage:key.keyboard.unknown:NONE
|
||||
key_key.jei.showUses2:key.mouse.right:NONE
|
||||
key_key.jei.toggleCheatModeConfigButton:key.mouse.left:CONTROL
|
||||
key_key.jei.showUses:key.keyboard.u:NONE
|
||||
key_key.jei.previousCategory:key.keyboard.page.up:SHIFT
|
||||
key_key.jei.bookmark:key.keyboard.a:NONE
|
||||
key_key.jei.closeRecipeGui:key.keyboard.escape:NONE
|
||||
key_key.jei.nextSearch:key.keyboard.down:NONE
|
||||
key_key.jei.nextCategory:key.keyboard.page.down:SHIFT
|
||||
key_key.jei.toggleWildcardHideIngredient:key.mouse.right:CONTROL
|
||||
key_key.jei.recipeBack:key.keyboard.backspace:NONE
|
||||
key_key.jei.copy.recipe.id:key.keyboard.unknown:NONE
|
||||
key_key.configured.open_mod_list:key.keyboard.unknown:NONE
|
||||
key_key.exposure.camera_controls:key.keyboard.unknown:NONE
|
||||
key_info.structure_gel.building_tool.undo:key.keyboard.z:CONTROL
|
||||
key_info.structure_gel.building_tool.redo:key.keyboard.y:CONTROL
|
||||
key_key.structure_gel.open_building_tool_gui:key.keyboard.r:NONE
|
||||
key_key.special_ability:key.keyboard.g:NONE
|
||||
key_key.push_to_talk:key.keyboard.unknown:NONE
|
||||
key_key.whisper:key.keyboard.unknown:NONE
|
||||
key_key.mute_microphone:key.keyboard.m:NONE
|
||||
key_key.disable_voice_chat:key.keyboard.n:NONE
|
||||
key_key.hide_icons:key.keyboard.h:NONE
|
||||
key_key.voice_chat:key.keyboard.v:NONE
|
||||
key_key.voice_chat_settings:key.keyboard.unknown:NONE
|
||||
key_key.voice_chat_group:key.keyboard.unknown:NONE
|
||||
key_key.voice_chat_toggle_recording:key.keyboard.unknown:NONE
|
||||
key_key.voice_chat_adjust_volumes:key.keyboard.unknown:NONE
|
||||
key_key.jade.config:key.keyboard.unknown:NONE
|
||||
key_key.jade.show_overlay:key.keyboard.keypad.1:NONE
|
||||
key_key.jade.toggle_liquid:key.keyboard.keypad.2:NONE
|
||||
key_key.jade.show_recipes:key.keyboard.keypad.3:NONE
|
||||
key_key.jade.show_uses:key.keyboard.keypad.4:NONE
|
||||
key_key.jade.narrate:key.keyboard.keypad.5:NONE
|
||||
key_key.jade.show_details:key.keyboard.left.shift:NONE
|
||||
key_key.personality.crawl:key.keyboard.c:NONE
|
||||
key_key.personality.sit:key.keyboard.z:NONE
|
||||
key_quark.keybind.autorun:key.keyboard.unknown:NONE
|
||||
key_quark.keybind.back:key.mouse.4:NONE
|
||||
key_quark.keybind.camera_mode:key.keyboard.f12:NONE
|
||||
key_quark.keybind.transfer_insert:key.keyboard.unknown:NONE
|
||||
key_quark.keybind.transfer_extract:key.keyboard.unknown:NONE
|
||||
key_quark.keybind.shift_lock:key.keyboard.unknown:NONE
|
||||
key_quark.emote.no:key.keyboard.unknown:NONE
|
||||
key_quark.emote.yes:key.keyboard.unknown:NONE
|
||||
key_quark.emote.wave:key.keyboard.unknown:NONE
|
||||
key_quark.emote.salute:key.keyboard.unknown:NONE
|
||||
key_quark.emote.cheer:key.keyboard.unknown:NONE
|
||||
key_quark.emote.clap:key.keyboard.unknown:NONE
|
||||
key_quark.emote.think:key.keyboard.unknown:NONE
|
||||
key_quark.emote.point:key.keyboard.unknown:NONE
|
||||
key_quark.emote.shrug:key.keyboard.unknown:NONE
|
||||
key_quark.emote.headbang:key.keyboard.unknown:NONE
|
||||
key_quark.emote.weep:key.keyboard.unknown:NONE
|
||||
key_quark.emote.facepalm:key.keyboard.unknown:NONE
|
||||
key_quark.keybind.patreon_emote.dance:key.keyboard.unknown:NONE
|
||||
key_quark.keybind.patreon_emote.tpose:key.keyboard.unknown:NONE
|
||||
key_quark.keybind.patreon_emote.dab:key.keyboard.unknown:NONE
|
||||
key_quark.keybind.patreon_emote.jet:key.keyboard.unknown:NONE
|
||||
key_quark.keybind.patreon_emote.exorcist:key.keyboard.unknown:NONE
|
||||
key_quark.keybind.patreon_emote.zombie:key.keyboard.unknown:NONE
|
||||
key_quark.keybind.change_hotbar:key.keyboard.x:NONE
|
||||
key_quark.keybind.sort_player:key.keyboard.unknown:NONE
|
||||
key_quark.keybind.sort_container:key.keyboard.unknown:NONE
|
||||
key_quark.keybind.lock_rotation:key.keyboard.k:NONE
|
||||
key_quark.keybind.variant_selector:key.keyboard.unknown:NONE
|
||||
key_supplementaries.keybind.quiver:key.keyboard.unknown:NONE
|
||||
key_key.raised.options:key.keyboard.unknown:NONE
|
||||
key_key.playertrade.trade_key:key.keyboard.semicolon:NONE
|
103
config/defaultoptions/options.txt
Normal file
103
config/defaultoptions/options.txt
Normal file
@ -0,0 +1,103 @@
|
||||
version:3465
|
||||
autoJump:false
|
||||
operatorItemsTab:false
|
||||
autoSuggestions:true
|
||||
chatColors:true
|
||||
chatLinks:true
|
||||
chatLinksPrompt:true
|
||||
enableVsync:true
|
||||
entityShadows:true
|
||||
forceUnicodeFont:false
|
||||
discrete_mouse_scroll:false
|
||||
invertYMouse:false
|
||||
realmsNotifications:true
|
||||
reducedDebugInfo:false
|
||||
showSubtitles:false
|
||||
directionalAudio:false
|
||||
touchscreen:false
|
||||
fullscreen:false
|
||||
bobView:true
|
||||
toggleCrouch:false
|
||||
toggleSprint:false
|
||||
darkMojangStudiosBackground:true
|
||||
hideLightningFlashes:false
|
||||
mouseSensitivity:0.5
|
||||
fov:0.0
|
||||
screenEffectScale:1.0
|
||||
fovEffectScale:1.0
|
||||
darknessEffectScale:1.0
|
||||
glintSpeed:0.5
|
||||
glintStrength:0.75
|
||||
damageTiltStrength:1.0
|
||||
highContrast:false
|
||||
gamma:0.5
|
||||
renderDistance:12
|
||||
simulationDistance:12
|
||||
entityDistanceScaling:1.0
|
||||
guiScale:0
|
||||
particles:0
|
||||
maxFps:120
|
||||
graphicsMode:1
|
||||
ao:true
|
||||
prioritizeChunkUpdates:0
|
||||
biomeBlendRadius:2
|
||||
renderClouds:"true"
|
||||
resourcePacks:[]
|
||||
incompatibleResourcePacks:[]
|
||||
lastServer:
|
||||
lang:en_us
|
||||
soundDevice:""
|
||||
chatVisibility:0
|
||||
chatOpacity:1.0
|
||||
chatLineSpacing:0.0
|
||||
textBackgroundOpacity:0.5
|
||||
backgroundForChatOnly:true
|
||||
hideServerAddress:false
|
||||
advancedItemTooltips:false
|
||||
pauseOnLostFocus:true
|
||||
overrideWidth:0
|
||||
overrideHeight:0
|
||||
chatHeightFocused:1.0
|
||||
chatDelay:0.0
|
||||
chatHeightUnfocused:0.4375
|
||||
chatScale:1.0
|
||||
chatWidth:1.0
|
||||
notificationDisplayTime:1.0
|
||||
mipmapLevels:4
|
||||
useNativeTransport:true
|
||||
mainHand:"right"
|
||||
attackIndicator:1
|
||||
narrator:0
|
||||
tutorialStep:find_tree
|
||||
mouseWheelSensitivity:1.0
|
||||
rawMouseInput:true
|
||||
glDebugVerbosity:1
|
||||
skipMultiplayerWarning:false
|
||||
skipRealms32bitWarning:false
|
||||
hideMatchedNames:true
|
||||
joinedFirstServer:false
|
||||
hideBundleTutorial:false
|
||||
syncChunkWrites:false
|
||||
showAutosaveIndicator:true
|
||||
allowServerListing:true
|
||||
onlyShowSecureChat:false
|
||||
panoramaScrollSpeed:1.0
|
||||
telemetryOptInExtra:false
|
||||
onboardAccessibility:false
|
||||
soundCategory_master:1.0
|
||||
soundCategory_music:1.0
|
||||
soundCategory_record:1.0
|
||||
soundCategory_weather:1.0
|
||||
soundCategory_block:1.0
|
||||
soundCategory_hostile:1.0
|
||||
soundCategory_neutral:1.0
|
||||
soundCategory_player:1.0
|
||||
soundCategory_ambient:1.0
|
||||
soundCategory_voice:1.0
|
||||
modelPart_cape:true
|
||||
modelPart_jacket:true
|
||||
modelPart_left_sleeve:true
|
||||
modelPart_right_sleeve:true
|
||||
modelPart_left_pants_leg:true
|
||||
modelPart_right_pants_leg:true
|
||||
modelPart_hat:true
|
123
config/everycomp-common.toml
Normal file
123
config/everycomp-common.toml
Normal file
@ -0,0 +1,123 @@
|
||||
|
||||
[general]
|
||||
#Puts all the added items into a new Every Compat tab instead of their own mod tabs. Be warned that if disabled it could cause some issue with some mods that have custom tabs
|
||||
creative_tab = true
|
||||
#Makes dynamic assets that are generated depend on loaded resource packs. Turn off to make them just use vanilla assets
|
||||
assets_depend_on_loaded_packs = true
|
||||
#Creates a debug folder inside your instance directory where all the dynamically generated resources will be saved
|
||||
save_debug_resources = false
|
||||
#Sends a packet to verify all dependencies mod versions are the same on connect. DIsable if it causes issues
|
||||
mod_version_check_packet = true
|
||||
#Don't touch unless you are told to
|
||||
debug_packet = false
|
||||
|
||||
[general.tooltips]
|
||||
#Enabled tooltips showing which mod an EC item is from
|
||||
mod_origin_enabled = true
|
||||
#Enabled tooltips showing which block type an EC item is made from
|
||||
block_type_enabled = true
|
||||
#Only show on advanced settings
|
||||
show_on_advanced_tooltips = false
|
||||
|
||||
#Disables certain types
|
||||
[general.types]
|
||||
|
||||
[general.types.cake]
|
||||
|
||||
[general.types.cake.neapolitan]
|
||||
vanilla_cake = true
|
||||
chocolate_cake = true
|
||||
strawberry_cake = true
|
||||
banana_cake = true
|
||||
mint_cake = true
|
||||
adzuki_cake = true
|
||||
|
||||
[general.types.wood_type]
|
||||
|
||||
[general.types.wood_type.rats]
|
||||
pirat = false
|
||||
|
||||
[general.types.wood_type.quark]
|
||||
azalea = false
|
||||
ancient = false
|
||||
blossom = false
|
||||
|
||||
[general.types.wood_type.enhanced_mushrooms]
|
||||
mushroom = true
|
||||
|
||||
[general.types.wood_type.upgrade_aquatic]
|
||||
driftwood = true
|
||||
river = true
|
||||
|
||||
[general.types.wood_type.alexscaves]
|
||||
pewen = true
|
||||
thornwood = true
|
||||
|
||||
[general.types.wood_type.autumnity]
|
||||
maple = true
|
||||
|
||||
[general.types.leaves_type]
|
||||
|
||||
[general.types.leaves_type.upgrade_aquatic]
|
||||
river = true
|
||||
|
||||
[general.types.leaves_type.alexscaves]
|
||||
ancient = true
|
||||
|
||||
[general.types.leaves_type.rats]
|
||||
pirat = false
|
||||
|
||||
[general.types.leaves_type.autumnity]
|
||||
maple = true
|
||||
yellow_maple = true
|
||||
orange_maple = true
|
||||
red_maple = true
|
||||
|
||||
[general.types.leaves_type.quark]
|
||||
ancient = false
|
||||
blue_blossom = false
|
||||
lavender_blossom = false
|
||||
orange_blossom = false
|
||||
yellow_blossom = false
|
||||
red_blossom = false
|
||||
|
||||
#Disables specific entries
|
||||
[general.entries]
|
||||
|
||||
[general.entries.wood_type]
|
||||
|
||||
[general.entries.wood_type.woodworks]
|
||||
bookshelf = true
|
||||
chiseled_bookshelf = true
|
||||
trapped_chest = true
|
||||
boards = true
|
||||
chest = true
|
||||
ladder = true
|
||||
beehive = true
|
||||
|
||||
[general.entries.wood_type.quark]
|
||||
vertical_planks = true
|
||||
post = true
|
||||
trapped_chest = false
|
||||
bookshelf = false
|
||||
chest = false
|
||||
stripped_post = true
|
||||
ladder = false
|
||||
hollow_log = true
|
||||
|
||||
[general.entries.wood_type.boatload]
|
||||
large_boat = true
|
||||
furnace_boat = true
|
||||
|
||||
[general.entries.wood_type.farmersdelight]
|
||||
cabinet = true
|
||||
|
||||
[general.entries.leaves_type]
|
||||
|
||||
[general.entries.leaves_type.quark]
|
||||
hedge = true
|
||||
leaf_carpet = false
|
||||
|
||||
[general.entries.leaves_type.woodworks]
|
||||
leaf_pile = true
|
||||
|
20
config/mediumcore-common.toml
Normal file
20
config/mediumcore-common.toml
Normal file
@ -0,0 +1,20 @@
|
||||
#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
|
||||
|
1917
config/quark-common.toml
Normal file
1917
config/quark-common.toml
Normal file
File diff suppressed because it is too large
Load Diff
481
index.toml
Normal file
481
index.toml
Normal file
@ -0,0 +1,481 @@
|
||||
hash-format = "sha256"
|
||||
|
||||
[[files]]
|
||||
file = "config/allurement-common.toml"
|
||||
hash = "1e10f0bf2d27dededeaa726379e8f6375defa3df7cdadcb22244938e3c8c49e3"
|
||||
|
||||
[[files]]
|
||||
file = "config/defaultoptions/extra/config/notenoughanimations.json"
|
||||
hash = "503070bad750f39e08f8d87678c61487edbfece1a3353a9527b08f7197f4aea3"
|
||||
|
||||
[[files]]
|
||||
file = "config/defaultoptions/extra/config/xenon++.toml"
|
||||
hash = "5596c8e03becf322cffca6bc0b70eafc06d4e457806caf34ef40103f7ffa3e69"
|
||||
|
||||
[[files]]
|
||||
file = "config/defaultoptions/extra/config/xenon-options.json"
|
||||
hash = "f0e339d4133faeac1297f951b32526510dabc6d30a2aa6701d6b5879c8ac8432"
|
||||
|
||||
[[files]]
|
||||
file = "config/defaultoptions/keybindings.txt"
|
||||
hash = "492453a867917f0f4095ac97a1503c706842b0bc27382dbaaf0821063cf20aed"
|
||||
|
||||
[[files]]
|
||||
file = "config/defaultoptions/options.txt"
|
||||
hash = "b049c4d7ae52e2bf445e87214b3deb0e3927d57869438352fc34d1d196d4670f"
|
||||
|
||||
[[files]]
|
||||
file = "config/everycomp-common.toml"
|
||||
hash = "69a0410ceef163d01f3aa69f4da71830b425b56b4b1c4a91b5f4f9c72e1a841d"
|
||||
|
||||
[[files]]
|
||||
file = "config/mediumcore-common.toml"
|
||||
hash = "fd2d673e6b5cb45172098c9a5a3ed5c24b3b7873cfeb5158985e446a0b7e5777"
|
||||
|
||||
[[files]]
|
||||
file = "config/quark-common.toml"
|
||||
hash = "0e9253017e7e4899a312c1d33ae29f5a693ddedd141acbf757345b314ab7b0be"
|
||||
|
||||
[[files]]
|
||||
file = "mods/advancement-frames.pw.toml"
|
||||
hash = "34b19d5e2f564339152197ab80c46252a7f1dfc8cdb221af8388001689ed6379"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/advancement-plaques.pw.toml"
|
||||
hash = "d0578c8686aa8e24f7ba2660cb771baf27b04ae33521c686aec67ff622f1fbb1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/alexs-caves.pw.toml"
|
||||
hash = "ec436a1f3378f8bd08ccd02e0ee74c441ff51d73bb62d446f6123eb2d6ebed6b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/alexs-cloud-storage.pw.toml"
|
||||
hash = "bdbae88750284cfad729dd5dced813bdbb9f86b8ff2097ee55f50ad5c4db832c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/alexs-mediumcore.pw.toml"
|
||||
hash = "9f3c246c9b6c26fb6fab8ee94cc3c1db6564eb2071e87c162ec0294067a95668"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/alexs-mobs.pw.toml"
|
||||
hash = "c7ef8f8629620ae3d9d2da71aaf440624c40157a80c0eda4298c0aa60b7c76c0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/allurement!.pw.toml"
|
||||
hash = "66637845d4532fda28d72b58fd28e57be92354ad250fff4048d352508e27f364"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/amendments.pw.toml"
|
||||
hash = "fb72e8b371be37587b541f8442f6ad79a9873196a9d5a10a5f971258b9228a4e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/appleskin.pw.toml"
|
||||
hash = "0a1d5aeaae3975eaa4bb3a98e91852f797a5095794af70df41d50841c57ca347"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/architectury-api.pw.toml"
|
||||
hash = "fa34a3117af7f8ed553ec563a7c90c1d6462184c7df5b837c831cb482c6ae582"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/attributefix.pw.toml"
|
||||
hash = "ecdd4372e076170c6b3bc4665dfdc5dac60292aaac013c7f95305b43e8916495"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/autumnity.pw.toml"
|
||||
hash = "ad9187e9de71c0259c492269a0bdf2959c98a86822bd8575678172620fabd0dd"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/back-up-beds.pw.toml"
|
||||
hash = "b36c0ec51318660f2ec8a162247f96dd8b39042fff4af4f563deff3ff01ce8fe"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/badpackets.pw.toml"
|
||||
hash = "b1e70c01c737670dab9430ea844053bdc0ffbb62519ea8846deaeb3c49de9655"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/balm.pw.toml"
|
||||
hash = "1447df8a4bd1fd2cce2ae71f900f3d1f1626baa2fe37c877cef19549a4101c36"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/berry-good.pw.toml"
|
||||
hash = "3e9b02238da5a6b6a89e7eccd519ad392ea3fd2af3e9012e208522937efd7c1a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/better-climbing.pw.toml"
|
||||
hash = "1bf633be9aa13b87fe2381a0aa4bf49df3d201303743142151bd443a0c87072b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/blueprint.pw.toml"
|
||||
hash = "dc0b2fab9c86d45c490e46a37bf1560698425f2c83609853a6c530b2b38ce321"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/boatload.pw.toml"
|
||||
hash = "40ab7ade1fde2b98ce6fc644db5b8c4ca7c3aaabfbe7c45a55f7bdc019870351"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/bookshelf-lib.pw.toml"
|
||||
hash = "64be5125bb867f68dec3ca9241395373ea49142b0fc0edf3a39bc12955b76b82"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/buzzier-bees.pw.toml"
|
||||
hash = "d922768e2b70ad98fcbfb9954f14d1111f30f7e526e76ae864c3b27c33d3aaeb"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/catalogue.pw.toml"
|
||||
hash = "0722da0022c3d9dcf6be08f561828222f61911b62aed7d8c75f71c126e12e1b8"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/chalk-mod.pw.toml"
|
||||
hash = "98efea80bf5c0169b2566c3b76bec9afa4a349253ed87c0287b345c8f11b15a3"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/citadel.pw.toml"
|
||||
hash = "e06b4f6a4a5fa7982439f57ca5015b616c606789d9deef0ddb78838b85306fed"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/clayworks.pw.toml"
|
||||
hash = "d22e3505597e1e469d8d8c3df5c51c4bfca59c3a3f95a29f4014a5107c0380b8"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cloth-config.pw.toml"
|
||||
hash = "38cf4a76862812fefc9b1ae0b8fac02b3f706716f3228eb859b511950273e791"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/clumps.pw.toml"
|
||||
hash = "fb8e035187556a9406507176782dd251769d8cdf14e9712b508bcc47ff6904d9"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/configured.pw.toml"
|
||||
hash = "c1bdeff356cd2ac164e2c0e6d0ceeda234db9774c2df44fb9f0e71d3960cc3f1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/controlling.pw.toml"
|
||||
hash = "2a50d21837bba88e3c9490c6bb8e0a9b44b052645d5c1481b48a060439c20a3c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/default-options.pw.toml"
|
||||
hash = "91c2538d726a12623122d1a2945a6ad3d2d5b290d43c72149f21af560e8465eb"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ding.pw.toml"
|
||||
hash = "9a47ae3e125db2d8222de6b8e145678687201e500f9b788b9fd014619db091c3"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/domestication-innovation.pw.toml"
|
||||
hash = "815edded2c6be145f2a82e48a4044955e4969a220d29d4290f395d38a6ff15e8"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/emi-loot.pw.toml"
|
||||
hash = "5e3e6bd38266786f78f570307f54ab49bfc6337a0e6667d2635d3407c857ff86"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/emi.pw.toml"
|
||||
hash = "50cccc98a2eabd7abf8d7b0fbb506bbf408a04c40aba21370e6d30053cb0d9bd"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/emitrades.pw.toml"
|
||||
hash = "e141c57090cc48337e6a8b88e10edb3b434de8967aa6cbff252896b4ed53cf89"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/enchantment-descriptions.pw.toml"
|
||||
hash = "9eccc7dd35aa94937c4ec819379dd8502d427616d56b85a603648926a223cf29"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/enhanced-mushrooms.pw.toml"
|
||||
hash = "23a7bb32b5061475bb891159f3216235feabe3efa5e8eeb2036f0bca7f7a44b3"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/every-compat.pw.toml"
|
||||
hash = "f8a6b91ac7b8164c5b88a955dceb3c7e2a0a3af017e43a969e141515c42f70a4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/exposure.pw.toml"
|
||||
hash = "5eb5a1b0ce99c73188ebfd5d45d2c563fe745556ad18d7e1dc745a70afd55e1b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/farmers-delight.pw.toml"
|
||||
hash = "32504030cc409f25f4864cb0387b906cd07f1c818301302faddd0de7f777d51c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ferrite-core.pw.toml"
|
||||
hash = "4a73f04a8986129d79ea4f283a0a33ce51af17079b6efa23596af5bc685e1c1e"
|
||||
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/iceberg.pw.toml"
|
||||
hash = "d0d383d4ff24fd6a4c5a9319806b0c99da9d0120fa14719911596eb39abc6f20"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/jade-addons-forge.pw.toml"
|
||||
hash = "ee91acdffc481f535911c38fbc06c62c85e6531a2ee7e4e116401b3ad544e74a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/jade.pw.toml"
|
||||
hash = "ab6c2176b162ad517d68ddd9bb2c16f3cacc1fae5ad76abd6e62bc2f1d747f4b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/jei.pw.toml"
|
||||
hash = "e93f24623fe48bd7eee6e54e80c223ce71e639e210372124b8f22dd6b72924cc"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/just-enough-effect-descriptions-jeed.pw.toml"
|
||||
hash = "2bc2974c8a78fbb020c5ed1d568e2539d090803cedc1fe9ac3a64b9ba8e06cef"
|
||||
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 = "200f03de3e7604b4f18a98310d0fb94ec1266dd72f9874808eb1f9601114a8e6"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/local-looks.pw.toml"
|
||||
hash = "fb8b62337ee46a034b13546ec18dd8b0f8ced85533f8773bc54f6510805e3634"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/lucent.pw.toml"
|
||||
hash = "62041794a3b89328e32fd32fe2fd85702b000978fb6aa34d9b60c2f67bf8a0d4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/moonlight.pw.toml"
|
||||
hash = "9836e452ae6c62dfccd573462e8a2c8bfdc9e03bb7b1d8271fa13dc6275fdfaf"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/mouse-tweaks.pw.toml"
|
||||
hash = "ea7f91e66e1e475cd5fa10f56caa46a6a53754da99ed3252e6a6f68b731699b1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/neapolitan.pw.toml"
|
||||
hash = "d01255f11201634a26e318142a28fe47705388c27d2c44e0bc3fd69593870a00"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/no-chat-reports.pw.toml"
|
||||
hash = "9a3c80bf6eee8234001d2a1602b3e123ac5706af051902e40f24abe317b86e50"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/noisium.pw.toml"
|
||||
hash = "c60be719d5ede034bcc81d79fdec100b8d07c09a270ac01f571cf516840a263b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/not-enough-animations.pw.toml"
|
||||
hash = "26ca76ce6d17ce793960ef92cf1933f0e2330a425ff4f048d7d094f2a133f508"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/personality!.pw.toml"
|
||||
hash = "cb0de35c2b0c500669ec9486ae381f3987c437070c56a4788697d2430ae6d531"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/player-trade-secure-trading-between-players.pw.toml"
|
||||
hash = "990403dd8663ceea74c43fda30c1cd40a9c4e720220e9ce29b31ea9d685c439b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/quark-oddities.pw.toml"
|
||||
hash = "4b6d6900e40ceea949928423e7863817aeb07c17dba719ca45dac34d3f8d5b41"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/quark.pw.toml"
|
||||
hash = "e513f146124930d8d2c9ae3c192fb399129efa16bb844140124c5b8da6ff8558"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/radium.pw.toml"
|
||||
hash = "70153a0d8cc39a3584589a0d66e7746c09acb43497cd0d271b6a69839fedebf3"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/raised.pw.toml"
|
||||
hash = "0ac29579249ed15e4fde2e62792e601d16a08f602d69ed96cd1ca37571973861"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/rats.pw.toml"
|
||||
hash = "835f492eb562981d516fcce7b6784b8b83f81255166eb11bac1205a35dd32b0d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/reef-redux.pw.toml"
|
||||
hash = "54a07a9caf118de8cb355b5af7f06dc6e8876837df263c8db7a48177e519855a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/rei.pw.toml"
|
||||
hash = "6069264d5bd6f36ac4818f64b19b0734dc36f31b694f09d13368c437529dcf2d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/retro-damage-indicators.pw.toml"
|
||||
hash = "d5cb65a7e8f9f7d19d6749b22cae9e983d2f13f60aacde1d355c64201d5759ea"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/roughly-enough-items-server-component.pw.toml"
|
||||
hash = "a511fe9c283cf212559795f83dda289a1b5e45a07ae4f2ce8ffe3793c9f3230e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/roughly-enough-professions-rep.pw.toml"
|
||||
hash = "6fd9a6d68248f4f9651ffef54116ca3dee692e7f9a3aebdf95fd79a431dfd8be"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/searchables.pw.toml"
|
||||
hash = "35905f57cdb21a2aaa26345f2fabe3137ee2db6ee3bb2149cea206611b11ef69"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/simple-voice-chat.pw.toml"
|
||||
hash = "0ba94a262f7f8ec584fdf46363c7c2a13f5b23610c8cee9a5423d1ab4a9b19ae"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/spark.pw.toml"
|
||||
hash = "dbe2c430bf58c773082d7fd9d1bee2d510a2e0c08f390f7465e819b6e321ae09"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/species.pw.toml"
|
||||
hash = "3953ac0eb81d402025a5ebefff82709dbedc8a411df8a70afc5149ab7e083309"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/structure-gel-api.pw.toml"
|
||||
hash = "f9966c3e2ba050306b8c96f610ed705931cc48fedca54fb4270af875aa54dff3"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/supplementaries-squared.pw.toml"
|
||||
hash = "a463bada10798e1cd951c6bedd167628d98b063bbf2ae94d7e6e60361fa0ac8d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/supplementaries.pw.toml"
|
||||
hash = "51d5ed928f1e8800a9dd42b44e0f8a4c547780dd763a91748812312b5d29f371"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/the-conjurer.pw.toml"
|
||||
hash = "e7c7d4f5233ce10edc53b6e4a4aa02e79428b3d7a044b50510b7b8e8e06dd6b3"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/transmog.pw.toml"
|
||||
hash = "8e4b77f9c0d67fb1279104d15966e847e983618c9263fbb51dec91f3768e5335"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/upgrade-aquatic.pw.toml"
|
||||
hash = "427a4ac2edeca19b458978f01611b2be1179e325b609e3d56241f97c8415a789"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/waystones.pw.toml"
|
||||
hash = "05bf4c054b1346db1696d76ebbbea07fc30668251a3c78905a98b3045df4dbf7"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/wits.pw.toml"
|
||||
hash = "20dc25320ab64a7138f58f8fef29bbafba9ec30dd6873e81a8266645542514ce"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/woodworks.pw.toml"
|
||||
hash = "d8b1fdcc4d8437ed8a69ef63821a9be7e99660e33cbd4166addab7f32548d6f3"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/xenon-forge.pw.toml"
|
||||
hash = "5ad6515fd0e1d2f45e219e0a15066ff46c115a9aedba1a6e78d618dcf86fad7f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/yungs-api.pw.toml"
|
||||
hash = "896b09e7166d70f08e089862ad5eb8dbc8cfed02608f2c478587dbea191aadf2"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/yungs-menu-tweaks.pw.toml"
|
||||
hash = "5b5fdfaf8e757e4f54e621aca1c52f5d8c90c7be3bc78c2978173326f5c02bf5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/zeta.pw.toml"
|
||||
hash = "86f3fe9dfda1e20b94ab08770214641e16882e314230d250f2f854a2051b4bde"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "unsup.toml"
|
||||
hash = "c222f49308e2c9cb6d111a1cca2727d707ea52f3b0f4d28d362062749f771dd5"
|
13
mods/advancement-frames.pw.toml
Normal file
13
mods/advancement-frames.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
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"
|
13
mods/advancement-plaques.pw.toml
Normal file
13
mods/advancement-plaques.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Advancement Plaques"
|
||||
filename = "AdvancementPlaques-1.20.1-forge-1.5.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9NM0dXub/versions/1GjhWcGQ/AdvancementPlaques-1.20.1-forge-1.5.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "459bf06be69d28ebf522d22905019cba785978c9"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9NM0dXub"
|
||||
version = "1GjhWcGQ"
|
13
mods/alexs-caves.pw.toml
Normal file
13
mods/alexs-caves.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Alex's Caves"
|
||||
filename = "alexscaves-1.1.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/U6GY0xp0/versions/pdifL7d0/alexscaves-1.1.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "3899837681e024ab4d520301346980fe51eceffa"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "U6GY0xp0"
|
||||
version = "pdifL7d0"
|
13
mods/alexs-cloud-storage.pw.toml
Normal file
13
mods/alexs-cloud-storage.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Cloud Storage"
|
||||
filename = "cloudstorage-1.4.0-1.20.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/ZiATPR3I/versions/RdcFsm0S/cloudstorage-1.4.0-1.20.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "583d797ade4d5b4e8de5f0171957cf6b2f691d8d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "ZiATPR3I"
|
||||
version = "RdcFsm0S"
|
13
mods/alexs-mediumcore.pw.toml
Normal file
13
mods/alexs-mediumcore.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
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"
|
13
mods/alexs-mobs.pw.toml
Normal file
13
mods/alexs-mobs.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Alex's Mobs"
|
||||
filename = "alexsmobs-1.22.8.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/2cMuAZAp/versions/oaRqJ7uM/alexsmobs-1.22.8.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "1bf92f4c70a4e01af077600d5543a63812e4d815"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "2cMuAZAp"
|
||||
version = "oaRqJ7uM"
|
13
mods/allurement!.pw.toml
Normal file
13
mods/allurement!.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Allurement"
|
||||
filename = "allurement-1.20.1-4.0.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/eIO12l2t/versions/qc1hOxYD/allurement-1.20.1-4.0.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "1687ae1c9475c70f4044e7b381aa8df1c4249e1e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "eIO12l2t"
|
||||
version = "qc1hOxYD"
|
13
mods/amendments.pw.toml
Normal file
13
mods/amendments.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Amendments"
|
||||
filename = "amendments-1.20-1.1.31.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/6iTJugQR/versions/iFucsSea/amendments-1.20-1.1.31.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "8d554e03863249f677dda814ffe0b4daa2a56804"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "6iTJugQR"
|
||||
version = "iFucsSea"
|
13
mods/appleskin.pw.toml
Normal file
13
mods/appleskin.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "AppleSkin"
|
||||
filename = "appleskin-forge-mc1.20.1-2.5.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/XdXDExVF/appleskin-forge-mc1.20.1-2.5.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "81919356f84eab14258db98924b66c3c38e372b1"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "EsAfCjCV"
|
||||
version = "XdXDExVF"
|
13
mods/architectury-api.pw.toml
Normal file
13
mods/architectury-api.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
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"
|
13
mods/attributefix.pw.toml
Normal file
13
mods/attributefix.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "AttributeFix"
|
||||
filename = "AttributeFix-Forge-1.20.1-21.0.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/lOOpEntO/versions/Y42wjyly/AttributeFix-Forge-1.20.1-21.0.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "6eb69343eb21d38f95d1b1d00e6bc777bdb336fa"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "lOOpEntO"
|
||||
version = "Y42wjyly"
|
13
mods/autumnity.pw.toml
Normal file
13
mods/autumnity.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
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"
|
13
mods/back-up-beds.pw.toml
Normal file
13
mods/back-up-beds.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Back Up Beds"
|
||||
filename = "backupbeds-1.0.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/emKWxR7d/versions/aCh5Ua9b/backupbeds-1.0.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "9175527cdade0ff5dd5efac11d15c4cdbd446596"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "emKWxR7d"
|
||||
version = "aCh5Ua9b"
|
13
mods/badpackets.pw.toml
Normal file
13
mods/badpackets.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
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"
|
13
mods/balm.pw.toml
Normal file
13
mods/balm.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Balm"
|
||||
filename = "balm-forge-1.20.1-7.2.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/fzqus8s0/balm-forge-1.20.1-7.2.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "c0bb062b52fa0a234d922e066d3e09c3df4297d9"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "MBAkmtvl"
|
||||
version = "fzqus8s0"
|
13
mods/berry-good.pw.toml
Normal file
13
mods/berry-good.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
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"
|
13
mods/better-climbing.pw.toml
Normal file
13
mods/better-climbing.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Better Climbing"
|
||||
filename = "better_climbing-forge-3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/ZucWZEBV/versions/DWFhllFz/better_climbing-forge-3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "74558f3499d9e5e1f4e29e0163781c594df52eb8"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "ZucWZEBV"
|
||||
version = "DWFhllFz"
|
13
mods/blueprint.pw.toml
Normal file
13
mods/blueprint.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Blueprint"
|
||||
filename = "blueprint-1.20.1-7.1.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/VsM5EDoI/versions/LkOcOC7A/blueprint-1.20.1-7.1.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "5ff3b2c8ff096d6481ed252f0371aeb60b460f27"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "VsM5EDoI"
|
||||
version = "LkOcOC7A"
|
13
mods/boatload.pw.toml
Normal file
13
mods/boatload.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
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"
|
13
mods/bookshelf-lib.pw.toml
Normal file
13
mods/bookshelf-lib.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Bookshelf"
|
||||
filename = "Bookshelf-Forge-1.20.1-20.1.10.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/uy4Cnpcm/versions/zozOd4AM/Bookshelf-Forge-1.20.1-20.1.10.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "6f9ac2d30eb64781ddd47ddf0b2ea84c32501e03"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "uy4Cnpcm"
|
||||
version = "zozOd4AM"
|
13
mods/buzzier-bees.pw.toml
Normal file
13
mods/buzzier-bees.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
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"
|
13
mods/catalogue.pw.toml
Normal file
13
mods/catalogue.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
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
|
13
mods/chalk-mod.pw.toml
Normal file
13
mods/chalk-mod.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
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"
|
13
mods/citadel.pw.toml
Normal file
13
mods/citadel.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Citadel"
|
||||
filename = "citadel-2.5.4-1.20.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/jJfV67b1/versions/ssXkoBKk/citadel-2.5.4-1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "e7f209ae09cf818ecf98698482b82a1cbe0fe058"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "jJfV67b1"
|
||||
version = "ssXkoBKk"
|
13
mods/clayworks.pw.toml
Normal file
13
mods/clayworks.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
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"
|
13
mods/cloth-config.pw.toml
Normal file
13
mods/cloth-config.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Cloth Config API"
|
||||
filename = "cloth-config-11.1.118-forge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/nr1znv5v/cloth-config-11.1.118-forge.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "c46ca3fba95691873a765f4e79750c615f33e446"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9s6osm5g"
|
||||
version = "nr1znv5v"
|
13
mods/clumps.pw.toml
Normal file
13
mods/clumps.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Clumps"
|
||||
filename = "Clumps-forge-1.20.1-12.0.0.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Wnxd13zP/versions/nAHGB5ls/Clumps-forge-1.20.1-12.0.0.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "8809c7aa6c71389e9c59abfe5def52c1cb8d4f1c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Wnxd13zP"
|
||||
version = "nAHGB5ls"
|
13
mods/configured.pw.toml
Normal file
13
mods/configured.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Configured"
|
||||
filename = "configured-forge-1.20.1-2.2.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "065c2d287a52f52fc8d33d780192325ee6f4b6ae"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 5180900
|
||||
project-id = 457570
|
13
mods/controlling.pw.toml
Normal file
13
mods/controlling.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Controlling"
|
||||
filename = "Controlling-forge-1.20.1-12.0.2.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/xv94TkTM/versions/LH6Bi6Am/Controlling-forge-1.20.1-12.0.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "6195a3d1464f8fb641d7e165163aea1a857ce08e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "xv94TkTM"
|
||||
version = "LH6Bi6Am"
|
13
mods/default-options.pw.toml
Normal file
13
mods/default-options.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Default Options"
|
||||
filename = "defaultoptions-forge-1.20-18.0.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/WEg59z5b/versions/CKNINccT/defaultoptions-forge-1.20-18.0.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "73af2309627a68a7bff3e53e02ea22fb5c4651e5"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "WEg59z5b"
|
||||
version = "CKNINccT"
|
13
mods/ding.pw.toml
Normal file
13
mods/ding.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Ding"
|
||||
filename = "Ding-1.20.1-Forge-1.4.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/UEtTD3gP/versions/ZvOp5eWG/Ding-1.20.1-Forge-1.4.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "c46db36e9fc40865d54590c1a59ea71915e341a6"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "UEtTD3gP"
|
||||
version = "ZvOp5eWG"
|
13
mods/domestication-innovation.pw.toml
Normal file
13
mods/domestication-innovation.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Domestication Innovation"
|
||||
filename = "domesticationinnovation-1.7.1-1.20.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/h5JyLdjM/versions/SGxCLghg/domesticationinnovation-1.7.1-1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "8feae4ba8a3ffb117fa7b3b4291a520e2497fa1e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "h5JyLdjM"
|
||||
version = "SGxCLghg"
|
13
mods/emi-loot.pw.toml
Normal file
13
mods/emi-loot.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "EMI Loot"
|
||||
filename = "emi_loot-0.6.5+1.20.1+forge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/qbbO7Jns/versions/91c49w5V/emi_loot-0.6.5%2B1.20.1%2Bforge.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "dbaf0e9e00267860015d8991f0c4c38e39a994ed"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "qbbO7Jns"
|
||||
version = "91c49w5V"
|
13
mods/emi.pw.toml
Normal file
13
mods/emi.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "EMI"
|
||||
filename = "emi-1.1.6+1.20.1+forge.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fRiHVvU7/versions/5b1435Qy/emi-1.1.6%2B1.20.1%2Bforge.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "3241252653bab30468bac7c1402edd8fd807fa83"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fRiHVvU7"
|
||||
version = "5b1435Qy"
|
13
mods/emitrades.pw.toml
Normal file
13
mods/emitrades.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "EMI Trades"
|
||||
filename = "emitrades-forge-1.2.1+mc1.20.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/j2HhbEE7/versions/LBT7pcVH/emitrades-forge-1.2.1%2Bmc1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "ea86eceb04978bc366fe022bbab5dd5ea0bd3ab4"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "j2HhbEE7"
|
||||
version = "LBT7pcVH"
|
13
mods/enchantment-descriptions.pw.toml
Normal file
13
mods/enchantment-descriptions.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Enchantment Descriptions"
|
||||
filename = "EnchantmentDescriptions-Forge-1.20.1-17.0.15.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/UVtY3ZAC/versions/P4T8CChc/EnchantmentDescriptions-Forge-1.20.1-17.0.15.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "3a74fe0e8907520df16759f33a69804c2b91a070"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "UVtY3ZAC"
|
||||
version = "P4T8CChc"
|
13
mods/enhanced-mushrooms.pw.toml
Normal file
13
mods/enhanced-mushrooms.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
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"
|
13
mods/every-compat.pw.toml
Normal file
13
mods/every-compat.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Every Compat (Wood Good)"
|
||||
filename = "everycomp-1.20-2.6.55.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/eiktJyw1/versions/UcNI6KkG/everycomp-1.20-2.6.55.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "dfb56c2a8342a24605080a492487474218d54259"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "eiktJyw1"
|
||||
version = "UcNI6KkG"
|
13
mods/exposure.pw.toml
Normal file
13
mods/exposure.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Exposure"
|
||||
filename = "exposure-1.20.1-1.6.0-forge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/hB899VmG/versions/IaNkecwg/exposure-1.20.1-1.6.0-forge.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "e8540cbffbdc957edadf124bef5a01779dfdcf09"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "hB899VmG"
|
||||
version = "IaNkecwg"
|
13
mods/farmers-delight.pw.toml
Normal file
13
mods/farmers-delight.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Farmer's Delight"
|
||||
filename = "FarmersDelight-1.20.1-1.2.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/R2OftAxM/versions/AxgOboGq/FarmersDelight-1.20.1-1.2.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "71daa55fd88b6f181c51ec6892600415df591f64"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "R2OftAxM"
|
||||
version = "AxgOboGq"
|
13
mods/ferrite-core.pw.toml
Normal file
13
mods/ferrite-core.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "FerriteCore"
|
||||
filename = "ferritecore-6.0.1-forge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/uXXizFIs/versions/DG5Fn9Sz/ferritecore-6.0.1-forge.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "417fb6ce8f52abf40bd9d0390371790f9576f8ba"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "uXXizFIs"
|
||||
version = "DG5Fn9Sz"
|
13
mods/heartstone.pw.toml
Normal file
13
mods/heartstone.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
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"
|
13
mods/i-wanna-skate.pw.toml
Normal file
13
mods/i-wanna-skate.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
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"
|
13
mods/iceberg.pw.toml
Normal file
13
mods/iceberg.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Iceberg"
|
||||
filename = "Iceberg-1.20.1-forge-1.1.21.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/5faXoLqX/versions/boNnPeth/Iceberg-1.20.1-forge-1.1.21.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "1692af84ef74a07b1f2e5dcdbff821effafdd24b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "5faXoLqX"
|
||||
version = "boNnPeth"
|
13
mods/jade-addons-forge.pw.toml
Normal file
13
mods/jade-addons-forge.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Jade Addons (Forge)"
|
||||
filename = "JadeAddons-1.20.1-forge-5.2.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/xuDOzCLy/versions/AdyaTuHw/JadeAddons-1.20.1-forge-5.2.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "74b567a2b23bf34cd37ee4c02059318f8cc702d7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "xuDOzCLy"
|
||||
version = "AdyaTuHw"
|
13
mods/jade.pw.toml
Normal file
13
mods/jade.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Jade 🔍"
|
||||
filename = "Jade-1.20.1-forge-11.9.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/nvQzSEkH/versions/X6kFPDSp/Jade-1.20.1-forge-11.9.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "c393847a8a8fc5ed6f594a12618e68900abe447c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "nvQzSEkH"
|
||||
version = "X6kFPDSp"
|
13
mods/jei.pw.toml
Normal file
13
mods/jei.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Just Enough Items"
|
||||
filename = "jei-1.20.1-forge-15.3.0.4.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/u6dRKJwZ/versions/PeYsGsQy/jei-1.20.1-forge-15.3.0.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "1a431d34991d51998f9971c4291bac2d58eaa154"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "u6dRKJwZ"
|
||||
version = "PeYsGsQy"
|
13
mods/just-enough-effect-descriptions-jeed.pw.toml
Normal file
13
mods/just-enough-effect-descriptions-jeed.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Just Enough Effect Descriptions (JEED)"
|
||||
filename = "jeed-1.20-2.1.12.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/EO27GKs1/versions/rONG0iY3/jeed-1.20-2.1.12.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "38d95e3a45183e01dd527289ea765fbb69917646"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "EO27GKs1"
|
||||
version = "rONG0iY3"
|
13
mods/just-enough-professions-jep.pw.toml
Normal file
13
mods/just-enough-professions-jep.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
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"
|
13
mods/just-enough-resources-jer.pw.toml
Normal file
13
mods/just-enough-resources-jer.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
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"
|
13
mods/justenoughbreeding.pw.toml
Normal file
13
mods/justenoughbreeding.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Just Enough Breeding (JEBr)"
|
||||
filename = "justenoughbreeding-forge-1.20.x-1.2.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9Pk89J3g/versions/96ywZ7No/justenoughbreeding-forge-1.20.x-1.2.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "effa02960c81b5ff3d47316f793b76ca7b423db4"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9Pk89J3g"
|
||||
version = "96ywZ7No"
|
13
mods/local-looks.pw.toml
Normal file
13
mods/local-looks.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Local Looks"
|
||||
filename = "locallooks-1.5-1.20.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/QYMWGqdh/versions/pPZVmGpY/locallooks-1.5-1.20.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "348c9051b085f33e130b7f4619f9f634c106424a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "QYMWGqdh"
|
||||
version = "pPZVmGpY"
|
13
mods/lucent.pw.toml
Normal file
13
mods/lucent.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Lucent"
|
||||
filename = "lucent-1.20.1-1.5.5.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/JE0fgMUp/versions/YHpxVMDQ/lucent-1.20.1-1.5.5.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "d72dc411c4e35869044840e4b551e8734788bc51"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "JE0fgMUp"
|
||||
version = "YHpxVMDQ"
|
13
mods/moonlight.pw.toml
Normal file
13
mods/moonlight.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Moonlight Lib"
|
||||
filename = "moonlight-1.20-2.11.29-forge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/twkfQtEc/versions/N9LlGRuD/moonlight-1.20-2.11.29-forge.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "26eea72b9a7d721500abc45a9c7d54ab9ebfca5c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "twkfQtEc"
|
||||
version = "N9LlGRuD"
|
13
mods/mouse-tweaks.pw.toml
Normal file
13
mods/mouse-tweaks.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Mouse Tweaks"
|
||||
filename = "MouseTweaks-forge-mc1.20.1-2.25.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/aC3cM3Vq/versions/7JVXOe3K/MouseTweaks-forge-mc1.20.1-2.25.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "d751153e722a4e014691c83f39f5b07c6ec5333c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "aC3cM3Vq"
|
||||
version = "7JVXOe3K"
|
13
mods/neapolitan.pw.toml
Normal file
13
mods/neapolitan.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
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"
|
13
mods/no-chat-reports.pw.toml
Normal file
13
mods/no-chat-reports.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "No Chat Reports"
|
||||
filename = "NoChatReports-FORGE-1.20.1-v2.2.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/ksEG6N5E/NoChatReports-FORGE-1.20.1-v2.2.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "069396e689ae887d065c8d61b7945e685fbcc65b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "qQyHxfxd"
|
||||
version = "ksEG6N5E"
|
13
mods/noisium.pw.toml
Normal file
13
mods/noisium.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Noisium"
|
||||
filename = "noisium-merged-2.0.1+mc1.20.x.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/KuNKN7d2/versions/AfjBJbK1/noisium-merged-2.0.1%2Bmc1.20.x.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "1f51eb9613a49ee421d839ccb7c9f004b534dcaf"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "KuNKN7d2"
|
||||
version = "AfjBJbK1"
|
13
mods/not-enough-animations.pw.toml
Normal file
13
mods/not-enough-animations.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Not Enough Animations"
|
||||
filename = "notenoughanimations-forge-1.7.3-mc1.20.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/MPCX6s5C/versions/Av1z44jf/notenoughanimations-forge-1.7.3-mc1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "e51e63167f18672a8d34cdec9c1efe75914d18cb"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "MPCX6s5C"
|
||||
version = "Av1z44jf"
|
13
mods/personality!.pw.toml
Normal file
13
mods/personality!.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
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/player-trade-secure-trading-between-players.pw.toml
Normal file
13
mods/player-trade-secure-trading-between-players.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Player Trade - Secure Trading Between Players"
|
||||
filename = "playertrade-1.20.1-b.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "d8ce5bb9d87521b13d2df2b22fe19f5aacf52f40"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 5110900
|
||||
project-id = 499619
|
13
mods/quark-oddities.pw.toml
Normal file
13
mods/quark-oddities.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Quark Oddities"
|
||||
filename = "QuarkOddities-1.20.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/qeEEslrN/versions/NrzERFzz/QuarkOddities-1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "69ed292c207af89febd156d83b3e78f64b35b969"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "qeEEslrN"
|
||||
version = "NrzERFzz"
|
13
mods/quark.pw.toml
Normal file
13
mods/quark.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Quark"
|
||||
filename = "Quark-4.0-443.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/qnQsVE2z/versions/mTZKUEO8/Quark-4.0-443.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "4bb048c40a82963aa493b23776fb127d13386967"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "qnQsVE2z"
|
||||
version = "mTZKUEO8"
|
13
mods/radium.pw.toml
Normal file
13
mods/radium.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Radium"
|
||||
filename = "radium-mc1.20.1-0.12.3+git.50c5c33.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/2gvRmQXx/versions/NhMILNAm/radium-mc1.20.1-0.12.3%2Bgit.50c5c33.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "c498557a39250523a29a40678ae86f1c03d757c0"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "2gvRmQXx"
|
||||
version = "NhMILNAm"
|
13
mods/raised.pw.toml
Normal file
13
mods/raised.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Raised"
|
||||
filename = "raised-forge-1.20.1-3.1.3.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/nCQRBEiR/versions/rHORzYiO/raised-forge-1.20.1-3.1.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "b8bfb049c7f4b5d8cca9739f78f42520ab119836"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "nCQRBEiR"
|
||||
version = "rHORzYiO"
|
13
mods/rats.pw.toml
Normal file
13
mods/rats.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Rats"
|
||||
filename = "Rats-1.20.1-8.1.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/CETpiisl/versions/T5O7lDfS/Rats-1.20.1-8.1.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "27505c72565156018e8c9219c14bc1f2b8bd1233"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "CETpiisl"
|
||||
version = "T5O7lDfS"
|
13
mods/reef-redux.pw.toml
Normal file
13
mods/reef-redux.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Reef Redux"
|
||||
filename = "reefredux-1.20.1-1.1.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/cXc3rmTO/versions/QeyzDYF7/reefredux-1.20.1-1.1.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "01d116358c884769687304b7ab768f5634731c8f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "cXc3rmTO"
|
||||
version = "QeyzDYF7"
|
13
mods/rei.pw.toml
Normal file
13
mods/rei.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Roughly Enough Items (REI)"
|
||||
filename = "RoughlyEnoughItems-12.1.725-forge.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/nfn13YXA/versions/2bDXz4ej/RoughlyEnoughItems-12.1.725-forge.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "f238c2913044eaf48282dff46b7aab2dcd1a270b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "nfn13YXA"
|
||||
version = "2bDXz4ej"
|
13
mods/retro-damage-indicators.pw.toml
Normal file
13
mods/retro-damage-indicators.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Retro Damage Indicators"
|
||||
filename = "retrodamageindicators-1.0.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/5xDsLBRb/versions/2XsyrIHD/retrodamageindicators-1.0.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "a63e8e355a866b285269e8bc654f854b488278c8"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "5xDsLBRb"
|
||||
version = "2XsyrIHD"
|
13
mods/roughly-enough-items-server-component.pw.toml
Normal file
13
mods/roughly-enough-items-server-component.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Roughly Enough Items Server Component (REI-SC)"
|
||||
filename = "RoughlyEnoughItems-12.1.725-server-only.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/OM4ZYSws/versions/VvR2jxYh/RoughlyEnoughItems-12.1.725-server-only.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "20e13ac7f58b04a2058e02af4637667609b4b507"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "OM4ZYSws"
|
||||
version = "VvR2jxYh"
|
13
mods/roughly-enough-professions-rep.pw.toml
Normal file
13
mods/roughly-enough-professions-rep.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
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"
|
13
mods/searchables.pw.toml
Normal file
13
mods/searchables.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Searchables"
|
||||
filename = "Searchables-forge-1.20.1-1.0.3.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fuuu3xnx/versions/PM9yAW1G/Searchables-forge-1.20.1-1.0.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "5b976f6e76ec74cdef21865e31f56bcb11558db7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fuuu3xnx"
|
||||
version = "PM9yAW1G"
|
13
mods/simple-voice-chat.pw.toml
Normal file
13
mods/simple-voice-chat.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Simple Voice Chat"
|
||||
filename = "voicechat-forge-1.20.1-2.5.15.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/akzMlJ1h/voicechat-forge-1.20.1-2.5.15.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "621d54e3e42a5f927178447f5e37b3f0812dfefc"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9eGKb6K1"
|
||||
version = "akzMlJ1h"
|
13
mods/spark.pw.toml
Normal file
13
mods/spark.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "spark"
|
||||
filename = "spark-1.10.53-forge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/l6YH9Als/versions/4FXHDE9F/spark-1.10.53-forge.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "231fb325368c0660954f47bfb03493f5246fa4d1"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "l6YH9Als"
|
||||
version = "4FXHDE9F"
|
13
mods/species.pw.toml
Normal file
13
mods/species.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Species"
|
||||
filename = "Species-1.20.1-1.3-Forge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/s5d4P01r/versions/WWJ8Aftw/Species-1.20.1-1.3-Forge.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "1606c1845882c951f574b7d17d05addaf6d7a383"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "s5d4P01r"
|
||||
version = "WWJ8Aftw"
|
13
mods/structure-gel-api.pw.toml
Normal file
13
mods/structure-gel-api.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Structure Gel API"
|
||||
filename = "structure_gel-1.20.1-2.16.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/T8TGycIQ/versions/xavY0MZc/structure_gel-1.20.1-2.16.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "ec8c59d2a69eca3249a8da673f572b40b6d59895"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "T8TGycIQ"
|
||||
version = "xavY0MZc"
|
13
mods/supplementaries-squared.pw.toml
Normal file
13
mods/supplementaries-squared.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Supplementaries Squared"
|
||||
filename = "suppsquared-1.20-1.1.14.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/dCCkNFwE/versions/8PXoizc7/suppsquared-1.20-1.1.14.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "1b02c35166233a7d59200456603b1fc3880497aa"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "dCCkNFwE"
|
||||
version = "8PXoizc7"
|
13
mods/supplementaries.pw.toml
Normal file
13
mods/supplementaries.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Supplementaries"
|
||||
filename = "supplementaries-1.20-2.8.10.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fFEIiSDQ/versions/bY4VCxjZ/supplementaries-1.20-2.8.10.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "f1c66ee484536135d907b0cb1834a0e179bad57f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fFEIiSDQ"
|
||||
version = "bY4VCxjZ"
|
13
mods/the-conjurer.pw.toml
Normal file
13
mods/the-conjurer.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
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"
|
13
mods/transmog.pw.toml
Normal file
13
mods/transmog.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
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"
|
13
mods/upgrade-aquatic.pw.toml
Normal file
13
mods/upgrade-aquatic.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Upgrade Aquatic"
|
||||
filename = "upgrade_aquatic-1.20.1-6.0.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/gTuTFFyz/versions/VUl1Dsmx/upgrade_aquatic-1.20.1-6.0.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "439b2023c88929edda20f4cfbdb630df0050b10c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "gTuTFFyz"
|
||||
version = "VUl1Dsmx"
|
13
mods/waystones.pw.toml
Normal file
13
mods/waystones.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Waystones"
|
||||
filename = "waystones-forge-1.20-14.1.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/LOpKHB2A/versions/TlRV5nuf/waystones-forge-1.20-14.1.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "b85d0fb174e544a025d4db86282773f8cc43b1e8"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "LOpKHB2A"
|
||||
version = "TlRV5nuf"
|
13
mods/wits.pw.toml
Normal file
13
mods/wits.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "WITS (What Is This Structure?)"
|
||||
filename = "wits-1.1.0+1.20.1-forge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/AVo2esap/versions/KdWVlCUM/wits-1.1.0%2B1.20.1-forge.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "59b065469899b8bb5f0dea25abc164baca278587"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "AVo2esap"
|
||||
version = "KdWVlCUM"
|
13
mods/woodworks.pw.toml
Normal file
13
mods/woodworks.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Woodworks"
|
||||
filename = "woodworks-1.20.1-3.0.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/rv1sovni/versions/LKgMFANs/woodworks-1.20.1-3.0.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "80d25e86dbda17ced5f49b721b8b0b60c44572c3"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "rv1sovni"
|
||||
version = "LKgMFANs"
|
18
mods/xenon-forge.pw.toml
Normal file
18
mods/xenon-forge.pw.toml
Normal file
@ -0,0 +1,18 @@
|
||||
name = "Xenon"
|
||||
filename = "xenon-0.3.11+mc1.20.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/aWDwN8NN/versions/JaqFrl3A/xenon-0.3.11%2Bmc1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "3fe71e8c80f93882a3d3c266af14d1f32d141e84"
|
||||
|
||||
[option]
|
||||
optional = true
|
||||
default = true
|
||||
description = "Xenon is a fork of Embeddium, which is a fork of Rubidium, which is a fork of Sodium.\n\nBasically, it's an client-side optimization mod. It's not required and can cause some rendering issues with other mods, so you can disable it to fix those minor visual bugs at the cost of performance."
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "aWDwN8NN"
|
||||
version = "JaqFrl3A"
|
13
mods/yungs-api.pw.toml
Normal file
13
mods/yungs-api.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "YUNG's API"
|
||||
filename = "YungsApi-1.20-Forge-4.0.5.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Ua7DFN59/versions/aMs83SRk/YungsApi-1.20-Forge-4.0.5.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "c3a989fdf8429828bd784e35e83f89c0786b43de"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Ua7DFN59"
|
||||
version = "aMs83SRk"
|
13
mods/yungs-menu-tweaks.pw.toml
Normal file
13
mods/yungs-menu-tweaks.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "YUNG's Menu Tweaks"
|
||||
filename = "YungsMenuTweaks-1.20.1-Forge-1.0.2.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Hcy2DFKF/versions/3FmFt8jI/YungsMenuTweaks-1.20.1-Forge-1.0.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "b43a0bc054d3974076d36b5cfec6aeab968d24a6"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Hcy2DFKF"
|
||||
version = "3FmFt8jI"
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user